|
|
|
| 1 | 2024-11-14T16:07:11.806Z | job assigned to worker 01JCNPT2BNW0T0WFWZ8RGAXKNN (queued for 50 s) |
| |
| 2 | 2024-11-14T16:07:19.432Z | starting task 0: "setup" |
| 3 | 2024-11-14T16:07:19.440Z | ++ uname -s |
| 4 | 2024-11-14T16:07:19.443Z | + kern=SunOS |
| 5 | 2024-11-14T16:07:19.443Z | + case "$kern" in |
| 6 | 2024-11-14T16:07:19.443Z | + groupadd -g 12345 build |
| 7 | 2024-11-14T16:07:19.445Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-11-14T16:07:21.453Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-11-14T16:07:21.602Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-11-14T16:07:21.605Z | + home_fs=zfs |
| 11 | 2024-11-14T16:07:21.605Z | + [[ zfs == autofs ]] |
| 12 | 2024-11-14T16:07:21.605Z | + mkdir -p /home/build |
| 13 | 2024-11-14T16:07:21.607Z | + chown build:build /home/build /work |
| 14 | 2024-11-14T16:07:23.608Z | + chmod 0700 /home/build /work |
| 15 | 2024-11-14T16:07:23.611Z | process exited: duration 4177 ms, exit code 0 |
| |
| 16 | 2024-11-14T16:07:23.616Z | starting task 1: "rust-toolchain" |
| 17 | 2024-11-14T16:07:23.620Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-11-14T16:07:23.621Z | * toolchain channel = "1.81.0" |
| 19 | 2024-11-14T16:07:23.621Z | * toolchain profile = "default" |
| 20 | 2024-11-14T16:07:23.621Z | ' 1.81.0 |
| 21 | 2024-11-14T16:07:23.621Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-11-14T16:07:23.621Z | ' default |
| 23 | 2024-11-14T16:07:23.624Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-11-14T16:07:23.624Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
| 25 | 2024-11-14T16:07:23.735Z | info: downloading installer |
| 26 | 2024-11-14T16:07:25.256Z | info: profile set to 'default' |
| 27 | 2024-11-14T16:07:25.256Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-11-14T16:07:25.259Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 29 | 2024-11-14T16:07:25.406Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 30 | 2024-11-14T16:07:25.406Z | info: downloading component 'cargo' |
| 31 | 2024-11-14T16:07:26.136Z | info: downloading component 'clippy' |
| 32 | 2024-11-14T16:07:26.411Z | info: downloading component 'rust-docs' |
| 33 | 2024-11-14T16:07:27.427Z | info: downloading component 'rust-std' |
| 34 | 2024-11-14T16:07:29.006Z | info: downloading component 'rustc' |
| 35 | 2024-11-14T16:07:34.727Z | info: downloading component 'rustfmt' |
| 36 | 2024-11-14T16:07:34.943Z | info: installing component 'cargo' |
| 37 | 2024-11-14T16:07:35.786Z | info: installing component 'clippy' |
| 38 | 2024-11-14T16:07:36.177Z | info: installing component 'rust-docs' |
| 39 | 2024-11-14T16:07:37.807Z | info: installing component 'rust-std' |
| 40 | 2024-11-14T16:07:39.573Z | info: installing component 'rustc' |
| 41 | 2024-11-14T16:07:45.240Z | info: installing component 'rustfmt' |
| 42 | 2024-11-14T16:07:45.583Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
| 43 | 2024-11-14T16:07:45.583Z | |
| 44 | 2024-11-14T16:07:45.943Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 45 | 2024-11-14T16:07:45.943Z | |
| 46 | 2024-11-14T16:07:45.943Z | |
| 47 | 2024-11-14T16:07:45.943Z | Rust is installed now. Great! |
| 48 | 2024-11-14T16:07:45.943Z | |
| 49 | 2024-11-14T16:07:45.944Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-11-14T16:07:45.944Z | environment variable. This has not been done automatically. |
| 51 | 2024-11-14T16:07:45.944Z | |
| 52 | 2024-11-14T16:07:45.944Z | To configure your current shell, you need to source |
| 53 | 2024-11-14T16:07:45.944Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-11-14T16:07:45.944Z | |
| 55 | 2024-11-14T16:07:45.945Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-11-14T16:07:45.949Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-11-14T16:07:45.949Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-11-14T16:07:46.007Z | + rustc --version |
| 59 | 2024-11-14T16:07:46.070Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 60 | 2024-11-14T16:07:46.073Z | process exited: duration 22456 ms, exit code 0 |
| |
| 61 | 2024-11-14T16:07:46.077Z | starting task 2: "authentication" |
| 62 | 2024-11-14T16:07:46.097Z | process exited: duration 19 ms, exit code 0 |
| |
| 63 | 2024-11-14T16:07:46.103Z | starting task 3: "clone repository" |
| 64 | 2024-11-14T16:07:46.108Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-11-14T16:07:46.110Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-11-14T16:07:46.368Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-11-14T16:08:28.686Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-11-14T16:08:28.686Z | + git fetch origin 1d407761d74a84e718894784d1060462cbda1cab |
| 69 | 2024-11-14T16:08:29.437Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-11-14T16:08:29.437Z | * branch 1d407761d74a84e718894784d1060462cbda1cab -> FETCH_HEAD |
| 71 | 2024-11-14T16:08:29.446Z | + [[ -n dap/dropshot-builder ]] |
| 72 | 2024-11-14T16:08:29.449Z | ++ git branch --show-current |
| 73 | 2024-11-14T16:08:29.451Z | + current=main |
| 74 | 2024-11-14T16:08:29.451Z | + [[ main != dap/dropshot-builder ]] |
| 75 | 2024-11-14T16:08:29.451Z | + git branch -f dap/dropshot-builder 1d407761d74a84e718894784d1060462cbda1cab |
| 76 | 2024-11-14T16:08:29.453Z | + git checkout -f dap/dropshot-builder |
| 77 | 2024-11-14T16:08:29.623Z | Switched to branch 'dap/dropshot-builder' |
| 78 | 2024-11-14T16:08:29.626Z | + git reset --hard 1d407761d74a84e718894784d1060462cbda1cab |
| 79 | 2024-11-14T16:08:29.639Z | HEAD is now at 1d407761d Merge branch 'main' into dap/dropshot-builder |
| 80 | 2024-11-14T16:08:29.641Z | process exited: duration 43535 ms, exit code 0 |
| |
| 81 | 2024-11-14T16:08:29.646Z | starting task 4: "build" |
| 82 | 2024-11-14T16:08:29.651Z | + source .github/buildomat/ci-env.sh |
| 83 | 2024-11-14T16:08:29.651Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2024-11-14T16:08:29.651Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2024-11-14T16:08:29.651Z | + cargo --version |
| 86 | 2024-11-14T16:08:29.706Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 87 | 2024-11-14T16:08:29.709Z | + rustc --version |
| 88 | 2024-11-14T16:08:29.766Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 89 | 2024-11-14T16:08:29.769Z | + source ./env.sh |
| 90 | 2024-11-14T16:08:29.769Z | ++ OLD_SHELL_OPTS=ehxB |
| 91 | 2024-11-14T16:08:29.769Z | ++ set -o xtrace |
| 92 | 2024-11-14T16:08:29.771Z | ++++ dirname ./env.sh |
| 93 | 2024-11-14T16:08:29.774Z | +++ readlink -f . |
| 94 | 2024-11-14T16:08:29.931Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 95 | 2024-11-14T16:08:29.931Z | ++ 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-11-14T16:08:29.931Z | ++ 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-11-14T16:08:29.933Z | ++ 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-11-14T16:08:29.933Z | ++ 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-11-14T16:08:29.933Z | ++ 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-11-14T16:08:29.933Z | ++ 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-11-14T16:08:29.933Z | ++ 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-11-14T16:08:29.933Z | ++ 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-11-14T16:08:29.933Z | ++ case $OLD_SHELL_OPTS in |
| 104 | 2024-11-14T16:08:29.933Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 105 | 2024-11-14T16:08:29.933Z | + 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-11-14T16:08:29.933Z | + 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-11-14T16:08:29.933Z | + banner prerequisites |
| 108 | 2024-11-14T16:08:30.097Z | |
| 109 | 2024-11-14T16:08:30.098Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 110 | 2024-11-14T16:08:30.098Z | # # # # # # # # # # # # # # # |
| 111 | 2024-11-14T16:08:30.098Z | # # # # ##### # # ##### # # # # # #### # |
| 112 | 2024-11-14T16:08:30.098Z | ##### ##### # ##### # # # # # # # # # |
| 113 | 2024-11-14T16:08:30.098Z | # # # # # # # # # # # # # # # |
| 114 | 2024-11-14T16:08:30.098Z | # # # ###### # # ###### ### # #### # #### # |
| 115 | 2024-11-14T16:08:30.098Z | |
| 116 | 2024-11-14T16:08:30.100Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 117 | 2024-11-14T16:08:57.490Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 118 | 2024-11-14T16:09:01.560Z | Startup: Caching catalogs ... Done |
| 119 | 2024-11-14T16:09:09.660Z | Planning: Solver setup ... Done (7.403s) |
| 120 | 2024-11-14T16:09:09.764Z | Planning: Running solver ... Done (0.103s) |
| 121 | 2024-11-14T16:09:10.005Z | Planning: Finding local manifests ... Done (0.141s) |
| 122 | 2024-11-14T16:09:10.036Z | Planning: Fetching manifests: 0/5 0% complete |
| 123 | 2024-11-14T16:09:10.717Z | Planning: Fetching manifests: 5/5 100% complete |
| 124 | 2024-11-14T16:09:11.145Z | Planning: Package planning ... Done (0.428s) |
| 125 | 2024-11-14T16:09:11.201Z | Planning: Merging actions ... Done (0.056s) |
| 126 | 2024-11-14T16:09:12.816Z | Planning: Checking for conflicting actions ... Done (1.612s) |
| 127 | 2024-11-14T16:09:25.615Z | Planning: Consolidating action changes ... Done (12.801s) |
| 128 | 2024-11-14T16:09:26.014Z | Planning: Evaluating mediators ... Done (0.399s) |
| 129 | 2024-11-14T16:09:26.240Z | Planning: Planning completed in 24.59 seconds |
| 130 | 2024-11-14T16:09:28.456Z | Packages to install: 4 |
| 131 | 2024-11-14T16:09:28.456Z | Packages to update: 1 |
| 132 | 2024-11-14T16:09:28.456Z | Mediators to change: 2 |
| 133 | 2024-11-14T16:09:28.460Z | Services to change: 1 |
| 134 | 2024-11-14T16:09:28.460Z | Estimated space available: 155.64 GB |
| 135 | 2024-11-14T16:09:28.460Z | Estimated space to be consumed: 1.59 GB |
| 136 | 2024-11-14T16:09:28.460Z | Create boot environment: No |
| 137 | 2024-11-14T16:09:28.460Z | Create backup boot environment: Yes |
| 138 | 2024-11-14T16:09:28.460Z | Rebuild boot archive: No |
| 139 | 2024-11-14T16:09:28.460Z | |
| 140 | 2024-11-14T16:09:28.460Z | Changed mediators: |
| 141 | 2024-11-14T16:09:28.460Z | mediator clang: |
| 142 | 2024-11-14T16:09:28.460Z | version: None -> 15 (system default) |
| 143 | 2024-11-14T16:09:28.460Z | |
| 144 | 2024-11-14T16:09:28.460Z | mediator llvm: |
| 145 | 2024-11-14T16:09:28.460Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2024-11-14T16:09:28.460Z | |
| 147 | 2024-11-14T16:09:28.460Z | Changed packages: |
| 148 | 2024-11-14T16:09:28.460Z | helios-dev |
| 149 | 2024-11-14T16:09:28.460Z | developer/build-essential |
| 150 | 2024-11-14T16:09:28.461Z | None -> 11-2.0 |
| 151 | 2024-11-14T16:09:28.461Z | library/libxmlsec1 |
| 152 | 2024-11-14T16:09:28.461Z | None -> 1.2.35-2.0 |
| 153 | 2024-11-14T16:09:28.461Z | ooce/developer/clang-15 |
| 154 | 2024-11-14T16:09:28.461Z | None -> 15.0.7-2.0 |
| 155 | 2024-11-14T16:09:28.461Z | ooce/developer/llvm-15 |
| 156 | 2024-11-14T16:09:28.461Z | None -> 15.0.7-2.0 |
| 157 | 2024-11-14T16:09:28.461Z | package/pkg |
| 158 | 2024-11-14T16:09:28.461Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 159 | 2024-11-14T16:09:28.461Z | |
| 160 | 2024-11-14T16:09:28.461Z | Services: |
| 161 | 2024-11-14T16:09:28.461Z | restart_fmri: |
| 162 | 2024-11-14T16:09:28.461Z | svc:/system/update-man-index:default |
| 163 | 2024-11-14T16:09:28.461Z | |
| 164 | 2024-11-14T16:09:28.461Z | Editable files to change: |
| 165 | 2024-11-14T16:09:28.461Z | Update: |
| 166 | 2024-11-14T16:09:28.461Z | usr/share/lib/pkg/web/config.shtml |
| 167 | 2024-11-14T16:09:28.946Z | |
| 168 | 2024-11-14T16:09:28.946Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 169 | 2024-11-14T16:09:33.946Z | Download: 1112/4281 items 19.8/220.6MB 8% complete (4.0M/s) |
| 170 | 2024-11-14T16:09:38.948Z | Download: 2257/4281 items 119.4/220.6MB 54% complete (12.1M/s) |
| 171 | 2024-11-14T16:09:43.949Z | Download: 3674/4281 items 216.3/220.6MB 98% complete (19.6M/s) |
| 172 | 2024-11-14T16:09:46.037Z | Download: Completed 220.60 MB in 17.09 seconds (12.9M/s) |
| 173 | 2024-11-14T16:09:47.974Z | Actions: 1/5063 actions (Removing old actions) |
| 174 | 2024-11-14T16:09:47.988Z | Actions: 194/5063 actions (Installing new actions) |
| 175 | 2024-11-14T16:09:52.999Z | Actions: 4085/5063 actions (Installing new actions) |
| 176 | 2024-11-14T16:09:54.449Z | Actions: 4226/5063 actions (Updating modified actions) |
| 177 | 2024-11-14T16:09:54.865Z | Actions: Completed 5063 actions in 6.89 seconds. |
| 178 | 2024-11-14T16:09:55.226Z | Done (0.352s) |
| 179 | 2024-11-14T16:09:55.228Z | Done (0.000s) |
| 180 | 2024-11-14T16:09:55.743Z | Done (0.514s) |
| 181 | 2024-11-14T16:10:03.796Z | Done (7.843s) |
| 182 | 2024-11-14T16:10:04.360Z | Done (0.494s) |
| 183 | 2024-11-14T16:10:04.362Z | Done (0.000s) |
| 184 | 2024-11-14T16:10:04.516Z | Done (0.000s) |
| 185 | 2024-11-14T16:10:05.149Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2024-11-14T16:10:05.307Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2024-11-14T16:10:05.309Z | Planning: Consolidating action changes ... Done |
| 188 | 2024-11-14T16:10:05.569Z | Planning: Evaluating mediators ... Done |
| 189 | 2024-11-14T16:10:05.571Z | Planning: Planning completed in 0.42 seconds |
| 190 | 2024-11-14T16:10:05.607Z | Mediators to change: 2 |
| 191 | 2024-11-14T16:10:05.607Z | Create boot environment: No |
| 192 | 2024-11-14T16:10:05.609Z | Create backup boot environment: No |
| 193 | 2024-11-14T16:10:05.688Z | Done |
| 194 | 2024-11-14T16:10:05.688Z | Done |
| 195 | 2024-11-14T16:10:06.013Z | Done |
| 196 | 2024-11-14T16:10:09.417Z | Done |
| 197 | 2024-11-14T16:10:09.504Z | Done |
| 198 | 2024-11-14T16:10:09.506Z | Done |
| 199 | 2024-11-14T16:10:09.620Z | Done |
| 200 | 2024-11-14T16:10:10.219Z | Planning: Evaluating mediator changes ... Done |
| 201 | 2024-11-14T16:10:10.222Z | Planning: Merging actions ... Done |
| 202 | 2024-11-14T16:10:10.405Z | Planning: Checking for conflicting actions ... Done |
| 203 | 2024-11-14T16:10:10.407Z | Planning: Consolidating action changes ... Done |
| 204 | 2024-11-14T16:10:10.666Z | Planning: Evaluating mediators ... Done |
| 205 | 2024-11-14T16:10:10.720Z | Planning: Planning completed in 0.74 seconds |
| 206 | 2024-11-14T16:10:10.758Z | Packages to change: 1 |
| 207 | 2024-11-14T16:10:10.758Z | Mediators to change: 1 |
| 208 | 2024-11-14T16:10:10.758Z | Services to change: 1 |
| 209 | 2024-11-14T16:10:10.761Z | Create boot environment: No |
| 210 | 2024-11-14T16:10:10.761Z | Create backup boot environment: Yes |
| 211 | 2024-11-14T16:10:12.808Z | Actions: 1/6 actions (Updating modified actions) |
| 212 | 2024-11-14T16:10:12.935Z | Actions: Completed 6 actions in 0.13 seconds. |
| 213 | 2024-11-14T16:10:12.935Z | Done |
| 214 | 2024-11-14T16:10:12.936Z | Done |
| 215 | 2024-11-14T16:10:13.040Z | Done |
| 216 | 2024-11-14T16:10:16.610Z | Done |
| 217 | 2024-11-14T16:10:16.697Z | Done |
| 218 | 2024-11-14T16:10:16.697Z | Done |
| 219 | 2024-11-14T16:10:16.815Z | Done |
| 220 | 2024-11-14T16:10:17.234Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 221 | 2024-11-14T16:10:17.234Z | clang system 15 system |
| 222 | 2024-11-14T16:10:17.234Z | csh system system illumos |
| 223 | 2024-11-14T16:10:17.234Z | ctags system system illumos |
| 224 | 2024-11-14T16:10:17.234Z | gcc vendor 12 vendor |
| 225 | 2024-11-14T16:10:17.234Z | gcc system 10 system |
| 226 | 2024-11-14T16:10:17.234Z | gcc system 7 system |
| 227 | 2024-11-14T16:10:17.234Z | go system 1.20 system |
| 228 | 2024-11-14T16:10:17.234Z | go system 1.19 system |
| 229 | 2024-11-14T16:10:17.234Z | llvm system 15 system |
| 230 | 2024-11-14T16:10:17.234Z | llvm system 14 system |
| 231 | 2024-11-14T16:10:17.234Z | mariadb system 10.6 system |
| 232 | 2024-11-14T16:10:17.234Z | mta vendor vendor dma |
| 233 | 2024-11-14T16:10:17.234Z | openjdk system 17 system |
| 234 | 2024-11-14T16:10:17.234Z | openjdk system 11 system |
| 235 | 2024-11-14T16:10:17.234Z | openjdk system 1.8 system |
| 236 | 2024-11-14T16:10:17.234Z | openssl vendor 3 vendor |
| 237 | 2024-11-14T16:10:17.235Z | perl system 5.36 system |
| 238 | 2024-11-14T16:10:17.235Z | postgresql system 15 system |
| 239 | 2024-11-14T16:10:17.235Z | postgresql system 13 system |
| 240 | 2024-11-14T16:10:17.235Z | python vendor 3 vendor |
| 241 | 2024-11-14T16:10:17.235Z | python system 2 system |
| 242 | 2024-11-14T16:10:17.235Z | python3 system 3.11 system |
| 243 | 2024-11-14T16:10:17.235Z | ruby system 3.0 system |
| 244 | 2024-11-14T16:10:17.235Z | words vendor vendor american-english |
| 245 | 2024-11-14T16:10:17.235Z | words system system australian-english |
| 246 | 2024-11-14T16:10:17.235Z | words system system british-english |
| 247 | 2024-11-14T16:10:17.235Z | words system system canadian-english |
| 248 | 2024-11-14T16:10:17.235Z | words system system french |
| 249 | 2024-11-14T16:10:17.235Z | words system system italian |
| 250 | 2024-11-14T16:10:17.235Z | words system system ngerman |
| 251 | 2024-11-14T16:10:17.235Z | words system system ogerman |
| 252 | 2024-11-14T16:10:17.235Z | words system system spanish |
| 253 | 2024-11-14T16:10:17.550Z | PUBLISHER TYPE STATUS P LOCATION |
| 254 | 2024-11-14T16:10:17.550Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 255 | 2024-11-14T16:10:19.993Z | FMRI IFO |
| 256 | 2024-11-14T16:10:19.993Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 257 | 2024-11-14T16:10:19.993Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 258 | 2024-11-14T16:10:19.993Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 259 | 2024-11-14T16:10:19.993Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 260 | 2024-11-14T16:10:19.993Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 261 | 2024-11-14T16:10:19.993Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 262 | 2024-11-14T16:10:19.993Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 263 | 2024-11-14T16:10:19.993Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 264 | 2024-11-14T16:10:19.993Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 265 | 2024-11-14T16:10:19.993Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 266 | 2024-11-14T16:10:19.993Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 267 | 2024-11-14T16:10:19.993Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 268 | 2024-11-14T16:10:19.993Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 269 | 2024-11-14T16:10:19.993Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 270 | 2024-11-14T16:10:19.993Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 271 | 2024-11-14T16:10:20.685Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 272 | 2024-11-14T16:10:21.401Z | Updating crates.io index |
| 273 | 2024-11-14T16:10:21.404Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 274 | 2024-11-14T16:10:23.631Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 275 | 2024-11-14T16:10:24.335Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 276 | 2024-11-14T16:10:24.872Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 277 | 2024-11-14T16:10:25.437Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 278 | 2024-11-14T16:10:29.117Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 279 | 2024-11-14T16:10:35.060Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 280 | 2024-11-14T16:10:37.486Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 281 | 2024-11-14T16:10:40.962Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 282 | 2024-11-14T16:10:41.680Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 283 | 2024-11-14T16:10:42.313Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 284 | 2024-11-14T16:10:43.860Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 285 | 2024-11-14T16:10:44.487Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 286 | 2024-11-14T16:10:45.364Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 287 | 2024-11-14T16:10:46.067Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 288 | 2024-11-14T16:10:46.692Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 289 | 2024-11-14T16:10:47.329Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 290 | 2024-11-14T16:10:48.023Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 291 | 2024-11-14T16:10:48.823Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 292 | 2024-11-14T16:10:49.494Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 293 | 2024-11-14T16:10:50.189Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 294 | 2024-11-14T16:10:51.247Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 295 | 2024-11-14T16:10:51.930Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 296 | 2024-11-14T16:10:52.954Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 297 | 2024-11-14T16:10:53.830Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 298 | 2024-11-14T16:10:54.588Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 299 | 2024-11-14T16:10:55.451Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 300 | 2024-11-14T16:10:57.047Z | Downloading crates ... |
| 301 | 2024-11-14T16:10:57.167Z | Downloaded camino-tempfile v1.1.1 |
| 302 | 2024-11-14T16:10:57.171Z | Downloaded anstyle-query v1.1.1 |
| 303 | 2024-11-14T16:10:57.193Z | Downloaded crypto-common v0.1.6 |
| 304 | 2024-11-14T16:10:57.193Z | Downloaded anstyle v1.0.10 |
| 305 | 2024-11-14T16:10:57.219Z | Downloaded cargo_toml v0.20.5 |
| 306 | 2024-11-14T16:10:57.220Z | Downloaded dtrace-parser v0.2.0 |
| 307 | 2024-11-14T16:10:57.225Z | Downloaded pretty-hex v0.4.1 |
| 308 | 2024-11-14T16:10:57.225Z | Downloaded is_terminal_polyfill v1.70.1 |
| 309 | 2024-11-14T16:10:57.225Z | Downloaded usdt-attr-macro v0.5.0 |
| 310 | 2024-11-14T16:10:57.226Z | Downloaded heck v0.4.1 |
| 311 | 2024-11-14T16:10:57.226Z | Downloaded bytecount v0.6.8 |
| 312 | 2024-11-14T16:10:57.226Z | Downloaded thiserror-impl v1.0.69 |
| 313 | 2024-11-14T16:10:57.253Z | Downloaded toml_datetime v0.6.8 |
| 314 | 2024-11-14T16:10:57.253Z | Downloaded terminal_size v0.4.0 |
| 315 | 2024-11-14T16:10:57.253Z | Downloaded serde_spanned v0.6.8 |
| 316 | 2024-11-14T16:10:57.253Z | Downloaded generic-array v0.14.7 |
| 317 | 2024-11-14T16:10:57.254Z | Downloaded tabled_derive v0.7.0 |
| 318 | 2024-11-14T16:10:57.254Z | Downloaded smawk v0.3.2 |
| 319 | 2024-11-14T16:10:57.254Z | Downloaded fastrand v2.1.1 |
| 320 | 2024-11-14T16:10:57.254Z | Downloaded usdt v0.5.0 |
| 321 | 2024-11-14T16:10:57.254Z | Downloaded colorchoice v1.0.2 |
| 322 | 2024-11-14T16:10:57.254Z | Downloaded typenum v1.17.0 |
| 323 | 2024-11-14T16:10:57.254Z | Downloaded scroll v0.12.0 |
| 324 | 2024-11-14T16:10:57.254Z | Downloaded utf8parse v0.2.2 |
| 325 | 2024-11-14T16:10:57.254Z | Downloaded once_cell v1.20.2 |
| 326 | 2024-11-14T16:10:57.254Z | Downloaded pest_derive v2.7.14 |
| 327 | 2024-11-14T16:10:57.255Z | Downloaded proc-macro2 v1.0.89 |
| 328 | 2024-11-14T16:10:57.255Z | Downloaded macaddr v1.0.1 |
| 329 | 2024-11-14T16:10:57.255Z | Downloaded serde v1.0.215 |
| 330 | 2024-11-14T16:10:57.255Z | Downloaded clap_builder v4.5.21 |
| 331 | 2024-11-14T16:10:57.275Z | Downloaded zerocopy v0.7.35 |
| 332 | 2024-11-14T16:10:57.275Z | Downloaded byteorder v1.5.0 |
| 333 | 2024-11-14T16:10:57.275Z | Downloaded block-buffer v0.10.4 |
| 334 | 2024-11-14T16:10:57.281Z | Downloaded autocfg v1.4.0 |
| 335 | 2024-11-14T16:10:57.281Z | Downloaded anstyle-parse v0.2.5 |
| 336 | 2024-11-14T16:10:57.281Z | Downloaded clap_derive v4.5.18 |
| 337 | 2024-11-14T16:10:57.281Z | Downloaded clap_lex v0.7.2 |
| 338 | 2024-11-14T16:10:57.282Z | Downloaded cfg-if v1.0.0 |
| 339 | 2024-11-14T16:10:57.282Z | Downloaded cargo-platform v0.1.8 |
| 340 | 2024-11-14T16:10:57.282Z | Downloaded camino v1.1.9 |
| 341 | 2024-11-14T16:10:57.282Z | Downloaded syn v1.0.109 |
| 342 | 2024-11-14T16:10:57.289Z | Downloaded clap v4.5.21 |
| 343 | 2024-11-14T16:10:57.305Z | Downloaded rustix v0.38.37 |
| 344 | 2024-11-14T16:10:57.322Z | Downloaded scroll_derive v0.12.0 |
| 345 | 2024-11-14T16:10:57.325Z | Downloaded itoa v1.0.11 |
| 346 | 2024-11-14T16:10:57.325Z | Downloaded heck v0.5.0 |
| 347 | 2024-11-14T16:10:57.325Z | Downloaded equivalent v1.0.1 |
| 348 | 2024-11-14T16:10:57.325Z | Downloaded fnv v1.0.7 |
| 349 | 2024-11-14T16:10:57.325Z | Downloaded errno v0.3.9 |
| 350 | 2024-11-14T16:10:57.326Z | Downloaded anyhow v1.0.93 |
| 351 | 2024-11-14T16:10:57.333Z | Downloaded memmap v0.7.0 |
| 352 | 2024-11-14T16:10:57.333Z | Downloaded cargo_metadata v0.18.1 |
| 353 | 2024-11-14T16:10:57.333Z | Downloaded bitflags v2.6.0 |
| 354 | 2024-11-14T16:10:57.340Z | Downloaded anstream v0.6.15 |
| 355 | 2024-11-14T16:10:57.340Z | Downloaded usdt-macro v0.5.0 |
| 356 | 2024-11-14T16:10:57.341Z | Downloaded strsim v0.11.1 |
| 357 | 2024-11-14T16:10:57.341Z | Downloaded fs-err v2.11.0 |
| 358 | 2024-11-14T16:10:57.349Z | Downloaded proc-macro-error-attr v1.0.4 |
| 359 | 2024-11-14T16:10:57.353Z | Downloaded serde_tokenstream v0.2.2 |
| 360 | 2024-11-14T16:10:57.353Z | Downloaded plain v0.2.3 |
| 361 | 2024-11-14T16:10:57.360Z | Downloaded thread-id v4.2.2 |
| 362 | 2024-11-14T16:10:57.360Z | Downloaded swrite v0.1.0 |
| 363 | 2024-11-14T16:10:57.360Z | Downloaded dof v0.3.0 |
| 364 | 2024-11-14T16:10:57.366Z | Downloaded unicode-linebreak v0.1.5 |
| 365 | 2024-11-14T16:10:57.366Z | Downloaded thiserror v1.0.69 |
| 366 | 2024-11-14T16:10:57.371Z | Downloaded digest v0.10.7 |
| 367 | 2024-11-14T16:10:57.371Z | Downloaded version_check v0.9.5 |
| 368 | 2024-11-14T16:10:57.374Z | Downloaded sha2 v0.10.8 |
| 369 | 2024-11-14T16:10:57.374Z | Downloaded quote v1.0.37 |
| 370 | 2024-11-14T16:10:57.377Z | Downloaded cpufeatures v0.2.14 |
| 371 | 2024-11-14T16:10:57.377Z | Downloaded pest_generator v2.7.14 |
| 372 | 2024-11-14T16:10:57.382Z | Downloaded log v0.4.22 |
| 373 | 2024-11-14T16:10:57.385Z | Downloaded usdt-impl v0.5.0 |
| 374 | 2024-11-14T16:10:57.393Z | Downloaded semver v1.0.23 |
| 375 | 2024-11-14T16:10:57.393Z | Downloaded proc-macro-error v1.0.4 |
| 376 | 2024-11-14T16:10:57.400Z | Downloaded tempfile v3.13.0 |
| 377 | 2024-11-14T16:10:57.400Z | Downloaded zerocopy-derive v0.7.35 |
| 378 | 2024-11-14T16:10:57.405Z | Downloaded toml v0.8.19 |
| 379 | 2024-11-14T16:10:57.405Z | Downloaded indexmap v2.6.0 |
| 380 | 2024-11-14T16:10:57.415Z | Downloaded unicode-ident v1.0.13 |
| 381 | 2024-11-14T16:10:57.416Z | Downloaded ucd-trie v0.1.7 |
| 382 | 2024-11-14T16:10:57.416Z | Downloaded ryu v1.0.18 |
| 383 | 2024-11-14T16:10:57.416Z | Downloaded serde_derive v1.0.215 |
| 384 | 2024-11-14T16:10:57.416Z | Downloaded papergrid v0.11.0 |
| 385 | 2024-11-14T16:10:57.420Z | Downloaded textwrap v0.16.1 |
| 386 | 2024-11-14T16:10:57.422Z | Downloaded pest_meta v2.7.14 |
| 387 | 2024-11-14T16:10:57.425Z | Downloaded memchr v2.7.4 |
| 388 | 2024-11-14T16:10:57.442Z | Downloaded hashbrown v0.15.0 |
| 389 | 2024-11-14T16:10:57.447Z | Downloaded toml_edit v0.22.22 |
| 390 | 2024-11-14T16:10:57.467Z | Downloaded pest v2.7.14 |
| 391 | 2024-11-14T16:10:57.487Z | Downloaded serde_json v1.0.132 |
| 392 | 2024-11-14T16:10:57.492Z | Downloaded winnow v0.6.20 |
| 393 | 2024-11-14T16:10:57.498Z | Downloaded goblin v0.8.2 |
| 394 | 2024-11-14T16:10:57.502Z | Downloaded tabled v0.15.0 |
| 395 | 2024-11-14T16:10:57.516Z | Downloaded unicode-width v0.1.14 |
| 396 | 2024-11-14T16:10:57.522Z | Downloaded syn v2.0.87 |
| 397 | 2024-11-14T16:10:57.549Z | Downloaded libc v0.2.162 |
| 398 | 2024-11-14T16:10:57.839Z | Compiling proc-macro2 v1.0.89 |
| 399 | 2024-11-14T16:10:57.839Z | Compiling unicode-ident v1.0.13 |
| 400 | 2024-11-14T16:10:57.839Z | Compiling version_check v0.9.5 |
| 401 | 2024-11-14T16:10:57.842Z | Compiling serde v1.0.215 |
| 402 | 2024-11-14T16:10:57.842Z | Compiling memchr v2.7.4 |
| 403 | 2024-11-14T16:10:57.842Z | Compiling thiserror v1.0.69 |
| 404 | 2024-11-14T16:10:57.842Z | Compiling libc v0.2.162 |
| 405 | 2024-11-14T16:10:57.872Z | Compiling ryu v1.0.18 |
| 406 | 2024-11-14T16:10:58.077Z | Compiling ucd-trie v0.1.7 |
| 407 | 2024-11-14T16:10:58.244Z | Compiling itoa v1.0.11 |
| 408 | 2024-11-14T16:10:58.621Z | Compiling once_cell v1.20.2 |
| 409 | 2024-11-14T16:10:58.657Z | Compiling byteorder v1.5.0 |
| 410 | 2024-11-14T16:10:58.912Z | Compiling rustix v0.38.37 |
| 411 | 2024-11-14T16:10:58.963Z | Compiling serde_json v1.0.132 |
| 412 | 2024-11-14T16:11:00.515Z | Compiling bitflags v2.6.0 |
| 413 | 2024-11-14T16:11:00.602Z | Compiling proc-macro-error-attr v1.0.4 |
| 414 | 2024-11-14T16:11:00.643Z | Compiling usdt-impl v0.5.0 |
| 415 | 2024-11-14T16:11:00.819Z | Compiling syn v1.0.109 |
| 416 | 2024-11-14T16:11:00.908Z | Compiling proc-macro-error v1.0.4 |
| 417 | 2024-11-14T16:11:00.931Z | Compiling log v0.4.22 |
| 418 | 2024-11-14T16:11:00.954Z | Compiling hashbrown v0.15.0 |
| 419 | 2024-11-14T16:11:01.121Z | Compiling camino v1.1.9 |
| 420 | 2024-11-14T16:11:01.177Z | Compiling utf8parse v0.2.2 |
| 421 | 2024-11-14T16:11:01.314Z | Compiling thread-id v4.2.2 |
| 422 | 2024-11-14T16:11:01.314Z | Compiling equivalent v1.0.1 |
| 423 | 2024-11-14T16:11:01.359Z | Compiling plain v0.2.3 |
| 424 | 2024-11-14T16:11:01.430Z | Compiling anstyle-parse v0.2.5 |
| 425 | 2024-11-14T16:11:01.512Z | Compiling unicode-width v0.1.14 |
| 426 | 2024-11-14T16:11:01.589Z | Compiling quote v1.0.37 |
| 427 | 2024-11-14T16:11:01.738Z | Compiling semver v1.0.23 |
| 428 | 2024-11-14T16:11:01.803Z | Compiling errno v0.3.9 |
| 429 | 2024-11-14T16:11:01.900Z | Compiling anstyle-query v1.1.1 |
| 430 | 2024-11-14T16:11:02.025Z | Compiling syn v2.0.87 |
| 431 | 2024-11-14T16:11:02.111Z | Compiling colorchoice v1.0.2 |
| 432 | 2024-11-14T16:11:02.232Z | Compiling indexmap v2.6.0 |
| 433 | 2024-11-14T16:11:02.266Z | Compiling anstyle v1.0.10 |
| 434 | 2024-11-14T16:11:02.309Z | Compiling pretty-hex v0.4.1 |
| 435 | 2024-11-14T16:11:02.338Z | Compiling autocfg v1.4.0 |
| 436 | 2024-11-14T16:11:02.510Z | Compiling is_terminal_polyfill v1.70.1 |
| 437 | 2024-11-14T16:11:02.652Z | Compiling winnow v0.6.20 |
| 438 | 2024-11-14T16:11:02.742Z | Compiling anstream v0.6.15 |
| 439 | 2024-11-14T16:11:03.526Z | Compiling fs-err v2.11.0 |
| 440 | 2024-11-14T16:11:03.631Z | Compiling heck v0.5.0 |
| 441 | 2024-11-14T16:11:03.700Z | Compiling strsim v0.11.1 |
| 442 | 2024-11-14T16:11:03.795Z | Compiling clap_lex v0.7.2 |
| 443 | 2024-11-14T16:11:04.047Z | Compiling fastrand v2.1.1 |
| 444 | 2024-11-14T16:11:04.301Z | Compiling terminal_size v0.4.0 |
| 445 | 2024-11-14T16:11:04.497Z | Compiling anyhow v1.0.93 |
| 446 | 2024-11-14T16:11:04.519Z | Compiling bytecount v0.6.8 |
| 447 | 2024-11-14T16:11:04.571Z | Compiling fnv v1.0.7 |
| 448 | 2024-11-14T16:11:04.593Z | Compiling heck v0.4.1 |
| 449 | 2024-11-14T16:11:04.708Z | Compiling cfg-if v1.0.0 |
| 450 | 2024-11-14T16:11:04.730Z | Compiling papergrid v0.11.0 |
| 451 | 2024-11-14T16:11:04.795Z | Compiling tempfile v3.13.0 |
| 452 | 2024-11-14T16:11:05.074Z | Compiling clap_builder v4.5.21 |
| 453 | 2024-11-14T16:11:05.618Z | Compiling memmap v0.7.0 |
| 454 | 2024-11-14T16:11:05.647Z | Compiling smawk v0.3.2 |
| 455 | 2024-11-14T16:11:05.695Z | Compiling unicode-linebreak v0.1.5 |
| 456 | 2024-11-14T16:11:06.209Z | Compiling textwrap v0.16.1 |
| 457 | 2024-11-14T16:11:06.459Z | Compiling swrite v0.1.0 |
| 458 | 2024-11-14T16:11:07.688Z | Compiling tabled_derive v0.7.0 |
| 459 | 2024-11-14T16:11:09.096Z | Compiling tabled v0.15.0 |
| 460 | 2024-11-14T16:11:10.687Z | Compiling serde_derive v1.0.215 |
| 461 | 2024-11-14T16:11:10.689Z | Compiling thiserror-impl v1.0.69 |
| 462 | 2024-11-14T16:11:10.689Z | Compiling zerocopy-derive v0.7.35 |
| 463 | 2024-11-14T16:11:10.689Z | Compiling scroll_derive v0.12.0 |
| 464 | 2024-11-14T16:11:10.689Z | Compiling clap_derive v4.5.18 |
| 465 | 2024-11-14T16:11:11.786Z | Compiling scroll v0.12.0 |
| 466 | 2024-11-14T16:11:12.264Z | Compiling goblin v0.8.2 |
| 467 | 2024-11-14T16:11:12.419Z | Compiling zerocopy v0.7.35 |
| 468 | 2024-11-14T16:11:13.754Z | Compiling pest v2.7.14 |
| 469 | 2024-11-14T16:11:14.315Z | Compiling clap v4.5.21 |
| 470 | 2024-11-14T16:11:15.666Z | Compiling pest_meta v2.7.14 |
| 471 | 2024-11-14T16:11:16.478Z | Compiling pest_generator v2.7.14 |
| 472 | 2024-11-14T16:11:18.397Z | Compiling pest_derive v2.7.14 |
| 473 | 2024-11-14T16:11:19.037Z | Compiling dtrace-parser v0.2.0 |
| 474 | 2024-11-14T16:11:20.643Z | Compiling serde_spanned v0.6.8 |
| 475 | 2024-11-14T16:11:20.643Z | Compiling toml_datetime v0.6.8 |
| 476 | 2024-11-14T16:11:20.646Z | Compiling cargo-platform v0.1.8 |
| 477 | 2024-11-14T16:11:21.005Z | Compiling serde_tokenstream v0.2.2 |
| 478 | 2024-11-14T16:11:21.055Z | Compiling toml_edit v0.22.22 |
| 479 | 2024-11-14T16:11:21.219Z | Compiling macaddr v1.0.1 |
| 480 | 2024-11-14T16:11:21.341Z | Compiling camino-tempfile v1.1.1 |
| 481 | 2024-11-14T16:11:22.140Z | Compiling dof v0.3.0 |
| 482 | 2024-11-14T16:11:22.140Z | Compiling cargo_metadata v0.18.1 |
| 483 | 2024-11-14T16:11:23.846Z | Compiling toml v0.8.19 |
| 484 | 2024-11-14T16:11:24.119Z | Compiling usdt-macro v0.5.0 |
| 485 | 2024-11-14T16:11:24.119Z | Compiling usdt-attr-macro v0.5.0 |
| 486 | 2024-11-14T16:11:24.695Z | Compiling cargo_toml v0.20.5 |
| 487 | 2024-11-14T16:11:25.571Z | Compiling usdt v0.5.0 |
| 488 | 2024-11-14T16:11:28.108Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 489 | 2024-11-14T16:11:32.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
| 490 | 2024-11-14T16:11:32.391Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 491 | 2024-11-14T16:11:32.885Z | Downloading crates ... |
| 492 | 2024-11-14T16:11:33.005Z | Downloaded async-stream-impl v0.3.6 |
| 493 | 2024-11-14T16:11:33.012Z | Downloaded arrayvec v0.7.6 |
| 494 | 2024-11-14T16:11:33.015Z | Downloaded allocator-api2 v0.2.18 |
| 495 | 2024-11-14T16:11:33.019Z | Downloaded atomicwrites v0.4.4 |
| 496 | 2024-11-14T16:11:33.029Z | Downloaded cstr-argument v0.1.2 |
| 497 | 2024-11-14T16:11:33.031Z | Downloaded cmake v0.1.51 |
| 498 | 2024-11-14T16:11:33.034Z | Downloaded heapless v0.8.0 |
| 499 | 2024-11-14T16:11:33.038Z | Downloaded constant_time_eq v0.3.1 |
| 500 | 2024-11-14T16:11:33.041Z | Downloaded ciborium-ll v0.2.2 |
| 501 | 2024-11-14T16:11:33.041Z | Downloaded http-range v0.1.5 |
| 502 | 2024-11-14T16:11:33.043Z | Downloaded chrono-tz-build v0.4.0 |
| 503 | 2024-11-14T16:11:33.046Z | Downloaded icu_locid v1.5.0 |
| 504 | 2024-11-14T16:11:33.049Z | Downloaded icu_provider_macros v1.5.0 |
| 505 | 2024-11-14T16:11:33.052Z | Downloaded block-padding v0.3.3 |
| 506 | 2024-11-14T16:11:33.054Z | Downloaded hex-literal v0.4.1 |
| 507 | 2024-11-14T16:11:33.054Z | Downloaded aead v0.5.2 |
| 508 | 2024-11-14T16:11:33.057Z | Downloaded base64ct v1.6.0 |
| 509 | 2024-11-14T16:11:33.059Z | Downloaded home v0.5.9 |
| 510 | 2024-11-14T16:11:33.061Z | Downloaded ctr v0.9.2 |
| 511 | 2024-11-14T16:11:33.064Z | Downloaded match_cfg v0.1.0 |
| 512 | 2024-11-14T16:11:33.064Z | Downloaded crc-any v2.5.0 |
| 513 | 2024-11-14T16:11:33.067Z | Downloaded memoffset v0.9.1 |
| 514 | 2024-11-14T16:11:33.069Z | Downloaded internet-checksum v0.2.1 |
| 515 | 2024-11-14T16:11:33.070Z | Downloaded is-terminal v0.4.13 |
| 516 | 2024-11-14T16:11:33.072Z | Downloaded md-5 v0.10.6 |
| 517 | 2024-11-14T16:11:33.072Z | Downloaded iana-time-zone v0.1.61 |
| 518 | 2024-11-14T16:11:33.075Z | Downloaded idna_adapter v1.2.0 |
| 519 | 2024-11-14T16:11:33.077Z | Downloaded darling v0.20.10 |
| 520 | 2024-11-14T16:11:33.081Z | Downloaded lockfree-object-pool v0.1.6 |
| 521 | 2024-11-14T16:11:33.085Z | Downloaded cookie_store v0.21.0 |
| 522 | 2024-11-14T16:11:33.088Z | Downloaded ahash v0.8.11 |
| 523 | 2024-11-14T16:11:33.090Z | Downloaded bumpalo v3.16.0 |
| 524 | 2024-11-14T16:11:33.093Z | Downloaded mime_guess v2.0.5 |
| 525 | 2024-11-14T16:11:33.095Z | Downloaded linked-hash-map v0.5.6 |
| 526 | 2024-11-14T16:11:33.098Z | Downloaded base64 v0.21.7 |
| 527 | 2024-11-14T16:11:33.101Z | Downloaded indexmap v1.9.3 |
| 528 | 2024-11-14T16:11:33.105Z | Downloaded inout v0.1.3 |
| 529 | 2024-11-14T16:11:33.107Z | Downloaded headers-core v0.3.0 |
| 530 | 2024-11-14T16:11:33.107Z | Downloaded crossbeam-channel v0.5.13 |
| 531 | 2024-11-14T16:11:33.113Z | Downloaded icu_normalizer v1.5.0 |
| 532 | 2024-11-14T16:11:33.117Z | Downloaded heck v0.3.3 |
| 533 | 2024-11-14T16:11:33.119Z | Downloaded hyper-staticfile v0.10.1 |
| 534 | 2024-11-14T16:11:33.121Z | Downloaded compact_str v0.8.0 |
| 535 | 2024-11-14T16:11:33.125Z | Downloaded rustc-hash v1.1.0 |
| 536 | 2024-11-14T16:11:33.127Z | Downloaded assert_matches v1.5.0 |
| 537 | 2024-11-14T16:11:33.130Z | Downloaded hex v0.4.3 |
| 538 | 2024-11-14T16:11:33.133Z | Downloaded scheduled-thread-pool v0.2.7 |
| 539 | 2024-11-14T16:11:33.133Z | Downloaded hickory-resolver v0.24.1 |
| 540 | 2024-11-14T16:11:33.137Z | Downloaded crossterm v0.28.1 |
| 541 | 2024-11-14T16:11:33.144Z | Downloaded slog-async v2.8.0 |
| 542 | 2024-11-14T16:11:33.147Z | Downloaded instant v0.1.13 |
| 543 | 2024-11-14T16:11:33.151Z | Downloaded ident_case v1.0.1 |
| 544 | 2024-11-14T16:11:33.151Z | Downloaded jobserver v0.1.32 |
| 545 | 2024-11-14T16:11:33.153Z | Downloaded slog-scope v4.4.0 |
| 546 | 2024-11-14T16:11:33.155Z | Downloaded hickory-client v0.24.1 |
| 547 | 2024-11-14T16:11:33.158Z | Downloaded http v1.1.0 |
| 548 | 2024-11-14T16:11:33.163Z | Downloaded time-macros v0.2.18 |
| 549 | 2024-11-14T16:11:33.165Z | Downloaded arrayref v0.3.9 |
| 550 | 2024-11-14T16:11:33.167Z | Downloaded matches v0.1.10 |
| 551 | 2024-11-14T16:11:33.170Z | Downloaded stable_deref_trait v1.2.0 |
| 552 | 2024-11-14T16:11:33.170Z | Downloaded async-stream v0.3.6 |
| 553 | 2024-11-14T16:11:33.172Z | Downloaded humantime v2.1.0 |
| 554 | 2024-11-14T16:11:33.174Z | Downloaded httpdate v1.0.3 |
| 555 | 2024-11-14T16:11:33.177Z | Downloaded hyper-tls v0.6.0 |
| 556 | 2024-11-14T16:11:33.183Z | Downloaded ciborium-io v0.2.2 |
| 557 | 2024-11-14T16:11:33.183Z | Downloaded atty v0.2.14 |
| 558 | 2024-11-14T16:11:33.186Z | Downloaded indoc v1.0.9 |
| 559 | 2024-11-14T16:11:33.186Z | Downloaded cfg_aliases v0.2.1 |
| 560 | 2024-11-14T16:11:33.186Z | Downloaded managed v0.8.0 |
| 561 | 2024-11-14T16:11:33.189Z | Downloaded lru-cache v0.1.2 |
| 562 | 2024-11-14T16:11:33.189Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 563 | 2024-11-14T16:11:33.191Z | Downloaded cfg_aliases v0.1.1 |
| 564 | 2024-11-14T16:11:33.194Z | Downloaded lru v0.12.5 |
| 565 | 2024-11-14T16:11:33.194Z | Downloaded md5 v0.7.0 |
| 566 | 2024-11-14T16:11:33.198Z | Downloaded bb8 v0.8.5 |
| 567 | 2024-11-14T16:11:33.198Z | Downloaded maplit v1.0.2 |
| 568 | 2024-11-14T16:11:33.200Z | Downloaded addr2line v0.24.2 |
| 569 | 2024-11-14T16:11:33.203Z | Downloaded bitfield-struct v0.6.2 |
| 570 | 2024-11-14T16:11:33.203Z | Downloaded crunchy v0.2.2 |
| 571 | 2024-11-14T16:11:33.203Z | Downloaded crucible-workspace-hack v0.1.0 |
| 572 | 2024-11-14T16:11:33.206Z | Downloaded is_ci v1.2.0 |
| 573 | 2024-11-14T16:11:33.206Z | Downloaded http-body-util v0.1.2 |
| 574 | 2024-11-14T16:11:33.208Z | Downloaded convert_case v0.4.0 |
| 575 | 2024-11-14T16:11:33.210Z | Downloaded untrusted v0.7.1 |
| 576 | 2024-11-14T16:11:33.210Z | Downloaded hostname v0.4.0 |
| 577 | 2024-11-14T16:11:33.213Z | Downloaded crc-catalog v2.4.0 |
| 578 | 2024-11-14T16:11:33.216Z | Downloaded cobs v0.2.3 |
| 579 | 2024-11-14T16:11:33.216Z | Downloaded async-recursion v1.1.1 |
| 580 | 2024-11-14T16:11:33.219Z | Downloaded hostname v0.3.1 |
| 581 | 2024-11-14T16:11:33.221Z | Downloaded bitflags v1.3.2 |
| 582 | 2024-11-14T16:11:33.224Z | Downloaded lazy_static v1.5.0 |
| 583 | 2024-11-14T16:11:33.227Z | Downloaded mime v0.3.17 |
| 584 | 2024-11-14T16:11:33.229Z | Downloaded bit-set v0.5.3 |
| 585 | 2024-11-14T16:11:33.232Z | Downloaded zerofrom v0.1.4 |
| 586 | 2024-11-14T16:11:33.232Z | Downloaded xattr v1.3.1 |
| 587 | 2024-11-14T16:11:33.234Z | Downloaded atomic-waker v1.1.2 |
| 588 | 2024-11-14T16:11:33.236Z | Downloaded hyper-rustls v0.27.3 |
| 589 | 2024-11-14T16:11:33.238Z | Downloaded buf-list v1.0.3 |
| 590 | 2024-11-14T16:11:33.241Z | Downloaded strum_macros v0.26.4 |
| 591 | 2024-11-14T16:11:33.244Z | Downloaded crossbeam-deque v0.8.5 |
| 592 | 2024-11-14T16:11:33.246Z | Downloaded blowfish v0.9.1 |
| 593 | 2024-11-14T16:11:33.249Z | Downloaded lalrpop-util v0.19.12 |
| 594 | 2024-11-14T16:11:33.250Z | Downloaded ipnetwork v0.20.0 |
| 595 | 2024-11-14T16:11:33.252Z | Downloaded arc-swap v1.7.1 |
| 596 | 2024-11-14T16:11:33.256Z | Downloaded utf8_iter v1.0.4 |
| 597 | 2024-11-14T16:11:33.258Z | Downloaded unarray v0.1.4 |
| 598 | 2024-11-14T16:11:33.261Z | Downloaded colored v2.1.0 |
| 599 | 2024-11-14T16:11:33.264Z | Downloaded dhcproto-macros v0.1.0 |
| 600 | 2024-11-14T16:11:33.264Z | Downloaded tokio-native-tls v0.3.1 |
| 601 | 2024-11-14T16:11:33.266Z | Downloaded strum_macros v0.24.3 |
| 602 | 2024-11-14T16:11:33.268Z | Downloaded cbc v0.1.2 |
| 603 | 2024-11-14T16:11:33.270Z | Downloaded static_assertions v1.1.0 |
| 604 | 2024-11-14T16:11:33.272Z | Downloaded bcs v0.1.6 |
| 605 | 2024-11-14T16:11:33.276Z | Downloaded backoff v0.4.0 |
| 606 | 2024-11-14T16:11:33.278Z | Downloaded scopeguard v1.2.0 |
| 607 | 2024-11-14T16:11:33.278Z | Downloaded tiny-keccak v2.0.2 |
| 608 | 2024-11-14T16:11:33.281Z | Downloaded openssl-macros v0.1.1 |
| 609 | 2024-11-14T16:11:33.283Z | Downloaded nodrop v0.1.14 |
| 610 | 2024-11-14T16:11:33.283Z | Downloaded unicase v2.7.0 |
| 611 | 2024-11-14T16:11:33.285Z | Downloaded strum_macros v0.25.3 |
| 612 | 2024-11-14T16:11:33.288Z | Downloaded normalize-line-endings v0.3.0 |
| 613 | 2024-11-14T16:11:33.290Z | Downloaded termios v0.3.3 |
| 614 | 2024-11-14T16:11:33.293Z | Downloaded shell-words v1.1.0 |
| 615 | 2024-11-14T16:11:33.293Z | Downloaded httparse v1.9.5 |
| 616 | 2024-11-14T16:11:33.295Z | Downloaded zerofrom-derive v0.1.4 |
| 617 | 2024-11-14T16:11:33.297Z | Downloaded tracing-attributes v0.1.27 |
| 618 | 2024-11-14T16:11:33.300Z | Downloaded bzip2 v0.4.4 |
| 619 | 2024-11-14T16:11:33.303Z | Downloaded cassowary v0.3.0 |
| 620 | 2024-11-14T16:11:33.306Z | Downloaded precomputed-hash v0.1.1 |
| 621 | 2024-11-14T16:11:33.306Z | Downloaded openssl-probe v0.1.5 |
| 622 | 2024-11-14T16:11:33.306Z | Downloaded ipnet v2.10.1 |
| 623 | 2024-11-14T16:11:33.308Z | Downloaded diesel-dtrace v0.3.0 |
| 624 | 2024-11-14T16:11:33.310Z | Downloaded cancel-safe-futures v0.1.5 |
| 625 | 2024-11-14T16:11:33.313Z | Downloaded termcolor v1.4.1 |
| 626 | 2024-11-14T16:11:33.315Z | Downloaded float-cmp v0.9.0 |
| 627 | 2024-11-14T16:11:33.318Z | Downloaded async-trait v0.1.83 |
| 628 | 2024-11-14T16:11:33.320Z | Downloaded data-encoding v2.6.0 |
| 629 | 2024-11-14T16:11:33.323Z | Downloaded icu_provider v1.5.0 |
| 630 | 2024-11-14T16:11:33.325Z | Downloaded debug-ignore v1.0.5 |
| 631 | 2024-11-14T16:11:33.327Z | Downloaded zone v0.3.0 |
| 632 | 2024-11-14T16:11:33.328Z | Downloaded itertools v0.10.5 |
| 633 | 2024-11-14T16:11:33.334Z | Downloaded group v0.13.0 |
| 634 | 2024-11-14T16:11:33.336Z | Downloaded foreign-types v0.5.0 |
| 635 | 2024-11-14T16:11:33.338Z | Downloaded vsss-rs v3.3.4 |
| 636 | 2024-11-14T16:11:33.341Z | Downloaded csv-core v0.1.11 |
| 637 | 2024-11-14T16:11:33.344Z | Downloaded termtree v0.4.1 |
| 638 | 2024-11-14T16:11:33.344Z | Downloaded sync_wrapper v1.0.1 |
| 639 | 2024-11-14T16:11:33.349Z | Downloaded futures-task v0.3.31 |
| 640 | 2024-11-14T16:11:33.349Z | Downloaded fragile v2.0.0 |
| 641 | 2024-11-14T16:11:33.352Z | Downloaded icu_normalizer_data v1.5.0 |
| 642 | 2024-11-14T16:11:33.352Z | Downloaded percent-encoding v2.3.1 |
| 643 | 2024-11-14T16:11:33.352Z | Downloaded defmt v0.3.8 |
| 644 | 2024-11-14T16:11:33.355Z | Downloaded pem v3.0.4 |
| 645 | 2024-11-14T16:11:33.357Z | Downloaded num_enum v0.5.11 |
| 646 | 2024-11-14T16:11:33.362Z | Downloaded password-hash v0.4.2 |
| 647 | 2024-11-14T16:11:33.365Z | Downloaded schemars_derive v0.8.21 |
| 648 | 2024-11-14T16:11:33.367Z | Downloaded universal-hash v0.5.1 |
| 649 | 2024-11-14T16:11:33.367Z | Downloaded pin-utils v0.1.0 |
| 650 | 2024-11-14T16:11:33.370Z | Downloaded blake2 v0.10.6 |
| 651 | 2024-11-14T16:11:33.372Z | Downloaded tokio-tungstenite v0.24.0 |
| 652 | 2024-11-14T16:11:33.374Z | Downloaded tokio-tungstenite v0.23.1 |
| 653 | 2024-11-14T16:11:33.377Z | Downloaded env_logger v0.11.5 |
| 654 | 2024-11-14T16:11:33.379Z | Downloaded proc-macro-crate v1.3.1 |
| 655 | 2024-11-14T16:11:33.382Z | Downloaded typify-macro v0.2.0 |
| 656 | 2024-11-14T16:11:33.385Z | Downloaded icu_properties v1.5.1 |
| 657 | 2024-11-14T16:11:33.387Z | Downloaded crossbeam-utils v0.8.20 |
| 658 | 2024-11-14T16:11:33.389Z | Downloaded const-oid v0.9.6 |
| 659 | 2024-11-14T16:11:33.392Z | Downloaded env_logger v0.10.2 |
| 660 | 2024-11-14T16:11:33.394Z | Downloaded rustversion v1.0.17 |
| 661 | 2024-11-14T16:11:33.397Z | Downloaded console v0.15.8 |
| 662 | 2024-11-14T16:11:33.400Z | Downloaded fs_extra v1.3.0 |
| 663 | 2024-11-14T16:11:33.402Z | Downloaded crc32fast v1.4.2 |
| 664 | 2024-11-14T16:11:33.405Z | Downloaded smallvec v0.6.14 |
| 665 | 2024-11-14T16:11:33.407Z | Downloaded gethostname v0.5.0 |
| 666 | 2024-11-14T16:11:33.409Z | Downloaded structmeta v0.3.0 |
| 667 | 2024-11-14T16:11:33.409Z | Downloaded structmeta v0.2.0 |
| 668 | 2024-11-14T16:11:33.412Z | Downloaded hashlink v0.9.1 |
| 669 | 2024-11-14T16:11:33.414Z | Downloaded multer v3.1.0 |
| 670 | 2024-11-14T16:11:33.416Z | Downloaded tls_codec_derive v0.4.1 |
| 671 | 2024-11-14T16:11:33.419Z | Downloaded hickory-server v0.24.1 |
| 672 | 2024-11-14T16:11:33.424Z | Downloaded indicatif v0.17.9 |
| 673 | 2024-11-14T16:11:33.428Z | Downloaded crossbeam-epoch v0.9.18 |
| 674 | 2024-11-14T16:11:33.431Z | Downloaded base64 v0.13.1 |
| 675 | 2024-11-14T16:11:33.435Z | Downloaded untrusted v0.9.0 |
| 676 | 2024-11-14T16:11:33.437Z | Downloaded unicode-xid v0.2.6 |
| 677 | 2024-11-14T16:11:33.442Z | Downloaded unicode-truncate v1.1.0 |
| 678 | 2024-11-14T16:11:33.442Z | Downloaded bytes v1.8.0 |
| 679 | 2024-11-14T16:11:33.454Z | Downloaded ed25519 v2.2.3 |
| 680 | 2024-11-14T16:11:33.457Z | Downloaded tracing-core v0.1.32 |
| 681 | 2024-11-14T16:11:33.460Z | Downloaded base64 v0.22.1 |
| 682 | 2024-11-14T16:11:33.463Z | Downloaded num-iter v0.1.45 |
| 683 | 2024-11-14T16:11:33.465Z | Downloaded slog-bunyan v2.5.0 |
| 684 | 2024-11-14T16:11:33.467Z | Downloaded rustls-pemfile v2.2.0 |
| 685 | 2024-11-14T16:11:33.470Z | Downloaded take_mut v0.2.2 |
| 686 | 2024-11-14T16:11:33.470Z | Downloaded fallible-iterator v0.3.0 |
| 687 | 2024-11-14T16:11:33.472Z | Downloaded yoke-derive v0.7.4 |
| 688 | 2024-11-14T16:11:33.472Z | Downloaded packed_struct v0.10.1 |
| 689 | 2024-11-14T16:11:33.475Z | Downloaded float-ord v0.3.2 |
| 690 | 2024-11-14T16:11:33.475Z | Downloaded glob v0.3.1 |
| 691 | 2024-11-14T16:11:33.477Z | Downloaded ghash v0.5.1 |
| 692 | 2024-11-14T16:11:33.477Z | Downloaded tower-service v0.3.3 |
| 693 | 2024-11-14T16:11:33.480Z | Downloaded progenitor-macro v0.8.0 |
| 694 | 2024-11-14T16:11:33.480Z | Downloaded phf_shared v0.11.2 |
| 695 | 2024-11-14T16:11:33.482Z | Downloaded term v0.7.0 |
| 696 | 2024-11-14T16:11:33.485Z | Downloaded oso v0.27.3 |
| 697 | 2024-11-14T16:11:33.488Z | Downloaded icu_collections v1.5.0 |
| 698 | 2024-11-14T16:11:33.493Z | Downloaded chacha20poly1305 v0.10.1 |
| 699 | 2024-11-14T16:11:33.496Z | Downloaded schemars v0.8.21 |
| 700 | 2024-11-14T16:11:33.507Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 701 | 2024-11-14T16:11:33.509Z | Downloaded wait-timeout v0.2.0 |
| 702 | 2024-11-14T16:11:33.509Z | Downloaded const_format v0.2.33 |
| 703 | 2024-11-14T16:11:33.514Z | Downloaded vte_generate_state_changes v0.1.2 |
| 704 | 2024-11-14T16:11:33.516Z | Downloaded sha1 v0.10.6 |
| 705 | 2024-11-14T16:11:33.518Z | Downloaded scrypt v0.11.0 |
| 706 | 2024-11-14T16:11:33.518Z | Downloaded rustls-pemfile v1.0.4 |
| 707 | 2024-11-14T16:11:33.521Z | Downloaded ref-cast v1.0.23 |
| 708 | 2024-11-14T16:11:33.524Z | Downloaded rand_xorshift v0.3.0 |
| 709 | 2024-11-14T16:11:33.524Z | Downloaded num-conv v0.1.0 |
| 710 | 2024-11-14T16:11:33.526Z | Downloaded hyper-util v0.1.10 |
| 711 | 2024-11-14T16:11:33.529Z | Downloaded ppv-lite86 v0.2.20 |
| 712 | 2024-11-14T16:11:33.532Z | Downloaded mockall_derive v0.13.0 |
| 713 | 2024-11-14T16:11:33.534Z | Downloaded string_cache v0.8.7 |
| 714 | 2024-11-14T16:11:33.536Z | Downloaded shlex v1.3.0 |
| 715 | 2024-11-14T16:11:33.536Z | Downloaded tabwriter v1.4.0 |
| 716 | 2024-11-14T16:11:33.538Z | Downloaded reqwest v0.12.9 |
| 717 | 2024-11-14T16:11:33.546Z | Downloaded rpassword v7.3.1 |
| 718 | 2024-11-14T16:11:33.549Z | Downloaded oso-derive v0.27.3 |
| 719 | 2024-11-14T16:11:33.549Z | Downloaded wyz v0.5.1 |
| 720 | 2024-11-14T16:11:33.551Z | Downloaded getrandom v0.2.15 |
| 721 | 2024-11-14T16:11:33.557Z | Downloaded publicsuffix v2.2.3 |
| 722 | 2024-11-14T16:11:33.559Z | Downloaded multimap v0.10.0 |
| 723 | 2024-11-14T16:11:33.559Z | Downloaded backtrace v0.3.74 |
| 724 | 2024-11-14T16:11:33.562Z | Downloaded tracing v0.1.40 |
| 725 | 2024-11-14T16:11:33.566Z | Downloaded serde-big-array v0.5.1 |
| 726 | 2024-11-14T16:11:33.568Z | Downloaded zeroize v1.8.1 |
| 727 | 2024-11-14T16:11:33.571Z | Downloaded difflib v0.4.0 |
| 728 | 2024-11-14T16:11:33.571Z | Downloaded toml v0.7.8 |
| 729 | 2024-11-14T16:11:33.574Z | Downloaded filetime v0.2.25 |
| 730 | 2024-11-14T16:11:33.576Z | Downloaded form_urlencoded v1.2.1 |
| 731 | 2024-11-14T16:11:33.579Z | Downloaded aes-gcm v0.10.3 |
| 732 | 2024-11-14T16:11:33.581Z | Downloaded dirs-sys-next v0.1.2 |
| 733 | 2024-11-14T16:11:33.584Z | Downloaded minimal-lexical v0.2.1 |
| 734 | 2024-11-14T16:11:33.586Z | Downloaded serde_with_macros v3.11.0 |
| 735 | 2024-11-14T16:11:33.589Z | Downloaded dhcproto v0.12.0 |
| 736 | 2024-11-14T16:11:33.591Z | Downloaded futures-macro v0.3.31 |
| 737 | 2024-11-14T16:11:33.594Z | Downloaded futures-io v0.3.31 |
| 738 | 2024-11-14T16:11:33.594Z | Downloaded waitgroup v0.1.2 |
| 739 | 2024-11-14T16:11:33.597Z | Downloaded des v0.8.1 |
| 740 | 2024-11-14T16:11:33.597Z | Downloaded rayon-core v1.12.1 |
| 741 | 2024-11-14T16:11:33.601Z | Downloaded num-derive v0.4.2 |
| 742 | 2024-11-14T16:11:33.603Z | Downloaded phf_codegen v0.11.2 |
| 743 | 2024-11-14T16:11:33.606Z | Downloaded crypto-bigint v0.5.5 |
| 744 | 2024-11-14T16:11:33.610Z | Downloaded opaque-debug v0.3.1 |
| 745 | 2024-11-14T16:11:33.613Z | Downloaded endian-type v0.1.2 |
| 746 | 2024-11-14T16:11:33.613Z | Downloaded darling_macro v0.20.10 |
| 747 | 2024-11-14T16:11:33.613Z | Downloaded nanorand v0.7.0 |
| 748 | 2024-11-14T16:11:33.615Z | Downloaded snafu-derive v0.8.5 |
| 749 | 2024-11-14T16:11:33.618Z | Downloaded cc v1.1.30 |
| 750 | 2024-11-14T16:11:33.620Z | Downloaded quick-error v1.2.3 |
| 751 | 2024-11-14T16:11:33.622Z | Downloaded peg v0.8.4 |
| 752 | 2024-11-14T16:11:33.625Z | Downloaded tar v0.4.43 |
| 753 | 2024-11-14T16:11:33.628Z | Downloaded uzers v0.12.1 |
| 754 | 2024-11-14T16:11:33.631Z | Downloaded signal-hook-mio v0.2.4 |
| 755 | 2024-11-14T16:11:33.634Z | Downloaded stringprep v0.1.5 |
| 756 | 2024-11-14T16:11:33.634Z | Downloaded dirs-next v2.0.0 |
| 757 | 2024-11-14T16:11:33.636Z | Downloaded russh-cryptovec v0.7.3 |
| 758 | 2024-11-14T16:11:33.636Z | Downloaded ssh-encoding v0.2.0 |
| 759 | 2024-11-14T16:11:33.639Z | Downloaded serde_urlencoded v0.7.1 |
| 760 | 2024-11-14T16:11:33.642Z | Downloaded derive_more v0.99.18 |
| 761 | 2024-11-14T16:11:33.645Z | Downloaded xz2 v0.1.7 |
| 762 | 2024-11-14T16:11:33.650Z | Downloaded toolchain_find v0.4.0 |
| 763 | 2024-11-14T16:11:33.650Z | Downloaded thread_local v1.1.8 |
| 764 | 2024-11-14T16:11:33.653Z | Downloaded thiserror-no-std v2.0.2 |
| 765 | 2024-11-14T16:11:33.655Z | Downloaded topological-sort v0.2.2 |
| 766 | 2024-11-14T16:11:33.655Z | Downloaded aes v0.8.4 |
| 767 | 2024-11-14T16:11:33.658Z | Downloaded sqlparser_derive v0.2.2 |
| 768 | 2024-11-14T16:11:33.660Z | Downloaded rustls-pki-types v1.9.0 |
| 769 | 2024-11-14T16:11:33.662Z | Downloaded display-error-chain v0.2.2 |
| 770 | 2024-11-14T16:11:33.665Z | Downloaded utf-8 v0.7.6 |
| 771 | 2024-11-14T16:11:33.665Z | Downloaded pin-project-lite v0.2.14 |
| 772 | 2024-11-14T16:11:33.669Z | Downloaded strum v0.26.3 |
| 773 | 2024-11-14T16:11:33.672Z | Downloaded flume v0.11.1 |
| 774 | 2024-11-14T16:11:33.675Z | Downloaded foreign-types-macros v0.2.3 |
| 775 | 2024-11-14T16:11:33.678Z | Downloaded zone_cfg_derive v0.3.0 |
| 776 | 2024-11-14T16:11:33.678Z | Downloaded embedded-io v0.6.1 |
| 777 | 2024-11-14T16:11:33.678Z | Downloaded tungstenite v0.23.0 |
| 778 | 2024-11-14T16:11:33.683Z | Downloaded radium v0.7.0 |
| 779 | 2024-11-14T16:11:33.683Z | Downloaded num-integer v0.1.46 |
| 780 | 2024-11-14T16:11:33.685Z | Downloaded owo-colors v4.1.0 |
| 781 | 2024-11-14T16:11:33.688Z | Downloaded futures-executor v0.3.31 |
| 782 | 2024-11-14T16:11:33.690Z | Downloaded primeorder v0.13.6 |
| 783 | 2024-11-14T16:11:33.698Z | Downloaded zerocopy v0.6.6 |
| 784 | 2024-11-14T16:11:33.698Z | Downloaded pin-project-internal v1.1.6 |
| 785 | 2024-11-14T16:11:33.698Z | Downloaded password-hash v0.5.0 |
| 786 | 2024-11-14T16:11:33.698Z | Downloaded diff v0.1.13 |
| 787 | 2024-11-14T16:11:33.706Z | Downloaded parse-zoneinfo v0.3.1 |
| 788 | 2024-11-14T16:11:33.706Z | Downloaded packed_struct_codegen v0.10.1 |
| 789 | 2024-11-14T16:11:33.706Z | Downloaded ena v0.14.3 |
| 790 | 2024-11-14T16:11:33.706Z | Downloaded lalrpop v0.19.12 |
| 791 | 2024-11-14T16:11:33.717Z | Downloaded yoke v0.7.4 |
| 792 | 2024-11-14T16:11:33.720Z | Downloaded ssh-cipher v0.2.0 |
| 793 | 2024-11-14T16:11:33.722Z | Downloaded slog-stdlog v4.1.1 |
| 794 | 2024-11-14T16:11:33.725Z | Downloaded displaydoc v0.2.5 |
| 795 | 2024-11-14T16:11:33.732Z | Downloaded serde_path_to_error v0.1.16 |
| 796 | 2024-11-14T16:11:33.732Z | Downloaded serde_yaml v0.9.34+deprecated |
| 797 | 2024-11-14T16:11:33.732Z | Downloaded zerovec-derive v0.10.3 |
| 798 | 2024-11-14T16:11:33.735Z | Downloaded serde_plain v1.0.2 |
| 799 | 2024-11-14T16:11:33.735Z | Downloaded vte v0.11.1 |
| 800 | 2024-11-14T16:11:33.737Z | Downloaded structmeta-derive v0.3.0 |
| 801 | 2024-11-14T16:11:33.738Z | Downloaded derive_builder_macro v0.20.2 |
| 802 | 2024-11-14T16:11:33.740Z | Downloaded structmeta-derive v0.2.0 |
| 803 | 2024-11-14T16:11:33.740Z | Downloaded strip-ansi-escapes v0.2.0 |
| 804 | 2024-11-14T16:11:33.743Z | Downloaded futures-core v0.3.31 |
| 805 | 2024-11-14T16:11:33.743Z | Downloaded yasna v0.5.2 |
| 806 | 2024-11-14T16:11:33.746Z | Downloaded new_debug_unreachable v1.0.6 |
| 807 | 2024-11-14T16:11:33.748Z | Downloaded derive-where v1.2.7 |
| 808 | 2024-11-14T16:11:33.755Z | Downloaded rcgen v0.12.1 |
| 809 | 2024-11-14T16:11:33.757Z | Downloaded ed25519-dalek v2.1.1 |
| 810 | 2024-11-14T16:11:33.757Z | Downloaded dunce v1.0.5 |
| 811 | 2024-11-14T16:11:33.757Z | Downloaded itertools v0.13.0 |
| 812 | 2024-11-14T16:11:33.764Z | Downloaded parse-display v0.10.0 |
| 813 | 2024-11-14T16:11:33.766Z | Downloaded itertools v0.12.1 |
| 814 | 2024-11-14T16:11:33.772Z | Downloaded rfc6979 v0.4.0 |
| 815 | 2024-11-14T16:11:33.775Z | Downloaded hkdf v0.12.4 |
| 816 | 2024-11-14T16:11:33.778Z | Downloaded foreign-types-shared v0.1.1 |
| 817 | 2024-11-14T16:11:33.778Z | Downloaded parse-display-derive v0.10.0 |
| 818 | 2024-11-14T16:11:33.781Z | Downloaded unicode_categories v0.1.1 |
| 819 | 2024-11-14T16:11:33.781Z | Downloaded siphasher v0.3.11 |
| 820 | 2024-11-14T16:11:33.783Z | Downloaded rustfmt-wrapper v0.2.1 |
| 821 | 2024-11-14T16:11:33.783Z | Downloaded rustc_version v0.4.1 |
| 822 | 2024-11-14T16:11:33.785Z | Downloaded typify v0.2.0 |
| 823 | 2024-11-14T16:11:33.788Z | Downloaded slab v0.4.9 |
| 824 | 2024-11-14T16:11:33.791Z | Downloaded miniz_oxide v0.8.0 |
| 825 | 2024-11-14T16:11:33.793Z | Downloaded pin-project v1.1.6 |
| 826 | 2024-11-14T16:11:33.803Z | Downloaded parse-size v1.1.0 |
| 827 | 2024-11-14T16:11:33.805Z | Downloaded foreign-types-shared v0.3.1 |
| 828 | 2024-11-14T16:11:33.805Z | Downloaded omicron-zone-package v0.11.1 |
| 829 | 2024-11-14T16:11:33.808Z | Downloaded hash32 v0.3.1 |
| 830 | 2024-11-14T16:11:33.812Z | Downloaded foldhash v0.1.3 |
| 831 | 2024-11-14T16:11:33.812Z | Downloaded number_prefix v0.4.0 |
| 832 | 2024-11-14T16:11:33.815Z | Downloaded num v0.4.3 |
| 833 | 2024-11-14T16:11:33.815Z | Downloaded parking_lot_core v0.8.6 |
| 834 | 2024-11-14T16:11:33.817Z | Downloaded aho-corasick v1.1.3 |
| 835 | 2024-11-14T16:11:33.823Z | Downloaded pkg-config v0.3.31 |
| 836 | 2024-11-14T16:11:33.825Z | Downloaded derive_builder_core v0.20.2 |
| 837 | 2024-11-14T16:11:33.825Z | Downloaded parking_lot v0.12.3 |
| 838 | 2024-11-14T16:11:33.828Z | Downloaded nu-ansi-term v0.50.1 |
| 839 | 2024-11-14T16:11:33.831Z | Downloaded parking_lot_core v0.9.10 |
| 840 | 2024-11-14T16:11:33.833Z | Downloaded unicode-segmentation v1.12.0 |
| 841 | 2024-11-14T16:11:33.836Z | Downloaded peg-runtime v0.8.3 |
| 842 | 2024-11-14T16:11:33.839Z | Downloaded hash32 v0.2.1 |
| 843 | 2024-11-14T16:11:33.839Z | Downloaded pbkdf2 v0.12.2 |
| 844 | 2024-11-14T16:11:33.841Z | Downloaded postcard v1.0.10 |
| 845 | 2024-11-14T16:11:33.844Z | Downloaded subtle v2.6.1 |
| 846 | 2024-11-14T16:11:33.844Z | Downloaded tinyvec_macros v0.1.1 |
| 847 | 2024-11-14T16:11:33.850Z | Downloaded idna v1.0.3 |
| 848 | 2024-11-14T16:11:33.852Z | Downloaded snafu v0.8.5 |
| 849 | 2024-11-14T16:11:33.855Z | Downloaded pretty-hex v0.2.1 |
| 850 | 2024-11-14T16:11:33.857Z | Downloaded deranged v0.3.11 |
| 851 | 2024-11-14T16:11:33.860Z | Downloaded steno v0.4.1 |
| 852 | 2024-11-14T16:11:33.864Z | Downloaded foreign-types v0.3.2 |
| 853 | 2024-11-14T16:11:33.864Z | Downloaded pkcs8 v0.10.2 |
| 854 | 2024-11-14T16:11:33.866Z | Downloaded slog-envlogger v2.2.0 |
| 855 | 2024-11-14T16:11:33.869Z | Downloaded slog-json v2.6.1 |
| 856 | 2024-11-14T16:11:33.869Z | Downloaded tokio-stream v0.1.16 |
| 857 | 2024-11-14T16:11:33.873Z | Downloaded progenitor-client v0.8.0 |
| 858 | 2024-11-14T16:11:33.876Z | Downloaded tokio-rustls v0.24.1 |
| 859 | 2024-11-14T16:11:33.878Z | Downloaded zopfli v0.8.1 |
| 860 | 2024-11-14T16:11:33.880Z | Downloaded supports-color v3.0.1 |
| 861 | 2024-11-14T16:11:33.880Z | Downloaded which v4.4.2 |
| 862 | 2024-11-14T16:11:33.883Z | Downloaded tui-tree-widget v0.22.0 |
| 863 | 2024-11-14T16:11:33.885Z | Downloaded predicates-core v1.0.8 |
| 864 | 2024-11-14T16:11:33.885Z | Downloaded tokio-rustls v0.26.0 |
| 865 | 2024-11-14T16:11:33.888Z | Downloaded half v2.4.1 |
| 866 | 2024-11-14T16:11:33.890Z | Downloaded rustc-demangle v0.1.24 |
| 867 | 2024-11-14T16:11:33.892Z | Downloaded signal-hook v0.3.17 |
| 868 | 2024-11-14T16:11:33.896Z | Downloaded blake3 v1.5.4 |
| 869 | 2024-11-14T16:11:33.902Z | Downloaded try-lock v0.2.5 |
| 870 | 2024-11-14T16:11:33.904Z | Downloaded funty v2.0.0 |
| 871 | 2024-11-14T16:11:33.904Z | Downloaded qorb v0.2.0 |
| 872 | 2024-11-14T16:11:33.908Z | Downloaded rsa v0.9.6 |
| 873 | 2024-11-14T16:11:33.913Z | Downloaded signature v2.2.0 |
| 874 | 2024-11-14T16:11:33.915Z | Downloaded serde_repr v0.1.19 |
| 875 | 2024-11-14T16:11:33.917Z | Downloaded serde-hex v0.1.0 |
| 876 | 2024-11-14T16:11:33.918Z | Downloaded sct v0.7.1 |
| 877 | 2024-11-14T16:11:33.921Z | Downloaded newline-converter v0.3.0 |
| 878 | 2024-11-14T16:11:33.923Z | Downloaded sigpipe v0.1.3 |
| 879 | 2024-11-14T16:11:33.923Z | Downloaded spki v0.7.3 |
| 880 | 2024-11-14T16:11:33.925Z | Downloaded elliptic-curve v0.13.8 |
| 881 | 2024-11-14T16:11:33.928Z | Downloaded newtype_derive v0.1.6 |
| 882 | 2024-11-14T16:11:33.931Z | Downloaded sec1 v0.7.3 |
| 883 | 2024-11-14T16:11:33.933Z | Downloaded walkdir v2.5.0 |
| 884 | 2024-11-14T16:11:33.934Z | Downloaded fd-lock v4.0.2 |
| 885 | 2024-11-14T16:11:33.936Z | Downloaded ecdsa v0.16.9 |
| 886 | 2024-11-14T16:11:33.939Z | Downloaded pkcs5 v0.7.1 |
| 887 | 2024-11-14T16:11:33.942Z | Downloaded time-core v0.1.2 |
| 888 | 2024-11-14T16:11:33.942Z | Downloaded write16 v1.0.0 |
| 889 | 2024-11-14T16:11:33.944Z | Downloaded mio v1.0.2 |
| 890 | 2024-11-14T16:11:33.948Z | Downloaded either v1.13.0 |
| 891 | 2024-11-14T16:11:33.951Z | Downloaded dsl_auto_type v0.1.2 |
| 892 | 2024-11-14T16:11:33.951Z | Downloaded writeable v0.5.5 |
| 893 | 2024-11-14T16:11:33.954Z | Downloaded unicode-normalization v0.1.24 |
| 894 | 2024-11-14T16:11:33.957Z | Downloaded psl-types v2.0.11 |
| 895 | 2024-11-14T16:11:33.960Z | Downloaded path-slash v0.1.5 |
| 896 | 2024-11-14T16:11:33.960Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 897 | 2024-11-14T16:11:33.960Z | Downloaded progenitor v0.8.0 |
| 898 | 2024-11-14T16:11:33.962Z | Downloaded twox-hash v1.6.3 |
| 899 | 2024-11-14T16:11:33.965Z | Downloaded phf v0.11.2 |
| 900 | 2024-11-14T16:11:33.965Z | Downloaded headers v0.4.0 |
| 901 | 2024-11-14T16:11:33.969Z | Downloaded env_filter v0.1.2 |
| 902 | 2024-11-14T16:11:33.972Z | Downloaded predicates-tree v1.0.11 |
| 903 | 2024-11-14T16:11:33.972Z | Downloaded enum-as-inner v0.5.1 |
| 904 | 2024-11-14T16:11:33.975Z | Downloaded vergen v8.3.2 |
| 905 | 2024-11-14T16:11:33.977Z | Downloaded tough v0.19.0 |
| 906 | 2024-11-14T16:11:33.984Z | Downloaded whoami v1.5.2 |
| 907 | 2024-11-14T16:11:33.986Z | Downloaded slog v2.7.0 |
| 908 | 2024-11-14T16:11:33.989Z | Downloaded rand_core v0.6.4 |
| 909 | 2024-11-14T16:11:33.991Z | Downloaded pbkdf2 v0.11.0 |
| 910 | 2024-11-14T16:11:33.993Z | Downloaded enum-as-inner v0.6.1 |
| 911 | 2024-11-14T16:11:33.993Z | Downloaded polyval v0.6.2 |
| 912 | 2024-11-14T16:11:33.996Z | Downloaded num_enum_derive v0.5.11 |
| 913 | 2024-11-14T16:11:33.999Z | Downloaded semver v0.1.20 |
| 914 | 2024-11-14T16:11:33.999Z | Downloaded newtype-uuid v1.1.3 |
| 915 | 2024-11-14T16:11:33.999Z | Downloaded zip v0.6.6 |
| 916 | 2024-11-14T16:11:34.003Z | Downloaded idna v0.3.0 |
| 917 | 2024-11-14T16:11:34.009Z | Downloaded tinystr v0.7.6 |
| 918 | 2024-11-14T16:11:34.012Z | Downloaded tokio-tungstenite v0.21.0 |
| 919 | 2024-11-14T16:11:34.015Z | Downloaded ron v0.8.1 |
| 920 | 2024-11-14T16:11:34.019Z | Downloaded futures-util v0.3.31 |
| 921 | 2024-11-14T16:11:34.030Z | Downloaded r2d2 v0.8.10 |
| 922 | 2024-11-14T16:11:34.033Z | Downloaded smf v0.2.3 |
| 923 | 2024-11-14T16:11:34.033Z | Downloaded spin v0.9.8 |
| 924 | 2024-11-14T16:11:34.035Z | Downloaded sqlparser v0.45.0 |
| 925 | 2024-11-14T16:11:34.041Z | Downloaded spin v0.5.2 |
| 926 | 2024-11-14T16:11:34.043Z | Downloaded aws-lc-rs v1.10.0 |
| 927 | 2024-11-14T16:11:34.051Z | Downloaded fatfs v0.3.6 |
| 928 | 2024-11-14T16:11:34.053Z | Downloaded paste v1.0.15 |
| 929 | 2024-11-14T16:11:34.056Z | Downloaded postgres-protocol v0.6.7 |
| 930 | 2024-11-14T16:11:34.059Z | Downloaded futures v0.3.31 |
| 931 | 2024-11-14T16:11:34.063Z | Downloaded pkcs1 v0.7.5 |
| 932 | 2024-11-14T16:11:34.065Z | Downloaded subprocess v0.2.9 |
| 933 | 2024-11-14T16:11:34.068Z | Downloaded diesel_derives v2.2.3 |
| 934 | 2024-11-14T16:11:34.072Z | Downloaded rand_seeder v0.3.0 |
| 935 | 2024-11-14T16:11:34.074Z | Downloaded tokio-postgres v0.7.12 |
| 936 | 2024-11-14T16:11:34.078Z | Downloaded darling_core v0.20.10 |
| 937 | 2024-11-14T16:11:34.082Z | Downloaded socket2 v0.5.7 |
| 938 | 2024-11-14T16:11:34.086Z | Downloaded reedline v0.35.0 |
| 939 | 2024-11-14T16:11:34.092Z | Downloaded tinyvec v1.8.0 |
| 940 | 2024-11-14T16:11:34.096Z | Downloaded quick-xml v0.33.0 |
| 941 | 2024-11-14T16:11:34.101Z | Downloaded tungstenite v0.24.0 |
| 942 | 2024-11-14T16:11:34.104Z | Downloaded icu_properties_data v1.5.0 |
| 943 | 2024-11-14T16:11:34.114Z | Downloaded salty v0.3.0 |
| 944 | 2024-11-14T16:11:34.121Z | Downloaded num-bigint v0.4.6 |
| 945 | 2024-11-14T16:11:34.126Z | Downloaded rustls-webpki v0.101.7 |
| 946 | 2024-11-14T16:11:34.139Z | Downloaded tungstenite v0.21.0 |
| 947 | 2024-11-14T16:11:34.143Z | Downloaded der v0.7.9 |
| 948 | 2024-11-14T16:11:34.147Z | Downloaded x509-cert v0.2.5 |
| 949 | 2024-11-14T16:11:34.153Z | Downloaded bindgen v0.69.5 |
| 950 | 2024-11-14T16:11:34.160Z | Downloaded rayon v1.10.0 |
| 951 | 2024-11-14T16:11:34.169Z | Downloaded url v2.5.3 |
| 952 | 2024-11-14T16:11:34.172Z | Downloaded serde_with v3.11.0 |
| 953 | 2024-11-14T16:11:34.180Z | Downloaded hashbrown v0.12.3 |
| 954 | 2024-11-14T16:11:34.184Z | Downloaded hashbrown v0.14.5 |
| 955 | 2024-11-14T16:11:34.190Z | Downloaded h2 v0.4.6 |
| 956 | 2024-11-14T16:11:34.196Z | Downloaded typed-path v0.9.3 |
| 957 | 2024-11-14T16:11:34.202Z | Downloaded zerovec v0.10.4 |
| 958 | 2024-11-14T16:11:34.208Z | Downloaded hashbrown v0.13.2 |
| 959 | 2024-11-14T16:11:34.212Z | Downloaded quinn-proto v0.11.8 |
| 960 | 2024-11-14T16:11:34.219Z | Downloaded idna v0.4.0 |
| 961 | 2024-11-14T16:11:34.226Z | Downloaded tokio-util v0.7.12 |
| 962 | 2024-11-14T16:11:34.232Z | Downloaded time v0.3.36 |
| 963 | 2024-11-14T16:11:34.239Z | Downloaded winnow v0.5.40 |
| 964 | 2024-11-14T16:11:34.247Z | Downloaded zip v2.1.3 |
| 965 | 2024-11-14T16:11:34.252Z | Downloaded git2 v0.19.0 |
| 966 | 2024-11-14T16:11:34.260Z | Downloaded idna v0.5.0 |
| 967 | 2024-11-14T16:11:34.267Z | Downloaded webpki-roots v0.26.6 |
| 968 | 2024-11-14T16:11:34.270Z | Downloaded curve25519-dalek v4.1.3 |
| 969 | 2024-11-14T16:11:34.279Z | Downloaded p384 v0.13.0 |
| 970 | 2024-11-14T16:11:34.286Z | Downloaded regex-syntax v0.8.5 |
| 971 | 2024-11-14T16:11:34.294Z | Downloaded portable-atomic v1.9.0 |
| 972 | 2024-11-14T16:11:34.300Z | Downloaded polar-core v0.27.3 |
| 973 | 2024-11-14T16:11:34.309Z | Downloaded gimli v0.31.1 |
| 974 | 2024-11-14T16:11:34.317Z | Downloaded vcpkg v0.2.15 |
| 975 | 2024-11-14T16:11:34.354Z | Downloaded petname v2.0.2 |
| 976 | 2024-11-14T16:11:34.359Z | Downloaded smoltcp v0.11.0 |
| 977 | 2024-11-14T16:11:34.371Z | Downloaded proptest v1.5.0 |
| 978 | 2024-11-14T16:11:34.381Z | Downloaded regress v0.9.1 |
| 979 | 2024-11-14T16:11:34.389Z | Downloaded rustls v0.22.4 |
| 980 | 2024-11-14T16:11:34.402Z | Downloaded radix_trie v0.2.1 |
| 981 | 2024-11-14T16:11:34.407Z | Downloaded trust-dns-proto v0.22.0 |
| 982 | 2024-11-14T16:11:34.419Z | Downloaded nix v0.28.0 |
| 983 | 2024-11-14T16:11:34.431Z | Downloaded nix v0.27.1 |
| 984 | 2024-11-14T16:11:34.441Z | Downloaded nix v0.29.0 |
| 985 | 2024-11-14T16:11:34.452Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 986 | 2024-11-14T16:11:34.464Z | Downloaded bstr v1.10.0 |
| 987 | 2024-11-14T16:11:34.474Z | Downloaded regex v1.11.1 |
| 988 | 2024-11-14T16:11:34.487Z | Downloaded rustls v0.23.14 |
| 989 | 2024-11-14T16:11:34.499Z | Downloaded openapiv3 v2.0.0 |
| 990 | 2024-11-14T16:11:34.510Z | Downloaded dropshot v0.12.0 |
| 991 | 2024-11-14T16:11:34.529Z | Downloaded diesel v2.2.4 |
| 992 | 2024-11-14T16:11:34.547Z | Downloaded typify-impl v0.2.0 |
| 993 | 2024-11-14T16:11:34.562Z | Downloaded sled v0.34.7 |
| 994 | 2024-11-14T16:11:34.572Z | Downloaded ratatui v0.28.1 |
| 995 | 2024-11-14T16:11:34.590Z | Downloaded object v0.30.4 |
| 996 | 2024-11-14T16:11:34.600Z | Downloaded chrono-tz v0.10.0 |
| 997 | 2024-11-14T16:11:34.607Z | Downloaded lzma-sys v0.1.20 |
| 998 | 2024-11-14T16:11:34.635Z | Downloaded regress v0.10.1 |
| 999 | 2024-11-14T16:11:34.644Z | Downloaded zerocopy-derive v0.6.6 |
| 1000 | 2024-11-14T16:11:34.653Z | Downloaded openssl v0.10.68 |
| 1001 | 2024-11-14T16:11:34.663Z | Downloaded regex-syntax v0.6.29 |
| 1002 | 2024-11-14T16:11:34.669Z | Downloaded regex-automata v0.4.8 |
| 1003 | 2024-11-14T16:11:34.686Z | Downloaded dropshot v0.13.0 |
| 1004 | 2024-11-14T16:11:34.706Z | Downloaded object v0.36.5 |
| 1005 | 2024-11-14T16:11:34.716Z | Downloaded libz-sys v1.1.20 |
| 1006 | 2024-11-14T16:11:34.736Z | Downloaded hickory-proto v0.24.1 |
| 1007 | 2024-11-14T16:11:34.751Z | Downloaded unicode-width v0.2.0 |
| 1008 | 2024-11-14T16:11:34.757Z | Downloaded idna v0.2.3 |
| 1009 | 2024-11-14T16:11:34.763Z | Downloaded rusqlite v0.32.1 |
| 1010 | 2024-11-14T16:11:34.770Z | Downloaded petgraph v0.6.5 |
| 1011 | 2024-11-14T16:11:34.786Z | Downloaded num-bigint-dig v0.8.4 |
| 1012 | 2024-11-14T16:11:34.791Z | Downloaded rustls-webpki v0.102.8 |
| 1013 | 2024-11-14T16:11:34.808Z | Downloaded smoltcp v0.9.1 |
| 1014 | 2024-11-14T16:11:34.818Z | Downloaded rustls v0.21.12 |
| 1015 | 2024-11-14T16:11:34.829Z | Downloaded futures-channel v0.3.31 |
| 1016 | 2024-11-14T16:11:34.832Z | Downloaded tokio v1.40.0 |
| 1017 | 2024-11-14T16:11:34.868Z | Downloaded sha3 v0.10.8 |
| 1018 | 2024-11-14T16:11:34.872Z | Downloaded postgres-types v0.2.8 |
| 1019 | 2024-11-14T16:11:34.875Z | Downloaded csv v1.3.0 |
| 1020 | 2024-11-14T16:11:34.894Z | Downloaded ron v0.7.1 |
| 1021 | 2024-11-14T16:11:34.898Z | Downloaded russh-keys v0.45.0 |
| 1022 | 2024-11-14T16:11:34.901Z | Downloaded secrecy v0.8.0 |
| 1023 | 2024-11-14T16:11:34.903Z | Downloaded nibble_vec v0.1.0 |
| 1024 | 2024-11-14T16:11:34.903Z | Downloaded zone v0.1.8 |
| 1025 | 2024-11-14T16:11:34.905Z | Downloaded p521 v0.13.3 |
| 1026 | 2024-11-14T16:11:34.908Z | Downloaded uuid v1.11.0 |
| 1027 | 2024-11-14T16:11:34.911Z | Downloaded zeroize_derive v1.4.2 |
| 1028 | 2024-11-14T16:11:34.911Z | Downloaded downcast v0.11.0 |
| 1029 | 2024-11-14T16:11:34.913Z | Downloaded zone_cfg_derive v0.1.2 |
| 1030 | 2024-11-14T16:11:34.913Z | Downloaded utf16_iter v1.0.5 |
| 1031 | 2024-11-14T16:11:34.913Z | Downloaded slog-dtrace v0.3.0 |
| 1032 | 2024-11-14T16:11:34.917Z | Downloaded predicates v3.1.2 |
| 1033 | 2024-11-14T16:11:34.920Z | Downloaded ssh-key v0.6.6 |
| 1034 | 2024-11-14T16:11:34.923Z | Downloaded derive_builder v0.20.2 |
| 1035 | 2024-11-14T16:11:34.927Z | Downloaded der_derive v0.7.3 |
| 1036 | 2024-11-14T16:11:34.930Z | Downloaded value-bag v1.9.0 |
| 1037 | 2024-11-14T16:11:34.932Z | Downloaded similar v2.6.0 |
| 1038 | 2024-11-14T16:11:34.936Z | Downloaded flate2 v1.0.34 |
| 1039 | 2024-11-14T16:11:34.940Z | Downloaded quinn v0.11.5 |
| 1040 | 2024-11-14T16:11:34.944Z | Downloaded rustc-hash v2.0.0 |
| 1041 | 2024-11-14T16:11:34.948Z | Downloaded rustyline v14.0.0 |
| 1042 | 2024-11-14T16:11:34.950Z | Downloaded russh v0.45.0 |
| 1043 | 2024-11-14T16:11:34.954Z | Downloaded toml_edit v0.19.15 |
| 1044 | 2024-11-14T16:11:34.970Z | Downloaded parking_lot v0.11.2 |
| 1045 | 2024-11-14T16:11:34.973Z | Downloaded nom v7.1.3 |
| 1046 | 2024-11-14T16:11:34.976Z | Downloaded num_threads v0.1.7 |
| 1047 | 2024-11-14T16:11:34.979Z | Downloaded sync-ptr v0.1.1 |
| 1048 | 2024-11-14T16:11:34.979Z | Downloaded flagset v0.4.6 |
| 1049 | 2024-11-14T16:11:34.982Z | Downloaded fixedbitset v0.4.2 |
| 1050 | 2024-11-14T16:11:34.982Z | Downloaded tokio-macros v2.4.0 |
| 1051 | 2024-11-14T16:11:34.982Z | Downloaded tls_codec v0.4.1 |
| 1052 | 2024-11-14T16:11:34.984Z | Downloaded dyn-clone v1.0.17 |
| 1053 | 2024-11-14T16:11:34.987Z | Downloaded resolv-conf v0.7.0 |
| 1054 | 2024-11-14T16:11:34.987Z | Downloaded sqlformat v0.2.6 |
| 1055 | 2024-11-14T16:11:34.989Z | Downloaded serde_derive_internals v0.29.1 |
| 1056 | 2024-11-14T16:11:34.989Z | Downloaded olpc-cjson v0.1.4 |
| 1057 | 2024-11-14T16:11:34.992Z | Downloaded native-tls v0.2.12 |
| 1058 | 2024-11-14T16:11:34.992Z | Downloaded test-strategy v0.3.1 |
| 1059 | 2024-11-14T16:11:34.995Z | Downloaded embedded-io v0.4.0 |
| 1060 | 2024-11-14T16:11:34.998Z | Downloaded libm v0.2.8 |
| 1061 | 2024-11-14T16:11:35.003Z | Downloaded p256 v0.13.2 |
| 1062 | 2024-11-14T16:11:35.006Z | Downloaded num-complex v0.4.6 |
| 1063 | 2024-11-14T16:11:35.009Z | Downloaded encoding_rs v0.8.34 |
| 1064 | 2024-11-14T16:11:35.028Z | Downloaded rand v0.8.5 |
| 1065 | 2024-11-14T16:11:35.032Z | Downloaded unsafe-libyaml v0.2.11 |
| 1066 | 2024-11-14T16:11:35.035Z | Downloaded expectorate v1.1.0 |
| 1067 | 2024-11-14T16:11:35.038Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1068 | 2024-11-14T16:11:35.040Z | Downloaded ff v0.13.0 |
| 1069 | 2024-11-14T16:11:35.040Z | Downloaded signal-hook-tokio v0.3.1 |
| 1070 | 2024-11-14T16:11:35.040Z | Downloaded signal-hook-registry v1.4.2 |
| 1071 | 2024-11-14T16:11:35.042Z | Downloaded rtoolbox v0.0.2 |
| 1072 | 2024-11-14T16:11:35.042Z | Downloaded unicode-properties v0.1.3 |
| 1073 | 2024-11-14T16:11:35.045Z | Downloaded openssl-sys v0.9.104 |
| 1074 | 2024-11-14T16:11:35.048Z | Downloaded libxml v0.3.3 |
| 1075 | 2024-11-14T16:11:35.054Z | Downloaded samael v0.0.17 |
| 1076 | 2024-11-14T16:11:35.059Z | Downloaded tokio-rustls v0.25.0 |
| 1077 | 2024-11-14T16:11:35.062Z | Downloaded num-traits v0.2.19 |
| 1078 | 2024-11-14T16:11:35.065Z | Downloaded num-rational v0.4.2 |
| 1079 | 2024-11-14T16:11:35.065Z | Downloaded unicode-bidi v0.3.17 |
| 1080 | 2024-11-14T16:11:35.067Z | Downloaded mirai-annotations v1.12.0 |
| 1081 | 2024-11-14T16:11:35.071Z | Downloaded tap v1.0.1 |
| 1082 | 2024-11-14T16:11:35.071Z | Downloaded synstructure v0.13.1 |
| 1083 | 2024-11-14T16:11:35.071Z | Downloaded peg-macros v0.8.4 |
| 1084 | 2024-11-14T16:11:35.073Z | Downloaded phf_shared v0.10.0 |
| 1085 | 2024-11-14T16:11:35.073Z | Downloaded phf_generator v0.11.2 |
| 1086 | 2024-11-14T16:11:35.076Z | Downloaded smallvec v1.13.2 |
| 1087 | 2024-11-14T16:11:35.076Z | Downloaded slog-term v2.9.1 |
| 1088 | 2024-11-14T16:11:35.078Z | Downloaded powerfmt v0.2.0 |
| 1089 | 2024-11-14T16:11:35.078Z | Downloaded fallible-iterator v0.2.0 |
| 1090 | 2024-11-14T16:11:35.081Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1091 | 2024-11-14T16:11:35.136Z | Downloaded globset v0.4.15 |
| 1092 | 2024-11-14T16:11:35.138Z | Downloaded defmt-parser v0.3.4 |
| 1093 | 2024-11-14T16:11:35.138Z | Downloaded defmt-macros v0.3.9 |
| 1094 | 2024-11-14T16:11:35.141Z | Downloaded dropshot_endpoint v0.13.0 |
| 1095 | 2024-11-14T16:11:35.143Z | Downloaded dropshot_endpoint v0.12.0 |
| 1096 | 2024-11-14T16:11:35.146Z | Downloaded prettyplease v0.2.25 |
| 1097 | 2024-11-14T16:11:35.149Z | Downloaded poly1305 v0.8.0 |
| 1098 | 2024-11-14T16:11:35.151Z | Downloaded pem-rfc7468 v0.7.0 |
| 1099 | 2024-11-14T16:11:35.154Z | Downloaded progenitor-impl v0.8.0 |
| 1100 | 2024-11-14T16:11:35.156Z | Downloaded fxhash v0.2.1 |
| 1101 | 2024-11-14T16:11:35.156Z | Downloaded futures-sink v0.3.31 |
| 1102 | 2024-11-14T16:11:35.159Z | Downloaded salsa20 v0.10.2 |
| 1103 | 2024-11-14T16:11:35.159Z | Downloaded rustc_version v0.1.7 |
| 1104 | 2024-11-14T16:11:35.159Z | Downloaded hyper v1.5.0 |
| 1105 | 2024-11-14T16:11:35.165Z | Downloaded cookie v0.18.1 |
| 1106 | 2024-11-14T16:11:35.167Z | Downloaded clang-sys v1.8.1 |
| 1107 | 2024-11-14T16:11:35.170Z | Downloaded memmap2 v0.9.5 |
| 1108 | 2024-11-14T16:11:35.172Z | Downloaded ciborium v0.2.2 |
| 1109 | 2024-11-14T16:11:35.175Z | Downloaded mockall v0.13.0 |
| 1110 | 2024-11-14T16:11:35.175Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1111 | 2024-11-14T16:11:35.177Z | Downloaded heapless v0.7.17 |
| 1112 | 2024-11-14T16:11:35.179Z | Downloaded hmac v0.12.1 |
| 1113 | 2024-11-14T16:11:35.182Z | Downloaded same-file v1.0.6 |
| 1114 | 2024-11-14T16:11:35.184Z | Downloaded rand_chacha v0.3.1 |
| 1115 | 2024-11-14T16:11:35.184Z | Downloaded quinn-udp v0.5.5 |
| 1116 | 2024-11-14T16:11:35.186Z | Downloaded lock_api v0.4.12 |
| 1117 | 2024-11-14T16:11:35.187Z | Downloaded litemap v0.7.3 |
| 1118 | 2024-11-14T16:11:35.189Z | Downloaded libloading v0.8.5 |
| 1119 | 2024-11-14T16:11:35.191Z | Downloaded keccak v0.1.5 |
| 1120 | 2024-11-14T16:11:35.194Z | Downloaded rusty-fork v0.3.0 |
| 1121 | 2024-11-14T16:11:35.194Z | Downloaded ref-cast-impl v1.0.23 |
| 1122 | 2024-11-14T16:11:35.196Z | Downloaded indent_write v2.2.0 |
| 1123 | 2024-11-14T16:11:35.196Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1124 | 2024-11-14T16:11:35.196Z | Downloaded crc v3.2.1 |
| 1125 | 2024-11-14T16:11:35.199Z | Downloaded const_format_proc_macros v0.2.33 |
| 1126 | 2024-11-14T16:11:35.201Z | Downloaded cipher v0.4.4 |
| 1127 | 2024-11-14T16:11:35.205Z | Downloaded bit-vec v0.6.3 |
| 1128 | 2024-11-14T16:11:35.205Z | Downloaded libsw v3.3.1 |
| 1129 | 2024-11-14T16:11:35.207Z | Downloaded icu_locid_transform v1.5.0 |
| 1130 | 2024-11-14T16:11:35.207Z | Downloaded highway v1.2.0 |
| 1131 | 2024-11-14T16:11:35.210Z | Downloaded want v0.3.1 |
| 1132 | 2024-11-14T16:11:35.210Z | Downloaded maybe-uninit v2.0.0 |
| 1133 | 2024-11-14T16:11:35.212Z | Downloaded linear-map v1.2.0 |
| 1134 | 2024-11-14T16:11:35.212Z | Downloaded libefi-sys v0.1.0 |
| 1135 | 2024-11-14T16:11:35.215Z | Downloaded lazycell v1.3.0 |
| 1136 | 2024-11-14T16:11:35.215Z | Downloaded kstat-rs v0.2.4 |
| 1137 | 2024-11-14T16:11:35.215Z | Downloaded instability v0.3.2 |
| 1138 | 2024-11-14T16:11:35.217Z | Downloaded chrono v0.4.38 |
| 1139 | 2024-11-14T16:11:35.222Z | Downloaded bitvec v1.0.1 |
| 1140 | 2024-11-14T16:11:35.236Z | Downloaded ascii-canvas v3.0.0 |
| 1141 | 2024-11-14T16:11:35.239Z | Downloaded simd-adler32 v0.3.7 |
| 1142 | 2024-11-14T16:11:35.241Z | Downloaded array-init v0.0.4 |
| 1143 | 2024-11-14T16:11:35.241Z | Downloaded hubpack_derive v0.1.1 |
| 1144 | 2024-11-14T16:11:35.241Z | Downloaded http-body v1.0.1 |
| 1145 | 2024-11-14T16:11:35.241Z | Downloaded adler2 v2.0.0 |
| 1146 | 2024-11-14T16:11:35.244Z | Downloaded chacha20 v0.9.1 |
| 1147 | 2024-11-14T16:11:35.244Z | Downloaded bitfield v0.14.0 |
| 1148 | 2024-11-14T16:11:35.246Z | Downloaded hubpack v0.1.2 |
| 1149 | 2024-11-14T16:11:35.246Z | Downloaded castaway v0.2.3 |
| 1150 | 2024-11-14T16:11:35.249Z | Downloaded base16ct v0.2.0 |
| 1151 | 2024-11-14T16:11:35.249Z | Downloaded argon2 v0.5.3 |
| 1152 | 2024-11-14T16:11:35.252Z | Downloaded async-bb8-diesel v0.2.1 |
| 1153 | 2024-11-14T16:11:35.252Z | Downloaded cexpr v0.6.0 |
| 1154 | 2024-11-14T16:11:35.254Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1155 | 2024-11-14T16:11:35.405Z | Downloaded libsqlite3-sys v0.30.1 |
| 1156 | 2024-11-14T16:11:35.740Z | Downloaded ring v0.17.8 |
| 1157 | 2024-11-14T16:11:35.929Z | Downloaded ring v0.16.20 |
| 1158 | 2024-11-14T16:11:36.159Z | Downloaded aws-lc-sys v0.22.0 |
| 1159 | 2024-11-14T16:11:36.476Z | Compiling serde v1.0.215 |
| 1160 | 2024-11-14T16:11:36.479Z | Compiling lock_api v0.4.12 |
| 1161 | 2024-11-14T16:11:36.479Z | Compiling scopeguard v1.2.0 |
| 1162 | 2024-11-14T16:11:36.479Z | Compiling value-bag v1.9.0 |
| 1163 | 2024-11-14T16:11:36.480Z | Compiling typenum v1.17.0 |
| 1164 | 2024-11-14T16:11:36.636Z | Compiling generic-array v0.14.7 |
| 1165 | 2024-11-14T16:11:36.669Z | Compiling syn v2.0.87 |
| 1166 | 2024-11-14T16:11:36.683Z | Compiling getrandom v0.2.15 |
| 1167 | 2024-11-14T16:11:36.943Z | Compiling subtle v2.6.1 |
| 1168 | 2024-11-14T16:11:37.087Z | Compiling rand_core v0.6.4 |
| 1169 | 2024-11-14T16:11:37.224Z | Compiling log v0.4.22 |
| 1170 | 2024-11-14T16:11:37.296Z | Compiling shlex v1.3.0 |
| 1171 | 2024-11-14T16:11:37.315Z | Compiling jobserver v0.1.32 |
| 1172 | 2024-11-14T16:11:37.345Z | Compiling const-oid v0.9.6 |
| 1173 | 2024-11-14T16:11:37.617Z | Compiling smallvec v1.13.2 |
| 1174 | 2024-11-14T16:11:37.733Z | Compiling cc v1.1.30 |
| 1175 | 2024-11-14T16:11:37.760Z | Compiling spin v0.9.8 |
| 1176 | 2024-11-14T16:11:38.057Z | Compiling pin-project-lite v0.2.14 |
| 1177 | 2024-11-14T16:11:38.166Z | Compiling rustix v0.38.37 |
| 1178 | 2024-11-14T16:11:38.190Z | Compiling parking_lot_core v0.9.10 |
| 1179 | 2024-11-14T16:11:38.211Z | Compiling futures-core v0.3.31 |
| 1180 | 2024-11-14T16:11:38.304Z | Compiling signal-hook-registry v1.4.2 |
| 1181 | 2024-11-14T16:11:38.475Z | Compiling mio v1.0.2 |
| 1182 | 2024-11-14T16:11:39.137Z | Compiling parking_lot v0.12.3 |
| 1183 | 2024-11-14T16:11:39.155Z | Compiling aho-corasick v1.1.3 |
| 1184 | 2024-11-14T16:11:39.339Z | Compiling regex-syntax v0.8.5 |
| 1185 | 2024-11-14T16:11:39.488Z | Compiling either v1.13.0 |
| 1186 | 2024-11-14T16:11:39.665Z | Compiling cpufeatures v0.2.14 |
| 1187 | 2024-11-14T16:11:39.684Z | Compiling lazy_static v1.5.0 |
| 1188 | 2024-11-14T16:11:39.767Z | Compiling glob v0.3.1 |
| 1189 | 2024-11-14T16:11:39.816Z | Compiling futures-sink v0.3.31 |
| 1190 | 2024-11-14T16:11:39.956Z | Compiling stable_deref_trait v1.2.0 |
| 1191 | 2024-11-14T16:11:39.979Z | Compiling socket2 v0.5.7 |
| 1192 | 2024-11-14T16:11:40.068Z | Compiling slab v0.4.9 |
| 1193 | 2024-11-14T16:11:40.105Z | Compiling prettyplease v0.2.25 |
| 1194 | 2024-11-14T16:11:40.431Z | Compiling minimal-lexical v0.2.1 |
| 1195 | 2024-11-14T16:11:40.783Z | Compiling libloading v0.8.5 |
| 1196 | 2024-11-14T16:11:40.805Z | Compiling clang-sys v1.8.1 |
| 1197 | 2024-11-14T16:11:40.907Z | Compiling nom v7.1.3 |
| 1198 | 2024-11-14T16:11:40.986Z | Compiling bindgen v0.69.5 |
| 1199 | 2024-11-14T16:11:41.186Z | Compiling home v0.5.9 |
| 1200 | 2024-11-14T16:11:41.444Z | Compiling serde_json v1.0.132 |
| 1201 | 2024-11-14T16:11:41.799Z | Compiling futures-channel v0.3.31 |
| 1202 | 2024-11-14T16:11:41.846Z | Compiling itertools v0.12.1 |
| 1203 | 2024-11-14T16:11:42.127Z | Compiling allocator-api2 v0.2.18 |
| 1204 | 2024-11-14T16:11:42.207Z | Compiling lazycell v1.3.0 |
| 1205 | 2024-11-14T16:11:42.370Z | Compiling pin-utils v0.1.0 |
| 1206 | 2024-11-14T16:11:42.461Z | Compiling futures-task v0.3.31 |
| 1207 | 2024-11-14T16:11:42.743Z | Compiling rustc-hash v1.1.0 |
| 1208 | 2024-11-14T16:11:42.888Z | Compiling foldhash v0.1.3 |
| 1209 | 2024-11-14T16:11:42.910Z | Compiling futures-io v0.3.31 |
| 1210 | 2024-11-14T16:11:43.179Z | Compiling regex-automata v0.4.8 |
| 1211 | 2024-11-14T16:11:43.222Z | Compiling hashbrown v0.15.0 |
| 1212 | 2024-11-14T16:11:44.527Z | Compiling synstructure v0.13.1 |
| 1213 | 2024-11-14T16:11:44.851Z | Compiling cexpr v0.6.0 |
| 1214 | 2024-11-14T16:11:45.015Z | Compiling cmake v0.1.51 |
| 1215 | 2024-11-14T16:11:46.050Z | Compiling tinyvec_macros v0.1.1 |
| 1216 | 2024-11-14T16:11:46.141Z | Compiling fs_extra v1.3.0 |
| 1217 | 2024-11-14T16:11:46.200Z | Compiling libm v0.2.8 |
| 1218 | 2024-11-14T16:11:46.257Z | Compiling dunce v1.0.5 |
| 1219 | 2024-11-14T16:11:46.390Z | Compiling pkg-config v0.3.31 |
| 1220 | 2024-11-14T16:11:46.548Z | Compiling tinyvec v1.8.0 |
| 1221 | 2024-11-14T16:11:46.646Z | Compiling num-traits v0.2.19 |
| 1222 | 2024-11-14T16:11:47.165Z | Compiling ring v0.17.8 |
| 1223 | 2024-11-14T16:11:47.811Z | Compiling paste v1.0.15 |
| 1224 | 2024-11-14T16:11:47.967Z | Compiling writeable v0.5.5 |
| 1225 | 2024-11-14T16:11:48.072Z | Compiling unicode-normalization v0.1.24 |
| 1226 | 2024-11-14T16:11:48.112Z | Compiling base64ct v1.6.0 |
| 1227 | 2024-11-14T16:11:48.317Z | Compiling litemap v0.7.3 |
| 1228 | 2024-11-14T16:11:48.337Z | Compiling unicode-bidi v0.3.17 |
| 1229 | 2024-11-14T16:11:48.693Z | Compiling regex v1.11.1 |
| 1230 | 2024-11-14T16:11:48.713Z | Compiling pem-rfc7468 v0.7.0 |
| 1231 | 2024-11-14T16:11:49.414Z | Compiling httparse v1.9.5 |
| 1232 | 2024-11-14T16:11:49.694Z | Compiling flagset v0.4.6 |
| 1233 | 2024-11-14T16:11:49.789Z | Compiling aws-lc-rs v1.10.0 |
| 1234 | 2024-11-14T16:11:50.157Z | Compiling tracing-core v0.1.32 |
| 1235 | 2024-11-14T16:11:50.176Z | Compiling percent-encoding v2.3.1 |
| 1236 | 2024-11-14T16:11:50.476Z | Compiling crossbeam-utils v0.8.20 |
| 1237 | 2024-11-14T16:11:50.944Z | Compiling icu_locid_transform_data v1.5.0 |
| 1238 | 2024-11-14T16:11:50.987Z | Compiling rustls-pki-types v1.9.0 |
| 1239 | 2024-11-14T16:11:51.083Z | Compiling untrusted v0.7.1 |
| 1240 | 2024-11-14T16:11:51.235Z | Compiling powerfmt v0.2.0 |
| 1241 | 2024-11-14T16:11:51.357Z | Compiling serde_derive v1.0.215 |
| 1242 | 2024-11-14T16:11:51.466Z | Compiling zeroize_derive v1.4.2 |
| 1243 | 2024-11-14T16:11:51.601Z | Compiling zerocopy-derive v0.7.35 |
| 1244 | 2024-11-14T16:11:51.693Z | Compiling tokio-macros v2.4.0 |
| 1245 | 2024-11-14T16:11:52.037Z | Compiling zerofrom-derive v0.1.4 |
| 1246 | 2024-11-14T16:11:53.047Z | Compiling zeroize v1.8.1 |
| 1247 | 2024-11-14T16:11:53.261Z | Compiling thiserror-impl v1.0.69 |
| 1248 | 2024-11-14T16:11:53.400Z | Compiling yoke-derive v0.7.4 |
| 1249 | 2024-11-14T16:11:53.825Z | Compiling zerocopy v0.7.35 |
| 1250 | 2024-11-14T16:11:54.614Z | Compiling crypto-common v0.1.6 |
| 1251 | 2024-11-14T16:11:54.817Z | Compiling block-buffer v0.10.4 |
| 1252 | 2024-11-14T16:11:55.055Z | Compiling digest v0.10.7 |
| 1253 | 2024-11-14T16:11:55.364Z | Compiling futures-macro v0.3.31 |
| 1254 | 2024-11-14T16:11:55.458Z | Compiling hmac v0.12.1 |
| 1255 | 2024-11-14T16:11:55.477Z | Compiling zerovec-derive v0.10.3 |
| 1256 | 2024-11-14T16:11:55.672Z | Compiling block-padding v0.3.3 |
| 1257 | 2024-11-14T16:11:55.853Z | Compiling zerofrom v0.1.4 |
| 1258 | 2024-11-14T16:11:55.923Z | Compiling displaydoc v0.2.5 |
| 1259 | 2024-11-14T16:11:56.042Z | Compiling inout v0.1.3 |
| 1260 | 2024-11-14T16:11:56.313Z | Compiling cipher v0.4.4 |
| 1261 | 2024-11-14T16:11:56.343Z | Compiling yoke v0.7.4 |
| 1262 | 2024-11-14T16:11:56.476Z | Compiling thiserror v1.0.69 |
| 1263 | 2024-11-14T16:11:56.584Z | Compiling sha2 v0.10.8 |
| 1264 | 2024-11-14T16:11:56.706Z | Compiling ppv-lite86 v0.2.20 |
| 1265 | 2024-11-14T16:11:56.847Z | Compiling icu_provider_macros v1.5.0 |
| 1266 | 2024-11-14T16:11:57.142Z | Compiling futures-util v0.3.31 |
| 1267 | 2024-11-14T16:11:57.513Z | Compiling der_derive v0.7.3 |
| 1268 | 2024-11-14T16:11:57.599Z | Compiling rand_chacha v0.3.1 |
| 1269 | 2024-11-14T16:11:57.973Z | Compiling tracing-attributes v0.1.27 |
| 1270 | 2024-11-14T16:11:58.097Z | Compiling zerovec v0.10.4 |
| 1271 | 2024-11-14T16:11:59.731Z | Compiling tinystr v0.7.6 |
| 1272 | 2024-11-14T16:11:59.918Z | Compiling der v0.7.9 |
| 1273 | 2024-11-14T16:12:00.050Z | Compiling icu_collections v1.5.0 |
| 1274 | 2024-11-14T16:12:00.132Z | Compiling icu_locid v1.5.0 |
| 1275 | 2024-11-14T16:12:00.153Z | Compiling rand v0.8.5 |
| 1276 | 2024-11-14T16:12:01.513Z | Compiling icu_provider v1.5.0 |
| 1277 | 2024-11-14T16:12:01.744Z | Compiling tracing v0.1.40 |
| 1278 | 2024-11-14T16:12:02.107Z | Compiling spki v0.7.3 |
| 1279 | 2024-11-14T16:12:02.283Z | Compiling icu_locid_transform v1.5.0 |
| 1280 | 2024-11-14T16:12:02.473Z | Compiling salsa20 v0.10.2 |
| 1281 | 2024-11-14T16:12:02.473Z | Compiling pest v2.7.14 |
| 1282 | 2024-11-14T16:12:02.585Z | Compiling pbkdf2 v0.12.2 |
| 1283 | 2024-11-14T16:12:02.708Z | Compiling vcpkg v0.2.15 |
| 1284 | 2024-11-14T16:12:02.754Z | Compiling num-conv v0.1.0 |
| 1285 | 2024-11-14T16:12:02.940Z | Compiling icu_properties_data v1.5.0 |
| 1286 | 2024-11-14T16:12:03.019Z | Compiling mirai-annotations v1.12.0 |
| 1287 | 2024-11-14T16:12:03.122Z | Compiling time-core v0.1.2 |
| 1288 | 2024-11-14T16:12:03.166Z | Compiling untrusted v0.9.0 |
| 1289 | 2024-11-14T16:12:03.190Z | Compiling scrypt v0.11.0 |
| 1290 | 2024-11-14T16:12:03.265Z | Compiling time-macros v0.2.18 |
| 1291 | 2024-11-14T16:12:03.335Z | Compiling icu_properties v1.5.1 |
| 1292 | 2024-11-14T16:12:03.733Z | Compiling cbc v0.1.2 |
| 1293 | 2024-11-14T16:12:03.978Z | Compiling aes v0.8.4 |
| 1294 | 2024-11-14T16:12:04.795Z | Compiling bitflags v2.6.0 |
| 1295 | 2024-11-14T16:12:04.814Z | Compiling bytes v1.8.0 |
| 1296 | 2024-11-14T16:12:05.260Z | Compiling indexmap v2.6.0 |
| 1297 | 2024-11-14T16:12:06.049Z | Compiling tokio v1.40.0 |
| 1298 | 2024-11-14T16:12:06.071Z | Compiling http v1.1.0 |
| 1299 | 2024-11-14T16:12:06.466Z | Compiling semver v1.0.23 |
| 1300 | 2024-11-14T16:12:06.734Z | Compiling openssl-sys v0.9.104 |
| 1301 | 2024-11-14T16:12:07.193Z | Compiling rustc_version v0.4.1 |
| 1302 | 2024-11-14T16:12:07.875Z | Compiling pest_meta v2.7.14 |
| 1303 | 2024-11-14T16:12:07.968Z | Compiling deranged v0.3.11 |
| 1304 | 2024-11-14T16:12:08.187Z | Compiling scroll_derive v0.12.0 |
| 1305 | 2024-11-14T16:12:08.557Z | Compiling utf16_iter v1.0.5 |
| 1306 | 2024-11-14T16:12:08.762Z | Compiling write16 v1.0.0 |
| 1307 | 2024-11-14T16:12:08.893Z | Compiling num_threads v0.1.7 |
| 1308 | 2024-11-14T16:12:09.016Z | Compiling utf8_iter v1.0.4 |
| 1309 | 2024-11-14T16:12:09.274Z | Compiling which v4.4.2 |
| 1310 | 2024-11-14T16:12:09.535Z | Compiling atomic-waker v1.1.2 |
| 1311 | 2024-11-14T16:12:09.735Z | Compiling icu_normalizer_data v1.5.0 |
| 1312 | 2024-11-14T16:12:09.839Z | Compiling icu_normalizer v1.5.0 |
| 1313 | 2024-11-14T16:12:09.883Z | Compiling time v0.3.36 |
| 1314 | 2024-11-14T16:12:09.886Z | Compiling scroll v0.12.0 |
| 1315 | 2024-11-14T16:12:10.450Z | Compiling pest_generator v2.7.14 |
| 1316 | 2024-11-14T16:12:10.563Z | Compiling http-body v1.0.1 |
| 1317 | 2024-11-14T16:12:10.793Z | Compiling pkcs5 v0.7.1 |
| 1318 | 2024-11-14T16:12:11.042Z | Compiling form_urlencoded v1.2.1 |
| 1319 | 2024-11-14T16:12:11.367Z | Compiling slog v2.7.0 |
| 1320 | 2024-11-14T16:12:11.864Z | Compiling try-lock v0.2.5 |
| 1321 | 2024-11-14T16:12:11.977Z | Compiling goblin v0.8.2 |
| 1322 | 2024-11-14T16:12:12.020Z | Compiling want v0.3.1 |
| 1323 | 2024-11-14T16:12:12.041Z | Compiling pkcs8 v0.10.2 |
| 1324 | 2024-11-14T16:12:12.318Z | Compiling idna_adapter v1.2.0 |
| 1325 | 2024-11-14T16:12:12.456Z | Compiling httpdate v1.0.3 |
| 1326 | 2024-11-14T16:12:12.542Z | Compiling idna v1.0.3 |
| 1327 | 2024-11-14T16:12:12.927Z | Compiling toml_datetime v0.6.8 |
| 1328 | 2024-11-14T16:12:12.947Z | Compiling pest_derive v2.7.14 |
| 1329 | 2024-11-14T16:12:13.451Z | Compiling uuid v1.11.0 |
| 1330 | 2024-11-14T16:12:13.565Z | Compiling serde_tokenstream v0.2.2 |
| 1331 | 2024-11-14T16:12:13.720Z | Compiling dtrace-parser v0.2.0 |
| 1332 | 2024-11-14T16:12:14.167Z | Compiling serde_spanned v0.6.8 |
| 1333 | 2024-11-14T16:12:14.358Z | Compiling tokio-util v0.7.12 |
| 1334 | 2024-11-14T16:12:14.405Z | Compiling adler2 v2.0.0 |
| 1335 | 2024-11-14T16:12:14.621Z | Compiling rustversion v1.0.17 |
| 1336 | 2024-11-14T16:12:14.871Z | Compiling base64 v0.22.1 |
| 1337 | 2024-11-14T16:12:15.082Z | Compiling openssl v0.10.68 |
| 1338 | 2024-11-14T16:12:15.353Z | Compiling foreign-types-shared v0.1.1 |
| 1339 | 2024-11-14T16:12:15.464Z | Compiling h2 v0.4.6 |
| 1340 | 2024-11-14T16:12:15.503Z | Compiling iana-time-zone v0.1.61 |
| 1341 | 2024-11-14T16:12:15.626Z | Compiling match_cfg v0.1.0 |
| 1342 | 2024-11-14T16:12:15.720Z | Compiling tower-service v0.3.3 |
| 1343 | 2024-11-14T16:12:15.816Z | Compiling hostname v0.3.1 |
| 1344 | 2024-11-14T16:12:15.847Z | Compiling chrono v0.4.38 |
| 1345 | 2024-11-14T16:12:15.939Z | Compiling foreign-types v0.3.2 |
| 1346 | 2024-11-14T16:12:16.031Z | Compiling miniz_oxide v0.8.0 |
| 1347 | 2024-11-14T16:12:16.052Z | Compiling url v2.5.3 |
| 1348 | 2024-11-14T16:12:17.484Z | Compiling openssl-macros v0.1.1 |
| 1349 | 2024-11-14T16:12:17.606Z | Compiling async-trait v0.1.83 |
| 1350 | 2024-11-14T16:12:18.120Z | Compiling dof v0.3.0 |
| 1351 | 2024-11-14T16:12:18.233Z | Compiling dirs-sys-next v0.1.2 |
| 1352 | 2024-11-14T16:12:18.922Z | Compiling usdt-impl v0.5.0 |
| 1353 | 2024-11-14T16:12:19.638Z | Compiling data-encoding v2.6.0 |
| 1354 | 2024-11-14T16:12:20.359Z | Compiling rustls v0.23.14 |
| 1355 | 2024-11-14T16:12:20.379Z | Compiling syn v1.0.109 |
| 1356 | 2024-11-14T16:12:20.536Z | Compiling rustls v0.22.4 |
| 1357 | 2024-11-14T16:12:20.622Z | Compiling siphasher v0.3.11 |
| 1358 | 2024-11-14T16:12:20.797Z | Compiling native-tls v0.2.12 |
| 1359 | 2024-11-14T16:12:21.033Z | Compiling dirs-next v2.0.0 |
| 1360 | 2024-11-14T16:12:21.238Z | Compiling http-body-util v0.1.2 |
| 1361 | 2024-11-14T16:12:21.601Z | Compiling crossbeam-epoch v0.9.18 |
| 1362 | 2024-11-14T16:12:21.834Z | Compiling heapless v0.7.17 |
| 1363 | 2024-11-14T16:12:21.968Z | Compiling signature v2.2.0 |
| 1364 | 2024-11-14T16:12:22.258Z | Compiling sha1 v0.10.6 |
| 1365 | 2024-11-14T16:12:22.277Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1366 | 2024-11-14T16:12:22.383Z | Compiling serde_derive_internals v0.29.1 |
| 1367 | 2024-11-14T16:12:22.478Z | Compiling hyper v1.5.0 |
| 1368 | 2024-11-14T16:12:22.558Z | Compiling thread_local v1.1.8 |
| 1369 | 2024-11-14T16:12:22.647Z | Compiling cookie v0.18.1 |
| 1370 | 2024-11-14T16:12:22.749Z | Compiling multer v3.1.0 |
| 1371 | 2024-11-14T16:12:22.915Z | Compiling encoding_rs v0.8.34 |
| 1372 | 2024-11-14T16:12:23.039Z | Compiling slog-async v2.8.0 |
| 1373 | 2024-11-14T16:12:23.136Z | Compiling schemars v0.8.21 |
| 1374 | 2024-11-14T16:12:23.468Z | Compiling openssl-probe v0.1.5 |
| 1375 | 2024-11-14T16:12:23.587Z | Compiling rayon-core v1.12.1 |
| 1376 | 2024-11-14T16:12:23.839Z | Compiling mime v0.3.17 |
| 1377 | 2024-11-14T16:12:23.864Z | Compiling gimli v0.31.1 |
| 1378 | 2024-11-14T16:12:24.458Z | Compiling ipnet v2.10.1 |
| 1379 | 2024-11-14T16:12:25.184Z | Compiling hyper-util v0.1.10 |
| 1380 | 2024-11-14T16:12:25.720Z | Compiling signal-hook v0.3.17 |
| 1381 | 2024-11-14T16:12:25.980Z | Compiling unicode-properties v0.1.3 |
| 1382 | 2024-11-14T16:12:26.215Z | Compiling toml_edit v0.22.22 |
| 1383 | 2024-11-14T16:12:26.393Z | Compiling stringprep v0.1.5 |
| 1384 | 2024-11-14T16:12:26.703Z | Compiling schemars_derive v0.8.21 |
| 1385 | 2024-11-14T16:12:28.107Z | Compiling usdt-macro v0.5.0 |
| 1386 | 2024-11-14T16:12:28.367Z | Compiling addr2line v0.24.2 |
| 1387 | 2024-11-14T16:12:28.994Z | Compiling usdt-attr-macro v0.5.0 |
| 1388 | 2024-11-14T16:12:29.115Z | Compiling crossbeam-deque v0.8.5 |
| 1389 | 2024-11-14T16:12:29.384Z | Compiling term v0.7.0 |
| 1390 | 2024-11-14T16:12:29.552Z | Compiling slog-json v2.6.1 |
| 1391 | 2024-11-14T16:12:29.868Z | Compiling serde_urlencoded v0.7.1 |
| 1392 | 2024-11-14T16:12:29.932Z | Compiling crossbeam-channel v0.5.13 |
| 1393 | 2024-11-14T16:12:30.034Z | Compiling curve25519-dalek v4.1.3 |
| 1394 | 2024-11-14T16:12:30.373Z | Compiling enum-as-inner v0.6.1 |
| 1395 | 2024-11-14T16:12:30.617Z | Compiling futures-executor v0.3.31 |
| 1396 | 2024-11-14T16:12:30.637Z | Compiling md-5 v0.10.6 |
| 1397 | 2024-11-14T16:12:30.868Z | Compiling rustls-pemfile v2.2.0 |
| 1398 | 2024-11-14T16:12:30.890Z | Compiling async-stream-impl v0.3.6 |
| 1399 | 2024-11-14T16:12:31.026Z | Compiling num-integer v0.1.46 |
| 1400 | 2024-11-14T16:12:31.215Z | Compiling idna v0.3.0 |
| 1401 | 2024-11-14T16:12:31.235Z | Compiling idna v0.4.0 |
| 1402 | 2024-11-14T16:12:31.428Z | Compiling hash32 v0.2.1 |
| 1403 | 2024-11-14T16:12:31.846Z | Compiling ff v0.13.0 |
| 1404 | 2024-11-14T16:12:31.867Z | Compiling is-terminal v0.4.13 |
| 1405 | 2024-11-14T16:12:31.997Z | Compiling dropshot v0.12.0 |
| 1406 | 2024-11-14T16:12:32.081Z | Compiling object v0.36.5 |
| 1407 | 2024-11-14T16:12:32.280Z | Compiling quick-error v1.2.3 |
| 1408 | 2024-11-14T16:12:32.299Z | Compiling utf-8 v0.7.6 |
| 1409 | 2024-11-14T16:12:32.435Z | Compiling rustc-demangle v0.1.24 |
| 1410 | 2024-11-14T16:12:32.636Z | Compiling linked-hash-map v0.5.6 |
| 1411 | 2024-11-14T16:12:32.905Z | Compiling take_mut v0.2.2 |
| 1412 | 2024-11-14T16:12:32.997Z | Compiling num-bigint-dig v0.8.4 |
| 1413 | 2024-11-14T16:12:33.017Z | Compiling dyn-clone v1.0.17 |
| 1414 | 2024-11-14T16:12:33.053Z | Compiling base16ct v0.2.0 |
| 1415 | 2024-11-14T16:12:33.233Z | Compiling smoltcp v0.9.1 |
| 1416 | 2024-11-14T16:12:33.278Z | Compiling fallible-iterator v0.2.0 |
| 1417 | 2024-11-14T16:12:33.375Z | Compiling psl-types v2.0.11 |
| 1418 | 2024-11-14T16:12:33.395Z | Compiling portable-atomic v1.9.0 |
| 1419 | 2024-11-14T16:12:33.614Z | Compiling anyhow v1.0.93 |
| 1420 | 2024-11-14T16:12:33.964Z | Compiling publicsuffix v2.2.3 |
| 1421 | 2024-11-14T16:12:34.014Z | Compiling postgres-protocol v0.6.7 |
| 1422 | 2024-11-14T16:12:34.246Z | Compiling sec1 v0.7.3 |
| 1423 | 2024-11-14T16:12:34.632Z | Compiling lru-cache v0.1.2 |
| 1424 | 2024-11-14T16:12:34.821Z | Compiling tungstenite v0.24.0 |
| 1425 | 2024-11-14T16:12:34.841Z | Compiling resolv-conf v0.7.0 |
| 1426 | 2024-11-14T16:12:35.377Z | Compiling async-stream v0.3.6 |
| 1427 | 2024-11-14T16:12:35.696Z | Compiling hickory-proto v0.24.1 |
| 1428 | 2024-11-14T16:12:35.742Z | Compiling group v0.13.0 |
| 1429 | 2024-11-14T16:12:35.799Z | Compiling slog-term v2.9.1 |
| 1430 | 2024-11-14T16:12:36.056Z | Compiling usdt v0.5.0 |
| 1431 | 2024-11-14T16:12:37.097Z | Compiling num-iter v0.1.45 |
| 1432 | 2024-11-14T16:12:37.255Z | Compiling futures v0.3.31 |
| 1433 | 2024-11-14T16:12:37.372Z | Compiling slog-bunyan v2.5.0 |
| 1434 | 2024-11-14T16:12:37.398Z | Compiling toml v0.8.19 |
| 1435 | 2024-11-14T16:12:39.162Z | Compiling tokio-native-tls v0.3.1 |
| 1436 | 2024-11-14T16:12:39.182Z | Compiling camino v1.1.9 |
| 1437 | 2024-11-14T16:12:39.381Z | Compiling backtrace v0.3.74 |
| 1438 | 2024-11-14T16:12:39.566Z | Compiling phf_shared v0.11.2 |
| 1439 | 2024-11-14T16:12:39.967Z | Compiling dropshot_endpoint v0.12.0 |
| 1440 | 2024-11-14T16:12:40.163Z | Compiling waitgroup v0.1.2 |
| 1441 | 2024-11-14T16:12:40.193Z | Compiling terminal_size v0.4.0 |
| 1442 | 2024-11-14T16:12:40.391Z | Compiling openapiv3 v2.0.0 |
| 1443 | 2024-11-14T16:12:40.411Z | Compiling serde_path_to_error v0.1.16 |
| 1444 | 2024-11-14T16:12:40.439Z | Compiling hkdf v0.12.4 |
| 1445 | 2024-11-14T16:12:40.686Z | Compiling crypto-bigint v0.5.5 |
| 1446 | 2024-11-14T16:12:41.299Z | Compiling webpki-roots v0.26.6 |
| 1447 | 2024-11-14T16:12:41.528Z | Compiling zerocopy-derive v0.6.6 |
| 1448 | 2024-11-14T16:12:43.156Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1449 | 2024-11-14T16:12:43.853Z | Compiling idna v0.5.0 |
| 1450 | 2024-11-14T16:12:43.957Z | Compiling hubpack_derive v0.1.1 |
| 1451 | 2024-11-14T16:12:44.635Z | Compiling hostname v0.4.0 |
| 1452 | 2024-11-14T16:12:44.738Z | Compiling ahash v0.8.11 |
| 1453 | 2024-11-14T16:12:44.889Z | Compiling fs-err v2.11.0 |
| 1454 | 2024-11-14T16:12:44.908Z | Compiling crc32fast v1.4.2 |
| 1455 | 2024-11-14T16:12:44.908Z | Compiling winnow v0.5.40 |
| 1456 | 2024-11-14T16:12:45.055Z | Compiling debug-ignore v1.0.5 |
| 1457 | 2024-11-14T16:12:45.151Z | Compiling managed v0.8.0 |
| 1458 | 2024-11-14T16:12:45.205Z | Compiling bitflags v1.3.2 |
| 1459 | 2024-11-14T16:12:45.237Z | Compiling strum_macros v0.25.3 |
| 1460 | 2024-11-14T16:12:45.307Z | Compiling clap_builder v4.5.21 |
| 1461 | 2024-11-14T16:12:45.649Z | Compiling flate2 v1.0.34 |
| 1462 | 2024-11-14T16:12:46.317Z | Compiling console v0.15.8 |
| 1463 | 2024-11-14T16:12:46.637Z | Compiling hubpack v0.1.2 |
| 1464 | 2024-11-14T16:12:47.153Z | Compiling cookie_store v0.21.0 |
| 1465 | 2024-11-14T16:12:47.790Z | Compiling zerocopy v0.6.6 |
| 1466 | 2024-11-14T16:12:47.969Z | Compiling elliptic-curve v0.13.8 |
| 1467 | 2024-11-14T16:12:48.668Z | Compiling toml_edit v0.19.15 |
| 1468 | 2024-11-14T16:12:48.738Z | Compiling hickory-resolver v0.24.1 |
| 1469 | 2024-11-14T16:12:48.866Z | Compiling phf v0.11.2 |
| 1470 | 2024-11-14T16:12:49.149Z | Compiling signal-hook-mio v0.2.4 |
| 1471 | 2024-11-14T16:12:49.316Z | Compiling hyper-tls v0.6.0 |
| 1472 | 2024-11-14T16:12:49.513Z | Compiling rayon v1.10.0 |
| 1473 | 2024-11-14T16:12:49.671Z | Compiling bzip2 v0.4.4 |
| 1474 | 2024-11-14T16:12:50.069Z | Compiling tokio-tungstenite v0.24.0 |
| 1475 | 2024-11-14T16:12:50.614Z | Compiling postgres-types v0.2.8 |
| 1476 | 2024-11-14T16:12:53.543Z | Compiling ed25519 v2.2.3 |
| 1477 | 2024-11-14T16:12:54.349Z | Compiling phf_shared v0.10.0 |
| 1478 | 2024-11-14T16:12:54.776Z | Compiling tokio-stream v0.1.16 |
| 1479 | 2024-11-14T16:12:54.796Z | Compiling pkcs1 v0.7.5 |
| 1480 | 2024-11-14T16:12:55.030Z | Compiling serde-big-array v0.5.1 |
| 1481 | 2024-11-14T16:12:55.259Z | Compiling clap_derive v4.5.18 |
| 1482 | 2024-11-14T16:12:55.408Z | Compiling rfc6979 v0.4.0 |
| 1483 | 2024-11-14T16:12:55.576Z | Compiling derive-where v1.2.7 |
| 1484 | 2024-11-14T16:12:55.605Z | Compiling serde_repr v0.1.19 |
| 1485 | 2024-11-14T16:12:55.828Z | Compiling float-cmp v0.9.0 |
| 1486 | 2024-11-14T16:12:55.870Z | Compiling bstr v1.10.0 |
| 1487 | 2024-11-14T16:12:56.058Z | Compiling sync_wrapper v1.0.1 |
| 1488 | 2024-11-14T16:12:56.206Z | Compiling normalize-line-endings v0.3.0 |
| 1489 | 2024-11-14T16:12:56.333Z | Compiling static_assertions v1.1.0 |
| 1490 | 2024-11-14T16:12:56.435Z | Compiling predicates-core v1.0.8 |
| 1491 | 2024-11-14T16:12:56.812Z | Compiling new_debug_unreachable v1.0.6 |
| 1492 | 2024-11-14T16:12:56.833Z | Compiling unicode-segmentation v1.12.0 |
| 1493 | 2024-11-14T16:12:56.875Z | Compiling whoami v1.5.2 |
| 1494 | 2024-11-14T16:12:56.906Z | Compiling precomputed-hash v0.1.1 |
| 1495 | 2024-11-14T16:12:57.031Z | Compiling bit-vec v0.6.3 |
| 1496 | 2024-11-14T16:12:57.510Z | Compiling difflib v0.4.0 |
| 1497 | 2024-11-14T16:12:57.540Z | Compiling number_prefix v0.4.0 |
| 1498 | 2024-11-14T16:12:57.689Z | Compiling unicode-width v0.2.0 |
| 1499 | 2024-11-14T16:12:57.716Z | Compiling fixedbitset v0.4.2 |
| 1500 | 2024-11-14T16:12:57.750Z | Compiling similar v2.6.0 |
| 1501 | 2024-11-14T16:12:58.185Z | Compiling indicatif v0.17.9 |
| 1502 | 2024-11-14T16:12:58.215Z | Compiling petgraph v0.6.5 |
| 1503 | 2024-11-14T16:12:59.170Z | Compiling predicates v3.1.2 |
| 1504 | 2024-11-14T16:12:59.208Z | Compiling bit-set v0.5.3 |
| 1505 | 2024-11-14T16:12:59.497Z | Compiling tokio-postgres v0.7.12 |
| 1506 | 2024-11-14T16:13:00.178Z | Compiling string_cache v0.8.7 |
| 1507 | 2024-11-14T16:13:00.423Z | Compiling clap v4.5.21 |
| 1508 | 2024-11-14T16:13:00.524Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1509 | 2024-11-14T16:13:00.543Z | Compiling ecdsa v0.16.9 |
| 1510 | 2024-11-14T16:13:00.662Z | Compiling rsa v0.9.6 |
| 1511 | 2024-11-14T16:13:00.921Z | Compiling ed25519-dalek v2.1.1 |
| 1512 | 2024-11-14T16:13:01.409Z | Compiling toml v0.7.8 |
| 1513 | 2024-11-14T16:13:02.251Z | Compiling zip v0.6.6 |
| 1514 | 2024-11-14T16:13:02.419Z | Compiling crossterm v0.28.1 |
| 1515 | 2024-11-14T16:13:03.862Z | Compiling hex v0.4.3 |
| 1516 | 2024-11-14T16:13:04.267Z | Compiling x509-cert v0.2.5 |
| 1517 | 2024-11-14T16:13:04.497Z | Compiling itertools v0.10.5 |
| 1518 | 2024-11-14T16:13:04.533Z | Compiling lalrpop-util v0.19.12 |
| 1519 | 2024-11-14T16:13:04.889Z | Compiling peg-runtime v0.8.3 |
| 1520 | 2024-11-14T16:13:05.267Z | Compiling unicode-xid v0.2.6 |
| 1521 | 2024-11-14T16:13:05.447Z | Compiling strum_macros v0.26.4 |
| 1522 | 2024-11-14T16:13:05.567Z | Compiling xattr v1.3.1 |
| 1523 | 2024-11-14T16:13:05.822Z | Compiling filetime v0.2.25 |
| 1524 | 2024-11-14T16:13:06.138Z | Compiling tar v0.4.43 |
| 1525 | 2024-11-14T16:13:10.456Z | Compiling strum v0.26.3 |
| 1526 | 2024-11-14T16:13:13.034Z | Compiling aws-lc-sys v0.22.0 |
| 1527 | 2024-11-14T16:13:52.058Z | Compiling rustls-webpki v0.102.8 |
| 1528 | 2024-11-14T16:13:55.737Z | Compiling tokio-rustls v0.25.0 |
| 1529 | 2024-11-14T16:13:57.383Z | Compiling tokio-rustls v0.26.0 |
| 1530 | 2024-11-14T16:13:57.784Z | Compiling hyper-rustls v0.27.3 |
| 1531 | 2024-11-14T16:13:58.185Z | Compiling reqwest v0.12.9 |
| 1532 | 2024-11-14T16:13:59.511Z | Compiling qorb v0.2.0 |
| 1533 | 2024-11-14T16:14:04.533Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1534 | 2024-11-14T16:14:04.791Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1535 | 2024-11-14T16:14:10.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
| 1536 | 2024-11-14T16:14:11.062Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1537 | 2024-11-14T16:14:11.115Z | Nov 14 16:14:10.389 INFO Starting download, target: Cockroach |
| 1538 | 2024-11-14T16:14:11.115Z | Nov 14 16:14:10.390 INFO Starting download, target: Clickhouse |
| 1539 | 2024-11-14T16:14:11.115Z | Nov 14 16:14:10.390 INFO Starting download, target: Console |
| 1540 | 2024-11-14T16:14:11.115Z | Nov 14 16:14:10.390 INFO Starting download, target: DendriteOpenapi |
| 1541 | 2024-11-14T16:14:11.118Z | Nov 14 16:14:10.390 INFO Starting download, target: DendriteStub |
| 1542 | 2024-11-14T16:14:11.119Z | Nov 14 16:14:10.390 INFO Starting download, target: MaghemiteMgd |
| 1543 | 2024-11-14T16:14:11.119Z | Nov 14 16:14:10.390 INFO Starting download, target: TransceiverControl |
| 1544 | 2024-11-14T16:14:11.119Z | Nov 14 16:14:10.390 INFO Downloading out/downloads/dpd-8290b412c867438997c8bbb3b1fa75ed23ff250f.json (attempt 1/3), target: DendriteOpenapi |
| 1545 | 2024-11-14T16:14:11.119Z | Nov 14 16:14:10.390 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1546 | 2024-11-14T16:14:11.119Z | Nov 14 16:14:10.391 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1547 | 2024-11-14T16:14:11.119Z | Nov 14 16:14:10.391 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1548 | 2024-11-14T16:14:11.119Z | Nov 14 16:14:10.391 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1549 | 2024-11-14T16:14:11.119Z | Nov 14 16:14:10.391 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1550 | 2024-11-14T16:14:11.120Z | Nov 14 16:14:10.391 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1551 | 2024-11-14T16:14:11.336Z | Nov 14 16:14:10.599 INFO Download complete, target: DendriteOpenapi |
| 1552 | 2024-11-14T16:14:11.428Z | Nov 14 16:14:10.702 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1553 | 2024-11-14T16:14:11.736Z | Nov 14 16:14:10.984 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1554 | 2024-11-14T16:14:11.930Z | Nov 14 16:14:11.202 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1555 | 2024-11-14T16:14:12.056Z | Nov 14 16:14:11.319 INFO Download complete, target: Console |
| 1556 | 2024-11-14T16:14:12.136Z | Nov 14 16:14:11.406 INFO Download complete, target: TransceiverControl |
| 1557 | 2024-11-14T16:14:12.238Z | Nov 14 16:14:11.512 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1558 | 2024-11-14T16:14:13.054Z | Nov 14 16:14:12.329 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1559 | 2024-11-14T16:14:13.054Z | Nov 14 16:14:12.329 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1560 | 2024-11-14T16:14:13.108Z | Nov 14 16:14:12.383 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1561 | 2024-11-14T16:14:14.818Z | Nov 14 16:14:14.093 INFO Download complete, target: DendriteStub |
| 1562 | 2024-11-14T16:14:15.159Z | Nov 14 16:14:14.434 INFO Download complete, target: MaghemiteMgd |
| 1563 | 2024-11-14T16:14:20.338Z | Nov 14 16:14:19.613 INFO Checking that binary works, target: Cockroach |
| 1564 | 2024-11-14T16:14:20.502Z | Nov 14 16:14:19.777 INFO Download complete, target: Cockroach |
| 1565 | 2024-11-14T16:14:25.386Z | Nov 14 16:14:24.658 INFO Checking that binary works, target: Clickhouse |
| 1566 | 2024-11-14T16:14:26.402Z | Nov 14 16:14:25.677 INFO Download complete, target: Clickhouse |
| 1567 | 2024-11-14T16:14:26.596Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1568 | 2024-11-14T16:14:26.599Z | |
| 1569 | 2024-11-14T16:14:26.599Z | real 5:56.490124666 |
| 1570 | 2024-11-14T16:14:26.599Z | user 16:21.979555231 |
| 1571 | 2024-11-14T16:14:26.599Z | sys 3:10.400757119 |
| 1572 | 2024-11-14T16:14:26.599Z | trap 0.583603258 |
| 1573 | 2024-11-14T16:14:26.599Z | tflt 10.601485546 |
| 1574 | 2024-11-14T16:14:26.599Z | dflt 11.573989600 |
| 1575 | 2024-11-14T16:14:26.599Z | kflt 0.558785956 |
| 1576 | 2024-11-14T16:14:26.599Z | lock 30:07.476540675 |
| 1577 | 2024-11-14T16:14:26.599Z | slp 1:05:39.144749848 |
| 1578 | 2024-11-14T16:14:26.599Z | lat 53.562246271 |
| 1579 | 2024-11-14T16:14:26.599Z | stop 2:07.333977833 |
| 1580 | 2024-11-14T16:14:26.599Z | + banner hack-check |
| 1581 | 2024-11-14T16:14:26.602Z | |
| 1582 | 2024-11-14T16:14:26.602Z | # # ## #### # # #### # # ###### #### # # |
| 1583 | 2024-11-14T16:14:26.602Z | # # # # # # # # # # # # # # # # # |
| 1584 | 2024-11-14T16:14:26.602Z | ###### # # # #### ##### # ###### ##### # #### |
| 1585 | 2024-11-14T16:14:26.602Z | # # ###### # # # # # # # # # # |
| 1586 | 2024-11-14T16:14:26.602Z | # # # # # # # # # # # # # # # # # |
| 1587 | 2024-11-14T16:14:26.602Z | # # # # #### # # #### # # ###### #### # # |
| 1588 | 2024-11-14T16:14:26.602Z | |
| 1589 | 2024-11-14T16:14:26.602Z | + export CARGO_INCREMENTAL=0 |
| 1590 | 2024-11-14T16:14:26.602Z | + CARGO_INCREMENTAL=0 |
| 1591 | 2024-11-14T16:14:26.602Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1592 | 2024-11-14T16:14:27.157Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1593 | 2024-11-14T16:14:30.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.15s |
| 1594 | 2024-11-14T16:14:30.869Z | Running `target/debug/xtask check-features --ci` |
| 1595 | 2024-11-14T16:14:30.893Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1596 | 2024-11-14T16:14:30.893Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1597 | 2024-11-14T16:14:31.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1598 | 2024-11-14T16:14:31.388Z | Running `target/debug/xtask download cargo-hack` |
| 1599 | 2024-11-14T16:14:32.266Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1600 | 2024-11-14T16:14:32.647Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1601 | 2024-11-14T16:14:37.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.51s |
| 1602 | 2024-11-14T16:14:38.099Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1603 | 2024-11-14T16:14:38.144Z | Nov 14 16:14:37.418 INFO Starting download, target: CargoHack |
| 1604 | 2024-11-14T16:14:38.146Z | Nov 14 16:14:37.419 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1605 | 2024-11-14T16:14:38.877Z | Nov 14 16:14:38.152 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1606 | 2024-11-14T16:14:38.963Z | Nov 14 16:14:38.237 INFO Download complete, target: CargoHack |
| 1607 | 2024-11-14T16:14:38.967Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1608 | 2024-11-14T16:14:38.984Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1609 | 2024-11-14T16:14:39.161Z | info: running `cargo check --bins` on api_identity (1/171) |
| 1610 | 2024-11-14T16:14:39.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1611 | 2024-11-14T16:14:39.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1612 | 2024-11-14T16:14:39.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1613 | 2024-11-14T16:14:39.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1614 | 2024-11-14T16:14:39.795Z | |
| 1615 | 2024-11-14T16:14:39.795Z | info: running `cargo check --bins` on bootstore (2/171) |
| 1616 | 2024-11-14T16:14:40.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1617 | 2024-11-14T16:14:40.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1618 | 2024-11-14T16:14:40.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1619 | 2024-11-14T16:14:40.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1620 | 2024-11-14T16:14:40.453Z | |
| 1621 | 2024-11-14T16:14:40.453Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/171) |
| 1622 | 2024-11-14T16:14:41.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1623 | 2024-11-14T16:14:41.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1624 | 2024-11-14T16:14:41.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1625 | 2024-11-14T16:14:41.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1626 | 2024-11-14T16:14:41.092Z | |
| 1627 | 2024-11-14T16:14:41.092Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/171) |
| 1628 | 2024-11-14T16:14:41.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1629 | 2024-11-14T16:14:41.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1630 | 2024-11-14T16:14:41.666Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1631 | 2024-11-14T16:14:41.668Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 1632 | 2024-11-14T16:14:41.741Z | |
| 1633 | 2024-11-14T16:14:41.741Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/171) |
| 1634 | 2024-11-14T16:14:42.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1635 | 2024-11-14T16:14:42.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1636 | 2024-11-14T16:14:42.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1637 | 2024-11-14T16:14:42.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1638 | 2024-11-14T16:14:42.172Z | |
| 1639 | 2024-11-14T16:14:42.172Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/171) |
| 1640 | 2024-11-14T16:14:42.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1641 | 2024-11-14T16:14:42.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1642 | 2024-11-14T16:14:42.564Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1643 | 2024-11-14T16:14:42.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1644 | 2024-11-14T16:14:42.610Z | |
| 1645 | 2024-11-14T16:14:42.610Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/171) |
| 1646 | 2024-11-14T16:14:42.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1647 | 2024-11-14T16:14:42.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1648 | 2024-11-14T16:14:42.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1649 | 2024-11-14T16:14:43.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1650 | 2024-11-14T16:14:43.042Z | |
| 1651 | 2024-11-14T16:14:43.042Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/171) |
| 1652 | 2024-11-14T16:14:43.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1653 | 2024-11-14T16:14:43.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1654 | 2024-11-14T16:14:43.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1655 | 2024-11-14T16:14:43.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1656 | 2024-11-14T16:14:43.482Z | |
| 1657 | 2024-11-14T16:14:43.482Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/171) |
| 1658 | 2024-11-14T16:14:43.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1659 | 2024-11-14T16:14:43.878Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1660 | 2024-11-14T16:14:43.878Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1661 | 2024-11-14T16:14:43.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1662 | 2024-11-14T16:14:43.922Z | |
| 1663 | 2024-11-14T16:14:43.922Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/171) |
| 1664 | 2024-11-14T16:14:44.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1665 | 2024-11-14T16:14:44.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1666 | 2024-11-14T16:14:44.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1667 | 2024-11-14T16:14:44.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1668 | 2024-11-14T16:14:44.360Z | |
| 1669 | 2024-11-14T16:14:44.360Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/171) |
| 1670 | 2024-11-14T16:14:44.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1671 | 2024-11-14T16:14:44.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1672 | 2024-11-14T16:14:44.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1673 | 2024-11-14T16:14:44.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1674 | 2024-11-14T16:14:44.798Z | |
| 1675 | 2024-11-14T16:14:44.798Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/171) |
| 1676 | 2024-11-14T16:14:45.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1677 | 2024-11-14T16:14:45.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1678 | 2024-11-14T16:14:45.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1679 | 2024-11-14T16:14:45.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1680 | 2024-11-14T16:14:45.255Z | |
| 1681 | 2024-11-14T16:14:45.255Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/171) |
| 1682 | 2024-11-14T16:14:45.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1683 | 2024-11-14T16:14:45.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1684 | 2024-11-14T16:14:45.659Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1685 | 2024-11-14T16:14:45.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1686 | 2024-11-14T16:14:45.706Z | |
| 1687 | 2024-11-14T16:14:45.706Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/171) |
| 1688 | 2024-11-14T16:14:46.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1689 | 2024-11-14T16:14:46.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1690 | 2024-11-14T16:14:46.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1691 | 2024-11-14T16:14:46.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1692 | 2024-11-14T16:14:46.155Z | |
| 1693 | 2024-11-14T16:14:46.155Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/171) |
| 1694 | 2024-11-14T16:14:46.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1695 | 2024-11-14T16:14:46.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1696 | 2024-11-14T16:14:46.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1697 | 2024-11-14T16:14:46.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1698 | 2024-11-14T16:14:46.600Z | |
| 1699 | 2024-11-14T16:14:46.600Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/171) |
| 1700 | 2024-11-14T16:14:47.002Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1701 | 2024-11-14T16:14:47.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1702 | 2024-11-14T16:14:47.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1703 | 2024-11-14T16:14:47.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1704 | 2024-11-14T16:14:47.049Z | |
| 1705 | 2024-11-14T16:14:47.049Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/171) |
| 1706 | 2024-11-14T16:14:47.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1707 | 2024-11-14T16:14:47.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1708 | 2024-11-14T16:14:47.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1709 | 2024-11-14T16:14:47.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1710 | 2024-11-14T16:14:47.490Z | |
| 1711 | 2024-11-14T16:14:47.490Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/171) |
| 1712 | 2024-11-14T16:14:47.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1713 | 2024-11-14T16:14:47.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1714 | 2024-11-14T16:14:47.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1715 | 2024-11-14T16:14:47.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1716 | 2024-11-14T16:14:47.932Z | |
| 1717 | 2024-11-14T16:14:47.932Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/171) |
| 1718 | 2024-11-14T16:14:48.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1719 | 2024-11-14T16:14:48.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1720 | 2024-11-14T16:14:48.329Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1721 | 2024-11-14T16:14:48.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1722 | 2024-11-14T16:14:48.373Z | |
| 1723 | 2024-11-14T16:14:48.373Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/171) |
| 1724 | 2024-11-14T16:14:48.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1725 | 2024-11-14T16:14:48.769Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1726 | 2024-11-14T16:14:48.769Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1727 | 2024-11-14T16:14:48.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1728 | 2024-11-14T16:14:48.812Z | |
| 1729 | 2024-11-14T16:14:48.812Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/171) |
| 1730 | 2024-11-14T16:14:49.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1731 | 2024-11-14T16:14:49.208Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1732 | 2024-11-14T16:14:49.208Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1733 | 2024-11-14T16:14:49.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1734 | 2024-11-14T16:14:49.250Z | |
| 1735 | 2024-11-14T16:14:49.250Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/171) |
| 1736 | 2024-11-14T16:14:49.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1737 | 2024-11-14T16:14:49.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1738 | 2024-11-14T16:14:49.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1739 | 2024-11-14T16:14:49.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1740 | 2024-11-14T16:14:49.694Z | |
| 1741 | 2024-11-14T16:14:49.694Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/171) |
| 1742 | 2024-11-14T16:14:50.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1743 | 2024-11-14T16:14:50.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1744 | 2024-11-14T16:14:50.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1745 | 2024-11-14T16:14:50.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1746 | 2024-11-14T16:14:50.134Z | |
| 1747 | 2024-11-14T16:14:50.134Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/171) |
| 1748 | 2024-11-14T16:14:50.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1749 | 2024-11-14T16:14:50.525Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1750 | 2024-11-14T16:14:50.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1751 | 2024-11-14T16:14:50.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1752 | 2024-11-14T16:14:50.569Z | |
| 1753 | 2024-11-14T16:14:50.569Z | info: running `cargo check --bins` on sled-hardware-types (25/171) |
| 1754 | 2024-11-14T16:14:51.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1755 | 2024-11-14T16:14:51.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1756 | 2024-11-14T16:14:51.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1757 | 2024-11-14T16:14:51.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1758 | 2024-11-14T16:14:51.232Z | |
| 1759 | 2024-11-14T16:14:51.232Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/171) |
| 1760 | 2024-11-14T16:14:51.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1761 | 2024-11-14T16:14:51.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1762 | 2024-11-14T16:14:51.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1763 | 2024-11-14T16:14:51.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1764 | 2024-11-14T16:14:51.896Z | |
| 1765 | 2024-11-14T16:14:51.896Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/171) |
| 1766 | 2024-11-14T16:14:52.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1767 | 2024-11-14T16:14:52.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1768 | 2024-11-14T16:14:52.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1769 | 2024-11-14T16:14:52.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1770 | 2024-11-14T16:14:52.561Z | |
| 1771 | 2024-11-14T16:14:52.561Z | info: running `cargo check --bins` on oxlog (28/171) |
| 1772 | 2024-11-14T16:14:53.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1773 | 2024-11-14T16:14:53.135Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1774 | 2024-11-14T16:14:53.232Z | Checking cfg-if v1.0.0 |
| 1775 | 2024-11-14T16:14:53.235Z | Checking libc v0.2.162 |
| 1776 | 2024-11-14T16:14:53.343Z | Checking serde v1.0.215 |
| 1777 | 2024-11-14T16:14:53.346Z | Checking zeroize v1.8.1 |
| 1778 | 2024-11-14T16:14:53.366Z | Checking memchr v2.7.4 |
| 1779 | 2024-11-14T16:14:53.369Z | Checking typenum v1.17.0 |
| 1780 | 2024-11-14T16:14:53.379Z | Checking scopeguard v1.2.0 |
| 1781 | 2024-11-14T16:14:53.390Z | Checking subtle v2.6.1 |
| 1782 | 2024-11-14T16:14:53.416Z | Checking value-bag v1.9.0 |
| 1783 | 2024-11-14T16:14:53.527Z | Checking lock_api v0.4.12 |
| 1784 | 2024-11-14T16:14:53.623Z | Checking smallvec v1.13.2 |
| 1785 | 2024-11-14T16:14:53.662Z | Checking const-oid v0.9.6 |
| 1786 | 2024-11-14T16:14:53.848Z | Checking log v0.4.22 |
| 1787 | 2024-11-14T16:14:53.959Z | Checking itoa v1.0.11 |
| 1788 | 2024-11-14T16:14:54.005Z | Checking pin-project-lite v0.2.14 |
| 1789 | 2024-11-14T16:14:54.129Z | Checking byteorder v1.5.0 |
| 1790 | 2024-11-14T16:14:54.191Z | Checking futures-core v0.3.31 |
| 1791 | 2024-11-14T16:14:54.299Z | Checking once_cell v1.20.2 |
| 1792 | 2024-11-14T16:14:54.376Z | Checking cpufeatures v0.2.14 |
| 1793 | 2024-11-14T16:14:54.428Z | Checking stable_deref_trait v1.2.0 |
| 1794 | 2024-11-14T16:14:54.468Z | Checking futures-sink v0.3.31 |
| 1795 | 2024-11-14T16:14:54.505Z | Checking getrandom v0.2.15 |
| 1796 | 2024-11-14T16:14:54.532Z | Checking signal-hook-registry v1.4.2 |
| 1797 | 2024-11-14T16:14:54.544Z | Checking parking_lot_core v0.9.10 |
| 1798 | 2024-11-14T16:14:54.606Z | Checking mio v1.0.2 |
| 1799 | 2024-11-14T16:14:54.621Z | Checking socket2 v0.5.7 |
| 1800 | 2024-11-14T16:14:54.753Z | Checking rand_core v0.6.4 |
| 1801 | 2024-11-14T16:14:54.773Z | Checking spin v0.9.8 |
| 1802 | 2024-11-14T16:14:54.798Z | Checking generic-array v0.14.7 |
| 1803 | 2024-11-14T16:14:54.896Z | Checking parking_lot v0.12.3 |
| 1804 | 2024-11-14T16:14:55.077Z | Checking zerocopy v0.7.35 |
| 1805 | 2024-11-14T16:14:55.135Z | Checking slab v0.4.9 |
| 1806 | 2024-11-14T16:14:55.135Z | Checking zerofrom v0.1.4 |
| 1807 | 2024-11-14T16:14:55.231Z | Checking futures-channel v0.3.31 |
| 1808 | 2024-11-14T16:14:55.247Z | Checking futures-task v0.3.31 |
| 1809 | 2024-11-14T16:14:55.349Z | Checking yoke v0.7.4 |
| 1810 | 2024-11-14T16:14:55.411Z | Checking equivalent v1.0.1 |
| 1811 | 2024-11-14T16:14:55.489Z | Checking pin-utils v0.1.0 |
| 1812 | 2024-11-14T16:14:55.513Z | Checking foldhash v0.1.3 |
| 1813 | 2024-11-14T16:14:55.532Z | Checking futures-io v0.3.31 |
| 1814 | 2024-11-14T16:14:55.580Z | Checking allocator-api2 v0.2.18 |
| 1815 | 2024-11-14T16:14:55.597Z | Checking tinyvec_macros v0.1.1 |
| 1816 | 2024-11-14T16:14:55.686Z | Checking ryu v1.0.18 |
| 1817 | 2024-11-14T16:14:55.702Z | Checking zerovec v0.10.4 |
| 1818 | 2024-11-14T16:14:55.716Z | Checking tinyvec v1.8.0 |
| 1819 | 2024-11-14T16:14:55.719Z | Checking futures-util v0.3.31 |
| 1820 | 2024-11-14T16:14:55.922Z | Checking fnv v1.0.7 |
| 1821 | 2024-11-14T16:14:56.011Z | Checking crypto-common v0.1.6 |
| 1822 | 2024-11-14T16:14:56.049Z | Checking block-buffer v0.10.4 |
| 1823 | 2024-11-14T16:14:56.206Z | Checking block-padding v0.3.3 |
| 1824 | 2024-11-14T16:14:56.237Z | Checking hashbrown v0.15.0 |
| 1825 | 2024-11-14T16:14:56.270Z | Checking digest v0.10.7 |
| 1826 | 2024-11-14T16:14:56.436Z | Checking inout v0.1.3 |
| 1827 | 2024-11-14T16:14:56.546Z | Checking libm v0.2.8 |
| 1828 | 2024-11-14T16:14:56.644Z | Checking hmac v0.12.1 |
| 1829 | 2024-11-14T16:14:56.682Z | Checking cipher v0.4.4 |
| 1830 | 2024-11-14T16:14:56.864Z | Checking sha2 v0.10.8 |
| 1831 | 2024-11-14T16:14:57.092Z | Checking unicode-normalization v0.1.24 |
| 1832 | 2024-11-14T16:14:57.135Z | Checking litemap v0.7.3 |
| 1833 | 2024-11-14T16:14:57.422Z | Checking unicode-bidi v0.3.17 |
| 1834 | 2024-11-14T16:14:57.438Z | Checking tinystr v0.7.6 |
| 1835 | 2024-11-14T16:14:57.473Z | Checking base64ct v1.6.0 |
| 1836 | 2024-11-14T16:14:57.488Z | Checking writeable v0.5.5 |
| 1837 | 2024-11-14T16:14:57.502Z | Checking num-traits v0.2.19 |
| 1838 | 2024-11-14T16:14:57.812Z | Checking ppv-lite86 v0.2.20 |
| 1839 | 2024-11-14T16:14:57.846Z | Checking icu_locid v1.5.0 |
| 1840 | 2024-11-14T16:14:57.919Z | Checking pem-rfc7468 v0.7.0 |
| 1841 | 2024-11-14T16:14:58.037Z | Checking flagset v0.4.6 |
| 1842 | 2024-11-14T16:14:58.065Z | Checking tracing-core v0.1.32 |
| 1843 | 2024-11-14T16:14:58.183Z | Checking thiserror v1.0.69 |
| 1844 | 2024-11-14T16:14:58.239Z | Checking der v0.7.9 |
| 1845 | 2024-11-14T16:14:58.323Z | Checking percent-encoding v2.3.1 |
| 1846 | 2024-11-14T16:14:58.498Z | Checking bytes v1.8.0 |
| 1847 | 2024-11-14T16:14:58.546Z | Checking indexmap v2.6.0 |
| 1848 | 2024-11-14T16:14:58.600Z | Checking serde_json v1.0.132 |
| 1849 | 2024-11-14T16:14:58.747Z | Checking rand_chacha v0.3.1 |
| 1850 | 2024-11-14T16:14:58.918Z | Checking icu_provider v1.5.0 |
| 1851 | 2024-11-14T16:14:59.149Z | Checking bitflags v2.6.0 |
| 1852 | 2024-11-14T16:14:59.253Z | Checking icu_locid_transform_data v1.5.0 |
| 1853 | 2024-11-14T16:14:59.295Z | Checking tokio v1.40.0 |
| 1854 | 2024-11-14T16:14:59.343Z | Checking http v1.1.0 |
| 1855 | 2024-11-14T16:14:59.443Z | Checking rustls-pki-types v1.9.0 |
| 1856 | 2024-11-14T16:14:59.593Z | Checking icu_locid_transform v1.5.0 |
| 1857 | 2024-11-14T16:14:59.834Z | Checking rand v0.8.5 |
| 1858 | 2024-11-14T16:15:00.008Z | Checking tracing v0.1.40 |
| 1859 | 2024-11-14T16:15:00.098Z | Checking spki v0.7.3 |
| 1860 | 2024-11-14T16:15:00.346Z | Checking icu_collections v1.5.0 |
| 1861 | 2024-11-14T16:15:00.376Z | Checking salsa20 v0.10.2 |
| 1862 | 2024-11-14T16:15:00.400Z | Checking pbkdf2 v0.12.2 |
| 1863 | 2024-11-14T16:15:00.539Z | Checking aws-lc-sys v0.22.0 |
| 1864 | 2024-11-14T16:15:00.572Z | Checking httparse v1.9.5 |
| 1865 | 2024-11-14T16:15:00.592Z | Checking untrusted v0.9.0 |
| 1866 | 2024-11-14T16:15:00.661Z | Checking mirai-annotations v1.12.0 |
| 1867 | 2024-11-14T16:15:00.742Z | Checking icu_properties_data v1.5.0 |
| 1868 | 2024-11-14T16:15:00.827Z | Checking powerfmt v0.2.0 |
| 1869 | 2024-11-14T16:15:00.924Z | Checking untrusted v0.7.1 |
| 1870 | 2024-11-14T16:15:00.973Z | Checking ring v0.17.8 |
| 1871 | 2024-11-14T16:15:00.987Z | Checking scrypt v0.11.0 |
| 1872 | 2024-11-14T16:15:00.993Z | Checking icu_properties v1.5.1 |
| 1873 | 2024-11-14T16:15:01.064Z | Checking cbc v0.1.2 |
| 1874 | 2024-11-14T16:15:01.089Z | Checking deranged v0.3.11 |
| 1875 | 2024-11-14T16:15:01.107Z | Checking aes v0.8.4 |
| 1876 | 2024-11-14T16:15:01.196Z | Checking crossbeam-utils v0.8.20 |
| 1877 | 2024-11-14T16:15:01.257Z | Checking num_threads v0.1.7 |
| 1878 | 2024-11-14T16:15:01.367Z | Checking write16 v1.0.0 |
| 1879 | 2024-11-14T16:15:01.481Z | Checking atomic-waker v1.1.2 |
| 1880 | 2024-11-14T16:15:01.598Z | Checking icu_normalizer_data v1.5.0 |
| 1881 | 2024-11-14T16:15:01.695Z | Checking utf8_iter v1.0.4 |
| 1882 | 2024-11-14T16:15:01.879Z | Checking num-conv v0.1.0 |
| 1883 | 2024-11-14T16:15:01.894Z | Checking utf16_iter v1.0.5 |
| 1884 | 2024-11-14T16:15:01.993Z | Checking time-core v0.1.2 |
| 1885 | 2024-11-14T16:15:02.056Z | Checking pkcs5 v0.7.1 |
| 1886 | 2024-11-14T16:15:02.122Z | Checking http-body v1.0.1 |
| 1887 | 2024-11-14T16:15:02.143Z | Checking form_urlencoded v1.2.1 |
| 1888 | 2024-11-14T16:15:02.321Z | Checking try-lock v0.2.5 |
| 1889 | 2024-11-14T16:15:02.337Z | Checking httpdate v1.0.3 |
| 1890 | 2024-11-14T16:15:02.453Z | Checking want v0.3.1 |
| 1891 | 2024-11-14T16:15:02.565Z | Checking pkcs8 v0.10.2 |
| 1892 | 2024-11-14T16:15:02.568Z | Checking unicode-ident v1.0.13 |
| 1893 | 2024-11-14T16:15:02.619Z | Checking toml_datetime v0.6.8 |
| 1894 | 2024-11-14T16:15:02.731Z | Checking proc-macro2 v1.0.89 |
| 1895 | 2024-11-14T16:15:02.805Z | Checking uuid v1.11.0 |
| 1896 | 2024-11-14T16:15:02.839Z | Checking time v0.3.36 |
| 1897 | 2024-11-14T16:15:02.872Z | Checking serde_spanned v0.6.8 |
| 1898 | 2024-11-14T16:15:02.888Z | Checking slog v2.7.0 |
| 1899 | 2024-11-14T16:15:03.060Z | Checking scroll v0.12.0 |
| 1900 | 2024-11-14T16:15:03.132Z | Checking aws-lc-rs v1.10.0 |
| 1901 | 2024-11-14T16:15:03.365Z | Checking tower-service v0.3.3 |
| 1902 | 2024-11-14T16:15:03.402Z | Checking match_cfg v0.1.0 |
| 1903 | 2024-11-14T16:15:03.416Z | Checking ucd-trie v0.1.7 |
| 1904 | 2024-11-14T16:15:03.484Z | Checking adler2 v2.0.0 |
| 1905 | 2024-11-14T16:15:03.498Z | Checking base64 v0.22.1 |
| 1906 | 2024-11-14T16:15:03.528Z | Checking iana-time-zone v0.1.61 |
| 1907 | 2024-11-14T16:15:03.611Z | Checking foreign-types-shared v0.1.1 |
| 1908 | 2024-11-14T16:15:03.632Z | Checking plain v0.2.3 |
| 1909 | 2024-11-14T16:15:03.670Z | Checking chrono v0.4.38 |
| 1910 | 2024-11-14T16:15:03.707Z | Checking foreign-types v0.3.2 |
| 1911 | 2024-11-14T16:15:03.765Z | Checking goblin v0.8.2 |
| 1912 | 2024-11-14T16:15:03.789Z | Checking miniz_oxide v0.8.0 |
| 1913 | 2024-11-14T16:15:03.966Z | Checking pest v2.7.14 |
| 1914 | 2024-11-14T16:15:04.355Z | Checking icu_normalizer v1.5.0 |
| 1915 | 2024-11-14T16:15:04.533Z | Checking hostname v0.3.1 |
| 1916 | 2024-11-14T16:15:04.663Z | Checking quote v1.0.37 |
| 1917 | 2024-11-14T16:15:04.980Z | Checking rustls-webpki v0.102.8 |
| 1918 | 2024-11-14T16:15:05.014Z | Checking openssl-sys v0.9.104 |
| 1919 | 2024-11-14T16:15:05.110Z | Checking idna_adapter v1.2.0 |
| 1920 | 2024-11-14T16:15:05.297Z | Checking idna v1.0.3 |
| 1921 | 2024-11-14T16:15:05.341Z | Checking dirs-sys-next v0.1.2 |
| 1922 | 2024-11-14T16:15:05.520Z | Checking errno v0.3.9 |
| 1923 | 2024-11-14T16:15:05.697Z | Checking aho-corasick v1.1.3 |
| 1924 | 2024-11-14T16:15:05.712Z | Checking siphasher v0.3.11 |
| 1925 | 2024-11-14T16:15:05.766Z | Checking url v2.5.3 |
| 1926 | 2024-11-14T16:15:05.790Z | Checking pretty-hex v0.4.1 |
| 1927 | 2024-11-14T16:15:05.968Z | Checking regex-syntax v0.8.5 |
| 1928 | 2024-11-14T16:15:06.002Z | Checking data-encoding v2.6.0 |
| 1929 | 2024-11-14T16:15:06.327Z | Checking openssl v0.10.68 |
| 1930 | 2024-11-14T16:15:06.428Z | Checking dtrace-parser v0.2.0 |
| 1931 | 2024-11-14T16:15:06.523Z | Checking tokio-util v0.7.12 |
| 1932 | 2024-11-14T16:15:06.568Z | Checking rustix v0.38.37 |
| 1933 | 2024-11-14T16:15:06.635Z | Checking dirs-next v2.0.0 |
| 1934 | 2024-11-14T16:15:06.760Z | Checking syn v2.0.87 |
| 1935 | 2024-11-14T16:15:06.897Z | Checking http-body-util v0.1.2 |
| 1936 | 2024-11-14T16:15:07.338Z | Checking crossbeam-epoch v0.9.18 |
| 1937 | 2024-11-14T16:15:07.341Z | Checking signature v2.2.0 |
| 1938 | 2024-11-14T16:15:07.407Z | Checking h2 v0.4.6 |
| 1939 | 2024-11-14T16:15:07.538Z | Checking sha1 v0.10.6 |
| 1940 | 2024-11-14T16:15:07.746Z | Checking lazy_static v1.5.0 |
| 1941 | 2024-11-14T16:15:07.824Z | Checking thread_local v1.1.8 |
| 1942 | 2024-11-14T16:15:07.861Z | Checking thread-id v4.2.2 |
| 1943 | 2024-11-14T16:15:07.968Z | Checking encoding_rs v0.8.34 |
| 1944 | 2024-11-14T16:15:08.091Z | Checking gimli v0.31.1 |
| 1945 | 2024-11-14T16:15:08.827Z | Checking dof v0.3.0 |
| 1946 | 2024-11-14T16:15:09.272Z | Checking regex-automata v0.4.8 |
| 1947 | 2024-11-14T16:15:09.434Z | Checking mime v0.3.17 |
| 1948 | 2024-11-14T16:15:09.740Z | Checking winnow v0.6.20 |
| 1949 | 2024-11-14T16:15:10.092Z | Checking utf8parse v0.2.2 |
| 1950 | 2024-11-14T16:15:10.229Z | Checking either v1.13.0 |
| 1951 | 2024-11-14T16:15:10.243Z | Checking unicode-properties v0.1.3 |
| 1952 | 2024-11-14T16:15:10.617Z | Checking openssl-probe v0.1.5 |
| 1953 | 2024-11-14T16:15:10.631Z | Checking anstyle v1.0.10 |
| 1954 | 2024-11-14T16:15:10.769Z | Checking ipnet v2.10.1 |
| 1955 | 2024-11-14T16:15:10.987Z | Checking stringprep v0.1.5 |
| 1956 | 2024-11-14T16:15:11.228Z | Checking anstyle-parse v0.2.5 |
| 1957 | 2024-11-14T16:15:11.260Z | Checking crossbeam-deque v0.8.5 |
| 1958 | 2024-11-14T16:15:11.497Z | Checking term v0.7.0 |
| 1959 | 2024-11-14T16:15:11.558Z | Checking rustls v0.22.4 |
| 1960 | 2024-11-14T16:15:11.833Z | Checking native-tls v0.2.12 |
| 1961 | 2024-11-14T16:15:11.940Z | Checking rustls v0.23.14 |
| 1962 | 2024-11-14T16:15:12.131Z | Checking slog-json v2.6.1 |
| 1963 | 2024-11-14T16:15:12.161Z | Checking addr2line v0.24.2 |
| 1964 | 2024-11-14T16:15:12.379Z | Checking serde_urlencoded v0.7.1 |
| 1965 | 2024-11-14T16:15:12.669Z | Checking crossbeam-channel v0.5.13 |
| 1966 | 2024-11-14T16:15:12.688Z | Checking toml_edit v0.22.22 |
| 1967 | 2024-11-14T16:15:12.786Z | Checking futures-executor v0.3.31 |
| 1968 | 2024-11-14T16:15:12.993Z | Checking rustls-pemfile v2.2.0 |
| 1969 | 2024-11-14T16:15:13.064Z | Checking usdt-impl v0.5.0 |
| 1970 | 2024-11-14T16:15:13.206Z | Checking num-integer v0.1.46 |
| 1971 | 2024-11-14T16:15:13.402Z | Checking idna v0.4.0 |
| 1972 | 2024-11-14T16:15:13.503Z | Checking hyper v1.5.0 |
| 1973 | 2024-11-14T16:15:13.600Z | Checking idna v0.3.0 |
| 1974 | 2024-11-14T16:15:13.734Z | Checking md-5 v0.10.6 |
| 1975 | 2024-11-14T16:15:13.894Z | Checking ff v0.13.0 |
| 1976 | 2024-11-14T16:15:13.934Z | Checking hash32 v0.2.1 |
| 1977 | 2024-11-14T16:15:14.105Z | Checking is-terminal v0.4.13 |
| 1978 | 2024-11-14T16:15:14.219Z | Checking memmap v0.7.0 |
| 1979 | 2024-11-14T16:15:14.236Z | Checking object v0.36.5 |
| 1980 | 2024-11-14T16:15:14.251Z | Checking utf-8 v0.7.6 |
| 1981 | 2024-11-14T16:15:14.424Z | Checking psl-types v2.0.11 |
| 1982 | 2024-11-14T16:15:14.440Z | Checking is_terminal_polyfill v1.70.1 |
| 1983 | 2024-11-14T16:15:14.453Z | Checking linked-hash-map v0.5.6 |
| 1984 | 2024-11-14T16:15:14.556Z | Checking take_mut v0.2.2 |
| 1985 | 2024-11-14T16:15:14.594Z | Checking base16ct v0.2.0 |
| 1986 | 2024-11-14T16:15:14.695Z | Checking quick-error v1.2.3 |
| 1987 | 2024-11-14T16:15:14.768Z | Checking dyn-clone v1.0.17 |
| 1988 | 2024-11-14T16:15:14.783Z | Checking anstyle-query v1.1.1 |
| 1989 | 2024-11-14T16:15:14.821Z | Checking colorchoice v1.0.2 |
| 1990 | 2024-11-14T16:15:14.896Z | Checking fallible-iterator v0.2.0 |
| 1991 | 2024-11-14T16:15:14.896Z | Checking rustc-demangle v0.1.24 |
| 1992 | 2024-11-14T16:15:14.943Z | Checking anstream v0.6.15 |
| 1993 | 2024-11-14T16:15:15.223Z | Checking tokio-rustls v0.25.0 |
| 1994 | 2024-11-14T16:15:15.288Z | Checking toml v0.8.19 |
| 1995 | 2024-11-14T16:15:15.308Z | Checking schemars v0.8.21 |
| 1996 | 2024-11-14T16:15:15.319Z | Checking resolv-conf v0.7.0 |
| 1997 | 2024-11-14T16:15:15.505Z | Checking postgres-protocol v0.6.7 |
| 1998 | 2024-11-14T16:15:15.516Z | Checking hyper-util v0.1.10 |
| 1999 | 2024-11-14T16:15:15.605Z | Checking sec1 v0.7.3 |
| 2000 | 2024-11-14T16:15:15.661Z | Checking lru-cache v0.1.2 |
| 2001 | 2024-11-14T16:15:15.837Z | Checking slog-async v2.8.0 |
| 2002 | 2024-11-14T16:15:15.991Z | Checking publicsuffix v2.2.3 |
| 2003 | 2024-11-14T16:15:16.005Z | Checking tungstenite v0.24.0 |
| 2004 | 2024-11-14T16:15:16.140Z | Checking usdt v0.5.0 |
| 2005 | 2024-11-14T16:15:16.155Z | Checking heapless v0.7.17 |
| 2006 | 2024-11-14T16:15:16.204Z | Checking hickory-proto v0.24.1 |
| 2007 | 2024-11-14T16:15:16.381Z | Checking slog-term v2.9.1 |
| 2008 | 2024-11-14T16:15:16.858Z | Checking group v0.13.0 |
| 2009 | 2024-11-14T16:15:16.904Z | Checking num-iter v0.1.45 |
| 2010 | 2024-11-14T16:15:16.907Z | Checking futures v0.3.31 |
| 2011 | 2024-11-14T16:15:17.030Z | Checking slog-bunyan v2.5.0 |
| 2012 | 2024-11-14T16:15:17.065Z | Checking tokio-native-tls v0.3.1 |
| 2013 | 2024-11-14T16:15:17.104Z | Checking rayon-core v1.12.1 |
| 2014 | 2024-11-14T16:15:17.173Z | Checking multer v3.1.0 |
| 2015 | 2024-11-14T16:15:17.195Z | Checking terminal_size v0.4.0 |
| 2016 | 2024-11-14T16:15:17.300Z | Checking phf_shared v0.11.2 |
| 2017 | 2024-11-14T16:15:17.333Z | Checking tokio-rustls v0.26.0 |
| 2018 | 2024-11-14T16:15:17.350Z | Checking cookie v0.18.1 |
| 2019 | 2024-11-14T16:15:17.518Z | Checking async-stream v0.3.6 |
| 2020 | 2024-11-14T16:15:17.575Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2021 | 2024-11-14T16:15:17.590Z | Checking signal-hook v0.3.17 |
| 2022 | 2024-11-14T16:15:17.699Z | Checking camino v1.1.9 |
| 2023 | 2024-11-14T16:15:17.701Z | Checking waitgroup v0.1.2 |
| 2024 | 2024-11-14T16:15:17.725Z | Checking openapiv3 v2.0.0 |
| 2025 | 2024-11-14T16:15:17.762Z | Checking webpki-roots v0.26.6 |
| 2026 | 2024-11-14T16:15:17.777Z | Checking serde_path_to_error v0.1.16 |
| 2027 | 2024-11-14T16:15:17.839Z | Checking idna v0.5.0 |
| 2028 | 2024-11-14T16:15:17.904Z | Checking hkdf v0.12.4 |
| 2029 | 2024-11-14T16:15:17.959Z | Checking crypto-bigint v0.5.5 |
| 2030 | 2024-11-14T16:15:18.120Z | Checking hostname v0.4.0 |
| 2031 | 2024-11-14T16:15:18.266Z | Checking crc32fast v1.4.2 |
| 2032 | 2024-11-14T16:15:18.285Z | Checking clap_lex v0.7.2 |
| 2033 | 2024-11-14T16:15:18.379Z | Checking bitflags v1.3.2 |
| 2034 | 2024-11-14T16:15:18.478Z | Checking debug-ignore v1.0.5 |
| 2035 | 2024-11-14T16:15:18.495Z | Checking managed v0.8.0 |
| 2036 | 2024-11-14T16:15:18.517Z | Checking strsim v0.11.1 |
| 2037 | 2024-11-14T16:15:18.611Z | Checking unicode-width v0.1.14 |
| 2038 | 2024-11-14T16:15:18.702Z | Checking winnow v0.5.40 |
| 2039 | 2024-11-14T16:15:18.795Z | Checking clap_builder v4.5.21 |
| 2040 | 2024-11-14T16:15:18.856Z | Checking smoltcp v0.9.1 |
| 2041 | 2024-11-14T16:15:19.106Z | Checking console v0.15.8 |
| 2042 | 2024-11-14T16:15:19.651Z | Checking cookie_store v0.21.0 |
| 2043 | 2024-11-14T16:15:20.318Z | Checking flate2 v1.0.34 |
| 2044 | 2024-11-14T16:15:20.334Z | Checking hyper-rustls v0.27.3 |
| 2045 | 2024-11-14T16:15:20.560Z | Checking backtrace v0.3.74 |
| 2046 | 2024-11-14T16:15:20.658Z | Checking signal-hook-mio v0.2.4 |
| 2047 | 2024-11-14T16:15:20.787Z | Checking rayon v1.10.0 |
| 2048 | 2024-11-14T16:15:20.859Z | Checking elliptic-curve v0.13.8 |
| 2049 | 2024-11-14T16:15:20.919Z | Checking hickory-resolver v0.24.1 |
| 2050 | 2024-11-14T16:15:20.973Z | Checking bzip2 v0.4.4 |
| 2051 | 2024-11-14T16:15:21.109Z | Checking anyhow v1.0.93 |
| 2052 | 2024-11-14T16:15:21.149Z | Checking dropshot v0.12.0 |
| 2053 | 2024-11-14T16:15:21.259Z | Checking phf v0.11.2 |
| 2054 | 2024-11-14T16:15:21.476Z | Checking hyper-tls v0.6.0 |
| 2055 | 2024-11-14T16:15:21.494Z | Checking num-bigint-dig v0.8.4 |
| 2056 | 2024-11-14T16:15:21.521Z | Checking tokio-tungstenite v0.24.0 |
| 2057 | 2024-11-14T16:15:21.753Z | Checking postgres-types v0.2.8 |
| 2058 | 2024-11-14T16:15:21.756Z | Checking toml_edit v0.19.15 |
| 2059 | 2024-11-14T16:15:21.847Z | Checking regex v1.11.1 |
| 2060 | 2024-11-14T16:15:22.002Z | Checking bstr v1.10.0 |
| 2061 | 2024-11-14T16:15:22.455Z | Checking ed25519 v2.2.3 |
| 2062 | 2024-11-14T16:15:22.477Z | Checking tokio-stream v0.1.16 |
| 2063 | 2024-11-14T16:15:22.494Z | Checking phf_shared v0.10.0 |
| 2064 | 2024-11-14T16:15:22.743Z | Checking zerocopy v0.6.6 |
| 2065 | 2024-11-14T16:15:22.770Z | Checking curve25519-dalek v4.1.3 |
| 2066 | 2024-11-14T16:15:22.944Z | Checking pkcs1 v0.7.5 |
| 2067 | 2024-11-14T16:15:23.336Z | Checking hubpack v0.1.2 |
| 2068 | 2024-11-14T16:15:23.374Z | Checking portable-atomic v1.9.0 |
| 2069 | 2024-11-14T16:15:23.533Z | Checking float-cmp v0.9.0 |
| 2070 | 2024-11-14T16:15:23.627Z | Checking serde-big-array v0.5.1 |
| 2071 | 2024-11-14T16:15:23.646Z | Checking rfc6979 v0.4.0 |
| 2072 | 2024-11-14T16:15:23.709Z | Checking sync_wrapper v1.0.1 |
| 2073 | 2024-11-14T16:15:23.818Z | Checking number_prefix v0.4.0 |
| 2074 | 2024-11-14T16:15:23.831Z | Checking static_assertions v1.1.0 |
| 2075 | 2024-11-14T16:15:23.850Z | Checking new_debug_unreachable v1.0.6 |
| 2076 | 2024-11-14T16:15:23.922Z | Checking unicode-width v0.2.0 |
| 2077 | 2024-11-14T16:15:23.937Z | Checking precomputed-hash v0.1.1 |
| 2078 | 2024-11-14T16:15:24.000Z | Checking minimal-lexical v0.2.1 |
| 2079 | 2024-11-14T16:15:24.036Z | Checking predicates-core v1.0.8 |
| 2080 | 2024-11-14T16:15:24.170Z | Checking normalize-line-endings v0.3.0 |
| 2081 | 2024-11-14T16:15:24.209Z | Checking fixedbitset v0.4.2 |
| 2082 | 2024-11-14T16:15:24.285Z | Checking unicode-segmentation v1.12.0 |
| 2083 | 2024-11-14T16:15:24.385Z | Checking difflib v0.4.0 |
| 2084 | 2024-11-14T16:15:24.399Z | Checking bit-vec v0.6.3 |
| 2085 | 2024-11-14T16:15:24.428Z | Checking whoami v1.5.2 |
| 2086 | 2024-11-14T16:15:24.464Z | Checking petgraph v0.6.5 |
| 2087 | 2024-11-14T16:15:24.533Z | Checking indicatif v0.17.9 |
| 2088 | 2024-11-14T16:15:24.673Z | Checking ed25519-dalek v2.1.1 |
| 2089 | 2024-11-14T16:15:24.688Z | Checking predicates v3.1.2 |
| 2090 | 2024-11-14T16:15:24.711Z | Checking tokio-postgres v0.7.12 |
| 2091 | 2024-11-14T16:15:24.725Z | Checking bit-set v0.5.3 |
| 2092 | 2024-11-14T16:15:24.804Z | Checking qorb v0.2.0 |
| 2093 | 2024-11-14T16:15:24.938Z | Checking similar v2.6.0 |
| 2094 | 2024-11-14T16:15:24.981Z | Checking nom v7.1.3 |
| 2095 | 2024-11-14T16:15:25.065Z | Checking toml v0.7.8 |
| 2096 | 2024-11-14T16:15:25.275Z | Checking string_cache v0.8.7 |
| 2097 | 2024-11-14T16:15:25.342Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2098 | 2024-11-14T16:15:25.560Z | Checking reqwest v0.12.9 |
| 2099 | 2024-11-14T16:15:25.783Z | Checking ecdsa v0.16.9 |
| 2100 | 2024-11-14T16:15:25.785Z | Checking rsa v0.9.6 |
| 2101 | 2024-11-14T16:15:26.508Z | Checking clap v4.5.21 |
| 2102 | 2024-11-14T16:15:26.635Z | Checking zip v0.6.6 |
| 2103 | 2024-11-14T16:15:26.859Z | Checking crossterm v0.28.1 |
| 2104 | 2024-11-14T16:15:27.292Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2105 | 2024-11-14T16:15:27.314Z | Checking itertools v0.10.5 |
| 2106 | 2024-11-14T16:15:27.327Z | Checking itertools v0.12.1 |
| 2107 | 2024-11-14T16:15:27.391Z | Checking ahash v0.8.11 |
| 2108 | 2024-11-14T16:15:27.706Z | Checking fs-err v2.11.0 |
| 2109 | 2024-11-14T16:15:27.721Z | Checking x509-cert v0.2.5 |
| 2110 | 2024-11-14T16:15:27.871Z | Checking semver v1.0.23 |
| 2111 | 2024-11-14T16:15:27.923Z | Checking hex v0.4.3 |
| 2112 | 2024-11-14T16:15:28.276Z | Checking peg-runtime v0.8.3 |
| 2113 | 2024-11-14T16:15:28.291Z | Checking lalrpop-util v0.19.12 |
| 2114 | 2024-11-14T16:15:28.464Z | Checking heck v0.4.1 |
| 2115 | 2024-11-14T16:15:28.507Z | Checking sigpipe v0.1.3 |
| 2116 | 2024-11-14T16:15:29.950Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2117 | 2024-11-14T16:15:30.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.67s |
| 2118 | 2024-11-14T16:15:30.393Z | |
| 2119 | 2024-11-14T16:15:30.393Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/171) |
| 2120 | 2024-11-14T16:15:30.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2024-11-14T16:15:30.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2024-11-14T16:15:31.031Z | Compiling hashbrown v0.14.5 |
| 2123 | 2024-11-14T16:15:31.145Z | Checking heck v0.5.0 |
| 2124 | 2024-11-14T16:15:31.156Z | Compiling unsafe-libyaml v0.2.11 |
| 2125 | 2024-11-14T16:15:31.168Z | Compiling ident_case v1.0.1 |
| 2126 | 2024-11-14T16:15:31.180Z | Checking progenitor-client v0.8.0 |
| 2127 | 2024-11-14T16:15:31.194Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2128 | 2024-11-14T16:15:31.208Z | Compiling proc-macro-crate v1.3.1 |
| 2129 | 2024-11-14T16:15:31.292Z | Compiling darling_core v0.20.10 |
| 2130 | 2024-11-14T16:15:31.331Z | Checking ipnetwork v0.20.0 |
| 2131 | 2024-11-14T16:15:31.530Z | Compiling structmeta-derive v0.3.0 |
| 2132 | 2024-11-14T16:15:31.549Z | Compiling newtype-uuid v1.1.3 |
| 2133 | 2024-11-14T16:15:31.695Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2134 | 2024-11-14T16:15:31.828Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2135 | 2024-11-14T16:15:31.968Z | Compiling lzma-sys v0.1.20 |
| 2136 | 2024-11-14T16:15:32.145Z | Compiling foreign-types-macros v0.2.3 |
| 2137 | 2024-11-14T16:15:32.273Z | Checking regress v0.10.1 |
| 2138 | 2024-11-14T16:15:32.317Z | Compiling num_enum_derive v0.5.11 |
| 2139 | 2024-11-14T16:15:32.729Z | Compiling serde_yaml v0.9.34+deprecated |
| 2140 | 2024-11-14T16:15:33.062Z | Compiling dropshot v0.13.0 |
| 2141 | 2024-11-14T16:15:33.359Z | Checking arc-swap v1.7.1 |
| 2142 | 2024-11-14T16:15:33.410Z | Checking foreign-types-shared v0.3.1 |
| 2143 | 2024-11-14T16:15:33.519Z | Checking foreign-types v0.5.0 |
| 2144 | 2024-11-14T16:15:33.731Z | Compiling proc-macro-error v1.0.4 |
| 2145 | 2024-11-14T16:15:33.794Z | Checking slog-scope v4.4.0 |
| 2146 | 2024-11-14T16:15:34.413Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2147 | 2024-11-14T16:15:34.516Z | Checking tungstenite v0.21.0 |
| 2148 | 2024-11-14T16:15:34.530Z | Compiling heck v0.3.3 |
| 2149 | 2024-11-14T16:15:34.543Z | Compiling structmeta v0.3.0 |
| 2150 | 2024-11-14T16:15:34.935Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2151 | 2024-11-14T16:15:34.964Z | Checking num_enum v0.5.11 |
| 2152 | 2024-11-14T16:15:34.991Z | Compiling parse-display-derive v0.10.0 |
| 2153 | 2024-11-14T16:15:35.104Z | Compiling dropshot_endpoint v0.13.0 |
| 2154 | 2024-11-14T16:15:35.472Z | Checking cstr-argument v0.1.2 |
| 2155 | 2024-11-14T16:15:35.630Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2156 | 2024-11-14T16:15:35.739Z | Checking instant v0.1.13 |
| 2157 | 2024-11-14T16:15:35.801Z | Checking typify-impl v0.2.0 |
| 2158 | 2024-11-14T16:15:35.851Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2159 | 2024-11-14T16:15:36.370Z | Checking fastrand v2.1.1 |
| 2160 | 2024-11-14T16:15:36.700Z | Checking pretty-hex v0.2.1 |
| 2161 | 2024-11-14T16:15:36.861Z | Checking base64 v0.21.7 |
| 2162 | 2024-11-14T16:15:36.957Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2163 | 2024-11-14T16:15:37.238Z | Checking tempfile v3.13.0 |
| 2164 | 2024-11-14T16:15:37.318Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2165 | 2024-11-14T16:15:37.465Z | Checking backoff v0.4.0 |
| 2166 | 2024-11-14T16:15:37.484Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2167 | 2024-11-14T16:15:37.600Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2168 | 2024-11-14T16:15:37.625Z | Checking tokio-tungstenite v0.21.0 |
| 2169 | 2024-11-14T16:15:37.761Z | Checking strum v0.26.3 |
| 2170 | 2024-11-14T16:15:37.913Z | Compiling zone_cfg_derive v0.1.2 |
| 2171 | 2024-11-14T16:15:37.928Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2172 | 2024-11-14T16:15:38.133Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2173 | 2024-11-14T16:15:38.327Z | Checking slog-stdlog v4.1.1 |
| 2174 | 2024-11-14T16:15:38.366Z | Compiling darling_macro v0.20.10 |
| 2175 | 2024-11-14T16:15:38.490Z | Checking regress v0.9.1 |
| 2176 | 2024-11-14T16:15:38.520Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2177 | 2024-11-14T16:15:38.672Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2178 | 2024-11-14T16:15:38.714Z | Checking colored v2.1.0 |
| 2179 | 2024-11-14T16:15:38.946Z | Checking macaddr v1.0.1 |
| 2180 | 2024-11-14T16:15:39.006Z | Checking base64 v0.13.1 |
| 2181 | 2024-11-14T16:15:39.290Z | Compiling darling v0.20.10 |
| 2182 | 2024-11-14T16:15:39.366Z | Checking ron v0.7.1 |
| 2183 | 2024-11-14T16:15:39.412Z | Compiling serde_with_macros v3.11.0 |
| 2184 | 2024-11-14T16:15:39.470Z | Checking zone v0.1.8 |
| 2185 | 2024-11-14T16:15:39.617Z | Checking parse-display v0.10.0 |
| 2186 | 2024-11-14T16:15:39.838Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2187 | 2024-11-14T16:15:40.129Z | Checking xz2 v0.1.7 |
| 2188 | 2024-11-14T16:15:40.305Z | Checking slog-envlogger v2.2.0 |
| 2189 | 2024-11-14T16:15:40.427Z | Checking tabwriter v1.4.0 |
| 2190 | 2024-11-14T16:15:40.511Z | Checking xattr v1.3.1 |
| 2191 | 2024-11-14T16:15:40.514Z | Checking pem v3.0.4 |
| 2192 | 2024-11-14T16:15:40.656Z | Checking yasna v0.5.2 |
| 2193 | 2024-11-14T16:15:40.706Z | Checking headers-core v0.3.0 |
| 2194 | 2024-11-14T16:15:40.775Z | Checking smf v0.2.3 |
| 2195 | 2024-11-14T16:15:40.843Z | Checking filetime v0.2.25 |
| 2196 | 2024-11-14T16:15:41.317Z | Checking same-file v1.0.6 |
| 2197 | 2024-11-14T16:15:41.317Z | Checking tar v0.4.43 |
| 2198 | 2024-11-14T16:15:41.317Z | Checking walkdir v2.5.0 |
| 2199 | 2024-11-14T16:15:41.317Z | Checking headers v0.4.0 |
| 2200 | 2024-11-14T16:15:41.503Z | Checking atomicwrites v0.4.4 |
| 2201 | 2024-11-14T16:15:41.524Z | Checking rcgen v0.12.1 |
| 2202 | 2024-11-14T16:15:41.697Z | Checking camino-tempfile v1.1.1 |
| 2203 | 2024-11-14T16:15:41.985Z | Checking subprocess v0.2.9 |
| 2204 | 2024-11-14T16:15:42.269Z | Checking serde_with v3.11.0 |
| 2205 | 2024-11-14T16:15:46.079Z | Compiling typify-macro v0.2.0 |
| 2206 | 2024-11-14T16:15:47.851Z | Compiling typify v0.2.0 |
| 2207 | 2024-11-14T16:15:47.916Z | Compiling progenitor-impl v0.8.0 |
| 2208 | 2024-11-14T16:15:50.971Z | Compiling progenitor-macro v0.8.0 |
| 2209 | 2024-11-14T16:15:56.067Z | Checking progenitor v0.8.0 |
| 2210 | 2024-11-14T16:15:56.213Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2211 | 2024-11-14T16:15:56.213Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2212 | 2024-11-14T16:15:58.799Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2213 | 2024-11-14T16:15:59.037Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2214 | 2024-11-14T16:16:05.272Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2215 | 2024-11-14T16:16:06.812Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2216 | 2024-11-14T16:16:08.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.61s |
| 2217 | 2024-11-14T16:16:08.173Z | |
| 2218 | 2024-11-14T16:16:08.173Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/171) |
| 2219 | 2024-11-14T16:16:08.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2220 | 2024-11-14T16:16:08.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2221 | 2024-11-14T16:16:08.797Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2222 | 2024-11-14T16:16:10.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
| 2223 | 2024-11-14T16:16:10.338Z | |
| 2224 | 2024-11-14T16:16:10.338Z | info: running `cargo check --bins` on nexus-config (31/171) |
| 2225 | 2024-11-14T16:16:10.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2226 | 2024-11-14T16:16:10.856Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2227 | 2024-11-14T16:16:10.856Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2228 | 2024-11-14T16:16:10.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2229 | 2024-11-14T16:16:10.921Z | |
| 2230 | 2024-11-14T16:16:10.921Z | info: running `cargo check --bins` on omicron-rpaths (32/171) |
| 2231 | 2024-11-14T16:16:11.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2232 | 2024-11-14T16:16:11.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2233 | 2024-11-14T16:16:11.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2234 | 2024-11-14T16:16:11.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 2235 | 2024-11-14T16:16:11.488Z | |
| 2236 | 2024-11-14T16:16:11.488Z | info: running `cargo check --bins` on omicron-certificates (33/171) |
| 2237 | 2024-11-14T16:16:12.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2238 | 2024-11-14T16:16:12.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2239 | 2024-11-14T16:16:12.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2240 | 2024-11-14T16:16:12.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2241 | 2024-11-14T16:16:12.072Z | |
| 2242 | 2024-11-14T16:16:12.072Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/171) |
| 2243 | 2024-11-14T16:16:12.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2244 | 2024-11-14T16:16:12.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2245 | 2024-11-14T16:16:12.693Z | Compiling heapless v0.8.0 |
| 2246 | 2024-11-14T16:16:12.795Z | Checking hash32 v0.3.1 |
| 2247 | 2024-11-14T16:16:12.803Z | Compiling smoltcp v0.11.0 |
| 2248 | 2024-11-14T16:16:12.822Z | Checking cobs v0.2.3 |
| 2249 | 2024-11-14T16:16:12.833Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2250 | 2024-11-14T16:16:12.833Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2251 | 2024-11-14T16:16:12.845Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2252 | 2024-11-14T16:16:12.845Z | Compiling crucible-workspace-hack v0.1.0 |
| 2253 | 2024-11-14T16:16:12.934Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2254 | 2024-11-14T16:16:12.972Z | Checking newline-converter v0.3.0 |
| 2255 | 2024-11-14T16:16:12.988Z | Checking postcard v1.0.10 |
| 2256 | 2024-11-14T16:16:13.101Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2257 | 2024-11-14T16:16:13.121Z | Compiling convert_case v0.4.0 |
| 2258 | 2024-11-14T16:16:13.312Z | Checking expectorate v1.1.0 |
| 2259 | 2024-11-14T16:16:13.470Z | Compiling zone_cfg_derive v0.3.0 |
| 2260 | 2024-11-14T16:16:13.473Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2261 | 2024-11-14T16:16:13.480Z | Checking itertools v0.13.0 |
| 2262 | 2024-11-14T16:16:13.680Z | Compiling num-derive v0.4.2 |
| 2263 | 2024-11-14T16:16:13.783Z | Compiling slog-dtrace v0.3.0 |
| 2264 | 2024-11-14T16:16:13.797Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2265 | 2024-11-14T16:16:14.028Z | Compiling derive_more v0.99.18 |
| 2266 | 2024-11-14T16:16:14.094Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2267 | 2024-11-14T16:16:14.829Z | Checking zone v0.3.0 |
| 2268 | 2024-11-14T16:16:15.635Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2269 | 2024-11-14T16:16:16.532Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2270 | 2024-11-14T16:16:17.504Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2271 | 2024-11-14T16:16:17.965Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2272 | 2024-11-14T16:16:18.555Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2273 | 2024-11-14T16:16:19.302Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2274 | 2024-11-14T16:16:20.328Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2275 | 2024-11-14T16:16:21.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.17s |
| 2276 | 2024-11-14T16:16:21.414Z | |
| 2277 | 2024-11-14T16:16:21.414Z | info: running `cargo check --bins` on clickhouse-admin-api (35/171) |
| 2278 | 2024-11-14T16:16:21.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2279 | 2024-11-14T16:16:21.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2280 | 2024-11-14T16:16:21.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2281 | 2024-11-14T16:16:21.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2282 | 2024-11-14T16:16:22.007Z | |
| 2283 | 2024-11-14T16:16:22.008Z | info: running `cargo check --bins` on clickhouse-admin-types (36/171) |
| 2284 | 2024-11-14T16:16:22.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2285 | 2024-11-14T16:16:22.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2286 | 2024-11-14T16:16:22.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2287 | 2024-11-14T16:16:22.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2288 | 2024-11-14T16:16:22.596Z | |
| 2289 | 2024-11-14T16:16:22.596Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (37/171) |
| 2290 | 2024-11-14T16:16:23.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2291 | 2024-11-14T16:16:23.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2292 | 2024-11-14T16:16:23.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2293 | 2024-11-14T16:16:23.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2294 | 2024-11-14T16:16:23.184Z | |
| 2295 | 2024-11-14T16:16:23.184Z | info: running `cargo check --bins --no-default-features` on oximeter-db (38/171) |
| 2296 | 2024-11-14T16:16:23.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2297 | 2024-11-14T16:16:23.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2298 | 2024-11-14T16:16:23.801Z | Compiling progenitor-client v0.8.0 |
| 2299 | 2024-11-14T16:16:23.900Z | Compiling newtype-uuid v1.1.3 |
| 2300 | 2024-11-14T16:16:23.903Z | Compiling ipnetwork v0.20.0 |
| 2301 | 2024-11-14T16:16:23.903Z | Compiling instant v0.1.13 |
| 2302 | 2024-11-14T16:16:23.924Z | Compiling dropshot v0.13.0 |
| 2303 | 2024-11-14T16:16:23.924Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2304 | 2024-11-14T16:16:23.927Z | Checking num-rational v0.4.2 |
| 2305 | 2024-11-14T16:16:23.927Z | Compiling serde_with v3.11.0 |
| 2306 | 2024-11-14T16:16:24.031Z | Compiling backoff v0.4.0 |
| 2307 | 2024-11-14T16:16:24.075Z | Compiling parse-display v0.10.0 |
| 2308 | 2024-11-14T16:16:24.157Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2309 | 2024-11-14T16:16:24.361Z | Compiling progenitor v0.8.0 |
| 2310 | 2024-11-14T16:16:24.377Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2311 | 2024-11-14T16:16:24.504Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2312 | 2024-11-14T16:16:24.563Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2313 | 2024-11-14T16:16:24.653Z | Compiling regress v0.9.1 |
| 2314 | 2024-11-14T16:16:24.764Z | Compiling phf_generator v0.11.2 |
| 2315 | 2024-11-14T16:16:24.814Z | Checking num-complex v0.4.6 |
| 2316 | 2024-11-14T16:16:25.150Z | Compiling macaddr v1.0.1 |
| 2317 | 2024-11-14T16:16:25.568Z | Compiling phf_codegen v0.11.2 |
| 2318 | 2024-11-14T16:16:25.725Z | Checking num v0.4.3 |
| 2319 | 2024-11-14T16:16:25.781Z | Compiling parse-zoneinfo v0.3.1 |
| 2320 | 2024-11-14T16:16:25.829Z | Checking float-ord v0.3.2 |
| 2321 | 2024-11-14T16:16:26.086Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2322 | 2024-11-14T16:16:26.200Z | Checking prettyplease v0.2.25 |
| 2323 | 2024-11-14T16:16:26.438Z | Compiling chrono-tz-build v0.4.0 |
| 2324 | 2024-11-14T16:16:27.270Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2325 | 2024-11-14T16:16:27.798Z | Compiling const_format_proc_macros v0.2.33 |
| 2326 | 2024-11-14T16:16:27.886Z | Compiling chrono-tz v0.10.0 |
| 2327 | 2024-11-14T16:16:27.984Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2328 | 2024-11-14T16:16:28.412Z | Checking highway v1.2.0 |
| 2329 | 2024-11-14T16:16:28.828Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
| 2330 | 2024-11-14T16:16:29.125Z | Checking gethostname v0.5.0 |
| 2331 | 2024-11-14T16:16:29.246Z | Checking bcs v0.1.6 |
| 2332 | 2024-11-14T16:16:29.635Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2333 | 2024-11-14T16:16:29.718Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2334 | 2024-11-14T16:16:29.794Z | Compiling async-recursion v1.1.1 |
| 2335 | 2024-11-14T16:16:29.947Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2336 | 2024-11-14T16:16:30.015Z | Checking const_format v0.2.33 |
| 2337 | 2024-11-14T16:16:42.191Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2338 | 2024-11-14T16:16:45.358Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2339 | 2024-11-14T16:16:49.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.08s |
| 2340 | 2024-11-14T16:16:49.426Z | |
| 2341 | 2024-11-14T16:16:49.426Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (39/171) |
| 2342 | 2024-11-14T16:16:49.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2343 | 2024-11-14T16:16:49.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2344 | 2024-11-14T16:16:50.059Z | Compiling cfg_aliases v0.1.1 |
| 2345 | 2024-11-14T16:16:50.059Z | Compiling vte_generate_state_changes v0.1.2 |
| 2346 | 2024-11-14T16:16:50.062Z | Checking fd-lock v4.0.2 |
| 2347 | 2024-11-14T16:16:50.161Z | Checking nibble_vec v0.1.0 |
| 2348 | 2024-11-14T16:16:50.173Z | Checking bytecount v0.6.8 |
| 2349 | 2024-11-14T16:16:50.176Z | Checking endian-type v0.1.2 |
| 2350 | 2024-11-14T16:16:50.182Z | Compiling tabled_derive v0.7.0 |
| 2351 | 2024-11-14T16:16:50.218Z | Compiling peg-macros v0.8.4 |
| 2352 | 2024-11-14T16:16:50.232Z | Compiling nix v0.28.0 |
| 2353 | 2024-11-14T16:16:50.318Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2354 | 2024-11-14T16:16:50.334Z | Checking papergrid v0.11.0 |
| 2355 | 2024-11-14T16:16:50.334Z | Compiling sqlparser_derive v0.2.2 |
| 2356 | 2024-11-14T16:16:50.395Z | Checking radix_trie v0.2.1 |
| 2357 | 2024-11-14T16:16:50.758Z | Checking vte v0.11.1 |
| 2358 | 2024-11-14T16:16:50.793Z | Checking nu-ansi-term v0.50.1 |
| 2359 | 2024-11-14T16:16:51.184Z | Checking home v0.5.9 |
| 2360 | 2024-11-14T16:16:51.328Z | Checking unicode_categories v0.1.1 |
| 2361 | 2024-11-14T16:16:51.446Z | Checking sqlparser v0.45.0 |
| 2362 | 2024-11-14T16:16:51.467Z | Checking display-error-chain v0.2.2 |
| 2363 | 2024-11-14T16:16:51.629Z | Checking sqlformat v0.2.6 |
| 2364 | 2024-11-14T16:16:52.121Z | Checking strip-ansi-escapes v0.2.0 |
| 2365 | 2024-11-14T16:16:52.267Z | Checking reedline v0.35.0 |
| 2366 | 2024-11-14T16:16:52.522Z | Checking tabled v0.15.0 |
| 2367 | 2024-11-14T16:16:53.077Z | Checking peg v0.8.4 |
| 2368 | 2024-11-14T16:16:53.374Z | Checking rustyline v14.0.0 |
| 2369 | 2024-11-14T16:17:02.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s |
| 2370 | 2024-11-14T16:17:03.140Z | |
| 2371 | 2024-11-14T16:17:03.140Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (40/171) |
| 2372 | 2024-11-14T16:17:03.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2373 | 2024-11-14T16:17:03.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2374 | 2024-11-14T16:17:03.770Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2375 | 2024-11-14T16:17:09.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.46s |
| 2376 | 2024-11-14T16:17:09.770Z | |
| 2377 | 2024-11-14T16:17:09.770Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (41/171) |
| 2378 | 2024-11-14T16:17:10.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2379 | 2024-11-14T16:17:10.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2380 | 2024-11-14T16:17:10.397Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2381 | 2024-11-14T16:17:14.856Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.08s |
| 2382 | 2024-11-14T16:17:15.018Z | |
| 2383 | 2024-11-14T16:17:15.018Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (42/171) |
| 2384 | 2024-11-14T16:17:15.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2385 | 2024-11-14T16:17:15.547Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2386 | 2024-11-14T16:17:15.638Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2387 | 2024-11-14T16:17:21.212Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.19s |
| 2388 | 2024-11-14T16:17:21.374Z | |
| 2389 | 2024-11-14T16:17:21.374Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (43/171) |
| 2390 | 2024-11-14T16:17:21.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2391 | 2024-11-14T16:17:21.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2392 | 2024-11-14T16:17:21.997Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2393 | 2024-11-14T16:17:27.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.30s |
| 2394 | 2024-11-14T16:17:27.848Z | |
| 2395 | 2024-11-14T16:17:27.848Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (44/171) |
| 2396 | 2024-11-14T16:17:28.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2397 | 2024-11-14T16:17:28.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2398 | 2024-11-14T16:17:28.477Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2399 | 2024-11-14T16:17:33.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.28s |
| 2400 | 2024-11-14T16:17:33.307Z | |
| 2401 | 2024-11-14T16:17:33.307Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (45/171) |
| 2402 | 2024-11-14T16:17:33.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2403 | 2024-11-14T16:17:33.842Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2404 | 2024-11-14T16:17:33.934Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2405 | 2024-11-14T16:17:38.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.36s |
| 2406 | 2024-11-14T16:17:38.842Z | |
| 2407 | 2024-11-14T16:17:38.842Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (46/171) |
| 2408 | 2024-11-14T16:17:39.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2409 | 2024-11-14T16:17:39.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2410 | 2024-11-14T16:17:39.471Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2411 | 2024-11-14T16:17:45.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.42s |
| 2412 | 2024-11-14T16:17:45.436Z | |
| 2413 | 2024-11-14T16:17:45.436Z | info: running `cargo check --bins` on oximeter (47/171) |
| 2414 | 2024-11-14T16:17:45.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2415 | 2024-11-14T16:17:45.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2416 | 2024-11-14T16:17:45.957Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2417 | 2024-11-14T16:17:45.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2418 | 2024-11-14T16:17:46.025Z | |
| 2419 | 2024-11-14T16:17:46.025Z | info: running `cargo check --bins` on oximeter-macro-impl (48/171) |
| 2420 | 2024-11-14T16:17:46.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2421 | 2024-11-14T16:17:46.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2422 | 2024-11-14T16:17:46.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2423 | 2024-11-14T16:17:46.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2424 | 2024-11-14T16:17:46.598Z | |
| 2425 | 2024-11-14T16:17:46.598Z | info: running `cargo check --bins` on oximeter-schema (49/171) |
| 2426 | 2024-11-14T16:17:47.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2427 | 2024-11-14T16:17:47.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2428 | 2024-11-14T16:17:47.197Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2429 | 2024-11-14T16:17:47.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 2430 | 2024-11-14T16:17:47.787Z | |
| 2431 | 2024-11-14T16:17:47.787Z | info: running `cargo check --bins` on oximeter-types (50/171) |
| 2432 | 2024-11-14T16:17:48.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2433 | 2024-11-14T16:17:48.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2434 | 2024-11-14T16:17:48.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2435 | 2024-11-14T16:17:48.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2436 | 2024-11-14T16:17:48.377Z | |
| 2437 | 2024-11-14T16:17:48.377Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/171) |
| 2438 | 2024-11-14T16:17:48.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2439 | 2024-11-14T16:17:48.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2440 | 2024-11-14T16:17:48.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2441 | 2024-11-14T16:17:48.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2442 | 2024-11-14T16:17:48.965Z | |
| 2443 | 2024-11-14T16:17:48.965Z | info: running `cargo check --bins` on oxql-types (52/171) |
| 2444 | 2024-11-14T16:17:49.482Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2445 | 2024-11-14T16:17:49.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2446 | 2024-11-14T16:17:49.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2447 | 2024-11-14T16:17:49.488Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2448 | 2024-11-14T16:17:49.554Z | |
| 2449 | 2024-11-14T16:17:49.554Z | info: running `cargo check --bins` on oximeter-test-utils (53/171) |
| 2450 | 2024-11-14T16:17:50.093Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2451 | 2024-11-14T16:17:50.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2452 | 2024-11-14T16:17:50.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2453 | 2024-11-14T16:17:50.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2454 | 2024-11-14T16:17:50.169Z | |
| 2455 | 2024-11-14T16:17:50.169Z | info: running `cargo check --bins` on bootstrap-agent-client (54/171) |
| 2456 | 2024-11-14T16:17:50.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2457 | 2024-11-14T16:17:50.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2458 | 2024-11-14T16:17:50.700Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2459 | 2024-11-14T16:17:50.703Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2460 | 2024-11-14T16:17:50.773Z | |
| 2461 | 2024-11-14T16:17:50.773Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/171) |
| 2462 | 2024-11-14T16:17:51.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2463 | 2024-11-14T16:17:51.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2464 | 2024-11-14T16:17:51.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2465 | 2024-11-14T16:17:51.300Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2466 | 2024-11-14T16:17:51.366Z | |
| 2467 | 2024-11-14T16:17:51.366Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/171) |
| 2468 | 2024-11-14T16:17:51.888Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2469 | 2024-11-14T16:17:51.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2470 | 2024-11-14T16:17:51.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2471 | 2024-11-14T16:17:51.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2472 | 2024-11-14T16:17:51.960Z | |
| 2473 | 2024-11-14T16:17:51.960Z | info: running `cargo check --bins` on cockroach-admin-client (57/171) |
| 2474 | 2024-11-14T16:17:52.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2475 | 2024-11-14T16:17:52.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2476 | 2024-11-14T16:17:52.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2477 | 2024-11-14T16:17:52.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2478 | 2024-11-14T16:17:52.534Z | |
| 2479 | 2024-11-14T16:17:52.534Z | info: running `cargo check --bins` on omicron-ddm-admin-client (58/171) |
| 2480 | 2024-11-14T16:17:53.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2481 | 2024-11-14T16:17:53.061Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2482 | 2024-11-14T16:17:53.061Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2483 | 2024-11-14T16:17:53.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2484 | 2024-11-14T16:17:53.132Z | |
| 2485 | 2024-11-14T16:17:53.132Z | info: running `cargo check --bins` on dns-service-client (59/171) |
| 2486 | 2024-11-14T16:17:53.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2487 | 2024-11-14T16:17:53.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2488 | 2024-11-14T16:17:53.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2489 | 2024-11-14T16:17:53.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2490 | 2024-11-14T16:17:53.721Z | |
| 2491 | 2024-11-14T16:17:53.721Z | info: running `cargo check --bins` on internal-dns-types (60/171) |
| 2492 | 2024-11-14T16:17:54.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2493 | 2024-11-14T16:17:54.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2494 | 2024-11-14T16:17:54.237Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2495 | 2024-11-14T16:17:54.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2496 | 2024-11-14T16:17:54.306Z | |
| 2497 | 2024-11-14T16:17:54.306Z | info: running `cargo check --bins` on dpd-client (61/171) |
| 2498 | 2024-11-14T16:17:54.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2499 | 2024-11-14T16:17:54.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2500 | 2024-11-14T16:17:54.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2501 | 2024-11-14T16:17:54.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2502 | 2024-11-14T16:17:54.891Z | |
| 2503 | 2024-11-14T16:17:54.891Z | info: running `cargo check --bins` on gateway-client (62/171) |
| 2504 | 2024-11-14T16:17:55.406Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2505 | 2024-11-14T16:17:55.409Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2506 | 2024-11-14T16:17:55.409Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2507 | 2024-11-14T16:17:55.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2508 | 2024-11-14T16:17:55.476Z | |
| 2509 | 2024-11-14T16:17:55.476Z | info: running `cargo check --bins` on installinator-client (63/171) |
| 2510 | 2024-11-14T16:17:56.016Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2511 | 2024-11-14T16:17:56.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2512 | 2024-11-14T16:17:56.019Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2513 | 2024-11-14T16:17:56.021Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2514 | 2024-11-14T16:17:56.089Z | |
| 2515 | 2024-11-14T16:17:56.089Z | info: running `cargo check --bins` on installinator-common (64/171) |
| 2516 | 2024-11-14T16:17:56.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2517 | 2024-11-14T16:17:56.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2518 | 2024-11-14T16:17:56.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2519 | 2024-11-14T16:17:56.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2520 | 2024-11-14T16:17:56.687Z | |
| 2521 | 2024-11-14T16:17:56.687Z | info: running `cargo check --bins` on update-engine (65/171) |
| 2522 | 2024-11-14T16:17:57.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2523 | 2024-11-14T16:17:57.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2524 | 2024-11-14T16:17:57.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2525 | 2024-11-14T16:17:57.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2526 | 2024-11-14T16:17:57.263Z | |
| 2527 | 2024-11-14T16:17:57.263Z | info: running `cargo check --bins` on nexus-client (66/171) |
| 2528 | 2024-11-14T16:17:57.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2529 | 2024-11-14T16:17:57.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2530 | 2024-11-14T16:17:57.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2531 | 2024-11-14T16:17:57.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2532 | 2024-11-14T16:17:57.875Z | |
| 2533 | 2024-11-14T16:17:57.875Z | info: running `cargo check --bins` on nexus-sled-agent-shared (67/171) |
| 2534 | 2024-11-14T16:17:58.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2535 | 2024-11-14T16:17:58.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2536 | 2024-11-14T16:17:58.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2537 | 2024-11-14T16:17:58.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2538 | 2024-11-14T16:17:58.475Z | |
| 2539 | 2024-11-14T16:17:58.475Z | info: running `cargo check --bins` on omicron-passwords (68/171) |
| 2540 | 2024-11-14T16:17:58.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2541 | 2024-11-14T16:17:58.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2542 | 2024-11-14T16:17:58.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2543 | 2024-11-14T16:17:58.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2544 | 2024-11-14T16:17:59.048Z | |
| 2545 | 2024-11-14T16:17:59.049Z | info: running `cargo check --bins` on nexus-types (69/171) |
| 2546 | 2024-11-14T16:17:59.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2547 | 2024-11-14T16:17:59.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2548 | 2024-11-14T16:17:59.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2549 | 2024-11-14T16:17:59.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2550 | 2024-11-14T16:17:59.659Z | |
| 2551 | 2024-11-14T16:17:59.659Z | info: running `cargo check --bins` on oxide-client (70/171) |
| 2552 | 2024-11-14T16:18:00.165Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2553 | 2024-11-14T16:18:00.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2554 | 2024-11-14T16:18:00.168Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2555 | 2024-11-14T16:18:00.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2556 | 2024-11-14T16:18:00.237Z | |
| 2557 | 2024-11-14T16:18:00.237Z | info: running `cargo check --bins` on oximeter-client (71/171) |
| 2558 | 2024-11-14T16:18:00.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2559 | 2024-11-14T16:18:00.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2560 | 2024-11-14T16:18:00.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2561 | 2024-11-14T16:18:00.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2562 | 2024-11-14T16:18:00.829Z | |
| 2563 | 2024-11-14T16:18:00.829Z | info: running `cargo check --bins` on repo-depot-client (72/171) |
| 2564 | 2024-11-14T16:18:01.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2565 | 2024-11-14T16:18:01.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2566 | 2024-11-14T16:18:01.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2567 | 2024-11-14T16:18:01.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2568 | 2024-11-14T16:18:01.409Z | |
| 2569 | 2024-11-14T16:18:01.409Z | info: running `cargo check --bins` on sled-agent-client (73/171) |
| 2570 | 2024-11-14T16:18:01.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2571 | 2024-11-14T16:18:01.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2572 | 2024-11-14T16:18:01.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2573 | 2024-11-14T16:18:01.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2574 | 2024-11-14T16:18:02.011Z | |
| 2575 | 2024-11-14T16:18:02.011Z | info: running `cargo check --bins` on wicketd-client (74/171) |
| 2576 | 2024-11-14T16:18:02.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2577 | 2024-11-14T16:18:02.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2578 | 2024-11-14T16:18:02.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2579 | 2024-11-14T16:18:02.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2580 | 2024-11-14T16:18:02.639Z | |
| 2581 | 2024-11-14T16:18:02.639Z | info: running `cargo check --bins` on sled-agent-types (75/171) |
| 2582 | 2024-11-14T16:18:03.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2583 | 2024-11-14T16:18:03.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2584 | 2024-11-14T16:18:03.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2585 | 2024-11-14T16:18:03.324Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2586 | 2024-11-14T16:18:03.329Z | |
| 2587 | 2024-11-14T16:18:03.329Z | info: running `cargo check --bins` on wicket-common (76/171) |
| 2588 | 2024-11-14T16:18:03.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2589 | 2024-11-14T16:18:03.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2590 | 2024-11-14T16:18:03.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2591 | 2024-11-14T16:18:03.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2592 | 2024-11-14T16:18:03.880Z | |
| 2593 | 2024-11-14T16:18:03.880Z | info: running `cargo check --bins` on omicron-cockroach-admin (77/171) |
| 2594 | 2024-11-14T16:18:04.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2595 | 2024-11-14T16:18:04.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2596 | 2024-11-14T16:18:04.514Z | Checking csv-core v0.1.11 |
| 2597 | 2024-11-14T16:18:04.514Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2598 | 2024-11-14T16:18:04.514Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2599 | 2024-11-14T16:18:04.823Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2600 | 2024-11-14T16:18:04.835Z | Checking csv v1.3.0 |
| 2601 | 2024-11-14T16:18:05.369Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2602 | 2024-11-14T16:18:05.690Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2603 | 2024-11-14T16:18:06.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
| 2604 | 2024-11-14T16:18:07.031Z | |
| 2605 | 2024-11-14T16:18:07.031Z | info: running `cargo check --bins` on cockroach-admin-api (78/171) |
| 2606 | 2024-11-14T16:18:07.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2607 | 2024-11-14T16:18:07.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2608 | 2024-11-14T16:18:07.553Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2609 | 2024-11-14T16:18:07.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2610 | 2024-11-14T16:18:07.622Z | |
| 2611 | 2024-11-14T16:18:07.622Z | info: running `cargo check --bins` on cockroach-admin-types (79/171) |
| 2612 | 2024-11-14T16:18:08.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2613 | 2024-11-14T16:18:08.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2614 | 2024-11-14T16:18:08.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2615 | 2024-11-14T16:18:08.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2616 | 2024-11-14T16:18:08.214Z | |
| 2617 | 2024-11-14T16:18:08.214Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (80/171) |
| 2618 | 2024-11-14T16:18:08.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2619 | 2024-11-14T16:18:08.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2620 | 2024-11-14T16:18:08.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2621 | 2024-11-14T16:18:08.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2622 | 2024-11-14T16:18:08.909Z | |
| 2623 | 2024-11-14T16:18:08.909Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (81/171) |
| 2624 | 2024-11-14T16:18:09.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2625 | 2024-11-14T16:18:09.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2626 | 2024-11-14T16:18:09.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2627 | 2024-11-14T16:18:09.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2628 | 2024-11-14T16:18:09.596Z | |
| 2629 | 2024-11-14T16:18:09.596Z | info: running `cargo check --bins` on dns-server (82/171) |
| 2630 | 2024-11-14T16:18:10.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2631 | 2024-11-14T16:18:10.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2632 | 2024-11-14T16:18:10.205Z | Compiling parking_lot_core v0.8.6 |
| 2633 | 2024-11-14T16:18:10.208Z | Checking fxhash v0.2.1 |
| 2634 | 2024-11-14T16:18:10.208Z | Checking hickory-server v0.24.1 |
| 2635 | 2024-11-14T16:18:10.208Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2636 | 2024-11-14T16:18:10.208Z | Checking hickory-client v0.24.1 |
| 2637 | 2024-11-14T16:18:10.886Z | Checking parking_lot v0.11.2 |
| 2638 | 2024-11-14T16:18:10.997Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2639 | 2024-11-14T16:18:10.997Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2640 | 2024-11-14T16:18:11.105Z | Checking sled v0.34.7 |
| 2641 | 2024-11-14T16:18:12.803Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2642 | 2024-11-14T16:18:14.041Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
| 2643 | 2024-11-14T16:18:14.199Z | |
| 2644 | 2024-11-14T16:18:14.199Z | info: running `cargo check --bins` on dns-server-api (83/171) |
| 2645 | 2024-11-14T16:18:14.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2646 | 2024-11-14T16:18:14.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2647 | 2024-11-14T16:18:14.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2648 | 2024-11-14T16:18:14.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2649 | 2024-11-14T16:18:14.792Z | |
| 2650 | 2024-11-14T16:18:14.792Z | info: running `cargo check --bins` on gateway-test-utils (84/171) |
| 2651 | 2024-11-14T16:18:15.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2652 | 2024-11-14T16:18:15.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2653 | 2024-11-14T16:18:15.353Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2654 | 2024-11-14T16:18:15.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2655 | 2024-11-14T16:18:15.428Z | |
| 2656 | 2024-11-14T16:18:15.428Z | info: running `cargo check --bins` on gateway-types (85/171) |
| 2657 | 2024-11-14T16:18:15.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2658 | 2024-11-14T16:18:15.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2659 | 2024-11-14T16:18:15.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2660 | 2024-11-14T16:18:15.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2661 | 2024-11-14T16:18:16.017Z | |
| 2662 | 2024-11-14T16:18:16.017Z | info: running `cargo check --bins` on ipcc (86/171) |
| 2663 | 2024-11-14T16:18:16.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2024-11-14T16:18:16.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2024-11-14T16:18:16.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2666 | 2024-11-14T16:18:16.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2667 | 2024-11-14T16:18:16.609Z | |
| 2668 | 2024-11-14T16:18:16.609Z | info: running `cargo check --bins` on omicron-gateway (87/171) |
| 2669 | 2024-11-14T16:18:17.157Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2670 | 2024-11-14T16:18:17.160Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2671 | 2024-11-14T16:18:17.267Z | Compiling radium v0.7.0 |
| 2672 | 2024-11-14T16:18:17.267Z | Compiling semver v0.1.20 |
| 2673 | 2024-11-14T16:18:17.371Z | Compiling maybe-uninit v2.0.0 |
| 2674 | 2024-11-14T16:18:17.383Z | Checking tap v1.0.1 |
| 2675 | 2024-11-14T16:18:17.398Z | Checking password-hash v0.5.0 |
| 2676 | 2024-11-14T16:18:17.401Z | Checking blake2 v0.10.6 |
| 2677 | 2024-11-14T16:18:17.401Z | Compiling owo-colors v4.1.0 |
| 2678 | 2024-11-14T16:18:17.401Z | Checking crc-catalog v2.4.0 |
| 2679 | 2024-11-14T16:18:17.518Z | Compiling packed_struct v0.10.1 |
| 2680 | 2024-11-14T16:18:17.535Z | Checking wyz v0.5.1 |
| 2681 | 2024-11-14T16:18:17.650Z | Checking funty v2.0.0 |
| 2682 | 2024-11-14T16:18:17.803Z | Compiling rustc_version v0.1.7 |
| 2683 | 2024-11-14T16:18:17.890Z | Compiling cancel-safe-futures v0.1.5 |
| 2684 | 2024-11-14T16:18:17.893Z | Checking argon2 v0.5.3 |
| 2685 | 2024-11-14T16:18:18.008Z | Checking crc v3.2.1 |
| 2686 | 2024-11-14T16:18:18.018Z | Compiling packed_struct_codegen v0.10.1 |
| 2687 | 2024-11-14T16:18:18.074Z | Checking half v2.4.1 |
| 2688 | 2024-11-14T16:18:18.260Z | Compiling indexmap v1.9.3 |
| 2689 | 2024-11-14T16:18:18.300Z | Checking nodrop v0.1.14 |
| 2690 | 2024-11-14T16:18:18.314Z | Compiling newtype_derive v0.1.6 |
| 2691 | 2024-11-14T16:18:18.422Z | Checking ciborium-io v0.2.2 |
| 2692 | 2024-11-14T16:18:18.450Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2693 | 2024-11-14T16:18:18.532Z | Checking array-init v0.0.4 |
| 2694 | 2024-11-14T16:18:18.550Z | Checking ciborium-ll v0.2.2 |
| 2695 | 2024-11-14T16:18:18.577Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2696 | 2024-11-14T16:18:18.591Z | Checking bitvec v1.0.1 |
| 2697 | 2024-11-14T16:18:18.734Z | Checking smallvec v0.6.14 |
| 2698 | 2024-11-14T16:18:18.773Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2699 | 2024-11-14T16:18:18.873Z | Checking libsw v3.3.1 |
| 2700 | 2024-11-14T16:18:19.036Z | Compiling memoffset v0.9.1 |
| 2701 | 2024-11-14T16:18:19.126Z | Checking hashbrown v0.12.3 |
| 2702 | 2024-11-14T16:18:19.126Z | Checking indent_write v2.2.0 |
| 2703 | 2024-11-14T16:18:19.331Z | Checking termcolor v1.4.1 |
| 2704 | 2024-11-14T16:18:19.345Z | Checking linear-map v1.2.0 |
| 2705 | 2024-11-14T16:18:19.456Z | Checking swrite v0.1.0 |
| 2706 | 2024-11-14T16:18:19.501Z | Checking bitfield v0.14.0 |
| 2707 | 2024-11-14T16:18:19.579Z | Checking serde-hex v0.1.0 |
| 2708 | 2024-11-14T16:18:19.666Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2709 | 2024-11-14T16:18:19.753Z | Checking env_logger v0.10.2 |
| 2710 | 2024-11-14T16:18:19.916Z | Checking ron v0.8.1 |
| 2711 | 2024-11-14T16:18:20.158Z | Checking ciborium v0.2.2 |
| 2712 | 2024-11-14T16:18:20.705Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2713 | 2024-11-14T16:18:20.750Z | Checking steno v0.4.1 |
| 2714 | 2024-11-14T16:18:21.037Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2715 | 2024-11-14T16:18:21.147Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2716 | 2024-11-14T16:18:21.180Z | Checking hashbrown v0.13.2 |
| 2717 | 2024-11-14T16:18:21.259Z | Checking crc-any v2.5.0 |
| 2718 | 2024-11-14T16:18:21.297Z | Checking humantime v2.1.0 |
| 2719 | 2024-11-14T16:18:21.590Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2720 | 2024-11-14T16:18:21.633Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2721 | 2024-11-14T16:18:21.969Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2722 | 2024-11-14T16:18:22.221Z | Checking object v0.30.4 |
| 2723 | 2024-11-14T16:18:22.259Z | Checking path-slash v0.1.5 |
| 2724 | 2024-11-14T16:18:22.274Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2725 | 2024-11-14T16:18:22.461Z | Checking nix v0.27.1 |
| 2726 | 2024-11-14T16:18:22.901Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2727 | 2024-11-14T16:18:23.525Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2728 | 2024-11-14T16:18:23.699Z | Checking tungstenite v0.23.0 |
| 2729 | 2024-11-14T16:18:23.715Z | Checking kstat-rs v0.2.4 |
| 2730 | 2024-11-14T16:18:23.790Z | Checking signal-hook-tokio v0.3.1 |
| 2731 | 2024-11-14T16:18:24.008Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2732 | 2024-11-14T16:18:24.674Z | Checking tokio-tungstenite v0.23.1 |
| 2733 | 2024-11-14T16:18:24.941Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2734 | 2024-11-14T16:18:24.967Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2735 | 2024-11-14T16:18:25.140Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2736 | 2024-11-14T16:18:31.628Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2737 | 2024-11-14T16:18:32.876Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2738 | 2024-11-14T16:18:35.023Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2739 | 2024-11-14T16:18:40.460Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2740 | 2024-11-14T16:18:41.110Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2741 | 2024-11-14T16:18:43.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.32s |
| 2742 | 2024-11-14T16:18:44.137Z | |
| 2743 | 2024-11-14T16:18:44.137Z | info: running `cargo check --bins` on gateway-api (88/171) |
| 2744 | 2024-11-14T16:18:44.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2745 | 2024-11-14T16:18:44.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2746 | 2024-11-14T16:18:44.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2747 | 2024-11-14T16:18:44.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2748 | 2024-11-14T16:18:44.799Z | |
| 2749 | 2024-11-14T16:18:44.799Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (89/171) |
| 2750 | 2024-11-14T16:18:45.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2751 | 2024-11-14T16:18:45.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2752 | 2024-11-14T16:18:45.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2753 | 2024-11-14T16:18:45.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2754 | 2024-11-14T16:18:45.439Z | |
| 2755 | 2024-11-14T16:18:45.439Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/171) |
| 2756 | 2024-11-14T16:18:46.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2757 | 2024-11-14T16:18:46.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2758 | 2024-11-14T16:18:46.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2759 | 2024-11-14T16:18:46.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2760 | 2024-11-14T16:18:46.103Z | |
| 2761 | 2024-11-14T16:18:46.103Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/171) |
| 2762 | 2024-11-14T16:18:46.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2763 | 2024-11-14T16:18:46.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2764 | 2024-11-14T16:18:46.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2765 | 2024-11-14T16:18:46.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2766 | 2024-11-14T16:18:46.762Z | |
| 2767 | 2024-11-14T16:18:46.762Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/171) |
| 2768 | 2024-11-14T16:18:47.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2769 | 2024-11-14T16:18:47.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2770 | 2024-11-14T16:18:47.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2771 | 2024-11-14T16:18:47.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2772 | 2024-11-14T16:18:47.355Z | |
| 2773 | 2024-11-14T16:18:47.355Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/171) |
| 2774 | 2024-11-14T16:18:47.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2775 | 2024-11-14T16:18:47.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2776 | 2024-11-14T16:18:47.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2777 | 2024-11-14T16:18:47.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2778 | 2024-11-14T16:18:47.945Z | |
| 2779 | 2024-11-14T16:18:47.945Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/171) |
| 2780 | 2024-11-14T16:18:48.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2024-11-14T16:18:48.474Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2024-11-14T16:18:48.474Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2783 | 2024-11-14T16:18:48.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2784 | 2024-11-14T16:18:48.547Z | |
| 2785 | 2024-11-14T16:18:48.547Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/171) |
| 2786 | 2024-11-14T16:18:49.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2024-11-14T16:18:49.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2024-11-14T16:18:49.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2789 | 2024-11-14T16:18:49.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2790 | 2024-11-14T16:18:49.132Z | |
| 2791 | 2024-11-14T16:18:49.132Z | info: running `cargo check --bins` on oximeter-producer (96/171) |
| 2792 | 2024-11-14T16:18:49.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2793 | 2024-11-14T16:18:49.672Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2794 | 2024-11-14T16:18:49.672Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2795 | 2024-11-14T16:18:49.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2796 | 2024-11-14T16:18:49.745Z | |
| 2797 | 2024-11-14T16:18:49.745Z | info: running `cargo check --bins` on internal-dns-resolver (97/171) |
| 2798 | 2024-11-14T16:18:50.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2024-11-14T16:18:50.264Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2024-11-14T16:18:50.264Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2801 | 2024-11-14T16:18:50.266Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2802 | 2024-11-14T16:18:50.346Z | |
| 2803 | 2024-11-14T16:18:50.346Z | info: running `cargo check --bins` on sp-sim (98/171) |
| 2804 | 2024-11-14T16:18:50.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2024-11-14T16:18:50.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2024-11-14T16:18:50.933Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2807 | 2024-11-14T16:18:52.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s |
| 2808 | 2024-11-14T16:18:52.903Z | |
| 2809 | 2024-11-14T16:18:52.903Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (99/171) |
| 2810 | 2024-11-14T16:18:53.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2024-11-14T16:18:53.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2024-11-14T16:18:53.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2813 | 2024-11-14T16:18:53.466Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2814 | 2024-11-14T16:18:53.538Z | |
| 2815 | 2024-11-14T16:18:53.538Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (100/171) |
| 2816 | 2024-11-14T16:18:54.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2024-11-14T16:18:54.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2024-11-14T16:18:54.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2819 | 2024-11-14T16:18:54.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2820 | 2024-11-14T16:18:54.175Z | |
| 2821 | 2024-11-14T16:18:54.175Z | info: running `cargo check --bins` on db-macros (101/171) |
| 2822 | 2024-11-14T16:18:54.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2024-11-14T16:18:54.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2024-11-14T16:18:54.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2825 | 2024-11-14T16:18:54.687Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2826 | 2024-11-14T16:18:54.752Z | |
| 2827 | 2024-11-14T16:18:54.752Z | info: running `cargo check --bins` on nexus-macros-common (102/171) |
| 2828 | 2024-11-14T16:18:55.254Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2024-11-14T16:18:55.257Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2024-11-14T16:18:55.257Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2831 | 2024-11-14T16:18:55.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2832 | 2024-11-14T16:18:55.323Z | |
| 2833 | 2024-11-14T16:18:55.323Z | info: running `cargo check --bins` on nexus-auth (103/171) |
| 2834 | 2024-11-14T16:18:55.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2024-11-14T16:18:55.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2024-11-14T16:18:55.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2837 | 2024-11-14T16:18:55.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2838 | 2024-11-14T16:18:55.945Z | |
| 2839 | 2024-11-14T16:18:55.945Z | info: running `cargo check --bins` on authz-macros (104/171) |
| 2840 | 2024-11-14T16:18:56.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2024-11-14T16:18:56.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2024-11-14T16:18:56.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2843 | 2024-11-14T16:18:56.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2844 | 2024-11-14T16:18:56.524Z | |
| 2845 | 2024-11-14T16:18:56.524Z | info: running `cargo check --bins` on nexus-db-fixed-data (105/171) |
| 2846 | 2024-11-14T16:18:57.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2024-11-14T16:18:57.066Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2024-11-14T16:18:57.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2849 | 2024-11-14T16:18:57.069Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2850 | 2024-11-14T16:18:57.139Z | |
| 2851 | 2024-11-14T16:18:57.139Z | info: running `cargo check --bins` on nexus-db-model (106/171) |
| 2852 | 2024-11-14T16:18:57.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2024-11-14T16:18:57.679Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2024-11-14T16:18:57.679Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2855 | 2024-11-14T16:18:57.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2856 | 2024-11-14T16:18:57.752Z | |
| 2857 | 2024-11-14T16:18:57.752Z | info: running `cargo check --bins` on nexus-defaults (107/171) |
| 2858 | 2024-11-14T16:18:58.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2024-11-14T16:18:58.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2024-11-14T16:18:58.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2861 | 2024-11-14T16:18:58.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2862 | 2024-11-14T16:18:58.345Z | |
| 2863 | 2024-11-14T16:18:58.345Z | info: running `cargo check --bins` on nexus-inventory (108/171) |
| 2864 | 2024-11-14T16:18:58.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2024-11-14T16:18:58.891Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2024-11-14T16:18:58.891Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2867 | 2024-11-14T16:18:58.894Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2868 | 2024-11-14T16:18:58.965Z | |
| 2869 | 2024-11-14T16:18:58.965Z | info: running `cargo check --bins` on typed-rng (109/171) |
| 2870 | 2024-11-14T16:18:59.468Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2024-11-14T16:18:59.470Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2024-11-14T16:18:59.470Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2873 | 2024-11-14T16:18:59.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 2874 | 2024-11-14T16:18:59.536Z | |
| 2875 | 2024-11-14T16:18:59.536Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (110/171) |
| 2876 | 2024-11-14T16:19:00.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2024-11-14T16:19:00.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2024-11-14T16:19:00.232Z | Checking keccak v0.1.5 |
| 2879 | 2024-11-14T16:19:00.339Z | Checking secrecy v0.8.0 |
| 2880 | 2024-11-14T16:19:00.341Z | Compiling unicase v2.7.0 |
| 2881 | 2024-11-14T16:19:00.350Z | Compiling same-file v1.0.6 |
| 2882 | 2024-11-14T16:19:00.360Z | Compiling tempfile v3.13.0 |
| 2883 | 2024-11-14T16:19:00.385Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2884 | 2024-11-14T16:19:00.387Z | Checking universal-hash v0.5.1 |
| 2885 | 2024-11-14T16:19:00.388Z | Compiling ring v0.16.20 |
| 2886 | 2024-11-14T16:19:00.530Z | Compiling walkdir v2.5.0 |
| 2887 | 2024-11-14T16:19:00.568Z | Compiling blake3 v1.5.4 |
| 2888 | 2024-11-14T16:19:00.639Z | Checking sha3 v0.10.8 |
| 2889 | 2024-11-14T16:19:00.641Z | Checking opaque-debug v0.3.1 |
| 2890 | 2024-11-14T16:19:00.735Z | Checking poly1305 v0.8.0 |
| 2891 | 2024-11-14T16:19:00.813Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2892 | 2024-11-14T16:19:01.074Z | Checking chacha20 v0.9.1 |
| 2893 | 2024-11-14T16:19:01.092Z | Checking aead v0.5.2 |
| 2894 | 2024-11-14T16:19:01.254Z | Compiling memmap2 v0.9.5 |
| 2895 | 2024-11-14T16:19:01.270Z | Compiling spin v0.5.2 |
| 2896 | 2024-11-14T16:19:01.284Z | Compiling constant_time_eq v0.3.1 |
| 2897 | 2024-11-14T16:19:01.299Z | Compiling arrayref v0.3.9 |
| 2898 | 2024-11-14T16:19:01.404Z | Compiling salty v0.3.0 |
| 2899 | 2024-11-14T16:19:01.420Z | Compiling arrayvec v0.7.6 |
| 2900 | 2024-11-14T16:19:01.457Z | Compiling libefi-sys v0.1.0 |
| 2901 | 2024-11-14T16:19:01.475Z | Checking chacha20poly1305 v0.10.1 |
| 2902 | 2024-11-14T16:19:01.724Z | Compiling toolchain_find v0.4.0 |
| 2903 | 2024-11-14T16:19:01.743Z | Compiling camino-tempfile v1.1.1 |
| 2904 | 2024-11-14T16:19:01.796Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2905 | 2024-11-14T16:19:01.825Z | Compiling bitfield-struct v0.6.2 |
| 2906 | 2024-11-14T16:19:02.068Z | Compiling topological-sort v0.2.2 |
| 2907 | 2024-11-14T16:19:02.191Z | Compiling mime_guess v2.0.5 |
| 2908 | 2024-11-14T16:19:02.273Z | Compiling rustfmt-wrapper v0.2.1 |
| 2909 | 2024-11-14T16:19:02.827Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2910 | 2024-11-14T16:19:02.841Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2911 | 2024-11-14T16:19:02.843Z | Checking primeorder v0.13.6 |
| 2912 | 2024-11-14T16:19:03.059Z | Checking env_filter v0.1.2 |
| 2913 | 2024-11-14T16:19:03.113Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2914 | 2024-11-14T16:19:03.277Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2915 | 2024-11-14T16:19:03.303Z | Checking env_logger v0.11.5 |
| 2916 | 2024-11-14T16:19:03.341Z | Checking p384 v0.13.0 |
| 2917 | 2024-11-14T16:19:03.464Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2918 | 2024-11-14T16:19:03.480Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2919 | 2024-11-14T16:19:03.525Z | Checking thiserror-no-std v2.0.2 |
| 2920 | 2024-11-14T16:19:03.644Z | Checking vsss-rs v3.3.4 |
| 2921 | 2024-11-14T16:19:03.712Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2922 | 2024-11-14T16:19:03.824Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2923 | 2024-11-14T16:19:03.889Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2924 | 2024-11-14T16:19:04.115Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2925 | 2024-11-14T16:19:04.186Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2926 | 2024-11-14T16:19:04.295Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2927 | 2024-11-14T16:19:04.421Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2928 | 2024-11-14T16:19:04.701Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2929 | 2024-11-14T16:19:04.719Z | Checking nanorand v0.7.0 |
| 2930 | 2024-11-14T16:19:04.741Z | Checking atty v0.2.14 |
| 2931 | 2024-11-14T16:19:04.759Z | Checking glob v0.3.1 |
| 2932 | 2024-11-14T16:19:04.867Z | Checking http-range v0.1.5 |
| 2933 | 2024-11-14T16:19:05.050Z | Checking hyper-staticfile v0.10.1 |
| 2934 | 2024-11-14T16:19:05.066Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2935 | 2024-11-14T16:19:05.090Z | Checking flume v0.11.1 |
| 2936 | 2024-11-14T16:19:05.584Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2937 | 2024-11-14T16:19:05.719Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2938 | 2024-11-14T16:19:05.875Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2939 | 2024-11-14T16:19:06.237Z | Compiling omicron-zone-package v0.11.1 |
| 2940 | 2024-11-14T16:19:06.586Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2941 | 2024-11-14T16:19:07.121Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2942 | 2024-11-14T16:19:07.662Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2943 | 2024-11-14T16:19:07.678Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2944 | 2024-11-14T16:19:07.853Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2945 | 2024-11-14T16:19:08.187Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2946 | 2024-11-14T16:19:09.455Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2947 | 2024-11-14T16:19:10.144Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2948 | 2024-11-14T16:19:12.270Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2949 | 2024-11-14T16:19:12.273Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2950 | 2024-11-14T16:19:21.843Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2951 | 2024-11-14T16:19:34.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.73s |
| 2952 | 2024-11-14T16:19:34.451Z | |
| 2953 | 2024-11-14T16:19:34.451Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (111/171) |
| 2954 | 2024-11-14T16:19:35.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2955 | 2024-11-14T16:19:35.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2956 | 2024-11-14T16:19:35.169Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2957 | 2024-11-14T16:19:48.688Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.23s |
| 2958 | 2024-11-14T16:19:48.872Z | |
| 2959 | 2024-11-14T16:19:48.872Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (112/171) |
| 2960 | 2024-11-14T16:19:49.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2961 | 2024-11-14T16:19:49.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2962 | 2024-11-14T16:19:49.592Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2963 | 2024-11-14T16:20:03.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.28s |
| 2964 | 2024-11-14T16:20:03.349Z | |
| 2965 | 2024-11-14T16:20:03.349Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (113/171) |
| 2966 | 2024-11-14T16:20:03.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2967 | 2024-11-14T16:20:03.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2968 | 2024-11-14T16:20:04.073Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2969 | 2024-11-14T16:20:17.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.57s |
| 2970 | 2024-11-14T16:20:18.114Z | |
| 2971 | 2024-11-14T16:20:18.114Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (114/171) |
| 2972 | 2024-11-14T16:20:18.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2973 | 2024-11-14T16:20:18.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2974 | 2024-11-14T16:20:18.836Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2975 | 2024-11-14T16:20:32.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.13s |
| 2976 | 2024-11-14T16:20:32.436Z | |
| 2977 | 2024-11-14T16:20:32.436Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (115/171) |
| 2978 | 2024-11-14T16:20:33.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2979 | 2024-11-14T16:20:33.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2980 | 2024-11-14T16:20:33.182Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2981 | 2024-11-14T16:20:46.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.16s |
| 2982 | 2024-11-14T16:20:46.799Z | |
| 2983 | 2024-11-14T16:20:46.799Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (116/171) |
| 2984 | 2024-11-14T16:20:47.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2985 | 2024-11-14T16:20:47.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2986 | 2024-11-14T16:20:47.501Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2987 | 2024-11-14T16:21:00.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.16s |
| 2988 | 2024-11-14T16:21:01.147Z | |
| 2989 | 2024-11-14T16:21:01.147Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (117/171) |
| 2990 | 2024-11-14T16:21:01.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2991 | 2024-11-14T16:21:01.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2992 | 2024-11-14T16:21:01.863Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2993 | 2024-11-14T16:21:14.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.38s |
| 2994 | 2024-11-14T16:21:14.721Z | |
| 2995 | 2024-11-14T16:21:14.722Z | info: running `cargo check --bins` on bootstrap-agent-api (118/171) |
| 2996 | 2024-11-14T16:21:15.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2997 | 2024-11-14T16:21:15.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2998 | 2024-11-14T16:21:15.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2999 | 2024-11-14T16:21:15.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3000 | 2024-11-14T16:21:15.326Z | |
| 3001 | 2024-11-14T16:21:15.326Z | info: running `cargo check --bins` on key-manager (119/171) |
| 3002 | 2024-11-14T16:21:15.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3003 | 2024-11-14T16:21:15.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3004 | 2024-11-14T16:21:15.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3005 | 2024-11-14T16:21:15.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3006 | 2024-11-14T16:21:15.909Z | |
| 3007 | 2024-11-14T16:21:15.909Z | info: running `cargo check --bins` on repo-depot-api (120/171) |
| 3008 | 2024-11-14T16:21:16.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3009 | 2024-11-14T16:21:16.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3010 | 2024-11-14T16:21:16.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3011 | 2024-11-14T16:21:16.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3012 | 2024-11-14T16:21:16.494Z | |
| 3013 | 2024-11-14T16:21:16.494Z | info: running `cargo check --bins` on sled-agent-api (121/171) |
| 3014 | 2024-11-14T16:21:17.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3015 | 2024-11-14T16:21:17.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3016 | 2024-11-14T16:21:17.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3017 | 2024-11-14T16:21:17.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3018 | 2024-11-14T16:21:17.099Z | |
| 3019 | 2024-11-14T16:21:17.099Z | info: running `cargo check --bins` on sled-hardware (122/171) |
| 3020 | 2024-11-14T16:21:17.622Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3021 | 2024-11-14T16:21:17.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3022 | 2024-11-14T16:21:17.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3023 | 2024-11-14T16:21:17.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3024 | 2024-11-14T16:21:17.697Z | |
| 3025 | 2024-11-14T16:21:17.697Z | info: running `cargo check --bins --no-default-features` on sled-storage (123/171) |
| 3026 | 2024-11-14T16:21:18.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3027 | 2024-11-14T16:21:18.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3028 | 2024-11-14T16:21:18.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3029 | 2024-11-14T16:21:18.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3030 | 2024-11-14T16:21:18.297Z | |
| 3031 | 2024-11-14T16:21:18.297Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (124/171) |
| 3032 | 2024-11-14T16:21:18.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2024-11-14T16:21:18.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2024-11-14T16:21:18.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2024-11-14T16:21:18.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3036 | 2024-11-14T16:21:18.898Z | |
| 3037 | 2024-11-14T16:21:18.898Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (125/171) |
| 3038 | 2024-11-14T16:21:19.431Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2024-11-14T16:21:19.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2024-11-14T16:21:19.433Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2024-11-14T16:21:19.436Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3042 | 2024-11-14T16:21:19.505Z | |
| 3043 | 2024-11-14T16:21:19.505Z | info: running `cargo check --bins` on nexus-test-interface (126/171) |
| 3044 | 2024-11-14T16:21:20.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2024-11-14T16:21:20.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2024-11-14T16:21:20.041Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2024-11-14T16:21:20.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3048 | 2024-11-14T16:21:20.112Z | |
| 3049 | 2024-11-14T16:21:20.112Z | info: running `cargo check --bins` on oximeter-collector (127/171) |
| 3050 | 2024-11-14T16:21:20.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2024-11-14T16:21:20.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2024-11-14T16:21:20.757Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3053 | 2024-11-14T16:21:20.757Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3054 | 2024-11-14T16:21:21.467Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3055 | 2024-11-14T16:21:23.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.12s |
| 3056 | 2024-11-14T16:21:23.411Z | |
| 3057 | 2024-11-14T16:21:23.411Z | info: running `cargo check --bins` on oximeter-api (128/171) |
| 3058 | 2024-11-14T16:21:23.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2024-11-14T16:21:23.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2024-11-14T16:21:23.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2024-11-14T16:21:23.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3062 | 2024-11-14T16:21:23.997Z | |
| 3063 | 2024-11-14T16:21:23.997Z | info: running `cargo check --bins` on cert-dev (129/171) |
| 3064 | 2024-11-14T16:21:24.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2024-11-14T16:21:24.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2024-11-14T16:21:24.568Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3067 | 2024-11-14T16:21:24.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
| 3068 | 2024-11-14T16:21:24.977Z | |
| 3069 | 2024-11-14T16:21:24.977Z | info: running `cargo check --bins` on clickhouse-cluster-dev (130/171) |
| 3070 | 2024-11-14T16:21:25.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2024-11-14T16:21:25.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2024-11-14T16:21:25.615Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3073 | 2024-11-14T16:21:25.615Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3074 | 2024-11-14T16:21:26.173Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3075 | 2024-11-14T16:21:26.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.53s |
| 3076 | 2024-11-14T16:21:26.689Z | |
| 3077 | 2024-11-14T16:21:26.689Z | info: running `cargo check --bins` on ch-dev (131/171) |
| 3078 | 2024-11-14T16:21:27.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2024-11-14T16:21:27.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2024-11-14T16:21:27.317Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3081 | 2024-11-14T16:21:28.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
| 3082 | 2024-11-14T16:21:28.168Z | |
| 3083 | 2024-11-14T16:21:28.168Z | info: running `cargo check --bins` on crdb-seed (132/171) |
| 3084 | 2024-11-14T16:21:28.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2024-11-14T16:21:28.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2024-11-14T16:21:28.785Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3087 | 2024-11-14T16:21:29.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3088 | 2024-11-14T16:21:29.304Z | |
| 3089 | 2024-11-14T16:21:29.304Z | info: running `cargo check --bins` on db-dev (133/171) |
| 3090 | 2024-11-14T16:21:29.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2024-11-14T16:21:29.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2024-11-14T16:21:29.932Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3093 | 2024-11-14T16:21:30.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 3094 | 2024-11-14T16:21:30.827Z | |
| 3095 | 2024-11-14T16:21:30.827Z | info: running `cargo check --bins` on omicron-dev-lib (134/171) |
| 3096 | 2024-11-14T16:21:31.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2024-11-14T16:21:31.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2024-11-14T16:21:31.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2024-11-14T16:21:31.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3100 | 2024-11-14T16:21:31.447Z | |
| 3101 | 2024-11-14T16:21:31.447Z | info: running `cargo check --bins` on xtask-downloader (135/171) |
| 3102 | 2024-11-14T16:21:31.962Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2024-11-14T16:21:31.967Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2024-11-14T16:21:32.039Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3105 | 2024-11-14T16:21:32.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
| 3106 | 2024-11-14T16:21:33.065Z | |
| 3107 | 2024-11-14T16:21:33.065Z | info: running `cargo check --bins` on omicron-ls-apis (136/171) |
| 3108 | 2024-11-14T16:21:33.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2024-11-14T16:21:33.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2024-11-14T16:21:33.649Z | Checking cargo-platform v0.1.8 |
| 3111 | 2024-11-14T16:21:33.910Z | Checking cargo_metadata v0.18.1 |
| 3112 | 2024-11-14T16:21:34.836Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3113 | 2024-11-14T16:21:35.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.44s |
| 3114 | 2024-11-14T16:21:35.672Z | |
| 3115 | 2024-11-14T16:21:35.673Z | info: running `cargo check --bins` on mgs-dev (137/171) |
| 3116 | 2024-11-14T16:21:36.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3117 | 2024-11-14T16:21:36.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3118 | 2024-11-14T16:21:36.331Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3119 | 2024-11-14T16:21:37.005Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3120 | 2024-11-14T16:21:37.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.84s |
| 3121 | 2024-11-14T16:21:37.703Z | |
| 3122 | 2024-11-14T16:21:37.703Z | info: running `cargo check --bins` on omicron-omdb (138/171) |
| 3123 | 2024-11-14T16:21:38.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2024-11-14T16:21:38.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2024-11-14T16:21:38.486Z | Compiling crunchy v0.2.2 |
| 3126 | 2024-11-14T16:21:38.486Z | Compiling tiny-keccak v2.0.2 |
| 3127 | 2024-11-14T16:21:38.486Z | Compiling dsl_auto_type v0.1.2 |
| 3128 | 2024-11-14T16:21:38.488Z | Checking scheduled-thread-pool v0.2.7 |
| 3129 | 2024-11-14T16:21:38.488Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3130 | 2024-11-14T16:21:38.488Z | Compiling ascii-canvas v3.0.0 |
| 3131 | 2024-11-14T16:21:38.597Z | Compiling ena v0.14.3 |
| 3132 | 2024-11-14T16:21:38.599Z | Compiling diff v0.1.13 |
| 3133 | 2024-11-14T16:21:38.873Z | Checking r2d2 v0.8.10 |
| 3134 | 2024-11-14T16:21:38.924Z | Compiling regex-syntax v0.6.29 |
| 3135 | 2024-11-14T16:21:38.995Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3136 | 2024-11-14T16:21:39.020Z | Compiling ref-cast v1.0.23 |
| 3137 | 2024-11-14T16:21:39.114Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3138 | 2024-11-14T16:21:39.167Z | Compiling derive_builder_core v0.20.2 |
| 3139 | 2024-11-14T16:21:39.214Z | Compiling libxml v0.3.3 |
| 3140 | 2024-11-14T16:21:39.247Z | Compiling ref-cast-impl v1.0.23 |
| 3141 | 2024-11-14T16:21:39.388Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3142 | 2024-11-14T16:21:39.597Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3143 | 2024-11-14T16:21:39.618Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3144 | 2024-11-14T16:21:39.828Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3145 | 2024-11-14T16:21:39.887Z | Compiling strum_macros v0.24.3 |
| 3146 | 2024-11-14T16:21:39.905Z | Compiling samael v0.0.17 |
| 3147 | 2024-11-14T16:21:40.185Z | Compiling diesel_derives v2.2.3 |
| 3148 | 2024-11-14T16:21:40.215Z | Compiling indoc v1.0.9 |
| 3149 | 2024-11-14T16:21:41.210Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3150 | 2024-11-14T16:21:41.490Z | Compiling oso-derive v0.27.3 |
| 3151 | 2024-11-14T16:21:41.539Z | Compiling derive_builder_macro v0.20.2 |
| 3152 | 2024-11-14T16:21:42.344Z | Compiling lalrpop v0.19.12 |
| 3153 | 2024-11-14T16:21:42.387Z | Checking derive_builder v0.20.2 |
| 3154 | 2024-11-14T16:21:42.530Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3155 | 2024-11-14T16:21:42.547Z | Checking quick-xml v0.33.0 |
| 3156 | 2024-11-14T16:21:42.933Z | Compiling diesel-dtrace v0.3.0 |
| 3157 | 2024-11-14T16:21:43.231Z | Checking maplit v1.0.2 |
| 3158 | 2024-11-14T16:21:43.512Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3159 | 2024-11-14T16:21:43.534Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3160 | 2024-11-14T16:21:43.820Z | Checking bb8 v0.8.5 |
| 3161 | 2024-11-14T16:21:44.094Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3162 | 2024-11-14T16:21:44.334Z | Checking castaway v0.2.3 |
| 3163 | 2024-11-14T16:21:44.367Z | Checking rand_seeder v0.3.0 |
| 3164 | 2024-11-14T16:21:44.504Z | Checking compact_str v0.8.0 |
| 3165 | 2024-11-14T16:21:44.612Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3166 | 2024-11-14T16:21:44.733Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3167 | 2024-11-14T16:21:44.806Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3168 | 2024-11-14T16:21:45.190Z | Checking unicode-truncate v1.1.0 |
| 3169 | 2024-11-14T16:21:45.402Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3170 | 2024-11-14T16:21:45.432Z | Checking lru v0.12.5 |
| 3171 | 2024-11-14T16:21:45.678Z | Compiling instability v0.3.2 |
| 3172 | 2024-11-14T16:21:45.696Z | Checking cassowary v0.3.0 |
| 3173 | 2024-11-14T16:21:46.124Z | Checking smawk v0.3.2 |
| 3174 | 2024-11-14T16:21:46.232Z | Checking is_ci v1.2.0 |
| 3175 | 2024-11-14T16:21:46.334Z | Checking unicode-linebreak v0.1.5 |
| 3176 | 2024-11-14T16:21:46.365Z | Checking supports-color v3.0.1 |
| 3177 | 2024-11-14T16:21:46.591Z | Checking multimap v0.10.0 |
| 3178 | 2024-11-14T16:21:46.646Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3179 | 2024-11-14T16:21:46.719Z | Checking ratatui v0.28.1 |
| 3180 | 2024-11-14T16:21:46.721Z | Checking textwrap v0.16.1 |
| 3181 | 2024-11-14T16:21:49.772Z | Checking diesel v2.2.4 |
| 3182 | 2024-11-14T16:22:15.228Z | Compiling polar-core v0.27.3 |
| 3183 | 2024-11-14T16:22:18.198Z | Checking async-bb8-diesel v0.2.1 |
| 3184 | 2024-11-14T16:22:22.370Z | Checking oso v0.27.3 |
| 3185 | 2024-11-14T16:23:27.776Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3186 | 2024-11-14T16:23:33.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 55s |
| 3187 | 2024-11-14T16:23:33.608Z | |
| 3188 | 2024-11-14T16:23:33.608Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (139/171) |
| 3189 | 2024-11-14T16:23:34.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3190 | 2024-11-14T16:23:34.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3191 | 2024-11-14T16:23:34.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3192 | 2024-11-14T16:23:34.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3193 | 2024-11-14T16:23:34.247Z | |
| 3194 | 2024-11-14T16:23:34.247Z | info: running `cargo check --bins` on nexus-saga-recovery (140/171) |
| 3195 | 2024-11-14T16:23:34.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3196 | 2024-11-14T16:23:34.799Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3197 | 2024-11-14T16:23:34.799Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3198 | 2024-11-14T16:23:34.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3199 | 2024-11-14T16:23:34.873Z | |
| 3200 | 2024-11-14T16:23:34.873Z | info: running `cargo check --bins` on nexus-test-utils-macros (141/171) |
| 3201 | 2024-11-14T16:23:35.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3202 | 2024-11-14T16:23:35.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3203 | 2024-11-14T16:23:35.386Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3204 | 2024-11-14T16:23:35.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3205 | 2024-11-14T16:23:35.453Z | |
| 3206 | 2024-11-14T16:23:35.453Z | info: running `cargo check --bins` on omicron-nexus (142/171) |
| 3207 | 2024-11-14T16:23:36.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2024-11-14T16:23:36.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2024-11-14T16:23:36.213Z | Compiling libz-sys v1.1.20 |
| 3210 | 2024-11-14T16:23:36.215Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3211 | 2024-11-14T16:23:36.335Z | Compiling vergen v8.3.2 |
| 3212 | 2024-11-14T16:23:36.337Z | Compiling cargo-platform v0.1.8 |
| 3213 | 2024-11-14T16:23:36.337Z | Compiling pin-project-internal v1.1.6 |
| 3214 | 2024-11-14T16:23:36.362Z | Compiling snafu-derive v0.8.5 |
| 3215 | 2024-11-14T16:23:36.365Z | Compiling libsqlite3-sys v0.30.1 |
| 3216 | 2024-11-14T16:23:36.365Z | Compiling rustls v0.21.12 |
| 3217 | 2024-11-14T16:23:36.608Z | Compiling cargo_metadata v0.18.1 |
| 3218 | 2024-11-14T16:23:36.655Z | Checking simd-adler32 v0.3.7 |
| 3219 | 2024-11-14T16:23:36.881Z | Checking lockfree-object-pool v0.1.6 |
| 3220 | 2024-11-14T16:23:36.901Z | Compiling zip v2.1.3 |
| 3221 | 2024-11-14T16:23:37.004Z | Compiling cfg_aliases v0.2.1 |
| 3222 | 2024-11-14T16:23:37.108Z | Compiling buf-list v1.0.3 |
| 3223 | 2024-11-14T16:23:37.127Z | Checking bumpalo v3.16.0 |
| 3224 | 2024-11-14T16:23:37.207Z | Compiling nix v0.29.0 |
| 3225 | 2024-11-14T16:23:37.293Z | Checking globset v0.4.15 |
| 3226 | 2024-11-14T16:23:37.445Z | Checking zopfli v0.8.1 |
| 3227 | 2024-11-14T16:23:37.759Z | Checking rustls-webpki v0.101.7 |
| 3228 | 2024-11-14T16:23:37.778Z | Checking sct v0.7.1 |
| 3229 | 2024-11-14T16:23:37.964Z | Checking olpc-cjson v0.1.4 |
| 3230 | 2024-11-14T16:23:38.109Z | Checking serde_plain v1.0.2 |
| 3231 | 2024-11-14T16:23:38.112Z | Checking typed-path v0.9.3 |
| 3232 | 2024-11-14T16:23:39.061Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3233 | 2024-11-14T16:23:39.315Z | Checking pin-project v1.1.6 |
| 3234 | 2024-11-14T16:23:39.318Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3235 | 2024-11-14T16:23:39.346Z | Checking hashlink v0.9.1 |
| 3236 | 2024-11-14T16:23:39.459Z | Checking fallible-iterator v0.3.0 |
| 3237 | 2024-11-14T16:23:39.601Z | Checking parse-size v1.1.0 |
| 3238 | 2024-11-14T16:23:39.785Z | Checking fallible-streaming-iterator v0.1.9 |
| 3239 | 2024-11-14T16:23:40.065Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3240 | 2024-11-14T16:23:40.081Z | Checking rusqlite v0.32.1 |
| 3241 | 2024-11-14T16:23:40.129Z | Checking rustls-pemfile v1.0.4 |
| 3242 | 2024-11-14T16:23:40.224Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3243 | 2024-11-14T16:23:40.314Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3244 | 2024-11-14T16:23:40.495Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3245 | 2024-11-14T16:23:40.531Z | Checking twox-hash v1.6.3 |
| 3246 | 2024-11-14T16:23:40.620Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3247 | 2024-11-14T16:23:41.064Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3248 | 2024-11-14T16:23:41.569Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3249 | 2024-11-14T16:23:41.654Z | Checking tokio-rustls v0.24.1 |
| 3250 | 2024-11-14T16:23:41.746Z | Checking snafu v0.8.5 |
| 3251 | 2024-11-14T16:23:42.010Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3252 | 2024-11-14T16:23:42.034Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 3253 | 2024-11-14T16:23:42.117Z | Checking fatfs v0.3.6 |
| 3254 | 2024-11-14T16:23:42.185Z | Checking tough v0.19.0 |
| 3255 | 2024-11-14T16:23:42.465Z | Checking assert_matches v1.5.0 |
| 3256 | 2024-11-14T16:23:46.356Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3257 | 2024-11-14T16:23:47.710Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3258 | 2024-11-14T16:23:48.798Z | Compiling git2 v0.19.0 |
| 3259 | 2024-11-14T16:23:53.295Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 3260 | 2024-11-14T16:25:02.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 27s |
| 3261 | 2024-11-14T16:25:02.979Z | |
| 3262 | 2024-11-14T16:25:02.979Z | info: running `cargo check --bins` on nexus-external-api (143/171) |
| 3263 | 2024-11-14T16:25:03.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3264 | 2024-11-14T16:25:03.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3265 | 2024-11-14T16:25:03.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3266 | 2024-11-14T16:25:03.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3267 | 2024-11-14T16:25:03.632Z | |
| 3268 | 2024-11-14T16:25:03.632Z | info: running `cargo check --bins` on openapi-manager-types (144/171) |
| 3269 | 2024-11-14T16:25:04.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3270 | 2024-11-14T16:25:04.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3271 | 2024-11-14T16:25:04.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3272 | 2024-11-14T16:25:04.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3273 | 2024-11-14T16:25:04.206Z | |
| 3274 | 2024-11-14T16:25:04.206Z | info: running `cargo check --bins` on nexus-internal-api (145/171) |
| 3275 | 2024-11-14T16:25:04.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3276 | 2024-11-14T16:25:04.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3277 | 2024-11-14T16:25:04.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3278 | 2024-11-14T16:25:04.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3279 | 2024-11-14T16:25:04.820Z | |
| 3280 | 2024-11-14T16:25:04.820Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (146/171) |
| 3281 | 2024-11-14T16:25:05.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3282 | 2024-11-14T16:25:05.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3283 | 2024-11-14T16:25:05.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3284 | 2024-11-14T16:25:05.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3285 | 2024-11-14T16:25:05.466Z | |
| 3286 | 2024-11-14T16:25:05.466Z | info: running `cargo check --bins` on nexus-networking (147/171) |
| 3287 | 2024-11-14T16:25:06.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3288 | 2024-11-14T16:25:06.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3289 | 2024-11-14T16:25:06.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3290 | 2024-11-14T16:25:06.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3291 | 2024-11-14T16:25:06.099Z | |
| 3292 | 2024-11-14T16:25:06.099Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (148/171) |
| 3293 | 2024-11-14T16:25:06.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3294 | 2024-11-14T16:25:06.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3295 | 2024-11-14T16:25:06.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3296 | 2024-11-14T16:25:06.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3297 | 2024-11-14T16:25:06.724Z | |
| 3298 | 2024-11-14T16:25:06.724Z | info: running `cargo check --bins` on update-common (149/171) |
| 3299 | 2024-11-14T16:25:07.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3300 | 2024-11-14T16:25:07.263Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3301 | 2024-11-14T16:25:07.263Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3302 | 2024-11-14T16:25:07.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3303 | 2024-11-14T16:25:07.337Z | |
| 3304 | 2024-11-14T16:25:07.337Z | info: running `cargo check --bins` on tufaceous-lib (150/171) |
| 3305 | 2024-11-14T16:25:07.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3306 | 2024-11-14T16:25:07.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3307 | 2024-11-14T16:25:07.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3308 | 2024-11-14T16:25:07.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3309 | 2024-11-14T16:25:07.941Z | |
| 3310 | 2024-11-14T16:25:07.941Z | info: running `cargo check --bins` on tufaceous (151/171) |
| 3311 | 2024-11-14T16:25:08.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3312 | 2024-11-14T16:25:08.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3313 | 2024-11-14T16:25:08.577Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3314 | 2024-11-14T16:25:09.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
| 3315 | 2024-11-14T16:25:09.705Z | |
| 3316 | 2024-11-14T16:25:09.705Z | info: running `cargo check --bins` on omicron-dev (152/171) |
| 3317 | 2024-11-14T16:25:10.330Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2024-11-14T16:25:10.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2024-11-14T16:25:10.504Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3320 | 2024-11-14T16:25:10.626Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3321 | 2024-11-14T16:25:10.629Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3322 | 2024-11-14T16:25:10.629Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3323 | 2024-11-14T16:25:35.249Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3324 | 2024-11-14T16:25:35.250Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3325 | 2024-11-14T16:25:35.252Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3326 | 2024-11-14T16:25:35.252Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3327 | 2024-11-14T16:25:35.252Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3328 | 2024-11-14T16:25:36.001Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3329 | 2024-11-14T16:25:37.196Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3330 | 2024-11-14T16:26:14.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
| 3331 | 2024-11-14T16:26:14.251Z | |
| 3332 | 2024-11-14T16:26:14.251Z | info: running `cargo check --bins` on openapi-manager (153/171) |
| 3333 | 2024-11-14T16:26:14.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2024-11-14T16:26:14.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2024-11-14T16:26:14.915Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3336 | 2024-11-14T16:26:14.915Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3337 | 2024-11-14T16:26:14.918Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3338 | 2024-11-14T16:26:16.424Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3339 | 2024-11-14T16:26:17.258Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3340 | 2024-11-14T16:26:18.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.04s |
| 3341 | 2024-11-14T16:26:18.468Z | |
| 3342 | 2024-11-14T16:26:18.468Z | info: running `cargo check --bins` on installinator-api (154/171) |
| 3343 | 2024-11-14T16:26:18.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2024-11-14T16:26:19.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2024-11-14T16:26:19.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2024-11-14T16:26:19.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3347 | 2024-11-14T16:26:19.070Z | |
| 3348 | 2024-11-14T16:26:19.071Z | info: running `cargo check --bins` on wicketd-api (155/171) |
| 3349 | 2024-11-14T16:26:19.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2024-11-14T16:26:19.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2024-11-14T16:26:19.607Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2024-11-14T16:26:19.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3353 | 2024-11-14T16:26:19.680Z | |
| 3354 | 2024-11-14T16:26:19.680Z | info: running `cargo check --bins` on reconfigurator-cli (156/171) |
| 3355 | 2024-11-14T16:26:20.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2024-11-14T16:26:20.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2024-11-14T16:26:20.322Z | Compiling petname v2.0.2 |
| 3358 | 2024-11-14T16:26:20.322Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3359 | 2024-11-14T16:26:20.326Z | Checking sync-ptr v0.1.1 |
| 3360 | 2024-11-14T16:26:21.690Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3361 | 2024-11-14T16:26:23.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.49s |
| 3362 | 2024-11-14T16:26:23.345Z | |
| 3363 | 2024-11-14T16:26:23.345Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (157/171) |
| 3364 | 2024-11-14T16:26:23.882Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2024-11-14T16:26:23.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2024-11-14T16:26:23.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3367 | 2024-11-14T16:26:23.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3368 | 2024-11-14T16:26:23.957Z | |
| 3369 | 2024-11-14T16:26:23.957Z | info: running `cargo check --bins` on omicron-releng (158/171) |
| 3370 | 2024-11-14T16:26:24.496Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2024-11-14T16:26:24.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2024-11-14T16:26:24.585Z | Checking memmap2 v0.9.5 |
| 3373 | 2024-11-14T16:26:24.585Z | Checking spin v0.5.2 |
| 3374 | 2024-11-14T16:26:24.585Z | Checking arrayref v0.3.9 |
| 3375 | 2024-11-14T16:26:24.585Z | Checking arrayvec v0.7.6 |
| 3376 | 2024-11-14T16:26:24.588Z | Checking constant_time_eq v0.3.1 |
| 3377 | 2024-11-14T16:26:24.588Z | Checking topological-sort v0.2.2 |
| 3378 | 2024-11-14T16:26:24.689Z | Checking shell-words v1.1.0 |
| 3379 | 2024-11-14T16:26:24.860Z | Checking ring v0.16.20 |
| 3380 | 2024-11-14T16:26:24.978Z | Checking blake3 v1.5.4 |
| 3381 | 2024-11-14T16:26:25.911Z | Checking omicron-zone-package v0.11.1 |
| 3382 | 2024-11-14T16:26:26.955Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3383 | 2024-11-14T16:26:27.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.87s |
| 3384 | 2024-11-14T16:26:28.001Z | |
| 3385 | 2024-11-14T16:26:28.001Z | info: running `cargo check --bins` on xtask (159/171) |
| 3386 | 2024-11-14T16:26:28.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3387 | 2024-11-14T16:26:28.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3388 | 2024-11-14T16:26:28.408Z | Checking bitflags v2.6.0 |
| 3389 | 2024-11-14T16:26:28.411Z | Checking serde v1.0.215 |
| 3390 | 2024-11-14T16:26:28.411Z | Checking thiserror v1.0.69 |
| 3391 | 2024-11-14T16:26:28.489Z | Checking scroll v0.12.0 |
| 3392 | 2024-11-14T16:26:28.499Z | Checking hashbrown v0.15.0 |
| 3393 | 2024-11-14T16:26:28.501Z | Checking log v0.4.22 |
| 3394 | 2024-11-14T16:26:28.502Z | Checking zerocopy v0.7.35 |
| 3395 | 2024-11-14T16:26:28.524Z | Checking syn v2.0.87 |
| 3396 | 2024-11-14T16:26:28.592Z | Checking pest v2.7.14 |
| 3397 | 2024-11-14T16:26:28.735Z | Checking rustix v0.38.37 |
| 3398 | 2024-11-14T16:26:28.755Z | Checking once_cell v1.20.2 |
| 3399 | 2024-11-14T16:26:28.929Z | Checking goblin v0.8.2 |
| 3400 | 2024-11-14T16:26:29.045Z | Checking fs-err v2.11.0 |
| 3401 | 2024-11-14T16:26:29.350Z | Checking anyhow v1.0.93 |
| 3402 | 2024-11-14T16:26:29.521Z | Checking indexmap v2.6.0 |
| 3403 | 2024-11-14T16:26:29.727Z | Checking tabled v0.15.0 |
| 3404 | 2024-11-14T16:26:30.607Z | Checking terminal_size v0.4.0 |
| 3405 | 2024-11-14T16:26:30.609Z | Checking tempfile v3.13.0 |
| 3406 | 2024-11-14T16:26:30.757Z | Checking clap_builder v4.5.21 |
| 3407 | 2024-11-14T16:26:30.944Z | Checking dtrace-parser v0.2.0 |
| 3408 | 2024-11-14T16:26:32.592Z | Checking serde_json v1.0.132 |
| 3409 | 2024-11-14T16:26:32.592Z | Checking toml_datetime v0.6.8 |
| 3410 | 2024-11-14T16:26:32.592Z | Checking serde_spanned v0.6.8 |
| 3411 | 2024-11-14T16:26:32.592Z | Checking camino v1.1.9 |
| 3412 | 2024-11-14T16:26:32.595Z | Checking cargo-platform v0.1.8 |
| 3413 | 2024-11-14T16:26:32.634Z | Checking semver v1.0.23 |
| 3414 | 2024-11-14T16:26:32.813Z | Checking macaddr v1.0.1 |
| 3415 | 2024-11-14T16:26:32.885Z | Checking toml_edit v0.22.22 |
| 3416 | 2024-11-14T16:26:33.120Z | Checking camino-tempfile v1.1.1 |
| 3417 | 2024-11-14T16:26:33.424Z | Checking clap v4.5.21 |
| 3418 | 2024-11-14T16:26:33.801Z | Checking dof v0.3.0 |
| 3419 | 2024-11-14T16:26:33.801Z | Checking cargo_metadata v0.18.1 |
| 3420 | 2024-11-14T16:26:34.204Z | Checking usdt-impl v0.5.0 |
| 3421 | 2024-11-14T16:26:34.545Z | Checking usdt v0.5.0 |
| 3422 | 2024-11-14T16:26:34.699Z | Checking toml v0.8.19 |
| 3423 | 2024-11-14T16:26:35.136Z | Checking cargo_toml v0.20.5 |
| 3424 | 2024-11-14T16:26:36.271Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3425 | 2024-11-14T16:26:36.861Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.85s |
| 3426 | 2024-11-14T16:26:36.953Z | |
| 3427 | 2024-11-14T16:26:36.953Z | info: running `cargo check --bins` on end-to-end-tests (160/171) |
| 3428 | 2024-11-14T16:26:37.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3429 | 2024-11-14T16:26:37.543Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3430 | 2024-11-14T16:26:37.667Z | Checking polyval v0.6.2 |
| 3431 | 2024-11-14T16:26:37.778Z | Checking ctr v0.9.2 |
| 3432 | 2024-11-14T16:26:37.788Z | Checking ssh-encoding v0.2.0 |
| 3433 | 2024-11-14T16:26:37.791Z | Checking blowfish v0.9.1 |
| 3434 | 2024-11-14T16:26:37.808Z | Checking password-hash v0.4.2 |
| 3435 | 2024-11-14T16:26:37.811Z | Checking matches v0.1.10 |
| 3436 | 2024-11-14T16:26:37.835Z | Checking p521 v0.13.3 |
| 3437 | 2024-11-14T16:26:37.837Z | Checking p256 v0.13.2 |
| 3438 | 2024-11-14T16:26:37.902Z | Checking idna v0.2.3 |
| 3439 | 2024-11-14T16:26:37.989Z | Checking ghash v0.5.1 |
| 3440 | 2024-11-14T16:26:38.006Z | Checking bcrypt-pbkdf v0.10.0 |
| 3441 | 2024-11-14T16:26:38.023Z | Compiling enum-as-inner v0.5.1 |
| 3442 | 2024-11-14T16:26:38.107Z | Checking russh-cryptovec v0.7.3 |
| 3443 | 2024-11-14T16:26:38.154Z | Checking aes-gcm v0.10.3 |
| 3444 | 2024-11-14T16:26:38.222Z | Checking pbkdf2 v0.11.0 |
| 3445 | 2024-11-14T16:26:38.248Z | Checking md5 v0.7.0 |
| 3446 | 2024-11-14T16:26:38.312Z | Checking num-bigint v0.4.6 |
| 3447 | 2024-11-14T16:26:38.338Z | Checking des v0.8.1 |
| 3448 | 2024-11-14T16:26:38.380Z | Checking ssh-cipher v0.2.0 |
| 3449 | 2024-11-14T16:26:38.492Z | Checking hex-literal v0.4.1 |
| 3450 | 2024-11-14T16:26:38.533Z | Compiling dhcproto-macros v0.1.0 |
| 3451 | 2024-11-14T16:26:38.603Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3452 | 2024-11-14T16:26:38.625Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3453 | 2024-11-14T16:26:38.664Z | Checking ssh-key v0.6.6 |
| 3454 | 2024-11-14T16:26:38.724Z | Checking internet-checksum v0.2.1 |
| 3455 | 2024-11-14T16:26:39.052Z | Checking trust-dns-proto v0.22.0 |
| 3456 | 2024-11-14T16:26:39.939Z | Checking russh-keys v0.45.0 |
| 3457 | 2024-11-14T16:26:40.829Z | Checking russh v0.45.0 |
| 3458 | 2024-11-14T16:26:41.446Z | Checking dhcproto v0.12.0 |
| 3459 | 2024-11-14T16:26:57.767Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3460 | 2024-11-14T16:26:59.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.12s |
| 3461 | 2024-11-14T16:26:59.271Z | |
| 3462 | 2024-11-14T16:26:59.271Z | info: running `cargo check --bins` on gateway-cli (161/171) |
| 3463 | 2024-11-14T16:26:59.791Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3464 | 2024-11-14T16:26:59.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3465 | 2024-11-14T16:26:59.872Z | Checking termios v0.3.3 |
| 3466 | 2024-11-14T16:27:00.081Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3467 | 2024-11-14T16:27:00.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
| 3468 | 2024-11-14T16:27:00.994Z | |
| 3469 | 2024-11-14T16:27:00.994Z | info: running `cargo check --bins --no-default-features` on installinator (162/171) |
| 3470 | 2024-11-14T16:27:01.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2024-11-14T16:27:01.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2024-11-14T16:27:01.644Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3473 | 2024-11-14T16:27:03.600Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3474 | 2024-11-14T16:27:05.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s |
| 3475 | 2024-11-14T16:27:05.537Z | |
| 3476 | 2024-11-14T16:27:05.537Z | info: running `cargo check --bins` on internal-dns-cli (163/171) |
| 3477 | 2024-11-14T16:27:06.055Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3478 | 2024-11-14T16:27:06.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3479 | 2024-11-14T16:27:06.135Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3480 | 2024-11-14T16:27:06.601Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3481 | 2024-11-14T16:27:06.771Z | |
| 3482 | 2024-11-14T16:27:06.771Z | info: running `cargo check --bins` on omicron-live-tests (164/171) |
| 3483 | 2024-11-14T16:27:07.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3484 | 2024-11-14T16:27:07.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3485 | 2024-11-14T16:27:07.276Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3486 | 2024-11-14T16:27:07.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3487 | 2024-11-14T16:27:07.342Z | |
| 3488 | 2024-11-14T16:27:07.343Z | info: running `cargo check --bins` on live-tests-macros (165/171) |
| 3489 | 2024-11-14T16:27:07.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3490 | 2024-11-14T16:27:07.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3491 | 2024-11-14T16:27:07.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3492 | 2024-11-14T16:27:07.851Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3493 | 2024-11-14T16:27:07.915Z | |
| 3494 | 2024-11-14T16:27:07.915Z | info: running `cargo check --bins` on omicron-package (166/171) |
| 3495 | 2024-11-14T16:27:08.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3496 | 2024-11-14T16:27:08.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3497 | 2024-11-14T16:27:08.546Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3498 | 2024-11-14T16:27:09.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
| 3499 | 2024-11-14T16:27:09.951Z | |
| 3500 | 2024-11-14T16:27:09.951Z | info: running `cargo check --bins` on wicket-dbg (167/171) |
| 3501 | 2024-11-14T16:27:10.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3502 | 2024-11-14T16:27:10.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3503 | 2024-11-14T16:27:10.612Z | Checking rtoolbox v0.0.2 |
| 3504 | 2024-11-14T16:27:10.612Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3505 | 2024-11-14T16:27:10.615Z | Checking tui-tree-widget v0.22.0 |
| 3506 | 2024-11-14T16:27:10.839Z | Checking rpassword v7.3.1 |
| 3507 | 2024-11-14T16:27:14.718Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3508 | 2024-11-14T16:27:17.596Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3509 | 2024-11-14T16:27:18.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.81s |
| 3510 | 2024-11-14T16:27:18.945Z | |
| 3511 | 2024-11-14T16:27:18.945Z | info: running `cargo check --bins` on wicket (168/171) |
| 3512 | 2024-11-14T16:27:19.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2024-11-14T16:27:19.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2024-11-14T16:27:19.605Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3515 | 2024-11-14T16:27:20.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3516 | 2024-11-14T16:27:20.199Z | |
| 3517 | 2024-11-14T16:27:20.199Z | info: running `cargo check --bins` on wicketd (169/171) |
| 3518 | 2024-11-14T16:27:20.760Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2024-11-14T16:27:20.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2024-11-14T16:27:20.869Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3521 | 2024-11-14T16:27:24.624Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
| 3522 | 2024-11-14T16:27:24.805Z | |
| 3523 | 2024-11-14T16:27:24.805Z | info: running `cargo check --bins` on omicron-workspace-hack (170/171) |
| 3524 | 2024-11-14T16:27:25.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2024-11-14T16:27:25.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2024-11-14T16:27:25.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2024-11-14T16:27:25.315Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 3528 | 2024-11-14T16:27:25.378Z | |
| 3529 | 2024-11-14T16:27:25.378Z | info: running `cargo check --bins` on zone-setup (171/171) |
| 3530 | 2024-11-14T16:27:25.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2024-11-14T16:27:25.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2024-11-14T16:27:26.064Z | Checking uzers v0.12.1 |
| 3533 | 2024-11-14T16:27:26.391Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3534 | 2024-11-14T16:27:27.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
| 3535 | 2024-11-14T16:27:27.647Z | |
| 3536 | 2024-11-14T16:27:27.647Z | real 13:01.036808517 |
| 3537 | 2024-11-14T16:27:27.647Z | user 23:20.783249873 |
| 3538 | 2024-11-14T16:27:27.647Z | sys 5:13.521838324 |
| 3539 | 2024-11-14T16:27:27.648Z | trap 0.453245435 |
| 3540 | 2024-11-14T16:27:27.648Z | tflt 2.296410910 |
| 3541 | 2024-11-14T16:27:27.648Z | dflt 3.683540157 |
| 3542 | 2024-11-14T16:27:27.648Z | kflt 0.000821799 |
| 3543 | 2024-11-14T16:27:27.648Z | lock 46:07.228065545 |
| 3544 | 2024-11-14T16:27:27.648Z | slp 2:04:06.306735914 |
| 3545 | 2024-11-14T16:27:27.648Z | lat 55.290184921 |
| 3546 | 2024-11-14T16:27:27.648Z | stop 2:54.086376558 |
| 3547 | 2024-11-14T16:27:27.650Z | process exited: duration 1137989 ms, exit code 0 |
| |
| 3548 | 2024-11-14T16:27:27.656Z | found 0 output files |