|
|
|
| 1 | 2024-11-18T21:35:28.787Z | job assigned to worker 01JD0K666771VMP1QZ4XW3C1T1 [factory aws, i-07e9586c5ae23fc01] (queued for 50 s) |
| |
| 2 | 2024-11-18T21:35:36.461Z | starting task 0: "setup" |
| 3 | 2024-11-18T21:35:36.471Z | ++ uname -s |
| 4 | 2024-11-18T21:35:36.474Z | + kern=SunOS |
| 5 | 2024-11-18T21:35:36.474Z | + case "$kern" in |
| 6 | 2024-11-18T21:35:36.474Z | + groupadd -g 12345 build |
| 7 | 2024-11-18T21:35:36.477Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-11-18T21:35:38.483Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-11-18T21:35:38.549Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-11-18T21:35:38.552Z | + home_fs=zfs |
| 11 | 2024-11-18T21:35:38.552Z | + [[ zfs == autofs ]] |
| 12 | 2024-11-18T21:35:38.552Z | + mkdir -p /home/build |
| 13 | 2024-11-18T21:35:38.555Z | + chown build:build /home/build /work |
| 14 | 2024-11-18T21:35:40.556Z | + chmod 0700 /home/build /work |
| 15 | 2024-11-18T21:35:40.560Z | process exited: duration 4097 ms, exit code 0 |
| |
| 16 | 2024-11-18T21:35:40.565Z | starting task 1: "rust-toolchain" |
| 17 | 2024-11-18T21:35:40.570Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-11-18T21:35:40.570Z | ' 1.81.0 |
| 19 | 2024-11-18T21:35:40.570Z | * toolchain channel = "1.81.0" |
| 20 | 2024-11-18T21:35:40.570Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-11-18T21:35:40.570Z | ' default |
| 22 | 2024-11-18T21:35:40.573Z | * toolchain profile = "default" |
| 23 | 2024-11-18T21:35:40.573Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-11-18T21:35:40.573Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
| 25 | 2024-11-18T21:35:40.699Z | info: downloading installer |
| 26 | 2024-11-18T21:35:41.984Z | info: profile set to 'default' |
| 27 | 2024-11-18T21:35:41.984Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-11-18T21:35:41.988Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
| 29 | 2024-11-18T21:35:42.118Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
| 30 | 2024-11-18T21:35:42.118Z | info: downloading component 'cargo' |
| 31 | 2024-11-18T21:35:42.799Z | info: downloading component 'clippy' |
| 32 | 2024-11-18T21:35:43.051Z | info: downloading component 'rust-docs' |
| 33 | 2024-11-18T21:35:43.990Z | info: downloading component 'rust-std' |
| 34 | 2024-11-18T21:35:45.488Z | info: downloading component 'rustc' |
| 35 | 2024-11-18T21:35:50.778Z | info: downloading component 'rustfmt' |
| 36 | 2024-11-18T21:35:50.975Z | info: installing component 'cargo' |
| 37 | 2024-11-18T21:35:51.793Z | info: installing component 'clippy' |
| 38 | 2024-11-18T21:35:52.167Z | info: installing component 'rust-docs' |
| 39 | 2024-11-18T21:35:53.774Z | info: installing component 'rust-std' |
| 40 | 2024-11-18T21:35:55.587Z | info: installing component 'rustc' |
| 41 | 2024-11-18T21:36:01.275Z | info: installing component 'rustfmt' |
| 42 | 2024-11-18T21:36:01.592Z | |
| 43 | 2024-11-18T21:36:01.592Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
| 44 | 2024-11-18T21:36:01.958Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 45 | 2024-11-18T21:36:01.958Z | |
| 46 | 2024-11-18T21:36:01.961Z | |
| 47 | 2024-11-18T21:36:01.961Z | Rust is installed now. Great! |
| 48 | 2024-11-18T21:36:01.961Z | |
| 49 | 2024-11-18T21:36:01.961Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-11-18T21:36:01.961Z | environment variable. This has not been done automatically. |
| 51 | 2024-11-18T21:36:01.961Z | |
| 52 | 2024-11-18T21:36:01.961Z | To configure your current shell, you need to source |
| 53 | 2024-11-18T21:36:01.961Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-11-18T21:36:01.961Z | |
| 55 | 2024-11-18T21:36:01.961Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-11-18T21:36:01.961Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-11-18T21:36:01.961Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-11-18T21:36:02.035Z | + rustc --version |
| 59 | 2024-11-18T21:36:02.099Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 60 | 2024-11-18T21:36:02.102Z | process exited: duration 21536 ms, exit code 0 |
| |
| 61 | 2024-11-18T21:36:02.110Z | starting task 2: "authentication" |
| 62 | 2024-11-18T21:36:02.128Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-11-18T21:36:02.134Z | starting task 3: "clone repository" |
| 64 | 2024-11-18T21:36:02.139Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-11-18T21:36:02.141Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-11-18T21:36:02.183Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-11-18T21:36:10.351Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-11-18T21:36:10.351Z | + git fetch origin 27527e868cf2ba3514fd276422b641fc0d6051d6 |
| 69 | 2024-11-18T21:36:10.889Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-11-18T21:36:10.889Z | * branch 27527e868cf2ba3514fd276422b641fc0d6051d6 -> FETCH_HEAD |
| 71 | 2024-11-18T21:36:10.897Z | + [[ -n '' ]] |
| 72 | 2024-11-18T21:36:10.897Z | + git reset --hard 27527e868cf2ba3514fd276422b641fc0d6051d6 |
| 73 | 2024-11-18T21:36:10.921Z | HEAD is now at 27527e868 Merge branch 'main' into dataset_typed_uuid |
| 74 | 2024-11-18T21:36:10.924Z | process exited: duration 8787 ms, exit code 0 |
| |
| 75 | 2024-11-18T21:36:10.930Z | starting task 4: "build" |
| 76 | 2024-11-18T21:36:10.935Z | + source .github/buildomat/ci-env.sh |
| 77 | 2024-11-18T21:36:10.935Z | ++ export CARGO_TERM_COLOR=always |
| 78 | 2024-11-18T21:36:10.935Z | ++ CARGO_TERM_COLOR=always |
| 79 | 2024-11-18T21:36:10.938Z | + cargo --version |
| 80 | 2024-11-18T21:36:10.993Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
| 81 | 2024-11-18T21:36:10.996Z | + rustc --version |
| 82 | 2024-11-18T21:36:11.056Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
| 83 | 2024-11-18T21:36:11.060Z | + source ./env.sh |
| 84 | 2024-11-18T21:36:11.060Z | ++ OLD_SHELL_OPTS=ehxB |
| 85 | 2024-11-18T21:36:11.060Z | ++ set -o xtrace |
| 86 | 2024-11-18T21:36:11.062Z | ++++ dirname ./env.sh |
| 87 | 2024-11-18T21:36:11.065Z | +++ readlink -f . |
| 88 | 2024-11-18T21:36:11.067Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 89 | 2024-11-18T21:36:11.067Z | ++ 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-11-18T21:36:11.068Z | ++ 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-11-18T21:36:11.068Z | ++ 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-11-18T21:36:11.068Z | ++ 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-11-18T21:36:11.068Z | ++ 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-11-18T21:36:11.068Z | ++ 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-11-18T21:36:11.068Z | ++ 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-11-18T21:36:11.068Z | ++ 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-11-18T21:36:11.068Z | ++ case $OLD_SHELL_OPTS in |
| 98 | 2024-11-18T21:36:11.068Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 99 | 2024-11-18T21:36:11.068Z | + 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-11-18T21:36:11.068Z | + 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-11-18T21:36:11.068Z | + banner prerequisites |
| 102 | 2024-11-18T21:36:11.071Z | |
| 103 | 2024-11-18T21:36:11.071Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 104 | 2024-11-18T21:36:11.071Z | # # # # # # # # # # # # # # # |
| 105 | 2024-11-18T21:36:11.072Z | # # # # ##### # # ##### # # # # # #### # |
| 106 | 2024-11-18T21:36:11.072Z | ##### ##### # ##### # # # # # # # # # |
| 107 | 2024-11-18T21:36:11.072Z | # # # # # # # # # # # # # # # |
| 108 | 2024-11-18T21:36:11.072Z | # # # ###### # # ###### ### # #### # #### # |
| 109 | 2024-11-18T21:36:11.072Z | |
| 110 | 2024-11-18T21:36:11.072Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 111 | 2024-11-18T21:36:18.493Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 112 | 2024-11-18T21:36:21.944Z | Startup: Caching catalogs ... Done |
| 113 | 2024-11-18T21:36:30.601Z | Planning: Solver setup ... Done (7.742s) |
| 114 | 2024-11-18T21:36:30.712Z | Planning: Running solver ... Done (0.112s) |
| 115 | 2024-11-18T21:36:30.804Z | Planning: Finding local manifests ... Done (0.003s) |
| 116 | 2024-11-18T21:36:30.831Z | Planning: Fetching manifests: 0/5 0% complete |
| 117 | 2024-11-18T21:36:31.462Z | Planning: Fetching manifests: 5/5 100% complete |
| 118 | 2024-11-18T21:36:31.558Z | Planning: Package planning ... Done (0.097s) |
| 119 | 2024-11-18T21:36:31.613Z | Planning: Merging actions ... Done (0.055s) |
| 120 | 2024-11-18T21:36:31.802Z | Planning: Checking for conflicting actions ... Done (0.189s) |
| 121 | 2024-11-18T21:36:33.850Z | Planning: Consolidating action changes ... Done (2.045s) |
| 122 | 2024-11-18T21:36:34.278Z | Planning: Evaluating mediators ... Done (0.429s) |
| 123 | 2024-11-18T21:36:34.358Z | Planning: Planning completed in 12.32 seconds |
| 124 | 2024-11-18T21:36:34.373Z | Packages to install: 4 |
| 125 | 2024-11-18T21:36:34.373Z | Packages to update: 1 |
| 126 | 2024-11-18T21:36:34.375Z | Mediators to change: 2 |
| 127 | 2024-11-18T21:36:34.375Z | Services to change: 1 |
| 128 | 2024-11-18T21:36:34.375Z | Estimated space available: 155.64 GB |
| 129 | 2024-11-18T21:36:34.376Z | Estimated space to be consumed: 1.60 GB |
| 130 | 2024-11-18T21:36:34.376Z | Create boot environment: No |
| 131 | 2024-11-18T21:36:34.376Z | Create backup boot environment: Yes |
| 132 | 2024-11-18T21:36:34.376Z | Rebuild boot archive: No |
| 133 | 2024-11-18T21:36:34.376Z | |
| 134 | 2024-11-18T21:36:34.376Z | Changed mediators: |
| 135 | 2024-11-18T21:36:34.376Z | mediator clang: |
| 136 | 2024-11-18T21:36:34.376Z | version: None -> 15 (system default) |
| 137 | 2024-11-18T21:36:34.376Z | |
| 138 | 2024-11-18T21:36:34.376Z | mediator llvm: |
| 139 | 2024-11-18T21:36:34.376Z | version: 14 (system default) -> 15 (system default) |
| 140 | 2024-11-18T21:36:34.376Z | |
| 141 | 2024-11-18T21:36:34.376Z | Changed packages: |
| 142 | 2024-11-18T21:36:34.376Z | helios-dev |
| 143 | 2024-11-18T21:36:34.376Z | developer/build-essential |
| 144 | 2024-11-18T21:36:34.376Z | None -> 11-2.0 |
| 145 | 2024-11-18T21:36:34.376Z | library/libxmlsec1 |
| 146 | 2024-11-18T21:36:34.376Z | None -> 1.2.35-2.0 |
| 147 | 2024-11-18T21:36:34.377Z | ooce/developer/clang-15 |
| 148 | 2024-11-18T21:36:34.377Z | None -> 15.0.7-2.0 |
| 149 | 2024-11-18T21:36:34.377Z | ooce/developer/llvm-15 |
| 150 | 2024-11-18T21:36:34.377Z | None -> 15.0.7-2.0 |
| 151 | 2024-11-18T21:36:34.377Z | package/pkg |
| 152 | 2024-11-18T21:36:34.377Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 153 | 2024-11-18T21:36:34.377Z | |
| 154 | 2024-11-18T21:36:34.377Z | Services: |
| 155 | 2024-11-18T21:36:34.377Z | restart_fmri: |
| 156 | 2024-11-18T21:36:34.377Z | svc:/system/update-man-index:default |
| 157 | 2024-11-18T21:36:34.377Z | |
| 158 | 2024-11-18T21:36:34.377Z | Editable files to change: |
| 159 | 2024-11-18T21:36:34.377Z | Update: |
| 160 | 2024-11-18T21:36:34.377Z | usr/share/lib/pkg/web/config.shtml |
| 161 | 2024-11-18T21:36:34.618Z | |
| 162 | 2024-11-18T21:36:34.618Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 163 | 2024-11-18T21:36:39.623Z | Download: 523/4281 items 17.4/220.6MB 7% complete (3.6M/s) |
| 164 | 2024-11-18T21:36:44.630Z | Download: 963/4281 items 19.2/220.6MB 8% complete (2.0M/s) |
| 165 | 2024-11-18T21:36:50.162Z | Download: 1195/4281 items 83.3/220.6MB 37% complete (6.6M/s) |
| 166 | 2024-11-18T21:36:55.173Z | Download: 1277/4281 items 113.7/220.6MB 51% complete (9.4M/s) |
| 167 | 2024-11-18T21:37:00.226Z | Download: 1669/4281 items 118.0/220.6MB 53% complete (3.5M/s) |
| 168 | 2024-11-18T21:37:05.249Z | Download: 1943/4281 items 118.7/220.6MB 53% complete (1.4M/s) |
| 169 | 2024-11-18T21:37:10.753Z | Download: 2220/4281 items 119.2/220.6MB 54% complete (406k/s) |
| 170 | 2024-11-18T21:37:15.705Z | Download: 2225/4281 items 119.2/220.6MB 54% complete (57.2k/s) |
| 171 | 2024-11-18T21:37:20.715Z | Download: 2709/4281 items 120.8/220.6MB 54% complete (154k/s) |
| 172 | 2024-11-18T21:37:25.715Z | Download: 3136/4281 items 157.1/220.6MB 71% complete (3.7M/s) |
| 173 | 2024-11-18T21:37:31.821Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.2M/s) |
| 174 | 2024-11-18T21:37:38.434Z | Download: 3286/4281 items 212.6/220.6MB 96% complete (3.6M/s) |
| 175 | 2024-11-18T21:37:43.453Z | Download: 3415/4281 items 213.0/220.6MB 96% complete (1.3M/s) |
| 176 | 2024-11-18T21:37:48.455Z | Download: 3900/4281 items 217.9/220.6MB 98% complete (575k/s) |
| 177 | 2024-11-18T21:37:54.644Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (897k/s) |
| 178 | 2024-11-18T21:37:54.745Z | Download: Completed 220.60 MB in 80.12 seconds (2.8M/s) |
| 179 | 2024-11-18T21:37:56.832Z | Actions: 1/5063 actions (Removing old actions) |
| 180 | 2024-11-18T21:37:56.855Z | Actions: 194/5063 actions (Installing new actions) |
| 181 | 2024-11-18T21:38:01.540Z | Actions: 4226/5063 actions (Updating modified actions) |
| 182 | 2024-11-18T21:38:01.856Z | Actions: Completed 5063 actions in 5.02 seconds. |
| 183 | 2024-11-18T21:38:02.072Z | Done (0.208s) |
| 184 | 2024-11-18T21:38:02.075Z | Done (0.000s) |
| 185 | 2024-11-18T21:38:02.609Z | Done (0.536s) |
| 186 | 2024-11-18T21:38:07.016Z | Done (4.198s) |
| 187 | 2024-11-18T21:38:07.103Z | Done (0.018s) |
| 188 | 2024-11-18T21:38:07.108Z | Done (0.000s) |
| 189 | 2024-11-18T21:38:07.316Z | Done (0.000s) |
| 190 | 2024-11-18T21:38:07.979Z | Planning: Evaluating mediator changes ... Done |
| 191 | 2024-11-18T21:38:08.138Z | Planning: Checking for conflicting actions ... Done |
| 192 | 2024-11-18T21:38:08.141Z | Planning: Consolidating action changes ... Done |
| 193 | 2024-11-18T21:38:08.405Z | Planning: Evaluating mediators ... Done |
| 194 | 2024-11-18T21:38:08.407Z | Planning: Planning completed in 0.43 seconds |
| 195 | 2024-11-18T21:38:08.444Z | Mediators to change: 2 |
| 196 | 2024-11-18T21:38:08.445Z | Create boot environment: No |
| 197 | 2024-11-18T21:38:08.447Z | Create backup boot environment: No |
| 198 | 2024-11-18T21:38:08.534Z | Done |
| 199 | 2024-11-18T21:38:08.534Z | Done |
| 200 | 2024-11-18T21:38:08.868Z | Done |
| 201 | 2024-11-18T21:38:12.450Z | Done |
| 202 | 2024-11-18T21:38:12.535Z | Done |
| 203 | 2024-11-18T21:38:12.537Z | Done |
| 204 | 2024-11-18T21:38:12.649Z | Done |
| 205 | 2024-11-18T21:38:13.255Z | Planning: Evaluating mediator changes ... Done |
| 206 | 2024-11-18T21:38:13.258Z | Planning: Merging actions ... Done |
| 207 | 2024-11-18T21:38:13.444Z | Planning: Checking for conflicting actions ... Done |
| 208 | 2024-11-18T21:38:13.446Z | Planning: Consolidating action changes ... Done |
| 209 | 2024-11-18T21:38:13.705Z | Planning: Evaluating mediators ... Done |
| 210 | 2024-11-18T21:38:13.758Z | Planning: Planning completed in 0.74 seconds |
| 211 | 2024-11-18T21:38:13.799Z | Packages to change: 1 |
| 212 | 2024-11-18T21:38:13.799Z | Mediators to change: 1 |
| 213 | 2024-11-18T21:38:13.801Z | Services to change: 1 |
| 214 | 2024-11-18T21:38:13.801Z | Create boot environment: No |
| 215 | 2024-11-18T21:38:13.801Z | Create backup boot environment: Yes |
| 216 | 2024-11-18T21:38:15.932Z | Actions: 1/6 actions (Updating modified actions) |
| 217 | 2024-11-18T21:38:15.935Z | Actions: Completed 6 actions in 0.00 seconds. |
| 218 | 2024-11-18T21:38:15.935Z | Done |
| 219 | 2024-11-18T21:38:15.935Z | Done |
| 220 | 2024-11-18T21:38:16.040Z | Done |
| 221 | 2024-11-18T21:38:19.636Z | Done |
| 222 | 2024-11-18T21:38:19.726Z | Done |
| 223 | 2024-11-18T21:38:19.729Z | Done |
| 224 | 2024-11-18T21:38:19.854Z | Done |
| 225 | 2024-11-18T21:38:20.283Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 226 | 2024-11-18T21:38:20.283Z | clang system 15 system |
| 227 | 2024-11-18T21:38:20.283Z | csh system system illumos |
| 228 | 2024-11-18T21:38:20.283Z | ctags system system illumos |
| 229 | 2024-11-18T21:38:20.283Z | gcc vendor 12 vendor |
| 230 | 2024-11-18T21:38:20.283Z | gcc system 10 system |
| 231 | 2024-11-18T21:38:20.283Z | gcc system 7 system |
| 232 | 2024-11-18T21:38:20.283Z | go system 1.20 system |
| 233 | 2024-11-18T21:38:20.283Z | go system 1.19 system |
| 234 | 2024-11-18T21:38:20.283Z | llvm system 15 system |
| 235 | 2024-11-18T21:38:20.283Z | llvm system 14 system |
| 236 | 2024-11-18T21:38:20.283Z | mariadb system 10.6 system |
| 237 | 2024-11-18T21:38:20.283Z | mta vendor vendor dma |
| 238 | 2024-11-18T21:38:20.283Z | openjdk system 17 system |
| 239 | 2024-11-18T21:38:20.283Z | openjdk system 11 system |
| 240 | 2024-11-18T21:38:20.284Z | openjdk system 1.8 system |
| 241 | 2024-11-18T21:38:20.284Z | openssl vendor 3 vendor |
| 242 | 2024-11-18T21:38:20.284Z | perl system 5.36 system |
| 243 | 2024-11-18T21:38:20.284Z | postgresql system 15 system |
| 244 | 2024-11-18T21:38:20.284Z | postgresql system 13 system |
| 245 | 2024-11-18T21:38:20.284Z | python vendor 3 vendor |
| 246 | 2024-11-18T21:38:20.284Z | python system 2 system |
| 247 | 2024-11-18T21:38:20.284Z | python3 system 3.11 system |
| 248 | 2024-11-18T21:38:20.284Z | ruby system 3.0 system |
| 249 | 2024-11-18T21:38:20.284Z | words vendor vendor american-english |
| 250 | 2024-11-18T21:38:20.284Z | words system system australian-english |
| 251 | 2024-11-18T21:38:20.284Z | words system system british-english |
| 252 | 2024-11-18T21:38:20.284Z | words system system canadian-english |
| 253 | 2024-11-18T21:38:20.284Z | words system system french |
| 254 | 2024-11-18T21:38:20.284Z | words system system italian |
| 255 | 2024-11-18T21:38:20.284Z | words system system ngerman |
| 256 | 2024-11-18T21:38:20.284Z | words system system ogerman |
| 257 | 2024-11-18T21:38:20.284Z | words system system spanish |
| 258 | 2024-11-18T21:38:20.607Z | PUBLISHER TYPE STATUS P LOCATION |
| 259 | 2024-11-18T21:38:20.607Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 260 | 2024-11-18T21:38:23.133Z | FMRI IFO |
| 261 | 2024-11-18T21:38:23.133Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 262 | 2024-11-18T21:38:23.133Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 263 | 2024-11-18T21:38:23.133Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 264 | 2024-11-18T21:38:23.133Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 265 | 2024-11-18T21:38:23.134Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 266 | 2024-11-18T21:38:23.134Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 267 | 2024-11-18T21:38:23.134Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 268 | 2024-11-18T21:38:23.134Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 269 | 2024-11-18T21:38:23.134Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 270 | 2024-11-18T21:38:23.134Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 271 | 2024-11-18T21:38:23.134Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 272 | 2024-11-18T21:38:23.134Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 273 | 2024-11-18T21:38:23.134Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 274 | 2024-11-18T21:38:23.134Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 275 | 2024-11-18T21:38:23.134Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 276 | 2024-11-18T21:38:23.866Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 277 | 2024-11-18T21:38:24.098Z | Updating crates.io index |
| 278 | 2024-11-18T21:38:24.188Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 279 | 2024-11-18T21:38:24.889Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 280 | 2024-11-18T21:38:25.155Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 281 | 2024-11-18T21:38:25.394Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 282 | 2024-11-18T21:38:25.612Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 283 | 2024-11-18T21:38:26.461Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 284 | 2024-11-18T21:38:28.861Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 285 | 2024-11-18T21:38:29.838Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 286 | 2024-11-18T21:38:30.473Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 287 | 2024-11-18T21:38:30.727Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 288 | 2024-11-18T21:38:31.019Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 289 | 2024-11-18T21:38:31.653Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 290 | 2024-11-18T21:38:31.940Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 291 | 2024-11-18T21:38:32.237Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 292 | 2024-11-18T21:38:32.508Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 293 | 2024-11-18T21:38:32.758Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 294 | 2024-11-18T21:38:32.999Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 295 | 2024-11-18T21:38:33.292Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 296 | 2024-11-18T21:38:33.611Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 297 | 2024-11-18T21:38:33.902Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 298 | 2024-11-18T21:38:34.141Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 299 | 2024-11-18T21:38:34.586Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 300 | 2024-11-18T21:38:34.830Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 301 | 2024-11-18T21:38:35.201Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 302 | 2024-11-18T21:38:35.569Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 303 | 2024-11-18T21:38:35.830Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 304 | 2024-11-18T21:38:36.093Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 305 | 2024-11-18T21:38:37.277Z | Downloading crates ... |
| 306 | 2024-11-18T21:38:37.392Z | Downloaded anstyle v1.0.10 |
| 307 | 2024-11-18T21:38:37.401Z | Downloaded anstream v0.6.15 |
| 308 | 2024-11-18T21:38:37.418Z | Downloaded autocfg v1.4.0 |
| 309 | 2024-11-18T21:38:37.426Z | Downloaded bitflags v2.6.0 |
| 310 | 2024-11-18T21:38:37.429Z | Downloaded bytecount v0.6.8 |
| 311 | 2024-11-18T21:38:37.431Z | Downloaded clap v4.5.21 |
| 312 | 2024-11-18T21:38:37.439Z | Downloaded byteorder v1.5.0 |
| 313 | 2024-11-18T21:38:37.442Z | Downloaded cargo_toml v0.20.5 |
| 314 | 2024-11-18T21:38:37.444Z | Downloaded camino v1.1.9 |
| 315 | 2024-11-18T21:38:37.444Z | Downloaded cargo-platform v0.1.8 |
| 316 | 2024-11-18T21:38:37.448Z | Downloaded cfg-if v1.0.0 |
| 317 | 2024-11-18T21:38:37.448Z | Downloaded anstyle-parse v0.2.5 |
| 318 | 2024-11-18T21:38:37.451Z | Downloaded generic-array v0.14.7 |
| 319 | 2024-11-18T21:38:37.451Z | Downloaded errno v0.3.9 |
| 320 | 2024-11-18T21:38:37.453Z | Downloaded dof v0.3.0 |
| 321 | 2024-11-18T21:38:37.453Z | Downloaded clap_lex v0.7.2 |
| 322 | 2024-11-18T21:38:37.453Z | Downloaded cargo_metadata v0.18.1 |
| 323 | 2024-11-18T21:38:37.456Z | Downloaded pest v2.7.14 |
| 324 | 2024-11-18T21:38:37.462Z | Downloaded anyhow v1.0.93 |
| 325 | 2024-11-18T21:38:37.464Z | Downloaded block-buffer v0.10.4 |
| 326 | 2024-11-18T21:38:37.468Z | Downloaded anstyle-query v1.1.1 |
| 327 | 2024-11-18T21:38:37.468Z | Downloaded camino-tempfile v1.1.1 |
| 328 | 2024-11-18T21:38:37.472Z | Downloaded itoa v1.0.11 |
| 329 | 2024-11-18T21:38:37.472Z | Downloaded indexmap v2.6.0 |
| 330 | 2024-11-18T21:38:37.474Z | Downloaded goblin v0.8.2 |
| 331 | 2024-11-18T21:38:37.481Z | Downloaded pretty-hex v0.4.1 |
| 332 | 2024-11-18T21:38:37.484Z | Downloaded colorchoice v1.0.2 |
| 333 | 2024-11-18T21:38:37.484Z | Downloaded digest v0.10.7 |
| 334 | 2024-11-18T21:38:37.486Z | Downloaded dtrace-parser v0.2.0 |
| 335 | 2024-11-18T21:38:37.491Z | Downloaded usdt-macro v0.5.0 |
| 336 | 2024-11-18T21:38:37.493Z | Downloaded swrite v0.1.0 |
| 337 | 2024-11-18T21:38:37.493Z | Downloaded usdt-attr-macro v0.5.0 |
| 338 | 2024-11-18T21:38:37.493Z | Downloaded equivalent v1.0.1 |
| 339 | 2024-11-18T21:38:37.498Z | Downloaded pest_generator v2.7.14 |
| 340 | 2024-11-18T21:38:37.500Z | Downloaded heck v0.4.1 |
| 341 | 2024-11-18T21:38:37.500Z | Downloaded crypto-common v0.1.6 |
| 342 | 2024-11-18T21:38:37.503Z | Downloaded cpufeatures v0.2.14 |
| 343 | 2024-11-18T21:38:37.506Z | Downloaded fnv v1.0.7 |
| 344 | 2024-11-18T21:38:37.506Z | Downloaded fs-err v2.11.0 |
| 345 | 2024-11-18T21:38:37.508Z | Downloaded unicode-linebreak v0.1.5 |
| 346 | 2024-11-18T21:38:37.511Z | Downloaded scroll_derive v0.12.0 |
| 347 | 2024-11-18T21:38:37.517Z | Downloaded proc-macro-error-attr v1.0.4 |
| 348 | 2024-11-18T21:38:37.520Z | Downloaded memmap v0.7.0 |
| 349 | 2024-11-18T21:38:37.520Z | Downloaded macaddr v1.0.1 |
| 350 | 2024-11-18T21:38:37.520Z | Downloaded serde_spanned v0.6.8 |
| 351 | 2024-11-18T21:38:37.523Z | Downloaded heck v0.5.0 |
| 352 | 2024-11-18T21:38:37.523Z | Downloaded is_terminal_polyfill v1.70.1 |
| 353 | 2024-11-18T21:38:37.526Z | Downloaded plain v0.2.3 |
| 354 | 2024-11-18T21:38:37.528Z | Downloaded fastrand v2.1.1 |
| 355 | 2024-11-18T21:38:37.531Z | Downloaded strsim v0.11.1 |
| 356 | 2024-11-18T21:38:37.534Z | Downloaded smawk v0.3.2 |
| 357 | 2024-11-18T21:38:37.534Z | Downloaded scroll v0.12.0 |
| 358 | 2024-11-18T21:38:37.534Z | Downloaded serde_tokenstream v0.2.2 |
| 359 | 2024-11-18T21:38:37.536Z | Downloaded clap_derive v4.5.18 |
| 360 | 2024-11-18T21:38:37.539Z | Downloaded usdt-impl v0.5.0 |
| 361 | 2024-11-18T21:38:37.545Z | Downloaded utf8parse v0.2.2 |
| 362 | 2024-11-18T21:38:37.548Z | Downloaded version_check v0.9.5 |
| 363 | 2024-11-18T21:38:37.551Z | Downloaded toml_datetime v0.6.8 |
| 364 | 2024-11-18T21:38:37.551Z | Downloaded thread-id v4.2.2 |
| 365 | 2024-11-18T21:38:37.554Z | Downloaded tabled_derive v0.7.0 |
| 366 | 2024-11-18T21:38:37.554Z | Downloaded usdt v0.5.0 |
| 367 | 2024-11-18T21:38:37.554Z | Downloaded thiserror-impl v1.0.69 |
| 368 | 2024-11-18T21:38:37.556Z | Downloaded terminal_size v0.4.0 |
| 369 | 2024-11-18T21:38:37.559Z | Downloaded semver v1.0.23 |
| 370 | 2024-11-18T21:38:37.561Z | Downloaded thiserror v1.0.69 |
| 371 | 2024-11-18T21:38:37.565Z | Downloaded pest_derive v2.7.14 |
| 372 | 2024-11-18T21:38:37.568Z | Downloaded sha2 v0.10.8 |
| 373 | 2024-11-18T21:38:37.570Z | Downloaded ryu v1.0.18 |
| 374 | 2024-11-18T21:38:37.573Z | Downloaded zerocopy-derive v0.7.35 |
| 375 | 2024-11-18T21:38:37.577Z | Downloaded quote v1.0.37 |
| 376 | 2024-11-18T21:38:37.579Z | Downloaded typenum v1.17.0 |
| 377 | 2024-11-18T21:38:37.582Z | Downloaded ucd-trie v0.1.7 |
| 378 | 2024-11-18T21:38:37.584Z | Downloaded unicode-ident v1.0.13 |
| 379 | 2024-11-18T21:38:37.587Z | Downloaded log v0.4.22 |
| 380 | 2024-11-18T21:38:37.589Z | Downloaded tempfile v3.13.0 |
| 381 | 2024-11-18T21:38:37.592Z | Downloaded proc-macro-error v1.0.4 |
| 382 | 2024-11-18T21:38:37.595Z | Downloaded proc-macro2 v1.0.89 |
| 383 | 2024-11-18T21:38:37.597Z | Downloaded papergrid v0.11.0 |
| 384 | 2024-11-18T21:38:37.601Z | Downloaded toml v0.8.19 |
| 385 | 2024-11-18T21:38:37.604Z | Downloaded textwrap v0.16.1 |
| 386 | 2024-11-18T21:38:37.607Z | Downloaded serde_derive v1.0.215 |
| 387 | 2024-11-18T21:38:37.609Z | Downloaded pest_meta v2.7.14 |
| 388 | 2024-11-18T21:38:37.613Z | Downloaded serde v1.0.215 |
| 389 | 2024-11-18T21:38:37.616Z | Downloaded memchr v2.7.4 |
| 390 | 2024-11-18T21:38:37.619Z | Downloaded once_cell v1.20.2 |
| 391 | 2024-11-18T21:38:37.632Z | Downloaded toml_edit v0.22.22 |
| 392 | 2024-11-18T21:38:37.654Z | Downloaded hashbrown v0.15.0 |
| 393 | 2024-11-18T21:38:37.668Z | Downloaded clap_builder v4.5.21 |
| 394 | 2024-11-18T21:38:37.675Z | Downloaded zerocopy v0.7.35 |
| 395 | 2024-11-18T21:38:37.690Z | Downloaded serde_json v1.0.132 |
| 396 | 2024-11-18T21:38:37.696Z | Downloaded winnow v0.6.20 |
| 397 | 2024-11-18T21:38:37.712Z | Downloaded tabled v0.15.0 |
| 398 | 2024-11-18T21:38:37.727Z | Downloaded syn v1.0.109 |
| 399 | 2024-11-18T21:38:37.736Z | Downloaded unicode-width v0.1.14 |
| 400 | 2024-11-18T21:38:37.741Z | Downloaded syn v2.0.87 |
| 401 | 2024-11-18T21:38:37.752Z | Downloaded rustix v0.38.37 |
| 402 | 2024-11-18T21:38:37.788Z | Downloaded libc v0.2.162 |
| 403 | 2024-11-18T21:38:38.092Z | Compiling proc-macro2 v1.0.89 |
| 404 | 2024-11-18T21:38:38.092Z | Compiling unicode-ident v1.0.13 |
| 405 | 2024-11-18T21:38:38.092Z | Compiling version_check v0.9.5 |
| 406 | 2024-11-18T21:38:38.095Z | Compiling serde v1.0.215 |
| 407 | 2024-11-18T21:38:38.095Z | Compiling memchr v2.7.4 |
| 408 | 2024-11-18T21:38:38.095Z | Compiling thiserror v1.0.69 |
| 409 | 2024-11-18T21:38:38.141Z | Compiling libc v0.2.162 |
| 410 | 2024-11-18T21:38:38.143Z | Compiling ryu v1.0.18 |
| 411 | 2024-11-18T21:38:38.459Z | Compiling itoa v1.0.11 |
| 412 | 2024-11-18T21:38:38.675Z | Compiling ucd-trie v0.1.7 |
| 413 | 2024-11-18T21:38:38.891Z | Compiling once_cell v1.20.2 |
| 414 | 2024-11-18T21:38:38.939Z | Compiling byteorder v1.5.0 |
| 415 | 2024-11-18T21:38:39.088Z | Compiling serde_json v1.0.132 |
| 416 | 2024-11-18T21:38:39.324Z | Compiling rustix v0.38.37 |
| 417 | 2024-11-18T21:38:39.349Z | Compiling bitflags v2.6.0 |
| 418 | 2024-11-18T21:38:39.443Z | Compiling usdt-impl v0.5.0 |
| 419 | 2024-11-18T21:38:39.742Z | Compiling proc-macro-error-attr v1.0.4 |
| 420 | 2024-11-18T21:38:39.822Z | Compiling syn v1.0.109 |
| 421 | 2024-11-18T21:38:39.874Z | Compiling proc-macro-error v1.0.4 |
| 422 | 2024-11-18T21:38:40.006Z | Compiling quote v1.0.37 |
| 423 | 2024-11-18T21:38:40.118Z | Compiling log v0.4.22 |
| 424 | 2024-11-18T21:38:40.169Z | Compiling utf8parse v0.2.2 |
| 425 | 2024-11-18T21:38:40.271Z | Compiling errno v0.3.9 |
| 426 | 2024-11-18T21:38:40.337Z | Compiling plain v0.2.3 |
| 427 | 2024-11-18T21:38:40.473Z | Compiling syn v2.0.87 |
| 428 | 2024-11-18T21:38:40.567Z | Compiling camino v1.1.9 |
| 429 | 2024-11-18T21:38:40.569Z | Compiling equivalent v1.0.1 |
| 430 | 2024-11-18T21:38:40.623Z | Compiling hashbrown v0.15.0 |
| 431 | 2024-11-18T21:38:40.738Z | Compiling anstyle-parse v0.2.5 |
| 432 | 2024-11-18T21:38:41.002Z | Compiling thread-id v4.2.2 |
| 433 | 2024-11-18T21:38:41.248Z | Compiling anstyle-query v1.1.1 |
| 434 | 2024-11-18T21:38:41.442Z | Compiling unicode-width v0.1.14 |
| 435 | 2024-11-18T21:38:41.476Z | Compiling pretty-hex v0.4.1 |
| 436 | 2024-11-18T21:38:41.583Z | Compiling semver v1.0.23 |
| 437 | 2024-11-18T21:38:41.698Z | Compiling winnow v0.6.20 |
| 438 | 2024-11-18T21:38:41.795Z | Compiling colorchoice v1.0.2 |
| 439 | 2024-11-18T21:38:41.887Z | Compiling indexmap v2.6.0 |
| 440 | 2024-11-18T21:38:41.958Z | Compiling autocfg v1.4.0 |
| 441 | 2024-11-18T21:38:41.988Z | Compiling is_terminal_polyfill v1.70.1 |
| 442 | 2024-11-18T21:38:42.118Z | Compiling anstyle v1.0.10 |
| 443 | 2024-11-18T21:38:42.501Z | Compiling anstream v0.6.15 |
| 444 | 2024-11-18T21:38:43.015Z | Compiling terminal_size v0.4.0 |
| 445 | 2024-11-18T21:38:43.143Z | Compiling fs-err v2.11.0 |
| 446 | 2024-11-18T21:38:43.216Z | Compiling fastrand v2.1.1 |
| 447 | 2024-11-18T21:38:43.219Z | Compiling strsim v0.11.1 |
| 448 | 2024-11-18T21:38:43.266Z | Compiling heck v0.5.0 |
| 449 | 2024-11-18T21:38:43.420Z | Compiling cfg-if v1.0.0 |
| 450 | 2024-11-18T21:38:43.551Z | Compiling clap_lex v0.7.2 |
| 451 | 2024-11-18T21:38:43.803Z | Compiling heck v0.4.1 |
| 452 | 2024-11-18T21:38:43.806Z | Compiling bytecount v0.6.8 |
| 453 | 2024-11-18T21:38:44.052Z | Compiling anyhow v1.0.93 |
| 454 | 2024-11-18T21:38:44.078Z | Compiling fnv v1.0.7 |
| 455 | 2024-11-18T21:38:44.147Z | Compiling clap_builder v4.5.21 |
| 456 | 2024-11-18T21:38:44.206Z | Compiling papergrid v0.11.0 |
| 457 | 2024-11-18T21:38:44.229Z | Compiling tempfile v3.13.0 |
| 458 | 2024-11-18T21:38:44.456Z | Compiling memmap v0.7.0 |
| 459 | 2024-11-18T21:38:44.837Z | Compiling unicode-linebreak v0.1.5 |
| 460 | 2024-11-18T21:38:45.038Z | Compiling smawk v0.3.2 |
| 461 | 2024-11-18T21:38:45.270Z | Compiling textwrap v0.16.1 |
| 462 | 2024-11-18T21:38:45.550Z | Compiling swrite v0.1.0 |
| 463 | 2024-11-18T21:38:46.586Z | Compiling tabled_derive v0.7.0 |
| 464 | 2024-11-18T21:38:48.116Z | Compiling tabled v0.15.0 |
| 465 | 2024-11-18T21:38:49.383Z | Compiling serde_derive v1.0.215 |
| 466 | 2024-11-18T21:38:49.383Z | Compiling thiserror-impl v1.0.69 |
| 467 | 2024-11-18T21:38:49.386Z | Compiling zerocopy-derive v0.7.35 |
| 468 | 2024-11-18T21:38:49.386Z | Compiling scroll_derive v0.12.0 |
| 469 | 2024-11-18T21:38:49.515Z | Compiling clap_derive v4.5.18 |
| 470 | 2024-11-18T21:38:50.847Z | Compiling scroll v0.12.0 |
| 471 | 2024-11-18T21:38:51.382Z | Compiling zerocopy v0.7.35 |
| 472 | 2024-11-18T21:38:51.408Z | Compiling goblin v0.8.2 |
| 473 | 2024-11-18T21:38:52.239Z | Compiling pest v2.7.14 |
| 474 | 2024-11-18T21:38:53.102Z | Compiling clap v4.5.21 |
| 475 | 2024-11-18T21:38:54.421Z | Compiling pest_meta v2.7.14 |
| 476 | 2024-11-18T21:38:55.364Z | Compiling pest_generator v2.7.14 |
| 477 | 2024-11-18T21:38:57.254Z | Compiling pest_derive v2.7.14 |
| 478 | 2024-11-18T21:38:57.960Z | Compiling dtrace-parser v0.2.0 |
| 479 | 2024-11-18T21:38:59.534Z | Compiling serde_tokenstream v0.2.2 |
| 480 | 2024-11-18T21:38:59.574Z | Compiling serde_spanned v0.6.8 |
| 481 | 2024-11-18T21:38:59.574Z | Compiling toml_datetime v0.6.8 |
| 482 | 2024-11-18T21:38:59.905Z | Compiling cargo-platform v0.1.8 |
| 483 | 2024-11-18T21:38:59.969Z | Compiling toml_edit v0.22.22 |
| 484 | 2024-11-18T21:39:00.204Z | Compiling macaddr v1.0.1 |
| 485 | 2024-11-18T21:39:00.231Z | Compiling camino-tempfile v1.1.1 |
| 486 | 2024-11-18T21:39:01.054Z | Compiling dof v0.3.0 |
| 487 | 2024-11-18T21:39:01.114Z | Compiling cargo_metadata v0.18.1 |
| 488 | 2024-11-18T21:39:02.699Z | Compiling toml v0.8.19 |
| 489 | 2024-11-18T21:39:02.780Z | Compiling usdt-macro v0.5.0 |
| 490 | 2024-11-18T21:39:02.783Z | Compiling usdt-attr-macro v0.5.0 |
| 491 | 2024-11-18T21:39:03.465Z | Compiling cargo_toml v0.20.5 |
| 492 | 2024-11-18T21:39:04.091Z | Compiling usdt v0.5.0 |
| 493 | 2024-11-18T21:39:07.045Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 494 | 2024-11-18T21:39:11.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.49s |
| 495 | 2024-11-18T21:39:11.395Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 496 | 2024-11-18T21:39:11.909Z | Downloading crates ... |
| 497 | 2024-11-18T21:39:12.016Z | Downloaded ascii-canvas v3.0.0 |
| 498 | 2024-11-18T21:39:12.043Z | Downloaded maplit v1.0.2 |
| 499 | 2024-11-18T21:39:12.092Z | Downloaded assert_matches v1.5.0 |
| 500 | 2024-11-18T21:39:12.106Z | Downloaded darling v0.20.10 |
| 501 | 2024-11-18T21:39:12.111Z | Downloaded aes-gcm v0.10.3 |
| 502 | 2024-11-18T21:39:12.113Z | Downloaded http-body v1.0.1 |
| 503 | 2024-11-18T21:39:12.116Z | Downloaded async-trait v0.1.83 |
| 504 | 2024-11-18T21:39:12.118Z | Downloaded http v1.1.0 |
| 505 | 2024-11-18T21:39:12.121Z | Downloaded atty v0.2.14 |
| 506 | 2024-11-18T21:39:12.124Z | Downloaded async-stream v0.3.6 |
| 507 | 2024-11-18T21:39:12.126Z | Downloaded bit-vec v0.6.3 |
| 508 | 2024-11-18T21:39:12.128Z | Downloaded httpdate v1.0.3 |
| 509 | 2024-11-18T21:39:12.128Z | Downloaded async-recursion v1.1.1 |
| 510 | 2024-11-18T21:39:12.132Z | Downloaded hickory-server v0.24.1 |
| 511 | 2024-11-18T21:39:12.138Z | Downloaded http-range v0.1.5 |
| 512 | 2024-11-18T21:39:12.140Z | Downloaded hex-literal v0.4.1 |
| 513 | 2024-11-18T21:39:12.140Z | Downloaded hostname v0.3.1 |
| 514 | 2024-11-18T21:39:12.143Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 515 | 2024-11-18T21:39:12.143Z | Downloaded instant v0.1.13 |
| 516 | 2024-11-18T21:39:12.145Z | Downloaded hubpack v0.1.2 |
| 517 | 2024-11-18T21:39:12.147Z | Downloaded http-body-util v0.1.2 |
| 518 | 2024-11-18T21:39:12.147Z | Downloaded arrayref v0.3.9 |
| 519 | 2024-11-18T21:39:12.150Z | Downloaded bcs v0.1.6 |
| 520 | 2024-11-18T21:39:12.152Z | Downloaded hyper-rustls v0.27.3 |
| 521 | 2024-11-18T21:39:12.155Z | Downloaded httparse v1.9.5 |
| 522 | 2024-11-18T21:39:12.157Z | Downloaded iana-time-zone v0.1.61 |
| 523 | 2024-11-18T21:39:12.161Z | Downloaded cassowary v0.3.0 |
| 524 | 2024-11-18T21:39:12.163Z | Downloaded hmac v0.12.1 |
| 525 | 2024-11-18T21:39:12.165Z | Downloaded hubpack_derive v0.1.1 |
| 526 | 2024-11-18T21:39:12.165Z | Downloaded hickory-client v0.24.1 |
| 527 | 2024-11-18T21:39:12.169Z | Downloaded ident_case v1.0.1 |
| 528 | 2024-11-18T21:39:12.171Z | Downloaded hickory-resolver v0.24.1 |
| 529 | 2024-11-18T21:39:12.175Z | Downloaded mirai-annotations v1.12.0 |
| 530 | 2024-11-18T21:39:12.177Z | Downloaded icu_provider_macros v1.5.0 |
| 531 | 2024-11-18T21:39:12.177Z | Downloaded ciborium-io v0.2.2 |
| 532 | 2024-11-18T21:39:12.180Z | Downloaded cfg_aliases v0.2.1 |
| 533 | 2024-11-18T21:39:12.180Z | Downloaded cfg_aliases v0.1.1 |
| 534 | 2024-11-18T21:39:12.180Z | Downloaded buf-list v1.0.3 |
| 535 | 2024-11-18T21:39:12.182Z | Downloaded matches v0.1.10 |
| 536 | 2024-11-18T21:39:12.185Z | Downloaded match_cfg v0.1.0 |
| 537 | 2024-11-18T21:39:12.185Z | Downloaded headers-core v0.3.0 |
| 538 | 2024-11-18T21:39:12.187Z | Downloaded cstr-argument v0.1.2 |
| 539 | 2024-11-18T21:39:12.187Z | Downloaded crunchy v0.2.2 |
| 540 | 2024-11-18T21:39:12.187Z | Downloaded crucible-workspace-hack v0.1.0 |
| 541 | 2024-11-18T21:39:12.189Z | Downloaded convert_case v0.4.0 |
| 542 | 2024-11-18T21:39:12.189Z | Downloaded arc-swap v1.7.1 |
| 543 | 2024-11-18T21:39:12.193Z | Downloaded arrayvec v0.7.6 |
| 544 | 2024-11-18T21:39:12.195Z | Downloaded md5 v0.7.0 |
| 545 | 2024-11-18T21:39:12.198Z | Downloaded async-bb8-diesel v0.2.1 |
| 546 | 2024-11-18T21:39:12.200Z | Downloaded icu_collections v1.5.0 |
| 547 | 2024-11-18T21:39:12.205Z | Downloaded memoffset v0.9.1 |
| 548 | 2024-11-18T21:39:12.207Z | Downloaded addr2line v0.24.2 |
| 549 | 2024-11-18T21:39:12.209Z | Downloaded serde-big-array v0.5.1 |
| 550 | 2024-11-18T21:39:12.212Z | Downloaded russh-cryptovec v0.7.3 |
| 551 | 2024-11-18T21:39:12.212Z | Downloaded indoc v1.0.9 |
| 552 | 2024-11-18T21:39:12.214Z | Downloaded indent_write v2.2.0 |
| 553 | 2024-11-18T21:39:12.217Z | Downloaded ciborium-ll v0.2.2 |
| 554 | 2024-11-18T21:39:12.219Z | Downloaded mockall v0.13.0 |
| 555 | 2024-11-18T21:39:12.219Z | Downloaded ipnetwork v0.20.0 |
| 556 | 2024-11-18T21:39:12.221Z | Downloaded cobs v0.2.3 |
| 557 | 2024-11-18T21:39:12.224Z | Downloaded maybe-uninit v2.0.0 |
| 558 | 2024-11-18T21:39:12.224Z | Downloaded chacha20 v0.9.1 |
| 559 | 2024-11-18T21:39:12.226Z | Downloaded crc-catalog v2.4.0 |
| 560 | 2024-11-18T21:39:12.229Z | Downloaded cbc v0.1.2 |
| 561 | 2024-11-18T21:39:12.229Z | Downloaded lalrpop-util v0.19.12 |
| 562 | 2024-11-18T21:39:12.232Z | Downloaded cipher v0.4.4 |
| 563 | 2024-11-18T21:39:12.232Z | Downloaded lazy_static v1.5.0 |
| 564 | 2024-11-18T21:39:12.235Z | Downloaded shell-words v1.1.0 |
| 565 | 2024-11-18T21:39:12.235Z | Downloaded const_format_proc_macros v0.2.33 |
| 566 | 2024-11-18T21:39:12.237Z | Downloaded termtree v0.4.1 |
| 567 | 2024-11-18T21:39:12.240Z | Downloaded sync_wrapper v1.0.1 |
| 568 | 2024-11-18T21:39:12.240Z | Downloaded kstat-rs v0.2.4 |
| 569 | 2024-11-18T21:39:12.242Z | Downloaded ctr v0.9.2 |
| 570 | 2024-11-18T21:39:12.242Z | Downloaded crc v3.2.1 |
| 571 | 2024-11-18T21:39:12.245Z | Downloaded lru v0.12.5 |
| 572 | 2024-11-18T21:39:12.248Z | Downloaded ref-cast v1.0.23 |
| 573 | 2024-11-18T21:39:12.250Z | Downloaded rand_chacha v0.3.1 |
| 574 | 2024-11-18T21:39:12.253Z | Downloaded ipnet v2.10.1 |
| 575 | 2024-11-18T21:39:12.253Z | Downloaded toolchain_find v0.4.0 |
| 576 | 2024-11-18T21:39:12.255Z | Downloaded try-lock v0.2.5 |
| 577 | 2024-11-18T21:39:12.255Z | Downloaded clang-sys v1.8.1 |
| 578 | 2024-11-18T21:39:12.258Z | Downloaded quinn-udp v0.5.5 |
| 579 | 2024-11-18T21:39:12.260Z | Downloaded ahash v0.8.11 |
| 580 | 2024-11-18T21:39:12.262Z | Downloaded bzip2 v0.4.4 |
| 581 | 2024-11-18T21:39:12.265Z | Downloaded cancel-safe-futures v0.1.5 |
| 582 | 2024-11-18T21:39:12.268Z | Downloaded write16 v1.0.0 |
| 583 | 2024-11-18T21:39:12.270Z | Downloaded yoke-derive v0.7.4 |
| 584 | 2024-11-18T21:39:12.270Z | Downloaded mime_guess v2.0.5 |
| 585 | 2024-11-18T21:39:12.272Z | Downloaded zerofrom v0.1.4 |
| 586 | 2024-11-18T21:39:12.275Z | Downloaded libloading v0.8.5 |
| 587 | 2024-11-18T21:39:12.277Z | Downloaded string_cache v0.8.7 |
| 588 | 2024-11-18T21:39:12.279Z | Downloaded sqlformat v0.2.6 |
| 589 | 2024-11-18T21:39:12.279Z | Downloaded stringprep v0.1.5 |
| 590 | 2024-11-18T21:39:12.282Z | Downloaded crossbeam-deque v0.8.5 |
| 591 | 2024-11-18T21:39:12.284Z | Downloaded crc32fast v1.4.2 |
| 592 | 2024-11-18T21:39:12.286Z | Downloaded console v0.15.8 |
| 593 | 2024-11-18T21:39:12.289Z | Downloaded dhcproto-macros v0.1.0 |
| 594 | 2024-11-18T21:39:12.289Z | Downloaded fxhash v0.2.1 |
| 595 | 2024-11-18T21:39:12.291Z | Downloaded csv-core v0.1.11 |
| 596 | 2024-11-18T21:39:12.293Z | Downloaded thiserror-no-std v2.0.2 |
| 597 | 2024-11-18T21:39:12.295Z | Downloaded lock_api v0.4.12 |
| 598 | 2024-11-18T21:39:12.298Z | Downloaded memmap2 v0.9.5 |
| 599 | 2024-11-18T21:39:12.300Z | Downloaded cookie_store v0.21.0 |
| 600 | 2024-11-18T21:39:12.303Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 601 | 2024-11-18T21:39:12.305Z | Downloaded const-oid v0.9.6 |
| 602 | 2024-11-18T21:39:12.308Z | Downloaded base64 v0.22.1 |
| 603 | 2024-11-18T21:39:12.311Z | Downloaded opaque-debug v0.3.1 |
| 604 | 2024-11-18T21:39:12.311Z | Downloaded universal-hash v0.5.1 |
| 605 | 2024-11-18T21:39:12.313Z | Downloaded miniz_oxide v0.8.0 |
| 606 | 2024-11-18T21:39:12.317Z | Downloaded base64 v0.21.7 |
| 607 | 2024-11-18T21:39:12.319Z | Downloaded icu_provider v1.5.0 |
| 608 | 2024-11-18T21:39:12.321Z | Downloaded progenitor-client v0.8.0 |
| 609 | 2024-11-18T21:39:12.323Z | Downloaded unicode-xid v0.2.6 |
| 610 | 2024-11-18T21:39:12.324Z | Downloaded spki v0.7.3 |
| 611 | 2024-11-18T21:39:12.326Z | Downloaded parse-size v1.1.0 |
| 612 | 2024-11-18T21:39:12.328Z | Downloaded unicode-truncate v1.1.0 |
| 613 | 2024-11-18T21:39:12.328Z | Downloaded colored v2.1.0 |
| 614 | 2024-11-18T21:39:12.330Z | Downloaded synstructure v0.13.1 |
| 615 | 2024-11-18T21:39:12.333Z | Downloaded jobserver v0.1.32 |
| 616 | 2024-11-18T21:39:12.335Z | Downloaded dirs-sys-next v0.1.2 |
| 617 | 2024-11-18T21:39:12.335Z | Downloaded icu_locid v1.5.0 |
| 618 | 2024-11-18T21:39:12.340Z | Downloaded tokio-tungstenite v0.21.0 |
| 619 | 2024-11-18T21:39:12.343Z | Downloaded crc-any v2.5.0 |
| 620 | 2024-11-18T21:39:12.345Z | Downloaded icu_normalizer v1.5.0 |
| 621 | 2024-11-18T21:39:12.349Z | Downloaded multimap v0.10.0 |
| 622 | 2024-11-18T21:39:12.351Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 623 | 2024-11-18T21:39:12.352Z | Downloaded icu_properties v1.5.1 |
| 624 | 2024-11-18T21:39:12.355Z | Downloaded take_mut v0.2.2 |
| 625 | 2024-11-18T21:39:12.357Z | Downloaded cc v1.1.30 |
| 626 | 2024-11-18T21:39:12.360Z | Downloaded fd-lock v4.0.2 |
| 627 | 2024-11-18T21:39:12.362Z | Downloaded nanorand v0.7.0 |
| 628 | 2024-11-18T21:39:12.365Z | Downloaded russh-keys v0.45.0 |
| 629 | 2024-11-18T21:39:12.367Z | Downloaded hex v0.4.3 |
| 630 | 2024-11-18T21:39:12.370Z | Downloaded olpc-cjson v0.1.4 |
| 631 | 2024-11-18T21:39:12.370Z | Downloaded untrusted v0.7.1 |
| 632 | 2024-11-18T21:39:12.372Z | Downloaded num-iter v0.1.45 |
| 633 | 2024-11-18T21:39:12.372Z | Downloaded num-integer v0.1.46 |
| 634 | 2024-11-18T21:39:12.375Z | Downloaded indexmap v1.9.3 |
| 635 | 2024-11-18T21:39:12.378Z | Downloaded foreign-types-macros v0.2.3 |
| 636 | 2024-11-18T21:39:12.380Z | Downloaded unicase v2.7.0 |
| 637 | 2024-11-18T21:39:12.380Z | Downloaded yoke v0.7.4 |
| 638 | 2024-11-18T21:39:12.383Z | Downloaded bytes v1.8.0 |
| 639 | 2024-11-18T21:39:12.387Z | Downloaded predicates-tree v1.0.11 |
| 640 | 2024-11-18T21:39:12.390Z | Downloaded progenitor-macro v0.8.0 |
| 641 | 2024-11-18T21:39:12.390Z | Downloaded powerfmt v0.2.0 |
| 642 | 2024-11-18T21:39:12.393Z | Downloaded rustls-pemfile v1.0.4 |
| 643 | 2024-11-18T21:39:12.393Z | Downloaded rand_core v0.6.4 |
| 644 | 2024-11-18T21:39:12.397Z | Downloaded displaydoc v0.2.5 |
| 645 | 2024-11-18T21:39:12.399Z | Downloaded secrecy v0.8.0 |
| 646 | 2024-11-18T21:39:12.399Z | Downloaded resolv-conf v0.7.0 |
| 647 | 2024-11-18T21:39:12.402Z | Downloaded display-error-chain v0.2.2 |
| 648 | 2024-11-18T21:39:12.402Z | Downloaded slog-json v2.6.1 |
| 649 | 2024-11-18T21:39:12.404Z | Downloaded openssl-macros v0.1.1 |
| 650 | 2024-11-18T21:39:12.407Z | Downloaded slog-dtrace v0.3.0 |
| 651 | 2024-11-18T21:39:12.407Z | Downloaded env_logger v0.11.5 |
| 652 | 2024-11-18T21:39:12.409Z | Downloaded tap v1.0.1 |
| 653 | 2024-11-18T21:39:12.412Z | Downloaded strip-ansi-escapes v0.2.0 |
| 654 | 2024-11-18T21:39:12.414Z | Downloaded bumpalo v3.16.0 |
| 655 | 2024-11-18T21:39:12.416Z | Downloaded tinystr v0.7.6 |
| 656 | 2024-11-18T21:39:12.419Z | Downloaded stable_deref_trait v1.2.0 |
| 657 | 2024-11-18T21:39:12.419Z | Downloaded multer v3.1.0 |
| 658 | 2024-11-18T21:39:12.421Z | Downloaded path-slash v0.1.5 |
| 659 | 2024-11-18T21:39:12.423Z | Downloaded xattr v1.3.1 |
| 660 | 2024-11-18T21:39:12.425Z | Downloaded native-tls v0.2.12 |
| 661 | 2024-11-18T21:39:12.428Z | Downloaded getrandom v0.2.15 |
| 662 | 2024-11-18T21:39:12.430Z | Downloaded wyz v0.5.1 |
| 663 | 2024-11-18T21:39:12.433Z | Downloaded samael v0.0.17 |
| 664 | 2024-11-18T21:39:12.437Z | Downloaded fixedbitset v0.4.2 |
| 665 | 2024-11-18T21:39:12.439Z | Downloaded signal-hook v0.3.17 |
| 666 | 2024-11-18T21:39:12.442Z | Downloaded flagset v0.4.6 |
| 667 | 2024-11-18T21:39:12.444Z | Downloaded compact_str v0.8.0 |
| 668 | 2024-11-18T21:39:12.447Z | Downloaded password-hash v0.5.0 |
| 669 | 2024-11-18T21:39:12.450Z | Downloaded rustc-hash v2.0.0 |
| 670 | 2024-11-18T21:39:12.452Z | Downloaded slog-envlogger v2.2.0 |
| 671 | 2024-11-18T21:39:12.452Z | Downloaded sigpipe v0.1.3 |
| 672 | 2024-11-18T21:39:12.454Z | Downloaded password-hash v0.4.2 |
| 673 | 2024-11-18T21:39:12.465Z | Downloaded owo-colors v4.1.0 |
| 674 | 2024-11-18T21:39:12.468Z | Downloaded tower-service v0.3.3 |
| 675 | 2024-11-18T21:39:12.470Z | Downloaded structmeta v0.2.0 |
| 676 | 2024-11-18T21:39:12.470Z | Downloaded num v0.4.3 |
| 677 | 2024-11-18T21:39:12.473Z | Downloaded phf v0.11.2 |
| 678 | 2024-11-18T21:39:12.475Z | Downloaded hash32 v0.3.1 |
| 679 | 2024-11-18T21:39:12.475Z | Downloaded tokio-tungstenite v0.24.0 |
| 680 | 2024-11-18T21:39:12.478Z | Downloaded vte_generate_state_changes v0.1.2 |
| 681 | 2024-11-18T21:39:12.478Z | Downloaded fatfs v0.3.6 |
| 682 | 2024-11-18T21:39:12.481Z | Downloaded parse-display-derive v0.10.0 |
| 683 | 2024-11-18T21:39:12.483Z | Downloaded unsafe-libyaml v0.2.11 |
| 684 | 2024-11-18T21:39:12.486Z | Downloaded newline-converter v0.3.0 |
| 685 | 2024-11-18T21:39:12.488Z | Downloaded polyval v0.6.2 |
| 686 | 2024-11-18T21:39:12.491Z | Downloaded writeable v0.5.5 |
| 687 | 2024-11-18T21:39:12.493Z | Downloaded minimal-lexical v0.2.1 |
| 688 | 2024-11-18T21:39:12.496Z | Downloaded rustc_version v0.4.1 |
| 689 | 2024-11-18T21:39:12.498Z | Downloaded rand_xorshift v0.3.0 |
| 690 | 2024-11-18T21:39:12.500Z | Downloaded rand_seeder v0.3.0 |
| 691 | 2024-11-18T21:39:12.500Z | Downloaded crossbeam-channel v0.5.13 |
| 692 | 2024-11-18T21:39:12.505Z | Downloaded rustls-pemfile v2.2.0 |
| 693 | 2024-11-18T21:39:12.507Z | Downloaded slog-scope v4.4.0 |
| 694 | 2024-11-18T21:39:12.509Z | Downloaded phf_shared v0.10.0 |
| 695 | 2024-11-18T21:39:12.512Z | Downloaded num-conv v0.1.0 |
| 696 | 2024-11-18T21:39:12.512Z | Downloaded slog-stdlog v4.1.1 |
| 697 | 2024-11-18T21:39:12.514Z | Downloaded rustc_version v0.1.7 |
| 698 | 2024-11-18T21:39:12.514Z | Downloaded fs_extra v1.3.0 |
| 699 | 2024-11-18T21:39:12.516Z | Downloaded supports-color v3.0.1 |
| 700 | 2024-11-18T21:39:12.518Z | Downloaded hkdf v0.12.4 |
| 701 | 2024-11-18T21:39:12.521Z | Downloaded sync-ptr v0.1.1 |
| 702 | 2024-11-18T21:39:12.521Z | Downloaded subtle v2.6.1 |
| 703 | 2024-11-18T21:39:12.523Z | Downloaded rpassword v7.3.1 |
| 704 | 2024-11-18T21:39:12.525Z | Downloaded topological-sort v0.2.2 |
| 705 | 2024-11-18T21:39:12.525Z | Downloaded aes v0.8.4 |
| 706 | 2024-11-18T21:39:12.528Z | Downloaded zone v0.3.0 |
| 707 | 2024-11-18T21:39:12.530Z | Downloaded simd-adler32 v0.3.7 |
| 708 | 2024-11-18T21:39:12.533Z | Downloaded toml v0.7.8 |
| 709 | 2024-11-18T21:39:12.535Z | Downloaded mio v1.0.2 |
| 710 | 2024-11-18T21:39:12.541Z | Downloaded defmt-macros v0.3.9 |
| 711 | 2024-11-18T21:39:12.544Z | Downloaded env_filter v0.1.2 |
| 712 | 2024-11-18T21:39:12.546Z | Downloaded float-cmp v0.9.0 |
| 713 | 2024-11-18T21:39:12.548Z | Downloaded num-derive v0.4.2 |
| 714 | 2024-11-18T21:39:12.551Z | Downloaded defmt-parser v0.3.4 |
| 715 | 2024-11-18T21:39:12.551Z | Downloaded parse-display v0.10.0 |
| 716 | 2024-11-18T21:39:12.553Z | Downloaded dropshot_endpoint v0.13.0 |
| 717 | 2024-11-18T21:39:12.556Z | Downloaded derive_builder_macro v0.20.2 |
| 718 | 2024-11-18T21:39:12.556Z | Downloaded ff v0.13.0 |
| 719 | 2024-11-18T21:39:12.558Z | Downloaded futures-channel v0.3.31 |
| 720 | 2024-11-18T21:39:12.561Z | Downloaded phf_generator v0.11.2 |
| 721 | 2024-11-18T21:39:12.563Z | Downloaded phf_shared v0.11.2 |
| 722 | 2024-11-18T21:39:12.563Z | Downloaded hyper v1.5.0 |
| 723 | 2024-11-18T21:39:12.569Z | Downloaded newtype_derive v0.1.6 |
| 724 | 2024-11-18T21:39:12.572Z | Downloaded darling_macro v0.20.10 |
| 725 | 2024-11-18T21:39:12.572Z | Downloaded schemars_derive v0.8.21 |
| 726 | 2024-11-18T21:39:12.574Z | Downloaded strum_macros v0.24.3 |
| 727 | 2024-11-18T21:39:12.577Z | Downloaded thread_local v1.1.8 |
| 728 | 2024-11-18T21:39:12.580Z | Downloaded termios v0.3.3 |
| 729 | 2024-11-18T21:39:12.580Z | Downloaded scrypt v0.11.0 |
| 730 | 2024-11-18T21:39:12.582Z | Downloaded rtoolbox v0.0.2 |
| 731 | 2024-11-18T21:39:12.582Z | Downloaded proc-macro-crate v1.3.1 |
| 732 | 2024-11-18T21:39:12.585Z | Downloaded slog-term v2.9.1 |
| 733 | 2024-11-18T21:39:12.587Z | Downloaded num_enum_derive v0.5.11 |
| 734 | 2024-11-18T21:39:12.587Z | Downloaded steno v0.4.1 |
| 735 | 2024-11-18T21:39:12.591Z | Downloaded zerovec-derive v0.10.3 |
| 736 | 2024-11-18T21:39:12.593Z | Downloaded unarray v0.1.4 |
| 737 | 2024-11-18T21:39:12.596Z | Downloaded vsss-rs v3.3.4 |
| 738 | 2024-11-18T21:39:12.599Z | Downloaded futures v0.3.31 |
| 739 | 2024-11-18T21:39:12.602Z | Downloaded twox-hash v1.6.3 |
| 740 | 2024-11-18T21:39:12.605Z | Downloaded libxml v0.3.3 |
| 741 | 2024-11-18T21:39:12.611Z | Downloaded num-rational v0.4.2 |
| 742 | 2024-11-18T21:39:12.613Z | Downloaded rustls-pki-types v1.9.0 |
| 743 | 2024-11-18T21:39:12.615Z | Downloaded num-complex v0.4.6 |
| 744 | 2024-11-18T21:39:12.618Z | Downloaded new_debug_unreachable v1.0.6 |
| 745 | 2024-11-18T21:39:12.620Z | Downloaded foreign-types-shared v0.3.1 |
| 746 | 2024-11-18T21:39:12.620Z | Downloaded foreign-types-shared v0.1.1 |
| 747 | 2024-11-18T21:39:12.622Z | Downloaded elliptic-curve v0.13.8 |
| 748 | 2024-11-18T21:39:12.624Z | Downloaded predicates-core v1.0.8 |
| 749 | 2024-11-18T21:39:12.627Z | Downloaded pbkdf2 v0.12.2 |
| 750 | 2024-11-18T21:39:12.627Z | Downloaded group v0.13.0 |
| 751 | 2024-11-18T21:39:12.630Z | Downloaded data-encoding v2.6.0 |
| 752 | 2024-11-18T21:39:12.632Z | Downloaded dropshot_endpoint v0.12.0 |
| 753 | 2024-11-18T21:39:12.634Z | Downloaded libm v0.2.8 |
| 754 | 2024-11-18T21:39:12.641Z | Downloaded want v0.3.1 |
| 755 | 2024-11-18T21:39:12.645Z | Downloaded sqlparser_derive v0.2.2 |
| 756 | 2024-11-18T21:39:12.645Z | Downloaded psl-types v2.0.11 |
| 757 | 2024-11-18T21:39:12.647Z | Downloaded spin v0.5.2 |
| 758 | 2024-11-18T21:39:12.647Z | Downloaded unicode-properties v0.1.3 |
| 759 | 2024-11-18T21:39:12.650Z | Downloaded idna v1.0.3 |
| 760 | 2024-11-18T21:39:12.653Z | Downloaded parse-zoneinfo v0.3.1 |
| 761 | 2024-11-18T21:39:12.655Z | Downloaded same-file v1.0.6 |
| 762 | 2024-11-18T21:39:12.658Z | Downloaded zeroize_derive v1.4.2 |
| 763 | 2024-11-18T21:39:12.658Z | Downloaded downcast v0.11.0 |
| 764 | 2024-11-18T21:39:12.660Z | Downloaded zeroize v1.8.1 |
| 765 | 2024-11-18T21:39:12.662Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 766 | 2024-11-18T21:39:12.662Z | Downloaded derive_builder_core v0.20.2 |
| 767 | 2024-11-18T21:39:12.665Z | Downloaded derive_builder v0.20.2 |
| 768 | 2024-11-18T21:39:12.669Z | Downloaded normalize-line-endings v0.3.0 |
| 769 | 2024-11-18T21:39:12.671Z | Downloaded either v1.13.0 |
| 770 | 2024-11-18T21:39:12.674Z | Downloaded which v4.4.2 |
| 771 | 2024-11-18T21:39:12.674Z | Downloaded deranged v0.3.11 |
| 772 | 2024-11-18T21:39:12.676Z | Downloaded strum v0.26.3 |
| 773 | 2024-11-18T21:39:12.676Z | Downloaded signal-hook-tokio v0.3.1 |
| 774 | 2024-11-18T21:39:12.680Z | Downloaded pkg-config v0.3.31 |
| 775 | 2024-11-18T21:39:12.680Z | Downloaded nibble_vec v0.1.0 |
| 776 | 2024-11-18T21:39:12.680Z | Downloaded newtype-uuid v1.1.3 |
| 777 | 2024-11-18T21:39:12.684Z | Downloaded parking_lot_core v0.9.10 |
| 778 | 2024-11-18T21:39:12.686Z | Downloaded subprocess v0.2.9 |
| 779 | 2024-11-18T21:39:12.688Z | Downloaded globset v0.4.15 |
| 780 | 2024-11-18T21:39:12.691Z | Downloaded slog v2.7.0 |
| 781 | 2024-11-18T21:39:12.693Z | Downloaded float-ord v0.3.2 |
| 782 | 2024-11-18T21:39:12.693Z | Downloaded nu-ansi-term v0.50.1 |
| 783 | 2024-11-18T21:39:12.695Z | Downloaded ron v0.8.1 |
| 784 | 2024-11-18T21:39:12.700Z | Downloaded tls_codec v0.4.1 |
| 785 | 2024-11-18T21:39:12.703Z | Downloaded structmeta v0.3.0 |
| 786 | 2024-11-18T21:39:12.705Z | Downloaded parking_lot_core v0.8.6 |
| 787 | 2024-11-18T21:39:12.707Z | Downloaded ssh-cipher v0.2.0 |
| 788 | 2024-11-18T21:39:12.709Z | Downloaded russh v0.45.0 |
| 789 | 2024-11-18T21:39:12.713Z | Downloaded futures-core v0.3.31 |
| 790 | 2024-11-18T21:39:12.716Z | Downloaded glob v0.3.1 |
| 791 | 2024-11-18T21:39:12.718Z | Downloaded serde_urlencoded v0.7.1 |
| 792 | 2024-11-18T21:39:12.718Z | Downloaded utf-8 v0.7.6 |
| 793 | 2024-11-18T21:39:12.721Z | Downloaded sct v0.7.1 |
| 794 | 2024-11-18T21:39:12.723Z | Downloaded rfc6979 v0.4.0 |
| 795 | 2024-11-18T21:39:12.725Z | Downloaded toml_edit v0.19.15 |
| 796 | 2024-11-18T21:39:12.741Z | Downloaded structmeta-derive v0.3.0 |
| 797 | 2024-11-18T21:39:12.743Z | Downloaded rusty-fork v0.3.0 |
| 798 | 2024-11-18T21:39:12.746Z | Downloaded heck v0.3.3 |
| 799 | 2024-11-18T21:39:12.746Z | Downloaded pin-project-lite v0.2.14 |
| 800 | 2024-11-18T21:39:12.749Z | Downloaded time-core v0.1.2 |
| 801 | 2024-11-18T21:39:12.751Z | Downloaded oso-derive v0.27.3 |
| 802 | 2024-11-18T21:39:12.751Z | Downloaded typify-macro v0.2.0 |
| 803 | 2024-11-18T21:39:12.754Z | Downloaded structmeta-derive v0.2.0 |
| 804 | 2024-11-18T21:39:12.754Z | Downloaded zopfli v0.8.1 |
| 805 | 2024-11-18T21:39:12.756Z | Downloaded futures-executor v0.3.31 |
| 806 | 2024-11-18T21:39:12.759Z | Downloaded waitgroup v0.1.2 |
| 807 | 2024-11-18T21:39:12.759Z | Downloaded tinyvec v1.8.0 |
| 808 | 2024-11-18T21:39:12.761Z | Downloaded num-bigint v0.4.6 |
| 809 | 2024-11-18T21:39:12.766Z | Downloaded utf8_iter v1.0.4 |
| 810 | 2024-11-18T21:39:12.768Z | Downloaded untrusted v0.9.0 |
| 811 | 2024-11-18T21:39:12.772Z | Downloaded headers v0.4.0 |
| 812 | 2024-11-18T21:39:12.774Z | Downloaded futures-sink v0.3.31 |
| 813 | 2024-11-18T21:39:12.777Z | Downloaded aws-lc-rs v1.10.0 |
| 814 | 2024-11-18T21:39:12.784Z | Downloaded foreign-types v0.3.2 |
| 815 | 2024-11-18T21:39:12.786Z | Downloaded peg-runtime v0.8.3 |
| 816 | 2024-11-18T21:39:12.786Z | Downloaded signal-hook-mio v0.2.4 |
| 817 | 2024-11-18T21:39:12.788Z | Downloaded salsa20 v0.10.2 |
| 818 | 2024-11-18T21:39:12.789Z | Downloaded zone_cfg_derive v0.3.0 |
| 819 | 2024-11-18T21:39:12.791Z | Downloaded form_urlencoded v1.2.1 |
| 820 | 2024-11-18T21:39:12.791Z | Downloaded r2d2 v0.8.10 |
| 821 | 2024-11-18T21:39:12.794Z | Downloaded hashlink v0.9.1 |
| 822 | 2024-11-18T21:39:12.794Z | Downloaded tokio-util v0.7.12 |
| 823 | 2024-11-18T21:39:12.800Z | Downloaded openssl-probe v0.1.5 |
| 824 | 2024-11-18T21:39:12.803Z | Downloaded tungstenite v0.21.0 |
| 825 | 2024-11-18T21:39:12.805Z | Downloaded crossterm v0.28.1 |
| 826 | 2024-11-18T21:39:12.811Z | Downloaded endian-type v0.1.2 |
| 827 | 2024-11-18T21:39:12.814Z | Downloaded slog-bunyan v2.5.0 |
| 828 | 2024-11-18T21:39:12.814Z | Downloaded dyn-clone v1.0.17 |
| 829 | 2024-11-18T21:39:12.817Z | Downloaded dunce v1.0.5 |
| 830 | 2024-11-18T21:39:12.817Z | Downloaded ppv-lite86 v0.2.20 |
| 831 | 2024-11-18T21:39:12.820Z | Downloaded tokio-native-tls v0.3.1 |
| 832 | 2024-11-18T21:39:12.820Z | Downloaded tokio-macros v2.4.0 |
| 833 | 2024-11-18T21:39:12.822Z | Downloaded pretty-hex v0.2.1 |
| 834 | 2024-11-18T21:39:12.822Z | Downloaded peg v0.8.4 |
| 835 | 2024-11-18T21:39:12.825Z | Downloaded rsa v0.9.6 |
| 836 | 2024-11-18T21:39:12.830Z | Downloaded tinyvec_macros v0.1.1 |
| 837 | 2024-11-18T21:39:12.832Z | Downloaded pin-utils v0.1.0 |
| 838 | 2024-11-18T21:39:12.832Z | Downloaded pem v3.0.4 |
| 839 | 2024-11-18T21:39:12.834Z | Downloaded diff v0.1.13 |
| 840 | 2024-11-18T21:39:12.837Z | Downloaded zone_cfg_derive v0.1.2 |
| 841 | 2024-11-18T21:39:12.839Z | Downloaded num-traits v0.2.19 |
| 842 | 2024-11-18T21:39:12.841Z | Downloaded ssh-key v0.6.6 |
| 843 | 2024-11-18T21:39:12.847Z | Downloaded number_prefix v0.4.0 |
| 844 | 2024-11-18T21:39:12.849Z | Downloaded num_threads v0.1.7 |
| 845 | 2024-11-18T21:39:12.849Z | Downloaded hash32 v0.2.1 |
| 846 | 2024-11-18T21:39:12.852Z | Downloaded siphasher v0.3.11 |
| 847 | 2024-11-18T21:39:12.852Z | Downloaded precomputed-hash v0.1.1 |
| 848 | 2024-11-18T21:39:12.852Z | Downloaded schemars v0.8.21 |
| 849 | 2024-11-18T21:39:12.863Z | Downloaded embedded-io v0.4.0 |
| 850 | 2024-11-18T21:39:12.865Z | Downloaded percent-encoding v2.3.1 |
| 851 | 2024-11-18T21:39:12.868Z | Downloaded tracing-attributes v0.1.27 |
| 852 | 2024-11-18T21:39:12.871Z | Downloaded tokio-rustls v0.25.0 |
| 853 | 2024-11-18T21:39:12.871Z | Downloaded der v0.7.9 |
| 854 | 2024-11-18T21:39:12.875Z | Downloaded tungstenite v0.23.0 |
| 855 | 2024-11-18T21:39:12.879Z | Downloaded signal-hook-registry v1.4.2 |
| 856 | 2024-11-18T21:39:12.881Z | Downloaded ena v0.14.3 |
| 857 | 2024-11-18T21:39:12.883Z | Downloaded smallvec v0.6.14 |
| 858 | 2024-11-18T21:39:12.883Z | Downloaded foreign-types v0.5.0 |
| 859 | 2024-11-18T21:39:12.885Z | Downloaded foldhash v0.1.3 |
| 860 | 2024-11-18T21:39:12.885Z | Downloaded tiny-keccak v2.0.2 |
| 861 | 2024-11-18T21:39:12.887Z | Downloaded time-macros v0.2.18 |
| 862 | 2024-11-18T21:39:12.890Z | Downloaded strum_macros v0.26.4 |
| 863 | 2024-11-18T21:39:12.892Z | Downloaded rcgen v0.12.1 |
| 864 | 2024-11-18T21:39:12.894Z | Downloaded futures-task v0.3.31 |
| 865 | 2024-11-18T21:39:12.896Z | Downloaded pem-rfc7468 v0.7.0 |
| 866 | 2024-11-18T21:39:12.899Z | Downloaded peg-macros v0.8.4 |
| 867 | 2024-11-18T21:39:12.899Z | Downloaded prettyplease v0.2.25 |
| 868 | 2024-11-18T21:39:12.902Z | Downloaded rustc-demangle v0.1.24 |
| 869 | 2024-11-18T21:39:12.905Z | Downloaded des v0.8.1 |
| 870 | 2024-11-18T21:39:12.907Z | Downloaded pkcs5 v0.7.1 |
| 871 | 2024-11-18T21:39:12.909Z | Downloaded slab v0.4.9 |
| 872 | 2024-11-18T21:39:12.912Z | Downloaded radium v0.7.0 |
| 873 | 2024-11-18T21:39:12.912Z | Downloaded tokio-rustls v0.26.0 |
| 874 | 2024-11-18T21:39:12.914Z | Downloaded publicsuffix v2.2.3 |
| 875 | 2024-11-18T21:39:12.916Z | Downloaded rustc-hash v1.1.0 |
| 876 | 2024-11-18T21:39:12.919Z | Downloaded zone v0.1.8 |
| 877 | 2024-11-18T21:39:12.919Z | Downloaded pkcs8 v0.10.2 |
| 878 | 2024-11-18T21:39:12.921Z | Downloaded fragile v2.0.0 |
| 879 | 2024-11-18T21:39:12.924Z | Downloaded snafu-derive v0.8.5 |
| 880 | 2024-11-18T21:39:12.926Z | Downloaded rusqlite v0.32.1 |
| 881 | 2024-11-18T21:39:12.931Z | Downloaded quick-error v1.2.3 |
| 882 | 2024-11-18T21:39:12.933Z | Downloaded walkdir v2.5.0 |
| 883 | 2024-11-18T21:39:12.935Z | Downloaded embedded-io v0.6.1 |
| 884 | 2024-11-18T21:39:12.935Z | Downloaded ed25519 v2.2.3 |
| 885 | 2024-11-18T21:39:12.937Z | Downloaded smallvec v1.13.2 |
| 886 | 2024-11-18T21:39:12.940Z | Downloaded blake3 v1.5.4 |
| 887 | 2024-11-18T21:39:12.947Z | Downloaded strum_macros v0.25.3 |
| 888 | 2024-11-18T21:39:12.950Z | Downloaded icu_properties_data v1.5.0 |
| 889 | 2024-11-18T21:39:12.960Z | Downloaded p256 v0.13.2 |
| 890 | 2024-11-18T21:39:12.963Z | Downloaded heapless v0.8.0 |
| 891 | 2024-11-18T21:39:12.970Z | Downloaded hashbrown v0.14.5 |
| 892 | 2024-11-18T21:39:12.972Z | Downloaded tar v0.4.43 |
| 893 | 2024-11-18T21:39:12.975Z | Downloaded url v2.5.3 |
| 894 | 2024-11-18T21:39:12.978Z | Downloaded half v2.4.1 |
| 895 | 2024-11-18T21:39:12.980Z | Downloaded hickory-proto v0.24.1 |
| 896 | 2024-11-18T21:39:12.996Z | Downloaded similar v2.6.0 |
| 897 | 2024-11-18T21:39:13.000Z | Downloaded flume v0.11.1 |
| 898 | 2024-11-18T21:39:13.004Z | Downloaded pkcs1 v0.7.5 |
| 899 | 2024-11-18T21:39:13.006Z | Downloaded winnow v0.5.40 |
| 900 | 2024-11-18T21:39:13.015Z | Downloaded zip v0.6.6 |
| 901 | 2024-11-18T21:39:13.019Z | Downloaded ron v0.7.1 |
| 902 | 2024-11-18T21:39:13.024Z | Downloaded bitvec v1.0.1 |
| 903 | 2024-11-18T21:39:13.038Z | Downloaded socket2 v0.5.7 |
| 904 | 2024-11-18T21:39:13.040Z | Downloaded oso v0.27.3 |
| 905 | 2024-11-18T21:39:13.043Z | Downloaded typed-path v0.9.3 |
| 906 | 2024-11-18T21:39:13.061Z | Downloaded nom v7.1.3 |
| 907 | 2024-11-18T21:39:13.065Z | Downloaded ed25519-dalek v2.1.1 |
| 908 | 2024-11-18T21:39:13.065Z | Downloaded p521 v0.13.3 |
| 909 | 2024-11-18T21:39:13.065Z | Downloaded zip v2.1.3 |
| 910 | 2024-11-18T21:39:13.068Z | Downloaded idna v0.2.3 |
| 911 | 2024-11-18T21:39:13.073Z | Downloaded zerovec v0.10.4 |
| 912 | 2024-11-18T21:39:13.079Z | Downloaded hashbrown v0.12.3 |
| 913 | 2024-11-18T21:39:13.083Z | Downloaded unicode-segmentation v1.12.0 |
| 914 | 2024-11-18T21:39:13.086Z | Downloaded portable-atomic v1.9.0 |
| 915 | 2024-11-18T21:39:13.093Z | Downloaded smoltcp v0.9.1 |
| 916 | 2024-11-18T21:39:13.104Z | Downloaded hashbrown v0.13.2 |
| 917 | 2024-11-18T21:39:13.108Z | Downloaded idna v0.5.0 |
| 918 | 2024-11-18T21:39:13.115Z | Downloaded rustyline v14.0.0 |
| 919 | 2024-11-18T21:39:13.120Z | Downloaded quick-xml v0.33.0 |
| 920 | 2024-11-18T21:39:13.126Z | Downloaded serde_with v3.11.0 |
| 921 | 2024-11-18T21:39:13.134Z | Downloaded h2 v0.4.6 |
| 922 | 2024-11-18T21:39:13.142Z | Downloaded unicode-normalization v0.1.24 |
| 923 | 2024-11-18T21:39:13.153Z | Downloaded sqlparser v0.45.0 |
| 924 | 2024-11-18T21:39:13.161Z | Downloaded quinn-proto v0.11.8 |
| 925 | 2024-11-18T21:39:13.161Z | Downloaded gimli v0.31.1 |
| 926 | 2024-11-18T21:39:13.168Z | Downloaded rustls-webpki v0.101.7 |
| 927 | 2024-11-18T21:39:13.179Z | Downloaded curve25519-dalek v4.1.3 |
| 928 | 2024-11-18T21:39:13.187Z | Downloaded regex v1.11.1 |
| 929 | 2024-11-18T21:39:13.202Z | Downloaded regress v0.9.1 |
| 930 | 2024-11-18T21:39:13.208Z | Downloaded futures-util v0.3.31 |
| 931 | 2024-11-18T21:39:13.220Z | Downloaded dropshot v0.12.0 |
| 932 | 2024-11-18T21:39:13.239Z | Downloaded nix v0.27.1 |
| 933 | 2024-11-18T21:39:13.249Z | Downloaded radix_trie v0.2.1 |
| 934 | 2024-11-18T21:39:13.254Z | Downloaded rustls-webpki v0.102.8 |
| 935 | 2024-11-18T21:39:13.272Z | Downloaded git2 v0.19.0 |
| 936 | 2024-11-18T21:39:13.279Z | Downloaded vcpkg v0.2.15 |
| 937 | 2024-11-18T21:39:13.316Z | Downloaded openssl v0.10.68 |
| 938 | 2024-11-18T21:39:13.326Z | Downloaded object v0.30.4 |
| 939 | 2024-11-18T21:39:13.336Z | Downloaded bstr v1.10.0 |
| 940 | 2024-11-18T21:39:13.346Z | Downloaded diesel v2.2.4 |
| 941 | 2024-11-18T21:39:13.364Z | Downloaded nix v0.29.0 |
| 942 | 2024-11-18T21:39:13.375Z | Downloaded rustls v0.23.14 |
| 943 | 2024-11-18T21:39:13.388Z | Downloaded rustls v0.22.4 |
| 944 | 2024-11-18T21:39:13.399Z | Downloaded chrono-tz v0.10.0 |
| 945 | 2024-11-18T21:39:13.406Z | Downloaded smoltcp v0.11.0 |
| 946 | 2024-11-18T21:39:13.418Z | Downloaded zerocopy-derive v0.6.6 |
| 947 | 2024-11-18T21:39:13.427Z | Downloaded object v0.36.5 |
| 948 | 2024-11-18T21:39:13.439Z | Downloaded typify-impl v0.2.0 |
| 949 | 2024-11-18T21:39:13.454Z | Downloaded nix v0.28.0 |
| 950 | 2024-11-18T21:39:13.465Z | Downloaded regex-syntax v0.8.5 |
| 951 | 2024-11-18T21:39:13.474Z | Downloaded polar-core v0.27.3 |
| 952 | 2024-11-18T21:39:13.481Z | Downloaded p384 v0.13.0 |
| 953 | 2024-11-18T21:39:13.487Z | Downloaded regex-syntax v0.6.29 |
| 954 | 2024-11-18T21:39:13.494Z | Downloaded openapiv3 v2.0.0 |
| 955 | 2024-11-18T21:39:13.506Z | Downloaded dropshot v0.13.0 |
| 956 | 2024-11-18T21:39:13.526Z | Downloaded proptest v1.5.0 |
| 957 | 2024-11-18T21:39:13.534Z | Downloaded lzma-sys v0.1.20 |
| 958 | 2024-11-18T21:39:13.564Z | Downloaded rustls v0.21.12 |
| 959 | 2024-11-18T21:39:13.573Z | Downloaded webpki-roots v0.26.6 |
| 960 | 2024-11-18T21:39:13.576Z | Downloaded salty v0.3.0 |
| 961 | 2024-11-18T21:39:13.583Z | Downloaded petname v2.0.2 |
| 962 | 2024-11-18T21:39:13.588Z | Downloaded unicode-width v0.2.0 |
| 963 | 2024-11-18T21:39:13.593Z | Downloaded libz-sys v1.1.20 |
| 964 | 2024-11-18T21:39:13.613Z | Downloaded sled v0.34.7 |
| 965 | 2024-11-18T21:39:13.623Z | Downloaded petgraph v0.6.5 |
| 966 | 2024-11-18T21:39:13.640Z | Downloaded ratatui v0.28.1 |
| 967 | 2024-11-18T21:39:13.658Z | Downloaded regex-automata v0.4.8 |
| 968 | 2024-11-18T21:39:13.674Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 969 | 2024-11-18T21:39:13.686Z | Downloaded trust-dns-proto v0.22.0 |
| 970 | 2024-11-18T21:39:13.697Z | Downloaded regress v0.10.1 |
| 971 | 2024-11-18T21:39:13.705Z | Downloaded reedline v0.35.0 |
| 972 | 2024-11-18T21:39:13.712Z | Downloaded idna v0.3.0 |
| 973 | 2024-11-18T21:39:13.719Z | Downloaded rayon v1.10.0 |
| 974 | 2024-11-18T21:39:13.727Z | Downloaded idna v0.4.0 |
| 975 | 2024-11-18T21:39:13.734Z | Downloaded tokio v1.40.0 |
| 976 | 2024-11-18T21:39:13.770Z | Downloaded num-bigint-dig v0.8.4 |
| 977 | 2024-11-18T21:39:13.775Z | Downloaded chrono v0.4.38 |
| 978 | 2024-11-18T21:39:13.781Z | Downloaded rayon-core v1.12.1 |
| 979 | 2024-11-18T21:39:13.785Z | Downloaded flate2 v1.0.34 |
| 980 | 2024-11-18T21:39:13.789Z | Downloaded sha3 v0.10.8 |
| 981 | 2024-11-18T21:39:13.793Z | Downloaded csv v1.3.0 |
| 982 | 2024-11-18T21:39:13.812Z | Downloaded reqwest v0.12.9 |
| 983 | 2024-11-18T21:39:13.820Z | Downloaded lalrpop v0.19.12 |
| 984 | 2024-11-18T21:39:13.830Z | Downloaded time v0.3.36 |
| 985 | 2024-11-18T21:39:13.836Z | Downloaded tough v0.19.0 |
| 986 | 2024-11-18T21:39:13.844Z | Downloaded ecdsa v0.16.9 |
| 987 | 2024-11-18T21:39:13.846Z | Downloaded diesel_derives v2.2.3 |
| 988 | 2024-11-18T21:39:13.849Z | Downloaded aho-corasick v1.1.3 |
| 989 | 2024-11-18T21:39:13.855Z | Downloaded tungstenite v0.24.0 |
| 990 | 2024-11-18T21:39:13.858Z | Downloaded quinn v0.11.5 |
| 991 | 2024-11-18T21:39:13.861Z | Downloaded bindgen v0.69.5 |
| 992 | 2024-11-18T21:39:13.869Z | Downloaded typify v0.2.0 |
| 993 | 2024-11-18T21:39:13.871Z | Downloaded parking_lot v0.12.3 |
| 994 | 2024-11-18T21:39:13.874Z | Downloaded openssl-sys v0.9.104 |
| 995 | 2024-11-18T21:39:13.878Z | Downloaded slog-async v2.8.0 |
| 996 | 2024-11-18T21:39:13.882Z | Downloaded darling_core v0.20.10 |
| 997 | 2024-11-18T21:39:13.884Z | Downloaded snafu v0.8.5 |
| 998 | 2024-11-18T21:39:13.889Z | Downloaded futures-macro v0.3.31 |
| 999 | 2024-11-18T21:39:13.891Z | Downloaded utf16_iter v1.0.5 |
| 1000 | 2024-11-18T21:39:13.891Z | Downloaded derive_more v0.99.18 |
| 1001 | 2024-11-18T21:39:13.895Z | Downloaded itertools v0.12.1 |
| 1002 | 2024-11-18T21:39:13.901Z | Downloaded enum-as-inner v0.5.1 |
| 1003 | 2024-11-18T21:39:13.904Z | Downloaded tokio-rustls v0.24.1 |
| 1004 | 2024-11-18T21:39:13.907Z | Downloaded unicode-bidi v0.3.17 |
| 1005 | 2024-11-18T21:39:13.909Z | Downloaded x509-cert v0.2.5 |
| 1006 | 2024-11-18T21:39:13.913Z | Downloaded num_enum v0.5.11 |
| 1007 | 2024-11-18T21:39:13.917Z | Downloaded tracing v0.1.40 |
| 1008 | 2024-11-18T21:39:13.921Z | Downloaded tui-tree-widget v0.22.0 |
| 1009 | 2024-11-18T21:39:13.924Z | Downloaded serde_repr v0.1.19 |
| 1010 | 2024-11-18T21:39:13.926Z | Downloaded itertools v0.13.0 |
| 1011 | 2024-11-18T21:39:13.931Z | Downloaded primeorder v0.13.6 |
| 1012 | 2024-11-18T21:39:13.935Z | Downloaded diesel-dtrace v0.3.0 |
| 1013 | 2024-11-18T21:39:13.935Z | Downloaded vergen v8.3.2 |
| 1014 | 2024-11-18T21:39:13.937Z | Downloaded rand v0.8.5 |
| 1015 | 2024-11-18T21:39:13.939Z | Downloaded heapless v0.7.17 |
| 1016 | 2024-11-18T21:39:13.943Z | Downloaded encoding_rs v0.8.34 |
| 1017 | 2024-11-18T21:39:13.963Z | Downloaded tabwriter v1.4.0 |
| 1018 | 2024-11-18T21:39:13.966Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1019 | 2024-11-18T21:39:13.966Z | Downloaded der_derive v0.7.3 |
| 1020 | 2024-11-18T21:39:13.968Z | Downloaded wait-timeout v0.2.0 |
| 1021 | 2024-11-18T21:39:13.970Z | Downloaded term v0.7.0 |
| 1022 | 2024-11-18T21:39:13.973Z | Downloaded vte v0.11.1 |
| 1023 | 2024-11-18T21:39:13.973Z | Downloaded ref-cast-impl v1.0.23 |
| 1024 | 2024-11-18T21:39:13.975Z | Downloaded smf v0.2.3 |
| 1025 | 2024-11-18T21:39:13.975Z | Downloaded sec1 v0.7.3 |
| 1026 | 2024-11-18T21:39:13.977Z | Downloaded predicates v3.1.2 |
| 1027 | 2024-11-18T21:39:13.980Z | Downloaded packed_struct_codegen v0.10.1 |
| 1028 | 2024-11-18T21:39:13.980Z | Downloaded expectorate v1.1.0 |
| 1029 | 2024-11-18T21:39:13.983Z | Downloaded itertools v0.10.5 |
| 1030 | 2024-11-18T21:39:13.987Z | Downloaded termcolor v1.4.1 |
| 1031 | 2024-11-18T21:39:13.989Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1032 | 2024-11-18T21:39:14.044Z | Downloaded filetime v0.2.25 |
| 1033 | 2024-11-18T21:39:14.046Z | Downloaded env_logger v0.10.2 |
| 1034 | 2024-11-18T21:39:14.048Z | Downloaded defmt v0.3.8 |
| 1035 | 2024-11-18T21:39:14.051Z | Downloaded phf_codegen v0.11.2 |
| 1036 | 2024-11-18T21:39:14.054Z | Downloaded pbkdf2 v0.11.0 |
| 1037 | 2024-11-18T21:39:14.056Z | Downloaded packed_struct v0.10.1 |
| 1038 | 2024-11-18T21:39:14.056Z | Downloaded nodrop v0.1.14 |
| 1039 | 2024-11-18T21:39:14.058Z | Downloaded postgres-protocol v0.6.7 |
| 1040 | 2024-11-18T21:39:14.058Z | Downloaded postcard v1.0.10 |
| 1041 | 2024-11-18T21:39:14.060Z | Downloaded unicode_categories v0.1.1 |
| 1042 | 2024-11-18T21:39:14.064Z | Downloaded debug-ignore v1.0.5 |
| 1043 | 2024-11-18T21:39:14.066Z | Downloaded dhcproto v0.12.0 |
| 1044 | 2024-11-18T21:39:14.066Z | Downloaded tokio-stream v0.1.16 |
| 1045 | 2024-11-18T21:39:14.070Z | Downloaded pin-project v1.1.6 |
| 1046 | 2024-11-18T21:39:14.079Z | Downloaded dsl_auto_type v0.1.2 |
| 1047 | 2024-11-18T21:39:14.083Z | Downloaded postgres-types v0.2.8 |
| 1048 | 2024-11-18T21:39:14.085Z | Downloaded parking_lot v0.11.2 |
| 1049 | 2024-11-18T21:39:14.087Z | Downloaded tokio-postgres v0.7.12 |
| 1050 | 2024-11-18T21:39:14.091Z | Downloaded tls_codec_derive v0.4.1 |
| 1051 | 2024-11-18T21:39:14.094Z | Downloaded ssh-encoding v0.2.0 |
| 1052 | 2024-11-18T21:39:14.094Z | Downloaded signature v2.2.0 |
| 1053 | 2024-11-18T21:39:14.097Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1054 | 2024-11-18T21:39:14.097Z | Downloaded whoami v1.5.2 |
| 1055 | 2024-11-18T21:39:14.099Z | Downloaded uuid v1.11.0 |
| 1056 | 2024-11-18T21:39:14.103Z | Downloaded tracing-core v0.1.32 |
| 1057 | 2024-11-18T21:39:14.105Z | Downloaded value-bag v1.9.0 |
| 1058 | 2024-11-18T21:39:14.105Z | Downloaded uzers v0.12.1 |
| 1059 | 2024-11-18T21:39:14.108Z | Downloaded tokio-tungstenite v0.23.1 |
| 1060 | 2024-11-18T21:39:14.110Z | Downloaded omicron-zone-package v0.11.1 |
| 1061 | 2024-11-18T21:39:14.113Z | Downloaded funty v2.0.0 |
| 1062 | 2024-11-18T21:39:14.113Z | Downloaded spin v0.9.8 |
| 1063 | 2024-11-18T21:39:14.117Z | Downloaded serde_derive_internals v0.29.1 |
| 1064 | 2024-11-18T21:39:14.120Z | Downloaded test-strategy v0.3.1 |
| 1065 | 2024-11-18T21:39:14.120Z | Downloaded qorb v0.2.0 |
| 1066 | 2024-11-18T21:39:14.122Z | Downloaded hyper-util v0.1.10 |
| 1067 | 2024-11-18T21:39:14.126Z | Downloaded crypto-bigint v0.5.5 |
| 1068 | 2024-11-18T21:39:14.132Z | Downloaded const_format v0.2.33 |
| 1069 | 2024-11-18T21:39:14.136Z | Downloaded zerofrom-derive v0.1.4 |
| 1070 | 2024-11-18T21:39:14.140Z | Downloaded xz2 v0.1.7 |
| 1071 | 2024-11-18T21:39:14.140Z | Downloaded poly1305 v0.8.0 |
| 1072 | 2024-11-18T21:39:14.143Z | Downloaded derive-where v1.2.7 |
| 1073 | 2024-11-18T21:39:14.146Z | Downloaded enum-as-inner v0.6.1 |
| 1074 | 2024-11-18T21:39:14.148Z | Downloaded zerocopy v0.6.6 |
| 1075 | 2024-11-18T21:39:14.151Z | Downloaded pin-project-internal v1.1.6 |
| 1076 | 2024-11-18T21:39:14.154Z | Downloaded static_assertions v1.1.0 |
| 1077 | 2024-11-18T21:39:14.154Z | Downloaded fallible-iterator v0.3.0 |
| 1078 | 2024-11-18T21:39:14.157Z | Downloaded serde_plain v1.0.2 |
| 1079 | 2024-11-18T21:39:14.157Z | Downloaded serde_path_to_error v0.1.16 |
| 1080 | 2024-11-18T21:39:14.157Z | Downloaded serde-hex v0.1.0 |
| 1081 | 2024-11-18T21:39:14.159Z | Downloaded progenitor v0.8.0 |
| 1082 | 2024-11-18T21:39:14.160Z | Downloaded dirs-next v2.0.0 |
| 1083 | 2024-11-18T21:39:14.160Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1084 | 2024-11-18T21:39:14.162Z | Downloaded serde_with_macros v3.11.0 |
| 1085 | 2024-11-18T21:39:14.165Z | Downloaded paste v1.0.15 |
| 1086 | 2024-11-18T21:39:14.168Z | Downloaded yasna v0.5.2 |
| 1087 | 2024-11-18T21:39:14.171Z | Downloaded indicatif v0.17.9 |
| 1088 | 2024-11-18T21:39:14.173Z | Downloaded chacha20poly1305 v0.10.1 |
| 1089 | 2024-11-18T21:39:14.176Z | Downloaded blake2 v0.10.6 |
| 1090 | 2024-11-18T21:39:14.176Z | Downloaded ghash v0.5.1 |
| 1091 | 2024-11-18T21:39:14.178Z | Downloaded gethostname v0.5.0 |
| 1092 | 2024-11-18T21:39:14.178Z | Downloaded fallible-iterator v0.2.0 |
| 1093 | 2024-11-18T21:39:14.181Z | Downloaded backtrace v0.3.74 |
| 1094 | 2024-11-18T21:39:14.183Z | Downloaded futures-io v0.3.31 |
| 1095 | 2024-11-18T21:39:14.186Z | Downloaded difflib v0.4.0 |
| 1096 | 2024-11-18T21:39:14.186Z | Downloaded progenitor-impl v0.8.0 |
| 1097 | 2024-11-18T21:39:14.189Z | Downloaded mockall_derive v0.13.0 |
| 1098 | 2024-11-18T21:39:14.192Z | Downloaded litemap v0.7.3 |
| 1099 | 2024-11-18T21:39:14.192Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1100 | 2024-11-18T21:39:14.195Z | Downloaded crossbeam-utils v0.8.20 |
| 1101 | 2024-11-18T21:39:14.195Z | Downloaded crossbeam-epoch v0.9.18 |
| 1102 | 2024-11-18T21:39:14.201Z | Downloaded cookie v0.18.1 |
| 1103 | 2024-11-18T21:39:14.207Z | Downloaded shlex v1.3.0 |
| 1104 | 2024-11-18T21:39:14.207Z | Downloaded sha1 v0.10.6 |
| 1105 | 2024-11-18T21:39:14.207Z | Downloaded semver v0.1.20 |
| 1106 | 2024-11-18T21:39:14.207Z | Downloaded scopeguard v1.2.0 |
| 1107 | 2024-11-18T21:39:14.207Z | Downloaded rustversion v1.0.17 |
| 1108 | 2024-11-18T21:39:14.210Z | Downloaded ciborium v0.2.2 |
| 1109 | 2024-11-18T21:39:14.210Z | Downloaded icu_normalizer_data v1.5.0 |
| 1110 | 2024-11-18T21:39:14.213Z | Downloaded md-5 v0.10.6 |
| 1111 | 2024-11-18T21:39:14.213Z | Downloaded linear-map v1.2.0 |
| 1112 | 2024-11-18T21:39:14.213Z | Downloaded icu_locid_transform v1.5.0 |
| 1113 | 2024-11-18T21:39:14.215Z | Downloaded castaway v0.2.3 |
| 1114 | 2024-11-18T21:39:14.218Z | Downloaded backoff v0.4.0 |
| 1115 | 2024-11-18T21:39:14.218Z | Downloaded lru-cache v0.1.2 |
| 1116 | 2024-11-18T21:39:14.221Z | Downloaded lockfree-object-pool v0.1.6 |
| 1117 | 2024-11-18T21:39:14.221Z | Downloaded linked-hash-map v0.5.6 |
| 1118 | 2024-11-18T21:39:14.224Z | Downloaded libefi-sys v0.1.0 |
| 1119 | 2024-11-18T21:39:14.227Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1120 | 2024-11-18T21:39:14.227Z | Downloaded base64 v0.13.1 |
| 1121 | 2024-11-18T21:39:14.229Z | Downloaded managed v0.8.0 |
| 1122 | 2024-11-18T21:39:14.232Z | Downloaded libsw v3.3.1 |
| 1123 | 2024-11-18T21:39:14.232Z | Downloaded constant_time_eq v0.3.1 |
| 1124 | 2024-11-18T21:39:14.234Z | Downloaded cmake v0.1.51 |
| 1125 | 2024-11-18T21:39:14.234Z | Downloaded lazycell v1.3.0 |
| 1126 | 2024-11-18T21:39:14.235Z | Downloaded keccak v0.1.5 |
| 1127 | 2024-11-18T21:39:14.238Z | Downloaded is-terminal v0.4.13 |
| 1128 | 2024-11-18T21:39:14.238Z | Downloaded inout v0.1.3 |
| 1129 | 2024-11-18T21:39:14.241Z | Downloaded chrono-tz-build v0.4.0 |
| 1130 | 2024-11-18T21:39:14.241Z | Downloaded adler2 v2.0.0 |
| 1131 | 2024-11-18T21:39:14.241Z | Downloaded bitfield-struct v0.6.2 |
| 1132 | 2024-11-18T21:39:14.241Z | Downloaded block-padding v0.3.3 |
| 1133 | 2024-11-18T21:39:14.244Z | Downloaded bitflags v1.3.2 |
| 1134 | 2024-11-18T21:39:14.244Z | Downloaded mime v0.3.17 |
| 1135 | 2024-11-18T21:39:14.247Z | Downloaded idna_adapter v1.2.0 |
| 1136 | 2024-11-18T21:39:14.247Z | Downloaded hyper-tls v0.6.0 |
| 1137 | 2024-11-18T21:39:14.251Z | Downloaded allocator-api2 v0.2.18 |
| 1138 | 2024-11-18T21:39:14.251Z | Downloaded is_ci v1.2.0 |
| 1139 | 2024-11-18T21:39:14.255Z | Downloaded internet-checksum v0.2.1 |
| 1140 | 2024-11-18T21:39:14.255Z | Downloaded instability v0.3.2 |
| 1141 | 2024-11-18T21:39:14.255Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1142 | 2024-11-18T21:39:14.255Z | Downloaded humantime v2.1.0 |
| 1143 | 2024-11-18T21:39:14.259Z | Downloaded home v0.5.9 |
| 1144 | 2024-11-18T21:39:14.259Z | Downloaded cexpr v0.6.0 |
| 1145 | 2024-11-18T21:39:14.261Z | Downloaded blowfish v0.9.1 |
| 1146 | 2024-11-18T21:39:14.261Z | Downloaded bitfield v0.14.0 |
| 1147 | 2024-11-18T21:39:14.261Z | Downloaded hyper-staticfile v0.10.1 |
| 1148 | 2024-11-18T21:39:14.264Z | Downloaded highway v1.2.0 |
| 1149 | 2024-11-18T21:39:14.267Z | Downloaded base64ct v1.6.0 |
| 1150 | 2024-11-18T21:39:14.267Z | Downloaded bit-set v0.5.3 |
| 1151 | 2024-11-18T21:39:14.270Z | Downloaded bb8 v0.8.5 |
| 1152 | 2024-11-18T21:39:14.270Z | Downloaded base16ct v0.2.0 |
| 1153 | 2024-11-18T21:39:14.270Z | Downloaded atomic-waker v1.1.2 |
| 1154 | 2024-11-18T21:39:14.272Z | Downloaded argon2 v0.5.3 |
| 1155 | 2024-11-18T21:39:14.272Z | Downloaded atomicwrites v0.4.4 |
| 1156 | 2024-11-18T21:39:14.275Z | Downloaded array-init v0.0.4 |
| 1157 | 2024-11-18T21:39:14.275Z | Downloaded aead v0.5.2 |
| 1158 | 2024-11-18T21:39:14.275Z | Downloaded hostname v0.4.0 |
| 1159 | 2024-11-18T21:39:14.278Z | Downloaded async-stream-impl v0.3.6 |
| 1160 | 2024-11-18T21:39:14.349Z | Downloaded libsqlite3-sys v0.30.1 |
| 1161 | 2024-11-18T21:39:14.603Z | Downloaded ring v0.17.8 |
| 1162 | 2024-11-18T21:39:14.751Z | Downloaded ring v0.16.20 |
| 1163 | 2024-11-18T21:39:15.002Z | Downloaded aws-lc-sys v0.22.0 |
| 1164 | 2024-11-18T21:39:15.298Z | Compiling serde v1.0.215 |
| 1165 | 2024-11-18T21:39:15.302Z | Compiling lock_api v0.4.12 |
| 1166 | 2024-11-18T21:39:15.302Z | Compiling scopeguard v1.2.0 |
| 1167 | 2024-11-18T21:39:15.302Z | Compiling value-bag v1.9.0 |
| 1168 | 2024-11-18T21:39:15.302Z | Compiling typenum v1.17.0 |
| 1169 | 2024-11-18T21:39:15.302Z | Compiling generic-array v0.14.7 |
| 1170 | 2024-11-18T21:39:15.502Z | Compiling syn v2.0.87 |
| 1171 | 2024-11-18T21:39:15.519Z | Compiling getrandom v0.2.15 |
| 1172 | 2024-11-18T21:39:15.610Z | Compiling shlex v1.3.0 |
| 1173 | 2024-11-18T21:39:15.843Z | Compiling rand_core v0.6.4 |
| 1174 | 2024-11-18T21:39:15.940Z | Compiling log v0.4.22 |
| 1175 | 2024-11-18T21:39:16.056Z | Compiling subtle v2.6.1 |
| 1176 | 2024-11-18T21:39:16.076Z | Compiling jobserver v0.1.32 |
| 1177 | 2024-11-18T21:39:16.107Z | Compiling smallvec v1.13.2 |
| 1178 | 2024-11-18T21:39:16.400Z | Compiling const-oid v0.9.6 |
| 1179 | 2024-11-18T21:39:16.419Z | Compiling spin v0.9.8 |
| 1180 | 2024-11-18T21:39:16.441Z | Compiling cc v1.1.30 |
| 1181 | 2024-11-18T21:39:16.535Z | Compiling pin-project-lite v0.2.14 |
| 1182 | 2024-11-18T21:39:16.665Z | Compiling rustix v0.38.37 |
| 1183 | 2024-11-18T21:39:16.831Z | Compiling parking_lot_core v0.9.10 |
| 1184 | 2024-11-18T21:39:16.874Z | Compiling futures-core v0.3.31 |
| 1185 | 2024-11-18T21:39:17.066Z | Compiling signal-hook-registry v1.4.2 |
| 1186 | 2024-11-18T21:39:17.123Z | Compiling mio v1.0.2 |
| 1187 | 2024-11-18T21:39:17.612Z | Compiling aho-corasick v1.1.3 |
| 1188 | 2024-11-18T21:39:17.929Z | Compiling parking_lot v0.12.3 |
| 1189 | 2024-11-18T21:39:17.973Z | Compiling regex-syntax v0.8.5 |
| 1190 | 2024-11-18T21:39:18.314Z | Compiling cpufeatures v0.2.14 |
| 1191 | 2024-11-18T21:39:18.352Z | Compiling either v1.13.0 |
| 1192 | 2024-11-18T21:39:18.410Z | Compiling lazy_static v1.5.0 |
| 1193 | 2024-11-18T21:39:18.447Z | Compiling glob v0.3.1 |
| 1194 | 2024-11-18T21:39:18.525Z | Compiling futures-sink v0.3.31 |
| 1195 | 2024-11-18T21:39:18.668Z | Compiling stable_deref_trait v1.2.0 |
| 1196 | 2024-11-18T21:39:18.772Z | Compiling socket2 v0.5.7 |
| 1197 | 2024-11-18T21:39:18.791Z | Compiling slab v0.4.9 |
| 1198 | 2024-11-18T21:39:18.829Z | Compiling prettyplease v0.2.25 |
| 1199 | 2024-11-18T21:39:19.176Z | Compiling minimal-lexical v0.2.1 |
| 1200 | 2024-11-18T21:39:19.432Z | Compiling clang-sys v1.8.1 |
| 1201 | 2024-11-18T21:39:19.502Z | Compiling libloading v0.8.5 |
| 1202 | 2024-11-18T21:39:19.681Z | Compiling nom v7.1.3 |
| 1203 | 2024-11-18T21:39:19.720Z | Compiling home v0.5.9 |
| 1204 | 2024-11-18T21:39:19.944Z | Compiling serde_json v1.0.132 |
| 1205 | 2024-11-18T21:39:20.039Z | Compiling bindgen v0.69.5 |
| 1206 | 2024-11-18T21:39:20.279Z | Compiling itertools v0.12.1 |
| 1207 | 2024-11-18T21:39:20.807Z | Compiling futures-channel v0.3.31 |
| 1208 | 2024-11-18T21:39:20.854Z | Compiling pin-utils v0.1.0 |
| 1209 | 2024-11-18T21:39:20.950Z | Compiling foldhash v0.1.3 |
| 1210 | 2024-11-18T21:39:21.238Z | Compiling lazycell v1.3.0 |
| 1211 | 2024-11-18T21:39:21.241Z | Compiling futures-task v0.3.31 |
| 1212 | 2024-11-18T21:39:21.415Z | Compiling rustc-hash v1.1.0 |
| 1213 | 2024-11-18T21:39:21.552Z | Compiling regex-automata v0.4.8 |
| 1214 | 2024-11-18T21:39:21.571Z | Compiling allocator-api2 v0.2.18 |
| 1215 | 2024-11-18T21:39:22.420Z | Compiling futures-io v0.3.31 |
| 1216 | 2024-11-18T21:39:22.746Z | Compiling hashbrown v0.15.0 |
| 1217 | 2024-11-18T21:39:23.217Z | Compiling synstructure v0.13.1 |
| 1218 | 2024-11-18T21:39:23.413Z | Compiling cexpr v0.6.0 |
| 1219 | 2024-11-18T21:39:24.090Z | Compiling cmake v0.1.51 |
| 1220 | 2024-11-18T21:39:24.697Z | Compiling dunce v1.0.5 |
| 1221 | 2024-11-18T21:39:24.859Z | Compiling pkg-config v0.3.31 |
| 1222 | 2024-11-18T21:39:24.968Z | Compiling libm v0.2.8 |
| 1223 | 2024-11-18T21:39:25.124Z | Compiling tinyvec_macros v0.1.1 |
| 1224 | 2024-11-18T21:39:25.211Z | Compiling fs_extra v1.3.0 |
| 1225 | 2024-11-18T21:39:25.231Z | Compiling tinyvec v1.8.0 |
| 1226 | 2024-11-18T21:39:25.325Z | Compiling num-traits v0.2.19 |
| 1227 | 2024-11-18T21:39:25.837Z | Compiling ring v0.17.8 |
| 1228 | 2024-11-18T21:39:26.410Z | Compiling paste v1.0.15 |
| 1229 | 2024-11-18T21:39:26.575Z | Compiling litemap v0.7.3 |
| 1230 | 2024-11-18T21:39:26.752Z | Compiling unicode-normalization v0.1.24 |
| 1231 | 2024-11-18T21:39:26.914Z | Compiling unicode-bidi v0.3.17 |
| 1232 | 2024-11-18T21:39:26.970Z | Compiling base64ct v1.6.0 |
| 1233 | 2024-11-18T21:39:26.972Z | Compiling writeable v0.5.5 |
| 1234 | 2024-11-18T21:39:27.177Z | Compiling regex v1.11.1 |
| 1235 | 2024-11-18T21:39:27.560Z | Compiling pem-rfc7468 v0.7.0 |
| 1236 | 2024-11-18T21:39:28.255Z | Compiling flagset v0.4.6 |
| 1237 | 2024-11-18T21:39:28.277Z | Compiling aws-lc-rs v1.10.0 |
| 1238 | 2024-11-18T21:39:28.323Z | Compiling httparse v1.9.5 |
| 1239 | 2024-11-18T21:39:28.685Z | Compiling tracing-core v0.1.32 |
| 1240 | 2024-11-18T21:39:29.155Z | Compiling crossbeam-utils v0.8.20 |
| 1241 | 2024-11-18T21:39:29.609Z | Compiling percent-encoding v2.3.1 |
| 1242 | 2024-11-18T21:39:29.728Z | Compiling rustls-pki-types v1.9.0 |
| 1243 | 2024-11-18T21:39:29.848Z | Compiling serde_derive v1.0.215 |
| 1244 | 2024-11-18T21:39:29.977Z | Compiling zeroize_derive v1.4.2 |
| 1245 | 2024-11-18T21:39:29.980Z | Compiling zerocopy-derive v0.7.35 |
| 1246 | 2024-11-18T21:39:30.016Z | Compiling tokio-macros v2.4.0 |
| 1247 | 2024-11-18T21:39:30.826Z | Compiling zerofrom-derive v0.1.4 |
| 1248 | 2024-11-18T21:39:31.583Z | Compiling zeroize v1.8.1 |
| 1249 | 2024-11-18T21:39:31.661Z | Compiling thiserror-impl v1.0.69 |
| 1250 | 2024-11-18T21:39:32.164Z | Compiling zerocopy v0.7.35 |
| 1251 | 2024-11-18T21:39:32.186Z | Compiling yoke-derive v0.7.4 |
| 1252 | 2024-11-18T21:39:33.284Z | Compiling crypto-common v0.1.6 |
| 1253 | 2024-11-18T21:39:33.365Z | Compiling block-buffer v0.10.4 |
| 1254 | 2024-11-18T21:39:33.530Z | Compiling futures-macro v0.3.31 |
| 1255 | 2024-11-18T21:39:33.638Z | Compiling digest v0.10.7 |
| 1256 | 2024-11-18T21:39:33.781Z | Compiling zerovec-derive v0.10.3 |
| 1257 | 2024-11-18T21:39:34.136Z | Compiling hmac v0.12.1 |
| 1258 | 2024-11-18T21:39:34.392Z | Compiling block-padding v0.3.3 |
| 1259 | 2024-11-18T21:39:34.431Z | Compiling displaydoc v0.2.5 |
| 1260 | 2024-11-18T21:39:34.639Z | Compiling inout v0.1.3 |
| 1261 | 2024-11-18T21:39:34.940Z | Compiling cipher v0.4.4 |
| 1262 | 2024-11-18T21:39:34.966Z | Compiling zerofrom v0.1.4 |
| 1263 | 2024-11-18T21:39:35.074Z | Compiling thiserror v1.0.69 |
| 1264 | 2024-11-18T21:39:35.183Z | Compiling sha2 v0.10.8 |
| 1265 | 2024-11-18T21:39:35.224Z | Compiling ppv-lite86 v0.2.20 |
| 1266 | 2024-11-18T21:39:35.257Z | Compiling yoke v0.7.4 |
| 1267 | 2024-11-18T21:39:35.461Z | Compiling der_derive v0.7.3 |
| 1268 | 2024-11-18T21:39:35.545Z | Compiling futures-util v0.3.31 |
| 1269 | 2024-11-18T21:39:35.628Z | Compiling icu_provider_macros v1.5.0 |
| 1270 | 2024-11-18T21:39:36.092Z | Compiling rand_chacha v0.3.1 |
| 1271 | 2024-11-18T21:39:36.151Z | Compiling tracing-attributes v0.1.27 |
| 1272 | 2024-11-18T21:39:36.542Z | Compiling zerovec v0.10.4 |
| 1273 | 2024-11-18T21:39:36.772Z | Compiling icu_locid_transform_data v1.5.0 |
| 1274 | 2024-11-18T21:39:36.881Z | Compiling rand v0.8.5 |
| 1275 | 2024-11-18T21:39:37.988Z | Compiling der v0.7.9 |
| 1276 | 2024-11-18T21:39:38.355Z | Compiling salsa20 v0.10.2 |
| 1277 | 2024-11-18T21:39:38.592Z | Compiling tinystr v0.7.6 |
| 1278 | 2024-11-18T21:39:38.638Z | Compiling icu_collections v1.5.0 |
| 1279 | 2024-11-18T21:39:38.841Z | Compiling pest v2.7.14 |
| 1280 | 2024-11-18T21:39:39.037Z | Compiling icu_locid v1.5.0 |
| 1281 | 2024-11-18T21:39:39.073Z | Compiling pbkdf2 v0.12.2 |
| 1282 | 2024-11-18T21:39:39.982Z | Compiling tracing v0.1.40 |
| 1283 | 2024-11-18T21:39:40.012Z | Compiling untrusted v0.9.0 |
| 1284 | 2024-11-18T21:39:40.147Z | Compiling spki v0.7.3 |
| 1285 | 2024-11-18T21:39:40.193Z | Compiling untrusted v0.7.1 |
| 1286 | 2024-11-18T21:39:40.397Z | Compiling icu_provider v1.5.0 |
| 1287 | 2024-11-18T21:39:40.506Z | Compiling num-conv v0.1.0 |
| 1288 | 2024-11-18T21:39:40.544Z | Compiling time-core v0.1.2 |
| 1289 | 2024-11-18T21:39:40.723Z | Compiling icu_properties_data v1.5.0 |
| 1290 | 2024-11-18T21:39:40.790Z | Compiling vcpkg v0.2.15 |
| 1291 | 2024-11-18T21:39:40.974Z | Compiling mirai-annotations v1.12.0 |
| 1292 | 2024-11-18T21:39:41.164Z | Compiling icu_locid_transform v1.5.0 |
| 1293 | 2024-11-18T21:39:41.363Z | Compiling powerfmt v0.2.0 |
| 1294 | 2024-11-18T21:39:41.467Z | Compiling pest_meta v2.7.14 |
| 1295 | 2024-11-18T21:39:41.513Z | Compiling time-macros v0.2.18 |
| 1296 | 2024-11-18T21:39:41.732Z | Compiling deranged v0.3.11 |
| 1297 | 2024-11-18T21:39:42.969Z | Compiling openssl-sys v0.9.104 |
| 1298 | 2024-11-18T21:39:43.213Z | Compiling icu_properties v1.5.1 |
| 1299 | 2024-11-18T21:39:43.711Z | Compiling scrypt v0.11.0 |
| 1300 | 2024-11-18T21:39:43.856Z | Compiling bitflags v2.6.0 |
| 1301 | 2024-11-18T21:39:44.060Z | Compiling bytes v1.8.0 |
| 1302 | 2024-11-18T21:39:44.306Z | Compiling indexmap v2.6.0 |
| 1303 | 2024-11-18T21:39:44.739Z | Compiling semver v1.0.23 |
| 1304 | 2024-11-18T21:39:45.426Z | Compiling tokio v1.40.0 |
| 1305 | 2024-11-18T21:39:45.485Z | Compiling http v1.1.0 |
| 1306 | 2024-11-18T21:39:45.522Z | Compiling rustc_version v0.4.1 |
| 1307 | 2024-11-18T21:39:45.824Z | Compiling cbc v0.1.2 |
| 1308 | 2024-11-18T21:39:46.074Z | Compiling aes v0.8.4 |
| 1309 | 2024-11-18T21:39:46.320Z | Compiling scroll_derive v0.12.0 |
| 1310 | 2024-11-18T21:39:46.624Z | Compiling icu_normalizer_data v1.5.0 |
| 1311 | 2024-11-18T21:39:46.729Z | Compiling utf16_iter v1.0.5 |
| 1312 | 2024-11-18T21:39:46.929Z | Compiling write16 v1.0.0 |
| 1313 | 2024-11-18T21:39:47.065Z | Compiling num_threads v0.1.7 |
| 1314 | 2024-11-18T21:39:47.201Z | Compiling atomic-waker v1.1.2 |
| 1315 | 2024-11-18T21:39:47.390Z | Compiling utf8_iter v1.0.4 |
| 1316 | 2024-11-18T21:39:47.514Z | Compiling time v0.3.36 |
| 1317 | 2024-11-18T21:39:47.625Z | Compiling icu_normalizer v1.5.0 |
| 1318 | 2024-11-18T21:39:47.798Z | Compiling scroll v0.12.0 |
| 1319 | 2024-11-18T21:39:48.023Z | Compiling http-body v1.0.1 |
| 1320 | 2024-11-18T21:39:48.109Z | Compiling pkcs5 v0.7.1 |
| 1321 | 2024-11-18T21:39:48.251Z | Compiling which v4.4.2 |
| 1322 | 2024-11-18T21:39:48.449Z | Compiling pest_generator v2.7.14 |
| 1323 | 2024-11-18T21:39:48.899Z | Compiling form_urlencoded v1.2.1 |
| 1324 | 2024-11-18T21:39:49.214Z | Compiling try-lock v0.2.5 |
| 1325 | 2024-11-18T21:39:49.352Z | Compiling slog v2.7.0 |
| 1326 | 2024-11-18T21:39:49.371Z | Compiling goblin v0.8.2 |
| 1327 | 2024-11-18T21:39:49.642Z | Compiling want v0.3.1 |
| 1328 | 2024-11-18T21:39:49.652Z | Compiling pkcs8 v0.10.2 |
| 1329 | 2024-11-18T21:39:49.918Z | Compiling idna_adapter v1.2.0 |
| 1330 | 2024-11-18T21:39:49.970Z | Compiling httpdate v1.0.3 |
| 1331 | 2024-11-18T21:39:50.149Z | Compiling idna v1.0.3 |
| 1332 | 2024-11-18T21:39:50.452Z | Compiling serde_tokenstream v0.2.2 |
| 1333 | 2024-11-18T21:39:50.491Z | Compiling pest_derive v2.7.14 |
| 1334 | 2024-11-18T21:39:51.072Z | Compiling serde_spanned v0.6.8 |
| 1335 | 2024-11-18T21:39:51.232Z | Compiling toml_datetime v0.6.8 |
| 1336 | 2024-11-18T21:39:51.295Z | Compiling dtrace-parser v0.2.0 |
| 1337 | 2024-11-18T21:39:51.295Z | Compiling uuid v1.11.0 |
| 1338 | 2024-11-18T21:39:51.765Z | Compiling match_cfg v0.1.0 |
| 1339 | 2024-11-18T21:39:51.865Z | Compiling openssl v0.10.68 |
| 1340 | 2024-11-18T21:39:52.029Z | Compiling iana-time-zone v0.1.61 |
| 1341 | 2024-11-18T21:39:52.279Z | Compiling tower-service v0.3.3 |
| 1342 | 2024-11-18T21:39:52.403Z | Compiling rustversion v1.0.17 |
| 1343 | 2024-11-18T21:39:52.492Z | Compiling base64 v0.22.1 |
| 1344 | 2024-11-18T21:39:52.741Z | Compiling foreign-types-shared v0.1.1 |
| 1345 | 2024-11-18T21:39:52.785Z | Compiling adler2 v2.0.0 |
| 1346 | 2024-11-18T21:39:52.851Z | Compiling foreign-types v0.3.2 |
| 1347 | 2024-11-18T21:39:52.950Z | Compiling miniz_oxide v0.8.0 |
| 1348 | 2024-11-18T21:39:53.022Z | Compiling chrono v0.4.38 |
| 1349 | 2024-11-18T21:39:53.172Z | Compiling hostname v0.3.1 |
| 1350 | 2024-11-18T21:39:53.231Z | Compiling url v2.5.3 |
| 1351 | 2024-11-18T21:39:53.452Z | Compiling openssl-macros v0.1.1 |
| 1352 | 2024-11-18T21:39:54.201Z | Compiling tokio-util v0.7.12 |
| 1353 | 2024-11-18T21:39:54.478Z | Compiling async-trait v0.1.83 |
| 1354 | 2024-11-18T21:39:54.880Z | Compiling dirs-sys-next v0.1.2 |
| 1355 | 2024-11-18T21:39:55.287Z | Compiling h2 v0.4.6 |
| 1356 | 2024-11-18T21:39:55.529Z | Compiling dof v0.3.0 |
| 1357 | 2024-11-18T21:39:55.692Z | Compiling syn v1.0.109 |
| 1358 | 2024-11-18T21:39:56.321Z | Compiling usdt-impl v0.5.0 |
| 1359 | 2024-11-18T21:39:56.756Z | Compiling native-tls v0.2.12 |
| 1360 | 2024-11-18T21:39:57.058Z | Compiling siphasher v0.3.11 |
| 1361 | 2024-11-18T21:39:57.270Z | Compiling rustls v0.23.14 |
| 1362 | 2024-11-18T21:39:57.415Z | Compiling rustls v0.22.4 |
| 1363 | 2024-11-18T21:39:57.534Z | Compiling data-encoding v2.6.0 |
| 1364 | 2024-11-18T21:39:57.740Z | Compiling dirs-next v2.0.0 |
| 1365 | 2024-11-18T21:39:57.937Z | Compiling http-body-util v0.1.2 |
| 1366 | 2024-11-18T21:39:58.484Z | Compiling heapless v0.7.17 |
| 1367 | 2024-11-18T21:39:58.927Z | Compiling crossbeam-epoch v0.9.18 |
| 1368 | 2024-11-18T21:39:59.288Z | Compiling sha1 v0.10.6 |
| 1369 | 2024-11-18T21:39:59.599Z | Compiling signature v2.2.0 |
| 1370 | 2024-11-18T21:39:59.679Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1371 | 2024-11-18T21:39:59.716Z | Compiling serde_derive_internals v0.29.1 |
| 1372 | 2024-11-18T21:39:59.935Z | Compiling thread_local v1.1.8 |
| 1373 | 2024-11-18T21:39:59.955Z | Compiling cookie v0.18.1 |
| 1374 | 2024-11-18T21:40:00.165Z | Compiling multer v3.1.0 |
| 1375 | 2024-11-18T21:40:00.220Z | Compiling encoding_rs v0.8.34 |
| 1376 | 2024-11-18T21:40:00.444Z | Compiling signal-hook v0.3.17 |
| 1377 | 2024-11-18T21:40:00.509Z | Compiling gimli v0.31.1 |
| 1378 | 2024-11-18T21:40:00.707Z | Compiling unicode-properties v0.1.3 |
| 1379 | 2024-11-18T21:40:00.999Z | Compiling slog-async v2.8.0 |
| 1380 | 2024-11-18T21:40:01.071Z | Compiling ipnet v2.10.1 |
| 1381 | 2024-11-18T21:40:01.532Z | Compiling rayon-core v1.12.1 |
| 1382 | 2024-11-18T21:40:01.796Z | Compiling openssl-probe v0.1.5 |
| 1383 | 2024-11-18T21:40:02.149Z | Compiling mime v0.3.17 |
| 1384 | 2024-11-18T21:40:02.348Z | Compiling hyper v1.5.0 |
| 1385 | 2024-11-18T21:40:02.521Z | Compiling schemars v0.8.21 |
| 1386 | 2024-11-18T21:40:02.764Z | Compiling schemars_derive v0.8.21 |
| 1387 | 2024-11-18T21:40:02.984Z | Compiling stringprep v0.1.5 |
| 1388 | 2024-11-18T21:40:04.639Z | Compiling toml_edit v0.22.22 |
| 1389 | 2024-11-18T21:40:04.893Z | Compiling hyper-util v0.1.10 |
| 1390 | 2024-11-18T21:40:05.675Z | Compiling addr2line v0.24.2 |
| 1391 | 2024-11-18T21:40:06.152Z | Compiling usdt-attr-macro v0.5.0 |
| 1392 | 2024-11-18T21:40:06.312Z | Compiling usdt-macro v0.5.0 |
| 1393 | 2024-11-18T21:40:06.527Z | Compiling crossbeam-deque v0.8.5 |
| 1394 | 2024-11-18T21:40:06.635Z | Compiling term v0.7.0 |
| 1395 | 2024-11-18T21:40:07.548Z | Compiling slog-json v2.6.1 |
| 1396 | 2024-11-18T21:40:07.711Z | Compiling serde_urlencoded v0.7.1 |
| 1397 | 2024-11-18T21:40:07.761Z | Compiling curve25519-dalek v4.1.3 |
| 1398 | 2024-11-18T21:40:07.923Z | Compiling crossbeam-channel v0.5.13 |
| 1399 | 2024-11-18T21:40:07.968Z | Compiling futures-executor v0.3.31 |
| 1400 | 2024-11-18T21:40:08.057Z | Compiling enum-as-inner v0.6.1 |
| 1401 | 2024-11-18T21:40:08.228Z | Compiling md-5 v0.10.6 |
| 1402 | 2024-11-18T21:40:08.406Z | Compiling rustls-pemfile v2.2.0 |
| 1403 | 2024-11-18T21:40:08.491Z | Compiling async-stream-impl v0.3.6 |
| 1404 | 2024-11-18T21:40:08.512Z | Compiling num-integer v0.1.46 |
| 1405 | 2024-11-18T21:40:08.759Z | Compiling idna v0.4.0 |
| 1406 | 2024-11-18T21:40:09.037Z | Compiling idna v0.3.0 |
| 1407 | 2024-11-18T21:40:09.161Z | Compiling hash32 v0.2.1 |
| 1408 | 2024-11-18T21:40:09.251Z | Compiling ff v0.13.0 |
| 1409 | 2024-11-18T21:40:09.485Z | Compiling is-terminal v0.4.13 |
| 1410 | 2024-11-18T21:40:09.523Z | Compiling object v0.36.5 |
| 1411 | 2024-11-18T21:40:09.620Z | Compiling dropshot v0.12.0 |
| 1412 | 2024-11-18T21:40:09.930Z | Compiling portable-atomic v1.9.0 |
| 1413 | 2024-11-18T21:40:09.933Z | Compiling utf-8 v0.7.6 |
| 1414 | 2024-11-18T21:40:10.251Z | Compiling rustc-demangle v0.1.24 |
| 1415 | 2024-11-18T21:40:10.484Z | Compiling num-bigint-dig v0.8.4 |
| 1416 | 2024-11-18T21:40:10.773Z | Compiling smoltcp v0.9.1 |
| 1417 | 2024-11-18T21:40:10.822Z | Compiling psl-types v2.0.11 |
| 1418 | 2024-11-18T21:40:11.023Z | Compiling linked-hash-map v0.5.6 |
| 1419 | 2024-11-18T21:40:11.052Z | Compiling fallible-iterator v0.2.0 |
| 1420 | 2024-11-18T21:40:11.195Z | Compiling anyhow v1.0.93 |
| 1421 | 2024-11-18T21:40:11.381Z | Compiling quick-error v1.2.3 |
| 1422 | 2024-11-18T21:40:11.507Z | Compiling base16ct v0.2.0 |
| 1423 | 2024-11-18T21:40:11.537Z | Compiling dyn-clone v1.0.17 |
| 1424 | 2024-11-18T21:40:11.743Z | Compiling take_mut v0.2.2 |
| 1425 | 2024-11-18T21:40:11.775Z | Compiling sec1 v0.7.3 |
| 1426 | 2024-11-18T21:40:11.842Z | Compiling postgres-protocol v0.6.7 |
| 1427 | 2024-11-18T21:40:12.369Z | Compiling resolv-conf v0.7.0 |
| 1428 | 2024-11-18T21:40:13.082Z | Compiling lru-cache v0.1.2 |
| 1429 | 2024-11-18T21:40:13.150Z | Compiling publicsuffix v2.2.3 |
| 1430 | 2024-11-18T21:40:13.196Z | Compiling tungstenite v0.24.0 |
| 1431 | 2024-11-18T21:40:13.281Z | Compiling async-stream v0.3.6 |
| 1432 | 2024-11-18T21:40:13.284Z | Compiling hickory-proto v0.24.1 |
| 1433 | 2024-11-18T21:40:13.392Z | Compiling slog-term v2.9.1 |
| 1434 | 2024-11-18T21:40:13.581Z | Compiling usdt v0.5.0 |
| 1435 | 2024-11-18T21:40:14.644Z | Compiling group v0.13.0 |
| 1436 | 2024-11-18T21:40:15.019Z | Compiling num-iter v0.1.45 |
| 1437 | 2024-11-18T21:40:15.322Z | Compiling futures v0.3.31 |
| 1438 | 2024-11-18T21:40:15.342Z | Compiling toml v0.8.19 |
| 1439 | 2024-11-18T21:40:15.450Z | Compiling slog-bunyan v2.5.0 |
| 1440 | 2024-11-18T21:40:16.822Z | Compiling camino v1.1.9 |
| 1441 | 2024-11-18T21:40:17.121Z | Compiling backtrace v0.3.74 |
| 1442 | 2024-11-18T21:40:17.462Z | Compiling tokio-native-tls v0.3.1 |
| 1443 | 2024-11-18T21:40:17.659Z | Compiling phf_shared v0.11.2 |
| 1444 | 2024-11-18T21:40:17.739Z | Compiling dropshot_endpoint v0.12.0 |
| 1445 | 2024-11-18T21:40:17.801Z | Compiling terminal_size v0.4.0 |
| 1446 | 2024-11-18T21:40:18.026Z | Compiling waitgroup v0.1.2 |
| 1447 | 2024-11-18T21:40:18.046Z | Compiling openapiv3 v2.0.0 |
| 1448 | 2024-11-18T21:40:18.155Z | Compiling serde_path_to_error v0.1.16 |
| 1449 | 2024-11-18T21:40:18.251Z | Compiling hkdf v0.12.4 |
| 1450 | 2024-11-18T21:40:18.517Z | Compiling crypto-bigint v0.5.5 |
| 1451 | 2024-11-18T21:40:19.022Z | Compiling webpki-roots v0.26.6 |
| 1452 | 2024-11-18T21:40:19.247Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1453 | 2024-11-18T21:40:20.866Z | Compiling zerocopy-derive v0.6.6 |
| 1454 | 2024-11-18T21:40:20.868Z | Compiling idna v0.5.0 |
| 1455 | 2024-11-18T21:40:20.920Z | Compiling hubpack_derive v0.1.1 |
| 1456 | 2024-11-18T21:40:21.817Z | Compiling hostname v0.4.0 |
| 1457 | 2024-11-18T21:40:22.071Z | Compiling crc32fast v1.4.2 |
| 1458 | 2024-11-18T21:40:22.336Z | Compiling ahash v0.8.11 |
| 1459 | 2024-11-18T21:40:22.411Z | Compiling fs-err v2.11.0 |
| 1460 | 2024-11-18T21:40:22.494Z | Compiling managed v0.8.0 |
| 1461 | 2024-11-18T21:40:22.581Z | Compiling winnow v0.5.40 |
| 1462 | 2024-11-18T21:40:22.666Z | Compiling debug-ignore v1.0.5 |
| 1463 | 2024-11-18T21:40:22.698Z | Compiling bitflags v1.3.2 |
| 1464 | 2024-11-18T21:40:22.833Z | Compiling console v0.15.8 |
| 1465 | 2024-11-18T21:40:22.948Z | Compiling clap_builder v4.5.21 |
| 1466 | 2024-11-18T21:40:23.091Z | Compiling zerocopy v0.6.6 |
| 1467 | 2024-11-18T21:40:23.687Z | Compiling strum_macros v0.25.3 |
| 1468 | 2024-11-18T21:40:24.064Z | Compiling flate2 v1.0.34 |
| 1469 | 2024-11-18T21:40:24.512Z | Compiling hubpack v0.1.2 |
| 1470 | 2024-11-18T21:40:24.534Z | Compiling cookie_store v0.21.0 |
| 1471 | 2024-11-18T21:40:25.015Z | Compiling elliptic-curve v0.13.8 |
| 1472 | 2024-11-18T21:40:25.109Z | Compiling hickory-resolver v0.24.1 |
| 1473 | 2024-11-18T21:40:25.881Z | Compiling phf v0.11.2 |
| 1474 | 2024-11-18T21:40:26.177Z | Compiling toml_edit v0.19.15 |
| 1475 | 2024-11-18T21:40:26.444Z | Compiling hyper-tls v0.6.0 |
| 1476 | 2024-11-18T21:40:26.869Z | Compiling signal-hook-mio v0.2.4 |
| 1477 | 2024-11-18T21:40:27.037Z | Compiling rayon v1.10.0 |
| 1478 | 2024-11-18T21:40:27.098Z | Compiling bzip2 v0.4.4 |
| 1479 | 2024-11-18T21:40:27.866Z | Compiling tokio-tungstenite v0.24.0 |
| 1480 | 2024-11-18T21:40:29.778Z | Compiling postgres-types v0.2.8 |
| 1481 | 2024-11-18T21:40:31.323Z | Compiling ed25519 v2.2.3 |
| 1482 | 2024-11-18T21:40:31.824Z | Compiling phf_shared v0.10.0 |
| 1483 | 2024-11-18T21:40:31.965Z | Compiling tokio-stream v0.1.16 |
| 1484 | 2024-11-18T21:40:32.221Z | Compiling pkcs1 v0.7.5 |
| 1485 | 2024-11-18T21:40:32.248Z | Compiling serde-big-array v0.5.1 |
| 1486 | 2024-11-18T21:40:32.476Z | Compiling clap_derive v4.5.18 |
| 1487 | 2024-11-18T21:40:33.049Z | Compiling rfc6979 v0.4.0 |
| 1488 | 2024-11-18T21:40:33.107Z | Compiling serde_repr v0.1.19 |
| 1489 | 2024-11-18T21:40:33.225Z | Compiling derive-where v1.2.7 |
| 1490 | 2024-11-18T21:40:33.245Z | Compiling float-cmp v0.9.0 |
| 1491 | 2024-11-18T21:40:33.265Z | Compiling bstr v1.10.0 |
| 1492 | 2024-11-18T21:40:33.461Z | Compiling sync_wrapper v1.0.1 |
| 1493 | 2024-11-18T21:40:33.614Z | Compiling fixedbitset v0.4.2 |
| 1494 | 2024-11-18T21:40:34.096Z | Compiling whoami v1.5.2 |
| 1495 | 2024-11-18T21:40:34.241Z | Compiling precomputed-hash v0.1.1 |
| 1496 | 2024-11-18T21:40:34.308Z | Compiling new_debug_unreachable v1.0.6 |
| 1497 | 2024-11-18T21:40:34.355Z | Compiling number_prefix v0.4.0 |
| 1498 | 2024-11-18T21:40:34.410Z | Compiling unicode-segmentation v1.12.0 |
| 1499 | 2024-11-18T21:40:34.586Z | Compiling static_assertions v1.1.0 |
| 1500 | 2024-11-18T21:40:34.691Z | Compiling predicates-core v1.0.8 |
| 1501 | 2024-11-18T21:40:34.738Z | Compiling bit-vec v0.6.3 |
| 1502 | 2024-11-18T21:40:35.051Z | Compiling difflib v0.4.0 |
| 1503 | 2024-11-18T21:40:35.092Z | Compiling unicode-width v0.2.0 |
| 1504 | 2024-11-18T21:40:35.236Z | Compiling normalize-line-endings v0.3.0 |
| 1505 | 2024-11-18T21:40:35.333Z | Compiling similar v2.6.0 |
| 1506 | 2024-11-18T21:40:35.357Z | Compiling bit-set v0.5.3 |
| 1507 | 2024-11-18T21:40:35.606Z | Compiling indicatif v0.17.9 |
| 1508 | 2024-11-18T21:40:35.648Z | Compiling predicates v3.1.2 |
| 1509 | 2024-11-18T21:40:36.861Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1510 | 2024-11-18T21:40:36.865Z | Compiling tokio-postgres v0.7.12 |
| 1511 | 2024-11-18T21:40:37.393Z | Compiling string_cache v0.8.7 |
| 1512 | 2024-11-18T21:40:37.595Z | Compiling clap v4.5.21 |
| 1513 | 2024-11-18T21:40:37.726Z | Compiling petgraph v0.6.5 |
| 1514 | 2024-11-18T21:40:37.793Z | Compiling ecdsa v0.16.9 |
| 1515 | 2024-11-18T21:40:37.863Z | Compiling rsa v0.9.6 |
| 1516 | 2024-11-18T21:40:37.884Z | Compiling ed25519-dalek v2.1.1 |
| 1517 | 2024-11-18T21:40:38.678Z | Compiling toml v0.7.8 |
| 1518 | 2024-11-18T21:40:39.180Z | Compiling zip v0.6.6 |
| 1519 | 2024-11-18T21:40:40.412Z | Compiling crossterm v0.28.1 |
| 1520 | 2024-11-18T21:40:41.827Z | Compiling hex v0.4.3 |
| 1521 | 2024-11-18T21:40:41.905Z | Compiling x509-cert v0.2.5 |
| 1522 | 2024-11-18T21:40:42.213Z | Compiling itertools v0.10.5 |
| 1523 | 2024-11-18T21:40:42.447Z | Compiling lalrpop-util v0.19.12 |
| 1524 | 2024-11-18T21:40:42.630Z | Compiling unicode-xid v0.2.6 |
| 1525 | 2024-11-18T21:40:42.808Z | Compiling peg-runtime v0.8.3 |
| 1526 | 2024-11-18T21:40:42.830Z | Compiling strum_macros v0.26.4 |
| 1527 | 2024-11-18T21:40:43.488Z | Compiling xattr v1.3.1 |
| 1528 | 2024-11-18T21:40:43.683Z | Compiling filetime v0.2.25 |
| 1529 | 2024-11-18T21:40:44.005Z | Compiling tar v0.4.43 |
| 1530 | 2024-11-18T21:40:47.972Z | Compiling strum v0.26.3 |
| 1531 | 2024-11-18T21:40:50.556Z | Compiling aws-lc-sys v0.22.0 |
| 1532 | 2024-11-18T21:41:20.320Z | Compiling rustls-webpki v0.102.8 |
| 1533 | 2024-11-18T21:41:21.440Z | Compiling tokio-rustls v0.25.0 |
| 1534 | 2024-11-18T21:41:23.005Z | Compiling tokio-rustls v0.26.0 |
| 1535 | 2024-11-18T21:41:23.447Z | Compiling hyper-rustls v0.27.3 |
| 1536 | 2024-11-18T21:41:23.793Z | Compiling reqwest v0.12.9 |
| 1537 | 2024-11-18T21:41:25.107Z | Compiling qorb v0.2.0 |
| 1538 | 2024-11-18T21:41:29.701Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1539 | 2024-11-18T21:41:29.941Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1540 | 2024-11-18T21:41:35.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
| 1541 | 2024-11-18T21:41:35.877Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1542 | 2024-11-18T21:41:35.924Z | Nov 18 21:41:34.573 INFO Starting download, target: Console |
| 1543 | 2024-11-18T21:41:35.924Z | Nov 18 21:41:34.573 INFO Starting download, target: Clickhouse |
| 1544 | 2024-11-18T21:41:35.924Z | Nov 18 21:41:34.573 INFO Starting download, target: DendriteOpenapi |
| 1545 | 2024-11-18T21:41:35.925Z | Nov 18 21:41:34.573 INFO Starting download, target: Cockroach |
| 1546 | 2024-11-18T21:41:35.928Z | Nov 18 21:41:34.573 INFO Starting download, target: DendriteStub |
| 1547 | 2024-11-18T21:41:35.928Z | Nov 18 21:41:34.573 INFO Starting download, target: MaghemiteMgd |
| 1548 | 2024-11-18T21:41:35.928Z | Nov 18 21:41:34.573 INFO Starting download, target: TransceiverControl |
| 1549 | 2024-11-18T21:41:35.928Z | Nov 18 21:41:34.574 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi |
| 1550 | 2024-11-18T21:41:35.928Z | Nov 18 21:41:34.574 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1551 | 2024-11-18T21:41:35.928Z | Nov 18 21:41:34.574 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1552 | 2024-11-18T21:41:35.929Z | Nov 18 21:41:34.574 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1553 | 2024-11-18T21:41:35.929Z | Nov 18 21:41:34.574 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1554 | 2024-11-18T21:41:35.929Z | Nov 18 21:41:34.574 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1555 | 2024-11-18T21:41:35.929Z | Nov 18 21:41:34.574 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1556 | 2024-11-18T21:41:36.235Z | Nov 18 21:41:34.862 INFO Download complete, target: DendriteOpenapi |
| 1557 | 2024-11-18T21:41:36.476Z | Nov 18 21:41:35.100 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1558 | 2024-11-18T21:41:36.783Z | Nov 18 21:41:35.392 INFO Download complete, target: Console |
| 1559 | 2024-11-18T21:41:36.836Z | Nov 18 21:41:35.462 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1560 | 2024-11-18T21:41:37.371Z | Nov 18 21:41:36.011 INFO Download complete, target: TransceiverControl |
| 1561 | 2024-11-18T21:41:37.808Z | Nov 18 21:41:36.397 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1562 | 2024-11-18T21:41:37.978Z | Nov 18 21:41:36.557 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1563 | 2024-11-18T21:41:38.194Z | Nov 18 21:41:36.820 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1564 | 2024-11-18T21:41:39.423Z | Nov 18 21:41:38.071 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1565 | 2024-11-18T21:41:39.423Z | Nov 18 21:41:38.071 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1566 | 2024-11-18T21:41:40.488Z | Nov 18 21:41:39.137 INFO Download complete, target: MaghemiteMgd |
| 1567 | 2024-11-18T21:41:40.967Z | Nov 18 21:41:39.615 INFO Download complete, target: DendriteStub |
| 1568 | 2024-11-18T21:41:46.648Z | Nov 18 21:41:45.297 INFO Checking that binary works, target: Cockroach |
| 1569 | 2024-11-18T21:41:46.807Z | Nov 18 21:41:45.455 INFO Download complete, target: Cockroach |
| 1570 | 2024-11-18T21:41:50.148Z | Nov 18 21:41:48.796 INFO Checking that binary works, target: Clickhouse |
| 1571 | 2024-11-18T21:41:50.319Z | Nov 18 21:41:48.968 INFO Download complete, target: Clickhouse |
| 1572 | 2024-11-18T21:41:50.339Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1573 | 2024-11-18T21:41:50.341Z | |
| 1574 | 2024-11-18T21:41:50.341Z | real 5:39.257942251 |
| 1575 | 2024-11-18T21:41:50.342Z | user 16:18.898760813 |
| 1576 | 2024-11-18T21:41:50.342Z | sys 3:14.963217666 |
| 1577 | 2024-11-18T21:41:50.342Z | trap 0.524651364 |
| 1578 | 2024-11-18T21:41:50.342Z | tflt 1.767112949 |
| 1579 | 2024-11-18T21:41:50.342Z | dflt 2.255974240 |
| 1580 | 2024-11-18T21:41:50.342Z | kflt 0.026134783 |
| 1581 | 2024-11-18T21:41:50.342Z | lock 28:45.815023774 |
| 1582 | 2024-11-18T21:41:50.342Z | slp 1:02:44.055271126 |
| 1583 | 2024-11-18T21:41:50.342Z | lat 59.037897652 |
| 1584 | 2024-11-18T21:41:50.342Z | stop 2:19.515732065 |
| 1585 | 2024-11-18T21:41:50.343Z | + banner hack-check |
| 1586 | 2024-11-18T21:41:50.346Z | |
| 1587 | 2024-11-18T21:41:50.346Z | # # ## #### # # #### # # ###### #### # # |
| 1588 | 2024-11-18T21:41:50.346Z | # # # # # # # # # # # # # # # # # |
| 1589 | 2024-11-18T21:41:50.346Z | ###### # # # #### ##### # ###### ##### # #### |
| 1590 | 2024-11-18T21:41:50.346Z | # # ###### # # # # # # # # # # |
| 1591 | 2024-11-18T21:41:50.346Z | # # # # # # # # # # # # # # # # # |
| 1592 | 2024-11-18T21:41:50.346Z | # # # # #### # # #### # # ###### #### # # |
| 1593 | 2024-11-18T21:41:50.346Z | |
| 1594 | 2024-11-18T21:41:50.346Z | + export CARGO_INCREMENTAL=0 |
| 1595 | 2024-11-18T21:41:50.346Z | + CARGO_INCREMENTAL=0 |
| 1596 | 2024-11-18T21:41:50.346Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1597 | 2024-11-18T21:41:50.857Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1598 | 2024-11-18T21:41:54.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.94s |
| 1599 | 2024-11-18T21:41:54.392Z | Running `target/debug/xtask check-features --ci` |
| 1600 | 2024-11-18T21:41:54.413Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1601 | 2024-11-18T21:41:54.414Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1602 | 2024-11-18T21:41:54.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1603 | 2024-11-18T21:41:54.879Z | Running `target/debug/xtask download cargo-hack` |
| 1604 | 2024-11-18T21:41:55.695Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1605 | 2024-11-18T21:41:56.020Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1606 | 2024-11-18T21:42:01.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.20s |
| 1607 | 2024-11-18T21:42:01.259Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1608 | 2024-11-18T21:42:01.295Z | Nov 18 21:41:59.943 INFO Starting download, target: CargoHack |
| 1609 | 2024-11-18T21:42:01.298Z | Nov 18 21:41:59.944 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1610 | 2024-11-18T21:42:01.914Z | Nov 18 21:42:00.563 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1611 | 2024-11-18T21:42:02.002Z | Nov 18 21:42:00.649 INFO Download complete, target: CargoHack |
| 1612 | 2024-11-18T21:42:02.004Z | 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" |
| 1613 | 2024-11-18T21:42:02.020Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1614 | 2024-11-18T21:42:02.184Z | info: running `cargo check --bins` on api_identity (1/171) |
| 1615 | 2024-11-18T21:42:02.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1616 | 2024-11-18T21:42:02.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1617 | 2024-11-18T21:42:02.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1618 | 2024-11-18T21:42:02.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1619 | 2024-11-18T21:42:02.772Z | |
| 1620 | 2024-11-18T21:42:02.772Z | info: running `cargo check --bins` on bootstore (2/171) |
| 1621 | 2024-11-18T21:42:03.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1622 | 2024-11-18T21:42:03.327Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1623 | 2024-11-18T21:42:03.327Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1624 | 2024-11-18T21:42:03.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1625 | 2024-11-18T21:42:03.403Z | |
| 1626 | 2024-11-18T21:42:03.403Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/171) |
| 1627 | 2024-11-18T21:42:03.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1628 | 2024-11-18T21:42:03.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1629 | 2024-11-18T21:42:03.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1630 | 2024-11-18T21:42:03.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1631 | 2024-11-18T21:42:04.009Z | |
| 1632 | 2024-11-18T21:42:04.009Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/171) |
| 1633 | 2024-11-18T21:42:04.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1634 | 2024-11-18T21:42:04.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1635 | 2024-11-18T21:42:04.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1636 | 2024-11-18T21:42:04.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1637 | 2024-11-18T21:42:04.616Z | |
| 1638 | 2024-11-18T21:42:04.616Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/171) |
| 1639 | 2024-11-18T21:42:04.981Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1640 | 2024-11-18T21:42:04.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1641 | 2024-11-18T21:42:04.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1642 | 2024-11-18T21:42:04.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1643 | 2024-11-18T21:42:05.020Z | |
| 1644 | 2024-11-18T21:42:05.020Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/171) |
| 1645 | 2024-11-18T21:42:05.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1646 | 2024-11-18T21:42:05.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1647 | 2024-11-18T21:42:05.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1648 | 2024-11-18T21:42:05.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1649 | 2024-11-18T21:42:05.427Z | |
| 1650 | 2024-11-18T21:42:05.427Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/171) |
| 1651 | 2024-11-18T21:42:05.790Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1652 | 2024-11-18T21:42:05.793Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1653 | 2024-11-18T21:42:05.793Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1654 | 2024-11-18T21:42:05.795Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1655 | 2024-11-18T21:42:05.830Z | |
| 1656 | 2024-11-18T21:42:05.830Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/171) |
| 1657 | 2024-11-18T21:42:06.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1658 | 2024-11-18T21:42:06.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1659 | 2024-11-18T21:42:06.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1660 | 2024-11-18T21:42:06.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1661 | 2024-11-18T21:42:06.237Z | |
| 1662 | 2024-11-18T21:42:06.237Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/171) |
| 1663 | 2024-11-18T21:42:06.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1664 | 2024-11-18T21:42:06.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1665 | 2024-11-18T21:42:06.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1666 | 2024-11-18T21:42:06.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1667 | 2024-11-18T21:42:06.648Z | |
| 1668 | 2024-11-18T21:42:06.649Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/171) |
| 1669 | 2024-11-18T21:42:07.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1670 | 2024-11-18T21:42:07.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1671 | 2024-11-18T21:42:07.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1672 | 2024-11-18T21:42:07.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1673 | 2024-11-18T21:42:07.052Z | |
| 1674 | 2024-11-18T21:42:07.052Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/171) |
| 1675 | 2024-11-18T21:42:07.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1676 | 2024-11-18T21:42:07.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1677 | 2024-11-18T21:42:07.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1678 | 2024-11-18T21:42:07.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1679 | 2024-11-18T21:42:07.460Z | |
| 1680 | 2024-11-18T21:42:07.460Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/171) |
| 1681 | 2024-11-18T21:42:07.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1682 | 2024-11-18T21:42:07.830Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1683 | 2024-11-18T21:42:07.830Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1684 | 2024-11-18T21:42:07.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1685 | 2024-11-18T21:42:07.868Z | |
| 1686 | 2024-11-18T21:42:07.869Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/171) |
| 1687 | 2024-11-18T21:42:08.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1688 | 2024-11-18T21:42:08.238Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1689 | 2024-11-18T21:42:08.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1690 | 2024-11-18T21:42:08.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1691 | 2024-11-18T21:42:08.277Z | |
| 1692 | 2024-11-18T21:42:08.277Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/171) |
| 1693 | 2024-11-18T21:42:08.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1694 | 2024-11-18T21:42:08.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1695 | 2024-11-18T21:42:08.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1696 | 2024-11-18T21:42:08.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1697 | 2024-11-18T21:42:08.678Z | |
| 1698 | 2024-11-18T21:42:08.678Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/171) |
| 1699 | 2024-11-18T21:42:09.043Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1700 | 2024-11-18T21:42:09.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1701 | 2024-11-18T21:42:09.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1702 | 2024-11-18T21:42:09.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1703 | 2024-11-18T21:42:09.085Z | |
| 1704 | 2024-11-18T21:42:09.085Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/171) |
| 1705 | 2024-11-18T21:42:09.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1706 | 2024-11-18T21:42:09.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1707 | 2024-11-18T21:42:09.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1708 | 2024-11-18T21:42:09.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1709 | 2024-11-18T21:42:09.498Z | |
| 1710 | 2024-11-18T21:42:09.498Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/171) |
| 1711 | 2024-11-18T21:42:09.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1712 | 2024-11-18T21:42:09.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1713 | 2024-11-18T21:42:09.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1714 | 2024-11-18T21:42:09.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1715 | 2024-11-18T21:42:09.903Z | |
| 1716 | 2024-11-18T21:42:09.903Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/171) |
| 1717 | 2024-11-18T21:42:10.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1718 | 2024-11-18T21:42:10.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1719 | 2024-11-18T21:42:10.274Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1720 | 2024-11-18T21:42:10.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1721 | 2024-11-18T21:42:10.312Z | |
| 1722 | 2024-11-18T21:42:10.312Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/171) |
| 1723 | 2024-11-18T21:42:10.682Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1724 | 2024-11-18T21:42:10.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1725 | 2024-11-18T21:42:10.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1726 | 2024-11-18T21:42:10.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1727 | 2024-11-18T21:42:10.726Z | |
| 1728 | 2024-11-18T21:42:10.726Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/171) |
| 1729 | 2024-11-18T21:42:11.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1730 | 2024-11-18T21:42:11.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1731 | 2024-11-18T21:42:11.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1732 | 2024-11-18T21:42:11.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1733 | 2024-11-18T21:42:11.130Z | |
| 1734 | 2024-11-18T21:42:11.130Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/171) |
| 1735 | 2024-11-18T21:42:11.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1736 | 2024-11-18T21:42:11.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1737 | 2024-11-18T21:42:11.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1738 | 2024-11-18T21:42:11.500Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1739 | 2024-11-18T21:42:11.537Z | |
| 1740 | 2024-11-18T21:42:11.537Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/171) |
| 1741 | 2024-11-18T21:42:11.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1742 | 2024-11-18T21:42:11.908Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1743 | 2024-11-18T21:42:11.908Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1744 | 2024-11-18T21:42:11.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1745 | 2024-11-18T21:42:11.948Z | |
| 1746 | 2024-11-18T21:42:11.948Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/171) |
| 1747 | 2024-11-18T21:42:12.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1748 | 2024-11-18T21:42:12.321Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1749 | 2024-11-18T21:42:12.321Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1750 | 2024-11-18T21:42:12.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1751 | 2024-11-18T21:42:12.360Z | |
| 1752 | 2024-11-18T21:42:12.360Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/171) |
| 1753 | 2024-11-18T21:42:12.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1754 | 2024-11-18T21:42:12.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1755 | 2024-11-18T21:42:12.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1756 | 2024-11-18T21:42:12.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1757 | 2024-11-18T21:42:12.764Z | |
| 1758 | 2024-11-18T21:42:12.764Z | info: running `cargo check --bins` on sled-hardware-types (25/171) |
| 1759 | 2024-11-18T21:42:13.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1760 | 2024-11-18T21:42:13.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1761 | 2024-11-18T21:42:13.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1762 | 2024-11-18T21:42:13.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1763 | 2024-11-18T21:42:13.379Z | |
| 1764 | 2024-11-18T21:42:13.379Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/171) |
| 1765 | 2024-11-18T21:42:13.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1766 | 2024-11-18T21:42:13.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1767 | 2024-11-18T21:42:13.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1768 | 2024-11-18T21:42:13.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1769 | 2024-11-18T21:42:13.990Z | |
| 1770 | 2024-11-18T21:42:13.990Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/171) |
| 1771 | 2024-11-18T21:42:14.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1772 | 2024-11-18T21:42:14.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1773 | 2024-11-18T21:42:14.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1774 | 2024-11-18T21:42:14.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1775 | 2024-11-18T21:42:14.607Z | |
| 1776 | 2024-11-18T21:42:14.607Z | info: running `cargo check --bins` on oxlog (28/171) |
| 1777 | 2024-11-18T21:42:15.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1778 | 2024-11-18T21:42:15.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1779 | 2024-11-18T21:42:15.207Z | Checking cfg-if v1.0.0 |
| 1780 | 2024-11-18T21:42:15.211Z | Checking libc v0.2.162 |
| 1781 | 2024-11-18T21:42:15.313Z | Checking serde v1.0.215 |
| 1782 | 2024-11-18T21:42:15.316Z | Checking zeroize v1.8.1 |
| 1783 | 2024-11-18T21:42:15.334Z | Checking memchr v2.7.4 |
| 1784 | 2024-11-18T21:42:15.337Z | Checking typenum v1.17.0 |
| 1785 | 2024-11-18T21:42:15.348Z | Checking scopeguard v1.2.0 |
| 1786 | 2024-11-18T21:42:15.351Z | Checking subtle v2.6.1 |
| 1787 | 2024-11-18T21:42:15.372Z | Checking value-bag v1.9.0 |
| 1788 | 2024-11-18T21:42:15.476Z | Checking lock_api v0.4.12 |
| 1789 | 2024-11-18T21:42:15.559Z | Checking itoa v1.0.11 |
| 1790 | 2024-11-18T21:42:15.613Z | Checking smallvec v1.13.2 |
| 1791 | 2024-11-18T21:42:15.754Z | Checking const-oid v0.9.6 |
| 1792 | 2024-11-18T21:42:15.770Z | Checking log v0.4.22 |
| 1793 | 2024-11-18T21:42:15.886Z | Checking pin-project-lite v0.2.14 |
| 1794 | 2024-11-18T21:42:15.967Z | Checking byteorder v1.5.0 |
| 1795 | 2024-11-18T21:42:16.036Z | Checking futures-core v0.3.31 |
| 1796 | 2024-11-18T21:42:16.157Z | Checking once_cell v1.20.2 |
| 1797 | 2024-11-18T21:42:16.206Z | Checking cpufeatures v0.2.14 |
| 1798 | 2024-11-18T21:42:16.286Z | Checking futures-sink v0.3.31 |
| 1799 | 2024-11-18T21:42:16.298Z | Checking stable_deref_trait v1.2.0 |
| 1800 | 2024-11-18T21:42:16.368Z | Checking spin v0.9.8 |
| 1801 | 2024-11-18T21:42:16.389Z | Checking zerocopy v0.7.35 |
| 1802 | 2024-11-18T21:42:16.418Z | Checking getrandom v0.2.15 |
| 1803 | 2024-11-18T21:42:16.432Z | Checking parking_lot_core v0.9.10 |
| 1804 | 2024-11-18T21:42:16.448Z | Checking signal-hook-registry v1.4.2 |
| 1805 | 2024-11-18T21:42:16.631Z | Checking rand_core v0.6.4 |
| 1806 | 2024-11-18T21:42:16.631Z | Checking generic-array v0.14.7 |
| 1807 | 2024-11-18T21:42:16.669Z | Checking mio v1.0.2 |
| 1808 | 2024-11-18T21:42:16.702Z | Checking socket2 v0.5.7 |
| 1809 | 2024-11-18T21:42:16.753Z | Checking parking_lot v0.12.3 |
| 1810 | 2024-11-18T21:42:16.920Z | Checking zerofrom v0.1.4 |
| 1811 | 2024-11-18T21:42:17.109Z | Checking slab v0.4.9 |
| 1812 | 2024-11-18T21:42:17.139Z | Checking yoke v0.7.4 |
| 1813 | 2024-11-18T21:42:17.175Z | Checking futures-channel v0.3.31 |
| 1814 | 2024-11-18T21:42:17.283Z | Checking equivalent v1.0.1 |
| 1815 | 2024-11-18T21:42:17.354Z | Checking allocator-api2 v0.2.18 |
| 1816 | 2024-11-18T21:42:17.387Z | Checking foldhash v0.1.3 |
| 1817 | 2024-11-18T21:42:17.470Z | Checking futures-io v0.3.31 |
| 1818 | 2024-11-18T21:42:17.514Z | Checking futures-task v0.3.31 |
| 1819 | 2024-11-18T21:42:17.576Z | Checking pin-utils v0.1.0 |
| 1820 | 2024-11-18T21:42:17.600Z | Checking zerovec v0.10.4 |
| 1821 | 2024-11-18T21:42:17.646Z | Checking tinyvec_macros v0.1.1 |
| 1822 | 2024-11-18T21:42:17.665Z | Checking ryu v1.0.18 |
| 1823 | 2024-11-18T21:42:17.730Z | Checking tinyvec v1.8.0 |
| 1824 | 2024-11-18T21:42:17.733Z | Checking futures-util v0.3.31 |
| 1825 | 2024-11-18T21:42:17.760Z | Checking fnv v1.0.7 |
| 1826 | 2024-11-18T21:42:17.819Z | Checking crypto-common v0.1.6 |
| 1827 | 2024-11-18T21:42:17.866Z | Checking block-buffer v0.10.4 |
| 1828 | 2024-11-18T21:42:17.880Z | Checking block-padding v0.3.3 |
| 1829 | 2024-11-18T21:42:17.948Z | Checking hashbrown v0.15.0 |
| 1830 | 2024-11-18T21:42:17.988Z | Checking libm v0.2.8 |
| 1831 | 2024-11-18T21:42:18.060Z | Checking inout v0.1.3 |
| 1832 | 2024-11-18T21:42:18.092Z | Checking digest v0.10.7 |
| 1833 | 2024-11-18T21:42:18.275Z | Checking cipher v0.4.4 |
| 1834 | 2024-11-18T21:42:18.474Z | Checking hmac v0.12.1 |
| 1835 | 2024-11-18T21:42:18.693Z | Checking sha2 v0.10.8 |
| 1836 | 2024-11-18T21:42:18.707Z | Checking base64ct v1.6.0 |
| 1837 | 2024-11-18T21:42:18.921Z | Checking litemap v0.7.3 |
| 1838 | 2024-11-18T21:42:19.072Z | Checking unicode-normalization v0.1.24 |
| 1839 | 2024-11-18T21:42:19.075Z | Checking writeable v0.5.5 |
| 1840 | 2024-11-18T21:42:19.144Z | Checking unicode-bidi v0.3.17 |
| 1841 | 2024-11-18T21:42:19.240Z | Checking pem-rfc7468 v0.7.0 |
| 1842 | 2024-11-18T21:42:19.243Z | Checking num-traits v0.2.19 |
| 1843 | 2024-11-18T21:42:19.262Z | Checking tinystr v0.7.6 |
| 1844 | 2024-11-18T21:42:19.384Z | Checking ppv-lite86 v0.2.20 |
| 1845 | 2024-11-18T21:42:19.490Z | Checking flagset v0.4.6 |
| 1846 | 2024-11-18T21:42:19.631Z | Checking icu_locid v1.5.0 |
| 1847 | 2024-11-18T21:42:19.665Z | Checking der v0.7.9 |
| 1848 | 2024-11-18T21:42:19.734Z | Checking tracing-core v0.1.32 |
| 1849 | 2024-11-18T21:42:19.980Z | Checking thiserror v1.0.69 |
| 1850 | 2024-11-18T21:42:20.110Z | Checking icu_locid_transform_data v1.5.0 |
| 1851 | 2024-11-18T21:42:20.131Z | Checking rand_chacha v0.3.1 |
| 1852 | 2024-11-18T21:42:20.207Z | Checking rustls-pki-types v1.9.0 |
| 1853 | 2024-11-18T21:42:20.293Z | Checking bytes v1.8.0 |
| 1854 | 2024-11-18T21:42:20.402Z | Checking indexmap v2.6.0 |
| 1855 | 2024-11-18T21:42:20.512Z | Checking serde_json v1.0.132 |
| 1856 | 2024-11-18T21:42:20.744Z | Checking icu_provider v1.5.0 |
| 1857 | 2024-11-18T21:42:20.771Z | Checking bitflags v2.6.0 |
| 1858 | 2024-11-18T21:42:20.948Z | Checking percent-encoding v2.3.1 |
| 1859 | 2024-11-18T21:42:21.074Z | Checking rand v0.8.5 |
| 1860 | 2024-11-18T21:42:21.133Z | Checking tokio v1.40.0 |
| 1861 | 2024-11-18T21:42:21.159Z | Checking http v1.1.0 |
| 1862 | 2024-11-18T21:42:21.412Z | Checking icu_locid_transform v1.5.0 |
| 1863 | 2024-11-18T21:42:21.441Z | Checking spki v0.7.3 |
| 1864 | 2024-11-18T21:42:21.680Z | Checking tracing v0.1.40 |
| 1865 | 2024-11-18T21:42:21.709Z | Checking icu_collections v1.5.0 |
| 1866 | 2024-11-18T21:42:22.046Z | Checking salsa20 v0.10.2 |
| 1867 | 2024-11-18T21:42:22.207Z | Checking pbkdf2 v0.12.2 |
| 1868 | 2024-11-18T21:42:22.247Z | Checking aws-lc-sys v0.22.0 |
| 1869 | 2024-11-18T21:42:22.359Z | Checking httparse v1.9.5 |
| 1870 | 2024-11-18T21:42:22.362Z | Checking powerfmt v0.2.0 |
| 1871 | 2024-11-18T21:42:22.388Z | Checking icu_properties_data v1.5.0 |
| 1872 | 2024-11-18T21:42:22.401Z | Checking mirai-annotations v1.12.0 |
| 1873 | 2024-11-18T21:42:22.453Z | Checking untrusted v0.7.1 |
| 1874 | 2024-11-18T21:42:22.552Z | Checking untrusted v0.9.0 |
| 1875 | 2024-11-18T21:42:22.607Z | Checking deranged v0.3.11 |
| 1876 | 2024-11-18T21:42:22.607Z | Checking scrypt v0.11.0 |
| 1877 | 2024-11-18T21:42:22.637Z | Checking icu_properties v1.5.1 |
| 1878 | 2024-11-18T21:42:22.704Z | Checking ring v0.17.8 |
| 1879 | 2024-11-18T21:42:22.782Z | Checking cbc v0.1.2 |
| 1880 | 2024-11-18T21:42:22.821Z | Checking aes v0.8.4 |
| 1881 | 2024-11-18T21:42:22.894Z | Checking crossbeam-utils v0.8.20 |
| 1882 | 2024-11-18T21:42:22.968Z | Checking time-core v0.1.2 |
| 1883 | 2024-11-18T21:42:23.117Z | Checking atomic-waker v1.1.2 |
| 1884 | 2024-11-18T21:42:23.248Z | Checking num-conv v0.1.0 |
| 1885 | 2024-11-18T21:42:23.519Z | Checking utf8_iter v1.0.4 |
| 1886 | 2024-11-18T21:42:23.605Z | Checking num_threads v0.1.7 |
| 1887 | 2024-11-18T21:42:23.696Z | Checking utf16_iter v1.0.5 |
| 1888 | 2024-11-18T21:42:23.709Z | Checking write16 v1.0.0 |
| 1889 | 2024-11-18T21:42:23.722Z | Checking icu_normalizer_data v1.5.0 |
| 1890 | 2024-11-18T21:42:23.817Z | Checking pkcs5 v0.7.1 |
| 1891 | 2024-11-18T21:42:23.832Z | Checking http-body v1.0.1 |
| 1892 | 2024-11-18T21:42:23.857Z | Checking form_urlencoded v1.2.1 |
| 1893 | 2024-11-18T21:42:24.033Z | Checking try-lock v0.2.5 |
| 1894 | 2024-11-18T21:42:24.053Z | Checking httpdate v1.0.3 |
| 1895 | 2024-11-18T21:42:24.156Z | Checking want v0.3.1 |
| 1896 | 2024-11-18T21:42:24.281Z | Checking unicode-ident v1.0.13 |
| 1897 | 2024-11-18T21:42:24.320Z | Checking uuid v1.11.0 |
| 1898 | 2024-11-18T21:42:24.336Z | Checking pkcs8 v0.10.2 |
| 1899 | 2024-11-18T21:42:24.371Z | Checking time v0.3.36 |
| 1900 | 2024-11-18T21:42:24.435Z | Checking proc-macro2 v1.0.89 |
| 1901 | 2024-11-18T21:42:24.567Z | Checking serde_spanned v0.6.8 |
| 1902 | 2024-11-18T21:42:24.640Z | Checking toml_datetime v0.6.8 |
| 1903 | 2024-11-18T21:42:24.747Z | Checking slog v2.7.0 |
| 1904 | 2024-11-18T21:42:24.808Z | Checking aws-lc-rs v1.10.0 |
| 1905 | 2024-11-18T21:42:24.890Z | Checking scroll v0.12.0 |
| 1906 | 2024-11-18T21:42:24.928Z | Checking base64 v0.22.1 |
| 1907 | 2024-11-18T21:42:25.121Z | Checking foreign-types-shared v0.1.1 |
| 1908 | 2024-11-18T21:42:25.226Z | Checking match_cfg v0.1.0 |
| 1909 | 2024-11-18T21:42:25.228Z | Checking plain v0.2.3 |
| 1910 | 2024-11-18T21:42:25.316Z | Checking ucd-trie v0.1.7 |
| 1911 | 2024-11-18T21:42:25.366Z | Checking adler2 v2.0.0 |
| 1912 | 2024-11-18T21:42:25.382Z | Checking tower-service v0.3.3 |
| 1913 | 2024-11-18T21:42:25.396Z | Checking iana-time-zone v0.1.61 |
| 1914 | 2024-11-18T21:42:25.489Z | Checking goblin v0.8.2 |
| 1915 | 2024-11-18T21:42:25.513Z | Checking pest v2.7.14 |
| 1916 | 2024-11-18T21:42:25.529Z | Checking miniz_oxide v0.8.0 |
| 1917 | 2024-11-18T21:42:25.544Z | Checking chrono v0.4.38 |
| 1918 | 2024-11-18T21:42:25.961Z | Checking icu_normalizer v1.5.0 |
| 1919 | 2024-11-18T21:42:26.237Z | Checking hostname v0.3.1 |
| 1920 | 2024-11-18T21:42:26.367Z | Checking foreign-types v0.3.2 |
| 1921 | 2024-11-18T21:42:26.458Z | Checking quote v1.0.37 |
| 1922 | 2024-11-18T21:42:26.645Z | Checking rustls-webpki v0.102.8 |
| 1923 | 2024-11-18T21:42:26.754Z | Checking idna_adapter v1.2.0 |
| 1924 | 2024-11-18T21:42:26.784Z | Checking openssl-sys v0.9.104 |
| 1925 | 2024-11-18T21:42:26.800Z | Checking dirs-sys-next v0.1.2 |
| 1926 | 2024-11-18T21:42:26.954Z | Checking idna v1.0.3 |
| 1927 | 2024-11-18T21:42:26.970Z | Checking errno v0.3.9 |
| 1928 | 2024-11-18T21:42:27.128Z | Checking aho-corasick v1.1.3 |
| 1929 | 2024-11-18T21:42:27.417Z | Checking siphasher v0.3.11 |
| 1930 | 2024-11-18T21:42:27.444Z | Checking url v2.5.3 |
| 1931 | 2024-11-18T21:42:27.666Z | Checking data-encoding v2.6.0 |
| 1932 | 2024-11-18T21:42:27.713Z | Checking pretty-hex v0.4.1 |
| 1933 | 2024-11-18T21:42:27.883Z | Checking regex-syntax v0.8.5 |
| 1934 | 2024-11-18T21:42:28.051Z | Checking openssl v0.10.68 |
| 1935 | 2024-11-18T21:42:28.051Z | Checking dtrace-parser v0.2.0 |
| 1936 | 2024-11-18T21:42:28.251Z | Checking rustix v0.38.37 |
| 1937 | 2024-11-18T21:42:28.313Z | Checking dirs-next v2.0.0 |
| 1938 | 2024-11-18T21:42:28.400Z | Checking tokio-util v0.7.12 |
| 1939 | 2024-11-18T21:42:28.452Z | Checking syn v2.0.87 |
| 1940 | 2024-11-18T21:42:28.524Z | Checking http-body-util v0.1.2 |
| 1941 | 2024-11-18T21:42:28.757Z | Checking crossbeam-epoch v0.9.18 |
| 1942 | 2024-11-18T21:42:28.965Z | Checking signature v2.2.0 |
| 1943 | 2024-11-18T21:42:29.145Z | Checking sha1 v0.10.6 |
| 1944 | 2024-11-18T21:42:29.187Z | Checking lazy_static v1.5.0 |
| 1945 | 2024-11-18T21:42:29.299Z | Checking thread_local v1.1.8 |
| 1946 | 2024-11-18T21:42:29.301Z | Checking h2 v0.4.6 |
| 1947 | 2024-11-18T21:42:29.408Z | Checking thread-id v4.2.2 |
| 1948 | 2024-11-18T21:42:29.515Z | Checking encoding_rs v0.8.34 |
| 1949 | 2024-11-18T21:42:29.569Z | Checking utf8parse v0.2.2 |
| 1950 | 2024-11-18T21:42:29.712Z | Checking winnow v0.6.20 |
| 1951 | 2024-11-18T21:42:30.574Z | Checking dof v0.3.0 |
| 1952 | 2024-11-18T21:42:31.077Z | Checking regex-automata v0.4.8 |
| 1953 | 2024-11-18T21:42:31.187Z | Checking either v1.13.0 |
| 1954 | 2024-11-18T21:42:31.557Z | Checking openssl-probe v0.1.5 |
| 1955 | 2024-11-18T21:42:31.709Z | Checking mime v0.3.17 |
| 1956 | 2024-11-18T21:42:31.712Z | Checking ipnet v2.10.1 |
| 1957 | 2024-11-18T21:42:31.818Z | Checking gimli v0.31.1 |
| 1958 | 2024-11-18T21:42:32.007Z | Checking unicode-properties v0.1.3 |
| 1959 | 2024-11-18T21:42:32.201Z | Checking anstyle v1.0.10 |
| 1960 | 2024-11-18T21:42:32.368Z | Checking stringprep v0.1.5 |
| 1961 | 2024-11-18T21:42:32.530Z | Checking anstyle-parse v0.2.5 |
| 1962 | 2024-11-18T21:42:32.635Z | Checking crossbeam-deque v0.8.5 |
| 1963 | 2024-11-18T21:42:32.669Z | Checking toml_edit v0.22.22 |
| 1964 | 2024-11-18T21:42:32.774Z | Checking term v0.7.0 |
| 1965 | 2024-11-18T21:42:32.928Z | Checking rustls v0.23.14 |
| 1966 | 2024-11-18T21:42:33.208Z | Checking rustls v0.22.4 |
| 1967 | 2024-11-18T21:42:33.650Z | Checking native-tls v0.2.12 |
| 1968 | 2024-11-18T21:42:33.950Z | Checking slog-json v2.6.1 |
| 1969 | 2024-11-18T21:42:34.198Z | Checking serde_urlencoded v0.7.1 |
| 1970 | 2024-11-18T21:42:34.620Z | Checking crossbeam-channel v0.5.13 |
| 1971 | 2024-11-18T21:42:34.843Z | Checking usdt-impl v0.5.0 |
| 1972 | 2024-11-18T21:42:35.309Z | Checking futures-executor v0.3.31 |
| 1973 | 2024-11-18T21:42:35.343Z | Checking num-integer v0.1.46 |
| 1974 | 2024-11-18T21:42:35.400Z | Checking rustls-pemfile v2.2.0 |
| 1975 | 2024-11-18T21:42:35.494Z | Checking hyper v1.5.0 |
| 1976 | 2024-11-18T21:42:35.518Z | Checking idna v0.4.0 |
| 1977 | 2024-11-18T21:42:35.591Z | Checking idna v0.3.0 |
| 1978 | 2024-11-18T21:42:35.618Z | Checking md-5 v0.10.6 |
| 1979 | 2024-11-18T21:42:35.814Z | Checking ff v0.13.0 |
| 1980 | 2024-11-18T21:42:35.835Z | Checking memmap v0.7.0 |
| 1981 | 2024-11-18T21:42:35.872Z | Checking addr2line v0.24.2 |
| 1982 | 2024-11-18T21:42:36.015Z | Checking is-terminal v0.4.13 |
| 1983 | 2024-11-18T21:42:36.031Z | Checking hash32 v0.2.1 |
| 1984 | 2024-11-18T21:42:36.136Z | Checking object v0.36.5 |
| 1985 | 2024-11-18T21:42:36.346Z | Checking is_terminal_polyfill v1.70.1 |
| 1986 | 2024-11-18T21:42:36.362Z | Checking linked-hash-map v0.5.6 |
| 1987 | 2024-11-18T21:42:36.362Z | Checking psl-types v2.0.11 |
| 1988 | 2024-11-18T21:42:36.439Z | Checking utf-8 v0.7.6 |
| 1989 | 2024-11-18T21:42:36.455Z | Checking fallible-iterator v0.2.0 |
| 1990 | 2024-11-18T21:42:36.553Z | Checking base16ct v0.2.0 |
| 1991 | 2024-11-18T21:42:36.631Z | Checking take_mut v0.2.2 |
| 1992 | 2024-11-18T21:42:36.671Z | Checking colorchoice v1.0.2 |
| 1993 | 2024-11-18T21:42:36.730Z | Checking anstyle-query v1.1.1 |
| 1994 | 2024-11-18T21:42:36.766Z | Checking quick-error v1.2.3 |
| 1995 | 2024-11-18T21:42:36.793Z | Checking dyn-clone v1.0.17 |
| 1996 | 2024-11-18T21:42:36.826Z | Checking rustc-demangle v0.1.24 |
| 1997 | 2024-11-18T21:42:36.845Z | Checking anstream v0.6.15 |
| 1998 | 2024-11-18T21:42:36.900Z | Checking resolv-conf v0.7.0 |
| 1999 | 2024-11-18T21:42:36.933Z | Checking schemars v0.8.21 |
| 2000 | 2024-11-18T21:42:37.028Z | Checking postgres-protocol v0.6.7 |
| 2001 | 2024-11-18T21:42:37.213Z | Checking tokio-rustls v0.25.0 |
| 2002 | 2024-11-18T21:42:37.229Z | Checking slog-async v2.8.0 |
| 2003 | 2024-11-18T21:42:37.243Z | Checking sec1 v0.7.3 |
| 2004 | 2024-11-18T21:42:37.506Z | Checking lru-cache v0.1.2 |
| 2005 | 2024-11-18T21:42:37.508Z | Checking hyper-util v0.1.10 |
| 2006 | 2024-11-18T21:42:37.583Z | Checking tungstenite v0.24.0 |
| 2007 | 2024-11-18T21:42:37.616Z | Checking publicsuffix v2.2.3 |
| 2008 | 2024-11-18T21:42:37.665Z | Checking hickory-proto v0.24.1 |
| 2009 | 2024-11-18T21:42:37.681Z | Checking heapless v0.7.17 |
| 2010 | 2024-11-18T21:42:37.836Z | Checking slog-term v2.9.1 |
| 2011 | 2024-11-18T21:42:38.361Z | Checking usdt v0.5.0 |
| 2012 | 2024-11-18T21:42:38.460Z | Checking tokio-rustls v0.26.0 |
| 2013 | 2024-11-18T21:42:38.489Z | Checking group v0.13.0 |
| 2014 | 2024-11-18T21:42:38.592Z | Checking num-iter v0.1.45 |
| 2015 | 2024-11-18T21:42:38.607Z | Checking futures v0.3.31 |
| 2016 | 2024-11-18T21:42:38.667Z | Checking toml v0.8.19 |
| 2017 | 2024-11-18T21:42:38.708Z | Checking slog-bunyan v2.5.0 |
| 2018 | 2024-11-18T21:42:38.739Z | Checking tokio-native-tls v0.3.1 |
| 2019 | 2024-11-18T21:42:38.754Z | Checking rayon-core v1.12.1 |
| 2020 | 2024-11-18T21:42:38.831Z | Checking multer v3.1.0 |
| 2021 | 2024-11-18T21:42:38.859Z | Checking terminal_size v0.4.0 |
| 2022 | 2024-11-18T21:42:38.974Z | Checking phf_shared v0.11.2 |
| 2023 | 2024-11-18T21:42:39.019Z | Checking cookie v0.18.1 |
| 2024 | 2024-11-18T21:42:39.218Z | Checking async-stream v0.3.6 |
| 2025 | 2024-11-18T21:42:39.257Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 2026 | 2024-11-18T21:42:39.372Z | Checking signal-hook v0.3.17 |
| 2027 | 2024-11-18T21:42:39.390Z | Checking camino v1.1.9 |
| 2028 | 2024-11-18T21:42:39.404Z | Checking waitgroup v0.1.2 |
| 2029 | 2024-11-18T21:42:39.406Z | Checking openapiv3 v2.0.0 |
| 2030 | 2024-11-18T21:42:39.459Z | Checking webpki-roots v0.26.6 |
| 2031 | 2024-11-18T21:42:39.519Z | Checking serde_path_to_error v0.1.16 |
| 2032 | 2024-11-18T21:42:39.522Z | Checking idna v0.5.0 |
| 2033 | 2024-11-18T21:42:39.646Z | Checking hkdf v0.12.4 |
| 2034 | 2024-11-18T21:42:39.703Z | Checking crypto-bigint v0.5.5 |
| 2035 | 2024-11-18T21:42:39.857Z | Checking hostname v0.4.0 |
| 2036 | 2024-11-18T21:42:39.968Z | Checking crc32fast v1.4.2 |
| 2037 | 2024-11-18T21:42:39.989Z | Checking strsim v0.11.1 |
| 2038 | 2024-11-18T21:42:40.107Z | Checking winnow v0.5.40 |
| 2039 | 2024-11-18T21:42:40.190Z | Checking clap_lex v0.7.2 |
| 2040 | 2024-11-18T21:42:40.256Z | Checking debug-ignore v1.0.5 |
| 2041 | 2024-11-18T21:42:40.395Z | Checking managed v0.8.0 |
| 2042 | 2024-11-18T21:42:40.410Z | Checking bitflags v1.3.2 |
| 2043 | 2024-11-18T21:42:40.431Z | Checking unicode-width v0.1.14 |
| 2044 | 2024-11-18T21:42:40.513Z | Checking clap_builder v4.5.21 |
| 2045 | 2024-11-18T21:42:40.780Z | Checking smoltcp v0.9.1 |
| 2046 | 2024-11-18T21:42:40.919Z | Checking console v0.15.8 |
| 2047 | 2024-11-18T21:42:41.543Z | Checking cookie_store v0.21.0 |
| 2048 | 2024-11-18T21:42:42.244Z | Checking flate2 v1.0.34 |
| 2049 | 2024-11-18T21:42:42.320Z | Checking signal-hook-mio v0.2.4 |
| 2050 | 2024-11-18T21:42:42.336Z | Checking hickory-resolver v0.24.1 |
| 2051 | 2024-11-18T21:42:42.428Z | Checking backtrace v0.3.74 |
| 2052 | 2024-11-18T21:42:42.448Z | Checking hyper-rustls v0.27.3 |
| 2053 | 2024-11-18T21:42:42.483Z | Checking elliptic-curve v0.13.8 |
| 2054 | 2024-11-18T21:42:42.774Z | Checking hyper-tls v0.6.0 |
| 2055 | 2024-11-18T21:42:42.861Z | Checking dropshot v0.12.0 |
| 2056 | 2024-11-18T21:42:42.881Z | Checking rayon v1.10.0 |
| 2057 | 2024-11-18T21:42:42.993Z | Checking anyhow v1.0.93 |
| 2058 | 2024-11-18T21:42:43.050Z | Checking bzip2 v0.4.4 |
| 2059 | 2024-11-18T21:42:43.122Z | Checking phf v0.11.2 |
| 2060 | 2024-11-18T21:42:43.146Z | Checking toml_edit v0.19.15 |
| 2061 | 2024-11-18T21:42:43.338Z | Checking num-bigint-dig v0.8.4 |
| 2062 | 2024-11-18T21:42:43.373Z | Checking tokio-tungstenite v0.24.0 |
| 2063 | 2024-11-18T21:42:43.390Z | Checking postgres-types v0.2.8 |
| 2064 | 2024-11-18T21:42:43.570Z | Checking regex v1.11.1 |
| 2065 | 2024-11-18T21:42:43.818Z | Checking bstr v1.10.0 |
| 2066 | 2024-11-18T21:42:43.910Z | Checking tokio-stream v0.1.16 |
| 2067 | 2024-11-18T21:42:44.078Z | Checking ed25519 v2.2.3 |
| 2068 | 2024-11-18T21:42:44.188Z | Checking phf_shared v0.10.0 |
| 2069 | 2024-11-18T21:42:44.359Z | Checking zerocopy v0.6.6 |
| 2070 | 2024-11-18T21:42:44.475Z | Checking curve25519-dalek v4.1.3 |
| 2071 | 2024-11-18T21:42:44.735Z | Checking pkcs1 v0.7.5 |
| 2072 | 2024-11-18T21:42:44.789Z | Checking hubpack v0.1.2 |
| 2073 | 2024-11-18T21:42:45.111Z | Checking portable-atomic v1.9.0 |
| 2074 | 2024-11-18T21:42:45.128Z | Checking float-cmp v0.9.0 |
| 2075 | 2024-11-18T21:42:45.131Z | Checking serde-big-array v0.5.1 |
| 2076 | 2024-11-18T21:42:45.310Z | Checking rfc6979 v0.4.0 |
| 2077 | 2024-11-18T21:42:45.349Z | Checking sync_wrapper v1.0.1 |
| 2078 | 2024-11-18T21:42:45.473Z | Checking normalize-line-endings v0.3.0 |
| 2079 | 2024-11-18T21:42:45.490Z | Checking static_assertions v1.1.0 |
| 2080 | 2024-11-18T21:42:45.538Z | Checking predicates-core v1.0.8 |
| 2081 | 2024-11-18T21:42:45.559Z | Checking whoami v1.5.2 |
| 2082 | 2024-11-18T21:42:45.577Z | Checking precomputed-hash v0.1.1 |
| 2083 | 2024-11-18T21:42:45.594Z | Checking minimal-lexical v0.2.1 |
| 2084 | 2024-11-18T21:42:45.675Z | Checking fixedbitset v0.4.2 |
| 2085 | 2024-11-18T21:42:45.715Z | Checking new_debug_unreachable v1.0.6 |
| 2086 | 2024-11-18T21:42:45.806Z | Checking unicode-width v0.2.0 |
| 2087 | 2024-11-18T21:42:45.852Z | Checking unicode-segmentation v1.12.0 |
| 2088 | 2024-11-18T21:42:45.930Z | Checking difflib v0.4.0 |
| 2089 | 2024-11-18T21:42:45.993Z | Checking number_prefix v0.4.0 |
| 2090 | 2024-11-18T21:42:46.137Z | Checking bit-vec v0.6.3 |
| 2091 | 2024-11-18T21:42:46.172Z | Checking nom v7.1.3 |
| 2092 | 2024-11-18T21:42:46.214Z | Checking predicates v3.1.2 |
| 2093 | 2024-11-18T21:42:46.269Z | Checking petgraph v0.6.5 |
| 2094 | 2024-11-18T21:42:46.323Z | Checking ed25519-dalek v2.1.1 |
| 2095 | 2024-11-18T21:42:46.445Z | Checking bit-set v0.5.3 |
| 2096 | 2024-11-18T21:42:46.512Z | Checking similar v2.6.0 |
| 2097 | 2024-11-18T21:42:46.532Z | Checking qorb v0.2.0 |
| 2098 | 2024-11-18T21:42:46.698Z | Checking tokio-postgres v0.7.12 |
| 2099 | 2024-11-18T21:42:46.716Z | Checking string_cache v0.8.7 |
| 2100 | 2024-11-18T21:42:46.764Z | Checking indicatif v0.17.9 |
| 2101 | 2024-11-18T21:42:46.847Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2102 | 2024-11-18T21:42:46.977Z | Checking toml v0.7.8 |
| 2103 | 2024-11-18T21:42:47.360Z | Checking rsa v0.9.6 |
| 2104 | 2024-11-18T21:42:47.553Z | Checking reqwest v0.12.9 |
| 2105 | 2024-11-18T21:42:47.705Z | Checking ecdsa v0.16.9 |
| 2106 | 2024-11-18T21:42:48.422Z | Checking clap v4.5.21 |
| 2107 | 2024-11-18T21:42:48.436Z | Checking zip v0.6.6 |
| 2108 | 2024-11-18T21:42:48.534Z | Checking crossterm v0.28.1 |
| 2109 | 2024-11-18T21:42:49.029Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2110 | 2024-11-18T21:42:49.051Z | Checking itertools v0.12.1 |
| 2111 | 2024-11-18T21:42:49.068Z | Checking itertools v0.10.5 |
| 2112 | 2024-11-18T21:42:49.102Z | Checking fs-err v2.11.0 |
| 2113 | 2024-11-18T21:42:49.366Z | Checking ahash v0.8.11 |
| 2114 | 2024-11-18T21:42:49.540Z | Checking x509-cert v0.2.5 |
| 2115 | 2024-11-18T21:42:49.652Z | Checking semver v1.0.23 |
| 2116 | 2024-11-18T21:42:49.817Z | Checking hex v0.4.3 |
| 2117 | 2024-11-18T21:42:49.898Z | Checking lalrpop-util v0.19.12 |
| 2118 | 2024-11-18T21:42:50.061Z | Checking heck v0.4.1 |
| 2119 | 2024-11-18T21:42:50.191Z | Checking peg-runtime v0.8.3 |
| 2120 | 2024-11-18T21:42:50.262Z | Checking sigpipe v0.1.3 |
| 2121 | 2024-11-18T21:42:51.533Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2122 | 2024-11-18T21:42:51.837Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.22s |
| 2123 | 2024-11-18T21:42:51.989Z | |
| 2124 | 2024-11-18T21:42:51.989Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/171) |
| 2125 | 2024-11-18T21:42:52.535Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2126 | 2024-11-18T21:42:52.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2127 | 2024-11-18T21:42:52.628Z | Compiling hashbrown v0.14.5 |
| 2128 | 2024-11-18T21:42:52.744Z | Checking heck v0.5.0 |
| 2129 | 2024-11-18T21:42:52.771Z | Compiling unsafe-libyaml v0.2.11 |
| 2130 | 2024-11-18T21:42:52.775Z | Compiling ident_case v1.0.1 |
| 2131 | 2024-11-18T21:42:52.782Z | Checking progenitor-client v0.8.0 |
| 2132 | 2024-11-18T21:42:52.795Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2133 | 2024-11-18T21:42:52.810Z | Compiling proc-macro-crate v1.3.1 |
| 2134 | 2024-11-18T21:42:52.896Z | Compiling darling_core v0.20.10 |
| 2135 | 2024-11-18T21:42:52.920Z | Checking ipnetwork v0.20.0 |
| 2136 | 2024-11-18T21:42:53.127Z | Compiling structmeta-derive v0.3.0 |
| 2137 | 2024-11-18T21:42:53.159Z | Compiling newtype-uuid v1.1.3 |
| 2138 | 2024-11-18T21:42:53.263Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2139 | 2024-11-18T21:42:53.479Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2140 | 2024-11-18T21:42:53.569Z | Compiling lzma-sys v0.1.20 |
| 2141 | 2024-11-18T21:42:53.820Z | Compiling foreign-types-macros v0.2.3 |
| 2142 | 2024-11-18T21:42:53.859Z | Checking regress v0.10.1 |
| 2143 | 2024-11-18T21:42:53.908Z | Compiling num_enum_derive v0.5.11 |
| 2144 | 2024-11-18T21:42:54.314Z | Compiling serde_yaml v0.9.34+deprecated |
| 2145 | 2024-11-18T21:42:54.638Z | Compiling dropshot v0.13.0 |
| 2146 | 2024-11-18T21:42:54.913Z | Checking foreign-types-shared v0.3.1 |
| 2147 | 2024-11-18T21:42:55.029Z | Checking arc-swap v1.7.1 |
| 2148 | 2024-11-18T21:42:55.068Z | Checking foreign-types v0.5.0 |
| 2149 | 2024-11-18T21:42:55.287Z | Compiling proc-macro-error v1.0.4 |
| 2150 | 2024-11-18T21:42:55.428Z | Checking slog-scope v4.4.0 |
| 2151 | 2024-11-18T21:42:56.007Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2152 | 2024-11-18T21:42:56.108Z | Checking tungstenite v0.21.0 |
| 2153 | 2024-11-18T21:42:56.124Z | Compiling heck v0.3.3 |
| 2154 | 2024-11-18T21:42:56.139Z | Compiling structmeta v0.3.0 |
| 2155 | 2024-11-18T21:42:56.487Z | Checking num_enum v0.5.11 |
| 2156 | 2024-11-18T21:42:56.549Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2157 | 2024-11-18T21:42:56.575Z | Compiling parse-display-derive v0.10.0 |
| 2158 | 2024-11-18T21:42:56.628Z | Compiling dropshot_endpoint v0.13.0 |
| 2159 | 2024-11-18T21:42:57.056Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2160 | 2024-11-18T21:42:57.379Z | Checking cstr-argument v0.1.2 |
| 2161 | 2024-11-18T21:42:57.424Z | Checking typify-impl v0.2.0 |
| 2162 | 2024-11-18T21:42:57.558Z | Checking instant v0.1.13 |
| 2163 | 2024-11-18T21:42:57.676Z | Checking base64 v0.21.7 |
| 2164 | 2024-11-18T21:42:58.159Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2165 | 2024-11-18T21:42:58.477Z | Checking fastrand v2.1.1 |
| 2166 | 2024-11-18T21:42:58.580Z | Checking pretty-hex v0.2.1 |
| 2167 | 2024-11-18T21:42:58.743Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2168 | 2024-11-18T21:42:58.809Z | Checking tempfile v3.13.0 |
| 2169 | 2024-11-18T21:42:59.032Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2170 | 2024-11-18T21:42:59.113Z | Checking backoff v0.4.0 |
| 2171 | 2024-11-18T21:42:59.174Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2172 | 2024-11-18T21:42:59.190Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2173 | 2024-11-18T21:42:59.334Z | Checking tokio-tungstenite v0.21.0 |
| 2174 | 2024-11-18T21:42:59.421Z | Checking strum v0.26.3 |
| 2175 | 2024-11-18T21:42:59.470Z | Compiling zone_cfg_derive v0.1.2 |
| 2176 | 2024-11-18T21:42:59.573Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2177 | 2024-11-18T21:42:59.835Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2178 | 2024-11-18T21:42:59.861Z | Compiling darling_macro v0.20.10 |
| 2179 | 2024-11-18T21:42:59.877Z | Checking slog-stdlog v4.1.1 |
| 2180 | 2024-11-18T21:43:00.065Z | Checking regress v0.9.1 |
| 2181 | 2024-11-18T21:43:00.185Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2182 | 2024-11-18T21:43:00.289Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2183 | 2024-11-18T21:43:00.326Z | Checking colored v2.1.0 |
| 2184 | 2024-11-18T21:43:00.556Z | Checking macaddr v1.0.1 |
| 2185 | 2024-11-18T21:43:00.615Z | Checking base64 v0.13.1 |
| 2186 | 2024-11-18T21:43:00.798Z | Compiling darling v0.20.10 |
| 2187 | 2024-11-18T21:43:00.925Z | Compiling serde_with_macros v3.11.0 |
| 2188 | 2024-11-18T21:43:00.956Z | Checking zone v0.1.8 |
| 2189 | 2024-11-18T21:43:00.986Z | Checking ron v0.7.1 |
| 2190 | 2024-11-18T21:43:01.266Z | Checking parse-display v0.10.0 |
| 2191 | 2024-11-18T21:43:01.500Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2192 | 2024-11-18T21:43:01.594Z | Checking xz2 v0.1.7 |
| 2193 | 2024-11-18T21:43:01.903Z | Checking slog-envlogger v2.2.0 |
| 2194 | 2024-11-18T21:43:01.977Z | Checking tabwriter v1.4.0 |
| 2195 | 2024-11-18T21:43:02.094Z | Checking xattr v1.3.1 |
| 2196 | 2024-11-18T21:43:02.122Z | Checking pem v3.0.4 |
| 2197 | 2024-11-18T21:43:02.214Z | Checking yasna v0.5.2 |
| 2198 | 2024-11-18T21:43:02.282Z | Checking headers-core v0.3.0 |
| 2199 | 2024-11-18T21:43:02.385Z | Checking smf v0.2.3 |
| 2200 | 2024-11-18T21:43:02.422Z | Checking filetime v0.2.25 |
| 2201 | 2024-11-18T21:43:02.620Z | Checking same-file v1.0.6 |
| 2202 | 2024-11-18T21:43:02.782Z | Checking walkdir v2.5.0 |
| 2203 | 2024-11-18T21:43:02.838Z | Checking tar v0.4.43 |
| 2204 | 2024-11-18T21:43:02.840Z | Checking headers v0.4.0 |
| 2205 | 2024-11-18T21:43:03.052Z | Checking camino-tempfile v1.1.1 |
| 2206 | 2024-11-18T21:43:03.097Z | Checking rcgen v0.12.1 |
| 2207 | 2024-11-18T21:43:03.343Z | Checking atomicwrites v0.4.4 |
| 2208 | 2024-11-18T21:43:03.531Z | Checking subprocess v0.2.9 |
| 2209 | 2024-11-18T21:43:03.790Z | Checking serde_with v3.11.0 |
| 2210 | 2024-11-18T21:43:07.750Z | Compiling typify-macro v0.2.0 |
| 2211 | 2024-11-18T21:43:09.594Z | Compiling typify v0.2.0 |
| 2212 | 2024-11-18T21:43:09.661Z | Compiling progenitor-impl v0.8.0 |
| 2213 | 2024-11-18T21:43:12.782Z | Compiling progenitor-macro v0.8.0 |
| 2214 | 2024-11-18T21:43:18.025Z | Checking progenitor v0.8.0 |
| 2215 | 2024-11-18T21:43:18.175Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2216 | 2024-11-18T21:43:18.175Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2217 | 2024-11-18T21:43:20.826Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2218 | 2024-11-18T21:43:21.094Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2219 | 2024-11-18T21:43:27.249Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2220 | 2024-11-18T21:43:28.833Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2221 | 2024-11-18T21:43:30.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.04s |
| 2222 | 2024-11-18T21:43:30.210Z | |
| 2223 | 2024-11-18T21:43:30.210Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/171) |
| 2224 | 2024-11-18T21:43:30.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2225 | 2024-11-18T21:43:30.762Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2226 | 2024-11-18T21:43:30.851Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2227 | 2024-11-18T21:43:32.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
| 2228 | 2024-11-18T21:43:32.392Z | |
| 2229 | 2024-11-18T21:43:32.393Z | info: running `cargo check --bins` on nexus-config (31/171) |
| 2230 | 2024-11-18T21:43:32.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2231 | 2024-11-18T21:43:32.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2232 | 2024-11-18T21:43:32.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2233 | 2024-11-18T21:43:32.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2234 | 2024-11-18T21:43:33.003Z | |
| 2235 | 2024-11-18T21:43:33.003Z | info: running `cargo check --bins` on omicron-rpaths (32/171) |
| 2236 | 2024-11-18T21:43:33.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2237 | 2024-11-18T21:43:33.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2238 | 2024-11-18T21:43:33.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2239 | 2024-11-18T21:43:33.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2240 | 2024-11-18T21:43:33.598Z | |
| 2241 | 2024-11-18T21:43:33.598Z | info: running `cargo check --bins` on omicron-certificates (33/171) |
| 2242 | 2024-11-18T21:43:34.139Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2243 | 2024-11-18T21:43:34.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2244 | 2024-11-18T21:43:34.141Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2245 | 2024-11-18T21:43:34.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2246 | 2024-11-18T21:43:34.216Z | |
| 2247 | 2024-11-18T21:43:34.217Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/171) |
| 2248 | 2024-11-18T21:43:34.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2249 | 2024-11-18T21:43:34.772Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2250 | 2024-11-18T21:43:34.864Z | Compiling heapless v0.8.0 |
| 2251 | 2024-11-18T21:43:34.866Z | Checking hash32 v0.3.1 |
| 2252 | 2024-11-18T21:43:34.965Z | Compiling smoltcp v0.11.0 |
| 2253 | 2024-11-18T21:43:34.982Z | Checking cobs v0.2.3 |
| 2254 | 2024-11-18T21:43:34.993Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2255 | 2024-11-18T21:43:34.996Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2256 | 2024-11-18T21:43:35.020Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2257 | 2024-11-18T21:43:35.022Z | Compiling crucible-workspace-hack v0.1.0 |
| 2258 | 2024-11-18T21:43:35.117Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2259 | 2024-11-18T21:43:35.136Z | Checking postcard v1.0.10 |
| 2260 | 2024-11-18T21:43:35.152Z | Checking newline-converter v0.3.0 |
| 2261 | 2024-11-18T21:43:35.286Z | Compiling convert_case v0.4.0 |
| 2262 | 2024-11-18T21:43:35.341Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2263 | 2024-11-18T21:43:35.473Z | Checking expectorate v1.1.0 |
| 2264 | 2024-11-18T21:43:35.539Z | Compiling zone_cfg_derive v0.3.0 |
| 2265 | 2024-11-18T21:43:35.620Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2266 | 2024-11-18T21:43:35.637Z | Checking itertools v0.13.0 |
| 2267 | 2024-11-18T21:43:35.702Z | Compiling num-derive v0.4.2 |
| 2268 | 2024-11-18T21:43:35.890Z | Compiling slog-dtrace v0.3.0 |
| 2269 | 2024-11-18T21:43:35.952Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2270 | 2024-11-18T21:43:36.240Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2271 | 2024-11-18T21:43:36.253Z | Compiling derive_more v0.99.18 |
| 2272 | 2024-11-18T21:43:36.989Z | Checking zone v0.3.0 |
| 2273 | 2024-11-18T21:43:37.495Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2274 | 2024-11-18T21:43:38.892Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2275 | 2024-11-18T21:43:39.829Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2276 | 2024-11-18T21:43:40.171Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2277 | 2024-11-18T21:43:40.903Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2278 | 2024-11-18T21:43:41.524Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2279 | 2024-11-18T21:43:42.738Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2280 | 2024-11-18T21:43:43.682Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.46s |
| 2281 | 2024-11-18T21:43:43.846Z | |
| 2282 | 2024-11-18T21:43:43.847Z | info: running `cargo check --bins` on clickhouse-admin-api (35/171) |
| 2283 | 2024-11-18T21:43:44.379Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2284 | 2024-11-18T21:43:44.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2285 | 2024-11-18T21:43:44.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2286 | 2024-11-18T21:43:44.385Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2287 | 2024-11-18T21:43:44.456Z | |
| 2288 | 2024-11-18T21:43:44.456Z | info: running `cargo check --bins` on clickhouse-admin-types (36/171) |
| 2289 | 2024-11-18T21:43:44.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2290 | 2024-11-18T21:43:44.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2291 | 2024-11-18T21:43:44.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2292 | 2024-11-18T21:43:45.001Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2293 | 2024-11-18T21:43:45.071Z | |
| 2294 | 2024-11-18T21:43:45.071Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (37/171) |
| 2295 | 2024-11-18T21:43:45.605Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2296 | 2024-11-18T21:43:45.608Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2297 | 2024-11-18T21:43:45.608Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2298 | 2024-11-18T21:43:45.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2299 | 2024-11-18T21:43:45.853Z | |
| 2300 | 2024-11-18T21:43:45.853Z | info: running `cargo check --bins --no-default-features` on oximeter-db (38/171) |
| 2301 | 2024-11-18T21:43:46.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2302 | 2024-11-18T21:43:46.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2303 | 2024-11-18T21:43:46.313Z | Compiling progenitor-client v0.8.0 |
| 2304 | 2024-11-18T21:43:46.412Z | Compiling newtype-uuid v1.1.3 |
| 2305 | 2024-11-18T21:43:46.415Z | Compiling ipnetwork v0.20.0 |
| 2306 | 2024-11-18T21:43:46.415Z | Compiling instant v0.1.13 |
| 2307 | 2024-11-18T21:43:46.439Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2308 | 2024-11-18T21:43:46.442Z | Checking num-rational v0.4.2 |
| 2309 | 2024-11-18T21:43:46.442Z | Compiling dropshot v0.13.0 |
| 2310 | 2024-11-18T21:43:46.442Z | Compiling serde_with v3.11.0 |
| 2311 | 2024-11-18T21:43:46.544Z | Compiling backoff v0.4.0 |
| 2312 | 2024-11-18T21:43:46.582Z | Compiling parse-display v0.10.0 |
| 2313 | 2024-11-18T21:43:46.670Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2314 | 2024-11-18T21:43:46.853Z | Compiling progenitor v0.8.0 |
| 2315 | 2024-11-18T21:43:46.891Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2316 | 2024-11-18T21:43:47.000Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2317 | 2024-11-18T21:43:47.114Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2318 | 2024-11-18T21:43:47.151Z | Compiling regress v0.9.1 |
| 2319 | 2024-11-18T21:43:47.269Z | Compiling phf_generator v0.11.2 |
| 2320 | 2024-11-18T21:43:47.307Z | Checking num-complex v0.4.6 |
| 2321 | 2024-11-18T21:43:47.644Z | Compiling macaddr v1.0.1 |
| 2322 | 2024-11-18T21:43:48.098Z | Compiling phf_codegen v0.11.2 |
| 2323 | 2024-11-18T21:43:48.236Z | Checking num v0.4.3 |
| 2324 | 2024-11-18T21:43:48.315Z | Compiling parse-zoneinfo v0.3.1 |
| 2325 | 2024-11-18T21:43:48.342Z | Compiling float-ord v0.3.2 |
| 2326 | 2024-11-18T21:43:48.619Z | Checking prettyplease v0.2.25 |
| 2327 | 2024-11-18T21:43:48.669Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2328 | 2024-11-18T21:43:48.997Z | Compiling chrono-tz-build v0.4.0 |
| 2329 | 2024-11-18T21:43:49.710Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2330 | 2024-11-18T21:43:50.393Z | Compiling const_format_proc_macros v0.2.33 |
| 2331 | 2024-11-18T21:43:50.510Z | Compiling chrono-tz v0.10.0 |
| 2332 | 2024-11-18T21:43:50.554Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2333 | 2024-11-18T21:43:50.815Z | Checking highway v1.2.0 |
| 2334 | 2024-11-18T21:43:51.246Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
| 2335 | 2024-11-18T21:43:51.751Z | Checking gethostname v0.5.0 |
| 2336 | 2024-11-18T21:43:51.877Z | Checking bcs v0.1.6 |
| 2337 | 2024-11-18T21:43:52.230Z | Compiling async-recursion v1.1.1 |
| 2338 | 2024-11-18T21:43:52.297Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2339 | 2024-11-18T21:43:52.325Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2340 | 2024-11-18T21:43:52.340Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2341 | 2024-11-18T21:43:52.489Z | Checking const_format v0.2.33 |
| 2342 | 2024-11-18T21:44:04.884Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2343 | 2024-11-18T21:44:08.161Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2344 | 2024-11-18T21:44:12.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.47s |
| 2345 | 2024-11-18T21:44:12.326Z | |
| 2346 | 2024-11-18T21:44:12.326Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (39/171) |
| 2347 | 2024-11-18T21:44:12.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2348 | 2024-11-18T21:44:12.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2349 | 2024-11-18T21:44:12.985Z | Compiling cfg_aliases v0.1.1 |
| 2350 | 2024-11-18T21:44:12.987Z | Compiling vte_generate_state_changes v0.1.2 |
| 2351 | 2024-11-18T21:44:13.085Z | Checking fd-lock v4.0.2 |
| 2352 | 2024-11-18T21:44:13.100Z | Checking nibble_vec v0.1.0 |
| 2353 | 2024-11-18T21:44:13.103Z | Checking endian-type v0.1.2 |
| 2354 | 2024-11-18T21:44:13.103Z | Checking bytecount v0.6.8 |
| 2355 | 2024-11-18T21:44:13.121Z | Compiling tabled_derive v0.7.0 |
| 2356 | 2024-11-18T21:44:13.132Z | Compiling peg-macros v0.8.4 |
| 2357 | 2024-11-18T21:44:13.159Z | Compiling nix v0.28.0 |
| 2358 | 2024-11-18T21:44:13.233Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2359 | 2024-11-18T21:44:13.249Z | Checking papergrid v0.11.0 |
| 2360 | 2024-11-18T21:44:13.269Z | Compiling sqlparser_derive v0.2.2 |
| 2361 | 2024-11-18T21:44:13.289Z | Checking radix_trie v0.2.1 |
| 2362 | 2024-11-18T21:44:13.682Z | Checking unicode_categories v0.1.1 |
| 2363 | 2024-11-18T21:44:13.701Z | Checking vte v0.11.1 |
| 2364 | 2024-11-18T21:44:14.004Z | Checking nu-ansi-term v0.50.1 |
| 2365 | 2024-11-18T21:44:14.340Z | Checking home v0.5.9 |
| 2366 | 2024-11-18T21:44:14.399Z | Checking sqlparser v0.45.0 |
| 2367 | 2024-11-18T21:44:14.413Z | Checking sqlformat v0.2.6 |
| 2368 | 2024-11-18T21:44:14.474Z | Checking display-error-chain v0.2.2 |
| 2369 | 2024-11-18T21:44:15.084Z | Checking strip-ansi-escapes v0.2.0 |
| 2370 | 2024-11-18T21:44:15.214Z | Checking reedline v0.35.0 |
| 2371 | 2024-11-18T21:44:15.509Z | Checking tabled v0.15.0 |
| 2372 | 2024-11-18T21:44:16.018Z | Checking peg v0.8.4 |
| 2373 | 2024-11-18T21:44:16.522Z | Checking rustyline v14.0.0 |
| 2374 | 2024-11-18T21:44:25.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.51s |
| 2375 | 2024-11-18T21:44:26.016Z | |
| 2376 | 2024-11-18T21:44:26.016Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (40/171) |
| 2377 | 2024-11-18T21:44:26.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2378 | 2024-11-18T21:44:26.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2379 | 2024-11-18T21:44:26.666Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2380 | 2024-11-18T21:44:32.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.67s |
| 2381 | 2024-11-18T21:44:33.072Z | |
| 2382 | 2024-11-18T21:44:33.072Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (41/171) |
| 2383 | 2024-11-18T21:44:33.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2384 | 2024-11-18T21:44:33.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2385 | 2024-11-18T21:44:33.511Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2386 | 2024-11-18T21:44:38.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.23s |
| 2387 | 2024-11-18T21:44:38.269Z | |
| 2388 | 2024-11-18T21:44:38.269Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (42/171) |
| 2389 | 2024-11-18T21:44:38.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2390 | 2024-11-18T21:44:38.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2391 | 2024-11-18T21:44:38.916Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2392 | 2024-11-18T21:44:44.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s |
| 2393 | 2024-11-18T21:44:44.798Z | |
| 2394 | 2024-11-18T21:44:44.799Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (43/171) |
| 2395 | 2024-11-18T21:44:45.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2396 | 2024-11-18T21:44:45.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2397 | 2024-11-18T21:44:45.468Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2398 | 2024-11-18T21:44:51.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.43s |
| 2399 | 2024-11-18T21:44:51.408Z | |
| 2400 | 2024-11-18T21:44:51.408Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (44/171) |
| 2401 | 2024-11-18T21:44:51.972Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2402 | 2024-11-18T21:44:51.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2403 | 2024-11-18T21:44:52.065Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2404 | 2024-11-18T21:44:56.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s |
| 2405 | 2024-11-18T21:44:57.021Z | |
| 2406 | 2024-11-18T21:44:57.021Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (45/171) |
| 2407 | 2024-11-18T21:44:57.575Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2408 | 2024-11-18T21:44:57.580Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2409 | 2024-11-18T21:44:57.675Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2410 | 2024-11-18T21:45:02.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.48s |
| 2411 | 2024-11-18T21:45:02.673Z | |
| 2412 | 2024-11-18T21:45:02.673Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (46/171) |
| 2413 | 2024-11-18T21:45:03.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2414 | 2024-11-18T21:45:03.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2415 | 2024-11-18T21:45:03.331Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2416 | 2024-11-18T21:45:09.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.65s |
| 2417 | 2024-11-18T21:45:09.501Z | |
| 2418 | 2024-11-18T21:45:09.502Z | info: running `cargo check --bins` on oximeter (47/171) |
| 2419 | 2024-11-18T21:45:13.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2420 | 2024-11-18T21:45:13.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2421 | 2024-11-18T21:45:13.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2422 | 2024-11-18T21:45:13.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2423 | 2024-11-18T21:45:13.195Z | |
| 2424 | 2024-11-18T21:45:13.195Z | info: running `cargo check --bins` on oximeter-macro-impl (48/171) |
| 2425 | 2024-11-18T21:45:13.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2426 | 2024-11-18T21:45:13.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2427 | 2024-11-18T21:45:13.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2428 | 2024-11-18T21:45:13.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2429 | 2024-11-18T21:45:13.196Z | |
| 2430 | 2024-11-18T21:45:13.196Z | info: running `cargo check --bins` on oximeter-schema (49/171) |
| 2431 | 2024-11-18T21:45:13.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2432 | 2024-11-18T21:45:13.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2433 | 2024-11-18T21:45:13.196Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2434 | 2024-11-18T21:45:13.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.05s |
| 2435 | 2024-11-18T21:45:13.239Z | |
| 2436 | 2024-11-18T21:45:13.239Z | info: running `cargo check --bins` on oximeter-types (50/171) |
| 2437 | 2024-11-18T21:45:13.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2438 | 2024-11-18T21:45:13.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2439 | 2024-11-18T21:45:13.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2440 | 2024-11-18T21:45:13.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2441 | 2024-11-18T21:45:13.239Z | |
| 2442 | 2024-11-18T21:45:13.239Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/171) |
| 2443 | 2024-11-18T21:45:13.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2444 | 2024-11-18T21:45:13.240Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2445 | 2024-11-18T21:45:13.240Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2446 | 2024-11-18T21:45:13.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2447 | 2024-11-18T21:45:13.240Z | |
| 2448 | 2024-11-18T21:45:13.240Z | info: running `cargo check --bins` on oxql-types (52/171) |
| 2449 | 2024-11-18T21:45:13.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2450 | 2024-11-18T21:45:13.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2451 | 2024-11-18T21:45:13.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2452 | 2024-11-18T21:45:13.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2453 | 2024-11-18T21:45:13.794Z | |
| 2454 | 2024-11-18T21:45:13.797Z | info: running `cargo check --bins` on oximeter-test-utils (53/171) |
| 2455 | 2024-11-18T21:45:14.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2456 | 2024-11-18T21:45:14.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2457 | 2024-11-18T21:45:14.376Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2458 | 2024-11-18T21:45:14.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2459 | 2024-11-18T21:45:14.441Z | |
| 2460 | 2024-11-18T21:45:14.441Z | info: running `cargo check --bins` on bootstrap-agent-client (54/171) |
| 2461 | 2024-11-18T21:45:15.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2462 | 2024-11-18T21:45:15.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2463 | 2024-11-18T21:45:15.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2464 | 2024-11-18T21:45:15.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2465 | 2024-11-18T21:45:15.078Z | |
| 2466 | 2024-11-18T21:45:15.078Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/171) |
| 2467 | 2024-11-18T21:45:15.631Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2468 | 2024-11-18T21:45:15.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2469 | 2024-11-18T21:45:15.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2470 | 2024-11-18T21:45:15.636Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2471 | 2024-11-18T21:45:15.709Z | |
| 2472 | 2024-11-18T21:45:15.709Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/171) |
| 2473 | 2024-11-18T21:45:16.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2474 | 2024-11-18T21:45:16.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2475 | 2024-11-18T21:45:16.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2476 | 2024-11-18T21:45:16.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2477 | 2024-11-18T21:45:16.333Z | |
| 2478 | 2024-11-18T21:45:16.333Z | info: running `cargo check --bins` on cockroach-admin-client (57/171) |
| 2479 | 2024-11-18T21:45:16.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2480 | 2024-11-18T21:45:16.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2481 | 2024-11-18T21:45:16.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2482 | 2024-11-18T21:45:16.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2483 | 2024-11-18T21:45:16.941Z | |
| 2484 | 2024-11-18T21:45:16.941Z | info: running `cargo check --bins` on omicron-ddm-admin-client (58/171) |
| 2485 | 2024-11-18T21:45:17.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2486 | 2024-11-18T21:45:17.506Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2487 | 2024-11-18T21:45:17.506Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2488 | 2024-11-18T21:45:17.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2489 | 2024-11-18T21:45:17.580Z | |
| 2490 | 2024-11-18T21:45:17.580Z | info: running `cargo check --bins` on dns-service-client (59/171) |
| 2491 | 2024-11-18T21:45:18.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2492 | 2024-11-18T21:45:18.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2493 | 2024-11-18T21:45:18.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2494 | 2024-11-18T21:45:18.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2495 | 2024-11-18T21:45:18.203Z | |
| 2496 | 2024-11-18T21:45:18.203Z | info: running `cargo check --bins` on internal-dns-types (60/171) |
| 2497 | 2024-11-18T21:45:18.735Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2498 | 2024-11-18T21:45:18.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2499 | 2024-11-18T21:45:18.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2500 | 2024-11-18T21:45:18.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2501 | 2024-11-18T21:45:18.809Z | |
| 2502 | 2024-11-18T21:45:18.809Z | info: running `cargo check --bins` on dpd-client (61/171) |
| 2503 | 2024-11-18T21:45:19.352Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2504 | 2024-11-18T21:45:19.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2505 | 2024-11-18T21:45:19.354Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2506 | 2024-11-18T21:45:19.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2507 | 2024-11-18T21:45:19.428Z | |
| 2508 | 2024-11-18T21:45:19.428Z | info: running `cargo check --bins` on gateway-client (62/171) |
| 2509 | 2024-11-18T21:45:19.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2510 | 2024-11-18T21:45:19.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2511 | 2024-11-18T21:45:19.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2512 | 2024-11-18T21:45:19.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2513 | 2024-11-18T21:45:20.038Z | |
| 2514 | 2024-11-18T21:45:20.038Z | info: running `cargo check --bins` on installinator-client (63/171) |
| 2515 | 2024-11-18T21:45:20.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2516 | 2024-11-18T21:45:20.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2517 | 2024-11-18T21:45:20.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2518 | 2024-11-18T21:45:20.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2519 | 2024-11-18T21:45:20.676Z | |
| 2520 | 2024-11-18T21:45:20.676Z | info: running `cargo check --bins` on installinator-common (64/171) |
| 2521 | 2024-11-18T21:45:21.234Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2522 | 2024-11-18T21:45:21.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2523 | 2024-11-18T21:45:21.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2524 | 2024-11-18T21:45:21.239Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2525 | 2024-11-18T21:45:21.310Z | |
| 2526 | 2024-11-18T21:45:21.310Z | info: running `cargo check --bins` on update-engine (65/171) |
| 2527 | 2024-11-18T21:45:21.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2528 | 2024-11-18T21:45:21.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2529 | 2024-11-18T21:45:21.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2530 | 2024-11-18T21:45:21.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2531 | 2024-11-18T21:45:21.920Z | |
| 2532 | 2024-11-18T21:45:21.920Z | info: running `cargo check --bins` on nexus-client (66/171) |
| 2533 | 2024-11-18T21:45:22.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2534 | 2024-11-18T21:45:22.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2535 | 2024-11-18T21:45:22.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2536 | 2024-11-18T21:45:22.476Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2537 | 2024-11-18T21:45:22.550Z | |
| 2538 | 2024-11-18T21:45:22.550Z | info: running `cargo check --bins` on nexus-sled-agent-shared (67/171) |
| 2539 | 2024-11-18T21:45:23.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2540 | 2024-11-18T21:45:23.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2541 | 2024-11-18T21:45:23.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2542 | 2024-11-18T21:45:23.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2543 | 2024-11-18T21:45:23.169Z | |
| 2544 | 2024-11-18T21:45:23.170Z | info: running `cargo check --bins` on omicron-passwords (68/171) |
| 2545 | 2024-11-18T21:45:23.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2546 | 2024-11-18T21:45:23.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2547 | 2024-11-18T21:45:23.692Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2548 | 2024-11-18T21:45:23.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2549 | 2024-11-18T21:45:23.762Z | |
| 2550 | 2024-11-18T21:45:23.762Z | info: running `cargo check --bins` on nexus-types (69/171) |
| 2551 | 2024-11-18T21:45:24.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2552 | 2024-11-18T21:45:24.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2553 | 2024-11-18T21:45:24.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2554 | 2024-11-18T21:45:24.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2555 | 2024-11-18T21:45:24.391Z | |
| 2556 | 2024-11-18T21:45:24.391Z | info: running `cargo check --bins` on oxide-client (70/171) |
| 2557 | 2024-11-18T21:45:24.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2558 | 2024-11-18T21:45:24.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2559 | 2024-11-18T21:45:24.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2560 | 2024-11-18T21:45:24.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2561 | 2024-11-18T21:45:24.982Z | |
| 2562 | 2024-11-18T21:45:24.982Z | info: running `cargo check --bins` on oximeter-client (71/171) |
| 2563 | 2024-11-18T21:45:25.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2564 | 2024-11-18T21:45:25.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2565 | 2024-11-18T21:45:25.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2566 | 2024-11-18T21:45:25.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2567 | 2024-11-18T21:45:25.587Z | |
| 2568 | 2024-11-18T21:45:25.587Z | info: running `cargo check --bins` on repo-depot-client (72/171) |
| 2569 | 2024-11-18T21:45:26.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2570 | 2024-11-18T21:45:26.109Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2571 | 2024-11-18T21:45:26.109Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2572 | 2024-11-18T21:45:26.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2573 | 2024-11-18T21:45:26.180Z | |
| 2574 | 2024-11-18T21:45:26.180Z | info: running `cargo check --bins` on sled-agent-client (73/171) |
| 2575 | 2024-11-18T21:45:26.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2576 | 2024-11-18T21:45:26.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2577 | 2024-11-18T21:45:26.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2578 | 2024-11-18T21:45:26.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2579 | 2024-11-18T21:45:26.804Z | |
| 2580 | 2024-11-18T21:45:26.805Z | info: running `cargo check --bins` on wicketd-client (74/171) |
| 2581 | 2024-11-18T21:45:27.364Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2582 | 2024-11-18T21:45:27.367Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2583 | 2024-11-18T21:45:27.367Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2584 | 2024-11-18T21:45:27.370Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2585 | 2024-11-18T21:45:27.446Z | |
| 2586 | 2024-11-18T21:45:27.447Z | info: running `cargo check --bins` on sled-agent-types (75/171) |
| 2587 | 2024-11-18T21:45:27.998Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2588 | 2024-11-18T21:45:28.001Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2589 | 2024-11-18T21:45:28.001Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2590 | 2024-11-18T21:45:28.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2591 | 2024-11-18T21:45:28.076Z | |
| 2592 | 2024-11-18T21:45:28.077Z | info: running `cargo check --bins` on wicket-common (76/171) |
| 2593 | 2024-11-18T21:45:28.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2594 | 2024-11-18T21:45:28.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2595 | 2024-11-18T21:45:28.628Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2596 | 2024-11-18T21:45:28.631Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2597 | 2024-11-18T21:45:28.703Z | |
| 2598 | 2024-11-18T21:45:28.704Z | info: running `cargo check --bins` on omicron-cockroach-admin (77/171) |
| 2599 | 2024-11-18T21:45:29.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2600 | 2024-11-18T21:45:29.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2601 | 2024-11-18T21:45:29.340Z | Checking csv-core v0.1.11 |
| 2602 | 2024-11-18T21:45:29.340Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2603 | 2024-11-18T21:45:29.343Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2604 | 2024-11-18T21:45:29.637Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2605 | 2024-11-18T21:45:29.649Z | Checking csv v1.3.0 |
| 2606 | 2024-11-18T21:45:30.204Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2607 | 2024-11-18T21:45:30.539Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2608 | 2024-11-18T21:45:31.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.03s |
| 2609 | 2024-11-18T21:45:31.910Z | |
| 2610 | 2024-11-18T21:45:31.911Z | info: running `cargo check --bins` on cockroach-admin-api (78/171) |
| 2611 | 2024-11-18T21:45:32.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2612 | 2024-11-18T21:45:32.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2613 | 2024-11-18T21:45:32.446Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2614 | 2024-11-18T21:45:32.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2615 | 2024-11-18T21:45:32.519Z | |
| 2616 | 2024-11-18T21:45:32.519Z | info: running `cargo check --bins` on cockroach-admin-types (79/171) |
| 2617 | 2024-11-18T21:45:33.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2618 | 2024-11-18T21:45:33.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2619 | 2024-11-18T21:45:33.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2620 | 2024-11-18T21:45:33.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2621 | 2024-11-18T21:45:33.144Z | |
| 2622 | 2024-11-18T21:45:33.145Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (80/171) |
| 2623 | 2024-11-18T21:45:33.771Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2624 | 2024-11-18T21:45:33.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2625 | 2024-11-18T21:45:33.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2626 | 2024-11-18T21:45:33.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
| 2627 | 2024-11-18T21:45:33.859Z | |
| 2628 | 2024-11-18T21:45:33.860Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (81/171) |
| 2629 | 2024-11-18T21:45:34.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2630 | 2024-11-18T21:45:34.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2631 | 2024-11-18T21:45:34.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2632 | 2024-11-18T21:45:34.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
| 2633 | 2024-11-18T21:45:34.584Z | |
| 2634 | 2024-11-18T21:45:34.584Z | info: running `cargo check --bins` on dns-server (82/171) |
| 2635 | 2024-11-18T21:45:35.141Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2636 | 2024-11-18T21:45:35.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2637 | 2024-11-18T21:45:35.230Z | Compiling parking_lot_core v0.8.6 |
| 2638 | 2024-11-18T21:45:35.233Z | Checking fxhash v0.2.1 |
| 2639 | 2024-11-18T21:45:35.233Z | Checking hickory-server v0.24.1 |
| 2640 | 2024-11-18T21:45:35.233Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2641 | 2024-11-18T21:45:35.233Z | Checking hickory-client v0.24.1 |
| 2642 | 2024-11-18T21:45:35.898Z | Checking parking_lot v0.11.2 |
| 2643 | 2024-11-18T21:45:36.030Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2644 | 2024-11-18T21:45:36.033Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2645 | 2024-11-18T21:45:36.124Z | Checking sled v0.34.7 |
| 2646 | 2024-11-18T21:45:37.843Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2647 | 2024-11-18T21:45:39.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.48s |
| 2648 | 2024-11-18T21:45:39.240Z | |
| 2649 | 2024-11-18T21:45:39.240Z | info: running `cargo check --bins` on dns-server-api (83/171) |
| 2650 | 2024-11-18T21:45:39.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2651 | 2024-11-18T21:45:39.789Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2652 | 2024-11-18T21:45:39.789Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2653 | 2024-11-18T21:45:39.792Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2654 | 2024-11-18T21:45:39.862Z | |
| 2655 | 2024-11-18T21:45:39.862Z | info: running `cargo check --bins` on gateway-test-utils (84/171) |
| 2656 | 2024-11-18T21:45:40.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2657 | 2024-11-18T21:45:40.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2658 | 2024-11-18T21:45:40.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2659 | 2024-11-18T21:45:40.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2660 | 2024-11-18T21:45:40.524Z | |
| 2661 | 2024-11-18T21:45:40.525Z | info: running `cargo check --bins` on gateway-types (85/171) |
| 2662 | 2024-11-18T21:45:41.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2663 | 2024-11-18T21:45:41.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2664 | 2024-11-18T21:45:41.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2665 | 2024-11-18T21:45:41.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2666 | 2024-11-18T21:45:41.150Z | |
| 2667 | 2024-11-18T21:45:41.150Z | info: running `cargo check --bins` on ipcc (86/171) |
| 2668 | 2024-11-18T21:45:41.684Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2669 | 2024-11-18T21:45:41.687Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2670 | 2024-11-18T21:45:41.687Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2671 | 2024-11-18T21:45:41.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2672 | 2024-11-18T21:45:41.762Z | |
| 2673 | 2024-11-18T21:45:41.762Z | info: running `cargo check --bins` on omicron-gateway (87/171) |
| 2674 | 2024-11-18T21:45:42.341Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2675 | 2024-11-18T21:45:42.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2676 | 2024-11-18T21:45:42.457Z | Compiling radium v0.7.0 |
| 2677 | 2024-11-18T21:45:42.457Z | Compiling semver v0.1.20 |
| 2678 | 2024-11-18T21:45:42.459Z | Compiling maybe-uninit v2.0.0 |
| 2679 | 2024-11-18T21:45:42.568Z | Checking tap v1.0.1 |
| 2680 | 2024-11-18T21:45:42.584Z | Checking password-hash v0.5.0 |
| 2681 | 2024-11-18T21:45:42.586Z | Checking blake2 v0.10.6 |
| 2682 | 2024-11-18T21:45:42.586Z | Compiling cancel-safe-futures v0.1.5 |
| 2683 | 2024-11-18T21:45:42.586Z | Checking crc-catalog v2.4.0 |
| 2684 | 2024-11-18T21:45:42.717Z | Checking wyz v0.5.1 |
| 2685 | 2024-11-18T21:45:42.752Z | Checking funty v2.0.0 |
| 2686 | 2024-11-18T21:45:42.892Z | Compiling rustc_version v0.1.7 |
| 2687 | 2024-11-18T21:45:43.012Z | Compiling owo-colors v4.1.0 |
| 2688 | 2024-11-18T21:45:43.029Z | Compiling packed_struct v0.10.1 |
| 2689 | 2024-11-18T21:45:43.058Z | Checking argon2 v0.5.3 |
| 2690 | 2024-11-18T21:45:43.204Z | Checking crc v3.2.1 |
| 2691 | 2024-11-18T21:45:43.224Z | Compiling packed_struct_codegen v0.10.1 |
| 2692 | 2024-11-18T21:45:43.297Z | Compiling indexmap v1.9.3 |
| 2693 | 2024-11-18T21:45:43.386Z | Checking half v2.4.1 |
| 2694 | 2024-11-18T21:45:43.410Z | Compiling newtype_derive v0.1.6 |
| 2695 | 2024-11-18T21:45:43.500Z | Checking nodrop v0.1.14 |
| 2696 | 2024-11-18T21:45:43.598Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2697 | 2024-11-18T21:45:43.623Z | Checking ciborium-io v0.2.2 |
| 2698 | 2024-11-18T21:45:43.637Z | Checking array-init v0.0.4 |
| 2699 | 2024-11-18T21:45:43.685Z | Checking bitvec v1.0.1 |
| 2700 | 2024-11-18T21:45:43.733Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2701 | 2024-11-18T21:45:43.842Z | Checking ciborium-ll v0.2.2 |
| 2702 | 2024-11-18T21:45:43.860Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2703 | 2024-11-18T21:45:43.897Z | Checking smallvec v0.6.14 |
| 2704 | 2024-11-18T21:45:44.159Z | Checking libsw v3.3.1 |
| 2705 | 2024-11-18T21:45:44.292Z | Compiling memoffset v0.9.1 |
| 2706 | 2024-11-18T21:45:44.428Z | Checking hashbrown v0.12.3 |
| 2707 | 2024-11-18T21:45:44.450Z | Checking bitfield v0.14.0 |
| 2708 | 2024-11-18T21:45:44.576Z | Checking indent_write v2.2.0 |
| 2709 | 2024-11-18T21:45:44.593Z | Checking termcolor v1.4.1 |
| 2710 | 2024-11-18T21:45:44.629Z | Checking swrite v0.1.0 |
| 2711 | 2024-11-18T21:45:44.701Z | Checking linear-map v1.2.0 |
| 2712 | 2024-11-18T21:45:44.743Z | Checking ron v0.8.1 |
| 2713 | 2024-11-18T21:45:44.774Z | Checking serde-hex v0.1.0 |
| 2714 | 2024-11-18T21:45:45.030Z | Checking env_logger v0.10.2 |
| 2715 | 2024-11-18T21:45:45.179Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2716 | 2024-11-18T21:45:45.424Z | Checking ciborium v0.2.2 |
| 2717 | 2024-11-18T21:45:45.650Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2718 | 2024-11-18T21:45:46.043Z | Checking steno v0.4.1 |
| 2719 | 2024-11-18T21:45:46.126Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2720 | 2024-11-18T21:45:46.225Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2721 | 2024-11-18T21:45:46.325Z | Checking hashbrown v0.13.2 |
| 2722 | 2024-11-18T21:45:46.360Z | Checking crc-any v2.5.0 |
| 2723 | 2024-11-18T21:45:46.749Z | Checking humantime v2.1.0 |
| 2724 | 2024-11-18T21:45:46.808Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2725 | 2024-11-18T21:45:47.048Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2726 | 2024-11-18T21:45:47.172Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2727 | 2024-11-18T21:45:47.362Z | Checking object v0.30.4 |
| 2728 | 2024-11-18T21:45:47.469Z | Checking path-slash v0.1.5 |
| 2729 | 2024-11-18T21:45:47.640Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2730 | 2024-11-18T21:45:47.679Z | Checking nix v0.27.1 |
| 2731 | 2024-11-18T21:45:48.200Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2732 | 2024-11-18T21:45:48.650Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2733 | 2024-11-18T21:45:48.668Z | Checking tungstenite v0.23.0 |
| 2734 | 2024-11-18T21:45:48.906Z | Checking kstat-rs v0.2.4 |
| 2735 | 2024-11-18T21:45:48.943Z | Checking signal-hook-tokio v0.3.1 |
| 2736 | 2024-11-18T21:45:49.248Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2737 | 2024-11-18T21:45:49.463Z | Checking tokio-tungstenite v0.23.1 |
| 2738 | 2024-11-18T21:45:50.272Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2739 | 2024-11-18T21:45:50.299Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2740 | 2024-11-18T21:45:50.321Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2741 | 2024-11-18T21:45:57.161Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2742 | 2024-11-18T21:45:58.441Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2743 | 2024-11-18T21:46:00.367Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2744 | 2024-11-18T21:46:05.976Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2745 | 2024-11-18T21:46:06.657Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2746 | 2024-11-18T21:46:09.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.64s |
| 2747 | 2024-11-18T21:46:09.580Z | |
| 2748 | 2024-11-18T21:46:09.580Z | info: running `cargo check --bins` on gateway-api (88/171) |
| 2749 | 2024-11-18T21:46:10.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2750 | 2024-11-18T21:46:10.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2751 | 2024-11-18T21:46:10.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2752 | 2024-11-18T21:46:10.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2753 | 2024-11-18T21:46:10.198Z | |
| 2754 | 2024-11-18T21:46:10.198Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (89/171) |
| 2755 | 2024-11-18T21:46:10.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2756 | 2024-11-18T21:46:10.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2757 | 2024-11-18T21:46:10.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2758 | 2024-11-18T21:46:10.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2759 | 2024-11-18T21:46:10.799Z | |
| 2760 | 2024-11-18T21:46:10.799Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (90/171) |
| 2761 | 2024-11-18T21:46:11.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2762 | 2024-11-18T21:46:11.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2763 | 2024-11-18T21:46:11.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2764 | 2024-11-18T21:46:11.338Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2765 | 2024-11-18T21:46:11.408Z | |
| 2766 | 2024-11-18T21:46:11.408Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (91/171) |
| 2767 | 2024-11-18T21:46:11.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2768 | 2024-11-18T21:46:11.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2769 | 2024-11-18T21:46:11.944Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2770 | 2024-11-18T21:46:11.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2771 | 2024-11-18T21:46:12.018Z | |
| 2772 | 2024-11-18T21:46:12.018Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (92/171) |
| 2773 | 2024-11-18T21:46:12.558Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2774 | 2024-11-18T21:46:12.561Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2775 | 2024-11-18T21:46:12.561Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2776 | 2024-11-18T21:46:12.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2777 | 2024-11-18T21:46:12.635Z | |
| 2778 | 2024-11-18T21:46:12.635Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (93/171) |
| 2779 | 2024-11-18T21:46:13.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2780 | 2024-11-18T21:46:13.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2781 | 2024-11-18T21:46:13.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2782 | 2024-11-18T21:46:13.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2783 | 2024-11-18T21:46:13.252Z | |
| 2784 | 2024-11-18T21:46:13.252Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (94/171) |
| 2785 | 2024-11-18T21:46:13.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2786 | 2024-11-18T21:46:13.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2787 | 2024-11-18T21:46:13.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2788 | 2024-11-18T21:46:13.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2789 | 2024-11-18T21:46:13.876Z | |
| 2790 | 2024-11-18T21:46:13.876Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (95/171) |
| 2791 | 2024-11-18T21:46:14.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2792 | 2024-11-18T21:46:14.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2793 | 2024-11-18T21:46:14.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2794 | 2024-11-18T21:46:14.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2795 | 2024-11-18T21:46:14.490Z | |
| 2796 | 2024-11-18T21:46:14.490Z | info: running `cargo check --bins` on oximeter-producer (96/171) |
| 2797 | 2024-11-18T21:46:15.048Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2798 | 2024-11-18T21:46:15.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2799 | 2024-11-18T21:46:15.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2800 | 2024-11-18T21:46:15.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2801 | 2024-11-18T21:46:15.131Z | |
| 2802 | 2024-11-18T21:46:15.131Z | info: running `cargo check --bins` on internal-dns-resolver (97/171) |
| 2803 | 2024-11-18T21:46:15.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2804 | 2024-11-18T21:46:15.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2805 | 2024-11-18T21:46:15.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2806 | 2024-11-18T21:46:15.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2807 | 2024-11-18T21:46:15.744Z | |
| 2808 | 2024-11-18T21:46:15.745Z | info: running `cargo check --bins` on sp-sim (98/171) |
| 2809 | 2024-11-18T21:46:16.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2810 | 2024-11-18T21:46:16.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2811 | 2024-11-18T21:46:16.363Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2812 | 2024-11-18T21:46:18.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.41s |
| 2813 | 2024-11-18T21:46:18.326Z | |
| 2814 | 2024-11-18T21:46:18.326Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (99/171) |
| 2815 | 2024-11-18T21:46:18.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2816 | 2024-11-18T21:46:18.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2817 | 2024-11-18T21:46:18.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2818 | 2024-11-18T21:46:18.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2819 | 2024-11-18T21:46:18.972Z | |
| 2820 | 2024-11-18T21:46:18.972Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (100/171) |
| 2821 | 2024-11-18T21:46:19.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2822 | 2024-11-18T21:46:19.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2823 | 2024-11-18T21:46:19.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2824 | 2024-11-18T21:46:19.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 2825 | 2024-11-18T21:46:19.634Z | |
| 2826 | 2024-11-18T21:46:19.635Z | info: running `cargo check --bins` on db-macros (101/171) |
| 2827 | 2024-11-18T21:46:20.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2828 | 2024-11-18T21:46:20.154Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2829 | 2024-11-18T21:46:20.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2830 | 2024-11-18T21:46:20.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2831 | 2024-11-18T21:46:20.223Z | |
| 2832 | 2024-11-18T21:46:20.223Z | info: running `cargo check --bins` on nexus-macros-common (102/171) |
| 2833 | 2024-11-18T21:46:20.741Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2834 | 2024-11-18T21:46:20.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2835 | 2024-11-18T21:46:20.745Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2836 | 2024-11-18T21:46:20.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2837 | 2024-11-18T21:46:20.813Z | |
| 2838 | 2024-11-18T21:46:20.813Z | info: running `cargo check --bins` on nexus-auth (103/171) |
| 2839 | 2024-11-18T21:46:21.375Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2840 | 2024-11-18T21:46:21.378Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2841 | 2024-11-18T21:46:21.378Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2842 | 2024-11-18T21:46:21.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2843 | 2024-11-18T21:46:21.455Z | |
| 2844 | 2024-11-18T21:46:21.455Z | info: running `cargo check --bins` on authz-macros (104/171) |
| 2845 | 2024-11-18T21:46:21.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2846 | 2024-11-18T21:46:21.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2847 | 2024-11-18T21:46:21.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2848 | 2024-11-18T21:46:21.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2849 | 2024-11-18T21:46:22.056Z | |
| 2850 | 2024-11-18T21:46:22.056Z | info: running `cargo check --bins` on nexus-db-fixed-data (105/171) |
| 2851 | 2024-11-18T21:46:22.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2852 | 2024-11-18T21:46:22.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2853 | 2024-11-18T21:46:22.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2854 | 2024-11-18T21:46:22.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2855 | 2024-11-18T21:46:22.692Z | |
| 2856 | 2024-11-18T21:46:22.692Z | info: running `cargo check --bins` on nexus-db-model (106/171) |
| 2857 | 2024-11-18T21:46:23.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2858 | 2024-11-18T21:46:23.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2859 | 2024-11-18T21:46:23.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2860 | 2024-11-18T21:46:23.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2861 | 2024-11-18T21:46:23.326Z | |
| 2862 | 2024-11-18T21:46:23.326Z | info: running `cargo check --bins` on nexus-defaults (107/171) |
| 2863 | 2024-11-18T21:46:23.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2864 | 2024-11-18T21:46:23.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2865 | 2024-11-18T21:46:23.861Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2866 | 2024-11-18T21:46:23.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2867 | 2024-11-18T21:46:23.934Z | |
| 2868 | 2024-11-18T21:46:23.934Z | info: running `cargo check --bins` on nexus-inventory (108/171) |
| 2869 | 2024-11-18T21:46:24.486Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2870 | 2024-11-18T21:46:24.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2871 | 2024-11-18T21:46:24.489Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2872 | 2024-11-18T21:46:24.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2873 | 2024-11-18T21:46:24.565Z | |
| 2874 | 2024-11-18T21:46:24.565Z | info: running `cargo check --bins` on typed-rng (109/171) |
| 2875 | 2024-11-18T21:46:25.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2876 | 2024-11-18T21:46:25.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2877 | 2024-11-18T21:46:25.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2878 | 2024-11-18T21:46:25.088Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2879 | 2024-11-18T21:46:25.156Z | |
| 2880 | 2024-11-18T21:46:25.156Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (110/171) |
| 2881 | 2024-11-18T21:46:25.737Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2882 | 2024-11-18T21:46:25.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2883 | 2024-11-18T21:46:25.867Z | Checking keccak v0.1.5 |
| 2884 | 2024-11-18T21:46:25.975Z | Checking secrecy v0.8.0 |
| 2885 | 2024-11-18T21:46:25.977Z | Compiling unicase v2.7.0 |
| 2886 | 2024-11-18T21:46:25.977Z | Compiling same-file v1.0.6 |
| 2887 | 2024-11-18T21:46:25.984Z | Compiling tempfile v3.13.0 |
| 2888 | 2024-11-18T21:46:26.018Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2889 | 2024-11-18T21:46:26.018Z | Checking universal-hash v0.5.1 |
| 2890 | 2024-11-18T21:46:26.020Z | Compiling ring v0.16.20 |
| 2891 | 2024-11-18T21:46:26.144Z | Compiling walkdir v2.5.0 |
| 2892 | 2024-11-18T21:46:26.227Z | Compiling blake3 v1.5.4 |
| 2893 | 2024-11-18T21:46:26.257Z | Checking sha3 v0.10.8 |
| 2894 | 2024-11-18T21:46:26.260Z | Checking opaque-debug v0.3.1 |
| 2895 | 2024-11-18T21:46:26.374Z | Checking poly1305 v0.8.0 |
| 2896 | 2024-11-18T21:46:26.412Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2897 | 2024-11-18T21:46:26.698Z | Checking chacha20 v0.9.1 |
| 2898 | 2024-11-18T21:46:26.717Z | Checking aead v0.5.2 |
| 2899 | 2024-11-18T21:46:26.865Z | Compiling memmap2 v0.9.5 |
| 2900 | 2024-11-18T21:46:26.883Z | Compiling spin v0.5.2 |
| 2901 | 2024-11-18T21:46:26.916Z | Compiling salty v0.3.0 |
| 2902 | 2024-11-18T21:46:26.929Z | Compiling arrayvec v0.7.6 |
| 2903 | 2024-11-18T21:46:27.036Z | Compiling constant_time_eq v0.3.1 |
| 2904 | 2024-11-18T21:46:27.113Z | Compiling arrayref v0.3.9 |
| 2905 | 2024-11-18T21:46:27.204Z | Compiling libefi-sys v0.1.0 |
| 2906 | 2024-11-18T21:46:27.221Z | Checking chacha20poly1305 v0.10.1 |
| 2907 | 2024-11-18T21:46:27.322Z | Compiling toolchain_find v0.4.0 |
| 2908 | 2024-11-18T21:46:27.351Z | Compiling camino-tempfile v1.1.1 |
| 2909 | 2024-11-18T21:46:27.383Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2910 | 2024-11-18T21:46:27.474Z | Compiling bitfield-struct v0.6.2 |
| 2911 | 2024-11-18T21:46:27.695Z | Compiling topological-sort v0.2.2 |
| 2912 | 2024-11-18T21:46:27.798Z | Compiling mime_guess v2.0.5 |
| 2913 | 2024-11-18T21:46:27.870Z | Compiling rustfmt-wrapper v0.2.1 |
| 2914 | 2024-11-18T21:46:28.322Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2915 | 2024-11-18T21:46:28.461Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2916 | 2024-11-18T21:46:28.576Z | Checking primeorder v0.13.6 |
| 2917 | 2024-11-18T21:46:28.704Z | Checking env_filter v0.1.2 |
| 2918 | 2024-11-18T21:46:28.762Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2919 | 2024-11-18T21:46:28.918Z | Checking env_logger v0.11.5 |
| 2920 | 2024-11-18T21:46:28.961Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2921 | 2024-11-18T21:46:29.026Z | Checking p384 v0.13.0 |
| 2922 | 2024-11-18T21:46:29.102Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2923 | 2024-11-18T21:46:29.120Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2924 | 2024-11-18T21:46:29.171Z | Checking thiserror-no-std v2.0.2 |
| 2925 | 2024-11-18T21:46:29.287Z | Checking vsss-rs v3.3.4 |
| 2926 | 2024-11-18T21:46:29.342Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2927 | 2024-11-18T21:46:29.474Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2928 | 2024-11-18T21:46:29.492Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2929 | 2024-11-18T21:46:29.738Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2930 | 2024-11-18T21:46:29.783Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2931 | 2024-11-18T21:46:29.961Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2932 | 2024-11-18T21:46:30.089Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2933 | 2024-11-18T21:46:30.324Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2934 | 2024-11-18T21:46:30.372Z | Checking nanorand v0.7.0 |
| 2935 | 2024-11-18T21:46:30.390Z | Checking atty v0.2.14 |
| 2936 | 2024-11-18T21:46:30.409Z | Checking glob v0.3.1 |
| 2937 | 2024-11-18T21:46:30.506Z | Checking http-range v0.1.5 |
| 2938 | 2024-11-18T21:46:30.684Z | Checking hyper-staticfile v0.10.1 |
| 2939 | 2024-11-18T21:46:30.716Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2940 | 2024-11-18T21:46:30.733Z | Checking flume v0.11.1 |
| 2941 | 2024-11-18T21:46:31.238Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
| 2942 | 2024-11-18T21:46:31.403Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2943 | 2024-11-18T21:46:31.535Z | Compiling omicron-zone-package v0.11.1 |
| 2944 | 2024-11-18T21:46:31.887Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2945 | 2024-11-18T21:46:32.582Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2946 | 2024-11-18T21:46:32.596Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2947 | 2024-11-18T21:46:33.208Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2948 | 2024-11-18T21:46:33.330Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2949 | 2024-11-18T21:46:33.802Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2950 | 2024-11-18T21:46:33.864Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2951 | 2024-11-18T21:46:35.161Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2952 | 2024-11-18T21:46:35.777Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2953 | 2024-11-18T21:46:37.864Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2954 | 2024-11-18T21:46:37.864Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2955 | 2024-11-18T21:46:47.665Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2956 | 2024-11-18T21:47:00.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.16s |
| 2957 | 2024-11-18T21:47:00.502Z | |
| 2958 | 2024-11-18T21:47:00.503Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (111/171) |
| 2959 | 2024-11-18T21:47:01.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2960 | 2024-11-18T21:47:01.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2961 | 2024-11-18T21:47:01.213Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2962 | 2024-11-18T21:47:14.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.58s |
| 2963 | 2024-11-18T21:47:14.275Z | |
| 2964 | 2024-11-18T21:47:14.275Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (112/171) |
| 2965 | 2024-11-18T21:47:14.857Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2966 | 2024-11-18T21:47:14.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2967 | 2024-11-18T21:47:14.984Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2968 | 2024-11-18T21:47:27.827Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s |
| 2969 | 2024-11-18T21:47:28.009Z | |
| 2970 | 2024-11-18T21:47:28.009Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (113/171) |
| 2971 | 2024-11-18T21:47:28.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2972 | 2024-11-18T21:47:28.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2973 | 2024-11-18T21:47:28.728Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2974 | 2024-11-18T21:47:41.565Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s |
| 2975 | 2024-11-18T21:47:41.746Z | |
| 2976 | 2024-11-18T21:47:41.746Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (114/171) |
| 2977 | 2024-11-18T21:47:42.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2978 | 2024-11-18T21:47:42.332Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2979 | 2024-11-18T21:47:42.457Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2980 | 2024-11-18T21:47:55.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.42s |
| 2981 | 2024-11-18T21:47:55.359Z | |
| 2982 | 2024-11-18T21:47:55.359Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (115/171) |
| 2983 | 2024-11-18T21:47:55.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2984 | 2024-11-18T21:47:55.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2985 | 2024-11-18T21:47:56.069Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2986 | 2024-11-18T21:48:08.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.53s |
| 2987 | 2024-11-18T21:48:09.084Z | |
| 2988 | 2024-11-18T21:48:09.084Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (116/171) |
| 2989 | 2024-11-18T21:48:09.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2990 | 2024-11-18T21:48:09.669Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2991 | 2024-11-18T21:48:09.792Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2992 | 2024-11-18T21:48:22.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.55s |
| 2993 | 2024-11-18T21:48:22.825Z | |
| 2994 | 2024-11-18T21:48:22.825Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (117/171) |
| 2995 | 2024-11-18T21:48:23.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2996 | 2024-11-18T21:48:23.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2997 | 2024-11-18T21:48:23.540Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2998 | 2024-11-18T21:48:36.512Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.68s |
| 2999 | 2024-11-18T21:48:36.696Z | |
| 3000 | 2024-11-18T21:48:36.696Z | info: running `cargo check --bins` on bootstrap-agent-api (118/171) |
| 3001 | 2024-11-18T21:48:37.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3002 | 2024-11-18T21:48:37.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3003 | 2024-11-18T21:48:37.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3004 | 2024-11-18T21:48:37.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3005 | 2024-11-18T21:48:37.327Z | |
| 3006 | 2024-11-18T21:48:37.327Z | info: running `cargo check --bins` on key-manager (119/171) |
| 3007 | 2024-11-18T21:48:37.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3008 | 2024-11-18T21:48:37.864Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3009 | 2024-11-18T21:48:37.864Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3010 | 2024-11-18T21:48:37.866Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3011 | 2024-11-18T21:48:37.937Z | |
| 3012 | 2024-11-18T21:48:37.937Z | info: running `cargo check --bins` on repo-depot-api (120/171) |
| 3013 | 2024-11-18T21:48:38.477Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3014 | 2024-11-18T21:48:38.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3015 | 2024-11-18T21:48:38.480Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3016 | 2024-11-18T21:48:38.482Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3017 | 2024-11-18T21:48:38.556Z | |
| 3018 | 2024-11-18T21:48:38.556Z | info: running `cargo check --bins` on sled-agent-api (121/171) |
| 3019 | 2024-11-18T21:48:39.107Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3020 | 2024-11-18T21:48:39.112Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3021 | 2024-11-18T21:48:39.112Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3022 | 2024-11-18T21:48:39.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3023 | 2024-11-18T21:48:39.186Z | |
| 3024 | 2024-11-18T21:48:39.186Z | info: running `cargo check --bins` on sled-hardware (122/171) |
| 3025 | 2024-11-18T21:48:39.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3026 | 2024-11-18T21:48:39.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3027 | 2024-11-18T21:48:39.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3028 | 2024-11-18T21:48:39.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3029 | 2024-11-18T21:48:39.804Z | |
| 3030 | 2024-11-18T21:48:39.804Z | info: running `cargo check --bins --no-default-features` on sled-storage (123/171) |
| 3031 | 2024-11-18T21:48:40.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3032 | 2024-11-18T21:48:40.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3033 | 2024-11-18T21:48:40.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3034 | 2024-11-18T21:48:40.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3035 | 2024-11-18T21:48:40.428Z | |
| 3036 | 2024-11-18T21:48:40.428Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (124/171) |
| 3037 | 2024-11-18T21:48:40.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2024-11-18T21:48:40.976Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2024-11-18T21:48:40.976Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3040 | 2024-11-18T21:48:40.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3041 | 2024-11-18T21:48:41.051Z | |
| 3042 | 2024-11-18T21:48:41.051Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (125/171) |
| 3043 | 2024-11-18T21:48:41.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3044 | 2024-11-18T21:48:41.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3045 | 2024-11-18T21:48:41.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3046 | 2024-11-18T21:48:41.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3047 | 2024-11-18T21:48:41.680Z | |
| 3048 | 2024-11-18T21:48:41.681Z | info: running `cargo check --bins` on nexus-test-interface (126/171) |
| 3049 | 2024-11-18T21:48:42.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3050 | 2024-11-18T21:48:42.234Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3051 | 2024-11-18T21:48:42.234Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3052 | 2024-11-18T21:48:42.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3053 | 2024-11-18T21:48:42.310Z | |
| 3054 | 2024-11-18T21:48:42.310Z | info: running `cargo check --bins` on oximeter-collector (127/171) |
| 3055 | 2024-11-18T21:48:42.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3056 | 2024-11-18T21:48:42.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3057 | 2024-11-18T21:48:42.976Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3058 | 2024-11-18T21:48:42.976Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3059 | 2024-11-18T21:48:43.697Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3060 | 2024-11-18T21:48:45.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.17s |
| 3061 | 2024-11-18T21:48:45.665Z | |
| 3062 | 2024-11-18T21:48:45.665Z | info: running `cargo check --bins` on oximeter-api (128/171) |
| 3063 | 2024-11-18T21:48:46.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3064 | 2024-11-18T21:48:46.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3065 | 2024-11-18T21:48:46.204Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3066 | 2024-11-18T21:48:46.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3067 | 2024-11-18T21:48:46.278Z | |
| 3068 | 2024-11-18T21:48:46.278Z | info: running `cargo check --bins` on cert-dev (129/171) |
| 3069 | 2024-11-18T21:48:46.797Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3070 | 2024-11-18T21:48:46.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3071 | 2024-11-18T21:48:46.872Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 3072 | 2024-11-18T21:48:47.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
| 3073 | 2024-11-18T21:48:47.292Z | |
| 3074 | 2024-11-18T21:48:47.292Z | info: running `cargo check --bins` on clickhouse-cluster-dev (130/171) |
| 3075 | 2024-11-18T21:48:47.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3076 | 2024-11-18T21:48:47.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3077 | 2024-11-18T21:48:47.953Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 3078 | 2024-11-18T21:48:47.953Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 3079 | 2024-11-18T21:48:48.546Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 3080 | 2024-11-18T21:48:48.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 3081 | 2024-11-18T21:48:49.076Z | |
| 3082 | 2024-11-18T21:48:49.076Z | info: running `cargo check --bins` on ch-dev (131/171) |
| 3083 | 2024-11-18T21:48:49.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3084 | 2024-11-18T21:48:49.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3085 | 2024-11-18T21:48:49.718Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 3086 | 2024-11-18T21:48:50.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s |
| 3087 | 2024-11-18T21:48:50.592Z | |
| 3088 | 2024-11-18T21:48:50.592Z | info: running `cargo check --bins` on crdb-seed (132/171) |
| 3089 | 2024-11-18T21:48:51.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3090 | 2024-11-18T21:48:51.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3091 | 2024-11-18T21:48:51.226Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3092 | 2024-11-18T21:48:51.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 3093 | 2024-11-18T21:48:51.759Z | |
| 3094 | 2024-11-18T21:48:51.759Z | info: running `cargo check --bins` on db-dev (133/171) |
| 3095 | 2024-11-18T21:48:52.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3096 | 2024-11-18T21:48:52.309Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3097 | 2024-11-18T21:48:52.401Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3098 | 2024-11-18T21:48:53.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 3099 | 2024-11-18T21:48:53.276Z | |
| 3100 | 2024-11-18T21:48:53.276Z | info: running `cargo check --bins` on omicron-dev-lib (134/171) |
| 3101 | 2024-11-18T21:48:53.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3102 | 2024-11-18T21:48:53.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3103 | 2024-11-18T21:48:53.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3104 | 2024-11-18T21:48:53.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3105 | 2024-11-18T21:48:53.903Z | |
| 3106 | 2024-11-18T21:48:53.904Z | info: running `cargo check --bins` on xtask-downloader (135/171) |
| 3107 | 2024-11-18T21:48:54.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3108 | 2024-11-18T21:48:54.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3109 | 2024-11-18T21:48:54.512Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3110 | 2024-11-18T21:48:55.397Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.48s |
| 3111 | 2024-11-18T21:48:55.551Z | |
| 3112 | 2024-11-18T21:48:55.551Z | info: running `cargo check --bins` on omicron-ls-apis (136/171) |
| 3113 | 2024-11-18T21:48:56.078Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3114 | 2024-11-18T21:48:56.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3115 | 2024-11-18T21:48:56.153Z | Checking cargo-platform v0.1.8 |
| 3116 | 2024-11-18T21:48:56.417Z | Checking cargo_metadata v0.18.1 |
| 3117 | 2024-11-18T21:48:57.354Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3118 | 2024-11-18T21:48:58.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.50s |
| 3119 | 2024-11-18T21:48:58.229Z | |
| 3120 | 2024-11-18T21:48:58.229Z | info: running `cargo check --bins` on mgs-dev (137/171) |
| 3121 | 2024-11-18T21:48:58.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2024-11-18T21:48:58.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2024-11-18T21:48:58.937Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3124 | 2024-11-18T21:48:59.627Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3125 | 2024-11-18T21:49:00.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
| 3126 | 2024-11-18T21:49:00.359Z | |
| 3127 | 2024-11-18T21:49:00.359Z | info: running `cargo check --bins` on omicron-omdb (138/171) |
| 3128 | 2024-11-18T21:49:00.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3129 | 2024-11-18T21:49:00.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3130 | 2024-11-18T21:49:01.120Z | Compiling crunchy v0.2.2 |
| 3131 | 2024-11-18T21:49:01.120Z | Compiling tiny-keccak v2.0.2 |
| 3132 | 2024-11-18T21:49:01.120Z | Compiling dsl_auto_type v0.1.2 |
| 3133 | 2024-11-18T21:49:01.123Z | Checking scheduled-thread-pool v0.2.7 |
| 3134 | 2024-11-18T21:49:01.123Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3135 | 2024-11-18T21:49:01.123Z | Compiling ascii-canvas v3.0.0 |
| 3136 | 2024-11-18T21:49:01.242Z | Compiling ena v0.14.3 |
| 3137 | 2024-11-18T21:49:01.250Z | Compiling regex-syntax v0.6.29 |
| 3138 | 2024-11-18T21:49:01.420Z | Checking r2d2 v0.8.10 |
| 3139 | 2024-11-18T21:49:01.556Z | Compiling diff v0.1.13 |
| 3140 | 2024-11-18T21:49:01.649Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3141 | 2024-11-18T21:49:01.673Z | Compiling ref-cast v1.0.23 |
| 3142 | 2024-11-18T21:49:01.735Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3143 | 2024-11-18T21:49:01.781Z | Compiling derive_builder_core v0.20.2 |
| 3144 | 2024-11-18T21:49:01.847Z | Compiling libxml v0.3.3 |
| 3145 | 2024-11-18T21:49:01.996Z | Compiling ref-cast-impl v1.0.23 |
| 3146 | 2024-11-18T21:49:02.193Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3147 | 2024-11-18T21:49:02.282Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3148 | 2024-11-18T21:49:02.301Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3149 | 2024-11-18T21:49:02.521Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3150 | 2024-11-18T21:49:02.577Z | Compiling strum_macros v0.24.3 |
| 3151 | 2024-11-18T21:49:02.725Z | Compiling samael v0.0.17 |
| 3152 | 2024-11-18T21:49:02.917Z | Compiling diesel_derives v2.2.3 |
| 3153 | 2024-11-18T21:49:02.942Z | Compiling indoc v1.0.9 |
| 3154 | 2024-11-18T21:49:03.957Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3155 | 2024-11-18T21:49:04.219Z | Compiling derive_builder_macro v0.20.2 |
| 3156 | 2024-11-18T21:49:04.238Z | Compiling oso-derive v0.27.3 |
| 3157 | 2024-11-18T21:49:04.548Z | Compiling lalrpop v0.19.12 |
| 3158 | 2024-11-18T21:49:05.097Z | Checking derive_builder v0.20.2 |
| 3159 | 2024-11-18T21:49:05.251Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3160 | 2024-11-18T21:49:05.269Z | Checking quick-xml v0.33.0 |
| 3161 | 2024-11-18T21:49:05.672Z | Compiling diesel-dtrace v0.3.0 |
| 3162 | 2024-11-18T21:49:05.959Z | Checking maplit v1.0.2 |
| 3163 | 2024-11-18T21:49:06.180Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3164 | 2024-11-18T21:49:06.210Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3165 | 2024-11-18T21:49:06.478Z | Checking bb8 v0.8.5 |
| 3166 | 2024-11-18T21:49:07.005Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3167 | 2024-11-18T21:49:07.092Z | Checking castaway v0.2.3 |
| 3168 | 2024-11-18T21:49:07.249Z | Checking rand_seeder v0.3.0 |
| 3169 | 2024-11-18T21:49:07.302Z | Checking compact_str v0.8.0 |
| 3170 | 2024-11-18T21:49:07.439Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3171 | 2024-11-18T21:49:07.484Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3172 | 2024-11-18T21:49:07.696Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3173 | 2024-11-18T21:49:07.913Z | Checking unicode-truncate v1.1.0 |
| 3174 | 2024-11-18T21:49:08.139Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3175 | 2024-11-18T21:49:08.161Z | Checking lru v0.12.5 |
| 3176 | 2024-11-18T21:49:08.487Z | Compiling instability v0.3.2 |
| 3177 | 2024-11-18T21:49:08.506Z | Checking cassowary v0.3.0 |
| 3178 | 2024-11-18T21:49:08.934Z | Checking is_ci v1.2.0 |
| 3179 | 2024-11-18T21:49:08.952Z | Checking unicode-linebreak v0.1.5 |
| 3180 | 2024-11-18T21:49:09.079Z | Checking smawk v0.3.2 |
| 3181 | 2024-11-18T21:49:09.275Z | Checking supports-color v3.0.1 |
| 3182 | 2024-11-18T21:49:09.376Z | Checking textwrap v0.16.1 |
| 3183 | 2024-11-18T21:49:09.481Z | Checking multimap v0.10.0 |
| 3184 | 2024-11-18T21:49:09.528Z | Checking ratatui v0.28.1 |
| 3185 | 2024-11-18T21:49:09.546Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3186 | 2024-11-18T21:49:12.676Z | Checking diesel v2.2.4 |
| 3187 | 2024-11-18T21:49:37.465Z | Compiling polar-core v0.27.3 |
| 3188 | 2024-11-18T21:49:41.590Z | Checking async-bb8-diesel v0.2.1 |
| 3189 | 2024-11-18T21:49:44.766Z | Checking oso v0.27.3 |
| 3190 | 2024-11-18T21:50:52.991Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3191 | 2024-11-18T21:50:58.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s |
| 3192 | 2024-11-18T21:50:59.054Z | |
| 3193 | 2024-11-18T21:50:59.054Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (139/171) |
| 3194 | 2024-11-18T21:50:59.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3195 | 2024-11-18T21:50:59.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3196 | 2024-11-18T21:50:59.637Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3197 | 2024-11-18T21:50:59.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3198 | 2024-11-18T21:50:59.714Z | |
| 3199 | 2024-11-18T21:50:59.714Z | info: running `cargo check --bins` on nexus-saga-recovery (140/171) |
| 3200 | 2024-11-18T21:51:00.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3201 | 2024-11-18T21:51:00.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3202 | 2024-11-18T21:51:00.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3203 | 2024-11-18T21:51:00.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3204 | 2024-11-18T21:51:00.388Z | |
| 3205 | 2024-11-18T21:51:00.388Z | info: running `cargo check --bins` on nexus-test-utils-macros (141/171) |
| 3206 | 2024-11-18T21:51:00.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3207 | 2024-11-18T21:51:00.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3208 | 2024-11-18T21:51:00.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3209 | 2024-11-18T21:51:00.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3210 | 2024-11-18T21:51:01.013Z | |
| 3211 | 2024-11-18T21:51:01.013Z | info: running `cargo check --bins` on omicron-nexus (142/171) |
| 3212 | 2024-11-18T21:51:01.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3213 | 2024-11-18T21:51:01.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3214 | 2024-11-18T21:51:01.796Z | Compiling libz-sys v1.1.20 |
| 3215 | 2024-11-18T21:51:01.914Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3216 | 2024-11-18T21:51:01.920Z | Compiling vergen v8.3.2 |
| 3217 | 2024-11-18T21:51:01.924Z | Compiling cargo-platform v0.1.8 |
| 3218 | 2024-11-18T21:51:01.924Z | Compiling pin-project-internal v1.1.6 |
| 3219 | 2024-11-18T21:51:01.962Z | Compiling snafu-derive v0.8.5 |
| 3220 | 2024-11-18T21:51:01.962Z | Compiling libsqlite3-sys v0.30.1 |
| 3221 | 2024-11-18T21:51:01.971Z | Compiling zip v2.1.3 |
| 3222 | 2024-11-18T21:51:02.207Z | Compiling cargo_metadata v0.18.1 |
| 3223 | 2024-11-18T21:51:02.281Z | Checking lockfree-object-pool v0.1.6 |
| 3224 | 2024-11-18T21:51:02.443Z | Checking bumpalo v3.16.0 |
| 3225 | 2024-11-18T21:51:02.502Z | Compiling cfg_aliases v0.2.1 |
| 3226 | 2024-11-18T21:51:02.524Z | Compiling buf-list v1.0.3 |
| 3227 | 2024-11-18T21:51:02.619Z | Checking simd-adler32 v0.3.7 |
| 3228 | 2024-11-18T21:51:02.708Z | Compiling rustls v0.21.12 |
| 3229 | 2024-11-18T21:51:02.890Z | Compiling nix v0.29.0 |
| 3230 | 2024-11-18T21:51:02.974Z | Checking zopfli v0.8.1 |
| 3231 | 2024-11-18T21:51:03.082Z | Checking globset v0.4.15 |
| 3232 | 2024-11-18T21:51:03.215Z | Checking olpc-cjson v0.1.4 |
| 3233 | 2024-11-18T21:51:03.444Z | Checking sct v0.7.1 |
| 3234 | 2024-11-18T21:51:03.601Z | Checking rustls-webpki v0.101.7 |
| 3235 | 2024-11-18T21:51:03.641Z | Checking serde_plain v1.0.2 |
| 3236 | 2024-11-18T21:51:03.660Z | Checking typed-path v0.9.3 |
| 3237 | 2024-11-18T21:51:04.576Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3238 | 2024-11-18T21:51:04.858Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3239 | 2024-11-18T21:51:04.906Z | Checking hashlink v0.9.1 |
| 3240 | 2024-11-18T21:51:04.941Z | Checking pin-project v1.1.6 |
| 3241 | 2024-11-18T21:51:05.066Z | Checking fallible-streaming-iterator v0.1.9 |
| 3242 | 2024-11-18T21:51:05.133Z | Checking parse-size v1.1.0 |
| 3243 | 2024-11-18T21:51:05.297Z | Checking fallible-iterator v0.3.0 |
| 3244 | 2024-11-18T21:51:05.504Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3245 | 2024-11-18T21:51:05.631Z | Checking rustls-pemfile v1.0.4 |
| 3246 | 2024-11-18T21:51:05.721Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3247 | 2024-11-18T21:51:05.829Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3248 | 2024-11-18T21:51:05.850Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3249 | 2024-11-18T21:51:05.890Z | Checking rusqlite v0.32.1 |
| 3250 | 2024-11-18T21:51:05.964Z | Checking twox-hash v1.6.3 |
| 3251 | 2024-11-18T21:51:05.984Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3252 | 2024-11-18T21:51:06.536Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3253 | 2024-11-18T21:51:07.338Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3254 | 2024-11-18T21:51:07.369Z | Checking snafu v0.8.5 |
| 3255 | 2024-11-18T21:51:07.400Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3256 | 2024-11-18T21:51:07.615Z | Checking tokio-rustls v0.24.1 |
| 3257 | 2024-11-18T21:51:07.844Z | Checking tough v0.19.0 |
| 3258 | 2024-11-18T21:51:07.887Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 3259 | 2024-11-18T21:51:07.931Z | Checking fatfs v0.3.6 |
| 3260 | 2024-11-18T21:51:07.946Z | Checking assert_matches v1.5.0 |
| 3261 | 2024-11-18T21:51:12.031Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3262 | 2024-11-18T21:51:13.436Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3263 | 2024-11-18T21:51:14.322Z | Compiling git2 v0.19.0 |
| 3264 | 2024-11-18T21:51:19.011Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 3265 | 2024-11-18T21:52:12.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
| 3266 | 2024-11-18T21:52:12.657Z | |
| 3267 | 2024-11-18T21:52:12.657Z | info: running `cargo check --bins` on nexus-external-api (143/171) |
| 3268 | 2024-11-18T21:52:12.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3269 | 2024-11-18T21:52:12.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3270 | 2024-11-18T21:52:12.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3271 | 2024-11-18T21:52:12.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3272 | 2024-11-18T21:52:12.657Z | |
| 3273 | 2024-11-18T21:52:12.657Z | info: running `cargo check --bins` on openapi-manager-types (144/171) |
| 3274 | 2024-11-18T21:52:12.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3275 | 2024-11-18T21:52:12.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3276 | 2024-11-18T21:52:12.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3277 | 2024-11-18T21:52:12.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3278 | 2024-11-18T21:52:12.890Z | |
| 3279 | 2024-11-18T21:52:12.890Z | info: running `cargo check --bins` on nexus-internal-api (145/171) |
| 3280 | 2024-11-18T21:52:13.052Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3281 | 2024-11-18T21:52:13.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3282 | 2024-11-18T21:52:13.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3283 | 2024-11-18T21:52:13.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3284 | 2024-11-18T21:52:13.154Z | |
| 3285 | 2024-11-18T21:52:13.154Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (146/171) |
| 3286 | 2024-11-18T21:52:13.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3287 | 2024-11-18T21:52:13.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3288 | 2024-11-18T21:52:13.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3289 | 2024-11-18T21:52:13.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3290 | 2024-11-18T21:52:13.745Z | |
| 3291 | 2024-11-18T21:52:13.745Z | info: running `cargo check --bins` on nexus-networking (147/171) |
| 3292 | 2024-11-18T21:52:14.329Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3293 | 2024-11-18T21:52:14.336Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3294 | 2024-11-18T21:52:14.336Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3295 | 2024-11-18T21:52:14.336Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
| 3296 | 2024-11-18T21:52:14.412Z | |
| 3297 | 2024-11-18T21:52:14.412Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (148/171) |
| 3298 | 2024-11-18T21:52:15.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3299 | 2024-11-18T21:52:15.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3300 | 2024-11-18T21:52:15.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3301 | 2024-11-18T21:52:15.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3302 | 2024-11-18T21:52:15.113Z | |
| 3303 | 2024-11-18T21:52:15.113Z | info: running `cargo check --bins` on update-common (149/171) |
| 3304 | 2024-11-18T21:52:15.655Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3305 | 2024-11-18T21:52:15.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3306 | 2024-11-18T21:52:15.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3307 | 2024-11-18T21:52:15.665Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3308 | 2024-11-18T21:52:15.734Z | |
| 3309 | 2024-11-18T21:52:15.734Z | info: running `cargo check --bins` on tufaceous-lib (150/171) |
| 3310 | 2024-11-18T21:52:16.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3311 | 2024-11-18T21:52:16.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3312 | 2024-11-18T21:52:16.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3313 | 2024-11-18T21:52:16.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3314 | 2024-11-18T21:52:16.386Z | |
| 3315 | 2024-11-18T21:52:16.386Z | info: running `cargo check --bins` on tufaceous (151/171) |
| 3316 | 2024-11-18T21:52:16.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3317 | 2024-11-18T21:52:16.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3318 | 2024-11-18T21:52:17.060Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3319 | 2024-11-18T21:52:18.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s |
| 3320 | 2024-11-18T21:52:18.183Z | |
| 3321 | 2024-11-18T21:52:18.183Z | info: running `cargo check --bins` on omicron-dev (152/171) |
| 3322 | 2024-11-18T21:52:21.660Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3323 | 2024-11-18T21:52:21.700Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3324 | 2024-11-18T21:52:21.700Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3325 | 2024-11-18T21:52:21.700Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3326 | 2024-11-18T21:52:21.700Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3327 | 2024-11-18T21:52:21.701Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3328 | 2024-11-18T21:52:44.620Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3329 | 2024-11-18T21:52:44.623Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3330 | 2024-11-18T21:52:44.623Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3331 | 2024-11-18T21:52:44.624Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3332 | 2024-11-18T21:52:44.624Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3333 | 2024-11-18T21:52:45.391Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3334 | 2024-11-18T21:52:46.611Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3335 | 2024-11-18T21:53:24.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
| 3336 | 2024-11-18T21:53:24.783Z | |
| 3337 | 2024-11-18T21:53:24.783Z | info: running `cargo check --bins` on openapi-manager (153/171) |
| 3338 | 2024-11-18T21:53:25.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3339 | 2024-11-18T21:53:25.376Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3340 | 2024-11-18T21:53:25.487Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3341 | 2024-11-18T21:53:25.487Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3342 | 2024-11-18T21:53:25.491Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3343 | 2024-11-18T21:53:27.032Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3344 | 2024-11-18T21:53:27.906Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3345 | 2024-11-18T21:53:28.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
| 3346 | 2024-11-18T21:53:29.146Z | |
| 3347 | 2024-11-18T21:53:29.147Z | info: running `cargo check --bins` on installinator-api (154/171) |
| 3348 | 2024-11-18T21:53:29.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3349 | 2024-11-18T21:53:29.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3350 | 2024-11-18T21:53:29.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3351 | 2024-11-18T21:53:29.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3352 | 2024-11-18T21:53:29.784Z | |
| 3353 | 2024-11-18T21:53:29.784Z | info: running `cargo check --bins` on wicketd-api (155/171) |
| 3354 | 2024-11-18T21:53:30.355Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3355 | 2024-11-18T21:53:30.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3356 | 2024-11-18T21:53:30.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3357 | 2024-11-18T21:53:30.361Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3358 | 2024-11-18T21:53:30.437Z | |
| 3359 | 2024-11-18T21:53:30.437Z | info: running `cargo check --bins` on reconfigurator-cli (156/171) |
| 3360 | 2024-11-18T21:53:31.012Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3361 | 2024-11-18T21:53:31.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3362 | 2024-11-18T21:53:31.117Z | Compiling petname v2.0.2 |
| 3363 | 2024-11-18T21:53:31.124Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3364 | 2024-11-18T21:53:31.124Z | Checking sync-ptr v0.1.1 |
| 3365 | 2024-11-18T21:53:32.540Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 3366 | 2024-11-18T21:53:34.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.60s |
| 3367 | 2024-11-18T21:53:34.219Z | |
| 3368 | 2024-11-18T21:53:34.219Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (157/171) |
| 3369 | 2024-11-18T21:53:34.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3370 | 2024-11-18T21:53:34.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3371 | 2024-11-18T21:53:34.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3372 | 2024-11-18T21:53:34.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3373 | 2024-11-18T21:53:34.853Z | |
| 3374 | 2024-11-18T21:53:34.853Z | info: running `cargo check --bins` on omicron-releng (158/171) |
| 3375 | 2024-11-18T21:53:35.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3376 | 2024-11-18T21:53:35.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3377 | 2024-11-18T21:53:35.500Z | Checking memmap2 v0.9.5 |
| 3378 | 2024-11-18T21:53:35.500Z | Checking spin v0.5.2 |
| 3379 | 2024-11-18T21:53:35.502Z | Checking arrayref v0.3.9 |
| 3380 | 2024-11-18T21:53:35.502Z | Checking constant_time_eq v0.3.1 |
| 3381 | 2024-11-18T21:53:35.502Z | Checking arrayvec v0.7.6 |
| 3382 | 2024-11-18T21:53:35.502Z | Checking topological-sort v0.2.2 |
| 3383 | 2024-11-18T21:53:35.602Z | Checking shell-words v1.1.0 |
| 3384 | 2024-11-18T21:53:35.768Z | Checking ring v0.16.20 |
| 3385 | 2024-11-18T21:53:35.913Z | Checking blake3 v1.5.4 |
| 3386 | 2024-11-18T21:53:36.860Z | Checking omicron-zone-package v0.11.1 |
| 3387 | 2024-11-18T21:53:37.957Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3388 | 2024-11-18T21:53:38.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s |
| 3389 | 2024-11-18T21:53:39.016Z | |
| 3390 | 2024-11-18T21:53:39.016Z | info: running `cargo check --bins` on xtask (159/171) |
| 3391 | 2024-11-18T21:53:39.416Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3392 | 2024-11-18T21:53:39.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3393 | 2024-11-18T21:53:39.432Z | Checking bitflags v2.6.0 |
| 3394 | 2024-11-18T21:53:39.435Z | Checking serde v1.0.215 |
| 3395 | 2024-11-18T21:53:39.435Z | Checking thiserror v1.0.69 |
| 3396 | 2024-11-18T21:53:39.523Z | Checking scroll v0.12.0 |
| 3397 | 2024-11-18T21:53:39.525Z | Checking hashbrown v0.15.0 |
| 3398 | 2024-11-18T21:53:39.532Z | Checking log v0.4.22 |
| 3399 | 2024-11-18T21:53:39.534Z | Checking zerocopy v0.7.35 |
| 3400 | 2024-11-18T21:53:39.565Z | Checking syn v2.0.87 |
| 3401 | 2024-11-18T21:53:39.610Z | Checking pest v2.7.14 |
| 3402 | 2024-11-18T21:53:39.754Z | Checking rustix v0.38.37 |
| 3403 | 2024-11-18T21:53:39.811Z | Checking once_cell v1.20.2 |
| 3404 | 2024-11-18T21:53:39.971Z | Checking goblin v0.8.2 |
| 3405 | 2024-11-18T21:53:40.124Z | Checking fs-err v2.11.0 |
| 3406 | 2024-11-18T21:53:40.414Z | Checking tabled v0.15.0 |
| 3407 | 2024-11-18T21:53:40.495Z | Checking indexmap v2.6.0 |
| 3408 | 2024-11-18T21:53:40.916Z | Checking anyhow v1.0.93 |
| 3409 | 2024-11-18T21:53:41.761Z | Checking terminal_size v0.4.0 |
| 3410 | 2024-11-18T21:53:41.761Z | Checking tempfile v3.13.0 |
| 3411 | 2024-11-18T21:53:41.927Z | Checking clap_builder v4.5.21 |
| 3412 | 2024-11-18T21:53:42.078Z | Checking dtrace-parser v0.2.0 |
| 3413 | 2024-11-18T21:53:43.633Z | Checking serde_json v1.0.132 |
| 3414 | 2024-11-18T21:53:43.633Z | Checking serde_spanned v0.6.8 |
| 3415 | 2024-11-18T21:53:43.633Z | Checking toml_datetime v0.6.8 |
| 3416 | 2024-11-18T21:53:43.635Z | Checking camino v1.1.9 |
| 3417 | 2024-11-18T21:53:43.635Z | Checking semver v1.0.23 |
| 3418 | 2024-11-18T21:53:43.736Z | Checking cargo-platform v0.1.8 |
| 3419 | 2024-11-18T21:53:43.849Z | Checking macaddr v1.0.1 |
| 3420 | 2024-11-18T21:53:43.927Z | Checking toml_edit v0.22.22 |
| 3421 | 2024-11-18T21:53:44.146Z | Checking camino-tempfile v1.1.1 |
| 3422 | 2024-11-18T21:53:44.489Z | Checking clap v4.5.21 |
| 3423 | 2024-11-18T21:53:44.876Z | Checking dof v0.3.0 |
| 3424 | 2024-11-18T21:53:44.876Z | Checking cargo_metadata v0.18.1 |
| 3425 | 2024-11-18T21:53:45.280Z | Checking usdt-impl v0.5.0 |
| 3426 | 2024-11-18T21:53:45.644Z | Checking usdt v0.5.0 |
| 3427 | 2024-11-18T21:53:45.668Z | Checking toml v0.8.19 |
| 3428 | 2024-11-18T21:53:46.126Z | Checking cargo_toml v0.20.5 |
| 3429 | 2024-11-18T21:53:47.312Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3430 | 2024-11-18T21:53:47.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.89s |
| 3431 | 2024-11-18T21:53:48.009Z | |
| 3432 | 2024-11-18T21:53:48.009Z | info: running `cargo check --bins` on end-to-end-tests (160/171) |
| 3433 | 2024-11-18T21:53:48.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3434 | 2024-11-18T21:53:48.619Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3435 | 2024-11-18T21:53:48.748Z | Checking polyval v0.6.2 |
| 3436 | 2024-11-18T21:53:48.860Z | Checking ctr v0.9.2 |
| 3437 | 2024-11-18T21:53:48.869Z | Checking ssh-encoding v0.2.0 |
| 3438 | 2024-11-18T21:53:48.872Z | Checking blowfish v0.9.1 |
| 3439 | 2024-11-18T21:53:48.888Z | Checking password-hash v0.4.2 |
| 3440 | 2024-11-18T21:53:48.891Z | Checking matches v0.1.10 |
| 3441 | 2024-11-18T21:53:48.916Z | Checking p521 v0.13.3 |
| 3442 | 2024-11-18T21:53:48.916Z | Checking p256 v0.13.2 |
| 3443 | 2024-11-18T21:53:48.987Z | Checking idna v0.2.3 |
| 3444 | 2024-11-18T21:53:49.064Z | Checking bcrypt-pbkdf v0.10.0 |
| 3445 | 2024-11-18T21:53:49.097Z | Checking ghash v0.5.1 |
| 3446 | 2024-11-18T21:53:49.108Z | Compiling enum-as-inner v0.5.1 |
| 3447 | 2024-11-18T21:53:49.208Z | Checking russh-cryptovec v0.7.3 |
| 3448 | 2024-11-18T21:53:49.286Z | Checking pbkdf2 v0.11.0 |
| 3449 | 2024-11-18T21:53:49.305Z | Checking aes-gcm v0.10.3 |
| 3450 | 2024-11-18T21:53:49.308Z | Checking md5 v0.7.0 |
| 3451 | 2024-11-18T21:53:49.366Z | Checking num-bigint v0.4.6 |
| 3452 | 2024-11-18T21:53:49.400Z | Checking des v0.8.1 |
| 3453 | 2024-11-18T21:53:49.520Z | Checking ssh-cipher v0.2.0 |
| 3454 | 2024-11-18T21:53:49.568Z | Checking hex-literal v0.4.1 |
| 3455 | 2024-11-18T21:53:49.608Z | Compiling dhcproto-macros v0.1.0 |
| 3456 | 2024-11-18T21:53:49.657Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3457 | 2024-11-18T21:53:49.700Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3458 | 2024-11-18T21:53:49.796Z | Checking internet-checksum v0.2.1 |
| 3459 | 2024-11-18T21:53:49.814Z | Checking ssh-key v0.6.6 |
| 3460 | 2024-11-18T21:53:50.127Z | Checking trust-dns-proto v0.22.0 |
| 3461 | 2024-11-18T21:53:51.048Z | Checking russh-keys v0.45.0 |
| 3462 | 2024-11-18T21:53:51.951Z | Checking russh v0.45.0 |
| 3463 | 2024-11-18T21:53:52.654Z | Checking dhcproto v0.12.0 |
| 3464 | 2024-11-18T21:54:09.723Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3465 | 2024-11-18T21:54:11.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 23.06s |
| 3466 | 2024-11-18T21:54:11.272Z | |
| 3467 | 2024-11-18T21:54:11.272Z | info: running `cargo check --bins` on gateway-cli (161/171) |
| 3468 | 2024-11-18T21:54:11.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3469 | 2024-11-18T21:54:11.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3470 | 2024-11-18T21:54:11.901Z | Checking termios v0.3.3 |
| 3471 | 2024-11-18T21:54:12.119Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3472 | 2024-11-18T21:54:12.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 3473 | 2024-11-18T21:54:13.050Z | |
| 3474 | 2024-11-18T21:54:13.050Z | info: running `cargo check --bins --no-default-features` on installinator (162/171) |
| 3475 | 2024-11-18T21:54:13.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3476 | 2024-11-18T21:54:13.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3477 | 2024-11-18T21:54:13.732Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3478 | 2024-11-18T21:54:15.773Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3479 | 2024-11-18T21:54:17.602Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s |
| 3480 | 2024-11-18T21:54:17.779Z | |
| 3481 | 2024-11-18T21:54:17.779Z | info: running `cargo check --bins` on internal-dns-cli (163/171) |
| 3482 | 2024-11-18T21:54:18.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3483 | 2024-11-18T21:54:18.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3484 | 2024-11-18T21:54:18.400Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3485 | 2024-11-18T21:54:18.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
| 3486 | 2024-11-18T21:54:19.044Z | |
| 3487 | 2024-11-18T21:54:19.044Z | info: running `cargo check --bins` on omicron-live-tests (164/171) |
| 3488 | 2024-11-18T21:54:19.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3489 | 2024-11-18T21:54:19.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3490 | 2024-11-18T21:54:19.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3491 | 2024-11-18T21:54:19.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3492 | 2024-11-18T21:54:19.648Z | |
| 3493 | 2024-11-18T21:54:19.648Z | info: running `cargo check --bins` on live-tests-macros (165/171) |
| 3494 | 2024-11-18T21:54:20.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3495 | 2024-11-18T21:54:20.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3496 | 2024-11-18T21:54:20.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3497 | 2024-11-18T21:54:20.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3498 | 2024-11-18T21:54:20.248Z | |
| 3499 | 2024-11-18T21:54:20.248Z | info: running `cargo check --bins` on omicron-package (166/171) |
| 3500 | 2024-11-18T21:54:20.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3501 | 2024-11-18T21:54:20.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3502 | 2024-11-18T21:54:20.896Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3503 | 2024-11-18T21:54:22.172Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
| 3504 | 2024-11-18T21:54:22.344Z | |
| 3505 | 2024-11-18T21:54:22.344Z | info: running `cargo check --bins` on wicket-dbg (167/171) |
| 3506 | 2024-11-18T21:54:22.920Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3507 | 2024-11-18T21:54:22.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3508 | 2024-11-18T21:54:23.027Z | Checking rtoolbox v0.0.2 |
| 3509 | 2024-11-18T21:54:23.031Z | Checking tui-tree-widget v0.22.0 |
| 3510 | 2024-11-18T21:54:23.031Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3511 | 2024-11-18T21:54:23.247Z | Checking rpassword v7.3.1 |
| 3512 | 2024-11-18T21:54:27.359Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3513 | 2024-11-18T21:54:30.290Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3514 | 2024-11-18T21:54:31.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.14s |
| 3515 | 2024-11-18T21:54:31.668Z | |
| 3516 | 2024-11-18T21:54:31.668Z | info: running `cargo check --bins` on wicket (168/171) |
| 3517 | 2024-11-18T21:54:32.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3518 | 2024-11-18T21:54:32.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3519 | 2024-11-18T21:54:32.353Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3520 | 2024-11-18T21:54:32.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
| 3521 | 2024-11-18T21:54:32.960Z | |
| 3522 | 2024-11-18T21:54:32.960Z | info: running `cargo check --bins` on wicketd (169/171) |
| 3523 | 2024-11-18T21:54:33.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3524 | 2024-11-18T21:54:33.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3525 | 2024-11-18T21:54:33.655Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3526 | 2024-11-18T21:54:37.514Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.54s |
| 3527 | 2024-11-18T21:54:37.701Z | |
| 3528 | 2024-11-18T21:54:37.702Z | info: running `cargo check --bins` on omicron-workspace-hack (170/171) |
| 3529 | 2024-11-18T21:54:38.221Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3530 | 2024-11-18T21:54:38.224Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3531 | 2024-11-18T21:54:38.224Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3532 | 2024-11-18T21:54:38.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3533 | 2024-11-18T21:54:38.295Z | |
| 3534 | 2024-11-18T21:54:38.295Z | info: running `cargo check --bins` on zone-setup (171/171) |
| 3535 | 2024-11-18T21:54:38.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3536 | 2024-11-18T21:54:38.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3537 | 2024-11-18T21:54:39.005Z | Checking uzers v0.12.1 |
| 3538 | 2024-11-18T21:54:39.337Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3539 | 2024-11-18T21:54:40.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s |
| 3540 | 2024-11-18T21:54:40.647Z | |
| 3541 | 2024-11-18T21:54:40.647Z | real 12:50.280613381 |
| 3542 | 2024-11-18T21:54:40.647Z | user 23:29.098338567 |
| 3543 | 2024-11-18T21:54:40.647Z | sys 5:17.633129516 |
| 3544 | 2024-11-18T21:54:40.651Z | trap 0.453860315 |
| 3545 | 2024-11-18T21:54:40.652Z | tflt 2.271902655 |
| 3546 | 2024-11-18T21:54:40.653Z | dflt 3.371515126 |
| 3547 | 2024-11-18T21:54:40.653Z | kflt 0.001383616 |
| 3548 | 2024-11-18T21:54:40.653Z | lock 45:10.451899594 |
| 3549 | 2024-11-18T21:54:40.653Z | slp 2:02:41.163431363 |
| 3550 | 2024-11-18T21:54:40.653Z | lat 59.760764018 |
| 3551 | 2024-11-18T21:54:40.653Z | stop 3:09.337960523 |
| 3552 | 2024-11-18T21:54:40.653Z | process exited: duration 1109686 ms, exit code 0 |
| |
| 3553 | 2024-11-18T21:54:40.660Z | found 0 output files |