|
|
|
| 1 | 2024-10-10T04:48:09.973Z | job assigned to worker 01J9TC1K4908AEV6ASACETP55A (queued for 47 s) |
| |
| 2 | 2024-10-10T04:48:17.877Z | starting task 0: "setup" |
| 3 | 2024-10-10T04:48:17.884Z | ++ uname -s |
| 4 | 2024-10-10T04:48:17.887Z | + kern=SunOS |
| 5 | 2024-10-10T04:48:17.887Z | + case "$kern" in |
| 6 | 2024-10-10T04:48:17.887Z | + groupadd -g 12345 build |
| 7 | 2024-10-10T04:48:17.890Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-10-10T04:48:19.901Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-10-10T04:48:20.039Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-10-10T04:48:20.072Z | + home_fs=zfs |
| 11 | 2024-10-10T04:48:20.072Z | + [[ zfs == autofs ]] |
| 12 | 2024-10-10T04:48:20.072Z | + mkdir -p /home/build |
| 13 | 2024-10-10T04:48:20.072Z | + chown build:build /home/build /work |
| 14 | 2024-10-10T04:48:22.011Z | + chmod 0700 /home/build /work |
| 15 | 2024-10-10T04:48:22.013Z | process exited: duration 4137 ms, exit code 0 |
| |
| 16 | 2024-10-10T04:48:22.018Z | starting task 1: "rust-toolchain" |
| 17 | 2024-10-10T04:48:22.023Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-10-10T04:48:22.023Z | * toolchain channel = "1.80.1" |
| 19 | 2024-10-10T04:48:22.023Z | ' 1.80.1 |
| 20 | 2024-10-10T04:48:22.023Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-10-10T04:48:22.023Z | ' default |
| 22 | 2024-10-10T04:48:22.024Z | * toolchain profile = "default" |
| 23 | 2024-10-10T04:48:22.026Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-10-10T04:48:22.026Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
| 25 | 2024-10-10T04:48:22.140Z | info: downloading installer |
| 26 | 2024-10-10T04:48:23.390Z | info: profile set to 'default' |
| 27 | 2024-10-10T04:48:23.393Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-10-10T04:48:23.393Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
| 29 | 2024-10-10T04:48:23.542Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
| 30 | 2024-10-10T04:48:23.542Z | info: downloading component 'cargo' |
| 31 | 2024-10-10T04:48:24.387Z | info: downloading component 'clippy' |
| 32 | 2024-10-10T04:48:24.682Z | info: downloading component 'rust-docs' |
| 33 | 2024-10-10T04:48:25.847Z | info: downloading component 'rust-std' |
| 34 | 2024-10-10T04:48:27.491Z | info: downloading component 'rustc' |
| 35 | 2024-10-10T04:48:32.057Z | info: downloading component 'rustfmt' |
| 36 | 2024-10-10T04:48:32.301Z | info: installing component 'cargo' |
| 37 | 2024-10-10T04:48:33.129Z | info: installing component 'clippy' |
| 38 | 2024-10-10T04:48:33.494Z | info: installing component 'rust-docs' |
| 39 | 2024-10-10T04:48:35.118Z | info: installing component 'rust-std' |
| 40 | 2024-10-10T04:48:36.752Z | info: installing component 'rustc' |
| 41 | 2024-10-10T04:48:41.015Z | info: installing component 'rustfmt' |
| 42 | 2024-10-10T04:48:41.353Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
| 43 | 2024-10-10T04:48:41.353Z | |
| 44 | 2024-10-10T04:48:41.614Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 45 | 2024-10-10T04:48:41.614Z | |
| 46 | 2024-10-10T04:48:41.617Z | |
| 47 | 2024-10-10T04:48:41.617Z | Rust is installed now. Great! |
| 48 | 2024-10-10T04:48:41.617Z | |
| 49 | 2024-10-10T04:48:41.617Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-10-10T04:48:41.617Z | environment variable. This has not been done automatically. |
| 51 | 2024-10-10T04:48:41.617Z | |
| 52 | 2024-10-10T04:48:41.617Z | To configure your current shell, you need to source |
| 53 | 2024-10-10T04:48:41.617Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-10-10T04:48:41.617Z | |
| 55 | 2024-10-10T04:48:41.617Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-10-10T04:48:41.617Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-10-10T04:48:41.617Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-10-10T04:48:41.668Z | + rustc --version |
| 59 | 2024-10-10T04:48:41.733Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 60 | 2024-10-10T04:48:41.737Z | process exited: duration 19714 ms, exit code 0 |
| |
| 61 | 2024-10-10T04:48:41.745Z | starting task 2: "authentication" |
| 62 | 2024-10-10T04:48:41.763Z | process exited: duration 19 ms, exit code 0 |
| |
| 63 | 2024-10-10T04:48:41.769Z | starting task 3: "clone repository" |
| 64 | 2024-10-10T04:48:41.774Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-10-10T04:48:41.776Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-10-10T04:48:42.055Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-10-10T04:48:48.749Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-10-10T04:48:48.749Z | + git fetch origin 661d2484bc5384e1dab59f31575558bc534c3a96 |
| 69 | 2024-10-10T04:48:49.008Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-10-10T04:48:49.008Z | * branch 661d2484bc5384e1dab59f31575558bc534c3a96 -> FETCH_HEAD |
| 71 | 2024-10-10T04:48:49.016Z | + [[ -n renovate/rust-futures-monorepo ]] |
| 72 | 2024-10-10T04:48:49.018Z | ++ git branch --show-current |
| 73 | 2024-10-10T04:48:49.020Z | + current=main |
| 74 | 2024-10-10T04:48:49.020Z | + [[ main != renovate/rust-futures-monorepo ]] |
| 75 | 2024-10-10T04:48:49.020Z | + git branch -f renovate/rust-futures-monorepo 661d2484bc5384e1dab59f31575558bc534c3a96 |
| 76 | 2024-10-10T04:48:49.024Z | + git checkout -f renovate/rust-futures-monorepo |
| 77 | 2024-10-10T04:48:49.186Z | Switched to branch 'renovate/rust-futures-monorepo' |
| 78 | 2024-10-10T04:48:49.188Z | + git reset --hard 661d2484bc5384e1dab59f31575558bc534c3a96 |
| 79 | 2024-10-10T04:48:49.344Z | HEAD is now at 661d2484b Update Rust crate futures to 0.3.31 |
| 80 | 2024-10-10T04:48:49.346Z | process exited: duration 7574 ms, exit code 0 |
| |
| 81 | 2024-10-10T04:48:49.350Z | starting task 4: "build" |
| 82 | 2024-10-10T04:48:49.356Z | + source .github/buildomat/ci-env.sh |
| 83 | 2024-10-10T04:48:49.356Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2024-10-10T04:48:49.356Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2024-10-10T04:48:49.359Z | + cargo --version |
| 86 | 2024-10-10T04:48:49.411Z | cargo 1.80.1 (376290515 2024-07-16) |
| 87 | 2024-10-10T04:48:49.413Z | + rustc --version |
| 88 | 2024-10-10T04:48:49.471Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
| 89 | 2024-10-10T04:48:49.473Z | + source ./env.sh |
| 90 | 2024-10-10T04:48:49.473Z | ++ OLD_SHELL_OPTS=ehxB |
| 91 | 2024-10-10T04:48:49.473Z | ++ set -o xtrace |
| 92 | 2024-10-10T04:48:49.475Z | ++++ dirname ./env.sh |
| 93 | 2024-10-10T04:48:49.478Z | +++ readlink -f . |
| 94 | 2024-10-10T04:48:49.496Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 95 | 2024-10-10T04:48:49.498Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2024-10-10T04:48:49.498Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2024-10-10T04:48:49.498Z | ++ 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 |
| 98 | 2024-10-10T04:48:49.498Z | ++ 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 |
| 99 | 2024-10-10T04:48:49.498Z | ++ 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 |
| 100 | 2024-10-10T04:48:49.498Z | ++ 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 |
| 101 | 2024-10-10T04:48:49.498Z | ++ 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 |
| 102 | 2024-10-10T04:48:49.498Z | ++ 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 |
| 103 | 2024-10-10T04:48:49.498Z | ++ case $OLD_SHELL_OPTS in |
| 104 | 2024-10-10T04:48:49.499Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 105 | 2024-10-10T04:48:49.499Z | + 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 |
| 106 | 2024-10-10T04:48:49.499Z | + 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 |
| 107 | 2024-10-10T04:48:49.499Z | + banner prerequisites |
| 108 | 2024-10-10T04:48:49.530Z | |
| 109 | 2024-10-10T04:48:49.530Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 110 | 2024-10-10T04:48:49.531Z | # # # # # # # # # # # # # # # |
| 111 | 2024-10-10T04:48:49.531Z | # # # # ##### # # ##### # # # # # #### # |
| 112 | 2024-10-10T04:48:49.531Z | ##### ##### # ##### # # # # # # # # # |
| 113 | 2024-10-10T04:48:49.531Z | # # # # # # # # # # # # # # # |
| 114 | 2024-10-10T04:48:49.531Z | # # # ###### # # ###### ### # #### # #### # |
| 115 | 2024-10-10T04:48:49.531Z | |
| 116 | 2024-10-10T04:48:49.533Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 117 | 2024-10-10T04:48:59.409Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 118 | 2024-10-10T04:49:02.573Z | Startup: Caching catalogs ... Done |
| 119 | 2024-10-10T04:49:07.330Z | Planning: Solver setup ... Done (4.027s) |
| 120 | 2024-10-10T04:49:07.394Z | Planning: Running solver ... Done (0.065s) |
| 121 | 2024-10-10T04:49:07.520Z | Planning: Finding local manifests ... Done (0.065s) |
| 122 | 2024-10-10T04:49:07.546Z | Planning: Fetching manifests: 0/5 0% complete |
| 123 | 2024-10-10T04:49:08.171Z | Planning: Fetching manifests: 5/5 100% complete |
| 124 | 2024-10-10T04:49:08.423Z | Planning: Package planning ... Done (0.252s) |
| 125 | 2024-10-10T04:49:08.481Z | Planning: Merging actions ... Done (0.058s) |
| 126 | 2024-10-10T04:49:09.345Z | Planning: Checking for conflicting actions ... Done (0.863s) |
| 127 | 2024-10-10T04:49:17.423Z | Planning: Consolidating action changes ... Done (8.076s) |
| 128 | 2024-10-10T04:49:17.795Z | Planning: Evaluating mediators ... Done (0.371s) |
| 129 | 2024-10-10T04:49:17.876Z | Planning: Planning completed in 15.22 seconds |
| 130 | 2024-10-10T04:49:18.371Z | Packages to install: 4 |
| 131 | 2024-10-10T04:49:18.372Z | Packages to update: 1 |
| 132 | 2024-10-10T04:49:18.372Z | Mediators to change: 2 |
| 133 | 2024-10-10T04:49:18.375Z | Services to change: 1 |
| 134 | 2024-10-10T04:49:18.375Z | Estimated space available: 155.71 GB |
| 135 | 2024-10-10T04:49:18.375Z | Estimated space to be consumed: 1.56 GB |
| 136 | 2024-10-10T04:49:18.375Z | Create boot environment: No |
| 137 | 2024-10-10T04:49:18.375Z | Create backup boot environment: Yes |
| 138 | 2024-10-10T04:49:18.375Z | Rebuild boot archive: No |
| 139 | 2024-10-10T04:49:18.375Z | |
| 140 | 2024-10-10T04:49:18.375Z | Changed mediators: |
| 141 | 2024-10-10T04:49:18.375Z | mediator clang: |
| 142 | 2024-10-10T04:49:18.376Z | version: None -> 15 (system default) |
| 143 | 2024-10-10T04:49:18.376Z | |
| 144 | 2024-10-10T04:49:18.376Z | mediator llvm: |
| 145 | 2024-10-10T04:49:18.376Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2024-10-10T04:49:18.376Z | |
| 147 | 2024-10-10T04:49:18.377Z | Changed packages: |
| 148 | 2024-10-10T04:49:18.377Z | helios-dev |
| 149 | 2024-10-10T04:49:18.377Z | developer/build-essential |
| 150 | 2024-10-10T04:49:18.377Z | None -> 11-2.0 |
| 151 | 2024-10-10T04:49:18.377Z | library/libxmlsec1 |
| 152 | 2024-10-10T04:49:18.377Z | None -> 1.2.35-2.0 |
| 153 | 2024-10-10T04:49:18.377Z | ooce/developer/clang-15 |
| 154 | 2024-10-10T04:49:18.377Z | None -> 15.0.7-2.0 |
| 155 | 2024-10-10T04:49:18.377Z | ooce/developer/llvm-15 |
| 156 | 2024-10-10T04:49:18.377Z | None -> 15.0.7-2.0 |
| 157 | 2024-10-10T04:49:18.377Z | package/pkg |
| 158 | 2024-10-10T04:49:18.377Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 159 | 2024-10-10T04:49:18.377Z | |
| 160 | 2024-10-10T04:49:18.377Z | Services: |
| 161 | 2024-10-10T04:49:18.378Z | restart_fmri: |
| 162 | 2024-10-10T04:49:18.378Z | svc:/system/update-man-index:default |
| 163 | 2024-10-10T04:49:18.378Z | |
| 164 | 2024-10-10T04:49:18.378Z | Editable files to change: |
| 165 | 2024-10-10T04:49:18.378Z | Update: |
| 166 | 2024-10-10T04:49:18.378Z | usr/share/lib/pkg/web/config.shtml |
| 167 | 2024-10-10T04:49:18.784Z | |
| 168 | 2024-10-10T04:49:18.784Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 169 | 2024-10-10T04:49:23.783Z | Download: 646/4281 items 18.0/220.6MB 8% complete (3.7M/s) |
| 170 | 2024-10-10T04:49:34.681Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (9.8M/s) |
| 171 | 2024-10-10T04:49:40.388Z | Download: 2218/4281 items 117.9/220.6MB 53% complete (7.5M/s) |
| 172 | 2024-10-10T04:49:45.391Z | Download: 2481/4281 items 120.0/220.6MB 54% complete (3.5M/s) |
| 173 | 2024-10-10T04:49:50.401Z | Download: 2765/4281 items 120.9/220.6MB 54% complete (311k/s) |
| 174 | 2024-10-10T04:49:56.491Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
| 175 | 2024-10-10T04:50:02.814Z | Download: 3287/4281 items 212.6/220.6MB 96% complete (9.1M/s) |
| 176 | 2024-10-10T04:50:09.217Z | Download: 3289/4281 items 212.6/220.6MB 96% complete |
| 177 | 2024-10-10T04:50:14.219Z | Download: 3937/4281 items 219.1/220.6MB 99% complete (1.3M/s) |
| 178 | 2024-10-10T04:50:21.752Z | Download: 4202/4281 items 220.6/220.6MB 99% complete (1003k/s) |
| 179 | 2024-10-10T04:50:21.868Z | Download: Completed 220.60 MB in 63.07 seconds (3.5M/s) |
| 180 | 2024-10-10T04:50:23.724Z | Actions: 1/5063 actions (Removing old actions) |
| 181 | 2024-10-10T04:50:23.746Z | Actions: 194/5063 actions (Installing new actions) |
| 182 | 2024-10-10T04:50:28.763Z | Actions: 4123/5063 actions (Installing new actions) |
| 183 | 2024-10-10T04:50:29.163Z | Actions: 4226/5063 actions (Updating modified actions) |
| 184 | 2024-10-10T04:50:29.584Z | Actions: Completed 5063 actions in 5.86 seconds. |
| 185 | 2024-10-10T04:50:29.919Z | Done (0.327s) |
| 186 | 2024-10-10T04:50:29.921Z | Done (0.000s) |
| 187 | 2024-10-10T04:50:30.364Z | Done (0.444s) |
| 188 | 2024-10-10T04:50:35.639Z | Done (5.077s) |
| 189 | 2024-10-10T04:50:35.912Z | Done (0.204s) |
| 190 | 2024-10-10T04:50:35.914Z | Done (0.000s) |
| 191 | 2024-10-10T04:50:36.060Z | Done (0.000s) |
| 192 | 2024-10-10T04:50:36.683Z | Planning: Evaluating mediator changes ... Done |
| 193 | 2024-10-10T04:50:36.853Z | Planning: Checking for conflicting actions ... Done |
| 194 | 2024-10-10T04:50:36.861Z | Planning: Consolidating action changes ... Done |
| 195 | 2024-10-10T04:50:37.103Z | Planning: Evaluating mediators ... Done |
| 196 | 2024-10-10T04:50:37.106Z | Planning: Planning completed in 0.42 seconds |
| 197 | 2024-10-10T04:50:37.144Z | Mediators to change: 2 |
| 198 | 2024-10-10T04:50:37.144Z | Create boot environment: No |
| 199 | 2024-10-10T04:50:37.148Z | Create backup boot environment: No |
| 200 | 2024-10-10T04:50:37.212Z | Done |
| 201 | 2024-10-10T04:50:37.212Z | Done |
| 202 | 2024-10-10T04:50:37.515Z | Done |
| 203 | 2024-10-10T04:50:41.057Z | Done |
| 204 | 2024-10-10T04:50:41.145Z | Done |
| 205 | 2024-10-10T04:50:41.148Z | Done |
| 206 | 2024-10-10T04:50:41.258Z | Done |
| 207 | 2024-10-10T04:50:41.873Z | Planning: Evaluating mediator changes ... Done |
| 208 | 2024-10-10T04:50:41.875Z | Planning: Merging actions ... Done |
| 209 | 2024-10-10T04:50:42.066Z | Planning: Checking for conflicting actions ... Done |
| 210 | 2024-10-10T04:50:42.068Z | Planning: Consolidating action changes ... Done |
| 211 | 2024-10-10T04:50:42.334Z | Planning: Evaluating mediators ... Done |
| 212 | 2024-10-10T04:50:42.390Z | Planning: Planning completed in 0.76 seconds |
| 213 | 2024-10-10T04:50:42.431Z | Packages to change: 1 |
| 214 | 2024-10-10T04:50:42.431Z | Mediators to change: 1 |
| 215 | 2024-10-10T04:50:42.431Z | Services to change: 1 |
| 216 | 2024-10-10T04:50:42.435Z | Create boot environment: No |
| 217 | 2024-10-10T04:50:42.435Z | Create backup boot environment: Yes |
| 218 | 2024-10-10T04:50:44.358Z | Actions: 1/6 actions (Updating modified actions) |
| 219 | 2024-10-10T04:50:44.404Z | Actions: Completed 6 actions in 0.05 seconds. |
| 220 | 2024-10-10T04:50:44.406Z | Done |
| 221 | 2024-10-10T04:50:44.406Z | Done |
| 222 | 2024-10-10T04:50:44.498Z | Done |
| 223 | 2024-10-10T04:50:48.007Z | Done |
| 224 | 2024-10-10T04:50:48.095Z | Done |
| 225 | 2024-10-10T04:50:48.098Z | Done |
| 226 | 2024-10-10T04:50:48.203Z | Done |
| 227 | 2024-10-10T04:50:48.631Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 228 | 2024-10-10T04:50:48.631Z | clang system 15 system |
| 229 | 2024-10-10T04:50:48.631Z | csh system system illumos |
| 230 | 2024-10-10T04:50:48.631Z | ctags system system illumos |
| 231 | 2024-10-10T04:50:48.631Z | gcc vendor 12 vendor |
| 232 | 2024-10-10T04:50:48.631Z | gcc system 10 system |
| 233 | 2024-10-10T04:50:48.631Z | gcc system 7 system |
| 234 | 2024-10-10T04:50:48.631Z | go system 1.20 system |
| 235 | 2024-10-10T04:50:48.631Z | go system 1.19 system |
| 236 | 2024-10-10T04:50:48.632Z | llvm system 15 system |
| 237 | 2024-10-10T04:50:48.632Z | llvm system 14 system |
| 238 | 2024-10-10T04:50:48.632Z | mariadb system 10.6 system |
| 239 | 2024-10-10T04:50:48.632Z | mta vendor vendor dma |
| 240 | 2024-10-10T04:50:48.632Z | openjdk system 17 system |
| 241 | 2024-10-10T04:50:48.632Z | openjdk system 11 system |
| 242 | 2024-10-10T04:50:48.632Z | openjdk system 1.8 system |
| 243 | 2024-10-10T04:50:48.632Z | openssl vendor 3 vendor |
| 244 | 2024-10-10T04:50:48.632Z | perl system 5.36 system |
| 245 | 2024-10-10T04:50:48.632Z | postgresql system 15 system |
| 246 | 2024-10-10T04:50:48.632Z | postgresql system 13 system |
| 247 | 2024-10-10T04:50:48.632Z | python vendor 3 vendor |
| 248 | 2024-10-10T04:50:48.632Z | python system 2 system |
| 249 | 2024-10-10T04:50:48.632Z | python3 system 3.11 system |
| 250 | 2024-10-10T04:50:48.632Z | ruby system 3.0 system |
| 251 | 2024-10-10T04:50:48.632Z | words vendor vendor american-english |
| 252 | 2024-10-10T04:50:48.632Z | words system system australian-english |
| 253 | 2024-10-10T04:50:48.632Z | words system system british-english |
| 254 | 2024-10-10T04:50:48.632Z | words system system canadian-english |
| 255 | 2024-10-10T04:50:48.632Z | words system system french |
| 256 | 2024-10-10T04:50:48.632Z | words system system italian |
| 257 | 2024-10-10T04:50:48.632Z | words system system ngerman |
| 258 | 2024-10-10T04:50:48.632Z | words system system ogerman |
| 259 | 2024-10-10T04:50:48.632Z | words system system spanish |
| 260 | 2024-10-10T04:50:48.961Z | PUBLISHER TYPE STATUS P LOCATION |
| 261 | 2024-10-10T04:50:48.961Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 262 | 2024-10-10T04:50:51.059Z | FMRI IFO |
| 263 | 2024-10-10T04:50:51.059Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 264 | 2024-10-10T04:50:51.059Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 265 | 2024-10-10T04:50:51.060Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 266 | 2024-10-10T04:50:51.060Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 267 | 2024-10-10T04:50:51.060Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 268 | 2024-10-10T04:50:51.060Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 269 | 2024-10-10T04:50:51.060Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 270 | 2024-10-10T04:50:51.060Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 271 | 2024-10-10T04:50:51.060Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 272 | 2024-10-10T04:50:51.060Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 273 | 2024-10-10T04:50:51.060Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 274 | 2024-10-10T04:50:51.060Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 275 | 2024-10-10T04:50:51.060Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 276 | 2024-10-10T04:50:51.721Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 277 | 2024-10-10T04:50:52.005Z | Updating crates.io index |
| 278 | 2024-10-10T04:50:52.008Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 279 | 2024-10-10T04:50:52.858Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 280 | 2024-10-10T04:50:53.112Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 281 | 2024-10-10T04:50:53.334Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 282 | 2024-10-10T04:50:53.587Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 283 | 2024-10-10T04:50:54.315Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 284 | 2024-10-10T04:50:56.568Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 285 | 2024-10-10T04:50:57.586Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 286 | 2024-10-10T04:50:58.396Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 287 | 2024-10-10T04:50:58.653Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 288 | 2024-10-10T04:50:58.907Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 289 | 2024-10-10T04:50:59.506Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 290 | 2024-10-10T04:50:59.852Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 291 | 2024-10-10T04:51:00.139Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
| 292 | 2024-10-10T04:51:00.484Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 293 | 2024-10-10T04:51:00.815Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 294 | 2024-10-10T04:51:01.080Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 295 | 2024-10-10T04:51:01.360Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 296 | 2024-10-10T04:51:01.575Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 297 | 2024-10-10T04:51:01.899Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 298 | 2024-10-10T04:51:02.285Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 299 | 2024-10-10T04:51:02.551Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 300 | 2024-10-10T04:51:02.972Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 301 | 2024-10-10T04:51:03.302Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 302 | 2024-10-10T04:51:03.700Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 303 | 2024-10-10T04:51:04.005Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 304 | 2024-10-10T04:51:04.460Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 305 | 2024-10-10T04:51:05.001Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 306 | 2024-10-10T04:51:05.246Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 307 | 2024-10-10T04:51:05.492Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 308 | 2024-10-10T04:51:06.873Z | Downloading crates ... |
| 309 | 2024-10-10T04:51:06.968Z | Downloaded anstream v0.6.14 |
| 310 | 2024-10-10T04:51:06.973Z | Downloaded anstyle-query v1.0.3 |
| 311 | 2024-10-10T04:51:06.976Z | Downloaded anstyle-parse v0.2.4 |
| 312 | 2024-10-10T04:51:06.988Z | Downloaded log v0.4.22 |
| 313 | 2024-10-10T04:51:06.988Z | Downloaded camino-tempfile v1.1.1 |
| 314 | 2024-10-10T04:51:06.992Z | Downloaded camino v1.1.9 |
| 315 | 2024-10-10T04:51:06.993Z | Downloaded cargo-platform v0.1.8 |
| 316 | 2024-10-10T04:51:06.993Z | Downloaded colorchoice v1.0.1 |
| 317 | 2024-10-10T04:51:06.995Z | Downloaded dof v0.3.0 |
| 318 | 2024-10-10T04:51:06.995Z | Downloaded memmap v0.7.0 |
| 319 | 2024-10-10T04:51:06.995Z | Downloaded macaddr v1.0.1 |
| 320 | 2024-10-10T04:51:06.998Z | Downloaded is_terminal_polyfill v1.70.0 |
| 321 | 2024-10-10T04:51:06.998Z | Downloaded dtrace-parser v0.2.0 |
| 322 | 2024-10-10T04:51:07.001Z | Downloaded clap_lex v0.7.0 |
| 323 | 2024-10-10T04:51:07.001Z | Downloaded cargo_toml v0.20.5 |
| 324 | 2024-10-10T04:51:07.001Z | Downloaded pest v2.7.10 |
| 325 | 2024-10-10T04:51:07.004Z | Downloaded pest_derive v2.7.10 |
| 326 | 2024-10-10T04:51:07.008Z | Downloaded scroll_derive v0.12.0 |
| 327 | 2024-10-10T04:51:07.011Z | Downloaded swrite v0.1.0 |
| 328 | 2024-10-10T04:51:07.011Z | Downloaded terminal_size v0.4.0 |
| 329 | 2024-10-10T04:51:07.011Z | Downloaded tabled_derive v0.7.0 |
| 330 | 2024-10-10T04:51:07.013Z | Downloaded smawk v0.3.2 |
| 331 | 2024-10-10T04:51:07.013Z | Downloaded ucd-trie v0.1.6 |
| 332 | 2024-10-10T04:51:07.016Z | Downloaded serde_tokenstream v0.2.2 |
| 333 | 2024-10-10T04:51:07.016Z | Downloaded scroll v0.12.0 |
| 334 | 2024-10-10T04:51:07.018Z | Downloaded pest_meta v2.7.10 |
| 335 | 2024-10-10T04:51:07.020Z | Downloaded pest_generator v2.7.10 |
| 336 | 2024-10-10T04:51:07.020Z | Downloaded usdt-impl v0.5.0 |
| 337 | 2024-10-10T04:51:07.023Z | Downloaded equivalent v1.0.1 |
| 338 | 2024-10-10T04:51:07.023Z | Downloaded autocfg v1.3.0 |
| 339 | 2024-10-10T04:51:07.026Z | Downloaded crypto-common v0.1.6 |
| 340 | 2024-10-10T04:51:07.026Z | Downloaded digest v0.10.7 |
| 341 | 2024-10-10T04:51:07.028Z | Downloaded generic-array v0.14.7 |
| 342 | 2024-10-10T04:51:07.029Z | Downloaded fnv v1.0.7 |
| 343 | 2024-10-10T04:51:07.029Z | Downloaded itoa v1.0.11 |
| 344 | 2024-10-10T04:51:07.031Z | Downloaded proc-macro-error-attr v1.0.4 |
| 345 | 2024-10-10T04:51:07.031Z | Downloaded once_cell v1.19.0 |
| 346 | 2024-10-10T04:51:07.034Z | Downloaded anyhow v1.0.89 |
| 347 | 2024-10-10T04:51:07.037Z | Downloaded strsim v0.11.1 |
| 348 | 2024-10-10T04:51:07.039Z | Downloaded toml_datetime v0.6.8 |
| 349 | 2024-10-10T04:51:07.039Z | Downloaded thiserror-impl v1.0.64 |
| 350 | 2024-10-10T04:51:07.042Z | Downloaded quote v1.0.37 |
| 351 | 2024-10-10T04:51:07.042Z | Downloaded proc-macro-error v1.0.4 |
| 352 | 2024-10-10T04:51:07.045Z | Downloaded thiserror v1.0.64 |
| 353 | 2024-10-10T04:51:07.049Z | Downloaded ryu v1.0.18 |
| 354 | 2024-10-10T04:51:07.053Z | Downloaded unicode-linebreak v0.1.5 |
| 355 | 2024-10-10T04:51:07.057Z | Downloaded serde_derive v1.0.210 |
| 356 | 2024-10-10T04:51:07.058Z | Downloaded toml v0.8.19 |
| 357 | 2024-10-10T04:51:07.061Z | Downloaded typenum v1.17.0 |
| 358 | 2024-10-10T04:51:07.064Z | Downloaded indexmap v2.5.0 |
| 359 | 2024-10-10T04:51:07.066Z | Downloaded unicode-ident v1.0.13 |
| 360 | 2024-10-10T04:51:07.069Z | Downloaded serde v1.0.210 |
| 361 | 2024-10-10T04:51:07.072Z | Downloaded textwrap v0.16.1 |
| 362 | 2024-10-10T04:51:07.075Z | Downloaded proc-macro2 v1.0.86 |
| 363 | 2024-10-10T04:51:07.075Z | Downloaded hashbrown v0.14.5 |
| 364 | 2024-10-10T04:51:07.079Z | Downloaded sha2 v0.10.8 |
| 365 | 2024-10-10T04:51:07.082Z | Downloaded serde_json v1.0.128 |
| 366 | 2024-10-10T04:51:07.088Z | Downloaded semver v1.0.23 |
| 367 | 2024-10-10T04:51:07.092Z | Downloaded bitflags v2.6.0 |
| 368 | 2024-10-10T04:51:07.094Z | Downloaded serde_spanned v0.6.7 |
| 369 | 2024-10-10T04:51:07.096Z | Downloaded syn v1.0.109 |
| 370 | 2024-10-10T04:51:07.104Z | Downloaded errno v0.3.9 |
| 371 | 2024-10-10T04:51:07.107Z | Downloaded heck v0.5.0 |
| 372 | 2024-10-10T04:51:07.107Z | Downloaded heck v0.4.1 |
| 373 | 2024-10-10T04:51:07.109Z | Downloaded fastrand v2.1.1 |
| 374 | 2024-10-10T04:51:07.111Z | Downloaded byteorder v1.5.0 |
| 375 | 2024-10-10T04:51:07.111Z | Downloaded cpufeatures v0.2.12 |
| 376 | 2024-10-10T04:51:07.113Z | Downloaded anstyle v1.0.8 |
| 377 | 2024-10-10T04:51:07.113Z | Downloaded usdt-attr-macro v0.5.0 |
| 378 | 2024-10-10T04:51:07.116Z | Downloaded usdt v0.5.0 |
| 379 | 2024-10-10T04:51:07.116Z | Downloaded toml_edit v0.22.22 |
| 380 | 2024-10-10T04:51:07.136Z | Downloaded cfg-if v1.0.0 |
| 381 | 2024-10-10T04:51:07.138Z | Downloaded block-buffer v0.10.4 |
| 382 | 2024-10-10T04:51:07.162Z | Downloaded bytecount v0.6.8 |
| 383 | 2024-10-10T04:51:07.164Z | Downloaded clap_derive v4.5.18 |
| 384 | 2024-10-10T04:51:07.167Z | Downloaded clap v4.5.20 |
| 385 | 2024-10-10T04:51:07.175Z | Downloaded fs-err v2.11.0 |
| 386 | 2024-10-10T04:51:07.178Z | Downloaded clap_builder v4.5.20 |
| 387 | 2024-10-10T04:51:07.183Z | Downloaded thread-id v4.2.1 |
| 388 | 2024-10-10T04:51:07.187Z | Downloaded tempfile v3.13.0 |
| 389 | 2024-10-10T04:51:07.189Z | Downloaded syn v2.0.79 |
| 390 | 2024-10-10T04:51:07.197Z | Downloaded utf8parse v0.2.1 |
| 391 | 2024-10-10T04:51:07.201Z | Downloaded tabled v0.15.0 |
| 392 | 2024-10-10T04:51:07.213Z | Downloaded version_check v0.9.5 |
| 393 | 2024-10-10T04:51:07.228Z | Downloaded winnow v0.6.18 |
| 394 | 2024-10-10T04:51:07.236Z | Downloaded rustix v0.38.37 |
| 395 | 2024-10-10T04:51:07.257Z | Downloaded cargo_metadata v0.18.1 |
| 396 | 2024-10-10T04:51:07.261Z | Downloaded zerocopy-derive v0.7.34 |
| 397 | 2024-10-10T04:51:07.263Z | Downloaded unicode-width v0.1.13 |
| 398 | 2024-10-10T04:51:07.281Z | Downloaded zerocopy v0.7.34 |
| 399 | 2024-10-10T04:51:07.296Z | Downloaded libc v0.2.159 |
| 400 | 2024-10-10T04:51:07.321Z | Downloaded usdt-macro v0.5.0 |
| 401 | 2024-10-10T04:51:07.323Z | Downloaded pretty-hex v0.4.1 |
| 402 | 2024-10-10T04:51:07.323Z | Downloaded plain v0.2.3 |
| 403 | 2024-10-10T04:51:07.325Z | Downloaded papergrid v0.11.0 |
| 404 | 2024-10-10T04:51:07.328Z | Downloaded memchr v2.7.2 |
| 405 | 2024-10-10T04:51:07.332Z | Downloaded goblin v0.8.2 |
| 406 | 2024-10-10T04:51:07.614Z | Compiling proc-macro2 v1.0.86 |
| 407 | 2024-10-10T04:51:07.614Z | Compiling unicode-ident v1.0.13 |
| 408 | 2024-10-10T04:51:07.616Z | Compiling version_check v0.9.5 |
| 409 | 2024-10-10T04:51:07.616Z | Compiling serde v1.0.210 |
| 410 | 2024-10-10T04:51:07.616Z | Compiling thiserror v1.0.64 |
| 411 | 2024-10-10T04:51:07.616Z | Compiling memchr v2.7.2 |
| 412 | 2024-10-10T04:51:07.616Z | Compiling libc v0.2.159 |
| 413 | 2024-10-10T04:51:07.648Z | Compiling ryu v1.0.18 |
| 414 | 2024-10-10T04:51:07.860Z | Compiling ucd-trie v0.1.6 |
| 415 | 2024-10-10T04:51:08.073Z | Compiling itoa v1.0.11 |
| 416 | 2024-10-10T04:51:08.456Z | Compiling once_cell v1.19.0 |
| 417 | 2024-10-10T04:51:08.479Z | Compiling byteorder v1.5.0 |
| 418 | 2024-10-10T04:51:08.851Z | Compiling rustix v0.38.37 |
| 419 | 2024-10-10T04:51:09.055Z | Compiling serde_json v1.0.128 |
| 420 | 2024-10-10T04:51:09.125Z | Compiling bitflags v2.6.0 |
| 421 | 2024-10-10T04:51:09.221Z | Compiling proc-macro-error-attr v1.0.4 |
| 422 | 2024-10-10T04:51:09.429Z | Compiling usdt-impl v0.5.0 |
| 423 | 2024-10-10T04:51:09.460Z | Compiling syn v1.0.109 |
| 424 | 2024-10-10T04:51:09.551Z | Compiling proc-macro-error v1.0.4 |
| 425 | 2024-10-10T04:51:09.578Z | Compiling log v0.4.22 |
| 426 | 2024-10-10T04:51:09.898Z | Compiling equivalent v1.0.1 |
| 427 | 2024-10-10T04:51:09.901Z | Compiling utf8parse v0.2.1 |
| 428 | 2024-10-10T04:51:10.023Z | Compiling quote v1.0.37 |
| 429 | 2024-10-10T04:51:10.056Z | Compiling hashbrown v0.14.5 |
| 430 | 2024-10-10T04:51:10.081Z | Compiling plain v0.2.3 |
| 431 | 2024-10-10T04:51:10.125Z | Compiling camino v1.1.9 |
| 432 | 2024-10-10T04:51:10.236Z | Compiling anstyle-parse v0.2.4 |
| 433 | 2024-10-10T04:51:10.429Z | Compiling syn v2.0.79 |
| 434 | 2024-10-10T04:51:10.454Z | Compiling errno v0.3.9 |
| 435 | 2024-10-10T04:51:10.564Z | Compiling thread-id v4.2.1 |
| 436 | 2024-10-10T04:51:10.743Z | Compiling semver v1.0.23 |
| 437 | 2024-10-10T04:51:10.864Z | Compiling unicode-width v0.1.13 |
| 438 | 2024-10-10T04:51:11.064Z | Compiling winnow v0.6.18 |
| 439 | 2024-10-10T04:51:11.089Z | Compiling autocfg v1.3.0 |
| 440 | 2024-10-10T04:51:11.280Z | Compiling colorchoice v1.0.1 |
| 441 | 2024-10-10T04:51:11.400Z | Compiling indexmap v2.5.0 |
| 442 | 2024-10-10T04:51:11.457Z | Compiling is_terminal_polyfill v1.70.0 |
| 443 | 2024-10-10T04:51:11.583Z | Compiling anstyle-query v1.0.3 |
| 444 | 2024-10-10T04:51:11.697Z | Compiling pretty-hex v0.4.1 |
| 445 | 2024-10-10T04:51:11.933Z | Compiling anstyle v1.0.8 |
| 446 | 2024-10-10T04:51:12.063Z | Compiling fs-err v2.11.0 |
| 447 | 2024-10-10T04:51:12.371Z | Compiling anstream v0.6.14 |
| 448 | 2024-10-10T04:51:12.398Z | Compiling fnv v1.0.7 |
| 449 | 2024-10-10T04:51:12.421Z | Compiling heck v0.4.1 |
| 450 | 2024-10-10T04:51:12.524Z | Compiling strsim v0.11.1 |
| 451 | 2024-10-10T04:51:12.758Z | Compiling terminal_size v0.4.0 |
| 452 | 2024-10-10T04:51:12.977Z | Compiling fastrand v2.1.1 |
| 453 | 2024-10-10T04:51:13.106Z | Compiling heck v0.5.0 |
| 454 | 2024-10-10T04:51:13.377Z | Compiling cfg-if v1.0.0 |
| 455 | 2024-10-10T04:51:13.480Z | Compiling bytecount v0.6.8 |
| 456 | 2024-10-10T04:51:13.504Z | Compiling anyhow v1.0.89 |
| 457 | 2024-10-10T04:51:13.573Z | Compiling clap_lex v0.7.0 |
| 458 | 2024-10-10T04:51:13.696Z | Compiling papergrid v0.11.0 |
| 459 | 2024-10-10T04:51:13.721Z | Compiling tempfile v3.13.0 |
| 460 | 2024-10-10T04:51:14.107Z | Compiling clap_builder v4.5.20 |
| 461 | 2024-10-10T04:51:14.314Z | Compiling memmap v0.7.0 |
| 462 | 2024-10-10T04:51:14.459Z | Compiling smawk v0.3.2 |
| 463 | 2024-10-10T04:51:14.615Z | Compiling unicode-linebreak v0.1.5 |
| 464 | 2024-10-10T04:51:14.854Z | Compiling swrite v0.1.0 |
| 465 | 2024-10-10T04:51:14.997Z | Compiling textwrap v0.16.1 |
| 466 | 2024-10-10T04:51:16.338Z | Compiling tabled_derive v0.7.0 |
| 467 | 2024-10-10T04:51:17.936Z | Compiling tabled v0.15.0 |
| 468 | 2024-10-10T04:51:19.168Z | Compiling serde_derive v1.0.210 |
| 469 | 2024-10-10T04:51:19.170Z | Compiling thiserror-impl v1.0.64 |
| 470 | 2024-10-10T04:51:19.170Z | Compiling zerocopy-derive v0.7.34 |
| 471 | 2024-10-10T04:51:19.209Z | Compiling scroll_derive v0.12.0 |
| 472 | 2024-10-10T04:51:19.524Z | Compiling clap_derive v4.5.18 |
| 473 | 2024-10-10T04:51:20.530Z | Compiling scroll v0.12.0 |
| 474 | 2024-10-10T04:51:21.012Z | Compiling goblin v0.8.2 |
| 475 | 2024-10-10T04:51:21.048Z | Compiling zerocopy v0.7.34 |
| 476 | 2024-10-10T04:51:21.704Z | Compiling pest v2.7.10 |
| 477 | 2024-10-10T04:51:23.230Z | Compiling clap v4.5.20 |
| 478 | 2024-10-10T04:51:24.093Z | Compiling pest_meta v2.7.10 |
| 479 | 2024-10-10T04:51:24.880Z | Compiling pest_generator v2.7.10 |
| 480 | 2024-10-10T04:51:26.785Z | Compiling pest_derive v2.7.10 |
| 481 | 2024-10-10T04:51:27.562Z | Compiling dtrace-parser v0.2.0 |
| 482 | 2024-10-10T04:51:29.211Z | Compiling serde_tokenstream v0.2.2 |
| 483 | 2024-10-10T04:51:29.422Z | Compiling serde_spanned v0.6.7 |
| 484 | 2024-10-10T04:51:29.422Z | Compiling toml_datetime v0.6.8 |
| 485 | 2024-10-10T04:51:29.507Z | Compiling cargo-platform v0.1.8 |
| 486 | 2024-10-10T04:51:29.771Z | Compiling toml_edit v0.22.22 |
| 487 | 2024-10-10T04:51:29.829Z | Compiling macaddr v1.0.1 |
| 488 | 2024-10-10T04:51:30.035Z | Compiling camino-tempfile v1.1.1 |
| 489 | 2024-10-10T04:51:30.589Z | Compiling dof v0.3.0 |
| 490 | 2024-10-10T04:51:30.949Z | Compiling cargo_metadata v0.18.1 |
| 491 | 2024-10-10T04:51:32.171Z | Compiling usdt-attr-macro v0.5.0 |
| 492 | 2024-10-10T04:51:32.171Z | Compiling usdt-macro v0.5.0 |
| 493 | 2024-10-10T04:51:32.784Z | Compiling toml v0.8.19 |
| 494 | 2024-10-10T04:51:33.463Z | Compiling usdt v0.5.0 |
| 495 | 2024-10-10T04:51:33.629Z | Compiling cargo_toml v0.20.5 |
| 496 | 2024-10-10T04:51:37.396Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 497 | 2024-10-10T04:51:41.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.16s |
| 498 | 2024-10-10T04:51:41.919Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 499 | 2024-10-10T04:51:42.500Z | Downloading crates ... |
| 500 | 2024-10-10T04:51:42.650Z | Downloaded argon2 v0.5.3 |
| 501 | 2024-10-10T04:51:42.655Z | Downloaded async-recursion v1.1.1 |
| 502 | 2024-10-10T04:51:42.660Z | Downloaded backoff v0.4.0 |
| 503 | 2024-10-10T04:51:42.663Z | Downloaded atomicwrites v0.4.4 |
| 504 | 2024-10-10T04:51:42.665Z | Downloaded bcs v0.1.6 |
| 505 | 2024-10-10T04:51:42.667Z | Downloaded bitfield v0.14.0 |
| 506 | 2024-10-10T04:51:42.670Z | Downloaded http-body v1.0.0 |
| 507 | 2024-10-10T04:51:42.672Z | Downloaded hostname v0.3.1 |
| 508 | 2024-10-10T04:51:42.672Z | Downloaded debug-ignore v1.0.5 |
| 509 | 2024-10-10T04:51:42.948Z | Downloaded blowfish v0.9.1 |
| 510 | 2024-10-10T04:51:42.969Z | Downloaded http-range v0.1.5 |
| 511 | 2024-10-10T04:51:42.969Z | Downloaded buf-list v1.0.3 |
| 512 | 2024-10-10T04:51:42.969Z | Downloaded block-padding v0.3.3 |
| 513 | 2024-10-10T04:51:42.969Z | Downloaded cc v1.0.97 |
| 514 | 2024-10-10T04:51:42.969Z | Downloaded cassowary v0.3.0 |
| 515 | 2024-10-10T04:51:42.969Z | Downloaded hyper-tls v0.6.0 |
| 516 | 2024-10-10T04:51:42.969Z | Downloaded hubpack_derive v0.1.1 |
| 517 | 2024-10-10T04:51:42.969Z | Downloaded cancel-safe-futures v0.1.5 |
| 518 | 2024-10-10T04:51:42.969Z | Downloaded cfg_aliases v0.2.1 |
| 519 | 2024-10-10T04:51:42.969Z | Downloaded chacha20 v0.9.1 |
| 520 | 2024-10-10T04:51:42.969Z | Downloaded clang-sys v1.7.0 |
| 521 | 2024-10-10T04:51:42.969Z | Downloaded indent_write v2.2.0 |
| 522 | 2024-10-10T04:51:42.969Z | Downloaded internet-checksum v0.2.1 |
| 523 | 2024-10-10T04:51:42.969Z | Downloaded lalrpop-util v0.19.12 |
| 524 | 2024-10-10T04:51:42.969Z | Downloaded libloading v0.8.3 |
| 525 | 2024-10-10T04:51:42.969Z | Downloaded kstat-rs v0.2.4 |
| 526 | 2024-10-10T04:51:42.969Z | Downloaded cookie_store v0.21.0 |
| 527 | 2024-10-10T04:51:42.969Z | Downloaded crossbeam-channel v0.5.12 |
| 528 | 2024-10-10T04:51:42.969Z | Downloaded crc32fast v1.4.0 |
| 529 | 2024-10-10T04:51:42.969Z | Downloaded managed v0.8.0 |
| 530 | 2024-10-10T04:51:42.969Z | Downloaded linear-map v1.2.0 |
| 531 | 2024-10-10T04:51:42.969Z | Downloaded libsw v3.3.1 |
| 532 | 2024-10-10T04:51:42.969Z | Downloaded libefi-sys v0.1.0 |
| 533 | 2024-10-10T04:51:42.969Z | Downloaded crossbeam-utils v0.8.19 |
| 534 | 2024-10-10T04:51:42.969Z | Downloaded keccak v0.1.5 |
| 535 | 2024-10-10T04:51:42.969Z | Downloaded bitflags v1.3.2 |
| 536 | 2024-10-10T04:51:42.970Z | Downloaded ipnetwork v0.20.0 |
| 537 | 2024-10-10T04:51:42.970Z | Downloaded console v0.15.8 |
| 538 | 2024-10-10T04:51:42.970Z | Downloaded instant v0.1.12 |
| 539 | 2024-10-10T04:51:42.970Z | Downloaded instability v0.3.2 |
| 540 | 2024-10-10T04:51:42.970Z | Downloaded indoc v1.0.9 |
| 541 | 2024-10-10T04:51:42.970Z | Downloaded atty v0.2.14 |
| 542 | 2024-10-10T04:51:42.970Z | Downloaded bit-set v0.5.3 |
| 543 | 2024-10-10T04:51:42.970Z | Downloaded ciborium-io v0.2.2 |
| 544 | 2024-10-10T04:51:42.970Z | Downloaded async-trait v0.1.83 |
| 545 | 2024-10-10T04:51:42.970Z | Downloaded cfg_aliases v0.1.1 |
| 546 | 2024-10-10T04:51:42.970Z | Downloaded cexpr v0.6.0 |
| 547 | 2024-10-10T04:51:42.970Z | Downloaded convert_case v0.4.0 |
| 548 | 2024-10-10T04:51:42.970Z | Downloaded home v0.5.9 |
| 549 | 2024-10-10T04:51:42.970Z | Downloaded ident_case v1.0.1 |
| 550 | 2024-10-10T04:51:42.970Z | Downloaded httpdate v1.0.3 |
| 551 | 2024-10-10T04:51:42.970Z | Downloaded humantime v2.1.0 |
| 552 | 2024-10-10T04:51:42.970Z | Downloaded is-terminal v0.4.12 |
| 553 | 2024-10-10T04:51:42.970Z | Downloaded lazycell v1.3.0 |
| 554 | 2024-10-10T04:51:42.970Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 555 | 2024-10-10T04:51:42.970Z | Downloaded matches v0.1.10 |
| 556 | 2024-10-10T04:51:42.970Z | Downloaded maplit v1.0.2 |
| 557 | 2024-10-10T04:51:42.970Z | Downloaded crc v3.2.1 |
| 558 | 2024-10-10T04:51:42.970Z | Downloaded backtrace v0.3.71 |
| 559 | 2024-10-10T04:51:42.970Z | Downloaded http v1.1.0 |
| 560 | 2024-10-10T04:51:42.970Z | Downloaded mime v0.3.17 |
| 561 | 2024-10-10T04:51:42.970Z | Downloaded new_debug_unreachable v1.0.6 |
| 562 | 2024-10-10T04:51:42.970Z | Downloaded indicatif v0.17.8 |
| 563 | 2024-10-10T04:51:42.970Z | Downloaded memmap2 v0.9.4 |
| 564 | 2024-10-10T04:51:42.970Z | Downloaded http v0.2.12 |
| 565 | 2024-10-10T04:51:42.970Z | Downloaded crossbeam-epoch v0.9.18 |
| 566 | 2024-10-10T04:51:42.970Z | Downloaded hyper v1.4.1 |
| 567 | 2024-10-10T04:51:42.970Z | Downloaded miniz_oxide v0.8.0 |
| 568 | 2024-10-10T04:51:42.970Z | Downloaded compact_str v0.8.0 |
| 569 | 2024-10-10T04:51:42.970Z | Downloaded itertools v0.10.5 |
| 570 | 2024-10-10T04:51:42.970Z | Downloaded aes-gcm v0.10.3 |
| 571 | 2024-10-10T04:51:42.970Z | Downloaded mio v0.8.11 |
| 572 | 2024-10-10T04:51:42.970Z | Downloaded hyper v0.14.30 |
| 573 | 2024-10-10T04:51:42.970Z | Downloaded multimap v0.10.0 |
| 574 | 2024-10-10T04:51:42.971Z | Downloaded itertools v0.13.0 |
| 575 | 2024-10-10T04:51:42.971Z | Downloaded crypto-bigint v0.5.5 |
| 576 | 2024-10-10T04:51:42.971Z | Downloaded chrono v0.4.38 |
| 577 | 2024-10-10T04:51:42.971Z | Downloaded data-encoding v2.6.0 |
| 578 | 2024-10-10T04:51:42.971Z | Downloaded bitvec v1.0.1 |
| 579 | 2024-10-10T04:51:42.971Z | Downloaded memoffset v0.9.1 |
| 580 | 2024-10-10T04:51:42.971Z | Downloaded mio v1.0.2 |
| 581 | 2024-10-10T04:51:42.971Z | Downloaded itertools v0.12.1 |
| 582 | 2024-10-10T04:51:42.971Z | Downloaded aho-corasick v1.1.3 |
| 583 | 2024-10-10T04:51:42.971Z | Downloaded linked-hash-map v0.5.6 |
| 584 | 2024-10-10T04:51:42.975Z | Downloaded bytes v1.7.2 |
| 585 | 2024-10-10T04:51:42.975Z | Downloaded libm v0.2.8 |
| 586 | 2024-10-10T04:51:42.975Z | Downloaded darling_macro v0.20.9 |
| 587 | 2024-10-10T04:51:42.975Z | Downloaded num v0.4.3 |
| 588 | 2024-10-10T04:51:42.975Z | Downloaded normalize-line-endings v0.3.0 |
| 589 | 2024-10-10T04:51:42.975Z | Downloaded native-tls v0.2.11 |
| 590 | 2024-10-10T04:51:42.975Z | Downloaded mime_guess v2.0.4 |
| 591 | 2024-10-10T04:51:42.975Z | Downloaded idna v0.2.3 |
| 592 | 2024-10-10T04:51:42.975Z | Downloaded curve25519-dalek v4.1.3 |
| 593 | 2024-10-10T04:51:42.975Z | Downloaded idna v0.4.0 |
| 594 | 2024-10-10T04:51:42.975Z | Downloaded rustc_version v0.4.0 |
| 595 | 2024-10-10T04:51:42.975Z | Downloaded nibble_vec v0.1.0 |
| 596 | 2024-10-10T04:51:42.975Z | Downloaded reqwest v0.12.7 |
| 597 | 2024-10-10T04:51:42.989Z | Downloaded idna v0.5.0 |
| 598 | 2024-10-10T04:51:42.997Z | Downloaded nom v7.1.3 |
| 599 | 2024-10-10T04:51:43.003Z | Downloaded newtype_derive v0.1.6 |
| 600 | 2024-10-10T04:51:43.005Z | Downloaded resolv-conf v0.7.0 |
| 601 | 2024-10-10T04:51:43.007Z | Downloaded newtype-uuid v1.1.0 |
| 602 | 2024-10-10T04:51:43.010Z | Downloaded nanorand v0.7.0 |
| 603 | 2024-10-10T04:51:43.012Z | Downloaded multer v3.1.0 |
| 604 | 2024-10-10T04:51:43.014Z | Downloaded mockall_derive v0.13.0 |
| 605 | 2024-10-10T04:51:43.017Z | Downloaded same-file v1.0.6 |
| 606 | 2024-10-10T04:51:43.019Z | Downloaded sct v0.7.1 |
| 607 | 2024-10-10T04:51:43.023Z | Downloaded nix v0.29.0 |
| 608 | 2024-10-10T04:51:43.035Z | Downloaded spin v0.9.8 |
| 609 | 2024-10-10T04:51:43.038Z | Downloaded tokio-native-tls v0.3.1 |
| 610 | 2024-10-10T04:51:43.041Z | Downloaded tokio-macros v2.4.0 |
| 611 | 2024-10-10T04:51:43.043Z | Downloaded sync_wrapper v0.1.2 |
| 612 | 2024-10-10T04:51:43.043Z | Downloaded strum_macros v0.25.3 |
| 613 | 2024-10-10T04:51:43.046Z | Downloaded nix v0.27.1 |
| 614 | 2024-10-10T04:51:43.058Z | Downloaded tar v0.4.42 |
| 615 | 2024-10-10T04:51:43.061Z | Downloaded ed25519 v2.2.3 |
| 616 | 2024-10-10T04:51:43.063Z | Downloaded wait-timeout v0.2.0 |
| 617 | 2024-10-10T04:51:43.066Z | Downloaded unicode-segmentation v1.11.0 |
| 618 | 2024-10-10T04:51:43.069Z | Downloaded tokio-tungstenite v0.21.0 |
| 619 | 2024-10-10T04:51:43.072Z | Downloaded tokio-rustls v0.25.0 |
| 620 | 2024-10-10T04:51:43.074Z | Downloaded nix v0.28.0 |
| 621 | 2024-10-10T04:51:43.087Z | Downloaded miniz_oxide v0.7.2 |
| 622 | 2024-10-10T04:51:43.090Z | Downloaded fxhash v0.2.1 |
| 623 | 2024-10-10T04:51:43.095Z | Downloaded form_urlencoded v1.2.1 |
| 624 | 2024-10-10T04:51:43.095Z | Downloaded foreign-types-shared v0.3.1 |
| 625 | 2024-10-10T04:51:43.098Z | Downloaded foreign-types-shared v0.1.1 |
| 626 | 2024-10-10T04:51:43.098Z | Downloaded fallible-iterator v0.2.0 |
| 627 | 2024-10-10T04:51:43.098Z | Downloaded env_logger v0.10.2 |
| 628 | 2024-10-10T04:51:43.102Z | Downloaded futures-util v0.3.31 |
| 629 | 2024-10-10T04:51:43.113Z | Downloaded deranged v0.3.11 |
| 630 | 2024-10-10T04:51:43.116Z | Downloaded pkcs1 v0.7.5 |
| 631 | 2024-10-10T04:51:43.118Z | Downloaded parking_lot_core v0.9.10 |
| 632 | 2024-10-10T04:51:43.120Z | Downloaded heck v0.3.3 |
| 633 | 2024-10-10T04:51:43.123Z | Downloaded openssl-macros v0.1.1 |
| 634 | 2024-10-10T04:51:43.123Z | Downloaded lzma-sys v0.1.20 |
| 635 | 2024-10-10T04:51:43.159Z | Downloaded powerfmt v0.2.0 |
| 636 | 2024-10-10T04:51:43.162Z | Downloaded rustc-hash v2.0.0 |
| 637 | 2024-10-10T04:51:43.164Z | Downloaded rustc-hash v1.1.0 |
| 638 | 2024-10-10T04:51:43.166Z | Downloaded rustc-demangle v0.1.24 |
| 639 | 2024-10-10T04:51:43.168Z | Downloaded quinn v0.11.5 |
| 640 | 2024-10-10T04:51:43.172Z | Downloaded pin-utils v0.1.0 |
| 641 | 2024-10-10T04:51:43.175Z | Downloaded parking_lot v0.11.2 |
| 642 | 2024-10-10T04:51:43.178Z | Downloaded num-rational v0.4.2 |
| 643 | 2024-10-10T04:51:43.181Z | Downloaded num-iter v0.1.45 |
| 644 | 2024-10-10T04:51:43.185Z | Downloaded num-integer v0.1.46 |
| 645 | 2024-10-10T04:51:43.188Z | Downloaded heapless v0.8.0 |
| 646 | 2024-10-10T04:51:43.190Z | Downloaded signal-hook v0.3.17 |
| 647 | 2024-10-10T04:51:43.193Z | Downloaded waitgroup v0.1.2 |
| 648 | 2024-10-10T04:51:43.196Z | Downloaded slab v0.4.9 |
| 649 | 2024-10-10T04:51:43.198Z | Downloaded unicode-xid v0.2.4 |
| 650 | 2024-10-10T04:51:43.198Z | Downloaded tokio-rustls v0.26.0 |
| 651 | 2024-10-10T04:51:43.200Z | Downloaded strum_macros v0.26.4 |
| 652 | 2024-10-10T04:51:43.203Z | Downloaded quick-error v1.2.3 |
| 653 | 2024-10-10T04:51:43.206Z | Downloaded nu-ansi-term v0.50.0 |
| 654 | 2024-10-10T04:51:43.209Z | Downloaded nodrop v0.1.14 |
| 655 | 2024-10-10T04:51:43.209Z | Downloaded newline-converter v0.3.0 |
| 656 | 2024-10-10T04:51:43.212Z | Downloaded is_ci v1.2.0 |
| 657 | 2024-10-10T04:51:43.212Z | Downloaded hyper-staticfile v0.10.1 |
| 658 | 2024-10-10T04:51:43.215Z | Downloaded hubpack v0.1.2 |
| 659 | 2024-10-10T04:51:43.217Z | Downloaded tokio-rustls v0.24.1 |
| 660 | 2024-10-10T04:51:43.220Z | Downloaded reqwest v0.11.27 |
| 661 | 2024-10-10T04:51:43.226Z | Downloaded tinyvec_macros v0.1.1 |
| 662 | 2024-10-10T04:51:43.229Z | Downloaded universal-hash v0.5.1 |
| 663 | 2024-10-10T04:51:43.231Z | Downloaded ecdsa v0.16.9 |
| 664 | 2024-10-10T04:51:43.233Z | Downloaded toml_edit v0.19.15 |
| 665 | 2024-10-10T04:51:43.250Z | Downloaded mockall v0.13.0 |
| 666 | 2024-10-10T04:51:43.252Z | Downloaded ghash v0.5.1 |
| 667 | 2024-10-10T04:51:43.255Z | Downloaded futures v0.3.31 |
| 668 | 2024-10-10T04:51:43.259Z | Downloaded termcolor v1.4.1 |
| 669 | 2024-10-10T04:51:43.262Z | Downloaded siphasher v0.3.11 |
| 670 | 2024-10-10T04:51:43.264Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 671 | 2024-10-10T04:51:43.276Z | Downloaded toml v0.7.8 |
| 672 | 2024-10-10T04:51:43.280Z | Downloaded tungstenite v0.21.0 |
| 673 | 2024-10-10T04:51:43.285Z | Downloaded tokio-util v0.7.12 |
| 674 | 2024-10-10T04:51:43.295Z | Downloaded precomputed-hash v0.1.1 |
| 675 | 2024-10-10T04:51:43.297Z | Downloaded predicates-tree v1.0.9 |
| 676 | 2024-10-10T04:51:43.299Z | Downloaded predicates-core v1.0.6 |
| 677 | 2024-10-10T04:51:43.299Z | Downloaded ppv-lite86 v0.2.17 |
| 678 | 2024-10-10T04:51:43.301Z | Downloaded csv v1.3.0 |
| 679 | 2024-10-10T04:51:43.322Z | Downloaded derive-where v1.2.7 |
| 680 | 2024-10-10T04:51:43.326Z | Downloaded der_derive v0.7.2 |
| 681 | 2024-10-10T04:51:43.328Z | Downloaded der v0.7.9 |
| 682 | 2024-10-10T04:51:43.333Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 683 | 2024-10-10T04:51:43.336Z | Downloaded regex v1.10.6 |
| 684 | 2024-10-10T04:51:43.349Z | Downloaded ssh-cipher v0.2.0 |
| 685 | 2024-10-10T04:51:43.351Z | Downloaded hkdf v0.12.4 |
| 686 | 2024-10-10T04:51:43.353Z | Downloaded slog-dtrace v0.3.0 |
| 687 | 2024-10-10T04:51:43.356Z | Downloaded secrecy v0.8.0 |
| 688 | 2024-10-10T04:51:43.358Z | Downloaded sec1 v0.7.3 |
| 689 | 2024-10-10T04:51:43.360Z | Downloaded scrypt v0.11.0 |
| 690 | 2024-10-10T04:51:43.360Z | Downloaded hashlink v0.9.1 |
| 691 | 2024-10-10T04:51:43.363Z | Downloaded funty v2.0.0 |
| 692 | 2024-10-10T04:51:43.365Z | Downloaded downcast v0.11.0 |
| 693 | 2024-10-10T04:51:43.365Z | Downloaded xattr v1.3.1 |
| 694 | 2024-10-10T04:51:43.368Z | Downloaded unicode-normalization v0.1.23 |
| 695 | 2024-10-10T04:51:43.371Z | Downloaded unicode-bidi v0.3.15 |
| 696 | 2024-10-10T04:51:43.375Z | Downloaded env_filter v0.1.2 |
| 697 | 2024-10-10T04:51:43.377Z | Downloaded openssl-sys v0.9.103 |
| 698 | 2024-10-10T04:51:43.383Z | Downloaded pem-rfc7468 v0.7.0 |
| 699 | 2024-10-10T04:51:43.386Z | Downloaded rustls-pemfile v2.1.3 |
| 700 | 2024-10-10T04:51:43.388Z | Downloaded heapless v0.7.17 |
| 701 | 2024-10-10T04:51:43.393Z | Downloaded rustls-webpki v0.101.7 |
| 702 | 2024-10-10T04:51:43.411Z | Downloaded sync_wrapper v1.0.1 |
| 703 | 2024-10-10T04:51:43.414Z | Downloaded utf-8 v0.7.6 |
| 704 | 2024-10-10T04:51:43.414Z | Downloaded tracing-core v0.1.32 |
| 705 | 2024-10-10T04:51:43.417Z | Downloaded tracing-attributes v0.1.27 |
| 706 | 2024-10-10T04:51:43.420Z | Downloaded termios v0.3.3 |
| 707 | 2024-10-10T04:51:43.423Z | Downloaded uuid v1.10.0 |
| 708 | 2024-10-10T04:51:43.425Z | Downloaded similar v2.6.0 |
| 709 | 2024-10-10T04:51:43.430Z | Downloaded futures-task v0.3.31 |
| 710 | 2024-10-10T04:51:43.433Z | Downloaded quinn-udp v0.5.5 |
| 711 | 2024-10-10T04:51:43.435Z | Downloaded dhcproto-macros v0.1.0 |
| 712 | 2024-10-10T04:51:43.435Z | Downloaded derive_more v0.99.18 |
| 713 | 2024-10-10T04:51:43.440Z | Downloaded dhcproto v0.12.0 |
| 714 | 2024-10-10T04:51:43.444Z | Downloaded group v0.13.0 |
| 715 | 2024-10-10T04:51:43.446Z | Downloaded glob v0.3.1 |
| 716 | 2024-10-10T04:51:43.449Z | Downloaded rustversion v1.0.17 |
| 717 | 2024-10-10T04:51:43.451Z | Downloaded h2 v0.3.26 |
| 718 | 2024-10-10T04:51:43.458Z | Downloaded elliptic-curve v0.13.8 |
| 719 | 2024-10-10T04:51:43.463Z | Downloaded oso-derive v0.27.3 |
| 720 | 2024-10-10T04:51:43.466Z | Downloaded git2 v0.19.0 |
| 721 | 2024-10-10T04:51:43.474Z | Downloaded oso v0.27.3 |
| 722 | 2024-10-10T04:51:43.478Z | Downloaded pin-project-internal v1.1.5 |
| 723 | 2024-10-10T04:51:43.481Z | Downloaded pin-project-lite v0.2.14 |
| 724 | 2024-10-10T04:51:43.489Z | Downloaded pin-project v1.1.5 |
| 725 | 2024-10-10T04:51:43.500Z | Downloaded rand_xorshift v0.3.0 |
| 726 | 2024-10-10T04:51:43.503Z | Downloaded num-derive v0.4.2 |
| 727 | 2024-10-10T04:51:43.506Z | Downloaded predicates v3.1.2 |
| 728 | 2024-10-10T04:51:43.508Z | Downloaded dyn-clone v1.0.17 |
| 729 | 2024-10-10T04:51:43.510Z | Downloaded dsl_auto_type v0.1.2 |
| 730 | 2024-10-10T04:51:43.511Z | Downloaded dropshot_endpoint v0.12.0 |
| 731 | 2024-10-10T04:51:43.513Z | Downloaded display-error-chain v0.2.1 |
| 732 | 2024-10-10T04:51:43.515Z | Downloaded headers v0.4.0 |
| 733 | 2024-10-10T04:51:43.521Z | Downloaded getrandom v0.2.14 |
| 734 | 2024-10-10T04:51:43.525Z | Downloaded filetime v0.2.25 |
| 735 | 2024-10-10T04:51:43.527Z | Downloaded fd-lock v4.0.2 |
| 736 | 2024-10-10T04:51:43.531Z | Downloaded russh-cryptovec v0.7.2 |
| 737 | 2024-10-10T04:51:43.533Z | Downloaded russh v0.45.0 |
| 738 | 2024-10-10T04:51:43.537Z | Downloaded thread_local v1.1.8 |
| 739 | 2024-10-10T04:51:43.540Z | Downloaded tower-service v0.3.2 |
| 740 | 2024-10-10T04:51:43.542Z | Downloaded topological-sort v0.2.2 |
| 741 | 2024-10-10T04:51:43.542Z | Downloaded rusqlite v0.32.1 |
| 742 | 2024-10-10T04:51:43.548Z | Downloaded rtoolbox v0.0.2 |
| 743 | 2024-10-10T04:51:43.551Z | Downloaded rpassword v7.3.1 |
| 744 | 2024-10-10T04:51:43.554Z | Downloaded uzers v0.11.3 |
| 745 | 2024-10-10T04:51:43.554Z | Downloaded rand_chacha v0.3.1 |
| 746 | 2024-10-10T04:51:43.556Z | Downloaded rand_core v0.6.4 |
| 747 | 2024-10-10T04:51:43.559Z | Downloaded unarray v0.1.4 |
| 748 | 2024-10-10T04:51:43.559Z | Downloaded rand v0.8.5 |
| 749 | 2024-10-10T04:51:43.562Z | Downloaded toolchain_find v0.4.0 |
| 750 | 2024-10-10T04:51:43.564Z | Downloaded tracing v0.1.40 |
| 751 | 2024-10-10T04:51:43.569Z | Downloaded rusty-fork v0.3.0 |
| 752 | 2024-10-10T04:51:43.572Z | Downloaded wyz v0.5.1 |
| 753 | 2024-10-10T04:51:43.574Z | Downloaded fixedbitset v0.4.2 |
| 754 | 2024-10-10T04:51:43.574Z | Downloaded regex-syntax v0.8.4 |
| 755 | 2024-10-10T04:51:43.583Z | Downloaded ron v0.7.1 |
| 756 | 2024-10-10T04:51:43.587Z | Downloaded sled v0.34.7 |
| 757 | 2024-10-10T04:51:43.599Z | Downloaded openssl-probe v0.1.5 |
| 758 | 2024-10-10T04:51:43.601Z | Downloaded num_enum v0.5.11 |
| 759 | 2024-10-10T04:51:43.606Z | Downloaded num-conv v0.1.0 |
| 760 | 2024-10-10T04:51:43.608Z | Downloaded num-complex v0.4.6 |
| 761 | 2024-10-10T04:51:43.611Z | Downloaded num-bigint-dig v0.8.4 |
| 762 | 2024-10-10T04:51:43.615Z | Downloaded foreign-types-macros v0.2.3 |
| 763 | 2024-10-10T04:51:43.618Z | Downloaded foreign-types v0.5.0 |
| 764 | 2024-10-10T04:51:43.619Z | Downloaded foreign-types v0.3.2 |
| 765 | 2024-10-10T04:51:43.630Z | Downloaded globset v0.4.14 |
| 766 | 2024-10-10T04:51:43.630Z | Downloaded scopeguard v1.2.0 |
| 767 | 2024-10-10T04:51:43.630Z | Downloaded try-lock v0.2.5 |
| 768 | 2024-10-10T04:51:43.630Z | Downloaded ff v0.13.0 |
| 769 | 2024-10-10T04:51:43.630Z | Downloaded diesel_derives v2.2.2 |
| 770 | 2024-10-10T04:51:43.633Z | Downloaded defmt v0.3.8 |
| 771 | 2024-10-10T04:51:43.635Z | Downloaded tls_codec v0.4.1 |
| 772 | 2024-10-10T04:51:43.638Z | Downloaded rayon-core v1.12.1 |
| 773 | 2024-10-10T04:51:43.641Z | Downloaded dropshot v0.12.0 |
| 774 | 2024-10-10T04:51:43.664Z | Downloaded flagset v0.4.5 |
| 775 | 2024-10-10T04:51:43.667Z | Downloaded rayon v1.10.0 |
| 776 | 2024-10-10T04:51:43.676Z | Downloaded embedded-io v0.4.0 |
| 777 | 2024-10-10T04:51:43.678Z | Downloaded strum v0.26.3 |
| 778 | 2024-10-10T04:51:43.682Z | Downloaded zeroize_derive v1.4.2 |
| 779 | 2024-10-10T04:51:43.682Z | Downloaded sha1 v0.10.6 |
| 780 | 2024-10-10T04:51:43.684Z | Downloaded serde_urlencoded v0.7.1 |
| 781 | 2024-10-10T04:51:43.684Z | Downloaded gimli v0.28.1 |
| 782 | 2024-10-10T04:51:43.693Z | Downloaded fragile v2.0.0 |
| 783 | 2024-10-10T04:51:43.696Z | Downloaded radix_trie v0.2.1 |
| 784 | 2024-10-10T04:51:43.701Z | Downloaded untrusted v0.9.0 |
| 785 | 2024-10-10T04:51:43.704Z | Downloaded untrusted v0.7.1 |
| 786 | 2024-10-10T04:51:43.704Z | Downloaded time-core v0.1.2 |
| 787 | 2024-10-10T04:51:43.706Z | Downloaded samael v0.0.17 |
| 788 | 2024-10-10T04:51:43.714Z | Downloaded number_prefix v0.4.0 |
| 789 | 2024-10-10T04:51:43.717Z | Downloaded unsafe-libyaml v0.2.11 |
| 790 | 2024-10-10T04:51:43.717Z | Downloaded zeroize v1.8.1 |
| 791 | 2024-10-10T04:51:43.719Z | Downloaded time-macros v0.2.18 |
| 792 | 2024-10-10T04:51:43.722Z | Downloaded salty v0.3.0 |
| 793 | 2024-10-10T04:51:43.729Z | Downloaded hex v0.4.3 |
| 794 | 2024-10-10T04:51:43.732Z | Downloaded value-bag v1.9.0 |
| 795 | 2024-10-10T04:51:43.735Z | Downloaded unicase v2.7.0 |
| 796 | 2024-10-10T04:51:43.737Z | Downloaded signature v2.2.0 |
| 797 | 2024-10-10T04:51:43.740Z | Downloaded diff v0.1.13 |
| 798 | 2024-10-10T04:51:43.742Z | Downloaded salsa20 v0.10.2 |
| 799 | 2024-10-10T04:51:43.744Z | Downloaded rustyline v14.0.0 |
| 800 | 2024-10-10T04:51:43.750Z | Downloaded proc-macro-crate v1.3.1 |
| 801 | 2024-10-10T04:51:43.753Z | Downloaded vcpkg v0.2.15 |
| 802 | 2024-10-10T04:51:43.794Z | Downloaded tough v0.17.1 |
| 803 | 2024-10-10T04:51:43.803Z | Downloaded socket2 v0.4.10 |
| 804 | 2024-10-10T04:51:43.805Z | Downloaded smallvec v1.13.2 |
| 805 | 2024-10-10T04:51:43.808Z | Downloaded want v0.3.1 |
| 806 | 2024-10-10T04:51:43.810Z | Downloaded endian-type v0.1.2 |
| 807 | 2024-10-10T04:51:43.810Z | Downloaded spin v0.5.2 |
| 808 | 2024-10-10T04:51:43.812Z | Downloaded hash32 v0.3.1 |
| 809 | 2024-10-10T04:51:43.815Z | Downloaded dirs-next v2.0.0 |
| 810 | 2024-10-10T04:51:43.815Z | Downloaded spki v0.7.3 |
| 811 | 2024-10-10T04:51:43.817Z | Downloaded enum-as-inner v0.5.1 |
| 812 | 2024-10-10T04:51:43.820Z | Downloaded socket2 v0.5.7 |
| 813 | 2024-10-10T04:51:43.822Z | Downloaded hashbrown v0.12.3 |
| 814 | 2024-10-10T04:51:43.827Z | Downloaded walkdir v2.5.0 |
| 815 | 2024-10-10T04:51:43.829Z | Downloaded signal-hook-registry v1.4.2 |
| 816 | 2024-10-10T04:51:43.832Z | Downloaded num_enum_derive v0.5.11 |
| 817 | 2024-10-10T04:51:43.832Z | Downloaded ena v0.14.3 |
| 818 | 2024-10-10T04:51:43.835Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 819 | 2024-10-10T04:51:43.838Z | Downloaded hickory-server v0.24.1 |
| 820 | 2024-10-10T04:51:43.841Z | Downloaded rustls v0.23.10 |
| 821 | 2024-10-10T04:51:43.859Z | Downloaded shlex v1.3.0 |
| 822 | 2024-10-10T04:51:43.861Z | Downloaded pkg-config v0.3.30 |
| 823 | 2024-10-10T04:51:43.864Z | Downloaded pkcs8 v0.10.2 |
| 824 | 2024-10-10T04:51:43.866Z | Downloaded phf_shared v0.11.2 |
| 825 | 2024-10-10T04:51:43.866Z | Downloaded tokio-tungstenite v0.23.1 |
| 826 | 2024-10-10T04:51:43.869Z | Downloaded tls_codec_derive v0.4.1 |
| 827 | 2024-10-10T04:51:43.872Z | Downloaded subtle v2.5.0 |
| 828 | 2024-10-10T04:51:43.874Z | Downloaded strip-ansi-escapes v0.2.0 |
| 829 | 2024-10-10T04:51:43.875Z | Downloaded object v0.32.2 |
| 830 | 2024-10-10T04:51:43.885Z | Downloaded primeorder v0.13.6 |
| 831 | 2024-10-10T04:51:43.887Z | Downloaded omicron-zone-package v0.11.1 |
| 832 | 2024-10-10T04:51:43.892Z | Downloaded olpc-cjson v0.1.3 |
| 833 | 2024-10-10T04:51:43.892Z | Downloaded fatfs v0.3.6 |
| 834 | 2024-10-10T04:51:43.900Z | Downloaded pkcs5 v0.7.1 |
| 835 | 2024-10-10T04:51:43.906Z | Downloaded zip v0.6.6 |
| 836 | 2024-10-10T04:51:43.906Z | Downloaded quinn-proto v0.11.8 |
| 837 | 2024-10-10T04:51:43.913Z | Downloaded which v4.4.2 |
| 838 | 2024-10-10T04:51:43.916Z | Downloaded petgraph v0.6.5 |
| 839 | 2024-10-10T04:51:43.934Z | Downloaded radium v0.7.0 |
| 840 | 2024-10-10T04:51:43.936Z | Downloaded h2 v0.4.6 |
| 841 | 2024-10-10T04:51:43.942Z | Downloaded flate2 v1.0.34 |
| 842 | 2024-10-10T04:51:43.948Z | Downloaded tui-tree-widget v0.22.0 |
| 843 | 2024-10-10T04:51:43.950Z | Downloaded twox-hash v1.6.3 |
| 844 | 2024-10-10T04:51:43.956Z | Downloaded tiny-keccak v2.0.2 |
| 845 | 2024-10-10T04:51:43.960Z | Downloaded term v0.7.0 |
| 846 | 2024-10-10T04:51:43.960Z | Downloaded serde_with_macros v3.9.0 |
| 847 | 2024-10-10T04:51:43.962Z | Downloaded polyval v0.6.2 |
| 848 | 2024-10-10T04:51:43.962Z | Downloaded winnow v0.5.40 |
| 849 | 2024-10-10T04:51:43.971Z | Downloaded serde_with v3.9.0 |
| 850 | 2024-10-10T04:51:43.980Z | Downloaded stable_deref_trait v1.2.0 |
| 851 | 2024-10-10T04:51:43.983Z | Downloaded futures-channel v0.3.31 |
| 852 | 2024-10-10T04:51:43.985Z | Downloaded yasna v0.5.2 |
| 853 | 2024-10-10T04:51:43.988Z | Downloaded phf_shared v0.10.0 |
| 854 | 2024-10-10T04:51:43.988Z | Downloaded string_cache v0.8.7 |
| 855 | 2024-10-10T04:51:43.991Z | Downloaded structmeta-derive v0.2.0 |
| 856 | 2024-10-10T04:51:43.991Z | Downloaded p256 v0.13.2 |
| 857 | 2024-10-10T04:51:43.994Z | Downloaded num_threads v0.1.7 |
| 858 | 2024-10-10T04:51:43.997Z | Downloaded paste v1.0.15 |
| 859 | 2024-10-10T04:51:43.999Z | Downloaded half v2.4.1 |
| 860 | 2024-10-10T04:51:44.002Z | Downloaded hashbrown v0.13.2 |
| 861 | 2024-10-10T04:51:44.007Z | Downloaded xz2 v0.1.7 |
| 862 | 2024-10-10T04:51:44.010Z | Downloaded phf v0.11.2 |
| 863 | 2024-10-10T04:51:44.012Z | Downloaded p384 v0.13.0 |
| 864 | 2024-10-10T04:51:44.018Z | Downloaded slog-term v2.9.1 |
| 865 | 2024-10-10T04:51:44.023Z | Downloaded take_mut v0.2.2 |
| 866 | 2024-10-10T04:51:44.025Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 867 | 2024-10-10T04:51:44.082Z | Downloaded structmeta v0.2.0 |
| 868 | 2024-10-10T04:51:44.085Z | Downloaded enum-as-inner v0.6.0 |
| 869 | 2024-10-10T04:51:44.085Z | Downloaded snafu-derive v0.8.2 |
| 870 | 2024-10-10T04:51:44.087Z | Downloaded signal-hook-mio v0.2.4 |
| 871 | 2024-10-10T04:51:44.087Z | Downloaded password-hash v0.5.0 |
| 872 | 2024-10-10T04:51:44.090Z | Downloaded password-hash v0.4.2 |
| 873 | 2024-10-10T04:51:44.092Z | Downloaded vergen v8.3.2 |
| 874 | 2024-10-10T04:51:44.095Z | Downloaded signal-hook-tokio v0.3.1 |
| 875 | 2024-10-10T04:51:44.098Z | Downloaded hex-literal v0.4.1 |
| 876 | 2024-10-10T04:51:44.098Z | Downloaded des v0.8.1 |
| 877 | 2024-10-10T04:51:44.102Z | Downloaded derive_builder_core v0.20.0 |
| 878 | 2024-10-10T04:51:44.104Z | Downloaded polar-core v0.27.3 |
| 879 | 2024-10-10T04:51:44.111Z | Downloaded sqlformat v0.2.6 |
| 880 | 2024-10-10T04:51:44.114Z | Downloaded shell-words v1.1.0 |
| 881 | 2024-10-10T04:51:44.116Z | Downloaded progenitor-macro v0.8.0 |
| 882 | 2024-10-10T04:51:44.116Z | Downloaded progenitor-impl v0.8.0 |
| 883 | 2024-10-10T04:51:44.118Z | Downloaded typify v0.2.0 |
| 884 | 2024-10-10T04:51:44.122Z | Downloaded pbkdf2 v0.11.0 |
| 885 | 2024-10-10T04:51:44.124Z | Downloaded p521 v0.13.3 |
| 886 | 2024-10-10T04:51:44.128Z | Downloaded sqlparser v0.45.0 |
| 887 | 2024-10-10T04:51:44.137Z | Downloaded steno v0.4.1 |
| 888 | 2024-10-10T04:51:44.141Z | Downloaded pretty-hex v0.2.1 |
| 889 | 2024-10-10T04:51:44.144Z | Downloaded tabwriter v1.4.0 |
| 890 | 2024-10-10T04:51:44.144Z | Downloaded supports-color v3.0.1 |
| 891 | 2024-10-10T04:51:44.148Z | Downloaded structmeta v0.3.0 |
| 892 | 2024-10-10T04:51:44.148Z | Downloaded smoltcp v0.9.1 |
| 893 | 2024-10-10T04:51:44.158Z | Downloaded typify-impl v0.2.0 |
| 894 | 2024-10-10T04:51:44.175Z | Downloaded finl_unicode v1.2.0 |
| 895 | 2024-10-10T04:51:44.190Z | Downloaded path-slash v0.1.5 |
| 896 | 2024-10-10T04:51:44.192Z | Downloaded parse-size v1.0.0 |
| 897 | 2024-10-10T04:51:44.192Z | Downloaded packed_struct_codegen v0.10.1 |
| 898 | 2024-10-10T04:51:44.195Z | Downloaded poly1305 v0.8.0 |
| 899 | 2024-10-10T04:51:44.198Z | Downloaded packed_struct v0.10.1 |
| 900 | 2024-10-10T04:51:44.198Z | Downloaded smoltcp v0.11.0 |
| 901 | 2024-10-10T04:51:44.210Z | Downloaded zerocopy-derive v0.6.6 |
| 902 | 2024-10-10T04:51:44.221Z | Downloaded hickory-proto v0.24.1 |
| 903 | 2024-10-10T04:51:44.238Z | Downloaded tokio v1.39.3 |
| 904 | 2024-10-10T04:51:44.276Z | Downloaded pbkdf2 v0.12.2 |
| 905 | 2024-10-10T04:51:44.278Z | Downloaded whoami v1.5.2 |
| 906 | 2024-10-10T04:51:44.280Z | Downloaded webpki-roots v0.26.3 |
| 907 | 2024-10-10T04:51:44.283Z | Downloaded typify-macro v0.2.0 |
| 908 | 2024-10-10T04:51:44.287Z | Downloaded typed-path v0.7.1 |
| 909 | 2024-10-10T04:51:44.291Z | Downloaded trust-dns-proto v0.22.0 |
| 910 | 2024-10-10T04:51:44.305Z | Downloaded ratatui v0.28.0 |
| 911 | 2024-10-10T04:51:44.325Z | Downloaded encoding_rs v0.8.34 |
| 912 | 2024-10-10T04:51:44.349Z | Downloaded diesel v2.2.4 |
| 913 | 2024-10-10T04:51:44.370Z | Downloaded progenitor-client v0.8.0 |
| 914 | 2024-10-10T04:51:44.372Z | Downloaded progenitor v0.8.0 |
| 915 | 2024-10-10T04:51:44.372Z | Downloaded prettyplease v0.2.22 |
| 916 | 2024-10-10T04:51:44.375Z | Downloaded peg-macros v0.8.4 |
| 917 | 2024-10-10T04:51:44.377Z | Downloaded smf v0.2.3 |
| 918 | 2024-10-10T04:51:44.379Z | Downloaded smallvec v0.6.14 |
| 919 | 2024-10-10T04:51:44.382Z | Downloaded slog-stdlog v4.1.1 |
| 920 | 2024-10-10T04:51:44.382Z | Downloaded sha3 v0.10.8 |
| 921 | 2024-10-10T04:51:44.386Z | Downloaded slog-scope v4.4.0 |
| 922 | 2024-10-10T04:51:44.389Z | Downloaded static_assertions v1.1.0 |
| 923 | 2024-10-10T04:51:44.392Z | Downloaded owo-colors v4.1.0 |
| 924 | 2024-10-10T04:51:44.392Z | Downloaded num-bigint v0.4.5 |
| 925 | 2024-10-10T04:51:44.397Z | Downloaded hickory-resolver v0.24.1 |
| 926 | 2024-10-10T04:51:44.402Z | Downloaded libz-sys v1.1.16 |
| 927 | 2024-10-10T04:51:44.473Z | Downloaded sqlparser_derive v0.2.2 |
| 928 | 2024-10-10T04:51:44.475Z | Downloaded regex-automata v0.4.6 |
| 929 | 2024-10-10T04:51:44.491Z | Downloaded highway v1.2.0 |
| 930 | 2024-10-10T04:51:44.495Z | Downloaded hickory-client v0.24.1 |
| 931 | 2024-10-10T04:51:44.498Z | Downloaded flume v0.11.0 |
| 932 | 2024-10-10T04:51:44.500Z | Downloaded float-ord v0.3.2 |
| 933 | 2024-10-10T04:51:44.503Z | Downloaded float-cmp v0.9.0 |
| 934 | 2024-10-10T04:51:44.503Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 935 | 2024-10-10T04:51:44.506Z | Downloaded fallible-iterator v0.3.0 |
| 936 | 2024-10-10T04:51:44.508Z | Downloaded difflib v0.4.0 |
| 937 | 2024-10-10T04:51:44.511Z | Downloaded derive_builder v0.20.0 |
| 938 | 2024-10-10T04:51:44.514Z | Downloaded defmt-macros v0.3.9 |
| 939 | 2024-10-10T04:51:44.517Z | Downloaded serde_plain v1.0.2 |
| 940 | 2024-10-10T04:51:44.519Z | Downloaded serde_repr v0.1.19 |
| 941 | 2024-10-10T04:51:44.522Z | Downloaded r2d2 v0.8.10 |
| 942 | 2024-10-10T04:51:44.522Z | Downloaded termtree v0.4.1 |
| 943 | 2024-10-10T04:51:44.524Z | Downloaded tap v1.0.1 |
| 944 | 2024-10-10T04:51:44.524Z | Downloaded strum_macros v0.24.3 |
| 945 | 2024-10-10T04:51:44.529Z | Downloaded serde_path_to_error v0.1.16 |
| 946 | 2024-10-10T04:51:44.531Z | Downloaded serde_derive_internals v0.29.1 |
| 947 | 2024-10-10T04:51:44.531Z | Downloaded scheduled-thread-pool v0.2.7 |
| 948 | 2024-10-10T04:51:44.534Z | Downloaded ref-cast-impl v1.0.23 |
| 949 | 2024-10-10T04:51:44.536Z | Downloaded ref-cast v1.0.23 |
| 950 | 2024-10-10T04:51:44.538Z | Downloaded rcgen v0.12.1 |
| 951 | 2024-10-10T04:51:44.541Z | Downloaded opaque-debug v0.3.1 |
| 952 | 2024-10-10T04:51:44.541Z | Downloaded num-traits v0.2.19 |
| 953 | 2024-10-10T04:51:44.545Z | Downloaded rand_seeder v0.3.0 |
| 954 | 2024-10-10T04:51:44.548Z | Downloaded peg v0.8.4 |
| 955 | 2024-10-10T04:51:44.550Z | Downloaded derive_builder_macro v0.20.0 |
| 956 | 2024-10-10T04:51:44.553Z | Downloaded libsqlite3-sys v0.30.1 |
| 957 | 2024-10-10T04:51:44.630Z | Downloaded regress v0.10.1 |
| 958 | 2024-10-10T04:51:44.639Z | Downloaded ring v0.16.20 |
| 959 | 2024-10-10T04:51:44.721Z | Downloaded tinyvec v1.6.0 |
| 960 | 2024-10-10T04:51:44.725Z | Downloaded zone v0.3.0 |
| 961 | 2024-10-10T04:51:44.728Z | Downloaded ring v0.17.8 |
| 962 | 2024-10-10T04:51:44.793Z | Downloaded stringprep v0.1.4 |
| 963 | 2024-10-10T04:51:44.796Z | Downloaded rustls-webpki v0.102.4 |
| 964 | 2024-10-10T04:51:44.812Z | Downloaded rustls-pki-types v1.7.0 |
| 965 | 2024-10-10T04:51:44.815Z | Downloaded russh-keys v0.45.0 |
| 966 | 2024-10-10T04:51:44.817Z | Downloaded structmeta-derive v0.3.0 |
| 967 | 2024-10-10T04:51:44.817Z | Downloaded portable-atomic v1.6.0 |
| 968 | 2024-10-10T04:51:44.822Z | Downloaded peg-runtime v0.8.3 |
| 969 | 2024-10-10T04:51:44.825Z | Downloaded regress v0.9.1 |
| 970 | 2024-10-10T04:51:44.831Z | Downloaded openapiv3 v2.0.0 |
| 971 | 2024-10-10T04:51:44.842Z | Downloaded ed25519-dalek v2.1.1 |
| 972 | 2024-10-10T04:51:44.845Z | Downloaded zone_cfg_derive v0.3.0 |
| 973 | 2024-10-10T04:51:44.848Z | Downloaded vte v0.11.1 |
| 974 | 2024-10-10T04:51:44.848Z | Downloaded zone_cfg_derive v0.1.2 |
| 975 | 2024-10-10T04:51:44.850Z | Downloaded x509-cert v0.2.5 |
| 976 | 2024-10-10T04:51:44.854Z | Downloaded tungstenite v0.23.0 |
| 977 | 2024-10-10T04:51:44.857Z | Downloaded futures-sink v0.3.31 |
| 978 | 2024-10-10T04:51:44.859Z | Downloaded futures-macro v0.3.31 |
| 979 | 2024-10-10T04:51:44.859Z | Downloaded futures-io v0.3.31 |
| 980 | 2024-10-10T04:51:44.862Z | Downloaded futures-executor v0.3.31 |
| 981 | 2024-10-10T04:51:44.862Z | Downloaded futures-core v0.3.31 |
| 982 | 2024-10-10T04:51:44.864Z | Downloaded either v1.13.0 |
| 983 | 2024-10-10T04:51:44.864Z | Downloaded dirs-sys-next v0.1.2 |
| 984 | 2024-10-10T04:51:44.864Z | Downloaded vsss-rs v3.3.4 |
| 985 | 2024-10-10T04:51:44.867Z | Downloaded sigpipe v0.1.3 |
| 986 | 2024-10-10T04:51:44.867Z | Downloaded proptest v1.5.0 |
| 987 | 2024-10-10T04:51:44.875Z | Downloaded url v2.5.2 |
| 988 | 2024-10-10T04:51:44.878Z | Downloaded subprocess v0.2.9 |
| 989 | 2024-10-10T04:51:44.881Z | Downloaded time v0.3.36 |
| 990 | 2024-10-10T04:51:44.887Z | Downloaded rustls v0.22.4 |
| 991 | 2024-10-10T04:51:44.900Z | Downloaded openssl v0.10.66 |
| 992 | 2024-10-10T04:51:44.910Z | Downloaded rsa v0.9.6 |
| 993 | 2024-10-10T04:51:44.918Z | Downloaded slog-json v2.6.1 |
| 994 | 2024-10-10T04:51:44.918Z | Downloaded slog-bunyan v2.5.0 |
| 995 | 2024-10-10T04:51:44.918Z | Downloaded slog-async v2.8.0 |
| 996 | 2024-10-10T04:51:44.918Z | Downloaded slog v2.7.0 |
| 997 | 2024-10-10T04:51:44.932Z | Downloaded quick-xml v0.33.0 |
| 998 | 2024-10-10T04:51:44.932Z | Downloaded publicsuffix v2.2.3 |
| 999 | 2024-10-10T04:51:44.934Z | Downloaded psl-types v2.0.11 |
| 1000 | 2024-10-10T04:51:44.934Z | Downloaded ron v0.8.1 |
| 1001 | 2024-10-10T04:51:44.934Z | Downloaded schemars_derive v0.8.21 |
| 1002 | 2024-10-10T04:51:44.941Z | Downloaded postgres-types v0.2.8 |
| 1003 | 2024-10-10T04:51:44.941Z | Downloaded postgres-protocol v0.6.7 |
| 1004 | 2024-10-10T04:51:44.941Z | Downloaded postcard v1.0.8 |
| 1005 | 2024-10-10T04:51:44.945Z | Downloaded parse-display-derive v0.10.0 |
| 1006 | 2024-10-10T04:51:44.945Z | Downloaded parse-display v0.10.0 |
| 1007 | 2024-10-10T04:51:44.945Z | Downloaded parking_lot_core v0.8.6 |
| 1008 | 2024-10-10T04:51:44.947Z | Downloaded parking_lot v0.12.2 |
| 1009 | 2024-10-10T04:51:44.950Z | Downloaded headers-core v0.3.0 |
| 1010 | 2024-10-10T04:51:44.950Z | Downloaded hash32 v0.2.1 |
| 1011 | 2024-10-10T04:51:44.950Z | Downloaded gethostname v0.5.0 |
| 1012 | 2024-10-10T04:51:44.952Z | Downloaded expectorate v1.1.0 |
| 1013 | 2024-10-10T04:51:44.952Z | Downloaded env_logger v0.11.5 |
| 1014 | 2024-10-10T04:51:44.955Z | Downloaded rustls-pemfile v1.0.4 |
| 1015 | 2024-10-10T04:51:44.957Z | Downloaded percent-encoding v2.3.1 |
| 1016 | 2024-10-10T04:51:44.957Z | Downloaded pem v3.0.4 |
| 1017 | 2024-10-10T04:51:44.960Z | Downloaded object v0.30.4 |
| 1018 | 2024-10-10T04:51:44.971Z | Downloaded defmt-parser v0.3.4 |
| 1019 | 2024-10-10T04:51:44.973Z | Downloaded zone v0.1.8 |
| 1020 | 2024-10-10T04:51:44.973Z | Downloaded zerocopy v0.6.6 |
| 1021 | 2024-10-10T04:51:44.973Z | Downloaded vte_generate_state_changes v0.1.1 |
| 1022 | 2024-10-10T04:51:44.973Z | Downloaded tokio-postgres v0.7.12 |
| 1023 | 2024-10-10T04:51:44.976Z | Downloaded test-strategy v0.3.1 |
| 1024 | 2024-10-10T04:51:44.979Z | Downloaded snafu v0.8.2 |
| 1025 | 2024-10-10T04:51:44.985Z | Downloaded bstr v1.9.1 |
| 1026 | 2024-10-10T04:51:44.996Z | Downloaded unicode_categories v0.1.1 |
| 1027 | 2024-10-10T04:51:44.998Z | Downloaded unicode-truncate v1.0.0 |
| 1028 | 2024-10-10T04:51:44.998Z | Downloaded tokio-stream v0.1.16 |
| 1029 | 2024-10-10T04:51:45.002Z | Downloaded thiserror-no-std v2.0.2 |
| 1030 | 2024-10-10T04:51:45.005Z | Downloaded ssh-key v0.6.6 |
| 1031 | 2024-10-10T04:51:45.012Z | Downloaded ssh-encoding v0.2.0 |
| 1032 | 2024-10-10T04:51:45.015Z | Downloaded slog-envlogger v2.2.0 |
| 1033 | 2024-10-10T04:51:45.015Z | Downloaded serde-hex v0.1.0 |
| 1034 | 2024-10-10T04:51:45.018Z | Downloaded serde-big-array v0.5.1 |
| 1035 | 2024-10-10T04:51:45.018Z | Downloaded semver v0.1.20 |
| 1036 | 2024-10-10T04:51:45.020Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1037 | 2024-10-10T04:51:45.020Z | Downloaded rustc_version v0.1.7 |
| 1038 | 2024-10-10T04:51:45.020Z | Downloaded lalrpop v0.19.12 |
| 1039 | 2024-10-10T04:51:45.030Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1040 | 2024-10-10T04:51:45.034Z | Downloaded schemars v0.8.21 |
| 1041 | 2024-10-10T04:51:45.044Z | Downloaded rustls v0.21.12 |
| 1042 | 2024-10-10T04:51:45.056Z | Downloaded regex-syntax v0.6.29 |
| 1043 | 2024-10-10T04:51:45.062Z | Downloaded rfc6979 v0.4.0 |
| 1044 | 2024-10-10T04:51:45.064Z | Downloaded reedline v0.33.0 |
| 1045 | 2024-10-10T04:51:45.070Z | Downloaded md5 v0.7.0 |
| 1046 | 2024-10-10T04:51:45.072Z | Downloaded maybe-uninit v2.0.0 |
| 1047 | 2024-10-10T04:51:45.072Z | Downloaded match_cfg v0.1.0 |
| 1048 | 2024-10-10T04:51:45.074Z | Downloaded lru-cache v0.1.2 |
| 1049 | 2024-10-10T04:51:45.074Z | Downloaded lru v0.12.3 |
| 1050 | 2024-10-10T04:51:45.074Z | Downloaded libxml v0.3.3 |
| 1051 | 2024-10-10T04:51:45.079Z | Downloaded darling_core v0.20.9 |
| 1052 | 2024-10-10T04:51:45.084Z | Downloaded const_format v0.2.33 |
| 1053 | 2024-10-10T04:51:45.088Z | Downloaded blake3 v1.5.1 |
| 1054 | 2024-10-10T04:51:45.099Z | Downloaded darling v0.20.9 |
| 1055 | 2024-10-10T04:51:45.102Z | Downloaded cstr-argument v0.1.2 |
| 1056 | 2024-10-10T04:51:45.102Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1057 | 2024-10-10T04:51:45.102Z | Downloaded crossterm v0.28.1 |
| 1058 | 2024-10-10T04:51:45.106Z | Downloaded crossterm v0.27.0 |
| 1059 | 2024-10-10T04:51:45.112Z | Downloaded crc-any v2.5.0 |
| 1060 | 2024-10-10T04:51:45.115Z | Downloaded aes v0.8.4 |
| 1061 | 2024-10-10T04:51:45.118Z | Downloaded const-oid v0.9.6 |
| 1062 | 2024-10-10T04:51:45.120Z | Downloaded base64 v0.22.1 |
| 1063 | 2024-10-10T04:51:45.124Z | Downloaded minimal-lexical v0.2.1 |
| 1064 | 2024-10-10T04:51:45.127Z | Downloaded blake2 v0.10.6 |
| 1065 | 2024-10-10T04:51:45.129Z | Downloaded base64 v0.21.7 |
| 1066 | 2024-10-10T04:51:45.132Z | Downloaded base64 v0.13.1 |
| 1067 | 2024-10-10T04:51:45.135Z | Downloaded csv-core v0.1.11 |
| 1068 | 2024-10-10T04:51:45.139Z | Downloaded arc-swap v1.7.1 |
| 1069 | 2024-10-10T04:51:45.141Z | Downloaded bindgen v0.69.4 |
| 1070 | 2024-10-10T04:51:45.147Z | Downloaded indexmap v1.9.3 |
| 1071 | 2024-10-10T04:51:45.150Z | Downloaded md-5 v0.10.6 |
| 1072 | 2024-10-10T04:51:45.152Z | Downloaded lock_api v0.4.12 |
| 1073 | 2024-10-10T04:51:45.152Z | Downloaded jobserver v0.1.32 |
| 1074 | 2024-10-10T04:51:45.155Z | Downloaded hyper-util v0.1.9 |
| 1075 | 2024-10-10T04:51:45.158Z | Downloaded hostname v0.4.0 |
| 1076 | 2024-10-10T04:51:45.161Z | Downloaded ctr v0.9.2 |
| 1077 | 2024-10-10T04:51:45.163Z | Downloaded crossbeam-deque v0.8.5 |
| 1078 | 2024-10-10T04:51:45.164Z | Downloaded cookie v0.18.1 |
| 1079 | 2024-10-10T04:51:45.166Z | Downloaded lazy_static v1.5.0 |
| 1080 | 2024-10-10T04:51:45.168Z | Downloaded ipnet v2.10.0 |
| 1081 | 2024-10-10T04:51:45.169Z | Downloaded hyper-rustls v0.27.3 |
| 1082 | 2024-10-10T04:51:45.171Z | Downloaded crc-catalog v2.4.0 |
| 1083 | 2024-10-10T04:51:45.171Z | Downloaded cbc v0.1.2 |
| 1084 | 2024-10-10T04:51:45.174Z | Downloaded httparse v1.8.0 |
| 1085 | 2024-10-10T04:51:45.176Z | Downloaded colored v2.1.0 |
| 1086 | 2024-10-10T04:51:45.176Z | Downloaded ciborium v0.2.2 |
| 1087 | 2024-10-10T04:51:45.179Z | Downloaded async-stream-impl v0.3.5 |
| 1088 | 2024-10-10T04:51:45.181Z | Downloaded async-stream v0.3.5 |
| 1089 | 2024-10-10T04:51:45.181Z | Downloaded inout v0.1.3 |
| 1090 | 2024-10-10T04:51:45.181Z | Downloaded iana-time-zone v0.1.60 |
| 1091 | 2024-10-10T04:51:45.184Z | Downloaded hmac v0.12.1 |
| 1092 | 2024-10-10T04:51:45.187Z | Downloaded allocator-api2 v0.2.18 |
| 1093 | 2024-10-10T04:51:45.190Z | Downloaded http-body-util v0.1.2 |
| 1094 | 2024-10-10T04:51:45.190Z | Downloaded http-body v0.4.6 |
| 1095 | 2024-10-10T04:51:45.193Z | Downloaded crunchy v0.2.2 |
| 1096 | 2024-10-10T04:51:45.193Z | Downloaded bzip2 v0.4.4 |
| 1097 | 2024-10-10T04:51:45.196Z | Downloaded castaway v0.2.3 |
| 1098 | 2024-10-10T04:51:45.196Z | Downloaded arrayref v0.3.7 |
| 1099 | 2024-10-10T04:51:45.196Z | Downloaded cipher v0.4.4 |
| 1100 | 2024-10-10T04:51:45.199Z | Downloaded ciborium-ll v0.2.2 |
| 1101 | 2024-10-10T04:51:45.199Z | Downloaded bit-vec v0.6.3 |
| 1102 | 2024-10-10T04:51:45.199Z | Downloaded base64ct v1.6.0 |
| 1103 | 2024-10-10T04:51:45.201Z | Downloaded ahash v0.8.11 |
| 1104 | 2024-10-10T04:51:45.204Z | Downloaded addr2line v0.21.0 |
| 1105 | 2024-10-10T04:51:45.206Z | Downloaded base16ct v0.2.0 |
| 1106 | 2024-10-10T04:51:45.206Z | Downloaded atomic-waker v1.1.2 |
| 1107 | 2024-10-10T04:51:45.209Z | Downloaded ascii-canvas v3.0.0 |
| 1108 | 2024-10-10T04:51:45.209Z | Downloaded aead v0.5.2 |
| 1109 | 2024-10-10T04:51:45.209Z | Downloaded adler2 v2.0.0 |
| 1110 | 2024-10-10T04:51:45.212Z | Downloaded adler v1.0.2 |
| 1111 | 2024-10-10T04:51:45.212Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1112 | 2024-10-10T04:51:45.215Z | Downloaded constant_time_eq v0.3.0 |
| 1113 | 2024-10-10T04:51:45.215Z | Downloaded const_format_proc_macros v0.2.33 |
| 1114 | 2024-10-10T04:51:45.218Z | Downloaded chacha20poly1305 v0.10.1 |
| 1115 | 2024-10-10T04:51:45.218Z | Downloaded idna v0.3.0 |
| 1116 | 2024-10-10T04:51:45.224Z | Downloaded cobs v0.2.3 |
| 1117 | 2024-10-10T04:51:45.227Z | Downloaded bitfield-struct v0.6.1 |
| 1118 | 2024-10-10T04:51:45.227Z | Downloaded array-init v0.0.4 |
| 1119 | 2024-10-10T04:51:45.230Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1120 | 2024-10-10T04:51:45.230Z | Downloaded bb8 v0.8.5 |
| 1121 | 2024-10-10T04:51:45.230Z | Downloaded async-bb8-diesel v0.2.1 |
| 1122 | 2024-10-10T04:51:45.233Z | Downloaded assert_matches v1.5.0 |
| 1123 | 2024-10-10T04:51:45.233Z | Downloaded arrayvec v0.7.4 |
| 1124 | 2024-10-10T04:51:45.324Z | Compiling serde v1.0.210 |
| 1125 | 2024-10-10T04:51:45.327Z | Compiling typenum v1.17.0 |
| 1126 | 2024-10-10T04:51:45.327Z | Compiling generic-array v0.14.7 |
| 1127 | 2024-10-10T04:51:45.327Z | Compiling lock_api v0.4.12 |
| 1128 | 2024-10-10T04:51:45.327Z | Compiling subtle v2.5.0 |
| 1129 | 2024-10-10T04:51:45.479Z | Compiling scopeguard v1.2.0 |
| 1130 | 2024-10-10T04:51:45.493Z | Compiling syn v2.0.79 |
| 1131 | 2024-10-10T04:51:45.502Z | Compiling getrandom v0.2.14 |
| 1132 | 2024-10-10T04:51:45.623Z | Compiling value-bag v1.9.0 |
| 1133 | 2024-10-10T04:51:45.804Z | Compiling rand_core v0.6.4 |
| 1134 | 2024-10-10T04:51:45.907Z | Compiling const-oid v0.9.6 |
| 1135 | 2024-10-10T04:51:46.045Z | Compiling log v0.4.22 |
| 1136 | 2024-10-10T04:51:46.061Z | Compiling jobserver v0.1.32 |
| 1137 | 2024-10-10T04:51:46.195Z | Compiling pin-project-lite v0.2.14 |
| 1138 | 2024-10-10T04:51:46.327Z | Compiling smallvec v1.13.2 |
| 1139 | 2024-10-10T04:51:46.347Z | Compiling parking_lot_core v0.9.10 |
| 1140 | 2024-10-10T04:51:46.347Z | Compiling cpufeatures v0.2.12 |
| 1141 | 2024-10-10T04:51:46.461Z | Compiling cc v1.0.97 |
| 1142 | 2024-10-10T04:51:46.693Z | Compiling signal-hook-registry v1.4.2 |
| 1143 | 2024-10-10T04:51:46.961Z | Compiling futures-core v0.3.31 |
| 1144 | 2024-10-10T04:51:46.982Z | Compiling mio v1.0.2 |
| 1145 | 2024-10-10T04:51:47.223Z | Compiling parking_lot v0.12.2 |
| 1146 | 2024-10-10T04:51:47.444Z | Compiling ahash v0.8.11 |
| 1147 | 2024-10-10T04:51:47.499Z | Compiling futures-sink v0.3.31 |
| 1148 | 2024-10-10T04:51:47.660Z | Compiling spin v0.9.8 |
| 1149 | 2024-10-10T04:51:47.872Z | Compiling socket2 v0.5.7 |
| 1150 | 2024-10-10T04:51:47.892Z | Compiling slab v0.4.9 |
| 1151 | 2024-10-10T04:51:48.068Z | Compiling tinyvec_macros v0.1.1 |
| 1152 | 2024-10-10T04:51:48.129Z | Compiling libm v0.2.8 |
| 1153 | 2024-10-10T04:51:48.198Z | Compiling tinyvec v1.6.0 |
| 1154 | 2024-10-10T04:51:48.283Z | Compiling allocator-api2 v0.2.18 |
| 1155 | 2024-10-10T04:51:48.304Z | Compiling serde_json v1.0.128 |
| 1156 | 2024-10-10T04:51:48.444Z | Compiling base64ct v1.6.0 |
| 1157 | 2024-10-10T04:51:48.693Z | Compiling num-traits v0.2.19 |
| 1158 | 2024-10-10T04:51:48.859Z | Compiling unicode-bidi v0.3.15 |
| 1159 | 2024-10-10T04:51:48.965Z | Compiling pem-rfc7468 v0.7.0 |
| 1160 | 2024-10-10T04:51:49.011Z | Compiling flagset v0.4.5 |
| 1161 | 2024-10-10T04:51:49.221Z | Compiling futures-channel v0.3.31 |
| 1162 | 2024-10-10T04:51:49.324Z | Compiling pin-utils v0.1.0 |
| 1163 | 2024-10-10T04:51:49.427Z | Compiling futures-io v0.3.31 |
| 1164 | 2024-10-10T04:51:49.671Z | Compiling futures-task v0.3.31 |
| 1165 | 2024-10-10T04:51:49.750Z | Compiling unicode-normalization v0.1.23 |
| 1166 | 2024-10-10T04:51:49.768Z | Compiling vcpkg v0.2.15 |
| 1167 | 2024-10-10T04:51:49.820Z | Compiling pkg-config v0.3.30 |
| 1168 | 2024-10-10T04:51:49.964Z | Compiling crossbeam-utils v0.8.19 |
| 1169 | 2024-10-10T04:51:50.657Z | Compiling tracing-core v0.1.32 |
| 1170 | 2024-10-10T04:51:50.680Z | Compiling ppv-lite86 v0.2.17 |
| 1171 | 2024-10-10T04:51:50.699Z | Compiling ring v0.17.8 |
| 1172 | 2024-10-10T04:51:50.885Z | Compiling percent-encoding v2.3.1 |
| 1173 | 2024-10-10T04:51:51.419Z | Compiling rustix v0.38.37 |
| 1174 | 2024-10-10T04:51:51.482Z | Compiling rand_chacha v0.3.1 |
| 1175 | 2024-10-10T04:51:52.027Z | Compiling openssl-sys v0.9.103 |
| 1176 | 2024-10-10T04:51:52.053Z | Compiling httparse v1.8.0 |
| 1177 | 2024-10-10T04:51:52.137Z | Compiling rustls-pki-types v1.7.0 |
| 1178 | 2024-10-10T04:51:52.561Z | Compiling rand v0.8.5 |
| 1179 | 2024-10-10T04:51:52.583Z | Compiling num-conv v0.1.0 |
| 1180 | 2024-10-10T04:51:52.640Z | Compiling atomic-waker v1.1.2 |
| 1181 | 2024-10-10T04:51:52.789Z | Compiling powerfmt v0.2.0 |
| 1182 | 2024-10-10T04:51:52.849Z | Compiling time-core v0.1.2 |
| 1183 | 2024-10-10T04:51:52.958Z | Compiling untrusted v0.9.0 |
| 1184 | 2024-10-10T04:51:53.006Z | Compiling openssl v0.10.66 |
| 1185 | 2024-10-10T04:51:53.106Z | Compiling rustversion v1.0.17 |
| 1186 | 2024-10-10T04:51:53.162Z | Compiling foreign-types-shared v0.1.1 |
| 1187 | 2024-10-10T04:51:53.287Z | Compiling try-lock v0.2.5 |
| 1188 | 2024-10-10T04:51:53.426Z | Compiling want v0.3.1 |
| 1189 | 2024-10-10T04:51:53.447Z | Compiling foreign-types v0.3.2 |
| 1190 | 2024-10-10T04:51:53.535Z | Compiling deranged v0.3.11 |
| 1191 | 2024-10-10T04:51:53.673Z | Compiling time-macros v0.2.18 |
| 1192 | 2024-10-10T04:51:53.877Z | Compiling form_urlencoded v1.2.1 |
| 1193 | 2024-10-10T04:51:54.155Z | Compiling aho-corasick v1.1.3 |
| 1194 | 2024-10-10T04:51:54.230Z | Compiling syn v1.0.109 |
| 1195 | 2024-10-10T04:51:54.394Z | Compiling siphasher v0.3.11 |
| 1196 | 2024-10-10T04:51:54.789Z | Compiling regex-syntax v0.8.4 |
| 1197 | 2024-10-10T04:51:54.851Z | Compiling httpdate v1.0.3 |
| 1198 | 2024-10-10T04:51:55.163Z | Compiling rustls v0.23.10 |
| 1199 | 2024-10-10T04:51:55.321Z | Compiling num_threads v0.1.7 |
| 1200 | 2024-10-10T04:51:55.422Z | Compiling base64 v0.22.1 |
| 1201 | 2024-10-10T04:51:55.447Z | Compiling native-tls v0.2.11 |
| 1202 | 2024-10-10T04:51:56.045Z | Compiling crossbeam-epoch v0.9.18 |
| 1203 | 2024-10-10T04:51:56.090Z | Compiling idna v0.5.0 |
| 1204 | 2024-10-10T04:51:56.743Z | Compiling lazy_static v1.5.0 |
| 1205 | 2024-10-10T04:51:56.780Z | Compiling time v0.3.36 |
| 1206 | 2024-10-10T04:51:56.854Z | Compiling cookie v0.18.1 |
| 1207 | 2024-10-10T04:51:57.159Z | Compiling iana-time-zone v0.1.60 |
| 1208 | 2024-10-10T04:51:57.193Z | Compiling rayon-core v1.12.1 |
| 1209 | 2024-10-10T04:51:57.469Z | Compiling openssl-probe v0.1.5 |
| 1210 | 2024-10-10T04:51:57.592Z | Compiling either v1.13.0 |
| 1211 | 2024-10-10T04:51:57.617Z | Compiling slog v2.7.0 |
| 1212 | 2024-10-10T04:51:57.809Z | Compiling finl_unicode v1.2.0 |
| 1213 | 2024-10-10T04:51:57.958Z | Compiling tower-service v0.3.2 |
| 1214 | 2024-10-10T04:51:58.082Z | Compiling regex-automata v0.4.6 |
| 1215 | 2024-10-10T04:51:58.308Z | Compiling url v2.5.2 |
| 1216 | 2024-10-10T04:51:58.378Z | Compiling stringprep v0.1.4 |
| 1217 | 2024-10-10T04:51:59.210Z | Compiling crossbeam-deque v0.8.5 |
| 1218 | 2024-10-10T04:51:59.390Z | Compiling serde_derive v1.0.210 |
| 1219 | 2024-10-10T04:51:59.497Z | Compiling zeroize_derive v1.4.2 |
| 1220 | 2024-10-10T04:51:59.523Z | Compiling zerocopy-derive v0.7.34 |
| 1221 | 2024-10-10T04:52:00.115Z | Compiling tokio-macros v2.4.0 |
| 1222 | 2024-10-10T04:52:01.009Z | Compiling zeroize v1.8.1 |
| 1223 | 2024-10-10T04:52:01.079Z | Compiling thiserror-impl v1.0.64 |
| 1224 | 2024-10-10T04:52:01.717Z | Compiling zerocopy v0.7.34 |
| 1225 | 2024-10-10T04:52:01.744Z | Compiling der_derive v0.7.2 |
| 1226 | 2024-10-10T04:52:01.832Z | Compiling futures-macro v0.3.31 |
| 1227 | 2024-10-10T04:52:02.520Z | Compiling tracing-attributes v0.1.27 |
| 1228 | 2024-10-10T04:52:02.726Z | Compiling crypto-common v0.1.6 |
| 1229 | 2024-10-10T04:52:02.975Z | Compiling block-buffer v0.10.4 |
| 1230 | 2024-10-10T04:52:03.269Z | Compiling digest v0.10.7 |
| 1231 | 2024-10-10T04:52:03.346Z | Compiling block-padding v0.3.3 |
| 1232 | 2024-10-10T04:52:03.605Z | Compiling inout v0.1.3 |
| 1233 | 2024-10-10T04:52:03.771Z | Compiling hmac v0.12.1 |
| 1234 | 2024-10-10T04:52:03.844Z | Compiling cipher v0.4.4 |
| 1235 | 2024-10-10T04:52:03.872Z | Compiling sha2 v0.10.8 |
| 1236 | 2024-10-10T04:52:04.273Z | Compiling der v0.7.9 |
| 1237 | 2024-10-10T04:52:04.331Z | Compiling salsa20 v0.10.2 |
| 1238 | 2024-10-10T04:52:04.351Z | Compiling thiserror v1.0.64 |
| 1239 | 2024-10-10T04:52:04.483Z | Compiling pbkdf2 v0.12.2 |
| 1240 | 2024-10-10T04:52:04.563Z | Compiling hashbrown v0.14.5 |
| 1241 | 2024-10-10T04:52:04.632Z | Compiling futures-util v0.3.31 |
| 1242 | 2024-10-10T04:52:04.664Z | Compiling scrypt v0.11.0 |
| 1243 | 2024-10-10T04:52:05.244Z | Compiling aes v0.8.4 |
| 1244 | 2024-10-10T04:52:05.960Z | Compiling cbc v0.1.2 |
| 1245 | 2024-10-10T04:52:06.202Z | Compiling pest v2.7.10 |
| 1246 | 2024-10-10T04:52:06.352Z | Compiling spki v0.7.3 |
| 1247 | 2024-10-10T04:52:06.745Z | Compiling pkcs5 v0.7.1 |
| 1248 | 2024-10-10T04:52:07.460Z | Compiling pkcs8 v0.10.2 |
| 1249 | 2024-10-10T04:52:07.558Z | Compiling tracing v0.1.40 |
| 1250 | 2024-10-10T04:52:07.984Z | Compiling scroll_derive v0.12.0 |
| 1251 | 2024-10-10T04:52:08.077Z | Compiling openssl-macros v0.1.1 |
| 1252 | 2024-10-10T04:52:08.159Z | Compiling signature v2.2.0 |
| 1253 | 2024-10-10T04:52:08.528Z | Compiling md-5 v0.10.6 |
| 1254 | 2024-10-10T04:52:08.796Z | Compiling pest_meta v2.7.10 |
| 1255 | 2024-10-10T04:52:09.322Z | Compiling num-integer v0.1.46 |
| 1256 | 2024-10-10T04:52:09.513Z | Compiling scroll v0.12.0 |
| 1257 | 2024-10-10T04:52:10.044Z | Compiling pest_generator v2.7.10 |
| 1258 | 2024-10-10T04:52:10.095Z | Compiling goblin v0.8.2 |
| 1259 | 2024-10-10T04:52:10.801Z | Compiling rustls-webpki v0.102.4 |
| 1260 | 2024-10-10T04:52:10.878Z | Compiling backtrace v0.3.71 |
| 1261 | 2024-10-10T04:52:11.348Z | Compiling idna v0.3.0 |
| 1262 | 2024-10-10T04:52:12.113Z | Compiling ff v0.13.0 |
| 1263 | 2024-10-10T04:52:12.347Z | Compiling hash32 v0.2.1 |
| 1264 | 2024-10-10T04:52:12.719Z | Compiling fallible-iterator v0.2.0 |
| 1265 | 2024-10-10T04:52:12.914Z | Compiling smoltcp v0.9.1 |
| 1266 | 2024-10-10T04:52:12.931Z | Compiling crc32fast v1.4.0 |
| 1267 | 2024-10-10T04:52:13.474Z | Compiling bytes v1.7.2 |
| 1268 | 2024-10-10T04:52:13.477Z | Compiling bitflags v2.6.0 |
| 1269 | 2024-10-10T04:52:13.708Z | Compiling indexmap v2.5.0 |
| 1270 | 2024-10-10T04:52:13.801Z | Compiling semver v1.0.23 |
| 1271 | 2024-10-10T04:52:13.929Z | Compiling pest_derive v2.7.10 |
| 1272 | 2024-10-10T04:52:14.546Z | Compiling tokio v1.39.3 |
| 1273 | 2024-10-10T04:52:14.733Z | Compiling rustc_version v0.4.0 |
| 1274 | 2024-10-10T04:52:14.753Z | Compiling http v1.1.0 |
| 1275 | 2024-10-10T04:52:15.502Z | Compiling heapless v0.7.17 |
| 1276 | 2024-10-10T04:52:15.958Z | Compiling dof v0.3.0 |
| 1277 | 2024-10-10T04:52:16.803Z | Compiling http-body v1.0.0 |
| 1278 | 2024-10-10T04:52:17.036Z | Compiling dtrace-parser v0.2.0 |
| 1279 | 2024-10-10T04:52:18.185Z | Compiling uuid v1.10.0 |
| 1280 | 2024-10-10T04:52:19.232Z | Compiling usdt-impl v0.5.0 |
| 1281 | 2024-10-10T04:52:19.712Z | Compiling curve25519-dalek v4.1.3 |
| 1282 | 2024-10-10T04:52:20.359Z | Compiling toml_datetime v0.6.8 |
| 1283 | 2024-10-10T04:52:20.523Z | Compiling serde_tokenstream v0.2.2 |
| 1284 | 2024-10-10T04:52:20.544Z | Compiling serde_spanned v0.6.7 |
| 1285 | 2024-10-10T04:52:20.738Z | Compiling chrono v0.4.38 |
| 1286 | 2024-10-10T04:52:20.775Z | Compiling gimli v0.28.1 |
| 1287 | 2024-10-10T04:52:20.860Z | Compiling portable-atomic v1.6.0 |
| 1288 | 2024-10-10T04:52:21.113Z | Compiling adler v1.0.2 |
| 1289 | 2024-10-10T04:52:21.343Z | Compiling stable_deref_trait v1.2.0 |
| 1290 | 2024-10-10T04:52:21.452Z | Compiling base16ct v0.2.0 |
| 1291 | 2024-10-10T04:52:21.786Z | Compiling psl-types v2.0.11 |
| 1292 | 2024-10-10T04:52:21.898Z | Compiling num-bigint-dig v0.8.4 |
| 1293 | 2024-10-10T04:52:21.984Z | Compiling signal-hook v0.3.17 |
| 1294 | 2024-10-10T04:52:22.235Z | Compiling publicsuffix v2.2.3 |
| 1295 | 2024-10-10T04:52:22.373Z | Compiling sec1 v0.7.3 |
| 1296 | 2024-10-10T04:52:22.965Z | Compiling tokio-util v0.7.12 |
| 1297 | 2024-10-10T04:52:23.041Z | Compiling hubpack_derive v0.1.1 |
| 1298 | 2024-10-10T04:52:24.031Z | Compiling h2 v0.4.6 |
| 1299 | 2024-10-10T04:52:24.310Z | Compiling tokio-native-tls v0.3.1 |
| 1300 | 2024-10-10T04:52:24.395Z | Compiling tokio-rustls v0.26.0 |
| 1301 | 2024-10-10T04:52:24.477Z | Compiling miniz_oxide v0.7.2 |
| 1302 | 2024-10-10T04:52:24.701Z | Compiling terminal_size v0.4.0 |
| 1303 | 2024-10-10T04:52:24.851Z | Compiling http-body-util v0.1.2 |
| 1304 | 2024-10-10T04:52:24.913Z | Compiling postgres-protocol v0.6.7 |
| 1305 | 2024-10-10T04:52:25.244Z | Compiling addr2line v0.21.0 |
| 1306 | 2024-10-10T04:52:25.458Z | Compiling group v0.13.0 |
| 1307 | 2024-10-10T04:52:25.810Z | Compiling num-iter v0.1.45 |
| 1308 | 2024-10-10T04:52:25.831Z | Compiling hkdf v0.12.4 |
| 1309 | 2024-10-10T04:52:25.854Z | Compiling crypto-bigint v0.5.5 |
| 1310 | 2024-10-10T04:52:25.989Z | Compiling zerocopy-derive v0.6.6 |
| 1311 | 2024-10-10T04:52:26.071Z | Compiling async-trait v0.1.83 |
| 1312 | 2024-10-10T04:52:26.265Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1313 | 2024-10-10T04:52:27.683Z | Compiling phf_shared v0.11.2 |
| 1314 | 2024-10-10T04:52:27.860Z | Compiling serde_derive_internals v0.29.1 |
| 1315 | 2024-10-10T04:52:27.906Z | Compiling webpki-roots v0.26.3 |
| 1316 | 2024-10-10T04:52:28.059Z | Compiling object v0.32.2 |
| 1317 | 2024-10-10T04:52:28.125Z | Compiling fs-err v2.11.0 |
| 1318 | 2024-10-10T04:52:28.247Z | Compiling schemars v0.8.21 |
| 1319 | 2024-10-10T04:52:28.460Z | Compiling rustc-demangle v0.1.24 |
| 1320 | 2024-10-10T04:52:28.599Z | Compiling adler2 v2.0.0 |
| 1321 | 2024-10-10T04:52:28.818Z | Compiling anyhow v1.0.89 |
| 1322 | 2024-10-10T04:52:28.906Z | Compiling managed v0.8.0 |
| 1323 | 2024-10-10T04:52:29.341Z | Compiling winnow v0.5.40 |
| 1324 | 2024-10-10T04:52:29.428Z | Compiling bitflags v1.3.2 |
| 1325 | 2024-10-10T04:52:29.452Z | Compiling ipnet v2.10.0 |
| 1326 | 2024-10-10T04:52:29.689Z | Compiling console v0.15.8 |
| 1327 | 2024-10-10T04:52:30.625Z | Compiling schemars_derive v0.8.21 |
| 1328 | 2024-10-10T04:52:30.851Z | Compiling hyper v1.4.1 |
| 1329 | 2024-10-10T04:52:31.233Z | Compiling elliptic-curve v0.13.8 |
| 1330 | 2024-10-10T04:52:31.687Z | Compiling miniz_oxide v0.8.0 |
| 1331 | 2024-10-10T04:52:31.930Z | Compiling clap_builder v4.5.20 |
| 1332 | 2024-10-10T04:52:32.270Z | Compiling zerocopy v0.6.6 |
| 1333 | 2024-10-10T04:52:33.132Z | Compiling toml_edit v0.19.15 |
| 1334 | 2024-10-10T04:52:33.152Z | Compiling phf v0.11.2 |
| 1335 | 2024-10-10T04:52:33.313Z | Compiling hyper-util v0.1.9 |
| 1336 | 2024-10-10T04:52:34.001Z | Compiling rayon v1.10.0 |
| 1337 | 2024-10-10T04:52:34.525Z | Compiling cookie_store v0.21.0 |
| 1338 | 2024-10-10T04:52:36.079Z | Compiling hyper-tls v0.6.0 |
| 1339 | 2024-10-10T04:52:36.445Z | Compiling hyper-rustls v0.27.3 |
| 1340 | 2024-10-10T04:52:36.488Z | Compiling postgres-types v0.2.8 |
| 1341 | 2024-10-10T04:52:37.396Z | Compiling hubpack v0.1.2 |
| 1342 | 2024-10-10T04:52:38.619Z | Compiling usdt-attr-macro v0.5.0 |
| 1343 | 2024-10-10T04:52:38.846Z | Compiling usdt-macro v0.5.0 |
| 1344 | 2024-10-10T04:52:39.005Z | Compiling serde-big-array v0.5.1 |
| 1345 | 2024-10-10T04:52:39.237Z | Compiling serde_urlencoded v0.7.1 |
| 1346 | 2024-10-10T04:52:39.335Z | Compiling futures-executor v0.3.31 |
| 1347 | 2024-10-10T04:52:39.744Z | Compiling ed25519 v2.2.3 |
| 1348 | 2024-10-10T04:52:39.893Z | Compiling pkcs1 v0.7.5 |
| 1349 | 2024-10-10T04:52:40.312Z | Compiling rfc6979 v0.4.0 |
| 1350 | 2024-10-10T04:52:40.366Z | Compiling bstr v1.9.1 |
| 1351 | 2024-10-10T04:52:40.503Z | Compiling regex v1.10.6 |
| 1352 | 2024-10-10T04:52:40.892Z | Compiling enum-as-inner v0.6.0 |
| 1353 | 2024-10-10T04:52:40.992Z | Compiling clap_derive v4.5.18 |
| 1354 | 2024-10-10T04:52:41.167Z | Compiling serde_repr v0.1.19 |
| 1355 | 2024-10-10T04:52:41.529Z | Compiling strum_macros v0.25.3 |
| 1356 | 2024-10-10T04:52:41.602Z | Compiling rustls-pemfile v2.1.3 |
| 1357 | 2024-10-10T04:52:41.763Z | Compiling phf_shared v0.10.0 |
| 1358 | 2024-10-10T04:52:42.005Z | Compiling float-cmp v0.9.0 |
| 1359 | 2024-10-10T04:52:42.089Z | Compiling idna v0.4.0 |
| 1360 | 2024-10-10T04:52:42.148Z | Compiling sync_wrapper v1.0.1 |
| 1361 | 2024-10-10T04:52:42.181Z | Compiling mio v0.8.11 |
| 1362 | 2024-10-10T04:52:42.207Z | Compiling encoding_rs v0.8.34 |
| 1363 | 2024-10-10T04:52:42.313Z | Compiling precomputed-hash v0.1.1 |
| 1364 | 2024-10-10T04:52:42.355Z | Compiling static_assertions v1.1.0 |
| 1365 | 2024-10-10T04:52:42.430Z | Compiling dyn-clone v1.0.17 |
| 1366 | 2024-10-10T04:52:42.455Z | Compiling predicates-core v1.0.6 |
| 1367 | 2024-10-10T04:52:42.656Z | Compiling normalize-line-endings v0.3.0 |
| 1368 | 2024-10-10T04:52:42.783Z | Compiling number_prefix v0.4.0 |
| 1369 | 2024-10-10T04:52:42.785Z | Compiling unicode-segmentation v1.11.0 |
| 1370 | 2024-10-10T04:52:43.011Z | Compiling mime v0.3.17 |
| 1371 | 2024-10-10T04:52:43.425Z | Compiling minimal-lexical v0.2.1 |
| 1372 | 2024-10-10T04:52:43.690Z | Compiling new_debug_unreachable v1.0.6 |
| 1373 | 2024-10-10T04:52:43.693Z | Compiling data-encoding v2.6.0 |
| 1374 | 2024-10-10T04:52:43.728Z | Compiling bit-vec v0.6.3 |
| 1375 | 2024-10-10T04:52:43.782Z | Compiling whoami v1.5.2 |
| 1376 | 2024-10-10T04:52:43.935Z | Compiling fixedbitset v0.4.2 |
| 1377 | 2024-10-10T04:52:44.187Z | Compiling difflib v0.4.0 |
| 1378 | 2024-10-10T04:52:44.405Z | Compiling hickory-proto v0.24.1 |
| 1379 | 2024-10-10T04:52:44.424Z | Compiling petgraph v0.6.5 |
| 1380 | 2024-10-10T04:52:45.556Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1381 | 2024-10-10T04:52:45.703Z | Compiling reqwest v0.12.7 |
| 1382 | 2024-10-10T04:52:46.003Z | Compiling clap v4.5.20 |
| 1383 | 2024-10-10T04:52:46.024Z | Compiling predicates v3.1.2 |
| 1384 | 2024-10-10T04:52:46.126Z | Compiling tokio-postgres v0.7.12 |
| 1385 | 2024-10-10T04:52:46.752Z | Compiling bit-set v0.5.3 |
| 1386 | 2024-10-10T04:52:47.045Z | Compiling nom v7.1.3 |
| 1387 | 2024-10-10T04:52:47.747Z | Compiling string_cache v0.8.7 |
| 1388 | 2024-10-10T04:52:48.236Z | Compiling similar v2.6.0 |
| 1389 | 2024-10-10T04:52:48.386Z | Compiling indicatif v0.17.8 |
| 1390 | 2024-10-10T04:52:50.056Z | Compiling signal-hook-mio v0.2.4 |
| 1391 | 2024-10-10T04:52:50.237Z | Compiling toml_edit v0.22.22 |
| 1392 | 2024-10-10T04:52:50.699Z | Compiling usdt v0.5.0 |
| 1393 | 2024-10-10T04:52:50.784Z | Compiling ecdsa v0.16.9 |
| 1394 | 2024-10-10T04:52:51.218Z | Compiling rsa v0.9.6 |
| 1395 | 2024-10-10T04:52:51.645Z | Compiling ed25519-dalek v2.1.1 |
| 1396 | 2024-10-10T04:52:51.737Z | Compiling futures v0.3.31 |
| 1397 | 2024-10-10T04:52:51.861Z | Compiling flate2 v1.0.34 |
| 1398 | 2024-10-10T04:52:52.495Z | Compiling toml v0.7.8 |
| 1399 | 2024-10-10T04:52:53.757Z | Compiling tokio-stream v0.1.16 |
| 1400 | 2024-10-10T04:52:53.829Z | Compiling openapiv3 v2.0.0 |
| 1401 | 2024-10-10T04:52:54.232Z | Compiling hex v0.4.3 |
| 1402 | 2024-10-10T04:52:54.396Z | Compiling x509-cert v0.2.5 |
| 1403 | 2024-10-10T04:52:54.514Z | Compiling sha1 v0.10.6 |
| 1404 | 2024-10-10T04:52:54.780Z | Compiling itertools v0.10.5 |
| 1405 | 2024-10-10T04:52:54.834Z | Compiling itertools v0.12.1 |
| 1406 | 2024-10-10T04:52:54.926Z | Compiling dirs-sys-next v0.1.2 |
| 1407 | 2024-10-10T04:52:55.611Z | Compiling peg-runtime v0.8.3 |
| 1408 | 2024-10-10T04:52:56.276Z | Compiling lalrpop-util v0.19.12 |
| 1409 | 2024-10-10T04:52:56.644Z | Compiling unicode-xid v0.2.4 |
| 1410 | 2024-10-10T04:52:56.819Z | Compiling dirs-next v2.0.0 |
| 1411 | 2024-10-10T04:52:57.021Z | Compiling thread_local v1.1.8 |
| 1412 | 2024-10-10T04:52:57.554Z | Compiling slog-async v2.8.0 |
| 1413 | 2024-10-10T04:52:57.574Z | Compiling term v0.7.0 |
| 1414 | 2024-10-10T04:52:57.972Z | Compiling xattr v1.3.1 |
| 1415 | 2024-10-10T04:52:58.124Z | Compiling strum_macros v0.26.4 |
| 1416 | 2024-10-10T04:52:58.192Z | Compiling crossbeam-channel v0.5.12 |
| 1417 | 2024-10-10T04:52:58.251Z | Compiling is-terminal v0.4.12 |
| 1418 | 2024-10-10T04:52:58.348Z | Compiling filetime v0.2.25 |
| 1419 | 2024-10-10T04:52:58.380Z | Compiling take_mut v0.2.2 |
| 1420 | 2024-10-10T04:52:58.401Z | Compiling slog-term v2.9.1 |
| 1421 | 2024-10-10T04:52:58.554Z | Compiling tar v0.4.42 |
| 1422 | 2024-10-10T04:52:58.675Z | Compiling camino v1.1.9 |
| 1423 | 2024-10-10T04:52:59.417Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1424 | 2024-10-10T04:53:00.974Z | Compiling strum v0.26.3 |
| 1425 | 2024-10-10T04:53:01.053Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1426 | 2024-10-10T04:53:06.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 24s |
| 1427 | 2024-10-10T04:53:06.606Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1428 | 2024-10-10T04:53:06.654Z | Oct 10 04:53:06.033 INFO Starting download, target: Console |
| 1429 | 2024-10-10T04:53:06.654Z | Oct 10 04:53:06.033 INFO Starting download, target: Cockroach |
| 1430 | 2024-10-10T04:53:06.654Z | Oct 10 04:53:06.033 INFO Starting download, target: Clickhouse |
| 1431 | 2024-10-10T04:53:06.654Z | Oct 10 04:53:06.033 INFO Starting download, target: DendriteOpenapi |
| 1432 | 2024-10-10T04:53:06.654Z | Oct 10 04:53:06.033 INFO Starting download, target: DendriteStub |
| 1433 | 2024-10-10T04:53:06.657Z | Oct 10 04:53:06.033 INFO Starting download, target: MaghemiteMgd |
| 1434 | 2024-10-10T04:53:06.657Z | Oct 10 04:53:06.033 INFO Starting download, target: TransceiverControl |
| 1435 | 2024-10-10T04:53:06.657Z | Oct 10 04:53:06.034 INFO Downloading out/downloads/dpd-f3810e7bc1f0d746b5e95b3aaff32e52b02dfdfa.json (attempt 1/3), target: DendriteOpenapi |
| 1436 | 2024-10-10T04:53:06.657Z | Oct 10 04:53:06.034 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1437 | 2024-10-10T04:53:06.657Z | Oct 10 04:53:06.034 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1438 | 2024-10-10T04:53:06.658Z | Oct 10 04:53:06.034 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 1439 | 2024-10-10T04:53:06.658Z | Oct 10 04:53:06.034 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1440 | 2024-10-10T04:53:06.658Z | Oct 10 04:53:06.034 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1441 | 2024-10-10T04:53:06.658Z | Oct 10 04:53:06.034 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1442 | 2024-10-10T04:53:06.845Z | Oct 10 04:53:06.201 INFO Download complete, target: DendriteOpenapi |
| 1443 | 2024-10-10T04:53:06.965Z | Oct 10 04:53:06.343 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1444 | 2024-10-10T04:53:07.198Z | Oct 10 04:53:06.564 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1445 | 2024-10-10T04:53:07.366Z | Oct 10 04:53:06.746 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1446 | 2024-10-10T04:53:07.581Z | Oct 10 04:53:06.959 INFO Download complete, target: Console |
| 1447 | 2024-10-10T04:53:07.636Z | Oct 10 04:53:07.015 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1448 | 2024-10-10T04:53:07.743Z | Oct 10 04:53:07.122 INFO Download complete, target: TransceiverControl |
| 1449 | 2024-10-10T04:53:07.831Z | Oct 10 04:53:07.210 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 1450 | 2024-10-10T04:53:07.831Z | Oct 10 04:53:07.210 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 1451 | 2024-10-10T04:53:08.625Z | Oct 10 04:53:08.004 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1452 | 2024-10-10T04:53:10.564Z | Oct 10 04:53:09.942 INFO Download complete, target: DendriteStub |
| 1453 | 2024-10-10T04:53:10.990Z | Oct 10 04:53:10.369 INFO Download complete, target: MaghemiteMgd |
| 1454 | 2024-10-10T04:53:16.286Z | Oct 10 04:53:15.663 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 1455 | 2024-10-10T04:53:16.662Z | Oct 10 04:53:16.037 INFO Checking that binary works, target: Cockroach |
| 1456 | 2024-10-10T04:53:16.838Z | Oct 10 04:53:16.215 INFO Download complete, target: Cockroach |
| 1457 | 2024-10-10T04:53:22.783Z | Oct 10 04:53:22.157 INFO Checking that binary works, target: Clickhouse |
| 1458 | 2024-10-10T04:53:23.338Z | Oct 10 04:53:22.712 INFO Download complete, target: Clickhouse |
| 1459 | 2024-10-10T04:53:23.675Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1460 | 2024-10-10T04:53:23.778Z | |
| 1461 | 2024-10-10T04:53:23.779Z | real 4:33.903718557 |
| 1462 | 2024-10-10T04:53:23.779Z | user 11:51.892221893 |
| 1463 | 2024-10-10T04:53:23.779Z | sys 2:33.169228774 |
| 1464 | 2024-10-10T04:53:23.779Z | trap 0.420803619 |
| 1465 | 2024-10-10T04:53:23.779Z | tflt 5.185667983 |
| 1466 | 2024-10-10T04:53:23.779Z | dflt 4.163342774 |
| 1467 | 2024-10-10T04:53:23.779Z | kflt 0.123661615 |
| 1468 | 2024-10-10T04:53:23.779Z | lock 23:14.736433229 |
| 1469 | 2024-10-10T04:53:23.792Z | slp 47:28.357117992 |
| 1470 | 2024-10-10T04:53:23.792Z | lat 42.232257785 |
| 1471 | 2024-10-10T04:53:23.792Z | stop 1:57.321859943 |
| 1472 | 2024-10-10T04:53:23.792Z | + banner hack-check |
| 1473 | 2024-10-10T04:53:23.792Z | |
| 1474 | 2024-10-10T04:53:23.792Z | # # ## #### # # #### # # ###### #### # # |
| 1475 | 2024-10-10T04:53:23.792Z | # # # # # # # # # # # # # # # # # |
| 1476 | 2024-10-10T04:53:23.792Z | ###### # # # #### ##### # ###### ##### # #### |
| 1477 | 2024-10-10T04:53:23.792Z | # # ###### # # # # # # # # # # |
| 1478 | 2024-10-10T04:53:23.792Z | # # # # # # # # # # # # # # # # # |
| 1479 | 2024-10-10T04:53:23.792Z | # # # # #### # # #### # # ###### #### # # |
| 1480 | 2024-10-10T04:53:23.792Z | |
| 1481 | 2024-10-10T04:53:23.792Z | + export CARGO_INCREMENTAL=0 |
| 1482 | 2024-10-10T04:53:23.793Z | + CARGO_INCREMENTAL=0 |
| 1483 | 2024-10-10T04:53:23.793Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1484 | 2024-10-10T04:53:24.123Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1485 | 2024-10-10T04:53:28.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
| 1486 | 2024-10-10T04:53:28.589Z | Running `target/debug/xtask check-features --ci` |
| 1487 | 2024-10-10T04:53:28.589Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1488 | 2024-10-10T04:53:28.589Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1489 | 2024-10-10T04:53:28.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1490 | 2024-10-10T04:53:28.674Z | Running `target/debug/xtask download cargo-hack` |
| 1491 | 2024-10-10T04:53:29.485Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1492 | 2024-10-10T04:53:29.853Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1493 | 2024-10-10T04:53:34.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
| 1494 | 2024-10-10T04:53:34.357Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1495 | 2024-10-10T04:53:34.391Z | Oct 10 04:53:33.765 INFO Starting download, target: CargoHack |
| 1496 | 2024-10-10T04:53:34.394Z | Oct 10 04:53:33.766 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1497 | 2024-10-10T04:53:34.854Z | Oct 10 04:53:34.228 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1498 | 2024-10-10T04:53:34.950Z | Oct 10 04:53:34.324 INFO Download complete, target: CargoHack |
| 1499 | 2024-10-10T04:53:34.954Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1500 | 2024-10-10T04:53:34.969Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1501 | 2024-10-10T04:53:35.128Z | info: running `cargo check --bins` on api_identity (1/164) |
| 1502 | 2024-10-10T04:53:35.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1503 | 2024-10-10T04:53:35.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1504 | 2024-10-10T04:53:35.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1505 | 2024-10-10T04:53:35.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1506 | 2024-10-10T04:53:35.765Z | |
| 1507 | 2024-10-10T04:53:35.765Z | info: running `cargo check --bins` on bootstore (2/164) |
| 1508 | 2024-10-10T04:53:36.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1509 | 2024-10-10T04:53:36.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1510 | 2024-10-10T04:53:36.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1511 | 2024-10-10T04:53:36.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1512 | 2024-10-10T04:53:36.424Z | |
| 1513 | 2024-10-10T04:53:36.424Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/164) |
| 1514 | 2024-10-10T04:53:37.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1515 | 2024-10-10T04:53:37.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1516 | 2024-10-10T04:53:37.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1517 | 2024-10-10T04:53:37.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1518 | 2024-10-10T04:53:37.083Z | |
| 1519 | 2024-10-10T04:53:37.083Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/164) |
| 1520 | 2024-10-10T04:53:37.658Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1521 | 2024-10-10T04:53:37.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1522 | 2024-10-10T04:53:37.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1523 | 2024-10-10T04:53:37.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1524 | 2024-10-10T04:53:37.728Z | |
| 1525 | 2024-10-10T04:53:37.728Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/164) |
| 1526 | 2024-10-10T04:53:38.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1527 | 2024-10-10T04:53:38.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1528 | 2024-10-10T04:53:38.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1529 | 2024-10-10T04:53:38.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1530 | 2024-10-10T04:53:38.192Z | |
| 1531 | 2024-10-10T04:53:38.192Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/164) |
| 1532 | 2024-10-10T04:53:38.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1533 | 2024-10-10T04:53:38.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1534 | 2024-10-10T04:53:38.626Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1535 | 2024-10-10T04:53:38.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1536 | 2024-10-10T04:53:38.667Z | |
| 1537 | 2024-10-10T04:53:38.667Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/164) |
| 1538 | 2024-10-10T04:53:39.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1539 | 2024-10-10T04:53:39.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1540 | 2024-10-10T04:53:39.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1541 | 2024-10-10T04:53:39.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1542 | 2024-10-10T04:53:39.135Z | |
| 1543 | 2024-10-10T04:53:39.135Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/164) |
| 1544 | 2024-10-10T04:53:39.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1545 | 2024-10-10T04:53:39.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1546 | 2024-10-10T04:53:39.575Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1547 | 2024-10-10T04:53:39.575Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1548 | 2024-10-10T04:53:39.611Z | |
| 1549 | 2024-10-10T04:53:39.611Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/164) |
| 1550 | 2024-10-10T04:53:40.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1551 | 2024-10-10T04:53:40.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1552 | 2024-10-10T04:53:40.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1553 | 2024-10-10T04:53:40.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1554 | 2024-10-10T04:53:40.084Z | |
| 1555 | 2024-10-10T04:53:40.084Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/164) |
| 1556 | 2024-10-10T04:53:40.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1557 | 2024-10-10T04:53:40.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1558 | 2024-10-10T04:53:40.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1559 | 2024-10-10T04:53:40.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1560 | 2024-10-10T04:53:40.553Z | |
| 1561 | 2024-10-10T04:53:40.553Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/164) |
| 1562 | 2024-10-10T04:53:40.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1563 | 2024-10-10T04:53:40.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1564 | 2024-10-10T04:53:40.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1565 | 2024-10-10T04:53:40.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1566 | 2024-10-10T04:53:41.021Z | |
| 1567 | 2024-10-10T04:53:41.021Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/164) |
| 1568 | 2024-10-10T04:53:41.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1569 | 2024-10-10T04:53:41.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1570 | 2024-10-10T04:53:41.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1571 | 2024-10-10T04:53:41.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1572 | 2024-10-10T04:53:41.495Z | |
| 1573 | 2024-10-10T04:53:41.496Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/164) |
| 1574 | 2024-10-10T04:53:41.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1575 | 2024-10-10T04:53:41.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1576 | 2024-10-10T04:53:41.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1577 | 2024-10-10T04:53:41.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1578 | 2024-10-10T04:53:41.967Z | |
| 1579 | 2024-10-10T04:53:41.967Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/164) |
| 1580 | 2024-10-10T04:53:42.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1581 | 2024-10-10T04:53:42.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1582 | 2024-10-10T04:53:42.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1583 | 2024-10-10T04:53:42.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1584 | 2024-10-10T04:53:42.425Z | |
| 1585 | 2024-10-10T04:53:42.425Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/164) |
| 1586 | 2024-10-10T04:53:42.852Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1587 | 2024-10-10T04:53:42.855Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1588 | 2024-10-10T04:53:42.855Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1589 | 2024-10-10T04:53:42.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1590 | 2024-10-10T04:53:42.893Z | |
| 1591 | 2024-10-10T04:53:42.893Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/164) |
| 1592 | 2024-10-10T04:53:43.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1593 | 2024-10-10T04:53:43.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1594 | 2024-10-10T04:53:43.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1595 | 2024-10-10T04:53:43.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1596 | 2024-10-10T04:53:43.359Z | |
| 1597 | 2024-10-10T04:53:43.359Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/164) |
| 1598 | 2024-10-10T04:53:43.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1599 | 2024-10-10T04:53:43.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1600 | 2024-10-10T04:53:43.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1601 | 2024-10-10T04:53:43.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1602 | 2024-10-10T04:53:43.824Z | |
| 1603 | 2024-10-10T04:53:43.824Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/164) |
| 1604 | 2024-10-10T04:53:44.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1605 | 2024-10-10T04:53:44.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1606 | 2024-10-10T04:53:44.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1607 | 2024-10-10T04:53:44.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1608 | 2024-10-10T04:53:44.299Z | |
| 1609 | 2024-10-10T04:53:44.299Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/164) |
| 1610 | 2024-10-10T04:53:44.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1611 | 2024-10-10T04:53:44.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1612 | 2024-10-10T04:53:44.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1613 | 2024-10-10T04:53:44.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1614 | 2024-10-10T04:53:44.774Z | |
| 1615 | 2024-10-10T04:53:44.774Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/164) |
| 1616 | 2024-10-10T04:53:45.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1617 | 2024-10-10T04:53:45.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1618 | 2024-10-10T04:53:45.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1619 | 2024-10-10T04:53:45.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1620 | 2024-10-10T04:53:45.243Z | |
| 1621 | 2024-10-10T04:53:45.243Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/164) |
| 1622 | 2024-10-10T04:53:45.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1623 | 2024-10-10T04:53:45.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1624 | 2024-10-10T04:53:45.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1625 | 2024-10-10T04:53:45.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1626 | 2024-10-10T04:53:45.714Z | |
| 1627 | 2024-10-10T04:53:45.714Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/164) |
| 1628 | 2024-10-10T04:53:46.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1629 | 2024-10-10T04:53:46.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1630 | 2024-10-10T04:53:46.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1631 | 2024-10-10T04:53:46.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1632 | 2024-10-10T04:53:46.189Z | |
| 1633 | 2024-10-10T04:53:46.189Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/164) |
| 1634 | 2024-10-10T04:53:46.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1635 | 2024-10-10T04:53:46.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1636 | 2024-10-10T04:53:46.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1637 | 2024-10-10T04:53:46.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1638 | 2024-10-10T04:53:46.667Z | |
| 1639 | 2024-10-10T04:53:46.667Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/164) |
| 1640 | 2024-10-10T04:53:47.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1641 | 2024-10-10T04:53:47.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1642 | 2024-10-10T04:53:47.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1643 | 2024-10-10T04:53:47.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
| 1644 | 2024-10-10T04:53:47.134Z | |
| 1645 | 2024-10-10T04:53:47.134Z | info: running `cargo check --bins` on sled-hardware-types (25/164) |
| 1646 | 2024-10-10T04:53:47.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1647 | 2024-10-10T04:53:47.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1648 | 2024-10-10T04:53:47.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1649 | 2024-10-10T04:53:47.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1650 | 2024-10-10T04:53:47.799Z | |
| 1651 | 2024-10-10T04:53:47.799Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/164) |
| 1652 | 2024-10-10T04:53:48.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1653 | 2024-10-10T04:53:48.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1654 | 2024-10-10T04:53:48.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1655 | 2024-10-10T04:53:48.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1656 | 2024-10-10T04:53:48.458Z | |
| 1657 | 2024-10-10T04:53:48.458Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/164) |
| 1658 | 2024-10-10T04:53:49.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1659 | 2024-10-10T04:53:49.048Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1660 | 2024-10-10T04:53:49.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1661 | 2024-10-10T04:53:49.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1662 | 2024-10-10T04:53:49.116Z | |
| 1663 | 2024-10-10T04:53:49.116Z | info: running `cargo check --bins` on oxlog (28/164) |
| 1664 | 2024-10-10T04:53:49.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1665 | 2024-10-10T04:53:49.676Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1666 | 2024-10-10T04:53:49.742Z | Checking cfg-if v1.0.0 |
| 1667 | 2024-10-10T04:53:49.745Z | Checking libc v0.2.159 |
| 1668 | 2024-10-10T04:53:49.831Z | Checking typenum v1.17.0 |
| 1669 | 2024-10-10T04:53:49.842Z | Checking serde v1.0.210 |
| 1670 | 2024-10-10T04:53:49.845Z | Checking zeroize v1.8.1 |
| 1671 | 2024-10-10T04:53:49.861Z | Checking memchr v2.7.2 |
| 1672 | 2024-10-10T04:53:49.869Z | Checking subtle v2.5.0 |
| 1673 | 2024-10-10T04:53:49.873Z | Checking scopeguard v1.2.0 |
| 1674 | 2024-10-10T04:53:49.894Z | Checking byteorder v1.5.0 |
| 1675 | 2024-10-10T04:53:50.005Z | Checking lock_api v0.4.12 |
| 1676 | 2024-10-10T04:53:50.084Z | Checking const-oid v0.9.6 |
| 1677 | 2024-10-10T04:53:50.122Z | Checking value-bag v1.9.0 |
| 1678 | 2024-10-10T04:53:50.282Z | Checking once_cell v1.19.0 |
| 1679 | 2024-10-10T04:53:50.408Z | Checking itoa v1.0.11 |
| 1680 | 2024-10-10T04:53:50.507Z | Checking log v0.4.22 |
| 1681 | 2024-10-10T04:53:50.567Z | Checking smallvec v1.13.2 |
| 1682 | 2024-10-10T04:53:50.619Z | Checking pin-project-lite v0.2.14 |
| 1683 | 2024-10-10T04:53:50.684Z | Checking zerocopy v0.7.34 |
| 1684 | 2024-10-10T04:53:50.736Z | Checking cpufeatures v0.2.12 |
| 1685 | 2024-10-10T04:53:50.820Z | Checking futures-core v0.3.31 |
| 1686 | 2024-10-10T04:53:50.894Z | Checking futures-sink v0.3.31 |
| 1687 | 2024-10-10T04:53:50.966Z | Checking getrandom v0.2.14 |
| 1688 | 2024-10-10T04:53:50.994Z | Checking signal-hook-registry v1.4.2 |
| 1689 | 2024-10-10T04:53:51.022Z | Checking parking_lot_core v0.9.10 |
| 1690 | 2024-10-10T04:53:51.037Z | Checking mio v1.0.2 |
| 1691 | 2024-10-10T04:53:51.108Z | Checking generic-array v0.14.7 |
| 1692 | 2024-10-10T04:53:51.206Z | Checking rand_core v0.6.4 |
| 1693 | 2024-10-10T04:53:51.221Z | Checking socket2 v0.5.7 |
| 1694 | 2024-10-10T04:53:51.348Z | Checking parking_lot v0.12.2 |
| 1695 | 2024-10-10T04:53:51.489Z | Checking spin v0.9.8 |
| 1696 | 2024-10-10T04:53:51.615Z | Checking tinyvec_macros v0.1.1 |
| 1697 | 2024-10-10T04:53:51.691Z | Checking tinyvec v1.6.0 |
| 1698 | 2024-10-10T04:53:51.704Z | Checking base64ct v1.6.0 |
| 1699 | 2024-10-10T04:53:51.706Z | Checking allocator-api2 v0.2.18 |
| 1700 | 2024-10-10T04:53:51.820Z | Checking slab v0.4.9 |
| 1701 | 2024-10-10T04:53:51.956Z | Checking unicode-bidi v0.3.15 |
| 1702 | 2024-10-10T04:53:52.088Z | Checking equivalent v1.0.1 |
| 1703 | 2024-10-10T04:53:52.114Z | Checking ahash v0.8.11 |
| 1704 | 2024-10-10T04:53:52.155Z | Checking pem-rfc7468 v0.7.0 |
| 1705 | 2024-10-10T04:53:52.170Z | Checking flagset v0.4.5 |
| 1706 | 2024-10-10T04:53:52.287Z | Checking crypto-common v0.1.6 |
| 1707 | 2024-10-10T04:53:52.304Z | Checking block-buffer v0.10.4 |
| 1708 | 2024-10-10T04:53:52.338Z | Checking block-padding v0.3.3 |
| 1709 | 2024-10-10T04:53:52.388Z | Checking der v0.7.9 |
| 1710 | 2024-10-10T04:53:52.456Z | Checking futures-channel v0.3.31 |
| 1711 | 2024-10-10T04:53:52.506Z | Checking digest v0.10.7 |
| 1712 | 2024-10-10T04:53:52.521Z | Checking inout v0.1.3 |
| 1713 | 2024-10-10T04:53:52.562Z | Checking libm v0.2.8 |
| 1714 | 2024-10-10T04:53:52.608Z | Checking hashbrown v0.14.5 |
| 1715 | 2024-10-10T04:53:52.725Z | Checking cipher v0.4.4 |
| 1716 | 2024-10-10T04:53:52.801Z | Checking pin-utils v0.1.0 |
| 1717 | 2024-10-10T04:53:52.863Z | Checking hmac v0.12.1 |
| 1718 | 2024-10-10T04:53:52.879Z | Checking sha2 v0.10.8 |
| 1719 | 2024-10-10T04:53:52.956Z | Checking unicode-normalization v0.1.23 |
| 1720 | 2024-10-10T04:53:53.058Z | Checking futures-task v0.3.31 |
| 1721 | 2024-10-10T04:53:53.112Z | Checking ryu v1.0.18 |
| 1722 | 2024-10-10T04:53:53.280Z | Checking futures-io v0.3.31 |
| 1723 | 2024-10-10T04:53:53.340Z | Checking salsa20 v0.10.2 |
| 1724 | 2024-10-10T04:53:53.432Z | Checking pbkdf2 v0.12.2 |
| 1725 | 2024-10-10T04:53:53.459Z | Checking futures-util v0.3.31 |
| 1726 | 2024-10-10T04:53:53.475Z | Checking num-traits v0.2.19 |
| 1727 | 2024-10-10T04:53:53.530Z | Checking cbc v0.1.2 |
| 1728 | 2024-10-10T04:53:53.587Z | Checking scrypt v0.11.0 |
| 1729 | 2024-10-10T04:53:53.715Z | Checking aes v0.8.4 |
| 1730 | 2024-10-10T04:53:53.771Z | Checking fnv v1.0.7 |
| 1731 | 2024-10-10T04:53:53.795Z | Checking tracing-core v0.1.32 |
| 1732 | 2024-10-10T04:53:53.840Z | Checking ppv-lite86 v0.2.17 |
| 1733 | 2024-10-10T04:53:53.880Z | Checking percent-encoding v2.3.1 |
| 1734 | 2024-10-10T04:53:54.084Z | Checking rustls-pki-types v1.7.0 |
| 1735 | 2024-10-10T04:53:54.166Z | Checking spki v0.7.3 |
| 1736 | 2024-10-10T04:53:54.416Z | Checking tracing v0.1.40 |
| 1737 | 2024-10-10T04:53:54.432Z | Checking thiserror v1.0.64 |
| 1738 | 2024-10-10T04:53:54.477Z | Checking rand_chacha v0.3.1 |
| 1739 | 2024-10-10T04:53:54.492Z | Checking foreign-types-shared v0.1.1 |
| 1740 | 2024-10-10T04:53:54.542Z | Checking try-lock v0.2.5 |
| 1741 | 2024-10-10T04:53:54.582Z | Checking untrusted v0.9.0 |
| 1742 | 2024-10-10T04:53:54.597Z | Checking pkcs5 v0.7.1 |
| 1743 | 2024-10-10T04:53:54.666Z | Checking atomic-waker v1.1.2 |
| 1744 | 2024-10-10T04:53:54.722Z | Checking ring v0.17.8 |
| 1745 | 2024-10-10T04:53:54.737Z | Checking want v0.3.1 |
| 1746 | 2024-10-10T04:53:54.787Z | Checking foreign-types v0.3.2 |
| 1747 | 2024-10-10T04:53:54.809Z | Checking bytes v1.7.2 |
| 1748 | 2024-10-10T04:53:54.854Z | Checking indexmap v2.5.0 |
| 1749 | 2024-10-10T04:53:54.870Z | Checking bitflags v2.6.0 |
| 1750 | 2024-10-10T04:53:54.899Z | Checking serde_json v1.0.128 |
| 1751 | 2024-10-10T04:53:55.089Z | Checking pkcs8 v0.10.2 |
| 1752 | 2024-10-10T04:53:55.105Z | Checking rand v0.8.5 |
| 1753 | 2024-10-10T04:53:55.144Z | Checking form_urlencoded v1.2.1 |
| 1754 | 2024-10-10T04:53:55.331Z | Checking crossbeam-utils v0.8.19 |
| 1755 | 2024-10-10T04:53:55.379Z | Checking httparse v1.8.0 |
| 1756 | 2024-10-10T04:53:55.590Z | Checking tokio v1.39.3 |
| 1757 | 2024-10-10T04:53:55.805Z | Checking http v1.1.0 |
| 1758 | 2024-10-10T04:53:56.022Z | Checking openssl-sys v0.9.103 |
| 1759 | 2024-10-10T04:53:56.138Z | Checking aho-corasick v1.1.3 |
| 1760 | 2024-10-10T04:53:56.309Z | Checking siphasher v0.3.11 |
| 1761 | 2024-10-10T04:53:56.505Z | Checking httpdate v1.0.3 |
| 1762 | 2024-10-10T04:53:56.522Z | Checking powerfmt v0.2.0 |
| 1763 | 2024-10-10T04:53:56.595Z | Checking regex-syntax v0.8.4 |
| 1764 | 2024-10-10T04:53:56.733Z | Checking base64 v0.22.1 |
| 1765 | 2024-10-10T04:53:56.788Z | Checking unicode-ident v1.0.13 |
| 1766 | 2024-10-10T04:53:56.960Z | Checking proc-macro2 v1.0.86 |
| 1767 | 2024-10-10T04:53:57.170Z | Checking http-body v1.0.0 |
| 1768 | 2024-10-10T04:53:57.172Z | Checking deranged v0.3.11 |
| 1769 | 2024-10-10T04:53:57.269Z | Checking openssl v0.10.66 |
| 1770 | 2024-10-10T04:53:57.368Z | Checking rustls-webpki v0.102.4 |
| 1771 | 2024-10-10T04:53:57.631Z | Checking crossbeam-epoch v0.9.18 |
| 1772 | 2024-10-10T04:53:57.722Z | Checking uuid v1.10.0 |
| 1773 | 2024-10-10T04:53:58.062Z | Checking idna v0.5.0 |
| 1774 | 2024-10-10T04:53:58.124Z | Checking signature v2.2.0 |
| 1775 | 2024-10-10T04:53:58.305Z | Checking lazy_static v1.5.0 |
| 1776 | 2024-10-10T04:53:58.321Z | Checking scroll v0.12.0 |
| 1777 | 2024-10-10T04:53:58.421Z | Checking errno v0.3.9 |
| 1778 | 2024-10-10T04:53:58.533Z | Checking anstyle v1.0.8 |
| 1779 | 2024-10-10T04:53:58.592Z | Checking openssl-probe v0.1.5 |
| 1780 | 2024-10-10T04:53:58.728Z | Checking finl_unicode v1.2.0 |
| 1781 | 2024-10-10T04:53:58.772Z | Checking plain v0.2.3 |
| 1782 | 2024-10-10T04:53:58.875Z | Checking either v1.13.0 |
| 1783 | 2024-10-10T04:53:58.896Z | Checking time-core v0.1.2 |
| 1784 | 2024-10-10T04:53:58.917Z | Checking tower-service v0.3.2 |
| 1785 | 2024-10-10T04:53:58.932Z | Checking iana-time-zone v0.1.60 |
| 1786 | 2024-10-10T04:53:59.031Z | Checking ucd-trie v0.1.6 |
| 1787 | 2024-10-10T04:53:59.031Z | Checking num-conv v0.1.0 |
| 1788 | 2024-10-10T04:53:59.068Z | Checking utf8parse v0.2.1 |
| 1789 | 2024-10-10T04:53:59.209Z | Checking num_threads v0.1.7 |
| 1790 | 2024-10-10T04:53:59.227Z | Checking pest v2.7.10 |
| 1791 | 2024-10-10T04:53:59.242Z | Checking anstyle-parse v0.2.4 |
| 1792 | 2024-10-10T04:53:59.261Z | Checking chrono v0.4.38 |
| 1793 | 2024-10-10T04:53:59.275Z | Checking stringprep v0.1.4 |
| 1794 | 2024-10-10T04:53:59.319Z | Checking time v0.3.36 |
| 1795 | 2024-10-10T04:53:59.478Z | Checking goblin v0.8.2 |
| 1796 | 2024-10-10T04:53:59.534Z | Checking url v2.5.2 |
| 1797 | 2024-10-10T04:53:59.758Z | Checking regex-automata v0.4.6 |
| 1798 | 2024-10-10T04:54:00.287Z | Checking rustix v0.38.37 |
| 1799 | 2024-10-10T04:54:01.419Z | Checking rustls v0.23.10 |
| 1800 | 2024-10-10T04:54:01.670Z | Checking crossbeam-deque v0.8.5 |
| 1801 | 2024-10-10T04:54:01.830Z | Checking quote v1.0.37 |
| 1802 | 2024-10-10T04:54:01.974Z | Checking num-integer v0.1.46 |
| 1803 | 2024-10-10T04:54:02.178Z | Checking toml_datetime v0.6.8 |
| 1804 | 2024-10-10T04:54:02.569Z | Checking serde_spanned v0.6.7 |
| 1805 | 2024-10-10T04:54:02.572Z | Checking idna v0.3.0 |
| 1806 | 2024-10-10T04:54:02.572Z | Checking tokio-util v0.7.12 |
| 1807 | 2024-10-10T04:54:02.627Z | Checking md-5 v0.10.6 |
| 1808 | 2024-10-10T04:54:02.714Z | Checking native-tls v0.2.11 |
| 1809 | 2024-10-10T04:54:02.842Z | Checking ff v0.13.0 |
| 1810 | 2024-10-10T04:54:03.007Z | Checking hash32 v0.2.1 |
| 1811 | 2024-10-10T04:54:03.053Z | Checking pretty-hex v0.4.1 |
| 1812 | 2024-10-10T04:54:03.220Z | Checking anstyle-query v1.0.3 |
| 1813 | 2024-10-10T04:54:03.288Z | Checking psl-types v2.0.11 |
| 1814 | 2024-10-10T04:54:03.309Z | Checking fallible-iterator v0.2.0 |
| 1815 | 2024-10-10T04:54:03.328Z | Checking adler v1.0.2 |
| 1816 | 2024-10-10T04:54:03.394Z | Checking h2 v0.4.6 |
| 1817 | 2024-10-10T04:54:03.454Z | Checking is_terminal_polyfill v1.70.0 |
| 1818 | 2024-10-10T04:54:03.469Z | Checking stable_deref_trait v1.2.0 |
| 1819 | 2024-10-10T04:54:03.551Z | Checking colorchoice v1.0.1 |
| 1820 | 2024-10-10T04:54:03.565Z | Checking gimli v0.28.1 |
| 1821 | 2024-10-10T04:54:03.676Z | Checking base16ct v0.2.0 |
| 1822 | 2024-10-10T04:54:03.714Z | Checking terminal_size v0.4.0 |
| 1823 | 2024-10-10T04:54:03.853Z | Checking sec1 v0.7.3 |
| 1824 | 2024-10-10T04:54:03.869Z | Checking anstream v0.6.14 |
| 1825 | 2024-10-10T04:54:03.893Z | Checking postgres-protocol v0.6.7 |
| 1826 | 2024-10-10T04:54:04.205Z | Checking heapless v0.7.17 |
| 1827 | 2024-10-10T04:54:04.225Z | Checking miniz_oxide v0.7.2 |
| 1828 | 2024-10-10T04:54:04.306Z | Checking publicsuffix v2.2.3 |
| 1829 | 2024-10-10T04:54:04.515Z | Checking group v0.13.0 |
| 1830 | 2024-10-10T04:54:04.530Z | Checking tokio-native-tls v0.3.1 |
| 1831 | 2024-10-10T04:54:04.544Z | Checking dof v0.3.0 |
| 1832 | 2024-10-10T04:54:04.871Z | Checking num-iter v0.1.45 |
| 1833 | 2024-10-10T04:54:04.888Z | Checking syn v2.0.79 |
| 1834 | 2024-10-10T04:54:04.888Z | Checking rayon-core v1.12.1 |
| 1835 | 2024-10-10T04:54:04.888Z | Checking cookie v0.18.1 |
| 1836 | 2024-10-10T04:54:05.154Z | Checking dtrace-parser v0.2.0 |
| 1837 | 2024-10-10T04:54:05.212Z | Checking http-body-util v0.1.2 |
| 1838 | 2024-10-10T04:54:05.253Z | Checking phf_shared v0.11.2 |
| 1839 | 2024-10-10T04:54:05.400Z | Checking webpki-roots v0.26.3 |
| 1840 | 2024-10-10T04:54:05.524Z | Checking hkdf v0.12.4 |
| 1841 | 2024-10-10T04:54:05.607Z | Checking crypto-bigint v0.5.5 |
| 1842 | 2024-10-10T04:54:05.624Z | Checking thread-id v4.2.1 |
| 1843 | 2024-10-10T04:54:05.638Z | Checking object v0.32.2 |
| 1844 | 2024-10-10T04:54:05.717Z | Checking unicode-width v0.1.13 |
| 1845 | 2024-10-10T04:54:05.731Z | Checking rustc-demangle v0.1.24 |
| 1846 | 2024-10-10T04:54:05.901Z | Checking bitflags v1.3.2 |
| 1847 | 2024-10-10T04:54:05.992Z | Checking adler2 v2.0.0 |
| 1848 | 2024-10-10T04:54:06.139Z | Checking managed v0.8.0 |
| 1849 | 2024-10-10T04:54:06.140Z | Checking strsim v0.11.1 |
| 1850 | 2024-10-10T04:54:06.238Z | Checking tokio-rustls v0.26.0 |
| 1851 | 2024-10-10T04:54:06.424Z | Checking clap_lex v0.7.0 |
| 1852 | 2024-10-10T04:54:06.514Z | Checking winnow v0.5.40 |
| 1853 | 2024-10-10T04:54:06.638Z | Checking ipnet v2.10.0 |
| 1854 | 2024-10-10T04:54:06.665Z | Checking clap_builder v4.5.20 |
| 1855 | 2024-10-10T04:54:07.120Z | Checking smoltcp v0.9.1 |
| 1856 | 2024-10-10T04:54:07.335Z | Checking addr2line v0.21.0 |
| 1857 | 2024-10-10T04:54:07.840Z | Checking miniz_oxide v0.8.0 |
| 1858 | 2024-10-10T04:54:08.453Z | Checking elliptic-curve v0.13.8 |
| 1859 | 2024-10-10T04:54:08.554Z | Checking console v0.15.8 |
| 1860 | 2024-10-10T04:54:08.611Z | Checking phf v0.11.2 |
| 1861 | 2024-10-10T04:54:08.857Z | Checking rayon v1.10.0 |
| 1862 | 2024-10-10T04:54:09.103Z | Checking cookie_store v0.21.0 |
| 1863 | 2024-10-10T04:54:09.115Z | Checking num-bigint-dig v0.8.4 |
| 1864 | 2024-10-10T04:54:09.474Z | Checking hyper v1.4.1 |
| 1865 | 2024-10-10T04:54:09.576Z | Checking toml_edit v0.19.15 |
| 1866 | 2024-10-10T04:54:09.683Z | Checking postgres-types v0.2.8 |
| 1867 | 2024-10-10T04:54:09.712Z | Checking regex v1.10.6 |
| 1868 | 2024-10-10T04:54:10.330Z | Checking bstr v1.9.1 |
| 1869 | 2024-10-10T04:54:10.449Z | Checking futures-executor v0.3.31 |
| 1870 | 2024-10-10T04:54:10.683Z | Checking ed25519 v2.2.3 |
| 1871 | 2024-10-10T04:54:10.966Z | Checking rustls-pemfile v2.1.3 |
| 1872 | 2024-10-10T04:54:11.134Z | Checking usdt-impl v0.5.0 |
| 1873 | 2024-10-10T04:54:11.179Z | Checking phf_shared v0.10.0 |
| 1874 | 2024-10-10T04:54:11.194Z | Checking pkcs1 v0.7.5 |
| 1875 | 2024-10-10T04:54:11.257Z | Checking serde_urlencoded v0.7.1 |
| 1876 | 2024-10-10T04:54:11.433Z | Checking float-cmp v0.9.0 |
| 1877 | 2024-10-10T04:54:11.521Z | Checking hyper-util v0.1.9 |
| 1878 | 2024-10-10T04:54:11.583Z | Checking serde-big-array v0.5.1 |
| 1879 | 2024-10-10T04:54:11.614Z | Checking hubpack v0.1.2 |
| 1880 | 2024-10-10T04:54:11.651Z | Checking zerocopy v0.6.6 |
| 1881 | 2024-10-10T04:54:11.665Z | Checking curve25519-dalek v4.1.3 |
| 1882 | 2024-10-10T04:54:11.777Z | Checking backtrace v0.3.71 |
| 1883 | 2024-10-10T04:54:11.792Z | Checking signal-hook v0.3.17 |
| 1884 | 2024-10-10T04:54:11.912Z | Checking portable-atomic v1.6.0 |
| 1885 | 2024-10-10T04:54:11.970Z | Checking crc32fast v1.4.0 |
| 1886 | 2024-10-10T04:54:12.099Z | Checking idna v0.4.0 |
| 1887 | 2024-10-10T04:54:12.189Z | Checking rfc6979 v0.4.0 |
| 1888 | 2024-10-10T04:54:12.333Z | Checking mio v0.8.11 |
| 1889 | 2024-10-10T04:54:12.353Z | Checking sync_wrapper v1.0.1 |
| 1890 | 2024-10-10T04:54:12.367Z | Checking memmap v0.7.0 |
| 1891 | 2024-10-10T04:54:12.476Z | Checking encoding_rs v0.8.34 |
| 1892 | 2024-10-10T04:54:12.560Z | Checking mime v0.3.17 |
| 1893 | 2024-10-10T04:54:12.685Z | Checking fixedbitset v0.4.2 |
| 1894 | 2024-10-10T04:54:12.880Z | Checking whoami v1.5.2 |
| 1895 | 2024-10-10T04:54:12.907Z | Checking static_assertions v1.1.0 |
| 1896 | 2024-10-10T04:54:12.918Z | Checking unicode-segmentation v1.11.0 |
| 1897 | 2024-10-10T04:54:12.921Z | Checking predicates-core v1.0.6 |
| 1898 | 2024-10-10T04:54:12.944Z | Checking number_prefix v0.4.0 |
| 1899 | 2024-10-10T04:54:12.982Z | Checking dyn-clone v1.0.17 |
| 1900 | 2024-10-10T04:54:13.083Z | Checking minimal-lexical v0.2.1 |
| 1901 | 2024-10-10T04:54:13.114Z | Checking new_debug_unreachable v1.0.6 |
| 1902 | 2024-10-10T04:54:13.117Z | Checking bit-vec v0.6.3 |
| 1903 | 2024-10-10T04:54:13.145Z | Checking data-encoding v2.6.0 |
| 1904 | 2024-10-10T04:54:13.207Z | Checking precomputed-hash v0.1.1 |
| 1905 | 2024-10-10T04:54:13.308Z | Checking difflib v0.4.0 |
| 1906 | 2024-10-10T04:54:13.433Z | Checking normalize-line-endings v0.3.0 |
| 1907 | 2024-10-10T04:54:13.456Z | Checking winnow v0.6.18 |
| 1908 | 2024-10-10T04:54:13.485Z | Checking ed25519-dalek v2.1.1 |
| 1909 | 2024-10-10T04:54:13.500Z | Checking hyper-tls v0.6.0 |
| 1910 | 2024-10-10T04:54:13.529Z | Checking hyper-rustls v0.27.3 |
| 1911 | 2024-10-10T04:54:13.544Z | Checking similar v2.6.0 |
| 1912 | 2024-10-10T04:54:13.601Z | Checking predicates v3.1.2 |
| 1913 | 2024-10-10T04:54:13.773Z | Checking nom v7.1.3 |
| 1914 | 2024-10-10T04:54:13.799Z | Checking hickory-proto v0.24.1 |
| 1915 | 2024-10-10T04:54:13.852Z | Checking bit-set v0.5.3 |
| 1916 | 2024-10-10T04:54:13.871Z | Checking string_cache v0.8.7 |
| 1917 | 2024-10-10T04:54:14.117Z | Checking tokio-postgres v0.7.12 |
| 1918 | 2024-10-10T04:54:14.142Z | Checking indicatif v0.17.8 |
| 1919 | 2024-10-10T04:54:14.288Z | Checking schemars v0.8.21 |
| 1920 | 2024-10-10T04:54:14.390Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1921 | 2024-10-10T04:54:14.774Z | Checking reqwest v0.12.7 |
| 1922 | 2024-10-10T04:54:14.859Z | Checking signal-hook-mio v0.2.4 |
| 1923 | 2024-10-10T04:54:15.003Z | Checking petgraph v0.6.5 |
| 1924 | 2024-10-10T04:54:15.896Z | Checking usdt v0.5.0 |
| 1925 | 2024-10-10T04:54:16.150Z | Checking ecdsa v0.16.9 |
| 1926 | 2024-10-10T04:54:16.374Z | Checking toml_edit v0.22.22 |
| 1927 | 2024-10-10T04:54:16.546Z | Checking anyhow v1.0.89 |
| 1928 | 2024-10-10T04:54:16.655Z | Checking flate2 v1.0.34 |
| 1929 | 2024-10-10T04:54:16.875Z | Checking toml v0.7.8 |
| 1930 | 2024-10-10T04:54:16.953Z | Checking rsa v0.9.6 |
| 1931 | 2024-10-10T04:54:17.124Z | Checking futures v0.3.31 |
| 1932 | 2024-10-10T04:54:17.228Z | Checking clap v4.5.20 |
| 1933 | 2024-10-10T04:54:17.283Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1934 | 2024-10-10T04:54:17.314Z | Checking tokio-stream v0.1.16 |
| 1935 | 2024-10-10T04:54:17.344Z | Checking fs-err v2.11.0 |
| 1936 | 2024-10-10T04:54:17.586Z | Checking itertools v0.10.5 |
| 1937 | 2024-10-10T04:54:17.917Z | Checking itertools v0.12.1 |
| 1938 | 2024-10-10T04:54:17.972Z | Checking slog v2.7.0 |
| 1939 | 2024-10-10T04:54:18.147Z | Checking openapiv3 v2.0.0 |
| 1940 | 2024-10-10T04:54:18.355Z | Checking hex v0.4.3 |
| 1941 | 2024-10-10T04:54:18.460Z | Checking semver v1.0.23 |
| 1942 | 2024-10-10T04:54:18.533Z | Checking x509-cert v0.2.5 |
| 1943 | 2024-10-10T04:54:18.869Z | Checking sha1 v0.10.6 |
| 1944 | 2024-10-10T04:54:18.884Z | Checking peg-runtime v0.8.3 |
| 1945 | 2024-10-10T04:54:18.965Z | Checking lalrpop-util v0.19.12 |
| 1946 | 2024-10-10T04:54:19.099Z | Checking camino v1.1.9 |
| 1947 | 2024-10-10T04:54:19.125Z | Checking sigpipe v0.1.3 |
| 1948 | 2024-10-10T04:54:20.901Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1949 | 2024-10-10T04:54:21.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.07s |
| 1950 | 2024-10-10T04:54:21.337Z | |
| 1951 | 2024-10-10T04:54:21.337Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/164) |
| 1952 | 2024-10-10T04:54:22.011Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1953 | 2024-10-10T04:54:22.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1954 | 2024-10-10T04:54:22.021Z | Compiling regress v0.10.1 |
| 1955 | 2024-10-10T04:54:22.120Z | Checking heck v0.5.0 |
| 1956 | 2024-10-10T04:54:22.138Z | Checking dirs-sys-next v0.1.2 |
| 1957 | 2024-10-10T04:54:22.147Z | Compiling unsafe-libyaml v0.2.11 |
| 1958 | 2024-10-10T04:54:22.159Z | Checking thread_local v1.1.8 |
| 1959 | 2024-10-10T04:54:22.171Z | Compiling ident_case v1.0.1 |
| 1960 | 2024-10-10T04:54:22.183Z | Checking progenitor-client v0.8.0 |
| 1961 | 2024-10-10T04:54:22.275Z | Checking dirs-next v2.0.0 |
| 1962 | 2024-10-10T04:54:22.289Z | Checking crossbeam-channel v0.5.12 |
| 1963 | 2024-10-10T04:54:22.327Z | Compiling darling_core v0.20.9 |
| 1964 | 2024-10-10T04:54:22.389Z | Checking term v0.7.0 |
| 1965 | 2024-10-10T04:54:22.405Z | Checking is-terminal v0.4.12 |
| 1966 | 2024-10-10T04:54:22.477Z | Compiling paste v1.0.15 |
| 1967 | 2024-10-10T04:54:22.517Z | Checking take_mut v0.2.2 |
| 1968 | 2024-10-10T04:54:22.668Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1969 | 2024-10-10T04:54:22.799Z | Compiling rustls v0.22.4 |
| 1970 | 2024-10-10T04:54:22.961Z | Checking slog-async v2.8.0 |
| 1971 | 2024-10-10T04:54:23.055Z | Checking slog-term v2.9.1 |
| 1972 | 2024-10-10T04:54:23.075Z | Compiling proc-macro-crate v1.3.1 |
| 1973 | 2024-10-10T04:54:23.090Z | Checking ipnetwork v0.20.0 |
| 1974 | 2024-10-10T04:54:23.227Z | Compiling structmeta-derive v0.3.0 |
| 1975 | 2024-10-10T04:54:23.438Z | Compiling serde_yaml v0.9.34+deprecated |
| 1976 | 2024-10-10T04:54:23.512Z | Compiling multer v3.1.0 |
| 1977 | 2024-10-10T04:54:23.819Z | Checking match_cfg v0.1.0 |
| 1978 | 2024-10-10T04:54:23.908Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1979 | 2024-10-10T04:54:24.030Z | Checking hostname v0.3.1 |
| 1980 | 2024-10-10T04:54:24.150Z | Compiling num_enum_derive v0.5.11 |
| 1981 | 2024-10-10T04:54:24.218Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1982 | 2024-10-10T04:54:25.581Z | Checking typify-impl v0.2.0 |
| 1983 | 2024-10-10T04:54:26.234Z | Compiling structmeta v0.3.0 |
| 1984 | 2024-10-10T04:54:26.705Z | Checking slog-json v2.6.1 |
| 1985 | 2024-10-10T04:54:26.798Z | Compiling lzma-sys v0.1.20 |
| 1986 | 2024-10-10T04:54:26.950Z | Compiling foreign-types-macros v0.2.3 |
| 1987 | 2024-10-10T04:54:27.179Z | Compiling async-stream-impl v0.3.5 |
| 1988 | 2024-10-10T04:54:27.552Z | Compiling dropshot v0.12.0 |
| 1989 | 2024-10-10T04:54:27.640Z | Checking foreign-types-shared v0.3.1 |
| 1990 | 2024-10-10T04:54:27.748Z | Checking utf-8 v0.7.6 |
| 1991 | 2024-10-10T04:54:27.849Z | Checking arc-swap v1.7.1 |
| 1992 | 2024-10-10T04:54:27.909Z | Checking tokio-rustls v0.25.0 |
| 1993 | 2024-10-10T04:54:27.931Z | Checking tungstenite v0.21.0 |
| 1994 | 2024-10-10T04:54:28.151Z | Checking slog-bunyan v2.5.0 |
| 1995 | 2024-10-10T04:54:28.231Z | Checking foreign-types v0.5.0 |
| 1996 | 2024-10-10T04:54:28.247Z | Checking num_enum v0.5.11 |
| 1997 | 2024-10-10T04:54:28.259Z | Checking slog-scope v4.4.0 |
| 1998 | 2024-10-10T04:54:28.308Z | Compiling parse-display-derive v0.10.0 |
| 1999 | 2024-10-10T04:54:28.328Z | Compiling proc-macro-error v1.0.4 |
| 2000 | 2024-10-10T04:54:28.546Z | Checking async-stream v0.3.5 |
| 2001 | 2024-10-10T04:54:28.589Z | Checking toml v0.8.19 |
| 2002 | 2024-10-10T04:54:28.731Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2003 | 2024-10-10T04:54:28.773Z | Compiling heck v0.3.3 |
| 2004 | 2024-10-10T04:54:28.838Z | Checking waitgroup v0.1.2 |
| 2005 | 2024-10-10T04:54:28.903Z | Checking newtype-uuid v1.1.0 |
| 2006 | 2024-10-10T04:54:28.969Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2007 | 2024-10-10T04:54:29.010Z | Compiling dropshot_endpoint v0.12.0 |
| 2008 | 2024-10-10T04:54:29.139Z | Checking serde_path_to_error v0.1.16 |
| 2009 | 2024-10-10T04:54:29.190Z | Compiling darling_macro v0.20.9 |
| 2010 | 2024-10-10T04:54:29.228Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2011 | 2024-10-10T04:54:29.339Z | Checking cstr-argument v0.1.2 |
| 2012 | 2024-10-10T04:54:29.512Z | Checking hostname v0.4.0 |
| 2013 | 2024-10-10T04:54:29.634Z | Checking instant v0.1.12 |
| 2014 | 2024-10-10T04:54:29.706Z | Checking fastrand v2.1.1 |
| 2015 | 2024-10-10T04:54:29.744Z | Checking base64 v0.21.7 |
| 2016 | 2024-10-10T04:54:29.835Z | Checking pretty-hex v0.2.1 |
| 2017 | 2024-10-10T04:54:29.979Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2018 | 2024-10-10T04:54:29.996Z | Checking debug-ignore v1.0.5 |
| 2019 | 2024-10-10T04:54:30.023Z | Checking tempfile v3.13.0 |
| 2020 | 2024-10-10T04:54:30.125Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2021 | 2024-10-10T04:54:30.163Z | Compiling darling v0.20.9 |
| 2022 | 2024-10-10T04:54:30.220Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2023 | 2024-10-10T04:54:30.260Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2024 | 2024-10-10T04:54:30.288Z | Compiling serde_with_macros v3.9.0 |
| 2025 | 2024-10-10T04:54:30.306Z | Checking backoff v0.4.0 |
| 2026 | 2024-10-10T04:54:30.368Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2027 | 2024-10-10T04:54:30.402Z | Compiling zone_cfg_derive v0.1.2 |
| 2028 | 2024-10-10T04:54:30.487Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2029 | 2024-10-10T04:54:30.583Z | Checking strum v0.26.3 |
| 2030 | 2024-10-10T04:54:30.682Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2031 | 2024-10-10T04:54:30.700Z | Checking tokio-tungstenite v0.21.0 |
| 2032 | 2024-10-10T04:54:30.736Z | Checking slog-stdlog v4.1.1 |
| 2033 | 2024-10-10T04:54:31.050Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2034 | 2024-10-10T04:54:31.162Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2035 | 2024-10-10T04:54:31.192Z | Checking colored v2.1.0 |
| 2036 | 2024-10-10T04:54:31.447Z | Checking regress v0.9.1 |
| 2037 | 2024-10-10T04:54:31.464Z | Checking macaddr v1.0.1 |
| 2038 | 2024-10-10T04:54:31.501Z | Checking base64 v0.13.1 |
| 2039 | 2024-10-10T04:54:31.922Z | Checking ron v0.7.1 |
| 2040 | 2024-10-10T04:54:31.958Z | Checking zone v0.1.8 |
| 2041 | 2024-10-10T04:54:32.653Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2042 | 2024-10-10T04:54:32.884Z | Checking parse-display v0.10.0 |
| 2043 | 2024-10-10T04:54:33.075Z | Checking xz2 v0.1.7 |
| 2044 | 2024-10-10T04:54:33.095Z | Checking slog-envlogger v2.2.0 |
| 2045 | 2024-10-10T04:54:33.119Z | Checking tabwriter v1.4.0 |
| 2046 | 2024-10-10T04:54:33.224Z | Checking serde_with v3.9.0 |
| 2047 | 2024-10-10T04:54:33.309Z | Checking xattr v1.3.1 |
| 2048 | 2024-10-10T04:54:33.330Z | Checking pem v3.0.4 |
| 2049 | 2024-10-10T04:54:33.346Z | Checking yasna v0.5.2 |
| 2050 | 2024-10-10T04:54:33.509Z | Checking headers-core v0.3.0 |
| 2051 | 2024-10-10T04:54:33.568Z | Checking smf v0.2.3 |
| 2052 | 2024-10-10T04:54:34.640Z | Checking filetime v0.2.25 |
| 2053 | 2024-10-10T04:54:34.642Z | Checking same-file v1.0.6 |
| 2054 | 2024-10-10T04:54:34.642Z | Checking tar v0.4.42 |
| 2055 | 2024-10-10T04:54:34.642Z | Checking walkdir v2.5.0 |
| 2056 | 2024-10-10T04:54:34.642Z | Checking headers v0.4.0 |
| 2057 | 2024-10-10T04:54:34.642Z | Checking atomicwrites v0.4.4 |
| 2058 | 2024-10-10T04:54:34.642Z | Checking rcgen v0.12.1 |
| 2059 | 2024-10-10T04:54:34.642Z | Checking camino-tempfile v1.1.1 |
| 2060 | 2024-10-10T04:54:34.642Z | Checking subprocess v0.2.9 |
| 2061 | 2024-10-10T04:54:37.703Z | Compiling typify-macro v0.2.0 |
| 2062 | 2024-10-10T04:54:39.612Z | Compiling typify v0.2.0 |
| 2063 | 2024-10-10T04:54:39.677Z | Compiling progenitor-impl v0.8.0 |
| 2064 | 2024-10-10T04:54:42.895Z | Compiling progenitor-macro v0.8.0 |
| 2065 | 2024-10-10T04:54:48.757Z | Checking progenitor v0.8.0 |
| 2066 | 2024-10-10T04:54:48.888Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2067 | 2024-10-10T04:54:48.890Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2068 | 2024-10-10T04:54:51.485Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
| 2069 | 2024-10-10T04:54:51.762Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2070 | 2024-10-10T04:54:57.751Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2071 | 2024-10-10T04:54:59.255Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2072 | 2024-10-10T04:55:00.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.06s |
| 2073 | 2024-10-10T04:55:00.567Z | |
| 2074 | 2024-10-10T04:55:00.567Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/164) |
| 2075 | 2024-10-10T04:55:01.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2076 | 2024-10-10T04:55:01.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2077 | 2024-10-10T04:55:01.242Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2078 | 2024-10-10T04:55:02.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
| 2079 | 2024-10-10T04:55:02.684Z | |
| 2080 | 2024-10-10T04:55:02.684Z | info: running `cargo check --bins` on nexus-config (31/164) |
| 2081 | 2024-10-10T04:55:03.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2082 | 2024-10-10T04:55:03.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2083 | 2024-10-10T04:55:03.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2084 | 2024-10-10T04:55:03.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2085 | 2024-10-10T04:55:03.334Z | |
| 2086 | 2024-10-10T04:55:03.334Z | info: running `cargo check --bins` on omicron-rpaths (32/164) |
| 2087 | 2024-10-10T04:55:03.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2088 | 2024-10-10T04:55:03.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2089 | 2024-10-10T04:55:03.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2090 | 2024-10-10T04:55:03.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2091 | 2024-10-10T04:55:03.957Z | |
| 2092 | 2024-10-10T04:55:03.957Z | info: running `cargo check --bins` on omicron-certificates (33/164) |
| 2093 | 2024-10-10T04:55:04.539Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2094 | 2024-10-10T04:55:04.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2095 | 2024-10-10T04:55:04.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2096 | 2024-10-10T04:55:04.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2097 | 2024-10-10T04:55:04.608Z | |
| 2098 | 2024-10-10T04:55:04.608Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/164) |
| 2099 | 2024-10-10T04:55:05.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2100 | 2024-10-10T04:55:05.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2101 | 2024-10-10T04:55:05.282Z | Compiling heapless v0.8.0 |
| 2102 | 2024-10-10T04:55:05.284Z | Checking hash32 v0.3.1 |
| 2103 | 2024-10-10T04:55:05.383Z | Compiling smoltcp v0.11.0 |
| 2104 | 2024-10-10T04:55:05.391Z | Checking embedded-io v0.4.0 |
| 2105 | 2024-10-10T04:55:05.393Z | Checking cobs v0.2.3 |
| 2106 | 2024-10-10T04:55:05.409Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2107 | 2024-10-10T04:55:05.411Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2108 | 2024-10-10T04:55:05.435Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2109 | 2024-10-10T04:55:05.522Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 2110 | 2024-10-10T04:55:05.553Z | Compiling crucible-workspace-hack v0.1.0 |
| 2111 | 2024-10-10T04:55:05.566Z | Checking postcard v1.0.8 |
| 2112 | 2024-10-10T04:55:05.570Z | Checking newline-converter v0.3.0 |
| 2113 | 2024-10-10T04:55:05.719Z | Checking socket2 v0.4.10 |
| 2114 | 2024-10-10T04:55:05.764Z | Compiling convert_case v0.4.0 |
| 2115 | 2024-10-10T04:55:05.840Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2116 | 2024-10-10T04:55:05.938Z | Checking expectorate v1.1.0 |
| 2117 | 2024-10-10T04:55:06.038Z | Compiling zone_cfg_derive v0.3.0 |
| 2118 | 2024-10-10T04:55:06.081Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2119 | 2024-10-10T04:55:06.097Z | Checking itertools v0.13.0 |
| 2120 | 2024-10-10T04:55:06.219Z | Compiling num-derive v0.4.2 |
| 2121 | 2024-10-10T04:55:06.290Z | Compiling slog-dtrace v0.3.0 |
| 2122 | 2024-10-10T04:55:06.412Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2123 | 2024-10-10T04:55:06.680Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2124 | 2024-10-10T04:55:06.699Z | Compiling derive_more v0.99.18 |
| 2125 | 2024-10-10T04:55:07.513Z | Checking zone v0.3.0 |
| 2126 | 2024-10-10T04:55:08.106Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2127 | 2024-10-10T04:55:09.377Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2128 | 2024-10-10T04:55:10.255Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2129 | 2024-10-10T04:55:10.617Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2130 | 2024-10-10T04:55:11.312Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2131 | 2024-10-10T04:55:11.869Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2132 | 2024-10-10T04:55:13.093Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2133 | 2024-10-10T04:55:13.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.30s |
| 2134 | 2024-10-10T04:55:14.072Z | |
| 2135 | 2024-10-10T04:55:14.072Z | info: running `cargo check --bins` on clickhouse-admin-api (35/164) |
| 2136 | 2024-10-10T04:55:14.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2137 | 2024-10-10T04:55:14.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2138 | 2024-10-10T04:55:14.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2139 | 2024-10-10T04:55:14.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2140 | 2024-10-10T04:55:14.727Z | |
| 2141 | 2024-10-10T04:55:14.727Z | info: running `cargo check --bins` on clickhouse-admin-types (36/164) |
| 2142 | 2024-10-10T04:55:15.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2143 | 2024-10-10T04:55:15.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2144 | 2024-10-10T04:55:15.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2145 | 2024-10-10T04:55:15.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2146 | 2024-10-10T04:55:15.383Z | |
| 2147 | 2024-10-10T04:55:15.383Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/164) |
| 2148 | 2024-10-10T04:55:16.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2149 | 2024-10-10T04:55:16.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2150 | 2024-10-10T04:55:16.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2151 | 2024-10-10T04:55:16.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2152 | 2024-10-10T04:55:16.145Z | |
| 2153 | 2024-10-10T04:55:16.145Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/164) |
| 2154 | 2024-10-10T04:55:16.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2155 | 2024-10-10T04:55:16.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2156 | 2024-10-10T04:55:16.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2157 | 2024-10-10T04:55:16.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2158 | 2024-10-10T04:55:16.902Z | |
| 2159 | 2024-10-10T04:55:16.902Z | info: running `cargo check --bins` on dns-server (39/164) |
| 2160 | 2024-10-10T04:55:17.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2161 | 2024-10-10T04:55:17.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2162 | 2024-10-10T04:55:17.549Z | Compiling parking_lot_core v0.8.6 |
| 2163 | 2024-10-10T04:55:17.642Z | Checking nibble_vec v0.1.0 |
| 2164 | 2024-10-10T04:55:17.644Z | Checking endian-type v0.1.2 |
| 2165 | 2024-10-10T04:55:17.644Z | Checking quick-error v1.2.3 |
| 2166 | 2024-10-10T04:55:17.644Z | Checking linked-hash-map v0.5.6 |
| 2167 | 2024-10-10T04:55:17.644Z | Checking fxhash v0.2.1 |
| 2168 | 2024-10-10T04:55:17.659Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2169 | 2024-10-10T04:55:17.668Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2170 | 2024-10-10T04:55:17.778Z | Checking resolv-conf v0.7.0 |
| 2171 | 2024-10-10T04:55:17.797Z | Checking hickory-server v0.24.1 |
| 2172 | 2024-10-10T04:55:17.820Z | Checking radix_trie v0.2.1 |
| 2173 | 2024-10-10T04:55:17.934Z | Checking lru-cache v0.1.2 |
| 2174 | 2024-10-10T04:55:18.095Z | Checking hickory-resolver v0.24.1 |
| 2175 | 2024-10-10T04:55:18.173Z | Checking hickory-client v0.24.1 |
| 2176 | 2024-10-10T04:55:18.308Z | Checking parking_lot v0.11.2 |
| 2177 | 2024-10-10T04:55:18.599Z | Checking sled v0.34.7 |
| 2178 | 2024-10-10T04:55:20.364Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2179 | 2024-10-10T04:55:21.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
| 2180 | 2024-10-10T04:55:21.573Z | |
| 2181 | 2024-10-10T04:55:21.573Z | info: running `cargo check --bins` on dns-server-api (40/164) |
| 2182 | 2024-10-10T04:55:22.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2183 | 2024-10-10T04:55:22.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2184 | 2024-10-10T04:55:22.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2185 | 2024-10-10T04:55:22.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2186 | 2024-10-10T04:55:22.212Z | |
| 2187 | 2024-10-10T04:55:22.212Z | info: running `cargo check --bins` on dns-service-client (41/164) |
| 2188 | 2024-10-10T04:55:22.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2189 | 2024-10-10T04:55:22.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2190 | 2024-10-10T04:55:22.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2191 | 2024-10-10T04:55:22.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2192 | 2024-10-10T04:55:22.841Z | |
| 2193 | 2024-10-10T04:55:22.841Z | info: running `cargo check --bins` on gateway-test-utils (42/164) |
| 2194 | 2024-10-10T04:55:23.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2195 | 2024-10-10T04:55:23.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2196 | 2024-10-10T04:55:23.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2197 | 2024-10-10T04:55:23.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2198 | 2024-10-10T04:55:23.542Z | |
| 2199 | 2024-10-10T04:55:23.542Z | info: running `cargo check --bins` on gateway-types (43/164) |
| 2200 | 2024-10-10T04:55:24.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2201 | 2024-10-10T04:55:24.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2202 | 2024-10-10T04:55:24.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2203 | 2024-10-10T04:55:24.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2204 | 2024-10-10T04:55:24.197Z | |
| 2205 | 2024-10-10T04:55:24.197Z | info: running `cargo check --bins` on ipcc (44/164) |
| 2206 | 2024-10-10T04:55:24.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2207 | 2024-10-10T04:55:24.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2208 | 2024-10-10T04:55:24.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2209 | 2024-10-10T04:55:24.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2210 | 2024-10-10T04:55:24.846Z | |
| 2211 | 2024-10-10T04:55:24.846Z | info: running `cargo check --bins` on omicron-gateway (45/164) |
| 2212 | 2024-10-10T04:55:25.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2213 | 2024-10-10T04:55:25.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2214 | 2024-10-10T04:55:25.565Z | Compiling match_cfg v0.1.0 |
| 2215 | 2024-10-10T04:55:25.567Z | Compiling rustls v0.22.4 |
| 2216 | 2024-10-10T04:55:25.568Z | Checking num-rational v0.4.2 |
| 2217 | 2024-10-10T04:55:25.568Z | Compiling progenitor-client v0.8.0 |
| 2218 | 2024-10-10T04:55:25.568Z | Compiling slog-json v2.6.1 |
| 2219 | 2024-10-10T04:55:25.568Z | Checking num-complex v0.4.6 |
| 2220 | 2024-10-10T04:55:25.666Z | Compiling prettyplease v0.2.22 |
| 2221 | 2024-10-10T04:55:25.720Z | Compiling hostname v0.3.1 |
| 2222 | 2024-10-10T04:55:25.733Z | Compiling async-stream v0.3.5 |
| 2223 | 2024-10-10T04:55:25.963Z | Compiling progenitor v0.8.0 |
| 2224 | 2024-10-10T04:55:26.003Z | Compiling multer v3.1.0 |
| 2225 | 2024-10-10T04:55:26.019Z | Compiling toml v0.8.19 |
| 2226 | 2024-10-10T04:55:26.081Z | Compiling waitgroup v0.1.2 |
| 2227 | 2024-10-10T04:55:26.175Z | Compiling newtype-uuid v1.1.0 |
| 2228 | 2024-10-10T04:55:26.251Z | Compiling slog-bunyan v2.5.0 |
| 2229 | 2024-10-10T04:55:26.271Z | Compiling ipnetwork v0.20.0 |
| 2230 | 2024-10-10T04:55:26.286Z | Compiling serde_path_to_error v0.1.16 |
| 2231 | 2024-10-10T04:55:26.444Z | Compiling hostname v0.4.0 |
| 2232 | 2024-10-10T04:55:26.461Z | Compiling instant v0.1.12 |
| 2233 | 2024-10-10T04:55:26.524Z | Checking num v0.4.3 |
| 2234 | 2024-10-10T04:55:26.616Z | Compiling debug-ignore v1.0.5 |
| 2235 | 2024-10-10T04:55:26.635Z | Checking float-ord v0.3.2 |
| 2236 | 2024-10-10T04:55:26.715Z | Compiling radium v0.7.0 |
| 2237 | 2024-10-10T04:55:26.761Z | Compiling semver v0.1.20 |
| 2238 | 2024-10-10T04:55:26.776Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2239 | 2024-10-10T04:55:27.058Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 2240 | 2024-10-10T04:55:27.122Z | Compiling rustc_version v0.1.7 |
| 2241 | 2024-10-10T04:55:27.192Z | Compiling backoff v0.4.0 |
| 2242 | 2024-10-10T04:55:27.208Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2243 | 2024-10-10T04:55:27.434Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2244 | 2024-10-10T04:55:27.552Z | Compiling parse-display v0.10.0 |
| 2245 | 2024-10-10T04:55:27.552Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2246 | 2024-10-10T04:55:27.606Z | Compiling serde_with v3.9.0 |
| 2247 | 2024-10-10T04:55:27.717Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2248 | 2024-10-10T04:55:27.875Z | Compiling regress v0.9.1 |
| 2249 | 2024-10-10T04:55:28.263Z | Compiling macaddr v1.0.1 |
| 2250 | 2024-10-10T04:55:28.728Z | Compiling maybe-uninit v2.0.0 |
| 2251 | 2024-10-10T04:55:28.783Z | Checking tap v1.0.1 |
| 2252 | 2024-10-10T04:55:28.949Z | Checking wyz v0.5.1 |
| 2253 | 2024-10-10T04:55:29.351Z | Compiling newtype_derive v0.1.6 |
| 2254 | 2024-10-10T04:55:29.506Z | Checking password-hash v0.5.0 |
| 2255 | 2024-10-10T04:55:29.652Z | Checking blake2 v0.10.6 |
| 2256 | 2024-10-10T04:55:29.809Z | Compiling tokio-rustls v0.25.0 |
| 2257 | 2024-10-10T04:55:29.940Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 2258 | 2024-10-10T04:55:30.103Z | Compiling owo-colors v4.1.0 |
| 2259 | 2024-10-10T04:55:30.224Z | Compiling dropshot v0.12.0 |
| 2260 | 2024-10-10T04:55:30.241Z | Compiling cancel-safe-futures v0.1.5 |
| 2261 | 2024-10-10T04:55:30.393Z | Compiling packed_struct v0.10.1 |
| 2262 | 2024-10-10T04:55:30.433Z | Checking crc-catalog v2.4.0 |
| 2263 | 2024-10-10T04:55:30.573Z | Checking funty v2.0.0 |
| 2264 | 2024-10-10T04:55:30.618Z | Checking crc v3.2.1 |
| 2265 | 2024-10-10T04:55:31.074Z | Checking argon2 v0.5.3 |
| 2266 | 2024-10-10T04:55:31.505Z | Checking bitvec v1.0.1 |
| 2267 | 2024-10-10T04:55:31.775Z | Compiling packed_struct_codegen v0.10.1 |
| 2268 | 2024-10-10T04:55:32.340Z | Checking half v2.4.1 |
| 2269 | 2024-10-10T04:55:32.823Z | Compiling indexmap v1.9.3 |
| 2270 | 2024-10-10T04:55:32.949Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2271 | 2024-10-10T04:55:33.128Z | Checking ciborium-io v0.2.2 |
| 2272 | 2024-10-10T04:55:33.244Z | Checking nodrop v0.1.14 |
| 2273 | 2024-10-10T04:55:33.284Z | Checking ciborium-ll v0.2.2 |
| 2274 | 2024-10-10T04:55:33.360Z | Checking array-init v0.0.4 |
| 2275 | 2024-10-10T04:55:33.738Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2276 | 2024-10-10T04:55:34.033Z | Checking smallvec v0.6.14 |
| 2277 | 2024-10-10T04:55:34.459Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2278 | 2024-10-10T04:55:34.600Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2279 | 2024-10-10T04:55:35.108Z | Checking libsw v3.3.1 |
| 2280 | 2024-10-10T04:55:35.368Z | Compiling derive-where v1.2.7 |
| 2281 | 2024-10-10T04:55:35.389Z | Compiling memoffset v0.9.1 |
| 2282 | 2024-10-10T04:55:35.706Z | Checking hashbrown v0.12.3 |
| 2283 | 2024-10-10T04:55:35.708Z | Checking swrite v0.1.0 |
| 2284 | 2024-10-10T04:55:35.837Z | Checking highway v1.2.0 |
| 2285 | 2024-10-10T04:55:36.133Z | Checking bitfield v0.14.0 |
| 2286 | 2024-10-10T04:55:36.257Z | Checking indent_write v2.2.0 |
| 2287 | 2024-10-10T04:55:36.279Z | Checking termcolor v1.4.1 |
| 2288 | 2024-10-10T04:55:36.396Z | Checking linear-map v1.2.0 |
| 2289 | 2024-10-10T04:55:36.449Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2290 | 2024-10-10T04:55:36.729Z | Checking env_logger v0.10.2 |
| 2291 | 2024-10-10T04:55:36.744Z | Checking ron v0.8.1 |
| 2292 | 2024-10-10T04:55:37.155Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2293 | 2024-10-10T04:55:37.662Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2294 | 2024-10-10T04:55:37.888Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2295 | 2024-10-10T04:55:38.000Z | Checking steno v0.4.1 |
| 2296 | 2024-10-10T04:55:38.147Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2297 | 2024-10-10T04:55:38.163Z | Checking serde-hex v0.1.0 |
| 2298 | 2024-10-10T04:55:38.701Z | Checking bzip2 v0.4.4 |
| 2299 | 2024-10-10T04:55:38.989Z | Checking ciborium v0.2.2 |
| 2300 | 2024-10-10T04:55:39.020Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2301 | 2024-10-10T04:55:39.481Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2302 | 2024-10-10T04:55:39.566Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2303 | 2024-10-10T04:55:39.815Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2304 | 2024-10-10T04:55:40.007Z | Checking hashbrown v0.13.2 |
| 2305 | 2024-10-10T04:55:40.316Z | Checking humantime v2.1.0 |
| 2306 | 2024-10-10T04:55:40.607Z | Checking crc-any v2.5.0 |
| 2307 | 2024-10-10T04:55:40.974Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2308 | 2024-10-10T04:55:40.989Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2309 | 2024-10-10T04:55:41.031Z | Checking object v0.30.4 |
| 2310 | 2024-10-10T04:55:41.223Z | Checking zip v0.6.6 |
| 2311 | 2024-10-10T04:55:41.636Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2312 | 2024-10-10T04:55:41.921Z | Checking path-slash v0.1.5 |
| 2313 | 2024-10-10T04:55:42.010Z | Checking tungstenite v0.23.0 |
| 2314 | 2024-10-10T04:55:42.023Z | Checking nix v0.27.1 |
| 2315 | 2024-10-10T04:55:42.057Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2316 | 2024-10-10T04:55:42.127Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2317 | 2024-10-10T04:55:42.358Z | Checking kstat-rs v0.2.4 |
| 2318 | 2024-10-10T04:55:42.704Z | Checking signal-hook-tokio v0.3.1 |
| 2319 | 2024-10-10T04:55:42.887Z | Checking tokio-tungstenite v0.23.1 |
| 2320 | 2024-10-10T04:55:43.829Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2321 | 2024-10-10T04:55:44.643Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2322 | 2024-10-10T04:55:48.310Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2323 | 2024-10-10T04:55:50.023Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 2324 | 2024-10-10T04:55:50.797Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2325 | 2024-10-10T04:55:53.972Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2326 | 2024-10-10T04:55:54.226Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2327 | 2024-10-10T04:55:56.006Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2328 | 2024-10-10T04:56:01.480Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2329 | 2024-10-10T04:56:02.091Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2330 | 2024-10-10T04:56:04.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.84s |
| 2331 | 2024-10-10T04:56:04.868Z | |
| 2332 | 2024-10-10T04:56:04.868Z | info: running `cargo check --bins` on gateway-api (46/164) |
| 2333 | 2024-10-10T04:56:05.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2334 | 2024-10-10T04:56:05.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2335 | 2024-10-10T04:56:05.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2336 | 2024-10-10T04:56:05.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2337 | 2024-10-10T04:56:05.531Z | |
| 2338 | 2024-10-10T04:56:05.531Z | info: running `cargo check --bins` on oximeter (47/164) |
| 2339 | 2024-10-10T04:56:06.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2340 | 2024-10-10T04:56:06.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2341 | 2024-10-10T04:56:06.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2342 | 2024-10-10T04:56:06.115Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2343 | 2024-10-10T04:56:06.180Z | |
| 2344 | 2024-10-10T04:56:06.180Z | info: running `cargo check --bins` on oximeter-macro-impl (48/164) |
| 2345 | 2024-10-10T04:56:06.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2346 | 2024-10-10T04:56:06.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2347 | 2024-10-10T04:56:06.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2348 | 2024-10-10T04:56:06.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2349 | 2024-10-10T04:56:06.808Z | |
| 2350 | 2024-10-10T04:56:06.808Z | info: running `cargo check --bins` on oximeter-schema (49/164) |
| 2351 | 2024-10-10T04:56:07.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2352 | 2024-10-10T04:56:07.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2353 | 2024-10-10T04:56:07.450Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2354 | 2024-10-10T04:56:07.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
| 2355 | 2024-10-10T04:56:08.003Z | |
| 2356 | 2024-10-10T04:56:08.003Z | info: running `cargo check --bins` on oximeter-types (50/164) |
| 2357 | 2024-10-10T04:56:08.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2358 | 2024-10-10T04:56:08.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2359 | 2024-10-10T04:56:08.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2360 | 2024-10-10T04:56:08.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2361 | 2024-10-10T04:56:08.666Z | |
| 2362 | 2024-10-10T04:56:08.666Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/164) |
| 2363 | 2024-10-10T04:56:09.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2364 | 2024-10-10T04:56:09.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2365 | 2024-10-10T04:56:09.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2366 | 2024-10-10T04:56:09.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2367 | 2024-10-10T04:56:09.333Z | |
| 2368 | 2024-10-10T04:56:09.333Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/164) |
| 2369 | 2024-10-10T04:56:09.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2370 | 2024-10-10T04:56:09.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2371 | 2024-10-10T04:56:09.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2372 | 2024-10-10T04:56:09.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2373 | 2024-10-10T04:56:09.966Z | |
| 2374 | 2024-10-10T04:56:09.966Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/164) |
| 2375 | 2024-10-10T04:56:10.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2376 | 2024-10-10T04:56:10.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2377 | 2024-10-10T04:56:10.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2378 | 2024-10-10T04:56:10.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2379 | 2024-10-10T04:56:10.629Z | |
| 2380 | 2024-10-10T04:56:10.629Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/164) |
| 2381 | 2024-10-10T04:56:11.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2382 | 2024-10-10T04:56:11.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2383 | 2024-10-10T04:56:11.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2384 | 2024-10-10T04:56:11.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2385 | 2024-10-10T04:56:11.279Z | |
| 2386 | 2024-10-10T04:56:11.279Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/164) |
| 2387 | 2024-10-10T04:56:11.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2388 | 2024-10-10T04:56:11.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2389 | 2024-10-10T04:56:11.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2390 | 2024-10-10T04:56:11.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2391 | 2024-10-10T04:56:11.931Z | |
| 2392 | 2024-10-10T04:56:11.931Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/164) |
| 2393 | 2024-10-10T04:56:12.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2394 | 2024-10-10T04:56:12.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2395 | 2024-10-10T04:56:12.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2396 | 2024-10-10T04:56:12.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2397 | 2024-10-10T04:56:12.588Z | |
| 2398 | 2024-10-10T04:56:12.588Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/164) |
| 2399 | 2024-10-10T04:56:13.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2400 | 2024-10-10T04:56:13.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2401 | 2024-10-10T04:56:13.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2402 | 2024-10-10T04:56:13.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2403 | 2024-10-10T04:56:13.250Z | |
| 2404 | 2024-10-10T04:56:13.250Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/164) |
| 2405 | 2024-10-10T04:56:13.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2406 | 2024-10-10T04:56:13.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2407 | 2024-10-10T04:56:13.842Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2408 | 2024-10-10T04:56:13.846Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2409 | 2024-10-10T04:56:13.912Z | |
| 2410 | 2024-10-10T04:56:13.912Z | info: running `cargo check --bins` on oximeter-producer (59/164) |
| 2411 | 2024-10-10T04:56:14.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2412 | 2024-10-10T04:56:14.514Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2413 | 2024-10-10T04:56:14.514Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2414 | 2024-10-10T04:56:14.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2415 | 2024-10-10T04:56:14.587Z | |
| 2416 | 2024-10-10T04:56:14.587Z | info: running `cargo check --bins` on internal-dns (60/164) |
| 2417 | 2024-10-10T04:56:15.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2418 | 2024-10-10T04:56:15.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2419 | 2024-10-10T04:56:15.181Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2420 | 2024-10-10T04:56:15.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2421 | 2024-10-10T04:56:15.250Z | |
| 2422 | 2024-10-10T04:56:15.250Z | info: running `cargo check --bins` on nexus-client (61/164) |
| 2423 | 2024-10-10T04:56:15.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2424 | 2024-10-10T04:56:15.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2425 | 2024-10-10T04:56:15.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2426 | 2024-10-10T04:56:15.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2427 | 2024-10-10T04:56:15.929Z | |
| 2428 | 2024-10-10T04:56:15.929Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/164) |
| 2429 | 2024-10-10T04:56:16.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2430 | 2024-10-10T04:56:16.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2431 | 2024-10-10T04:56:16.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2432 | 2024-10-10T04:56:16.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2433 | 2024-10-10T04:56:16.594Z | |
| 2434 | 2024-10-10T04:56:16.594Z | info: running `cargo check --bins` on omicron-passwords (63/164) |
| 2435 | 2024-10-10T04:56:17.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2436 | 2024-10-10T04:56:17.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2437 | 2024-10-10T04:56:17.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2438 | 2024-10-10T04:56:17.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2439 | 2024-10-10T04:56:17.230Z | |
| 2440 | 2024-10-10T04:56:17.230Z | info: running `cargo check --bins` on nexus-types (64/164) |
| 2441 | 2024-10-10T04:56:17.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2442 | 2024-10-10T04:56:17.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2443 | 2024-10-10T04:56:17.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2444 | 2024-10-10T04:56:17.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2445 | 2024-10-10T04:56:17.914Z | |
| 2446 | 2024-10-10T04:56:17.914Z | info: running `cargo check --bins` on gateway-client (65/164) |
| 2447 | 2024-10-10T04:56:18.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2448 | 2024-10-10T04:56:18.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2449 | 2024-10-10T04:56:18.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2450 | 2024-10-10T04:56:18.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2451 | 2024-10-10T04:56:18.546Z | |
| 2452 | 2024-10-10T04:56:18.546Z | info: running `cargo check --bins` on oxql-types (66/164) |
| 2453 | 2024-10-10T04:56:19.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2454 | 2024-10-10T04:56:19.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2455 | 2024-10-10T04:56:19.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2456 | 2024-10-10T04:56:19.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2457 | 2024-10-10T04:56:19.207Z | |
| 2458 | 2024-10-10T04:56:19.207Z | info: running `cargo check --bins` on update-engine (67/164) |
| 2459 | 2024-10-10T04:56:19.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2460 | 2024-10-10T04:56:19.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2461 | 2024-10-10T04:56:19.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2462 | 2024-10-10T04:56:19.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2463 | 2024-10-10T04:56:19.839Z | |
| 2464 | 2024-10-10T04:56:19.839Z | info: running `cargo check --bins` on sp-sim (68/164) |
| 2465 | 2024-10-10T04:56:20.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2466 | 2024-10-10T04:56:20.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2467 | 2024-10-10T04:56:20.495Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2468 | 2024-10-10T04:56:22.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
| 2469 | 2024-10-10T04:56:22.355Z | |
| 2470 | 2024-10-10T04:56:22.355Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (69/164) |
| 2471 | 2024-10-10T04:56:22.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2472 | 2024-10-10T04:56:22.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2473 | 2024-10-10T04:56:22.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2474 | 2024-10-10T04:56:22.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2475 | 2024-10-10T04:56:23.069Z | |
| 2476 | 2024-10-10T04:56:23.069Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/164) |
| 2477 | 2024-10-10T04:56:23.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2478 | 2024-10-10T04:56:23.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2479 | 2024-10-10T04:56:23.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2480 | 2024-10-10T04:56:23.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2481 | 2024-10-10T04:56:23.787Z | |
| 2482 | 2024-10-10T04:56:23.787Z | info: running `cargo check --bins` on db-macros (71/164) |
| 2483 | 2024-10-10T04:56:24.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2484 | 2024-10-10T04:56:24.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2485 | 2024-10-10T04:56:24.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2486 | 2024-10-10T04:56:24.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2487 | 2024-10-10T04:56:24.420Z | |
| 2488 | 2024-10-10T04:56:24.420Z | info: running `cargo check --bins` on nexus-macros-common (72/164) |
| 2489 | 2024-10-10T04:56:24.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2490 | 2024-10-10T04:56:24.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2491 | 2024-10-10T04:56:24.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2492 | 2024-10-10T04:56:24.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2493 | 2024-10-10T04:56:25.047Z | |
| 2494 | 2024-10-10T04:56:25.047Z | info: running `cargo check --bins` on nexus-auth (73/164) |
| 2495 | 2024-10-10T04:56:25.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2496 | 2024-10-10T04:56:25.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2497 | 2024-10-10T04:56:25.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2498 | 2024-10-10T04:56:25.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2499 | 2024-10-10T04:56:25.743Z | |
| 2500 | 2024-10-10T04:56:25.743Z | info: running `cargo check --bins` on authz-macros (74/164) |
| 2501 | 2024-10-10T04:56:26.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2502 | 2024-10-10T04:56:26.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2503 | 2024-10-10T04:56:26.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2504 | 2024-10-10T04:56:26.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2505 | 2024-10-10T04:56:26.370Z | |
| 2506 | 2024-10-10T04:56:26.371Z | info: running `cargo check --bins` on nexus-db-fixed-data (75/164) |
| 2507 | 2024-10-10T04:56:26.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2508 | 2024-10-10T04:56:26.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2509 | 2024-10-10T04:56:26.985Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2510 | 2024-10-10T04:56:26.987Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2511 | 2024-10-10T04:56:27.056Z | |
| 2512 | 2024-10-10T04:56:27.056Z | info: running `cargo check --bins` on nexus-db-model (76/164) |
| 2513 | 2024-10-10T04:56:27.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2514 | 2024-10-10T04:56:27.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2515 | 2024-10-10T04:56:27.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2516 | 2024-10-10T04:56:27.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2517 | 2024-10-10T04:56:27.740Z | |
| 2518 | 2024-10-10T04:56:27.740Z | info: running `cargo check --bins` on nexus-defaults (77/164) |
| 2519 | 2024-10-10T04:56:28.331Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2520 | 2024-10-10T04:56:28.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2521 | 2024-10-10T04:56:28.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2522 | 2024-10-10T04:56:28.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2523 | 2024-10-10T04:56:28.401Z | |
| 2524 | 2024-10-10T04:56:28.402Z | info: running `cargo check --bins` on sled-agent-client (78/164) |
| 2525 | 2024-10-10T04:56:29.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2526 | 2024-10-10T04:56:29.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2527 | 2024-10-10T04:56:29.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2528 | 2024-10-10T04:56:29.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2529 | 2024-10-10T04:56:29.079Z | |
| 2530 | 2024-10-10T04:56:29.079Z | info: running `cargo check --bins` on nexus-inventory (79/164) |
| 2531 | 2024-10-10T04:56:29.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2532 | 2024-10-10T04:56:29.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2533 | 2024-10-10T04:56:29.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2534 | 2024-10-10T04:56:29.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2535 | 2024-10-10T04:56:29.761Z | |
| 2536 | 2024-10-10T04:56:29.761Z | info: running `cargo check --bins` on typed-rng (80/164) |
| 2537 | 2024-10-10T04:56:30.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2538 | 2024-10-10T04:56:30.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2539 | 2024-10-10T04:56:30.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2540 | 2024-10-10T04:56:30.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2541 | 2024-10-10T04:56:30.386Z | |
| 2542 | 2024-10-10T04:56:30.386Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/164) |
| 2543 | 2024-10-10T04:56:31.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2544 | 2024-10-10T04:56:31.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2545 | 2024-10-10T04:56:31.137Z | Checking keccak v0.1.5 |
| 2546 | 2024-10-10T04:56:31.240Z | Checking secrecy v0.8.0 |
| 2547 | 2024-10-10T04:56:31.243Z | Compiling unicase v2.7.0 |
| 2548 | 2024-10-10T04:56:31.243Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2549 | 2024-10-10T04:56:31.258Z | Compiling same-file v1.0.6 |
| 2550 | 2024-10-10T04:56:31.260Z | Compiling tempfile v3.13.0 |
| 2551 | 2024-10-10T04:56:31.291Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2552 | 2024-10-10T04:56:31.294Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2553 | 2024-10-10T04:56:31.411Z | Compiling walkdir v2.5.0 |
| 2554 | 2024-10-10T04:56:31.505Z | Checking sha3 v0.10.8 |
| 2555 | 2024-10-10T04:56:31.542Z | Checking universal-hash v0.5.1 |
| 2556 | 2024-10-10T04:56:31.584Z | Compiling ring v0.16.20 |
| 2557 | 2024-10-10T04:56:31.710Z | Compiling blake3 v1.5.1 |
| 2558 | 2024-10-10T04:56:31.726Z | Checking opaque-debug v0.3.1 |
| 2559 | 2024-10-10T04:56:31.825Z | Checking poly1305 v0.8.0 |
| 2560 | 2024-10-10T04:56:31.864Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2561 | 2024-10-10T04:56:32.134Z | Checking chacha20 v0.9.1 |
| 2562 | 2024-10-10T04:56:32.136Z | Checking aead v0.5.2 |
| 2563 | 2024-10-10T04:56:32.171Z | Compiling memmap2 v0.9.4 |
| 2564 | 2024-10-10T04:56:32.285Z | Compiling salty v0.3.0 |
| 2565 | 2024-10-10T04:56:32.332Z | Compiling arrayvec v0.7.4 |
| 2566 | 2024-10-10T04:56:32.351Z | Compiling untrusted v0.7.1 |
| 2567 | 2024-10-10T04:56:32.442Z | Compiling libefi-sys v0.1.0 |
| 2568 | 2024-10-10T04:56:32.550Z | Compiling spin v0.5.2 |
| 2569 | 2024-10-10T04:56:32.568Z | Compiling constant_time_eq v0.3.0 |
| 2570 | 2024-10-10T04:56:32.704Z | Compiling home v0.5.9 |
| 2571 | 2024-10-10T04:56:32.719Z | Compiling arrayref v0.3.7 |
| 2572 | 2024-10-10T04:56:32.772Z | Checking chacha20poly1305 v0.10.1 |
| 2573 | 2024-10-10T04:56:32.830Z | Compiling toolchain_find v0.4.0 |
| 2574 | 2024-10-10T04:56:32.952Z | Compiling camino-tempfile v1.1.1 |
| 2575 | 2024-10-10T04:56:32.955Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2576 | 2024-10-10T04:56:33.045Z | Compiling bitfield-struct v0.6.1 |
| 2577 | 2024-10-10T04:56:33.176Z | Compiling topological-sort v0.2.2 |
| 2578 | 2024-10-10T04:56:33.380Z | Compiling mime_guess v2.0.4 |
| 2579 | 2024-10-10T04:56:33.396Z | Compiling rustfmt-wrapper v0.2.1 |
| 2580 | 2024-10-10T04:56:33.961Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2581 | 2024-10-10T04:56:33.965Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2582 | 2024-10-10T04:56:34.010Z | Checking primeorder v0.13.6 |
| 2583 | 2024-10-10T04:56:34.122Z | Checking env_filter v0.1.2 |
| 2584 | 2024-10-10T04:56:34.261Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2585 | 2024-10-10T04:56:34.331Z | Checking env_logger v0.11.5 |
| 2586 | 2024-10-10T04:56:34.440Z | Checking thiserror-no-std v2.0.2 |
| 2587 | 2024-10-10T04:56:34.457Z | Checking p384 v0.13.0 |
| 2588 | 2024-10-10T04:56:34.471Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2589 | 2024-10-10T04:56:34.541Z | Checking vsss-rs v3.3.4 |
| 2590 | 2024-10-10T04:56:34.593Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2591 | 2024-10-10T04:56:34.628Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2592 | 2024-10-10T04:56:34.853Z | Checking gethostname v0.5.0 |
| 2593 | 2024-10-10T04:56:34.974Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2594 | 2024-10-10T04:56:34.991Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2595 | 2024-10-10T04:56:35.012Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2596 | 2024-10-10T04:56:35.219Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2597 | 2024-10-10T04:56:35.309Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2598 | 2024-10-10T04:56:35.462Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2599 | 2024-10-10T04:56:35.523Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2600 | 2024-10-10T04:56:35.799Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2601 | 2024-10-10T04:56:35.817Z | Checking nanorand v0.7.0 |
| 2602 | 2024-10-10T04:56:35.832Z | Checking atty v0.2.14 |
| 2603 | 2024-10-10T04:56:35.834Z | Checking glob v0.3.1 |
| 2604 | 2024-10-10T04:56:35.969Z | Checking http-range v0.1.5 |
| 2605 | 2024-10-10T04:56:36.129Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2606 | 2024-10-10T04:56:36.154Z | Checking hyper-staticfile v0.10.1 |
| 2607 | 2024-10-10T04:56:36.171Z | Checking flume v0.11.0 |
| 2608 | 2024-10-10T04:56:36.637Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
| 2609 | 2024-10-10T04:56:36.850Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2610 | 2024-10-10T04:56:36.946Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2611 | 2024-10-10T04:56:37.439Z | Compiling omicron-zone-package v0.11.1 |
| 2612 | 2024-10-10T04:56:37.592Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2613 | 2024-10-10T04:56:38.439Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2614 | 2024-10-10T04:56:38.638Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2615 | 2024-10-10T04:56:38.757Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 2616 | 2024-10-10T04:56:38.799Z | Checking display-error-chain v0.2.1 |
| 2617 | 2024-10-10T04:56:40.245Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2618 | 2024-10-10T04:56:41.620Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2619 | 2024-10-10T04:56:42.934Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2620 | 2024-10-10T04:56:42.934Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2621 | 2024-10-10T04:56:53.295Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2622 | 2024-10-10T04:57:05.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.09s |
| 2623 | 2024-10-10T04:57:05.663Z | |
| 2624 | 2024-10-10T04:57:05.663Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/164) |
| 2625 | 2024-10-10T04:57:06.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2626 | 2024-10-10T04:57:06.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2627 | 2024-10-10T04:57:06.426Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2628 | 2024-10-10T04:57:18.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.78s |
| 2629 | 2024-10-10T04:57:18.633Z | |
| 2630 | 2024-10-10T04:57:18.633Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/164) |
| 2631 | 2024-10-10T04:57:19.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2632 | 2024-10-10T04:57:19.283Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2633 | 2024-10-10T04:57:19.399Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2634 | 2024-10-10T04:57:31.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.72s |
| 2635 | 2024-10-10T04:57:31.535Z | |
| 2636 | 2024-10-10T04:57:31.535Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/164) |
| 2637 | 2024-10-10T04:57:32.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2638 | 2024-10-10T04:57:32.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2639 | 2024-10-10T04:57:32.288Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2640 | 2024-10-10T04:57:44.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.75s |
| 2641 | 2024-10-10T04:57:44.465Z | |
| 2642 | 2024-10-10T04:57:44.465Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/164) |
| 2643 | 2024-10-10T04:57:45.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2644 | 2024-10-10T04:57:45.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2645 | 2024-10-10T04:57:45.215Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2646 | 2024-10-10T04:57:57.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.65s |
| 2647 | 2024-10-10T04:57:57.304Z | |
| 2648 | 2024-10-10T04:57:57.304Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/164) |
| 2649 | 2024-10-10T04:57:57.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2650 | 2024-10-10T04:57:57.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2651 | 2024-10-10T04:57:58.049Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2652 | 2024-10-10T04:58:09.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.65s |
| 2653 | 2024-10-10T04:58:10.145Z | |
| 2654 | 2024-10-10T04:58:10.145Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/164) |
| 2655 | 2024-10-10T04:58:10.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2656 | 2024-10-10T04:58:10.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2657 | 2024-10-10T04:58:10.897Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2658 | 2024-10-10T04:58:22.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.70s |
| 2659 | 2024-10-10T04:58:23.043Z | |
| 2660 | 2024-10-10T04:58:23.043Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/164) |
| 2661 | 2024-10-10T04:58:23.675Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2662 | 2024-10-10T04:58:23.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2663 | 2024-10-10T04:58:23.787Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2664 | 2024-10-10T04:58:35.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.86s |
| 2665 | 2024-10-10T04:58:36.103Z | |
| 2666 | 2024-10-10T04:58:36.103Z | info: running `cargo check --bins` on bootstrap-agent-api (89/164) |
| 2667 | 2024-10-10T04:58:36.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2668 | 2024-10-10T04:58:36.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2669 | 2024-10-10T04:58:36.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2670 | 2024-10-10T04:58:36.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2671 | 2024-10-10T04:58:36.772Z | |
| 2672 | 2024-10-10T04:58:36.772Z | info: running `cargo check --bins` on sled-agent-types (90/164) |
| 2673 | 2024-10-10T04:58:37.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2674 | 2024-10-10T04:58:37.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2675 | 2024-10-10T04:58:37.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2676 | 2024-10-10T04:58:37.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2677 | 2024-10-10T04:58:37.451Z | |
| 2678 | 2024-10-10T04:58:37.451Z | info: running `cargo check --bins` on bootstrap-agent-client (91/164) |
| 2679 | 2024-10-10T04:58:38.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2680 | 2024-10-10T04:58:38.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2681 | 2024-10-10T04:58:38.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2682 | 2024-10-10T04:58:38.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2683 | 2024-10-10T04:58:38.114Z | |
| 2684 | 2024-10-10T04:58:38.114Z | info: running `cargo check --bins` on dpd-client (92/164) |
| 2685 | 2024-10-10T04:58:38.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2686 | 2024-10-10T04:58:38.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2687 | 2024-10-10T04:58:38.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2688 | 2024-10-10T04:58:38.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2689 | 2024-10-10T04:58:38.751Z | |
| 2690 | 2024-10-10T04:58:38.751Z | info: running `cargo check --bins` on installinator-common (93/164) |
| 2691 | 2024-10-10T04:58:39.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2692 | 2024-10-10T04:58:39.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2693 | 2024-10-10T04:58:39.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2694 | 2024-10-10T04:58:39.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2695 | 2024-10-10T04:58:39.421Z | |
| 2696 | 2024-10-10T04:58:39.421Z | info: running `cargo check --bins` on key-manager (94/164) |
| 2697 | 2024-10-10T04:58:40.005Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2698 | 2024-10-10T04:58:40.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2699 | 2024-10-10T04:58:40.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2700 | 2024-10-10T04:58:40.011Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2701 | 2024-10-10T04:58:40.075Z | |
| 2702 | 2024-10-10T04:58:40.075Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/164) |
| 2703 | 2024-10-10T04:58:40.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2704 | 2024-10-10T04:58:40.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2705 | 2024-10-10T04:58:40.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2706 | 2024-10-10T04:58:40.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2707 | 2024-10-10T04:58:40.742Z | |
| 2708 | 2024-10-10T04:58:40.742Z | info: running `cargo check --bins` on sled-agent-api (96/164) |
| 2709 | 2024-10-10T04:58:41.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2710 | 2024-10-10T04:58:41.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2711 | 2024-10-10T04:58:41.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2712 | 2024-10-10T04:58:41.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2713 | 2024-10-10T04:58:41.422Z | |
| 2714 | 2024-10-10T04:58:41.422Z | info: running `cargo check --bins` on sled-hardware (97/164) |
| 2715 | 2024-10-10T04:58:42.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2716 | 2024-10-10T04:58:42.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2717 | 2024-10-10T04:58:42.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2718 | 2024-10-10T04:58:42.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2719 | 2024-10-10T04:58:42.086Z | |
| 2720 | 2024-10-10T04:58:42.086Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/164) |
| 2721 | 2024-10-10T04:58:42.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2722 | 2024-10-10T04:58:42.685Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2723 | 2024-10-10T04:58:42.685Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2724 | 2024-10-10T04:58:42.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2725 | 2024-10-10T04:58:42.758Z | |
| 2726 | 2024-10-10T04:58:42.758Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/164) |
| 2727 | 2024-10-10T04:58:43.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2728 | 2024-10-10T04:58:43.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2729 | 2024-10-10T04:58:43.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2730 | 2024-10-10T04:58:43.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2731 | 2024-10-10T04:58:43.428Z | |
| 2732 | 2024-10-10T04:58:43.428Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/164) |
| 2733 | 2024-10-10T04:58:44.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2734 | 2024-10-10T04:58:44.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2735 | 2024-10-10T04:58:44.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2736 | 2024-10-10T04:58:44.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2737 | 2024-10-10T04:58:44.110Z | |
| 2738 | 2024-10-10T04:58:44.110Z | info: running `cargo check --bins` on nexus-test-interface (101/164) |
| 2739 | 2024-10-10T04:58:44.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2740 | 2024-10-10T04:58:44.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2741 | 2024-10-10T04:58:44.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2742 | 2024-10-10T04:58:44.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2743 | 2024-10-10T04:58:44.793Z | |
| 2744 | 2024-10-10T04:58:44.793Z | info: running `cargo check --bins` on oximeter-collector (102/164) |
| 2745 | 2024-10-10T04:58:45.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2746 | 2024-10-10T04:58:45.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2747 | 2024-10-10T04:58:45.491Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
| 2748 | 2024-10-10T04:58:45.491Z | Checking bcs v0.1.6 |
| 2749 | 2024-10-10T04:58:45.491Z | Compiling async-recursion v1.1.1 |
| 2750 | 2024-10-10T04:58:45.493Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2751 | 2024-10-10T04:58:45.493Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2752 | 2024-10-10T04:58:46.603Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2753 | 2024-10-10T04:58:49.762Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2754 | 2024-10-10T04:58:51.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s |
| 2755 | 2024-10-10T04:58:51.595Z | |
| 2756 | 2024-10-10T04:58:51.595Z | info: running `cargo check --bins` on oximeter-api (103/164) |
| 2757 | 2024-10-10T04:58:52.178Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2758 | 2024-10-10T04:58:52.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2759 | 2024-10-10T04:58:52.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2760 | 2024-10-10T04:58:52.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2761 | 2024-10-10T04:58:52.250Z | |
| 2762 | 2024-10-10T04:58:52.250Z | info: running `cargo check --bins` on oximeter-client (104/164) |
| 2763 | 2024-10-10T04:58:52.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2764 | 2024-10-10T04:58:52.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2765 | 2024-10-10T04:58:52.834Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2766 | 2024-10-10T04:58:52.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2767 | 2024-10-10T04:58:52.902Z | |
| 2768 | 2024-10-10T04:58:52.902Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/164) |
| 2769 | 2024-10-10T04:58:53.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2770 | 2024-10-10T04:58:53.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2771 | 2024-10-10T04:58:53.565Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2772 | 2024-10-10T04:58:54.141Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.23s |
| 2773 | 2024-10-10T04:58:54.292Z | |
| 2774 | 2024-10-10T04:58:54.292Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (106/164) |
| 2775 | 2024-10-10T04:58:54.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2776 | 2024-10-10T04:58:54.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2777 | 2024-10-10T04:58:54.974Z | Compiling cfg_aliases v0.1.1 |
| 2778 | 2024-10-10T04:58:54.977Z | Compiling vte_generate_state_changes v0.1.1 |
| 2779 | 2024-10-10T04:58:54.977Z | Checking fd-lock v4.0.2 |
| 2780 | 2024-10-10T04:58:54.977Z | Checking bytecount v0.6.8 |
| 2781 | 2024-10-10T04:58:54.977Z | Compiling tabled_derive v0.7.0 |
| 2782 | 2024-10-10T04:58:55.070Z | Checking crossterm v0.27.0 |
| 2783 | 2024-10-10T04:58:55.077Z | Compiling peg-macros v0.8.4 |
| 2784 | 2024-10-10T04:58:55.083Z | Compiling sqlparser_derive v0.2.2 |
| 2785 | 2024-10-10T04:58:55.139Z | Compiling nix v0.28.0 |
| 2786 | 2024-10-10T04:58:55.216Z | Checking papergrid v0.11.0 |
| 2787 | 2024-10-10T04:58:55.233Z | Checking home v0.5.9 |
| 2788 | 2024-10-10T04:58:55.372Z | Checking unicode_categories v0.1.1 |
| 2789 | 2024-10-10T04:58:55.666Z | Checking nu-ansi-term v0.50.0 |
| 2790 | 2024-10-10T04:58:55.681Z | Checking vte v0.11.1 |
| 2791 | 2024-10-10T04:58:56.081Z | Checking sqlformat v0.2.6 |
| 2792 | 2024-10-10T04:58:56.188Z | Checking sqlparser v0.45.0 |
| 2793 | 2024-10-10T04:58:56.653Z | Checking crossterm v0.28.1 |
| 2794 | 2024-10-10T04:58:57.063Z | Checking strip-ansi-escapes v0.2.0 |
| 2795 | 2024-10-10T04:58:57.210Z | Checking reedline v0.33.0 |
| 2796 | 2024-10-10T04:58:57.589Z | Checking tabled v0.15.0 |
| 2797 | 2024-10-10T04:58:58.175Z | Checking peg v0.8.4 |
| 2798 | 2024-10-10T04:58:58.462Z | Checking rustyline v14.0.0 |
| 2799 | 2024-10-10T04:59:02.804Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2800 | 2024-10-10T04:59:08.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.02s |
| 2801 | 2024-10-10T04:59:08.489Z | |
| 2802 | 2024-10-10T04:59:08.490Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/164) |
| 2803 | 2024-10-10T04:59:09.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2804 | 2024-10-10T04:59:09.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2805 | 2024-10-10T04:59:09.174Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2806 | 2024-10-10T04:59:14.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.23s |
| 2807 | 2024-10-10T04:59:14.891Z | |
| 2808 | 2024-10-10T04:59:14.891Z | info: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (108/164) |
| 2809 | 2024-10-10T04:59:15.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2810 | 2024-10-10T04:59:15.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2811 | 2024-10-10T04:59:15.568Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2812 | 2024-10-10T04:59:19.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s |
| 2813 | 2024-10-10T04:59:20.081Z | |
| 2814 | 2024-10-10T04:59:20.081Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (109/164) |
| 2815 | 2024-10-10T04:59:20.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2816 | 2024-10-10T04:59:20.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2817 | 2024-10-10T04:59:20.749Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2818 | 2024-10-10T04:59:25.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.73s |
| 2819 | 2024-10-10T04:59:25.965Z | |
| 2820 | 2024-10-10T04:59:25.965Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (110/164) |
| 2821 | 2024-10-10T04:59:26.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2024-10-10T04:59:26.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2024-10-10T04:59:26.644Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2824 | 2024-10-10T04:59:32.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s |
| 2825 | 2024-10-10T04:59:32.181Z | |
| 2826 | 2024-10-10T04:59:32.181Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/164) |
| 2827 | 2024-10-10T04:59:32.785Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2024-10-10T04:59:32.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2024-10-10T04:59:32.865Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2830 | 2024-10-10T04:59:36.978Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
| 2831 | 2024-10-10T04:59:37.148Z | |
| 2832 | 2024-10-10T04:59:37.148Z | info: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (112/164) |
| 2833 | 2024-10-10T04:59:37.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2024-10-10T04:59:37.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2024-10-10T04:59:37.831Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2836 | 2024-10-10T04:59:42.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s |
| 2837 | 2024-10-10T04:59:42.371Z | |
| 2838 | 2024-10-10T04:59:42.371Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (113/164) |
| 2839 | 2024-10-10T04:59:42.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2024-10-10T04:59:42.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2024-10-10T04:59:43.052Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2842 | 2024-10-10T04:59:48.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s |
| 2843 | 2024-10-10T04:59:48.425Z | |
| 2844 | 2024-10-10T04:59:48.425Z | info: running `cargo check --bins` on oximeter-test-utils (114/164) |
| 2845 | 2024-10-10T04:59:49.028Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2024-10-10T04:59:49.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2024-10-10T04:59:49.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2848 | 2024-10-10T04:59:49.034Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2849 | 2024-10-10T04:59:49.101Z | |
| 2850 | 2024-10-10T04:59:49.101Z | info: running `cargo check --bins` on clickhouse-admin-client (115/164) |
| 2851 | 2024-10-10T04:59:49.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2024-10-10T04:59:49.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2024-10-10T04:59:49.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2854 | 2024-10-10T04:59:49.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2855 | 2024-10-10T04:59:49.760Z | |
| 2856 | 2024-10-10T04:59:49.760Z | info: running `cargo check --bins` on cockroach-admin-client (116/164) |
| 2857 | 2024-10-10T04:59:50.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2024-10-10T04:59:50.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2024-10-10T04:59:50.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2860 | 2024-10-10T04:59:50.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2861 | 2024-10-10T04:59:50.391Z | |
| 2862 | 2024-10-10T04:59:50.391Z | info: running `cargo check --bins` on installinator-client (117/164) |
| 2863 | 2024-10-10T04:59:50.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2024-10-10T04:59:50.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2024-10-10T04:59:50.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2024-10-10T04:59:50.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2867 | 2024-10-10T04:59:51.063Z | |
| 2868 | 2024-10-10T04:59:51.063Z | info: running `cargo check --bins` on oxide-client (118/164) |
| 2869 | 2024-10-10T04:59:51.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2024-10-10T04:59:51.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2024-10-10T04:59:51.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2872 | 2024-10-10T04:59:51.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2873 | 2024-10-10T04:59:51.700Z | |
| 2874 | 2024-10-10T04:59:51.700Z | info: running `cargo check --bins` on wicketd-client (119/164) |
| 2875 | 2024-10-10T04:59:52.316Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2876 | 2024-10-10T04:59:52.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2877 | 2024-10-10T04:59:52.319Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2878 | 2024-10-10T04:59:52.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2879 | 2024-10-10T04:59:52.393Z | |
| 2880 | 2024-10-10T04:59:52.393Z | info: running `cargo check --bins` on wicket-common (120/164) |
| 2881 | 2024-10-10T04:59:52.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2024-10-10T04:59:52.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2024-10-10T04:59:52.995Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2884 | 2024-10-10T04:59:53.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2885 | 2024-10-10T04:59:53.064Z | |
| 2886 | 2024-10-10T04:59:53.064Z | info: running `cargo check --bins` on omicron-cockroach-admin (121/164) |
| 2887 | 2024-10-10T04:59:53.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2888 | 2024-10-10T04:59:53.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2889 | 2024-10-10T04:59:53.756Z | Checking csv-core v0.1.11 |
| 2890 | 2024-10-10T04:59:53.759Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2891 | 2024-10-10T04:59:54.045Z | Checking csv v1.3.0 |
| 2892 | 2024-10-10T04:59:54.556Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2893 | 2024-10-10T04:59:54.890Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2894 | 2024-10-10T04:59:56.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.99s |
| 2895 | 2024-10-10T04:59:56.215Z | |
| 2896 | 2024-10-10T04:59:56.215Z | info: running `cargo check --bins` on cockroach-admin-api (122/164) |
| 2897 | 2024-10-10T04:59:56.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2898 | 2024-10-10T04:59:56.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2899 | 2024-10-10T04:59:56.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2900 | 2024-10-10T04:59:56.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2901 | 2024-10-10T04:59:56.879Z | |
| 2902 | 2024-10-10T04:59:56.879Z | info: running `cargo check --bins` on cockroach-admin-types (123/164) |
| 2903 | 2024-10-10T04:59:57.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2904 | 2024-10-10T04:59:57.472Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2905 | 2024-10-10T04:59:57.472Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2906 | 2024-10-10T04:59:57.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2907 | 2024-10-10T04:59:57.540Z | |
| 2908 | 2024-10-10T04:59:57.540Z | info: running `cargo check --bins` on cert-dev (124/164) |
| 2909 | 2024-10-10T04:59:58.102Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2910 | 2024-10-10T04:59:58.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2911 | 2024-10-10T04:59:58.161Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2912 | 2024-10-10T04:59:58.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 2913 | 2024-10-10T04:59:58.558Z | |
| 2914 | 2024-10-10T04:59:58.558Z | info: running `cargo check --bins` on ch-dev (125/164) |
| 2915 | 2024-10-10T04:59:59.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2916 | 2024-10-10T04:59:59.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2917 | 2024-10-10T04:59:59.240Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2918 | 2024-10-10T04:59:59.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 2919 | 2024-10-10T05:00:00.079Z | |
| 2920 | 2024-10-10T05:00:00.079Z | info: running `cargo check --bins` on crdb-seed (126/164) |
| 2921 | 2024-10-10T05:00:00.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2922 | 2024-10-10T05:00:00.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2923 | 2024-10-10T05:00:00.747Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2924 | 2024-10-10T05:00:01.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 2925 | 2024-10-10T05:00:01.349Z | |
| 2926 | 2024-10-10T05:00:01.349Z | info: running `cargo check --bins` on db-dev (127/164) |
| 2927 | 2024-10-10T05:00:01.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2928 | 2024-10-10T05:00:01.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2929 | 2024-10-10T05:00:01.920Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 2930 | 2024-10-10T05:00:02.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 2931 | 2024-10-10T05:00:02.760Z | |
| 2932 | 2024-10-10T05:00:02.760Z | info: running `cargo check --bins` on omicron-dev-lib (128/164) |
| 2933 | 2024-10-10T05:00:03.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2934 | 2024-10-10T05:00:03.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2935 | 2024-10-10T05:00:03.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2936 | 2024-10-10T05:00:03.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2937 | 2024-10-10T05:00:03.432Z | |
| 2938 | 2024-10-10T05:00:03.432Z | info: running `cargo check --bins` on xtask-downloader (129/164) |
| 2939 | 2024-10-10T05:00:03.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2940 | 2024-10-10T05:00:03.997Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2941 | 2024-10-10T05:00:04.055Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 2942 | 2024-10-10T05:00:04.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
| 2943 | 2024-10-10T05:00:05.017Z | |
| 2944 | 2024-10-10T05:00:05.017Z | info: running `cargo check --bins` on omicron-ls-apis (130/164) |
| 2945 | 2024-10-10T05:00:05.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2946 | 2024-10-10T05:00:05.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2947 | 2024-10-10T05:00:05.645Z | Checking cargo-platform v0.1.8 |
| 2948 | 2024-10-10T05:00:05.901Z | Checking cargo_metadata v0.18.1 |
| 2949 | 2024-10-10T05:00:06.874Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 2950 | 2024-10-10T05:00:07.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 2951 | 2024-10-10T05:00:07.742Z | |
| 2952 | 2024-10-10T05:00:07.742Z | info: running `cargo check --bins` on mgs-dev (131/164) |
| 2953 | 2024-10-10T05:00:08.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2954 | 2024-10-10T05:00:08.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2955 | 2024-10-10T05:00:08.481Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2956 | 2024-10-10T05:00:09.122Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 2957 | 2024-10-10T05:00:09.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
| 2958 | 2024-10-10T05:00:09.781Z | |
| 2959 | 2024-10-10T05:00:09.781Z | info: running `cargo check --bins` on omicron-omdb (132/164) |
| 2960 | 2024-10-10T05:00:10.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2961 | 2024-10-10T05:00:10.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2962 | 2024-10-10T05:00:10.583Z | Compiling crunchy v0.2.2 |
| 2963 | 2024-10-10T05:00:10.583Z | Compiling glob v0.3.1 |
| 2964 | 2024-10-10T05:00:10.585Z | Compiling tiny-keccak v2.0.2 |
| 2965 | 2024-10-10T05:00:10.585Z | Compiling dsl_auto_type v0.1.2 |
| 2966 | 2024-10-10T05:00:10.585Z | Checking scheduled-thread-pool v0.2.7 |
| 2967 | 2024-10-10T05:00:10.701Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2968 | 2024-10-10T05:00:10.746Z | Compiling ascii-canvas v3.0.0 |
| 2969 | 2024-10-10T05:00:10.748Z | Compiling ena v0.14.3 |
| 2970 | 2024-10-10T05:00:10.900Z | Checking r2d2 v0.8.10 |
| 2971 | 2024-10-10T05:00:11.036Z | Compiling libloading v0.8.3 |
| 2972 | 2024-10-10T05:00:11.102Z | Compiling bindgen v0.69.4 |
| 2973 | 2024-10-10T05:00:11.152Z | Compiling regex-syntax v0.6.29 |
| 2974 | 2024-10-10T05:00:11.213Z | Compiling diff v0.1.13 |
| 2975 | 2024-10-10T05:00:11.307Z | Compiling which v4.4.2 |
| 2976 | 2024-10-10T05:00:11.416Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2977 | 2024-10-10T05:00:11.647Z | Compiling clang-sys v1.7.0 |
| 2978 | 2024-10-10T05:00:11.667Z | Compiling cexpr v0.6.0 |
| 2979 | 2024-10-10T05:00:11.884Z | Compiling rustc-hash v1.1.0 |
| 2980 | 2024-10-10T05:00:11.904Z | Compiling lazycell v1.3.0 |
| 2981 | 2024-10-10T05:00:11.905Z | Compiling ref-cast v1.0.23 |
| 2982 | 2024-10-10T05:00:11.967Z | Compiling shlex v1.3.0 |
| 2983 | 2024-10-10T05:00:12.037Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2984 | 2024-10-10T05:00:12.076Z | Compiling derive_builder_core v0.20.0 |
| 2985 | 2024-10-10T05:00:12.332Z | Compiling libxml v0.3.3 |
| 2986 | 2024-10-10T05:00:12.371Z | Compiling diesel_derives v2.2.2 |
| 2987 | 2024-10-10T05:00:12.385Z | Compiling ref-cast-impl v1.0.23 |
| 2988 | 2024-10-10T05:00:12.545Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2989 | 2024-10-10T05:00:12.758Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2990 | 2024-10-10T05:00:13.055Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2991 | 2024-10-10T05:00:13.353Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2992 | 2024-10-10T05:00:13.356Z | Compiling strum_macros v0.24.3 |
| 2993 | 2024-10-10T05:00:13.729Z | Compiling indoc v1.0.9 |
| 2994 | 2024-10-10T05:00:14.489Z | Compiling lalrpop v0.19.12 |
| 2995 | 2024-10-10T05:00:14.740Z | Compiling derive_builder_macro v0.20.0 |
| 2996 | 2024-10-10T05:00:15.594Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2997 | 2024-10-10T05:00:15.633Z | Checking derive_builder v0.20.0 |
| 2998 | 2024-10-10T05:00:15.788Z | Compiling oso-derive v0.27.3 |
| 2999 | 2024-10-10T05:00:16.262Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3000 | 2024-10-10T05:00:16.890Z | Checking quick-xml v0.33.0 |
| 3001 | 2024-10-10T05:00:17.025Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
| 3002 | 2024-10-10T05:00:17.059Z | Checking maplit v1.0.2 |
| 3003 | 2024-10-10T05:00:17.207Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3004 | 2024-10-10T05:00:17.410Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3005 | 2024-10-10T05:00:17.714Z | Checking bb8 v0.8.5 |
| 3006 | 2024-10-10T05:00:18.195Z | Compiling const_format_proc_macros v0.2.33 |
| 3007 | 2024-10-10T05:00:18.999Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#9d0cdc48) |
| 3008 | 2024-10-10T05:00:19.108Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3009 | 2024-10-10T05:00:19.410Z | Checking castaway v0.2.3 |
| 3010 | 2024-10-10T05:00:19.574Z | Checking compact_str v0.8.0 |
| 3011 | 2024-10-10T05:00:20.410Z | Checking const_format v0.2.33 |
| 3012 | 2024-10-10T05:00:20.524Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3013 | 2024-10-10T05:00:20.832Z | Checking unicode-truncate v1.0.0 |
| 3014 | 2024-10-10T05:00:20.890Z | Checking lru v0.12.3 |
| 3015 | 2024-10-10T05:00:21.052Z | Compiling instability v0.3.2 |
| 3016 | 2024-10-10T05:00:21.194Z | Checking smawk v0.3.2 |
| 3017 | 2024-10-10T05:00:21.241Z | Checking unicode-linebreak v0.1.5 |
| 3018 | 2024-10-10T05:00:21.397Z | Checking is_ci v1.2.0 |
| 3019 | 2024-10-10T05:00:21.541Z | Checking cassowary v0.3.0 |
| 3020 | 2024-10-10T05:00:21.688Z | Checking textwrap v0.16.1 |
| 3021 | 2024-10-10T05:00:21.987Z | Checking supports-color v3.0.1 |
| 3022 | 2024-10-10T05:00:22.127Z | Checking multimap v0.10.0 |
| 3023 | 2024-10-10T05:00:22.161Z | Checking ratatui v0.28.0 |
| 3024 | 2024-10-10T05:00:24.266Z | Checking diesel v2.2.4 |
| 3025 | 2024-10-10T05:00:42.501Z | Compiling samael v0.0.17 |
| 3026 | 2024-10-10T05:00:58.806Z | Compiling polar-core v0.27.3 |
| 3027 | 2024-10-10T05:00:59.701Z | Checking async-bb8-diesel v0.2.1 |
| 3028 | 2024-10-10T05:01:05.652Z | Checking oso v0.27.3 |
| 3029 | 2024-10-10T05:02:06.813Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3030 | 2024-10-10T05:02:12.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s |
| 3031 | 2024-10-10T05:02:12.364Z | |
| 3032 | 2024-10-10T05:02:12.364Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (133/164) |
| 3033 | 2024-10-10T05:02:13.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3034 | 2024-10-10T05:02:13.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3035 | 2024-10-10T05:02:13.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3036 | 2024-10-10T05:02:13.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3037 | 2024-10-10T05:02:13.078Z | |
| 3038 | 2024-10-10T05:02:13.079Z | info: running `cargo check --bins` on nexus-saga-recovery (134/164) |
| 3039 | 2024-10-10T05:02:13.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3040 | 2024-10-10T05:02:13.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3041 | 2024-10-10T05:02:13.706Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3042 | 2024-10-10T05:02:13.709Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3043 | 2024-10-10T05:02:13.782Z | |
| 3044 | 2024-10-10T05:02:13.782Z | info: running `cargo check --bins` on nexus-test-utils-macros (135/164) |
| 3045 | 2024-10-10T05:02:14.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3046 | 2024-10-10T05:02:14.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3047 | 2024-10-10T05:02:14.344Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3048 | 2024-10-10T05:02:14.347Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3049 | 2024-10-10T05:02:14.407Z | |
| 3050 | 2024-10-10T05:02:14.407Z | info: running `cargo check --bins` on omicron-nexus (136/164) |
| 3051 | 2024-10-10T05:02:15.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3052 | 2024-10-10T05:02:15.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3053 | 2024-10-10T05:02:15.224Z | Compiling libz-sys v1.1.16 |
| 3054 | 2024-10-10T05:02:15.330Z | Checking http v0.2.12 |
| 3055 | 2024-10-10T05:02:15.332Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3056 | 2024-10-10T05:02:15.350Z | Compiling vergen v8.3.2 |
| 3057 | 2024-10-10T05:02:15.352Z | Compiling cargo-platform v0.1.8 |
| 3058 | 2024-10-10T05:02:15.352Z | Compiling pin-project-internal v1.1.5 |
| 3059 | 2024-10-10T05:02:15.388Z | Compiling snafu-derive v0.8.2 |
| 3060 | 2024-10-10T05:02:15.388Z | Compiling libsqlite3-sys v0.30.1 |
| 3061 | 2024-10-10T05:02:15.653Z | Compiling cargo_metadata v0.18.1 |
| 3062 | 2024-10-10T05:02:15.886Z | Checking sync_wrapper v0.1.2 |
| 3063 | 2024-10-10T05:02:15.905Z | Compiling buf-list v1.0.3 |
| 3064 | 2024-10-10T05:02:16.009Z | Compiling cfg_aliases v0.2.1 |
| 3065 | 2024-10-10T05:02:16.150Z | Compiling rustls v0.21.12 |
| 3066 | 2024-10-10T05:02:16.267Z | Compiling nix v0.29.0 |
| 3067 | 2024-10-10T05:02:16.502Z | Checking globset v0.4.14 |
| 3068 | 2024-10-10T05:02:16.577Z | Checking rustls-webpki v0.101.7 |
| 3069 | 2024-10-10T05:02:16.611Z | Checking http-body v0.4.6 |
| 3070 | 2024-10-10T05:02:17.041Z | Checking h2 v0.3.26 |
| 3071 | 2024-10-10T05:02:17.041Z | Checking olpc-cjson v0.1.3 |
| 3072 | 2024-10-10T05:02:17.222Z | Checking sct v0.7.1 |
| 3073 | 2024-10-10T05:02:17.239Z | Checking rand_seeder v0.3.0 |
| 3074 | 2024-10-10T05:02:17.275Z | Checking serde_plain v1.0.2 |
| 3075 | 2024-10-10T05:02:17.413Z | Checking typed-path v0.7.1 |
| 3076 | 2024-10-10T05:02:17.451Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3077 | 2024-10-10T05:02:18.349Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3078 | 2024-10-10T05:02:18.372Z | Checking pin-project v1.1.5 |
| 3079 | 2024-10-10T05:02:18.494Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3080 | 2024-10-10T05:02:18.621Z | Checking hashlink v0.9.1 |
| 3081 | 2024-10-10T05:02:18.773Z | Checking fallible-streaming-iterator v0.1.9 |
| 3082 | 2024-10-10T05:02:19.002Z | Checking fallible-iterator v0.3.0 |
| 3083 | 2024-10-10T05:02:19.242Z | Checking parse-size v1.0.0 |
| 3084 | 2024-10-10T05:02:19.295Z | Checking clickhouse-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-client) |
| 3085 | 2024-10-10T05:02:19.413Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3086 | 2024-10-10T05:02:19.608Z | Checking rusqlite v0.32.1 |
| 3087 | 2024-10-10T05:02:19.807Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3088 | 2024-10-10T05:02:20.286Z | Checking rustls-pemfile v1.0.4 |
| 3089 | 2024-10-10T05:02:20.493Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3090 | 2024-10-10T05:02:20.601Z | Checking tokio-rustls v0.24.1 |
| 3091 | 2024-10-10T05:02:20.721Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3092 | 2024-10-10T05:02:20.756Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3093 | 2024-10-10T05:02:20.886Z | Checking twox-hash v1.6.3 |
| 3094 | 2024-10-10T05:02:20.962Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3095 | 2024-10-10T05:02:21.151Z | Checking snafu v0.8.2 |
| 3096 | 2024-10-10T05:02:21.321Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3097 | 2024-10-10T05:02:21.514Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3098 | 2024-10-10T05:02:21.615Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3099 | 2024-10-10T05:02:21.988Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 3100 | 2024-10-10T05:02:22.029Z | Checking fatfs v0.3.6 |
| 3101 | 2024-10-10T05:02:22.861Z | Checking assert_matches v1.5.0 |
| 3102 | 2024-10-10T05:02:22.891Z | Checking hyper v0.14.30 |
| 3103 | 2024-10-10T05:02:26.665Z | Checking reqwest v0.11.27 |
| 3104 | 2024-10-10T05:02:27.404Z | Checking tough v0.17.1 |
| 3105 | 2024-10-10T05:02:28.798Z | Compiling git2 v0.19.0 |
| 3106 | 2024-10-10T05:02:30.472Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3107 | 2024-10-10T05:02:31.575Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3108 | 2024-10-10T05:02:33.572Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
| 3109 | 2024-10-10T05:03:24.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
| 3110 | 2024-10-10T05:03:24.871Z | |
| 3111 | 2024-10-10T05:03:24.871Z | info: running `cargo check --bins` on nexus-external-api (137/164) |
| 3112 | 2024-10-10T05:03:25.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3113 | 2024-10-10T05:03:25.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3114 | 2024-10-10T05:03:25.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3115 | 2024-10-10T05:03:25.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3116 | 2024-10-10T05:03:25.569Z | |
| 3117 | 2024-10-10T05:03:25.569Z | info: running `cargo check --bins` on openapi-manager-types (138/164) |
| 3118 | 2024-10-10T05:03:26.130Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3119 | 2024-10-10T05:03:26.133Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3120 | 2024-10-10T05:03:26.133Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3121 | 2024-10-10T05:03:26.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3122 | 2024-10-10T05:03:26.196Z | |
| 3123 | 2024-10-10T05:03:26.196Z | info: running `cargo check --bins` on nexus-internal-api (139/164) |
| 3124 | 2024-10-10T05:03:26.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3125 | 2024-10-10T05:03:26.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3126 | 2024-10-10T05:03:26.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3127 | 2024-10-10T05:03:26.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3128 | 2024-10-10T05:03:26.889Z | |
| 3129 | 2024-10-10T05:03:26.889Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (140/164) |
| 3130 | 2024-10-10T05:03:27.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3131 | 2024-10-10T05:03:27.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3132 | 2024-10-10T05:03:27.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3133 | 2024-10-10T05:03:27.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 3134 | 2024-10-10T05:03:27.593Z | |
| 3135 | 2024-10-10T05:03:27.593Z | info: running `cargo check --bins` on nexus-networking (141/164) |
| 3136 | 2024-10-10T05:03:28.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3137 | 2024-10-10T05:03:28.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3138 | 2024-10-10T05:03:28.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3139 | 2024-10-10T05:03:28.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3140 | 2024-10-10T05:03:28.301Z | |
| 3141 | 2024-10-10T05:03:28.301Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (142/164) |
| 3142 | 2024-10-10T05:03:28.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3143 | 2024-10-10T05:03:28.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3144 | 2024-10-10T05:03:28.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3145 | 2024-10-10T05:03:28.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3146 | 2024-10-10T05:03:29.012Z | |
| 3147 | 2024-10-10T05:03:29.012Z | info: running `cargo check --bins` on update-common (143/164) |
| 3148 | 2024-10-10T05:03:29.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3149 | 2024-10-10T05:03:29.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3150 | 2024-10-10T05:03:29.622Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3151 | 2024-10-10T05:03:29.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3152 | 2024-10-10T05:03:29.692Z | |
| 3153 | 2024-10-10T05:03:29.692Z | info: running `cargo check --bins` on tufaceous-lib (144/164) |
| 3154 | 2024-10-10T05:03:30.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3155 | 2024-10-10T05:03:30.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3156 | 2024-10-10T05:03:30.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3157 | 2024-10-10T05:03:30.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3158 | 2024-10-10T05:03:30.380Z | |
| 3159 | 2024-10-10T05:03:30.380Z | info: running `cargo check --bins` on tufaceous (145/164) |
| 3160 | 2024-10-10T05:03:30.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3161 | 2024-10-10T05:03:30.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3162 | 2024-10-10T05:03:31.072Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3163 | 2024-10-10T05:03:31.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
| 3164 | 2024-10-10T05:03:32.156Z | |
| 3165 | 2024-10-10T05:03:32.156Z | info: running `cargo check --bins` on omicron-dev (146/164) |
| 3166 | 2024-10-10T05:03:33.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3167 | 2024-10-10T05:03:33.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3168 | 2024-10-10T05:03:33.191Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3169 | 2024-10-10T05:03:33.191Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3170 | 2024-10-10T05:03:33.191Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3171 | 2024-10-10T05:03:34.382Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3172 | 2024-10-10T05:03:36.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.67s |
| 3173 | 2024-10-10T05:03:37.038Z | |
| 3174 | 2024-10-10T05:03:37.038Z | info: running `cargo check --bins` on openapi-manager (147/164) |
| 3175 | 2024-10-10T05:03:37.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3176 | 2024-10-10T05:03:37.667Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3177 | 2024-10-10T05:03:37.764Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3178 | 2024-10-10T05:03:37.765Z | Checking heck v0.4.1 |
| 3179 | 2024-10-10T05:03:37.767Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3180 | 2024-10-10T05:03:37.996Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3181 | 2024-10-10T05:03:39.322Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3182 | 2024-10-10T05:03:40.143Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3183 | 2024-10-10T05:03:41.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.09s |
| 3184 | 2024-10-10T05:03:41.311Z | |
| 3185 | 2024-10-10T05:03:41.311Z | info: running `cargo check --bins` on installinator-api (148/164) |
| 3186 | 2024-10-10T05:03:41.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3187 | 2024-10-10T05:03:41.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3188 | 2024-10-10T05:03:41.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3189 | 2024-10-10T05:03:41.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3190 | 2024-10-10T05:03:41.989Z | |
| 3191 | 2024-10-10T05:03:41.989Z | info: running `cargo check --bins` on wicketd-api (149/164) |
| 3192 | 2024-10-10T05:03:42.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3193 | 2024-10-10T05:03:42.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3194 | 2024-10-10T05:03:42.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3195 | 2024-10-10T05:03:42.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3196 | 2024-10-10T05:03:42.667Z | |
| 3197 | 2024-10-10T05:03:42.667Z | info: running `cargo check --bins` on reconfigurator-cli (150/164) |
| 3198 | 2024-10-10T05:03:43.278Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3199 | 2024-10-10T05:03:43.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3200 | 2024-10-10T05:03:43.367Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3201 | 2024-10-10T05:03:44.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.79s |
| 3202 | 2024-10-10T05:03:44.630Z | |
| 3203 | 2024-10-10T05:03:44.630Z | info: running `cargo check --bins` on omicron-releng (151/164) |
| 3204 | 2024-10-10T05:03:45.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3205 | 2024-10-10T05:03:45.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3206 | 2024-10-10T05:03:45.322Z | Checking memmap2 v0.9.4 |
| 3207 | 2024-10-10T05:03:45.322Z | Checking untrusted v0.7.1 |
| 3208 | 2024-10-10T05:03:45.322Z | Checking spin v0.5.2 |
| 3209 | 2024-10-10T05:03:45.324Z | Checking arrayref v0.3.7 |
| 3210 | 2024-10-10T05:03:45.325Z | Checking constant_time_eq v0.3.0 |
| 3211 | 2024-10-10T05:03:45.325Z | Checking arrayvec v0.7.4 |
| 3212 | 2024-10-10T05:03:45.325Z | Checking topological-sort v0.2.2 |
| 3213 | 2024-10-10T05:03:45.418Z | Checking shell-words v1.1.0 |
| 3214 | 2024-10-10T05:03:45.573Z | Checking ring v0.16.20 |
| 3215 | 2024-10-10T05:03:45.691Z | Checking blake3 v1.5.1 |
| 3216 | 2024-10-10T05:03:46.684Z | Checking omicron-zone-package v0.11.1 |
| 3217 | 2024-10-10T05:03:47.734Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3218 | 2024-10-10T05:03:48.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
| 3219 | 2024-10-10T05:03:48.755Z | |
| 3220 | 2024-10-10T05:03:48.755Z | info: running `cargo check --bins` on xtask (152/164) |
| 3221 | 2024-10-10T05:03:49.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3222 | 2024-10-10T05:03:49.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3223 | 2024-10-10T05:03:49.241Z | Checking bitflags v2.6.0 |
| 3224 | 2024-10-10T05:03:49.244Z | Checking serde v1.0.210 |
| 3225 | 2024-10-10T05:03:49.244Z | Checking thiserror v1.0.64 |
| 3226 | 2024-10-10T05:03:49.328Z | Checking scroll v0.12.0 |
| 3227 | 2024-10-10T05:03:49.333Z | Checking hashbrown v0.14.5 |
| 3228 | 2024-10-10T05:03:49.338Z | Checking log v0.4.22 |
| 3229 | 2024-10-10T05:03:49.342Z | Checking zerocopy v0.7.34 |
| 3230 | 2024-10-10T05:03:49.358Z | Checking syn v2.0.79 |
| 3231 | 2024-10-10T05:03:49.421Z | Checking pest v2.7.10 |
| 3232 | 2024-10-10T05:03:49.562Z | Checking rustix v0.38.37 |
| 3233 | 2024-10-10T05:03:49.578Z | Checking once_cell v1.19.0 |
| 3234 | 2024-10-10T05:03:49.758Z | Checking goblin v0.8.2 |
| 3235 | 2024-10-10T05:03:49.864Z | Checking fs-err v2.11.0 |
| 3236 | 2024-10-10T05:03:50.150Z | Checking tabled v0.15.0 |
| 3237 | 2024-10-10T05:03:50.461Z | Checking indexmap v2.5.0 |
| 3238 | 2024-10-10T05:03:50.748Z | Checking anyhow v1.0.89 |
| 3239 | 2024-10-10T05:03:51.379Z | Checking terminal_size v0.4.0 |
| 3240 | 2024-10-10T05:03:51.381Z | Checking tempfile v3.13.0 |
| 3241 | 2024-10-10T05:03:51.547Z | Checking clap_builder v4.5.20 |
| 3242 | 2024-10-10T05:03:51.916Z | Checking dtrace-parser v0.2.0 |
| 3243 | 2024-10-10T05:03:53.443Z | Checking serde_json v1.0.128 |
| 3244 | 2024-10-10T05:03:53.443Z | Checking serde_spanned v0.6.7 |
| 3245 | 2024-10-10T05:03:53.445Z | Checking toml_datetime v0.6.8 |
| 3246 | 2024-10-10T05:03:53.445Z | Checking camino v1.1.9 |
| 3247 | 2024-10-10T05:03:53.445Z | Checking cargo-platform v0.1.8 |
| 3248 | 2024-10-10T05:03:53.622Z | Checking semver v1.0.23 |
| 3249 | 2024-10-10T05:03:53.728Z | Checking macaddr v1.0.1 |
| 3250 | 2024-10-10T05:03:53.748Z | Checking toml_edit v0.22.22 |
| 3251 | 2024-10-10T05:03:53.795Z | Checking clap v4.5.20 |
| 3252 | 2024-10-10T05:03:53.996Z | Checking camino-tempfile v1.1.1 |
| 3253 | 2024-10-10T05:03:54.594Z | Checking dof v0.3.0 |
| 3254 | 2024-10-10T05:03:54.594Z | Checking cargo_metadata v0.18.1 |
| 3255 | 2024-10-10T05:03:54.994Z | Checking usdt-impl v0.5.0 |
| 3256 | 2024-10-10T05:03:55.335Z | Checking usdt v0.5.0 |
| 3257 | 2024-10-10T05:03:55.481Z | Checking toml v0.8.19 |
| 3258 | 2024-10-10T05:03:55.933Z | Checking cargo_toml v0.20.5 |
| 3259 | 2024-10-10T05:03:57.139Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3260 | 2024-10-10T05:03:57.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.96s |
| 3261 | 2024-10-10T05:03:57.824Z | |
| 3262 | 2024-10-10T05:03:57.825Z | info: running `cargo check --bins` on end-to-end-tests (153/164) |
| 3263 | 2024-10-10T05:03:58.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3264 | 2024-10-10T05:03:58.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3265 | 2024-10-10T05:03:58.613Z | Checking polyval v0.6.2 |
| 3266 | 2024-10-10T05:03:58.718Z | Checking ctr v0.9.2 |
| 3267 | 2024-10-10T05:03:58.727Z | Checking ssh-encoding v0.2.0 |
| 3268 | 2024-10-10T05:03:58.730Z | Checking blowfish v0.9.1 |
| 3269 | 2024-10-10T05:03:58.746Z | Checking password-hash v0.4.2 |
| 3270 | 2024-10-10T05:03:58.748Z | Checking matches v0.1.10 |
| 3271 | 2024-10-10T05:03:58.775Z | Checking p256 v0.13.2 |
| 3272 | 2024-10-10T05:03:58.777Z | Checking p521 v0.13.3 |
| 3273 | 2024-10-10T05:03:58.848Z | Checking idna v0.2.3 |
| 3274 | 2024-10-10T05:03:58.927Z | Checking ghash v0.5.1 |
| 3275 | 2024-10-10T05:03:58.927Z | Checking bcrypt-pbkdf v0.10.0 |
| 3276 | 2024-10-10T05:03:58.958Z | Compiling enum-as-inner v0.5.1 |
| 3277 | 2024-10-10T05:03:59.026Z | Checking russh-cryptovec v0.7.2 |
| 3278 | 2024-10-10T05:03:59.079Z | Checking aes-gcm v0.10.3 |
| 3279 | 2024-10-10T05:03:59.161Z | Checking pbkdf2 v0.11.0 |
| 3280 | 2024-10-10T05:03:59.187Z | Checking md5 v0.7.0 |
| 3281 | 2024-10-10T05:03:59.223Z | Checking num-bigint v0.4.5 |
| 3282 | 2024-10-10T05:03:59.252Z | Checking des v0.8.1 |
| 3283 | 2024-10-10T05:03:59.307Z | Checking ssh-cipher v0.2.0 |
| 3284 | 2024-10-10T05:03:59.426Z | Compiling dhcproto-macros v0.1.0 |
| 3285 | 2024-10-10T05:03:59.464Z | Checking hex-literal v0.4.1 |
| 3286 | 2024-10-10T05:03:59.517Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3287 | 2024-10-10T05:03:59.586Z | Checking ssh-key v0.6.6 |
| 3288 | 2024-10-10T05:03:59.602Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3289 | 2024-10-10T05:03:59.682Z | Checking internet-checksum v0.2.1 |
| 3290 | 2024-10-10T05:03:59.969Z | Checking trust-dns-proto v0.22.0 |
| 3291 | 2024-10-10T05:04:00.834Z | Checking russh-keys v0.45.0 |
| 3292 | 2024-10-10T05:04:01.777Z | Checking russh v0.45.0 |
| 3293 | 2024-10-10T05:04:02.526Z | Checking dhcproto v0.12.0 |
| 3294 | 2024-10-10T05:04:19.030Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3295 | 2024-10-10T05:04:20.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.47s |
| 3296 | 2024-10-10T05:04:20.559Z | |
| 3297 | 2024-10-10T05:04:20.559Z | info: running `cargo check --bins` on gateway-cli (154/164) |
| 3298 | 2024-10-10T05:04:21.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3299 | 2024-10-10T05:04:21.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3300 | 2024-10-10T05:04:21.150Z | Checking termios v0.3.3 |
| 3301 | 2024-10-10T05:04:21.356Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3302 | 2024-10-10T05:04:22.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 3303 | 2024-10-10T05:04:22.249Z | |
| 3304 | 2024-10-10T05:04:22.249Z | info: running `cargo check --bins --no-default-features` on installinator (155/164) |
| 3305 | 2024-10-10T05:04:22.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3306 | 2024-10-10T05:04:22.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3307 | 2024-10-10T05:04:22.969Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3308 | 2024-10-10T05:04:24.954Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3309 | 2024-10-10T05:04:26.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
| 3310 | 2024-10-10T05:04:26.900Z | |
| 3311 | 2024-10-10T05:04:26.900Z | info: running `cargo check --bins` on internal-dns-cli (156/164) |
| 3312 | 2024-10-10T05:04:27.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3313 | 2024-10-10T05:04:27.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3314 | 2024-10-10T05:04:27.553Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 3315 | 2024-10-10T05:04:27.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3316 | 2024-10-10T05:04:28.141Z | |
| 3317 | 2024-10-10T05:04:28.141Z | info: running `cargo check --bins` on omicron-live-tests (157/164) |
| 3318 | 2024-10-10T05:04:28.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3319 | 2024-10-10T05:04:28.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3320 | 2024-10-10T05:04:28.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3321 | 2024-10-10T05:04:28.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3322 | 2024-10-10T05:04:28.770Z | |
| 3323 | 2024-10-10T05:04:28.770Z | info: running `cargo check --bins` on live-tests-macros (158/164) |
| 3324 | 2024-10-10T05:04:29.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3325 | 2024-10-10T05:04:29.335Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3326 | 2024-10-10T05:04:29.335Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3327 | 2024-10-10T05:04:29.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3328 | 2024-10-10T05:04:29.399Z | |
| 3329 | 2024-10-10T05:04:29.399Z | info: running `cargo check --bins` on omicron-package (159/164) |
| 3330 | 2024-10-10T05:04:30.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3331 | 2024-10-10T05:04:30.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3332 | 2024-10-10T05:04:30.090Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3333 | 2024-10-10T05:04:31.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 3334 | 2024-10-10T05:04:31.474Z | |
| 3335 | 2024-10-10T05:04:31.475Z | info: running `cargo check --bins` on wicket-dbg (160/164) |
| 3336 | 2024-10-10T05:04:32.110Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3337 | 2024-10-10T05:04:32.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3338 | 2024-10-10T05:04:32.203Z | Checking rtoolbox v0.0.2 |
| 3339 | 2024-10-10T05:04:32.203Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3340 | 2024-10-10T05:04:32.206Z | Checking tui-tree-widget v0.22.0 |
| 3341 | 2024-10-10T05:04:32.415Z | Checking rpassword v7.3.1 |
| 3342 | 2024-10-10T05:04:36.141Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3343 | 2024-10-10T05:04:38.988Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3344 | 2024-10-10T05:04:40.116Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.63s |
| 3345 | 2024-10-10T05:04:40.281Z | |
| 3346 | 2024-10-10T05:04:40.281Z | info: running `cargo check --bins` on wicket (161/164) |
| 3347 | 2024-10-10T05:04:40.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3348 | 2024-10-10T05:04:40.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3349 | 2024-10-10T05:04:40.993Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3350 | 2024-10-10T05:04:41.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3351 | 2024-10-10T05:04:41.558Z | |
| 3352 | 2024-10-10T05:04:41.558Z | info: running `cargo check --bins` on wicketd (162/164) |
| 3353 | 2024-10-10T05:04:42.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3354 | 2024-10-10T05:04:42.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3355 | 2024-10-10T05:04:42.299Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3356 | 2024-10-10T05:04:46.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
| 3357 | 2024-10-10T05:04:46.237Z | |
| 3358 | 2024-10-10T05:04:46.237Z | info: running `cargo check --bins` on omicron-workspace-hack (163/164) |
| 3359 | 2024-10-10T05:04:46.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3360 | 2024-10-10T05:04:46.805Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3361 | 2024-10-10T05:04:46.805Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3362 | 2024-10-10T05:04:46.808Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3363 | 2024-10-10T05:04:46.868Z | |
| 3364 | 2024-10-10T05:04:46.868Z | info: running `cargo check --bins` on zone-setup (164/164) |
| 3365 | 2024-10-10T05:04:47.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3366 | 2024-10-10T05:04:47.513Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3367 | 2024-10-10T05:04:47.621Z | Checking uzers v0.11.3 |
| 3368 | 2024-10-10T05:04:47.919Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3369 | 2024-10-10T05:04:48.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s |
| 3370 | 2024-10-10T05:04:49.143Z | |
| 3371 | 2024-10-10T05:04:49.143Z | real 11:25.505032239 |
| 3372 | 2024-10-10T05:04:49.143Z | user 24:04.046576475 |
| 3373 | 2024-10-10T05:04:49.143Z | sys 5:08.109272896 |
| 3374 | 2024-10-10T05:04:49.147Z | trap 0.507237318 |
| 3375 | 2024-10-10T05:04:49.147Z | tflt 3.153274576 |
| 3376 | 2024-10-10T05:04:49.147Z | dflt 2.048707957 |
| 3377 | 2024-10-10T05:04:49.147Z | kflt 0.002340807 |
| 3378 | 2024-10-10T05:04:49.147Z | lock 42:17.220125820 |
| 3379 | 2024-10-10T05:04:49.147Z | slp 1:57:54.377565845 |
| 3380 | 2024-10-10T05:04:49.147Z | lat 58.061285375 |
| 3381 | 2024-10-10T05:04:49.147Z | stop 2:57.578436382 |
| 3382 | 2024-10-10T05:04:49.147Z | process exited: duration 959598 ms, exit code 0 |
| |
| 3383 | 2024-10-10T05:04:49.154Z | found 0 output files |