|
|
|
1 | 2025-01-15T01:39:44.077Z | job assigned to worker 01JHKST626KN7ZA476E0Q7SQAY [factory aws, i-097faa86ad659c82c] (queued for 47 s) |
|
2 | 2025-01-15T01:39:52.066Z | starting task 0: "setup" |
3 | 2025-01-15T01:39:52.076Z | ++ uname -s |
4 | 2025-01-15T01:39:52.079Z | + kern=SunOS |
5 | 2025-01-15T01:39:52.079Z | + case "$kern" in |
6 | 2025-01-15T01:39:52.079Z | + groupadd -g 12345 build |
7 | 2025-01-15T01:39:52.084Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-15T01:39:54.088Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-15T01:39:54.215Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-15T01:39:54.217Z | + home_fs=zfs |
11 | 2025-01-15T01:39:54.217Z | + [[ zfs == autofs ]] |
12 | 2025-01-15T01:39:54.217Z | + mkdir -p /home/build |
13 | 2025-01-15T01:39:54.221Z | + chown build:build /home/build /work |
14 | 2025-01-15T01:39:56.222Z | + chmod 0700 /home/build /work |
15 | 2025-01-15T01:39:56.226Z | process exited: duration 4159 ms, exit code 0 |
|
16 | 2025-01-15T01:39:56.233Z | starting task 1: "rust-toolchain" |
17 | 2025-01-15T01:39:56.239Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-15T01:39:56.239Z | ' 1.84.0 |
19 | 2025-01-15T01:39:56.239Z | * toolchain channel = "1.84.0" |
20 | 2025-01-15T01:39:56.239Z | * toolchain profile = "default" |
21 | 2025-01-15T01:39:56.239Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-15T01:39:56.239Z | ' default |
23 | 2025-01-15T01:39:56.242Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-15T01:39:56.242Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-15T01:39:56.348Z | info: downloading installer |
26 | 2025-01-15T01:39:57.523Z | info: profile set to 'default' |
27 | 2025-01-15T01:39:57.523Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-15T01:39:57.526Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-15T01:39:57.710Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-15T01:39:57.710Z | info: downloading component 'cargo' |
31 | 2025-01-15T01:39:58.769Z | info: downloading component 'clippy' |
32 | 2025-01-15T01:39:59.175Z | info: downloading component 'rust-docs' |
33 | 2025-01-15T01:40:00.628Z | info: downloading component 'rust-std' |
34 | 2025-01-15T01:40:02.785Z | info: downloading component 'rustc' |
35 | 2025-01-15T01:40:11.120Z | info: downloading component 'rustfmt' |
36 | 2025-01-15T01:40:11.432Z | info: installing component 'cargo' |
37 | 2025-01-15T01:40:12.267Z | info: installing component 'clippy' |
38 | 2025-01-15T01:40:12.645Z | info: installing component 'rust-docs' |
39 | 2025-01-15T01:40:14.309Z | info: installing component 'rust-std' |
40 | 2025-01-15T01:40:16.030Z | info: installing component 'rustc' |
41 | 2025-01-15T01:40:22.153Z | info: installing component 'rustfmt' |
42 | 2025-01-15T01:40:22.488Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-15T01:40:22.488Z | |
44 | 2025-01-15T01:40:22.880Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-15T01:40:22.880Z | |
46 | 2025-01-15T01:40:22.883Z | |
47 | 2025-01-15T01:40:22.883Z | Rust is installed now. Great! |
48 | 2025-01-15T01:40:22.883Z | |
49 | 2025-01-15T01:40:22.883Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-15T01:40:22.883Z | environment variable. This has not been done automatically. |
51 | 2025-01-15T01:40:22.883Z | |
52 | 2025-01-15T01:40:22.883Z | To configure your current shell, you need to source |
53 | 2025-01-15T01:40:22.884Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-15T01:40:22.884Z | |
55 | 2025-01-15T01:40:22.884Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-15T01:40:22.884Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-15T01:40:22.884Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-15T01:40:22.965Z | + rustc --version |
59 | 2025-01-15T01:40:23.034Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-15T01:40:23.038Z | process exited: duration 26797 ms, exit code 0 |
|
61 | 2025-01-15T01:40:23.043Z | starting task 2: "authentication" |
62 | 2025-01-15T01:40:23.064Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-15T01:40:23.070Z | starting task 3: "clone repository" |
64 | 2025-01-15T01:40:23.075Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-15T01:40:23.078Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-15T01:40:23.119Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-15T01:40:32.143Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-15T01:40:32.146Z | + git fetch origin 8b2d5bd3d791029ceb954179d59679004268f442 |
69 | 2025-01-15T01:40:32.462Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-15T01:40:32.462Z | * branch 8b2d5bd3d791029ceb954179d59679004268f442 -> FETCH_HEAD |
71 | 2025-01-15T01:40:32.474Z | + [[ -n support-bundle-response ]] |
72 | 2025-01-15T01:40:32.476Z | ++ git branch --show-current |
73 | 2025-01-15T01:40:32.478Z | + current=main |
74 | 2025-01-15T01:40:32.478Z | + [[ main != support-bundle-response ]] |
75 | 2025-01-15T01:40:32.478Z | + git branch -f support-bundle-response 8b2d5bd3d791029ceb954179d59679004268f442 |
76 | 2025-01-15T01:40:32.481Z | + git checkout -f support-bundle-response |
77 | 2025-01-15T01:40:32.660Z | Switched to branch 'support-bundle-response' |
78 | 2025-01-15T01:40:32.663Z | + git reset --hard 8b2d5bd3d791029ceb954179d59679004268f442 |
79 | 2025-01-15T01:40:32.683Z | HEAD is now at 8b2d5bd3d Support bundle download endpoints could distinguish success and failure status codes in OpenAPI |
80 | 2025-01-15T01:40:32.685Z | process exited: duration 9612 ms, exit code 0 |
|
81 | 2025-01-15T01:40:32.691Z | starting task 4: "build" |
82 | 2025-01-15T01:40:32.697Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-15T01:40:32.697Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-15T01:40:32.697Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-15T01:40:32.697Z | + cargo --version |
86 | 2025-01-15T01:40:32.760Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-15T01:40:32.763Z | + rustc --version |
88 | 2025-01-15T01:40:32.827Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-15T01:40:32.829Z | + source ./env.sh |
90 | 2025-01-15T01:40:32.832Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2025-01-15T01:40:32.832Z | ++ set -o xtrace |
92 | 2025-01-15T01:40:32.832Z | ++++ dirname ./env.sh |
93 | 2025-01-15T01:40:32.834Z | +++ readlink -f . |
94 | 2025-01-15T01:40:32.837Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2025-01-15T01:40:32.840Z | ++ 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 | 2025-01-15T01:40:32.840Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2025-01-15T01:40:32.840Z | ++ 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 | 2025-01-15T01:40:32.840Z | ++ 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 | 2025-01-15T01:40:32.840Z | ++ 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 | 2025-01-15T01:40:32.840Z | ++ 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 | 2025-01-15T01:40:32.840Z | ++ 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 | 2025-01-15T01:40:32.840Z | ++ 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 | 2025-01-15T01:40:32.840Z | ++ case $OLD_SHELL_OPTS in |
104 | 2025-01-15T01:40:32.840Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2025-01-15T01:40:32.840Z | + 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 | 2025-01-15T01:40:32.840Z | + 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 | 2025-01-15T01:40:32.840Z | + banner prerequisites |
108 | 2025-01-15T01:40:32.843Z | |
109 | 2025-01-15T01:40:32.843Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2025-01-15T01:40:32.843Z | # # # # # # # # # # # # # # # |
111 | 2025-01-15T01:40:32.843Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2025-01-15T01:40:32.843Z | ##### ##### # ##### # # # # # # # # # |
113 | 2025-01-15T01:40:32.843Z | # # # # # # # # # # # # # # # |
114 | 2025-01-15T01:40:32.843Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2025-01-15T01:40:32.843Z | |
116 | 2025-01-15T01:40:32.843Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2025-01-15T01:40:34.449Z | pkg list: illegal option -- F |
118 | 2025-01-15T01:40:34.449Z | Usage: |
119 | 2025-01-15T01:40:34.452Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
120 | 2025-01-15T01:40:34.452Z | [pkg_fmri_pattern ...] |
121 | 2025-01-15T01:40:35.319Z | pkg list: illegal option -- F |
122 | 2025-01-15T01:40:35.319Z | Usage: |
123 | 2025-01-15T01:40:35.322Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
124 | 2025-01-15T01:40:35.322Z | [pkg_fmri_pattern ...] |
125 | 2025-01-15T01:40:42.121Z | Startup: Refreshing catalog 'helios-dev' ... Done |
126 | 2025-01-15T01:40:46.228Z | Startup: Caching catalogs ... Done |
127 | 2025-01-15T01:40:57.757Z | Planning: Solver setup ... Done (10.703s) |
128 | 2025-01-15T01:40:57.905Z | Planning: Running solver ... Done (0.148s) |
129 | 2025-01-15T01:40:58.016Z | Planning: Finding local manifests ... Done (0.006s) |
130 | 2025-01-15T01:40:58.028Z | Planning: Fetching manifests: 0/7 0% complete |
131 | 2025-01-15T01:40:58.770Z | Planning: Fetching manifests: 7/7 100% complete |
132 | 2025-01-15T01:40:58.885Z | Planning: Package planning ... Done (0.115s) |
133 | 2025-01-15T01:40:58.942Z | Planning: Merging actions ... Done (0.057s) |
134 | 2025-01-15T01:40:59.139Z | Planning: Checking for conflicting actions ... Done (0.197s) |
135 | 2025-01-15T01:41:01.184Z | Planning: Consolidating action changes ... Done (2.044s) |
136 | 2025-01-15T01:41:01.631Z | Planning: Evaluating mediators ... Done (0.447s) |
137 | 2025-01-15T01:41:01.716Z | Planning: Planning completed in 15.39 seconds |
138 | 2025-01-15T01:41:01.733Z | Packages to install: 4 |
139 | 2025-01-15T01:41:01.733Z | Packages to update: 3 |
140 | 2025-01-15T01:41:01.736Z | Mediators to change: 2 |
141 | 2025-01-15T01:41:01.736Z | Services to change: 1 |
142 | 2025-01-15T01:41:01.736Z | Estimated space available: 155.61 GB |
143 | 2025-01-15T01:41:01.736Z | Estimated space to be consumed: 1.64 GB |
144 | 2025-01-15T01:41:01.736Z | Create boot environment: No |
145 | 2025-01-15T01:41:01.736Z | Create backup boot environment: Yes |
146 | 2025-01-15T01:41:01.736Z | Rebuild boot archive: No |
147 | 2025-01-15T01:41:01.736Z | |
148 | 2025-01-15T01:41:01.736Z | Changed mediators: |
149 | 2025-01-15T01:41:01.736Z | mediator clang: |
150 | 2025-01-15T01:41:01.736Z | version: None -> 15 (system default) |
151 | 2025-01-15T01:41:01.736Z | |
152 | 2025-01-15T01:41:01.736Z | mediator llvm: |
153 | 2025-01-15T01:41:01.736Z | version: 14 (system default) -> 15 (system default) |
154 | 2025-01-15T01:41:01.736Z | |
155 | 2025-01-15T01:41:01.736Z | Changed packages: |
156 | 2025-01-15T01:41:01.736Z | helios-dev |
157 | 2025-01-15T01:41:01.736Z | developer/build-essential |
158 | 2025-01-15T01:41:01.736Z | None -> 11-2.0 |
159 | 2025-01-15T01:41:01.736Z | library/libxmlsec1 |
160 | 2025-01-15T01:41:01.736Z | None -> 1.2.35-2.0 |
161 | 2025-01-15T01:41:01.736Z | ooce/developer/clang-15 |
162 | 2025-01-15T01:41:01.736Z | None -> 15.0.7-2.0 |
163 | 2025-01-15T01:41:01.736Z | ooce/developer/llvm-15 |
164 | 2025-01-15T01:41:01.736Z | None -> 15.0.7-2.0 |
165 | 2025-01-15T01:41:01.736Z | package/pkg |
166 | 2025-01-15T01:41:01.736Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
167 | 2025-01-15T01:41:01.736Z | system/library/g++-runtime |
168 | 2025-01-15T01:41:01.736Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-15T01:41:01.736Z | system/library/gcc-runtime |
170 | 2025-01-15T01:41:01.736Z | 13-2.0 -> 14-2.0 |
171 | 2025-01-15T01:41:01.736Z | |
172 | 2025-01-15T01:41:01.736Z | Services: |
173 | 2025-01-15T01:41:01.736Z | restart_fmri: |
174 | 2025-01-15T01:41:01.736Z | svc:/system/update-man-index:default |
175 | 2025-01-15T01:41:01.736Z | |
176 | 2025-01-15T01:41:01.737Z | Editable files to change: |
177 | 2025-01-15T01:41:01.737Z | Update: |
178 | 2025-01-15T01:41:01.737Z | usr/share/lib/pkg/web/config.shtml |
179 | 2025-01-15T01:41:01.815Z | |
180 | 2025-01-15T01:41:01.815Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
181 | 2025-01-15T01:41:06.817Z | Download: 974/4301 items 19.1/225.4MB 8% complete (3.9M/s) |
182 | 2025-01-15T01:41:15.187Z | Download: 1194/4301 items 83.4/225.4MB 36% complete (11.5M/s) |
183 | 2025-01-15T01:41:20.190Z | Download: 1722/4301 items 117.1/225.4MB 51% complete (6.9M/s) |
184 | 2025-01-15T01:41:28.833Z | Download: 2219/4301 items 118.3/225.4MB 52% complete (4.4M/s) |
185 | 2025-01-15T01:41:33.849Z | Download: 3090/4301 items 122.3/225.4MB 54% complete (560k/s) |
186 | 2025-01-15T01:41:45.616Z | Download: 3246/4301 items 203.1/225.4MB 90% complete (9.1M/s) |
187 | 2025-01-15T01:41:51.947Z | Download: 3280/4301 items 210.8/225.4MB 93% complete (2.1M/s) |
188 | 2025-01-15T01:41:58.340Z | Download: 3289/4301 items 212.6/225.4MB 94% complete (1.4M/s) |
189 | 2025-01-15T01:42:03.345Z | Download: 4157/4301 items 220.2/225.4MB 97% complete (1.5M/s) |
190 | 2025-01-15T01:42:08.678Z | Download: 4297/4301 items 225.0/225.4MB 99% complete (1.2M/s) |
191 | 2025-01-15T01:42:08.794Z | Download: Completed 225.42 MB in 66.84 seconds (3.4M/s) |
192 | 2025-01-15T01:42:10.824Z | Actions: 1/5122 actions (Removing old actions) |
193 | 2025-01-15T01:42:10.846Z | Actions: 194/5122 actions (Installing new actions) |
194 | 2025-01-15T01:42:15.640Z | Actions: 4267/5122 actions (Updating modified actions) |
195 | 2025-01-15T01:42:16.000Z | Actions: Completed 5122 actions in 5.17 seconds. |
196 | 2025-01-15T01:42:16.418Z | Done (0.409s) |
197 | 2025-01-15T01:42:16.420Z | Done (0.002s) |
198 | 2025-01-15T01:42:17.004Z | Done (0.583s) |
199 | 2025-01-15T01:42:21.632Z | Done (4.385s) |
200 | 2025-01-15T01:42:21.725Z | Done (0.019s) |
201 | 2025-01-15T01:42:21.728Z | Done (0.000s) |
202 | 2025-01-15T01:42:21.884Z | Done (0.000s) |
203 | 2025-01-15T01:42:22.614Z | Planning: Evaluating mediator changes ... Done |
204 | 2025-01-15T01:42:22.786Z | Planning: Checking for conflicting actions ... Done |
205 | 2025-01-15T01:42:22.788Z | Planning: Consolidating action changes ... Done |
206 | 2025-01-15T01:42:23.078Z | Planning: Evaluating mediators ... Done |
207 | 2025-01-15T01:42:23.080Z | Planning: Planning completed in 0.46 seconds |
208 | 2025-01-15T01:42:23.119Z | Mediators to change: 2 |
209 | 2025-01-15T01:42:23.119Z | Create boot environment: No |
210 | 2025-01-15T01:42:23.122Z | Create backup boot environment: No |
211 | 2025-01-15T01:42:23.198Z | Done |
212 | 2025-01-15T01:42:23.198Z | Done |
213 | 2025-01-15T01:42:23.570Z | Done |
214 | 2025-01-15T01:42:27.439Z | Done |
215 | 2025-01-15T01:42:27.533Z | Done |
216 | 2025-01-15T01:42:27.536Z | Done |
217 | 2025-01-15T01:42:27.663Z | Done |
218 | 2025-01-15T01:42:28.311Z | Planning: Evaluating mediator changes ... Done |
219 | 2025-01-15T01:42:28.313Z | Planning: Merging actions ... Done |
220 | 2025-01-15T01:42:28.507Z | Planning: Checking for conflicting actions ... Done |
221 | 2025-01-15T01:42:28.511Z | Planning: Consolidating action changes ... Done |
222 | 2025-01-15T01:42:28.789Z | Planning: Evaluating mediators ... Done |
223 | 2025-01-15T01:42:28.848Z | Planning: Planning completed in 0.79 seconds |
224 | 2025-01-15T01:42:28.890Z | Packages to change: 1 |
225 | 2025-01-15T01:42:28.891Z | Mediators to change: 1 |
226 | 2025-01-15T01:42:28.891Z | Services to change: 1 |
227 | 2025-01-15T01:42:28.891Z | Create boot environment: No |
228 | 2025-01-15T01:42:28.893Z | Create backup boot environment: Yes |
229 | 2025-01-15T01:42:31.097Z | Actions: 1/6 actions (Updating modified actions) |
230 | 2025-01-15T01:42:31.100Z | Actions: Completed 6 actions in 0.00 seconds. |
231 | 2025-01-15T01:42:31.100Z | Done |
232 | 2025-01-15T01:42:31.100Z | Done |
233 | 2025-01-15T01:42:31.217Z | Done |
234 | 2025-01-15T01:42:35.021Z | Done |
235 | 2025-01-15T01:42:35.112Z | Done |
236 | 2025-01-15T01:42:35.115Z | Done |
237 | 2025-01-15T01:42:35.249Z | Done |
238 | 2025-01-15T01:42:35.698Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
239 | 2025-01-15T01:42:35.698Z | clang system 15 system |
240 | 2025-01-15T01:42:35.698Z | csh system system illumos |
241 | 2025-01-15T01:42:35.698Z | ctags system system illumos |
242 | 2025-01-15T01:42:35.698Z | gcc vendor 12 vendor |
243 | 2025-01-15T01:42:35.698Z | gcc system 10 system |
244 | 2025-01-15T01:42:35.698Z | gcc system 7 system |
245 | 2025-01-15T01:42:35.698Z | go system 1.20 system |
246 | 2025-01-15T01:42:35.698Z | go system 1.19 system |
247 | 2025-01-15T01:42:35.698Z | llvm system 15 system |
248 | 2025-01-15T01:42:35.698Z | llvm system 14 system |
249 | 2025-01-15T01:42:35.698Z | mariadb system 10.6 system |
250 | 2025-01-15T01:42:35.698Z | mta vendor vendor dma |
251 | 2025-01-15T01:42:35.698Z | openjdk system 17 system |
252 | 2025-01-15T01:42:35.698Z | openjdk system 11 system |
253 | 2025-01-15T01:42:35.698Z | openjdk system 1.8 system |
254 | 2025-01-15T01:42:35.698Z | openssl vendor 3 vendor |
255 | 2025-01-15T01:42:35.698Z | perl system 5.36 system |
256 | 2025-01-15T01:42:35.698Z | postgresql system 15 system |
257 | 2025-01-15T01:42:35.698Z | postgresql system 13 system |
258 | 2025-01-15T01:42:35.698Z | python vendor 3 vendor |
259 | 2025-01-15T01:42:35.698Z | python system 2 system |
260 | 2025-01-15T01:42:35.698Z | python3 system 3.11 system |
261 | 2025-01-15T01:42:35.699Z | ruby system 3.0 system |
262 | 2025-01-15T01:42:35.699Z | words vendor vendor american-english |
263 | 2025-01-15T01:42:35.699Z | words system system australian-english |
264 | 2025-01-15T01:42:35.699Z | words system system british-english |
265 | 2025-01-15T01:42:35.699Z | words system system canadian-english |
266 | 2025-01-15T01:42:35.699Z | words system system french |
267 | 2025-01-15T01:42:35.699Z | words system system italian |
268 | 2025-01-15T01:42:35.699Z | words system system ngerman |
269 | 2025-01-15T01:42:35.699Z | words system system ogerman |
270 | 2025-01-15T01:42:35.699Z | words system system spanish |
271 | 2025-01-15T01:42:36.044Z | PUBLISHER TYPE STATUS P LOCATION |
272 | 2025-01-15T01:42:36.044Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
273 | 2025-01-15T01:42:38.874Z | FMRI IFO |
274 | 2025-01-15T01:42:38.875Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
275 | 2025-01-15T01:42:38.875Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
276 | 2025-01-15T01:42:38.875Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
277 | 2025-01-15T01:42:38.875Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
278 | 2025-01-15T01:42:38.875Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
279 | 2025-01-15T01:42:38.875Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
280 | 2025-01-15T01:42:38.875Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
281 | 2025-01-15T01:42:38.875Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
282 | 2025-01-15T01:42:38.875Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
283 | 2025-01-15T01:42:38.875Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
284 | 2025-01-15T01:42:38.875Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
285 | 2025-01-15T01:42:38.875Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
286 | 2025-01-15T01:42:38.875Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
287 | 2025-01-15T01:42:38.875Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
288 | 2025-01-15T01:42:38.875Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
289 | 2025-01-15T01:42:39.656Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
290 | 2025-01-15T01:42:39.916Z | Updating crates.io index |
291 | 2025-01-15T01:42:39.919Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
292 | 2025-01-15T01:42:40.292Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
293 | 2025-01-15T01:42:40.739Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
294 | 2025-01-15T01:42:41.007Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
295 | 2025-01-15T01:42:41.244Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
296 | 2025-01-15T01:42:41.488Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
297 | 2025-01-15T01:42:42.526Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
298 | 2025-01-15T01:42:44.045Z | Updating git repository `https://github.com/oxidecomputer/opte` |
299 | 2025-01-15T01:42:44.784Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
300 | 2025-01-15T01:42:45.449Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
301 | 2025-01-15T01:42:45.697Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
302 | 2025-01-15T01:42:45.957Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
303 | 2025-01-15T01:42:46.603Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
304 | 2025-01-15T01:42:46.884Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
305 | 2025-01-15T01:42:47.181Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
306 | 2025-01-15T01:42:47.462Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
307 | 2025-01-15T01:42:47.746Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
308 | 2025-01-15T01:42:47.997Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
309 | 2025-01-15T01:42:48.255Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
310 | 2025-01-15T01:42:48.613Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
311 | 2025-01-15T01:42:48.924Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
312 | 2025-01-15T01:42:49.273Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
313 | 2025-01-15T01:42:49.801Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
314 | 2025-01-15T01:42:50.054Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
315 | 2025-01-15T01:42:50.438Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
316 | 2025-01-15T01:42:50.822Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
317 | 2025-01-15T01:42:51.061Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
318 | 2025-01-15T01:42:51.312Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
319 | 2025-01-15T01:42:51.587Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
320 | 2025-01-15T01:42:52.893Z | Downloading crates ... |
321 | 2025-01-15T01:42:52.980Z | Downloaded byteorder v1.5.0 |
322 | 2025-01-15T01:42:52.982Z | Downloaded anstream v0.6.15 |
323 | 2025-01-15T01:42:52.985Z | Downloaded camino v1.1.9 |
324 | 2025-01-15T01:42:52.987Z | Downloaded block-buffer v0.10.4 |
325 | 2025-01-15T01:42:52.990Z | Downloaded anstyle v1.0.10 |
326 | 2025-01-15T01:42:52.994Z | Downloaded bitflags v2.6.0 |
327 | 2025-01-15T01:42:52.998Z | Downloaded scroll_derive v0.12.0 |
328 | 2025-01-15T01:42:53.001Z | Downloaded dtrace-parser v0.2.0 |
329 | 2025-01-15T01:42:53.004Z | Downloaded swrite v0.1.0 |
330 | 2025-01-15T01:42:53.006Z | Downloaded clap_lex v0.7.2 |
331 | 2025-01-15T01:42:53.009Z | Downloaded cfg-if v1.0.0 |
332 | 2025-01-15T01:42:53.009Z | Downloaded anyhow v1.0.93 |
333 | 2025-01-15T01:42:53.012Z | Downloaded usdt-attr-macro v0.5.0 |
334 | 2025-01-15T01:42:53.014Z | Downloaded anstyle-query v1.1.1 |
335 | 2025-01-15T01:42:53.015Z | Downloaded usdt-macro v0.5.0 |
336 | 2025-01-15T01:42:53.017Z | Downloaded bytecount v0.6.8 |
337 | 2025-01-15T01:42:53.017Z | Downloaded anstyle-parse v0.2.5 |
338 | 2025-01-15T01:42:53.020Z | Downloaded itoa v1.0.11 |
339 | 2025-01-15T01:42:53.023Z | Downloaded fnv v1.0.7 |
340 | 2025-01-15T01:42:53.023Z | Downloaded autocfg v1.4.0 |
341 | 2025-01-15T01:42:53.023Z | Downloaded usdt v0.5.0 |
342 | 2025-01-15T01:42:53.025Z | Downloaded unicode-linebreak v0.1.5 |
343 | 2025-01-15T01:42:53.025Z | Downloaded thiserror v1.0.69 |
344 | 2025-01-15T01:42:53.028Z | Downloaded clap_derive v4.5.18 |
345 | 2025-01-15T01:42:53.031Z | Downloaded pretty-hex v0.4.1 |
346 | 2025-01-15T01:42:53.034Z | Downloaded cargo_toml v0.20.5 |
347 | 2025-01-15T01:42:53.034Z | Downloaded crypto-common v0.1.6 |
348 | 2025-01-15T01:42:53.036Z | Downloaded utf8parse v0.2.2 |
349 | 2025-01-15T01:42:53.039Z | Downloaded fs-err v2.11.0 |
350 | 2025-01-15T01:42:53.044Z | Downloaded equivalent v1.0.1 |
351 | 2025-01-15T01:42:53.047Z | Downloaded scroll v0.12.0 |
352 | 2025-01-15T01:42:53.049Z | Downloaded cargo-platform v0.1.8 |
353 | 2025-01-15T01:42:53.049Z | Downloaded thiserror-impl v1.0.69 |
354 | 2025-01-15T01:42:53.052Z | Downloaded terminal_size v0.4.0 |
355 | 2025-01-15T01:42:53.052Z | Downloaded macaddr v1.0.1 |
356 | 2025-01-15T01:42:53.055Z | Downloaded heck v0.5.0 |
357 | 2025-01-15T01:42:53.055Z | Downloaded camino-tempfile v1.1.1 |
358 | 2025-01-15T01:42:53.058Z | Downloaded toml_datetime v0.6.8 |
359 | 2025-01-15T01:42:53.062Z | Downloaded memmap v0.7.0 |
360 | 2025-01-15T01:42:53.062Z | Downloaded version_check v0.9.5 |
361 | 2025-01-15T01:42:53.065Z | Downloaded generic-array v0.14.7 |
362 | 2025-01-15T01:42:53.065Z | Downloaded colorchoice v1.0.2 |
363 | 2025-01-15T01:42:53.065Z | Downloaded serde_tokenstream v0.2.2 |
364 | 2025-01-15T01:42:53.068Z | Downloaded fastrand v2.1.1 |
365 | 2025-01-15T01:42:53.068Z | Downloaded errno v0.3.9 |
366 | 2025-01-15T01:42:53.071Z | Downloaded digest v0.10.7 |
367 | 2025-01-15T01:42:53.078Z | Downloaded once_cell v1.20.2 |
368 | 2025-01-15T01:42:53.080Z | Downloaded tabled_derive v0.7.0 |
369 | 2025-01-15T01:42:53.083Z | Downloaded cargo_metadata v0.18.1 |
370 | 2025-01-15T01:42:53.083Z | Downloaded tempfile v3.13.0 |
371 | 2025-01-15T01:42:53.086Z | Downloaded clap v4.5.21 |
372 | 2025-01-15T01:42:53.093Z | Downloaded smawk v0.3.2 |
373 | 2025-01-15T01:42:53.096Z | Downloaded pest_meta v2.7.14 |
374 | 2025-01-15T01:42:53.098Z | Downloaded serde_spanned v0.6.8 |
375 | 2025-01-15T01:42:53.098Z | Downloaded plain v0.2.3 |
376 | 2025-01-15T01:42:53.101Z | Downloaded is_terminal_polyfill v1.70.1 |
377 | 2025-01-15T01:42:53.101Z | Downloaded pest_generator v2.7.14 |
378 | 2025-01-15T01:42:53.101Z | Downloaded cpufeatures v0.2.14 |
379 | 2025-01-15T01:42:53.104Z | Downloaded usdt-impl v0.5.0 |
380 | 2025-01-15T01:42:53.104Z | Downloaded heck v0.4.1 |
381 | 2025-01-15T01:42:53.106Z | Downloaded proc-macro-error v1.0.4 |
382 | 2025-01-15T01:42:53.109Z | Downloaded strsim v0.11.1 |
383 | 2025-01-15T01:42:53.112Z | Downloaded dof v0.3.0 |
384 | 2025-01-15T01:42:53.120Z | Downloaded serde v1.0.217 |
385 | 2025-01-15T01:42:53.125Z | Downloaded typenum v1.17.0 |
386 | 2025-01-15T01:42:53.127Z | Downloaded sha2 v0.10.8 |
387 | 2025-01-15T01:42:53.130Z | Downloaded ucd-trie v0.1.7 |
388 | 2025-01-15T01:42:53.132Z | Downloaded pest_derive v2.7.14 |
389 | 2025-01-15T01:42:53.135Z | Downloaded zerocopy-derive v0.7.35 |
390 | 2025-01-15T01:42:53.137Z | Downloaded semver v1.0.24 |
391 | 2025-01-15T01:42:53.140Z | Downloaded papergrid v0.11.0 |
392 | 2025-01-15T01:42:53.143Z | Downloaded textwrap v0.16.1 |
393 | 2025-01-15T01:42:53.146Z | Downloaded proc-macro-error-attr v1.0.4 |
394 | 2025-01-15T01:42:53.149Z | Downloaded log v0.4.22 |
395 | 2025-01-15T01:42:53.152Z | Downloaded toml v0.8.19 |
396 | 2025-01-15T01:42:53.154Z | Downloaded unicode-ident v1.0.14 |
397 | 2025-01-15T01:42:53.154Z | Downloaded ryu v1.0.18 |
398 | 2025-01-15T01:42:53.157Z | Downloaded proc-macro2 v1.0.92 |
399 | 2025-01-15T01:42:53.160Z | Downloaded quote v1.0.38 |
400 | 2025-01-15T01:42:53.170Z | Downloaded serde_derive v1.0.217 |
401 | 2025-01-15T01:42:53.178Z | Downloaded toml_edit v0.22.22 |
402 | 2025-01-15T01:42:53.199Z | Downloaded memchr v2.7.4 |
403 | 2025-01-15T01:42:53.214Z | Downloaded indexmap v2.7.0 |
404 | 2025-01-15T01:42:53.218Z | Downloaded hashbrown v0.15.1 |
405 | 2025-01-15T01:42:53.223Z | Downloaded pest v2.7.14 |
406 | 2025-01-15T01:42:53.230Z | Downloaded clap_builder v4.5.21 |
407 | 2025-01-15T01:42:53.236Z | Downloaded zerocopy v0.7.35 |
408 | 2025-01-15T01:42:53.251Z | Downloaded winnow v0.6.20 |
409 | 2025-01-15T01:42:53.259Z | Downloaded serde_json v1.0.135 |
410 | 2025-01-15T01:42:53.266Z | Downloaded goblin v0.8.2 |
411 | 2025-01-15T01:42:53.272Z | Downloaded tabled v0.15.0 |
412 | 2025-01-15T01:42:53.286Z | Downloaded unicode-width v0.1.14 |
413 | 2025-01-15T01:42:53.291Z | Downloaded syn v2.0.96 |
414 | 2025-01-15T01:42:53.302Z | Downloaded thread-id v4.2.2 |
415 | 2025-01-15T01:42:53.305Z | Downloaded syn v1.0.109 |
416 | 2025-01-15T01:42:53.328Z | Downloaded rustix v0.38.37 |
417 | 2025-01-15T01:42:53.365Z | Downloaded libc v0.2.162 |
418 | 2025-01-15T01:42:53.679Z | Compiling proc-macro2 v1.0.92 |
419 | 2025-01-15T01:42:53.679Z | Compiling unicode-ident v1.0.14 |
420 | 2025-01-15T01:42:53.682Z | Compiling serde v1.0.217 |
421 | 2025-01-15T01:42:53.682Z | Compiling version_check v0.9.5 |
422 | 2025-01-15T01:42:53.682Z | Compiling memchr v2.7.4 |
423 | 2025-01-15T01:42:53.682Z | Compiling thiserror v1.0.69 |
424 | 2025-01-15T01:42:53.718Z | Compiling libc v0.2.162 |
425 | 2025-01-15T01:42:53.721Z | Compiling itoa v1.0.11 |
426 | 2025-01-15T01:42:53.961Z | Compiling ryu v1.0.18 |
427 | 2025-01-15T01:42:54.015Z | Compiling ucd-trie v0.1.7 |
428 | 2025-01-15T01:42:54.480Z | Compiling once_cell v1.20.2 |
429 | 2025-01-15T01:42:54.531Z | Compiling byteorder v1.5.0 |
430 | 2025-01-15T01:42:54.557Z | Compiling rustix v0.38.37 |
431 | 2025-01-15T01:42:54.834Z | Compiling serde_json v1.0.135 |
432 | 2025-01-15T01:42:54.957Z | Compiling bitflags v2.6.0 |
433 | 2025-01-15T01:42:55.200Z | Compiling usdt-impl v0.5.0 |
434 | 2025-01-15T01:42:55.276Z | Compiling proc-macro-error-attr v1.0.4 |
435 | 2025-01-15T01:42:55.300Z | Compiling syn v1.0.109 |
436 | 2025-01-15T01:42:55.389Z | Compiling proc-macro-error v1.0.4 |
437 | 2025-01-15T01:42:55.418Z | Compiling equivalent v1.0.1 |
438 | 2025-01-15T01:42:55.574Z | Compiling hashbrown v0.15.1 |
439 | 2025-01-15T01:42:55.673Z | Compiling quote v1.0.38 |
440 | 2025-01-15T01:42:55.699Z | Compiling errno v0.3.9 |
441 | 2025-01-15T01:42:55.701Z | Compiling camino v1.1.9 |
442 | 2025-01-15T01:42:55.978Z | Compiling plain v0.2.3 |
443 | 2025-01-15T01:42:55.980Z | Compiling utf8parse v0.2.2 |
444 | 2025-01-15T01:42:56.172Z | Compiling syn v2.0.96 |
445 | 2025-01-15T01:42:56.199Z | Compiling thread-id v4.2.2 |
446 | 2025-01-15T01:42:56.246Z | Compiling log v0.4.22 |
447 | 2025-01-15T01:42:56.321Z | Compiling anstyle-parse v0.2.5 |
448 | 2025-01-15T01:42:56.593Z | Compiling indexmap v2.7.0 |
449 | 2025-01-15T01:42:56.661Z | Compiling winnow v0.6.20 |
450 | 2025-01-15T01:42:56.689Z | Compiling autocfg v1.4.0 |
451 | 2025-01-15T01:42:56.978Z | Compiling anstyle-query v1.1.1 |
452 | 2025-01-15T01:42:57.117Z | Compiling colorchoice v1.0.2 |
453 | 2025-01-15T01:42:57.141Z | Compiling anstyle v1.0.10 |
454 | 2025-01-15T01:42:57.286Z | Compiling unicode-width v0.1.14 |
455 | 2025-01-15T01:42:57.546Z | Compiling semver v1.0.24 |
456 | 2025-01-15T01:42:57.667Z | Compiling is_terminal_polyfill v1.70.1 |
457 | 2025-01-15T01:42:57.817Z | Compiling pretty-hex v0.4.1 |
458 | 2025-01-15T01:42:57.820Z | Compiling anstream v0.6.15 |
459 | 2025-01-15T01:42:57.820Z | Compiling fs-err v2.11.0 |
460 | 2025-01-15T01:42:58.083Z | Compiling terminal_size v0.4.0 |
461 | 2025-01-15T01:42:58.266Z | Compiling fastrand v2.1.1 |
462 | 2025-01-15T01:42:58.290Z | Compiling bytecount v0.6.8 |
463 | 2025-01-15T01:42:58.316Z | Compiling heck v0.4.1 |
464 | 2025-01-15T01:42:58.510Z | Compiling clap_lex v0.7.2 |
465 | 2025-01-15T01:42:58.539Z | Compiling strsim v0.11.1 |
466 | 2025-01-15T01:42:58.737Z | Compiling cfg-if v1.0.0 |
467 | 2025-01-15T01:42:58.767Z | Compiling fnv v1.0.7 |
468 | 2025-01-15T01:42:58.853Z | Compiling anyhow v1.0.93 |
469 | 2025-01-15T01:42:58.922Z | Compiling heck v0.5.0 |
470 | 2025-01-15T01:42:58.949Z | Compiling tempfile v3.13.0 |
471 | 2025-01-15T01:42:58.994Z | Compiling papergrid v0.11.0 |
472 | 2025-01-15T01:42:59.411Z | Compiling clap_builder v4.5.21 |
473 | 2025-01-15T01:42:59.848Z | Compiling memmap v0.7.0 |
474 | 2025-01-15T01:42:59.886Z | Compiling unicode-linebreak v0.1.5 |
475 | 2025-01-15T01:42:59.923Z | Compiling smawk v0.3.2 |
476 | 2025-01-15T01:43:00.225Z | Compiling swrite v0.1.0 |
477 | 2025-01-15T01:43:00.380Z | Compiling textwrap v0.16.1 |
478 | 2025-01-15T01:43:01.190Z | Compiling tabled_derive v0.7.0 |
479 | 2025-01-15T01:43:02.492Z | Compiling tabled v0.15.0 |
480 | 2025-01-15T01:43:03.009Z | Compiling serde_derive v1.0.217 |
481 | 2025-01-15T01:43:03.010Z | Compiling thiserror-impl v1.0.69 |
482 | 2025-01-15T01:43:03.012Z | Compiling zerocopy-derive v0.7.35 |
483 | 2025-01-15T01:43:03.012Z | Compiling scroll_derive v0.12.0 |
484 | 2025-01-15T01:43:03.012Z | Compiling clap_derive v4.5.18 |
485 | 2025-01-15T01:43:04.429Z | Compiling scroll v0.12.0 |
486 | 2025-01-15T01:43:04.974Z | Compiling goblin v0.8.2 |
487 | 2025-01-15T01:43:05.008Z | Compiling zerocopy v0.7.35 |
488 | 2025-01-15T01:43:05.706Z | Compiling pest v2.7.14 |
489 | 2025-01-15T01:43:06.748Z | Compiling clap v4.5.21 |
490 | 2025-01-15T01:43:07.943Z | Compiling pest_meta v2.7.14 |
491 | 2025-01-15T01:43:08.824Z | Compiling pest_generator v2.7.14 |
492 | 2025-01-15T01:43:10.100Z | Compiling pest_derive v2.7.14 |
493 | 2025-01-15T01:43:10.888Z | Compiling dtrace-parser v0.2.0 |
494 | 2025-01-15T01:43:11.808Z | Compiling serde_tokenstream v0.2.2 |
495 | 2025-01-15T01:43:11.955Z | Compiling serde_spanned v0.6.8 |
496 | 2025-01-15T01:43:11.958Z | Compiling toml_datetime v0.6.8 |
497 | 2025-01-15T01:43:12.178Z | Compiling cargo-platform v0.1.8 |
498 | 2025-01-15T01:43:12.292Z | Compiling toml_edit v0.22.22 |
499 | 2025-01-15T01:43:12.378Z | Compiling macaddr v1.0.1 |
500 | 2025-01-15T01:43:12.602Z | Compiling camino-tempfile v1.1.1 |
501 | 2025-01-15T01:43:13.179Z | Compiling dof v0.3.0 |
502 | 2025-01-15T01:43:13.423Z | Compiling cargo_metadata v0.18.1 |
503 | 2025-01-15T01:43:14.552Z | Compiling usdt-attr-macro v0.5.0 |
504 | 2025-01-15T01:43:14.552Z | Compiling usdt-macro v0.5.0 |
505 | 2025-01-15T01:43:15.103Z | Compiling toml v0.8.19 |
506 | 2025-01-15T01:43:15.674Z | Compiling usdt v0.5.0 |
507 | 2025-01-15T01:43:15.978Z | Compiling cargo_toml v0.20.5 |
508 | 2025-01-15T01:43:18.689Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
509 | 2025-01-15T01:43:21.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.46s |
510 | 2025-01-15T01:43:22.172Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
511 | 2025-01-15T01:43:22.716Z | Downloading crates ... |
512 | 2025-01-15T01:43:22.849Z | Downloaded atty v0.2.14 |
513 | 2025-01-15T01:43:22.853Z | Downloaded base16ct v0.2.0 |
514 | 2025-01-15T01:43:22.856Z | Downloaded async-stream-impl v0.3.6 |
515 | 2025-01-15T01:43:22.863Z | Downloaded aead v0.5.2 |
516 | 2025-01-15T01:43:22.866Z | Downloaded array-init v0.0.4 |
517 | 2025-01-15T01:43:22.882Z | Downloaded cfg_aliases v0.1.1 |
518 | 2025-01-15T01:43:22.892Z | Downloaded cfg_aliases v0.2.1 |
519 | 2025-01-15T01:43:22.896Z | Downloaded crunchy v0.2.2 |
520 | 2025-01-15T01:43:22.896Z | Downloaded backoff v0.4.0 |
521 | 2025-01-15T01:43:22.901Z | Downloaded heapless v0.7.17 |
522 | 2025-01-15T01:43:22.904Z | Downloaded headers-core v0.3.0 |
523 | 2025-01-15T01:43:22.907Z | Downloaded darling v0.20.10 |
524 | 2025-01-15T01:43:22.910Z | Downloaded ciborium-io v0.2.2 |
525 | 2025-01-15T01:43:22.912Z | Downloaded heck v0.3.3 |
526 | 2025-01-15T01:43:22.912Z | Downloaded cstr-argument v0.1.2 |
527 | 2025-01-15T01:43:22.912Z | Downloaded adler2 v2.0.0 |
528 | 2025-01-15T01:43:22.917Z | Downloaded crucible-workspace-hack v0.1.0 |
529 | 2025-01-15T01:43:22.919Z | Downloaded async-stream v0.3.6 |
530 | 2025-01-15T01:43:22.921Z | Downloaded bitflags v1.3.2 |
531 | 2025-01-15T01:43:22.924Z | Downloaded cobs v0.2.3 |
532 | 2025-01-15T01:43:22.924Z | Downloaded assert_matches v1.5.0 |
533 | 2025-01-15T01:43:22.928Z | Downloaded async-recursion v1.1.1 |
534 | 2025-01-15T01:43:22.931Z | Downloaded cexpr v0.6.0 |
535 | 2025-01-15T01:43:22.934Z | Downloaded ascii-canvas v3.0.0 |
536 | 2025-01-15T01:43:22.934Z | Downloaded heapless v0.8.0 |
537 | 2025-01-15T01:43:22.937Z | Downloaded block-padding v0.3.3 |
538 | 2025-01-15T01:43:22.940Z | Downloaded ctr v0.9.2 |
539 | 2025-01-15T01:43:22.943Z | Downloaded cbc v0.1.2 |
540 | 2025-01-15T01:43:22.943Z | Downloaded hickory-server v0.24.1 |
541 | 2025-01-15T01:43:22.948Z | Downloaded httpdate v1.0.3 |
542 | 2025-01-15T01:43:22.952Z | Downloaded bit-set v0.5.3 |
543 | 2025-01-15T01:43:22.952Z | Downloaded http-body-util v0.1.2 |
544 | 2025-01-15T01:43:22.956Z | Downloaded highway v1.2.0 |
545 | 2025-01-15T01:43:22.958Z | Downloaded blowfish v0.9.1 |
546 | 2025-01-15T01:43:22.958Z | Downloaded http-body v1.0.1 |
547 | 2025-01-15T01:43:22.958Z | Downloaded async-bb8-diesel v0.2.1 |
548 | 2025-01-15T01:43:22.962Z | Downloaded addr2line v0.24.2 |
549 | 2025-01-15T01:43:22.965Z | Downloaded curve25519-dalek-derive v0.1.1 |
550 | 2025-01-15T01:43:22.966Z | Downloaded hostname v0.3.1 |
551 | 2025-01-15T01:43:22.968Z | Downloaded atomicwrites v0.4.4 |
552 | 2025-01-15T01:43:22.969Z | Downloaded crc-catalog v2.4.0 |
553 | 2025-01-15T01:43:22.969Z | Downloaded crc v3.2.1 |
554 | 2025-01-15T01:43:22.971Z | Downloaded ciborium-ll v0.2.2 |
555 | 2025-01-15T01:43:22.974Z | Downloaded atomic-waker v1.1.2 |
556 | 2025-01-15T01:43:22.974Z | Downloaded convert_case v0.4.0 |
557 | 2025-01-15T01:43:22.976Z | Downloaded cipher v0.4.4 |
558 | 2025-01-15T01:43:22.976Z | Downloaded cassowary v0.3.0 |
559 | 2025-01-15T01:43:22.979Z | Downloaded ahash v0.8.11 |
560 | 2025-01-15T01:43:22.984Z | Downloaded chacha20 v0.9.1 |
561 | 2025-01-15T01:43:22.988Z | Downloaded bit-vec v0.6.3 |
562 | 2025-01-15T01:43:22.988Z | Downloaded hickory-proto v0.24.1 |
563 | 2025-01-15T01:43:23.000Z | Downloaded humantime v2.1.0 |
564 | 2025-01-15T01:43:23.003Z | Downloaded hickory-resolver v0.24.1 |
565 | 2025-01-15T01:43:23.009Z | Downloaded icu_collections v1.5.0 |
566 | 2025-01-15T01:43:23.013Z | Downloaded progenitor-client v0.8.0 |
567 | 2025-01-15T01:43:23.018Z | Downloaded md-5 v0.10.6 |
568 | 2025-01-15T01:43:23.018Z | Downloaded idna_adapter v1.2.0 |
569 | 2025-01-15T01:43:23.020Z | Downloaded icu_locid v1.5.0 |
570 | 2025-01-15T01:43:23.023Z | Downloaded hyper-rustls v0.27.3 |
571 | 2025-01-15T01:43:23.025Z | Downloaded base64ct v1.6.0 |
572 | 2025-01-15T01:43:23.028Z | Downloaded csv-core v0.1.11 |
573 | 2025-01-15T01:43:23.031Z | Downloaded argon2 v0.5.3 |
574 | 2025-01-15T01:43:23.031Z | Downloaded hubpack v0.1.2 |
575 | 2025-01-15T01:43:23.034Z | Downloaded httparse v1.9.5 |
576 | 2025-01-15T01:43:23.034Z | Downloaded http-range v0.1.5 |
577 | 2025-01-15T01:43:23.036Z | Downloaded cookie_store v0.21.0 |
578 | 2025-01-15T01:43:23.039Z | Downloaded const_format_proc_macros v0.2.33 |
579 | 2025-01-15T01:43:23.042Z | Downloaded quick-error v1.2.3 |
580 | 2025-01-15T01:43:23.042Z | Downloaded bitfield-struct v0.6.2 |
581 | 2025-01-15T01:43:23.046Z | Downloaded progenitor-macro v0.9.1 |
582 | 2025-01-15T01:43:23.046Z | Downloaded cancel-safe-futures v0.1.5 |
583 | 2025-01-15T01:43:23.048Z | Downloaded bcs v0.1.6 |
584 | 2025-01-15T01:43:23.048Z | Downloaded colored v2.1.0 |
585 | 2025-01-15T01:43:23.052Z | Downloaded chrono-tz-build v0.4.0 |
586 | 2025-01-15T01:43:23.052Z | Downloaded async-trait v0.1.83 |
587 | 2025-01-15T01:43:23.055Z | Downloaded bcrypt-pbkdf v0.10.0 |
588 | 2025-01-15T01:43:23.058Z | Downloaded buf-list v1.0.3 |
589 | 2025-01-15T01:43:23.060Z | Downloaded cookie v0.18.1 |
590 | 2025-01-15T01:43:23.063Z | Downloaded const-oid v0.9.6 |
591 | 2025-01-15T01:43:23.066Z | Downloaded clang-sys v1.8.1 |
592 | 2025-01-15T01:43:23.069Z | Downloaded take_mut v0.2.2 |
593 | 2025-01-15T01:43:23.069Z | Downloaded sync_wrapper v1.0.1 |
594 | 2025-01-15T01:43:23.069Z | Downloaded bitfield v0.14.0 |
595 | 2025-01-15T01:43:23.072Z | Downloaded arrayvec v0.7.6 |
596 | 2025-01-15T01:43:23.074Z | Downloaded hex v0.4.3 |
597 | 2025-01-15T01:43:23.074Z | Downloaded blake2 v0.10.6 |
598 | 2025-01-15T01:43:23.077Z | Downloaded crossbeam-utils v0.8.20 |
599 | 2025-01-15T01:43:23.080Z | Downloaded constant_time_eq v0.3.1 |
600 | 2025-01-15T01:43:23.083Z | Downloaded lazycell v1.3.0 |
601 | 2025-01-15T01:43:23.083Z | Downloaded lalrpop-util v0.19.12 |
602 | 2025-01-15T01:43:23.085Z | Downloaded impl-trait-for-tuples v0.2.2 |
603 | 2025-01-15T01:43:23.085Z | Downloaded is_ci v1.2.0 |
604 | 2025-01-15T01:43:23.088Z | Downloaded crossbeam-deque v0.8.5 |
605 | 2025-01-15T01:43:23.090Z | Downloaded cmake v0.1.51 |
606 | 2025-01-15T01:43:23.090Z | Downloaded hubpack_derive v0.1.1 |
607 | 2025-01-15T01:43:23.090Z | Downloaded bb8 v0.8.5 |
608 | 2025-01-15T01:43:23.093Z | Downloaded lru v0.12.5 |
609 | 2025-01-15T01:43:23.095Z | Downloaded console v0.15.8 |
610 | 2025-01-15T01:43:23.098Z | Downloaded rand_core v0.6.4 |
611 | 2025-01-15T01:43:23.101Z | Downloaded bzip2 v0.4.4 |
612 | 2025-01-15T01:43:23.101Z | Downloaded arrayref v0.3.9 |
613 | 2025-01-15T01:43:23.103Z | Downloaded sec1 v0.7.3 |
614 | 2025-01-15T01:43:23.106Z | Downloaded sha1 v0.10.6 |
615 | 2025-01-15T01:43:23.106Z | Downloaded quinn-udp v0.5.5 |
616 | 2025-01-15T01:43:23.108Z | Downloaded ref-cast-impl v1.0.23 |
617 | 2025-01-15T01:43:23.108Z | Downloaded md5 v0.7.0 |
618 | 2025-01-15T01:43:23.111Z | Downloaded icu_provider_macros v1.5.0 |
619 | 2025-01-15T01:43:23.111Z | Downloaded matches v0.1.10 |
620 | 2025-01-15T01:43:23.113Z | Downloaded zone_cfg_derive v0.3.0 |
621 | 2025-01-15T01:43:23.113Z | Downloaded mime_guess v2.0.5 |
622 | 2025-01-15T01:43:23.116Z | Downloaded idna v1.0.3 |
623 | 2025-01-15T01:43:23.119Z | Downloaded slab v0.4.9 |
624 | 2025-01-15T01:43:23.123Z | Downloaded string_cache v0.8.7 |
625 | 2025-01-15T01:43:23.125Z | Downloaded serde_plain v1.0.2 |
626 | 2025-01-15T01:43:23.125Z | Downloaded siphasher v0.3.11 |
627 | 2025-01-15T01:43:23.125Z | Downloaded ident_case v1.0.1 |
628 | 2025-01-15T01:43:23.128Z | Downloaded icu_locid_transform v1.5.0 |
629 | 2025-01-15T01:43:23.131Z | Downloaded crc32fast v1.4.2 |
630 | 2025-01-15T01:43:23.131Z | Downloaded zone_cfg_derive v0.1.2 |
631 | 2025-01-15T01:43:23.134Z | Downloaded iana-time-zone v0.1.61 |
632 | 2025-01-15T01:43:23.136Z | Downloaded compact_str v0.8.0 |
633 | 2025-01-15T01:43:23.139Z | Downloaded mime v0.3.17 |
634 | 2025-01-15T01:43:23.141Z | Downloaded tap v1.0.1 |
635 | 2025-01-15T01:43:23.142Z | Downloaded tabwriter v1.4.0 |
636 | 2025-01-15T01:43:23.144Z | Downloaded crossbeam-epoch v0.9.18 |
637 | 2025-01-15T01:43:23.147Z | Downloaded linear-map v1.2.0 |
638 | 2025-01-15T01:43:23.147Z | Downloaded indent_write v2.2.0 |
639 | 2025-01-15T01:43:23.150Z | Downloaded base64 v0.21.7 |
640 | 2025-01-15T01:43:23.153Z | Downloaded backtrace v0.3.74 |
641 | 2025-01-15T01:43:23.156Z | Downloaded managed v0.8.0 |
642 | 2025-01-15T01:43:23.159Z | Downloaded universal-hash v0.5.1 |
643 | 2025-01-15T01:43:23.159Z | Downloaded typify-macro v0.3.0 |
644 | 2025-01-15T01:43:23.162Z | Downloaded rustc-demangle v0.1.24 |
645 | 2025-01-15T01:43:23.164Z | Downloaded synstructure v0.13.1 |
646 | 2025-01-15T01:43:23.164Z | Downloaded rustls-pemfile v1.0.4 |
647 | 2025-01-15T01:43:23.167Z | Downloaded hyper-staticfile v0.10.1 |
648 | 2025-01-15T01:43:23.169Z | Downloaded maplit v1.0.2 |
649 | 2025-01-15T01:43:23.169Z | Downloaded chacha20poly1305 v0.10.1 |
650 | 2025-01-15T01:43:23.172Z | Downloaded lru-cache v0.1.2 |
651 | 2025-01-15T01:43:23.172Z | Downloaded instant v0.1.13 |
652 | 2025-01-15T01:43:23.174Z | Downloaded indoc v1.0.9 |
653 | 2025-01-15T01:43:23.177Z | Downloaded home v0.5.9 |
654 | 2025-01-15T01:43:23.180Z | Downloaded hex-literal v0.4.1 |
655 | 2025-01-15T01:43:23.180Z | Downloaded utf8_iter v1.0.4 |
656 | 2025-01-15T01:43:23.180Z | Downloaded sqlformat v0.2.6 |
657 | 2025-01-15T01:43:23.182Z | Downloaded ciborium v0.2.2 |
658 | 2025-01-15T01:43:23.185Z | Downloaded maybe-uninit v2.0.0 |
659 | 2025-01-15T01:43:23.185Z | Downloaded lazy_static v1.5.0 |
660 | 2025-01-15T01:43:23.188Z | Downloaded is-terminal v0.4.13 |
661 | 2025-01-15T01:43:23.190Z | Downloaded oso-derive v0.27.3 |
662 | 2025-01-15T01:43:23.190Z | Downloaded hyper-tls v0.6.0 |
663 | 2025-01-15T01:43:23.195Z | Downloaded base64 v0.13.1 |
664 | 2025-01-15T01:43:23.198Z | Downloaded slog-term v2.9.1 |
665 | 2025-01-15T01:43:23.198Z | Downloaded zone v0.3.0 |
666 | 2025-01-15T01:43:23.198Z | Downloaded ipnetwork v0.20.0 |
667 | 2025-01-15T01:43:23.201Z | Downloaded memmap2 v0.9.5 |
668 | 2025-01-15T01:43:23.203Z | Downloaded hyper-util v0.1.10 |
669 | 2025-01-15T01:43:23.206Z | Downloaded precomputed-hash v0.1.1 |
670 | 2025-01-15T01:43:23.208Z | Downloaded structmeta-derive v0.2.0 |
671 | 2025-01-15T01:43:23.208Z | Downloaded inout v0.1.3 |
672 | 2025-01-15T01:43:23.211Z | Downloaded darling_macro v0.20.10 |
673 | 2025-01-15T01:43:23.211Z | Downloaded memoffset v0.9.1 |
674 | 2025-01-15T01:43:23.211Z | Downloaded libefi-sys v0.1.0 |
675 | 2025-01-15T01:43:23.214Z | Downloaded hostname v0.4.0 |
676 | 2025-01-15T01:43:23.214Z | Downloaded zone v0.1.8 |
677 | 2025-01-15T01:43:23.218Z | Downloaded sct v0.7.1 |
678 | 2025-01-15T01:43:23.221Z | Downloaded ghash v0.5.1 |
679 | 2025-01-15T01:43:23.221Z | Downloaded typify v0.2.0 |
680 | 2025-01-15T01:43:23.224Z | Downloaded prettyplease v0.2.25 |
681 | 2025-01-15T01:43:23.226Z | Downloaded allocator-api2 v0.2.18 |
682 | 2025-01-15T01:43:23.229Z | Downloaded lockfree-object-pool v0.1.6 |
683 | 2025-01-15T01:43:23.232Z | Downloaded libsw v3.3.1 |
684 | 2025-01-15T01:43:23.234Z | Downloaded lock_api v0.4.12 |
685 | 2025-01-15T01:43:23.237Z | Downloaded num-iter v0.1.45 |
686 | 2025-01-15T01:43:23.237Z | Downloaded num-derive v0.4.2 |
687 | 2025-01-15T01:43:23.250Z | Downloaded num-integer v0.1.46 |
688 | 2025-01-15T01:43:23.252Z | Downloaded russh-cryptovec v0.7.3 |
689 | 2025-01-15T01:43:23.252Z | Downloaded rustc-hash v1.1.0 |
690 | 2025-01-15T01:43:23.255Z | Downloaded paste v1.0.15 |
691 | 2025-01-15T01:43:23.258Z | Downloaded rustversion v1.0.17 |
692 | 2025-01-15T01:43:23.261Z | Downloaded env_logger v0.10.2 |
693 | 2025-01-15T01:43:23.264Z | Downloaded time-core v0.1.2 |
694 | 2025-01-15T01:43:23.266Z | Downloaded rayon-core v1.12.1 |
695 | 2025-01-15T01:43:23.269Z | Downloaded sigpipe v0.1.3 |
696 | 2025-01-15T01:43:23.269Z | Downloaded signal-hook-tokio v0.3.1 |
697 | 2025-01-15T01:43:23.273Z | Downloaded serde-big-array v0.5.1 |
698 | 2025-01-15T01:43:23.273Z | Downloaded tui-tree-widget v0.22.0 |
699 | 2025-01-15T01:43:23.276Z | Downloaded dhcproto-macros v0.1.0 |
700 | 2025-01-15T01:43:23.276Z | Downloaded bytes v1.9.0 |
701 | 2025-01-15T01:43:23.279Z | Downloaded zeroize v1.8.1 |
702 | 2025-01-15T01:43:23.281Z | Downloaded termios v0.3.3 |
703 | 2025-01-15T01:43:23.283Z | Downloaded nibble_vec v0.1.0 |
704 | 2025-01-15T01:43:23.283Z | Downloaded fallible-iterator v0.2.0 |
705 | 2025-01-15T01:43:23.286Z | Downloaded wyz v0.5.1 |
706 | 2025-01-15T01:43:23.286Z | Downloaded kstat-rs v0.2.4 |
707 | 2025-01-15T01:43:23.289Z | Downloaded fallible-iterator v0.3.0 |
708 | 2025-01-15T01:43:23.289Z | Downloaded phf v0.11.2 |
709 | 2025-01-15T01:43:23.291Z | Downloaded writeable v0.5.5 |
710 | 2025-01-15T01:43:23.294Z | Downloaded data-encoding v2.6.0 |
711 | 2025-01-15T01:43:23.294Z | Downloaded write16 v1.0.0 |
712 | 2025-01-15T01:43:23.297Z | Downloaded toolchain_find v0.4.0 |
713 | 2025-01-15T01:43:23.297Z | Downloaded libloading v0.8.5 |
714 | 2025-01-15T01:43:23.299Z | Downloaded endian-type v0.1.2 |
715 | 2025-01-15T01:43:23.299Z | Downloaded parse-display-derive v0.10.0 |
716 | 2025-01-15T01:43:23.302Z | Downloaded rtoolbox v0.0.2 |
717 | 2025-01-15T01:43:23.302Z | Downloaded static_assertions v1.1.0 |
718 | 2025-01-15T01:43:23.304Z | Downloaded same-file v1.0.6 |
719 | 2025-01-15T01:43:23.307Z | Downloaded toml v0.7.8 |
720 | 2025-01-15T01:43:23.310Z | Downloaded crypto-bigint v0.5.5 |
721 | 2025-01-15T01:43:23.315Z | Downloaded env_logger v0.11.5 |
722 | 2025-01-15T01:43:23.318Z | Downloaded newtype_derive v0.1.6 |
723 | 2025-01-15T01:43:23.321Z | Downloaded serde_urlencoded v0.7.1 |
724 | 2025-01-15T01:43:23.323Z | Downloaded peg-macros v0.8.4 |
725 | 2025-01-15T01:43:23.326Z | Downloaded topological-sort v0.2.2 |
726 | 2025-01-15T01:43:23.326Z | Downloaded indexmap v1.9.3 |
727 | 2025-01-15T01:43:23.329Z | Downloaded foreign-types-shared v0.1.1 |
728 | 2025-01-15T01:43:23.331Z | Downloaded progenitor-macro v0.8.0 |
729 | 2025-01-15T01:43:23.331Z | Downloaded icu_provider v1.5.0 |
730 | 2025-01-15T01:43:23.333Z | Downloaded icu_normalizer_data v1.5.0 |
731 | 2025-01-15T01:43:23.337Z | Downloaded icu_locid_transform_data v1.5.0 |
732 | 2025-01-15T01:43:23.349Z | Downloaded openssl-macros v0.1.1 |
733 | 2025-01-15T01:43:23.349Z | Downloaded ipnet v2.10.1 |
734 | 2025-01-15T01:43:23.349Z | Downloaded peg-runtime v0.8.3 |
735 | 2025-01-15T01:43:23.349Z | Downloaded thiserror-impl v2.0.11 |
736 | 2025-01-15T01:43:23.349Z | Downloaded uuid v1.11.0 |
737 | 2025-01-15T01:43:23.349Z | Downloaded parse-size v1.1.0 |
738 | 2025-01-15T01:43:23.349Z | Downloaded signature v2.2.0 |
739 | 2025-01-15T01:43:23.352Z | Downloaded tar v0.4.42 |
740 | 2025-01-15T01:43:23.354Z | Downloaded smallvec v0.6.14 |
741 | 2025-01-15T01:43:23.354Z | Downloaded predicates v3.1.2 |
742 | 2025-01-15T01:43:23.357Z | Downloaded termcolor v1.4.1 |
743 | 2025-01-15T01:43:23.360Z | Downloaded fs_extra v1.3.0 |
744 | 2025-01-15T01:43:23.363Z | Downloaded embedded-io v0.4.0 |
745 | 2025-01-15T01:43:23.365Z | Downloaded progenitor-client v0.9.1 |
746 | 2025-01-15T01:43:23.365Z | Downloaded getrandom v0.2.15 |
747 | 2025-01-15T01:43:23.368Z | Downloaded diesel-dtrace v0.4.2 |
748 | 2025-01-15T01:43:23.370Z | Downloaded xattr v1.3.1 |
749 | 2025-01-15T01:43:23.374Z | Downloaded icu_properties v1.5.1 |
750 | 2025-01-15T01:43:23.374Z | Downloaded snafu-derive v0.8.5 |
751 | 2025-01-15T01:43:23.376Z | Downloaded pkcs8 v0.10.2 |
752 | 2025-01-15T01:43:23.379Z | Downloaded term v0.7.0 |
753 | 2025-01-15T01:43:23.381Z | Downloaded fd-lock v4.0.2 |
754 | 2025-01-15T01:43:23.384Z | Downloaded mockall v0.13.0 |
755 | 2025-01-15T01:43:23.387Z | Downloaded futures-macro v0.3.31 |
756 | 2025-01-15T01:43:23.387Z | Downloaded futures-io v0.3.31 |
757 | 2025-01-15T01:43:23.390Z | Downloaded zerovec-derive v0.10.3 |
758 | 2025-01-15T01:43:23.392Z | Downloaded elliptic-curve v0.13.8 |
759 | 2025-01-15T01:43:23.395Z | Downloaded nodrop v0.1.14 |
760 | 2025-01-15T01:43:23.397Z | Downloaded tls_codec_derive v0.4.1 |
761 | 2025-01-15T01:43:23.397Z | Downloaded hmac v0.12.1 |
762 | 2025-01-15T01:43:23.400Z | Downloaded powerfmt v0.2.0 |
763 | 2025-01-15T01:43:23.403Z | Downloaded psl-types v2.0.11 |
764 | 2025-01-15T01:43:23.403Z | Downloaded dropshot_endpoint v0.12.0 |
765 | 2025-01-15T01:43:23.406Z | Downloaded num_enum_derive v0.5.11 |
766 | 2025-01-15T01:43:23.408Z | Downloaded foreign-types-macros v0.2.3 |
767 | 2025-01-15T01:43:23.408Z | Downloaded strum_macros v0.26.4 |
768 | 2025-01-15T01:43:23.411Z | Downloaded samael v0.0.17 |
769 | 2025-01-15T01:43:23.415Z | Downloaded vte_generate_state_changes v0.1.2 |
770 | 2025-01-15T01:43:23.418Z | Downloaded pbkdf2 v0.12.2 |
771 | 2025-01-15T01:43:23.418Z | Downloaded tls_codec v0.4.1 |
772 | 2025-01-15T01:43:23.421Z | Downloaded ecdsa v0.16.9 |
773 | 2025-01-15T01:43:23.423Z | Downloaded num_enum v0.5.11 |
774 | 2025-01-15T01:43:23.427Z | Downloaded pem v3.0.4 |
775 | 2025-01-15T01:43:23.430Z | Downloaded mirai-annotations v1.12.0 |
776 | 2025-01-15T01:43:23.430Z | Downloaded subtle v2.6.1 |
777 | 2025-01-15T01:43:23.432Z | Downloaded ron v0.7.1 |
778 | 2025-01-15T01:43:23.436Z | Downloaded zopfli v0.8.1 |
779 | 2025-01-15T01:43:23.439Z | Downloaded packed_struct_codegen v0.10.1 |
780 | 2025-01-15T01:43:23.441Z | Downloaded parking_lot v0.11.2 |
781 | 2025-01-15T01:43:23.444Z | Downloaded socket2 v0.5.7 |
782 | 2025-01-15T01:43:23.447Z | Downloaded number_prefix v0.4.0 |
783 | 2025-01-15T01:43:23.447Z | Downloaded aes v0.8.4 |
784 | 2025-01-15T01:43:23.450Z | Downloaded num_threads v0.1.7 |
785 | 2025-01-15T01:43:23.452Z | Downloaded newline-converter v0.3.0 |
786 | 2025-01-15T01:43:23.452Z | Downloaded zeroize_derive v1.4.2 |
787 | 2025-01-15T01:43:23.455Z | Downloaded crossterm v0.28.1 |
788 | 2025-01-15T01:43:23.460Z | Downloaded serde_path_to_error v0.1.16 |
789 | 2025-01-15T01:43:23.462Z | Downloaded semver v0.1.20 |
790 | 2025-01-15T01:43:23.465Z | Downloaded slog-json v2.6.1 |
791 | 2025-01-15T01:43:23.465Z | Downloaded dropshot_endpoint v0.13.0 |
792 | 2025-01-15T01:43:23.468Z | Downloaded zip v2.1.3 |
793 | 2025-01-15T01:43:23.474Z | Downloaded strum_macros v0.24.3 |
794 | 2025-01-15T01:43:23.476Z | Downloaded vergen v8.3.2 |
795 | 2025-01-15T01:43:23.479Z | Downloaded path-slash v0.1.5 |
796 | 2025-01-15T01:43:23.481Z | Downloaded value-bag v1.9.0 |
797 | 2025-01-15T01:43:23.484Z | Downloaded slog-scope v4.4.0 |
798 | 2025-01-15T01:43:23.486Z | Downloaded unicode-properties v0.1.3 |
799 | 2025-01-15T01:43:23.486Z | Downloaded strum_macros v0.25.3 |
800 | 2025-01-15T01:43:23.489Z | Downloaded dhcproto v0.12.0 |
801 | 2025-01-15T01:43:23.491Z | Downloaded slog-stdlog v4.1.1 |
802 | 2025-01-15T01:43:23.494Z | Downloaded slog-envlogger v2.2.0 |
803 | 2025-01-15T01:43:23.497Z | Downloaded rustfmt-wrapper v0.2.1 |
804 | 2025-01-15T01:43:23.497Z | Downloaded indicatif v0.17.9 |
805 | 2025-01-15T01:43:23.500Z | Downloaded stable_deref_trait v1.2.0 |
806 | 2025-01-15T01:43:23.503Z | Downloaded snafu v0.8.5 |
807 | 2025-01-15T01:43:23.508Z | Downloaded dyn-clone v1.0.17 |
808 | 2025-01-15T01:43:23.510Z | Downloaded float-cmp v0.9.0 |
809 | 2025-01-15T01:43:23.513Z | Downloaded dirs-sys-next v0.1.2 |
810 | 2025-01-15T01:43:23.513Z | Downloaded dirs-next v2.0.0 |
811 | 2025-01-15T01:43:23.515Z | Downloaded darling_core v0.20.10 |
812 | 2025-01-15T01:43:23.519Z | Downloaded futures-core v0.3.31 |
813 | 2025-01-15T01:43:23.521Z | Downloaded float-ord v0.3.2 |
814 | 2025-01-15T01:43:23.525Z | Downloaded enum-as-inner v0.6.1 |
815 | 2025-01-15T01:43:23.525Z | Downloaded aes-gcm v0.10.3 |
816 | 2025-01-15T01:43:23.527Z | Downloaded foreign-types v0.3.2 |
817 | 2025-01-15T01:43:23.530Z | Downloaded pbkdf2 v0.11.0 |
818 | 2025-01-15T01:43:23.533Z | Downloaded serde_derive_internals v0.29.1 |
819 | 2025-01-15T01:43:23.533Z | Downloaded proc-macro-crate v1.3.1 |
820 | 2025-01-15T01:43:23.535Z | Downloaded progenitor v0.8.0 |
821 | 2025-01-15T01:43:23.535Z | Downloaded percent-encoding v2.3.1 |
822 | 2025-01-15T01:43:23.538Z | Downloaded serde-hex v0.1.0 |
823 | 2025-01-15T01:43:23.538Z | Downloaded tinystr v0.7.6 |
824 | 2025-01-15T01:43:23.541Z | Downloaded newtype-uuid v1.1.3 |
825 | 2025-01-15T01:43:23.544Z | Downloaded unicode-bidi v0.3.17 |
826 | 2025-01-15T01:43:23.544Z | Downloaded enum-as-inner v0.5.1 |
827 | 2025-01-15T01:43:23.547Z | Downloaded defmt-parser v0.3.4 |
828 | 2025-01-15T01:43:23.547Z | Downloaded rand v0.8.5 |
829 | 2025-01-15T01:43:23.551Z | Downloaded unicode-xid v0.2.6 |
830 | 2025-01-15T01:43:23.553Z | Downloaded peg v0.8.4 |
831 | 2025-01-15T01:43:23.558Z | Downloaded base64 v0.22.1 |
832 | 2025-01-15T01:43:23.560Z | Downloaded mockall_derive v0.13.0 |
833 | 2025-01-15T01:43:23.564Z | Downloaded ron v0.8.1 |
834 | 2025-01-15T01:43:23.567Z | Downloaded thiserror-no-std v2.0.2 |
835 | 2025-01-15T01:43:23.571Z | Downloaded rusty-fork v0.3.0 |
836 | 2025-01-15T01:43:23.573Z | Downloaded shell-words v1.1.0 |
837 | 2025-01-15T01:43:23.576Z | Downloaded fatfs v0.3.6 |
838 | 2025-01-15T01:43:23.579Z | Downloaded vte v0.11.1 |
839 | 2025-01-15T01:43:23.579Z | Downloaded subprocess v0.2.9 |
840 | 2025-01-15T01:43:23.582Z | Downloaded progenitor-impl v0.8.0 |
841 | 2025-01-15T01:43:23.585Z | Downloaded tokio-macros v2.4.0 |
842 | 2025-01-15T01:43:23.587Z | Downloaded rpassword v7.3.1 |
843 | 2025-01-15T01:43:23.588Z | Downloaded tokio-native-tls v0.3.1 |
844 | 2025-01-15T01:43:23.590Z | Downloaded der_derive v0.7.3 |
845 | 2025-01-15T01:43:23.592Z | Downloaded strip-ansi-escapes v0.2.0 |
846 | 2025-01-15T01:43:23.592Z | Downloaded stringprep v0.1.5 |
847 | 2025-01-15T01:43:23.595Z | Downloaded wait-timeout v0.2.0 |
848 | 2025-01-15T01:43:23.595Z | Downloaded tracing v0.1.40 |
849 | 2025-01-15T01:43:23.599Z | Downloaded untrusted v0.7.1 |
850 | 2025-01-15T01:43:23.601Z | Downloaded rsa v0.9.6 |
851 | 2025-01-15T01:43:23.605Z | Downloaded postgres-types v0.2.8 |
852 | 2025-01-15T01:43:23.608Z | Downloaded deranged v0.3.11 |
853 | 2025-01-15T01:43:23.610Z | Downloaded defmt-macros v0.3.9 |
854 | 2025-01-15T01:43:23.613Z | Downloaded dsl_auto_type v0.1.2 |
855 | 2025-01-15T01:43:23.615Z | Downloaded untrusted v0.9.0 |
856 | 2025-01-15T01:43:23.618Z | Downloaded postcard v1.0.10 |
857 | 2025-01-15T01:43:23.620Z | Downloaded rustls-pki-types v1.10.0 |
858 | 2025-01-15T01:43:23.624Z | Downloaded downcast v0.11.0 |
859 | 2025-01-15T01:43:23.624Z | Downloaded glob v0.3.1 |
860 | 2025-01-15T01:43:23.628Z | Downloaded rustls-pemfile v2.2.0 |
861 | 2025-01-15T01:43:23.628Z | Downloaded owo-colors v4.1.0 |
862 | 2025-01-15T01:43:23.631Z | Downloaded zip v0.6.6 |
863 | 2025-01-15T01:43:23.634Z | Downloaded x509-cert v0.2.5 |
864 | 2025-01-15T01:43:23.640Z | Downloaded nanorand v0.7.0 |
865 | 2025-01-15T01:43:23.643Z | Downloaded multimap v0.10.0 |
866 | 2025-01-15T01:43:23.646Z | Downloaded unicase v2.7.0 |
867 | 2025-01-15T01:43:23.646Z | Downloaded spin v0.9.8 |
868 | 2025-01-15T01:43:23.649Z | Downloaded olpc-cjson v0.1.4 |
869 | 2025-01-15T01:43:23.651Z | Downloaded serde_with_macros v3.11.0 |
870 | 2025-01-15T01:43:23.653Z | Downloaded foldhash v0.1.3 |
871 | 2025-01-15T01:43:23.653Z | Downloaded waitgroup v0.1.2 |
872 | 2025-01-15T01:43:23.653Z | Downloaded try-lock v0.2.5 |
873 | 2025-01-15T01:43:23.656Z | Downloaded opaque-debug v0.3.1 |
874 | 2025-01-15T01:43:23.656Z | Downloaded ppv-lite86 v0.2.20 |
875 | 2025-01-15T01:43:23.658Z | Downloaded libxml v0.3.3 |
876 | 2025-01-15T01:43:23.663Z | Downloaded sqlparser_derive v0.2.2 |
877 | 2025-01-15T01:43:23.667Z | Downloaded r2d2 v0.8.10 |
878 | 2025-01-15T01:43:23.667Z | Downloaded phf_shared v0.11.2 |
879 | 2025-01-15T01:43:23.669Z | Downloaded whoami v1.5.2 |
880 | 2025-01-15T01:43:23.670Z | Downloaded num-conv v0.1.0 |
881 | 2025-01-15T01:43:23.673Z | Downloaded pem-rfc7468 v0.7.0 |
882 | 2025-01-15T01:43:23.673Z | Downloaded futures-channel v0.3.31 |
883 | 2025-01-15T01:43:23.678Z | Downloaded schemars_derive v0.8.21 |
884 | 2025-01-15T01:43:23.678Z | Downloaded expectorate v1.1.0 |
885 | 2025-01-15T01:43:23.680Z | Downloaded supports-color v3.0.1 |
886 | 2025-01-15T01:43:23.680Z | Downloaded sync-ptr v0.1.1 |
887 | 2025-01-15T01:43:23.683Z | Downloaded slog-dtrace v0.3.0 |
888 | 2025-01-15T01:43:23.683Z | Downloaded oso v0.27.3 |
889 | 2025-01-15T01:43:23.686Z | Downloaded debug-ignore v1.0.5 |
890 | 2025-01-15T01:43:23.689Z | Downloaded minimal-lexical v0.2.1 |
891 | 2025-01-15T01:43:23.693Z | Downloaded ed25519 v2.2.3 |
892 | 2025-01-15T01:43:23.696Z | Downloaded dunce v1.0.5 |
893 | 2025-01-15T01:43:23.698Z | Downloaded form_urlencoded v1.2.1 |
894 | 2025-01-15T01:43:23.698Z | Downloaded tungstenite v0.23.0 |
895 | 2025-01-15T01:43:23.700Z | Downloaded tungstenite v0.21.0 |
896 | 2025-01-15T01:43:23.705Z | Downloaded url v2.5.3 |
897 | 2025-01-15T01:43:23.708Z | Downloaded aho-corasick v1.1.3 |
898 | 2025-01-15T01:43:23.714Z | Downloaded pkcs1 v0.7.5 |
899 | 2025-01-15T01:43:23.717Z | Downloaded progenitor-impl v0.9.1 |
900 | 2025-01-15T01:43:23.720Z | Downloaded mio v1.0.2 |
901 | 2025-01-15T01:43:23.725Z | Downloaded gethostname v0.5.0 |
902 | 2025-01-15T01:43:23.727Z | Downloaded itertools v0.10.5 |
903 | 2025-01-15T01:43:23.733Z | Downloaded postgres-protocol v0.6.7 |
904 | 2025-01-15T01:43:23.736Z | Downloaded thiserror-impl-no-std v2.0.2 |
905 | 2025-01-15T01:43:23.739Z | Downloaded half v2.4.1 |
906 | 2025-01-15T01:43:23.741Z | Downloaded hashbrown v0.12.3 |
907 | 2025-01-15T01:43:23.744Z | Downloaded secrecy v0.8.0 |
908 | 2025-01-15T01:43:23.747Z | Downloaded pkg-config v0.3.31 |
909 | 2025-01-15T01:43:23.748Z | Downloaded pin-utils v0.1.0 |
910 | 2025-01-15T01:43:23.751Z | Downloaded http v1.2.0 |
911 | 2025-01-15T01:43:23.754Z | Downloaded slog-bunyan v2.5.0 |
912 | 2025-01-15T01:43:23.754Z | Downloaded toml_edit v0.19.15 |
913 | 2025-01-15T01:43:23.770Z | Downloaded zerofrom-derive v0.1.4 |
914 | 2025-01-15T01:43:23.773Z | Downloaded shlex v1.3.0 |
915 | 2025-01-15T01:43:23.773Z | Downloaded blake3 v1.5.4 |
916 | 2025-01-15T01:43:23.781Z | Downloaded publicsuffix v2.2.3 |
917 | 2025-01-15T01:43:23.784Z | Downloaded utf-8 v0.7.6 |
918 | 2025-01-15T01:43:23.786Z | Downloaded vsss-rs v3.3.4 |
919 | 2025-01-15T01:43:23.791Z | Downloaded thread_local v1.1.8 |
920 | 2025-01-15T01:43:23.795Z | Downloaded tracing-core v0.1.32 |
921 | 2025-01-15T01:43:23.795Z | Downloaded num-rational v0.4.2 |
922 | 2025-01-15T01:43:23.797Z | Downloaded itertools v0.12.1 |
923 | 2025-01-15T01:43:23.801Z | Downloaded globset v0.4.15 |
924 | 2025-01-15T01:43:23.803Z | Downloaded hyper v1.5.0 |
925 | 2025-01-15T01:43:23.810Z | Downloaded zerofrom v0.1.4 |
926 | 2025-01-15T01:43:23.812Z | Downloaded ena v0.14.3 |
927 | 2025-01-15T01:43:23.812Z | Downloaded embedded-io v0.6.1 |
928 | 2025-01-15T01:43:23.815Z | Downloaded der v0.7.9 |
929 | 2025-01-15T01:43:23.819Z | Downloaded new_debug_unreachable v1.0.6 |
930 | 2025-01-15T01:43:23.821Z | Downloaded tower-service v0.3.3 |
931 | 2025-01-15T01:43:23.822Z | Downloaded pretty-hex v0.2.1 |
932 | 2025-01-15T01:43:23.824Z | Downloaded p256 v0.13.2 |
933 | 2025-01-15T01:43:23.827Z | Downloaded difflib v0.4.0 |
934 | 2025-01-15T01:43:23.829Z | Downloaded phf_generator v0.11.2 |
935 | 2025-01-15T01:43:23.829Z | Downloaded num-traits v0.2.19 |
936 | 2025-01-15T01:43:23.832Z | Downloaded env_filter v0.1.2 |
937 | 2025-01-15T01:43:23.834Z | Downloaded typify-macro v0.2.0 |
938 | 2025-01-15T01:43:23.834Z | Downloaded num v0.4.3 |
939 | 2025-01-15T01:43:23.837Z | Downloaded spki v0.7.3 |
940 | 2025-01-15T01:43:23.840Z | Downloaded derive_more v0.99.18 |
941 | 2025-01-15T01:43:23.843Z | Downloaded signal-hook v0.3.17 |
942 | 2025-01-15T01:43:23.846Z | Downloaded pin-project-lite v0.2.14 |
943 | 2025-01-15T01:43:23.850Z | Downloaded normalize-line-endings v0.3.0 |
944 | 2025-01-15T01:43:23.853Z | Downloaded ref-cast v1.0.23 |
945 | 2025-01-15T01:43:23.857Z | Downloaded displaydoc v0.2.5 |
946 | 2025-01-15T01:43:23.860Z | Downloaded rcgen v0.12.1 |
947 | 2025-01-15T01:43:23.860Z | Downloaded hash32 v0.3.1 |
948 | 2025-01-15T01:43:23.863Z | Downloaded filetime v0.2.25 |
949 | 2025-01-15T01:43:23.863Z | Downloaded termtree v0.4.1 |
950 | 2025-01-15T01:43:23.866Z | Downloaded strum v0.26.3 |
951 | 2025-01-15T01:43:23.866Z | Downloaded smf v0.2.3 |
952 | 2025-01-15T01:43:23.866Z | Downloaded parking_lot_core v0.8.6 |
953 | 2025-01-15T01:43:23.869Z | Downloaded libm v0.2.8 |
954 | 2025-01-15T01:43:23.876Z | Downloaded fxhash v0.2.1 |
955 | 2025-01-15T01:43:23.879Z | Downloaded scopeguard v1.2.0 |
956 | 2025-01-15T01:43:23.879Z | Downloaded multer v3.1.0 |
957 | 2025-01-15T01:43:23.881Z | Downloaded group v0.13.0 |
958 | 2025-01-15T01:43:23.884Z | Downloaded pin-project-internal v1.1.6 |
959 | 2025-01-15T01:43:23.884Z | Downloaded itertools v0.13.0 |
960 | 2025-01-15T01:43:23.891Z | Downloaded xz2 v0.1.7 |
961 | 2025-01-15T01:43:23.893Z | Downloaded fragile v2.0.0 |
962 | 2025-01-15T01:43:23.896Z | Downloaded russh v0.45.0 |
963 | 2025-01-15T01:43:23.900Z | Downloaded derive_builder v0.20.2 |
964 | 2025-01-15T01:43:23.906Z | Downloaded progenitor v0.9.1 |
965 | 2025-01-15T01:43:23.909Z | Downloaded hashlink v0.9.1 |
966 | 2025-01-15T01:43:23.909Z | Downloaded want v0.3.1 |
967 | 2025-01-15T01:43:23.913Z | Downloaded password-hash v0.5.0 |
968 | 2025-01-15T01:43:23.913Z | Downloaded pin-project v1.1.6 |
969 | 2025-01-15T01:43:23.922Z | Downloaded derive_builder_macro v0.20.2 |
970 | 2025-01-15T01:43:23.926Z | Downloaded yoke-derive v0.7.4 |
971 | 2025-01-15T01:43:23.926Z | Downloaded rand_chacha v0.3.1 |
972 | 2025-01-15T01:43:23.931Z | Downloaded phf_shared v0.10.0 |
973 | 2025-01-15T01:43:23.931Z | Downloaded serde_with v3.11.0 |
974 | 2025-01-15T01:43:23.934Z | Downloaded ff v0.13.0 |
975 | 2025-01-15T01:43:23.937Z | Downloaded twox-hash v1.6.3 |
976 | 2025-01-15T01:43:23.942Z | Downloaded hkdf v0.12.4 |
977 | 2025-01-15T01:43:23.946Z | Downloaded omicron-zone-package v0.12.0 |
978 | 2025-01-15T01:43:23.946Z | Downloaded uzers v0.12.1 |
979 | 2025-01-15T01:43:23.949Z | Downloaded tokio-tungstenite v0.24.0 |
980 | 2025-01-15T01:43:23.949Z | Downloaded parking_lot v0.12.3 |
981 | 2025-01-15T01:43:23.952Z | Downloaded tinyvec_macros v0.1.1 |
982 | 2025-01-15T01:43:23.952Z | Downloaded chrono v0.4.38 |
983 | 2025-01-15T01:43:23.958Z | Downloaded openssl-probe v0.1.5 |
984 | 2025-01-15T01:43:23.961Z | Downloaded bitvec v1.0.1 |
985 | 2025-01-15T01:43:23.974Z | Downloaded rand_seeder v0.3.0 |
986 | 2025-01-15T01:43:23.976Z | Downloaded rustc_version v0.4.1 |
987 | 2025-01-15T01:43:23.979Z | Downloaded fixedbitset v0.4.2 |
988 | 2025-01-15T01:43:23.979Z | Downloaded derive-where v1.2.7 |
989 | 2025-01-15T01:43:23.982Z | Downloaded diesel_table_macro_syntax v0.2.0 |
990 | 2025-01-15T01:43:23.984Z | Downloaded rusqlite v0.32.1 |
991 | 2025-01-15T01:43:23.988Z | Downloaded salsa20 v0.10.2 |
992 | 2025-01-15T01:43:23.991Z | Downloaded rand_xorshift v0.3.0 |
993 | 2025-01-15T01:43:23.991Z | Downloaded radium v0.7.0 |
994 | 2025-01-15T01:43:23.994Z | Downloaded native-tls v0.2.12 |
995 | 2025-01-15T01:43:23.997Z | Downloaded yasna v0.5.2 |
996 | 2025-01-15T01:43:23.997Z | Downloaded tracing-attributes v0.1.27 |
997 | 2025-01-15T01:43:23.999Z | Downloaded pkcs5 v0.7.1 |
998 | 2025-01-15T01:43:24.002Z | Downloaded structmeta v0.3.0 |
999 | 2025-01-15T01:43:24.004Z | Downloaded rustc-hash v2.0.0 |
1000 | 2025-01-15T01:43:24.005Z | Downloaded password-hash v0.4.2 |
1001 | 2025-01-15T01:43:24.007Z | Downloaded hashbrown v0.13.2 |
1002 | 2025-01-15T01:43:24.010Z | Downloaded ed25519-dalek v2.1.1 |
1003 | 2025-01-15T01:43:24.013Z | Downloaded hash32 v0.2.1 |
1004 | 2025-01-15T01:43:24.016Z | Downloaded futures-task v0.3.31 |
1005 | 2025-01-15T01:43:24.016Z | Downloaded slog v2.7.0 |
1006 | 2025-01-15T01:43:24.018Z | Downloaded zerovec v0.10.4 |
1007 | 2025-01-15T01:43:24.024Z | Downloaded polyval v0.6.2 |
1008 | 2025-01-15T01:43:24.027Z | Downloaded parse-display v0.10.0 |
1009 | 2025-01-15T01:43:24.030Z | Downloaded ssh-encoding v0.2.0 |
1010 | 2025-01-15T01:43:24.030Z | Downloaded scheduled-thread-pool v0.2.7 |
1011 | 2025-01-15T01:43:24.030Z | Downloaded structmeta-derive v0.3.0 |
1012 | 2025-01-15T01:43:24.033Z | Downloaded poly1305 v0.8.0 |
1013 | 2025-01-15T01:43:24.035Z | Downloaded foreign-types-shared v0.3.1 |
1014 | 2025-01-15T01:43:24.036Z | Downloaded funty v2.0.0 |
1015 | 2025-01-15T01:43:24.036Z | Downloaded thiserror v2.0.11 |
1016 | 2025-01-15T01:43:24.041Z | Downloaded predicates-tree v1.0.11 |
1017 | 2025-01-15T01:43:24.043Z | Downloaded unarray v0.1.4 |
1018 | 2025-01-15T01:43:24.043Z | Downloaded des v0.8.1 |
1019 | 2025-01-15T01:43:24.047Z | Downloaded futures-sink v0.3.31 |
1020 | 2025-01-15T01:43:24.047Z | Downloaded futures-executor v0.3.31 |
1021 | 2025-01-15T01:43:24.050Z | Downloaded unicode_categories v0.1.1 |
1022 | 2025-01-15T01:43:24.050Z | Downloaded derive_builder_core v0.20.2 |
1023 | 2025-01-15T01:43:24.053Z | Downloaded foreign-types v0.5.0 |
1024 | 2025-01-15T01:43:24.053Z | Downloaded bindgen v0.69.5 |
1025 | 2025-01-15T01:43:24.059Z | Downloaded rustc_version v0.1.7 |
1026 | 2025-01-15T01:43:24.063Z | Downloaded typify v0.3.0 |
1027 | 2025-01-15T01:43:24.067Z | Downloaded packed_struct v0.10.1 |
1028 | 2025-01-15T01:43:24.067Z | Downloaded tokio-rustls v0.25.0 |
1029 | 2025-01-15T01:43:24.067Z | Downloaded predicates-core v1.0.8 |
1030 | 2025-01-15T01:43:24.070Z | Downloaded tokio-postgres v0.7.12 |
1031 | 2025-01-15T01:43:24.073Z | Downloaded portable-atomic v1.9.0 |
1032 | 2025-01-15T01:43:24.079Z | Downloaded parking_lot_core v0.9.10 |
1033 | 2025-01-15T01:43:24.081Z | Downloaded flagset v0.4.6 |
1034 | 2025-01-15T01:43:24.084Z | Downloaded yoke v0.7.4 |
1035 | 2025-01-15T01:43:24.084Z | Downloaded structmeta v0.2.0 |
1036 | 2025-01-15T01:43:24.087Z | Downloaded tough v0.19.0 |
1037 | 2025-01-15T01:43:24.094Z | Downloaded tokio-util v0.7.12 |
1038 | 2025-01-15T01:43:24.100Z | Downloaded tiny-keccak v2.0.2 |
1039 | 2025-01-15T01:43:24.104Z | Downloaded signal-hook-mio v0.2.4 |
1040 | 2025-01-15T01:43:24.108Z | Downloaded zerocopy v0.6.6 |
1041 | 2025-01-15T01:43:24.108Z | Downloaded simd-adler32 v0.3.7 |
1042 | 2025-01-15T01:43:24.111Z | Downloaded signal-hook-registry v1.4.2 |
1043 | 2025-01-15T01:43:24.111Z | Downloaded scrypt v0.11.0 |
1044 | 2025-01-15T01:43:24.111Z | Downloaded num-complex v0.4.6 |
1045 | 2025-01-15T01:43:24.111Z | Downloaded unicode-truncate v1.1.0 |
1046 | 2025-01-15T01:43:24.114Z | Downloaded ssh-cipher v0.2.0 |
1047 | 2025-01-15T01:43:24.114Z | Downloaded sqlparser v0.45.0 |
1048 | 2025-01-15T01:43:24.119Z | Downloaded time-macros v0.2.18 |
1049 | 2025-01-15T01:43:24.122Z | Downloaded tokio-tungstenite v0.23.1 |
1050 | 2025-01-15T01:43:24.126Z | Downloaded quinn v0.11.5 |
1051 | 2025-01-15T01:43:24.131Z | Downloaded num-bigint v0.4.6 |
1052 | 2025-01-15T01:43:24.134Z | Downloaded quick-xml v0.33.0 |
1053 | 2025-01-15T01:43:24.137Z | Downloaded headers v0.4.0 |
1054 | 2025-01-15T01:43:24.142Z | Downloaded diesel_derives v2.2.3 |
1055 | 2025-01-15T01:43:24.147Z | Downloaded qorb v0.2.1 |
1056 | 2025-01-15T01:43:24.152Z | Downloaded h2 v0.4.6 |
1057 | 2025-01-15T01:43:24.157Z | Downloaded test-strategy v0.3.1 |
1058 | 2025-01-15T01:43:24.160Z | Downloaded diff v0.1.13 |
1059 | 2025-01-15T01:43:24.168Z | Downloaded futures v0.3.31 |
1060 | 2025-01-15T01:43:24.172Z | Downloaded schemars v0.8.21 |
1061 | 2025-01-15T01:43:24.179Z | Downloaded curve25519-dalek v4.1.3 |
1062 | 2025-01-15T01:43:24.188Z | Downloaded time v0.3.36 |
1063 | 2025-01-15T01:43:24.195Z | Downloaded rustls-webpki v0.101.7 |
1064 | 2025-01-15T01:43:24.208Z | Downloaded openssl-sys v0.9.103 |
1065 | 2025-01-15T01:43:24.212Z | Downloaded typed-path v0.9.3 |
1066 | 2025-01-15T01:43:24.218Z | Downloaded lalrpop v0.19.12 |
1067 | 2025-01-15T01:43:24.230Z | Downloaded unsafe-libyaml v0.2.11 |
1068 | 2025-01-15T01:43:24.233Z | Downloaded reedline v0.35.0 |
1069 | 2025-01-15T01:43:24.241Z | Downloaded num-bigint-dig v0.8.4 |
1070 | 2025-01-15T01:43:24.245Z | Downloaded git2 v0.19.0 |
1071 | 2025-01-15T01:43:24.253Z | Downloaded parse-zoneinfo v0.3.1 |
1072 | 2025-01-15T01:43:24.256Z | Downloaded reqwest v0.12.9 |
1073 | 2025-01-15T01:43:24.265Z | Downloaded vcpkg v0.2.15 |
1074 | 2025-01-15T01:43:24.302Z | Downloaded ssh-key v0.6.6 |
1075 | 2025-01-15T01:43:24.308Z | Downloaded icu_properties_data v1.5.0 |
1076 | 2025-01-15T01:43:24.319Z | Downloaded rustyline v14.0.0 |
1077 | 2025-01-15T01:43:24.324Z | Downloaded hashbrown v0.14.5 |
1078 | 2025-01-15T01:43:24.329Z | Downloaded openssl v0.10.66 |
1079 | 2025-01-15T01:43:24.339Z | Downloaded winnow v0.5.40 |
1080 | 2025-01-15T01:43:24.347Z | Downloaded nom v7.1.3 |
1081 | 2025-01-15T01:43:24.353Z | Downloaded nix v0.28.0 |
1082 | 2025-01-15T01:43:24.365Z | Downloaded petname v2.0.2 |
1083 | 2025-01-15T01:43:24.371Z | Downloaded nix v0.27.1 |
1084 | 2025-01-15T01:43:24.381Z | Downloaded rustls-webpki v0.102.8 |
1085 | 2025-01-15T01:43:24.399Z | Downloaded flate2 v1.0.34 |
1086 | 2025-01-15T01:43:24.404Z | Downloaded quinn-proto v0.11.8 |
1087 | 2025-01-15T01:43:24.411Z | Downloaded salty v0.3.0 |
1088 | 2025-01-15T01:43:24.417Z | Downloaded idna v0.5.0 |
1089 | 2025-01-15T01:43:24.424Z | Downloaded rayon v1.10.0 |
1090 | 2025-01-15T01:43:24.432Z | Downloaded bstr v1.10.0 |
1091 | 2025-01-15T01:43:24.443Z | Downloaded p521 v0.13.3 |
1092 | 2025-01-15T01:43:24.447Z | Downloaded nix v0.29.0 |
1093 | 2025-01-15T01:43:24.458Z | Downloaded trust-dns-proto v0.22.0 |
1094 | 2025-01-15T01:43:24.471Z | Downloaded diesel v2.2.6 |
1095 | 2025-01-15T01:43:24.488Z | Downloaded dropshot v0.13.0 |
1096 | 2025-01-15T01:43:24.508Z | Downloaded webpki-roots v0.26.6 |
1097 | 2025-01-15T01:43:24.512Z | Downloaded object v0.30.4 |
1098 | 2025-01-15T01:43:24.522Z | Downloaded dropshot v0.12.0 |
1099 | 2025-01-15T01:43:24.541Z | Downloaded rustls v0.21.12 |
1100 | 2025-01-15T01:43:24.552Z | Downloaded rustls v0.22.4 |
1101 | 2025-01-15T01:43:24.565Z | Downloaded regress v0.10.1 |
1102 | 2025-01-15T01:43:24.573Z | Downloaded regex-syntax v0.6.29 |
1103 | 2025-01-15T01:43:24.580Z | Downloaded futures-util v0.3.31 |
1104 | 2025-01-15T01:43:24.592Z | Downloaded zerocopy v0.8.10 |
1105 | 2025-01-15T01:43:24.614Z | Downloaded smoltcp v0.9.1 |
1106 | 2025-01-15T01:43:24.626Z | Downloaded polar-core v0.27.3 |
1107 | 2025-01-15T01:43:24.633Z | Downloaded idna v0.4.0 |
1108 | 2025-01-15T01:43:24.640Z | Downloaded p384 v0.13.0 |
1109 | 2025-01-15T01:43:24.648Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1110 | 2025-01-15T01:43:24.659Z | Downloaded sled v0.34.7 |
1111 | 2025-01-15T01:43:24.669Z | Downloaded object v0.36.5 |
1112 | 2025-01-15T01:43:24.681Z | Downloaded unicode-width v0.2.0 |
1113 | 2025-01-15T01:43:24.686Z | Downloaded smoltcp v0.11.0 |
1114 | 2025-01-15T01:43:24.698Z | Downloaded zerocopy-derive v0.6.6 |
1115 | 2025-01-15T01:43:24.708Z | Downloaded regress v0.9.1 |
1116 | 2025-01-15T01:43:24.717Z | Downloaded rustls v0.23.19 |
1117 | 2025-01-15T01:43:24.728Z | Downloaded openapiv3 v2.0.0 |
1118 | 2025-01-15T01:43:24.740Z | Downloaded regex-syntax v0.8.5 |
1119 | 2025-01-15T01:43:24.749Z | Downloaded idna v0.2.3 |
1120 | 2025-01-15T01:43:24.757Z | Downloaded chrono-tz v0.10.0 |
1121 | 2025-01-15T01:43:24.763Z | Downloaded tokio v1.40.0 |
1122 | 2025-01-15T01:43:24.800Z | Downloaded idna v0.3.0 |
1123 | 2025-01-15T01:43:24.808Z | Downloaded csv v1.3.0 |
1124 | 2025-01-15T01:43:24.827Z | Downloaded sha3 v0.10.8 |
1125 | 2025-01-15T01:43:24.832Z | Downloaded typify-impl v0.3.0 |
1126 | 2025-01-15T01:43:24.847Z | Downloaded typify-impl v0.2.0 |
1127 | 2025-01-15T01:43:24.863Z | Downloaded proptest v1.5.0 |
1128 | 2025-01-15T01:43:24.871Z | Downloaded ratatui v0.28.1 |
1129 | 2025-01-15T01:43:24.890Z | Downloaded gimli v0.31.1 |
1130 | 2025-01-15T01:43:24.899Z | Downloaded radix_trie v0.2.1 |
1131 | 2025-01-15T01:43:24.903Z | Downloaded regex v1.11.1 |
1132 | 2025-01-15T01:43:24.916Z | Downloaded tokio-rustls v0.26.0 |
1133 | 2025-01-15T01:43:24.918Z | Downloaded miniz_oxide v0.8.0 |
1134 | 2025-01-15T01:43:24.921Z | Downloaded fallible-streaming-iterator v0.1.9 |
1135 | 2025-01-15T01:43:24.922Z | Downloaded utf16_iter v1.0.5 |
1136 | 2025-01-15T01:43:24.924Z | Downloaded flume v0.11.1 |
1137 | 2025-01-15T01:43:24.927Z | Downloaded aws-lc-rs v1.10.0 |
1138 | 2025-01-15T01:43:24.934Z | Downloaded regex-automata v0.4.8 |
1139 | 2025-01-15T01:43:24.949Z | Downloaded petgraph v0.6.5 |
1140 | 2025-01-15T01:43:24.968Z | Downloaded russh-keys v0.45.0 |
1141 | 2025-01-15T01:43:24.970Z | Downloaded tokio-rustls v0.24.1 |
1142 | 2025-01-15T01:43:24.974Z | Downloaded unicode-segmentation v1.12.0 |
1143 | 2025-01-15T01:43:24.977Z | Downloaded either v1.13.0 |
1144 | 2025-01-15T01:43:24.977Z | Downloaded display-error-chain v0.2.2 |
1145 | 2025-01-15T01:43:24.981Z | Downloaded which v4.4.2 |
1146 | 2025-01-15T01:43:24.981Z | Downloaded phf_codegen v0.11.2 |
1147 | 2025-01-15T01:43:24.981Z | Downloaded nu-ansi-term v0.50.1 |
1148 | 2025-01-15T01:43:24.984Z | Downloaded unicode-normalization v0.1.24 |
1149 | 2025-01-15T01:43:24.987Z | Downloaded steno v0.4.1 |
1150 | 2025-01-15T01:43:24.991Z | Downloaded lzma-sys v0.1.20 |
1151 | 2025-01-15T01:43:25.017Z | Downloaded serde_yaml v0.9.34+deprecated |
1152 | 2025-01-15T01:43:25.021Z | Downloaded libz-sys v1.1.20 |
1153 | 2025-01-15T01:43:25.040Z | Downloaded zerocopy-derive v0.8.10 |
1154 | 2025-01-15T01:43:25.045Z | Downloaded slog-async v2.8.0 |
1155 | 2025-01-15T01:43:25.048Z | Downloaded tungstenite v0.24.0 |
1156 | 2025-01-15T01:43:25.051Z | Downloaded tinyvec v1.8.0 |
1157 | 2025-01-15T01:43:25.053Z | Downloaded defmt v0.3.8 |
1158 | 2025-01-15T01:43:25.057Z | Downloaded tokio-tungstenite v0.21.0 |
1159 | 2025-01-15T01:43:25.060Z | Downloaded tokio-stream v0.1.16 |
1160 | 2025-01-15T01:43:25.063Z | Downloaded smallvec v1.13.2 |
1161 | 2025-01-15T01:43:25.065Z | Downloaded serde_repr v0.1.19 |
1162 | 2025-01-15T01:43:25.066Z | Downloaded rfc6979 v0.4.0 |
1163 | 2025-01-15T01:43:25.069Z | Downloaded resolv-conf v0.7.0 |
1164 | 2025-01-15T01:43:25.069Z | Downloaded primeorder v0.13.6 |
1165 | 2025-01-15T01:43:25.072Z | Downloaded icu_normalizer v1.5.0 |
1166 | 2025-01-15T01:43:25.072Z | Downloaded walkdir v2.5.0 |
1167 | 2025-01-15T01:43:25.075Z | Downloaded similar v2.6.0 |
1168 | 2025-01-15T01:43:25.079Z | Downloaded litemap v0.7.3 |
1169 | 2025-01-15T01:43:25.082Z | Downloaded jobserver v0.1.32 |
1170 | 2025-01-15T01:43:25.085Z | Downloaded crossbeam-channel v0.5.13 |
1171 | 2025-01-15T01:43:25.087Z | Downloaded bumpalo v3.16.0 |
1172 | 2025-01-15T01:43:25.090Z | Downloaded internet-checksum v0.2.1 |
1173 | 2025-01-15T01:43:25.090Z | Downloaded hickory-client v0.24.1 |
1174 | 2025-01-15T01:43:25.093Z | Downloaded linked-hash-map v0.5.6 |
1175 | 2025-01-15T01:43:25.096Z | Downloaded keccak v0.1.5 |
1176 | 2025-01-15T01:43:25.096Z | Downloaded instability v0.3.2 |
1177 | 2025-01-15T01:43:25.101Z | Downloaded cc v1.1.30 |
1178 | 2025-01-15T01:43:25.104Z | Downloaded const_format v0.2.33 |
1179 | 2025-01-15T01:43:25.104Z | Downloaded arc-swap v1.7.1 |
1180 | 2025-01-15T01:43:25.107Z | Downloaded castaway v0.2.3 |
1181 | 2025-01-15T01:43:25.110Z | Downloaded crc-any v2.5.0 |
1182 | 2025-01-15T01:43:25.113Z | Downloaded match_cfg v0.1.0 |
1183 | 2025-01-15T01:43:25.211Z | Downloaded encoding_rs v0.8.34 |
1184 | 2025-01-15T01:43:25.284Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1185 | 2025-01-15T01:43:25.565Z | Downloaded ring v0.17.8 |
1186 | 2025-01-15T01:43:25.632Z | Downloaded libsqlite3-sys v0.30.1 |
1187 | 2025-01-15T01:43:25.958Z | Downloaded aws-lc-sys v0.22.0 |
1188 | 2025-01-15T01:43:26.272Z | Compiling serde v1.0.217 |
1189 | 2025-01-15T01:43:26.276Z | Compiling lock_api v0.4.12 |
1190 | 2025-01-15T01:43:26.276Z | Compiling scopeguard v1.2.0 |
1191 | 2025-01-15T01:43:26.434Z | Compiling value-bag v1.9.0 |
1192 | 2025-01-15T01:43:26.437Z | Compiling typenum v1.17.0 |
1193 | 2025-01-15T01:43:26.437Z | Compiling generic-array v0.14.7 |
1194 | 2025-01-15T01:43:26.480Z | Compiling syn v2.0.96 |
1195 | 2025-01-15T01:43:26.496Z | Compiling getrandom v0.2.15 |
1196 | 2025-01-15T01:43:26.673Z | Compiling subtle v2.6.1 |
1197 | 2025-01-15T01:43:26.879Z | Compiling rand_core v0.6.4 |
1198 | 2025-01-15T01:43:26.938Z | Compiling log v0.4.22 |
1199 | 2025-01-15T01:43:27.094Z | Compiling shlex v1.3.0 |
1200 | 2025-01-15T01:43:27.116Z | Compiling jobserver v0.1.32 |
1201 | 2025-01-15T01:43:27.134Z | Compiling const-oid v0.9.6 |
1202 | 2025-01-15T01:43:27.440Z | Compiling smallvec v1.13.2 |
1203 | 2025-01-15T01:43:27.481Z | Compiling spin v0.9.8 |
1204 | 2025-01-15T01:43:27.483Z | Compiling pin-project-lite v0.2.14 |
1205 | 2025-01-15T01:43:27.663Z | Compiling cc v1.1.30 |
1206 | 2025-01-15T01:43:27.713Z | Compiling rustix v0.38.37 |
1207 | 2025-01-15T01:43:27.840Z | Compiling parking_lot_core v0.9.10 |
1208 | 2025-01-15T01:43:27.887Z | Compiling futures-core v0.3.31 |
1209 | 2025-01-15T01:43:28.005Z | Compiling signal-hook-registry v1.4.2 |
1210 | 2025-01-15T01:43:28.151Z | Compiling mio v1.0.2 |
1211 | 2025-01-15T01:43:28.551Z | Compiling aho-corasick v1.1.3 |
1212 | 2025-01-15T01:43:28.710Z | Compiling parking_lot v0.12.3 |
1213 | 2025-01-15T01:43:28.930Z | Compiling regex-syntax v0.8.5 |
1214 | 2025-01-15T01:43:28.972Z | Compiling cpufeatures v0.2.14 |
1215 | 2025-01-15T01:43:29.091Z | Compiling lazy_static v1.5.0 |
1216 | 2025-01-15T01:43:29.183Z | Compiling either v1.13.0 |
1217 | 2025-01-15T01:43:29.229Z | Compiling stable_deref_trait v1.2.0 |
1218 | 2025-01-15T01:43:29.280Z | Compiling glob v0.3.1 |
1219 | 2025-01-15T01:43:29.365Z | Compiling futures-sink v0.3.31 |
1220 | 2025-01-15T01:43:29.532Z | Compiling socket2 v0.5.7 |
1221 | 2025-01-15T01:43:29.584Z | Compiling slab v0.4.9 |
1222 | 2025-01-15T01:43:29.606Z | Compiling prettyplease v0.2.25 |
1223 | 2025-01-15T01:43:29.972Z | Compiling minimal-lexical v0.2.1 |
1224 | 2025-01-15T01:43:30.074Z | Compiling serde_json v1.0.135 |
1225 | 2025-01-15T01:43:30.101Z | Compiling clang-sys v1.8.1 |
1226 | 2025-01-15T01:43:30.455Z | Compiling nom v7.1.3 |
1227 | 2025-01-15T01:43:30.523Z | Compiling libloading v0.8.5 |
1228 | 2025-01-15T01:43:30.799Z | Compiling bindgen v0.69.5 |
1229 | 2025-01-15T01:43:30.896Z | Compiling home v0.5.9 |
1230 | 2025-01-15T01:43:31.174Z | Compiling itertools v0.10.5 |
1231 | 2025-01-15T01:43:31.369Z | Compiling futures-channel v0.3.31 |
1232 | 2025-01-15T01:43:31.693Z | Compiling allocator-api2 v0.2.18 |
1233 | 2025-01-15T01:43:31.784Z | Compiling pin-utils v0.1.0 |
1234 | 2025-01-15T01:43:31.900Z | Compiling futures-io v0.3.31 |
1235 | 2025-01-15T01:43:32.181Z | Compiling foldhash v0.1.3 |
1236 | 2025-01-15T01:43:32.454Z | Compiling futures-task v0.3.31 |
1237 | 2025-01-15T01:43:32.496Z | Compiling libm v0.2.8 |
1238 | 2025-01-15T01:43:32.748Z | Compiling regex-automata v0.4.8 |
1239 | 2025-01-15T01:43:32.827Z | Compiling rustc-hash v1.1.0 |
1240 | 2025-01-15T01:43:32.998Z | Compiling lazycell v1.3.0 |
1241 | 2025-01-15T01:43:33.221Z | Compiling hashbrown v0.15.1 |
1242 | 2025-01-15T01:43:33.383Z | Compiling cmake v0.1.51 |
1243 | 2025-01-15T01:43:33.767Z | Compiling synstructure v0.13.1 |
1244 | 2025-01-15T01:43:34.266Z | Compiling cexpr v0.6.0 |
1245 | 2025-01-15T01:43:34.378Z | Compiling num-traits v0.2.19 |
1246 | 2025-01-15T01:43:34.685Z | Compiling pkg-config v0.3.31 |
1247 | 2025-01-15T01:43:35.185Z | Compiling dunce v1.0.5 |
1248 | 2025-01-15T01:43:35.269Z | Compiling fs_extra v1.3.0 |
1249 | 2025-01-15T01:43:35.353Z | Compiling tinyvec_macros v0.1.1 |
1250 | 2025-01-15T01:43:35.466Z | Compiling tinyvec v1.8.0 |
1251 | 2025-01-15T01:43:36.085Z | Compiling ring v0.17.8 |
1252 | 2025-01-15T01:43:36.122Z | Compiling base64ct v1.6.0 |
1253 | 2025-01-15T01:43:36.605Z | Compiling writeable v0.5.5 |
1254 | 2025-01-15T01:43:36.732Z | Compiling unicode-bidi v0.3.17 |
1255 | 2025-01-15T01:43:36.993Z | Compiling unicode-normalization v0.1.24 |
1256 | 2025-01-15T01:43:37.156Z | Compiling litemap v0.7.3 |
1257 | 2025-01-15T01:43:37.270Z | Compiling paste v1.0.15 |
1258 | 2025-01-15T01:43:37.840Z | Compiling pem-rfc7468 v0.7.0 |
1259 | 2025-01-15T01:43:37.978Z | Compiling flagset v0.4.6 |
1260 | 2025-01-15T01:43:38.081Z | Compiling regex v1.11.1 |
1261 | 2025-01-15T01:43:38.212Z | Compiling aws-lc-rs v1.10.0 |
1262 | 2025-01-15T01:43:38.500Z | Compiling httparse v1.9.5 |
1263 | 2025-01-15T01:43:38.749Z | Compiling tracing-core v0.1.32 |
1264 | 2025-01-15T01:43:39.049Z | Compiling icu_locid_transform_data v1.5.0 |
1265 | 2025-01-15T01:43:39.173Z | Compiling crossbeam-utils v0.8.20 |
1266 | 2025-01-15T01:43:39.288Z | Compiling rustls-pki-types v1.10.0 |
1267 | 2025-01-15T01:43:39.352Z | Compiling serde_derive v1.0.217 |
1268 | 2025-01-15T01:43:39.693Z | Compiling zeroize_derive v1.4.2 |
1269 | 2025-01-15T01:43:39.722Z | Compiling zerocopy-derive v0.7.35 |
1270 | 2025-01-15T01:43:39.929Z | Compiling tokio-macros v2.4.0 |
1271 | 2025-01-15T01:43:40.295Z | Compiling zerofrom-derive v0.1.4 |
1272 | 2025-01-15T01:43:41.187Z | Compiling zeroize v1.8.1 |
1273 | 2025-01-15T01:43:41.534Z | Compiling thiserror-impl v1.0.69 |
1274 | 2025-01-15T01:43:41.537Z | Compiling yoke-derive v0.7.4 |
1275 | 2025-01-15T01:43:41.754Z | Compiling zerocopy v0.7.35 |
1276 | 2025-01-15T01:43:42.710Z | Compiling crypto-common v0.1.6 |
1277 | 2025-01-15T01:43:42.984Z | Compiling block-buffer v0.10.4 |
1278 | 2025-01-15T01:43:43.067Z | Compiling futures-macro v0.3.31 |
1279 | 2025-01-15T01:43:43.088Z | Compiling zerovec-derive v0.10.3 |
1280 | 2025-01-15T01:43:43.275Z | Compiling digest v0.10.7 |
1281 | 2025-01-15T01:43:43.769Z | Compiling hmac v0.12.1 |
1282 | 2025-01-15T01:43:43.824Z | Compiling block-padding v0.3.3 |
1283 | 2025-01-15T01:43:43.892Z | Compiling zerofrom v0.1.4 |
1284 | 2025-01-15T01:43:44.028Z | Compiling displaydoc v0.2.5 |
1285 | 2025-01-15T01:43:44.079Z | Compiling inout v0.1.3 |
1286 | 2025-01-15T01:43:44.118Z | Compiling sha2 v0.10.8 |
1287 | 2025-01-15T01:43:44.206Z | Compiling yoke v0.7.4 |
1288 | 2025-01-15T01:43:44.353Z | Compiling cipher v0.4.4 |
1289 | 2025-01-15T01:43:44.444Z | Compiling thiserror v1.0.69 |
1290 | 2025-01-15T01:43:44.584Z | Compiling ppv-lite86 v0.2.20 |
1291 | 2025-01-15T01:43:44.607Z | Compiling der_derive v0.7.3 |
1292 | 2025-01-15T01:43:44.873Z | Compiling icu_provider_macros v1.5.0 |
1293 | 2025-01-15T01:43:44.922Z | Compiling futures-util v0.3.31 |
1294 | 2025-01-15T01:43:45.391Z | Compiling rand_chacha v0.3.1 |
1295 | 2025-01-15T01:43:45.658Z | Compiling tracing-attributes v0.1.27 |
1296 | 2025-01-15T01:43:45.700Z | Compiling zerovec v0.10.4 |
1297 | 2025-01-15T01:43:45.964Z | Compiling percent-encoding v2.3.1 |
1298 | 2025-01-15T01:43:46.313Z | Compiling rand v0.8.5 |
1299 | 2025-01-15T01:43:47.004Z | Compiling der v0.7.9 |
1300 | 2025-01-15T01:43:47.773Z | Compiling tinystr v0.7.6 |
1301 | 2025-01-15T01:43:47.795Z | Compiling icu_collections v1.5.0 |
1302 | 2025-01-15T01:43:47.798Z | Compiling salsa20 v0.10.2 |
1303 | 2025-01-15T01:43:48.054Z | Compiling pest v2.7.14 |
1304 | 2025-01-15T01:43:48.186Z | Compiling icu_locid v1.5.0 |
1305 | 2025-01-15T01:43:48.325Z | Compiling pbkdf2 v0.12.2 |
1306 | 2025-01-15T01:43:49.039Z | Compiling tracing v0.1.40 |
1307 | 2025-01-15T01:43:49.129Z | Compiling spki v0.7.3 |
1308 | 2025-01-15T01:43:49.247Z | Compiling icu_provider v1.5.0 |
1309 | 2025-01-15T01:43:49.513Z | Compiling vcpkg v0.2.15 |
1310 | 2025-01-15T01:43:49.535Z | Compiling untrusted v0.9.0 |
1311 | 2025-01-15T01:43:49.744Z | Compiling untrusted v0.7.1 |
1312 | 2025-01-15T01:43:49.961Z | Compiling icu_locid_transform v1.5.0 |
1313 | 2025-01-15T01:43:50.091Z | Compiling powerfmt v0.2.0 |
1314 | 2025-01-15T01:43:50.201Z | Compiling mirai-annotations v1.12.0 |
1315 | 2025-01-15T01:43:50.270Z | Compiling time-core v0.1.2 |
1316 | 2025-01-15T01:43:50.381Z | Compiling num-conv v0.1.0 |
1317 | 2025-01-15T01:43:50.407Z | Compiling icu_properties_data v1.5.0 |
1318 | 2025-01-15T01:43:50.468Z | Compiling deranged v0.3.11 |
1319 | 2025-01-15T01:43:50.689Z | Compiling time-macros v0.2.18 |
1320 | 2025-01-15T01:43:51.148Z | Compiling pest_meta v2.7.14 |
1321 | 2025-01-15T01:43:51.387Z | Compiling openssl-sys v0.9.103 |
1322 | 2025-01-15T01:43:51.834Z | Compiling icu_properties v1.5.1 |
1323 | 2025-01-15T01:43:51.940Z | Compiling scrypt v0.11.0 |
1324 | 2025-01-15T01:43:52.334Z | Compiling bitflags v2.6.0 |
1325 | 2025-01-15T01:43:52.367Z | Compiling bytes v1.9.0 |
1326 | 2025-01-15T01:43:52.463Z | Compiling indexmap v2.7.0 |
1327 | 2025-01-15T01:43:53.569Z | Compiling tokio v1.40.0 |
1328 | 2025-01-15T01:43:53.803Z | Compiling http v1.2.0 |
1329 | 2025-01-15T01:43:53.824Z | Compiling semver v1.0.24 |
1330 | 2025-01-15T01:43:53.956Z | Compiling cbc v0.1.2 |
1331 | 2025-01-15T01:43:54.204Z | Compiling aes v0.8.4 |
1332 | 2025-01-15T01:43:54.530Z | Compiling rustc_version v0.4.1 |
1333 | 2025-01-15T01:43:55.297Z | Compiling scroll_derive v0.12.0 |
1334 | 2025-01-15T01:43:55.319Z | Compiling num_threads v0.1.7 |
1335 | 2025-01-15T01:43:55.479Z | Compiling utf16_iter v1.0.5 |
1336 | 2025-01-15T01:43:55.660Z | Compiling write16 v1.0.0 |
1337 | 2025-01-15T01:43:55.721Z | Compiling atomic-waker v1.1.2 |
1338 | 2025-01-15T01:43:55.833Z | Compiling utf8_iter v1.0.4 |
1339 | 2025-01-15T01:43:55.940Z | Compiling icu_normalizer_data v1.5.0 |
1340 | 2025-01-15T01:43:56.054Z | Compiling icu_normalizer v1.5.0 |
1341 | 2025-01-15T01:43:56.073Z | Compiling time v0.3.36 |
1342 | 2025-01-15T01:43:56.097Z | Compiling http-body v1.0.1 |
1343 | 2025-01-15T01:43:56.346Z | Compiling pkcs5 v0.7.1 |
1344 | 2025-01-15T01:43:56.449Z | Compiling which v4.4.2 |
1345 | 2025-01-15T01:43:56.736Z | Compiling scroll v0.12.0 |
1346 | 2025-01-15T01:43:57.038Z | Compiling pest_generator v2.7.14 |
1347 | 2025-01-15T01:43:57.397Z | Compiling form_urlencoded v1.2.1 |
1348 | 2025-01-15T01:43:57.480Z | Compiling try-lock v0.2.5 |
1349 | 2025-01-15T01:43:57.511Z | Compiling slog v2.7.0 |
1350 | 2025-01-15T01:43:57.665Z | Compiling want v0.3.1 |
1351 | 2025-01-15T01:43:57.736Z | Compiling goblin v0.8.2 |
1352 | 2025-01-15T01:43:57.879Z | Compiling pkcs8 v0.10.2 |
1353 | 2025-01-15T01:43:57.977Z | Compiling idna_adapter v1.2.0 |
1354 | 2025-01-15T01:43:58.103Z | Compiling uuid v1.11.0 |
1355 | 2025-01-15T01:43:58.224Z | Compiling iana-time-zone v0.1.61 |
1356 | 2025-01-15T01:43:58.551Z | Compiling httpdate v1.0.3 |
1357 | 2025-01-15T01:43:58.624Z | Compiling chrono v0.4.38 |
1358 | 2025-01-15T01:43:58.932Z | Compiling pest_derive v2.7.14 |
1359 | 2025-01-15T01:43:59.013Z | Compiling idna v1.0.3 |
1360 | 2025-01-15T01:43:59.748Z | Compiling dtrace-parser v0.2.0 |
1361 | 2025-01-15T01:44:00.307Z | Compiling toml_datetime v0.6.8 |
1362 | 2025-01-15T01:44:00.700Z | Compiling serde_spanned v0.6.8 |
1363 | 2025-01-15T01:44:00.766Z | Compiling serde_tokenstream v0.2.2 |
1364 | 2025-01-15T01:44:00.811Z | Compiling rustversion v1.0.17 |
1365 | 2025-01-15T01:44:00.935Z | Compiling base64 v0.22.1 |
1366 | 2025-01-15T01:44:01.368Z | Compiling adler2 v2.0.0 |
1367 | 2025-01-15T01:44:01.495Z | Compiling tokio-util v0.7.12 |
1368 | 2025-01-15T01:44:01.599Z | Compiling match_cfg v0.1.0 |
1369 | 2025-01-15T01:44:01.631Z | Compiling foreign-types-shared v0.1.1 |
1370 | 2025-01-15T01:44:01.688Z | Compiling openssl v0.10.66 |
1371 | 2025-01-15T01:44:01.718Z | Compiling tower-service v0.3.3 |
1372 | 2025-01-15T01:44:01.772Z | Compiling foreign-types v0.3.2 |
1373 | 2025-01-15T01:44:01.873Z | Compiling hostname v0.3.1 |
1374 | 2025-01-15T01:44:01.894Z | Compiling miniz_oxide v0.8.0 |
1375 | 2025-01-15T01:44:02.152Z | Compiling url v2.5.3 |
1376 | 2025-01-15T01:44:02.195Z | Compiling openssl-macros v0.1.1 |
1377 | 2025-01-15T01:44:02.777Z | Compiling h2 v0.4.6 |
1378 | 2025-01-15T01:44:02.951Z | Compiling async-trait v0.1.83 |
1379 | 2025-01-15T01:44:03.326Z | Compiling serde_derive_internals v0.29.1 |
1380 | 2025-01-15T01:44:03.464Z | Compiling dof v0.3.0 |
1381 | 2025-01-15T01:44:03.990Z | Compiling dirs-sys-next v0.1.2 |
1382 | 2025-01-15T01:44:04.581Z | Compiling usdt-impl v0.5.0 |
1383 | 2025-01-15T01:44:05.402Z | Compiling schemars v0.8.21 |
1384 | 2025-01-15T01:44:05.426Z | Compiling native-tls v0.2.12 |
1385 | 2025-01-15T01:44:05.729Z | Compiling syn v1.0.109 |
1386 | 2025-01-15T01:44:05.750Z | Compiling rustls v0.23.19 |
1387 | 2025-01-15T01:44:05.778Z | Compiling rustls v0.22.4 |
1388 | 2025-01-15T01:44:06.036Z | Compiling data-encoding v2.6.0 |
1389 | 2025-01-15T01:44:06.057Z | Compiling siphasher v0.3.11 |
1390 | 2025-01-15T01:44:06.169Z | Compiling schemars_derive v0.8.21 |
1391 | 2025-01-15T01:44:06.401Z | Compiling dirs-next v2.0.0 |
1392 | 2025-01-15T01:44:06.986Z | Compiling http-body-util v0.1.2 |
1393 | 2025-01-15T01:44:07.096Z | Compiling heapless v0.7.17 |
1394 | 2025-01-15T01:44:07.500Z | Compiling crossbeam-epoch v0.9.18 |
1395 | 2025-01-15T01:44:07.545Z | Compiling sha1 v0.10.6 |
1396 | 2025-01-15T01:44:07.859Z | Compiling signature v2.2.0 |
1397 | 2025-01-15T01:44:08.001Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1398 | 2025-01-15T01:44:08.094Z | Compiling thread_local v1.1.8 |
1399 | 2025-01-15T01:44:08.160Z | Compiling encoding_rs v0.8.34 |
1400 | 2025-01-15T01:44:08.209Z | Compiling multer v3.1.0 |
1401 | 2025-01-15T01:44:08.481Z | Compiling cookie v0.18.1 |
1402 | 2025-01-15T01:44:08.509Z | Compiling ipnet v2.10.1 |
1403 | 2025-01-15T01:44:08.597Z | Compiling dyn-clone v1.0.17 |
1404 | 2025-01-15T01:44:08.787Z | Compiling rayon-core v1.12.1 |
1405 | 2025-01-15T01:44:08.838Z | Compiling signal-hook v0.3.17 |
1406 | 2025-01-15T01:44:09.092Z | Compiling slog-async v2.8.0 |
1407 | 2025-01-15T01:44:09.112Z | Compiling mime v0.3.17 |
1408 | 2025-01-15T01:44:09.238Z | Compiling unicode-properties v0.1.3 |
1409 | 2025-01-15T01:44:09.572Z | Compiling openssl-probe v0.1.5 |
1410 | 2025-01-15T01:44:09.599Z | Compiling gimli v0.31.1 |
1411 | 2025-01-15T01:44:09.645Z | Compiling hyper v1.5.0 |
1412 | 2025-01-15T01:44:09.679Z | Compiling stringprep v0.1.5 |
1413 | 2025-01-15T01:44:10.978Z | Compiling toml_edit v0.22.22 |
1414 | 2025-01-15T01:44:12.394Z | Compiling hyper-util v0.1.10 |
1415 | 2025-01-15T01:44:13.433Z | Compiling crossbeam-deque v0.8.5 |
1416 | 2025-01-15T01:44:13.555Z | Compiling usdt-macro v0.5.0 |
1417 | 2025-01-15T01:44:13.790Z | Compiling addr2line v0.24.2 |
1418 | 2025-01-15T01:44:14.115Z | Compiling usdt-attr-macro v0.5.0 |
1419 | 2025-01-15T01:44:14.388Z | Compiling term v0.7.0 |
1420 | 2025-01-15T01:44:14.914Z | Compiling slog-json v2.6.1 |
1421 | 2025-01-15T01:44:15.032Z | Compiling serde_urlencoded v0.7.1 |
1422 | 2025-01-15T01:44:15.312Z | Compiling curve25519-dalek v4.1.3 |
1423 | 2025-01-15T01:44:15.315Z | Compiling crossbeam-channel v0.5.13 |
1424 | 2025-01-15T01:44:15.567Z | Compiling futures-executor v0.3.31 |
1425 | 2025-01-15T01:44:15.637Z | Compiling enum-as-inner v0.6.1 |
1426 | 2025-01-15T01:44:15.731Z | Compiling md-5 v0.10.6 |
1427 | 2025-01-15T01:44:16.016Z | Compiling rustls-pemfile v2.2.0 |
1428 | 2025-01-15T01:44:16.036Z | Compiling async-stream-impl v0.3.6 |
1429 | 2025-01-15T01:44:16.089Z | Compiling num-integer v0.1.46 |
1430 | 2025-01-15T01:44:16.341Z | Compiling idna v0.4.0 |
1431 | 2025-01-15T01:44:16.367Z | Compiling idna v0.3.0 |
1432 | 2025-01-15T01:44:16.685Z | Compiling hash32 v0.2.1 |
1433 | 2025-01-15T01:44:16.863Z | Compiling ff v0.13.0 |
1434 | 2025-01-15T01:44:17.062Z | Compiling is-terminal v0.4.13 |
1435 | 2025-01-15T01:44:17.116Z | Compiling object v0.36.5 |
1436 | 2025-01-15T01:44:17.224Z | Compiling dropshot v0.12.0 |
1437 | 2025-01-15T01:44:17.306Z | Compiling take_mut v0.2.2 |
1438 | 2025-01-15T01:44:17.495Z | Compiling base16ct v0.2.0 |
1439 | 2025-01-15T01:44:17.534Z | Compiling rustc-demangle v0.1.24 |
1440 | 2025-01-15T01:44:17.851Z | Compiling psl-types v2.0.11 |
1441 | 2025-01-15T01:44:17.875Z | Compiling fallible-iterator v0.2.0 |
1442 | 2025-01-15T01:44:17.979Z | Compiling anyhow v1.0.93 |
1443 | 2025-01-15T01:44:18.072Z | Compiling portable-atomic v1.9.0 |
1444 | 2025-01-15T01:44:18.234Z | Compiling linked-hash-map v0.5.6 |
1445 | 2025-01-15T01:44:18.495Z | Compiling utf-8 v0.7.6 |
1446 | 2025-01-15T01:44:18.534Z | Compiling quick-error v1.2.3 |
1447 | 2025-01-15T01:44:18.582Z | Compiling smoltcp v0.9.1 |
1448 | 2025-01-15T01:44:18.603Z | Compiling num-bigint-dig v0.8.4 |
1449 | 2025-01-15T01:44:18.709Z | Compiling resolv-conf v0.7.0 |
1450 | 2025-01-15T01:44:18.837Z | Compiling tungstenite v0.24.0 |
1451 | 2025-01-15T01:44:19.121Z | Compiling lru-cache v0.1.2 |
1452 | 2025-01-15T01:44:19.265Z | Compiling postgres-protocol v0.6.7 |
1453 | 2025-01-15T01:44:19.316Z | Compiling publicsuffix v2.2.3 |
1454 | 2025-01-15T01:44:19.374Z | Compiling sec1 v0.7.3 |
1455 | 2025-01-15T01:44:19.589Z | Compiling async-stream v0.3.6 |
1456 | 2025-01-15T01:44:19.902Z | Compiling hickory-proto v0.24.1 |
1457 | 2025-01-15T01:44:19.942Z | Compiling slog-term v2.9.1 |
1458 | 2025-01-15T01:44:20.537Z | Compiling group v0.13.0 |
1459 | 2025-01-15T01:44:20.665Z | Compiling usdt v0.5.0 |
1460 | 2025-01-15T01:44:20.896Z | Compiling num-iter v0.1.45 |
1461 | 2025-01-15T01:44:21.152Z | Compiling futures v0.3.31 |
1462 | 2025-01-15T01:44:21.174Z | Compiling slog-bunyan v2.5.0 |
1463 | 2025-01-15T01:44:21.287Z | Compiling toml v0.8.19 |
1464 | 2025-01-15T01:44:21.898Z | Compiling tokio-native-tls v0.3.1 |
1465 | 2025-01-15T01:44:22.203Z | Compiling camino v1.1.9 |
1466 | 2025-01-15T01:44:22.977Z | Compiling phf_shared v0.11.2 |
1467 | 2025-01-15T01:44:23.096Z | Compiling dropshot_endpoint v0.12.0 |
1468 | 2025-01-15T01:44:23.355Z | Compiling terminal_size v0.4.0 |
1469 | 2025-01-15T01:44:23.490Z | Compiling backtrace v0.3.74 |
1470 | 2025-01-15T01:44:23.600Z | Compiling waitgroup v0.1.2 |
1471 | 2025-01-15T01:44:23.716Z | Compiling openapiv3 v2.0.0 |
1472 | 2025-01-15T01:44:23.844Z | Compiling serde_path_to_error v0.1.16 |
1473 | 2025-01-15T01:44:24.007Z | Compiling hkdf v0.12.4 |
1474 | 2025-01-15T01:44:24.296Z | Compiling crypto-bigint v0.5.5 |
1475 | 2025-01-15T01:44:24.616Z | Compiling webpki-roots v0.26.6 |
1476 | 2025-01-15T01:44:24.857Z | Compiling zerocopy-derive v0.6.6 |
1477 | 2025-01-15T01:44:26.559Z | Compiling curve25519-dalek-derive v0.1.1 |
1478 | 2025-01-15T01:44:26.873Z | Compiling idna v0.5.0 |
1479 | 2025-01-15T01:44:26.985Z | Compiling hubpack_derive v0.1.1 |
1480 | 2025-01-15T01:44:27.415Z | Compiling hostname v0.4.0 |
1481 | 2025-01-15T01:44:27.653Z | Compiling crc32fast v1.4.2 |
1482 | 2025-01-15T01:44:27.731Z | Compiling fs-err v2.11.0 |
1483 | 2025-01-15T01:44:27.864Z | Compiling ahash v0.8.11 |
1484 | 2025-01-15T01:44:27.950Z | Compiling managed v0.8.0 |
1485 | 2025-01-15T01:44:28.003Z | Compiling bitflags v1.3.2 |
1486 | 2025-01-15T01:44:28.045Z | Compiling debug-ignore v1.0.5 |
1487 | 2025-01-15T01:44:28.121Z | Compiling newtype-uuid v1.1.3 |
1488 | 2025-01-15T01:44:28.203Z | Compiling winnow v0.5.40 |
1489 | 2025-01-15T01:44:28.227Z | Compiling console v0.15.8 |
1490 | 2025-01-15T01:44:28.461Z | Compiling clap_builder v4.5.21 |
1491 | 2025-01-15T01:44:28.681Z | Compiling strum_macros v0.25.3 |
1492 | 2025-01-15T01:44:29.595Z | Compiling flate2 v1.0.34 |
1493 | 2025-01-15T01:44:30.357Z | Compiling hubpack v0.1.2 |
1494 | 2025-01-15T01:44:30.403Z | Compiling cookie_store v0.21.0 |
1495 | 2025-01-15T01:44:30.550Z | Compiling elliptic-curve v0.13.8 |
1496 | 2025-01-15T01:44:30.799Z | Compiling zerocopy v0.6.6 |
1497 | 2025-01-15T01:44:31.397Z | Compiling hickory-resolver v0.24.1 |
1498 | 2025-01-15T01:44:31.551Z | Compiling toml_edit v0.19.15 |
1499 | 2025-01-15T01:44:31.849Z | Compiling phf v0.11.2 |
1500 | 2025-01-15T01:44:32.150Z | Compiling signal-hook-mio v0.2.4 |
1501 | 2025-01-15T01:44:32.371Z | Compiling rayon v1.10.0 |
1502 | 2025-01-15T01:44:32.472Z | Compiling hyper-tls v0.6.0 |
1503 | 2025-01-15T01:44:32.565Z | Compiling bzip2 v0.4.4 |
1504 | 2025-01-15T01:44:32.960Z | Compiling postgres-types v0.2.8 |
1505 | 2025-01-15T01:44:34.290Z | Compiling tokio-tungstenite v0.24.0 |
1506 | 2025-01-15T01:44:36.168Z | Compiling ed25519 v2.2.3 |
1507 | 2025-01-15T01:44:36.670Z | Compiling phf_shared v0.10.0 |
1508 | 2025-01-15T01:44:36.736Z | Compiling tokio-stream v0.1.16 |
1509 | 2025-01-15T01:44:37.051Z | Compiling pkcs1 v0.7.5 |
1510 | 2025-01-15T01:44:37.253Z | Compiling serde-big-array v0.5.1 |
1511 | 2025-01-15T01:44:37.384Z | Compiling clap_derive v4.5.18 |
1512 | 2025-01-15T01:44:37.518Z | Compiling rfc6979 v0.4.0 |
1513 | 2025-01-15T01:44:37.685Z | Compiling serde_repr v0.1.19 |
1514 | 2025-01-15T01:44:37.742Z | Compiling derive-where v1.2.7 |
1515 | 2025-01-15T01:44:37.956Z | Compiling float-cmp v0.9.0 |
1516 | 2025-01-15T01:44:38.030Z | Compiling bstr v1.10.0 |
1517 | 2025-01-15T01:44:38.193Z | Compiling sync_wrapper v1.0.1 |
1518 | 2025-01-15T01:44:38.380Z | Compiling unicode-segmentation v1.12.0 |
1519 | 2025-01-15T01:44:38.822Z | Compiling unicode-width v0.2.0 |
1520 | 2025-01-15T01:44:38.927Z | Compiling fixedbitset v0.4.2 |
1521 | 2025-01-15T01:44:39.245Z | Compiling bit-vec v0.6.3 |
1522 | 2025-01-15T01:44:39.390Z | Compiling difflib v0.4.0 |
1523 | 2025-01-15T01:44:39.407Z | Compiling normalize-line-endings v0.3.0 |
1524 | 2025-01-15T01:44:39.567Z | Compiling predicates-core v1.0.8 |
1525 | 2025-01-15T01:44:39.639Z | Compiling whoami v1.5.2 |
1526 | 2025-01-15T01:44:39.675Z | Compiling new_debug_unreachable v1.0.6 |
1527 | 2025-01-15T01:44:39.794Z | Compiling number_prefix v0.4.0 |
1528 | 2025-01-15T01:44:39.925Z | Compiling precomputed-hash v0.1.1 |
1529 | 2025-01-15T01:44:40.041Z | Compiling static_assertions v1.1.0 |
1530 | 2025-01-15T01:44:40.070Z | Compiling string_cache v0.8.7 |
1531 | 2025-01-15T01:44:40.163Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1532 | 2025-01-15T01:44:40.249Z | Compiling tokio-postgres v0.7.12 |
1533 | 2025-01-15T01:44:40.568Z | Compiling indicatif v0.17.9 |
1534 | 2025-01-15T01:44:40.806Z | Compiling predicates v3.1.2 |
1535 | 2025-01-15T01:44:41.020Z | Compiling bit-set v0.5.3 |
1536 | 2025-01-15T01:44:41.317Z | Compiling petgraph v0.6.5 |
1537 | 2025-01-15T01:44:41.922Z | Compiling clap v4.5.21 |
1538 | 2025-01-15T01:44:42.067Z | Compiling similar v2.6.0 |
1539 | 2025-01-15T01:44:42.273Z | Compiling ecdsa v0.16.9 |
1540 | 2025-01-15T01:44:42.594Z | Compiling rsa v0.9.6 |
1541 | 2025-01-15T01:44:43.105Z | Compiling ed25519-dalek v2.1.1 |
1542 | 2025-01-15T01:44:44.233Z | Compiling toml v0.7.8 |
1543 | 2025-01-15T01:44:44.422Z | Compiling zip v0.6.6 |
1544 | 2025-01-15T01:44:45.001Z | Compiling crossterm v0.28.1 |
1545 | 2025-01-15T01:44:46.182Z | Compiling hex v0.4.3 |
1546 | 2025-01-15T01:44:46.387Z | Compiling x509-cert v0.2.5 |
1547 | 2025-01-15T01:44:46.593Z | Compiling peg-runtime v0.8.3 |
1548 | 2025-01-15T01:44:46.596Z | Compiling lalrpop-util v0.19.12 |
1549 | 2025-01-15T01:44:46.771Z | Compiling unicode-xid v0.2.6 |
1550 | 2025-01-15T01:44:46.963Z | Compiling strum_macros v0.26.4 |
1551 | 2025-01-15T01:44:46.968Z | Compiling xattr v1.3.1 |
1552 | 2025-01-15T01:44:46.996Z | Compiling filetime v0.2.25 |
1553 | 2025-01-15T01:44:47.240Z | Compiling tar v0.4.42 |
1554 | 2025-01-15T01:44:51.751Z | Compiling strum v0.26.3 |
1555 | 2025-01-15T01:44:54.863Z | Compiling aws-lc-sys v0.22.0 |
1556 | 2025-01-15T01:45:22.850Z | Compiling rustls-webpki v0.102.8 |
1557 | 2025-01-15T01:45:26.077Z | Compiling tokio-rustls v0.25.0 |
1558 | 2025-01-15T01:45:27.687Z | Compiling tokio-rustls v0.26.0 |
1559 | 2025-01-15T01:45:27.964Z | Compiling hyper-rustls v0.27.3 |
1560 | 2025-01-15T01:45:28.284Z | Compiling reqwest v0.12.9 |
1561 | 2025-01-15T01:45:29.792Z | Compiling qorb v0.2.1 |
1562 | 2025-01-15T01:45:32.903Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1563 | 2025-01-15T01:45:33.160Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1564 | 2025-01-15T01:45:37.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 15s |
1565 | 2025-01-15T01:45:37.888Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1566 | 2025-01-15T01:45:37.940Z | Jan 15 01:45:37.558 INFO Starting download, target: Console |
1567 | 2025-01-15T01:45:37.940Z | Jan 15 01:45:37.559 INFO Starting download, target: Clickhouse |
1568 | 2025-01-15T01:45:37.940Z | Jan 15 01:45:37.559 INFO Starting download, target: DendriteOpenapi |
1569 | 2025-01-15T01:45:37.944Z | Jan 15 01:45:37.559 INFO Starting download, target: Cockroach |
1570 | 2025-01-15T01:45:37.944Z | Jan 15 01:45:37.559 INFO Starting download, target: DendriteStub |
1571 | 2025-01-15T01:45:37.944Z | Jan 15 01:45:37.559 INFO Starting download, target: MaghemiteMgd |
1572 | 2025-01-15T01:45:37.944Z | Jan 15 01:45:37.559 INFO Starting download, target: TransceiverControl |
1573 | 2025-01-15T01:45:37.944Z | Jan 15 01:45:37.559 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1574 | 2025-01-15T01:45:37.944Z | Jan 15 01:45:37.559 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1575 | 2025-01-15T01:45:37.944Z | Jan 15 01:45:37.559 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1576 | 2025-01-15T01:45:37.944Z | Jan 15 01:45:37.559 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1577 | 2025-01-15T01:45:37.944Z | Jan 15 01:45:37.560 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1578 | 2025-01-15T01:45:37.944Z | Jan 15 01:45:37.560 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1579 | 2025-01-15T01:45:37.944Z | Jan 15 01:45:37.560 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1580 | 2025-01-15T01:45:38.087Z | Jan 15 01:45:37.698 INFO Download complete, target: DendriteOpenapi |
1581 | 2025-01-15T01:45:38.317Z | Jan 15 01:45:37.930 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1582 | 2025-01-15T01:45:38.422Z | Jan 15 01:45:38.037 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1583 | 2025-01-15T01:45:38.758Z | Jan 15 01:45:38.366 INFO Download complete, target: Console |
1584 | 2025-01-15T01:45:38.899Z | Jan 15 01:45:38.503 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1585 | 2025-01-15T01:45:39.092Z | Jan 15 01:45:38.642 INFO Download complete, target: TransceiverControl |
1586 | 2025-01-15T01:45:39.168Z | Jan 15 01:45:38.655 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1587 | 2025-01-15T01:45:40.128Z | Jan 15 01:45:39.746 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1588 | 2025-01-15T01:45:40.362Z | Jan 15 01:45:39.980 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1589 | 2025-01-15T01:45:40.363Z | Jan 15 01:45:39.980 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1590 | 2025-01-15T01:45:41.773Z | Jan 15 01:45:41.391 INFO Download complete, target: DendriteStub |
1591 | 2025-01-15T01:45:41.991Z | Jan 15 01:45:41.609 INFO Download complete, target: MaghemiteMgd |
1592 | 2025-01-15T01:45:47.716Z | Jan 15 01:45:47.331 INFO Checking that binary works, target: Cockroach |
1593 | 2025-01-15T01:45:47.876Z | Jan 15 01:45:47.492 INFO Download complete, target: Cockroach |
1594 | 2025-01-15T01:45:52.445Z | Jan 15 01:45:52.060 INFO Checking that binary works, target: Clickhouse |
1595 | 2025-01-15T01:45:52.612Z | Jan 15 01:45:52.226 INFO Download complete, target: Clickhouse |
1596 | 2025-01-15T01:45:52.633Z | All builder prerequisites installed successfully, and PATH looks valid |
1597 | 2025-01-15T01:45:52.636Z | |
1598 | 2025-01-15T01:45:52.636Z | real 5:19.705274059 |
1599 | 2025-01-15T01:45:52.636Z | user 15:51.511339124 |
1600 | 2025-01-15T01:45:52.636Z | sys 2:08.322987529 |
1601 | 2025-01-15T01:45:52.636Z | trap 0.585591127 |
1602 | 2025-01-15T01:45:52.636Z | tflt 1.601409869 |
1603 | 2025-01-15T01:45:52.636Z | dflt 1.794885075 |
1604 | 2025-01-15T01:45:52.636Z | kflt 0.029716833 |
1605 | 2025-01-15T01:45:52.636Z | lock 25:28.485397834 |
1606 | 2025-01-15T01:45:52.636Z | slp 56:21.673629849 |
1607 | 2025-01-15T01:45:52.636Z | lat 1:02.318379007 |
1608 | 2025-01-15T01:45:52.636Z | stop 2:28.683521737 |
1609 | 2025-01-15T01:45:52.636Z | + banner hack-check |
1610 | 2025-01-15T01:45:52.640Z | |
1611 | 2025-01-15T01:45:52.640Z | # # ## #### # # #### # # ###### #### # # |
1612 | 2025-01-15T01:45:52.640Z | # # # # # # # # # # # # # # # # # |
1613 | 2025-01-15T01:45:52.640Z | ###### # # # #### ##### # ###### ##### # #### |
1614 | 2025-01-15T01:45:52.640Z | # # ###### # # # # # # # # # # |
1615 | 2025-01-15T01:45:52.640Z | # # # # # # # # # # # # # # # # # |
1616 | 2025-01-15T01:45:52.640Z | # # # # #### # # #### # # ###### #### # # |
1617 | 2025-01-15T01:45:52.640Z | |
1618 | 2025-01-15T01:45:52.640Z | + export CARGO_INCREMENTAL=0 |
1619 | 2025-01-15T01:45:52.640Z | + CARGO_INCREMENTAL=0 |
1620 | 2025-01-15T01:45:52.640Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1621 | 2025-01-15T01:45:53.174Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1622 | 2025-01-15T01:45:56.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
1623 | 2025-01-15T01:45:56.151Z | Running `target/debug/xtask check-features --ci` |
1624 | 2025-01-15T01:45:56.175Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1625 | 2025-01-15T01:45:56.175Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1626 | 2025-01-15T01:45:56.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1627 | 2025-01-15T01:45:56.636Z | Running `target/debug/xtask download cargo-hack` |
1628 | 2025-01-15T01:45:57.442Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1629 | 2025-01-15T01:45:57.834Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1630 | 2025-01-15T01:46:01.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.96s |
1631 | 2025-01-15T01:46:01.782Z | Running `target/debug/xtask-downloader cargo-hack` |
1632 | 2025-01-15T01:46:01.822Z | Jan 15 01:46:01.432 INFO Starting download, target: CargoHack |
1633 | 2025-01-15T01:46:01.825Z | Jan 15 01:46:01.433 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1634 | 2025-01-15T01:46:02.487Z | Jan 15 01:46:02.099 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1635 | 2025-01-15T01:46:02.575Z | Jan 15 01:46:02.187 INFO Download complete, target: CargoHack |
1636 | 2025-01-15T01:46:02.579Z | running: "/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1637 | 2025-01-15T01:46:02.598Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1638 | 2025-01-15T01:46:02.782Z | info: running `cargo check --bins` on api_identity (1/176) |
1639 | 2025-01-15T01:46:03.323Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1640 | 2025-01-15T01:46:03.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1641 | 2025-01-15T01:46:03.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1642 | 2025-01-15T01:46:03.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1643 | 2025-01-15T01:46:03.395Z | |
1644 | 2025-01-15T01:46:03.395Z | info: running `cargo check --bins` on bootstore (2/176) |
1645 | 2025-01-15T01:46:03.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1646 | 2025-01-15T01:46:03.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1647 | 2025-01-15T01:46:03.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1648 | 2025-01-15T01:46:03.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1649 | 2025-01-15T01:46:04.039Z | |
1650 | 2025-01-15T01:46:04.039Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/176) |
1651 | 2025-01-15T01:46:04.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1652 | 2025-01-15T01:46:04.590Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1653 | 2025-01-15T01:46:04.590Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1654 | 2025-01-15T01:46:04.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1655 | 2025-01-15T01:46:04.662Z | |
1656 | 2025-01-15T01:46:04.662Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/176) |
1657 | 2025-01-15T01:46:05.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1658 | 2025-01-15T01:46:05.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1659 | 2025-01-15T01:46:05.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1660 | 2025-01-15T01:46:05.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1661 | 2025-01-15T01:46:05.296Z | |
1662 | 2025-01-15T01:46:05.296Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/176) |
1663 | 2025-01-15T01:46:05.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1664 | 2025-01-15T01:46:05.683Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1665 | 2025-01-15T01:46:05.683Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1666 | 2025-01-15T01:46:05.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1667 | 2025-01-15T01:46:05.725Z | |
1668 | 2025-01-15T01:46:05.725Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/176) |
1669 | 2025-01-15T01:46:06.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1670 | 2025-01-15T01:46:06.111Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1671 | 2025-01-15T01:46:06.111Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1672 | 2025-01-15T01:46:06.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1673 | 2025-01-15T01:46:06.151Z | |
1674 | 2025-01-15T01:46:06.152Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/176) |
1675 | 2025-01-15T01:46:06.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1676 | 2025-01-15T01:46:06.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1677 | 2025-01-15T01:46:06.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1678 | 2025-01-15T01:46:06.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1679 | 2025-01-15T01:46:06.577Z | |
1680 | 2025-01-15T01:46:06.577Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/176) |
1681 | 2025-01-15T01:46:06.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1682 | 2025-01-15T01:46:06.962Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1683 | 2025-01-15T01:46:06.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1684 | 2025-01-15T01:46:06.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1685 | 2025-01-15T01:46:07.002Z | |
1686 | 2025-01-15T01:46:07.002Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/176) |
1687 | 2025-01-15T01:46:07.384Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1688 | 2025-01-15T01:46:07.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1689 | 2025-01-15T01:46:07.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1690 | 2025-01-15T01:46:07.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1691 | 2025-01-15T01:46:07.426Z | |
1692 | 2025-01-15T01:46:07.427Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/176) |
1693 | 2025-01-15T01:46:07.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1694 | 2025-01-15T01:46:07.821Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1695 | 2025-01-15T01:46:07.821Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1696 | 2025-01-15T01:46:07.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1697 | 2025-01-15T01:46:07.860Z | |
1698 | 2025-01-15T01:46:07.860Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/176) |
1699 | 2025-01-15T01:46:08.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1700 | 2025-01-15T01:46:08.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1701 | 2025-01-15T01:46:08.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1702 | 2025-01-15T01:46:08.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1703 | 2025-01-15T01:46:08.286Z | |
1704 | 2025-01-15T01:46:08.286Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/176) |
1705 | 2025-01-15T01:46:08.665Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1706 | 2025-01-15T01:46:08.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1707 | 2025-01-15T01:46:08.668Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1708 | 2025-01-15T01:46:08.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1709 | 2025-01-15T01:46:08.709Z | |
1710 | 2025-01-15T01:46:08.709Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/176) |
1711 | 2025-01-15T01:46:09.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1712 | 2025-01-15T01:46:09.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1713 | 2025-01-15T01:46:09.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1714 | 2025-01-15T01:46:09.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1715 | 2025-01-15T01:46:09.135Z | |
1716 | 2025-01-15T01:46:09.135Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/176) |
1717 | 2025-01-15T01:46:09.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1718 | 2025-01-15T01:46:09.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1719 | 2025-01-15T01:46:09.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1720 | 2025-01-15T01:46:09.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1721 | 2025-01-15T01:46:09.563Z | |
1722 | 2025-01-15T01:46:09.563Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/176) |
1723 | 2025-01-15T01:46:09.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1724 | 2025-01-15T01:46:09.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1725 | 2025-01-15T01:46:09.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1726 | 2025-01-15T01:46:09.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1727 | 2025-01-15T01:46:09.992Z | |
1728 | 2025-01-15T01:46:09.993Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/176) |
1729 | 2025-01-15T01:46:10.370Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1730 | 2025-01-15T01:46:10.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1731 | 2025-01-15T01:46:10.373Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1732 | 2025-01-15T01:46:10.376Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1733 | 2025-01-15T01:46:10.414Z | |
1734 | 2025-01-15T01:46:10.414Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/176) |
1735 | 2025-01-15T01:46:10.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1736 | 2025-01-15T01:46:10.800Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1737 | 2025-01-15T01:46:10.800Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1738 | 2025-01-15T01:46:10.802Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1739 | 2025-01-15T01:46:10.841Z | |
1740 | 2025-01-15T01:46:10.841Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/176) |
1741 | 2025-01-15T01:46:11.219Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1742 | 2025-01-15T01:46:11.221Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1743 | 2025-01-15T01:46:11.221Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1744 | 2025-01-15T01:46:11.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1745 | 2025-01-15T01:46:11.262Z | |
1746 | 2025-01-15T01:46:11.262Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/176) |
1747 | 2025-01-15T01:46:11.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1748 | 2025-01-15T01:46:11.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1749 | 2025-01-15T01:46:11.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1750 | 2025-01-15T01:46:11.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1751 | 2025-01-15T01:46:11.692Z | |
1752 | 2025-01-15T01:46:11.692Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/176) |
1753 | 2025-01-15T01:46:12.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1754 | 2025-01-15T01:46:12.074Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1755 | 2025-01-15T01:46:12.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1756 | 2025-01-15T01:46:12.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1757 | 2025-01-15T01:46:12.115Z | |
1758 | 2025-01-15T01:46:12.115Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/176) |
1759 | 2025-01-15T01:46:12.495Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1760 | 2025-01-15T01:46:12.498Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1761 | 2025-01-15T01:46:12.498Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1762 | 2025-01-15T01:46:12.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s |
1763 | 2025-01-15T01:46:12.542Z | |
1764 | 2025-01-15T01:46:12.542Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/176) |
1765 | 2025-01-15T01:46:12.935Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1766 | 2025-01-15T01:46:12.939Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1767 | 2025-01-15T01:46:12.939Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1768 | 2025-01-15T01:46:12.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1769 | 2025-01-15T01:46:12.982Z | |
1770 | 2025-01-15T01:46:12.982Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/176) |
1771 | 2025-01-15T01:46:13.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1772 | 2025-01-15T01:46:13.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1773 | 2025-01-15T01:46:13.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1774 | 2025-01-15T01:46:13.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1775 | 2025-01-15T01:46:13.409Z | |
1776 | 2025-01-15T01:46:13.409Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/176) |
1777 | 2025-01-15T01:46:13.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1778 | 2025-01-15T01:46:13.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1779 | 2025-01-15T01:46:13.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1780 | 2025-01-15T01:46:13.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1781 | 2025-01-15T01:46:13.841Z | |
1782 | 2025-01-15T01:46:13.842Z | info: running `cargo check --bins` on sled-hardware-types (25/176) |
1783 | 2025-01-15T01:46:14.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1784 | 2025-01-15T01:46:14.396Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1785 | 2025-01-15T01:46:14.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1786 | 2025-01-15T01:46:14.400Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1787 | 2025-01-15T01:46:14.470Z | |
1788 | 2025-01-15T01:46:14.470Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/176) |
1789 | 2025-01-15T01:46:15.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1790 | 2025-01-15T01:46:15.027Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1791 | 2025-01-15T01:46:15.027Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1792 | 2025-01-15T01:46:15.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1793 | 2025-01-15T01:46:15.102Z | |
1794 | 2025-01-15T01:46:15.103Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/176) |
1795 | 2025-01-15T01:46:15.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1796 | 2025-01-15T01:46:15.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1797 | 2025-01-15T01:46:15.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1798 | 2025-01-15T01:46:15.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1799 | 2025-01-15T01:46:15.734Z | |
1800 | 2025-01-15T01:46:15.734Z | info: running `cargo check --bins` on oxlog (28/176) |
1801 | 2025-01-15T01:46:16.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1802 | 2025-01-15T01:46:16.275Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1803 | 2025-01-15T01:46:16.363Z | Checking cfg-if v1.0.0 |
1804 | 2025-01-15T01:46:16.365Z | Checking libc v0.2.162 |
1805 | 2025-01-15T01:46:16.474Z | Checking serde v1.0.217 |
1806 | 2025-01-15T01:46:16.477Z | Checking zeroize v1.8.1 |
1807 | 2025-01-15T01:46:16.496Z | Checking memchr v2.7.4 |
1808 | 2025-01-15T01:46:16.498Z | Checking typenum v1.17.0 |
1809 | 2025-01-15T01:46:16.519Z | Checking scopeguard v1.2.0 |
1810 | 2025-01-15T01:46:16.522Z | Checking subtle v2.6.1 |
1811 | 2025-01-15T01:46:16.550Z | Checking value-bag v1.9.0 |
1812 | 2025-01-15T01:46:16.668Z | Checking lock_api v0.4.12 |
1813 | 2025-01-15T01:46:16.709Z | Checking const-oid v0.9.6 |
1814 | 2025-01-15T01:46:16.796Z | Checking smallvec v1.13.2 |
1815 | 2025-01-15T01:46:16.942Z | Checking log v0.4.22 |
1816 | 2025-01-15T01:46:17.057Z | Checking itoa v1.0.11 |
1817 | 2025-01-15T01:46:17.157Z | Checking pin-project-lite v0.2.14 |
1818 | 2025-01-15T01:46:17.271Z | Checking byteorder v1.5.0 |
1819 | 2025-01-15T01:46:17.314Z | Checking futures-core v0.3.31 |
1820 | 2025-01-15T01:46:17.333Z | Checking once_cell v1.20.2 |
1821 | 2025-01-15T01:46:17.429Z | Checking getrandom v0.2.15 |
1822 | 2025-01-15T01:46:17.478Z | Checking parking_lot_core v0.9.10 |
1823 | 2025-01-15T01:46:17.516Z | Checking signal-hook-registry v1.4.2 |
1824 | 2025-01-15T01:46:17.599Z | Checking generic-array v0.14.7 |
1825 | 2025-01-15T01:46:17.637Z | Checking mio v1.0.2 |
1826 | 2025-01-15T01:46:17.658Z | Checking cpufeatures v0.2.14 |
1827 | 2025-01-15T01:46:17.675Z | Checking rand_core v0.6.4 |
1828 | 2025-01-15T01:46:17.761Z | Checking stable_deref_trait v1.2.0 |
1829 | 2025-01-15T01:46:17.778Z | Checking futures-sink v0.3.31 |
1830 | 2025-01-15T01:46:18.803Z | Checking parking_lot v0.12.3 |
1831 | 2025-01-15T01:46:18.806Z | Checking socket2 v0.5.7 |
1832 | 2025-01-15T01:46:18.806Z | Checking spin v0.9.8 |
1833 | 2025-01-15T01:46:18.806Z | Checking zerocopy v0.7.35 |
1834 | 2025-01-15T01:46:18.806Z | Checking slab v0.4.9 |
1835 | 2025-01-15T01:46:18.806Z | Checking zerofrom v0.1.4 |
1836 | 2025-01-15T01:46:18.806Z | Checking futures-channel v0.3.31 |
1837 | 2025-01-15T01:46:18.806Z | Checking futures-task v0.3.31 |
1838 | 2025-01-15T01:46:18.806Z | Checking yoke v0.7.4 |
1839 | 2025-01-15T01:46:18.806Z | Checking equivalent v1.0.1 |
1840 | 2025-01-15T01:46:18.806Z | Checking futures-io v0.3.31 |
1841 | 2025-01-15T01:46:18.806Z | Checking pin-utils v0.1.0 |
1842 | 2025-01-15T01:46:18.806Z | Checking allocator-api2 v0.2.18 |
1843 | 2025-01-15T01:46:18.806Z | Checking foldhash v0.1.3 |
1844 | 2025-01-15T01:46:18.806Z | Checking crypto-common v0.1.6 |
1845 | 2025-01-15T01:46:18.806Z | Checking block-buffer v0.10.4 |
1846 | 2025-01-15T01:46:18.806Z | Checking zerovec v0.10.4 |
1847 | 2025-01-15T01:46:18.806Z | Checking futures-util v0.3.31 |
1848 | 2025-01-15T01:46:18.811Z | Checking block-padding v0.3.3 |
1849 | 2025-01-15T01:46:18.831Z | Checking tinyvec_macros v0.1.1 |
1850 | 2025-01-15T01:46:18.899Z | Checking digest v0.10.7 |
1851 | 2025-01-15T01:46:18.926Z | Checking ryu v1.0.18 |
1852 | 2025-01-15T01:46:19.020Z | Checking inout v0.1.3 |
1853 | 2025-01-15T01:46:19.178Z | Checking tinyvec v1.8.0 |
1854 | 2025-01-15T01:46:19.200Z | Checking fnv v1.0.7 |
1855 | 2025-01-15T01:46:19.217Z | Checking hashbrown v0.15.1 |
1856 | 2025-01-15T01:46:19.250Z | Checking hmac v0.12.1 |
1857 | 2025-01-15T01:46:19.266Z | Checking cipher v0.4.4 |
1858 | 2025-01-15T01:46:19.331Z | Checking sha2 v0.10.8 |
1859 | 2025-01-15T01:46:19.459Z | Checking libm v0.2.8 |
1860 | 2025-01-15T01:46:19.668Z | Checking base64ct v1.6.0 |
1861 | 2025-01-15T01:46:19.926Z | Checking writeable v0.5.5 |
1862 | 2025-01-15T01:46:20.114Z | Checking litemap v0.7.3 |
1863 | 2025-01-15T01:46:20.226Z | Checking unicode-bidi v0.3.17 |
1864 | 2025-01-15T01:46:20.259Z | Checking pem-rfc7468 v0.7.0 |
1865 | 2025-01-15T01:46:20.276Z | Checking tinystr v0.7.6 |
1866 | 2025-01-15T01:46:20.367Z | Checking num-traits v0.2.19 |
1867 | 2025-01-15T01:46:20.455Z | Checking unicode-normalization v0.1.24 |
1868 | 2025-01-15T01:46:20.488Z | Checking ppv-lite86 v0.2.20 |
1869 | 2025-01-15T01:46:20.528Z | Checking flagset v0.4.6 |
1870 | 2025-01-15T01:46:20.594Z | Checking icu_locid v1.5.0 |
1871 | 2025-01-15T01:46:20.729Z | Checking der v0.7.9 |
1872 | 2025-01-15T01:46:20.885Z | Checking tracing-core v0.1.32 |
1873 | 2025-01-15T01:46:21.013Z | Checking bytes v1.9.0 |
1874 | 2025-01-15T01:46:21.198Z | Checking indexmap v2.7.0 |
1875 | 2025-01-15T01:46:21.447Z | Checking serde_json v1.0.135 |
1876 | 2025-01-15T01:46:21.469Z | Checking rand_chacha v0.3.1 |
1877 | 2025-01-15T01:46:21.555Z | Checking icu_provider v1.5.0 |
1878 | 2025-01-15T01:46:21.831Z | Checking tokio v1.40.0 |
1879 | 2025-01-15T01:46:21.847Z | Checking http v1.2.0 |
1880 | 2025-01-15T01:46:21.860Z | Checking bitflags v2.6.0 |
1881 | 2025-01-15T01:46:22.159Z | Checking thiserror v1.0.69 |
1882 | 2025-01-15T01:46:22.182Z | Checking percent-encoding v2.3.1 |
1883 | 2025-01-15T01:46:22.304Z | Checking icu_locid_transform_data v1.5.0 |
1884 | 2025-01-15T01:46:22.365Z | Checking rustls-pki-types v1.10.0 |
1885 | 2025-01-15T01:46:22.400Z | Checking rand v0.8.5 |
1886 | 2025-01-15T01:46:22.417Z | Checking icu_locid_transform v1.5.0 |
1887 | 2025-01-15T01:46:22.467Z | Checking spki v0.7.3 |
1888 | 2025-01-15T01:46:22.756Z | Checking tracing v0.1.40 |
1889 | 2025-01-15T01:46:22.914Z | Checking icu_collections v1.5.0 |
1890 | 2025-01-15T01:46:23.091Z | Checking salsa20 v0.10.2 |
1891 | 2025-01-15T01:46:23.108Z | Checking pbkdf2 v0.12.2 |
1892 | 2025-01-15T01:46:23.148Z | Checking aws-lc-sys v0.22.0 |
1893 | 2025-01-15T01:46:23.262Z | Checking httparse v1.9.5 |
1894 | 2025-01-15T01:46:23.280Z | Checking untrusted v0.7.1 |
1895 | 2025-01-15T01:46:23.300Z | Checking mirai-annotations v1.12.0 |
1896 | 2025-01-15T01:46:23.452Z | Checking icu_properties_data v1.5.0 |
1897 | 2025-01-15T01:46:23.469Z | Checking untrusted v0.9.0 |
1898 | 2025-01-15T01:46:23.483Z | Checking powerfmt v0.2.0 |
1899 | 2025-01-15T01:46:23.565Z | Checking scrypt v0.11.0 |
1900 | 2025-01-15T01:46:23.624Z | Checking ring v0.17.8 |
1901 | 2025-01-15T01:46:23.653Z | Checking aes v0.8.4 |
1902 | 2025-01-15T01:46:23.688Z | Checking icu_properties v1.5.1 |
1903 | 2025-01-15T01:46:23.708Z | Checking cbc v0.1.2 |
1904 | 2025-01-15T01:46:23.747Z | Checking deranged v0.3.11 |
1905 | 2025-01-15T01:46:23.786Z | Checking crossbeam-utils v0.8.20 |
1906 | 2025-01-15T01:46:23.909Z | Checking icu_normalizer_data v1.5.0 |
1907 | 2025-01-15T01:46:24.017Z | Checking num_threads v0.1.7 |
1908 | 2025-01-15T01:46:24.143Z | Checking utf16_iter v1.0.5 |
1909 | 2025-01-15T01:46:24.325Z | Checking time-core v0.1.2 |
1910 | 2025-01-15T01:46:24.500Z | Checking utf8_iter v1.0.4 |
1911 | 2025-01-15T01:46:24.518Z | Checking num-conv v0.1.0 |
1912 | 2025-01-15T01:46:24.563Z | Checking atomic-waker v1.1.2 |
1913 | 2025-01-15T01:46:24.716Z | Checking write16 v1.0.0 |
1914 | 2025-01-15T01:46:24.731Z | Checking pkcs5 v0.7.1 |
1915 | 2025-01-15T01:46:24.771Z | Checking http-body v1.0.1 |
1916 | 2025-01-15T01:46:24.857Z | Checking form_urlencoded v1.2.1 |
1917 | 2025-01-15T01:46:24.976Z | Checking try-lock v0.2.5 |
1918 | 2025-01-15T01:46:25.064Z | Checking uuid v1.11.0 |
1919 | 2025-01-15T01:46:25.090Z | Checking time v0.3.36 |
1920 | 2025-01-15T01:46:25.124Z | Checking want v0.3.1 |
1921 | 2025-01-15T01:46:25.164Z | Checking aws-lc-rs v1.10.0 |
1922 | 2025-01-15T01:46:25.255Z | Checking pkcs8 v0.10.2 |
1923 | 2025-01-15T01:46:25.314Z | Checking unicode-ident v1.0.14 |
1924 | 2025-01-15T01:46:25.421Z | Checking httpdate v1.0.3 |
1925 | 2025-01-15T01:46:25.503Z | Checking proc-macro2 v1.0.92 |
1926 | 2025-01-15T01:46:25.576Z | Checking toml_datetime v0.6.8 |
1927 | 2025-01-15T01:46:25.667Z | Checking serde_spanned v0.6.8 |
1928 | 2025-01-15T01:46:25.684Z | Checking slog v2.7.0 |
1929 | 2025-01-15T01:46:25.875Z | Checking scroll v0.12.0 |
1930 | 2025-01-15T01:46:25.893Z | Checking iana-time-zone v0.1.61 |
1931 | 2025-01-15T01:46:26.045Z | Checking foreign-types-shared v0.1.1 |
1932 | 2025-01-15T01:46:26.147Z | Checking tower-service v0.3.3 |
1933 | 2025-01-15T01:46:26.165Z | Checking ucd-trie v0.1.7 |
1934 | 2025-01-15T01:46:26.179Z | Checking adler2 v2.0.0 |
1935 | 2025-01-15T01:46:26.272Z | Checking base64 v0.22.1 |
1936 | 2025-01-15T01:46:26.326Z | Checking plain v0.2.3 |
1937 | 2025-01-15T01:46:26.352Z | Checking match_cfg v0.1.0 |
1938 | 2025-01-15T01:46:26.368Z | Checking pest v2.7.14 |
1939 | 2025-01-15T01:46:26.447Z | Checking hostname v0.3.1 |
1940 | 2025-01-15T01:46:26.491Z | Checking goblin v0.8.2 |
1941 | 2025-01-15T01:46:26.594Z | Checking miniz_oxide v0.8.0 |
1942 | 2025-01-15T01:46:26.766Z | Checking foreign-types v0.3.2 |
1943 | 2025-01-15T01:46:26.862Z | Checking quote v1.0.38 |
1944 | 2025-01-15T01:46:26.908Z | Checking icu_normalizer v1.5.0 |
1945 | 2025-01-15T01:46:26.910Z | Checking rustls-webpki v0.102.8 |
1946 | 2025-01-15T01:46:27.191Z | Checking chrono v0.4.38 |
1947 | 2025-01-15T01:46:27.317Z | Checking openssl-sys v0.9.103 |
1948 | 2025-01-15T01:46:27.411Z | Checking errno v0.3.9 |
1949 | 2025-01-15T01:46:27.615Z | Checking dirs-sys-next v0.1.2 |
1950 | 2025-01-15T01:46:27.709Z | Checking idna_adapter v1.2.0 |
1951 | 2025-01-15T01:46:27.712Z | Checking aho-corasick v1.1.3 |
1952 | 2025-01-15T01:46:27.800Z | Checking data-encoding v2.6.0 |
1953 | 2025-01-15T01:46:27.910Z | Checking idna v1.0.3 |
1954 | 2025-01-15T01:46:28.336Z | Checking regex-syntax v0.8.5 |
1955 | 2025-01-15T01:46:28.422Z | Checking url v2.5.3 |
1956 | 2025-01-15T01:46:28.472Z | Checking siphasher v0.3.11 |
1957 | 2025-01-15T01:46:28.563Z | Checking tokio-util v0.7.12 |
1958 | 2025-01-15T01:46:28.795Z | Checking pretty-hex v0.4.1 |
1959 | 2025-01-15T01:46:28.951Z | Compiling newtype-uuid v1.1.3 |
1960 | 2025-01-15T01:46:28.995Z | Checking dtrace-parser v0.2.0 |
1961 | 2025-01-15T01:46:29.151Z | Checking openssl v0.10.66 |
1962 | 2025-01-15T01:46:29.198Z | Checking dirs-next v2.0.0 |
1963 | 2025-01-15T01:46:29.259Z | Checking rustix v0.38.37 |
1964 | 2025-01-15T01:46:29.292Z | Checking syn v2.0.96 |
1965 | 2025-01-15T01:46:29.333Z | Checking http-body-util v0.1.2 |
1966 | 2025-01-15T01:46:29.400Z | Checking h2 v0.4.6 |
1967 | 2025-01-15T01:46:29.463Z | Checking crossbeam-epoch v0.9.18 |
1968 | 2025-01-15T01:46:29.737Z | Checking sha1 v0.10.6 |
1969 | 2025-01-15T01:46:29.885Z | Checking signature v2.2.0 |
1970 | 2025-01-15T01:46:30.034Z | Checking lazy_static v1.5.0 |
1971 | 2025-01-15T01:46:30.091Z | Checking thread_local v1.1.8 |
1972 | 2025-01-15T01:46:30.182Z | Checking thread-id v4.2.2 |
1973 | 2025-01-15T01:46:30.305Z | Checking encoding_rs v0.8.34 |
1974 | 2025-01-15T01:46:30.366Z | Checking utf8parse v0.2.2 |
1975 | 2025-01-15T01:46:30.534Z | Checking anstyle v1.0.10 |
1976 | 2025-01-15T01:46:30.889Z | Checking winnow v0.6.20 |
1977 | 2025-01-15T01:46:31.280Z | Checking dof v0.3.0 |
1978 | 2025-01-15T01:46:31.516Z | Checking regex-automata v0.4.8 |
1979 | 2025-01-15T01:46:31.904Z | Checking unicode-properties v0.1.3 |
1980 | 2025-01-15T01:46:32.285Z | Checking ipnet v2.10.1 |
1981 | 2025-01-15T01:46:32.493Z | Checking openssl-probe v0.1.5 |
1982 | 2025-01-15T01:46:32.626Z | Checking mime v0.3.17 |
1983 | 2025-01-15T01:46:32.656Z | Checking gimli v0.31.1 |
1984 | 2025-01-15T01:46:32.754Z | Checking stringprep v0.1.5 |
1985 | 2025-01-15T01:46:32.926Z | Checking anstyle-parse v0.2.5 |
1986 | 2025-01-15T01:46:33.034Z | Checking crossbeam-deque v0.8.5 |
1987 | 2025-01-15T01:46:33.213Z | Checking term v0.7.0 |
1988 | 2025-01-15T01:46:33.359Z | Checking rustls v0.22.4 |
1989 | 2025-01-15T01:46:33.605Z | Checking toml_edit v0.22.22 |
1990 | 2025-01-15T01:46:33.647Z | Checking rustls v0.23.19 |
1991 | 2025-01-15T01:46:34.191Z | Checking native-tls v0.2.12 |
1992 | 2025-01-15T01:46:34.516Z | Checking slog-json v2.6.1 |
1993 | 2025-01-15T01:46:34.796Z | Checking serde_urlencoded v0.7.1 |
1994 | 2025-01-15T01:46:35.216Z | Checking crossbeam-channel v0.5.13 |
1995 | 2025-01-15T01:46:35.400Z | Checking usdt-impl v0.5.0 |
1996 | 2025-01-15T01:46:35.652Z | Checking hyper v1.5.0 |
1997 | 2025-01-15T01:46:35.924Z | Checking futures-executor v0.3.31 |
1998 | 2025-01-15T01:46:35.940Z | Checking rustls-pemfile v2.2.0 |
1999 | 2025-01-15T01:46:36.000Z | Checking num-integer v0.1.46 |
2000 | 2025-01-15T01:46:36.158Z | Checking idna v0.3.0 |
2001 | 2025-01-15T01:46:36.175Z | Checking idna v0.4.0 |
2002 | 2025-01-15T01:46:36.203Z | Checking md-5 v0.10.6 |
2003 | 2025-01-15T01:46:36.429Z | Checking ff v0.13.0 |
2004 | 2025-01-15T01:46:36.478Z | Checking addr2line v0.24.2 |
2005 | 2025-01-15T01:46:36.480Z | Checking hash32 v0.2.1 |
2006 | 2025-01-15T01:46:36.644Z | Checking memmap v0.7.0 |
2007 | 2025-01-15T01:46:36.666Z | Checking is-terminal v0.4.13 |
2008 | 2025-01-15T01:46:36.774Z | Checking object v0.36.5 |
2009 | 2025-01-15T01:46:36.806Z | Checking base16ct v0.2.0 |
2010 | 2025-01-15T01:46:36.853Z | Checking psl-types v2.0.11 |
2011 | 2025-01-15T01:46:36.987Z | Checking take_mut v0.2.2 |
2012 | 2025-01-15T01:46:37.010Z | Checking dyn-clone v1.0.17 |
2013 | 2025-01-15T01:46:37.044Z | Checking is_terminal_polyfill v1.70.1 |
2014 | 2025-01-15T01:46:37.046Z | Checking colorchoice v1.0.2 |
2015 | 2025-01-15T01:46:37.073Z | Checking quick-error v1.2.3 |
2016 | 2025-01-15T01:46:37.135Z | Checking fallible-iterator v0.2.0 |
2017 | 2025-01-15T01:46:37.160Z | Checking linked-hash-map v0.5.6 |
2018 | 2025-01-15T01:46:37.176Z | Checking utf-8 v0.7.6 |
2019 | 2025-01-15T01:46:37.200Z | Checking rustc-demangle v0.1.24 |
2020 | 2025-01-15T01:46:37.216Z | Checking either v1.13.0 |
2021 | 2025-01-15T01:46:37.381Z | Checking anstyle-query v1.1.1 |
2022 | 2025-01-15T01:46:37.466Z | Checking lru-cache v0.1.2 |
2023 | 2025-01-15T01:46:37.520Z | Checking anstream v0.6.15 |
2024 | 2025-01-15T01:46:37.573Z | Checking tungstenite v0.24.0 |
2025 | 2025-01-15T01:46:37.591Z | Checking hyper-util v0.1.10 |
2026 | 2025-01-15T01:46:37.644Z | Checking resolv-conf v0.7.0 |
2027 | 2025-01-15T01:46:37.661Z | Checking schemars v0.8.21 |
2028 | 2025-01-15T01:46:37.694Z | Checking postgres-protocol v0.6.7 |
2029 | 2025-01-15T01:46:37.886Z | Checking slog-async v2.8.0 |
2030 | 2025-01-15T01:46:38.005Z | Checking hickory-proto v0.24.1 |
2031 | 2025-01-15T01:46:38.171Z | Checking publicsuffix v2.2.3 |
2032 | 2025-01-15T01:46:38.354Z | Checking sec1 v0.7.3 |
2033 | 2025-01-15T01:46:38.413Z | Checking usdt v0.5.0 |
2034 | 2025-01-15T01:46:38.449Z | Checking slog-term v2.9.1 |
2035 | 2025-01-15T01:46:38.669Z | Checking heapless v0.7.17 |
2036 | 2025-01-15T01:46:38.749Z | Checking tokio-rustls v0.25.0 |
2037 | 2025-01-15T01:46:38.933Z | Checking group v0.13.0 |
2038 | 2025-01-15T01:46:38.950Z | Checking tokio-rustls v0.26.0 |
2039 | 2025-01-15T01:46:39.104Z | Checking num-iter v0.1.45 |
2040 | 2025-01-15T01:46:39.181Z | Checking toml v0.8.19 |
2041 | 2025-01-15T01:46:39.220Z | Checking futures v0.3.31 |
2042 | 2025-01-15T01:46:39.293Z | Checking slog-bunyan v2.5.0 |
2043 | 2025-01-15T01:46:39.338Z | Checking tokio-native-tls v0.3.1 |
2044 | 2025-01-15T01:46:39.354Z | Checking rayon-core v1.12.1 |
2045 | 2025-01-15T01:46:39.455Z | Checking multer v3.1.0 |
2046 | 2025-01-15T01:46:39.557Z | Checking terminal_size v0.4.0 |
2047 | 2025-01-15T01:46:39.593Z | Checking phf_shared v0.11.2 |
2048 | 2025-01-15T01:46:39.750Z | Checking cookie v0.18.1 |
2049 | 2025-01-15T01:46:39.850Z | Checking async-stream v0.3.6 |
2050 | 2025-01-15T01:46:39.867Z | Checking bzip2-sys v0.1.11+1.0.8 |
2051 | 2025-01-15T01:46:39.870Z | Checking camino v1.1.9 |
2052 | 2025-01-15T01:46:39.899Z | Checking signal-hook v0.3.17 |
2053 | 2025-01-15T01:46:40.003Z | Checking waitgroup v0.1.2 |
2054 | 2025-01-15T01:46:40.020Z | Checking openapiv3 v2.0.0 |
2055 | 2025-01-15T01:46:40.053Z | Checking webpki-roots v0.26.6 |
2056 | 2025-01-15T01:46:40.172Z | Checking idna v0.5.0 |
2057 | 2025-01-15T01:46:40.197Z | Checking serde_path_to_error v0.1.16 |
2058 | 2025-01-15T01:46:40.249Z | Checking hkdf v0.12.4 |
2059 | 2025-01-15T01:46:40.269Z | Checking crypto-bigint v0.5.5 |
2060 | 2025-01-15T01:46:40.423Z | Checking hostname v0.4.0 |
2061 | 2025-01-15T01:46:40.480Z | Checking crc32fast v1.4.2 |
2062 | 2025-01-15T01:46:40.573Z | Checking winnow v0.5.40 |
2063 | 2025-01-15T01:46:40.722Z | Checking debug-ignore v1.0.5 |
2064 | 2025-01-15T01:46:40.785Z | Checking unicode-width v0.1.14 |
2065 | 2025-01-15T01:46:40.870Z | Checking clap_lex v0.7.2 |
2066 | 2025-01-15T01:46:41.125Z | Checking managed v0.8.0 |
2067 | 2025-01-15T01:46:41.148Z | Checking bitflags v1.3.2 |
2068 | 2025-01-15T01:46:41.259Z | Checking strsim v0.11.1 |
2069 | 2025-01-15T01:46:41.316Z | Checking console v0.15.8 |
2070 | 2025-01-15T01:46:41.489Z | Checking smoltcp v0.9.1 |
2071 | 2025-01-15T01:46:41.554Z | Checking clap_builder v4.5.21 |
2072 | 2025-01-15T01:46:41.878Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2073 | 2025-01-15T01:46:42.176Z | Checking cookie_store v0.21.0 |
2074 | 2025-01-15T01:46:42.588Z | Checking hickory-resolver v0.24.1 |
2075 | 2025-01-15T01:46:42.654Z | Checking backtrace v0.3.74 |
2076 | 2025-01-15T01:46:42.841Z | Checking flate2 v1.0.34 |
2077 | 2025-01-15T01:46:42.889Z | Checking hyper-rustls v0.27.3 |
2078 | 2025-01-15T01:46:42.990Z | Checking elliptic-curve v0.13.8 |
2079 | 2025-01-15T01:46:43.201Z | Checking dropshot v0.12.0 |
2080 | 2025-01-15T01:46:43.230Z | Checking signal-hook-mio v0.2.4 |
2081 | 2025-01-15T01:46:43.245Z | Checking anyhow v1.0.93 |
2082 | 2025-01-15T01:46:43.368Z | Checking toml_edit v0.19.15 |
2083 | 2025-01-15T01:46:43.384Z | Checking bzip2 v0.4.4 |
2084 | 2025-01-15T01:46:43.453Z | Checking rayon v1.10.0 |
2085 | 2025-01-15T01:46:43.631Z | Checking phf v0.11.2 |
2086 | 2025-01-15T01:46:43.633Z | Checking hyper-tls v0.6.0 |
2087 | 2025-01-15T01:46:43.676Z | Checking num-bigint-dig v0.8.4 |
2088 | 2025-01-15T01:46:43.898Z | Checking tokio-tungstenite v0.24.0 |
2089 | 2025-01-15T01:46:43.927Z | Checking postgres-types v0.2.8 |
2090 | 2025-01-15T01:46:44.167Z | Checking regex v1.11.1 |
2091 | 2025-01-15T01:46:44.344Z | Checking bstr v1.10.0 |
2092 | 2025-01-15T01:46:44.524Z | Checking ed25519 v2.2.3 |
2093 | 2025-01-15T01:46:44.584Z | Checking tokio-stream v0.1.16 |
2094 | 2025-01-15T01:46:44.765Z | Checking phf_shared v0.10.0 |
2095 | 2025-01-15T01:46:44.843Z | Checking curve25519-dalek v4.1.3 |
2096 | 2025-01-15T01:46:45.026Z | Checking zerocopy v0.6.6 |
2097 | 2025-01-15T01:46:45.247Z | Checking hubpack v0.1.2 |
2098 | 2025-01-15T01:46:45.383Z | Checking portable-atomic v1.9.0 |
2099 | 2025-01-15T01:46:45.571Z | Checking pkcs1 v0.7.5 |
2100 | 2025-01-15T01:46:45.691Z | Checking float-cmp v0.9.0 |
2101 | 2025-01-15T01:46:45.761Z | Checking serde-big-array v0.5.1 |
2102 | 2025-01-15T01:46:45.819Z | Checking rfc6979 v0.4.0 |
2103 | 2025-01-15T01:46:45.898Z | Checking sync_wrapper v1.0.1 |
2104 | 2025-01-15T01:46:45.971Z | Checking difflib v0.4.0 |
2105 | 2025-01-15T01:46:45.989Z | Checking unicode-width v0.2.0 |
2106 | 2025-01-15T01:46:46.004Z | Checking bit-vec v0.6.3 |
2107 | 2025-01-15T01:46:46.058Z | Checking new_debug_unreachable v1.0.6 |
2108 | 2025-01-15T01:46:46.159Z | Checking minimal-lexical v0.2.1 |
2109 | 2025-01-15T01:46:46.310Z | Checking fixedbitset v0.4.2 |
2110 | 2025-01-15T01:46:46.331Z | Checking number_prefix v0.4.0 |
2111 | 2025-01-15T01:46:46.370Z | Checking predicates-core v1.0.8 |
2112 | 2025-01-15T01:46:46.474Z | Checking whoami v1.5.2 |
2113 | 2025-01-15T01:46:46.523Z | Checking unicode-segmentation v1.12.0 |
2114 | 2025-01-15T01:46:46.562Z | Checking precomputed-hash v0.1.1 |
2115 | 2025-01-15T01:46:46.580Z | Checking normalize-line-endings v0.3.0 |
2116 | 2025-01-15T01:46:46.582Z | Checking static_assertions v1.1.0 |
2117 | 2025-01-15T01:46:46.681Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2118 | 2025-01-15T01:46:46.698Z | Checking string_cache v0.8.7 |
2119 | 2025-01-15T01:46:46.701Z | Checking ed25519-dalek v2.1.1 |
2120 | 2025-01-15T01:46:46.726Z | Checking predicates v3.1.2 |
2121 | 2025-01-15T01:46:46.748Z | Checking qorb v0.2.1 |
2122 | 2025-01-15T01:46:46.763Z | Checking tokio-postgres v0.7.12 |
2123 | 2025-01-15T01:46:46.947Z | Checking indicatif v0.17.9 |
2124 | 2025-01-15T01:46:46.975Z | Checking nom v7.1.3 |
2125 | 2025-01-15T01:46:47.097Z | Checking petgraph v0.6.5 |
2126 | 2025-01-15T01:46:47.207Z | Checking similar v2.6.0 |
2127 | 2025-01-15T01:46:47.359Z | Checking bit-set v0.5.3 |
2128 | 2025-01-15T01:46:47.628Z | Checking reqwest v0.12.9 |
2129 | 2025-01-15T01:46:47.681Z | Checking ecdsa v0.16.9 |
2130 | 2025-01-15T01:46:48.022Z | Checking rsa v0.9.6 |
2131 | 2025-01-15T01:46:48.380Z | Checking toml v0.7.8 |
2132 | 2025-01-15T01:46:49.027Z | Checking clap v4.5.21 |
2133 | 2025-01-15T01:46:49.100Z | Checking zip v0.6.6 |
2134 | 2025-01-15T01:46:49.136Z | Checking crossterm v0.28.1 |
2135 | 2025-01-15T01:46:49.319Z | Checking itertools v0.10.5 |
2136 | 2025-01-15T01:46:49.560Z | Checking fs-err v2.11.0 |
2137 | 2025-01-15T01:46:49.607Z | Checking ahash v0.8.11 |
2138 | 2025-01-15T01:46:49.688Z | Checking x509-cert v0.2.5 |
2139 | 2025-01-15T01:46:49.756Z | Checking hex v0.4.3 |
2140 | 2025-01-15T01:46:50.093Z | Checking semver v1.0.24 |
2141 | 2025-01-15T01:46:50.112Z | Checking peg-runtime v0.8.3 |
2142 | 2025-01-15T01:46:50.159Z | Checking heck v0.4.1 |
2143 | 2025-01-15T01:46:50.268Z | Checking lalrpop-util v0.19.12 |
2144 | 2025-01-15T01:46:50.371Z | Checking sigpipe v0.1.3 |
2145 | 2025-01-15T01:46:51.304Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2146 | 2025-01-15T01:46:51.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.90s |
2147 | 2025-01-15T01:46:51.823Z | |
2148 | 2025-01-15T01:46:51.823Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/176) |
2149 | 2025-01-15T01:46:52.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2150 | 2025-01-15T01:46:52.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2151 | 2025-01-15T01:46:52.499Z | Compiling hashbrown v0.14.5 |
2152 | 2025-01-15T01:46:52.621Z | Checking heck v0.5.0 |
2153 | 2025-01-15T01:46:52.636Z | Compiling unsafe-libyaml v0.2.11 |
2154 | 2025-01-15T01:46:52.651Z | Checking ipnetwork v0.20.0 |
2155 | 2025-01-15T01:46:52.667Z | Compiling ident_case v1.0.1 |
2156 | 2025-01-15T01:46:52.682Z | Checking progenitor-client v0.8.0 |
2157 | 2025-01-15T01:46:52.697Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2158 | 2025-01-15T01:46:52.790Z | Checking newtype-uuid v1.1.3 |
2159 | 2025-01-15T01:46:52.849Z | Compiling darling_core v0.20.10 |
2160 | 2025-01-15T01:46:52.996Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2161 | 2025-01-15T01:46:53.013Z | Compiling proc-macro-crate v1.3.1 |
2162 | 2025-01-15T01:46:53.047Z | Compiling structmeta-derive v0.3.0 |
2163 | 2025-01-15T01:46:53.053Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2164 | 2025-01-15T01:46:53.330Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
2165 | 2025-01-15T01:46:53.404Z | Compiling lzma-sys v0.1.20 |
2166 | 2025-01-15T01:46:53.570Z | Checking regress v0.10.1 |
2167 | 2025-01-15T01:46:53.942Z | Compiling serde_yaml v0.9.34+deprecated |
2168 | 2025-01-15T01:46:54.131Z | Compiling num_enum_derive v0.5.11 |
2169 | 2025-01-15T01:46:54.499Z | Compiling foreign-types-macros v0.2.3 |
2170 | 2025-01-15T01:46:54.564Z | Compiling dropshot v0.13.0 |
2171 | 2025-01-15T01:46:54.882Z | Checking arc-swap v1.7.1 |
2172 | 2025-01-15T01:46:55.339Z | Checking foreign-types-shared v0.3.1 |
2173 | 2025-01-15T01:46:55.473Z | Checking slog-scope v4.4.0 |
2174 | 2025-01-15T01:46:55.764Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
2175 | 2025-01-15T01:46:55.788Z | Compiling structmeta v0.3.0 |
2176 | 2025-01-15T01:46:55.809Z | Checking foreign-types v0.5.0 |
2177 | 2025-01-15T01:46:56.115Z | Compiling proc-macro-error v1.0.4 |
2178 | 2025-01-15T01:46:56.182Z | Compiling parse-display-derive v0.10.0 |
2179 | 2025-01-15T01:46:56.468Z | Checking num_enum v0.5.11 |
2180 | 2025-01-15T01:46:56.484Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2181 | 2025-01-15T01:46:56.593Z | Checking tungstenite v0.21.0 |
2182 | 2025-01-15T01:46:56.624Z | Compiling heck v0.3.3 |
2183 | 2025-01-15T01:46:56.739Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2184 | 2025-01-15T01:46:56.992Z | Compiling dropshot_endpoint v0.13.0 |
2185 | 2025-01-15T01:46:57.110Z | Checking typify-impl v0.2.0 |
2186 | 2025-01-15T01:46:57.503Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2187 | 2025-01-15T01:46:57.569Z | Checking cstr-argument v0.1.2 |
2188 | 2025-01-15T01:46:57.773Z | Checking instant v0.1.13 |
2189 | 2025-01-15T01:46:57.906Z | Checking base64 v0.21.7 |
2190 | 2025-01-15T01:46:58.230Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2191 | 2025-01-15T01:46:58.368Z | Checking fastrand v2.1.1 |
2192 | 2025-01-15T01:46:58.523Z | Checking pretty-hex v0.2.1 |
2193 | 2025-01-15T01:46:58.686Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2194 | 2025-01-15T01:46:58.706Z | Checking tempfile v3.13.0 |
2195 | 2025-01-15T01:46:58.746Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2196 | 2025-01-15T01:46:58.879Z | Compiling darling_macro v0.20.10 |
2197 | 2025-01-15T01:46:58.895Z | Checking backoff v0.4.0 |
2198 | 2025-01-15T01:46:58.952Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2199 | 2025-01-15T01:46:59.077Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2200 | 2025-01-15T01:46:59.194Z | Checking tokio-tungstenite v0.21.0 |
2201 | 2025-01-15T01:46:59.240Z | Compiling zone_cfg_derive v0.1.2 |
2202 | 2025-01-15T01:46:59.259Z | Checking strum v0.26.3 |
2203 | 2025-01-15T01:46:59.425Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2204 | 2025-01-15T01:46:59.598Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2205 | 2025-01-15T01:46:59.747Z | Compiling darling v0.20.10 |
2206 | 2025-01-15T01:46:59.857Z | Checking slog-stdlog v4.1.1 |
2207 | 2025-01-15T01:46:59.877Z | Compiling serde_with_macros v3.11.0 |
2208 | 2025-01-15T01:46:59.902Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2209 | 2025-01-15T01:47:00.021Z | Checking regress v0.9.1 |
2210 | 2025-01-15T01:47:00.071Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2211 | 2025-01-15T01:47:00.152Z | Checking progenitor-client v0.9.1 |
2212 | 2025-01-15T01:47:00.204Z | Checking parse-display v0.10.0 |
2213 | 2025-01-15T01:47:00.377Z | Checking colored v2.1.0 |
2214 | 2025-01-15T01:47:00.448Z | Checking macaddr v1.0.1 |
2215 | 2025-01-15T01:47:00.585Z | Checking base64 v0.13.1 |
2216 | 2025-01-15T01:47:00.660Z | Checking zone v0.1.8 |
2217 | 2025-01-15T01:47:00.777Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2218 | 2025-01-15T01:47:01.015Z | Checking ron v0.7.1 |
2219 | 2025-01-15T01:47:01.281Z | Checking slog-envlogger v2.2.0 |
2220 | 2025-01-15T01:47:01.347Z | Checking xz2 v0.1.7 |
2221 | 2025-01-15T01:47:01.498Z | Checking tabwriter v1.4.0 |
2222 | 2025-01-15T01:47:01.631Z | Checking xattr v1.3.1 |
2223 | 2025-01-15T01:47:01.754Z | Checking pem v3.0.4 |
2224 | 2025-01-15T01:47:01.831Z | Checking yasna v0.5.2 |
2225 | 2025-01-15T01:47:02.024Z | Checking headers-core v0.3.0 |
2226 | 2025-01-15T01:47:02.068Z | Checking smf v0.2.3 |
2227 | 2025-01-15T01:47:02.174Z | Checking filetime v0.2.25 |
2228 | 2025-01-15T01:47:02.400Z | Checking same-file v1.0.6 |
2229 | 2025-01-15T01:47:02.442Z | Checking serde_with v3.11.0 |
2230 | 2025-01-15T01:47:02.534Z | Checking tar v0.4.42 |
2231 | 2025-01-15T01:47:02.567Z | Checking headers v0.4.0 |
2232 | 2025-01-15T01:47:02.587Z | Checking walkdir v2.5.0 |
2233 | 2025-01-15T01:47:02.627Z | Checking rcgen v0.12.1 |
2234 | 2025-01-15T01:47:02.862Z | Checking atomicwrites v0.4.4 |
2235 | 2025-01-15T01:47:03.076Z | Checking camino-tempfile v1.1.1 |
2236 | 2025-01-15T01:47:03.277Z | Checking subprocess v0.2.9 |
2237 | 2025-01-15T01:47:06.122Z | Compiling typify-macro v0.2.0 |
2238 | 2025-01-15T01:47:07.674Z | Compiling typify v0.2.0 |
2239 | 2025-01-15T01:47:07.798Z | Compiling progenitor-impl v0.8.0 |
2240 | 2025-01-15T01:47:10.220Z | Compiling progenitor-macro v0.8.0 |
2241 | 2025-01-15T01:47:13.941Z | Checking progenitor v0.8.0 |
2242 | 2025-01-15T01:47:14.071Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2243 | 2025-01-15T01:47:14.074Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2244 | 2025-01-15T01:47:16.627Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2245 | 2025-01-15T01:47:16.933Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2246 | 2025-01-15T01:47:22.839Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2247 | 2025-01-15T01:47:24.290Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2248 | 2025-01-15T01:47:25.510Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.67s |
2249 | 2025-01-15T01:47:25.683Z | |
2250 | 2025-01-15T01:47:25.683Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/176) |
2251 | 2025-01-15T01:47:26.244Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2025-01-15T01:47:26.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2025-01-15T01:47:26.342Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2254 | 2025-01-15T01:47:27.690Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
2255 | 2025-01-15T01:47:27.871Z | |
2256 | 2025-01-15T01:47:27.871Z | info: running `cargo check --bins` on nexus-config (31/176) |
2257 | 2025-01-15T01:47:28.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2258 | 2025-01-15T01:47:28.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2259 | 2025-01-15T01:47:28.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2260 | 2025-01-15T01:47:28.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2261 | 2025-01-15T01:47:28.490Z | |
2262 | 2025-01-15T01:47:28.490Z | info: running `cargo check --bins` on omicron-rpaths (32/176) |
2263 | 2025-01-15T01:47:29.020Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2264 | 2025-01-15T01:47:29.023Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2265 | 2025-01-15T01:47:29.023Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2266 | 2025-01-15T01:47:29.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2267 | 2025-01-15T01:47:29.095Z | |
2268 | 2025-01-15T01:47:29.095Z | info: running `cargo check --bins` on omicron-certificates (33/176) |
2269 | 2025-01-15T01:47:29.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2270 | 2025-01-15T01:47:29.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2271 | 2025-01-15T01:47:29.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2272 | 2025-01-15T01:47:29.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2273 | 2025-01-15T01:47:29.719Z | |
2274 | 2025-01-15T01:47:29.719Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/176) |
2275 | 2025-01-15T01:47:30.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2276 | 2025-01-15T01:47:30.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2277 | 2025-01-15T01:47:30.402Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2278 | 2025-01-15T01:47:30.512Z | Compiling ipnetwork v0.20.0 |
2279 | 2025-01-15T01:47:30.512Z | Compiling zerocopy v0.8.10 |
2280 | 2025-01-15T01:47:30.515Z | Compiling progenitor-client v0.8.0 |
2281 | 2025-01-15T01:47:30.515Z | Compiling itertools v0.13.0 |
2282 | 2025-01-15T01:47:30.515Z | Compiling zerocopy-derive v0.8.10 |
2283 | 2025-01-15T01:47:30.515Z | Compiling heapless v0.8.0 |
2284 | 2025-01-15T01:47:30.515Z | Checking hash32 v0.3.1 |
2285 | 2025-01-15T01:47:30.689Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2286 | 2025-01-15T01:47:30.853Z | Compiling instant v0.1.13 |
2287 | 2025-01-15T01:47:30.974Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2288 | 2025-01-15T01:47:31.018Z | Compiling progenitor v0.8.0 |
2289 | 2025-01-15T01:47:31.231Z | Compiling smoltcp v0.11.0 |
2290 | 2025-01-15T01:47:31.289Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2291 | 2025-01-15T01:47:31.378Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
2292 | 2025-01-15T01:47:31.408Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2293 | 2025-01-15T01:47:31.626Z | Compiling backoff v0.4.0 |
2294 | 2025-01-15T01:47:31.896Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2295 | 2025-01-15T01:47:31.991Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2296 | 2025-01-15T01:47:32.085Z | Compiling dropshot v0.13.0 |
2297 | 2025-01-15T01:47:32.262Z | Compiling serde_with v3.11.0 |
2298 | 2025-01-15T01:47:32.279Z | Compiling parse-display v0.10.0 |
2299 | 2025-01-15T01:47:32.429Z | Checking num-rational v0.4.2 |
2300 | 2025-01-15T01:47:32.867Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2301 | 2025-01-15T01:47:33.057Z | Compiling progenitor-client v0.9.1 |
2302 | 2025-01-15T01:47:33.373Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2303 | 2025-01-15T01:47:33.603Z | Compiling regress v0.9.1 |
2304 | 2025-01-15T01:47:34.634Z | Compiling phf_generator v0.11.2 |
2305 | 2025-01-15T01:47:34.839Z | Checking num-complex v0.4.6 |
2306 | 2025-01-15T01:47:35.745Z | Compiling macaddr v1.0.1 |
2307 | 2025-01-15T01:47:35.981Z | Checking cobs v0.2.3 |
2308 | 2025-01-15T01:47:36.166Z | Checking num v0.4.3 |
2309 | 2025-01-15T01:47:36.186Z | Checking postcard v1.0.10 |
2310 | 2025-01-15T01:47:36.278Z | Compiling phf_codegen v0.11.2 |
2311 | 2025-01-15T01:47:36.749Z | Compiling parse-zoneinfo v0.3.1 |
2312 | 2025-01-15T01:47:36.800Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2313 | 2025-01-15T01:47:37.109Z | Compiling convert_case v0.4.0 |
2314 | 2025-01-15T01:47:38.548Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2315 | 2025-01-15T01:47:38.603Z | Compiling float-ord v0.3.2 |
2316 | 2025-01-15T01:47:38.793Z | Compiling derive_more v0.99.18 |
2317 | 2025-01-15T01:47:38.890Z | Compiling chrono-tz-build v0.4.0 |
2318 | 2025-01-15T01:47:38.960Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2319 | 2025-01-15T01:47:39.459Z | Compiling crucible-workspace-hack v0.1.0 |
2320 | 2025-01-15T01:47:39.763Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2321 | 2025-01-15T01:47:39.807Z | Compiling thiserror v2.0.11 |
2322 | 2025-01-15T01:47:40.025Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2323 | 2025-01-15T01:47:40.107Z | Checking newline-converter v0.3.0 |
2324 | 2025-01-15T01:47:40.163Z | Compiling chrono-tz v0.10.0 |
2325 | 2025-01-15T01:47:40.545Z | Checking prettyplease v0.2.25 |
2326 | 2025-01-15T01:47:40.689Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2327 | 2025-01-15T01:47:40.818Z | Compiling thiserror-impl v2.0.11 |
2328 | 2025-01-15T01:47:40.851Z | Compiling slog-dtrace v0.3.0 |
2329 | 2025-01-15T01:47:41.138Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2330 | 2025-01-15T01:47:41.409Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2331 | 2025-01-15T01:47:42.615Z | Checking expectorate v1.1.0 |
2332 | 2025-01-15T01:47:42.735Z | Compiling zone_cfg_derive v0.3.0 |
2333 | 2025-01-15T01:47:42.782Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2334 | 2025-01-15T01:47:42.886Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2335 | 2025-01-15T01:47:43.618Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2336 | 2025-01-15T01:47:43.939Z | Compiling const_format_proc_macros v0.2.33 |
2337 | 2025-01-15T01:47:43.976Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2338 | 2025-01-15T01:47:44.091Z | Compiling num-derive v0.4.2 |
2339 | 2025-01-15T01:47:44.108Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2340 | 2025-01-15T01:47:44.171Z | Checking highway v1.2.0 |
2341 | 2025-01-15T01:47:44.602Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2342 | 2025-01-15T01:47:44.644Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2343 | 2025-01-15T01:47:44.931Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2344 | 2025-01-15T01:47:45.073Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2345 | 2025-01-15T01:47:45.392Z | Checking zone v0.3.0 |
2346 | 2025-01-15T01:47:45.725Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2347 | 2025-01-15T01:47:45.743Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2348 | 2025-01-15T01:47:45.892Z | Checking const_format v0.2.33 |
2349 | 2025-01-15T01:47:45.935Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2350 | 2025-01-15T01:47:45.964Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2351 | 2025-01-15T01:47:46.348Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2352 | 2025-01-15T01:47:46.351Z | Checking gethostname v0.5.0 |
2353 | 2025-01-15T01:47:46.351Z | Checking bcs v0.1.6 |
2354 | 2025-01-15T01:47:46.498Z | Compiling async-recursion v1.1.1 |
2355 | 2025-01-15T01:47:47.923Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2356 | 2025-01-15T01:47:52.925Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2357 | 2025-01-15T01:47:56.257Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2358 | 2025-01-15T01:47:58.774Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2359 | 2025-01-15T01:47:59.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.21s |
2360 | 2025-01-15T01:48:00.121Z | |
2361 | 2025-01-15T01:48:00.121Z | info: running `cargo check --bins` on clickhouse-admin-api (35/176) |
2362 | 2025-01-15T01:48:00.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2363 | 2025-01-15T01:48:00.708Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2364 | 2025-01-15T01:48:00.708Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2365 | 2025-01-15T01:48:00.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2366 | 2025-01-15T01:48:00.788Z | |
2367 | 2025-01-15T01:48:00.788Z | info: running `cargo check --bins` on clickhouse-admin-types (36/176) |
2368 | 2025-01-15T01:48:01.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2369 | 2025-01-15T01:48:01.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2370 | 2025-01-15T01:48:01.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2371 | 2025-01-15T01:48:01.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2372 | 2025-01-15T01:48:01.429Z | |
2373 | 2025-01-15T01:48:01.429Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/176) |
2374 | 2025-01-15T01:48:01.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2375 | 2025-01-15T01:48:01.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2376 | 2025-01-15T01:48:02.082Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2377 | 2025-01-15T01:48:02.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2378 | 2025-01-15T01:48:02.897Z | |
2379 | 2025-01-15T01:48:02.897Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/176) |
2380 | 2025-01-15T01:48:03.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2381 | 2025-01-15T01:48:03.468Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2382 | 2025-01-15T01:48:03.574Z | Compiling cfg_aliases v0.1.1 |
2383 | 2025-01-15T01:48:03.577Z | Compiling vte_generate_state_changes v0.1.2 |
2384 | 2025-01-15T01:48:03.577Z | Checking fd-lock v4.0.2 |
2385 | 2025-01-15T01:48:03.577Z | Checking nibble_vec v0.1.0 |
2386 | 2025-01-15T01:48:03.577Z | Checking endian-type v0.1.2 |
2387 | 2025-01-15T01:48:03.679Z | Checking bytecount v0.6.8 |
2388 | 2025-01-15T01:48:03.727Z | Compiling tabled_derive v0.7.0 |
2389 | 2025-01-15T01:48:03.740Z | Checking itertools v0.12.1 |
2390 | 2025-01-15T01:48:03.770Z | Compiling nix v0.28.0 |
2391 | 2025-01-15T01:48:03.853Z | Checking papergrid v0.11.0 |
2392 | 2025-01-15T01:48:03.871Z | Compiling peg-macros v0.8.4 |
2393 | 2025-01-15T01:48:03.886Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2394 | 2025-01-15T01:48:03.910Z | Checking radix_trie v0.2.1 |
2395 | 2025-01-15T01:48:04.265Z | Checking vte v0.11.1 |
2396 | 2025-01-15T01:48:04.310Z | Compiling sqlparser_derive v0.2.2 |
2397 | 2025-01-15T01:48:04.875Z | Checking unicode_categories v0.1.1 |
2398 | 2025-01-15T01:48:05.207Z | Checking nu-ansi-term v0.50.1 |
2399 | 2025-01-15T01:48:05.331Z | Checking home v0.5.9 |
2400 | 2025-01-15T01:48:05.334Z | Checking sqlparser v0.45.0 |
2401 | 2025-01-15T01:48:05.494Z | Checking sqlformat v0.2.6 |
2402 | 2025-01-15T01:48:05.659Z | Checking strip-ansi-escapes v0.2.0 |
2403 | 2025-01-15T01:48:05.676Z | Checking display-error-chain v0.2.2 |
2404 | 2025-01-15T01:48:06.006Z | Checking tabled v0.15.0 |
2405 | 2025-01-15T01:48:06.108Z | Checking reedline v0.35.0 |
2406 | 2025-01-15T01:48:06.622Z | Checking peg v0.8.4 |
2407 | 2025-01-15T01:48:06.692Z | Checking rustyline v14.0.0 |
2408 | 2025-01-15T01:48:15.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.54s |
2409 | 2025-01-15T01:48:15.620Z | |
2410 | 2025-01-15T01:48:15.620Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/176) |
2411 | 2025-01-15T01:48:16.181Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2412 | 2025-01-15T01:48:16.184Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2413 | 2025-01-15T01:48:16.286Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2414 | 2025-01-15T01:48:21.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.47s |
2415 | 2025-01-15T01:48:21.270Z | |
2416 | 2025-01-15T01:48:21.270Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/176) |
2417 | 2025-01-15T01:48:21.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2418 | 2025-01-15T01:48:21.837Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2419 | 2025-01-15T01:48:21.940Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2420 | 2025-01-15T01:48:25.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s |
2421 | 2025-01-15T01:48:25.684Z | |
2422 | 2025-01-15T01:48:25.684Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/176) |
2423 | 2025-01-15T01:48:26.239Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2424 | 2025-01-15T01:48:26.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2425 | 2025-01-15T01:48:26.343Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2426 | 2025-01-15T01:48:30.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s |
2427 | 2025-01-15T01:48:31.053Z | |
2428 | 2025-01-15T01:48:31.053Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/176) |
2429 | 2025-01-15T01:48:31.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2430 | 2025-01-15T01:48:31.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2431 | 2025-01-15T01:48:31.714Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2432 | 2025-01-15T01:48:36.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.19s |
2433 | 2025-01-15T01:48:36.425Z | |
2434 | 2025-01-15T01:48:36.425Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/176) |
2435 | 2025-01-15T01:48:36.979Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2436 | 2025-01-15T01:48:36.982Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2437 | 2025-01-15T01:48:37.086Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2438 | 2025-01-15T01:48:40.823Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.39s |
2439 | 2025-01-15T01:48:40.993Z | |
2440 | 2025-01-15T01:48:40.993Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/176) |
2441 | 2025-01-15T01:48:41.545Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2442 | 2025-01-15T01:48:41.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2443 | 2025-01-15T01:48:41.648Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2444 | 2025-01-15T01:48:45.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s |
2445 | 2025-01-15T01:48:45.644Z | |
2446 | 2025-01-15T01:48:45.644Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/176) |
2447 | 2025-01-15T01:48:46.200Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2448 | 2025-01-15T01:48:46.204Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2449 | 2025-01-15T01:48:46.303Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2450 | 2025-01-15T01:48:51.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s |
2451 | 2025-01-15T01:48:51.193Z | |
2452 | 2025-01-15T01:48:51.193Z | info: running `cargo check --bins` on oximeter (46/176) |
2453 | 2025-01-15T01:48:51.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2025-01-15T01:48:51.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2025-01-15T01:48:51.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2025-01-15T01:48:51.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2457 | 2025-01-15T01:48:51.816Z | |
2458 | 2025-01-15T01:48:51.816Z | info: running `cargo check --bins` on oximeter-macro-impl (47/176) |
2459 | 2025-01-15T01:48:52.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2025-01-15T01:48:52.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2025-01-15T01:48:52.343Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2025-01-15T01:48:52.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2463 | 2025-01-15T01:48:52.415Z | |
2464 | 2025-01-15T01:48:52.415Z | info: running `cargo check --bins` on oximeter-schema (48/176) |
2465 | 2025-01-15T01:48:52.969Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2025-01-15T01:48:52.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2025-01-15T01:48:53.059Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2468 | 2025-01-15T01:48:55.070Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2469 | 2025-01-15T01:48:56.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.62s |
2470 | 2025-01-15T01:48:56.210Z | |
2471 | 2025-01-15T01:48:56.210Z | info: running `cargo check --bins` on oximeter-types (49/176) |
2472 | 2025-01-15T01:48:56.750Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2025-01-15T01:48:56.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2025-01-15T01:48:56.755Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2475 | 2025-01-15T01:48:56.757Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2476 | 2025-01-15T01:48:56.829Z | |
2477 | 2025-01-15T01:48:56.829Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/176) |
2478 | 2025-01-15T01:48:57.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2025-01-15T01:48:57.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2025-01-15T01:48:57.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2481 | 2025-01-15T01:48:57.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2482 | 2025-01-15T01:48:57.447Z | |
2483 | 2025-01-15T01:48:57.447Z | info: running `cargo check --bins` on oxql-types (51/176) |
2484 | 2025-01-15T01:48:57.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2025-01-15T01:48:58.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2025-01-15T01:48:58.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2487 | 2025-01-15T01:48:58.004Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2488 | 2025-01-15T01:48:58.076Z | |
2489 | 2025-01-15T01:48:58.076Z | info: running `cargo check --bins` on oximeter-test-utils (52/176) |
2490 | 2025-01-15T01:48:58.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2025-01-15T01:48:58.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2025-01-15T01:48:58.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2493 | 2025-01-15T01:48:58.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2494 | 2025-01-15T01:48:58.720Z | |
2495 | 2025-01-15T01:48:58.721Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/176) |
2496 | 2025-01-15T01:48:59.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2025-01-15T01:48:59.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2025-01-15T01:48:59.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2499 | 2025-01-15T01:48:59.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2500 | 2025-01-15T01:48:59.347Z | |
2501 | 2025-01-15T01:48:59.347Z | info: running `cargo check --bins` on bootstrap-agent-client (54/176) |
2502 | 2025-01-15T01:48:59.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2025-01-15T01:48:59.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2025-01-15T01:48:59.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2505 | 2025-01-15T01:48:59.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2506 | 2025-01-15T01:48:59.989Z | |
2507 | 2025-01-15T01:48:59.990Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/176) |
2508 | 2025-01-15T01:49:00.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2025-01-15T01:49:00.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2025-01-15T01:49:00.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2025-01-15T01:49:00.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2512 | 2025-01-15T01:49:00.613Z | |
2513 | 2025-01-15T01:49:00.614Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/176) |
2514 | 2025-01-15T01:49:01.161Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2025-01-15T01:49:01.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2025-01-15T01:49:01.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2025-01-15T01:49:01.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2518 | 2025-01-15T01:49:01.241Z | |
2519 | 2025-01-15T01:49:01.241Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/176) |
2520 | 2025-01-15T01:49:01.795Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2025-01-15T01:49:01.798Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2025-01-15T01:49:01.798Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2025-01-15T01:49:01.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2524 | 2025-01-15T01:49:01.876Z | |
2525 | 2025-01-15T01:49:01.876Z | info: running `cargo check --bins` on cockroach-admin-client (58/176) |
2526 | 2025-01-15T01:49:02.408Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2025-01-15T01:49:02.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2025-01-15T01:49:02.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2025-01-15T01:49:02.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2530 | 2025-01-15T01:49:02.484Z | |
2531 | 2025-01-15T01:49:02.484Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/176) |
2532 | 2025-01-15T01:49:03.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2025-01-15T01:49:03.050Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2025-01-15T01:49:03.050Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2025-01-15T01:49:03.053Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2536 | 2025-01-15T01:49:03.127Z | |
2537 | 2025-01-15T01:49:03.127Z | info: running `cargo check --bins` on dns-service-client (60/176) |
2538 | 2025-01-15T01:49:03.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2025-01-15T01:49:03.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2025-01-15T01:49:03.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2025-01-15T01:49:03.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2542 | 2025-01-15T01:49:03.751Z | |
2543 | 2025-01-15T01:49:03.751Z | info: running `cargo check --bins` on internal-dns-types (61/176) |
2544 | 2025-01-15T01:49:04.288Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2025-01-15T01:49:04.291Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2025-01-15T01:49:04.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2025-01-15T01:49:04.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2548 | 2025-01-15T01:49:04.369Z | |
2549 | 2025-01-15T01:49:04.369Z | info: running `cargo check --bins` on dpd-client (62/176) |
2550 | 2025-01-15T01:49:04.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2025-01-15T01:49:04.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2025-01-15T01:49:04.909Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2025-01-15T01:49:04.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2554 | 2025-01-15T01:49:04.983Z | |
2555 | 2025-01-15T01:49:04.983Z | info: running `cargo check --bins` on gateway-client (63/176) |
2556 | 2025-01-15T01:49:05.512Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2025-01-15T01:49:05.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2025-01-15T01:49:05.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2025-01-15T01:49:05.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2560 | 2025-01-15T01:49:05.589Z | |
2561 | 2025-01-15T01:49:05.589Z | info: running `cargo check --bins` on installinator-client (64/176) |
2562 | 2025-01-15T01:49:06.151Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2025-01-15T01:49:06.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2025-01-15T01:49:06.154Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2025-01-15T01:49:06.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2566 | 2025-01-15T01:49:06.231Z | |
2567 | 2025-01-15T01:49:06.231Z | info: running `cargo check --bins` on installinator-common (65/176) |
2568 | 2025-01-15T01:49:06.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2025-01-15T01:49:06.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2025-01-15T01:49:06.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2025-01-15T01:49:06.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2572 | 2025-01-15T01:49:06.865Z | |
2573 | 2025-01-15T01:49:06.865Z | info: running `cargo check --bins` on update-engine (66/176) |
2574 | 2025-01-15T01:49:07.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2025-01-15T01:49:07.398Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2025-01-15T01:49:07.398Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2025-01-15T01:49:07.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2578 | 2025-01-15T01:49:07.472Z | |
2579 | 2025-01-15T01:49:07.472Z | info: running `cargo check --bins` on nexus-client (67/176) |
2580 | 2025-01-15T01:49:08.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2025-01-15T01:49:08.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2025-01-15T01:49:08.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2025-01-15T01:49:08.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2584 | 2025-01-15T01:49:08.136Z | |
2585 | 2025-01-15T01:49:08.136Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/176) |
2586 | 2025-01-15T01:49:08.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2025-01-15T01:49:08.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2025-01-15T01:49:08.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2025-01-15T01:49:08.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2590 | 2025-01-15T01:49:08.769Z | |
2591 | 2025-01-15T01:49:08.769Z | info: running `cargo check --bins` on omicron-passwords (69/176) |
2592 | 2025-01-15T01:49:09.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2025-01-15T01:49:09.307Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2025-01-15T01:49:09.307Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2025-01-15T01:49:09.310Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2596 | 2025-01-15T01:49:09.380Z | |
2597 | 2025-01-15T01:49:09.381Z | info: running `cargo check --bins` on nexus-types (70/176) |
2598 | 2025-01-15T01:49:09.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2025-01-15T01:49:09.956Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2025-01-15T01:49:09.956Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2025-01-15T01:49:09.959Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2602 | 2025-01-15T01:49:10.036Z | |
2603 | 2025-01-15T01:49:10.036Z | info: running `cargo check --bins` on oxide-client (71/176) |
2604 | 2025-01-15T01:49:10.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2025-01-15T01:49:10.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2025-01-15T01:49:10.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2025-01-15T01:49:10.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2608 | 2025-01-15T01:49:10.643Z | |
2609 | 2025-01-15T01:49:10.643Z | info: running `cargo check --bins` on oximeter-client (72/176) |
2610 | 2025-01-15T01:49:11.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2025-01-15T01:49:11.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2025-01-15T01:49:11.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2025-01-15T01:49:11.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2614 | 2025-01-15T01:49:11.266Z | |
2615 | 2025-01-15T01:49:11.266Z | info: running `cargo check --bins` on repo-depot-client (73/176) |
2616 | 2025-01-15T01:49:11.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2025-01-15T01:49:11.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2025-01-15T01:49:11.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2025-01-15T01:49:11.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2620 | 2025-01-15T01:49:11.875Z | |
2621 | 2025-01-15T01:49:11.875Z | info: running `cargo check --bins` on sled-agent-client (74/176) |
2622 | 2025-01-15T01:49:12.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2025-01-15T01:49:12.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2025-01-15T01:49:12.443Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2025-01-15T01:49:12.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2626 | 2025-01-15T01:49:12.524Z | |
2627 | 2025-01-15T01:49:12.524Z | info: running `cargo check --bins` on wicketd-client (75/176) |
2628 | 2025-01-15T01:49:13.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2025-01-15T01:49:13.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2025-01-15T01:49:13.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2025-01-15T01:49:13.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2632 | 2025-01-15T01:49:13.199Z | |
2633 | 2025-01-15T01:49:13.199Z | info: running `cargo check --bins` on sled-agent-types (76/176) |
2634 | 2025-01-15T01:49:13.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2025-01-15T01:49:13.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2025-01-15T01:49:13.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2025-01-15T01:49:13.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2638 | 2025-01-15T01:49:13.857Z | |
2639 | 2025-01-15T01:49:13.857Z | info: running `cargo check --bins` on wicket-common (77/176) |
2640 | 2025-01-15T01:49:14.415Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2025-01-15T01:49:14.418Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2025-01-15T01:49:14.418Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2025-01-15T01:49:14.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2644 | 2025-01-15T01:49:14.499Z | |
2645 | 2025-01-15T01:49:14.499Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/176) |
2646 | 2025-01-15T01:49:15.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2025-01-15T01:49:15.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2025-01-15T01:49:15.154Z | Checking csv-core v0.1.11 |
2649 | 2025-01-15T01:49:15.154Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2650 | 2025-01-15T01:49:15.156Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2651 | 2025-01-15T01:49:15.258Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2652 | 2025-01-15T01:49:15.465Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2653 | 2025-01-15T01:49:15.467Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2654 | 2025-01-15T01:49:15.493Z | Checking csv v1.3.0 |
2655 | 2025-01-15T01:49:16.036Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2656 | 2025-01-15T01:49:16.383Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2657 | 2025-01-15T01:49:18.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.53s |
2658 | 2025-01-15T01:49:18.208Z | |
2659 | 2025-01-15T01:49:18.208Z | info: running `cargo check --bins` on cockroach-admin-api (79/176) |
2660 | 2025-01-15T01:49:18.747Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2661 | 2025-01-15T01:49:18.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2662 | 2025-01-15T01:49:18.750Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2663 | 2025-01-15T01:49:18.753Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2664 | 2025-01-15T01:49:18.825Z | |
2665 | 2025-01-15T01:49:18.825Z | info: running `cargo check --bins` on cockroach-admin-types (80/176) |
2666 | 2025-01-15T01:49:19.365Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2667 | 2025-01-15T01:49:19.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2668 | 2025-01-15T01:49:19.368Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2669 | 2025-01-15T01:49:19.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2670 | 2025-01-15T01:49:19.444Z | |
2671 | 2025-01-15T01:49:19.444Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/176) |
2672 | 2025-01-15T01:49:20.089Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2673 | 2025-01-15T01:49:20.092Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2674 | 2025-01-15T01:49:20.092Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2675 | 2025-01-15T01:49:20.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2676 | 2025-01-15T01:49:20.184Z | |
2677 | 2025-01-15T01:49:20.184Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/176) |
2678 | 2025-01-15T01:49:20.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2679 | 2025-01-15T01:49:20.819Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2680 | 2025-01-15T01:49:20.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2681 | 2025-01-15T01:49:20.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2682 | 2025-01-15T01:49:20.909Z | |
2683 | 2025-01-15T01:49:20.909Z | info: running `cargo check --bins` on dns-server (83/176) |
2684 | 2025-01-15T01:49:21.461Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2685 | 2025-01-15T01:49:21.464Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2686 | 2025-01-15T01:49:21.556Z | Compiling thiserror v2.0.11 |
2687 | 2025-01-15T01:49:21.663Z | Checking typify-impl v0.3.0 |
2688 | 2025-01-15T01:49:21.666Z | Compiling parking_lot_core v0.8.6 |
2689 | 2025-01-15T01:49:21.686Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2690 | 2025-01-15T01:49:21.689Z | Checking fxhash v0.2.1 |
2691 | 2025-01-15T01:49:21.689Z | Checking hickory-client v0.24.1 |
2692 | 2025-01-15T01:49:21.699Z | Checking hickory-server v0.24.1 |
2693 | 2025-01-15T01:49:22.397Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2694 | 2025-01-15T01:49:22.413Z | Checking parking_lot v0.11.2 |
2695 | 2025-01-15T01:49:22.771Z | Checking sled v0.34.7 |
2696 | 2025-01-15T01:49:27.408Z | Compiling typify-macro v0.3.0 |
2697 | 2025-01-15T01:49:29.030Z | Compiling typify v0.3.0 |
2698 | 2025-01-15T01:49:29.063Z | Compiling progenitor-impl v0.9.1 |
2699 | 2025-01-15T01:49:31.519Z | Compiling progenitor-macro v0.9.1 |
2700 | 2025-01-15T01:49:35.216Z | Checking progenitor v0.9.1 |
2701 | 2025-01-15T01:49:35.352Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2702 | 2025-01-15T01:49:35.831Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2703 | 2025-01-15T01:49:37.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.22s |
2704 | 2025-01-15T01:49:37.313Z | |
2705 | 2025-01-15T01:49:37.313Z | info: running `cargo check --bins` on dns-server-api (84/176) |
2706 | 2025-01-15T01:49:37.863Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2025-01-15T01:49:37.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2025-01-15T01:49:37.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2709 | 2025-01-15T01:49:37.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2710 | 2025-01-15T01:49:37.941Z | |
2711 | 2025-01-15T01:49:37.941Z | info: running `cargo check --bins` on gateway-test-utils (85/176) |
2712 | 2025-01-15T01:49:38.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2025-01-15T01:49:38.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2025-01-15T01:49:38.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2715 | 2025-01-15T01:49:38.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2716 | 2025-01-15T01:49:38.613Z | |
2717 | 2025-01-15T01:49:38.613Z | info: running `cargo check --bins` on gateway-types (86/176) |
2718 | 2025-01-15T01:49:39.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2025-01-15T01:49:39.157Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2025-01-15T01:49:39.157Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2721 | 2025-01-15T01:49:39.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2722 | 2025-01-15T01:49:39.233Z | |
2723 | 2025-01-15T01:49:39.233Z | info: running `cargo check --bins` on ipcc (87/176) |
2724 | 2025-01-15T01:49:39.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2025-01-15T01:49:39.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2025-01-15T01:49:39.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2727 | 2025-01-15T01:49:39.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2728 | 2025-01-15T01:49:39.853Z | |
2729 | 2025-01-15T01:49:39.853Z | info: running `cargo check --bins` on omicron-gateway (88/176) |
2730 | 2025-01-15T01:49:40.433Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2025-01-15T01:49:40.436Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2025-01-15T01:49:40.562Z | Compiling radium v0.7.0 |
2733 | 2025-01-15T01:49:40.565Z | Compiling semver v0.1.20 |
2734 | 2025-01-15T01:49:40.681Z | Checking tap v1.0.1 |
2735 | 2025-01-15T01:49:40.684Z | Compiling maybe-uninit v2.0.0 |
2736 | 2025-01-15T01:49:40.704Z | Checking password-hash v0.5.0 |
2737 | 2025-01-15T01:49:40.707Z | Checking blake2 v0.10.6 |
2738 | 2025-01-15T01:49:40.707Z | Compiling owo-colors v4.1.0 |
2739 | 2025-01-15T01:49:40.707Z | Compiling cancel-safe-futures v0.1.5 |
2740 | 2025-01-15T01:49:40.843Z | Checking wyz v0.5.1 |
2741 | 2025-01-15T01:49:41.037Z | Compiling rustc_version v0.1.7 |
2742 | 2025-01-15T01:49:41.064Z | Checking funty v2.0.0 |
2743 | 2025-01-15T01:49:41.115Z | Compiling packed_struct v0.10.1 |
2744 | 2025-01-15T01:49:41.183Z | Checking crc-catalog v2.4.0 |
2745 | 2025-01-15T01:49:41.202Z | Checking argon2 v0.5.3 |
2746 | 2025-01-15T01:49:41.292Z | Compiling packed_struct_codegen v0.10.1 |
2747 | 2025-01-15T01:49:41.322Z | Compiling indexmap v1.9.3 |
2748 | 2025-01-15T01:49:41.338Z | Checking crc v3.2.1 |
2749 | 2025-01-15T01:49:41.451Z | Checking half v2.4.1 |
2750 | 2025-01-15T01:49:41.468Z | Compiling newtype_derive v0.1.6 |
2751 | 2025-01-15T01:49:41.599Z | Checking ciborium-io v0.2.2 |
2752 | 2025-01-15T01:49:41.617Z | Checking nodrop v0.1.14 |
2753 | 2025-01-15T01:49:41.733Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2754 | 2025-01-15T01:49:41.769Z | Checking array-init v0.0.4 |
2755 | 2025-01-15T01:49:41.800Z | Checking smallvec v0.6.14 |
2756 | 2025-01-15T01:49:41.856Z | Checking bitvec v1.0.1 |
2757 | 2025-01-15T01:49:41.887Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2758 | 2025-01-15T01:49:41.904Z | Checking ciborium-ll v0.2.2 |
2759 | 2025-01-15T01:49:41.945Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2760 | 2025-01-15T01:49:42.177Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2761 | 2025-01-15T01:49:42.198Z | Checking libsw v3.3.1 |
2762 | 2025-01-15T01:49:42.451Z | Compiling memoffset v0.9.1 |
2763 | 2025-01-15T01:49:42.571Z | Checking linear-map v1.2.0 |
2764 | 2025-01-15T01:49:42.599Z | Checking hashbrown v0.12.3 |
2765 | 2025-01-15T01:49:42.677Z | Checking bitfield v0.14.0 |
2766 | 2025-01-15T01:49:42.770Z | Checking swrite v0.1.0 |
2767 | 2025-01-15T01:49:42.872Z | Checking termcolor v1.4.1 |
2768 | 2025-01-15T01:49:42.899Z | Checking indent_write v2.2.0 |
2769 | 2025-01-15T01:49:42.974Z | Checking ron v0.8.1 |
2770 | 2025-01-15T01:49:43.119Z | Checking serde-hex v0.1.0 |
2771 | 2025-01-15T01:49:43.260Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2772 | 2025-01-15T01:49:43.278Z | Checking env_logger v0.10.2 |
2773 | 2025-01-15T01:49:43.525Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2774 | 2025-01-15T01:49:43.688Z | Checking ciborium v0.2.2 |
2775 | 2025-01-15T01:49:44.078Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2776 | 2025-01-15T01:49:44.200Z | Checking steno v0.4.1 |
2777 | 2025-01-15T01:49:44.218Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2778 | 2025-01-15T01:49:44.486Z | Checking hashbrown v0.13.2 |
2779 | 2025-01-15T01:49:44.641Z | Checking crc-any v2.5.0 |
2780 | 2025-01-15T01:49:44.765Z | Checking humantime v2.1.0 |
2781 | 2025-01-15T01:49:45.017Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2782 | 2025-01-15T01:49:45.060Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2783 | 2025-01-15T01:49:45.488Z | Checking object v0.30.4 |
2784 | 2025-01-15T01:49:45.506Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2785 | 2025-01-15T01:49:45.574Z | Checking path-slash v0.1.5 |
2786 | 2025-01-15T01:49:45.741Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2787 | 2025-01-15T01:49:45.877Z | Checking nix v0.27.1 |
2788 | 2025-01-15T01:49:46.412Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2789 | 2025-01-15T01:49:46.429Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2790 | 2025-01-15T01:49:46.685Z | Checking tungstenite v0.23.0 |
2791 | 2025-01-15T01:49:46.879Z | Checking kstat-rs v0.2.4 |
2792 | 2025-01-15T01:49:47.004Z | Checking signal-hook-tokio v0.3.1 |
2793 | 2025-01-15T01:49:47.229Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2794 | 2025-01-15T01:49:47.431Z | Checking tokio-tungstenite v0.23.1 |
2795 | 2025-01-15T01:49:47.920Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2796 | 2025-01-15T01:49:48.177Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2797 | 2025-01-15T01:49:48.317Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2798 | 2025-01-15T01:49:54.941Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2799 | 2025-01-15T01:49:56.285Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2800 | 2025-01-15T01:49:58.323Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2801 | 2025-01-15T01:50:03.674Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2802 | 2025-01-15T01:50:04.352Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2803 | 2025-01-15T01:50:07.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.20s |
2804 | 2025-01-15T01:50:07.253Z | |
2805 | 2025-01-15T01:50:07.253Z | info: running `cargo check --bins` on gateway-api (89/176) |
2806 | 2025-01-15T01:50:07.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2807 | 2025-01-15T01:50:07.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2808 | 2025-01-15T01:50:07.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2809 | 2025-01-15T01:50:07.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2810 | 2025-01-15T01:50:07.890Z | |
2811 | 2025-01-15T01:50:07.890Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/176) |
2812 | 2025-01-15T01:50:08.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2813 | 2025-01-15T01:50:08.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2814 | 2025-01-15T01:50:08.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2815 | 2025-01-15T01:50:08.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2816 | 2025-01-15T01:50:08.504Z | |
2817 | 2025-01-15T01:50:08.504Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/176) |
2818 | 2025-01-15T01:50:09.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2819 | 2025-01-15T01:50:09.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2820 | 2025-01-15T01:50:09.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2821 | 2025-01-15T01:50:09.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2822 | 2025-01-15T01:50:09.140Z | |
2823 | 2025-01-15T01:50:09.140Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/176) |
2824 | 2025-01-15T01:50:09.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2825 | 2025-01-15T01:50:09.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2826 | 2025-01-15T01:50:09.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2827 | 2025-01-15T01:50:09.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2828 | 2025-01-15T01:50:09.760Z | |
2829 | 2025-01-15T01:50:09.760Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/176) |
2830 | 2025-01-15T01:50:10.305Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2831 | 2025-01-15T01:50:10.308Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2832 | 2025-01-15T01:50:10.308Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2833 | 2025-01-15T01:50:10.311Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2834 | 2025-01-15T01:50:10.386Z | |
2835 | 2025-01-15T01:50:10.386Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/176) |
2836 | 2025-01-15T01:50:10.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2837 | 2025-01-15T01:50:10.931Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2838 | 2025-01-15T01:50:10.931Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2839 | 2025-01-15T01:50:10.934Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2840 | 2025-01-15T01:50:11.007Z | |
2841 | 2025-01-15T01:50:11.007Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/176) |
2842 | 2025-01-15T01:50:11.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2843 | 2025-01-15T01:50:11.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2844 | 2025-01-15T01:50:11.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2845 | 2025-01-15T01:50:11.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2846 | 2025-01-15T01:50:11.627Z | |
2847 | 2025-01-15T01:50:11.627Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/176) |
2848 | 2025-01-15T01:50:12.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2849 | 2025-01-15T01:50:12.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2850 | 2025-01-15T01:50:12.170Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2851 | 2025-01-15T01:50:12.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2852 | 2025-01-15T01:50:12.248Z | |
2853 | 2025-01-15T01:50:12.248Z | info: running `cargo check --bins` on oximeter-producer (97/176) |
2854 | 2025-01-15T01:50:12.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2855 | 2025-01-15T01:50:12.828Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2856 | 2025-01-15T01:50:12.828Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2857 | 2025-01-15T01:50:12.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2858 | 2025-01-15T01:50:12.909Z | |
2859 | 2025-01-15T01:50:12.909Z | info: running `cargo check --bins` on internal-dns-resolver (98/176) |
2860 | 2025-01-15T01:50:13.449Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2861 | 2025-01-15T01:50:13.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2862 | 2025-01-15T01:50:13.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2863 | 2025-01-15T01:50:13.455Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2864 | 2025-01-15T01:50:13.530Z | |
2865 | 2025-01-15T01:50:13.530Z | info: running `cargo check --bins` on sp-sim (99/176) |
2866 | 2025-01-15T01:50:14.079Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2867 | 2025-01-15T01:50:14.082Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2868 | 2025-01-15T01:50:14.169Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2869 | 2025-01-15T01:50:14.615Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2870 | 2025-01-15T01:50:16.304Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2871 | 2025-01-15T01:50:17.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
2872 | 2025-01-15T01:50:18.152Z | |
2873 | 2025-01-15T01:50:18.152Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/176) |
2874 | 2025-01-15T01:50:18.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2875 | 2025-01-15T01:50:18.739Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2876 | 2025-01-15T01:50:18.739Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2877 | 2025-01-15T01:50:18.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2878 | 2025-01-15T01:50:18.825Z | |
2879 | 2025-01-15T01:50:18.825Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/176) |
2880 | 2025-01-15T01:50:19.419Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2881 | 2025-01-15T01:50:19.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2882 | 2025-01-15T01:50:19.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2883 | 2025-01-15T01:50:19.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2884 | 2025-01-15T01:50:19.505Z | |
2885 | 2025-01-15T01:50:19.506Z | info: running `cargo check --bins` on db-macros (102/176) |
2886 | 2025-01-15T01:50:20.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2887 | 2025-01-15T01:50:20.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2888 | 2025-01-15T01:50:20.038Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2889 | 2025-01-15T01:50:20.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2890 | 2025-01-15T01:50:20.109Z | |
2891 | 2025-01-15T01:50:20.109Z | info: running `cargo check --bins` on nexus-macros-common (103/176) |
2892 | 2025-01-15T01:50:20.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2893 | 2025-01-15T01:50:20.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2894 | 2025-01-15T01:50:20.645Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2895 | 2025-01-15T01:50:20.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2896 | 2025-01-15T01:50:20.719Z | |
2897 | 2025-01-15T01:50:20.719Z | info: running `cargo check --bins` on nexus-auth (104/176) |
2898 | 2025-01-15T01:50:21.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2899 | 2025-01-15T01:50:21.311Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2900 | 2025-01-15T01:50:21.311Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2901 | 2025-01-15T01:50:21.314Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2902 | 2025-01-15T01:50:21.396Z | |
2903 | 2025-01-15T01:50:21.396Z | info: running `cargo check --bins` on authz-macros (105/176) |
2904 | 2025-01-15T01:50:21.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2905 | 2025-01-15T01:50:21.933Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2906 | 2025-01-15T01:50:21.933Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2907 | 2025-01-15T01:50:21.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2908 | 2025-01-15T01:50:22.007Z | |
2909 | 2025-01-15T01:50:22.007Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/176) |
2910 | 2025-01-15T01:50:22.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2911 | 2025-01-15T01:50:22.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2912 | 2025-01-15T01:50:22.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2913 | 2025-01-15T01:50:22.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2914 | 2025-01-15T01:50:22.669Z | |
2915 | 2025-01-15T01:50:22.669Z | info: running `cargo check --bins` on nexus-db-model (107/176) |
2916 | 2025-01-15T01:50:23.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2917 | 2025-01-15T01:50:23.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2918 | 2025-01-15T01:50:23.246Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2919 | 2025-01-15T01:50:23.249Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2920 | 2025-01-15T01:50:23.327Z | |
2921 | 2025-01-15T01:50:23.327Z | info: running `cargo check --bins` on nexus-defaults (108/176) |
2922 | 2025-01-15T01:50:23.871Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2923 | 2025-01-15T01:50:23.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2924 | 2025-01-15T01:50:23.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2925 | 2025-01-15T01:50:23.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2926 | 2025-01-15T01:50:23.950Z | |
2927 | 2025-01-15T01:50:23.950Z | info: running `cargo check --bins` on nexus-inventory (109/176) |
2928 | 2025-01-15T01:50:24.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2929 | 2025-01-15T01:50:24.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2930 | 2025-01-15T01:50:24.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2931 | 2025-01-15T01:50:24.532Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2932 | 2025-01-15T01:50:24.611Z | |
2933 | 2025-01-15T01:50:24.611Z | info: running `cargo check --bins` on typed-rng (110/176) |
2934 | 2025-01-15T01:50:25.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2935 | 2025-01-15T01:50:25.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2936 | 2025-01-15T01:50:25.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2937 | 2025-01-15T01:50:25.151Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2938 | 2025-01-15T01:50:25.225Z | |
2939 | 2025-01-15T01:50:25.225Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/176) |
2940 | 2025-01-15T01:50:25.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2941 | 2025-01-15T01:50:25.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2942 | 2025-01-15T01:50:25.970Z | Checking keccak v0.1.5 |
2943 | 2025-01-15T01:50:26.081Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2944 | 2025-01-15T01:50:26.084Z | Checking secrecy v0.8.0 |
2945 | 2025-01-15T01:50:26.084Z | Compiling unicase v2.7.0 |
2946 | 2025-01-15T01:50:26.093Z | Compiling same-file v1.0.6 |
2947 | 2025-01-15T01:50:26.117Z | Compiling tempfile v3.13.0 |
2948 | 2025-01-15T01:50:26.145Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2949 | 2025-01-15T01:50:26.147Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2950 | 2025-01-15T01:50:26.281Z | Compiling walkdir v2.5.0 |
2951 | 2025-01-15T01:50:26.394Z | Checking sha3 v0.10.8 |
2952 | 2025-01-15T01:50:26.394Z | Compiling thiserror-impl-no-std v2.0.2 |
2953 | 2025-01-15T01:50:26.428Z | Checking universal-hash v0.5.1 |
2954 | 2025-01-15T01:50:26.455Z | Compiling blake3 v1.5.4 |
2955 | 2025-01-15T01:50:26.565Z | Checking opaque-debug v0.3.1 |
2956 | 2025-01-15T01:50:26.614Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2957 | 2025-01-15T01:50:26.674Z | Checking poly1305 v0.8.0 |
2958 | 2025-01-15T01:50:26.712Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2959 | 2025-01-15T01:50:26.791Z | Checking chacha20 v0.9.1 |
2960 | 2025-01-15T01:50:26.913Z | Checking aead v0.5.2 |
2961 | 2025-01-15T01:50:26.922Z | Compiling memmap2 v0.9.5 |
2962 | 2025-01-15T01:50:26.971Z | Compiling salty v0.3.0 |
2963 | 2025-01-15T01:50:27.143Z | Compiling libefi-sys v0.1.0 |
2964 | 2025-01-15T01:50:27.149Z | Compiling arrayvec v0.7.6 |
2965 | 2025-01-15T01:50:27.190Z | Compiling arrayref v0.3.9 |
2966 | 2025-01-15T01:50:27.303Z | Compiling constant_time_eq v0.3.1 |
2967 | 2025-01-15T01:50:27.324Z | Checking chacha20poly1305 v0.10.1 |
2968 | 2025-01-15T01:50:27.428Z | Compiling toolchain_find v0.4.0 |
2969 | 2025-01-15T01:50:27.498Z | Compiling camino-tempfile v1.1.1 |
2970 | 2025-01-15T01:50:27.516Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2971 | 2025-01-15T01:50:27.534Z | Compiling bitfield-struct v0.6.2 |
2972 | 2025-01-15T01:50:27.861Z | Compiling topological-sort v0.2.2 |
2973 | 2025-01-15T01:50:27.909Z | Compiling mime_guess v2.0.5 |
2974 | 2025-01-15T01:50:28.006Z | Compiling rustfmt-wrapper v0.2.1 |
2975 | 2025-01-15T01:50:28.416Z | Compiling omicron-zone-package v0.12.0 |
2976 | 2025-01-15T01:50:28.590Z | Compiling progenitor v0.9.1 |
2977 | 2025-01-15T01:50:28.656Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2978 | 2025-01-15T01:50:28.834Z | Checking primeorder v0.13.6 |
2979 | 2025-01-15T01:50:28.906Z | Checking env_filter v0.1.2 |
2980 | 2025-01-15T01:50:28.929Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2981 | 2025-01-15T01:50:28.948Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2982 | 2025-01-15T01:50:29.141Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2983 | 2025-01-15T01:50:29.159Z | Checking env_logger v0.11.5 |
2984 | 2025-01-15T01:50:29.203Z | Checking thiserror-no-std v2.0.2 |
2985 | 2025-01-15T01:50:29.288Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2986 | 2025-01-15T01:50:29.307Z | Checking p384 v0.13.0 |
2987 | 2025-01-15T01:50:29.324Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2988 | 2025-01-15T01:50:29.339Z | Checking vsss-rs v3.3.4 |
2989 | 2025-01-15T01:50:29.464Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2990 | 2025-01-15T01:50:29.570Z | Compiling zip v2.1.3 |
2991 | 2025-01-15T01:50:29.699Z | Checking lockfree-object-pool v0.1.6 |
2992 | 2025-01-15T01:50:29.770Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2993 | 2025-01-15T01:50:29.891Z | Checking simd-adler32 v0.3.7 |
2994 | 2025-01-15T01:50:29.895Z | Checking http-range v0.1.5 |
2995 | 2025-01-15T01:50:29.946Z | Checking bumpalo v3.16.0 |
2996 | 2025-01-15T01:50:30.094Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2997 | 2025-01-15T01:50:30.275Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2998 | 2025-01-15T01:50:30.294Z | Checking zopfli v0.8.1 |
2999 | 2025-01-15T01:50:30.447Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
3000 | 2025-01-15T01:50:30.770Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
3001 | 2025-01-15T01:50:30.889Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
3002 | 2025-01-15T01:50:30.946Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
3003 | 2025-01-15T01:50:30.969Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3004 | 2025-01-15T01:50:31.273Z | Checking nanorand v0.7.0 |
3005 | 2025-01-15T01:50:31.514Z | Checking atty v0.2.14 |
3006 | 2025-01-15T01:50:31.534Z | Checking glob v0.3.1 |
3007 | 2025-01-15T01:50:31.537Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3008 | 2025-01-15T01:50:31.628Z | Checking flume v0.11.1 |
3009 | 2025-01-15T01:50:31.649Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
3010 | 2025-01-15T01:50:31.844Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3011 | 2025-01-15T01:50:32.075Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3012 | 2025-01-15T01:50:32.779Z | Checking hyper-staticfile v0.10.1 |
3013 | 2025-01-15T01:50:33.142Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3014 | 2025-01-15T01:50:33.205Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
3015 | 2025-01-15T01:50:33.300Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3016 | 2025-01-15T01:50:33.497Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3017 | 2025-01-15T01:50:33.609Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
3018 | 2025-01-15T01:50:33.804Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3019 | 2025-01-15T01:50:34.128Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
3020 | 2025-01-15T01:50:34.289Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3021 | 2025-01-15T01:50:34.438Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3022 | 2025-01-15T01:50:34.977Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3023 | 2025-01-15T01:50:37.948Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3024 | 2025-01-15T01:50:37.951Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3025 | 2025-01-15T01:50:46.161Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3026 | 2025-01-15T01:50:59.764Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 34.52s |
3027 | 2025-01-15T01:50:59.950Z | |
3028 | 2025-01-15T01:50:59.950Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/176) |
3029 | 2025-01-15T01:51:00.564Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3030 | 2025-01-15T01:51:00.567Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3031 | 2025-01-15T01:51:00.705Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3032 | 2025-01-15T01:51:14.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.58s |
3033 | 2025-01-15T01:51:14.740Z | |
3034 | 2025-01-15T01:51:14.740Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/176) |
3035 | 2025-01-15T01:51:15.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3036 | 2025-01-15T01:51:15.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3037 | 2025-01-15T01:51:15.484Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3038 | 2025-01-15T01:51:29.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s |
3039 | 2025-01-15T01:51:29.432Z | |
3040 | 2025-01-15T01:51:29.432Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/176) |
3041 | 2025-01-15T01:51:30.030Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3042 | 2025-01-15T01:51:30.033Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3043 | 2025-01-15T01:51:30.164Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3044 | 2025-01-15T01:51:43.788Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s |
3045 | 2025-01-15T01:51:43.978Z | |
3046 | 2025-01-15T01:51:43.978Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/176) |
3047 | 2025-01-15T01:51:44.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3048 | 2025-01-15T01:51:44.594Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3049 | 2025-01-15T01:51:44.726Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3050 | 2025-01-15T01:51:58.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.34s |
3051 | 2025-01-15T01:51:58.525Z | |
3052 | 2025-01-15T01:51:58.525Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/176) |
3053 | 2025-01-15T01:51:59.138Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3054 | 2025-01-15T01:51:59.141Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3055 | 2025-01-15T01:51:59.282Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3056 | 2025-01-15T01:52:12.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.43s |
3057 | 2025-01-15T01:52:13.156Z | |
3058 | 2025-01-15T01:52:13.156Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/176) |
3059 | 2025-01-15T01:52:13.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3060 | 2025-01-15T01:52:13.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3061 | 2025-01-15T01:52:13.903Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3062 | 2025-01-15T01:52:27.544Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.37s |
3063 | 2025-01-15T01:52:27.744Z | |
3064 | 2025-01-15T01:52:27.744Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/176) |
3065 | 2025-01-15T01:52:28.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3066 | 2025-01-15T01:52:28.354Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3067 | 2025-01-15T01:52:28.489Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3068 | 2025-01-15T01:52:42.252Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.49s |
3069 | 2025-01-15T01:52:42.440Z | |
3070 | 2025-01-15T01:52:42.440Z | info: running `cargo check --bins` on bootstrap-agent-api (119/176) |
3071 | 2025-01-15T01:52:43.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3072 | 2025-01-15T01:52:43.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3073 | 2025-01-15T01:52:43.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3074 | 2025-01-15T01:52:43.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3075 | 2025-01-15T01:52:43.105Z | |
3076 | 2025-01-15T01:52:43.105Z | info: running `cargo check --bins` on key-manager (120/176) |
3077 | 2025-01-15T01:52:43.650Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3078 | 2025-01-15T01:52:43.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3079 | 2025-01-15T01:52:43.653Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3080 | 2025-01-15T01:52:43.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3081 | 2025-01-15T01:52:43.729Z | |
3082 | 2025-01-15T01:52:43.729Z | info: running `cargo check --bins` on range-requests (121/176) |
3083 | 2025-01-15T01:52:44.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3084 | 2025-01-15T01:52:44.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3085 | 2025-01-15T01:52:44.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3086 | 2025-01-15T01:52:44.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3087 | 2025-01-15T01:52:44.340Z | |
3088 | 2025-01-15T01:52:44.340Z | info: running `cargo check --bins` on repo-depot-api (122/176) |
3089 | 2025-01-15T01:52:44.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3090 | 2025-01-15T01:52:44.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3091 | 2025-01-15T01:52:44.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3092 | 2025-01-15T01:52:44.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3093 | 2025-01-15T01:52:44.972Z | |
3094 | 2025-01-15T01:52:44.972Z | info: running `cargo check --bins` on sled-agent-api (123/176) |
3095 | 2025-01-15T01:52:45.546Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3096 | 2025-01-15T01:52:45.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3097 | 2025-01-15T01:52:45.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3098 | 2025-01-15T01:52:45.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3099 | 2025-01-15T01:52:45.631Z | |
3100 | 2025-01-15T01:52:45.631Z | info: running `cargo check --bins` on sled-diagnostics (124/176) |
3101 | 2025-01-15T01:52:46.167Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3102 | 2025-01-15T01:52:46.170Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3103 | 2025-01-15T01:52:46.171Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3104 | 2025-01-15T01:52:46.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3105 | 2025-01-15T01:52:46.244Z | |
3106 | 2025-01-15T01:52:46.244Z | info: running `cargo check --bins` on sled-hardware (125/176) |
3107 | 2025-01-15T01:52:46.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2025-01-15T01:52:46.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2025-01-15T01:52:46.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3110 | 2025-01-15T01:52:46.812Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3111 | 2025-01-15T01:52:46.889Z | |
3112 | 2025-01-15T01:52:46.889Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/176) |
3113 | 2025-01-15T01:52:47.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2025-01-15T01:52:47.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2025-01-15T01:52:47.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3116 | 2025-01-15T01:52:47.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3117 | 2025-01-15T01:52:47.537Z | |
3118 | 2025-01-15T01:52:47.537Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/176) |
3119 | 2025-01-15T01:52:48.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2025-01-15T01:52:48.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2025-01-15T01:52:48.100Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3122 | 2025-01-15T01:52:48.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3123 | 2025-01-15T01:52:48.176Z | |
3124 | 2025-01-15T01:52:48.176Z | info: running `cargo check --bins` on nexus-reconfigurator-blippy (128/176) |
3125 | 2025-01-15T01:52:48.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2025-01-15T01:52:48.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2025-01-15T01:52:48.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3128 | 2025-01-15T01:52:48.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3129 | 2025-01-15T01:52:48.828Z | |
3130 | 2025-01-15T01:52:48.828Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (129/176) |
3131 | 2025-01-15T01:52:49.397Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2025-01-15T01:52:49.400Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2025-01-15T01:52:49.400Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3134 | 2025-01-15T01:52:49.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3135 | 2025-01-15T01:52:49.481Z | |
3136 | 2025-01-15T01:52:49.481Z | info: running `cargo check --bins` on nexus-test-interface (130/176) |
3137 | 2025-01-15T01:52:50.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2025-01-15T01:52:50.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2025-01-15T01:52:50.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3140 | 2025-01-15T01:52:50.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3141 | 2025-01-15T01:52:50.145Z | |
3142 | 2025-01-15T01:52:50.145Z | info: running `cargo check --bins` on oximeter-collector (131/176) |
3143 | 2025-01-15T01:52:50.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2025-01-15T01:52:50.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2025-01-15T01:52:50.839Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3146 | 2025-01-15T01:52:50.839Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3147 | 2025-01-15T01:52:51.703Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3148 | 2025-01-15T01:52:53.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.57s |
3149 | 2025-01-15T01:52:53.908Z | |
3150 | 2025-01-15T01:52:53.908Z | info: running `cargo check --bins` on oximeter-api (132/176) |
3151 | 2025-01-15T01:52:54.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3152 | 2025-01-15T01:52:54.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3153 | 2025-01-15T01:52:54.469Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3154 | 2025-01-15T01:52:54.472Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3155 | 2025-01-15T01:52:54.546Z | |
3156 | 2025-01-15T01:52:54.546Z | info: running `cargo check --bins` on cert-dev (133/176) |
3157 | 2025-01-15T01:52:55.084Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3158 | 2025-01-15T01:52:55.087Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3159 | 2025-01-15T01:52:55.161Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3160 | 2025-01-15T01:52:55.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
3161 | 2025-01-15T01:52:55.608Z | |
3162 | 2025-01-15T01:52:55.608Z | info: running `cargo check --bins` on clickana (134/176) |
3163 | 2025-01-15T01:52:56.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3164 | 2025-01-15T01:52:56.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3165 | 2025-01-15T01:52:56.256Z | Checking castaway v0.2.3 |
3166 | 2025-01-15T01:52:56.256Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
3167 | 2025-01-15T01:52:56.256Z | Checking unicode-truncate v1.1.0 |
3168 | 2025-01-15T01:52:56.260Z | Checking lru v0.12.5 |
3169 | 2025-01-15T01:52:56.260Z | Compiling instability v0.3.2 |
3170 | 2025-01-15T01:52:56.260Z | Checking cassowary v0.3.0 |
3171 | 2025-01-15T01:52:56.483Z | Checking compact_str v0.8.0 |
3172 | 2025-01-15T01:52:57.065Z | Checking ratatui v0.28.1 |
3173 | 2025-01-15T01:52:57.941Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3174 | 2025-01-15T01:52:58.930Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3175 | 2025-01-15T01:52:59.782Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.16s |
3176 | 2025-01-15T01:52:59.958Z | |
3177 | 2025-01-15T01:52:59.958Z | info: running `cargo check --bins` on clickhouse-cluster-dev (135/176) |
3178 | 2025-01-15T01:53:00.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2025-01-15T01:53:00.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2025-01-15T01:53:00.637Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3181 | 2025-01-15T01:53:00.637Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3182 | 2025-01-15T01:53:01.643Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3183 | 2025-01-15T01:53:02.120Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3184 | 2025-01-15T01:53:02.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
3185 | 2025-01-15T01:53:02.697Z | |
3186 | 2025-01-15T01:53:02.697Z | info: running `cargo check --bins` on ch-dev (136/176) |
3187 | 2025-01-15T01:53:03.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2025-01-15T01:53:03.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2025-01-15T01:53:03.377Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3190 | 2025-01-15T01:53:04.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3191 | 2025-01-15T01:53:04.282Z | |
3192 | 2025-01-15T01:53:04.282Z | info: running `cargo check --bins` on crdb-seed (137/176) |
3193 | 2025-01-15T01:53:04.858Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2025-01-15T01:53:04.861Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2025-01-15T01:53:04.956Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3196 | 2025-01-15T01:53:05.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
3197 | 2025-01-15T01:53:05.484Z | |
3198 | 2025-01-15T01:53:05.484Z | info: running `cargo check --bins` on db-dev (138/176) |
3199 | 2025-01-15T01:53:06.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2025-01-15T01:53:06.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2025-01-15T01:53:06.148Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3202 | 2025-01-15T01:53:06.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
3203 | 2025-01-15T01:53:07.060Z | |
3204 | 2025-01-15T01:53:07.060Z | info: running `cargo check --bins` on omicron-dev-lib (139/176) |
3205 | 2025-01-15T01:53:07.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2025-01-15T01:53:07.633Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2025-01-15T01:53:07.633Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3208 | 2025-01-15T01:53:07.637Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3209 | 2025-01-15T01:53:07.717Z | |
3210 | 2025-01-15T01:53:07.717Z | info: running `cargo check --bins` on xtask-downloader (140/176) |
3211 | 2025-01-15T01:53:08.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3212 | 2025-01-15T01:53:08.253Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3213 | 2025-01-15T01:53:08.330Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3214 | 2025-01-15T01:53:09.191Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
3215 | 2025-01-15T01:53:09.356Z | |
3216 | 2025-01-15T01:53:09.356Z | info: running `cargo check --bins` on omicron-ls-apis (141/176) |
3217 | 2025-01-15T01:53:09.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3218 | 2025-01-15T01:53:09.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3219 | 2025-01-15T01:53:09.978Z | Checking cargo-platform v0.1.8 |
3220 | 2025-01-15T01:53:10.256Z | Checking cargo_metadata v0.18.1 |
3221 | 2025-01-15T01:53:11.175Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3222 | 2025-01-15T01:53:12.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.66s |
3223 | 2025-01-15T01:53:12.190Z | |
3224 | 2025-01-15T01:53:12.190Z | info: running `cargo check --bins` on mgs-dev (142/176) |
3225 | 2025-01-15T01:53:12.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3226 | 2025-01-15T01:53:12.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3227 | 2025-01-15T01:53:12.924Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3228 | 2025-01-15T01:53:14.347Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3229 | 2025-01-15T01:53:14.906Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3230 | 2025-01-15T01:53:15.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.26s |
3231 | 2025-01-15T01:53:15.648Z | |
3232 | 2025-01-15T01:53:15.648Z | info: running `cargo check --bins` on omicron-omdb (143/176) |
3233 | 2025-01-15T01:53:16.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3234 | 2025-01-15T01:53:16.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3235 | 2025-01-15T01:53:16.440Z | Compiling crunchy v0.2.2 |
3236 | 2025-01-15T01:53:16.443Z | Compiling tiny-keccak v2.0.2 |
3237 | 2025-01-15T01:53:16.443Z | Compiling dsl_auto_type v0.1.2 |
3238 | 2025-01-15T01:53:16.443Z | Checking scheduled-thread-pool v0.2.7 |
3239 | 2025-01-15T01:53:16.443Z | Compiling diesel_table_macro_syntax v0.2.0 |
3240 | 2025-01-15T01:53:16.578Z | Compiling ascii-canvas v3.0.0 |
3241 | 2025-01-15T01:53:16.591Z | Compiling ena v0.14.3 |
3242 | 2025-01-15T01:53:16.594Z | Compiling diff v0.1.13 |
3243 | 2025-01-15T01:53:16.780Z | Checking r2d2 v0.8.10 |
3244 | 2025-01-15T01:53:16.855Z | Compiling regex-syntax v0.6.29 |
3245 | 2025-01-15T01:53:16.970Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3246 | 2025-01-15T01:53:17.014Z | Compiling ref-cast v1.0.23 |
3247 | 2025-01-15T01:53:17.117Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3248 | 2025-01-15T01:53:17.117Z | Compiling derive_builder_core v0.20.2 |
3249 | 2025-01-15T01:53:17.153Z | Compiling libxml v0.3.3 |
3250 | 2025-01-15T01:53:17.196Z | Compiling ref-cast-impl v1.0.23 |
3251 | 2025-01-15T01:53:17.400Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3252 | 2025-01-15T01:53:17.584Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3253 | 2025-01-15T01:53:17.610Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3254 | 2025-01-15T01:53:17.762Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3255 | 2025-01-15T01:53:17.902Z | Compiling strum_macros v0.24.3 |
3256 | 2025-01-15T01:53:17.920Z | Compiling samael v0.0.17 |
3257 | 2025-01-15T01:53:18.010Z | Compiling diesel_derives v2.2.3 |
3258 | 2025-01-15T01:53:18.115Z | Compiling indoc v1.0.9 |
3259 | 2025-01-15T01:53:18.989Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3260 | 2025-01-15T01:53:19.305Z | Compiling oso-derive v0.27.3 |
3261 | 2025-01-15T01:53:19.367Z | Compiling derive_builder_macro v0.20.2 |
3262 | 2025-01-15T01:53:19.935Z | Compiling impl-trait-for-tuples v0.2.2 |
3263 | 2025-01-15T01:53:20.189Z | Compiling lalrpop v0.19.12 |
3264 | 2025-01-15T01:53:20.345Z | Checking derive_builder v0.20.2 |
3265 | 2025-01-15T01:53:20.516Z | Checking quick-xml v0.33.0 |
3266 | 2025-01-15T01:53:20.758Z | Compiling diesel-dtrace v0.4.2 |
3267 | 2025-01-15T01:53:21.090Z | Checking maplit v1.0.2 |
3268 | 2025-01-15T01:53:21.343Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3269 | 2025-01-15T01:53:21.361Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3270 | 2025-01-15T01:53:21.648Z | Checking bb8 v0.8.5 |
3271 | 2025-01-15T01:53:21.818Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3272 | 2025-01-15T01:53:22.125Z | Checking rand_seeder v0.3.0 |
3273 | 2025-01-15T01:53:22.195Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3274 | 2025-01-15T01:53:22.306Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3275 | 2025-01-15T01:53:22.378Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3276 | 2025-01-15T01:53:22.593Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3277 | 2025-01-15T01:53:22.905Z | Checking is_ci v1.2.0 |
3278 | 2025-01-15T01:53:22.928Z | Checking unicode-linebreak v0.1.5 |
3279 | 2025-01-15T01:53:23.055Z | Checking smawk v0.3.2 |
3280 | 2025-01-15T01:53:23.285Z | Checking supports-color v3.0.1 |
3281 | 2025-01-15T01:53:23.383Z | Checking textwrap v0.16.1 |
3282 | 2025-01-15T01:53:23.532Z | Checking multimap v0.10.0 |
3283 | 2025-01-15T01:53:24.053Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3284 | 2025-01-15T01:53:26.258Z | Checking diesel v2.2.6 |
3285 | 2025-01-15T01:53:50.900Z | Compiling polar-core v0.27.3 |
3286 | 2025-01-15T01:53:52.059Z | Checking async-bb8-diesel v0.2.1 |
3287 | 2025-01-15T01:53:58.209Z | Checking oso v0.27.3 |
3288 | 2025-01-15T01:55:00.339Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3289 | 2025-01-15T01:55:06.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 51s |
3290 | 2025-01-15T01:55:06.991Z | |
3291 | 2025-01-15T01:55:06.991Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (144/176) |
3292 | 2025-01-15T01:55:07.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3293 | 2025-01-15T01:55:07.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3294 | 2025-01-15T01:55:07.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3295 | 2025-01-15T01:55:07.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3296 | 2025-01-15T01:55:07.677Z | |
3297 | 2025-01-15T01:55:07.677Z | info: running `cargo check --bins` on nexus-saga-recovery (145/176) |
3298 | 2025-01-15T01:55:08.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3299 | 2025-01-15T01:55:08.266Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3300 | 2025-01-15T01:55:08.266Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3301 | 2025-01-15T01:55:08.269Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3302 | 2025-01-15T01:55:08.349Z | |
3303 | 2025-01-15T01:55:08.349Z | info: running `cargo check --bins` on nexus-test-utils-macros (146/176) |
3304 | 2025-01-15T01:55:08.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3305 | 2025-01-15T01:55:08.892Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3306 | 2025-01-15T01:55:08.892Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3307 | 2025-01-15T01:55:08.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3308 | 2025-01-15T01:55:08.967Z | |
3309 | 2025-01-15T01:55:08.967Z | info: running `cargo check --bins` on omicron-nexus (147/176) |
3310 | 2025-01-15T01:55:09.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3311 | 2025-01-15T01:55:09.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3312 | 2025-01-15T01:55:09.782Z | Compiling libz-sys v1.1.20 |
3313 | 2025-01-15T01:55:09.897Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3314 | 2025-01-15T01:55:09.911Z | Compiling vergen v8.3.2 |
3315 | 2025-01-15T01:55:09.914Z | Compiling cargo-platform v0.1.8 |
3316 | 2025-01-15T01:55:09.914Z | Compiling pin-project-internal v1.1.6 |
3317 | 2025-01-15T01:55:09.950Z | Compiling snafu-derive v0.8.5 |
3318 | 2025-01-15T01:55:09.953Z | Compiling libsqlite3-sys v0.30.1 |
3319 | 2025-01-15T01:55:09.953Z | Compiling cfg_aliases v0.2.1 |
3320 | 2025-01-15T01:55:10.094Z | Compiling rustls v0.21.12 |
3321 | 2025-01-15T01:55:10.193Z | Compiling buf-list v1.0.3 |
3322 | 2025-01-15T01:55:10.363Z | Compiling cargo_metadata v0.18.1 |
3323 | 2025-01-15T01:55:10.452Z | Compiling nix v0.29.0 |
3324 | 2025-01-15T01:55:10.540Z | Checking globset v0.4.15 |
3325 | 2025-01-15T01:55:10.648Z | Checking olpc-cjson v0.1.4 |
3326 | 2025-01-15T01:55:10.893Z | Checking sct v0.7.1 |
3327 | 2025-01-15T01:55:10.951Z | Checking rustls-webpki v0.101.7 |
3328 | 2025-01-15T01:55:11.020Z | Checking serde_plain v1.0.2 |
3329 | 2025-01-15T01:55:11.103Z | Checking typed-path v0.9.3 |
3330 | 2025-01-15T01:55:11.573Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3331 | 2025-01-15T01:55:11.716Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3332 | 2025-01-15T01:55:11.880Z | Checking hashlink v0.9.1 |
3333 | 2025-01-15T01:55:12.017Z | Checking parse-size v1.1.0 |
3334 | 2025-01-15T01:55:12.217Z | Checking fallible-iterator v0.3.0 |
3335 | 2025-01-15T01:55:12.429Z | Checking fallible-streaming-iterator v0.1.9 |
3336 | 2025-01-15T01:55:12.560Z | Checking pin-project v1.1.6 |
3337 | 2025-01-15T01:55:12.729Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3338 | 2025-01-15T01:55:12.792Z | Checking rusqlite v0.32.1 |
3339 | 2025-01-15T01:55:12.880Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3340 | 2025-01-15T01:55:13.163Z | Checking rustls-pemfile v1.0.4 |
3341 | 2025-01-15T01:55:13.392Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3342 | 2025-01-15T01:55:13.504Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3343 | 2025-01-15T01:55:13.718Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3344 | 2025-01-15T01:55:13.739Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3345 | 2025-01-15T01:55:13.763Z | Checking twox-hash v1.6.3 |
3346 | 2025-01-15T01:55:13.883Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3347 | 2025-01-15T01:55:14.243Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3348 | 2025-01-15T01:55:14.262Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3349 | 2025-01-15T01:55:14.508Z | Checking tokio-rustls v0.24.1 |
3350 | 2025-01-15T01:55:14.716Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3351 | 2025-01-15T01:55:14.788Z | Checking snafu v0.8.5 |
3352 | 2025-01-15T01:55:14.849Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3353 | 2025-01-15T01:55:14.936Z | Checking fatfs v0.3.6 |
3354 | 2025-01-15T01:55:15.258Z | Checking tough v0.19.0 |
3355 | 2025-01-15T01:55:15.817Z | Checking assert_matches v1.5.0 |
3356 | 2025-01-15T01:55:19.238Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3357 | 2025-01-15T01:55:20.500Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3358 | 2025-01-15T01:55:21.880Z | Compiling git2 v0.19.0 |
3359 | 2025-01-15T01:55:26.071Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
3360 | 2025-01-15T01:56:20.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3361 | 2025-01-15T01:56:21.049Z | |
3362 | 2025-01-15T01:56:21.049Z | info: running `cargo check --bins` on nexus-external-api (148/176) |
3363 | 2025-01-15T01:56:21.661Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3364 | 2025-01-15T01:56:21.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3365 | 2025-01-15T01:56:21.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3366 | 2025-01-15T01:56:21.667Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3367 | 2025-01-15T01:56:21.748Z | |
3368 | 2025-01-15T01:56:21.748Z | info: running `cargo check --bins` on openapi-manager-types (149/176) |
3369 | 2025-01-15T01:56:22.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3370 | 2025-01-15T01:56:22.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3371 | 2025-01-15T01:56:22.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3372 | 2025-01-15T01:56:22.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3373 | 2025-01-15T01:56:22.359Z | |
3374 | 2025-01-15T01:56:22.359Z | info: running `cargo check --bins` on nexus-internal-api (150/176) |
3375 | 2025-01-15T01:56:22.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3376 | 2025-01-15T01:56:22.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3377 | 2025-01-15T01:56:22.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3378 | 2025-01-15T01:56:22.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3379 | 2025-01-15T01:56:23.030Z | |
3380 | 2025-01-15T01:56:23.030Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (151/176) |
3381 | 2025-01-15T01:56:23.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3382 | 2025-01-15T01:56:23.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3383 | 2025-01-15T01:56:23.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3384 | 2025-01-15T01:56:23.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3385 | 2025-01-15T01:56:23.714Z | |
3386 | 2025-01-15T01:56:23.715Z | info: running `cargo check --bins` on nexus-networking (152/176) |
3387 | 2025-01-15T01:56:24.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3388 | 2025-01-15T01:56:24.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3389 | 2025-01-15T01:56:24.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3390 | 2025-01-15T01:56:24.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3391 | 2025-01-15T01:56:24.410Z | |
3392 | 2025-01-15T01:56:24.410Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (153/176) |
3393 | 2025-01-15T01:56:24.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3394 | 2025-01-15T01:56:25.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3395 | 2025-01-15T01:56:25.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3396 | 2025-01-15T01:56:25.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3397 | 2025-01-15T01:56:25.084Z | |
3398 | 2025-01-15T01:56:25.084Z | info: running `cargo check --bins` on update-common (154/176) |
3399 | 2025-01-15T01:56:25.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3400 | 2025-01-15T01:56:25.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3401 | 2025-01-15T01:56:25.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3402 | 2025-01-15T01:56:25.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3403 | 2025-01-15T01:56:25.731Z | |
3404 | 2025-01-15T01:56:25.731Z | info: running `cargo check --bins` on tufaceous-lib (155/176) |
3405 | 2025-01-15T01:56:26.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3406 | 2025-01-15T01:56:26.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3407 | 2025-01-15T01:56:26.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3408 | 2025-01-15T01:56:26.296Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3409 | 2025-01-15T01:56:26.373Z | |
3410 | 2025-01-15T01:56:26.373Z | info: running `cargo check --bins` on tufaceous (156/176) |
3411 | 2025-01-15T01:56:26.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3412 | 2025-01-15T01:56:26.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3413 | 2025-01-15T01:56:27.042Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3414 | 2025-01-15T01:56:28.192Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3415 | 2025-01-15T01:56:29.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.64s |
3416 | 2025-01-15T01:56:29.201Z | |
3417 | 2025-01-15T01:56:29.201Z | info: running `cargo check --bins` on omicron-dev (157/176) |
3418 | 2025-01-15T01:56:29.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3419 | 2025-01-15T01:56:29.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3420 | 2025-01-15T01:56:30.056Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3421 | 2025-01-15T01:56:30.059Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3422 | 2025-01-15T01:56:30.197Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3423 | 2025-01-15T01:56:30.202Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3424 | 2025-01-15T01:56:31.198Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3425 | 2025-01-15T01:56:58.251Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3426 | 2025-01-15T01:56:58.254Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3427 | 2025-01-15T01:56:58.254Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3428 | 2025-01-15T01:56:58.254Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3429 | 2025-01-15T01:56:58.254Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3430 | 2025-01-15T01:56:59.053Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3431 | 2025-01-15T01:57:00.364Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3432 | 2025-01-15T01:57:40.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
3433 | 2025-01-15T01:57:40.708Z | |
3434 | 2025-01-15T01:57:40.708Z | info: running `cargo check --bins` on openapi-manager (158/176) |
3435 | 2025-01-15T01:57:41.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3436 | 2025-01-15T01:57:41.315Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3437 | 2025-01-15T01:57:41.437Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
3438 | 2025-01-15T01:57:41.437Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
3439 | 2025-01-15T01:57:41.440Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3440 | 2025-01-15T01:57:41.566Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3441 | 2025-01-15T01:57:41.570Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
3442 | 2025-01-15T01:57:41.594Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
3443 | 2025-01-15T01:57:41.598Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3444 | 2025-01-15T01:57:41.610Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
3445 | 2025-01-15T01:57:41.799Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3446 | 2025-01-15T01:57:41.871Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
3447 | 2025-01-15T01:57:41.935Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
3448 | 2025-01-15T01:57:42.134Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
3449 | 2025-01-15T01:57:42.182Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
3450 | 2025-01-15T01:57:42.656Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3451 | 2025-01-15T01:57:42.835Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3452 | 2025-01-15T01:57:42.948Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3453 | 2025-01-15T01:57:44.277Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3454 | 2025-01-15T01:57:44.807Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
3455 | 2025-01-15T01:57:45.198Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3456 | 2025-01-15T01:57:45.211Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3457 | 2025-01-15T01:57:47.137Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
3458 | 2025-01-15T01:57:47.148Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
3459 | 2025-01-15T01:57:48.488Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3460 | 2025-01-15T01:57:49.964Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3461 | 2025-01-15T01:57:55.205Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3462 | 2025-01-15T01:57:55.208Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3463 | 2025-01-15T01:57:56.409Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3464 | 2025-01-15T01:57:57.427Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.70s |
3465 | 2025-01-15T01:57:57.616Z | |
3466 | 2025-01-15T01:57:57.616Z | info: running `cargo check --bins` on installinator-api (159/176) |
3467 | 2025-01-15T01:57:58.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3468 | 2025-01-15T01:57:58.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3469 | 2025-01-15T01:57:58.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3470 | 2025-01-15T01:57:58.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3471 | 2025-01-15T01:57:58.275Z | |
3472 | 2025-01-15T01:57:58.275Z | info: running `cargo check --bins` on wicketd-api (160/176) |
3473 | 2025-01-15T01:57:58.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3474 | 2025-01-15T01:57:58.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3475 | 2025-01-15T01:57:58.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3476 | 2025-01-15T01:57:58.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3477 | 2025-01-15T01:57:58.928Z | |
3478 | 2025-01-15T01:57:58.928Z | info: running `cargo check --bins` on reconfigurator-cli (161/176) |
3479 | 2025-01-15T01:57:59.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3480 | 2025-01-15T01:57:59.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3481 | 2025-01-15T01:57:59.629Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3482 | 2025-01-15T01:57:59.629Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3483 | 2025-01-15T01:57:59.632Z | Compiling petname v2.0.2 |
3484 | 2025-01-15T01:57:59.632Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
3485 | 2025-01-15T01:57:59.632Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3486 | 2025-01-15T01:57:59.632Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
3487 | 2025-01-15T01:57:59.736Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3488 | 2025-01-15T01:57:59.771Z | Checking sync-ptr v0.1.1 |
3489 | 2025-01-15T01:58:04.984Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3490 | 2025-01-15T01:58:05.600Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3491 | 2025-01-15T01:58:06.743Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3492 | 2025-01-15T01:58:08.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.35s |
3493 | 2025-01-15T01:58:08.478Z | |
3494 | 2025-01-15T01:58:08.478Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (162/176) |
3495 | 2025-01-15T01:58:09.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3496 | 2025-01-15T01:58:09.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3497 | 2025-01-15T01:58:09.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3498 | 2025-01-15T01:58:09.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3499 | 2025-01-15T01:58:09.157Z | |
3500 | 2025-01-15T01:58:09.157Z | info: running `cargo check --bins` on omicron-releng (163/176) |
3501 | 2025-01-15T01:58:09.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3502 | 2025-01-15T01:58:09.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3503 | 2025-01-15T01:58:09.823Z | Checking memmap2 v0.9.5 |
3504 | 2025-01-15T01:58:09.823Z | Checking constant_time_eq v0.3.1 |
3505 | 2025-01-15T01:58:09.825Z | Checking arrayref v0.3.9 |
3506 | 2025-01-15T01:58:09.826Z | Checking arrayvec v0.7.6 |
3507 | 2025-01-15T01:58:09.826Z | Checking topological-sort v0.2.2 |
3508 | 2025-01-15T01:58:09.826Z | Checking shell-words v1.1.0 |
3509 | 2025-01-15T01:58:10.201Z | Checking blake3 v1.5.4 |
3510 | 2025-01-15T01:58:10.541Z | Checking omicron-zone-package v0.12.0 |
3511 | 2025-01-15T01:58:11.672Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3512 | 2025-01-15T01:58:12.594Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.43s |
3513 | 2025-01-15T01:58:12.783Z | |
3514 | 2025-01-15T01:58:12.783Z | info: running `cargo check --bins` on xtask (164/176) |
3515 | 2025-01-15T01:58:13.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3516 | 2025-01-15T01:58:13.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3517 | 2025-01-15T01:58:13.223Z | Checking bitflags v2.6.0 |
3518 | 2025-01-15T01:58:13.226Z | Checking serde v1.0.217 |
3519 | 2025-01-15T01:58:13.226Z | Checking thiserror v1.0.69 |
3520 | 2025-01-15T01:58:13.320Z | Checking scroll v0.12.0 |
3521 | 2025-01-15T01:58:13.323Z | Checking hashbrown v0.15.1 |
3522 | 2025-01-15T01:58:13.333Z | Checking log v0.4.22 |
3523 | 2025-01-15T01:58:13.335Z | Checking zerocopy v0.7.35 |
3524 | 2025-01-15T01:58:13.370Z | Checking syn v2.0.96 |
3525 | 2025-01-15T01:58:13.436Z | Checking pest v2.7.14 |
3526 | 2025-01-15T01:58:13.545Z | Checking rustix v0.38.37 |
3527 | 2025-01-15T01:58:13.591Z | Checking once_cell v1.20.2 |
3528 | 2025-01-15T01:58:13.762Z | Checking goblin v0.8.2 |
3529 | 2025-01-15T01:58:13.887Z | Checking fs-err v2.11.0 |
3530 | 2025-01-15T01:58:14.186Z | Checking tabled v0.15.0 |
3531 | 2025-01-15T01:58:14.331Z | Checking indexmap v2.7.0 |
3532 | 2025-01-15T01:58:14.602Z | Checking anyhow v1.0.93 |
3533 | 2025-01-15T01:58:15.320Z | Checking terminal_size v0.4.0 |
3534 | 2025-01-15T01:58:15.322Z | Checking tempfile v3.13.0 |
3535 | 2025-01-15T01:58:15.496Z | Checking clap_builder v4.5.21 |
3536 | 2025-01-15T01:58:16.010Z | Checking dtrace-parser v0.2.0 |
3537 | 2025-01-15T01:58:17.059Z | Checking serde_json v1.0.135 |
3538 | 2025-01-15T01:58:17.059Z | Checking toml_datetime v0.6.8 |
3539 | 2025-01-15T01:58:17.061Z | Checking serde_spanned v0.6.8 |
3540 | 2025-01-15T01:58:17.061Z | Checking camino v1.1.9 |
3541 | 2025-01-15T01:58:17.061Z | Checking cargo-platform v0.1.8 |
3542 | 2025-01-15T01:58:17.299Z | Checking semver v1.0.24 |
3543 | 2025-01-15T01:58:17.354Z | Checking macaddr v1.0.1 |
3544 | 2025-01-15T01:58:17.388Z | Checking toml_edit v0.22.22 |
3545 | 2025-01-15T01:58:17.599Z | Checking camino-tempfile v1.1.1 |
3546 | 2025-01-15T01:58:17.994Z | Checking clap v4.5.21 |
3547 | 2025-01-15T01:58:18.291Z | Checking dof v0.3.0 |
3548 | 2025-01-15T01:58:18.291Z | Checking cargo_metadata v0.18.1 |
3549 | 2025-01-15T01:58:18.703Z | Checking usdt-impl v0.5.0 |
3550 | 2025-01-15T01:58:19.095Z | Checking usdt v0.5.0 |
3551 | 2025-01-15T01:58:19.312Z | Checking toml v0.8.19 |
3552 | 2025-01-15T01:58:19.763Z | Checking cargo_toml v0.20.5 |
3553 | 2025-01-15T01:58:20.904Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3554 | 2025-01-15T01:58:21.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.75s |
3555 | 2025-01-15T01:58:21.647Z | |
3556 | 2025-01-15T01:58:21.647Z | info: running `cargo check --bins` on end-to-end-tests (165/176) |
3557 | 2025-01-15T01:58:22.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3558 | 2025-01-15T01:58:22.281Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3559 | 2025-01-15T01:58:22.426Z | Checking polyval v0.6.2 |
3560 | 2025-01-15T01:58:22.540Z | Checking ctr v0.9.2 |
3561 | 2025-01-15T01:58:22.554Z | Checking ssh-encoding v0.2.0 |
3562 | 2025-01-15T01:58:22.556Z | Checking blowfish v0.9.1 |
3563 | 2025-01-15T01:58:22.581Z | Checking password-hash v0.4.2 |
3564 | 2025-01-15T01:58:22.584Z | Checking matches v0.1.10 |
3565 | 2025-01-15T01:58:22.614Z | Checking p256 v0.13.2 |
3566 | 2025-01-15T01:58:22.616Z | Checking p521 v0.13.3 |
3567 | 2025-01-15T01:58:22.694Z | Checking idna v0.2.3 |
3568 | 2025-01-15T01:58:22.781Z | Checking ghash v0.5.1 |
3569 | 2025-01-15T01:58:22.787Z | Checking bcrypt-pbkdf v0.10.0 |
3570 | 2025-01-15T01:58:22.791Z | Compiling enum-as-inner v0.5.1 |
3571 | 2025-01-15T01:58:22.875Z | Checking russh-cryptovec v0.7.3 |
3572 | 2025-01-15T01:58:22.979Z | Checking pbkdf2 v0.11.0 |
3573 | 2025-01-15T01:58:22.999Z | Checking aes-gcm v0.10.3 |
3574 | 2025-01-15T01:58:23.076Z | Checking md5 v0.7.0 |
3575 | 2025-01-15T01:58:23.098Z | Checking num-bigint v0.4.6 |
3576 | 2025-01-15T01:58:23.098Z | Checking des v0.8.1 |
3577 | 2025-01-15T01:58:23.227Z | Checking ssh-cipher v0.2.0 |
3578 | 2025-01-15T01:58:23.282Z | Compiling dhcproto-macros v0.1.0 |
3579 | 2025-01-15T01:58:23.350Z | Checking hex-literal v0.4.1 |
3580 | 2025-01-15T01:58:23.375Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3581 | 2025-01-15T01:58:23.500Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3582 | 2025-01-15T01:58:23.519Z | Checking ssh-key v0.6.6 |
3583 | 2025-01-15T01:58:23.574Z | Checking internet-checksum v0.2.1 |
3584 | 2025-01-15T01:58:23.795Z | Checking trust-dns-proto v0.22.0 |
3585 | 2025-01-15T01:58:24.815Z | Checking russh-keys v0.45.0 |
3586 | 2025-01-15T01:58:25.706Z | Checking russh v0.45.0 |
3587 | 2025-01-15T01:58:26.339Z | Checking dhcproto v0.12.0 |
3588 | 2025-01-15T01:58:42.860Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3589 | 2025-01-15T01:58:44.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.59s |
3590 | 2025-01-15T01:58:44.464Z | |
3591 | 2025-01-15T01:58:44.464Z | info: running `cargo check --bins` on gateway-cli (166/176) |
3592 | 2025-01-15T01:58:45.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3593 | 2025-01-15T01:58:45.038Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3594 | 2025-01-15T01:58:45.126Z | Checking termios v0.3.3 |
3595 | 2025-01-15T01:58:45.352Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3596 | 2025-01-15T01:58:46.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.70s |
3597 | 2025-01-15T01:58:46.342Z | |
3598 | 2025-01-15T01:58:46.342Z | info: running `cargo check --bins --no-default-features` on installinator (167/176) |
3599 | 2025-01-15T01:58:46.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3600 | 2025-01-15T01:58:46.950Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3601 | 2025-01-15T01:58:47.062Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
3602 | 2025-01-15T01:58:47.065Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
3603 | 2025-01-15T01:58:47.065Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3604 | 2025-01-15T01:58:47.065Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3605 | 2025-01-15T01:58:48.103Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
3606 | 2025-01-15T01:58:49.340Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3607 | 2025-01-15T01:58:51.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.78s |
3608 | 2025-01-15T01:58:51.319Z | |
3609 | 2025-01-15T01:58:51.319Z | info: running `cargo check --bins` on internal-dns-cli (168/176) |
3610 | 2025-01-15T01:58:51.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3611 | 2025-01-15T01:58:51.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3612 | 2025-01-15T01:58:51.967Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3613 | 2025-01-15T01:58:52.435Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3614 | 2025-01-15T01:58:52.611Z | |
3615 | 2025-01-15T01:58:52.611Z | info: running `cargo check --bins` on omicron-live-tests (169/176) |
3616 | 2025-01-15T01:58:53.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3617 | 2025-01-15T01:58:53.163Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3618 | 2025-01-15T01:58:53.163Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3619 | 2025-01-15T01:58:53.165Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3620 | 2025-01-15T01:58:53.235Z | |
3621 | 2025-01-15T01:58:53.235Z | info: running `cargo check --bins` on live-tests-macros (170/176) |
3622 | 2025-01-15T01:58:53.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3623 | 2025-01-15T01:58:53.785Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3624 | 2025-01-15T01:58:53.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3625 | 2025-01-15T01:58:53.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3626 | 2025-01-15T01:58:53.859Z | |
3627 | 2025-01-15T01:58:53.859Z | info: running `cargo check --bins` on omicron-package (171/176) |
3628 | 2025-01-15T01:58:54.438Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3629 | 2025-01-15T01:58:54.441Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3630 | 2025-01-15T01:58:54.542Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3631 | 2025-01-15T01:58:55.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.04s |
3632 | 2025-01-15T01:58:56.092Z | |
3633 | 2025-01-15T01:58:56.092Z | info: running `cargo check --bins` on wicket-dbg (172/176) |
3634 | 2025-01-15T01:58:56.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3635 | 2025-01-15T01:58:56.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3636 | 2025-01-15T01:58:56.813Z | Checking rtoolbox v0.0.2 |
3637 | 2025-01-15T01:58:56.816Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3638 | 2025-01-15T01:58:56.816Z | Checking tui-tree-widget v0.22.0 |
3639 | 2025-01-15T01:58:57.053Z | Checking rpassword v7.3.1 |
3640 | 2025-01-15T01:59:00.837Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3641 | 2025-01-15T01:59:03.858Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3642 | 2025-01-15T01:59:05.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.93s |
3643 | 2025-01-15T01:59:05.221Z | |
3644 | 2025-01-15T01:59:05.221Z | info: running `cargo check --bins` on wicket (173/176) |
3645 | 2025-01-15T01:59:05.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3646 | 2025-01-15T01:59:05.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3647 | 2025-01-15T01:59:05.920Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3648 | 2025-01-15T01:59:06.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3649 | 2025-01-15T01:59:06.526Z | |
3650 | 2025-01-15T01:59:06.526Z | info: running `cargo check --bins` on wicketd (174/176) |
3651 | 2025-01-15T01:59:07.118Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3652 | 2025-01-15T01:59:07.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3653 | 2025-01-15T01:59:07.239Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3654 | 2025-01-15T01:59:07.239Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3655 | 2025-01-15T01:59:08.060Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3656 | 2025-01-15T01:59:11.881Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s |
3657 | 2025-01-15T01:59:12.080Z | |
3658 | 2025-01-15T01:59:12.080Z | info: running `cargo check --bins` on omicron-workspace-hack (175/176) |
3659 | 2025-01-15T01:59:12.613Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3660 | 2025-01-15T01:59:12.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3661 | 2025-01-15T01:59:12.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3662 | 2025-01-15T01:59:12.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3663 | 2025-01-15T01:59:12.696Z | |
3664 | 2025-01-15T01:59:12.696Z | info: running `cargo check --bins` on zone-setup (176/176) |
3665 | 2025-01-15T01:59:13.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3666 | 2025-01-15T01:59:13.299Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3667 | 2025-01-15T01:59:13.430Z | Checking uzers v0.12.1 |
3668 | 2025-01-15T01:59:13.779Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3669 | 2025-01-15T01:59:14.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
3670 | 2025-01-15T01:59:15.082Z | |
3671 | 2025-01-15T01:59:15.082Z | real 13:22.232119111 |
3672 | 2025-01-15T01:59:15.082Z | user 25:53.114826691 |
3673 | 2025-01-15T01:59:15.084Z | sys 4:13.476642256 |
3674 | 2025-01-15T01:59:15.084Z | trap 0.551439177 |
3675 | 2025-01-15T01:59:15.084Z | tflt 3.025573182 |
3676 | 2025-01-15T01:59:15.084Z | dflt 2.059931130 |
3677 | 2025-01-15T01:59:15.084Z | kflt 0.005771669 |
3678 | 2025-01-15T01:59:15.085Z | lock 46:08.986365791 |
3679 | 2025-01-15T01:59:15.085Z | slp 2:08:47.407023495 |
3680 | 2025-01-15T01:59:15.085Z | lat 1:07.033773435 |
3681 | 2025-01-15T01:59:15.085Z | stop 3:42.536127373 |
3682 | 2025-01-15T01:59:15.085Z | process exited: duration 1122096 ms, exit code 0 |
|
3683 | 2025-01-15T01:59:15.090Z | found 0 output files |