|
|
|
| 1 | 2024-11-08T23:47:36.996Z | job assigned to worker 01JC72RZAEESP4EJFPEB18VEJF (queued for 47 s) |
| |
| 2 | 2024-11-08T23:47:44.952Z | starting task 0: "setup" |
| 3 | 2024-11-08T23:47:44.963Z | ++ uname -s |
| 4 | 2024-11-08T23:47:44.966Z | + kern=SunOS |
| 5 | 2024-11-08T23:47:44.966Z | + case "$kern" in |
| 6 | 2024-11-08T23:47:44.966Z | + groupadd -g 12345 build |
| 7 | 2024-11-08T23:47:44.969Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-11-08T23:47:46.983Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-11-08T23:47:47.102Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-11-08T23:47:47.105Z | + home_fs=zfs |
| 11 | 2024-11-08T23:47:47.105Z | + [[ zfs == autofs ]] |
| 12 | 2024-11-08T23:47:47.105Z | + mkdir -p /home/build |
| 13 | 2024-11-08T23:47:47.109Z | + chown build:build /home/build /work |
| 14 | 2024-11-08T23:47:48.109Z | + chmod 0700 /home/build /work |
| 15 | 2024-11-08T23:47:48.113Z | process exited: duration 3159 ms, exit code 0 |
| |
| 16 | 2024-11-08T23:47:48.118Z | starting task 1: "rust-toolchain" |
| 17 | 2024-11-08T23:47:48.123Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-11-08T23:47:48.124Z | * toolchain channel = "1.82.0" |
| 19 | 2024-11-08T23:47:48.124Z | ' 1.82.0 |
| 20 | 2024-11-08T23:47:48.124Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-11-08T23:47:48.124Z | ' default |
| 22 | 2024-11-08T23:47:48.124Z | * toolchain profile = "default" |
| 23 | 2024-11-08T23:47:48.126Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-11-08T23:47:48.126Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
| 25 | 2024-11-08T23:47:48.243Z | info: downloading installer |
| 26 | 2024-11-08T23:47:49.584Z | info: profile set to 'default' |
| 27 | 2024-11-08T23:47:49.584Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-11-08T23:47:49.587Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
| 29 | 2024-11-08T23:47:49.723Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
| 30 | 2024-11-08T23:47:49.723Z | info: downloading component 'cargo' |
| 31 | 2024-11-08T23:47:50.421Z | info: downloading component 'clippy' |
| 32 | 2024-11-08T23:47:50.689Z | info: downloading component 'rust-docs' |
| 33 | 2024-11-08T23:47:51.674Z | info: downloading component 'rust-std' |
| 34 | 2024-11-08T23:47:53.235Z | info: downloading component 'rustc' |
| 35 | 2024-11-08T23:47:58.834Z | info: downloading component 'rustfmt' |
| 36 | 2024-11-08T23:47:59.033Z | info: installing component 'cargo' |
| 37 | 2024-11-08T23:47:59.913Z | info: installing component 'clippy' |
| 38 | 2024-11-08T23:48:00.325Z | info: installing component 'rust-docs' |
| 39 | 2024-11-08T23:48:02.065Z | info: installing component 'rust-std' |
| 40 | 2024-11-08T23:48:04.052Z | info: installing component 'rustc' |
| 41 | 2024-11-08T23:48:10.322Z | info: installing component 'rustfmt' |
| 42 | 2024-11-08T23:48:10.669Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
| 43 | 2024-11-08T23:48:10.669Z | |
| 44 | 2024-11-08T23:48:11.056Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
| 45 | 2024-11-08T23:48:11.056Z | |
| 46 | 2024-11-08T23:48:11.059Z | |
| 47 | 2024-11-08T23:48:11.059Z | Rust is installed now. Great! |
| 48 | 2024-11-08T23:48:11.059Z | |
| 49 | 2024-11-08T23:48:11.059Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-11-08T23:48:11.059Z | environment variable. This has not been done automatically. |
| 51 | 2024-11-08T23:48:11.059Z | |
| 52 | 2024-11-08T23:48:11.059Z | To configure your current shell, you need to source |
| 53 | 2024-11-08T23:48:11.059Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-11-08T23:48:11.059Z | |
| 55 | 2024-11-08T23:48:11.059Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-11-08T23:48:11.059Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-11-08T23:48:11.059Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-11-08T23:48:11.140Z | + rustc --version |
| 59 | 2024-11-08T23:48:11.208Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
| 60 | 2024-11-08T23:48:11.210Z | process exited: duration 23088 ms, exit code 0 |
| |
| 61 | 2024-11-08T23:48:11.217Z | starting task 2: "authentication" |
| 62 | 2024-11-08T23:48:11.239Z | process exited: duration 21 ms, exit code 0 |
| |
| 63 | 2024-11-08T23:48:11.245Z | starting task 3: "clone repository" |
| 64 | 2024-11-08T23:48:11.250Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-11-08T23:48:11.253Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-11-08T23:48:11.291Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-11-08T23:48:18.694Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-11-08T23:48:18.694Z | + git fetch origin 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc |
| 69 | 2024-11-08T23:48:18.987Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-11-08T23:48:18.987Z | * branch 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc -> FETCH_HEAD |
| 71 | 2024-11-08T23:48:18.997Z | + [[ -n rss-datasets ]] |
| 72 | 2024-11-08T23:48:19.000Z | ++ git branch --show-current |
| 73 | 2024-11-08T23:48:19.003Z | + current=main |
| 74 | 2024-11-08T23:48:19.003Z | + [[ main != rss-datasets ]] |
| 75 | 2024-11-08T23:48:19.003Z | + git branch -f rss-datasets 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc |
| 76 | 2024-11-08T23:48:19.006Z | + git checkout -f rss-datasets |
| 77 | 2024-11-08T23:48:19.179Z | Switched to branch 'rss-datasets' |
| 78 | 2024-11-08T23:48:19.182Z | + git reset --hard 1ae6ba7429e26de92e44cb195c6c7d3d2adf77dc |
| 79 | 2024-11-08T23:48:19.203Z | HEAD is now at 1ae6ba742 EXPECTORATE |
| 80 | 2024-11-08T23:48:19.211Z | process exited: duration 7958 ms, exit code 0 |
| |
| 81 | 2024-11-08T23:48:19.218Z | starting task 4: "build" |
| 82 | 2024-11-08T23:48:19.223Z | + source .github/buildomat/ci-env.sh |
| 83 | 2024-11-08T23:48:19.226Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2024-11-08T23:48:19.226Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2024-11-08T23:48:19.226Z | + cargo --version |
| 86 | 2024-11-08T23:48:19.282Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
| 87 | 2024-11-08T23:48:19.285Z | + rustc --version |
| 88 | 2024-11-08T23:48:19.347Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
| 89 | 2024-11-08T23:48:19.349Z | + source ./env.sh |
| 90 | 2024-11-08T23:48:19.349Z | ++ OLD_SHELL_OPTS=ehxB |
| 91 | 2024-11-08T23:48:19.349Z | ++ set -o xtrace |
| 92 | 2024-11-08T23:48:19.352Z | ++++ dirname ./env.sh |
| 93 | 2024-11-08T23:48:19.354Z | +++ readlink -f . |
| 94 | 2024-11-08T23:48:19.357Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 95 | 2024-11-08T23:48:19.357Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2024-11-08T23:48:19.357Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2024-11-08T23:48:19.357Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 98 | 2024-11-08T23:48:19.357Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2024-11-08T23:48:19.357Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2024-11-08T23:48:19.357Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 101 | 2024-11-08T23:48:19.357Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 102 | 2024-11-08T23:48:19.358Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 103 | 2024-11-08T23:48:19.358Z | ++ case $OLD_SHELL_OPTS in |
| 104 | 2024-11-08T23:48:19.360Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 105 | 2024-11-08T23:48:19.360Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 106 | 2024-11-08T23:48:19.360Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
| 107 | 2024-11-08T23:48:19.360Z | + banner prerequisites |
| 108 | 2024-11-08T23:48:19.360Z | |
| 109 | 2024-11-08T23:48:19.360Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 110 | 2024-11-08T23:48:19.360Z | # # # # # # # # # # # # # # # |
| 111 | 2024-11-08T23:48:19.360Z | # # # # ##### # # ##### # # # # # #### # |
| 112 | 2024-11-08T23:48:19.361Z | ##### ##### # ##### # # # # # # # # # |
| 113 | 2024-11-08T23:48:19.361Z | # # # # # # # # # # # # # # # |
| 114 | 2024-11-08T23:48:19.361Z | # # # ###### # # ###### ### # #### # #### # |
| 115 | 2024-11-08T23:48:19.361Z | |
| 116 | 2024-11-08T23:48:19.361Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 117 | 2024-11-08T23:48:28.724Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 118 | 2024-11-08T23:48:32.226Z | Startup: Caching catalogs ... Done |
| 119 | 2024-11-08T23:48:40.550Z | Planning: Solver setup ... Done (7.591s) |
| 120 | 2024-11-08T23:48:40.655Z | Planning: Running solver ... Done (0.105s) |
| 121 | 2024-11-08T23:48:40.750Z | Planning: Finding local manifests ... Done (0.004s) |
| 122 | 2024-11-08T23:48:40.764Z | Planning: Fetching manifests: 0/5 0% complete |
| 123 | 2024-11-08T23:48:41.074Z | Planning: Fetching manifests: 5/5 100% complete |
| 124 | 2024-11-08T23:48:41.178Z | Planning: Package planning ... Done (0.103s) |
| 125 | 2024-11-08T23:48:41.234Z | Planning: Merging actions ... Done (0.056s) |
| 126 | 2024-11-08T23:48:41.426Z | Planning: Checking for conflicting actions ... Done (0.192s) |
| 127 | 2024-11-08T23:48:43.320Z | Planning: Consolidating action changes ... Done (1.894s) |
| 128 | 2024-11-08T23:48:43.755Z | Planning: Evaluating mediators ... Done (0.422s) |
| 129 | 2024-11-08T23:48:43.827Z | Planning: Planning completed in 11.51 seconds |
| 130 | 2024-11-08T23:48:43.842Z | Packages to install: 4 |
| 131 | 2024-11-08T23:48:43.842Z | Packages to update: 1 |
| 132 | 2024-11-08T23:48:43.845Z | Mediators to change: 2 |
| 133 | 2024-11-08T23:48:43.845Z | Services to change: 1 |
| 134 | 2024-11-08T23:48:43.845Z | Estimated space available: 155.61 GB |
| 135 | 2024-11-08T23:48:43.845Z | Estimated space to be consumed: 1.59 GB |
| 136 | 2024-11-08T23:48:43.845Z | Create boot environment: No |
| 137 | 2024-11-08T23:48:43.845Z | Create backup boot environment: Yes |
| 138 | 2024-11-08T23:48:43.845Z | Rebuild boot archive: No |
| 139 | 2024-11-08T23:48:43.845Z | |
| 140 | 2024-11-08T23:48:43.845Z | Changed mediators: |
| 141 | 2024-11-08T23:48:43.846Z | mediator clang: |
| 142 | 2024-11-08T23:48:43.846Z | version: None -> 15 (system default) |
| 143 | 2024-11-08T23:48:43.846Z | |
| 144 | 2024-11-08T23:48:43.846Z | mediator llvm: |
| 145 | 2024-11-08T23:48:43.846Z | version: 14 (system default) -> 15 (system default) |
| 146 | 2024-11-08T23:48:43.846Z | |
| 147 | 2024-11-08T23:48:43.846Z | Changed packages: |
| 148 | 2024-11-08T23:48:43.846Z | helios-dev |
| 149 | 2024-11-08T23:48:43.846Z | developer/build-essential |
| 150 | 2024-11-08T23:48:43.846Z | None -> 11-2.0 |
| 151 | 2024-11-08T23:48:43.846Z | library/libxmlsec1 |
| 152 | 2024-11-08T23:48:43.846Z | None -> 1.2.35-2.0 |
| 153 | 2024-11-08T23:48:43.846Z | ooce/developer/clang-15 |
| 154 | 2024-11-08T23:48:43.846Z | None -> 15.0.7-2.0 |
| 155 | 2024-11-08T23:48:43.846Z | ooce/developer/llvm-15 |
| 156 | 2024-11-08T23:48:43.846Z | None -> 15.0.7-2.0 |
| 157 | 2024-11-08T23:48:43.846Z | package/pkg |
| 158 | 2024-11-08T23:48:43.846Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 159 | 2024-11-08T23:48:43.846Z | |
| 160 | 2024-11-08T23:48:43.846Z | Services: |
| 161 | 2024-11-08T23:48:43.846Z | restart_fmri: |
| 162 | 2024-11-08T23:48:43.846Z | svc:/system/update-man-index:default |
| 163 | 2024-11-08T23:48:43.846Z | |
| 164 | 2024-11-08T23:48:43.846Z | Editable files to change: |
| 165 | 2024-11-08T23:48:43.846Z | Update: |
| 166 | 2024-11-08T23:48:43.846Z | usr/share/lib/pkg/web/config.shtml |
| 167 | 2024-11-08T23:48:43.926Z | |
| 168 | 2024-11-08T23:48:43.926Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
| 169 | 2024-11-08T23:48:50.063Z | Download: 213/4281 items 1.3/220.6MB 0% complete (671k/s) |
| 170 | 2024-11-08T23:48:55.065Z | Download: 1106/4281 items 20.2/220.6MB 9% complete (1.9M/s) |
| 171 | 2024-11-08T23:49:00.315Z | Download: 1195/4281 items 83.4/220.6MB 37% complete (9.6M/s) |
| 172 | 2024-11-08T23:49:05.322Z | Download: 1512/4281 items 117.3/220.6MB 53% complete (8.6M/s) |
| 173 | 2024-11-08T23:49:10.354Z | Download: 2121/4281 items 118.9/220.6MB 53% complete (3.8M/s) |
| 174 | 2024-11-08T23:49:15.620Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (3.7M/s) |
| 175 | 2024-11-08T23:49:20.623Z | Download: 2926/4281 items 121.2/220.6MB 54% complete (225k/s) |
| 176 | 2024-11-08T23:49:26.095Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (9.4M/s) |
| 177 | 2024-11-08T23:49:31.758Z | Download: 3251/4281 items 203.1/220.6MB 92% complete (8.2M/s) |
| 178 | 2024-11-08T23:49:55.790Z | Download: 3288/4281 items 212.6/220.6MB 96% complete |
| 179 | 2024-11-08T23:50:00.858Z | Download: 3726/4281 items 216.8/220.6MB 98% complete (919k/s) |
| 180 | 2024-11-08T23:50:05.934Z | Download: 4200/4281 items 220.6/220.6MB 99% complete (818k/s) |
| 181 | 2024-11-08T23:50:25.893Z | Download: 4207/4281 items 220.6/220.6MB 99% complete |
| 182 | 2024-11-08T23:50:26.022Z | Download: Completed 220.60 MB in 102.08 seconds (2.2M/s) |
| 183 | 2024-11-08T23:50:27.035Z | Actions: 1/5063 actions (Removing old actions) |
| 184 | 2024-11-08T23:50:27.054Z | Actions: 194/5063 actions (Installing new actions) |
| 185 | 2024-11-08T23:50:31.795Z | Actions: 4226/5063 actions (Updating modified actions) |
| 186 | 2024-11-08T23:50:32.114Z | Actions: Completed 5063 actions in 5.08 seconds. |
| 187 | 2024-11-08T23:50:32.498Z | Done (0.375s) |
| 188 | 2024-11-08T23:50:32.501Z | Done (0.000s) |
| 189 | 2024-11-08T23:50:33.014Z | Done (0.515s) |
| 190 | 2024-11-08T23:50:37.577Z | Done (4.346s) |
| 191 | 2024-11-08T23:50:37.663Z | Done (0.016s) |
| 192 | 2024-11-08T23:50:37.666Z | Done (0.000s) |
| 193 | 2024-11-08T23:50:37.820Z | Done (0.000s) |
| 194 | 2024-11-08T23:50:38.500Z | Planning: Evaluating mediator changes ... Done |
| 195 | 2024-11-08T23:50:38.663Z | Planning: Checking for conflicting actions ... Done |
| 196 | 2024-11-08T23:50:38.665Z | Planning: Consolidating action changes ... Done |
| 197 | 2024-11-08T23:50:38.940Z | Planning: Evaluating mediators ... Done |
| 198 | 2024-11-08T23:50:38.942Z | Planning: Planning completed in 0.44 seconds |
| 199 | 2024-11-08T23:50:38.980Z | Mediators to change: 2 |
| 200 | 2024-11-08T23:50:38.980Z | Create boot environment: No |
| 201 | 2024-11-08T23:50:38.983Z | Create backup boot environment: No |
| 202 | 2024-11-08T23:50:39.065Z | Done |
| 203 | 2024-11-08T23:50:39.065Z | Done |
| 204 | 2024-11-08T23:50:39.405Z | Done |
| 205 | 2024-11-08T23:50:43.088Z | Done |
| 206 | 2024-11-08T23:50:43.180Z | Done |
| 207 | 2024-11-08T23:50:43.182Z | Done |
| 208 | 2024-11-08T23:50:43.293Z | Done |
| 209 | 2024-11-08T23:50:43.927Z | Planning: Evaluating mediator changes ... Done |
| 210 | 2024-11-08T23:50:43.929Z | Planning: Merging actions ... Done |
| 211 | 2024-11-08T23:50:44.125Z | Planning: Checking for conflicting actions ... Done |
| 212 | 2024-11-08T23:50:44.128Z | Planning: Consolidating action changes ... Done |
| 213 | 2024-11-08T23:50:44.399Z | Planning: Evaluating mediators ... Done |
| 214 | 2024-11-08T23:50:44.458Z | Planning: Planning completed in 0.78 seconds |
| 215 | 2024-11-08T23:50:44.498Z | Packages to change: 1 |
| 216 | 2024-11-08T23:50:44.498Z | Mediators to change: 1 |
| 217 | 2024-11-08T23:50:44.498Z | Services to change: 1 |
| 218 | 2024-11-08T23:50:44.501Z | Create boot environment: No |
| 219 | 2024-11-08T23:50:44.501Z | Create backup boot environment: Yes |
| 220 | 2024-11-08T23:50:46.690Z | Actions: 1/6 actions (Updating modified actions) |
| 221 | 2024-11-08T23:50:46.693Z | Actions: Completed 6 actions in 0.00 seconds. |
| 222 | 2024-11-08T23:50:46.693Z | Done |
| 223 | 2024-11-08T23:50:46.693Z | Done |
| 224 | 2024-11-08T23:50:46.799Z | Done |
| 225 | 2024-11-08T23:50:50.647Z | Done |
| 226 | 2024-11-08T23:50:50.747Z | Done |
| 227 | 2024-11-08T23:50:50.754Z | Done |
| 228 | 2024-11-08T23:50:50.895Z | Done |
| 229 | 2024-11-08T23:50:51.334Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 230 | 2024-11-08T23:50:51.334Z | clang system 15 system |
| 231 | 2024-11-08T23:50:51.334Z | csh system system illumos |
| 232 | 2024-11-08T23:50:51.334Z | ctags system system illumos |
| 233 | 2024-11-08T23:50:51.334Z | gcc vendor 12 vendor |
| 234 | 2024-11-08T23:50:51.334Z | gcc system 10 system |
| 235 | 2024-11-08T23:50:51.335Z | gcc system 7 system |
| 236 | 2024-11-08T23:50:51.335Z | go system 1.20 system |
| 237 | 2024-11-08T23:50:51.335Z | go system 1.19 system |
| 238 | 2024-11-08T23:50:51.335Z | llvm system 15 system |
| 239 | 2024-11-08T23:50:51.335Z | llvm system 14 system |
| 240 | 2024-11-08T23:50:51.335Z | mariadb system 10.6 system |
| 241 | 2024-11-08T23:50:51.335Z | mta vendor vendor dma |
| 242 | 2024-11-08T23:50:51.335Z | openjdk system 17 system |
| 243 | 2024-11-08T23:50:51.335Z | openjdk system 11 system |
| 244 | 2024-11-08T23:50:51.335Z | openjdk system 1.8 system |
| 245 | 2024-11-08T23:50:51.335Z | openssl vendor 3 vendor |
| 246 | 2024-11-08T23:50:51.335Z | perl system 5.36 system |
| 247 | 2024-11-08T23:50:51.335Z | postgresql system 15 system |
| 248 | 2024-11-08T23:50:51.335Z | postgresql system 13 system |
| 249 | 2024-11-08T23:50:51.335Z | python vendor 3 vendor |
| 250 | 2024-11-08T23:50:51.335Z | python system 2 system |
| 251 | 2024-11-08T23:50:51.335Z | python3 system 3.11 system |
| 252 | 2024-11-08T23:50:51.335Z | ruby system 3.0 system |
| 253 | 2024-11-08T23:50:51.335Z | words vendor vendor american-english |
| 254 | 2024-11-08T23:50:51.335Z | words system system australian-english |
| 255 | 2024-11-08T23:50:51.335Z | words system system british-english |
| 256 | 2024-11-08T23:50:51.335Z | words system system canadian-english |
| 257 | 2024-11-08T23:50:51.335Z | words system system french |
| 258 | 2024-11-08T23:50:51.335Z | words system system italian |
| 259 | 2024-11-08T23:50:51.335Z | words system system ngerman |
| 260 | 2024-11-08T23:50:51.335Z | words system system ogerman |
| 261 | 2024-11-08T23:50:51.335Z | words system system spanish |
| 262 | 2024-11-08T23:50:51.675Z | PUBLISHER TYPE STATUS P LOCATION |
| 263 | 2024-11-08T23:50:51.675Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 264 | 2024-11-08T23:50:54.209Z | FMRI IFO |
| 265 | 2024-11-08T23:50:54.209Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 266 | 2024-11-08T23:50:54.209Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 267 | 2024-11-08T23:50:54.209Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 268 | 2024-11-08T23:50:54.209Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 269 | 2024-11-08T23:50:54.209Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 270 | 2024-11-08T23:50:54.209Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 271 | 2024-11-08T23:50:54.209Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 272 | 2024-11-08T23:50:54.209Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 273 | 2024-11-08T23:50:54.210Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 274 | 2024-11-08T23:50:54.210Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
| 275 | 2024-11-08T23:50:54.210Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 276 | 2024-11-08T23:50:54.210Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 277 | 2024-11-08T23:50:54.210Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
| 278 | 2024-11-08T23:50:54.210Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 279 | 2024-11-08T23:50:54.210Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 280 | 2024-11-08T23:50:54.932Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 281 | 2024-11-08T23:50:55.243Z | Updating crates.io index |
| 282 | 2024-11-08T23:50:55.328Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 283 | 2024-11-08T23:50:56.098Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 284 | 2024-11-08T23:50:56.377Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 285 | 2024-11-08T23:50:56.666Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 286 | 2024-11-08T23:50:56.927Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 287 | 2024-11-08T23:50:57.795Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 288 | 2024-11-08T23:51:00.180Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 289 | 2024-11-08T23:51:01.315Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 290 | 2024-11-08T23:51:02.120Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 291 | 2024-11-08T23:51:02.375Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 292 | 2024-11-08T23:51:02.692Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 293 | 2024-11-08T23:51:03.259Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 294 | 2024-11-08T23:51:03.645Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 295 | 2024-11-08T23:51:03.944Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 296 | 2024-11-08T23:51:04.265Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 297 | 2024-11-08T23:51:04.506Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 298 | 2024-11-08T23:51:04.786Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 299 | 2024-11-08T23:51:05.117Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 300 | 2024-11-08T23:51:05.429Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 301 | 2024-11-08T23:51:05.778Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 302 | 2024-11-08T23:51:06.098Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 303 | 2024-11-08T23:51:06.707Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 304 | 2024-11-08T23:51:07.013Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 305 | 2024-11-08T23:51:07.510Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 306 | 2024-11-08T23:51:07.861Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 307 | 2024-11-08T23:51:08.185Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 308 | 2024-11-08T23:51:08.470Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 309 | 2024-11-08T23:51:09.718Z | Downloading crates ... |
| 310 | 2024-11-08T23:51:09.842Z | Downloaded anstyle v1.0.10 |
| 311 | 2024-11-08T23:51:09.848Z | Downloaded anyhow v1.0.92 |
| 312 | 2024-11-08T23:51:09.851Z | Downloaded camino v1.1.9 |
| 313 | 2024-11-08T23:51:09.854Z | Downloaded cargo_toml v0.20.5 |
| 314 | 2024-11-08T23:51:09.858Z | Downloaded camino-tempfile v1.1.1 |
| 315 | 2024-11-08T23:51:09.862Z | Downloaded goblin v0.8.2 |
| 316 | 2024-11-08T23:51:09.868Z | Downloaded itoa v1.0.11 |
| 317 | 2024-11-08T23:51:09.871Z | Downloaded fs-err v2.11.0 |
| 318 | 2024-11-08T23:51:09.875Z | Downloaded fnv v1.0.7 |
| 319 | 2024-11-08T23:51:09.875Z | Downloaded generic-array v0.14.7 |
| 320 | 2024-11-08T23:51:09.875Z | Downloaded toml_datetime v0.6.8 |
| 321 | 2024-11-08T23:51:09.878Z | Downloaded strsim v0.11.1 |
| 322 | 2024-11-08T23:51:09.878Z | Downloaded byteorder v1.5.0 |
| 323 | 2024-11-08T23:51:09.880Z | Downloaded sha2 v0.10.8 |
| 324 | 2024-11-08T23:51:09.880Z | Downloaded bitflags v2.6.0 |
| 325 | 2024-11-08T23:51:09.884Z | Downloaded ryu v1.0.18 |
| 326 | 2024-11-08T23:51:09.887Z | Downloaded unicode-ident v1.0.13 |
| 327 | 2024-11-08T23:51:09.889Z | Downloaded typenum v1.17.0 |
| 328 | 2024-11-08T23:51:09.893Z | Downloaded serde_derive v1.0.210 |
| 329 | 2024-11-08T23:51:09.896Z | Downloaded utf8parse v0.2.2 |
| 330 | 2024-11-08T23:51:09.896Z | Downloaded semver v1.0.23 |
| 331 | 2024-11-08T23:51:09.898Z | Downloaded memchr v2.7.4 |
| 332 | 2024-11-08T23:51:09.906Z | Downloaded swrite v0.1.0 |
| 333 | 2024-11-08T23:51:09.908Z | Downloaded smawk v0.3.2 |
| 334 | 2024-11-08T23:51:09.908Z | Downloaded serde_tokenstream v0.2.2 |
| 335 | 2024-11-08T23:51:09.908Z | Downloaded tabled_derive v0.7.0 |
| 336 | 2024-11-08T23:51:09.908Z | Downloaded papergrid v0.11.0 |
| 337 | 2024-11-08T23:51:09.912Z | Downloaded usdt-macro v0.5.0 |
| 338 | 2024-11-08T23:51:09.914Z | Downloaded cpufeatures v0.2.14 |
| 339 | 2024-11-08T23:51:09.914Z | Downloaded heck v0.5.0 |
| 340 | 2024-11-08T23:51:09.916Z | Downloaded autocfg v1.4.0 |
| 341 | 2024-11-08T23:51:09.919Z | Downloaded digest v0.10.7 |
| 342 | 2024-11-08T23:51:09.919Z | Downloaded fastrand v2.1.1 |
| 343 | 2024-11-08T23:51:09.921Z | Downloaded anstyle-parse v0.2.5 |
| 344 | 2024-11-08T23:51:09.921Z | Downloaded usdt-impl v0.5.0 |
| 345 | 2024-11-08T23:51:09.924Z | Downloaded usdt-attr-macro v0.5.0 |
| 346 | 2024-11-08T23:51:09.924Z | Downloaded ucd-trie v0.1.7 |
| 347 | 2024-11-08T23:51:09.926Z | Downloaded thread-id v4.2.2 |
| 348 | 2024-11-08T23:51:09.927Z | Downloaded block-buffer v0.10.4 |
| 349 | 2024-11-08T23:51:09.930Z | Downloaded pretty-hex v0.4.1 |
| 350 | 2024-11-08T23:51:09.930Z | Downloaded plain v0.2.3 |
| 351 | 2024-11-08T23:51:09.933Z | Downloaded syn v1.0.109 |
| 352 | 2024-11-08T23:51:09.940Z | Downloaded version_check v0.9.5 |
| 353 | 2024-11-08T23:51:09.945Z | Downloaded thiserror-impl v1.0.64 |
| 354 | 2024-11-08T23:51:09.945Z | Downloaded thiserror v1.0.64 |
| 355 | 2024-11-08T23:51:09.948Z | Downloaded toml v0.8.19 |
| 356 | 2024-11-08T23:51:09.950Z | Downloaded proc-macro-error-attr v1.0.4 |
| 357 | 2024-11-08T23:51:09.950Z | Downloaded proc-macro-error v1.0.4 |
| 358 | 2024-11-08T23:51:09.953Z | Downloaded cargo_metadata v0.18.1 |
| 359 | 2024-11-08T23:51:09.959Z | Downloaded proc-macro2 v1.0.87 |
| 360 | 2024-11-08T23:51:09.959Z | Downloaded clap_derive v4.5.18 |
| 361 | 2024-11-08T23:51:09.962Z | Downloaded clap v4.5.20 |
| 362 | 2024-11-08T23:51:09.968Z | Downloaded is_terminal_polyfill v1.70.1 |
| 363 | 2024-11-08T23:51:09.971Z | Downloaded clap_builder v4.5.20 |
| 364 | 2024-11-08T23:51:09.977Z | Downloaded colorchoice v1.0.2 |
| 365 | 2024-11-08T23:51:09.979Z | Downloaded winnow v0.6.20 |
| 366 | 2024-11-08T23:51:09.985Z | Downloaded textwrap v0.16.1 |
| 367 | 2024-11-08T23:51:09.991Z | Downloaded hashbrown v0.15.0 |
| 368 | 2024-11-08T23:51:09.994Z | Downloaded clap_lex v0.7.2 |
| 369 | 2024-11-08T23:51:09.994Z | Downloaded cargo-platform v0.1.8 |
| 370 | 2024-11-08T23:51:09.996Z | Downloaded bytecount v0.6.8 |
| 371 | 2024-11-08T23:51:09.996Z | Downloaded anstyle-query v1.1.1 |
| 372 | 2024-11-08T23:51:10.001Z | Downloaded heck v0.4.1 |
| 373 | 2024-11-08T23:51:10.001Z | Downloaded tempfile v3.13.0 |
| 374 | 2024-11-08T23:51:10.004Z | Downloaded serde v1.0.210 |
| 375 | 2024-11-08T23:51:10.004Z | Downloaded unicode-linebreak v0.1.5 |
| 376 | 2024-11-08T23:51:10.007Z | Downloaded anstream v0.6.15 |
| 377 | 2024-11-08T23:51:10.009Z | Downloaded indexmap v2.6.0 |
| 378 | 2024-11-08T23:51:10.013Z | Downloaded zerocopy-derive v0.7.35 |
| 379 | 2024-11-08T23:51:10.016Z | Downloaded scroll v0.12.0 |
| 380 | 2024-11-08T23:51:10.018Z | Downloaded log v0.4.22 |
| 381 | 2024-11-08T23:51:10.021Z | Downloaded serde_spanned v0.6.8 |
| 382 | 2024-11-08T23:51:10.021Z | Downloaded scroll_derive v0.12.0 |
| 383 | 2024-11-08T23:51:10.021Z | Downloaded once_cell v1.20.2 |
| 384 | 2024-11-08T23:51:10.025Z | Downloaded memmap v0.7.0 |
| 385 | 2024-11-08T23:51:10.025Z | Downloaded macaddr v1.0.1 |
| 386 | 2024-11-08T23:51:10.028Z | Downloaded quote v1.0.37 |
| 387 | 2024-11-08T23:51:10.031Z | Downloaded errno v0.3.9 |
| 388 | 2024-11-08T23:51:10.031Z | Downloaded equivalent v1.0.1 |
| 389 | 2024-11-08T23:51:10.031Z | Downloaded dtrace-parser v0.2.0 |
| 390 | 2024-11-08T23:51:10.034Z | Downloaded dof v0.3.0 |
| 391 | 2024-11-08T23:51:10.034Z | Downloaded crypto-common v0.1.6 |
| 392 | 2024-11-08T23:51:10.034Z | Downloaded cfg-if v1.0.0 |
| 393 | 2024-11-08T23:51:10.041Z | Downloaded serde_json v1.0.128 |
| 394 | 2024-11-08T23:51:10.048Z | Downloaded terminal_size v0.4.0 |
| 395 | 2024-11-08T23:51:10.055Z | Downloaded pest_generator v2.7.14 |
| 396 | 2024-11-08T23:51:10.055Z | Downloaded pest v2.7.14 |
| 397 | 2024-11-08T23:51:10.057Z | Downloaded pest_meta v2.7.14 |
| 398 | 2024-11-08T23:51:10.058Z | Downloaded pest_derive v2.7.14 |
| 399 | 2024-11-08T23:51:10.066Z | Downloaded unicode-width v0.1.14 |
| 400 | 2024-11-08T23:51:10.072Z | Downloaded syn v2.0.79 |
| 401 | 2024-11-08T23:51:10.085Z | Downloaded toml_edit v0.22.22 |
| 402 | 2024-11-08T23:51:10.103Z | Downloaded zerocopy v0.7.35 |
| 403 | 2024-11-08T23:51:10.150Z | Downloaded rustix v0.38.37 |
| 404 | 2024-11-08T23:51:10.170Z | Downloaded usdt v0.5.0 |
| 405 | 2024-11-08T23:51:10.173Z | Downloaded libc v0.2.161 |
| 406 | 2024-11-08T23:51:10.196Z | Downloaded tabled v0.15.0 |
| 407 | 2024-11-08T23:51:10.494Z | Compiling proc-macro2 v1.0.87 |
| 408 | 2024-11-08T23:51:10.494Z | Compiling unicode-ident v1.0.13 |
| 409 | 2024-11-08T23:51:10.497Z | Compiling serde v1.0.210 |
| 410 | 2024-11-08T23:51:10.497Z | Compiling version_check v0.9.5 |
| 411 | 2024-11-08T23:51:10.499Z | Compiling thiserror v1.0.64 |
| 412 | 2024-11-08T23:51:10.499Z | Compiling memchr v2.7.4 |
| 413 | 2024-11-08T23:51:10.499Z | Compiling libc v0.2.161 |
| 414 | 2024-11-08T23:51:10.531Z | Compiling ucd-trie v0.1.7 |
| 415 | 2024-11-08T23:51:10.747Z | Compiling itoa v1.0.11 |
| 416 | 2024-11-08T23:51:11.021Z | Compiling ryu v1.0.18 |
| 417 | 2024-11-08T23:51:11.271Z | Compiling once_cell v1.20.2 |
| 418 | 2024-11-08T23:51:11.370Z | Compiling byteorder v1.5.0 |
| 419 | 2024-11-08T23:51:11.395Z | Compiling serde_json v1.0.128 |
| 420 | 2024-11-08T23:51:11.717Z | Compiling rustix v0.38.37 |
| 421 | 2024-11-08T23:51:11.801Z | Compiling bitflags v2.6.0 |
| 422 | 2024-11-08T23:51:11.850Z | Compiling usdt-impl v0.5.0 |
| 423 | 2024-11-08T23:51:12.209Z | Compiling proc-macro-error-attr v1.0.4 |
| 424 | 2024-11-08T23:51:12.233Z | Compiling syn v1.0.109 |
| 425 | 2024-11-08T23:51:12.296Z | Compiling proc-macro-error v1.0.4 |
| 426 | 2024-11-08T23:51:12.325Z | Compiling quote v1.0.37 |
| 427 | 2024-11-08T23:51:12.585Z | Compiling camino v1.1.9 |
| 428 | 2024-11-08T23:51:12.607Z | Compiling hashbrown v0.15.0 |
| 429 | 2024-11-08T23:51:12.632Z | Compiling plain v0.2.3 |
| 430 | 2024-11-08T23:51:12.807Z | Compiling syn v2.0.79 |
| 431 | 2024-11-08T23:51:12.832Z | Compiling errno v0.3.9 |
| 432 | 2024-11-08T23:51:12.978Z | Compiling log v0.4.22 |
| 433 | 2024-11-08T23:51:13.077Z | Compiling utf8parse v0.2.2 |
| 434 | 2024-11-08T23:51:13.189Z | Compiling equivalent v1.0.1 |
| 435 | 2024-11-08T23:51:13.256Z | Compiling thread-id v4.2.2 |
| 436 | 2024-11-08T23:51:13.310Z | Compiling anstyle-parse v0.2.5 |
| 437 | 2024-11-08T23:51:13.541Z | Compiling pretty-hex v0.4.1 |
| 438 | 2024-11-08T23:51:13.637Z | Compiling anstyle v1.0.10 |
| 439 | 2024-11-08T23:51:13.772Z | Compiling is_terminal_polyfill v1.70.1 |
| 440 | 2024-11-08T23:51:13.798Z | Compiling unicode-width v0.1.14 |
| 441 | 2024-11-08T23:51:13.902Z | Compiling indexmap v2.6.0 |
| 442 | 2024-11-08T23:51:13.926Z | Compiling semver v1.0.23 |
| 443 | 2024-11-08T23:51:14.130Z | Compiling autocfg v1.4.0 |
| 444 | 2024-11-08T23:51:14.168Z | Compiling anstyle-query v1.1.1 |
| 445 | 2024-11-08T23:51:14.330Z | Compiling winnow v0.6.20 |
| 446 | 2024-11-08T23:51:14.354Z | Compiling colorchoice v1.0.2 |
| 447 | 2024-11-08T23:51:14.530Z | Compiling anstream v0.6.15 |
| 448 | 2024-11-08T23:51:15.240Z | Compiling fs-err v2.11.0 |
| 449 | 2024-11-08T23:51:15.264Z | Compiling terminal_size v0.4.0 |
| 450 | 2024-11-08T23:51:15.296Z | Compiling bytecount v0.6.8 |
| 451 | 2024-11-08T23:51:15.325Z | Compiling cfg-if v1.0.0 |
| 452 | 2024-11-08T23:51:15.435Z | Compiling anyhow v1.0.92 |
| 453 | 2024-11-08T23:51:15.474Z | Compiling fnv v1.0.7 |
| 454 | 2024-11-08T23:51:15.521Z | Compiling strsim v0.11.1 |
| 455 | 2024-11-08T23:51:15.545Z | Compiling heck v0.4.1 |
| 456 | 2024-11-08T23:51:15.620Z | Compiling clap_lex v0.7.2 |
| 457 | 2024-11-08T23:51:15.967Z | Compiling heck v0.5.0 |
| 458 | 2024-11-08T23:51:16.077Z | Compiling fastrand v2.1.1 |
| 459 | 2024-11-08T23:51:16.452Z | Compiling tempfile v3.13.0 |
| 460 | 2024-11-08T23:51:16.493Z | Compiling clap_builder v4.5.20 |
| 461 | 2024-11-08T23:51:16.515Z | Compiling papergrid v0.11.0 |
| 462 | 2024-11-08T23:51:16.805Z | Compiling memmap v0.7.0 |
| 463 | 2024-11-08T23:51:16.917Z | Compiling unicode-linebreak v0.1.5 |
| 464 | 2024-11-08T23:51:17.187Z | Compiling smawk v0.3.2 |
| 465 | 2024-11-08T23:51:17.405Z | Compiling textwrap v0.16.1 |
| 466 | 2024-11-08T23:51:17.903Z | Compiling swrite v0.1.0 |
| 467 | 2024-11-08T23:51:18.843Z | Compiling tabled_derive v0.7.0 |
| 468 | 2024-11-08T23:51:20.521Z | Compiling tabled v0.15.0 |
| 469 | 2024-11-08T23:51:21.322Z | Compiling serde_derive v1.0.210 |
| 470 | 2024-11-08T23:51:21.322Z | Compiling thiserror-impl v1.0.64 |
| 471 | 2024-11-08T23:51:21.325Z | Compiling zerocopy-derive v0.7.35 |
| 472 | 2024-11-08T23:51:21.325Z | Compiling scroll_derive v0.12.0 |
| 473 | 2024-11-08T23:51:21.325Z | Compiling clap_derive v4.5.18 |
| 474 | 2024-11-08T23:51:22.800Z | Compiling scroll v0.12.0 |
| 475 | 2024-11-08T23:51:23.301Z | Compiling goblin v0.8.2 |
| 476 | 2024-11-08T23:51:23.333Z | Compiling zerocopy v0.7.35 |
| 477 | 2024-11-08T23:51:23.991Z | Compiling pest v2.7.14 |
| 478 | 2024-11-08T23:51:24.862Z | Compiling clap v4.5.20 |
| 479 | 2024-11-08T23:51:26.404Z | Compiling pest_meta v2.7.14 |
| 480 | 2024-11-08T23:51:27.305Z | Compiling pest_generator v2.7.14 |
| 481 | 2024-11-08T23:51:28.992Z | Compiling pest_derive v2.7.14 |
| 482 | 2024-11-08T23:51:30.714Z | Compiling dtrace-parser v0.2.0 |
| 483 | 2024-11-08T23:51:31.502Z | Compiling toml_datetime v0.6.8 |
| 484 | 2024-11-08T23:51:31.505Z | Compiling serde_spanned v0.6.8 |
| 485 | 2024-11-08T23:51:31.505Z | Compiling cargo-platform v0.1.8 |
| 486 | 2024-11-08T23:51:31.861Z | Compiling serde_tokenstream v0.2.2 |
| 487 | 2024-11-08T23:51:31.984Z | Compiling toml_edit v0.22.22 |
| 488 | 2024-11-08T23:51:32.090Z | Compiling macaddr v1.0.1 |
| 489 | 2024-11-08T23:51:32.092Z | Compiling camino-tempfile v1.1.1 |
| 490 | 2024-11-08T23:51:33.041Z | Compiling dof v0.3.0 |
| 491 | 2024-11-08T23:51:33.041Z | Compiling cargo_metadata v0.18.1 |
| 492 | 2024-11-08T23:51:34.746Z | Compiling toml v0.8.19 |
| 493 | 2024-11-08T23:51:35.067Z | Compiling usdt-attr-macro v0.5.0 |
| 494 | 2024-11-08T23:51:35.067Z | Compiling usdt-macro v0.5.0 |
| 495 | 2024-11-08T23:51:35.736Z | Compiling cargo_toml v0.20.5 |
| 496 | 2024-11-08T23:51:36.413Z | Compiling usdt v0.5.0 |
| 497 | 2024-11-08T23:51:39.291Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 498 | 2024-11-08T23:51:43.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.46s |
| 499 | 2024-11-08T23:51:43.457Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 500 | 2024-11-08T23:51:43.990Z | Downloading crates ... |
| 501 | 2024-11-08T23:51:44.142Z | Downloaded bit-set v0.5.3 |
| 502 | 2024-11-08T23:51:44.145Z | Downloaded bit-vec v0.6.3 |
| 503 | 2024-11-08T23:51:44.148Z | Downloaded atomic-waker v1.1.2 |
| 504 | 2024-11-08T23:51:44.148Z | Downloaded async-trait v0.1.83 |
| 505 | 2024-11-08T23:51:44.151Z | Downloaded base64 v0.22.1 |
| 506 | 2024-11-08T23:51:44.156Z | Downloaded base64 v0.13.1 |
| 507 | 2024-11-08T23:51:44.160Z | Downloaded home v0.5.9 |
| 508 | 2024-11-08T23:51:44.164Z | Downloaded hickory-client v0.24.1 |
| 509 | 2024-11-08T23:51:44.166Z | Downloaded base64 v0.21.7 |
| 510 | 2024-11-08T23:51:44.172Z | Downloaded hickory-resolver v0.24.1 |
| 511 | 2024-11-08T23:51:44.175Z | Downloaded highway v1.2.0 |
| 512 | 2024-11-08T23:51:44.178Z | Downloaded atomicwrites v0.4.4 |
| 513 | 2024-11-08T23:51:44.180Z | Downloaded async-recursion v1.1.1 |
| 514 | 2024-11-08T23:51:44.184Z | Downloaded http-range v0.1.5 |
| 515 | 2024-11-08T23:51:44.187Z | Downloaded hostname v0.4.0 |
| 516 | 2024-11-08T23:51:44.189Z | Downloaded hostname v0.3.1 |
| 517 | 2024-11-08T23:51:44.189Z | Downloaded hyper v1.4.1 |
| 518 | 2024-11-08T23:51:44.198Z | Downloaded indoc v1.0.9 |
| 519 | 2024-11-08T23:51:44.203Z | Downloaded ident_case v1.0.1 |
| 520 | 2024-11-08T23:51:44.205Z | Downloaded iana-time-zone v0.1.61 |
| 521 | 2024-11-08T23:51:44.208Z | Downloaded lazycell v1.3.0 |
| 522 | 2024-11-08T23:51:44.210Z | Downloaded hyper-rustls v0.27.3 |
| 523 | 2024-11-08T23:51:44.214Z | Downloaded lock_api v0.4.12 |
| 524 | 2024-11-08T23:51:44.217Z | Downloaded indicatif v0.17.8 |
| 525 | 2024-11-08T23:51:44.220Z | Downloaded indexmap v1.9.3 |
| 526 | 2024-11-08T23:51:44.225Z | Downloaded arc-swap v1.7.1 |
| 527 | 2024-11-08T23:51:44.229Z | Downloaded http v1.1.0 |
| 528 | 2024-11-08T23:51:44.235Z | Downloaded minimal-lexical v0.2.1 |
| 529 | 2024-11-08T23:51:44.239Z | Downloaded itertools v0.10.5 |
| 530 | 2024-11-08T23:51:44.247Z | Downloaded itertools v0.12.1 |
| 531 | 2024-11-08T23:51:44.255Z | Downloaded crossbeam-utils v0.8.20 |
| 532 | 2024-11-08T23:51:44.258Z | Downloaded colored v2.1.0 |
| 533 | 2024-11-08T23:51:44.261Z | Downloaded aes-gcm v0.10.3 |
| 534 | 2024-11-08T23:51:44.265Z | Downloaded bindgen v0.69.5 |
| 535 | 2024-11-08T23:51:44.273Z | Downloaded cexpr v0.6.0 |
| 536 | 2024-11-08T23:51:44.276Z | Downloaded chrono v0.4.38 |
| 537 | 2024-11-08T23:51:44.285Z | Downloaded bitflags v1.3.2 |
| 538 | 2024-11-08T23:51:44.288Z | Downloaded backtrace v0.3.74 |
| 539 | 2024-11-08T23:51:44.294Z | Downloaded aes v0.8.4 |
| 540 | 2024-11-08T23:51:44.298Z | Downloaded allocator-api2 v0.2.18 |
| 541 | 2024-11-08T23:51:44.302Z | Downloaded addr2line v0.24.2 |
| 542 | 2024-11-08T23:51:44.305Z | Downloaded hyper-util v0.1.9 |
| 543 | 2024-11-08T23:51:44.309Z | Downloaded base64ct v1.6.0 |
| 544 | 2024-11-08T23:51:44.312Z | Downloaded ahash v0.8.11 |
| 545 | 2024-11-08T23:51:44.315Z | Downloaded backoff v0.4.0 |
| 546 | 2024-11-08T23:51:44.318Z | Downloaded atty v0.2.14 |
| 547 | 2024-11-08T23:51:44.321Z | Downloaded async-stream-impl v0.3.6 |
| 548 | 2024-11-08T23:51:44.321Z | Downloaded async-stream v0.3.6 |
| 549 | 2024-11-08T23:51:44.324Z | Downloaded arrayref v0.3.9 |
| 550 | 2024-11-08T23:51:44.324Z | Downloaded aead v0.5.2 |
| 551 | 2024-11-08T23:51:44.328Z | Downloaded adler2 v2.0.0 |
| 552 | 2024-11-08T23:51:44.330Z | Downloaded lazy_static v1.5.0 |
| 553 | 2024-11-08T23:51:44.330Z | Downloaded hyper-tls v0.6.0 |
| 554 | 2024-11-08T23:51:44.333Z | Downloaded httparse v1.9.5 |
| 555 | 2024-11-08T23:51:44.335Z | Downloaded http-body-util v0.1.2 |
| 556 | 2024-11-08T23:51:44.338Z | Downloaded hex v0.4.3 |
| 557 | 2024-11-08T23:51:44.341Z | Downloaded heck v0.3.3 |
| 558 | 2024-11-08T23:51:44.344Z | Downloaded convert_case v0.4.0 |
| 559 | 2024-11-08T23:51:44.344Z | Downloaded cipher v0.4.4 |
| 560 | 2024-11-08T23:51:44.347Z | Downloaded constant_time_eq v0.3.1 |
| 561 | 2024-11-08T23:51:44.347Z | Downloaded crossbeam-deque v0.8.5 |
| 562 | 2024-11-08T23:51:44.350Z | Downloaded ctr v0.9.2 |
| 563 | 2024-11-08T23:51:44.354Z | Downloaded maplit v1.0.2 |
| 564 | 2024-11-08T23:51:44.354Z | Downloaded md5 v0.7.0 |
| 565 | 2024-11-08T23:51:44.357Z | Downloaded ciborium v0.2.2 |
| 566 | 2024-11-08T23:51:44.357Z | Downloaded mime v0.3.17 |
| 567 | 2024-11-08T23:51:44.360Z | Downloaded nibble_vec v0.1.0 |
| 568 | 2024-11-08T23:51:44.362Z | Downloaded darling v0.20.10 |
| 569 | 2024-11-08T23:51:44.366Z | Downloaded miniz_oxide v0.8.0 |
| 570 | 2024-11-08T23:51:44.369Z | Downloaded compact_str v0.8.0 |
| 571 | 2024-11-08T23:51:44.373Z | Downloaded libm v0.2.8 |
| 572 | 2024-11-08T23:51:44.382Z | Downloaded crossbeam-channel v0.5.13 |
| 573 | 2024-11-08T23:51:44.387Z | Downloaded hmac v0.12.1 |
| 574 | 2024-11-08T23:51:44.392Z | Downloaded hkdf v0.12.4 |
| 575 | 2024-11-08T23:51:44.394Z | Downloaded blake3 v1.5.4 |
| 576 | 2024-11-08T23:51:44.402Z | Downloaded mio v1.0.2 |
| 577 | 2024-11-08T23:51:44.408Z | Downloaded idna v0.5.0 |
| 578 | 2024-11-08T23:51:44.416Z | Downloaded itertools v0.13.0 |
| 579 | 2024-11-08T23:51:44.425Z | Downloaded idna v0.4.0 |
| 580 | 2024-11-08T23:51:44.433Z | Downloaded idna v0.3.0 |
| 581 | 2024-11-08T23:51:44.441Z | Downloaded lalrpop v0.19.12 |
| 582 | 2024-11-08T23:51:44.454Z | Downloaded mirai-annotations v1.12.0 |
| 583 | 2024-11-08T23:51:44.457Z | Downloaded memmap2 v0.9.5 |
| 584 | 2024-11-08T23:51:44.460Z | Downloaded lockfree-object-pool v0.1.6 |
| 585 | 2024-11-08T23:51:44.462Z | Downloaded chacha20poly1305 v0.10.1 |
| 586 | 2024-11-08T23:51:44.463Z | Downloaded assert_matches v1.5.0 |
| 587 | 2024-11-08T23:51:44.465Z | Downloaded linked-hash-map v0.5.6 |
| 588 | 2024-11-08T23:51:44.465Z | Downloaded console v0.15.8 |
| 589 | 2024-11-08T23:51:44.468Z | Downloaded cmake v0.1.51 |
| 590 | 2024-11-08T23:51:44.471Z | Downloaded chacha20 v0.9.1 |
| 591 | 2024-11-08T23:51:44.474Z | Downloaded cfg_aliases v0.2.1 |
| 592 | 2024-11-08T23:51:44.474Z | Downloaded bzip2 v0.4.4 |
| 593 | 2024-11-08T23:51:44.477Z | Downloaded native-tls v0.2.12 |
| 594 | 2024-11-08T23:51:44.480Z | Downloaded rand_xorshift v0.3.0 |
| 595 | 2024-11-08T23:51:44.482Z | Downloaded nix v0.28.0 |
| 596 | 2024-11-08T23:51:44.494Z | Downloaded ron v0.7.1 |
| 597 | 2024-11-08T23:51:44.500Z | Downloaded libefi-sys v0.1.0 |
| 598 | 2024-11-08T23:51:44.502Z | Downloaded lalrpop-util v0.19.12 |
| 599 | 2024-11-08T23:51:44.502Z | Downloaded kstat-rs v0.2.4 |
| 600 | 2024-11-08T23:51:44.505Z | Downloaded keccak v0.1.5 |
| 601 | 2024-11-08T23:51:44.505Z | Downloaded ipnetwork v0.20.0 |
| 602 | 2024-11-08T23:51:44.508Z | Downloaded internet-checksum v0.2.1 |
| 603 | 2024-11-08T23:51:44.517Z | Downloaded reqwest v0.12.8 |
| 604 | 2024-11-08T23:51:44.523Z | Downloaded lru-cache v0.1.2 |
| 605 | 2024-11-08T23:51:44.523Z | Downloaded scopeguard v1.2.0 |
| 606 | 2024-11-08T23:51:44.527Z | Downloaded linear-map v1.2.0 |
| 607 | 2024-11-08T23:51:44.527Z | Downloaded libxml v0.3.3 |
| 608 | 2024-11-08T23:51:44.531Z | Downloaded multer v3.1.0 |
| 609 | 2024-11-08T23:51:44.541Z | Downloaded rustls-pki-types v1.9.0 |
| 610 | 2024-11-08T23:51:44.546Z | Downloaded mockall_derive v0.13.0 |
| 611 | 2024-11-08T23:51:44.549Z | Downloaded mockall v0.13.0 |
| 612 | 2024-11-08T23:51:44.553Z | Downloaded maybe-uninit v2.0.0 |
| 613 | 2024-11-08T23:51:44.553Z | Downloaded match_cfg v0.1.0 |
| 614 | 2024-11-08T23:51:44.553Z | Downloaded radix_trie v0.2.1 |
| 615 | 2024-11-08T23:51:44.558Z | Downloaded rustls-webpki v0.101.7 |
| 616 | 2024-11-08T23:51:44.575Z | Downloaded tokio-macros v2.4.0 |
| 617 | 2024-11-08T23:51:44.578Z | Downloaded similar v2.6.0 |
| 618 | 2024-11-08T23:51:44.581Z | Downloaded strum_macros v0.26.4 |
| 619 | 2024-11-08T23:51:44.585Z | Downloaded cfg_aliases v0.1.1 |
| 620 | 2024-11-08T23:51:44.588Z | Downloaded cbc v0.1.2 |
| 621 | 2024-11-08T23:51:44.588Z | Downloaded cassowary v0.3.0 |
| 622 | 2024-11-08T23:51:44.590Z | Downloaded supports-color v3.0.1 |
| 623 | 2024-11-08T23:51:44.593Z | Downloaded strum_macros v0.25.3 |
| 624 | 2024-11-08T23:51:44.596Z | Downloaded untrusted v0.9.0 |
| 625 | 2024-11-08T23:51:44.596Z | Downloaded tokio-rustls v0.24.1 |
| 626 | 2024-11-08T23:51:44.598Z | Downloaded tokio-stream v0.1.16 |
| 627 | 2024-11-08T23:51:44.604Z | Downloaded zeroize v1.8.1 |
| 628 | 2024-11-08T23:51:44.606Z | Downloaded utf-8 v0.7.6 |
| 629 | 2024-11-08T23:51:44.609Z | Downloaded deranged v0.3.11 |
| 630 | 2024-11-08T23:51:44.609Z | Downloaded darling_core v0.20.10 |
| 631 | 2024-11-08T23:51:44.614Z | Downloaded url v2.5.2 |
| 632 | 2024-11-08T23:51:44.620Z | Downloaded newtype_derive v0.1.6 |
| 633 | 2024-11-08T23:51:44.622Z | Downloaded newtype-uuid v1.1.2 |
| 634 | 2024-11-08T23:51:44.622Z | Downloaded newline-converter v0.3.0 |
| 635 | 2024-11-08T23:51:44.625Z | Downloaded nanorand v0.7.0 |
| 636 | 2024-11-08T23:51:44.627Z | Downloaded hubpack v0.1.2 |
| 637 | 2024-11-08T23:51:44.627Z | Downloaded flate2 v1.0.34 |
| 638 | 2024-11-08T23:51:44.633Z | Downloaded fixedbitset v0.4.2 |
| 639 | 2024-11-08T23:51:44.636Z | Downloaded funty v2.0.0 |
| 640 | 2024-11-08T23:51:44.639Z | Downloaded ghash v0.5.1 |
| 641 | 2024-11-08T23:51:44.639Z | Downloaded fragile v2.0.0 |
| 642 | 2024-11-08T23:51:44.643Z | Downloaded env_logger v0.11.5 |
| 643 | 2024-11-08T23:51:44.647Z | Downloaded h2 v0.4.6 |
| 644 | 2024-11-08T23:51:44.651Z | Downloaded block-padding v0.3.3 |
| 645 | 2024-11-08T23:51:44.654Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 646 | 2024-11-08T23:51:44.667Z | Downloaded cobs v0.2.3 |
| 647 | 2024-11-08T23:51:44.671Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 648 | 2024-11-08T23:51:44.671Z | Downloaded cstr-argument v0.1.2 |
| 649 | 2024-11-08T23:51:44.675Z | Downloaded crucible-workspace-hack v0.1.0 |
| 650 | 2024-11-08T23:51:44.675Z | Downloaded crossterm v0.28.1 |
| 651 | 2024-11-08T23:51:44.679Z | Downloaded pin-utils v0.1.0 |
| 652 | 2024-11-08T23:51:44.683Z | Downloaded pin-project v1.1.6 |
| 653 | 2024-11-08T23:51:44.695Z | Downloaded serde-big-array v0.5.1 |
| 654 | 2024-11-08T23:51:44.699Z | Downloaded rand_core v0.6.4 |
| 655 | 2024-11-08T23:51:44.703Z | Downloaded proc-macro-crate v1.3.1 |
| 656 | 2024-11-08T23:51:44.703Z | Downloaded pin-project-lite v0.2.14 |
| 657 | 2024-11-08T23:51:44.708Z | Downloaded rustc-hash v2.0.0 |
| 658 | 2024-11-08T23:51:44.708Z | Downloaded rustc-hash v1.1.0 |
| 659 | 2024-11-08T23:51:44.712Z | Downloaded sha1 v0.10.6 |
| 660 | 2024-11-08T23:51:44.712Z | Downloaded slog v2.7.0 |
| 661 | 2024-11-08T23:51:44.717Z | Downloaded serde_yaml v0.9.34+deprecated |
| 662 | 2024-11-08T23:51:44.719Z | Downloaded spin v0.9.8 |
| 663 | 2024-11-08T23:51:44.722Z | Downloaded regex v1.11.0 |
| 664 | 2024-11-08T23:51:44.736Z | Downloaded rustc-demangle v0.1.24 |
| 665 | 2024-11-08T23:51:44.739Z | Downloaded scrypt v0.11.0 |
| 666 | 2024-11-08T23:51:44.742Z | Downloaded rand_seeder v0.3.0 |
| 667 | 2024-11-08T23:51:44.742Z | Downloaded ref-cast-impl v1.0.23 |
| 668 | 2024-11-08T23:51:44.744Z | Downloaded pem v3.0.4 |
| 669 | 2024-11-08T23:51:44.744Z | Downloaded pin-project-internal v1.1.6 |
| 670 | 2024-11-08T23:51:44.748Z | Downloaded number_prefix v0.4.0 |
| 671 | 2024-11-08T23:51:44.752Z | Downloaded num_threads v0.1.7 |
| 672 | 2024-11-08T23:51:44.752Z | Downloaded num-traits v0.2.19 |
| 673 | 2024-11-08T23:51:44.755Z | Downloaded sync_wrapper v1.0.1 |
| 674 | 2024-11-08T23:51:44.755Z | Downloaded crc-catalog v2.4.0 |
| 675 | 2024-11-08T23:51:44.755Z | Downloaded crc-any v2.5.0 |
| 676 | 2024-11-08T23:51:44.758Z | Downloaded tracing-attributes v0.1.27 |
| 677 | 2024-11-08T23:51:44.761Z | Downloaded csv v1.3.0 |
| 678 | 2024-11-08T23:51:44.783Z | Downloaded unicode-xid v0.2.6 |
| 679 | 2024-11-08T23:51:44.785Z | Downloaded libz-sys v1.1.20 |
| 680 | 2024-11-08T23:51:44.808Z | Downloaded uuid v1.10.0 |
| 681 | 2024-11-08T23:51:44.811Z | Downloaded unicode-normalization v0.1.24 |
| 682 | 2024-11-08T23:51:44.818Z | Downloaded value-bag v1.9.0 |
| 683 | 2024-11-08T23:51:44.821Z | Downloaded unicode-segmentation v1.12.0 |
| 684 | 2024-11-08T23:51:44.823Z | Downloaded either v1.13.0 |
| 685 | 2024-11-08T23:51:44.826Z | Downloaded vcpkg v0.2.15 |
| 686 | 2024-11-08T23:51:44.867Z | Downloaded group v0.13.0 |
| 687 | 2024-11-08T23:51:44.869Z | Downloaded regex-automata v0.4.8 |
| 688 | 2024-11-08T23:51:44.889Z | Downloaded phf_generator v0.11.2 |
| 689 | 2024-11-08T23:51:44.902Z | Downloaded p256 v0.13.2 |
| 690 | 2024-11-08T23:51:44.902Z | Downloaded hashlink v0.9.1 |
| 691 | 2024-11-08T23:51:44.905Z | Downloaded radium v0.7.0 |
| 692 | 2024-11-08T23:51:44.905Z | Downloaded zopfli v0.8.1 |
| 693 | 2024-11-08T23:51:44.905Z | Downloaded fs_extra v1.3.0 |
| 694 | 2024-11-08T23:51:44.905Z | Downloaded heapless v0.8.0 |
| 695 | 2024-11-08T23:51:44.908Z | Downloaded flagset v0.4.6 |
| 696 | 2024-11-08T23:51:44.910Z | Downloaded embedded-io v0.4.0 |
| 697 | 2024-11-08T23:51:44.914Z | Downloaded rustc_version v0.4.1 |
| 698 | 2024-11-08T23:51:44.914Z | Downloaded parking_lot_core v0.9.10 |
| 699 | 2024-11-08T23:51:44.916Z | Downloaded hashbrown v0.14.5 |
| 700 | 2024-11-08T23:51:44.923Z | Downloaded parse-zoneinfo v0.3.1 |
| 701 | 2024-11-08T23:51:44.926Z | Downloaded postcard v1.0.10 |
| 702 | 2024-11-08T23:51:44.929Z | Downloaded polyval v0.6.2 |
| 703 | 2024-11-08T23:51:44.932Z | Downloaded parking_lot_core v0.8.6 |
| 704 | 2024-11-08T23:51:44.934Z | Downloaded parking_lot v0.12.3 |
| 705 | 2024-11-08T23:51:44.938Z | Downloaded russh-keys v0.45.0 |
| 706 | 2024-11-08T23:51:44.941Z | Downloaded portable-atomic v1.9.0 |
| 707 | 2024-11-08T23:51:44.948Z | Downloaded pretty-hex v0.2.1 |
| 708 | 2024-11-08T23:51:44.951Z | Downloaded pem-rfc7468 v0.7.0 |
| 709 | 2024-11-08T23:51:44.951Z | Downloaded progenitor v0.8.0 |
| 710 | 2024-11-08T23:51:44.953Z | Downloaded primeorder v0.13.6 |
| 711 | 2024-11-08T23:51:44.953Z | Downloaded prettyplease v0.2.22 |
| 712 | 2024-11-08T23:51:44.959Z | Downloaded data-encoding v2.6.0 |
| 713 | 2024-11-08T23:51:44.961Z | Downloaded darling_macro v0.20.10 |
| 714 | 2024-11-08T23:51:44.961Z | Downloaded pkcs1 v0.7.5 |
| 715 | 2024-11-08T23:51:44.966Z | Downloaded parse-size v1.1.0 |
| 716 | 2024-11-08T23:51:44.966Z | Downloaded parse-display-derive v0.10.0 |
| 717 | 2024-11-08T23:51:44.969Z | Downloaded rustls-pemfile v1.0.4 |
| 718 | 2024-11-08T23:51:44.969Z | Downloaded signal-hook v0.3.17 |
| 719 | 2024-11-08T23:51:44.972Z | Downloaded tower-service v0.3.3 |
| 720 | 2024-11-08T23:51:44.975Z | Downloaded fallible-iterator v0.2.0 |
| 721 | 2024-11-08T23:51:44.978Z | Downloaded thread_local v1.1.8 |
| 722 | 2024-11-08T23:51:44.978Z | Downloaded parse-display v0.10.0 |
| 723 | 2024-11-08T23:51:44.978Z | Downloaded packed_struct v0.10.1 |
| 724 | 2024-11-08T23:51:44.981Z | Downloaded num_enum_derive v0.5.11 |
| 725 | 2024-11-08T23:51:44.985Z | Downloaded num_enum v0.5.11 |
| 726 | 2024-11-08T23:51:44.991Z | Downloaded num-iter v0.1.45 |
| 727 | 2024-11-08T23:51:44.991Z | Downloaded num-integer v0.1.46 |
| 728 | 2024-11-08T23:51:44.995Z | Downloaded num-conv v0.1.0 |
| 729 | 2024-11-08T23:51:44.995Z | Downloaded num-complex v0.4.6 |
| 730 | 2024-11-08T23:51:44.999Z | Downloaded num v0.4.3 |
| 731 | 2024-11-08T23:51:44.999Z | Downloaded serde-hex v0.1.0 |
| 732 | 2024-11-08T23:51:44.999Z | Downloaded num-rational v0.4.2 |
| 733 | 2024-11-08T23:51:45.002Z | Downloaded rustc_version v0.1.7 |
| 734 | 2024-11-08T23:51:45.003Z | Downloaded ref-cast v1.0.23 |
| 735 | 2024-11-08T23:51:45.007Z | Downloaded reedline v0.35.0 |
| 736 | 2024-11-08T23:51:45.014Z | Downloaded quinn-udp v0.5.5 |
| 737 | 2024-11-08T23:51:45.018Z | Downloaded num-derive v0.4.2 |
| 738 | 2024-11-08T23:51:45.018Z | Downloaded num-bigint v0.4.6 |
| 739 | 2024-11-08T23:51:45.022Z | Downloaded unicode-truncate v1.1.0 |
| 740 | 2024-11-08T23:51:45.024Z | Downloaded typed-path v0.9.3 |
| 741 | 2024-11-08T23:51:45.031Z | Downloaded yasna v0.5.2 |
| 742 | 2024-11-08T23:51:45.033Z | Downloaded defmt v0.3.8 |
| 743 | 2024-11-08T23:51:45.038Z | Downloaded ed25519 v2.2.3 |
| 744 | 2024-11-08T23:51:45.041Z | Downloaded ed25519-dalek v2.1.1 |
| 745 | 2024-11-08T23:51:45.044Z | Downloaded foreign-types v0.3.2 |
| 746 | 2024-11-08T23:51:45.047Z | Downloaded regex-syntax v0.6.29 |
| 747 | 2024-11-08T23:51:45.055Z | Downloaded flume v0.11.0 |
| 748 | 2024-11-08T23:51:45.057Z | Downloaded foldhash v0.1.3 |
| 749 | 2024-11-08T23:51:45.060Z | Downloaded defmt-macros v0.3.9 |
| 750 | 2024-11-08T23:51:45.063Z | Downloaded winnow v0.5.40 |
| 751 | 2024-11-08T23:51:45.079Z | Downloaded serde_urlencoded v0.7.1 |
| 752 | 2024-11-08T23:51:45.082Z | Downloaded serde_repr v0.1.19 |
| 753 | 2024-11-08T23:51:45.082Z | Downloaded fd-lock v4.0.2 |
| 754 | 2024-11-08T23:51:45.082Z | Downloaded stable_deref_trait v1.2.0 |
| 755 | 2024-11-08T23:51:45.082Z | Downloaded fatfs v0.3.6 |
| 756 | 2024-11-08T23:51:45.084Z | Downloaded vergen v8.3.2 |
| 757 | 2024-11-08T23:51:45.087Z | Downloaded xz2 v0.1.7 |
| 758 | 2024-11-08T23:51:45.090Z | Downloaded derive_builder_core v0.20.2 |
| 759 | 2024-11-08T23:51:45.094Z | Downloaded strip-ansi-escapes v0.2.0 |
| 760 | 2024-11-08T23:51:45.096Z | Downloaded dyn-clone v1.0.17 |
| 761 | 2024-11-08T23:51:45.096Z | Downloaded rustls v0.21.12 |
| 762 | 2024-11-08T23:51:45.109Z | Downloaded normalize-line-endings v0.3.0 |
| 763 | 2024-11-08T23:51:45.111Z | Downloaded postgres-types v0.2.8 |
| 764 | 2024-11-08T23:51:45.114Z | Downloaded postgres-protocol v0.6.7 |
| 765 | 2024-11-08T23:51:45.116Z | Downloaded poly1305 v0.8.0 |
| 766 | 2024-11-08T23:51:45.118Z | Downloaded hashbrown v0.12.3 |
| 767 | 2024-11-08T23:51:45.123Z | Downloaded signal-hook-mio v0.2.4 |
| 768 | 2024-11-08T23:51:45.126Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 769 | 2024-11-08T23:51:45.187Z | Downloaded which v4.4.2 |
| 770 | 2024-11-08T23:51:45.189Z | Downloaded want v0.3.1 |
| 771 | 2024-11-08T23:51:45.189Z | Downloaded toml_edit v0.19.15 |
| 772 | 2024-11-08T23:51:45.206Z | Downloaded zeroize_derive v1.4.2 |
| 773 | 2024-11-08T23:51:45.209Z | Downloaded wyz v0.5.1 |
| 774 | 2024-11-08T23:51:45.209Z | Downloaded whoami v1.5.2 |
| 775 | 2024-11-08T23:51:45.212Z | Downloaded debug-ignore v1.0.5 |
| 776 | 2024-11-08T23:51:45.215Z | Downloaded openssl-probe v0.1.5 |
| 777 | 2024-11-08T23:51:45.215Z | Downloaded openssl-macros v0.1.1 |
| 778 | 2024-11-08T23:51:45.217Z | Downloaded xattr v1.3.1 |
| 779 | 2024-11-08T23:51:45.219Z | Downloaded omicron-zone-package v0.11.1 |
| 780 | 2024-11-08T23:51:45.223Z | Downloaded parking_lot v0.11.2 |
| 781 | 2024-11-08T23:51:45.226Z | Downloaded olpc-cjson v0.1.4 |
| 782 | 2024-11-08T23:51:45.226Z | Downloaded num-bigint-dig v0.8.4 |
| 783 | 2024-11-08T23:51:45.232Z | Downloaded smoltcp v0.11.0 |
| 784 | 2024-11-08T23:51:45.244Z | Downloaded phf_shared v0.11.2 |
| 785 | 2024-11-08T23:51:45.247Z | Downloaded webpki-roots v0.26.6 |
| 786 | 2024-11-08T23:51:45.250Z | Downloaded opaque-debug v0.3.1 |
| 787 | 2024-11-08T23:51:45.254Z | Downloaded time-macros v0.2.18 |
| 788 | 2024-11-08T23:51:45.257Z | Downloaded rusty-fork v0.3.0 |
| 789 | 2024-11-08T23:51:45.257Z | Downloaded ron v0.8.1 |
| 790 | 2024-11-08T23:51:45.261Z | Downloaded rustversion v1.0.17 |
| 791 | 2024-11-08T23:51:45.264Z | Downloaded vte_generate_state_changes v0.1.2 |
| 792 | 2024-11-08T23:51:45.267Z | Downloaded wait-timeout v0.2.0 |
| 793 | 2024-11-08T23:51:45.267Z | Downloaded twox-hash v1.6.3 |
| 794 | 2024-11-08T23:51:45.269Z | Downloaded try-lock v0.2.5 |
| 795 | 2024-11-08T23:51:45.272Z | Downloaded vte v0.11.1 |
| 796 | 2024-11-08T23:51:45.276Z | Downloaded rayon-core v1.12.1 |
| 797 | 2024-11-08T23:51:45.279Z | Downloaded tokio-util v0.7.12 |
| 798 | 2024-11-08T23:51:45.285Z | Downloaded rand v0.8.5 |
| 799 | 2024-11-08T23:51:45.289Z | Downloaded tokio-tungstenite v0.24.0 |
| 800 | 2024-11-08T23:51:45.292Z | Downloaded rand_chacha v0.3.1 |
| 801 | 2024-11-08T23:51:45.296Z | Downloaded tiny-keccak v2.0.2 |
| 802 | 2024-11-08T23:51:45.299Z | Downloaded r2d2 v0.8.10 |
| 803 | 2024-11-08T23:51:45.299Z | Downloaded rustls-pemfile v2.2.0 |
| 804 | 2024-11-08T23:51:45.301Z | Downloaded quick-error v1.2.3 |
| 805 | 2024-11-08T23:51:45.305Z | Downloaded tough v0.19.0 |
| 806 | 2024-11-08T23:51:45.311Z | Downloaded rayon v1.10.0 |
| 807 | 2024-11-08T23:51:45.326Z | Downloaded topological-sort v0.2.2 |
| 808 | 2024-11-08T23:51:45.330Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 809 | 2024-11-08T23:51:45.330Z | Downloaded smf v0.2.3 |
| 810 | 2024-11-08T23:51:45.330Z | Downloaded slog-stdlog v4.1.1 |
| 811 | 2024-11-08T23:51:45.330Z | Downloaded rcgen v0.12.1 |
| 812 | 2024-11-08T23:51:45.335Z | Downloaded proptest v1.5.0 |
| 813 | 2024-11-08T23:51:45.344Z | Downloaded socket2 v0.5.7 |
| 814 | 2024-11-08T23:51:45.346Z | Downloaded serde_plain v1.0.2 |
| 815 | 2024-11-08T23:51:45.350Z | Downloaded rustyline v14.0.0 |
| 816 | 2024-11-08T23:51:45.352Z | Downloaded rsa v0.9.6 |
| 817 | 2024-11-08T23:51:45.358Z | Downloaded object v0.36.5 |
| 818 | 2024-11-08T23:51:45.372Z | Downloaded futures-io v0.3.31 |
| 819 | 2024-11-08T23:51:45.375Z | Downloaded futures-executor v0.3.31 |
| 820 | 2024-11-08T23:51:45.375Z | Downloaded foreign-types-shared v0.1.1 |
| 821 | 2024-11-08T23:51:45.375Z | Downloaded foreign-types-macros v0.2.3 |
| 822 | 2024-11-08T23:51:45.377Z | Downloaded der v0.7.9 |
| 823 | 2024-11-08T23:51:45.382Z | Downloaded getrandom v0.2.15 |
| 824 | 2024-11-08T23:51:45.389Z | Downloaded tokio-tungstenite v0.23.1 |
| 825 | 2024-11-08T23:51:45.391Z | Downloaded thiserror-no-std v2.0.2 |
| 826 | 2024-11-08T23:51:45.395Z | Downloaded signal-hook-tokio v0.3.1 |
| 827 | 2024-11-08T23:51:45.395Z | Downloaded foreign-types v0.5.0 |
| 828 | 2024-11-08T23:51:45.399Z | Downloaded openssl-sys v0.9.104 |
| 829 | 2024-11-08T23:51:45.401Z | Downloaded same-file v1.0.6 |
| 830 | 2024-11-08T23:51:45.404Z | Downloaded hash32 v0.3.1 |
| 831 | 2024-11-08T23:51:45.404Z | Downloaded nix v0.29.0 |
| 832 | 2024-11-08T23:51:45.418Z | Downloaded sqlparser_derive v0.2.2 |
| 833 | 2024-11-08T23:51:45.421Z | Downloaded tui-tree-widget v0.22.0 |
| 834 | 2024-11-08T23:51:45.421Z | Downloaded structmeta-derive v0.3.0 |
| 835 | 2024-11-08T23:51:45.424Z | Downloaded structmeta-derive v0.2.0 |
| 836 | 2024-11-08T23:51:45.424Z | Downloaded serde_with_macros v3.11.0 |
| 837 | 2024-11-08T23:51:45.427Z | Downloaded enum-as-inner v0.5.1 |
| 838 | 2024-11-08T23:51:45.427Z | Downloaded phf_shared v0.10.0 |
| 839 | 2024-11-08T23:51:45.430Z | Downloaded phf_codegen v0.11.2 |
| 840 | 2024-11-08T23:51:45.430Z | Downloaded phf v0.11.2 |
| 841 | 2024-11-08T23:51:45.432Z | Downloaded static_assertions v1.1.0 |
| 842 | 2024-11-08T23:51:45.432Z | Downloaded openssl v0.10.68 |
| 843 | 2024-11-08T23:51:45.443Z | Downloaded termtree v0.4.1 |
| 844 | 2024-11-08T23:51:45.446Z | Downloaded packed_struct_codegen v0.10.1 |
| 845 | 2024-11-08T23:51:45.446Z | Downloaded schemars_derive v0.8.21 |
| 846 | 2024-11-08T23:51:45.449Z | Downloaded pkg-config v0.3.31 |
| 847 | 2024-11-08T23:51:45.449Z | Downloaded time v0.3.36 |
| 848 | 2024-11-08T23:51:45.457Z | Downloaded displaydoc v0.2.5 |
| 849 | 2024-11-08T23:51:45.460Z | Downloaded stringprep v0.1.5 |
| 850 | 2024-11-08T23:51:45.463Z | Downloaded downcast v0.11.0 |
| 851 | 2024-11-08T23:51:45.465Z | Downloaded filetime v0.2.25 |
| 852 | 2024-11-08T23:51:45.465Z | Downloaded globset v0.4.15 |
| 853 | 2024-11-08T23:51:45.469Z | Downloaded paste v1.0.15 |
| 854 | 2024-11-08T23:51:45.472Z | Downloaded float-cmp v0.9.0 |
| 855 | 2024-11-08T23:51:45.475Z | Downloaded powerfmt v0.2.0 |
| 856 | 2024-11-08T23:51:45.475Z | Downloaded owo-colors v4.1.0 |
| 857 | 2024-11-08T23:51:45.478Z | Downloaded serde_path_to_error v0.1.16 |
| 858 | 2024-11-08T23:51:45.480Z | Downloaded steno v0.4.1 |
| 859 | 2024-11-08T23:51:45.483Z | Downloaded salsa20 v0.10.2 |
| 860 | 2024-11-08T23:51:45.486Z | Downloaded rtoolbox v0.0.2 |
| 861 | 2024-11-08T23:51:45.491Z | Downloaded rpassword v7.3.1 |
| 862 | 2024-11-08T23:51:45.491Z | Downloaded pkcs5 v0.7.1 |
| 863 | 2024-11-08T23:51:45.493Z | Downloaded p521 v0.13.3 |
| 864 | 2024-11-08T23:51:45.499Z | Downloaded predicates-core v1.0.8 |
| 865 | 2024-11-08T23:51:45.502Z | Downloaded elliptic-curve v0.13.8 |
| 866 | 2024-11-08T23:51:45.504Z | Downloaded termcolor v1.4.1 |
| 867 | 2024-11-08T23:51:45.504Z | Downloaded quinn v0.11.5 |
| 868 | 2024-11-08T23:51:45.509Z | Downloaded regex-syntax v0.8.5 |
| 869 | 2024-11-08T23:51:45.519Z | Downloaded walkdir v2.5.0 |
| 870 | 2024-11-08T23:51:45.523Z | Downloaded tinyvec v1.8.0 |
| 871 | 2024-11-08T23:51:45.525Z | Downloaded vsss-rs v3.3.4 |
| 872 | 2024-11-08T23:51:45.529Z | Downloaded tokio-tungstenite v0.21.0 |
| 873 | 2024-11-08T23:51:45.531Z | Downloaded nu-ansi-term v0.50.1 |
| 874 | 2024-11-08T23:51:45.534Z | Downloaded time-core v0.1.2 |
| 875 | 2024-11-08T23:51:45.537Z | Downloaded ppv-lite86 v0.2.20 |
| 876 | 2024-11-08T23:51:45.537Z | Downloaded fallible-iterator v0.3.0 |
| 877 | 2024-11-08T23:51:45.540Z | Downloaded percent-encoding v2.3.1 |
| 878 | 2024-11-08T23:51:45.540Z | Downloaded glob v0.3.1 |
| 879 | 2024-11-08T23:51:45.542Z | Downloaded futures-macro v0.3.31 |
| 880 | 2024-11-08T23:51:45.542Z | Downloaded psl-types v2.0.11 |
| 881 | 2024-11-08T23:51:45.545Z | Downloaded predicates v3.1.2 |
| 882 | 2024-11-08T23:51:45.547Z | Downloaded futures-task v0.3.31 |
| 883 | 2024-11-08T23:51:45.547Z | Downloaded signature v2.2.0 |
| 884 | 2024-11-08T23:51:45.550Z | Downloaded signal-hook-registry v1.4.2 |
| 885 | 2024-11-08T23:51:45.552Z | Downloaded shlex v1.3.0 |
| 886 | 2024-11-08T23:51:45.553Z | Downloaded dirs-sys-next v0.1.2 |
| 887 | 2024-11-08T23:51:45.556Z | Downloaded x509-cert v0.2.5 |
| 888 | 2024-11-08T23:51:45.559Z | Downloaded quinn-proto v0.11.8 |
| 889 | 2024-11-08T23:51:45.568Z | Downloaded siphasher v0.3.11 |
| 890 | 2024-11-08T23:51:45.570Z | Downloaded futures-util v0.3.31 |
| 891 | 2024-11-08T23:51:45.583Z | Downloaded slog-async v2.8.0 |
| 892 | 2024-11-08T23:51:45.586Z | Downloaded zip v0.6.6 |
| 893 | 2024-11-08T23:51:45.589Z | Downloaded env_filter v0.1.2 |
| 894 | 2024-11-08T23:51:45.591Z | Downloaded hash32 v0.2.1 |
| 895 | 2024-11-08T23:51:45.593Z | Downloaded waitgroup v0.1.2 |
| 896 | 2024-11-08T23:51:45.593Z | Downloaded test-strategy v0.3.1 |
| 897 | 2024-11-08T23:51:45.598Z | Downloaded serde_derive_internals v0.29.1 |
| 898 | 2024-11-08T23:51:45.601Z | Downloaded progenitor-impl v0.8.0 |
| 899 | 2024-11-08T23:51:45.605Z | Downloaded password-hash v0.5.0 |
| 900 | 2024-11-08T23:51:45.608Z | Downloaded p384 v0.13.0 |
| 901 | 2024-11-08T23:51:45.612Z | Downloaded futures-sink v0.3.31 |
| 902 | 2024-11-08T23:51:45.616Z | Downloaded spin v0.5.2 |
| 903 | 2024-11-08T23:51:45.616Z | Downloaded slab v0.4.9 |
| 904 | 2024-11-08T23:51:45.619Z | Downloaded ff v0.13.0 |
| 905 | 2024-11-08T23:51:45.619Z | Downloaded diesel_derives v2.2.3 |
| 906 | 2024-11-08T23:51:45.625Z | Downloaded petgraph v0.6.5 |
| 907 | 2024-11-08T23:51:45.643Z | Downloaded env_logger v0.10.2 |
| 908 | 2024-11-08T23:51:45.645Z | Downloaded path-slash v0.1.5 |
| 909 | 2024-11-08T23:51:45.648Z | Downloaded des v0.8.1 |
| 910 | 2024-11-08T23:51:45.653Z | Downloaded derive_builder_macro v0.20.2 |
| 911 | 2024-11-08T23:51:45.653Z | Downloaded tls_codec_derive v0.4.1 |
| 912 | 2024-11-08T23:51:45.656Z | Downloaded tls_codec v0.4.1 |
| 913 | 2024-11-08T23:51:45.656Z | Downloaded regress v0.10.1 |
| 914 | 2024-11-08T23:51:45.665Z | Downloaded ratatui v0.28.1 |
| 915 | 2024-11-08T23:51:45.686Z | Downloaded display-error-chain v0.2.2 |
| 916 | 2024-11-08T23:51:45.688Z | Downloaded dhcproto v0.12.0 |
| 917 | 2024-11-08T23:51:45.691Z | Downloaded termios v0.3.3 |
| 918 | 2024-11-08T23:51:45.694Z | Downloaded string_cache v0.8.7 |
| 919 | 2024-11-08T23:51:45.694Z | Downloaded snafu v0.8.5 |
| 920 | 2024-11-08T23:51:45.699Z | Downloaded oso-derive v0.27.3 |
| 921 | 2024-11-08T23:51:45.703Z | Downloaded oso v0.27.3 |
| 922 | 2024-11-08T23:51:45.705Z | Downloaded salty v0.3.0 |
| 923 | 2024-11-08T23:51:45.713Z | Downloaded precomputed-hash v0.1.1 |
| 924 | 2024-11-08T23:51:45.716Z | Downloaded shell-words v1.1.0 |
| 925 | 2024-11-08T23:51:45.716Z | Downloaded resolv-conf v0.7.0 |
| 926 | 2024-11-08T23:51:45.716Z | Downloaded progenitor-client v0.8.0 |
| 927 | 2024-11-08T23:51:45.718Z | Downloaded rfc6979 v0.4.0 |
| 928 | 2024-11-08T23:51:45.718Z | Downloaded polar-core v0.27.3 |
| 929 | 2024-11-08T23:51:45.727Z | Downloaded sled v0.34.7 |
| 930 | 2024-11-08T23:51:45.738Z | Downloaded diesel-dtrace v0.3.0 |
| 931 | 2024-11-08T23:51:45.741Z | Downloaded sqlparser v0.45.0 |
| 932 | 2024-11-08T23:51:45.745Z | Downloaded tokio v1.40.0 |
| 933 | 2024-11-08T23:51:45.785Z | Downloaded snafu-derive v0.8.5 |
| 934 | 2024-11-08T23:51:45.788Z | Downloaded openapiv3 v2.0.0 |
| 935 | 2024-11-08T23:51:45.807Z | Downloaded smoltcp v0.9.1 |
| 936 | 2024-11-08T23:51:45.818Z | Downloaded sha3 v0.10.8 |
| 937 | 2024-11-08T23:51:45.824Z | Downloaded enum-as-inner v0.6.1 |
| 938 | 2024-11-08T23:51:45.827Z | Downloaded peg v0.8.4 |
| 939 | 2024-11-08T23:51:45.830Z | Downloaded pbkdf2 v0.12.2 |
| 940 | 2024-11-08T23:51:45.833Z | Downloaded pbkdf2 v0.11.0 |
| 941 | 2024-11-08T23:51:45.835Z | Downloaded schemars v0.8.21 |
| 942 | 2024-11-08T23:51:45.850Z | Downloaded encoding_rs v0.8.34 |
| 943 | 2024-11-08T23:51:45.878Z | Downloaded scheduled-thread-pool v0.2.7 |
| 944 | 2024-11-08T23:51:45.883Z | Downloaded samael v0.0.17 |
| 945 | 2024-11-08T23:51:45.885Z | Downloaded predicates-tree v1.0.11 |
| 946 | 2024-11-08T23:51:45.888Z | Downloaded peg-runtime v0.8.3 |
| 947 | 2024-11-08T23:51:45.888Z | Downloaded peg-macros v0.8.4 |
| 948 | 2024-11-08T23:51:45.891Z | Downloaded rustls v0.23.14 |
| 949 | 2024-11-08T23:51:45.902Z | Downloaded pkcs8 v0.10.2 |
| 950 | 2024-11-08T23:51:45.906Z | Downloaded password-hash v0.4.2 |
| 951 | 2024-11-08T23:51:45.908Z | Downloaded derive_builder v0.20.2 |
| 952 | 2024-11-08T23:51:45.912Z | Downloaded zone_cfg_derive v0.3.0 |
| 953 | 2024-11-08T23:51:45.914Z | Downloaded dropshot v0.12.0 |
| 954 | 2024-11-08T23:51:45.934Z | Downloaded diesel v2.2.4 |
| 955 | 2024-11-08T23:51:45.956Z | Downloaded zone_cfg_derive v0.1.2 |
| 956 | 2024-11-08T23:51:45.958Z | Downloaded zone v0.1.8 |
| 957 | 2024-11-08T23:51:45.958Z | Downloaded zip v2.1.3 |
| 958 | 2024-11-08T23:51:45.958Z | Downloaded toolchain_find v0.4.0 |
| 959 | 2024-11-08T23:51:45.963Z | Downloaded trust-dns-proto v0.22.0 |
| 960 | 2024-11-08T23:51:45.973Z | Downloaded gimli v0.31.1 |
| 961 | 2024-11-08T23:51:45.981Z | Downloaded endian-type v0.1.2 |
| 962 | 2024-11-08T23:51:45.984Z | Downloaded ena v0.14.3 |
| 963 | 2024-11-08T23:51:45.984Z | Downloaded half v2.4.1 |
| 964 | 2024-11-08T23:51:45.987Z | Downloaded git2 v0.19.0 |
| 965 | 2024-11-08T23:51:45.995Z | Downloaded quick-xml v0.33.0 |
| 966 | 2024-11-08T23:51:46.001Z | Downloaded qorb v0.2.0 |
| 967 | 2024-11-08T23:51:46.005Z | Downloaded publicsuffix v2.2.3 |
| 968 | 2024-11-08T23:51:46.008Z | Downloaded serde_with v3.11.0 |
| 969 | 2024-11-08T23:51:46.016Z | Downloaded difflib v0.4.0 |
| 970 | 2024-11-08T23:51:46.020Z | Downloaded derive_more v0.99.18 |
| 971 | 2024-11-08T23:51:46.022Z | Downloaded tinyvec_macros v0.1.1 |
| 972 | 2024-11-08T23:51:46.022Z | Downloaded tungstenite v0.24.0 |
| 973 | 2024-11-08T23:51:46.026Z | Downloaded tungstenite v0.23.0 |
| 974 | 2024-11-08T23:51:46.031Z | Downloaded float-ord v0.3.2 |
| 975 | 2024-11-08T23:51:46.033Z | Downloaded defmt-parser v0.3.4 |
| 976 | 2024-11-08T23:51:46.033Z | Downloaded zerocopy v0.6.6 |
| 977 | 2024-11-08T23:51:46.033Z | Downloaded typify-impl v0.2.0 |
| 978 | 2024-11-08T23:51:46.048Z | Downloaded nodrop v0.1.14 |
| 979 | 2024-11-08T23:51:46.051Z | Downloaded gethostname v0.5.0 |
| 980 | 2024-11-08T23:51:46.051Z | Downloaded fxhash v0.2.1 |
| 981 | 2024-11-08T23:51:46.054Z | Downloaded ecdsa v0.16.9 |
| 982 | 2024-11-08T23:51:46.054Z | Downloaded dhcproto-macros v0.1.0 |
| 983 | 2024-11-08T23:51:46.054Z | Downloaded zone v0.3.0 |
| 984 | 2024-11-08T23:51:46.056Z | Downloaded structmeta v0.3.0 |
| 985 | 2024-11-08T23:51:46.056Z | Downloaded structmeta v0.2.0 |
| 986 | 2024-11-08T23:51:46.056Z | Downloaded regress v0.9.1 |
| 987 | 2024-11-08T23:51:46.068Z | Downloaded progenitor-macro v0.8.0 |
| 988 | 2024-11-08T23:51:46.072Z | Downloaded object v0.30.4 |
| 989 | 2024-11-08T23:51:46.075Z | Downloaded slog-scope v4.4.0 |
| 990 | 2024-11-08T23:51:46.080Z | Downloaded slog-envlogger v2.2.0 |
| 991 | 2024-11-08T23:51:46.087Z | Downloaded slog-dtrace v0.3.0 |
| 992 | 2024-11-08T23:51:46.087Z | Downloaded slog-bunyan v2.5.0 |
| 993 | 2024-11-08T23:51:46.087Z | Downloaded nom v7.1.3 |
| 994 | 2024-11-08T23:51:46.092Z | Downloaded futures-core v0.3.31 |
| 995 | 2024-11-08T23:51:46.092Z | Downloaded dirs-next v2.0.0 |
| 996 | 2024-11-08T23:51:46.092Z | Downloaded tungstenite v0.21.0 |
| 997 | 2024-11-08T23:51:46.096Z | Downloaded rustls v0.22.4 |
| 998 | 2024-11-08T23:51:46.104Z | Downloaded heapless v0.7.17 |
| 999 | 2024-11-08T23:51:46.109Z | Downloaded headers-core v0.3.0 |
| 1000 | 2024-11-08T23:51:46.113Z | Downloaded headers v0.4.0 |
| 1001 | 2024-11-08T23:51:46.118Z | Downloaded hashbrown v0.13.2 |
| 1002 | 2024-11-08T23:51:46.121Z | Downloaded russh-cryptovec v0.7.3 |
| 1003 | 2024-11-08T23:51:46.121Z | Downloaded zerocopy-derive v0.6.6 |
| 1004 | 2024-11-08T23:51:46.128Z | Downloaded dunce v1.0.5 |
| 1005 | 2024-11-08T23:51:46.134Z | Downloaded uzers v0.12.1 |
| 1006 | 2024-11-08T23:51:46.134Z | Downloaded take_mut v0.2.2 |
| 1007 | 2024-11-08T23:51:46.134Z | Downloaded tabwriter v1.4.0 |
| 1008 | 2024-11-08T23:51:46.137Z | Downloaded lzma-sys v0.1.20 |
| 1009 | 2024-11-08T23:51:46.168Z | Downloaded unicode-properties v0.1.3 |
| 1010 | 2024-11-08T23:51:46.171Z | Downloaded slog-json v2.6.1 |
| 1011 | 2024-11-08T23:51:46.171Z | Downloaded tracing v0.1.40 |
| 1012 | 2024-11-08T23:51:46.174Z | Downloaded dropshot_endpoint v0.12.0 |
| 1013 | 2024-11-08T23:51:46.178Z | Downloaded diff v0.1.13 |
| 1014 | 2024-11-08T23:51:46.181Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1015 | 2024-11-08T23:51:46.181Z | Downloaded der_derive v0.7.3 |
| 1016 | 2024-11-08T23:51:46.184Z | Downloaded hickory-proto v0.24.1 |
| 1017 | 2024-11-08T23:51:46.198Z | Downloaded chrono-tz v0.10.0 |
| 1018 | 2024-11-08T23:51:46.205Z | Downloaded bstr v1.10.0 |
| 1019 | 2024-11-08T23:51:46.218Z | Downloaded futures-channel v0.3.31 |
| 1020 | 2024-11-08T23:51:46.220Z | Downloaded futures v0.3.31 |
| 1021 | 2024-11-08T23:51:46.224Z | Downloaded form_urlencoded v1.2.1 |
| 1022 | 2024-11-08T23:51:46.224Z | Downloaded foreign-types-shared v0.3.1 |
| 1023 | 2024-11-08T23:51:46.228Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 1024 | 2024-11-08T23:51:46.228Z | Downloaded expectorate v1.1.0 |
| 1025 | 2024-11-08T23:51:46.228Z | Downloaded embedded-io v0.6.1 |
| 1026 | 2024-11-08T23:51:46.230Z | Downloaded dsl_auto_type v0.1.2 |
| 1027 | 2024-11-08T23:51:46.230Z | Downloaded derive-where v1.2.7 |
| 1028 | 2024-11-08T23:51:46.235Z | Downloaded unarray v0.1.4 |
| 1029 | 2024-11-08T23:51:46.239Z | Downloaded ssh-cipher v0.2.0 |
| 1030 | 2024-11-08T23:51:46.239Z | Downloaded sigpipe v0.1.3 |
| 1031 | 2024-11-08T23:51:46.239Z | Downloaded rusqlite v0.32.1 |
| 1032 | 2024-11-08T23:51:46.245Z | Downloaded nix v0.27.1 |
| 1033 | 2024-11-08T23:51:46.255Z | Downloaded tracing-core v0.1.32 |
| 1034 | 2024-11-08T23:51:46.259Z | Downloaded toml v0.7.8 |
| 1035 | 2024-11-08T23:51:46.262Z | Downloaded term v0.7.0 |
| 1036 | 2024-11-08T23:51:46.264Z | Downloaded typify-macro v0.2.0 |
| 1037 | 2024-11-08T23:51:46.264Z | Downloaded tokio-postgres v0.7.12 |
| 1038 | 2024-11-08T23:51:46.269Z | Downloaded subprocess v0.2.9 |
| 1039 | 2024-11-08T23:51:46.272Z | Downloaded ssh-key v0.6.6 |
| 1040 | 2024-11-08T23:51:46.278Z | Downloaded ssh-encoding v0.2.0 |
| 1041 | 2024-11-08T23:51:46.281Z | Downloaded smallvec v0.6.14 |
| 1042 | 2024-11-08T23:51:46.285Z | Downloaded slog-term v2.9.1 |
| 1043 | 2024-11-08T23:51:46.285Z | Downloaded semver v0.1.20 |
| 1044 | 2024-11-08T23:51:46.292Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1045 | 2024-11-08T23:51:46.292Z | Downloaded unicode-bidi v0.3.17 |
| 1046 | 2024-11-08T23:51:46.295Z | Downloaded unicase v2.7.0 |
| 1047 | 2024-11-08T23:51:46.295Z | Downloaded typify v0.2.0 |
| 1048 | 2024-11-08T23:51:46.299Z | Downloaded tar v0.4.42 |
| 1049 | 2024-11-08T23:51:46.304Z | Downloaded tap v1.0.1 |
| 1050 | 2024-11-08T23:51:46.304Z | Downloaded sqlformat v0.2.6 |
| 1051 | 2024-11-08T23:51:46.304Z | Downloaded spki v0.7.3 |
| 1052 | 2024-11-08T23:51:46.307Z | Downloaded secrecy v0.8.0 |
| 1053 | 2024-11-08T23:51:46.307Z | Downloaded russh v0.45.0 |
| 1054 | 2024-11-08T23:51:46.310Z | Downloaded crc v3.2.1 |
| 1055 | 2024-11-08T23:51:46.313Z | Downloaded cookie_store v0.21.0 |
| 1056 | 2024-11-08T23:51:46.316Z | Downloaded ring v0.17.8 |
| 1057 | 2024-11-08T23:51:46.385Z | Downloaded cookie v0.18.1 |
| 1058 | 2024-11-08T23:51:46.389Z | Downloaded const_format_proc_macros v0.2.33 |
| 1059 | 2024-11-08T23:51:46.392Z | Downloaded const_format v0.2.33 |
| 1060 | 2024-11-08T23:51:46.395Z | Downloaded untrusted v0.7.1 |
| 1061 | 2024-11-08T23:51:46.398Z | Downloaded unsafe-libyaml v0.2.11 |
| 1062 | 2024-11-08T23:51:46.401Z | Downloaded unicode_categories v0.1.1 |
| 1063 | 2024-11-08T23:51:46.401Z | Downloaded tokio-rustls v0.25.0 |
| 1064 | 2024-11-08T23:51:46.404Z | Downloaded tokio-native-tls v0.3.1 |
| 1065 | 2024-11-08T23:51:46.410Z | Downloaded universal-hash v0.5.1 |
| 1066 | 2024-11-08T23:51:46.410Z | Downloaded tokio-rustls v0.26.0 |
| 1067 | 2024-11-08T23:51:46.410Z | Downloaded subtle v2.6.1 |
| 1068 | 2024-11-08T23:51:46.413Z | Downloaded strum_macros v0.24.3 |
| 1069 | 2024-11-08T23:51:46.413Z | Downloaded strum v0.26.3 |
| 1070 | 2024-11-08T23:51:46.413Z | Downloaded chrono-tz-build v0.4.0 |
| 1071 | 2024-11-08T23:51:46.417Z | Downloaded cancel-safe-futures v0.1.5 |
| 1072 | 2024-11-08T23:51:46.420Z | Downloaded bumpalo v3.16.0 |
| 1073 | 2024-11-08T23:51:46.420Z | Downloaded buf-list v1.0.3 |
| 1074 | 2024-11-08T23:51:46.423Z | Downloaded smallvec v1.13.2 |
| 1075 | 2024-11-08T23:51:46.426Z | Downloaded simd-adler32 v0.3.7 |
| 1076 | 2024-11-08T23:51:46.430Z | Downloaded sec1 v0.7.3 |
| 1077 | 2024-11-08T23:51:46.430Z | Downloaded sct v0.7.1 |
| 1078 | 2024-11-08T23:51:46.434Z | Downloaded rustls-webpki v0.102.8 |
| 1079 | 2024-11-08T23:51:46.450Z | Downloaded managed v0.8.0 |
| 1080 | 2024-11-08T23:51:46.453Z | Downloaded libsw v3.3.1 |
| 1081 | 2024-11-08T23:51:46.457Z | Downloaded instability v0.3.2 |
| 1082 | 2024-11-08T23:51:46.460Z | Downloaded blowfish v0.9.1 |
| 1083 | 2024-11-08T23:51:46.460Z | Downloaded bitfield-struct v0.6.2 |
| 1084 | 2024-11-08T23:51:46.462Z | Downloaded multimap v0.10.0 |
| 1085 | 2024-11-08T23:51:46.462Z | Downloaded curve25519-dalek v4.1.3 |
| 1086 | 2024-11-08T23:51:46.470Z | Downloaded bytes v1.7.2 |
| 1087 | 2024-11-08T23:51:46.475Z | Downloaded blake2 v0.10.6 |
| 1088 | 2024-11-08T23:51:46.479Z | Downloaded bitfield v0.14.0 |
| 1089 | 2024-11-08T23:51:46.481Z | Downloaded bcs v0.1.6 |
| 1090 | 2024-11-08T23:51:46.481Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1091 | 2024-11-08T23:51:46.481Z | Downloaded bb8 v0.8.5 |
| 1092 | 2024-11-08T23:51:46.484Z | Downloaded crunchy v0.2.2 |
| 1093 | 2024-11-08T23:51:46.484Z | Downloaded idna v0.2.3 |
| 1094 | 2024-11-08T23:51:46.490Z | Downloaded bitvec v1.0.1 |
| 1095 | 2024-11-08T23:51:46.506Z | Downloaded crypto-bigint v0.5.5 |
| 1096 | 2024-11-08T23:51:46.512Z | Downloaded crossbeam-epoch v0.9.18 |
| 1097 | 2024-11-08T23:51:46.515Z | Downloaded csv-core v0.1.11 |
| 1098 | 2024-11-08T23:51:46.518Z | Downloaded new_debug_unreachable v1.0.6 |
| 1099 | 2024-11-08T23:51:46.518Z | Downloaded mime_guess v2.0.5 |
| 1100 | 2024-11-08T23:51:46.520Z | Downloaded libloading v0.8.5 |
| 1101 | 2024-11-08T23:51:46.524Z | Downloaded cc v1.1.30 |
| 1102 | 2024-11-08T23:51:46.527Z | Downloaded memoffset v0.9.1 |
| 1103 | 2024-11-08T23:51:46.527Z | Downloaded md-5 v0.10.6 |
| 1104 | 2024-11-08T23:51:46.529Z | Downloaded ipnet v2.10.1 |
| 1105 | 2024-11-08T23:51:46.530Z | Downloaded matches v0.1.10 |
| 1106 | 2024-11-08T23:51:46.530Z | Downloaded lru v0.12.5 |
| 1107 | 2024-11-08T23:51:46.532Z | Downloaded jobserver v0.1.32 |
| 1108 | 2024-11-08T23:51:46.534Z | Downloaded const-oid v0.9.6 |
| 1109 | 2024-11-08T23:51:46.537Z | Downloaded is_ci v1.2.0 |
| 1110 | 2024-11-08T23:51:46.537Z | Downloaded is-terminal v0.4.13 |
| 1111 | 2024-11-08T23:51:46.540Z | Downloaded instant v0.1.13 |
| 1112 | 2024-11-08T23:51:46.540Z | Downloaded inout v0.1.3 |
| 1113 | 2024-11-08T23:51:46.542Z | Downloaded crc32fast v1.4.2 |
| 1114 | 2024-11-08T23:51:46.544Z | Downloaded clang-sys v1.8.1 |
| 1115 | 2024-11-08T23:51:46.547Z | Downloaded base16ct v0.2.0 |
| 1116 | 2024-11-08T23:51:46.547Z | Downloaded ciborium-ll v0.2.2 |
| 1117 | 2024-11-08T23:51:46.549Z | Downloaded ciborium-io v0.2.2 |
| 1118 | 2024-11-08T23:51:46.549Z | Downloaded castaway v0.2.3 |
| 1119 | 2024-11-08T23:51:46.552Z | Downloaded indent_write v2.2.0 |
| 1120 | 2024-11-08T23:51:46.552Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1121 | 2024-11-08T23:51:46.555Z | Downloaded hyper-staticfile v0.10.1 |
| 1122 | 2024-11-08T23:51:46.559Z | Downloaded humantime v2.1.0 |
| 1123 | 2024-11-08T23:51:46.561Z | Downloaded httpdate v1.0.3 |
| 1124 | 2024-11-08T23:51:46.561Z | Downloaded ring v0.16.20 |
| 1125 | 2024-11-08T23:51:46.643Z | Downloaded http-body v1.0.1 |
| 1126 | 2024-11-08T23:51:46.646Z | Downloaded hubpack_derive v0.1.1 |
| 1127 | 2024-11-08T23:51:46.646Z | Downloaded aws-lc-rs v1.10.0 |
| 1128 | 2024-11-08T23:51:46.654Z | Downloaded async-bb8-diesel v0.2.1 |
| 1129 | 2024-11-08T23:51:46.656Z | Downloaded hickory-server v0.24.1 |
| 1130 | 2024-11-08T23:51:46.662Z | Downloaded ascii-canvas v3.0.0 |
| 1131 | 2024-11-08T23:51:46.664Z | Downloaded arrayvec v0.7.6 |
| 1132 | 2024-11-08T23:51:46.667Z | Downloaded array-init v0.0.4 |
| 1133 | 2024-11-08T23:51:46.667Z | Downloaded argon2 v0.5.3 |
| 1134 | 2024-11-08T23:51:46.669Z | Downloaded hex-literal v0.4.1 |
| 1135 | 2024-11-08T23:51:46.669Z | Downloaded aho-corasick v1.1.3 |
| 1136 | 2024-11-08T23:51:46.708Z | Downloaded libsqlite3-sys v0.30.1 |
| 1137 | 2024-11-08T23:51:46.963Z | Downloaded aws-lc-sys v0.22.0 |
| 1138 | 2024-11-08T23:51:47.320Z | Compiling serde v1.0.210 |
| 1139 | 2024-11-08T23:51:47.322Z | Compiling lock_api v0.4.12 |
| 1140 | 2024-11-08T23:51:47.323Z | Compiling scopeguard v1.2.0 |
| 1141 | 2024-11-08T23:51:47.323Z | Compiling value-bag v1.9.0 |
| 1142 | 2024-11-08T23:51:47.323Z | Compiling typenum v1.17.0 |
| 1143 | 2024-11-08T23:51:47.323Z | Compiling generic-array v0.14.7 |
| 1144 | 2024-11-08T23:51:47.503Z | Compiling syn v2.0.79 |
| 1145 | 2024-11-08T23:51:47.515Z | Compiling getrandom v0.2.15 |
| 1146 | 2024-11-08T23:51:47.591Z | Compiling subtle v2.6.1 |
| 1147 | 2024-11-08T23:51:47.916Z | Compiling rand_core v0.6.4 |
| 1148 | 2024-11-08T23:51:47.918Z | Compiling shlex v1.3.0 |
| 1149 | 2024-11-08T23:51:48.014Z | Compiling log v0.4.22 |
| 1150 | 2024-11-08T23:51:48.097Z | Compiling jobserver v0.1.32 |
| 1151 | 2024-11-08T23:51:48.300Z | Compiling const-oid v0.9.6 |
| 1152 | 2024-11-08T23:51:48.338Z | Compiling spin v0.9.8 |
| 1153 | 2024-11-08T23:51:48.440Z | Compiling cc v1.1.30 |
| 1154 | 2024-11-08T23:51:48.466Z | Compiling pin-project-lite v0.2.14 |
| 1155 | 2024-11-08T23:51:48.593Z | Compiling rustix v0.38.37 |
| 1156 | 2024-11-08T23:51:48.726Z | Compiling smallvec v1.13.2 |
| 1157 | 2024-11-08T23:51:48.802Z | Compiling parking_lot_core v0.9.10 |
| 1158 | 2024-11-08T23:51:48.990Z | Compiling futures-core v0.3.31 |
| 1159 | 2024-11-08T23:51:49.112Z | Compiling signal-hook-registry v1.4.2 |
| 1160 | 2024-11-08T23:51:49.225Z | Compiling mio v1.0.2 |
| 1161 | 2024-11-08T23:51:49.467Z | Compiling aho-corasick v1.1.3 |
| 1162 | 2024-11-08T23:51:49.938Z | Compiling parking_lot v0.12.3 |
| 1163 | 2024-11-08T23:51:49.961Z | Compiling either v1.13.0 |
| 1164 | 2024-11-08T23:51:50.088Z | Compiling regex-syntax v0.8.5 |
| 1165 | 2024-11-08T23:51:50.287Z | Compiling cpufeatures v0.2.14 |
| 1166 | 2024-11-08T23:51:50.369Z | Compiling lazy_static v1.5.0 |
| 1167 | 2024-11-08T23:51:50.390Z | Compiling glob v0.3.1 |
| 1168 | 2024-11-08T23:51:50.423Z | Compiling futures-sink v0.3.31 |
| 1169 | 2024-11-08T23:51:50.491Z | Compiling socket2 v0.5.7 |
| 1170 | 2024-11-08T23:51:50.573Z | Compiling slab v0.4.9 |
| 1171 | 2024-11-08T23:51:50.826Z | Compiling prettyplease v0.2.22 |
| 1172 | 2024-11-08T23:51:51.172Z | Compiling minimal-lexical v0.2.1 |
| 1173 | 2024-11-08T23:51:51.422Z | Compiling clang-sys v1.8.1 |
| 1174 | 2024-11-08T23:51:51.500Z | Compiling libloading v0.8.5 |
| 1175 | 2024-11-08T23:51:51.560Z | Compiling serde_json v1.0.128 |
| 1176 | 2024-11-08T23:51:51.727Z | Compiling nom v7.1.3 |
| 1177 | 2024-11-08T23:51:51.914Z | Compiling home v0.5.9 |
| 1178 | 2024-11-08T23:51:51.938Z | Compiling bindgen v0.69.5 |
| 1179 | 2024-11-08T23:51:52.214Z | Compiling futures-channel v0.3.31 |
| 1180 | 2024-11-08T23:51:52.651Z | Compiling itertools v0.12.1 |
| 1181 | 2024-11-08T23:51:52.689Z | Compiling tinyvec_macros v0.1.1 |
| 1182 | 2024-11-08T23:51:52.792Z | Compiling futures-io v0.3.31 |
| 1183 | 2024-11-08T23:51:52.841Z | Compiling foldhash v0.1.3 |
| 1184 | 2024-11-08T23:51:53.131Z | Compiling rustc-hash v1.1.0 |
| 1185 | 2024-11-08T23:51:53.133Z | Compiling futures-task v0.3.31 |
| 1186 | 2024-11-08T23:51:53.317Z | Compiling pin-utils v0.1.0 |
| 1187 | 2024-11-08T23:51:53.514Z | Compiling lazycell v1.3.0 |
| 1188 | 2024-11-08T23:51:53.549Z | Compiling allocator-api2 v0.2.18 |
| 1189 | 2024-11-08T23:51:53.691Z | Compiling tinyvec v1.8.0 |
| 1190 | 2024-11-08T23:51:54.410Z | Compiling regex-automata v0.4.8 |
| 1191 | 2024-11-08T23:51:54.935Z | Compiling hashbrown v0.15.0 |
| 1192 | 2024-11-08T23:51:55.241Z | Compiling cmake v0.1.51 |
| 1193 | 2024-11-08T23:51:55.905Z | Compiling cexpr v0.6.0 |
| 1194 | 2024-11-08T23:51:56.277Z | Compiling dunce v1.0.5 |
| 1195 | 2024-11-08T23:51:56.340Z | Compiling pkg-config v0.3.31 |
| 1196 | 2024-11-08T23:51:56.418Z | Compiling libm v0.2.8 |
| 1197 | 2024-11-08T23:51:56.769Z | Compiling fs_extra v1.3.0 |
| 1198 | 2024-11-08T23:51:56.847Z | Compiling unicode-normalization v0.1.24 |
| 1199 | 2024-11-08T23:51:57.353Z | Compiling num-traits v0.2.19 |
| 1200 | 2024-11-08T23:51:57.633Z | Compiling unicode-bidi v0.3.17 |
| 1201 | 2024-11-08T23:51:57.891Z | Compiling ring v0.17.8 |
| 1202 | 2024-11-08T23:51:57.998Z | Compiling base64ct v1.6.0 |
| 1203 | 2024-11-08T23:51:58.645Z | Compiling paste v1.0.15 |
| 1204 | 2024-11-08T23:51:58.786Z | Compiling pem-rfc7468 v0.7.0 |
| 1205 | 2024-11-08T23:51:59.217Z | Compiling flagset v0.4.6 |
| 1206 | 2024-11-08T23:51:59.242Z | Compiling aws-lc-rs v1.10.0 |
| 1207 | 2024-11-08T23:51:59.419Z | Compiling httparse v1.9.5 |
| 1208 | 2024-11-08T23:51:59.723Z | Compiling tracing-core v0.1.32 |
| 1209 | 2024-11-08T23:52:00.198Z | Compiling regex v1.11.0 |
| 1210 | 2024-11-08T23:52:00.681Z | Compiling percent-encoding v2.3.1 |
| 1211 | 2024-11-08T23:52:01.065Z | Compiling crossbeam-utils v0.8.20 |
| 1212 | 2024-11-08T23:52:01.121Z | Compiling rustls-pki-types v1.9.0 |
| 1213 | 2024-11-08T23:52:01.274Z | Compiling time-core v0.1.2 |
| 1214 | 2024-11-08T23:52:01.450Z | Compiling vcpkg v0.2.15 |
| 1215 | 2024-11-08T23:52:01.544Z | Compiling serde_derive v1.0.210 |
| 1216 | 2024-11-08T23:52:01.690Z | Compiling zeroize_derive v1.4.2 |
| 1217 | 2024-11-08T23:52:01.848Z | Compiling zerocopy-derive v0.7.35 |
| 1218 | 2024-11-08T23:52:02.201Z | Compiling tokio-macros v2.4.0 |
| 1219 | 2024-11-08T23:52:03.175Z | Compiling zeroize v1.8.1 |
| 1220 | 2024-11-08T23:52:03.559Z | Compiling thiserror-impl v1.0.64 |
| 1221 | 2024-11-08T23:52:03.604Z | Compiling futures-macro v0.3.31 |
| 1222 | 2024-11-08T23:52:03.767Z | Compiling der_derive v0.7.3 |
| 1223 | 2024-11-08T23:52:03.978Z | Compiling zerocopy v0.7.35 |
| 1224 | 2024-11-08T23:52:04.991Z | Compiling crypto-common v0.1.6 |
| 1225 | 2024-11-08T23:52:05.057Z | Compiling block-buffer v0.10.4 |
| 1226 | 2024-11-08T23:52:05.244Z | Compiling block-padding v0.3.3 |
| 1227 | 2024-11-08T23:52:05.334Z | Compiling digest v0.10.7 |
| 1228 | 2024-11-08T23:52:05.502Z | Compiling futures-util v0.3.31 |
| 1229 | 2024-11-08T23:52:05.505Z | Compiling inout v0.1.3 |
| 1230 | 2024-11-08T23:52:05.584Z | Compiling ppv-lite86 v0.2.20 |
| 1231 | 2024-11-08T23:52:05.788Z | Compiling hmac v0.12.1 |
| 1232 | 2024-11-08T23:52:05.893Z | Compiling sha2 v0.10.8 |
| 1233 | 2024-11-08T23:52:06.074Z | Compiling cipher v0.4.4 |
| 1234 | 2024-11-08T23:52:06.202Z | Compiling der v0.7.9 |
| 1235 | 2024-11-08T23:52:06.356Z | Compiling tracing-attributes v0.1.27 |
| 1236 | 2024-11-08T23:52:06.528Z | Compiling rand_chacha v0.3.1 |
| 1237 | 2024-11-08T23:52:06.607Z | Compiling salsa20 v0.10.2 |
| 1238 | 2024-11-08T23:52:06.705Z | Compiling thiserror v1.0.64 |
| 1239 | 2024-11-08T23:52:06.831Z | Compiling pest v2.7.14 |
| 1240 | 2024-11-08T23:52:06.852Z | Compiling pbkdf2 v0.12.2 |
| 1241 | 2024-11-08T23:52:07.063Z | Compiling rand v0.8.5 |
| 1242 | 2024-11-08T23:52:08.972Z | Compiling spki v0.7.3 |
| 1243 | 2024-11-08T23:52:09.298Z | Compiling num-conv v0.1.0 |
| 1244 | 2024-11-08T23:52:09.348Z | Compiling powerfmt v0.2.0 |
| 1245 | 2024-11-08T23:52:09.523Z | Compiling untrusted v0.7.1 |
| 1246 | 2024-11-08T23:52:09.576Z | Compiling mirai-annotations v1.12.0 |
| 1247 | 2024-11-08T23:52:09.645Z | Compiling untrusted v0.9.0 |
| 1248 | 2024-11-08T23:52:09.705Z | Compiling deranged v0.3.11 |
| 1249 | 2024-11-08T23:52:09.757Z | Compiling time-macros v0.2.18 |
| 1250 | 2024-11-08T23:52:09.776Z | Compiling pest_meta v2.7.14 |
| 1251 | 2024-11-08T23:52:09.947Z | Compiling tracing v0.1.40 |
| 1252 | 2024-11-08T23:52:10.494Z | Compiling scrypt v0.11.0 |
| 1253 | 2024-11-08T23:52:11.141Z | Compiling aes v0.8.4 |
| 1254 | 2024-11-08T23:52:11.379Z | Compiling cbc v0.1.2 |
| 1255 | 2024-11-08T23:52:11.633Z | Compiling openssl-sys v0.9.104 |
| 1256 | 2024-11-08T23:52:11.723Z | Compiling scroll_derive v0.12.0 |
| 1257 | 2024-11-08T23:52:12.268Z | Compiling atomic-waker v1.1.2 |
| 1258 | 2024-11-08T23:52:12.476Z | Compiling num_threads v0.1.7 |
| 1259 | 2024-11-08T23:52:12.616Z | Compiling pkcs5 v0.7.1 |
| 1260 | 2024-11-08T23:52:12.841Z | Compiling pest_generator v2.7.14 |
| 1261 | 2024-11-08T23:52:12.875Z | Compiling time v0.3.36 |
| 1262 | 2024-11-08T23:52:13.201Z | Compiling scroll v0.12.0 |
| 1263 | 2024-11-08T23:52:13.615Z | Compiling form_urlencoded v1.2.1 |
| 1264 | 2024-11-08T23:52:13.763Z | Compiling slog v2.7.0 |
| 1265 | 2024-11-08T23:52:13.860Z | Compiling try-lock v0.2.5 |
| 1266 | 2024-11-08T23:52:13.953Z | Compiling goblin v0.8.2 |
| 1267 | 2024-11-08T23:52:13.978Z | Compiling pkcs8 v0.10.2 |
| 1268 | 2024-11-08T23:52:14.015Z | Compiling want v0.3.1 |
| 1269 | 2024-11-08T23:52:14.319Z | Compiling httpdate v1.0.3 |
| 1270 | 2024-11-08T23:52:14.647Z | Compiling idna v0.5.0 |
| 1271 | 2024-11-08T23:52:14.695Z | Compiling openssl v0.10.68 |
| 1272 | 2024-11-08T23:52:14.756Z | Compiling pest_derive v2.7.14 |
| 1273 | 2024-11-08T23:52:14.799Z | Compiling adler2 v2.0.0 |
| 1274 | 2024-11-08T23:52:15.008Z | Compiling tower-service v0.3.3 |
| 1275 | 2024-11-08T23:52:15.115Z | Compiling rustversion v1.0.17 |
| 1276 | 2024-11-08T23:52:15.135Z | Compiling base64 v0.22.1 |
| 1277 | 2024-11-08T23:52:15.191Z | Compiling match_cfg v0.1.0 |
| 1278 | 2024-11-08T23:52:15.289Z | Compiling iana-time-zone v0.1.61 |
| 1279 | 2024-11-08T23:52:15.573Z | Compiling bitflags v2.6.0 |
| 1280 | 2024-11-08T23:52:15.731Z | Compiling bytes v1.7.2 |
| 1281 | 2024-11-08T23:52:15.887Z | Compiling indexmap v2.6.0 |
| 1282 | 2024-11-08T23:52:15.889Z | Compiling semver v1.0.23 |
| 1283 | 2024-11-08T23:52:16.240Z | Compiling dtrace-parser v0.2.0 |
| 1284 | 2024-11-08T23:52:16.700Z | Compiling tokio v1.40.0 |
| 1285 | 2024-11-08T23:52:17.128Z | Compiling http v1.1.0 |
| 1286 | 2024-11-08T23:52:17.503Z | Compiling rustc_version v0.4.1 |
| 1287 | 2024-11-08T23:52:18.190Z | Compiling uuid v1.10.0 |
| 1288 | 2024-11-08T23:52:18.277Z | Compiling serde_spanned v0.6.8 |
| 1289 | 2024-11-08T23:52:18.306Z | Compiling serde_tokenstream v0.2.2 |
| 1290 | 2024-11-08T23:52:18.519Z | Compiling toml_datetime v0.6.8 |
| 1291 | 2024-11-08T23:52:18.928Z | Compiling http-body v1.0.1 |
| 1292 | 2024-11-08T23:52:18.972Z | Compiling foreign-types-shared v0.1.1 |
| 1293 | 2024-11-08T23:52:19.091Z | Compiling foreign-types v0.3.2 |
| 1294 | 2024-11-08T23:52:19.113Z | Compiling url v2.5.2 |
| 1295 | 2024-11-08T23:52:19.157Z | Compiling chrono v0.4.38 |
| 1296 | 2024-11-08T23:52:19.188Z | Compiling hostname v0.3.1 |
| 1297 | 2024-11-08T23:52:19.490Z | Compiling miniz_oxide v0.8.0 |
| 1298 | 2024-11-08T23:52:19.679Z | Compiling openssl-macros v0.1.1 |
| 1299 | 2024-11-08T23:52:20.422Z | Compiling which v4.4.2 |
| 1300 | 2024-11-08T23:52:20.984Z | Compiling dof v0.3.0 |
| 1301 | 2024-11-08T23:52:21.040Z | Compiling async-trait v0.1.83 |
| 1302 | 2024-11-08T23:52:21.062Z | Compiling dirs-sys-next v0.1.2 |
| 1303 | 2024-11-08T23:52:21.515Z | Compiling data-encoding v2.6.0 |
| 1304 | 2024-11-08T23:52:21.714Z | Compiling rustls v0.23.14 |
| 1305 | 2024-11-08T23:52:22.008Z | Compiling usdt-impl v0.5.0 |
| 1306 | 2024-11-08T23:52:22.871Z | Compiling siphasher v0.3.11 |
| 1307 | 2024-11-08T23:52:23.062Z | Compiling syn v1.0.109 |
| 1308 | 2024-11-08T23:52:23.270Z | Compiling rustls v0.22.4 |
| 1309 | 2024-11-08T23:52:23.553Z | Compiling native-tls v0.2.12 |
| 1310 | 2024-11-08T23:52:23.601Z | Compiling dirs-next v2.0.0 |
| 1311 | 2024-11-08T23:52:23.788Z | Compiling http-body-util v0.1.2 |
| 1312 | 2024-11-08T23:52:23.807Z | Compiling heapless v0.7.17 |
| 1313 | 2024-11-08T23:52:23.926Z | Compiling crossbeam-epoch v0.9.18 |
| 1314 | 2024-11-08T23:52:24.037Z | Compiling sha1 v0.10.6 |
| 1315 | 2024-11-08T23:52:24.264Z | Compiling signature v2.2.0 |
| 1316 | 2024-11-08T23:52:24.286Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1317 | 2024-11-08T23:52:24.495Z | Compiling serde_derive_internals v0.29.1 |
| 1318 | 2024-11-08T23:52:24.552Z | Compiling thread_local v1.1.8 |
| 1319 | 2024-11-08T23:52:24.684Z | Compiling cookie v0.18.1 |
| 1320 | 2024-11-08T23:52:24.782Z | Compiling encoding_rs v0.8.34 |
| 1321 | 2024-11-08T23:52:24.994Z | Compiling multer v3.1.0 |
| 1322 | 2024-11-08T23:52:25.080Z | Compiling rayon-core v1.12.1 |
| 1323 | 2024-11-08T23:52:25.129Z | Compiling tokio-util v0.7.12 |
| 1324 | 2024-11-08T23:52:25.282Z | Compiling slog-async v2.8.0 |
| 1325 | 2024-11-08T23:52:25.370Z | Compiling openssl-probe v0.1.5 |
| 1326 | 2024-11-08T23:52:25.718Z | Compiling gimli v0.31.1 |
| 1327 | 2024-11-08T23:52:25.875Z | Compiling ipnet v2.10.1 |
| 1328 | 2024-11-08T23:52:26.554Z | Compiling h2 v0.4.6 |
| 1329 | 2024-11-08T23:52:27.105Z | Compiling unicode-properties v0.1.3 |
| 1330 | 2024-11-08T23:52:27.151Z | Compiling mime v0.3.17 |
| 1331 | 2024-11-08T23:52:27.529Z | Compiling signal-hook v0.3.17 |
| 1332 | 2024-11-08T23:52:27.755Z | Compiling schemars v0.8.21 |
| 1333 | 2024-11-08T23:52:27.846Z | Compiling stringprep v0.1.5 |
| 1334 | 2024-11-08T23:52:28.147Z | Compiling schemars_derive v0.8.21 |
| 1335 | 2024-11-08T23:52:29.140Z | Compiling toml_edit v0.22.22 |
| 1336 | 2024-11-08T23:52:30.755Z | Compiling addr2line v0.24.2 |
| 1337 | 2024-11-08T23:52:31.356Z | Compiling crossbeam-deque v0.8.5 |
| 1338 | 2024-11-08T23:52:31.527Z | Compiling usdt-macro v0.5.0 |
| 1339 | 2024-11-08T23:52:31.582Z | Compiling usdt-attr-macro v0.5.0 |
| 1340 | 2024-11-08T23:52:31.703Z | Compiling term v0.7.0 |
| 1341 | 2024-11-08T23:52:32.426Z | Compiling curve25519-dalek v4.1.3 |
| 1342 | 2024-11-08T23:52:32.998Z | Compiling slog-json v2.6.1 |
| 1343 | 2024-11-08T23:52:33.096Z | Compiling serde_urlencoded v0.7.1 |
| 1344 | 2024-11-08T23:52:33.138Z | Compiling futures-executor v0.3.31 |
| 1345 | 2024-11-08T23:52:33.170Z | Compiling crossbeam-channel v0.5.13 |
| 1346 | 2024-11-08T23:52:33.385Z | Compiling md-5 v0.10.6 |
| 1347 | 2024-11-08T23:52:33.650Z | Compiling rustls-pemfile v2.2.0 |
| 1348 | 2024-11-08T23:52:33.674Z | Compiling async-stream-impl v0.3.6 |
| 1349 | 2024-11-08T23:52:33.677Z | Compiling enum-as-inner v0.6.1 |
| 1350 | 2024-11-08T23:52:34.003Z | Compiling hyper v1.4.1 |
| 1351 | 2024-11-08T23:52:34.320Z | Compiling num-integer v0.1.46 |
| 1352 | 2024-11-08T23:52:34.772Z | Compiling idna v0.3.0 |
| 1353 | 2024-11-08T23:52:35.060Z | Compiling idna v0.4.0 |
| 1354 | 2024-11-08T23:52:35.147Z | Compiling hash32 v0.2.1 |
| 1355 | 2024-11-08T23:52:35.523Z | Compiling ff v0.13.0 |
| 1356 | 2024-11-08T23:52:35.771Z | Compiling is-terminal v0.4.13 |
| 1357 | 2024-11-08T23:52:35.975Z | Compiling dropshot v0.12.0 |
| 1358 | 2024-11-08T23:52:36.291Z | Compiling object v0.36.5 |
| 1359 | 2024-11-08T23:52:36.469Z | Compiling portable-atomic v1.9.0 |
| 1360 | 2024-11-08T23:52:36.740Z | Compiling hyper-util v0.1.9 |
| 1361 | 2024-11-08T23:52:37.203Z | Compiling take_mut v0.2.2 |
| 1362 | 2024-11-08T23:52:37.223Z | Compiling psl-types v2.0.11 |
| 1363 | 2024-11-08T23:52:37.362Z | Compiling base16ct v0.2.0 |
| 1364 | 2024-11-08T23:52:37.425Z | Compiling fallible-iterator v0.2.0 |
| 1365 | 2024-11-08T23:52:37.510Z | Compiling quick-error v1.2.3 |
| 1366 | 2024-11-08T23:52:37.664Z | Compiling num-bigint-dig v0.8.4 |
| 1367 | 2024-11-08T23:52:37.709Z | Compiling linked-hash-map v0.5.6 |
| 1368 | 2024-11-08T23:52:37.965Z | Compiling dyn-clone v1.0.17 |
| 1369 | 2024-11-08T23:52:38.109Z | Compiling utf-8 v0.7.6 |
| 1370 | 2024-11-08T23:52:38.153Z | Compiling stable_deref_trait v1.2.0 |
| 1371 | 2024-11-08T23:52:38.203Z | Compiling smoltcp v0.9.1 |
| 1372 | 2024-11-08T23:52:38.205Z | Compiling rustc-demangle v0.1.24 |
| 1373 | 2024-11-08T23:52:38.268Z | Compiling anyhow v1.0.92 |
| 1374 | 2024-11-08T23:52:38.428Z | Compiling tungstenite v0.24.0 |
| 1375 | 2024-11-08T23:52:39.144Z | Compiling postgres-protocol v0.6.7 |
| 1376 | 2024-11-08T23:52:40.036Z | Compiling lru-cache v0.1.2 |
| 1377 | 2024-11-08T23:52:40.281Z | Compiling resolv-conf v0.7.0 |
| 1378 | 2024-11-08T23:52:40.301Z | Compiling sec1 v0.7.3 |
| 1379 | 2024-11-08T23:52:40.566Z | Compiling publicsuffix v2.2.3 |
| 1380 | 2024-11-08T23:52:40.914Z | Compiling hickory-proto v0.24.1 |
| 1381 | 2024-11-08T23:52:40.941Z | Compiling slog-term v2.9.1 |
| 1382 | 2024-11-08T23:52:41.047Z | Compiling usdt v0.5.0 |
| 1383 | 2024-11-08T23:52:41.556Z | Compiling group v0.13.0 |
| 1384 | 2024-11-08T23:52:41.907Z | Compiling async-stream v0.3.6 |
| 1385 | 2024-11-08T23:52:41.928Z | Compiling num-iter v0.1.45 |
| 1386 | 2024-11-08T23:52:42.131Z | Compiling futures v0.3.31 |
| 1387 | 2024-11-08T23:52:42.168Z | Compiling slog-bunyan v2.5.0 |
| 1388 | 2024-11-08T23:52:42.266Z | Compiling toml v0.8.19 |
| 1389 | 2024-11-08T23:52:42.392Z | Compiling tokio-native-tls v0.3.1 |
| 1390 | 2024-11-08T23:52:43.932Z | Compiling backtrace v0.3.74 |
| 1391 | 2024-11-08T23:52:44.005Z | Compiling camino v1.1.9 |
| 1392 | 2024-11-08T23:52:44.103Z | Compiling phf_shared v0.11.2 |
| 1393 | 2024-11-08T23:52:44.504Z | Compiling terminal_size v0.4.0 |
| 1394 | 2024-11-08T23:52:44.603Z | Compiling dropshot_endpoint v0.12.0 |
| 1395 | 2024-11-08T23:52:44.730Z | Compiling openapiv3 v2.0.0 |
| 1396 | 2024-11-08T23:52:44.984Z | Compiling serde_path_to_error v0.1.16 |
| 1397 | 2024-11-08T23:52:45.060Z | Compiling waitgroup v0.1.2 |
| 1398 | 2024-11-08T23:52:45.300Z | Compiling hkdf v0.12.4 |
| 1399 | 2024-11-08T23:52:45.405Z | Compiling hubpack_derive v0.1.1 |
| 1400 | 2024-11-08T23:52:45.562Z | Compiling crypto-bigint v0.5.5 |
| 1401 | 2024-11-08T23:52:45.849Z | Compiling webpki-roots v0.26.6 |
| 1402 | 2024-11-08T23:52:46.083Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1403 | 2024-11-08T23:52:46.334Z | Compiling zerocopy-derive v0.6.6 |
| 1404 | 2024-11-08T23:52:47.302Z | Compiling hostname v0.4.0 |
| 1405 | 2024-11-08T23:52:47.582Z | Compiling ahash v0.8.11 |
| 1406 | 2024-11-08T23:52:47.610Z | Compiling fs-err v2.11.0 |
| 1407 | 2024-11-08T23:52:47.929Z | Compiling crc32fast v1.4.2 |
| 1408 | 2024-11-08T23:52:47.966Z | Compiling bitflags v1.3.2 |
| 1409 | 2024-11-08T23:52:48.081Z | Compiling debug-ignore v1.0.5 |
| 1410 | 2024-11-08T23:52:48.238Z | Compiling winnow v0.5.40 |
| 1411 | 2024-11-08T23:52:48.257Z | Compiling managed v0.8.0 |
| 1412 | 2024-11-08T23:52:48.480Z | Compiling zerocopy v0.6.6 |
| 1413 | 2024-11-08T23:52:48.706Z | Compiling elliptic-curve v0.13.8 |
| 1414 | 2024-11-08T23:52:49.175Z | Compiling console v0.15.8 |
| 1415 | 2024-11-08T23:52:49.443Z | Compiling clap_builder v4.5.20 |
| 1416 | 2024-11-08T23:52:49.533Z | Compiling strum_macros v0.25.3 |
| 1417 | 2024-11-08T23:52:50.781Z | Compiling flate2 v1.0.34 |
| 1418 | 2024-11-08T23:52:51.419Z | Compiling hickory-resolver v0.24.1 |
| 1419 | 2024-11-08T23:52:51.840Z | Compiling hubpack v0.1.2 |
| 1420 | 2024-11-08T23:52:52.292Z | Compiling toml_edit v0.19.15 |
| 1421 | 2024-11-08T23:52:52.363Z | Compiling signal-hook-mio v0.2.4 |
| 1422 | 2024-11-08T23:52:52.537Z | Compiling phf v0.11.2 |
| 1423 | 2024-11-08T23:52:52.739Z | Compiling cookie_store v0.21.0 |
| 1424 | 2024-11-08T23:52:52.858Z | Compiling rayon v1.10.0 |
| 1425 | 2024-11-08T23:52:53.499Z | Compiling bzip2 v0.4.4 |
| 1426 | 2024-11-08T23:52:53.922Z | Compiling hyper-tls v0.6.0 |
| 1427 | 2024-11-08T23:52:55.788Z | Compiling postgres-types v0.2.8 |
| 1428 | 2024-11-08T23:52:57.334Z | Compiling tokio-tungstenite v0.24.0 |
| 1429 | 2024-11-08T23:52:57.903Z | Compiling tokio-stream v0.1.16 |
| 1430 | 2024-11-08T23:52:57.948Z | Compiling ed25519 v2.2.3 |
| 1431 | 2024-11-08T23:52:57.948Z | Compiling phf_shared v0.10.0 |
| 1432 | 2024-11-08T23:52:58.358Z | Compiling serde-big-array v0.5.1 |
| 1433 | 2024-11-08T23:52:58.569Z | Compiling pkcs1 v0.7.5 |
| 1434 | 2024-11-08T23:52:58.608Z | Compiling rfc6979 v0.4.0 |
| 1435 | 2024-11-08T23:52:58.806Z | Compiling serde_repr v0.1.19 |
| 1436 | 2024-11-08T23:52:58.994Z | Compiling clap_derive v4.5.18 |
| 1437 | 2024-11-08T23:52:59.539Z | Compiling derive-where v1.2.7 |
| 1438 | 2024-11-08T23:52:59.561Z | Compiling float-cmp v0.9.0 |
| 1439 | 2024-11-08T23:52:59.796Z | Compiling bstr v1.10.0 |
| 1440 | 2024-11-08T23:52:59.890Z | Compiling sync_wrapper v1.0.1 |
| 1441 | 2024-11-08T23:52:59.990Z | Compiling static_assertions v1.1.0 |
| 1442 | 2024-11-08T23:53:00.046Z | Compiling new_debug_unreachable v1.0.6 |
| 1443 | 2024-11-08T23:53:00.068Z | Compiling fixedbitset v0.4.2 |
| 1444 | 2024-11-08T23:53:00.101Z | Compiling unicode-segmentation v1.12.0 |
| 1445 | 2024-11-08T23:53:00.152Z | Compiling bit-vec v0.6.3 |
| 1446 | 2024-11-08T23:53:00.544Z | Compiling difflib v0.4.0 |
| 1447 | 2024-11-08T23:53:00.642Z | Compiling normalize-line-endings v0.3.0 |
| 1448 | 2024-11-08T23:53:00.778Z | Compiling precomputed-hash v0.1.1 |
| 1449 | 2024-11-08T23:53:00.934Z | Compiling predicates-core v1.0.8 |
| 1450 | 2024-11-08T23:53:01.018Z | Compiling whoami v1.5.2 |
| 1451 | 2024-11-08T23:53:01.324Z | Compiling number_prefix v0.4.0 |
| 1452 | 2024-11-08T23:53:01.567Z | Compiling indicatif v0.17.8 |
| 1453 | 2024-11-08T23:53:01.599Z | Compiling tokio-postgres v0.7.12 |
| 1454 | 2024-11-08T23:53:01.701Z | Compiling predicates v3.1.2 |
| 1455 | 2024-11-08T23:53:02.119Z | Compiling string_cache v0.8.7 |
| 1456 | 2024-11-08T23:53:02.588Z | Compiling similar v2.6.0 |
| 1457 | 2024-11-08T23:53:02.950Z | Compiling bit-set v0.5.3 |
| 1458 | 2024-11-08T23:53:03.262Z | Compiling petgraph v0.6.5 |
| 1459 | 2024-11-08T23:53:03.491Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1460 | 2024-11-08T23:53:03.721Z | Compiling rsa v0.9.6 |
| 1461 | 2024-11-08T23:53:03.724Z | Compiling clap v4.5.20 |
| 1462 | 2024-11-08T23:53:03.868Z | Compiling ecdsa v0.16.9 |
| 1463 | 2024-11-08T23:53:04.790Z | Compiling ed25519-dalek v2.1.1 |
| 1464 | 2024-11-08T23:53:05.009Z | Compiling toml v0.7.8 |
| 1465 | 2024-11-08T23:53:06.215Z | Compiling zip v0.6.6 |
| 1466 | 2024-11-08T23:53:06.790Z | Compiling crossterm v0.28.1 |
| 1467 | 2024-11-08T23:53:07.634Z | Compiling hex v0.4.3 |
| 1468 | 2024-11-08T23:53:08.203Z | Compiling x509-cert v0.2.5 |
| 1469 | 2024-11-08T23:53:08.292Z | Compiling itertools v0.10.5 |
| 1470 | 2024-11-08T23:53:08.364Z | Compiling unicode-xid v0.2.6 |
| 1471 | 2024-11-08T23:53:08.556Z | Compiling lalrpop-util v0.19.12 |
| 1472 | 2024-11-08T23:53:08.614Z | Compiling peg-runtime v0.8.3 |
| 1473 | 2024-11-08T23:53:08.943Z | Compiling strum_macros v0.26.4 |
| 1474 | 2024-11-08T23:53:09.290Z | Compiling xattr v1.3.1 |
| 1475 | 2024-11-08T23:53:09.565Z | Compiling filetime v0.2.25 |
| 1476 | 2024-11-08T23:53:09.900Z | Compiling tar v0.4.42 |
| 1477 | 2024-11-08T23:53:13.846Z | Compiling strum v0.26.3 |
| 1478 | 2024-11-08T23:53:17.900Z | Compiling aws-lc-sys v0.22.0 |
| 1479 | 2024-11-08T23:53:46.581Z | Compiling rustls-webpki v0.102.8 |
| 1480 | 2024-11-08T23:53:50.116Z | Compiling tokio-rustls v0.25.0 |
| 1481 | 2024-11-08T23:53:51.731Z | Compiling tokio-rustls v0.26.0 |
| 1482 | 2024-11-08T23:53:52.078Z | Compiling hyper-rustls v0.27.3 |
| 1483 | 2024-11-08T23:53:52.419Z | Compiling reqwest v0.12.8 |
| 1484 | 2024-11-08T23:53:53.741Z | Compiling qorb v0.2.0 |
| 1485 | 2024-11-08T23:53:58.350Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1486 | 2024-11-08T23:53:58.610Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1487 | 2024-11-08T23:54:04.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 20s |
| 1488 | 2024-11-08T23:54:04.176Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1489 | 2024-11-08T23:54:04.227Z | Nov 08 23:54:03.087 INFO Starting download, target: Cockroach |
| 1490 | 2024-11-08T23:54:04.227Z | Nov 08 23:54:03.087 INFO Starting download, target: Console |
| 1491 | 2024-11-08T23:54:04.228Z | Nov 08 23:54:03.087 INFO Starting download, target: Clickhouse |
| 1492 | 2024-11-08T23:54:04.228Z | Nov 08 23:54:03.087 INFO Starting download, target: DendriteOpenapi |
| 1493 | 2024-11-08T23:54:04.230Z | Nov 08 23:54:03.087 INFO Starting download, target: DendriteStub |
| 1494 | 2024-11-08T23:54:04.230Z | Nov 08 23:54:03.087 INFO Starting download, target: MaghemiteMgd |
| 1495 | 2024-11-08T23:54:04.230Z | Nov 08 23:54:03.087 INFO Starting download, target: TransceiverControl |
| 1496 | 2024-11-08T23:54:04.230Z | Nov 08 23:54:03.088 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
| 1497 | 2024-11-08T23:54:04.230Z | Nov 08 23:54:03.088 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1498 | 2024-11-08T23:54:04.230Z | Nov 08 23:54:03.088 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1499 | 2024-11-08T23:54:04.230Z | Nov 08 23:54:03.088 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1500 | 2024-11-08T23:54:04.230Z | Nov 08 23:54:03.088 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1501 | 2024-11-08T23:54:04.231Z | Nov 08 23:54:03.088 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1502 | 2024-11-08T23:54:04.231Z | Nov 08 23:54:03.088 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1503 | 2024-11-08T23:54:04.569Z | Nov 08 23:54:03.412 INFO Download complete, target: DendriteOpenapi |
| 1504 | 2024-11-08T23:54:04.726Z | Nov 08 23:54:03.555 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1505 | 2024-11-08T23:54:04.855Z | Nov 08 23:54:03.707 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1506 | 2024-11-08T23:54:05.164Z | Nov 08 23:54:04.020 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1507 | 2024-11-08T23:54:05.188Z | Nov 08 23:54:04.046 INFO Download complete, target: Console |
| 1508 | 2024-11-08T23:54:05.374Z | Nov 08 23:54:04.233 INFO Download complete, target: TransceiverControl |
| 1509 | 2024-11-08T23:54:05.527Z | Nov 08 23:54:04.386 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1510 | 2024-11-08T23:54:06.091Z | Nov 08 23:54:04.951 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1511 | 2024-11-08T23:54:06.091Z | Nov 08 23:54:04.951 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1512 | 2024-11-08T23:54:06.341Z | Nov 08 23:54:05.201 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1513 | 2024-11-08T23:54:08.142Z | Nov 08 23:54:07.001 INFO Download complete, target: DendriteStub |
| 1514 | 2024-11-08T23:54:08.568Z | Nov 08 23:54:07.427 INFO Download complete, target: MaghemiteMgd |
| 1515 | 2024-11-08T23:54:13.842Z | Nov 08 23:54:12.700 INFO Checking that binary works, target: Cockroach |
| 1516 | 2024-11-08T23:54:14.030Z | Nov 08 23:54:12.888 INFO Download complete, target: Cockroach |
| 1517 | 2024-11-08T23:54:19.187Z | Nov 08 23:54:18.044 INFO Checking that binary works, target: Clickhouse |
| 1518 | 2024-11-08T23:54:19.313Z | Nov 08 23:54:18.171 INFO Download complete, target: Clickhouse |
| 1519 | 2024-11-08T23:54:19.334Z | All builder prerequisites installed successfully, and PATH looks valid |
| 1520 | 2024-11-08T23:54:19.337Z | |
| 1521 | 2024-11-08T23:54:19.337Z | real 5:59.912408031 |
| 1522 | 2024-11-08T23:54:19.337Z | user 15:39.892770635 |
| 1523 | 2024-11-08T23:54:19.337Z | sys 3:08.902493885 |
| 1524 | 2024-11-08T23:54:19.337Z | trap 0.545210477 |
| 1525 | 2024-11-08T23:54:19.337Z | tflt 1.679955830 |
| 1526 | 2024-11-08T23:54:19.337Z | dflt 1.733264542 |
| 1527 | 2024-11-08T23:54:19.337Z | kflt 0.026866667 |
| 1528 | 2024-11-08T23:54:19.337Z | lock 27:10.675827842 |
| 1529 | 2024-11-08T23:54:19.337Z | slp 1:00:26.521491579 |
| 1530 | 2024-11-08T23:54:19.337Z | lat 54.860681839 |
| 1531 | 2024-11-08T23:54:19.338Z | stop 2:08.736407365 |
| 1532 | 2024-11-08T23:54:19.338Z | + banner hack-check |
| 1533 | 2024-11-08T23:54:19.340Z | |
| 1534 | 2024-11-08T23:54:19.340Z | # # ## #### # # #### # # ###### #### # # |
| 1535 | 2024-11-08T23:54:19.340Z | # # # # # # # # # # # # # # # # # |
| 1536 | 2024-11-08T23:54:19.340Z | ###### # # # #### ##### # ###### ##### # #### |
| 1537 | 2024-11-08T23:54:19.340Z | # # ###### # # # # # # # # # # |
| 1538 | 2024-11-08T23:54:19.340Z | # # # # # # # # # # # # # # # # # |
| 1539 | 2024-11-08T23:54:19.341Z | # # # # #### # # #### # # ###### #### # # |
| 1540 | 2024-11-08T23:54:19.341Z | |
| 1541 | 2024-11-08T23:54:19.341Z | + export CARGO_INCREMENTAL=0 |
| 1542 | 2024-11-08T23:54:19.341Z | + CARGO_INCREMENTAL=0 |
| 1543 | 2024-11-08T23:54:19.341Z | + ptime -m timeout 2h cargo xtask check-features --ci |
| 1544 | 2024-11-08T23:54:19.870Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1545 | 2024-11-08T23:54:23.332Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s |
| 1546 | 2024-11-08T23:54:23.396Z | Running `target/debug/xtask check-features --ci` |
| 1547 | 2024-11-08T23:54:23.418Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
| 1548 | 2024-11-08T23:54:23.421Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
| 1549 | 2024-11-08T23:54:23.873Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
| 1550 | 2024-11-08T23:54:23.892Z | Running `target/debug/xtask download cargo-hack` |
| 1551 | 2024-11-08T23:54:24.720Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1552 | 2024-11-08T23:54:25.100Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1553 | 2024-11-08T23:54:29.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.78s |
| 1554 | 2024-11-08T23:54:29.851Z | Running `target/debug/xtask-downloader cargo-hack` |
| 1555 | 2024-11-08T23:54:29.891Z | Nov 08 23:54:28.746 INFO Starting download, target: CargoHack |
| 1556 | 2024-11-08T23:54:29.894Z | Nov 08 23:54:28.747 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
| 1557 | 2024-11-08T23:54:30.557Z | Nov 08 23:54:29.412 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
| 1558 | 2024-11-08T23:54:30.647Z | Nov 08 23:54:29.503 INFO Download complete, target: CargoHack |
| 1559 | 2024-11-08T23:54:30.652Z | running: "/home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
| 1560 | 2024-11-08T23:54:30.667Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
| 1561 | 2024-11-08T23:54:30.835Z | info: running `cargo check --bins` on api_identity (1/168) |
| 1562 | 2024-11-08T23:54:31.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1563 | 2024-11-08T23:54:31.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1564 | 2024-11-08T23:54:31.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1565 | 2024-11-08T23:54:31.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 1566 | 2024-11-08T23:54:31.419Z | |
| 1567 | 2024-11-08T23:54:31.419Z | info: running `cargo check --bins` on bootstore (2/168) |
| 1568 | 2024-11-08T23:54:31.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1569 | 2024-11-08T23:54:31.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1570 | 2024-11-08T23:54:31.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1571 | 2024-11-08T23:54:31.970Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1572 | 2024-11-08T23:54:32.038Z | |
| 1573 | 2024-11-08T23:54:32.038Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/168) |
| 1574 | 2024-11-08T23:54:32.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1575 | 2024-11-08T23:54:32.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1576 | 2024-11-08T23:54:32.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1577 | 2024-11-08T23:54:32.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1578 | 2024-11-08T23:54:32.640Z | |
| 1579 | 2024-11-08T23:54:32.640Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168) |
| 1580 | 2024-11-08T23:54:33.168Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1581 | 2024-11-08T23:54:33.171Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1582 | 2024-11-08T23:54:33.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1583 | 2024-11-08T23:54:33.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 1584 | 2024-11-08T23:54:33.242Z | |
| 1585 | 2024-11-08T23:54:33.242Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168) |
| 1586 | 2024-11-08T23:54:33.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1587 | 2024-11-08T23:54:33.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1588 | 2024-11-08T23:54:33.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1589 | 2024-11-08T23:54:33.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1590 | 2024-11-08T23:54:33.657Z | |
| 1591 | 2024-11-08T23:54:33.657Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168) |
| 1592 | 2024-11-08T23:54:34.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1593 | 2024-11-08T23:54:34.084Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1594 | 2024-11-08T23:54:34.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1595 | 2024-11-08T23:54:34.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1596 | 2024-11-08T23:54:34.089Z | |
| 1597 | 2024-11-08T23:54:34.089Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168) |
| 1598 | 2024-11-08T23:54:34.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1599 | 2024-11-08T23:54:34.883Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1600 | 2024-11-08T23:54:34.883Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1601 | 2024-11-08T23:54:34.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1602 | 2024-11-08T23:54:34.883Z | |
| 1603 | 2024-11-08T23:54:34.884Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168) |
| 1604 | 2024-11-08T23:54:35.076Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1605 | 2024-11-08T23:54:35.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1606 | 2024-11-08T23:54:35.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1607 | 2024-11-08T23:54:35.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1608 | 2024-11-08T23:54:35.077Z | |
| 1609 | 2024-11-08T23:54:35.077Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168) |
| 1610 | 2024-11-08T23:54:35.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1611 | 2024-11-08T23:54:35.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1612 | 2024-11-08T23:54:35.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1613 | 2024-11-08T23:54:35.483Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
| 1614 | 2024-11-08T23:54:35.692Z | |
| 1615 | 2024-11-08T23:54:35.692Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168) |
| 1616 | 2024-11-08T23:54:35.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1617 | 2024-11-08T23:54:35.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1618 | 2024-11-08T23:54:35.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1619 | 2024-11-08T23:54:35.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1620 | 2024-11-08T23:54:35.849Z | |
| 1621 | 2024-11-08T23:54:35.850Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168) |
| 1622 | 2024-11-08T23:54:36.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1623 | 2024-11-08T23:54:36.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1624 | 2024-11-08T23:54:36.387Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1625 | 2024-11-08T23:54:36.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1626 | 2024-11-08T23:54:36.387Z | |
| 1627 | 2024-11-08T23:54:36.387Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168) |
| 1628 | 2024-11-08T23:54:36.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1629 | 2024-11-08T23:54:36.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1630 | 2024-11-08T23:54:36.567Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1631 | 2024-11-08T23:54:36.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1632 | 2024-11-08T23:54:36.591Z | |
| 1633 | 2024-11-08T23:54:36.591Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168) |
| 1634 | 2024-11-08T23:54:36.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1635 | 2024-11-08T23:54:36.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1636 | 2024-11-08T23:54:37.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1637 | 2024-11-08T23:54:37.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1638 | 2024-11-08T23:54:37.007Z | |
| 1639 | 2024-11-08T23:54:37.007Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168) |
| 1640 | 2024-11-08T23:54:37.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1641 | 2024-11-08T23:54:37.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1642 | 2024-11-08T23:54:37.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1643 | 2024-11-08T23:54:37.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1644 | 2024-11-08T23:54:37.413Z | |
| 1645 | 2024-11-08T23:54:37.413Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168) |
| 1646 | 2024-11-08T23:54:37.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1647 | 2024-11-08T23:54:37.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1648 | 2024-11-08T23:54:37.835Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1649 | 2024-11-08T23:54:37.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1650 | 2024-11-08T23:54:37.835Z | |
| 1651 | 2024-11-08T23:54:37.836Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168) |
| 1652 | 2024-11-08T23:54:38.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1653 | 2024-11-08T23:54:38.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1654 | 2024-11-08T23:54:38.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1655 | 2024-11-08T23:54:38.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1656 | 2024-11-08T23:54:38.303Z | |
| 1657 | 2024-11-08T23:54:38.303Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168) |
| 1658 | 2024-11-08T23:54:38.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1659 | 2024-11-08T23:54:38.612Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1660 | 2024-11-08T23:54:38.612Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1661 | 2024-11-08T23:54:38.612Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1662 | 2024-11-08T23:54:38.635Z | |
| 1663 | 2024-11-08T23:54:38.635Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168) |
| 1664 | 2024-11-08T23:54:39.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1665 | 2024-11-08T23:54:39.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1666 | 2024-11-08T23:54:39.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1667 | 2024-11-08T23:54:39.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1668 | 2024-11-08T23:54:39.046Z | |
| 1669 | 2024-11-08T23:54:39.046Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168) |
| 1670 | 2024-11-08T23:54:39.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1671 | 2024-11-08T23:54:39.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1672 | 2024-11-08T23:54:39.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1673 | 2024-11-08T23:54:39.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1674 | 2024-11-08T23:54:39.460Z | |
| 1675 | 2024-11-08T23:54:39.460Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168) |
| 1676 | 2024-11-08T23:54:39.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1677 | 2024-11-08T23:54:39.854Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1678 | 2024-11-08T23:54:39.854Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1679 | 2024-11-08T23:54:39.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1680 | 2024-11-08T23:54:39.879Z | |
| 1681 | 2024-11-08T23:54:39.879Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168) |
| 1682 | 2024-11-08T23:54:40.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1683 | 2024-11-08T23:54:40.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1684 | 2024-11-08T23:54:40.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1685 | 2024-11-08T23:54:40.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1686 | 2024-11-08T23:54:40.291Z | |
| 1687 | 2024-11-08T23:54:40.292Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168) |
| 1688 | 2024-11-08T23:54:40.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1689 | 2024-11-08T23:54:40.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1690 | 2024-11-08T23:54:40.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1691 | 2024-11-08T23:54:40.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1692 | 2024-11-08T23:54:40.704Z | |
| 1693 | 2024-11-08T23:54:40.704Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168) |
| 1694 | 2024-11-08T23:54:41.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1695 | 2024-11-08T23:54:41.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1696 | 2024-11-08T23:54:41.082Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1697 | 2024-11-08T23:54:41.085Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
| 1698 | 2024-11-08T23:54:41.124Z | |
| 1699 | 2024-11-08T23:54:41.124Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168) |
| 1700 | 2024-11-08T23:54:41.489Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1701 | 2024-11-08T23:54:41.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1702 | 2024-11-08T23:54:41.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1703 | 2024-11-08T23:54:41.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
| 1704 | 2024-11-08T23:54:41.530Z | |
| 1705 | 2024-11-08T23:54:41.530Z | info: running `cargo check --bins` on sled-hardware-types (25/168) |
| 1706 | 2024-11-08T23:54:42.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1707 | 2024-11-08T23:54:42.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1708 | 2024-11-08T23:54:42.086Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1709 | 2024-11-08T23:54:42.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1710 | 2024-11-08T23:54:42.159Z | |
| 1711 | 2024-11-08T23:54:42.160Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/168) |
| 1712 | 2024-11-08T23:54:42.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1713 | 2024-11-08T23:54:42.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1714 | 2024-11-08T23:54:42.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1715 | 2024-11-08T23:54:42.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 1716 | 2024-11-08T23:54:42.766Z | |
| 1717 | 2024-11-08T23:54:42.766Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168) |
| 1718 | 2024-11-08T23:54:43.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1719 | 2024-11-08T23:54:43.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1720 | 2024-11-08T23:54:43.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 1721 | 2024-11-08T23:54:43.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 1722 | 2024-11-08T23:54:43.397Z | |
| 1723 | 2024-11-08T23:54:43.397Z | info: running `cargo check --bins` on oxlog (28/168) |
| 1724 | 2024-11-08T23:54:43.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 1725 | 2024-11-08T23:54:43.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 1726 | 2024-11-08T23:54:44.006Z | Checking cfg-if v1.0.0 |
| 1727 | 2024-11-08T23:54:44.010Z | Checking libc v0.2.161 |
| 1728 | 2024-11-08T23:54:44.112Z | Checking serde v1.0.210 |
| 1729 | 2024-11-08T23:54:44.114Z | Checking zeroize v1.8.1 |
| 1730 | 2024-11-08T23:54:44.132Z | Checking memchr v2.7.4 |
| 1731 | 2024-11-08T23:54:44.142Z | Checking typenum v1.17.0 |
| 1732 | 2024-11-08T23:54:44.145Z | Checking scopeguard v1.2.0 |
| 1733 | 2024-11-08T23:54:44.152Z | Checking subtle v2.6.1 |
| 1734 | 2024-11-08T23:54:44.178Z | Checking value-bag v1.9.0 |
| 1735 | 2024-11-08T23:54:44.287Z | Checking lock_api v0.4.12 |
| 1736 | 2024-11-08T23:54:44.371Z | Checking itoa v1.0.11 |
| 1737 | 2024-11-08T23:54:44.420Z | Checking const-oid v0.9.6 |
| 1738 | 2024-11-08T23:54:44.573Z | Checking pin-project-lite v0.2.14 |
| 1739 | 2024-11-08T23:54:44.604Z | Checking log v0.4.22 |
| 1740 | 2024-11-08T23:54:44.699Z | Checking smallvec v1.13.2 |
| 1741 | 2024-11-08T23:54:44.714Z | Checking byteorder v1.5.0 |
| 1742 | 2024-11-08T23:54:45.004Z | Checking futures-core v0.3.31 |
| 1743 | 2024-11-08T23:54:45.061Z | Checking once_cell v1.20.2 |
| 1744 | 2024-11-08T23:54:45.147Z | Checking cpufeatures v0.2.14 |
| 1745 | 2024-11-08T23:54:45.168Z | Checking futures-sink v0.3.31 |
| 1746 | 2024-11-08T23:54:45.197Z | Checking spin v0.9.8 |
| 1747 | 2024-11-08T23:54:45.239Z | Checking zerocopy v0.7.35 |
| 1748 | 2024-11-08T23:54:45.307Z | Checking slab v0.4.9 |
| 1749 | 2024-11-08T23:54:45.324Z | Checking getrandom v0.2.15 |
| 1750 | 2024-11-08T23:54:45.358Z | Checking signal-hook-registry v1.4.2 |
| 1751 | 2024-11-08T23:54:45.510Z | Checking generic-array v0.14.7 |
| 1752 | 2024-11-08T23:54:45.545Z | Checking parking_lot_core v0.9.10 |
| 1753 | 2024-11-08T23:54:45.561Z | Checking rand_core v0.6.4 |
| 1754 | 2024-11-08T23:54:45.581Z | Checking mio v1.0.2 |
| 1755 | 2024-11-08T23:54:45.601Z | Checking socket2 v0.5.7 |
| 1756 | 2024-11-08T23:54:45.864Z | Checking futures-channel v0.3.31 |
| 1757 | 2024-11-08T23:54:45.906Z | Checking parking_lot v0.12.3 |
| 1758 | 2024-11-08T23:54:46.087Z | Checking foldhash v0.1.3 |
| 1759 | 2024-11-08T23:54:46.207Z | Checking futures-task v0.3.31 |
| 1760 | 2024-11-08T23:54:46.237Z | Checking pin-utils v0.1.0 |
| 1761 | 2024-11-08T23:54:46.263Z | Checking allocator-api2 v0.2.18 |
| 1762 | 2024-11-08T23:54:46.289Z | Checking futures-io v0.3.31 |
| 1763 | 2024-11-08T23:54:46.304Z | Checking tinyvec_macros v0.1.1 |
| 1764 | 2024-11-08T23:54:46.322Z | Checking equivalent v1.0.1 |
| 1765 | 2024-11-08T23:54:46.382Z | Checking tinyvec v1.8.0 |
| 1766 | 2024-11-08T23:54:46.422Z | Checking ryu v1.0.18 |
| 1767 | 2024-11-08T23:54:46.441Z | Checking unicode-bidi v0.3.17 |
| 1768 | 2024-11-08T23:54:46.474Z | Checking futures-util v0.3.31 |
| 1769 | 2024-11-08T23:54:46.647Z | Checking fnv v1.0.7 |
| 1770 | 2024-11-08T23:54:46.752Z | Checking libm v0.2.8 |
| 1771 | 2024-11-08T23:54:46.768Z | Checking crypto-common v0.1.6 |
| 1772 | 2024-11-08T23:54:46.781Z | Checking block-buffer v0.10.4 |
| 1773 | 2024-11-08T23:54:46.913Z | Checking hashbrown v0.15.0 |
| 1774 | 2024-11-08T23:54:46.951Z | Checking block-padding v0.3.3 |
| 1775 | 2024-11-08T23:54:47.009Z | Checking digest v0.10.7 |
| 1776 | 2024-11-08T23:54:47.103Z | Checking base64ct v1.6.0 |
| 1777 | 2024-11-08T23:54:47.155Z | Checking inout v0.1.3 |
| 1778 | 2024-11-08T23:54:47.382Z | Checking hmac v0.12.1 |
| 1779 | 2024-11-08T23:54:47.396Z | Checking cipher v0.4.4 |
| 1780 | 2024-11-08T23:54:47.521Z | Checking sha2 v0.10.8 |
| 1781 | 2024-11-08T23:54:47.597Z | Checking pem-rfc7468 v0.7.0 |
| 1782 | 2024-11-08T23:54:47.687Z | Checking num-traits v0.2.19 |
| 1783 | 2024-11-08T23:54:47.706Z | Checking unicode-normalization v0.1.24 |
| 1784 | 2024-11-08T23:54:47.810Z | Checking ppv-lite86 v0.2.20 |
| 1785 | 2024-11-08T23:54:47.858Z | Checking flagset v0.4.6 |
| 1786 | 2024-11-08T23:54:48.041Z | Checking der v0.7.9 |
| 1787 | 2024-11-08T23:54:48.110Z | Checking tracing-core v0.1.32 |
| 1788 | 2024-11-08T23:54:48.125Z | Checking thiserror v1.0.64 |
| 1789 | 2024-11-08T23:54:48.247Z | Checking percent-encoding v2.3.1 |
| 1790 | 2024-11-08T23:54:48.477Z | Checking rustls-pki-types v1.9.0 |
| 1791 | 2024-11-08T23:54:48.628Z | Checking salsa20 v0.10.2 |
| 1792 | 2024-11-08T23:54:48.658Z | Checking rand_chacha v0.3.1 |
| 1793 | 2024-11-08T23:54:48.781Z | Checking tracing v0.1.40 |
| 1794 | 2024-11-08T23:54:48.870Z | Checking pbkdf2 v0.12.2 |
| 1795 | 2024-11-08T23:54:49.047Z | Checking aws-lc-sys v0.22.0 |
| 1796 | 2024-11-08T23:54:49.073Z | Checking rand v0.8.5 |
| 1797 | 2024-11-08T23:54:49.088Z | Checking httparse v1.9.5 |
| 1798 | 2024-11-08T23:54:49.149Z | Checking mirai-annotations v1.12.0 |
| 1799 | 2024-11-08T23:54:49.307Z | Checking bytes v1.7.2 |
| 1800 | 2024-11-08T23:54:49.333Z | Checking indexmap v2.6.0 |
| 1801 | 2024-11-08T23:54:49.408Z | Checking serde_json v1.0.128 |
| 1802 | 2024-11-08T23:54:49.516Z | Checking bitflags v2.6.0 |
| 1803 | 2024-11-08T23:54:49.807Z | Checking untrusted v0.7.1 |
| 1804 | 2024-11-08T23:54:49.975Z | Checking untrusted v0.9.0 |
| 1805 | 2024-11-08T23:54:49.992Z | Checking spki v0.7.3 |
| 1806 | 2024-11-08T23:54:50.138Z | Checking powerfmt v0.2.0 |
| 1807 | 2024-11-08T23:54:50.156Z | Checking tokio v1.40.0 |
| 1808 | 2024-11-08T23:54:50.271Z | Checking http v1.1.0 |
| 1809 | 2024-11-08T23:54:50.374Z | Checking ring v0.17.8 |
| 1810 | 2024-11-08T23:54:50.403Z | Checking deranged v0.3.11 |
| 1811 | 2024-11-08T23:54:50.688Z | Checking scrypt v0.11.0 |
| 1812 | 2024-11-08T23:54:50.932Z | Checking cbc v0.1.2 |
| 1813 | 2024-11-08T23:54:51.138Z | Checking aes v0.8.4 |
| 1814 | 2024-11-08T23:54:51.162Z | Checking crossbeam-utils v0.8.20 |
| 1815 | 2024-11-08T23:54:51.621Z | Checking time-core v0.1.2 |
| 1816 | 2024-11-08T23:54:51.712Z | Checking aws-lc-rs v1.10.0 |
| 1817 | 2024-11-08T23:54:51.778Z | Checking num_threads v0.1.7 |
| 1818 | 2024-11-08T23:54:51.875Z | Checking num-conv v0.1.0 |
| 1819 | 2024-11-08T23:54:51.894Z | Checking atomic-waker v1.1.2 |
| 1820 | 2024-11-08T23:54:52.025Z | Checking http-body v1.0.1 |
| 1821 | 2024-11-08T23:54:52.066Z | Checking form_urlencoded v1.2.1 |
| 1822 | 2024-11-08T23:54:52.099Z | Checking pkcs5 v0.7.1 |
| 1823 | 2024-11-08T23:54:52.121Z | Checking try-lock v0.2.5 |
| 1824 | 2024-11-08T23:54:52.212Z | Checking time v0.3.36 |
| 1825 | 2024-11-08T23:54:52.241Z | Checking unicode-ident v1.0.13 |
| 1826 | 2024-11-08T23:54:52.257Z | Checking want v0.3.1 |
| 1827 | 2024-11-08T23:54:52.272Z | Checking httpdate v1.0.3 |
| 1828 | 2024-11-08T23:54:52.290Z | Checking uuid v1.10.0 |
| 1829 | 2024-11-08T23:54:52.408Z | Checking proc-macro2 v1.0.87 |
| 1830 | 2024-11-08T23:54:52.428Z | Checking serde_spanned v0.6.8 |
| 1831 | 2024-11-08T23:54:52.504Z | Checking toml_datetime v0.6.8 |
| 1832 | 2024-11-08T23:54:52.627Z | Checking idna v0.5.0 |
| 1833 | 2024-11-08T23:54:52.631Z | Checking pkcs8 v0.10.2 |
| 1834 | 2024-11-08T23:54:52.773Z | Checking slog v2.7.0 |
| 1835 | 2024-11-08T23:54:52.925Z | Checking scroll v0.12.0 |
| 1836 | 2024-11-08T23:54:52.975Z | Checking tower-service v0.3.3 |
| 1837 | 2024-11-08T23:54:53.096Z | Checking match_cfg v0.1.0 |
| 1838 | 2024-11-08T23:54:53.131Z | Checking adler2 v2.0.0 |
| 1839 | 2024-11-08T23:54:53.182Z | Checking iana-time-zone v0.1.61 |
| 1840 | 2024-11-08T23:54:53.283Z | Checking base64 v0.22.1 |
| 1841 | 2024-11-08T23:54:53.299Z | Checking ucd-trie v0.1.7 |
| 1842 | 2024-11-08T23:54:53.325Z | Checking foreign-types-shared v0.1.1 |
| 1843 | 2024-11-08T23:54:53.422Z | Checking plain v0.2.3 |
| 1844 | 2024-11-08T23:54:53.437Z | Checking foreign-types v0.3.2 |
| 1845 | 2024-11-08T23:54:53.506Z | Checking url v2.5.2 |
| 1846 | 2024-11-08T23:54:53.523Z | Checking pest v2.7.14 |
| 1847 | 2024-11-08T23:54:53.526Z | Checking chrono v0.4.38 |
| 1848 | 2024-11-08T23:54:53.561Z | Checking goblin v0.8.2 |
| 1849 | 2024-11-08T23:54:53.579Z | Checking rustls-webpki v0.102.8 |
| 1850 | 2024-11-08T23:54:53.759Z | Checking miniz_oxide v0.8.0 |
| 1851 | 2024-11-08T23:54:54.333Z | Checking hostname v0.3.1 |
| 1852 | 2024-11-08T23:54:54.436Z | Checking quote v1.0.37 |
| 1853 | 2024-11-08T23:54:54.462Z | Checking openssl-sys v0.9.104 |
| 1854 | 2024-11-08T23:54:54.478Z | Checking dirs-sys-next v0.1.2 |
| 1855 | 2024-11-08T23:54:54.664Z | Checking errno v0.3.9 |
| 1856 | 2024-11-08T23:54:54.771Z | Checking aho-corasick v1.1.3 |
| 1857 | 2024-11-08T23:54:54.814Z | Checking regex-syntax v0.8.5 |
| 1858 | 2024-11-08T23:54:54.836Z | Checking data-encoding v2.6.0 |
| 1859 | 2024-11-08T23:54:55.523Z | Checking siphasher v0.3.11 |
| 1860 | 2024-11-08T23:54:55.716Z | Checking pretty-hex v0.4.1 |
| 1861 | 2024-11-08T23:54:55.791Z | Checking openssl v0.10.68 |
| 1862 | 2024-11-08T23:54:55.853Z | Checking rustix v0.38.37 |
| 1863 | 2024-11-08T23:54:55.905Z | Checking syn v2.0.79 |
| 1864 | 2024-11-08T23:54:56.102Z | Checking dtrace-parser v0.2.0 |
| 1865 | 2024-11-08T23:54:56.588Z | Checking dirs-next v2.0.0 |
| 1866 | 2024-11-08T23:54:56.601Z | Checking http-body-util v0.1.2 |
| 1867 | 2024-11-08T23:54:56.714Z | Checking crossbeam-epoch v0.9.18 |
| 1868 | 2024-11-08T23:54:57.087Z | Checking signature v2.2.0 |
| 1869 | 2024-11-08T23:54:57.156Z | Checking sha1 v0.10.6 |
| 1870 | 2024-11-08T23:54:57.294Z | Checking lazy_static v1.5.0 |
| 1871 | 2024-11-08T23:54:57.417Z | Checking thread_local v1.1.8 |
| 1872 | 2024-11-08T23:54:57.433Z | Checking thread-id v4.2.2 |
| 1873 | 2024-11-08T23:54:57.530Z | Checking tokio-util v0.7.12 |
| 1874 | 2024-11-08T23:54:57.547Z | Checking encoding_rs v0.8.34 |
| 1875 | 2024-11-08T23:54:57.695Z | Checking unicode-properties v0.1.3 |
| 1876 | 2024-11-08T23:54:58.080Z | Checking openssl-probe v0.1.5 |
| 1877 | 2024-11-08T23:54:58.174Z | Checking regex-automata v0.4.8 |
| 1878 | 2024-11-08T23:54:58.244Z | Checking gimli v0.31.1 |
| 1879 | 2024-11-08T23:54:58.395Z | Checking h2 v0.4.6 |
| 1880 | 2024-11-08T23:54:58.812Z | Checking dof v0.3.0 |
| 1881 | 2024-11-08T23:54:59.432Z | Checking ipnet v2.10.1 |
| 1882 | 2024-11-08T23:54:59.450Z | Checking anstyle v1.0.10 |
| 1883 | 2024-11-08T23:54:59.835Z | Checking utf8parse v0.2.2 |
| 1884 | 2024-11-08T23:54:59.864Z | Checking mime v0.3.17 |
| 1885 | 2024-11-08T23:54:59.941Z | Checking either v1.13.0 |
| 1886 | 2024-11-08T23:54:59.981Z | Checking winnow v0.6.20 |
| 1887 | 2024-11-08T23:55:00.187Z | Checking anstyle-parse v0.2.5 |
| 1888 | 2024-11-08T23:55:00.336Z | Checking stringprep v0.1.5 |
| 1889 | 2024-11-08T23:55:00.475Z | Checking crossbeam-deque v0.8.5 |
| 1890 | 2024-11-08T23:55:00.621Z | Checking term v0.7.0 |
| 1891 | 2024-11-08T23:55:00.798Z | Checking slog-json v2.6.1 |
| 1892 | 2024-11-08T23:55:01.050Z | Checking rustls v0.22.4 |
| 1893 | 2024-11-08T23:55:01.074Z | Checking rustls v0.23.14 |
| 1894 | 2024-11-08T23:55:01.390Z | Checking native-tls v0.2.12 |
| 1895 | 2024-11-08T23:55:01.792Z | Checking serde_urlencoded v0.7.1 |
| 1896 | 2024-11-08T23:55:02.178Z | Checking futures-executor v0.3.31 |
| 1897 | 2024-11-08T23:55:02.400Z | Checking crossbeam-channel v0.5.13 |
| 1898 | 2024-11-08T23:55:02.477Z | Checking addr2line v0.24.2 |
| 1899 | 2024-11-08T23:55:02.529Z | Checking usdt-impl v0.5.0 |
| 1900 | 2024-11-08T23:55:02.923Z | Checking num-integer v0.1.46 |
| 1901 | 2024-11-08T23:55:02.995Z | Checking rustls-pemfile v2.2.0 |
| 1902 | 2024-11-08T23:55:03.067Z | Checking idna v0.4.0 |
| 1903 | 2024-11-08T23:55:03.112Z | Checking toml_edit v0.22.22 |
| 1904 | 2024-11-08T23:55:03.192Z | Checking idna v0.3.0 |
| 1905 | 2024-11-08T23:55:03.208Z | Checking md-5 v0.10.6 |
| 1906 | 2024-11-08T23:55:03.444Z | Checking ff v0.13.0 |
| 1907 | 2024-11-08T23:55:03.444Z | Checking is-terminal v0.4.13 |
| 1908 | 2024-11-08T23:55:03.621Z | Checking memmap v0.7.0 |
| 1909 | 2024-11-08T23:55:03.639Z | Checking hash32 v0.2.1 |
| 1910 | 2024-11-08T23:55:03.824Z | Checking object v0.36.5 |
| 1911 | 2024-11-08T23:55:03.931Z | Checking stable_deref_trait v1.2.0 |
| 1912 | 2024-11-08T23:55:03.960Z | Checking linked-hash-map v0.5.6 |
| 1913 | 2024-11-08T23:55:04.025Z | Checking base16ct v0.2.0 |
| 1914 | 2024-11-08T23:55:04.060Z | Checking psl-types v2.0.11 |
| 1915 | 2024-11-08T23:55:04.216Z | Checking take_mut v0.2.2 |
| 1916 | 2024-11-08T23:55:04.253Z | Checking is_terminal_polyfill v1.70.1 |
| 1917 | 2024-11-08T23:55:04.288Z | Checking rustc-demangle v0.1.24 |
| 1918 | 2024-11-08T23:55:04.367Z | Checking dyn-clone v1.0.17 |
| 1919 | 2024-11-08T23:55:04.384Z | Checking anstyle-query v1.1.1 |
| 1920 | 2024-11-08T23:55:04.515Z | Checking utf-8 v0.7.6 |
| 1921 | 2024-11-08T23:55:04.532Z | Checking quick-error v1.2.3 |
| 1922 | 2024-11-08T23:55:04.669Z | Checking colorchoice v1.0.2 |
| 1923 | 2024-11-08T23:55:04.707Z | Checking fallible-iterator v0.2.0 |
| 1924 | 2024-11-08T23:55:04.727Z | Checking tungstenite v0.24.0 |
| 1925 | 2024-11-08T23:55:04.800Z | Checking tokio-rustls v0.25.0 |
| 1926 | 2024-11-08T23:55:04.816Z | Checking anstream v0.6.15 |
| 1927 | 2024-11-08T23:55:04.849Z | Checking hyper v1.4.1 |
| 1928 | 2024-11-08T23:55:05.198Z | Checking resolv-conf v0.7.0 |
| 1929 | 2024-11-08T23:55:05.214Z | Checking schemars v0.8.21 |
| 1930 | 2024-11-08T23:55:05.342Z | Checking postgres-protocol v0.6.7 |
| 1931 | 2024-11-08T23:55:05.567Z | Checking slog-async v2.8.0 |
| 1932 | 2024-11-08T23:55:05.666Z | Checking lru-cache v0.1.2 |
| 1933 | 2024-11-08T23:55:05.844Z | Checking toml v0.8.19 |
| 1934 | 2024-11-08T23:55:05.860Z | Checking publicsuffix v2.2.3 |
| 1935 | 2024-11-08T23:55:05.863Z | Checking sec1 v0.7.3 |
| 1936 | 2024-11-08T23:55:06.020Z | Checking heapless v0.7.17 |
| 1937 | 2024-11-08T23:55:06.112Z | Checking hickory-proto v0.24.1 |
| 1938 | 2024-11-08T23:55:06.248Z | Checking usdt v0.5.0 |
| 1939 | 2024-11-08T23:55:06.520Z | Checking group v0.13.0 |
| 1940 | 2024-11-08T23:55:06.631Z | Checking slog-term v2.9.1 |
| 1941 | 2024-11-08T23:55:06.792Z | Checking num-iter v0.1.45 |
| 1942 | 2024-11-08T23:55:06.912Z | Checking tokio-rustls v0.26.0 |
| 1943 | 2024-11-08T23:55:06.928Z | Checking futures v0.3.31 |
| 1944 | 2024-11-08T23:55:06.974Z | Checking tokio-native-tls v0.3.1 |
| 1945 | 2024-11-08T23:55:07.033Z | Checking slog-bunyan v2.5.0 |
| 1946 | 2024-11-08T23:55:07.076Z | Checking hyper-util v0.1.9 |
| 1947 | 2024-11-08T23:55:07.092Z | Checking rayon-core v1.12.1 |
| 1948 | 2024-11-08T23:55:07.119Z | Checking multer v3.1.0 |
| 1949 | 2024-11-08T23:55:07.194Z | Checking terminal_size v0.4.0 |
| 1950 | 2024-11-08T23:55:07.218Z | Checking phf_shared v0.11.2 |
| 1951 | 2024-11-08T23:55:07.310Z | Checking cookie v0.18.1 |
| 1952 | 2024-11-08T23:55:07.362Z | Checking async-stream v0.3.6 |
| 1953 | 2024-11-08T23:55:07.517Z | Checking bzip2-sys v0.1.11+1.0.8 |
| 1954 | 2024-11-08T23:55:07.532Z | Checking camino v1.1.9 |
| 1955 | 2024-11-08T23:55:07.566Z | Checking signal-hook v0.3.17 |
| 1956 | 2024-11-08T23:55:07.637Z | Checking waitgroup v0.1.2 |
| 1957 | 2024-11-08T23:55:07.767Z | Checking openapiv3 v2.0.0 |
| 1958 | 2024-11-08T23:55:07.784Z | Checking serde_path_to_error v0.1.16 |
| 1959 | 2024-11-08T23:55:07.787Z | Checking webpki-roots v0.26.6 |
| 1960 | 2024-11-08T23:55:07.909Z | Checking hkdf v0.12.4 |
| 1961 | 2024-11-08T23:55:08.005Z | Checking crypto-bigint v0.5.5 |
| 1962 | 2024-11-08T23:55:08.103Z | Checking hostname v0.4.0 |
| 1963 | 2024-11-08T23:55:08.131Z | Checking crc32fast v1.4.2 |
| 1964 | 2024-11-08T23:55:08.239Z | Checking debug-ignore v1.0.5 |
| 1965 | 2024-11-08T23:55:08.370Z | Checking managed v0.8.0 |
| 1966 | 2024-11-08T23:55:08.386Z | Checking winnow v0.5.40 |
| 1967 | 2024-11-08T23:55:08.412Z | Checking unicode-width v0.1.14 |
| 1968 | 2024-11-08T23:55:08.735Z | Checking bitflags v1.3.2 |
| 1969 | 2024-11-08T23:55:08.842Z | Checking strsim v0.11.1 |
| 1970 | 2024-11-08T23:55:08.893Z | Checking clap_lex v0.7.2 |
| 1971 | 2024-11-08T23:55:09.131Z | Checking console v0.15.8 |
| 1972 | 2024-11-08T23:55:09.148Z | Checking clap_builder v4.5.20 |
| 1973 | 2024-11-08T23:55:09.318Z | Checking hyper-tls v0.6.0 |
| 1974 | 2024-11-08T23:55:09.622Z | Checking hyper-rustls v0.27.3 |
| 1975 | 2024-11-08T23:55:09.737Z | Checking smoltcp v0.9.1 |
| 1976 | 2024-11-08T23:55:09.995Z | Checking flate2 v1.0.34 |
| 1977 | 2024-11-08T23:55:10.697Z | Checking signal-hook-mio v0.2.4 |
| 1978 | 2024-11-08T23:55:10.774Z | Checking backtrace v0.3.74 |
| 1979 | 2024-11-08T23:55:10.841Z | Checking cookie_store v0.21.0 |
| 1980 | 2024-11-08T23:55:10.997Z | Checking elliptic-curve v0.13.8 |
| 1981 | 2024-11-08T23:55:11.012Z | Checking hickory-resolver v0.24.1 |
| 1982 | 2024-11-08T23:55:11.217Z | Checking rayon v1.10.0 |
| 1983 | 2024-11-08T23:55:11.234Z | Checking dropshot v0.12.0 |
| 1984 | 2024-11-08T23:55:11.314Z | Checking anyhow v1.0.92 |
| 1985 | 2024-11-08T23:55:11.482Z | Checking bzip2 v0.4.4 |
| 1986 | 2024-11-08T23:55:11.516Z | Checking toml_edit v0.19.15 |
| 1987 | 2024-11-08T23:55:11.645Z | Checking phf v0.11.2 |
| 1988 | 2024-11-08T23:55:11.688Z | Checking num-bigint-dig v0.8.4 |
| 1989 | 2024-11-08T23:55:11.761Z | Checking postgres-types v0.2.8 |
| 1990 | 2024-11-08T23:55:11.930Z | Checking tokio-tungstenite v0.24.0 |
| 1991 | 2024-11-08T23:55:12.376Z | Checking bstr v1.10.0 |
| 1992 | 2024-11-08T23:55:12.432Z | Checking regex v1.11.0 |
| 1993 | 2024-11-08T23:55:12.544Z | Checking tokio-stream v0.1.16 |
| 1994 | 2024-11-08T23:55:12.683Z | Checking ed25519 v2.2.3 |
| 1995 | 2024-11-08T23:55:12.993Z | Checking phf_shared v0.10.0 |
| 1996 | 2024-11-08T23:55:13.086Z | Checking zerocopy v0.6.6 |
| 1997 | 2024-11-08T23:55:13.281Z | Checking curve25519-dalek v4.1.3 |
| 1998 | 2024-11-08T23:55:13.346Z | Checking pkcs1 v0.7.5 |
| 1999 | 2024-11-08T23:55:13.380Z | Checking hubpack v0.1.2 |
| 2000 | 2024-11-08T23:55:13.707Z | Checking portable-atomic v1.9.0 |
| 2001 | 2024-11-08T23:55:13.776Z | Checking float-cmp v0.9.0 |
| 2002 | 2024-11-08T23:55:13.883Z | Checking serde-big-array v0.5.1 |
| 2003 | 2024-11-08T23:55:13.963Z | Checking rfc6979 v0.4.0 |
| 2004 | 2024-11-08T23:55:13.989Z | Checking sync_wrapper v1.0.1 |
| 2005 | 2024-11-08T23:55:14.090Z | Checking precomputed-hash v0.1.1 |
| 2006 | 2024-11-08T23:55:14.119Z | Checking fixedbitset v0.4.2 |
| 2007 | 2024-11-08T23:55:14.134Z | Checking whoami v1.5.2 |
| 2008 | 2024-11-08T23:55:14.136Z | Checking unicode-segmentation v1.12.0 |
| 2009 | 2024-11-08T23:55:14.192Z | Checking new_debug_unreachable v1.0.6 |
| 2010 | 2024-11-08T23:55:14.284Z | Checking minimal-lexical v0.2.1 |
| 2011 | 2024-11-08T23:55:14.388Z | Checking static_assertions v1.1.0 |
| 2012 | 2024-11-08T23:55:14.458Z | Checking predicates-core v1.0.8 |
| 2013 | 2024-11-08T23:55:14.488Z | Checking difflib v0.4.0 |
| 2014 | 2024-11-08T23:55:14.656Z | Checking number_prefix v0.4.0 |
| 2015 | 2024-11-08T23:55:14.698Z | Checking bit-vec v0.6.3 |
| 2016 | 2024-11-08T23:55:14.786Z | Checking normalize-line-endings v0.3.0 |
| 2017 | 2024-11-08T23:55:14.814Z | Checking nom v7.1.3 |
| 2018 | 2024-11-08T23:55:14.830Z | Checking similar v2.6.0 |
| 2019 | 2024-11-08T23:55:14.845Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2020 | 2024-11-08T23:55:14.903Z | Checking predicates v3.1.2 |
| 2021 | 2024-11-08T23:55:15.036Z | Checking bit-set v0.5.3 |
| 2022 | 2024-11-08T23:55:15.118Z | Checking qorb v0.2.0 |
| 2023 | 2024-11-08T23:55:15.210Z | Checking indicatif v0.17.8 |
| 2024 | 2024-11-08T23:55:15.262Z | Checking ed25519-dalek v2.1.1 |
| 2025 | 2024-11-08T23:55:15.279Z | Checking tokio-postgres v0.7.12 |
| 2026 | 2024-11-08T23:55:15.583Z | Checking petgraph v0.6.5 |
| 2027 | 2024-11-08T23:55:15.678Z | Checking string_cache v0.8.7 |
| 2028 | 2024-11-08T23:55:15.695Z | Checking ecdsa v0.16.9 |
| 2029 | 2024-11-08T23:55:15.970Z | Checking reqwest v0.12.8 |
| 2030 | 2024-11-08T23:55:15.984Z | Checking toml v0.7.8 |
| 2031 | 2024-11-08T23:55:16.398Z | Checking rsa v0.9.6 |
| 2032 | 2024-11-08T23:55:16.762Z | Checking clap v4.5.20 |
| 2033 | 2024-11-08T23:55:16.886Z | Checking zip v0.6.6 |
| 2034 | 2024-11-08T23:55:17.490Z | Checking crossterm v0.28.1 |
| 2035 | 2024-11-08T23:55:17.612Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2036 | 2024-11-08T23:55:17.640Z | Checking itertools v0.10.5 |
| 2037 | 2024-11-08T23:55:17.867Z | Checking itertools v0.12.1 |
| 2038 | 2024-11-08T23:55:17.870Z | Checking fs-err v2.11.0 |
| 2039 | 2024-11-08T23:55:17.899Z | Checking ahash v0.8.11 |
| 2040 | 2024-11-08T23:55:18.437Z | Checking x509-cert v0.2.5 |
| 2041 | 2024-11-08T23:55:18.478Z | Checking semver v1.0.23 |
| 2042 | 2024-11-08T23:55:18.519Z | Checking hex v0.4.3 |
| 2043 | 2024-11-08T23:55:18.924Z | Checking peg-runtime v0.8.3 |
| 2044 | 2024-11-08T23:55:19.057Z | Checking lalrpop-util v0.19.12 |
| 2045 | 2024-11-08T23:55:19.093Z | Checking sigpipe v0.1.3 |
| 2046 | 2024-11-08T23:55:20.216Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2047 | 2024-11-08T23:55:20.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.12s |
| 2048 | 2024-11-08T23:55:20.685Z | |
| 2049 | 2024-11-08T23:55:20.686Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168) |
| 2050 | 2024-11-08T23:55:21.227Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2051 | 2024-11-08T23:55:21.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2052 | 2024-11-08T23:55:21.323Z | Compiling hashbrown v0.14.5 |
| 2053 | 2024-11-08T23:55:21.438Z | Checking heck v0.5.0 |
| 2054 | 2024-11-08T23:55:21.452Z | Compiling unsafe-libyaml v0.2.11 |
| 2055 | 2024-11-08T23:55:21.466Z | Compiling ident_case v1.0.1 |
| 2056 | 2024-11-08T23:55:21.480Z | Checking progenitor-client v0.8.0 |
| 2057 | 2024-11-08T23:55:21.494Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2058 | 2024-11-08T23:55:21.510Z | Compiling proc-macro-crate v1.3.1 |
| 2059 | 2024-11-08T23:55:21.599Z | Compiling darling_core v0.20.10 |
| 2060 | 2024-11-08T23:55:21.635Z | Checking ipnetwork v0.20.0 |
| 2061 | 2024-11-08T23:55:21.799Z | Compiling structmeta-derive v0.3.0 |
| 2062 | 2024-11-08T23:55:21.855Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2063 | 2024-11-08T23:55:22.020Z | Compiling newtype-uuid v1.1.2 |
| 2064 | 2024-11-08T23:55:22.181Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2065 | 2024-11-08T23:55:22.346Z | Compiling lzma-sys v0.1.20 |
| 2066 | 2024-11-08T23:55:22.532Z | Compiling foreign-types-macros v0.2.3 |
| 2067 | 2024-11-08T23:55:22.543Z | Checking regress v0.10.1 |
| 2068 | 2024-11-08T23:55:22.596Z | Compiling num_enum_derive v0.5.11 |
| 2069 | 2024-11-08T23:55:23.119Z | Compiling serde_yaml v0.9.34+deprecated |
| 2070 | 2024-11-08T23:55:23.289Z | Checking arc-swap v1.7.1 |
| 2071 | 2024-11-08T23:55:23.739Z | Checking foreign-types-shared v0.3.1 |
| 2072 | 2024-11-08T23:55:23.801Z | Checking slog-scope v4.4.0 |
| 2073 | 2024-11-08T23:55:23.858Z | Checking foreign-types v0.5.0 |
| 2074 | 2024-11-08T23:55:24.013Z | Compiling proc-macro-error v1.0.4 |
| 2075 | 2024-11-08T23:55:24.601Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2076 | 2024-11-08T23:55:24.640Z | Compiling structmeta v0.3.0 |
| 2077 | 2024-11-08T23:55:24.665Z | Checking tungstenite v0.21.0 |
| 2078 | 2024-11-08T23:55:24.718Z | Compiling heck v0.3.3 |
| 2079 | 2024-11-08T23:55:25.032Z | Checking num_enum v0.5.11 |
| 2080 | 2024-11-08T23:55:25.049Z | Compiling parse-display-derive v0.10.0 |
| 2081 | 2024-11-08T23:55:25.167Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2082 | 2024-11-08T23:55:25.189Z | Checking cstr-argument v0.1.2 |
| 2083 | 2024-11-08T23:55:25.375Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2084 | 2024-11-08T23:55:25.600Z | Checking instant v0.1.13 |
| 2085 | 2024-11-08T23:55:25.723Z | Checking base64 v0.21.7 |
| 2086 | 2024-11-08T23:55:26.001Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2087 | 2024-11-08T23:55:26.161Z | Checking pretty-hex v0.2.1 |
| 2088 | 2024-11-08T23:55:26.177Z | Checking fastrand v2.1.1 |
| 2089 | 2024-11-08T23:55:26.250Z | Checking typify-impl v0.2.0 |
| 2090 | 2024-11-08T23:55:26.314Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2091 | 2024-11-08T23:55:26.330Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2092 | 2024-11-08T23:55:26.504Z | Checking tempfile v3.13.0 |
| 2093 | 2024-11-08T23:55:26.602Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2094 | 2024-11-08T23:55:26.760Z | Checking backoff v0.4.0 |
| 2095 | 2024-11-08T23:55:26.903Z | Checking tokio-tungstenite v0.21.0 |
| 2096 | 2024-11-08T23:55:27.063Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2097 | 2024-11-08T23:55:27.122Z | Checking strum v0.26.3 |
| 2098 | 2024-11-08T23:55:27.286Z | Compiling zone_cfg_derive v0.1.2 |
| 2099 | 2024-11-08T23:55:27.384Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2100 | 2024-11-08T23:55:27.408Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2101 | 2024-11-08T23:55:27.660Z | Checking slog-stdlog v4.1.1 |
| 2102 | 2024-11-08T23:55:27.835Z | Checking regress v0.9.1 |
| 2103 | 2024-11-08T23:55:27.884Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2104 | 2024-11-08T23:55:28.048Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2105 | 2024-11-08T23:55:28.149Z | Checking colored v2.1.0 |
| 2106 | 2024-11-08T23:55:28.166Z | Compiling darling_macro v0.20.10 |
| 2107 | 2024-11-08T23:55:28.337Z | Checking macaddr v1.0.1 |
| 2108 | 2024-11-08T23:55:28.454Z | Checking base64 v0.13.1 |
| 2109 | 2024-11-08T23:55:28.774Z | Checking zone v0.1.8 |
| 2110 | 2024-11-08T23:55:28.855Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2111 | 2024-11-08T23:55:28.874Z | Checking ron v0.7.1 |
| 2112 | 2024-11-08T23:55:29.145Z | Compiling darling v0.20.10 |
| 2113 | 2024-11-08T23:55:29.274Z | Compiling serde_with_macros v3.11.0 |
| 2114 | 2024-11-08T23:55:29.348Z | Checking xz2 v0.1.7 |
| 2115 | 2024-11-08T23:55:29.434Z | Checking parse-display v0.10.0 |
| 2116 | 2024-11-08T23:55:29.477Z | Checking slog-envlogger v2.2.0 |
| 2117 | 2024-11-08T23:55:29.643Z | Checking tabwriter v1.4.0 |
| 2118 | 2024-11-08T23:55:29.670Z | Checking xattr v1.3.1 |
| 2119 | 2024-11-08T23:55:29.711Z | Checking pem v3.0.4 |
| 2120 | 2024-11-08T23:55:29.872Z | Checking yasna v0.5.2 |
| 2121 | 2024-11-08T23:55:29.886Z | Checking headers-core v0.3.0 |
| 2122 | 2024-11-08T23:55:30.040Z | Checking smf v0.2.3 |
| 2123 | 2024-11-08T23:55:30.164Z | Checking filetime v0.2.25 |
| 2124 | 2024-11-08T23:55:30.273Z | Checking same-file v1.0.6 |
| 2125 | 2024-11-08T23:55:30.346Z | Checking tar v0.4.42 |
| 2126 | 2024-11-08T23:55:30.346Z | Checking walkdir v2.5.0 |
| 2127 | 2024-11-08T23:55:30.489Z | Checking headers v0.4.0 |
| 2128 | 2024-11-08T23:55:30.654Z | Checking camino-tempfile v1.1.1 |
| 2129 | 2024-11-08T23:55:30.834Z | Checking rcgen v0.12.1 |
| 2130 | 2024-11-08T23:55:30.913Z | Checking atomicwrites v0.4.4 |
| 2131 | 2024-11-08T23:55:30.914Z | Checking subprocess v0.2.9 |
| 2132 | 2024-11-08T23:55:31.779Z | Checking serde_with v3.11.0 |
| 2133 | 2024-11-08T23:55:35.181Z | Compiling typify-macro v0.2.0 |
| 2134 | 2024-11-08T23:55:36.988Z | Compiling typify v0.2.0 |
| 2135 | 2024-11-08T23:55:37.058Z | Compiling progenitor-impl v0.8.0 |
| 2136 | 2024-11-08T23:55:40.216Z | Compiling progenitor-macro v0.8.0 |
| 2137 | 2024-11-08T23:55:45.551Z | Checking progenitor v0.8.0 |
| 2138 | 2024-11-08T23:55:45.684Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2139 | 2024-11-08T23:55:45.701Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2140 | 2024-11-08T23:55:48.550Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2141 | 2024-11-08T23:55:48.692Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2142 | 2024-11-08T23:55:55.324Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2143 | 2024-11-08T23:55:56.926Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2144 | 2024-11-08T23:55:58.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.51s |
| 2145 | 2024-11-08T23:55:58.363Z | |
| 2146 | 2024-11-08T23:55:58.363Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168) |
| 2147 | 2024-11-08T23:55:58.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2148 | 2024-11-08T23:55:58.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2149 | 2024-11-08T23:55:58.999Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2150 | 2024-11-08T23:56:00.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s |
| 2151 | 2024-11-08T23:56:00.587Z | |
| 2152 | 2024-11-08T23:56:00.587Z | info: running `cargo check --bins` on nexus-config (31/168) |
| 2153 | 2024-11-08T23:56:01.112Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2154 | 2024-11-08T23:56:01.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2155 | 2024-11-08T23:56:01.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2156 | 2024-11-08T23:56:01.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2157 | 2024-11-08T23:56:01.190Z | |
| 2158 | 2024-11-08T23:56:01.190Z | info: running `cargo check --bins` on omicron-rpaths (32/168) |
| 2159 | 2024-11-08T23:56:01.704Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2160 | 2024-11-08T23:56:01.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2161 | 2024-11-08T23:56:01.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2162 | 2024-11-08T23:56:01.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2163 | 2024-11-08T23:56:01.780Z | |
| 2164 | 2024-11-08T23:56:01.780Z | info: running `cargo check --bins` on omicron-certificates (33/168) |
| 2165 | 2024-11-08T23:56:02.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2166 | 2024-11-08T23:56:02.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2167 | 2024-11-08T23:56:02.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2168 | 2024-11-08T23:56:02.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2169 | 2024-11-08T23:56:02.374Z | |
| 2170 | 2024-11-08T23:56:02.374Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/168) |
| 2171 | 2024-11-08T23:56:02.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2172 | 2024-11-08T23:56:02.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2173 | 2024-11-08T23:56:03.002Z | Compiling heapless v0.8.0 |
| 2174 | 2024-11-08T23:56:03.005Z | Checking hash32 v0.3.1 |
| 2175 | 2024-11-08T23:56:03.110Z | Compiling smoltcp v0.11.0 |
| 2176 | 2024-11-08T23:56:03.121Z | Checking cobs v0.2.3 |
| 2177 | 2024-11-08T23:56:03.131Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2178 | 2024-11-08T23:56:03.131Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2179 | 2024-11-08T23:56:03.160Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2180 | 2024-11-08T23:56:03.164Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2181 | 2024-11-08T23:56:03.264Z | Compiling crucible-workspace-hack v0.1.0 |
| 2182 | 2024-11-08T23:56:03.287Z | Checking newline-converter v0.3.0 |
| 2183 | 2024-11-08T23:56:03.303Z | Checking postcard v1.0.10 |
| 2184 | 2024-11-08T23:56:03.438Z | Compiling convert_case v0.4.0 |
| 2185 | 2024-11-08T23:56:03.480Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2186 | 2024-11-08T23:56:03.679Z | Checking expectorate v1.1.0 |
| 2187 | 2024-11-08T23:56:03.726Z | Compiling zone_cfg_derive v0.3.0 |
| 2188 | 2024-11-08T23:56:03.826Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2189 | 2024-11-08T23:56:03.843Z | Checking itertools v0.13.0 |
| 2190 | 2024-11-08T23:56:03.858Z | Compiling num-derive v0.4.2 |
| 2191 | 2024-11-08T23:56:04.015Z | Compiling slog-dtrace v0.3.0 |
| 2192 | 2024-11-08T23:56:04.184Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2193 | 2024-11-08T23:56:04.385Z | Compiling derive_more v0.99.18 |
| 2194 | 2024-11-08T23:56:04.401Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2195 | 2024-11-08T23:56:05.137Z | Checking zone v0.3.0 |
| 2196 | 2024-11-08T23:56:05.816Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2197 | 2024-11-08T23:56:07.211Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2198 | 2024-11-08T23:56:08.110Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2199 | 2024-11-08T23:56:08.118Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2200 | 2024-11-08T23:56:09.242Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
| 2201 | 2024-11-08T23:56:09.556Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2202 | 2024-11-08T23:56:11.075Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2203 | 2024-11-08T23:56:12.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.63s |
| 2204 | 2024-11-08T23:56:12.184Z | |
| 2205 | 2024-11-08T23:56:12.184Z | info: running `cargo check --bins` on clickhouse-admin-api (35/168) |
| 2206 | 2024-11-08T23:56:16.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2207 | 2024-11-08T23:56:16.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2208 | 2024-11-08T23:56:16.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2209 | 2024-11-08T23:56:16.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2210 | 2024-11-08T23:56:16.501Z | |
| 2211 | 2024-11-08T23:56:16.501Z | info: running `cargo check --bins` on clickhouse-admin-types (36/168) |
| 2212 | 2024-11-08T23:56:16.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2213 | 2024-11-08T23:56:16.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2214 | 2024-11-08T23:56:16.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2215 | 2024-11-08T23:56:16.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2216 | 2024-11-08T23:56:16.501Z | |
| 2217 | 2024-11-08T23:56:16.501Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168) |
| 2218 | 2024-11-08T23:56:16.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2219 | 2024-11-08T23:56:16.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2220 | 2024-11-08T23:56:16.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2221 | 2024-11-08T23:56:16.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2222 | 2024-11-08T23:56:16.501Z | |
| 2223 | 2024-11-08T23:56:16.501Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168) |
| 2224 | 2024-11-08T23:56:16.501Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2225 | 2024-11-08T23:56:16.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2226 | 2024-11-08T23:56:16.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2227 | 2024-11-08T23:56:16.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 2228 | 2024-11-08T23:56:16.501Z | |
| 2229 | 2024-11-08T23:56:16.501Z | info: running `cargo check --bins` on dns-server (39/168) |
| 2230 | 2024-11-08T23:56:16.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2231 | 2024-11-08T23:56:16.564Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2232 | 2024-11-08T23:56:16.564Z | Compiling parking_lot_core v0.8.6 |
| 2233 | 2024-11-08T23:56:16.564Z | Checking nibble_vec v0.1.0 |
| 2234 | 2024-11-08T23:56:16.564Z | Checking endian-type v0.1.2 |
| 2235 | 2024-11-08T23:56:16.564Z | Checking fxhash v0.2.1 |
| 2236 | 2024-11-08T23:56:16.564Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2237 | 2024-11-08T23:56:16.564Z | Checking hickory-server v0.24.1 |
| 2238 | 2024-11-08T23:56:16.564Z | Checking radix_trie v0.2.1 |
| 2239 | 2024-11-08T23:56:16.564Z | Checking hickory-client v0.24.1 |
| 2240 | 2024-11-08T23:56:16.564Z | Checking parking_lot v0.11.2 |
| 2241 | 2024-11-08T23:56:16.564Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2242 | 2024-11-08T23:56:16.564Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2243 | 2024-11-08T23:56:16.564Z | Checking sled v0.34.7 |
| 2244 | 2024-11-08T23:56:18.276Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2245 | 2024-11-08T23:56:19.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
| 2246 | 2024-11-08T23:56:19.705Z | |
| 2247 | 2024-11-08T23:56:19.705Z | info: running `cargo check --bins` on dns-server-api (40/168) |
| 2248 | 2024-11-08T23:56:20.236Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2249 | 2024-11-08T23:56:20.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2250 | 2024-11-08T23:56:20.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2251 | 2024-11-08T23:56:20.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2252 | 2024-11-08T23:56:20.310Z | |
| 2253 | 2024-11-08T23:56:20.310Z | info: running `cargo check --bins` on internal-dns-types (41/168) |
| 2254 | 2024-11-08T23:56:20.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2255 | 2024-11-08T23:56:20.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2256 | 2024-11-08T23:56:20.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2257 | 2024-11-08T23:56:20.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2258 | 2024-11-08T23:56:20.906Z | |
| 2259 | 2024-11-08T23:56:20.906Z | info: running `cargo check --bins` on dns-service-client (42/168) |
| 2260 | 2024-11-08T23:56:21.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2261 | 2024-11-08T23:56:21.430Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2262 | 2024-11-08T23:56:21.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2263 | 2024-11-08T23:56:21.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2264 | 2024-11-08T23:56:21.504Z | |
| 2265 | 2024-11-08T23:56:21.504Z | info: running `cargo check --bins` on gateway-test-utils (43/168) |
| 2266 | 2024-11-08T23:56:22.057Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2267 | 2024-11-08T23:56:22.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2268 | 2024-11-08T23:56:22.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2269 | 2024-11-08T23:56:22.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2270 | 2024-11-08T23:56:22.139Z | |
| 2271 | 2024-11-08T23:56:22.139Z | info: running `cargo check --bins` on gateway-types (44/168) |
| 2272 | 2024-11-08T23:56:22.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2273 | 2024-11-08T23:56:22.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2274 | 2024-11-08T23:56:22.665Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2275 | 2024-11-08T23:56:22.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2276 | 2024-11-08T23:56:22.737Z | |
| 2277 | 2024-11-08T23:56:22.737Z | info: running `cargo check --bins` on ipcc (45/168) |
| 2278 | 2024-11-08T23:56:23.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2279 | 2024-11-08T23:56:23.260Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2280 | 2024-11-08T23:56:23.260Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2281 | 2024-11-08T23:56:23.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2282 | 2024-11-08T23:56:23.332Z | |
| 2283 | 2024-11-08T23:56:23.332Z | info: running `cargo check --bins` on omicron-gateway (46/168) |
| 2284 | 2024-11-08T23:56:23.884Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2285 | 2024-11-08T23:56:23.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2286 | 2024-11-08T23:56:23.998Z | Checking num-rational v0.4.2 |
| 2287 | 2024-11-08T23:56:23.998Z | Compiling progenitor-client v0.8.0 |
| 2288 | 2024-11-08T23:56:24.001Z | Checking num-complex v0.4.6 |
| 2289 | 2024-11-08T23:56:24.001Z | Compiling newtype-uuid v1.1.2 |
| 2290 | 2024-11-08T23:56:24.001Z | Compiling ipnetwork v0.20.0 |
| 2291 | 2024-11-08T23:56:24.001Z | Compiling instant v0.1.13 |
| 2292 | 2024-11-08T23:56:24.099Z | Checking float-ord v0.3.2 |
| 2293 | 2024-11-08T23:56:24.102Z | Compiling semver v0.1.20 |
| 2294 | 2024-11-08T23:56:24.271Z | Compiling radium v0.7.0 |
| 2295 | 2024-11-08T23:56:24.310Z | Compiling backoff v0.4.0 |
| 2296 | 2024-11-08T23:56:24.427Z | Compiling progenitor v0.8.0 |
| 2297 | 2024-11-08T23:56:24.527Z | Compiling rustc_version v0.1.7 |
| 2298 | 2024-11-08T23:56:24.677Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2299 | 2024-11-08T23:56:24.677Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
| 2300 | 2024-11-08T23:56:24.731Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2301 | 2024-11-08T23:56:24.748Z | Compiling parse-display v0.10.0 |
| 2302 | 2024-11-08T23:56:24.786Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2303 | 2024-11-08T23:56:24.975Z | Compiling serde_with v3.11.0 |
| 2304 | 2024-11-08T23:56:25.000Z | Checking num v0.4.3 |
| 2305 | 2024-11-08T23:56:25.027Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2306 | 2024-11-08T23:56:25.044Z | Compiling regress v0.9.1 |
| 2307 | 2024-11-08T23:56:25.104Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2308 | 2024-11-08T23:56:25.426Z | Compiling macaddr v1.0.1 |
| 2309 | 2024-11-08T23:56:25.476Z | Checking tap v1.0.1 |
| 2310 | 2024-11-08T23:56:25.645Z | Compiling maybe-uninit v2.0.0 |
| 2311 | 2024-11-08T23:56:25.869Z | Checking wyz v0.5.1 |
| 2312 | 2024-11-08T23:56:26.242Z | Compiling newtype_derive v0.1.6 |
| 2313 | 2024-11-08T23:56:26.333Z | Checking password-hash v0.5.0 |
| 2314 | 2024-11-08T23:56:26.556Z | Checking blake2 v0.10.6 |
| 2315 | 2024-11-08T23:56:26.693Z | Checking crc-catalog v2.4.0 |
| 2316 | 2024-11-08T23:56:26.762Z | Compiling owo-colors v4.1.0 |
| 2317 | 2024-11-08T23:56:26.845Z | Compiling packed_struct v0.10.1 |
| 2318 | 2024-11-08T23:56:26.963Z | Checking funty v2.0.0 |
| 2319 | 2024-11-08T23:56:27.031Z | Compiling cancel-safe-futures v0.1.5 |
| 2320 | 2024-11-08T23:56:27.087Z | Checking argon2 v0.5.3 |
| 2321 | 2024-11-08T23:56:27.358Z | Checking crc v3.2.1 |
| 2322 | 2024-11-08T23:56:27.611Z | Compiling packed_struct_codegen v0.10.1 |
| 2323 | 2024-11-08T23:56:27.811Z | Compiling indexmap v1.9.3 |
| 2324 | 2024-11-08T23:56:27.827Z | Checking half v2.4.1 |
| 2325 | 2024-11-08T23:56:27.894Z | Checking bitvec v1.0.1 |
| 2326 | 2024-11-08T23:56:28.119Z | Checking nodrop v0.1.14 |
| 2327 | 2024-11-08T23:56:28.247Z | Checking ciborium-io v0.2.2 |
| 2328 | 2024-11-08T23:56:28.304Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2329 | 2024-11-08T23:56:28.375Z | Checking ciborium-ll v0.2.2 |
| 2330 | 2024-11-08T23:56:28.644Z | Checking array-init v0.0.4 |
| 2331 | 2024-11-08T23:56:28.682Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2332 | 2024-11-08T23:56:28.703Z | Checking smallvec v0.6.14 |
| 2333 | 2024-11-08T23:56:28.953Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2334 | 2024-11-08T23:56:29.476Z | Checking prettyplease v0.2.22 |
| 2335 | 2024-11-08T23:56:29.655Z | Checking libsw v3.3.1 |
| 2336 | 2024-11-08T23:56:29.757Z | Compiling memoffset v0.9.1 |
| 2337 | 2024-11-08T23:56:29.909Z | Checking linear-map v1.2.0 |
| 2338 | 2024-11-08T23:56:30.081Z | Checking indent_write v2.2.0 |
| 2339 | 2024-11-08T23:56:30.170Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2340 | 2024-11-08T23:56:30.242Z | Checking bitfield v0.14.0 |
| 2341 | 2024-11-08T23:56:30.283Z | Checking hashbrown v0.12.3 |
| 2342 | 2024-11-08T23:56:30.298Z | Checking highway v1.2.0 |
| 2343 | 2024-11-08T23:56:30.571Z | Checking swrite v0.1.0 |
| 2344 | 2024-11-08T23:56:30.646Z | Checking termcolor v1.4.1 |
| 2345 | 2024-11-08T23:56:30.733Z | Checking ron v0.8.1 |
| 2346 | 2024-11-08T23:56:30.806Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2347 | 2024-11-08T23:56:31.043Z | Checking env_logger v0.10.2 |
| 2348 | 2024-11-08T23:56:31.089Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2349 | 2024-11-08T23:56:31.446Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2350 | 2024-11-08T23:56:32.059Z | Checking serde-hex v0.1.0 |
| 2351 | 2024-11-08T23:56:32.136Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2352 | 2024-11-08T23:56:32.248Z | Checking steno v0.4.1 |
| 2353 | 2024-11-08T23:56:32.477Z | Checking ciborium v0.2.2 |
| 2354 | 2024-11-08T23:56:32.705Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2355 | 2024-11-08T23:56:32.964Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2356 | 2024-11-08T23:56:33.526Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2357 | 2024-11-08T23:56:33.819Z | Checking hashbrown v0.13.2 |
| 2358 | 2024-11-08T23:56:34.182Z | Checking crc-any v2.5.0 |
| 2359 | 2024-11-08T23:56:34.590Z | Checking humantime v2.1.0 |
| 2360 | 2024-11-08T23:56:34.608Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2361 | 2024-11-08T23:56:34.662Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2362 | 2024-11-08T23:56:34.706Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2363 | 2024-11-08T23:56:34.904Z | Checking object v0.30.4 |
| 2364 | 2024-11-08T23:56:34.968Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2365 | 2024-11-08T23:56:35.007Z | Checking path-slash v0.1.5 |
| 2366 | 2024-11-08T23:56:35.159Z | Checking nix v0.27.1 |
| 2367 | 2024-11-08T23:56:35.175Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2368 | 2024-11-08T23:56:35.385Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2369 | 2024-11-08T23:56:36.278Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2370 | 2024-11-08T23:56:36.387Z | Checking tungstenite v0.23.0 |
| 2371 | 2024-11-08T23:56:36.397Z | Checking kstat-rs v0.2.4 |
| 2372 | 2024-11-08T23:56:36.799Z | Checking signal-hook-tokio v0.3.1 |
| 2373 | 2024-11-08T23:56:37.274Z | Checking tokio-tungstenite v0.23.1 |
| 2374 | 2024-11-08T23:56:37.718Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2375 | 2024-11-08T23:56:38.145Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2376 | 2024-11-08T23:56:43.960Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2377 | 2024-11-08T23:56:45.804Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2378 | 2024-11-08T23:56:45.908Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2379 | 2024-11-08T23:56:49.119Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2380 | 2024-11-08T23:56:49.379Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2381 | 2024-11-08T23:56:50.051Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2382 | 2024-11-08T23:56:56.217Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2383 | 2024-11-08T23:56:56.893Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2384 | 2024-11-08T23:57:00.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.34s |
| 2385 | 2024-11-08T23:57:00.862Z | |
| 2386 | 2024-11-08T23:57:00.862Z | info: running `cargo check --bins` on gateway-api (47/168) |
| 2387 | 2024-11-08T23:57:01.393Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2388 | 2024-11-08T23:57:01.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2389 | 2024-11-08T23:57:01.396Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2390 | 2024-11-08T23:57:01.399Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2391 | 2024-11-08T23:57:01.470Z | |
| 2392 | 2024-11-08T23:57:01.470Z | info: running `cargo check --bins` on oximeter (48/168) |
| 2393 | 2024-11-08T23:57:01.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2394 | 2024-11-08T23:57:02.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2395 | 2024-11-08T23:57:02.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2396 | 2024-11-08T23:57:02.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2397 | 2024-11-08T23:57:02.072Z | |
| 2398 | 2024-11-08T23:57:02.072Z | info: running `cargo check --bins` on oximeter-macro-impl (49/168) |
| 2399 | 2024-11-08T23:57:02.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2400 | 2024-11-08T23:57:02.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2401 | 2024-11-08T23:57:02.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2402 | 2024-11-08T23:57:02.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2403 | 2024-11-08T23:57:02.664Z | |
| 2404 | 2024-11-08T23:57:02.664Z | info: running `cargo check --bins` on oximeter-schema (50/168) |
| 2405 | 2024-11-08T23:57:03.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2406 | 2024-11-08T23:57:03.193Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2407 | 2024-11-08T23:57:03.273Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2408 | 2024-11-08T23:57:03.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
| 2409 | 2024-11-08T23:57:03.853Z | |
| 2410 | 2024-11-08T23:57:03.853Z | info: running `cargo check --bins` on oximeter-types (51/168) |
| 2411 | 2024-11-08T23:57:04.390Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2412 | 2024-11-08T23:57:04.393Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2413 | 2024-11-08T23:57:04.393Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2414 | 2024-11-08T23:57:04.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2415 | 2024-11-08T23:57:04.469Z | |
| 2416 | 2024-11-08T23:57:04.469Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/168) |
| 2417 | 2024-11-08T23:57:05.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2418 | 2024-11-08T23:57:05.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2419 | 2024-11-08T23:57:05.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2420 | 2024-11-08T23:57:05.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2421 | 2024-11-08T23:57:05.081Z | |
| 2422 | 2024-11-08T23:57:05.081Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168) |
| 2423 | 2024-11-08T23:57:05.597Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2424 | 2024-11-08T23:57:05.600Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2425 | 2024-11-08T23:57:05.600Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2426 | 2024-11-08T23:57:05.603Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2427 | 2024-11-08T23:57:05.668Z | |
| 2428 | 2024-11-08T23:57:05.668Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168) |
| 2429 | 2024-11-08T23:57:06.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2430 | 2024-11-08T23:57:06.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2431 | 2024-11-08T23:57:06.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2432 | 2024-11-08T23:57:06.206Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2433 | 2024-11-08T23:57:06.277Z | |
| 2434 | 2024-11-08T23:57:06.277Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168) |
| 2435 | 2024-11-08T23:57:06.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2436 | 2024-11-08T23:57:06.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2437 | 2024-11-08T23:57:06.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2438 | 2024-11-08T23:57:06.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2439 | 2024-11-08T23:57:06.882Z | |
| 2440 | 2024-11-08T23:57:06.882Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168) |
| 2441 | 2024-11-08T23:57:07.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2442 | 2024-11-08T23:57:07.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2443 | 2024-11-08T23:57:07.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2444 | 2024-11-08T23:57:07.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2445 | 2024-11-08T23:57:07.486Z | |
| 2446 | 2024-11-08T23:57:07.487Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168) |
| 2447 | 2024-11-08T23:57:08.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2448 | 2024-11-08T23:57:08.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2449 | 2024-11-08T23:57:08.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2450 | 2024-11-08T23:57:08.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2451 | 2024-11-08T23:57:08.085Z | |
| 2452 | 2024-11-08T23:57:08.085Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168) |
| 2453 | 2024-11-08T23:57:08.610Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2454 | 2024-11-08T23:57:08.613Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2455 | 2024-11-08T23:57:08.613Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2456 | 2024-11-08T23:57:08.616Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2457 | 2024-11-08T23:57:08.684Z | |
| 2458 | 2024-11-08T23:57:08.684Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168) |
| 2459 | 2024-11-08T23:57:09.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2460 | 2024-11-08T23:57:09.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2461 | 2024-11-08T23:57:09.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2462 | 2024-11-08T23:57:09.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2463 | 2024-11-08T23:57:09.294Z | |
| 2464 | 2024-11-08T23:57:09.294Z | info: running `cargo check --bins` on oximeter-producer (60/168) |
| 2465 | 2024-11-08T23:57:09.841Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2466 | 2024-11-08T23:57:09.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2467 | 2024-11-08T23:57:09.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2468 | 2024-11-08T23:57:09.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2469 | 2024-11-08T23:57:09.925Z | |
| 2470 | 2024-11-08T23:57:09.925Z | info: running `cargo check --bins` on internal-dns-resolver (61/168) |
| 2471 | 2024-11-08T23:57:10.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2472 | 2024-11-08T23:57:10.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2473 | 2024-11-08T23:57:10.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2474 | 2024-11-08T23:57:10.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2475 | 2024-11-08T23:57:10.523Z | |
| 2476 | 2024-11-08T23:57:10.523Z | info: running `cargo check --bins` on nexus-client (62/168) |
| 2477 | 2024-11-08T23:57:11.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2478 | 2024-11-08T23:57:11.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2479 | 2024-11-08T23:57:11.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2480 | 2024-11-08T23:57:11.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2481 | 2024-11-08T23:57:11.152Z | |
| 2482 | 2024-11-08T23:57:11.152Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/168) |
| 2483 | 2024-11-08T23:57:11.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2484 | 2024-11-08T23:57:11.701Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2485 | 2024-11-08T23:57:11.701Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2486 | 2024-11-08T23:57:11.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2487 | 2024-11-08T23:57:11.776Z | |
| 2488 | 2024-11-08T23:57:11.776Z | info: running `cargo check --bins` on omicron-passwords (64/168) |
| 2489 | 2024-11-08T23:57:12.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2490 | 2024-11-08T23:57:12.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2491 | 2024-11-08T23:57:12.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2492 | 2024-11-08T23:57:12.299Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2493 | 2024-11-08T23:57:12.365Z | |
| 2494 | 2024-11-08T23:57:12.365Z | info: running `cargo check --bins` on nexus-types (65/168) |
| 2495 | 2024-11-08T23:57:12.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2496 | 2024-11-08T23:57:12.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2497 | 2024-11-08T23:57:12.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2498 | 2024-11-08T23:57:12.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2499 | 2024-11-08T23:57:12.986Z | |
| 2500 | 2024-11-08T23:57:12.986Z | info: running `cargo check --bins` on gateway-client (66/168) |
| 2501 | 2024-11-08T23:57:13.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2502 | 2024-11-08T23:57:13.503Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2503 | 2024-11-08T23:57:13.503Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2504 | 2024-11-08T23:57:13.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2505 | 2024-11-08T23:57:13.577Z | |
| 2506 | 2024-11-08T23:57:13.577Z | info: running `cargo check --bins` on oxql-types (67/168) |
| 2507 | 2024-11-08T23:57:14.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2508 | 2024-11-08T23:57:14.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2509 | 2024-11-08T23:57:14.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2510 | 2024-11-08T23:57:14.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2511 | 2024-11-08T23:57:14.176Z | |
| 2512 | 2024-11-08T23:57:14.176Z | info: running `cargo check --bins` on update-engine (68/168) |
| 2513 | 2024-11-08T23:57:14.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2514 | 2024-11-08T23:57:14.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2515 | 2024-11-08T23:57:14.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2516 | 2024-11-08T23:57:14.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2517 | 2024-11-08T23:57:14.775Z | |
| 2518 | 2024-11-08T23:57:14.776Z | info: running `cargo check --bins` on sp-sim (69/168) |
| 2519 | 2024-11-08T23:57:15.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2520 | 2024-11-08T23:57:15.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2521 | 2024-11-08T23:57:15.399Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2522 | 2024-11-08T23:57:17.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.51s |
| 2523 | 2024-11-08T23:57:17.448Z | |
| 2524 | 2024-11-08T23:57:17.448Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168) |
| 2525 | 2024-11-08T23:57:18.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2526 | 2024-11-08T23:57:18.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2527 | 2024-11-08T23:57:18.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2528 | 2024-11-08T23:57:18.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2529 | 2024-11-08T23:57:18.101Z | |
| 2530 | 2024-11-08T23:57:18.101Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168) |
| 2531 | 2024-11-08T23:57:18.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2532 | 2024-11-08T23:57:18.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2533 | 2024-11-08T23:57:18.677Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2534 | 2024-11-08T23:57:18.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 2535 | 2024-11-08T23:57:18.758Z | |
| 2536 | 2024-11-08T23:57:18.758Z | info: running `cargo check --bins` on db-macros (72/168) |
| 2537 | 2024-11-08T23:57:19.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2538 | 2024-11-08T23:57:19.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2539 | 2024-11-08T23:57:19.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2540 | 2024-11-08T23:57:19.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2541 | 2024-11-08T23:57:19.344Z | |
| 2542 | 2024-11-08T23:57:19.344Z | info: running `cargo check --bins` on nexus-macros-common (73/168) |
| 2543 | 2024-11-08T23:57:19.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2544 | 2024-11-08T23:57:19.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2545 | 2024-11-08T23:57:19.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2546 | 2024-11-08T23:57:19.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2547 | 2024-11-08T23:57:19.926Z | |
| 2548 | 2024-11-08T23:57:19.926Z | info: running `cargo check --bins` on nexus-auth (74/168) |
| 2549 | 2024-11-08T23:57:20.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2550 | 2024-11-08T23:57:20.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2551 | 2024-11-08T23:57:20.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2552 | 2024-11-08T23:57:20.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 2553 | 2024-11-08T23:57:20.566Z | |
| 2554 | 2024-11-08T23:57:20.566Z | info: running `cargo check --bins` on authz-macros (75/168) |
| 2555 | 2024-11-08T23:57:21.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2556 | 2024-11-08T23:57:21.083Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2557 | 2024-11-08T23:57:21.084Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2558 | 2024-11-08T23:57:21.087Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2559 | 2024-11-08T23:57:21.156Z | |
| 2560 | 2024-11-08T23:57:21.156Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/168) |
| 2561 | 2024-11-08T23:57:21.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2562 | 2024-11-08T23:57:21.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2563 | 2024-11-08T23:57:21.704Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2564 | 2024-11-08T23:57:21.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2565 | 2024-11-08T23:57:21.780Z | |
| 2566 | 2024-11-08T23:57:21.780Z | info: running `cargo check --bins` on nexus-db-model (77/168) |
| 2567 | 2024-11-08T23:57:22.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2568 | 2024-11-08T23:57:22.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2569 | 2024-11-08T23:57:22.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2570 | 2024-11-08T23:57:22.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2571 | 2024-11-08T23:57:22.402Z | |
| 2572 | 2024-11-08T23:57:22.402Z | info: running `cargo check --bins` on nexus-defaults (78/168) |
| 2573 | 2024-11-08T23:57:22.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2574 | 2024-11-08T23:57:22.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2575 | 2024-11-08T23:57:22.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2576 | 2024-11-08T23:57:22.933Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2577 | 2024-11-08T23:57:23.003Z | |
| 2578 | 2024-11-08T23:57:23.003Z | info: running `cargo check --bins` on sled-agent-client (79/168) |
| 2579 | 2024-11-08T23:57:23.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2580 | 2024-11-08T23:57:23.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2581 | 2024-11-08T23:57:23.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2582 | 2024-11-08T23:57:23.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2583 | 2024-11-08T23:57:23.612Z | |
| 2584 | 2024-11-08T23:57:23.612Z | info: running `cargo check --bins` on nexus-inventory (80/168) |
| 2585 | 2024-11-08T23:57:24.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2586 | 2024-11-08T23:57:24.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2587 | 2024-11-08T23:57:24.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2588 | 2024-11-08T23:57:24.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2589 | 2024-11-08T23:57:24.239Z | |
| 2590 | 2024-11-08T23:57:24.239Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168) |
| 2591 | 2024-11-08T23:57:24.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2592 | 2024-11-08T23:57:24.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2593 | 2024-11-08T23:57:24.766Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2594 | 2024-11-08T23:57:24.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2595 | 2024-11-08T23:57:24.841Z | |
| 2596 | 2024-11-08T23:57:24.841Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/168) |
| 2597 | 2024-11-08T23:57:25.380Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2598 | 2024-11-08T23:57:25.382Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2599 | 2024-11-08T23:57:25.382Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2600 | 2024-11-08T23:57:25.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2601 | 2024-11-08T23:57:25.455Z | |
| 2602 | 2024-11-08T23:57:25.455Z | info: running `cargo check --bins` on typed-rng (83/168) |
| 2603 | 2024-11-08T23:57:25.967Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2604 | 2024-11-08T23:57:25.970Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2605 | 2024-11-08T23:57:25.970Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2606 | 2024-11-08T23:57:25.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2607 | 2024-11-08T23:57:26.039Z | |
| 2608 | 2024-11-08T23:57:26.039Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168) |
| 2609 | 2024-11-08T23:57:26.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2610 | 2024-11-08T23:57:26.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2611 | 2024-11-08T23:57:26.749Z | Checking keccak v0.1.5 |
| 2612 | 2024-11-08T23:57:26.853Z | Checking secrecy v0.8.0 |
| 2613 | 2024-11-08T23:57:26.856Z | Compiling unicase v2.7.0 |
| 2614 | 2024-11-08T23:57:26.856Z | Compiling same-file v1.0.6 |
| 2615 | 2024-11-08T23:57:26.856Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2616 | 2024-11-08T23:57:26.876Z | Compiling tempfile v3.13.0 |
| 2617 | 2024-11-08T23:57:26.902Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2618 | 2024-11-08T23:57:26.905Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2619 | 2024-11-08T23:57:27.085Z | Compiling walkdir v2.5.0 |
| 2620 | 2024-11-08T23:57:27.124Z | Checking universal-hash v0.5.1 |
| 2621 | 2024-11-08T23:57:27.146Z | Checking sha3 v0.10.8 |
| 2622 | 2024-11-08T23:57:27.250Z | Compiling blake3 v1.5.4 |
| 2623 | 2024-11-08T23:57:27.310Z | Compiling ring v0.16.20 |
| 2624 | 2024-11-08T23:57:27.353Z | Checking opaque-debug v0.3.1 |
| 2625 | 2024-11-08T23:57:27.452Z | Checking poly1305 v0.8.0 |
| 2626 | 2024-11-08T23:57:27.548Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2627 | 2024-11-08T23:57:27.739Z | Checking chacha20 v0.9.1 |
| 2628 | 2024-11-08T23:57:27.755Z | Checking aead v0.5.2 |
| 2629 | 2024-11-08T23:57:27.836Z | Compiling memmap2 v0.9.5 |
| 2630 | 2024-11-08T23:57:27.871Z | Compiling arrayref v0.3.9 |
| 2631 | 2024-11-08T23:57:27.959Z | Compiling libefi-sys v0.1.0 |
| 2632 | 2024-11-08T23:57:27.976Z | Compiling arrayvec v0.7.6 |
| 2633 | 2024-11-08T23:57:27.993Z | Compiling salty v0.3.0 |
| 2634 | 2024-11-08T23:57:28.077Z | Compiling constant_time_eq v0.3.1 |
| 2635 | 2024-11-08T23:57:28.236Z | Compiling spin v0.5.2 |
| 2636 | 2024-11-08T23:57:28.289Z | Checking chacha20poly1305 v0.10.1 |
| 2637 | 2024-11-08T23:57:28.404Z | Compiling toolchain_find v0.4.0 |
| 2638 | 2024-11-08T23:57:28.459Z | Compiling camino-tempfile v1.1.1 |
| 2639 | 2024-11-08T23:57:28.477Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2640 | 2024-11-08T23:57:28.588Z | Compiling bitfield-struct v0.6.2 |
| 2641 | 2024-11-08T23:57:28.851Z | Compiling topological-sort v0.2.2 |
| 2642 | 2024-11-08T23:57:28.931Z | Compiling mime_guess v2.0.5 |
| 2643 | 2024-11-08T23:57:29.008Z | Compiling rustfmt-wrapper v0.2.1 |
| 2644 | 2024-11-08T23:57:29.508Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2645 | 2024-11-08T23:57:29.600Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2646 | 2024-11-08T23:57:29.630Z | Checking primeorder v0.13.6 |
| 2647 | 2024-11-08T23:57:29.787Z | Checking env_filter v0.1.2 |
| 2648 | 2024-11-08T23:57:29.885Z | Checking thiserror-no-std v2.0.2 |
| 2649 | 2024-11-08T23:57:29.904Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2650 | 2024-11-08T23:57:29.991Z | Checking vsss-rs v3.3.4 |
| 2651 | 2024-11-08T23:57:30.030Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2652 | 2024-11-08T23:57:30.033Z | Checking env_logger v0.11.5 |
| 2653 | 2024-11-08T23:57:30.090Z | Checking p384 v0.13.0 |
| 2654 | 2024-11-08T23:57:30.231Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2655 | 2024-11-08T23:57:30.247Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2656 | 2024-11-08T23:57:30.480Z | Checking gethostname v0.5.0 |
| 2657 | 2024-11-08T23:57:30.609Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2658 | 2024-11-08T23:57:30.620Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2659 | 2024-11-08T23:57:30.645Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2660 | 2024-11-08T23:57:30.974Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2661 | 2024-11-08T23:57:31.002Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2662 | 2024-11-08T23:57:31.089Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2663 | 2024-11-08T23:57:31.250Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2664 | 2024-11-08T23:57:31.582Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
| 2665 | 2024-11-08T23:57:31.638Z | Checking nanorand v0.7.0 |
| 2666 | 2024-11-08T23:57:31.655Z | Checking atty v0.2.14 |
| 2667 | 2024-11-08T23:57:31.655Z | Checking http-range v0.1.5 |
| 2668 | 2024-11-08T23:57:31.774Z | Checking glob v0.3.1 |
| 2669 | 2024-11-08T23:57:31.841Z | Checking hyper-staticfile v0.10.1 |
| 2670 | 2024-11-08T23:57:31.932Z | Checking flume v0.11.0 |
| 2671 | 2024-11-08T23:57:32.068Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2672 | 2024-11-08T23:57:32.447Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
| 2673 | 2024-11-08T23:57:32.491Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2674 | 2024-11-08T23:57:32.757Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2675 | 2024-11-08T23:57:33.066Z | Compiling omicron-zone-package v0.11.1 |
| 2676 | 2024-11-08T23:57:33.490Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2677 | 2024-11-08T23:57:34.003Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2678 | 2024-11-08T23:57:34.601Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2679 | 2024-11-08T23:57:34.667Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 2680 | 2024-11-08T23:57:34.756Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2681 | 2024-11-08T23:57:35.209Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2682 | 2024-11-08T23:57:35.263Z | Checking display-error-chain v0.2.2 |
| 2683 | 2024-11-08T23:57:36.096Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2684 | 2024-11-08T23:57:37.232Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2685 | 2024-11-08T23:57:38.700Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2686 | 2024-11-08T23:57:38.702Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2687 | 2024-11-08T23:57:51.103Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2688 | 2024-11-08T23:58:40.679Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
| 2689 | 2024-11-08T23:58:40.849Z | |
| 2690 | 2024-11-08T23:58:40.849Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168) |
| 2691 | 2024-11-08T23:58:41.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2692 | 2024-11-08T23:58:41.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2693 | 2024-11-08T23:58:41.550Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2694 | 2024-11-08T23:59:30.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.96s |
| 2695 | 2024-11-08T23:59:31.039Z | |
| 2696 | 2024-11-08T23:59:31.039Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168) |
| 2697 | 2024-11-08T23:59:31.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2698 | 2024-11-08T23:59:31.598Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2699 | 2024-11-08T23:59:31.716Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2700 | 2024-11-09T00:00:20.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.91s |
| 2701 | 2024-11-09T00:00:21.124Z | |
| 2702 | 2024-11-09T00:00:21.124Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168) |
| 2703 | 2024-11-09T00:00:21.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2704 | 2024-11-09T00:00:21.704Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2705 | 2024-11-09T00:00:21.827Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2706 | 2024-11-09T00:01:10.944Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.80s |
| 2707 | 2024-11-09T00:01:11.121Z | |
| 2708 | 2024-11-09T00:01:11.121Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168) |
| 2709 | 2024-11-09T00:01:11.703Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2710 | 2024-11-09T00:01:11.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2711 | 2024-11-09T00:01:11.827Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2712 | 2024-11-09T00:02:01.825Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.69s |
| 2713 | 2024-11-09T00:02:01.998Z | |
| 2714 | 2024-11-09T00:02:01.998Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168) |
| 2715 | 2024-11-09T00:02:02.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2716 | 2024-11-09T00:02:02.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2717 | 2024-11-09T00:02:02.715Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2718 | 2024-11-09T00:02:51.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.96s |
| 2719 | 2024-11-09T00:02:52.155Z | |
| 2720 | 2024-11-09T00:02:52.155Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168) |
| 2721 | 2024-11-09T00:02:52.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2722 | 2024-11-09T00:02:52.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2723 | 2024-11-09T00:02:52.878Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2724 | 2024-11-09T00:03:42.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.24s |
| 2725 | 2024-11-09T00:03:42.740Z | |
| 2726 | 2024-11-09T00:03:42.740Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168) |
| 2727 | 2024-11-09T00:03:43.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2728 | 2024-11-09T00:03:43.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2729 | 2024-11-09T00:03:43.311Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2730 | 2024-11-09T00:04:32.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.18s |
| 2731 | 2024-11-09T00:04:32.961Z | |
| 2732 | 2024-11-09T00:04:32.961Z | info: running `cargo check --bins` on bootstrap-agent-api (92/168) |
| 2733 | 2024-11-09T00:04:33.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2734 | 2024-11-09T00:04:33.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2735 | 2024-11-09T00:04:33.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2736 | 2024-11-09T00:04:33.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2737 | 2024-11-09T00:04:33.599Z | |
| 2738 | 2024-11-09T00:04:33.599Z | info: running `cargo check --bins` on sled-agent-types (93/168) |
| 2739 | 2024-11-09T00:04:34.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2740 | 2024-11-09T00:04:34.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2741 | 2024-11-09T00:04:34.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2742 | 2024-11-09T00:04:34.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2743 | 2024-11-09T00:04:34.235Z | |
| 2744 | 2024-11-09T00:04:34.236Z | info: running `cargo check --bins` on bootstrap-agent-client (94/168) |
| 2745 | 2024-11-09T00:04:34.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2746 | 2024-11-09T00:04:34.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2747 | 2024-11-09T00:04:34.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2748 | 2024-11-09T00:04:34.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2749 | 2024-11-09T00:04:34.850Z | |
| 2750 | 2024-11-09T00:04:34.850Z | info: running `cargo check --bins` on dpd-client (95/168) |
| 2751 | 2024-11-09T00:04:35.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2752 | 2024-11-09T00:04:35.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2753 | 2024-11-09T00:04:35.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2754 | 2024-11-09T00:04:35.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2755 | 2024-11-09T00:04:35.446Z | |
| 2756 | 2024-11-09T00:04:35.446Z | info: running `cargo check --bins` on installinator-common (96/168) |
| 2757 | 2024-11-09T00:04:36.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2758 | 2024-11-09T00:04:36.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2759 | 2024-11-09T00:04:36.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2760 | 2024-11-09T00:04:36.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2761 | 2024-11-09T00:04:36.140Z | |
| 2762 | 2024-11-09T00:04:36.140Z | info: running `cargo check --bins` on key-manager (97/168) |
| 2763 | 2024-11-09T00:04:36.604Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2764 | 2024-11-09T00:04:36.609Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2765 | 2024-11-09T00:04:36.609Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2766 | 2024-11-09T00:04:36.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2767 | 2024-11-09T00:04:36.680Z | |
| 2768 | 2024-11-09T00:04:36.680Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/168) |
| 2769 | 2024-11-09T00:04:37.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2770 | 2024-11-09T00:04:37.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2771 | 2024-11-09T00:04:37.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2772 | 2024-11-09T00:04:37.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2773 | 2024-11-09T00:04:37.298Z | |
| 2774 | 2024-11-09T00:04:37.298Z | info: running `cargo check --bins` on repo-depot-api (99/168) |
| 2775 | 2024-11-09T00:04:37.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2776 | 2024-11-09T00:04:37.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2777 | 2024-11-09T00:04:37.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2778 | 2024-11-09T00:04:37.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2779 | 2024-11-09T00:04:37.900Z | |
| 2780 | 2024-11-09T00:04:37.900Z | info: running `cargo check --bins` on repo-depot-client (100/168) |
| 2781 | 2024-11-09T00:04:38.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2782 | 2024-11-09T00:04:38.423Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2783 | 2024-11-09T00:04:38.423Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2784 | 2024-11-09T00:04:38.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2785 | 2024-11-09T00:04:38.493Z | |
| 2786 | 2024-11-09T00:04:38.493Z | info: running `cargo check --bins` on sled-agent-api (101/168) |
| 2787 | 2024-11-09T00:04:39.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2788 | 2024-11-09T00:04:39.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2789 | 2024-11-09T00:04:39.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2790 | 2024-11-09T00:04:39.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2791 | 2024-11-09T00:04:39.112Z | |
| 2792 | 2024-11-09T00:04:39.112Z | info: running `cargo check --bins` on sled-hardware (102/168) |
| 2793 | 2024-11-09T00:04:39.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2794 | 2024-11-09T00:04:39.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2795 | 2024-11-09T00:04:39.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2796 | 2024-11-09T00:04:39.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2797 | 2024-11-09T00:04:39.723Z | |
| 2798 | 2024-11-09T00:04:39.723Z | info: running `cargo check --bins --no-default-features` on sled-storage (103/168) |
| 2799 | 2024-11-09T00:04:40.258Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2800 | 2024-11-09T00:04:40.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2801 | 2024-11-09T00:04:40.261Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2802 | 2024-11-09T00:04:40.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2803 | 2024-11-09T00:04:40.335Z | |
| 2804 | 2024-11-09T00:04:40.336Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168) |
| 2805 | 2024-11-09T00:04:40.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2806 | 2024-11-09T00:04:40.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2807 | 2024-11-09T00:04:40.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2808 | 2024-11-09T00:04:40.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2809 | 2024-11-09T00:04:40.955Z | |
| 2810 | 2024-11-09T00:04:40.955Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (105/168) |
| 2811 | 2024-11-09T00:04:41.505Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2812 | 2024-11-09T00:04:41.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2813 | 2024-11-09T00:04:41.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2814 | 2024-11-09T00:04:41.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2815 | 2024-11-09T00:04:41.582Z | |
| 2816 | 2024-11-09T00:04:41.582Z | info: running `cargo check --bins` on nexus-test-interface (106/168) |
| 2817 | 2024-11-09T00:04:42.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2818 | 2024-11-09T00:04:42.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2819 | 2024-11-09T00:04:42.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2820 | 2024-11-09T00:04:42.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2821 | 2024-11-09T00:04:42.206Z | |
| 2822 | 2024-11-09T00:04:42.206Z | info: running `cargo check --bins` on oximeter-collector (107/168) |
| 2823 | 2024-11-09T00:04:42.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2824 | 2024-11-09T00:04:42.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2825 | 2024-11-09T00:04:42.871Z | Compiling phf_generator v0.11.2 |
| 2826 | 2024-11-09T00:04:42.873Z | Compiling parse-zoneinfo v0.3.1 |
| 2827 | 2024-11-09T00:04:42.985Z | Compiling const_format_proc_macros v0.2.33 |
| 2828 | 2024-11-09T00:04:42.985Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2829 | 2024-11-09T00:04:42.988Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
| 2830 | 2024-11-09T00:04:42.988Z | Checking bcs v0.1.6 |
| 2831 | 2024-11-09T00:04:42.996Z | Compiling async-recursion v1.1.1 |
| 2832 | 2024-11-09T00:04:43.010Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2833 | 2024-11-09T00:04:43.122Z | Compiling phf_codegen v0.11.2 |
| 2834 | 2024-11-09T00:04:43.360Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2835 | 2024-11-09T00:04:43.620Z | Compiling chrono-tz-build v0.4.0 |
| 2836 | 2024-11-09T00:04:44.642Z | Checking const_format v0.2.33 |
| 2837 | 2024-11-09T00:04:44.677Z | Compiling chrono-tz v0.10.0 |
| 2838 | 2024-11-09T00:04:56.605Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2839 | 2024-11-09T00:04:59.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.86s |
| 2840 | 2024-11-09T00:04:59.241Z | |
| 2841 | 2024-11-09T00:04:59.241Z | info: running `cargo check --bins` on oximeter-api (108/168) |
| 2842 | 2024-11-09T00:04:59.765Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2843 | 2024-11-09T00:04:59.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2844 | 2024-11-09T00:04:59.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2845 | 2024-11-09T00:04:59.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2846 | 2024-11-09T00:04:59.840Z | |
| 2847 | 2024-11-09T00:04:59.840Z | info: running `cargo check --bins` on oximeter-client (109/168) |
| 2848 | 2024-11-09T00:05:00.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2849 | 2024-11-09T00:05:00.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2850 | 2024-11-09T00:05:00.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2851 | 2024-11-09T00:05:00.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2852 | 2024-11-09T00:05:00.443Z | |
| 2853 | 2024-11-09T00:05:00.443Z | info: running `cargo check --bins --no-default-features` on oximeter-db (110/168) |
| 2854 | 2024-11-09T00:05:00.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2855 | 2024-11-09T00:05:01.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2856 | 2024-11-09T00:05:01.073Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2857 | 2024-11-09T00:05:01.707Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.25s |
| 2858 | 2024-11-09T00:05:01.867Z | |
| 2859 | 2024-11-09T00:05:01.867Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168) |
| 2860 | 2024-11-09T00:05:02.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2861 | 2024-11-09T00:05:02.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2862 | 2024-11-09T00:05:02.517Z | Compiling cfg_aliases v0.1.1 |
| 2863 | 2024-11-09T00:05:02.517Z | Compiling vte_generate_state_changes v0.1.2 |
| 2864 | 2024-11-09T00:05:02.519Z | Checking fd-lock v4.0.2 |
| 2865 | 2024-11-09T00:05:02.519Z | Checking bytecount v0.6.8 |
| 2866 | 2024-11-09T00:05:02.519Z | Compiling tabled_derive v0.7.0 |
| 2867 | 2024-11-09T00:05:02.646Z | Compiling peg-macros v0.8.4 |
| 2868 | 2024-11-09T00:05:02.658Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2869 | 2024-11-09T00:05:02.660Z | Compiling sqlparser_derive v0.2.2 |
| 2870 | 2024-11-09T00:05:02.698Z | Compiling nix v0.28.0 |
| 2871 | 2024-11-09T00:05:02.761Z | Checking papergrid v0.11.0 |
| 2872 | 2024-11-09T00:05:02.778Z | Checking unicode_categories v0.1.1 |
| 2873 | 2024-11-09T00:05:03.087Z | Checking nu-ansi-term v0.50.1 |
| 2874 | 2024-11-09T00:05:03.251Z | Checking vte v0.11.1 |
| 2875 | 2024-11-09T00:05:03.539Z | Checking home v0.5.9 |
| 2876 | 2024-11-09T00:05:03.712Z | Checking sqlformat v0.2.6 |
| 2877 | 2024-11-09T00:05:03.794Z | Checking sqlparser v0.45.0 |
| 2878 | 2024-11-09T00:05:04.692Z | Checking strip-ansi-escapes v0.2.0 |
| 2879 | 2024-11-09T00:05:04.746Z | Checking tabled v0.15.0 |
| 2880 | 2024-11-09T00:05:04.841Z | Checking reedline v0.35.0 |
| 2881 | 2024-11-09T00:05:05.376Z | Checking peg v0.8.4 |
| 2882 | 2024-11-09T00:05:05.797Z | Checking rustyline v14.0.0 |
| 2883 | 2024-11-09T00:05:17.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.17s |
| 2884 | 2024-11-09T00:05:17.225Z | |
| 2885 | 2024-11-09T00:05:17.225Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168) |
| 2886 | 2024-11-09T00:05:17.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2887 | 2024-11-09T00:05:17.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2888 | 2024-11-09T00:05:17.979Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2889 | 2024-11-09T00:05:25.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.17s |
| 2890 | 2024-11-09T00:05:25.572Z | |
| 2891 | 2024-11-09T00:05:25.572Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168) |
| 2892 | 2024-11-09T00:05:26.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2893 | 2024-11-09T00:05:26.115Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2894 | 2024-11-09T00:05:26.212Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2895 | 2024-11-09T00:05:32.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.64s |
| 2896 | 2024-11-09T00:05:32.387Z | |
| 2897 | 2024-11-09T00:05:32.387Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168) |
| 2898 | 2024-11-09T00:05:32.924Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2899 | 2024-11-09T00:05:32.927Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2900 | 2024-11-09T00:05:33.020Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2901 | 2024-11-09T00:05:40.237Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.84s |
| 2902 | 2024-11-09T00:05:40.400Z | |
| 2903 | 2024-11-09T00:05:40.400Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168) |
| 2904 | 2024-11-09T00:05:40.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2905 | 2024-11-09T00:05:40.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2906 | 2024-11-09T00:05:41.036Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2907 | 2024-11-09T00:05:48.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.86s |
| 2908 | 2024-11-09T00:05:48.440Z | |
| 2909 | 2024-11-09T00:05:48.440Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168) |
| 2910 | 2024-11-09T00:05:48.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2911 | 2024-11-09T00:05:48.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2912 | 2024-11-09T00:05:49.081Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2913 | 2024-11-09T00:05:55.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s |
| 2914 | 2024-11-09T00:05:55.364Z | |
| 2915 | 2024-11-09T00:05:55.365Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168) |
| 2916 | 2024-11-09T00:05:55.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2917 | 2024-11-09T00:05:55.906Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2918 | 2024-11-09T00:05:56.002Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2919 | 2024-11-09T00:06:02.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.86s |
| 2920 | 2024-11-09T00:06:02.392Z | |
| 2921 | 2024-11-09T00:06:02.392Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168) |
| 2922 | 2024-11-09T00:06:02.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2923 | 2024-11-09T00:06:02.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2924 | 2024-11-09T00:06:03.030Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2925 | 2024-11-09T00:06:10.379Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.98s |
| 2926 | 2024-11-09T00:06:10.542Z | |
| 2927 | 2024-11-09T00:06:10.542Z | info: running `cargo check --bins` on oximeter-test-utils (119/168) |
| 2928 | 2024-11-09T00:06:11.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2929 | 2024-11-09T00:06:11.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2930 | 2024-11-09T00:06:11.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2931 | 2024-11-09T00:06:11.093Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 2932 | 2024-11-09T00:06:11.166Z | |
| 2933 | 2024-11-09T00:06:11.166Z | info: running `cargo check --bins` on cockroach-admin-client (120/168) |
| 2934 | 2024-11-09T00:06:11.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2935 | 2024-11-09T00:06:11.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2936 | 2024-11-09T00:06:11.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2937 | 2024-11-09T00:06:11.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 2938 | 2024-11-09T00:06:11.750Z | |
| 2939 | 2024-11-09T00:06:11.750Z | info: running `cargo check --bins` on installinator-client (121/168) |
| 2940 | 2024-11-09T00:06:12.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2941 | 2024-11-09T00:06:12.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2942 | 2024-11-09T00:06:12.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2943 | 2024-11-09T00:06:12.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2944 | 2024-11-09T00:06:12.363Z | |
| 2945 | 2024-11-09T00:06:12.363Z | info: running `cargo check --bins` on oxide-client (122/168) |
| 2946 | 2024-11-09T00:06:12.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2947 | 2024-11-09T00:06:12.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2948 | 2024-11-09T00:06:12.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2949 | 2024-11-09T00:06:12.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 2950 | 2024-11-09T00:06:12.958Z | |
| 2951 | 2024-11-09T00:06:12.958Z | info: running `cargo check --bins` on wicketd-client (123/168) |
| 2952 | 2024-11-09T00:06:13.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2953 | 2024-11-09T00:06:13.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2954 | 2024-11-09T00:06:13.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2955 | 2024-11-09T00:06:13.520Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2956 | 2024-11-09T00:06:13.596Z | |
| 2957 | 2024-11-09T00:06:13.596Z | info: running `cargo check --bins` on wicket-common (124/168) |
| 2958 | 2024-11-09T00:06:14.148Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2959 | 2024-11-09T00:06:14.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2960 | 2024-11-09T00:06:14.151Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2961 | 2024-11-09T00:06:14.154Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 2962 | 2024-11-09T00:06:14.228Z | |
| 2963 | 2024-11-09T00:06:14.228Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/168) |
| 2964 | 2024-11-09T00:06:14.769Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2965 | 2024-11-09T00:06:14.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2966 | 2024-11-09T00:06:14.869Z | Checking csv-core v0.1.11 |
| 2967 | 2024-11-09T00:06:14.872Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2968 | 2024-11-09T00:06:15.181Z | Checking csv v1.3.0 |
| 2969 | 2024-11-09T00:06:15.730Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2970 | 2024-11-09T00:06:16.085Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2971 | 2024-11-09T00:06:17.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.07s |
| 2972 | 2024-11-09T00:06:17.474Z | |
| 2973 | 2024-11-09T00:06:17.474Z | info: running `cargo check --bins` on cockroach-admin-api (126/168) |
| 2974 | 2024-11-09T00:06:18.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2975 | 2024-11-09T00:06:18.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2976 | 2024-11-09T00:06:18.007Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2977 | 2024-11-09T00:06:18.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2978 | 2024-11-09T00:06:18.079Z | |
| 2979 | 2024-11-09T00:06:18.080Z | info: running `cargo check --bins` on cockroach-admin-types (127/168) |
| 2980 | 2024-11-09T00:06:18.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2981 | 2024-11-09T00:06:18.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2982 | 2024-11-09T00:06:18.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 2983 | 2024-11-09T00:06:18.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 2984 | 2024-11-09T00:06:18.686Z | |
| 2985 | 2024-11-09T00:06:18.686Z | info: running `cargo check --bins` on cert-dev (128/168) |
| 2986 | 2024-11-09T00:06:19.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2987 | 2024-11-09T00:06:19.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2988 | 2024-11-09T00:06:19.284Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 2989 | 2024-11-09T00:06:19.557Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 2990 | 2024-11-09T00:06:19.711Z | |
| 2991 | 2024-11-09T00:06:19.711Z | info: running `cargo check --bins` on ch-dev (129/168) |
| 2992 | 2024-11-09T00:06:20.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2993 | 2024-11-09T00:06:20.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 2994 | 2024-11-09T00:06:20.343Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 2995 | 2024-11-09T00:06:21.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
| 2996 | 2024-11-09T00:06:21.223Z | |
| 2997 | 2024-11-09T00:06:21.223Z | info: running `cargo check --bins` on crdb-seed (130/168) |
| 2998 | 2024-11-09T00:06:21.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 2999 | 2024-11-09T00:06:21.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3000 | 2024-11-09T00:06:21.847Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 3001 | 2024-11-09T00:06:22.190Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.96s |
| 3002 | 2024-11-09T00:06:22.360Z | |
| 3003 | 2024-11-09T00:06:22.360Z | info: running `cargo check --bins` on db-dev (131/168) |
| 3004 | 2024-11-09T00:06:22.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3005 | 2024-11-09T00:06:22.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3006 | 2024-11-09T00:06:22.990Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 3007 | 2024-11-09T00:06:23.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.35s |
| 3008 | 2024-11-09T00:06:23.897Z | |
| 3009 | 2024-11-09T00:06:23.897Z | info: running `cargo check --bins` on omicron-dev-lib (132/168) |
| 3010 | 2024-11-09T00:06:24.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3011 | 2024-11-09T00:06:24.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3012 | 2024-11-09T00:06:24.437Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3013 | 2024-11-09T00:06:24.440Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
| 3014 | 2024-11-09T00:06:24.512Z | |
| 3015 | 2024-11-09T00:06:24.512Z | info: running `cargo check --bins` on xtask-downloader (133/168) |
| 3016 | 2024-11-09T00:06:25.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3017 | 2024-11-09T00:06:25.041Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3018 | 2024-11-09T00:06:25.113Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 3019 | 2024-11-09T00:06:26.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
| 3020 | 2024-11-09T00:06:26.229Z | |
| 3021 | 2024-11-09T00:06:26.229Z | info: running `cargo check --bins` on omicron-ls-apis (134/168) |
| 3022 | 2024-11-09T00:06:26.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3023 | 2024-11-09T00:06:26.753Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3024 | 2024-11-09T00:06:26.827Z | Checking cargo-platform v0.1.8 |
| 3025 | 2024-11-09T00:06:27.096Z | Checking cargo_metadata v0.18.1 |
| 3026 | 2024-11-09T00:06:28.126Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 3027 | 2024-11-09T00:06:28.888Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.65s |
| 3028 | 2024-11-09T00:06:29.044Z | |
| 3029 | 2024-11-09T00:06:29.044Z | info: running `cargo check --bins` on mgs-dev (135/168) |
| 3030 | 2024-11-09T00:06:29.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3031 | 2024-11-09T00:06:29.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3032 | 2024-11-09T00:06:29.743Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3033 | 2024-11-09T00:06:30.434Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 3034 | 2024-11-09T00:06:30.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.89s |
| 3035 | 2024-11-09T00:06:31.121Z | |
| 3036 | 2024-11-09T00:06:31.121Z | info: running `cargo check --bins` on omicron-omdb (136/168) |
| 3037 | 2024-11-09T00:06:31.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3038 | 2024-11-09T00:06:31.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3039 | 2024-11-09T00:06:31.882Z | Compiling crunchy v0.2.2 |
| 3040 | 2024-11-09T00:06:31.882Z | Compiling tiny-keccak v2.0.2 |
| 3041 | 2024-11-09T00:06:31.886Z | Compiling dsl_auto_type v0.1.2 |
| 3042 | 2024-11-09T00:06:31.886Z | Checking scheduled-thread-pool v0.2.7 |
| 3043 | 2024-11-09T00:06:31.886Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 3044 | 2024-11-09T00:06:31.886Z | Compiling ascii-canvas v3.0.0 |
| 3045 | 2024-11-09T00:06:31.990Z | Compiling ena v0.14.3 |
| 3046 | 2024-11-09T00:06:31.993Z | Compiling diff v0.1.13 |
| 3047 | 2024-11-09T00:06:32.218Z | Checking r2d2 v0.8.10 |
| 3048 | 2024-11-09T00:06:32.307Z | Compiling regex-syntax v0.6.29 |
| 3049 | 2024-11-09T00:06:32.456Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3050 | 2024-11-09T00:06:32.491Z | Compiling ref-cast v1.0.23 |
| 3051 | 2024-11-09T00:06:32.531Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3052 | 2024-11-09T00:06:32.531Z | Compiling derive_builder_core v0.20.2 |
| 3053 | 2024-11-09T00:06:32.648Z | Compiling libxml v0.3.3 |
| 3054 | 2024-11-09T00:06:32.677Z | Compiling ref-cast-impl v1.0.23 |
| 3055 | 2024-11-09T00:06:32.836Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3056 | 2024-11-09T00:06:33.089Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3057 | 2024-11-09T00:06:33.115Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3058 | 2024-11-09T00:06:33.275Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3059 | 2024-11-09T00:06:33.331Z | Compiling strum_macros v0.24.3 |
| 3060 | 2024-11-09T00:06:33.409Z | Compiling samael v0.0.17 |
| 3061 | 2024-11-09T00:06:33.492Z | Compiling diesel_derives v2.2.3 |
| 3062 | 2024-11-09T00:06:33.650Z | Compiling indoc v1.0.9 |
| 3063 | 2024-11-09T00:06:34.673Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3064 | 2024-11-09T00:06:34.859Z | Compiling derive_builder_macro v0.20.2 |
| 3065 | 2024-11-09T00:06:34.965Z | Compiling impl-trait-for-tuples v0.2.2 |
| 3066 | 2024-11-09T00:06:35.807Z | Compiling lalrpop v0.19.12 |
| 3067 | 2024-11-09T00:06:35.846Z | Checking derive_builder v0.20.2 |
| 3068 | 2024-11-09T00:06:36.011Z | Compiling oso-derive v0.27.3 |
| 3069 | 2024-11-09T00:06:36.379Z | Checking quick-xml v0.33.0 |
| 3070 | 2024-11-09T00:06:36.694Z | Compiling diesel-dtrace v0.3.0 |
| 3071 | 2024-11-09T00:06:37.016Z | Checking maplit v1.0.2 |
| 3072 | 2024-11-09T00:06:37.134Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3073 | 2024-11-09T00:06:37.150Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3074 | 2024-11-09T00:06:37.469Z | Checking bb8 v0.8.5 |
| 3075 | 2024-11-09T00:06:37.844Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3076 | 2024-11-09T00:06:37.978Z | Checking castaway v0.2.3 |
| 3077 | 2024-11-09T00:06:38.145Z | Checking rand_seeder v0.3.0 |
| 3078 | 2024-11-09T00:06:38.161Z | Checking compact_str v0.8.0 |
| 3079 | 2024-11-09T00:06:38.206Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3080 | 2024-11-09T00:06:38.374Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3081 | 2024-11-09T00:06:38.570Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3082 | 2024-11-09T00:06:38.747Z | Checking unicode-truncate v1.1.0 |
| 3083 | 2024-11-09T00:06:38.976Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3084 | 2024-11-09T00:06:39.126Z | Checking lru v0.12.5 |
| 3085 | 2024-11-09T00:06:39.277Z | Compiling instability v0.3.2 |
| 3086 | 2024-11-09T00:06:39.451Z | Checking cassowary v0.3.0 |
| 3087 | 2024-11-09T00:06:39.719Z | Checking smawk v0.3.2 |
| 3088 | 2024-11-09T00:06:39.917Z | Checking is_ci v1.2.0 |
| 3089 | 2024-11-09T00:06:39.940Z | Checking unicode-linebreak v0.1.5 |
| 3090 | 2024-11-09T00:06:40.065Z | Checking supports-color v3.0.1 |
| 3091 | 2024-11-09T00:06:40.301Z | Checking multimap v0.10.0 |
| 3092 | 2024-11-09T00:06:40.350Z | Checking ratatui v0.28.1 |
| 3093 | 2024-11-09T00:06:40.372Z | Checking textwrap v0.16.1 |
| 3094 | 2024-11-09T00:06:40.516Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3095 | 2024-11-09T00:06:43.268Z | Checking diesel v2.2.4 |
| 3096 | 2024-11-09T00:07:08.891Z | Compiling polar-core v0.27.3 |
| 3097 | 2024-11-09T00:07:13.855Z | Checking async-bb8-diesel v0.2.1 |
| 3098 | 2024-11-09T00:07:16.425Z | Checking oso v0.27.3 |
| 3099 | 2024-11-09T00:08:58.572Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3100 | 2024-11-09T00:09:06.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
| 3101 | 2024-11-09T00:09:07.127Z | |
| 3102 | 2024-11-09T00:09:07.127Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168) |
| 3103 | 2024-11-09T00:09:07.708Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3104 | 2024-11-09T00:09:07.711Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3105 | 2024-11-09T00:09:07.711Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3106 | 2024-11-09T00:09:07.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 3107 | 2024-11-09T00:09:07.791Z | |
| 3108 | 2024-11-09T00:09:07.791Z | info: running `cargo check --bins` on nexus-saga-recovery (138/168) |
| 3109 | 2024-11-09T00:09:08.363Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3110 | 2024-11-09T00:09:08.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3111 | 2024-11-09T00:09:08.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3112 | 2024-11-09T00:09:08.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
| 3113 | 2024-11-09T00:09:08.444Z | |
| 3114 | 2024-11-09T00:09:08.445Z | info: running `cargo check --bins` on nexus-test-utils-macros (139/168) |
| 3115 | 2024-11-09T00:09:08.963Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3116 | 2024-11-09T00:09:08.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3117 | 2024-11-09T00:09:08.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3118 | 2024-11-09T00:09:08.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3119 | 2024-11-09T00:09:09.036Z | |
| 3120 | 2024-11-09T00:09:09.036Z | info: running `cargo check --bins` on omicron-nexus (140/168) |
| 3121 | 2024-11-09T00:09:09.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3122 | 2024-11-09T00:09:09.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3123 | 2024-11-09T00:09:09.817Z | Compiling libz-sys v1.1.20 |
| 3124 | 2024-11-09T00:09:09.820Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 3125 | 2024-11-09T00:09:09.940Z | Compiling vergen v8.3.2 |
| 3126 | 2024-11-09T00:09:09.942Z | Compiling cargo-platform v0.1.8 |
| 3127 | 2024-11-09T00:09:09.942Z | Compiling pin-project-internal v1.1.6 |
| 3128 | 2024-11-09T00:09:09.981Z | Compiling libsqlite3-sys v0.30.1 |
| 3129 | 2024-11-09T00:09:09.984Z | Compiling snafu-derive v0.8.5 |
| 3130 | 2024-11-09T00:09:09.984Z | Compiling buf-list v1.0.3 |
| 3131 | 2024-11-09T00:09:10.255Z | Checking bumpalo v3.16.0 |
| 3132 | 2024-11-09T00:09:10.525Z | Compiling cargo_metadata v0.18.1 |
| 3133 | 2024-11-09T00:09:10.528Z | Compiling cfg_aliases v0.2.1 |
| 3134 | 2024-11-09T00:09:10.578Z | Compiling rustls v0.21.12 |
| 3135 | 2024-11-09T00:09:10.639Z | Checking simd-adler32 v0.3.7 |
| 3136 | 2024-11-09T00:09:10.656Z | Compiling zip v2.1.3 |
| 3137 | 2024-11-09T00:09:10.850Z | Checking lockfree-object-pool v0.1.6 |
| 3138 | 2024-11-09T00:09:10.990Z | Compiling nix v0.29.0 |
| 3139 | 2024-11-09T00:09:11.026Z | Checking globset v0.4.15 |
| 3140 | 2024-11-09T00:09:11.049Z | Checking rustls-webpki v0.101.7 |
| 3141 | 2024-11-09T00:09:11.107Z | Checking zopfli v0.8.1 |
| 3142 | 2024-11-09T00:09:11.529Z | Checking sct v0.7.1 |
| 3143 | 2024-11-09T00:09:11.737Z | Checking olpc-cjson v0.1.4 |
| 3144 | 2024-11-09T00:09:11.756Z | Checking serde_plain v1.0.2 |
| 3145 | 2024-11-09T00:09:11.812Z | Compiling displaydoc v0.2.5 |
| 3146 | 2024-11-09T00:09:11.867Z | Checking typed-path v0.9.3 |
| 3147 | 2024-11-09T00:09:12.785Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3148 | 2024-11-09T00:09:12.902Z | Checking pin-project v1.1.6 |
| 3149 | 2024-11-09T00:09:13.007Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3150 | 2024-11-09T00:09:13.079Z | Checking hashlink v0.9.1 |
| 3151 | 2024-11-09T00:09:13.320Z | Checking fallible-streaming-iterator v0.1.9 |
| 3152 | 2024-11-09T00:09:13.558Z | Checking parse-size v1.1.0 |
| 3153 | 2024-11-09T00:09:13.698Z | Checking fallible-iterator v0.3.0 |
| 3154 | 2024-11-09T00:09:13.863Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3155 | 2024-11-09T00:09:13.994Z | Checking rustls-pemfile v1.0.4 |
| 3156 | 2024-11-09T00:09:14.214Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3157 | 2024-11-09T00:09:14.319Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3158 | 2024-11-09T00:09:14.348Z | Checking rusqlite v0.32.1 |
| 3159 | 2024-11-09T00:09:14.794Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3160 | 2024-11-09T00:09:14.799Z | Checking twox-hash v1.6.3 |
| 3161 | 2024-11-09T00:09:14.799Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3162 | 2024-11-09T00:09:15.080Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3163 | 2024-11-09T00:09:15.107Z | Checking snafu v0.8.5 |
| 3164 | 2024-11-09T00:09:15.332Z | Checking tokio-rustls v0.24.1 |
| 3165 | 2024-11-09T00:09:15.528Z | Checking tough v0.19.0 |
| 3166 | 2024-11-09T00:09:15.726Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3167 | 2024-11-09T00:09:15.865Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3168 | 2024-11-09T00:09:15.976Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 3169 | 2024-11-09T00:09:16.274Z | Checking fatfs v0.3.6 |
| 3170 | 2024-11-09T00:09:16.548Z | Checking assert_matches v1.5.0 |
| 3171 | 2024-11-09T00:09:20.334Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 3172 | 2024-11-09T00:09:21.756Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3173 | 2024-11-09T00:09:22.780Z | Compiling git2 v0.19.0 |
| 3174 | 2024-11-09T00:09:27.897Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
| 3175 | 2024-11-09T00:13:01.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 52s |
| 3176 | 2024-11-09T00:13:02.170Z | |
| 3177 | 2024-11-09T00:13:02.170Z | info: running `cargo check --bins` on nexus-external-api (141/168) |
| 3178 | 2024-11-09T00:13:02.770Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3179 | 2024-11-09T00:13:02.773Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3180 | 2024-11-09T00:13:02.773Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3181 | 2024-11-09T00:13:02.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
| 3182 | 2024-11-09T00:13:02.849Z | |
| 3183 | 2024-11-09T00:13:02.849Z | info: running `cargo check --bins` on openapi-manager-types (142/168) |
| 3184 | 2024-11-09T00:13:03.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3185 | 2024-11-09T00:13:03.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3186 | 2024-11-09T00:13:03.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3187 | 2024-11-09T00:13:03.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3188 | 2024-11-09T00:13:03.438Z | |
| 3189 | 2024-11-09T00:13:03.438Z | info: running `cargo check --bins` on nexus-internal-api (143/168) |
| 3190 | 2024-11-09T00:13:03.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3191 | 2024-11-09T00:13:03.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3192 | 2024-11-09T00:13:03.987Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3193 | 2024-11-09T00:13:03.990Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3194 | 2024-11-09T00:13:04.070Z | |
| 3195 | 2024-11-09T00:13:04.070Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (144/168) |
| 3196 | 2024-11-09T00:13:04.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3197 | 2024-11-09T00:13:04.639Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3198 | 2024-11-09T00:13:04.639Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3199 | 2024-11-09T00:13:04.643Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3200 | 2024-11-09T00:13:04.719Z | |
| 3201 | 2024-11-09T00:13:04.719Z | info: running `cargo check --bins` on nexus-networking (145/168) |
| 3202 | 2024-11-09T00:13:05.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3203 | 2024-11-09T00:13:05.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3204 | 2024-11-09T00:13:05.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3205 | 2024-11-09T00:13:05.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3206 | 2024-11-09T00:13:05.366Z | |
| 3207 | 2024-11-09T00:13:05.366Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (146/168) |
| 3208 | 2024-11-09T00:13:05.934Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3209 | 2024-11-09T00:13:05.937Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3210 | 2024-11-09T00:13:05.937Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3211 | 2024-11-09T00:13:05.940Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3212 | 2024-11-09T00:13:06.018Z | |
| 3213 | 2024-11-09T00:13:06.018Z | info: running `cargo check --bins` on update-common (147/168) |
| 3214 | 2024-11-09T00:13:06.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3215 | 2024-11-09T00:13:06.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3216 | 2024-11-09T00:13:06.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3217 | 2024-11-09T00:13:06.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 3218 | 2024-11-09T00:13:06.667Z | |
| 3219 | 2024-11-09T00:13:06.667Z | info: running `cargo check --bins` on tufaceous-lib (148/168) |
| 3220 | 2024-11-09T00:13:07.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3221 | 2024-11-09T00:13:07.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3222 | 2024-11-09T00:13:07.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3223 | 2024-11-09T00:13:07.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3224 | 2024-11-09T00:13:07.296Z | |
| 3225 | 2024-11-09T00:13:07.296Z | info: running `cargo check --bins` on tufaceous (149/168) |
| 3226 | 2024-11-09T00:13:07.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3227 | 2024-11-09T00:13:07.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3228 | 2024-11-09T00:13:07.960Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 3229 | 2024-11-09T00:13:08.904Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
| 3230 | 2024-11-09T00:13:09.078Z | |
| 3231 | 2024-11-09T00:13:09.078Z | info: running `cargo check --bins` on omicron-dev (150/168) |
| 3232 | 2024-11-09T00:13:09.730Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3233 | 2024-11-09T00:13:09.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3234 | 2024-11-09T00:13:09.918Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3235 | 2024-11-09T00:13:10.040Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3236 | 2024-11-09T00:13:10.040Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3237 | 2024-11-09T00:13:10.043Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 3238 | 2024-11-09T00:14:08.398Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3239 | 2024-11-09T00:14:08.401Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3240 | 2024-11-09T00:14:08.401Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3241 | 2024-11-09T00:14:08.401Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3242 | 2024-11-09T00:14:08.401Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 3243 | 2024-11-09T00:14:09.224Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3244 | 2024-11-09T00:14:10.469Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3245 | 2024-11-09T00:17:33.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 24s |
| 3246 | 2024-11-09T00:17:33.567Z | |
| 3247 | 2024-11-09T00:17:33.567Z | info: running `cargo check --bins` on openapi-manager (151/168) |
| 3248 | 2024-11-09T00:17:34.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3249 | 2024-11-09T00:17:34.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3250 | 2024-11-09T00:17:34.261Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3251 | 2024-11-09T00:17:34.264Z | Checking heck v0.4.1 |
| 3252 | 2024-11-09T00:17:34.264Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3253 | 2024-11-09T00:17:34.501Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 3254 | 2024-11-09T00:17:35.889Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3255 | 2024-11-09T00:17:36.744Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
| 3256 | 2024-11-09T00:17:37.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.19s |
| 3257 | 2024-11-09T00:17:37.943Z | |
| 3258 | 2024-11-09T00:17:37.943Z | info: running `cargo check --bins` on installinator-api (152/168) |
| 3259 | 2024-11-09T00:17:38.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3260 | 2024-11-09T00:17:38.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3261 | 2024-11-09T00:17:38.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3262 | 2024-11-09T00:17:38.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 3263 | 2024-11-09T00:17:38.569Z | |
| 3264 | 2024-11-09T00:17:38.569Z | info: running `cargo check --bins` on wicketd-api (153/168) |
| 3265 | 2024-11-09T00:17:39.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3266 | 2024-11-09T00:17:39.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3267 | 2024-11-09T00:17:39.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3268 | 2024-11-09T00:17:39.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
| 3269 | 2024-11-09T00:17:39.201Z | |
| 3270 | 2024-11-09T00:17:39.201Z | info: running `cargo check --bins` on reconfigurator-cli (154/168) |
| 3271 | 2024-11-09T00:17:39.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3272 | 2024-11-09T00:17:39.770Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3273 | 2024-11-09T00:17:39.872Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 3274 | 2024-11-09T00:17:41.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.85s |
| 3275 | 2024-11-09T00:17:41.241Z | |
| 3276 | 2024-11-09T00:17:41.242Z | info: running `cargo check --bins` on omicron-releng (155/168) |
| 3277 | 2024-11-09T00:17:41.807Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3278 | 2024-11-09T00:17:41.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3279 | 2024-11-09T00:17:41.900Z | Checking memmap2 v0.9.5 |
| 3280 | 2024-11-09T00:17:41.900Z | Checking constant_time_eq v0.3.1 |
| 3281 | 2024-11-09T00:17:41.903Z | Checking arrayref v0.3.9 |
| 3282 | 2024-11-09T00:17:41.903Z | Checking arrayvec v0.7.6 |
| 3283 | 2024-11-09T00:17:41.903Z | Checking spin v0.5.2 |
| 3284 | 2024-11-09T00:17:41.903Z | Checking topological-sort v0.2.2 |
| 3285 | 2024-11-09T00:17:42.013Z | Checking shell-words v1.1.0 |
| 3286 | 2024-11-09T00:17:42.185Z | Checking ring v0.16.20 |
| 3287 | 2024-11-09T00:17:42.311Z | Checking blake3 v1.5.4 |
| 3288 | 2024-11-09T00:17:43.400Z | Checking omicron-zone-package v0.11.1 |
| 3289 | 2024-11-09T00:17:44.551Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 3290 | 2024-11-09T00:17:45.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
| 3291 | 2024-11-09T00:17:45.654Z | |
| 3292 | 2024-11-09T00:17:45.654Z | info: running `cargo check --bins` on xtask (156/168) |
| 3293 | 2024-11-09T00:17:46.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3294 | 2024-11-09T00:17:46.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3295 | 2024-11-09T00:17:46.079Z | Checking bitflags v2.6.0 |
| 3296 | 2024-11-09T00:17:46.082Z | Checking serde v1.0.210 |
| 3297 | 2024-11-09T00:17:46.082Z | Checking thiserror v1.0.64 |
| 3298 | 2024-11-09T00:17:46.172Z | Checking scroll v0.12.0 |
| 3299 | 2024-11-09T00:17:46.175Z | Checking log v0.4.22 |
| 3300 | 2024-11-09T00:17:46.181Z | Checking hashbrown v0.15.0 |
| 3301 | 2024-11-09T00:17:46.202Z | Checking zerocopy v0.7.35 |
| 3302 | 2024-11-09T00:17:46.216Z | Checking syn v2.0.79 |
| 3303 | 2024-11-09T00:17:46.278Z | Checking pest v2.7.14 |
| 3304 | 2024-11-09T00:17:46.406Z | Checking rustix v0.38.37 |
| 3305 | 2024-11-09T00:17:46.443Z | Checking once_cell v1.20.2 |
| 3306 | 2024-11-09T00:17:46.640Z | Checking goblin v0.8.2 |
| 3307 | 2024-11-09T00:17:46.746Z | Checking fs-err v2.11.0 |
| 3308 | 2024-11-09T00:17:47.054Z | Checking anyhow v1.0.92 |
| 3309 | 2024-11-09T00:17:47.315Z | Checking indexmap v2.6.0 |
| 3310 | 2024-11-09T00:17:47.465Z | Checking tabled v0.15.0 |
| 3311 | 2024-11-09T00:17:48.503Z | Checking terminal_size v0.4.0 |
| 3312 | 2024-11-09T00:17:48.503Z | Checking tempfile v3.13.0 |
| 3313 | 2024-11-09T00:17:48.663Z | Checking clap_builder v4.5.20 |
| 3314 | 2024-11-09T00:17:48.864Z | Checking dtrace-parser v0.2.0 |
| 3315 | 2024-11-09T00:17:50.832Z | Checking serde_json v1.0.128 |
| 3316 | 2024-11-09T00:17:50.833Z | Checking toml_datetime v0.6.8 |
| 3317 | 2024-11-09T00:17:50.837Z | Checking serde_spanned v0.6.8 |
| 3318 | 2024-11-09T00:17:50.837Z | Checking camino v1.1.9 |
| 3319 | 2024-11-09T00:17:50.837Z | Checking semver v1.0.23 |
| 3320 | 2024-11-09T00:17:50.837Z | Checking cargo-platform v0.1.8 |
| 3321 | 2024-11-09T00:17:50.894Z | Checking clap v4.5.20 |
| 3322 | 2024-11-09T00:17:50.954Z | Checking macaddr v1.0.1 |
| 3323 | 2024-11-09T00:17:51.133Z | Checking toml_edit v0.22.22 |
| 3324 | 2024-11-09T00:17:51.349Z | Checking camino-tempfile v1.1.1 |
| 3325 | 2024-11-09T00:17:51.956Z | Checking dof v0.3.0 |
| 3326 | 2024-11-09T00:17:51.959Z | Checking cargo_metadata v0.18.1 |
| 3327 | 2024-11-09T00:17:52.363Z | Checking usdt-impl v0.5.0 |
| 3328 | 2024-11-09T00:17:52.753Z | Checking usdt v0.5.0 |
| 3329 | 2024-11-09T00:17:52.909Z | Checking toml v0.8.19 |
| 3330 | 2024-11-09T00:17:53.384Z | Checking cargo_toml v0.20.5 |
| 3331 | 2024-11-09T00:17:54.609Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3332 | 2024-11-09T00:17:55.279Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.58s |
| 3333 | 2024-11-09T00:17:55.357Z | |
| 3334 | 2024-11-09T00:17:55.357Z | info: running `cargo check --bins` on end-to-end-tests (157/168) |
| 3335 | 2024-11-09T00:17:55.987Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3336 | 2024-11-09T00:17:56.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3337 | 2024-11-09T00:17:56.098Z | Checking polyval v0.6.2 |
| 3338 | 2024-11-09T00:17:56.234Z | Checking ctr v0.9.2 |
| 3339 | 2024-11-09T00:17:56.264Z | Checking ssh-encoding v0.2.0 |
| 3340 | 2024-11-09T00:17:56.285Z | Checking blowfish v0.9.1 |
| 3341 | 2024-11-09T00:17:56.285Z | Checking password-hash v0.4.2 |
| 3342 | 2024-11-09T00:17:56.285Z | Checking matches v0.1.10 |
| 3343 | 2024-11-09T00:17:56.296Z | Checking p521 v0.13.3 |
| 3344 | 2024-11-09T00:17:56.296Z | Checking p256 v0.13.2 |
| 3345 | 2024-11-09T00:17:56.334Z | Checking idna v0.2.3 |
| 3346 | 2024-11-09T00:17:56.428Z | Checking ghash v0.5.1 |
| 3347 | 2024-11-09T00:17:56.456Z | Checking bcrypt-pbkdf v0.10.0 |
| 3348 | 2024-11-09T00:17:56.472Z | Compiling enum-as-inner v0.5.1 |
| 3349 | 2024-11-09T00:17:56.563Z | Checking russh-cryptovec v0.7.3 |
| 3350 | 2024-11-09T00:17:56.598Z | Checking aes-gcm v0.10.3 |
| 3351 | 2024-11-09T00:17:56.665Z | Checking pbkdf2 v0.11.0 |
| 3352 | 2024-11-09T00:17:56.683Z | Checking md5 v0.7.0 |
| 3353 | 2024-11-09T00:17:56.753Z | Checking num-bigint v0.4.6 |
| 3354 | 2024-11-09T00:17:56.772Z | Checking des v0.8.1 |
| 3355 | 2024-11-09T00:17:56.872Z | Checking ssh-cipher v0.2.0 |
| 3356 | 2024-11-09T00:17:56.937Z | Checking hex-literal v0.4.1 |
| 3357 | 2024-11-09T00:17:56.971Z | Compiling dhcproto-macros v0.1.0 |
| 3358 | 2024-11-09T00:17:57.055Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3359 | 2024-11-09T00:17:57.073Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3360 | 2024-11-09T00:17:57.159Z | Checking ssh-key v0.6.6 |
| 3361 | 2024-11-09T00:17:57.178Z | Checking internet-checksum v0.2.1 |
| 3362 | 2024-11-09T00:17:57.481Z | Checking trust-dns-proto v0.22.0 |
| 3363 | 2024-11-09T00:17:58.508Z | Checking russh-keys v0.45.0 |
| 3364 | 2024-11-09T00:17:59.488Z | Checking russh v0.45.0 |
| 3365 | 2024-11-09T00:18:00.049Z | Checking dhcproto v0.12.0 |
| 3366 | 2024-11-09T00:18:22.758Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3367 | 2024-11-09T00:18:24.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.79s |
| 3368 | 2024-11-09T00:18:24.338Z | |
| 3369 | 2024-11-09T00:18:24.338Z | info: running `cargo check --bins` on gateway-cli (158/168) |
| 3370 | 2024-11-09T00:18:24.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3371 | 2024-11-09T00:18:24.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3372 | 2024-11-09T00:18:24.965Z | Checking termios v0.3.3 |
| 3373 | 2024-11-09T00:18:25.181Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 3374 | 2024-11-09T00:18:25.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
| 3375 | 2024-11-09T00:18:26.146Z | |
| 3376 | 2024-11-09T00:18:26.146Z | info: running `cargo check --bins --no-default-features` on installinator (159/168) |
| 3377 | 2024-11-09T00:18:26.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3378 | 2024-11-09T00:18:26.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3379 | 2024-11-09T00:18:26.832Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3380 | 2024-11-09T00:18:28.850Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3381 | 2024-11-09T00:18:30.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.74s |
| 3382 | 2024-11-09T00:18:31.076Z | |
| 3383 | 2024-11-09T00:18:31.076Z | info: running `cargo check --bins` on internal-dns-cli (160/168) |
| 3384 | 2024-11-09T00:18:31.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3385 | 2024-11-09T00:18:31.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3386 | 2024-11-09T00:18:31.699Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3387 | 2024-11-09T00:18:32.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.08s |
| 3388 | 2024-11-09T00:18:32.324Z | |
| 3389 | 2024-11-09T00:18:32.325Z | info: running `cargo check --bins` on omicron-live-tests (161/168) |
| 3390 | 2024-11-09T00:18:32.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3391 | 2024-11-09T00:18:32.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3392 | 2024-11-09T00:18:32.845Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3393 | 2024-11-09T00:18:32.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 3394 | 2024-11-09T00:18:32.914Z | |
| 3395 | 2024-11-09T00:18:32.914Z | info: running `cargo check --bins` on live-tests-macros (162/168) |
| 3396 | 2024-11-09T00:18:33.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3397 | 2024-11-09T00:18:33.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3398 | 2024-11-09T00:18:33.439Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3399 | 2024-11-09T00:18:33.442Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3400 | 2024-11-09T00:18:33.509Z | |
| 3401 | 2024-11-09T00:18:33.509Z | info: running `cargo check --bins` on omicron-package (163/168) |
| 3402 | 2024-11-09T00:18:34.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3403 | 2024-11-09T00:18:34.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3404 | 2024-11-09T00:18:34.160Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 3405 | 2024-11-09T00:18:35.434Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
| 3406 | 2024-11-09T00:18:35.604Z | |
| 3407 | 2024-11-09T00:18:35.605Z | info: running `cargo check --bins` on wicket-dbg (164/168) |
| 3408 | 2024-11-09T00:18:36.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3409 | 2024-11-09T00:18:36.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3410 | 2024-11-09T00:18:36.279Z | Checking rtoolbox v0.0.2 |
| 3411 | 2024-11-09T00:18:36.279Z | Checking tui-tree-widget v0.22.0 |
| 3412 | 2024-11-09T00:18:36.283Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3413 | 2024-11-09T00:18:36.520Z | Checking rpassword v7.3.1 |
| 3414 | 2024-11-09T00:18:40.604Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3415 | 2024-11-09T00:18:43.862Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 3416 | 2024-11-09T00:18:45.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.41s |
| 3417 | 2024-11-09T00:18:45.209Z | |
| 3418 | 2024-11-09T00:18:45.209Z | info: running `cargo check --bins` on wicket (165/168) |
| 3419 | 2024-11-09T00:18:45.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3420 | 2024-11-09T00:18:45.779Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3421 | 2024-11-09T00:18:45.886Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3422 | 2024-11-09T00:18:46.285Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 3423 | 2024-11-09T00:18:46.469Z | |
| 3424 | 2024-11-09T00:18:46.469Z | info: running `cargo check --bins` on wicketd (166/168) |
| 3425 | 2024-11-09T00:18:47.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3426 | 2024-11-09T00:18:47.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3427 | 2024-11-09T00:18:47.168Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3428 | 2024-11-09T00:18:56.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.29s |
| 3429 | 2024-11-09T00:18:56.958Z | |
| 3430 | 2024-11-09T00:18:56.958Z | info: running `cargo check --bins` on omicron-workspace-hack (167/168) |
| 3431 | 2024-11-09T00:18:57.484Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3432 | 2024-11-09T00:18:57.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3433 | 2024-11-09T00:18:57.487Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
| 3434 | 2024-11-09T00:18:57.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
| 3435 | 2024-11-09T00:18:57.558Z | |
| 3436 | 2024-11-09T00:18:57.559Z | info: running `cargo check --bins` on zone-setup (168/168) |
| 3437 | 2024-11-09T00:18:58.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
| 3438 | 2024-11-09T00:18:58.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
| 3439 | 2024-11-09T00:18:58.263Z | Checking uzers v0.12.1 |
| 3440 | 2024-11-09T00:18:58.608Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3441 | 2024-11-09T00:18:59.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s |
| 3442 | 2024-11-09T00:18:59.904Z | |
| 3443 | 2024-11-09T00:18:59.904Z | real 24:40.320369346 |
| 3444 | 2024-11-09T00:18:59.904Z | user 35:15.462223447 |
| 3445 | 2024-11-09T00:18:59.904Z | sys 5:18.146455323 |
| 3446 | 2024-11-09T00:18:59.904Z | trap 0.553501275 |
| 3447 | 2024-11-09T00:18:59.907Z | tflt 2.743176686 |
| 3448 | 2024-11-09T00:18:59.907Z | dflt 2.908447652 |
| 3449 | 2024-11-09T00:18:59.907Z | kflt 0.000903296 |
| 3450 | 2024-11-09T00:18:59.907Z | lock 1:28:15.378347575 |
| 3451 | 2024-11-09T00:18:59.907Z | slp 3:25:49.421676946 |
| 3452 | 2024-11-09T00:18:59.907Z | lat 1:00.039644783 |
| 3453 | 2024-11-09T00:18:59.907Z | stop 3:14.238245868 |
| 3454 | 2024-11-09T00:18:59.907Z | process exited: duration 1840385 ms, exit code 0 |
| |
| 3455 | 2024-11-09T00:18:59.913Z | found 0 output files |