01JBNDJ2MXRPPMD46YCXSW7C1S: 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: 01JBNDJC692JP1M72FTPQ5VED0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-02T03:10:04.215Zjob assigned to worker 01JBNDJJDEF5W1ZB73XY336JWH (queued for 48 s)
 
22024-11-02T03:10:11.708Zstarting task 0: "setup"
32024-11-02T03:10:11.716Z++ uname -s
42024-11-02T03:10:11.720Z+ kern=SunOS
52024-11-02T03:10:11.720Z+ case "$kern" in
62024-11-02T03:10:11.720Z+ [[ 0 == 12345 ]]
72024-11-02T03:10:11.720Z+ groupadd -g 12345 build
82024-11-02T03:10:11.723Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-11-02T03:10:13.733Z+ zfs create -o mountpoint=/work rpool/work
102024-11-02T03:10:13.850Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-11-02T03:10:13.853Z+ home_fs=zfs
122024-11-02T03:10:13.853Z+ [[ zfs == autofs ]]
132024-11-02T03:10:13.853Z+ mkdir -p /home/build
142024-11-02T03:10:13.856Z+ chown build:build /home/build /work
152024-11-02T03:10:15.857Z+ chmod 0700 /home/build /work
162024-11-02T03:10:15.860Zprocess exited: duration 4154 ms, exit code 0
 
172024-11-02T03:10:15.866Zstarting task 1: "rust-toolchain"
182024-11-02T03:10:15.872Z+ printf ' * toolchain channel = "%s"
192024-11-02T03:10:15.872Z * toolchain channel = "1.82.0"
202024-11-02T03:10:15.872Z * toolchain profile = "default"
212024-11-02T03:10:15.872Z' 1.82.0
222024-11-02T03:10:15.872Z+ printf ' * toolchain profile = "%s"
232024-11-02T03:10:15.872Z' default
242024-11-02T03:10:15.875Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-11-02T03:10:15.875Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-11-02T03:10:15.990Zinfo: downloading installer
272024-11-02T03:10:17.324Zinfo: profile set to 'default'
282024-11-02T03:10:17.324Zinfo: default host triple is x86_64-unknown-illumos
292024-11-02T03:10:17.326Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-11-02T03:10:17.460Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-11-02T03:10:17.460Zinfo: downloading component 'cargo'
322024-11-02T03:10:18.483Zinfo: downloading component 'clippy'
332024-11-02T03:10:18.918Zinfo: downloading component 'rust-docs'
342024-11-02T03:10:19.870Zinfo: downloading component 'rust-std'
352024-11-02T03:10:21.866Zinfo: downloading component 'rustc'
362024-11-02T03:10:28.515Zinfo: downloading component 'rustfmt'
372024-11-02T03:10:28.874Zinfo: installing component 'cargo'
382024-11-02T03:10:29.696Zinfo: installing component 'clippy'
392024-11-02T03:10:30.086Zinfo: installing component 'rust-docs'
402024-11-02T03:10:31.773Zinfo: installing component 'rust-std'
412024-11-02T03:10:33.684Zinfo: installing component 'rustc'
422024-11-02T03:10:39.664Zinfo: installing component 'rustfmt'
432024-11-02T03:10:39.998Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-11-02T03:10:39.998Z
452024-11-02T03:10:40.373Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-11-02T03:10:40.373Z
472024-11-02T03:10:40.377Z
482024-11-02T03:10:40.377ZRust is installed now. Great!
492024-11-02T03:10:40.377Z
502024-11-02T03:10:40.378ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-11-02T03:10:40.378Zenvironment variable. This has not been done automatically.
522024-11-02T03:10:40.378Z
532024-11-02T03:10:40.378ZTo configure your current shell, you need to source
542024-11-02T03:10:40.378Zthe corresponding env file under $HOME/.cargo.
552024-11-02T03:10:40.378Z
562024-11-02T03:10:40.378ZThis is usually done by running one of the following (note the leading DOT):
572024-11-02T03:10:40.378Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-11-02T03:10:40.379Zsource "$HOME/.cargo/env.fish" # For fish
592024-11-02T03:10:40.455Z+ rustc --version
602024-11-02T03:10:40.516Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-11-02T03:10:40.519Zprocess exited: duration 24651 ms, exit code 0
 
622024-11-02T03:10:40.524Zstarting task 2: "authentication"
632024-11-02T03:10:40.546Zprocess exited: duration 21 ms, exit code 0
 
642024-11-02T03:10:40.551Zstarting task 3: "clone repository"
652024-11-02T03:10:40.557Z+ mkdir -p /work/oxidecomputer/omicron
662024-11-02T03:10:40.560Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-11-02T03:10:40.601ZCloning into '/work/oxidecomputer/omicron'...
682024-11-02T03:10:49.094Z+ cd /work/oxidecomputer/omicron
692024-11-02T03:10:49.094Z+ git fetch origin c9fc35ba65e8113ba488ea370c1b7846a00c1c31
702024-11-02T03:10:49.368ZFrom https://github.com/oxidecomputer/omicron
712024-11-02T03:10:49.368Z * branch c9fc35ba65e8113ba488ea370c1b7846a00c1c31 -> FETCH_HEAD
722024-11-02T03:10:49.378Z+ [[ -n renovate/anstyle-1.x ]]
732024-11-02T03:10:49.380Z++ git branch --show-current
742024-11-02T03:10:49.383Z+ current=main
752024-11-02T03:10:49.383Z+ [[ main != renovate/anstyle-1.x ]]
762024-11-02T03:10:49.383Z+ git branch -f renovate/anstyle-1.x c9fc35ba65e8113ba488ea370c1b7846a00c1c31
772024-11-02T03:10:49.385Z+ git checkout -f renovate/anstyle-1.x
782024-11-02T03:10:49.553ZSwitched to branch 'renovate/anstyle-1.x'
792024-11-02T03:10:49.556Z+ git reset --hard c9fc35ba65e8113ba488ea370c1b7846a00c1c31
802024-11-02T03:10:49.566ZHEAD is now at c9fc35ba6 Update Rust crate anstyle to 1.0.10
812024-11-02T03:10:49.569Zprocess exited: duration 9015 ms, exit code 0
 
