|
|
|
1 | 2024-12-20T23:29:26.714Z | job assigned to worker 01JFK6DSE78DC1C6QEE0DV57N5 [factory aws, i-0fd2ac00ad059e355] (queued for 48 s) |
|
2 | 2024-12-20T23:29:34.289Z | starting task 0: "setup" |
3 | 2024-12-20T23:29:34.299Z | ++ uname -s |
4 | 2024-12-20T23:29:34.302Z | + kern=SunOS |
5 | 2024-12-20T23:29:34.302Z | + case "$kern" in |
6 | 2024-12-20T23:29:34.302Z | + groupadd -g 12345 build |
7 | 2024-12-20T23:29:34.306Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T23:29:36.322Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T23:29:36.420Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T23:29:36.424Z | + home_fs=zfs |
11 | 2024-12-20T23:29:36.424Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T23:29:36.424Z | + mkdir -p /home/build |
13 | 2024-12-20T23:29:36.429Z | + chown build:build /home/build /work |
14 | 2024-12-20T23:29:38.425Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T23:29:38.434Z | process exited: duration 4143 ms, exit code 0 |
|
16 | 2024-12-20T23:29:38.441Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T23:29:38.446Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T23:29:38.446Z | ' 1.81.0 |
19 | 2024-12-20T23:29:38.446Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T23:29:38.446Z | * toolchain profile = "default" |
21 | 2024-12-20T23:29:38.446Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T23:29:38.446Z | ' default |
23 | 2024-12-20T23:29:38.453Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T23:29:38.453Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T23:29:38.574Z | info: downloading installer |
26 | 2024-12-20T23:29:39.884Z | info: profile set to 'default' |
27 | 2024-12-20T23:29:39.884Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T23:29:39.887Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T23:29:40.041Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T23:29:40.041Z | info: downloading component 'cargo' |
31 | 2024-12-20T23:29:40.919Z | info: downloading component 'clippy' |
32 | 2024-12-20T23:29:41.341Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T23:29:42.545Z | info: downloading component 'rust-std' |
34 | 2024-12-20T23:29:44.381Z | info: downloading component 'rustc' |
35 | 2024-12-20T23:29:51.121Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T23:29:51.372Z | info: installing component 'cargo' |
37 | 2024-12-20T23:29:52.179Z | info: installing component 'clippy' |
38 | 2024-12-20T23:29:52.539Z | info: installing component 'rust-docs' |
39 | 2024-12-20T23:29:54.164Z | info: installing component 'rust-std' |
40 | 2024-12-20T23:29:55.879Z | info: installing component 'rustc' |
41 | 2024-12-20T23:30:03.612Z | info: installing component 'rustfmt' |
42 | 2024-12-20T23:30:03.670Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T23:30:03.670Z | |
44 | 2024-12-20T23:30:03.670Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T23:30:03.670Z | |
46 | 2024-12-20T23:30:03.670Z | |
47 | 2024-12-20T23:30:03.670Z | Rust is installed now. Great! |
48 | 2024-12-20T23:30:03.670Z | |
49 | 2024-12-20T23:30:03.670Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T23:30:03.670Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T23:30:03.670Z | |
52 | 2024-12-20T23:30:03.670Z | To configure your current shell, you need to source |
53 | 2024-12-20T23:30:03.670Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T23:30:03.670Z | |
55 | 2024-12-20T23:30:03.670Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T23:30:03.670Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T23:30:03.670Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T23:30:03.670Z | + rustc --version |
59 | 2024-12-20T23:30:03.670Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T23:30:03.670Z | process exited: duration 24028 ms, exit code 0 |
|
61 | 2024-12-20T23:30:03.700Z | starting task 2: "authentication" |
62 | 2024-12-20T23:30:03.722Z | process exited: duration 28 ms, exit code 0 |
|
63 | 2024-12-20T23:30:03.731Z | starting task 3: "clone repository" |
64 | 2024-12-20T23:30:03.736Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T23:30:03.739Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T23:30:03.776Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T23:30:10.400Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T23:30:10.400Z | + git fetch origin fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
69 | 2024-12-20T23:30:10.749Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T23:30:10.749Z | * branch fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 -> FETCH_HEAD |
71 | 2024-12-20T23:30:10.761Z | + [[ -n support-bundle-wire-up-http-endpoints ]] |
72 | 2024-12-20T23:30:10.764Z | ++ git branch --show-current |
73 | 2024-12-20T23:30:10.768Z | + current=main |
74 | 2024-12-20T23:30:10.768Z | + [[ main != support-bundle-wire-up-http-endpoints ]] |
75 | 2024-12-20T23:30:10.768Z | + git branch -f support-bundle-wire-up-http-endpoints fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
76 | 2024-12-20T23:30:10.771Z | + git checkout -f support-bundle-wire-up-http-endpoints |
77 | 2024-12-20T23:30:10.942Z | Switched to branch 'support-bundle-wire-up-http-endpoints' |
78 | 2024-12-20T23:30:10.947Z | + git reset --hard fae39ee8cbddbffaf03c1821269b2dd4a1fb0fe2 |
79 | 2024-12-20T23:30:10.987Z | HEAD is now at fae39ee8c clippy |
80 | 2024-12-20T23:30:10.990Z | process exited: duration 7262 ms, exit code 0 |
|
81 | 2024-12-20T23:30:10.996Z | starting task 4: "build" |
82 | 2024-12-20T23:30:11.002Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T23:30:11.002Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T23:30:11.002Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T23:30:11.004Z | + cargo --version |
86 | 2024-12-20T23:30:11.058Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T23:30:11.061Z | + rustc --version |
88 | 2024-12-20T23:30:11.121Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T23:30:11.124Z | + source ./env.sh |
90 | 2024-12-20T23:30:11.124Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-12-20T23:30:11.124Z | ++ set -o xtrace |
92 | 2024-12-20T23:30:11.128Z | ++++ dirname ./env.sh |
93 | 2024-12-20T23:30:11.131Z | +++ readlink -f . |
94 | 2024-12-20T23:30:11.133Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-12-20T23:30:11.134Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-12-20T23:30:11.134Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-12-20T23:30:11.134Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-12-20T23:30:11.134Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-12-20T23:30:11.134Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-12-20T23:30:11.134Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-12-20T23:30:11.134Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-12-20T23:30:11.134Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-12-20T23:30:11.134Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-12-20T23:30:11.134Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-12-20T23:30:11.134Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-12-20T23:30:11.134Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-12-20T23:30:11.135Z | + banner prerequisites |
108 | 2024-12-20T23:30:11.138Z | |
109 | 2024-12-20T23:30:11.138Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-12-20T23:30:11.138Z | # # # # # # # # # # # # # # # |
111 | 2024-12-20T23:30:11.138Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-12-20T23:30:11.138Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-12-20T23:30:11.138Z | # # # # # # # # # # # # # # # |
114 | 2024-12-20T23:30:11.138Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-12-20T23:30:11.138Z | |
116 | 2024-12-20T23:30:11.138Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-12-20T23:30:17.717Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-12-20T23:30:21.582Z | Startup: Caching catalogs ... Done |
119 | 2024-12-20T23:30:32.843Z | Planning: Solver setup ... Done (10.283s) |
120 | 2024-12-20T23:30:32.972Z | Planning: Running solver ... Done (0.136s) |
121 | 2024-12-20T23:30:33.082Z | Planning: Finding local manifests ... Done (0.006s) |
122 | 2024-12-20T23:30:33.096Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-12-20T23:30:33.332Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-12-20T23:30:33.439Z | Planning: Package planning ... Done (0.101s) |
125 | 2024-12-20T23:30:33.492Z | Planning: Merging actions ... Done (0.058s) |
126 | 2024-12-20T23:30:33.850Z | Planning: Checking for conflicting actions ... Done (0.359s) |
127 | 2024-12-20T23:30:36.003Z | Planning: Consolidating action changes ... Done (2.155s) |
128 | 2024-12-20T23:30:36.451Z | Planning: Evaluating mediators ... Done (0.447s) |
129 | 2024-12-20T23:30:36.534Z | Planning: Planning completed in 14.87 seconds |
130 | 2024-12-20T23:30:36.550Z | Packages to install: 4 |
131 | 2024-12-20T23:30:36.550Z | Packages to update: 1 |
132 | 2024-12-20T23:30:36.550Z | Mediators to change: 2 |
133 | 2024-12-20T23:30:36.550Z | Services to change: 1 |
134 | 2024-12-20T23:30:36.553Z | Estimated space available: 155.63 GB |
135 | 2024-12-20T23:30:36.553Z | Estimated space to be consumed: 1.62 GB |
136 | 2024-12-20T23:30:36.553Z | Create boot environment: No |
137 | 2024-12-20T23:30:36.553Z | Create backup boot environment: Yes |
138 | 2024-12-20T23:30:36.553Z | Rebuild boot archive: No |
139 | 2024-12-20T23:30:36.554Z | |
140 | 2024-12-20T23:30:36.554Z | Changed mediators: |
141 | 2024-12-20T23:30:36.554Z | mediator clang: |
142 | 2024-12-20T23:30:36.554Z | version: None -> 15 (system default) |
143 | 2024-12-20T23:30:36.554Z | |
144 | 2024-12-20T23:30:36.554Z | mediator llvm: |
145 | 2024-12-20T23:30:36.554Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-12-20T23:30:36.554Z | |
147 | 2024-12-20T23:30:36.554Z | Changed packages: |
148 | 2024-12-20T23:30:36.554Z | helios-dev |
149 | 2024-12-20T23:30:36.554Z | developer/build-essential |
150 | 2024-12-20T23:30:36.554Z | None -> 11-2.0 |
151 | 2024-12-20T23:30:36.554Z | library/libxmlsec1 |
152 | 2024-12-20T23:30:36.554Z | None -> 1.2.35-2.0 |
153 | 2024-12-20T23:30:36.554Z | ooce/developer/clang-15 |
154 | 2024-12-20T23:30:36.554Z | None -> 15.0.7-2.0 |
155 | 2024-12-20T23:30:36.554Z | ooce/developer/llvm-15 |
156 | 2024-12-20T23:30:36.554Z | None -> 15.0.7-2.0 |
157 | 2024-12-20T23:30:36.554Z | package/pkg |
158 | 2024-12-20T23:30:36.554Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-12-20T23:30:36.554Z | |
160 | 2024-12-20T23:30:36.554Z | Services: |
161 | 2024-12-20T23:30:36.555Z | restart_fmri: |
162 | 2024-12-20T23:30:36.555Z | svc:/system/update-man-index:default |
163 | 2024-12-20T23:30:36.555Z | |
164 | 2024-12-20T23:30:36.555Z | Editable files to change: |
165 | 2024-12-20T23:30:36.555Z | Update: |
166 | 2024-12-20T23:30:36.555Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-12-20T23:30:36.633Z | |
168 | 2024-12-20T23:30:36.633Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-12-20T23:30:41.732Z | Download: 1198/4281 items 78.2/220.6MB 35% complete (15.8M/s) |
170 | 2024-12-20T23:30:46.730Z | Download: 2926/4281 items 121.2/220.6MB 54% complete (12.1M/s) |
171 | 2024-12-20T23:30:51.729Z | Download: 4195/4281 items 220.5/220.6MB 99% complete (14.3M/s) |
172 | 2024-12-20T23:30:52.358Z | Download: Completed 220.60 MB in 15.74 seconds (14.0M/s) |
173 | 2024-12-20T23:30:54.696Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-12-20T23:30:54.717Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-12-20T23:30:59.392Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-12-20T23:30:59.712Z | Actions: Completed 5063 actions in 5.02 seconds. |
177 | 2024-12-20T23:31:00.126Z | Done (0.406s) |
178 | 2024-12-20T23:31:00.128Z | Done (0.000s) |
179 | 2024-12-20T23:31:00.702Z | Done (0.574s) |
180 | 2024-12-20T23:31:05.266Z | Done (4.345s) |
181 | 2024-12-20T23:31:05.364Z | Done (0.018s) |
182 | 2024-12-20T23:31:05.367Z | Done (0.000s) |
183 | 2024-12-20T23:31:05.604Z | Done (0.000s) |
184 | 2024-12-20T23:31:06.313Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-12-20T23:31:06.475Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-12-20T23:31:06.478Z | Planning: Consolidating action changes ... Done |
187 | 2024-12-20T23:31:06.748Z | Planning: Evaluating mediators ... Done |
188 | 2024-12-20T23:31:06.750Z | Planning: Planning completed in 0.44 seconds |
189 | 2024-12-20T23:31:06.789Z | Mediators to change: 2 |
190 | 2024-12-20T23:31:06.789Z | Create boot environment: No |
191 | 2024-12-20T23:31:06.789Z | Create backup boot environment: No |
192 | 2024-12-20T23:31:06.951Z | Done |
193 | 2024-12-20T23:31:06.952Z | Done |
194 | 2024-12-20T23:31:07.326Z | Done |
195 | 2024-12-20T23:31:11.046Z | Done |
196 | 2024-12-20T23:31:11.140Z | Done |
197 | 2024-12-20T23:31:11.142Z | Done |
198 | 2024-12-20T23:31:11.273Z | Done |
199 | 2024-12-20T23:31:11.898Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-12-20T23:31:11.901Z | Planning: Merging actions ... Done |
201 | 2024-12-20T23:31:12.097Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-12-20T23:31:12.102Z | Planning: Consolidating action changes ... Done |
203 | 2024-12-20T23:31:12.369Z | Planning: Evaluating mediators ... Done |
204 | 2024-12-20T23:31:12.428Z | Planning: Planning completed in 0.78 seconds |
205 | 2024-12-20T23:31:12.475Z | Packages to change: 1 |
206 | 2024-12-20T23:31:12.475Z | Mediators to change: 1 |
207 | 2024-12-20T23:31:12.475Z | Services to change: 1 |
208 | 2024-12-20T23:31:12.476Z | Create boot environment: No |
209 | 2024-12-20T23:31:12.490Z | Create backup boot environment: Yes |
210 | 2024-12-20T23:31:14.645Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-12-20T23:31:14.648Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-12-20T23:31:14.648Z | Done |
213 | 2024-12-20T23:31:14.648Z | Done |
214 | 2024-12-20T23:31:14.768Z | Done |
215 | 2024-12-20T23:31:18.658Z | Done |
216 | 2024-12-20T23:31:18.743Z | Done |
217 | 2024-12-20T23:31:18.749Z | Done |
218 | 2024-12-20T23:31:18.885Z | Done |
219 | 2024-12-20T23:31:19.327Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-12-20T23:31:19.327Z | clang system 15 system |
221 | 2024-12-20T23:31:19.327Z | csh system system illumos |
222 | 2024-12-20T23:31:19.328Z | ctags system system illumos |
223 | 2024-12-20T23:31:19.328Z | gcc vendor 12 vendor |
224 | 2024-12-20T23:31:19.328Z | gcc system 10 system |
225 | 2024-12-20T23:31:19.328Z | gcc system 7 system |
226 | 2024-12-20T23:31:19.328Z | go system 1.20 system |
227 | 2024-12-20T23:31:19.328Z | go system 1.19 system |
228 | 2024-12-20T23:31:19.328Z | llvm system 15 system |
229 | 2024-12-20T23:31:19.328Z | llvm system 14 system |
230 | 2024-12-20T23:31:19.328Z | mariadb system 10.6 system |
231 | 2024-12-20T23:31:19.328Z | mta vendor vendor dma |
232 | 2024-12-20T23:31:19.328Z | openjdk system 17 system |
233 | 2024-12-20T23:31:19.328Z | openjdk system 11 system |
234 | 2024-12-20T23:31:19.328Z | openjdk system 1.8 system |
235 | 2024-12-20T23:31:19.328Z | openssl vendor 3 vendor |
236 | 2024-12-20T23:31:19.328Z | perl system 5.36 system |
237 | 2024-12-20T23:31:19.328Z | postgresql system 15 system |
238 | 2024-12-20T23:31:19.328Z | postgresql system 13 system |
239 | 2024-12-20T23:31:19.328Z | python vendor 3 vendor |
240 | 2024-12-20T23:31:19.328Z | python system 2 system |
241 | 2024-12-20T23:31:19.328Z | python3 system 3.11 system |
242 | 2024-12-20T23:31:19.328Z | ruby system 3.0 system |
243 | 2024-12-20T23:31:19.329Z | words vendor vendor american-english |
244 | 2024-12-20T23:31:19.329Z | words system system australian-english |
245 | 2024-12-20T23:31:19.329Z | words system system british-english |
246 | 2024-12-20T23:31:19.329Z | words system system canadian-english |
247 | 2024-12-20T23:31:19.329Z | words system system french |
248 | 2024-12-20T23:31:19.329Z | words system system italian |
249 | 2024-12-20T23:31:19.329Z | words system system ngerman |
250 | 2024-12-20T23:31:19.329Z | words system system ogerman |
251 | 2024-12-20T23:31:19.329Z | words system system spanish |
252 | 2024-12-20T23:31:19.675Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-12-20T23:31:19.675Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-12-20T23:31:22.429Z | FMRI IFO |
255 | 2024-12-20T23:31:22.429Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-12-20T23:31:22.429Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-12-20T23:31:22.429Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-12-20T23:31:22.429Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-12-20T23:31:22.429Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-12-20T23:31:22.429Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-12-20T23:31:22.429Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-12-20T23:31:22.429Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-12-20T23:31:22.429Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-12-20T23:31:22.429Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
265 | 2024-12-20T23:31:22.429Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-12-20T23:31:22.429Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-12-20T23:31:22.429Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
268 | 2024-12-20T23:31:22.429Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-12-20T23:31:22.429Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-12-20T23:31:23.204Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-12-20T23:31:23.532Z | Updating crates.io index |
272 | 2024-12-20T23:31:23.542Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-12-20T23:31:24.082Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-12-20T23:31:24.380Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-12-20T23:31:24.660Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-12-20T23:31:24.961Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-12-20T23:31:25.880Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-12-20T23:31:27.435Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-12-20T23:31:28.100Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-12-20T23:31:28.945Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-12-20T23:31:29.201Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-12-20T23:31:29.508Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-12-20T23:31:30.110Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-12-20T23:31:30.530Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
285 | 2024-12-20T23:31:30.859Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-12-20T23:31:31.202Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-12-20T23:31:31.724Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-12-20T23:31:31.757Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-12-20T23:31:32.128Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-12-20T23:31:32.338Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-12-20T23:31:32.678Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-12-20T23:31:33.011Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-12-20T23:31:33.488Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-12-20T23:31:33.760Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
295 | 2024-12-20T23:31:34.150Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-12-20T23:31:35.650Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
297 | 2024-12-20T23:31:35.668Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-12-20T23:31:35.668Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-12-20T23:31:35.668Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-12-20T23:31:36.682Z | Downloading crates ... |
301 | 2024-12-20T23:31:36.766Z | Downloaded anyhow v1.0.93 |
302 | 2024-12-20T23:31:36.772Z | Downloaded clap_lex v0.7.2 |
303 | 2024-12-20T23:31:36.772Z | Downloaded bytecount v0.6.8 |
304 | 2024-12-20T23:31:36.782Z | Downloaded equivalent v1.0.1 |
305 | 2024-12-20T23:31:36.790Z | Downloaded dtrace-parser v0.2.0 |
306 | 2024-12-20T23:31:36.797Z | Downloaded swrite v0.1.0 |
307 | 2024-12-20T23:31:36.805Z | Downloaded scroll_derive v0.12.0 |
308 | 2024-12-20T23:31:36.814Z | Downloaded usdt-attr-macro v0.5.0 |
309 | 2024-12-20T23:31:36.814Z | Downloaded anstyle v1.0.10 |
310 | 2024-12-20T23:31:36.832Z | Downloaded pretty-hex v0.4.1 |
311 | 2024-12-20T23:31:36.839Z | Downloaded byteorder v1.5.0 |
312 | 2024-12-20T23:31:36.839Z | Downloaded cfg-if v1.0.0 |
313 | 2024-12-20T23:31:36.839Z | Downloaded cargo-platform v0.1.8 |
314 | 2024-12-20T23:31:36.839Z | Downloaded generic-array v0.14.7 |
315 | 2024-12-20T23:31:36.839Z | Downloaded thiserror v1.0.69 |
316 | 2024-12-20T23:31:36.839Z | Downloaded heck v0.5.0 |
317 | 2024-12-20T23:31:36.839Z | Downloaded anstyle-query v1.1.1 |
318 | 2024-12-20T23:31:36.840Z | Downloaded block-buffer v0.10.4 |
319 | 2024-12-20T23:31:36.840Z | Downloaded strsim v0.11.1 |
320 | 2024-12-20T23:31:36.858Z | Downloaded errno v0.3.9 |
321 | 2024-12-20T23:31:36.860Z | Downloaded cpufeatures v0.2.14 |
322 | 2024-12-20T23:31:36.860Z | Downloaded camino-tempfile v1.1.1 |
323 | 2024-12-20T23:31:36.860Z | Downloaded thiserror-impl v1.0.69 |
324 | 2024-12-20T23:31:36.860Z | Downloaded memmap v0.7.0 |
325 | 2024-12-20T23:31:36.860Z | Downloaded toml_datetime v0.6.8 |
326 | 2024-12-20T23:31:36.860Z | Downloaded tabled_derive v0.7.0 |
327 | 2024-12-20T23:31:36.860Z | Downloaded terminal_size v0.4.0 |
328 | 2024-12-20T23:31:36.861Z | Downloaded fs-err v2.11.0 |
329 | 2024-12-20T23:31:36.869Z | Downloaded digest v0.10.7 |
330 | 2024-12-20T23:31:36.869Z | Downloaded crypto-common v0.1.6 |
331 | 2024-12-20T23:31:36.869Z | Downloaded serde_tokenstream v0.2.2 |
332 | 2024-12-20T23:31:36.869Z | Downloaded unicode-linebreak v0.1.5 |
333 | 2024-12-20T23:31:36.869Z | Downloaded thread-id v4.2.2 |
334 | 2024-12-20T23:31:36.869Z | Downloaded utf8parse v0.2.2 |
335 | 2024-12-20T23:31:36.869Z | Downloaded fnv v1.0.7 |
336 | 2024-12-20T23:31:36.869Z | Downloaded smawk v0.3.2 |
337 | 2024-12-20T23:31:36.869Z | Downloaded version_check v0.9.5 |
338 | 2024-12-20T23:31:36.869Z | Downloaded usdt-macro v0.5.0 |
339 | 2024-12-20T23:31:36.880Z | Downloaded serde_spanned v0.6.8 |
340 | 2024-12-20T23:31:36.880Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2024-12-20T23:31:36.880Z | Downloaded macaddr v1.0.1 |
342 | 2024-12-20T23:31:36.880Z | Downloaded heck v0.4.1 |
343 | 2024-12-20T23:31:36.880Z | Downloaded usdt v0.5.0 |
344 | 2024-12-20T23:31:36.880Z | Downloaded fastrand v2.1.1 |
345 | 2024-12-20T23:31:36.880Z | Downloaded dof v0.3.0 |
346 | 2024-12-20T23:31:36.880Z | Downloaded colorchoice v1.0.2 |
347 | 2024-12-20T23:31:36.880Z | Downloaded autocfg v1.4.0 |
348 | 2024-12-20T23:31:36.881Z | Downloaded cargo_metadata v0.18.1 |
349 | 2024-12-20T23:31:36.888Z | Downloaded plain v0.2.3 |
350 | 2024-12-20T23:31:36.888Z | Downloaded usdt-impl v0.5.0 |
351 | 2024-12-20T23:31:36.888Z | Downloaded anstream v0.6.15 |
352 | 2024-12-20T23:31:36.888Z | Downloaded is_terminal_polyfill v1.70.1 |
353 | 2024-12-20T23:31:36.888Z | Downloaded pest_generator v2.7.14 |
354 | 2024-12-20T23:31:36.899Z | Downloaded scroll v0.12.0 |
355 | 2024-12-20T23:31:36.968Z | Downloaded proc-macro-error v1.0.4 |
356 | 2024-12-20T23:31:36.968Z | Downloaded tempfile v3.13.0 |
357 | 2024-12-20T23:31:36.968Z | Downloaded bitflags v2.6.0 |
358 | 2024-12-20T23:31:36.968Z | Downloaded pest_derive v2.7.14 |
359 | 2024-12-20T23:31:36.968Z | Downloaded itoa v1.0.11 |
360 | 2024-12-20T23:31:36.968Z | Downloaded quote v1.0.37 |
361 | 2024-12-20T23:31:36.968Z | Downloaded sha2 v0.10.8 |
362 | 2024-12-20T23:31:36.968Z | Downloaded semver v1.0.23 |
363 | 2024-12-20T23:31:36.968Z | Downloaded clap_derive v4.5.18 |
364 | 2024-12-20T23:31:36.968Z | Downloaded camino v1.1.9 |
365 | 2024-12-20T23:31:36.968Z | Downloaded zerocopy-derive v0.7.35 |
366 | 2024-12-20T23:31:36.968Z | Downloaded toml v0.8.19 |
367 | 2024-12-20T23:31:36.969Z | Downloaded typenum v1.17.0 |
368 | 2024-12-20T23:31:36.969Z | Downloaded ucd-trie v0.1.7 |
369 | 2024-12-20T23:31:36.969Z | Downloaded cargo_toml v0.20.5 |
370 | 2024-12-20T23:31:36.969Z | Downloaded textwrap v0.16.1 |
371 | 2024-12-20T23:31:36.969Z | Downloaded unicode-ident v1.0.13 |
372 | 2024-12-20T23:31:36.969Z | Downloaded pest_meta v2.7.14 |
373 | 2024-12-20T23:31:36.969Z | Downloaded log v0.4.22 |
374 | 2024-12-20T23:31:36.969Z | Downloaded ryu v1.0.18 |
375 | 2024-12-20T23:31:36.969Z | Downloaded anstyle-parse v0.2.5 |
376 | 2024-12-20T23:31:36.969Z | Downloaded clap v4.5.21 |
377 | 2024-12-20T23:31:36.969Z | Downloaded serde_derive v1.0.215 |
378 | 2024-12-20T23:31:36.970Z | Downloaded papergrid v0.11.0 |
379 | 2024-12-20T23:31:36.984Z | Downloaded once_cell v1.20.2 |
380 | 2024-12-20T23:31:36.984Z | Downloaded proc-macro2 v1.0.89 |
381 | 2024-12-20T23:31:37.003Z | Downloaded memchr v2.7.4 |
382 | 2024-12-20T23:31:37.011Z | Downloaded indexmap v2.6.0 |
383 | 2024-12-20T23:31:37.018Z | Downloaded toml_edit v0.22.22 |
384 | 2024-12-20T23:31:37.035Z | Downloaded serde v1.0.215 |
385 | 2024-12-20T23:31:37.049Z | Downloaded pest v2.7.14 |
386 | 2024-12-20T23:31:37.058Z | Downloaded hashbrown v0.15.1 |
387 | 2024-12-20T23:31:37.070Z | Downloaded serde_json v1.0.132 |
388 | 2024-12-20T23:31:37.077Z | Downloaded zerocopy v0.7.35 |
389 | 2024-12-20T23:31:37.086Z | Downloaded winnow v0.6.20 |
390 | 2024-12-20T23:31:37.094Z | Downloaded tabled v0.15.0 |
391 | 2024-12-20T23:31:37.108Z | Downloaded goblin v0.8.2 |
392 | 2024-12-20T23:31:37.114Z | Downloaded clap_builder v4.5.21 |
393 | 2024-12-20T23:31:37.135Z | Downloaded syn v1.0.109 |
394 | 2024-12-20T23:31:37.147Z | Downloaded unicode-width v0.1.14 |
395 | 2024-12-20T23:31:37.155Z | Downloaded syn v2.0.87 |
396 | 2024-12-20T23:31:37.162Z | Downloaded rustix v0.38.37 |
397 | 2024-12-20T23:31:37.201Z | Downloaded libc v0.2.162 |
398 | 2024-12-20T23:31:37.515Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-12-20T23:31:37.515Z | Compiling unicode-ident v1.0.13 |
400 | 2024-12-20T23:31:37.515Z | Compiling serde v1.0.215 |
401 | 2024-12-20T23:31:37.525Z | Compiling version_check v0.9.5 |
402 | 2024-12-20T23:31:37.525Z | Compiling memchr v2.7.4 |
403 | 2024-12-20T23:31:37.525Z | Compiling thiserror v1.0.69 |
404 | 2024-12-20T23:31:37.525Z | Compiling libc v0.2.162 |
405 | 2024-12-20T23:31:37.555Z | Compiling ucd-trie v0.1.7 |
406 | 2024-12-20T23:31:37.792Z | Compiling ryu v1.0.18 |
407 | 2024-12-20T23:31:41.769Z | Compiling itoa v1.0.11 |
408 | 2024-12-20T23:31:41.837Z | Compiling once_cell v1.20.2 |
409 | 2024-12-20T23:31:41.837Z | Compiling byteorder v1.5.0 |
410 | 2024-12-20T23:31:41.837Z | Compiling rustix v0.38.37 |
411 | 2024-12-20T23:31:41.837Z | Compiling serde_json v1.0.132 |
412 | 2024-12-20T23:31:41.837Z | Compiling bitflags v2.6.0 |
413 | 2024-12-20T23:31:41.837Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2024-12-20T23:31:41.837Z | Compiling usdt-impl v0.5.0 |
415 | 2024-12-20T23:31:41.837Z | Compiling syn v1.0.109 |
416 | 2024-12-20T23:31:41.837Z | Compiling quote v1.0.37 |
417 | 2024-12-20T23:31:41.839Z | Compiling proc-macro-error v1.0.4 |
418 | 2024-12-20T23:31:41.839Z | Compiling equivalent v1.0.1 |
419 | 2024-12-20T23:31:41.839Z | Compiling camino v1.1.9 |
420 | 2024-12-20T23:31:41.839Z | Compiling utf8parse v0.2.2 |
421 | 2024-12-20T23:31:41.839Z | Compiling syn v2.0.87 |
422 | 2024-12-20T23:31:41.839Z | Compiling errno v0.3.9 |
423 | 2024-12-20T23:31:41.839Z | Compiling thread-id v4.2.2 |
424 | 2024-12-20T23:31:41.839Z | Compiling plain v0.2.3 |
425 | 2024-12-20T23:31:41.839Z | Compiling hashbrown v0.15.1 |
426 | 2024-12-20T23:31:41.839Z | Compiling log v0.4.22 |
427 | 2024-12-20T23:31:41.839Z | Compiling anstyle-parse v0.2.5 |
428 | 2024-12-20T23:31:41.839Z | Compiling unicode-width v0.1.14 |
429 | 2024-12-20T23:31:41.839Z | Compiling pretty-hex v0.4.1 |
430 | 2024-12-20T23:31:41.839Z | Compiling anstyle-query v1.1.1 |
431 | 2024-12-20T23:31:41.839Z | Compiling semver v1.0.23 |
432 | 2024-12-20T23:31:41.839Z | Compiling anstyle v1.0.10 |
433 | 2024-12-20T23:31:41.839Z | Compiling winnow v0.6.20 |
434 | 2024-12-20T23:31:41.839Z | Compiling is_terminal_polyfill v1.70.1 |
435 | 2024-12-20T23:31:41.839Z | Compiling indexmap v2.6.0 |
436 | 2024-12-20T23:31:41.839Z | Compiling autocfg v1.4.0 |
437 | 2024-12-20T23:31:41.839Z | Compiling colorchoice v1.0.2 |
438 | 2024-12-20T23:31:41.839Z | Compiling anstream v0.6.15 |
439 | 2024-12-20T23:31:41.909Z | Compiling strsim v0.11.1 |
440 | 2024-12-20T23:31:42.392Z | Compiling terminal_size v0.4.0 |
441 | 2024-12-20T23:31:42.609Z | Compiling bytecount v0.6.8 |
442 | 2024-12-20T23:31:42.659Z | Compiling fs-err v2.11.0 |
443 | 2024-12-20T23:31:42.728Z | Compiling fastrand v2.1.1 |
444 | 2024-12-20T23:31:42.824Z | Compiling cfg-if v1.0.0 |
445 | 2024-12-20T23:31:42.912Z | Compiling anyhow v1.0.93 |
446 | 2024-12-20T23:31:42.925Z | Compiling clap_lex v0.7.2 |
447 | 2024-12-20T23:31:42.943Z | Compiling fnv v1.0.7 |
448 | 2024-12-20T23:31:43.096Z | Compiling heck v0.4.1 |
449 | 2024-12-20T23:31:43.469Z | Compiling heck v0.5.0 |
450 | 2024-12-20T23:31:43.618Z | Compiling clap_builder v4.5.21 |
451 | 2024-12-20T23:31:43.748Z | Compiling tempfile v3.13.0 |
452 | 2024-12-20T23:31:43.773Z | Compiling papergrid v0.11.0 |
453 | 2024-12-20T23:31:44.061Z | Compiling memmap v0.7.0 |
454 | 2024-12-20T23:31:44.121Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-12-20T23:31:44.455Z | Compiling smawk v0.3.2 |
456 | 2024-12-20T23:31:44.703Z | Compiling textwrap v0.16.1 |
457 | 2024-12-20T23:31:45.165Z | Compiling swrite v0.1.0 |
458 | 2024-12-20T23:31:46.046Z | Compiling tabled_derive v0.7.0 |
459 | 2024-12-20T23:31:47.737Z | Compiling tabled v0.15.0 |
460 | 2024-12-20T23:31:48.901Z | Compiling serde_derive v1.0.215 |
461 | 2024-12-20T23:31:48.901Z | Compiling thiserror-impl v1.0.69 |
462 | 2024-12-20T23:31:48.913Z | Compiling zerocopy-derive v0.7.35 |
463 | 2024-12-20T23:31:48.913Z | Compiling scroll_derive v0.12.0 |
464 | 2024-12-20T23:31:49.218Z | Compiling clap_derive v4.5.18 |
465 | 2024-12-20T23:31:50.352Z | Compiling scroll v0.12.0 |
466 | 2024-12-20T23:31:50.851Z | Compiling goblin v0.8.2 |
467 | 2024-12-20T23:31:50.983Z | Compiling zerocopy v0.7.35 |
468 | 2024-12-20T23:31:51.595Z | Compiling pest v2.7.14 |
469 | 2024-12-20T23:31:52.954Z | Compiling clap v4.5.21 |
470 | 2024-12-20T23:31:53.964Z | Compiling pest_meta v2.7.14 |
471 | 2024-12-20T23:31:54.827Z | Compiling pest_generator v2.7.14 |
472 | 2024-12-20T23:31:56.692Z | Compiling pest_derive v2.7.14 |
473 | 2024-12-20T23:31:57.366Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-12-20T23:31:59.413Z | Compiling toml_datetime v0.6.8 |
475 | 2024-12-20T23:31:59.413Z | Compiling serde_spanned v0.6.8 |
476 | 2024-12-20T23:31:59.415Z | Compiling cargo-platform v0.1.8 |
477 | 2024-12-20T23:31:59.802Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-12-20T23:31:59.857Z | Compiling toml_edit v0.22.22 |
479 | 2024-12-20T23:32:00.011Z | Compiling macaddr v1.0.1 |
480 | 2024-12-20T23:32:00.129Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-12-20T23:32:00.936Z | Compiling dof v0.3.0 |
482 | 2024-12-20T23:32:00.936Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-12-20T23:32:02.682Z | Compiling toml v0.8.19 |
484 | 2024-12-20T23:32:02.860Z | Compiling usdt-macro v0.5.0 |
485 | 2024-12-20T23:32:02.860Z | Compiling usdt-attr-macro v0.5.0 |
486 | 2024-12-20T23:32:03.546Z | Compiling cargo_toml v0.20.5 |
487 | 2024-12-20T23:32:04.339Z | Compiling usdt v0.5.0 |
488 | 2024-12-20T23:32:07.187Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-12-20T23:32:11.423Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.50s |
490 | 2024-12-20T23:32:11.704Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-12-20T23:32:12.236Z | Downloading crates ... |
492 | 2024-12-20T23:32:12.349Z | Downloaded addr2line v0.24.2 |
493 | 2024-12-20T23:32:12.355Z | Downloaded ascii-canvas v3.0.0 |
494 | 2024-12-20T23:32:12.357Z | Downloaded async-bb8-diesel v0.2.1 |
495 | 2024-12-20T23:32:12.361Z | Downloaded assert_matches v1.5.0 |
496 | 2024-12-20T23:32:12.376Z | Downloaded http-range v0.1.5 |
497 | 2024-12-20T23:32:12.379Z | Downloaded http-body v1.0.1 |
498 | 2024-12-20T23:32:12.382Z | Downloaded crunchy v0.2.2 |
499 | 2024-12-20T23:32:12.385Z | Downloaded cfg_aliases v0.1.1 |
500 | 2024-12-20T23:32:12.388Z | Downloaded hubpack v0.1.2 |
501 | 2024-12-20T23:32:12.391Z | Downloaded darling v0.20.10 |
502 | 2024-12-20T23:32:12.394Z | Downloaded instant v0.1.13 |
503 | 2024-12-20T23:32:12.396Z | Downloaded crucible-workspace-hack v0.1.0 |
504 | 2024-12-20T23:32:12.398Z | Downloaded atomicwrites v0.4.4 |
505 | 2024-12-20T23:32:12.398Z | Downloaded ident_case v1.0.1 |
506 | 2024-12-20T23:32:12.401Z | Downloaded icu_provider_macros v1.5.0 |
507 | 2024-12-20T23:32:12.401Z | Downloaded cstr-argument v0.1.2 |
508 | 2024-12-20T23:32:12.404Z | Downloaded ciborium-io v0.2.2 |
509 | 2024-12-20T23:32:12.404Z | Downloaded atty v0.2.14 |
510 | 2024-12-20T23:32:12.404Z | Downloaded cfg_aliases v0.2.1 |
511 | 2024-12-20T23:32:12.406Z | Downloaded mirai-annotations v1.12.0 |
512 | 2024-12-20T23:32:12.406Z | Downloaded async-stream-impl v0.3.6 |
513 | 2024-12-20T23:32:12.406Z | Downloaded async-stream v0.3.6 |
514 | 2024-12-20T23:32:12.408Z | Downloaded newtype_derive v0.1.6 |
515 | 2024-12-20T23:32:12.410Z | Downloaded hubpack_derive v0.1.1 |
516 | 2024-12-20T23:32:12.412Z | Downloaded new_debug_unreachable v1.0.6 |
517 | 2024-12-20T23:32:12.412Z | Downloaded aead v0.5.2 |
518 | 2024-12-20T23:32:12.414Z | Downloaded atomic-waker v1.1.2 |
519 | 2024-12-20T23:32:12.414Z | Downloaded arrayref v0.3.9 |
520 | 2024-12-20T23:32:12.417Z | Downloaded async-recursion v1.1.1 |
521 | 2024-12-20T23:32:12.419Z | Downloaded newline-converter v0.3.0 |
522 | 2024-12-20T23:32:12.421Z | Downloaded http-body-util v0.1.2 |
523 | 2024-12-20T23:32:12.424Z | Downloaded match_cfg v0.1.0 |
524 | 2024-12-20T23:32:12.424Z | Downloaded hostname v0.4.0 |
525 | 2024-12-20T23:32:12.426Z | Downloaded cobs v0.2.3 |
526 | 2024-12-20T23:32:12.426Z | Downloaded bcrypt-pbkdf v0.10.0 |
527 | 2024-12-20T23:32:12.429Z | Downloaded bit-vec v0.6.3 |
528 | 2024-12-20T23:32:12.429Z | Downloaded crossbeam-deque v0.8.5 |
529 | 2024-12-20T23:32:12.432Z | Downloaded md5 v0.7.0 |
530 | 2024-12-20T23:32:12.432Z | Downloaded is_ci v1.2.0 |
531 | 2024-12-20T23:32:12.435Z | Downloaded newtype-uuid v1.1.3 |
532 | 2024-12-20T23:32:12.437Z | Downloaded chacha20 v0.9.1 |
533 | 2024-12-20T23:32:12.437Z | Downloaded instability v0.3.2 |
534 | 2024-12-20T23:32:12.439Z | Downloaded ipnetwork v0.20.0 |
535 | 2024-12-20T23:32:12.442Z | Downloaded lazy_static v1.5.0 |
536 | 2024-12-20T23:32:12.444Z | Downloaded ctr v0.9.2 |
537 | 2024-12-20T23:32:12.444Z | Downloaded crc-catalog v2.4.0 |
538 | 2024-12-20T23:32:12.447Z | Downloaded maplit v1.0.2 |
539 | 2024-12-20T23:32:12.447Z | Downloaded lru v0.12.5 |
540 | 2024-12-20T23:32:12.449Z | Downloaded httpdate v1.0.3 |
541 | 2024-12-20T23:32:12.451Z | Downloaded crc v3.2.1 |
542 | 2024-12-20T23:32:12.453Z | Downloaded nibble_vec v0.1.0 |
543 | 2024-12-20T23:32:12.455Z | Downloaded md-5 v0.10.6 |
544 | 2024-12-20T23:32:12.457Z | Downloaded mime v0.3.17 |
545 | 2024-12-20T23:32:12.460Z | Downloaded linear-map v1.2.0 |
546 | 2024-12-20T23:32:12.460Z | Downloaded curve25519-dalek-derive v0.1.1 |
547 | 2024-12-20T23:32:12.462Z | Downloaded mockall v0.13.0 |
548 | 2024-12-20T23:32:12.462Z | Downloaded chrono-tz-build v0.4.0 |
549 | 2024-12-20T23:32:12.465Z | Downloaded headers-core v0.3.0 |
550 | 2024-12-20T23:32:12.465Z | Downloaded castaway v0.2.3 |
551 | 2024-12-20T23:32:12.467Z | Downloaded block-padding v0.3.3 |
552 | 2024-12-20T23:32:12.468Z | Downloaded bb8 v0.8.5 |
553 | 2024-12-20T23:32:12.470Z | Downloaded memoffset v0.9.1 |
554 | 2024-12-20T23:32:12.470Z | Downloaded inout v0.1.3 |
555 | 2024-12-20T23:32:12.472Z | Downloaded nanorand v0.7.0 |
556 | 2024-12-20T23:32:12.474Z | Downloaded libefi-sys v0.1.0 |
557 | 2024-12-20T23:32:12.477Z | Downloaded multimap v0.10.0 |
558 | 2024-12-20T23:32:12.477Z | Downloaded lru-cache v0.1.2 |
559 | 2024-12-20T23:32:12.479Z | Downloaded maybe-uninit v2.0.0 |
560 | 2024-12-20T23:32:12.479Z | Downloaded linked-hash-map v0.5.6 |
561 | 2024-12-20T23:32:12.482Z | Downloaded hyper-tls v0.6.0 |
562 | 2024-12-20T23:32:12.485Z | Downloaded buf-list v1.0.3 |
563 | 2024-12-20T23:32:12.487Z | Downloaded base64ct v1.6.0 |
564 | 2024-12-20T23:32:12.489Z | Downloaded cookie_store v0.21.0 |
565 | 2024-12-20T23:32:12.492Z | Downloaded lockfree-object-pool v0.1.6 |
566 | 2024-12-20T23:32:12.494Z | Downloaded iana-time-zone v0.1.61 |
567 | 2024-12-20T23:32:12.498Z | Downloaded sync-ptr v0.1.1 |
568 | 2024-12-20T23:32:12.498Z | Downloaded humantime v2.1.0 |
569 | 2024-12-20T23:32:12.500Z | Downloaded hyper-rustls v0.27.3 |
570 | 2024-12-20T23:32:12.504Z | Downloaded sync_wrapper v1.0.1 |
571 | 2024-12-20T23:32:12.504Z | Downloaded libloading v0.8.5 |
572 | 2024-12-20T23:32:12.506Z | Downloaded kstat-rs v0.2.4 |
573 | 2024-12-20T23:32:12.506Z | Downloaded icu_locid_transform v1.5.0 |
574 | 2024-12-20T23:32:12.509Z | Downloaded multer v3.1.0 |
575 | 2024-12-20T23:32:12.511Z | Downloaded libsw v3.3.1 |
576 | 2024-12-20T23:32:12.514Z | Downloaded mime_guess v2.0.5 |
577 | 2024-12-20T23:32:12.516Z | Downloaded ciborium v0.2.2 |
578 | 2024-12-20T23:32:12.519Z | Downloaded toolchain_find v0.4.0 |
579 | 2024-12-20T23:32:12.521Z | Downloaded rpassword v7.3.1 |
580 | 2024-12-20T23:32:12.521Z | Downloaded native-tls v0.2.12 |
581 | 2024-12-20T23:32:12.523Z | Downloaded zerofrom v0.1.4 |
582 | 2024-12-20T23:32:12.525Z | Downloaded rfc6979 v0.4.0 |
583 | 2024-12-20T23:32:12.528Z | Downloaded lock_api v0.4.12 |
584 | 2024-12-20T23:32:12.528Z | Downloaded lalrpop-util v0.19.12 |
585 | 2024-12-20T23:32:12.530Z | Downloaded ahash v0.8.11 |
586 | 2024-12-20T23:32:12.534Z | Downloaded rtoolbox v0.0.2 |
587 | 2024-12-20T23:32:12.536Z | Downloaded cancel-safe-futures v0.1.5 |
588 | 2024-12-20T23:32:12.538Z | Downloaded diesel_table_macro_syntax v0.2.0 |
589 | 2024-12-20T23:32:12.538Z | Downloaded adler2 v2.0.0 |
590 | 2024-12-20T23:32:12.540Z | Downloaded number_prefix v0.4.0 |
591 | 2024-12-20T23:32:12.540Z | Downloaded crc32fast v1.4.2 |
592 | 2024-12-20T23:32:12.543Z | Downloaded rusty-fork v0.3.0 |
593 | 2024-12-20T23:32:12.546Z | Downloaded rustversion v1.0.17 |
594 | 2024-12-20T23:32:12.550Z | Downloaded zeroize_derive v1.4.2 |
595 | 2024-12-20T23:32:12.550Z | Downloaded slog-dtrace v0.3.0 |
596 | 2024-12-20T23:32:12.552Z | Downloaded memmap2 v0.9.5 |
597 | 2024-12-20T23:32:12.552Z | Downloaded icu_provider v1.5.0 |
598 | 2024-12-20T23:32:12.556Z | Downloaded num_threads v0.1.7 |
599 | 2024-12-20T23:32:12.559Z | Downloaded cookie v0.18.1 |
600 | 2024-12-20T23:32:12.562Z | Downloaded supports-color v3.0.1 |
601 | 2024-12-20T23:32:12.562Z | Downloaded tiny-keccak v2.0.2 |
602 | 2024-12-20T23:32:12.564Z | Downloaded tinystr v0.7.6 |
603 | 2024-12-20T23:32:12.568Z | Downloaded crossbeam-epoch v0.9.18 |
604 | 2024-12-20T23:32:12.570Z | Downloaded backoff v0.4.0 |
605 | 2024-12-20T23:32:12.573Z | Downloaded synstructure v0.13.1 |
606 | 2024-12-20T23:32:12.575Z | Downloaded path-slash v0.1.5 |
607 | 2024-12-20T23:32:12.575Z | Downloaded phf_shared v0.10.0 |
608 | 2024-12-20T23:32:12.577Z | Downloaded tabwriter v1.4.0 |
609 | 2024-12-20T23:32:12.577Z | Downloaded mockall_derive v0.13.0 |
610 | 2024-12-20T23:32:12.579Z | Downloaded pretty-hex v0.2.1 |
611 | 2024-12-20T23:32:12.582Z | Downloaded icu_normalizer v1.5.0 |
612 | 2024-12-20T23:32:12.585Z | Downloaded miniz_oxide v0.8.0 |
613 | 2024-12-20T23:32:12.588Z | Downloaded zeroize v1.8.1 |
614 | 2024-12-20T23:32:12.591Z | Downloaded arc-swap v1.7.1 |
615 | 2024-12-20T23:32:12.593Z | Downloaded ff v0.13.0 |
616 | 2024-12-20T23:32:12.595Z | Downloaded fd-lock v4.0.2 |
617 | 2024-12-20T23:32:12.598Z | Downloaded sigpipe v0.1.3 |
618 | 2024-12-20T23:32:12.598Z | Downloaded fallible-streaming-iterator v0.1.9 |
619 | 2024-12-20T23:32:12.600Z | Downloaded siphasher v0.3.11 |
620 | 2024-12-20T23:32:12.602Z | Downloaded const-oid v0.9.6 |
621 | 2024-12-20T23:32:12.605Z | Downloaded funty v2.0.0 |
622 | 2024-12-20T23:32:12.605Z | Downloaded ed25519 v2.2.3 |
623 | 2024-12-20T23:32:12.607Z | Downloaded num v0.4.3 |
624 | 2024-12-20T23:32:12.607Z | Downloaded fragile v2.0.0 |
625 | 2024-12-20T23:32:12.610Z | Downloaded take_mut v0.2.2 |
626 | 2024-12-20T23:32:12.613Z | Downloaded indicatif v0.17.9 |
627 | 2024-12-20T23:32:12.616Z | Downloaded structmeta-derive v0.2.0 |
628 | 2024-12-20T23:32:12.619Z | Downloaded crc-any v2.5.0 |
629 | 2024-12-20T23:32:12.622Z | Downloaded try-lock v0.2.5 |
630 | 2024-12-20T23:32:12.622Z | Downloaded bytes v1.8.0 |
631 | 2024-12-20T23:32:12.625Z | Downloaded allocator-api2 v0.2.18 |
632 | 2024-12-20T23:32:12.627Z | Downloaded typify v0.2.0 |
633 | 2024-12-20T23:32:12.630Z | Downloaded waitgroup v0.1.2 |
634 | 2024-12-20T23:32:12.632Z | Downloaded zone_cfg_derive v0.1.2 |
635 | 2024-12-20T23:32:12.634Z | Downloaded phf_shared v0.11.2 |
636 | 2024-12-20T23:32:12.635Z | Downloaded foreign-types v0.3.2 |
637 | 2024-12-20T23:32:12.635Z | Downloaded dhcproto-macros v0.1.0 |
638 | 2024-12-20T23:32:12.637Z | Downloaded packed_struct v0.10.1 |
639 | 2024-12-20T23:32:12.639Z | Downloaded vsss-rs v3.3.4 |
640 | 2024-12-20T23:32:12.642Z | Downloaded quinn-udp v0.5.5 |
641 | 2024-12-20T23:32:12.642Z | Downloaded hyper-util v0.1.10 |
642 | 2024-12-20T23:32:12.647Z | Downloaded same-file v1.0.6 |
643 | 2024-12-20T23:32:12.649Z | Downloaded similar v2.6.0 |
644 | 2024-12-20T23:32:12.653Z | Downloaded ref-cast v1.0.23 |
645 | 2024-12-20T23:32:12.656Z | Downloaded slab v0.4.9 |
646 | 2024-12-20T23:32:12.659Z | Downloaded simd-adler32 v0.3.7 |
647 | 2024-12-20T23:32:12.661Z | Downloaded oso-derive v0.27.3 |
648 | 2024-12-20T23:32:12.661Z | Downloaded ssh-encoding v0.2.0 |
649 | 2024-12-20T23:32:12.663Z | Downloaded fxhash v0.2.1 |
650 | 2024-12-20T23:32:12.666Z | Downloaded nu-ansi-term v0.50.1 |
651 | 2024-12-20T23:32:12.668Z | Downloaded signature v2.2.0 |
652 | 2024-12-20T23:32:12.668Z | Downloaded scrypt v0.11.0 |
653 | 2024-12-20T23:32:12.671Z | Downloaded num-conv v0.1.0 |
654 | 2024-12-20T23:32:12.671Z | Downloaded structmeta v0.2.0 |
655 | 2024-12-20T23:32:12.673Z | Downloaded cc v1.1.30 |
656 | 2024-12-20T23:32:12.676Z | Downloaded tap v1.0.1 |
657 | 2024-12-20T23:32:12.679Z | Downloaded topological-sort v0.2.2 |
658 | 2024-12-20T23:32:12.679Z | Downloaded tui-tree-widget v0.22.0 |
659 | 2024-12-20T23:32:12.681Z | Downloaded bumpalo v3.16.0 |
660 | 2024-12-20T23:32:12.684Z | Downloaded tokio-stream v0.1.16 |
661 | 2024-12-20T23:32:12.687Z | Downloaded unicode-properties v0.1.3 |
662 | 2024-12-20T23:32:12.690Z | Downloaded base64 v0.22.1 |
663 | 2024-12-20T23:32:12.694Z | Downloaded strum v0.26.3 |
664 | 2024-12-20T23:32:12.696Z | Downloaded signal-hook-tokio v0.3.1 |
665 | 2024-12-20T23:32:12.696Z | Downloaded xz2 v0.1.7 |
666 | 2024-12-20T23:32:12.699Z | Downloaded defmt-parser v0.3.4 |
667 | 2024-12-20T23:32:12.709Z | Downloaded embedded-io v0.4.0 |
668 | 2024-12-20T23:32:12.709Z | Downloaded gethostname v0.5.0 |
669 | 2024-12-20T23:32:12.709Z | Downloaded foreign-types v0.5.0 |
670 | 2024-12-20T23:32:12.709Z | Downloaded vergen v8.3.2 |
671 | 2024-12-20T23:32:12.709Z | Downloaded predicates v3.1.2 |
672 | 2024-12-20T23:32:12.712Z | Downloaded dunce v1.0.5 |
673 | 2024-12-20T23:32:12.712Z | Downloaded zone v0.3.0 |
674 | 2024-12-20T23:32:12.714Z | Downloaded wait-timeout v0.2.0 |
675 | 2024-12-20T23:32:12.714Z | Downloaded untrusted v0.9.0 |
676 | 2024-12-20T23:32:12.716Z | Downloaded sqlformat v0.2.6 |
677 | 2024-12-20T23:32:12.718Z | Downloaded semver v0.1.20 |
678 | 2024-12-20T23:32:12.721Z | Downloaded num-integer v0.1.46 |
679 | 2024-12-20T23:32:12.721Z | Downloaded sct v0.7.1 |
680 | 2024-12-20T23:32:12.724Z | Downloaded vte_generate_state_changes v0.1.2 |
681 | 2024-12-20T23:32:12.727Z | Downloaded tinyvec_macros v0.1.1 |
682 | 2024-12-20T23:32:12.727Z | Downloaded hashlink v0.9.1 |
683 | 2024-12-20T23:32:12.729Z | Downloaded crossbeam-channel v0.5.13 |
684 | 2024-12-20T23:32:12.733Z | Downloaded endian-type v0.1.2 |
685 | 2024-12-20T23:32:12.736Z | Downloaded tower-service v0.3.3 |
686 | 2024-12-20T23:32:12.736Z | Downloaded want v0.3.1 |
687 | 2024-12-20T23:32:12.738Z | Downloaded pem v3.0.4 |
688 | 2024-12-20T23:32:12.738Z | Downloaded num-derive v0.4.2 |
689 | 2024-12-20T23:32:12.740Z | Downloaded http v1.1.0 |
690 | 2024-12-20T23:32:12.744Z | Downloaded derive_builder_macro v0.20.2 |
691 | 2024-12-20T23:32:12.747Z | Downloaded dropshot_endpoint v0.13.0 |
692 | 2024-12-20T23:32:12.749Z | Downloaded foreign-types-shared v0.1.1 |
693 | 2024-12-20T23:32:12.752Z | Downloaded pin-project-internal v1.1.6 |
694 | 2024-12-20T23:32:12.752Z | Downloaded radium v0.7.0 |
695 | 2024-12-20T23:32:12.754Z | Downloaded precomputed-hash v0.1.1 |
696 | 2024-12-20T23:32:12.754Z | Downloaded serde_repr v0.1.19 |
697 | 2024-12-20T23:32:12.757Z | Downloaded percent-encoding v2.3.1 |
698 | 2024-12-20T23:32:12.759Z | Downloaded parse-size v1.1.0 |
699 | 2024-12-20T23:32:12.759Z | Downloaded futures-task v0.3.31 |
700 | 2024-12-20T23:32:12.762Z | Downloaded serde_plain v1.0.2 |
701 | 2024-12-20T23:32:12.762Z | Downloaded stable_deref_trait v1.2.0 |
702 | 2024-12-20T23:32:12.762Z | Downloaded des v0.8.1 |
703 | 2024-12-20T23:32:12.765Z | Downloaded slog-stdlog v4.1.1 |
704 | 2024-12-20T23:32:12.767Z | Downloaded minimal-lexical v0.2.1 |
705 | 2024-12-20T23:32:12.780Z | Downloaded highway v1.2.0 |
706 | 2024-12-20T23:32:12.783Z | Downloaded crypto-bigint v0.5.5 |
707 | 2024-12-20T23:32:12.790Z | Downloaded tls_codec v0.4.1 |
708 | 2024-12-20T23:32:12.792Z | Downloaded enum-as-inner v0.6.1 |
709 | 2024-12-20T23:32:12.794Z | Downloaded enum-as-inner v0.5.1 |
710 | 2024-12-20T23:32:12.797Z | Downloaded unicode-truncate v1.1.0 |
711 | 2024-12-20T23:32:12.799Z | Downloaded hickory-server v0.24.1 |
712 | 2024-12-20T23:32:12.804Z | Downloaded universal-hash v0.5.1 |
713 | 2024-12-20T23:32:12.806Z | Downloaded slog-json v2.6.1 |
714 | 2024-12-20T23:32:12.808Z | Downloaded num_enum v0.5.11 |
715 | 2024-12-20T23:32:12.812Z | Downloaded ppv-lite86 v0.2.20 |
716 | 2024-12-20T23:32:12.815Z | Downloaded env_filter v0.1.2 |
717 | 2024-12-20T23:32:12.818Z | Downloaded slog-scope v4.4.0 |
718 | 2024-12-20T23:32:12.818Z | Downloaded rustls-pemfile v2.2.0 |
719 | 2024-12-20T23:32:12.821Z | Downloaded parse-display-derive v0.10.0 |
720 | 2024-12-20T23:32:12.823Z | Downloaded futures-sink v0.3.31 |
721 | 2024-12-20T23:32:12.823Z | Downloaded aes v0.8.4 |
722 | 2024-12-20T23:32:12.826Z | Downloaded fatfs v0.3.6 |
723 | 2024-12-20T23:32:12.829Z | Downloaded diesel_derives v2.2.3 |
724 | 2024-12-20T23:32:12.834Z | Downloaded serde_path_to_error v0.1.16 |
725 | 2024-12-20T23:32:12.836Z | Downloaded salsa20 v0.10.2 |
726 | 2024-12-20T23:32:12.838Z | Downloaded rand_seeder v0.3.0 |
727 | 2024-12-20T23:32:12.838Z | Downloaded oso v0.27.3 |
728 | 2024-12-20T23:32:12.842Z | Downloaded peg-runtime v0.8.3 |
729 | 2024-12-20T23:32:12.844Z | Downloaded unicase v2.7.0 |
730 | 2024-12-20T23:32:12.847Z | Downloaded progenitor-client v0.8.0 |
731 | 2024-12-20T23:32:12.847Z | Downloaded tracing-core v0.1.32 |
732 | 2024-12-20T23:32:12.850Z | Downloaded sha1 v0.10.6 |
733 | 2024-12-20T23:32:12.852Z | Downloaded libm v0.2.8 |
734 | 2024-12-20T23:32:12.859Z | Downloaded zone_cfg_derive v0.3.0 |
735 | 2024-12-20T23:32:12.861Z | Downloaded tokio-native-tls v0.3.1 |
736 | 2024-12-20T23:32:12.864Z | Downloaded toml_edit v0.19.15 |
737 | 2024-12-20T23:32:12.879Z | Downloaded float-cmp v0.9.0 |
738 | 2024-12-20T23:32:12.881Z | Downloaded debug-ignore v1.0.5 |
739 | 2024-12-20T23:32:12.883Z | Downloaded untrusted v0.7.1 |
740 | 2024-12-20T23:32:12.883Z | Downloaded termcolor v1.4.1 |
741 | 2024-12-20T23:32:12.885Z | Downloaded string_cache v0.8.7 |
742 | 2024-12-20T23:32:12.887Z | Downloaded libxml v0.3.3 |
743 | 2024-12-20T23:32:12.893Z | Downloaded pem-rfc7468 v0.7.0 |
744 | 2024-12-20T23:32:12.896Z | Downloaded openssl-probe v0.1.5 |
745 | 2024-12-20T23:32:12.898Z | Downloaded flagset v0.4.6 |
746 | 2024-12-20T23:32:12.898Z | Downloaded env_logger v0.11.5 |
747 | 2024-12-20T23:32:12.901Z | Downloaded headers v0.4.0 |
748 | 2024-12-20T23:32:12.907Z | Downloaded hash32 v0.3.1 |
749 | 2024-12-20T23:32:12.909Z | Downloaded hash32 v0.2.1 |
750 | 2024-12-20T23:32:12.911Z | Downloaded rand_xorshift v0.3.0 |
751 | 2024-12-20T23:32:12.913Z | Downloaded psl-types v2.0.11 |
752 | 2024-12-20T23:32:12.913Z | Downloaded progenitor-macro v0.8.0 |
753 | 2024-12-20T23:32:12.913Z | Downloaded powerfmt v0.2.0 |
754 | 2024-12-20T23:32:12.916Z | Downloaded itertools v0.10.5 |
755 | 2024-12-20T23:32:12.922Z | Downloaded typify-macro v0.2.0 |
756 | 2024-12-20T23:32:12.924Z | Downloaded serde_urlencoded v0.7.1 |
757 | 2024-12-20T23:32:12.926Z | Downloaded thiserror-no-std v2.0.2 |
758 | 2024-12-20T23:32:12.930Z | Downloaded crossterm v0.28.1 |
759 | 2024-12-20T23:32:12.936Z | Downloaded term v0.7.0 |
760 | 2024-12-20T23:32:12.939Z | Downloaded derive_more v0.99.18 |
761 | 2024-12-20T23:32:12.948Z | Downloaded display-error-chain v0.2.2 |
762 | 2024-12-20T23:32:12.951Z | Downloaded data-encoding v2.6.0 |
763 | 2024-12-20T23:32:12.951Z | Downloaded der_derive v0.7.3 |
764 | 2024-12-20T23:32:12.951Z | Downloaded defmt v0.3.8 |
765 | 2024-12-20T23:32:12.954Z | Downloaded ron v0.7.1 |
766 | 2024-12-20T23:32:12.958Z | Downloaded form_urlencoded v1.2.1 |
767 | 2024-12-20T23:32:12.961Z | Downloaded rustls-pki-types v1.10.0 |
768 | 2024-12-20T23:32:12.963Z | Downloaded openssl-macros v0.1.1 |
769 | 2024-12-20T23:32:12.965Z | Downloaded itertools v0.12.1 |
770 | 2024-12-20T23:32:12.971Z | Downloaded futures-core v0.3.31 |
771 | 2024-12-20T23:32:12.974Z | Downloaded peg-macros v0.8.4 |
772 | 2024-12-20T23:32:12.976Z | Downloaded hashbrown v0.13.2 |
773 | 2024-12-20T23:32:12.979Z | Downloaded rustls-pemfile v1.0.4 |
774 | 2024-12-20T23:32:12.983Z | Downloaded stringprep v0.1.5 |
775 | 2024-12-20T23:32:12.985Z | Downloaded rustc_version v0.4.1 |
776 | 2024-12-20T23:32:12.985Z | Downloaded unicode-bidi v0.3.17 |
777 | 2024-12-20T23:32:12.988Z | Downloaded qorb v0.2.1 |
778 | 2024-12-20T23:32:12.993Z | Downloaded unicode-xid v0.2.6 |
779 | 2024-12-20T23:32:12.995Z | Downloaded tokio-rustls v0.26.0 |
780 | 2024-12-20T23:32:12.998Z | Downloaded termtree v0.4.1 |
781 | 2024-12-20T23:32:12.998Z | Downloaded hyper v1.5.0 |
782 | 2024-12-20T23:32:13.005Z | Downloaded termios v0.3.3 |
783 | 2024-12-20T23:32:13.007Z | Downloaded structmeta-derive v0.3.0 |
784 | 2024-12-20T23:32:13.011Z | Downloaded derive_builder_core v0.20.2 |
785 | 2024-12-20T23:32:13.013Z | Downloaded structmeta v0.3.0 |
786 | 2024-12-20T23:32:13.013Z | Downloaded strip-ansi-escapes v0.2.0 |
787 | 2024-12-20T23:32:13.013Z | Downloaded rustfmt-wrapper v0.2.1 |
788 | 2024-12-20T23:32:13.016Z | Downloaded itertools v0.13.0 |
789 | 2024-12-20T23:32:13.021Z | Downloaded yoke-derive v0.7.4 |
790 | 2024-12-20T23:32:13.024Z | Downloaded num_enum_derive v0.5.11 |
791 | 2024-12-20T23:32:13.024Z | Downloaded glob v0.3.1 |
792 | 2024-12-20T23:32:13.026Z | Downloaded rustc-hash v2.0.0 |
793 | 2024-12-20T23:32:13.029Z | Downloaded pin-utils v0.1.0 |
794 | 2024-12-20T23:32:13.029Z | Downloaded phf_generator v0.11.2 |
795 | 2024-12-20T23:32:13.031Z | Downloaded futures-channel v0.3.31 |
796 | 2024-12-20T23:32:13.033Z | Downloaded hickory-resolver v0.24.1 |
797 | 2024-12-20T23:32:13.036Z | Downloaded serde_derive_internals v0.29.1 |
798 | 2024-12-20T23:32:13.039Z | Downloaded signal-hook v0.3.17 |
799 | 2024-12-20T23:32:13.042Z | Downloaded fallible-iterator v0.2.0 |
800 | 2024-12-20T23:32:13.047Z | Downloaded spki v0.7.3 |
801 | 2024-12-20T23:32:13.047Z | Downloaded spin v0.5.2 |
802 | 2024-12-20T23:32:13.047Z | Downloaded parking_lot_core v0.8.6 |
803 | 2024-12-20T23:32:13.049Z | Downloaded tokio-rustls v0.25.0 |
804 | 2024-12-20T23:32:13.052Z | Downloaded unsafe-libyaml v0.2.11 |
805 | 2024-12-20T23:32:13.055Z | Downloaded zerocopy v0.6.6 |
806 | 2024-12-20T23:32:13.057Z | Downloaded heck v0.3.3 |
807 | 2024-12-20T23:32:13.060Z | Downloaded futures-executor v0.3.31 |
808 | 2024-12-20T23:32:13.060Z | Downloaded value-bag v1.9.0 |
809 | 2024-12-20T23:32:13.062Z | Downloaded rand v0.8.5 |
810 | 2024-12-20T23:32:13.066Z | Downloaded thiserror-impl-no-std v2.0.2 |
811 | 2024-12-20T23:32:13.068Z | Downloaded aes-gcm v0.10.3 |
812 | 2024-12-20T23:32:13.071Z | Downloaded openssl-sys v0.9.103 |
813 | 2024-12-20T23:32:13.076Z | Downloaded time-core v0.1.2 |
814 | 2024-12-20T23:32:13.078Z | Downloaded rusqlite v0.32.1 |
815 | 2024-12-20T23:32:13.084Z | Downloaded deranged v0.3.11 |
816 | 2024-12-20T23:32:13.086Z | Downloaded wyz v0.5.1 |
817 | 2024-12-20T23:32:13.088Z | Downloaded pkcs1 v0.7.5 |
818 | 2024-12-20T23:32:13.091Z | Downloaded pin-project-lite v0.2.14 |
819 | 2024-12-20T23:32:13.095Z | Downloaded filetime v0.2.25 |
820 | 2024-12-20T23:32:13.097Z | Downloaded writeable v0.5.5 |
821 | 2024-12-20T23:32:13.099Z | Downloaded twox-hash v1.6.3 |
822 | 2024-12-20T23:32:13.102Z | Downloaded spin v0.9.8 |
823 | 2024-12-20T23:32:13.104Z | Downloaded tokio-postgres v0.7.12 |
824 | 2024-12-20T23:32:13.108Z | Downloaded snafu-derive v0.8.5 |
825 | 2024-12-20T23:32:13.110Z | Downloaded rustc-hash v1.1.0 |
826 | 2024-12-20T23:32:13.113Z | Downloaded hashbrown v0.14.5 |
827 | 2024-12-20T23:32:13.116Z | Downloaded olpc-cjson v0.1.4 |
828 | 2024-12-20T23:32:13.118Z | Downloaded publicsuffix v2.2.3 |
829 | 2024-12-20T23:32:13.121Z | Downloaded slog-term v2.9.1 |
830 | 2024-12-20T23:32:13.123Z | Downloaded serde-big-array v0.5.1 |
831 | 2024-12-20T23:32:13.125Z | Downloaded foreign-types-shared v0.3.1 |
832 | 2024-12-20T23:32:13.126Z | Downloaded thread_local v1.1.8 |
833 | 2024-12-20T23:32:13.127Z | Downloaded aws-lc-rs v1.10.0 |
834 | 2024-12-20T23:32:13.136Z | Downloaded der v0.7.9 |
835 | 2024-12-20T23:32:13.141Z | Downloaded opaque-debug v0.3.1 |
836 | 2024-12-20T23:32:13.143Z | Downloaded tls_codec_derive v0.4.1 |
837 | 2024-12-20T23:32:13.145Z | Downloaded winnow v0.5.40 |
838 | 2024-12-20T23:32:13.152Z | Downloaded write16 v1.0.0 |
839 | 2024-12-20T23:32:13.154Z | Downloaded resolv-conf v0.7.0 |
840 | 2024-12-20T23:32:13.156Z | Downloaded home v0.5.9 |
841 | 2024-12-20T23:32:13.156Z | Downloaded derive_builder v0.20.2 |
842 | 2024-12-20T23:32:13.161Z | Downloaded slog v2.7.0 |
843 | 2024-12-20T23:32:13.163Z | Downloaded phf v0.11.2 |
844 | 2024-12-20T23:32:13.166Z | Downloaded socket2 v0.5.7 |
845 | 2024-12-20T23:32:13.168Z | Downloaded pkcs5 v0.7.1 |
846 | 2024-12-20T23:32:13.171Z | Downloaded p521 v0.13.3 |
847 | 2024-12-20T23:32:13.175Z | Downloaded serde_yaml v0.9.34+deprecated |
848 | 2024-12-20T23:32:13.179Z | Downloaded getrandom v0.2.15 |
849 | 2024-12-20T23:32:13.182Z | Downloaded rustc-demangle v0.1.24 |
850 | 2024-12-20T23:32:13.184Z | Downloaded static_assertions v1.1.0 |
851 | 2024-12-20T23:32:13.187Z | Downloaded schemars_derive v0.8.21 |
852 | 2024-12-20T23:32:13.189Z | Downloaded dirs-sys-next v0.1.2 |
853 | 2024-12-20T23:32:13.189Z | Downloaded ssh-key v0.6.6 |
854 | 2024-12-20T23:32:13.195Z | Downloaded hex v0.4.3 |
855 | 2024-12-20T23:32:13.197Z | Downloaded pbkdf2 v0.12.2 |
856 | 2024-12-20T23:32:13.201Z | Downloaded utf16_iter v1.0.5 |
857 | 2024-12-20T23:32:13.201Z | Downloaded utf-8 v0.7.6 |
858 | 2024-12-20T23:32:13.203Z | Downloaded parse-zoneinfo v0.3.1 |
859 | 2024-12-20T23:32:13.205Z | Downloaded fallible-iterator v0.3.0 |
860 | 2024-12-20T23:32:13.205Z | Downloaded env_logger v0.10.2 |
861 | 2024-12-20T23:32:13.208Z | Downloaded postcard v1.0.10 |
862 | 2024-12-20T23:32:13.210Z | Downloaded sqlparser v0.45.0 |
863 | 2024-12-20T23:32:13.216Z | Downloaded dirs-next v2.0.0 |
864 | 2024-12-20T23:32:13.219Z | Downloaded tracing-attributes v0.1.27 |
865 | 2024-12-20T23:32:13.222Z | Downloaded derive-where v1.2.7 |
866 | 2024-12-20T23:32:13.224Z | Downloaded polyval v0.6.2 |
867 | 2024-12-20T23:32:13.227Z | Downloaded unicode_categories v0.1.1 |
868 | 2024-12-20T23:32:13.227Z | Downloaded flate2 v1.0.34 |
869 | 2024-12-20T23:32:13.232Z | Downloaded displaydoc v0.2.5 |
870 | 2024-12-20T23:32:13.235Z | Downloaded zopfli v0.8.1 |
871 | 2024-12-20T23:32:13.237Z | Downloaded zip v0.6.6 |
872 | 2024-12-20T23:32:13.241Z | Downloaded difflib v0.4.0 |
873 | 2024-12-20T23:32:13.244Z | Downloaded owo-colors v4.1.0 |
874 | 2024-12-20T23:32:13.247Z | Downloaded russh-keys v0.45.0 |
875 | 2024-12-20T23:32:13.250Z | Downloaded peg v0.8.4 |
876 | 2024-12-20T23:32:13.252Z | Downloaded password-hash v0.5.0 |
877 | 2024-12-20T23:32:13.255Z | Downloaded tokio-tungstenite v0.24.0 |
878 | 2024-12-20T23:32:13.258Z | Downloaded diff v0.1.13 |
879 | 2024-12-20T23:32:13.260Z | Downloaded postgres-protocol v0.6.7 |
880 | 2024-12-20T23:32:13.262Z | Downloaded bindgen v0.69.5 |
881 | 2024-12-20T23:32:13.268Z | Downloaded hmac v0.12.1 |
882 | 2024-12-20T23:32:13.270Z | Downloaded bitvec v1.0.1 |
883 | 2024-12-20T23:32:13.285Z | Downloaded parking_lot v0.11.2 |
884 | 2024-12-20T23:32:13.288Z | Downloaded toml v0.7.8 |
885 | 2024-12-20T23:32:13.291Z | Downloaded chrono v0.4.38 |
886 | 2024-12-20T23:32:13.298Z | Downloaded vte v0.11.1 |
887 | 2024-12-20T23:32:13.300Z | Downloaded zip v2.1.3 |
888 | 2024-12-20T23:32:13.305Z | Downloaded lalrpop v0.19.12 |
889 | 2024-12-20T23:32:13.316Z | Downloaded postgres-types v0.2.8 |
890 | 2024-12-20T23:32:13.318Z | Downloaded tungstenite v0.23.0 |
891 | 2024-12-20T23:32:13.322Z | Downloaded samael v0.0.17 |
892 | 2024-12-20T23:32:13.327Z | Downloaded x509-cert v0.2.5 |
893 | 2024-12-20T23:32:13.333Z | Downloaded uuid v1.11.0 |
894 | 2024-12-20T23:32:13.336Z | Downloaded steno v0.4.1 |
895 | 2024-12-20T23:32:13.340Z | Downloaded url v2.5.3 |
896 | 2024-12-20T23:32:13.343Z | Downloaded icu_properties_data v1.5.0 |
897 | 2024-12-20T23:32:13.354Z | Downloaded p256 v0.13.2 |
898 | 2024-12-20T23:32:13.357Z | Downloaded zerocopy v0.8.10 |
899 | 2024-12-20T23:32:13.382Z | Downloaded serde_with v3.11.0 |
900 | 2024-12-20T23:32:13.390Z | Downloaded h2 v0.4.6 |
901 | 2024-12-20T23:32:13.396Z | Downloaded idna v0.2.3 |
902 | 2024-12-20T23:32:13.404Z | Downloaded idna v0.4.0 |
903 | 2024-12-20T23:32:13.411Z | Downloaded typed-path v0.9.3 |
904 | 2024-12-20T23:32:13.417Z | Downloaded hkdf v0.12.4 |
905 | 2024-12-20T23:32:13.419Z | Downloaded quick-xml v0.33.0 |
906 | 2024-12-20T23:32:13.425Z | Downloaded quinn-proto v0.11.8 |
907 | 2024-12-20T23:32:13.432Z | Downloaded num-bigint-dig v0.8.4 |
908 | 2024-12-20T23:32:13.437Z | Downloaded tough v0.19.0 |
909 | 2024-12-20T23:32:13.445Z | Downloaded curve25519-dalek v4.1.3 |
910 | 2024-12-20T23:32:13.454Z | Downloaded tokio-util v0.7.12 |
911 | 2024-12-20T23:32:13.461Z | Downloaded nom v7.1.3 |
912 | 2024-12-20T23:32:13.467Z | Downloaded regex v1.11.1 |
913 | 2024-12-20T23:32:13.480Z | Downloaded time v0.3.36 |
914 | 2024-12-20T23:32:13.486Z | Downloaded rayon v1.10.0 |
915 | 2024-12-20T23:32:13.496Z | Downloaded proptest v1.5.0 |
916 | 2024-12-20T23:32:13.505Z | Downloaded reedline v0.35.0 |
917 | 2024-12-20T23:32:13.513Z | Downloaded salty v0.3.0 |
918 | 2024-12-20T23:32:13.520Z | Downloaded radix_trie v0.2.1 |
919 | 2024-12-20T23:32:13.525Z | Downloaded chrono-tz v0.10.0 |
920 | 2024-12-20T23:32:13.532Z | Downloaded polar-core v0.27.3 |
921 | 2024-12-20T23:32:13.541Z | Downloaded petname v2.0.2 |
922 | 2024-12-20T23:32:13.547Z | Downloaded bstr v1.10.0 |
923 | 2024-12-20T23:32:13.557Z | Downloaded unicode-width v0.2.0 |
924 | 2024-12-20T23:32:13.563Z | Downloaded regex-syntax v0.6.29 |
925 | 2024-12-20T23:32:13.570Z | Downloaded trust-dns-proto v0.22.0 |
926 | 2024-12-20T23:32:13.584Z | Downloaded p384 v0.13.0 |
927 | 2024-12-20T23:32:13.590Z | Downloaded git2 v0.19.0 |
928 | 2024-12-20T23:32:13.600Z | Downloaded openssl v0.10.66 |
929 | 2024-12-20T23:32:13.611Z | Downloaded gimli v0.31.1 |
930 | 2024-12-20T23:32:13.621Z | Downloaded hickory-proto v0.24.1 |
931 | 2024-12-20T23:32:13.638Z | Downloaded nix v0.28.0 |
932 | 2024-12-20T23:32:13.649Z | Downloaded smoltcp v0.11.0 |
933 | 2024-12-20T23:32:13.663Z | Downloaded nix v0.29.0 |
934 | 2024-12-20T23:32:13.676Z | Downloaded regress v0.10.1 |
935 | 2024-12-20T23:32:13.685Z | Downloaded rustls v0.23.19 |
936 | 2024-12-20T23:32:13.697Z | Downloaded dropshot v0.13.0 |
937 | 2024-12-20T23:32:13.719Z | Downloaded regex-syntax v0.8.5 |
938 | 2024-12-20T23:32:13.728Z | Downloaded diesel v2.2.6 |
939 | 2024-12-20T23:32:13.759Z | Downloaded rustls v0.21.12 |
940 | 2024-12-20T23:32:13.774Z | Downloaded zerocopy-derive v0.6.6 |
941 | 2024-12-20T23:32:13.788Z | Downloaded openapiv3 v2.0.0 |
942 | 2024-12-20T23:32:13.802Z | Downloaded typify-impl v0.2.0 |
943 | 2024-12-20T23:32:13.816Z | Downloaded dropshot v0.12.0 |
944 | 2024-12-20T23:32:13.837Z | Downloaded sled v0.34.7 |
945 | 2024-12-20T23:32:13.846Z | Downloaded ratatui v0.28.1 |
946 | 2024-12-20T23:32:13.866Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
947 | 2024-12-20T23:32:13.877Z | Downloaded rustls v0.22.4 |
948 | 2024-12-20T23:32:13.889Z | Downloaded object v0.36.5 |
949 | 2024-12-20T23:32:13.902Z | Downloaded vcpkg v0.2.15 |
950 | 2024-12-20T23:32:13.939Z | Downloaded idna v0.3.0 |
951 | 2024-12-20T23:32:13.945Z | Downloaded regex-automata v0.4.8 |
952 | 2024-12-20T23:32:13.962Z | Downloaded object v0.30.4 |
953 | 2024-12-20T23:32:13.973Z | Downloaded petgraph v0.6.5 |
954 | 2024-12-20T23:32:13.988Z | Downloaded lzma-sys v0.1.20 |
955 | 2024-12-20T23:32:14.018Z | Downloaded webpki-roots v0.26.6 |
956 | 2024-12-20T23:32:14.021Z | Downloaded reqwest v0.12.9 |
957 | 2024-12-20T23:32:14.029Z | Downloaded regress v0.9.1 |
958 | 2024-12-20T23:32:14.037Z | Downloaded idna v0.5.0 |
959 | 2024-12-20T23:32:14.044Z | Downloaded libz-sys v1.1.20 |
960 | 2024-12-20T23:32:14.065Z | Downloaded csv v1.3.0 |
961 | 2024-12-20T23:32:14.083Z | Downloaded rustls-webpki v0.102.8 |
962 | 2024-12-20T23:32:14.104Z | Downloaded sha3 v0.10.8 |
963 | 2024-12-20T23:32:14.107Z | Downloaded tokio v1.40.0 |
964 | 2024-12-20T23:32:14.146Z | Downloaded smoltcp v0.9.1 |
965 | 2024-12-20T23:32:14.154Z | Downloaded nix v0.27.1 |
966 | 2024-12-20T23:32:14.165Z | Downloaded expectorate v1.1.0 |
967 | 2024-12-20T23:32:14.168Z | Downloaded num-bigint v0.4.6 |
968 | 2024-12-20T23:32:14.172Z | Downloaded portable-atomic v1.9.0 |
969 | 2024-12-20T23:32:14.179Z | Downloaded rustls-webpki v0.101.7 |
970 | 2024-12-20T23:32:14.194Z | Downloaded flume v0.11.1 |
971 | 2024-12-20T23:32:14.197Z | Downloaded prettyplease v0.2.25 |
972 | 2024-12-20T23:32:14.201Z | Downloaded futures-util v0.3.31 |
973 | 2024-12-20T23:32:14.212Z | Downloaded tungstenite v0.24.0 |
974 | 2024-12-20T23:32:14.215Z | Downloaded schemars v0.8.21 |
975 | 2024-12-20T23:32:14.227Z | Downloaded omicron-zone-package v0.11.1 |
976 | 2024-12-20T23:32:14.230Z | Downloaded rayon-core v1.12.1 |
977 | 2024-12-20T23:32:14.234Z | Downloaded snafu v0.8.5 |
978 | 2024-12-20T23:32:14.240Z | Downloaded dropshot_endpoint v0.12.0 |
979 | 2024-12-20T23:32:14.243Z | Downloaded rcgen v0.12.1 |
980 | 2024-12-20T23:32:14.246Z | Downloaded heapless v0.8.0 |
981 | 2024-12-20T23:32:14.249Z | Downloaded heapless v0.7.17 |
982 | 2024-12-20T23:32:14.253Z | Downloaded foreign-types-macros v0.2.3 |
983 | 2024-12-20T23:32:14.258Z | Downloaded time-macros v0.2.18 |
984 | 2024-12-20T23:32:14.262Z | Downloaded zerovec-derive v0.10.3 |
985 | 2024-12-20T23:32:14.262Z | Downloaded xattr v1.3.1 |
986 | 2024-12-20T23:32:14.262Z | Downloaded aho-corasick v1.1.3 |
987 | 2024-12-20T23:32:14.266Z | Downloaded downcast v0.11.0 |
988 | 2024-12-20T23:32:14.268Z | Downloaded russh-cryptovec v0.7.3 |
989 | 2024-12-20T23:32:14.268Z | Downloaded slog-envlogger v2.2.0 |
990 | 2024-12-20T23:32:14.270Z | Downloaded parking_lot_core v0.9.10 |
991 | 2024-12-20T23:32:14.272Z | Downloaded parking_lot v0.12.3 |
992 | 2024-12-20T23:32:14.275Z | Downloaded blake3 v1.5.4 |
993 | 2024-12-20T23:32:14.282Z | Downloaded zerovec v0.10.4 |
994 | 2024-12-20T23:32:14.288Z | Downloaded thiserror-impl v2.0.3 |
995 | 2024-12-20T23:32:14.290Z | Downloaded ghash v0.5.1 |
996 | 2024-12-20T23:32:14.290Z | Downloaded zone v0.1.8 |
997 | 2024-12-20T23:32:14.292Z | Downloaded unicode-normalization v0.1.24 |
998 | 2024-12-20T23:32:14.296Z | Downloaded smallvec v0.6.14 |
999 | 2024-12-20T23:32:14.298Z | Downloaded slog-async v2.8.0 |
1000 | 2024-12-20T23:32:14.301Z | Downloaded serde-hex v0.1.0 |
1001 | 2024-12-20T23:32:14.301Z | Downloaded password-hash v0.4.2 |
1002 | 2024-12-20T23:32:14.303Z | Downloaded tracing v0.1.40 |
1003 | 2024-12-20T23:32:14.306Z | Downloaded encoding_rs v0.8.34 |
1004 | 2024-12-20T23:32:14.325Z | Downloaded hashbrown v0.12.3 |
1005 | 2024-12-20T23:32:14.330Z | Downloaded float-ord v0.3.2 |
1006 | 2024-12-20T23:32:14.333Z | Downloaded fixedbitset v0.4.2 |
1007 | 2024-12-20T23:32:14.333Z | Downloaded nodrop v0.1.14 |
1008 | 2024-12-20T23:32:14.335Z | Downloaded embedded-io v0.6.1 |
1009 | 2024-12-20T23:32:14.335Z | Downloaded half v2.4.1 |
1010 | 2024-12-20T23:32:14.337Z | Downloaded ron v0.8.1 |
1011 | 2024-12-20T23:32:14.342Z | Downloaded progenitor v0.8.0 |
1012 | 2024-12-20T23:32:14.345Z | Downloaded proc-macro-crate v1.3.1 |
1013 | 2024-12-20T23:32:14.345Z | Downloaded primeorder v0.13.6 |
1014 | 2024-12-20T23:32:14.352Z | Downloaded serde_with_macros v3.11.0 |
1015 | 2024-12-20T23:32:14.352Z | Downloaded rustyline v14.0.0 |
1016 | 2024-12-20T23:32:14.355Z | Downloaded russh v0.45.0 |
1017 | 2024-12-20T23:32:14.359Z | Downloaded ena v0.14.3 |
1018 | 2024-12-20T23:32:14.363Z | Downloaded num-traits v0.2.19 |
1019 | 2024-12-20T23:32:14.365Z | Downloaded num-rational v0.4.2 |
1020 | 2024-12-20T23:32:14.368Z | Downloaded unicode-segmentation v1.12.0 |
1021 | 2024-12-20T23:32:14.371Z | Downloaded signal-hook-registry v1.4.2 |
1022 | 2024-12-20T23:32:14.371Z | Downloaded signal-hook-mio v0.2.4 |
1023 | 2024-12-20T23:32:14.374Z | Downloaded scheduled-thread-pool v0.2.7 |
1024 | 2024-12-20T23:32:14.374Z | Downloaded darling_core v0.20.10 |
1025 | 2024-12-20T23:32:14.378Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1026 | 2024-12-20T23:32:14.439Z | Downloaded yoke v0.7.4 |
1027 | 2024-12-20T23:32:14.441Z | Downloaded tokio-rustls v0.24.1 |
1028 | 2024-12-20T23:32:14.444Z | Downloaded smallvec v1.13.2 |
1029 | 2024-12-20T23:32:14.448Z | Downloaded idna v1.0.3 |
1030 | 2024-12-20T23:32:14.455Z | Downloaded group v0.13.0 |
1031 | 2024-12-20T23:32:14.456Z | Downloaded test-strategy v0.3.1 |
1032 | 2024-12-20T23:32:14.456Z | Downloaded tar v0.4.42 |
1033 | 2024-12-20T23:32:14.465Z | Downloaded ed25519-dalek v2.1.1 |
1034 | 2024-12-20T23:32:14.465Z | Downloaded num-complex v0.4.6 |
1035 | 2024-12-20T23:32:14.465Z | Downloaded hickory-client v0.24.1 |
1036 | 2024-12-20T23:32:14.465Z | Downloaded progenitor-impl v0.8.0 |
1037 | 2024-12-20T23:32:14.473Z | Downloaded poly1305 v0.8.0 |
1038 | 2024-12-20T23:32:14.473Z | Downloaded elliptic-curve v0.13.8 |
1039 | 2024-12-20T23:32:14.473Z | Downloaded quinn v0.11.5 |
1040 | 2024-12-20T23:32:14.487Z | Downloaded zerocopy-derive v0.8.10 |
1041 | 2024-12-20T23:32:14.490Z | Downloaded tokio-macros v2.4.0 |
1042 | 2024-12-20T23:32:14.490Z | Downloaded strum_macros v0.24.3 |
1043 | 2024-12-20T23:32:14.490Z | Downloaded tokio-tungstenite v0.23.1 |
1044 | 2024-12-20T23:32:14.490Z | Downloaded thiserror v2.0.3 |
1045 | 2024-12-20T23:32:14.493Z | Downloaded foldhash v0.1.3 |
1046 | 2024-12-20T23:32:14.495Z | Downloaded dhcproto v0.12.0 |
1047 | 2024-12-20T23:32:14.498Z | Downloaded mio v1.0.2 |
1048 | 2024-12-20T23:32:14.503Z | Downloaded pin-project v1.1.6 |
1049 | 2024-12-20T23:32:14.514Z | Downloaded num-iter v0.1.45 |
1050 | 2024-12-20T23:32:14.516Z | Downloaded futures-macro v0.3.31 |
1051 | 2024-12-20T23:32:14.519Z | Downloaded futures-io v0.3.31 |
1052 | 2024-12-20T23:32:14.519Z | Downloaded pkcs8 v0.10.2 |
1053 | 2024-12-20T23:32:14.521Z | Downloaded rsa v0.9.6 |
1054 | 2024-12-20T23:32:14.524Z | Downloaded unarray v0.1.4 |
1055 | 2024-12-20T23:32:14.527Z | Downloaded tokio-tungstenite v0.21.0 |
1056 | 2024-12-20T23:32:14.530Z | Downloaded walkdir v2.5.0 |
1057 | 2024-12-20T23:32:14.530Z | Downloaded subprocess v0.2.9 |
1058 | 2024-12-20T23:32:14.533Z | Downloaded futures v0.3.31 |
1059 | 2024-12-20T23:32:14.538Z | Downloaded yasna v0.5.2 |
1060 | 2024-12-20T23:32:14.540Z | Downloaded uzers v0.12.1 |
1061 | 2024-12-20T23:32:14.543Z | Downloaded scopeguard v1.2.0 |
1062 | 2024-12-20T23:32:14.545Z | Downloaded rustc_version v0.1.7 |
1063 | 2024-12-20T23:32:14.545Z | Downloaded r2d2 v0.8.10 |
1064 | 2024-12-20T23:32:14.547Z | Downloaded quick-error v1.2.3 |
1065 | 2024-12-20T23:32:14.547Z | Downloaded pkg-config v0.3.31 |
1066 | 2024-12-20T23:32:14.550Z | Downloaded phf_codegen v0.11.2 |
1067 | 2024-12-20T23:32:14.550Z | Downloaded pbkdf2 v0.11.0 |
1068 | 2024-12-20T23:32:14.552Z | Downloaded parse-display v0.10.0 |
1069 | 2024-12-20T23:32:14.555Z | Downloaded darling_macro v0.20.10 |
1070 | 2024-12-20T23:32:14.555Z | Downloaded tungstenite v0.21.0 |
1071 | 2024-12-20T23:32:14.557Z | Downloaded strum_macros v0.26.4 |
1072 | 2024-12-20T23:32:14.560Z | Downloaded compact_str v0.8.0 |
1073 | 2024-12-20T23:32:14.563Z | Downloaded backtrace v0.3.74 |
1074 | 2024-12-20T23:32:14.568Z | Downloaded defmt-macros v0.3.9 |
1075 | 2024-12-20T23:32:14.571Z | Downloaded predicates-core v1.0.8 |
1076 | 2024-12-20T23:32:14.573Z | Downloaded strum_macros v0.25.3 |
1077 | 2024-12-20T23:32:14.575Z | Downloaded icu_collections v1.5.0 |
1078 | 2024-12-20T23:32:14.580Z | Downloaded subtle v2.6.1 |
1079 | 2024-12-20T23:32:14.584Z | Downloaded tinyvec v1.8.0 |
1080 | 2024-12-20T23:32:14.587Z | Downloaded globset v0.4.15 |
1081 | 2024-12-20T23:32:14.587Z | Downloaded dyn-clone v1.0.17 |
1082 | 2024-12-20T23:32:14.589Z | Downloaded dsl_auto_type v0.1.2 |
1083 | 2024-12-20T23:32:14.589Z | Downloaded fs_extra v1.3.0 |
1084 | 2024-12-20T23:32:14.592Z | Downloaded ecdsa v0.16.9 |
1085 | 2024-12-20T23:32:14.594Z | Downloaded const_format v0.2.33 |
1086 | 2024-12-20T23:32:14.598Z | Downloaded base64 v0.21.7 |
1087 | 2024-12-20T23:32:14.601Z | Downloaded predicates-tree v1.0.11 |
1088 | 2024-12-20T23:32:14.604Z | Downloaded whoami v1.5.2 |
1089 | 2024-12-20T23:32:14.606Z | Downloaded which v4.4.2 |
1090 | 2024-12-20T23:32:14.607Z | Downloaded paste v1.0.15 |
1091 | 2024-12-20T23:32:14.609Z | Downloaded packed_struct_codegen v0.10.1 |
1092 | 2024-12-20T23:32:14.611Z | Downloaded utf8_iter v1.0.4 |
1093 | 2024-12-20T23:32:14.611Z | Downloaded icu_properties v1.5.1 |
1094 | 2024-12-20T23:32:14.614Z | Downloaded base64 v0.13.1 |
1095 | 2024-12-20T23:32:14.617Z | Downloaded indexmap v1.9.3 |
1096 | 2024-12-20T23:32:14.620Z | Downloaded icu_normalizer_data v1.5.0 |
1097 | 2024-12-20T23:32:14.623Z | Downloaded litemap v0.7.3 |
1098 | 2024-12-20T23:32:14.626Z | Downloaded either v1.13.0 |
1099 | 2024-12-20T23:32:14.629Z | Downloaded diesel-dtrace v0.4.2 |
1100 | 2024-12-20T23:32:14.631Z | Downloaded chacha20poly1305 v0.10.1 |
1101 | 2024-12-20T23:32:14.631Z | Downloaded zerofrom-derive v0.1.4 |
1102 | 2024-12-20T23:32:14.634Z | Downloaded crossbeam-utils v0.8.20 |
1103 | 2024-12-20T23:32:14.636Z | Downloaded clang-sys v1.8.1 |
1104 | 2024-12-20T23:32:14.639Z | Downloaded icu_locid_transform_data v1.5.0 |
1105 | 2024-12-20T23:32:14.642Z | Downloaded icu_locid v1.5.0 |
1106 | 2024-12-20T23:32:14.644Z | Downloaded slog-bunyan v2.5.0 |
1107 | 2024-12-20T23:32:14.647Z | Downloaded shlex v1.3.0 |
1108 | 2024-12-20T23:32:14.647Z | Downloaded shell-words v1.1.0 |
1109 | 2024-12-20T23:32:14.650Z | Downloaded secrecy v0.8.0 |
1110 | 2024-12-20T23:32:14.650Z | Downloaded sec1 v0.7.3 |
1111 | 2024-12-20T23:32:14.653Z | Downloaded ssh-cipher v0.2.0 |
1112 | 2024-12-20T23:32:14.653Z | Downloaded smf v0.2.3 |
1113 | 2024-12-20T23:32:14.653Z | Downloaded blake2 v0.10.6 |
1114 | 2024-12-20T23:32:14.655Z | Downloaded normalize-line-endings v0.3.0 |
1115 | 2024-12-20T23:32:14.658Z | Downloaded ref-cast-impl v1.0.23 |
1116 | 2024-12-20T23:32:14.658Z | Downloaded httparse v1.9.5 |
1117 | 2024-12-20T23:32:14.661Z | Downloaded hostname v0.3.1 |
1118 | 2024-12-20T23:32:14.661Z | Downloaded hex-literal v0.4.1 |
1119 | 2024-12-20T23:32:14.663Z | Downloaded bzip2 v0.4.4 |
1120 | 2024-12-20T23:32:14.665Z | Downloaded jobserver v0.1.32 |
1121 | 2024-12-20T23:32:14.665Z | Downloaded ipnet v2.10.1 |
1122 | 2024-12-20T23:32:14.668Z | Downloaded idna_adapter v1.2.0 |
1123 | 2024-12-20T23:32:14.671Z | Downloaded csv-core v0.1.11 |
1124 | 2024-12-20T23:32:14.671Z | Downloaded async-trait v0.1.83 |
1125 | 2024-12-20T23:32:14.674Z | Downloaded sqlparser_derive v0.2.2 |
1126 | 2024-12-20T23:32:14.674Z | Downloaded rand_core v0.6.4 |
1127 | 2024-12-20T23:32:14.678Z | Downloaded rand_chacha v0.3.1 |
1128 | 2024-12-20T23:32:14.678Z | Downloaded bcs v0.1.6 |
1129 | 2024-12-20T23:32:14.678Z | Downloaded hyper-staticfile v0.10.1 |
1130 | 2024-12-20T23:32:14.681Z | Downloaded const_format_proc_macros v0.2.33 |
1131 | 2024-12-20T23:32:14.683Z | Downloaded console v0.15.8 |
1132 | 2024-12-20T23:32:14.686Z | Downloaded arrayvec v0.7.6 |
1133 | 2024-12-20T23:32:14.688Z | Downloaded constant_time_eq v0.3.1 |
1134 | 2024-12-20T23:32:14.691Z | Downloaded bitfield v0.14.0 |
1135 | 2024-12-20T23:32:14.693Z | Downloaded matches v0.1.10 |
1136 | 2024-12-20T23:32:14.693Z | Downloaded managed v0.8.0 |
1137 | 2024-12-20T23:32:14.695Z | Downloaded cipher v0.4.4 |
1138 | 2024-12-20T23:32:14.695Z | Downloaded indoc v1.0.9 |
1139 | 2024-12-20T23:32:14.697Z | Downloaded lazycell v1.3.0 |
1140 | 2024-12-20T23:32:14.700Z | Downloaded impl-trait-for-tuples v0.2.2 |
1141 | 2024-12-20T23:32:14.702Z | Downloaded cbc v0.1.2 |
1142 | 2024-12-20T23:32:14.705Z | Downloaded cassowary v0.3.0 |
1143 | 2024-12-20T23:32:14.705Z | Downloaded keccak v0.1.5 |
1144 | 2024-12-20T23:32:14.706Z | Downloaded is-terminal v0.4.13 |
1145 | 2024-12-20T23:32:14.708Z | Downloaded convert_case v0.4.0 |
1146 | 2024-12-20T23:32:14.708Z | Downloaded colored v2.1.0 |
1147 | 2024-12-20T23:32:14.710Z | Downloaded cmake v0.1.51 |
1148 | 2024-12-20T23:32:14.712Z | Downloaded cexpr v0.6.0 |
1149 | 2024-12-20T23:32:14.714Z | Downloaded blowfish v0.9.1 |
1150 | 2024-12-20T23:32:14.715Z | Downloaded bit-set v0.5.3 |
1151 | 2024-12-20T23:32:14.717Z | Downloaded indent_write v2.2.0 |
1152 | 2024-12-20T23:32:14.717Z | Downloaded bitflags v1.3.2 |
1153 | 2024-12-20T23:32:14.722Z | Downloaded internet-checksum v0.2.1 |
1154 | 2024-12-20T23:32:14.724Z | Downloaded array-init v0.0.4 |
1155 | 2024-12-20T23:32:14.724Z | Downloaded ciborium-ll v0.2.2 |
1156 | 2024-12-20T23:32:14.728Z | Downloaded bitfield-struct v0.6.2 |
1157 | 2024-12-20T23:32:14.728Z | Downloaded base16ct v0.2.0 |
1158 | 2024-12-20T23:32:14.732Z | Downloaded argon2 v0.5.3 |
1159 | 2024-12-20T23:32:14.798Z | Downloaded libsqlite3-sys v0.30.1 |
1160 | 2024-12-20T23:32:14.979Z | Downloaded ring v0.17.8 |
1161 | 2024-12-20T23:32:15.152Z | Downloaded ring v0.16.20 |
1162 | 2024-12-20T23:32:15.394Z | Downloaded aws-lc-sys v0.22.0 |
1163 | 2024-12-20T23:32:15.722Z | Compiling serde v1.0.215 |
1164 | 2024-12-20T23:32:15.724Z | Compiling lock_api v0.4.12 |
1165 | 2024-12-20T23:32:15.724Z | Compiling scopeguard v1.2.0 |
1166 | 2024-12-20T23:32:15.724Z | Compiling value-bag v1.9.0 |
1167 | 2024-12-20T23:32:15.724Z | Compiling typenum v1.17.0 |
1168 | 2024-12-20T23:32:15.876Z | Compiling generic-array v0.14.7 |
1169 | 2024-12-20T23:32:15.923Z | Compiling syn v2.0.87 |
1170 | 2024-12-20T23:32:15.938Z | Compiling getrandom v0.2.15 |
1171 | 2024-12-20T23:32:15.996Z | Compiling shlex v1.3.0 |
1172 | 2024-12-20T23:32:16.235Z | Compiling rand_core v0.6.4 |
1173 | 2024-12-20T23:32:16.378Z | Compiling log v0.4.22 |
1174 | 2024-12-20T23:32:16.396Z | Compiling subtle v2.6.1 |
1175 | 2024-12-20T23:32:16.423Z | Compiling jobserver v0.1.32 |
1176 | 2024-12-20T23:32:16.495Z | Compiling const-oid v0.9.6 |
1177 | 2024-12-20T23:32:16.722Z | Compiling smallvec v1.13.2 |
1178 | 2024-12-20T23:32:16.742Z | Compiling pin-project-lite v0.2.14 |
1179 | 2024-12-20T23:32:16.787Z | Compiling cc v1.1.30 |
1180 | 2024-12-20T23:32:16.859Z | Compiling spin v0.9.8 |
1181 | 2024-12-20T23:32:17.148Z | Compiling rustix v0.38.37 |
1182 | 2024-12-20T23:32:17.250Z | Compiling parking_lot_core v0.9.10 |
1183 | 2024-12-20T23:32:17.291Z | Compiling futures-core v0.3.31 |
1184 | 2024-12-20T23:32:17.349Z | Compiling signal-hook-registry v1.4.2 |
1185 | 2024-12-20T23:32:17.540Z | Compiling mio v1.0.2 |
1186 | 2024-12-20T23:32:18.044Z | Compiling parking_lot v0.12.3 |
1187 | 2024-12-20T23:32:18.184Z | Compiling aho-corasick v1.1.3 |
1188 | 2024-12-20T23:32:18.320Z | Compiling regex-syntax v0.8.5 |
1189 | 2024-12-20T23:32:18.401Z | Compiling cpufeatures v0.2.14 |
1190 | 2024-12-20T23:32:18.508Z | Compiling lazy_static v1.5.0 |
1191 | 2024-12-20T23:32:18.639Z | Compiling either v1.13.0 |
1192 | 2024-12-20T23:32:18.693Z | Compiling glob v0.3.1 |
1193 | 2024-12-20T23:32:19.093Z | Compiling futures-sink v0.3.31 |
1194 | 2024-12-20T23:32:19.102Z | Compiling stable_deref_trait v1.2.0 |
1195 | 2024-12-20T23:32:19.102Z | Compiling socket2 v0.5.7 |
1196 | 2024-12-20T23:32:19.102Z | Compiling slab v0.4.9 |
1197 | 2024-12-20T23:32:19.184Z | Compiling prettyplease v0.2.25 |
1198 | 2024-12-20T23:32:19.496Z | Compiling minimal-lexical v0.2.1 |
1199 | 2024-12-20T23:32:19.855Z | Compiling libloading v0.8.5 |
1200 | 2024-12-20T23:32:19.875Z | Compiling clang-sys v1.8.1 |
1201 | 2024-12-20T23:32:20.028Z | Compiling nom v7.1.3 |
1202 | 2024-12-20T23:32:20.052Z | Compiling home v0.5.9 |
1203 | 2024-12-20T23:32:20.297Z | Compiling bindgen v0.69.5 |
1204 | 2024-12-20T23:32:20.322Z | Compiling serde_json v1.0.132 |
1205 | 2024-12-20T23:32:20.681Z | Compiling itertools v0.10.5 |
1206 | 2024-12-20T23:32:21.116Z | Compiling futures-channel v0.3.31 |
1207 | 2024-12-20T23:32:21.350Z | Compiling rustc-hash v1.1.0 |
1208 | 2024-12-20T23:32:21.504Z | Compiling pin-utils v0.1.0 |
1209 | 2024-12-20T23:32:21.567Z | Compiling futures-task v0.3.31 |
1210 | 2024-12-20T23:32:21.602Z | Compiling lazycell v1.3.0 |
1211 | 2024-12-20T23:32:21.782Z | Compiling foldhash v0.1.3 |
1212 | 2024-12-20T23:32:21.883Z | Compiling futures-io v0.3.31 |
1213 | 2024-12-20T23:32:22.101Z | Compiling regex-automata v0.4.8 |
1214 | 2024-12-20T23:32:22.221Z | Compiling allocator-api2 v0.2.18 |
1215 | 2024-12-20T23:32:23.017Z | Compiling hashbrown v0.15.1 |
1216 | 2024-12-20T23:32:23.514Z | Compiling cexpr v0.6.0 |
1217 | 2024-12-20T23:32:23.811Z | Compiling synstructure v0.13.1 |
1218 | 2024-12-20T23:32:24.465Z | Compiling cmake v0.1.51 |
1219 | 2024-12-20T23:32:25.291Z | Compiling pkg-config v0.3.31 |
1220 | 2024-12-20T23:32:25.347Z | Compiling dunce v1.0.5 |
1221 | 2024-12-20T23:32:25.480Z | Compiling libm v0.2.8 |
1222 | 2024-12-20T23:32:25.504Z | Compiling fs_extra v1.3.0 |
1223 | 2024-12-20T23:32:25.506Z | Compiling tinyvec_macros v0.1.1 |
1224 | 2024-12-20T23:32:25.612Z | Compiling tinyvec v1.8.0 |
1225 | 2024-12-20T23:32:25.839Z | Compiling num-traits v0.2.19 |
1226 | 2024-12-20T23:32:26.332Z | Compiling ring v0.17.8 |
1227 | 2024-12-20T23:32:26.812Z | Compiling unicode-bidi v0.3.17 |
1228 | 2024-12-20T23:32:27.111Z | Compiling unicode-normalization v0.1.24 |
1229 | 2024-12-20T23:32:27.135Z | Compiling writeable v0.5.5 |
1230 | 2024-12-20T23:32:27.453Z | Compiling paste v1.0.15 |
1231 | 2024-12-20T23:32:27.495Z | Compiling base64ct v1.6.0 |
1232 | 2024-12-20T23:32:27.740Z | Compiling regex v1.11.1 |
1233 | 2024-12-20T23:32:27.968Z | Compiling litemap v0.7.3 |
1234 | 2024-12-20T23:32:28.131Z | Compiling pem-rfc7468 v0.7.0 |
1235 | 2024-12-20T23:32:28.375Z | Compiling flagset v0.4.6 |
1236 | 2024-12-20T23:32:28.569Z | Compiling httparse v1.9.5 |
1237 | 2024-12-20T23:32:28.863Z | Compiling aws-lc-rs v1.10.0 |
1238 | 2024-12-20T23:32:29.316Z | Compiling tracing-core v0.1.32 |
1239 | 2024-12-20T23:32:29.477Z | Compiling percent-encoding v2.3.1 |
1240 | 2024-12-20T23:32:29.813Z | Compiling crossbeam-utils v0.8.20 |
1241 | 2024-12-20T23:32:30.090Z | Compiling icu_locid_transform_data v1.5.0 |
1242 | 2024-12-20T23:32:30.182Z | Compiling rustls-pki-types v1.10.0 |
1243 | 2024-12-20T23:32:30.434Z | Compiling untrusted v0.7.1 |
1244 | 2024-12-20T23:32:30.622Z | Compiling untrusted v0.9.0 |
1245 | 2024-12-20T23:32:30.642Z | Compiling num-conv v0.1.0 |
1246 | 2024-12-20T23:32:30.705Z | Compiling serde_derive v1.0.215 |
1247 | 2024-12-20T23:32:30.800Z | Compiling zeroize_derive v1.4.2 |
1248 | 2024-12-20T23:32:30.897Z | Compiling zerocopy-derive v0.7.35 |
1249 | 2024-12-20T23:32:30.956Z | Compiling tokio-macros v2.4.0 |
1250 | 2024-12-20T23:32:31.293Z | Compiling zerofrom-derive v0.1.4 |
1251 | 2024-12-20T23:32:32.402Z | Compiling zeroize v1.8.1 |
1252 | 2024-12-20T23:32:32.559Z | Compiling thiserror-impl v1.0.69 |
1253 | 2024-12-20T23:32:32.778Z | Compiling yoke-derive v0.7.4 |
1254 | 2024-12-20T23:32:33.137Z | Compiling zerocopy v0.7.35 |
1255 | 2024-12-20T23:32:34.185Z | Compiling crypto-common v0.1.6 |
1256 | 2024-12-20T23:32:34.250Z | Compiling block-buffer v0.10.4 |
1257 | 2024-12-20T23:32:34.433Z | Compiling futures-macro v0.3.31 |
1258 | 2024-12-20T23:32:34.520Z | Compiling digest v0.10.7 |
1259 | 2024-12-20T23:32:34.792Z | Compiling zerovec-derive v0.10.3 |
1260 | 2024-12-20T23:32:35.030Z | Compiling hmac v0.12.1 |
1261 | 2024-12-20T23:32:35.223Z | Compiling block-padding v0.3.3 |
1262 | 2024-12-20T23:32:35.292Z | Compiling displaydoc v0.2.5 |
1263 | 2024-12-20T23:32:35.468Z | Compiling zerofrom v0.1.4 |
1264 | 2024-12-20T23:32:35.494Z | Compiling inout v0.1.3 |
1265 | 2024-12-20T23:32:35.709Z | Compiling sha2 v0.10.8 |
1266 | 2024-12-20T23:32:35.773Z | Compiling cipher v0.4.4 |
1267 | 2024-12-20T23:32:35.992Z | Compiling yoke v0.7.4 |
1268 | 2024-12-20T23:32:36.042Z | Compiling thiserror v1.0.69 |
1269 | 2024-12-20T23:32:36.183Z | Compiling ppv-lite86 v0.2.20 |
1270 | 2024-12-20T23:32:36.301Z | Compiling icu_provider_macros v1.5.0 |
1271 | 2024-12-20T23:32:36.354Z | Compiling der_derive v0.7.3 |
1272 | 2024-12-20T23:32:36.421Z | Compiling futures-util v0.3.31 |
1273 | 2024-12-20T23:32:37.009Z | Compiling rand_chacha v0.3.1 |
1274 | 2024-12-20T23:32:37.042Z | Compiling tracing-attributes v0.1.27 |
1275 | 2024-12-20T23:32:37.485Z | Compiling zerovec v0.10.4 |
1276 | 2024-12-20T23:32:37.506Z | Compiling rand v0.8.5 |
1277 | 2024-12-20T23:32:38.992Z | Compiling der v0.7.9 |
1278 | 2024-12-20T23:32:39.343Z | Compiling tinystr v0.7.6 |
1279 | 2024-12-20T23:32:39.426Z | Compiling icu_collections v1.5.0 |
1280 | 2024-12-20T23:32:39.777Z | Compiling icu_locid v1.5.0 |
1281 | 2024-12-20T23:32:39.798Z | Compiling salsa20 v0.10.2 |
1282 | 2024-12-20T23:32:39.828Z | Compiling pest v2.7.14 |
1283 | 2024-12-20T23:32:40.046Z | Compiling pbkdf2 v0.12.2 |
1284 | 2024-12-20T23:32:40.221Z | Compiling powerfmt v0.2.0 |
1285 | 2024-12-20T23:32:40.620Z | Compiling vcpkg v0.2.15 |
1286 | 2024-12-20T23:32:40.915Z | Compiling icu_provider v1.5.0 |
1287 | 2024-12-20T23:32:40.934Z | Compiling tracing v0.1.40 |
1288 | 2024-12-20T23:32:41.474Z | Compiling spki v0.7.3 |
1289 | 2024-12-20T23:32:41.873Z | Compiling icu_locid_transform v1.5.0 |
1290 | 2024-12-20T23:32:42.015Z | Compiling mirai-annotations v1.12.0 |
1291 | 2024-12-20T23:32:42.174Z | Compiling icu_properties_data v1.5.0 |
1292 | 2024-12-20T23:32:42.217Z | Compiling time-core v0.1.2 |
1293 | 2024-12-20T23:32:42.414Z | Compiling time-macros v0.2.18 |
1294 | 2024-12-20T23:32:42.434Z | Compiling pest_meta v2.7.14 |
1295 | 2024-12-20T23:32:42.454Z | Compiling deranged v0.3.11 |
1296 | 2024-12-20T23:32:42.683Z | Compiling scrypt v0.11.0 |
1297 | 2024-12-20T23:32:42.814Z | Compiling openssl-sys v0.9.103 |
1298 | 2024-12-20T23:32:42.882Z | Compiling cbc v0.1.2 |
1299 | 2024-12-20T23:32:43.135Z | Compiling icu_properties v1.5.1 |
1300 | 2024-12-20T23:32:43.293Z | Compiling aes v0.8.4 |
1301 | 2024-12-20T23:32:44.406Z | Compiling scroll_derive v0.12.0 |
1302 | 2024-12-20T23:32:45.348Z | Compiling bitflags v2.6.0 |
1303 | 2024-12-20T23:32:45.693Z | Compiling bytes v1.8.0 |
1304 | 2024-12-20T23:32:45.975Z | Compiling indexmap v2.6.0 |
1305 | 2024-12-20T23:32:46.181Z | Compiling semver v1.0.23 |
1306 | 2024-12-20T23:32:46.953Z | Compiling tokio v1.40.0 |
1307 | 2024-12-20T23:32:46.973Z | Compiling http v1.1.0 |
1308 | 2024-12-20T23:32:47.485Z | Compiling rustc_version v0.4.1 |
1309 | 2024-12-20T23:32:47.627Z | Compiling utf8_iter v1.0.4 |
1310 | 2024-12-20T23:32:47.877Z | Compiling num_threads v0.1.7 |
1311 | 2024-12-20T23:32:47.917Z | Compiling write16 v1.0.0 |
1312 | 2024-12-20T23:32:48.003Z | Compiling atomic-waker v1.1.2 |
1313 | 2024-12-20T23:32:48.048Z | Compiling icu_normalizer_data v1.5.0 |
1314 | 2024-12-20T23:32:48.153Z | Compiling utf16_iter v1.0.5 |
1315 | 2024-12-20T23:32:48.174Z | Compiling time v0.3.36 |
1316 | 2024-12-20T23:32:48.192Z | Compiling scroll v0.12.0 |
1317 | 2024-12-20T23:32:48.243Z | Compiling pkcs5 v0.7.1 |
1318 | 2024-12-20T23:32:48.341Z | Compiling icu_normalizer v1.5.0 |
1319 | 2024-12-20T23:32:48.770Z | Compiling http-body v1.0.1 |
1320 | 2024-12-20T23:32:49.133Z | Compiling pest_generator v2.7.14 |
1321 | 2024-12-20T23:32:49.247Z | Compiling form_urlencoded v1.2.1 |
1322 | 2024-12-20T23:32:49.545Z | Compiling try-lock v0.2.5 |
1323 | 2024-12-20T23:32:49.590Z | Compiling slog v2.7.0 |
1324 | 2024-12-20T23:32:49.611Z | Compiling goblin v0.8.2 |
1325 | 2024-12-20T23:32:49.689Z | Compiling which v4.4.2 |
1326 | 2024-12-20T23:32:50.394Z | Compiling want v0.3.1 |
1327 | 2024-12-20T23:32:50.414Z | Compiling idna_adapter v1.2.0 |
1328 | 2024-12-20T23:32:50.635Z | Compiling pkcs8 v0.10.2 |
1329 | 2024-12-20T23:32:50.693Z | Compiling httpdate v1.0.3 |
1330 | 2024-12-20T23:32:51.143Z | Compiling pest_derive v2.7.14 |
1331 | 2024-12-20T23:32:51.171Z | Compiling idna v1.0.3 |
1332 | 2024-12-20T23:32:51.371Z | Compiling uuid v1.11.0 |
1333 | 2024-12-20T23:32:51.960Z | Compiling dtrace-parser v0.2.0 |
1334 | 2024-12-20T23:32:52.072Z | Compiling serde_spanned v0.6.8 |
1335 | 2024-12-20T23:32:52.321Z | Compiling serde_tokenstream v0.2.2 |
1336 | 2024-12-20T23:32:52.875Z | Compiling toml_datetime v0.6.8 |
1337 | 2024-12-20T23:32:52.959Z | Compiling match_cfg v0.1.0 |
1338 | 2024-12-20T23:32:53.024Z | Compiling base64 v0.22.1 |
1339 | 2024-12-20T23:32:53.058Z | Compiling iana-time-zone v0.1.61 |
1340 | 2024-12-20T23:32:53.392Z | Compiling openssl v0.10.66 |
1341 | 2024-12-20T23:32:53.523Z | Compiling adler2 v2.0.0 |
1342 | 2024-12-20T23:32:53.547Z | Compiling foreign-types-shared v0.1.1 |
1343 | 2024-12-20T23:32:53.665Z | Compiling tower-service v0.3.3 |
1344 | 2024-12-20T23:32:53.750Z | Compiling rustversion v1.0.17 |
1345 | 2024-12-20T23:32:53.785Z | Compiling miniz_oxide v0.8.0 |
1346 | 2024-12-20T23:32:53.805Z | Compiling foreign-types v0.3.2 |
1347 | 2024-12-20T23:32:53.872Z | Compiling chrono v0.4.38 |
1348 | 2024-12-20T23:32:53.901Z | Compiling hostname v0.3.1 |
1349 | 2024-12-20T23:32:54.175Z | Compiling url v2.5.3 |
1350 | 2024-12-20T23:32:54.557Z | Compiling async-trait v0.1.83 |
1351 | 2024-12-20T23:32:55.387Z | Compiling dof v0.3.0 |
1352 | 2024-12-20T23:32:55.628Z | Compiling tokio-util v0.7.12 |
1353 | 2024-12-20T23:32:56.204Z | Compiling usdt-impl v0.5.0 |
1354 | 2024-12-20T23:32:57.125Z | Compiling h2 v0.4.6 |
1355 | 2024-12-20T23:32:57.389Z | Compiling openssl-macros v0.1.1 |
1356 | 2024-12-20T23:32:57.592Z | Compiling dirs-sys-next v0.1.2 |
1357 | 2024-12-20T23:32:57.681Z | Compiling data-encoding v2.6.0 |
1358 | 2024-12-20T23:32:57.806Z | Compiling siphasher v0.3.11 |
1359 | 2024-12-20T23:32:58.144Z | Compiling rustls v0.22.4 |
1360 | 2024-12-20T23:32:58.171Z | Compiling native-tls v0.2.12 |
1361 | 2024-12-20T23:32:58.217Z | Compiling syn v1.0.109 |
1362 | 2024-12-20T23:32:58.403Z | Compiling rustls v0.23.19 |
1363 | 2024-12-20T23:32:58.658Z | Compiling dirs-next v2.0.0 |
1364 | 2024-12-20T23:32:58.946Z | Compiling http-body-util v0.1.2 |
1365 | 2024-12-20T23:32:59.498Z | Compiling heapless v0.7.17 |
1366 | 2024-12-20T23:32:59.930Z | Compiling crossbeam-epoch v0.9.18 |
1367 | 2024-12-20T23:33:00.070Z | Compiling sha1 v0.10.6 |
1368 | 2024-12-20T23:33:00.133Z | Compiling signature v2.2.0 |
1369 | 2024-12-20T23:33:00.296Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1370 | 2024-12-20T23:33:00.420Z | Compiling serde_derive_internals v0.29.1 |
1371 | 2024-12-20T23:33:00.480Z | Compiling thread_local v1.1.8 |
1372 | 2024-12-20T23:33:00.692Z | Compiling cookie v0.18.1 |
1373 | 2024-12-20T23:33:00.798Z | Compiling multer v3.1.0 |
1374 | 2024-12-20T23:33:00.972Z | Compiling encoding_rs v0.8.34 |
1375 | 2024-12-20T23:33:01.039Z | Compiling slog-async v2.8.0 |
1376 | 2024-12-20T23:33:01.068Z | Compiling openssl-probe v0.1.5 |
1377 | 2024-12-20T23:33:01.434Z | Compiling signal-hook v0.3.17 |
1378 | 2024-12-20T23:33:01.551Z | Compiling gimli v0.31.1 |
1379 | 2024-12-20T23:33:01.690Z | Compiling mime v0.3.17 |
1380 | 2024-12-20T23:33:02.331Z | Compiling schemars v0.8.21 |
1381 | 2024-12-20T23:33:02.705Z | Compiling rayon-core v1.12.1 |
1382 | 2024-12-20T23:33:02.886Z | Compiling unicode-properties v0.1.3 |
1383 | 2024-12-20T23:33:02.975Z | Compiling ipnet v2.10.1 |
1384 | 2024-12-20T23:33:03.254Z | Compiling schemars_derive v0.8.21 |
1385 | 2024-12-20T23:33:03.305Z | Compiling stringprep v0.1.5 |
1386 | 2024-12-20T23:33:04.270Z | Compiling hyper v1.5.0 |
1387 | 2024-12-20T23:33:04.621Z | Compiling toml_edit v0.22.22 |
1388 | 2024-12-20T23:33:06.421Z | Compiling addr2line v0.24.2 |
1389 | 2024-12-20T23:33:06.739Z | Compiling hyper-util v0.1.10 |
1390 | 2024-12-20T23:33:07.134Z | Compiling crossbeam-deque v0.8.5 |
1391 | 2024-12-20T23:33:07.375Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2024-12-20T23:33:07.464Z | Compiling usdt-macro v0.5.0 |
1393 | 2024-12-20T23:33:08.453Z | Compiling term v0.7.0 |
1394 | 2024-12-20T23:33:08.561Z | Compiling slog-json v2.6.1 |
1395 | 2024-12-20T23:33:08.906Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2024-12-20T23:33:08.927Z | Compiling curve25519-dalek v4.1.3 |
1397 | 2024-12-20T23:33:08.957Z | Compiling crossbeam-channel v0.5.13 |
1398 | 2024-12-20T23:33:09.453Z | Compiling enum-as-inner v0.6.1 |
1399 | 2024-12-20T23:33:09.556Z | Compiling futures-executor v0.3.31 |
1400 | 2024-12-20T23:33:09.932Z | Compiling md-5 v0.10.6 |
1401 | 2024-12-20T23:33:10.020Z | Compiling rustls-pemfile v2.2.0 |
1402 | 2024-12-20T23:33:10.072Z | Compiling async-stream-impl v0.3.6 |
1403 | 2024-12-20T23:33:10.141Z | Compiling num-integer v0.1.46 |
1404 | 2024-12-20T23:33:10.198Z | Compiling idna v0.4.0 |
1405 | 2024-12-20T23:33:10.339Z | Compiling idna v0.3.0 |
1406 | 2024-12-20T23:33:10.536Z | Compiling hash32 v0.2.1 |
1407 | 2024-12-20T23:33:10.914Z | Compiling ff v0.13.0 |
1408 | 2024-12-20T23:33:10.934Z | Compiling is-terminal v0.4.13 |
1409 | 2024-12-20T23:33:11.066Z | Compiling object v0.36.5 |
1410 | 2024-12-20T23:33:11.141Z | Compiling dropshot v0.12.0 |
1411 | 2024-12-20T23:33:11.427Z | Compiling smoltcp v0.9.1 |
1412 | 2024-12-20T23:33:11.470Z | Compiling rustc-demangle v0.1.24 |
1413 | 2024-12-20T23:33:11.924Z | Compiling portable-atomic v1.9.0 |
1414 | 2024-12-20T23:33:12.026Z | Compiling base16ct v0.2.0 |
1415 | 2024-12-20T23:33:12.128Z | Compiling utf-8 v0.7.6 |
1416 | 2024-12-20T23:33:12.365Z | Compiling dyn-clone v1.0.17 |
1417 | 2024-12-20T23:33:12.465Z | Compiling take_mut v0.2.2 |
1418 | 2024-12-20T23:33:12.468Z | Compiling quick-error v1.2.3 |
1419 | 2024-12-20T23:33:12.584Z | Compiling linked-hash-map v0.5.6 |
1420 | 2024-12-20T23:33:12.626Z | Compiling anyhow v1.0.93 |
1421 | 2024-12-20T23:33:12.628Z | Compiling num-bigint-dig v0.8.4 |
1422 | 2024-12-20T23:33:12.926Z | Compiling fallible-iterator v0.2.0 |
1423 | 2024-12-20T23:33:12.958Z | Compiling psl-types v2.0.11 |
1424 | 2024-12-20T23:33:13.022Z | Compiling lru-cache v0.1.2 |
1425 | 2024-12-20T23:33:13.065Z | Compiling resolv-conf v0.7.0 |
1426 | 2024-12-20T23:33:13.142Z | Compiling publicsuffix v2.2.3 |
1427 | 2024-12-20T23:33:13.615Z | Compiling postgres-protocol v0.6.7 |
1428 | 2024-12-20T23:33:13.638Z | Compiling tungstenite v0.24.0 |
1429 | 2024-12-20T23:33:13.904Z | Compiling sec1 v0.7.3 |
1430 | 2024-12-20T23:33:14.521Z | Compiling async-stream v0.3.6 |
1431 | 2024-12-20T23:33:14.611Z | Compiling group v0.13.0 |
1432 | 2024-12-20T23:33:14.824Z | Compiling hickory-proto v0.24.1 |
1433 | 2024-12-20T23:33:14.939Z | Compiling slog-term v2.9.1 |
1434 | 2024-12-20T23:33:15.011Z | Compiling usdt v0.5.0 |
1435 | 2024-12-20T23:33:16.108Z | Compiling num-iter v0.1.45 |
1436 | 2024-12-20T23:33:16.266Z | Compiling futures v0.3.31 |
1437 | 2024-12-20T23:33:16.394Z | Compiling slog-bunyan v2.5.0 |
1438 | 2024-12-20T23:33:16.599Z | Compiling toml v0.8.19 |
1439 | 2024-12-20T23:33:18.375Z | Compiling backtrace v0.3.74 |
1440 | 2024-12-20T23:33:18.442Z | Compiling camino v1.1.9 |
1441 | 2024-12-20T23:33:18.568Z | Compiling tokio-native-tls v0.3.1 |
1442 | 2024-12-20T23:33:18.884Z | Compiling phf_shared v0.11.2 |
1443 | 2024-12-20T23:33:19.003Z | Compiling dropshot_endpoint v0.12.0 |
1444 | 2024-12-20T23:33:19.103Z | Compiling terminal_size v0.4.0 |
1445 | 2024-12-20T23:33:19.261Z | Compiling waitgroup v0.1.2 |
1446 | 2024-12-20T23:33:19.328Z | Compiling openapiv3 v2.0.0 |
1447 | 2024-12-20T23:33:19.439Z | Compiling serde_path_to_error v0.1.16 |
1448 | 2024-12-20T23:33:19.494Z | Compiling hkdf v0.12.4 |
1449 | 2024-12-20T23:33:19.749Z | Compiling crypto-bigint v0.5.5 |
1450 | 2024-12-20T23:33:20.285Z | Compiling webpki-roots v0.26.6 |
1451 | 2024-12-20T23:33:20.526Z | Compiling zerocopy-derive v0.6.6 |
1452 | 2024-12-20T23:33:22.192Z | Compiling curve25519-dalek-derive v0.1.1 |
1453 | 2024-12-20T23:33:22.530Z | Compiling hubpack_derive v0.1.1 |
1454 | 2024-12-20T23:33:22.854Z | Compiling idna v0.5.0 |
1455 | 2024-12-20T23:33:23.431Z | Compiling hostname v0.4.0 |
1456 | 2024-12-20T23:33:23.715Z | Compiling ahash v0.8.11 |
1457 | 2024-12-20T23:33:23.757Z | Compiling fs-err v2.11.0 |
1458 | 2024-12-20T23:33:23.779Z | Compiling crc32fast v1.4.2 |
1459 | 2024-12-20T23:33:23.833Z | Compiling debug-ignore v1.0.5 |
1460 | 2024-12-20T23:33:23.977Z | Compiling bitflags v1.3.2 |
1461 | 2024-12-20T23:33:24.046Z | Compiling winnow v0.5.40 |
1462 | 2024-12-20T23:33:24.069Z | Compiling managed v0.8.0 |
1463 | 2024-12-20T23:33:24.092Z | Compiling console v0.15.8 |
1464 | 2024-12-20T23:33:24.357Z | Compiling flate2 v1.0.34 |
1465 | 2024-12-20T23:33:24.626Z | Compiling strum_macros v0.25.3 |
1466 | 2024-12-20T23:33:25.354Z | Compiling clap_builder v4.5.21 |
1467 | 2024-12-20T23:33:25.643Z | Compiling cookie_store v0.21.0 |
1468 | 2024-12-20T23:33:26.085Z | Compiling hubpack v0.1.2 |
1469 | 2024-12-20T23:33:26.533Z | Compiling elliptic-curve v0.13.8 |
1470 | 2024-12-20T23:33:26.686Z | Compiling zerocopy v0.6.6 |
1471 | 2024-12-20T23:33:27.266Z | Compiling hickory-resolver v0.24.1 |
1472 | 2024-12-20T23:33:27.576Z | Compiling phf v0.11.2 |
1473 | 2024-12-20T23:33:27.880Z | Compiling toml_edit v0.19.15 |
1474 | 2024-12-20T23:33:28.005Z | Compiling hyper-tls v0.6.0 |
1475 | 2024-12-20T23:33:28.274Z | Compiling signal-hook-mio v0.2.4 |
1476 | 2024-12-20T23:33:28.430Z | Compiling rayon v1.10.0 |
1477 | 2024-12-20T23:33:28.449Z | Compiling bzip2 v0.4.4 |
1478 | 2024-12-20T23:33:28.938Z | Compiling tokio-tungstenite v0.24.0 |
1479 | 2024-12-20T23:33:29.498Z | Compiling postgres-types v0.2.8 |
1480 | 2024-12-20T23:33:32.444Z | Compiling ed25519 v2.2.3 |
1481 | 2024-12-20T23:33:33.381Z | Compiling phf_shared v0.10.0 |
1482 | 2024-12-20T23:33:33.827Z | Compiling tokio-stream v0.1.16 |
1483 | 2024-12-20T23:33:33.906Z | Compiling pkcs1 v0.7.5 |
1484 | 2024-12-20T23:33:34.268Z | Compiling serde-big-array v0.5.1 |
1485 | 2024-12-20T23:33:34.427Z | Compiling clap_derive v4.5.18 |
1486 | 2024-12-20T23:33:34.515Z | Compiling rfc6979 v0.4.0 |
1487 | 2024-12-20T23:33:34.711Z | Compiling serde_repr v0.1.19 |
1488 | 2024-12-20T23:33:34.935Z | Compiling derive-where v1.2.7 |
1489 | 2024-12-20T23:33:34.957Z | Compiling float-cmp v0.9.0 |
1490 | 2024-12-20T23:33:34.960Z | Compiling bstr v1.10.0 |
1491 | 2024-12-20T23:33:35.188Z | Compiling sync_wrapper v1.0.1 |
1492 | 2024-12-20T23:33:35.337Z | Compiling number_prefix v0.4.0 |
1493 | 2024-12-20T23:33:35.564Z | Compiling whoami v1.5.2 |
1494 | 2024-12-20T23:33:35.912Z | Compiling unicode-segmentation v1.12.0 |
1495 | 2024-12-20T23:33:35.994Z | Compiling predicates-core v1.0.8 |
1496 | 2024-12-20T23:33:36.207Z | Compiling unicode-width v0.2.0 |
1497 | 2024-12-20T23:33:36.365Z | Compiling difflib v0.4.0 |
1498 | 2024-12-20T23:33:36.748Z | Compiling fixedbitset v0.4.2 |
1499 | 2024-12-20T23:33:36.810Z | Compiling bit-vec v0.6.3 |
1500 | 2024-12-20T23:33:36.830Z | Compiling new_debug_unreachable v1.0.6 |
1501 | 2024-12-20T23:33:36.928Z | Compiling normalize-line-endings v0.3.0 |
1502 | 2024-12-20T23:33:37.058Z | Compiling precomputed-hash v0.1.1 |
1503 | 2024-12-20T23:33:37.186Z | Compiling static_assertions v1.1.0 |
1504 | 2024-12-20T23:33:37.214Z | Compiling string_cache v0.8.7 |
1505 | 2024-12-20T23:33:37.282Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1506 | 2024-12-20T23:33:37.300Z | Compiling bit-set v0.5.3 |
1507 | 2024-12-20T23:33:37.593Z | Compiling predicates v3.1.2 |
1508 | 2024-12-20T23:33:37.698Z | Compiling petgraph v0.6.5 |
1509 | 2024-12-20T23:33:38.098Z | Compiling indicatif v0.17.9 |
1510 | 2024-12-20T23:33:38.496Z | Compiling similar v2.6.0 |
1511 | 2024-12-20T23:33:39.378Z | Compiling tokio-postgres v0.7.12 |
1512 | 2024-12-20T23:33:39.828Z | Compiling clap v4.5.21 |
1513 | 2024-12-20T23:33:39.961Z | Compiling ecdsa v0.16.9 |
1514 | 2024-12-20T23:33:40.417Z | Compiling rsa v0.9.6 |
1515 | 2024-12-20T23:33:40.838Z | Compiling ed25519-dalek v2.1.1 |
1516 | 2024-12-20T23:33:40.996Z | Compiling toml v0.7.8 |
1517 | 2024-12-20T23:33:41.889Z | Compiling zip v0.6.6 |
1518 | 2024-12-20T23:33:42.175Z | Compiling crossterm v0.28.1 |
1519 | 2024-12-20T23:33:43.741Z | Compiling hex v0.4.3 |
1520 | 2024-12-20T23:33:43.769Z | Compiling x509-cert v0.2.5 |
1521 | 2024-12-20T23:33:44.050Z | Compiling lalrpop-util v0.19.12 |
1522 | 2024-12-20T23:33:44.375Z | Compiling peg-runtime v0.8.3 |
1523 | 2024-12-20T23:33:44.409Z | Compiling unicode-xid v0.2.6 |
1524 | 2024-12-20T23:33:44.431Z | Compiling strum_macros v0.26.4 |
1525 | 2024-12-20T23:33:44.593Z | Compiling xattr v1.3.1 |
1526 | 2024-12-20T23:33:44.883Z | Compiling filetime v0.2.25 |
1527 | 2024-12-20T23:33:45.203Z | Compiling tar v0.4.42 |
1528 | 2024-12-20T23:33:49.832Z | Compiling strum v0.26.3 |
1529 | 2024-12-20T23:33:52.767Z | Compiling aws-lc-sys v0.22.0 |
1530 | 2024-12-20T23:34:21.163Z | Compiling rustls-webpki v0.102.8 |
1531 | 2024-12-20T23:34:24.649Z | Compiling tokio-rustls v0.25.0 |
1532 | 2024-12-20T23:34:26.281Z | Compiling tokio-rustls v0.26.0 |
1533 | 2024-12-20T23:34:26.660Z | Compiling hyper-rustls v0.27.3 |
1534 | 2024-12-20T23:34:27.035Z | Compiling reqwest v0.12.9 |
1535 | 2024-12-20T23:34:28.233Z | Compiling qorb v0.2.1 |
1536 | 2024-12-20T23:34:33.100Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1537 | 2024-12-20T23:34:33.335Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1538 | 2024-12-20T23:34:40.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1539 | 2024-12-20T23:34:40.691Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1540 | 2024-12-20T23:34:40.691Z | Dec 20 23:34:38.853 INFO Starting download, target: Clickhouse |
1541 | 2024-12-20T23:34:40.691Z | Dec 20 23:34:38.854 INFO Starting download, target: Console |
1542 | 2024-12-20T23:34:40.691Z | Dec 20 23:34:38.854 INFO Starting download, target: Cockroach |
1543 | 2024-12-20T23:34:40.691Z | Dec 20 23:34:38.854 INFO Starting download, target: DendriteOpenapi |
1544 | 2024-12-20T23:34:40.691Z | Dec 20 23:34:38.854 INFO Starting download, target: DendriteStub |
1545 | 2024-12-20T23:34:40.691Z | Dec 20 23:34:38.854 INFO Starting download, target: MaghemiteMgd |
1546 | 2024-12-20T23:34:40.691Z | Dec 20 23:34:38.854 INFO Starting download, target: TransceiverControl |
1547 | 2024-12-20T23:34:40.691Z | Dec 20 23:34:38.854 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1548 | 2024-12-20T23:34:40.691Z | Dec 20 23:34:38.854 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1549 | 2024-12-20T23:34:40.691Z | Dec 20 23:34:38.854 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1550 | 2024-12-20T23:34:40.691Z | Dec 20 23:34:38.855 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1551 | 2024-12-20T23:34:40.691Z | Dec 20 23:34:38.855 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1552 | 2024-12-20T23:34:40.691Z | Dec 20 23:34:38.855 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1553 | 2024-12-20T23:34:40.691Z | Dec 20 23:34:38.855 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1554 | 2024-12-20T23:34:40.691Z | Dec 20 23:34:39.385 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1555 | 2024-12-20T23:34:40.691Z | Dec 20 23:34:39.673 INFO Download complete, target: Console |
1556 | 2024-12-20T23:34:40.730Z | Dec 20 23:34:40.174 INFO Download complete, target: DendriteOpenapi |
1557 | 2024-12-20T23:34:41.348Z | Dec 20 23:34:40.781 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1558 | 2024-12-20T23:34:41.438Z | Dec 20 23:34:40.861 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1559 | 2024-12-20T23:34:41.908Z | Dec 20 23:34:41.349 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1560 | 2024-12-20T23:34:41.982Z | Dec 20 23:34:41.425 INFO Download complete, target: TransceiverControl |
1561 | 2024-12-20T23:34:42.032Z | Dec 20 23:34:41.475 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1562 | 2024-12-20T23:34:42.766Z | Dec 20 23:34:42.211 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1563 | 2024-12-20T23:34:42.766Z | Dec 20 23:34:42.211 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1564 | 2024-12-20T23:34:44.749Z | Dec 20 23:34:44.194 INFO Download complete, target: MaghemiteMgd |
1565 | 2024-12-20T23:34:44.880Z | Dec 20 23:34:44.327 INFO Download complete, target: DendriteStub |
1566 | 2024-12-20T23:34:50.436Z | Dec 20 23:34:49.886 INFO Checking that binary works, target: Cockroach |
1567 | 2024-12-20T23:34:50.600Z | Dec 20 23:34:50.050 INFO Download complete, target: Cockroach |
1568 | 2024-12-20T23:34:54.392Z | Dec 20 23:34:53.834 INFO Checking that binary works, target: Clickhouse |
1569 | 2024-12-20T23:34:54.513Z | Dec 20 23:34:53.966 INFO Download complete, target: Clickhouse |
1570 | 2024-12-20T23:34:54.535Z | All builder prerequisites installed successfully, and PATH looks valid |
1571 | 2024-12-20T23:34:54.540Z | |
1572 | 2024-12-20T23:34:54.540Z | real 4:43.599760125 |
1573 | 2024-12-20T23:34:54.540Z | user 16:44.267632700 |
1574 | 2024-12-20T23:34:54.540Z | sys 3:15.122102353 |
1575 | 2024-12-20T23:34:54.540Z | trap 0.553736787 |
1576 | 2024-12-20T23:34:54.540Z | tflt 1.542864938 |
1577 | 2024-12-20T23:34:54.540Z | dflt 2.020746293 |
1578 | 2024-12-20T23:34:54.540Z | kflt 0.025115918 |
1579 | 2024-12-20T23:34:54.540Z | lock 29:31.736065288 |
1580 | 2024-12-20T23:34:54.540Z | slp 1:01:46.289308469 |
1581 | 2024-12-20T23:34:54.540Z | lat 56.784597275 |
1582 | 2024-12-20T23:34:54.540Z | stop 2:19.814072611 |
1583 | 2024-12-20T23:34:54.540Z | + banner hack-check |
1584 | 2024-12-20T23:34:54.540Z | |
1585 | 2024-12-20T23:34:54.540Z | # # ## #### # # #### # # ###### #### # # |
1586 | 2024-12-20T23:34:54.540Z | # # # # # # # # # # # # # # # # # |
1587 | 2024-12-20T23:34:54.540Z | ###### # # # #### ##### # ###### ##### # #### |
1588 | 2024-12-20T23:34:54.540Z | # # ###### # # # # # # # # # # |
1589 | 2024-12-20T23:34:54.541Z | # # # # # # # # # # # # # # # # # |
1590 | 2024-12-20T23:34:54.541Z | # # # # #### # # #### # # ###### #### # # |
1591 | 2024-12-20T23:34:54.541Z | |
1592 | 2024-12-20T23:34:54.541Z | + export CARGO_INCREMENTAL=0 |
1593 | 2024-12-20T23:34:54.541Z | + CARGO_INCREMENTAL=0 |
1594 | 2024-12-20T23:34:54.541Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1595 | 2024-12-20T23:34:55.099Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1596 | 2024-12-20T23:34:58.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.33s |
1597 | 2024-12-20T23:34:58.993Z | Running `target/debug/xtask check-features --ci` |
1598 | 2024-12-20T23:34:59.018Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1599 | 2024-12-20T23:34:59.018Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1600 | 2024-12-20T23:34:59.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1601 | 2024-12-20T23:34:59.507Z | Running `target/debug/xtask download cargo-hack` |
1602 | 2024-12-20T23:35:00.359Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1603 | 2024-12-20T23:35:00.732Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1604 | 2024-12-20T23:35:05.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.35s |
1605 | 2024-12-20T23:35:06.036Z | Running `target/debug/xtask-downloader cargo-hack` |
1606 | 2024-12-20T23:35:06.073Z | Dec 20 23:35:05.535 INFO Starting download, target: CargoHack |
1607 | 2024-12-20T23:35:06.076Z | Dec 20 23:35:05.535 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1608 | 2024-12-20T23:35:06.646Z | Dec 20 23:35:06.109 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1609 | 2024-12-20T23:35:06.737Z | Dec 20 23:35:06.199 INFO Download complete, target: CargoHack |
1610 | 2024-12-20T23:35:06.741Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1611 | 2024-12-20T23:35:06.757Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1612 | 2024-12-20T23:35:06.930Z | info: running `cargo check --bins` on api_identity (1/175) |
1613 | 2024-12-20T23:35:07.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1614 | 2024-12-20T23:35:07.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1615 | 2024-12-20T23:35:07.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1616 | 2024-12-20T23:35:07.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1617 | 2024-12-20T23:35:07.564Z | |
1618 | 2024-12-20T23:35:07.564Z | info: running `cargo check --bins` on bootstore (2/175) |
1619 | 2024-12-20T23:35:08.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1620 | 2024-12-20T23:35:08.165Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1621 | 2024-12-20T23:35:08.165Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1622 | 2024-12-20T23:35:08.168Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
1623 | 2024-12-20T23:35:08.242Z | |
1624 | 2024-12-20T23:35:08.242Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/175) |
1625 | 2024-12-20T23:35:08.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1626 | 2024-12-20T23:35:08.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1627 | 2024-12-20T23:35:08.814Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1628 | 2024-12-20T23:35:08.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1629 | 2024-12-20T23:35:08.873Z | |
1630 | 2024-12-20T23:35:08.873Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/175) |
1631 | 2024-12-20T23:35:09.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2024-12-20T23:35:09.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2024-12-20T23:35:09.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2024-12-20T23:35:09.454Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1635 | 2024-12-20T23:35:09.530Z | |
1636 | 2024-12-20T23:35:09.530Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/175) |
1637 | 2024-12-20T23:35:09.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2024-12-20T23:35:09.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2024-12-20T23:35:09.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2024-12-20T23:35:09.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1641 | 2024-12-20T23:35:09.952Z | |
1642 | 2024-12-20T23:35:09.953Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/175) |
1643 | 2024-12-20T23:35:10.335Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-12-20T23:35:10.337Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-12-20T23:35:10.337Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-12-20T23:35:10.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1647 | 2024-12-20T23:35:10.377Z | |
1648 | 2024-12-20T23:35:10.378Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/175) |
1649 | 2024-12-20T23:35:10.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-12-20T23:35:10.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-12-20T23:35:10.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-12-20T23:35:10.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1653 | 2024-12-20T23:35:10.804Z | |
1654 | 2024-12-20T23:35:10.804Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/175) |
1655 | 2024-12-20T23:35:11.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-12-20T23:35:11.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-12-20T23:35:11.196Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-12-20T23:35:11.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1659 | 2024-12-20T23:35:11.238Z | |
1660 | 2024-12-20T23:35:11.239Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/175) |
1661 | 2024-12-20T23:35:11.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2024-12-20T23:35:11.625Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2024-12-20T23:35:11.625Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1664 | 2024-12-20T23:35:11.628Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1665 | 2024-12-20T23:35:11.670Z | |
1666 | 2024-12-20T23:35:11.670Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/175) |
1667 | 2024-12-20T23:35:12.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1668 | 2024-12-20T23:35:12.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1669 | 2024-12-20T23:35:12.074Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1670 | 2024-12-20T23:35:12.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1671 | 2024-12-20T23:35:12.112Z | |
1672 | 2024-12-20T23:35:12.112Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/175) |
1673 | 2024-12-20T23:35:12.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1674 | 2024-12-20T23:35:12.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1675 | 2024-12-20T23:35:12.505Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1676 | 2024-12-20T23:35:12.507Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1677 | 2024-12-20T23:35:12.546Z | |
1678 | 2024-12-20T23:35:12.546Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/175) |
1679 | 2024-12-20T23:35:12.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1680 | 2024-12-20T23:35:12.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1681 | 2024-12-20T23:35:12.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1682 | 2024-12-20T23:35:12.995Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1683 | 2024-12-20T23:35:13.024Z | |
1684 | 2024-12-20T23:35:13.024Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/175) |
1685 | 2024-12-20T23:35:13.378Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1686 | 2024-12-20T23:35:13.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1687 | 2024-12-20T23:35:13.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1688 | 2024-12-20T23:35:13.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1689 | 2024-12-20T23:35:13.416Z | |
1690 | 2024-12-20T23:35:13.416Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/175) |
1691 | 2024-12-20T23:35:13.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1692 | 2024-12-20T23:35:13.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1693 | 2024-12-20T23:35:13.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1694 | 2024-12-20T23:35:13.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1695 | 2024-12-20T23:35:13.851Z | |
1696 | 2024-12-20T23:35:13.851Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/175) |
1697 | 2024-12-20T23:35:14.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1698 | 2024-12-20T23:35:14.236Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1699 | 2024-12-20T23:35:14.236Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1700 | 2024-12-20T23:35:14.240Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1701 | 2024-12-20T23:35:14.278Z | |
1702 | 2024-12-20T23:35:14.278Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/175) |
1703 | 2024-12-20T23:35:14.693Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1704 | 2024-12-20T23:35:14.697Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1705 | 2024-12-20T23:35:14.697Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1706 | 2024-12-20T23:35:14.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1707 | 2024-12-20T23:35:14.753Z | |
1708 | 2024-12-20T23:35:14.753Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/175) |
1709 | 2024-12-20T23:35:15.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1710 | 2024-12-20T23:35:15.132Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1711 | 2024-12-20T23:35:15.132Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1712 | 2024-12-20T23:35:15.132Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1713 | 2024-12-20T23:35:15.165Z | |
1714 | 2024-12-20T23:35:15.165Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/175) |
1715 | 2024-12-20T23:35:15.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1716 | 2024-12-20T23:35:15.560Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1717 | 2024-12-20T23:35:15.560Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1718 | 2024-12-20T23:35:15.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.39s |
1719 | 2024-12-20T23:35:15.601Z | |
1720 | 2024-12-20T23:35:15.602Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/175) |
1721 | 2024-12-20T23:35:15.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1722 | 2024-12-20T23:35:15.991Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1723 | 2024-12-20T23:35:15.991Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1724 | 2024-12-20T23:35:15.993Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1725 | 2024-12-20T23:35:16.032Z | |
1726 | 2024-12-20T23:35:16.032Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/175) |
1727 | 2024-12-20T23:35:16.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1728 | 2024-12-20T23:35:16.417Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1729 | 2024-12-20T23:35:16.417Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1730 | 2024-12-20T23:35:16.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1731 | 2024-12-20T23:35:16.457Z | |
1732 | 2024-12-20T23:35:16.457Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/175) |
1733 | 2024-12-20T23:35:16.837Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1734 | 2024-12-20T23:35:16.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1735 | 2024-12-20T23:35:16.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1736 | 2024-12-20T23:35:16.842Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1737 | 2024-12-20T23:35:16.882Z | |
1738 | 2024-12-20T23:35:16.882Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/175) |
1739 | 2024-12-20T23:35:17.282Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1740 | 2024-12-20T23:35:17.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1741 | 2024-12-20T23:35:17.285Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1742 | 2024-12-20T23:35:17.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.40s |
1743 | 2024-12-20T23:35:17.329Z | |
1744 | 2024-12-20T23:35:17.329Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/175) |
1745 | 2024-12-20T23:35:17.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1746 | 2024-12-20T23:35:17.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1747 | 2024-12-20T23:35:17.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1748 | 2024-12-20T23:35:17.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1749 | 2024-12-20T23:35:17.762Z | |
1750 | 2024-12-20T23:35:17.762Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/175) |
1751 | 2024-12-20T23:35:18.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1752 | 2024-12-20T23:35:18.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1753 | 2024-12-20T23:35:18.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1754 | 2024-12-20T23:35:18.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.38s |
1755 | 2024-12-20T23:35:18.185Z | |
1756 | 2024-12-20T23:35:18.185Z | info: running `cargo check --bins` on sled-hardware-types (25/175) |
1757 | 2024-12-20T23:35:18.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1758 | 2024-12-20T23:35:18.747Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1759 | 2024-12-20T23:35:18.747Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1760 | 2024-12-20T23:35:18.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1761 | 2024-12-20T23:35:18.826Z | |
1762 | 2024-12-20T23:35:18.826Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/175) |
1763 | 2024-12-20T23:35:19.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1764 | 2024-12-20T23:35:19.401Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1765 | 2024-12-20T23:35:19.401Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1766 | 2024-12-20T23:35:19.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1767 | 2024-12-20T23:35:19.480Z | |
1768 | 2024-12-20T23:35:19.480Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/175) |
1769 | 2024-12-20T23:35:20.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1770 | 2024-12-20T23:35:20.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1771 | 2024-12-20T23:35:20.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1772 | 2024-12-20T23:35:20.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1773 | 2024-12-20T23:35:20.128Z | |
1774 | 2024-12-20T23:35:20.128Z | info: running `cargo check --bins` on oxlog (28/175) |
1775 | 2024-12-20T23:35:20.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1776 | 2024-12-20T23:35:20.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1777 | 2024-12-20T23:35:20.770Z | Checking cfg-if v1.0.0 |
1778 | 2024-12-20T23:35:20.773Z | Checking libc v0.2.162 |
1779 | 2024-12-20T23:35:20.880Z | Checking serde v1.0.215 |
1780 | 2024-12-20T23:35:20.880Z | Checking zeroize v1.8.1 |
1781 | 2024-12-20T23:35:20.899Z | Checking memchr v2.7.4 |
1782 | 2024-12-20T23:35:20.901Z | Checking typenum v1.17.0 |
1783 | 2024-12-20T23:35:20.901Z | Checking scopeguard v1.2.0 |
1784 | 2024-12-20T23:35:20.937Z | Checking subtle v2.6.1 |
1785 | 2024-12-20T23:35:20.950Z | Checking value-bag v1.9.0 |
1786 | 2024-12-20T23:35:21.061Z | Checking lock_api v0.4.12 |
1787 | 2024-12-20T23:35:21.118Z | Checking itoa v1.0.11 |
1788 | 2024-12-20T23:35:21.195Z | Checking smallvec v1.13.2 |
1789 | 2024-12-20T23:35:21.336Z | Checking const-oid v0.9.6 |
1790 | 2024-12-20T23:35:21.354Z | Checking log v0.4.22 |
1791 | 2024-12-20T23:35:21.450Z | Checking pin-project-lite v0.2.14 |
1792 | 2024-12-20T23:35:21.544Z | Checking byteorder v1.5.0 |
1793 | 2024-12-20T23:35:21.578Z | Checking futures-core v0.3.31 |
1794 | 2024-12-20T23:35:21.737Z | Checking once_cell v1.20.2 |
1795 | 2024-12-20T23:35:21.779Z | Checking cpufeatures v0.2.14 |
1796 | 2024-12-20T23:35:21.871Z | Checking futures-sink v0.3.31 |
1797 | 2024-12-20T23:35:21.871Z | Checking stable_deref_trait v1.2.0 |
1798 | 2024-12-20T23:35:21.982Z | Checking spin v0.9.8 |
1799 | 2024-12-20T23:35:21.998Z | Checking zerocopy v0.7.35 |
1800 | 2024-12-20T23:35:22.019Z | Checking zerofrom v0.1.4 |
1801 | 2024-12-20T23:35:22.032Z | Checking getrandom v0.2.15 |
1802 | 2024-12-20T23:35:22.068Z | Checking parking_lot_core v0.9.10 |
1803 | 2024-12-20T23:35:22.222Z | Checking signal-hook-registry v1.4.2 |
1804 | 2024-12-20T23:35:22.277Z | Checking rand_core v0.6.4 |
1805 | 2024-12-20T23:35:22.277Z | Checking generic-array v0.14.7 |
1806 | 2024-12-20T23:35:22.345Z | Checking mio v1.0.2 |
1807 | 2024-12-20T23:35:22.411Z | Checking parking_lot v0.12.3 |
1808 | 2024-12-20T23:35:22.479Z | Checking socket2 v0.5.7 |
1809 | 2024-12-20T23:35:22.576Z | Checking slab v0.4.9 |
1810 | 2024-12-20T23:35:22.786Z | Checking yoke v0.7.4 |
1811 | 2024-12-20T23:35:22.847Z | Checking futures-channel v0.3.31 |
1812 | 2024-12-20T23:35:22.974Z | Checking pin-utils v0.1.0 |
1813 | 2024-12-20T23:35:22.990Z | Checking futures-task v0.3.31 |
1814 | 2024-12-20T23:35:23.064Z | Checking equivalent v1.0.1 |
1815 | 2024-12-20T23:35:23.129Z | Checking allocator-api2 v0.2.18 |
1816 | 2024-12-20T23:35:23.158Z | Checking foldhash v0.1.3 |
1817 | 2024-12-20T23:35:23.172Z | Checking futures-io v0.3.31 |
1818 | 2024-12-20T23:35:23.202Z | Checking zerovec v0.10.4 |
1819 | 2024-12-20T23:35:23.216Z | Checking ryu v1.0.18 |
1820 | 2024-12-20T23:35:23.342Z | Checking futures-util v0.3.31 |
1821 | 2024-12-20T23:35:23.359Z | Checking tinyvec_macros v0.1.1 |
1822 | 2024-12-20T23:35:23.378Z | Checking fnv v1.0.7 |
1823 | 2024-12-20T23:35:23.441Z | Checking tinyvec v1.8.0 |
1824 | 2024-12-20T23:35:23.454Z | Checking libm v0.2.8 |
1825 | 2024-12-20T23:35:23.457Z | Checking crypto-common v0.1.6 |
1826 | 2024-12-20T23:35:23.498Z | Checking block-buffer v0.10.4 |
1827 | 2024-12-20T23:35:23.644Z | Checking block-padding v0.3.3 |
1828 | 2024-12-20T23:35:23.717Z | Checking digest v0.10.7 |
1829 | 2024-12-20T23:35:23.760Z | Checking hashbrown v0.15.1 |
1830 | 2024-12-20T23:35:23.851Z | Checking inout v0.1.3 |
1831 | 2024-12-20T23:35:24.096Z | Checking hmac v0.12.1 |
1832 | 2024-12-20T23:35:24.111Z | Checking cipher v0.4.4 |
1833 | 2024-12-20T23:35:24.306Z | Checking sha2 v0.10.8 |
1834 | 2024-12-20T23:35:24.388Z | Checking writeable v0.5.5 |
1835 | 2024-12-20T23:35:24.501Z | Checking litemap v0.7.3 |
1836 | 2024-12-20T23:35:24.711Z | Checking unicode-bidi v0.3.17 |
1837 | 2024-12-20T23:35:24.830Z | Checking unicode-normalization v0.1.24 |
1838 | 2024-12-20T23:35:24.845Z | Checking base64ct v1.6.0 |
1839 | 2024-12-20T23:35:24.886Z | Checking num-traits v0.2.19 |
1840 | 2024-12-20T23:35:24.902Z | Checking tinystr v0.7.6 |
1841 | 2024-12-20T23:35:24.923Z | Checking ppv-lite86 v0.2.20 |
1842 | 2024-12-20T23:35:25.250Z | Checking icu_locid v1.5.0 |
1843 | 2024-12-20T23:35:25.272Z | Checking pem-rfc7468 v0.7.0 |
1844 | 2024-12-20T23:35:25.331Z | Checking flagset v0.4.6 |
1845 | 2024-12-20T23:35:25.523Z | Checking tracing-core v0.1.32 |
1846 | 2024-12-20T23:35:25.538Z | Checking der v0.7.9 |
1847 | 2024-12-20T23:35:25.682Z | Checking rand_chacha v0.3.1 |
1848 | 2024-12-20T23:35:25.746Z | Checking thiserror v1.0.69 |
1849 | 2024-12-20T23:35:25.778Z | Checking bytes v1.8.0 |
1850 | 2024-12-20T23:35:25.884Z | Checking indexmap v2.6.0 |
1851 | 2024-12-20T23:35:26.069Z | Checking serde_json v1.0.132 |
1852 | 2024-12-20T23:35:26.208Z | Checking bitflags v2.6.0 |
1853 | 2024-12-20T23:35:26.314Z | Checking icu_provider v1.5.0 |
1854 | 2024-12-20T23:35:26.501Z | Checking percent-encoding v2.3.1 |
1855 | 2024-12-20T23:35:26.600Z | Checking tokio v1.40.0 |
1856 | 2024-12-20T23:35:26.616Z | Checking http v1.1.0 |
1857 | 2024-12-20T23:35:26.703Z | Checking rustls-pki-types v1.10.0 |
1858 | 2024-12-20T23:35:26.995Z | Checking icu_locid_transform_data v1.5.0 |
1859 | 2024-12-20T23:35:27.092Z | Checking icu_locid_transform v1.5.0 |
1860 | 2024-12-20T23:35:27.168Z | Checking tracing v0.1.40 |
1861 | 2024-12-20T23:35:27.279Z | Checking rand v0.8.5 |
1862 | 2024-12-20T23:35:27.408Z | Checking spki v0.7.3 |
1863 | 2024-12-20T23:35:27.528Z | Checking icu_collections v1.5.0 |
1864 | 2024-12-20T23:35:27.690Z | Checking salsa20 v0.10.2 |
1865 | 2024-12-20T23:35:27.846Z | Checking pbkdf2 v0.12.2 |
1866 | 2024-12-20T23:35:27.892Z | Checking aws-lc-sys v0.22.0 |
1867 | 2024-12-20T23:35:27.938Z | Checking httparse v1.9.5 |
1868 | 2024-12-20T23:35:27.999Z | Checking icu_properties_data v1.5.0 |
1869 | 2024-12-20T23:35:28.055Z | Checking untrusted v0.9.0 |
1870 | 2024-12-20T23:35:28.211Z | Checking untrusted v0.7.1 |
1871 | 2024-12-20T23:35:28.224Z | Checking mirai-annotations v1.12.0 |
1872 | 2024-12-20T23:35:28.245Z | Checking powerfmt v0.2.0 |
1873 | 2024-12-20T23:35:28.607Z | Checking icu_properties v1.5.1 |
1874 | 2024-12-20T23:35:28.612Z | Checking ring v0.17.8 |
1875 | 2024-12-20T23:35:28.612Z | Checking scrypt v0.11.0 |
1876 | 2024-12-20T23:35:28.613Z | Checking aes v0.8.4 |
1877 | 2024-12-20T23:35:28.613Z | Checking deranged v0.3.11 |
1878 | 2024-12-20T23:35:28.613Z | Checking cbc v0.1.2 |
1879 | 2024-12-20T23:35:28.622Z | Checking crossbeam-utils v0.8.20 |
1880 | 2024-12-20T23:35:28.800Z | Checking utf16_iter v1.0.5 |
1881 | 2024-12-20T23:35:28.981Z | Checking icu_normalizer_data v1.5.0 |
1882 | 2024-12-20T23:35:29.094Z | Checking time-core v0.1.2 |
1883 | 2024-12-20T23:35:29.263Z | Checking num_threads v0.1.7 |
1884 | 2024-12-20T23:35:29.350Z | Checking utf8_iter v1.0.4 |
1885 | 2024-12-20T23:35:29.381Z | Checking num-conv v0.1.0 |
1886 | 2024-12-20T23:35:29.416Z | Checking atomic-waker v1.1.2 |
1887 | 2024-12-20T23:35:29.546Z | Checking write16 v1.0.0 |
1888 | 2024-12-20T23:35:29.561Z | Checking pkcs5 v0.7.1 |
1889 | 2024-12-20T23:35:29.618Z | Checking http-body v1.0.1 |
1890 | 2024-12-20T23:35:29.669Z | Checking form_urlencoded v1.2.1 |
1891 | 2024-12-20T23:35:29.820Z | Checking try-lock v0.2.5 |
1892 | 2024-12-20T23:35:29.860Z | Checking unicode-ident v1.0.13 |
1893 | 2024-12-20T23:35:29.959Z | Checking want v0.3.1 |
1894 | 2024-12-20T23:35:30.030Z | Checking httpdate v1.0.3 |
1895 | 2024-12-20T23:35:30.096Z | Checking pkcs8 v0.10.2 |
1896 | 2024-12-20T23:35:30.140Z | Checking proc-macro2 v1.0.89 |
1897 | 2024-12-20T23:35:30.229Z | Checking serde_spanned v0.6.8 |
1898 | 2024-12-20T23:35:30.259Z | Checking uuid v1.11.0 |
1899 | 2024-12-20T23:35:30.330Z | Checking time v0.3.36 |
1900 | 2024-12-20T23:35:30.412Z | Checking toml_datetime v0.6.8 |
1901 | 2024-12-20T23:35:30.429Z | Checking slog v2.7.0 |
1902 | 2024-12-20T23:35:30.429Z | Checking aws-lc-rs v1.10.0 |
1903 | 2024-12-20T23:35:30.699Z | Checking scroll v0.12.0 |
1904 | 2024-12-20T23:35:30.816Z | Checking ucd-trie v0.1.7 |
1905 | 2024-12-20T23:35:30.883Z | Checking foreign-types-shared v0.1.1 |
1906 | 2024-12-20T23:35:30.954Z | Checking base64 v0.22.1 |
1907 | 2024-12-20T23:35:30.993Z | Checking plain v0.2.3 |
1908 | 2024-12-20T23:35:31.027Z | Checking tower-service v0.3.3 |
1909 | 2024-12-20T23:35:31.146Z | Checking iana-time-zone v0.1.61 |
1910 | 2024-12-20T23:35:31.161Z | Checking match_cfg v0.1.0 |
1911 | 2024-12-20T23:35:31.184Z | Checking adler2 v2.0.0 |
1912 | 2024-12-20T23:35:31.256Z | Checking hostname v0.3.1 |
1913 | 2024-12-20T23:35:31.290Z | Checking chrono v0.4.38 |
1914 | 2024-12-20T23:35:31.328Z | Checking miniz_oxide v0.8.0 |
1915 | 2024-12-20T23:35:31.385Z | Checking goblin v0.8.2 |
1916 | 2024-12-20T23:35:31.429Z | Checking pest v2.7.14 |
1917 | 2024-12-20T23:35:31.783Z | Checking icu_normalizer v1.5.0 |
1918 | 2024-12-20T23:35:32.114Z | Checking foreign-types v0.3.2 |
1919 | 2024-12-20T23:35:32.202Z | Checking quote v1.0.37 |
1920 | 2024-12-20T23:35:32.241Z | Checking rustls-webpki v0.102.8 |
1921 | 2024-12-20T23:35:32.541Z | Checking openssl-sys v0.9.103 |
1922 | 2024-12-20T23:35:32.598Z | Checking idna_adapter v1.2.0 |
1923 | 2024-12-20T23:35:32.780Z | Checking idna v1.0.3 |
1924 | 2024-12-20T23:35:32.807Z | Checking errno v0.3.9 |
1925 | 2024-12-20T23:35:32.975Z | Checking dirs-sys-next v0.1.2 |
1926 | 2024-12-20T23:35:33.079Z | Checking aho-corasick v1.1.3 |
1927 | 2024-12-20T23:35:33.159Z | Checking pretty-hex v0.4.1 |
1928 | 2024-12-20T23:35:33.257Z | Checking url v2.5.3 |
1929 | 2024-12-20T23:35:33.328Z | Checking regex-syntax v0.8.5 |
1930 | 2024-12-20T23:35:33.363Z | Checking data-encoding v2.6.0 |
1931 | 2024-12-20T23:35:33.883Z | Checking siphasher v0.3.11 |
1932 | 2024-12-20T23:35:33.899Z | Checking dtrace-parser v0.2.0 |
1933 | 2024-12-20T23:35:33.914Z | Checking tokio-util v0.7.12 |
1934 | 2024-12-20T23:35:33.987Z | Checking openssl v0.10.66 |
1935 | 2024-12-20T23:35:34.128Z | Checking dirs-next v2.0.0 |
1936 | 2024-12-20T23:35:34.169Z | Checking rustix v0.38.37 |
1937 | 2024-12-20T23:35:34.264Z | Checking syn v2.0.87 |
1938 | 2024-12-20T23:35:34.375Z | Checking http-body-util v0.1.2 |
1939 | 2024-12-20T23:35:34.701Z | Checking crossbeam-epoch v0.9.18 |
1940 | 2024-12-20T23:35:34.842Z | Checking sha1 v0.10.6 |
1941 | 2024-12-20T23:35:34.864Z | Checking h2 v0.4.6 |
1942 | 2024-12-20T23:35:35.125Z | Checking signature v2.2.0 |
1943 | 2024-12-20T23:35:35.141Z | Checking lazy_static v1.5.0 |
1944 | 2024-12-20T23:35:35.259Z | Checking thread_local v1.1.8 |
1945 | 2024-12-20T23:35:35.322Z | Checking thread-id v4.2.2 |
1946 | 2024-12-20T23:35:35.431Z | Checking encoding_rs v0.8.34 |
1947 | 2024-12-20T23:35:35.559Z | Checking unicode-properties v0.1.3 |
1948 | 2024-12-20T23:35:35.903Z | Checking utf8parse v0.2.2 |
1949 | 2024-12-20T23:35:36.043Z | Checking winnow v0.6.20 |
1950 | 2024-12-20T23:35:36.366Z | Checking dof v0.3.0 |
1951 | 2024-12-20T23:35:36.696Z | Checking regex-automata v0.4.8 |
1952 | 2024-12-20T23:35:37.023Z | Checking anstyle v1.0.10 |
1953 | 2024-12-20T23:35:37.394Z | Checking gimli v0.31.1 |
1954 | 2024-12-20T23:35:37.724Z | Checking ipnet v2.10.1 |
1955 | 2024-12-20T23:35:37.772Z | Checking openssl-probe v0.1.5 |
1956 | 2024-12-20T23:35:37.927Z | Checking mime v0.3.17 |
1957 | 2024-12-20T23:35:38.192Z | Checking anstyle-parse v0.2.5 |
1958 | 2024-12-20T23:35:38.257Z | Checking stringprep v0.1.5 |
1959 | 2024-12-20T23:35:38.459Z | Checking crossbeam-deque v0.8.5 |
1960 | 2024-12-20T23:35:38.527Z | Checking term v0.7.0 |
1961 | 2024-12-20T23:35:38.774Z | Checking rustls v0.22.4 |
1962 | 2024-12-20T23:35:38.963Z | Checking rustls v0.23.19 |
1963 | 2024-12-20T23:35:39.077Z | Checking toml_edit v0.22.22 |
1964 | 2024-12-20T23:35:39.582Z | Checking native-tls v0.2.12 |
1965 | 2024-12-20T23:35:39.921Z | Checking slog-json v2.6.1 |
1966 | 2024-12-20T23:35:40.301Z | Checking serde_urlencoded v0.7.1 |
1967 | 2024-12-20T23:35:40.716Z | Checking crossbeam-channel v0.5.13 |
1968 | 2024-12-20T23:35:40.779Z | Checking usdt-impl v0.5.0 |
1969 | 2024-12-20T23:35:40.978Z | Checking hyper v1.5.0 |
1970 | 2024-12-20T23:35:41.278Z | Checking futures-executor v0.3.31 |
1971 | 2024-12-20T23:35:41.371Z | Checking rustls-pemfile v2.2.0 |
1972 | 2024-12-20T23:35:41.449Z | Checking addr2line v0.24.2 |
1973 | 2024-12-20T23:35:41.473Z | Checking num-integer v0.1.46 |
1974 | 2024-12-20T23:35:41.507Z | Checking idna v0.4.0 |
1975 | 2024-12-20T23:35:41.586Z | Checking idna v0.3.0 |
1976 | 2024-12-20T23:35:41.681Z | Checking md-5 v0.10.6 |
1977 | 2024-12-20T23:35:41.904Z | Checking ff v0.13.0 |
1978 | 2024-12-20T23:35:41.925Z | Checking is-terminal v0.4.13 |
1979 | 2024-12-20T23:35:41.964Z | Checking memmap v0.7.0 |
1980 | 2024-12-20T23:35:42.039Z | Checking hash32 v0.2.1 |
1981 | 2024-12-20T23:35:42.119Z | Checking object v0.36.5 |
1982 | 2024-12-20T23:35:42.163Z | Checking take_mut v0.2.2 |
1983 | 2024-12-20T23:35:42.311Z | Checking anstyle-query v1.1.1 |
1984 | 2024-12-20T23:35:42.342Z | Checking quick-error v1.2.3 |
1985 | 2024-12-20T23:35:42.368Z | Checking is_terminal_polyfill v1.70.1 |
1986 | 2024-12-20T23:35:42.416Z | Checking dyn-clone v1.0.17 |
1987 | 2024-12-20T23:35:42.433Z | Checking base16ct v0.2.0 |
1988 | 2024-12-20T23:35:42.450Z | Checking fallible-iterator v0.2.0 |
1989 | 2024-12-20T23:35:42.480Z | Checking colorchoice v1.0.2 |
1990 | 2024-12-20T23:35:42.496Z | Checking psl-types v2.0.11 |
1991 | 2024-12-20T23:35:42.565Z | Checking rustc-demangle v0.1.24 |
1992 | 2024-12-20T23:35:42.614Z | Checking utf-8 v0.7.6 |
1993 | 2024-12-20T23:35:42.633Z | Checking either v1.13.0 |
1994 | 2024-12-20T23:35:42.671Z | Checking linked-hash-map v0.5.6 |
1995 | 2024-12-20T23:35:42.818Z | Checking tungstenite v0.24.0 |
1996 | 2024-12-20T23:35:42.991Z | Checking lru-cache v0.1.2 |
1997 | 2024-12-20T23:35:43.009Z | Checking publicsuffix v2.2.3 |
1998 | 2024-12-20T23:35:43.015Z | Checking sec1 v0.7.3 |
1999 | 2024-12-20T23:35:43.038Z | Checking hyper-util v0.1.10 |
2000 | 2024-12-20T23:35:43.053Z | Checking postgres-protocol v0.6.7 |
2001 | 2024-12-20T23:35:43.164Z | Checking anstream v0.6.15 |
2002 | 2024-12-20T23:35:43.243Z | Checking schemars v0.8.21 |
2003 | 2024-12-20T23:35:43.396Z | Checking resolv-conf v0.7.0 |
2004 | 2024-12-20T23:35:43.547Z | Checking tokio-rustls v0.25.0 |
2005 | 2024-12-20T23:35:43.726Z | Checking hickory-proto v0.24.1 |
2006 | 2024-12-20T23:35:43.743Z | Checking heapless v0.7.17 |
2007 | 2024-12-20T23:35:43.757Z | Checking slog-async v2.8.0 |
2008 | 2024-12-20T23:35:43.967Z | Checking usdt v0.5.0 |
2009 | 2024-12-20T23:35:44.063Z | Checking group v0.13.0 |
2010 | 2024-12-20T23:35:44.231Z | Checking slog-term v2.9.1 |
2011 | 2024-12-20T23:35:44.348Z | Checking num-iter v0.1.45 |
2012 | 2024-12-20T23:35:44.531Z | Checking toml v0.8.19 |
2013 | 2024-12-20T23:35:44.555Z | Checking tokio-rustls v0.26.0 |
2014 | 2024-12-20T23:35:44.761Z | Checking futures v0.3.31 |
2015 | 2024-12-20T23:35:44.823Z | Checking slog-bunyan v2.5.0 |
2016 | 2024-12-20T23:35:44.875Z | Checking tokio-native-tls v0.3.1 |
2017 | 2024-12-20T23:35:44.908Z | Checking rayon-core v1.12.1 |
2018 | 2024-12-20T23:35:44.963Z | Checking multer v3.1.0 |
2019 | 2024-12-20T23:35:44.983Z | Checking terminal_size v0.4.0 |
2020 | 2024-12-20T23:35:45.047Z | Checking phf_shared v0.11.2 |
2021 | 2024-12-20T23:35:45.136Z | Checking cookie v0.18.1 |
2022 | 2024-12-20T23:35:45.155Z | Checking async-stream v0.3.6 |
2023 | 2024-12-20T23:35:45.251Z | Checking bzip2-sys v0.1.11+1.0.8 |
2024 | 2024-12-20T23:35:45.332Z | Checking camino v1.1.9 |
2025 | 2024-12-20T23:35:45.347Z | Checking signal-hook v0.3.17 |
2026 | 2024-12-20T23:35:45.364Z | Checking waitgroup v0.1.2 |
2027 | 2024-12-20T23:35:45.384Z | Checking openapiv3 v2.0.0 |
2028 | 2024-12-20T23:35:45.505Z | Checking webpki-roots v0.26.6 |
2029 | 2024-12-20T23:35:45.575Z | Checking serde_path_to_error v0.1.16 |
2030 | 2024-12-20T23:35:45.577Z | Checking idna v0.5.0 |
2031 | 2024-12-20T23:35:45.685Z | Checking hkdf v0.12.4 |
2032 | 2024-12-20T23:35:45.712Z | Checking crypto-bigint v0.5.5 |
2033 | 2024-12-20T23:35:45.900Z | Checking hostname v0.4.0 |
2034 | 2024-12-20T23:35:45.916Z | Checking crc32fast v1.4.2 |
2035 | 2024-12-20T23:35:46.039Z | Checking unicode-width v0.1.14 |
2036 | 2024-12-20T23:35:46.144Z | Checking bitflags v1.3.2 |
2037 | 2024-12-20T23:35:46.184Z | Checking managed v0.8.0 |
2038 | 2024-12-20T23:35:46.244Z | Checking debug-ignore v1.0.5 |
2039 | 2024-12-20T23:35:46.392Z | Checking winnow v0.5.40 |
2040 | 2024-12-20T23:35:46.513Z | Checking clap_lex v0.7.2 |
2041 | 2024-12-20T23:35:46.530Z | Checking strsim v0.11.1 |
2042 | 2024-12-20T23:35:46.553Z | Checking smoltcp v0.9.1 |
2043 | 2024-12-20T23:35:46.752Z | Checking console v0.15.8 |
2044 | 2024-12-20T23:35:46.822Z | Checking clap_builder v4.5.21 |
2045 | 2024-12-20T23:35:47.350Z | Checking cookie_store v0.21.0 |
2046 | 2024-12-20T23:35:48.023Z | Checking flate2 v1.0.34 |
2047 | 2024-12-20T23:35:48.095Z | Checking hyper-rustls v0.27.3 |
2048 | 2024-12-20T23:35:48.438Z | Checking signal-hook-mio v0.2.4 |
2049 | 2024-12-20T23:35:48.531Z | Checking hickory-resolver v0.24.1 |
2050 | 2024-12-20T23:35:48.590Z | Checking rayon v1.10.0 |
2051 | 2024-12-20T23:35:48.605Z | Checking backtrace v0.3.74 |
2052 | 2024-12-20T23:35:48.630Z | Checking elliptic-curve v0.13.8 |
2053 | 2024-12-20T23:35:48.684Z | Checking bzip2 v0.4.4 |
2054 | 2024-12-20T23:35:48.930Z | Checking dropshot v0.12.0 |
2055 | 2024-12-20T23:35:48.978Z | Checking phf v0.11.2 |
2056 | 2024-12-20T23:35:49.184Z | Checking anyhow v1.0.93 |
2057 | 2024-12-20T23:35:49.260Z | Checking hyper-tls v0.6.0 |
2058 | 2024-12-20T23:35:49.317Z | Checking num-bigint-dig v0.8.4 |
2059 | 2024-12-20T23:35:49.441Z | Checking toml_edit v0.19.15 |
2060 | 2024-12-20T23:35:49.549Z | Checking tokio-tungstenite v0.24.0 |
2061 | 2024-12-20T23:35:49.582Z | Checking postgres-types v0.2.8 |
2062 | 2024-12-20T23:35:49.933Z | Checking regex v1.11.1 |
2063 | 2024-12-20T23:35:50.020Z | Checking bstr v1.10.0 |
2064 | 2024-12-20T23:35:50.170Z | Checking ed25519 v2.2.3 |
2065 | 2024-12-20T23:35:50.352Z | Checking tokio-stream v0.1.16 |
2066 | 2024-12-20T23:35:50.486Z | Checking phf_shared v0.10.0 |
2067 | 2024-12-20T23:35:50.600Z | Checking curve25519-dalek v4.1.3 |
2068 | 2024-12-20T23:35:50.777Z | Checking zerocopy v0.6.6 |
2069 | 2024-12-20T23:35:50.992Z | Checking pkcs1 v0.7.5 |
2070 | 2024-12-20T23:35:51.266Z | Checking hubpack v0.1.2 |
2071 | 2024-12-20T23:35:51.399Z | Checking portable-atomic v1.9.0 |
2072 | 2024-12-20T23:35:51.484Z | Checking float-cmp v0.9.0 |
2073 | 2024-12-20T23:35:51.582Z | Checking serde-big-array v0.5.1 |
2074 | 2024-12-20T23:35:51.598Z | Checking rfc6979 v0.4.0 |
2075 | 2024-12-20T23:35:51.661Z | Checking sync_wrapper v1.0.1 |
2076 | 2024-12-20T23:35:51.776Z | Checking bit-vec v0.6.3 |
2077 | 2024-12-20T23:35:51.805Z | Checking unicode-width v0.2.0 |
2078 | 2024-12-20T23:35:51.810Z | Checking predicates-core v1.0.8 |
2079 | 2024-12-20T23:35:51.912Z | Checking fixedbitset v0.4.2 |
2080 | 2024-12-20T23:35:52.011Z | Checking difflib v0.4.0 |
2081 | 2024-12-20T23:35:52.141Z | Checking unicode-segmentation v1.12.0 |
2082 | 2024-12-20T23:35:52.175Z | Checking minimal-lexical v0.2.1 |
2083 | 2024-12-20T23:35:52.275Z | Checking precomputed-hash v0.1.1 |
2084 | 2024-12-20T23:35:52.336Z | Checking new_debug_unreachable v1.0.6 |
2085 | 2024-12-20T23:35:52.383Z | Checking static_assertions v1.1.0 |
2086 | 2024-12-20T23:35:52.424Z | Checking normalize-line-endings v0.3.0 |
2087 | 2024-12-20T23:35:52.459Z | Checking whoami v1.5.2 |
2088 | 2024-12-20T23:35:52.475Z | Checking number_prefix v0.4.0 |
2089 | 2024-12-20T23:35:52.491Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2090 | 2024-12-20T23:35:52.507Z | Checking ed25519-dalek v2.1.1 |
2091 | 2024-12-20T23:35:52.535Z | Checking predicates v3.1.2 |
2092 | 2024-12-20T23:35:52.551Z | Checking nom v7.1.3 |
2093 | 2024-12-20T23:35:52.663Z | Checking indicatif v0.17.9 |
2094 | 2024-12-20T23:35:52.673Z | Checking qorb v0.2.1 |
2095 | 2024-12-20T23:35:52.755Z | Checking tokio-postgres v0.7.12 |
2096 | 2024-12-20T23:35:52.804Z | Checking similar v2.6.0 |
2097 | 2024-12-20T23:35:52.885Z | Checking string_cache v0.8.7 |
2098 | 2024-12-20T23:35:53.168Z | Checking petgraph v0.6.5 |
2099 | 2024-12-20T23:35:53.188Z | Checking bit-set v0.5.3 |
2100 | 2024-12-20T23:35:53.423Z | Checking toml v0.7.8 |
2101 | 2024-12-20T23:35:53.454Z | Checking reqwest v0.12.9 |
2102 | 2024-12-20T23:35:53.637Z | Checking ecdsa v0.16.9 |
2103 | 2024-12-20T23:35:54.156Z | Checking rsa v0.9.6 |
2104 | 2024-12-20T23:35:54.396Z | Checking clap v4.5.21 |
2105 | 2024-12-20T23:35:54.523Z | Checking zip v0.6.6 |
2106 | 2024-12-20T23:35:55.213Z | Checking crossterm v0.28.1 |
2107 | 2024-12-20T23:35:55.229Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2108 | 2024-12-20T23:35:55.245Z | Checking itertools v0.10.5 |
2109 | 2024-12-20T23:35:55.268Z | Checking fs-err v2.11.0 |
2110 | 2024-12-20T23:35:55.365Z | Checking ahash v0.8.11 |
2111 | 2024-12-20T23:35:55.442Z | Checking x509-cert v0.2.5 |
2112 | 2024-12-20T23:35:55.822Z | Checking hex v0.4.3 |
2113 | 2024-12-20T23:35:55.845Z | Checking semver v1.0.23 |
2114 | 2024-12-20T23:35:55.929Z | Checking peg-runtime v0.8.3 |
2115 | 2024-12-20T23:35:56.165Z | Checking lalrpop-util v0.19.12 |
2116 | 2024-12-20T23:35:56.241Z | Checking heck v0.4.1 |
2117 | 2024-12-20T23:35:56.361Z | Checking sigpipe v0.1.3 |
2118 | 2024-12-20T23:35:57.482Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2119 | 2024-12-20T23:35:57.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.69s |
2120 | 2024-12-20T23:35:57.960Z | |
2121 | 2024-12-20T23:35:57.960Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/175) |
2122 | 2024-12-20T23:35:58.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2123 | 2024-12-20T23:35:58.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2124 | 2024-12-20T23:35:58.628Z | Compiling hashbrown v0.14.5 |
2125 | 2024-12-20T23:35:58.750Z | Checking heck v0.5.0 |
2126 | 2024-12-20T23:35:58.763Z | Compiling unsafe-libyaml v0.2.11 |
2127 | 2024-12-20T23:35:58.780Z | Compiling ident_case v1.0.1 |
2128 | 2024-12-20T23:35:58.794Z | Checking progenitor-client v0.8.0 |
2129 | 2024-12-20T23:35:58.807Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2130 | 2024-12-20T23:35:58.823Z | Compiling proc-macro-crate v1.3.1 |
2131 | 2024-12-20T23:35:58.918Z | Compiling darling_core v0.20.10 |
2132 | 2024-12-20T23:35:58.954Z | Checking ipnetwork v0.20.0 |
2133 | 2024-12-20T23:35:59.160Z | Compiling structmeta-derive v0.3.0 |
2134 | 2024-12-20T23:35:59.171Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2135 | 2024-12-20T23:35:59.338Z | Compiling newtype-uuid v1.1.3 |
2136 | 2024-12-20T23:35:59.484Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2137 | 2024-12-20T23:35:59.636Z | Compiling lzma-sys v0.1.20 |
2138 | 2024-12-20T23:35:59.846Z | Compiling foreign-types-macros v0.2.3 |
2139 | 2024-12-20T23:35:59.905Z | Checking regress v0.10.1 |
2140 | 2024-12-20T23:35:59.952Z | Compiling num_enum_derive v0.5.11 |
2141 | 2024-12-20T23:36:00.442Z | Compiling serde_yaml v0.9.34+deprecated |
2142 | 2024-12-20T23:36:00.684Z | Compiling dropshot v0.13.0 |
2143 | 2024-12-20T23:36:00.992Z | Checking arc-swap v1.7.1 |
2144 | 2024-12-20T23:36:01.138Z | Checking foreign-types-shared v0.3.1 |
2145 | 2024-12-20T23:36:01.256Z | Checking foreign-types v0.5.0 |
2146 | 2024-12-20T23:36:01.426Z | Checking slog-scope v4.4.0 |
2147 | 2024-12-20T23:36:01.489Z | Compiling proc-macro-error v1.0.4 |
2148 | 2024-12-20T23:36:02.158Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2149 | 2024-12-20T23:36:02.197Z | Checking tungstenite v0.21.0 |
2150 | 2024-12-20T23:36:02.246Z | Compiling structmeta v0.3.0 |
2151 | 2024-12-20T23:36:02.265Z | Compiling heck v0.3.3 |
2152 | 2024-12-20T23:36:02.573Z | Checking num_enum v0.5.11 |
2153 | 2024-12-20T23:36:02.690Z | Compiling parse-display-derive v0.10.0 |
2154 | 2024-12-20T23:36:02.694Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2155 | 2024-12-20T23:36:02.726Z | Compiling dropshot_endpoint v0.13.0 |
2156 | 2024-12-20T23:36:03.157Z | Checking cstr-argument v0.1.2 |
2157 | 2024-12-20T23:36:03.342Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2158 | 2024-12-20T23:36:03.453Z | Checking typify-impl v0.2.0 |
2159 | 2024-12-20T23:36:03.565Z | Checking instant v0.1.13 |
2160 | 2024-12-20T23:36:03.686Z | Checking base64 v0.21.7 |
2161 | 2024-12-20T23:36:04.225Z | Checking fastrand v2.1.1 |
2162 | 2024-12-20T23:36:04.568Z | Checking pretty-hex v0.2.1 |
2163 | 2024-12-20T23:36:04.720Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2164 | 2024-12-20T23:36:04.740Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2165 | 2024-12-20T23:36:05.015Z | Checking tempfile v3.13.0 |
2166 | 2024-12-20T23:36:05.032Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2167 | 2024-12-20T23:36:05.180Z | Checking backoff v0.4.0 |
2168 | 2024-12-20T23:36:05.197Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2169 | 2024-12-20T23:36:05.349Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2170 | 2024-12-20T23:36:05.382Z | Checking tokio-tungstenite v0.21.0 |
2171 | 2024-12-20T23:36:05.498Z | Checking strum v0.26.3 |
2172 | 2024-12-20T23:36:05.667Z | Compiling zone_cfg_derive v0.1.2 |
2173 | 2024-12-20T23:36:05.670Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2174 | 2024-12-20T23:36:05.860Z | Compiling darling_macro v0.20.10 |
2175 | 2024-12-20T23:36:05.904Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2176 | 2024-12-20T23:36:06.055Z | Checking slog-stdlog v4.1.1 |
2177 | 2024-12-20T23:36:06.217Z | Checking regress v0.9.1 |
2178 | 2024-12-20T23:36:06.298Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2179 | 2024-12-20T23:36:06.429Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2180 | 2024-12-20T23:36:06.454Z | Checking colored v2.1.0 |
2181 | 2024-12-20T23:36:06.715Z | Checking macaddr v1.0.1 |
2182 | 2024-12-20T23:36:06.754Z | Checking base64 v0.13.1 |
2183 | 2024-12-20T23:36:06.799Z | Compiling darling v0.20.10 |
2184 | 2024-12-20T23:36:06.921Z | Compiling serde_with_macros v3.11.0 |
2185 | 2024-12-20T23:36:07.130Z | Checking ron v0.7.1 |
2186 | 2024-12-20T23:36:07.146Z | Checking zone v0.1.8 |
2187 | 2024-12-20T23:36:07.358Z | Checking parse-display v0.10.0 |
2188 | 2024-12-20T23:36:07.604Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2189 | 2024-12-20T23:36:07.829Z | Checking xz2 v0.1.7 |
2190 | 2024-12-20T23:36:08.069Z | Checking slog-envlogger v2.2.0 |
2191 | 2024-12-20T23:36:08.132Z | Checking tabwriter v1.4.0 |
2192 | 2024-12-20T23:36:08.232Z | Checking xattr v1.3.1 |
2193 | 2024-12-20T23:36:08.281Z | Checking pem v3.0.4 |
2194 | 2024-12-20T23:36:08.369Z | Checking yasna v0.5.2 |
2195 | 2024-12-20T23:36:08.430Z | Checking headers-core v0.3.0 |
2196 | 2024-12-20T23:36:08.540Z | Checking smf v0.2.3 |
2197 | 2024-12-20T23:36:08.573Z | Checking filetime v0.2.25 |
2198 | 2024-12-20T23:36:08.788Z | Checking same-file v1.0.6 |
2199 | 2024-12-20T23:36:08.966Z | Checking walkdir v2.5.0 |
2200 | 2024-12-20T23:36:08.997Z | Checking tar v0.4.42 |
2201 | 2024-12-20T23:36:09.046Z | Checking headers v0.4.0 |
2202 | 2024-12-20T23:36:09.281Z | Checking atomicwrites v0.4.4 |
2203 | 2024-12-20T23:36:09.326Z | Checking rcgen v0.12.1 |
2204 | 2024-12-20T23:36:09.474Z | Checking camino-tempfile v1.1.1 |
2205 | 2024-12-20T23:36:09.708Z | Checking subprocess v0.2.9 |
2206 | 2024-12-20T23:36:09.857Z | Checking serde_with v3.11.0 |
2207 | 2024-12-20T23:36:14.120Z | Compiling typify-macro v0.2.0 |
2208 | 2024-12-20T23:36:16.002Z | Compiling typify v0.2.0 |
2209 | 2024-12-20T23:36:16.071Z | Compiling progenitor-impl v0.8.0 |
2210 | 2024-12-20T23:36:19.360Z | Compiling progenitor-macro v0.8.0 |
2211 | 2024-12-20T23:36:24.230Z | Checking progenitor v0.8.0 |
2212 | 2024-12-20T23:36:24.398Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2213 | 2024-12-20T23:36:24.402Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2214 | 2024-12-20T23:36:27.159Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2215 | 2024-12-20T23:36:27.473Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2216 | 2024-12-20T23:36:33.933Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2217 | 2024-12-20T23:36:35.608Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2218 | 2024-12-20T23:36:36.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.97s |
2219 | 2024-12-20T23:36:37.086Z | |
2220 | 2024-12-20T23:36:37.086Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/175) |
2221 | 2024-12-20T23:36:37.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2222 | 2024-12-20T23:36:37.671Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2223 | 2024-12-20T23:36:37.763Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-12-20T23:36:39.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s |
2225 | 2024-12-20T23:36:39.384Z | |
2226 | 2024-12-20T23:36:39.385Z | info: running `cargo check --bins` on nexus-config (31/175) |
2227 | 2024-12-20T23:36:39.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2228 | 2024-12-20T23:36:39.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2229 | 2024-12-20T23:36:39.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2230 | 2024-12-20T23:36:39.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2231 | 2024-12-20T23:36:40.024Z | |
2232 | 2024-12-20T23:36:40.024Z | info: running `cargo check --bins` on omicron-rpaths (32/175) |
2233 | 2024-12-20T23:36:40.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2234 | 2024-12-20T23:36:40.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2235 | 2024-12-20T23:36:40.579Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2236 | 2024-12-20T23:36:40.582Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2237 | 2024-12-20T23:36:40.655Z | |
2238 | 2024-12-20T23:36:40.655Z | info: running `cargo check --bins` on omicron-certificates (33/175) |
2239 | 2024-12-20T23:36:41.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-12-20T23:36:41.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-12-20T23:36:41.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2242 | 2024-12-20T23:36:41.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2243 | 2024-12-20T23:36:41.287Z | |
2244 | 2024-12-20T23:36:41.287Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/175) |
2245 | 2024-12-20T23:36:41.878Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-12-20T23:36:41.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-12-20T23:36:42.002Z | Compiling zerocopy v0.8.10 |
2248 | 2024-12-20T23:36:42.002Z | Compiling progenitor-client v0.8.0 |
2249 | 2024-12-20T23:36:42.002Z | Compiling itertools v0.13.0 |
2250 | 2024-12-20T23:36:42.004Z | Compiling zerocopy-derive v0.8.10 |
2251 | 2024-12-20T23:36:42.004Z | Compiling heapless v0.8.0 |
2252 | 2024-12-20T23:36:42.004Z | Compiling newtype-uuid v1.1.3 |
2253 | 2024-12-20T23:36:42.004Z | Compiling ipnetwork v0.20.0 |
2254 | 2024-12-20T23:36:42.005Z | Checking hash32 v0.3.1 |
2255 | 2024-12-20T23:36:42.353Z | Compiling instant v0.1.13 |
2256 | 2024-12-20T23:36:42.419Z | Compiling smoltcp v0.11.0 |
2257 | 2024-12-20T23:36:42.505Z | Compiling progenitor v0.8.0 |
2258 | 2024-12-20T23:36:42.612Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2259 | 2024-12-20T23:36:42.768Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2260 | 2024-12-20T23:36:43.006Z | Compiling backoff v0.4.0 |
2261 | 2024-12-20T23:36:43.062Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2262 | 2024-12-20T23:36:43.168Z | Compiling serde_with v3.11.0 |
2263 | 2024-12-20T23:36:43.351Z | Compiling dropshot v0.13.0 |
2264 | 2024-12-20T23:36:43.401Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2265 | 2024-12-20T23:36:43.417Z | Compiling parse-display v0.10.0 |
2266 | 2024-12-20T23:36:43.576Z | Checking num-rational v0.4.2 |
2267 | 2024-12-20T23:36:43.972Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2268 | 2024-12-20T23:36:44.171Z | Compiling regress v0.9.1 |
2269 | 2024-12-20T23:36:44.236Z | Compiling phf_generator v0.11.2 |
2270 | 2024-12-20T23:36:44.432Z | Checking num-complex v0.4.6 |
2271 | 2024-12-20T23:36:45.345Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2272 | 2024-12-20T23:36:45.989Z | Compiling macaddr v1.0.1 |
2273 | 2024-12-20T23:36:46.464Z | Checking cobs v0.2.3 |
2274 | 2024-12-20T23:36:46.533Z | Compiling num v0.4.3 |
2275 | 2024-12-20T23:36:46.669Z | Checking postcard v1.0.10 |
2276 | 2024-12-20T23:36:46.765Z | Compiling phf_codegen v0.11.2 |
2277 | 2024-12-20T23:36:47.281Z | Compiling parse-zoneinfo v0.3.1 |
2278 | 2024-12-20T23:36:47.326Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2279 | 2024-12-20T23:36:47.612Z | Checking float-ord v0.3.2 |
2280 | 2024-12-20T23:36:47.755Z | Compiling convert_case v0.4.0 |
2281 | 2024-12-20T23:36:48.291Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2282 | 2024-12-20T23:36:48.991Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2283 | 2024-12-20T23:36:49.154Z | Compiling derive_more v0.99.18 |
2284 | 2024-12-20T23:36:49.328Z | Compiling chrono-tz-build v0.4.0 |
2285 | 2024-12-20T23:36:49.415Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2286 | 2024-12-20T23:36:50.230Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2287 | 2024-12-20T23:36:50.818Z | Compiling thiserror v2.0.3 |
2288 | 2024-12-20T23:36:51.154Z | Compiling crucible-workspace-hack v0.1.0 |
2289 | 2024-12-20T23:36:51.208Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2290 | 2024-12-20T23:36:51.461Z | Compiling chrono-tz v0.10.0 |
2291 | 2024-12-20T23:36:51.503Z | Checking newline-converter v0.3.0 |
2292 | 2024-12-20T23:36:51.783Z | Checking prettyplease v0.2.25 |
2293 | 2024-12-20T23:36:52.131Z | Compiling thiserror-impl v2.0.3 |
2294 | 2024-12-20T23:36:52.863Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2295 | 2024-12-20T23:36:52.921Z | Compiling slog-dtrace v0.3.0 |
2296 | 2024-12-20T23:36:53.069Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2297 | 2024-12-20T23:36:53.149Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2298 | 2024-12-20T23:36:53.599Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2299 | 2024-12-20T23:36:54.253Z | Checking expectorate v1.1.0 |
2300 | 2024-12-20T23:36:54.428Z | Compiling zone_cfg_derive v0.3.0 |
2301 | 2024-12-20T23:36:54.512Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2302 | 2024-12-20T23:36:54.523Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2303 | 2024-12-20T23:36:54.886Z | Compiling const_format_proc_macros v0.2.33 |
2304 | 2024-12-20T23:36:55.399Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2305 | 2024-12-20T23:36:55.697Z | Compiling num-derive v0.4.2 |
2306 | 2024-12-20T23:36:55.959Z | Checking highway v1.2.0 |
2307 | 2024-12-20T23:36:55.972Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2308 | 2024-12-20T23:36:56.180Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2309 | 2024-12-20T23:36:56.361Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2310 | 2024-12-20T23:36:56.464Z | Checking zone v0.3.0 |
2311 | 2024-12-20T23:36:56.519Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2312 | 2024-12-20T23:36:56.964Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2313 | 2024-12-20T23:36:57.074Z | Checking const_format v0.2.33 |
2314 | 2024-12-20T23:36:57.259Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2315 | 2024-12-20T23:36:57.421Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2316 | 2024-12-20T23:36:57.934Z | Checking gethostname v0.5.0 |
2317 | 2024-12-20T23:36:57.947Z | Checking bcs v0.1.6 |
2318 | 2024-12-20T23:36:58.052Z | Compiling async-recursion v1.1.1 |
2319 | 2024-12-20T23:36:58.084Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2320 | 2024-12-20T23:36:59.088Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2321 | 2024-12-20T23:36:59.260Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2322 | 2024-12-20T23:37:05.302Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2323 | 2024-12-20T23:37:08.671Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2324 | 2024-12-20T23:37:11.429Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2325 | 2024-12-20T23:37:12.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.44s |
2326 | 2024-12-20T23:37:12.885Z | |
2327 | 2024-12-20T23:37:12.885Z | info: running `cargo check --bins` on clickhouse-admin-api (35/175) |
2328 | 2024-12-20T23:37:13.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2329 | 2024-12-20T23:37:13.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2330 | 2024-12-20T23:37:13.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2331 | 2024-12-20T23:37:13.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2332 | 2024-12-20T23:37:13.530Z | |
2333 | 2024-12-20T23:37:13.530Z | info: running `cargo check --bins` on clickhouse-admin-types (36/175) |
2334 | 2024-12-20T23:37:14.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2335 | 2024-12-20T23:37:14.102Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2336 | 2024-12-20T23:37:14.102Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2337 | 2024-12-20T23:37:14.104Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2338 | 2024-12-20T23:37:14.176Z | |
2339 | 2024-12-20T23:37:14.176Z | info: running `cargo check --bins --no-default-features` on oximeter-db (37/175) |
2340 | 2024-12-20T23:37:14.733Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2341 | 2024-12-20T23:37:14.735Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2342 | 2024-12-20T23:37:14.832Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2343 | 2024-12-20T23:37:15.473Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.29s |
2344 | 2024-12-20T23:37:15.642Z | |
2345 | 2024-12-20T23:37:15.642Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (38/175) |
2346 | 2024-12-20T23:37:16.230Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2347 | 2024-12-20T23:37:16.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2348 | 2024-12-20T23:37:16.341Z | Compiling cfg_aliases v0.1.1 |
2349 | 2024-12-20T23:37:16.344Z | Compiling vte_generate_state_changes v0.1.2 |
2350 | 2024-12-20T23:37:16.345Z | Checking fd-lock v4.0.2 |
2351 | 2024-12-20T23:37:16.345Z | Checking nibble_vec v0.1.0 |
2352 | 2024-12-20T23:37:16.345Z | Checking bytecount v0.6.8 |
2353 | 2024-12-20T23:37:16.444Z | Checking endian-type v0.1.2 |
2354 | 2024-12-20T23:37:16.477Z | Compiling tabled_derive v0.7.0 |
2355 | 2024-12-20T23:37:16.504Z | Checking itertools v0.12.1 |
2356 | 2024-12-20T23:37:16.530Z | Compiling nix v0.28.0 |
2357 | 2024-12-20T23:37:16.600Z | Compiling peg-macros v0.8.4 |
2358 | 2024-12-20T23:37:16.625Z | Checking papergrid v0.11.0 |
2359 | 2024-12-20T23:37:16.654Z | Checking radix_trie v0.2.1 |
2360 | 2024-12-20T23:37:16.654Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2361 | 2024-12-20T23:37:17.067Z | Compiling sqlparser_derive v0.2.2 |
2362 | 2024-12-20T23:37:17.070Z | Checking vte v0.11.1 |
2363 | 2024-12-20T23:37:17.848Z | Checking home v0.5.9 |
2364 | 2024-12-20T23:37:17.993Z | Checking nu-ansi-term v0.50.1 |
2365 | 2024-12-20T23:37:18.090Z | Checking unicode_categories v0.1.1 |
2366 | 2024-12-20T23:37:18.192Z | Checking sqlparser v0.45.0 |
2367 | 2024-12-20T23:37:18.392Z | Checking sqlformat v0.2.6 |
2368 | 2024-12-20T23:37:18.437Z | Checking display-error-chain v0.2.2 |
2369 | 2024-12-20T23:37:18.483Z | Checking strip-ansi-escapes v0.2.0 |
2370 | 2024-12-20T23:37:19.049Z | Checking tabled v0.15.0 |
2371 | 2024-12-20T23:37:19.085Z | Checking reedline v0.35.0 |
2372 | 2024-12-20T23:37:19.757Z | Checking rustyline v14.0.0 |
2373 | 2024-12-20T23:37:19.795Z | Checking peg v0.8.4 |
2374 | 2024-12-20T23:37:29.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.45s |
2375 | 2024-12-20T23:37:29.265Z | |
2376 | 2024-12-20T23:37:29.265Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (39/175) |
2377 | 2024-12-20T23:37:29.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2378 | 2024-12-20T23:37:29.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2379 | 2024-12-20T23:37:29.939Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2380 | 2024-12-20T23:37:34.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.72s |
2381 | 2024-12-20T23:37:35.171Z | |
2382 | 2024-12-20T23:37:35.171Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (40/175) |
2383 | 2024-12-20T23:37:35.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2384 | 2024-12-20T23:37:35.760Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2385 | 2024-12-20T23:37:35.859Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2386 | 2024-12-20T23:37:39.732Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.55s |
2387 | 2024-12-20T23:37:39.903Z | |
2388 | 2024-12-20T23:37:39.903Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (41/175) |
2389 | 2024-12-20T23:37:40.480Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2390 | 2024-12-20T23:37:40.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2391 | 2024-12-20T23:37:40.580Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2392 | 2024-12-20T23:37:45.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.56s |
2393 | 2024-12-20T23:37:45.638Z | |
2394 | 2024-12-20T23:37:45.638Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (42/175) |
2395 | 2024-12-20T23:37:46.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2396 | 2024-12-20T23:37:46.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2397 | 2024-12-20T23:37:46.307Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2398 | 2024-12-20T23:37:51.318Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s |
2399 | 2024-12-20T23:37:51.490Z | |
2400 | 2024-12-20T23:37:51.491Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (43/175) |
2401 | 2024-12-20T23:37:52.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2402 | 2024-12-20T23:37:52.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2403 | 2024-12-20T23:37:52.175Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2404 | 2024-12-20T23:37:56.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
2405 | 2024-12-20T23:37:56.407Z | |
2406 | 2024-12-20T23:37:56.407Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (44/175) |
2407 | 2024-12-20T23:37:56.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2408 | 2024-12-20T23:37:56.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2409 | 2024-12-20T23:37:57.081Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2410 | 2024-12-20T23:38:01.233Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s |
2411 | 2024-12-20T23:38:01.413Z | |
2412 | 2024-12-20T23:38:01.413Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (45/175) |
2413 | 2024-12-20T23:38:01.982Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2414 | 2024-12-20T23:38:01.985Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2415 | 2024-12-20T23:38:02.086Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2416 | 2024-12-20T23:38:07.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s |
2417 | 2024-12-20T23:38:07.349Z | |
2418 | 2024-12-20T23:38:07.349Z | info: running `cargo check --bins` on oximeter (46/175) |
2419 | 2024-12-20T23:38:07.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2420 | 2024-12-20T23:38:07.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2421 | 2024-12-20T23:38:07.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2422 | 2024-12-20T23:38:07.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2423 | 2024-12-20T23:38:07.992Z | |
2424 | 2024-12-20T23:38:07.992Z | info: running `cargo check --bins` on oximeter-macro-impl (47/175) |
2425 | 2024-12-20T23:38:08.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2426 | 2024-12-20T23:38:08.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2427 | 2024-12-20T23:38:08.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2428 | 2024-12-20T23:38:08.545Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2429 | 2024-12-20T23:38:08.618Z | |
2430 | 2024-12-20T23:38:08.618Z | info: running `cargo check --bins` on oximeter-schema (48/175) |
2431 | 2024-12-20T23:38:09.194Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2432 | 2024-12-20T23:38:09.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2433 | 2024-12-20T23:38:09.288Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2434 | 2024-12-20T23:38:09.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
2435 | 2024-12-20T23:38:09.920Z | |
2436 | 2024-12-20T23:38:09.920Z | info: running `cargo check --bins` on oximeter-types (49/175) |
2437 | 2024-12-20T23:38:10.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2438 | 2024-12-20T23:38:10.497Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2439 | 2024-12-20T23:38:10.497Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2440 | 2024-12-20T23:38:10.501Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2441 | 2024-12-20T23:38:10.575Z | |
2442 | 2024-12-20T23:38:10.575Z | info: running `cargo check --bins` on oximeter-timeseries-macro (50/175) |
2443 | 2024-12-20T23:38:11.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2444 | 2024-12-20T23:38:11.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2445 | 2024-12-20T23:38:11.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2446 | 2024-12-20T23:38:11.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2447 | 2024-12-20T23:38:11.229Z | |
2448 | 2024-12-20T23:38:11.229Z | info: running `cargo check --bins` on oxql-types (51/175) |
2449 | 2024-12-20T23:38:11.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2450 | 2024-12-20T23:38:11.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2451 | 2024-12-20T23:38:11.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2452 | 2024-12-20T23:38:11.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2453 | 2024-12-20T23:38:11.874Z | |
2454 | 2024-12-20T23:38:11.874Z | info: running `cargo check --bins` on oximeter-test-utils (52/175) |
2455 | 2024-12-20T23:38:12.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2456 | 2024-12-20T23:38:12.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2457 | 2024-12-20T23:38:12.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2458 | 2024-12-20T23:38:12.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2459 | 2024-12-20T23:38:12.540Z | |
2460 | 2024-12-20T23:38:12.540Z | info: running `cargo check --bins` on clickhouse-admin-test-utils (53/175) |
2461 | 2024-12-20T23:38:13.097Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2462 | 2024-12-20T23:38:13.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2463 | 2024-12-20T23:38:13.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2464 | 2024-12-20T23:38:13.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2465 | 2024-12-20T23:38:13.179Z | |
2466 | 2024-12-20T23:38:13.179Z | info: running `cargo check --bins` on bootstrap-agent-client (54/175) |
2467 | 2024-12-20T23:38:13.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2468 | 2024-12-20T23:38:13.754Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2469 | 2024-12-20T23:38:13.754Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2470 | 2024-12-20T23:38:13.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2471 | 2024-12-20T23:38:13.834Z | |
2472 | 2024-12-20T23:38:13.834Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (55/175) |
2473 | 2024-12-20T23:38:14.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2474 | 2024-12-20T23:38:14.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2475 | 2024-12-20T23:38:14.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2476 | 2024-12-20T23:38:14.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2477 | 2024-12-20T23:38:14.481Z | |
2478 | 2024-12-20T23:38:14.481Z | info: running `cargo check --bins` on clickhouse-admin-server-client (56/175) |
2479 | 2024-12-20T23:38:15.032Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2480 | 2024-12-20T23:38:15.034Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2481 | 2024-12-20T23:38:15.034Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2482 | 2024-12-20T23:38:15.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2483 | 2024-12-20T23:38:15.113Z | |
2484 | 2024-12-20T23:38:15.113Z | info: running `cargo check --bins` on clickhouse-admin-single-client (57/175) |
2485 | 2024-12-20T23:38:15.685Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2486 | 2024-12-20T23:38:15.688Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2487 | 2024-12-20T23:38:15.688Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2488 | 2024-12-20T23:38:15.691Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2489 | 2024-12-20T23:38:15.766Z | |
2490 | 2024-12-20T23:38:15.766Z | info: running `cargo check --bins` on cockroach-admin-client (58/175) |
2491 | 2024-12-20T23:38:16.304Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2492 | 2024-12-20T23:38:16.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2493 | 2024-12-20T23:38:16.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2494 | 2024-12-20T23:38:16.309Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2495 | 2024-12-20T23:38:16.379Z | |
2496 | 2024-12-20T23:38:16.379Z | info: running `cargo check --bins` on omicron-ddm-admin-client (59/175) |
2497 | 2024-12-20T23:38:16.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2498 | 2024-12-20T23:38:16.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2499 | 2024-12-20T23:38:16.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2500 | 2024-12-20T23:38:16.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2501 | 2024-12-20T23:38:17.038Z | |
2502 | 2024-12-20T23:38:17.038Z | info: running `cargo check --bins` on dns-service-client (60/175) |
2503 | 2024-12-20T23:38:17.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2504 | 2024-12-20T23:38:17.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2505 | 2024-12-20T23:38:17.614Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2506 | 2024-12-20T23:38:17.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2507 | 2024-12-20T23:38:17.690Z | |
2508 | 2024-12-20T23:38:17.691Z | info: running `cargo check --bins` on internal-dns-types (61/175) |
2509 | 2024-12-20T23:38:18.252Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2510 | 2024-12-20T23:38:18.255Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2511 | 2024-12-20T23:38:18.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2512 | 2024-12-20T23:38:18.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2513 | 2024-12-20T23:38:18.331Z | |
2514 | 2024-12-20T23:38:18.331Z | info: running `cargo check --bins` on dpd-client (62/175) |
2515 | 2024-12-20T23:38:18.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2516 | 2024-12-20T23:38:18.894Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2517 | 2024-12-20T23:38:18.894Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2518 | 2024-12-20T23:38:18.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2519 | 2024-12-20T23:38:18.969Z | |
2520 | 2024-12-20T23:38:18.969Z | info: running `cargo check --bins` on gateway-client (63/175) |
2521 | 2024-12-20T23:38:19.516Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2522 | 2024-12-20T23:38:19.518Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2523 | 2024-12-20T23:38:19.518Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2524 | 2024-12-20T23:38:19.521Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2525 | 2024-12-20T23:38:19.592Z | |
2526 | 2024-12-20T23:38:19.592Z | info: running `cargo check --bins` on installinator-client (64/175) |
2527 | 2024-12-20T23:38:20.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2528 | 2024-12-20T23:38:20.164Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2529 | 2024-12-20T23:38:20.164Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2530 | 2024-12-20T23:38:20.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2531 | 2024-12-20T23:38:20.242Z | |
2532 | 2024-12-20T23:38:20.242Z | info: running `cargo check --bins` on installinator-common (65/175) |
2533 | 2024-12-20T23:38:20.818Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2534 | 2024-12-20T23:38:20.820Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2535 | 2024-12-20T23:38:20.820Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2536 | 2024-12-20T23:38:20.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2537 | 2024-12-20T23:38:20.900Z | |
2538 | 2024-12-20T23:38:20.900Z | info: running `cargo check --bins` on update-engine (66/175) |
2539 | 2024-12-20T23:38:21.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2540 | 2024-12-20T23:38:21.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2541 | 2024-12-20T23:38:21.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2542 | 2024-12-20T23:38:21.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2543 | 2024-12-20T23:38:21.522Z | |
2544 | 2024-12-20T23:38:21.522Z | info: running `cargo check --bins` on nexus-client (67/175) |
2545 | 2024-12-20T23:38:22.099Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2546 | 2024-12-20T23:38:22.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2547 | 2024-12-20T23:38:22.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2548 | 2024-12-20T23:38:22.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2549 | 2024-12-20T23:38:22.178Z | |
2550 | 2024-12-20T23:38:22.178Z | info: running `cargo check --bins` on nexus-sled-agent-shared (68/175) |
2551 | 2024-12-20T23:38:22.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2552 | 2024-12-20T23:38:22.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2553 | 2024-12-20T23:38:22.767Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2554 | 2024-12-20T23:38:22.769Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2555 | 2024-12-20T23:38:22.850Z | |
2556 | 2024-12-20T23:38:22.850Z | info: running `cargo check --bins` on omicron-passwords (69/175) |
2557 | 2024-12-20T23:38:23.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2558 | 2024-12-20T23:38:23.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2559 | 2024-12-20T23:38:23.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2560 | 2024-12-20T23:38:23.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2561 | 2024-12-20T23:38:23.482Z | |
2562 | 2024-12-20T23:38:23.482Z | info: running `cargo check --bins` on nexus-types (70/175) |
2563 | 2024-12-20T23:38:24.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2564 | 2024-12-20T23:38:24.063Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2565 | 2024-12-20T23:38:24.064Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2566 | 2024-12-20T23:38:24.066Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2567 | 2024-12-20T23:38:24.145Z | |
2568 | 2024-12-20T23:38:24.145Z | info: running `cargo check --bins` on oxide-client (71/175) |
2569 | 2024-12-20T23:38:24.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2570 | 2024-12-20T23:38:24.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2571 | 2024-12-20T23:38:24.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2572 | 2024-12-20T23:38:24.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2573 | 2024-12-20T23:38:24.795Z | |
2574 | 2024-12-20T23:38:24.795Z | info: running `cargo check --bins` on oximeter-client (72/175) |
2575 | 2024-12-20T23:38:25.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2576 | 2024-12-20T23:38:25.357Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2577 | 2024-12-20T23:38:25.357Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2578 | 2024-12-20T23:38:25.360Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2579 | 2024-12-20T23:38:25.436Z | |
2580 | 2024-12-20T23:38:25.436Z | info: running `cargo check --bins` on repo-depot-client (73/175) |
2581 | 2024-12-20T23:38:25.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2582 | 2024-12-20T23:38:25.986Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2583 | 2024-12-20T23:38:25.986Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2584 | 2024-12-20T23:38:25.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2585 | 2024-12-20T23:38:26.062Z | |
2586 | 2024-12-20T23:38:26.062Z | info: running `cargo check --bins` on sled-agent-client (74/175) |
2587 | 2024-12-20T23:38:26.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2588 | 2024-12-20T23:38:26.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2589 | 2024-12-20T23:38:26.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2590 | 2024-12-20T23:38:26.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2591 | 2024-12-20T23:38:26.715Z | |
2592 | 2024-12-20T23:38:26.715Z | info: running `cargo check --bins` on wicketd-client (75/175) |
2593 | 2024-12-20T23:38:27.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2594 | 2024-12-20T23:38:27.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2595 | 2024-12-20T23:38:27.313Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2596 | 2024-12-20T23:38:27.316Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2597 | 2024-12-20T23:38:27.399Z | |
2598 | 2024-12-20T23:38:27.399Z | info: running `cargo check --bins` on sled-agent-types (76/175) |
2599 | 2024-12-20T23:38:27.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2600 | 2024-12-20T23:38:27.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2601 | 2024-12-20T23:38:27.980Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2602 | 2024-12-20T23:38:27.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2603 | 2024-12-20T23:38:28.067Z | |
2604 | 2024-12-20T23:38:28.067Z | info: running `cargo check --bins` on wicket-common (77/175) |
2605 | 2024-12-20T23:38:28.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2606 | 2024-12-20T23:38:28.663Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2607 | 2024-12-20T23:38:28.663Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2608 | 2024-12-20T23:38:28.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2609 | 2024-12-20T23:38:28.742Z | |
2610 | 2024-12-20T23:38:28.742Z | info: running `cargo check --bins` on omicron-cockroach-admin (78/175) |
2611 | 2024-12-20T23:38:29.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2612 | 2024-12-20T23:38:29.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2613 | 2024-12-20T23:38:29.433Z | Checking csv-core v0.1.11 |
2614 | 2024-12-20T23:38:29.433Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2615 | 2024-12-20T23:38:29.435Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2616 | 2024-12-20T23:38:29.753Z | Checking csv v1.3.0 |
2617 | 2024-12-20T23:38:29.766Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2618 | 2024-12-20T23:38:30.335Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2619 | 2024-12-20T23:38:30.698Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2620 | 2024-12-20T23:38:32.033Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s |
2621 | 2024-12-20T23:38:32.203Z | |
2622 | 2024-12-20T23:38:32.203Z | info: running `cargo check --bins` on cockroach-admin-api (79/175) |
2623 | 2024-12-20T23:38:32.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2624 | 2024-12-20T23:38:32.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2625 | 2024-12-20T23:38:32.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2626 | 2024-12-20T23:38:32.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2627 | 2024-12-20T23:38:32.859Z | |
2628 | 2024-12-20T23:38:32.859Z | info: running `cargo check --bins` on cockroach-admin-types (80/175) |
2629 | 2024-12-20T23:38:33.413Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2630 | 2024-12-20T23:38:33.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2631 | 2024-12-20T23:38:33.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2632 | 2024-12-20T23:38:33.419Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2633 | 2024-12-20T23:38:33.496Z | |
2634 | 2024-12-20T23:38:33.496Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (81/175) |
2635 | 2024-12-20T23:38:34.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2636 | 2024-12-20T23:38:34.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2637 | 2024-12-20T23:38:34.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2638 | 2024-12-20T23:38:34.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2639 | 2024-12-20T23:38:34.254Z | |
2640 | 2024-12-20T23:38:34.254Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (82/175) |
2641 | 2024-12-20T23:38:34.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2642 | 2024-12-20T23:38:34.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2643 | 2024-12-20T23:38:34.915Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2644 | 2024-12-20T23:38:34.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2645 | 2024-12-20T23:38:35.003Z | |
2646 | 2024-12-20T23:38:35.003Z | info: running `cargo check --bins` on dns-server (83/175) |
2647 | 2024-12-20T23:38:35.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2648 | 2024-12-20T23:38:35.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2649 | 2024-12-20T23:38:35.676Z | Compiling parking_lot_core v0.8.6 |
2650 | 2024-12-20T23:38:35.681Z | Checking fxhash v0.2.1 |
2651 | 2024-12-20T23:38:35.681Z | Checking hickory-server v0.24.1 |
2652 | 2024-12-20T23:38:35.778Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2653 | 2024-12-20T23:38:35.788Z | Checking hickory-client v0.24.1 |
2654 | 2024-12-20T23:38:36.380Z | Checking parking_lot v0.11.2 |
2655 | 2024-12-20T23:38:36.486Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2656 | 2024-12-20T23:38:36.489Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2657 | 2024-12-20T23:38:36.632Z | Checking sled v0.34.7 |
2658 | 2024-12-20T23:38:38.450Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2659 | 2024-12-20T23:38:39.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.72s |
2660 | 2024-12-20T23:38:39.893Z | |
2661 | 2024-12-20T23:38:39.893Z | info: running `cargo check --bins` on dns-server-api (84/175) |
2662 | 2024-12-20T23:38:40.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-12-20T23:38:40.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-12-20T23:38:40.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2665 | 2024-12-20T23:38:40.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2666 | 2024-12-20T23:38:40.524Z | |
2667 | 2024-12-20T23:38:40.524Z | info: running `cargo check --bins` on gateway-test-utils (85/175) |
2668 | 2024-12-20T23:38:41.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-12-20T23:38:41.131Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-12-20T23:38:41.131Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2671 | 2024-12-20T23:38:41.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2672 | 2024-12-20T23:38:41.214Z | |
2673 | 2024-12-20T23:38:41.214Z | info: running `cargo check --bins` on gateway-types (86/175) |
2674 | 2024-12-20T23:38:41.772Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2024-12-20T23:38:41.775Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2024-12-20T23:38:41.775Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2677 | 2024-12-20T23:38:41.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2678 | 2024-12-20T23:38:41.858Z | |
2679 | 2024-12-20T23:38:41.858Z | info: running `cargo check --bins` on ipcc (87/175) |
2680 | 2024-12-20T23:38:42.417Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-12-20T23:38:42.421Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-12-20T23:38:42.421Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2683 | 2024-12-20T23:38:42.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2684 | 2024-12-20T23:38:42.497Z | |
2685 | 2024-12-20T23:38:42.497Z | info: running `cargo check --bins` on omicron-gateway (88/175) |
2686 | 2024-12-20T23:38:43.082Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2024-12-20T23:38:43.085Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2024-12-20T23:38:43.201Z | Compiling radium v0.7.0 |
2689 | 2024-12-20T23:38:43.201Z | Compiling semver v0.1.20 |
2690 | 2024-12-20T23:38:43.318Z | Checking tap v1.0.1 |
2691 | 2024-12-20T23:38:43.318Z | Compiling maybe-uninit v2.0.0 |
2692 | 2024-12-20T23:38:43.338Z | Checking password-hash v0.5.0 |
2693 | 2024-12-20T23:38:43.341Z | Checking blake2 v0.10.6 |
2694 | 2024-12-20T23:38:43.341Z | Compiling cancel-safe-futures v0.1.5 |
2695 | 2024-12-20T23:38:43.341Z | Compiling packed_struct v0.10.1 |
2696 | 2024-12-20T23:38:43.444Z | Checking wyz v0.5.1 |
2697 | 2024-12-20T23:38:43.710Z | Compiling rustc_version v0.1.7 |
2698 | 2024-12-20T23:38:43.798Z | Compiling owo-colors v4.1.0 |
2699 | 2024-12-20T23:38:43.801Z | Checking funty v2.0.0 |
2700 | 2024-12-20T23:38:43.816Z | Checking crc-catalog v2.4.0 |
2701 | 2024-12-20T23:38:43.904Z | Checking argon2 v0.5.3 |
2702 | 2024-12-20T23:38:43.961Z | Compiling packed_struct_codegen v0.10.1 |
2703 | 2024-12-20T23:38:43.994Z | Checking crc v3.2.1 |
2704 | 2024-12-20T23:38:44.026Z | Compiling indexmap v1.9.3 |
2705 | 2024-12-20T23:38:44.103Z | Checking half v2.4.1 |
2706 | 2024-12-20T23:38:44.161Z | Checking ciborium-io v0.2.2 |
2707 | 2024-12-20T23:38:44.201Z | Compiling newtype_derive v0.1.6 |
2708 | 2024-12-20T23:38:44.283Z | Checking nodrop v0.1.14 |
2709 | 2024-12-20T23:38:44.319Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2710 | 2024-12-20T23:38:44.410Z | Checking array-init v0.0.4 |
2711 | 2024-12-20T23:38:44.539Z | Checking ciborium-ll v0.2.2 |
2712 | 2024-12-20T23:38:44.584Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2713 | 2024-12-20T23:38:44.629Z | Checking smallvec v0.6.14 |
2714 | 2024-12-20T23:38:44.660Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2715 | 2024-12-20T23:38:44.743Z | Checking bitvec v1.0.1 |
2716 | 2024-12-20T23:38:44.900Z | Checking libsw v3.3.1 |
2717 | 2024-12-20T23:38:45.031Z | Compiling memoffset v0.9.1 |
2718 | 2024-12-20T23:38:45.169Z | Checking termcolor v1.4.1 |
2719 | 2024-12-20T23:38:45.266Z | Checking hashbrown v0.12.3 |
2720 | 2024-12-20T23:38:45.316Z | Checking indent_write v2.2.0 |
2721 | 2024-12-20T23:38:45.401Z | Checking bitfield v0.14.0 |
2722 | 2024-12-20T23:38:45.431Z | Checking linear-map v1.2.0 |
2723 | 2024-12-20T23:38:45.511Z | Checking swrite v0.1.0 |
2724 | 2024-12-20T23:38:45.624Z | Checking env_logger v0.10.2 |
2725 | 2024-12-20T23:38:45.645Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2726 | 2024-12-20T23:38:45.696Z | Checking serde-hex v0.1.0 |
2727 | 2024-12-20T23:38:45.920Z | Checking ron v0.8.1 |
2728 | 2024-12-20T23:38:46.072Z | Checking ciborium v0.2.2 |
2729 | 2024-12-20T23:38:46.358Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2730 | 2024-12-20T23:38:46.872Z | Checking steno v0.4.1 |
2731 | 2024-12-20T23:38:47.020Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2732 | 2024-12-20T23:38:47.191Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2733 | 2024-12-20T23:38:47.206Z | Checking hashbrown v0.13.2 |
2734 | 2024-12-20T23:38:47.267Z | Checking humantime v2.1.0 |
2735 | 2024-12-20T23:38:47.285Z | Checking crc-any v2.5.0 |
2736 | 2024-12-20T23:38:47.571Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2737 | 2024-12-20T23:38:47.654Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2738 | 2024-12-20T23:38:47.965Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2739 | 2024-12-20T23:38:48.252Z | Checking path-slash v0.1.5 |
2740 | 2024-12-20T23:38:48.255Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2741 | 2024-12-20T23:38:48.286Z | Checking object v0.30.4 |
2742 | 2024-12-20T23:38:48.462Z | Checking nix v0.27.1 |
2743 | 2024-12-20T23:38:49.179Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2744 | 2024-12-20T23:38:49.391Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2745 | 2024-12-20T23:38:49.637Z | Checking tungstenite v0.23.0 |
2746 | 2024-12-20T23:38:49.731Z | Checking kstat-rs v0.2.4 |
2747 | 2024-12-20T23:38:49.851Z | Checking signal-hook-tokio v0.3.1 |
2748 | 2024-12-20T23:38:50.052Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2749 | 2024-12-20T23:38:50.587Z | Checking tokio-tungstenite v0.23.1 |
2750 | 2024-12-20T23:38:51.106Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2751 | 2024-12-20T23:38:51.255Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2752 | 2024-12-20T23:38:51.311Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2753 | 2024-12-20T23:38:58.328Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2754 | 2024-12-20T23:38:59.678Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2755 | 2024-12-20T23:39:02.394Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2756 | 2024-12-20T23:39:08.277Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2757 | 2024-12-20T23:39:08.990Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2758 | 2024-12-20T23:39:11.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.38s |
2759 | 2024-12-20T23:39:12.040Z | |
2760 | 2024-12-20T23:39:12.040Z | info: running `cargo check --bins` on gateway-api (89/175) |
2761 | 2024-12-20T23:39:12.602Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2762 | 2024-12-20T23:39:12.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2763 | 2024-12-20T23:39:12.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2764 | 2024-12-20T23:39:12.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2765 | 2024-12-20T23:39:12.682Z | |
2766 | 2024-12-20T23:39:12.682Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (90/175) |
2767 | 2024-12-20T23:39:13.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2768 | 2024-12-20T23:39:13.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2769 | 2024-12-20T23:39:13.239Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2770 | 2024-12-20T23:39:13.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2771 | 2024-12-20T23:39:13.313Z | |
2772 | 2024-12-20T23:39:13.313Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (91/175) |
2773 | 2024-12-20T23:39:13.883Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2774 | 2024-12-20T23:39:13.886Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2775 | 2024-12-20T23:39:13.886Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2776 | 2024-12-20T23:39:13.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2777 | 2024-12-20T23:39:13.966Z | |
2778 | 2024-12-20T23:39:13.966Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (92/175) |
2779 | 2024-12-20T23:39:14.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2780 | 2024-12-20T23:39:14.524Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2781 | 2024-12-20T23:39:14.525Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2782 | 2024-12-20T23:39:14.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2783 | 2024-12-20T23:39:14.599Z | |
2784 | 2024-12-20T23:39:14.599Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (93/175) |
2785 | 2024-12-20T23:39:15.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2786 | 2024-12-20T23:39:15.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2787 | 2024-12-20T23:39:15.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2788 | 2024-12-20T23:39:15.156Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2789 | 2024-12-20T23:39:15.228Z | |
2790 | 2024-12-20T23:39:15.228Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (94/175) |
2791 | 2024-12-20T23:39:15.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2792 | 2024-12-20T23:39:15.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2793 | 2024-12-20T23:39:15.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2794 | 2024-12-20T23:39:15.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2795 | 2024-12-20T23:39:15.857Z | |
2796 | 2024-12-20T23:39:15.857Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (95/175) |
2797 | 2024-12-20T23:39:16.412Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2798 | 2024-12-20T23:39:16.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2799 | 2024-12-20T23:39:16.415Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2800 | 2024-12-20T23:39:16.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2801 | 2024-12-20T23:39:16.491Z | |
2802 | 2024-12-20T23:39:16.491Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (96/175) |
2803 | 2024-12-20T23:39:17.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2804 | 2024-12-20T23:39:17.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2805 | 2024-12-20T23:39:17.060Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2806 | 2024-12-20T23:39:17.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2807 | 2024-12-20T23:39:17.138Z | |
2808 | 2024-12-20T23:39:17.138Z | info: running `cargo check --bins` on oximeter-producer (97/175) |
2809 | 2024-12-20T23:39:17.718Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2810 | 2024-12-20T23:39:17.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2811 | 2024-12-20T23:39:17.722Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2812 | 2024-12-20T23:39:17.725Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2813 | 2024-12-20T23:39:17.801Z | |
2814 | 2024-12-20T23:39:17.801Z | info: running `cargo check --bins` on internal-dns-resolver (98/175) |
2815 | 2024-12-20T23:39:18.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2816 | 2024-12-20T23:39:18.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2817 | 2024-12-20T23:39:18.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2818 | 2024-12-20T23:39:18.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2819 | 2024-12-20T23:39:18.441Z | |
2820 | 2024-12-20T23:39:18.441Z | info: running `cargo check --bins` on sp-sim (99/175) |
2821 | 2024-12-20T23:39:19.004Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2024-12-20T23:39:19.007Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2024-12-20T23:39:19.101Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2824 | 2024-12-20T23:39:21.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.60s |
2825 | 2024-12-20T23:39:21.218Z | |
2826 | 2024-12-20T23:39:21.218Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (100/175) |
2827 | 2024-12-20T23:39:21.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2828 | 2024-12-20T23:39:21.808Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2829 | 2024-12-20T23:39:21.808Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2830 | 2024-12-20T23:39:21.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2831 | 2024-12-20T23:39:21.893Z | |
2832 | 2024-12-20T23:39:21.893Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (101/175) |
2833 | 2024-12-20T23:39:22.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2834 | 2024-12-20T23:39:22.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2835 | 2024-12-20T23:39:22.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2836 | 2024-12-20T23:39:22.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2837 | 2024-12-20T23:39:22.582Z | |
2838 | 2024-12-20T23:39:22.582Z | info: running `cargo check --bins` on db-macros (102/175) |
2839 | 2024-12-20T23:39:23.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2840 | 2024-12-20T23:39:23.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2841 | 2024-12-20T23:39:23.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2842 | 2024-12-20T23:39:23.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2843 | 2024-12-20T23:39:23.189Z | |
2844 | 2024-12-20T23:39:23.189Z | info: running `cargo check --bins` on nexus-macros-common (103/175) |
2845 | 2024-12-20T23:39:23.749Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2846 | 2024-12-20T23:39:23.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2847 | 2024-12-20T23:39:23.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2848 | 2024-12-20T23:39:23.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2849 | 2024-12-20T23:39:23.832Z | |
2850 | 2024-12-20T23:39:23.832Z | info: running `cargo check --bins` on nexus-auth (104/175) |
2851 | 2024-12-20T23:39:24.437Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2852 | 2024-12-20T23:39:24.440Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2853 | 2024-12-20T23:39:24.440Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2854 | 2024-12-20T23:39:24.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2855 | 2024-12-20T23:39:24.523Z | |
2856 | 2024-12-20T23:39:24.523Z | info: running `cargo check --bins` on authz-macros (105/175) |
2857 | 2024-12-20T23:39:25.283Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2858 | 2024-12-20T23:39:25.290Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2859 | 2024-12-20T23:39:25.290Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2860 | 2024-12-20T23:39:25.290Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2861 | 2024-12-20T23:39:25.290Z | |
2862 | 2024-12-20T23:39:25.290Z | info: running `cargo check --bins` on nexus-db-fixed-data (106/175) |
2863 | 2024-12-20T23:39:25.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2864 | 2024-12-20T23:39:25.733Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2865 | 2024-12-20T23:39:25.733Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2866 | 2024-12-20T23:39:25.737Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2867 | 2024-12-20T23:39:25.812Z | |
2868 | 2024-12-20T23:39:25.813Z | info: running `cargo check --bins` on nexus-db-model (107/175) |
2869 | 2024-12-20T23:39:26.394Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2870 | 2024-12-20T23:39:26.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2871 | 2024-12-20T23:39:26.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2872 | 2024-12-20T23:39:26.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2873 | 2024-12-20T23:39:26.480Z | |
2874 | 2024-12-20T23:39:26.480Z | info: running `cargo check --bins` on nexus-defaults (108/175) |
2875 | 2024-12-20T23:39:27.034Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2876 | 2024-12-20T23:39:27.037Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2877 | 2024-12-20T23:39:27.037Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2878 | 2024-12-20T23:39:27.040Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2879 | 2024-12-20T23:39:27.113Z | |
2880 | 2024-12-20T23:39:27.113Z | info: running `cargo check --bins` on nexus-inventory (109/175) |
2881 | 2024-12-20T23:39:27.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2882 | 2024-12-20T23:39:27.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2883 | 2024-12-20T23:39:27.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2884 | 2024-12-20T23:39:27.697Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2885 | 2024-12-20T23:39:27.777Z | |
2886 | 2024-12-20T23:39:27.777Z | info: running `cargo check --bins` on typed-rng (110/175) |
2887 | 2024-12-20T23:39:28.319Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2888 | 2024-12-20T23:39:28.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2889 | 2024-12-20T23:39:28.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2890 | 2024-12-20T23:39:28.325Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2891 | 2024-12-20T23:39:28.396Z | |
2892 | 2024-12-20T23:39:28.396Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (111/175) |
2893 | 2024-12-20T23:39:28.999Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2894 | 2024-12-20T23:39:29.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2895 | 2024-12-20T23:39:29.141Z | Checking keccak v0.1.5 |
2896 | 2024-12-20T23:39:29.251Z | Checking secrecy v0.8.0 |
2897 | 2024-12-20T23:39:29.254Z | Compiling unicase v2.7.0 |
2898 | 2024-12-20T23:39:29.254Z | Compiling same-file v1.0.6 |
2899 | 2024-12-20T23:39:29.275Z | Compiling tempfile v3.13.0 |
2900 | 2024-12-20T23:39:29.300Z | Compiling thiserror-impl-no-std v2.0.2 |
2901 | 2024-12-20T23:39:29.300Z | Checking universal-hash v0.5.1 |
2902 | 2024-12-20T23:39:29.303Z | Compiling ring v0.16.20 |
2903 | 2024-12-20T23:39:29.453Z | Compiling walkdir v2.5.0 |
2904 | 2024-12-20T23:39:29.474Z | Compiling blake3 v1.5.4 |
2905 | 2024-12-20T23:39:29.547Z | Checking sha3 v0.10.8 |
2906 | 2024-12-20T23:39:29.549Z | Checking opaque-debug v0.3.1 |
2907 | 2024-12-20T23:39:29.653Z | Checking poly1305 v0.8.0 |
2908 | 2024-12-20T23:39:29.708Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2909 | 2024-12-20T23:39:29.971Z | Checking chacha20 v0.9.1 |
2910 | 2024-12-20T23:39:30.000Z | Checking aead v0.5.2 |
2911 | 2024-12-20T23:39:30.160Z | Compiling memmap2 v0.9.5 |
2912 | 2024-12-20T23:39:30.163Z | Compiling arrayvec v0.7.6 |
2913 | 2024-12-20T23:39:30.208Z | Compiling constant_time_eq v0.3.1 |
2914 | 2024-12-20T23:39:30.225Z | Compiling salty v0.3.0 |
2915 | 2024-12-20T23:39:30.307Z | Compiling arrayref v0.3.9 |
2916 | 2024-12-20T23:39:30.386Z | Compiling spin v0.5.2 |
2917 | 2024-12-20T23:39:30.421Z | Compiling libefi-sys v0.1.0 |
2918 | 2024-12-20T23:39:30.551Z | Checking chacha20poly1305 v0.10.1 |
2919 | 2024-12-20T23:39:30.635Z | Compiling toolchain_find v0.4.0 |
2920 | 2024-12-20T23:39:30.668Z | Compiling camino-tempfile v1.1.1 |
2921 | 2024-12-20T23:39:30.712Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2922 | 2024-12-20T23:39:30.729Z | Compiling bitfield-struct v0.6.2 |
2923 | 2024-12-20T23:39:31.041Z | Compiling topological-sort v0.2.2 |
2924 | 2024-12-20T23:39:31.101Z | Compiling mime_guess v2.0.5 |
2925 | 2024-12-20T23:39:31.220Z | Compiling rustfmt-wrapper v0.2.1 |
2926 | 2024-12-20T23:39:31.670Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2927 | 2024-12-20T23:39:31.790Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2928 | 2024-12-20T23:39:31.902Z | Checking primeorder v0.13.6 |
2929 | 2024-12-20T23:39:32.041Z | Checking env_filter v0.1.2 |
2930 | 2024-12-20T23:39:32.084Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2931 | 2024-12-20T23:39:32.192Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2932 | 2024-12-20T23:39:32.275Z | Checking env_logger v0.11.5 |
2933 | 2024-12-20T23:39:32.375Z | Checking p384 v0.13.0 |
2934 | 2024-12-20T23:39:32.437Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2935 | 2024-12-20T23:39:32.452Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2936 | 2024-12-20T23:39:32.456Z | Checking thiserror-no-std v2.0.2 |
2937 | 2024-12-20T23:39:32.583Z | Checking vsss-rs v3.3.4 |
2938 | 2024-12-20T23:39:32.691Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2939 | 2024-12-20T23:39:32.774Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2940 | 2024-12-20T23:39:32.867Z | Checking bumpalo v3.16.0 |
2941 | 2024-12-20T23:39:33.032Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2942 | 2024-12-20T23:39:33.099Z | Checking http-range v0.1.5 |
2943 | 2024-12-20T23:39:33.213Z | Compiling zip v2.1.3 |
2944 | 2024-12-20T23:39:33.237Z | Checking lockfree-object-pool v0.1.6 |
2945 | 2024-12-20T23:39:33.277Z | Checking simd-adler32 v0.3.7 |
2946 | 2024-12-20T23:39:33.351Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2947 | 2024-12-20T23:39:33.514Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2948 | 2024-12-20T23:39:33.555Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2949 | 2024-12-20T23:39:33.621Z | Checking zopfli v0.8.1 |
2950 | 2024-12-20T23:39:33.819Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2951 | 2024-12-20T23:39:34.228Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2952 | 2024-12-20T23:39:34.246Z | Checking nanorand v0.7.0 |
2953 | 2024-12-20T23:39:34.344Z | Checking atty v0.2.14 |
2954 | 2024-12-20T23:39:34.452Z | Checking glob v0.3.1 |
2955 | 2024-12-20T23:39:34.476Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2956 | 2024-12-20T23:39:34.635Z | Checking flume v0.11.1 |
2957 | 2024-12-20T23:39:34.773Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2958 | 2024-12-20T23:39:34.843Z | Compiling omicron-zone-package v0.11.1 |
2959 | 2024-12-20T23:39:35.162Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2960 | 2024-12-20T23:39:35.436Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2961 | 2024-12-20T23:39:36.239Z | Checking hyper-staticfile v0.10.1 |
2962 | 2024-12-20T23:39:36.823Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2963 | 2024-12-20T23:39:37.229Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2964 | 2024-12-20T23:39:37.260Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2965 | 2024-12-20T23:39:37.278Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2966 | 2024-12-20T23:39:37.300Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2967 | 2024-12-20T23:39:37.551Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2968 | 2024-12-20T23:39:38.123Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2969 | 2024-12-20T23:39:38.425Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2970 | 2024-12-20T23:39:38.772Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2971 | 2024-12-20T23:39:39.667Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2972 | 2024-12-20T23:39:41.661Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2973 | 2024-12-20T23:39:41.661Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2974 | 2024-12-20T23:39:51.992Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2975 | 2024-12-20T23:40:05.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.58s |
2976 | 2024-12-20T23:40:06.143Z | |
2977 | 2024-12-20T23:40:06.144Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (112/175) |
2978 | 2024-12-20T23:40:06.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2024-12-20T23:40:06.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2024-12-20T23:40:06.899Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2981 | 2024-12-20T23:40:20.988Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.84s |
2982 | 2024-12-20T23:40:21.178Z | |
2983 | 2024-12-20T23:40:21.178Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (113/175) |
2984 | 2024-12-20T23:40:21.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2024-12-20T23:40:21.788Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2024-12-20T23:40:21.919Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2987 | 2024-12-20T23:40:36.000Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.82s |
2988 | 2024-12-20T23:40:36.193Z | |
2989 | 2024-12-20T23:40:36.193Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (114/175) |
2990 | 2024-12-20T23:40:36.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2991 | 2024-12-20T23:40:36.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2992 | 2024-12-20T23:40:36.974Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2993 | 2024-12-20T23:40:51.138Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.95s |
2994 | 2024-12-20T23:40:51.330Z | |
2995 | 2024-12-20T23:40:51.330Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (115/175) |
2996 | 2024-12-20T23:40:51.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2997 | 2024-12-20T23:40:51.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2998 | 2024-12-20T23:40:52.079Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2999 | 2024-12-20T23:41:06.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.68s |
3000 | 2024-12-20T23:41:06.205Z | |
3001 | 2024-12-20T23:41:06.205Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (116/175) |
3002 | 2024-12-20T23:41:06.840Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2024-12-20T23:41:06.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2024-12-20T23:41:06.976Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3005 | 2024-12-20T23:41:21.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.92s |
3006 | 2024-12-20T23:41:21.318Z | |
3007 | 2024-12-20T23:41:21.318Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (117/175) |
3008 | 2024-12-20T23:41:21.939Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3009 | 2024-12-20T23:41:21.942Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3010 | 2024-12-20T23:41:22.074Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3011 | 2024-12-20T23:41:36.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.70s |
3012 | 2024-12-20T23:41:36.201Z | |
3013 | 2024-12-20T23:41:36.201Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (118/175) |
3014 | 2024-12-20T23:41:36.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3015 | 2024-12-20T23:41:36.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3016 | 2024-12-20T23:41:36.970Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3017 | 2024-12-20T23:41:50.857Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.66s |
3018 | 2024-12-20T23:41:51.044Z | |
3019 | 2024-12-20T23:41:51.044Z | info: running `cargo check --bins` on bootstrap-agent-api (119/175) |
3020 | 2024-12-20T23:41:51.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3021 | 2024-12-20T23:41:51.631Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3022 | 2024-12-20T23:41:51.631Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3023 | 2024-12-20T23:41:51.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3024 | 2024-12-20T23:41:51.715Z | |
3025 | 2024-12-20T23:41:51.715Z | info: running `cargo check --bins` on key-manager (120/175) |
3026 | 2024-12-20T23:41:52.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3027 | 2024-12-20T23:41:52.271Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3028 | 2024-12-20T23:41:52.271Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3029 | 2024-12-20T23:41:52.274Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3030 | 2024-12-20T23:41:52.350Z | |
3031 | 2024-12-20T23:41:52.350Z | info: running `cargo check --bins` on range-requests (121/175) |
3032 | 2024-12-20T23:41:52.893Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3033 | 2024-12-20T23:41:52.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3034 | 2024-12-20T23:41:52.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3035 | 2024-12-20T23:41:52.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3036 | 2024-12-20T23:41:52.970Z | |
3037 | 2024-12-20T23:41:52.970Z | info: running `cargo check --bins` on repo-depot-api (122/175) |
3038 | 2024-12-20T23:41:53.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3039 | 2024-12-20T23:41:53.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3040 | 2024-12-20T23:41:53.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3041 | 2024-12-20T23:41:53.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3042 | 2024-12-20T23:41:53.626Z | |
3043 | 2024-12-20T23:41:53.627Z | info: running `cargo check --bins` on sled-agent-api (123/175) |
3044 | 2024-12-20T23:41:54.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3045 | 2024-12-20T23:41:54.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3046 | 2024-12-20T23:41:54.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3047 | 2024-12-20T23:41:55.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3048 | 2024-12-20T23:41:55.228Z | |
3049 | 2024-12-20T23:41:55.228Z | info: running `cargo check --bins` on sled-diagnostics (124/175) |
3050 | 2024-12-20T23:41:55.228Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3051 | 2024-12-20T23:41:55.228Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3052 | 2024-12-20T23:41:55.228Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3053 | 2024-12-20T23:41:55.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3054 | 2024-12-20T23:41:55.229Z | |
3055 | 2024-12-20T23:41:55.230Z | info: running `cargo check --bins` on sled-hardware (125/175) |
3056 | 2024-12-20T23:41:55.483Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3057 | 2024-12-20T23:41:55.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3058 | 2024-12-20T23:41:55.491Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3059 | 2024-12-20T23:41:55.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3060 | 2024-12-20T23:41:55.562Z | |
3061 | 2024-12-20T23:41:55.562Z | info: running `cargo check --bins --no-default-features` on sled-storage (126/175) |
3062 | 2024-12-20T23:41:56.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2024-12-20T23:41:56.128Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2024-12-20T23:41:56.128Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3065 | 2024-12-20T23:41:56.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3066 | 2024-12-20T23:41:56.206Z | |
3067 | 2024-12-20T23:41:56.206Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (127/175) |
3068 | 2024-12-20T23:41:56.774Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3069 | 2024-12-20T23:41:56.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3070 | 2024-12-20T23:41:56.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3071 | 2024-12-20T23:41:56.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3072 | 2024-12-20T23:41:56.860Z | |
3073 | 2024-12-20T23:41:56.860Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (128/175) |
3074 | 2024-12-20T23:41:57.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3075 | 2024-12-20T23:41:57.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3076 | 2024-12-20T23:41:57.448Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3077 | 2024-12-20T23:41:57.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3078 | 2024-12-20T23:41:57.527Z | |
3079 | 2024-12-20T23:41:57.527Z | info: running `cargo check --bins` on nexus-test-interface (129/175) |
3080 | 2024-12-20T23:41:58.114Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3081 | 2024-12-20T23:41:58.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3082 | 2024-12-20T23:41:58.116Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3083 | 2024-12-20T23:41:58.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3084 | 2024-12-20T23:41:58.202Z | |
3085 | 2024-12-20T23:41:58.202Z | info: running `cargo check --bins` on oximeter-collector (130/175) |
3086 | 2024-12-20T23:41:58.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3087 | 2024-12-20T23:41:58.815Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3088 | 2024-12-20T23:41:58.939Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
3089 | 2024-12-20T23:41:58.939Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3090 | 2024-12-20T23:41:59.856Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3091 | 2024-12-20T23:42:01.974Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.76s |
3092 | 2024-12-20T23:42:02.148Z | |
3093 | 2024-12-20T23:42:02.148Z | info: running `cargo check --bins` on oximeter-api (131/175) |
3094 | 2024-12-20T23:42:02.709Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3095 | 2024-12-20T23:42:02.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3096 | 2024-12-20T23:42:02.713Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3097 | 2024-12-20T23:42:02.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3098 | 2024-12-20T23:42:02.791Z | |
3099 | 2024-12-20T23:42:02.791Z | info: running `cargo check --bins` on cert-dev (132/175) |
3100 | 2024-12-20T23:42:03.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3101 | 2024-12-20T23:42:03.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3102 | 2024-12-20T23:42:03.427Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3103 | 2024-12-20T23:42:03.711Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.91s |
3104 | 2024-12-20T23:42:03.876Z | |
3105 | 2024-12-20T23:42:03.876Z | info: running `cargo check --bins` on clickana (133/175) |
3106 | 2024-12-20T23:42:04.439Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3107 | 2024-12-20T23:42:04.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3108 | 2024-12-20T23:42:04.529Z | Checking castaway v0.2.3 |
3109 | 2024-12-20T23:42:04.529Z | Checking unicode-truncate v1.1.0 |
3110 | 2024-12-20T23:42:04.532Z | Checking lru v0.12.5 |
3111 | 2024-12-20T23:42:04.532Z | Compiling instability v0.3.2 |
3112 | 2024-12-20T23:42:04.532Z | Checking cassowary v0.3.0 |
3113 | 2024-12-20T23:42:04.532Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3114 | 2024-12-20T23:42:04.738Z | Checking compact_str v0.8.0 |
3115 | 2024-12-20T23:42:05.366Z | Checking ratatui v0.28.1 |
3116 | 2024-12-20T23:42:07.259Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
3117 | 2024-12-20T23:42:08.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.22s |
3118 | 2024-12-20T23:42:08.275Z | |
3119 | 2024-12-20T23:42:08.275Z | info: running `cargo check --bins` on clickhouse-cluster-dev (134/175) |
3120 | 2024-12-20T23:42:08.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3121 | 2024-12-20T23:42:08.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3122 | 2024-12-20T23:42:08.973Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
3123 | 2024-12-20T23:42:08.973Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
3124 | 2024-12-20T23:42:09.586Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
3125 | 2024-12-20T23:42:09.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.68s |
3126 | 2024-12-20T23:42:10.143Z | |
3127 | 2024-12-20T23:42:10.143Z | info: running `cargo check --bins` on ch-dev (135/175) |
3128 | 2024-12-20T23:42:10.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3129 | 2024-12-20T23:42:10.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3130 | 2024-12-20T23:42:10.814Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3131 | 2024-12-20T23:42:11.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.40s |
3132 | 2024-12-20T23:42:11.727Z | |
3133 | 2024-12-20T23:42:11.727Z | info: running `cargo check --bins` on crdb-seed (136/175) |
3134 | 2024-12-20T23:42:12.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3135 | 2024-12-20T23:42:12.317Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3136 | 2024-12-20T23:42:12.409Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3137 | 2024-12-20T23:42:12.779Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
3138 | 2024-12-20T23:42:12.953Z | |
3139 | 2024-12-20T23:42:12.953Z | info: running `cargo check --bins` on db-dev (137/175) |
3140 | 2024-12-20T23:42:13.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3141 | 2024-12-20T23:42:13.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3142 | 2024-12-20T23:42:13.633Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3143 | 2024-12-20T23:42:14.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
3144 | 2024-12-20T23:42:14.559Z | |
3145 | 2024-12-20T23:42:14.559Z | info: running `cargo check --bins` on omicron-dev-lib (138/175) |
3146 | 2024-12-20T23:42:15.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3147 | 2024-12-20T23:42:15.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3148 | 2024-12-20T23:42:15.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3149 | 2024-12-20T23:42:15.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3150 | 2024-12-20T23:42:15.228Z | |
3151 | 2024-12-20T23:42:15.228Z | info: running `cargo check --bins` on xtask-downloader (139/175) |
3152 | 2024-12-20T23:42:15.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3153 | 2024-12-20T23:42:15.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3154 | 2024-12-20T23:42:15.867Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3155 | 2024-12-20T23:42:16.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.55s |
3156 | 2024-12-20T23:42:16.948Z | |
3157 | 2024-12-20T23:42:16.948Z | info: running `cargo check --bins` on omicron-ls-apis (140/175) |
3158 | 2024-12-20T23:42:17.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3159 | 2024-12-20T23:42:17.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3160 | 2024-12-20T23:42:17.569Z | Checking cargo-platform v0.1.8 |
3161 | 2024-12-20T23:42:17.844Z | Checking cargo_metadata v0.18.1 |
3162 | 2024-12-20T23:42:18.856Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3163 | 2024-12-20T23:42:19.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.76s |
3164 | 2024-12-20T23:42:19.895Z | |
3165 | 2024-12-20T23:42:19.895Z | info: running `cargo check --bins` on mgs-dev (141/175) |
3166 | 2024-12-20T23:42:20.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3167 | 2024-12-20T23:42:20.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3168 | 2024-12-20T23:42:20.633Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3169 | 2024-12-20T23:42:21.366Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3170 | 2024-12-20T23:42:21.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
3171 | 2024-12-20T23:42:22.129Z | |
3172 | 2024-12-20T23:42:22.129Z | info: running `cargo check --bins` on omicron-omdb (142/175) |
3173 | 2024-12-20T23:42:22.775Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3174 | 2024-12-20T23:42:22.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3175 | 2024-12-20T23:42:22.943Z | Compiling crunchy v0.2.2 |
3176 | 2024-12-20T23:42:22.943Z | Compiling tiny-keccak v2.0.2 |
3177 | 2024-12-20T23:42:22.946Z | Compiling dsl_auto_type v0.1.2 |
3178 | 2024-12-20T23:42:22.946Z | Checking scheduled-thread-pool v0.2.7 |
3179 | 2024-12-20T23:42:22.946Z | Compiling diesel_table_macro_syntax v0.2.0 |
3180 | 2024-12-20T23:42:22.946Z | Compiling ascii-canvas v3.0.0 |
3181 | 2024-12-20T23:42:23.057Z | Compiling ena v0.14.3 |
3182 | 2024-12-20T23:42:23.084Z | Compiling diff v0.1.13 |
3183 | 2024-12-20T23:42:23.293Z | Checking r2d2 v0.8.10 |
3184 | 2024-12-20T23:42:23.435Z | Compiling regex-syntax v0.6.29 |
3185 | 2024-12-20T23:42:23.495Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3186 | 2024-12-20T23:42:23.563Z | Compiling ref-cast v1.0.23 |
3187 | 2024-12-20T23:42:23.627Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3188 | 2024-12-20T23:42:23.642Z | Compiling derive_builder_core v0.20.2 |
3189 | 2024-12-20T23:42:23.742Z | Compiling libxml v0.3.3 |
3190 | 2024-12-20T23:42:23.772Z | Compiling ref-cast-impl v1.0.23 |
3191 | 2024-12-20T23:42:23.903Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3192 | 2024-12-20T23:42:24.162Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3193 | 2024-12-20T23:42:24.185Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3194 | 2024-12-20T23:42:24.397Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3195 | 2024-12-20T23:42:24.420Z | Compiling strum_macros v0.24.3 |
3196 | 2024-12-20T23:42:24.460Z | Compiling samael v0.0.17 |
3197 | 2024-12-20T23:42:24.670Z | Compiling diesel_derives v2.2.3 |
3198 | 2024-12-20T23:42:24.812Z | Compiling indoc v1.0.9 |
3199 | 2024-12-20T23:42:25.770Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3200 | 2024-12-20T23:42:26.052Z | Compiling impl-trait-for-tuples v0.2.2 |
3201 | 2024-12-20T23:42:26.096Z | Compiling derive_builder_macro v0.20.2 |
3202 | 2024-12-20T23:42:26.936Z | Compiling lalrpop v0.19.12 |
3203 | 2024-12-20T23:42:26.979Z | Checking derive_builder v0.20.2 |
3204 | 2024-12-20T23:42:27.140Z | Compiling oso-derive v0.27.3 |
3205 | 2024-12-20T23:42:27.683Z | Checking quick-xml v0.33.0 |
3206 | 2024-12-20T23:42:28.082Z | Compiling diesel-dtrace v0.4.2 |
3207 | 2024-12-20T23:42:28.188Z | Checking maplit v1.0.2 |
3208 | 2024-12-20T23:42:28.352Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3209 | 2024-12-20T23:42:28.461Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3210 | 2024-12-20T23:42:28.628Z | Checking bb8 v0.8.5 |
3211 | 2024-12-20T23:42:28.862Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3212 | 2024-12-20T23:42:29.137Z | Checking rand_seeder v0.3.0 |
3213 | 2024-12-20T23:42:29.187Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3214 | 2024-12-20T23:42:29.375Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3215 | 2024-12-20T23:42:29.919Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3216 | 2024-12-20T23:42:29.935Z | Checking smawk v0.3.2 |
3217 | 2024-12-20T23:42:29.935Z | Checking is_ci v1.2.0 |
3218 | 2024-12-20T23:42:29.935Z | Checking unicode-linebreak v0.1.5 |
3219 | 2024-12-20T23:42:29.943Z | Checking supports-color v3.0.1 |
3220 | 2024-12-20T23:42:30.128Z | Checking multimap v0.10.0 |
3221 | 2024-12-20T23:42:30.246Z | Checking textwrap v0.16.1 |
3222 | 2024-12-20T23:42:31.027Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3223 | 2024-12-20T23:42:33.508Z | Checking diesel v2.2.6 |
3224 | 2024-12-20T23:43:00.396Z | Compiling polar-core v0.27.3 |
3225 | 2024-12-20T23:43:03.543Z | Checking async-bb8-diesel v0.2.1 |
3226 | 2024-12-20T23:43:08.015Z | Checking oso v0.27.3 |
3227 | 2024-12-20T23:44:20.634Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3228 | 2024-12-20T23:44:27.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 05s |
3229 | 2024-12-20T23:44:27.325Z | |
3230 | 2024-12-20T23:44:27.325Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (143/175) |
3231 | 2024-12-20T23:44:27.930Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3232 | 2024-12-20T23:44:27.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3233 | 2024-12-20T23:44:27.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3234 | 2024-12-20T23:44:27.936Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3235 | 2024-12-20T23:44:28.015Z | |
3236 | 2024-12-20T23:44:28.015Z | info: running `cargo check --bins` on nexus-saga-recovery (144/175) |
3237 | 2024-12-20T23:44:28.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3238 | 2024-12-20T23:44:28.627Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3239 | 2024-12-20T23:44:28.627Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3240 | 2024-12-20T23:44:28.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3241 | 2024-12-20T23:44:28.713Z | |
3242 | 2024-12-20T23:44:28.713Z | info: running `cargo check --bins` on nexus-test-utils-macros (145/175) |
3243 | 2024-12-20T23:44:29.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3244 | 2024-12-20T23:44:29.269Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3245 | 2024-12-20T23:44:29.269Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3246 | 2024-12-20T23:44:29.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3247 | 2024-12-20T23:44:29.346Z | |
3248 | 2024-12-20T23:44:29.346Z | info: running `cargo check --bins` on omicron-nexus (146/175) |
3249 | 2024-12-20T23:44:29.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3250 | 2024-12-20T23:44:29.987Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3251 | 2024-12-20T23:44:30.162Z | Compiling libz-sys v1.1.20 |
3252 | 2024-12-20T23:44:30.278Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3253 | 2024-12-20T23:44:30.291Z | Compiling vergen v8.3.2 |
3254 | 2024-12-20T23:44:30.294Z | Compiling cargo-platform v0.1.8 |
3255 | 2024-12-20T23:44:30.294Z | Compiling pin-project-internal v1.1.6 |
3256 | 2024-12-20T23:44:30.336Z | Compiling snafu-derive v0.8.5 |
3257 | 2024-12-20T23:44:30.338Z | Compiling libsqlite3-sys v0.30.1 |
3258 | 2024-12-20T23:44:30.339Z | Compiling rustls v0.21.12 |
3259 | 2024-12-20T23:44:30.589Z | Compiling buf-list v1.0.3 |
3260 | 2024-12-20T23:44:30.642Z | Compiling cargo_metadata v0.18.1 |
3261 | 2024-12-20T23:44:30.853Z | Compiling cfg_aliases v0.2.1 |
3262 | 2024-12-20T23:44:30.967Z | Checking globset v0.4.15 |
3263 | 2024-12-20T23:44:30.983Z | Compiling nix v0.29.0 |
3264 | 2024-12-20T23:44:31.239Z | Checking olpc-cjson v0.1.4 |
3265 | 2024-12-20T23:44:31.371Z | Checking rustls-webpki v0.101.7 |
3266 | 2024-12-20T23:44:31.466Z | Checking sct v0.7.1 |
3267 | 2024-12-20T23:44:31.480Z | Checking serde_plain v1.0.2 |
3268 | 2024-12-20T23:44:31.670Z | Checking typed-path v0.9.3 |
3269 | 2024-12-20T23:44:32.022Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3270 | 2024-12-20T23:44:32.304Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3271 | 2024-12-20T23:44:32.323Z | Checking hashlink v0.9.1 |
3272 | 2024-12-20T23:44:32.579Z | Checking parse-size v1.1.0 |
3273 | 2024-12-20T23:44:32.772Z | Checking fallible-streaming-iterator v0.1.9 |
3274 | 2024-12-20T23:44:32.940Z | Checking fallible-iterator v0.3.0 |
3275 | 2024-12-20T23:44:33.401Z | Checking pin-project v1.1.6 |
3276 | 2024-12-20T23:44:33.530Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3277 | 2024-12-20T23:44:33.550Z | Checking rustls-pemfile v1.0.4 |
3278 | 2024-12-20T23:44:33.598Z | Checking rusqlite v0.32.1 |
3279 | 2024-12-20T23:44:33.643Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
3280 | 2024-12-20T23:44:33.773Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3281 | 2024-12-20T23:44:34.049Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3282 | 2024-12-20T23:44:34.266Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3283 | 2024-12-20T23:44:34.401Z | Checking twox-hash v1.6.3 |
3284 | 2024-12-20T23:44:34.404Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3285 | 2024-12-20T23:44:34.882Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3286 | 2024-12-20T23:44:35.214Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3287 | 2024-12-20T23:44:35.412Z | Checking tokio-rustls v0.24.1 |
3288 | 2024-12-20T23:44:35.607Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3289 | 2024-12-20T23:44:35.782Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3290 | 2024-12-20T23:44:35.802Z | Checking fatfs v0.3.6 |
3291 | 2024-12-20T23:44:35.949Z | Checking snafu v0.8.5 |
3292 | 2024-12-20T23:44:36.357Z | Checking assert_matches v1.5.0 |
3293 | 2024-12-20T23:44:36.432Z | Checking tough v0.19.0 |
3294 | 2024-12-20T23:44:40.617Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3295 | 2024-12-20T23:44:41.976Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3296 | 2024-12-20T23:44:42.820Z | Compiling git2 v0.19.0 |
3297 | 2024-12-20T23:44:47.759Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
3298 | 2024-12-20T23:45:43.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3299 | 2024-12-20T23:45:43.502Z | |
3300 | 2024-12-20T23:45:43.502Z | info: running `cargo check --bins` on nexus-external-api (147/175) |
3301 | 2024-12-20T23:45:44.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3302 | 2024-12-20T23:45:44.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3303 | 2024-12-20T23:45:44.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3304 | 2024-12-20T23:45:44.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3305 | 2024-12-20T23:45:44.242Z | |
3306 | 2024-12-20T23:45:44.242Z | info: running `cargo check --bins` on openapi-manager-types (148/175) |
3307 | 2024-12-20T23:45:44.803Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2024-12-20T23:45:44.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2024-12-20T23:45:44.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3310 | 2024-12-20T23:45:44.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3311 | 2024-12-20T23:45:44.883Z | |
3312 | 2024-12-20T23:45:44.883Z | info: running `cargo check --bins` on nexus-internal-api (149/175) |
3313 | 2024-12-20T23:45:45.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3314 | 2024-12-20T23:45:45.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3315 | 2024-12-20T23:45:45.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3316 | 2024-12-20T23:45:45.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3317 | 2024-12-20T23:45:45.559Z | |
3318 | 2024-12-20T23:45:45.559Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (150/175) |
3319 | 2024-12-20T23:45:46.173Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3320 | 2024-12-20T23:45:46.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3321 | 2024-12-20T23:45:46.175Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3322 | 2024-12-20T23:45:46.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3323 | 2024-12-20T23:45:46.260Z | |
3324 | 2024-12-20T23:45:46.260Z | info: running `cargo check --bins` on nexus-networking (151/175) |
3325 | 2024-12-20T23:45:46.859Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3326 | 2024-12-20T23:45:46.862Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3327 | 2024-12-20T23:45:46.862Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3328 | 2024-12-20T23:45:46.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
3329 | 2024-12-20T23:45:46.944Z | |
3330 | 2024-12-20T23:45:46.944Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (152/175) |
3331 | 2024-12-20T23:45:47.540Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3332 | 2024-12-20T23:45:47.542Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3333 | 2024-12-20T23:45:47.542Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3334 | 2024-12-20T23:45:47.546Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3335 | 2024-12-20T23:45:47.628Z | |
3336 | 2024-12-20T23:45:47.630Z | info: running `cargo check --bins` on update-common (153/175) |
3337 | 2024-12-20T23:45:48.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3338 | 2024-12-20T23:45:48.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3339 | 2024-12-20T23:45:48.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3340 | 2024-12-20T23:45:48.217Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3341 | 2024-12-20T23:45:48.294Z | |
3342 | 2024-12-20T23:45:48.294Z | info: running `cargo check --bins` on tufaceous-lib (154/175) |
3343 | 2024-12-20T23:45:48.870Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3344 | 2024-12-20T23:45:48.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3345 | 2024-12-20T23:45:48.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3346 | 2024-12-20T23:45:48.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3347 | 2024-12-20T23:45:48.954Z | |
3348 | 2024-12-20T23:45:48.954Z | info: running `cargo check --bins` on tufaceous (155/175) |
3349 | 2024-12-20T23:45:49.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2024-12-20T23:45:49.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2024-12-20T23:45:49.631Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3352 | 2024-12-20T23:45:50.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
3353 | 2024-12-20T23:45:50.813Z | |
3354 | 2024-12-20T23:45:50.813Z | info: running `cargo check --bins` on omicron-dev (156/175) |
3355 | 2024-12-20T23:45:51.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2024-12-20T23:45:51.579Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2024-12-20T23:45:51.754Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3358 | 2024-12-20T23:45:51.827Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3359 | 2024-12-20T23:45:51.830Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3360 | 2024-12-20T23:45:51.837Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3361 | 2024-12-20T23:46:19.456Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3362 | 2024-12-20T23:46:19.456Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3363 | 2024-12-20T23:46:19.460Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3364 | 2024-12-20T23:46:19.460Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3365 | 2024-12-20T23:46:19.460Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3366 | 2024-12-20T23:46:20.401Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3367 | 2024-12-20T23:46:21.779Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3368 | 2024-12-20T23:47:04.618Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
3369 | 2024-12-20T23:47:04.843Z | |
3370 | 2024-12-20T23:47:04.843Z | info: running `cargo check --bins` on openapi-manager (157/175) |
3371 | 2024-12-20T23:47:05.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3372 | 2024-12-20T23:47:05.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3373 | 2024-12-20T23:47:05.563Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3374 | 2024-12-20T23:47:05.563Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3375 | 2024-12-20T23:47:05.566Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3376 | 2024-12-20T23:47:07.242Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3377 | 2024-12-20T23:47:08.153Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3378 | 2024-12-20T23:47:09.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.43s |
3379 | 2024-12-20T23:47:09.463Z | |
3380 | 2024-12-20T23:47:09.463Z | info: running `cargo check --bins` on installinator-api (158/175) |
3381 | 2024-12-20T23:47:10.050Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3382 | 2024-12-20T23:47:10.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3383 | 2024-12-20T23:47:10.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3384 | 2024-12-20T23:47:10.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3385 | 2024-12-20T23:47:10.135Z | |
3386 | 2024-12-20T23:47:10.135Z | info: running `cargo check --bins` on wicketd-api (159/175) |
3387 | 2024-12-20T23:47:10.725Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3388 | 2024-12-20T23:47:10.727Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3389 | 2024-12-20T23:47:10.727Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3390 | 2024-12-20T23:47:10.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3391 | 2024-12-20T23:47:10.808Z | |
3392 | 2024-12-20T23:47:10.808Z | info: running `cargo check --bins` on reconfigurator-cli (160/175) |
3393 | 2024-12-20T23:47:11.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3394 | 2024-12-20T23:47:11.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3395 | 2024-12-20T23:47:11.515Z | Compiling petname v2.0.2 |
3396 | 2024-12-20T23:47:11.517Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3397 | 2024-12-20T23:47:11.517Z | Checking sync-ptr v0.1.1 |
3398 | 2024-12-20T23:47:12.994Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
3399 | 2024-12-20T23:47:14.625Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.81s |
3400 | 2024-12-20T23:47:14.807Z | |
3401 | 2024-12-20T23:47:14.807Z | info: running `cargo check --bins` on nexus-reconfigurator-simulation (161/175) |
3402 | 2024-12-20T23:47:15.395Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3403 | 2024-12-20T23:47:15.397Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3404 | 2024-12-20T23:47:15.397Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3405 | 2024-12-20T23:47:15.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3406 | 2024-12-20T23:47:15.482Z | |
3407 | 2024-12-20T23:47:15.482Z | info: running `cargo check --bins` on omicron-releng (162/175) |
3408 | 2024-12-20T23:47:16.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3409 | 2024-12-20T23:47:16.055Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3410 | 2024-12-20T23:47:16.153Z | Checking memmap2 v0.9.5 |
3411 | 2024-12-20T23:47:16.153Z | Checking arrayvec v0.7.6 |
3412 | 2024-12-20T23:47:16.156Z | Checking spin v0.5.2 |
3413 | 2024-12-20T23:47:16.156Z | Checking arrayref v0.3.9 |
3414 | 2024-12-20T23:47:16.156Z | Checking constant_time_eq v0.3.1 |
3415 | 2024-12-20T23:47:16.156Z | Checking topological-sort v0.2.2 |
3416 | 2024-12-20T23:47:16.156Z | Checking shell-words v1.1.0 |
3417 | 2024-12-20T23:47:16.439Z | Checking ring v0.16.20 |
3418 | 2024-12-20T23:47:16.553Z | Checking blake3 v1.5.4 |
3419 | 2024-12-20T23:47:17.576Z | Checking omicron-zone-package v0.11.1 |
3420 | 2024-12-20T23:47:18.927Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3421 | 2024-12-20T23:47:19.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.20s |
3422 | 2024-12-20T23:47:19.861Z | |
3423 | 2024-12-20T23:47:19.861Z | info: running `cargo check --bins` on xtask (163/175) |
3424 | 2024-12-20T23:47:20.289Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3425 | 2024-12-20T23:47:20.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3426 | 2024-12-20T23:47:20.305Z | Checking bitflags v2.6.0 |
3427 | 2024-12-20T23:47:20.307Z | Checking serde v1.0.215 |
3428 | 2024-12-20T23:47:20.307Z | Checking thiserror v1.0.69 |
3429 | 2024-12-20T23:47:20.392Z | Checking scroll v0.12.0 |
3430 | 2024-12-20T23:47:20.409Z | Checking hashbrown v0.15.1 |
3431 | 2024-12-20T23:47:20.409Z | Checking log v0.4.22 |
3432 | 2024-12-20T23:47:20.411Z | Checking zerocopy v0.7.35 |
3433 | 2024-12-20T23:47:20.439Z | Checking syn v2.0.87 |
3434 | 2024-12-20T23:47:20.490Z | Checking pest v2.7.14 |
3435 | 2024-12-20T23:47:20.630Z | Checking rustix v0.38.37 |
3436 | 2024-12-20T23:47:20.652Z | Checking once_cell v1.20.2 |
3437 | 2024-12-20T23:47:20.847Z | Checking goblin v0.8.2 |
3438 | 2024-12-20T23:47:20.950Z | Checking fs-err v2.11.0 |
3439 | 2024-12-20T23:47:21.277Z | Checking anyhow v1.0.93 |
3440 | 2024-12-20T23:47:21.501Z | Checking indexmap v2.6.0 |
3441 | 2024-12-20T23:47:21.662Z | Checking tabled v0.15.0 |
3442 | 2024-12-20T23:47:22.570Z | Checking terminal_size v0.4.0 |
3443 | 2024-12-20T23:47:22.570Z | Checking tempfile v3.13.0 |
3444 | 2024-12-20T23:47:22.734Z | Checking clap_builder v4.5.21 |
3445 | 2024-12-20T23:47:22.976Z | Checking dtrace-parser v0.2.0 |
3446 | 2024-12-20T23:47:24.595Z | Checking serde_json v1.0.132 |
3447 | 2024-12-20T23:47:24.595Z | Checking serde_spanned v0.6.8 |
3448 | 2024-12-20T23:47:24.595Z | Checking toml_datetime v0.6.8 |
3449 | 2024-12-20T23:47:24.598Z | Checking camino v1.1.9 |
3450 | 2024-12-20T23:47:24.598Z | Checking semver v1.0.23 |
3451 | 2024-12-20T23:47:24.810Z | Checking cargo-platform v0.1.8 |
3452 | 2024-12-20T23:47:24.887Z | Checking macaddr v1.0.1 |
3453 | 2024-12-20T23:47:24.924Z | Checking toml_edit v0.22.22 |
3454 | 2024-12-20T23:47:25.175Z | Checking camino-tempfile v1.1.1 |
3455 | 2024-12-20T23:47:25.457Z | Checking clap v4.5.21 |
3456 | 2024-12-20T23:47:25.794Z | Checking dof v0.3.0 |
3457 | 2024-12-20T23:47:25.794Z | Checking cargo_metadata v0.18.1 |
3458 | 2024-12-20T23:47:26.214Z | Checking usdt-impl v0.5.0 |
3459 | 2024-12-20T23:47:26.585Z | Checking usdt v0.5.0 |
3460 | 2024-12-20T23:47:26.783Z | Checking toml v0.8.19 |
3461 | 2024-12-20T23:47:27.248Z | Checking cargo_toml v0.20.5 |
3462 | 2024-12-20T23:47:28.464Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3463 | 2024-12-20T23:47:29.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.26s |
3464 | 2024-12-20T23:47:29.231Z | |
3465 | 2024-12-20T23:47:29.231Z | info: running `cargo check --bins` on end-to-end-tests (164/175) |
3466 | 2024-12-20T23:47:29.867Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3467 | 2024-12-20T23:47:29.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3468 | 2024-12-20T23:47:30.012Z | Checking polyval v0.6.2 |
3469 | 2024-12-20T23:47:30.126Z | Checking ctr v0.9.2 |
3470 | 2024-12-20T23:47:30.140Z | Checking ssh-encoding v0.2.0 |
3471 | 2024-12-20T23:47:30.141Z | Checking blowfish v0.9.1 |
3472 | 2024-12-20T23:47:30.165Z | Checking password-hash v0.4.2 |
3473 | 2024-12-20T23:47:30.168Z | Checking matches v0.1.10 |
3474 | 2024-12-20T23:47:30.198Z | Checking p256 v0.13.2 |
3475 | 2024-12-20T23:47:30.201Z | Checking p521 v0.13.3 |
3476 | 2024-12-20T23:47:30.273Z | Checking idna v0.2.3 |
3477 | 2024-12-20T23:47:30.344Z | Checking ghash v0.5.1 |
3478 | 2024-12-20T23:47:30.376Z | Checking bcrypt-pbkdf v0.10.0 |
3479 | 2024-12-20T23:47:30.384Z | Compiling enum-as-inner v0.5.1 |
3480 | 2024-12-20T23:47:30.456Z | Checking russh-cryptovec v0.7.3 |
3481 | 2024-12-20T23:47:30.519Z | Checking aes-gcm v0.10.3 |
3482 | 2024-12-20T23:47:30.580Z | Checking pbkdf2 v0.11.0 |
3483 | 2024-12-20T23:47:30.661Z | Checking md5 v0.7.0 |
3484 | 2024-12-20T23:47:30.684Z | Checking num-bigint v0.4.6 |
3485 | 2024-12-20T23:47:30.684Z | Checking des v0.8.1 |
3486 | 2024-12-20T23:47:30.756Z | Checking ssh-cipher v0.2.0 |
3487 | 2024-12-20T23:47:30.861Z | Compiling dhcproto-macros v0.1.0 |
3488 | 2024-12-20T23:47:30.922Z | Checking hex-literal v0.4.1 |
3489 | 2024-12-20T23:47:30.945Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3490 | 2024-12-20T23:47:31.049Z | Checking ssh-key v0.6.6 |
3491 | 2024-12-20T23:47:31.068Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3492 | 2024-12-20T23:47:31.127Z | Checking internet-checksum v0.2.1 |
3493 | 2024-12-20T23:47:31.463Z | Checking trust-dns-proto v0.22.0 |
3494 | 2024-12-20T23:47:32.411Z | Checking russh-keys v0.45.0 |
3495 | 2024-12-20T23:47:33.378Z | Checking russh v0.45.0 |
3496 | 2024-12-20T23:47:34.043Z | Checking dhcproto v0.12.0 |
3497 | 2024-12-20T23:47:51.773Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3498 | 2024-12-20T23:47:53.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.11s |
3499 | 2024-12-20T23:47:53.527Z | |
3500 | 2024-12-20T23:47:53.528Z | info: running `cargo check --bins` on gateway-cli (165/175) |
3501 | 2024-12-20T23:47:54.091Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3502 | 2024-12-20T23:47:54.098Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3503 | 2024-12-20T23:47:54.179Z | Checking termios v0.3.3 |
3504 | 2024-12-20T23:47:54.400Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3505 | 2024-12-20T23:47:55.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
3506 | 2024-12-20T23:47:55.359Z | |
3507 | 2024-12-20T23:47:55.359Z | info: running `cargo check --bins --no-default-features` on installinator (166/175) |
3508 | 2024-12-20T23:47:55.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3509 | 2024-12-20T23:47:55.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3510 | 2024-12-20T23:47:56.067Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3511 | 2024-12-20T23:47:58.216Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3512 | 2024-12-20T23:48:00.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
3513 | 2024-12-20T23:48:00.351Z | |
3514 | 2024-12-20T23:48:00.351Z | info: running `cargo check --bins` on internal-dns-cli (167/175) |
3515 | 2024-12-20T23:48:03.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3516 | 2024-12-20T23:48:03.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3517 | 2024-12-20T23:48:03.776Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3518 | 2024-12-20T23:48:03.776Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.15s |
3519 | 2024-12-20T23:48:03.776Z | |
3520 | 2024-12-20T23:48:03.776Z | info: running `cargo check --bins` on omicron-live-tests (168/175) |
3521 | 2024-12-20T23:48:03.776Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3522 | 2024-12-20T23:48:03.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3523 | 2024-12-20T23:48:03.776Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3524 | 2024-12-20T23:48:03.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3525 | 2024-12-20T23:48:03.777Z | |
3526 | 2024-12-20T23:48:03.777Z | info: running `cargo check --bins` on live-tests-macros (169/175) |
3527 | 2024-12-20T23:48:03.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3528 | 2024-12-20T23:48:03.777Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3529 | 2024-12-20T23:48:03.777Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3530 | 2024-12-20T23:48:03.777Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3531 | 2024-12-20T23:48:03.777Z | |
3532 | 2024-12-20T23:48:03.777Z | info: running `cargo check --bins` on omicron-package (170/175) |
3533 | 2024-12-20T23:48:03.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3534 | 2024-12-20T23:48:03.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3535 | 2024-12-20T23:48:03.940Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3536 | 2024-12-20T23:48:04.991Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
3537 | 2024-12-20T23:48:05.175Z | |
3538 | 2024-12-20T23:48:05.175Z | info: running `cargo check --bins` on wicket-dbg (171/175) |
3539 | 2024-12-20T23:48:05.773Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3540 | 2024-12-20T23:48:05.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3541 | 2024-12-20T23:48:05.883Z | Checking rtoolbox v0.0.2 |
3542 | 2024-12-20T23:48:05.887Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3543 | 2024-12-20T23:48:05.887Z | Checking tui-tree-widget v0.22.0 |
3544 | 2024-12-20T23:48:06.199Z | Checking rpassword v7.3.1 |
3545 | 2024-12-20T23:48:10.327Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3546 | 2024-12-20T23:48:13.505Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3547 | 2024-12-20T23:48:14.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.63s |
3548 | 2024-12-20T23:48:15.011Z | |
3549 | 2024-12-20T23:48:15.011Z | info: running `cargo check --bins` on wicket (172/175) |
3550 | 2024-12-20T23:48:15.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3551 | 2024-12-20T23:48:15.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3552 | 2024-12-20T23:48:15.711Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3553 | 2024-12-20T23:48:16.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s |
3554 | 2024-12-20T23:48:16.358Z | |
3555 | 2024-12-20T23:48:16.358Z | info: running `cargo check --bins` on wicketd (173/175) |
3556 | 2024-12-20T23:48:16.983Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3557 | 2024-12-20T23:48:16.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3558 | 2024-12-20T23:48:17.114Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3559 | 2024-12-20T23:48:23.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.82s |
3560 | 2024-12-20T23:48:23.761Z | |
3561 | 2024-12-20T23:48:23.761Z | info: running `cargo check --bins` on omicron-workspace-hack (174/175) |
3562 | 2024-12-20T23:48:23.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3563 | 2024-12-20T23:48:23.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3564 | 2024-12-20T23:48:23.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3565 | 2024-12-20T23:48:23.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3566 | 2024-12-20T23:48:23.761Z | |
3567 | 2024-12-20T23:48:23.761Z | info: running `cargo check --bins` on zone-setup (175/175) |
3568 | 2024-12-20T23:48:23.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3569 | 2024-12-20T23:48:23.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3570 | 2024-12-20T23:48:23.761Z | Checking uzers v0.12.1 |
3571 | 2024-12-20T23:48:23.762Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3572 | 2024-12-20T23:48:24.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.27s |
3573 | 2024-12-20T23:48:24.505Z | |
3574 | 2024-12-20T23:48:24.505Z | real 13:30.540642171 |
3575 | 2024-12-20T23:48:24.505Z | user 24:51.732600908 |
3576 | 2024-12-20T23:48:24.505Z | sys 5:33.285056024 |
3577 | 2024-12-20T23:48:24.505Z | trap 0.498313453 |
3578 | 2024-12-20T23:48:24.505Z | tflt 2.336817390 |
3579 | 2024-12-20T23:48:24.510Z | dflt 3.363055505 |
3580 | 2024-12-20T23:48:24.512Z | kflt 0.000796581 |
3581 | 2024-12-20T23:48:24.512Z | lock 48:14.662122935 |
3582 | 2024-12-20T23:48:24.512Z | slp 2:10:59.975078077 |
3583 | 2024-12-20T23:48:24.512Z | lat 1:04.363783667 |
3584 | 2024-12-20T23:48:24.512Z | stop 3:28.550521136 |
3585 | 2024-12-20T23:48:24.513Z | process exited: duration 1094289 ms, exit code 0 |
|
3586 | 2024-12-20T23:48:24.522Z | found 0 output files |