01JBNDK055D7FR6G3882EQDN7R: 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: 01JBNDKE2NG85KT6HEX8Z4XB6B

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-11-02T03:10:47.414Zjob assigned to worker 01JBNDKQKWC49P60GTK1100JTA (queued for 57 s)
 
22024-11-02T03:10:55.081Zstarting task 0: "setup"
32024-11-02T03:10:55.090Z++ uname -s
42024-11-02T03:10:55.093Z+ kern=SunOS
52024-11-02T03:10:55.093Z+ case "$kern" in
62024-11-02T03:10:55.093Z+ [[ 0 == 12345 ]]
72024-11-02T03:10:55.093Z+ groupadd -g 12345 build
82024-11-02T03:10:55.096Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
92024-11-02T03:10:57.105Z+ zfs create -o mountpoint=/work rpool/work
102024-11-02T03:10:57.203Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
112024-11-02T03:10:57.206Z+ home_fs=zfs
122024-11-02T03:10:57.206Z+ [[ zfs == autofs ]]
132024-11-02T03:10:57.206Z+ mkdir -p /home/build
142024-11-02T03:10:57.208Z+ chown build:build /home/build /work
152024-11-02T03:10:59.210Z+ chmod 0700 /home/build /work
162024-11-02T03:10:59.213Zprocess exited: duration 4131 ms, exit code 0
 
172024-11-02T03:10:59.220Zstarting task 1: "rust-toolchain"
182024-11-02T03:10:59.225Z+ printf ' * toolchain channel = "%s"
192024-11-02T03:10:59.225Z' 1.82.0
202024-11-02T03:10:59.228Z * toolchain channel = "1.82.0"
212024-11-02T03:10:59.228Z * toolchain profile = "default"
222024-11-02T03:10:59.229Z+ printf ' * toolchain profile = "%s"
232024-11-02T03:10:59.229Z' default
242024-11-02T03:10:59.229Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
252024-11-02T03:10:59.229Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default
262024-11-02T03:10:59.512Zinfo: downloading installer
272024-11-02T03:11:01.166Zinfo: profile set to 'default'
282024-11-02T03:11:01.166Zinfo: default host triple is x86_64-unknown-illumos
292024-11-02T03:11:01.168Zinfo: syncing channel updates for '1.82.0-x86_64-unknown-illumos'
302024-11-02T03:11:01.381Zinfo: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15)
312024-11-02T03:11:01.381Zinfo: downloading component 'cargo'
322024-11-02T03:11:02.104Zinfo: downloading component 'clippy'
332024-11-02T03:11:02.385Zinfo: downloading component 'rust-docs'
342024-11-02T03:11:03.413Zinfo: downloading component 'rust-std'
352024-11-02T03:11:05.026Zinfo: downloading component 'rustc'
362024-11-02T03:11:10.809Zinfo: downloading component 'rustfmt'
372024-11-02T03:11:11.017Zinfo: installing component 'cargo'
382024-11-02T03:11:11.870Zinfo: installing component 'clippy'
392024-11-02T03:11:12.264Zinfo: installing component 'rust-docs'
402024-11-02T03:11:13.966Zinfo: installing component 'rust-std'
412024-11-02T03:11:15.886Zinfo: installing component 'rustc'
422024-11-02T03:11:22.048Zinfo: installing component 'rustfmt'
432024-11-02T03:11:22.389Zinfo: default toolchain set to '1.82.0-x86_64-unknown-illumos'
442024-11-02T03:11:22.389Z
452024-11-02T03:11:22.765Z 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15)
462024-11-02T03:11:22.766Z
472024-11-02T03:11:22.768Z
482024-11-02T03:11:22.768ZRust is installed now. Great!
492024-11-02T03:11:22.768Z
502024-11-02T03:11:22.768ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
512024-11-02T03:11:22.768Zenvironment variable. This has not been done automatically.
522024-11-02T03:11:22.768Z
532024-11-02T03:11:22.769ZTo configure your current shell, you need to source
542024-11-02T03:11:22.769Zthe corresponding env file under $HOME/.cargo.
552024-11-02T03:11:22.769Z
562024-11-02T03:11:22.769ZThis is usually done by running one of the following (note the leading DOT):
572024-11-02T03:11:22.769Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
582024-11-02T03:11:22.769Zsource "$HOME/.cargo/env.fish" # For fish
592024-11-02T03:11:22.835Z+ rustc --version
602024-11-02T03:11:22.900Zrustc 1.82.0 (f6e511eec 2024-10-15)
612024-11-02T03:11:22.903Zprocess exited: duration 23678 ms, exit code 0
 
622024-11-02T03:11:22.908Zstarting task 2: "authentication"
632024-11-02T03:11:22.936Zprocess exited: duration 23 ms, exit code 0
 
642024-11-02T03:11:22.942Zstarting task 3: "clone repository"
652024-11-02T03:11:22.946Z+ mkdir -p /work/oxidecomputer/omicron
662024-11-02T03:11:22.949Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
672024-11-02T03:11:23.214ZCloning into '/work/oxidecomputer/omicron'...
682024-11-02T03:11:30.934Z+ cd /work/oxidecomputer/omicron
692024-11-02T03:11:30.934Z+ git fetch origin 6367ca54f452a2dcd18e3c53530f23286050161b
702024-11-02T03:11:31.187ZFrom https://github.com/oxidecomputer/omicron
712024-11-02T03:11:31.187Z * branch 6367ca54f452a2dcd18e3c53530f23286050161b -> FETCH_HEAD
722024-11-02T03:11:31.196Z+ [[ -n renovate/hyper-util-0.x ]]
732024-11-02T03:11:31.199Z++ git branch --show-current
742024-11-02T03:11:31.205Z+ current=main
752024-11-02T03:11:31.205Z+ [[ main != renovate/hyper-util-0.x ]]
762024-11-02T03:11:31.205Z+ git branch -f renovate/hyper-util-0.x 6367ca54f452a2dcd18e3c53530f23286050161b
772024-11-02T03:11:31.205Z+ git checkout -f renovate/hyper-util-0.x
782024-11-02T03:11:31.371ZSwitched to branch 'renovate/hyper-util-0.x'
792024-11-02T03:11:31.375Z+ git reset --hard 6367ca54f452a2dcd18e3c53530f23286050161b
802024-11-02T03:11:31.534ZHEAD is now at 6367ca54f Update Rust crate hyper-util to 0.1.10
812024-11-02T03:11:31.537Zprocess exited: duration 8592 ms, exit code 0
 
