|
|
|
| 1 | 2024-12-19T04:27:30.469Z | job assigned to worker 01JFEJP0GZYW7T82NNBAJ7E4MX [factory aws, i-0a319853142ce533f] (queued for 53 s) |
| |
| 2 | 2024-12-19T04:27:38.563Z | starting task 0: "setup" |
| 3 | 2024-12-19T04:27:38.577Z | ++ uname -s |
| 4 | 2024-12-19T04:27:38.581Z | + kern=SunOS |
| 5 | 2024-12-19T04:27:38.581Z | + case "$kern" in |
| 6 | 2024-12-19T04:27:38.581Z | + groupadd -g 12345 build |
| 7 | 2024-12-19T04:27:38.581Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-12-19T04:27:40.588Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-12-19T04:27:40.709Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-12-19T04:27:40.712Z | + home_fs=zfs |
| 11 | 2024-12-19T04:27:40.712Z | + [[ zfs == autofs ]] |
| 12 | 2024-12-19T04:27:40.712Z | + mkdir -p /home/build |
| 13 | 2024-12-19T04:27:40.714Z | + chown build:build /home/build /work |
| 14 | 2024-12-19T04:27:42.716Z | + chmod 0700 /home/build /work |
| 15 | 2024-12-19T04:27:42.718Z | process exited: duration 4154 ms, exit code 0 |
| |
| 16 | 2024-12-19T04:27:42.724Z | starting task 1: "rust-toolchain" |
| 17 | 2024-12-19T04:27:42.730Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-12-19T04:27:42.730Z | ' 1.81.0 |
| 19 | 2024-12-19T04:27:42.730Z | * toolchain channel = "1.81.0" |
| 20 | 2024-12-19T04:27:42.730Z | * toolchain profile = "default" |
| 21 | 2024-12-19T04:27:42.733Z | + printf ' * toolchain profile = "%s" |
| 22 | 2024-12-19T04:27:42.733Z | ' default |
| 23 | 2024-12-19T04:27:42.733Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-12-19T04:27:42.733Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
| 25 | 2024-12-19T04:27:42.852Z | info: downloading installer |
| 26 | 2024-12-19T04:27:44.082Z | info: profile set to 'default' |
| 27 | 2024-12-19T04:27:44.082Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-12-19T04:27:44.085Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 29 | 2024-12-19T04:27:44.259Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 30 | 2024-12-19T04:27:44.259Z | info: downloading component 'cargo' |
| 31 | 2024-12-19T04:27:45.269Z | info: downloading component 'clippy' |
| 32 | 2024-12-19T04:27:45.643Z | info: downloading component 'rust-docs' |
| 33 | 2024-12-19T04:27:47.051Z | info: downloading component 'rust-std' |
| 34 | 2024-12-19T04:27:49.244Z | info: downloading component 'rustc' |
| 35 | 2024-12-19T04:27:57.104Z | info: downloading component 'rustfmt' |
| 36 | 2024-12-19T04:27:57.397Z | info: installing component 'cargo' |
| 37 | 2024-12-19T04:27:58.255Z | info: installing component 'clippy' |
| 38 | 2024-12-19T04:27:58.634Z | info: installing component 'rust-docs' |
| 39 | 2024-12-19T04:28:00.257Z | info: installing component 'rust-std' |
| 40 | 2024-12-19T04:28:02.042Z | info: installing component 'rustc' |
| 41 | 2024-12-19T04:28:07.945Z | info: installing component 'rustfmt' |
| 42 | 2024-12-19T04:28:08.276Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
| 43 | 2024-12-19T04:28:08.276Z | |
| 44 | 2024-12-19T04:28:08.642Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 45 | 2024-12-19T04:28:08.642Z | |
| 46 | 2024-12-19T04:28:08.646Z | |
| 47 | 2024-12-19T04:28:08.646Z | Rust is installed now. Great! |
| 48 | 2024-12-19T04:28:08.646Z | |
| 49 | 2024-12-19T04:28:08.646Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-12-19T04:28:08.646Z | environment variable. This has not been done automatically. |
| 51 | 2024-12-19T04:28:08.646Z | |
| 52 | 2024-12-19T04:28:08.646Z | To configure your current shell, you need to source |
| 53 | 2024-12-19T04:28:08.646Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-12-19T04:28:08.646Z | |
| 55 | 2024-12-19T04:28:08.646Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-12-19T04:28:08.646Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-12-19T04:28:08.646Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-12-19T04:28:08.719Z | + rustc --version |
| 59 | 2024-12-19T04:28:08.787Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 60 | 2024-12-19T04:28:08.791Z | process exited: duration 26062 ms, exit code 0 |
| |
| 61 | 2024-12-19T04:28:08.798Z | starting task 2: "authentication" |
| 62 | 2024-12-19T04:28:08.820Z | process exited: duration 22 ms, exit code 0 |
| |
| 63 | 2024-12-19T04:28:08.825Z | starting task 3: "clone repository" |
| 64 | 2024-12-19T04:28:08.831Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-12-19T04:28:08.833Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-12-19T04:28:08.869Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-12-19T04:28:15.982Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-12-19T04:28:15.982Z | + git fetch origin 2a37e9cc4984ffa5f5494a806df8431bf4e8580e |
| 69 | 2024-12-19T04:28:16.639Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-12-19T04:28:16.639Z | * branch 2a37e9cc4984ffa5f5494a806df8431bf4e8580e -> FETCH_HEAD |
| 71 | 2024-12-19T04:28:16.648Z | + [[ -n '' ]] |
| 72 | 2024-12-19T04:28:16.648Z | + git reset --hard 2a37e9cc4984ffa5f5494a806df8431bf4e8580e |
| 73 | 2024-12-19T04:28:16.806Z | HEAD is now at 2a37e9cc4 mroe -> more! |
| 74 | 2024-12-19T04:28:16.810Z | process exited: duration 7982 ms, exit code 0 |
| |
| 75 | 2024-12-19T04:28:16.815Z | starting task 4: "build" |
| 76 | 2024-12-19T04:28:16.820Z | + source .github/buildomat/ci-env.sh |
| 77 | 2024-12-19T04:28:16.823Z | ++ export CARGO_TERM_COLOR=always |
| 78 | 2024-12-19T04:28:16.823Z | ++ CARGO_TERM_COLOR=always |
| 79 | 2024-12-19T04:28:16.823Z | + cargo --version |
| 80 | 2024-12-19T04:28:16.887Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 81 | 2024-12-19T04:28:16.900Z | + rustc --version |
| 82 | 2024-12-19T04:28:16.943Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 83 | 2024-12-19T04:28:16.950Z | + source ./env.sh |
| 84 | 2024-12-19T04:28:16.950Z | ++ OLD_SHELL_OPTS=ehxB |
| 85 | 2024-12-19T04:28:16.950Z | ++ set -o xtrace |
| 86 | 2024-12-19T04:28:16.950Z | ++++ dirname ./env.sh |
| 87 | 2024-12-19T04:28:16.953Z | +++ readlink -f . |
| 88 | 2024-12-19T04:28:16.956Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 89 | 2024-12-19T04:28:16.956Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 90 | 2024-12-19T04:28:16.956Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 91 | 2024-12-19T04:28:16.956Z | ++ 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 |
| 92 | 2024-12-19T04:28:16.956Z | ++ 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 |
| 93 | 2024-12-19T04:28:16.956Z | ++ 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 |
| 94 | 2024-12-19T04:28:16.956Z | ++ 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 |
| 95 | 2024-12-19T04:28:16.956Z | ++ 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 |
| 96 | 2024-12-19T04:28:16.957Z | ++ 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 |
| 97 | 2024-12-19T04:28:16.957Z | ++ case $OLD_SHELL_OPTS in |
| 98 | 2024-12-19T04:28:16.957Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 99 | 2024-12-19T04:28:16.957Z | + 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 |
| 100 | 2024-12-19T04:28:16.957Z | + 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 |
| 101 | 2024-12-19T04:28:16.957Z | + banner prerequisites |
| 102 | 2024-12-19T04:28:16.959Z | |
| 103 | 2024-12-19T04:28:16.959Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 104 | 2024-12-19T04:28:16.959Z | # # # # # # # # # # # # # # # |
| 105 | 2024-12-19T04:28:16.959Z | # # # # ##### # # ##### # # # # # #### # |
| 106 | 2024-12-19T04:28:16.959Z | ##### ##### # ##### # # # # # # # # # |
| 107 | 2024-12-19T04:28:16.960Z | # # # # # # # # # # # # # # # |
| 108 | 2024-12-19T04:28:16.960Z | # # # ###### # # ###### ### # #### # #### # |
| 109 | 2024-12-19T04:28:16.960Z | |
| 110 | 2024-12-19T04:28:16.960Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 111 | 2024-12-19T04:28:24.613Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 112 | 2024-12-19T04:28:28.466Z | Startup: Caching catalogs ... Done |
| 113 | 2024-12-19T04:28:39.292Z | Planning: Solver setup ... Done (9.945s) |
| 114 | 2024-12-19T04:28:39.424Z | Planning: Running solver ... Done (0.132s) |
| 115 | 2024-12-19T04:28:39.529Z | Planning: Finding local manifests ... Done (0.004s) |
| 116 | 2024-12-19T04:28:39.541Z | Planning: Fetching manifests: 0/5 0% complete |
| 117 | 2024-12-19T04:28:39.766Z | Planning: Fetching manifests: 5/5 100% complete |
| 118 | 2024-12-19T04:28:39.871Z | Planning: Package planning ... Done (0.104s) |
| 119 | 2024-12-19T04:28:39.927Z | Planning: Merging actions ... Done (0.056s) |
| 120 | 2024-12-19T04:28:40.122Z | Planning: Checking for conflicting actions ... Done (0.195s) |
| 121 | 2024-12-19T04:28:42.171Z | Planning: Consolidating action changes ... Done (2.048s) |
| 122 | 2024-12-19T04:28:42.609Z | Planning: Evaluating mediators ... Done (0.438s) |
| 123 | 2024-12-19T04:28:42.693Z | Planning: Planning completed in 14.13 seconds |
| 124 | 2024-12-19T04:28:42.709Z | Packages to install: 4 |
| 125 | 2024-12-19T04:28:42.709Z | Packages to update: 1 |
| 126 | 2024-12-19T04:28:42.712Z | Mediators to change: 2 |
| 127 | 2024-12-19T04:28:42.712Z | Services to change: 1 |
| 128 | 2024-12-19T04:28:42.712Z | Estimated space available: 155.64 GB |
| 129 | 2024-12-19T04:28:42.712Z | Estimated space to be consumed: 1.61 GB |
| 130 | 2024-12-19T04:28:42.712Z | Create boot environment: No |
| 131 | 2024-12-19T04:28:42.712Z | Create backup boot environment: Yes |
| 132 | 2024-12-19T04:28:42.712Z | Rebuild boot archive: No |
| 133 | 2024-12-19T04:28:42.712Z | |
| 134 | 2024-12-19T04:28:42.712Z | Changed mediators: |
| 135 | 2024-12-19T04:28:42.712Z | mediator clang: |
| 136 | 2024-12-19T04:28:42.712Z | version: None -> 15 (system default) |
| 137 | 2024-12-19T04:28:42.712Z | |
| 138 | 2024-12-19T04:28:42.712Z | mediator llvm: |
| 139 | 2024-12-19T04:28:42.712Z | version: 14 (system default) -> 15 (system default) |
| 140 | 2024-12-19T04:28:42.712Z | |
| 141 | 2024-12-19T04:28:42.712Z | Changed packages: |
| 142 | 2024-12-19T04:28:42.712Z | helios-dev |
| 143 | 2024-12-19T04:28:42.712Z | developer/build-essential |
| 144 | 2024-12-19T04:28:42.712Z | None -> 11-2.0 |
| 145 | 2024-12-19T04:28:42.712Z | library/libxmlsec1 |
| 146 | 2024-12-19T04:28:42.712Z | None -> 1.2.35-2.0 |
| 147 | 2024-12-19T04:28:42.712Z | ooce/developer/clang-15 |
| 148 | 2024-12-19T04:28:42.712Z | None -> 15.0.7-2.0 |
| 149 | 2024-12-19T04:28:42.712Z | ooce/developer/llvm-15 |
| 150 | 2024-12-19T04:28:42.712Z | None -> 15.0.7-2.0 |
| 151 | 2024-12-19T04:28:42.712Z | package/pkg |
| 152 | 2024-12-19T04:28:42.712Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 153 | 2024-12-19T04:28:42.713Z | |
| 154 | 2024-12-19T04:28:42.713Z | Services: |
| 155 | 2024-12-19T04:28:42.713Z | restart_fmri: |
| 156 | 2024-12-19T04:28:42.713Z | svc:/system/update-man-index:default |
| 157 | 2024-12-19T04:28:42.713Z | |
| 158 | 2024-12-19T04:28:42.713Z | Editable files to change: |
| 159 | 2024-12-19T04:28:42.713Z | Update: |
| 160 | 2024-12-19T04:28:42.713Z | usr/share/lib/pkg/web/config.shtml |
| 161 | 2024-12-19T04:28:42.790Z | |
| 162 | 2024-12-19T04:28:42.790Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 163 | 2024-12-19T04:28:47.793Z | Download: 985/4281 items 19.5/220.6MB 8% complete (3.9M/s) |
| 164 | 2024-12-19T04:28:52.794Z | Download: 1550/4281 items 117.2/220.6MB 53% complete (11.8M/s) |
| 165 | 2024-12-19T04:28:57.804Z | Download: 2259/4281 items 119.4/220.6MB 54% complete (10.0M/s) |
| 166 | 2024-12-19T04:29:02.822Z | Download: 3015/4281 items 121.3/220.6MB 54% complete (448k/s) |
| 167 | 2024-12-19T04:29:08.091Z | Download: 3274/4281 items 208.7/220.6MB 94% complete (9.0M/s) |
| 168 | 2024-12-19T04:29:13.093Z | Download: 3305/4281 items 212.6/220.6MB 96% complete (9.1M/s) |
| 169 | 2024-12-19T04:29:18.282Z | Download: 4203/4281 items 220.6/220.6MB 99% complete (1.3M/s) |
| 170 | 2024-12-19T04:29:20.354Z | Download: Completed 220.60 MB in 37.56 seconds (5.9M/s) |
| 171 | 2024-12-19T04:29:22.467Z | Actions: 1/5063 actions (Removing old actions) |
| 172 | 2024-12-19T04:29:22.489Z | Actions: 194/5063 actions (Installing new actions) |
| 173 | 2024-12-19T04:29:27.210Z | Actions: 4226/5063 actions (Updating modified actions) |
| 174 | 2024-12-19T04:29:27.527Z | Actions: Completed 5063 actions in 5.06 seconds. |
| 175 | 2024-12-19T04:29:27.928Z | Done (0.392s) |
| 176 | 2024-12-19T04:29:27.931Z | Done (0.000s) |
| 177 | 2024-12-19T04:29:28.507Z | Done (0.576s) |
| 178 | 2024-12-19T04:29:33.042Z | Done (4.305s) |
| 179 | 2024-12-19T04:29:33.137Z | Done (0.018s) |
| 180 | 2024-12-19T04:29:33.140Z | Done (0.000s) |
| 181 | 2024-12-19T04:29:33.307Z | Done (0.000s) |
| 182 | 2024-12-19T04:29:34.029Z | Planning: Evaluating mediator changes ... Done |
| 183 | 2024-12-19T04:29:34.198Z | Planning: Checking for conflicting actions ... Done |
| 184 | 2024-12-19T04:29:34.200Z | Planning: Consolidating action changes ... Done |
| 185 | 2024-12-19T04:29:34.482Z | Planning: Evaluating mediators ... Done |
| 186 | 2024-12-19T04:29:34.486Z | Planning: Planning completed in 0.45 seconds |
| 187 | 2024-12-19T04:29:34.523Z | Mediators to change: 2 |
| 188 | 2024-12-19T04:29:34.523Z | Create boot environment: No |
| 189 | 2024-12-19T04:29:34.526Z | Create backup boot environment: No |
| 190 | 2024-12-19T04:29:34.616Z | Done |
| 191 | 2024-12-19T04:29:34.617Z | Done |
| 192 | 2024-12-19T04:29:34.979Z | Done |
| 193 | 2024-12-19T04:29:38.965Z | Done |
| 194 | 2024-12-19T04:29:39.065Z | Done |
| 195 | 2024-12-19T04:29:39.067Z | Done |
| 196 | 2024-12-19T04:29:39.190Z | Done |
| 197 | 2024-12-19T04:29:39.826Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2024-12-19T04:29:39.830Z | Planning: Merging actions ... Done |
| 199 | 2024-12-19T04:29:40.026Z | Planning: Checking for conflicting actions ... Done |
| 200 | 2024-12-19T04:29:40.029Z | Planning: Consolidating action changes ... Done |
| 201 | 2024-12-19T04:29:40.303Z | Planning: Evaluating mediators ... Done |
| 202 | 2024-12-19T04:29:40.360Z | Planning: Planning completed in 0.78 seconds |
| 203 | 2024-12-19T04:29:40.401Z | Packages to change: 1 |
| 204 | 2024-12-19T04:29:40.401Z | Mediators to change: 1 |
| 205 | 2024-12-19T04:29:40.404Z | Services to change: 1 |
| 206 | 2024-12-19T04:29:40.404Z | Create boot environment: No |
| 207 | 2024-12-19T04:29:40.404Z | Create backup boot environment: Yes |
| 208 | 2024-12-19T04:29:42.720Z | Actions: 1/6 actions (Updating modified actions) |
| 209 | 2024-12-19T04:29:42.723Z | Actions: Completed 6 actions in 0.00 seconds. |
| 210 | 2024-12-19T04:29:42.723Z | Done |
| 211 | 2024-12-19T04:29:42.723Z | Done |
| 212 | 2024-12-19T04:29:42.839Z | Done |
| 213 | 2024-12-19T04:29:46.782Z | Done |
| 214 | 2024-12-19T04:29:46.883Z | Done |
| 215 | 2024-12-19T04:29:46.885Z | Done |
| 216 | 2024-12-19T04:29:47.021Z | Done |
| 217 | 2024-12-19T04:29:47.469Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 218 | 2024-12-19T04:29:47.469Z | clang system 15 system |
| 219 | 2024-12-19T04:29:47.469Z | csh system system illumos |
| 220 | 2024-12-19T04:29:47.469Z | ctags system system illumos |
| 221 | 2024-12-19T04:29:47.469Z | gcc vendor 12 vendor |
| 222 | 2024-12-19T04:29:47.469Z | gcc system 10 system |
| 223 | 2024-12-19T04:29:47.469Z | gcc system 7 system |
| 224 | 2024-12-19T04:29:47.469Z | go system 1.20 system |
| 225 | 2024-12-19T04:29:47.469Z | go system 1.19 system |
| 226 | 2024-12-19T04:29:47.469Z | llvm system 15 system |
| 227 | 2024-12-19T04:29:47.470Z | llvm system 14 system |
| 228 | 2024-12-19T04:29:47.470Z | mariadb system 10.6 system |
| 229 | 2024-12-19T04:29:47.470Z | mta vendor vendor dma |
| 230 | 2024-12-19T04:29:47.470Z | openjdk system 17 system |
| 231 | 2024-12-19T04:29:47.470Z | openjdk system 11 system |
| 232 | 2024-12-19T04:29:47.470Z | openjdk system 1.8 system |
| 233 | 2024-12-19T04:29:47.470Z | openssl vendor 3 vendor |
| 234 | 2024-12-19T04:29:47.470Z | perl system 5.36 system |
| 235 | 2024-12-19T04:29:47.470Z | postgresql system 15 system |
| 236 | 2024-12-19T04:29:47.470Z | postgresql system 13 system |
| 237 | 2024-12-19T04:29:47.470Z | python vendor 3 vendor |
| 238 | 2024-12-19T04:29:47.470Z | python system 2 system |
| 239 | 2024-12-19T04:29:47.470Z | python3 system 3.11 system |
| 240 | 2024-12-19T04:29:47.470Z | ruby system 3.0 system |
| 241 | 2024-12-19T04:29:47.470Z | words vendor vendor american-english |
| 242 | 2024-12-19T04:29:47.470Z | words system system australian-english |
| 243 | 2024-12-19T04:29:47.470Z | words system system british-english |
| 244 | 2024-12-19T04:29:47.470Z | words system system canadian-english |
| 245 | 2024-12-19T04:29:47.470Z | words system system french |
| 246 | 2024-12-19T04:29:47.470Z | words system system italian |
| 247 | 2024-12-19T04:29:47.470Z | words system system ngerman |
| 248 | 2024-12-19T04:29:47.470Z | words system system ogerman |
| 249 | 2024-12-19T04:29:47.470Z | words system system spanish |
| 250 | 2024-12-19T04:29:47.823Z | PUBLISHER TYPE STATUS P LOCATION |
| 251 | 2024-12-19T04:29:47.823Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 252 | 2024-12-19T04:29:50.571Z | FMRI IFO |
| 253 | 2024-12-19T04:29:50.571Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 254 | 2024-12-19T04:29:50.571Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 255 | 2024-12-19T04:29:50.571Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 256 | 2024-12-19T04:29:50.571Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 257 | 2024-12-19T04:29:50.571Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 258 | 2024-12-19T04:29:50.571Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 259 | 2024-12-19T04:29:50.571Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 260 | 2024-12-19T04:29:50.571Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 261 | 2024-12-19T04:29:50.571Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 262 | 2024-12-19T04:29:50.571Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 263 | 2024-12-19T04:29:50.571Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 264 | 2024-12-19T04:29:50.571Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 265 | 2024-12-19T04:29:50.571Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 266 | 2024-12-19T04:29:50.571Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 267 | 2024-12-19T04:29:50.571Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 268 | 2024-12-19T04:29:51.371Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 269 | 2024-12-19T04:29:51.665Z | Updating crates.io index |
| 270 | 2024-12-19T04:29:51.726Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 271 | 2024-12-19T04:29:52.252Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 272 | 2024-12-19T04:29:52.585Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 273 | 2024-12-19T04:29:52.847Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 274 | 2024-12-19T04:29:53.151Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 275 | 2024-12-19T04:29:54.351Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 276 | 2024-12-19T04:29:55.667Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 277 | 2024-12-19T04:29:56.291Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 278 | 2024-12-19T04:29:57.158Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 279 | 2024-12-19T04:29:57.431Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 280 | 2024-12-19T04:29:57.732Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 281 | 2024-12-19T04:29:58.373Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 282 | 2024-12-19T04:29:58.707Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 283 | 2024-12-19T04:29:59.008Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 284 | 2024-12-19T04:29:59.295Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 285 | 2024-12-19T04:29:59.570Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 286 | 2024-12-19T04:29:59.979Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 287 | 2024-12-19T04:30:00.258Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 288 | 2024-12-19T04:30:00.562Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 289 | 2024-12-19T04:30:00.972Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 290 | 2024-12-19T04:30:01.270Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 291 | 2024-12-19T04:30:01.809Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 292 | 2024-12-19T04:30:02.146Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 293 | 2024-12-19T04:30:02.562Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 294 | 2024-12-19T04:30:02.936Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 295 | 2024-12-19T04:30:03.221Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 296 | 2024-12-19T04:30:03.466Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 297 | 2024-12-19T04:30:03.806Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 298 | 2024-12-19T04:30:05.194Z | Downloading crates ... |
| 299 | 2024-12-19T04:30:05.284Z | Downloaded block-buffer v0.10.4 |
| 300 | 2024-12-19T04:30:05.287Z | Downloaded anstyle-parse v0.2.5 |
| 301 | 2024-12-19T04:30:05.290Z | Downloaded anstream v0.6.15 |
| 302 | 2024-12-19T04:30:05.294Z | Downloaded anyhow v1.0.93 |
| 303 | 2024-12-19T04:30:05.303Z | Downloaded equivalent v1.0.1 |
| 304 | 2024-12-19T04:30:05.306Z | Downloaded usdt-attr-macro v0.5.0 |
| 305 | 2024-12-19T04:30:05.310Z | Downloaded dtrace-parser v0.2.0 |
| 306 | 2024-12-19T04:30:05.319Z | Downloaded swrite v0.1.0 |
| 307 | 2024-12-19T04:30:05.329Z | Downloaded scroll_derive v0.12.0 |
| 308 | 2024-12-19T04:30:05.331Z | Downloaded pretty-hex v0.4.1 |
| 309 | 2024-12-19T04:30:05.338Z | Downloaded cargo-platform v0.1.8 |
| 310 | 2024-12-19T04:30:05.341Z | Downloaded byteorder v1.5.0 |
| 311 | 2024-12-19T04:30:05.344Z | Downloaded usdt-macro v0.5.0 |
| 312 | 2024-12-19T04:30:05.344Z | Downloaded autocfg v1.4.0 |
| 313 | 2024-12-19T04:30:05.356Z | Downloaded anstyle v1.0.10 |
| 314 | 2024-12-19T04:30:05.356Z | Downloaded camino-tempfile v1.1.1 |
| 315 | 2024-12-19T04:30:05.356Z | Downloaded anstyle-query v1.1.1 |
| 316 | 2024-12-19T04:30:05.356Z | Downloaded thread-id v4.2.2 |
| 317 | 2024-12-19T04:30:05.356Z | Downloaded proc-macro-error-attr v1.0.4 |
| 318 | 2024-12-19T04:30:05.356Z | Downloaded heck v0.5.0 |
| 319 | 2024-12-19T04:30:05.356Z | Downloaded dof v0.3.0 |
| 320 | 2024-12-19T04:30:05.356Z | Downloaded cfg-if v1.0.0 |
| 321 | 2024-12-19T04:30:05.356Z | Downloaded colorchoice v1.0.2 |
| 322 | 2024-12-19T04:30:05.356Z | Downloaded bytecount v0.6.8 |
| 323 | 2024-12-19T04:30:05.359Z | Downloaded memmap v0.7.0 |
| 324 | 2024-12-19T04:30:05.361Z | Downloaded version_check v0.9.5 |
| 325 | 2024-12-19T04:30:05.366Z | Downloaded smawk v0.3.2 |
| 326 | 2024-12-19T04:30:05.368Z | Downloaded fnv v1.0.7 |
| 327 | 2024-12-19T04:30:05.368Z | Downloaded toml_datetime v0.6.8 |
| 328 | 2024-12-19T04:30:05.372Z | Downloaded serde_tokenstream v0.2.2 |
| 329 | 2024-12-19T04:30:05.372Z | Downloaded cpufeatures v0.2.14 |
| 330 | 2024-12-19T04:30:05.374Z | Downloaded itoa v1.0.11 |
| 331 | 2024-12-19T04:30:05.374Z | Downloaded is_terminal_polyfill v1.70.1 |
| 332 | 2024-12-19T04:30:05.374Z | Downloaded heck v0.4.1 |
| 333 | 2024-12-19T04:30:05.377Z | Downloaded usdt v0.5.0 |
| 334 | 2024-12-19T04:30:05.377Z | Downloaded pest_generator v2.7.14 |
| 335 | 2024-12-19T04:30:05.379Z | Downloaded unicode-linebreak v0.1.5 |
| 336 | 2024-12-19T04:30:05.379Z | Downloaded thiserror v1.0.69 |
| 337 | 2024-12-19T04:30:05.383Z | Downloaded errno v0.3.9 |
| 338 | 2024-12-19T04:30:05.386Z | Downloaded tabled_derive v0.7.0 |
| 339 | 2024-12-19T04:30:05.386Z | Downloaded serde_spanned v0.6.8 |
| 340 | 2024-12-19T04:30:05.389Z | Downloaded fastrand v2.1.1 |
| 341 | 2024-12-19T04:30:05.392Z | Downloaded terminal_size v0.4.0 |
| 342 | 2024-12-19T04:30:05.399Z | Downloaded clap_lex v0.7.2 |
| 343 | 2024-12-19T04:30:05.399Z | Downloaded utf8parse v0.2.2 |
| 344 | 2024-12-19T04:30:05.401Z | Downloaded thiserror-impl v1.0.69 |
| 345 | 2024-12-19T04:30:05.401Z | Downloaded macaddr v1.0.1 |
| 346 | 2024-12-19T04:30:05.402Z | Downloaded fs-err v2.11.0 |
| 347 | 2024-12-19T04:30:05.402Z | Downloaded strsim v0.11.1 |
| 348 | 2024-12-19T04:30:05.405Z | Downloaded cargo_metadata v0.18.1 |
| 349 | 2024-12-19T04:30:05.405Z | Downloaded digest v0.10.7 |
| 350 | 2024-12-19T04:30:05.407Z | Downloaded usdt-impl v0.5.0 |
| 351 | 2024-12-19T04:30:05.407Z | Downloaded plain v0.2.3 |
| 352 | 2024-12-19T04:30:05.410Z | Downloaded camino v1.1.9 |
| 353 | 2024-12-19T04:30:05.412Z | Downloaded proc-macro-error v1.0.4 |
| 354 | 2024-12-19T04:30:05.415Z | Downloaded sha2 v0.10.8 |
| 355 | 2024-12-19T04:30:05.418Z | Downloaded pest_derive v2.7.14 |
| 356 | 2024-12-19T04:30:05.423Z | Downloaded crypto-common v0.1.6 |
| 357 | 2024-12-19T04:30:05.428Z | Downloaded cargo_toml v0.20.5 |
| 358 | 2024-12-19T04:30:05.430Z | Downloaded once_cell v1.20.2 |
| 359 | 2024-12-19T04:30:05.433Z | Downloaded clap_derive v4.5.18 |
| 360 | 2024-12-19T04:30:05.436Z | Downloaded quote v1.0.37 |
| 361 | 2024-12-19T04:30:05.439Z | Downloaded tempfile v3.13.0 |
| 362 | 2024-12-19T04:30:05.442Z | Downloaded zerocopy-derive v0.7.35 |
| 363 | 2024-12-19T04:30:05.446Z | Downloaded semver v1.0.23 |
| 364 | 2024-12-19T04:30:05.448Z | Downloaded bitflags v2.6.0 |
| 365 | 2024-12-19T04:30:05.451Z | Downloaded typenum v1.17.0 |
| 366 | 2024-12-19T04:30:05.454Z | Downloaded log v0.4.22 |
| 367 | 2024-12-19T04:30:05.458Z | Downloaded generic-array v0.14.7 |
| 368 | 2024-12-19T04:30:05.461Z | Downloaded unicode-ident v1.0.13 |
| 369 | 2024-12-19T04:30:05.463Z | Downloaded textwrap v0.16.1 |
| 370 | 2024-12-19T04:30:05.466Z | Downloaded proc-macro2 v1.0.89 |
| 371 | 2024-12-19T04:30:05.469Z | Downloaded ryu v1.0.18 |
| 372 | 2024-12-19T04:30:05.472Z | Downloaded scroll v0.12.0 |
| 373 | 2024-12-19T04:30:05.472Z | Downloaded clap v4.5.21 |
| 374 | 2024-12-19T04:30:05.481Z | Downloaded serde_derive v1.0.215 |
| 375 | 2024-12-19T04:30:05.483Z | Downloaded papergrid v0.11.0 |
| 376 | 2024-12-19T04:30:05.488Z | Downloaded ucd-trie v0.1.7 |
| 377 | 2024-12-19T04:30:05.491Z | Downloaded toml v0.8.19 |
| 378 | 2024-12-19T04:30:05.493Z | Downloaded pest_meta v2.7.14 |
| 379 | 2024-12-19T04:30:05.496Z | Downloaded indexmap v2.6.0 |
| 380 | 2024-12-19T04:30:05.515Z | Downloaded serde v1.0.215 |
| 381 | 2024-12-19T04:30:05.518Z | Downloaded memchr v2.7.4 |
| 382 | 2024-12-19T04:30:05.533Z | Downloaded toml_edit v0.22.22 |
| 383 | 2024-12-19T04:30:05.564Z | Downloaded serde_json v1.0.132 |
| 384 | 2024-12-19T04:30:05.572Z | Downloaded hashbrown v0.15.0 |
| 385 | 2024-12-19T04:30:05.578Z | Downloaded pest v2.7.14 |
| 386 | 2024-12-19T04:30:05.583Z | Downloaded zerocopy v0.7.35 |
| 387 | 2024-12-19T04:30:05.597Z | Downloaded winnow v0.6.20 |
| 388 | 2024-12-19T04:30:05.606Z | Downloaded clap_builder v4.5.21 |
| 389 | 2024-12-19T04:30:05.612Z | Downloaded tabled v0.15.0 |
| 390 | 2024-12-19T04:30:05.627Z | Downloaded goblin v0.8.2 |
| 391 | 2024-12-19T04:30:05.633Z | Downloaded unicode-width v0.1.14 |
| 392 | 2024-12-19T04:30:05.648Z | Downloaded syn v2.0.87 |
| 393 | 2024-12-19T04:30:05.659Z | Downloaded syn v1.0.109 |
| 394 | 2024-12-19T04:30:05.669Z | Downloaded rustix v0.38.37 |
| 395 | 2024-12-19T04:30:05.717Z | Downloaded libc v0.2.162 |
| 396 | 2024-12-19T04:30:06.026Z | Compiling proc-macro2 v1.0.89 |
| 397 | 2024-12-19T04:30:06.026Z | Compiling unicode-ident v1.0.13 |
| 398 | 2024-12-19T04:30:06.026Z | Compiling serde v1.0.215 |
| 399 | 2024-12-19T04:30:06.029Z | Compiling version_check v0.9.5 |
| 400 | 2024-12-19T04:30:06.029Z | Compiling memchr v2.7.4 |
| 401 | 2024-12-19T04:30:06.029Z | Compiling thiserror v1.0.69 |
| 402 | 2024-12-19T04:30:06.029Z | Compiling libc v0.2.162 |
| 403 | 2024-12-19T04:30:06.029Z | Compiling ryu v1.0.18 |
| 404 | 2024-12-19T04:30:06.292Z | Compiling ucd-trie v0.1.7 |
| 405 | 2024-12-19T04:30:06.447Z | Compiling itoa v1.0.11 |
| 406 | 2024-12-19T04:30:06.825Z | Compiling once_cell v1.20.2 |
| 407 | 2024-12-19T04:30:06.878Z | Compiling byteorder v1.5.0 |
| 408 | 2024-12-19T04:30:06.939Z | Compiling serde_json v1.0.132 |
| 409 | 2024-12-19T04:30:07.140Z | Compiling rustix v0.38.37 |
| 410 | 2024-12-19T04:30:07.352Z | Compiling bitflags v2.6.0 |
| 411 | 2024-12-19T04:30:07.391Z | Compiling proc-macro-error-attr v1.0.4 |
| 412 | 2024-12-19T04:30:07.712Z | Compiling usdt-impl v0.5.0 |
| 413 | 2024-12-19T04:30:07.745Z | Compiling syn v1.0.109 |
| 414 | 2024-12-19T04:30:07.879Z | Compiling proc-macro-error v1.0.4 |
| 415 | 2024-12-19T04:30:07.921Z | Compiling plain v0.2.3 |
| 416 | 2024-12-19T04:30:07.978Z | Compiling quote v1.0.37 |
| 417 | 2024-12-19T04:30:08.146Z | Compiling hashbrown v0.15.0 |
| 418 | 2024-12-19T04:30:08.194Z | Compiling utf8parse v0.2.2 |
| 419 | 2024-12-19T04:30:08.239Z | Compiling log v0.4.22 |
| 420 | 2024-12-19T04:30:08.369Z | Compiling syn v2.0.87 |
| 421 | 2024-12-19T04:30:08.371Z | Compiling errno v0.3.9 |
| 422 | 2024-12-19T04:30:08.632Z | Compiling equivalent v1.0.1 |
| 423 | 2024-12-19T04:30:08.706Z | Compiling camino v1.1.9 |
| 424 | 2024-12-19T04:30:08.775Z | Compiling anstyle-parse v0.2.5 |
| 425 | 2024-12-19T04:30:08.958Z | Compiling thread-id v4.2.2 |
| 426 | 2024-12-19T04:30:09.245Z | Compiling unicode-width v0.1.14 |
| 427 | 2024-12-19T04:30:09.392Z | Compiling indexmap v2.6.0 |
| 428 | 2024-12-19T04:30:09.419Z | Compiling pretty-hex v0.4.1 |
| 429 | 2024-12-19T04:30:09.444Z | Compiling semver v1.0.23 |
| 430 | 2024-12-19T04:30:09.640Z | Compiling anstyle-query v1.1.1 |
| 431 | 2024-12-19T04:30:09.776Z | Compiling is_terminal_polyfill v1.70.1 |
| 432 | 2024-12-19T04:30:09.811Z | Compiling autocfg v1.4.0 |
| 433 | 2024-12-19T04:30:09.841Z | Compiling winnow v0.6.20 |
| 434 | 2024-12-19T04:30:09.906Z | Compiling anstyle v1.0.10 |
| 435 | 2024-12-19T04:30:09.946Z | Compiling colorchoice v1.0.2 |
| 436 | 2024-12-19T04:30:10.360Z | Compiling anstream v0.6.15 |
| 437 | 2024-12-19T04:30:10.511Z | Compiling bytecount v0.6.8 |
| 438 | 2024-12-19T04:30:10.730Z | Compiling terminal_size v0.4.0 |
| 439 | 2024-12-19T04:30:10.955Z | Compiling fs-err v2.11.0 |
| 440 | 2024-12-19T04:30:10.981Z | Compiling fastrand v2.1.1 |
| 441 | 2024-12-19T04:30:11.116Z | Compiling fnv v1.0.7 |
| 442 | 2024-12-19T04:30:11.183Z | Compiling heck v0.5.0 |
| 443 | 2024-12-19T04:30:11.257Z | Compiling strsim v0.11.1 |
| 444 | 2024-12-19T04:30:11.281Z | Compiling cfg-if v1.0.0 |
| 445 | 2024-12-19T04:30:11.388Z | Compiling clap_lex v0.7.2 |
| 446 | 2024-12-19T04:30:11.522Z | Compiling heck v0.4.1 |
| 447 | 2024-12-19T04:30:11.541Z | Compiling anyhow v1.0.93 |
| 448 | 2024-12-19T04:30:11.960Z | Compiling clap_builder v4.5.21 |
| 449 | 2024-12-19T04:30:12.049Z | Compiling tempfile v3.13.0 |
| 450 | 2024-12-19T04:30:12.389Z | Compiling papergrid v0.11.0 |
| 451 | 2024-12-19T04:30:12.481Z | Compiling memmap v0.7.0 |
| 452 | 2024-12-19T04:30:12.638Z | Compiling unicode-linebreak v0.1.5 |
| 453 | 2024-12-19T04:30:12.849Z | Compiling smawk v0.3.2 |
| 454 | 2024-12-19T04:30:13.063Z | Compiling textwrap v0.16.1 |
| 455 | 2024-12-19T04:30:13.742Z | Compiling swrite v0.1.0 |
| 456 | 2024-12-19T04:30:14.613Z | Compiling tabled_derive v0.7.0 |
| 457 | 2024-12-19T04:30:16.282Z | Compiling tabled v0.15.0 |
| 458 | 2024-12-19T04:30:17.561Z | Compiling serde_derive v1.0.215 |
| 459 | 2024-12-19T04:30:17.561Z | Compiling thiserror-impl v1.0.69 |
| 460 | 2024-12-19T04:30:17.564Z | Compiling zerocopy-derive v0.7.35 |
| 461 | 2024-12-19T04:30:17.564Z | Compiling scroll_derive v0.12.0 |
| 462 | 2024-12-19T04:30:17.733Z | Compiling clap_derive v4.5.18 |
| 463 | 2024-12-19T04:30:18.740Z | Compiling scroll v0.12.0 |
| 464 | 2024-12-19T04:30:19.225Z | Compiling goblin v0.8.2 |
| 465 | 2024-12-19T04:30:19.410Z | Compiling zerocopy v0.7.35 |
| 466 | 2024-12-19T04:30:20.301Z | Compiling pest v2.7.14 |
| 467 | 2024-12-19T04:30:21.533Z | Compiling clap v4.5.21 |
| 468 | 2024-12-19T04:30:22.613Z | Compiling pest_meta v2.7.14 |
| 469 | 2024-12-19T04:30:23.428Z | Compiling pest_generator v2.7.14 |
| 470 | 2024-12-19T04:30:25.390Z | Compiling pest_derive v2.7.14 |
| 471 | 2024-12-19T04:30:26.129Z | Compiling dtrace-parser v0.2.0 |
| 472 | 2024-12-19T04:30:27.864Z | Compiling serde_tokenstream v0.2.2 |
| 473 | 2024-12-19T04:30:27.877Z | Compiling serde_spanned v0.6.8 |
| 474 | 2024-12-19T04:30:27.884Z | Compiling toml_datetime v0.6.8 |
| 475 | 2024-12-19T04:30:28.187Z | Compiling toml_edit v0.22.22 |
| 476 | 2024-12-19T04:30:28.220Z | Compiling cargo-platform v0.1.8 |
| 477 | 2024-12-19T04:30:28.397Z | Compiling macaddr v1.0.1 |
| 478 | 2024-12-19T04:30:28.562Z | Compiling camino-tempfile v1.1.1 |
| 479 | 2024-12-19T04:30:29.336Z | Compiling dof v0.3.0 |
| 480 | 2024-12-19T04:30:29.503Z | Compiling cargo_metadata v0.18.1 |
| 481 | 2024-12-19T04:30:31.041Z | Compiling toml v0.8.19 |
| 482 | 2024-12-19T04:30:31.081Z | Compiling usdt-macro v0.5.0 |
| 483 | 2024-12-19T04:30:31.081Z | Compiling usdt-attr-macro v0.5.0 |
| 484 | 2024-12-19T04:30:31.882Z | Compiling cargo_toml v0.20.5 |
| 485 | 2024-12-19T04:30:32.501Z | Compiling usdt v0.5.0 |
| 486 | 2024-12-19T04:30:35.493Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 487 | 2024-12-19T04:30:39.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.60s |
| 488 | 2024-12-19T04:30:40.008Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 489 | 2024-12-19T04:30:40.568Z | Downloading crates ... |
| 490 | 2024-12-19T04:30:40.689Z | Downloaded atomicwrites v0.4.4 |
| 491 | 2024-12-19T04:30:40.692Z | Downloaded assert_matches v1.5.0 |
| 492 | 2024-12-19T04:30:40.696Z | Downloaded adler2 v2.0.0 |
| 493 | 2024-12-19T04:30:40.698Z | Downloaded addr2line v0.24.2 |
| 494 | 2024-12-19T04:30:40.701Z | Downloaded async-stream-impl v0.3.6 |
| 495 | 2024-12-19T04:30:40.713Z | Downloaded ciborium-io v0.2.2 |
| 496 | 2024-12-19T04:30:40.716Z | Downloaded cfg_aliases v0.1.1 |
| 497 | 2024-12-19T04:30:40.720Z | Downloaded home v0.5.9 |
| 498 | 2024-12-19T04:30:40.723Z | Downloaded darling v0.20.10 |
| 499 | 2024-12-19T04:30:40.727Z | Downloaded cfg_aliases v0.2.1 |
| 500 | 2024-12-19T04:30:40.730Z | Downloaded icu_provider_macros v1.5.0 |
| 501 | 2024-12-19T04:30:40.730Z | Downloaded atty v0.2.14 |
| 502 | 2024-12-19T04:30:40.732Z | Downloaded instant v0.1.13 |
| 503 | 2024-12-19T04:30:40.735Z | Downloaded cstr-argument v0.1.2 |
| 504 | 2024-12-19T04:30:40.735Z | Downloaded http-range v0.1.5 |
| 505 | 2024-12-19T04:30:40.741Z | Downloaded allocator-api2 v0.2.18 |
| 506 | 2024-12-19T04:30:40.744Z | Downloaded match_cfg v0.1.0 |
| 507 | 2024-12-19T04:30:40.747Z | Downloaded http-body v1.0.1 |
| 508 | 2024-12-19T04:30:40.747Z | Downloaded matches v0.1.10 |
| 509 | 2024-12-19T04:30:40.749Z | Downloaded async-stream v0.3.6 |
| 510 | 2024-12-19T04:30:40.752Z | Downloaded hex v0.4.3 |
| 511 | 2024-12-19T04:30:40.752Z | Downloaded hostname v0.4.0 |
| 512 | 2024-12-19T04:30:40.754Z | Downloaded hex-literal v0.4.1 |
| 513 | 2024-12-19T04:30:40.756Z | Downloaded ident_case v1.0.1 |
| 514 | 2024-12-19T04:30:40.756Z | Downloaded aead v0.5.2 |
| 515 | 2024-12-19T04:30:40.759Z | Downloaded atomic-waker v1.1.2 |
| 516 | 2024-12-19T04:30:40.759Z | Downloaded async-recursion v1.1.1 |
| 517 | 2024-12-19T04:30:40.762Z | Downloaded is_ci v1.2.0 |
| 518 | 2024-12-19T04:30:40.766Z | Downloaded hubpack_derive v0.1.1 |
| 519 | 2024-12-19T04:30:40.766Z | Downloaded convert_case v0.4.0 |
| 520 | 2024-12-19T04:30:40.766Z | Downloaded colored v2.1.0 |
| 521 | 2024-12-19T04:30:40.768Z | Downloaded md5 v0.7.0 |
| 522 | 2024-12-19T04:30:40.769Z | Downloaded headers-core v0.3.0 |
| 523 | 2024-12-19T04:30:40.771Z | Downloaded lru-cache v0.1.2 |
| 524 | 2024-12-19T04:30:40.771Z | Downloaded crc v3.2.1 |
| 525 | 2024-12-19T04:30:40.773Z | Downloaded internet-checksum v0.2.1 |
| 526 | 2024-12-19T04:30:40.776Z | Downloaded libefi-sys v0.1.0 |
| 527 | 2024-12-19T04:30:40.776Z | Downloaded chrono-tz-build v0.4.0 |
| 528 | 2024-12-19T04:30:40.779Z | Downloaded libsw v3.3.1 |
| 529 | 2024-12-19T04:30:40.782Z | Downloaded cassowary v0.3.0 |
| 530 | 2024-12-19T04:30:40.782Z | Downloaded linear-map v1.2.0 |
| 531 | 2024-12-19T04:30:40.785Z | Downloaded kstat-rs v0.2.4 |
| 532 | 2024-12-19T04:30:40.785Z | Downloaded managed v0.8.0 |
| 533 | 2024-12-19T04:30:40.787Z | Downloaded bit-vec v0.6.3 |
| 534 | 2024-12-19T04:30:40.789Z | Downloaded indent_write v2.2.0 |
| 535 | 2024-12-19T04:30:40.789Z | Downloaded crossbeam-deque v0.8.5 |
| 536 | 2024-12-19T04:30:40.792Z | Downloaded ipnetwork v0.20.0 |
| 537 | 2024-12-19T04:30:40.794Z | Downloaded instability v0.3.2 |
| 538 | 2024-12-19T04:30:40.794Z | Downloaded inout v0.1.3 |
| 539 | 2024-12-19T04:30:40.797Z | Downloaded httpdate v1.0.3 |
| 540 | 2024-12-19T04:30:40.797Z | Downloaded hickory-client v0.24.1 |
| 541 | 2024-12-19T04:30:40.800Z | Downloaded castaway v0.2.3 |
| 542 | 2024-12-19T04:30:40.802Z | Downloaded cexpr v0.6.0 |
| 543 | 2024-12-19T04:30:40.805Z | Downloaded maplit v1.0.2 |
| 544 | 2024-12-19T04:30:40.805Z | Downloaded highway v1.2.0 |
| 545 | 2024-12-19T04:30:40.808Z | Downloaded lru v0.12.5 |
| 546 | 2024-12-19T04:30:40.810Z | Downloaded lazy_static v1.5.0 |
| 547 | 2024-12-19T04:30:40.810Z | Downloaded ciborium-ll v0.2.2 |
| 548 | 2024-12-19T04:30:40.813Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 549 | 2024-12-19T04:30:40.815Z | Downloaded serde-big-array v0.5.1 |
| 550 | 2024-12-19T04:30:40.818Z | Downloaded is-terminal v0.4.13 |
| 551 | 2024-12-19T04:30:40.818Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 552 | 2024-12-19T04:30:40.821Z | Downloaded bit-set v0.5.3 |
| 553 | 2024-12-19T04:30:40.821Z | Downloaded md-5 v0.10.6 |
| 554 | 2024-12-19T04:30:40.823Z | Downloaded mime v0.3.17 |
| 555 | 2024-12-19T04:30:40.826Z | Downloaded cbc v0.1.2 |
| 556 | 2024-12-19T04:30:40.826Z | Downloaded memoffset v0.9.1 |
| 557 | 2024-12-19T04:30:40.829Z | Downloaded argon2 v0.5.3 |
| 558 | 2024-12-19T04:30:40.829Z | Downloaded http-body-util v0.1.2 |
| 559 | 2024-12-19T04:30:40.831Z | Downloaded icu_locid_transform v1.5.0 |
| 560 | 2024-12-19T04:30:40.835Z | Downloaded lazycell v1.3.0 |
| 561 | 2024-12-19T04:30:40.837Z | Downloaded lockfree-object-pool v0.1.6 |
| 562 | 2024-12-19T04:30:40.837Z | Downloaded humantime v2.1.0 |
| 563 | 2024-12-19T04:30:40.840Z | Downloaded hostname v0.3.1 |
| 564 | 2024-12-19T04:30:40.842Z | Downloaded jobserver v0.1.32 |
| 565 | 2024-12-19T04:30:40.844Z | Downloaded bitflags v1.3.2 |
| 566 | 2024-12-19T04:30:40.847Z | Downloaded litemap v0.7.3 |
| 567 | 2024-12-19T04:30:40.849Z | Downloaded heapless v0.7.17 |
| 568 | 2024-12-19T04:30:40.853Z | Downloaded memmap2 v0.9.5 |
| 569 | 2024-12-19T04:30:40.855Z | Downloaded heapless v0.8.0 |
| 570 | 2024-12-19T04:30:40.859Z | Downloaded lalrpop-util v0.19.12 |
| 571 | 2024-12-19T04:30:40.862Z | Downloaded ctr v0.9.2 |
| 572 | 2024-12-19T04:30:40.865Z | Downloaded ciborium v0.2.2 |
| 573 | 2024-12-19T04:30:40.867Z | Downloaded rustls-pemfile v1.0.4 |
| 574 | 2024-12-19T04:30:40.869Z | Downloaded derive_builder_macro v0.20.2 |
| 575 | 2024-12-19T04:30:40.869Z | Downloaded waitgroup v0.1.2 |
| 576 | 2024-12-19T04:30:40.872Z | Downloaded serde-hex v0.1.0 |
| 577 | 2024-12-19T04:30:40.872Z | Downloaded csv-core v0.1.11 |
| 578 | 2024-12-19T04:30:40.875Z | Downloaded sync_wrapper v1.0.1 |
| 579 | 2024-12-19T04:30:40.875Z | Downloaded rustc-hash v2.0.0 |
| 580 | 2024-12-19T04:30:40.878Z | Downloaded foreign-types-shared v0.3.1 |
| 581 | 2024-12-19T04:30:40.878Z | Downloaded take_mut v0.2.2 |
| 582 | 2024-12-19T04:30:40.878Z | Downloaded bzip2 v0.4.4 |
| 583 | 2024-12-19T04:30:40.880Z | Downloaded slog-envlogger v2.2.0 |
| 584 | 2024-12-19T04:30:40.883Z | Downloaded iana-time-zone v0.1.61 |
| 585 | 2024-12-19T04:30:40.885Z | Downloaded siphasher v0.3.11 |
| 586 | 2024-12-19T04:30:40.885Z | Downloaded maybe-uninit v2.0.0 |
| 587 | 2024-12-19T04:30:40.888Z | Downloaded lock_api v0.4.12 |
| 588 | 2024-12-19T04:30:40.890Z | Downloaded icu_locid v1.5.0 |
| 589 | 2024-12-19T04:30:40.893Z | Downloaded scopeguard v1.2.0 |
| 590 | 2024-12-19T04:30:40.896Z | Downloaded libloading v0.8.5 |
| 591 | 2024-12-19T04:30:40.898Z | Downloaded structmeta v0.3.0 |
| 592 | 2024-12-19T04:30:40.901Z | Downloaded slog-json v2.6.1 |
| 593 | 2024-12-19T04:30:40.901Z | Downloaded slog-dtrace v0.3.0 |
| 594 | 2024-12-19T04:30:40.904Z | Downloaded newtype_derive v0.1.6 |
| 595 | 2024-12-19T04:30:40.906Z | Downloaded opaque-debug v0.3.1 |
| 596 | 2024-12-19T04:30:40.906Z | Downloaded blake2 v0.10.6 |
| 597 | 2024-12-19T04:30:40.909Z | Downloaded ahash v0.8.11 |
| 598 | 2024-12-19T04:30:40.911Z | Downloaded icu_normalizer_data v1.5.0 |
| 599 | 2024-12-19T04:30:40.914Z | Downloaded topological-sort v0.2.2 |
| 600 | 2024-12-19T04:30:40.917Z | Downloaded cancel-safe-futures v0.1.5 |
| 601 | 2024-12-19T04:30:40.919Z | Downloaded unarray v0.1.4 |
| 602 | 2024-12-19T04:30:40.922Z | Downloaded signal-hook-registry v1.4.2 |
| 603 | 2024-12-19T04:30:40.922Z | Downloaded bcs v0.1.6 |
| 604 | 2024-12-19T04:30:40.924Z | Downloaded slog-bunyan v2.5.0 |
| 605 | 2024-12-19T04:30:40.924Z | Downloaded mime_guess v2.0.5 |
| 606 | 2024-12-19T04:30:40.926Z | Downloaded defmt-macros v0.3.9 |
| 607 | 2024-12-19T04:30:40.929Z | Downloaded precomputed-hash v0.1.1 |
| 608 | 2024-12-19T04:30:40.932Z | Downloaded newline-converter v0.3.0 |
| 609 | 2024-12-19T04:30:40.932Z | Downloaded new_debug_unreachable v1.0.6 |
| 610 | 2024-12-19T04:30:40.935Z | Downloaded dirs-next v2.0.0 |
| 611 | 2024-12-19T04:30:40.935Z | Downloaded fallible-iterator v0.3.0 |
| 612 | 2024-12-19T04:30:40.937Z | Downloaded fallible-iterator v0.2.0 |
| 613 | 2024-12-19T04:30:40.937Z | Downloaded difflib v0.4.0 |
| 614 | 2024-12-19T04:30:40.941Z | Downloaded semver v0.1.20 |
| 615 | 2024-12-19T04:30:40.941Z | Downloaded icu_provider v1.5.0 |
| 616 | 2024-12-19T04:30:40.943Z | Downloaded toolchain_find v0.4.0 |
| 617 | 2024-12-19T04:30:40.946Z | Downloaded structmeta v0.2.0 |
| 618 | 2024-12-19T04:30:40.949Z | Downloaded tap v1.0.1 |
| 619 | 2024-12-19T04:30:40.949Z | Downloaded zone v0.3.0 |
| 620 | 2024-12-19T04:30:40.952Z | Downloaded embedded-io v0.6.1 |
| 621 | 2024-12-19T04:30:40.952Z | Downloaded embedded-io v0.4.0 |
| 622 | 2024-12-19T04:30:40.955Z | Downloaded zone v0.1.8 |
| 623 | 2024-12-19T04:30:40.955Z | Downloaded xz2 v0.1.7 |
| 624 | 2024-12-19T04:30:40.961Z | Downloaded xattr v1.3.1 |
| 625 | 2024-12-19T04:30:40.961Z | Downloaded sigpipe v0.1.3 |
| 626 | 2024-12-19T04:30:40.961Z | Downloaded hash32 v0.2.1 |
| 627 | 2024-12-19T04:30:40.961Z | Downloaded futures-core v0.3.31 |
| 628 | 2024-12-19T04:30:40.965Z | Downloaded tokio-stream v0.1.16 |
| 629 | 2024-12-19T04:30:40.968Z | Downloaded try-lock v0.2.5 |
| 630 | 2024-12-19T04:30:40.970Z | Downloaded peg v0.8.4 |
| 631 | 2024-12-19T04:30:40.973Z | Downloaded parse-display v0.10.0 |
| 632 | 2024-12-19T04:30:40.976Z | Downloaded num_enum_derive v0.5.11 |
| 633 | 2024-12-19T04:30:40.976Z | Downloaded nibble_vec v0.1.0 |
| 634 | 2024-12-19T04:30:40.979Z | Downloaded clang-sys v1.8.1 |
| 635 | 2024-12-19T04:30:40.981Z | Downloaded write16 v1.0.0 |
| 636 | 2024-12-19T04:30:40.981Z | Downloaded const-oid v0.9.6 |
| 637 | 2024-12-19T04:30:40.986Z | Downloaded downcast v0.11.0 |
| 638 | 2024-12-19T04:30:40.986Z | Downloaded hyper-util v0.1.10 |
| 639 | 2024-12-19T04:30:40.990Z | Downloaded radium v0.7.0 |
| 640 | 2024-12-19T04:30:40.992Z | Downloaded predicates-tree v1.0.11 |
| 641 | 2024-12-19T04:30:40.992Z | Downloaded russh-cryptovec v0.7.3 |
| 642 | 2024-12-19T04:30:40.996Z | Downloaded r2d2 v0.8.10 |
| 643 | 2024-12-19T04:30:40.998Z | Downloaded signature v2.2.0 |
| 644 | 2024-12-19T04:30:40.999Z | Downloaded env_logger v0.11.5 |
| 645 | 2024-12-19T04:30:41.001Z | Downloaded icu_normalizer v1.5.0 |
| 646 | 2024-12-19T04:30:41.004Z | Downloaded phf_shared v0.11.2 |
| 647 | 2024-12-19T04:30:41.007Z | Downloaded pbkdf2 v0.12.2 |
| 648 | 2024-12-19T04:30:41.010Z | Downloaded hickory-resolver v0.24.1 |
| 649 | 2024-12-19T04:30:41.013Z | Downloaded rustversion v1.0.17 |
| 650 | 2024-12-19T04:30:41.015Z | Downloaded sha1 v0.10.6 |
| 651 | 2024-12-19T04:30:41.018Z | Downloaded parse-display-derive v0.10.0 |
| 652 | 2024-12-19T04:30:41.018Z | Downloaded futures-channel v0.3.31 |
| 653 | 2024-12-19T04:30:41.023Z | Downloaded progenitor-impl v0.8.0 |
| 654 | 2024-12-19T04:30:41.027Z | Downloaded ref-cast-impl v1.0.23 |
| 655 | 2024-12-19T04:30:41.027Z | Downloaded dyn-clone v1.0.17 |
| 656 | 2024-12-19T04:30:41.030Z | Downloaded stringprep v0.1.5 |
| 657 | 2024-12-19T04:30:41.030Z | Downloaded string_cache v0.8.7 |
| 658 | 2024-12-19T04:30:41.030Z | Downloaded yasna v0.5.2 |
| 659 | 2024-12-19T04:30:41.033Z | Downloaded tiny-keccak v2.0.2 |
| 660 | 2024-12-19T04:30:41.036Z | Downloaded typify v0.2.0 |
| 661 | 2024-12-19T04:30:41.039Z | Downloaded openssl-probe v0.1.5 |
| 662 | 2024-12-19T04:30:41.039Z | Downloaded derive_more v0.99.18 |
| 663 | 2024-12-19T04:30:41.044Z | Downloaded phf_shared v0.10.0 |
| 664 | 2024-12-19T04:30:41.046Z | Downloaded writeable v0.5.5 |
| 665 | 2024-12-19T04:30:41.050Z | Downloaded crossbeam-utils v0.8.20 |
| 666 | 2024-12-19T04:30:41.052Z | Downloaded predicates v3.1.2 |
| 667 | 2024-12-19T04:30:41.055Z | Downloaded bumpalo v3.16.0 |
| 668 | 2024-12-19T04:30:41.059Z | Downloaded base64 v0.22.1 |
| 669 | 2024-12-19T04:30:41.061Z | Downloaded http v1.1.0 |
| 670 | 2024-12-19T04:30:41.064Z | Downloaded crypto-bigint v0.5.5 |
| 671 | 2024-12-19T04:30:41.081Z | Downloaded futures-sink v0.3.31 |
| 672 | 2024-12-19T04:30:41.085Z | Downloaded foldhash v0.1.3 |
| 673 | 2024-12-19T04:30:41.085Z | Downloaded thiserror-impl v2.0.3 |
| 674 | 2024-12-19T04:30:41.088Z | Downloaded snafu-derive v0.8.5 |
| 675 | 2024-12-19T04:30:41.088Z | Downloaded signal-hook-tokio v0.3.1 |
| 676 | 2024-12-19T04:30:41.088Z | Downloaded signal-hook-mio v0.2.4 |
| 677 | 2024-12-19T04:30:41.091Z | Downloaded glob v0.3.1 |
| 678 | 2024-12-19T04:30:41.093Z | Downloaded zerovec-derive v0.10.3 |
| 679 | 2024-12-19T04:30:41.093Z | Downloaded tokio-rustls v0.24.1 |
| 680 | 2024-12-19T04:30:41.096Z | Downloaded rusty-fork v0.3.0 |
| 681 | 2024-12-19T04:30:41.098Z | Downloaded tokio-rustls v0.26.0 |
| 682 | 2024-12-19T04:30:41.101Z | Downloaded dhcproto-macros v0.1.0 |
| 683 | 2024-12-19T04:30:41.101Z | Downloaded zerofrom v0.1.4 |
| 684 | 2024-12-19T04:30:41.103Z | Downloaded sqlparser_derive v0.2.2 |
| 685 | 2024-12-19T04:30:41.103Z | Downloaded diff v0.1.13 |
| 686 | 2024-12-19T04:30:41.105Z | Downloaded serde_urlencoded v0.7.1 |
| 687 | 2024-12-19T04:30:41.108Z | Downloaded serde_repr v0.1.19 |
| 688 | 2024-12-19T04:30:41.110Z | Downloaded display-error-chain v0.2.2 |
| 689 | 2024-12-19T04:30:41.112Z | Downloaded zeroize_derive v1.4.2 |
| 690 | 2024-12-19T04:30:41.112Z | Downloaded ena v0.14.3 |
| 691 | 2024-12-19T04:30:41.115Z | Downloaded futures v0.3.31 |
| 692 | 2024-12-19T04:30:41.119Z | Downloaded russh-keys v0.45.0 |
| 693 | 2024-12-19T04:30:41.122Z | Downloaded hickory-server v0.24.1 |
| 694 | 2024-12-19T04:30:41.128Z | Downloaded structmeta-derive v0.2.0 |
| 695 | 2024-12-19T04:30:41.130Z | Downloaded strip-ansi-escapes v0.2.0 |
| 696 | 2024-12-19T04:30:41.132Z | Downloaded stable_deref_trait v1.2.0 |
| 697 | 2024-12-19T04:30:41.132Z | Downloaded ssh-encoding v0.2.0 |
| 698 | 2024-12-19T04:30:41.135Z | Downloaded ssh-cipher v0.2.0 |
| 699 | 2024-12-19T04:30:41.135Z | Downloaded mockall_derive v0.13.0 |
| 700 | 2024-12-19T04:30:41.137Z | Downloaded static_assertions v1.1.0 |
| 701 | 2024-12-19T04:30:41.140Z | Downloaded qorb v0.2.1 |
| 702 | 2024-12-19T04:30:41.143Z | Downloaded zeroize v1.8.1 |
| 703 | 2024-12-19T04:30:41.146Z | Downloaded zerofrom-derive v0.1.4 |
| 704 | 2024-12-19T04:30:41.148Z | Downloaded time-macros v0.2.18 |
| 705 | 2024-12-19T04:30:41.151Z | Downloaded omicron-zone-package v0.11.1 |
| 706 | 2024-12-19T04:30:41.154Z | Downloaded num-rational v0.4.2 |
| 707 | 2024-12-19T04:30:41.156Z | Downloaded rustc_version v0.4.1 |
| 708 | 2024-12-19T04:30:41.156Z | Downloaded phf_generator v0.11.2 |
| 709 | 2024-12-19T04:30:41.159Z | Downloaded phf_codegen v0.11.2 |
| 710 | 2024-12-19T04:30:41.159Z | Downloaded nodrop v0.1.14 |
| 711 | 2024-12-19T04:30:41.159Z | Downloaded group v0.13.0 |
| 712 | 2024-12-19T04:30:41.161Z | Downloaded enum-as-inner v0.6.1 |
| 713 | 2024-12-19T04:30:41.164Z | Downloaded rustfmt-wrapper v0.2.1 |
| 714 | 2024-12-19T04:30:41.166Z | Downloaded number_prefix v0.4.0 |
| 715 | 2024-12-19T04:30:41.166Z | Downloaded ron v0.7.1 |
| 716 | 2024-12-19T04:30:41.170Z | Downloaded rand v0.8.5 |
| 717 | 2024-12-19T04:30:41.175Z | Downloaded serde_plain v1.0.2 |
| 718 | 2024-12-19T04:30:41.177Z | Downloaded serde_path_to_error v0.1.16 |
| 719 | 2024-12-19T04:30:41.180Z | Downloaded displaydoc v0.2.5 |
| 720 | 2024-12-19T04:30:41.182Z | Downloaded termtree v0.4.1 |
| 721 | 2024-12-19T04:30:41.185Z | Downloaded sync-ptr v0.1.1 |
| 722 | 2024-12-19T04:30:41.185Z | Downloaded uzers v0.12.1 |
| 723 | 2024-12-19T04:30:41.188Z | Downloaded libm v0.2.8 |
| 724 | 2024-12-19T04:30:41.195Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 725 | 2024-12-19T04:30:41.197Z | Downloaded rustc-hash v1.1.0 |
| 726 | 2024-12-19T04:30:41.197Z | Downloaded zone_cfg_derive v0.3.0 |
| 727 | 2024-12-19T04:30:41.200Z | Downloaded untrusted v0.7.1 |
| 728 | 2024-12-19T04:30:41.200Z | Downloaded ed25519 v2.2.3 |
| 729 | 2024-12-19T04:30:41.203Z | Downloaded vsss-rs v3.3.4 |
| 730 | 2024-12-19T04:30:41.205Z | Downloaded num-traits v0.2.19 |
| 731 | 2024-12-19T04:30:41.209Z | Downloaded miniz_oxide v0.8.0 |
| 732 | 2024-12-19T04:30:41.211Z | Downloaded fixedbitset v0.4.2 |
| 733 | 2024-12-19T04:30:41.211Z | Downloaded pin-project v1.1.6 |
| 734 | 2024-12-19T04:30:41.222Z | Downloaded parking_lot_core v0.8.6 |
| 735 | 2024-12-19T04:30:41.225Z | Downloaded rand_seeder v0.3.0 |
| 736 | 2024-12-19T04:30:41.227Z | Downloaded expectorate v1.1.0 |
| 737 | 2024-12-19T04:30:41.229Z | Downloaded hashlink v0.9.1 |
| 738 | 2024-12-19T04:30:41.231Z | Downloaded elliptic-curve v0.13.8 |
| 739 | 2024-12-19T04:30:41.235Z | Downloaded termios v0.3.3 |
| 740 | 2024-12-19T04:30:41.238Z | Downloaded termcolor v1.4.1 |
| 741 | 2024-12-19T04:30:41.240Z | Downloaded progenitor-macro v0.8.0 |
| 742 | 2024-12-19T04:30:41.241Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 743 | 2024-12-19T04:30:41.243Z | Downloaded socket2 v0.5.7 |
| 744 | 2024-12-19T04:30:41.245Z | Downloaded quick-error v1.2.3 |
| 745 | 2024-12-19T04:30:41.245Z | Downloaded aes v0.8.4 |
| 746 | 2024-12-19T04:30:41.249Z | Downloaded want v0.3.1 |
| 747 | 2024-12-19T04:30:41.251Z | Downloaded tinyvec_macros v0.1.1 |
| 748 | 2024-12-19T04:30:41.251Z | Downloaded either v1.13.0 |
| 749 | 2024-12-19T04:30:41.254Z | Downloaded oso-derive v0.27.3 |
| 750 | 2024-12-19T04:30:41.254Z | Downloaded pem-rfc7468 v0.7.0 |
| 751 | 2024-12-19T04:30:41.257Z | Downloaded futures-macro v0.3.31 |
| 752 | 2024-12-19T04:30:41.259Z | Downloaded futures-io v0.3.31 |
| 753 | 2024-12-19T04:30:41.259Z | Downloaded futures-executor v0.3.31 |
| 754 | 2024-12-19T04:30:41.259Z | Downloaded postgres-types v0.2.8 |
| 755 | 2024-12-19T04:30:41.262Z | Downloaded tower-service v0.3.3 |
| 756 | 2024-12-19T04:30:41.265Z | Downloaded rtoolbox v0.0.2 |
| 757 | 2024-12-19T04:30:41.265Z | Downloaded flagset v0.4.6 |
| 758 | 2024-12-19T04:30:41.268Z | Downloaded itertools v0.12.1 |
| 759 | 2024-12-19T04:30:41.274Z | Downloaded num_enum v0.5.11 |
| 760 | 2024-12-19T04:30:41.279Z | Downloaded pin-utils v0.1.0 |
| 761 | 2024-12-19T04:30:41.281Z | Downloaded globset v0.4.15 |
| 762 | 2024-12-19T04:30:41.284Z | Downloaded unicode-bidi v0.3.17 |
| 763 | 2024-12-19T04:30:41.286Z | Downloaded libxml v0.3.3 |
| 764 | 2024-12-19T04:30:41.291Z | Downloaded foreign-types v0.3.2 |
| 765 | 2024-12-19T04:30:41.294Z | Downloaded quinn-udp v0.5.5 |
| 766 | 2024-12-19T04:30:41.296Z | Downloaded parking_lot v0.12.3 |
| 767 | 2024-12-19T04:30:41.296Z | Downloaded supports-color v3.0.1 |
| 768 | 2024-12-19T04:30:41.299Z | Downloaded rustc-demangle v0.1.24 |
| 769 | 2024-12-19T04:30:41.302Z | Downloaded multimap v0.10.0 |
| 770 | 2024-12-19T04:30:41.303Z | Downloaded thiserror v2.0.3 |
| 771 | 2024-12-19T04:30:41.308Z | Downloaded subtle v2.6.1 |
| 772 | 2024-12-19T04:30:41.310Z | Downloaded slab v0.4.9 |
| 773 | 2024-12-19T04:30:41.312Z | Downloaded powerfmt v0.2.0 |
| 774 | 2024-12-19T04:30:41.312Z | Downloaded normalize-line-endings v0.3.0 |
| 775 | 2024-12-19T04:30:41.315Z | Downloaded strum_macros v0.25.3 |
| 776 | 2024-12-19T04:30:41.315Z | Downloaded which v4.4.2 |
| 777 | 2024-12-19T04:30:41.318Z | Downloaded tls_codec v0.4.1 |
| 778 | 2024-12-19T04:30:41.322Z | Downloaded polyval v0.6.2 |
| 779 | 2024-12-19T04:30:41.322Z | Downloaded strum_macros v0.24.3 |
| 780 | 2024-12-19T04:30:41.324Z | Downloaded tracing-core v0.1.32 |
| 781 | 2024-12-19T04:30:41.326Z | Downloaded scrypt v0.11.0 |
| 782 | 2024-12-19T04:30:41.329Z | Downloaded schemars_derive v0.8.21 |
| 783 | 2024-12-19T04:30:41.332Z | Downloaded serde_with_macros v3.11.0 |
| 784 | 2024-12-19T04:30:41.332Z | Downloaded openssl-macros v0.1.1 |
| 785 | 2024-12-19T04:30:41.334Z | Downloaded gethostname v0.5.0 |
| 786 | 2024-12-19T04:30:41.335Z | Downloaded slog-term v2.9.1 |
| 787 | 2024-12-19T04:30:41.337Z | Downloaded strum_macros v0.26.4 |
| 788 | 2024-12-19T04:30:41.340Z | Downloaded foreign-types v0.5.0 |
| 789 | 2024-12-19T04:30:41.342Z | Downloaded dhcproto v0.12.0 |
| 790 | 2024-12-19T04:30:41.621Z | Downloaded headers v0.4.0 |
| 791 | 2024-12-19T04:30:41.631Z | Downloaded toml_edit v0.19.15 |
| 792 | 2024-12-19T04:30:41.631Z | Downloaded num_threads v0.1.7 |
| 793 | 2024-12-19T04:30:41.631Z | Downloaded fxhash v0.2.1 |
| 794 | 2024-12-19T04:30:41.631Z | Downloaded diesel-dtrace v0.3.0 |
| 795 | 2024-12-19T04:30:41.631Z | Downloaded unicode-truncate v1.1.0 |
| 796 | 2024-12-19T04:30:41.632Z | Downloaded postcard v1.0.10 |
| 797 | 2024-12-19T04:30:41.632Z | Downloaded shlex v1.3.0 |
| 798 | 2024-12-19T04:30:41.632Z | Downloaded native-tls v0.2.12 |
| 799 | 2024-12-19T04:30:41.632Z | Downloaded nanorand v0.7.0 |
| 800 | 2024-12-19T04:30:41.632Z | Downloaded ecdsa v0.16.9 |
| 801 | 2024-12-19T04:30:41.632Z | Downloaded peg-runtime v0.8.3 |
| 802 | 2024-12-19T04:30:41.632Z | Downloaded path-slash v0.1.5 |
| 803 | 2024-12-19T04:30:41.632Z | Downloaded russh v0.45.0 |
| 804 | 2024-12-19T04:30:41.632Z | Downloaded aho-corasick v1.1.3 |
| 805 | 2024-12-19T04:30:41.632Z | Downloaded num v0.4.3 |
| 806 | 2024-12-19T04:30:41.632Z | Downloaded owo-colors v4.1.0 |
| 807 | 2024-12-19T04:30:41.632Z | Downloaded itertools v0.13.0 |
| 808 | 2024-12-19T04:30:41.632Z | Downloaded parse-size v1.1.0 |
| 809 | 2024-12-19T04:30:41.632Z | Downloaded foreign-types-macros v0.2.3 |
| 810 | 2024-12-19T04:30:41.632Z | Downloaded rfc6979 v0.4.0 |
| 811 | 2024-12-19T04:30:41.632Z | Downloaded slog-stdlog v4.1.1 |
| 812 | 2024-12-19T04:30:41.632Z | Downloaded zip v2.1.3 |
| 813 | 2024-12-19T04:30:41.632Z | Downloaded hyper v1.5.0 |
| 814 | 2024-12-19T04:30:41.632Z | Downloaded publicsuffix v2.2.3 |
| 815 | 2024-12-19T04:30:41.632Z | Downloaded simd-adler32 v0.3.7 |
| 816 | 2024-12-19T04:30:41.632Z | Downloaded des v0.8.1 |
| 817 | 2024-12-19T04:30:41.632Z | Downloaded derive_builder v0.20.2 |
| 818 | 2024-12-19T04:30:41.632Z | Downloaded dunce v1.0.5 |
| 819 | 2024-12-19T04:30:41.632Z | Downloaded hkdf v0.12.4 |
| 820 | 2024-12-19T04:30:41.632Z | Downloaded dirs-sys-next v0.1.2 |
| 821 | 2024-12-19T04:30:41.632Z | Downloaded untrusted v0.9.0 |
| 822 | 2024-12-19T04:30:41.632Z | Downloaded universal-hash v0.5.1 |
| 823 | 2024-12-19T04:30:41.632Z | Downloaded unicode-xid v0.2.6 |
| 824 | 2024-12-19T04:30:41.632Z | Downloaded deranged v0.3.11 |
| 825 | 2024-12-19T04:30:41.632Z | Downloaded defmt-parser v0.3.4 |
| 826 | 2024-12-19T04:30:41.632Z | Downloaded endian-type v0.1.2 |
| 827 | 2024-12-19T04:30:41.632Z | Downloaded twox-hash v1.6.3 |
| 828 | 2024-12-19T04:30:41.632Z | Downloaded paste v1.0.15 |
| 829 | 2024-12-19T04:30:41.633Z | Downloaded crossterm v0.28.1 |
| 830 | 2024-12-19T04:30:41.633Z | Downloaded num-iter v0.1.45 |
| 831 | 2024-12-19T04:30:41.633Z | Downloaded aes-gcm v0.10.3 |
| 832 | 2024-12-19T04:30:41.633Z | Downloaded nu-ansi-term v0.50.1 |
| 833 | 2024-12-19T04:30:41.633Z | Downloaded spin v0.9.8 |
| 834 | 2024-12-19T04:30:41.633Z | Downloaded strum v0.26.3 |
| 835 | 2024-12-19T04:30:41.633Z | Downloaded getrandom v0.2.15 |
| 836 | 2024-12-19T04:30:41.633Z | Downloaded pretty-hex v0.2.1 |
| 837 | 2024-12-19T04:30:41.633Z | Downloaded mirai-annotations v1.12.0 |
| 838 | 2024-12-19T04:30:41.633Z | Downloaded float-ord v0.3.2 |
| 839 | 2024-12-19T04:30:41.633Z | Downloaded serde_yaml v0.9.34+deprecated |
| 840 | 2024-12-19T04:30:41.633Z | Downloaded ff v0.13.0 |
| 841 | 2024-12-19T04:30:41.633Z | Downloaded zerocopy-derive v0.8.10 |
| 842 | 2024-12-19T04:30:41.633Z | Downloaded structmeta-derive v0.3.0 |
| 843 | 2024-12-19T04:30:41.633Z | Downloaded smallvec v1.13.2 |
| 844 | 2024-12-19T04:30:41.633Z | Downloaded pin-project-lite v0.2.14 |
| 845 | 2024-12-19T04:30:41.633Z | Downloaded slog-async v2.8.0 |
| 846 | 2024-12-19T04:30:41.633Z | Downloaded x509-cert v0.2.5 |
| 847 | 2024-12-19T04:30:41.633Z | Downloaded derive_builder_core v0.20.2 |
| 848 | 2024-12-19T04:30:41.633Z | Downloaded derive-where v1.2.7 |
| 849 | 2024-12-19T04:30:41.633Z | Downloaded vte_generate_state_changes v0.1.2 |
| 850 | 2024-12-19T04:30:41.633Z | Downloaded shell-words v1.1.0 |
| 851 | 2024-12-19T04:30:41.633Z | Downloaded proc-macro-crate v1.3.1 |
| 852 | 2024-12-19T04:30:41.633Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 853 | 2024-12-19T04:30:41.633Z | Downloaded tokio-postgres v0.7.12 |
| 854 | 2024-12-19T04:30:41.633Z | Downloaded dsl_auto_type v0.1.2 |
| 855 | 2024-12-19T04:30:41.633Z | Downloaded zopfli v0.8.1 |
| 856 | 2024-12-19T04:30:41.634Z | Downloaded tokio-tungstenite v0.23.1 |
| 857 | 2024-12-19T04:30:41.634Z | Downloaded similar v2.6.0 |
| 858 | 2024-12-19T04:30:41.634Z | Downloaded yoke-derive v0.7.4 |
| 859 | 2024-12-19T04:30:41.634Z | Downloaded sct v0.7.1 |
| 860 | 2024-12-19T04:30:41.634Z | Downloaded ed25519-dalek v2.1.1 |
| 861 | 2024-12-19T04:30:41.634Z | Downloaded darling_macro v0.20.10 |
| 862 | 2024-12-19T04:30:41.634Z | Downloaded debug-ignore v1.0.5 |
| 863 | 2024-12-19T04:30:41.634Z | Downloaded time-core v0.1.2 |
| 864 | 2024-12-19T04:30:41.634Z | Downloaded progenitor-client v0.8.0 |
| 865 | 2024-12-19T04:30:41.634Z | Downloaded tokio-tungstenite v0.24.0 |
| 866 | 2024-12-19T04:30:41.634Z | Downloaded num-integer v0.1.46 |
| 867 | 2024-12-19T04:30:41.634Z | Downloaded ppv-lite86 v0.2.20 |
| 868 | 2024-12-19T04:30:41.634Z | Downloaded tokio-tungstenite v0.21.0 |
| 869 | 2024-12-19T04:30:41.634Z | Downloaded password-hash v0.5.0 |
| 870 | 2024-12-19T04:30:41.634Z | Downloaded password-hash v0.4.2 |
| 871 | 2024-12-19T04:30:41.634Z | Downloaded multer v3.1.0 |
| 872 | 2024-12-19T04:30:41.634Z | Downloaded rpassword v7.3.1 |
| 873 | 2024-12-19T04:30:41.634Z | Downloaded vergen v8.3.2 |
| 874 | 2024-12-19T04:30:41.634Z | Downloaded quinn v0.11.5 |
| 875 | 2024-12-19T04:30:41.634Z | Downloaded primeorder v0.13.6 |
| 876 | 2024-12-19T04:30:41.634Z | Downloaded ssh-key v0.6.6 |
| 877 | 2024-12-19T04:30:41.634Z | Downloaded smf v0.2.3 |
| 878 | 2024-12-19T04:30:41.634Z | Downloaded scheduled-thread-pool v0.2.7 |
| 879 | 2024-12-19T04:30:41.634Z | Downloaded num-derive v0.4.2 |
| 880 | 2024-12-19T04:30:41.634Z | Downloaded tungstenite v0.24.0 |
| 881 | 2024-12-19T04:30:41.635Z | Downloaded wait-timeout v0.2.0 |
| 882 | 2024-12-19T04:30:41.635Z | Downloaded fragile v2.0.0 |
| 883 | 2024-12-19T04:30:41.635Z | Downloaded slog-scope v4.4.0 |
| 884 | 2024-12-19T04:30:41.635Z | Downloaded aws-lc-rs v1.10.0 |
| 885 | 2024-12-19T04:30:41.635Z | Downloaded wyz v0.5.1 |
| 886 | 2024-12-19T04:30:41.635Z | Downloaded thread_local v1.1.8 |
| 887 | 2024-12-19T04:30:41.635Z | Downloaded zerovec v0.10.4 |
| 888 | 2024-12-19T04:30:41.635Z | Downloaded ghash v0.5.1 |
| 889 | 2024-12-19T04:30:41.635Z | Downloaded thiserror-no-std v2.0.2 |
| 890 | 2024-12-19T04:30:41.635Z | Downloaded float-cmp v0.9.0 |
| 891 | 2024-12-19T04:30:41.649Z | Downloaded mockall v0.13.0 |
| 892 | 2024-12-19T04:30:41.649Z | Downloaded num-conv v0.1.0 |
| 893 | 2024-12-19T04:30:41.649Z | Downloaded enum-as-inner v0.5.1 |
| 894 | 2024-12-19T04:30:41.649Z | Downloaded portable-atomic v1.9.0 |
| 895 | 2024-12-19T04:30:41.650Z | Downloaded pkg-config v0.3.31 |
| 896 | 2024-12-19T04:30:41.650Z | Downloaded unicase v2.7.0 |
| 897 | 2024-12-19T04:30:41.650Z | Downloaded form_urlencoded v1.2.1 |
| 898 | 2024-12-19T04:30:41.650Z | Downloaded resolv-conf v0.7.0 |
| 899 | 2024-12-19T04:30:41.650Z | Downloaded salty v0.3.0 |
| 900 | 2024-12-19T04:30:41.650Z | Downloaded parking_lot v0.11.2 |
| 901 | 2024-12-19T04:30:41.650Z | Downloaded diesel_derives v2.2.3 |
| 902 | 2024-12-19T04:30:41.652Z | Downloaded data-encoding v2.6.0 |
| 903 | 2024-12-19T04:30:41.652Z | Downloaded sec1 v0.7.3 |
| 904 | 2024-12-19T04:30:41.652Z | Downloaded flate2 v1.0.34 |
| 905 | 2024-12-19T04:30:41.653Z | Downloaded hash32 v0.3.1 |
| 906 | 2024-12-19T04:30:41.653Z | Downloaded futures-task v0.3.31 |
| 907 | 2024-12-19T04:30:41.653Z | Downloaded rustls-pemfile v2.2.0 |
| 908 | 2024-12-19T04:30:41.653Z | Downloaded darling_core v0.20.10 |
| 909 | 2024-12-19T04:30:41.657Z | Downloaded funty v2.0.0 |
| 910 | 2024-12-19T04:30:41.660Z | Downloaded blake3 v1.5.4 |
| 911 | 2024-12-19T04:30:41.664Z | Downloaded percent-encoding v2.3.1 |
| 912 | 2024-12-19T04:30:41.667Z | Downloaded unsafe-libyaml v0.2.11 |
| 913 | 2024-12-19T04:30:41.670Z | Downloaded postgres-protocol v0.6.7 |
| 914 | 2024-12-19T04:30:41.672Z | Downloaded env_logger v0.10.2 |
| 915 | 2024-12-19T04:30:41.676Z | Downloaded env_filter v0.1.2 |
| 916 | 2024-12-19T04:30:41.676Z | Downloaded dropshot_endpoint v0.13.0 |
| 917 | 2024-12-19T04:30:41.679Z | Downloaded snafu v0.8.5 |
| 918 | 2024-12-19T04:30:41.684Z | Downloaded dropshot_endpoint v0.12.0 |
| 919 | 2024-12-19T04:30:41.687Z | Downloaded quinn-proto v0.11.8 |
| 920 | 2024-12-19T04:30:41.694Z | Downloaded num-bigint v0.4.6 |
| 921 | 2024-12-19T04:30:41.699Z | Downloaded der v0.7.9 |
| 922 | 2024-12-19T04:30:41.704Z | Downloaded rusqlite v0.32.1 |
| 923 | 2024-12-19T04:30:41.711Z | Downloaded zerocopy v0.6.6 |
| 924 | 2024-12-19T04:30:41.713Z | Downloaded rustls-pki-types v1.9.0 |
| 925 | 2024-12-19T04:30:41.716Z | Downloaded pin-project-internal v1.1.6 |
| 926 | 2024-12-19T04:30:41.719Z | Downloaded rayon v1.10.0 |
| 927 | 2024-12-19T04:30:41.727Z | Downloaded unicode-segmentation v1.12.0 |
| 928 | 2024-12-19T04:30:41.731Z | Downloaded idna v0.5.0 |
| 929 | 2024-12-19T04:30:41.738Z | Downloaded samael v0.0.17 |
| 930 | 2024-12-19T04:30:41.744Z | Downloaded schemars v0.8.21 |
| 931 | 2024-12-19T04:30:41.755Z | Downloaded parse-zoneinfo v0.3.1 |
| 932 | 2024-12-19T04:30:41.758Z | Downloaded bindgen v0.69.5 |
| 933 | 2024-12-19T04:30:41.766Z | Downloaded idna v0.3.0 |
| 934 | 2024-12-19T04:30:41.773Z | Downloaded tungstenite v0.23.0 |
| 935 | 2024-12-19T04:30:41.776Z | Downloaded tungstenite v0.21.0 |
| 936 | 2024-12-19T04:30:41.780Z | Downloaded num-bigint-dig v0.8.4 |
| 937 | 2024-12-19T04:30:41.784Z | Downloaded nom v7.1.3 |
| 938 | 2024-12-19T04:30:41.790Z | Downloaded mio v1.0.2 |
| 939 | 2024-12-19T04:30:41.796Z | Downloaded tough v0.19.0 |
| 940 | 2024-12-19T04:30:41.804Z | Downloaded rsa v0.9.6 |
| 941 | 2024-12-19T04:30:41.809Z | Downloaded reqwest v0.12.9 |
| 942 | 2024-12-19T04:30:41.817Z | Downloaded tokio-util v0.7.12 |
| 943 | 2024-12-19T04:30:41.824Z | Downloaded time v0.3.36 |
| 944 | 2024-12-19T04:30:41.831Z | Downloaded rustls-webpki v0.101.7 |
| 945 | 2024-12-19T04:30:41.845Z | Downloaded tracing v0.1.40 |
| 946 | 2024-12-19T04:30:41.849Z | Downloaded rustls-webpki v0.102.8 |
| 947 | 2024-12-19T04:30:41.868Z | Downloaded hashbrown v0.12.3 |
| 948 | 2024-12-19T04:30:41.871Z | Downloaded curve25519-dalek v4.1.3 |
| 949 | 2024-12-19T04:30:41.880Z | Downloaded petname v2.0.2 |
| 950 | 2024-12-19T04:30:41.886Z | Downloaded typed-path v0.9.3 |
| 951 | 2024-12-19T04:30:41.892Z | Downloaded p521 v0.13.3 |
| 952 | 2024-12-19T04:30:41.896Z | Downloaded regex v1.11.1 |
| 953 | 2024-12-19T04:30:41.910Z | Downloaded proptest v1.5.0 |
| 954 | 2024-12-19T04:30:41.918Z | Downloaded gimli v0.31.1 |
| 955 | 2024-12-19T04:30:41.926Z | Downloaded git2 v0.19.0 |
| 956 | 2024-12-19T04:30:41.946Z | Downloaded vcpkg v0.2.15 |
| 957 | 2024-12-19T04:30:41.995Z | Downloaded regress v0.9.1 |
| 958 | 2024-12-19T04:30:42.004Z | Downloaded rustls v0.23.14 |
| 959 | 2024-12-19T04:30:42.016Z | Downloaded unicode-width v0.2.0 |
| 960 | 2024-12-19T04:30:42.023Z | Downloaded bstr v1.10.0 |
| 961 | 2024-12-19T04:30:42.034Z | Downloaded p384 v0.13.0 |
| 962 | 2024-12-19T04:30:42.039Z | Downloaded object v0.30.4 |
| 963 | 2024-12-19T04:30:42.050Z | Downloaded webpki-roots v0.26.6 |
| 964 | 2024-12-19T04:30:42.054Z | Downloaded hickory-proto v0.24.1 |
| 965 | 2024-12-19T04:30:42.071Z | Downloaded chrono-tz v0.10.0 |
| 966 | 2024-12-19T04:30:42.078Z | Downloaded nix v0.28.0 |
| 967 | 2024-12-19T04:30:42.090Z | Downloaded radix_trie v0.2.1 |
| 968 | 2024-12-19T04:30:42.095Z | Downloaded rustls v0.21.12 |
| 969 | 2024-12-19T04:30:42.106Z | Downloaded zerocopy v0.8.10 |
| 970 | 2024-12-19T04:30:42.131Z | Downloaded regex-syntax v0.6.29 |
| 971 | 2024-12-19T04:30:42.140Z | Downloaded smoltcp v0.9.1 |
| 972 | 2024-12-19T04:30:42.149Z | Downloaded nix v0.29.0 |
| 973 | 2024-12-19T04:30:42.161Z | Downloaded openapiv3 v2.0.0 |
| 974 | 2024-12-19T04:30:42.177Z | Downloaded dropshot v0.12.0 |
| 975 | 2024-12-19T04:30:42.199Z | Downloaded sled v0.34.7 |
| 976 | 2024-12-19T04:30:42.209Z | Downloaded dropshot v0.13.0 |
| 977 | 2024-12-19T04:30:42.230Z | Downloaded regress v0.10.1 |
| 978 | 2024-12-19T04:30:42.238Z | Downloaded nix v0.27.1 |
| 979 | 2024-12-19T04:30:42.250Z | Downloaded regex-syntax v0.8.5 |
| 980 | 2024-12-19T04:30:42.258Z | Downloaded diesel v2.2.4 |
| 981 | 2024-12-19T04:30:42.277Z | Downloaded rustls v0.22.4 |
| 982 | 2024-12-19T04:30:42.290Z | Downloaded typify-impl v0.2.0 |
| 983 | 2024-12-19T04:30:42.305Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 984 | 2024-12-19T04:30:42.318Z | Downloaded ratatui v0.28.1 |
| 985 | 2024-12-19T04:30:42.339Z | Downloaded smoltcp v0.11.0 |
| 986 | 2024-12-19T04:30:42.351Z | Downloaded openssl v0.10.66 |
| 987 | 2024-12-19T04:30:42.360Z | Downloaded object v0.36.5 |
| 988 | 2024-12-19T04:30:42.373Z | Downloaded zerocopy-derive v0.6.6 |
| 989 | 2024-12-19T04:30:42.382Z | Downloaded petgraph v0.6.5 |
| 990 | 2024-12-19T04:30:42.399Z | Downloaded polar-core v0.27.3 |
| 991 | 2024-12-19T04:30:42.408Z | Downloaded trust-dns-proto v0.22.0 |
| 992 | 2024-12-19T04:30:42.420Z | Downloaded reedline v0.35.0 |
| 993 | 2024-12-19T04:30:42.428Z | Downloaded quick-xml v0.33.0 |
| 994 | 2024-12-19T04:30:42.435Z | Downloaded idna v0.2.3 |
| 995 | 2024-12-19T04:30:42.441Z | Downloaded chrono v0.4.38 |
| 996 | 2024-12-19T04:30:42.448Z | Downloaded bitvec v1.0.1 |
| 997 | 2024-12-19T04:30:42.464Z | Downloaded csv v1.3.0 |
| 998 | 2024-12-19T04:30:42.484Z | Downloaded futures-util v0.3.31 |
| 999 | 2024-12-19T04:30:42.496Z | Downloaded regex-automata v0.4.8 |
| 1000 | 2024-12-19T04:30:42.513Z | Downloaded lzma-sys v0.1.20 |
| 1001 | 2024-12-19T04:30:42.542Z | Downloaded libz-sys v1.1.20 |
| 1002 | 2024-12-19T04:30:42.564Z | Downloaded idna v0.4.0 |
| 1003 | 2024-12-19T04:30:42.570Z | Downloaded flume v0.11.1 |
| 1004 | 2024-12-19T04:30:42.574Z | Downloaded hashbrown v0.14.5 |
| 1005 | 2024-12-19T04:30:42.579Z | Downloaded poly1305 v0.8.0 |
| 1006 | 2024-12-19T04:30:42.582Z | Downloaded tinyvec v1.8.0 |
| 1007 | 2024-12-19T04:30:42.585Z | Downloaded unicode_categories v0.1.1 |
| 1008 | 2024-12-19T04:30:42.588Z | Downloaded winnow v0.5.40 |
| 1009 | 2024-12-19T04:30:42.595Z | Downloaded lalrpop v0.19.12 |
| 1010 | 2024-12-19T04:30:42.607Z | Downloaded icu_properties_data v1.5.0 |
| 1011 | 2024-12-19T04:30:42.617Z | Downloaded tokio v1.40.0 |
| 1012 | 2024-12-19T04:30:42.657Z | Downloaded pkcs5 v0.7.1 |
| 1013 | 2024-12-19T04:30:42.663Z | Downloaded h2 v0.4.6 |
| 1014 | 2024-12-19T04:30:42.669Z | Downloaded serde_with v3.11.0 |
| 1015 | 2024-12-19T04:30:42.677Z | Downloaded ron v0.8.1 |
| 1016 | 2024-12-19T04:30:42.683Z | Downloaded p256 v0.13.2 |
| 1017 | 2024-12-19T04:30:42.687Z | Downloaded sha3 v0.10.8 |
| 1018 | 2024-12-19T04:30:42.691Z | Downloaded same-file v1.0.6 |
| 1019 | 2024-12-19T04:30:42.695Z | Downloaded serde_derive_internals v0.29.1 |
| 1020 | 2024-12-19T04:30:42.695Z | Downloaded walkdir v2.5.0 |
| 1021 | 2024-12-19T04:30:42.698Z | Downloaded rcgen v0.12.1 |
| 1022 | 2024-12-19T04:30:42.701Z | Downloaded rayon-core v1.12.1 |
| 1023 | 2024-12-19T04:30:42.704Z | Downloaded sqlparser v0.45.0 |
| 1024 | 2024-12-19T04:30:42.710Z | Downloaded slog v2.7.0 |
| 1025 | 2024-12-19T04:30:42.712Z | Downloaded signal-hook v0.3.17 |
| 1026 | 2024-12-19T04:30:42.715Z | Downloaded unicode-normalization v0.1.24 |
| 1027 | 2024-12-19T04:30:42.720Z | Downloaded parking_lot_core v0.9.10 |
| 1028 | 2024-12-19T04:30:42.722Z | Downloaded tinystr v0.7.6 |
| 1029 | 2024-12-19T04:30:42.725Z | Downloaded tls_codec_derive v0.4.1 |
| 1030 | 2024-12-19T04:30:42.727Z | Downloaded hashbrown v0.13.2 |
| 1031 | 2024-12-19T04:30:42.731Z | Downloaded utf8_iter v1.0.4 |
| 1032 | 2024-12-19T04:30:42.733Z | Downloaded test-strategy v0.3.1 |
| 1033 | 2024-12-19T04:30:42.736Z | Downloaded pkcs1 v0.7.5 |
| 1034 | 2024-12-19T04:30:42.738Z | Downloaded der_derive v0.7.3 |
| 1035 | 2024-12-19T04:30:42.740Z | Downloaded rustyline v14.0.0 |
| 1036 | 2024-12-19T04:30:42.744Z | Downloaded subprocess v0.2.9 |
| 1037 | 2024-12-19T04:30:42.747Z | Downloaded progenitor v0.8.0 |
| 1038 | 2024-12-19T04:30:42.750Z | Downloaded spin v0.5.2 |
| 1039 | 2024-12-19T04:30:42.750Z | Downloaded foreign-types-shared v0.1.1 |
| 1040 | 2024-12-19T04:30:42.752Z | Downloaded tokio-macros v2.4.0 |
| 1041 | 2024-12-19T04:30:42.752Z | Downloaded oso v0.27.3 |
| 1042 | 2024-12-19T04:30:42.755Z | Downloaded steno v0.4.1 |
| 1043 | 2024-12-19T04:30:42.759Z | Downloaded smallvec v0.6.14 |
| 1044 | 2024-12-19T04:30:42.762Z | Downloaded openssl-sys v0.9.103 |
| 1045 | 2024-12-19T04:30:42.766Z | Downloaded num-complex v0.4.6 |
| 1046 | 2024-12-19T04:30:42.769Z | Downloaded vte v0.11.1 |
| 1047 | 2024-12-19T04:30:42.771Z | Downloaded idna v1.0.3 |
| 1048 | 2024-12-19T04:30:42.775Z | Downloaded psl-types v2.0.11 |
| 1049 | 2024-12-19T04:30:42.777Z | Downloaded fatfs v0.3.6 |
| 1050 | 2024-12-19T04:30:42.780Z | Downloaded uuid v1.11.0 |
| 1051 | 2024-12-19T04:30:42.783Z | Downloaded zip v0.6.6 |
| 1052 | 2024-12-19T04:30:42.787Z | Downloaded encoding_rs v0.8.34 |
| 1053 | 2024-12-19T04:30:42.810Z | Downloaded value-bag v1.9.0 |
| 1054 | 2024-12-19T04:30:42.813Z | Downloaded url v2.5.3 |
| 1055 | 2024-12-19T04:30:42.816Z | Downloaded filetime v0.2.25 |
| 1056 | 2024-12-19T04:30:42.818Z | Downloaded tracing-attributes v0.1.27 |
| 1057 | 2024-12-19T04:30:42.821Z | Downloaded tokio-native-tls v0.3.1 |
| 1058 | 2024-12-19T04:30:42.823Z | Downloaded pem v3.0.4 |
| 1059 | 2024-12-19T04:30:42.823Z | Downloaded packed_struct_codegen v0.10.1 |
| 1060 | 2024-12-19T04:30:42.825Z | Downloaded packed_struct v0.10.1 |
| 1061 | 2024-12-19T04:30:42.828Z | Downloaded tui-tree-widget v0.22.0 |
| 1062 | 2024-12-19T04:30:42.828Z | Downloaded itertools v0.10.5 |
| 1063 | 2024-12-19T04:30:42.835Z | Downloaded unicode-properties v0.1.3 |
| 1064 | 2024-12-19T04:30:42.839Z | Downloaded rustc_version v0.1.7 |
| 1065 | 2024-12-19T04:30:42.841Z | Downloaded rand_xorshift v0.3.0 |
| 1066 | 2024-12-19T04:30:42.841Z | Downloaded rand_core v0.6.4 |
| 1067 | 2024-12-19T04:30:42.841Z | Downloaded rand_chacha v0.3.1 |
| 1068 | 2024-12-19T04:30:42.844Z | Downloaded phf v0.11.2 |
| 1069 | 2024-12-19T04:30:42.844Z | Downloaded half v2.4.1 |
| 1070 | 2024-12-19T04:30:42.847Z | Downloaded fs_extra v1.3.0 |
| 1071 | 2024-12-19T04:30:42.849Z | Downloaded fd-lock v4.0.2 |
| 1072 | 2024-12-19T04:30:42.853Z | Downloaded crossbeam-channel v0.5.13 |
| 1073 | 2024-12-19T04:30:42.857Z | Downloaded compact_str v0.8.0 |
| 1074 | 2024-12-19T04:30:42.859Z | Downloaded cc v1.1.30 |
| 1075 | 2024-12-19T04:30:42.862Z | Downloaded pbkdf2 v0.11.0 |
| 1076 | 2024-12-19T04:30:42.864Z | Downloaded tokio-rustls v0.25.0 |
| 1077 | 2024-12-19T04:30:42.867Z | Downloaded peg-macros v0.8.4 |
| 1078 | 2024-12-19T04:30:42.870Z | Downloaded newtype-uuid v1.1.3 |
| 1079 | 2024-12-19T04:30:42.872Z | Downloaded toml v0.7.8 |
| 1080 | 2024-12-19T04:30:42.875Z | Downloaded tar v0.4.42 |
| 1081 | 2024-12-19T04:30:42.877Z | Downloaded prettyplease v0.2.25 |
| 1082 | 2024-12-19T04:30:42.880Z | Downloaded minimal-lexical v0.2.1 |
| 1083 | 2024-12-19T04:30:42.886Z | Downloaded base64 v0.21.7 |
| 1084 | 2024-12-19T04:30:42.890Z | Downloaded pkcs8 v0.10.2 |
| 1085 | 2024-12-19T04:30:42.893Z | Downloaded const_format v0.2.33 |
| 1086 | 2024-12-19T04:30:42.898Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1087 | 2024-12-19T04:30:42.959Z | Downloaded backtrace v0.3.74 |
| 1088 | 2024-12-19T04:30:42.964Z | Downloaded bytes v1.8.0 |
| 1089 | 2024-12-19T04:30:42.968Z | Downloaded icu_collections v1.5.0 |
| 1090 | 2024-12-19T04:30:42.974Z | Downloaded olpc-cjson v0.1.4 |
| 1091 | 2024-12-19T04:30:42.977Z | Downloaded crc32fast v1.4.2 |
| 1092 | 2024-12-19T04:30:42.977Z | Downloaded predicates-core v1.0.8 |
| 1093 | 2024-12-19T04:30:42.980Z | Downloaded chacha20poly1305 v0.10.1 |
| 1094 | 2024-12-19T04:30:42.980Z | Downloaded zone_cfg_derive v0.1.2 |
| 1095 | 2024-12-19T04:30:42.983Z | Downloaded defmt v0.3.8 |
| 1096 | 2024-12-19T04:30:42.985Z | Downloaded yoke v0.7.4 |
| 1097 | 2024-12-19T04:30:42.988Z | Downloaded whoami v1.5.2 |
| 1098 | 2024-12-19T04:30:42.988Z | Downloaded base64 v0.13.1 |
| 1099 | 2024-12-19T04:30:42.991Z | Downloaded typify-macro v0.2.0 |
| 1100 | 2024-12-19T04:30:42.993Z | Downloaded sqlformat v0.2.6 |
| 1101 | 2024-12-19T04:30:42.994Z | Downloaded term v0.7.0 |
| 1102 | 2024-12-19T04:30:42.997Z | Downloaded arc-swap v1.7.1 |
| 1103 | 2024-12-19T04:30:43.001Z | Downloaded utf16_iter v1.0.5 |
| 1104 | 2024-12-19T04:30:43.003Z | Downloaded utf-8 v0.7.6 |
| 1105 | 2024-12-19T04:30:43.006Z | Downloaded tabwriter v1.4.0 |
| 1106 | 2024-12-19T04:30:43.006Z | Downloaded synstructure v0.13.1 |
| 1107 | 2024-12-19T04:30:43.008Z | Downloaded spki v0.7.3 |
| 1108 | 2024-12-19T04:30:43.008Z | Downloaded indicatif v0.17.9 |
| 1109 | 2024-12-19T04:30:43.012Z | Downloaded icu_properties v1.5.1 |
| 1110 | 2024-12-19T04:30:43.015Z | Downloaded secrecy v0.8.0 |
| 1111 | 2024-12-19T04:30:43.018Z | Downloaded crossbeam-epoch v0.9.18 |
| 1112 | 2024-12-19T04:30:43.020Z | Downloaded crc-any v2.5.0 |
| 1113 | 2024-12-19T04:30:43.022Z | Downloaded cookie v0.18.1 |
| 1114 | 2024-12-19T04:30:43.025Z | Downloaded cookie_store v0.21.0 |
| 1115 | 2024-12-19T04:30:43.028Z | Downloaded indexmap v1.9.3 |
| 1116 | 2024-12-19T04:30:43.031Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1117 | 2024-12-19T04:30:43.034Z | Downloaded salsa20 v0.10.2 |
| 1118 | 2024-12-19T04:30:43.034Z | Downloaded ref-cast v1.0.23 |
| 1119 | 2024-12-19T04:30:43.037Z | Downloaded httparse v1.9.5 |
| 1120 | 2024-12-19T04:30:43.040Z | Downloaded async-trait v0.1.83 |
| 1121 | 2024-12-19T04:30:43.043Z | Downloaded hyper-rustls v0.27.3 |
| 1122 | 2024-12-19T04:30:43.046Z | Downloaded hmac v0.12.1 |
| 1123 | 2024-12-19T04:30:43.049Z | Downloaded console v0.15.8 |
| 1124 | 2024-12-19T04:30:43.051Z | Downloaded const_format_proc_macros v0.2.33 |
| 1125 | 2024-12-19T04:30:43.055Z | Downloaded base64ct v1.6.0 |
| 1126 | 2024-12-19T04:30:43.058Z | Downloaded backoff v0.4.0 |
| 1127 | 2024-12-19T04:30:43.061Z | Downloaded ipnet v2.10.1 |
| 1128 | 2024-12-19T04:30:43.061Z | Downloaded hyper-staticfile v0.10.1 |
| 1129 | 2024-12-19T04:30:43.064Z | Downloaded bitfield v0.14.0 |
| 1130 | 2024-12-19T04:30:43.066Z | Downloaded bb8 v0.8.5 |
| 1131 | 2024-12-19T04:30:43.066Z | Downloaded async-bb8-diesel v0.2.1 |
| 1132 | 2024-12-19T04:30:43.069Z | Downloaded arrayvec v0.7.6 |
| 1133 | 2024-12-19T04:30:43.071Z | Downloaded buf-list v1.0.3 |
| 1134 | 2024-12-19T04:30:43.073Z | Downloaded bitfield-struct v0.6.2 |
| 1135 | 2024-12-19T04:30:43.075Z | Downloaded cmake v0.1.51 |
| 1136 | 2024-12-19T04:30:43.075Z | Downloaded hubpack v0.1.2 |
| 1137 | 2024-12-19T04:30:43.077Z | Downloaded keccak v0.1.5 |
| 1138 | 2024-12-19T04:30:43.080Z | Downloaded hyper-tls v0.6.0 |
| 1139 | 2024-12-19T04:30:43.080Z | Downloaded base16ct v0.2.0 |
| 1140 | 2024-12-19T04:30:43.080Z | Downloaded crc-catalog v2.4.0 |
| 1141 | 2024-12-19T04:30:43.083Z | Downloaded constant_time_eq v0.3.1 |
| 1142 | 2024-12-19T04:30:43.083Z | Downloaded cipher v0.4.4 |
| 1143 | 2024-12-19T04:30:43.086Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1144 | 2024-12-19T04:30:43.088Z | Downloaded linked-hash-map v0.5.6 |
| 1145 | 2024-12-19T04:30:43.088Z | Downloaded indoc v1.0.9 |
| 1146 | 2024-12-19T04:30:43.091Z | Downloaded idna_adapter v1.2.0 |
| 1147 | 2024-12-19T04:30:43.093Z | Downloaded cobs v0.2.3 |
| 1148 | 2024-12-19T04:30:43.096Z | Downloaded chacha20 v0.9.1 |
| 1149 | 2024-12-19T04:30:43.096Z | Downloaded blowfish v0.9.1 |
| 1150 | 2024-12-19T04:30:43.098Z | Downloaded block-padding v0.3.3 |
| 1151 | 2024-12-19T04:30:43.098Z | Downloaded arrayref v0.3.9 |
| 1152 | 2024-12-19T04:30:43.101Z | Downloaded array-init v0.0.4 |
| 1153 | 2024-12-19T04:30:43.101Z | Downloaded heck v0.3.3 |
| 1154 | 2024-12-19T04:30:43.104Z | Downloaded crunchy v0.2.2 |
| 1155 | 2024-12-19T04:30:43.104Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1156 | 2024-12-19T04:30:43.104Z | Downloaded ascii-canvas v3.0.0 |
| 1157 | 2024-12-19T04:30:43.259Z | Downloaded ring v0.17.8 |
| 1158 | 2024-12-19T04:30:43.382Z | Downloaded libsqlite3-sys v0.30.1 |
| 1159 | 2024-12-19T04:30:43.502Z | Downloaded ring v0.16.20 |
| 1160 | 2024-12-19T04:30:43.773Z | Downloaded aws-lc-sys v0.22.0 |
| 1161 | 2024-12-19T04:30:44.088Z | Compiling serde v1.0.215 |
| 1162 | 2024-12-19T04:30:44.091Z | Compiling lock_api v0.4.12 |
| 1163 | 2024-12-19T04:30:44.091Z | Compiling scopeguard v1.2.0 |
| 1164 | 2024-12-19T04:30:44.091Z | Compiling value-bag v1.9.0 |
| 1165 | 2024-12-19T04:30:44.091Z | Compiling typenum v1.17.0 |
| 1166 | 2024-12-19T04:30:44.254Z | Compiling generic-array v0.14.7 |
| 1167 | 2024-12-19T04:30:44.298Z | Compiling syn v2.0.87 |
| 1168 | 2024-12-19T04:30:44.314Z | Compiling getrandom v0.2.15 |
| 1169 | 2024-12-19T04:30:44.412Z | Compiling shlex v1.3.0 |
| 1170 | 2024-12-19T04:30:44.616Z | Compiling rand_core v0.6.4 |
| 1171 | 2024-12-19T04:30:44.745Z | Compiling log v0.4.22 |
| 1172 | 2024-12-19T04:30:44.796Z | Compiling subtle v2.6.1 |
| 1173 | 2024-12-19T04:30:44.818Z | Compiling jobserver v0.1.32 |
| 1174 | 2024-12-19T04:30:44.866Z | Compiling smallvec v1.13.2 |
| 1175 | 2024-12-19T04:30:45.127Z | Compiling const-oid v0.9.6 |
| 1176 | 2024-12-19T04:30:45.154Z | Compiling spin v0.9.8 |
| 1177 | 2024-12-19T04:30:45.175Z | Compiling cc v1.1.30 |
| 1178 | 2024-12-19T04:30:45.286Z | Compiling pin-project-lite v0.2.14 |
| 1179 | 2024-12-19T04:30:45.418Z | Compiling rustix v0.38.37 |
| 1180 | 2024-12-19T04:30:45.554Z | Compiling parking_lot_core v0.9.10 |
| 1181 | 2024-12-19T04:30:45.607Z | Compiling futures-core v0.3.31 |
| 1182 | 2024-12-19T04:30:45.759Z | Compiling signal-hook-registry v1.4.2 |
| 1183 | 2024-12-19T04:30:45.871Z | Compiling mio v1.0.2 |
| 1184 | 2024-12-19T04:30:46.328Z | Compiling aho-corasick v1.1.3 |
| 1185 | 2024-12-19T04:30:46.635Z | Compiling parking_lot v0.12.3 |
| 1186 | 2024-12-19T04:30:46.747Z | Compiling either v1.13.0 |
| 1187 | 2024-12-19T04:30:46.933Z | Compiling cpufeatures v0.2.14 |
| 1188 | 2024-12-19T04:30:47.124Z | Compiling regex-syntax v0.8.5 |
| 1189 | 2024-12-19T04:30:47.151Z | Compiling lazy_static v1.5.0 |
| 1190 | 2024-12-19T04:30:47.172Z | Compiling futures-sink v0.3.31 |
| 1191 | 2024-12-19T04:30:47.277Z | Compiling stable_deref_trait v1.2.0 |
| 1192 | 2024-12-19T04:30:47.326Z | Compiling glob v0.3.1 |
| 1193 | 2024-12-19T04:30:47.346Z | Compiling socket2 v0.5.7 |
| 1194 | 2024-12-19T04:30:47.395Z | Compiling slab v0.4.9 |
| 1195 | 2024-12-19T04:30:47.702Z | Compiling prettyplease v0.2.25 |
| 1196 | 2024-12-19T04:30:47.867Z | Compiling minimal-lexical v0.2.1 |
| 1197 | 2024-12-19T04:30:48.349Z | Compiling nom v7.1.3 |
| 1198 | 2024-12-19T04:30:48.371Z | Compiling libloading v0.8.5 |
| 1199 | 2024-12-19T04:30:48.390Z | Compiling clang-sys v1.8.1 |
| 1200 | 2024-12-19T04:30:48.409Z | Compiling bindgen v0.69.5 |
| 1201 | 2024-12-19T04:30:48.816Z | Compiling serde_json v1.0.132 |
| 1202 | 2024-12-19T04:30:49.135Z | Compiling home v0.5.9 |
| 1203 | 2024-12-19T04:30:49.242Z | Compiling futures-channel v0.3.31 |
| 1204 | 2024-12-19T04:30:49.427Z | Compiling itertools v0.12.1 |
| 1205 | 2024-12-19T04:30:49.627Z | Compiling foldhash v0.1.3 |
| 1206 | 2024-12-19T04:30:49.689Z | Compiling futures-io v0.3.31 |
| 1207 | 2024-12-19T04:30:49.958Z | Compiling lazycell v1.3.0 |
| 1208 | 2024-12-19T04:30:50.037Z | Compiling futures-task v0.3.31 |
| 1209 | 2024-12-19T04:30:50.135Z | Compiling pin-utils v0.1.0 |
| 1210 | 2024-12-19T04:30:50.241Z | Compiling allocator-api2 v0.2.18 |
| 1211 | 2024-12-19T04:30:50.365Z | Compiling rustc-hash v1.1.0 |
| 1212 | 2024-12-19T04:30:50.529Z | Compiling cmake v0.1.51 |
| 1213 | 2024-12-19T04:30:51.080Z | Compiling regex-automata v0.4.8 |
| 1214 | 2024-12-19T04:30:51.564Z | Compiling hashbrown v0.15.0 |
| 1215 | 2024-12-19T04:30:52.126Z | Compiling synstructure v0.13.1 |
| 1216 | 2024-12-19T04:30:52.650Z | Compiling cexpr v0.6.0 |
| 1217 | 2024-12-19T04:30:52.995Z | Compiling libm v0.2.8 |
| 1218 | 2024-12-19T04:30:53.338Z | Compiling pkg-config v0.3.31 |
| 1219 | 2024-12-19T04:30:53.856Z | Compiling dunce v1.0.5 |
| 1220 | 2024-12-19T04:30:53.996Z | Compiling tinyvec_macros v0.1.1 |
| 1221 | 2024-12-19T04:30:54.047Z | Compiling fs_extra v1.3.0 |
| 1222 | 2024-12-19T04:30:54.091Z | Compiling tinyvec v1.8.0 |
| 1223 | 2024-12-19T04:30:54.506Z | Compiling num-traits v0.2.19 |
| 1224 | 2024-12-19T04:30:54.881Z | Compiling ring v0.17.8 |
| 1225 | 2024-12-19T04:30:55.022Z | Compiling litemap v0.7.3 |
| 1226 | 2024-12-19T04:30:55.416Z | Compiling paste v1.0.15 |
| 1227 | 2024-12-19T04:30:55.450Z | Compiling writeable v0.5.5 |
| 1228 | 2024-12-19T04:30:55.655Z | Compiling unicode-normalization v0.1.24 |
| 1229 | 2024-12-19T04:30:55.932Z | Compiling unicode-bidi v0.3.17 |
| 1230 | 2024-12-19T04:30:55.992Z | Compiling base64ct v1.6.0 |
| 1231 | 2024-12-19T04:30:56.554Z | Compiling pem-rfc7468 v0.7.0 |
| 1232 | 2024-12-19T04:30:56.758Z | Compiling regex v1.11.1 |
| 1233 | 2024-12-19T04:30:57.303Z | Compiling flagset v0.4.6 |
| 1234 | 2024-12-19T04:30:57.336Z | Compiling httparse v1.9.5 |
| 1235 | 2024-12-19T04:30:57.501Z | Compiling aws-lc-rs v1.10.0 |
| 1236 | 2024-12-19T04:30:57.967Z | Compiling tracing-core v0.1.32 |
| 1237 | 2024-12-19T04:30:58.130Z | Compiling percent-encoding v2.3.1 |
| 1238 | 2024-12-19T04:30:58.157Z | Compiling rustls-pki-types v1.9.0 |
| 1239 | 2024-12-19T04:30:58.498Z | Compiling icu_locid_transform_data v1.5.0 |
| 1240 | 2024-12-19T04:30:58.614Z | Compiling crossbeam-utils v0.8.20 |
| 1241 | 2024-12-19T04:30:59.031Z | Compiling serde_derive v1.0.215 |
| 1242 | 2024-12-19T04:30:59.051Z | Compiling zeroize_derive v1.4.2 |
| 1243 | 2024-12-19T04:30:59.217Z | Compiling zerocopy-derive v0.7.35 |
| 1244 | 2024-12-19T04:30:59.256Z | Compiling tokio-macros v2.4.0 |
| 1245 | 2024-12-19T04:30:59.303Z | Compiling zerofrom-derive v0.1.4 |
| 1246 | 2024-12-19T04:31:00.675Z | Compiling zeroize v1.8.1 |
| 1247 | 2024-12-19T04:31:00.826Z | Compiling yoke-derive v0.7.4 |
| 1248 | 2024-12-19T04:31:01.322Z | Compiling thiserror-impl v1.0.69 |
| 1249 | 2024-12-19T04:31:01.534Z | Compiling zerocopy v0.7.35 |
| 1250 | 2024-12-19T04:31:01.802Z | Compiling zerovec-derive v0.10.3 |
| 1251 | 2024-12-19T04:31:02.490Z | Compiling crypto-common v0.1.6 |
| 1252 | 2024-12-19T04:31:02.735Z | Compiling block-buffer v0.10.4 |
| 1253 | 2024-12-19T04:31:03.008Z | Compiling digest v0.10.7 |
| 1254 | 2024-12-19T04:31:03.172Z | Compiling futures-macro v0.3.31 |
| 1255 | 2024-12-19T04:31:03.420Z | Compiling zerofrom v0.1.4 |
| 1256 | 2024-12-19T04:31:03.503Z | Compiling hmac v0.12.1 |
| 1257 | 2024-12-19T04:31:03.651Z | Compiling block-padding v0.3.3 |
| 1258 | 2024-12-19T04:31:03.741Z | Compiling displaydoc v0.2.5 |
| 1259 | 2024-12-19T04:31:03.914Z | Compiling inout v0.1.3 |
| 1260 | 2024-12-19T04:31:04.068Z | Compiling yoke v0.7.4 |
| 1261 | 2024-12-19T04:31:04.200Z | Compiling cipher v0.4.4 |
| 1262 | 2024-12-19T04:31:04.266Z | Compiling sha2 v0.10.8 |
| 1263 | 2024-12-19T04:31:04.431Z | Compiling ppv-lite86 v0.2.20 |
| 1264 | 2024-12-19T04:31:04.538Z | Compiling zerovec v0.10.4 |
| 1265 | 2024-12-19T04:31:04.725Z | Compiling icu_provider_macros v1.5.0 |
| 1266 | 2024-12-19T04:31:04.846Z | Compiling thiserror v1.0.69 |
| 1267 | 2024-12-19T04:31:04.996Z | Compiling der_derive v0.7.3 |
| 1268 | 2024-12-19T04:31:05.163Z | Compiling futures-util v0.3.31 |
| 1269 | 2024-12-19T04:31:05.325Z | Compiling rand_chacha v0.3.1 |
| 1270 | 2024-12-19T04:31:05.461Z | Compiling tracing-attributes v0.1.27 |
| 1271 | 2024-12-19T04:31:05.976Z | Compiling rand v0.8.5 |
| 1272 | 2024-12-19T04:31:06.877Z | Compiling tinystr v0.7.6 |
| 1273 | 2024-12-19T04:31:07.411Z | Compiling icu_locid v1.5.0 |
| 1274 | 2024-12-19T04:31:07.514Z | Compiling der v0.7.9 |
| 1275 | 2024-12-19T04:31:07.818Z | Compiling icu_collections v1.5.0 |
| 1276 | 2024-12-19T04:31:07.894Z | Compiling pest v2.7.14 |
| 1277 | 2024-12-19T04:31:08.176Z | Compiling salsa20 v0.10.2 |
| 1278 | 2024-12-19T04:31:08.426Z | Compiling pbkdf2 v0.12.2 |
| 1279 | 2024-12-19T04:31:08.596Z | Compiling icu_provider v1.5.0 |
| 1280 | 2024-12-19T04:31:09.361Z | Compiling tracing v0.1.40 |
| 1281 | 2024-12-19T04:31:09.363Z | Compiling icu_locid_transform v1.5.0 |
| 1282 | 2024-12-19T04:31:09.757Z | Compiling spki v0.7.3 |
| 1283 | 2024-12-19T04:31:09.910Z | Compiling untrusted v0.7.1 |
| 1284 | 2024-12-19T04:31:10.104Z | Compiling mirai-annotations v1.12.0 |
| 1285 | 2024-12-19T04:31:10.166Z | Compiling icu_properties_data v1.5.0 |
| 1286 | 2024-12-19T04:31:10.303Z | Compiling vcpkg v0.2.15 |
| 1287 | 2024-12-19T04:31:10.425Z | Compiling num-conv v0.1.0 |
| 1288 | 2024-12-19T04:31:10.611Z | Compiling untrusted v0.9.0 |
| 1289 | 2024-12-19T04:31:10.719Z | Compiling powerfmt v0.2.0 |
| 1290 | 2024-12-19T04:31:10.795Z | Compiling time-core v0.1.2 |
| 1291 | 2024-12-19T04:31:10.974Z | Compiling time-macros v0.2.18 |
| 1292 | 2024-12-19T04:31:10.977Z | Compiling deranged v0.3.11 |
| 1293 | 2024-12-19T04:31:11.112Z | Compiling icu_properties v1.5.1 |
| 1294 | 2024-12-19T04:31:11.657Z | Compiling pest_meta v2.7.14 |
| 1295 | 2024-12-19T04:31:12.557Z | Compiling openssl-sys v0.9.103 |
| 1296 | 2024-12-19T04:31:12.992Z | Compiling scrypt v0.11.0 |
| 1297 | 2024-12-19T04:31:13.445Z | Compiling bitflags v2.6.0 |
| 1298 | 2024-12-19T04:31:13.587Z | Compiling bytes v1.8.0 |
| 1299 | 2024-12-19T04:31:13.708Z | Compiling indexmap v2.6.0 |
| 1300 | 2024-12-19T04:31:14.341Z | Compiling semver v1.0.23 |
| 1301 | 2024-12-19T04:31:14.834Z | Compiling tokio v1.40.0 |
| 1302 | 2024-12-19T04:31:14.870Z | Compiling http v1.1.0 |
| 1303 | 2024-12-19T04:31:15.096Z | Compiling rustc_version v0.4.1 |
| 1304 | 2024-12-19T04:31:15.234Z | Compiling cbc v0.1.2 |
| 1305 | 2024-12-19T04:31:15.468Z | Compiling aes v0.8.4 |
| 1306 | 2024-12-19T04:31:15.889Z | Compiling scroll_derive v0.12.0 |
| 1307 | 2024-12-19T04:31:16.065Z | Compiling utf8_iter v1.0.4 |
| 1308 | 2024-12-19T04:31:16.310Z | Compiling atomic-waker v1.1.2 |
| 1309 | 2024-12-19T04:31:16.504Z | Compiling num_threads v0.1.7 |
| 1310 | 2024-12-19T04:31:16.649Z | Compiling icu_normalizer_data v1.5.0 |
| 1311 | 2024-12-19T04:31:16.765Z | Compiling write16 v1.0.0 |
| 1312 | 2024-12-19T04:31:16.864Z | Compiling utf16_iter v1.0.5 |
| 1313 | 2024-12-19T04:31:16.903Z | Compiling time v0.3.36 |
| 1314 | 2024-12-19T04:31:17.025Z | Compiling http-body v1.0.1 |
| 1315 | 2024-12-19T04:31:17.108Z | Compiling icu_normalizer v1.5.0 |
| 1316 | 2024-12-19T04:31:17.295Z | Compiling pkcs5 v0.7.1 |
| 1317 | 2024-12-19T04:31:17.418Z | Compiling scroll v0.12.0 |
| 1318 | 2024-12-19T04:31:17.564Z | Compiling pest_generator v2.7.14 |
| 1319 | 2024-12-19T04:31:17.977Z | Compiling which v4.4.2 |
| 1320 | 2024-12-19T04:31:18.519Z | Compiling form_urlencoded v1.2.1 |
| 1321 | 2024-12-19T04:31:18.608Z | Compiling slog v2.7.0 |
| 1322 | 2024-12-19T04:31:18.857Z | Compiling try-lock v0.2.5 |
| 1323 | 2024-12-19T04:31:19.014Z | Compiling want v0.3.1 |
| 1324 | 2024-12-19T04:31:19.206Z | Compiling goblin v0.8.2 |
| 1325 | 2024-12-19T04:31:19.259Z | Compiling idna_adapter v1.2.0 |
| 1326 | 2024-12-19T04:31:19.283Z | Compiling pkcs8 v0.10.2 |
| 1327 | 2024-12-19T04:31:19.315Z | Compiling httpdate v1.0.3 |
| 1328 | 2024-12-19T04:31:19.476Z | Compiling idna v1.0.3 |
| 1329 | 2024-12-19T04:31:19.616Z | Compiling pest_derive v2.7.14 |
| 1330 | 2024-12-19T04:31:20.007Z | Compiling uuid v1.11.0 |
| 1331 | 2024-12-19T04:31:20.437Z | Compiling dtrace-parser v0.2.0 |
| 1332 | 2024-12-19T04:31:20.685Z | Compiling serde_tokenstream v0.2.2 |
| 1333 | 2024-12-19T04:31:21.324Z | Compiling toml_datetime v0.6.8 |
| 1334 | 2024-12-19T04:31:21.345Z | Compiling serde_spanned v0.6.8 |
| 1335 | 2024-12-19T04:31:21.479Z | Compiling iana-time-zone v0.1.61 |
| 1336 | 2024-12-19T04:31:21.562Z | Compiling match_cfg v0.1.0 |
| 1337 | 2024-12-19T04:31:21.664Z | Compiling adler2 v2.0.0 |
| 1338 | 2024-12-19T04:31:21.854Z | Compiling tower-service v0.3.3 |
| 1339 | 2024-12-19T04:31:21.875Z | Compiling foreign-types-shared v0.1.1 |
| 1340 | 2024-12-19T04:31:21.931Z | Compiling rustversion v1.0.17 |
| 1341 | 2024-12-19T04:31:21.999Z | Compiling openssl v0.10.66 |
| 1342 | 2024-12-19T04:31:22.021Z | Compiling base64 v0.22.1 |
| 1343 | 2024-12-19T04:31:22.273Z | Compiling foreign-types v0.3.2 |
| 1344 | 2024-12-19T04:31:22.376Z | Compiling miniz_oxide v0.8.0 |
| 1345 | 2024-12-19T04:31:22.454Z | Compiling hostname v0.3.1 |
| 1346 | 2024-12-19T04:31:22.623Z | Compiling chrono v0.4.38 |
| 1347 | 2024-12-19T04:31:22.705Z | Compiling url v2.5.3 |
| 1348 | 2024-12-19T04:31:22.806Z | Compiling openssl-macros v0.1.1 |
| 1349 | 2024-12-19T04:31:23.565Z | Compiling tokio-util v0.7.12 |
| 1350 | 2024-12-19T04:31:23.922Z | Compiling async-trait v0.1.83 |
| 1351 | 2024-12-19T04:31:24.215Z | Compiling dirs-sys-next v0.1.2 |
| 1352 | 2024-12-19T04:31:24.712Z | Compiling h2 v0.4.6 |
| 1353 | 2024-12-19T04:31:24.880Z | Compiling native-tls v0.2.12 |
| 1354 | 2024-12-19T04:31:25.026Z | Compiling dof v0.3.0 |
| 1355 | 2024-12-19T04:31:25.217Z | Compiling rustls v0.23.14 |
| 1356 | 2024-12-19T04:31:25.484Z | Compiling siphasher v0.3.11 |
| 1357 | 2024-12-19T04:31:25.864Z | Compiling usdt-impl v0.5.0 |
| 1358 | 2024-12-19T04:31:26.380Z | Compiling data-encoding v2.6.0 |
| 1359 | 2024-12-19T04:31:26.717Z | Compiling rustls v0.22.4 |
| 1360 | 2024-12-19T04:31:26.985Z | Compiling syn v1.0.109 |
| 1361 | 2024-12-19T04:31:27.385Z | Compiling dirs-next v2.0.0 |
| 1362 | 2024-12-19T04:31:27.701Z | Compiling http-body-util v0.1.2 |
| 1363 | 2024-12-19T04:31:28.258Z | Compiling heapless v0.7.17 |
| 1364 | 2024-12-19T04:31:28.926Z | Compiling crossbeam-epoch v0.9.18 |
| 1365 | 2024-12-19T04:31:28.936Z | Compiling sha1 v0.10.6 |
| 1366 | 2024-12-19T04:31:29.005Z | Compiling signature v2.2.0 |
| 1367 | 2024-12-19T04:31:29.288Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1368 | 2024-12-19T04:31:29.310Z | Compiling serde_derive_internals v0.29.1 |
| 1369 | 2024-12-19T04:31:29.428Z | Compiling thread_local v1.1.8 |
| 1370 | 2024-12-19T04:31:29.738Z | Compiling multer v3.1.0 |
| 1371 | 2024-12-19T04:31:29.772Z | Compiling cookie v0.18.1 |
| 1372 | 2024-12-19T04:31:29.965Z | Compiling encoding_rs v0.8.34 |
| 1373 | 2024-12-19T04:31:30.012Z | Compiling ipnet v2.10.1 |
| 1374 | 2024-12-19T04:31:30.077Z | Compiling openssl-probe v0.1.5 |
| 1375 | 2024-12-19T04:31:30.446Z | Compiling gimli v0.31.1 |
| 1376 | 2024-12-19T04:31:30.718Z | Compiling schemars v0.8.21 |
| 1377 | 2024-12-19T04:31:31.065Z | Compiling slog-async v2.8.0 |
| 1378 | 2024-12-19T04:31:31.254Z | Compiling mime v0.3.17 |
| 1379 | 2024-12-19T04:31:31.606Z | Compiling rayon-core v1.12.1 |
| 1380 | 2024-12-19T04:31:31.870Z | Compiling hyper v1.5.0 |
| 1381 | 2024-12-19T04:31:31.891Z | Compiling unicode-properties v0.1.3 |
| 1382 | 2024-12-19T04:31:32.100Z | Compiling signal-hook v0.3.17 |
| 1383 | 2024-12-19T04:31:32.336Z | Compiling stringprep v0.1.5 |
| 1384 | 2024-12-19T04:31:32.406Z | Compiling schemars_derive v0.8.21 |
| 1385 | 2024-12-19T04:31:34.357Z | Compiling hyper-util v0.1.10 |
| 1386 | 2024-12-19T04:31:34.566Z | Compiling toml_edit v0.22.22 |
| 1387 | 2024-12-19T04:31:35.489Z | Compiling addr2line v0.24.2 |
| 1388 | 2024-12-19T04:31:35.880Z | Compiling usdt-macro v0.5.0 |
| 1389 | 2024-12-19T04:31:36.083Z | Compiling usdt-attr-macro v0.5.0 |
| 1390 | 2024-12-19T04:31:36.214Z | Compiling crossbeam-deque v0.8.5 |
| 1391 | 2024-12-19T04:31:36.558Z | Compiling term v0.7.0 |
| 1392 | 2024-12-19T04:31:37.345Z | Compiling slog-json v2.6.1 |
| 1393 | 2024-12-19T04:31:37.450Z | Compiling serde_urlencoded v0.7.1 |
| 1394 | 2024-12-19T04:31:37.506Z | Compiling curve25519-dalek v4.1.3 |
| 1395 | 2024-12-19T04:31:37.674Z | Compiling crossbeam-channel v0.5.13 |
| 1396 | 2024-12-19T04:31:37.725Z | Compiling futures-executor v0.3.31 |
| 1397 | 2024-12-19T04:31:37.975Z | Compiling enum-as-inner v0.6.1 |
| 1398 | 2024-12-19T04:31:38.095Z | Compiling md-5 v0.10.6 |
| 1399 | 2024-12-19T04:31:38.118Z | Compiling async-stream-impl v0.3.6 |
| 1400 | 2024-12-19T04:31:38.310Z | Compiling rustls-pemfile v2.2.0 |
| 1401 | 2024-12-19T04:31:38.376Z | Compiling num-integer v0.1.46 |
| 1402 | 2024-12-19T04:31:38.643Z | Compiling idna v0.4.0 |
| 1403 | 2024-12-19T04:31:38.793Z | Compiling idna v0.3.0 |
| 1404 | 2024-12-19T04:31:39.115Z | Compiling hash32 v0.2.1 |
| 1405 | 2024-12-19T04:31:39.198Z | Compiling ff v0.13.0 |
| 1406 | 2024-12-19T04:31:39.414Z | Compiling is-terminal v0.4.13 |
| 1407 | 2024-12-19T04:31:39.479Z | Compiling dropshot v0.12.0 |
| 1408 | 2024-12-19T04:31:39.538Z | Compiling object v0.36.5 |
| 1409 | 2024-12-19T04:31:39.560Z | Compiling base16ct v0.2.0 |
| 1410 | 2024-12-19T04:31:39.771Z | Compiling utf-8 v0.7.6 |
| 1411 | 2024-12-19T04:31:39.902Z | Compiling quick-error v1.2.3 |
| 1412 | 2024-12-19T04:31:40.064Z | Compiling dyn-clone v1.0.17 |
| 1413 | 2024-12-19T04:31:40.110Z | Compiling num-bigint-dig v0.8.4 |
| 1414 | 2024-12-19T04:31:40.305Z | Compiling portable-atomic v1.9.0 |
| 1415 | 2024-12-19T04:31:40.364Z | Compiling fallible-iterator v0.2.0 |
| 1416 | 2024-12-19T04:31:40.410Z | Compiling linked-hash-map v0.5.6 |
| 1417 | 2024-12-19T04:31:40.473Z | Compiling smoltcp v0.9.1 |
| 1418 | 2024-12-19T04:31:40.797Z | Compiling psl-types v2.0.11 |
| 1419 | 2024-12-19T04:31:41.005Z | Compiling anyhow v1.0.93 |
| 1420 | 2024-12-19T04:31:41.087Z | Compiling rustc-demangle v0.1.24 |
| 1421 | 2024-12-19T04:31:41.213Z | Compiling take_mut v0.2.2 |
| 1422 | 2024-12-19T04:31:41.474Z | Compiling postgres-protocol v0.6.7 |
| 1423 | 2024-12-19T04:31:42.021Z | Compiling publicsuffix v2.2.3 |
| 1424 | 2024-12-19T04:31:42.093Z | Compiling lru-cache v0.1.2 |
| 1425 | 2024-12-19T04:31:42.354Z | Compiling resolv-conf v0.7.0 |
| 1426 | 2024-12-19T04:31:42.609Z | Compiling tungstenite v0.24.0 |
| 1427 | 2024-12-19T04:31:42.949Z | Compiling sec1 v0.7.3 |
| 1428 | 2024-12-19T04:31:42.983Z | Compiling hickory-proto v0.24.1 |
| 1429 | 2024-12-19T04:31:43.169Z | Compiling async-stream v0.3.6 |
| 1430 | 2024-12-19T04:31:43.487Z | Compiling slog-term v2.9.1 |
| 1431 | 2024-12-19T04:31:43.517Z | Compiling usdt v0.5.0 |
| 1432 | 2024-12-19T04:31:44.813Z | Compiling group v0.13.0 |
| 1433 | 2024-12-19T04:31:45.041Z | Compiling num-iter v0.1.45 |
| 1434 | 2024-12-19T04:31:45.236Z | Compiling futures v0.3.31 |
| 1435 | 2024-12-19T04:31:45.274Z | Compiling toml v0.8.19 |
| 1436 | 2024-12-19T04:31:45.297Z | Compiling slog-bunyan v2.5.0 |
| 1437 | 2024-12-19T04:31:46.653Z | Compiling camino v1.1.9 |
| 1438 | 2024-12-19T04:31:47.101Z | Compiling backtrace v0.3.74 |
| 1439 | 2024-12-19T04:31:47.298Z | Compiling tokio-native-tls v0.3.1 |
| 1440 | 2024-12-19T04:31:47.594Z | Compiling phf_shared v0.11.2 |
| 1441 | 2024-12-19T04:31:47.669Z | Compiling dropshot_endpoint v0.12.0 |
| 1442 | 2024-12-19T04:31:47.784Z | Compiling terminal_size v0.4.0 |
| 1443 | 2024-12-19T04:31:47.977Z | Compiling waitgroup v0.1.2 |
| 1444 | 2024-12-19T04:31:48.004Z | Compiling openapiv3 v2.0.0 |
| 1445 | 2024-12-19T04:31:48.209Z | Compiling serde_path_to_error v0.1.16 |
| 1446 | 2024-12-19T04:31:48.353Z | Compiling hkdf v0.12.4 |
| 1447 | 2024-12-19T04:31:48.618Z | Compiling crypto-bigint v0.5.5 |
| 1448 | 2024-12-19T04:31:49.074Z | Compiling zerocopy-derive v0.6.6 |
| 1449 | 2024-12-19T04:31:50.846Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1450 | 2024-12-19T04:31:50.867Z | Compiling hubpack_derive v0.1.1 |
| 1451 | 2024-12-19T04:31:51.383Z | Compiling webpki-roots v0.26.6 |
| 1452 | 2024-12-19T04:31:51.602Z | Compiling idna v0.5.0 |
| 1453 | 2024-12-19T04:31:51.752Z | Compiling hostname v0.4.0 |
| 1454 | 2024-12-19T04:31:52.020Z | Compiling crc32fast v1.4.2 |
| 1455 | 2024-12-19T04:31:52.338Z | Compiling fs-err v2.11.0 |
| 1456 | 2024-12-19T04:31:52.372Z | Compiling ahash v0.8.11 |
| 1457 | 2024-12-19T04:31:52.476Z | Compiling winnow v0.5.40 |
| 1458 | 2024-12-19T04:31:52.509Z | Compiling debug-ignore v1.0.5 |
| 1459 | 2024-12-19T04:31:52.620Z | Compiling bitflags v1.3.2 |
| 1460 | 2024-12-19T04:31:52.654Z | Compiling managed v0.8.0 |
| 1461 | 2024-12-19T04:31:52.699Z | Compiling strum_macros v0.25.3 |
| 1462 | 2024-12-19T04:31:52.799Z | Compiling clap_builder v4.5.21 |
| 1463 | 2024-12-19T04:31:53.435Z | Compiling console v0.15.8 |
| 1464 | 2024-12-19T04:31:54.810Z | Compiling cookie_store v0.21.0 |
| 1465 | 2024-12-19T04:31:55.008Z | Compiling flate2 v1.0.34 |
| 1466 | 2024-12-19T04:31:55.242Z | Compiling hubpack v0.1.2 |
| 1467 | 2024-12-19T04:31:55.695Z | Compiling elliptic-curve v0.13.8 |
| 1468 | 2024-12-19T04:31:55.987Z | Compiling toml_edit v0.19.15 |
| 1469 | 2024-12-19T04:31:56.286Z | Compiling zerocopy v0.6.6 |
| 1470 | 2024-12-19T04:31:56.410Z | Compiling hickory-resolver v0.24.1 |
| 1471 | 2024-12-19T04:31:56.554Z | Compiling phf v0.11.2 |
| 1472 | 2024-12-19T04:31:56.896Z | Compiling signal-hook-mio v0.2.4 |
| 1473 | 2024-12-19T04:31:57.092Z | Compiling hyper-tls v0.6.0 |
| 1474 | 2024-12-19T04:31:57.175Z | Compiling rayon v1.10.0 |
| 1475 | 2024-12-19T04:31:57.531Z | Compiling bzip2 v0.4.4 |
| 1476 | 2024-12-19T04:31:57.922Z | Compiling tokio-tungstenite v0.24.0 |
| 1477 | 2024-12-19T04:31:58.467Z | Compiling postgres-types v0.2.8 |
| 1478 | 2024-12-19T04:32:01.389Z | Compiling ed25519 v2.2.3 |
| 1479 | 2024-12-19T04:32:02.024Z | Compiling phf_shared v0.10.0 |
| 1480 | 2024-12-19T04:32:02.203Z | Compiling tokio-stream v0.1.16 |
| 1481 | 2024-12-19T04:32:02.399Z | Compiling pkcs1 v0.7.5 |
| 1482 | 2024-12-19T04:32:02.437Z | Compiling serde-big-array v0.5.1 |
| 1483 | 2024-12-19T04:32:02.673Z | Compiling clap_derive v4.5.18 |
| 1484 | 2024-12-19T04:32:03.297Z | Compiling rfc6979 v0.4.0 |
| 1485 | 2024-12-19T04:32:03.300Z | Compiling derive-where v1.2.7 |
| 1486 | 2024-12-19T04:32:03.356Z | Compiling serde_repr v0.1.19 |
| 1487 | 2024-12-19T04:32:03.399Z | Compiling float-cmp v0.9.0 |
| 1488 | 2024-12-19T04:32:03.489Z | Compiling bstr v1.10.0 |
| 1489 | 2024-12-19T04:32:03.627Z | Compiling sync_wrapper v1.0.1 |
| 1490 | 2024-12-19T04:32:03.787Z | Compiling new_debug_unreachable v1.0.6 |
| 1491 | 2024-12-19T04:32:03.894Z | Compiling normalize-line-endings v0.3.0 |
| 1492 | 2024-12-19T04:32:04.030Z | Compiling number_prefix v0.4.0 |
| 1493 | 2024-12-19T04:32:04.120Z | Compiling predicates-core v1.0.8 |
| 1494 | 2024-12-19T04:32:04.261Z | Compiling precomputed-hash v0.1.1 |
| 1495 | 2024-12-19T04:32:04.394Z | Compiling static_assertions v1.1.0 |
| 1496 | 2024-12-19T04:32:04.499Z | Compiling bit-vec v0.6.3 |
| 1497 | 2024-12-19T04:32:04.525Z | Compiling unicode-segmentation v1.12.0 |
| 1498 | 2024-12-19T04:32:04.566Z | Compiling fixedbitset v0.4.2 |
| 1499 | 2024-12-19T04:32:04.970Z | Compiling difflib v0.4.0 |
| 1500 | 2024-12-19T04:32:05.045Z | Compiling unicode-width v0.2.0 |
| 1501 | 2024-12-19T04:32:05.301Z | Compiling whoami v1.5.2 |
| 1502 | 2024-12-19T04:32:05.413Z | Compiling predicates v3.1.2 |
| 1503 | 2024-12-19T04:32:05.583Z | Compiling indicatif v0.17.9 |
| 1504 | 2024-12-19T04:32:05.941Z | Compiling tokio-postgres v0.7.12 |
| 1505 | 2024-12-19T04:32:06.664Z | Compiling similar v2.6.0 |
| 1506 | 2024-12-19T04:32:07.020Z | Compiling petgraph v0.6.5 |
| 1507 | 2024-12-19T04:32:07.242Z | Compiling bit-set v0.5.3 |
| 1508 | 2024-12-19T04:32:07.545Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1509 | 2024-12-19T04:32:07.884Z | Compiling clap v4.5.21 |
| 1510 | 2024-12-19T04:32:07.947Z | Compiling string_cache v0.8.7 |
| 1511 | 2024-12-19T04:32:08.019Z | Compiling ecdsa v0.16.9 |
| 1512 | 2024-12-19T04:32:08.434Z | Compiling rsa v0.9.6 |
| 1513 | 2024-12-19T04:32:08.872Z | Compiling ed25519-dalek v2.1.1 |
| 1514 | 2024-12-19T04:32:09.291Z | Compiling toml v0.7.8 |
| 1515 | 2024-12-19T04:32:10.214Z | Compiling zip v0.6.6 |
| 1516 | 2024-12-19T04:32:11.095Z | Compiling crossterm v0.28.1 |
| 1517 | 2024-12-19T04:32:11.972Z | Compiling hex v0.4.3 |
| 1518 | 2024-12-19T04:32:12.121Z | Compiling x509-cert v0.2.5 |
| 1519 | 2024-12-19T04:32:12.381Z | Compiling itertools v0.10.5 |
| 1520 | 2024-12-19T04:32:12.423Z | Compiling peg-runtime v0.8.3 |
| 1521 | 2024-12-19T04:32:12.595Z | Compiling lalrpop-util v0.19.12 |
| 1522 | 2024-12-19T04:32:12.967Z | Compiling unicode-xid v0.2.6 |
| 1523 | 2024-12-19T04:32:13.068Z | Compiling strum_macros v0.26.4 |
| 1524 | 2024-12-19T04:32:13.140Z | Compiling xattr v1.3.1 |
| 1525 | 2024-12-19T04:32:13.419Z | Compiling filetime v0.2.25 |
| 1526 | 2024-12-19T04:32:13.749Z | Compiling tar v0.4.42 |
| 1527 | 2024-12-19T04:32:18.082Z | Compiling strum v0.26.3 |
| 1528 | 2024-12-19T04:32:21.113Z | Compiling aws-lc-sys v0.22.0 |
| 1529 | 2024-12-19T04:32:49.645Z | Compiling rustls-webpki v0.102.8 |
| 1530 | 2024-12-19T04:32:53.008Z | Compiling tokio-rustls v0.25.0 |
| 1531 | 2024-12-19T04:32:54.721Z | Compiling tokio-rustls v0.26.0 |
| 1532 | 2024-12-19T04:32:55.077Z | Compiling hyper-rustls v0.27.3 |
| 1533 | 2024-12-19T04:32:55.448Z | Compiling reqwest v0.12.9 |
| 1534 | 2024-12-19T04:32:56.648Z | Compiling qorb v0.2.1 |
| 1535 | 2024-12-19T04:33:01.408Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1536 | 2024-12-19T04:33:01.661Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1537 | 2024-12-19T04:33:07.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
| 1538 | 2024-12-19T04:33:07.750Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1539 | 2024-12-19T04:33:07.806Z | Dec 19 04:33:06.937 INFO Starting download, target: Console |
| 1540 | 2024-12-19T04:33:07.806Z | Dec 19 04:33:06.938 INFO Starting download, target: Cockroach |
| 1541 | 2024-12-19T04:33:07.806Z | Dec 19 04:33:06.938 INFO Starting download, target: DendriteOpenapi |
| 1542 | 2024-12-19T04:33:07.806Z | Dec 19 04:33:06.938 INFO Starting download, target: Clickhouse |
| 1543 | 2024-12-19T04:33:07.809Z | Dec 19 04:33:06.938 INFO Starting download, target: DendriteStub |
| 1544 | 2024-12-19T04:33:07.809Z | Dec 19 04:33:06.938 INFO Starting download, target: MaghemiteMgd |
| 1545 | 2024-12-19T04:33:07.809Z | Dec 19 04:33:06.938 INFO Starting download, target: TransceiverControl |
| 1546 | 2024-12-19T04:33:07.809Z | Dec 19 04:33:06.938 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1547 | 2024-12-19T04:33:07.809Z | Dec 19 04:33:06.938 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1548 | 2024-12-19T04:33:07.809Z | Dec 19 04:33:06.938 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1549 | 2024-12-19T04:33:07.809Z | Dec 19 04:33:06.939 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1550 | 2024-12-19T04:33:07.809Z | Dec 19 04:33:06.939 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1551 | 2024-12-19T04:33:07.809Z | Dec 19 04:33:06.939 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1552 | 2024-12-19T04:33:07.809Z | Dec 19 04:33:06.939 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1553 | 2024-12-19T04:33:08.008Z | Dec 19 04:33:07.122 INFO Download complete, target: DendriteOpenapi |
| 1554 | 2024-12-19T04:33:08.145Z | Dec 19 04:33:07.237 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1555 | 2024-12-19T04:33:08.381Z | Dec 19 04:33:07.460 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1556 | 2024-12-19T04:33:08.589Z | Dec 19 04:33:07.719 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1557 | 2024-12-19T04:33:08.645Z | Dec 19 04:33:07.776 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1558 | 2024-12-19T04:33:08.665Z | Dec 19 04:33:07.796 INFO Download complete, target: Console |
| 1559 | 2024-12-19T04:33:08.783Z | Dec 19 04:33:07.915 INFO Download complete, target: TransceiverControl |
| 1560 | 2024-12-19T04:33:09.656Z | Dec 19 04:33:08.788 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1561 | 2024-12-19T04:33:09.656Z | Dec 19 04:33:08.788 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1562 | 2024-12-19T04:33:09.701Z | Dec 19 04:33:08.833 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1563 | 2024-12-19T04:33:11.508Z | Dec 19 04:33:10.639 INFO Download complete, target: DendriteStub |
| 1564 | 2024-12-19T04:33:11.510Z | Dec 19 04:33:10.640 INFO Download complete, target: MaghemiteMgd |
| 1565 | 2024-12-19T04:33:16.813Z | Dec 19 04:33:15.943 INFO Checking that binary works, target: Cockroach |
| 1566 | 2024-12-19T04:33:16.989Z | Dec 19 04:33:16.119 INFO Download complete, target: Cockroach |
| 1567 | 2024-12-19T04:33:21.639Z | Dec 19 04:33:20.768 INFO Checking that binary works, target: Clickhouse |
| 1568 | 2024-12-19T04:33:21.752Z | Dec 19 04:33:20.882 INFO Download complete, target: Clickhouse |
| 1569 | 2024-12-19T04:33:21.773Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1570 | 2024-12-19T04:33:21.775Z | |
| 1571 | 2024-12-19T04:33:21.775Z | real 5:04.758674767 |
| 1572 | 2024-12-19T04:33:21.776Z | user 16:42.325585554 |
| 1573 | 2024-12-19T04:33:21.776Z | sys 3:16.758923770 |
| 1574 | 2024-12-19T04:33:21.776Z | trap 0.572644096 |
| 1575 | 2024-12-19T04:33:21.776Z | tflt 1.494268570 |
| 1576 | 2024-12-19T04:33:21.776Z | dflt 2.186455515 |
| 1577 | 2024-12-19T04:33:21.776Z | kflt 0.024639872 |
| 1578 | 2024-12-19T04:33:21.776Z | lock 30:06.425779200 |
| 1579 | 2024-12-19T04:33:21.776Z | slp 1:02:21.359279594 |
| 1580 | 2024-12-19T04:33:21.776Z | lat 59.508889826 |
| 1581 | 2024-12-19T04:33:21.776Z | stop 2:21.273872235 |
| 1582 | 2024-12-19T04:33:21.776Z | + banner hack-check |
| 1583 | 2024-12-19T04:33:21.779Z | |
| 1584 | 2024-12-19T04:33:21.779Z | # # ## #### # # #### # # ###### #### # # |
| 1585 | 2024-12-19T04:33:21.779Z | # # # # # # # # # # # # # # # # # |
| 1586 | 2024-12-19T04:33:21.779Z | ###### # # # #### ##### # ###### ##### # #### |
| 1587 | 2024-12-19T04:33:21.779Z | # # ###### # # # # # # # # # # |
| 1588 | 2024-12-19T04:33:21.779Z | # # # # # # # # # # # # # # # # # |
| 1589 | 2024-12-19T04:33:21.779Z | # # # # #### # # #### # # ###### #### # # |
| 1590 | 2024-12-19T04:33:21.779Z | |
| 1591 | 2024-12-19T04:33:21.779Z | + export CARGO_INCREMENTAL=0 |
| 1592 | 2024-12-19T04:33:21.779Z | + CARGO_INCREMENTAL=0 |
| 1593 | 2024-12-19T04:33:21.779Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1594 | 2024-12-19T04:33:22.336Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1595 | 2024-12-19T04:33:26.227Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.38s |
| 1596 | 2024-12-19T04:33:26.290Z | Running `target/debug/xtask check-features --ci` |
| 1597 | 2024-12-19T04:33:26.305Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1598 | 2024-12-19T04:33:26.305Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1599 | 2024-12-19T04:33:26.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1600 | 2024-12-19T04:33:26.808Z | Running `target/debug/xtask download cargo-hack` |
| 1601 | 2024-12-19T04:33:27.668Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1602 | 2024-12-19T04:33:28.041Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1603 | 2024-12-19T04:33:33.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.34s |
| 1604 | 2024-12-19T04:33:33.335Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1605 | 2024-12-19T04:33:33.374Z | Dec 19 04:33:32.501 INFO Starting download, target: CargoHack |
| 1606 | 2024-12-19T04:33:33.377Z | Dec 19 04:33:32.502 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1607 | 2024-12-19T04:33:34.023Z | Dec 19 04:33:33.151 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1608 | 2024-12-19T04:33:34.110Z | Dec 19 04:33:33.237 INFO Download complete, target: CargoHack |
| 1609 | 2024-12-19T04:33:34.114Z | 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" |
| 1610 | 2024-12-19T04:33:34.130Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1611 | 2024-12-19T04:33:34.305Z | info: running `cargo check --bins` on api_identity (1/173) |
| 1612 | 2024-12-19T04:33:34.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1613 | 2024-12-19T04:33:34.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1614 | 2024-12-19T04:33:34.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1615 | 2024-12-19T04:33:34.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1616 | 2024-12-19T04:33:34.930Z | |
| 1617 | 2024-12-19T04:33:34.930Z | info: running `cargo check --bins` on bootstore (2/173) |
| 1618 | 2024-12-19T04:33:35.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1619 | 2024-12-19T04:33:35.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1620 | 2024-12-19T04:33:35.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1621 | 2024-12-19T04:33:35.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1622 | 2024-12-19T04:33:35.606Z | |
| 1623 | 2024-12-19T04:33:35.606Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/173) |
| 1624 | 2024-12-19T04:33:36.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1625 | 2024-12-19T04:33:36.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1626 | 2024-12-19T04:33:36.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1627 | 2024-12-19T04:33:36.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 1628 | 2024-12-19T04:33:36.246Z | |
| 1629 | 2024-12-19T04:33:36.246Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/173) |
| 1630 | 2024-12-19T04:33:36.827Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1631 | 2024-12-19T04:33:36.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1632 | 2024-12-19T04:33:36.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1633 | 2024-12-19T04:33:36.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1634 | 2024-12-19T04:33:36.910Z | |
| 1635 | 2024-12-19T04:33:36.910Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/173) |
| 1636 | 2024-12-19T04:33:37.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1637 | 2024-12-19T04:33:37.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1638 | 2024-12-19T04:33:37.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1639 | 2024-12-19T04:33:37.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1640 | 2024-12-19T04:33:37.358Z | |
| 1641 | 2024-12-19T04:33:37.358Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/173) |
| 1642 | 2024-12-19T04:33:37.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1643 | 2024-12-19T04:33:37.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1644 | 2024-12-19T04:33:37.753Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1645 | 2024-12-19T04:33:37.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1646 | 2024-12-19T04:33:37.793Z | |
| 1647 | 2024-12-19T04:33:37.793Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/173) |
| 1648 | 2024-12-19T04:33:38.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1649 | 2024-12-19T04:33:38.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1650 | 2024-12-19T04:33:38.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1651 | 2024-12-19T04:33:38.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1652 | 2024-12-19T04:33:38.225Z | |
| 1653 | 2024-12-19T04:33:38.225Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/173) |
| 1654 | 2024-12-19T04:33:38.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1655 | 2024-12-19T04:33:38.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1656 | 2024-12-19T04:33:38.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1657 | 2024-12-19T04:33:38.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1658 | 2024-12-19T04:33:38.666Z | |
| 1659 | 2024-12-19T04:33:38.666Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/173) |
| 1660 | 2024-12-19T04:33:39.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1661 | 2024-12-19T04:33:39.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1662 | 2024-12-19T04:33:39.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1663 | 2024-12-19T04:33:39.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1664 | 2024-12-19T04:33:39.117Z | |
| 1665 | 2024-12-19T04:33:39.119Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/173) |
| 1666 | 2024-12-19T04:33:39.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1667 | 2024-12-19T04:33:39.502Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1668 | 2024-12-19T04:33:39.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1669 | 2024-12-19T04:33:39.503Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1670 | 2024-12-19T04:33:39.541Z | |
| 1671 | 2024-12-19T04:33:39.542Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/173) |
| 1672 | 2024-12-19T04:33:39.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1673 | 2024-12-19T04:33:39.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1674 | 2024-12-19T04:33:39.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1675 | 2024-12-19T04:33:39.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1676 | 2024-12-19T04:33:39.972Z | |
| 1677 | 2024-12-19T04:33:39.972Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/173) |
| 1678 | 2024-12-19T04:33:40.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1679 | 2024-12-19T04:33:40.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1680 | 2024-12-19T04:33:40.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1681 | 2024-12-19T04:33:40.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1682 | 2024-12-19T04:33:40.426Z | |
| 1683 | 2024-12-19T04:33:40.426Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/173) |
| 1684 | 2024-12-19T04:33:40.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1685 | 2024-12-19T04:33:40.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1686 | 2024-12-19T04:33:40.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1687 | 2024-12-19T04:33:40.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1688 | 2024-12-19T04:33:40.864Z | |
| 1689 | 2024-12-19T04:33:40.864Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/173) |
| 1690 | 2024-12-19T04:33:41.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1691 | 2024-12-19T04:33:41.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1692 | 2024-12-19T04:33:41.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1693 | 2024-12-19T04:33:41.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1694 | 2024-12-19T04:33:41.302Z | |
| 1695 | 2024-12-19T04:33:41.302Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/173) |
| 1696 | 2024-12-19T04:33:41.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1697 | 2024-12-19T04:33:41.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1698 | 2024-12-19T04:33:41.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1699 | 2024-12-19T04:33:41.719Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1700 | 2024-12-19T04:33:41.765Z | |
| 1701 | 2024-12-19T04:33:41.765Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/173) |
| 1702 | 2024-12-19T04:33:42.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1703 | 2024-12-19T04:33:42.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1704 | 2024-12-19T04:33:42.173Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1705 | 2024-12-19T04:33:42.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1706 | 2024-12-19T04:33:42.220Z | |
| 1707 | 2024-12-19T04:33:42.220Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/173) |
| 1708 | 2024-12-19T04:33:42.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1709 | 2024-12-19T04:33:42.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1710 | 2024-12-19T04:33:42.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1711 | 2024-12-19T04:33:42.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1712 | 2024-12-19T04:33:42.654Z | |
| 1713 | 2024-12-19T04:33:42.654Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/173) |
| 1714 | 2024-12-19T04:33:43.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1715 | 2024-12-19T04:33:43.103Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1716 | 2024-12-19T04:33:43.103Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1717 | 2024-12-19T04:33:43.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1718 | 2024-12-19T04:33:43.113Z | |
| 1719 | 2024-12-19T04:33:43.113Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/173) |
| 1720 | 2024-12-19T04:33:43.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1721 | 2024-12-19T04:33:43.541Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1722 | 2024-12-19T04:33:43.541Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1723 | 2024-12-19T04:33:43.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1724 | 2024-12-19T04:33:43.571Z | |
| 1725 | 2024-12-19T04:33:43.571Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/173) |
| 1726 | 2024-12-19T04:33:43.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1727 | 2024-12-19T04:33:43.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1728 | 2024-12-19T04:33:43.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1729 | 2024-12-19T04:33:43.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1730 | 2024-12-19T04:33:44.021Z | |
| 1731 | 2024-12-19T04:33:44.021Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/173) |
| 1732 | 2024-12-19T04:33:44.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1733 | 2024-12-19T04:33:44.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1734 | 2024-12-19T04:33:44.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1735 | 2024-12-19T04:33:44.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1736 | 2024-12-19T04:33:44.463Z | |
| 1737 | 2024-12-19T04:33:44.463Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/173) |
| 1738 | 2024-12-19T04:33:44.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1739 | 2024-12-19T04:33:44.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1740 | 2024-12-19T04:33:44.881Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1741 | 2024-12-19T04:33:44.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
| 1742 | 2024-12-19T04:33:44.924Z | |
| 1743 | 2024-12-19T04:33:44.924Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/173) |
| 1744 | 2024-12-19T04:33:45.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1745 | 2024-12-19T04:33:45.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1746 | 2024-12-19T04:33:45.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1747 | 2024-12-19T04:33:45.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
| 1748 | 2024-12-19T04:33:45.370Z | |
| 1749 | 2024-12-19T04:33:45.370Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/173) |
| 1750 | 2024-12-19T04:33:45.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1751 | 2024-12-19T04:33:45.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1752 | 2024-12-19T04:33:45.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1753 | 2024-12-19T04:33:45.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
| 1754 | 2024-12-19T04:33:45.822Z | |
| 1755 | 2024-12-19T04:33:45.822Z | info: running `cargo check --bins` on sled-hardware-types (25/173) |
| 1756 | 2024-12-19T04:33:46.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1757 | 2024-12-19T04:33:46.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1758 | 2024-12-19T04:33:46.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1759 | 2024-12-19T04:33:46.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 1760 | 2024-12-19T04:33:46.507Z | |
| 1761 | 2024-12-19T04:33:46.507Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/173) |
| 1762 | 2024-12-19T04:33:47.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1763 | 2024-12-19T04:33:47.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1764 | 2024-12-19T04:33:47.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1765 | 2024-12-19T04:33:47.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 1766 | 2024-12-19T04:33:47.173Z | |
| 1767 | 2024-12-19T04:33:47.173Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/173) |
| 1768 | 2024-12-19T04:33:47.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1769 | 2024-12-19T04:33:47.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1770 | 2024-12-19T04:33:47.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1771 | 2024-12-19T04:33:47.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 1772 | 2024-12-19T04:33:47.857Z | |
| 1773 | 2024-12-19T04:33:47.857Z | info: running `cargo check --bins` on oxlog (28/173) |
| 1774 | 2024-12-19T04:33:48.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1775 | 2024-12-19T04:33:48.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1776 | 2024-12-19T04:33:48.540Z | Checking cfg-if v1.0.0 |
| 1777 | 2024-12-19T04:33:48.542Z | Checking libc v0.2.162 |
| 1778 | 2024-12-19T04:33:48.650Z | Checking serde v1.0.215 |
| 1779 | 2024-12-19T04:33:48.653Z | Checking zeroize v1.8.1 |
| 1780 | 2024-12-19T04:33:48.669Z | Checking memchr v2.7.4 |
| 1781 | 2024-12-19T04:33:48.672Z | Checking typenum v1.17.0 |
| 1782 | 2024-12-19T04:33:48.681Z | Checking scopeguard v1.2.0 |
| 1783 | 2024-12-19T04:33:48.708Z | Checking subtle v2.6.1 |
| 1784 | 2024-12-19T04:33:48.720Z | Checking value-bag v1.9.0 |
| 1785 | 2024-12-19T04:33:48.828Z | Checking lock_api v0.4.12 |
| 1786 | 2024-12-19T04:33:48.911Z | Checking smallvec v1.13.2 |
| 1787 | 2024-12-19T04:33:48.958Z | Checking itoa v1.0.11 |
| 1788 | 2024-12-19T04:33:49.131Z | Checking log v0.4.22 |
| 1789 | 2024-12-19T04:33:49.177Z | Checking const-oid v0.9.6 |
| 1790 | 2024-12-19T04:33:49.245Z | Checking pin-project-lite v0.2.14 |
| 1791 | 2024-12-19T04:33:49.262Z | Checking byteorder v1.5.0 |
| 1792 | 2024-12-19T04:33:49.369Z | Checking futures-core v0.3.31 |
| 1793 | 2024-12-19T04:33:49.533Z | Checking once_cell v1.20.2 |
| 1794 | 2024-12-19T04:33:49.553Z | Checking cpufeatures v0.2.14 |
| 1795 | 2024-12-19T04:33:49.641Z | Checking futures-sink v0.3.31 |
| 1796 | 2024-12-19T04:33:49.656Z | Checking stable_deref_trait v1.2.0 |
| 1797 | 2024-12-19T04:33:49.670Z | Checking spin v0.9.8 |
| 1798 | 2024-12-19T04:33:49.751Z | Checking zerocopy v0.7.35 |
| 1799 | 2024-12-19T04:33:49.785Z | Checking slab v0.4.9 |
| 1800 | 2024-12-19T04:33:49.800Z | Checking getrandom v0.2.15 |
| 1801 | 2024-12-19T04:33:49.814Z | Checking signal-hook-registry v1.4.2 |
| 1802 | 2024-12-19T04:33:50.001Z | Checking parking_lot_core v0.9.10 |
| 1803 | 2024-12-19T04:33:50.020Z | Checking rand_core v0.6.4 |
| 1804 | 2024-12-19T04:33:50.035Z | Checking mio v1.0.2 |
| 1805 | 2024-12-19T04:33:50.047Z | Checking socket2 v0.5.7 |
| 1806 | 2024-12-19T04:33:50.061Z | Checking generic-array v0.14.7 |
| 1807 | 2024-12-19T04:33:50.313Z | Checking zerofrom v0.1.4 |
| 1808 | 2024-12-19T04:33:50.328Z | Checking parking_lot v0.12.3 |
| 1809 | 2024-12-19T04:33:50.720Z | Checking futures-channel v0.3.31 |
| 1810 | 2024-12-19T04:33:50.726Z | Checking yoke v0.7.4 |
| 1811 | 2024-12-19T04:33:50.726Z | Checking futures-task v0.3.31 |
| 1812 | 2024-12-19T04:33:50.726Z | Checking futures-io v0.3.31 |
| 1813 | 2024-12-19T04:33:50.842Z | Checking equivalent v1.0.1 |
| 1814 | 2024-12-19T04:33:50.873Z | Checking pin-utils v0.1.0 |
| 1815 | 2024-12-19T04:33:50.888Z | Checking allocator-api2 v0.2.18 |
| 1816 | 2024-12-19T04:33:50.890Z | Checking foldhash v0.1.3 |
| 1817 | 2024-12-19T04:33:50.939Z | Checking zerovec v0.10.4 |
| 1818 | 2024-12-19T04:33:50.960Z | Checking futures-util v0.3.31 |
| 1819 | 2024-12-19T04:33:51.021Z | Checking tinyvec_macros v0.1.1 |
| 1820 | 2024-12-19T04:33:51.091Z | Checking ryu v1.0.18 |
| 1821 | 2024-12-19T04:33:51.107Z | Checking tinyvec v1.8.0 |
| 1822 | 2024-12-19T04:33:51.156Z | Checking fnv v1.0.7 |
| 1823 | 2024-12-19T04:33:51.209Z | Checking crypto-common v0.1.6 |
| 1824 | 2024-12-19T04:33:51.284Z | Checking block-buffer v0.10.4 |
| 1825 | 2024-12-19T04:33:51.318Z | Checking block-padding v0.3.3 |
| 1826 | 2024-12-19T04:33:51.387Z | Checking libm v0.2.8 |
| 1827 | 2024-12-19T04:33:51.490Z | Checking digest v0.10.7 |
| 1828 | 2024-12-19T04:33:51.513Z | Checking hashbrown v0.15.0 |
| 1829 | 2024-12-19T04:33:51.528Z | Checking inout v0.1.3 |
| 1830 | 2024-12-19T04:33:51.747Z | Checking cipher v0.4.4 |
| 1831 | 2024-12-19T04:33:51.886Z | Checking hmac v0.12.1 |
| 1832 | 2024-12-19T04:33:52.090Z | Checking sha2 v0.10.8 |
| 1833 | 2024-12-19T04:33:52.123Z | Checking writeable v0.5.5 |
| 1834 | 2024-12-19T04:33:52.327Z | Checking litemap v0.7.3 |
| 1835 | 2024-12-19T04:33:52.429Z | Checking unicode-normalization v0.1.24 |
| 1836 | 2024-12-19T04:33:52.446Z | Checking base64ct v1.6.0 |
| 1837 | 2024-12-19T04:33:52.632Z | Checking unicode-bidi v0.3.17 |
| 1838 | 2024-12-19T04:33:52.647Z | Checking tinystr v0.7.6 |
| 1839 | 2024-12-19T04:33:52.649Z | Checking num-traits v0.2.19 |
| 1840 | 2024-12-19T04:33:52.684Z | Checking ppv-lite86 v0.2.20 |
| 1841 | 2024-12-19T04:33:52.878Z | Checking pem-rfc7468 v0.7.0 |
| 1842 | 2024-12-19T04:33:53.016Z | Checking icu_locid v1.5.0 |
| 1843 | 2024-12-19T04:33:53.158Z | Checking flagset v0.4.6 |
| 1844 | 2024-12-19T04:33:53.244Z | Checking tracing-core v0.1.32 |
| 1845 | 2024-12-19T04:33:53.307Z | Checking thiserror v1.0.69 |
| 1846 | 2024-12-19T04:33:53.343Z | Checking der v0.7.9 |
| 1847 | 2024-12-19T04:33:53.436Z | Checking rustls-pki-types v1.9.0 |
| 1848 | 2024-12-19T04:33:53.450Z | Checking rand_chacha v0.3.1 |
| 1849 | 2024-12-19T04:33:53.788Z | Checking bytes v1.8.0 |
| 1850 | 2024-12-19T04:33:53.856Z | Checking indexmap v2.6.0 |
| 1851 | 2024-12-19T04:33:53.893Z | Checking serde_json v1.0.132 |
| 1852 | 2024-12-19T04:33:54.011Z | Checking bitflags v2.6.0 |
| 1853 | 2024-12-19T04:33:54.079Z | Checking icu_provider v1.5.0 |
| 1854 | 2024-12-19T04:33:54.319Z | Checking percent-encoding v2.3.1 |
| 1855 | 2024-12-19T04:33:54.367Z | Checking icu_locid_transform_data v1.5.0 |
| 1856 | 2024-12-19T04:33:54.467Z | Checking tracing v0.1.40 |
| 1857 | 2024-12-19T04:33:54.533Z | Checking rand v0.8.5 |
| 1858 | 2024-12-19T04:33:54.604Z | Checking tokio v1.40.0 |
| 1859 | 2024-12-19T04:33:54.737Z | Checking http v1.1.0 |
| 1860 | 2024-12-19T04:33:54.812Z | Checking icu_locid_transform v1.5.0 |
| 1861 | 2024-12-19T04:33:55.176Z | Checking icu_collections v1.5.0 |
| 1862 | 2024-12-19T04:33:55.213Z | Checking spki v0.7.3 |
| 1863 | 2024-12-19T04:33:55.506Z | Checking salsa20 v0.10.2 |
| 1864 | 2024-12-19T04:33:55.688Z | Checking pbkdf2 v0.12.2 |
| 1865 | 2024-12-19T04:33:55.702Z | Checking aws-lc-sys v0.22.0 |
| 1866 | 2024-12-19T04:33:55.802Z | Checking httparse v1.9.5 |
| 1867 | 2024-12-19T04:33:55.840Z | Checking mirai-annotations v1.12.0 |
| 1868 | 2024-12-19T04:33:55.843Z | Checking icu_properties_data v1.5.0 |
| 1869 | 2024-12-19T04:33:55.870Z | Checking powerfmt v0.2.0 |
| 1870 | 2024-12-19T04:33:56.010Z | Checking untrusted v0.7.1 |
| 1871 | 2024-12-19T04:33:56.074Z | Checking untrusted v0.9.0 |
| 1872 | 2024-12-19T04:33:56.096Z | Checking icu_properties v1.5.1 |
| 1873 | 2024-12-19T04:33:56.120Z | Checking deranged v0.3.11 |
| 1874 | 2024-12-19T04:33:56.153Z | Checking scrypt v0.11.0 |
| 1875 | 2024-12-19T04:33:56.167Z | Checking aes v0.8.4 |
| 1876 | 2024-12-19T04:33:56.212Z | Checking cbc v0.1.2 |
| 1877 | 2024-12-19T04:33:56.227Z | Checking ring v0.17.8 |
| 1878 | 2024-12-19T04:33:56.371Z | Checking crossbeam-utils v0.8.20 |
| 1879 | 2024-12-19T04:33:56.408Z | Checking num-conv v0.1.0 |
| 1880 | 2024-12-19T04:33:56.661Z | Checking time-core v0.1.2 |
| 1881 | 2024-12-19T04:33:56.825Z | Checking num_threads v0.1.7 |
| 1882 | 2024-12-19T04:33:56.938Z | Checking write16 v1.0.0 |
| 1883 | 2024-12-19T04:33:57.065Z | Checking atomic-waker v1.1.2 |
| 1884 | 2024-12-19T04:33:57.100Z | Checking icu_normalizer_data v1.5.0 |
| 1885 | 2024-12-19T04:33:57.135Z | Checking utf16_iter v1.0.5 |
| 1886 | 2024-12-19T04:33:57.196Z | Checking utf8_iter v1.0.4 |
| 1887 | 2024-12-19T04:33:57.212Z | Checking pkcs5 v0.7.1 |
| 1888 | 2024-12-19T04:33:57.299Z | Checking http-body v1.0.1 |
| 1889 | 2024-12-19T04:33:57.384Z | Checking form_urlencoded v1.2.1 |
| 1890 | 2024-12-19T04:33:57.506Z | Checking try-lock v0.2.5 |
| 1891 | 2024-12-19T04:33:57.588Z | Checking unicode-ident v1.0.13 |
| 1892 | 2024-12-19T04:33:57.638Z | Checking want v0.3.1 |
| 1893 | 2024-12-19T04:33:57.695Z | Checking pkcs8 v0.10.2 |
| 1894 | 2024-12-19T04:33:57.745Z | Checking httpdate v1.0.3 |
| 1895 | 2024-12-19T04:33:57.814Z | Checking proc-macro2 v1.0.89 |
| 1896 | 2024-12-19T04:33:57.856Z | Checking time v0.3.36 |
| 1897 | 2024-12-19T04:33:57.973Z | Checking serde_spanned v0.6.8 |
| 1898 | 2024-12-19T04:33:57.993Z | Checking uuid v1.11.0 |
| 1899 | 2024-12-19T04:33:58.149Z | Checking toml_datetime v0.6.8 |
| 1900 | 2024-12-19T04:33:58.165Z | Checking slog v2.7.0 |
| 1901 | 2024-12-19T04:33:58.224Z | Checking aws-lc-rs v1.10.0 |
| 1902 | 2024-12-19T04:33:58.437Z | Checking scroll v0.12.0 |
| 1903 | 2024-12-19T04:33:58.489Z | Checking foreign-types-shared v0.1.1 |
| 1904 | 2024-12-19T04:33:58.594Z | Checking ucd-trie v0.1.7 |
| 1905 | 2024-12-19T04:33:58.618Z | Checking match_cfg v0.1.0 |
| 1906 | 2024-12-19T04:33:58.636Z | Checking tower-service v0.3.3 |
| 1907 | 2024-12-19T04:33:58.708Z | Checking iana-time-zone v0.1.61 |
| 1908 | 2024-12-19T04:33:58.751Z | Checking adler2 v2.0.0 |
| 1909 | 2024-12-19T04:33:58.798Z | Checking plain v0.2.3 |
| 1910 | 2024-12-19T04:33:58.857Z | Checking base64 v0.22.1 |
| 1911 | 2024-12-19T04:33:58.891Z | Checking chrono v0.4.38 |
| 1912 | 2024-12-19T04:33:58.905Z | Checking miniz_oxide v0.8.0 |
| 1913 | 2024-12-19T04:33:58.937Z | Checking goblin v0.8.2 |
| 1914 | 2024-12-19T04:33:59.345Z | Checking pest v2.7.14 |
| 1915 | 2024-12-19T04:33:59.442Z | Checking icu_normalizer v1.5.0 |
| 1916 | 2024-12-19T04:33:59.637Z | Checking hostname v0.3.1 |
| 1917 | 2024-12-19T04:33:59.757Z | Checking foreign-types v0.3.2 |
| 1918 | 2024-12-19T04:33:59.841Z | Checking quote v1.0.37 |
| 1919 | 2024-12-19T04:34:00.062Z | Checking rustls-webpki v0.102.8 |
| 1920 | 2024-12-19T04:34:00.220Z | Checking openssl-sys v0.9.103 |
| 1921 | 2024-12-19T04:34:00.286Z | Checking idna_adapter v1.2.0 |
| 1922 | 2024-12-19T04:34:00.373Z | Checking dirs-sys-next v0.1.2 |
| 1923 | 2024-12-19T04:34:00.463Z | Checking idna v1.0.3 |
| 1924 | 2024-12-19T04:34:00.538Z | Checking errno v0.3.9 |
| 1925 | 2024-12-19T04:34:00.696Z | Checking aho-corasick v1.1.3 |
| 1926 | 2024-12-19T04:34:00.916Z | Checking data-encoding v2.6.0 |
| 1927 | 2024-12-19T04:34:00.960Z | Checking url v2.5.3 |
| 1928 | 2024-12-19T04:34:01.000Z | Checking regex-syntax v0.8.5 |
| 1929 | 2024-12-19T04:34:01.527Z | Checking siphasher v0.3.11 |
| 1930 | 2024-12-19T04:34:01.625Z | Checking pretty-hex v0.4.1 |
| 1931 | 2024-12-19T04:34:01.798Z | Checking openssl v0.10.66 |
| 1932 | 2024-12-19T04:34:01.815Z | Checking dtrace-parser v0.2.0 |
| 1933 | 2024-12-19T04:34:01.829Z | Checking rustix v0.38.37 |
| 1934 | 2024-12-19T04:34:01.846Z | Checking dirs-next v2.0.0 |
| 1935 | 2024-12-19T04:34:01.969Z | Checking syn v2.0.87 |
| 1936 | 2024-12-19T04:34:02.002Z | Checking tokio-util v0.7.12 |
| 1937 | 2024-12-19T04:34:02.290Z | Checking http-body-util v0.1.2 |
| 1938 | 2024-12-19T04:34:02.352Z | Checking crossbeam-epoch v0.9.18 |
| 1939 | 2024-12-19T04:34:02.763Z | Checking signature v2.2.0 |
| 1940 | 2024-12-19T04:34:02.763Z | Checking sha1 v0.10.6 |
| 1941 | 2024-12-19T04:34:02.887Z | Checking h2 v0.4.6 |
| 1942 | 2024-12-19T04:34:02.958Z | Checking lazy_static v1.5.0 |
| 1943 | 2024-12-19T04:34:03.028Z | Checking thread_local v1.1.8 |
| 1944 | 2024-12-19T04:34:03.067Z | Checking thread-id v4.2.2 |
| 1945 | 2024-12-19T04:34:03.172Z | Checking encoding_rs v0.8.34 |
| 1946 | 2024-12-19T04:34:03.303Z | Checking ipnet v2.10.1 |
| 1947 | 2024-12-19T04:34:03.791Z | Checking either v1.13.0 |
| 1948 | 2024-12-19T04:34:03.990Z | Checking dof v0.3.0 |
| 1949 | 2024-12-19T04:34:04.181Z | Checking mime v0.3.17 |
| 1950 | 2024-12-19T04:34:04.300Z | Checking regex-automata v0.4.8 |
| 1951 | 2024-12-19T04:34:04.506Z | Checking gimli v0.31.1 |
| 1952 | 2024-12-19T04:34:04.613Z | Checking utf8parse v0.2.2 |
| 1953 | 2024-12-19T04:34:04.757Z | Checking anstyle v1.0.10 |
| 1954 | 2024-12-19T04:34:05.087Z | Checking openssl-probe v0.1.5 |
| 1955 | 2024-12-19T04:34:05.239Z | Checking winnow v0.6.20 |
| 1956 | 2024-12-19T04:34:05.399Z | Checking unicode-properties v0.1.3 |
| 1957 | 2024-12-19T04:34:05.566Z | Checking anstyle-parse v0.2.5 |
| 1958 | 2024-12-19T04:34:05.743Z | Checking stringprep v0.1.5 |
| 1959 | 2024-12-19T04:34:05.838Z | Checking crossbeam-deque v0.8.5 |
| 1960 | 2024-12-19T04:34:06.031Z | Checking term v0.7.0 |
| 1961 | 2024-12-19T04:34:06.146Z | Checking rustls v0.22.4 |
| 1962 | 2024-12-19T04:34:06.451Z | Checking rustls v0.23.14 |
| 1963 | 2024-12-19T04:34:07.202Z | Checking native-tls v0.2.12 |
| 1964 | 2024-12-19T04:34:07.509Z | Checking slog-json v2.6.1 |
| 1965 | 2024-12-19T04:34:07.761Z | Checking serde_urlencoded v0.7.1 |
| 1966 | 2024-12-19T04:34:08.204Z | Checking crossbeam-channel v0.5.13 |
| 1967 | 2024-12-19T04:34:08.247Z | Checking toml_edit v0.22.22 |
| 1968 | 2024-12-19T04:34:08.392Z | Checking usdt-impl v0.5.0 |
| 1969 | 2024-12-19T04:34:08.571Z | Checking addr2line v0.24.2 |
| 1970 | 2024-12-19T04:34:08.900Z | Checking futures-executor v0.3.31 |
| 1971 | 2024-12-19T04:34:08.924Z | Checking num-integer v0.1.46 |
| 1972 | 2024-12-19T04:34:09.033Z | Checking hyper v1.5.0 |
| 1973 | 2024-12-19T04:34:09.087Z | Checking rustls-pemfile v2.2.0 |
| 1974 | 2024-12-19T04:34:09.103Z | Checking idna v0.4.0 |
| 1975 | 2024-12-19T04:34:09.128Z | Checking idna v0.3.0 |
| 1976 | 2024-12-19T04:34:09.298Z | Checking md-5 v0.10.6 |
| 1977 | 2024-12-19T04:34:09.373Z | Checking ff v0.13.0 |
| 1978 | 2024-12-19T04:34:09.520Z | Checking memmap v0.7.0 |
| 1979 | 2024-12-19T04:34:09.585Z | Checking is-terminal v0.4.13 |
| 1980 | 2024-12-19T04:34:09.713Z | Checking hash32 v0.2.1 |
| 1981 | 2024-12-19T04:34:09.713Z | Checking object v0.36.5 |
| 1982 | 2024-12-19T04:34:09.902Z | Checking quick-error v1.2.3 |
| 1983 | 2024-12-19T04:34:09.949Z | Checking fallible-iterator v0.2.0 |
| 1984 | 2024-12-19T04:34:09.965Z | Checking utf-8 v0.7.6 |
| 1985 | 2024-12-19T04:34:10.027Z | Checking take_mut v0.2.2 |
| 1986 | 2024-12-19T04:34:10.043Z | Checking colorchoice v1.0.2 |
| 1987 | 2024-12-19T04:34:10.157Z | Checking linked-hash-map v0.5.6 |
| 1988 | 2024-12-19T04:34:10.174Z | Checking is_terminal_polyfill v1.70.1 |
| 1989 | 2024-12-19T04:34:10.177Z | Checking base16ct v0.2.0 |
| 1990 | 2024-12-19T04:34:10.309Z | Checking anstyle-query v1.1.1 |
| 1991 | 2024-12-19T04:34:10.364Z | Checking rustc-demangle v0.1.24 |
| 1992 | 2024-12-19T04:34:10.443Z | Checking dyn-clone v1.0.17 |
| 1993 | 2024-12-19T04:34:10.481Z | Checking psl-types v2.0.11 |
| 1994 | 2024-12-19T04:34:10.536Z | Checking postgres-protocol v0.6.7 |
| 1995 | 2024-12-19T04:34:10.581Z | Checking schemars v0.8.21 |
| 1996 | 2024-12-19T04:34:10.661Z | Checking publicsuffix v2.2.3 |
| 1997 | 2024-12-19T04:34:10.776Z | Checking lru-cache v0.1.2 |
| 1998 | 2024-12-19T04:34:10.799Z | Checking toml v0.8.19 |
| 1999 | 2024-12-19T04:34:10.898Z | Checking anstream v0.6.15 |
| 2000 | 2024-12-19T04:34:10.951Z | Checking sec1 v0.7.3 |
| 2001 | 2024-12-19T04:34:11.051Z | Checking hyper-util v0.1.10 |
| 2002 | 2024-12-19T04:34:11.216Z | Checking slog-async v2.8.0 |
| 2003 | 2024-12-19T04:34:11.272Z | Checking tungstenite v0.24.0 |
| 2004 | 2024-12-19T04:34:11.332Z | Checking resolv-conf v0.7.0 |
| 2005 | 2024-12-19T04:34:11.502Z | Checking heapless v0.7.17 |
| 2006 | 2024-12-19T04:34:11.517Z | Checking hickory-proto v0.24.1 |
| 2007 | 2024-12-19T04:34:11.698Z | Checking tokio-rustls v0.25.0 |
| 2008 | 2024-12-19T04:34:11.928Z | Checking tokio-rustls v0.26.0 |
| 2009 | 2024-12-19T04:34:12.114Z | Checking slog-term v2.9.1 |
| 2010 | 2024-12-19T04:34:12.197Z | Checking usdt v0.5.0 |
| 2011 | 2024-12-19T04:34:12.231Z | Checking group v0.13.0 |
| 2012 | 2024-12-19T04:34:12.319Z | Checking num-iter v0.1.45 |
| 2013 | 2024-12-19T04:34:12.448Z | Checking futures v0.3.31 |
| 2014 | 2024-12-19T04:34:12.480Z | Checking slog-bunyan v2.5.0 |
| 2015 | 2024-12-19T04:34:12.483Z | Checking tokio-native-tls v0.3.1 |
| 2016 | 2024-12-19T04:34:12.531Z | Checking rayon-core v1.12.1 |
| 2017 | 2024-12-19T04:34:12.550Z | Checking multer v3.1.0 |
| 2018 | 2024-12-19T04:34:12.592Z | Checking terminal_size v0.4.0 |
| 2019 | 2024-12-19T04:34:12.645Z | Checking phf_shared v0.11.2 |
| 2020 | 2024-12-19T04:34:12.730Z | Checking cookie v0.18.1 |
| 2021 | 2024-12-19T04:34:12.759Z | Checking async-stream v0.3.6 |
| 2022 | 2024-12-19T04:34:12.913Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2023 | 2024-12-19T04:34:12.934Z | Checking camino v1.1.9 |
| 2024 | 2024-12-19T04:34:12.954Z | Checking signal-hook v0.3.17 |
| 2025 | 2024-12-19T04:34:13.034Z | Checking waitgroup v0.1.2 |
| 2026 | 2024-12-19T04:34:13.114Z | Checking openapiv3 v2.0.0 |
| 2027 | 2024-12-19T04:34:13.170Z | Checking webpki-roots v0.26.6 |
| 2028 | 2024-12-19T04:34:13.173Z | Checking serde_path_to_error v0.1.16 |
| 2029 | 2024-12-19T04:34:13.212Z | Checking idna v0.5.0 |
| 2030 | 2024-12-19T04:34:13.287Z | Checking hkdf v0.12.4 |
| 2031 | 2024-12-19T04:34:13.385Z | Checking crypto-bigint v0.5.5 |
| 2032 | 2024-12-19T04:34:13.490Z | Checking hostname v0.4.0 |
| 2033 | 2024-12-19T04:34:13.507Z | Checking crc32fast v1.4.2 |
| 2034 | 2024-12-19T04:34:13.625Z | Checking bitflags v1.3.2 |
| 2035 | 2024-12-19T04:34:13.726Z | Checking managed v0.8.0 |
| 2036 | 2024-12-19T04:34:13.744Z | Checking winnow v0.5.40 |
| 2037 | 2024-12-19T04:34:13.816Z | Checking clap_lex v0.7.2 |
| 2038 | 2024-12-19T04:34:14.051Z | Checking debug-ignore v1.0.5 |
| 2039 | 2024-12-19T04:34:14.068Z | Checking unicode-width v0.1.14 |
| 2040 | 2024-12-19T04:34:14.083Z | Checking strsim v0.11.1 |
| 2041 | 2024-12-19T04:34:14.176Z | Checking smoltcp v0.9.1 |
| 2042 | 2024-12-19T04:34:14.347Z | Checking clap_builder v4.5.21 |
| 2043 | 2024-12-19T04:34:14.568Z | Checking console v0.15.8 |
| 2044 | 2024-12-19T04:34:15.178Z | Checking cookie_store v0.21.0 |
| 2045 | 2024-12-19T04:34:15.742Z | Checking flate2 v1.0.34 |
| 2046 | 2024-12-19T04:34:15.842Z | Checking hyper-rustls v0.27.3 |
| 2047 | 2024-12-19T04:34:16.172Z | Checking signal-hook-mio v0.2.4 |
| 2048 | 2024-12-19T04:34:16.217Z | Checking backtrace v0.3.74 |
| 2049 | 2024-12-19T04:34:16.266Z | Checking elliptic-curve v0.13.8 |
| 2050 | 2024-12-19T04:34:16.306Z | Checking rayon v1.10.0 |
| 2051 | 2024-12-19T04:34:16.336Z | Checking hickory-resolver v0.24.1 |
| 2052 | 2024-12-19T04:34:16.371Z | Checking hyper-tls v0.6.0 |
| 2053 | 2024-12-19T04:34:16.511Z | Checking dropshot v0.12.0 |
| 2054 | 2024-12-19T04:34:16.664Z | Checking bzip2 v0.4.4 |
| 2055 | 2024-12-19T04:34:16.778Z | Checking toml_edit v0.19.15 |
| 2056 | 2024-12-19T04:34:16.780Z | Checking anyhow v1.0.93 |
| 2057 | 2024-12-19T04:34:16.906Z | Checking phf v0.11.2 |
| 2058 | 2024-12-19T04:34:16.946Z | Checking num-bigint-dig v0.8.4 |
| 2059 | 2024-12-19T04:34:17.163Z | Checking tokio-tungstenite v0.24.0 |
| 2060 | 2024-12-19T04:34:17.178Z | Checking postgres-types v0.2.8 |
| 2061 | 2024-12-19T04:34:17.502Z | Checking regex v1.11.1 |
| 2062 | 2024-12-19T04:34:17.647Z | Checking bstr v1.10.0 |
| 2063 | 2024-12-19T04:34:17.906Z | Checking ed25519 v2.2.3 |
| 2064 | 2024-12-19T04:34:18.004Z | Checking tokio-stream v0.1.16 |
| 2065 | 2024-12-19T04:34:18.150Z | Checking phf_shared v0.10.0 |
| 2066 | 2024-12-19T04:34:18.215Z | Checking curve25519-dalek v4.1.3 |
| 2067 | 2024-12-19T04:34:18.437Z | Checking zerocopy v0.6.6 |
| 2068 | 2024-12-19T04:34:18.618Z | Checking pkcs1 v0.7.5 |
| 2069 | 2024-12-19T04:34:18.872Z | Checking hubpack v0.1.2 |
| 2070 | 2024-12-19T04:34:19.030Z | Checking portable-atomic v1.9.0 |
| 2071 | 2024-12-19T04:34:19.105Z | Checking float-cmp v0.9.0 |
| 2072 | 2024-12-19T04:34:19.188Z | Checking serde-big-array v0.5.1 |
| 2073 | 2024-12-19T04:34:19.203Z | Checking rfc6979 v0.4.0 |
| 2074 | 2024-12-19T04:34:19.219Z | Checking sync_wrapper v1.0.1 |
| 2075 | 2024-12-19T04:34:19.300Z | Checking whoami v1.5.2 |
| 2076 | 2024-12-19T04:34:19.364Z | Checking fixedbitset v0.4.2 |
| 2077 | 2024-12-19T04:34:19.379Z | Checking new_debug_unreachable v1.0.6 |
| 2078 | 2024-12-19T04:34:19.392Z | Checking number_prefix v0.4.0 |
| 2079 | 2024-12-19T04:34:19.459Z | Checking unicode-segmentation v1.12.0 |
| 2080 | 2024-12-19T04:34:19.586Z | Checking precomputed-hash v0.1.1 |
| 2081 | 2024-12-19T04:34:19.611Z | Checking bit-vec v0.6.3 |
| 2082 | 2024-12-19T04:34:19.627Z | Checking normalize-line-endings v0.3.0 |
| 2083 | 2024-12-19T04:34:19.697Z | Checking static_assertions v1.1.0 |
| 2084 | 2024-12-19T04:34:19.737Z | Checking predicates-core v1.0.8 |
| 2085 | 2024-12-19T04:34:19.788Z | Checking difflib v0.4.0 |
| 2086 | 2024-12-19T04:34:19.914Z | Checking unicode-width v0.2.0 |
| 2087 | 2024-12-19T04:34:19.930Z | Checking minimal-lexical v0.2.1 |
| 2088 | 2024-12-19T04:34:20.034Z | Checking bit-set v0.5.3 |
| 2089 | 2024-12-19T04:34:20.093Z | Checking predicates v3.1.2 |
| 2090 | 2024-12-19T04:34:20.096Z | Checking ed25519-dalek v2.1.1 |
| 2091 | 2024-12-19T04:34:20.125Z | Checking similar v2.6.0 |
| 2092 | 2024-12-19T04:34:20.174Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2093 | 2024-12-19T04:34:20.209Z | Checking qorb v0.2.1 |
| 2094 | 2024-12-19T04:34:20.271Z | Checking string_cache v0.8.7 |
| 2095 | 2024-12-19T04:34:20.296Z | Checking nom v7.1.3 |
| 2096 | 2024-12-19T04:34:20.344Z | Checking indicatif v0.17.9 |
| 2097 | 2024-12-19T04:34:20.489Z | Checking petgraph v0.6.5 |
| 2098 | 2024-12-19T04:34:20.538Z | Checking tokio-postgres v0.7.12 |
| 2099 | 2024-12-19T04:34:20.756Z | Checking ecdsa v0.16.9 |
| 2100 | 2024-12-19T04:34:20.999Z | Checking reqwest v0.12.9 |
| 2101 | 2024-12-19T04:34:21.115Z | Checking toml v0.7.8 |
| 2102 | 2024-12-19T04:34:21.491Z | Checking rsa v0.9.6 |
| 2103 | 2024-12-19T04:34:21.854Z | Checking clap v4.5.21 |
| 2104 | 2024-12-19T04:34:21.976Z | Checking zip v0.6.6 |
| 2105 | 2024-12-19T04:34:22.580Z | Checking crossterm v0.28.1 |
| 2106 | 2024-12-19T04:34:22.694Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2107 | 2024-12-19T04:34:22.723Z | Checking itertools v0.10.5 |
| 2108 | 2024-12-19T04:34:22.771Z | Checking itertools v0.12.1 |
| 2109 | 2024-12-19T04:34:22.946Z | Checking fs-err v2.11.0 |
| 2110 | 2024-12-19T04:34:23.173Z | Checking ahash v0.8.11 |
| 2111 | 2024-12-19T04:34:23.483Z | Checking x509-cert v0.2.5 |
| 2112 | 2024-12-19T04:34:23.702Z | Checking semver v1.0.23 |
| 2113 | 2024-12-19T04:34:23.748Z | Checking hex v0.4.3 |
| 2114 | 2024-12-19T04:34:23.792Z | Checking peg-runtime v0.8.3 |
| 2115 | 2024-12-19T04:34:24.051Z | Checking lalrpop-util v0.19.12 |
| 2116 | 2024-12-19T04:34:24.129Z | Checking sigpipe v0.1.3 |
| 2117 | 2024-12-19T04:34:25.168Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2118 | 2024-12-19T04:34:25.487Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.61s |
| 2119 | 2024-12-19T04:34:25.643Z | |
| 2120 | 2024-12-19T04:34:25.643Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/173) |
| 2121 | 2024-12-19T04:34:26.226Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2122 | 2024-12-19T04:34:26.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2123 | 2024-12-19T04:34:26.330Z | Compiling hashbrown v0.14.5 |
| 2124 | 2024-12-19T04:34:26.450Z | Checking heck v0.5.0 |
| 2125 | 2024-12-19T04:34:26.464Z | Compiling unsafe-libyaml v0.2.11 |
| 2126 | 2024-12-19T04:34:26.480Z | Compiling ident_case v1.0.1 |
| 2127 | 2024-12-19T04:34:26.483Z | Checking progenitor-client v0.8.0 |
| 2128 | 2024-12-19T04:34:26.508Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2129 | 2024-12-19T04:34:26.523Z | Compiling proc-macro-crate v1.3.1 |
| 2130 | 2024-12-19T04:34:26.619Z | Compiling darling_core v0.20.10 |
| 2131 | 2024-12-19T04:34:26.654Z | Checking ipnetwork v0.20.0 |
| 2132 | 2024-12-19T04:34:26.856Z | Compiling structmeta-derive v0.3.0 |
| 2133 | 2024-12-19T04:34:26.877Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2134 | 2024-12-19T04:34:27.057Z | Compiling newtype-uuid v1.1.3 |
| 2135 | 2024-12-19T04:34:27.174Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2136 | 2024-12-19T04:34:27.353Z | Compiling lzma-sys v0.1.20 |
| 2137 | 2024-12-19T04:34:27.519Z | Compiling foreign-types-macros v0.2.3 |
| 2138 | 2024-12-19T04:34:27.611Z | Checking regress v0.10.1 |
| 2139 | 2024-12-19T04:34:27.625Z | Compiling num_enum_derive v0.5.11 |
| 2140 | 2024-12-19T04:34:28.126Z | Compiling serde_yaml v0.9.34+deprecated |
| 2141 | 2024-12-19T04:34:28.378Z | Compiling dropshot v0.13.0 |
| 2142 | 2024-12-19T04:34:28.667Z | Checking foreign-types-shared v0.3.1 |
| 2143 | 2024-12-19T04:34:28.784Z | Checking arc-swap v1.7.1 |
| 2144 | 2024-12-19T04:34:28.808Z | Checking foreign-types v0.5.0 |
| 2145 | 2024-12-19T04:34:29.024Z | Compiling proc-macro-error v1.0.4 |
| 2146 | 2024-12-19T04:34:29.216Z | Checking slog-scope v4.4.0 |
| 2147 | 2024-12-19T04:34:29.800Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2148 | 2024-12-19T04:34:29.866Z | Compiling structmeta v0.3.0 |
| 2149 | 2024-12-19T04:34:29.893Z | Checking tungstenite v0.21.0 |
| 2150 | 2024-12-19T04:34:29.911Z | Compiling heck v0.3.3 |
| 2151 | 2024-12-19T04:34:30.222Z | Checking num_enum v0.5.11 |
| 2152 | 2024-12-19T04:34:30.300Z | Compiling parse-display-derive v0.10.0 |
| 2153 | 2024-12-19T04:34:30.350Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2154 | 2024-12-19T04:34:30.375Z | Compiling dropshot_endpoint v0.13.0 |
| 2155 | 2024-12-19T04:34:30.872Z | Checking cstr-argument v0.1.2 |
| 2156 | 2024-12-19T04:34:31.058Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2157 | 2024-12-19T04:34:31.188Z | Checking typify-impl v0.2.0 |
| 2158 | 2024-12-19T04:34:31.205Z | Checking instant v0.1.13 |
| 2159 | 2024-12-19T04:34:31.318Z | Checking pretty-hex v0.2.1 |
| 2160 | 2024-12-19T04:34:31.861Z | Checking fastrand v2.1.1 |
| 2161 | 2024-12-19T04:34:32.203Z | Checking base64 v0.21.7 |
| 2162 | 2024-12-19T04:34:32.439Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2163 | 2024-12-19T04:34:32.702Z | Checking tempfile v3.13.0 |
| 2164 | 2024-12-19T04:34:32.747Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2165 | 2024-12-19T04:34:32.804Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2166 | 2024-12-19T04:34:32.891Z | Checking backoff v0.4.0 |
| 2167 | 2024-12-19T04:34:33.065Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2168 | 2024-12-19T04:34:33.083Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2169 | 2024-12-19T04:34:33.202Z | Checking tokio-tungstenite v0.21.0 |
| 2170 | 2024-12-19T04:34:33.218Z | Checking strum v0.26.3 |
| 2171 | 2024-12-19T04:34:33.365Z | Compiling zone_cfg_derive v0.1.2 |
| 2172 | 2024-12-19T04:34:33.384Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2173 | 2024-12-19T04:34:33.699Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2174 | 2024-12-19T04:34:33.716Z | Compiling darling_macro v0.20.10 |
| 2175 | 2024-12-19T04:34:33.801Z | Checking slog-stdlog v4.1.1 |
| 2176 | 2024-12-19T04:34:33.960Z | Checking regress v0.9.1 |
| 2177 | 2024-12-19T04:34:34.107Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2178 | 2024-12-19T04:34:34.139Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2179 | 2024-12-19T04:34:34.256Z | Checking colored v2.1.0 |
| 2180 | 2024-12-19T04:34:34.406Z | Checking macaddr v1.0.1 |
| 2181 | 2024-12-19T04:34:34.544Z | Checking base64 v0.13.1 |
| 2182 | 2024-12-19T04:34:34.640Z | Compiling darling v0.20.10 |
| 2183 | 2024-12-19T04:34:34.753Z | Compiling serde_with_macros v3.11.0 |
| 2184 | 2024-12-19T04:34:34.857Z | Checking zone v0.1.8 |
| 2185 | 2024-12-19T04:34:34.920Z | Checking ron v0.7.1 |
| 2186 | 2024-12-19T04:34:35.037Z | Checking parse-display v0.10.0 |
| 2187 | 2024-12-19T04:34:35.269Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2188 | 2024-12-19T04:34:35.515Z | Checking xz2 v0.1.7 |
| 2189 | 2024-12-19T04:34:35.767Z | Checking slog-envlogger v2.2.0 |
| 2190 | 2024-12-19T04:34:35.807Z | Checking tabwriter v1.4.0 |
| 2191 | 2024-12-19T04:34:36.004Z | Checking xattr v1.3.1 |
| 2192 | 2024-12-19T04:34:36.032Z | Checking pem v3.0.4 |
| 2193 | 2024-12-19T04:34:36.122Z | Checking yasna v0.5.2 |
| 2194 | 2024-12-19T04:34:36.200Z | Checking headers-core v0.3.0 |
| 2195 | 2024-12-19T04:34:36.305Z | Checking smf v0.2.3 |
| 2196 | 2024-12-19T04:34:36.346Z | Checking filetime v0.2.25 |
| 2197 | 2024-12-19T04:34:36.560Z | Checking same-file v1.0.6 |
| 2198 | 2024-12-19T04:34:36.731Z | Checking walkdir v2.5.0 |
| 2199 | 2024-12-19T04:34:36.786Z | Checking tar v0.4.42 |
| 2200 | 2024-12-19T04:34:36.820Z | Checking headers v0.4.0 |
| 2201 | 2024-12-19T04:34:37.016Z | Checking atomicwrites v0.4.4 |
| 2202 | 2024-12-19T04:34:37.074Z | Checking rcgen v0.12.1 |
| 2203 | 2024-12-19T04:34:37.226Z | Checking camino-tempfile v1.1.1 |
| 2204 | 2024-12-19T04:34:37.519Z | Checking subprocess v0.2.9 |
| 2205 | 2024-12-19T04:34:37.985Z | Checking serde_with v3.11.0 |
| 2206 | 2024-12-19T04:34:41.677Z | Compiling typify-macro v0.2.0 |
| 2207 | 2024-12-19T04:34:43.587Z | Compiling typify v0.2.0 |
| 2208 | 2024-12-19T04:34:43.658Z | Compiling progenitor-impl v0.8.0 |
| 2209 | 2024-12-19T04:34:46.916Z | Compiling progenitor-macro v0.8.0 |
| 2210 | 2024-12-19T04:34:52.347Z | Checking progenitor v0.8.0 |
| 2211 | 2024-12-19T04:34:52.506Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2212 | 2024-12-19T04:34:52.508Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2213 | 2024-12-19T04:34:55.251Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2214 | 2024-12-19T04:34:55.635Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2215 | 2024-12-19T04:35:02.214Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2216 | 2024-12-19T04:35:03.820Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2217 | 2024-12-19T04:35:05.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.41s |
| 2218 | 2024-12-19T04:35:05.238Z | |
| 2219 | 2024-12-19T04:35:05.238Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/173) |
| 2220 | 2024-12-19T04:35:05.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2221 | 2024-12-19T04:35:05.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2222 | 2024-12-19T04:35:05.924Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2223 | 2024-12-19T04:35:07.368Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
| 2224 | 2024-12-19T04:35:07.533Z | |
| 2225 | 2024-12-19T04:35:07.533Z | info: running `cargo check --bins` on nexus-config (31/173) |
| 2226 | 2024-12-19T04:35:08.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2227 | 2024-12-19T04:35:08.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2228 | 2024-12-19T04:35:08.095Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2229 | 2024-12-19T04:35:08.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2230 | 2024-12-19T04:35:08.176Z | |
| 2231 | 2024-12-19T04:35:08.176Z | info: running `cargo check --bins` on omicron-rpaths (32/173) |
| 2232 | 2024-12-19T04:35:08.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2233 | 2024-12-19T04:35:08.744Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2234 | 2024-12-19T04:35:08.744Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2235 | 2024-12-19T04:35:08.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2236 | 2024-12-19T04:35:08.820Z | |
| 2237 | 2024-12-19T04:35:08.820Z | info: running `cargo check --bins` on omicron-certificates (33/173) |
| 2238 | 2024-12-19T04:35:09.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2239 | 2024-12-19T04:35:09.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2240 | 2024-12-19T04:35:09.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2241 | 2024-12-19T04:35:09.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2242 | 2024-12-19T04:35:09.477Z | |
| 2243 | 2024-12-19T04:35:09.477Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/173) |
| 2244 | 2024-12-19T04:35:10.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2245 | 2024-12-19T04:35:10.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2246 | 2024-12-19T04:35:10.191Z | Compiling zerocopy v0.8.10 |
| 2247 | 2024-12-19T04:35:10.191Z | Compiling progenitor-client v0.8.0 |
| 2248 | 2024-12-19T04:35:10.191Z | Compiling itertools v0.13.0 |
| 2249 | 2024-12-19T04:35:10.191Z | Compiling zerocopy-derive v0.8.10 |
| 2250 | 2024-12-19T04:35:10.191Z | Compiling heapless v0.8.0 |
| 2251 | 2024-12-19T04:35:10.194Z | Compiling newtype-uuid v1.1.3 |
| 2252 | 2024-12-19T04:35:10.194Z | Compiling ipnetwork v0.20.0 |
| 2253 | 2024-12-19T04:35:10.194Z | Checking hash32 v0.3.1 |
| 2254 | 2024-12-19T04:35:10.504Z | Compiling instant v0.1.13 |
| 2255 | 2024-12-19T04:35:10.566Z | Compiling smoltcp v0.11.0 |
| 2256 | 2024-12-19T04:35:10.642Z | Compiling backoff v0.4.0 |
| 2257 | 2024-12-19T04:35:10.785Z | Compiling progenitor v0.8.0 |
| 2258 | 2024-12-19T04:35:10.997Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2259 | 2024-12-19T04:35:11.054Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2260 | 2024-12-19T04:35:11.212Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2261 | 2024-12-19T04:35:11.279Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2262 | 2024-12-19T04:35:11.323Z | Compiling serde_with v3.11.0 |
| 2263 | 2024-12-19T04:35:11.449Z | Compiling dropshot v0.13.0 |
| 2264 | 2024-12-19T04:35:11.600Z | Compiling parse-display v0.10.0 |
| 2265 | 2024-12-19T04:35:11.771Z | Checking num-rational v0.4.2 |
| 2266 | 2024-12-19T04:35:12.118Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2267 | 2024-12-19T04:35:12.332Z | Compiling regress v0.9.1 |
| 2268 | 2024-12-19T04:35:12.429Z | Compiling phf_generator v0.11.2 |
| 2269 | 2024-12-19T04:35:12.618Z | Checking num-complex v0.4.6 |
| 2270 | 2024-12-19T04:35:13.502Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2271 | 2024-12-19T04:35:14.141Z | Compiling macaddr v1.0.1 |
| 2272 | 2024-12-19T04:35:14.580Z | Checking cobs v0.2.3 |
| 2273 | 2024-12-19T04:35:14.673Z | Compiling num v0.4.3 |
| 2274 | 2024-12-19T04:35:14.755Z | Checking postcard v1.0.10 |
| 2275 | 2024-12-19T04:35:14.877Z | Compiling phf_codegen v0.11.2 |
| 2276 | 2024-12-19T04:35:15.327Z | Compiling parse-zoneinfo v0.3.1 |
| 2277 | 2024-12-19T04:35:15.400Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2278 | 2024-12-19T04:35:15.692Z | Compiling float-ord v0.3.2 |
| 2279 | 2024-12-19T04:35:15.860Z | Compiling convert_case v0.4.0 |
| 2280 | 2024-12-19T04:35:16.780Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2281 | 2024-12-19T04:35:16.874Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2282 | 2024-12-19T04:35:17.035Z | Compiling derive_more v0.99.18 |
| 2283 | 2024-12-19T04:35:17.368Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2284 | 2024-12-19T04:35:17.638Z | Compiling chrono-tz-build v0.4.0 |
| 2285 | 2024-12-19T04:35:18.238Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2286 | 2024-12-19T04:35:19.136Z | Compiling thiserror v2.0.3 |
| 2287 | 2024-12-19T04:35:19.160Z | Compiling crucible-workspace-hack v0.1.0 |
| 2288 | 2024-12-19T04:35:19.410Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2289 | 2024-12-19T04:35:19.487Z | Compiling chrono-tz v0.10.0 |
| 2290 | 2024-12-19T04:35:19.709Z | Checking newline-converter v0.3.0 |
| 2291 | 2024-12-19T04:35:19.856Z | Checking prettyplease v0.2.25 |
| 2292 | 2024-12-19T04:35:20.070Z | Compiling thiserror-impl v2.0.3 |
| 2293 | 2024-12-19T04:35:20.138Z | Compiling slog-dtrace v0.3.0 |
| 2294 | 2024-12-19T04:35:20.411Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2295 | 2024-12-19T04:35:20.890Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2296 | 2024-12-19T04:35:20.990Z | Checking expectorate v1.1.0 |
| 2297 | 2024-12-19T04:35:21.086Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2298 | 2024-12-19T04:35:21.155Z | Compiling zone_cfg_derive v0.3.0 |
| 2299 | 2024-12-19T04:35:21.702Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2300 | 2024-12-19T04:35:21.964Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2301 | 2024-12-19T04:35:22.281Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2302 | 2024-12-19T04:35:22.757Z | Compiling const_format_proc_macros v0.2.33 |
| 2303 | 2024-12-19T04:35:23.005Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2304 | 2024-12-19T04:35:23.412Z | Compiling num-derive v0.4.2 |
| 2305 | 2024-12-19T04:35:24.044Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2306 | 2024-12-19T04:35:24.094Z | Checking highway v1.2.0 |
| 2307 | 2024-12-19T04:35:24.187Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2308 | 2024-12-19T04:35:24.509Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2309 | 2024-12-19T04:35:24.533Z | Checking zone v0.3.0 |
| 2310 | 2024-12-19T04:35:24.916Z | Checking const_format v0.2.33 |
| 2311 | 2024-12-19T04:35:25.251Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2312 | 2024-12-19T04:35:25.260Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2313 | 2024-12-19T04:35:25.309Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2314 | 2024-12-19T04:35:25.473Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2315 | 2024-12-19T04:35:25.775Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 2316 | 2024-12-19T04:35:25.811Z | Checking gethostname v0.5.0 |
| 2317 | 2024-12-19T04:35:25.935Z | Checking bcs v0.1.6 |
| 2318 | 2024-12-19T04:35:25.960Z | Compiling async-recursion v1.1.1 |
| 2319 | 2024-12-19T04:35:27.158Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2320 | 2024-12-19T04:35:27.582Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2321 | 2024-12-19T04:35:33.387Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2322 | 2024-12-19T04:35:36.815Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2323 | 2024-12-19T04:35:39.524Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2324 | 2024-12-19T04:35:40.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.28s |
| 2325 | 2024-12-19T04:35:40.955Z | |
| 2326 | 2024-12-19T04:35:40.955Z | info: running `cargo check --bins` on clickhouse-admin-api (35/173) |
| 2327 | 2024-12-19T04:35:41.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2328 | 2024-12-19T04:35:41.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2329 | 2024-12-19T04:35:41.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2330 | 2024-12-19T04:35:41.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2331 | 2024-12-19T04:35:41.606Z | |
| 2332 | 2024-12-19T04:35:41.606Z | info: running `cargo check --bins` on clickhouse-admin-types (36/173) |
| 2333 | 2024-12-19T04:35:42.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2334 | 2024-12-19T04:35:42.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2335 | 2024-12-19T04:35:42.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2336 | 2024-12-19T04:35:42.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2337 | 2024-12-19T04:35:42.273Z | |
| 2338 | 2024-12-19T04:35:42.273Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/173) |
| 2339 | 2024-12-19T04:35:42.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2340 | 2024-12-19T04:35:42.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2341 | 2024-12-19T04:35:42.965Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2342 | 2024-12-19T04:35:43.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 2343 | 2024-12-19T04:35:43.808Z | |
| 2344 | 2024-12-19T04:35:43.808Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/173) |
| 2345 | 2024-12-19T04:35:44.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2346 | 2024-12-19T04:35:44.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2347 | 2024-12-19T04:35:44.503Z | Compiling cfg_aliases v0.1.1 |
| 2348 | 2024-12-19T04:35:44.506Z | Compiling vte_generate_state_changes v0.1.2 |
| 2349 | 2024-12-19T04:35:44.506Z | Checking fd-lock v4.0.2 |
| 2350 | 2024-12-19T04:35:44.506Z | Checking nibble_vec v0.1.0 |
| 2351 | 2024-12-19T04:35:44.608Z | Checking bytecount v0.6.8 |
| 2352 | 2024-12-19T04:35:44.618Z | Checking endian-type v0.1.2 |
| 2353 | 2024-12-19T04:35:44.644Z | Compiling tabled_derive v0.7.0 |
| 2354 | 2024-12-19T04:35:44.669Z | Compiling peg-macros v0.8.4 |
| 2355 | 2024-12-19T04:35:44.696Z | Compiling nix v0.28.0 |
| 2356 | 2024-12-19T04:35:44.746Z | Checking papergrid v0.11.0 |
| 2357 | 2024-12-19T04:35:44.785Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2358 | 2024-12-19T04:35:44.811Z | Compiling sqlparser_derive v0.2.2 |
| 2359 | 2024-12-19T04:35:44.848Z | Checking radix_trie v0.2.1 |
| 2360 | 2024-12-19T04:35:45.210Z | Checking vte v0.11.1 |
| 2361 | 2024-12-19T04:35:45.253Z | Checking unicode_categories v0.1.1 |
| 2362 | 2024-12-19T04:35:45.558Z | Checking nu-ansi-term v0.50.1 |
| 2363 | 2024-12-19T04:35:45.887Z | Checking home v0.5.9 |
| 2364 | 2024-12-19T04:35:45.963Z | Checking sqlparser v0.45.0 |
| 2365 | 2024-12-19T04:35:46.004Z | Checking sqlformat v0.2.6 |
| 2366 | 2024-12-19T04:35:46.029Z | Checking display-error-chain v0.2.2 |
| 2367 | 2024-12-19T04:35:46.597Z | Checking strip-ansi-escapes v0.2.0 |
| 2368 | 2024-12-19T04:35:46.737Z | Checking reedline v0.35.0 |
| 2369 | 2024-12-19T04:35:47.060Z | Checking tabled v0.15.0 |
| 2370 | 2024-12-19T04:35:47.590Z | Checking peg v0.8.4 |
| 2371 | 2024-12-19T04:35:48.117Z | Checking rustyline v14.0.0 |
| 2372 | 2024-12-19T04:35:56.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.90s |
| 2373 | 2024-12-19T04:35:56.907Z | |
| 2374 | 2024-12-19T04:35:56.907Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/173) |
| 2375 | 2024-12-19T04:35:57.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2376 | 2024-12-19T04:35:57.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2377 | 2024-12-19T04:35:57.593Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2378 | 2024-12-19T04:36:02.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.80s |
| 2379 | 2024-12-19T04:36:02.896Z | |
| 2380 | 2024-12-19T04:36:02.896Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/173) |
| 2381 | 2024-12-19T04:36:03.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2382 | 2024-12-19T04:36:03.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2383 | 2024-12-19T04:36:03.588Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2384 | 2024-12-19T04:36:07.411Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.51s |
| 2385 | 2024-12-19T04:36:07.588Z | |
| 2386 | 2024-12-19T04:36:07.588Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/173) |
| 2387 | 2024-12-19T04:36:08.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2388 | 2024-12-19T04:36:08.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2389 | 2024-12-19T04:36:08.279Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2390 | 2024-12-19T04:36:13.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
| 2391 | 2024-12-19T04:36:13.400Z | |
| 2392 | 2024-12-19T04:36:13.400Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/173) |
| 2393 | 2024-12-19T04:36:13.995Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2394 | 2024-12-19T04:36:13.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2395 | 2024-12-19T04:36:14.104Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2396 | 2024-12-19T04:36:19.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s |
| 2397 | 2024-12-19T04:36:19.225Z | |
| 2398 | 2024-12-19T04:36:19.225Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/173) |
| 2399 | 2024-12-19T04:36:19.824Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2400 | 2024-12-19T04:36:19.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2401 | 2024-12-19T04:36:19.924Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2402 | 2024-12-19T04:36:23.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.66s |
| 2403 | 2024-12-19T04:36:24.064Z | |
| 2404 | 2024-12-19T04:36:24.064Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/173) |
| 2405 | 2024-12-19T04:36:24.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2406 | 2024-12-19T04:36:24.647Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2407 | 2024-12-19T04:36:24.746Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2408 | 2024-12-19T04:36:28.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.75s |
| 2409 | 2024-12-19T04:36:28.994Z | |
| 2410 | 2024-12-19T04:36:28.994Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/173) |
| 2411 | 2024-12-19T04:36:29.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2412 | 2024-12-19T04:36:29.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2413 | 2024-12-19T04:36:29.694Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2414 | 2024-12-19T04:36:34.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.84s |
| 2415 | 2024-12-19T04:36:35.024Z | |
| 2416 | 2024-12-19T04:36:35.024Z | info: running `cargo check --bins` on oximeter (46/173) |
| 2417 | 2024-12-19T04:36:35.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2418 | 2024-12-19T04:36:35.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2419 | 2024-12-19T04:36:35.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2420 | 2024-12-19T04:36:35.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2421 | 2024-12-19T04:36:35.685Z | |
| 2422 | 2024-12-19T04:36:35.685Z | info: running `cargo check --bins` on oximeter-macro-impl (47/173) |
| 2423 | 2024-12-19T04:36:36.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2424 | 2024-12-19T04:36:36.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2425 | 2024-12-19T04:36:36.248Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2426 | 2024-12-19T04:36:36.248Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2427 | 2024-12-19T04:36:36.323Z | |
| 2428 | 2024-12-19T04:36:36.323Z | info: running `cargo check --bins` on oximeter-schema (48/173) |
| 2429 | 2024-12-19T04:36:36.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2430 | 2024-12-19T04:36:36.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2431 | 2024-12-19T04:36:36.993Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2432 | 2024-12-19T04:36:37.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 2433 | 2024-12-19T04:36:37.605Z | |
| 2434 | 2024-12-19T04:36:37.605Z | info: running `cargo check --bins` on oximeter-types (49/173) |
| 2435 | 2024-12-19T04:36:38.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2436 | 2024-12-19T04:36:38.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2437 | 2024-12-19T04:36:38.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2438 | 2024-12-19T04:36:38.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2439 | 2024-12-19T04:36:38.273Z | |
| 2440 | 2024-12-19T04:36:38.273Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/173) |
| 2441 | 2024-12-19T04:36:38.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2442 | 2024-12-19T04:36:38.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2443 | 2024-12-19T04:36:38.851Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2444 | 2024-12-19T04:36:38.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2445 | 2024-12-19T04:36:38.940Z | |
| 2446 | 2024-12-19T04:36:38.940Z | info: running `cargo check --bins` on oxql-types (51/173) |
| 2447 | 2024-12-19T04:36:39.520Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2448 | 2024-12-19T04:36:39.523Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2449 | 2024-12-19T04:36:39.523Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2450 | 2024-12-19T04:36:39.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2451 | 2024-12-19T04:36:39.600Z | |
| 2452 | 2024-12-19T04:36:39.600Z | info: running `cargo check --bins` on oximeter-test-utils (52/173) |
| 2453 | 2024-12-19T04:36:40.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2454 | 2024-12-19T04:36:40.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2455 | 2024-12-19T04:36:40.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2456 | 2024-12-19T04:36:40.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2457 | 2024-12-19T04:36:40.290Z | |
| 2458 | 2024-12-19T04:36:40.290Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/173) |
| 2459 | 2024-12-19T04:36:40.876Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2460 | 2024-12-19T04:36:40.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2461 | 2024-12-19T04:36:40.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2462 | 2024-12-19T04:36:40.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2463 | 2024-12-19T04:36:40.959Z | |
| 2464 | 2024-12-19T04:36:40.959Z | info: running `cargo check --bins` on bootstrap-agent-client (54/173) |
| 2465 | 2024-12-19T04:36:41.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2466 | 2024-12-19T04:36:41.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2467 | 2024-12-19T04:36:41.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2468 | 2024-12-19T04:36:41.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2469 | 2024-12-19T04:36:41.630Z | |
| 2470 | 2024-12-19T04:36:41.630Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/173) |
| 2471 | 2024-12-19T04:36:42.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2472 | 2024-12-19T04:36:42.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2473 | 2024-12-19T04:36:42.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2474 | 2024-12-19T04:36:42.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2475 | 2024-12-19T04:36:42.290Z | |
| 2476 | 2024-12-19T04:36:42.290Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/173) |
| 2477 | 2024-12-19T04:36:42.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2478 | 2024-12-19T04:36:42.882Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2479 | 2024-12-19T04:36:42.882Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2480 | 2024-12-19T04:36:42.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2481 | 2024-12-19T04:36:42.958Z | |
| 2482 | 2024-12-19T04:36:42.958Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/173) |
| 2483 | 2024-12-19T04:36:43.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2484 | 2024-12-19T04:36:43.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2485 | 2024-12-19T04:36:43.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2486 | 2024-12-19T04:36:43.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2487 | 2024-12-19T04:36:43.617Z | |
| 2488 | 2024-12-19T04:36:43.617Z | info: running `cargo check --bins` on cockroach-admin-client (58/173) |
| 2489 | 2024-12-19T04:36:44.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2490 | 2024-12-19T04:36:44.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2491 | 2024-12-19T04:36:44.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2492 | 2024-12-19T04:36:44.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2493 | 2024-12-19T04:36:44.255Z | |
| 2494 | 2024-12-19T04:36:44.255Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/173) |
| 2495 | 2024-12-19T04:36:44.838Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2496 | 2024-12-19T04:36:44.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2497 | 2024-12-19T04:36:44.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2498 | 2024-12-19T04:36:44.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2499 | 2024-12-19T04:36:44.920Z | |
| 2500 | 2024-12-19T04:36:44.921Z | info: running `cargo check --bins` on dns-service-client (60/173) |
| 2501 | 2024-12-19T04:36:45.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2502 | 2024-12-19T04:36:45.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2503 | 2024-12-19T04:36:45.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2504 | 2024-12-19T04:36:45.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2505 | 2024-12-19T04:36:45.570Z | |
| 2506 | 2024-12-19T04:36:45.570Z | info: running `cargo check --bins` on internal-dns-types (61/173) |
| 2507 | 2024-12-19T04:36:46.116Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2508 | 2024-12-19T04:36:46.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2509 | 2024-12-19T04:36:46.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2510 | 2024-12-19T04:36:46.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2511 | 2024-12-19T04:36:46.197Z | |
| 2512 | 2024-12-19T04:36:46.197Z | info: running `cargo check --bins` on dpd-client (62/173) |
| 2513 | 2024-12-19T04:36:46.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2514 | 2024-12-19T04:36:46.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2515 | 2024-12-19T04:36:46.760Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2516 | 2024-12-19T04:36:46.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2517 | 2024-12-19T04:36:46.835Z | |
| 2518 | 2024-12-19T04:36:46.835Z | info: running `cargo check --bins` on gateway-client (63/173) |
| 2519 | 2024-12-19T04:36:47.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2520 | 2024-12-19T04:36:47.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2521 | 2024-12-19T04:36:47.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2522 | 2024-12-19T04:36:47.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2523 | 2024-12-19T04:36:47.473Z | |
| 2524 | 2024-12-19T04:36:47.473Z | info: running `cargo check --bins` on installinator-client (64/173) |
| 2525 | 2024-12-19T04:36:48.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2526 | 2024-12-19T04:36:48.044Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2527 | 2024-12-19T04:36:48.044Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2528 | 2024-12-19T04:36:48.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2529 | 2024-12-19T04:36:48.123Z | |
| 2530 | 2024-12-19T04:36:48.124Z | info: running `cargo check --bins` on installinator-common (65/173) |
| 2531 | 2024-12-19T04:36:48.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2532 | 2024-12-19T04:36:48.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2533 | 2024-12-19T04:36:48.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2534 | 2024-12-19T04:36:48.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2535 | 2024-12-19T04:36:48.773Z | |
| 2536 | 2024-12-19T04:36:48.773Z | info: running `cargo check --bins` on update-engine (66/173) |
| 2537 | 2024-12-19T04:36:49.313Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2538 | 2024-12-19T04:36:49.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2539 | 2024-12-19T04:36:49.316Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2540 | 2024-12-19T04:36:49.319Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2541 | 2024-12-19T04:36:49.392Z | |
| 2542 | 2024-12-19T04:36:49.392Z | info: running `cargo check --bins` on nexus-client (67/173) |
| 2543 | 2024-12-19T04:36:49.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2544 | 2024-12-19T04:36:49.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2545 | 2024-12-19T04:36:49.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2546 | 2024-12-19T04:36:49.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2547 | 2024-12-19T04:36:50.048Z | |
| 2548 | 2024-12-19T04:36:50.048Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/173) |
| 2549 | 2024-12-19T04:36:50.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2550 | 2024-12-19T04:36:50.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2551 | 2024-12-19T04:36:50.619Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2552 | 2024-12-19T04:36:50.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2553 | 2024-12-19T04:36:50.698Z | |
| 2554 | 2024-12-19T04:36:50.699Z | info: running `cargo check --bins` on omicron-passwords (69/173) |
| 2555 | 2024-12-19T04:36:51.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2556 | 2024-12-19T04:36:51.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2557 | 2024-12-19T04:36:51.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2558 | 2024-12-19T04:36:51.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2559 | 2024-12-19T04:36:51.314Z | |
| 2560 | 2024-12-19T04:36:51.314Z | info: running `cargo check --bins` on nexus-types (70/173) |
| 2561 | 2024-12-19T04:36:51.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2562 | 2024-12-19T04:36:51.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2563 | 2024-12-19T04:36:51.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2564 | 2024-12-19T04:36:51.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2565 | 2024-12-19T04:36:51.972Z | |
| 2566 | 2024-12-19T04:36:51.972Z | info: running `cargo check --bins` on oxide-client (71/173) |
| 2567 | 2024-12-19T04:36:52.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2568 | 2024-12-19T04:36:52.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2569 | 2024-12-19T04:36:52.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2570 | 2024-12-19T04:36:52.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2571 | 2024-12-19T04:36:52.603Z | |
| 2572 | 2024-12-19T04:36:52.603Z | info: running `cargo check --bins` on oximeter-client (72/173) |
| 2573 | 2024-12-19T04:36:53.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2574 | 2024-12-19T04:36:53.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2575 | 2024-12-19T04:36:53.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2576 | 2024-12-19T04:36:53.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2577 | 2024-12-19T04:36:53.234Z | |
| 2578 | 2024-12-19T04:36:53.234Z | info: running `cargo check --bins` on repo-depot-client (73/173) |
| 2579 | 2024-12-19T04:36:53.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2580 | 2024-12-19T04:36:53.794Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2581 | 2024-12-19T04:36:53.794Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2582 | 2024-12-19T04:36:53.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2583 | 2024-12-19T04:36:53.865Z | |
| 2584 | 2024-12-19T04:36:53.865Z | info: running `cargo check --bins` on sled-agent-client (74/173) |
| 2585 | 2024-12-19T04:36:54.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2586 | 2024-12-19T04:36:54.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2587 | 2024-12-19T04:36:54.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2588 | 2024-12-19T04:36:54.465Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2589 | 2024-12-19T04:36:54.541Z | |
| 2590 | 2024-12-19T04:36:54.541Z | info: running `cargo check --bins` on wicketd-client (75/173) |
| 2591 | 2024-12-19T04:36:55.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2592 | 2024-12-19T04:36:55.136Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2593 | 2024-12-19T04:36:55.136Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2594 | 2024-12-19T04:36:55.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2595 | 2024-12-19T04:36:55.215Z | |
| 2596 | 2024-12-19T04:36:55.215Z | info: running `cargo check --bins` on sled-agent-types (76/173) |
| 2597 | 2024-12-19T04:36:55.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2598 | 2024-12-19T04:36:55.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2599 | 2024-12-19T04:36:55.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2600 | 2024-12-19T04:36:55.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2601 | 2024-12-19T04:36:55.903Z | |
| 2602 | 2024-12-19T04:36:55.903Z | info: running `cargo check --bins` on wicket-common (77/173) |
| 2603 | 2024-12-19T04:36:56.464Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2604 | 2024-12-19T04:36:56.485Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2605 | 2024-12-19T04:36:56.485Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2606 | 2024-12-19T04:36:56.485Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2607 | 2024-12-19T04:36:56.550Z | |
| 2608 | 2024-12-19T04:36:56.550Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/173) |
| 2609 | 2024-12-19T04:36:57.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2610 | 2024-12-19T04:36:57.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2611 | 2024-12-19T04:36:57.249Z | Checking csv-core v0.1.11 |
| 2612 | 2024-12-19T04:36:57.249Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2613 | 2024-12-19T04:36:57.249Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2614 | 2024-12-19T04:36:57.551Z | Checking csv v1.3.0 |
| 2615 | 2024-12-19T04:36:57.568Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2616 | 2024-12-19T04:36:58.112Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2617 | 2024-12-19T04:36:58.441Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2618 | 2024-12-19T04:37:02.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
| 2619 | 2024-12-19T04:37:02.712Z | |
| 2620 | 2024-12-19T04:37:02.712Z | info: running `cargo check --bins` on cockroach-admin-api (79/173) |
| 2621 | 2024-12-19T04:37:02.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2622 | 2024-12-19T04:37:02.712Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2623 | 2024-12-19T04:37:02.712Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2624 | 2024-12-19T04:37:02.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2625 | 2024-12-19T04:37:02.713Z | |
| 2626 | 2024-12-19T04:37:02.713Z | info: running `cargo check --bins` on cockroach-admin-types (80/173) |
| 2627 | 2024-12-19T04:37:02.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2628 | 2024-12-19T04:37:02.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2629 | 2024-12-19T04:37:02.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2630 | 2024-12-19T04:37:02.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2631 | 2024-12-19T04:37:02.713Z | |
| 2632 | 2024-12-19T04:37:02.713Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/173) |
| 2633 | 2024-12-19T04:37:02.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2634 | 2024-12-19T04:37:02.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2635 | 2024-12-19T04:37:02.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2636 | 2024-12-19T04:37:02.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
| 2637 | 2024-12-19T04:37:02.713Z | |
| 2638 | 2024-12-19T04:37:02.713Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/173) |
| 2639 | 2024-12-19T04:37:02.740Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2640 | 2024-12-19T04:37:02.740Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2641 | 2024-12-19T04:37:02.740Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2642 | 2024-12-19T04:37:02.740Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
| 2643 | 2024-12-19T04:37:02.743Z | |
| 2644 | 2024-12-19T04:37:02.743Z | info: running `cargo check --bins` on dns-server (83/173) |
| 2645 | 2024-12-19T04:37:03.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2646 | 2024-12-19T04:37:03.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2647 | 2024-12-19T04:37:03.397Z | Compiling parking_lot_core v0.8.6 |
| 2648 | 2024-12-19T04:37:03.398Z | Checking fxhash v0.2.1 |
| 2649 | 2024-12-19T04:37:03.400Z | Checking hickory-server v0.24.1 |
| 2650 | 2024-12-19T04:37:03.400Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2651 | 2024-12-19T04:37:03.500Z | Checking hickory-client v0.24.1 |
| 2652 | 2024-12-19T04:37:04.095Z | Checking parking_lot v0.11.2 |
| 2653 | 2024-12-19T04:37:04.321Z | Checking sled v0.34.7 |
| 2654 | 2024-12-19T04:37:05.277Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2655 | 2024-12-19T04:37:05.277Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2656 | 2024-12-19T04:37:06.106Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2657 | 2024-12-19T04:37:07.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s |
| 2658 | 2024-12-19T04:37:07.562Z | |
| 2659 | 2024-12-19T04:37:07.562Z | info: running `cargo check --bins` on dns-server-api (84/173) |
| 2660 | 2024-12-19T04:37:08.134Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2661 | 2024-12-19T04:37:08.137Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2662 | 2024-12-19T04:37:08.137Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2663 | 2024-12-19T04:37:08.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2664 | 2024-12-19T04:37:08.218Z | |
| 2665 | 2024-12-19T04:37:08.219Z | info: running `cargo check --bins` on gateway-test-utils (85/173) |
| 2666 | 2024-12-19T04:37:08.856Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2667 | 2024-12-19T04:37:08.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2668 | 2024-12-19T04:37:08.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2669 | 2024-12-19T04:37:08.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
| 2670 | 2024-12-19T04:37:08.945Z | |
| 2671 | 2024-12-19T04:37:08.945Z | info: running `cargo check --bins` on gateway-types (86/173) |
| 2672 | 2024-12-19T04:37:09.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2673 | 2024-12-19T04:37:09.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2674 | 2024-12-19T04:37:09.524Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2675 | 2024-12-19T04:37:09.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2676 | 2024-12-19T04:37:09.600Z | |
| 2677 | 2024-12-19T04:37:09.600Z | info: running `cargo check --bins` on ipcc (87/173) |
| 2678 | 2024-12-19T04:37:10.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2679 | 2024-12-19T04:37:10.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2680 | 2024-12-19T04:37:10.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2681 | 2024-12-19T04:37:10.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2682 | 2024-12-19T04:37:10.255Z | |
| 2683 | 2024-12-19T04:37:10.256Z | info: running `cargo check --bins` on omicron-gateway (88/173) |
| 2684 | 2024-12-19T04:37:10.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2685 | 2024-12-19T04:37:10.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2686 | 2024-12-19T04:37:10.992Z | Compiling semver v0.1.20 |
| 2687 | 2024-12-19T04:37:10.992Z | Compiling radium v0.7.0 |
| 2688 | 2024-12-19T04:37:11.109Z | Compiling maybe-uninit v2.0.0 |
| 2689 | 2024-12-19T04:37:11.112Z | Checking tap v1.0.1 |
| 2690 | 2024-12-19T04:37:11.131Z | Checking password-hash v0.5.0 |
| 2691 | 2024-12-19T04:37:11.134Z | Checking blake2 v0.10.6 |
| 2692 | 2024-12-19T04:37:11.135Z | Compiling owo-colors v4.1.0 |
| 2693 | 2024-12-19T04:37:11.135Z | Checking funty v2.0.0 |
| 2694 | 2024-12-19T04:37:11.258Z | Checking wyz v0.5.1 |
| 2695 | 2024-12-19T04:37:11.416Z | Compiling rustc_version v0.1.7 |
| 2696 | 2024-12-19T04:37:11.581Z | Checking crc-catalog v2.4.0 |
| 2697 | 2024-12-19T04:37:11.599Z | Compiling packed_struct v0.10.1 |
| 2698 | 2024-12-19T04:37:11.653Z | Compiling cancel-safe-futures v0.1.5 |
| 2699 | 2024-12-19T04:37:11.698Z | Checking argon2 v0.5.3 |
| 2700 | 2024-12-19T04:37:11.718Z | Checking crc v3.2.1 |
| 2701 | 2024-12-19T04:37:11.790Z | Compiling packed_struct_codegen v0.10.1 |
| 2702 | 2024-12-19T04:37:11.937Z | Checking half v2.4.1 |
| 2703 | 2024-12-19T04:37:11.953Z | Compiling newtype_derive v0.1.6 |
| 2704 | 2024-12-19T04:37:12.008Z | Compiling indexmap v1.9.3 |
| 2705 | 2024-12-19T04:37:12.060Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2706 | 2024-12-19T04:37:12.116Z | Checking bitvec v1.0.1 |
| 2707 | 2024-12-19T04:37:12.184Z | Checking ciborium-io v0.2.2 |
| 2708 | 2024-12-19T04:37:12.294Z | Checking nodrop v0.1.14 |
| 2709 | 2024-12-19T04:37:12.343Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2710 | 2024-12-19T04:37:12.374Z | Checking ciborium-ll v0.2.2 |
| 2711 | 2024-12-19T04:37:12.406Z | Checking array-init v0.0.4 |
| 2712 | 2024-12-19T04:37:12.420Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2713 | 2024-12-19T04:37:12.624Z | Checking smallvec v0.6.14 |
| 2714 | 2024-12-19T04:37:12.670Z | Checking libsw v3.3.1 |
| 2715 | 2024-12-19T04:37:12.817Z | Compiling memoffset v0.9.1 |
| 2716 | 2024-12-19T04:37:12.923Z | Checking linear-map v1.2.0 |
| 2717 | 2024-12-19T04:37:13.038Z | Checking swrite v0.1.0 |
| 2718 | 2024-12-19T04:37:13.125Z | Checking hashbrown v0.12.3 |
| 2719 | 2024-12-19T04:37:13.145Z | Checking termcolor v1.4.1 |
| 2720 | 2024-12-19T04:37:13.192Z | Checking indent_write v2.2.0 |
| 2721 | 2024-12-19T04:37:13.222Z | Checking bitfield v0.14.0 |
| 2722 | 2024-12-19T04:37:13.398Z | Checking ron v0.8.1 |
| 2723 | 2024-12-19T04:37:13.457Z | Checking serde-hex v0.1.0 |
| 2724 | 2024-12-19T04:37:13.508Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2725 | 2024-12-19T04:37:13.565Z | Checking env_logger v0.10.2 |
| 2726 | 2024-12-19T04:37:14.121Z | Checking ciborium v0.2.2 |
| 2727 | 2024-12-19T04:37:14.277Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2728 | 2024-12-19T04:37:14.680Z | Checking steno v0.4.1 |
| 2729 | 2024-12-19T04:37:14.865Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2730 | 2024-12-19T04:37:14.882Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2731 | 2024-12-19T04:37:15.023Z | Checking hashbrown v0.13.2 |
| 2732 | 2024-12-19T04:37:15.109Z | Checking humantime v2.1.0 |
| 2733 | 2024-12-19T04:37:15.189Z | Checking crc-any v2.5.0 |
| 2734 | 2024-12-19T04:37:15.398Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2735 | 2024-12-19T04:37:15.597Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2736 | 2024-12-19T04:37:15.786Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2737 | 2024-12-19T04:37:16.061Z | Checking object v0.30.4 |
| 2738 | 2024-12-19T04:37:16.078Z | Checking path-slash v0.1.5 |
| 2739 | 2024-12-19T04:37:16.216Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2740 | 2024-12-19T04:37:16.304Z | Checking nix v0.27.1 |
| 2741 | 2024-12-19T04:37:16.965Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2742 | 2024-12-19T04:37:17.334Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2743 | 2024-12-19T04:37:17.443Z | Checking tungstenite v0.23.0 |
| 2744 | 2024-12-19T04:37:17.600Z | Checking kstat-rs v0.2.4 |
| 2745 | 2024-12-19T04:37:17.686Z | Checking signal-hook-tokio v0.3.1 |
| 2746 | 2024-12-19T04:37:17.941Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2747 | 2024-12-19T04:37:18.188Z | Checking tokio-tungstenite v0.23.1 |
| 2748 | 2024-12-19T04:37:18.577Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2749 | 2024-12-19T04:37:18.991Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2750 | 2024-12-19T04:37:19.090Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2751 | 2024-12-19T04:37:25.884Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2752 | 2024-12-19T04:37:27.209Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2753 | 2024-12-19T04:37:30.517Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2754 | 2024-12-19T04:37:36.479Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2755 | 2024-12-19T04:37:37.195Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2756 | 2024-12-19T04:37:40.109Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.84s |
| 2757 | 2024-12-19T04:37:40.291Z | |
| 2758 | 2024-12-19T04:37:40.291Z | info: running `cargo check --bins` on gateway-api (89/173) |
| 2759 | 2024-12-19T04:37:40.899Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2760 | 2024-12-19T04:37:40.902Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2761 | 2024-12-19T04:37:40.902Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2762 | 2024-12-19T04:37:40.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2763 | 2024-12-19T04:37:40.986Z | |
| 2764 | 2024-12-19T04:37:40.986Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/173) |
| 2765 | 2024-12-19T04:37:41.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2766 | 2024-12-19T04:37:41.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2767 | 2024-12-19T04:37:41.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2768 | 2024-12-19T04:37:41.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2769 | 2024-12-19T04:37:41.621Z | |
| 2770 | 2024-12-19T04:37:41.622Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/173) |
| 2771 | 2024-12-19T04:37:42.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2772 | 2024-12-19T04:37:42.198Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2773 | 2024-12-19T04:37:42.198Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2774 | 2024-12-19T04:37:42.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2775 | 2024-12-19T04:37:42.275Z | |
| 2776 | 2024-12-19T04:37:42.275Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/173) |
| 2777 | 2024-12-19T04:37:42.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2778 | 2024-12-19T04:37:42.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2779 | 2024-12-19T04:37:42.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2780 | 2024-12-19T04:37:42.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2781 | 2024-12-19T04:37:42.928Z | |
| 2782 | 2024-12-19T04:37:42.928Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/173) |
| 2783 | 2024-12-19T04:37:43.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2784 | 2024-12-19T04:37:43.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2785 | 2024-12-19T04:37:43.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2786 | 2024-12-19T04:37:43.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2787 | 2024-12-19T04:37:43.576Z | |
| 2788 | 2024-12-19T04:37:43.576Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/173) |
| 2789 | 2024-12-19T04:37:44.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2790 | 2024-12-19T04:37:44.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2791 | 2024-12-19T04:37:44.184Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2792 | 2024-12-19T04:37:44.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2793 | 2024-12-19T04:37:44.231Z | |
| 2794 | 2024-12-19T04:37:44.231Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/173) |
| 2795 | 2024-12-19T04:37:44.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2796 | 2024-12-19T04:37:44.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2797 | 2024-12-19T04:37:44.810Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2798 | 2024-12-19T04:37:44.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2799 | 2024-12-19T04:37:44.892Z | |
| 2800 | 2024-12-19T04:37:44.892Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/173) |
| 2801 | 2024-12-19T04:37:45.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2802 | 2024-12-19T04:37:45.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2803 | 2024-12-19T04:37:45.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2804 | 2024-12-19T04:37:45.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2805 | 2024-12-19T04:37:45.528Z | |
| 2806 | 2024-12-19T04:37:45.528Z | info: running `cargo check --bins` on oximeter-producer (97/173) |
| 2807 | 2024-12-19T04:37:46.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2808 | 2024-12-19T04:37:46.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2809 | 2024-12-19T04:37:46.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2810 | 2024-12-19T04:37:46.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2811 | 2024-12-19T04:37:46.208Z | |
| 2812 | 2024-12-19T04:37:46.208Z | info: running `cargo check --bins` on internal-dns-resolver (98/173) |
| 2813 | 2024-12-19T04:37:46.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2814 | 2024-12-19T04:37:46.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2815 | 2024-12-19T04:37:46.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2816 | 2024-12-19T04:37:46.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2817 | 2024-12-19T04:37:46.851Z | |
| 2818 | 2024-12-19T04:37:46.851Z | info: running `cargo check --bins` on sp-sim (99/173) |
| 2819 | 2024-12-19T04:37:47.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2820 | 2024-12-19T04:37:47.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2821 | 2024-12-19T04:37:47.527Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2822 | 2024-12-19T04:37:49.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.58s |
| 2823 | 2024-12-19T04:37:49.612Z | |
| 2824 | 2024-12-19T04:37:49.612Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/173) |
| 2825 | 2024-12-19T04:37:50.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2826 | 2024-12-19T04:37:50.231Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2827 | 2024-12-19T04:37:50.231Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2828 | 2024-12-19T04:37:50.234Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2829 | 2024-12-19T04:37:50.313Z | |
| 2830 | 2024-12-19T04:37:50.313Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/173) |
| 2831 | 2024-12-19T04:37:50.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2832 | 2024-12-19T04:37:50.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2833 | 2024-12-19T04:37:50.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2834 | 2024-12-19T04:37:50.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2835 | 2024-12-19T04:37:51.028Z | |
| 2836 | 2024-12-19T04:37:51.028Z | info: running `cargo check --bins` on db-macros (102/173) |
| 2837 | 2024-12-19T04:37:51.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2838 | 2024-12-19T04:37:51.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2839 | 2024-12-19T04:37:51.584Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2840 | 2024-12-19T04:37:51.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2841 | 2024-12-19T04:37:51.659Z | |
| 2842 | 2024-12-19T04:37:51.659Z | info: running `cargo check --bins` on nexus-macros-common (103/173) |
| 2843 | 2024-12-19T04:37:52.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2844 | 2024-12-19T04:37:52.215Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2845 | 2024-12-19T04:37:52.215Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2846 | 2024-12-19T04:37:52.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2847 | 2024-12-19T04:37:52.297Z | |
| 2848 | 2024-12-19T04:37:52.297Z | info: running `cargo check --bins` on nexus-auth (104/173) |
| 2849 | 2024-12-19T04:37:52.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2850 | 2024-12-19T04:37:52.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2851 | 2024-12-19T04:37:52.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2852 | 2024-12-19T04:37:52.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 2853 | 2024-12-19T04:37:52.991Z | |
| 2854 | 2024-12-19T04:37:52.991Z | info: running `cargo check --bins` on authz-macros (105/173) |
| 2855 | 2024-12-19T04:37:53.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2856 | 2024-12-19T04:37:53.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2857 | 2024-12-19T04:37:53.557Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2858 | 2024-12-19T04:37:53.560Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2859 | 2024-12-19T04:37:53.637Z | |
| 2860 | 2024-12-19T04:37:53.637Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/173) |
| 2861 | 2024-12-19T04:37:54.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2862 | 2024-12-19T04:37:54.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2863 | 2024-12-19T04:37:54.251Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2864 | 2024-12-19T04:37:54.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2865 | 2024-12-19T04:37:54.337Z | |
| 2866 | 2024-12-19T04:37:54.337Z | info: running `cargo check --bins` on nexus-db-model (107/173) |
| 2867 | 2024-12-19T04:37:54.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2868 | 2024-12-19T04:37:54.949Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2869 | 2024-12-19T04:37:54.949Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2870 | 2024-12-19T04:37:54.949Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2871 | 2024-12-19T04:37:55.033Z | |
| 2872 | 2024-12-19T04:37:55.033Z | info: running `cargo check --bins` on nexus-defaults (108/173) |
| 2873 | 2024-12-19T04:37:55.573Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2874 | 2024-12-19T04:37:55.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2875 | 2024-12-19T04:37:55.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2876 | 2024-12-19T04:37:55.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2877 | 2024-12-19T04:37:55.654Z | |
| 2878 | 2024-12-19T04:37:55.655Z | info: running `cargo check --bins` on nexus-inventory (109/173) |
| 2879 | 2024-12-19T04:37:56.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2880 | 2024-12-19T04:37:56.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2881 | 2024-12-19T04:37:56.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2882 | 2024-12-19T04:37:56.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 2883 | 2024-12-19T04:37:56.327Z | |
| 2884 | 2024-12-19T04:37:56.327Z | info: running `cargo check --bins` on typed-rng (110/173) |
| 2885 | 2024-12-19T04:37:56.890Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2886 | 2024-12-19T04:37:56.893Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2887 | 2024-12-19T04:37:56.893Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2888 | 2024-12-19T04:37:56.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2889 | 2024-12-19T04:37:56.969Z | |
| 2890 | 2024-12-19T04:37:56.969Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/173) |
| 2891 | 2024-12-19T04:37:57.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2892 | 2024-12-19T04:37:57.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2893 | 2024-12-19T04:37:57.741Z | Checking keccak v0.1.5 |
| 2894 | 2024-12-19T04:37:57.852Z | Checking secrecy v0.8.0 |
| 2895 | 2024-12-19T04:37:57.854Z | Compiling unicase v2.7.0 |
| 2896 | 2024-12-19T04:37:57.864Z | Compiling same-file v1.0.6 |
| 2897 | 2024-12-19T04:37:57.877Z | Compiling tempfile v3.13.0 |
| 2898 | 2024-12-19T04:37:57.904Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2899 | 2024-12-19T04:37:57.904Z | Checking universal-hash v0.5.1 |
| 2900 | 2024-12-19T04:37:57.907Z | Compiling blake3 v1.5.4 |
| 2901 | 2024-12-19T04:37:58.024Z | Compiling ring v0.16.20 |
| 2902 | 2024-12-19T04:37:58.094Z | Compiling walkdir v2.5.0 |
| 2903 | 2024-12-19T04:37:58.116Z | Checking sha3 v0.10.8 |
| 2904 | 2024-12-19T04:37:58.149Z | Checking opaque-debug v0.3.1 |
| 2905 | 2024-12-19T04:37:58.244Z | Checking poly1305 v0.8.0 |
| 2906 | 2024-12-19T04:37:58.305Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2907 | 2024-12-19T04:37:58.544Z | Checking chacha20 v0.9.1 |
| 2908 | 2024-12-19T04:37:58.598Z | Checking aead v0.5.2 |
| 2909 | 2024-12-19T04:37:58.724Z | Compiling memmap2 v0.9.5 |
| 2910 | 2024-12-19T04:37:58.743Z | Compiling arrayvec v0.7.6 |
| 2911 | 2024-12-19T04:37:58.805Z | Compiling salty v0.3.0 |
| 2912 | 2024-12-19T04:37:58.808Z | Compiling libefi-sys v0.1.0 |
| 2913 | 2024-12-19T04:37:58.877Z | Compiling spin v0.5.2 |
| 2914 | 2024-12-19T04:37:59.074Z | Compiling arrayref v0.3.9 |
| 2915 | 2024-12-19T04:37:59.100Z | Compiling constant_time_eq v0.3.1 |
| 2916 | 2024-12-19T04:37:59.145Z | Checking chacha20poly1305 v0.10.1 |
| 2917 | 2024-12-19T04:37:59.194Z | Compiling toolchain_find v0.4.0 |
| 2918 | 2024-12-19T04:37:59.261Z | Compiling camino-tempfile v1.1.1 |
| 2919 | 2024-12-19T04:37:59.278Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2920 | 2024-12-19T04:37:59.314Z | Compiling bitfield-struct v0.6.2 |
| 2921 | 2024-12-19T04:37:59.645Z | Compiling topological-sort v0.2.2 |
| 2922 | 2024-12-19T04:37:59.721Z | Compiling mime_guess v2.0.5 |
| 2923 | 2024-12-19T04:37:59.801Z | Compiling rustfmt-wrapper v0.2.1 |
| 2924 | 2024-12-19T04:38:00.299Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2925 | 2024-12-19T04:38:00.350Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2926 | 2024-12-19T04:38:00.449Z | Checking primeorder v0.13.6 |
| 2927 | 2024-12-19T04:38:00.468Z | Checking env_filter v0.1.2 |
| 2928 | 2024-12-19T04:38:00.647Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2929 | 2024-12-19T04:38:00.693Z | Checking env_logger v0.11.5 |
| 2930 | 2024-12-19T04:38:00.781Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2931 | 2024-12-19T04:38:00.903Z | Checking p384 v0.13.0 |
| 2932 | 2024-12-19T04:38:00.980Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2933 | 2024-12-19T04:38:00.999Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2934 | 2024-12-19T04:38:01.129Z | Checking thiserror-no-std v2.0.2 |
| 2935 | 2024-12-19T04:38:01.229Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2936 | 2024-12-19T04:38:01.246Z | Checking vsss-rs v3.3.4 |
| 2937 | 2024-12-19T04:38:01.326Z | Compiling zip v2.1.3 |
| 2938 | 2024-12-19T04:38:01.353Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2939 | 2024-12-19T04:38:01.606Z | Checking http-range v0.1.5 |
| 2940 | 2024-12-19T04:38:01.628Z | Checking lockfree-object-pool v0.1.6 |
| 2941 | 2024-12-19T04:38:01.678Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2942 | 2024-12-19T04:38:01.780Z | Checking simd-adler32 v0.3.7 |
| 2943 | 2024-12-19T04:38:01.860Z | Checking bumpalo v3.16.0 |
| 2944 | 2024-12-19T04:38:01.882Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2945 | 2024-12-19T04:38:01.976Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2946 | 2024-12-19T04:38:02.121Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2947 | 2024-12-19T04:38:02.197Z | Checking zopfli v0.8.1 |
| 2948 | 2024-12-19T04:38:02.251Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 2949 | 2024-12-19T04:38:02.718Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2950 | 2024-12-19T04:38:02.760Z | Checking nanorand v0.7.0 |
| 2951 | 2024-12-19T04:38:02.777Z | Checking atty v0.2.14 |
| 2952 | 2024-12-19T04:38:02.867Z | Checking glob v0.3.1 |
| 2953 | 2024-12-19T04:38:02.895Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2954 | 2024-12-19T04:38:03.118Z | Checking flume v0.11.1 |
| 2955 | 2024-12-19T04:38:03.382Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2956 | 2024-12-19T04:38:03.634Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
| 2957 | 2024-12-19T04:38:03.959Z | Compiling omicron-zone-package v0.11.1 |
| 2958 | 2024-12-19T04:38:04.300Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2959 | 2024-12-19T04:38:04.762Z | Checking hyper-staticfile v0.10.1 |
| 2960 | 2024-12-19T04:38:05.299Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2961 | 2024-12-19T04:38:05.395Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2962 | 2024-12-19T04:38:05.459Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2963 | 2024-12-19T04:38:05.709Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2964 | 2024-12-19T04:38:05.763Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 2965 | 2024-12-19T04:38:06.352Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2966 | 2024-12-19T04:38:06.726Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2967 | 2024-12-19T04:38:07.331Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2968 | 2024-12-19T04:38:08.248Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2969 | 2024-12-19T04:38:10.410Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2970 | 2024-12-19T04:38:10.413Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2971 | 2024-12-19T04:38:20.767Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2972 | 2024-12-19T04:38:34.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.75s |
| 2973 | 2024-12-19T04:38:34.932Z | |
| 2974 | 2024-12-19T04:38:34.933Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/173) |
| 2975 | 2024-12-19T04:38:35.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2976 | 2024-12-19T04:38:35.575Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2977 | 2024-12-19T04:38:35.709Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2978 | 2024-12-19T04:38:50.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.12s |
| 2979 | 2024-12-19T04:38:50.257Z | |
| 2980 | 2024-12-19T04:38:50.257Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/173) |
| 2981 | 2024-12-19T04:38:50.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2982 | 2024-12-19T04:38:50.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2983 | 2024-12-19T04:38:51.037Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2984 | 2024-12-19T04:39:04.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.63s |
| 2985 | 2024-12-19T04:39:05.092Z | |
| 2986 | 2024-12-19T04:39:05.092Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/173) |
| 2987 | 2024-12-19T04:39:05.732Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2988 | 2024-12-19T04:39:05.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2989 | 2024-12-19T04:39:05.869Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2990 | 2024-12-19T04:39:19.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.86s |
| 2991 | 2024-12-19T04:39:20.158Z | |
| 2992 | 2024-12-19T04:39:20.158Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/173) |
| 2993 | 2024-12-19T04:39:20.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2994 | 2024-12-19T04:39:20.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2995 | 2024-12-19T04:39:20.934Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2996 | 2024-12-19T04:39:34.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.74s |
| 2997 | 2024-12-19T04:39:35.105Z | |
| 2998 | 2024-12-19T04:39:35.105Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/173) |
| 2999 | 2024-12-19T04:39:35.743Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3000 | 2024-12-19T04:39:35.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3001 | 2024-12-19T04:39:35.886Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3002 | 2024-12-19T04:39:49.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.51s |
| 3003 | 2024-12-19T04:39:49.814Z | |
| 3004 | 2024-12-19T04:39:49.814Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/173) |
| 3005 | 2024-12-19T04:39:50.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3006 | 2024-12-19T04:39:50.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3007 | 2024-12-19T04:39:50.572Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3008 | 2024-12-19T04:40:04.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.55s |
| 3009 | 2024-12-19T04:40:04.575Z | |
| 3010 | 2024-12-19T04:40:04.576Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/173) |
| 3011 | 2024-12-19T04:40:05.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3012 | 2024-12-19T04:40:05.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3013 | 2024-12-19T04:40:05.362Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3014 | 2024-12-19T04:40:19.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.87s |
| 3015 | 2024-12-19T04:40:19.655Z | |
| 3016 | 2024-12-19T04:40:19.655Z | info: running `cargo check --bins` on bootstrap-agent-api (119/173) |
| 3017 | 2024-12-19T04:40:20.264Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3018 | 2024-12-19T04:40:20.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3019 | 2024-12-19T04:40:20.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3020 | 2024-12-19T04:40:20.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3021 | 2024-12-19T04:40:20.354Z | |
| 3022 | 2024-12-19T04:40:20.354Z | info: running `cargo check --bins` on key-manager (120/173) |
| 3023 | 2024-12-19T04:40:20.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3024 | 2024-12-19T04:40:20.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3025 | 2024-12-19T04:40:20.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3026 | 2024-12-19T04:40:20.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3027 | 2024-12-19T04:40:21.010Z | |
| 3028 | 2024-12-19T04:40:21.010Z | info: running `cargo check --bins` on range-requests (121/173) |
| 3029 | 2024-12-19T04:40:21.556Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3030 | 2024-12-19T04:40:21.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3031 | 2024-12-19T04:40:21.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3032 | 2024-12-19T04:40:21.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3033 | 2024-12-19T04:40:21.640Z | |
| 3034 | 2024-12-19T04:40:21.640Z | info: running `cargo check --bins` on repo-depot-api (122/173) |
| 3035 | 2024-12-19T04:40:22.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3036 | 2024-12-19T04:40:22.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3037 | 2024-12-19T04:40:22.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3038 | 2024-12-19T04:40:22.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3039 | 2024-12-19T04:40:22.304Z | |
| 3040 | 2024-12-19T04:40:22.304Z | info: running `cargo check --bins` on sled-agent-api (123/173) |
| 3041 | 2024-12-19T04:40:22.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3042 | 2024-12-19T04:40:22.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3043 | 2024-12-19T04:40:22.899Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3044 | 2024-12-19T04:40:22.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3045 | 2024-12-19T04:40:22.972Z | |
| 3046 | 2024-12-19T04:40:22.972Z | info: running `cargo check --bins` on sled-hardware (124/173) |
| 3047 | 2024-12-19T04:40:23.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3048 | 2024-12-19T04:40:23.583Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3049 | 2024-12-19T04:40:23.583Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3050 | 2024-12-19T04:40:23.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3051 | 2024-12-19T04:40:23.673Z | |
| 3052 | 2024-12-19T04:40:23.673Z | info: running `cargo check --bins --no-default-features` on sled-storage (125/173) |
| 3053 | 2024-12-19T04:40:24.265Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3054 | 2024-12-19T04:40:24.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3055 | 2024-12-19T04:40:24.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3056 | 2024-12-19T04:40:24.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3057 | 2024-12-19T04:40:24.354Z | |
| 3058 | 2024-12-19T04:40:24.354Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (126/173) |
| 3059 | 2024-12-19T04:40:24.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3060 | 2024-12-19T04:40:24.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3061 | 2024-12-19T04:40:24.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3062 | 2024-12-19T04:40:24.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3063 | 2024-12-19T04:40:25.036Z | |
| 3064 | 2024-12-19T04:40:25.039Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (127/173) |
| 3065 | 2024-12-19T04:40:25.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3066 | 2024-12-19T04:40:25.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3067 | 2024-12-19T04:40:25.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3068 | 2024-12-19T04:40:25.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3069 | 2024-12-19T04:40:25.720Z | |
| 3070 | 2024-12-19T04:40:25.720Z | info: running `cargo check --bins` on nexus-test-interface (128/173) |
| 3071 | 2024-12-19T04:40:26.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3072 | 2024-12-19T04:40:26.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3073 | 2024-12-19T04:40:26.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3074 | 2024-12-19T04:40:26.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3075 | 2024-12-19T04:40:26.405Z | |
| 3076 | 2024-12-19T04:40:26.405Z | info: running `cargo check --bins` on oximeter-collector (129/173) |
| 3077 | 2024-12-19T04:40:27.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3078 | 2024-12-19T04:40:27.006Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3079 | 2024-12-19T04:40:27.120Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3080 | 2024-12-19T04:40:27.121Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3081 | 2024-12-19T04:40:28.007Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3082 | 2024-12-19T04:40:30.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.66s |
| 3083 | 2024-12-19T04:40:30.262Z | |
| 3084 | 2024-12-19T04:40:30.262Z | info: running `cargo check --bins` on oximeter-api (130/173) |
| 3085 | 2024-12-19T04:40:30.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3086 | 2024-12-19T04:40:30.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3087 | 2024-12-19T04:40:30.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3088 | 2024-12-19T04:40:30.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3089 | 2024-12-19T04:40:30.919Z | |
| 3090 | 2024-12-19T04:40:30.919Z | info: running `cargo check --bins` on cert-dev (131/173) |
| 3091 | 2024-12-19T04:40:31.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3092 | 2024-12-19T04:40:31.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3093 | 2024-12-19T04:40:31.579Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3094 | 2024-12-19T04:40:31.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.93s |
| 3095 | 2024-12-19T04:40:32.020Z | |
| 3096 | 2024-12-19T04:40:32.021Z | info: running `cargo check --bins` on clickhouse-cluster-dev (132/173) |
| 3097 | 2024-12-19T04:40:32.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3098 | 2024-12-19T04:40:32.610Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3099 | 2024-12-19T04:40:32.719Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3100 | 2024-12-19T04:40:32.719Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3101 | 2024-12-19T04:40:33.326Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3102 | 2024-12-19T04:40:33.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
| 3103 | 2024-12-19T04:40:33.880Z | |
| 3104 | 2024-12-19T04:40:33.880Z | info: running `cargo check --bins` on ch-dev (133/173) |
| 3105 | 2024-12-19T04:40:34.459Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3106 | 2024-12-19T04:40:34.462Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3107 | 2024-12-19T04:40:34.557Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3108 | 2024-12-19T04:40:35.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.41s |
| 3109 | 2024-12-19T04:40:35.479Z | |
| 3110 | 2024-12-19T04:40:35.479Z | info: running `cargo check --bins` on crdb-seed (134/173) |
| 3111 | 2024-12-19T04:40:36.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3112 | 2024-12-19T04:40:36.080Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3113 | 2024-12-19T04:40:36.166Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3114 | 2024-12-19T04:40:36.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 3115 | 2024-12-19T04:40:36.719Z | |
| 3116 | 2024-12-19T04:40:36.719Z | info: running `cargo check --bins` on db-dev (135/173) |
| 3117 | 2024-12-19T04:40:37.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3118 | 2024-12-19T04:40:37.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3119 | 2024-12-19T04:40:37.419Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3120 | 2024-12-19T04:40:38.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.43s |
| 3121 | 2024-12-19T04:40:38.340Z | |
| 3122 | 2024-12-19T04:40:38.340Z | info: running `cargo check --bins` on omicron-dev-lib (136/173) |
| 3123 | 2024-12-19T04:40:39.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3124 | 2024-12-19T04:40:39.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3125 | 2024-12-19T04:40:39.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3126 | 2024-12-19T04:40:39.438Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3127 | 2024-12-19T04:40:39.438Z | |
| 3128 | 2024-12-19T04:40:39.438Z | info: running `cargo check --bins` on xtask-downloader (137/173) |
| 3129 | 2024-12-19T04:40:39.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3130 | 2024-12-19T04:40:39.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3131 | 2024-12-19T04:40:39.729Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3132 | 2024-12-19T04:40:40.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
| 3133 | 2024-12-19T04:40:40.762Z | |
| 3134 | 2024-12-19T04:40:40.762Z | info: running `cargo check --bins` on omicron-ls-apis (138/173) |
| 3135 | 2024-12-19T04:40:41.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3136 | 2024-12-19T04:40:41.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3137 | 2024-12-19T04:40:41.425Z | Checking cargo-platform v0.1.8 |
| 3138 | 2024-12-19T04:40:41.698Z | Checking cargo_metadata v0.18.1 |
| 3139 | 2024-12-19T04:40:46.091Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3140 | 2024-12-19T04:40:46.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s |
| 3141 | 2024-12-19T04:40:46.144Z | |
| 3142 | 2024-12-19T04:40:46.144Z | info: running `cargo check --bins` on mgs-dev (139/173) |
| 3143 | 2024-12-19T04:40:46.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3144 | 2024-12-19T04:40:46.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3145 | 2024-12-19T04:40:46.149Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3146 | 2024-12-19T04:40:46.149Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3147 | 2024-12-19T04:40:46.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
| 3148 | 2024-12-19T04:40:46.149Z | |
| 3149 | 2024-12-19T04:40:46.149Z | info: running `cargo check --bins` on omicron-omdb (140/173) |
| 3150 | 2024-12-19T04:40:46.508Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3151 | 2024-12-19T04:40:46.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3152 | 2024-12-19T04:40:46.673Z | Compiling crunchy v0.2.2 |
| 3153 | 2024-12-19T04:40:46.673Z | Compiling tiny-keccak v2.0.2 |
| 3154 | 2024-12-19T04:40:46.676Z | Compiling dsl_auto_type v0.1.2 |
| 3155 | 2024-12-19T04:40:46.676Z | Checking scheduled-thread-pool v0.2.7 |
| 3156 | 2024-12-19T04:40:46.676Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3157 | 2024-12-19T04:40:46.678Z | Compiling ascii-canvas v3.0.0 |
| 3158 | 2024-12-19T04:40:46.794Z | Compiling ena v0.14.3 |
| 3159 | 2024-12-19T04:40:46.797Z | Compiling regex-syntax v0.6.29 |
| 3160 | 2024-12-19T04:40:47.075Z | Checking r2d2 v0.8.10 |
| 3161 | 2024-12-19T04:40:47.202Z | Compiling diff v0.1.13 |
| 3162 | 2024-12-19T04:40:47.245Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3163 | 2024-12-19T04:40:47.249Z | Compiling ref-cast v1.0.23 |
| 3164 | 2024-12-19T04:40:47.331Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3165 | 2024-12-19T04:40:47.390Z | Compiling derive_builder_core v0.20.2 |
| 3166 | 2024-12-19T04:40:47.520Z | Compiling libxml v0.3.3 |
| 3167 | 2024-12-19T04:40:47.636Z | Compiling ref-cast-impl v1.0.23 |
| 3168 | 2024-12-19T04:40:47.842Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3169 | 2024-12-19T04:40:47.919Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3170 | 2024-12-19T04:40:47.976Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3171 | 2024-12-19T04:40:48.128Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3172 | 2024-12-19T04:40:48.206Z | Compiling strum_macros v0.24.3 |
| 3173 | 2024-12-19T04:40:48.362Z | Compiling samael v0.0.17 |
| 3174 | 2024-12-19T04:40:48.381Z | Compiling diesel_derives v2.2.3 |
| 3175 | 2024-12-19T04:40:48.550Z | Compiling indoc v1.0.9 |
| 3176 | 2024-12-19T04:40:49.535Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3177 | 2024-12-19T04:40:49.806Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3178 | 2024-12-19T04:40:49.851Z | Compiling derive_builder_macro v0.20.2 |
| 3179 | 2024-12-19T04:40:50.215Z | Compiling lalrpop v0.19.12 |
| 3180 | 2024-12-19T04:40:50.738Z | Checking derive_builder v0.20.2 |
| 3181 | 2024-12-19T04:40:50.898Z | Compiling oso-derive v0.27.3 |
| 3182 | 2024-12-19T04:40:51.478Z | Checking quick-xml v0.33.0 |
| 3183 | 2024-12-19T04:40:51.891Z | Compiling diesel-dtrace v0.3.0 |
| 3184 | 2024-12-19T04:40:51.998Z | Checking maplit v1.0.2 |
| 3185 | 2024-12-19T04:40:52.155Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3186 | 2024-12-19T04:40:52.272Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3187 | 2024-12-19T04:40:52.544Z | Checking bb8 v0.8.5 |
| 3188 | 2024-12-19T04:40:52.882Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3189 | 2024-12-19T04:40:53.090Z | Checking castaway v0.2.3 |
| 3190 | 2024-12-19T04:40:53.230Z | Checking rand_seeder v0.3.0 |
| 3191 | 2024-12-19T04:40:53.339Z | Checking compact_str v0.8.0 |
| 3192 | 2024-12-19T04:40:53.339Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3193 | 2024-12-19T04:40:53.457Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3194 | 2024-12-19T04:40:53.635Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3195 | 2024-12-19T04:40:53.835Z | Checking unicode-truncate v1.1.0 |
| 3196 | 2024-12-19T04:40:54.085Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3197 | 2024-12-19T04:40:54.110Z | Checking lru v0.12.5 |
| 3198 | 2024-12-19T04:40:54.355Z | Compiling instability v0.3.2 |
| 3199 | 2024-12-19T04:40:54.424Z | Checking smawk v0.3.2 |
| 3200 | 2024-12-19T04:40:54.636Z | Checking cassowary v0.3.0 |
| 3201 | 2024-12-19T04:40:55.046Z | Checking unicode-linebreak v0.1.5 |
| 3202 | 2024-12-19T04:40:55.211Z | Checking is_ci v1.2.0 |
| 3203 | 2024-12-19T04:40:55.347Z | Checking supports-color v3.0.1 |
| 3204 | 2024-12-19T04:40:55.366Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3205 | 2024-12-19T04:40:55.384Z | Checking ratatui v0.28.1 |
| 3206 | 2024-12-19T04:40:55.471Z | Checking textwrap v0.16.1 |
| 3207 | 2024-12-19T04:40:55.574Z | Checking multimap v0.10.0 |
| 3208 | 2024-12-19T04:40:58.433Z | Checking diesel v2.2.4 |
| 3209 | 2024-12-19T04:41:23.963Z | Compiling polar-core v0.27.3 |
| 3210 | 2024-12-19T04:41:28.139Z | Checking async-bb8-diesel v0.2.1 |
| 3211 | 2024-12-19T04:41:31.390Z | Checking oso v0.27.3 |
| 3212 | 2024-12-19T04:42:44.289Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3213 | 2024-12-19T04:42:50.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 04s |
| 3214 | 2024-12-19T04:42:50.919Z | |
| 3215 | 2024-12-19T04:42:50.919Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (141/173) |
| 3216 | 2024-12-19T04:42:51.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3217 | 2024-12-19T04:42:51.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3218 | 2024-12-19T04:42:51.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3219 | 2024-12-19T04:42:51.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3220 | 2024-12-19T04:42:51.621Z | |
| 3221 | 2024-12-19T04:42:51.621Z | info: running `cargo check --bins` on nexus-saga-recovery (142/173) |
| 3222 | 2024-12-19T04:42:52.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3223 | 2024-12-19T04:42:52.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3224 | 2024-12-19T04:42:52.217Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3225 | 2024-12-19T04:42:52.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3226 | 2024-12-19T04:42:52.299Z | |
| 3227 | 2024-12-19T04:42:52.299Z | info: running `cargo check --bins` on nexus-test-utils-macros (143/173) |
| 3228 | 2024-12-19T04:42:52.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3229 | 2024-12-19T04:42:52.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3230 | 2024-12-19T04:42:52.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3231 | 2024-12-19T04:42:52.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3232 | 2024-12-19T04:42:52.914Z | |
| 3233 | 2024-12-19T04:42:52.914Z | info: running `cargo check --bins` on omicron-nexus (144/173) |
| 3234 | 2024-12-19T04:42:53.554Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3235 | 2024-12-19T04:42:53.557Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3236 | 2024-12-19T04:42:53.736Z | Compiling libz-sys v1.1.20 |
| 3237 | 2024-12-19T04:42:53.851Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3238 | 2024-12-19T04:42:53.864Z | Compiling vergen v8.3.2 |
| 3239 | 2024-12-19T04:42:53.867Z | Compiling cargo-platform v0.1.8 |
| 3240 | 2024-12-19T04:42:53.867Z | Compiling pin-project-internal v1.1.6 |
| 3241 | 2024-12-19T04:42:53.900Z | Compiling libsqlite3-sys v0.30.1 |
| 3242 | 2024-12-19T04:42:53.900Z | Compiling snafu-derive v0.8.5 |
| 3243 | 2024-12-19T04:42:53.904Z | Compiling cfg_aliases v0.2.1 |
| 3244 | 2024-12-19T04:42:54.035Z | Compiling buf-list v1.0.3 |
| 3245 | 2024-12-19T04:42:54.144Z | Compiling rustls v0.21.12 |
| 3246 | 2024-12-19T04:42:54.395Z | Compiling cargo_metadata v0.18.1 |
| 3247 | 2024-12-19T04:42:54.455Z | Compiling nix v0.29.0 |
| 3248 | 2024-12-19T04:42:54.480Z | Checking globset v0.4.15 |
| 3249 | 2024-12-19T04:42:54.755Z | Checking olpc-cjson v0.1.4 |
| 3250 | 2024-12-19T04:42:54.831Z | Checking sct v0.7.1 |
| 3251 | 2024-12-19T04:42:54.972Z | Checking rustls-webpki v0.101.7 |
| 3252 | 2024-12-19T04:42:55.010Z | Checking serde_plain v1.0.2 |
| 3253 | 2024-12-19T04:42:55.027Z | Checking typed-path v0.9.3 |
| 3254 | 2024-12-19T04:42:55.572Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3255 | 2024-12-19T04:42:55.739Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3256 | 2024-12-19T04:42:55.822Z | Checking hashlink v0.9.1 |
| 3257 | 2024-12-19T04:42:56.007Z | Checking fallible-iterator v0.3.0 |
| 3258 | 2024-12-19T04:42:56.420Z | Checking fallible-streaming-iterator v0.1.9 |
| 3259 | 2024-12-19T04:42:56.678Z | Checking parse-size v1.1.0 |
| 3260 | 2024-12-19T04:42:56.697Z | Checking rusqlite v0.32.1 |
| 3261 | 2024-12-19T04:42:56.995Z | Checking pin-project v1.1.6 |
| 3262 | 2024-12-19T04:42:57.023Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3263 | 2024-12-19T04:42:57.124Z | Checking rustls-pemfile v1.0.4 |
| 3264 | 2024-12-19T04:42:57.322Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3265 | 2024-12-19T04:42:57.364Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3266 | 2024-12-19T04:42:57.622Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3267 | 2024-12-19T04:42:58.010Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3268 | 2024-12-19T04:42:58.048Z | Checking twox-hash v1.6.3 |
| 3269 | 2024-12-19T04:42:58.132Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3270 | 2024-12-19T04:42:58.352Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3271 | 2024-12-19T04:42:58.498Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3272 | 2024-12-19T04:42:58.883Z | Checking tokio-rustls v0.24.1 |
| 3273 | 2024-12-19T04:42:59.091Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3274 | 2024-12-19T04:42:59.110Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 3275 | 2024-12-19T04:42:59.240Z | Checking fatfs v0.3.6 |
| 3276 | 2024-12-19T04:42:59.513Z | Checking snafu v0.8.5 |
| 3277 | 2024-12-19T04:42:59.985Z | Checking tough v0.19.0 |
| 3278 | 2024-12-19T04:43:00.027Z | Checking assert_matches v1.5.0 |
| 3279 | 2024-12-19T04:43:04.182Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3280 | 2024-12-19T04:43:05.512Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3281 | 2024-12-19T04:43:05.935Z | Compiling git2 v0.19.0 |
| 3282 | 2024-12-19T04:43:10.758Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
| 3283 | 2024-12-19T04:44:05.957Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
| 3284 | 2024-12-19T04:44:06.171Z | |
| 3285 | 2024-12-19T04:44:06.171Z | info: running `cargo check --bins` on nexus-external-api (145/173) |
| 3286 | 2024-12-19T04:44:06.811Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3287 | 2024-12-19T04:44:06.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3288 | 2024-12-19T04:44:06.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3289 | 2024-12-19T04:44:06.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 3290 | 2024-12-19T04:44:06.895Z | |
| 3291 | 2024-12-19T04:44:06.895Z | info: running `cargo check --bins` on openapi-manager-types (146/173) |
| 3292 | 2024-12-19T04:44:07.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3293 | 2024-12-19T04:44:07.457Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3294 | 2024-12-19T04:44:07.457Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3295 | 2024-12-19T04:44:07.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3296 | 2024-12-19T04:44:07.533Z | |
| 3297 | 2024-12-19T04:44:07.533Z | info: running `cargo check --bins` on nexus-internal-api (147/173) |
| 3298 | 2024-12-19T04:44:08.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3299 | 2024-12-19T04:44:08.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3300 | 2024-12-19T04:44:08.122Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3301 | 2024-12-19T04:44:08.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3302 | 2024-12-19T04:44:08.209Z | |
| 3303 | 2024-12-19T04:44:08.209Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (148/173) |
| 3304 | 2024-12-19T04:44:08.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3305 | 2024-12-19T04:44:08.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3306 | 2024-12-19T04:44:08.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3307 | 2024-12-19T04:44:08.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3308 | 2024-12-19T04:44:08.911Z | |
| 3309 | 2024-12-19T04:44:08.911Z | info: running `cargo check --bins` on nexus-networking (149/173) |
| 3310 | 2024-12-19T04:44:09.523Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3311 | 2024-12-19T04:44:09.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3312 | 2024-12-19T04:44:09.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3313 | 2024-12-19T04:44:09.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3314 | 2024-12-19T04:44:09.611Z | |
| 3315 | 2024-12-19T04:44:09.611Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (150/173) |
| 3316 | 2024-12-19T04:44:10.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3317 | 2024-12-19T04:44:10.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3318 | 2024-12-19T04:44:10.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3319 | 2024-12-19T04:44:10.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 3320 | 2024-12-19T04:44:10.307Z | |
| 3321 | 2024-12-19T04:44:10.307Z | info: running `cargo check --bins` on update-common (151/173) |
| 3322 | 2024-12-19T04:44:10.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2024-12-19T04:44:10.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2024-12-19T04:44:10.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3325 | 2024-12-19T04:44:10.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3326 | 2024-12-19T04:44:10.977Z | |
| 3327 | 2024-12-19T04:44:10.977Z | info: running `cargo check --bins` on tufaceous-lib (152/173) |
| 3328 | 2024-12-19T04:44:11.565Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3329 | 2024-12-19T04:44:11.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3330 | 2024-12-19T04:44:11.568Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3331 | 2024-12-19T04:44:11.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3332 | 2024-12-19T04:44:11.647Z | |
| 3333 | 2024-12-19T04:44:11.647Z | info: running `cargo check --bins` on tufaceous (153/173) |
| 3334 | 2024-12-19T04:44:12.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3335 | 2024-12-19T04:44:12.248Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3336 | 2024-12-19T04:44:12.356Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3337 | 2024-12-19T04:44:13.378Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.72s |
| 3338 | 2024-12-19T04:44:13.553Z | |
| 3339 | 2024-12-19T04:44:13.553Z | info: running `cargo check --bins` on omicron-dev (154/173) |
| 3340 | 2024-12-19T04:44:14.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3341 | 2024-12-19T04:44:14.250Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3342 | 2024-12-19T04:44:14.440Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3343 | 2024-12-19T04:44:14.568Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3344 | 2024-12-19T04:44:14.570Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3345 | 2024-12-19T04:44:14.582Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3346 | 2024-12-19T04:44:41.989Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3347 | 2024-12-19T04:44:41.989Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3348 | 2024-12-19T04:44:41.993Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3349 | 2024-12-19T04:44:41.993Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3350 | 2024-12-19T04:44:41.993Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3351 | 2024-12-19T04:44:42.812Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3352 | 2024-12-19T04:44:44.155Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3353 | 2024-12-19T04:45:24.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
| 3354 | 2024-12-19T04:45:24.661Z | |
| 3355 | 2024-12-19T04:45:24.661Z | info: running `cargo check --bins` on openapi-manager (155/173) |
| 3356 | 2024-12-19T04:45:25.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3357 | 2024-12-19T04:45:25.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3358 | 2024-12-19T04:45:25.405Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3359 | 2024-12-19T04:45:25.408Z | Checking heck v0.4.1 |
| 3360 | 2024-12-19T04:45:25.408Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3361 | 2024-12-19T04:45:25.731Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3362 | 2024-12-19T04:45:27.069Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3363 | 2024-12-19T04:45:27.970Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3364 | 2024-12-19T04:45:29.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
| 3365 | 2024-12-19T04:45:29.291Z | |
| 3366 | 2024-12-19T04:45:29.291Z | info: running `cargo check --bins` on installinator-api (156/173) |
| 3367 | 2024-12-19T04:45:29.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3368 | 2024-12-19T04:45:29.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3369 | 2024-12-19T04:45:29.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3370 | 2024-12-19T04:45:29.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3371 | 2024-12-19T04:45:29.948Z | |
| 3372 | 2024-12-19T04:45:29.948Z | info: running `cargo check --bins` on wicketd-api (157/173) |
| 3373 | 2024-12-19T04:45:30.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3374 | 2024-12-19T04:45:30.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3375 | 2024-12-19T04:45:30.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3376 | 2024-12-19T04:45:30.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3377 | 2024-12-19T04:45:30.615Z | |
| 3378 | 2024-12-19T04:45:30.615Z | info: running `cargo check --bins` on reconfigurator-cli (158/173) |
| 3379 | 2024-12-19T04:45:31.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3380 | 2024-12-19T04:45:31.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3381 | 2024-12-19T04:45:31.327Z | Compiling petname v2.0.2 |
| 3382 | 2024-12-19T04:45:31.330Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3383 | 2024-12-19T04:45:31.330Z | Checking sync-ptr v0.1.1 |
| 3384 | 2024-12-19T04:45:32.797Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3385 | 2024-12-19T04:45:34.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.74s |
| 3386 | 2024-12-19T04:45:34.547Z | |
| 3387 | 2024-12-19T04:45:34.547Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (159/173) |
| 3388 | 2024-12-19T04:45:35.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3389 | 2024-12-19T04:45:35.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3390 | 2024-12-19T04:45:35.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3391 | 2024-12-19T04:45:35.158Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3392 | 2024-12-19T04:45:35.238Z | |
| 3393 | 2024-12-19T04:45:35.238Z | info: running `cargo check --bins` on omicron-releng (160/173) |
| 3394 | 2024-12-19T04:45:35.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3395 | 2024-12-19T04:45:35.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3396 | 2024-12-19T04:45:35.925Z | Checking memmap2 v0.9.5 |
| 3397 | 2024-12-19T04:45:35.926Z | Checking arrayref v0.3.9 |
| 3398 | 2024-12-19T04:45:35.928Z | Checking spin v0.5.2 |
| 3399 | 2024-12-19T04:45:35.928Z | Checking constant_time_eq v0.3.1 |
| 3400 | 2024-12-19T04:45:35.928Z | Checking arrayvec v0.7.6 |
| 3401 | 2024-12-19T04:45:35.929Z | Checking topological-sort v0.2.2 |
| 3402 | 2024-12-19T04:45:35.929Z | Checking shell-words v1.1.0 |
| 3403 | 2024-12-19T04:45:36.201Z | Checking ring v0.16.20 |
| 3404 | 2024-12-19T04:45:36.316Z | Checking blake3 v1.5.4 |
| 3405 | 2024-12-19T04:45:37.381Z | Checking omicron-zone-package v0.11.1 |
| 3406 | 2024-12-19T04:45:38.557Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3407 | 2024-12-19T04:45:39.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.25s |
| 3408 | 2024-12-19T04:45:39.678Z | |
| 3409 | 2024-12-19T04:45:39.678Z | info: running `cargo check --bins` on xtask (161/173) |
| 3410 | 2024-12-19T04:45:40.095Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3411 | 2024-12-19T04:45:40.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3412 | 2024-12-19T04:45:40.112Z | Checking bitflags v2.6.0 |
| 3413 | 2024-12-19T04:45:40.115Z | Checking serde v1.0.215 |
| 3414 | 2024-12-19T04:45:40.115Z | Checking thiserror v1.0.69 |
| 3415 | 2024-12-19T04:45:40.207Z | Checking scroll v0.12.0 |
| 3416 | 2024-12-19T04:45:40.209Z | Checking log v0.4.22 |
| 3417 | 2024-12-19T04:45:40.217Z | Checking hashbrown v0.15.0 |
| 3418 | 2024-12-19T04:45:40.227Z | Checking zerocopy v0.7.35 |
| 3419 | 2024-12-19T04:45:40.248Z | Checking syn v2.0.87 |
| 3420 | 2024-12-19T04:45:40.304Z | Checking pest v2.7.14 |
| 3421 | 2024-12-19T04:45:40.434Z | Checking rustix v0.38.37 |
| 3422 | 2024-12-19T04:45:40.467Z | Checking once_cell v1.20.2 |
| 3423 | 2024-12-19T04:45:40.671Z | Checking goblin v0.8.2 |
| 3424 | 2024-12-19T04:45:40.785Z | Checking fs-err v2.11.0 |
| 3425 | 2024-12-19T04:45:41.095Z | Checking tabled v0.15.0 |
| 3426 | 2024-12-19T04:45:41.248Z | Checking indexmap v2.6.0 |
| 3427 | 2024-12-19T04:45:41.575Z | Checking anyhow v1.0.93 |
| 3428 | 2024-12-19T04:45:42.433Z | Checking terminal_size v0.4.0 |
| 3429 | 2024-12-19T04:45:42.433Z | Checking tempfile v3.13.0 |
| 3430 | 2024-12-19T04:45:42.579Z | Checking dtrace-parser v0.2.0 |
| 3431 | 2024-12-19T04:45:42.601Z | Checking clap_builder v4.5.21 |
| 3432 | 2024-12-19T04:45:44.657Z | Checking serde_json v1.0.132 |
| 3433 | 2024-12-19T04:45:44.663Z | Checking serde_spanned v0.6.8 |
| 3434 | 2024-12-19T04:45:44.663Z | Checking toml_datetime v0.6.8 |
| 3435 | 2024-12-19T04:45:44.663Z | Checking camino v1.1.9 |
| 3436 | 2024-12-19T04:45:44.664Z | Checking cargo-platform v0.1.8 |
| 3437 | 2024-12-19T04:45:44.664Z | Checking semver v1.0.23 |
| 3438 | 2024-12-19T04:45:44.664Z | Checking macaddr v1.0.1 |
| 3439 | 2024-12-19T04:45:44.939Z | Checking toml_edit v0.22.22 |
| 3440 | 2024-12-19T04:45:45.156Z | Checking clap v4.5.21 |
| 3441 | 2024-12-19T04:45:45.205Z | Checking camino-tempfile v1.1.1 |
| 3442 | 2024-12-19T04:45:45.856Z | Checking dof v0.3.0 |
| 3443 | 2024-12-19T04:45:45.856Z | Checking cargo_metadata v0.18.1 |
| 3444 | 2024-12-19T04:45:46.282Z | Checking usdt-impl v0.5.0 |
| 3445 | 2024-12-19T04:45:46.637Z | Checking usdt v0.5.0 |
| 3446 | 2024-12-19T04:45:46.728Z | Checking toml v0.8.19 |
| 3447 | 2024-12-19T04:45:47.200Z | Checking cargo_toml v0.20.5 |
| 3448 | 2024-12-19T04:45:48.432Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3449 | 2024-12-19T04:45:49.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.36s |
| 3450 | 2024-12-19T04:45:49.155Z | |
| 3451 | 2024-12-19T04:45:49.155Z | info: running `cargo check --bins` on end-to-end-tests (162/173) |
| 3452 | 2024-12-19T04:45:49.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3453 | 2024-12-19T04:45:49.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3454 | 2024-12-19T04:45:49.938Z | Checking polyval v0.6.2 |
| 3455 | 2024-12-19T04:45:50.050Z | Checking ctr v0.9.2 |
| 3456 | 2024-12-19T04:45:50.063Z | Checking ssh-encoding v0.2.0 |
| 3457 | 2024-12-19T04:45:50.067Z | Checking blowfish v0.9.1 |
| 3458 | 2024-12-19T04:45:50.087Z | Checking password-hash v0.4.2 |
| 3459 | 2024-12-19T04:45:50.090Z | Checking matches v0.1.10 |
| 3460 | 2024-12-19T04:45:50.118Z | Checking p521 v0.13.3 |
| 3461 | 2024-12-19T04:45:50.118Z | Checking p256 v0.13.2 |
| 3462 | 2024-12-19T04:45:50.199Z | Checking idna v0.2.3 |
| 3463 | 2024-12-19T04:45:50.263Z | Checking bcrypt-pbkdf v0.10.0 |
| 3464 | 2024-12-19T04:45:50.283Z | Checking ghash v0.5.1 |
| 3465 | 2024-12-19T04:45:50.301Z | Compiling enum-as-inner v0.5.1 |
| 3466 | 2024-12-19T04:45:50.382Z | Checking russh-cryptovec v0.7.3 |
| 3467 | 2024-12-19T04:45:50.453Z | Checking aes-gcm v0.10.3 |
| 3468 | 2024-12-19T04:45:50.506Z | Checking pbkdf2 v0.11.0 |
| 3469 | 2024-12-19T04:45:50.509Z | Checking md5 v0.7.0 |
| 3470 | 2024-12-19T04:45:50.572Z | Checking num-bigint v0.4.6 |
| 3471 | 2024-12-19T04:45:50.612Z | Checking des v0.8.1 |
| 3472 | 2024-12-19T04:45:50.716Z | Checking ssh-cipher v0.2.0 |
| 3473 | 2024-12-19T04:45:50.787Z | Checking hex-literal v0.4.1 |
| 3474 | 2024-12-19T04:45:50.804Z | Compiling dhcproto-macros v0.1.0 |
| 3475 | 2024-12-19T04:45:50.878Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3476 | 2024-12-19T04:45:50.916Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3477 | 2024-12-19T04:45:51.005Z | Checking ssh-key v0.6.6 |
| 3478 | 2024-12-19T04:45:51.054Z | Checking internet-checksum v0.2.1 |
| 3479 | 2024-12-19T04:45:51.331Z | Checking trust-dns-proto v0.22.0 |
| 3480 | 2024-12-19T04:45:52.385Z | Checking russh-keys v0.45.0 |
| 3481 | 2024-12-19T04:45:53.306Z | Checking russh v0.45.0 |
| 3482 | 2024-12-19T04:45:53.853Z | Checking dhcproto v0.12.0 |
| 3483 | 2024-12-19T04:46:11.744Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3484 | 2024-12-19T04:46:13.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.04s |
| 3485 | 2024-12-19T04:46:13.411Z | |
| 3486 | 2024-12-19T04:46:13.411Z | info: running `cargo check --bins` on gateway-cli (163/173) |
| 3487 | 2024-12-19T04:46:13.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3488 | 2024-12-19T04:46:13.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3489 | 2024-12-19T04:46:14.077Z | Checking termios v0.3.3 |
| 3490 | 2024-12-19T04:46:14.302Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3491 | 2024-12-19T04:46:15.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.71s |
| 3492 | 2024-12-19T04:46:15.305Z | |
| 3493 | 2024-12-19T04:46:15.305Z | info: running `cargo check --bins --no-default-features` on installinator (164/173) |
| 3494 | 2024-12-19T04:46:15.905Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2024-12-19T04:46:15.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2024-12-19T04:46:16.018Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3497 | 2024-12-19T04:46:18.088Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3498 | 2024-12-19T04:46:20.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
| 3499 | 2024-12-19T04:46:20.231Z | |
| 3500 | 2024-12-19T04:46:20.231Z | info: running `cargo check --bins` on internal-dns-cli (165/173) |
| 3501 | 2024-12-19T04:46:20.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3502 | 2024-12-19T04:46:20.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3503 | 2024-12-19T04:46:20.889Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3504 | 2024-12-19T04:46:21.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
| 3505 | 2024-12-19T04:46:21.556Z | |
| 3506 | 2024-12-19T04:46:21.556Z | info: running `cargo check --bins` on omicron-live-tests (166/173) |
| 3507 | 2024-12-19T04:46:22.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3508 | 2024-12-19T04:46:22.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3509 | 2024-12-19T04:46:22.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3510 | 2024-12-19T04:46:22.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3511 | 2024-12-19T04:46:22.186Z | |
| 3512 | 2024-12-19T04:46:22.186Z | info: running `cargo check --bins` on live-tests-macros (167/173) |
| 3513 | 2024-12-19T04:46:22.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3514 | 2024-12-19T04:46:22.743Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3515 | 2024-12-19T04:46:22.743Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3516 | 2024-12-19T04:46:22.747Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3517 | 2024-12-19T04:46:22.817Z | |
| 3518 | 2024-12-19T04:46:22.817Z | info: running `cargo check --bins` on omicron-package (168/173) |
| 3519 | 2024-12-19T04:46:23.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3520 | 2024-12-19T04:46:23.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3521 | 2024-12-19T04:46:23.506Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3522 | 2024-12-19T04:46:24.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
| 3523 | 2024-12-19T04:46:25.024Z | |
| 3524 | 2024-12-19T04:46:25.024Z | info: running `cargo check --bins` on wicket-dbg (169/173) |
| 3525 | 2024-12-19T04:46:25.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3526 | 2024-12-19T04:46:25.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3527 | 2024-12-19T04:46:25.765Z | Checking rtoolbox v0.0.2 |
| 3528 | 2024-12-19T04:46:25.768Z | Checking tui-tree-widget v0.22.0 |
| 3529 | 2024-12-19T04:46:25.769Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3530 | 2024-12-19T04:46:25.996Z | Checking rpassword v7.3.1 |
| 3531 | 2024-12-19T04:46:30.362Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3532 | 2024-12-19T04:46:33.210Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3533 | 2024-12-19T04:46:34.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.48s |
| 3534 | 2024-12-19T04:46:34.700Z | |
| 3535 | 2024-12-19T04:46:34.700Z | info: running `cargo check --bins` on wicket (170/173) |
| 3536 | 2024-12-19T04:46:35.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3537 | 2024-12-19T04:46:35.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3538 | 2024-12-19T04:46:35.430Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3539 | 2024-12-19T04:46:35.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 3540 | 2024-12-19T04:46:36.081Z | |
| 3541 | 2024-12-19T04:46:36.081Z | info: running `cargo check --bins` on wicketd (171/173) |
| 3542 | 2024-12-19T04:46:36.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3543 | 2024-12-19T04:46:36.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3544 | 2024-12-19T04:46:36.824Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3545 | 2024-12-19T04:46:40.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.90s |
| 3546 | 2024-12-19T04:46:41.209Z | |
| 3547 | 2024-12-19T04:46:41.209Z | info: running `cargo check --bins` on omicron-workspace-hack (172/173) |
| 3548 | 2024-12-19T04:46:41.752Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3549 | 2024-12-19T04:46:41.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3550 | 2024-12-19T04:46:41.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3551 | 2024-12-19T04:46:41.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3552 | 2024-12-19T04:46:41.834Z | |
| 3553 | 2024-12-19T04:46:41.834Z | info: running `cargo check --bins` on zone-setup (173/173) |
| 3554 | 2024-12-19T04:46:42.448Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3555 | 2024-12-19T04:46:42.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3556 | 2024-12-19T04:46:42.578Z | Checking uzers v0.12.1 |
| 3557 | 2024-12-19T04:46:42.924Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3558 | 2024-12-19T04:46:44.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
| 3559 | 2024-12-19T04:46:44.355Z | |
| 3560 | 2024-12-19T04:46:44.355Z | real 13:22.433572159 |
| 3561 | 2024-12-19T04:46:44.355Z | user 24:45.796582321 |
| 3562 | 2024-12-19T04:46:44.355Z | sys 5:31.998889412 |
| 3563 | 2024-12-19T04:46:44.355Z | trap 0.506434542 |
| 3564 | 2024-12-19T04:46:44.355Z | tflt 2.256207096 |
| 3565 | 2024-12-19T04:46:44.355Z | dflt 3.054287292 |
| 3566 | 2024-12-19T04:46:44.355Z | kflt 0.000978319 |
| 3567 | 2024-12-19T04:46:44.355Z | lock 47:52.860028697 |
| 3568 | 2024-12-19T04:46:44.355Z | slp 2:09:25.577095519 |
| 3569 | 2024-12-19T04:46:44.355Z | lat 1:03.711977441 |
| 3570 | 2024-12-19T04:46:44.355Z | stop 3:29.150076834 |
| 3571 | 2024-12-19T04:46:44.358Z | process exited: duration 1107344 ms, exit code 0 |
| |
| 3572 | 2024-12-19T04:46:44.363Z | found 0 output files |