822024-11-02T03:10:49.574Zstarting task 4: "build"
832024-11-02T03:10:49.580Z+ source .github/buildomat/ci-env.sh
842024-11-02T03:10:49.580Z++ export CARGO_TERM_COLOR=always
852024-11-02T03:10:49.580Z++ CARGO_TERM_COLOR=always
862024-11-02T03:10:49.583Z+ cargo --version
872024-11-02T03:10:49.637Zcargo 1.82.0 (8f40fc59f 2024-08-21)
882024-11-02T03:10:49.639Z+ rustc --version
892024-11-02T03:10:49.699Zrustc 1.82.0 (f6e511eec 2024-10-15)
902024-11-02T03:10:49.702Z+ source ./env.sh
912024-11-02T03:10:49.702Z++ OLD_SHELL_OPTS=ehxB
922024-11-02T03:10:49.702Z++ set -o xtrace
932024-11-02T03:10:49.705Z++++ dirname ./env.sh
942024-11-02T03:10:49.708Z+++ readlink -f .
952024-11-02T03:10:49.710Z++ OMICRON_WS=/work/oxidecomputer/omicron
962024-11-02T03:10:49.710Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
972024-11-02T03:10:49.711Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
982024-11-02T03:10:49.711Z++ 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
992024-11-02T03:10:49.711Z++ 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
1002024-11-02T03:10:49.711Z++ 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
1012024-11-02T03:10:49.711Z++ 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
1022024-11-02T03:10:49.711Z++ 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
1032024-11-02T03:10:49.711Z++ 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
1042024-11-02T03:10:49.711Z++ case $OLD_SHELL_OPTS in
1052024-11-02T03:10:49.711Z++ unset OLD_SHELL_OPTS OMICRON_WS
1062024-11-02T03:10:49.711Z+ 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
1072024-11-02T03:10:49.711Z+ 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
1082024-11-02T03:10:49.711Z+ banner prerequisites
1092024-11-02T03:10:49.714Z
1102024-11-02T03:10:49.714Z ##### ##### ###### ##### ###### #### # # # #### #
1112024-11-02T03:10:49.714Z # # # # # # # # # # # # # # #
1122024-11-02T03:10:49.714Z # # # # ##### # # ##### # # # # # #### #
1132024-11-02T03:10:49.714Z ##### ##### # ##### # # # # # # # # #
1142024-11-02T03:10:49.714Z # # # # # # # # # # # # # # #
1152024-11-02T03:10:49.714Z # # # ###### # # ###### ### # #### # #### #
1162024-11-02T03:10:49.714Z
1172024-11-02T03:10:49.714Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1182024-11-02T03:10:58.581Z Startup: Refreshing catalog 'helios-dev' ... Done
1192024-11-02T03:11:01.981Z Startup: Caching catalogs ... Done
1202024-11-02T03:11:09.131ZPlanning: Solver setup ... Done (6.437s)
1212024-11-02T03:11:09.228ZPlanning: Running solver ... Done (0.096s)
1222024-11-02T03:11:09.311ZPlanning: Finding local manifests ... Done (0.004s)
1232024-11-02T03:11:09.324ZPlanning: Fetching manifests: 0/5 0% complete
1242024-11-02T03:11:09.941ZPlanning: Fetching manifests: 5/5 100% complete
1252024-11-02T03:11:10.186ZPlanning: Package planning ... Done (0.245s)
1262024-11-02T03:11:10.242ZPlanning: Merging actions ... Done (0.055s)
1272024-11-02T03:11:10.435ZPlanning: Checking for conflicting actions ... Done (0.194s)
1282024-11-02T03:11:12.484ZPlanning: Consolidating action changes ... Done (2.048s)
1292024-11-02T03:11:12.935ZPlanning: Evaluating mediators ... Done (0.451s)
1302024-11-02T03:11:13.017ZPlanning: Planning completed in 10.95 seconds
1312024-11-02T03:11:13.031Z Packages to install: 4
1322024-11-02T03:11:13.031Z Packages to update: 1
1332024-11-02T03:11:13.034Z Mediators to change: 2
1342024-11-02T03:11:13.034Z Services to change: 1
1352024-11-02T03:11:13.034Z Estimated space available: 155.61 GB
1362024-11-02T03:11:13.034ZEstimated space to be consumed: 1.59 GB
1372024-11-02T03:11:13.034Z Create boot environment: No
1382024-11-02T03:11:13.034ZCreate backup boot environment: Yes
1392024-11-02T03:11:13.034Z Rebuild boot archive: No
1402024-11-02T03:11:13.035Z
1412024-11-02T03:11:13.035ZChanged mediators:
1422024-11-02T03:11:13.035Z mediator clang:
1432024-11-02T03:11:13.035Z version: None -> 15 (system default)
1442024-11-02T03:11:13.035Z
1452024-11-02T03:11:13.035Z mediator llvm:
1462024-11-02T03:11:13.035Z version: 14 (system default) -> 15 (system default)
1472024-11-02T03:11:13.035Z
1482024-11-02T03:11:13.035ZChanged packages:
1492024-11-02T03:11:13.035Zhelios-dev
1502024-11-02T03:11:13.035Z developer/build-essential
1512024-11-02T03:11:13.037Z None -> 11-2.0
1522024-11-02T03:11:13.037Z library/libxmlsec1
1532024-11-02T03:11:13.037Z None -> 1.2.35-2.0
1542024-11-02T03:11:13.037Z ooce/developer/clang-15
1552024-11-02T03:11:13.037Z None -> 15.0.7-2.0
1562024-11-02T03:11:13.037Z ooce/developer/llvm-15
1572024-11-02T03:11:13.037Z None -> 15.0.7-2.0
1582024-11-02T03:11:13.037Z package/pkg
1592024-11-02T03:11:13.037Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1602024-11-02T03:11:13.037Z
1612024-11-02T03:11:13.037ZServices:
1622024-11-02T03:11:13.037Z restart_fmri:
1632024-11-02T03:11:13.037Z svc:/system/update-man-index:default
1642024-11-02T03:11:13.037Z
1652024-11-02T03:11:13.037ZEditable files to change:
1662024-11-02T03:11:13.037Z Update:
1672024-11-02T03:11:13.037Z usr/share/lib/pkg/web/config.shtml
1682024-11-02T03:11:13.116Z
1692024-11-02T03:11:13.116ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1702024-11-02T03:11:18.116ZDownload: 1138/4281 items 44.5/220.6MB 20% complete (8.8M/s)
1712024-11-02T03:11:23.118ZDownload: 1224/4281 items 86.6/220.6MB 39% complete (8.6M/s)
1722024-11-02T03:11:28.670ZDownload: 2223/4281 items 119.0/220.6MB 53% complete (9.9M/s)
1732024-11-02T03:11:33.687ZDownload: 3104/4281 items 127.2/220.6MB 57% complete (2.5M/s)
1742024-11-02T03:11:40.151ZDownload: 3285/4281 items 211.6/220.6MB 95% complete (9.9M/s)
1752024-11-02T03:11:45.293ZDownload: 4205/4281 items 220.6/220.6MB 99% complete (8.0M/s)
1762024-11-02T03:11:57.185ZDownload: 4208/4281 items 220.6/220.6MB 99% complete
1772024-11-02T03:11:57.297ZDownload: Completed 220.60 MB in 44.17 seconds (5.0M/s)
1782024-11-02T03:11:59.453Z Actions: 1/5063 actions (Removing old actions)
1792024-11-02T03:11:59.474Z Actions: 194/5063 actions (Installing new actions)
1802024-11-02T03:12:04.168Z Actions: 4226/5063 actions (Updating modified actions)
1812024-11-02T03:12:04.489Z Actions: Completed 5063 actions in 5.04 seconds.
1822024-11-02T03:12:04.857Z Done (0.361s)
1832024-11-02T03:12:04.860Z Done (0.000s)
1842024-11-02T03:12:05.362Z Done (0.500s)
1852024-11-02T03:12:09.597Z Done (4.037s)
1862024-11-02T03:12:09.678Z Done (0.017s)
1872024-11-02T03:12:09.686Z Done (0.000s)
1882024-11-02T03:12:09.912Z Done (0.000s)
1892024-11-02T03:12:10.570ZPlanning: Evaluating mediator changes ... Done
1902024-11-02T03:12:10.732ZPlanning: Checking for conflicting actions ... Done
1912024-11-02T03:12:10.735ZPlanning: Consolidating action changes ... Done
1922024-11-02T03:12:11.005ZPlanning: Evaluating mediators ... Done
1932024-11-02T03:12:11.007ZPlanning: Planning completed in 0.44 seconds
1942024-11-02T03:12:11.045Z Mediators to change: 2
1952024-11-02T03:12:11.045Z Create boot environment: No
1962024-11-02T03:12:11.047ZCreate backup boot environment: No
1972024-11-02T03:12:11.144Z Done
1982024-11-02T03:12:11.144Z Done
1992024-11-02T03:12:11.461Z Done
2002024-11-02T03:12:14.957Z Done
2012024-11-02T03:12:15.044Z Done
2022024-11-02T03:12:15.046Z Done
2032024-11-02T03:12:15.148Z Done
2042024-11-02T03:12:15.781ZPlanning: Evaluating mediator changes ... Done
2052024-11-02T03:12:15.784ZPlanning: Merging actions ... Done
2062024-11-02T03:12:15.974ZPlanning: Checking for conflicting actions ... Done
2072024-11-02T03:12:15.977ZPlanning: Consolidating action changes ... Done
2082024-11-02T03:12:16.255ZPlanning: Evaluating mediators ... Done
2092024-11-02T03:12:16.314ZPlanning: Planning completed in 0.79 seconds
2102024-11-02T03:12:16.357Z Packages to change: 1
2112024-11-02T03:12:16.359Z Mediators to change: 1
2122024-11-02T03:12:16.359Z Services to change: 1
2132024-11-02T03:12:16.359Z Create boot environment: No
2142024-11-02T03:12:16.359ZCreate backup boot environment: Yes
2152024-11-02T03:12:18.441Z Actions: 1/6 actions (Updating modified actions)
2162024-11-02T03:12:18.444Z Actions: Completed 6 actions in 0.00 seconds.
2172024-11-02T03:12:18.445Z Done
2182024-11-02T03:12:18.445Z Done
2192024-11-02T03:12:18.547Z Done
2202024-11-02T03:12:22.109Z Done
2212024-11-02T03:12:22.202Z Done
2222024-11-02T03:12:22.205Z Done
2232024-11-02T03:12:22.322Z Done
2242024-11-02T03:12:22.760ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2252024-11-02T03:12:22.760Zclang system 15 system
2262024-11-02T03:12:22.760Zcsh system system illumos
2272024-11-02T03:12:22.760Zctags system system illumos
2282024-11-02T03:12:22.760Zgcc vendor 12 vendor
2292024-11-02T03:12:22.760Zgcc system 10 system
2302024-11-02T03:12:22.760Zgcc system 7 system
2312024-11-02T03:12:22.760Zgo system 1.20 system
2322024-11-02T03:12:22.761Zgo system 1.19 system
2332024-11-02T03:12:22.761Zllvm system 15 system
2342024-11-02T03:12:22.761Zllvm system 14 system
2352024-11-02T03:12:22.762Zmariadb system 10.6 system
2362024-11-02T03:12:22.762Zmta vendor vendor dma
2372024-11-02T03:12:22.762Zopenjdk system 17 system
2382024-11-02T03:12:22.762Zopenjdk system 11 system
2392024-11-02T03:12:22.762Zopenjdk system 1.8 system
2402024-11-02T03:12:22.762Zopenssl vendor 3 vendor
2412024-11-02T03:12:22.762Zperl system 5.36 system
2422024-11-02T03:12:22.762Zpostgresql system 15 system
2432024-11-02T03:12:22.762Zpostgresql system 13 system
2442024-11-02T03:12:22.762Zpython vendor 3 vendor
2452024-11-02T03:12:22.762Zpython system 2 system
2462024-11-02T03:12:22.762Zpython3 system 3.11 system
2472024-11-02T03:12:22.762Zruby system 3.0 system
2482024-11-02T03:12:22.762Zwords vendor vendor american-english
2492024-11-02T03:12:22.762Zwords system system australian-english
2502024-11-02T03:12:22.762Zwords system system british-english
2512024-11-02T03:12:22.762Zwords system system canadian-english
2522024-11-02T03:12:22.763Zwords system system french
2532024-11-02T03:12:22.763Zwords system system italian
2542024-11-02T03:12:22.763Zwords system system ngerman
2552024-11-02T03:12:22.763Zwords system system ogerman
2562024-11-02T03:12:22.763Zwords system system spanish
2572024-11-02T03:12:23.105ZPUBLISHER TYPE STATUS P LOCATION
2582024-11-02T03:12:23.105Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2592024-11-02T03:12:25.516ZFMRI IFO
2602024-11-02T03:12:25.516Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2612024-11-02T03:12:25.516Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2622024-11-02T03:12:25.516Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2632024-11-02T03:12:25.516Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2642024-11-02T03:12:25.516Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2652024-11-02T03:12:25.516Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2662024-11-02T03:12:25.516Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2672024-11-02T03:12:25.516Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2682024-11-02T03:12:25.516Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2692024-11-02T03:12:25.516Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2702024-11-02T03:12:25.516Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2712024-11-02T03:12:25.516Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2722024-11-02T03:12:25.516Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2732024-11-02T03:12:25.516Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2742024-11-02T03:12:25.516Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2752024-11-02T03:12:26.202Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2762024-11-02T03:12:26.536Z Updating crates.io index
2772024-11-02T03:12:26.636Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2782024-11-02T03:12:27.429Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2792024-11-02T03:12:27.699Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2802024-11-02T03:12:28.010Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2812024-11-02T03:12:28.326Z Updating git repository `https://github.com/oxidecomputer/propolis`
2822024-11-02T03:12:29.138Z Updating git repository `https://github.com/oxidecomputer/crucible`
2832024-11-02T03:12:31.531Z Updating git repository `https://github.com/oxidecomputer/opte`
2842024-11-02T03:12:32.561Z Updating git repository `https://github.com/oxidecomputer/falcon`
2852024-11-02T03:12:33.373Z Updating git repository `https://github.com/oxidecomputer/clickward`
2862024-11-02T03:12:33.660Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
2872024-11-02T03:12:33.908Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
2882024-11-02T03:12:34.442Z Updating git repository `https://github.com/oxidecomputer/libipcc`
2892024-11-02T03:12:34.766Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
2902024-11-02T03:12:35.151Z Updating git repository `https://github.com/oxidecomputer/tofino`
2912024-11-02T03:12:35.411Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
2922024-11-02T03:12:35.699Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
2932024-11-02T03:12:35.962Z Updating git repository `https://github.com/oxidecomputer/libnvme`
2942024-11-02T03:12:36.273Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
2952024-11-02T03:12:36.685Z Updating git repository `https://github.com/oxidecomputer/ispf`
2962024-11-02T03:12:37.012Z Updating git repository `https://github.com/oxidecomputer/poptrie`
2972024-11-02T03:12:37.428Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
2982024-11-02T03:12:37.970Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
2992024-11-02T03:12:38.250Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3002024-11-02T03:12:38.649Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3012024-11-02T03:12:39.053Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3022024-11-02T03:12:39.391Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3032024-11-02T03:12:39.665Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3042024-11-02T03:12:41.028Z Downloading crates ...
3052024-11-02T03:12:41.165Z Downloaded swrite v0.1.0
3062024-11-02T03:12:41.174Z Downloaded cargo-platform v0.1.8
3072024-11-02T03:12:41.176Z Downloaded byteorder v1.5.0
3082024-11-02T03:12:41.178Z Downloaded autocfg v1.4.0
3092024-11-02T03:12:41.178Z Downloaded anstyle-parse v0.2.5
3102024-11-02T03:12:41.181Z Downloaded anstyle-query v1.1.1
3112024-11-02T03:12:41.181Z Downloaded anstyle v1.0.10
3122024-11-02T03:12:41.184Z Downloaded cargo_metadata v0.18.1
3132024-11-02T03:12:41.186Z Downloaded usdt-attr-macro v0.5.0
3142024-11-02T03:12:41.186Z Downloaded thiserror v1.0.64
3152024-11-02T03:12:41.191Z Downloaded serde_tokenstream v0.2.2
3162024-11-02T03:12:41.193Z Downloaded proc-macro-error-attr v1.0.4
3172024-11-02T03:12:41.193Z Downloaded plain v0.2.3
3182024-11-02T03:12:41.194Z Downloaded macaddr v1.0.1
3192024-11-02T03:12:41.196Z Downloaded itoa v1.0.11
3202024-11-02T03:12:41.196Z Downloaded errno v0.3.9
3212024-11-02T03:12:41.199Z Downloaded cpufeatures v0.2.14
3222024-11-02T03:12:41.199Z Downloaded dof v0.3.0
3232024-11-02T03:12:41.202Z Downloaded anstream v0.6.15
3242024-11-02T03:12:41.202Z Downloaded usdt-macro v0.5.0
3252024-11-02T03:12:41.205Z Downloaded cargo_toml v0.20.5
3262024-11-02T03:12:41.205Z Downloaded fs-err v2.11.0
3272024-11-02T03:12:41.208Z Downloaded camino-tempfile v1.1.1
3282024-11-02T03:12:41.208Z Downloaded heck v0.5.0
3292024-11-02T03:12:41.211Z Downloaded clap_lex v0.7.2
3302024-11-02T03:12:41.211Z Downloaded tempfile v3.13.0
3312024-11-02T03:12:41.213Z Downloaded anyhow v1.0.92
3322024-11-02T03:12:41.216Z Downloaded sha2 v0.10.8
3332024-11-02T03:12:41.219Z Downloaded ucd-trie v0.1.7
3342024-11-02T03:12:41.223Z Downloaded semver v1.0.23
3352024-11-02T03:12:41.226Z Downloaded camino v1.1.9
3362024-11-02T03:12:41.226Z Downloaded toml v0.8.19
3372024-11-02T03:12:41.230Z Downloaded pest_derive v2.7.14
3382024-11-02T03:12:41.230Z Downloaded once_cell v1.20.2
3392024-11-02T03:12:41.232Z Downloaded bytecount v0.6.8
3402024-11-02T03:12:41.235Z Downloaded block-buffer v0.10.4
3412024-11-02T03:12:41.241Z Downloaded clap v4.5.20
3422024-11-02T03:12:41.249Z Downloaded toml_edit v0.22.22
3432024-11-02T03:12:41.271Z Downloaded winnow v0.6.20
3442024-11-02T03:12:41.279Z Downloaded serde_json v1.0.128
3452024-11-02T03:12:41.286Z Downloaded scroll_derive v0.12.0
3462024-11-02T03:12:41.290Z Downloaded colorchoice v1.0.2
3472024-11-02T03:12:41.290Z Downloaded crypto-common v0.1.6
3482024-11-02T03:12:41.290Z Downloaded bitflags v2.6.0
3492024-11-02T03:12:41.293Z Downloaded equivalent v1.0.1
3502024-11-02T03:12:41.296Z Downloaded dtrace-parser v0.2.0
3512024-11-02T03:12:41.298Z Downloaded pretty-hex v0.4.1
3522024-11-02T03:12:41.302Z Downloaded clap_derive v4.5.18
3532024-11-02T03:12:41.302Z Downloaded thiserror-impl v1.0.64
3542024-11-02T03:12:41.306Z Downloaded generic-array v0.14.7
3552024-11-02T03:12:41.309Z Downloaded thread-id v4.2.2
3562024-11-02T03:12:41.309Z Downloaded pest_generator v2.7.14
3572024-11-02T03:12:41.312Z Downloaded memmap v0.7.0
3582024-11-02T03:12:41.312Z Downloaded goblin v0.8.2
3592024-11-02T03:12:41.317Z Downloaded is_terminal_polyfill v1.70.1
3602024-11-02T03:12:41.321Z Downloaded digest v0.10.7
3612024-11-02T03:12:41.321Z Downloaded cfg-if v1.0.0
3622024-11-02T03:12:41.324Z Downloaded strsim v0.11.1
3632024-11-02T03:12:41.327Z Downloaded unicode-linebreak v0.1.5
3642024-11-02T03:12:41.327Z Downloaded toml_datetime v0.6.8
3652024-11-02T03:12:41.333Z Downloaded scroll v0.12.0
3662024-11-02T03:12:41.338Z Downloaded fastrand v2.1.1
3672024-11-02T03:12:41.341Z Downloaded terminal_size v0.4.0
3682024-11-02T03:12:41.345Z Downloaded version_check v0.9.5
3692024-11-02T03:12:41.346Z Downloaded fnv v1.0.7
3702024-11-02T03:12:41.346Z Downloaded tabled_derive v0.7.0
3712024-11-02T03:12:41.346Z Downloaded serde_spanned v0.6.8
3722024-11-02T03:12:41.348Z Downloaded smawk v0.3.2
3732024-11-02T03:12:41.348Z Downloaded papergrid v0.11.0
3742024-11-02T03:12:41.351Z Downloaded usdt-impl v0.5.0
3752024-11-02T03:12:41.354Z Downloaded usdt v0.5.0
3762024-11-02T03:12:41.358Z Downloaded ryu v1.0.18
3772024-11-02T03:12:41.360Z Downloaded heck v0.4.1
3782024-11-02T03:12:41.366Z Downloaded quote v1.0.37
3792024-11-02T03:12:41.374Z Downloaded utf8parse v0.2.2
3802024-11-02T03:12:41.382Z Downloaded zerocopy-derive v0.7.35
3812024-11-02T03:12:41.386Z Downloaded unicode-ident v1.0.13
3822024-11-02T03:12:41.391Z Downloaded pest_meta v2.7.14
3832024-11-02T03:12:41.393Z Downloaded log v0.4.22
3842024-11-02T03:12:41.394Z Downloaded typenum v1.17.0
3852024-11-02T03:12:41.397Z Downloaded serde_derive v1.0.210
3862024-11-02T03:12:41.399Z Downloaded proc-macro-error v1.0.4
3872024-11-02T03:12:41.402Z Downloaded textwrap v0.16.1
3882024-11-02T03:12:41.404Z Downloaded proc-macro2 v1.0.87
3892024-11-02T03:12:41.406Z Downloaded unicode-width v0.1.14
3902024-11-02T03:12:41.411Z Downloaded memchr v2.7.4
3912024-11-02T03:12:41.416Z Downloaded serde v1.0.210
3922024-11-02T03:12:41.424Z Downloaded indexmap v2.6.0
3932024-11-02T03:12:41.432Z Downloaded pest v2.7.14
3942024-11-02T03:12:41.441Z Downloaded clap_builder v4.5.20
3952024-11-02T03:12:41.450Z Downloaded hashbrown v0.15.0
3962024-11-02T03:12:41.457Z Downloaded zerocopy v0.7.35
3972024-11-02T03:12:41.473Z Downloaded tabled v0.15.0
3982024-11-02T03:12:41.488Z Downloaded syn v1.0.109
3992024-11-02T03:12:41.498Z Downloaded syn v2.0.79
4002024-11-02T03:12:41.508Z Downloaded rustix v0.38.37
4012024-11-02T03:12:41.550Z Downloaded libc v0.2.161
4022024-11-02T03:12:41.852Z Compiling proc-macro2 v1.0.87
4032024-11-02T03:12:41.852Z Compiling unicode-ident v1.0.13
4042024-11-02T03:12:41.855Z Compiling version_check v0.9.5
4052024-11-02T03:12:41.855Z Compiling serde v1.0.210
4062024-11-02T03:12:41.855Z Compiling thiserror v1.0.64
4072024-11-02T03:12:41.855Z Compiling memchr v2.7.4
4082024-11-02T03:12:41.855Z Compiling libc v0.2.161
4092024-11-02T03:12:41.887Z Compiling ucd-trie v0.1.7
4102024-11-02T03:12:42.101Z Compiling ryu v1.0.18
4112024-11-02T03:12:42.482Z Compiling itoa v1.0.11
4122024-11-02T03:12:42.650Z Compiling once_cell v1.20.2
4132024-11-02T03:12:42.723Z Compiling byteorder v1.5.0
4142024-11-02T03:12:42.726Z Compiling serde_json v1.0.128
4152024-11-02T03:12:42.939Z Compiling rustix v0.38.37
4162024-11-02T03:12:43.193Z Compiling bitflags v2.6.0
4172024-11-02T03:12:43.316Z Compiling proc-macro-error-attr v1.0.4
4182024-11-02T03:12:43.475Z Compiling usdt-impl v0.5.0
4192024-11-02T03:12:43.591Z Compiling syn v1.0.109
4202024-11-02T03:12:43.672Z Compiling proc-macro-error v1.0.4
4212024-11-02T03:12:43.741Z Compiling plain v0.2.3
4222024-11-02T03:12:43.841Z Compiling quote v1.0.37
4232024-11-02T03:12:43.920Z Compiling utf8parse v0.2.2
4242024-11-02T03:12:43.998Z Compiling hashbrown v0.15.0
4252024-11-02T03:12:44.062Z Compiling log v0.4.22
4262024-11-02T03:12:44.096Z Compiling errno v0.3.9
4272024-11-02T03:12:44.249Z Compiling syn v2.0.79
4282024-11-02T03:12:44.324Z Compiling equivalent v1.0.1
4292024-11-02T03:12:44.376Z Compiling camino v1.1.9
4302024-11-02T03:12:44.491Z Compiling anstyle-parse v0.2.5
4312024-11-02T03:12:44.633Z Compiling thread-id v4.2.2
4322024-11-02T03:12:44.890Z Compiling pretty-hex v0.4.1
4332024-11-02T03:12:45.040Z Compiling winnow v0.6.20
4342024-11-02T03:12:45.086Z Compiling anstyle-query v1.1.1
4352024-11-02T03:12:45.184Z Compiling indexmap v2.6.0
4362024-11-02T03:12:45.187Z Compiling unicode-width v0.1.14
4372024-11-02T03:12:45.253Z Compiling is_terminal_polyfill v1.70.1
4382024-11-02T03:12:45.390Z Compiling semver v1.0.23
4392024-11-02T03:12:45.451Z Compiling autocfg v1.4.0
4402024-11-02T03:12:45.758Z Compiling anstyle v1.0.10
4412024-11-02T03:12:45.927Z Compiling colorchoice v1.0.2
4422024-11-02T03:12:46.107Z Compiling anstream v0.6.15
4432024-11-02T03:12:46.427Z Compiling terminal_size v0.4.0
4442024-11-02T03:12:46.542Z Compiling fs-err v2.11.0
4452024-11-02T03:12:46.638Z Compiling fastrand v2.1.1
4462024-11-02T03:12:46.727Z Compiling anyhow v1.0.92
4472024-11-02T03:12:46.875Z Compiling bytecount v0.6.8
4482024-11-02T03:12:47.093Z Compiling clap_lex v0.7.2
4492024-11-02T03:12:47.096Z Compiling fnv v1.0.7
4502024-11-02T03:12:47.256Z Compiling heck v0.4.1
4512024-11-02T03:12:47.316Z Compiling heck v0.5.0
4522024-11-02T03:12:47.386Z Compiling strsim v0.11.1
4532024-11-02T03:12:47.640Z Compiling cfg-if v1.0.0
4542024-11-02T03:12:47.749Z Compiling tempfile v3.13.0
4552024-11-02T03:12:47.787Z Compiling clap_builder v4.5.20
4562024-11-02T03:12:47.869Z Compiling papergrid v0.11.0
4572024-11-02T03:12:48.255Z Compiling memmap v0.7.0
4582024-11-02T03:12:48.376Z Compiling unicode-linebreak v0.1.5
4592024-11-02T03:12:48.582Z Compiling smawk v0.3.2
4602024-11-02T03:12:48.778Z Compiling textwrap v0.16.1
4612024-11-02T03:12:48.868Z Compiling swrite v0.1.0
4622024-11-02T03:12:49.799Z Compiling tabled_derive v0.7.0
4632024-11-02T03:12:51.441Z Compiling tabled v0.15.0
4642024-11-02T03:12:52.482Z Compiling serde_derive v1.0.210
4652024-11-02T03:12:52.482Z Compiling thiserror-impl v1.0.64
4662024-11-02T03:12:52.485Z Compiling zerocopy-derive v0.7.35
4672024-11-02T03:12:52.485Z Compiling scroll_derive v0.12.0
4682024-11-02T03:12:52.870Z Compiling clap_derive v4.5.18
4692024-11-02T03:12:53.936Z Compiling scroll v0.12.0
4702024-11-02T03:12:54.404Z Compiling goblin v0.8.2
4712024-11-02T03:12:54.424Z Compiling zerocopy v0.7.35
4722024-11-02T03:12:55.034Z Compiling pest v2.7.14
4732024-11-02T03:12:56.361Z Compiling clap v4.5.20
4742024-11-02T03:12:57.340Z Compiling pest_meta v2.7.14
4752024-11-02T03:12:58.210Z Compiling pest_generator v2.7.14
4762024-11-02T03:12:59.851Z Compiling pest_derive v2.7.14
4772024-11-02T03:13:00.579Z Compiling dtrace-parser v0.2.0
4782024-11-02T03:13:02.378Z Compiling serde_spanned v0.6.8
4792024-11-02T03:13:02.379Z Compiling toml_datetime v0.6.8
4802024-11-02T03:13:02.381Z Compiling cargo-platform v0.1.8
4812024-11-02T03:13:02.729Z Compiling serde_tokenstream v0.2.2
4822024-11-02T03:13:02.908Z Compiling toml_edit v0.22.22
4832024-11-02T03:13:03.037Z Compiling camino-tempfile v1.1.1
4842024-11-02T03:13:03.082Z Compiling macaddr v1.0.1
4852024-11-02T03:13:03.784Z Compiling dof v0.3.0
4862024-11-02T03:13:03.784Z Compiling cargo_metadata v0.18.1
4872024-11-02T03:13:05.740Z Compiling toml v0.8.19
4882024-11-02T03:13:05.818Z Compiling usdt-macro v0.5.0
4892024-11-02T03:13:05.822Z Compiling usdt-attr-macro v0.5.0
4902024-11-02T03:13:06.576Z Compiling cargo_toml v0.20.5
4912024-11-02T03:13:07.079Z Compiling usdt v0.5.0
4922024-11-02T03:13:10.106Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
4932024-11-02T03:13:13.976Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.98s
4942024-11-02T03:13:14.238Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
4952024-11-02T03:13:14.752Z Downloading crates ...
4962024-11-02T03:13:14.870Z Downloaded bit-vec v0.6.3
4972024-11-02T03:13:14.873Z Downloaded base16ct v0.2.0
4982024-11-02T03:13:14.876Z Downloaded addr2line v0.24.2
4992024-11-02T03:13:14.879Z Downloaded cfg_aliases v0.2.1
5002024-11-02T03:13:14.882Z Downloaded crucible-workspace-hack v0.1.0
5012024-11-02T03:13:14.882Z Downloaded arc-swap v1.7.1
5022024-11-02T03:13:14.887Z Downloaded crunchy v0.2.2
5032024-11-02T03:13:14.890Z Downloaded bit-set v0.5.3
5042024-11-02T03:13:14.890Z Downloaded atty v0.2.14
5052024-11-02T03:13:14.892Z Downloaded async-recursion v1.1.1
5062024-11-02T03:13:14.897Z Downloaded httpdate v1.0.3
5072024-11-02T03:13:14.899Z Downloaded ciborium-ll v0.2.2
5082024-11-02T03:13:14.901Z Downloaded hostname v0.3.1
5092024-11-02T03:13:14.903Z Downloaded home v0.5.9
5102024-11-02T03:13:14.903Z Downloaded async-trait v0.1.83
5112024-11-02T03:13:14.907Z Downloaded instant v0.1.13
5122024-11-02T03:13:14.910Z Downloaded md5 v0.7.0
5132024-11-02T03:13:14.912Z Downloaded matches v0.1.10
5142024-11-02T03:13:14.912Z Downloaded darling v0.20.10
5152024-11-02T03:13:14.917Z Downloaded newtype_derive v0.1.6
5162024-11-02T03:13:14.920Z Downloaded managed v0.8.0
5172024-11-02T03:13:14.923Z Downloaded bcrypt-pbkdf v0.10.0
5182024-11-02T03:13:14.923Z Downloaded assert_matches v1.5.0
5192024-11-02T03:13:14.925Z Downloaded cookie v0.18.1
5202024-11-02T03:13:14.937Z Downloaded lazy_static v1.5.0
5212024-11-02T03:13:14.937Z Downloaded const-oid v0.9.6
5222024-11-02T03:13:14.937Z Downloaded kstat-rs v0.2.4
5232024-11-02T03:13:14.937Z Downloaded lru-cache v0.1.2
5242024-11-02T03:13:14.938Z Downloaded multimap v0.10.0
5252024-11-02T03:13:14.938Z Downloaded ipnetwork v0.20.0
5262024-11-02T03:13:14.941Z Downloaded crc-any v2.5.0
5272024-11-02T03:13:14.943Z Downloaded http v1.1.0
5282024-11-02T03:13:14.946Z Downloaded cc v1.1.30
5292024-11-02T03:13:14.950Z Downloaded crossbeam-channel v0.5.13
5302024-11-02T03:13:14.955Z Downloaded rustc-hash v1.1.0
5312024-11-02T03:13:14.957Z Downloaded adler2 v2.0.0
5322024-11-02T03:13:14.960Z Downloaded miniz_oxide v0.8.0
5332024-11-02T03:13:14.962Z Downloaded jobserver v0.1.32
5342024-11-02T03:13:14.964Z Downloaded http-body v1.0.1
5352024-11-02T03:13:14.967Z Downloaded rand v0.8.5
5362024-11-02T03:13:14.970Z Downloaded signal-hook-tokio v0.3.1
5372024-11-02T03:13:14.973Z Downloaded mockall_derive v0.13.0
5382024-11-02T03:13:14.975Z Downloaded rustls-pki-types v1.9.0
5392024-11-02T03:13:14.979Z Downloaded http-range v0.1.5
5402024-11-02T03:13:14.982Z Downloaded atomic-waker v1.1.2
5412024-11-02T03:13:14.982Z Downloaded async-stream-impl v0.3.6
5422024-11-02T03:13:14.986Z Downloaded aes v0.8.4
5432024-11-02T03:13:14.990Z Downloaded signal-hook-registry v1.4.2
5442024-11-02T03:13:14.992Z Downloaded array-init v0.0.4
5452024-11-02T03:13:14.992Z Downloaded lock_api v0.4.12
5462024-11-02T03:13:14.992Z Downloaded toolchain_find v0.4.0
5472024-11-02T03:13:14.995Z Downloaded tinyvec_macros v0.1.1
5482024-11-02T03:13:14.995Z Downloaded try-lock v0.2.5
5492024-11-02T03:13:14.998Z Downloaded atomicwrites v0.4.4
5502024-11-02T03:13:14.998Z Downloaded bumpalo v3.16.0
5512024-11-02T03:13:15.001Z Downloaded tls_codec_derive v0.4.1
5522024-11-02T03:13:15.004Z Downloaded static_assertions v1.1.0
5532024-11-02T03:13:15.006Z Downloaded hickory-client v0.24.1
5542024-11-02T03:13:15.009Z Downloaded slog v2.7.0
5552024-11-02T03:13:15.012Z Downloaded http-body-util v0.1.2
5562024-11-02T03:13:15.015Z Downloaded bitfield-struct v0.6.2
5572024-11-02T03:13:15.017Z Downloaded convert_case v0.4.0
5582024-11-02T03:13:15.020Z Downloaded strum_macros v0.26.4
5592024-11-02T03:13:15.022Z Downloaded tap v1.0.1
5602024-11-02T03:13:15.022Z Downloaded hostname v0.4.0
5612024-11-02T03:13:15.025Z Downloaded aead v0.5.2
5622024-11-02T03:13:15.027Z Downloaded async-stream v0.3.6
5632024-11-02T03:13:15.031Z Downloaded itertools v0.10.5
5642024-11-02T03:13:15.035Z Downloaded httparse v1.9.5
5652024-11-02T03:13:15.039Z Downloaded chrono-tz-build v0.4.0
5662024-11-02T03:13:15.041Z Downloaded bitfield v0.14.0
5672024-11-02T03:13:15.041Z Downloaded arrayvec v0.7.6
5682024-11-02T03:13:15.044Z Downloaded http-body v0.4.6
5692024-11-02T03:13:15.046Z Downloaded darling_macro v0.20.10
5702024-11-02T03:13:15.049Z Downloaded backoff v0.4.0
5712024-11-02T03:13:15.053Z Downloaded cfg_aliases v0.1.1
5722024-11-02T03:13:15.053Z Downloaded untrusted v0.7.1
5732024-11-02T03:13:15.055Z Downloaded derive_builder v0.20.2
5742024-11-02T03:13:15.059Z Downloaded hmac v0.12.1
5752024-11-02T03:13:15.062Z Downloaded chacha20 v0.9.1
5762024-11-02T03:13:15.065Z Downloaded crossbeam-deque v0.8.5
5772024-11-02T03:13:15.068Z Downloaded crc-catalog v2.4.0
5782024-11-02T03:13:15.070Z Downloaded sqlformat v0.2.6
5792024-11-02T03:13:15.070Z Downloaded async-bb8-diesel v0.2.1
5802024-11-02T03:13:15.073Z Downloaded is_ci v1.2.0
5812024-11-02T03:13:15.077Z Downloaded base64 v0.13.1
5822024-11-02T03:13:15.079Z Downloaded match_cfg v0.1.0
5832024-11-02T03:13:15.082Z Downloaded termtree v0.4.1
5842024-11-02T03:13:15.082Z Downloaded indoc v1.0.9
5852024-11-02T03:13:15.085Z Downloaded crc v3.2.1
5862024-11-02T03:13:15.087Z Downloaded untrusted v0.9.0
5872024-11-02T03:13:15.091Z Downloaded bcs v0.1.6
5882024-11-02T03:13:15.094Z Downloaded bitflags v1.3.2
5892024-11-02T03:13:15.097Z Downloaded newline-converter v0.3.0
5902024-11-02T03:13:15.100Z Downloaded cbc v0.1.2
5912024-11-02T03:13:15.100Z Downloaded cipher v0.4.4
5922024-11-02T03:13:15.102Z Downloaded curve25519-dalek-derive v0.1.1
5932024-11-02T03:13:15.104Z Downloaded constant_time_eq v0.3.1
5942024-11-02T03:13:15.104Z Downloaded cobs v0.2.3
5952024-11-02T03:13:15.107Z Downloaded aho-corasick v1.1.3
5962024-11-02T03:13:15.113Z Downloaded openssl-macros v0.1.1
5972024-11-02T03:13:15.115Z Downloaded ahash v0.8.11
5982024-11-02T03:13:15.118Z Downloaded mime v0.3.17
5992024-11-02T03:13:15.120Z Downloaded md-5 v0.10.6
6002024-11-02T03:13:15.123Z Downloaded openssl-probe v0.1.5
6012024-11-02T03:13:15.125Z Downloaded foreign-types v0.5.0
6022024-11-02T03:13:15.125Z Downloaded stable_deref_trait v1.2.0
6032024-11-02T03:13:15.128Z Downloaded serde_path_to_error v0.1.16
6042024-11-02T03:13:15.128Z Downloaded crc32fast v1.4.2
6052024-11-02T03:13:15.130Z Downloaded futures-io v0.3.31
6062024-11-02T03:13:15.133Z Downloaded downcast v0.11.0
6072024-11-02T03:13:15.135Z Downloaded defmt v0.3.8
6082024-11-02T03:13:15.138Z Downloaded diff v0.1.13
6092024-11-02T03:13:15.142Z Downloaded zeroize_derive v1.4.2
6102024-11-02T03:13:15.144Z Downloaded rusty-fork v0.3.0
6112024-11-02T03:13:15.147Z Downloaded csv-core v0.1.11
6122024-11-02T03:13:15.149Z Downloaded env_logger v0.11.5
6132024-11-02T03:13:15.151Z Downloaded phf_shared v0.10.0
6142024-11-02T03:13:15.154Z Downloaded headers-core v0.3.0
6152024-11-02T03:13:15.154Z Downloaded allocator-api2 v0.2.18
6162024-11-02T03:13:15.156Z Downloaded maybe-uninit v2.0.0
6172024-11-02T03:13:15.159Z Downloaded pbkdf2 v0.11.0
6182024-11-02T03:13:15.162Z Downloaded nibble_vec v0.1.0
6192024-11-02T03:13:15.165Z Downloaded nanorand v0.7.0
6202024-11-02T03:13:15.167Z Downloaded iana-time-zone v0.1.61
6212024-11-02T03:13:15.169Z Downloaded lalrpop-util v0.19.12
6222024-11-02T03:13:15.172Z Downloaded hyper-staticfile v0.10.1
6232024-11-02T03:13:15.176Z Downloaded pem v3.0.4
6242024-11-02T03:13:15.176Z Downloaded whoami v1.5.2
6252024-11-02T03:13:15.179Z Downloaded strum_macros v0.25.3
6262024-11-02T03:13:15.182Z Downloaded sha1 v0.10.6
6272024-11-02T03:13:15.185Z Downloaded sync_wrapper v0.1.2
6282024-11-02T03:13:15.185Z Downloaded smf v0.2.3
6292024-11-02T03:13:15.192Z Downloaded sync_wrapper v1.0.1
6302024-11-02T03:13:15.192Z Downloaded xz2 v0.1.7
6312024-11-02T03:13:15.192Z Downloaded hubpack v0.1.2
6322024-11-02T03:13:15.192Z Downloaded ed25519 v2.2.3
6332024-11-02T03:13:15.195Z Downloaded vsss-rs v3.3.4
6342024-11-02T03:13:15.195Z Downloaded clang-sys v1.8.1
6352024-11-02T03:13:15.199Z Downloaded libloading v0.8.5
6362024-11-02T03:13:15.202Z Downloaded chrono v0.4.38
6372024-11-02T03:13:15.211Z Downloaded rand_core v0.6.4
6382024-11-02T03:13:15.215Z Downloaded rand_chacha v0.3.1
6392024-11-02T03:13:15.215Z Downloaded progenitor-macro v0.8.0
6402024-11-02T03:13:15.221Z Downloaded want v0.3.1
6412024-11-02T03:13:15.221Z Downloaded base64 v0.21.7
6422024-11-02T03:13:15.224Z Downloaded foreign-types-shared v0.1.1
6432024-11-02T03:13:15.224Z Downloaded siphasher v0.3.11
6442024-11-02T03:13:15.228Z Downloaded rustc-demangle v0.1.24
6452024-11-02T03:13:15.228Z Downloaded indexmap v1.9.3
6462024-11-02T03:13:15.232Z Downloaded supports-color v3.0.1
6472024-11-02T03:13:15.234Z Downloaded time-macros v0.2.18
6482024-11-02T03:13:15.237Z Downloaded postgres-protocol v0.6.7
6492024-11-02T03:13:15.239Z Downloaded darling_core v0.20.10
6502024-11-02T03:13:15.245Z Downloaded embedded-io v0.4.0
6512024-11-02T03:13:15.248Z Downloaded compact_str v0.8.0
6522024-11-02T03:13:15.253Z Downloaded radium v0.7.0
6532024-11-02T03:13:15.255Z Downloaded dirs-next v2.0.0
6542024-11-02T03:13:15.255Z Downloaded pkcs8 v0.10.2
6552024-11-02T03:13:15.258Z Downloaded pretty-hex v0.2.1
6562024-11-02T03:13:15.262Z Downloaded path-slash v0.1.5
6572024-11-02T03:13:15.262Z Downloaded sct v0.7.1
6582024-11-02T03:13:15.265Z Downloaded oso-derive v0.27.3
6592024-11-02T03:13:15.267Z Downloaded rustls-pemfile v2.2.0
6602024-11-02T03:13:15.270Z Downloaded rustyline v14.0.0
6612024-11-02T03:13:15.276Z Downloaded predicates-core v1.0.8
6622024-11-02T03:13:15.278Z Downloaded num_threads v0.1.7
6632024-11-02T03:13:15.278Z Downloaded num_enum_derive v0.5.11
6642024-11-02T03:13:15.282Z Downloaded strum v0.26.3
6652024-11-02T03:13:15.282Z Downloaded spin v0.9.8
6662024-11-02T03:13:15.286Z Downloaded indicatif v0.17.8
6672024-11-02T03:13:15.290Z Downloaded either v1.13.0
6682024-11-02T03:13:15.293Z Downloaded dyn-clone v1.0.17
6692024-11-02T03:13:15.296Z Downloaded uzers v0.12.1
6702024-11-02T03:13:15.298Z Downloaded ssh-key v0.6.6
6712024-11-02T03:13:15.315Z Downloaded derive_builder_macro v0.20.2
6722024-11-02T03:13:15.317Z Downloaded const_format v0.2.33
6732024-11-02T03:13:15.320Z Downloaded tower-service v0.3.3
6742024-11-02T03:13:15.323Z Downloaded wyz v0.5.1
6752024-11-02T03:13:15.325Z Downloaded rpassword v7.3.1
6762024-11-02T03:13:15.325Z Downloaded parse-display-derive v0.10.0
6772024-11-02T03:13:15.328Z Downloaded foldhash v0.1.3
6782024-11-02T03:13:15.328Z Downloaded gethostname v0.5.0
6792024-11-02T03:13:15.331Z Downloaded embedded-io v0.6.1
6802024-11-02T03:13:15.333Z Downloaded strum_macros v0.24.3
6812024-11-02T03:13:15.336Z Downloaded fxhash v0.2.1
6822024-11-02T03:13:15.336Z Downloaded paste v1.0.15
6832024-11-02T03:13:15.339Z Downloaded vergen v8.3.2
6842024-11-02T03:13:15.342Z Downloaded scheduled-thread-pool v0.2.7
6852024-11-02T03:13:15.344Z Downloaded parking_lot_core v0.8.6
6862024-11-02T03:13:15.347Z Downloaded ref-cast v1.0.23
6872024-11-02T03:13:15.349Z Downloaded walkdir v2.5.0
6882024-11-02T03:13:15.352Z Downloaded take_mut v0.2.2
6892024-11-02T03:13:15.354Z Downloaded same-file v1.0.6
6902024-11-02T03:13:15.354Z Downloaded rustversion v1.0.17
6912024-11-02T03:13:15.358Z Downloaded fallible-streaming-iterator v0.1.9
6922024-11-02T03:13:15.360Z Downloaded getrandom v0.2.15
6932024-11-02T03:13:15.362Z Downloaded similar v2.6.0
6942024-11-02T03:13:15.368Z Downloaded serde-big-array v0.5.1
6952024-11-02T03:13:15.371Z Downloaded fragile v2.0.0
6962024-11-02T03:13:15.373Z Downloaded tabwriter v1.4.0
6972024-11-02T03:13:15.375Z Downloaded subtle v2.6.1
6982024-11-02T03:13:15.378Z Downloaded tracing-core v0.1.32
6992024-11-02T03:13:15.381Z Downloaded sigpipe v0.1.3
7002024-11-02T03:13:15.381Z Downloaded funty v2.0.0
7012024-11-02T03:13:15.383Z Downloaded tokio-tungstenite v0.24.0
7022024-11-02T03:13:15.386Z Downloaded zone v0.1.8
7032024-11-02T03:13:15.389Z Downloaded zeroize v1.8.1
7042024-11-02T03:13:15.389Z Downloaded secrecy v0.8.0
7052024-11-02T03:13:15.391Z Downloaded password-hash v0.5.0
7062024-11-02T03:13:15.391Z Downloaded password-hash v0.4.2
7072024-11-02T03:13:15.394Z Downloaded poly1305 v0.8.0
7082024-11-02T03:13:15.396Z Downloaded num-traits v0.2.19
7092024-11-02T03:13:15.399Z Downloaded zip v0.6.6
7102024-11-02T03:13:15.405Z Downloaded progenitor-client v0.8.0
7112024-11-02T03:13:15.408Z Downloaded ff v0.13.0
7122024-11-02T03:13:15.410Z Downloaded opaque-debug v0.3.1
7132024-11-02T03:13:15.410Z Downloaded futures-executor v0.3.31
7142024-11-02T03:13:15.413Z Downloaded ppv-lite86 v0.2.20
7152024-11-02T03:13:15.416Z Downloaded powerfmt v0.2.0
7162024-11-02T03:13:15.416Z Downloaded headers v0.4.0
7172024-11-02T03:13:15.421Z Downloaded derive_more v0.99.18
7182024-11-02T03:13:15.428Z Downloaded thread_local v1.1.8
7192024-11-02T03:13:15.430Z Downloaded simd-adler32 v0.3.7
7202024-11-02T03:13:15.433Z Downloaded smallvec v0.6.14
7212024-11-02T03:13:15.436Z Downloaded rustc-hash v2.0.0
7222024-11-02T03:13:15.436Z Downloaded polyval v0.6.2
7232024-11-02T03:13:15.440Z Downloaded spki v0.7.3
7242024-11-02T03:13:15.442Z Downloaded unicode-truncate v1.1.0
7252024-11-02T03:13:15.442Z Downloaded mio v1.0.2
7262024-11-02T03:13:15.448Z Downloaded thiserror-impl-no-std v2.0.2
7272024-11-02T03:13:15.450Z Downloaded des v0.8.1
7282024-11-02T03:13:15.453Z Downloaded endian-type v0.1.2
7292024-11-02T03:13:15.455Z Downloaded time-core v0.1.2
7302024-11-02T03:13:15.455Z Downloaded hyper-util v0.1.9
7312024-11-02T03:13:15.459Z Downloaded ena v0.14.3
7322024-11-02T03:13:15.461Z Downloaded displaydoc v0.2.5
7332024-11-02T03:13:15.465Z Downloaded number_prefix v0.4.0
7342024-11-02T03:13:15.467Z Downloaded which v4.4.2
7352024-11-02T03:13:15.469Z Downloaded signal-hook-mio v0.2.4
7362024-11-02T03:13:15.471Z Downloaded idna v0.4.0
7372024-11-02T03:13:15.478Z Downloaded proc-macro-crate v1.3.1
7382024-11-02T03:13:15.481Z Downloaded progenitor v0.8.0
7392024-11-02T03:13:15.483Z Downloaded slog-envlogger v2.2.0
7402024-11-02T03:13:15.485Z Downloaded hash32 v0.3.1
7412024-11-02T03:13:15.487Z Downloaded peg v0.8.4
7422024-11-02T03:13:15.490Z Downloaded pkcs5 v0.7.1
7432024-11-02T03:13:15.495Z Downloaded shell-words v1.1.0
7442024-11-02T03:13:15.497Z Downloaded primeorder v0.13.6
7452024-11-02T03:13:15.500Z Downloaded tiny-keccak v2.0.2
7462024-11-02T03:13:15.502Z Downloaded thiserror-no-std v2.0.2
7472024-11-02T03:13:15.506Z Downloaded xattr v1.3.1
7482024-11-02T03:13:15.508Z Downloaded slog-stdlog v4.1.1
7492024-11-02T03:13:15.510Z Downloaded phf_shared v0.11.2
7502024-11-02T03:13:15.513Z Downloaded enum-as-inner v0.6.1
7512024-11-02T03:13:15.515Z Downloaded num-conv v0.1.0
7522024-11-02T03:13:15.515Z Downloaded enum-as-inner v0.5.1
7532024-11-02T03:13:15.518Z Downloaded slog-dtrace v0.3.0
7542024-11-02T03:13:15.521Z Downloaded num-complex v0.4.6
7552024-11-02T03:13:15.524Z Downloaded slog-scope v4.4.0
7562024-11-02T03:13:15.524Z Downloaded p256 v0.13.2
7572024-11-02T03:13:15.527Z Downloaded url v2.5.2
7582024-11-02T03:13:15.531Z Downloaded slog-async v2.8.0
7592024-11-02T03:13:15.533Z Downloaded hkdf v0.12.4
7602024-11-02T03:13:15.536Z Downloaded oso v0.27.3
7612024-11-02T03:13:15.540Z Downloaded shlex v1.3.0
7622024-11-02T03:13:15.543Z Downloaded num_enum v0.5.11
7632024-11-02T03:13:15.548Z Downloaded topological-sort v0.2.2
7642024-11-02T03:13:15.552Z Downloaded phf v0.11.2
7652024-11-02T03:13:15.552Z Downloaded heapless v0.7.17
7662024-11-02T03:13:15.555Z Downloaded foreign-types-shared v0.3.1
7672024-11-02T03:13:15.558Z Downloaded schemars v0.8.21
7682024-11-02T03:13:15.570Z Downloaded sqlparser_derive v0.2.2
7692024-11-02T03:13:15.573Z Downloaded precomputed-hash v0.1.1
7702024-11-02T03:13:15.573Z Downloaded peg-runtime v0.8.3
7712024-11-02T03:13:15.575Z Downloaded zone v0.3.0
7722024-11-02T03:13:15.575Z Downloaded utf-8 v0.7.6
7732024-11-02T03:13:15.578Z Downloaded universal-hash v0.5.1
7742024-11-02T03:13:15.578Z Downloaded yasna v0.5.2
7752024-11-02T03:13:15.580Z Downloaded float-ord v0.3.2
7762024-11-02T03:13:15.583Z Downloaded tungstenite v0.23.0
7772024-11-02T03:13:15.585Z Downloaded structmeta v0.2.0
7782024-11-02T03:13:15.588Z Downloaded phf_codegen v0.11.2
7792024-11-02T03:13:15.588Z Downloaded num-derive v0.4.2
7802024-11-02T03:13:15.591Z Downloaded num v0.4.3
7812024-11-02T03:13:15.593Z Downloaded snafu v0.8.5
7822024-11-02T03:13:15.599Z Downloaded schemars_derive v0.8.21
7832024-11-02T03:13:15.602Z Downloaded dhcproto-macros v0.1.0
7842024-11-02T03:13:15.604Z Downloaded structmeta v0.3.0
7852024-11-02T03:13:15.604Z Downloaded ssh-cipher v0.2.0
7862024-11-02T03:13:15.604Z Downloaded num-rational v0.4.2
7872024-11-02T03:13:15.607Z Downloaded regex-syntax v0.6.29
7882024-11-02T03:13:15.614Z Downloaded hex-literal v0.4.1
7892024-11-02T03:13:15.617Z Downloaded psl-types v2.0.11
7902024-11-02T03:13:15.619Z Downloaded nu-ansi-term v0.50.1
7912024-11-02T03:13:15.621Z Downloaded blake3 v1.5.4
7922024-11-02T03:13:15.629Z Downloaded rand_xorshift v0.3.0
7932024-11-02T03:13:15.631Z Downloaded pin-utils v0.1.0
7942024-11-02T03:13:15.632Z Downloaded termcolor v1.4.1
7952024-11-02T03:13:15.634Z Downloaded glob v0.3.1
7962024-11-02T03:13:15.637Z Downloaded unicode-xid v0.2.6
7972024-11-02T03:13:15.637Z Downloaded unarray v0.1.4
7982024-11-02T03:13:15.639Z Downloaded rusqlite v0.32.1
7992024-11-02T03:13:15.646Z Downloaded unicase v2.7.0
8002024-11-02T03:13:15.649Z Downloaded olpc-cjson v0.1.4
8012024-11-02T03:13:15.651Z Downloaded pin-project-lite v0.2.14
8022024-11-02T03:13:15.655Z Downloaded zone_cfg_derive v0.3.0
8032024-11-02T03:13:15.657Z Downloaded env_filter v0.1.2
8042024-11-02T03:13:15.657Z Downloaded termios v0.3.3
8052024-11-02T03:13:15.660Z Downloaded itertools v0.12.1
8062024-11-02T03:13:15.667Z Downloaded twox-hash v1.6.3
8072024-11-02T03:13:15.670Z Downloaded diesel-dtrace v0.3.0
8082024-11-02T03:13:15.672Z Downloaded strip-ansi-escapes v0.2.0
8092024-11-02T03:13:15.675Z Downloaded sec1 v0.7.3
8102024-11-02T03:13:15.675Z Downloaded quinn-udp v0.5.5
8112024-11-02T03:13:15.678Z Downloaded tokio-tungstenite v0.21.0
8122024-11-02T03:13:15.680Z Downloaded tokio-rustls v0.26.0
8132024-11-02T03:13:15.683Z Downloaded libm v0.2.8
8142024-11-02T03:13:15.690Z Downloaded scopeguard v1.2.0
8152024-11-02T03:13:15.694Z Downloaded diesel_table_macro_syntax v0.2.0
8162024-11-02T03:13:15.694Z Downloaded normalize-line-endings v0.3.0
8172024-11-02T03:13:15.694Z Downloaded defmt-parser v0.3.4
8182024-11-02T03:13:15.697Z Downloaded tokio-macros v2.4.0
8192024-11-02T03:13:15.697Z Downloaded pbkdf2 v0.12.2
8202024-11-02T03:13:15.700Z Downloaded zerocopy v0.6.6
8212024-11-02T03:13:15.703Z Downloaded percent-encoding v2.3.1
8222024-11-02T03:13:15.703Z Downloaded rand_seeder v0.3.0
8232024-11-02T03:13:15.706Z Downloaded socket2 v0.5.7
8242024-11-02T03:13:15.708Z Downloaded signal-hook v0.3.17
8252024-11-02T03:13:15.711Z Downloaded filetime v0.2.25
8262024-11-02T03:13:15.713Z Downloaded tokio-native-tls v0.3.1
8272024-11-02T03:13:15.713Z Downloaded idna v0.3.0
8282024-11-02T03:13:15.721Z Downloaded packed_struct_codegen v0.10.1
8292024-11-02T03:13:15.723Z Downloaded defmt-macros v0.3.9
8302024-11-02T03:13:15.726Z Downloaded bindgen v0.69.5
8312024-11-02T03:13:15.734Z Downloaded ssh-encoding v0.2.0
8322024-11-02T03:13:15.736Z Downloaded toml v0.7.8
8332024-11-02T03:13:15.739Z Downloaded env_logger v0.10.2
8342024-11-02T03:13:15.742Z Downloaded tokio-rustls v0.24.1
8352024-11-02T03:13:15.745Z Downloaded num-iter v0.1.45
8362024-11-02T03:13:15.748Z Downloaded reqwest v0.12.8
8372024-11-02T03:13:15.756Z Downloaded dirs-sys-next v0.1.2
8382024-11-02T03:13:15.759Z Downloaded string_cache v0.8.7
8392024-11-02T03:13:15.762Z Downloaded pem-rfc7468 v0.7.0
8402024-11-02T03:13:15.762Z Downloaded serde_urlencoded v0.7.1
8412024-11-02T03:13:15.764Z Downloaded fallible-iterator v0.2.0
8422024-11-02T03:13:15.767Z Downloaded tokio-stream v0.1.16
8432024-11-02T03:13:15.770Z Downloaded heapless v0.8.0
8442024-11-02T03:13:15.774Z Downloaded nix v0.28.0
8452024-11-02T03:13:15.787Z Downloaded difflib v0.4.0
8462024-11-02T03:13:15.790Z Downloaded debug-ignore v1.0.5
8472024-11-02T03:13:15.792Z Downloaded parking_lot v0.11.2
8482024-11-02T03:13:15.794Z Downloaded toml_edit v0.19.15
8492024-11-02T03:13:15.810Z Downloaded serde_derive_internals v0.29.1
8502024-11-02T03:13:15.813Z Downloaded term v0.7.0
8512024-11-02T03:13:15.815Z Downloaded peg-macros v0.8.4
8522024-11-02T03:13:15.818Z Downloaded tinyvec v1.8.0
8532024-11-02T03:13:15.821Z Downloaded hashbrown v0.13.2
8542024-11-02T03:13:15.825Z Downloaded tungstenite v0.24.0
8552024-11-02T03:13:15.829Z Downloaded rayon-core v1.12.1
8562024-11-02T03:13:15.833Z Downloaded parking_lot v0.12.3
8572024-11-02T03:13:15.835Z Downloaded flume v0.11.0
8582024-11-02T03:13:15.840Z Downloaded diesel_derives v2.2.3
8592024-11-02T03:13:15.844Z Downloaded hashbrown v0.12.3
8602024-11-02T03:13:15.849Z Downloaded tar v0.4.42
8612024-11-02T03:13:15.852Z Downloaded pkcs1 v0.7.5
8622024-11-02T03:13:15.855Z Downloaded openssl-sys v0.9.103
8632024-11-02T03:13:15.861Z Downloaded radix_trie v0.2.1
8642024-11-02T03:13:15.868Z Downloaded x509-cert v0.2.5
8652024-11-02T03:13:15.874Z Downloaded h2 v0.3.26
8662024-11-02T03:13:15.881Z Downloaded unicode-normalization v0.1.24
8672024-11-02T03:13:15.885Z Downloaded steno v0.4.1
8682024-11-02T03:13:15.894Z Downloaded typed-path v0.7.1
8692024-11-02T03:13:15.909Z Downloaded der v0.7.9
8702024-11-02T03:13:15.909Z Downloaded hyper v0.14.30
8712024-11-02T03:13:15.914Z Downloaded expectorate v1.1.0
8722024-11-02T03:13:15.917Z Downloaded winnow v0.5.40
8732024-11-02T03:13:15.924Z Downloaded h2 v0.4.6
8742024-11-02T03:13:15.932Z Downloaded object v0.30.4
8752024-11-02T03:13:15.943Z Downloaded tough v0.17.1
8762024-11-02T03:13:15.952Z Downloaded sqlparser v0.45.0
8772024-11-02T03:13:15.959Z Downloaded russh v0.45.0
8782024-11-02T03:13:15.965Z Downloaded nom v7.1.3
8792024-11-02T03:13:15.971Z Downloaded flate2 v1.0.34
8802024-11-02T03:13:15.977Z Downloaded reqwest v0.11.27
8812024-11-02T03:13:15.986Z Downloaded quinn-proto v0.11.8
8822024-11-02T03:13:15.994Z Downloaded rustls-webpki v0.102.8
8832024-11-02T03:13:16.014Z Downloaded quick-xml v0.33.0
8842024-11-02T03:13:16.020Z Downloaded idna v0.2.3
8852024-11-02T03:13:16.028Z Downloaded proptest v1.5.0
8862024-11-02T03:13:16.039Z Downloaded polar-core v0.27.3
8872024-11-02T03:13:16.048Z Downloaded idna v0.5.0
8882024-11-02T03:13:16.056Z Downloaded git2 v0.19.0
8892024-11-02T03:13:16.066Z Downloaded serde_with v3.11.0
8902024-11-02T03:13:16.076Z Downloaded rayon v1.10.0
8912024-11-02T03:13:16.087Z Downloaded dropshot v0.12.0
8922024-11-02T03:13:16.109Z Downloaded regex v1.11.0
8932024-11-02T03:13:16.122Z Downloaded nix v0.29.0
8942024-11-02T03:13:16.135Z Downloaded rustls v0.21.12
8952024-11-02T03:13:16.146Z Downloaded rustls v0.22.4
8962024-11-02T03:13:16.161Z Downloaded smoltcp v0.9.1
8972024-11-02T03:13:16.172Z Downloaded smoltcp v0.11.0
8982024-11-02T03:13:16.187Z Downloaded openssl v0.10.66
8992024-11-02T03:13:16.196Z Downloaded regress v0.10.1
9002024-11-02T03:13:16.207Z Downloaded bzip2-sys v0.1.11+1.0.8
9012024-11-02T03:13:16.219Z Downloaded regress v0.9.1
9022024-11-02T03:13:16.228Z Downloaded regex-syntax v0.8.5
9032024-11-02T03:13:16.237Z Downloaded sled v0.34.7
9042024-11-02T03:13:16.251Z Downloaded diesel v2.2.4
9052024-11-02T03:13:16.269Z Downloaded typify-impl v0.2.0
9062024-11-02T03:13:16.285Z Downloaded regex-automata v0.4.8
9072024-11-02T03:13:16.302Z Downloaded openapiv3 v2.0.0
9082024-11-02T03:13:16.315Z Downloaded object v0.36.5
9092024-11-02T03:13:16.327Z Downloaded bstr v1.10.0
9102024-11-02T03:13:16.338Z Downloaded trust-dns-proto v0.22.0
9112024-11-02T03:13:16.350Z Downloaded nix v0.27.1
9122024-11-02T03:13:16.362Z Downloaded ratatui v0.28.1
9132024-11-02T03:13:16.382Z Downloaded zerocopy-derive v0.6.6
9142024-11-02T03:13:16.392Z Downloaded csv v1.3.0
9152024-11-02T03:13:16.413Z Downloaded p384 v0.13.0
9162024-11-02T03:13:16.419Z Downloaded webpki-roots v0.26.6
9172024-11-02T03:13:16.423Z Downloaded rustls v0.23.14
9182024-11-02T03:13:16.435Z Downloaded libz-sys v1.1.20
9192024-11-02T03:13:16.457Z Downloaded chrono-tz v0.10.0
9202024-11-02T03:13:16.464Z Downloaded petgraph v0.6.5
9212024-11-02T03:13:16.481Z Downloaded lzma-sys v0.1.20
9222024-11-02T03:13:16.512Z Downloaded gimli v0.31.1
9232024-11-02T03:13:16.519Z Downloaded tokio v1.40.0
9242024-11-02T03:13:16.557Z Downloaded hickory-proto v0.24.1
9252024-11-02T03:13:16.572Z Downloaded curve25519-dalek v4.1.3
9262024-11-02T03:13:16.580Z Downloaded rustls-webpki v0.101.7
9272024-11-02T03:13:16.595Z Downloaded futures-util v0.3.31
9282024-11-02T03:13:16.607Z Downloaded vcpkg v0.2.15
9292024-11-02T03:13:16.646Z Downloaded lalrpop v0.19.12
9302024-11-02T03:13:16.656Z Downloaded p521 v0.13.3
9312024-11-02T03:13:16.660Z Downloaded rsa v0.9.6
9322024-11-02T03:13:16.665Z Downloaded unicode_categories v0.1.1
9332024-11-02T03:13:16.668Z Downloaded unicode-bidi v0.3.17
9342024-11-02T03:13:16.671Z Downloaded rcgen v0.12.1
9352024-11-02T03:13:16.673Z Downloaded qorb v0.2.0
9362024-11-02T03:13:16.677Z Downloaded unsafe-libyaml v0.2.11
9372024-11-02T03:13:16.681Z Downloaded sha3 v0.10.8
9382024-11-02T03:13:16.686Z Downloaded unicode-segmentation v1.12.0
9392024-11-02T03:13:16.690Z Downloaded salty v0.3.0
9402024-11-02T03:13:16.697Z Downloaded bitvec v1.0.1
9412024-11-02T03:13:16.712Z Downloaded num-integer v0.1.46
9422024-11-02T03:13:16.714Z Downloaded fallible-iterator v0.3.0
9432024-11-02T03:13:16.719Z Downloaded der_derive v0.7.3
9442024-11-02T03:13:16.719Z Downloaded publicsuffix v2.2.3
9452024-11-02T03:13:16.721Z Downloaded tracing v0.1.40
9462024-11-02T03:13:16.723Z Downloaded itertools v0.13.0
9472024-11-02T03:13:16.730Z Downloaded ron v0.8.1
9482024-11-02T03:13:16.735Z Downloaded scrypt v0.11.0
9492024-11-02T03:13:16.738Z Downloaded nodrop v0.1.14
9502024-11-02T03:13:16.738Z Downloaded pin-project-internal v1.1.6
9512024-11-02T03:13:16.741Z Downloaded tokio-util v0.7.12
9522024-11-02T03:13:16.746Z Downloaded portable-atomic v1.9.0
9532024-11-02T03:13:16.754Z Downloaded hex v0.4.3
9542024-11-02T03:13:16.756Z Downloaded heck v0.3.3
9552024-11-02T03:13:16.759Z Downloaded float-cmp v0.9.0
9562024-11-02T03:13:16.759Z Downloaded zone_cfg_derive v0.1.2
9572024-11-02T03:13:16.759Z Downloaded rtoolbox v0.0.2
9582024-11-02T03:13:16.761Z Downloaded dhcproto v0.12.0
9592024-11-02T03:13:16.764Z Downloaded num-bigint-dig v0.8.4
9602024-11-02T03:13:16.768Z Downloaded encoding_rs v0.8.34
9612024-11-02T03:13:16.791Z Downloaded prettyplease v0.2.22
9622024-11-02T03:13:16.793Z Downloaded zip v2.1.3
9632024-11-02T03:13:16.797Z Downloaded tokio-rustls v0.25.0
9642024-11-02T03:13:16.800Z Downloaded elliptic-curve v0.13.8
9652024-11-02T03:13:16.803Z Downloaded fixedbitset v0.4.2
9662024-11-02T03:13:16.806Z Downloaded quick-error v1.2.3
9672024-11-02T03:13:16.808Z Downloaded uuid v1.10.0
9682024-11-02T03:13:16.809Z Downloaded num-bigint v0.4.6
9692024-11-02T03:13:16.815Z Downloaded hashbrown v0.14.5
9702024-11-02T03:13:16.819Z Downloaded rustc_version v0.4.1
9712024-11-02T03:13:16.821Z Downloaded libxml v0.3.3
9722024-11-02T03:13:16.827Z Downloaded snafu-derive v0.8.5
9732024-11-02T03:13:16.829Z Downloaded ed25519-dalek v2.1.1
9742024-11-02T03:13:16.832Z Downloaded tungstenite v0.21.0
9752024-11-02T03:13:16.835Z Downloaded slog-term v2.9.1
9762024-11-02T03:13:16.838Z Downloaded omicron-zone-package v0.11.1
9772024-11-02T03:13:16.841Z Downloaded samael v0.0.17
9782024-11-02T03:13:16.846Z Downloaded serde_with_macros v3.11.0
9792024-11-02T03:13:16.848Z Downloaded half v2.4.1
9802024-11-02T03:13:16.851Z Downloaded zopfli v0.8.1
9812024-11-02T03:13:16.853Z Downloaded libgit2-sys v0.17.0+1.8.1
9822024-11-02T03:13:16.911Z Downloaded rustfmt-wrapper v0.2.1
9832024-11-02T03:13:16.914Z Downloaded parse-zoneinfo v0.3.1
9842024-11-02T03:13:16.922Z Downloaded minimal-lexical v0.2.1
9852024-11-02T03:13:16.927Z Downloaded predicates v3.1.2
9862024-11-02T03:13:16.927Z Downloaded derive_builder_core v0.20.2
9872024-11-02T03:13:16.928Z Downloaded unicode-properties v0.1.3
9882024-11-02T03:13:16.928Z Downloaded ron v0.7.1
9892024-11-02T03:13:16.930Z Downloaded reedline v0.35.0
9902024-11-02T03:13:16.937Z Downloaded display-error-chain v0.2.2
9912024-11-02T03:13:16.940Z Downloaded slog-bunyan v2.5.0
9922024-11-02T03:13:16.940Z Downloaded signature v2.2.0
9932024-11-02T03:13:16.942Z Downloaded globset v0.4.15
9942024-11-02T03:13:16.944Z Downloaded pin-project v1.1.6
9952024-11-02T03:13:16.953Z Downloaded owo-colors v4.1.0
9962024-11-02T03:13:16.956Z Downloaded postgres-types v0.2.8
9972024-11-02T03:13:16.958Z Downloaded futures v0.3.31
9982024-11-02T03:13:16.963Z Downloaded hash32 v0.2.1
9992024-11-02T03:13:16.965Z Downloaded group v0.13.0
10002024-11-02T03:13:16.968Z Downloaded flagset v0.4.6
10012024-11-02T03:13:16.968Z Downloaded futures-channel v0.3.31
10022024-11-02T03:13:16.971Z Downloaded tokio-postgres v0.7.12
10032024-11-02T03:13:16.973Z Downloaded crossterm v0.28.1
10042024-11-02T03:13:16.980Z Downloaded test-strategy v0.3.1
10052024-11-02T03:13:16.985Z Downloaded time v0.3.36
10062024-11-02T03:13:16.990Z Downloaded quinn v0.11.5
10072024-11-02T03:13:16.994Z Downloaded pkg-config v0.3.31
10082024-11-02T03:13:16.996Z Downloaded semver v0.1.20
10092024-11-02T03:13:16.996Z Downloaded dropshot_endpoint v0.12.0
10102024-11-02T03:13:16.999Z Downloaded futures-task v0.3.31
10112024-11-02T03:13:17.002Z Downloaded russh-keys v0.45.0
10122024-11-02T03:13:17.005Z Downloaded futures-core v0.3.31
10132024-11-02T03:13:17.005Z Downloaded russh-cryptovec v0.7.3
10142024-11-02T03:13:17.005Z Downloaded form_urlencoded v1.2.1
10152024-11-02T03:13:17.005Z Downloaded subprocess v0.2.9
10162024-11-02T03:13:17.007Z Downloaded ref-cast-impl v1.0.23
10172024-11-02T03:13:17.010Z Downloaded structmeta-derive v0.2.0
10182024-11-02T03:13:17.010Z Downloaded predicates-tree v1.0.11
10192024-11-02T03:13:17.010Z Downloaded value-bag v1.9.0
10202024-11-02T03:13:17.013Z Downloaded serde_yaml v0.9.34+deprecated
10212024-11-02T03:13:17.015Z Downloaded fatfs v0.3.6
10222024-11-02T03:13:17.019Z Downloaded derive-where v1.2.7
10232024-11-02T03:13:17.022Z Downloaded vte v0.11.1
10242024-11-02T03:13:17.025Z Downloaded native-tls v0.2.12
10252024-11-02T03:13:17.027Z Downloaded aes-gcm v0.10.3
10262024-11-02T03:13:17.030Z Downloaded hyper-rustls v0.27.3
10272024-11-02T03:13:17.032Z Downloaded dsl_auto_type v0.1.2
10282024-11-02T03:13:17.035Z Downloaded typify v0.2.0
10292024-11-02T03:13:17.037Z Downloaded tracing-attributes v0.1.27
10302024-11-02T03:13:17.039Z Downloaded tokio-tungstenite v0.23.1
10312024-11-02T03:13:17.042Z Downloaded progenitor-impl v0.8.0
10322024-11-02T03:13:17.044Z Downloaded crypto-bigint v0.5.5
10332024-11-02T03:13:17.050Z Downloaded parse-size v1.1.0
10342024-11-02T03:13:17.052Z Downloaded ghash v0.5.1
10352024-11-02T03:13:17.052Z Downloaded foreign-types v0.3.2
10362024-11-02T03:13:17.054Z Downloaded wait-timeout v0.2.0
10372024-11-02T03:13:17.054Z Downloaded bytes v1.7.2
10382024-11-02T03:13:17.057Z Downloaded vte_generate_state_changes v0.1.2
10392024-11-02T03:13:17.060Z Downloaded typify-macro v0.2.0
10402024-11-02T03:13:17.060Z Downloaded stringprep v0.1.5
10412024-11-02T03:13:17.062Z Downloaded slab v0.4.9
10422024-11-02T03:13:17.062Z Downloaded fd-lock v4.0.2
10432024-11-02T03:13:17.065Z Downloaded postcard v1.0.10
10442024-11-02T03:13:17.067Z Downloaded parking_lot_core v0.9.10
10452024-11-02T03:13:17.069Z Downloaded smallvec v1.13.2
10462024-11-02T03:13:17.072Z Downloaded structmeta-derive v0.3.0
10472024-11-02T03:13:17.072Z Downloaded spin v0.5.2
10482024-11-02T03:13:17.074Z Downloaded chacha20poly1305 v0.10.1
10492024-11-02T03:13:17.074Z Downloaded serde-hex v0.1.0
10502024-11-02T03:13:17.076Z Downloaded rustls-pemfile v1.0.4
10512024-11-02T03:13:17.079Z Downloaded rustc_version v0.1.7
10522024-11-02T03:13:17.079Z Downloaded rfc6979 v0.4.0
10532024-11-02T03:13:17.081Z Downloaded r2d2 v0.8.10
10542024-11-02T03:13:17.084Z Downloaded memmap2 v0.9.5
10552024-11-02T03:13:17.086Z Downloaded waitgroup v0.1.2
10562024-11-02T03:13:17.086Z Downloaded resolv-conf v0.7.0
10572024-11-02T03:13:17.088Z Downloaded hashlink v0.9.1
10582024-11-02T03:13:17.091Z Downloaded phf_generator v0.11.2
10592024-11-02T03:13:17.091Z Downloaded packed_struct v0.10.1
10602024-11-02T03:13:17.094Z Downloaded ecdsa v0.16.9
10612024-11-02T03:13:17.096Z Downloaded tls_codec v0.4.1
10622024-11-02T03:13:17.096Z Downloaded serde_plain v1.0.2
10632024-11-02T03:13:17.098Z Downloaded multer v3.1.0
10642024-11-02T03:13:17.101Z Downloaded ipnet v2.10.1
10652024-11-02T03:13:17.104Z Downloaded tui-tree-widget v0.22.0
10662024-11-02T03:13:17.104Z Downloaded http v0.2.12
10672024-11-02T03:13:17.107Z Downloaded slog-json v2.6.1
10682024-11-02T03:13:17.109Z Downloaded serde_repr v0.1.19
10692024-11-02T03:13:17.111Z Downloaded parse-display v0.10.0
10702024-11-02T03:13:17.114Z Downloaded futures-macro v0.3.31
10712024-11-02T03:13:17.116Z Downloaded foreign-types-macros v0.2.3
10722024-11-02T03:13:17.116Z Downloaded newtype-uuid v1.1.2
10732024-11-02T03:13:17.119Z Downloaded mime_guess v2.0.5
10742024-11-02T03:13:17.119Z Downloaded memoffset v0.9.1
10752024-11-02T03:13:17.121Z Downloaded lockfree-object-pool v0.1.6
10762024-11-02T03:13:17.124Z Downloaded linear-map v1.2.0
10772024-11-02T03:13:17.124Z Downloaded internet-checksum v0.2.1
10782024-11-02T03:13:17.128Z Downloaded backtrace v0.3.74
10792024-11-02T03:13:17.132Z Downloaded hickory-server v0.24.1
10802024-11-02T03:13:17.135Z Downloaded crossbeam-epoch v0.9.18
10812024-11-02T03:13:17.138Z Downloaded lru v0.12.5
10822024-11-02T03:13:17.140Z Downloaded libsw v3.3.1
10832024-11-02T03:13:17.143Z Downloaded libefi-sys v0.1.0
10842024-11-02T03:13:17.143Z Downloaded hyper v1.4.1
10852024-11-02T03:13:17.150Z Downloaded ctr v0.9.2
10862024-11-02T03:13:17.152Z Downloaded const_format_proc_macros v0.2.33
10872024-11-02T03:13:17.156Z Downloaded cancel-safe-futures v0.1.5
10882024-11-02T03:13:17.159Z Downloaded hickory-resolver v0.24.1
10892024-11-02T03:13:17.161Z Downloaded deranged v0.3.11
10902024-11-02T03:13:17.161Z Downloaded cookie_store v0.21.0
10912024-11-02T03:13:17.164Z Downloaded bzip2 v0.4.4
10922024-11-02T03:13:17.167Z Downloaded mockall v0.13.0
10932024-11-02T03:13:17.167Z Downloaded maplit v1.0.2
10942024-11-02T03:13:17.169Z Downloaded linked-hash-map v0.5.6
10952024-11-02T03:13:17.169Z Downloaded lazycell v1.3.0
10962024-11-02T03:13:17.171Z Downloaded is-terminal v0.4.13
10972024-11-02T03:13:17.171Z Downloaded futures-sink v0.3.31
10982024-11-02T03:13:17.171Z Downloaded salsa20 v0.10.2
10992024-11-02T03:13:17.174Z Downloaded keccak v0.1.5
11002024-11-02T03:13:17.175Z Downloaded instability v0.3.2
11012024-11-02T03:13:17.175Z Downloaded inout v0.1.3
11022024-11-02T03:13:17.177Z Downloaded impl-trait-for-tuples v0.2.2
11032024-11-02T03:13:17.179Z Downloaded humantime v2.1.0
11042024-11-02T03:13:17.180Z Downloaded console v0.15.8
11052024-11-02T03:13:17.182Z Downloaded argon2 v0.5.3
11062024-11-02T03:13:17.185Z Downloaded ident_case v1.0.1
11072024-11-02T03:13:17.185Z Downloaded blake2 v0.10.6
11082024-11-02T03:13:17.187Z Downloaded base64ct v1.6.0
11092024-11-02T03:13:17.190Z Downloaded cexpr v0.6.0
11102024-11-02T03:13:17.192Z Downloaded castaway v0.2.3
11112024-11-02T03:13:17.194Z Downloaded cstr-argument v0.1.2
11122024-11-02T03:13:17.195Z Downloaded ciborium-io v0.2.2
11132024-11-02T03:13:17.195Z Downloaded buf-list v1.0.3
11142024-11-02T03:13:17.198Z Downloaded block-padding v0.3.3
11152024-11-02T03:13:17.198Z Downloaded bb8 v0.8.5
11162024-11-02T03:13:17.200Z Downloaded ascii-canvas v3.0.0
11172024-11-02T03:13:17.200Z Downloaded base64 v0.22.1
11182024-11-02T03:13:17.203Z Downloaded hyper-tls v0.6.0
11192024-11-02T03:13:17.205Z Downloaded highway v1.2.0
11202024-11-02T03:13:17.208Z Downloaded indent_write v2.2.0
11212024-11-02T03:13:17.208Z Downloaded crossbeam-utils v0.8.20
11222024-11-02T03:13:17.210Z Downloaded hubpack_derive v0.1.1
11232024-11-02T03:13:17.213Z Downloaded new_debug_unreachable v1.0.6
11242024-11-02T03:13:17.214Z Downloaded ciborium v0.2.2
11252024-11-02T03:13:17.216Z Downloaded blowfish v0.9.1
11262024-11-02T03:13:17.216Z Downloaded data-encoding v2.6.0
11272024-11-02T03:13:17.219Z Downloaded colored v2.1.0
11282024-11-02T03:13:17.221Z Downloaded cassowary v0.3.0
11292024-11-02T03:13:17.221Z Downloaded arrayref v0.3.9
11302024-11-02T03:13:17.276Z Downloaded ring v0.17.8
11312024-11-02T03:13:17.375Z Downloaded libsqlite3-sys v0.30.1
11322024-11-02T03:13:17.458Z Downloaded ring v0.16.20
11332024-11-02T03:13:17.652Z Compiling serde v1.0.210
11342024-11-02T03:13:17.654Z Compiling typenum v1.17.0
11352024-11-02T03:13:17.654Z Compiling lock_api v0.4.12
11362024-11-02T03:13:17.654Z Compiling generic-array v0.14.7
11372024-11-02T03:13:17.654Z Compiling scopeguard v1.2.0
11382024-11-02T03:13:17.654Z Compiling subtle v2.6.1
11392024-11-02T03:13:17.823Z Compiling syn v2.0.79
11402024-11-02T03:13:17.835Z Compiling getrandom v0.2.15
11412024-11-02T03:13:17.983Z Compiling value-bag v1.9.0
11422024-11-02T03:13:18.117Z Compiling rand_core v0.6.4
11432024-11-02T03:13:18.199Z Compiling const-oid v0.9.6
11442024-11-02T03:13:18.271Z Compiling jobserver v0.1.32
11452024-11-02T03:13:18.373Z Compiling shlex v1.3.0
11462024-11-02T03:13:18.613Z Compiling log v0.4.22
11472024-11-02T03:13:18.746Z Compiling cc v1.1.30
11482024-11-02T03:13:18.838Z Compiling pin-project-lite v0.2.14
11492024-11-02T03:13:18.847Z Compiling smallvec v1.13.2
11502024-11-02T03:13:18.945Z Compiling parking_lot_core v0.9.10
11512024-11-02T03:13:19.302Z Compiling futures-core v0.3.31
11522024-11-02T03:13:19.312Z Compiling signal-hook-registry v1.4.2
11532024-11-02T03:13:19.525Z Compiling mio v1.0.2
11542024-11-02T03:13:19.566Z Compiling cpufeatures v0.2.14
11552024-11-02T03:13:19.673Z Compiling futures-sink v0.3.31
11562024-11-02T03:13:19.849Z Compiling parking_lot v0.12.3
11572024-11-02T03:13:20.111Z Compiling spin v0.9.8
11582024-11-02T03:13:20.155Z Compiling socket2 v0.5.7
11592024-11-02T03:13:20.205Z Compiling slab v0.4.9
11602024-11-02T03:13:20.540Z Compiling serde_json v1.0.128
11612024-11-02T03:13:20.713Z Compiling futures-channel v0.3.31
11622024-11-02T03:13:20.715Z Compiling futures-task v0.3.31
11632024-11-02T03:13:20.767Z Compiling tinyvec_macros v0.1.1
11642024-11-02T03:13:20.875Z Compiling foldhash v0.1.3
11652024-11-02T03:13:20.896Z Compiling pin-utils v0.1.0
11662024-11-02T03:13:20.975Z Compiling futures-io v0.3.31
11672024-11-02T03:13:20.996Z Compiling allocator-api2 v0.2.18
11682024-11-02T03:13:20.996Z Compiling tinyvec v1.8.0
11692024-11-02T03:13:21.104Z Compiling libm v0.2.8
11702024-11-02T03:13:21.127Z Compiling pkg-config v0.3.31
11712024-11-02T03:13:21.176Z Compiling num-traits v0.2.19
11722024-11-02T03:13:21.306Z Compiling unicode-bidi v0.3.17
11732024-11-02T03:13:21.705Z Compiling hashbrown v0.15.0
11742024-11-02T03:13:21.752Z Compiling base64ct v1.6.0
11752024-11-02T03:13:22.342Z Compiling pem-rfc7468 v0.7.0
11762024-11-02T03:13:22.580Z Compiling unicode-normalization v0.1.24
11772024-11-02T03:13:22.716Z Compiling flagset v0.4.6
11782024-11-02T03:13:22.782Z Compiling ring v0.17.8
11792024-11-02T03:13:22.902Z Compiling httparse v1.9.5
11802024-11-02T03:13:22.943Z Compiling tracing-core v0.1.32
11812024-11-02T03:13:23.065Z Compiling percent-encoding v2.3.1
11822024-11-02T03:13:23.147Z Compiling crossbeam-utils v0.8.20
11832024-11-02T03:13:23.448Z Compiling rustls-pki-types v1.9.0
11842024-11-02T03:13:23.738Z Compiling untrusted v0.9.0
11852024-11-02T03:13:23.802Z Compiling time-core v0.1.2
11862024-11-02T03:13:23.912Z Compiling vcpkg v0.2.15
11872024-11-02T03:13:23.975Z Compiling num-conv v0.1.0
11882024-11-02T03:13:24.238Z Compiling powerfmt v0.2.0
11892024-11-02T03:13:24.337Z Compiling time-macros v0.2.18
11902024-11-02T03:13:24.546Z Compiling deranged v0.3.11
11912024-11-02T03:13:24.606Z Compiling num_threads v0.1.7
11922024-11-02T03:13:24.710Z Compiling atomic-waker v1.1.2
11932024-11-02T03:13:24.734Z Compiling form_urlencoded v1.2.1
11942024-11-02T03:13:24.883Z Compiling try-lock v0.2.5
11952024-11-02T03:13:25.027Z Compiling rustix v0.38.37
11962024-11-02T03:13:25.056Z Compiling slog v2.7.0
11972024-11-02T03:13:25.633Z Compiling want v0.3.1
11982024-11-02T03:13:25.704Z Compiling httpdate v1.0.3
11992024-11-02T03:13:25.809Z Compiling openssl-sys v0.9.103
12002024-11-02T03:13:25.907Z Compiling idna v0.5.0
12012024-11-02T03:13:26.152Z Compiling rustversion v1.0.17
12022024-11-02T03:13:26.464Z Compiling match_cfg v0.1.0
12032024-11-02T03:13:26.561Z Compiling foreign-types-shared v0.1.1
12042024-11-02T03:13:26.651Z Compiling base64 v0.22.1
12052024-11-02T03:13:26.674Z Compiling openssl v0.10.66
12062024-11-02T03:13:26.874Z Compiling iana-time-zone v0.1.61
12072024-11-02T03:13:26.983Z Compiling tower-service v0.3.3
12082024-11-02T03:13:27.081Z Compiling adler2 v2.0.0
12092024-11-02T03:13:27.306Z Compiling miniz_oxide v0.8.0
12102024-11-02T03:13:27.351Z Compiling time v0.3.36
12112024-11-02T03:13:27.389Z Compiling url v2.5.2
12122024-11-02T03:13:27.407Z Compiling foreign-types v0.3.2
12132024-11-02T03:13:27.424Z Compiling hostname v0.3.1
12142024-11-02T03:13:27.492Z Compiling dirs-sys-next v0.1.2
12152024-11-02T03:13:27.676Z Compiling aho-corasick v1.1.3
12162024-11-02T03:13:28.123Z Compiling regex-syntax v0.8.5
12172024-11-02T03:13:28.486Z Compiling syn v1.0.109
12182024-11-02T03:13:28.786Z Compiling native-tls v0.2.12
12192024-11-02T03:13:29.089Z Compiling siphasher v0.3.11
12202024-11-02T03:13:29.092Z Compiling rustls v0.23.14
12212024-11-02T03:13:29.125Z Compiling data-encoding v2.6.0
12222024-11-02T03:13:29.357Z Compiling rustls v0.22.4
12232024-11-02T03:13:29.566Z Compiling dirs-next v2.0.0
12242024-11-02T03:13:29.817Z Compiling serde_derive_internals v0.29.1
12252024-11-02T03:13:30.985Z Compiling crossbeam-epoch v0.9.18
12262024-11-02T03:13:31.311Z Compiling bzip2-sys v0.1.11+1.0.8
12272024-11-02T03:13:31.420Z Compiling serde_derive v1.0.210
12282024-11-02T03:13:31.734Z Compiling zeroize_derive v1.4.2
12292024-11-02T03:13:31.797Z Compiling zerocopy-derive v0.7.35
12302024-11-02T03:13:32.344Z Compiling tokio-macros v2.4.0
12312024-11-02T03:13:32.362Z Compiling thiserror-impl v1.0.64
12322024-11-02T03:13:32.693Z Compiling futures-macro v0.3.31
12332024-11-02T03:13:33.324Z Compiling zeroize v1.8.1
12342024-11-02T03:13:33.534Z Compiling der_derive v0.7.3
12352024-11-02T03:13:33.902Z Compiling tracing-attributes v0.1.27
12362024-11-02T03:13:33.970Z Compiling zerocopy v0.7.35
12372024-11-02T03:13:34.453Z Compiling scroll_derive v0.12.0
12382024-11-02T03:13:34.626Z Compiling futures-util v0.3.31
12392024-11-02T03:13:35.187Z Compiling crypto-common v0.1.6
12402024-11-02T03:13:35.439Z Compiling block-buffer v0.10.4
12412024-11-02T03:13:35.528Z Compiling thiserror v1.0.64
12422024-11-02T03:13:35.607Z Compiling block-padding v0.3.3
12432024-11-02T03:13:35.665Z Compiling digest v0.10.7
12442024-11-02T03:13:35.692Z Compiling ppv-lite86 v0.2.20
12452024-11-02T03:13:35.808Z Compiling inout v0.1.3
12462024-11-02T03:13:35.844Z Compiling pest v2.7.14
12472024-11-02T03:13:35.943Z Compiling der v0.7.9
12482024-11-02T03:13:36.071Z Compiling cipher v0.4.4
12492024-11-02T03:13:36.166Z Compiling hmac v0.12.1
12502024-11-02T03:13:36.434Z Compiling sha2 v0.10.8
12512024-11-02T03:13:36.568Z Compiling rand_chacha v0.3.1
12522024-11-02T03:13:36.587Z Compiling salsa20 v0.10.2
12532024-11-02T03:13:36.826Z Compiling pbkdf2 v0.12.2
12542024-11-02T03:13:36.998Z Compiling rand v0.8.5
12552024-11-02T03:13:37.445Z Compiling tracing v0.1.40
12562024-11-02T03:13:37.996Z Compiling scrypt v0.11.0
12572024-11-02T03:13:38.547Z Compiling spki v0.7.3
12582024-11-02T03:13:38.919Z Compiling pest_meta v2.7.14
12592024-11-02T03:13:38.919Z Compiling cbc v0.1.2
12602024-11-02T03:13:38.956Z Compiling aes v0.8.4
12612024-11-02T03:13:39.139Z Compiling scroll v0.12.0
12622024-11-02T03:13:39.169Z Compiling rustls-webpki v0.102.8
12632024-11-02T03:13:39.340Z Compiling async-trait v0.1.83
12642024-11-02T03:13:39.702Z Compiling goblin v0.8.2
12652024-11-02T03:13:40.096Z Compiling pkcs5 v0.7.1
12662024-11-02T03:13:41.089Z Compiling pest_generator v2.7.14
12672024-11-02T03:13:41.151Z Compiling pkcs8 v0.10.2
12682024-11-02T03:13:41.248Z Compiling openssl-macros v0.1.1
12692024-11-02T03:13:41.744Z Compiling sha1 v0.10.6
12702024-11-02T03:13:41.897Z Compiling signature v2.2.0
12712024-11-02T03:13:41.988Z Compiling regex-automata v0.4.8
12722024-11-02T03:13:42.012Z Compiling lazy_static v1.5.0
12732024-11-02T03:13:42.133Z Compiling thread_local v1.1.8
12742024-11-02T03:13:42.151Z Compiling encoding_rs v0.8.34
12752024-11-02T03:13:42.191Z Compiling multer v3.1.0
12762024-11-02T03:13:42.523Z Compiling cookie v0.18.1
12772024-11-02T03:13:42.727Z Compiling signal-hook v0.3.17
12782024-11-02T03:13:42.846Z Compiling schemars v0.8.21
12792024-11-02T03:13:42.999Z Compiling ipnet v2.10.1
12802024-11-02T03:13:43.018Z Compiling gimli v0.31.1
12812024-11-02T03:13:43.214Z Compiling openssl-probe v0.1.5
12822024-11-02T03:13:43.539Z Compiling pest_derive v2.7.14
12832024-11-02T03:13:43.565Z Compiling rayon-core v1.12.1
12842024-11-02T03:13:43.837Z Compiling mime v0.3.17
12852024-11-02T03:13:44.219Z Compiling unicode-properties v0.1.3
12862024-11-02T03:13:44.348Z Compiling dtrace-parser v0.2.0
12872024-11-02T03:13:44.459Z Compiling either v1.13.0
12882024-11-02T03:13:44.627Z Compiling slog-async v2.8.0
12892024-11-02T03:13:44.887Z Compiling paste v1.0.15
12902024-11-02T03:13:45.195Z Compiling stringprep v0.1.5
12912024-11-02T03:13:45.412Z Compiling bytes v1.7.2
12922024-11-02T03:13:46.307Z Compiling tokio v1.40.0
12932024-11-02T03:13:46.355Z Compiling indexmap v2.6.0
12942024-11-02T03:13:46.358Z Compiling http v1.1.0
12952024-11-02T03:13:46.699Z Compiling bitflags v2.6.0
12962024-11-02T03:13:47.118Z Compiling semver v1.0.23
12972024-11-02T03:13:47.893Z Compiling rustc_version v0.4.1
12982024-11-02T03:13:47.926Z Compiling http-body v1.0.1
12992024-11-02T03:13:48.094Z Compiling dof v0.3.0
13002024-11-02T03:13:48.643Z Compiling uuid v1.10.0
13012024-11-02T03:13:48.756Z Compiling serde_tokenstream v0.2.2
13022024-11-02T03:13:48.814Z Compiling toml_datetime v0.6.8
13032024-11-02T03:13:49.324Z Compiling serde_spanned v0.6.8
13042024-11-02T03:13:49.385Z Compiling usdt-impl v0.5.0
13052024-11-02T03:13:49.540Z Compiling chrono v0.4.38
13062024-11-02T03:13:49.561Z Compiling heapless v0.7.17
13072024-11-02T03:13:49.998Z Compiling http-body-util v0.1.2
13082024-11-02T03:13:50.217Z Compiling toml_edit v0.22.22
13092024-11-02T03:13:50.526Z Compiling curve25519-dalek v4.1.3
13102024-11-02T03:13:50.919Z Compiling usdt-attr-macro v0.5.0
13112024-11-02T03:13:51.239Z Compiling usdt-macro v0.5.0
13122024-11-02T03:13:52.584Z Compiling slog-json v2.6.1
13132024-11-02T03:13:52.712Z Compiling addr2line v0.24.2
13142024-11-02T03:13:53.026Z Compiling serde_urlencoded v0.7.1
13152024-11-02T03:13:53.390Z Compiling futures-executor v0.3.31
13162024-11-02T03:13:53.536Z Compiling md-5 v0.10.6
13172024-11-02T03:13:53.789Z Compiling schemars_derive v0.8.21
13182024-11-02T03:13:54.021Z Compiling crossbeam-deque v0.8.5
13192024-11-02T03:13:54.318Z Compiling async-stream-impl v0.3.6
13202024-11-02T03:13:55.396Z Compiling tokio-util v0.7.12
13212024-11-02T03:13:55.670Z Compiling enum-as-inner v0.6.1
13222024-11-02T03:13:56.742Z Compiling h2 v0.4.6
13232024-11-02T03:13:56.958Z Compiling term v0.7.0
13242024-11-02T03:13:58.015Z Compiling crossbeam-channel v0.5.13
13252024-11-02T03:13:58.436Z Compiling num-integer v0.1.46
13262024-11-02T03:13:58.611Z Compiling rustls-pemfile v2.2.0
13272024-11-02T03:13:58.929Z Compiling idna v0.3.0
13282024-11-02T03:13:59.107Z Compiling idna v0.4.0
13292024-11-02T03:13:59.188Z Compiling hash32 v0.2.1
13302024-11-02T03:13:59.548Z Compiling ff v0.13.0
13312024-11-02T03:13:59.785Z Compiling is-terminal v0.4.13
13322024-11-02T03:13:59.924Z Compiling object v0.36.5
13332024-11-02T03:14:00.503Z Compiling dropshot v0.12.0
13342024-11-02T03:14:00.679Z Compiling smoltcp v0.9.1
13352024-11-02T03:14:00.781Z Compiling num-bigint-dig v0.8.4
13362024-11-02T03:14:00.818Z Compiling rustc-demangle v0.1.24
13372024-11-02T03:14:01.086Z Compiling stable_deref_trait v1.2.0
13382024-11-02T03:14:01.197Z Compiling anyhow v1.0.92
13392024-11-02T03:14:01.378Z Compiling fallible-iterator v0.2.0
13402024-11-02T03:14:01.774Z Compiling utf-8 v0.7.6
13412024-11-02T03:14:01.857Z Compiling portable-atomic v1.9.0
13422024-11-02T03:14:02.111Z Compiling linked-hash-map v0.5.6
13432024-11-02T03:14:02.114Z Compiling quick-error v1.2.3
13442024-11-02T03:14:02.319Z Compiling psl-types v2.0.11
13452024-11-02T03:14:02.507Z Compiling take_mut v0.2.2
13462024-11-02T03:14:02.532Z Compiling dyn-clone v1.0.17
13472024-11-02T03:14:02.677Z Compiling base16ct v0.2.0
13482024-11-02T03:14:02.998Z Compiling sec1 v0.7.3
13492024-11-02T03:14:03.120Z Compiling publicsuffix v2.2.3
13502024-11-02T03:14:03.392Z Compiling lru-cache v0.1.2
13512024-11-02T03:14:03.553Z Compiling resolv-conf v0.7.0
13522024-11-02T03:14:03.589Z Compiling postgres-protocol v0.6.7
13532024-11-02T03:14:04.122Z Compiling hyper v1.4.1
13542024-11-02T03:14:04.317Z Compiling tungstenite v0.24.0
13552024-11-02T03:14:06.531Z Compiling hyper-util v0.1.9
13562024-11-02T03:14:06.563Z Compiling hickory-proto v0.24.1
13572024-11-02T03:14:06.581Z Compiling usdt v0.5.0
13582024-11-02T03:14:06.939Z Compiling slog-term v2.9.1
13592024-11-02T03:14:06.972Z Compiling tokio-rustls v0.26.0
13602024-11-02T03:14:07.056Z Compiling group v0.13.0
13612024-11-02T03:14:07.413Z Compiling backtrace v0.3.74
13622024-11-02T03:14:07.445Z Compiling num-iter v0.1.45
13632024-11-02T03:14:07.644Z Compiling tokio-rustls v0.25.0
13642024-11-02T03:14:08.082Z Compiling tokio-native-tls v0.3.1
13652024-11-02T03:14:08.102Z Compiling async-stream v0.3.6
13662024-11-02T03:14:08.268Z Compiling futures v0.3.31
13672024-11-02T03:14:08.382Z Compiling toml v0.8.19
13682024-11-02T03:14:09.482Z Compiling camino v1.1.9
13692024-11-02T03:14:09.865Z Compiling slog-bunyan v2.5.0
13702024-11-02T03:14:10.067Z Compiling terminal_size v0.4.0
13712024-11-02T03:14:10.195Z Compiling dropshot_endpoint v0.12.0
13722024-11-02T03:14:10.284Z Compiling openapiv3 v2.0.0
13732024-11-02T03:14:10.325Z Compiling serde_path_to_error v0.1.16
13742024-11-02T03:14:10.452Z Compiling hkdf v0.12.4
13752024-11-02T03:14:10.707Z Compiling crypto-bigint v0.5.5
13762024-11-02T03:14:10.757Z Compiling curve25519-dalek-derive v0.1.1
13772024-11-02T03:14:10.896Z Compiling hubpack_derive v0.1.1
13782024-11-02T03:14:10.915Z Compiling zerocopy-derive v0.6.6
13792024-11-02T03:14:11.166Z Compiling phf_shared v0.11.2
13802024-11-02T03:14:11.552Z Compiling waitgroup v0.1.2
13812024-11-02T03:14:11.781Z Compiling webpki-roots v0.26.6
13822024-11-02T03:14:11.799Z Compiling hostname v0.4.0
13832024-11-02T03:14:12.007Z Compiling fs-err v2.11.0
13842024-11-02T03:14:12.075Z Compiling crc32fast v1.4.2
13852024-11-02T03:14:12.216Z Compiling ahash v0.8.11
13862024-11-02T03:14:12.349Z Compiling winnow v0.5.40
13872024-11-02T03:14:12.408Z Compiling bitflags v1.3.2
13882024-11-02T03:14:12.518Z Compiling debug-ignore v1.0.5
13892024-11-02T03:14:12.567Z Compiling managed v0.8.0
13902024-11-02T03:14:12.660Z Compiling clap_builder v4.5.20
13912024-11-02T03:14:12.984Z Compiling zerocopy v0.6.6
13922024-11-02T03:14:13.863Z Compiling elliptic-curve v0.13.8
13932024-11-02T03:14:14.698Z Compiling strum_macros v0.25.3
13942024-11-02T03:14:14.738Z Compiling console v0.15.8
13952024-11-02T03:14:15.303Z Compiling flate2 v1.0.34
13962024-11-02T03:14:16.252Z Compiling toml_edit v0.19.15
13972024-11-02T03:14:16.303Z Compiling hickory-resolver v0.24.1
13982024-11-02T03:14:16.682Z Compiling hyper-rustls v0.27.3
13992024-11-02T03:14:16.862Z Compiling hubpack v0.1.2
14002024-11-02T03:14:17.326Z Compiling phf v0.11.2
14012024-11-02T03:14:17.361Z Compiling signal-hook-mio v0.2.4
14022024-11-02T03:14:17.532Z Compiling rayon v1.10.0
14032024-11-02T03:14:17.652Z Compiling cookie_store v0.21.0
14042024-11-02T03:14:18.499Z Compiling hyper-tls v0.6.0
14052024-11-02T03:14:18.912Z Compiling bzip2 v0.4.4
14062024-11-02T03:14:20.067Z Compiling tokio-tungstenite v0.24.0
14072024-11-02T03:14:20.618Z Compiling postgres-types v0.2.8
14082024-11-02T03:14:22.102Z Compiling tokio-stream v0.1.16
14092024-11-02T03:14:22.410Z Compiling bstr v1.10.0
14102024-11-02T03:14:22.725Z Compiling regex v1.11.0
14112024-11-02T03:14:22.745Z Compiling serde-big-array v0.5.1
14122024-11-02T03:14:22.975Z Compiling ed25519 v2.2.3
14132024-11-02T03:14:23.216Z Compiling pkcs1 v0.7.5
14142024-11-02T03:14:23.792Z Compiling rfc6979 v0.4.0
14152024-11-02T03:14:23.891Z Compiling serde_repr v0.1.19
14162024-11-02T03:14:23.910Z Compiling derive-where v1.2.7
14172024-11-02T03:14:23.977Z Compiling clap_derive v4.5.18
14182024-11-02T03:14:24.141Z Compiling phf_shared v0.10.0
14192024-11-02T03:14:24.171Z Compiling float-cmp v0.9.0
14202024-11-02T03:14:24.389Z Compiling sync_wrapper v1.0.1
14212024-11-02T03:14:24.411Z Compiling bit-vec v0.6.3
14222024-11-02T03:14:24.524Z Compiling predicates-core v1.0.8
14232024-11-02T03:14:24.544Z Compiling number_prefix v0.4.0
14242024-11-02T03:14:24.778Z Compiling difflib v0.4.0
14252024-11-02T03:14:24.810Z Compiling whoami v1.5.2
14262024-11-02T03:14:24.877Z Compiling normalize-line-endings v0.3.0
14272024-11-02T03:14:24.880Z Compiling fixedbitset v0.4.2
14282024-11-02T03:14:25.011Z Compiling new_debug_unreachable v1.0.6
14292024-11-02T03:14:25.030Z Compiling minimal-lexical v0.2.1
14302024-11-02T03:14:25.109Z Compiling precomputed-hash v0.1.1
14312024-11-02T03:14:25.229Z Compiling unicode-segmentation v1.12.0
14322024-11-02T03:14:25.341Z Compiling static_assertions v1.1.0
14332024-11-02T03:14:25.414Z Compiling string_cache v0.8.7
14342024-11-02T03:14:25.443Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14352024-11-02T03:14:25.520Z Compiling nom v7.1.3
14362024-11-02T03:14:25.845Z Compiling predicates v3.1.2
14372024-11-02T03:14:26.120Z Compiling similar v2.6.0
14382024-11-02T03:14:26.289Z Compiling petgraph v0.6.5
14392024-11-02T03:14:27.319Z Compiling qorb v0.2.0
14402024-11-02T03:14:27.535Z Compiling tokio-postgres v0.7.12
14412024-11-02T03:14:28.598Z Compiling bit-set v0.5.3
14422024-11-02T03:14:28.704Z Compiling clap v4.5.20
14432024-11-02T03:14:28.826Z Compiling indicatif v0.17.8
14442024-11-02T03:14:28.881Z Compiling reqwest v0.12.8
14452024-11-02T03:14:29.335Z Compiling ecdsa v0.16.9
14462024-11-02T03:14:30.205Z Compiling rsa v0.9.6
14472024-11-02T03:14:30.291Z Compiling ed25519-dalek v2.1.1
14482024-11-02T03:14:30.969Z Compiling toml v0.7.8
14492024-11-02T03:14:31.587Z Compiling zip v0.6.6
14502024-11-02T03:14:32.299Z Compiling crossterm v0.28.1
14512024-11-02T03:14:33.279Z Compiling hex v0.4.3
14522024-11-02T03:14:33.346Z Compiling itertools v0.10.5
14532024-11-02T03:14:33.497Z Compiling itertools v0.12.1
14542024-11-02T03:14:33.699Z Compiling x509-cert v0.2.5
14552024-11-02T03:14:33.727Z Compiling unicode-xid v0.2.6
14562024-11-02T03:14:33.854Z Compiling lalrpop-util v0.19.12
14572024-11-02T03:14:33.915Z Compiling peg-runtime v0.8.3
14582024-11-02T03:14:34.207Z Compiling xattr v1.3.1
14592024-11-02T03:14:34.491Z Compiling strum_macros v0.26.4
14602024-11-02T03:14:34.583Z Compiling filetime v0.2.25
14612024-11-02T03:14:34.935Z Compiling tar v0.4.42
14622024-11-02T03:14:37.964Z Compiling strum v0.26.3
14632024-11-02T03:14:38.451Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14642024-11-02T03:14:38.693Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14652024-11-02T03:14:44.095Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
14662024-11-02T03:14:44.247Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14672024-11-02T03:14:44.294ZNov 02 03:14:43.737 INFO Starting download, target: Cockroach
14682024-11-02T03:14:44.294ZNov 02 03:14:43.738 INFO Starting download, target: Clickhouse
14692024-11-02T03:14:44.294ZNov 02 03:14:43.738 INFO Starting download, target: Console
14702024-11-02T03:14:44.294ZNov 02 03:14:43.738 INFO Starting download, target: DendriteOpenapi
14712024-11-02T03:14:44.294ZNov 02 03:14:43.738 INFO Starting download, target: DendriteStub
14722024-11-02T03:14:44.294ZNov 02 03:14:43.738 INFO Starting download, target: MaghemiteMgd
14732024-11-02T03:14:44.297ZNov 02 03:14:43.738 INFO Starting download, target: TransceiverControl
14742024-11-02T03:14:44.297ZNov 02 03:14:43.738 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14752024-11-02T03:14:44.297ZNov 02 03:14:43.739 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi
14762024-11-02T03:14:44.297ZNov 02 03:14:43.739 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14772024-11-02T03:14:44.297ZNov 02 03:14:43.739 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14782024-11-02T03:14:44.297ZNov 02 03:14:43.739 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14792024-11-02T03:14:44.297ZNov 02 03:14:43.739 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14802024-11-02T03:14:44.297ZNov 02 03:14:43.739 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14812024-11-02T03:14:44.443ZNov 02 03:14:43.884 INFO Download complete, target: DendriteOpenapi
14822024-11-02T03:14:44.672ZNov 02 03:14:44.079 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14832024-11-02T03:14:44.855ZNov 02 03:14:44.276 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
14842024-11-02T03:14:45.142ZNov 02 03:14:44.583 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
14852024-11-02T03:14:45.161ZNov 02 03:14:44.604 INFO Download complete, target: Console
14862024-11-02T03:14:45.204ZNov 02 03:14:44.645 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
14872024-11-02T03:14:45.335ZNov 02 03:14:44.776 INFO Download complete, target: TransceiverControl
14882024-11-02T03:14:46.006ZNov 02 03:14:45.449 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
14892024-11-02T03:14:46.006ZNov 02 03:14:45.450 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
14902024-11-02T03:14:46.356ZNov 02 03:14:45.800 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
14912024-11-02T03:14:47.901ZNov 02 03:14:47.345 INFO Download complete, target: DendriteStub
14922024-11-02T03:14:48.043ZNov 02 03:14:47.487 INFO Download complete, target: MaghemiteMgd
14932024-11-02T03:14:53.401ZNov 02 03:14:52.844 INFO Checking that binary works, target: Cockroach
14942024-11-02T03:14:53.563ZNov 02 03:14:53.006 INFO Download complete, target: Cockroach
14952024-11-02T03:14:58.737ZNov 02 03:14:58.180 INFO Checking that binary works, target: Clickhouse
14962024-11-02T03:14:58.899ZNov 02 03:14:58.341 INFO Download complete, target: Clickhouse
14972024-11-02T03:14:58.920ZAll builder prerequisites installed successfully, and PATH looks valid
14982024-11-02T03:14:58.922Z
14992024-11-02T03:14:58.922Zreal 4:09.191266648
15002024-11-02T03:14:58.922Zuser 12:14.889467353
15012024-11-02T03:14:58.922Zsys 2:42.410772716
15022024-11-02T03:14:58.922Ztrap 0.446787588
15032024-11-02T03:14:58.922Ztflt 1.283616585
15042024-11-02T03:14:58.922Zdflt 1.444657960
15052024-11-02T03:14:58.922Zkflt 0.027631987
15062024-11-02T03:14:58.922Zlock 22:52.308934263
15072024-11-02T03:14:58.922Zslp 48:00.256168302
15082024-11-02T03:14:58.922Zlat 46.438298262
15092024-11-02T03:14:58.922Zstop 2:03.920896727
15102024-11-02T03:14:58.922Z+ banner hack-check
15112024-11-02T03:14:58.925Z
15122024-11-02T03:14:58.925Z # # ## #### # # #### # # ###### #### # #
15132024-11-02T03:14:58.925Z # # # # # # # # # # # # # # # # #
15142024-11-02T03:14:58.925Z ###### # # # #### ##### # ###### ##### # ####
15152024-11-02T03:14:58.925Z # # ###### # # # # # # # # # #
15162024-11-02T03:14:58.925Z # # # # # # # # # # # # # # # # #
15172024-11-02T03:14:58.925Z # # # # #### # # #### # # ###### #### # #
15182024-11-02T03:14:58.925Z
15192024-11-02T03:14:58.925Z+ export CARGO_INCREMENTAL=0
15202024-11-02T03:14:58.925Z+ CARGO_INCREMENTAL=0
15212024-11-02T03:14:58.925Z+ ptime -m timeout 2h cargo xtask check-features --ci
15222024-11-02T03:14:59.418Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15232024-11-02T03:15:02.865Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
15242024-11-02T03:15:02.930Z Running `target/debug/xtask check-features --ci`
15252024-11-02T03:15:02.954Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15262024-11-02T03:15:02.957Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15272024-11-02T03:15:03.376Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15282024-11-02T03:15:03.392Z Running `target/debug/xtask download cargo-hack`
15292024-11-02T03:15:04.158Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15302024-11-02T03:15:04.528Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15312024-11-02T03:15:09.274Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s
15322024-11-02T03:15:09.416Z Running `target/debug/xtask-downloader cargo-hack`
15332024-11-02T03:15:09.451ZNov 02 03:15:08.893 INFO Starting download, target: CargoHack
15342024-11-02T03:15:09.454ZNov 02 03:15:08.894 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15352024-11-02T03:15:10.148ZNov 02 03:15:09.591 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15362024-11-02T03:15:10.235ZNov 02 03:15:09.677 INFO Download complete, target: CargoHack
15372024-11-02T03:15:10.239Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps"
15382024-11-02T03:15:10.254Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15392024-11-02T03:15:10.415Zinfo: running `cargo check --bins` on api_identity (1/168)
15402024-11-02T03:15:10.913Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15412024-11-02T03:15:10.916Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15422024-11-02T03:15:10.916Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15432024-11-02T03:15:10.919Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15442024-11-02T03:15:10.979Z
15452024-11-02T03:15:10.979Zinfo: running `cargo check --bins` on bootstore (2/168)
15462024-11-02T03:15:11.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15472024-11-02T03:15:11.508Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15482024-11-02T03:15:11.508Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15492024-11-02T03:15:11.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15502024-11-02T03:15:11.583Z
15512024-11-02T03:15:11.583Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/168)
15522024-11-02T03:15:12.099Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15532024-11-02T03:15:12.101Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15542024-11-02T03:15:12.102Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15552024-11-02T03:15:12.104Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15562024-11-02T03:15:12.167Z
15572024-11-02T03:15:12.167Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168)
15582024-11-02T03:15:12.675Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15592024-11-02T03:15:12.677Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15602024-11-02T03:15:12.677Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15612024-11-02T03:15:12.680Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15622024-11-02T03:15:12.743Z
15632024-11-02T03:15:12.743Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168)
15642024-11-02T03:15:13.105Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15652024-11-02T03:15:13.107Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15662024-11-02T03:15:13.107Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15672024-11-02T03:15:13.110Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15682024-11-02T03:15:13.146Z
15692024-11-02T03:15:13.146Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168)
15702024-11-02T03:15:13.504Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15712024-11-02T03:15:13.506Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15722024-11-02T03:15:13.506Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15732024-11-02T03:15:13.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15742024-11-02T03:15:13.545Z
15752024-11-02T03:15:13.545Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168)
15762024-11-02T03:15:13.908Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15772024-11-02T03:15:13.910Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15782024-11-02T03:15:13.910Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15792024-11-02T03:15:13.913Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15802024-11-02T03:15:13.947Z
15812024-11-02T03:15:13.947Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168)
15822024-11-02T03:15:14.309Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15832024-11-02T03:15:14.311Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15842024-11-02T03:15:14.312Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15852024-11-02T03:15:14.314Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15862024-11-02T03:15:14.350Z
15872024-11-02T03:15:14.350Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168)
15882024-11-02T03:15:14.719Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15892024-11-02T03:15:14.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15902024-11-02T03:15:14.721Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15912024-11-02T03:15:14.724Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15922024-11-02T03:15:14.758Z
15932024-11-02T03:15:14.758Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168)
15942024-11-02T03:15:15.123Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15952024-11-02T03:15:15.126Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15962024-11-02T03:15:15.126Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15972024-11-02T03:15:15.128Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
15982024-11-02T03:15:15.166Z
15992024-11-02T03:15:15.166Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168)
16002024-11-02T03:15:15.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16012024-11-02T03:15:15.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16022024-11-02T03:15:15.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16032024-11-02T03:15:15.531Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16042024-11-02T03:15:15.570Z
16052024-11-02T03:15:15.570Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168)
16062024-11-02T03:15:15.934Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16072024-11-02T03:15:15.936Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16082024-11-02T03:15:15.936Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16092024-11-02T03:15:15.938Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16102024-11-02T03:15:15.974Z
16112024-11-02T03:15:15.974Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168)
16122024-11-02T03:15:16.340Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16132024-11-02T03:15:16.342Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16142024-11-02T03:15:16.342Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16152024-11-02T03:15:16.344Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16162024-11-02T03:15:16.380Z
16172024-11-02T03:15:16.380Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168)
16182024-11-02T03:15:16.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16192024-11-02T03:15:16.744Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16202024-11-02T03:15:16.744Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16212024-11-02T03:15:16.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16222024-11-02T03:15:16.781Z
16232024-11-02T03:15:16.781Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168)
16242024-11-02T03:15:17.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16252024-11-02T03:15:17.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16262024-11-02T03:15:17.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16272024-11-02T03:15:17.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16282024-11-02T03:15:17.184Z
16292024-11-02T03:15:17.184Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168)
16302024-11-02T03:15:17.541Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16312024-11-02T03:15:17.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16322024-11-02T03:15:17.545Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16332024-11-02T03:15:17.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16342024-11-02T03:15:17.580Z
16352024-11-02T03:15:17.581Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168)
16362024-11-02T03:15:17.936Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16372024-11-02T03:15:17.939Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16382024-11-02T03:15:17.939Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16392024-11-02T03:15:17.942Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16402024-11-02T03:15:17.977Z
16412024-11-02T03:15:17.977Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168)
16422024-11-02T03:15:18.350Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16432024-11-02T03:15:18.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16442024-11-02T03:15:18.354Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16452024-11-02T03:15:18.357Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16462024-11-02T03:15:18.391Z
16472024-11-02T03:15:18.391Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168)
16482024-11-02T03:15:18.758Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16492024-11-02T03:15:18.761Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16502024-11-02T03:15:18.761Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16512024-11-02T03:15:18.765Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16522024-11-02T03:15:18.799Z
16532024-11-02T03:15:18.799Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168)
16542024-11-02T03:15:19.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16552024-11-02T03:15:19.164Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16562024-11-02T03:15:19.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16572024-11-02T03:15:19.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16582024-11-02T03:15:19.202Z
16592024-11-02T03:15:19.202Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168)
16602024-11-02T03:15:19.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16612024-11-02T03:15:19.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16622024-11-02T03:15:19.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16632024-11-02T03:15:19.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16642024-11-02T03:15:19.608Z
16652024-11-02T03:15:19.608Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168)
16662024-11-02T03:15:19.967Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16672024-11-02T03:15:19.970Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16682024-11-02T03:15:19.970Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16692024-11-02T03:15:19.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16702024-11-02T03:15:20.008Z
16712024-11-02T03:15:20.008Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168)
16722024-11-02T03:15:20.368Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16732024-11-02T03:15:20.371Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16742024-11-02T03:15:20.371Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16752024-11-02T03:15:20.375Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16762024-11-02T03:15:20.410Z
16772024-11-02T03:15:20.410Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168)
16782024-11-02T03:15:20.766Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16792024-11-02T03:15:20.768Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16802024-11-02T03:15:20.768Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16812024-11-02T03:15:20.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16822024-11-02T03:15:20.806Z
16832024-11-02T03:15:20.806Zinfo: running `cargo check --bins` on sled-hardware-types (25/168)
16842024-11-02T03:15:21.317Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16852024-11-02T03:15:21.320Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16862024-11-02T03:15:21.321Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16872024-11-02T03:15:21.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16882024-11-02T03:15:21.387Z
16892024-11-02T03:15:21.387Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/168)
16902024-11-02T03:15:21.900Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16912024-11-02T03:15:21.904Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16922024-11-02T03:15:21.904Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16932024-11-02T03:15:21.908Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16942024-11-02T03:15:21.972Z
16952024-11-02T03:15:21.972Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168)
16962024-11-02T03:15:22.483Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16972024-11-02T03:15:22.486Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16982024-11-02T03:15:22.486Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16992024-11-02T03:15:22.491Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
17002024-11-02T03:15:22.554Z
17012024-11-02T03:15:22.554Zinfo: running `cargo check --bins` on oxlog (28/168)
17022024-11-02T03:15:23.043Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17032024-11-02T03:15:23.046Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17042024-11-02T03:15:23.122Z Checking cfg-if v1.0.0
17052024-11-02T03:15:23.124Z Checking libc v0.2.161
17062024-11-02T03:15:23.224Z Checking serde v1.0.210
17072024-11-02T03:15:23.227Z Checking zeroize v1.8.1
17082024-11-02T03:15:23.232Z Checking memchr v2.7.4
17092024-11-02T03:15:23.247Z Checking typenum v1.17.0
17102024-11-02T03:15:23.250Z Checking scopeguard v1.2.0
17112024-11-02T03:15:23.259Z Checking subtle v2.6.1
17122024-11-02T03:15:23.283Z Checking value-bag v1.9.0
17132024-11-02T03:15:23.377Z Checking lock_api v0.4.12
17142024-11-02T03:15:23.472Z Checking const-oid v0.9.6
17152024-11-02T03:15:23.524Z Checking itoa v1.0.11
17162024-11-02T03:15:23.691Z Checking log v0.4.22
17172024-11-02T03:15:23.721Z Checking pin-project-lite v0.2.14
17182024-11-02T03:15:23.797Z Checking byteorder v1.5.0
17192024-11-02T03:15:23.842Z Checking smallvec v1.13.2
17202024-11-02T03:15:24.141Z Checking futures-core v0.3.31
17212024-11-02T03:15:24.168Z Checking once_cell v1.20.2
17222024-11-02T03:15:24.234Z Checking cpufeatures v0.2.14
17232024-11-02T03:15:24.250Z Checking futures-sink v0.3.31
17242024-11-02T03:15:24.325Z Checking spin v0.9.8
17252024-11-02T03:15:24.329Z Checking zerocopy v0.7.35
17262024-11-02T03:15:24.377Z Checking getrandom v0.2.15
17272024-11-02T03:15:24.391Z Checking parking_lot_core v0.9.10
17282024-11-02T03:15:24.452Z Checking signal-hook-registry v1.4.2
17292024-11-02T03:15:24.511Z Checking generic-array v0.14.7
17302024-11-02T03:15:24.613Z Checking rand_core v0.6.4
17312024-11-02T03:15:24.663Z Checking mio v1.0.2
17322024-11-02T03:15:24.689Z Checking socket2 v0.5.7
17332024-11-02T03:15:24.718Z Checking parking_lot v0.12.3
17342024-11-02T03:15:24.908Z Checking slab v0.4.9
17352024-11-02T03:15:25.062Z Checking futures-channel v0.3.31
17362024-11-02T03:15:25.185Z Checking futures-io v0.3.31
17372024-11-02T03:15:25.188Z Checking foldhash v0.1.3
17382024-11-02T03:15:25.268Z Checking futures-task v0.3.31
17392024-11-02T03:15:25.282Z Checking allocator-api2 v0.2.18
17402024-11-02T03:15:25.362Z Checking tinyvec_macros v0.1.1
17412024-11-02T03:15:25.392Z Checking pin-utils v0.1.0
17422024-11-02T03:15:25.411Z Checking equivalent v1.0.1
17432024-11-02T03:15:25.444Z Checking tinyvec v1.8.0
17442024-11-02T03:15:25.477Z Checking ryu v1.0.18
17452024-11-02T03:15:25.493Z Checking futures-util v0.3.31
17462024-11-02T03:15:25.512Z Checking unicode-bidi v0.3.17
17472024-11-02T03:15:25.703Z Checking crypto-common v0.1.6
17482024-11-02T03:15:25.719Z Checking block-buffer v0.10.4
17492024-11-02T03:15:25.723Z Checking block-padding v0.3.3
17502024-11-02T03:15:25.876Z Checking fnv v1.0.7
17512024-11-02T03:15:25.917Z Checking hashbrown v0.15.0
17522024-11-02T03:15:25.920Z Checking inout v0.1.3
17532024-11-02T03:15:25.948Z Checking digest v0.10.7
17542024-11-02T03:15:25.995Z Checking libm v0.2.8
17552024-11-02T03:15:26.127Z Checking cipher v0.4.4
17562024-11-02T03:15:26.143Z Checking base64ct v1.6.0
17572024-11-02T03:15:26.293Z Checking hmac v0.12.1
17582024-11-02T03:15:26.507Z Checking sha2 v0.10.8
17592024-11-02T03:15:26.526Z Checking ppv-lite86 v0.2.20
17602024-11-02T03:15:26.586Z Checking pem-rfc7468 v0.7.0
17612024-11-02T03:15:26.771Z Checking unicode-normalization v0.1.24
17622024-11-02T03:15:26.872Z Checking flagset v0.4.6
17632024-11-02T03:15:26.930Z Checking num-traits v0.2.19
17642024-11-02T03:15:27.077Z Checking der v0.7.9
17652024-11-02T03:15:27.080Z Checking tracing-core v0.1.32
17662024-11-02T03:15:27.103Z Checking thiserror v1.0.64
17672024-11-02T03:15:27.237Z Checking rustls-pki-types v1.9.0
17682024-11-02T03:15:27.320Z Checking rand_chacha v0.3.1
17692024-11-02T03:15:27.683Z Checking percent-encoding v2.3.1
17702024-11-02T03:15:27.708Z Checking tracing v0.1.40
17712024-11-02T03:15:27.722Z Checking rand v0.8.5
17722024-11-02T03:15:27.787Z Checking pbkdf2 v0.12.2
17732024-11-02T03:15:27.875Z Checking salsa20 v0.10.2
17742024-11-02T03:15:27.939Z Checking httparse v1.9.5
17752024-11-02T03:15:28.069Z Checking powerfmt v0.2.0
17762024-11-02T03:15:28.083Z Checking untrusted v0.9.0
17772024-11-02T03:15:28.232Z Checking ring v0.17.8
17782024-11-02T03:15:28.269Z Checking bytes v1.7.2
17792024-11-02T03:15:28.334Z Checking indexmap v2.6.0
17802024-11-02T03:15:28.364Z Checking serde_json v1.0.128
17812024-11-02T03:15:28.637Z Checking bitflags v2.6.0
17822024-11-02T03:15:28.937Z Checking deranged v0.3.11
17832024-11-02T03:15:29.031Z Checking spki v0.7.3
17842024-11-02T03:15:29.031Z Checking scrypt v0.11.0
17852024-11-02T03:15:29.061Z Checking tokio v1.40.0
17862024-11-02T03:15:29.276Z Checking http v1.1.0
17872024-11-02T03:15:29.301Z Checking cbc v0.1.2
17882024-11-02T03:15:29.492Z Checking aes v0.8.4
17892024-11-02T03:15:29.622Z Checking crossbeam-utils v0.8.20
17902024-11-02T03:15:30.124Z Checking num_threads v0.1.7
17912024-11-02T03:15:30.144Z Checking num-conv v0.1.0
17922024-11-02T03:15:30.233Z Checking atomic-waker v1.1.2
17932024-11-02T03:15:30.318Z Checking time-core v0.1.2
17942024-11-02T03:15:30.361Z Checking rustls-webpki v0.102.8
17952024-11-02T03:15:30.382Z Checking form_urlencoded v1.2.1
17962024-11-02T03:15:30.417Z Checking pkcs5 v0.7.1
17972024-11-02T03:15:30.465Z Checking try-lock v0.2.5
17982024-11-02T03:15:30.568Z Checking httpdate v1.0.3
17992024-11-02T03:15:30.591Z Checking want v0.3.1
18002024-11-02T03:15:30.612Z Checking http-body v1.0.1
18012024-11-02T03:15:30.696Z Checking time v0.3.36
18022024-11-02T03:15:30.763Z Checking unicode-ident v1.0.13
18032024-11-02T03:15:30.794Z Checking uuid v1.10.0
18042024-11-02T03:15:30.809Z Checking serde_spanned v0.6.8
18052024-11-02T03:15:30.843Z Checking toml_datetime v0.6.8
18062024-11-02T03:15:30.921Z Checking pkcs8 v0.10.2
18072024-11-02T03:15:30.935Z Checking proc-macro2 v1.0.87
18082024-11-02T03:15:30.985Z Checking idna v0.5.0
18092024-11-02T03:15:31.117Z Checking slog v2.7.0
18102024-11-02T03:15:31.132Z Checking scroll v0.12.0
18112024-11-02T03:15:31.228Z Checking foreign-types-shared v0.1.1
18122024-11-02T03:15:31.337Z Checking match_cfg v0.1.0
18132024-11-02T03:15:31.405Z Checking tower-service v0.3.3
18142024-11-02T03:15:31.425Z Checking ucd-trie v0.1.7
18152024-11-02T03:15:31.526Z Checking plain v0.2.3
18162024-11-02T03:15:31.620Z Checking base64 v0.22.1
18172024-11-02T03:15:31.623Z Checking iana-time-zone v0.1.61
18182024-11-02T03:15:31.623Z Checking adler2 v2.0.0
18192024-11-02T03:15:31.665Z Checking goblin v0.8.2
18202024-11-02T03:15:31.668Z Checking quote v1.0.37
18212024-11-02T03:15:31.778Z Checking chrono v0.4.38
18222024-11-02T03:15:31.794Z Checking miniz_oxide v0.8.0
18232024-11-02T03:15:31.844Z Checking url v2.5.2
18242024-11-02T03:15:32.017Z Checking pest v2.7.14
18252024-11-02T03:15:32.092Z Checking hostname v0.3.1
18262024-11-02T03:15:32.217Z Checking foreign-types v0.3.2
18272024-11-02T03:15:32.311Z Checking openssl-sys v0.9.103
18282024-11-02T03:15:32.515Z Checking dirs-sys-next v0.1.2
18292024-11-02T03:15:32.640Z Checking errno v0.3.9
18302024-11-02T03:15:32.682Z Checking aho-corasick v1.1.3
18312024-11-02T03:15:32.813Z Checking pretty-hex v0.4.1
18322024-11-02T03:15:32.988Z Checking siphasher v0.3.11
18332024-11-02T03:15:33.202Z Checking data-encoding v2.6.0
18342024-11-02T03:15:33.288Z Checking regex-syntax v0.8.5
18352024-11-02T03:15:33.598Z Checking openssl v0.10.66
18362024-11-02T03:15:33.859Z Checking rustix v0.38.37
18372024-11-02T03:15:33.921Z Checking dirs-next v2.0.0
18382024-11-02T03:15:34.053Z Checking syn v2.0.79
18392024-11-02T03:15:34.433Z Checking http-body-util v0.1.2
18402024-11-02T03:15:34.585Z Checking dtrace-parser v0.2.0
18412024-11-02T03:15:34.855Z Checking crossbeam-epoch v0.9.18
18422024-11-02T03:15:35.060Z Checking sha1 v0.10.6
18432024-11-02T03:15:35.279Z Checking signature v2.2.0
18442024-11-02T03:15:35.337Z Checking lazy_static v1.5.0
18452024-11-02T03:15:35.453Z Checking thread_local v1.1.8
18462024-11-02T03:15:35.483Z Checking thread-id v4.2.2
18472024-11-02T03:15:35.584Z Checking encoding_rs v0.8.34
18482024-11-02T03:15:35.744Z Checking either v1.13.0
18492024-11-02T03:15:36.157Z Checking anstyle v1.0.10
18502024-11-02T03:15:36.182Z Checking tokio-util v0.7.12
18512024-11-02T03:15:36.537Z Checking mime v0.3.17
18522024-11-02T03:15:36.641Z Checking regex-automata v0.4.8
18532024-11-02T03:15:36.773Z Checking dof v0.3.0
18542024-11-02T03:15:36.864Z Checking openssl-probe v0.1.5
18552024-11-02T03:15:37.023Z Checking utf8parse v0.2.2
18562024-11-02T03:15:37.133Z Checking h2 v0.4.6
18572024-11-02T03:15:37.181Z Checking gimli v0.31.1
18582024-11-02T03:15:37.372Z Checking ipnet v2.10.1
18592024-11-02T03:15:37.385Z Checking unicode-properties v0.1.3
18602024-11-02T03:15:37.736Z Checking winnow v0.6.20
18612024-11-02T03:15:37.825Z Checking stringprep v0.1.5
18622024-11-02T03:15:37.924Z Checking anstyle-parse v0.2.5
18632024-11-02T03:15:38.073Z Checking crossbeam-deque v0.8.5
18642024-11-02T03:15:38.207Z Checking term v0.7.0
18652024-11-02T03:15:38.390Z Checking slog-json v2.6.1
18662024-11-02T03:15:38.640Z Checking rustls v0.23.14
18672024-11-02T03:15:38.669Z Checking rustls v0.22.4
18682024-11-02T03:15:39.128Z Checking native-tls v0.2.12
18692024-11-02T03:15:39.457Z Checking futures-executor v0.3.31
18702024-11-02T03:15:39.691Z Checking serde_urlencoded v0.7.1
18712024-11-02T03:15:40.117Z Checking crossbeam-channel v0.5.13
18722024-11-02T03:15:40.570Z Checking usdt-impl v0.5.0
18732024-11-02T03:15:40.818Z Checking toml_edit v0.22.22
18742024-11-02T03:15:40.831Z Checking num-integer v0.1.46
18752024-11-02T03:15:41.126Z Checking rustls-pemfile v2.2.0
18762024-11-02T03:15:41.167Z Checking idna v0.4.0
18772024-11-02T03:15:41.183Z Checking addr2line v0.24.2
18782024-11-02T03:15:41.277Z Checking idna v0.3.0
18792024-11-02T03:15:41.330Z Checking md-5 v0.10.6
18802024-11-02T03:15:41.573Z Checking ff v0.13.0
18812024-11-02T03:15:41.718Z Checking memmap v0.7.0
18822024-11-02T03:15:41.791Z Checking is-terminal v0.4.13
18832024-11-02T03:15:41.906Z Checking hash32 v0.2.1
18842024-11-02T03:15:41.934Z Checking object v0.36.5
18852024-11-02T03:15:41.997Z Checking colorchoice v1.0.2
18862024-11-02T03:15:42.092Z Checking rustc-demangle v0.1.24
18872024-11-02T03:15:42.121Z Checking fallible-iterator v0.2.0
18882024-11-02T03:15:42.228Z Checking anstyle-query v1.1.1
18892024-11-02T03:15:42.313Z Checking stable_deref_trait v1.2.0
18902024-11-02T03:15:42.357Z Checking take_mut v0.2.2
18912024-11-02T03:15:42.418Z Checking utf-8 v0.7.6
18922024-11-02T03:15:42.509Z Checking linked-hash-map v0.5.6
18932024-11-02T03:15:42.511Z Checking base16ct v0.2.0
18942024-11-02T03:15:42.630Z Checking quick-error v1.2.3
18952024-11-02T03:15:42.708Z Checking psl-types v2.0.11
18962024-11-02T03:15:42.722Z Checking is_terminal_polyfill v1.70.1
18972024-11-02T03:15:42.767Z Checking dyn-clone v1.0.17
18982024-11-02T03:15:42.819Z Checking lru-cache v0.1.2
18992024-11-02T03:15:42.839Z Checking anstream v0.6.15
19002024-11-02T03:15:42.877Z Checking publicsuffix v2.2.3
19012024-11-02T03:15:42.902Z Checking schemars v0.8.21
19022024-11-02T03:15:43.001Z Checking resolv-conf v0.7.0
19032024-11-02T03:15:43.116Z Checking postgres-protocol v0.6.7
19042024-11-02T03:15:43.189Z Checking sec1 v0.7.3
19052024-11-02T03:15:43.344Z Checking tungstenite v0.24.0
19062024-11-02T03:15:43.528Z Checking hyper v1.4.1
19072024-11-02T03:15:43.550Z Checking toml v0.8.19
19082024-11-02T03:15:43.569Z Checking slog-async v2.8.0
19092024-11-02T03:15:43.780Z Checking heapless v0.7.17
19102024-11-02T03:15:43.824Z Checking tokio-rustls v0.26.0
19112024-11-02T03:15:43.862Z Checking tokio-rustls v0.25.0
19122024-11-02T03:15:44.224Z Checking hickory-proto v0.24.1
19132024-11-02T03:15:44.240Z Checking usdt v0.5.0
19142024-11-02T03:15:44.259Z Checking slog-term v2.9.1
19152024-11-02T03:15:44.308Z Checking group v0.13.0
19162024-11-02T03:15:44.471Z Checking num-iter v0.1.45
19172024-11-02T03:15:44.539Z Checking futures v0.3.31
19182024-11-02T03:15:44.554Z Checking tokio-native-tls v0.3.1
19192024-11-02T03:15:44.638Z Checking slog-bunyan v2.5.0
19202024-11-02T03:15:44.654Z Checking rayon-core v1.12.1
19212024-11-02T03:15:44.765Z Checking multer v3.1.0
19222024-11-02T03:15:44.789Z Checking terminal_size v0.4.0
19232024-11-02T03:15:44.805Z Checking phf_shared v0.11.2
19242024-11-02T03:15:44.808Z Checking cookie v0.18.1
19252024-11-02T03:15:44.948Z Checking async-stream v0.3.6
19262024-11-02T03:15:45.095Z Checking bzip2-sys v0.1.11+1.0.8
19272024-11-02T03:15:45.134Z Checking camino v1.1.9
19282024-11-02T03:15:45.146Z Checking signal-hook v0.3.17
19292024-11-02T03:15:45.210Z Checking waitgroup v0.1.2
19302024-11-02T03:15:45.278Z Checking openapiv3 v2.0.0
19312024-11-02T03:15:45.332Z Checking serde_path_to_error v0.1.16
19322024-11-02T03:15:45.348Z Checking webpki-roots v0.26.6
19332024-11-02T03:15:45.472Z Checking hkdf v0.12.4
19342024-11-02T03:15:45.554Z Checking crypto-bigint v0.5.5
19352024-11-02T03:15:45.680Z Checking hyper-util v0.1.9
19362024-11-02T03:15:45.696Z Checking hostname v0.4.0
19372024-11-02T03:15:45.717Z Checking crc32fast v1.4.2
19382024-11-02T03:15:45.823Z Checking strsim v0.11.1
19392024-11-02T03:15:45.920Z Checking debug-ignore v1.0.5
19402024-11-02T03:15:45.954Z Checking bitflags v1.3.2
19412024-11-02T03:15:46.051Z Checking winnow v0.5.40
19422024-11-02T03:15:46.066Z Checking clap_lex v0.7.2
19432024-11-02T03:15:46.101Z Checking managed v0.8.0
19442024-11-02T03:15:46.306Z Checking unicode-width v0.1.14
19452024-11-02T03:15:46.481Z Checking smoltcp v0.9.1
19462024-11-02T03:15:46.800Z Checking console v0.15.8
19472024-11-02T03:15:47.402Z Checking clap_builder v4.5.20
19482024-11-02T03:15:47.877Z Checking hyper-rustls v0.27.3
19492024-11-02T03:15:47.990Z Checking hyper-tls v0.6.0
19502024-11-02T03:15:48.229Z Checking flate2 v1.0.34
19512024-11-02T03:15:48.334Z Checking signal-hook-mio v0.2.4
19522024-11-02T03:15:48.455Z Checking rayon v1.10.0
19532024-11-02T03:15:48.493Z Checking elliptic-curve v0.13.8
19542024-11-02T03:15:48.659Z Checking dropshot v0.12.0
19552024-11-02T03:15:48.768Z Checking backtrace v0.3.74
19562024-11-02T03:15:48.852Z Checking cookie_store v0.21.0
19572024-11-02T03:15:49.021Z Checking toml_edit v0.19.15
19582024-11-02T03:15:49.076Z Checking hickory-resolver v0.24.1
19592024-11-02T03:15:49.124Z Checking bzip2 v0.4.4
19602024-11-02T03:15:49.282Z Checking anyhow v1.0.92
19612024-11-02T03:15:49.409Z Checking phf v0.11.2
19622024-11-02T03:15:49.501Z Checking num-bigint-dig v0.8.4
19632024-11-02T03:15:49.663Z Checking tokio-tungstenite v0.24.0
19642024-11-02T03:15:49.682Z Checking postgres-types v0.2.8
19652024-11-02T03:15:50.170Z Checking bstr v1.10.0
19662024-11-02T03:15:50.403Z Checking regex v1.11.0
19672024-11-02T03:15:50.528Z Checking tokio-stream v0.1.16
19682024-11-02T03:15:50.658Z Checking ed25519 v2.2.3
19692024-11-02T03:15:50.963Z Checking phf_shared v0.10.0
19702024-11-02T03:15:51.009Z Checking zerocopy v0.6.6
19712024-11-02T03:15:51.150Z Checking curve25519-dalek v4.1.3
19722024-11-02T03:15:51.254Z Checking pkcs1 v0.7.5
19732024-11-02T03:15:51.408Z Checking hubpack v0.1.2
19742024-11-02T03:15:51.471Z Checking portable-atomic v1.9.0
19752024-11-02T03:15:51.669Z Checking float-cmp v0.9.0
19762024-11-02T03:15:51.686Z Checking serde-big-array v0.5.1
19772024-11-02T03:15:51.714Z Checking rfc6979 v0.4.0
19782024-11-02T03:15:51.781Z Checking sync_wrapper v1.0.1
19792024-11-02T03:15:51.846Z Checking new_debug_unreachable v1.0.6
19802024-11-02T03:15:51.886Z Checking static_assertions v1.1.0
19812024-11-02T03:15:51.902Z Checking predicates-core v1.0.8
19822024-11-02T03:15:51.920Z Checking fixedbitset v0.4.2
19832024-11-02T03:15:51.935Z Checking difflib v0.4.0
19842024-11-02T03:15:51.977Z Checking bit-vec v0.6.3
19852024-11-02T03:15:52.075Z Checking minimal-lexical v0.2.1
19862024-11-02T03:15:52.189Z Checking normalize-line-endings v0.3.0
19872024-11-02T03:15:52.246Z Checking precomputed-hash v0.1.1
19882024-11-02T03:15:52.293Z Checking whoami v1.5.2
19892024-11-02T03:15:52.309Z Checking number_prefix v0.4.0
19902024-11-02T03:15:52.324Z Checking unicode-segmentation v1.12.0
19912024-11-02T03:15:52.353Z Checking string_cache v0.8.7
19922024-11-02T03:15:52.464Z Checking nom v7.1.3
19932024-11-02T03:15:52.490Z Checking bit-set v0.5.3
19942024-11-02T03:15:52.506Z Checking qorb v0.2.0
19952024-11-02T03:15:52.520Z Checking indicatif v0.17.8
19962024-11-02T03:15:52.593Z Checking tokio-postgres v0.7.12
19972024-11-02T03:15:52.613Z Checking predicates v3.1.2
19982024-11-02T03:15:52.738Z Checking petgraph v0.6.5
19992024-11-02T03:15:53.004Z Checking similar v2.6.0
20002024-11-02T03:15:53.019Z Checking ed25519-dalek v2.1.1
20012024-11-02T03:15:53.265Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20022024-11-02T03:15:53.267Z Checking reqwest v0.12.8
20032024-11-02T03:15:53.417Z Checking ecdsa v0.16.9
20042024-11-02T03:15:53.846Z Checking rsa v0.9.6
20052024-11-02T03:15:54.147Z Checking toml v0.7.8
20062024-11-02T03:15:54.878Z Checking clap v4.5.20
20072024-11-02T03:15:54.892Z Checking zip v0.6.6
20082024-11-02T03:15:54.999Z Checking crossterm v0.28.1
20092024-11-02T03:15:55.175Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20102024-11-02T03:15:55.199Z Checking fs-err v2.11.0
20112024-11-02T03:15:55.215Z Checking itertools v0.10.5
20122024-11-02T03:15:55.350Z Checking itertools v0.12.1
20132024-11-02T03:15:55.566Z Checking ahash v0.8.11
20142024-11-02T03:15:55.724Z Checking x509-cert v0.2.5
20152024-11-02T03:15:55.760Z Checking semver v1.0.23
20162024-11-02T03:15:56.093Z Checking hex v0.4.3
20172024-11-02T03:15:56.133Z Checking peg-runtime v0.8.3
20182024-11-02T03:15:56.166Z Checking lalrpop-util v0.19.12
20192024-11-02T03:15:56.360Z Checking sigpipe v0.1.3
20202024-11-02T03:15:57.976Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20212024-11-02T03:15:58.288Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.72s
20222024-11-02T03:15:58.431Z
20232024-11-02T03:15:58.431Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168)
20242024-11-02T03:15:58.946Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20252024-11-02T03:15:58.948Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20262024-11-02T03:15:59.030Z Compiling hashbrown v0.14.5
20272024-11-02T03:15:59.142Z Checking heck v0.5.0
20282024-11-02T03:15:59.153Z Compiling unsafe-libyaml v0.2.11
20292024-11-02T03:15:59.167Z Compiling ident_case v1.0.1
20302024-11-02T03:15:59.170Z Checking progenitor-client v0.8.0
20312024-11-02T03:15:59.192Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20322024-11-02T03:15:59.206Z Compiling proc-macro-crate v1.3.1
20332024-11-02T03:15:59.293Z Compiling darling_core v0.20.10
20342024-11-02T03:15:59.327Z Checking ipnetwork v0.20.0
20352024-11-02T03:15:59.484Z Compiling structmeta-derive v0.3.0
20362024-11-02T03:15:59.559Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20372024-11-02T03:15:59.701Z Compiling newtype-uuid v1.1.2
20382024-11-02T03:15:59.897Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20392024-11-02T03:16:00.017Z Compiling lzma-sys v0.1.20
20402024-11-02T03:16:00.208Z Compiling num_enum_derive v0.5.11
20412024-11-02T03:16:00.250Z Checking regress v0.10.1
20422024-11-02T03:16:00.253Z Compiling foreign-types-macros v0.2.3
20432024-11-02T03:16:00.775Z Compiling serde_yaml v0.9.34+deprecated
20442024-11-02T03:16:01.037Z Checking arc-swap v1.7.1
20452024-11-02T03:16:01.466Z Checking foreign-types-shared v0.3.1
20462024-11-02T03:16:01.510Z Checking slog-scope v4.4.0
20472024-11-02T03:16:01.578Z Checking foreign-types v0.5.0
20482024-11-02T03:16:01.727Z Compiling proc-macro-error v1.0.4
20492024-11-02T03:16:02.240Z Compiling structmeta v0.3.0
20502024-11-02T03:16:02.344Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20512024-11-02T03:16:02.380Z Checking tungstenite v0.21.0
20522024-11-02T03:16:02.456Z Compiling heck v0.3.3
20532024-11-02T03:16:02.612Z Checking num_enum v0.5.11
20542024-11-02T03:16:02.644Z Compiling parse-display-derive v0.10.0
20552024-11-02T03:16:02.768Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20562024-11-02T03:16:02.889Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20572024-11-02T03:16:03.250Z Checking cstr-argument v0.1.2
20582024-11-02T03:16:03.425Z Checking instant v0.1.13
20592024-11-02T03:16:03.540Z Checking pretty-hex v0.2.1
20602024-11-02T03:16:03.592Z Checking fastrand v2.1.1
20612024-11-02T03:16:03.662Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20622024-11-02T03:16:03.700Z Checking base64 v0.21.7
20632024-11-02T03:16:03.818Z Checking typify-impl v0.2.0
20642024-11-02T03:16:03.918Z Checking tempfile v3.13.0
20652024-11-02T03:16:03.972Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20662024-11-02T03:16:04.249Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20672024-11-02T03:16:04.294Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20682024-11-02T03:16:04.385Z Checking backoff v0.4.0
20692024-11-02T03:16:04.447Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20702024-11-02T03:16:04.686Z Checking tokio-tungstenite v0.21.0
20712024-11-02T03:16:04.750Z Compiling zone_cfg_derive v0.1.2
20722024-11-02T03:16:04.780Z Checking strum v0.26.3
20732024-11-02T03:16:04.947Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20742024-11-02T03:16:05.162Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20752024-11-02T03:16:05.254Z Checking slog-stdlog v4.1.1
20762024-11-02T03:16:05.423Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20772024-11-02T03:16:05.569Z Checking regress v0.9.1
20782024-11-02T03:16:05.585Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20792024-11-02T03:16:05.676Z Compiling darling_macro v0.20.10
20802024-11-02T03:16:05.738Z Checking colored v2.1.0
20812024-11-02T03:16:05.869Z Checking macaddr v1.0.1
20822024-11-02T03:16:06.029Z Checking base64 v0.13.1
20832024-11-02T03:16:06.189Z Checking zone v0.1.8
20842024-11-02T03:16:06.284Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20852024-11-02T03:16:06.410Z Checking ron v0.7.1
20862024-11-02T03:16:06.640Z Compiling darling v0.20.10
20872024-11-02T03:16:06.762Z Compiling serde_with_macros v3.11.0
20882024-11-02T03:16:06.777Z Checking xz2 v0.1.7
20892024-11-02T03:16:06.918Z Checking parse-display v0.10.0
20902024-11-02T03:16:06.937Z Checking slog-envlogger v2.2.0
20912024-11-02T03:16:07.083Z Checking tabwriter v1.4.0
20922024-11-02T03:16:07.139Z Checking xattr v1.3.1
20932024-11-02T03:16:07.161Z Checking pem v3.0.4
20942024-11-02T03:16:07.333Z Checking yasna v0.5.2
20952024-11-02T03:16:07.348Z Checking headers-core v0.3.0
20962024-11-02T03:16:07.428Z Checking smf v0.2.3
20972024-11-02T03:16:07.486Z Checking filetime v0.2.25
20982024-11-02T03:16:07.642Z Checking same-file v1.0.6
20992024-11-02T03:16:07.699Z Checking tar v0.4.42
21002024-11-02T03:16:07.819Z Checking walkdir v2.5.0
21012024-11-02T03:16:07.892Z Checking headers v0.4.0
21022024-11-02T03:16:08.101Z Checking atomicwrites v0.4.4
21032024-11-02T03:16:08.195Z Checking rcgen v0.12.1
21042024-11-02T03:16:08.216Z Checking camino-tempfile v1.1.1
21052024-11-02T03:16:08.299Z Checking subprocess v0.2.9
21062024-11-02T03:16:09.229Z Checking serde_with v3.11.0
21072024-11-02T03:16:12.477Z Compiling typify-macro v0.2.0
21082024-11-02T03:16:14.308Z Compiling typify v0.2.0
21092024-11-02T03:16:14.378Z Compiling progenitor-impl v0.8.0
21102024-11-02T03:16:17.484Z Compiling progenitor-macro v0.8.0
21112024-11-02T03:16:23.212Z Checking progenitor v0.8.0
21122024-11-02T03:16:23.340Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21132024-11-02T03:16:23.342Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21142024-11-02T03:16:25.964Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21152024-11-02T03:16:26.266Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21162024-11-02T03:16:32.619Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21172024-11-02T03:16:34.150Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21182024-11-02T03:16:35.356Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.91s
21192024-11-02T03:16:35.512Z
21202024-11-02T03:16:35.512Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168)
21212024-11-02T03:16:36.031Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21222024-11-02T03:16:36.034Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21232024-11-02T03:16:36.113Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21242024-11-02T03:16:37.479Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s
21252024-11-02T03:16:37.636Z
21262024-11-02T03:16:37.636Zinfo: running `cargo check --bins` on nexus-config (31/168)
21272024-11-02T03:16:38.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21282024-11-02T03:16:38.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21292024-11-02T03:16:38.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21302024-11-02T03:16:38.147Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21312024-11-02T03:16:38.212Z
21322024-11-02T03:16:38.212Zinfo: running `cargo check --bins` on omicron-rpaths (32/168)
21332024-11-02T03:16:38.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21342024-11-02T03:16:38.710Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21352024-11-02T03:16:38.710Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21362024-11-02T03:16:38.712Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21372024-11-02T03:16:38.775Z
21382024-11-02T03:16:38.775Zinfo: running `cargo check --bins` on omicron-certificates (33/168)
21392024-11-02T03:16:39.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21402024-11-02T03:16:39.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21412024-11-02T03:16:39.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21422024-11-02T03:16:39.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21432024-11-02T03:16:39.352Z
21442024-11-02T03:16:39.352Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/168)
21452024-11-02T03:16:39.868Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21462024-11-02T03:16:39.871Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21472024-11-02T03:16:39.956Z Compiling heapless v0.8.0
21482024-11-02T03:16:39.958Z Checking hash32 v0.3.1
21492024-11-02T03:16:40.059Z Compiling smoltcp v0.11.0
21502024-11-02T03:16:40.070Z Checking cobs v0.2.3
21512024-11-02T03:16:40.077Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21522024-11-02T03:16:40.080Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21532024-11-02T03:16:40.103Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21542024-11-02T03:16:40.106Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21552024-11-02T03:16:40.205Z Compiling crucible-workspace-hack v0.1.0
21562024-11-02T03:16:40.208Z Checking newline-converter v0.3.0
21572024-11-02T03:16:40.235Z Checking postcard v1.0.10
21582024-11-02T03:16:40.360Z Compiling convert_case v0.4.0
21592024-11-02T03:16:40.405Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21602024-11-02T03:16:40.619Z Checking expectorate v1.1.0
21612024-11-02T03:16:40.636Z Compiling zone_cfg_derive v0.3.0
21622024-11-02T03:16:40.745Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21632024-11-02T03:16:40.758Z Checking itertools v0.13.0
21642024-11-02T03:16:40.777Z Compiling num-derive v0.4.2
21652024-11-02T03:16:40.933Z Compiling slog-dtrace v0.3.0
21662024-11-02T03:16:41.079Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21672024-11-02T03:16:41.257Z Compiling derive_more v0.99.18
21682024-11-02T03:16:41.297Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21692024-11-02T03:16:42.006Z Checking zone v0.3.0
21702024-11-02T03:16:42.722Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
21712024-11-02T03:16:44.026Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21722024-11-02T03:16:44.893Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21732024-11-02T03:16:44.917Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21742024-11-02T03:16:45.979Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21752024-11-02T03:16:46.151Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21762024-11-02T03:16:47.801Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21772024-11-02T03:16:48.690Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.33s
21782024-11-02T03:16:48.845Z
21792024-11-02T03:16:48.845Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/168)
21802024-11-02T03:16:49.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21812024-11-02T03:16:49.357Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21822024-11-02T03:16:49.357Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21832024-11-02T03:16:49.366Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21842024-11-02T03:16:49.425Z
21852024-11-02T03:16:49.425Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/168)
21862024-11-02T03:16:49.960Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21872024-11-02T03:16:49.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21882024-11-02T03:16:49.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21892024-11-02T03:16:49.979Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
21902024-11-02T03:16:50.008Z
21912024-11-02T03:16:50.008Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168)
21922024-11-02T03:16:50.604Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21932024-11-02T03:16:50.606Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21942024-11-02T03:16:50.606Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21952024-11-02T03:16:50.610Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
21962024-11-02T03:16:50.691Z
21972024-11-02T03:16:50.691Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168)
21982024-11-02T03:16:51.286Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21992024-11-02T03:16:51.289Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22002024-11-02T03:16:51.289Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22012024-11-02T03:16:51.293Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22022024-11-02T03:16:51.375Z
22032024-11-02T03:16:51.375Zinfo: running `cargo check --bins` on dns-server (39/168)
22042024-11-02T03:16:51.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22052024-11-02T03:16:51.893Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22062024-11-02T03:16:51.969Z Compiling parking_lot_core v0.8.6
22072024-11-02T03:16:51.969Z Checking nibble_vec v0.1.0
22082024-11-02T03:16:51.969Z Checking endian-type v0.1.2
22092024-11-02T03:16:51.972Z Checking fxhash v0.2.1
22102024-11-02T03:16:51.972Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22112024-11-02T03:16:51.972Z Checking hickory-server v0.24.1
22122024-11-02T03:16:52.251Z Checking radix_trie v0.2.1
22132024-11-02T03:16:52.550Z Checking hickory-client v0.24.1
22142024-11-02T03:16:52.667Z Checking parking_lot v0.11.2
22152024-11-02T03:16:52.769Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22162024-11-02T03:16:52.769Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22172024-11-02T03:16:52.914Z Checking sled v0.34.7
22182024-11-02T03:16:54.688Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22192024-11-02T03:16:55.896Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s
22202024-11-02T03:16:56.050Z
22212024-11-02T03:16:56.050Zinfo: running `cargo check --bins` on dns-server-api (40/168)
22222024-11-02T03:16:56.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22232024-11-02T03:16:56.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22242024-11-02T03:16:56.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22252024-11-02T03:16:56.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22262024-11-02T03:16:56.634Z
22272024-11-02T03:16:56.634Zinfo: running `cargo check --bins` on internal-dns-types (41/168)
22282024-11-02T03:16:57.142Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22292024-11-02T03:16:57.145Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22302024-11-02T03:16:57.145Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22312024-11-02T03:16:57.148Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22322024-11-02T03:16:57.215Z
22332024-11-02T03:16:57.216Zinfo: running `cargo check --bins` on dns-service-client (42/168)
22342024-11-02T03:16:57.728Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22352024-11-02T03:16:57.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22362024-11-02T03:16:57.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22372024-11-02T03:16:57.733Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22382024-11-02T03:16:57.799Z
22392024-11-02T03:16:57.799Zinfo: running `cargo check --bins` on gateway-test-utils (43/168)
22402024-11-02T03:16:58.343Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22412024-11-02T03:16:58.346Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22422024-11-02T03:16:58.346Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22432024-11-02T03:16:58.349Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22442024-11-02T03:16:58.423Z
22452024-11-02T03:16:58.423Zinfo: running `cargo check --bins` on gateway-types (44/168)
22462024-11-02T03:16:58.928Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22472024-11-02T03:16:58.931Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22482024-11-02T03:16:58.931Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22492024-11-02T03:16:58.934Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22502024-11-02T03:16:58.999Z
22512024-11-02T03:16:58.999Zinfo: running `cargo check --bins` on ipcc (45/168)
22522024-11-02T03:16:59.507Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22532024-11-02T03:16:59.510Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22542024-11-02T03:16:59.510Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22552024-11-02T03:16:59.513Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22562024-11-02T03:16:59.579Z
22572024-11-02T03:16:59.579Zinfo: running `cargo check --bins` on omicron-gateway (46/168)
22582024-11-02T03:17:00.120Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22592024-11-02T03:17:00.123Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22602024-11-02T03:17:00.227Z Checking num-rational v0.4.2
22612024-11-02T03:17:00.227Z Compiling progenitor-client v0.8.0
22622024-11-02T03:17:00.229Z Checking num-complex v0.4.6
22632024-11-02T03:17:00.229Z Compiling prettyplease v0.2.22
22642024-11-02T03:17:00.229Z Compiling newtype-uuid v1.1.2
22652024-11-02T03:17:00.229Z Compiling ipnetwork v0.20.0
22662024-11-02T03:17:00.229Z Compiling instant v0.1.13
22672024-11-02T03:17:00.229Z Compiling radium v0.7.0
22682024-11-02T03:17:00.511Z Checking float-ord v0.3.2
22692024-11-02T03:17:00.638Z Compiling progenitor v0.8.0
22702024-11-02T03:17:00.663Z Compiling semver v0.1.20
22712024-11-02T03:17:00.695Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22722024-11-02T03:17:00.744Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22732024-11-02T03:17:00.785Z Compiling backoff v0.4.0
22742024-11-02T03:17:00.846Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22752024-11-02T03:17:00.946Z Compiling parse-display v0.10.0
22762024-11-02T03:17:01.050Z Compiling rustc_version v0.1.7
22772024-11-02T03:17:01.137Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22782024-11-02T03:17:01.192Z Checking num v0.4.3
22792024-11-02T03:17:01.232Z Compiling serde_with v3.11.0
22802024-11-02T03:17:01.278Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22812024-11-02T03:17:01.295Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22822024-11-02T03:17:01.309Z Compiling regress v0.9.1
22832024-11-02T03:17:01.541Z Compiling macaddr v1.0.1
22842024-11-02T03:17:01.585Z Compiling maybe-uninit v2.0.0
22852024-11-02T03:17:01.988Z Checking tap v1.0.1
22862024-11-02T03:17:02.149Z Checking wyz v0.5.1
22872024-11-02T03:17:02.196Z Compiling newtype_derive v0.1.6
22882024-11-02T03:17:02.545Z Checking password-hash v0.5.0
22892024-11-02T03:17:02.620Z Checking blake2 v0.10.6
22902024-11-02T03:17:03.014Z Compiling packed_struct v0.10.1
22912024-11-02T03:17:03.073Z Checking funty v2.0.0
22922024-11-02T03:17:03.089Z Compiling cancel-safe-futures v0.1.5
22932024-11-02T03:17:03.105Z Checking crc-catalog v2.4.0
22942024-11-02T03:17:03.239Z Compiling owo-colors v4.1.0
22952024-11-02T03:17:03.478Z Checking crc v3.2.1
22962024-11-02T03:17:03.535Z Checking argon2 v0.5.3
22972024-11-02T03:17:03.922Z Compiling packed_struct_codegen v0.10.1
22982024-11-02T03:17:04.006Z Checking bitvec v1.0.1
22992024-11-02T03:17:04.215Z Checking half v2.4.1
23002024-11-02T03:17:04.693Z Compiling indexmap v1.9.3
23012024-11-02T03:17:04.771Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23022024-11-02T03:17:05.010Z Checking ciborium-io v0.2.2
23032024-11-02T03:17:05.071Z Checking nodrop v0.1.14
23042024-11-02T03:17:05.147Z Checking ciborium-ll v0.2.2
23052024-11-02T03:17:05.183Z Checking array-init v0.0.4
23062024-11-02T03:17:05.203Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23072024-11-02T03:17:05.451Z Checking smallvec v0.6.14
23082024-11-02T03:17:05.624Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23092024-11-02T03:17:06.182Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23102024-11-02T03:17:06.479Z Checking libsw v3.3.1
23112024-11-02T03:17:06.662Z Compiling memoffset v0.9.1
23122024-11-02T03:17:06.743Z Checking swrite v0.1.0
23132024-11-02T03:17:06.759Z Checking indent_write v2.2.0
23142024-11-02T03:17:06.875Z Checking termcolor v1.4.1
23152024-11-02T03:17:06.970Z Checking bitfield v0.14.0
23162024-11-02T03:17:06.987Z Checking hashbrown v0.12.3
23172024-11-02T03:17:07.255Z Checking highway v1.2.0
23182024-11-02T03:17:07.318Z Checking linear-map v1.2.0
23192024-11-02T03:17:07.456Z Checking ron v0.8.1
23202024-11-02T03:17:07.634Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23212024-11-02T03:17:07.701Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23222024-11-02T03:17:07.756Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23232024-11-02T03:17:08.483Z Checking env_logger v0.10.2
23242024-11-02T03:17:08.723Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23252024-11-02T03:17:08.770Z Checking serde-hex v0.1.0
23262024-11-02T03:17:08.809Z Checking steno v0.4.1
23272024-11-02T03:17:08.921Z Checking ciborium v0.2.2
23282024-11-02T03:17:09.321Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23292024-11-02T03:17:09.583Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23302024-11-02T03:17:09.931Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23312024-11-02T03:17:10.286Z Checking hashbrown v0.13.2
23322024-11-02T03:17:10.617Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23332024-11-02T03:17:10.779Z Checking humantime v2.1.0
23342024-11-02T03:17:11.069Z Checking crc-any v2.5.0
23352024-11-02T03:17:11.087Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23362024-11-02T03:17:11.156Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23372024-11-02T03:17:11.250Z Checking object v0.30.4
23382024-11-02T03:17:11.424Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23392024-11-02T03:17:11.514Z Checking path-slash v0.1.5
23402024-11-02T03:17:11.651Z Checking nix v0.27.1
23412024-11-02T03:17:11.667Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23422024-11-02T03:17:11.821Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23432024-11-02T03:17:12.482Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23442024-11-02T03:17:12.754Z Checking tungstenite v0.23.0
23452024-11-02T03:17:12.788Z Checking kstat-rs v0.2.4
23462024-11-02T03:17:12.926Z Checking signal-hook-tokio v0.3.1
23472024-11-02T03:17:13.553Z Checking tokio-tungstenite v0.23.1
23482024-11-02T03:17:14.071Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23492024-11-02T03:17:14.453Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23502024-11-02T03:17:19.636Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23512024-11-02T03:17:21.388Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23522024-11-02T03:17:22.264Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23532024-11-02T03:17:25.367Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23542024-11-02T03:17:25.617Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23552024-11-02T03:17:26.071Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23562024-11-02T03:17:31.969Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23572024-11-02T03:17:32.612Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23582024-11-02T03:17:36.319Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.73s
23592024-11-02T03:17:36.485Z
23602024-11-02T03:17:36.485Zinfo: running `cargo check --bins` on gateway-api (47/168)
23612024-11-02T03:17:37.019Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23622024-11-02T03:17:37.021Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23632024-11-02T03:17:37.021Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23642024-11-02T03:17:37.024Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23652024-11-02T03:17:37.091Z
23662024-11-02T03:17:37.091Zinfo: running `cargo check --bins` on oximeter (48/168)
23672024-11-02T03:17:37.610Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23682024-11-02T03:17:37.613Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23692024-11-02T03:17:37.613Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23702024-11-02T03:17:37.615Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23712024-11-02T03:17:37.685Z
23722024-11-02T03:17:37.685Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/168)
23732024-11-02T03:17:38.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23742024-11-02T03:17:38.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23752024-11-02T03:17:38.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23762024-11-02T03:17:38.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23772024-11-02T03:17:38.259Z
23782024-11-02T03:17:38.259Zinfo: running `cargo check --bins` on oximeter-schema (50/168)
23792024-11-02T03:17:38.769Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23802024-11-02T03:17:38.772Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23812024-11-02T03:17:38.844Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23822024-11-02T03:17:39.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
23832024-11-02T03:17:39.411Z
23842024-11-02T03:17:39.411Zinfo: running `cargo check --bins` on oximeter-types (51/168)
23852024-11-02T03:17:39.917Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23862024-11-02T03:17:39.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23872024-11-02T03:17:39.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23882024-11-02T03:17:39.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23892024-11-02T03:17:39.987Z
23902024-11-02T03:17:39.987Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/168)
23912024-11-02T03:17:40.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23922024-11-02T03:17:40.493Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23932024-11-02T03:17:40.493Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23942024-11-02T03:17:40.496Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
23952024-11-02T03:17:40.561Z
23962024-11-02T03:17:40.561Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168)
23972024-11-02T03:17:41.052Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23982024-11-02T03:17:41.056Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23992024-11-02T03:17:41.056Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24002024-11-02T03:17:41.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24012024-11-02T03:17:41.119Z
24022024-11-02T03:17:41.119Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168)
24032024-11-02T03:17:41.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24042024-11-02T03:17:41.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24052024-11-02T03:17:41.633Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24062024-11-02T03:17:41.636Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24072024-11-02T03:17:41.701Z
24082024-11-02T03:17:41.701Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168)
24092024-11-02T03:17:42.210Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24102024-11-02T03:17:42.213Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24112024-11-02T03:17:42.213Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24122024-11-02T03:17:42.215Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24132024-11-02T03:17:42.282Z
24142024-11-02T03:17:42.282Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168)
24152024-11-02T03:17:42.788Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24162024-11-02T03:17:42.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24172024-11-02T03:17:42.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24182024-11-02T03:17:42.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24192024-11-02T03:17:42.859Z
24202024-11-02T03:17:42.859Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168)
24212024-11-02T03:17:43.366Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24222024-11-02T03:17:43.369Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24232024-11-02T03:17:43.369Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24242024-11-02T03:17:43.371Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24252024-11-02T03:17:43.437Z
24262024-11-02T03:17:43.437Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168)
24272024-11-02T03:17:43.947Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24282024-11-02T03:17:43.950Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24292024-11-02T03:17:43.950Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24302024-11-02T03:17:43.953Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24312024-11-02T03:17:44.019Z
24322024-11-02T03:17:44.019Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168)
24332024-11-02T03:17:44.528Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24342024-11-02T03:17:44.531Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24352024-11-02T03:17:44.531Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24362024-11-02T03:17:44.533Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24372024-11-02T03:17:44.601Z
24382024-11-02T03:17:44.601Zinfo: running `cargo check --bins` on oximeter-producer (60/168)
24392024-11-02T03:17:45.130Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24402024-11-02T03:17:45.133Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24412024-11-02T03:17:45.133Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24422024-11-02T03:17:45.136Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24432024-11-02T03:17:45.206Z
24442024-11-02T03:17:45.206Zinfo: running `cargo check --bins` on internal-dns-resolver (61/168)
24452024-11-02T03:17:45.715Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24462024-11-02T03:17:45.719Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24472024-11-02T03:17:45.719Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24482024-11-02T03:17:45.721Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24492024-11-02T03:17:45.786Z
24502024-11-02T03:17:45.786Zinfo: running `cargo check --bins` on nexus-client (62/168)
24512024-11-02T03:17:46.338Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24522024-11-02T03:17:46.407Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24532024-11-02T03:17:46.407Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24542024-11-02T03:17:46.407Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24552024-11-02T03:17:46.448Z
24562024-11-02T03:17:46.448Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/168)
24572024-11-02T03:17:46.906Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24582024-11-02T03:17:46.911Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24592024-11-02T03:17:46.911Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24602024-11-02T03:17:46.912Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24612024-11-02T03:17:46.979Z
24622024-11-02T03:17:46.979Zinfo: running `cargo check --bins` on omicron-passwords (64/168)
24632024-11-02T03:17:47.475Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24642024-11-02T03:17:47.487Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24652024-11-02T03:17:47.487Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24662024-11-02T03:17:47.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24672024-11-02T03:17:47.545Z
24682024-11-02T03:17:47.545Zinfo: running `cargo check --bins` on nexus-types (65/168)
24692024-11-02T03:17:48.075Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24702024-11-02T03:17:48.078Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24712024-11-02T03:17:48.078Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24722024-11-02T03:17:48.081Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24732024-11-02T03:17:48.151Z
24742024-11-02T03:17:48.151Zinfo: running `cargo check --bins` on gateway-client (66/168)
24752024-11-02T03:17:48.697Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24762024-11-02T03:17:48.793Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24772024-11-02T03:17:48.793Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24782024-11-02T03:17:48.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24792024-11-02T03:17:48.793Z
24802024-11-02T03:17:48.793Zinfo: running `cargo check --bins` on oxql-types (67/168)
24812024-11-02T03:17:49.224Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24822024-11-02T03:17:49.227Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24832024-11-02T03:17:49.227Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24842024-11-02T03:17:49.230Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24852024-11-02T03:17:49.296Z
24862024-11-02T03:17:49.296Zinfo: running `cargo check --bins` on update-engine (68/168)
24872024-11-02T03:17:49.798Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24882024-11-02T03:17:49.801Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24892024-11-02T03:17:49.801Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24902024-11-02T03:17:49.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24912024-11-02T03:17:49.868Z
24922024-11-02T03:17:49.868Zinfo: running `cargo check --bins` on sp-sim (69/168)
24932024-11-02T03:17:50.376Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24942024-11-02T03:17:50.379Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24952024-11-02T03:17:50.452Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
24962024-11-02T03:17:52.246Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s
24972024-11-02T03:17:52.401Z
24982024-11-02T03:17:52.401Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168)
24992024-11-02T03:17:52.949Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25002024-11-02T03:17:52.951Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25012024-11-02T03:17:52.951Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25022024-11-02T03:17:52.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25032024-11-02T03:17:53.025Z
25042024-11-02T03:17:53.025Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168)
25052024-11-02T03:17:53.578Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25062024-11-02T03:17:53.581Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25072024-11-02T03:17:53.581Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25082024-11-02T03:17:53.583Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
25092024-11-02T03:17:53.657Z
25102024-11-02T03:17:53.657Zinfo: running `cargo check --bins` on db-macros (72/168)
25112024-11-02T03:17:54.150Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25122024-11-02T03:17:54.153Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25132024-11-02T03:17:54.153Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25142024-11-02T03:17:54.155Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25152024-11-02T03:17:54.221Z
25162024-11-02T03:17:54.221Zinfo: running `cargo check --bins` on nexus-macros-common (73/168)
25172024-11-02T03:17:54.714Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25182024-11-02T03:17:54.717Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25192024-11-02T03:17:54.717Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25202024-11-02T03:17:54.719Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25212024-11-02T03:17:54.783Z
25222024-11-02T03:17:54.783Zinfo: running `cargo check --bins` on nexus-auth (74/168)
25232024-11-02T03:17:55.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25242024-11-02T03:17:55.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25252024-11-02T03:17:55.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25262024-11-02T03:17:55.327Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25272024-11-02T03:17:55.400Z
25282024-11-02T03:17:55.400Zinfo: running `cargo check --bins` on authz-macros (75/168)
25292024-11-02T03:17:55.893Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25302024-11-02T03:17:55.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25312024-11-02T03:17:55.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25322024-11-02T03:17:55.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25332024-11-02T03:17:55.963Z
25342024-11-02T03:17:55.963Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/168)
25352024-11-02T03:17:56.495Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25362024-11-02T03:17:56.497Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25372024-11-02T03:17:56.497Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25382024-11-02T03:17:56.500Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25392024-11-02T03:17:56.572Z
25402024-11-02T03:17:56.572Zinfo: running `cargo check --bins` on nexus-db-model (77/168)
25412024-11-02T03:17:57.102Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25422024-11-02T03:17:57.105Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25432024-11-02T03:17:57.105Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25442024-11-02T03:17:57.108Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25452024-11-02T03:17:57.179Z
25462024-11-02T03:17:57.179Zinfo: running `cargo check --bins` on nexus-defaults (78/168)
25472024-11-02T03:17:57.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25482024-11-02T03:17:57.689Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25492024-11-02T03:17:57.689Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25502024-11-02T03:17:57.692Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25512024-11-02T03:17:57.758Z
25522024-11-02T03:17:57.758Zinfo: running `cargo check --bins` on sled-agent-client (79/168)
25532024-11-02T03:17:58.274Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25542024-11-02T03:17:58.276Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25552024-11-02T03:17:58.277Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25562024-11-02T03:17:58.280Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25572024-11-02T03:17:58.347Z
25582024-11-02T03:17:58.347Zinfo: running `cargo check --bins` on nexus-inventory (80/168)
25592024-11-02T03:17:58.877Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25602024-11-02T03:17:58.881Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25612024-11-02T03:17:58.881Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25622024-11-02T03:17:58.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25632024-11-02T03:17:58.952Z
25642024-11-02T03:17:58.952Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168)
25652024-11-02T03:17:59.464Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25662024-11-02T03:17:59.466Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25672024-11-02T03:17:59.466Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25682024-11-02T03:17:59.469Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25692024-11-02T03:17:59.535Z
25702024-11-02T03:17:59.535Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/168)
25712024-11-02T03:18:00.051Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25722024-11-02T03:18:00.054Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25732024-11-02T03:18:00.054Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25742024-11-02T03:18:00.056Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25752024-11-02T03:18:00.123Z
25762024-11-02T03:18:00.123Zinfo: running `cargo check --bins` on typed-rng (83/168)
25772024-11-02T03:18:00.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25782024-11-02T03:18:00.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25792024-11-02T03:18:00.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25802024-11-02T03:18:00.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25812024-11-02T03:18:00.687Z
25822024-11-02T03:18:00.687Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168)
25832024-11-02T03:18:01.251Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25842024-11-02T03:18:01.254Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25852024-11-02T03:18:01.494Z Checking keccak v0.1.5
25862024-11-02T03:18:01.501Z Checking secrecy v0.8.0
25872024-11-02T03:18:01.501Z Compiling unicase v2.7.0
25882024-11-02T03:18:01.501Z Compiling same-file v1.0.6
25892024-11-02T03:18:01.501Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
25902024-11-02T03:18:01.501Z Compiling tempfile v3.13.0
25912024-11-02T03:18:01.519Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
25922024-11-02T03:18:01.533Z Compiling thiserror-impl-no-std v2.0.2
25932024-11-02T03:18:01.682Z Compiling walkdir v2.5.0
25942024-11-02T03:18:01.757Z Checking sha3 v0.10.8
25952024-11-02T03:18:01.803Z Checking universal-hash v0.5.1
25962024-11-02T03:18:01.831Z Compiling blake3 v1.5.4
25972024-11-02T03:18:01.968Z Compiling ring v0.16.20
25982024-11-02T03:18:01.986Z Checking opaque-debug v0.3.1
25992024-11-02T03:18:02.082Z Checking poly1305 v0.8.0
26002024-11-02T03:18:02.185Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26012024-11-02T03:18:02.336Z Checking chacha20 v0.9.1
26022024-11-02T03:18:02.351Z Checking aead v0.5.2
26032024-11-02T03:18:02.414Z Compiling memmap2 v0.9.5
26042024-11-02T03:18:02.500Z Compiling libefi-sys v0.1.0
26052024-11-02T03:18:02.569Z Compiling arrayref v0.3.9
26062024-11-02T03:18:02.586Z Compiling untrusted v0.7.1
26072024-11-02T03:18:02.678Z Compiling home v0.5.9
26082024-11-02T03:18:02.696Z Compiling spin v0.5.2
26092024-11-02T03:18:02.762Z Compiling arrayvec v0.7.6
26102024-11-02T03:18:02.780Z Compiling constant_time_eq v0.3.1
26112024-11-02T03:18:02.856Z Compiling salty v0.3.0
26122024-11-02T03:18:02.909Z Compiling toolchain_find v0.4.0
26132024-11-02T03:18:02.944Z Checking chacha20poly1305 v0.10.1
26142024-11-02T03:18:03.151Z Compiling camino-tempfile v1.1.1
26152024-11-02T03:18:03.273Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26162024-11-02T03:18:03.295Z Compiling bitfield-struct v0.6.2
26172024-11-02T03:18:03.476Z Compiling topological-sort v0.2.2
26182024-11-02T03:18:03.544Z Compiling mime_guess v2.0.5
26192024-11-02T03:18:03.692Z Compiling rustfmt-wrapper v0.2.1
26202024-11-02T03:18:04.176Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26212024-11-02T03:18:04.192Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26222024-11-02T03:18:04.256Z Checking primeorder v0.13.6
26232024-11-02T03:18:04.287Z Checking env_filter v0.1.2
26242024-11-02T03:18:04.461Z Checking thiserror-no-std v2.0.2
26252024-11-02T03:18:04.487Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26262024-11-02T03:18:04.512Z Checking env_logger v0.11.5
26272024-11-02T03:18:04.565Z Checking vsss-rs v3.3.4
26282024-11-02T03:18:04.692Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26292024-11-02T03:18:04.721Z Checking p384 v0.13.0
26302024-11-02T03:18:04.811Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26312024-11-02T03:18:04.828Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26322024-11-02T03:18:05.055Z Checking gethostname v0.5.0
26332024-11-02T03:18:05.130Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26342024-11-02T03:18:05.184Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26352024-11-02T03:18:05.257Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26362024-11-02T03:18:05.524Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26372024-11-02T03:18:05.540Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26382024-11-02T03:18:05.705Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26392024-11-02T03:18:05.818Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26402024-11-02T03:18:06.087Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26412024-11-02T03:18:06.128Z Checking nanorand v0.7.0
26422024-11-02T03:18:06.132Z Checking atty v0.2.14
26432024-11-02T03:18:06.162Z Checking http-range v0.1.5
26442024-11-02T03:18:06.265Z Checking glob v0.3.1
26452024-11-02T03:18:06.332Z Checking hyper-staticfile v0.10.1
26462024-11-02T03:18:06.532Z Checking flume v0.11.0
26472024-11-02T03:18:06.602Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26482024-11-02T03:18:07.106Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26492024-11-02T03:18:07.147Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26502024-11-02T03:18:07.229Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26512024-11-02T03:18:07.603Z Compiling omicron-zone-package v0.11.1
26522024-11-02T03:18:07.896Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26532024-11-02T03:18:08.546Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26542024-11-02T03:18:08.982Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26552024-11-02T03:18:09.006Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26562024-11-02T03:18:09.110Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26572024-11-02T03:18:09.598Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26582024-11-02T03:18:09.823Z Checking display-error-chain v0.2.2
26592024-11-02T03:18:10.454Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26602024-11-02T03:18:11.826Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26612024-11-02T03:18:13.246Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26622024-11-02T03:18:13.427Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26632024-11-02T03:18:24.850Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26642024-11-02T03:19:13.033Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
26652024-11-02T03:19:13.204Z
26662024-11-02T03:19:13.204Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168)
26672024-11-02T03:19:13.776Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26682024-11-02T03:19:13.779Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26692024-11-02T03:19:13.895Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26702024-11-02T03:20:02.097Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.88s
26712024-11-02T03:20:02.271Z
26722024-11-02T03:20:02.271Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168)
26732024-11-02T03:20:02.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26742024-11-02T03:20:02.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26752024-11-02T03:20:02.952Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26762024-11-02T03:20:51.005Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.72s
26772024-11-02T03:20:51.177Z
26782024-11-02T03:20:51.177Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168)
26792024-11-02T03:20:51.746Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26802024-11-02T03:20:51.748Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26812024-11-02T03:20:51.865Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26822024-11-02T03:21:39.781Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.59s
26832024-11-02T03:21:39.960Z
26842024-11-02T03:21:39.960Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168)
26852024-11-02T03:21:40.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26862024-11-02T03:21:40.524Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26872024-11-02T03:21:40.644Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26882024-11-02T03:22:29.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.38s
26892024-11-02T03:22:29.525Z
26902024-11-02T03:22:29.526Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168)
26912024-11-02T03:22:30.095Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26922024-11-02T03:22:30.097Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26932024-11-02T03:22:30.216Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26942024-11-02T03:23:18.641Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.10s
26952024-11-02T03:23:18.817Z
26962024-11-02T03:23:18.817Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168)
26972024-11-02T03:23:19.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26982024-11-02T03:23:19.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26992024-11-02T03:23:19.517Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27002024-11-02T03:24:07.707Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.88s
27012024-11-02T03:24:07.881Z
27022024-11-02T03:24:07.881Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168)
27032024-11-02T03:24:08.450Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27042024-11-02T03:24:08.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27052024-11-02T03:24:08.572Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27062024-11-02T03:24:56.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.84s
27072024-11-02T03:24:56.910Z
27082024-11-02T03:24:56.910Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/168)
27092024-11-02T03:24:57.451Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27102024-11-02T03:24:57.453Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27112024-11-02T03:24:57.453Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27122024-11-02T03:24:57.456Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27132024-11-02T03:24:57.527Z
27142024-11-02T03:24:57.527Zinfo: running `cargo check --bins` on sled-agent-types (93/168)
27152024-11-02T03:24:58.057Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27162024-11-02T03:24:58.060Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27172024-11-02T03:24:58.060Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27182024-11-02T03:24:58.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27192024-11-02T03:24:58.133Z
27202024-11-02T03:24:58.133Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/168)
27212024-11-02T03:24:58.656Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27222024-11-02T03:24:58.658Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27232024-11-02T03:24:58.658Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27242024-11-02T03:24:58.661Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27252024-11-02T03:24:58.730Z
27262024-11-02T03:24:58.730Zinfo: running `cargo check --bins` on dpd-client (95/168)
27272024-11-02T03:24:59.244Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27282024-11-02T03:24:59.247Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27292024-11-02T03:24:59.247Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27302024-11-02T03:24:59.249Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27312024-11-02T03:24:59.316Z
27322024-11-02T03:24:59.316Zinfo: running `cargo check --bins` on installinator-common (96/168)
27332024-11-02T03:24:59.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27342024-11-02T03:24:59.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27352024-11-02T03:24:59.841Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27362024-11-02T03:24:59.853Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27372024-11-02T03:24:59.912Z
27382024-11-02T03:24:59.912Zinfo: running `cargo check --bins` on key-manager (97/168)
27392024-11-02T03:25:00.418Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27402024-11-02T03:25:00.420Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27412024-11-02T03:25:00.420Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27422024-11-02T03:25:00.423Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27432024-11-02T03:25:00.492Z
27442024-11-02T03:25:00.492Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/168)
27452024-11-02T03:25:01.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27462024-11-02T03:25:01.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27472024-11-02T03:25:01.011Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27482024-11-02T03:25:01.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27492024-11-02T03:25:01.086Z
27502024-11-02T03:25:01.086Zinfo: running `cargo check --bins` on repo-depot-api (99/168)
27512024-11-02T03:25:01.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27522024-11-02T03:25:01.610Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27532024-11-02T03:25:01.610Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27542024-11-02T03:25:01.613Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27552024-11-02T03:25:01.680Z
27562024-11-02T03:25:01.680Zinfo: running `cargo check --bins` on repo-depot-client (100/168)
27572024-11-02T03:25:02.184Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27582024-11-02T03:25:02.186Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27592024-11-02T03:25:02.186Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27602024-11-02T03:25:02.189Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27612024-11-02T03:25:02.255Z
27622024-11-02T03:25:02.255Zinfo: running `cargo check --bins` on sled-agent-api (101/168)
27632024-11-02T03:25:02.793Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27642024-11-02T03:25:02.796Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27652024-11-02T03:25:02.796Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27662024-11-02T03:25:02.799Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27672024-11-02T03:25:02.870Z
27682024-11-02T03:25:02.870Zinfo: running `cargo check --bins` on sled-hardware (102/168)
27692024-11-02T03:25:03.389Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27702024-11-02T03:25:03.392Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27712024-11-02T03:25:03.392Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27722024-11-02T03:25:03.394Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27732024-11-02T03:25:03.465Z
27742024-11-02T03:25:03.465Zinfo: running `cargo check --bins --no-default-features` on sled-storage (103/168)
27752024-11-02T03:25:04.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27762024-11-02T03:25:04.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27772024-11-02T03:25:04.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27782024-11-02T03:25:04.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
27792024-11-02T03:25:04.082Z
27802024-11-02T03:25:04.082Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168)
27812024-11-02T03:25:04.607Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27822024-11-02T03:25:04.612Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27832024-11-02T03:25:04.612Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27842024-11-02T03:25:04.612Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27852024-11-02T03:25:04.682Z
27862024-11-02T03:25:04.682Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (105/168)
27872024-11-02T03:25:05.217Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27882024-11-02T03:25:05.220Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27892024-11-02T03:25:05.220Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27902024-11-02T03:25:05.223Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27912024-11-02T03:25:05.294Z
27922024-11-02T03:25:05.294Zinfo: running `cargo check --bins` on nexus-test-interface (106/168)
27932024-11-02T03:25:05.931Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27942024-11-02T03:25:05.935Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27952024-11-02T03:25:05.935Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27962024-11-02T03:25:05.935Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27972024-11-02T03:25:05.935Z
27982024-11-02T03:25:05.935Zinfo: running `cargo check --bins` on oximeter-collector (107/168)
27992024-11-02T03:25:06.436Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28002024-11-02T03:25:06.438Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28012024-11-02T03:25:06.533Z Compiling phf_generator v0.11.2
28022024-11-02T03:25:06.536Z Compiling parse-zoneinfo v0.3.1
28032024-11-02T03:25:06.645Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
28042024-11-02T03:25:06.648Z Checking bcs v0.1.6
28052024-11-02T03:25:06.648Z Compiling async-recursion v1.1.1
28062024-11-02T03:25:06.648Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28072024-11-02T03:25:06.648Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28082024-11-02T03:25:06.735Z Compiling phf_codegen v0.11.2
28092024-11-02T03:25:07.228Z Compiling chrono-tz-build v0.4.0
28102024-11-02T03:25:08.108Z Compiling chrono-tz v0.10.0
28112024-11-02T03:25:15.309Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28122024-11-02T03:25:19.462Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28132024-11-02T03:25:21.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.99s
28142024-11-02T03:25:22.056Z
28152024-11-02T03:25:22.056Zinfo: running `cargo check --bins` on oximeter-api (108/168)
28162024-11-02T03:25:22.566Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28172024-11-02T03:25:22.568Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28182024-11-02T03:25:22.568Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28192024-11-02T03:25:22.571Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
28202024-11-02T03:25:22.641Z
28212024-11-02T03:25:22.641Zinfo: running `cargo check --bins` on oximeter-client (109/168)
28222024-11-02T03:25:23.147Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28232024-11-02T03:25:23.150Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28242024-11-02T03:25:23.150Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28252024-11-02T03:25:23.153Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28262024-11-02T03:25:23.221Z
28272024-11-02T03:25:23.221Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (110/168)
28282024-11-02T03:25:23.735Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28292024-11-02T03:25:23.738Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28302024-11-02T03:25:23.816Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28312024-11-02T03:25:24.428Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
28322024-11-02T03:25:24.595Z
28332024-11-02T03:25:24.595Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168)
28342024-11-02T03:25:25.126Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28352024-11-02T03:25:25.128Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28362024-11-02T03:25:25.214Z Compiling cfg_aliases v0.1.1
28372024-11-02T03:25:25.216Z Compiling vte_generate_state_changes v0.1.2
28382024-11-02T03:25:25.216Z Checking fd-lock v4.0.2
28392024-11-02T03:25:25.216Z Checking bytecount v0.6.8
28402024-11-02T03:25:25.322Z Compiling tabled_derive v0.7.0
28412024-11-02T03:25:25.330Z Compiling peg-macros v0.8.4
28422024-11-02T03:25:25.333Z Compiling sqlparser_derive v0.2.2
28432024-11-02T03:25:25.338Z Checking unicode_categories v0.1.1
28442024-11-02T03:25:25.393Z Compiling nix v0.28.0
28452024-11-02T03:25:25.461Z Checking papergrid v0.11.0
28462024-11-02T03:25:25.476Z Checking home v0.5.9
28472024-11-02T03:25:25.613Z Checking nu-ansi-term v0.50.1
28482024-11-02T03:25:25.674Z Checking sqlformat v0.2.6
28492024-11-02T03:25:25.902Z Checking vte v0.11.1
28502024-11-02T03:25:26.437Z Checking sqlparser v0.45.0
28512024-11-02T03:25:27.259Z Checking tabled v0.15.0
28522024-11-02T03:25:27.274Z Checking strip-ansi-escapes v0.2.0
28532024-11-02T03:25:27.415Z Checking reedline v0.35.0
28542024-11-02T03:25:27.908Z Checking peg v0.8.4
28552024-11-02T03:25:28.454Z Checking rustyline v14.0.0
28562024-11-02T03:25:33.013Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28572024-11-02T03:25:39.348Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.74s
28582024-11-02T03:25:39.503Z
28592024-11-02T03:25:39.503Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168)
28602024-11-02T03:25:40.034Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28612024-11-02T03:25:40.037Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28622024-11-02T03:25:40.120Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28632024-11-02T03:25:46.543Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.03s
28642024-11-02T03:25:46.707Z
28652024-11-02T03:25:46.707Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168)
28662024-11-02T03:25:47.229Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28672024-11-02T03:25:47.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28682024-11-02T03:25:47.313Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28692024-11-02T03:25:52.306Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.59s
28702024-11-02T03:25:52.462Z
28712024-11-02T03:25:52.462Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168)
28722024-11-02T03:25:53.090Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28732024-11-02T03:25:53.093Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28742024-11-02T03:25:53.093Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28752024-11-02T03:25:59.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.69s
28762024-11-02T03:25:59.334Z
28772024-11-02T03:25:59.334Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168)
28782024-11-02T03:25:59.865Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28792024-11-02T03:25:59.867Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28802024-11-02T03:25:59.951Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28812024-11-02T03:26:06.143Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.80s
28822024-11-02T03:26:06.307Z
28832024-11-02T03:26:06.307Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168)
28842024-11-02T03:26:06.836Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28852024-11-02T03:26:06.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28862024-11-02T03:26:06.921Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28872024-11-02T03:26:12.017Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.70s
28882024-11-02T03:26:12.189Z
28892024-11-02T03:26:12.189Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168)
28902024-11-02T03:26:12.707Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28912024-11-02T03:26:12.709Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28922024-11-02T03:26:12.792Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28932024-11-02T03:26:17.954Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s
28942024-11-02T03:26:18.110Z
28952024-11-02T03:26:18.110Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168)
28962024-11-02T03:26:18.630Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28972024-11-02T03:26:18.633Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28982024-11-02T03:26:18.715Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28992024-11-02T03:26:25.039Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.92s
29002024-11-02T03:26:25.200Z
29012024-11-02T03:26:25.200Zinfo: running `cargo check --bins` on oximeter-test-utils (119/168)
29022024-11-02T03:26:25.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29032024-11-02T03:26:25.732Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29042024-11-02T03:26:25.732Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29052024-11-02T03:26:25.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
29062024-11-02T03:26:25.805Z
29072024-11-02T03:26:25.805Zinfo: running `cargo check --bins` on cockroach-admin-client (120/168)
29082024-11-02T03:26:26.304Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29092024-11-02T03:26:26.306Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29102024-11-02T03:26:26.306Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29112024-11-02T03:26:26.309Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29122024-11-02T03:26:26.374Z
29132024-11-02T03:26:26.375Zinfo: running `cargo check --bins` on installinator-client (121/168)
29142024-11-02T03:26:26.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29152024-11-02T03:26:26.896Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29162024-11-02T03:26:26.896Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29172024-11-02T03:26:26.899Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29182024-11-02T03:26:26.968Z
29192024-11-02T03:26:26.968Zinfo: running `cargo check --bins` on oxide-client (122/168)
29202024-11-02T03:26:27.461Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29212024-11-02T03:26:27.463Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29222024-11-02T03:26:27.463Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29232024-11-02T03:26:27.466Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29242024-11-02T03:26:27.530Z
29252024-11-02T03:26:27.531Zinfo: running `cargo check --bins` on wicketd-client (123/168)
29262024-11-02T03:26:28.073Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29272024-11-02T03:26:28.076Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29282024-11-02T03:26:28.076Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29292024-11-02T03:26:28.079Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29302024-11-02T03:26:28.152Z
29312024-11-02T03:26:28.152Zinfo: running `cargo check --bins` on wicket-common (124/168)
29322024-11-02T03:26:28.678Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29332024-11-02T03:26:28.681Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29342024-11-02T03:26:28.681Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29352024-11-02T03:26:28.684Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29362024-11-02T03:26:28.754Z
29372024-11-02T03:26:28.755Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/168)
29382024-11-02T03:26:29.273Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29392024-11-02T03:26:29.275Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29402024-11-02T03:26:29.359Z Checking csv-core v0.1.11
29412024-11-02T03:26:29.361Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29422024-11-02T03:26:29.664Z Checking csv v1.3.0
29432024-11-02T03:26:30.187Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29442024-11-02T03:26:30.530Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29452024-11-02T03:26:31.742Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s
29462024-11-02T03:26:31.896Z
29472024-11-02T03:26:31.896Zinfo: running `cargo check --bins` on cockroach-admin-api (126/168)
29482024-11-02T03:26:32.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492024-11-02T03:26:32.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502024-11-02T03:26:32.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512024-11-02T03:26:32.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29522024-11-02T03:26:32.479Z
29532024-11-02T03:26:32.479Zinfo: running `cargo check --bins` on cockroach-admin-types (127/168)
29542024-11-02T03:26:32.987Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552024-11-02T03:26:32.989Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562024-11-02T03:26:32.989Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29572024-11-02T03:26:32.992Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29582024-11-02T03:26:33.058Z
29592024-11-02T03:26:33.058Zinfo: running `cargo check --bins` on cert-dev (128/168)
29602024-11-02T03:26:33.550Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29612024-11-02T03:26:33.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29622024-11-02T03:26:33.619Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29632024-11-02T03:26:33.883Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
29642024-11-02T03:26:34.031Z
29652024-11-02T03:26:34.031Zinfo: running `cargo check --bins` on ch-dev (129/168)
29662024-11-02T03:26:34.551Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29672024-11-02T03:26:34.553Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29682024-11-02T03:26:34.635Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29692024-11-02T03:26:35.324Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s
29702024-11-02T03:26:35.494Z
29712024-11-02T03:26:35.494Zinfo: running `cargo check --bins` on crdb-seed (130/168)
29722024-11-02T03:26:36.012Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29732024-11-02T03:26:36.015Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29742024-11-02T03:26:36.092Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29752024-11-02T03:26:36.426Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
29762024-11-02T03:26:36.585Z
29772024-11-02T03:26:36.585Zinfo: running `cargo check --bins` on db-dev (131/168)
29782024-11-02T03:26:37.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29792024-11-02T03:26:37.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29802024-11-02T03:26:37.194Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29812024-11-02T03:26:37.884Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
29822024-11-02T03:26:38.042Z
29832024-11-02T03:26:38.042Zinfo: running `cargo check --bins` on omicron-dev-lib (132/168)
29842024-11-02T03:26:38.572Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29852024-11-02T03:26:38.575Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29862024-11-02T03:26:38.575Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29872024-11-02T03:26:38.575Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29882024-11-02T03:26:38.642Z
29892024-11-02T03:26:38.643Zinfo: running `cargo check --bins` on xtask-downloader (133/168)
29902024-11-02T03:26:39.144Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29912024-11-02T03:26:39.147Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29922024-11-02T03:26:39.214Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
29932024-11-02T03:26:40.250Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s
29942024-11-02T03:26:40.278Z
29952024-11-02T03:26:40.278Zinfo: running `cargo check --bins` on omicron-ls-apis (134/168)
29962024-11-02T03:26:40.784Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29972024-11-02T03:26:40.786Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29982024-11-02T03:26:40.853Z Checking cargo-platform v0.1.8
29992024-11-02T03:26:41.119Z Checking cargo_metadata v0.18.1
30002024-11-02T03:26:42.086Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30012024-11-02T03:26:42.824Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s
30022024-11-02T03:26:42.968Z
30032024-11-02T03:26:42.968Zinfo: running `cargo check --bins` on mgs-dev (135/168)
30042024-11-02T03:26:43.523Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30052024-11-02T03:26:43.526Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30062024-11-02T03:26:43.631Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30072024-11-02T03:26:44.302Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30082024-11-02T03:26:44.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
30092024-11-02T03:26:44.980Z
30102024-11-02T03:26:44.980Zinfo: running `cargo check --bins` on omicron-omdb (136/168)
30112024-11-02T03:26:45.571Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30122024-11-02T03:26:45.574Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30132024-11-02T03:26:45.714Z Compiling crunchy v0.2.2
30142024-11-02T03:26:45.714Z Compiling glob v0.3.1
30152024-11-02T03:26:45.716Z Compiling tiny-keccak v2.0.2
30162024-11-02T03:26:45.716Z Compiling dsl_auto_type v0.1.2
30172024-11-02T03:26:45.716Z Checking scheduled-thread-pool v0.2.7
30182024-11-02T03:26:45.716Z Compiling diesel_table_macro_syntax v0.2.0
30192024-11-02T03:26:45.846Z Compiling ascii-canvas v3.0.0
30202024-11-02T03:26:45.860Z Compiling ena v0.14.3
30212024-11-02T03:26:46.062Z Checking r2d2 v0.8.10
30222024-11-02T03:26:46.148Z Compiling libloading v0.8.5
30232024-11-02T03:26:46.197Z Compiling diff v0.1.13
30242024-11-02T03:26:46.283Z Compiling regex-syntax v0.6.29
30252024-11-02T03:26:46.357Z Compiling bindgen v0.69.5
30262024-11-02T03:26:46.387Z Compiling which v4.4.2
30272024-11-02T03:26:46.554Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30282024-11-02T03:26:46.707Z Compiling clang-sys v1.8.1
30292024-11-02T03:26:46.787Z Compiling cexpr v0.6.0
30302024-11-02T03:26:46.861Z Compiling rustc-hash v1.1.0
30312024-11-02T03:26:46.996Z Compiling lazycell v1.3.0
30322024-11-02T03:26:47.029Z Compiling ref-cast v1.0.23
30332024-11-02T03:26:47.153Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30342024-11-02T03:26:47.175Z Compiling derive_builder_core v0.20.2
30352024-11-02T03:26:47.175Z Compiling libxml v0.3.3
30362024-11-02T03:26:47.389Z Compiling diesel_derives v2.2.3
30372024-11-02T03:26:47.480Z Compiling ref-cast-impl v1.0.23
30382024-11-02T03:26:47.536Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30392024-11-02T03:26:47.688Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30402024-11-02T03:26:48.027Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30412024-11-02T03:26:48.333Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30422024-11-02T03:26:48.469Z Compiling strum_macros v0.24.3
30432024-11-02T03:26:48.707Z Compiling indoc v1.0.9
30442024-11-02T03:26:49.486Z Compiling derive_builder_macro v0.20.2
30452024-11-02T03:26:49.684Z Compiling lalrpop v0.19.12
30462024-11-02T03:26:50.369Z Checking derive_builder v0.20.2
30472024-11-02T03:26:50.523Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30482024-11-02T03:26:50.615Z Compiling impl-trait-for-tuples v0.2.2
30492024-11-02T03:26:50.819Z Compiling oso-derive v0.27.3
30502024-11-02T03:26:50.851Z Checking quick-xml v0.33.0
30512024-11-02T03:26:51.906Z Compiling diesel-dtrace v0.3.0
30522024-11-02T03:26:52.007Z Checking maplit v1.0.2
30532024-11-02T03:26:52.154Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30542024-11-02T03:26:52.309Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30552024-11-02T03:26:52.626Z Checking bb8 v0.8.5
30562024-11-02T03:26:53.127Z Compiling const_format_proc_macros v0.2.33
30572024-11-02T03:26:53.176Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30582024-11-02T03:26:53.478Z Checking castaway v0.2.3
30592024-11-02T03:26:53.661Z Checking rand_seeder v0.3.0
30602024-11-02T03:26:53.786Z Checking compact_str v0.8.0
30612024-11-02T03:26:53.908Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30622024-11-02T03:26:54.148Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30632024-11-02T03:26:54.668Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30642024-11-02T03:26:55.098Z Checking const_format v0.2.33
30652024-11-02T03:26:55.434Z Checking unicode-truncate v1.1.0
30662024-11-02T03:26:55.572Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30672024-11-02T03:26:55.660Z Checking lru v0.12.5
30682024-11-02T03:26:55.871Z Compiling instability v0.3.2
30692024-11-02T03:26:55.967Z Checking smawk v0.3.2
30702024-11-02T03:26:56.180Z Checking unicode-linebreak v0.1.5
30712024-11-02T03:26:56.547Z Checking is_ci v1.2.0
30722024-11-02T03:26:56.603Z Checking cassowary v0.3.0
30732024-11-02T03:26:56.697Z Checking supports-color v3.0.1
30742024-11-02T03:26:56.892Z Checking textwrap v0.16.1
30752024-11-02T03:26:56.937Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30762024-11-02T03:26:57.038Z Checking ratatui v0.28.1
30772024-11-02T03:26:57.326Z Checking multimap v0.10.0
30782024-11-02T03:26:58.917Z Checking diesel v2.2.4
30792024-11-02T03:27:19.975Z Compiling samael v0.0.17
30802024-11-02T03:27:34.269Z Checking async-bb8-diesel v0.2.1
30812024-11-02T03:27:34.921Z Compiling polar-core v0.27.3
30822024-11-02T03:27:42.354Z Checking oso v0.27.3
30832024-11-02T03:29:16.309Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
30842024-11-02T03:29:24.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s
30852024-11-02T03:29:24.440Z
30862024-11-02T03:29:24.441Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168)
30872024-11-02T03:29:24.998Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30882024-11-02T03:29:25.001Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30892024-11-02T03:29:25.001Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30902024-11-02T03:29:25.004Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30912024-11-02T03:29:25.078Z
30922024-11-02T03:29:25.078Zinfo: running `cargo check --bins` on nexus-saga-recovery (138/168)
30932024-11-02T03:29:25.636Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30942024-11-02T03:29:25.639Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30952024-11-02T03:29:25.639Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30962024-11-02T03:29:25.642Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
30972024-11-02T03:29:25.715Z
30982024-11-02T03:29:25.715Zinfo: running `cargo check --bins` on nexus-test-utils-macros (139/168)
30992024-11-02T03:29:26.219Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31002024-11-02T03:29:26.221Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31012024-11-02T03:29:26.221Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31022024-11-02T03:29:26.224Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31032024-11-02T03:29:26.289Z
31042024-11-02T03:29:26.289Zinfo: running `cargo check --bins` on omicron-nexus (140/168)
31052024-11-02T03:29:26.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31062024-11-02T03:29:26.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31072024-11-02T03:29:27.050Z Compiling libz-sys v1.1.20
31082024-11-02T03:29:27.052Z Checking http v0.2.12
31092024-11-02T03:29:27.159Z Compiling libgit2-sys v0.17.0+1.8.1
31102024-11-02T03:29:27.178Z Compiling vergen v8.3.2
31112024-11-02T03:29:27.181Z Compiling cargo-platform v0.1.8
31122024-11-02T03:29:27.181Z Compiling pin-project-internal v1.1.6
31132024-11-02T03:29:27.217Z Compiling libsqlite3-sys v0.30.1
31142024-11-02T03:29:27.217Z Compiling snafu-derive v0.8.5
31152024-11-02T03:29:27.485Z Compiling rustls v0.21.12
31162024-11-02T03:29:27.718Z Compiling cargo_metadata v0.18.1
31172024-11-02T03:29:27.774Z Compiling zip v2.1.3
31182024-11-02T03:29:27.791Z Checking simd-adler32 v0.3.7
31192024-11-02T03:29:28.060Z Compiling buf-list v1.0.3
31202024-11-02T03:29:28.083Z Checking bumpalo v3.16.0
31212024-11-02T03:29:28.152Z Checking lockfree-object-pool v0.1.6
31222024-11-02T03:29:28.394Z Checking sync_wrapper v0.1.2
31232024-11-02T03:29:28.413Z Compiling cfg_aliases v0.2.1
31242024-11-02T03:29:28.415Z Checking h2 v0.3.26
31252024-11-02T03:29:28.521Z Checking http-body v0.4.6
31262024-11-02T03:29:28.538Z Compiling nix v0.29.0
31272024-11-02T03:29:28.743Z Checking zopfli v0.8.1
31282024-11-02T03:29:29.020Z Checking globset v0.4.15
31292024-11-02T03:29:29.392Z Checking sct v0.7.1
31302024-11-02T03:29:29.414Z Checking rustls-webpki v0.101.7
31312024-11-02T03:29:29.502Z Checking olpc-cjson v0.1.4
31322024-11-02T03:29:29.586Z Checking serde_plain v1.0.2
31332024-11-02T03:29:29.708Z Compiling displaydoc v0.2.5
31342024-11-02T03:29:29.839Z Checking typed-path v0.7.1
31352024-11-02T03:29:30.129Z Checking pin-project v1.1.6
31362024-11-02T03:29:31.003Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31372024-11-02T03:29:31.101Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31382024-11-02T03:29:31.303Z Checking hashlink v0.9.1
31392024-11-02T03:29:31.395Z Checking fallible-iterator v0.3.0
31402024-11-02T03:29:31.735Z Checking parse-size v1.1.0
31412024-11-02T03:29:31.910Z Checking fallible-streaming-iterator v0.1.9
31422024-11-02T03:29:32.078Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31432024-11-02T03:29:32.131Z Checking rusqlite v0.32.1
31442024-11-02T03:29:32.374Z Checking rustls-pemfile v1.0.4
31452024-11-02T03:29:32.416Z Checking snafu v0.8.5
31462024-11-02T03:29:32.550Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31472024-11-02T03:29:32.571Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31482024-11-02T03:29:32.827Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31492024-11-02T03:29:32.901Z Checking twox-hash v1.6.3
31502024-11-02T03:29:32.954Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31512024-11-02T03:29:33.373Z Checking tokio-rustls v0.24.1
31522024-11-02T03:29:33.391Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31532024-11-02T03:29:33.634Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31542024-11-02T03:29:33.728Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31552024-11-02T03:29:33.929Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31562024-11-02T03:29:34.132Z Checking fatfs v0.3.6
31572024-11-02T03:29:34.540Z Checking hyper v0.14.30
31582024-11-02T03:29:34.752Z Checking assert_matches v1.5.0
31592024-11-02T03:29:38.780Z Checking reqwest v0.11.27
31602024-11-02T03:29:39.599Z Checking tough v0.17.1
31612024-11-02T03:29:40.646Z Compiling git2 v0.19.0
31622024-11-02T03:29:42.804Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31632024-11-02T03:29:43.944Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31642024-11-02T03:29:45.741Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31652024-11-02T03:33:16.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 50s
31662024-11-02T03:33:16.850Z
31672024-11-02T03:33:16.850Zinfo: running `cargo check --bins` on nexus-external-api (141/168)
31682024-11-02T03:33:17.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31692024-11-02T03:33:17.429Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31702024-11-02T03:33:17.429Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31712024-11-02T03:33:17.432Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
31722024-11-02T03:33:17.504Z
31732024-11-02T03:33:17.504Zinfo: running `cargo check --bins` on openapi-manager-types (142/168)
31742024-11-02T03:33:18.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31752024-11-02T03:33:18.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31762024-11-02T03:33:18.010Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31772024-11-02T03:33:18.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31782024-11-02T03:33:18.077Z
31792024-11-02T03:33:18.077Zinfo: running `cargo check --bins` on nexus-internal-api (143/168)
31802024-11-02T03:33:18.614Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31812024-11-02T03:33:18.616Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31822024-11-02T03:33:18.617Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31832024-11-02T03:33:18.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
31842024-11-02T03:33:18.695Z
31852024-11-02T03:33:18.695Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (144/168)
31862024-11-02T03:33:19.253Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31872024-11-02T03:33:19.256Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31882024-11-02T03:33:19.256Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31892024-11-02T03:33:19.259Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31902024-11-02T03:33:19.333Z
31912024-11-02T03:33:19.333Zinfo: running `cargo check --bins` on nexus-networking (145/168)
31922024-11-02T03:33:19.892Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31932024-11-02T03:33:19.894Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31942024-11-02T03:33:19.894Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31952024-11-02T03:33:19.898Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31962024-11-02T03:33:19.972Z
31972024-11-02T03:33:19.972Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (146/168)
31982024-11-02T03:33:20.531Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31992024-11-02T03:33:20.534Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32002024-11-02T03:33:20.534Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32012024-11-02T03:33:20.537Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32022024-11-02T03:33:20.612Z
32032024-11-02T03:33:20.612Zinfo: running `cargo check --bins` on update-common (147/168)
32042024-11-02T03:33:21.161Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32052024-11-02T03:33:21.163Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32062024-11-02T03:33:21.164Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32072024-11-02T03:33:21.167Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32082024-11-02T03:33:21.239Z
32092024-11-02T03:33:21.239Zinfo: running `cargo check --bins` on tufaceous-lib (148/168)
32102024-11-02T03:33:21.790Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32112024-11-02T03:33:21.792Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32122024-11-02T03:33:21.792Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32132024-11-02T03:33:21.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
32142024-11-02T03:33:21.866Z
32152024-11-02T03:33:21.866Zinfo: running `cargo check --bins` on tufaceous (149/168)
32162024-11-02T03:33:22.403Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32172024-11-02T03:33:22.406Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32182024-11-02T03:33:22.493Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32192024-11-02T03:33:23.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
32202024-11-02T03:33:23.582Z
32212024-11-02T03:33:23.582Zinfo: running `cargo check --bins` on omicron-dev (150/168)
32222024-11-02T03:33:24.223Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32232024-11-02T03:33:24.226Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32242024-11-02T03:33:24.392Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32252024-11-02T03:33:24.512Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32262024-11-02T03:33:24.514Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32272024-11-02T03:33:24.514Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32282024-11-02T03:34:19.375Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32292024-11-02T03:34:19.375Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32302024-11-02T03:34:19.378Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32312024-11-02T03:34:19.378Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32322024-11-02T03:34:19.378Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32332024-11-02T03:34:20.111Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32342024-11-02T03:34:21.325Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32352024-11-02T03:37:37.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 13s
32362024-11-02T03:37:37.325Z
32372024-11-02T03:37:37.325Zinfo: running `cargo check --bins` on openapi-manager (151/168)
32382024-11-02T03:37:37.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392024-11-02T03:37:37.888Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402024-11-02T03:37:37.990Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32412024-11-02T03:37:37.993Z Checking heck v0.4.1
32422024-11-02T03:37:37.993Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32432024-11-02T03:37:38.227Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32442024-11-02T03:37:39.555Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32452024-11-02T03:37:40.402Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32462024-11-02T03:37:41.384Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s
32472024-11-02T03:37:41.553Z
32482024-11-02T03:37:41.553Zinfo: running `cargo check --bins` on installinator-api (152/168)
32492024-11-02T03:37:42.086Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32502024-11-02T03:37:42.089Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32512024-11-02T03:37:42.089Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32522024-11-02T03:37:42.091Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32532024-11-02T03:37:42.162Z
32542024-11-02T03:37:42.162Zinfo: running `cargo check --bins` on wicketd-api (153/168)
32552024-11-02T03:37:42.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32562024-11-02T03:37:42.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32572024-11-02T03:37:42.702Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32582024-11-02T03:37:42.705Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32592024-11-02T03:37:42.776Z
32602024-11-02T03:37:42.776Zinfo: running `cargo check --bins` on reconfigurator-cli (154/168)
32612024-11-02T03:37:43.325Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32622024-11-02T03:37:43.328Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32632024-11-02T03:37:43.422Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32642024-11-02T03:37:44.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
32652024-11-02T03:37:44.726Z
32662024-11-02T03:37:44.727Zinfo: running `cargo check --bins` on omicron-releng (155/168)
32672024-11-02T03:37:45.275Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32682024-11-02T03:37:45.278Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32692024-11-02T03:37:45.361Z Checking memmap2 v0.9.5
32702024-11-02T03:37:45.361Z Checking constant_time_eq v0.3.1
32712024-11-02T03:37:45.364Z Checking arrayvec v0.7.6
32722024-11-02T03:37:45.364Z Checking untrusted v0.7.1
32732024-11-02T03:37:45.364Z Checking arrayref v0.3.9
32742024-11-02T03:37:45.364Z Checking spin v0.5.2
32752024-11-02T03:37:45.364Z Checking topological-sort v0.2.2
32762024-11-02T03:37:45.469Z Checking shell-words v1.1.0
32772024-11-02T03:37:45.657Z Checking ring v0.16.20
32782024-11-02T03:37:45.758Z Checking blake3 v1.5.4
32792024-11-02T03:37:46.778Z Checking omicron-zone-package v0.11.1
32802024-11-02T03:37:47.881Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32812024-11-02T03:37:48.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s
32822024-11-02T03:37:48.941Z
32832024-11-02T03:37:48.941Zinfo: running `cargo check --bins` on xtask (156/168)
32842024-11-02T03:37:49.342Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32852024-11-02T03:37:49.344Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32862024-11-02T03:37:49.358Z Checking bitflags v2.6.0
32872024-11-02T03:37:49.360Z Checking serde v1.0.210
32882024-11-02T03:37:49.360Z Checking thiserror v1.0.64
32892024-11-02T03:37:49.360Z Checking scroll v0.12.0
32902024-11-02T03:37:49.434Z Checking log v0.4.22
32912024-11-02T03:37:49.440Z Checking hashbrown v0.15.0
32922024-11-02T03:37:49.461Z Checking zerocopy v0.7.35
32932024-11-02T03:37:49.485Z Checking syn v2.0.79
32942024-11-02T03:37:49.550Z Checking pest v2.7.14
32952024-11-02T03:37:49.677Z Checking rustix v0.38.37
32962024-11-02T03:37:49.693Z Checking once_cell v1.20.2
32972024-11-02T03:37:49.901Z Checking goblin v0.8.2
32982024-11-02T03:37:49.986Z Checking fs-err v2.11.0
32992024-11-02T03:37:50.278Z Checking tabled v0.15.0
33002024-11-02T03:37:50.518Z Checking indexmap v2.6.0
33012024-11-02T03:37:50.856Z Checking anyhow v1.0.92
33022024-11-02T03:37:51.638Z Checking terminal_size v0.4.0
33032024-11-02T03:37:51.638Z Checking tempfile v3.13.0
33042024-11-02T03:37:51.811Z Checking clap_builder v4.5.20
33052024-11-02T03:37:51.981Z Checking dtrace-parser v0.2.0
33062024-11-02T03:37:53.843Z Checking serde_json v1.0.128
33072024-11-02T03:37:53.843Z Checking serde_spanned v0.6.8
33082024-11-02T03:37:53.843Z Checking toml_datetime v0.6.8
33092024-11-02T03:37:53.845Z Checking camino v1.1.9
33102024-11-02T03:37:53.845Z Checking cargo-platform v0.1.8
33112024-11-02T03:37:53.947Z Checking semver v1.0.23
33122024-11-02T03:37:53.987Z Checking macaddr v1.0.1
33132024-11-02T03:37:54.111Z Checking toml_edit v0.22.22
33142024-11-02T03:37:54.126Z Checking clap v4.5.20
33152024-11-02T03:37:54.388Z Checking camino-tempfile v1.1.1
33162024-11-02T03:37:54.987Z Checking dof v0.3.0
33172024-11-02T03:37:54.987Z Checking cargo_metadata v0.18.1
33182024-11-02T03:37:55.383Z Checking usdt-impl v0.5.0
33192024-11-02T03:37:55.743Z Checking usdt v0.5.0
33202024-11-02T03:37:55.825Z Checking toml v0.8.19
33212024-11-02T03:37:56.304Z Checking cargo_toml v0.20.5
33222024-11-02T03:37:57.508Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33232024-11-02T03:37:58.125Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s
33242024-11-02T03:37:58.220Z
33252024-11-02T03:37:58.221Zinfo: running `cargo check --bins` on end-to-end-tests (157/168)
33262024-11-02T03:37:58.810Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33272024-11-02T03:37:58.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33282024-11-02T03:37:58.934Z Checking polyval v0.6.2
33292024-11-02T03:37:59.041Z Checking ctr v0.9.2
33302024-11-02T03:37:59.051Z Checking ssh-encoding v0.2.0
33312024-11-02T03:37:59.053Z Checking blowfish v0.9.1
33322024-11-02T03:37:59.071Z Checking password-hash v0.4.2
33332024-11-02T03:37:59.075Z Checking matches v0.1.10
33342024-11-02T03:37:59.101Z Checking p521 v0.13.3
33352024-11-02T03:37:59.101Z Checking p256 v0.13.2
33362024-11-02T03:37:59.176Z Checking idna v0.2.3
33372024-11-02T03:37:59.270Z Checking bcrypt-pbkdf v0.10.0
33382024-11-02T03:37:59.289Z Checking ghash v0.5.1
33392024-11-02T03:37:59.291Z Compiling enum-as-inner v0.5.1
33402024-11-02T03:37:59.359Z Checking russh-cryptovec v0.7.3
33412024-11-02T03:37:59.483Z Checking pbkdf2 v0.11.0
33422024-11-02T03:37:59.501Z Checking aes-gcm v0.10.3
33432024-11-02T03:37:59.520Z Checking md5 v0.7.0
33442024-11-02T03:37:59.569Z Checking num-bigint v0.4.6
33452024-11-02T03:37:59.607Z Checking des v0.8.1
33462024-11-02T03:37:59.718Z Checking ssh-cipher v0.2.0
33472024-11-02T03:37:59.766Z Checking hex-literal v0.4.1
33482024-11-02T03:37:59.800Z Compiling dhcproto-macros v0.1.0
33492024-11-02T03:37:59.867Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33502024-11-02T03:37:59.891Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33512024-11-02T03:38:00.012Z Checking ssh-key v0.6.6
33522024-11-02T03:38:00.014Z Checking internet-checksum v0.2.1
33532024-11-02T03:38:00.275Z Checking trust-dns-proto v0.22.0
33542024-11-02T03:38:01.251Z Checking russh-keys v0.45.0
33552024-11-02T03:38:02.214Z Checking russh v0.45.0
33562024-11-02T03:38:02.889Z Checking dhcproto v0.12.0
33572024-11-02T03:38:24.273Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33582024-11-02T03:38:25.647Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.42s
33592024-11-02T03:38:25.829Z
33602024-11-02T03:38:25.829Zinfo: running `cargo check --bins` on gateway-cli (158/168)
33612024-11-02T03:38:26.351Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33622024-11-02T03:38:26.354Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33632024-11-02T03:38:26.429Z Checking termios v0.3.3
33642024-11-02T03:38:26.646Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33652024-11-02T03:38:27.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s
33662024-11-02T03:38:27.577Z
33672024-11-02T03:38:27.577Zinfo: running `cargo check --bins --no-default-features` on installinator (159/168)
33682024-11-02T03:38:28.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33692024-11-02T03:38:28.137Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33702024-11-02T03:38:28.235Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33712024-11-02T03:38:30.221Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33722024-11-02T03:38:32.231Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.64s
33732024-11-02T03:38:32.406Z
33742024-11-02T03:38:32.406Zinfo: running `cargo check --bins` on internal-dns-cli (160/168)
33752024-11-02T03:38:32.922Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33762024-11-02T03:38:32.924Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33772024-11-02T03:38:32.999Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33782024-11-02T03:38:33.447Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
33792024-11-02T03:38:33.612Z
33802024-11-02T03:38:33.612Zinfo: running `cargo check --bins` on omicron-live-tests (161/168)
33812024-11-02T03:38:34.115Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33822024-11-02T03:38:34.118Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33832024-11-02T03:38:34.118Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33842024-11-02T03:38:34.120Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33852024-11-02T03:38:34.186Z
33862024-11-02T03:38:34.186Zinfo: running `cargo check --bins` on live-tests-macros (162/168)
33872024-11-02T03:38:34.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33882024-11-02T03:38:34.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33892024-11-02T03:38:34.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
33902024-11-02T03:38:34.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
33912024-11-02T03:38:34.758Z
33922024-11-02T03:38:34.758Zinfo: running `cargo check --bins` on omicron-package (163/168)
33932024-11-02T03:38:35.295Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33942024-11-02T03:38:35.297Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33952024-11-02T03:38:35.383Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
33962024-11-02T03:38:36.620Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s
33972024-11-02T03:38:36.784Z
33982024-11-02T03:38:36.784Zinfo: running `cargo check --bins` on wicket-dbg (164/168)
33992024-11-02T03:38:37.337Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34002024-11-02T03:38:37.339Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34012024-11-02T03:38:37.436Z Checking rtoolbox v0.0.2
34022024-11-02T03:38:37.438Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34032024-11-02T03:38:37.438Z Checking tui-tree-widget v0.22.0
34042024-11-02T03:38:37.660Z Checking rpassword v7.3.1
34052024-11-02T03:38:41.627Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34062024-11-02T03:38:44.735Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
34072024-11-02T03:38:45.879Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.08s
34082024-11-02T03:38:46.048Z
34092024-11-02T03:38:46.048Zinfo: running `cargo check --bins` on wicket (165/168)
34102024-11-02T03:38:46.601Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34112024-11-02T03:38:46.603Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34122024-11-02T03:38:46.702Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34132024-11-02T03:38:47.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s
34142024-11-02T03:38:47.266Z
34152024-11-02T03:38:47.266Zinfo: running `cargo check --bins` on wicketd (166/168)
34162024-11-02T03:38:47.838Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34172024-11-02T03:38:47.841Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34182024-11-02T03:38:47.947Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34192024-11-02T03:38:57.289Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.01s
34202024-11-02T03:38:57.464Z
34212024-11-02T03:38:57.464Zinfo: running `cargo check --bins` on omicron-workspace-hack (167/168)
34222024-11-02T03:38:57.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34232024-11-02T03:38:57.967Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34242024-11-02T03:38:57.967Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34252024-11-02T03:38:57.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34262024-11-02T03:38:58.034Z
34272024-11-02T03:38:58.034Zinfo: running `cargo check --bins` on zone-setup (168/168)
34282024-11-02T03:38:58.599Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34292024-11-02T03:38:58.601Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34302024-11-02T03:38:58.715Z Checking uzers v0.12.1
34312024-11-02T03:38:59.051Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34322024-11-02T03:39:00.096Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
34332024-11-02T03:39:00.292Z
34342024-11-02T03:39:00.292Zreal 24:01.284259050
34352024-11-02T03:39:00.293Zuser 36:16.367860962
34362024-11-02T03:39:00.293Zsys 5:14.302274757
34372024-11-02T03:39:00.293Ztrap 0.576075861
34382024-11-02T03:39:00.293Ztflt 2.687137494
34392024-11-02T03:39:00.293Zdflt 2.561955644
34402024-11-02T03:39:00.293Zkflt 0.001395920
34412024-11-02T03:39:00.298Zlock 1:27:34.771833524
34422024-11-02T03:39:00.298Zslp 3:24:37.504158508
34432024-11-02T03:39:00.298Zlat 59.071077187
34442024-11-02T03:39:00.298Zstop 3:01.347234641
34452024-11-02T03:39:00.298Zprocess exited: duration 1690622 ms, exit code 0
 
34462024-11-02T03:39:00.309Zfound 0 output files