822024-11-02T03:11:31.542Zstarting task 4: "build"
832024-11-02T03:11:31.548Z+ source .github/buildomat/ci-env.sh
842024-11-02T03:11:31.549Z++ export CARGO_TERM_COLOR=always
852024-11-02T03:11:31.549Z++ CARGO_TERM_COLOR=always
862024-11-02T03:11:31.551Z+ cargo --version
872024-11-02T03:11:31.606Zcargo 1.82.0 (8f40fc59f 2024-08-21)
882024-11-02T03:11:31.608Z+ rustc --version
892024-11-02T03:11:31.668Zrustc 1.82.0 (f6e511eec 2024-10-15)
902024-11-02T03:11:31.670Z+ source ./env.sh
912024-11-02T03:11:31.670Z++ OLD_SHELL_OPTS=ehxB
922024-11-02T03:11:31.670Z++ set -o xtrace
932024-11-02T03:11:31.673Z++++ dirname ./env.sh
942024-11-02T03:11:31.675Z+++ readlink -f .
952024-11-02T03:11:31.694Z++ OMICRON_WS=/work/oxidecomputer/omicron
962024-11-02T03:11:31.696Z++ 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:11:31.696Z++ 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:11:31.697Z++ 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:11:31.697Z++ 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:11:31.697Z++ 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:11:31.697Z++ 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:11:31.697Z++ 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:11:31.697Z++ 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:11:31.697Z++ case $OLD_SHELL_OPTS in
1052024-11-02T03:11:31.697Z++ unset OLD_SHELL_OPTS OMICRON_WS
1062024-11-02T03:11:31.697Z+ 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:11:31.697Z+ 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:11:31.697Z+ banner prerequisites
1092024-11-02T03:11:31.715Z
1102024-11-02T03:11:31.715Z ##### ##### ###### ##### ###### #### # # # #### #
1112024-11-02T03:11:31.715Z # # # # # # # # # # # # # # #
1122024-11-02T03:11:31.715Z # # # # ##### # # ##### # # # # # #### #
1132024-11-02T03:11:31.715Z ##### ##### # ##### # # # # # # # # #
1142024-11-02T03:11:31.715Z # # # # # # # # # # # # # # #
1152024-11-02T03:11:31.716Z # # # ###### # # ###### ### # #### # #### #
1162024-11-02T03:11:31.716Z
1172024-11-02T03:11:31.718Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1182024-11-02T03:11:46.614Z Startup: Refreshing catalog 'helios-dev' ... Done
1192024-11-02T03:11:50.164Z Startup: Caching catalogs ... Done
1202024-11-02T03:11:57.459ZPlanning: Solver setup ... Done (6.548s)
1212024-11-02T03:11:57.615ZPlanning: Running solver ... Done (0.097s)
1222024-11-02T03:11:57.792ZPlanning: Finding local manifests ... Done (0.041s)
1232024-11-02T03:11:58.128ZPlanning: Fetching manifests: 0/5 0% complete
1242024-11-02T03:11:58.514ZPlanning: Fetching manifests: 5/5 100% complete
1252024-11-02T03:11:58.794ZPlanning: Package planning ... Done (0.326s)
1262024-11-02T03:11:58.855ZPlanning: Merging actions ... Done (0.056s)
1272024-11-02T03:11:59.429ZPlanning: Checking for conflicting actions ... Done (0.597s)
1282024-11-02T03:12:04.084ZPlanning: Consolidating action changes ... Done (4.655s)
1292024-11-02T03:12:04.440ZPlanning: Evaluating mediators ... Done (0.355s)
1302024-11-02T03:12:04.566ZPlanning: Planning completed in 14.31 seconds
1312024-11-02T03:12:04.581Z Packages to install: 4
1322024-11-02T03:12:04.581Z Packages to update: 1
1332024-11-02T03:12:04.584Z Mediators to change: 2
1342024-11-02T03:12:04.584Z Services to change: 1
1352024-11-02T03:12:04.584Z Estimated space available: 155.61 GB
1362024-11-02T03:12:04.584ZEstimated space to be consumed: 1.59 GB
1372024-11-02T03:12:04.584Z Create boot environment: No
1382024-11-02T03:12:04.584ZCreate backup boot environment: Yes
1392024-11-02T03:12:04.584Z Rebuild boot archive: No
1402024-11-02T03:12:04.584Z
1412024-11-02T03:12:04.584ZChanged mediators:
1422024-11-02T03:12:04.584Z mediator clang:
1432024-11-02T03:12:04.584Z version: None -> 15 (system default)
1442024-11-02T03:12:04.584Z
1452024-11-02T03:12:04.584Z mediator llvm:
1462024-11-02T03:12:04.584Z version: 14 (system default) -> 15 (system default)
1472024-11-02T03:12:04.584Z
1482024-11-02T03:12:04.584ZChanged packages:
1492024-11-02T03:12:04.584Zhelios-dev
1502024-11-02T03:12:04.584Z developer/build-essential
1512024-11-02T03:12:04.584Z None -> 11-2.0
1522024-11-02T03:12:04.584Z library/libxmlsec1
1532024-11-02T03:12:04.584Z None -> 1.2.35-2.0
1542024-11-02T03:12:04.584Z ooce/developer/clang-15
1552024-11-02T03:12:04.584Z None -> 15.0.7-2.0
1562024-11-02T03:12:04.584Z ooce/developer/llvm-15
1572024-11-02T03:12:04.584Z None -> 15.0.7-2.0
1582024-11-02T03:12:04.584Z package/pkg
1592024-11-02T03:12:04.584Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1602024-11-02T03:12:04.584Z
1612024-11-02T03:12:04.584ZServices:
1622024-11-02T03:12:04.584Z restart_fmri:
1632024-11-02T03:12:04.584Z svc:/system/update-man-index:default
1642024-11-02T03:12:04.584Z
1652024-11-02T03:12:04.584ZEditable files to change:
1662024-11-02T03:12:04.584Z Update:
1672024-11-02T03:12:04.585Z usr/share/lib/pkg/web/config.shtml
1682024-11-02T03:12:04.811Z
1692024-11-02T03:12:04.811ZDownload: 0/4281 items 0.0/220.6MB 0% complete
1702024-11-02T03:12:12.847ZDownload: 213/4281 items 1.3/220.6MB 0% complete (601k/s)
1712024-11-02T03:12:17.849ZDownload: 660/4281 items 17.6/220.6MB 7% complete (1.7M/s)
1722024-11-02T03:12:22.967ZDownload: 895/4281 items 18.4/220.6MB 8% complete (1.9M/s)
1732024-11-02T03:12:27.968ZDownload: 1097/4281 items 19.3/220.6MB 8% complete (203k/s)
1742024-11-02T03:12:33.977ZDownload: 1196/4281 items 83.4/220.6MB 37% complete (6.5M/s)
1752024-11-02T03:12:45.600ZDownload: 1197/4281 items 83.4/220.6MB 37% complete
1762024-11-02T03:12:50.603ZDownload: 1988/4281 items 116.5/220.6MB 52% complete (6.8M/s)
1772024-11-02T03:13:03.521ZDownload: 2219/4281 items 117.2/220.6MB 53% complete (5.0M/s)
1782024-11-02T03:13:11.787ZDownload: 2223/4281 items 119.2/220.6MB 54% complete (609k/s)
1792024-11-02T03:13:16.788ZDownload: 2485/4281 items 120.2/220.6MB 54% complete (214k/s)
1802024-11-02T03:13:21.791ZDownload: 2804/4281 items 121.0/220.6MB 54% complete (186k/s)
1812024-11-02T03:13:26.861ZDownload: 3060/4281 items 121.4/220.6MB 55% complete (126k/s)
1822024-11-02T03:13:31.906ZDownload: 3191/4281 items 187.3/220.6MB 84% complete (6.6M/s)
1832024-11-02T03:13:38.755ZDownload: 3243/4281 items 203.1/220.6MB 92% complete (8.1M/s)
1842024-11-02T03:13:47.591ZDownload: 3247/4281 items 203.1/220.6MB 92% complete
1852024-11-02T03:13:53.123ZDownload: 3248/4281 items 203.1/220.6MB 92% complete
1862024-11-02T03:13:58.282ZDownload: 3280/4281 items 210.7/220.6MB 95% complete (933k/s)
1872024-11-02T03:14:12.680ZDownload: 3287/4281 items 212.6/220.6MB 96% complete
1882024-11-02T03:14:17.691ZDownload: 3469/4281 items 213.3/220.6MB 96% complete (149k/s)
1892024-11-02T03:14:22.693ZDownload: 3766/4281 items 216.9/220.6MB 98% complete (430k/s)
1902024-11-02T03:14:28.320ZDownload: 4201/4281 items 220.5/220.6MB 99% complete (766k/s)
1912024-11-02T03:14:34.316ZDownload: 4207/4281 items 220.6/220.6MB 99% complete (714k/s)
1922024-11-02T03:14:36.419ZDownload: Completed 220.60 MB in 151.58 seconds (1.5M/s)
1932024-11-02T03:14:38.346Z Actions: 1/5063 actions (Removing old actions)
1942024-11-02T03:14:38.362Z Actions: 194/5063 actions (Installing new actions)
1952024-11-02T03:14:43.475Z Actions: 4098/5063 actions (Installing new actions)
1962024-11-02T03:14:43.787Z Actions: 4226/5063 actions (Updating modified actions)
1972024-11-02T03:14:44.202Z Actions: Completed 5063 actions in 5.85 seconds.
1982024-11-02T03:14:44.630Z Done (0.360s)
1992024-11-02T03:14:44.683Z Done (0.000s)
2002024-11-02T03:14:45.083Z Done (0.506s)
2012024-11-02T03:14:50.918Z Done (5.632s)
2022024-11-02T03:14:51.267Z Done (0.279s)
2032024-11-02T03:14:51.269Z Done (0.000s)
2042024-11-02T03:14:51.468Z Done (0.000s)
2052024-11-02T03:14:52.109ZPlanning: Evaluating mediator changes ... Done
2062024-11-02T03:14:52.269ZPlanning: Checking for conflicting actions ... Done
2072024-11-02T03:14:52.272ZPlanning: Consolidating action changes ... Done
2082024-11-02T03:14:52.534ZPlanning: Evaluating mediators ... Done
2092024-11-02T03:14:52.536ZPlanning: Planning completed in 0.43 seconds
2102024-11-02T03:14:52.574Z Mediators to change: 2
2112024-11-02T03:14:52.574Z Create boot environment: No
2122024-11-02T03:14:52.576ZCreate backup boot environment: No
2132024-11-02T03:14:52.647Z Done
2142024-11-02T03:14:52.647Z Done
2152024-11-02T03:14:52.994Z Done
2162024-11-02T03:14:56.421Z Done
2172024-11-02T03:14:56.512Z Done
2182024-11-02T03:14:56.515Z Done
2192024-11-02T03:14:56.656Z Done
2202024-11-02T03:14:57.250ZPlanning: Evaluating mediator changes ... Done
2212024-11-02T03:14:57.252ZPlanning: Merging actions ... Done
2222024-11-02T03:14:57.439ZPlanning: Checking for conflicting actions ... Done
2232024-11-02T03:14:57.442ZPlanning: Consolidating action changes ... Done
2242024-11-02T03:14:57.700ZPlanning: Evaluating mediators ... Done
2252024-11-02T03:14:57.754ZPlanning: Planning completed in 0.74 seconds
2262024-11-02T03:14:57.792Z Packages to change: 1
2272024-11-02T03:14:57.792Z Mediators to change: 1
2282024-11-02T03:14:57.803Z Services to change: 1
2292024-11-02T03:14:57.803Z Create boot environment: No
2302024-11-02T03:14:57.804ZCreate backup boot environment: Yes
2312024-11-02T03:14:59.806Z Actions: 1/6 actions (Updating modified actions)
2322024-11-02T03:14:59.888Z Actions: Completed 6 actions in 0.08 seconds.
2332024-11-02T03:14:59.891Z Done
2342024-11-02T03:14:59.891Z Done
2352024-11-02T03:14:59.991Z Done
2362024-11-02T03:15:03.460Z Done
2372024-11-02T03:15:03.552Z Done
2382024-11-02T03:15:03.557Z Done
2392024-11-02T03:15:03.681Z Done
2402024-11-02T03:15:04.109ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2412024-11-02T03:15:04.109Zclang system 15 system
2422024-11-02T03:15:04.109Zcsh system system illumos
2432024-11-02T03:15:04.109Zctags system system illumos
2442024-11-02T03:15:04.109Zgcc vendor 12 vendor
2452024-11-02T03:15:04.109Zgcc system 10 system
2462024-11-02T03:15:04.109Zgcc system 7 system
2472024-11-02T03:15:04.109Zgo system 1.20 system
2482024-11-02T03:15:04.109Zgo system 1.19 system
2492024-11-02T03:15:04.109Zllvm system 15 system
2502024-11-02T03:15:04.109Zllvm system 14 system
2512024-11-02T03:15:04.109Zmariadb system 10.6 system
2522024-11-02T03:15:04.109Zmta vendor vendor dma
2532024-11-02T03:15:04.109Zopenjdk system 17 system
2542024-11-02T03:15:04.109Zopenjdk system 11 system
2552024-11-02T03:15:04.109Zopenjdk system 1.8 system
2562024-11-02T03:15:04.109Zopenssl vendor 3 vendor
2572024-11-02T03:15:04.109Zperl system 5.36 system
2582024-11-02T03:15:04.109Zpostgresql system 15 system
2592024-11-02T03:15:04.109Zpostgresql system 13 system
2602024-11-02T03:15:04.109Zpython vendor 3 vendor
2612024-11-02T03:15:04.109Zpython system 2 system
2622024-11-02T03:15:04.109Zpython3 system 3.11 system
2632024-11-02T03:15:04.109Zruby system 3.0 system
2642024-11-02T03:15:04.109Zwords vendor vendor american-english
2652024-11-02T03:15:04.110Zwords system system australian-english
2662024-11-02T03:15:04.110Zwords system system british-english
2672024-11-02T03:15:04.110Zwords system system canadian-english
2682024-11-02T03:15:04.110Zwords system system french
2692024-11-02T03:15:04.110Zwords system system italian
2702024-11-02T03:15:04.110Zwords system system ngerman
2712024-11-02T03:15:04.110Zwords system system ogerman
2722024-11-02T03:15:04.110Zwords system system spanish
2732024-11-02T03:15:04.431ZPUBLISHER TYPE STATUS P LOCATION
2742024-11-02T03:15:04.432Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2752024-11-02T03:15:06.845ZFMRI IFO
2762024-11-02T03:15:06.845Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2772024-11-02T03:15:06.845Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2782024-11-02T03:15:06.845Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2792024-11-02T03:15:06.845Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
2802024-11-02T03:15:06.845Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
2812024-11-02T03:15:06.845Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
2822024-11-02T03:15:06.845Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
2832024-11-02T03:15:06.845Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
2842024-11-02T03:15:06.845Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
2852024-11-02T03:15:06.845Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z ---
2862024-11-02T03:15:06.845Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i--
2872024-11-02T03:15:06.845Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
2882024-11-02T03:15:06.845Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z ---
2892024-11-02T03:15:06.846Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i--
2902024-11-02T03:15:06.846Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
2912024-11-02T03:15:07.524Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
2922024-11-02T03:15:07.799Z Updating crates.io index
2932024-11-02T03:15:07.802Z Updating git repository `https://github.com/oxidecomputer/maghemite`
2942024-11-02T03:15:08.651Z Updating git repository `https://github.com/oxidecomputer/oxnet`
2952024-11-02T03:15:08.868Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
2962024-11-02T03:15:09.181Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
2972024-11-02T03:15:09.477Z Updating git repository `https://github.com/oxidecomputer/propolis`
2982024-11-02T03:15:10.288Z Updating git repository `https://github.com/oxidecomputer/crucible`
2992024-11-02T03:15:12.711Z Updating git repository `https://github.com/oxidecomputer/opte`
3002024-11-02T03:15:13.778Z Updating git repository `https://github.com/oxidecomputer/falcon`
3012024-11-02T03:15:14.533Z Updating git repository `https://github.com/oxidecomputer/clickward`
3022024-11-02T03:15:14.738Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3032024-11-02T03:15:14.990Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3042024-11-02T03:15:15.514Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3052024-11-02T03:15:15.845Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3062024-11-02T03:15:16.264Z Updating git repository `https://github.com/oxidecomputer/tofino`
3072024-11-02T03:15:16.527Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3082024-11-02T03:15:16.795Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3092024-11-02T03:15:17.054Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3102024-11-02T03:15:17.365Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3112024-11-02T03:15:17.699Z Updating git repository `https://github.com/oxidecomputer/ispf`
3122024-11-02T03:15:17.963Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3132024-11-02T03:15:18.305Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3142024-11-02T03:15:18.943Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3152024-11-02T03:15:19.227Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3162024-11-02T03:15:19.603Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3172024-11-02T03:15:19.980Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3182024-11-02T03:15:20.249Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3192024-11-02T03:15:20.504Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3202024-11-02T03:15:21.719Z Downloading crates ...
3212024-11-02T03:15:21.803Z Downloaded anstyle v1.0.8
3222024-11-02T03:15:21.810Z Downloaded clap_derive v4.5.18
3232024-11-02T03:15:21.814Z Downloaded bitflags v2.6.0
3242024-11-02T03:15:21.818Z Downloaded camino-tempfile v1.1.1
3252024-11-02T03:15:21.820Z Downloaded equivalent v1.0.1
3262024-11-02T03:15:21.823Z Downloaded cfg-if v1.0.0
3272024-11-02T03:15:21.823Z Downloaded macaddr v1.0.1
3282024-11-02T03:15:21.825Z Downloaded cargo-platform v0.1.8
3292024-11-02T03:15:21.828Z Downloaded unicode-ident v1.0.13
3302024-11-02T03:15:21.831Z Downloaded quote v1.0.37
3312024-11-02T03:15:21.833Z Downloaded thread-id v4.2.2
3322024-11-02T03:15:21.836Z Downloaded thiserror v1.0.64
3332024-11-02T03:15:21.839Z Downloaded anyhow v1.0.92
3342024-11-02T03:15:21.846Z Downloaded fastrand v2.1.1
3352024-11-02T03:15:21.849Z Downloaded tempfile v3.13.0
3362024-11-02T03:15:21.849Z Downloaded pest_derive v2.7.14
3372024-11-02T03:15:21.866Z Downloaded scroll_derive v0.12.0
3382024-11-02T03:15:21.880Z Downloaded utf8parse v0.2.2
3392024-11-02T03:15:21.884Z Downloaded once_cell v1.20.2
3402024-11-02T03:15:21.890Z Downloaded proc-macro-error v1.0.4
3412024-11-02T03:15:21.895Z Downloaded zerocopy v0.7.35
3422024-11-02T03:15:21.911Z Downloaded usdt-attr-macro v0.5.0
3432024-11-02T03:15:21.914Z Downloaded bytecount v0.6.8
3442024-11-02T03:15:21.914Z Downloaded anstream v0.6.15
3452024-11-02T03:15:21.914Z Downloaded syn v2.0.79
3462024-11-02T03:15:21.923Z Downloaded toml_edit v0.22.22
3472024-11-02T03:15:21.944Z Downloaded unicode-width v0.1.14
3482024-11-02T03:15:21.948Z Downloaded camino v1.1.9
3492024-11-02T03:15:21.951Z Downloaded anstyle-query v1.1.1
3502024-11-02T03:15:21.955Z Downloaded serde_json v1.0.128
3512024-11-02T03:15:21.958Z Downloaded crypto-common v0.1.6
3522024-11-02T03:15:21.962Z Downloaded anstyle-parse v0.2.5
3532024-11-02T03:15:21.965Z Downloaded colorchoice v1.0.2
3542024-11-02T03:15:21.965Z Downloaded clap v4.5.20
3552024-11-02T03:15:21.971Z Downloaded serde_derive v1.0.210
3562024-11-02T03:15:21.974Z Downloaded cpufeatures v0.2.14
3572024-11-02T03:15:21.977Z Downloaded cargo_toml v0.20.5
3582024-11-02T03:15:21.977Z Downloaded clap_lex v0.7.2
3592024-11-02T03:15:21.977Z Downloaded clap_builder v4.5.20
3602024-11-02T03:15:21.984Z Downloaded dtrace-parser v0.2.0
3612024-11-02T03:15:21.986Z Downloaded cargo_metadata v0.18.1
3622024-11-02T03:15:21.986Z Downloaded swrite v0.1.0
3632024-11-02T03:15:21.987Z Downloaded byteorder v1.5.0
3642024-11-02T03:15:21.989Z Downloaded block-buffer v0.10.4
3652024-11-02T03:15:21.989Z Downloaded autocfg v1.4.0
3662024-11-02T03:15:21.992Z Downloaded serde v1.0.210
3672024-11-02T03:15:21.995Z Downloaded heck v0.5.0
3682024-11-02T03:15:21.998Z Downloaded usdt-macro v0.5.0
3692024-11-02T03:15:21.998Z Downloaded fnv v1.0.7
3702024-11-02T03:15:21.998Z Downloaded pretty-hex v0.4.1
3712024-11-02T03:15:22.001Z Downloaded sha2 v0.10.8
3722024-11-02T03:15:22.001Z Downloaded papergrid v0.11.0
3732024-11-02T03:15:22.006Z Downloaded unicode-linebreak v0.1.5
3742024-11-02T03:15:22.008Z Downloaded digest v0.10.7
3752024-11-02T03:15:22.009Z Downloaded serde_tokenstream v0.2.2
3762024-11-02T03:15:22.009Z Downloaded heck v0.4.1
3772024-11-02T03:15:22.011Z Downloaded itoa v1.0.11
3782024-11-02T03:15:22.011Z Downloaded terminal_size v0.4.0
3792024-11-02T03:15:22.014Z Downloaded smawk v0.3.2
3802024-11-02T03:15:22.014Z Downloaded serde_spanned v0.6.8
3812024-11-02T03:15:22.016Z Downloaded memmap v0.7.0
3822024-11-02T03:15:22.016Z Downloaded is_terminal_polyfill v1.70.1
3832024-11-02T03:15:22.019Z Downloaded generic-array v0.14.7
3842024-11-02T03:15:22.021Z Downloaded version_check v0.9.5
3852024-11-02T03:15:22.023Z Downloaded strsim v0.11.1
3862024-11-02T03:15:22.030Z Downloaded toml_datetime v0.6.8
3872024-11-02T03:15:22.034Z Downloaded semver v1.0.23
3882024-11-02T03:15:22.034Z Downloaded plain v0.2.3
3892024-11-02T03:15:22.034Z Downloaded pest_generator v2.7.14
3902024-11-02T03:15:22.037Z Downloaded dof v0.3.0
3912024-11-02T03:15:22.037Z Downloaded thiserror-impl v1.0.64
3922024-11-02T03:15:22.038Z Downloaded tabled_derive v0.7.0
3932024-11-02T03:15:22.041Z Downloaded usdt-impl v0.5.0
3942024-11-02T03:15:22.041Z Downloaded usdt v0.5.0
3952024-11-02T03:15:22.041Z Downloaded proc-macro-error-attr v1.0.4
3962024-11-02T03:15:22.047Z Downloaded typenum v1.17.0
3972024-11-02T03:15:22.052Z Downloaded zerocopy-derive v0.7.35
3982024-11-02T03:15:22.055Z Downloaded scroll v0.12.0
3992024-11-02T03:15:22.055Z Downloaded proc-macro2 v1.0.87
4002024-11-02T03:15:22.059Z Downloaded textwrap v0.16.1
4012024-11-02T03:15:22.059Z Downloaded errno v0.3.9
4022024-11-02T03:15:22.063Z Downloaded ucd-trie v0.1.7
4032024-11-02T03:15:22.068Z Downloaded toml v0.8.19
4042024-11-02T03:15:22.070Z Downloaded ryu v1.0.18
4052024-11-02T03:15:22.073Z Downloaded pest_meta v2.7.14
4062024-11-02T03:15:22.073Z Downloaded log v0.4.22
4072024-11-02T03:15:22.088Z Downloaded indexmap v2.6.0
4082024-11-02T03:15:22.093Z Downloaded memchr v2.7.4
4092024-11-02T03:15:22.097Z Downloaded fs-err v2.11.0
4102024-11-02T03:15:22.106Z Downloaded hashbrown v0.15.0
4112024-11-02T03:15:22.115Z Downloaded pest v2.7.14
4122024-11-02T03:15:22.132Z Downloaded winnow v0.6.20
4132024-11-02T03:15:22.140Z Downloaded tabled v0.15.0
4142024-11-02T03:15:22.154Z Downloaded goblin v0.8.2
4152024-11-02T03:15:22.161Z Downloaded syn v1.0.109
4162024-11-02T03:15:22.179Z Downloaded rustix v0.38.37
4172024-11-02T03:15:22.210Z Downloaded libc v0.2.161
4182024-11-02T03:15:22.511Z Compiling proc-macro2 v1.0.87
4192024-11-02T03:15:22.511Z Compiling unicode-ident v1.0.13
4202024-11-02T03:15:22.513Z Compiling version_check v0.9.5
4212024-11-02T03:15:22.513Z Compiling serde v1.0.210
4222024-11-02T03:15:22.513Z Compiling memchr v2.7.4
4232024-11-02T03:15:22.513Z Compiling thiserror v1.0.64
4242024-11-02T03:15:22.513Z Compiling libc v0.2.161
4252024-11-02T03:15:22.515Z Compiling itoa v1.0.11
4262024-11-02T03:15:22.763Z Compiling ucd-trie v0.1.7
4272024-11-02T03:15:22.789Z Compiling ryu v1.0.18
4282024-11-02T03:15:23.257Z Compiling once_cell v1.20.2
4292024-11-02T03:15:23.310Z Compiling byteorder v1.5.0
4302024-11-02T03:15:23.568Z Compiling rustix v0.38.37
4312024-11-02T03:15:24.007Z Compiling serde_json v1.0.128
4322024-11-02T03:15:24.010Z Compiling bitflags v2.6.0
4332024-11-02T03:15:24.307Z Compiling usdt-impl v0.5.0
4342024-11-02T03:15:24.424Z Compiling proc-macro-error-attr v1.0.4
4352024-11-02T03:15:24.427Z Compiling syn v1.0.109
4362024-11-02T03:15:24.476Z Compiling proc-macro-error v1.0.4
4372024-11-02T03:15:24.479Z Compiling hashbrown v0.15.0
4382024-11-02T03:15:24.762Z Compiling log v0.4.22
4392024-11-02T03:15:24.787Z Compiling camino v1.1.9
4402024-11-02T03:15:24.812Z Compiling equivalent v1.0.1
4412024-11-02T03:15:24.965Z Compiling utf8parse v0.2.2
4422024-11-02T03:15:25.102Z Compiling quote v1.0.37
4432024-11-02T03:15:25.300Z Compiling thread-id v4.2.2
4442024-11-02T03:15:25.329Z Compiling plain v0.2.3
4452024-11-02T03:15:25.420Z Compiling errno v0.3.9
4462024-11-02T03:15:25.482Z Compiling anstyle-parse v0.2.5
4472024-11-02T03:15:25.564Z Compiling syn v2.0.79
4482024-11-02T03:15:25.772Z Compiling indexmap v2.6.0
4492024-11-02T03:15:25.886Z Compiling is_terminal_polyfill v1.70.1
4502024-11-02T03:15:25.978Z Compiling unicode-width v0.1.14
4512024-11-02T03:15:26.030Z Compiling semver v1.0.23
4522024-11-02T03:15:26.210Z Compiling anstyle-query v1.1.1
4532024-11-02T03:15:26.367Z Compiling colorchoice v1.0.2
4542024-11-02T03:15:26.489Z Compiling winnow v0.6.20
4552024-11-02T03:15:26.530Z Compiling pretty-hex v0.4.1
4562024-11-02T03:15:26.569Z Compiling autocfg v1.4.0
4572024-11-02T03:15:26.753Z Compiling anstyle v1.0.8
4582024-11-02T03:15:27.225Z Compiling anstream v0.6.15
4592024-11-02T03:15:27.249Z Compiling fnv v1.0.7
4602024-11-02T03:15:27.414Z Compiling heck v0.5.0
4612024-11-02T03:15:27.614Z Compiling fs-err v2.11.0
4622024-11-02T03:15:27.669Z Compiling clap_lex v0.7.2
4632024-11-02T03:15:27.896Z Compiling terminal_size v0.4.0
4642024-11-02T03:15:27.920Z Compiling cfg-if v1.0.0
4652024-11-02T03:15:27.957Z Compiling strsim v0.11.1
4662024-11-02T03:15:28.017Z Compiling fastrand v2.1.1
4672024-11-02T03:15:28.094Z Compiling heck v0.4.1
4682024-11-02T03:15:28.193Z Compiling bytecount v0.6.8
4692024-11-02T03:15:28.416Z Compiling anyhow v1.0.92
4702024-11-02T03:15:28.533Z Compiling papergrid v0.11.0
4712024-11-02T03:15:28.558Z Compiling tempfile v3.13.0
4722024-11-02T03:15:28.863Z Compiling clap_builder v4.5.20
4732024-11-02T03:15:29.397Z Compiling memmap v0.7.0
4742024-11-02T03:15:29.459Z Compiling unicode-linebreak v0.1.5
4752024-11-02T03:15:29.485Z Compiling smawk v0.3.2
4762024-11-02T03:15:29.969Z Compiling textwrap v0.16.1
4772024-11-02T03:15:30.247Z Compiling swrite v0.1.0
4782024-11-02T03:15:31.194Z Compiling tabled_derive v0.7.0
4792024-11-02T03:15:32.843Z Compiling tabled v0.15.0
4802024-11-02T03:15:33.413Z Compiling serde_derive v1.0.210
4812024-11-02T03:15:33.417Z Compiling thiserror-impl v1.0.64
4822024-11-02T03:15:33.417Z Compiling zerocopy-derive v0.7.35
4832024-11-02T03:15:33.417Z Compiling scroll_derive v0.12.0
4842024-11-02T03:15:33.695Z Compiling clap_derive v4.5.18
4852024-11-02T03:15:34.889Z Compiling scroll v0.12.0
4862024-11-02T03:15:35.376Z Compiling goblin v0.8.2
4872024-11-02T03:15:35.430Z Compiling zerocopy v0.7.35
4882024-11-02T03:15:36.240Z Compiling pest v2.7.14
4892024-11-02T03:15:37.245Z Compiling clap v4.5.20
4902024-11-02T03:15:38.472Z Compiling pest_meta v2.7.14
4912024-11-02T03:15:39.398Z Compiling pest_generator v2.7.14
4922024-11-02T03:15:41.103Z Compiling pest_derive v2.7.14
4932024-11-02T03:15:41.801Z Compiling dtrace-parser v0.2.0
4942024-11-02T03:15:43.246Z Compiling toml_datetime v0.6.8
4952024-11-02T03:15:43.246Z Compiling serde_spanned v0.6.8
4962024-11-02T03:15:43.249Z Compiling cargo-platform v0.1.8
4972024-11-02T03:15:43.623Z Compiling serde_tokenstream v0.2.2
4982024-11-02T03:15:43.760Z Compiling toml_edit v0.22.22
4992024-11-02T03:15:43.864Z Compiling macaddr v1.0.1
5002024-11-02T03:15:43.889Z Compiling camino-tempfile v1.1.1
5012024-11-02T03:15:44.699Z Compiling dof v0.3.0
5022024-11-02T03:15:44.699Z Compiling cargo_metadata v0.18.1
5032024-11-02T03:15:46.579Z Compiling toml v0.8.19
5042024-11-02T03:15:46.627Z Compiling usdt-attr-macro v0.5.0
5052024-11-02T03:15:46.630Z Compiling usdt-macro v0.5.0
5062024-11-02T03:15:47.423Z Compiling cargo_toml v0.20.5
5072024-11-02T03:15:47.886Z Compiling usdt v0.5.0
5082024-11-02T03:15:50.879Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5092024-11-02T03:15:54.703Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.37s
5102024-11-02T03:15:54.965Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5112024-11-02T03:15:55.471Z Downloading crates ...
5122024-11-02T03:15:55.599Z Downloaded cfg_aliases v0.2.1
5132024-11-02T03:15:55.601Z Downloaded bit-set v0.5.3
5142024-11-02T03:15:55.604Z Downloaded adler2 v2.0.0
5152024-11-02T03:15:55.607Z Downloaded cstr-argument v0.1.2
5162024-11-02T03:15:55.610Z Downloaded async-stream-impl v0.3.6
5172024-11-02T03:15:55.610Z Downloaded http-body v0.4.6
5182024-11-02T03:15:55.613Z Downloaded chrono-tz-build v0.4.0
5192024-11-02T03:15:55.615Z Downloaded block-padding v0.3.3
5202024-11-02T03:15:55.615Z Downloaded chacha20 v0.9.1
5212024-11-02T03:15:55.619Z Downloaded ident_case v1.0.1
5222024-11-02T03:15:55.619Z Downloaded async-bb8-diesel v0.2.1
5232024-11-02T03:15:55.622Z Downloaded libloading v0.8.5
5242024-11-02T03:15:55.625Z Downloaded bcrypt-pbkdf v0.10.0
5252024-11-02T03:15:55.625Z Downloaded crucible-workspace-hack v0.1.0
5262024-11-02T03:15:55.625Z Downloaded is_ci v1.2.0
5272024-11-02T03:15:55.628Z Downloaded cookie v0.18.1
5282024-11-02T03:15:55.632Z Downloaded instant v0.1.13
5292024-11-02T03:15:55.632Z Downloaded crc v3.2.1
5302024-11-02T03:15:55.636Z Downloaded hostname v0.4.0
5312024-11-02T03:15:55.638Z Downloaded aho-corasick v1.1.3
5322024-11-02T03:15:55.643Z Downloaded http-range v0.1.5
5332024-11-02T03:15:55.645Z Downloaded cc v1.1.30
5342024-11-02T03:15:55.648Z Downloaded ipnetwork v0.20.0
5352024-11-02T03:15:55.651Z Downloaded cassowary v0.3.0
5362024-11-02T03:15:55.654Z Downloaded atty v0.2.14
5372024-11-02T03:15:55.654Z Downloaded hubpack v0.1.2
5382024-11-02T03:15:55.658Z Downloaded const_format_proc_macros v0.2.33
5392024-11-02T03:15:55.660Z Downloaded nibble_vec v0.1.0
5402024-11-02T03:15:55.661Z Downloaded bitvec v1.0.1
5412024-11-02T03:15:55.676Z Downloaded rcgen v0.12.1
5422024-11-02T03:15:55.679Z Downloaded native-tls v0.2.12
5432024-11-02T03:15:55.681Z Downloaded multer v3.1.0
5442024-11-02T03:15:55.684Z Downloaded mime_guess v2.0.5
5452024-11-02T03:15:55.687Z Downloaded indoc v1.0.9
5462024-11-02T03:15:55.690Z Downloaded base16ct v0.2.0
5472024-11-02T03:15:55.692Z Downloaded memmap2 v0.9.5
5482024-11-02T03:15:55.692Z Downloaded managed v0.8.0
5492024-11-02T03:15:55.695Z Downloaded rustls-pemfile v2.2.0
5502024-11-02T03:15:55.699Z Downloaded regex-syntax v0.6.29
5512024-11-02T03:15:55.704Z Downloaded sec1 v0.7.3
5522024-11-02T03:15:55.707Z Downloaded scrypt v0.11.0
5532024-11-02T03:15:55.711Z Downloaded hmac v0.12.1
5542024-11-02T03:15:55.713Z Downloaded structmeta v0.2.0
5552024-11-02T03:15:55.714Z Downloaded addr2line v0.24.2
5562024-11-02T03:15:55.716Z Downloaded snafu-derive v0.8.5
5572024-11-02T03:15:55.716Z Downloaded rusqlite v0.32.1
5582024-11-02T03:15:55.726Z Downloaded try-lock v0.2.5
5592024-11-02T03:15:55.728Z Downloaded data-encoding v2.6.0
5602024-11-02T03:15:55.728Z Downloaded strum v0.26.3
5612024-11-02T03:15:55.728Z Downloaded bitflags v1.3.2
5622024-11-02T03:15:55.731Z Downloaded arrayref v0.3.9
5632024-11-02T03:15:55.734Z Downloaded slog-bunyan v2.5.0
5642024-11-02T03:15:55.734Z Downloaded newtype-uuid v1.1.2
5652024-11-02T03:15:55.737Z Downloaded keccak v0.1.5
5662024-11-02T03:15:55.737Z Downloaded base64ct v1.6.0
5672024-11-02T03:15:55.740Z Downloaded async-trait v0.1.83
5682024-11-02T03:15:55.742Z Downloaded highway v1.2.0
5692024-11-02T03:15:55.745Z Downloaded ciborium-ll v0.2.2
5702024-11-02T03:15:55.749Z Downloaded arrayvec v0.7.6
5712024-11-02T03:15:55.750Z Downloaded mio v1.0.2
5722024-11-02T03:15:55.758Z Downloaded backtrace v0.3.74
5732024-11-02T03:15:55.762Z Downloaded lalrpop v0.19.12
5742024-11-02T03:15:55.774Z Downloaded typify v0.2.0
5752024-11-02T03:15:55.777Z Downloaded debug-ignore v1.0.5
5762024-11-02T03:15:55.779Z Downloaded hickory-resolver v0.24.1
5772024-11-02T03:15:55.784Z Downloaded crunchy v0.2.2
5782024-11-02T03:15:55.787Z Downloaded darling_macro v0.20.10
5792024-11-02T03:15:55.787Z Downloaded blowfish v0.9.1
5802024-11-02T03:15:55.789Z Downloaded bitfield v0.14.0
5812024-11-02T03:15:55.792Z Downloaded bb8 v0.8.5
5822024-11-02T03:15:55.792Z Downloaded async-recursion v1.1.1
5832024-11-02T03:15:55.796Z Downloaded http-body v1.0.1
5842024-11-02T03:15:55.798Z Downloaded argon2 v0.5.3
5852024-11-02T03:15:55.801Z Downloaded cfg_aliases v0.1.1
5862024-11-02T03:15:55.801Z Downloaded idna v0.4.0
5872024-11-02T03:15:55.811Z Downloaded hubpack_derive v0.1.1
5882024-11-02T03:15:55.814Z Downloaded aead v0.5.2
5892024-11-02T03:15:55.814Z Downloaded new_debug_unreachable v1.0.6
5902024-11-02T03:15:55.814Z Downloaded md5 v0.7.0
5912024-11-02T03:15:55.814Z Downloaded bit-vec v0.6.3
5922024-11-02T03:15:55.817Z Downloaded ciborium-io v0.2.2
5932024-11-02T03:15:55.817Z Downloaded base64 v0.21.7
5942024-11-02T03:15:55.820Z Downloaded libm v0.2.8
5952024-11-02T03:15:55.830Z Downloaded unarray v0.1.4
5962024-11-02T03:15:55.833Z Downloaded hostname v0.3.1
5972024-11-02T03:15:55.833Z Downloaded newtype_derive v0.1.6
5982024-11-02T03:15:55.837Z Downloaded matches v0.1.10
5992024-11-02T03:15:55.837Z Downloaded impl-trait-for-tuples v0.2.2
6002024-11-02T03:15:55.840Z Downloaded des v0.8.1
6012024-11-02T03:15:55.843Z Downloaded test-strategy v0.3.1
6022024-11-02T03:15:55.849Z Downloaded multimap v0.10.0
6032024-11-02T03:15:55.849Z Downloaded signal-hook-tokio v0.3.1
6042024-11-02T03:15:55.851Z Downloaded linear-map v1.2.0
6052024-11-02T03:15:55.851Z Downloaded bcs v0.1.6
6062024-11-02T03:15:55.854Z Downloaded newline-converter v0.3.0
6072024-11-02T03:15:55.854Z Downloaded maplit v1.0.2
6082024-11-02T03:15:55.857Z Downloaded curve25519-dalek-derive v0.1.1
6092024-11-02T03:15:55.857Z Downloaded inout v0.1.3
6102024-11-02T03:15:55.857Z Downloaded constant_time_eq v0.3.1
6112024-11-02T03:15:55.860Z Downloaded lru v0.12.5
6122024-11-02T03:15:55.863Z Downloaded md-5 v0.10.6
6132024-11-02T03:15:55.863Z Downloaded env_logger v0.11.5
6142024-11-02T03:15:55.865Z Downloaded thiserror-impl-no-std v2.0.2
6152024-11-02T03:15:55.868Z Downloaded structmeta v0.3.0
6162024-11-02T03:15:55.868Z Downloaded hyper-staticfile v0.10.1
6172024-11-02T03:15:55.871Z Downloaded rand_xorshift v0.3.0
6182024-11-02T03:15:55.873Z Downloaded mime v0.3.17
6192024-11-02T03:15:55.877Z Downloaded memoffset v0.9.1
6202024-11-02T03:15:55.877Z Downloaded linked-hash-map v0.5.6
6212024-11-02T03:15:55.881Z Downloaded crc32fast v1.4.2
6222024-11-02T03:15:55.881Z Downloaded mockall v0.13.0
6232024-11-02T03:15:55.884Z Downloaded nanorand v0.7.0
6242024-11-02T03:15:55.884Z Downloaded blake2 v0.10.6
6252024-11-02T03:15:55.886Z Downloaded libsw v3.3.1
6262024-11-02T03:15:55.889Z Downloaded hyper-rustls v0.27.3
6272024-11-02T03:15:55.892Z Downloaded peg-runtime v0.8.3
6282024-11-02T03:15:55.894Z Downloaded dhcproto-macros v0.1.0
6292024-11-02T03:15:55.894Z Downloaded libefi-sys v0.1.0
6302024-11-02T03:15:55.898Z Downloaded ahash v0.8.11
6312024-11-02T03:15:55.900Z Downloaded futures-io v0.3.31
6322024-11-02T03:15:55.900Z Downloaded scopeguard v1.2.0
6332024-11-02T03:15:55.902Z Downloaded rtoolbox v0.0.2
6342024-11-02T03:15:55.905Z Downloaded signature v2.2.0
6352024-11-02T03:15:55.905Z Downloaded lazy_static v1.5.0
6362024-11-02T03:15:55.907Z Downloaded opaque-debug v0.3.1
6372024-11-02T03:15:55.910Z Downloaded iana-time-zone v0.1.61
6382024-11-02T03:15:55.912Z Downloaded httparse v1.9.5
6392024-11-02T03:15:55.915Z Downloaded home v0.5.9
6402024-11-02T03:15:55.915Z Downloaded backoff v0.4.0
6412024-11-02T03:15:55.918Z Downloaded tower-service v0.3.3
6422024-11-02T03:15:55.921Z Downloaded gethostname v0.5.0
6432024-11-02T03:15:55.921Z Downloaded fxhash v0.2.1
6442024-11-02T03:15:55.921Z Downloaded csv-core v0.1.11
6452024-11-02T03:15:55.925Z Downloaded darling v0.20.10
6462024-11-02T03:15:55.928Z Downloaded zopfli v0.8.1
6472024-11-02T03:15:55.932Z Downloaded num v0.4.3
6482024-11-02T03:15:55.934Z Downloaded crossbeam-utils v0.8.20
6492024-11-02T03:15:55.936Z Downloaded chacha20poly1305 v0.10.1
6502024-11-02T03:15:55.939Z Downloaded bytes v1.7.2
6512024-11-02T03:15:55.942Z Downloaded sct v0.7.1
6522024-11-02T03:15:55.948Z Downloaded hex-literal v0.4.1
6532024-11-02T03:15:55.951Z Downloaded form_urlencoded v1.2.1
6542024-11-02T03:15:55.951Z Downloaded tui-tree-widget v0.22.0
6552024-11-02T03:15:55.956Z Downloaded rpassword v7.3.1
6562024-11-02T03:15:55.956Z Downloaded unicase v2.7.0
6572024-11-02T03:15:55.956Z Downloaded tokio-postgres v0.7.12
6582024-11-02T03:15:55.962Z Downloaded num-integer v0.1.46
6592024-11-02T03:15:55.965Z Downloaded polyval v0.6.2
6602024-11-02T03:15:55.965Z Downloaded futures-task v0.3.31
6612024-11-02T03:15:55.970Z Downloaded fallible-iterator v0.3.0
6622024-11-02T03:15:55.970Z Downloaded fallible-streaming-iterator v0.1.9
6632024-11-02T03:15:55.970Z Downloaded num-derive v0.4.2
6642024-11-02T03:15:55.974Z Downloaded sync_wrapper v1.0.1
6652024-11-02T03:15:55.974Z Downloaded futures-sink v0.3.31
6662024-11-02T03:15:55.974Z Downloaded futures-macro v0.3.31
6672024-11-02T03:15:55.978Z Downloaded foreign-types-shared v0.3.1
6682024-11-02T03:15:55.978Z Downloaded crc-any v2.5.0
6692024-11-02T03:15:55.981Z Downloaded slog-term v2.9.1
6702024-11-02T03:15:55.985Z Downloaded mockall_derive v0.13.0
6712024-11-02T03:15:55.985Z Downloaded rand_core v0.6.4
6722024-11-02T03:15:55.989Z Downloaded peg v0.8.4
6732024-11-02T03:15:55.993Z Downloaded pem v3.0.4
6742024-11-02T03:15:55.993Z Downloaded miniz_oxide v0.8.0
6752024-11-02T03:15:55.998Z Downloaded rand_chacha v0.3.1
6762024-11-02T03:15:55.998Z Downloaded fallible-iterator v0.2.0
6772024-11-02T03:15:56.007Z Downloaded proc-macro-crate v1.3.1
6782024-11-02T03:15:56.007Z Downloaded either v1.13.0
6792024-11-02T03:15:56.007Z Downloaded unicode-truncate v1.1.0
6802024-11-02T03:15:56.013Z Downloaded parse-size v1.1.0
6812024-11-02T03:15:56.013Z Downloaded which v4.4.2
6822024-11-02T03:15:56.013Z Downloaded rustls-pemfile v1.0.4
6832024-11-02T03:15:56.013Z Downloaded rustls-pki-types v1.9.0
6842024-11-02T03:15:56.017Z Downloaded parking_lot v0.11.2
6852024-11-02T03:15:56.017Z Downloaded tinyvec_macros v0.1.1
6862024-11-02T03:15:56.017Z Downloaded funty v2.0.0
6872024-11-02T03:15:56.021Z Downloaded supports-color v3.0.1
6882024-11-02T03:15:56.021Z Downloaded slog-json v2.6.1
6892024-11-02T03:15:56.025Z Downloaded smallvec v0.6.14
6902024-11-02T03:15:56.033Z Downloaded foreign-types-shared v0.1.1
6912024-11-02T03:15:56.040Z Downloaded indicatif v0.17.8
6922024-11-02T03:15:56.045Z Downloaded pin-utils v0.1.0
6932024-11-02T03:15:56.045Z Downloaded sync_wrapper v0.1.2
6942024-11-02T03:15:56.045Z Downloaded time-core v0.1.2
6952024-11-02T03:15:56.045Z Downloaded foreign-types-macros v0.2.3
6962024-11-02T03:15:56.051Z Downloaded slog-dtrace v0.3.0
6972024-11-02T03:15:56.051Z Downloaded slog-envlogger v2.2.0
6982024-11-02T03:15:56.051Z Downloaded pem-rfc7468 v0.7.0
6992024-11-02T03:15:56.054Z Downloaded poly1305 v0.8.0
7002024-11-02T03:15:56.055Z Downloaded strum_macros v0.25.3
7012024-11-02T03:15:56.059Z Downloaded http v0.2.12
7022024-11-02T03:15:56.062Z Downloaded radium v0.7.0
7032024-11-02T03:15:56.062Z Downloaded universal-hash v0.5.1
7042024-11-02T03:15:56.067Z Downloaded openssl-probe v0.1.5
7052024-11-02T03:15:56.067Z Downloaded num_threads v0.1.7
7062024-11-02T03:15:56.067Z Downloaded serde_derive_internals v0.29.1
7072024-11-02T03:15:56.071Z Downloaded nodrop v0.1.14
7082024-11-02T03:15:56.071Z Downloaded parking_lot v0.12.3
7092024-11-02T03:15:56.075Z Downloaded snafu v0.8.5
7102024-11-02T03:15:56.079Z Downloaded ssh-encoding v0.2.0
7112024-11-02T03:15:56.083Z Downloaded minimal-lexical v0.2.1
7122024-11-02T03:15:56.103Z Downloaded sha1 v0.10.6
7132024-11-02T03:15:56.107Z Downloaded hex v0.4.3
7142024-11-02T03:15:56.107Z Downloaded heck v0.3.3
7152024-11-02T03:15:56.107Z Downloaded fragile v2.0.0
7162024-11-02T03:15:56.107Z Downloaded crossbeam-channel v0.5.13
7172024-11-02T03:15:56.107Z Downloaded serde_yaml v0.9.34+deprecated
7182024-11-02T03:15:56.107Z Downloaded phf_shared v0.10.0
7192024-11-02T03:15:56.107Z Downloaded fd-lock v4.0.2
7202024-11-02T03:15:56.113Z Downloaded utf-8 v0.7.6
7212024-11-02T03:15:56.113Z Downloaded glob v0.3.1
7222024-11-02T03:15:56.113Z Downloaded whoami v1.5.2
7232024-11-02T03:15:56.117Z Downloaded dirs-sys-next v0.1.2
7242024-11-02T03:15:56.117Z Downloaded ref-cast-impl v1.0.23
7252024-11-02T03:15:56.117Z Downloaded progenitor-macro v0.8.0
7262024-11-02T03:15:56.117Z Downloaded typed-path v0.7.1
7272024-11-02T03:15:56.124Z Downloaded ghash v0.5.1
7282024-11-02T03:15:56.131Z Downloaded stable_deref_trait v1.2.0
7292024-11-02T03:15:56.131Z Downloaded serde_urlencoded v0.7.1
7302024-11-02T03:15:56.131Z Downloaded salsa20 v0.10.2
7312024-11-02T03:15:56.138Z Downloaded derive_more v0.99.18
7322024-11-02T03:15:56.138Z Downloaded predicates-core v1.0.8
7332024-11-02T03:15:56.142Z Downloaded ena v0.14.3
7342024-11-02T03:15:56.142Z Downloaded phf_generator v0.11.2
7352024-11-02T03:15:56.142Z Downloaded static_assertions v1.1.0
7362024-11-02T03:15:56.145Z Downloaded wyz v0.5.1
7372024-11-02T03:15:56.145Z Downloaded value-bag v1.9.0
7382024-11-02T03:15:56.149Z Downloaded toolchain_find v0.4.0
7392024-11-02T03:15:56.149Z Downloaded topological-sort v0.2.2
7402024-11-02T03:15:56.153Z Downloaded futures-executor v0.3.31
7412024-11-02T03:15:56.153Z Downloaded http v1.1.0
7422024-11-02T03:15:56.156Z Downloaded quick-error v1.2.3
7432024-11-02T03:15:56.160Z Downloaded futures-core v0.3.31
7442024-11-02T03:15:56.160Z Downloaded expectorate v1.1.0
7452024-11-02T03:15:56.168Z Downloaded libxml v0.3.3
7462024-11-02T03:15:56.171Z Downloaded headers-core v0.3.0
7472024-11-02T03:15:56.171Z Downloaded postgres-types v0.2.8
7482024-11-02T03:15:56.175Z Downloaded semver v0.1.20
7492024-11-02T03:15:56.175Z Downloaded rusty-fork v0.3.0
7502024-11-02T03:15:56.178Z Downloaded itertools v0.10.5
7512024-11-02T03:15:56.186Z Downloaded uzers v0.12.1
7522024-11-02T03:15:56.189Z Downloaded tiny-keccak v2.0.2
7532024-11-02T03:15:56.190Z Downloaded spki v0.7.3
7542024-11-02T03:15:56.196Z Downloaded flagset v0.4.6
7552024-11-02T03:15:56.196Z Downloaded itertools v0.13.0
7562024-11-02T03:15:56.201Z Downloaded russh-cryptovec v0.7.3
7572024-11-02T03:15:56.205Z Downloaded pretty-hex v0.2.1
7582024-11-02T03:15:56.205Z Downloaded phf v0.11.2
7592024-11-02T03:15:56.206Z Downloaded hash32 v0.2.1
7602024-11-02T03:15:56.210Z Downloaded tokio-rustls v0.25.0
7612024-11-02T03:15:56.210Z Downloaded sqlformat v0.2.6
7622024-11-02T03:15:56.215Z Downloaded derive_builder_macro v0.20.2
7632024-11-02T03:15:56.215Z Downloaded normalize-line-endings v0.3.0
7642024-11-02T03:15:56.215Z Downloaded itertools v0.12.1
7652024-11-02T03:15:56.219Z Downloaded r2d2 v0.8.10
7662024-11-02T03:15:56.224Z Downloaded termtree v0.4.1
7672024-11-02T03:15:56.228Z Downloaded hyper v1.4.1
7682024-11-02T03:15:56.230Z Downloaded openssl-sys v0.9.103
7692024-11-02T03:15:56.236Z Downloaded ref-cast v1.0.23
7702024-11-02T03:15:56.238Z Downloaded uuid v1.10.0
7712024-11-02T03:15:56.243Z Downloaded psl-types v2.0.11
7722024-11-02T03:15:56.246Z Downloaded schemars_derive v0.8.21
7732024-11-02T03:15:56.246Z Downloaded parse-zoneinfo v0.3.1
7742024-11-02T03:15:56.249Z Downloaded fixedbitset v0.4.2
7752024-11-02T03:15:56.251Z Downloaded futures-util v0.3.31
7762024-11-02T03:15:56.263Z Downloaded oso-derive v0.27.3
7772024-11-02T03:15:56.267Z Downloaded pbkdf2 v0.12.2
7782024-11-02T03:15:56.267Z Downloaded getrandom v0.2.15
7792024-11-02T03:15:56.270Z Downloaded env_logger v0.10.2
7802024-11-02T03:15:56.274Z Downloaded hkdf v0.12.4
7812024-11-02T03:15:56.278Z Downloaded tokio-rustls v0.24.1
7822024-11-02T03:15:56.283Z Downloaded serde_repr v0.1.19
7832024-11-02T03:15:56.283Z Downloaded zeroize v1.8.1
7842024-11-02T03:15:56.283Z Downloaded vte v0.11.1
7852024-11-02T03:15:56.288Z Downloaded rsa v0.9.6
7862024-11-02T03:15:56.291Z Downloaded yasna v0.5.2
7872024-11-02T03:15:56.294Z Downloaded paste v1.0.15
7882024-11-02T03:15:56.298Z Downloaded defmt v0.3.8
7892024-11-02T03:15:56.304Z Downloaded tls_codec_derive v0.4.1
7902024-11-02T03:15:56.307Z Downloaded dyn-clone v1.0.17
7912024-11-02T03:15:56.307Z Downloaded thiserror-no-std v2.0.2
7922024-11-02T03:15:56.312Z Downloaded nu-ansi-term v0.50.1
7932024-11-02T03:15:56.312Z Downloaded vte_generate_state_changes v0.1.2
7942024-11-02T03:15:56.316Z Downloaded slog v2.7.0
7952024-11-02T03:15:56.316Z Downloaded slog-async v2.8.0
7962024-11-02T03:15:56.319Z Downloaded secrecy v0.8.0
7972024-11-02T03:15:56.319Z Downloaded path-slash v0.1.5
7982024-11-02T03:15:56.319Z Downloaded rustc-hash v1.1.0
7992024-11-02T03:15:56.323Z Downloaded tls_codec v0.4.1
8002024-11-02T03:15:56.327Z Downloaded precomputed-hash v0.1.1
8012024-11-02T03:15:56.327Z Downloaded openssl-macros v0.1.1
8022024-11-02T03:15:56.327Z Downloaded difflib v0.4.0
8032024-11-02T03:15:56.327Z Downloaded endian-type v0.1.2
8042024-11-02T03:15:56.327Z Downloaded progenitor v0.8.0
8052024-11-02T03:15:56.332Z Downloaded num-conv v0.1.0
8062024-11-02T03:15:56.332Z Downloaded sigpipe v0.1.3
8072024-11-02T03:15:56.332Z Downloaded owo-colors v4.1.0
8082024-11-02T03:15:56.338Z Downloaded num-complex v0.4.6
8092024-11-02T03:15:56.338Z Downloaded ecdsa v0.16.9
8102024-11-02T03:15:56.341Z Downloaded rustversion v1.0.17
8112024-11-02T03:15:56.341Z Downloaded spin v0.9.8
8122024-11-02T03:15:56.345Z Downloaded thread_local v1.1.8
8132024-11-02T03:15:56.345Z Downloaded postcard v1.0.10
8142024-11-02T03:15:56.349Z Downloaded number_prefix v0.4.0
8152024-11-02T03:15:56.353Z Downloaded env_filter v0.1.2
8162024-11-02T03:15:56.353Z Downloaded zerocopy v0.6.6
8172024-11-02T03:15:56.353Z Downloaded ff v0.13.0
8182024-11-02T03:15:56.356Z Downloaded ppv-lite86 v0.2.20
8192024-11-02T03:15:56.359Z Downloaded derive_builder_core v0.20.2
8202024-11-02T03:15:56.359Z Downloaded tokio-rustls v0.26.0
8212024-11-02T03:15:56.361Z Downloaded unicode_categories v0.1.1
8222024-11-02T03:15:56.365Z Downloaded schemars v0.8.21
8232024-11-02T03:15:56.376Z Downloaded resolv-conf v0.7.0
8242024-11-02T03:15:56.378Z Downloaded float-ord v0.3.2
8252024-11-02T03:15:56.382Z Downloaded serde_plain v1.0.2
8262024-11-02T03:15:56.386Z Downloaded serde-big-array v0.5.1
8272024-11-02T03:15:56.386Z Downloaded rustc-demangle v0.1.24
8282024-11-02T03:15:56.386Z Downloaded powerfmt v0.2.0
8292024-11-02T03:15:56.389Z Downloaded ed25519 v2.2.3
8302024-11-02T03:15:56.389Z Downloaded strum_macros v0.24.3
8312024-11-02T03:15:56.393Z Downloaded vsss-rs v3.3.4
8322024-11-02T03:15:56.398Z Downloaded serde_path_to_error v0.1.16
8332024-11-02T03:15:56.398Z Downloaded shell-words v1.1.0
8342024-11-02T03:15:56.398Z Downloaded percent-encoding v2.3.1
8352024-11-02T03:15:56.401Z Downloaded untrusted v0.9.0
8362024-11-02T03:15:56.402Z Downloaded russh-keys v0.45.0
8372024-11-02T03:15:56.408Z Downloaded num-bigint v0.4.6
8382024-11-02T03:15:56.413Z Downloaded rfc6979 v0.4.0
8392024-11-02T03:15:56.414Z Downloaded predicates v3.1.2
8402024-11-02T03:15:56.414Z Downloaded progenitor-impl v0.8.0
8412024-11-02T03:15:56.416Z Downloaded ron v0.8.1
8422024-11-02T03:15:56.421Z Downloaded zip v2.1.3
8432024-11-02T03:15:56.424Z Downloaded tinyvec v1.8.0
8442024-11-02T03:15:56.428Z Downloaded headers v0.4.0
8452024-11-02T03:15:56.433Z Downloaded zone_cfg_derive v0.1.2
8462024-11-02T03:15:56.437Z Downloaded tar v0.4.42
8472024-11-02T03:15:56.441Z Downloaded slab v0.4.9
8482024-11-02T03:15:56.441Z Downloaded winnow v0.5.40
8492024-11-02T03:15:56.449Z Downloaded der_derive v0.7.3
8502024-11-02T03:15:56.451Z Downloaded embedded-io v0.6.1
8512024-11-02T03:15:56.454Z Downloaded zeroize_derive v1.4.2
8522024-11-02T03:15:56.454Z Downloaded shlex v1.3.0
8532024-11-02T03:15:56.456Z Downloaded pkcs8 v0.10.2
8542024-11-02T03:15:56.460Z Downloaded rustc_version v0.1.7
8552024-11-02T03:15:56.460Z Downloaded serde-hex v0.1.0
8562024-11-02T03:15:56.463Z Downloaded oso v0.27.3
8572024-11-02T03:15:56.466Z Downloaded derive-where v1.2.7
8582024-11-02T03:15:56.468Z Downloaded signal-hook-registry v1.4.2
8592024-11-02T03:15:56.470Z Downloaded portable-atomic v1.9.0
8602024-11-02T03:15:56.477Z Downloaded packed_struct_codegen v0.10.1
8612024-11-02T03:15:56.479Z Downloaded enum-as-inner v0.5.1
8622024-11-02T03:15:56.482Z Downloaded parking_lot_core v0.8.6
8632024-11-02T03:15:56.484Z Downloaded signal-hook-mio v0.2.4
8642024-11-02T03:15:56.484Z Downloaded heapless v0.7.17
8652024-11-02T03:15:56.488Z Downloaded tracing-attributes v0.1.27
8662024-11-02T03:15:56.492Z Downloaded packed_struct v0.10.1
8672024-11-02T03:15:56.497Z Downloaded blake3 v1.5.4
8682024-11-02T03:15:56.502Z Downloaded sqlparser_derive v0.2.2
8692024-11-02T03:15:56.505Z Downloaded fatfs v0.3.6
8702024-11-02T03:15:56.508Z Downloaded steno v0.4.1
8712024-11-02T03:15:56.510Z Downloaded qorb v0.2.0
8722024-11-02T03:15:56.515Z Downloaded serde_with v3.11.0
8732024-11-02T03:15:56.524Z Downloaded publicsuffix v2.2.3
8742024-11-02T03:15:56.528Z Downloaded ssh-key v0.6.6
8752024-11-02T03:15:56.534Z Downloaded similar v2.6.0
8762024-11-02T03:15:56.540Z Downloaded stringprep v0.1.5
8772024-11-02T03:15:56.544Z Downloaded hickory-proto v0.24.1
8782024-11-02T03:15:56.559Z Downloaded futures v0.3.31
8792024-11-02T03:15:56.562Z Downloaded ron v0.7.1
8802024-11-02T03:15:56.568Z Downloaded derive_builder v0.20.2
8812024-11-02T03:15:56.572Z Downloaded tracing v0.1.40
8822024-11-02T03:15:56.578Z Downloaded pin-project v1.1.6
8832024-11-02T03:15:56.590Z Downloaded unicode-segmentation v1.12.0
8842024-11-02T03:15:56.595Z Downloaded toml_edit v0.19.15
8852024-11-02T03:15:56.610Z Downloaded pkcs1 v0.7.5
8862024-11-02T03:15:56.613Z Downloaded num_enum v0.5.11
8872024-11-02T03:15:56.618Z Downloaded idna v0.3.0
8882024-11-02T03:15:56.625Z Downloaded walkdir v2.5.0
8892024-11-02T03:15:56.628Z Downloaded diesel_derives v2.2.3
8902024-11-02T03:15:56.632Z Downloaded progenitor-client v0.8.0
8912024-11-02T03:15:56.634Z Downloaded defmt-parser v0.3.4
8922024-11-02T03:15:56.634Z Downloaded diff v0.1.13
8932024-11-02T03:15:56.637Z Downloaded rayon-core v1.12.1
8942024-11-02T03:15:56.643Z Downloaded russh v0.45.0
8952024-11-02T03:15:56.652Z Downloaded tokio-stream v0.1.16
8962024-11-02T03:15:56.656Z Downloaded pin-project-lite v0.2.14
8972024-11-02T03:15:56.659Z Downloaded hashbrown v0.12.3
8982024-11-02T03:15:56.664Z Downloaded enum-as-inner v0.6.1
8992024-11-02T03:15:56.667Z Downloaded float-cmp v0.9.0
9002024-11-02T03:15:56.667Z Downloaded p521 v0.13.3
9012024-11-02T03:15:56.670Z Downloaded tough v0.17.1
9022024-11-02T03:15:56.681Z Downloaded unicode-normalization v0.1.24
9032024-11-02T03:15:56.683Z Downloaded diesel_table_macro_syntax v0.2.0
9042024-11-02T03:15:56.686Z Downloaded downcast v0.11.0
9052024-11-02T03:15:56.686Z Downloaded proptest v1.5.0
9062024-11-02T03:15:56.696Z Downloaded rustls v0.21.12
9072024-11-02T03:15:56.709Z Downloaded want v0.3.1
9082024-11-02T03:15:56.712Z Downloaded xattr v1.3.1
9092024-11-02T03:15:56.712Z Downloaded phf_codegen v0.11.2
9102024-11-02T03:15:56.714Z Downloaded xz2 v0.1.7
9112024-11-02T03:15:56.714Z Downloaded pkg-config v0.3.31
9122024-11-02T03:15:56.719Z Downloaded unicode-properties v0.1.3
9132024-11-02T03:15:56.719Z Downloaded nix v0.28.0
9142024-11-02T03:15:56.729Z Downloaded defmt-macros v0.3.9
9152024-11-02T03:15:56.732Z Downloaded same-file v1.0.6
9162024-11-02T03:15:56.736Z Downloaded phf_shared v0.11.2
9172024-11-02T03:15:56.737Z Downloaded hash32 v0.3.1
9182024-11-02T03:15:56.741Z Downloaded dsl_auto_type v0.1.2
9192024-11-02T03:15:56.741Z Downloaded rustc_version v0.4.1
9202024-11-02T03:15:56.741Z Downloaded foldhash v0.1.3
9212024-11-02T03:15:56.744Z Downloaded tap v1.0.1
9222024-11-02T03:15:56.744Z Downloaded pin-project-internal v1.1.6
9232024-11-02T03:15:56.744Z Downloaded string_cache v0.8.7
9242024-11-02T03:15:56.747Z Downloaded quick-xml v0.33.0
9252024-11-02T03:15:56.752Z Downloaded scheduled-thread-pool v0.2.7
9262024-11-02T03:15:56.755Z Downloaded parse-display v0.10.0
9272024-11-02T03:15:56.755Z Downloaded num-iter v0.1.45
9282024-11-02T03:15:56.755Z Downloaded parse-display-derive v0.10.0
9292024-11-02T03:15:56.760Z Downloaded displaydoc v0.2.5
9302024-11-02T03:15:56.763Z Downloaded olpc-cjson v0.1.4
9312024-11-02T03:15:56.763Z Downloaded zone v0.1.8
9322024-11-02T03:15:56.763Z Downloaded curve25519-dalek v4.1.3
9332024-11-02T03:15:56.770Z Downloaded ssh-cipher v0.2.0
9342024-11-02T03:15:56.774Z Downloaded quinn-udp v0.5.5
9352024-11-02T03:15:56.778Z Downloaded smf v0.2.3
9362024-11-02T03:15:56.778Z Downloaded pbkdf2 v0.11.0
9372024-11-02T03:15:56.778Z Downloaded num-rational v0.4.2
9382024-11-02T03:15:56.782Z Downloaded git2 v0.19.0
9392024-11-02T03:15:56.787Z Downloaded tokio-tungstenite v0.21.0
9402024-11-02T03:15:56.789Z Downloaded globset v0.4.15
9412024-11-02T03:15:56.792Z Downloaded diesel v2.2.4
9422024-11-02T03:15:56.813Z Downloaded flume v0.11.0
9432024-11-02T03:15:56.833Z Downloaded tokio-tungstenite v0.23.1
9442024-11-02T03:15:56.833Z Downloaded vergen v8.3.2
9452024-11-02T03:15:56.833Z Downloaded half v2.4.1
9462024-11-02T03:15:56.843Z Downloaded der v0.7.9
9472024-11-02T03:15:56.843Z Downloaded num-traits v0.2.19
9482024-11-02T03:15:56.843Z Downloaded pkcs5 v0.7.1
9492024-11-02T03:15:56.843Z Downloaded salty v0.3.0
9502024-11-02T03:15:56.848Z Downloaded signal-hook v0.3.17
9512024-11-02T03:15:56.848Z Downloaded tokio-tungstenite v0.24.0
9522024-11-02T03:15:56.848Z Downloaded zone v0.3.0
9532024-11-02T03:15:56.851Z Downloaded simd-adler32 v0.3.7
9542024-11-02T03:15:56.851Z Downloaded group v0.13.0
9552024-11-02T03:15:56.851Z Downloaded siphasher v0.3.11
9562024-11-02T03:15:56.856Z Downloaded rustfmt-wrapper v0.2.1
9572024-11-02T03:15:56.856Z Downloaded nix v0.27.1
9582024-11-02T03:15:56.867Z Downloaded regex v1.11.0
9592024-11-02T03:15:56.879Z Downloaded openssl v0.10.66
9602024-11-02T03:15:56.890Z Downloaded object v0.30.4
9612024-11-02T03:15:56.898Z Downloaded flate2 v1.0.34
9622024-11-02T03:15:56.908Z Downloaded regex-syntax v0.8.5
9632024-11-02T03:15:56.913Z Downloaded x509-cert v0.2.5
9642024-11-02T03:15:56.920Z Downloaded reqwest v0.11.27
9652024-11-02T03:15:56.928Z Downloaded bstr v1.10.0
9662024-11-02T03:15:56.939Z Downloaded h2 v0.4.6
9672024-11-02T03:15:56.946Z Downloaded dropshot v0.12.0
9682024-11-02T03:15:56.968Z Downloaded reedline v0.35.0
9692024-11-02T03:15:56.974Z Downloaded object v0.36.5
9702024-11-02T03:15:56.988Z Downloaded rustls v0.23.14
9712024-11-02T03:15:56.999Z Downloaded webpki-roots v0.26.6
9722024-11-02T03:15:57.002Z Downloaded vcpkg v0.2.15
9732024-11-02T03:15:57.043Z Downloaded h2 v0.3.26
9742024-11-02T03:15:57.050Z Downloaded reqwest v0.12.8
9752024-11-02T03:15:57.057Z Downloaded openapiv3 v2.0.0
9762024-11-02T03:15:57.069Z Downloaded sqlparser v0.45.0
9772024-11-02T03:15:57.076Z Downloaded smoltcp v0.9.1
9782024-11-02T03:15:57.087Z Downloaded rustls v0.22.4
9792024-11-02T03:15:57.100Z Downloaded libz-sys v1.1.20
9802024-11-02T03:15:57.123Z Downloaded regress v0.9.1
9812024-11-02T03:15:57.131Z Downloaded regress v0.10.1
9822024-11-02T03:15:57.140Z Downloaded rayon v1.10.0
9832024-11-02T03:15:57.149Z Downloaded ratatui v0.28.1
9842024-11-02T03:15:57.169Z Downloaded smoltcp v0.11.0
9852024-11-02T03:15:57.182Z Downloaded tokio v1.40.0
9862024-11-02T03:15:57.220Z Downloaded typify-impl v0.2.0
9872024-11-02T03:15:57.234Z Downloaded sled v0.34.7
9882024-11-02T03:15:57.244Z Downloaded bzip2-sys v0.1.11+1.0.8
9892024-11-02T03:15:57.258Z Downloaded lzma-sys v0.1.20
9902024-11-02T03:15:57.287Z Downloaded zerocopy-derive v0.6.6
9912024-11-02T03:15:57.301Z Downloaded tokio-util v0.7.12
9922024-11-02T03:15:57.306Z Downloaded regex-automata v0.4.8
9932024-11-02T03:15:57.319Z Downloaded gimli v0.31.1
9942024-11-02T03:15:57.328Z Downloaded trust-dns-proto v0.22.0
9952024-11-02T03:15:57.340Z Downloaded petgraph v0.6.5
9962024-11-02T03:15:57.357Z Downloaded chrono-tz v0.10.0
9972024-11-02T03:15:57.367Z Downloaded polar-core v0.27.3
9982024-11-02T03:15:57.373Z Downloaded p384 v0.13.0
9992024-11-02T03:15:57.380Z Downloaded num-bigint-dig v0.8.4
10002024-11-02T03:15:57.384Z Downloaded quinn v0.11.5
10012024-11-02T03:15:57.387Z Downloaded rustyline v14.0.0
10022024-11-02T03:15:57.392Z Downloaded time v0.3.36
10032024-11-02T03:15:57.400Z Downloaded csv v1.3.0
10042024-11-02T03:15:57.420Z Downloaded rustls-webpki v0.101.7
10052024-11-02T03:15:57.433Z Downloaded sha3 v0.10.8
10062024-11-02T03:15:57.443Z Downloaded idna v0.2.3
10072024-11-02T03:15:57.447Z Downloaded hashbrown v0.13.2
10082024-11-02T03:15:57.450Z Downloaded rand v0.8.5
10092024-11-02T03:15:57.454Z Downloaded rustls-webpki v0.102.8
10102024-11-02T03:15:57.473Z Downloaded wait-timeout v0.2.0
10112024-11-02T03:15:57.476Z Downloaded idna v0.5.0
10122024-11-02T03:15:57.479Z Downloaded waitgroup v0.1.2
10132024-11-02T03:15:57.483Z Downloaded quinn-proto v0.11.8
10142024-11-02T03:15:57.486Z Downloaded chrono v0.4.38
10152024-11-02T03:15:57.494Z Downloaded bindgen v0.69.5
10162024-11-02T03:15:57.501Z Downloaded parking_lot_core v0.9.10
10172024-11-02T03:15:57.504Z Downloaded futures-channel v0.3.31
10182024-11-02T03:15:57.508Z Downloaded omicron-zone-package v0.11.1
10192024-11-02T03:15:57.511Z Downloaded hashlink v0.9.1
10202024-11-02T03:15:57.511Z Downloaded dropshot_endpoint v0.12.0
10212024-11-02T03:15:57.514Z Downloaded smallvec v1.13.2
10222024-11-02T03:15:57.518Z Downloaded foreign-types v0.5.0
10232024-11-02T03:15:57.518Z Downloaded untrusted v0.7.1
10242024-11-02T03:15:57.518Z Downloaded url v2.5.2
10252024-11-02T03:15:57.521Z Downloaded nom v7.1.3
10262024-11-02T03:15:57.524Z Downloaded aes-gcm v0.10.3
10272024-11-02T03:15:57.529Z Downloaded predicates-tree v1.0.11
10282024-11-02T03:15:57.532Z Downloaded num_enum_derive v0.5.11
10292024-11-02T03:15:57.532Z Downloaded time-macros v0.2.18
10302024-11-02T03:15:57.535Z Downloaded p256 v0.13.2
10312024-11-02T03:15:57.538Z Downloaded strip-ansi-escapes v0.2.0
10322024-11-02T03:15:57.538Z Downloaded term v0.7.0
10332024-11-02T03:15:57.541Z Downloaded postgres-protocol v0.6.7
10342024-11-02T03:15:57.545Z Downloaded password-hash v0.4.2
10352024-11-02T03:15:57.549Z Downloaded hashbrown v0.14.5
10362024-11-02T03:15:57.554Z Downloaded foreign-types v0.3.2
10372024-11-02T03:15:57.554Z Downloaded take_mut v0.2.2
10382024-11-02T03:15:57.554Z Downloaded crossterm v0.28.1
10392024-11-02T03:15:57.558Z Downloaded zip v0.6.6
10402024-11-02T03:15:57.562Z Downloaded heapless v0.8.0
10412024-11-02T03:15:57.568Z Downloaded termcolor v1.4.1
10422024-11-02T03:15:57.571Z Downloaded ed25519-dalek v2.1.1
10432024-11-02T03:15:57.571Z Downloaded filetime v0.2.25
10442024-11-02T03:15:57.573Z Downloaded rustc-hash v2.0.0
10452024-11-02T03:15:57.573Z Downloaded termios v0.3.3
10462024-11-02T03:15:57.576Z Downloaded dirs-next v2.0.0
10472024-11-02T03:15:57.576Z Downloaded unsafe-libyaml v0.2.11
10482024-11-02T03:15:57.582Z Downloaded tracing-core v0.1.32
10492024-11-02T03:15:57.587Z Downloaded toml v0.7.8
10502024-11-02T03:15:57.590Z Downloaded diesel-dtrace v0.3.0
10512024-11-02T03:15:57.590Z Downloaded subprocess v0.2.9
10522024-11-02T03:15:57.590Z Downloaded crypto-bigint v0.5.5
10532024-11-02T03:15:57.596Z Downloaded encoding_rs v0.8.34
10542024-11-02T03:15:57.617Z Downloaded prettyplease v0.2.22
10552024-11-02T03:15:57.623Z Downloaded display-error-chain v0.2.2
10562024-11-02T03:15:57.626Z Downloaded tabwriter v1.4.0
10572024-11-02T03:15:57.626Z Downloaded embedded-io v0.4.0
10582024-11-02T03:15:57.626Z Downloaded subtle v2.6.1
10592024-11-02T03:15:57.626Z Downloaded slog-stdlog v4.1.1
10602024-11-02T03:15:57.628Z Downloaded serde_with_macros v3.11.0
10612024-11-02T03:15:57.631Z Downloaded radix_trie v0.2.1
10622024-11-02T03:15:57.634Z Downloaded deranged v0.3.11
10632024-11-02T03:15:57.637Z Downloaded strum_macros v0.26.4
10642024-11-02T03:15:57.640Z Downloaded tungstenite v0.24.0
10652024-11-02T03:15:57.642Z Downloaded tungstenite v0.21.0
10662024-11-02T03:15:57.645Z Downloaded nix v0.29.0
10672024-11-02T03:15:57.656Z Downloaded hyper-util v0.1.10
10682024-11-02T03:15:57.660Z Downloaded tungstenite v0.23.0
10692024-11-02T03:15:57.664Z Downloaded samael v0.0.17
10702024-11-02T03:15:57.668Z Downloaded darling_core v0.20.10
10712024-11-02T03:15:57.674Z Downloaded unicode-xid v0.2.6
10722024-11-02T03:15:57.676Z Downloaded slog-scope v4.4.0
10732024-11-02T03:15:57.676Z Downloaded rand_seeder v0.3.0
10742024-11-02T03:15:57.681Z Downloaded peg-macros v0.8.4
10752024-11-02T03:15:57.681Z Downloaded elliptic-curve v0.13.8
10762024-11-02T03:15:57.684Z Downloaded dhcproto v0.12.0
10772024-11-02T03:15:57.687Z Downloaded libgit2-sys v0.17.0+1.8.1
10782024-11-02T03:15:57.743Z Downloaded hickory-server v0.24.1
10792024-11-02T03:15:57.748Z Downloaded password-hash v0.5.0
10802024-11-02T03:15:57.750Z Downloaded primeorder v0.13.6
10812024-11-02T03:15:57.753Z Downloaded unicode-bidi v0.3.17
10822024-11-02T03:15:57.756Z Downloaded const_format v0.2.33
10832024-11-02T03:15:57.758Z Downloaded socket2 v0.5.7
10842024-11-02T03:15:57.761Z Downloaded zone_cfg_derive v0.3.0
10852024-11-02T03:15:57.761Z Downloaded compact_str v0.8.0
10862024-11-02T03:15:57.764Z Downloaded indexmap v1.9.3
10872024-11-02T03:15:57.767Z Downloaded lockfree-object-pool v0.1.6
10882024-11-02T03:15:57.769Z Downloaded ipnet v2.10.1
10892024-11-02T03:15:57.772Z Downloaded const-oid v0.9.6
10902024-11-02T03:15:57.777Z Downloaded arc-swap v1.7.1
10912024-11-02T03:15:57.779Z Downloaded allocator-api2 v0.2.18
10922024-11-02T03:15:57.782Z Downloaded typify-macro v0.2.0
10932024-11-02T03:15:57.782Z Downloaded twox-hash v1.6.3
10942024-11-02T03:15:57.785Z Downloaded tokio-native-tls v0.3.1
10952024-11-02T03:15:57.785Z Downloaded tokio-macros v2.4.0
10962024-11-02T03:15:57.788Z Downloaded structmeta-derive v0.3.0
10972024-11-02T03:15:57.788Z Downloaded spin v0.5.2
10982024-11-02T03:15:57.791Z Downloaded structmeta-derive v0.2.0
10992024-11-02T03:15:57.791Z Downloaded crossbeam-epoch v0.9.18
11002024-11-02T03:15:57.794Z Downloaded clang-sys v1.8.1
11012024-11-02T03:15:57.796Z Downloaded jobserver v0.1.32
11022024-11-02T03:15:57.800Z Downloaded ciborium v0.2.2
11032024-11-02T03:15:57.800Z Downloaded internet-checksum v0.2.1
11042024-11-02T03:15:57.806Z Downloaded cookie_store v0.21.0
11052024-11-02T03:15:57.806Z Downloaded kstat-rs v0.2.4
11062024-11-02T03:15:57.806Z Downloaded cexpr v0.6.0
11072024-11-02T03:15:57.810Z Downloaded http-body-util v0.1.2
11082024-11-02T03:15:57.810Z Downloaded humantime v2.1.0
11092024-11-02T03:15:57.810Z Downloaded base64 v0.13.1
11102024-11-02T03:15:57.813Z Downloaded async-stream v0.3.6
11112024-11-02T03:15:57.813Z Downloaded match_cfg v0.1.0
11122024-11-02T03:15:57.816Z Downloaded is-terminal v0.4.13
11132024-11-02T03:15:57.816Z Downloaded instability v0.3.2
11142024-11-02T03:15:57.816Z Downloaded crc-catalog v2.4.0
11152024-11-02T03:15:57.819Z Downloaded cipher v0.4.4
11162024-11-02T03:15:57.819Z Downloaded lalrpop-util v0.19.12
11172024-11-02T03:15:57.819Z Downloaded httpdate v1.0.3
11182024-11-02T03:15:57.822Z Downloaded convert_case v0.4.0
11192024-11-02T03:15:57.822Z Downloaded cbc v0.1.2
11202024-11-02T03:15:57.825Z Downloaded atomic-waker v1.1.2
11212024-11-02T03:15:57.825Z Downloaded atomicwrites v0.4.4
11222024-11-02T03:15:57.825Z Downloaded hyper v0.14.30
11232024-11-02T03:15:57.833Z Downloaded castaway v0.2.3
11242024-11-02T03:15:57.836Z Downloaded cancel-safe-futures v0.1.5
11252024-11-02T03:15:57.840Z Downloaded bumpalo v3.16.0
11262024-11-02T03:15:57.843Z Downloaded ascii-canvas v3.0.0
11272024-11-02T03:15:57.843Z Downloaded assert_matches v1.5.0
11282024-11-02T03:15:57.843Z Downloaded indent_write v2.2.0
11292024-11-02T03:15:57.844Z Downloaded buf-list v1.0.3
11302024-11-02T03:15:57.847Z Downloaded bitfield-struct v0.6.2
11312024-11-02T03:15:57.847Z Downloaded lock_api v0.4.12
11322024-11-02T03:15:57.849Z Downloaded hyper-tls v0.6.0
11332024-11-02T03:15:57.849Z Downloaded hickory-client v0.24.1
11342024-11-02T03:15:57.853Z Downloaded crossbeam-deque v0.8.5
11352024-11-02T03:15:57.857Z Downloaded console v0.15.8
11362024-11-02T03:15:57.857Z Downloaded colored v2.1.0
11372024-11-02T03:15:57.862Z Downloaded cobs v0.2.3
11382024-11-02T03:15:57.862Z Downloaded maybe-uninit v2.0.0
11392024-11-02T03:15:57.865Z Downloaded lru-cache v0.1.2
11402024-11-02T03:15:57.865Z Downloaded lazycell v1.3.0
11412024-11-02T03:15:57.865Z Downloaded bzip2 v0.4.4
11422024-11-02T03:15:57.865Z Downloaded aes v0.8.4
11432024-11-02T03:15:57.868Z Downloaded base64 v0.22.1
11442024-11-02T03:15:57.871Z Downloaded array-init v0.0.4
11452024-11-02T03:15:57.874Z Downloaded ctr v0.9.2
11462024-11-02T03:15:58.028Z Downloaded ring v0.16.20
11472024-11-02T03:15:58.112Z Downloaded ring v0.17.8
11482024-11-02T03:15:58.247Z Downloaded libsqlite3-sys v0.30.1
11492024-11-02T03:15:58.423Z Compiling serde v1.0.210
11502024-11-02T03:15:58.426Z Compiling typenum v1.17.0
11512024-11-02T03:15:58.426Z Compiling lock_api v0.4.12
11522024-11-02T03:15:58.426Z Compiling generic-array v0.14.7
11532024-11-02T03:15:58.426Z Compiling scopeguard v1.2.0
11542024-11-02T03:15:58.426Z Compiling subtle v2.6.1
11552024-11-02T03:15:58.632Z Compiling syn v2.0.79
11562024-11-02T03:15:58.778Z Compiling getrandom v0.2.15
11572024-11-02T03:15:58.808Z Compiling value-bag v1.9.0
11582024-11-02T03:15:59.080Z Compiling rand_core v0.6.4
11592024-11-02T03:15:59.164Z Compiling const-oid v0.9.6
11602024-11-02T03:15:59.199Z Compiling jobserver v0.1.32
11612024-11-02T03:15:59.246Z Compiling shlex v1.3.0
11622024-11-02T03:15:59.479Z Compiling log v0.4.22
11632024-11-02T03:15:59.637Z Compiling cc v1.1.30
11642024-11-02T03:15:59.688Z Compiling pin-project-lite v0.2.14
11652024-11-02T03:15:59.705Z Compiling smallvec v1.13.2
11662024-11-02T03:15:59.820Z Compiling parking_lot_core v0.9.10
11672024-11-02T03:16:00.141Z Compiling futures-core v0.3.31
11682024-11-02T03:16:00.183Z Compiling signal-hook-registry v1.4.2
11692024-11-02T03:16:00.405Z Compiling mio v1.0.2
11702024-11-02T03:16:00.438Z Compiling cpufeatures v0.2.14
11712024-11-02T03:16:00.540Z Compiling futures-sink v0.3.31
11722024-11-02T03:16:00.715Z Compiling spin v0.9.8
11732024-11-02T03:16:00.997Z Compiling parking_lot v0.12.3
11742024-11-02T03:16:01.014Z Compiling socket2 v0.5.7
11752024-11-02T03:16:01.134Z Compiling slab v0.4.9
11762024-11-02T03:16:01.275Z Compiling serde_json v1.0.128
11772024-11-02T03:16:01.378Z Compiling futures-channel v0.3.31
11782024-11-02T03:16:01.587Z Compiling foldhash v0.1.3
11792024-11-02T03:16:01.643Z Compiling futures-task v0.3.31
11802024-11-02T03:16:01.807Z Compiling futures-io v0.3.31
11812024-11-02T03:16:01.875Z Compiling allocator-api2 v0.2.18
11822024-11-02T03:16:01.891Z Compiling tinyvec_macros v0.1.1
11832024-11-02T03:16:01.918Z Compiling pin-utils v0.1.0
11842024-11-02T03:16:01.934Z Compiling pkg-config v0.3.31
11852024-11-02T03:16:01.952Z Compiling libm v0.2.8
11862024-11-02T03:16:01.979Z Compiling tinyvec v1.8.0
11872024-11-02T03:16:02.011Z Compiling num-traits v0.2.19
11882024-11-02T03:16:02.119Z Compiling unicode-bidi v0.3.17
11892024-11-02T03:16:02.542Z Compiling base64ct v1.6.0
11902024-11-02T03:16:02.661Z Compiling hashbrown v0.15.0
11912024-11-02T03:16:03.123Z Compiling pem-rfc7468 v0.7.0
11922024-11-02T03:16:03.414Z Compiling unicode-normalization v0.1.24
11932024-11-02T03:16:03.505Z Compiling flagset v0.4.6
11942024-11-02T03:16:03.714Z Compiling httparse v1.9.5
11952024-11-02T03:16:03.733Z Compiling ring v0.17.8
11962024-11-02T03:16:03.751Z Compiling tracing-core v0.1.32
11972024-11-02T03:16:03.850Z Compiling crossbeam-utils v0.8.20
11982024-11-02T03:16:03.994Z Compiling percent-encoding v2.3.1
11992024-11-02T03:16:04.371Z Compiling rustls-pki-types v1.9.0
12002024-11-02T03:16:04.506Z Compiling vcpkg v0.2.15
12012024-11-02T03:16:04.547Z Compiling time-core v0.1.2
12022024-11-02T03:16:04.720Z Compiling untrusted v0.9.0
12032024-11-02T03:16:04.906Z Compiling num-conv v0.1.0
12042024-11-02T03:16:05.106Z Compiling powerfmt v0.2.0
12052024-11-02T03:16:05.179Z Compiling time-macros v0.2.18
12062024-11-02T03:16:05.376Z Compiling deranged v0.3.11
12072024-11-02T03:16:05.437Z Compiling atomic-waker v1.1.2
12082024-11-02T03:16:05.476Z Compiling num_threads v0.1.7
12092024-11-02T03:16:05.609Z Compiling form_urlencoded v1.2.1
12102024-11-02T03:16:05.628Z Compiling slog v2.7.0
12112024-11-02T03:16:05.928Z Compiling rustix v0.38.37
12122024-11-02T03:16:06.132Z Compiling try-lock v0.2.5
12132024-11-02T03:16:06.281Z Compiling want v0.3.1
12142024-11-02T03:16:06.421Z Compiling openssl-sys v0.9.103
12152024-11-02T03:16:06.464Z Compiling httpdate v1.0.3
12162024-11-02T03:16:06.737Z Compiling idna v0.5.0
12172024-11-02T03:16:06.892Z Compiling rustversion v1.0.17
12182024-11-02T03:16:07.043Z Compiling adler2 v2.0.0
12192024-11-02T03:16:07.232Z Compiling foreign-types-shared v0.1.1
12202024-11-02T03:16:07.310Z Compiling match_cfg v0.1.0
12212024-11-02T03:16:07.337Z Compiling tower-service v0.3.3
12222024-11-02T03:16:07.403Z Compiling base64 v0.22.1
12232024-11-02T03:16:07.457Z Compiling openssl v0.10.66
12242024-11-02T03:16:07.532Z Compiling iana-time-zone v0.1.61
12252024-11-02T03:16:07.876Z Compiling url v2.5.2
12262024-11-02T03:16:08.024Z Compiling hostname v0.3.1
12272024-11-02T03:16:08.065Z Compiling time v0.3.36
12282024-11-02T03:16:08.067Z Compiling foreign-types v0.3.2
12292024-11-02T03:16:08.163Z Compiling miniz_oxide v0.8.0
12302024-11-02T03:16:08.186Z Compiling dirs-sys-next v0.1.2
12312024-11-02T03:16:08.255Z Compiling aho-corasick v1.1.3
12322024-11-02T03:16:08.816Z Compiling native-tls v0.2.12
12332024-11-02T03:16:08.869Z Compiling rustls v0.23.14
12342024-11-02T03:16:09.140Z Compiling data-encoding v2.6.0
12352024-11-02T03:16:09.157Z Compiling rustls v0.22.4
12362024-11-02T03:16:09.426Z Compiling regex-syntax v0.8.5
12372024-11-02T03:16:09.612Z Compiling siphasher v0.3.11
12382024-11-02T03:16:09.632Z Compiling syn v1.0.109
12392024-11-02T03:16:10.016Z Compiling dirs-next v2.0.0
12402024-11-02T03:16:10.290Z Compiling serde_derive_internals v0.29.1
12412024-11-02T03:16:11.225Z Compiling crossbeam-epoch v0.9.18
12422024-11-02T03:16:11.457Z Compiling bzip2-sys v0.1.11+1.0.8
12432024-11-02T03:16:11.913Z Compiling lazy_static v1.5.0
12442024-11-02T03:16:11.937Z Compiling thread_local v1.1.8
12452024-11-02T03:16:12.032Z Compiling cookie v0.18.1
12462024-11-02T03:16:12.036Z Compiling serde_derive v1.0.210
12472024-11-02T03:16:12.324Z Compiling zeroize_derive v1.4.2
12482024-11-02T03:16:12.458Z Compiling zerocopy-derive v0.7.35
12492024-11-02T03:16:12.745Z Compiling tokio-macros v2.4.0
12502024-11-02T03:16:12.953Z Compiling thiserror-impl v1.0.64
12512024-11-02T03:16:13.000Z Compiling futures-macro v0.3.31
12522024-11-02T03:16:13.767Z Compiling zeroize v1.8.1
12532024-11-02T03:16:14.344Z Compiling der_derive v0.7.3
12542024-11-02T03:16:14.525Z Compiling zerocopy v0.7.35
12552024-11-02T03:16:14.866Z Compiling futures-util v0.3.31
12562024-11-02T03:16:15.345Z Compiling tracing-attributes v0.1.27
12572024-11-02T03:16:15.651Z Compiling crypto-common v0.1.6
12582024-11-02T03:16:15.758Z Compiling block-buffer v0.10.4
12592024-11-02T03:16:15.895Z Compiling block-padding v0.3.3
12602024-11-02T03:16:16.018Z Compiling digest v0.10.7
12612024-11-02T03:16:16.037Z Compiling thiserror v1.0.64
12622024-11-02T03:16:16.109Z Compiling inout v0.1.3
12632024-11-02T03:16:16.141Z Compiling ppv-lite86 v0.2.20
12642024-11-02T03:16:16.173Z Compiling pest v2.7.14
12652024-11-02T03:16:16.371Z Compiling cipher v0.4.4
12662024-11-02T03:16:16.511Z Compiling hmac v0.12.1
12672024-11-02T03:16:16.616Z Compiling sha2 v0.10.8
12682024-11-02T03:16:16.757Z Compiling der v0.7.9
12692024-11-02T03:16:16.906Z Compiling salsa20 v0.10.2
12702024-11-02T03:16:17.015Z Compiling rand_chacha v0.3.1
12712024-11-02T03:16:17.136Z Compiling pbkdf2 v0.12.2
12722024-11-02T03:16:17.319Z Compiling scrypt v0.11.0
12732024-11-02T03:16:17.903Z Compiling rand v0.8.5
12742024-11-02T03:16:19.005Z Compiling tracing v0.1.40
12752024-11-02T03:16:19.284Z Compiling spki v0.7.3
12762024-11-02T03:16:19.399Z Compiling pest_meta v2.7.14
12772024-11-02T03:16:19.506Z Compiling cbc v0.1.2
12782024-11-02T03:16:19.656Z Compiling aes v0.8.4
12792024-11-02T03:16:20.105Z Compiling scroll_derive v0.12.0
12802024-11-02T03:16:20.123Z Compiling openssl-macros v0.1.1
12812024-11-02T03:16:20.235Z Compiling async-trait v0.1.83
12822024-11-02T03:16:20.861Z Compiling pest_generator v2.7.14
12832024-11-02T03:16:21.206Z Compiling pkcs5 v0.7.1
12842024-11-02T03:16:21.588Z Compiling scroll v0.12.0
12852024-11-02T03:16:22.153Z Compiling rustls-webpki v0.102.8
12862024-11-02T03:16:22.423Z Compiling goblin v0.8.2
12872024-11-02T03:16:22.461Z Compiling pkcs8 v0.10.2
12882024-11-02T03:16:22.723Z Compiling signature v2.2.0
12892024-11-02T03:16:22.864Z Compiling sha1 v0.10.6
12902024-11-02T03:16:23.075Z Compiling regex-automata v0.4.8
12912024-11-02T03:16:23.130Z Compiling multer v3.1.0
12922024-11-02T03:16:23.290Z Compiling encoding_rs v0.8.34
12932024-11-02T03:16:23.430Z Compiling unicode-properties v0.1.3
12942024-11-02T03:16:23.483Z Compiling paste v1.0.15
12952024-11-02T03:16:23.874Z Compiling schemars v0.8.21
12962024-11-02T03:16:24.050Z Compiling ipnet v2.10.1
12972024-11-02T03:16:24.067Z Compiling pest_derive v2.7.14
12982024-11-02T03:16:24.153Z Compiling openssl-probe v0.1.5
12992024-11-02T03:16:24.215Z Compiling mime v0.3.17
13002024-11-02T03:16:24.530Z Compiling rayon-core v1.12.1
13012024-11-02T03:16:24.808Z Compiling slog-async v2.8.0
13022024-11-02T03:16:24.825Z Compiling signal-hook v0.3.17
13032024-11-02T03:16:24.879Z Compiling dtrace-parser v0.2.0
13042024-11-02T03:16:25.085Z Compiling either v1.13.0
13052024-11-02T03:16:25.283Z Compiling gimli v0.31.1
13062024-11-02T03:16:25.506Z Compiling stringprep v0.1.5
13072024-11-02T03:16:26.066Z Compiling bytes v1.7.2
13082024-11-02T03:16:26.900Z Compiling indexmap v2.6.0
13092024-11-02T03:16:27.398Z Compiling tokio v1.40.0
13102024-11-02T03:16:27.452Z Compiling http v1.1.0
13112024-11-02T03:16:28.431Z Compiling bitflags v2.6.0
13122024-11-02T03:16:28.885Z Compiling semver v1.0.23
13132024-11-02T03:16:29.653Z Compiling rustc_version v0.4.1
13142024-11-02T03:16:29.690Z Compiling http-body v1.0.1
13152024-11-02T03:16:29.929Z Compiling dof v0.3.0
13162024-11-02T03:16:30.392Z Compiling uuid v1.10.0
13172024-11-02T03:16:30.412Z Compiling serde_tokenstream v0.2.2
13182024-11-02T03:16:31.003Z Compiling toml_datetime v0.6.8
13192024-11-02T03:16:31.522Z Compiling serde_spanned v0.6.8
13202024-11-02T03:16:31.763Z Compiling usdt-impl v0.5.0
13212024-11-02T03:16:31.911Z Compiling chrono v0.4.38
13222024-11-02T03:16:31.991Z Compiling heapless v0.7.17
13232024-11-02T03:16:32.278Z Compiling http-body-util v0.1.2
13242024-11-02T03:16:32.852Z Compiling toml_edit v0.22.22
13252024-11-02T03:16:33.317Z Compiling usdt-macro v0.5.0
13262024-11-02T03:16:34.776Z Compiling usdt-attr-macro v0.5.0
13272024-11-02T03:16:35.082Z Compiling curve25519-dalek v4.1.3
13282024-11-02T03:16:35.341Z Compiling addr2line v0.24.2
13292024-11-02T03:16:35.367Z Compiling slog-json v2.6.1
13302024-11-02T03:16:35.612Z Compiling serde_urlencoded v0.7.1
13312024-11-02T03:16:35.745Z Compiling tokio-util v0.7.12
13322024-11-02T03:16:36.007Z Compiling futures-executor v0.3.31
13332024-11-02T03:16:36.099Z Compiling md-5 v0.10.6
13342024-11-02T03:16:36.374Z Compiling schemars_derive v0.8.21
13352024-11-02T03:16:36.460Z Compiling enum-as-inner v0.6.1
13362024-11-02T03:16:36.557Z Compiling async-stream-impl v0.3.6
13372024-11-02T03:16:37.107Z Compiling h2 v0.4.6
13382024-11-02T03:16:37.928Z Compiling crossbeam-deque v0.8.5
13392024-11-02T03:16:39.499Z Compiling term v0.7.0
13402024-11-02T03:16:39.809Z Compiling crossbeam-channel v0.5.13
13412024-11-02T03:16:40.786Z Compiling num-integer v0.1.46
13422024-11-02T03:16:40.915Z Compiling rustls-pemfile v2.2.0
13432024-11-02T03:16:40.996Z Compiling idna v0.4.0
13442024-11-02T03:16:41.200Z Compiling idna v0.3.0
13452024-11-02T03:16:41.255Z Compiling hash32 v0.2.1
13462024-11-02T03:16:41.513Z Compiling ff v0.13.0
13472024-11-02T03:16:41.651Z Compiling is-terminal v0.4.13
13482024-11-02T03:16:41.725Z Compiling object v0.36.5
13492024-11-02T03:16:41.776Z Compiling dropshot v0.12.0
13502024-11-02T03:16:41.936Z Compiling rustc-demangle v0.1.24
13512024-11-02T03:16:42.074Z Compiling quick-error v1.2.3
13522024-11-02T03:16:42.227Z Compiling smoltcp v0.9.1
13532024-11-02T03:16:42.566Z Compiling base16ct v0.2.0
13542024-11-02T03:16:42.766Z Compiling num-bigint-dig v0.8.4
13552024-11-02T03:16:42.867Z Compiling utf-8 v0.7.6
13562024-11-02T03:16:42.886Z Compiling fallible-iterator v0.2.0
13572024-11-02T03:16:42.941Z Compiling portable-atomic v1.9.0
13582024-11-02T03:16:43.053Z Compiling anyhow v1.0.92
13592024-11-02T03:16:43.185Z Compiling stable_deref_trait v1.2.0
13602024-11-02T03:16:43.297Z Compiling take_mut v0.2.2
13612024-11-02T03:16:43.459Z Compiling psl-types v2.0.11
13622024-11-02T03:16:43.615Z Compiling linked-hash-map v0.5.6
13632024-11-02T03:16:43.680Z Compiling dyn-clone v1.0.17
13642024-11-02T03:16:43.993Z Compiling hyper v1.4.1
13652024-11-02T03:16:44.045Z Compiling lru-cache v0.1.2
13662024-11-02T03:16:44.064Z Compiling publicsuffix v2.2.3
13672024-11-02T03:16:44.243Z Compiling postgres-protocol v0.6.7
13682024-11-02T03:16:45.578Z Compiling tungstenite v0.24.0
13692024-11-02T03:16:46.726Z Compiling hyper-util v0.1.10
13702024-11-02T03:16:47.387Z Compiling sec1 v0.7.3
13712024-11-02T03:16:47.583Z Compiling resolv-conf v0.7.0
13722024-11-02T03:16:47.913Z Compiling hickory-proto v0.24.1
13732024-11-02T03:16:47.974Z Compiling tokio-rustls v0.26.0
13742024-11-02T03:16:48.002Z Compiling slog-term v2.9.1
13752024-11-02T03:16:48.316Z Compiling usdt v0.5.0
13762024-11-02T03:16:48.430Z Compiling group v0.13.0
13772024-11-02T03:16:48.791Z Compiling num-iter v0.1.45
13782024-11-02T03:16:48.828Z Compiling backtrace v0.3.74
13792024-11-02T03:16:48.849Z Compiling tokio-native-tls v0.3.1
13802024-11-02T03:16:49.127Z Compiling async-stream v0.3.6
13812024-11-02T03:16:49.448Z Compiling futures v0.3.31
13822024-11-02T03:16:49.608Z Compiling toml v0.8.19
13832024-11-02T03:16:49.733Z Compiling tokio-rustls v0.25.0
13842024-11-02T03:16:50.014Z Compiling slog-bunyan v2.5.0
13852024-11-02T03:16:50.117Z Compiling terminal_size v0.4.0
13862024-11-02T03:16:50.237Z Compiling dropshot_endpoint v0.12.0
13872024-11-02T03:16:50.325Z Compiling openapiv3 v2.0.0
13882024-11-02T03:16:50.826Z Compiling serde_path_to_error v0.1.16
13892024-11-02T03:16:51.264Z Compiling camino v1.1.9
13902024-11-02T03:16:51.611Z Compiling hubpack_derive v0.1.1
13912024-11-02T03:16:52.159Z Compiling hkdf v0.12.4
13922024-11-02T03:16:52.278Z Compiling crypto-bigint v0.5.5
13932024-11-02T03:16:52.403Z Compiling curve25519-dalek-derive v0.1.1
13942024-11-02T03:16:52.455Z Compiling zerocopy-derive v0.6.6
13952024-11-02T03:16:52.496Z Compiling phf_shared v0.11.2
13962024-11-02T03:16:52.635Z Compiling waitgroup v0.1.2
13972024-11-02T03:16:52.860Z Compiling webpki-roots v0.26.6
13982024-11-02T03:16:52.882Z Compiling hostname v0.4.0
13992024-11-02T03:16:53.078Z Compiling fs-err v2.11.0
14002024-11-02T03:16:53.140Z Compiling crc32fast v1.4.2
14012024-11-02T03:16:53.382Z Compiling ahash v0.8.11
14022024-11-02T03:16:53.468Z Compiling managed v0.8.0
14032024-11-02T03:16:53.772Z Compiling debug-ignore v1.0.5
14042024-11-02T03:16:53.877Z Compiling winnow v0.5.40
14052024-11-02T03:16:53.915Z Compiling bitflags v1.3.2
14062024-11-02T03:16:53.933Z Compiling strum_macros v0.25.3
14072024-11-02T03:16:54.577Z Compiling zerocopy v0.6.6
14082024-11-02T03:16:55.444Z Compiling elliptic-curve v0.13.8
14092024-11-02T03:16:56.199Z Compiling clap_builder v4.5.20
14102024-11-02T03:16:56.285Z Compiling console v0.15.8
14112024-11-02T03:16:57.678Z Compiling toml_edit v0.19.15
14122024-11-02T03:16:57.792Z Compiling hickory-resolver v0.24.1
14132024-11-02T03:16:57.876Z Compiling flate2 v1.0.34
14142024-11-02T03:16:57.957Z Compiling hyper-rustls v0.27.3
14152024-11-02T03:16:58.356Z Compiling phf v0.11.2
14162024-11-02T03:16:58.560Z Compiling hubpack v0.1.2
14172024-11-02T03:16:58.669Z Compiling signal-hook-mio v0.2.4
14182024-11-02T03:16:58.845Z Compiling rayon v1.10.0
14192024-11-02T03:16:58.889Z Compiling cookie_store v0.21.0
14202024-11-02T03:16:59.940Z Compiling hyper-tls v0.6.0
14212024-11-02T03:17:00.362Z Compiling bzip2 v0.4.4
14222024-11-02T03:17:00.754Z Compiling tokio-tungstenite v0.24.0
14232024-11-02T03:17:01.324Z Compiling postgres-types v0.2.8
14242024-11-02T03:17:02.952Z Compiling tokio-stream v0.1.16
14252024-11-02T03:17:03.910Z Compiling regex v1.11.0
14262024-11-02T03:17:03.931Z Compiling bstr v1.10.0
14272024-11-02T03:17:04.068Z Compiling serde-big-array v0.5.1
14282024-11-02T03:17:04.206Z Compiling ed25519 v2.2.3
14292024-11-02T03:17:04.244Z Compiling pkcs1 v0.7.5
14302024-11-02T03:17:04.298Z Compiling rfc6979 v0.4.0
14312024-11-02T03:17:04.493Z Compiling clap_derive v4.5.18
14322024-11-02T03:17:04.984Z Compiling serde_repr v0.1.19
14332024-11-02T03:17:05.156Z Compiling derive-where v1.2.7
14342024-11-02T03:17:05.225Z Compiling phf_shared v0.10.0
14352024-11-02T03:17:05.362Z Compiling float-cmp v0.9.0
14362024-11-02T03:17:05.584Z Compiling sync_wrapper v1.0.1
14372024-11-02T03:17:05.604Z Compiling normalize-line-endings v0.3.0
14382024-11-02T03:17:05.647Z Compiling bit-vec v0.6.3
14392024-11-02T03:17:05.723Z Compiling number_prefix v0.4.0
14402024-11-02T03:17:05.743Z Compiling unicode-segmentation v1.12.0
14412024-11-02T03:17:05.944Z Compiling new_debug_unreachable v1.0.6
14422024-11-02T03:17:06.045Z Compiling minimal-lexical v0.2.1
14432024-11-02T03:17:06.090Z Compiling predicates-core v1.0.8
14442024-11-02T03:17:06.124Z Compiling precomputed-hash v0.1.1
14452024-11-02T03:17:06.127Z Compiling static_assertions v1.1.0
14462024-11-02T03:17:06.237Z Compiling fixedbitset v0.4.2
14472024-11-02T03:17:06.256Z Compiling difflib v0.4.0
14482024-11-02T03:17:06.464Z Compiling whoami v1.5.2
14492024-11-02T03:17:06.549Z Compiling petgraph v0.6.5
14502024-11-02T03:17:06.628Z Compiling similar v2.6.0
14512024-11-02T03:17:06.699Z Compiling predicates v3.1.2
14522024-11-02T03:17:07.126Z Compiling tokio-postgres v0.7.12
14532024-11-02T03:17:07.791Z Compiling nom v7.1.3
14542024-11-02T03:17:08.377Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
14552024-11-02T03:17:08.524Z Compiling qorb v0.2.0
14562024-11-02T03:17:09.113Z Compiling string_cache v0.8.7
14572024-11-02T03:17:09.171Z Compiling clap v4.5.20
14582024-11-02T03:17:09.296Z Compiling bit-set v0.5.3
14592024-11-02T03:17:09.558Z Compiling indicatif v0.17.8
14602024-11-02T03:17:09.586Z Compiling reqwest v0.12.8
14612024-11-02T03:17:10.614Z Compiling rsa v0.9.6
14622024-11-02T03:17:11.596Z Compiling ed25519-dalek v2.1.1
14632024-11-02T03:17:11.641Z Compiling ecdsa v0.16.9
14642024-11-02T03:17:12.517Z Compiling toml v0.7.8
14652024-11-02T03:17:12.896Z Compiling zip v0.6.6
14662024-11-02T03:17:12.915Z Compiling crossterm v0.28.1
14672024-11-02T03:17:14.343Z Compiling hex v0.4.3
14682024-11-02T03:17:14.975Z Compiling itertools v0.12.1
14692024-11-02T03:17:15.005Z Compiling itertools v0.10.5
14702024-11-02T03:17:15.042Z Compiling x509-cert v0.2.5
14712024-11-02T03:17:15.061Z Compiling unicode-xid v0.2.6
14722024-11-02T03:17:15.130Z Compiling peg-runtime v0.8.3
14732024-11-02T03:17:15.240Z Compiling lalrpop-util v0.19.12
14742024-11-02T03:17:15.606Z Compiling xattr v1.3.1
14752024-11-02T03:17:15.773Z Compiling strum_macros v0.26.4
14762024-11-02T03:17:15.871Z Compiling filetime v0.2.25
14772024-11-02T03:17:16.192Z Compiling tar v0.4.42
14782024-11-02T03:17:19.263Z Compiling strum v0.26.3
14792024-11-02T03:17:19.409Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
14802024-11-02T03:17:19.655Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
14812024-11-02T03:17:24.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
14822024-11-02T03:17:24.952Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
14832024-11-02T03:17:24.989ZNov 02 03:17:23.505 INFO Starting download, target: Console
14842024-11-02T03:17:24.989ZNov 02 03:17:23.505 INFO Starting download, target: Clickhouse
14852024-11-02T03:17:24.989ZNov 02 03:17:23.505 INFO Starting download, target: Cockroach
14862024-11-02T03:17:24.995ZNov 02 03:17:23.505 INFO Starting download, target: DendriteOpenapi
14872024-11-02T03:17:24.995ZNov 02 03:17:23.505 INFO Starting download, target: DendriteStub
14882024-11-02T03:17:24.995ZNov 02 03:17:23.505 INFO Starting download, target: MaghemiteMgd
14892024-11-02T03:17:24.996ZNov 02 03:17:23.505 INFO Starting download, target: TransceiverControl
14902024-11-02T03:17:24.996ZNov 02 03:17:23.506 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
14912024-11-02T03:17:24.996ZNov 02 03:17:23.506 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi
14922024-11-02T03:17:24.996ZNov 02 03:17:23.506 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
14932024-11-02T03:17:24.996ZNov 02 03:17:23.506 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
14942024-11-02T03:17:24.996ZNov 02 03:17:23.506 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
14952024-11-02T03:17:24.997ZNov 02 03:17:23.506 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
14962024-11-02T03:17:24.998ZNov 02 03:17:23.506 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
14972024-11-02T03:17:25.294ZNov 02 03:17:23.804 INFO Download complete, target: DendriteOpenapi
14982024-11-02T03:17:25.358ZNov 02 03:17:23.856 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
14992024-11-02T03:17:25.496ZNov 02 03:17:24.006 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
15002024-11-02T03:17:25.827ZNov 02 03:17:24.303 INFO Download complete, target: Console
15012024-11-02T03:17:26.020ZNov 02 03:17:24.499 INFO Download complete, target: TransceiverControl
15022024-11-02T03:17:26.251ZNov 02 03:17:24.749 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
15032024-11-02T03:17:26.393ZNov 02 03:17:24.910 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
15042024-11-02T03:17:26.862ZNov 02 03:17:25.371 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
15052024-11-02T03:17:26.868ZNov 02 03:17:25.372 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
15062024-11-02T03:17:26.868ZNov 02 03:17:25.372 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
15072024-11-02T03:17:28.851ZNov 02 03:17:27.368 INFO Download complete, target: DendriteStub
15082024-11-02T03:17:29.155ZNov 02 03:17:27.673 INFO Download complete, target: MaghemiteMgd
15092024-11-02T03:17:34.165ZNov 02 03:17:32.682 INFO Checking that binary works, target: Cockroach
15102024-11-02T03:17:34.326ZNov 02 03:17:32.843 INFO Download complete, target: Cockroach
15112024-11-02T03:17:39.143ZNov 02 03:17:37.659 INFO Checking that binary works, target: Clickhouse
15122024-11-02T03:17:39.567ZNov 02 03:17:38.083 INFO Download complete, target: Clickhouse
15132024-11-02T03:17:39.750ZAll builder prerequisites installed successfully, and PATH looks valid
15142024-11-02T03:17:39.753Z
15152024-11-02T03:17:39.753Zreal 6:07.963286196
15162024-11-02T03:17:39.753Zuser 12:12.168329137
15172024-11-02T03:17:39.753Zsys 2:42.134842828
15182024-11-02T03:17:39.753Ztrap 0.435332162
15192024-11-02T03:17:39.753Ztflt 3.636191678
15202024-11-02T03:17:39.753Zdflt 3.169939323
15212024-11-02T03:17:39.753Zkflt 0.186833751
15222024-11-02T03:17:39.753Zlock 21:57.979110954
15232024-11-02T03:17:39.753Zslp 52:34.856905107
15242024-11-02T03:17:39.753Zlat 44.840078522
15252024-11-02T03:17:39.753Zstop 2:00.333038927
15262024-11-02T03:17:39.753Z+ banner hack-check
15272024-11-02T03:17:39.756Z
15282024-11-02T03:17:39.756Z # # ## #### # # #### # # ###### #### # #
15292024-11-02T03:17:39.756Z # # # # # # # # # # # # # # # # #
15302024-11-02T03:17:39.756Z ###### # # # #### ##### # ###### ##### # ####
15312024-11-02T03:17:39.756Z # # ###### # # # # # # # # # #
15322024-11-02T03:17:39.756Z # # # # # # # # # # # # # # # # #
15332024-11-02T03:17:39.756Z # # # # #### # # #### # # ###### #### # #
15342024-11-02T03:17:39.756Z
15352024-11-02T03:17:39.756Z+ export CARGO_INCREMENTAL=0
15362024-11-02T03:17:39.756Z+ CARGO_INCREMENTAL=0
15372024-11-02T03:17:39.756Z+ ptime -m timeout 2h cargo xtask check-features --ci
15382024-11-02T03:17:40.256Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
15392024-11-02T03:17:43.709Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.90s
15402024-11-02T03:17:43.765Z Running `target/debug/xtask check-features --ci`
15412024-11-02T03:17:43.785Zcargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version
15422024-11-02T03:17:43.785Zrunning: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack"
15432024-11-02T03:17:44.212Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s
15442024-11-02T03:17:44.228Z Running `target/debug/xtask download cargo-hack`
15452024-11-02T03:17:45.001Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15462024-11-02T03:17:45.368Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15472024-11-02T03:17:49.813Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.55s
15482024-11-02T03:17:49.960Z Running `target/debug/xtask-downloader cargo-hack`
15492024-11-02T03:17:49.993ZNov 02 03:17:48.507 INFO Starting download, target: CargoHack
15502024-11-02T03:17:49.996ZNov 02 03:17:48.508 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack
15512024-11-02T03:17:50.634ZNov 02 03:17:49.148 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack
15522024-11-02T03:17:50.722ZNov 02 03:17:49.236 INFO Download complete, target: CargoHack
15532024-11-02T03:17:51.728Zrunning: "/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"
15542024-11-02T03:17:51.730Zinfo: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished
15552024-11-02T03:17:51.730Zinfo: running `cargo check --bins` on api_identity (1/168)
15562024-11-02T03:17:51.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15572024-11-02T03:17:51.730Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15582024-11-02T03:17:51.730Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15592024-11-02T03:17:51.731Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
15602024-11-02T03:17:51.731Z
15612024-11-02T03:17:51.731Zinfo: running `cargo check --bins` on bootstore (2/168)
15622024-11-02T03:17:51.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15632024-11-02T03:17:51.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15642024-11-02T03:17:51.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15652024-11-02T03:17:51.986Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
15662024-11-02T03:17:52.053Z
15672024-11-02T03:17:52.053Zinfo: running `cargo check --bins --no-default-features` on omicron-common (3/168)
15682024-11-02T03:17:52.558Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15692024-11-02T03:17:52.560Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15702024-11-02T03:17:52.560Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15712024-11-02T03:17:52.563Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
15722024-11-02T03:17:52.636Z
15732024-11-02T03:17:52.636Zinfo: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168)
15742024-11-02T03:17:53.157Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15752024-11-02T03:17:53.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15762024-11-02T03:17:53.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15772024-11-02T03:17:53.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
15782024-11-02T03:17:53.230Z
15792024-11-02T03:17:53.230Zinfo: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168)
15802024-11-02T03:17:53.591Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15812024-11-02T03:17:53.593Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15822024-11-02T03:17:53.594Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15832024-11-02T03:17:53.596Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15842024-11-02T03:17:53.630Z
15852024-11-02T03:17:53.630Zinfo: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168)
15862024-11-02T03:17:53.988Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15872024-11-02T03:17:53.991Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15882024-11-02T03:17:53.991Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15892024-11-02T03:17:53.993Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15902024-11-02T03:17:54.029Z
15912024-11-02T03:17:54.029Zinfo: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168)
15922024-11-02T03:17:54.387Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15932024-11-02T03:17:54.390Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
15942024-11-02T03:17:54.390Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
15952024-11-02T03:17:54.393Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
15962024-11-02T03:17:54.426Z
15972024-11-02T03:17:54.426Zinfo: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168)
15982024-11-02T03:17:54.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
15992024-11-02T03:17:54.788Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16002024-11-02T03:17:54.788Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16012024-11-02T03:17:54.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16022024-11-02T03:17:54.826Z
16032024-11-02T03:17:54.826Zinfo: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168)
16042024-11-02T03:17:55.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16052024-11-02T03:17:55.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16062024-11-02T03:17:55.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16072024-11-02T03:17:55.192Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16082024-11-02T03:17:55.226Z
16092024-11-02T03:17:55.226Zinfo: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168)
16102024-11-02T03:17:55.582Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16112024-11-02T03:17:55.584Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16122024-11-02T03:17:55.584Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16132024-11-02T03:17:55.586Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16142024-11-02T03:17:55.622Z
16152024-11-02T03:17:55.622Zinfo: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168)
16162024-11-02T03:17:55.981Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16172024-11-02T03:17:55.983Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16182024-11-02T03:17:55.983Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16192024-11-02T03:17:55.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16202024-11-02T03:17:56.021Z
16212024-11-02T03:17:56.021Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168)
16222024-11-02T03:17:56.381Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16232024-11-02T03:17:56.383Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16242024-11-02T03:17:56.384Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16252024-11-02T03:17:56.386Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16262024-11-02T03:17:56.421Z
16272024-11-02T03:17:56.421Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168)
16282024-11-02T03:17:56.789Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16292024-11-02T03:17:56.791Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16302024-11-02T03:17:56.791Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16312024-11-02T03:17:56.795Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16322024-11-02T03:17:56.830Z
16332024-11-02T03:17:56.830Zinfo: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168)
16342024-11-02T03:17:57.189Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16352024-11-02T03:17:57.192Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16362024-11-02T03:17:57.192Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16372024-11-02T03:17:57.195Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16382024-11-02T03:17:57.229Z
16392024-11-02T03:17:57.229Zinfo: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168)
16402024-11-02T03:17:57.594Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16412024-11-02T03:17:57.597Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16422024-11-02T03:17:57.597Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16432024-11-02T03:17:57.599Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16442024-11-02T03:17:57.635Z
16452024-11-02T03:17:57.635Zinfo: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168)
16462024-11-02T03:17:58.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16472024-11-02T03:17:58.003Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16482024-11-02T03:17:58.003Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16492024-11-02T03:17:58.006Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16502024-11-02T03:17:58.041Z
16512024-11-02T03:17:58.041Zinfo: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168)
16522024-11-02T03:17:58.405Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16532024-11-02T03:17:58.408Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16542024-11-02T03:17:58.408Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16552024-11-02T03:17:58.410Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16562024-11-02T03:17:58.446Z
16572024-11-02T03:17:58.446Zinfo: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168)
16582024-11-02T03:17:58.815Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16592024-11-02T03:17:58.818Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16602024-11-02T03:17:58.818Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16612024-11-02T03:17:58.821Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16622024-11-02T03:17:58.857Z
16632024-11-02T03:17:58.857Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168)
16642024-11-02T03:17:59.228Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16652024-11-02T03:17:59.231Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16662024-11-02T03:17:59.231Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16672024-11-02T03:17:59.233Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s
16682024-11-02T03:17:59.269Z
16692024-11-02T03:17:59.269Zinfo: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168)
16702024-11-02T03:17:59.628Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16712024-11-02T03:17:59.630Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16722024-11-02T03:17:59.630Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16732024-11-02T03:17:59.633Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16742024-11-02T03:17:59.668Z
16752024-11-02T03:17:59.668Zinfo: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168)
16762024-11-02T03:18:00.029Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16772024-11-02T03:18:00.031Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16782024-11-02T03:18:00.031Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16792024-11-02T03:18:00.034Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16802024-11-02T03:18:00.069Z
16812024-11-02T03:18:00.069Zinfo: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168)
16822024-11-02T03:18:00.429Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16832024-11-02T03:18:00.431Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16842024-11-02T03:18:00.431Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16852024-11-02T03:18:00.431Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s
16862024-11-02T03:18:00.468Z
16872024-11-02T03:18:00.468Zinfo: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168)
16882024-11-02T03:18:00.837Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16892024-11-02T03:18:00.840Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16902024-11-02T03:18:00.840Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16912024-11-02T03:18:00.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16922024-11-02T03:18:00.879Z
16932024-11-02T03:18:00.879Zinfo: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168)
16942024-11-02T03:18:01.242Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
16952024-11-02T03:18:01.245Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
16962024-11-02T03:18:01.245Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
16972024-11-02T03:18:01.247Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s
16982024-11-02T03:18:01.282Z
16992024-11-02T03:18:01.282Zinfo: running `cargo check --bins` on sled-hardware-types (25/168)
17002024-11-02T03:18:01.809Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17012024-11-02T03:18:01.812Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17022024-11-02T03:18:01.812Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17032024-11-02T03:18:01.814Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17042024-11-02T03:18:01.882Z
17052024-11-02T03:18:01.882Zinfo: running `cargo check --bins --no-default-features` on illumos-utils (26/168)
17062024-11-02T03:18:02.407Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17072024-11-02T03:18:02.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17082024-11-02T03:18:02.410Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17092024-11-02T03:18:02.413Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17102024-11-02T03:18:02.480Z
17112024-11-02T03:18:02.480Zinfo: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168)
17122024-11-02T03:18:03.006Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17132024-11-02T03:18:03.009Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17142024-11-02T03:18:03.009Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
17152024-11-02T03:18:03.012Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17162024-11-02T03:18:03.077Z
17172024-11-02T03:18:03.077Zinfo: running `cargo check --bins` on oxlog (28/168)
17182024-11-02T03:18:03.569Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
17192024-11-02T03:18:03.573Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
17202024-11-02T03:18:03.648Z Checking cfg-if v1.0.0
17212024-11-02T03:18:03.651Z Checking libc v0.2.161
17222024-11-02T03:18:03.748Z Checking serde v1.0.210
17232024-11-02T03:18:03.750Z Checking zeroize v1.8.1
17242024-11-02T03:18:03.761Z Checking memchr v2.7.4
17252024-11-02T03:18:03.772Z Checking typenum v1.17.0
17262024-11-02T03:18:03.772Z Checking scopeguard v1.2.0
17272024-11-02T03:18:03.782Z Checking subtle v2.6.1
17282024-11-02T03:18:03.807Z Checking value-bag v1.9.0
17292024-11-02T03:18:03.896Z Checking lock_api v0.4.12
17302024-11-02T03:18:04.004Z Checking itoa v1.0.11
17312024-11-02T03:18:04.039Z Checking const-oid v0.9.6
17322024-11-02T03:18:04.202Z Checking pin-project-lite v0.2.14
17332024-11-02T03:18:04.217Z Checking log v0.4.22
17342024-11-02T03:18:04.315Z Checking byteorder v1.5.0
17352024-11-02T03:18:04.331Z Checking smallvec v1.13.2
17362024-11-02T03:18:04.628Z Checking futures-core v0.3.31
17372024-11-02T03:18:04.684Z Checking once_cell v1.20.2
17382024-11-02T03:18:04.716Z Checking cpufeatures v0.2.14
17392024-11-02T03:18:04.719Z Checking futures-sink v0.3.31
17402024-11-02T03:18:04.799Z Checking spin v0.9.8
17412024-11-02T03:18:04.824Z Checking zerocopy v0.7.35
17422024-11-02T03:18:04.880Z Checking slab v0.4.9
17432024-11-02T03:18:04.894Z Checking getrandom v0.2.15
17442024-11-02T03:18:04.975Z Checking parking_lot_core v0.9.10
17452024-11-02T03:18:05.076Z Checking generic-array v0.14.7
17462024-11-02T03:18:05.098Z Checking rand_core v0.6.4
17472024-11-02T03:18:05.136Z Checking signal-hook-registry v1.4.2
17482024-11-02T03:18:05.139Z Checking mio v1.0.2
17492024-11-02T03:18:05.314Z Checking parking_lot v0.12.3
17502024-11-02T03:18:05.372Z Checking socket2 v0.5.7
17512024-11-02T03:18:05.398Z Checking futures-channel v0.3.31
17522024-11-02T03:18:05.665Z Checking tinyvec_macros v0.1.1
17532024-11-02T03:18:05.742Z Checking futures-io v0.3.31
17542024-11-02T03:18:05.755Z Checking allocator-api2 v0.2.18
17552024-11-02T03:18:05.757Z Checking futures-task v0.3.31
17562024-11-02T03:18:05.848Z Checking equivalent v1.0.1
17572024-11-02T03:18:05.879Z Checking foldhash v0.1.3
17582024-11-02T03:18:05.907Z Checking pin-utils v0.1.0
17592024-11-02T03:18:05.945Z Checking tinyvec v1.8.0
17602024-11-02T03:18:05.988Z Checking ryu v1.0.18
17612024-11-02T03:18:06.002Z Checking futures-util v0.3.31
17622024-11-02T03:18:06.081Z Checking fnv v1.0.7
17632024-11-02T03:18:06.208Z Checking unicode-bidi v0.3.17
17642024-11-02T03:18:06.211Z Checking libm v0.2.8
17652024-11-02T03:18:06.264Z Checking base64ct v1.6.0
17662024-11-02T03:18:06.303Z Checking crypto-common v0.1.6
17672024-11-02T03:18:06.364Z Checking block-buffer v0.10.4
17682024-11-02T03:18:06.486Z Checking hashbrown v0.15.0
17692024-11-02T03:18:06.584Z Checking digest v0.10.7
17702024-11-02T03:18:06.682Z Checking block-padding v0.3.3
17712024-11-02T03:18:06.870Z Checking pem-rfc7468 v0.7.0
17722024-11-02T03:18:06.896Z Checking inout v0.1.3
17732024-11-02T03:18:06.950Z Checking hmac v0.12.1
17742024-11-02T03:18:07.109Z Checking sha2 v0.10.8
17752024-11-02T03:18:07.123Z Checking num-traits v0.2.19
17762024-11-02T03:18:07.124Z Checking cipher v0.4.4
17772024-11-02T03:18:07.166Z Checking ppv-lite86 v0.2.20
17782024-11-02T03:18:07.227Z Checking unicode-normalization v0.1.24
17792024-11-02T03:18:07.541Z Checking flagset v0.4.6
17802024-11-02T03:18:07.599Z Checking tracing-core v0.1.32
17812024-11-02T03:18:07.682Z Checking thiserror v1.0.64
17822024-11-02T03:18:07.721Z Checking der v0.7.9
17832024-11-02T03:18:07.823Z Checking percent-encoding v2.3.1
17842024-11-02T03:18:07.937Z Checking rand_chacha v0.3.1
17852024-11-02T03:18:08.037Z Checking rustls-pki-types v1.9.0
17862024-11-02T03:18:08.182Z Checking salsa20 v0.10.2
17872024-11-02T03:18:08.246Z Checking tracing v0.1.40
17882024-11-02T03:18:08.345Z Checking rand v0.8.5
17892024-11-02T03:18:08.387Z Checking pbkdf2 v0.12.2
17902024-11-02T03:18:08.551Z Checking httparse v1.9.5
17912024-11-02T03:18:08.599Z Checking powerfmt v0.2.0
17922024-11-02T03:18:08.602Z Checking untrusted v0.9.0
17932024-11-02T03:18:08.757Z Checking ring v0.17.8
17942024-11-02T03:18:08.782Z Checking bytes v1.7.2
17952024-11-02T03:18:08.852Z Checking indexmap v2.6.0
17962024-11-02T03:18:08.867Z Checking serde_json v1.0.128
17972024-11-02T03:18:09.008Z Checking bitflags v2.6.0
17982024-11-02T03:18:09.316Z Checking deranged v0.3.11
17992024-11-02T03:18:09.607Z Checking tokio v1.40.0
18002024-11-02T03:18:09.641Z Checking http v1.1.0
18012024-11-02T03:18:09.678Z Checking spki v0.7.3
18022024-11-02T03:18:09.967Z Checking scrypt v0.11.0
18032024-11-02T03:18:10.176Z Checking cbc v0.1.2
18042024-11-02T03:18:10.193Z Checking aes v0.8.4
18052024-11-02T03:18:10.364Z Checking crossbeam-utils v0.8.20
18062024-11-02T03:18:10.593Z Checking atomic-waker v1.1.2
18072024-11-02T03:18:10.718Z Checking num-conv v0.1.0
18082024-11-02T03:18:10.726Z Checking time-core v0.1.2
18092024-11-02T03:18:10.931Z Checking num_threads v0.1.7
18102024-11-02T03:18:11.026Z Checking rustls-webpki v0.102.8
18112024-11-02T03:18:11.122Z Checking form_urlencoded v1.2.1
18122024-11-02T03:18:11.123Z Checking http-body v1.0.1
18132024-11-02T03:18:11.123Z Checking try-lock v0.2.5
18142024-11-02T03:18:11.123Z Checking pkcs5 v0.7.1
18152024-11-02T03:18:11.123Z Checking time v0.3.36
18162024-11-02T03:18:11.148Z Checking want v0.3.1
18172024-11-02T03:18:11.218Z Checking unicode-ident v1.0.13
18182024-11-02T03:18:11.285Z Checking httpdate v1.0.3
18192024-11-02T03:18:11.371Z Checking uuid v1.10.0
18202024-11-02T03:18:11.496Z Checking proc-macro2 v1.0.87
18212024-11-02T03:18:11.648Z Checking toml_datetime v0.6.8
18222024-11-02T03:18:11.648Z Checking serde_spanned v0.6.8
18232024-11-02T03:18:11.796Z Checking pkcs8 v0.10.2
18242024-11-02T03:18:11.796Z Checking idna v0.5.0
18252024-11-02T03:18:11.855Z Checking slog v2.7.0
18262024-11-02T03:18:11.855Z Checking scroll v0.12.0
18272024-11-02T03:18:11.914Z Checking iana-time-zone v0.1.61
18282024-11-02T03:18:11.943Z Checking adler2 v2.0.0
18292024-11-02T03:18:12.022Z Checking base64 v0.22.1
18302024-11-02T03:18:12.079Z Checking plain v0.2.3
18312024-11-02T03:18:12.124Z Checking match_cfg v0.1.0
18322024-11-02T03:18:12.166Z Checking ucd-trie v0.1.7
18332024-11-02T03:18:12.236Z Checking tower-service v0.3.3
18342024-11-02T03:18:12.288Z Checking foreign-types-shared v0.1.1
18352024-11-02T03:18:12.289Z Checking goblin v0.8.2
18362024-11-02T03:18:12.381Z Checking foreign-types v0.3.2
18372024-11-02T03:18:12.381Z Checking hostname v0.3.1
18382024-11-02T03:18:12.503Z Checking pest v2.7.14
18392024-11-02T03:18:12.504Z Checking miniz_oxide v0.8.0
18402024-11-02T03:18:12.504Z Checking chrono v0.4.38
18412024-11-02T03:18:12.598Z Checking url v2.5.2
18422024-11-02T03:18:12.598Z Checking quote v1.0.37
18432024-11-02T03:18:12.921Z Checking openssl-sys v0.9.103
18442024-11-02T03:18:13.242Z Checking dirs-sys-next v0.1.2
18452024-11-02T03:18:13.472Z Checking errno v0.3.9
18462024-11-02T03:18:13.472Z Checking aho-corasick v1.1.3
18472024-11-02T03:18:13.644Z Checking pretty-hex v0.4.1
18482024-11-02T03:18:13.839Z Checking siphasher v0.3.11
18492024-11-02T03:18:13.839Z Checking regex-syntax v0.8.5
18502024-11-02T03:18:14.065Z Checking data-encoding v2.6.0
18512024-11-02T03:18:14.239Z Checking openssl v0.10.66
18522024-11-02T03:18:14.521Z Checking rustix v0.38.37
18532024-11-02T03:18:14.728Z Checking dirs-next v2.0.0
18542024-11-02T03:18:14.860Z Checking syn v2.0.79
18552024-11-02T03:18:14.978Z Checking dtrace-parser v0.2.0
18562024-11-02T03:18:15.080Z Checking http-body-util v0.1.2
18572024-11-02T03:18:15.392Z Checking crossbeam-epoch v0.9.18
18582024-11-02T03:18:15.540Z Checking sha1 v0.10.6
18592024-11-02T03:18:15.781Z Checking signature v2.2.0
18602024-11-02T03:18:15.856Z Checking lazy_static v1.5.0
18612024-11-02T03:18:15.964Z Checking thread_local v1.1.8
18622024-11-02T03:18:16.046Z Checking thread-id v4.2.2
18632024-11-02T03:18:16.086Z Checking encoding_rs v0.8.34
18642024-11-02T03:18:16.196Z Checking anstyle v1.0.8
18652024-11-02T03:18:16.539Z Checking ipnet v2.10.1
18662024-11-02T03:18:16.858Z Checking regex-automata v0.4.8
18672024-11-02T03:18:16.876Z Checking tokio-util v0.7.12
18682024-11-02T03:18:16.962Z Checking either v1.13.0
18692024-11-02T03:18:17.333Z Checking openssl-probe v0.1.5
18702024-11-02T03:18:17.355Z Checking dof v0.3.0
18712024-11-02T03:18:17.474Z Checking winnow v0.6.20
18722024-11-02T03:18:17.759Z Checking h2 v0.4.6
18732024-11-02T03:18:17.970Z Checking gimli v0.31.1
18742024-11-02T03:18:18.179Z Checking utf8parse v0.2.2
18752024-11-02T03:18:18.321Z Checking unicode-properties v0.1.3
18762024-11-02T03:18:18.376Z Checking mime v0.3.17
18772024-11-02T03:18:18.682Z Checking stringprep v0.1.5
18782024-11-02T03:18:18.703Z Checking anstyle-parse v0.2.5
18792024-11-02T03:18:18.960Z Checking crossbeam-deque v0.8.5
18802024-11-02T03:18:18.982Z Checking term v0.7.0
18812024-11-02T03:18:19.281Z Checking slog-json v2.6.1
18822024-11-02T03:18:19.406Z Checking rustls v0.23.14
18832024-11-02T03:18:19.538Z Checking rustls v0.22.4
18842024-11-02T03:18:19.686Z Checking native-tls v0.2.12
18852024-11-02T03:18:20.013Z Checking futures-executor v0.3.31
18862024-11-02T03:18:20.242Z Checking serde_urlencoded v0.7.1
18872024-11-02T03:18:20.482Z Checking toml_edit v0.22.22
18882024-11-02T03:18:20.655Z Checking crossbeam-channel v0.5.13
18892024-11-02T03:18:21.318Z Checking usdt-impl v0.5.0
18902024-11-02T03:18:21.423Z Checking num-integer v0.1.46
18912024-11-02T03:18:21.485Z Checking rustls-pemfile v2.2.0
18922024-11-02T03:18:21.699Z Checking idna v0.3.0
18932024-11-02T03:18:21.858Z Checking idna v0.4.0
18942024-11-02T03:18:21.910Z Checking md-5 v0.10.6
18952024-11-02T03:18:22.009Z Checking addr2line v0.24.2
18962024-11-02T03:18:22.134Z Checking ff v0.13.0
18972024-11-02T03:18:22.341Z Checking memmap v0.7.0
18982024-11-02T03:18:22.523Z Checking is-terminal v0.4.13
18992024-11-02T03:18:22.539Z Checking hash32 v0.2.1
19002024-11-02T03:18:22.552Z Checking object v0.36.5
19012024-11-02T03:18:22.656Z Checking take_mut v0.2.2
19022024-11-02T03:18:22.718Z Checking utf-8 v0.7.6
19032024-11-02T03:18:22.799Z Checking colorchoice v1.0.2
19042024-11-02T03:18:22.853Z Checking rustc-demangle v0.1.24
19052024-11-02T03:18:22.906Z Checking quick-error v1.2.3
19062024-11-02T03:18:22.937Z Checking base16ct v0.2.0
19072024-11-02T03:18:23.032Z Checking fallible-iterator v0.2.0
19082024-11-02T03:18:23.116Z Checking linked-hash-map v0.5.6
19092024-11-02T03:18:23.131Z Checking psl-types v2.0.11
19102024-11-02T03:18:23.189Z Checking dyn-clone v1.0.17
19112024-11-02T03:18:23.264Z Checking anstyle-query v1.1.1
19122024-11-02T03:18:23.299Z Checking stable_deref_trait v1.2.0
19132024-11-02T03:18:23.313Z Checking is_terminal_polyfill v1.70.1
19142024-11-02T03:18:23.388Z Checking schemars v0.8.21
19152024-11-02T03:18:23.401Z Checking heapless v0.7.17
19162024-11-02T03:18:23.420Z Checking anstream v0.6.15
19172024-11-02T03:18:23.439Z Checking lru-cache v0.1.2
19182024-11-02T03:18:23.612Z Checking publicsuffix v2.2.3
19192024-11-02T03:18:23.630Z Checking postgres-protocol v0.6.7
19202024-11-02T03:18:23.768Z Checking toml v0.8.19
19212024-11-02T03:18:23.849Z Checking tokio-rustls v0.25.0
19222024-11-02T03:18:23.992Z Checking hyper v1.4.1
19232024-11-02T03:18:24.211Z Checking sec1 v0.7.3
19242024-11-02T03:18:24.245Z Checking resolv-conf v0.7.0
19252024-11-02T03:18:24.435Z Checking tungstenite v0.24.0
19262024-11-02T03:18:24.456Z Checking tokio-rustls v0.26.0
19272024-11-02T03:18:24.551Z Checking slog-async v2.8.0
19282024-11-02T03:18:24.582Z Checking hickory-proto v0.24.1
19292024-11-02T03:18:24.603Z Checking slog-term v2.9.1
19302024-11-02T03:18:24.827Z Checking usdt v0.5.0
19312024-11-02T03:18:24.842Z Checking group v0.13.0
19322024-11-02T03:18:25.062Z Checking num-iter v0.1.45
19332024-11-02T03:18:25.079Z Checking futures v0.3.31
19342024-11-02T03:18:25.091Z Checking tokio-native-tls v0.3.1
19352024-11-02T03:18:25.114Z Checking slog-bunyan v2.5.0
19362024-11-02T03:18:25.179Z Checking rayon-core v1.12.1
19372024-11-02T03:18:25.228Z Checking multer v3.1.0
19382024-11-02T03:18:25.266Z Checking terminal_size v0.4.0
19392024-11-02T03:18:25.327Z Checking phf_shared v0.11.2
19402024-11-02T03:18:25.351Z Checking cookie v0.18.1
19412024-11-02T03:18:25.433Z Checking async-stream v0.3.6
19422024-11-02T03:18:25.603Z Checking bzip2-sys v0.1.11+1.0.8
19432024-11-02T03:18:25.606Z Checking camino v1.1.9
19442024-11-02T03:18:25.635Z Checking signal-hook v0.3.17
19452024-11-02T03:18:25.727Z Checking waitgroup v0.1.2
19462024-11-02T03:18:25.806Z Checking openapiv3 v2.0.0
19472024-11-02T03:18:25.855Z Checking serde_path_to_error v0.1.16
19482024-11-02T03:18:25.871Z Checking webpki-roots v0.26.6
19492024-11-02T03:18:25.963Z Checking hkdf v0.12.4
19502024-11-02T03:18:26.027Z Checking hyper-util v0.1.10
19512024-11-02T03:18:26.052Z Checking crypto-bigint v0.5.5
19522024-11-02T03:18:26.164Z Checking hostname v0.4.0
19532024-11-02T03:18:26.190Z Checking crc32fast v1.4.2
19542024-11-02T03:18:26.288Z Checking strsim v0.11.1
19552024-11-02T03:18:26.419Z Checking bitflags v1.3.2
19562024-11-02T03:18:26.472Z Checking unicode-width v0.1.14
19572024-11-02T03:18:26.512Z Checking winnow v0.5.40
19582024-11-02T03:18:26.566Z Checking clap_lex v0.7.2
19592024-11-02T03:18:26.816Z Checking debug-ignore v1.0.5
19602024-11-02T03:18:26.957Z Checking managed v0.8.0
19612024-11-02T03:18:26.972Z Checking console v0.15.8
19622024-11-02T03:18:27.341Z Checking smoltcp v0.9.1
19632024-11-02T03:18:27.557Z Checking clap_builder v4.5.20
19642024-11-02T03:18:28.245Z Checking hyper-rustls v0.27.3
19652024-11-02T03:18:28.588Z Checking hyper-tls v0.6.0
19662024-11-02T03:18:28.824Z Checking flate2 v1.0.34
19672024-11-02T03:18:28.882Z Checking signal-hook-mio v0.2.4
19682024-11-02T03:18:28.982Z Checking elliptic-curve v0.13.8
19692024-11-02T03:18:29.019Z Checking rayon v1.10.0
19702024-11-02T03:18:29.191Z Checking backtrace v0.3.74
19712024-11-02T03:18:29.239Z Checking dropshot v0.12.0
19722024-11-02T03:18:29.358Z Checking hickory-resolver v0.24.1
19732024-11-02T03:18:29.455Z Checking cookie_store v0.21.0
19742024-11-02T03:18:29.612Z Checking bzip2 v0.4.4
19752024-11-02T03:18:29.632Z Checking toml_edit v0.19.15
19762024-11-02T03:18:29.740Z Checking anyhow v1.0.92
19772024-11-02T03:18:29.882Z Checking phf v0.11.2
19782024-11-02T03:18:30.117Z Checking tokio-tungstenite v0.24.0
19792024-11-02T03:18:30.132Z Checking num-bigint-dig v0.8.4
19802024-11-02T03:18:30.154Z Checking postgres-types v0.2.8
19812024-11-02T03:18:30.602Z Checking bstr v1.10.0
19822024-11-02T03:18:30.791Z Checking regex v1.11.0
19832024-11-02T03:18:30.878Z Checking tokio-stream v0.1.16
19842024-11-02T03:18:30.974Z Checking ed25519 v2.2.3
19852024-11-02T03:18:31.285Z Checking phf_shared v0.10.0
19862024-11-02T03:18:31.386Z Checking pkcs1 v0.7.5
19872024-11-02T03:18:31.514Z Checking zerocopy v0.6.6
19882024-11-02T03:18:31.574Z Checking curve25519-dalek v4.1.3
19892024-11-02T03:18:31.733Z Checking hubpack v0.1.2
19902024-11-02T03:18:31.798Z Checking portable-atomic v1.9.0
19912024-11-02T03:18:32.054Z Checking float-cmp v0.9.0
19922024-11-02T03:18:32.145Z Checking serde-big-array v0.5.1
19932024-11-02T03:18:32.233Z Checking rfc6979 v0.4.0
19942024-11-02T03:18:32.293Z Checking sync_wrapper v1.0.1
19952024-11-02T03:18:32.349Z Checking minimal-lexical v0.2.1
19962024-11-02T03:18:32.375Z Checking difflib v0.4.0
19972024-11-02T03:18:32.406Z Checking static_assertions v1.1.0
19982024-11-02T03:18:32.436Z Checking bit-vec v0.6.3
19992024-11-02T03:18:32.500Z Checking new_debug_unreachable v1.0.6
20002024-11-02T03:18:32.593Z Checking whoami v1.5.2
20012024-11-02T03:18:32.696Z Checking unicode-segmentation v1.12.0
20022024-11-02T03:18:32.725Z Checking normalize-line-endings v0.3.0
20032024-11-02T03:18:32.807Z Checking precomputed-hash v0.1.1
20042024-11-02T03:18:32.822Z Checking number_prefix v0.4.0
20052024-11-02T03:18:32.842Z Checking fixedbitset v0.4.2
20062024-11-02T03:18:32.900Z Checking predicates-core v1.0.8
20072024-11-02T03:18:32.915Z Checking string_cache v0.8.7
20082024-11-02T03:18:32.985Z Checking tokio-postgres v0.7.12
20092024-11-02T03:18:33.001Z Checking indicatif v0.17.8
20102024-11-02T03:18:33.016Z Checking qorb v0.2.0
20112024-11-02T03:18:33.078Z Checking predicates v3.1.2
20122024-11-02T03:18:33.101Z Checking petgraph v0.6.5
20132024-11-02T03:18:33.183Z Checking bit-set v0.5.3
20142024-11-02T03:18:33.358Z Checking similar v2.6.0
20152024-11-02T03:18:33.440Z Checking nom v7.1.3
20162024-11-02T03:18:33.457Z Checking ed25519-dalek v2.1.1
20172024-11-02T03:18:33.744Z Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
20182024-11-02T03:18:33.760Z Checking reqwest v0.12.8
20192024-11-02T03:18:33.854Z Checking ecdsa v0.16.9
20202024-11-02T03:18:34.257Z Checking rsa v0.9.6
20212024-11-02T03:18:34.567Z Checking toml v0.7.8
20222024-11-02T03:18:35.300Z Checking clap v4.5.20
20232024-11-02T03:18:35.315Z Checking zip v0.6.6
20242024-11-02T03:18:35.411Z Checking crossterm v0.28.1
20252024-11-02T03:18:35.663Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20262024-11-02T03:18:35.679Z Checking itertools v0.12.1
20272024-11-02T03:18:35.698Z Checking itertools v0.10.5
20282024-11-02T03:18:35.983Z Checking fs-err v2.11.0
20292024-11-02T03:18:36.203Z Checking ahash v0.8.11
20302024-11-02T03:18:36.364Z Checking x509-cert v0.2.5
20312024-11-02T03:18:36.367Z Checking hex v0.4.3
20322024-11-02T03:18:36.533Z Checking semver v1.0.23
20332024-11-02T03:18:36.766Z Checking lalrpop-util v0.19.12
20342024-11-02T03:18:36.875Z Checking peg-runtime v0.8.3
20352024-11-02T03:18:36.938Z Checking sigpipe v0.1.3
20362024-11-02T03:18:38.587Z Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
20372024-11-02T03:18:38.897Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.77s
20382024-11-02T03:18:39.028Z
20392024-11-02T03:18:39.028Zinfo: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168)
20402024-11-02T03:18:39.539Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
20412024-11-02T03:18:39.545Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
20422024-11-02T03:18:39.620Z Compiling hashbrown v0.14.5
20432024-11-02T03:18:40.745Z Checking heck v0.5.0
20442024-11-02T03:18:40.748Z Compiling unsafe-libyaml v0.2.11
20452024-11-02T03:18:40.748Z Compiling ident_case v1.0.1
20462024-11-02T03:18:40.748Z Checking progenitor-client v0.8.0
20472024-11-02T03:18:40.748Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20482024-11-02T03:18:40.748Z Compiling proc-macro-crate v1.3.1
20492024-11-02T03:18:40.748Z Compiling darling_core v0.20.10
20502024-11-02T03:18:40.748Z Checking ipnetwork v0.20.0
20512024-11-02T03:18:40.748Z Compiling structmeta-derive v0.3.0
20522024-11-02T03:18:40.748Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20532024-11-02T03:18:40.748Z Compiling newtype-uuid v1.1.2
20542024-11-02T03:18:40.748Z Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
20552024-11-02T03:18:40.748Z Compiling lzma-sys v0.1.20
20562024-11-02T03:18:40.828Z Compiling foreign-types-macros v0.2.3
20572024-11-02T03:18:40.843Z Checking regress v0.10.1
20582024-11-02T03:18:40.858Z Compiling num_enum_derive v0.5.11
20592024-11-02T03:18:41.281Z Compiling serde_yaml v0.9.34+deprecated
20602024-11-02T03:18:41.572Z Checking arc-swap v1.7.1
20612024-11-02T03:18:42.012Z Checking foreign-types-shared v0.3.1
20622024-11-02T03:18:42.027Z Checking slog-scope v4.4.0
20632024-11-02T03:18:42.122Z Checking foreign-types v0.5.0
20642024-11-02T03:18:42.225Z Compiling proc-macro-error v1.0.4
20652024-11-02T03:18:42.820Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
20662024-11-02T03:18:42.891Z Checking tungstenite v0.21.0
20672024-11-02T03:18:42.920Z Compiling structmeta v0.3.0
20682024-11-02T03:18:42.937Z Compiling heck v0.3.3
20692024-11-02T03:18:43.313Z Checking num_enum v0.5.11
20702024-11-02T03:18:43.326Z Compiling parse-display-derive v0.10.0
20712024-11-02T03:18:43.356Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20722024-11-02T03:18:43.461Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20732024-11-02T03:18:43.769Z Checking cstr-argument v0.1.2
20742024-11-02T03:18:43.949Z Checking instant v0.1.13
20752024-11-02T03:18:44.059Z Checking pretty-hex v0.2.1
20762024-11-02T03:18:44.185Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
20772024-11-02T03:18:44.211Z Checking fastrand v2.1.1
20782024-11-02T03:18:44.226Z Checking base64 v0.21.7
20792024-11-02T03:18:44.441Z Checking typify-impl v0.2.0
20802024-11-02T03:18:44.492Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
20812024-11-02T03:18:44.515Z Checking tempfile v3.13.0
20822024-11-02T03:18:44.675Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20832024-11-02T03:18:44.817Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
20842024-11-02T03:18:44.894Z Checking backoff v0.4.0
20852024-11-02T03:18:44.956Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
20862024-11-02T03:18:45.193Z Checking tokio-tungstenite v0.21.0
20872024-11-02T03:18:45.264Z Checking strum v0.26.3
20882024-11-02T03:18:45.279Z Compiling zone_cfg_derive v0.1.2
20892024-11-02T03:18:45.414Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
20902024-11-02T03:18:45.670Z Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
20912024-11-02T03:18:46.013Z Checking slog-stdlog v4.1.1
20922024-11-02T03:18:46.092Z Checking regress v0.9.1
20932024-11-02T03:18:46.176Z Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
20942024-11-02T03:18:46.191Z Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
20952024-11-02T03:18:46.327Z Checking colored v2.1.0
20962024-11-02T03:18:46.417Z Compiling darling_macro v0.20.10
20972024-11-02T03:18:46.465Z Checking macaddr v1.0.1
20982024-11-02T03:18:46.629Z Checking base64 v0.13.1
20992024-11-02T03:18:46.702Z Checking zone v0.1.8
21002024-11-02T03:18:46.910Z Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21012024-11-02T03:18:47.007Z Checking ron v0.7.1
21022024-11-02T03:18:47.343Z Checking slog-envlogger v2.2.0
21032024-11-02T03:18:47.358Z Compiling darling v0.20.10
21042024-11-02T03:18:47.383Z Checking xz2 v0.1.7
21052024-11-02T03:18:47.480Z Compiling serde_with_macros v3.11.0
21062024-11-02T03:18:47.548Z Checking parse-display v0.10.0
21072024-11-02T03:18:47.550Z Checking tabwriter v1.4.0
21082024-11-02T03:18:47.696Z Checking xattr v1.3.1
21092024-11-02T03:18:47.767Z Checking pem v3.0.4
21102024-11-02T03:18:47.853Z Checking yasna v0.5.2
21112024-11-02T03:18:47.893Z Checking headers-core v0.3.0
21122024-11-02T03:18:48.036Z Checking smf v0.2.3
21132024-11-02T03:18:48.052Z Checking filetime v0.2.25
21142024-11-02T03:18:48.227Z Checking same-file v1.0.6
21152024-11-02T03:18:48.251Z Checking tar v0.4.42
21162024-11-02T03:18:48.405Z Checking walkdir v2.5.0
21172024-11-02T03:18:48.632Z Checking headers v0.4.0
21182024-11-02T03:18:48.677Z Checking camino-tempfile v1.1.1
21192024-11-02T03:18:48.783Z Checking rcgen v0.12.1
21202024-11-02T03:18:48.825Z Checking atomicwrites v0.4.4
21212024-11-02T03:18:48.947Z Checking subprocess v0.2.9
21222024-11-02T03:18:49.970Z Checking serde_with v3.11.0
21232024-11-02T03:18:52.709Z Compiling typify-macro v0.2.0
21242024-11-02T03:18:54.755Z Compiling typify v0.2.0
21252024-11-02T03:18:54.825Z Compiling progenitor-impl v0.8.0
21262024-11-02T03:18:57.942Z Compiling progenitor-macro v0.8.0
21272024-11-02T03:19:03.742Z Checking progenitor v0.8.0
21282024-11-02T03:19:03.867Z Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
21292024-11-02T03:19:03.869Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
21302024-11-02T03:19:06.521Z Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
21312024-11-02T03:19:06.839Z Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
21322024-11-02T03:19:13.277Z Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
21332024-11-02T03:19:14.799Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21342024-11-02T03:19:16.011Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.99s
21352024-11-02T03:19:16.179Z
21362024-11-02T03:19:16.179Zinfo: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168)
21372024-11-02T03:19:16.699Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21382024-11-02T03:19:16.702Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21392024-11-02T03:19:16.787Z Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
21402024-11-02T03:19:18.163Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s
21412024-11-02T03:19:18.321Z
21422024-11-02T03:19:18.321Zinfo: running `cargo check --bins` on nexus-config (31/168)
21432024-11-02T03:19:18.826Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21442024-11-02T03:19:18.829Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21452024-11-02T03:19:18.829Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21462024-11-02T03:19:18.833Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21472024-11-02T03:19:18.899Z
21482024-11-02T03:19:18.899Zinfo: running `cargo check --bins` on omicron-rpaths (32/168)
21492024-11-02T03:19:19.390Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21502024-11-02T03:19:19.393Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21512024-11-02T03:19:19.393Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21522024-11-02T03:19:19.396Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
21532024-11-02T03:19:19.457Z
21542024-11-02T03:19:19.457Zinfo: running `cargo check --bins` on omicron-certificates (33/168)
21552024-11-02T03:19:19.964Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21562024-11-02T03:19:19.966Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21572024-11-02T03:19:19.966Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21582024-11-02T03:19:19.969Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
21592024-11-02T03:19:20.038Z
21602024-11-02T03:19:20.038Zinfo: running `cargo check --bins` on omicron-clickhouse-admin (34/168)
21612024-11-02T03:19:20.559Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21622024-11-02T03:19:20.562Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21632024-11-02T03:19:20.648Z Compiling heapless v0.8.0
21642024-11-02T03:19:20.652Z Checking hash32 v0.3.1
21652024-11-02T03:19:20.752Z Compiling smoltcp v0.11.0
21662024-11-02T03:19:20.762Z Checking cobs v0.2.3
21672024-11-02T03:19:20.772Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21682024-11-02T03:19:20.774Z Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21692024-11-02T03:19:20.798Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21702024-11-02T03:19:20.800Z Compiling crucible-workspace-hack v0.1.0
21712024-11-02T03:19:20.886Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
21722024-11-02T03:19:20.915Z Checking postcard v1.0.10
21732024-11-02T03:19:20.928Z Checking newline-converter v0.3.0
21742024-11-02T03:19:21.071Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
21752024-11-02T03:19:21.107Z Compiling convert_case v0.4.0
21762024-11-02T03:19:21.208Z Checking expectorate v1.1.0
21772024-11-02T03:19:21.290Z Compiling zone_cfg_derive v0.3.0
21782024-11-02T03:19:21.355Z Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21792024-11-02T03:19:21.433Z Checking itertools v0.13.0
21802024-11-02T03:19:21.449Z Compiling num-derive v0.4.2
21812024-11-02T03:19:21.644Z Compiling slog-dtrace v0.3.0
21822024-11-02T03:19:21.700Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
21832024-11-02T03:19:21.994Z Compiling derive_more v0.99.18
21842024-11-02T03:19:22.004Z Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
21852024-11-02T03:19:22.706Z Checking zone v0.3.0
21862024-11-02T03:19:23.463Z Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
21872024-11-02T03:19:24.684Z Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21882024-11-02T03:19:25.579Z Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
21892024-11-02T03:19:25.603Z Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21902024-11-02T03:19:26.672Z Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35)
21912024-11-02T03:19:26.862Z Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
21922024-11-02T03:19:28.475Z Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
21932024-11-02T03:19:29.367Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.32s
21942024-11-02T03:19:29.524Z
21952024-11-02T03:19:29.524Zinfo: running `cargo check --bins` on clickhouse-admin-api (35/168)
21962024-11-02T03:19:30.035Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
21972024-11-02T03:19:30.038Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
21982024-11-02T03:19:30.038Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
21992024-11-02T03:19:30.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22002024-11-02T03:19:30.108Z
22012024-11-02T03:19:30.108Zinfo: running `cargo check --bins` on clickhouse-admin-types (36/168)
22022024-11-02T03:19:30.615Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22032024-11-02T03:19:30.618Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22042024-11-02T03:19:30.618Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22052024-11-02T03:19:30.621Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22062024-11-02T03:19:30.688Z
22072024-11-02T03:19:30.688Zinfo: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168)
22082024-11-02T03:19:31.281Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22092024-11-02T03:19:31.284Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22102024-11-02T03:19:31.284Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22112024-11-02T03:19:31.287Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22122024-11-02T03:19:31.366Z
22132024-11-02T03:19:31.366Zinfo: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168)
22142024-11-02T03:19:31.956Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22152024-11-02T03:19:31.959Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22162024-11-02T03:19:31.959Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22172024-11-02T03:19:31.963Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s
22182024-11-02T03:19:32.044Z
22192024-11-02T03:19:32.044Zinfo: running `cargo check --bins` on dns-server (39/168)
22202024-11-02T03:19:32.554Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22212024-11-02T03:19:32.556Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22222024-11-02T03:19:32.634Z Compiling parking_lot_core v0.8.6
22232024-11-02T03:19:32.634Z Checking nibble_vec v0.1.0
22242024-11-02T03:19:32.634Z Checking endian-type v0.1.2
22252024-11-02T03:19:32.637Z Checking fxhash v0.2.1
22262024-11-02T03:19:32.637Z Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
22272024-11-02T03:19:32.637Z Checking hickory-server v0.24.1
22282024-11-02T03:19:33.050Z Checking radix_trie v0.2.1
22292024-11-02T03:19:33.307Z Checking parking_lot v0.11.2
22302024-11-02T03:19:33.341Z Checking hickory-client v0.24.1
22312024-11-02T03:19:33.418Z Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
22322024-11-02T03:19:33.418Z Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
22332024-11-02T03:19:33.573Z Checking sled v0.34.7
22342024-11-02T03:19:35.346Z Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
22352024-11-02T03:19:36.577Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s
22362024-11-02T03:19:36.728Z
22372024-11-02T03:19:36.728Zinfo: running `cargo check --bins` on dns-server-api (40/168)
22382024-11-02T03:19:37.231Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22392024-11-02T03:19:37.234Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22402024-11-02T03:19:37.234Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22412024-11-02T03:19:37.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22422024-11-02T03:19:37.304Z
22432024-11-02T03:19:37.304Zinfo: running `cargo check --bins` on internal-dns-types (41/168)
22442024-11-02T03:19:37.817Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22452024-11-02T03:19:37.819Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22462024-11-02T03:19:37.819Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22472024-11-02T03:19:37.822Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
22482024-11-02T03:19:37.890Z
22492024-11-02T03:19:37.890Zinfo: running `cargo check --bins` on dns-service-client (42/168)
22502024-11-02T03:19:38.395Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22512024-11-02T03:19:38.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22522024-11-02T03:19:38.399Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22532024-11-02T03:19:38.401Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22542024-11-02T03:19:38.466Z
22552024-11-02T03:19:38.466Zinfo: running `cargo check --bins` on gateway-test-utils (43/168)
22562024-11-02T03:19:39.011Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22572024-11-02T03:19:39.013Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22582024-11-02T03:19:39.013Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22592024-11-02T03:19:39.016Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
22602024-11-02T03:19:39.089Z
22612024-11-02T03:19:39.089Zinfo: running `cargo check --bins` on gateway-types (44/168)
22622024-11-02T03:19:39.596Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22632024-11-02T03:19:39.599Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22642024-11-02T03:19:39.599Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22652024-11-02T03:19:39.602Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22662024-11-02T03:19:39.669Z
22672024-11-02T03:19:39.669Zinfo: running `cargo check --bins` on ipcc (45/168)
22682024-11-02T03:19:40.174Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22692024-11-02T03:19:40.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22702024-11-02T03:19:40.178Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
22712024-11-02T03:19:40.184Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
22722024-11-02T03:19:40.245Z
22732024-11-02T03:19:40.245Zinfo: running `cargo check --bins` on omicron-gateway (46/168)
22742024-11-02T03:19:40.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
22752024-11-02T03:19:40.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
22762024-11-02T03:19:40.896Z Checking num-rational v0.4.2
22772024-11-02T03:19:40.896Z Compiling progenitor-client v0.8.0
22782024-11-02T03:19:40.899Z Checking num-complex v0.4.6
22792024-11-02T03:19:40.899Z Compiling prettyplease v0.2.22
22802024-11-02T03:19:40.899Z Compiling newtype-uuid v1.1.2
22812024-11-02T03:19:40.998Z Compiling ipnetwork v0.20.0
22822024-11-02T03:19:41.006Z Compiling instant v0.1.13
22832024-11-02T03:19:41.009Z Checking float-ord v0.3.2
22842024-11-02T03:19:41.165Z Compiling semver v0.1.20
22852024-11-02T03:19:41.165Z Compiling radium v0.7.0
22862024-11-02T03:19:41.295Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
22872024-11-02T03:19:41.335Z Compiling progenitor v0.8.0
22882024-11-02T03:19:41.419Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265)
22892024-11-02T03:19:41.556Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
22902024-11-02T03:19:41.588Z Compiling rustc_version v0.1.7
22912024-11-02T03:19:41.628Z Compiling backoff v0.4.0
22922024-11-02T03:19:41.667Z Compiling parse-display v0.10.0
22932024-11-02T03:19:41.813Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
22942024-11-02T03:19:41.869Z Compiling serde_with v3.11.0
22952024-11-02T03:19:41.884Z Checking num v0.4.3
22962024-11-02T03:19:41.976Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
22972024-11-02T03:19:41.976Z Compiling regress v0.9.1
22982024-11-02T03:19:42.006Z Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
22992024-11-02T03:19:42.146Z Compiling macaddr v1.0.1
23002024-11-02T03:19:42.311Z Checking tap v1.0.1
23012024-11-02T03:19:42.477Z Compiling maybe-uninit v2.0.0
23022024-11-02T03:19:42.549Z Checking wyz v0.5.1
23032024-11-02T03:19:42.959Z Compiling newtype_derive v0.1.6
23042024-11-02T03:19:43.200Z Checking password-hash v0.5.0
23052024-11-02T03:19:43.243Z Checking blake2 v0.10.6
23062024-11-02T03:19:43.579Z Compiling owo-colors v4.1.0
23072024-11-02T03:19:43.697Z Checking crc-catalog v2.4.0
23082024-11-02T03:19:43.713Z Compiling cancel-safe-futures v0.1.5
23092024-11-02T03:19:43.808Z Compiling packed_struct v0.10.1
23102024-11-02T03:19:43.833Z Checking funty v2.0.0
23112024-11-02T03:19:43.886Z Checking crc v3.2.1
23122024-11-02T03:19:44.089Z Checking argon2 v0.5.3
23132024-11-02T03:19:44.438Z Compiling packed_struct_codegen v0.10.1
23142024-11-02T03:19:44.748Z Checking bitvec v1.0.1
23152024-11-02T03:19:44.772Z Checking half v2.4.1
23162024-11-02T03:19:45.261Z Compiling indexmap v1.9.3
23172024-11-02T03:19:45.341Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
23182024-11-02T03:19:45.581Z Checking ciborium-io v0.2.2
23192024-11-02T03:19:45.647Z Checking nodrop v0.1.14
23202024-11-02T03:19:45.695Z Checking ciborium-ll v0.2.2
23212024-11-02T03:19:45.768Z Checking array-init v0.0.4
23222024-11-02T03:19:45.806Z Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
23232024-11-02T03:19:46.002Z Checking smallvec v0.6.14
23242024-11-02T03:19:46.208Z Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
23252024-11-02T03:19:46.869Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
23262024-11-02T03:19:47.016Z Checking libsw v3.3.1
23272024-11-02T03:19:47.049Z Compiling memoffset v0.9.1
23282024-11-02T03:19:47.284Z Checking linear-map v1.2.0
23292024-11-02T03:19:47.347Z Checking bitfield v0.14.0
23302024-11-02T03:19:47.370Z Checking indent_write v2.2.0
23312024-11-02T03:19:47.577Z Checking highway v1.2.0
23322024-11-02T03:19:47.645Z Checking termcolor v1.4.1
23332024-11-02T03:19:47.661Z Checking hashbrown v0.12.3
23342024-11-02T03:19:47.969Z Checking swrite v0.1.0
23352024-11-02T03:19:48.055Z Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
23362024-11-02T03:19:48.089Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23372024-11-02T03:19:48.104Z Checking env_logger v0.10.2
23382024-11-02T03:19:48.656Z Checking ron v0.8.1
23392024-11-02T03:19:48.688Z Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
23402024-11-02T03:19:49.114Z Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
23412024-11-02T03:19:49.278Z Checking serde-hex v0.1.0
23422024-11-02T03:19:49.452Z Checking steno v0.4.1
23432024-11-02T03:19:49.500Z Checking ciborium v0.2.2
23442024-11-02T03:19:50.111Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
23452024-11-02T03:19:50.371Z Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
23462024-11-02T03:19:50.502Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
23472024-11-02T03:19:50.718Z Checking hashbrown v0.13.2
23482024-11-02T03:19:51.335Z Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23492024-11-02T03:19:51.612Z Checking humantime v2.1.0
23502024-11-02T03:19:51.633Z Checking crc-any v2.5.0
23512024-11-02T03:19:51.757Z Checking object v0.30.4
23522024-11-02T03:19:51.774Z Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
23532024-11-02T03:19:51.902Z Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
23542024-11-02T03:19:52.110Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
23552024-11-02T03:19:52.171Z Checking path-slash v0.1.5
23562024-11-02T03:19:52.320Z Checking nix v0.27.1
23572024-11-02T03:19:52.369Z Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
23582024-11-02T03:19:52.484Z Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
23592024-11-02T03:19:53.233Z Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
23602024-11-02T03:19:53.401Z Checking tungstenite v0.23.0
23612024-11-02T03:19:53.488Z Checking kstat-rs v0.2.4
23622024-11-02T03:19:53.696Z Checking signal-hook-tokio v0.3.1
23632024-11-02T03:19:54.177Z Checking tokio-tungstenite v0.23.1
23642024-11-02T03:19:54.907Z Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
23652024-11-02T03:19:55.219Z Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
23662024-11-02T03:20:00.407Z Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
23672024-11-02T03:20:02.239Z Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
23682024-11-02T03:20:02.757Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
23692024-11-02T03:20:05.838Z Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
23702024-11-02T03:20:06.087Z Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
23712024-11-02T03:20:07.227Z Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
23722024-11-02T03:20:13.249Z Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
23732024-11-02T03:20:13.896Z Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
23742024-11-02T03:20:17.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.38s
23752024-11-02T03:20:17.817Z
23762024-11-02T03:20:17.817Zinfo: running `cargo check --bins` on gateway-api (47/168)
23772024-11-02T03:20:18.353Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23782024-11-02T03:20:18.355Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23792024-11-02T03:20:18.355Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23802024-11-02T03:20:18.359Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
23812024-11-02T03:20:18.429Z
23822024-11-02T03:20:18.429Zinfo: running `cargo check --bins` on oximeter (48/168)
23832024-11-02T03:20:18.942Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23842024-11-02T03:20:18.944Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23852024-11-02T03:20:18.945Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23862024-11-02T03:20:18.947Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
23872024-11-02T03:20:19.017Z
23882024-11-02T03:20:19.018Zinfo: running `cargo check --bins` on oximeter-macro-impl (49/168)
23892024-11-02T03:20:19.515Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23902024-11-02T03:20:19.517Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23912024-11-02T03:20:19.517Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
23922024-11-02T03:20:19.520Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
23932024-11-02T03:20:19.584Z
23942024-11-02T03:20:19.584Zinfo: running `cargo check --bins` on oximeter-schema (50/168)
23952024-11-02T03:20:20.096Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
23962024-11-02T03:20:20.099Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
23972024-11-02T03:20:20.174Z Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
23982024-11-02T03:20:20.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s
23992024-11-02T03:20:20.746Z
24002024-11-02T03:20:20.746Zinfo: running `cargo check --bins` on oximeter-types (51/168)
24012024-11-02T03:20:21.252Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24022024-11-02T03:20:21.255Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24032024-11-02T03:20:21.255Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24042024-11-02T03:20:21.258Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24052024-11-02T03:20:21.324Z
24062024-11-02T03:20:21.324Zinfo: running `cargo check --bins` on oximeter-timeseries-macro (52/168)
24072024-11-02T03:20:21.833Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24082024-11-02T03:20:21.836Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24092024-11-02T03:20:21.836Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24102024-11-02T03:20:21.839Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24112024-11-02T03:20:21.905Z
24122024-11-02T03:20:21.905Zinfo: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168)
24132024-11-02T03:20:22.398Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24142024-11-02T03:20:22.402Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24152024-11-02T03:20:22.402Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24162024-11-02T03:20:22.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24172024-11-02T03:20:22.467Z
24182024-11-02T03:20:22.467Zinfo: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168)
24192024-11-02T03:20:22.977Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24202024-11-02T03:20:22.979Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24212024-11-02T03:20:22.979Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24222024-11-02T03:20:22.982Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24232024-11-02T03:20:23.048Z
24242024-11-02T03:20:23.048Zinfo: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168)
24252024-11-02T03:20:23.556Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24262024-11-02T03:20:23.558Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24272024-11-02T03:20:23.558Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24282024-11-02T03:20:23.561Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24292024-11-02T03:20:23.628Z
24302024-11-02T03:20:23.628Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168)
24312024-11-02T03:20:24.149Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24322024-11-02T03:20:24.152Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24332024-11-02T03:20:24.152Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24342024-11-02T03:20:24.156Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24352024-11-02T03:20:24.224Z
24362024-11-02T03:20:24.224Zinfo: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168)
24372024-11-02T03:20:24.730Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24382024-11-02T03:20:24.733Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24392024-11-02T03:20:24.733Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24402024-11-02T03:20:24.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24412024-11-02T03:20:24.803Z
24422024-11-02T03:20:24.803Zinfo: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168)
24432024-11-02T03:20:25.311Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24442024-11-02T03:20:25.314Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24452024-11-02T03:20:25.314Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24462024-11-02T03:20:25.318Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24472024-11-02T03:20:25.383Z
24482024-11-02T03:20:25.383Zinfo: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168)
24492024-11-02T03:20:25.889Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24502024-11-02T03:20:25.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24512024-11-02T03:20:25.892Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24522024-11-02T03:20:25.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24532024-11-02T03:20:25.960Z
24542024-11-02T03:20:25.960Zinfo: running `cargo check --bins` on oximeter-producer (60/168)
24552024-11-02T03:20:26.490Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24562024-11-02T03:20:26.492Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24572024-11-02T03:20:26.492Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24582024-11-02T03:20:26.495Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
24592024-11-02T03:20:26.567Z
24602024-11-02T03:20:26.567Zinfo: running `cargo check --bins` on internal-dns-resolver (61/168)
24612024-11-02T03:20:27.070Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24622024-11-02T03:20:27.072Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24632024-11-02T03:20:27.072Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24642024-11-02T03:20:27.075Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
24652024-11-02T03:20:27.140Z
24662024-11-02T03:20:27.140Zinfo: running `cargo check --bins` on nexus-client (62/168)
24672024-11-02T03:20:27.669Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24682024-11-02T03:20:27.673Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24692024-11-02T03:20:27.673Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24702024-11-02T03:20:27.673Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24712024-11-02T03:20:27.742Z
24722024-11-02T03:20:27.742Zinfo: running `cargo check --bins` on nexus-sled-agent-shared (63/168)
24732024-11-02T03:20:28.258Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24742024-11-02T03:20:28.260Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24752024-11-02T03:20:28.260Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24762024-11-02T03:20:28.264Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
24772024-11-02T03:20:28.330Z
24782024-11-02T03:20:28.331Zinfo: running `cargo check --bins` on omicron-passwords (64/168)
24792024-11-02T03:20:28.830Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24802024-11-02T03:20:28.832Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24812024-11-02T03:20:28.832Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24822024-11-02T03:20:28.836Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24832024-11-02T03:20:28.900Z
24842024-11-02T03:20:28.900Zinfo: running `cargo check --bins` on nexus-types (65/168)
24852024-11-02T03:20:29.427Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24862024-11-02T03:20:29.430Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24872024-11-02T03:20:29.430Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24882024-11-02T03:20:29.433Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
24892024-11-02T03:20:29.504Z
24902024-11-02T03:20:29.504Zinfo: running `cargo check --bins` on gateway-client (66/168)
24912024-11-02T03:20:30.001Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24922024-11-02T03:20:30.004Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24932024-11-02T03:20:30.004Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
24942024-11-02T03:20:30.008Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
24952024-11-02T03:20:30.071Z
24962024-11-02T03:20:30.071Zinfo: running `cargo check --bins` on oxql-types (67/168)
24972024-11-02T03:20:30.576Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
24982024-11-02T03:20:30.579Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
24992024-11-02T03:20:30.579Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25002024-11-02T03:20:30.581Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25012024-11-02T03:20:30.647Z
25022024-11-02T03:20:30.647Zinfo: running `cargo check --bins` on update-engine (68/168)
25032024-11-02T03:20:31.141Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25042024-11-02T03:20:31.144Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25052024-11-02T03:20:31.144Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25062024-11-02T03:20:31.146Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25072024-11-02T03:20:31.212Z
25082024-11-02T03:20:31.212Zinfo: running `cargo check --bins` on sp-sim (69/168)
25092024-11-02T03:20:31.718Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25102024-11-02T03:20:31.721Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25112024-11-02T03:20:31.794Z Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
25122024-11-02T03:20:33.604Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s
25132024-11-02T03:20:33.757Z
25142024-11-02T03:20:33.757Zinfo: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168)
25152024-11-02T03:20:34.298Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25162024-11-02T03:20:34.301Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25172024-11-02T03:20:34.301Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25182024-11-02T03:20:34.304Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25192024-11-02T03:20:34.377Z
25202024-11-02T03:20:34.377Zinfo: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168)
25212024-11-02T03:20:34.926Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25222024-11-02T03:20:34.928Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25232024-11-02T03:20:34.929Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25242024-11-02T03:20:34.932Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25252024-11-02T03:20:35.005Z
25262024-11-02T03:20:35.005Zinfo: running `cargo check --bins` on db-macros (72/168)
25272024-11-02T03:20:35.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25282024-11-02T03:20:35.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25292024-11-02T03:20:35.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25302024-11-02T03:20:35.505Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25312024-11-02T03:20:35.572Z
25322024-11-02T03:20:35.572Zinfo: running `cargo check --bins` on nexus-macros-common (73/168)
25332024-11-02T03:20:36.072Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25342024-11-02T03:20:36.075Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25352024-11-02T03:20:36.075Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25362024-11-02T03:20:36.078Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
25372024-11-02T03:20:36.141Z
25382024-11-02T03:20:36.141Zinfo: running `cargo check --bins` on nexus-auth (74/168)
25392024-11-02T03:20:36.687Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25402024-11-02T03:20:36.690Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25412024-11-02T03:20:36.690Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25422024-11-02T03:20:36.693Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
25432024-11-02T03:20:36.765Z
25442024-11-02T03:20:36.765Zinfo: running `cargo check --bins` on authz-macros (75/168)
25452024-11-02T03:20:37.263Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25462024-11-02T03:20:37.266Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25472024-11-02T03:20:37.266Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25482024-11-02T03:20:37.268Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25492024-11-02T03:20:37.333Z
25502024-11-02T03:20:37.334Zinfo: running `cargo check --bins` on nexus-db-fixed-data (76/168)
25512024-11-02T03:20:37.867Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25522024-11-02T03:20:37.870Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25532024-11-02T03:20:37.870Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25542024-11-02T03:20:37.873Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25552024-11-02T03:20:37.945Z
25562024-11-02T03:20:37.945Zinfo: running `cargo check --bins` on nexus-db-model (77/168)
25572024-11-02T03:20:38.476Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25582024-11-02T03:20:38.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25592024-11-02T03:20:38.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25602024-11-02T03:20:38.481Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25612024-11-02T03:20:38.553Z
25622024-11-02T03:20:38.553Zinfo: running `cargo check --bins` on nexus-defaults (78/168)
25632024-11-02T03:20:39.065Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25642024-11-02T03:20:39.068Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25652024-11-02T03:20:39.068Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25662024-11-02T03:20:39.071Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25672024-11-02T03:20:39.137Z
25682024-11-02T03:20:39.137Zinfo: running `cargo check --bins` on sled-agent-client (79/168)
25692024-11-02T03:20:39.659Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25702024-11-02T03:20:39.662Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25712024-11-02T03:20:39.662Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25722024-11-02T03:20:39.665Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
25732024-11-02T03:20:39.733Z
25742024-11-02T03:20:39.733Zinfo: running `cargo check --bins` on nexus-inventory (80/168)
25752024-11-02T03:20:40.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25762024-11-02T03:20:40.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25772024-11-02T03:20:40.267Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25782024-11-02T03:20:40.270Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
25792024-11-02T03:20:40.339Z
25802024-11-02T03:20:40.339Zinfo: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168)
25812024-11-02T03:20:40.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25822024-11-02T03:20:40.855Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25832024-11-02T03:20:40.856Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25842024-11-02T03:20:40.858Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25852024-11-02T03:20:40.925Z
25862024-11-02T03:20:40.925Zinfo: running `cargo check --bins` on clickhouse-admin-server-client (82/168)
25872024-11-02T03:20:41.439Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25882024-11-02T03:20:41.441Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25892024-11-02T03:20:41.441Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25902024-11-02T03:20:41.444Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
25912024-11-02T03:20:41.511Z
25922024-11-02T03:20:41.511Zinfo: running `cargo check --bins` on typed-rng (83/168)
25932024-11-02T03:20:42.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
25942024-11-02T03:20:42.011Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
25952024-11-02T03:20:42.012Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
25962024-11-02T03:20:42.014Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
25972024-11-02T03:20:42.080Z
25982024-11-02T03:20:42.080Zinfo: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168)
25992024-11-02T03:20:42.639Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26002024-11-02T03:20:42.642Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26012024-11-02T03:20:42.763Z Checking keccak v0.1.5
26022024-11-02T03:20:42.866Z Checking secrecy v0.8.0
26032024-11-02T03:20:42.869Z Compiling unicase v2.7.0
26042024-11-02T03:20:42.869Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19)
26052024-11-02T03:20:42.869Z Compiling same-file v1.0.6
26062024-11-02T03:20:42.886Z Compiling tempfile v3.13.0
26072024-11-02T03:20:42.920Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
26082024-11-02T03:20:42.923Z Compiling thiserror-impl-no-std v2.0.2
26092024-11-02T03:20:43.076Z Compiling walkdir v2.5.0
26102024-11-02T03:20:43.132Z Checking sha3 v0.10.8
26112024-11-02T03:20:43.157Z Checking universal-hash v0.5.1
26122024-11-02T03:20:43.215Z Compiling ring v0.16.20
26132024-11-02T03:20:43.333Z Compiling blake3 v1.5.4
26142024-11-02T03:20:43.350Z Checking opaque-debug v0.3.1
26152024-11-02T03:20:43.442Z Checking poly1305 v0.8.0
26162024-11-02T03:20:43.515Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
26172024-11-02T03:20:43.716Z Checking chacha20 v0.9.1
26182024-11-02T03:20:43.790Z Checking aead v0.5.2
26192024-11-02T03:20:43.817Z Compiling memmap2 v0.9.5
26202024-11-02T03:20:43.877Z Compiling libefi-sys v0.1.0
26212024-11-02T03:20:43.945Z Compiling salty v0.3.0
26222024-11-02T03:20:44.008Z Compiling home v0.5.9
26232024-11-02T03:20:44.037Z Compiling constant_time_eq v0.3.1
26242024-11-02T03:20:44.157Z Compiling spin v0.5.2
26252024-11-02T03:20:44.222Z Compiling arrayref v0.3.9
26262024-11-02T03:20:44.239Z Compiling arrayvec v0.7.6
26272024-11-02T03:20:44.268Z Compiling untrusted v0.7.1
26282024-11-02T03:20:44.364Z Compiling toolchain_find v0.4.0
26292024-11-02T03:20:44.380Z Checking chacha20poly1305 v0.10.1
26302024-11-02T03:20:44.547Z Compiling camino-tempfile v1.1.1
26312024-11-02T03:20:44.627Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
26322024-11-02T03:20:44.682Z Compiling bitfield-struct v0.6.2
26332024-11-02T03:20:44.804Z Compiling topological-sort v0.2.2
26342024-11-02T03:20:44.977Z Compiling mime_guess v2.0.5
26352024-11-02T03:20:44.994Z Compiling rustfmt-wrapper v0.2.1
26362024-11-02T03:20:45.531Z Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26372024-11-02T03:20:45.600Z Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
26382024-11-02T03:20:45.631Z Checking primeorder v0.13.6
26392024-11-02T03:20:45.796Z Checking env_filter v0.1.2
26402024-11-02T03:20:45.848Z Checking thiserror-no-std v2.0.2
26412024-11-02T03:20:45.896Z Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26422024-11-02T03:20:45.960Z Checking vsss-rs v3.3.4
26432024-11-02T03:20:46.022Z Checking env_logger v0.11.5
26442024-11-02T03:20:46.047Z Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26452024-11-02T03:20:46.094Z Checking p384 v0.13.0
26462024-11-02T03:20:46.210Z Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
26472024-11-02T03:20:46.228Z Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26482024-11-02T03:20:46.445Z Checking gethostname v0.5.0
26492024-11-02T03:20:46.567Z Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26502024-11-02T03:20:46.585Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
26512024-11-02T03:20:46.616Z Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
26522024-11-02T03:20:46.911Z Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
26532024-11-02T03:20:46.963Z Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26542024-11-02T03:20:47.044Z Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
26552024-11-02T03:20:47.207Z Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
26562024-11-02T03:20:47.493Z Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb)
26572024-11-02T03:20:47.511Z Checking nanorand v0.7.0
26582024-11-02T03:20:47.553Z Checking atty v0.2.14
26592024-11-02T03:20:47.641Z Checking glob v0.3.1
26602024-11-02T03:20:47.721Z Checking http-range v0.1.5
26612024-11-02T03:20:47.904Z Checking flume v0.11.0
26622024-11-02T03:20:47.919Z Checking hyper-staticfile v0.10.1
26632024-11-02T03:20:47.981Z Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26642024-11-02T03:20:48.384Z Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf)
26652024-11-02T03:20:48.535Z Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
26662024-11-02T03:20:48.731Z Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
26672024-11-02T03:20:49.133Z Compiling omicron-zone-package v0.11.1
26682024-11-02T03:20:49.430Z Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
26692024-11-02T03:20:49.791Z Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
26702024-11-02T03:20:50.370Z Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
26712024-11-02T03:20:50.383Z Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
26722024-11-02T03:20:50.629Z Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
26732024-11-02T03:20:51.073Z Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
26742024-11-02T03:20:51.128Z Checking display-error-chain v0.2.2
26752024-11-02T03:20:51.921Z Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
26762024-11-02T03:20:53.150Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
26772024-11-02T03:20:54.563Z Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
26782024-11-02T03:20:54.566Z Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
26792024-11-02T03:21:06.398Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26802024-11-02T03:21:54.677Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
26812024-11-02T03:21:54.841Z
26822024-11-02T03:21:54.841Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168)
26832024-11-02T03:21:55.408Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26842024-11-02T03:21:55.410Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26852024-11-02T03:21:55.527Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26862024-11-02T03:22:43.805Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.95s
26872024-11-02T03:22:43.979Z
26882024-11-02T03:22:43.979Zinfo: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168)
26892024-11-02T03:22:44.538Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26902024-11-02T03:22:44.541Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26912024-11-02T03:22:44.657Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26922024-11-02T03:23:33.052Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.05s
26932024-11-02T03:23:33.230Z
26942024-11-02T03:23:33.230Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168)
26952024-11-02T03:23:33.795Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
26962024-11-02T03:23:33.799Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
26972024-11-02T03:23:33.924Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
26982024-11-02T03:24:22.085Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.84s
26992024-11-02T03:24:22.260Z
27002024-11-02T03:24:22.260Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168)
27012024-11-02T03:24:22.822Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27022024-11-02T03:24:22.825Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27032024-11-02T03:24:22.939Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27042024-11-02T03:25:11.114Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.84s
27052024-11-02T03:25:11.290Z
27062024-11-02T03:25:11.290Zinfo: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168)
27072024-11-02T03:25:11.847Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27082024-11-02T03:25:11.850Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27092024-11-02T03:25:11.966Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27102024-11-02T03:26:00.648Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.34s
27112024-11-02T03:26:00.826Z
27122024-11-02T03:26:00.826Zinfo: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168)
27132024-11-02T03:26:01.410Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27142024-11-02T03:26:01.412Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27152024-11-02T03:26:01.554Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27162024-11-02T03:26:51.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.18s
27172024-11-02T03:26:51.200Z
27182024-11-02T03:26:51.200Zinfo: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168)
27192024-11-02T03:26:51.782Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27202024-11-02T03:26:51.785Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27212024-11-02T03:26:51.915Z Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
27222024-11-02T03:27:45.059Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.84s
27232024-11-02T03:27:45.234Z
27242024-11-02T03:27:45.234Zinfo: running `cargo check --bins` on bootstrap-agent-api (92/168)
27252024-11-02T03:27:45.772Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27262024-11-02T03:27:45.774Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27272024-11-02T03:27:45.774Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27282024-11-02T03:27:45.777Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27292024-11-02T03:27:45.852Z
27302024-11-02T03:27:45.852Zinfo: running `cargo check --bins` on sled-agent-types (93/168)
27312024-11-02T03:27:46.379Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27322024-11-02T03:27:46.382Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27332024-11-02T03:27:46.382Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27342024-11-02T03:27:46.385Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
27352024-11-02T03:27:46.458Z
27362024-11-02T03:27:46.458Zinfo: running `cargo check --bins` on bootstrap-agent-client (94/168)
27372024-11-02T03:27:46.975Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27382024-11-02T03:27:46.977Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27392024-11-02T03:27:46.977Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27402024-11-02T03:27:46.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27412024-11-02T03:27:47.051Z
27422024-11-02T03:27:47.051Zinfo: running `cargo check --bins` on dpd-client (95/168)
27432024-11-02T03:27:47.560Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27442024-11-02T03:27:47.563Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27452024-11-02T03:27:47.563Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27462024-11-02T03:27:47.566Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27472024-11-02T03:27:47.632Z
27482024-11-02T03:27:47.632Zinfo: running `cargo check --bins` on installinator-common (96/168)
27492024-11-02T03:27:48.156Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27502024-11-02T03:27:48.159Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27512024-11-02T03:27:48.159Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27522024-11-02T03:27:48.162Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27532024-11-02T03:27:48.230Z
27542024-11-02T03:27:48.230Zinfo: running `cargo check --bins` on key-manager (97/168)
27552024-11-02T03:27:48.741Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27562024-11-02T03:27:48.743Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27572024-11-02T03:27:48.743Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27582024-11-02T03:27:48.746Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27592024-11-02T03:27:48.815Z
27602024-11-02T03:27:48.815Zinfo: running `cargo check --bins` on omicron-ddm-admin-client (98/168)
27612024-11-02T03:27:49.329Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27622024-11-02T03:27:49.332Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27632024-11-02T03:27:49.332Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27642024-11-02T03:27:49.334Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27652024-11-02T03:27:49.405Z
27662024-11-02T03:27:49.405Zinfo: running `cargo check --bins` on repo-depot-api (99/168)
27672024-11-02T03:27:49.916Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27682024-11-02T03:27:49.919Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27692024-11-02T03:27:49.919Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27702024-11-02T03:27:49.922Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
27712024-11-02T03:27:49.989Z
27722024-11-02T03:27:49.990Zinfo: running `cargo check --bins` on repo-depot-client (100/168)
27732024-11-02T03:27:50.489Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27742024-11-02T03:27:50.491Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27752024-11-02T03:27:50.491Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27762024-11-02T03:27:50.494Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
27772024-11-02T03:27:50.561Z
27782024-11-02T03:27:50.561Zinfo: running `cargo check --bins` on sled-agent-api (101/168)
27792024-11-02T03:27:51.089Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27802024-11-02T03:27:51.091Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27812024-11-02T03:27:51.091Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27822024-11-02T03:27:51.094Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27832024-11-02T03:27:51.163Z
27842024-11-02T03:27:51.164Zinfo: running `cargo check --bins` on sled-hardware (102/168)
27852024-11-02T03:27:51.686Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27862024-11-02T03:27:51.688Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27872024-11-02T03:27:51.688Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27882024-11-02T03:27:51.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27892024-11-02T03:27:51.761Z
27902024-11-02T03:27:51.761Zinfo: running `cargo check --bins --no-default-features` on sled-storage (103/168)
27912024-11-02T03:27:52.284Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27922024-11-02T03:27:52.287Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27932024-11-02T03:27:52.287Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
27942024-11-02T03:27:52.290Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
27952024-11-02T03:27:52.361Z
27962024-11-02T03:27:52.361Zinfo: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168)
27972024-11-02T03:27:52.885Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
27982024-11-02T03:27:52.887Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
27992024-11-02T03:27:52.887Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28002024-11-02T03:27:52.890Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
28012024-11-02T03:27:52.959Z
28022024-11-02T03:27:52.960Zinfo: running `cargo check --bins` on nexus-reconfigurator-planning (105/168)
28032024-11-02T03:27:53.499Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28042024-11-02T03:27:53.502Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28052024-11-02T03:27:53.502Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28062024-11-02T03:27:53.506Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
28072024-11-02T03:27:53.576Z
28082024-11-02T03:27:53.576Zinfo: running `cargo check --bins` on nexus-test-interface (106/168)
28092024-11-02T03:27:54.112Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28102024-11-02T03:27:54.114Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28112024-11-02T03:27:54.114Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28122024-11-02T03:27:54.117Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
28132024-11-02T03:27:54.188Z
28142024-11-02T03:27:54.188Zinfo: running `cargo check --bins` on oximeter-collector (107/168)
28152024-11-02T03:27:54.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28162024-11-02T03:27:54.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28172024-11-02T03:27:54.819Z Compiling phf_generator v0.11.2
28182024-11-02T03:27:54.918Z Compiling parse-zoneinfo v0.3.1
28192024-11-02T03:27:54.927Z Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2)
28202024-11-02T03:27:54.927Z Checking bcs v0.1.6
28212024-11-02T03:27:54.930Z Compiling async-recursion v1.1.1
28222024-11-02T03:27:54.930Z Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
28232024-11-02T03:27:54.930Z Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
28242024-11-02T03:27:55.022Z Compiling phf_codegen v0.11.2
28252024-11-02T03:27:55.439Z Compiling chrono-tz-build v0.4.0
28262024-11-02T03:27:56.297Z Compiling chrono-tz v0.10.0
28272024-11-02T03:28:03.411Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28282024-11-02T03:28:07.576Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
28292024-11-02T03:28:09.995Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.80s
28302024-11-02T03:28:10.157Z
28312024-11-02T03:28:10.157Zinfo: running `cargo check --bins` on oximeter-api (108/168)
28322024-11-02T03:28:10.663Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28332024-11-02T03:28:10.666Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28342024-11-02T03:28:10.666Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28352024-11-02T03:28:10.668Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28362024-11-02T03:28:10.735Z
28372024-11-02T03:28:10.735Zinfo: running `cargo check --bins` on oximeter-client (109/168)
28382024-11-02T03:28:11.239Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28392024-11-02T03:28:11.241Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28402024-11-02T03:28:11.242Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
28412024-11-02T03:28:11.245Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
28422024-11-02T03:28:11.313Z
28432024-11-02T03:28:11.313Zinfo: running `cargo check --bins --no-default-features` on oximeter-db (110/168)
28442024-11-02T03:28:11.824Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28452024-11-02T03:28:11.827Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28462024-11-02T03:28:11.906Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28472024-11-02T03:28:12.523Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s
28482024-11-02T03:28:12.682Z
28492024-11-02T03:28:12.682Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168)
28502024-11-02T03:28:13.212Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28512024-11-02T03:28:13.215Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28522024-11-02T03:28:13.300Z Compiling cfg_aliases v0.1.1
28532024-11-02T03:28:13.303Z Compiling vte_generate_state_changes v0.1.2
28542024-11-02T03:28:13.303Z Checking fd-lock v4.0.2
28552024-11-02T03:28:13.303Z Checking bytecount v0.6.8
28562024-11-02T03:28:13.405Z Compiling tabled_derive v0.7.0
28572024-11-02T03:28:13.412Z Compiling peg-macros v0.8.4
28582024-11-02T03:28:13.419Z Compiling sqlparser_derive v0.2.2
28592024-11-02T03:28:13.422Z Checking nu-ansi-term v0.50.1
28602024-11-02T03:28:13.471Z Compiling nix v0.28.0
28612024-11-02T03:28:13.513Z Checking papergrid v0.11.0
28622024-11-02T03:28:13.586Z Checking unicode_categories v0.1.1
28632024-11-02T03:28:13.847Z Checking home v0.5.9
28642024-11-02T03:28:13.879Z Checking sqlformat v0.2.6
28652024-11-02T03:28:14.002Z Checking vte v0.11.1
28662024-11-02T03:28:14.573Z Checking sqlparser v0.45.0
28672024-11-02T03:28:15.292Z Checking tabled v0.15.0
28682024-11-02T03:28:15.377Z Checking strip-ansi-escapes v0.2.0
28692024-11-02T03:28:15.525Z Checking reedline v0.35.0
28702024-11-02T03:28:16.007Z Checking peg v0.8.4
28712024-11-02T03:28:16.540Z Checking rustyline v14.0.0
28722024-11-02T03:28:20.750Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28732024-11-02T03:28:27.047Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.35s
28742024-11-02T03:28:27.198Z
28752024-11-02T03:28:27.198Zinfo: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168)
28762024-11-02T03:28:27.721Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28772024-11-02T03:28:27.724Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28782024-11-02T03:28:27.808Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28792024-11-02T03:28:34.170Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.96s
28802024-11-02T03:28:34.333Z
28812024-11-02T03:28:34.333Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168)
28822024-11-02T03:28:34.855Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28832024-11-02T03:28:34.858Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28842024-11-02T03:28:34.941Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28852024-11-02T03:28:39.857Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.51s
28862024-11-02T03:28:40.030Z
28872024-11-02T03:28:40.030Zinfo: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168)
28882024-11-02T03:28:40.548Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28892024-11-02T03:28:40.551Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28902024-11-02T03:28:40.633Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28912024-11-02T03:28:46.670Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
28922024-11-02T03:28:46.846Z
28932024-11-02T03:28:46.846Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168)
28942024-11-02T03:28:47.371Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
28952024-11-02T03:28:47.375Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
28962024-11-02T03:28:47.458Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
28972024-11-02T03:28:53.656Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.80s
28982024-11-02T03:28:53.821Z
28992024-11-02T03:28:53.821Zinfo: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168)
29002024-11-02T03:28:54.345Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29012024-11-02T03:28:54.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29022024-11-02T03:28:54.431Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29032024-11-02T03:28:59.570Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.74s
29042024-11-02T03:28:59.744Z
29052024-11-02T03:28:59.744Zinfo: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168)
29062024-11-02T03:29:00.264Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29072024-11-02T03:29:00.267Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29082024-11-02T03:29:00.350Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29092024-11-02T03:29:05.546Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s
29102024-11-02T03:29:05.722Z
29112024-11-02T03:29:05.722Zinfo: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168)
29122024-11-02T03:29:06.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29132024-11-02T03:29:06.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29142024-11-02T03:29:06.326Z Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
29152024-11-02T03:29:12.894Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.16s
29162024-11-02T03:29:13.059Z
29172024-11-02T03:29:13.059Zinfo: running `cargo check --bins` on oximeter-test-utils (119/168)
29182024-11-02T03:29:13.586Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29192024-11-02T03:29:13.589Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29202024-11-02T03:29:13.589Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29212024-11-02T03:29:13.591Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29222024-11-02T03:29:13.661Z
29232024-11-02T03:29:13.661Zinfo: running `cargo check --bins` on cockroach-admin-client (120/168)
29242024-11-02T03:29:14.159Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29252024-11-02T03:29:14.162Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29262024-11-02T03:29:14.162Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29272024-11-02T03:29:14.165Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29282024-11-02T03:29:14.230Z
29292024-11-02T03:29:14.231Zinfo: running `cargo check --bins` on installinator-client (121/168)
29302024-11-02T03:29:14.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29312024-11-02T03:29:14.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29322024-11-02T03:29:14.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29332024-11-02T03:29:14.752Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29342024-11-02T03:29:14.823Z
29352024-11-02T03:29:14.823Zinfo: running `cargo check --bins` on oxide-client (122/168)
29362024-11-02T03:29:15.321Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29372024-11-02T03:29:15.324Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29382024-11-02T03:29:15.324Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29392024-11-02T03:29:15.326Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
29402024-11-02T03:29:15.391Z
29412024-11-02T03:29:15.391Zinfo: running `cargo check --bins` on wicketd-client (123/168)
29422024-11-02T03:29:15.930Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29432024-11-02T03:29:15.933Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29442024-11-02T03:29:15.933Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29452024-11-02T03:29:15.936Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
29462024-11-02T03:29:16.009Z
29472024-11-02T03:29:16.009Zinfo: running `cargo check --bins` on wicket-common (124/168)
29482024-11-02T03:29:16.536Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29492024-11-02T03:29:16.538Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29502024-11-02T03:29:16.538Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29512024-11-02T03:29:16.541Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
29522024-11-02T03:29:16.612Z
29532024-11-02T03:29:16.612Zinfo: running `cargo check --bins` on omicron-cockroach-admin (125/168)
29542024-11-02T03:29:17.135Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29552024-11-02T03:29:17.138Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29562024-11-02T03:29:17.222Z Checking csv-core v0.1.11
29572024-11-02T03:29:17.225Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
29582024-11-02T03:29:17.521Z Checking csv v1.3.0
29592024-11-02T03:29:18.047Z Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
29602024-11-02T03:29:18.386Z Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
29612024-11-02T03:29:19.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.96s
29622024-11-02T03:29:19.741Z
29632024-11-02T03:29:19.741Zinfo: running `cargo check --bins` on cockroach-admin-api (126/168)
29642024-11-02T03:29:20.248Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29652024-11-02T03:29:20.251Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29662024-11-02T03:29:20.251Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29672024-11-02T03:29:20.255Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
29682024-11-02T03:29:20.320Z
29692024-11-02T03:29:20.320Zinfo: running `cargo check --bins` on cockroach-admin-types (127/168)
29702024-11-02T03:29:20.835Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29712024-11-02T03:29:20.838Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29722024-11-02T03:29:20.838Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
29732024-11-02T03:29:20.841Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
29742024-11-02T03:29:20.908Z
29752024-11-02T03:29:20.908Zinfo: running `cargo check --bins` on cert-dev (128/168)
29762024-11-02T03:29:21.399Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29772024-11-02T03:29:21.401Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29782024-11-02T03:29:21.468Z Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
29792024-11-02T03:29:21.735Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
29802024-11-02T03:29:21.886Z
29812024-11-02T03:29:21.886Zinfo: running `cargo check --bins` on ch-dev (129/168)
29822024-11-02T03:29:22.413Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29832024-11-02T03:29:22.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29842024-11-02T03:29:22.498Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
29852024-11-02T03:29:23.201Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s
29862024-11-02T03:29:23.364Z
29872024-11-02T03:29:23.364Zinfo: running `cargo check --bins` on crdb-seed (130/168)
29882024-11-02T03:29:23.894Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29892024-11-02T03:29:23.897Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29902024-11-02T03:29:23.980Z Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
29912024-11-02T03:29:24.315Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.94s
29922024-11-02T03:29:24.477Z
29932024-11-02T03:29:24.477Zinfo: running `cargo check --bins` on db-dev (131/168)
29942024-11-02T03:29:25.007Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
29952024-11-02T03:29:25.010Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
29962024-11-02T03:29:25.092Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
29972024-11-02T03:29:25.782Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s
29982024-11-02T03:29:25.956Z
29992024-11-02T03:29:25.956Zinfo: running `cargo check --bins` on omicron-dev-lib (132/168)
30002024-11-02T03:29:26.477Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30012024-11-02T03:29:26.479Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30022024-11-02T03:29:26.479Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
30032024-11-02T03:29:26.482Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
30042024-11-02T03:29:26.558Z
30052024-11-02T03:29:26.558Zinfo: running `cargo check --bins` on xtask-downloader (133/168)
30062024-11-02T03:29:27.078Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30072024-11-02T03:29:27.082Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30082024-11-02T03:29:27.154Z Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
30092024-11-02T03:29:28.112Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s
30102024-11-02T03:29:28.269Z
30112024-11-02T03:29:28.269Zinfo: running `cargo check --bins` on omicron-ls-apis (134/168)
30122024-11-02T03:29:28.786Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30132024-11-02T03:29:28.789Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30142024-11-02T03:29:28.859Z Checking cargo-platform v0.1.8
30152024-11-02T03:29:29.121Z Checking cargo_metadata v0.18.1
30162024-11-02T03:29:30.067Z Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
30172024-11-02T03:29:30.778Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s
30182024-11-02T03:29:30.933Z
30192024-11-02T03:29:30.933Zinfo: running `cargo check --bins` on mgs-dev (135/168)
30202024-11-02T03:29:31.492Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30212024-11-02T03:29:31.494Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30222024-11-02T03:29:31.599Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
30232024-11-02T03:29:32.270Z Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
30242024-11-02T03:29:32.758Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s
30252024-11-02T03:29:32.934Z
30262024-11-02T03:29:32.934Zinfo: running `cargo check --bins` on omicron-omdb (136/168)
30272024-11-02T03:29:33.520Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
30282024-11-02T03:29:33.522Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
30292024-11-02T03:29:33.663Z Compiling crunchy v0.2.2
30302024-11-02T03:29:33.663Z Compiling glob v0.3.1
30312024-11-02T03:29:33.663Z Compiling tiny-keccak v2.0.2
30322024-11-02T03:29:33.665Z Compiling dsl_auto_type v0.1.2
30332024-11-02T03:29:33.665Z Checking scheduled-thread-pool v0.2.7
30342024-11-02T03:29:33.665Z Compiling diesel_table_macro_syntax v0.2.0
30352024-11-02T03:29:33.665Z Compiling ascii-canvas v3.0.0
30362024-11-02T03:29:33.665Z Compiling ena v0.14.3
30372024-11-02T03:29:34.061Z Checking r2d2 v0.8.10
30382024-11-02T03:29:34.093Z Compiling libloading v0.8.5
30392024-11-02T03:29:34.134Z Compiling bindgen v0.69.5
30402024-11-02T03:29:34.168Z Compiling regex-syntax v0.6.29
30412024-11-02T03:29:34.261Z Compiling diff v0.1.13
30422024-11-02T03:29:34.354Z Compiling which v4.4.2
30432024-11-02T03:29:34.506Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
30442024-11-02T03:29:34.711Z Compiling clang-sys v1.8.1
30452024-11-02T03:29:34.740Z Compiling cexpr v0.6.0
30462024-11-02T03:29:34.898Z Compiling ref-cast v1.0.23
30472024-11-02T03:29:34.943Z Compiling rustc-hash v1.1.0
30482024-11-02T03:29:34.959Z Compiling lazycell v1.3.0
30492024-11-02T03:29:35.071Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
30502024-11-02T03:29:35.096Z Compiling derive_builder_core v0.20.2
30512024-11-02T03:29:35.132Z Compiling libxml v0.3.3
30522024-11-02T03:29:35.326Z Compiling diesel_derives v2.2.3
30532024-11-02T03:29:35.352Z Compiling ref-cast-impl v1.0.23
30542024-11-02T03:29:35.488Z Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
30552024-11-02T03:29:35.587Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
30562024-11-02T03:29:35.981Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
30572024-11-02T03:29:36.278Z Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
30582024-11-02T03:29:36.427Z Compiling strum_macros v0.24.3
30592024-11-02T03:29:36.654Z Compiling indoc v1.0.9
30602024-11-02T03:29:37.326Z Compiling derive_builder_macro v0.20.2
30612024-11-02T03:29:37.592Z Compiling lalrpop v0.19.12
30622024-11-02T03:29:38.252Z Checking derive_builder v0.20.2
30632024-11-02T03:29:38.415Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
30642024-11-02T03:29:38.617Z Compiling oso-derive v0.27.3
30652024-11-02T03:29:38.711Z Compiling impl-trait-for-tuples v0.2.2
30662024-11-02T03:29:39.622Z Checking quick-xml v0.33.0
30672024-11-02T03:29:39.861Z Compiling diesel-dtrace v0.3.0
30682024-11-02T03:29:39.980Z Checking maplit v1.0.2
30692024-11-02T03:29:40.134Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
30702024-11-02T03:29:40.240Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
30712024-11-02T03:29:40.542Z Checking bb8 v0.8.5
30722024-11-02T03:29:41.054Z Compiling const_format_proc_macros v0.2.33
30732024-11-02T03:29:41.857Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
30742024-11-02T03:29:41.929Z Checking castaway v0.2.3
30752024-11-02T03:29:42.108Z Checking rand_seeder v0.3.0
30762024-11-02T03:29:42.193Z Checking compact_str v0.8.0
30772024-11-02T03:29:42.350Z Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
30782024-11-02T03:29:42.556Z Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
30792024-11-02T03:29:43.190Z Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
30802024-11-02T03:29:43.210Z Checking const_format v0.2.33
30812024-11-02T03:29:43.714Z Checking unicode-truncate v1.1.0
30822024-11-02T03:29:43.952Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
30832024-11-02T03:29:44.251Z Checking lru v0.12.5
30842024-11-02T03:29:44.463Z Compiling instability v0.3.2
30852024-11-02T03:29:44.489Z Checking cassowary v0.3.0
30862024-11-02T03:29:44.554Z Checking unicode-linebreak v0.1.5
30872024-11-02T03:29:44.897Z Checking is_ci v1.2.0
30882024-11-02T03:29:44.986Z Checking smawk v0.3.2
30892024-11-02T03:29:45.039Z Checking supports-color v3.0.1
30902024-11-02T03:29:45.185Z Checking textwrap v0.16.1
30912024-11-02T03:29:45.226Z Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
30922024-11-02T03:29:45.490Z Checking ratatui v0.28.1
30932024-11-02T03:29:45.613Z Checking multimap v0.10.0
30942024-11-02T03:29:47.101Z Checking diesel v2.2.4
30952024-11-02T03:30:04.990Z Compiling samael v0.0.17
30962024-11-02T03:30:22.361Z Checking async-bb8-diesel v0.2.1
30972024-11-02T03:30:23.185Z Compiling polar-core v0.27.3
30982024-11-02T03:30:30.639Z Checking oso v0.27.3
30992024-11-02T03:32:14.531Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
31002024-11-02T03:32:22.723Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 49s
31012024-11-02T03:32:22.917Z
31022024-11-02T03:32:22.917Zinfo: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168)
31032024-11-02T03:32:23.480Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31042024-11-02T03:32:23.482Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31052024-11-02T03:32:23.482Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31062024-11-02T03:32:23.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31072024-11-02T03:32:23.561Z
31082024-11-02T03:32:23.561Zinfo: running `cargo check --bins` on nexus-saga-recovery (138/168)
31092024-11-02T03:32:24.110Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31102024-11-02T03:32:24.113Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31112024-11-02T03:32:24.113Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31122024-11-02T03:32:24.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s
31132024-11-02T03:32:24.189Z
31142024-11-02T03:32:24.189Zinfo: running `cargo check --bins` on nexus-test-utils-macros (139/168)
31152024-11-02T03:32:24.690Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31162024-11-02T03:32:24.693Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31172024-11-02T03:32:24.693Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31182024-11-02T03:32:24.696Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
31192024-11-02T03:32:24.759Z
31202024-11-02T03:32:24.759Zinfo: running `cargo check --bins` on omicron-nexus (140/168)
31212024-11-02T03:32:25.354Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31222024-11-02T03:32:25.356Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31232024-11-02T03:32:25.508Z Compiling libz-sys v1.1.20
31242024-11-02T03:32:25.617Z Checking http v0.2.12
31252024-11-02T03:32:25.619Z Compiling libgit2-sys v0.17.0+1.8.1
31262024-11-02T03:32:25.636Z Compiling vergen v8.3.2
31272024-11-02T03:32:25.638Z Compiling cargo-platform v0.1.8
31282024-11-02T03:32:25.638Z Compiling pin-project-internal v1.1.6
31292024-11-02T03:32:25.669Z Compiling libsqlite3-sys v0.30.1
31302024-11-02T03:32:25.669Z Compiling snafu-derive v0.8.5
31312024-11-02T03:32:25.938Z Compiling cargo_metadata v0.18.1
31322024-11-02T03:32:26.164Z Checking simd-adler32 v0.3.7
31332024-11-02T03:32:26.181Z Checking lockfree-object-pool v0.1.6
31342024-11-02T03:32:26.424Z Compiling cfg_aliases v0.2.1
31352024-11-02T03:32:26.523Z Compiling rustls v0.21.12
31362024-11-02T03:32:26.532Z Checking sync_wrapper v0.1.2
31372024-11-02T03:32:26.537Z Checking bumpalo v3.16.0
31382024-11-02T03:32:26.679Z Compiling zip v2.1.3
31392024-11-02T03:32:26.835Z Compiling buf-list v1.0.3
31402024-11-02T03:32:26.871Z Checking zopfli v0.8.1
31412024-11-02T03:32:26.922Z Checking h2 v0.3.26
31422024-11-02T03:32:26.992Z Checking http-body v0.4.6
31432024-11-02T03:32:27.470Z Compiling nix v0.29.0
31442024-11-02T03:32:27.553Z Checking globset v0.4.15
31452024-11-02T03:32:27.572Z Checking sct v0.7.1
31462024-11-02T03:32:27.800Z Checking rustls-webpki v0.101.7
31472024-11-02T03:32:28.112Z Checking olpc-cjson v0.1.4
31482024-11-02T03:32:28.318Z Checking serde_plain v1.0.2
31492024-11-02T03:32:28.378Z Compiling displaydoc v0.2.5
31502024-11-02T03:32:28.494Z Checking typed-path v0.7.1
31512024-11-02T03:32:28.513Z Checking pin-project v1.1.6
31522024-11-02T03:32:29.402Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
31532024-11-02T03:32:29.455Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
31542024-11-02T03:32:29.663Z Checking hashlink v0.9.1
31552024-11-02T03:32:29.739Z Checking fallible-iterator v0.3.0
31562024-11-02T03:32:30.235Z Checking parse-size v1.1.0
31572024-11-02T03:32:30.341Z Checking fallible-streaming-iterator v0.1.9
31582024-11-02T03:32:30.436Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
31592024-11-02T03:32:30.571Z Checking rusqlite v0.32.1
31602024-11-02T03:32:30.756Z Checking snafu v0.8.5
31612024-11-02T03:32:30.897Z Checking rustls-pemfile v1.0.4
31622024-11-02T03:32:31.105Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
31632024-11-02T03:32:31.155Z Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
31642024-11-02T03:32:31.252Z Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
31652024-11-02T03:32:31.385Z Checking twox-hash v1.6.3
31662024-11-02T03:32:31.407Z Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
31672024-11-02T03:32:31.737Z Checking tokio-rustls v0.24.1
31682024-11-02T03:32:31.855Z Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
31692024-11-02T03:32:32.098Z Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
31702024-11-02T03:32:32.101Z Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
31712024-11-02T03:32:32.293Z Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31722024-11-02T03:32:32.590Z Checking fatfs v0.3.6
31732024-11-02T03:32:32.982Z Checking hyper v0.14.30
31742024-11-02T03:32:33.328Z Checking assert_matches v1.5.0
31752024-11-02T03:32:37.151Z Checking reqwest v0.11.27
31762024-11-02T03:32:37.960Z Checking tough v0.17.1
31772024-11-02T03:32:39.356Z Compiling git2 v0.19.0
31782024-11-02T03:32:41.168Z Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
31792024-11-02T03:32:42.341Z Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
31802024-11-02T03:32:44.480Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566)
31812024-11-02T03:36:15.691Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 50s
31822024-11-02T03:36:15.878Z
31832024-11-02T03:36:15.878Zinfo: running `cargo check --bins` on nexus-external-api (141/168)
31842024-11-02T03:36:16.442Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31852024-11-02T03:36:16.445Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31862024-11-02T03:36:16.445Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31872024-11-02T03:36:16.448Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
31882024-11-02T03:36:16.518Z
31892024-11-02T03:36:16.518Zinfo: running `cargo check --bins` on openapi-manager-types (142/168)
31902024-11-02T03:36:17.017Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31912024-11-02T03:36:17.020Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31922024-11-02T03:36:17.020Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31932024-11-02T03:36:17.022Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
31942024-11-02T03:36:17.087Z
31952024-11-02T03:36:17.087Zinfo: running `cargo check --bins` on nexus-internal-api (143/168)
31962024-11-02T03:36:17.619Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
31972024-11-02T03:36:17.621Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
31982024-11-02T03:36:17.621Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
31992024-11-02T03:36:17.624Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32002024-11-02T03:36:17.696Z
32012024-11-02T03:36:17.696Zinfo: running `cargo check --bins` on nexus-metrics-producer-gc (144/168)
32022024-11-02T03:36:18.261Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32032024-11-02T03:36:18.263Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32042024-11-02T03:36:18.264Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32052024-11-02T03:36:18.267Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
32062024-11-02T03:36:18.342Z
32072024-11-02T03:36:18.342Zinfo: running `cargo check --bins` on nexus-networking (145/168)
32082024-11-02T03:36:18.890Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32092024-11-02T03:36:18.892Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32102024-11-02T03:36:18.893Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32112024-11-02T03:36:18.895Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32122024-11-02T03:36:18.969Z
32132024-11-02T03:36:18.969Zinfo: running `cargo check --bins` on nexus-reconfigurator-execution (146/168)
32142024-11-02T03:36:19.516Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32152024-11-02T03:36:19.519Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32162024-11-02T03:36:19.519Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32172024-11-02T03:36:19.522Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32182024-11-02T03:36:19.598Z
32192024-11-02T03:36:19.598Zinfo: running `cargo check --bins` on update-common (147/168)
32202024-11-02T03:36:20.140Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32212024-11-02T03:36:20.142Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32222024-11-02T03:36:20.142Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32232024-11-02T03:36:20.145Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s
32242024-11-02T03:36:20.217Z
32252024-11-02T03:36:20.217Zinfo: running `cargo check --bins` on tufaceous-lib (148/168)
32262024-11-02T03:36:20.747Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32272024-11-02T03:36:20.750Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32282024-11-02T03:36:20.750Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32292024-11-02T03:36:20.753Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32302024-11-02T03:36:20.825Z
32312024-11-02T03:36:20.825Zinfo: running `cargo check --bins` on tufaceous (149/168)
32322024-11-02T03:36:21.364Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32332024-11-02T03:36:21.366Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32342024-11-02T03:36:21.454Z Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
32352024-11-02T03:36:22.365Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s
32362024-11-02T03:36:22.546Z
32372024-11-02T03:36:22.546Zinfo: running `cargo check --bins` on omicron-dev (150/168)
32382024-11-02T03:36:23.187Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32392024-11-02T03:36:23.190Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32402024-11-02T03:36:23.354Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
32412024-11-02T03:36:23.474Z Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
32422024-11-02T03:36:23.477Z Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
32432024-11-02T03:36:23.478Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
32442024-11-02T03:37:18.772Z Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
32452024-11-02T03:37:18.774Z Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
32462024-11-02T03:37:18.774Z Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
32472024-11-02T03:37:18.774Z Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
32482024-11-02T03:37:18.774Z Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
32492024-11-02T03:37:19.652Z Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
32502024-11-02T03:37:20.861Z Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
32512024-11-02T03:40:38.237Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 15s
32522024-11-02T03:40:38.446Z
32532024-11-02T03:40:38.446Zinfo: running `cargo check --bins` on openapi-manager (151/168)
32542024-11-02T03:40:39.009Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32552024-11-02T03:40:39.012Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32562024-11-02T03:40:39.115Z Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
32572024-11-02T03:40:39.118Z Checking heck v0.4.1
32582024-11-02T03:40:39.118Z Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
32592024-11-02T03:40:40.649Z Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
32602024-11-02T03:40:40.688Z Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
32612024-11-02T03:40:41.512Z Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
32622024-11-02T03:40:42.487Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
32632024-11-02T03:40:42.653Z
32642024-11-02T03:40:42.653Zinfo: running `cargo check --bins` on installinator-api (152/168)
32652024-11-02T03:40:43.176Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32662024-11-02T03:40:43.178Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32672024-11-02T03:40:43.179Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32682024-11-02T03:40:43.181Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
32692024-11-02T03:40:43.250Z
32702024-11-02T03:40:43.250Zinfo: running `cargo check --bins` on wicketd-api (153/168)
32712024-11-02T03:40:43.779Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32722024-11-02T03:40:43.782Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32732024-11-02T03:40:43.782Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
32742024-11-02T03:40:43.785Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s
32752024-11-02T03:40:43.857Z
32762024-11-02T03:40:43.857Zinfo: running `cargo check --bins` on reconfigurator-cli (154/168)
32772024-11-02T03:40:44.396Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32782024-11-02T03:40:44.399Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32792024-11-02T03:40:44.493Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
32802024-11-02T03:40:45.638Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s
32812024-11-02T03:40:45.805Z
32822024-11-02T03:40:45.805Zinfo: running `cargo check --bins` on omicron-releng (155/168)
32832024-11-02T03:40:46.344Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
32842024-11-02T03:40:46.347Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
32852024-11-02T03:40:46.430Z Checking memmap2 v0.9.5
32862024-11-02T03:40:46.430Z Checking spin v0.5.2
32872024-11-02T03:40:46.430Z Checking constant_time_eq v0.3.1
32882024-11-02T03:40:46.432Z Checking arrayvec v0.7.6
32892024-11-02T03:40:46.433Z Checking arrayref v0.3.9
32902024-11-02T03:40:46.433Z Checking untrusted v0.7.1
32912024-11-02T03:40:46.433Z Checking topological-sort v0.2.2
32922024-11-02T03:40:46.537Z Checking shell-words v1.1.0
32932024-11-02T03:40:46.728Z Checking ring v0.16.20
32942024-11-02T03:40:46.826Z Checking blake3 v1.5.4
32952024-11-02T03:40:47.861Z Checking omicron-zone-package v0.11.1
32962024-11-02T03:40:48.952Z Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
32972024-11-02T03:40:49.848Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.03s
32982024-11-02T03:40:50.017Z
32992024-11-02T03:40:50.017Zinfo: running `cargo check --bins` on xtask (156/168)
33002024-11-02T03:40:50.416Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33012024-11-02T03:40:50.416Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33022024-11-02T03:40:50.431Z Checking bitflags v2.6.0
33032024-11-02T03:40:50.434Z Checking serde v1.0.210
33042024-11-02T03:40:50.435Z Checking thiserror v1.0.64
33052024-11-02T03:40:50.518Z Checking scroll v0.12.0
33062024-11-02T03:40:50.520Z Checking hashbrown v0.15.0
33072024-11-02T03:40:50.525Z Checking log v0.4.22
33082024-11-02T03:40:50.534Z Checking zerocopy v0.7.35
33092024-11-02T03:40:50.557Z Checking syn v2.0.79
33102024-11-02T03:40:50.615Z Checking pest v2.7.14
33112024-11-02T03:40:50.741Z Checking rustix v0.38.37
33122024-11-02T03:40:50.781Z Checking once_cell v1.20.2
33132024-11-02T03:40:50.970Z Checking goblin v0.8.2
33142024-11-02T03:40:51.071Z Checking fs-err v2.11.0
33152024-11-02T03:40:51.390Z Checking tabled v0.15.0
33162024-11-02T03:40:51.616Z Checking indexmap v2.6.0
33172024-11-02T03:40:51.925Z Checking anyhow v1.0.92
33182024-11-02T03:40:52.780Z Checking terminal_size v0.4.0
33192024-11-02T03:40:52.780Z Checking tempfile v3.13.0
33202024-11-02T03:40:52.932Z Checking clap_builder v4.5.20
33212024-11-02T03:40:53.199Z Checking dtrace-parser v0.2.0
33222024-11-02T03:40:54.830Z Checking serde_json v1.0.128
33232024-11-02T03:40:54.830Z Checking serde_spanned v0.6.8
33242024-11-02T03:40:54.830Z Checking toml_datetime v0.6.8
33252024-11-02T03:40:54.833Z Checking camino v1.1.9
33262024-11-02T03:40:54.833Z Checking semver v1.0.23
33272024-11-02T03:40:54.833Z Checking cargo-platform v0.1.8
33282024-11-02T03:40:55.059Z Checking macaddr v1.0.1
33292024-11-02T03:40:55.129Z Checking toml_edit v0.22.22
33302024-11-02T03:40:55.394Z Checking camino-tempfile v1.1.1
33312024-11-02T03:40:55.557Z Checking clap v4.5.20
33322024-11-02T03:40:56.019Z Checking dof v0.3.0
33332024-11-02T03:40:56.019Z Checking cargo_metadata v0.18.1
33342024-11-02T03:40:56.423Z Checking usdt-impl v0.5.0
33352024-11-02T03:40:56.775Z Checking usdt v0.5.0
33362024-11-02T03:40:56.846Z Checking toml v0.8.19
33372024-11-02T03:40:57.324Z Checking cargo_toml v0.20.5
33382024-11-02T03:40:58.549Z Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
33392024-11-02T03:40:59.161Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s
33402024-11-02T03:40:59.257Z
33412024-11-02T03:40:59.257Zinfo: running `cargo check --bins` on end-to-end-tests (157/168)
33422024-11-02T03:40:59.853Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33432024-11-02T03:40:59.856Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33442024-11-02T03:40:59.979Z Checking polyval v0.6.2
33452024-11-02T03:41:00.085Z Checking ctr v0.9.2
33462024-11-02T03:41:00.097Z Checking ssh-encoding v0.2.0
33472024-11-02T03:41:00.099Z Checking blowfish v0.9.1
33482024-11-02T03:41:00.120Z Checking password-hash v0.4.2
33492024-11-02T03:41:00.122Z Checking matches v0.1.10
33502024-11-02T03:41:00.150Z Checking p521 v0.13.3
33512024-11-02T03:41:00.150Z Checking p256 v0.13.2
33522024-11-02T03:41:00.226Z Checking idna v0.2.3
33532024-11-02T03:41:00.295Z Checking ghash v0.5.1
33542024-11-02T03:41:00.295Z Checking bcrypt-pbkdf v0.10.0
33552024-11-02T03:41:00.322Z Compiling enum-as-inner v0.5.1
33562024-11-02T03:41:00.437Z Checking russh-cryptovec v0.7.3
33572024-11-02T03:41:00.461Z Checking aes-gcm v0.10.3
33582024-11-02T03:41:00.536Z Checking pbkdf2 v0.11.0
33592024-11-02T03:41:00.595Z Checking md5 v0.7.0
33602024-11-02T03:41:00.632Z Checking num-bigint v0.4.6
33612024-11-02T03:41:00.650Z Checking des v0.8.1
33622024-11-02T03:41:00.689Z Checking ssh-cipher v0.2.0
33632024-11-02T03:41:00.821Z Checking hex-literal v0.4.1
33642024-11-02T03:41:00.888Z Compiling dhcproto-macros v0.1.0
33652024-11-02T03:41:00.906Z Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
33662024-11-02T03:41:00.950Z Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
33672024-11-02T03:41:00.990Z Checking ssh-key v0.6.6
33682024-11-02T03:41:01.028Z Checking internet-checksum v0.2.1
33692024-11-02T03:41:01.326Z Checking trust-dns-proto v0.22.0
33702024-11-02T03:41:02.309Z Checking russh-keys v0.45.0
33712024-11-02T03:41:03.268Z Checking russh v0.45.0
33722024-11-02T03:41:03.870Z Checking dhcproto v0.12.0
33732024-11-02T03:41:25.249Z Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
33742024-11-02T03:41:26.625Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.35s
33752024-11-02T03:41:26.809Z
33762024-11-02T03:41:26.809Zinfo: running `cargo check --bins` on gateway-cli (158/168)
33772024-11-02T03:41:27.336Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33782024-11-02T03:41:27.338Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33792024-11-02T03:41:27.412Z Checking termios v0.3.3
33802024-11-02T03:41:27.622Z Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
33812024-11-02T03:41:28.383Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s
33822024-11-02T03:41:28.543Z
33832024-11-02T03:41:28.543Zinfo: running `cargo check --bins --no-default-features` on installinator (159/168)
33842024-11-02T03:41:29.113Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33852024-11-02T03:41:29.116Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33862024-11-02T03:41:29.213Z Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
33872024-11-02T03:41:31.181Z Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
33882024-11-02T03:41:33.168Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s
33892024-11-02T03:41:33.343Z
33902024-11-02T03:41:33.343Zinfo: running `cargo check --bins` on internal-dns-cli (160/168)
33912024-11-02T03:41:33.866Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33922024-11-02T03:41:33.869Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33932024-11-02T03:41:33.941Z Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
33942024-11-02T03:41:34.387Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
33952024-11-02T03:41:34.552Z
33962024-11-02T03:41:34.552Zinfo: running `cargo check --bins` on omicron-live-tests (161/168)
33972024-11-02T03:41:35.062Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
33982024-11-02T03:41:35.064Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
33992024-11-02T03:41:35.064Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34002024-11-02T03:41:35.067Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34012024-11-02T03:41:35.134Z
34022024-11-02T03:41:35.134Zinfo: running `cargo check --bins` on live-tests-macros (162/168)
34032024-11-02T03:41:35.638Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34042024-11-02T03:41:35.641Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34052024-11-02T03:41:35.641Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34062024-11-02T03:41:35.643Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34072024-11-02T03:41:35.710Z
34082024-11-02T03:41:35.710Zinfo: running `cargo check --bins` on omicron-package (163/168)
34092024-11-02T03:41:36.241Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34102024-11-02T03:41:36.244Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34112024-11-02T03:41:36.329Z Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
34122024-11-02T03:41:37.559Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s
34132024-11-02T03:41:37.723Z
34142024-11-02T03:41:37.723Zinfo: running `cargo check --bins` on wicket-dbg (164/168)
34152024-11-02T03:41:38.278Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34162024-11-02T03:41:38.281Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34172024-11-02T03:41:38.381Z Checking rtoolbox v0.0.2
34182024-11-02T03:41:38.383Z Checking tui-tree-widget v0.22.0
34192024-11-02T03:41:38.383Z Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
34202024-11-02T03:41:38.603Z Checking rpassword v7.3.1
34212024-11-02T03:41:42.502Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34222024-11-02T03:41:45.650Z Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
34232024-11-02T03:41:46.791Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s
34242024-11-02T03:41:46.960Z
34252024-11-02T03:41:46.960Zinfo: running `cargo check --bins` on wicket (165/168)
34262024-11-02T03:41:47.505Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34272024-11-02T03:41:47.507Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34282024-11-02T03:41:47.602Z Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
34292024-11-02T03:41:47.994Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s
34302024-11-02T03:41:48.166Z
34312024-11-02T03:41:48.166Zinfo: running `cargo check --bins` on wicketd (166/168)
34322024-11-02T03:41:48.729Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34332024-11-02T03:41:48.731Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34342024-11-02T03:41:48.835Z Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
34352024-11-02T03:41:58.244Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.07s
34362024-11-02T03:41:58.424Z
34372024-11-02T03:41:58.424Zinfo: running `cargo check --bins` on omicron-workspace-hack (167/168)
34382024-11-02T03:41:58.924Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34392024-11-02T03:41:58.927Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34402024-11-02T03:41:58.927Zwarning: target filter `bins` specified, but no targets matched; this is a no-op
34412024-11-02T03:41:58.929Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s
34422024-11-02T03:41:58.995Z
34432024-11-02T03:41:58.995Zinfo: running `cargo check --bins` on zone-setup (168/168)
34442024-11-02T03:41:59.564Zwarning: profile package spec `blake2b_simd` in profile `dev` did not match any packages
34452024-11-02T03:41:59.567Zwarning: profile package spec `rust-argon2` in profile `dev` did not match any packages
34462024-11-02T03:41:59.683Z Checking uzers v0.12.1
34472024-11-02T03:42:00.014Z Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
34482024-11-02T03:42:01.058Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
34492024-11-02T03:42:01.273Z
34502024-11-02T03:42:01.273Zreal 24:21.247358529
34512024-11-02T03:42:01.273Zuser 36:35.424403331
34522024-11-02T03:42:01.273Zsys 5:16.266013601
34532024-11-02T03:42:01.273Ztrap 0.583152357
34542024-11-02T03:42:01.273Ztflt 2.883187607
34552024-11-02T03:42:01.273Zdflt 2.496103048
34562024-11-02T03:42:01.273Zkflt 0.001387932
34572024-11-02T03:42:01.276Zlock 1:29:01.432686009
34582024-11-02T03:42:01.276Zslp 3:27:00.572516644
34592024-11-02T03:42:01.276Zlat 59.220556744
34602024-11-02T03:42:01.276Zstop 2:57.726972091
34612024-11-02T03:42:01.276Zprocess exited: duration 1829393 ms, exit code 0
 
34622024-11-02T03:42:01.282Zfound 0 output files