|
|
|
| 1 | 2024-11-18T23:47:09.712Z | job assigned to worker 01JD0TQTTHDFZ8MCQB1QR1V9DD [factory gimlet-EVT22200007-propolis, EVT22200007/19123] (queued for 25 s) |
| |
| 2 | 2024-11-18T23:47:17.226Z | starting task 0: "setup" |
| 3 | 2024-11-18T23:47:17.250Z | ++ uname -s |
| 4 | 2024-11-18T23:47:17.250Z | + kern=SunOS |
| 5 | 2024-11-18T23:47:17.250Z | + case "$kern" in |
| 6 | 2024-11-18T23:47:17.250Z | + groupadd -g 12345 build |
| 7 | 2024-11-18T23:47:17.250Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-11-18T23:47:19.248Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-11-18T23:47:19.283Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-11-18T23:47:19.308Z | + home_fs=zfs |
| 11 | 2024-11-18T23:47:19.308Z | + [[ zfs == autofs ]] |
| 12 | 2024-11-18T23:47:19.308Z | + mkdir -p /home/build |
| 13 | 2024-11-18T23:47:19.308Z | + chown build:build /home/build /work |
| 14 | 2024-11-18T23:47:21.292Z | + chmod 0700 /home/build /work |
| 15 | 2024-11-18T23:47:21.316Z | process exited: duration 4071 ms, exit code 0 |
| |
| 16 | 2024-11-18T23:47:21.365Z | starting task 1: "rust-toolchain" |
| 17 | 2024-11-18T23:47:21.389Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-11-18T23:47:21.389Z | ' 1.81.0 |
| 19 | 2024-11-18T23:47:21.389Z | + printf ' * toolchain profile = "%s" |
| 20 | 2024-11-18T23:47:21.389Z | * toolchain channel = "1.81.0" |
| 21 | 2024-11-18T23:47:21.389Z | ' default |
| 22 | 2024-11-18T23:47:21.389Z | * toolchain profile = "default" |
| 23 | 2024-11-18T23:47:21.389Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-11-18T23:47:21.389Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
| 25 | 2024-11-18T23:47:21.503Z | info: downloading installer |
| 26 | 2024-11-18T23:47:21.911Z | info: profile set to 'default' |
| 27 | 2024-11-18T23:47:21.911Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-11-18T23:47:21.911Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 29 | 2024-11-18T23:47:22.017Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 30 | 2024-11-18T23:47:22.017Z | info: downloading component 'cargo' |
| 31 | 2024-11-18T23:47:22.132Z | info: downloading component 'clippy' |
| 32 | 2024-11-18T23:47:22.175Z | info: downloading component 'rust-docs' |
| 33 | 2024-11-18T23:47:22.335Z | info: downloading component 'rust-std' |
| 34 | 2024-11-18T23:47:22.590Z | info: downloading component 'rustc' |
| 35 | 2024-11-18T23:47:23.460Z | info: downloading component 'rustfmt' |
| 36 | 2024-11-18T23:47:23.495Z | info: installing component 'cargo' |
| 37 | 2024-11-18T23:47:24.563Z | info: installing component 'clippy' |
| 38 | 2024-11-18T23:47:25.001Z | info: installing component 'rust-docs' |
| 39 | 2024-11-18T23:47:27.624Z | info: installing component 'rust-std' |
| 40 | 2024-11-18T23:47:29.629Z | info: installing component 'rustc' |
| 41 | 2024-11-18T23:47:36.489Z | info: installing component 'rustfmt' |
| 42 | 2024-11-18T23:47:36.878Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
| 43 | 2024-11-18T23:47:36.878Z | |
| 44 | 2024-11-18T23:47:37.031Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 45 | 2024-11-18T23:47:37.031Z | |
| 46 | 2024-11-18T23:47:37.031Z | |
| 47 | 2024-11-18T23:47:37.031Z | Rust is installed now. Great! |
| 48 | 2024-11-18T23:47:37.031Z | |
| 49 | 2024-11-18T23:47:37.031Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-11-18T23:47:37.031Z | environment variable. This has not been done automatically. |
| 51 | 2024-11-18T23:47:37.031Z | |
| 52 | 2024-11-18T23:47:37.031Z | To configure your current shell, you need to source |
| 53 | 2024-11-18T23:47:37.031Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-11-18T23:47:37.031Z | |
| 55 | 2024-11-18T23:47:37.031Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-11-18T23:47:37.031Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-11-18T23:47:37.031Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-11-18T23:47:37.129Z | + rustc --version |
| 59 | 2024-11-18T23:47:37.253Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 60 | 2024-11-18T23:47:37.276Z | process exited: duration 15893 ms, exit code 0 |
| |
| 61 | 2024-11-18T23:47:37.324Z | starting task 2: "authentication" |
| 62 | 2024-11-18T23:47:37.384Z | process exited: duration 59 ms, exit code 0 |
| |
| 63 | 2024-11-18T23:47:37.432Z | starting task 3: "clone repository" |
| 64 | 2024-11-18T23:47:37.456Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-11-18T23:47:37.456Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-11-18T23:47:37.480Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-11-18T23:47:44.794Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-11-18T23:47:44.794Z | + git fetch origin da1637621a1973a4a5c893cb9d3a3deeac5c7f11 |
| 69 | 2024-11-18T23:47:45.281Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-11-18T23:47:45.281Z | * branch da1637621a1973a4a5c893cb9d3a3deeac5c7f11 -> FETCH_HEAD |
| 71 | 2024-11-18T23:47:45.305Z | + [[ -n clarify-dataset-function-name ]] |
| 72 | 2024-11-18T23:47:45.306Z | ++ git branch --show-current |
| 73 | 2024-11-18T23:47:45.306Z | + current=main |
| 74 | 2024-11-18T23:47:45.306Z | + [[ main != clarify-dataset-function-name ]] |
| 75 | 2024-11-18T23:47:45.306Z | + git branch -f clarify-dataset-function-name da1637621a1973a4a5c893cb9d3a3deeac5c7f11 |
| 76 | 2024-11-18T23:47:45.330Z | + git checkout -f clarify-dataset-function-name |
| 77 | 2024-11-18T23:47:45.551Z | Switched to branch 'clarify-dataset-function-name' |
| 78 | 2024-11-18T23:47:45.575Z | + git reset --hard da1637621a1973a4a5c893cb9d3a3deeac5c7f11 |
| 79 | 2024-11-18T23:47:45.599Z | HEAD is now at da1637621 Clarify sled-agent method related to datasets |
| 80 | 2024-11-18T23:47:45.599Z | process exited: duration 8144 ms, exit code 0 |
| |
| 81 | 2024-11-18T23:47:45.647Z | starting task 4: "build" |
| 82 | 2024-11-18T23:47:45.671Z | + source .github/buildomat/ci-env.sh |
| 83 | 2024-11-18T23:47:45.671Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2024-11-18T23:47:45.671Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2024-11-18T23:47:45.671Z | + cargo --version |
| 86 | 2024-11-18T23:47:45.781Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 87 | 2024-11-18T23:47:45.805Z | + rustc --version |
| 88 | 2024-11-18T23:47:45.914Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 89 | 2024-11-18T23:47:45.938Z | + source ./env.sh |
| 90 | 2024-11-18T23:47:45.939Z | ++ OLD_SHELL_OPTS=ehxB |
| 91 | 2024-11-18T23:47:45.939Z | ++ set -o xtrace |
| 92 | 2024-11-18T23:47:45.939Z | ++++ dirname ./env.sh |
| 93 | 2024-11-18T23:47:45.939Z | +++ readlink -f . |
| 94 | 2024-11-18T23:47:45.939Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 95 | 2024-11-18T23:47:45.939Z | ++ 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-18T23:47:45.939Z | ++ 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-18T23:47:45.940Z | ++ 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-18T23:47:45.940Z | ++ 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-18T23:47:45.940Z | ++ 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-18T23:47:45.940Z | ++ 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-18T23:47:45.940Z | ++ 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-18T23:47:45.940Z | ++ 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-18T23:47:45.940Z | ++ case $OLD_SHELL_OPTS in |
| 104 | 2024-11-18T23:47:45.940Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 105 | 2024-11-18T23:47:45.940Z | + 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-18T23:47:45.940Z | + 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-18T23:47:45.940Z | + banner prerequisites |
| 108 | 2024-11-18T23:47:45.940Z | |
| 109 | 2024-11-18T23:47:45.940Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 110 | 2024-11-18T23:47:45.940Z | # # # # # # # # # # # # # # # |
| 111 | 2024-11-18T23:47:45.941Z | # # # # ##### # # ##### # # # # # #### # |
| 112 | 2024-11-18T23:47:45.941Z | ##### ##### # ##### # # # # # # # # # |
| 113 | 2024-11-18T23:47:45.942Z | # # # # # # # # # # # # # # # |
| 114 | 2024-11-18T23:47:45.942Z | # # # ###### # # ###### ### # #### # #### # |
| 115 | 2024-11-18T23:47:45.942Z | |
| 116 | 2024-11-18T23:47:45.942Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 117 | 2024-11-18T23:47:54.990Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 118 | 2024-11-18T23:47:59.296Z | Startup: Caching catalogs ... Done |
| 119 | 2024-11-18T23:48:10.018Z | Planning: Solver setup ... Done (9.819s) |
| 120 | 2024-11-18T23:48:10.149Z | Planning: Running solver ... Done (0.132s) |
| 121 | 2024-11-18T23:48:10.245Z | Planning: Finding local manifests ... Done (0.003s) |
| 122 | 2024-11-18T23:48:10.322Z | Planning: Fetching manifests: 0/5 0% complete |
| 123 | 2024-11-18T23:48:10.768Z | Planning: Fetching manifests: 5/5 100% complete |
| 124 | 2024-11-18T23:48:10.891Z | Planning: Package planning ... Done (0.123s) |
| 125 | 2024-11-18T23:48:10.958Z | Planning: Merging actions ... Done (0.067s) |
| 126 | 2024-11-18T23:48:11.180Z | Planning: Checking for conflicting actions ... Done (0.222s) |
| 127 | 2024-11-18T23:48:12.248Z | Planning: Consolidating action changes ... Done (1.055s) |
| 128 | 2024-11-18T23:48:12.643Z | Planning: Evaluating mediators ... Done (0.407s) |
| 129 | 2024-11-18T23:48:12.738Z | Planning: Planning completed in 13.37 seconds |
| 130 | 2024-11-18T23:48:12.762Z | Packages to install: 4 |
| 131 | 2024-11-18T23:48:12.763Z | Packages to update: 1 |
| 132 | 2024-11-18T23:48:12.763Z | Mediators to change: 2 |
| 133 | 2024-11-18T23:48:12.763Z | Services to change: 1 |
| 134 | 2024-11-18T23:48:12.763Z | Estimated space available: 155.18 GB |
| 135 | 2024-11-18T23:48:12.763Z | Estimated space to be consumed: 1.60 GB |
| 136 | 2024-11-18T23:48:12.763Z | Create boot environment: No |
| 137 | 2024-11-18T23:48:12.763Z | Create backup boot environment: Yes |
| 138 | 2024-11-18T23:48:12.763Z | Rebuild boot archive: No |
| 139 | 2024-11-18T23:48:12.763Z | |
| 140 | 2024-11-18T23:48:12.763Z | Changed mediators: |
| 141 | 2024-11-18T23:48:12.763Z | mediator clang: |
| 142 | 2024-11-18T23:48:12.763Z | version: None -> 15 (system default) |
| 143 | 2024-11-18T23:48:12.763Z | |
| 144 | 2024-11-18T23:48:12.763Z | mediator llvm: |
| 145 | 2024-11-18T23:48:12.763Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2024-11-18T23:48:12.763Z | |
| 147 | 2024-11-18T23:48:12.763Z | Changed packages: |
| 148 | 2024-11-18T23:48:12.763Z | helios-dev |
| 149 | 2024-11-18T23:48:12.763Z | developer/build-essential |
| 150 | 2024-11-18T23:48:12.763Z | None -> 11-2.0 |
| 151 | 2024-11-18T23:48:12.763Z | library/libxmlsec1 |
| 152 | 2024-11-18T23:48:12.763Z | None -> 1.2.35-2.0 |
| 153 | 2024-11-18T23:48:12.763Z | ooce/developer/clang-15 |
| 154 | 2024-11-18T23:48:12.763Z | None -> 15.0.7-2.0 |
| 155 | 2024-11-18T23:48:12.763Z | ooce/developer/llvm-15 |
| 156 | 2024-11-18T23:48:12.763Z | None -> 15.0.7-2.0 |
| 157 | 2024-11-18T23:48:12.763Z | package/pkg |
| 158 | 2024-11-18T23:48:12.763Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 159 | 2024-11-18T23:48:12.763Z | |
| 160 | 2024-11-18T23:48:12.763Z | Services: |
| 161 | 2024-11-18T23:48:12.763Z | restart_fmri: |
| 162 | 2024-11-18T23:48:12.763Z | svc:/system/update-man-index:default |
| 163 | 2024-11-18T23:48:12.763Z | |
| 164 | 2024-11-18T23:48:12.763Z | Editable files to change: |
| 165 | 2024-11-18T23:48:12.763Z | Update: |
| 166 | 2024-11-18T23:48:12.763Z | usr/share/lib/pkg/web/config.shtml |
| 167 | 2024-11-18T23:48:12.825Z | |
| 168 | 2024-11-18T23:48:12.825Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 169 | 2024-11-18T23:48:17.826Z | Download: 1201/4281 items 83.5/220.6MB 37% complete (17.0M/s) |
| 170 | 2024-11-18T23:48:22.826Z | Download: 2824/4281 items 121.0/220.6MB 54% complete (12.3M/s) |
| 171 | 2024-11-18T23:48:29.258Z | Download: 3288/4281 items 211.8/220.6MB 95% complete (13.9M/s) |
| 172 | 2024-11-18T23:48:34.003Z | Download: Completed 220.60 MB in 21.18 seconds (10.4M/s) |
| 173 | 2024-11-18T23:48:35.506Z | Actions: 1/5063 actions (Removing old actions) |
| 174 | 2024-11-18T23:48:35.530Z | Actions: 194/5063 actions (Installing new actions) |
| 175 | 2024-11-18T23:48:40.625Z | Actions: 3327/5063 actions (Installing new actions) |
| 176 | 2024-11-18T23:48:41.375Z | Actions: 4226/5063 actions (Updating modified actions) |
| 177 | 2024-11-18T23:48:41.749Z | Actions: Completed 5063 actions in 6.24 seconds. |
| 178 | 2024-11-18T23:48:42.097Z | Done (0.338s) |
| 179 | 2024-11-18T23:48:42.122Z | Done (0.000s) |
| 180 | 2024-11-18T23:48:42.738Z | Done (0.639s) |
| 181 | 2024-11-18T23:48:47.996Z | Done (5.089s) |
| 182 | 2024-11-18T23:48:48.091Z | Done (0.019s) |
| 183 | 2024-11-18T23:48:48.115Z | Done (0.000s) |
| 184 | 2024-11-18T23:48:48.280Z | Done (0.000s) |
| 185 | 2024-11-18T23:48:48.970Z | Planning: Evaluating mediator changes ... Done |
| 186 | 2024-11-18T23:48:49.170Z | Planning: Checking for conflicting actions ... Done |
| 187 | 2024-11-18T23:48:49.194Z | Planning: Consolidating action changes ... Done |
| 188 | 2024-11-18T23:48:49.491Z | Planning: Evaluating mediators ... Done |
| 189 | 2024-11-18T23:48:49.515Z | Planning: Planning completed in 0.52 seconds |
| 190 | 2024-11-18T23:48:49.539Z | Mediators to change: 2 |
| 191 | 2024-11-18T23:48:49.539Z | Create boot environment: No |
| 192 | 2024-11-18T23:48:49.539Z | Create backup boot environment: No |
| 193 | 2024-11-18T23:48:49.596Z | Done |
| 194 | 2024-11-18T23:48:49.596Z | Done |
| 195 | 2024-11-18T23:48:50.025Z | Done |
| 196 | 2024-11-18T23:48:54.506Z | Done |
| 197 | 2024-11-18T23:48:54.616Z | Done |
| 198 | 2024-11-18T23:48:54.616Z | Done |
| 199 | 2024-11-18T23:48:54.671Z | Done |
| 200 | 2024-11-18T23:48:55.401Z | Planning: Evaluating mediator changes ... Done |
| 201 | 2024-11-18T23:48:55.425Z | Planning: Merging actions ... Done |
| 202 | 2024-11-18T23:48:55.637Z | Planning: Checking for conflicting actions ... Done |
| 203 | 2024-11-18T23:48:55.661Z | Planning: Consolidating action changes ... Done |
| 204 | 2024-11-18T23:48:55.952Z | Planning: Evaluating mediators ... Done |
| 205 | 2024-11-18T23:48:56.017Z | Planning: Planning completed in 0.91 seconds |
| 206 | 2024-11-18T23:48:56.063Z | Packages to change: 1 |
| 207 | 2024-11-18T23:48:56.063Z | Mediators to change: 1 |
| 208 | 2024-11-18T23:48:56.063Z | Services to change: 1 |
| 209 | 2024-11-18T23:48:56.063Z | Create boot environment: No |
| 210 | 2024-11-18T23:48:56.063Z | Create backup boot environment: Yes |
| 211 | 2024-11-18T23:48:57.687Z | Actions: 1/6 actions (Updating modified actions) |
| 212 | 2024-11-18T23:48:57.710Z | Actions: Completed 6 actions in 0.00 seconds. |
| 213 | 2024-11-18T23:48:57.710Z | Done |
| 214 | 2024-11-18T23:48:57.710Z | Done |
| 215 | 2024-11-18T23:48:57.818Z | Done |
| 216 | 2024-11-18T23:49:02.200Z | Done |
| 217 | 2024-11-18T23:49:02.303Z | Done |
| 218 | 2024-11-18T23:49:02.327Z | Done |
| 219 | 2024-11-18T23:49:02.393Z | Done |
| 220 | 2024-11-18T23:49:02.928Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 221 | 2024-11-18T23:49:02.928Z | clang system 15 system |
| 222 | 2024-11-18T23:49:02.928Z | csh system system illumos |
| 223 | 2024-11-18T23:49:02.928Z | ctags system system illumos |
| 224 | 2024-11-18T23:49:02.928Z | gcc vendor 12 vendor |
| 225 | 2024-11-18T23:49:02.928Z | gcc system 10 system |
| 226 | 2024-11-18T23:49:02.928Z | gcc system 7 system |
| 227 | 2024-11-18T23:49:02.928Z | go system 1.20 system |
| 228 | 2024-11-18T23:49:02.928Z | go system 1.19 system |
| 229 | 2024-11-18T23:49:02.928Z | llvm system 15 system |
| 230 | 2024-11-18T23:49:02.928Z | llvm system 14 system |
| 231 | 2024-11-18T23:49:02.928Z | mariadb system 10.6 system |
| 232 | 2024-11-18T23:49:02.928Z | mta vendor vendor dma |
| 233 | 2024-11-18T23:49:02.928Z | openjdk system 17 system |
| 234 | 2024-11-18T23:49:02.928Z | openjdk system 11 system |
| 235 | 2024-11-18T23:49:02.928Z | openjdk system 1.8 system |
| 236 | 2024-11-18T23:49:02.928Z | openssl vendor 3 vendor |
| 237 | 2024-11-18T23:49:02.928Z | perl system 5.36 system |
| 238 | 2024-11-18T23:49:02.928Z | postgresql system 15 system |
| 239 | 2024-11-18T23:49:02.928Z | postgresql system 13 system |
| 240 | 2024-11-18T23:49:02.929Z | python vendor 3 vendor |
| 241 | 2024-11-18T23:49:02.929Z | python system 2 system |
| 242 | 2024-11-18T23:49:02.929Z | python3 system 3.11 system |
| 243 | 2024-11-18T23:49:02.929Z | ruby system 3.0 system |
| 244 | 2024-11-18T23:49:02.929Z | words vendor vendor american-english |
| 245 | 2024-11-18T23:49:02.929Z | words system system australian-english |
| 246 | 2024-11-18T23:49:02.929Z | words system system british-english |
| 247 | 2024-11-18T23:49:02.929Z | words system system canadian-english |
| 248 | 2024-11-18T23:49:02.929Z | words system system french |
| 249 | 2024-11-18T23:49:02.929Z | words system system italian |
| 250 | 2024-11-18T23:49:02.929Z | words system system ngerman |
| 251 | 2024-11-18T23:49:02.929Z | words system system ogerman |
| 252 | 2024-11-18T23:49:02.929Z | words system system spanish |
| 253 | 2024-11-18T23:49:03.353Z | PUBLISHER TYPE STATUS P LOCATION |
| 254 | 2024-11-18T23:49:03.353Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 255 | 2024-11-18T23:49:06.456Z | FMRI IFO |
| 256 | 2024-11-18T23:49:06.456Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 257 | 2024-11-18T23:49:06.456Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 258 | 2024-11-18T23:49:06.456Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 259 | 2024-11-18T23:49:06.456Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 260 | 2024-11-18T23:49:06.456Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 261 | 2024-11-18T23:49:06.456Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 262 | 2024-11-18T23:49:06.456Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 263 | 2024-11-18T23:49:06.456Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 264 | 2024-11-18T23:49:06.456Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 265 | 2024-11-18T23:49:06.456Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 266 | 2024-11-18T23:49:06.457Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 267 | 2024-11-18T23:49:06.457Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 268 | 2024-11-18T23:49:06.458Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 269 | 2024-11-18T23:49:06.458Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 270 | 2024-11-18T23:49:06.458Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 271 | 2024-11-18T23:49:07.307Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 272 | 2024-11-18T23:49:07.696Z | Updating crates.io index |
| 273 | 2024-11-18T23:49:07.720Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 274 | 2024-11-18T23:49:08.613Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 275 | 2024-11-18T23:49:08.956Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 276 | 2024-11-18T23:49:09.289Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 277 | 2024-11-18T23:49:09.614Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 278 | 2024-11-18T23:49:10.560Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 279 | 2024-11-18T23:49:13.076Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 280 | 2024-11-18T23:49:14.208Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 281 | 2024-11-18T23:49:14.982Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 282 | 2024-11-18T23:49:15.330Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 283 | 2024-11-18T23:49:15.716Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 284 | 2024-11-18T23:49:16.431Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 285 | 2024-11-18T23:49:16.870Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 286 | 2024-11-18T23:49:17.412Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 287 | 2024-11-18T23:49:17.729Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 288 | 2024-11-18T23:49:18.103Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 289 | 2024-11-18T23:49:18.414Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 290 | 2024-11-18T23:49:18.814Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 291 | 2024-11-18T23:49:19.211Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 292 | 2024-11-18T23:49:19.623Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 293 | 2024-11-18T23:49:20.026Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 294 | 2024-11-18T23:49:20.604Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 295 | 2024-11-18T23:49:21.002Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 296 | 2024-11-18T23:49:21.579Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 297 | 2024-11-18T23:49:22.209Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 298 | 2024-11-18T23:49:22.561Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 299 | 2024-11-18T23:49:22.940Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 300 | 2024-11-18T23:49:24.492Z | Downloading crates ... |
| 301 | 2024-11-18T23:49:24.551Z | Downloaded log v0.4.22 |
| 302 | 2024-11-18T23:49:24.574Z | Downloaded typenum v1.17.0 |
| 303 | 2024-11-18T23:49:24.574Z | Downloaded anstream v0.6.15 |
| 304 | 2024-11-18T23:49:24.575Z | Downloaded anstyle-parse v0.2.5 |
| 305 | 2024-11-18T23:49:24.575Z | Downloaded anstyle v1.0.10 |
| 306 | 2024-11-18T23:49:24.575Z | Downloaded byteorder v1.5.0 |
| 307 | 2024-11-18T23:49:24.575Z | Downloaded autocfg v1.4.0 |
| 308 | 2024-11-18T23:49:24.575Z | Downloaded cargo-platform v0.1.8 |
| 309 | 2024-11-18T23:49:24.575Z | Downloaded cargo_metadata v0.18.1 |
| 310 | 2024-11-18T23:49:24.575Z | Downloaded camino-tempfile v1.1.1 |
| 311 | 2024-11-18T23:49:24.575Z | Downloaded camino v1.1.9 |
| 312 | 2024-11-18T23:49:24.599Z | Downloaded block-buffer v0.10.4 |
| 313 | 2024-11-18T23:49:24.599Z | Downloaded bitflags v2.6.0 |
| 314 | 2024-11-18T23:49:24.599Z | Downloaded anstyle-query v1.1.1 |
| 315 | 2024-11-18T23:49:24.599Z | Downloaded cargo_toml v0.20.5 |
| 316 | 2024-11-18T23:49:24.599Z | Downloaded anyhow v1.0.93 |
| 317 | 2024-11-18T23:49:24.599Z | Downloaded itoa v1.0.11 |
| 318 | 2024-11-18T23:49:24.599Z | Downloaded fastrand v2.1.1 |
| 319 | 2024-11-18T23:49:24.599Z | Downloaded pest_generator v2.7.14 |
| 320 | 2024-11-18T23:49:24.599Z | Downloaded proc-macro2 v1.0.89 |
| 321 | 2024-11-18T23:49:24.630Z | Downloaded pest_derive v2.7.14 |
| 322 | 2024-11-18T23:49:24.630Z | Downloaded smawk v0.3.2 |
| 323 | 2024-11-18T23:49:24.630Z | Downloaded usdt-attr-macro v0.5.0 |
| 324 | 2024-11-18T23:49:24.630Z | Downloaded thiserror-impl v1.0.69 |
| 325 | 2024-11-18T23:49:24.631Z | Downloaded usdt-impl v0.5.0 |
| 326 | 2024-11-18T23:49:24.631Z | Downloaded utf8parse v0.2.2 |
| 327 | 2024-11-18T23:49:24.631Z | Downloaded version_check v0.9.5 |
| 328 | 2024-11-18T23:49:24.631Z | Downloaded zerocopy-derive v0.7.35 |
| 329 | 2024-11-18T23:49:24.631Z | Downloaded unicode-linebreak v0.1.5 |
| 330 | 2024-11-18T23:49:24.631Z | Downloaded serde_derive v1.0.215 |
| 331 | 2024-11-18T23:49:24.631Z | Downloaded serde v1.0.215 |
| 332 | 2024-11-18T23:49:24.655Z | Downloaded toml v0.8.19 |
| 333 | 2024-11-18T23:49:24.655Z | Downloaded pest v2.7.14 |
| 334 | 2024-11-18T23:49:24.655Z | Downloaded textwrap v0.16.1 |
| 335 | 2024-11-18T23:49:24.655Z | Downloaded toml_edit v0.22.22 |
| 336 | 2024-11-18T23:49:24.679Z | Downloaded clap_builder v4.5.21 |
| 337 | 2024-11-18T23:49:24.679Z | Downloaded zerocopy v0.7.35 |
| 338 | 2024-11-18T23:49:24.703Z | Downloaded winnow v0.6.20 |
| 339 | 2024-11-18T23:49:24.727Z | Downloaded serde_json v1.0.132 |
| 340 | 2024-11-18T23:49:24.727Z | Downloaded tabled v0.15.0 |
| 341 | 2024-11-18T23:49:24.750Z | Downloaded goblin v0.8.2 |
| 342 | 2024-11-18T23:49:24.750Z | Downloaded unicode-width v0.1.14 |
| 343 | 2024-11-18T23:49:24.750Z | Downloaded syn v1.0.109 |
| 344 | 2024-11-18T23:49:24.774Z | Downloaded syn v2.0.87 |
| 345 | 2024-11-18T23:49:24.774Z | Downloaded semver v1.0.23 |
| 346 | 2024-11-18T23:49:24.774Z | Downloaded ucd-trie v0.1.7 |
| 347 | 2024-11-18T23:49:24.774Z | Downloaded thread-id v4.2.2 |
| 348 | 2024-11-18T23:49:24.774Z | Downloaded terminal_size v0.4.0 |
| 349 | 2024-11-18T23:49:24.798Z | Downloaded rustix v0.38.37 |
| 350 | 2024-11-18T23:49:24.821Z | Downloaded tempfile v3.13.0 |
| 351 | 2024-11-18T23:49:24.821Z | Downloaded serde_spanned v0.6.8 |
| 352 | 2024-11-18T23:49:24.821Z | Downloaded proc-macro-error-attr v1.0.4 |
| 353 | 2024-11-18T23:49:24.821Z | Downloaded memchr v2.7.4 |
| 354 | 2024-11-18T23:49:24.821Z | Downloaded indexmap v2.6.0 |
| 355 | 2024-11-18T23:49:24.821Z | Downloaded hashbrown v0.15.0 |
| 356 | 2024-11-18T23:49:24.846Z | Downloaded usdt-macro v0.5.0 |
| 357 | 2024-11-18T23:49:24.846Z | Downloaded usdt v0.5.0 |
| 358 | 2024-11-18T23:49:24.846Z | Downloaded unicode-ident v1.0.13 |
| 359 | 2024-11-18T23:49:24.846Z | Downloaded toml_datetime v0.6.8 |
| 360 | 2024-11-18T23:49:24.846Z | Downloaded tabled_derive v0.7.0 |
| 361 | 2024-11-18T23:49:24.846Z | Downloaded serde_tokenstream v0.2.2 |
| 362 | 2024-11-18T23:49:24.846Z | Downloaded quote v1.0.37 |
| 363 | 2024-11-18T23:49:24.846Z | Downloaded swrite v0.1.0 |
| 364 | 2024-11-18T23:49:24.846Z | Downloaded strsim v0.11.1 |
| 365 | 2024-11-18T23:49:24.846Z | Downloaded pretty-hex v0.4.1 |
| 366 | 2024-11-18T23:49:24.846Z | Downloaded thiserror v1.0.69 |
| 367 | 2024-11-18T23:49:24.846Z | Downloaded sha2 v0.10.8 |
| 368 | 2024-11-18T23:49:24.870Z | Downloaded scroll_derive v0.12.0 |
| 369 | 2024-11-18T23:49:24.870Z | Downloaded scroll v0.12.0 |
| 370 | 2024-11-18T23:49:24.870Z | Downloaded pest_meta v2.7.14 |
| 371 | 2024-11-18T23:49:24.871Z | Downloaded libc v0.2.162 |
| 372 | 2024-11-18T23:49:24.895Z | Downloaded macaddr v1.0.1 |
| 373 | 2024-11-18T23:49:24.895Z | Downloaded fs-err v2.11.0 |
| 374 | 2024-11-18T23:49:24.895Z | Downloaded ryu v1.0.18 |
| 375 | 2024-11-18T23:49:24.895Z | Downloaded proc-macro-error v1.0.4 |
| 376 | 2024-11-18T23:49:24.895Z | Downloaded papergrid v0.11.0 |
| 377 | 2024-11-18T23:49:24.919Z | Downloaded once_cell v1.20.2 |
| 378 | 2024-11-18T23:49:24.919Z | Downloaded memmap v0.7.0 |
| 379 | 2024-11-18T23:49:24.919Z | Downloaded heck v0.4.1 |
| 380 | 2024-11-18T23:49:24.919Z | Downloaded is_terminal_polyfill v1.70.1 |
| 381 | 2024-11-18T23:49:24.919Z | Downloaded dof v0.3.0 |
| 382 | 2024-11-18T23:49:24.919Z | Downloaded clap v4.5.21 |
| 383 | 2024-11-18T23:49:24.919Z | Downloaded plain v0.2.3 |
| 384 | 2024-11-18T23:49:24.919Z | Downloaded generic-array v0.14.7 |
| 385 | 2024-11-18T23:49:24.943Z | Downloaded colorchoice v1.0.2 |
| 386 | 2024-11-18T23:49:24.943Z | Downloaded dtrace-parser v0.2.0 |
| 387 | 2024-11-18T23:49:24.943Z | Downloaded clap_lex v0.7.2 |
| 388 | 2024-11-18T23:49:24.943Z | Downloaded cfg-if v1.0.0 |
| 389 | 2024-11-18T23:49:24.943Z | Downloaded heck v0.5.0 |
| 390 | 2024-11-18T23:49:24.943Z | Downloaded fnv v1.0.7 |
| 391 | 2024-11-18T23:49:24.943Z | Downloaded errno v0.3.9 |
| 392 | 2024-11-18T23:49:24.943Z | Downloaded equivalent v1.0.1 |
| 393 | 2024-11-18T23:49:24.943Z | Downloaded digest v0.10.7 |
| 394 | 2024-11-18T23:49:24.943Z | Downloaded crypto-common v0.1.6 |
| 395 | 2024-11-18T23:49:24.943Z | Downloaded cpufeatures v0.2.14 |
| 396 | 2024-11-18T23:49:24.943Z | Downloaded clap_derive v4.5.18 |
| 397 | 2024-11-18T23:49:24.943Z | Downloaded bytecount v0.6.8 |
| 398 | 2024-11-18T23:49:25.070Z | Compiling proc-macro2 v1.0.89 |
| 399 | 2024-11-18T23:49:25.070Z | Compiling unicode-ident v1.0.13 |
| 400 | 2024-11-18T23:49:25.070Z | Compiling serde v1.0.215 |
| 401 | 2024-11-18T23:49:25.070Z | Compiling version_check v0.9.5 |
| 402 | 2024-11-18T23:49:25.095Z | Compiling memchr v2.7.4 |
| 403 | 2024-11-18T23:49:25.095Z | Compiling thiserror v1.0.69 |
| 404 | 2024-11-18T23:49:25.095Z | Compiling libc v0.2.162 |
| 405 | 2024-11-18T23:49:25.095Z | Compiling itoa v1.0.11 |
| 406 | 2024-11-18T23:49:25.468Z | Compiling ryu v1.0.18 |
| 407 | 2024-11-18T23:49:25.495Z | Compiling ucd-trie v0.1.7 |
| 408 | 2024-11-18T23:49:25.811Z | Compiling once_cell v1.20.2 |
| 409 | 2024-11-18T23:49:25.910Z | Compiling byteorder v1.5.0 |
| 410 | 2024-11-18T23:49:26.037Z | Compiling serde_json v1.0.132 |
| 411 | 2024-11-18T23:49:26.096Z | Compiling rustix v0.38.37 |
| 412 | 2024-11-18T23:49:26.396Z | Compiling bitflags v2.6.0 |
| 413 | 2024-11-18T23:49:26.426Z | Compiling usdt-impl v0.5.0 |
| 414 | 2024-11-18T23:49:26.617Z | Compiling proc-macro-error-attr v1.0.4 |
| 415 | 2024-11-18T23:49:26.689Z | Compiling syn v1.0.109 |
| 416 | 2024-11-18T23:49:26.775Z | Compiling quote v1.0.37 |
| 417 | 2024-11-18T23:49:26.895Z | Compiling proc-macro-error v1.0.4 |
| 418 | 2024-11-18T23:49:26.961Z | Compiling utf8parse v0.2.2 |
| 419 | 2024-11-18T23:49:27.023Z | Compiling errno v0.3.9 |
| 420 | 2024-11-18T23:49:27.137Z | Compiling syn v2.0.87 |
| 421 | 2024-11-18T23:49:27.167Z | Compiling log v0.4.22 |
| 422 | 2024-11-18T23:49:27.289Z | Compiling equivalent v1.0.1 |
| 423 | 2024-11-18T23:49:27.439Z | Compiling camino v1.1.9 |
| 424 | 2024-11-18T23:49:27.509Z | Compiling hashbrown v0.15.0 |
| 425 | 2024-11-18T23:49:27.537Z | Compiling plain v0.2.3 |
| 426 | 2024-11-18T23:49:27.650Z | Compiling thread-id v4.2.2 |
| 427 | 2024-11-18T23:49:27.788Z | Compiling anstyle-parse v0.2.5 |
| 428 | 2024-11-18T23:49:28.124Z | Compiling anstyle-query v1.1.1 |
| 429 | 2024-11-18T23:49:28.152Z | Compiling winnow v0.6.20 |
| 430 | 2024-11-18T23:49:28.277Z | Compiling unicode-width v0.1.14 |
| 431 | 2024-11-18T23:49:28.304Z | Compiling autocfg v1.4.0 |
| 432 | 2024-11-18T23:49:28.522Z | Compiling is_terminal_polyfill v1.70.1 |
| 433 | 2024-11-18T23:49:28.658Z | Compiling indexmap v2.6.0 |
| 434 | 2024-11-18T23:49:28.705Z | Compiling anstyle v1.0.10 |
| 435 | 2024-11-18T23:49:28.817Z | Compiling pretty-hex v0.4.1 |
| 436 | 2024-11-18T23:49:29.038Z | Compiling colorchoice v1.0.2 |
| 437 | 2024-11-18T23:49:29.164Z | Compiling semver v1.0.23 |
| 438 | 2024-11-18T23:49:29.214Z | Compiling terminal_size v0.4.0 |
| 439 | 2024-11-18T23:49:29.417Z | Compiling anstream v0.6.15 |
| 440 | 2024-11-18T23:49:29.443Z | Compiling fs-err v2.11.0 |
| 441 | 2024-11-18T23:49:29.898Z | Compiling heck v0.4.1 |
| 442 | 2024-11-18T23:49:29.929Z | Compiling strsim v0.11.1 |
| 443 | 2024-11-18T23:49:29.953Z | Compiling clap_lex v0.7.2 |
| 444 | 2024-11-18T23:49:29.977Z | Compiling fnv v1.0.7 |
| 445 | 2024-11-18T23:49:30.138Z | Compiling anyhow v1.0.93 |
| 446 | 2024-11-18T23:49:30.162Z | Compiling fastrand v2.1.1 |
| 447 | 2024-11-18T23:49:30.479Z | Compiling bytecount v0.6.8 |
| 448 | 2024-11-18T23:49:30.682Z | Compiling cfg-if v1.0.0 |
| 449 | 2024-11-18T23:49:30.711Z | Compiling heck v0.5.0 |
| 450 | 2024-11-18T23:49:30.803Z | Compiling papergrid v0.11.0 |
| 451 | 2024-11-18T23:49:30.987Z | Compiling clap_builder v4.5.21 |
| 452 | 2024-11-18T23:49:31.099Z | Compiling tempfile v3.13.0 |
| 453 | 2024-11-18T23:49:31.204Z | Compiling memmap v0.7.0 |
| 454 | 2024-11-18T23:49:31.271Z | Compiling smawk v0.3.2 |
| 455 | 2024-11-18T23:49:31.425Z | Compiling unicode-linebreak v0.1.5 |
| 456 | 2024-11-18T23:49:31.859Z | Compiling textwrap v0.16.1 |
| 457 | 2024-11-18T23:49:31.909Z | Compiling swrite v0.1.0 |
| 458 | 2024-11-18T23:49:32.828Z | Compiling tabled_derive v0.7.0 |
| 459 | 2024-11-18T23:49:34.390Z | Compiling tabled v0.15.0 |
| 460 | 2024-11-18T23:49:35.724Z | Compiling serde_derive v1.0.215 |
| 461 | 2024-11-18T23:49:35.724Z | Compiling thiserror-impl v1.0.69 |
| 462 | 2024-11-18T23:49:35.748Z | Compiling zerocopy-derive v0.7.35 |
| 463 | 2024-11-18T23:49:35.748Z | Compiling scroll_derive v0.12.0 |
| 464 | 2024-11-18T23:49:36.157Z | Compiling clap_derive v4.5.18 |
| 465 | 2024-11-18T23:49:37.004Z | Compiling scroll v0.12.0 |
| 466 | 2024-11-18T23:49:37.490Z | Compiling goblin v0.8.2 |
| 467 | 2024-11-18T23:49:37.800Z | Compiling zerocopy v0.7.35 |
| 468 | 2024-11-18T23:49:38.544Z | Compiling pest v2.7.14 |
| 469 | 2024-11-18T23:49:39.707Z | Compiling clap v4.5.21 |
| 470 | 2024-11-18T23:49:40.742Z | Compiling pest_meta v2.7.14 |
| 471 | 2024-11-18T23:49:41.854Z | Compiling pest_generator v2.7.14 |
| 472 | 2024-11-18T23:49:43.984Z | Compiling pest_derive v2.7.14 |
| 473 | 2024-11-18T23:49:44.685Z | Compiling dtrace-parser v0.2.0 |
| 474 | 2024-11-18T23:49:45.972Z | Compiling serde_spanned v0.6.8 |
| 475 | 2024-11-18T23:49:45.972Z | Compiling toml_datetime v0.6.8 |
| 476 | 2024-11-18T23:49:46.274Z | Compiling serde_tokenstream v0.2.2 |
| 477 | 2024-11-18T23:49:46.339Z | Compiling cargo-platform v0.1.8 |
| 478 | 2024-11-18T23:49:46.371Z | Compiling toml_edit v0.22.22 |
| 479 | 2024-11-18T23:49:46.570Z | Compiling macaddr v1.0.1 |
| 480 | 2024-11-18T23:49:46.898Z | Compiling camino-tempfile v1.1.1 |
| 481 | 2024-11-18T23:49:47.591Z | Compiling dof v0.3.0 |
| 482 | 2024-11-18T23:49:47.591Z | Compiling cargo_metadata v0.18.1 |
| 483 | 2024-11-18T23:49:49.227Z | Compiling toml v0.8.19 |
| 484 | 2024-11-18T23:49:49.485Z | Compiling usdt-macro v0.5.0 |
| 485 | 2024-11-18T23:49:49.485Z | Compiling usdt-attr-macro v0.5.0 |
| 486 | 2024-11-18T23:49:49.954Z | Compiling cargo_toml v0.20.5 |
| 487 | 2024-11-18T23:49:50.698Z | Compiling usdt v0.5.0 |
| 488 | 2024-11-18T23:49:54.217Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 489 | 2024-11-18T23:49:59.937Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.94s |
| 490 | 2024-11-18T23:50:00.242Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 491 | 2024-11-18T23:50:00.963Z | Downloading crates ... |
| 492 | 2024-11-18T23:50:01.105Z | Downloaded atty v0.2.14 |
| 493 | 2024-11-18T23:50:01.129Z | Downloaded base64ct v1.6.0 |
| 494 | 2024-11-18T23:50:01.129Z | Downloaded hickory-resolver v0.24.1 |
| 495 | 2024-11-18T23:50:01.129Z | Downloaded curve25519-dalek v4.1.3 |
| 496 | 2024-11-18T23:50:01.154Z | Downloaded regex v1.11.1 |
| 497 | 2024-11-18T23:50:01.180Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 498 | 2024-11-18T23:50:01.181Z | Downloaded humantime v2.1.0 |
| 499 | 2024-11-18T23:50:01.181Z | Downloaded idna v1.0.3 |
| 500 | 2024-11-18T23:50:01.208Z | Downloaded new_debug_unreachable v1.0.6 |
| 501 | 2024-11-18T23:50:01.209Z | Downloaded match_cfg v0.1.0 |
| 502 | 2024-11-18T23:50:01.209Z | Downloaded serde_plain v1.0.2 |
| 503 | 2024-11-18T23:50:01.236Z | Downloaded slog-envlogger v2.2.0 |
| 504 | 2024-11-18T23:50:01.236Z | Downloaded serde_urlencoded v0.7.1 |
| 505 | 2024-11-18T23:50:01.237Z | Downloaded waitgroup v0.1.2 |
| 506 | 2024-11-18T23:50:01.237Z | Downloaded vsss-rs v3.3.4 |
| 507 | 2024-11-18T23:50:01.264Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 508 | 2024-11-18T23:50:01.264Z | Downloaded normalize-line-endings v0.3.0 |
| 509 | 2024-11-18T23:50:01.264Z | Downloaded termtree v0.4.1 |
| 510 | 2024-11-18T23:50:01.264Z | Downloaded rand_chacha v0.3.1 |
| 511 | 2024-11-18T23:50:01.290Z | Downloaded tinyvec_macros v0.1.1 |
| 512 | 2024-11-18T23:50:01.291Z | Downloaded zerofrom v0.1.4 |
| 513 | 2024-11-18T23:50:01.291Z | Downloaded zeroize_derive v1.4.2 |
| 514 | 2024-11-18T23:50:01.291Z | Downloaded openssl-macros v0.1.1 |
| 515 | 2024-11-18T23:50:01.291Z | Downloaded oso-derive v0.27.3 |
| 516 | 2024-11-18T23:50:01.317Z | Downloaded tower-service v0.3.3 |
| 517 | 2024-11-18T23:50:01.317Z | Downloaded try-lock v0.2.5 |
| 518 | 2024-11-18T23:50:01.317Z | Downloaded serde-big-array v0.5.1 |
| 519 | 2024-11-18T23:50:01.317Z | Downloaded endian-type v0.1.2 |
| 520 | 2024-11-18T23:50:01.317Z | Downloaded foreign-types v0.3.2 |
| 521 | 2024-11-18T23:50:01.317Z | Downloaded parse-size v1.1.0 |
| 522 | 2024-11-18T23:50:01.342Z | Downloaded take_mut v0.2.2 |
| 523 | 2024-11-18T23:50:01.367Z | Downloaded strum v0.26.3 |
| 524 | 2024-11-18T23:50:01.367Z | Downloaded ena v0.14.3 |
| 525 | 2024-11-18T23:50:01.367Z | Downloaded darling_macro v0.20.10 |
| 526 | 2024-11-18T23:50:01.367Z | Downloaded unicode-xid v0.2.6 |
| 527 | 2024-11-18T23:50:01.392Z | Downloaded strip-ansi-escapes v0.2.0 |
| 528 | 2024-11-18T23:50:01.392Z | Downloaded pretty-hex v0.2.1 |
| 529 | 2024-11-18T23:50:01.392Z | Downloaded futures-macro v0.3.31 |
| 530 | 2024-11-18T23:50:01.392Z | Downloaded number_prefix v0.4.0 |
| 531 | 2024-11-18T23:50:01.392Z | Downloaded precomputed-hash v0.1.1 |
| 532 | 2024-11-18T23:50:01.392Z | Downloaded qorb v0.2.0 |
| 533 | 2024-11-18T23:50:01.418Z | Downloaded psl-types v2.0.11 |
| 534 | 2024-11-18T23:50:01.418Z | Downloaded sigpipe v0.1.3 |
| 535 | 2024-11-18T23:50:01.418Z | Downloaded sha1 v0.10.6 |
| 536 | 2024-11-18T23:50:01.419Z | Downloaded write16 v1.0.0 |
| 537 | 2024-11-18T23:50:01.419Z | Downloaded subtle v2.6.1 |
| 538 | 2024-11-18T23:50:01.419Z | Downloaded untrusted v0.9.0 |
| 539 | 2024-11-18T23:50:01.445Z | Downloaded utf16_iter v1.0.5 |
| 540 | 2024-11-18T23:50:01.445Z | Downloaded tokio-stream v0.1.16 |
| 541 | 2024-11-18T23:50:01.445Z | Downloaded wyz v0.5.1 |
| 542 | 2024-11-18T23:50:01.445Z | Downloaded untrusted v0.7.1 |
| 543 | 2024-11-18T23:50:01.445Z | Downloaded unicode-properties v0.1.3 |
| 544 | 2024-11-18T23:50:01.445Z | Downloaded walkdir v2.5.0 |
| 545 | 2024-11-18T23:50:01.471Z | Downloaded h2 v0.4.6 |
| 546 | 2024-11-18T23:50:01.471Z | Downloaded toml_edit v0.19.15 |
| 547 | 2024-11-18T23:50:01.496Z | Downloaded url v2.5.3 |
| 548 | 2024-11-18T23:50:01.497Z | Downloaded tokio-util v0.7.12 |
| 549 | 2024-11-18T23:50:01.531Z | Downloaded regress v0.10.1 |
| 550 | 2024-11-18T23:50:01.531Z | Downloaded winnow v0.5.40 |
| 551 | 2024-11-18T23:50:01.561Z | Downloaded regex-syntax v0.6.29 |
| 552 | 2024-11-18T23:50:01.562Z | Downloaded serde_with v3.11.0 |
| 553 | 2024-11-18T23:50:01.562Z | Downloaded petname v2.0.2 |
| 554 | 2024-11-18T23:50:01.589Z | Downloaded proptest v1.5.0 |
| 555 | 2024-11-18T23:50:01.589Z | Downloaded unicode-width v0.2.0 |
| 556 | 2024-11-18T23:50:01.589Z | Downloaded object v0.30.4 |
| 557 | 2024-11-18T23:50:01.619Z | Downloaded webpki-roots v0.26.6 |
| 558 | 2024-11-18T23:50:01.619Z | Downloaded gimli v0.31.1 |
| 559 | 2024-11-18T23:50:01.619Z | Downloaded rustls v0.22.4 |
| 560 | 2024-11-18T23:50:01.643Z | Downloaded rustls v0.23.14 |
| 561 | 2024-11-18T23:50:01.667Z | Downloaded dropshot v0.12.0 |
| 562 | 2024-11-18T23:50:01.691Z | Downloaded typify-impl v0.2.0 |
| 563 | 2024-11-18T23:50:01.715Z | Downloaded zerocopy-derive v0.6.6 |
| 564 | 2024-11-18T23:50:01.715Z | Downloaded dropshot v0.13.0 |
| 565 | 2024-11-18T23:50:01.741Z | Downloaded ratatui v0.28.1 |
| 566 | 2024-11-18T23:50:01.766Z | Downloaded libz-sys v1.1.20 |
| 567 | 2024-11-18T23:50:01.791Z | Downloaded lzma-sys v0.1.20 |
| 568 | 2024-11-18T23:50:01.819Z | Downloaded sled v0.34.7 |
| 569 | 2024-11-18T23:50:01.844Z | Downloaded regex-automata v0.4.8 |
| 570 | 2024-11-18T23:50:01.877Z | Downloaded openapiv3 v2.0.0 |
| 571 | 2024-11-18T23:50:01.877Z | Downloaded object v0.36.5 |
| 572 | 2024-11-18T23:50:01.906Z | Downloaded trust-dns-proto v0.22.0 |
| 573 | 2024-11-18T23:50:01.906Z | Downloaded polar-core v0.27.3 |
| 574 | 2024-11-18T23:50:01.932Z | Downloaded rustls v0.21.12 |
| 575 | 2024-11-18T23:50:01.933Z | Downloaded openssl v0.10.68 |
| 576 | 2024-11-18T23:50:01.962Z | Downloaded tokio v1.40.0 |
| 577 | 2024-11-18T23:50:01.987Z | Downloaded radix_trie v0.2.1 |
| 578 | 2024-11-18T23:50:02.015Z | Downloaded chrono-tz v0.10.0 |
| 579 | 2024-11-18T23:50:02.015Z | Downloaded petgraph v0.6.5 |
| 580 | 2024-11-18T23:50:02.040Z | Downloaded bstr v1.10.0 |
| 581 | 2024-11-18T23:50:02.041Z | Downloaded unicode-normalization v0.1.24 |
| 582 | 2024-11-18T23:50:02.068Z | Downloaded num-bigint-dig v0.8.4 |
| 583 | 2024-11-18T23:50:02.068Z | Downloaded hickory-proto v0.24.1 |
| 584 | 2024-11-18T23:50:02.068Z | Downloaded csv v1.3.0 |
| 585 | 2024-11-18T23:50:02.093Z | Downloaded smoltcp v0.9.1 |
| 586 | 2024-11-18T23:50:02.118Z | Downloaded num-bigint v0.4.6 |
| 587 | 2024-11-18T23:50:02.118Z | Downloaded futures-util v0.3.31 |
| 588 | 2024-11-18T23:50:02.143Z | Downloaded regex-syntax v0.8.5 |
| 589 | 2024-11-18T23:50:02.143Z | Downloaded sha3 v0.10.8 |
| 590 | 2024-11-18T23:50:02.143Z | Downloaded nix v0.29.0 |
| 591 | 2024-11-18T23:50:02.168Z | Downloaded ed25519-dalek v2.1.1 |
| 592 | 2024-11-18T23:50:02.168Z | Downloaded rustls-webpki v0.102.8 |
| 593 | 2024-11-18T23:50:02.194Z | Downloaded regress v0.9.1 |
| 594 | 2024-11-18T23:50:02.221Z | Downloaded quick-xml v0.33.0 |
| 595 | 2024-11-18T23:50:02.221Z | Downloaded serde_yaml v0.9.34+deprecated |
| 596 | 2024-11-18T23:50:02.221Z | Downloaded rustls-pki-types v1.9.0 |
| 597 | 2024-11-18T23:50:02.221Z | Downloaded ssh-key v0.6.6 |
| 598 | 2024-11-18T23:50:02.246Z | Downloaded x509-cert v0.2.5 |
| 599 | 2024-11-18T23:50:02.277Z | Downloaded rustls-webpki v0.101.7 |
| 600 | 2024-11-18T23:50:02.278Z | Downloaded p384 v0.13.0 |
| 601 | 2024-11-18T23:50:02.278Z | Downloaded git2 v0.19.0 |
| 602 | 2024-11-18T23:50:02.278Z | Downloaded diesel v2.2.4 |
| 603 | 2024-11-18T23:50:02.306Z | Downloaded unsafe-libyaml v0.2.11 |
| 604 | 2024-11-18T23:50:02.306Z | Downloaded unicode-bidi v0.3.17 |
| 605 | 2024-11-18T23:50:02.306Z | Downloaded tokio-tungstenite v0.23.1 |
| 606 | 2024-11-18T23:50:02.306Z | Downloaded tokio-tungstenite v0.21.0 |
| 607 | 2024-11-18T23:50:02.306Z | Downloaded pkcs5 v0.7.1 |
| 608 | 2024-11-18T23:50:02.307Z | Downloaded unicode-segmentation v1.12.0 |
| 609 | 2024-11-18T23:50:02.330Z | Downloaded russh v0.45.0 |
| 610 | 2024-11-18T23:50:02.331Z | Downloaded nix v0.28.0 |
| 611 | 2024-11-18T23:50:02.331Z | Downloaded toml v0.7.8 |
| 612 | 2024-11-18T23:50:02.363Z | Downloaded serde_derive_internals v0.29.1 |
| 613 | 2024-11-18T23:50:02.363Z | Downloaded p521 v0.13.3 |
| 614 | 2024-11-18T23:50:02.363Z | Downloaded signal-hook v0.3.17 |
| 615 | 2024-11-18T23:50:02.363Z | Downloaded encoding_rs v0.8.34 |
| 616 | 2024-11-18T23:50:02.391Z | Downloaded rustls-pemfile v2.2.0 |
| 617 | 2024-11-18T23:50:02.415Z | Downloaded progenitor-impl v0.8.0 |
| 618 | 2024-11-18T23:50:02.415Z | Downloaded steno v0.4.1 |
| 619 | 2024-11-18T23:50:02.415Z | Downloaded salty v0.3.0 |
| 620 | 2024-11-18T23:50:02.415Z | Downloaded nix v0.27.1 |
| 621 | 2024-11-18T23:50:02.439Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 622 | 2024-11-18T23:50:02.513Z | Downloaded writeable v0.5.5 |
| 623 | 2024-11-18T23:50:02.538Z | Downloaded whoami v1.5.2 |
| 624 | 2024-11-18T23:50:02.538Z | Downloaded which v4.4.2 |
| 625 | 2024-11-18T23:50:02.538Z | Downloaded want v0.3.1 |
| 626 | 2024-11-18T23:50:02.538Z | Downloaded utf-8 v0.7.6 |
| 627 | 2024-11-18T23:50:02.538Z | Downloaded tokio-tungstenite v0.24.0 |
| 628 | 2024-11-18T23:50:02.538Z | Downloaded serde_with_macros v3.11.0 |
| 629 | 2024-11-18T23:50:02.538Z | Downloaded dirs-sys-next v0.1.2 |
| 630 | 2024-11-18T23:50:02.538Z | Downloaded pkcs8 v0.10.2 |
| 631 | 2024-11-18T23:50:02.538Z | Downloaded pkcs1 v0.7.5 |
| 632 | 2024-11-18T23:50:02.538Z | Downloaded dropshot_endpoint v0.13.0 |
| 633 | 2024-11-18T23:50:02.562Z | Downloaded zip v2.1.3 |
| 634 | 2024-11-18T23:50:02.562Z | Downloaded portable-atomic v1.9.0 |
| 635 | 2024-11-18T23:50:02.562Z | Downloaded quinn-proto v0.11.8 |
| 636 | 2024-11-18T23:50:02.562Z | Downloaded tokio-rustls v0.26.0 |
| 637 | 2024-11-18T23:50:02.586Z | Downloaded displaydoc v0.2.5 |
| 638 | 2024-11-18T23:50:02.586Z | Downloaded data-encoding v2.6.0 |
| 639 | 2024-11-18T23:50:02.586Z | Downloaded gethostname v0.5.0 |
| 640 | 2024-11-18T23:50:02.586Z | Downloaded dropshot_endpoint v0.12.0 |
| 641 | 2024-11-18T23:50:02.586Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 642 | 2024-11-18T23:50:02.586Z | Downloaded universal-hash v0.5.1 |
| 643 | 2024-11-18T23:50:02.612Z | Downloaded unicase v2.7.0 |
| 644 | 2024-11-18T23:50:02.612Z | Downloaded shlex v1.3.0 |
| 645 | 2024-11-18T23:50:02.612Z | Downloaded display-error-chain v0.2.2 |
| 646 | 2024-11-18T23:50:02.612Z | Downloaded progenitor-macro v0.8.0 |
| 647 | 2024-11-18T23:50:02.612Z | Downloaded num-complex v0.4.6 |
| 648 | 2024-11-18T23:50:02.612Z | Downloaded dyn-clone v1.0.17 |
| 649 | 2024-11-18T23:50:02.612Z | Downloaded prettyplease v0.2.25 |
| 650 | 2024-11-18T23:50:02.612Z | Downloaded tough v0.19.0 |
| 651 | 2024-11-18T23:50:02.612Z | Downloaded signature v2.2.0 |
| 652 | 2024-11-18T23:50:02.612Z | Downloaded rustls-pemfile v1.0.4 |
| 653 | 2024-11-18T23:50:02.636Z | Downloaded progenitor-client v0.8.0 |
| 654 | 2024-11-18T23:50:02.636Z | Downloaded pin-utils v0.1.0 |
| 655 | 2024-11-18T23:50:02.636Z | Downloaded peg v0.8.4 |
| 656 | 2024-11-18T23:50:02.636Z | Downloaded num-traits v0.2.19 |
| 657 | 2024-11-18T23:50:02.636Z | Downloaded signal-hook-mio v0.2.4 |
| 658 | 2024-11-18T23:50:02.636Z | Downloaded elliptic-curve v0.13.8 |
| 659 | 2024-11-18T23:50:02.636Z | Downloaded signal-hook-registry v1.4.2 |
| 660 | 2024-11-18T23:50:02.636Z | Downloaded shell-words v1.1.0 |
| 661 | 2024-11-18T23:50:02.636Z | Downloaded password-hash v0.5.0 |
| 662 | 2024-11-18T23:50:02.636Z | Downloaded subprocess v0.2.9 |
| 663 | 2024-11-18T23:50:02.636Z | Downloaded unicode_categories v0.1.1 |
| 664 | 2024-11-18T23:50:02.660Z | Downloaded typed-path v0.9.3 |
| 665 | 2024-11-18T23:50:02.660Z | Downloaded serde-hex v0.1.0 |
| 666 | 2024-11-18T23:50:02.660Z | Downloaded debug-ignore v1.0.5 |
| 667 | 2024-11-18T23:50:02.660Z | Downloaded paste v1.0.15 |
| 668 | 2024-11-18T23:50:02.660Z | Downloaded password-hash v0.4.2 |
| 669 | 2024-11-18T23:50:02.660Z | Downloaded num-rational v0.4.2 |
| 670 | 2024-11-18T23:50:02.660Z | Downloaded ed25519 v2.2.3 |
| 671 | 2024-11-18T23:50:02.660Z | Downloaded signal-hook-tokio v0.3.1 |
| 672 | 2024-11-18T23:50:02.660Z | Downloaded num-derive v0.4.2 |
| 673 | 2024-11-18T23:50:02.684Z | Downloaded ghash v0.5.1 |
| 674 | 2024-11-18T23:50:02.684Z | Downloaded getrandom v0.2.15 |
| 675 | 2024-11-18T23:50:02.684Z | Downloaded dunce v1.0.5 |
| 676 | 2024-11-18T23:50:02.684Z | Downloaded tokio-postgres v0.7.12 |
| 677 | 2024-11-18T23:50:02.684Z | Downloaded parse-zoneinfo v0.3.1 |
| 678 | 2024-11-18T23:50:02.684Z | Downloaded smoltcp v0.11.0 |
| 679 | 2024-11-18T23:50:02.713Z | Downloaded pbkdf2 v0.12.2 |
| 680 | 2024-11-18T23:50:02.714Z | Downloaded pbkdf2 v0.11.0 |
| 681 | 2024-11-18T23:50:02.714Z | Downloaded path-slash v0.1.5 |
| 682 | 2024-11-18T23:50:02.714Z | Downloaded num_enum_derive v0.5.11 |
| 683 | 2024-11-18T23:50:02.714Z | Downloaded num_enum v0.5.11 |
| 684 | 2024-11-18T23:50:02.714Z | Downloaded num-iter v0.1.45 |
| 685 | 2024-11-18T23:50:02.714Z | Downloaded num-integer v0.1.46 |
| 686 | 2024-11-18T23:50:02.714Z | Downloaded ecdsa v0.16.9 |
| 687 | 2024-11-18T23:50:02.714Z | Downloaded dsl_auto_type v0.1.2 |
| 688 | 2024-11-18T23:50:02.714Z | Downloaded strum_macros v0.26.4 |
| 689 | 2024-11-18T23:50:02.714Z | Downloaded predicates-tree v1.0.11 |
| 690 | 2024-11-18T23:50:02.714Z | Downloaded predicates v3.1.2 |
| 691 | 2024-11-18T23:50:02.740Z | Downloaded futures-channel v0.3.31 |
| 692 | 2024-11-18T23:50:02.740Z | Downloaded tar v0.4.43 |
| 693 | 2024-11-18T23:50:02.740Z | Downloaded expectorate v1.1.0 |
| 694 | 2024-11-18T23:50:02.740Z | Downloaded rustyline v14.0.0 |
| 695 | 2024-11-18T23:50:02.740Z | Downloaded publicsuffix v2.2.3 |
| 696 | 2024-11-18T23:50:02.740Z | Downloaded strum_macros v0.25.3 |
| 697 | 2024-11-18T23:50:02.740Z | Downloaded structmeta v0.2.0 |
| 698 | 2024-11-18T23:50:02.740Z | Downloaded progenitor v0.8.0 |
| 699 | 2024-11-18T23:50:02.740Z | Downloaded proc-macro-crate v1.3.1 |
| 700 | 2024-11-18T23:50:02.764Z | Downloaded primeorder v0.13.6 |
| 701 | 2024-11-18T23:50:02.764Z | Downloaded predicates-core v1.0.8 |
| 702 | 2024-11-18T23:50:02.764Z | Downloaded darling_core v0.20.10 |
| 703 | 2024-11-18T23:50:02.764Z | Downloaded tracing v0.1.40 |
| 704 | 2024-11-18T23:50:02.764Z | Downloaded rayon v1.10.0 |
| 705 | 2024-11-18T23:50:02.789Z | Downloaded num_threads v0.1.7 |
| 706 | 2024-11-18T23:50:02.789Z | Downloaded num-conv v0.1.0 |
| 707 | 2024-11-18T23:50:02.789Z | Downloaded fxhash v0.2.1 |
| 708 | 2024-11-18T23:50:02.789Z | Downloaded downcast v0.11.0 |
| 709 | 2024-11-18T23:50:02.789Z | Downloaded futures-task v0.3.31 |
| 710 | 2024-11-18T23:50:02.789Z | Downloaded futures-executor v0.3.31 |
| 711 | 2024-11-18T23:50:02.789Z | Downloaded pin-project v1.1.6 |
| 712 | 2024-11-18T23:50:02.789Z | Downloaded fd-lock v4.0.2 |
| 713 | 2024-11-18T23:50:02.789Z | Downloaded futures-io v0.3.31 |
| 714 | 2024-11-18T23:50:02.815Z | Downloaded futures-core v0.3.31 |
| 715 | 2024-11-18T23:50:02.815Z | Downloaded either v1.13.0 |
| 716 | 2024-11-18T23:50:02.815Z | Downloaded pem-rfc7468 v0.7.0 |
| 717 | 2024-11-18T23:50:02.815Z | Downloaded futures v0.3.31 |
| 718 | 2024-11-18T23:50:02.815Z | Downloaded chrono v0.4.38 |
| 719 | 2024-11-18T23:50:02.815Z | Downloaded futures-sink v0.3.31 |
| 720 | 2024-11-18T23:50:02.815Z | Downloaded xattr v1.3.1 |
| 721 | 2024-11-18T23:50:02.815Z | Downloaded zopfli v0.8.1 |
| 722 | 2024-11-18T23:50:02.815Z | Downloaded russh-keys v0.45.0 |
| 723 | 2024-11-18T23:50:02.839Z | Downloaded zerovec v0.10.4 |
| 724 | 2024-11-18T23:50:02.839Z | Downloaded reqwest v0.12.9 |
| 725 | 2024-11-18T23:50:02.839Z | Downloaded hashbrown v0.14.5 |
| 726 | 2024-11-18T23:50:02.839Z | Downloaded stringprep v0.1.5 |
| 727 | 2024-11-18T23:50:02.863Z | Downloaded string_cache v0.8.7 |
| 728 | 2024-11-18T23:50:02.863Z | Downloaded static_assertions v1.1.0 |
| 729 | 2024-11-18T23:50:02.863Z | Downloaded stable_deref_trait v1.2.0 |
| 730 | 2024-11-18T23:50:02.863Z | Downloaded pin-project-lite v0.2.14 |
| 731 | 2024-11-18T23:50:02.863Z | Downloaded pin-project-internal v1.1.6 |
| 732 | 2024-11-18T23:50:02.863Z | Downloaded peg-macros v0.8.4 |
| 733 | 2024-11-18T23:50:02.863Z | Downloaded parking_lot v0.11.2 |
| 734 | 2024-11-18T23:50:02.863Z | Downloaded tracing-core v0.1.32 |
| 735 | 2024-11-18T23:50:02.887Z | Downloaded rusqlite v0.32.1 |
| 736 | 2024-11-18T23:50:02.887Z | Downloaded hashbrown v0.12.3 |
| 737 | 2024-11-18T23:50:02.888Z | Downloaded strum_macros v0.24.3 |
| 738 | 2024-11-18T23:50:02.888Z | Downloaded fs_extra v1.3.0 |
| 739 | 2024-11-18T23:50:02.888Z | Downloaded tokio-rustls v0.25.0 |
| 740 | 2024-11-18T23:50:02.888Z | Downloaded term v0.7.0 |
| 741 | 2024-11-18T23:50:02.888Z | Downloaded parse-display-derive v0.10.0 |
| 742 | 2024-11-18T23:50:02.888Z | Downloaded parking_lot v0.12.3 |
| 743 | 2024-11-18T23:50:02.911Z | Downloaded tungstenite v0.24.0 |
| 744 | 2024-11-18T23:50:02.911Z | Downloaded tungstenite v0.23.0 |
| 745 | 2024-11-18T23:50:02.911Z | Downloaded tungstenite v0.21.0 |
| 746 | 2024-11-18T23:50:02.911Z | Downloaded hashbrown v0.13.2 |
| 747 | 2024-11-18T23:50:02.912Z | Downloaded reedline v0.35.0 |
| 748 | 2024-11-18T23:50:02.936Z | Downloaded xz2 v0.1.7 |
| 749 | 2024-11-18T23:50:02.936Z | Downloaded unicode-truncate v1.1.0 |
| 750 | 2024-11-18T23:50:02.936Z | Downloaded structmeta-derive v0.3.0 |
| 751 | 2024-11-18T23:50:02.936Z | Downloaded structmeta v0.3.0 |
| 752 | 2024-11-18T23:50:02.936Z | Downloaded phf_shared v0.11.2 |
| 753 | 2024-11-18T23:50:02.936Z | Downloaded phf_generator v0.11.2 |
| 754 | 2024-11-18T23:50:02.936Z | Downloaded phf_codegen v0.11.2 |
| 755 | 2024-11-18T23:50:02.936Z | Downloaded phf v0.11.2 |
| 756 | 2024-11-18T23:50:02.936Z | Downloaded percent-encoding v2.3.1 |
| 757 | 2024-11-18T23:50:02.936Z | Downloaded pem v3.0.4 |
| 758 | 2024-11-18T23:50:02.936Z | Downloaded funty v2.0.0 |
| 759 | 2024-11-18T23:50:02.937Z | Downloaded fragile v2.0.0 |
| 760 | 2024-11-18T23:50:02.937Z | Downloaded form_urlencoded v1.2.1 |
| 761 | 2024-11-18T23:50:02.960Z | Downloaded zone v0.1.8 |
| 762 | 2024-11-18T23:50:02.960Z | Downloaded tokio-rustls v0.24.1 |
| 763 | 2024-11-18T23:50:02.960Z | Downloaded synstructure v0.13.1 |
| 764 | 2024-11-18T23:50:02.961Z | Downloaded schemars v0.8.21 |
| 765 | 2024-11-18T23:50:02.961Z | Downloaded ring v0.17.8 |
| 766 | 2024-11-18T23:50:03.031Z | Downloaded samael v0.0.17 |
| 767 | 2024-11-18T23:50:03.055Z | Downloaded flate2 v1.0.34 |
| 768 | 2024-11-18T23:50:03.055Z | Downloaded zerocopy v0.6.6 |
| 769 | 2024-11-18T23:50:03.055Z | Downloaded quinn v0.11.5 |
| 770 | 2024-11-18T23:50:03.055Z | Downloaded blake3 v1.5.4 |
| 771 | 2024-11-18T23:50:03.081Z | Downloaded bindgen v0.69.5 |
| 772 | 2024-11-18T23:50:03.081Z | Downloaded aws-lc-rs v1.10.0 |
| 773 | 2024-11-18T23:50:03.081Z | Downloaded embedded-io v0.6.1 |
| 774 | 2024-11-18T23:50:03.106Z | Downloaded embedded-io v0.4.0 |
| 775 | 2024-11-18T23:50:03.106Z | Downloaded zone v0.3.0 |
| 776 | 2024-11-18T23:50:03.106Z | Downloaded supports-color v3.0.1 |
| 777 | 2024-11-18T23:50:03.106Z | Downloaded rustc-demangle v0.1.24 |
| 778 | 2024-11-18T23:50:03.106Z | Downloaded parking_lot_core v0.9.10 |
| 779 | 2024-11-18T23:50:03.106Z | Downloaded parking_lot_core v0.8.6 |
| 780 | 2024-11-18T23:50:03.106Z | Downloaded env_logger v0.10.2 |
| 781 | 2024-11-18T23:50:03.106Z | Downloaded flume v0.11.1 |
| 782 | 2024-11-18T23:50:03.106Z | Downloaded fatfs v0.3.6 |
| 783 | 2024-11-18T23:50:03.106Z | Downloaded time v0.3.36 |
| 784 | 2024-11-18T23:50:03.130Z | Downloaded headers v0.4.0 |
| 785 | 2024-11-18T23:50:03.130Z | Downloaded der v0.7.9 |
| 786 | 2024-11-18T23:50:03.130Z | Downloaded bitvec v1.0.1 |
| 787 | 2024-11-18T23:50:03.155Z | Downloaded structmeta-derive v0.2.0 |
| 788 | 2024-11-18T23:50:03.155Z | Downloaded phf_shared v0.10.0 |
| 789 | 2024-11-18T23:50:03.155Z | Downloaded peg-runtime v0.8.3 |
| 790 | 2024-11-18T23:50:03.155Z | Downloaded foreign-types-shared v0.3.1 |
| 791 | 2024-11-18T23:50:03.155Z | Downloaded foreign-types-shared v0.1.1 |
| 792 | 2024-11-18T23:50:03.155Z | Downloaded zone_cfg_derive v0.3.0 |
| 793 | 2024-11-18T23:50:03.155Z | Downloaded zone_cfg_derive v0.1.2 |
| 794 | 2024-11-18T23:50:03.155Z | Downloaded tap v1.0.1 |
| 795 | 2024-11-18T23:50:03.155Z | Downloaded tabwriter v1.4.0 |
| 796 | 2024-11-18T23:50:03.155Z | Downloaded sync-ptr v0.1.1 |
| 797 | 2024-11-18T23:50:03.155Z | Downloaded rustfmt-wrapper v0.2.1 |
| 798 | 2024-11-18T23:50:03.155Z | Downloaded rustc_version v0.4.1 |
| 799 | 2024-11-18T23:50:03.155Z | Downloaded rustc_version v0.1.7 |
| 800 | 2024-11-18T23:50:03.155Z | Downloaded rustc-hash v2.0.0 |
| 801 | 2024-11-18T23:50:03.155Z | Downloaded russh-cryptovec v0.7.3 |
| 802 | 2024-11-18T23:50:03.155Z | Downloaded packed_struct_codegen v0.10.1 |
| 803 | 2024-11-18T23:50:03.179Z | Downloaded packed_struct v0.10.1 |
| 804 | 2024-11-18T23:50:03.179Z | Downloaded olpc-cjson v0.1.4 |
| 805 | 2024-11-18T23:50:03.179Z | Downloaded foreign-types-macros v0.2.3 |
| 806 | 2024-11-18T23:50:03.179Z | Downloaded foreign-types v0.5.0 |
| 807 | 2024-11-18T23:50:03.179Z | Downloaded env_logger v0.11.5 |
| 808 | 2024-11-18T23:50:03.179Z | Downloaded libsqlite3-sys v0.30.1 |
| 809 | 2024-11-18T23:50:03.252Z | Downloaded env_filter v0.1.2 |
| 810 | 2024-11-18T23:50:03.276Z | Downloaded ring v0.16.20 |
| 811 | 2024-11-18T23:50:03.351Z | Downloaded enum-as-inner v0.6.1 |
| 812 | 2024-11-18T23:50:03.377Z | Downloaded enum-as-inner v0.5.1 |
| 813 | 2024-11-18T23:50:03.377Z | Downloaded typify-macro v0.2.0 |
| 814 | 2024-11-18T23:50:03.377Z | Downloaded typify v0.2.0 |
| 815 | 2024-11-18T23:50:03.377Z | Downloaded tracing-attributes v0.1.27 |
| 816 | 2024-11-18T23:50:03.377Z | Downloaded sct v0.7.1 |
| 817 | 2024-11-18T23:50:03.377Z | Downloaded rustversion v1.0.17 |
| 818 | 2024-11-18T23:50:03.377Z | Downloaded postgres-protocol v0.6.7 |
| 819 | 2024-11-18T23:50:03.377Z | Downloaded oso v0.27.3 |
| 820 | 2024-11-18T23:50:03.377Z | Downloaded test-strategy v0.3.1 |
| 821 | 2024-11-18T23:50:03.402Z | Downloaded vcpkg v0.2.15 |
| 822 | 2024-11-18T23:50:03.427Z | Downloaded uzers v0.12.1 |
| 823 | 2024-11-18T23:50:03.427Z | Downloaded sync_wrapper v1.0.1 |
| 824 | 2024-11-18T23:50:03.427Z | Downloaded rustc-hash v1.1.0 |
| 825 | 2024-11-18T23:50:03.427Z | Downloaded parse-display v0.10.0 |
| 826 | 2024-11-18T23:50:03.452Z | Downloaded topological-sort v0.2.2 |
| 827 | 2024-11-18T23:50:03.452Z | Downloaded rusty-fork v0.3.0 |
| 828 | 2024-11-18T23:50:03.452Z | Downloaded p256 v0.13.2 |
| 829 | 2024-11-18T23:50:03.452Z | Downloaded openssl-sys v0.9.104 |
| 830 | 2024-11-18T23:50:03.452Z | Downloaded omicron-zone-package v0.11.1 |
| 831 | 2024-11-18T23:50:03.452Z | Downloaded yasna v0.5.2 |
| 832 | 2024-11-18T23:50:03.452Z | Downloaded uuid v1.11.0 |
| 833 | 2024-11-18T23:50:03.452Z | Downloaded foldhash v0.1.3 |
| 834 | 2024-11-18T23:50:03.452Z | Downloaded unarray v0.1.4 |
| 835 | 2024-11-18T23:50:03.453Z | Downloaded twox-hash v1.6.3 |
| 836 | 2024-11-18T23:50:03.479Z | Downloaded tui-tree-widget v0.22.0 |
| 837 | 2024-11-18T23:50:03.479Z | Downloaded powerfmt v0.2.0 |
| 838 | 2024-11-18T23:50:03.480Z | Downloaded postgres-types v0.2.8 |
| 839 | 2024-11-18T23:50:03.480Z | Downloaded postcard v1.0.10 |
| 840 | 2024-11-18T23:50:03.480Z | Downloaded semver v0.1.20 |
| 841 | 2024-11-18T23:50:03.480Z | Downloaded secrecy v0.8.0 |
| 842 | 2024-11-18T23:50:03.480Z | Downloaded sec1 v0.7.3 |
| 843 | 2024-11-18T23:50:03.480Z | Downloaded schemars_derive v0.8.21 |
| 844 | 2024-11-18T23:50:03.481Z | Downloaded scheduled-thread-pool v0.2.7 |
| 845 | 2024-11-18T23:50:03.481Z | Downloaded same-file v1.0.6 |
| 846 | 2024-11-18T23:50:03.481Z | Downloaded owo-colors v4.1.0 |
| 847 | 2024-11-18T23:50:03.481Z | Downloaded zip v0.6.6 |
| 848 | 2024-11-18T23:50:03.481Z | Downloaded nom v7.1.3 |
| 849 | 2024-11-18T23:50:03.507Z | Downloaded salsa20 v0.10.2 |
| 850 | 2024-11-18T23:50:03.507Z | Downloaded ppv-lite86 v0.2.20 |
| 851 | 2024-11-18T23:50:03.508Z | Downloaded pkg-config v0.3.31 |
| 852 | 2024-11-18T23:50:03.508Z | Downloaded derive-where v1.2.7 |
| 853 | 2024-11-18T23:50:03.508Z | Downloaded polyval v0.6.2 |
| 854 | 2024-11-18T23:50:03.508Z | Downloaded ff v0.13.0 |
| 855 | 2024-11-18T23:50:03.508Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 856 | 2024-11-18T23:50:03.508Z | Downloaded yoke v0.7.4 |
| 857 | 2024-11-18T23:50:03.508Z | Downloaded toolchain_find v0.4.0 |
| 858 | 2024-11-18T23:50:03.508Z | Downloaded poly1305 v0.8.0 |
| 859 | 2024-11-18T23:50:03.508Z | Downloaded fallible-iterator v0.2.0 |
| 860 | 2024-11-18T23:50:03.508Z | Downloaded hashlink v0.9.1 |
| 861 | 2024-11-18T23:50:03.508Z | Downloaded float-ord v0.3.2 |
| 862 | 2024-11-18T23:50:03.509Z | Downloaded float-cmp v0.9.0 |
| 863 | 2024-11-18T23:50:03.509Z | Downloaded fixedbitset v0.4.2 |
| 864 | 2024-11-18T23:50:03.534Z | Downloaded filetime v0.2.25 |
| 865 | 2024-11-18T23:50:03.534Z | Downloaded zerovec-derive v0.10.3 |
| 866 | 2024-11-18T23:50:03.534Z | Downloaded tinyvec v1.8.0 |
| 867 | 2024-11-18T23:50:03.534Z | Downloaded thread_local v1.1.8 |
| 868 | 2024-11-18T23:50:03.534Z | Downloaded thiserror-no-std v2.0.2 |
| 869 | 2024-11-18T23:50:03.534Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 870 | 2024-11-18T23:50:03.534Z | Downloaded termios v0.3.3 |
| 871 | 2024-11-18T23:50:03.534Z | Downloaded r2d2 v0.8.10 |
| 872 | 2024-11-18T23:50:03.534Z | Downloaded quinn-udp v0.5.5 |
| 873 | 2024-11-18T23:50:03.534Z | Downloaded sqlparser v0.45.0 |
| 874 | 2024-11-18T23:50:03.560Z | Downloaded lalrpop v0.19.12 |
| 875 | 2024-11-18T23:50:03.560Z | Downloaded openssl-probe v0.1.5 |
| 876 | 2024-11-18T23:50:03.560Z | Downloaded opaque-debug v0.3.1 |
| 877 | 2024-11-18T23:50:03.560Z | Downloaded flagset v0.4.6 |
| 878 | 2024-11-18T23:50:03.560Z | Downloaded fallible-iterator v0.3.0 |
| 879 | 2024-11-18T23:50:03.561Z | Downloaded zerofrom-derive v0.1.4 |
| 880 | 2024-11-18T23:50:03.561Z | Downloaded rsa v0.9.6 |
| 881 | 2024-11-18T23:50:03.561Z | Downloaded globset v0.4.15 |
| 882 | 2024-11-18T23:50:03.585Z | Downloaded derive_builder_core v0.20.2 |
| 883 | 2024-11-18T23:50:03.586Z | Downloaded defmt v0.3.8 |
| 884 | 2024-11-18T23:50:03.586Z | Downloaded slog v2.7.0 |
| 885 | 2024-11-18T23:50:03.586Z | Downloaded zeroize v1.8.1 |
| 886 | 2024-11-18T23:50:03.586Z | Downloaded yoke-derive v0.7.4 |
| 887 | 2024-11-18T23:50:03.586Z | Downloaded rand v0.8.5 |
| 888 | 2024-11-18T23:50:03.586Z | Downloaded similar v2.6.0 |
| 889 | 2024-11-18T23:50:03.586Z | Downloaded crossterm v0.28.1 |
| 890 | 2024-11-18T23:50:03.610Z | Downloaded tokio-native-tls v0.3.1 |
| 891 | 2024-11-18T23:50:03.610Z | Downloaded tokio-macros v2.4.0 |
| 892 | 2024-11-18T23:50:03.610Z | Downloaded time-macros v0.2.18 |
| 893 | 2024-11-18T23:50:03.611Z | Downloaded ron v0.8.1 |
| 894 | 2024-11-18T23:50:03.611Z | Downloaded ron v0.7.1 |
| 895 | 2024-11-18T23:50:03.611Z | Downloaded heapless v0.8.0 |
| 896 | 2024-11-18T23:50:03.611Z | Downloaded hash32 v0.2.1 |
| 897 | 2024-11-18T23:50:03.636Z | Downloaded half v2.4.1 |
| 898 | 2024-11-18T23:50:03.636Z | Downloaded group v0.13.0 |
| 899 | 2024-11-18T23:50:03.636Z | Downloaded glob v0.3.1 |
| 900 | 2024-11-18T23:50:03.636Z | Downloaded smf v0.2.3 |
| 901 | 2024-11-18T23:50:03.636Z | Downloaded tls_codec_derive v0.4.1 |
| 902 | 2024-11-18T23:50:03.636Z | Downloaded tls_codec v0.4.1 |
| 903 | 2024-11-18T23:50:03.636Z | Downloaded tinystr v0.7.6 |
| 904 | 2024-11-18T23:50:03.636Z | Downloaded tiny-keccak v2.0.2 |
| 905 | 2024-11-18T23:50:03.636Z | Downloaded deranged v0.3.11 |
| 906 | 2024-11-18T23:50:03.636Z | Downloaded defmt-parser v0.3.4 |
| 907 | 2024-11-18T23:50:03.637Z | Downloaded defmt-macros v0.3.9 |
| 908 | 2024-11-18T23:50:03.637Z | Downloaded slog-term v2.9.1 |
| 909 | 2024-11-18T23:50:03.661Z | Downloaded slog-scope v4.4.0 |
| 910 | 2024-11-18T23:50:03.661Z | Downloaded hickory-server v0.24.1 |
| 911 | 2024-11-18T23:50:03.661Z | Downloaded base64 v0.22.1 |
| 912 | 2024-11-18T23:50:03.661Z | Downloaded time-core v0.1.2 |
| 913 | 2024-11-18T23:50:03.661Z | Downloaded termcolor v1.4.1 |
| 914 | 2024-11-18T23:50:03.661Z | Downloaded rtoolbox v0.0.2 |
| 915 | 2024-11-18T23:50:03.661Z | Downloaded rpassword v7.3.1 |
| 916 | 2024-11-18T23:50:03.661Z | Downloaded rfc6979 v0.4.0 |
| 917 | 2024-11-18T23:50:03.661Z | Downloaded resolv-conf v0.7.0 |
| 918 | 2024-11-18T23:50:03.661Z | Downloaded nu-ansi-term v0.50.1 |
| 919 | 2024-11-18T23:50:03.661Z | Downloaded diesel_derives v2.2.3 |
| 920 | 2024-11-18T23:50:03.685Z | Downloaded smallvec v1.13.2 |
| 921 | 2024-11-18T23:50:03.685Z | Downloaded slog-json v2.6.1 |
| 922 | 2024-11-18T23:50:03.685Z | Downloaded slog-dtrace v0.3.0 |
| 923 | 2024-11-18T23:50:03.685Z | Downloaded slab v0.4.9 |
| 924 | 2024-11-18T23:50:03.685Z | Downloaded radium v0.7.0 |
| 925 | 2024-11-18T23:50:03.686Z | Downloaded quick-error v1.2.3 |
| 926 | 2024-11-18T23:50:03.686Z | Downloaded hickory-client v0.24.1 |
| 927 | 2024-11-18T23:50:03.686Z | Downloaded siphasher v0.3.11 |
| 928 | 2024-11-18T23:50:03.686Z | Downloaded simd-adler32 v0.3.7 |
| 929 | 2024-11-18T23:50:03.686Z | Downloaded serde_path_to_error v0.1.16 |
| 930 | 2024-11-18T23:50:03.686Z | Downloaded rayon-core v1.12.1 |
| 931 | 2024-11-18T23:50:03.709Z | Downloaded itertools v0.13.0 |
| 932 | 2024-11-18T23:50:03.709Z | Downloaded itertools v0.12.1 |
| 933 | 2024-11-18T23:50:03.709Z | Downloaded crc-any v2.5.0 |
| 934 | 2024-11-18T23:50:03.709Z | Downloaded num v0.4.3 |
| 935 | 2024-11-18T23:50:03.709Z | Downloaded nodrop v0.1.14 |
| 936 | 2024-11-18T23:50:03.709Z | Downloaded nibble_vec v0.1.0 |
| 937 | 2024-11-18T23:50:03.709Z | Downloaded newtype-uuid v1.1.3 |
| 938 | 2024-11-18T23:50:03.710Z | Downloaded hex-literal v0.4.1 |
| 939 | 2024-11-18T23:50:03.733Z | Downloaded heck v0.3.3 |
| 940 | 2024-11-18T23:50:03.733Z | Downloaded hash32 v0.3.1 |
| 941 | 2024-11-18T23:50:03.733Z | Downloaded diff v0.1.13 |
| 942 | 2024-11-18T23:50:03.733Z | Downloaded dhcproto v0.12.0 |
| 943 | 2024-11-18T23:50:03.733Z | Downloaded derive_builder v0.20.2 |
| 944 | 2024-11-18T23:50:03.733Z | Downloaded der_derive v0.7.3 |
| 945 | 2024-11-18T23:50:03.733Z | Downloaded smallvec v0.6.14 |
| 946 | 2024-11-18T23:50:03.733Z | Downloaded slog-stdlog v4.1.1 |
| 947 | 2024-11-18T23:50:03.733Z | Downloaded slog-bunyan v2.5.0 |
| 948 | 2024-11-18T23:50:03.733Z | Downloaded scopeguard v1.2.0 |
| 949 | 2024-11-18T23:50:03.734Z | Downloaded libxml v0.3.3 |
| 950 | 2024-11-18T23:50:03.758Z | Downloaded libm v0.2.8 |
| 951 | 2024-11-18T23:50:03.758Z | Downloaded heapless v0.7.17 |
| 952 | 2024-11-18T23:50:03.758Z | Downloaded newtype_derive v0.1.6 |
| 953 | 2024-11-18T23:50:03.758Z | Downloaded hex v0.4.3 |
| 954 | 2024-11-18T23:50:03.758Z | Downloaded dirs-next v2.0.0 |
| 955 | 2024-11-18T23:50:03.758Z | Downloaded difflib v0.4.0 |
| 956 | 2024-11-18T23:50:03.782Z | Downloaded diesel-dtrace v0.3.0 |
| 957 | 2024-11-18T23:50:03.783Z | Downloaded des v0.8.1 |
| 958 | 2024-11-18T23:50:03.783Z | Downloaded derive_more v0.99.18 |
| 959 | 2024-11-18T23:50:03.783Z | Downloaded vergen v8.3.2 |
| 960 | 2024-11-18T23:50:03.783Z | Downloaded value-bag v1.9.0 |
| 961 | 2024-11-18T23:50:03.783Z | Downloaded snafu v0.8.5 |
| 962 | 2024-11-18T23:50:03.783Z | Downloaded idna v0.2.3 |
| 963 | 2024-11-18T23:50:03.810Z | Downloaded crossbeam-channel v0.5.13 |
| 964 | 2024-11-18T23:50:03.810Z | Downloaded const_format v0.2.33 |
| 965 | 2024-11-18T23:50:03.810Z | Downloaded compact_str v0.8.0 |
| 966 | 2024-11-18T23:50:03.812Z | Downloaded cc v1.1.30 |
| 967 | 2024-11-18T23:50:03.812Z | Downloaded base64 v0.21.7 |
| 968 | 2024-11-18T23:50:03.839Z | Downloaded dhcproto-macros v0.1.0 |
| 969 | 2024-11-18T23:50:03.840Z | Downloaded derive_builder_macro v0.20.2 |
| 970 | 2024-11-18T23:50:03.840Z | Downloaded wait-timeout v0.2.0 |
| 971 | 2024-11-18T23:50:03.840Z | Downloaded vte v0.11.1 |
| 972 | 2024-11-18T23:50:03.840Z | Downloaded socket2 v0.5.7 |
| 973 | 2024-11-18T23:50:03.840Z | Downloaded snafu-derive v0.8.5 |
| 974 | 2024-11-18T23:50:03.840Z | Downloaded scrypt v0.11.0 |
| 975 | 2024-11-18T23:50:03.841Z | Downloaded rand_core v0.6.4 |
| 976 | 2024-11-18T23:50:03.841Z | Downloaded mio v1.0.2 |
| 977 | 2024-11-18T23:50:03.841Z | Downloaded ssh-cipher v0.2.0 |
| 978 | 2024-11-18T23:50:03.841Z | Downloaded spin v0.9.8 |
| 979 | 2024-11-18T23:50:03.841Z | Downloaded spin v0.5.2 |
| 980 | 2024-11-18T23:50:03.841Z | Downloaded ref-cast-impl v1.0.23 |
| 981 | 2024-11-18T23:50:03.841Z | Downloaded ref-cast v1.0.23 |
| 982 | 2024-11-18T23:50:03.870Z | Downloaded rand_seeder v0.3.0 |
| 983 | 2024-11-18T23:50:03.870Z | Downloaded minimal-lexical v0.2.1 |
| 984 | 2024-11-18T23:50:03.870Z | Downloaded icu_collections v1.5.0 |
| 985 | 2024-11-18T23:50:03.870Z | Downloaded hyper-util v0.1.10 |
| 986 | 2024-11-18T23:50:03.870Z | Downloaded highway v1.2.0 |
| 987 | 2024-11-18T23:50:03.870Z | Downloaded chacha20poly1305 v0.10.1 |
| 988 | 2024-11-18T23:50:03.870Z | Downloaded vte_generate_state_changes v0.1.2 |
| 989 | 2024-11-18T23:50:03.870Z | Downloaded utf8_iter v1.0.4 |
| 990 | 2024-11-18T23:50:03.870Z | Downloaded ssh-encoding v0.2.0 |
| 991 | 2024-11-18T23:50:03.897Z | Downloaded sqlparser_derive v0.2.2 |
| 992 | 2024-11-18T23:50:03.897Z | Downloaded sqlformat v0.2.6 |
| 993 | 2024-11-18T23:50:03.898Z | Downloaded spki v0.7.3 |
| 994 | 2024-11-18T23:50:03.898Z | Downloaded rand_xorshift v0.3.0 |
| 995 | 2024-11-18T23:50:03.898Z | Downloaded miniz_oxide v0.8.0 |
| 996 | 2024-11-18T23:50:03.898Z | Downloaded crossbeam-epoch v0.9.18 |
| 997 | 2024-11-18T23:50:03.898Z | Downloaded const_format_proc_macros v0.2.33 |
| 998 | 2024-11-18T23:50:03.898Z | Downloaded blake2 v0.10.6 |
| 999 | 2024-11-18T23:50:03.898Z | Downloaded backoff v0.4.0 |
| 1000 | 2024-11-18T23:50:03.899Z | Downloaded serde_repr v0.1.19 |
| 1001 | 2024-11-18T23:50:03.899Z | Downloaded native-tls v0.2.12 |
| 1002 | 2024-11-18T23:50:03.899Z | Downloaded aws-lc-sys v0.22.0 |
| 1003 | 2024-11-18T23:50:04.143Z | Downloaded nanorand v0.7.0 |
| 1004 | 2024-11-18T23:50:04.168Z | Downloaded multer v3.1.0 |
| 1005 | 2024-11-18T23:50:04.168Z | Downloaded mockall_derive v0.13.0 |
| 1006 | 2024-11-18T23:50:04.168Z | Downloaded jobserver v0.1.32 |
| 1007 | 2024-11-18T23:50:04.168Z | Downloaded icu_locid_transform v1.5.0 |
| 1008 | 2024-11-18T23:50:04.168Z | Downloaded iana-time-zone v0.1.61 |
| 1009 | 2024-11-18T23:50:04.168Z | Downloaded crypto-bigint v0.5.5 |
| 1010 | 2024-11-18T23:50:04.168Z | Downloaded crc-catalog v2.4.0 |
| 1011 | 2024-11-18T23:50:04.168Z | Downloaded bitflags v1.3.2 |
| 1012 | 2024-11-18T23:50:04.192Z | Downloaded slog-async v2.8.0 |
| 1013 | 2024-11-18T23:50:04.192Z | Downloaded mockall v0.13.0 |
| 1014 | 2024-11-18T23:50:04.192Z | Downloaded mime_guess v2.0.5 |
| 1015 | 2024-11-18T23:50:04.192Z | Downloaded memmap2 v0.9.5 |
| 1016 | 2024-11-18T23:50:04.192Z | Downloaded md-5 v0.10.6 |
| 1017 | 2024-11-18T23:50:04.192Z | Downloaded maybe-uninit v2.0.0 |
| 1018 | 2024-11-18T23:50:04.192Z | Downloaded lru-cache v0.1.2 |
| 1019 | 2024-11-18T23:50:04.192Z | Downloaded lockfree-object-pool v0.1.6 |
| 1020 | 2024-11-18T23:50:04.192Z | Downloaded lazycell v1.3.0 |
| 1021 | 2024-11-18T23:50:04.192Z | Downloaded keccak v0.1.5 |
| 1022 | 2024-11-18T23:50:04.192Z | Downloaded itertools v0.10.5 |
| 1023 | 2024-11-18T23:50:04.216Z | Downloaded is-terminal v0.4.13 |
| 1024 | 2024-11-18T23:50:04.216Z | Downloaded indicatif v0.17.9 |
| 1025 | 2024-11-18T23:50:04.217Z | Downloaded ctr v0.9.2 |
| 1026 | 2024-11-18T23:50:04.217Z | Downloaded crc32fast v1.4.2 |
| 1027 | 2024-11-18T23:50:04.217Z | Downloaded cookie_store v0.21.0 |
| 1028 | 2024-11-18T23:50:04.217Z | Downloaded cancel-safe-futures v0.1.5 |
| 1029 | 2024-11-18T23:50:04.217Z | Downloaded blowfish v0.9.1 |
| 1030 | 2024-11-18T23:50:04.217Z | Downloaded newline-converter v0.3.0 |
| 1031 | 2024-11-18T23:50:04.217Z | Downloaded multimap v0.10.0 |
| 1032 | 2024-11-18T23:50:04.217Z | Downloaded mirai-annotations v1.12.0 |
| 1033 | 2024-11-18T23:50:04.217Z | Downloaded matches v0.1.10 |
| 1034 | 2024-11-18T23:50:04.217Z | Downloaded managed v0.8.0 |
| 1035 | 2024-11-18T23:50:04.217Z | Downloaded litemap v0.7.3 |
| 1036 | 2024-11-18T23:50:04.241Z | Downloaded linked-hash-map v0.5.6 |
| 1037 | 2024-11-18T23:50:04.241Z | Downloaded libsw v3.3.1 |
| 1038 | 2024-11-18T23:50:04.241Z | Downloaded libloading v0.8.5 |
| 1039 | 2024-11-18T23:50:04.241Z | Downloaded lazy_static v1.5.0 |
| 1040 | 2024-11-18T23:50:04.241Z | Downloaded lalrpop-util v0.19.12 |
| 1041 | 2024-11-18T23:50:04.241Z | Downloaded icu_normalizer_data v1.5.0 |
| 1042 | 2024-11-18T23:50:04.241Z | Downloaded icu_normalizer v1.5.0 |
| 1043 | 2024-11-18T23:50:04.241Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1044 | 2024-11-18T23:50:04.241Z | Downloaded icu_locid v1.5.0 |
| 1045 | 2024-11-18T23:50:04.241Z | Downloaded hyper-staticfile v0.10.1 |
| 1046 | 2024-11-18T23:50:04.241Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1047 | 2024-11-18T23:50:04.268Z | Downloaded csv-core v0.1.11 |
| 1048 | 2024-11-18T23:50:04.268Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1049 | 2024-11-18T23:50:04.268Z | Downloaded crc v3.2.1 |
| 1050 | 2024-11-18T23:50:04.269Z | Downloaded bcs v0.1.6 |
| 1051 | 2024-11-18T23:50:04.269Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1052 | 2024-11-18T23:50:04.269Z | Downloaded bb8 v0.8.5 |
| 1053 | 2024-11-18T23:50:04.269Z | Downloaded maplit v1.0.2 |
| 1054 | 2024-11-18T23:50:04.269Z | Downloaded lru v0.12.5 |
| 1055 | 2024-11-18T23:50:04.269Z | Downloaded lock_api v0.4.12 |
| 1056 | 2024-11-18T23:50:04.269Z | Downloaded linear-map v1.2.0 |
| 1057 | 2024-11-18T23:50:04.269Z | Downloaded libefi-sys v0.1.0 |
| 1058 | 2024-11-18T23:50:04.269Z | Downloaded kstat-rs v0.2.4 |
| 1059 | 2024-11-18T23:50:04.269Z | Downloaded is_ci v1.2.0 |
| 1060 | 2024-11-18T23:50:04.269Z | Downloaded ipnetwork v0.20.0 |
| 1061 | 2024-11-18T23:50:04.269Z | Downloaded internet-checksum v0.2.1 |
| 1062 | 2024-11-18T23:50:04.269Z | Downloaded instant v0.1.13 |
| 1063 | 2024-11-18T23:50:04.269Z | Downloaded instability v0.3.2 |
| 1064 | 2024-11-18T23:50:04.293Z | Downloaded inout v0.1.3 |
| 1065 | 2024-11-18T23:50:04.293Z | Downloaded indoc v1.0.9 |
| 1066 | 2024-11-18T23:50:04.293Z | Downloaded indexmap v1.9.3 |
| 1067 | 2024-11-18T23:50:04.293Z | Downloaded idna v0.5.0 |
| 1068 | 2024-11-18T23:50:04.293Z | Downloaded hyper-tls v0.6.0 |
| 1069 | 2024-11-18T23:50:04.293Z | Downloaded headers-core v0.3.0 |
| 1070 | 2024-11-18T23:50:04.293Z | Downloaded cstr-argument v0.1.2 |
| 1071 | 2024-11-18T23:50:04.293Z | Downloaded crunchy v0.2.2 |
| 1072 | 2024-11-18T23:50:04.293Z | Downloaded crossbeam-deque v0.8.5 |
| 1073 | 2024-11-18T23:50:04.293Z | Downloaded convert_case v0.4.0 |
| 1074 | 2024-11-18T23:50:04.293Z | Downloaded cobs v0.2.3 |
| 1075 | 2024-11-18T23:50:04.293Z | Downloaded cmake v0.1.51 |
| 1076 | 2024-11-18T23:50:04.293Z | Downloaded cfg_aliases v0.2.1 |
| 1077 | 2024-11-18T23:50:04.293Z | Downloaded castaway v0.2.3 |
| 1078 | 2024-11-18T23:50:04.317Z | Downloaded cassowary v0.3.0 |
| 1079 | 2024-11-18T23:50:04.317Z | Downloaded bit-set v0.5.3 |
| 1080 | 2024-11-18T23:50:04.317Z | Downloaded base16ct v0.2.0 |
| 1081 | 2024-11-18T23:50:04.317Z | Downloaded assert_matches v1.5.0 |
| 1082 | 2024-11-18T23:50:04.317Z | Downloaded mime v0.3.17 |
| 1083 | 2024-11-18T23:50:04.317Z | Downloaded memoffset v0.9.1 |
| 1084 | 2024-11-18T23:50:04.317Z | Downloaded md5 v0.7.0 |
| 1085 | 2024-11-18T23:50:04.317Z | Downloaded ipnet v2.10.1 |
| 1086 | 2024-11-18T23:50:04.317Z | Downloaded indent_write v2.2.0 |
| 1087 | 2024-11-18T23:50:04.318Z | Downloaded idna_adapter v1.2.0 |
| 1088 | 2024-11-18T23:50:04.318Z | Downloaded idna v0.3.0 |
| 1089 | 2024-11-18T23:50:04.318Z | Downloaded ident_case v1.0.1 |
| 1090 | 2024-11-18T23:50:04.318Z | Downloaded icu_provider_macros v1.5.0 |
| 1091 | 2024-11-18T23:50:04.318Z | Downloaded icu_provider v1.5.0 |
| 1092 | 2024-11-18T23:50:04.342Z | Downloaded hyper-rustls v0.27.3 |
| 1093 | 2024-11-18T23:50:04.342Z | Downloaded cookie v0.18.1 |
| 1094 | 2024-11-18T23:50:04.342Z | Downloaded cipher v0.4.4 |
| 1095 | 2024-11-18T23:50:04.342Z | Downloaded ciborium v0.2.2 |
| 1096 | 2024-11-18T23:50:04.342Z | Downloaded cfg_aliases v0.1.1 |
| 1097 | 2024-11-18T23:50:04.342Z | Downloaded cexpr v0.6.0 |
| 1098 | 2024-11-18T23:50:04.342Z | Downloaded bumpalo v3.16.0 |
| 1099 | 2024-11-18T23:50:04.342Z | Downloaded bitfield-struct v0.6.2 |
| 1100 | 2024-11-18T23:50:04.342Z | Downloaded bit-vec v0.6.3 |
| 1101 | 2024-11-18T23:50:04.342Z | Downloaded backtrace v0.3.74 |
| 1102 | 2024-11-18T23:50:04.366Z | Downloaded idna v0.4.0 |
| 1103 | 2024-11-18T23:50:04.366Z | Downloaded icu_properties_data v1.5.0 |
| 1104 | 2024-11-18T23:50:04.366Z | Downloaded icu_properties v1.5.1 |
| 1105 | 2024-11-18T23:50:04.390Z | Downloaded hyper v1.5.0 |
| 1106 | 2024-11-18T23:50:04.390Z | Downloaded hubpack v0.1.2 |
| 1107 | 2024-11-18T23:50:04.390Z | Downloaded http-body v1.0.1 |
| 1108 | 2024-11-18T23:50:04.390Z | Downloaded colored v2.1.0 |
| 1109 | 2024-11-18T23:50:04.390Z | Downloaded ciborium-ll v0.2.2 |
| 1110 | 2024-11-18T23:50:04.390Z | Downloaded cbc v0.1.2 |
| 1111 | 2024-11-18T23:50:04.390Z | Downloaded block-padding v0.3.3 |
| 1112 | 2024-11-18T23:50:04.390Z | Downloaded hubpack_derive v0.1.1 |
| 1113 | 2024-11-18T23:50:04.390Z | Downloaded httpdate v1.0.3 |
| 1114 | 2024-11-18T23:50:04.390Z | Downloaded httparse v1.9.5 |
| 1115 | 2024-11-18T23:50:04.390Z | Downloaded http-body-util v0.1.2 |
| 1116 | 2024-11-18T23:50:04.415Z | Downloaded http v1.1.0 |
| 1117 | 2024-11-18T23:50:04.415Z | Downloaded hostname v0.4.0 |
| 1118 | 2024-11-18T23:50:04.415Z | Downloaded hostname v0.3.1 |
| 1119 | 2024-11-18T23:50:04.415Z | Downloaded home v0.5.9 |
| 1120 | 2024-11-18T23:50:04.415Z | Downloaded hmac v0.12.1 |
| 1121 | 2024-11-18T23:50:04.415Z | Downloaded hkdf v0.12.4 |
| 1122 | 2024-11-18T23:50:04.415Z | Downloaded darling v0.20.10 |
| 1123 | 2024-11-18T23:50:04.415Z | Downloaded chrono-tz-build v0.4.0 |
| 1124 | 2024-11-18T23:50:04.415Z | Downloaded bzip2 v0.4.4 |
| 1125 | 2024-11-18T23:50:04.415Z | Downloaded atomicwrites v0.4.4 |
| 1126 | 2024-11-18T23:50:04.415Z | Downloaded atomic-waker v1.1.2 |
| 1127 | 2024-11-18T23:50:04.415Z | Downloaded async-stream-impl v0.3.6 |
| 1128 | 2024-11-18T23:50:04.415Z | Downloaded async-stream v0.3.6 |
| 1129 | 2024-11-18T23:50:04.439Z | Downloaded async-recursion v1.1.1 |
| 1130 | 2024-11-18T23:50:04.439Z | Downloaded async-bb8-diesel v0.2.1 |
| 1131 | 2024-11-18T23:50:04.439Z | Downloaded ascii-canvas v3.0.0 |
| 1132 | 2024-11-18T23:50:04.439Z | Downloaded arrayref v0.3.9 |
| 1133 | 2024-11-18T23:50:04.439Z | Downloaded argon2 v0.5.3 |
| 1134 | 2024-11-18T23:50:04.439Z | Downloaded arc-swap v1.7.1 |
| 1135 | 2024-11-18T23:50:04.440Z | Downloaded allocator-api2 v0.2.18 |
| 1136 | 2024-11-18T23:50:04.440Z | Downloaded aho-corasick v1.1.3 |
| 1137 | 2024-11-18T23:50:04.465Z | Downloaded ahash v0.8.11 |
| 1138 | 2024-11-18T23:50:04.465Z | Downloaded aes-gcm v0.10.3 |
| 1139 | 2024-11-18T23:50:04.465Z | Downloaded aes v0.8.4 |
| 1140 | 2024-11-18T23:50:04.465Z | Downloaded addr2line v0.24.2 |
| 1141 | 2024-11-18T23:50:04.465Z | Downloaded http-range v0.1.5 |
| 1142 | 2024-11-18T23:50:04.465Z | Downloaded array-init v0.0.4 |
| 1143 | 2024-11-18T23:50:04.465Z | Downloaded adler2 v2.0.0 |
| 1144 | 2024-11-18T23:50:04.465Z | Downloaded rcgen v0.12.1 |
| 1145 | 2024-11-18T23:50:04.465Z | Downloaded crossbeam-utils v0.8.20 |
| 1146 | 2024-11-18T23:50:04.465Z | Downloaded constant_time_eq v0.3.1 |
| 1147 | 2024-11-18T23:50:04.493Z | Downloaded const-oid v0.9.6 |
| 1148 | 2024-11-18T23:50:04.493Z | Downloaded console v0.15.8 |
| 1149 | 2024-11-18T23:50:04.493Z | Downloaded clang-sys v1.8.1 |
| 1150 | 2024-11-18T23:50:04.493Z | Downloaded ciborium-io v0.2.2 |
| 1151 | 2024-11-18T23:50:04.493Z | Downloaded chacha20 v0.9.1 |
| 1152 | 2024-11-18T23:50:04.493Z | Downloaded bytes v1.8.0 |
| 1153 | 2024-11-18T23:50:04.493Z | Downloaded buf-list v1.0.3 |
| 1154 | 2024-11-18T23:50:04.493Z | Downloaded bitfield v0.14.0 |
| 1155 | 2024-11-18T23:50:04.493Z | Downloaded base64 v0.13.1 |
| 1156 | 2024-11-18T23:50:04.494Z | Downloaded async-trait v0.1.83 |
| 1157 | 2024-11-18T23:50:04.518Z | Downloaded arrayvec v0.7.6 |
| 1158 | 2024-11-18T23:50:04.518Z | Downloaded aead v0.5.2 |
| 1159 | 2024-11-18T23:50:04.624Z | Compiling serde v1.0.215 |
| 1160 | 2024-11-18T23:50:04.648Z | Compiling lock_api v0.4.12 |
| 1161 | 2024-11-18T23:50:04.648Z | Compiling scopeguard v1.2.0 |
| 1162 | 2024-11-18T23:50:04.648Z | Compiling value-bag v1.9.0 |
| 1163 | 2024-11-18T23:50:04.648Z | Compiling typenum v1.17.0 |
| 1164 | 2024-11-18T23:50:04.649Z | Compiling generic-array v0.14.7 |
| 1165 | 2024-11-18T23:50:04.649Z | Compiling syn v2.0.87 |
| 1166 | 2024-11-18T23:50:04.649Z | Compiling getrandom v0.2.15 |
| 1167 | 2024-11-18T23:50:04.834Z | Compiling shlex v1.3.0 |
| 1168 | 2024-11-18T23:50:04.991Z | Compiling rand_core v0.6.4 |
| 1169 | 2024-11-18T23:50:05.165Z | Compiling subtle v2.6.1 |
| 1170 | 2024-11-18T23:50:05.216Z | Compiling log v0.4.22 |
| 1171 | 2024-11-18T23:50:05.240Z | Compiling jobserver v0.1.32 |
| 1172 | 2024-11-18T23:50:05.344Z | Compiling const-oid v0.9.6 |
| 1173 | 2024-11-18T23:50:05.479Z | Compiling smallvec v1.13.2 |
| 1174 | 2024-11-18T23:50:05.505Z | Compiling spin v0.9.8 |
| 1175 | 2024-11-18T23:50:05.544Z | Compiling pin-project-lite v0.2.14 |
| 1176 | 2024-11-18T23:50:05.662Z | Compiling cc v1.1.30 |
| 1177 | 2024-11-18T23:50:05.883Z | Compiling rustix v0.38.37 |
| 1178 | 2024-11-18T23:50:05.907Z | Compiling parking_lot_core v0.9.10 |
| 1179 | 2024-11-18T23:50:06.141Z | Compiling futures-core v0.3.31 |
| 1180 | 2024-11-18T23:50:06.173Z | Compiling signal-hook-registry v1.4.2 |
| 1181 | 2024-11-18T23:50:06.394Z | Compiling mio v1.0.2 |
| 1182 | 2024-11-18T23:50:06.785Z | Compiling parking_lot v0.12.3 |
| 1183 | 2024-11-18T23:50:06.954Z | Compiling aho-corasick v1.1.3 |
| 1184 | 2024-11-18T23:50:06.979Z | Compiling regex-syntax v0.8.5 |
| 1185 | 2024-11-18T23:50:07.042Z | Compiling either v1.13.0 |
| 1186 | 2024-11-18T23:50:07.178Z | Compiling cpufeatures v0.2.14 |
| 1187 | 2024-11-18T23:50:07.289Z | Compiling lazy_static v1.5.0 |
| 1188 | 2024-11-18T23:50:07.530Z | Compiling stable_deref_trait v1.2.0 |
| 1189 | 2024-11-18T23:50:07.643Z | Compiling glob v0.3.1 |
| 1190 | 2024-11-18T23:50:07.885Z | Compiling futures-sink v0.3.31 |
| 1191 | 2024-11-18T23:50:07.927Z | Compiling socket2 v0.5.7 |
| 1192 | 2024-11-18T23:50:08.046Z | Compiling slab v0.4.9 |
| 1193 | 2024-11-18T23:50:08.090Z | Compiling prettyplease v0.2.25 |
| 1194 | 2024-11-18T23:50:08.400Z | Compiling minimal-lexical v0.2.1 |
| 1195 | 2024-11-18T23:50:08.715Z | Compiling libloading v0.8.5 |
| 1196 | 2024-11-18T23:50:08.753Z | Compiling clang-sys v1.8.1 |
| 1197 | 2024-11-18T23:50:08.805Z | Compiling nom v7.1.3 |
| 1198 | 2024-11-18T23:50:08.857Z | Compiling bindgen v0.69.5 |
| 1199 | 2024-11-18T23:50:09.085Z | Compiling home v0.5.9 |
| 1200 | 2024-11-18T23:50:09.337Z | Compiling serde_json v1.0.132 |
| 1201 | 2024-11-18T23:50:09.530Z | Compiling futures-channel v0.3.31 |
| 1202 | 2024-11-18T23:50:09.644Z | Compiling itertools v0.12.1 |
| 1203 | 2024-11-18T23:50:09.916Z | Compiling pin-utils v0.1.0 |
| 1204 | 2024-11-18T23:50:09.940Z | Compiling rustc-hash v1.1.0 |
| 1205 | 2024-11-18T23:50:10.033Z | Compiling foldhash v0.1.3 |
| 1206 | 2024-11-18T23:50:10.088Z | Compiling futures-task v0.3.31 |
| 1207 | 2024-11-18T23:50:10.302Z | Compiling futures-io v0.3.31 |
| 1208 | 2024-11-18T23:50:10.357Z | Compiling allocator-api2 v0.2.18 |
| 1209 | 2024-11-18T23:50:10.605Z | Compiling regex-automata v0.4.8 |
| 1210 | 2024-11-18T23:50:11.068Z | Compiling lazycell v1.3.0 |
| 1211 | 2024-11-18T23:50:11.219Z | Compiling hashbrown v0.15.0 |
| 1212 | 2024-11-18T23:50:11.837Z | Compiling synstructure v0.13.1 |
| 1213 | 2024-11-18T23:50:12.340Z | Compiling cexpr v0.6.0 |
| 1214 | 2024-11-18T23:50:12.364Z | Compiling cmake v0.1.51 |
| 1215 | 2024-11-18T23:50:13.160Z | Compiling tinyvec_macros v0.1.1 |
| 1216 | 2024-11-18T23:50:13.253Z | Compiling pkg-config v0.3.31 |
| 1217 | 2024-11-18T23:50:13.277Z | Compiling libm v0.2.8 |
| 1218 | 2024-11-18T23:50:13.336Z | Compiling dunce v1.0.5 |
| 1219 | 2024-11-18T23:50:13.456Z | Compiling fs_extra v1.3.0 |
| 1220 | 2024-11-18T23:50:13.583Z | Compiling tinyvec v1.8.0 |
| 1221 | 2024-11-18T23:50:13.902Z | Compiling num-traits v0.2.19 |
| 1222 | 2024-11-18T23:50:14.331Z | Compiling ring v0.17.8 |
| 1223 | 2024-11-18T23:50:14.574Z | Compiling litemap v0.7.3 |
| 1224 | 2024-11-18T23:50:14.807Z | Compiling unicode-normalization v0.1.24 |
| 1225 | 2024-11-18T23:50:14.886Z | Compiling paste v1.0.15 |
| 1226 | 2024-11-18T23:50:14.921Z | Compiling unicode-bidi v0.3.17 |
| 1227 | 2024-11-18T23:50:15.072Z | Compiling base64ct v1.6.0 |
| 1228 | 2024-11-18T23:50:15.294Z | Compiling regex v1.11.1 |
| 1229 | 2024-11-18T23:50:15.329Z | Compiling writeable v0.5.5 |
| 1230 | 2024-11-18T23:50:15.575Z | Compiling pem-rfc7468 v0.7.0 |
| 1231 | 2024-11-18T23:50:16.142Z | Compiling flagset v0.4.6 |
| 1232 | 2024-11-18T23:50:16.220Z | Compiling aws-lc-rs v1.10.0 |
| 1233 | 2024-11-18T23:50:16.243Z | Compiling httparse v1.9.5 |
| 1234 | 2024-11-18T23:50:16.600Z | Compiling tracing-core v0.1.32 |
| 1235 | 2024-11-18T23:50:16.942Z | Compiling icu_locid_transform_data v1.5.0 |
| 1236 | 2024-11-18T23:50:17.043Z | Compiling rustls-pki-types v1.9.0 |
| 1237 | 2024-11-18T23:50:17.358Z | Compiling crossbeam-utils v0.8.20 |
| 1238 | 2024-11-18T23:50:17.616Z | Compiling serde_derive v1.0.215 |
| 1239 | 2024-11-18T23:50:17.643Z | Compiling zeroize_derive v1.4.2 |
| 1240 | 2024-11-18T23:50:17.870Z | Compiling zerocopy-derive v0.7.35 |
| 1241 | 2024-11-18T23:50:17.930Z | Compiling tokio-macros v2.4.0 |
| 1242 | 2024-11-18T23:50:18.050Z | Compiling zerofrom-derive v0.1.4 |
| 1243 | 2024-11-18T23:50:18.917Z | Compiling zeroize v1.8.1 |
| 1244 | 2024-11-18T23:50:19.303Z | Compiling thiserror-impl v1.0.69 |
| 1245 | 2024-11-18T23:50:19.803Z | Compiling zerocopy v0.7.35 |
| 1246 | 2024-11-18T23:50:19.862Z | Compiling yoke-derive v0.7.4 |
| 1247 | 2024-11-18T23:50:20.463Z | Compiling crypto-common v0.1.6 |
| 1248 | 2024-11-18T23:50:20.582Z | Compiling block-buffer v0.10.4 |
| 1249 | 2024-11-18T23:50:20.683Z | Compiling zerovec-derive v0.10.3 |
| 1250 | 2024-11-18T23:50:20.829Z | Compiling digest v0.10.7 |
| 1251 | 2024-11-18T23:50:21.146Z | Compiling futures-macro v0.3.31 |
| 1252 | 2024-11-18T23:50:21.258Z | Compiling hmac v0.12.1 |
| 1253 | 2024-11-18T23:50:21.409Z | Compiling block-padding v0.3.3 |
| 1254 | 2024-11-18T23:50:21.487Z | Compiling displaydoc v0.2.5 |
| 1255 | 2024-11-18T23:50:21.559Z | Compiling zerofrom v0.1.4 |
| 1256 | 2024-11-18T23:50:21.633Z | Compiling inout v0.1.3 |
| 1257 | 2024-11-18T23:50:21.773Z | Compiling sha2 v0.10.8 |
| 1258 | 2024-11-18T23:50:21.887Z | Compiling cipher v0.4.4 |
| 1259 | 2024-11-18T23:50:22.096Z | Compiling thiserror v1.0.69 |
| 1260 | 2024-11-18T23:50:22.220Z | Compiling ppv-lite86 v0.2.20 |
| 1261 | 2024-11-18T23:50:22.354Z | Compiling icu_provider_macros v1.5.0 |
| 1262 | 2024-11-18T23:50:22.538Z | Compiling yoke v0.7.4 |
| 1263 | 2024-11-18T23:50:22.841Z | Compiling futures-util v0.3.31 |
| 1264 | 2024-11-18T23:50:22.873Z | Compiling der_derive v0.7.3 |
| 1265 | 2024-11-18T23:50:22.939Z | Compiling zerovec v0.10.4 |
| 1266 | 2024-11-18T23:50:22.997Z | Compiling rand_chacha v0.3.1 |
| 1267 | 2024-11-18T23:50:23.021Z | Compiling tracing-attributes v0.1.27 |
| 1268 | 2024-11-18T23:50:23.370Z | Compiling percent-encoding v2.3.1 |
| 1269 | 2024-11-18T23:50:23.682Z | Compiling rand v0.8.5 |
| 1270 | 2024-11-18T23:50:24.395Z | Compiling salsa20 v0.10.2 |
| 1271 | 2024-11-18T23:50:24.591Z | Compiling tinystr v0.7.6 |
| 1272 | 2024-11-18T23:50:24.761Z | Compiling icu_collections v1.5.0 |
| 1273 | 2024-11-18T23:50:24.876Z | Compiling pest v2.7.14 |
| 1274 | 2024-11-18T23:50:24.912Z | Compiling icu_locid v1.5.0 |
| 1275 | 2024-11-18T23:50:24.980Z | Compiling der v0.7.9 |
| 1276 | 2024-11-18T23:50:25.522Z | Compiling pbkdf2 v0.12.2 |
| 1277 | 2024-11-18T23:50:26.013Z | Compiling icu_provider v1.5.0 |
| 1278 | 2024-11-18T23:50:26.180Z | Compiling tracing v0.1.40 |
| 1279 | 2024-11-18T23:50:26.362Z | Compiling untrusted v0.9.0 |
| 1280 | 2024-11-18T23:50:26.536Z | Compiling mirai-annotations v1.12.0 |
| 1281 | 2024-11-18T23:50:26.691Z | Compiling num-conv v0.1.0 |
| 1282 | 2024-11-18T23:50:26.734Z | Compiling icu_locid_transform v1.5.0 |
| 1283 | 2024-11-18T23:50:26.960Z | Compiling spki v0.7.3 |
| 1284 | 2024-11-18T23:50:26.984Z | Compiling icu_properties_data v1.5.0 |
| 1285 | 2024-11-18T23:50:27.058Z | Compiling powerfmt v0.2.0 |
| 1286 | 2024-11-18T23:50:27.259Z | Compiling vcpkg v0.2.15 |
| 1287 | 2024-11-18T23:50:27.342Z | Compiling untrusted v0.7.1 |
| 1288 | 2024-11-18T23:50:27.516Z | Compiling time-core v0.1.2 |
| 1289 | 2024-11-18T23:50:27.578Z | Compiling deranged v0.3.11 |
| 1290 | 2024-11-18T23:50:27.649Z | Compiling pest_meta v2.7.14 |
| 1291 | 2024-11-18T23:50:27.693Z | Compiling time-macros v0.2.18 |
| 1292 | 2024-11-18T23:50:27.992Z | Compiling icu_properties v1.5.1 |
| 1293 | 2024-11-18T23:50:29.286Z | Compiling scrypt v0.11.0 |
| 1294 | 2024-11-18T23:50:29.310Z | Compiling bitflags v2.6.0 |
| 1295 | 2024-11-18T23:50:29.662Z | Compiling bytes v1.8.0 |
| 1296 | 2024-11-18T23:50:30.261Z | Compiling indexmap v2.6.0 |
| 1297 | 2024-11-18T23:50:30.421Z | Compiling semver v1.0.23 |
| 1298 | 2024-11-18T23:50:30.833Z | Compiling tokio v1.40.0 |
| 1299 | 2024-11-18T23:50:31.076Z | Compiling http v1.1.0 |
| 1300 | 2024-11-18T23:50:31.510Z | Compiling rustc_version v0.4.1 |
| 1301 | 2024-11-18T23:50:31.534Z | Compiling openssl-sys v0.9.104 |
| 1302 | 2024-11-18T23:50:32.006Z | Compiling aes v0.8.4 |
| 1303 | 2024-11-18T23:50:32.188Z | Compiling cbc v0.1.2 |
| 1304 | 2024-11-18T23:50:32.212Z | Compiling scroll_derive v0.12.0 |
| 1305 | 2024-11-18T23:50:32.452Z | Compiling icu_normalizer_data v1.5.0 |
| 1306 | 2024-11-18T23:50:32.521Z | Compiling atomic-waker v1.1.2 |
| 1307 | 2024-11-18T23:50:32.563Z | Compiling utf16_iter v1.0.5 |
| 1308 | 2024-11-18T23:50:32.587Z | Compiling utf8_iter v1.0.4 |
| 1309 | 2024-11-18T23:50:32.706Z | Compiling num_threads v0.1.7 |
| 1310 | 2024-11-18T23:50:32.753Z | Compiling write16 v1.0.0 |
| 1311 | 2024-11-18T23:50:32.818Z | Compiling time v0.3.36 |
| 1312 | 2024-11-18T23:50:32.843Z | Compiling pkcs5 v0.7.1 |
| 1313 | 2024-11-18T23:50:32.876Z | Compiling icu_normalizer v1.5.0 |
| 1314 | 2024-11-18T23:50:33.253Z | Compiling which v4.4.2 |
| 1315 | 2024-11-18T23:50:33.451Z | Compiling scroll v0.12.0 |
| 1316 | 2024-11-18T23:50:33.952Z | Compiling http-body v1.0.1 |
| 1317 | 2024-11-18T23:50:33.976Z | Compiling pest_generator v2.7.14 |
| 1318 | 2024-11-18T23:50:34.154Z | Compiling form_urlencoded v1.2.1 |
| 1319 | 2024-11-18T23:50:34.223Z | Compiling try-lock v0.2.5 |
| 1320 | 2024-11-18T23:50:34.255Z | Compiling slog v2.7.0 |
| 1321 | 2024-11-18T23:50:34.371Z | Compiling want v0.3.1 |
| 1322 | 2024-11-18T23:50:34.445Z | Compiling goblin v0.8.2 |
| 1323 | 2024-11-18T23:50:34.587Z | Compiling idna_adapter v1.2.0 |
| 1324 | 2024-11-18T23:50:34.642Z | Compiling pkcs8 v0.10.2 |
| 1325 | 2024-11-18T23:50:34.778Z | Compiling httpdate v1.0.3 |
| 1326 | 2024-11-18T23:50:35.200Z | Compiling idna v1.0.3 |
| 1327 | 2024-11-18T23:50:35.297Z | Compiling serde_spanned v0.6.8 |
| 1328 | 2024-11-18T23:50:35.522Z | Compiling serde_tokenstream v0.2.2 |
| 1329 | 2024-11-18T23:50:35.546Z | Compiling toml_datetime v0.6.8 |
| 1330 | 2024-11-18T23:50:35.585Z | Compiling pest_derive v2.7.14 |
| 1331 | 2024-11-18T23:50:36.003Z | Compiling uuid v1.11.0 |
| 1332 | 2024-11-18T23:50:36.065Z | Compiling adler2 v2.0.0 |
| 1333 | 2024-11-18T23:50:36.254Z | Compiling dtrace-parser v0.2.0 |
| 1334 | 2024-11-18T23:50:36.278Z | Compiling match_cfg v0.1.0 |
| 1335 | 2024-11-18T23:50:36.366Z | Compiling openssl v0.10.68 |
| 1336 | 2024-11-18T23:50:36.732Z | Compiling iana-time-zone v0.1.61 |
| 1337 | 2024-11-18T23:50:36.837Z | Compiling rustversion v1.0.17 |
| 1338 | 2024-11-18T23:50:37.162Z | Compiling foreign-types-shared v0.1.1 |
| 1339 | 2024-11-18T23:50:37.213Z | Compiling base64 v0.22.1 |
| 1340 | 2024-11-18T23:50:37.284Z | Compiling tower-service v0.3.3 |
| 1341 | 2024-11-18T23:50:37.367Z | Compiling foreign-types v0.3.2 |
| 1342 | 2024-11-18T23:50:37.470Z | Compiling chrono v0.4.38 |
| 1343 | 2024-11-18T23:50:37.525Z | Compiling hostname v0.3.1 |
| 1344 | 2024-11-18T23:50:37.612Z | Compiling miniz_oxide v0.8.0 |
| 1345 | 2024-11-18T23:50:37.759Z | Compiling url v2.5.3 |
| 1346 | 2024-11-18T23:50:38.169Z | Compiling openssl-macros v0.1.1 |
| 1347 | 2024-11-18T23:50:38.805Z | Compiling tokio-util v0.7.12 |
| 1348 | 2024-11-18T23:50:38.948Z | Compiling async-trait v0.1.83 |
| 1349 | 2024-11-18T23:50:39.102Z | Compiling dirs-sys-next v0.1.2 |
| 1350 | 2024-11-18T23:50:39.513Z | Compiling dof v0.3.0 |
| 1351 | 2024-11-18T23:50:39.681Z | Compiling h2 v0.4.6 |
| 1352 | 2024-11-18T23:50:40.071Z | Compiling rustls v0.23.14 |
| 1353 | 2024-11-18T23:50:40.322Z | Compiling usdt-impl v0.5.0 |
| 1354 | 2024-11-18T23:50:40.765Z | Compiling native-tls v0.2.12 |
| 1355 | 2024-11-18T23:50:41.053Z | Compiling syn v1.0.109 |
| 1356 | 2024-11-18T23:50:41.244Z | Compiling rustls v0.22.4 |
| 1357 | 2024-11-18T23:50:41.432Z | Compiling data-encoding v2.6.0 |
| 1358 | 2024-11-18T23:50:41.476Z | Compiling siphasher v0.3.11 |
| 1359 | 2024-11-18T23:50:41.721Z | Compiling dirs-next v2.0.0 |
| 1360 | 2024-11-18T23:50:41.909Z | Compiling http-body-util v0.1.2 |
| 1361 | 2024-11-18T23:50:42.395Z | Compiling heapless v0.7.17 |
| 1362 | 2024-11-18T23:50:42.767Z | Compiling crossbeam-epoch v0.9.18 |
| 1363 | 2024-11-18T23:50:43.072Z | Compiling sha1 v0.10.6 |
| 1364 | 2024-11-18T23:50:43.429Z | Compiling signature v2.2.0 |
| 1365 | 2024-11-18T23:50:43.453Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1366 | 2024-11-18T23:50:43.478Z | Compiling serde_derive_internals v0.29.1 |
| 1367 | 2024-11-18T23:50:43.502Z | Compiling thread_local v1.1.8 |
| 1368 | 2024-11-18T23:50:43.697Z | Compiling encoding_rs v0.8.34 |
| 1369 | 2024-11-18T23:50:43.877Z | Compiling multer v3.1.0 |
| 1370 | 2024-11-18T23:50:44.016Z | Compiling cookie v0.18.1 |
| 1371 | 2024-11-18T23:50:44.114Z | Compiling openssl-probe v0.1.5 |
| 1372 | 2024-11-18T23:50:44.258Z | Compiling unicode-properties v0.1.3 |
| 1373 | 2024-11-18T23:50:44.436Z | Compiling slog-async v2.8.0 |
| 1374 | 2024-11-18T23:50:44.510Z | Compiling mime v0.3.17 |
| 1375 | 2024-11-18T23:50:44.593Z | Compiling gimli v0.31.1 |
| 1376 | 2024-11-18T23:50:44.912Z | Compiling rayon-core v1.12.1 |
| 1377 | 2024-11-18T23:50:45.063Z | Compiling signal-hook v0.3.17 |
| 1378 | 2024-11-18T23:50:45.155Z | Compiling ipnet v2.10.1 |
| 1379 | 2024-11-18T23:50:45.330Z | Compiling schemars v0.8.21 |
| 1380 | 2024-11-18T23:50:45.658Z | Compiling hyper v1.5.0 |
| 1381 | 2024-11-18T23:50:45.943Z | Compiling schemars_derive v0.8.21 |
| 1382 | 2024-11-18T23:50:46.347Z | Compiling toml_edit v0.22.22 |
| 1383 | 2024-11-18T23:50:47.947Z | Compiling hyper-util v0.1.10 |
| 1384 | 2024-11-18T23:50:48.795Z | Compiling addr2line v0.24.2 |
| 1385 | 2024-11-18T23:50:49.027Z | Compiling stringprep v0.1.5 |
| 1386 | 2024-11-18T23:50:49.398Z | Compiling usdt-macro v0.5.0 |
| 1387 | 2024-11-18T23:50:49.424Z | Compiling usdt-attr-macro v0.5.0 |
| 1388 | 2024-11-18T23:50:49.465Z | Compiling crossbeam-deque v0.8.5 |
| 1389 | 2024-11-18T23:50:49.867Z | Compiling term v0.7.0 |
| 1390 | 2024-11-18T23:50:50.470Z | Compiling slog-json v2.6.1 |
| 1391 | 2024-11-18T23:50:50.755Z | Compiling serde_urlencoded v0.7.1 |
| 1392 | 2024-11-18T23:50:50.779Z | Compiling curve25519-dalek v4.1.3 |
| 1393 | 2024-11-18T23:50:50.816Z | Compiling crossbeam-channel v0.5.13 |
| 1394 | 2024-11-18T23:50:50.892Z | Compiling futures-executor v0.3.31 |
| 1395 | 2024-11-18T23:50:51.222Z | Compiling enum-as-inner v0.6.1 |
| 1396 | 2024-11-18T23:50:51.246Z | Compiling md-5 v0.10.6 |
| 1397 | 2024-11-18T23:50:51.297Z | Compiling async-stream-impl v0.3.6 |
| 1398 | 2024-11-18T23:50:51.392Z | Compiling rustls-pemfile v2.2.0 |
| 1399 | 2024-11-18T23:50:51.491Z | Compiling num-integer v0.1.46 |
| 1400 | 2024-11-18T23:50:51.692Z | Compiling idna v0.4.0 |
| 1401 | 2024-11-18T23:50:51.782Z | Compiling idna v0.3.0 |
| 1402 | 2024-11-18T23:50:52.086Z | Compiling hash32 v0.2.1 |
| 1403 | 2024-11-18T23:50:52.159Z | Compiling ff v0.13.0 |
| 1404 | 2024-11-18T23:50:52.387Z | Compiling is-terminal v0.4.13 |
| 1405 | 2024-11-18T23:50:52.479Z | Compiling dropshot v0.12.0 |
| 1406 | 2024-11-18T23:50:52.479Z | Compiling object v0.36.5 |
| 1407 | 2024-11-18T23:50:52.540Z | Compiling base16ct v0.2.0 |
| 1408 | 2024-11-18T23:50:52.722Z | Compiling take_mut v0.2.2 |
| 1409 | 2024-11-18T23:50:52.823Z | Compiling portable-atomic v1.9.0 |
| 1410 | 2024-11-18T23:50:52.878Z | Compiling linked-hash-map v0.5.6 |
| 1411 | 2024-11-18T23:50:53.104Z | Compiling utf-8 v0.7.6 |
| 1412 | 2024-11-18T23:50:53.184Z | Compiling dyn-clone v1.0.17 |
| 1413 | 2024-11-18T23:50:53.210Z | Compiling rustc-demangle v0.1.24 |
| 1414 | 2024-11-18T23:50:53.380Z | Compiling smoltcp v0.9.1 |
| 1415 | 2024-11-18T23:50:53.404Z | Compiling quick-error v1.2.3 |
| 1416 | 2024-11-18T23:50:53.537Z | Compiling num-bigint-dig v0.8.4 |
| 1417 | 2024-11-18T23:50:53.614Z | Compiling psl-types v2.0.11 |
| 1418 | 2024-11-18T23:50:53.716Z | Compiling anyhow v1.0.93 |
| 1419 | 2024-11-18T23:50:53.795Z | Compiling fallible-iterator v0.2.0 |
| 1420 | 2024-11-18T23:50:53.846Z | Compiling publicsuffix v2.2.3 |
| 1421 | 2024-11-18T23:50:54.032Z | Compiling resolv-conf v0.7.0 |
| 1422 | 2024-11-18T23:50:54.100Z | Compiling tungstenite v0.24.0 |
| 1423 | 2024-11-18T23:50:54.395Z | Compiling postgres-protocol v0.6.7 |
| 1424 | 2024-11-18T23:50:54.548Z | Compiling lru-cache v0.1.2 |
| 1425 | 2024-11-18T23:50:54.814Z | Compiling sec1 v0.7.3 |
| 1426 | 2024-11-18T23:50:55.310Z | Compiling slog-term v2.9.1 |
| 1427 | 2024-11-18T23:50:55.576Z | Compiling usdt v0.5.0 |
| 1428 | 2024-11-18T23:50:55.799Z | Compiling async-stream v0.3.6 |
| 1429 | 2024-11-18T23:50:56.019Z | Compiling hickory-proto v0.24.1 |
| 1430 | 2024-11-18T23:50:56.111Z | Compiling group v0.13.0 |
| 1431 | 2024-11-18T23:50:56.366Z | Compiling num-iter v0.1.45 |
| 1432 | 2024-11-18T23:50:56.492Z | Compiling futures v0.3.31 |
| 1433 | 2024-11-18T23:50:56.518Z | Compiling slog-bunyan v2.5.0 |
| 1434 | 2024-11-18T23:50:56.737Z | Compiling toml v0.8.19 |
| 1435 | 2024-11-18T23:50:58.044Z | Compiling camino v1.1.9 |
| 1436 | 2024-11-18T23:50:58.211Z | Compiling tokio-native-tls v0.3.1 |
| 1437 | 2024-11-18T23:50:58.303Z | Compiling backtrace v0.3.74 |
| 1438 | 2024-11-18T23:50:58.461Z | Compiling phf_shared v0.11.2 |
| 1439 | 2024-11-18T23:50:58.809Z | Compiling dropshot_endpoint v0.12.0 |
| 1440 | 2024-11-18T23:50:58.867Z | Compiling terminal_size v0.4.0 |
| 1441 | 2024-11-18T23:50:58.995Z | Compiling waitgroup v0.1.2 |
| 1442 | 2024-11-18T23:50:59.064Z | Compiling openapiv3 v2.0.0 |
| 1443 | 2024-11-18T23:50:59.200Z | Compiling serde_path_to_error v0.1.16 |
| 1444 | 2024-11-18T23:50:59.224Z | Compiling hkdf v0.12.4 |
| 1445 | 2024-11-18T23:50:59.448Z | Compiling crypto-bigint v0.5.5 |
| 1446 | 2024-11-18T23:50:59.938Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1447 | 2024-11-18T23:51:01.231Z | Compiling zerocopy-derive v0.6.6 |
| 1448 | 2024-11-18T23:51:01.500Z | Compiling webpki-roots v0.26.6 |
| 1449 | 2024-11-18T23:51:01.697Z | Compiling idna v0.5.0 |
| 1450 | 2024-11-18T23:51:02.145Z | Compiling hubpack_derive v0.1.1 |
| 1451 | 2024-11-18T23:51:02.710Z | Compiling hostname v0.4.0 |
| 1452 | 2024-11-18T23:51:02.763Z | Compiling ahash v0.8.11 |
| 1453 | 2024-11-18T23:51:02.957Z | Compiling fs-err v2.11.0 |
| 1454 | 2024-11-18T23:51:02.981Z | Compiling crc32fast v1.4.2 |
| 1455 | 2024-11-18T23:51:03.062Z | Compiling winnow v0.5.40 |
| 1456 | 2024-11-18T23:51:03.111Z | Compiling bitflags v1.3.2 |
| 1457 | 2024-11-18T23:51:03.164Z | Compiling managed v0.8.0 |
| 1458 | 2024-11-18T23:51:03.219Z | Compiling debug-ignore v1.0.5 |
| 1459 | 2024-11-18T23:51:03.244Z | Compiling console v0.15.8 |
| 1460 | 2024-11-18T23:51:03.363Z | Compiling strum_macros v0.25.3 |
| 1461 | 2024-11-18T23:51:03.409Z | Compiling clap_builder v4.5.21 |
| 1462 | 2024-11-18T23:51:04.511Z | Compiling flate2 v1.0.34 |
| 1463 | 2024-11-18T23:51:04.641Z | Compiling zerocopy v0.6.6 |
| 1464 | 2024-11-18T23:51:05.006Z | Compiling hubpack v0.1.2 |
| 1465 | 2024-11-18T23:51:05.378Z | Compiling cookie_store v0.21.0 |
| 1466 | 2024-11-18T23:51:05.401Z | Compiling elliptic-curve v0.13.8 |
| 1467 | 2024-11-18T23:51:05.425Z | Compiling hickory-resolver v0.24.1 |
| 1468 | 2024-11-18T23:51:06.120Z | Compiling toml_edit v0.19.15 |
| 1469 | 2024-11-18T23:51:06.755Z | Compiling phf v0.11.2 |
| 1470 | 2024-11-18T23:51:06.779Z | Compiling signal-hook-mio v0.2.4 |
| 1471 | 2024-11-18T23:51:06.935Z | Compiling hyper-tls v0.6.0 |
| 1472 | 2024-11-18T23:51:07.024Z | Compiling rayon v1.10.0 |
| 1473 | 2024-11-18T23:51:07.108Z | Compiling bzip2 v0.4.4 |
| 1474 | 2024-11-18T23:51:07.508Z | Compiling postgres-types v0.2.8 |
| 1475 | 2024-11-18T23:51:08.727Z | Compiling tokio-tungstenite v0.24.0 |
| 1476 | 2024-11-18T23:51:10.331Z | Compiling ed25519 v2.2.3 |
| 1477 | 2024-11-18T23:51:11.045Z | Compiling phf_shared v0.10.0 |
| 1478 | 2024-11-18T23:51:11.216Z | Compiling tokio-stream v0.1.16 |
| 1479 | 2024-11-18T23:51:11.398Z | Compiling pkcs1 v0.7.5 |
| 1480 | 2024-11-18T23:51:11.442Z | Compiling serde-big-array v0.5.1 |
| 1481 | 2024-11-18T23:51:11.621Z | Compiling clap_derive v4.5.18 |
| 1482 | 2024-11-18T23:51:11.652Z | Compiling rfc6979 v0.4.0 |
| 1483 | 2024-11-18T23:51:11.823Z | Compiling serde_repr v0.1.19 |
| 1484 | 2024-11-18T23:51:11.882Z | Compiling derive-where v1.2.7 |
| 1485 | 2024-11-18T23:51:12.134Z | Compiling float-cmp v0.9.0 |
| 1486 | 2024-11-18T23:51:12.268Z | Compiling bstr v1.10.0 |
| 1487 | 2024-11-18T23:51:12.339Z | Compiling sync_wrapper v1.0.1 |
| 1488 | 2024-11-18T23:51:12.498Z | Compiling unicode-width v0.2.0 |
| 1489 | 2024-11-18T23:51:12.801Z | Compiling new_debug_unreachable v1.0.6 |
| 1490 | 2024-11-18T23:51:12.833Z | Compiling whoami v1.5.2 |
| 1491 | 2024-11-18T23:51:12.902Z | Compiling bit-vec v0.6.3 |
| 1492 | 2024-11-18T23:51:12.962Z | Compiling unicode-segmentation v1.12.0 |
| 1493 | 2024-11-18T23:51:13.317Z | Compiling predicates-core v1.0.8 |
| 1494 | 2024-11-18T23:51:13.398Z | Compiling normalize-line-endings v0.3.0 |
| 1495 | 2024-11-18T23:51:13.517Z | Compiling number_prefix v0.4.0 |
| 1496 | 2024-11-18T23:51:13.649Z | Compiling precomputed-hash v0.1.1 |
| 1497 | 2024-11-18T23:51:13.700Z | Compiling difflib v0.4.0 |
| 1498 | 2024-11-18T23:51:13.726Z | Compiling fixedbitset v0.4.2 |
| 1499 | 2024-11-18T23:51:13.770Z | Compiling static_assertions v1.1.0 |
| 1500 | 2024-11-18T23:51:13.798Z | Compiling string_cache v0.8.7 |
| 1501 | 2024-11-18T23:51:13.874Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1502 | 2024-11-18T23:51:14.140Z | Compiling predicates v3.1.2 |
| 1503 | 2024-11-18T23:51:14.207Z | Compiling petgraph v0.6.5 |
| 1504 | 2024-11-18T23:51:15.001Z | Compiling indicatif v0.17.9 |
| 1505 | 2024-11-18T23:51:15.206Z | Compiling similar v2.6.0 |
| 1506 | 2024-11-18T23:51:15.678Z | Compiling clap v4.5.21 |
| 1507 | 2024-11-18T23:51:15.772Z | Compiling bit-set v0.5.3 |
| 1508 | 2024-11-18T23:51:15.813Z | Compiling tokio-postgres v0.7.12 |
| 1509 | 2024-11-18T23:51:15.927Z | Compiling rsa v0.9.6 |
| 1510 | 2024-11-18T23:51:16.785Z | Compiling ecdsa v0.16.9 |
| 1511 | 2024-11-18T23:51:17.181Z | Compiling ed25519-dalek v2.1.1 |
| 1512 | 2024-11-18T23:51:17.573Z | Compiling toml v0.7.8 |
| 1513 | 2024-11-18T23:51:17.597Z | Compiling zip v0.6.6 |
| 1514 | 2024-11-18T23:51:18.355Z | Compiling crossterm v0.28.1 |
| 1515 | 2024-11-18T23:51:19.035Z | Compiling hex v0.4.3 |
| 1516 | 2024-11-18T23:51:19.419Z | Compiling x509-cert v0.2.5 |
| 1517 | 2024-11-18T23:51:19.526Z | Compiling itertools v0.10.5 |
| 1518 | 2024-11-18T23:51:19.581Z | Compiling unicode-xid v0.2.6 |
| 1519 | 2024-11-18T23:51:19.801Z | Compiling lalrpop-util v0.19.12 |
| 1520 | 2024-11-18T23:51:19.884Z | Compiling peg-runtime v0.8.3 |
| 1521 | 2024-11-18T23:51:20.103Z | Compiling strum_macros v0.26.4 |
| 1522 | 2024-11-18T23:51:20.419Z | Compiling xattr v1.3.1 |
| 1523 | 2024-11-18T23:51:20.503Z | Compiling filetime v0.2.25 |
| 1524 | 2024-11-18T23:51:20.768Z | Compiling tar v0.4.43 |
| 1525 | 2024-11-18T23:51:23.922Z | Compiling strum v0.26.3 |
| 1526 | 2024-11-18T23:51:26.898Z | Compiling aws-lc-sys v0.22.0 |
| 1527 | 2024-11-18T23:51:57.811Z | Compiling rustls-webpki v0.102.8 |
| 1528 | 2024-11-18T23:52:01.921Z | Compiling tokio-rustls v0.25.0 |
| 1529 | 2024-11-18T23:52:03.564Z | Compiling tokio-rustls v0.26.0 |
| 1530 | 2024-11-18T23:52:03.895Z | Compiling hyper-rustls v0.27.3 |
| 1531 | 2024-11-18T23:52:04.370Z | Compiling reqwest v0.12.9 |
| 1532 | 2024-11-18T23:52:05.760Z | Compiling qorb v0.2.0 |
| 1533 | 2024-11-18T23:52:10.871Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1534 | 2024-11-18T23:52:11.182Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1535 | 2024-11-18T23:52:18.530Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 1536 | 2024-11-18T23:52:18.664Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1537 | 2024-11-18T23:52:18.729Z | Nov 18 23:52:17.909 INFO Starting download, target: DendriteOpenapi |
| 1538 | 2024-11-18T23:52:18.729Z | Nov 18 23:52:17.909 INFO Starting download, target: Clickhouse |
| 1539 | 2024-11-18T23:52:18.729Z | Nov 18 23:52:17.909 INFO Starting download, target: Cockroach |
| 1540 | 2024-11-18T23:52:18.729Z | Nov 18 23:52:17.909 INFO Starting download, target: DendriteStub |
| 1541 | 2024-11-18T23:52:18.729Z | Nov 18 23:52:17.909 INFO Starting download, target: MaghemiteMgd |
| 1542 | 2024-11-18T23:52:18.752Z | Nov 18 23:52:17.909 INFO Starting download, target: Console |
| 1543 | 2024-11-18T23:52:18.752Z | Nov 18 23:52:17.909 INFO Starting download, target: TransceiverControl |
| 1544 | 2024-11-18T23:52:18.752Z | Nov 18 23:52:17.911 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1545 | 2024-11-18T23:52:18.752Z | Nov 18 23:52:17.911 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi |
| 1546 | 2024-11-18T23:52:18.752Z | Nov 18 23:52:17.911 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1547 | 2024-11-18T23:52:18.753Z | Nov 18 23:52:17.911 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1548 | 2024-11-18T23:52:18.753Z | Nov 18 23:52:17.911 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1549 | 2024-11-18T23:52:18.753Z | Nov 18 23:52:17.911 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1550 | 2024-11-18T23:52:18.753Z | Nov 18 23:52:17.911 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1551 | 2024-11-18T23:52:19.149Z | Nov 18 23:52:18.314 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1552 | 2024-11-18T23:52:19.659Z | Nov 18 23:52:18.323 INFO Download complete, target: DendriteOpenapi |
| 1553 | 2024-11-18T23:52:19.659Z | Nov 18 23:52:18.602 INFO Download complete, target: Console |
| 1554 | 2024-11-18T23:52:20.260Z | Nov 18 23:52:19.440 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1555 | 2024-11-18T23:52:20.729Z | Nov 18 23:52:19.910 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1556 | 2024-11-18T23:52:20.845Z | Nov 18 23:52:20.025 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1557 | 2024-11-18T23:52:20.868Z | Nov 18 23:52:20.044 INFO Download complete, target: TransceiverControl |
| 1558 | 2024-11-18T23:52:23.206Z | Nov 18 23:52:22.387 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1559 | 2024-11-18T23:52:23.206Z | Nov 18 23:52:22.387 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1560 | 2024-11-18T23:52:23.756Z | Nov 18 23:52:22.937 INFO Download complete, target: DendriteStub |
| 1561 | 2024-11-18T23:52:23.948Z | Nov 18 23:52:23.127 INFO Download complete, target: MaghemiteMgd |
| 1562 | 2024-11-18T23:52:31.381Z | Nov 18 23:52:30.562 INFO Checking that binary works, target: Cockroach |
| 1563 | 2024-11-18T23:52:31.653Z | Nov 18 23:52:30.834 INFO Download complete, target: Cockroach |
| 1564 | 2024-11-18T23:52:39.070Z | Nov 18 23:52:38.251 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1565 | 2024-11-18T23:52:52.702Z | Nov 18 23:52:51.882 INFO Checking that binary works, target: Clickhouse |
| 1566 | 2024-11-18T23:52:52.908Z | Nov 18 23:52:52.089 INFO Download complete, target: Clickhouse |
| 1567 | 2024-11-18T23:52:52.936Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1568 | 2024-11-18T23:52:52.960Z | |
| 1569 | 2024-11-18T23:52:52.960Z | real 5:07.003354155 |
| 1570 | 2024-11-18T23:52:52.960Z | user 14:48.640366596 |
| 1571 | 2024-11-18T23:52:52.960Z | sys 3:13.858427453 |
| 1572 | 2024-11-18T23:52:52.960Z | trap 0.484055825 |
| 1573 | 2024-11-18T23:52:52.960Z | tflt 0.704887032 |
| 1574 | 2024-11-18T23:52:52.960Z | dflt 2.410914019 |
| 1575 | 2024-11-18T23:52:52.960Z | kflt 0.008009602 |
| 1576 | 2024-11-18T23:52:52.960Z | lock 32:50.430290795 |
| 1577 | 2024-11-18T23:52:52.960Z | slp 55:17.037893203 |
| 1578 | 2024-11-18T23:52:52.960Z | lat 1:00.330588699 |
| 1579 | 2024-11-18T23:52:52.960Z | stop 2:15.838108812 |
| 1580 | 2024-11-18T23:52:52.960Z | + banner hack-check |
| 1581 | 2024-11-18T23:52:52.960Z | |
| 1582 | 2024-11-18T23:52:52.960Z | # # ## #### # # #### # # ###### #### # # |
| 1583 | 2024-11-18T23:52:52.960Z | # # # # # # # # # # # # # # # # # |
| 1584 | 2024-11-18T23:52:52.960Z | ###### # # # #### ##### # ###### ##### # #### |
| 1585 | 2024-11-18T23:52:52.960Z | # # ###### # # # # # # # # # # |
| 1586 | 2024-11-18T23:52:52.960Z | # # # # # # # # # # # # # # # # # |
| 1587 | 2024-11-18T23:52:52.960Z | # # # # #### # # #### # # ###### #### # # |
| 1588 | 2024-11-18T23:52:52.960Z | |
| 1589 | 2024-11-18T23:52:52.960Z | + export CARGO_INCREMENTAL=0 |
| 1590 | 2024-11-18T23:52:52.960Z | + CARGO_INCREMENTAL=0 |
| 1591 | 2024-11-18T23:52:52.960Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1592 | 2024-11-18T23:52:53.723Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1593 | 2024-11-18T23:52:58.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.87s |
| 1594 | 2024-11-18T23:52:58.963Z | Running `target/debug/xtask check-features --ci` |
| 1595 | 2024-11-18T23:52:58.997Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1596 | 2024-11-18T23:52:58.998Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1597 | 2024-11-18T23:52:59.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 1598 | 2024-11-18T23:52:59.697Z | Running `target/debug/xtask download cargo-hack` |
| 1599 | 2024-11-18T23:53:00.934Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1600 | 2024-11-18T23:53:01.240Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1601 | 2024-11-18T23:53:07.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.80s |
| 1602 | 2024-11-18T23:53:07.660Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1603 | 2024-11-18T23:53:07.707Z | Nov 18 23:53:06.887 INFO Starting download, target: CargoHack |
| 1604 | 2024-11-18T23:53:07.730Z | Nov 18 23:53:06.889 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1605 | 2024-11-18T23:53:08.363Z | Nov 18 23:53:07.544 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1606 | 2024-11-18T23:53:08.465Z | Nov 18 23:53:07.646 INFO Download complete, target: CargoHack |
| 1607 | 2024-11-18T23:53:08.488Z | 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-18T23:53:08.512Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1609 | 2024-11-18T23:53:08.715Z | info: running `cargo check --bins` on api_identity (1/171) |
| 1610 | 2024-11-18T23:53:09.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1611 | 2024-11-18T23:53:09.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1612 | 2024-11-18T23:53:09.379Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1613 | 2024-11-18T23:53:09.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 1614 | 2024-11-18T23:53:09.439Z | |
| 1615 | 2024-11-18T23:53:09.439Z | info: running `cargo check --bins` on bootstore (2/171) |
| 1616 | 2024-11-18T23:53:10.142Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1617 | 2024-11-18T23:53:10.166Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1618 | 2024-11-18T23:53:10.166Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1619 | 2024-11-18T23:53:10.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1620 | 2024-11-18T23:53:10.239Z | |
| 1621 | 2024-11-18T23:53:10.239Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/171) |
| 1622 | 2024-11-18T23:53:10.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1623 | 2024-11-18T23:53:10.953Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1624 | 2024-11-18T23:53:10.953Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1625 | 2024-11-18T23:53:10.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 1626 | 2024-11-18T23:53:11.019Z | |
| 1627 | 2024-11-18T23:53:11.020Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/171) |
| 1628 | 2024-11-18T23:53:11.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1629 | 2024-11-18T23:53:11.759Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1630 | 2024-11-18T23:53:11.759Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1631 | 2024-11-18T23:53:11.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1632 | 2024-11-18T23:53:11.827Z | |
| 1633 | 2024-11-18T23:53:11.827Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/171) |
| 1634 | 2024-11-18T23:53:12.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1635 | 2024-11-18T23:53:12.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1636 | 2024-11-18T23:53:12.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1637 | 2024-11-18T23:53:12.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1638 | 2024-11-18T23:53:12.378Z | |
| 1639 | 2024-11-18T23:53:12.378Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/171) |
| 1640 | 2024-11-18T23:53:12.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1641 | 2024-11-18T23:53:12.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1642 | 2024-11-18T23:53:12.884Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1643 | 2024-11-18T23:53:12.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1644 | 2024-11-18T23:53:12.918Z | |
| 1645 | 2024-11-18T23:53:12.918Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/171) |
| 1646 | 2024-11-18T23:53:13.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1647 | 2024-11-18T23:53:13.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1648 | 2024-11-18T23:53:13.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1649 | 2024-11-18T23:53:13.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1650 | 2024-11-18T23:53:13.459Z | |
| 1651 | 2024-11-18T23:53:13.459Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/171) |
| 1652 | 2024-11-18T23:53:13.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1653 | 2024-11-18T23:53:13.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1654 | 2024-11-18T23:53:13.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1655 | 2024-11-18T23:53:13.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1656 | 2024-11-18T23:53:13.991Z | |
| 1657 | 2024-11-18T23:53:13.991Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/171) |
| 1658 | 2024-11-18T23:53:14.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1659 | 2024-11-18T23:53:14.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1660 | 2024-11-18T23:53:14.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1661 | 2024-11-18T23:53:14.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1662 | 2024-11-18T23:53:14.522Z | |
| 1663 | 2024-11-18T23:53:14.522Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/171) |
| 1664 | 2024-11-18T23:53:14.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1665 | 2024-11-18T23:53:15.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1666 | 2024-11-18T23:53:15.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1667 | 2024-11-18T23:53:15.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1668 | 2024-11-18T23:53:15.051Z | |
| 1669 | 2024-11-18T23:53:15.051Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/171) |
| 1670 | 2024-11-18T23:53:15.515Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1671 | 2024-11-18T23:53:15.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1672 | 2024-11-18T23:53:15.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1673 | 2024-11-18T23:53:15.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1674 | 2024-11-18T23:53:15.567Z | |
| 1675 | 2024-11-18T23:53:15.567Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/171) |
| 1676 | 2024-11-18T23:53:16.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1677 | 2024-11-18T23:53:16.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1678 | 2024-11-18T23:53:16.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1679 | 2024-11-18T23:53:16.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1680 | 2024-11-18T23:53:16.093Z | |
| 1681 | 2024-11-18T23:53:16.093Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/171) |
| 1682 | 2024-11-18T23:53:16.570Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1683 | 2024-11-18T23:53:16.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1684 | 2024-11-18T23:53:16.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1685 | 2024-11-18T23:53:16.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1686 | 2024-11-18T23:53:16.623Z | |
| 1687 | 2024-11-18T23:53:16.623Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/171) |
| 1688 | 2024-11-18T23:53:17.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1689 | 2024-11-18T23:53:17.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1690 | 2024-11-18T23:53:17.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1691 | 2024-11-18T23:53:17.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1692 | 2024-11-18T23:53:17.162Z | |
| 1693 | 2024-11-18T23:53:17.162Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/171) |
| 1694 | 2024-11-18T23:53:17.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1695 | 2024-11-18T23:53:17.662Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1696 | 2024-11-18T23:53:17.662Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1697 | 2024-11-18T23:53:17.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1698 | 2024-11-18T23:53:17.696Z | |
| 1699 | 2024-11-18T23:53:17.696Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/171) |
| 1700 | 2024-11-18T23:53:18.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1701 | 2024-11-18T23:53:18.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1702 | 2024-11-18T23:53:18.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1703 | 2024-11-18T23:53:18.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1704 | 2024-11-18T23:53:18.235Z | |
| 1705 | 2024-11-18T23:53:18.235Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/171) |
| 1706 | 2024-11-18T23:53:18.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1707 | 2024-11-18T23:53:18.737Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1708 | 2024-11-18T23:53:18.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1709 | 2024-11-18T23:53:18.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1710 | 2024-11-18T23:53:18.770Z | |
| 1711 | 2024-11-18T23:53:18.770Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/171) |
| 1712 | 2024-11-18T23:53:19.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1713 | 2024-11-18T23:53:19.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1714 | 2024-11-18T23:53:19.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1715 | 2024-11-18T23:53:19.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1716 | 2024-11-18T23:53:19.314Z | |
| 1717 | 2024-11-18T23:53:19.314Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/171) |
| 1718 | 2024-11-18T23:53:19.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1719 | 2024-11-18T23:53:19.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1720 | 2024-11-18T23:53:19.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1721 | 2024-11-18T23:53:19.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1722 | 2024-11-18T23:53:19.856Z | |
| 1723 | 2024-11-18T23:53:19.856Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/171) |
| 1724 | 2024-11-18T23:53:20.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1725 | 2024-11-18T23:53:20.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1726 | 2024-11-18T23:53:20.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1727 | 2024-11-18T23:53:20.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
| 1728 | 2024-11-18T23:53:20.409Z | |
| 1729 | 2024-11-18T23:53:20.409Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/171) |
| 1730 | 2024-11-18T23:53:20.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1731 | 2024-11-18T23:53:20.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1732 | 2024-11-18T23:53:20.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1733 | 2024-11-18T23:53:20.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1734 | 2024-11-18T23:53:20.959Z | |
| 1735 | 2024-11-18T23:53:20.959Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/171) |
| 1736 | 2024-11-18T23:53:21.463Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1737 | 2024-11-18T23:53:21.486Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1738 | 2024-11-18T23:53:21.486Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1739 | 2024-11-18T23:53:21.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 1740 | 2024-11-18T23:53:21.518Z | |
| 1741 | 2024-11-18T23:53:21.518Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/171) |
| 1742 | 2024-11-18T23:53:22.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1743 | 2024-11-18T23:53:22.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1744 | 2024-11-18T23:53:22.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1745 | 2024-11-18T23:53:22.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1746 | 2024-11-18T23:53:22.059Z | |
| 1747 | 2024-11-18T23:53:22.059Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/171) |
| 1748 | 2024-11-18T23:53:22.538Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1749 | 2024-11-18T23:53:22.562Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1750 | 2024-11-18T23:53:22.562Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1751 | 2024-11-18T23:53:22.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
| 1752 | 2024-11-18T23:53:22.595Z | |
| 1753 | 2024-11-18T23:53:22.595Z | info: running `cargo check --bins` on sled-hardware-types (25/171) |
| 1754 | 2024-11-18T23:53:23.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1755 | 2024-11-18T23:53:23.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1756 | 2024-11-18T23:53:23.332Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1757 | 2024-11-18T23:53:23.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 1758 | 2024-11-18T23:53:23.404Z | |
| 1759 | 2024-11-18T23:53:23.404Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/171) |
| 1760 | 2024-11-18T23:53:24.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1761 | 2024-11-18T23:53:24.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1762 | 2024-11-18T23:53:24.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1763 | 2024-11-18T23:53:24.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1764 | 2024-11-18T23:53:24.203Z | |
| 1765 | 2024-11-18T23:53:24.204Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/171) |
| 1766 | 2024-11-18T23:53:24.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1767 | 2024-11-18T23:53:24.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1768 | 2024-11-18T23:53:24.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1769 | 2024-11-18T23:53:24.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 1770 | 2024-11-18T23:53:25.004Z | |
| 1771 | 2024-11-18T23:53:25.004Z | info: running `cargo check --bins` on oxlog (28/171) |
| 1772 | 2024-11-18T23:53:25.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1773 | 2024-11-18T23:53:25.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1774 | 2024-11-18T23:53:25.800Z | Checking cfg-if v1.0.0 |
| 1775 | 2024-11-18T23:53:25.824Z | Checking libc v0.2.162 |
| 1776 | 2024-11-18T23:53:25.848Z | Checking serde v1.0.215 |
| 1777 | 2024-11-18T23:53:25.848Z | Checking zeroize v1.8.1 |
| 1778 | 2024-11-18T23:53:25.871Z | Checking memchr v2.7.4 |
| 1779 | 2024-11-18T23:53:25.871Z | Checking typenum v1.17.0 |
| 1780 | 2024-11-18T23:53:25.895Z | Checking scopeguard v1.2.0 |
| 1781 | 2024-11-18T23:53:25.918Z | Checking subtle v2.6.1 |
| 1782 | 2024-11-18T23:53:25.943Z | Checking value-bag v1.9.0 |
| 1783 | 2024-11-18T23:53:26.027Z | Checking lock_api v0.4.12 |
| 1784 | 2024-11-18T23:53:26.084Z | Checking smallvec v1.13.2 |
| 1785 | 2024-11-18T23:53:26.154Z | Checking const-oid v0.9.6 |
| 1786 | 2024-11-18T23:53:26.296Z | Checking log v0.4.22 |
| 1787 | 2024-11-18T23:53:26.387Z | Checking itoa v1.0.11 |
| 1788 | 2024-11-18T23:53:26.412Z | Checking pin-project-lite v0.2.14 |
| 1789 | 2024-11-18T23:53:26.509Z | Checking byteorder v1.5.0 |
| 1790 | 2024-11-18T23:53:26.568Z | Checking futures-core v0.3.31 |
| 1791 | 2024-11-18T23:53:26.646Z | Checking once_cell v1.20.2 |
| 1792 | 2024-11-18T23:53:26.735Z | Checking cpufeatures v0.2.14 |
| 1793 | 2024-11-18T23:53:26.788Z | Checking futures-sink v0.3.31 |
| 1794 | 2024-11-18T23:53:26.811Z | Checking getrandom v0.2.15 |
| 1795 | 2024-11-18T23:53:26.835Z | Checking signal-hook-registry v1.4.2 |
| 1796 | 2024-11-18T23:53:26.861Z | Checking parking_lot_core v0.9.10 |
| 1797 | 2024-11-18T23:53:26.901Z | Checking generic-array v0.14.7 |
| 1798 | 2024-11-18T23:53:26.924Z | Checking mio v1.0.2 |
| 1799 | 2024-11-18T23:53:26.948Z | Checking stable_deref_trait v1.2.0 |
| 1800 | 2024-11-18T23:53:27.014Z | Checking rand_core v0.6.4 |
| 1801 | 2024-11-18T23:53:27.038Z | Checking socket2 v0.5.7 |
| 1802 | 2024-11-18T23:53:27.061Z | Checking spin v0.9.8 |
| 1803 | 2024-11-18T23:53:27.159Z | Checking parking_lot v0.12.3 |
| 1804 | 2024-11-18T23:53:27.280Z | Checking zerocopy v0.7.35 |
| 1805 | 2024-11-18T23:53:27.335Z | Checking slab v0.4.9 |
| 1806 | 2024-11-18T23:53:27.425Z | Checking zerofrom v0.1.4 |
| 1807 | 2024-11-18T23:53:27.448Z | Checking futures-channel v0.3.31 |
| 1808 | 2024-11-18T23:53:27.449Z | Checking foldhash v0.1.3 |
| 1809 | 2024-11-18T23:53:27.540Z | Checking futures-io v0.3.31 |
| 1810 | 2024-11-18T23:53:27.563Z | Checking equivalent v1.0.1 |
| 1811 | 2024-11-18T23:53:27.614Z | Checking yoke v0.7.4 |
| 1812 | 2024-11-18T23:53:27.659Z | Checking pin-utils v0.1.0 |
| 1813 | 2024-11-18T23:53:27.700Z | Checking futures-task v0.3.31 |
| 1814 | 2024-11-18T23:53:27.742Z | Checking allocator-api2 v0.2.18 |
| 1815 | 2024-11-18T23:53:27.766Z | Checking ryu v1.0.18 |
| 1816 | 2024-11-18T23:53:27.790Z | Checking tinyvec_macros v0.1.1 |
| 1817 | 2024-11-18T23:53:27.857Z | Checking crypto-common v0.1.6 |
| 1818 | 2024-11-18T23:53:27.881Z | Checking block-buffer v0.10.4 |
| 1819 | 2024-11-18T23:53:27.907Z | Checking zerovec v0.10.4 |
| 1820 | 2024-11-18T23:53:27.931Z | Checking futures-util v0.3.31 |
| 1821 | 2024-11-18T23:53:27.959Z | Checking block-padding v0.3.3 |
| 1822 | 2024-11-18T23:53:28.021Z | Checking tinyvec v1.8.0 |
| 1823 | 2024-11-18T23:53:28.074Z | Checking digest v0.10.7 |
| 1824 | 2024-11-18T23:53:28.138Z | Checking inout v0.1.3 |
| 1825 | 2024-11-18T23:53:28.274Z | Checking hashbrown v0.15.0 |
| 1826 | 2024-11-18T23:53:28.329Z | Checking fnv v1.0.7 |
| 1827 | 2024-11-18T23:53:28.395Z | Checking hmac v0.12.1 |
| 1828 | 2024-11-18T23:53:28.442Z | Checking sha2 v0.10.8 |
| 1829 | 2024-11-18T23:53:28.469Z | Checking cipher v0.4.4 |
| 1830 | 2024-11-18T23:53:28.573Z | Checking libm v0.2.8 |
| 1831 | 2024-11-18T23:53:28.802Z | Checking writeable v0.5.5 |
| 1832 | 2024-11-18T23:53:28.895Z | Checking base64ct v1.6.0 |
| 1833 | 2024-11-18T23:53:29.080Z | Checking unicode-bidi v0.3.17 |
| 1834 | 2024-11-18T23:53:29.112Z | Checking unicode-normalization v0.1.24 |
| 1835 | 2024-11-18T23:53:29.235Z | Checking litemap v0.7.3 |
| 1836 | 2024-11-18T23:53:29.278Z | Checking pem-rfc7468 v0.7.0 |
| 1837 | 2024-11-18T23:53:29.302Z | Checking num-traits v0.2.19 |
| 1838 | 2024-11-18T23:53:29.326Z | Checking tinystr v0.7.6 |
| 1839 | 2024-11-18T23:53:29.509Z | Checking ppv-lite86 v0.2.20 |
| 1840 | 2024-11-18T23:53:29.534Z | Checking flagset v0.4.6 |
| 1841 | 2024-11-18T23:53:29.605Z | Checking tracing-core v0.1.32 |
| 1842 | 2024-11-18T23:53:29.639Z | Checking icu_locid v1.5.0 |
| 1843 | 2024-11-18T23:53:29.706Z | Checking der v0.7.9 |
| 1844 | 2024-11-18T23:53:29.825Z | Checking thiserror v1.0.69 |
| 1845 | 2024-11-18T23:53:29.945Z | Checking rustls-pki-types v1.9.0 |
| 1846 | 2024-11-18T23:53:30.020Z | Checking bytes v1.8.0 |
| 1847 | 2024-11-18T23:53:30.154Z | Checking indexmap v2.6.0 |
| 1848 | 2024-11-18T23:53:30.178Z | Checking serde_json v1.0.132 |
| 1849 | 2024-11-18T23:53:30.435Z | Checking rand_chacha v0.3.1 |
| 1850 | 2024-11-18T23:53:30.484Z | Checking icu_provider v1.5.0 |
| 1851 | 2024-11-18T23:53:30.650Z | Checking bitflags v2.6.0 |
| 1852 | 2024-11-18T23:53:30.695Z | Checking tokio v1.40.0 |
| 1853 | 2024-11-18T23:53:30.772Z | Checking http v1.1.0 |
| 1854 | 2024-11-18T23:53:30.904Z | Checking icu_locid_transform_data v1.5.0 |
| 1855 | 2024-11-18T23:53:30.995Z | Checking percent-encoding v2.3.1 |
| 1856 | 2024-11-18T23:53:31.045Z | Checking icu_locid_transform v1.5.0 |
| 1857 | 2024-11-18T23:53:31.228Z | Checking rand v0.8.5 |
| 1858 | 2024-11-18T23:53:31.252Z | Checking tracing v0.1.40 |
| 1859 | 2024-11-18T23:53:31.252Z | Checking spki v0.7.3 |
| 1860 | 2024-11-18T23:53:31.606Z | Checking icu_collections v1.5.0 |
| 1861 | 2024-11-18T23:53:31.668Z | Checking salsa20 v0.10.2 |
| 1862 | 2024-11-18T23:53:31.707Z | Checking pbkdf2 v0.12.2 |
| 1863 | 2024-11-18T23:53:31.769Z | Checking aws-lc-sys v0.22.0 |
| 1864 | 2024-11-18T23:53:31.828Z | Checking httparse v1.9.5 |
| 1865 | 2024-11-18T23:53:31.971Z | Checking mirai-annotations v1.12.0 |
| 1866 | 2024-11-18T23:53:32.005Z | Checking untrusted v0.7.1 |
| 1867 | 2024-11-18T23:53:32.117Z | Checking untrusted v0.9.0 |
| 1868 | 2024-11-18T23:53:32.143Z | Checking icu_properties_data v1.5.0 |
| 1869 | 2024-11-18T23:53:32.168Z | Checking powerfmt v0.2.0 |
| 1870 | 2024-11-18T23:53:32.200Z | Checking scrypt v0.11.0 |
| 1871 | 2024-11-18T23:53:32.263Z | Checking ring v0.17.8 |
| 1872 | 2024-11-18T23:53:32.350Z | Checking cbc v0.1.2 |
| 1873 | 2024-11-18T23:53:32.350Z | Checking aes v0.8.4 |
| 1874 | 2024-11-18T23:53:32.374Z | Checking icu_properties v1.5.1 |
| 1875 | 2024-11-18T23:53:32.398Z | Checking crossbeam-utils v0.8.20 |
| 1876 | 2024-11-18T23:53:32.423Z | Checking deranged v0.3.11 |
| 1877 | 2024-11-18T23:53:32.508Z | Checking utf8_iter v1.0.4 |
| 1878 | 2024-11-18T23:53:32.677Z | Checking time-core v0.1.2 |
| 1879 | 2024-11-18T23:53:32.806Z | Checking num-conv v0.1.0 |
| 1880 | 2024-11-18T23:53:32.973Z | Checking utf16_iter v1.0.5 |
| 1881 | 2024-11-18T23:53:33.014Z | Checking atomic-waker v1.1.2 |
| 1882 | 2024-11-18T23:53:33.077Z | Checking icu_normalizer_data v1.5.0 |
| 1883 | 2024-11-18T23:53:33.126Z | Checking write16 v1.0.0 |
| 1884 | 2024-11-18T23:53:33.150Z | Checking num_threads v0.1.7 |
| 1885 | 2024-11-18T23:53:33.173Z | Checking pkcs5 v0.7.1 |
| 1886 | 2024-11-18T23:53:33.233Z | Checking http-body v1.0.1 |
| 1887 | 2024-11-18T23:53:33.256Z | Checking form_urlencoded v1.2.1 |
| 1888 | 2024-11-18T23:53:33.412Z | Checking try-lock v0.2.5 |
| 1889 | 2024-11-18T23:53:33.442Z | Checking httpdate v1.0.3 |
| 1890 | 2024-11-18T23:53:33.548Z | Checking want v0.3.1 |
| 1891 | 2024-11-18T23:53:33.653Z | Checking pkcs8 v0.10.2 |
| 1892 | 2024-11-18T23:53:33.676Z | Checking unicode-ident v1.0.13 |
| 1893 | 2024-11-18T23:53:33.738Z | Checking uuid v1.11.0 |
| 1894 | 2024-11-18T23:53:33.849Z | Checking proc-macro2 v1.0.89 |
| 1895 | 2024-11-18T23:53:33.918Z | Checking time v0.3.36 |
| 1896 | 2024-11-18T23:53:33.946Z | Checking aws-lc-rs v1.10.0 |
| 1897 | 2024-11-18T23:53:33.970Z | Checking toml_datetime v0.6.8 |
| 1898 | 2024-11-18T23:53:33.994Z | Checking serde_spanned v0.6.8 |
| 1899 | 2024-11-18T23:53:34.160Z | Checking slog v2.7.0 |
| 1900 | 2024-11-18T23:53:34.237Z | Checking scroll v0.12.0 |
| 1901 | 2024-11-18T23:53:34.318Z | Checking plain v0.2.3 |
| 1902 | 2024-11-18T23:53:34.457Z | Checking base64 v0.22.1 |
| 1903 | 2024-11-18T23:53:34.519Z | Checking iana-time-zone v0.1.61 |
| 1904 | 2024-11-18T23:53:34.626Z | Checking tower-service v0.3.3 |
| 1905 | 2024-11-18T23:53:34.670Z | Checking ucd-trie v0.1.7 |
| 1906 | 2024-11-18T23:53:34.694Z | Checking adler2 v2.0.0 |
| 1907 | 2024-11-18T23:53:34.749Z | Checking match_cfg v0.1.0 |
| 1908 | 2024-11-18T23:53:34.839Z | Checking foreign-types-shared v0.1.1 |
| 1909 | 2024-11-18T23:53:34.862Z | Checking hostname v0.3.1 |
| 1910 | 2024-11-18T23:53:34.887Z | Checking pest v2.7.14 |
| 1911 | 2024-11-18T23:53:34.911Z | Checking miniz_oxide v0.8.0 |
| 1912 | 2024-11-18T23:53:34.948Z | Checking foreign-types v0.3.2 |
| 1913 | 2024-11-18T23:53:34.991Z | Checking goblin v0.8.2 |
| 1914 | 2024-11-18T23:53:35.044Z | Checking chrono v0.4.38 |
| 1915 | 2024-11-18T23:53:35.165Z | Checking icu_normalizer v1.5.0 |
| 1916 | 2024-11-18T23:53:35.564Z | Checking quote v1.0.37 |
| 1917 | 2024-11-18T23:53:35.623Z | Checking rustls-webpki v0.102.8 |
| 1918 | 2024-11-18T23:53:35.843Z | Checking idna_adapter v1.2.0 |
| 1919 | 2024-11-18T23:53:35.866Z | Checking openssl-sys v0.9.104 |
| 1920 | 2024-11-18T23:53:36.011Z | Checking idna v1.0.3 |
| 1921 | 2024-11-18T23:53:36.109Z | Checking errno v0.3.9 |
| 1922 | 2024-11-18T23:53:36.277Z | Checking dirs-sys-next v0.1.2 |
| 1923 | 2024-11-18T23:53:36.301Z | Checking aho-corasick v1.1.3 |
| 1924 | 2024-11-18T23:53:36.450Z | Checking data-encoding v2.6.0 |
| 1925 | 2024-11-18T23:53:36.473Z | Checking url v2.5.3 |
| 1926 | 2024-11-18T23:53:36.857Z | Checking regex-syntax v0.8.5 |
| 1927 | 2024-11-18T23:53:36.950Z | Checking siphasher v0.3.11 |
| 1928 | 2024-11-18T23:53:37.028Z | Checking pretty-hex v0.4.1 |
| 1929 | 2024-11-18T23:53:37.077Z | Checking dtrace-parser v0.2.0 |
| 1930 | 2024-11-18T23:53:37.118Z | Checking tokio-util v0.7.12 |
| 1931 | 2024-11-18T23:53:37.177Z | Checking openssl v0.10.68 |
| 1932 | 2024-11-18T23:53:37.200Z | Checking dirs-next v2.0.0 |
| 1933 | 2024-11-18T23:53:37.247Z | Checking rustix v0.38.37 |
| 1934 | 2024-11-18T23:53:37.313Z | Checking syn v2.0.87 |
| 1935 | 2024-11-18T23:53:37.478Z | Checking http-body-util v0.1.2 |
| 1936 | 2024-11-18T23:53:37.739Z | Checking crossbeam-epoch v0.9.18 |
| 1937 | 2024-11-18T23:53:37.875Z | Checking sha1 v0.10.6 |
| 1938 | 2024-11-18T23:53:37.898Z | Checking h2 v0.4.6 |
| 1939 | 2024-11-18T23:53:38.113Z | Checking signature v2.2.0 |
| 1940 | 2024-11-18T23:53:38.136Z | Checking lazy_static v1.5.0 |
| 1941 | 2024-11-18T23:53:38.236Z | Checking thread_local v1.1.8 |
| 1942 | 2024-11-18T23:53:38.283Z | Checking thread-id v4.2.2 |
| 1943 | 2024-11-18T23:53:38.378Z | Checking encoding_rs v0.8.34 |
| 1944 | 2024-11-18T23:53:38.480Z | Checking winnow v0.6.20 |
| 1945 | 2024-11-18T23:53:39.188Z | Checking dof v0.3.0 |
| 1946 | 2024-11-18T23:53:39.489Z | Checking regex-automata v0.4.8 |
| 1947 | 2024-11-18T23:53:39.696Z | Checking ipnet v2.10.1 |
| 1948 | 2024-11-18T23:53:40.067Z | Checking openssl-probe v0.1.5 |
| 1949 | 2024-11-18T23:53:40.091Z | Checking mime v0.3.17 |
| 1950 | 2024-11-18T23:53:40.178Z | Checking gimli v0.31.1 |
| 1951 | 2024-11-18T23:53:40.202Z | Checking anstyle v1.0.10 |
| 1952 | 2024-11-18T23:53:40.359Z | Checking either v1.13.0 |
| 1953 | 2024-11-18T23:53:40.484Z | Checking unicode-properties v0.1.3 |
| 1954 | 2024-11-18T23:53:40.682Z | Checking utf8parse v0.2.2 |
| 1955 | 2024-11-18T23:53:40.766Z | Checking stringprep v0.1.5 |
| 1956 | 2024-11-18T23:53:40.813Z | Checking anstyle-parse v0.2.5 |
| 1957 | 2024-11-18T23:53:40.867Z | Checking toml_edit v0.22.22 |
| 1958 | 2024-11-18T23:53:40.997Z | Checking crossbeam-deque v0.8.5 |
| 1959 | 2024-11-18T23:53:41.053Z | Checking term v0.7.0 |
| 1960 | 2024-11-18T23:53:41.276Z | Checking rustls v0.23.14 |
| 1961 | 2024-11-18T23:53:41.429Z | Checking rustls v0.22.4 |
| 1962 | 2024-11-18T23:53:41.691Z | Checking native-tls v0.2.12 |
| 1963 | 2024-11-18T23:53:41.956Z | Checking slog-json v2.6.1 |
| 1964 | 2024-11-18T23:53:42.175Z | Checking serde_urlencoded v0.7.1 |
| 1965 | 2024-11-18T23:53:42.526Z | Checking crossbeam-channel v0.5.13 |
| 1966 | 2024-11-18T23:53:42.705Z | Checking usdt-impl v0.5.0 |
| 1967 | 2024-11-18T23:53:42.941Z | Checking hyper v1.5.0 |
| 1968 | 2024-11-18T23:53:43.109Z | Checking futures-executor v0.3.31 |
| 1969 | 2024-11-18T23:53:43.166Z | Checking num-integer v0.1.46 |
| 1970 | 2024-11-18T23:53:43.190Z | Checking rustls-pemfile v2.2.0 |
| 1971 | 2024-11-18T23:53:43.309Z | Checking idna v0.4.0 |
| 1972 | 2024-11-18T23:53:43.375Z | Checking idna v0.3.0 |
| 1973 | 2024-11-18T23:53:43.399Z | Checking md-5 v0.10.6 |
| 1974 | 2024-11-18T23:53:43.457Z | Checking addr2line v0.24.2 |
| 1975 | 2024-11-18T23:53:43.588Z | Checking ff v0.13.0 |
| 1976 | 2024-11-18T23:53:43.611Z | Checking hash32 v0.2.1 |
| 1977 | 2024-11-18T23:53:43.763Z | Checking memmap v0.7.0 |
| 1978 | 2024-11-18T23:53:43.850Z | Checking is-terminal v0.4.13 |
| 1979 | 2024-11-18T23:53:43.898Z | Checking object v0.36.5 |
| 1980 | 2024-11-18T23:53:43.944Z | Checking utf-8 v0.7.6 |
| 1981 | 2024-11-18T23:53:43.969Z | Checking linked-hash-map v0.5.6 |
| 1982 | 2024-11-18T23:53:43.969Z | Checking anstyle-query v1.1.1 |
| 1983 | 2024-11-18T23:53:44.019Z | Checking fallible-iterator v0.2.0 |
| 1984 | 2024-11-18T23:53:44.093Z | Checking take_mut v0.2.2 |
| 1985 | 2024-11-18T23:53:44.129Z | Checking rustc-demangle v0.1.24 |
| 1986 | 2024-11-18T23:53:44.226Z | Checking quick-error v1.2.3 |
| 1987 | 2024-11-18T23:53:44.252Z | Checking base16ct v0.2.0 |
| 1988 | 2024-11-18T23:53:44.340Z | Checking is_terminal_polyfill v1.70.1 |
| 1989 | 2024-11-18T23:53:44.414Z | Checking colorchoice v1.0.2 |
| 1990 | 2024-11-18T23:53:44.444Z | Checking dyn-clone v1.0.17 |
| 1991 | 2024-11-18T23:53:44.502Z | Checking psl-types v2.0.11 |
| 1992 | 2024-11-18T23:53:44.526Z | Checking tokio-rustls v0.25.0 |
| 1993 | 2024-11-18T23:53:44.550Z | Checking anstream v0.6.15 |
| 1994 | 2024-11-18T23:53:44.578Z | Checking postgres-protocol v0.6.7 |
| 1995 | 2024-11-18T23:53:44.602Z | Checking schemars v0.8.21 |
| 1996 | 2024-11-18T23:53:44.667Z | Checking publicsuffix v2.2.3 |
| 1997 | 2024-11-18T23:53:44.728Z | Checking hyper-util v0.1.10 |
| 1998 | 2024-11-18T23:53:44.836Z | Checking sec1 v0.7.3 |
| 1999 | 2024-11-18T23:53:44.860Z | Checking resolv-conf v0.7.0 |
| 2000 | 2024-11-18T23:53:44.884Z | Checking lru-cache v0.1.2 |
| 2001 | 2024-11-18T23:53:45.024Z | Checking slog-async v2.8.0 |
| 2002 | 2024-11-18T23:53:45.141Z | Checking tungstenite v0.24.0 |
| 2003 | 2024-11-18T23:53:45.165Z | Checking hickory-proto v0.24.1 |
| 2004 | 2024-11-18T23:53:45.189Z | Checking slog-term v2.9.1 |
| 2005 | 2024-11-18T23:53:45.266Z | Checking usdt v0.5.0 |
| 2006 | 2024-11-18T23:53:45.476Z | Checking heapless v0.7.17 |
| 2007 | 2024-11-18T23:53:45.575Z | Checking group v0.13.0 |
| 2008 | 2024-11-18T23:53:45.794Z | Checking num-iter v0.1.45 |
| 2009 | 2024-11-18T23:53:45.919Z | Checking futures v0.3.31 |
| 2010 | 2024-11-18T23:53:45.948Z | Checking toml v0.8.19 |
| 2011 | 2024-11-18T23:53:45.972Z | Checking tokio-rustls v0.26.0 |
| 2012 | 2024-11-18T23:53:45.972Z | Checking slog-bunyan v2.5.0 |
| 2013 | 2024-11-18T23:53:46.031Z | Checking tokio-native-tls v0.3.1 |
| 2014 | 2024-11-18T23:53:46.120Z | Checking rayon-core v1.12.1 |
| 2015 | 2024-11-18T23:53:46.261Z | Checking multer v3.1.0 |
| 2016 | 2024-11-18T23:53:46.348Z | Checking terminal_size v0.4.0 |
| 2017 | 2024-11-18T23:53:46.400Z | Checking phf_shared v0.11.2 |
| 2018 | 2024-11-18T23:53:46.433Z | Checking cookie v0.18.1 |
| 2019 | 2024-11-18T23:53:46.494Z | Checking async-stream v0.3.6 |
| 2020 | 2024-11-18T23:53:46.634Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2021 | 2024-11-18T23:53:46.660Z | Checking camino v1.1.9 |
| 2022 | 2024-11-18T23:53:46.684Z | Checking signal-hook v0.3.17 |
| 2023 | 2024-11-18T23:53:46.684Z | Checking waitgroup v0.1.2 |
| 2024 | 2024-11-18T23:53:46.748Z | Checking openapiv3 v2.0.0 |
| 2025 | 2024-11-18T23:53:46.772Z | Checking webpki-roots v0.26.6 |
| 2026 | 2024-11-18T23:53:46.796Z | Checking serde_path_to_error v0.1.16 |
| 2027 | 2024-11-18T23:53:46.824Z | Checking idna v0.5.0 |
| 2028 | 2024-11-18T23:53:46.949Z | Checking hkdf v0.12.4 |
| 2029 | 2024-11-18T23:53:46.983Z | Checking crypto-bigint v0.5.5 |
| 2030 | 2024-11-18T23:53:47.137Z | Checking hostname v0.4.0 |
| 2031 | 2024-11-18T23:53:47.162Z | Checking crc32fast v1.4.2 |
| 2032 | 2024-11-18T23:53:47.255Z | Checking strsim v0.11.1 |
| 2033 | 2024-11-18T23:53:47.318Z | Checking managed v0.8.0 |
| 2034 | 2024-11-18T23:53:47.350Z | Checking bitflags v1.3.2 |
| 2035 | 2024-11-18T23:53:47.436Z | Checking unicode-width v0.1.14 |
| 2036 | 2024-11-18T23:53:47.460Z | Checking clap_lex v0.7.2 |
| 2037 | 2024-11-18T23:53:47.502Z | Checking winnow v0.5.40 |
| 2038 | 2024-11-18T23:53:47.637Z | Checking debug-ignore v1.0.5 |
| 2039 | 2024-11-18T23:53:47.666Z | Checking clap_builder v4.5.21 |
| 2040 | 2024-11-18T23:53:47.767Z | Checking smoltcp v0.9.1 |
| 2041 | 2024-11-18T23:53:47.819Z | Checking console v0.15.8 |
| 2042 | 2024-11-18T23:53:48.291Z | Checking cookie_store v0.21.0 |
| 2043 | 2024-11-18T23:53:48.854Z | Checking flate2 v1.0.34 |
| 2044 | 2024-11-18T23:53:48.979Z | Checking signal-hook-mio v0.2.4 |
| 2045 | 2024-11-18T23:53:49.102Z | Checking hyper-rustls v0.27.3 |
| 2046 | 2024-11-18T23:53:49.210Z | Checking hickory-resolver v0.24.1 |
| 2047 | 2024-11-18T23:53:49.316Z | Checking elliptic-curve v0.13.8 |
| 2048 | 2024-11-18T23:53:49.397Z | Checking backtrace v0.3.74 |
| 2049 | 2024-11-18T23:53:49.424Z | Checking rayon v1.10.0 |
| 2050 | 2024-11-18T23:53:49.449Z | Checking bzip2 v0.4.4 |
| 2051 | 2024-11-18T23:53:49.553Z | Checking dropshot v0.12.0 |
| 2052 | 2024-11-18T23:53:49.685Z | Checking phf v0.11.2 |
| 2053 | 2024-11-18T23:53:49.870Z | Checking hyper-tls v0.6.0 |
| 2054 | 2024-11-18T23:53:49.894Z | Checking anyhow v1.0.93 |
| 2055 | 2024-11-18T23:53:49.928Z | Checking num-bigint-dig v0.8.4 |
| 2056 | 2024-11-18T23:53:50.007Z | Checking toml_edit v0.19.15 |
| 2057 | 2024-11-18T23:53:50.121Z | Checking tokio-tungstenite v0.24.0 |
| 2058 | 2024-11-18T23:53:50.226Z | Checking postgres-types v0.2.8 |
| 2059 | 2024-11-18T23:53:50.250Z | Checking bstr v1.10.0 |
| 2060 | 2024-11-18T23:53:50.513Z | Checking regex v1.11.1 |
| 2061 | 2024-11-18T23:53:50.561Z | Checking ed25519 v2.2.3 |
| 2062 | 2024-11-18T23:53:50.815Z | Checking tokio-stream v0.1.16 |
| 2063 | 2024-11-18T23:53:50.840Z | Checking phf_shared v0.10.0 |
| 2064 | 2024-11-18T23:53:51.038Z | Checking zerocopy v0.6.6 |
| 2065 | 2024-11-18T23:53:51.062Z | Checking curve25519-dalek v4.1.3 |
| 2066 | 2024-11-18T23:53:51.086Z | Checking pkcs1 v0.7.5 |
| 2067 | 2024-11-18T23:53:51.444Z | Checking hubpack v0.1.2 |
| 2068 | 2024-11-18T23:53:51.562Z | Checking portable-atomic v1.9.0 |
| 2069 | 2024-11-18T23:53:51.673Z | Checking float-cmp v0.9.0 |
| 2070 | 2024-11-18T23:53:51.712Z | Checking serde-big-array v0.5.1 |
| 2071 | 2024-11-18T23:53:51.763Z | Checking rfc6979 v0.4.0 |
| 2072 | 2024-11-18T23:53:51.840Z | Checking sync_wrapper v1.0.1 |
| 2073 | 2024-11-18T23:53:51.901Z | Checking difflib v0.4.0 |
| 2074 | 2024-11-18T23:53:51.925Z | Checking normalize-line-endings v0.3.0 |
| 2075 | 2024-11-18T23:53:51.971Z | Checking predicates-core v1.0.8 |
| 2076 | 2024-11-18T23:53:52.035Z | Checking bit-vec v0.6.3 |
| 2077 | 2024-11-18T23:53:52.136Z | Checking unicode-width v0.2.0 |
| 2078 | 2024-11-18T23:53:52.160Z | Checking unicode-segmentation v1.12.0 |
| 2079 | 2024-11-18T23:53:52.184Z | Checking number_prefix v0.4.0 |
| 2080 | 2024-11-18T23:53:52.324Z | Checking minimal-lexical v0.2.1 |
| 2081 | 2024-11-18T23:53:52.348Z | Checking whoami v1.5.2 |
| 2082 | 2024-11-18T23:53:52.455Z | Checking static_assertions v1.1.0 |
| 2083 | 2024-11-18T23:53:52.534Z | Checking fixedbitset v0.4.2 |
| 2084 | 2024-11-18T23:53:52.563Z | Checking precomputed-hash v0.1.1 |
| 2085 | 2024-11-18T23:53:52.611Z | Checking new_debug_unreachable v1.0.6 |
| 2086 | 2024-11-18T23:53:52.658Z | Checking ed25519-dalek v2.1.1 |
| 2087 | 2024-11-18T23:53:52.658Z | Checking qorb v0.2.0 |
| 2088 | 2024-11-18T23:53:52.695Z | Checking nom v7.1.3 |
| 2089 | 2024-11-18T23:53:52.719Z | Checking tokio-postgres v0.7.12 |
| 2090 | 2024-11-18T23:53:52.719Z | Checking similar v2.6.0 |
| 2091 | 2024-11-18T23:53:52.742Z | Checking string_cache v0.8.7 |
| 2092 | 2024-11-18T23:53:52.766Z | Checking indicatif v0.17.9 |
| 2093 | 2024-11-18T23:53:52.791Z | Checking petgraph v0.6.5 |
| 2094 | 2024-11-18T23:53:52.996Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2095 | 2024-11-18T23:53:53.019Z | Checking bit-set v0.5.3 |
| 2096 | 2024-11-18T23:53:53.228Z | Checking predicates v3.1.2 |
| 2097 | 2024-11-18T23:53:53.391Z | Checking toml v0.7.8 |
| 2098 | 2024-11-18T23:53:53.426Z | Checking reqwest v0.12.9 |
| 2099 | 2024-11-18T23:53:53.760Z | Checking ecdsa v0.16.9 |
| 2100 | 2024-11-18T23:53:53.974Z | Checking rsa v0.9.6 |
| 2101 | 2024-11-18T23:53:54.331Z | Checking clap v4.5.21 |
| 2102 | 2024-11-18T23:53:54.426Z | Checking zip v0.6.6 |
| 2103 | 2024-11-18T23:53:54.793Z | Checking crossterm v0.28.1 |
| 2104 | 2024-11-18T23:53:54.822Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2105 | 2024-11-18T23:53:54.846Z | Checking itertools v0.10.5 |
| 2106 | 2024-11-18T23:53:54.961Z | Checking itertools v0.12.1 |
| 2107 | 2024-11-18T23:53:55.031Z | Checking fs-err v2.11.0 |
| 2108 | 2024-11-18T23:53:55.060Z | Checking ahash v0.8.11 |
| 2109 | 2024-11-18T23:53:55.189Z | Checking x509-cert v0.2.5 |
| 2110 | 2024-11-18T23:53:55.492Z | Checking hex v0.4.3 |
| 2111 | 2024-11-18T23:53:55.516Z | Checking semver v1.0.23 |
| 2112 | 2024-11-18T23:53:55.516Z | Checking peg-runtime v0.8.3 |
| 2113 | 2024-11-18T23:53:55.813Z | Checking heck v0.4.1 |
| 2114 | 2024-11-18T23:53:55.837Z | Checking lalrpop-util v0.19.12 |
| 2115 | 2024-11-18T23:53:55.911Z | Checking sigpipe v0.1.3 |
| 2116 | 2024-11-18T23:53:57.414Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2117 | 2024-11-18T23:53:57.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.82s |
| 2118 | 2024-11-18T23:53:57.966Z | |
| 2119 | 2024-11-18T23:53:57.967Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/171) |
| 2120 | 2024-11-18T23:53:58.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2121 | 2024-11-18T23:53:58.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2122 | 2024-11-18T23:53:58.813Z | Compiling hashbrown v0.14.5 |
| 2123 | 2024-11-18T23:53:58.864Z | Checking heck v0.5.0 |
| 2124 | 2024-11-18T23:53:58.888Z | Compiling unsafe-libyaml v0.2.11 |
| 2125 | 2024-11-18T23:53:58.912Z | Compiling ident_case v1.0.1 |
| 2126 | 2024-11-18T23:53:58.935Z | Checking progenitor-client v0.8.0 |
| 2127 | 2024-11-18T23:53:58.935Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2128 | 2024-11-18T23:53:58.959Z | Compiling proc-macro-crate v1.3.1 |
| 2129 | 2024-11-18T23:53:59.038Z | Compiling darling_core v0.20.10 |
| 2130 | 2024-11-18T23:53:59.072Z | Checking ipnetwork v0.20.0 |
| 2131 | 2024-11-18T23:53:59.253Z | Compiling structmeta-derive v0.3.0 |
| 2132 | 2024-11-18T23:53:59.277Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2133 | 2024-11-18T23:53:59.372Z | Compiling newtype-uuid v1.1.3 |
| 2134 | 2024-11-18T23:53:59.514Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2135 | 2024-11-18T23:53:59.622Z | Compiling lzma-sys v0.1.20 |
| 2136 | 2024-11-18T23:53:59.812Z | Compiling foreign-types-macros v0.2.3 |
| 2137 | 2024-11-18T23:53:59.844Z | Checking regress v0.10.1 |
| 2138 | 2024-11-18T23:53:59.873Z | Compiling num_enum_derive v0.5.11 |
| 2139 | 2024-11-18T23:54:00.266Z | Compiling serde_yaml v0.9.34+deprecated |
| 2140 | 2024-11-18T23:54:00.403Z | Compiling dropshot v0.13.0 |
| 2141 | 2024-11-18T23:54:00.651Z | Checking arc-swap v1.7.1 |
| 2142 | 2024-11-18T23:54:00.854Z | Checking foreign-types-shared v0.3.1 |
| 2143 | 2024-11-18T23:54:00.952Z | Checking foreign-types v0.5.0 |
| 2144 | 2024-11-18T23:54:01.018Z | Checking slog-scope v4.4.0 |
| 2145 | 2024-11-18T23:54:01.152Z | Compiling proc-macro-error v1.0.4 |
| 2146 | 2024-11-18T23:54:01.723Z | Compiling structmeta v0.3.0 |
| 2147 | 2024-11-18T23:54:01.747Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2148 | 2024-11-18T23:54:01.797Z | Checking tungstenite v0.21.0 |
| 2149 | 2024-11-18T23:54:01.846Z | Compiling heck v0.3.3 |
| 2150 | 2024-11-18T23:54:02.042Z | Checking num_enum v0.5.11 |
| 2151 | 2024-11-18T23:54:02.122Z | Compiling parse-display-derive v0.10.0 |
| 2152 | 2024-11-18T23:54:02.191Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2153 | 2024-11-18T23:54:02.245Z | Compiling dropshot_endpoint v0.13.0 |
| 2154 | 2024-11-18T23:54:02.590Z | Checking cstr-argument v0.1.2 |
| 2155 | 2024-11-18T23:54:02.651Z | Checking typify-impl v0.2.0 |
| 2156 | 2024-11-18T23:54:02.751Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2157 | 2024-11-18T23:54:03.355Z | Checking instant v0.1.13 |
| 2158 | 2024-11-18T23:54:03.462Z | Checking fastrand v2.1.1 |
| 2159 | 2024-11-18T23:54:03.733Z | Checking base64 v0.21.7 |
| 2160 | 2024-11-18T23:54:03.864Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2161 | 2024-11-18T23:54:04.026Z | Checking pretty-hex v0.2.1 |
| 2162 | 2024-11-18T23:54:04.126Z | Checking tempfile v3.13.0 |
| 2163 | 2024-11-18T23:54:04.162Z | Checking backoff v0.4.0 |
| 2164 | 2024-11-18T23:54:04.193Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2165 | 2024-11-18T23:54:04.410Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2166 | 2024-11-18T23:54:04.435Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2167 | 2024-11-18T23:54:04.462Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2168 | 2024-11-18T23:54:04.539Z | Checking tokio-tungstenite v0.21.0 |
| 2169 | 2024-11-18T23:54:04.570Z | Compiling zone_cfg_derive v0.1.2 |
| 2170 | 2024-11-18T23:54:04.675Z | Checking strum v0.26.3 |
| 2171 | 2024-11-18T23:54:04.740Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2172 | 2024-11-18T23:54:04.862Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2173 | 2024-11-18T23:54:04.886Z | Compiling darling_macro v0.20.10 |
| 2174 | 2024-11-18T23:54:04.979Z | Checking slog-stdlog v4.1.1 |
| 2175 | 2024-11-18T23:54:05.130Z | Checking regress v0.9.1 |
| 2176 | 2024-11-18T23:54:05.168Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2177 | 2024-11-18T23:54:05.302Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2178 | 2024-11-18T23:54:05.367Z | Checking colored v2.1.0 |
| 2179 | 2024-11-18T23:54:05.560Z | Checking macaddr v1.0.1 |
| 2180 | 2024-11-18T23:54:05.630Z | Checking base64 v0.13.1 |
| 2181 | 2024-11-18T23:54:05.666Z | Compiling darling v0.20.10 |
| 2182 | 2024-11-18T23:54:05.785Z | Compiling serde_with_macros v3.11.0 |
| 2183 | 2024-11-18T23:54:05.837Z | Checking zone v0.1.8 |
| 2184 | 2024-11-18T23:54:05.945Z | Checking parse-display v0.10.0 |
| 2185 | 2024-11-18T23:54:05.978Z | Checking ron v0.7.1 |
| 2186 | 2024-11-18T23:54:06.152Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2187 | 2024-11-18T23:54:06.522Z | Checking xz2 v0.1.7 |
| 2188 | 2024-11-18T23:54:06.643Z | Checking slog-envlogger v2.2.0 |
| 2189 | 2024-11-18T23:54:06.775Z | Checking tabwriter v1.4.0 |
| 2190 | 2024-11-18T23:54:06.823Z | Checking xattr v1.3.1 |
| 2191 | 2024-11-18T23:54:06.986Z | Checking pem v3.0.4 |
| 2192 | 2024-11-18T23:54:07.010Z | Checking yasna v0.5.2 |
| 2193 | 2024-11-18T23:54:07.034Z | Checking headers-core v0.3.0 |
| 2194 | 2024-11-18T23:54:07.145Z | Checking smf v0.2.3 |
| 2195 | 2024-11-18T23:54:07.219Z | Checking filetime v0.2.25 |
| 2196 | 2024-11-18T23:54:07.397Z | Checking same-file v1.0.6 |
| 2197 | 2024-11-18T23:54:07.540Z | Checking tar v0.4.43 |
| 2198 | 2024-11-18T23:54:07.564Z | Checking walkdir v2.5.0 |
| 2199 | 2024-11-18T23:54:07.588Z | Checking headers v0.4.0 |
| 2200 | 2024-11-18T23:54:07.728Z | Checking rcgen v0.12.1 |
| 2201 | 2024-11-18T23:54:07.802Z | Checking atomicwrites v0.4.4 |
| 2202 | 2024-11-18T23:54:07.895Z | Checking camino-tempfile v1.1.1 |
| 2203 | 2024-11-18T23:54:07.972Z | Checking subprocess v0.2.9 |
| 2204 | 2024-11-18T23:54:08.275Z | Checking serde_with v3.11.0 |
| 2205 | 2024-11-18T23:54:12.919Z | Compiling typify-macro v0.2.0 |
| 2206 | 2024-11-18T23:54:15.270Z | Compiling typify v0.2.0 |
| 2207 | 2024-11-18T23:54:15.366Z | Compiling progenitor-impl v0.8.0 |
| 2208 | 2024-11-18T23:54:19.750Z | Compiling progenitor-macro v0.8.0 |
| 2209 | 2024-11-18T23:54:25.941Z | Checking progenitor v0.8.0 |
| 2210 | 2024-11-18T23:54:26.138Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2211 | 2024-11-18T23:54:26.162Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2212 | 2024-11-18T23:54:29.723Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2213 | 2024-11-18T23:54:29.894Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2214 | 2024-11-18T23:54:38.016Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2215 | 2024-11-18T23:54:40.006Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2216 | 2024-11-18T23:54:41.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.68s |
| 2217 | 2024-11-18T23:54:41.806Z | |
| 2218 | 2024-11-18T23:54:41.807Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/171) |
| 2219 | 2024-11-18T23:54:42.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2220 | 2024-11-18T23:54:42.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2221 | 2024-11-18T23:54:42.662Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2222 | 2024-11-18T23:54:44.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.52s |
| 2223 | 2024-11-18T23:54:44.501Z | |
| 2224 | 2024-11-18T23:54:44.501Z | info: running `cargo check --bins` on nexus-config (31/171) |
| 2225 | 2024-11-18T23:54:45.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2226 | 2024-11-18T23:54:45.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2227 | 2024-11-18T23:54:45.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2228 | 2024-11-18T23:54:45.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2229 | 2024-11-18T23:54:45.288Z | |
| 2230 | 2024-11-18T23:54:45.288Z | info: running `cargo check --bins` on omicron-rpaths (32/171) |
| 2231 | 2024-11-18T23:54:45.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2232 | 2024-11-18T23:54:46.022Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2233 | 2024-11-18T23:54:46.022Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2234 | 2024-11-18T23:54:46.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2235 | 2024-11-18T23:54:46.082Z | |
| 2236 | 2024-11-18T23:54:46.082Z | info: running `cargo check --bins` on omicron-certificates (33/171) |
| 2237 | 2024-11-18T23:54:46.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2238 | 2024-11-18T23:54:46.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2239 | 2024-11-18T23:54:46.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2240 | 2024-11-18T23:54:46.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2241 | 2024-11-18T23:54:46.872Z | |
| 2242 | 2024-11-18T23:54:46.872Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/171) |
| 2243 | 2024-11-18T23:54:47.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2244 | 2024-11-18T23:54:47.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2245 | 2024-11-18T23:54:47.727Z | Compiling heapless v0.8.0 |
| 2246 | 2024-11-18T23:54:47.750Z | Checking hash32 v0.3.1 |
| 2247 | 2024-11-18T23:54:47.774Z | Compiling smoltcp v0.11.0 |
| 2248 | 2024-11-18T23:54:47.798Z | Checking cobs v0.2.3 |
| 2249 | 2024-11-18T23:54:47.822Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2250 | 2024-11-18T23:54:47.822Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2251 | 2024-11-18T23:54:47.845Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2252 | 2024-11-18T23:54:47.845Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2253 | 2024-11-18T23:54:47.933Z | Compiling crucible-workspace-hack v0.1.0 |
| 2254 | 2024-11-18T23:54:47.960Z | Checking postcard v1.0.10 |
| 2255 | 2024-11-18T23:54:47.984Z | Checking newline-converter v0.3.0 |
| 2256 | 2024-11-18T23:54:48.121Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2257 | 2024-11-18T23:54:48.145Z | Compiling convert_case v0.4.0 |
| 2258 | 2024-11-18T23:54:48.291Z | Checking expectorate v1.1.0 |
| 2259 | 2024-11-18T23:54:48.321Z | Compiling zone_cfg_derive v0.3.0 |
| 2260 | 2024-11-18T23:54:48.404Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2261 | 2024-11-18T23:54:48.441Z | Checking itertools v0.13.0 |
| 2262 | 2024-11-18T23:54:48.465Z | Compiling num-derive v0.4.2 |
| 2263 | 2024-11-18T23:54:48.584Z | Compiling slog-dtrace v0.3.0 |
| 2264 | 2024-11-18T23:54:48.703Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2265 | 2024-11-18T23:54:48.888Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2266 | 2024-11-18T23:54:48.982Z | Compiling derive_more v0.99.18 |
| 2267 | 2024-11-18T23:54:49.524Z | Checking zone v0.3.0 |
| 2268 | 2024-11-18T23:54:50.043Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2269 | 2024-11-18T23:54:51.751Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2270 | 2024-11-18T23:54:52.898Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2271 | 2024-11-18T23:54:53.567Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2272 | 2024-11-18T23:54:54.224Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2273 | 2024-11-18T23:54:55.344Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2274 | 2024-11-18T23:54:56.592Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2275 | 2024-11-18T23:54:57.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.91s |
| 2276 | 2024-11-18T23:54:57.940Z | |
| 2277 | 2024-11-18T23:54:57.940Z | info: running `cargo check --bins` on clickhouse-admin-api (35/171) |
| 2278 | 2024-11-18T23:54:58.674Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2279 | 2024-11-18T23:54:58.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2280 | 2024-11-18T23:54:58.698Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2281 | 2024-11-18T23:54:58.698Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2282 | 2024-11-18T23:54:58.769Z | |
| 2283 | 2024-11-18T23:54:58.769Z | info: running `cargo check --bins` on clickhouse-admin-types (36/171) |
| 2284 | 2024-11-18T23:54:59.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2285 | 2024-11-18T23:54:59.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2286 | 2024-11-18T23:54:59.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2287 | 2024-11-18T23:54:59.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2288 | 2024-11-18T23:54:59.571Z | |
| 2289 | 2024-11-18T23:54:59.571Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (37/171) |
| 2290 | 2024-11-18T23:55:00.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2291 | 2024-11-18T23:55:00.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2292 | 2024-11-18T23:55:00.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2293 | 2024-11-18T23:55:00.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2294 | 2024-11-18T23:55:00.393Z | |
| 2295 | 2024-11-18T23:55:00.394Z | info: running `cargo check --bins --no-default-features` on oximeter-db (38/171) |
| 2296 | 2024-11-18T23:55:01.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2297 | 2024-11-18T23:55:01.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2298 | 2024-11-18T23:55:01.255Z | Compiling progenitor-client v0.8.0 |
| 2299 | 2024-11-18T23:55:01.293Z | Compiling newtype-uuid v1.1.3 |
| 2300 | 2024-11-18T23:55:01.293Z | Compiling ipnetwork v0.20.0 |
| 2301 | 2024-11-18T23:55:01.293Z | Compiling instant v0.1.13 |
| 2302 | 2024-11-18T23:55:01.323Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2303 | 2024-11-18T23:55:01.323Z | Checking num-rational v0.4.2 |
| 2304 | 2024-11-18T23:55:01.323Z | Compiling dropshot v0.13.0 |
| 2305 | 2024-11-18T23:55:01.323Z | Compiling serde_with v3.11.0 |
| 2306 | 2024-11-18T23:55:01.436Z | Compiling backoff v0.4.0 |
| 2307 | 2024-11-18T23:55:01.495Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2308 | 2024-11-18T23:55:01.560Z | Compiling parse-display v0.10.0 |
| 2309 | 2024-11-18T23:55:01.708Z | Compiling progenitor v0.8.0 |
| 2310 | 2024-11-18T23:55:01.738Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2311 | 2024-11-18T23:55:01.796Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2312 | 2024-11-18T23:55:01.918Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2313 | 2024-11-18T23:55:01.949Z | Compiling regress v0.9.1 |
| 2314 | 2024-11-18T23:55:02.107Z | Compiling phf_generator v0.11.2 |
| 2315 | 2024-11-18T23:55:02.162Z | Checking num-complex v0.4.6 |
| 2316 | 2024-11-18T23:55:02.407Z | Compiling macaddr v1.0.1 |
| 2317 | 2024-11-18T23:55:02.832Z | Compiling phf_codegen v0.11.2 |
| 2318 | 2024-11-18T23:55:02.933Z | Checking num v0.4.3 |
| 2319 | 2024-11-18T23:55:03.003Z | Compiling parse-zoneinfo v0.3.1 |
| 2320 | 2024-11-18T23:55:03.063Z | Checking float-ord v0.3.2 |
| 2321 | 2024-11-18T23:55:03.220Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2322 | 2024-11-18T23:55:03.265Z | Checking prettyplease v0.2.25 |
| 2323 | 2024-11-18T23:55:03.380Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2324 | 2024-11-18T23:55:04.203Z | Compiling chrono-tz-build v0.4.0 |
| 2325 | 2024-11-18T23:55:04.384Z | Compiling const_format_proc_macros v0.2.33 |
| 2326 | 2024-11-18T23:55:04.671Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2327 | 2024-11-18T23:55:04.736Z | Checking highway v1.2.0 |
| 2328 | 2024-11-18T23:55:05.129Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
| 2329 | 2024-11-18T23:55:05.545Z | Compiling chrono-tz v0.10.0 |
| 2330 | 2024-11-18T23:55:05.722Z | Checking gethostname v0.5.0 |
| 2331 | 2024-11-18T23:55:05.842Z | Checking bcs v0.1.6 |
| 2332 | 2024-11-18T23:55:06.049Z | Compiling async-recursion v1.1.1 |
| 2333 | 2024-11-18T23:55:06.150Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2334 | 2024-11-18T23:55:06.150Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2335 | 2024-11-18T23:55:06.235Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2336 | 2024-11-18T23:55:06.300Z | Checking const_format v0.2.33 |
| 2337 | 2024-11-18T23:55:21.160Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2338 | 2024-11-18T23:55:24.923Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2339 | 2024-11-18T23:55:30.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.69s |
| 2340 | 2024-11-18T23:55:30.252Z | |
| 2341 | 2024-11-18T23:55:30.252Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (39/171) |
| 2342 | 2024-11-18T23:55:30.989Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2343 | 2024-11-18T23:55:31.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2344 | 2024-11-18T23:55:31.136Z | Compiling cfg_aliases v0.1.1 |
| 2345 | 2024-11-18T23:55:31.136Z | Compiling vte_generate_state_changes v0.1.2 |
| 2346 | 2024-11-18T23:55:31.159Z | Checking fd-lock v4.0.2 |
| 2347 | 2024-11-18T23:55:31.159Z | Checking nibble_vec v0.1.0 |
| 2348 | 2024-11-18T23:55:31.159Z | Checking bytecount v0.6.8 |
| 2349 | 2024-11-18T23:55:31.159Z | Checking endian-type v0.1.2 |
| 2350 | 2024-11-18T23:55:31.160Z | Compiling tabled_derive v0.7.0 |
| 2351 | 2024-11-18T23:55:31.239Z | Compiling peg-macros v0.8.4 |
| 2352 | 2024-11-18T23:55:31.295Z | Compiling nix v0.28.0 |
| 2353 | 2024-11-18T23:55:31.353Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2354 | 2024-11-18T23:55:31.404Z | Checking radix_trie v0.2.1 |
| 2355 | 2024-11-18T23:55:31.428Z | Checking papergrid v0.11.0 |
| 2356 | 2024-11-18T23:55:31.428Z | Compiling sqlparser_derive v0.2.2 |
| 2357 | 2024-11-18T23:55:31.719Z | Checking vte v0.11.1 |
| 2358 | 2024-11-18T23:55:31.761Z | Checking nu-ansi-term v0.50.1 |
| 2359 | 2024-11-18T23:55:32.111Z | Checking home v0.5.9 |
| 2360 | 2024-11-18T23:55:32.250Z | Checking unicode_categories v0.1.1 |
| 2361 | 2024-11-18T23:55:32.335Z | Checking sqlparser v0.45.0 |
| 2362 | 2024-11-18T23:55:32.379Z | Checking display-error-chain v0.2.2 |
| 2363 | 2024-11-18T23:55:32.516Z | Checking sqlformat v0.2.6 |
| 2364 | 2024-11-18T23:55:32.778Z | Checking strip-ansi-escapes v0.2.0 |
| 2365 | 2024-11-18T23:55:32.912Z | Checking reedline v0.35.0 |
| 2366 | 2024-11-18T23:55:33.183Z | Checking tabled v0.15.0 |
| 2367 | 2024-11-18T23:55:33.643Z | Checking peg v0.8.4 |
| 2368 | 2024-11-18T23:55:34.063Z | Checking rustyline v14.0.0 |
| 2369 | 2024-11-18T23:55:46.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.43s |
| 2370 | 2024-11-18T23:55:46.843Z | |
| 2371 | 2024-11-18T23:55:46.843Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (40/171) |
| 2372 | 2024-11-18T23:55:47.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2373 | 2024-11-18T23:55:47.591Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2374 | 2024-11-18T23:55:47.711Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2375 | 2024-11-18T23:55:55.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.64s |
| 2376 | 2024-11-18T23:55:55.644Z | |
| 2377 | 2024-11-18T23:55:55.644Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (41/171) |
| 2378 | 2024-11-18T23:55:56.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2379 | 2024-11-18T23:55:56.431Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2380 | 2024-11-18T23:55:56.544Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2381 | 2024-11-18T23:56:02.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.76s |
| 2382 | 2024-11-18T23:56:02.566Z | |
| 2383 | 2024-11-18T23:56:02.566Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (42/171) |
| 2384 | 2024-11-18T23:56:03.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2385 | 2024-11-18T23:56:03.338Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2386 | 2024-11-18T23:56:03.462Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2387 | 2024-11-18T23:56:10.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.27s |
| 2388 | 2024-11-18T23:56:11.004Z | |
| 2389 | 2024-11-18T23:56:11.004Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (43/171) |
| 2390 | 2024-11-18T23:56:11.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2391 | 2024-11-18T23:56:11.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2392 | 2024-11-18T23:56:11.933Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2393 | 2024-11-18T23:56:19.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.37s |
| 2394 | 2024-11-18T23:56:19.535Z | |
| 2395 | 2024-11-18T23:56:19.535Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (44/171) |
| 2396 | 2024-11-18T23:56:20.280Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2397 | 2024-11-18T23:56:20.304Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2398 | 2024-11-18T23:56:20.421Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2399 | 2024-11-18T23:56:26.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.95s |
| 2400 | 2024-11-18T23:56:26.652Z | |
| 2401 | 2024-11-18T23:56:26.653Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (45/171) |
| 2402 | 2024-11-18T23:56:27.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2403 | 2024-11-18T23:56:27.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2404 | 2024-11-18T23:56:27.503Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2405 | 2024-11-18T23:56:33.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.18s |
| 2406 | 2024-11-18T23:56:33.989Z | |
| 2407 | 2024-11-18T23:56:33.989Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (46/171) |
| 2408 | 2024-11-18T23:56:34.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2409 | 2024-11-18T23:56:34.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2410 | 2024-11-18T23:56:34.872Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2411 | 2024-11-18T23:56:42.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.71s |
| 2412 | 2024-11-18T23:56:42.864Z | |
| 2413 | 2024-11-18T23:56:42.864Z | info: running `cargo check --bins` on oximeter (47/171) |
| 2414 | 2024-11-18T23:56:43.589Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2415 | 2024-11-18T23:56:43.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2416 | 2024-11-18T23:56:43.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2417 | 2024-11-18T23:56:43.615Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2418 | 2024-11-18T23:56:43.694Z | |
| 2419 | 2024-11-18T23:56:43.694Z | info: running `cargo check --bins` on oximeter-macro-impl (48/171) |
| 2420 | 2024-11-18T23:56:44.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2421 | 2024-11-18T23:56:44.408Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2422 | 2024-11-18T23:56:44.408Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2423 | 2024-11-18T23:56:44.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2424 | 2024-11-18T23:56:44.486Z | |
| 2425 | 2024-11-18T23:56:44.486Z | info: running `cargo check --bins` on oximeter-schema (49/171) |
| 2426 | 2024-11-18T23:56:45.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2427 | 2024-11-18T23:56:45.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2428 | 2024-11-18T23:56:45.308Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2429 | 2024-11-18T23:56:45.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
| 2430 | 2024-11-18T23:56:45.919Z | |
| 2431 | 2024-11-18T23:56:45.919Z | info: running `cargo check --bins` on oximeter-types (50/171) |
| 2432 | 2024-11-18T23:56:46.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2433 | 2024-11-18T23:56:46.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2434 | 2024-11-18T23:56:46.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2435 | 2024-11-18T23:56:46.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2436 | 2024-11-18T23:56:46.700Z | |
| 2437 | 2024-11-18T23:56:46.702Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/171) |
| 2438 | 2024-11-18T23:56:47.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2439 | 2024-11-18T23:56:47.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2440 | 2024-11-18T23:56:47.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2441 | 2024-11-18T23:56:47.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2442 | 2024-11-18T23:56:47.497Z | |
| 2443 | 2024-11-18T23:56:47.497Z | info: running `cargo check --bins` on oxql-types (52/171) |
| 2444 | 2024-11-18T23:56:48.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2445 | 2024-11-18T23:56:48.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2446 | 2024-11-18T23:56:48.226Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2447 | 2024-11-18T23:56:48.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2448 | 2024-11-18T23:56:48.299Z | |
| 2449 | 2024-11-18T23:56:48.299Z | info: running `cargo check --bins` on oximeter-test-utils (53/171) |
| 2450 | 2024-11-18T23:56:49.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2451 | 2024-11-18T23:56:49.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2452 | 2024-11-18T23:56:49.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2453 | 2024-11-18T23:56:49.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2454 | 2024-11-18T23:56:49.143Z | |
| 2455 | 2024-11-18T23:56:49.143Z | info: running `cargo check --bins` on bootstrap-agent-client (54/171) |
| 2456 | 2024-11-18T23:56:49.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2457 | 2024-11-18T23:56:49.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2458 | 2024-11-18T23:56:49.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2459 | 2024-11-18T23:56:49.868Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2460 | 2024-11-18T23:56:49.947Z | |
| 2461 | 2024-11-18T23:56:49.947Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/171) |
| 2462 | 2024-11-18T23:56:50.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2463 | 2024-11-18T23:56:50.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2464 | 2024-11-18T23:56:50.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2465 | 2024-11-18T23:56:50.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2466 | 2024-11-18T23:56:50.735Z | |
| 2467 | 2024-11-18T23:56:50.735Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/171) |
| 2468 | 2024-11-18T23:56:51.428Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2469 | 2024-11-18T23:56:51.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2470 | 2024-11-18T23:56:51.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2471 | 2024-11-18T23:56:51.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2472 | 2024-11-18T23:56:51.525Z | |
| 2473 | 2024-11-18T23:56:51.525Z | info: running `cargo check --bins` on cockroach-admin-client (57/171) |
| 2474 | 2024-11-18T23:56:52.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2475 | 2024-11-18T23:56:52.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2476 | 2024-11-18T23:56:52.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2477 | 2024-11-18T23:56:52.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2478 | 2024-11-18T23:56:52.291Z | |
| 2479 | 2024-11-18T23:56:52.291Z | info: running `cargo check --bins` on omicron-ddm-admin-client (58/171) |
| 2480 | 2024-11-18T23:56:52.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2481 | 2024-11-18T23:56:53.020Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2482 | 2024-11-18T23:56:53.020Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2483 | 2024-11-18T23:56:53.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2484 | 2024-11-18T23:56:53.101Z | |
| 2485 | 2024-11-18T23:56:53.101Z | info: running `cargo check --bins` on dns-service-client (59/171) |
| 2486 | 2024-11-18T23:56:53.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2487 | 2024-11-18T23:56:53.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2488 | 2024-11-18T23:56:53.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2489 | 2024-11-18T23:56:53.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2490 | 2024-11-18T23:56:53.922Z | |
| 2491 | 2024-11-18T23:56:53.922Z | info: running `cargo check --bins` on internal-dns-types (60/171) |
| 2492 | 2024-11-18T23:56:54.652Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2493 | 2024-11-18T23:56:54.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2494 | 2024-11-18T23:56:54.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2495 | 2024-11-18T23:56:54.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2496 | 2024-11-18T23:56:54.762Z | |
| 2497 | 2024-11-18T23:56:54.762Z | info: running `cargo check --bins` on dpd-client (61/171) |
| 2498 | 2024-11-18T23:56:55.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2499 | 2024-11-18T23:56:55.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2500 | 2024-11-18T23:56:55.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2501 | 2024-11-18T23:56:55.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2502 | 2024-11-18T23:56:55.581Z | |
| 2503 | 2024-11-18T23:56:55.581Z | info: running `cargo check --bins` on gateway-client (62/171) |
| 2504 | 2024-11-18T23:56:56.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2505 | 2024-11-18T23:56:56.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2506 | 2024-11-18T23:56:56.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2507 | 2024-11-18T23:56:56.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2508 | 2024-11-18T23:56:56.372Z | |
| 2509 | 2024-11-18T23:56:56.372Z | info: running `cargo check --bins` on installinator-client (63/171) |
| 2510 | 2024-11-18T23:56:57.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2511 | 2024-11-18T23:56:57.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2512 | 2024-11-18T23:56:57.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2513 | 2024-11-18T23:56:57.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2514 | 2024-11-18T23:56:57.192Z | |
| 2515 | 2024-11-18T23:56:57.193Z | info: running `cargo check --bins` on installinator-common (64/171) |
| 2516 | 2024-11-18T23:56:57.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2517 | 2024-11-18T23:56:57.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2518 | 2024-11-18T23:56:57.922Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2519 | 2024-11-18T23:56:57.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2520 | 2024-11-18T23:56:58.001Z | |
| 2521 | 2024-11-18T23:56:58.001Z | info: running `cargo check --bins` on update-engine (65/171) |
| 2522 | 2024-11-18T23:56:58.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2523 | 2024-11-18T23:56:58.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2524 | 2024-11-18T23:56:58.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2525 | 2024-11-18T23:56:58.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2526 | 2024-11-18T23:56:58.784Z | |
| 2527 | 2024-11-18T23:56:58.784Z | info: running `cargo check --bins` on nexus-client (66/171) |
| 2528 | 2024-11-18T23:56:59.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2529 | 2024-11-18T23:56:59.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2530 | 2024-11-18T23:56:59.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2531 | 2024-11-18T23:56:59.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2532 | 2024-11-18T23:56:59.638Z | |
| 2533 | 2024-11-18T23:56:59.639Z | info: running `cargo check --bins` on nexus-sled-agent-shared (67/171) |
| 2534 | 2024-11-18T23:57:00.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2535 | 2024-11-18T23:57:00.365Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2536 | 2024-11-18T23:57:00.365Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2537 | 2024-11-18T23:57:00.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2538 | 2024-11-18T23:57:00.442Z | |
| 2539 | 2024-11-18T23:57:00.442Z | info: running `cargo check --bins` on omicron-passwords (68/171) |
| 2540 | 2024-11-18T23:57:01.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2541 | 2024-11-18T23:57:01.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2542 | 2024-11-18T23:57:01.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2543 | 2024-11-18T23:57:01.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2544 | 2024-11-18T23:57:01.233Z | |
| 2545 | 2024-11-18T23:57:01.233Z | info: running `cargo check --bins` on nexus-types (69/171) |
| 2546 | 2024-11-18T23:57:01.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2547 | 2024-11-18T23:57:01.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2548 | 2024-11-18T23:57:01.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2549 | 2024-11-18T23:57:01.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2550 | 2024-11-18T23:57:02.034Z | |
| 2551 | 2024-11-18T23:57:02.034Z | info: running `cargo check --bins` on oxide-client (70/171) |
| 2552 | 2024-11-18T23:57:02.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2553 | 2024-11-18T23:57:02.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2554 | 2024-11-18T23:57:02.734Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2555 | 2024-11-18T23:57:02.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2556 | 2024-11-18T23:57:02.806Z | |
| 2557 | 2024-11-18T23:57:02.806Z | info: running `cargo check --bins` on oximeter-client (71/171) |
| 2558 | 2024-11-18T23:57:03.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2559 | 2024-11-18T23:57:03.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2560 | 2024-11-18T23:57:03.515Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2561 | 2024-11-18T23:57:03.515Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2562 | 2024-11-18T23:57:03.591Z | |
| 2563 | 2024-11-18T23:57:03.591Z | info: running `cargo check --bins` on repo-depot-client (72/171) |
| 2564 | 2024-11-18T23:57:04.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2565 | 2024-11-18T23:57:04.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2566 | 2024-11-18T23:57:04.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2567 | 2024-11-18T23:57:04.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2568 | 2024-11-18T23:57:04.360Z | |
| 2569 | 2024-11-18T23:57:04.360Z | info: running `cargo check --bins` on sled-agent-client (73/171) |
| 2570 | 2024-11-18T23:57:05.059Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2571 | 2024-11-18T23:57:05.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2572 | 2024-11-18T23:57:05.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2573 | 2024-11-18T23:57:05.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2574 | 2024-11-18T23:57:05.155Z | |
| 2575 | 2024-11-18T23:57:05.155Z | info: running `cargo check --bins` on wicketd-client (74/171) |
| 2576 | 2024-11-18T23:57:05.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2577 | 2024-11-18T23:57:05.901Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2578 | 2024-11-18T23:57:05.901Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2579 | 2024-11-18T23:57:05.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2580 | 2024-11-18T23:57:05.978Z | |
| 2581 | 2024-11-18T23:57:05.979Z | info: running `cargo check --bins` on sled-agent-types (75/171) |
| 2582 | 2024-11-18T23:57:06.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2583 | 2024-11-18T23:57:06.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2584 | 2024-11-18T23:57:06.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2585 | 2024-11-18T23:57:06.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2586 | 2024-11-18T23:57:06.817Z | |
| 2587 | 2024-11-18T23:57:06.817Z | info: running `cargo check --bins` on wicket-common (76/171) |
| 2588 | 2024-11-18T23:57:07.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2589 | 2024-11-18T23:57:07.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2590 | 2024-11-18T23:57:07.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2591 | 2024-11-18T23:57:07.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2592 | 2024-11-18T23:57:07.645Z | |
| 2593 | 2024-11-18T23:57:07.645Z | info: running `cargo check --bins` on omicron-cockroach-admin (77/171) |
| 2594 | 2024-11-18T23:57:08.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2595 | 2024-11-18T23:57:08.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2596 | 2024-11-18T23:57:08.493Z | Checking csv-core v0.1.11 |
| 2597 | 2024-11-18T23:57:08.493Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2598 | 2024-11-18T23:57:08.493Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2599 | 2024-11-18T23:57:08.804Z | Checking csv v1.3.0 |
| 2600 | 2024-11-18T23:57:08.828Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2601 | 2024-11-18T23:57:09.498Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2602 | 2024-11-18T23:57:09.937Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2603 | 2024-11-18T23:57:11.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.80s |
| 2604 | 2024-11-18T23:57:11.605Z | |
| 2605 | 2024-11-18T23:57:11.605Z | info: running `cargo check --bins` on cockroach-admin-api (78/171) |
| 2606 | 2024-11-18T23:57:12.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2607 | 2024-11-18T23:57:12.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2608 | 2024-11-18T23:57:12.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2609 | 2024-11-18T23:57:12.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2610 | 2024-11-18T23:57:12.395Z | |
| 2611 | 2024-11-18T23:57:12.396Z | info: running `cargo check --bins` on cockroach-admin-types (79/171) |
| 2612 | 2024-11-18T23:57:13.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2613 | 2024-11-18T23:57:13.096Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2614 | 2024-11-18T23:57:13.096Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2615 | 2024-11-18T23:57:13.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 2616 | 2024-11-18T23:57:13.204Z | |
| 2617 | 2024-11-18T23:57:13.204Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (80/171) |
| 2618 | 2024-11-18T23:57:13.955Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2619 | 2024-11-18T23:57:13.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2620 | 2024-11-18T23:57:13.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2621 | 2024-11-18T23:57:13.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 2622 | 2024-11-18T23:57:14.066Z | |
| 2623 | 2024-11-18T23:57:14.066Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (81/171) |
| 2624 | 2024-11-18T23:57:14.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2625 | 2024-11-18T23:57:14.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2626 | 2024-11-18T23:57:14.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2627 | 2024-11-18T23:57:14.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
| 2628 | 2024-11-18T23:57:14.954Z | |
| 2629 | 2024-11-18T23:57:14.954Z | info: running `cargo check --bins` on dns-server (82/171) |
| 2630 | 2024-11-18T23:57:15.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2631 | 2024-11-18T23:57:15.658Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2632 | 2024-11-18T23:57:15.751Z | Compiling parking_lot_core v0.8.6 |
| 2633 | 2024-11-18T23:57:15.775Z | Checking fxhash v0.2.1 |
| 2634 | 2024-11-18T23:57:15.775Z | Checking hickory-server v0.24.1 |
| 2635 | 2024-11-18T23:57:15.775Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2636 | 2024-11-18T23:57:15.775Z | Checking hickory-client v0.24.1 |
| 2637 | 2024-11-18T23:57:16.467Z | Checking parking_lot v0.11.2 |
| 2638 | 2024-11-18T23:57:16.625Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2639 | 2024-11-18T23:57:16.649Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2640 | 2024-11-18T23:57:16.754Z | Checking sled v0.34.7 |
| 2641 | 2024-11-18T23:57:18.954Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2642 | 2024-11-18T23:57:20.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.52s |
| 2643 | 2024-11-18T23:57:20.650Z | |
| 2644 | 2024-11-18T23:57:20.650Z | info: running `cargo check --bins` on dns-server-api (83/171) |
| 2645 | 2024-11-18T23:57:21.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2646 | 2024-11-18T23:57:21.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2647 | 2024-11-18T23:57:21.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2648 | 2024-11-18T23:57:21.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2649 | 2024-11-18T23:57:21.449Z | |
| 2650 | 2024-11-18T23:57:21.449Z | info: running `cargo check --bins` on gateway-test-utils (84/171) |
| 2651 | 2024-11-18T23:57:22.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2652 | 2024-11-18T23:57:22.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2653 | 2024-11-18T23:57:22.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2654 | 2024-11-18T23:57:22.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 2655 | 2024-11-18T23:57:22.319Z | |
| 2656 | 2024-11-18T23:57:22.319Z | info: running `cargo check --bins` on gateway-types (85/171) |
| 2657 | 2024-11-18T23:57:23.015Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2658 | 2024-11-18T23:57:23.039Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2659 | 2024-11-18T23:57:23.039Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2660 | 2024-11-18T23:57:23.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2661 | 2024-11-18T23:57:23.109Z | |
| 2662 | 2024-11-18T23:57:23.109Z | info: running `cargo check --bins` on ipcc (86/171) |
| 2663 | 2024-11-18T23:57:23.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2664 | 2024-11-18T23:57:23.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2665 | 2024-11-18T23:57:23.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2666 | 2024-11-18T23:57:23.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2667 | 2024-11-18T23:57:23.910Z | |
| 2668 | 2024-11-18T23:57:23.910Z | info: running `cargo check --bins` on omicron-gateway (87/171) |
| 2669 | 2024-11-18T23:57:24.636Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2670 | 2024-11-18T23:57:24.659Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2671 | 2024-11-18T23:57:24.786Z | Compiling semver v0.1.20 |
| 2672 | 2024-11-18T23:57:24.786Z | Compiling radium v0.7.0 |
| 2673 | 2024-11-18T23:57:24.809Z | Compiling maybe-uninit v2.0.0 |
| 2674 | 2024-11-18T23:57:24.809Z | Checking tap v1.0.1 |
| 2675 | 2024-11-18T23:57:24.832Z | Checking password-hash v0.5.0 |
| 2676 | 2024-11-18T23:57:24.856Z | Checking blake2 v0.10.6 |
| 2677 | 2024-11-18T23:57:24.856Z | Compiling cancel-safe-futures v0.1.5 |
| 2678 | 2024-11-18T23:57:24.856Z | Compiling packed_struct v0.10.1 |
| 2679 | 2024-11-18T23:57:25.006Z | Checking wyz v0.5.1 |
| 2680 | 2024-11-18T23:57:25.191Z | Compiling rustc_version v0.1.7 |
| 2681 | 2024-11-18T23:57:25.258Z | Checking crc-catalog v2.4.0 |
| 2682 | 2024-11-18T23:57:25.297Z | Checking funty v2.0.0 |
| 2683 | 2024-11-18T23:57:25.297Z | Compiling owo-colors v4.1.0 |
| 2684 | 2024-11-18T23:57:25.350Z | Checking argon2 v0.5.3 |
| 2685 | 2024-11-18T23:57:25.400Z | Checking crc v3.2.1 |
| 2686 | 2024-11-18T23:57:25.450Z | Compiling packed_struct_codegen v0.10.1 |
| 2687 | 2024-11-18T23:57:25.451Z | Checking half v2.4.1 |
| 2688 | 2024-11-18T23:57:25.580Z | Compiling indexmap v1.9.3 |
| 2689 | 2024-11-18T23:57:25.643Z | Compiling newtype_derive v0.1.6 |
| 2690 | 2024-11-18T23:57:25.667Z | Checking nodrop v0.1.14 |
| 2691 | 2024-11-18T23:57:25.769Z | Checking ciborium-io v0.2.2 |
| 2692 | 2024-11-18T23:57:25.792Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2693 | 2024-11-18T23:57:25.850Z | Checking array-init v0.0.4 |
| 2694 | 2024-11-18T23:57:25.890Z | Checking ciborium-ll v0.2.2 |
| 2695 | 2024-11-18T23:57:25.957Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2696 | 2024-11-18T23:57:26.067Z | Checking bitvec v1.0.1 |
| 2697 | 2024-11-18T23:57:26.090Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2698 | 2024-11-18T23:57:26.155Z | Checking smallvec v0.6.14 |
| 2699 | 2024-11-18T23:57:26.235Z | Checking libsw v3.3.1 |
| 2700 | 2024-11-18T23:57:26.501Z | Compiling memoffset v0.9.1 |
| 2701 | 2024-11-18T23:57:26.524Z | Checking bitfield v0.14.0 |
| 2702 | 2024-11-18T23:57:26.548Z | Checking indent_write v2.2.0 |
| 2703 | 2024-11-18T23:57:26.713Z | Checking linear-map v1.2.0 |
| 2704 | 2024-11-18T23:57:26.737Z | Checking termcolor v1.4.1 |
| 2705 | 2024-11-18T23:57:26.760Z | Checking swrite v0.1.0 |
| 2706 | 2024-11-18T23:57:26.783Z | Checking hashbrown v0.12.3 |
| 2707 | 2024-11-18T23:57:26.872Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2708 | 2024-11-18T23:57:26.933Z | Checking serde-hex v0.1.0 |
| 2709 | 2024-11-18T23:57:27.001Z | Checking ron v0.8.1 |
| 2710 | 2024-11-18T23:57:27.124Z | Checking env_logger v0.10.2 |
| 2711 | 2024-11-18T23:57:27.373Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2712 | 2024-11-18T23:57:27.501Z | Checking ciborium v0.2.2 |
| 2713 | 2024-11-18T23:57:27.683Z | Checking steno v0.4.1 |
| 2714 | 2024-11-18T23:57:28.185Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2715 | 2024-11-18T23:57:28.247Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2716 | 2024-11-18T23:57:28.281Z | Checking hashbrown v0.13.2 |
| 2717 | 2024-11-18T23:57:28.346Z | Checking crc-any v2.5.0 |
| 2718 | 2024-11-18T23:57:28.411Z | Checking humantime v2.1.0 |
| 2719 | 2024-11-18T23:57:28.641Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2720 | 2024-11-18T23:57:28.674Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2721 | 2024-11-18T23:57:28.974Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2722 | 2024-11-18T23:57:29.152Z | Checking object v0.30.4 |
| 2723 | 2024-11-18T23:57:29.198Z | Checking path-slash v0.1.5 |
| 2724 | 2024-11-18T23:57:29.275Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2725 | 2024-11-18T23:57:29.326Z | Checking nix v0.27.1 |
| 2726 | 2024-11-18T23:57:29.551Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2727 | 2024-11-18T23:57:29.807Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2728 | 2024-11-18T23:57:30.030Z | Checking tungstenite v0.23.0 |
| 2729 | 2024-11-18T23:57:30.181Z | Checking kstat-rs v0.2.4 |
| 2730 | 2024-11-18T23:57:30.207Z | Checking signal-hook-tokio v0.3.1 |
| 2731 | 2024-11-18T23:57:30.476Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2732 | 2024-11-18T23:57:30.797Z | Checking tokio-tungstenite v0.23.1 |
| 2733 | 2024-11-18T23:57:31.499Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2734 | 2024-11-18T23:57:31.744Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2735 | 2024-11-18T23:57:31.955Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2736 | 2024-11-18T23:57:40.241Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2737 | 2024-11-18T23:57:41.804Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2738 | 2024-11-18T23:57:45.654Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2739 | 2024-11-18T23:57:52.781Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2740 | 2024-11-18T23:57:53.607Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2741 | 2024-11-18T23:57:57.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.16s |
| 2742 | 2024-11-18T23:57:57.272Z | |
| 2743 | 2024-11-18T23:57:57.272Z | info: running `cargo check --bins` on gateway-api (88/171) |
| 2744 | 2024-11-18T23:57:57.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2745 | 2024-11-18T23:57:57.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2746 | 2024-11-18T23:57:57.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2747 | 2024-11-18T23:57:57.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2748 | 2024-11-18T23:57:58.065Z | |
| 2749 | 2024-11-18T23:57:58.065Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (89/171) |
| 2750 | 2024-11-18T23:57:58.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2751 | 2024-11-18T23:57:58.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2752 | 2024-11-18T23:57:58.770Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2753 | 2024-11-18T23:57:58.770Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2754 | 2024-11-18T23:57:58.841Z | |
| 2755 | 2024-11-18T23:57:58.841Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/171) |
| 2756 | 2024-11-18T23:57:59.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2757 | 2024-11-18T23:57:59.559Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2758 | 2024-11-18T23:57:59.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2759 | 2024-11-18T23:57:59.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2760 | 2024-11-18T23:57:59.635Z | |
| 2761 | 2024-11-18T23:57:59.635Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/171) |
| 2762 | 2024-11-18T23:58:00.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2763 | 2024-11-18T23:58:00.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2764 | 2024-11-18T23:58:00.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2765 | 2024-11-18T23:58:00.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2766 | 2024-11-18T23:58:00.427Z | |
| 2767 | 2024-11-18T23:58:00.427Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/171) |
| 2768 | 2024-11-18T23:58:01.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2769 | 2024-11-18T23:58:01.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2770 | 2024-11-18T23:58:01.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2771 | 2024-11-18T23:58:01.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2772 | 2024-11-18T23:58:01.241Z | |
| 2773 | 2024-11-18T23:58:01.241Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/171) |
| 2774 | 2024-11-18T23:58:01.942Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2775 | 2024-11-18T23:58:01.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2776 | 2024-11-18T23:58:01.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2777 | 2024-11-18T23:58:01.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2778 | 2024-11-18T23:58:02.041Z | |
| 2779 | 2024-11-18T23:58:02.041Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/171) |
| 2780 | 2024-11-18T23:58:02.739Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2781 | 2024-11-18T23:58:02.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2782 | 2024-11-18T23:58:02.762Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2783 | 2024-11-18T23:58:02.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2784 | 2024-11-18T23:58:02.838Z | |
| 2785 | 2024-11-18T23:58:02.838Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/171) |
| 2786 | 2024-11-18T23:58:03.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2787 | 2024-11-18T23:58:03.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2788 | 2024-11-18T23:58:03.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2789 | 2024-11-18T23:58:03.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 2790 | 2024-11-18T23:58:03.646Z | |
| 2791 | 2024-11-18T23:58:03.646Z | info: running `cargo check --bins` on oximeter-producer (96/171) |
| 2792 | 2024-11-18T23:58:04.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2793 | 2024-11-18T23:58:04.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2794 | 2024-11-18T23:58:04.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2795 | 2024-11-18T23:58:04.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2796 | 2024-11-18T23:58:04.490Z | |
| 2797 | 2024-11-18T23:58:04.490Z | info: running `cargo check --bins` on internal-dns-resolver (97/171) |
| 2798 | 2024-11-18T23:58:05.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2799 | 2024-11-18T23:58:05.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2800 | 2024-11-18T23:58:05.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2801 | 2024-11-18T23:58:05.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2802 | 2024-11-18T23:58:05.283Z | |
| 2803 | 2024-11-18T23:58:05.283Z | info: running `cargo check --bins` on sp-sim (98/171) |
| 2804 | 2024-11-18T23:58:05.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2805 | 2024-11-18T23:58:06.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2806 | 2024-11-18T23:58:06.105Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2807 | 2024-11-18T23:58:08.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.05s |
| 2808 | 2024-11-18T23:58:08.494Z | |
| 2809 | 2024-11-18T23:58:08.494Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (99/171) |
| 2810 | 2024-11-18T23:58:09.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2811 | 2024-11-18T23:58:09.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2812 | 2024-11-18T23:58:09.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2813 | 2024-11-18T23:58:09.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2814 | 2024-11-18T23:58:09.339Z | |
| 2815 | 2024-11-18T23:58:09.339Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (100/171) |
| 2816 | 2024-11-18T23:58:10.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2817 | 2024-11-18T23:58:10.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2818 | 2024-11-18T23:58:10.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2819 | 2024-11-18T23:58:10.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 2820 | 2024-11-18T23:58:10.185Z | |
| 2821 | 2024-11-18T23:58:10.185Z | info: running `cargo check --bins` on db-macros (101/171) |
| 2822 | 2024-11-18T23:58:10.851Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2823 | 2024-11-18T23:58:10.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2824 | 2024-11-18T23:58:10.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2825 | 2024-11-18T23:58:10.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2826 | 2024-11-18T23:58:10.945Z | |
| 2827 | 2024-11-18T23:58:10.945Z | info: running `cargo check --bins` on nexus-macros-common (102/171) |
| 2828 | 2024-11-18T23:58:11.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2829 | 2024-11-18T23:58:11.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2830 | 2024-11-18T23:58:11.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2831 | 2024-11-18T23:58:11.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2832 | 2024-11-18T23:58:11.725Z | |
| 2833 | 2024-11-18T23:58:11.725Z | info: running `cargo check --bins` on nexus-auth (103/171) |
| 2834 | 2024-11-18T23:58:12.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2835 | 2024-11-18T23:58:12.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2836 | 2024-11-18T23:58:12.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2837 | 2024-11-18T23:58:12.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 2838 | 2024-11-18T23:58:12.558Z | |
| 2839 | 2024-11-18T23:58:12.558Z | info: running `cargo check --bins` on authz-macros (104/171) |
| 2840 | 2024-11-18T23:58:13.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2841 | 2024-11-18T23:58:13.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2842 | 2024-11-18T23:58:13.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2843 | 2024-11-18T23:58:13.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2844 | 2024-11-18T23:58:13.333Z | |
| 2845 | 2024-11-18T23:58:13.333Z | info: running `cargo check --bins` on nexus-db-fixed-data (105/171) |
| 2846 | 2024-11-18T23:58:14.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2847 | 2024-11-18T23:58:14.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2848 | 2024-11-18T23:58:14.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2849 | 2024-11-18T23:58:14.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2850 | 2024-11-18T23:58:14.163Z | |
| 2851 | 2024-11-18T23:58:14.163Z | info: running `cargo check --bins` on nexus-db-model (106/171) |
| 2852 | 2024-11-18T23:58:14.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2853 | 2024-11-18T23:58:14.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2854 | 2024-11-18T23:58:14.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2855 | 2024-11-18T23:58:14.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 2856 | 2024-11-18T23:58:14.972Z | |
| 2857 | 2024-11-18T23:58:14.972Z | info: running `cargo check --bins` on nexus-defaults (107/171) |
| 2858 | 2024-11-18T23:58:15.651Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2859 | 2024-11-18T23:58:15.674Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2860 | 2024-11-18T23:58:15.674Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2861 | 2024-11-18T23:58:15.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 2862 | 2024-11-18T23:58:15.751Z | |
| 2863 | 2024-11-18T23:58:15.751Z | info: running `cargo check --bins` on nexus-inventory (108/171) |
| 2864 | 2024-11-18T23:58:16.473Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2865 | 2024-11-18T23:58:16.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2866 | 2024-11-18T23:58:16.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2867 | 2024-11-18T23:58:16.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 2868 | 2024-11-18T23:58:16.580Z | |
| 2869 | 2024-11-18T23:58:16.580Z | info: running `cargo check --bins` on typed-rng (109/171) |
| 2870 | 2024-11-18T23:58:17.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2871 | 2024-11-18T23:58:17.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2872 | 2024-11-18T23:58:17.299Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2873 | 2024-11-18T23:58:17.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 2874 | 2024-11-18T23:58:17.371Z | |
| 2875 | 2024-11-18T23:58:17.372Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (110/171) |
| 2876 | 2024-11-18T23:58:18.135Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2877 | 2024-11-18T23:58:18.158Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2878 | 2024-11-18T23:58:18.316Z | Checking keccak v0.1.5 |
| 2879 | 2024-11-18T23:58:18.339Z | Checking secrecy v0.8.0 |
| 2880 | 2024-11-18T23:58:18.339Z | Compiling unicase v2.7.0 |
| 2881 | 2024-11-18T23:58:18.362Z | Compiling same-file v1.0.6 |
| 2882 | 2024-11-18T23:58:18.386Z | Compiling tempfile v3.13.0 |
| 2883 | 2024-11-18T23:58:18.420Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2884 | 2024-11-18T23:58:18.420Z | Checking universal-hash v0.5.1 |
| 2885 | 2024-11-18T23:58:18.420Z | Compiling blake3 v1.5.4 |
| 2886 | 2024-11-18T23:58:18.537Z | Compiling walkdir v2.5.0 |
| 2887 | 2024-11-18T23:58:18.604Z | Checking sha3 v0.10.8 |
| 2888 | 2024-11-18T23:58:18.652Z | Compiling ring v0.16.20 |
| 2889 | 2024-11-18T23:58:18.675Z | Checking opaque-debug v0.3.1 |
| 2890 | 2024-11-18T23:58:18.760Z | Checking poly1305 v0.8.0 |
| 2891 | 2024-11-18T23:58:18.812Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2892 | 2024-11-18T23:58:18.947Z | Checking chacha20 v0.9.1 |
| 2893 | 2024-11-18T23:58:19.050Z | Checking aead v0.5.2 |
| 2894 | 2024-11-18T23:58:19.187Z | Compiling memmap2 v0.9.5 |
| 2895 | 2024-11-18T23:58:19.211Z | Compiling constant_time_eq v0.3.1 |
| 2896 | 2024-11-18T23:58:19.211Z | Compiling libefi-sys v0.1.0 |
| 2897 | 2024-11-18T23:58:19.253Z | Compiling salty v0.3.0 |
| 2898 | 2024-11-18T23:58:19.276Z | Compiling arrayref v0.3.9 |
| 2899 | 2024-11-18T23:58:19.366Z | Compiling arrayvec v0.7.6 |
| 2900 | 2024-11-18T23:58:19.389Z | Compiling spin v0.5.2 |
| 2901 | 2024-11-18T23:58:19.487Z | Checking chacha20poly1305 v0.10.1 |
| 2902 | 2024-11-18T23:58:19.628Z | Compiling toolchain_find v0.4.0 |
| 2903 | 2024-11-18T23:58:19.673Z | Compiling camino-tempfile v1.1.1 |
| 2904 | 2024-11-18T23:58:19.697Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2905 | 2024-11-18T23:58:19.697Z | Compiling bitfield-struct v0.6.2 |
| 2906 | 2024-11-18T23:58:19.992Z | Compiling topological-sort v0.2.2 |
| 2907 | 2024-11-18T23:58:20.076Z | Compiling mime_guess v2.0.5 |
| 2908 | 2024-11-18T23:58:20.136Z | Compiling rustfmt-wrapper v0.2.1 |
| 2909 | 2024-11-18T23:58:20.600Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2910 | 2024-11-18T23:58:20.624Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2911 | 2024-11-18T23:58:20.666Z | Checking primeorder v0.13.6 |
| 2912 | 2024-11-18T23:58:20.769Z | Checking env_filter v0.1.2 |
| 2913 | 2024-11-18T23:58:20.917Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2914 | 2024-11-18T23:58:20.986Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2915 | 2024-11-18T23:58:21.061Z | Checking env_logger v0.11.5 |
| 2916 | 2024-11-18T23:58:21.102Z | Checking p384 v0.13.0 |
| 2917 | 2024-11-18T23:58:21.125Z | Checking thiserror-no-std v2.0.2 |
| 2918 | 2024-11-18T23:58:21.198Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2919 | 2024-11-18T23:58:21.236Z | Checking vsss-rs v3.3.4 |
| 2920 | 2024-11-18T23:58:21.260Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2921 | 2024-11-18T23:58:21.524Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2922 | 2024-11-18T23:58:21.549Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2923 | 2024-11-18T23:58:21.650Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2924 | 2024-11-18T23:58:21.905Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2925 | 2024-11-18T23:58:21.931Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2926 | 2024-11-18T23:58:21.955Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2927 | 2024-11-18T23:58:22.042Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2928 | 2024-11-18T23:58:22.310Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2929 | 2024-11-18T23:58:22.334Z | Checking nanorand v0.7.0 |
| 2930 | 2024-11-18T23:58:22.412Z | Checking atty v0.2.14 |
| 2931 | 2024-11-18T23:58:22.463Z | Checking http-range v0.1.5 |
| 2932 | 2024-11-18T23:58:22.526Z | Checking glob v0.3.1 |
| 2933 | 2024-11-18T23:58:22.631Z | Checking hyper-staticfile v0.10.1 |
| 2934 | 2024-11-18T23:58:22.654Z | Checking flume v0.11.1 |
| 2935 | 2024-11-18T23:58:22.796Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2936 | 2024-11-18T23:58:23.068Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2937 | 2024-11-18T23:58:23.128Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2938 | 2024-11-18T23:58:23.288Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2939 | 2024-11-18T23:58:23.694Z | Compiling omicron-zone-package v0.11.1 |
| 2940 | 2024-11-18T23:58:23.892Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2941 | 2024-11-18T23:58:24.211Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2942 | 2024-11-18T23:58:24.725Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2943 | 2024-11-18T23:58:24.881Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2944 | 2024-11-18T23:58:24.915Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2945 | 2024-11-18T23:58:25.208Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2946 | 2024-11-18T23:58:26.163Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2947 | 2024-11-18T23:58:27.348Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2948 | 2024-11-18T23:58:29.105Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2949 | 2024-11-18T23:58:29.105Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2950 | 2024-11-18T23:58:42.007Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2951 | 2024-11-18T23:58:59.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.78s |
| 2952 | 2024-11-18T23:58:59.350Z | |
| 2953 | 2024-11-18T23:58:59.350Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (111/171) |
| 2954 | 2024-11-18T23:59:00.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2955 | 2024-11-18T23:59:00.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2956 | 2024-11-18T23:59:00.306Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2957 | 2024-11-18T23:59:16.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.49s |
| 2958 | 2024-11-18T23:59:17.018Z | |
| 2959 | 2024-11-18T23:59:17.018Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (112/171) |
| 2960 | 2024-11-18T23:59:17.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2961 | 2024-11-18T23:59:17.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2962 | 2024-11-18T23:59:17.946Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2963 | 2024-11-18T23:59:34.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.89s |
| 2964 | 2024-11-18T23:59:35.090Z | |
| 2965 | 2024-11-18T23:59:35.090Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (113/171) |
| 2966 | 2024-11-18T23:59:35.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2967 | 2024-11-18T23:59:35.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2968 | 2024-11-18T23:59:36.022Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2969 | 2024-11-18T23:59:53.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.13s |
| 2970 | 2024-11-18T23:59:53.403Z | |
| 2971 | 2024-11-18T23:59:53.403Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (114/171) |
| 2972 | 2024-11-18T23:59:54.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2973 | 2024-11-18T23:59:54.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2974 | 2024-11-18T23:59:54.349Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2975 | 2024-11-19T00:00:11.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.99s |
| 2976 | 2024-11-19T00:00:11.574Z | |
| 2977 | 2024-11-19T00:00:11.574Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (115/171) |
| 2978 | 2024-11-19T00:00:12.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2979 | 2024-11-19T00:00:12.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2980 | 2024-11-19T00:00:12.515Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2981 | 2024-11-19T00:00:29.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.82s |
| 2982 | 2024-11-19T00:00:29.574Z | |
| 2983 | 2024-11-19T00:00:29.574Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (116/171) |
| 2984 | 2024-11-19T00:00:30.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2985 | 2024-11-19T00:00:30.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2986 | 2024-11-19T00:00:30.520Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2987 | 2024-11-19T00:00:47.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.17s |
| 2988 | 2024-11-19T00:00:47.921Z | |
| 2989 | 2024-11-19T00:00:47.921Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (117/171) |
| 2990 | 2024-11-19T00:00:48.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2991 | 2024-11-19T00:00:48.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2992 | 2024-11-19T00:00:48.862Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2993 | 2024-11-19T00:01:06.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.44s |
| 2994 | 2024-11-19T00:01:06.548Z | |
| 2995 | 2024-11-19T00:01:06.548Z | info: running `cargo check --bins` on bootstrap-agent-api (118/171) |
| 2996 | 2024-11-19T00:01:07.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2997 | 2024-11-19T00:01:07.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2998 | 2024-11-19T00:01:07.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2999 | 2024-11-19T00:01:07.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3000 | 2024-11-19T00:01:07.408Z | |
| 3001 | 2024-11-19T00:01:07.408Z | info: running `cargo check --bins` on key-manager (119/171) |
| 3002 | 2024-11-19T00:01:08.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3003 | 2024-11-19T00:01:08.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3004 | 2024-11-19T00:01:08.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3005 | 2024-11-19T00:01:08.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3006 | 2024-11-19T00:01:08.209Z | |
| 3007 | 2024-11-19T00:01:08.209Z | info: running `cargo check --bins` on repo-depot-api (120/171) |
| 3008 | 2024-11-19T00:01:08.910Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3009 | 2024-11-19T00:01:08.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3010 | 2024-11-19T00:01:08.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3011 | 2024-11-19T00:01:08.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3012 | 2024-11-19T00:01:09.008Z | |
| 3013 | 2024-11-19T00:01:09.009Z | info: running `cargo check --bins` on sled-agent-api (121/171) |
| 3014 | 2024-11-19T00:01:09.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3015 | 2024-11-19T00:01:09.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3016 | 2024-11-19T00:01:09.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3017 | 2024-11-19T00:01:09.760Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3018 | 2024-11-19T00:01:09.837Z | |
| 3019 | 2024-11-19T00:01:09.837Z | info: running `cargo check --bins` on sled-hardware (122/171) |
| 3020 | 2024-11-19T00:01:10.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3021 | 2024-11-19T00:01:10.576Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3022 | 2024-11-19T00:01:10.576Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3023 | 2024-11-19T00:01:10.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3024 | 2024-11-19T00:01:10.649Z | |
| 3025 | 2024-11-19T00:01:10.649Z | info: running `cargo check --bins --no-default-features` on sled-storage (123/171) |
| 3026 | 2024-11-19T00:01:11.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3027 | 2024-11-19T00:01:11.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3028 | 2024-11-19T00:01:11.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3029 | 2024-11-19T00:01:11.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3030 | 2024-11-19T00:01:11.506Z | |
| 3031 | 2024-11-19T00:01:11.506Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (124/171) |
| 3032 | 2024-11-19T00:01:12.242Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3033 | 2024-11-19T00:01:12.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3034 | 2024-11-19T00:01:12.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3035 | 2024-11-19T00:01:12.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3036 | 2024-11-19T00:01:12.325Z | |
| 3037 | 2024-11-19T00:01:12.325Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (125/171) |
| 3038 | 2024-11-19T00:01:13.042Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3039 | 2024-11-19T00:01:13.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3040 | 2024-11-19T00:01:13.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3041 | 2024-11-19T00:01:13.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3042 | 2024-11-19T00:01:13.147Z | |
| 3043 | 2024-11-19T00:01:13.147Z | info: running `cargo check --bins` on nexus-test-interface (126/171) |
| 3044 | 2024-11-19T00:01:13.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3045 | 2024-11-19T00:01:13.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3046 | 2024-11-19T00:01:13.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3047 | 2024-11-19T00:01:13.880Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3048 | 2024-11-19T00:01:13.956Z | |
| 3049 | 2024-11-19T00:01:13.956Z | info: running `cargo check --bins` on oximeter-collector (127/171) |
| 3050 | 2024-11-19T00:01:14.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3051 | 2024-11-19T00:01:14.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3052 | 2024-11-19T00:01:14.836Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3053 | 2024-11-19T00:01:14.836Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3054 | 2024-11-19T00:01:15.661Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3055 | 2024-11-19T00:01:17.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
| 3056 | 2024-11-19T00:01:18.133Z | |
| 3057 | 2024-11-19T00:01:18.133Z | info: running `cargo check --bins` on oximeter-api (128/171) |
| 3058 | 2024-11-19T00:01:18.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3059 | 2024-11-19T00:01:18.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3060 | 2024-11-19T00:01:18.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3061 | 2024-11-19T00:01:18.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3062 | 2024-11-19T00:01:18.941Z | |
| 3063 | 2024-11-19T00:01:18.941Z | info: running `cargo check --bins` on cert-dev (129/171) |
| 3064 | 2024-11-19T00:01:19.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3065 | 2024-11-19T00:01:19.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3066 | 2024-11-19T00:01:19.717Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3067 | 2024-11-19T00:01:19.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 3068 | 2024-11-19T00:01:20.127Z | |
| 3069 | 2024-11-19T00:01:20.127Z | info: running `cargo check --bins` on clickhouse-cluster-dev (130/171) |
| 3070 | 2024-11-19T00:01:20.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3071 | 2024-11-19T00:01:20.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3072 | 2024-11-19T00:01:20.977Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3073 | 2024-11-19T00:01:20.977Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3074 | 2024-11-19T00:01:21.655Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3075 | 2024-11-19T00:01:22.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.96s |
| 3076 | 2024-11-19T00:01:22.263Z | |
| 3077 | 2024-11-19T00:01:22.263Z | info: running `cargo check --bins` on ch-dev (131/171) |
| 3078 | 2024-11-19T00:01:22.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3079 | 2024-11-19T00:01:23.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3080 | 2024-11-19T00:01:23.108Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3081 | 2024-11-19T00:01:23.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
| 3082 | 2024-11-19T00:01:24.082Z | |
| 3083 | 2024-11-19T00:01:24.082Z | info: running `cargo check --bins` on crdb-seed (132/171) |
| 3084 | 2024-11-19T00:01:24.796Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3085 | 2024-11-19T00:01:24.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3086 | 2024-11-19T00:01:24.919Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3087 | 2024-11-19T00:01:25.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
| 3088 | 2024-11-19T00:01:25.429Z | |
| 3089 | 2024-11-19T00:01:25.429Z | info: running `cargo check --bins` on db-dev (133/171) |
| 3090 | 2024-11-19T00:01:26.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3091 | 2024-11-19T00:01:26.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3092 | 2024-11-19T00:01:26.300Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3093 | 2024-11-19T00:01:27.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
| 3094 | 2024-11-19T00:01:27.292Z | |
| 3095 | 2024-11-19T00:01:27.292Z | info: running `cargo check --bins` on omicron-dev-lib (134/171) |
| 3096 | 2024-11-19T00:01:28.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3097 | 2024-11-19T00:01:28.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3098 | 2024-11-19T00:01:28.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3099 | 2024-11-19T00:01:28.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3100 | 2024-11-19T00:01:28.100Z | |
| 3101 | 2024-11-19T00:01:28.100Z | info: running `cargo check --bins` on xtask-downloader (135/171) |
| 3102 | 2024-11-19T00:01:28.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3103 | 2024-11-19T00:01:28.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3104 | 2024-11-19T00:01:28.909Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3105 | 2024-11-19T00:01:29.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
| 3106 | 2024-11-19T00:01:30.140Z | |
| 3107 | 2024-11-19T00:01:30.140Z | info: running `cargo check --bins` on omicron-ls-apis (136/171) |
| 3108 | 2024-11-19T00:01:30.832Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3109 | 2024-11-19T00:01:30.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3110 | 2024-11-19T00:01:30.938Z | Checking cargo-platform v0.1.8 |
| 3111 | 2024-11-19T00:01:31.198Z | Checking cargo_metadata v0.18.1 |
| 3112 | 2024-11-19T00:01:32.477Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3113 | 2024-11-19T00:01:33.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.30s |
| 3114 | 2024-11-19T00:01:33.602Z | |
| 3115 | 2024-11-19T00:01:33.602Z | info: running `cargo check --bins` on mgs-dev (137/171) |
| 3116 | 2024-11-19T00:01:34.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3117 | 2024-11-19T00:01:34.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3118 | 2024-11-19T00:01:34.528Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3119 | 2024-11-19T00:01:35.276Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3120 | 2024-11-19T00:01:35.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.32s |
| 3121 | 2024-11-19T00:01:36.114Z | |
| 3122 | 2024-11-19T00:01:36.114Z | info: running `cargo check --bins` on omicron-omdb (138/171) |
| 3123 | 2024-11-19T00:01:36.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2024-11-19T00:01:36.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2024-11-19T00:01:37.129Z | Compiling crunchy v0.2.2 |
| 3126 | 2024-11-19T00:01:37.129Z | Compiling tiny-keccak v2.0.2 |
| 3127 | 2024-11-19T00:01:37.153Z | Compiling dsl_auto_type v0.1.2 |
| 3128 | 2024-11-19T00:01:37.153Z | Checking scheduled-thread-pool v0.2.7 |
| 3129 | 2024-11-19T00:01:37.153Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3130 | 2024-11-19T00:01:37.153Z | Compiling ascii-canvas v3.0.0 |
| 3131 | 2024-11-19T00:01:37.153Z | Compiling ena v0.14.3 |
| 3132 | 2024-11-19T00:01:37.153Z | Compiling diff v0.1.13 |
| 3133 | 2024-11-19T00:01:37.429Z | Compiling regex-syntax v0.6.29 |
| 3134 | 2024-11-19T00:01:37.457Z | Checking r2d2 v0.8.10 |
| 3135 | 2024-11-19T00:01:37.581Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3136 | 2024-11-19T00:01:37.605Z | Compiling ref-cast v1.0.23 |
| 3137 | 2024-11-19T00:01:37.755Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3138 | 2024-11-19T00:01:37.778Z | Compiling derive_builder_core v0.20.2 |
| 3139 | 2024-11-19T00:01:37.802Z | Compiling libxml v0.3.3 |
| 3140 | 2024-11-19T00:01:37.825Z | Compiling ref-cast-impl v1.0.23 |
| 3141 | 2024-11-19T00:01:37.991Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3142 | 2024-11-19T00:01:38.137Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3143 | 2024-11-19T00:01:38.162Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3144 | 2024-11-19T00:01:38.388Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3145 | 2024-11-19T00:01:38.411Z | Compiling strum_macros v0.24.3 |
| 3146 | 2024-11-19T00:01:38.446Z | Compiling samael v0.0.17 |
| 3147 | 2024-11-19T00:01:38.634Z | Compiling diesel_derives v2.2.3 |
| 3148 | 2024-11-19T00:01:38.743Z | Compiling indoc v1.0.9 |
| 3149 | 2024-11-19T00:01:39.546Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3150 | 2024-11-19T00:01:39.764Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3151 | 2024-11-19T00:01:39.847Z | Compiling derive_builder_macro v0.20.2 |
| 3152 | 2024-11-19T00:01:40.400Z | Compiling lalrpop v0.19.12 |
| 3153 | 2024-11-19T00:01:40.593Z | Checking derive_builder v0.20.2 |
| 3154 | 2024-11-19T00:01:40.735Z | Compiling oso-derive v0.27.3 |
| 3155 | 2024-11-19T00:01:40.833Z | Checking quick-xml v0.33.0 |
| 3156 | 2024-11-19T00:01:41.317Z | Compiling diesel-dtrace v0.3.0 |
| 3157 | 2024-11-19T00:01:41.638Z | Checking maplit v1.0.2 |
| 3158 | 2024-11-19T00:01:41.787Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3159 | 2024-11-19T00:01:41.811Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3160 | 2024-11-19T00:01:41.853Z | Checking bb8 v0.8.5 |
| 3161 | 2024-11-19T00:01:42.076Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3162 | 2024-11-19T00:01:42.270Z | Checking castaway v0.2.3 |
| 3163 | 2024-11-19T00:01:42.293Z | Checking rand_seeder v0.3.0 |
| 3164 | 2024-11-19T00:01:42.426Z | Checking compact_str v0.8.0 |
| 3165 | 2024-11-19T00:01:42.478Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3166 | 2024-11-19T00:01:42.514Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3167 | 2024-11-19T00:01:42.694Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3168 | 2024-11-19T00:01:43.170Z | Checking unicode-truncate v1.1.0 |
| 3169 | 2024-11-19T00:01:43.206Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3170 | 2024-11-19T00:01:43.378Z | Checking lru v0.12.5 |
| 3171 | 2024-11-19T00:01:43.441Z | Compiling instability v0.3.2 |
| 3172 | 2024-11-19T00:01:43.640Z | Checking unicode-linebreak v0.1.5 |
| 3173 | 2024-11-19T00:01:43.664Z | Checking smawk v0.3.2 |
| 3174 | 2024-11-19T00:01:43.853Z | Checking is_ci v1.2.0 |
| 3175 | 2024-11-19T00:01:43.980Z | Checking cassowary v0.3.0 |
| 3176 | 2024-11-19T00:01:44.011Z | Checking textwrap v0.16.1 |
| 3177 | 2024-11-19T00:01:44.200Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3178 | 2024-11-19T00:01:44.314Z | Checking supports-color v3.0.1 |
| 3179 | 2024-11-19T00:01:44.346Z | Checking ratatui v0.28.1 |
| 3180 | 2024-11-19T00:01:44.397Z | Checking multimap v0.10.0 |
| 3181 | 2024-11-19T00:01:47.171Z | Checking diesel v2.2.4 |
| 3182 | 2024-11-19T00:02:13.388Z | Compiling polar-core v0.27.3 |
| 3183 | 2024-11-19T00:02:15.109Z | Checking async-bb8-diesel v0.2.1 |
| 3184 | 2024-11-19T00:02:22.502Z | Checking oso v0.27.3 |
| 3185 | 2024-11-19T00:03:49.839Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3186 | 2024-11-19T00:03:57.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 21s |
| 3187 | 2024-11-19T00:03:57.874Z | |
| 3188 | 2024-11-19T00:03:57.874Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (139/171) |
| 3189 | 2024-11-19T00:03:58.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3190 | 2024-11-19T00:03:58.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3191 | 2024-11-19T00:03:58.658Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3192 | 2024-11-19T00:03:58.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3193 | 2024-11-19T00:03:58.738Z | |
| 3194 | 2024-11-19T00:03:58.738Z | info: running `cargo check --bins` on nexus-saga-recovery (140/171) |
| 3195 | 2024-11-19T00:03:59.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3196 | 2024-11-19T00:03:59.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3197 | 2024-11-19T00:03:59.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3198 | 2024-11-19T00:03:59.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3199 | 2024-11-19T00:03:59.595Z | |
| 3200 | 2024-11-19T00:03:59.596Z | info: running `cargo check --bins` on nexus-test-utils-macros (141/171) |
| 3201 | 2024-11-19T00:04:00.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3202 | 2024-11-19T00:04:00.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3203 | 2024-11-19T00:04:00.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3204 | 2024-11-19T00:04:00.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s |
| 3205 | 2024-11-19T00:04:00.373Z | |
| 3206 | 2024-11-19T00:04:00.373Z | info: running `cargo check --bins` on omicron-nexus (142/171) |
| 3207 | 2024-11-19T00:04:01.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3208 | 2024-11-19T00:04:01.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3209 | 2024-11-19T00:04:01.443Z | Compiling libz-sys v1.1.20 |
| 3210 | 2024-11-19T00:04:01.466Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3211 | 2024-11-19T00:04:01.497Z | Compiling vergen v8.3.2 |
| 3212 | 2024-11-19T00:04:01.520Z | Compiling cargo-platform v0.1.8 |
| 3213 | 2024-11-19T00:04:01.520Z | Compiling pin-project-internal v1.1.6 |
| 3214 | 2024-11-19T00:04:01.559Z | Compiling snafu-derive v0.8.5 |
| 3215 | 2024-11-19T00:04:01.559Z | Compiling libsqlite3-sys v0.30.1 |
| 3216 | 2024-11-19T00:04:01.582Z | Checking lockfree-object-pool v0.1.6 |
| 3217 | 2024-11-19T00:04:01.809Z | Compiling cargo_metadata v0.18.1 |
| 3218 | 2024-11-19T00:04:01.832Z | Checking simd-adler32 v0.3.7 |
| 3219 | 2024-11-19T00:04:01.974Z | Compiling rustls v0.21.12 |
| 3220 | 2024-11-19T00:04:02.023Z | Checking bumpalo v3.16.0 |
| 3221 | 2024-11-19T00:04:02.137Z | Compiling zip v2.1.3 |
| 3222 | 2024-11-19T00:04:02.211Z | Compiling buf-list v1.0.3 |
| 3223 | 2024-11-19T00:04:02.311Z | Compiling cfg_aliases v0.2.1 |
| 3224 | 2024-11-19T00:04:02.335Z | Checking zopfli v0.8.1 |
| 3225 | 2024-11-19T00:04:02.418Z | Compiling nix v0.29.0 |
| 3226 | 2024-11-19T00:04:02.508Z | Checking globset v0.4.15 |
| 3227 | 2024-11-19T00:04:02.831Z | Checking olpc-cjson v0.1.4 |
| 3228 | 2024-11-19T00:04:02.914Z | Checking sct v0.7.1 |
| 3229 | 2024-11-19T00:04:02.955Z | Checking rustls-webpki v0.101.7 |
| 3230 | 2024-11-19T00:04:03.045Z | Checking serde_plain v1.0.2 |
| 3231 | 2024-11-19T00:04:03.102Z | Checking typed-path v0.9.3 |
| 3232 | 2024-11-19T00:04:03.880Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3233 | 2024-11-19T00:04:04.015Z | Checking pin-project v1.1.6 |
| 3234 | 2024-11-19T00:04:04.120Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3235 | 2024-11-19T00:04:04.143Z | Checking hashlink v0.9.1 |
| 3236 | 2024-11-19T00:04:04.143Z | Checking parse-size v1.1.0 |
| 3237 | 2024-11-19T00:04:04.324Z | Checking fallible-iterator v0.3.0 |
| 3238 | 2024-11-19T00:04:04.354Z | Checking fallible-streaming-iterator v0.1.9 |
| 3239 | 2024-11-19T00:04:04.696Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3240 | 2024-11-19T00:04:04.802Z | Checking rustls-pemfile v1.0.4 |
| 3241 | 2024-11-19T00:04:04.837Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3242 | 2024-11-19T00:04:04.882Z | Checking rusqlite v0.32.1 |
| 3243 | 2024-11-19T00:04:04.992Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3244 | 2024-11-19T00:04:05.072Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3245 | 2024-11-19T00:04:05.095Z | Checking twox-hash v1.6.3 |
| 3246 | 2024-11-19T00:04:05.206Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3247 | 2024-11-19T00:04:05.636Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3248 | 2024-11-19T00:04:06.277Z | Checking snafu v0.8.5 |
| 3249 | 2024-11-19T00:04:06.311Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3250 | 2024-11-19T00:04:06.382Z | Checking tokio-rustls v0.24.1 |
| 3251 | 2024-11-19T00:04:06.465Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3252 | 2024-11-19T00:04:06.741Z | Checking tough v0.19.0 |
| 3253 | 2024-11-19T00:04:06.766Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 3254 | 2024-11-19T00:04:06.861Z | Checking fatfs v0.3.6 |
| 3255 | 2024-11-19T00:04:06.891Z | Checking assert_matches v1.5.0 |
| 3256 | 2024-11-19T00:04:10.601Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3257 | 2024-11-19T00:04:12.142Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3258 | 2024-11-19T00:04:14.240Z | Compiling git2 v0.19.0 |
| 3259 | 2024-11-19T00:04:20.273Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 3260 | 2024-11-19T00:05:27.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 26s |
| 3261 | 2024-11-19T00:05:27.244Z | |
| 3262 | 2024-11-19T00:05:27.244Z | info: running `cargo check --bins` on nexus-external-api (143/171) |
| 3263 | 2024-11-19T00:05:28.013Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3264 | 2024-11-19T00:05:28.036Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3265 | 2024-11-19T00:05:28.036Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3266 | 2024-11-19T00:05:28.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3267 | 2024-11-19T00:05:28.117Z | |
| 3268 | 2024-11-19T00:05:28.117Z | info: running `cargo check --bins` on openapi-manager-types (144/171) |
| 3269 | 2024-11-19T00:05:28.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3270 | 2024-11-19T00:05:28.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3271 | 2024-11-19T00:05:28.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3272 | 2024-11-19T00:05:28.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3273 | 2024-11-19T00:05:28.912Z | |
| 3274 | 2024-11-19T00:05:28.912Z | info: running `cargo check --bins` on nexus-internal-api (145/171) |
| 3275 | 2024-11-19T00:05:29.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3276 | 2024-11-19T00:05:29.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3277 | 2024-11-19T00:05:29.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3278 | 2024-11-19T00:05:29.673Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
| 3279 | 2024-11-19T00:05:29.758Z | |
| 3280 | 2024-11-19T00:05:29.758Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (146/171) |
| 3281 | 2024-11-19T00:05:30.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3282 | 2024-11-19T00:05:30.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3283 | 2024-11-19T00:05:30.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3284 | 2024-11-19T00:05:30.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
| 3285 | 2024-11-19T00:05:30.620Z | |
| 3286 | 2024-11-19T00:05:30.620Z | info: running `cargo check --bins` on nexus-networking (147/171) |
| 3287 | 2024-11-19T00:05:31.382Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3288 | 2024-11-19T00:05:31.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3289 | 2024-11-19T00:05:31.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3290 | 2024-11-19T00:05:31.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
| 3291 | 2024-11-19T00:05:31.485Z | |
| 3292 | 2024-11-19T00:05:31.485Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (148/171) |
| 3293 | 2024-11-19T00:05:32.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3294 | 2024-11-19T00:05:32.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3295 | 2024-11-19T00:05:32.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3296 | 2024-11-19T00:05:32.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3297 | 2024-11-19T00:05:32.328Z | |
| 3298 | 2024-11-19T00:05:32.328Z | info: running `cargo check --bins` on update-common (149/171) |
| 3299 | 2024-11-19T00:05:33.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3300 | 2024-11-19T00:05:33.072Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3301 | 2024-11-19T00:05:33.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3302 | 2024-11-19T00:05:33.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3303 | 2024-11-19T00:05:33.152Z | |
| 3304 | 2024-11-19T00:05:33.152Z | info: running `cargo check --bins` on tufaceous-lib (150/171) |
| 3305 | 2024-11-19T00:05:33.875Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3306 | 2024-11-19T00:05:33.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3307 | 2024-11-19T00:05:33.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3308 | 2024-11-19T00:05:33.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
| 3309 | 2024-11-19T00:05:33.979Z | |
| 3310 | 2024-11-19T00:05:33.979Z | info: running `cargo check --bins` on tufaceous (151/171) |
| 3311 | 2024-11-19T00:05:34.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3312 | 2024-11-19T00:05:34.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3313 | 2024-11-19T00:05:34.824Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3314 | 2024-11-19T00:05:35.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
| 3315 | 2024-11-19T00:05:36.087Z | |
| 3316 | 2024-11-19T00:05:36.087Z | info: running `cargo check --bins` on omicron-dev (152/171) |
| 3317 | 2024-11-19T00:05:36.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3318 | 2024-11-19T00:05:36.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3319 | 2024-11-19T00:05:37.177Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3320 | 2024-11-19T00:05:37.239Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3321 | 2024-11-19T00:05:37.239Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3322 | 2024-11-19T00:05:37.239Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3323 | 2024-11-19T00:06:11.790Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3324 | 2024-11-19T00:06:11.790Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3325 | 2024-11-19T00:06:11.813Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3326 | 2024-11-19T00:06:11.813Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3327 | 2024-11-19T00:06:11.813Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3328 | 2024-11-19T00:06:12.751Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3329 | 2024-11-19T00:06:14.235Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3330 | 2024-11-19T00:07:05.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s |
| 3331 | 2024-11-19T00:07:05.193Z | |
| 3332 | 2024-11-19T00:07:05.193Z | info: running `cargo check --bins` on openapi-manager (153/171) |
| 3333 | 2024-11-19T00:07:05.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3334 | 2024-11-19T00:07:05.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3335 | 2024-11-19T00:07:06.077Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3336 | 2024-11-19T00:07:06.077Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3337 | 2024-11-19T00:07:06.100Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3338 | 2024-11-19T00:07:08.015Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3339 | 2024-11-19T00:07:09.066Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3340 | 2024-11-19T00:07:10.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s |
| 3341 | 2024-11-19T00:07:10.525Z | |
| 3342 | 2024-11-19T00:07:10.525Z | info: running `cargo check --bins` on installinator-api (154/171) |
| 3343 | 2024-11-19T00:07:11.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3344 | 2024-11-19T00:07:11.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3345 | 2024-11-19T00:07:11.250Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3346 | 2024-11-19T00:07:11.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
| 3347 | 2024-11-19T00:07:11.324Z | |
| 3348 | 2024-11-19T00:07:11.324Z | info: running `cargo check --bins` on wicketd-api (155/171) |
| 3349 | 2024-11-19T00:07:12.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3350 | 2024-11-19T00:07:12.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3351 | 2024-11-19T00:07:12.063Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3352 | 2024-11-19T00:07:12.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
| 3353 | 2024-11-19T00:07:12.145Z | |
| 3354 | 2024-11-19T00:07:12.146Z | info: running `cargo check --bins` on reconfigurator-cli (156/171) |
| 3355 | 2024-11-19T00:07:12.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3356 | 2024-11-19T00:07:12.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3357 | 2024-11-19T00:07:13.030Z | Compiling petname v2.0.2 |
| 3358 | 2024-11-19T00:07:13.054Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3359 | 2024-11-19T00:07:13.054Z | Checking sync-ptr v0.1.1 |
| 3360 | 2024-11-19T00:07:14.709Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3361 | 2024-11-19T00:07:16.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
| 3362 | 2024-11-19T00:07:16.766Z | |
| 3363 | 2024-11-19T00:07:16.766Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (157/171) |
| 3364 | 2024-11-19T00:07:17.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3365 | 2024-11-19T00:07:17.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3366 | 2024-11-19T00:07:17.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3367 | 2024-11-19T00:07:17.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 3368 | 2024-11-19T00:07:17.613Z | |
| 3369 | 2024-11-19T00:07:17.613Z | info: running `cargo check --bins` on omicron-releng (158/171) |
| 3370 | 2024-11-19T00:07:18.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2024-11-19T00:07:18.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2024-11-19T00:07:18.474Z | Checking memmap2 v0.9.5 |
| 3373 | 2024-11-19T00:07:18.474Z | Checking arrayvec v0.7.6 |
| 3374 | 2024-11-19T00:07:18.474Z | Checking spin v0.5.2 |
| 3375 | 2024-11-19T00:07:18.474Z | Checking arrayref v0.3.9 |
| 3376 | 2024-11-19T00:07:18.498Z | Checking constant_time_eq v0.3.1 |
| 3377 | 2024-11-19T00:07:18.498Z | Checking topological-sort v0.2.2 |
| 3378 | 2024-11-19T00:07:18.498Z | Checking shell-words v1.1.0 |
| 3379 | 2024-11-19T00:07:18.666Z | Checking ring v0.16.20 |
| 3380 | 2024-11-19T00:07:18.851Z | Checking blake3 v1.5.4 |
| 3381 | 2024-11-19T00:07:20.094Z | Checking omicron-zone-package v0.11.1 |
| 3382 | 2024-11-19T00:07:21.495Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3383 | 2024-11-19T00:07:22.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s |
| 3384 | 2024-11-19T00:07:22.763Z | |
| 3385 | 2024-11-19T00:07:22.763Z | info: running `cargo check --bins` on xtask (159/171) |
| 3386 | 2024-11-19T00:07:23.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3387 | 2024-11-19T00:07:23.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3388 | 2024-11-19T00:07:23.307Z | Checking bitflags v2.6.0 |
| 3389 | 2024-11-19T00:07:23.307Z | Checking serde v1.0.215 |
| 3390 | 2024-11-19T00:07:23.307Z | Checking thiserror v1.0.69 |
| 3391 | 2024-11-19T00:07:23.307Z | Checking scroll v0.12.0 |
| 3392 | 2024-11-19T00:07:23.369Z | Checking log v0.4.22 |
| 3393 | 2024-11-19T00:07:23.369Z | Checking hashbrown v0.15.0 |
| 3394 | 2024-11-19T00:07:23.392Z | Checking zerocopy v0.7.35 |
| 3395 | 2024-11-19T00:07:23.415Z | Checking syn v2.0.87 |
| 3396 | 2024-11-19T00:07:23.487Z | Checking pest v2.7.14 |
| 3397 | 2024-11-19T00:07:23.561Z | Checking rustix v0.38.37 |
| 3398 | 2024-11-19T00:07:23.606Z | Checking once_cell v1.20.2 |
| 3399 | 2024-11-19T00:07:23.735Z | Checking goblin v0.8.2 |
| 3400 | 2024-11-19T00:07:23.863Z | Checking fs-err v2.11.0 |
| 3401 | 2024-11-19T00:07:24.144Z | Checking anyhow v1.0.93 |
| 3402 | 2024-11-19T00:07:24.277Z | Checking indexmap v2.6.0 |
| 3403 | 2024-11-19T00:07:24.482Z | Checking tabled v0.15.0 |
| 3404 | 2024-11-19T00:07:25.126Z | Checking terminal_size v0.4.0 |
| 3405 | 2024-11-19T00:07:25.126Z | Checking tempfile v3.13.0 |
| 3406 | 2024-11-19T00:07:25.275Z | Checking clap_builder v4.5.21 |
| 3407 | 2024-11-19T00:07:25.513Z | Checking dtrace-parser v0.2.0 |
| 3408 | 2024-11-19T00:07:27.337Z | Checking serde_json v1.0.132 |
| 3409 | 2024-11-19T00:07:27.360Z | Checking toml_datetime v0.6.8 |
| 3410 | 2024-11-19T00:07:27.361Z | Checking serde_spanned v0.6.8 |
| 3411 | 2024-11-19T00:07:27.361Z | Checking camino v1.1.9 |
| 3412 | 2024-11-19T00:07:27.361Z | Checking semver v1.0.23 |
| 3413 | 2024-11-19T00:07:27.503Z | Checking cargo-platform v0.1.8 |
| 3414 | 2024-11-19T00:07:27.527Z | Checking macaddr v1.0.1 |
| 3415 | 2024-11-19T00:07:27.613Z | Checking toml_edit v0.22.22 |
| 3416 | 2024-11-19T00:07:27.769Z | Checking clap v4.5.21 |
| 3417 | 2024-11-19T00:07:27.876Z | Checking camino-tempfile v1.1.1 |
| 3418 | 2024-11-19T00:07:28.685Z | Checking dof v0.3.0 |
| 3419 | 2024-11-19T00:07:28.685Z | Checking cargo_metadata v0.18.1 |
| 3420 | 2024-11-19T00:07:29.200Z | Checking usdt-impl v0.5.0 |
| 3421 | 2024-11-19T00:07:29.648Z | Checking usdt v0.5.0 |
| 3422 | 2024-11-19T00:07:29.672Z | Checking toml v0.8.19 |
| 3423 | 2024-11-19T00:07:30.246Z | Checking cargo_toml v0.20.5 |
| 3424 | 2024-11-19T00:07:31.746Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3425 | 2024-11-19T00:07:32.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.74s |
| 3426 | 2024-11-19T00:07:32.612Z | |
| 3427 | 2024-11-19T00:07:32.612Z | info: running `cargo check --bins` on end-to-end-tests (160/171) |
| 3428 | 2024-11-19T00:07:33.399Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3429 | 2024-11-19T00:07:33.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3430 | 2024-11-19T00:07:33.572Z | Checking polyval v0.6.2 |
| 3431 | 2024-11-19T00:07:33.597Z | Checking ctr v0.9.2 |
| 3432 | 2024-11-19T00:07:33.620Z | Checking ssh-encoding v0.2.0 |
| 3433 | 2024-11-19T00:07:33.621Z | Checking blowfish v0.9.1 |
| 3434 | 2024-11-19T00:07:33.645Z | Checking password-hash v0.4.2 |
| 3435 | 2024-11-19T00:07:33.668Z | Checking matches v0.1.10 |
| 3436 | 2024-11-19T00:07:33.668Z | Checking p521 v0.13.3 |
| 3437 | 2024-11-19T00:07:33.668Z | Checking p256 v0.13.2 |
| 3438 | 2024-11-19T00:07:33.778Z | Checking idna v0.2.3 |
| 3439 | 2024-11-19T00:07:33.823Z | Checking ghash v0.5.1 |
| 3440 | 2024-11-19T00:07:33.850Z | Checking bcrypt-pbkdf v0.10.0 |
| 3441 | 2024-11-19T00:07:33.873Z | Compiling enum-as-inner v0.5.1 |
| 3442 | 2024-11-19T00:07:33.921Z | Checking russh-cryptovec v0.7.3 |
| 3443 | 2024-11-19T00:07:33.978Z | Checking aes-gcm v0.10.3 |
| 3444 | 2024-11-19T00:07:34.012Z | Checking pbkdf2 v0.11.0 |
| 3445 | 2024-11-19T00:07:34.068Z | Checking md5 v0.7.0 |
| 3446 | 2024-11-19T00:07:34.107Z | Checking num-bigint v0.4.6 |
| 3447 | 2024-11-19T00:07:34.136Z | Checking des v0.8.1 |
| 3448 | 2024-11-19T00:07:34.184Z | Checking ssh-cipher v0.2.0 |
| 3449 | 2024-11-19T00:07:34.242Z | Checking hex-literal v0.4.1 |
| 3450 | 2024-11-19T00:07:34.314Z | Compiling dhcproto-macros v0.1.0 |
| 3451 | 2024-11-19T00:07:34.361Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3452 | 2024-11-19T00:07:34.384Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3453 | 2024-11-19T00:07:34.407Z | Checking internet-checksum v0.2.1 |
| 3454 | 2024-11-19T00:07:34.432Z | Checking ssh-key v0.6.6 |
| 3455 | 2024-11-19T00:07:34.704Z | Checking trust-dns-proto v0.22.0 |
| 3456 | 2024-11-19T00:07:35.811Z | Checking russh-keys v0.45.0 |
| 3457 | 2024-11-19T00:07:36.918Z | Checking russh v0.45.0 |
| 3458 | 2024-11-19T00:07:37.717Z | Checking dhcproto v0.12.0 |
| 3459 | 2024-11-19T00:07:59.917Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3460 | 2024-11-19T00:08:01.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.04s |
| 3461 | 2024-11-19T00:08:01.844Z | |
| 3462 | 2024-11-19T00:08:01.844Z | info: running `cargo check --bins` on gateway-cli (161/171) |
| 3463 | 2024-11-19T00:08:02.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3464 | 2024-11-19T00:08:02.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3465 | 2024-11-19T00:08:02.692Z | Checking termios v0.3.3 |
| 3466 | 2024-11-19T00:08:02.879Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3467 | 2024-11-19T00:08:03.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.06s |
| 3468 | 2024-11-19T00:08:04.070Z | |
| 3469 | 2024-11-19T00:08:04.070Z | info: running `cargo check --bins --no-default-features` on installinator (162/171) |
| 3470 | 2024-11-19T00:08:04.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3471 | 2024-11-19T00:08:04.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3472 | 2024-11-19T00:08:04.987Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3473 | 2024-11-19T00:08:07.431Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3474 | 2024-11-19T00:08:09.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.62s |
| 3475 | 2024-11-19T00:08:09.870Z | |
| 3476 | 2024-11-19T00:08:09.870Z | info: running `cargo check --bins` on internal-dns-cli (163/171) |
| 3477 | 2024-11-19T00:08:10.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3478 | 2024-11-19T00:08:10.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3479 | 2024-11-19T00:08:10.711Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3480 | 2024-11-19T00:08:11.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 3481 | 2024-11-19T00:08:11.366Z | |
| 3482 | 2024-11-19T00:08:11.366Z | info: running `cargo check --bins` on omicron-live-tests (164/171) |
| 3483 | 2024-11-19T00:08:12.056Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3484 | 2024-11-19T00:08:12.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3485 | 2024-11-19T00:08:12.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3486 | 2024-11-19T00:08:12.080Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3487 | 2024-11-19T00:08:12.150Z | |
| 3488 | 2024-11-19T00:08:12.150Z | info: running `cargo check --bins` on live-tests-macros (165/171) |
| 3489 | 2024-11-19T00:08:12.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3490 | 2024-11-19T00:08:12.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3491 | 2024-11-19T00:08:12.867Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3492 | 2024-11-19T00:08:12.867Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 3493 | 2024-11-19T00:08:12.945Z | |
| 3494 | 2024-11-19T00:08:12.946Z | info: running `cargo check --bins` on omicron-package (166/171) |
| 3495 | 2024-11-19T00:08:13.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3496 | 2024-11-19T00:08:13.706Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3497 | 2024-11-19T00:08:13.810Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3498 | 2024-11-19T00:08:15.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.38s |
| 3499 | 2024-11-19T00:08:15.495Z | |
| 3500 | 2024-11-19T00:08:15.495Z | info: running `cargo check --bins` on wicket-dbg (167/171) |
| 3501 | 2024-11-19T00:08:16.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3502 | 2024-11-19T00:08:16.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3503 | 2024-11-19T00:08:16.394Z | Checking rtoolbox v0.0.2 |
| 3504 | 2024-11-19T00:08:16.394Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3505 | 2024-11-19T00:08:16.394Z | Checking tui-tree-widget v0.22.0 |
| 3506 | 2024-11-19T00:08:16.600Z | Checking rpassword v7.3.1 |
| 3507 | 2024-11-19T00:08:21.786Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3508 | 2024-11-19T00:08:25.520Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3509 | 2024-11-19T00:08:26.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.49s |
| 3510 | 2024-11-19T00:08:27.167Z | |
| 3511 | 2024-11-19T00:08:27.167Z | info: running `cargo check --bins` on wicket (168/171) |
| 3512 | 2024-11-19T00:08:27.933Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3513 | 2024-11-19T00:08:27.957Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3514 | 2024-11-19T00:08:28.087Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3515 | 2024-11-19T00:08:28.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.32s |
| 3516 | 2024-11-19T00:08:28.673Z | |
| 3517 | 2024-11-19T00:08:28.673Z | info: running `cargo check --bins` on wicketd (169/171) |
| 3518 | 2024-11-19T00:08:29.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3519 | 2024-11-19T00:08:29.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3520 | 2024-11-19T00:08:29.589Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3521 | 2024-11-19T00:08:34.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.64s |
| 3522 | 2024-11-19T00:08:34.504Z | |
| 3523 | 2024-11-19T00:08:34.504Z | info: running `cargo check --bins` on omicron-workspace-hack (170/171) |
| 3524 | 2024-11-19T00:08:35.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3525 | 2024-11-19T00:08:35.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3526 | 2024-11-19T00:08:35.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3527 | 2024-11-19T00:08:35.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
| 3528 | 2024-11-19T00:08:35.288Z | |
| 3529 | 2024-11-19T00:08:35.288Z | info: running `cargo check --bins` on zone-setup (171/171) |
| 3530 | 2024-11-19T00:08:36.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3531 | 2024-11-19T00:08:36.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3532 | 2024-11-19T00:08:36.219Z | Checking uzers v0.12.1 |
| 3533 | 2024-11-19T00:08:36.549Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3534 | 2024-11-19T00:08:37.890Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.59s |
| 3535 | 2024-11-19T00:08:38.100Z | |
| 3536 | 2024-11-19T00:08:38.100Z | real 15:45.162287869 |
| 3537 | 2024-11-19T00:08:38.100Z | user 24:30.211250313 |
| 3538 | 2024-11-19T00:08:38.100Z | sys 5:43.809518430 |
| 3539 | 2024-11-19T00:08:38.100Z | trap 0.521143293 |
| 3540 | 2024-11-19T00:08:38.123Z | tflt 1.326550062 |
| 3541 | 2024-11-19T00:08:38.123Z | dflt 3.620420520 |
| 3542 | 2024-11-19T00:08:38.123Z | kflt 0.000573279 |
| 3543 | 2024-11-19T00:08:38.124Z | lock 50:58.289920407 |
| 3544 | 2024-11-19T00:08:38.124Z | slp 2:17:04.783623885 |
| 3545 | 2024-11-19T00:08:38.124Z | lat 57.626582907 |
| 3546 | 2024-11-19T00:08:38.124Z | stop 2:56.081604604 |
| 3547 | 2024-11-19T00:08:38.124Z | process exited: duration 1252465 ms, exit code 0 |
| |
| 3548 | 2024-11-19T00:08:38.172Z | found 0 output files |