|
|
|
1 | 2024-11-13T21:16:22.669Z | job assigned to worker 01JCKP3EV37KJVXF593NYJ7FJ1 (queued for 52 s) |
|
2 | 2024-11-13T21:16:30.542Z | starting task 0: "setup" |
3 | 2024-11-13T21:16:30.551Z | ++ uname -s |
4 | 2024-11-13T21:16:30.554Z | + kern=SunOS |
5 | 2024-11-13T21:16:30.554Z | + case "$kern" in |
6 | 2024-11-13T21:16:30.554Z | + groupadd -g 12345 build |
7 | 2024-11-13T21:16:30.557Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-13T21:16:32.569Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-13T21:16:32.741Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-13T21:16:32.750Z | + home_fs=zfs |
11 | 2024-11-13T21:16:32.750Z | + [[ zfs == autofs ]] |
12 | 2024-11-13T21:16:32.750Z | + mkdir -p /home/build |
13 | 2024-11-13T21:16:32.754Z | + chown build:build /home/build /work |
14 | 2024-11-13T21:16:33.746Z | + chmod 0700 /home/build /work |
15 | 2024-11-13T21:16:33.749Z | process exited: duration 3208 ms, exit code 0 |
|
16 | 2024-11-13T21:16:33.762Z | starting task 1: "rust-toolchain" |
17 | 2024-11-13T21:16:33.768Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-13T21:16:33.768Z | ' 1.81.0 |
19 | 2024-11-13T21:16:33.771Z | * toolchain channel = "1.81.0" |
20 | 2024-11-13T21:16:33.771Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-13T21:16:33.771Z | ' default |
22 | 2024-11-13T21:16:33.771Z | * toolchain profile = "default" |
23 | 2024-11-13T21:16:33.771Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-13T21:16:33.771Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-13T21:16:33.889Z | info: downloading installer |
26 | 2024-11-13T21:16:35.072Z | info: profile set to 'default' |
27 | 2024-11-13T21:16:35.072Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-13T21:16:35.074Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-13T21:16:35.207Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-13T21:16:35.207Z | info: downloading component 'cargo' |
31 | 2024-11-13T21:16:35.906Z | info: downloading component 'clippy' |
32 | 2024-11-13T21:16:36.172Z | info: downloading component 'rust-docs' |
33 | 2024-11-13T21:16:37.118Z | info: downloading component 'rust-std' |
34 | 2024-11-13T21:16:38.695Z | info: downloading component 'rustc' |
35 | 2024-11-13T21:16:44.224Z | info: downloading component 'rustfmt' |
36 | 2024-11-13T21:16:44.427Z | info: installing component 'cargo' |
37 | 2024-11-13T21:16:45.254Z | info: installing component 'clippy' |
38 | 2024-11-13T21:16:45.640Z | info: installing component 'rust-docs' |
39 | 2024-11-13T21:16:47.281Z | info: installing component 'rust-std' |
40 | 2024-11-13T21:16:49.096Z | info: installing component 'rustc' |
41 | 2024-11-13T21:16:54.745Z | info: installing component 'rustfmt' |
42 | 2024-11-13T21:16:55.084Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-13T21:16:55.084Z | |
44 | 2024-11-13T21:16:55.450Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-13T21:16:55.450Z | |
46 | 2024-11-13T21:16:55.453Z | |
47 | 2024-11-13T21:16:55.453Z | Rust is installed now. Great! |
48 | 2024-11-13T21:16:55.453Z | |
49 | 2024-11-13T21:16:55.453Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-13T21:16:55.453Z | environment variable. This has not been done automatically. |
51 | 2024-11-13T21:16:55.453Z | |
52 | 2024-11-13T21:16:55.453Z | To configure your current shell, you need to source |
53 | 2024-11-13T21:16:55.453Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-13T21:16:55.453Z | |
55 | 2024-11-13T21:16:55.453Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-13T21:16:55.453Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-13T21:16:55.453Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-13T21:16:55.523Z | + rustc --version |
59 | 2024-11-13T21:16:55.587Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-13T21:16:55.590Z | process exited: duration 21824 ms, exit code 0 |
|
61 | 2024-11-13T21:16:55.596Z | starting task 2: "authentication" |
62 | 2024-11-13T21:16:55.616Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-13T21:16:55.622Z | starting task 3: "clone repository" |
64 | 2024-11-13T21:16:55.627Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-13T21:16:55.630Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-13T21:16:55.747Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-13T21:17:35.138Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-13T21:17:35.138Z | + git fetch origin 892047b197820e58fd196768326068cc7c781e1d |
69 | 2024-11-13T21:17:35.874Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-13T21:17:35.874Z | * branch 892047b197820e58fd196768326068cc7c781e1d -> FETCH_HEAD |
71 | 2024-11-13T21:17:35.884Z | + [[ -n dap/drafts/dropshot-update ]] |
72 | 2024-11-13T21:17:35.887Z | ++ git branch --show-current |
73 | 2024-11-13T21:17:35.889Z | + current=main |
74 | 2024-11-13T21:17:35.889Z | + [[ main != dap/drafts/dropshot-update ]] |
75 | 2024-11-13T21:17:35.889Z | + git branch -f dap/drafts/dropshot-update 892047b197820e58fd196768326068cc7c781e1d |
76 | 2024-11-13T21:17:35.892Z | + git checkout -f dap/drafts/dropshot-update |
77 | 2024-11-13T21:17:36.083Z | Switched to branch 'dap/drafts/dropshot-update' |
78 | 2024-11-13T21:17:36.120Z | + git reset --hard 892047b197820e58fd196768326068cc7c781e1d |
79 | 2024-11-13T21:17:36.120Z | HEAD is now at 892047b19 hakari |
80 | 2024-11-13T21:17:36.120Z | process exited: duration 40460 ms, exit code 0 |
|
81 | 2024-11-13T21:17:36.154Z | starting task 4: "build" |
82 | 2024-11-13T21:17:36.165Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-13T21:17:36.165Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-13T21:17:36.165Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-13T21:17:36.165Z | + cargo --version |
86 | 2024-11-13T21:17:36.253Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-13T21:17:36.271Z | + rustc --version |
88 | 2024-11-13T21:17:36.287Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-13T21:17:36.287Z | + source ./env.sh |
90 | 2024-11-13T21:17:36.287Z | ++ OLD_SHELL_OPTS=ehxB |
91 | 2024-11-13T21:17:36.287Z | ++ set -o xtrace |
92 | 2024-11-13T21:17:36.287Z | ++++ dirname ./env.sh |
93 | 2024-11-13T21:17:36.287Z | +++ readlink -f . |
94 | 2024-11-13T21:17:36.287Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
95 | 2024-11-13T21:17:36.287Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-13T21:17:36.287Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-11-13T21:17:36.287Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-11-13T21:17:36.287Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-11-13T21:17:36.287Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-11-13T21:17:36.287Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-11-13T21:17:36.287Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
102 | 2024-11-13T21:17:36.288Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2024-11-13T21:17:36.288Z | ++ case $OLD_SHELL_OPTS in |
104 | 2024-11-13T21:17:36.288Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
105 | 2024-11-13T21:17:36.288Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
106 | 2024-11-13T21:17:36.288Z | + PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
107 | 2024-11-13T21:17:36.288Z | + banner prerequisites |
108 | 2024-11-13T21:17:36.306Z | |
109 | 2024-11-13T21:17:36.306Z | ##### ##### ###### ##### ###### #### # # # #### # |
110 | 2024-11-13T21:17:36.307Z | # # # # # # # # # # # # # # # |
111 | 2024-11-13T21:17:36.307Z | # # # # ##### # # ##### # # # # # #### # |
112 | 2024-11-13T21:17:36.307Z | ##### ##### # ##### # # # # # # # # # |
113 | 2024-11-13T21:17:36.307Z | # # # # # # # # # # # # # # # |
114 | 2024-11-13T21:17:36.308Z | # # # ###### # # ###### ### # #### # #### # |
115 | 2024-11-13T21:17:36.308Z | |
116 | 2024-11-13T21:17:36.308Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
117 | 2024-11-13T21:17:46.861Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-11-13T21:17:50.325Z | Startup: Caching catalogs ... Done |
119 | 2024-11-13T21:17:58.288Z | Planning: Solver setup ... Done (7.262s) |
120 | 2024-11-13T21:17:58.389Z | Planning: Running solver ... Done (0.101s) |
121 | 2024-11-13T21:17:58.481Z | Planning: Finding local manifests ... Done (0.004s) |
122 | 2024-11-13T21:17:58.935Z | Planning: Fetching manifests: 0/5 0% complete |
123 | 2024-11-13T21:17:59.535Z | Planning: Fetching manifests: 5/5 100% complete |
124 | 2024-11-13T21:17:59.635Z | Planning: Package planning ... Done (0.100s) |
125 | 2024-11-13T21:17:59.691Z | Planning: Merging actions ... Done (0.056s) |
126 | 2024-11-13T21:17:59.883Z | Planning: Checking for conflicting actions ... Done (0.192s) |
127 | 2024-11-13T21:18:02.075Z | Planning: Consolidating action changes ... Done (2.192s) |
128 | 2024-11-13T21:18:02.530Z | Planning: Evaluating mediators ... Done (0.454s) |
129 | 2024-11-13T21:18:02.608Z | Planning: Planning completed in 12.21 seconds |
130 | 2024-11-13T21:18:02.624Z | Packages to install: 4 |
131 | 2024-11-13T21:18:02.624Z | Packages to update: 1 |
132 | 2024-11-13T21:18:02.629Z | Mediators to change: 2 |
133 | 2024-11-13T21:18:02.629Z | Services to change: 1 |
134 | 2024-11-13T21:18:02.629Z | Estimated space available: 155.64 GB |
135 | 2024-11-13T21:18:02.629Z | Estimated space to be consumed: 1.59 GB |
136 | 2024-11-13T21:18:02.629Z | Create boot environment: No |
137 | 2024-11-13T21:18:02.629Z | Create backup boot environment: Yes |
138 | 2024-11-13T21:18:02.629Z | Rebuild boot archive: No |
139 | 2024-11-13T21:18:02.629Z | |
140 | 2024-11-13T21:18:02.629Z | Changed mediators: |
141 | 2024-11-13T21:18:02.629Z | mediator clang: |
142 | 2024-11-13T21:18:02.629Z | version: None -> 15 (system default) |
143 | 2024-11-13T21:18:02.629Z | |
144 | 2024-11-13T21:18:02.629Z | mediator llvm: |
145 | 2024-11-13T21:18:02.629Z | version: 14 (system default) -> 15 (system default) |
146 | 2024-11-13T21:18:02.629Z | |
147 | 2024-11-13T21:18:02.629Z | Changed packages: |
148 | 2024-11-13T21:18:02.629Z | helios-dev |
149 | 2024-11-13T21:18:02.629Z | developer/build-essential |
150 | 2024-11-13T21:18:02.629Z | None -> 11-2.0 |
151 | 2024-11-13T21:18:02.629Z | library/libxmlsec1 |
152 | 2024-11-13T21:18:02.629Z | None -> 1.2.35-2.0 |
153 | 2024-11-13T21:18:02.629Z | ooce/developer/clang-15 |
154 | 2024-11-13T21:18:02.629Z | None -> 15.0.7-2.0 |
155 | 2024-11-13T21:18:02.629Z | ooce/developer/llvm-15 |
156 | 2024-11-13T21:18:02.629Z | None -> 15.0.7-2.0 |
157 | 2024-11-13T21:18:02.629Z | package/pkg |
158 | 2024-11-13T21:18:02.629Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
159 | 2024-11-13T21:18:02.630Z | |
160 | 2024-11-13T21:18:02.630Z | Services: |
161 | 2024-11-13T21:18:02.630Z | restart_fmri: |
162 | 2024-11-13T21:18:02.630Z | svc:/system/update-man-index:default |
163 | 2024-11-13T21:18:02.630Z | |
164 | 2024-11-13T21:18:02.630Z | Editable files to change: |
165 | 2024-11-13T21:18:02.630Z | Update: |
166 | 2024-11-13T21:18:02.630Z | usr/share/lib/pkg/web/config.shtml |
167 | 2024-11-13T21:18:02.710Z | |
168 | 2024-11-13T21:18:02.711Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
169 | 2024-11-13T21:18:07.712Z | Download: 782/4281 items 18.6/220.6MB 8% complete (3.8M/s) |
170 | 2024-11-13T21:18:12.714Z | Download: 1685/4281 items 117.3/220.6MB 53% complete (11.9M/s) |
171 | 2024-11-13T21:18:17.784Z | Download: 3144/4281 items 139.8/220.6MB 63% complete (12.1M/s) |
172 | 2024-11-13T21:18:22.620Z | Download: Completed 220.60 MB in 19.91 seconds (11.1M/s) |
173 | 2024-11-13T21:18:23.766Z | Actions: 1/5063 actions (Removing old actions) |
174 | 2024-11-13T21:18:23.788Z | Actions: 194/5063 actions (Installing new actions) |
175 | 2024-11-13T21:18:28.453Z | Actions: 4226/5063 actions (Updating modified actions) |
176 | 2024-11-13T21:18:28.778Z | Actions: Completed 5063 actions in 5.01 seconds. |
177 | 2024-11-13T21:18:29.152Z | Done (0.368s) |
178 | 2024-11-13T21:18:29.155Z | Done (0.000s) |
179 | 2024-11-13T21:18:29.679Z | Done (0.523s) |
180 | 2024-11-13T21:18:34.106Z | Done (4.212s) |
181 | 2024-11-13T21:18:34.193Z | Done (0.019s) |
182 | 2024-11-13T21:18:34.197Z | Done (0.000s) |
183 | 2024-11-13T21:18:34.354Z | Done (0.000s) |
184 | 2024-11-13T21:18:35.015Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-11-13T21:18:35.173Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-11-13T21:18:35.177Z | Planning: Consolidating action changes ... Done |
187 | 2024-11-13T21:18:35.436Z | Planning: Evaluating mediators ... Done |
188 | 2024-11-13T21:18:35.439Z | Planning: Planning completed in 0.42 seconds |
189 | 2024-11-13T21:18:35.475Z | Mediators to change: 2 |
190 | 2024-11-13T21:18:35.475Z | Create boot environment: No |
191 | 2024-11-13T21:18:35.478Z | Create backup boot environment: No |
192 | 2024-11-13T21:18:35.583Z | Done |
193 | 2024-11-13T21:18:35.584Z | Done |
194 | 2024-11-13T21:18:35.892Z | Done |
195 | 2024-11-13T21:18:39.345Z | Done |
196 | 2024-11-13T21:18:39.430Z | Done |
197 | 2024-11-13T21:18:39.433Z | Done |
198 | 2024-11-13T21:18:39.571Z | Done |
199 | 2024-11-13T21:18:40.174Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-11-13T21:18:40.177Z | Planning: Merging actions ... Done |
201 | 2024-11-13T21:18:40.363Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-11-13T21:18:40.366Z | Planning: Consolidating action changes ... Done |
203 | 2024-11-13T21:18:40.623Z | Planning: Evaluating mediators ... Done |
204 | 2024-11-13T21:18:40.676Z | Planning: Planning completed in 0.74 seconds |
205 | 2024-11-13T21:18:40.719Z | Packages to change: 1 |
206 | 2024-11-13T21:18:40.719Z | Mediators to change: 1 |
207 | 2024-11-13T21:18:40.719Z | Services to change: 1 |
208 | 2024-11-13T21:18:40.722Z | Create boot environment: No |
209 | 2024-11-13T21:18:40.722Z | Create backup boot environment: Yes |
210 | 2024-11-13T21:18:42.837Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-11-13T21:18:42.841Z | Actions: Completed 6 actions in 0.00 seconds. |
212 | 2024-11-13T21:18:42.841Z | Done |
213 | 2024-11-13T21:18:42.841Z | Done |
214 | 2024-11-13T21:18:42.947Z | Done |
215 | 2024-11-13T21:18:46.520Z | Done |
216 | 2024-11-13T21:18:46.608Z | Done |
217 | 2024-11-13T21:18:46.612Z | Done |
218 | 2024-11-13T21:18:46.733Z | Done |
219 | 2024-11-13T21:18:47.159Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-11-13T21:18:47.159Z | clang system 15 system |
221 | 2024-11-13T21:18:47.159Z | csh system system illumos |
222 | 2024-11-13T21:18:47.159Z | ctags system system illumos |
223 | 2024-11-13T21:18:47.159Z | gcc vendor 12 vendor |
224 | 2024-11-13T21:18:47.159Z | gcc system 10 system |
225 | 2024-11-13T21:18:47.159Z | gcc system 7 system |
226 | 2024-11-13T21:18:47.159Z | go system 1.20 system |
227 | 2024-11-13T21:18:47.159Z | go system 1.19 system |
228 | 2024-11-13T21:18:47.159Z | llvm system 15 system |
229 | 2024-11-13T21:18:47.159Z | llvm system 14 system |
230 | 2024-11-13T21:18:47.159Z | mariadb system 10.6 system |
231 | 2024-11-13T21:18:47.159Z | mta vendor vendor dma |
232 | 2024-11-13T21:18:47.160Z | openjdk system 17 system |
233 | 2024-11-13T21:18:47.160Z | openjdk system 11 system |
234 | 2024-11-13T21:18:47.160Z | openjdk system 1.8 system |
235 | 2024-11-13T21:18:47.160Z | openssl vendor 3 vendor |
236 | 2024-11-13T21:18:47.160Z | perl system 5.36 system |
237 | 2024-11-13T21:18:47.160Z | postgresql system 15 system |
238 | 2024-11-13T21:18:47.160Z | postgresql system 13 system |
239 | 2024-11-13T21:18:47.160Z | python vendor 3 vendor |
240 | 2024-11-13T21:18:47.160Z | python system 2 system |
241 | 2024-11-13T21:18:47.160Z | python3 system 3.11 system |
242 | 2024-11-13T21:18:47.160Z | ruby system 3.0 system |
243 | 2024-11-13T21:18:47.160Z | words vendor vendor american-english |
244 | 2024-11-13T21:18:47.160Z | words system system australian-english |
245 | 2024-11-13T21:18:47.160Z | words system system british-english |
246 | 2024-11-13T21:18:47.160Z | words system system canadian-english |
247 | 2024-11-13T21:18:47.160Z | words system system french |
248 | 2024-11-13T21:18:47.160Z | words system system italian |
249 | 2024-11-13T21:18:47.160Z | words system system ngerman |
250 | 2024-11-13T21:18:47.160Z | words system system ogerman |
251 | 2024-11-13T21:18:47.160Z | words system system spanish |
252 | 2024-11-13T21:18:47.480Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-11-13T21:18:47.480Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-11-13T21:18:49.936Z | FMRI IFO |
255 | 2024-11-13T21:18:49.936Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-11-13T21:18:49.936Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-11-13T21:18:49.937Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-11-13T21:18:49.937Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-11-13T21:18:49.937Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-11-13T21:18:49.937Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-11-13T21:18:49.937Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
262 | 2024-11-13T21:18:49.937Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
263 | 2024-11-13T21:18:49.937Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
264 | 2024-11-13T21:18:49.937Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
265 | 2024-11-13T21:18:49.937Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
266 | 2024-11-13T21:18:49.937Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
267 | 2024-11-13T21:18:49.937Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
268 | 2024-11-13T21:18:49.937Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-11-13T21:18:49.937Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-11-13T21:18:50.644Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-11-13T21:18:51.380Z | Updating crates.io index |
272 | 2024-11-13T21:18:51.436Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
273 | 2024-11-13T21:18:53.497Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
274 | 2024-11-13T21:18:54.342Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
275 | 2024-11-13T21:18:54.969Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
276 | 2024-11-13T21:18:55.628Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
277 | 2024-11-13T21:18:59.196Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
278 | 2024-11-13T21:19:05.201Z | Updating git repository `https://github.com/oxidecomputer/opte` |
279 | 2024-11-13T21:19:07.846Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
280 | 2024-11-13T21:19:11.944Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
281 | 2024-11-13T21:19:12.659Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
282 | 2024-11-13T21:19:13.373Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
283 | 2024-11-13T21:19:14.653Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
284 | 2024-11-13T21:19:15.319Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
285 | 2024-11-13T21:19:16.199Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
286 | 2024-11-13T21:19:16.886Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
287 | 2024-11-13T21:19:17.497Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
288 | 2024-11-13T21:19:18.087Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
289 | 2024-11-13T21:19:18.779Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
290 | 2024-11-13T21:19:19.474Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
291 | 2024-11-13T21:19:20.197Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
292 | 2024-11-13T21:19:20.972Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
293 | 2024-11-13T21:19:21.956Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
294 | 2024-11-13T21:19:22.638Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
295 | 2024-11-13T21:19:23.669Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
296 | 2024-11-13T21:19:24.777Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
297 | 2024-11-13T21:19:25.406Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
298 | 2024-11-13T21:19:26.204Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
299 | 2024-11-13T21:19:27.890Z | Downloading crates ... |
300 | 2024-11-13T21:19:27.980Z | Downloaded anstyle-query v1.1.1 |
301 | 2024-11-13T21:19:27.986Z | Downloaded equivalent v1.0.1 |
302 | 2024-11-13T21:19:27.988Z | Downloaded anstream v0.6.15 |
303 | 2024-11-13T21:19:27.991Z | Downloaded dtrace-parser v0.2.0 |
304 | 2024-11-13T21:19:27.991Z | Downloaded bitflags v2.6.0 |
305 | 2024-11-13T21:19:27.996Z | Downloaded scroll_derive v0.12.0 |
306 | 2024-11-13T21:19:27.999Z | Downloaded swrite v0.1.0 |
307 | 2024-11-13T21:19:28.002Z | Downloaded pretty-hex v0.4.1 |
308 | 2024-11-13T21:19:28.015Z | Downloaded serde_spanned v0.6.8 |
309 | 2024-11-13T21:19:28.018Z | Downloaded pest_generator v2.7.14 |
310 | 2024-11-13T21:19:28.018Z | Downloaded is_terminal_polyfill v1.70.1 |
311 | 2024-11-13T21:19:28.021Z | Downloaded heck v0.5.0 |
312 | 2024-11-13T21:19:28.021Z | Downloaded bytecount v0.6.8 |
313 | 2024-11-13T21:19:28.023Z | Downloaded crypto-common v0.1.6 |
314 | 2024-11-13T21:19:28.023Z | Downloaded camino-tempfile v1.1.1 |
315 | 2024-11-13T21:19:28.026Z | Downloaded cargo_toml v0.20.5 |
316 | 2024-11-13T21:19:28.029Z | Downloaded toml_datetime v0.6.8 |
317 | 2024-11-13T21:19:28.029Z | Downloaded unicode-linebreak v0.1.5 |
318 | 2024-11-13T21:19:28.032Z | Downloaded utf8parse v0.2.2 |
319 | 2024-11-13T21:19:28.032Z | Downloaded tabled_derive v0.7.0 |
320 | 2024-11-13T21:19:28.032Z | Downloaded usdt-impl v0.5.0 |
321 | 2024-11-13T21:19:28.038Z | Downloaded version_check v0.9.5 |
322 | 2024-11-13T21:19:28.040Z | Downloaded anstyle v1.0.10 |
323 | 2024-11-13T21:19:28.043Z | Downloaded fnv v1.0.7 |
324 | 2024-11-13T21:19:28.043Z | Downloaded autocfg v1.4.0 |
325 | 2024-11-13T21:19:28.046Z | Downloaded thiserror-impl v1.0.69 |
326 | 2024-11-13T21:19:28.048Z | Downloaded block-buffer v0.10.4 |
327 | 2024-11-13T21:19:28.048Z | Downloaded anstyle-parse v0.2.5 |
328 | 2024-11-13T21:19:28.051Z | Downloaded sha2 v0.10.8 |
329 | 2024-11-13T21:19:28.054Z | Downloaded textwrap v0.16.1 |
330 | 2024-11-13T21:19:28.057Z | Downloaded log v0.4.22 |
331 | 2024-11-13T21:19:28.059Z | Downloaded typenum v1.17.0 |
332 | 2024-11-13T21:19:28.062Z | Downloaded anyhow v1.0.93 |
333 | 2024-11-13T21:19:28.066Z | Downloaded proc-macro2 v1.0.89 |
334 | 2024-11-13T21:19:28.068Z | Downloaded zerocopy-derive v0.7.35 |
335 | 2024-11-13T21:19:28.073Z | Downloaded papergrid v0.11.0 |
336 | 2024-11-13T21:19:28.083Z | Downloaded clap_lex v0.7.2 |
337 | 2024-11-13T21:19:28.097Z | Downloaded memchr v2.7.4 |
338 | 2024-11-13T21:19:28.103Z | Downloaded fs-err v2.11.0 |
339 | 2024-11-13T21:19:28.105Z | Downloaded cpufeatures v0.2.14 |
340 | 2024-11-13T21:19:28.108Z | Downloaded terminal_size v0.4.0 |
341 | 2024-11-13T21:19:28.108Z | Downloaded colorchoice v1.0.2 |
342 | 2024-11-13T21:19:28.108Z | Downloaded cargo-platform v0.1.8 |
343 | 2024-11-13T21:19:28.110Z | Downloaded usdt-attr-macro v0.5.0 |
344 | 2024-11-13T21:19:28.110Z | Downloaded dof v0.3.0 |
345 | 2024-11-13T21:19:28.113Z | Downloaded cfg-if v1.0.0 |
346 | 2024-11-13T21:19:28.113Z | Downloaded serde v1.0.215 |
347 | 2024-11-13T21:19:28.116Z | Downloaded heck v0.4.1 |
348 | 2024-11-13T21:19:28.119Z | Downloaded generic-array v0.14.7 |
349 | 2024-11-13T21:19:28.119Z | Downloaded byteorder v1.5.0 |
350 | 2024-11-13T21:19:28.124Z | Downloaded usdt-macro v0.5.0 |
351 | 2024-11-13T21:19:28.124Z | Downloaded cargo_metadata v0.18.1 |
352 | 2024-11-13T21:19:28.124Z | Downloaded errno v0.3.9 |
353 | 2024-11-13T21:19:28.127Z | Downloaded digest v0.10.7 |
354 | 2024-11-13T21:19:28.127Z | Downloaded smawk v0.3.2 |
355 | 2024-11-13T21:19:28.129Z | Downloaded plain v0.2.3 |
356 | 2024-11-13T21:19:28.129Z | Downloaded memmap v0.7.0 |
357 | 2024-11-13T21:19:28.132Z | Downloaded macaddr v1.0.1 |
358 | 2024-11-13T21:19:28.132Z | Downloaded thread-id v4.2.2 |
359 | 2024-11-13T21:19:28.135Z | Downloaded fastrand v2.1.1 |
360 | 2024-11-13T21:19:28.135Z | Downloaded clap_derive v4.5.18 |
361 | 2024-11-13T21:19:28.142Z | Downloaded strsim v0.11.1 |
362 | 2024-11-13T21:19:28.142Z | Downloaded serde_tokenstream v0.2.2 |
363 | 2024-11-13T21:19:28.145Z | Downloaded usdt v0.5.0 |
364 | 2024-11-13T21:19:28.145Z | Downloaded itoa v1.0.11 |
365 | 2024-11-13T21:19:28.145Z | Downloaded camino v1.1.9 |
366 | 2024-11-13T21:19:28.149Z | Downloaded pest_derive v2.7.14 |
367 | 2024-11-13T21:19:28.156Z | Downloaded once_cell v1.20.2 |
368 | 2024-11-13T21:19:28.159Z | Downloaded proc-macro-error v1.0.4 |
369 | 2024-11-13T21:19:28.162Z | Downloaded tempfile v3.13.0 |
370 | 2024-11-13T21:19:28.164Z | Downloaded scroll v0.12.0 |
371 | 2024-11-13T21:19:28.167Z | Downloaded quote v1.0.37 |
372 | 2024-11-13T21:19:28.169Z | Downloaded clap v4.5.20 |
373 | 2024-11-13T21:19:28.177Z | Downloaded thiserror v1.0.69 |
374 | 2024-11-13T21:19:28.181Z | Downloaded semver v1.0.23 |
375 | 2024-11-13T21:19:28.184Z | Downloaded ucd-trie v0.1.7 |
376 | 2024-11-13T21:19:28.187Z | Downloaded ryu v1.0.18 |
377 | 2024-11-13T21:19:28.190Z | Downloaded unicode-ident v1.0.13 |
378 | 2024-11-13T21:19:28.193Z | Downloaded toml v0.8.19 |
379 | 2024-11-13T21:19:28.196Z | Downloaded pest_meta v2.7.14 |
380 | 2024-11-13T21:19:28.196Z | Downloaded serde_derive v1.0.215 |
381 | 2024-11-13T21:19:28.200Z | Downloaded proc-macro-error-attr v1.0.4 |
382 | 2024-11-13T21:19:28.208Z | Downloaded indexmap v2.6.0 |
383 | 2024-11-13T21:19:28.220Z | Downloaded clap_builder v4.5.20 |
384 | 2024-11-13T21:19:28.237Z | Downloaded goblin v0.8.2 |
385 | 2024-11-13T21:19:28.244Z | Downloaded toml_edit v0.22.22 |
386 | 2024-11-13T21:19:28.265Z | Downloaded pest v2.7.14 |
387 | 2024-11-13T21:19:28.275Z | Downloaded hashbrown v0.15.0 |
388 | 2024-11-13T21:19:28.283Z | Downloaded zerocopy v0.7.35 |
389 | 2024-11-13T21:19:28.298Z | Downloaded winnow v0.6.20 |
390 | 2024-11-13T21:19:28.307Z | Downloaded serde_json v1.0.132 |
391 | 2024-11-13T21:19:28.313Z | Downloaded tabled v0.15.0 |
392 | 2024-11-13T21:19:28.328Z | Downloaded syn v1.0.109 |
393 | 2024-11-13T21:19:28.338Z | Downloaded rustix v0.38.37 |
394 | 2024-11-13T21:19:28.359Z | Downloaded unicode-width v0.1.14 |
395 | 2024-11-13T21:19:28.364Z | Downloaded syn v2.0.87 |
396 | 2024-11-13T21:19:28.392Z | Downloaded libc v0.2.162 |
397 | 2024-11-13T21:19:28.687Z | Compiling proc-macro2 v1.0.89 |
398 | 2024-11-13T21:19:28.687Z | Compiling unicode-ident v1.0.13 |
399 | 2024-11-13T21:19:28.687Z | Compiling serde v1.0.215 |
400 | 2024-11-13T21:19:28.690Z | Compiling version_check v0.9.5 |
401 | 2024-11-13T21:19:28.690Z | Compiling thiserror v1.0.69 |
402 | 2024-11-13T21:19:28.690Z | Compiling memchr v2.7.4 |
403 | 2024-11-13T21:19:28.690Z | Compiling libc v0.2.162 |
404 | 2024-11-13T21:19:28.690Z | Compiling ryu v1.0.18 |
405 | 2024-11-13T21:19:28.928Z | Compiling itoa v1.0.11 |
406 | 2024-11-13T21:19:29.083Z | Compiling ucd-trie v0.1.7 |
407 | 2024-11-13T21:19:29.486Z | Compiling once_cell v1.20.2 |
408 | 2024-11-13T21:19:29.576Z | Compiling byteorder v1.5.0 |
409 | 2024-11-13T21:19:29.702Z | Compiling rustix v0.38.37 |
410 | 2024-11-13T21:19:29.793Z | Compiling serde_json v1.0.132 |
411 | 2024-11-13T21:19:30.042Z | Compiling bitflags v2.6.0 |
412 | 2024-11-13T21:19:30.147Z | Compiling usdt-impl v0.5.0 |
413 | 2024-11-13T21:19:30.230Z | Compiling proc-macro-error-attr v1.0.4 |
414 | 2024-11-13T21:19:30.364Z | Compiling syn v1.0.109 |
415 | 2024-11-13T21:19:30.474Z | Compiling quote v1.0.37 |
416 | 2024-11-13T21:19:30.616Z | Compiling proc-macro-error v1.0.4 |
417 | 2024-11-13T21:19:30.637Z | Compiling utf8parse v0.2.2 |
418 | 2024-11-13T21:19:30.660Z | Compiling camino v1.1.9 |
419 | 2024-11-13T21:19:30.801Z | Compiling equivalent v1.0.1 |
420 | 2024-11-13T21:19:30.892Z | Compiling syn v2.0.87 |
421 | 2024-11-13T21:19:30.925Z | Compiling errno v0.3.9 |
422 | 2024-11-13T21:19:31.035Z | Compiling plain v0.2.3 |
423 | 2024-11-13T21:19:31.148Z | Compiling log v0.4.22 |
424 | 2024-11-13T21:19:31.170Z | Compiling hashbrown v0.15.0 |
425 | 2024-11-13T21:19:31.280Z | Compiling thread-id v4.2.2 |
426 | 2024-11-13T21:19:31.404Z | Compiling anstyle-parse v0.2.5 |
427 | 2024-11-13T21:19:31.535Z | Compiling is_terminal_polyfill v1.70.1 |
428 | 2024-11-13T21:19:31.712Z | Compiling unicode-width v0.1.14 |
429 | 2024-11-13T21:19:31.798Z | Compiling semver v1.0.23 |
430 | 2024-11-13T21:19:31.878Z | Compiling colorchoice v1.0.2 |
431 | 2024-11-13T21:19:32.053Z | Compiling anstyle-query v1.1.1 |
432 | 2024-11-13T21:19:32.212Z | Compiling pretty-hex v0.4.1 |
433 | 2024-11-13T21:19:32.264Z | Compiling autocfg v1.4.0 |
434 | 2024-11-13T21:19:32.347Z | Compiling winnow v0.6.20 |
435 | 2024-11-13T21:19:32.371Z | Compiling anstyle v1.0.10 |
436 | 2024-11-13T21:19:32.439Z | Compiling indexmap v2.6.0 |
437 | 2024-11-13T21:19:32.866Z | Compiling anstream v0.6.15 |
438 | 2024-11-13T21:19:32.869Z | Compiling strsim v0.11.1 |
439 | 2024-11-13T21:19:33.449Z | Compiling fs-err v2.11.0 |
440 | 2024-11-13T21:19:33.607Z | Compiling terminal_size v0.4.0 |
441 | 2024-11-13T21:19:33.728Z | Compiling heck v0.4.1 |
442 | 2024-11-13T21:19:33.803Z | Compiling anyhow v1.0.93 |
443 | 2024-11-13T21:19:33.827Z | Compiling heck v0.5.0 |
444 | 2024-11-13T21:19:33.852Z | Compiling bytecount v0.6.8 |
445 | 2024-11-13T21:19:34.045Z | Compiling clap_lex v0.7.2 |
446 | 2024-11-13T21:19:34.076Z | Compiling fnv v1.0.7 |
447 | 2024-11-13T21:19:34.330Z | Compiling fastrand v2.1.1 |
448 | 2024-11-13T21:19:34.409Z | Compiling cfg-if v1.0.0 |
449 | 2024-11-13T21:19:34.557Z | Compiling clap_builder v4.5.20 |
450 | 2024-11-13T21:19:34.867Z | Compiling tempfile v3.13.0 |
451 | 2024-11-13T21:19:34.893Z | Compiling papergrid v0.11.0 |
452 | 2024-11-13T21:19:34.935Z | Compiling memmap v0.7.0 |
453 | 2024-11-13T21:19:35.059Z | Compiling smawk v0.3.2 |
454 | 2024-11-13T21:19:35.273Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-11-13T21:19:35.717Z | Compiling textwrap v0.16.1 |
456 | 2024-11-13T21:19:35.928Z | Compiling swrite v0.1.0 |
457 | 2024-11-13T21:19:37.063Z | Compiling tabled_derive v0.7.0 |
458 | 2024-11-13T21:19:38.684Z | Compiling tabled v0.15.0 |
459 | 2024-11-13T21:19:39.833Z | Compiling serde_derive v1.0.215 |
460 | 2024-11-13T21:19:39.833Z | Compiling thiserror-impl v1.0.69 |
461 | 2024-11-13T21:19:39.836Z | Compiling zerocopy-derive v0.7.35 |
462 | 2024-11-13T21:19:39.836Z | Compiling scroll_derive v0.12.0 |
463 | 2024-11-13T21:19:40.016Z | Compiling clap_derive v4.5.18 |
464 | 2024-11-13T21:19:41.144Z | Compiling scroll v0.12.0 |
465 | 2024-11-13T21:19:41.613Z | Compiling goblin v0.8.2 |
466 | 2024-11-13T21:19:42.380Z | Compiling zerocopy v0.7.35 |
467 | 2024-11-13T21:19:42.576Z | Compiling pest v2.7.14 |
468 | 2024-11-13T21:19:43.663Z | Compiling clap v4.5.20 |
469 | 2024-11-13T21:19:44.900Z | Compiling pest_meta v2.7.14 |
470 | 2024-11-13T21:19:45.728Z | Compiling pest_generator v2.7.14 |
471 | 2024-11-13T21:19:47.669Z | Compiling pest_derive v2.7.14 |
472 | 2024-11-13T21:19:48.272Z | Compiling dtrace-parser v0.2.0 |
473 | 2024-11-13T21:19:50.010Z | Compiling serde_tokenstream v0.2.2 |
474 | 2024-11-13T21:19:50.177Z | Compiling serde_spanned v0.6.8 |
475 | 2024-11-13T21:19:50.181Z | Compiling toml_datetime v0.6.8 |
476 | 2024-11-13T21:19:50.274Z | Compiling cargo-platform v0.1.8 |
477 | 2024-11-13T21:19:50.577Z | Compiling toml_edit v0.22.22 |
478 | 2024-11-13T21:19:50.580Z | Compiling macaddr v1.0.1 |
479 | 2024-11-13T21:19:50.829Z | Compiling camino-tempfile v1.1.1 |
480 | 2024-11-13T21:19:51.456Z | Compiling dof v0.3.0 |
481 | 2024-11-13T21:19:51.693Z | Compiling cargo_metadata v0.18.1 |
482 | 2024-11-13T21:19:53.107Z | Compiling usdt-attr-macro v0.5.0 |
483 | 2024-11-13T21:19:53.130Z | Compiling usdt-macro v0.5.0 |
484 | 2024-11-13T21:19:53.404Z | Compiling toml v0.8.19 |
485 | 2024-11-13T21:19:54.280Z | Compiling cargo_toml v0.20.5 |
486 | 2024-11-13T21:19:54.397Z | Compiling usdt v0.5.0 |
487 | 2024-11-13T21:19:57.654Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
488 | 2024-11-13T21:20:01.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
489 | 2024-11-13T21:20:01.989Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
490 | 2024-11-13T21:20:02.500Z | Downloading crates ... |
491 | 2024-11-13T21:20:02.610Z | Downloaded async-stream-impl v0.3.6 |
492 | 2024-11-13T21:20:02.620Z | Downloaded ascii-canvas v3.0.0 |
493 | 2024-11-13T21:20:02.621Z | Downloaded addr2line v0.24.2 |
494 | 2024-11-13T21:20:02.621Z | Downloaded atomicwrites v0.4.4 |
495 | 2024-11-13T21:20:02.627Z | Downloaded cfg_aliases v0.2.1 |
496 | 2024-11-13T21:20:02.636Z | Downloaded bitfield v0.14.0 |
497 | 2024-11-13T21:20:02.639Z | Downloaded crunchy v0.2.2 |
498 | 2024-11-13T21:20:02.641Z | Downloaded crc v3.2.1 |
499 | 2024-11-13T21:20:02.644Z | Downloaded http-body-util v0.1.2 |
500 | 2024-11-13T21:20:02.647Z | Downloaded darling v0.20.10 |
501 | 2024-11-13T21:20:02.650Z | Downloaded ident_case v1.0.1 |
502 | 2024-11-13T21:20:02.652Z | Downloaded headers-core v0.3.0 |
503 | 2024-11-13T21:20:02.653Z | Downloaded bcrypt-pbkdf v0.10.0 |
504 | 2024-11-13T21:20:02.655Z | Downloaded hubpack_derive v0.1.1 |
505 | 2024-11-13T21:20:02.655Z | Downloaded new_debug_unreachable v1.0.6 |
506 | 2024-11-13T21:20:02.658Z | Downloaded convert_case v0.4.0 |
507 | 2024-11-13T21:20:02.658Z | Downloaded crc32fast v1.4.2 |
508 | 2024-11-13T21:20:02.661Z | Downloaded httpdate v1.0.3 |
509 | 2024-11-13T21:20:02.661Z | Downloaded indoc v1.0.9 |
510 | 2024-11-13T21:20:02.665Z | Downloaded idna_adapter v1.2.0 |
511 | 2024-11-13T21:20:02.667Z | Downloaded maplit v1.0.2 |
512 | 2024-11-13T21:20:02.667Z | Downloaded ipnetwork v0.20.0 |
513 | 2024-11-13T21:20:02.673Z | Downloaded lazy_static v1.5.0 |
514 | 2024-11-13T21:20:02.676Z | Downloaded const-oid v0.9.6 |
515 | 2024-11-13T21:20:02.676Z | Downloaded mime_guess v2.0.5 |
516 | 2024-11-13T21:20:02.678Z | Downloaded nanorand v0.7.0 |
517 | 2024-11-13T21:20:02.681Z | Downloaded quick-error v1.2.3 |
518 | 2024-11-13T21:20:02.681Z | Downloaded crossbeam-utils v0.8.20 |
519 | 2024-11-13T21:20:02.685Z | Downloaded jobserver v0.1.32 |
520 | 2024-11-13T21:20:02.687Z | Downloaded memmap2 v0.9.5 |
521 | 2024-11-13T21:20:02.690Z | Downloaded hmac v0.12.1 |
522 | 2024-11-13T21:20:02.694Z | Downloaded chacha20poly1305 v0.10.1 |
523 | 2024-11-13T21:20:02.698Z | Downloaded base64 v0.22.1 |
524 | 2024-11-13T21:20:02.701Z | Downloaded mockall_derive v0.13.0 |
525 | 2024-11-13T21:20:02.705Z | Downloaded cc v1.1.30 |
526 | 2024-11-13T21:20:02.707Z | Downloaded icu_locid v1.5.0 |
527 | 2024-11-13T21:20:02.713Z | Downloaded http-range v0.1.5 |
528 | 2024-11-13T21:20:02.717Z | Downloaded bitfield-struct v0.6.2 |
529 | 2024-11-13T21:20:02.717Z | Downloaded http-body v1.0.1 |
530 | 2024-11-13T21:20:02.723Z | Downloaded icu_normalizer v1.5.0 |
531 | 2024-11-13T21:20:02.729Z | Downloaded signature v2.2.0 |
532 | 2024-11-13T21:20:02.729Z | Downloaded scopeguard v1.2.0 |
533 | 2024-11-13T21:20:02.729Z | Downloaded cfg_aliases v0.1.1 |
534 | 2024-11-13T21:20:02.735Z | Downloaded hostname v0.3.1 |
535 | 2024-11-13T21:20:02.735Z | Downloaded cstr-argument v0.1.2 |
536 | 2024-11-13T21:20:02.735Z | Downloaded hubpack v0.1.2 |
537 | 2024-11-13T21:20:02.735Z | Downloaded async-stream v0.3.6 |
538 | 2024-11-13T21:20:02.743Z | Downloaded bb8 v0.8.5 |
539 | 2024-11-13T21:20:02.743Z | Downloaded base64ct v1.6.0 |
540 | 2024-11-13T21:20:02.751Z | Downloaded arrayref v0.3.9 |
541 | 2024-11-13T21:20:02.751Z | Downloaded hostname v0.4.0 |
542 | 2024-11-13T21:20:02.751Z | Downloaded is_ci v1.2.0 |
543 | 2024-11-13T21:20:02.751Z | Downloaded icu_provider_macros v1.5.0 |
544 | 2024-11-13T21:20:02.751Z | Downloaded home v0.5.9 |
545 | 2024-11-13T21:20:02.751Z | Downloaded aead v0.5.2 |
546 | 2024-11-13T21:20:02.760Z | Downloaded bitflags v1.3.2 |
547 | 2024-11-13T21:20:02.760Z | Downloaded strum_macros v0.25.3 |
548 | 2024-11-13T21:20:02.761Z | Downloaded cbc v0.1.2 |
549 | 2024-11-13T21:20:02.777Z | Downloaded highway v1.2.0 |
550 | 2024-11-13T21:20:02.777Z | Downloaded sqlformat v0.2.6 |
551 | 2024-11-13T21:20:02.777Z | Downloaded termtree v0.4.1 |
552 | 2024-11-13T21:20:02.777Z | Downloaded match_cfg v0.1.0 |
553 | 2024-11-13T21:20:02.777Z | Downloaded mirai-annotations v1.12.0 |
554 | 2024-11-13T21:20:02.777Z | Downloaded md5 v0.7.0 |
555 | 2024-11-13T21:20:02.777Z | Downloaded serde_urlencoded v0.7.1 |
556 | 2024-11-13T21:20:02.794Z | Downloaded tui-tree-widget v0.22.0 |
557 | 2024-11-13T21:20:02.794Z | Downloaded instability v0.3.2 |
558 | 2024-11-13T21:20:02.794Z | Downloaded crc-catalog v2.4.0 |
559 | 2024-11-13T21:20:02.795Z | Downloaded constant_time_eq v0.3.1 |
560 | 2024-11-13T21:20:02.795Z | Downloaded impl-trait-for-tuples v0.2.2 |
561 | 2024-11-13T21:20:02.795Z | Downloaded humantime v2.1.0 |
562 | 2024-11-13T21:20:02.795Z | Downloaded async-trait v0.1.83 |
563 | 2024-11-13T21:20:02.812Z | Downloaded is-terminal v0.4.13 |
564 | 2024-11-13T21:20:02.812Z | Downloaded rustc-demangle v0.1.24 |
565 | 2024-11-13T21:20:02.812Z | Downloaded slog-dtrace v0.3.0 |
566 | 2024-11-13T21:20:02.812Z | Downloaded rand_core v0.6.4 |
567 | 2024-11-13T21:20:02.812Z | Downloaded managed v0.8.0 |
568 | 2024-11-13T21:20:02.812Z | Downloaded rustc-hash v1.1.0 |
569 | 2024-11-13T21:20:02.812Z | Downloaded slog-bunyan v2.5.0 |
570 | 2024-11-13T21:20:02.813Z | Downloaded schemars_derive v0.8.21 |
571 | 2024-11-13T21:20:02.813Z | Downloaded try-lock v0.2.5 |
572 | 2024-11-13T21:20:02.813Z | Downloaded slog-async v2.8.0 |
573 | 2024-11-13T21:20:02.813Z | Downloaded maybe-uninit v2.0.0 |
574 | 2024-11-13T21:20:02.819Z | Downloaded atomic-waker v1.1.2 |
575 | 2024-11-13T21:20:02.819Z | Downloaded libm v0.2.8 |
576 | 2024-11-13T21:20:02.819Z | Downloaded tokio-macros v2.4.0 |
577 | 2024-11-13T21:20:02.819Z | Downloaded mime v0.3.17 |
578 | 2024-11-13T21:20:02.823Z | Downloaded unicode-xid v0.2.6 |
579 | 2024-11-13T21:20:02.824Z | Downloaded unicode-truncate v1.1.0 |
580 | 2024-11-13T21:20:02.835Z | Downloaded icu_locid_transform v1.5.0 |
581 | 2024-11-13T21:20:02.835Z | Downloaded foreign-types-shared v0.1.1 |
582 | 2024-11-13T21:20:02.849Z | Downloaded ipnet v2.10.1 |
583 | 2024-11-13T21:20:02.850Z | Downloaded utf8_iter v1.0.4 |
584 | 2024-11-13T21:20:02.850Z | Downloaded lock_api v0.4.12 |
585 | 2024-11-13T21:20:02.850Z | Downloaded normalize-line-endings v0.3.0 |
586 | 2024-11-13T21:20:02.850Z | Downloaded signal-hook-tokio v0.3.1 |
587 | 2024-11-13T21:20:02.850Z | Downloaded quinn-udp v0.5.5 |
588 | 2024-11-13T21:20:02.850Z | Downloaded uzers v0.12.1 |
589 | 2024-11-13T21:20:02.850Z | Downloaded openssl-macros v0.1.1 |
590 | 2024-11-13T21:20:02.850Z | Downloaded toml v0.7.8 |
591 | 2024-11-13T21:20:02.864Z | Downloaded zerovec-derive v0.10.3 |
592 | 2024-11-13T21:20:02.865Z | Downloaded oso-derive v0.27.3 |
593 | 2024-11-13T21:20:02.865Z | Downloaded display-error-chain v0.2.2 |
594 | 2024-11-13T21:20:02.865Z | Downloaded lru-cache v0.1.2 |
595 | 2024-11-13T21:20:02.865Z | Downloaded lru v0.12.5 |
596 | 2024-11-13T21:20:02.865Z | Downloaded sigpipe v0.1.3 |
597 | 2024-11-13T21:20:02.866Z | Downloaded serde-big-array v0.5.1 |
598 | 2024-11-13T21:20:02.911Z | Downloaded debug-ignore v1.0.5 |
599 | 2024-11-13T21:20:02.911Z | Downloaded defmt v0.3.8 |
600 | 2024-11-13T21:20:02.911Z | Downloaded ff v0.13.0 |
601 | 2024-11-13T21:20:02.911Z | Downloaded ed25519 v2.2.3 |
602 | 2024-11-13T21:20:02.911Z | Downloaded dyn-clone v1.0.17 |
603 | 2024-11-13T21:20:02.911Z | Downloaded futures-sink v0.3.31 |
604 | 2024-11-13T21:20:02.911Z | Downloaded crossbeam-epoch v0.9.18 |
605 | 2024-11-13T21:20:02.944Z | Downloaded indexmap v1.9.3 |
606 | 2024-11-13T21:20:02.944Z | Downloaded ghash v0.5.1 |
607 | 2024-11-13T21:20:02.944Z | Downloaded simd-adler32 v0.3.7 |
608 | 2024-11-13T21:20:02.944Z | Downloaded rustls-pemfile v2.2.0 |
609 | 2024-11-13T21:20:02.944Z | Downloaded itertools v0.10.5 |
610 | 2024-11-13T21:20:02.945Z | Downloaded vte_generate_state_changes v0.1.2 |
611 | 2024-11-13T21:20:02.945Z | Downloaded downcast v0.11.0 |
612 | 2024-11-13T21:20:02.945Z | Downloaded peg v0.8.4 |
613 | 2024-11-13T21:20:02.945Z | Downloaded write16 v1.0.0 |
614 | 2024-11-13T21:20:02.945Z | Downloaded ref-cast-impl v1.0.23 |
615 | 2024-11-13T21:20:02.945Z | Downloaded ref-cast v1.0.23 |
616 | 2024-11-13T21:20:02.945Z | Downloaded base64 v0.13.1 |
617 | 2024-11-13T21:20:02.945Z | Downloaded futures-channel v0.3.31 |
618 | 2024-11-13T21:20:02.945Z | Downloaded test-strategy v0.3.1 |
619 | 2024-11-13T21:20:02.946Z | Downloaded foreign-types v0.5.0 |
620 | 2024-11-13T21:20:02.946Z | Downloaded indicatif v0.17.8 |
621 | 2024-11-13T21:20:02.946Z | Downloaded num-conv v0.1.0 |
622 | 2024-11-13T21:20:02.946Z | Downloaded static_assertions v1.1.0 |
623 | 2024-11-13T21:20:02.965Z | Downloaded serde_repr v0.1.19 |
624 | 2024-11-13T21:20:02.965Z | Downloaded opaque-debug v0.3.1 |
625 | 2024-11-13T21:20:02.966Z | Downloaded termcolor v1.4.1 |
626 | 2024-11-13T21:20:02.966Z | Downloaded string_cache v0.8.7 |
627 | 2024-11-13T21:20:02.966Z | Downloaded stable_deref_trait v1.2.0 |
628 | 2024-11-13T21:20:02.966Z | Downloaded signal-hook-registry v1.4.2 |
629 | 2024-11-13T21:20:02.966Z | Downloaded precomputed-hash v0.1.1 |
630 | 2024-11-13T21:20:02.966Z | Downloaded libxml v0.3.3 |
631 | 2024-11-13T21:20:02.966Z | Downloaded untrusted v0.7.1 |
632 | 2024-11-13T21:20:02.966Z | Downloaded twox-hash v1.6.3 |
633 | 2024-11-13T21:20:02.966Z | Downloaded rusty-fork v0.3.0 |
634 | 2024-11-13T21:20:02.966Z | Downloaded writeable v0.5.5 |
635 | 2024-11-13T21:20:02.966Z | Downloaded wait-timeout v0.2.0 |
636 | 2024-11-13T21:20:02.967Z | Downloaded dirs-sys-next v0.1.2 |
637 | 2024-11-13T21:20:02.967Z | Downloaded poly1305 v0.8.0 |
638 | 2024-11-13T21:20:03.023Z | Downloaded futures-macro v0.3.31 |
639 | 2024-11-13T21:20:03.023Z | Downloaded snafu v0.8.5 |
640 | 2024-11-13T21:20:03.023Z | Downloaded tower-service v0.3.3 |
641 | 2024-11-13T21:20:03.023Z | Downloaded take_mut v0.2.2 |
642 | 2024-11-13T21:20:03.023Z | Downloaded hash32 v0.3.1 |
643 | 2024-11-13T21:20:03.023Z | Downloaded hash32 v0.2.1 |
644 | 2024-11-13T21:20:03.023Z | Downloaded serde_with_macros v3.11.0 |
645 | 2024-11-13T21:20:03.024Z | Downloaded const_format v0.2.33 |
646 | 2024-11-13T21:20:03.096Z | Downloaded compact_str v0.8.0 |
647 | 2024-11-13T21:20:03.096Z | Downloaded snafu-derive v0.8.5 |
648 | 2024-11-13T21:20:03.096Z | Downloaded zone_cfg_derive v0.3.0 |
649 | 2024-11-13T21:20:03.096Z | Downloaded predicates-tree v1.0.11 |
650 | 2024-11-13T21:20:03.096Z | Downloaded ppv-lite86 v0.2.20 |
651 | 2024-11-13T21:20:03.096Z | Downloaded tungstenite v0.21.0 |
652 | 2024-11-13T21:20:03.096Z | Downloaded newtype_derive v0.1.6 |
653 | 2024-11-13T21:20:03.096Z | Downloaded walkdir v2.5.0 |
654 | 2024-11-13T21:20:03.096Z | Downloaded peg-runtime v0.8.3 |
655 | 2024-11-13T21:20:03.096Z | Downloaded rustfmt-wrapper v0.2.1 |
656 | 2024-11-13T21:20:03.096Z | Downloaded pin-project v1.1.6 |
657 | 2024-11-13T21:20:03.096Z | Downloaded phf_shared v0.10.0 |
658 | 2024-11-13T21:20:03.096Z | Downloaded icu_collections v1.5.0 |
659 | 2024-11-13T21:20:03.096Z | Downloaded phf_generator v0.11.2 |
660 | 2024-11-13T21:20:03.096Z | Downloaded tinystr v0.7.6 |
661 | 2024-11-13T21:20:03.096Z | Downloaded tap v1.0.1 |
662 | 2024-11-13T21:20:03.097Z | Downloaded structmeta-derive v0.3.0 |
663 | 2024-11-13T21:20:03.097Z | Downloaded sqlparser_derive v0.2.2 |
664 | 2024-11-13T21:20:03.097Z | Downloaded untrusted v0.9.0 |
665 | 2024-11-13T21:20:03.097Z | Downloaded universal-hash v0.5.1 |
666 | 2024-11-13T21:20:03.097Z | Downloaded term v0.7.0 |
667 | 2024-11-13T21:20:03.097Z | Downloaded diesel-dtrace v0.3.0 |
668 | 2024-11-13T21:20:03.097Z | Downloaded zone v0.3.0 |
669 | 2024-11-13T21:20:03.097Z | Downloaded parking_lot_core v0.9.10 |
670 | 2024-11-13T21:20:03.131Z | Downloaded embedded-io v0.6.1 |
671 | 2024-11-13T21:20:03.131Z | Downloaded foreign-types v0.3.2 |
672 | 2024-11-13T21:20:03.131Z | Downloaded embedded-io v0.4.0 |
673 | 2024-11-13T21:20:03.131Z | Downloaded pem v3.0.4 |
674 | 2024-11-13T21:20:03.131Z | Downloaded pbkdf2 v0.11.0 |
675 | 2024-11-13T21:20:03.131Z | Downloaded nodrop v0.1.14 |
676 | 2024-11-13T21:20:03.131Z | Downloaded gethostname v0.5.0 |
677 | 2024-11-13T21:20:03.131Z | Downloaded parse-size v1.1.0 |
678 | 2024-11-13T21:20:03.132Z | Downloaded path-slash v0.1.5 |
679 | 2024-11-13T21:20:03.132Z | Downloaded spin v0.9.8 |
680 | 2024-11-13T21:20:03.133Z | Downloaded slog-scope v4.4.0 |
681 | 2024-11-13T21:20:03.133Z | Downloaded form_urlencoded v1.2.1 |
682 | 2024-11-13T21:20:03.133Z | Downloaded phf v0.11.2 |
683 | 2024-11-13T21:20:03.133Z | Downloaded typify v0.2.0 |
684 | 2024-11-13T21:20:03.133Z | Downloaded num-complex v0.4.6 |
685 | 2024-11-13T21:20:03.133Z | Downloaded phf_codegen v0.11.2 |
686 | 2024-11-13T21:20:03.133Z | Downloaded fatfs v0.3.6 |
687 | 2024-11-13T21:20:03.133Z | Downloaded salsa20 v0.10.2 |
688 | 2024-11-13T21:20:03.133Z | Downloaded rustc_version v0.4.1 |
689 | 2024-11-13T21:20:03.134Z | Downloaded sync_wrapper v1.0.1 |
690 | 2024-11-13T21:20:03.134Z | Downloaded tar v0.4.43 |
691 | 2024-11-13T21:20:03.134Z | Downloaded smf v0.2.3 |
692 | 2024-11-13T21:20:03.134Z | Downloaded zeroize_derive v1.4.2 |
693 | 2024-11-13T21:20:03.134Z | Downloaded heapless v0.7.17 |
694 | 2024-11-13T21:20:03.134Z | Downloaded toml_edit v0.19.15 |
695 | 2024-11-13T21:20:03.147Z | Downloaded ena v0.14.3 |
696 | 2024-11-13T21:20:03.147Z | Downloaded zerofrom-derive v0.1.4 |
697 | 2024-11-13T21:20:03.147Z | Downloaded utf16_iter v1.0.5 |
698 | 2024-11-13T21:20:03.147Z | Downloaded owo-colors v4.1.0 |
699 | 2024-11-13T21:20:03.147Z | Downloaded tungstenite v0.24.0 |
700 | 2024-11-13T21:20:03.147Z | Downloaded newline-converter v0.3.0 |
701 | 2024-11-13T21:20:03.147Z | Downloaded difflib v0.4.0 |
702 | 2024-11-13T21:20:03.148Z | Downloaded diesel_table_macro_syntax v0.2.0 |
703 | 2024-11-13T21:20:03.148Z | Downloaded packed_struct v0.10.1 |
704 | 2024-11-13T21:20:03.169Z | Downloaded dhcproto-macros v0.1.0 |
705 | 2024-11-13T21:20:03.169Z | Downloaded fragile v2.0.0 |
706 | 2024-11-13T21:20:03.170Z | Downloaded float-ord v0.3.2 |
707 | 2024-11-13T21:20:03.170Z | Downloaded signal-hook-mio v0.2.4 |
708 | 2024-11-13T21:20:03.170Z | Downloaded radium v0.7.0 |
709 | 2024-11-13T21:20:03.170Z | Downloaded primeorder v0.13.6 |
710 | 2024-11-13T21:20:03.170Z | Downloaded zeroize v1.8.1 |
711 | 2024-11-13T21:20:03.170Z | Downloaded funty v2.0.0 |
712 | 2024-11-13T21:20:03.170Z | Downloaded strum v0.26.3 |
713 | 2024-11-13T21:20:03.170Z | Downloaded subtle v2.6.1 |
714 | 2024-11-13T21:20:03.171Z | Downloaded semver v0.1.20 |
715 | 2024-11-13T21:20:03.171Z | Downloaded progenitor-client v0.8.0 |
716 | 2024-11-13T21:20:03.171Z | Downloaded pretty-hex v0.2.1 |
717 | 2024-11-13T21:20:03.171Z | Downloaded supports-color v3.0.1 |
718 | 2024-11-13T21:20:03.198Z | Downloaded serde_path_to_error v0.1.16 |
719 | 2024-11-13T21:20:03.198Z | Downloaded smallvec v1.13.2 |
720 | 2024-11-13T21:20:03.198Z | Downloaded half v2.4.1 |
721 | 2024-11-13T21:20:03.198Z | Downloaded rustls-pki-types v1.9.0 |
722 | 2024-11-13T21:20:03.198Z | Downloaded defmt-macros v0.3.9 |
723 | 2024-11-13T21:20:03.198Z | Downloaded endian-type v0.1.2 |
724 | 2024-11-13T21:20:03.198Z | Downloaded serde-hex v0.1.0 |
725 | 2024-11-13T21:20:03.198Z | Downloaded unsafe-libyaml v0.2.11 |
726 | 2024-11-13T21:20:03.199Z | Downloaded derive_builder v0.20.2 |
727 | 2024-11-13T21:20:03.219Z | Downloaded value-bag v1.9.0 |
728 | 2024-11-13T21:20:03.219Z | Downloaded icu_properties_data v1.5.0 |
729 | 2024-11-13T21:20:03.219Z | Downloaded scheduled-thread-pool v0.2.7 |
730 | 2024-11-13T21:20:03.219Z | Downloaded packed_struct_codegen v0.10.1 |
731 | 2024-11-13T21:20:03.219Z | Downloaded tracing-attributes v0.1.27 |
732 | 2024-11-13T21:20:03.220Z | Downloaded tokio-rustls v0.25.0 |
733 | 2024-11-13T21:20:03.227Z | Downloaded strum_macros v0.24.3 |
734 | 2024-11-13T21:20:03.227Z | Downloaded strip-ansi-escapes v0.2.0 |
735 | 2024-11-13T21:20:03.227Z | Downloaded progenitor v0.8.0 |
736 | 2024-11-13T21:20:03.227Z | Downloaded proc-macro-crate v1.3.1 |
737 | 2024-11-13T21:20:03.227Z | Downloaded tabwriter v1.4.0 |
738 | 2024-11-13T21:20:03.227Z | Downloaded structmeta v0.2.0 |
739 | 2024-11-13T21:20:03.227Z | Downloaded shlex v1.3.0 |
740 | 2024-11-13T21:20:03.227Z | Downloaded elliptic-curve v0.13.8 |
741 | 2024-11-13T21:20:03.232Z | Downloaded fxhash v0.2.1 |
742 | 2024-11-13T21:20:03.233Z | Downloaded toolchain_find v0.4.0 |
743 | 2024-11-13T21:20:03.233Z | Downloaded newtype-uuid v1.1.3 |
744 | 2024-11-13T21:20:03.233Z | Downloaded dropshot_endpoint v0.12.0 |
745 | 2024-11-13T21:20:03.243Z | Downloaded pkg-config v0.3.31 |
746 | 2024-11-13T21:20:03.243Z | Downloaded env_filter v0.1.2 |
747 | 2024-11-13T21:20:03.249Z | Downloaded zerofrom v0.1.4 |
748 | 2024-11-13T21:20:03.249Z | Downloaded derive-where v1.2.7 |
749 | 2024-11-13T21:20:03.249Z | Downloaded tokio-rustls v0.24.1 |
750 | 2024-11-13T21:20:03.250Z | Downloaded phf_shared v0.11.2 |
751 | 2024-11-13T21:20:03.255Z | Downloaded tinyvec v1.8.0 |
752 | 2024-11-13T21:20:03.255Z | Downloaded hashbrown v0.12.3 |
753 | 2024-11-13T21:20:03.275Z | Downloaded slab v0.4.9 |
754 | 2024-11-13T21:20:03.275Z | Downloaded rustc-hash v2.0.0 |
755 | 2024-11-13T21:20:03.275Z | Downloaded thread_local v1.1.8 |
756 | 2024-11-13T21:20:03.293Z | Downloaded synstructure v0.13.1 |
757 | 2024-11-13T21:20:03.294Z | Downloaded typed-path v0.9.3 |
758 | 2024-11-13T21:20:03.294Z | Downloaded utf-8 v0.7.6 |
759 | 2024-11-13T21:20:03.294Z | Downloaded russh-keys v0.45.0 |
760 | 2024-11-13T21:20:03.294Z | Downloaded glob v0.3.1 |
761 | 2024-11-13T21:20:03.294Z | Downloaded sec1 v0.7.3 |
762 | 2024-11-13T21:20:03.294Z | Downloaded futures v0.3.31 |
763 | 2024-11-13T21:20:03.316Z | Downloaded group v0.13.0 |
764 | 2024-11-13T21:20:03.317Z | Downloaded futures-task v0.3.31 |
765 | 2024-11-13T21:20:03.317Z | Downloaded unicase v2.7.0 |
766 | 2024-11-13T21:20:03.317Z | Downloaded thiserror-no-std v2.0.2 |
767 | 2024-11-13T21:20:03.317Z | Downloaded rand_chacha v0.3.1 |
768 | 2024-11-13T21:20:03.317Z | Downloaded diff v0.1.13 |
769 | 2024-11-13T21:20:03.317Z | Downloaded flume v0.11.1 |
770 | 2024-11-13T21:20:03.317Z | Downloaded itertools v0.13.0 |
771 | 2024-11-13T21:20:03.322Z | Downloaded number_prefix v0.4.0 |
772 | 2024-11-13T21:20:03.322Z | Downloaded pin-utils v0.1.0 |
773 | 2024-11-13T21:20:03.322Z | Downloaded num_enum v0.5.11 |
774 | 2024-11-13T21:20:03.322Z | Downloaded paste v1.0.15 |
775 | 2024-11-13T21:20:03.322Z | Downloaded dhcproto v0.12.0 |
776 | 2024-11-13T21:20:03.326Z | Downloaded xattr v1.3.1 |
777 | 2024-11-13T21:20:03.326Z | Downloaded wyz v0.5.1 |
778 | 2024-11-13T21:20:03.329Z | Downloaded vsss-rs v3.3.4 |
779 | 2024-11-13T21:20:03.333Z | Downloaded darling_macro v0.20.10 |
780 | 2024-11-13T21:20:03.333Z | Downloaded rustc_version v0.1.7 |
781 | 2024-11-13T21:20:03.333Z | Downloaded globset v0.4.15 |
782 | 2024-11-13T21:20:03.336Z | Downloaded prettyplease v0.2.25 |
783 | 2024-11-13T21:20:03.342Z | Downloaded password-hash v0.4.2 |
784 | 2024-11-13T21:20:03.342Z | Downloaded futures-core v0.3.31 |
785 | 2024-11-13T21:20:03.345Z | Downloaded russh-cryptovec v0.7.3 |
786 | 2024-11-13T21:20:03.345Z | Downloaded tracing v0.1.40 |
787 | 2024-11-13T21:20:03.349Z | Downloaded num_threads v0.1.7 |
788 | 2024-11-13T21:20:03.353Z | Downloaded sct v0.7.1 |
789 | 2024-11-13T21:20:03.357Z | Downloaded yoke-derive v0.7.4 |
790 | 2024-11-13T21:20:03.357Z | Downloaded tracing-core v0.1.32 |
791 | 2024-11-13T21:20:03.361Z | Downloaded rpassword v7.3.1 |
792 | 2024-11-13T21:20:03.361Z | Downloaded num-rational v0.4.2 |
793 | 2024-11-13T21:20:03.364Z | Downloaded deranged v0.3.11 |
794 | 2024-11-13T21:20:03.364Z | Downloaded shell-words v1.1.0 |
795 | 2024-11-13T21:20:03.368Z | Downloaded same-file v1.0.6 |
796 | 2024-11-13T21:20:03.368Z | Downloaded idna v0.4.0 |
797 | 2024-11-13T21:20:03.374Z | Downloaded fallible-iterator v0.3.0 |
798 | 2024-11-13T21:20:03.378Z | Downloaded olpc-cjson v0.1.4 |
799 | 2024-11-13T21:20:03.378Z | Downloaded vergen v8.3.2 |
800 | 2024-11-13T21:20:03.385Z | Downloaded num-bigint-dig v0.8.4 |
801 | 2024-11-13T21:20:03.392Z | Downloaded resolv-conf v0.7.0 |
802 | 2024-11-13T21:20:03.392Z | Downloaded num_enum_derive v0.5.11 |
803 | 2024-11-13T21:20:03.400Z | Downloaded tiny-keccak v2.0.2 |
804 | 2024-11-13T21:20:03.400Z | Downloaded parse-display-derive v0.10.0 |
805 | 2024-11-13T21:20:03.400Z | Downloaded flagset v0.4.6 |
806 | 2024-11-13T21:20:03.401Z | Downloaded num v0.4.3 |
807 | 2024-11-13T21:20:03.401Z | Downloaded slog-envlogger v2.2.0 |
808 | 2024-11-13T21:20:03.409Z | Downloaded siphasher v0.3.11 |
809 | 2024-11-13T21:20:03.409Z | Downloaded hickory-resolver v0.24.1 |
810 | 2024-11-13T21:20:03.414Z | Downloaded der_derive v0.7.3 |
811 | 2024-11-13T21:20:03.414Z | Downloaded zone v0.1.8 |
812 | 2024-11-13T21:20:03.414Z | Downloaded secrecy v0.8.0 |
813 | 2024-11-13T21:20:03.414Z | Downloaded expectorate v1.1.0 |
814 | 2024-11-13T21:20:03.415Z | Downloaded parking_lot v0.11.2 |
815 | 2024-11-13T21:20:03.420Z | Downloaded parse-zoneinfo v0.3.1 |
816 | 2024-11-13T21:20:03.420Z | Downloaded password-hash v0.5.0 |
817 | 2024-11-13T21:20:03.426Z | Downloaded env_logger v0.10.2 |
818 | 2024-11-13T21:20:03.426Z | Downloaded qorb v0.2.0 |
819 | 2024-11-13T21:20:03.431Z | Downloaded tokio-rustls v0.26.0 |
820 | 2024-11-13T21:20:03.431Z | Downloaded rand_seeder v0.3.0 |
821 | 2024-11-13T21:20:03.436Z | Downloaded tokio-tungstenite v0.21.0 |
822 | 2024-11-13T21:20:03.436Z | Downloaded time-macros v0.2.18 |
823 | 2024-11-13T21:20:03.441Z | Downloaded parking_lot v0.12.3 |
824 | 2024-11-13T21:20:03.442Z | Downloaded url v2.5.3 |
825 | 2024-11-13T21:20:03.453Z | Downloaded hickory-server v0.24.1 |
826 | 2024-11-13T21:20:03.457Z | Downloaded tokio-tungstenite v0.23.1 |
827 | 2024-11-13T21:20:03.457Z | Downloaded ron v0.7.1 |
828 | 2024-11-13T21:20:03.462Z | Downloaded num-traits v0.2.19 |
829 | 2024-11-13T21:20:03.463Z | Downloaded zerocopy v0.6.6 |
830 | 2024-11-13T21:20:03.471Z | Downloaded num-derive v0.4.2 |
831 | 2024-11-13T21:20:03.471Z | Downloaded rustyline v14.0.0 |
832 | 2024-11-13T21:20:03.477Z | Downloaded slog v2.7.0 |
833 | 2024-11-13T21:20:03.482Z | Downloaded vte v0.11.1 |
834 | 2024-11-13T21:20:03.482Z | Downloaded bitvec v1.0.1 |
835 | 2024-11-13T21:20:03.496Z | Downloaded samael v0.0.17 |
836 | 2024-11-13T21:20:03.501Z | Downloaded curve25519-dalek v4.1.3 |
837 | 2024-11-13T21:20:03.514Z | Downloaded rand v0.8.5 |
838 | 2024-11-13T21:20:03.519Z | Downloaded hashbrown v0.14.5 |
839 | 2024-11-13T21:20:03.526Z | Downloaded proptest v1.5.0 |
840 | 2024-11-13T21:20:03.539Z | Downloaded rusqlite v0.32.1 |
841 | 2024-11-13T21:20:03.544Z | Downloaded darling_core v0.20.10 |
842 | 2024-11-13T21:20:03.544Z | Downloaded heapless v0.8.0 |
843 | 2024-11-13T21:20:03.548Z | Downloaded h2 v0.4.6 |
844 | 2024-11-13T21:20:03.562Z | Downloaded num-bigint v0.4.6 |
845 | 2024-11-13T21:20:03.570Z | Downloaded time v0.3.36 |
846 | 2024-11-13T21:20:03.573Z | Downloaded zip v2.1.3 |
847 | 2024-11-13T21:20:03.573Z | Downloaded rustls-webpki v0.102.8 |
848 | 2024-11-13T21:20:03.595Z | Downloaded rustls-webpki v0.101.7 |
849 | 2024-11-13T21:20:03.611Z | Downloaded x509-cert v0.2.5 |
850 | 2024-11-13T21:20:03.617Z | Downloaded idna v0.5.0 |
851 | 2024-11-13T21:20:03.624Z | Downloaded russh v0.45.0 |
852 | 2024-11-13T21:20:03.629Z | Downloaded zerovec v0.10.4 |
853 | 2024-11-13T21:20:03.638Z | Downloaded quinn-proto v0.11.8 |
854 | 2024-11-13T21:20:03.644Z | Downloaded futures-util v0.3.31 |
855 | 2024-11-13T21:20:03.657Z | Downloaded trust-dns-proto v0.22.0 |
856 | 2024-11-13T21:20:03.671Z | Downloaded vcpkg v0.2.15 |
857 | 2024-11-13T21:20:03.710Z | Downloaded quick-xml v0.33.0 |
858 | 2024-11-13T21:20:03.716Z | Downloaded gimli v0.31.1 |
859 | 2024-11-13T21:20:03.726Z | Downloaded p384 v0.13.0 |
860 | 2024-11-13T21:20:03.732Z | Downloaded regress v0.10.1 |
861 | 2024-11-13T21:20:03.744Z | Downloaded rustls v0.21.12 |
862 | 2024-11-13T21:20:03.755Z | Downloaded object v0.36.5 |
863 | 2024-11-13T21:20:03.768Z | Downloaded git2 v0.19.0 |
864 | 2024-11-13T21:20:03.780Z | Downloaded dropshot v0.12.0 |
865 | 2024-11-13T21:20:03.802Z | Downloaded smoltcp v0.9.1 |
866 | 2024-11-13T21:20:03.810Z | Downloaded rustls v0.23.14 |
867 | 2024-11-13T21:20:03.824Z | Downloaded object v0.30.4 |
868 | 2024-11-13T21:20:03.833Z | Downloaded regex-syntax v0.6.29 |
869 | 2024-11-13T21:20:03.841Z | Downloaded hickory-proto v0.24.1 |
870 | 2024-11-13T21:20:03.858Z | Downloaded openapiv3 v2.0.0 |
871 | 2024-11-13T21:20:03.872Z | Downloaded polar-core v0.27.3 |
872 | 2024-11-13T21:20:03.880Z | Downloaded diesel v2.2.4 |
873 | 2024-11-13T21:20:03.902Z | Downloaded nix v0.29.0 |
874 | 2024-11-13T21:20:03.912Z | Downloaded rustls v0.22.4 |
875 | 2024-11-13T21:20:03.926Z | Downloaded dropshot v0.13.0 |
876 | 2024-11-13T21:20:03.952Z | Downloaded regex-syntax v0.8.5 |
877 | 2024-11-13T21:20:03.957Z | Downloaded zerocopy-derive v0.6.6 |
878 | 2024-11-13T21:20:03.969Z | Downloaded typify-impl v0.2.0 |
879 | 2024-11-13T21:20:03.983Z | Downloaded ratatui v0.28.1 |
880 | 2024-11-13T21:20:04.002Z | Downloaded nix v0.28.0 |
881 | 2024-11-13T21:20:04.014Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
882 | 2024-11-13T21:20:04.028Z | Downloaded sled v0.34.7 |
883 | 2024-11-13T21:20:04.038Z | Downloaded nix v0.27.1 |
884 | 2024-11-13T21:20:04.049Z | Downloaded regex-automata v0.4.8 |
885 | 2024-11-13T21:20:04.067Z | Downloaded regress v0.9.1 |
886 | 2024-11-13T21:20:04.075Z | Downloaded chrono-tz v0.10.0 |
887 | 2024-11-13T21:20:04.083Z | Downloaded lzma-sys v0.1.20 |
888 | 2024-11-13T21:20:04.113Z | Downloaded smoltcp v0.11.0 |
889 | 2024-11-13T21:20:04.125Z | Downloaded bstr v1.10.0 |
890 | 2024-11-13T21:20:04.145Z | Downloaded petgraph v0.6.5 |
891 | 2024-11-13T21:20:04.153Z | Downloaded radix_trie v0.2.1 |
892 | 2024-11-13T21:20:04.158Z | Downloaded regex v1.11.1 |
893 | 2024-11-13T21:20:04.172Z | Downloaded openssl v0.10.68 |
894 | 2024-11-13T21:20:04.181Z | Downloaded csv v1.3.0 |
895 | 2024-11-13T21:20:04.201Z | Downloaded tokio v1.40.0 |
896 | 2024-11-13T21:20:04.238Z | Downloaded libz-sys v1.1.20 |
897 | 2024-11-13T21:20:04.259Z | Downloaded sqlparser v0.45.0 |
898 | 2024-11-13T21:20:04.264Z | Downloaded idna v0.2.3 |
899 | 2024-11-13T21:20:04.271Z | Downloaded portable-atomic v1.9.0 |
900 | 2024-11-13T21:20:04.278Z | Downloaded webpki-roots v0.26.6 |
901 | 2024-11-13T21:20:04.282Z | Downloaded rayon v1.10.0 |
902 | 2024-11-13T21:20:04.292Z | Downloaded idna v0.3.0 |
903 | 2024-11-13T21:20:04.300Z | Downloaded p521 v0.13.3 |
904 | 2024-11-13T21:20:04.303Z | Downloaded der v0.7.9 |
905 | 2024-11-13T21:20:04.307Z | Downloaded tough v0.19.0 |
906 | 2024-11-13T21:20:04.316Z | Downloaded headers v0.4.0 |
907 | 2024-11-13T21:20:04.321Z | Downloaded sha3 v0.10.8 |
908 | 2024-11-13T21:20:04.325Z | Downloaded tokio-postgres v0.7.12 |
909 | 2024-11-13T21:20:04.331Z | Downloaded chrono v0.4.38 |
910 | 2024-11-13T21:20:04.338Z | Downloaded ron v0.8.1 |
911 | 2024-11-13T21:20:04.343Z | Downloaded schemars v0.8.21 |
912 | 2024-11-13T21:20:04.355Z | Downloaded bindgen v0.69.5 |
913 | 2024-11-13T21:20:04.362Z | Downloaded winnow v0.5.40 |
914 | 2024-11-13T21:20:04.371Z | Downloaded pkcs5 v0.7.1 |
915 | 2024-11-13T21:20:04.374Z | Downloaded quinn v0.11.5 |
916 | 2024-11-13T21:20:04.378Z | Downloaded unicode-normalization v0.1.24 |
917 | 2024-11-13T21:20:04.383Z | Downloaded flate2 v1.0.34 |
918 | 2024-11-13T21:20:04.391Z | Downloaded ssh-key v0.6.6 |
919 | 2024-11-13T21:20:04.396Z | Downloaded yoke v0.7.4 |
920 | 2024-11-13T21:20:04.396Z | Downloaded pkcs1 v0.7.5 |
921 | 2024-11-13T21:20:04.399Z | Downloaded hashlink v0.9.1 |
922 | 2024-11-13T21:20:04.405Z | Downloaded fixedbitset v0.4.2 |
923 | 2024-11-13T21:20:04.405Z | Downloaded defmt-parser v0.3.4 |
924 | 2024-11-13T21:20:04.405Z | Downloaded omicron-zone-package v0.11.1 |
925 | 2024-11-13T21:20:04.407Z | Downloaded unicode-segmentation v1.12.0 |
926 | 2024-11-13T21:20:04.410Z | Downloaded reqwest v0.12.9 |
927 | 2024-11-13T21:20:04.418Z | Downloaded aws-lc-rs v1.10.0 |
928 | 2024-11-13T21:20:04.426Z | Downloaded rfc6979 v0.4.0 |
929 | 2024-11-13T21:20:04.429Z | Downloaded yasna v0.5.2 |
930 | 2024-11-13T21:20:04.431Z | Downloaded pin-project-lite v0.2.14 |
931 | 2024-11-13T21:20:04.434Z | Downloaded fallible-iterator v0.2.0 |
932 | 2024-11-13T21:20:04.437Z | Downloaded env_logger v0.11.5 |
933 | 2024-11-13T21:20:04.440Z | Downloaded tungstenite v0.23.0 |
934 | 2024-11-13T21:20:04.443Z | Downloaded blake3 v1.5.4 |
935 | 2024-11-13T21:20:04.449Z | Downloaded tokio-util v0.7.12 |
936 | 2024-11-13T21:20:04.456Z | Downloaded reedline v0.35.0 |
937 | 2024-11-13T21:20:04.464Z | Downloaded termios v0.3.3 |
938 | 2024-11-13T21:20:04.466Z | Downloaded progenitor-impl v0.8.0 |
939 | 2024-11-13T21:20:04.469Z | Downloaded serde_with v3.11.0 |
940 | 2024-11-13T21:20:04.476Z | Downloaded idna v1.0.3 |
941 | 2024-11-13T21:20:04.479Z | Downloaded topological-sort v0.2.2 |
942 | 2024-11-13T21:20:04.482Z | Downloaded nu-ansi-term v0.50.1 |
943 | 2024-11-13T21:20:04.485Z | Downloaded hickory-client v0.24.1 |
944 | 2024-11-13T21:20:04.487Z | Downloaded smallvec v0.6.14 |
945 | 2024-11-13T21:20:04.490Z | Downloaded slog-term v2.9.1 |
946 | 2024-11-13T21:20:04.493Z | Downloaded encoding_rs v0.8.34 |
947 | 2024-11-13T21:20:04.513Z | Downloaded serde_yaml v0.9.34+deprecated |
948 | 2024-11-13T21:20:04.516Z | Downloaded nom v7.1.3 |
949 | 2024-11-13T21:20:04.522Z | Downloaded rsa v0.9.6 |
950 | 2024-11-13T21:20:04.526Z | Downloaded hashbrown v0.13.2 |
951 | 2024-11-13T21:20:04.530Z | Downloaded rand_xorshift v0.3.0 |
952 | 2024-11-13T21:20:04.533Z | Downloaded unicode_categories v0.1.1 |
953 | 2024-11-13T21:20:04.535Z | Downloaded itertools v0.12.1 |
954 | 2024-11-13T21:20:04.540Z | Downloaded time-core v0.1.2 |
955 | 2024-11-13T21:20:04.542Z | Downloaded derive_builder_core v0.20.2 |
956 | 2024-11-13T21:20:04.545Z | Downloaded enum-as-inner v0.6.1 |
957 | 2024-11-13T21:20:04.545Z | Downloaded enum-as-inner v0.5.1 |
958 | 2024-11-13T21:20:04.548Z | Downloaded ssh-encoding v0.2.0 |
959 | 2024-11-13T21:20:04.548Z | Downloaded ssh-cipher v0.2.0 |
960 | 2024-11-13T21:20:04.550Z | Downloaded slog-stdlog v4.1.1 |
961 | 2024-11-13T21:20:04.550Z | Downloaded tokio-stream v0.1.16 |
962 | 2024-11-13T21:20:04.555Z | Downloaded p256 v0.13.2 |
963 | 2024-11-13T21:20:04.558Z | Downloaded hex v0.4.3 |
964 | 2024-11-13T21:20:04.562Z | Downloaded heck v0.3.3 |
965 | 2024-11-13T21:20:04.562Z | Downloaded unicode-bidi v0.3.17 |
966 | 2024-11-13T21:20:04.566Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
967 | 2024-11-13T21:20:04.623Z | Downloaded serde_derive_internals v0.29.1 |
968 | 2024-11-13T21:20:04.625Z | Downloaded pkcs8 v0.10.2 |
969 | 2024-11-13T21:20:04.627Z | Downloaded lalrpop v0.19.12 |
970 | 2024-11-13T21:20:04.638Z | Downloaded hkdf v0.12.4 |
971 | 2024-11-13T21:20:04.640Z | Downloaded aes-gcm v0.10.3 |
972 | 2024-11-13T21:20:04.644Z | Downloaded foldhash v0.1.3 |
973 | 2024-11-13T21:20:04.647Z | Downloaded socket2 v0.5.7 |
974 | 2024-11-13T21:20:04.647Z | Downloaded signal-hook v0.3.17 |
975 | 2024-11-13T21:20:04.652Z | Downloaded crossterm v0.28.1 |
976 | 2024-11-13T21:20:04.656Z | Downloaded unarray v0.1.4 |
977 | 2024-11-13T21:20:04.660Z | Downloaded typify-macro v0.2.0 |
978 | 2024-11-13T21:20:04.662Z | Downloaded fs_extra v1.3.0 |
979 | 2024-11-13T21:20:04.662Z | Downloaded zopfli v0.8.1 |
980 | 2024-11-13T21:20:04.665Z | Downloaded dropshot_endpoint v0.13.0 |
981 | 2024-11-13T21:20:04.668Z | Downloaded unicode-properties v0.1.3 |
982 | 2024-11-13T21:20:04.671Z | Downloaded stringprep v0.1.5 |
983 | 2024-11-13T21:20:04.671Z | Downloaded r2d2 v0.8.10 |
984 | 2024-11-13T21:20:04.673Z | Downloaded float-cmp v0.9.0 |
985 | 2024-11-13T21:20:04.676Z | Downloaded salty v0.3.0 |
986 | 2024-11-13T21:20:04.681Z | Downloaded crossbeam-channel v0.5.13 |
987 | 2024-11-13T21:20:04.686Z | Downloaded publicsuffix v2.2.3 |
988 | 2024-11-13T21:20:04.689Z | Downloaded ed25519-dalek v2.1.1 |
989 | 2024-11-13T21:20:04.691Z | Downloaded steno v0.4.1 |
990 | 2024-11-13T21:20:04.695Z | Downloaded postgres-types v0.2.8 |
991 | 2024-11-13T21:20:04.697Z | Downloaded postgres-protocol v0.6.7 |
992 | 2024-11-13T21:20:04.700Z | Downloaded derive_more v0.99.18 |
993 | 2024-11-13T21:20:04.704Z | Downloaded whoami v1.5.2 |
994 | 2024-11-13T21:20:04.706Z | Downloaded openssl-sys v0.9.104 |
995 | 2024-11-13T21:20:04.711Z | Downloaded minimal-lexical v0.2.1 |
996 | 2024-11-13T21:20:04.715Z | Downloaded dunce v1.0.5 |
997 | 2024-11-13T21:20:04.718Z | Downloaded dsl_auto_type v0.1.2 |
998 | 2024-11-13T21:20:04.718Z | Downloaded postcard v1.0.10 |
999 | 2024-11-13T21:20:04.720Z | Downloaded pem-rfc7468 v0.7.0 |
1000 | 2024-11-13T21:20:04.723Z | Downloaded parking_lot_core v0.8.6 |
1001 | 2024-11-13T21:20:04.725Z | Downloaded oso v0.27.3 |
1002 | 2024-11-13T21:20:04.728Z | Downloaded similar v2.6.0 |
1003 | 2024-11-13T21:20:04.732Z | Downloaded crypto-bigint v0.5.5 |
1004 | 2024-11-13T21:20:04.739Z | Downloaded structmeta-derive v0.2.0 |
1005 | 2024-11-13T21:20:04.742Z | Downloaded spin v0.5.2 |
1006 | 2024-11-13T21:20:04.742Z | Downloaded slog-json v2.6.1 |
1007 | 2024-11-13T21:20:04.744Z | Downloaded sha1 v0.10.6 |
1008 | 2024-11-13T21:20:04.748Z | Downloaded diesel_derives v2.2.3 |
1009 | 2024-11-13T21:20:04.751Z | Downloaded rtoolbox v0.0.2 |
1010 | 2024-11-13T21:20:04.751Z | Downloaded foreign-types-shared v0.3.1 |
1011 | 2024-11-13T21:20:04.751Z | Downloaded serde_plain v1.0.2 |
1012 | 2024-11-13T21:20:04.754Z | Downloaded tokio-tungstenite v0.24.0 |
1013 | 2024-11-13T21:20:04.754Z | Downloaded powerfmt v0.2.0 |
1014 | 2024-11-13T21:20:04.757Z | Downloaded percent-encoding v2.3.1 |
1015 | 2024-11-13T21:20:04.757Z | Downloaded parse-display v0.10.0 |
1016 | 2024-11-13T21:20:04.757Z | Downloaded zone_cfg_derive v0.1.2 |
1017 | 2024-11-13T21:20:04.759Z | Downloaded futures-io v0.3.31 |
1018 | 2024-11-13T21:20:04.759Z | Downloaded foreign-types-macros v0.2.3 |
1019 | 2024-11-13T21:20:04.759Z | Downloaded fallible-streaming-iterator v0.1.9 |
1020 | 2024-11-13T21:20:04.762Z | Downloaded dirs-next v2.0.0 |
1021 | 2024-11-13T21:20:04.762Z | Downloaded progenitor-macro v0.8.0 |
1022 | 2024-11-13T21:20:04.762Z | Downloaded ecdsa v0.16.9 |
1023 | 2024-11-13T21:20:04.764Z | Downloaded zip v0.6.6 |
1024 | 2024-11-13T21:20:04.768Z | Downloaded bumpalo v3.16.0 |
1025 | 2024-11-13T21:20:04.771Z | Downloaded tinyvec_macros v0.1.1 |
1026 | 2024-11-13T21:20:04.773Z | Downloaded backtrace v0.3.74 |
1027 | 2024-11-13T21:20:04.776Z | Downloaded futures-executor v0.3.31 |
1028 | 2024-11-13T21:20:04.779Z | Downloaded miniz_oxide v0.8.0 |
1029 | 2024-11-13T21:20:04.781Z | Downloaded uuid v1.11.0 |
1030 | 2024-11-13T21:20:04.784Z | Downloaded base64 v0.21.7 |
1031 | 2024-11-13T21:20:04.788Z | Downloaded tokio-native-tls v0.3.1 |
1032 | 2024-11-13T21:20:04.791Z | Downloaded tls_codec v0.4.1 |
1033 | 2024-11-13T21:20:04.791Z | Downloaded peg-macros v0.8.4 |
1034 | 2024-11-13T21:20:04.794Z | Downloaded subprocess v0.2.9 |
1035 | 2024-11-13T21:20:04.797Z | Downloaded getrandom v0.2.15 |
1036 | 2024-11-13T21:20:04.800Z | Downloaded rayon-core v1.12.1 |
1037 | 2024-11-13T21:20:04.802Z | Downloaded rustversion v1.0.17 |
1038 | 2024-11-13T21:20:04.805Z | Downloaded psl-types v2.0.11 |
1039 | 2024-11-13T21:20:04.807Z | Downloaded strum_macros v0.26.4 |
1040 | 2024-11-13T21:20:04.810Z | Downloaded icu_properties v1.5.1 |
1041 | 2024-11-13T21:20:04.812Z | Downloaded ciborium v0.2.2 |
1042 | 2024-11-13T21:20:04.815Z | Downloaded icu_provider v1.5.0 |
1043 | 2024-11-13T21:20:04.817Z | Downloaded rcgen v0.12.1 |
1044 | 2024-11-13T21:20:04.821Z | Downloaded hyper v1.5.0 |
1045 | 2024-11-13T21:20:04.827Z | Downloaded arc-swap v1.7.1 |
1046 | 2024-11-13T21:20:04.831Z | Downloaded displaydoc v0.2.5 |
1047 | 2024-11-13T21:20:04.833Z | Downloaded des v0.8.1 |
1048 | 2024-11-13T21:20:04.837Z | Downloaded want v0.3.1 |
1049 | 2024-11-13T21:20:04.837Z | Downloaded predicates-core v1.0.8 |
1050 | 2024-11-13T21:20:04.840Z | Downloaded predicates v3.1.2 |
1051 | 2024-11-13T21:20:04.840Z | Downloaded polyval v0.6.2 |
1052 | 2024-11-13T21:20:04.843Z | Downloaded pbkdf2 v0.12.2 |
1053 | 2024-11-13T21:20:04.843Z | Downloaded derive_builder_macro v0.20.2 |
1054 | 2024-11-13T21:20:04.843Z | Downloaded waitgroup v0.1.2 |
1055 | 2024-11-13T21:20:04.845Z | Downloaded blake2 v0.10.6 |
1056 | 2024-11-13T21:20:04.848Z | Downloaded pin-project-internal v1.1.6 |
1057 | 2024-11-13T21:20:04.848Z | Downloaded openssl-probe v0.1.5 |
1058 | 2024-11-13T21:20:04.851Z | Downloaded num-iter v0.1.45 |
1059 | 2024-11-13T21:20:04.851Z | Downloaded num-integer v0.1.46 |
1060 | 2024-11-13T21:20:04.851Z | Downloaded nibble_vec v0.1.0 |
1061 | 2024-11-13T21:20:04.854Z | Downloaded thiserror-impl-no-std v2.0.2 |
1062 | 2024-11-13T21:20:04.854Z | Downloaded icu_locid_transform_data v1.5.0 |
1063 | 2024-11-13T21:20:04.857Z | Downloaded allocator-api2 v0.2.18 |
1064 | 2024-11-13T21:20:04.860Z | Downloaded crc-any v2.5.0 |
1065 | 2024-11-13T21:20:04.862Z | Downloaded csv-core v0.1.11 |
1066 | 2024-11-13T21:20:04.865Z | Downloaded cookie v0.18.1 |
1067 | 2024-11-13T21:20:04.865Z | Downloaded fd-lock v4.0.2 |
1068 | 2024-11-13T21:20:04.868Z | Downloaded data-encoding v2.6.0 |
1069 | 2024-11-13T21:20:04.871Z | Downloaded icu_normalizer_data v1.5.0 |
1070 | 2024-11-13T21:20:04.871Z | Downloaded native-tls v0.2.12 |
1071 | 2024-11-13T21:20:04.874Z | Downloaded multer v3.1.0 |
1072 | 2024-11-13T21:20:04.877Z | Downloaded tls_codec_derive v0.4.1 |
1073 | 2024-11-13T21:20:04.877Z | Downloaded filetime v0.2.25 |
1074 | 2024-11-13T21:20:04.880Z | Downloaded either v1.13.0 |
1075 | 2024-11-13T21:20:04.880Z | Downloaded xz2 v0.1.7 |
1076 | 2024-11-13T21:20:04.884Z | Downloaded which v4.4.2 |
1077 | 2024-11-13T21:20:04.886Z | Downloaded libsw v3.3.1 |
1078 | 2024-11-13T21:20:04.886Z | Downloaded litemap v0.7.3 |
1079 | 2024-11-13T21:20:04.889Z | Downloaded spki v0.7.3 |
1080 | 2024-11-13T21:20:04.892Z | Downloaded aes v0.8.4 |
1081 | 2024-11-13T21:20:04.895Z | Downloaded scrypt v0.11.0 |
1082 | 2024-11-13T21:20:04.895Z | Downloaded lalrpop-util v0.19.12 |
1083 | 2024-11-13T21:20:04.897Z | Downloaded libloading v0.8.5 |
1084 | 2024-11-13T21:20:04.897Z | Downloaded hyper-rustls v0.27.3 |
1085 | 2024-11-13T21:20:04.900Z | Downloaded async-bb8-diesel v0.2.1 |
1086 | 2024-11-13T21:20:04.902Z | Downloaded iana-time-zone v0.1.61 |
1087 | 2024-11-13T21:20:04.905Z | Downloaded cookie_store v0.21.0 |
1088 | 2024-11-13T21:20:04.907Z | Downloaded ahash v0.8.11 |
1089 | 2024-11-13T21:20:04.910Z | Downloaded multimap v0.10.0 |
1090 | 2024-11-13T21:20:04.913Z | Downloaded mockall v0.13.0 |
1091 | 2024-11-13T21:20:04.913Z | Downloaded mio v1.0.2 |
1092 | 2024-11-13T21:20:04.918Z | Downloaded memoffset v0.9.1 |
1093 | 2024-11-13T21:20:04.920Z | Downloaded linear-map v1.2.0 |
1094 | 2024-11-13T21:20:04.923Z | Downloaded lazycell v1.3.0 |
1095 | 2024-11-13T21:20:04.923Z | Downloaded console v0.15.8 |
1096 | 2024-11-13T21:20:04.925Z | Downloaded cancel-safe-futures v0.1.5 |
1097 | 2024-11-13T21:20:04.928Z | Downloaded bcs v0.1.6 |
1098 | 2024-11-13T21:20:04.932Z | Downloaded libefi-sys v0.1.0 |
1099 | 2024-11-13T21:20:04.932Z | Downloaded hyper-tls v0.6.0 |
1100 | 2024-11-13T21:20:04.934Z | Downloaded kstat-rs v0.2.4 |
1101 | 2024-11-13T21:20:04.937Z | Downloaded keccak v0.1.5 |
1102 | 2024-11-13T21:20:04.940Z | Downloaded arrayvec v0.7.6 |
1103 | 2024-11-13T21:20:04.940Z | Downloaded internet-checksum v0.2.1 |
1104 | 2024-11-13T21:20:04.942Z | Downloaded inout v0.1.3 |
1105 | 2024-11-13T21:20:04.942Z | Downloaded hex-literal v0.4.1 |
1106 | 2024-11-13T21:20:04.947Z | Downloaded aho-corasick v1.1.3 |
1107 | 2024-11-13T21:20:04.949Z | Downloaded curve25519-dalek-derive v0.1.1 |
1108 | 2024-11-13T21:20:04.952Z | Downloaded ctr v0.9.2 |
1109 | 2024-11-13T21:20:04.954Z | Downloaded cmake v0.1.51 |
1110 | 2024-11-13T21:20:04.954Z | Downloaded blowfish v0.9.1 |
1111 | 2024-11-13T21:20:04.957Z | Downloaded cexpr v0.6.0 |
1112 | 2024-11-13T21:20:04.957Z | Downloaded castaway v0.2.3 |
1113 | 2024-11-13T21:20:04.960Z | Downloaded assert_matches v1.5.0 |
1114 | 2024-11-13T21:20:04.960Z | Downloaded backoff v0.4.0 |
1115 | 2024-11-13T21:20:04.963Z | Downloaded rustls-pemfile v1.0.4 |
1116 | 2024-11-13T21:20:04.966Z | Downloaded matches v0.1.10 |
1117 | 2024-11-13T21:20:04.966Z | Downloaded httparse v1.9.5 |
1118 | 2024-11-13T21:20:04.969Z | Downloaded cobs v0.2.3 |
1119 | 2024-11-13T21:20:04.971Z | Downloaded cipher v0.4.4 |
1120 | 2024-11-13T21:20:04.974Z | Downloaded chacha20 v0.9.1 |
1121 | 2024-11-13T21:20:04.976Z | Downloaded buf-list v1.0.3 |
1122 | 2024-11-13T21:20:04.980Z | Downloaded block-padding v0.3.3 |
1123 | 2024-11-13T21:20:04.982Z | Downloaded ring v0.17.8 |
1124 | 2024-11-13T21:20:05.051Z | Downloaded structmeta v0.3.0 |
1125 | 2024-11-13T21:20:05.054Z | Downloaded bit-vec v0.6.3 |
1126 | 2024-11-13T21:20:05.054Z | Downloaded crucible-workspace-hack v0.1.0 |
1127 | 2024-11-13T21:20:05.057Z | Downloaded ciborium-io v0.2.2 |
1128 | 2024-11-13T21:20:05.057Z | Downloaded hyper-util v0.1.10 |
1129 | 2024-11-13T21:20:05.059Z | Downloaded atty v0.2.14 |
1130 | 2024-11-13T21:20:05.062Z | Downloaded hyper-staticfile v0.10.1 |
1131 | 2024-11-13T21:20:05.065Z | Downloaded bytes v1.7.2 |
1132 | 2024-11-13T21:20:05.069Z | Downloaded md-5 v0.10.6 |
1133 | 2024-11-13T21:20:05.069Z | Downloaded lockfree-object-pool v0.1.6 |
1134 | 2024-11-13T21:20:05.071Z | Downloaded http v1.1.0 |
1135 | 2024-11-13T21:20:05.074Z | Downloaded linked-hash-map v0.5.6 |
1136 | 2024-11-13T21:20:05.077Z | Downloaded clang-sys v1.8.1 |
1137 | 2024-11-13T21:20:05.077Z | Downloaded argon2 v0.5.3 |
1138 | 2024-11-13T21:20:05.080Z | Downloaded const_format_proc_macros v0.2.33 |
1139 | 2024-11-13T21:20:05.083Z | Downloaded adler2 v2.0.0 |
1140 | 2024-11-13T21:20:05.083Z | Downloaded indent_write v2.2.0 |
1141 | 2024-11-13T21:20:05.090Z | Downloaded bzip2 v0.4.4 |
1142 | 2024-11-13T21:20:05.090Z | Downloaded ciborium-ll v0.2.2 |
1143 | 2024-11-13T21:20:05.090Z | Downloaded chrono-tz-build v0.4.0 |
1144 | 2024-11-13T21:20:05.090Z | Downloaded instant v0.1.13 |
1145 | 2024-11-13T21:20:05.093Z | Downloaded crossbeam-deque v0.8.5 |
1146 | 2024-11-13T21:20:05.093Z | Downloaded colored v2.1.0 |
1147 | 2024-11-13T21:20:05.093Z | Downloaded base16ct v0.2.0 |
1148 | 2024-11-13T21:20:05.093Z | Downloaded cassowary v0.3.0 |
1149 | 2024-11-13T21:20:05.096Z | Downloaded async-recursion v1.1.1 |
1150 | 2024-11-13T21:20:05.099Z | Downloaded array-init v0.0.4 |
1151 | 2024-11-13T21:20:05.100Z | Downloaded bit-set v0.5.3 |
1152 | 2024-11-13T21:20:05.158Z | Downloaded ring v0.16.20 |
1153 | 2024-11-13T21:20:05.242Z | Downloaded libsqlite3-sys v0.30.1 |
1154 | 2024-11-13T21:20:05.489Z | Downloaded aws-lc-sys v0.22.0 |
1155 | 2024-11-13T21:20:05.758Z | Compiling serde v1.0.215 |
1156 | 2024-11-13T21:20:05.767Z | Compiling lock_api v0.4.12 |
1157 | 2024-11-13T21:20:05.767Z | Compiling scopeguard v1.2.0 |
1158 | 2024-11-13T21:20:05.768Z | Compiling value-bag v1.9.0 |
1159 | 2024-11-13T21:20:05.768Z | Compiling typenum v1.17.0 |
1160 | 2024-11-13T21:20:05.769Z | Compiling generic-array v0.14.7 |
1161 | 2024-11-13T21:20:05.916Z | Compiling syn v2.0.87 |
1162 | 2024-11-13T21:20:05.927Z | Compiling getrandom v0.2.15 |
1163 | 2024-11-13T21:20:06.052Z | Compiling subtle v2.6.1 |
1164 | 2024-11-13T21:20:06.220Z | Compiling rand_core v0.6.4 |
1165 | 2024-11-13T21:20:06.340Z | Compiling log v0.4.22 |
1166 | 2024-11-13T21:20:06.462Z | Compiling shlex v1.3.0 |
1167 | 2024-11-13T21:20:06.505Z | Compiling jobserver v0.1.32 |
1168 | 2024-11-13T21:20:06.508Z | Compiling const-oid v0.9.6 |
1169 | 2024-11-13T21:20:06.860Z | Compiling smallvec v1.13.2 |
1170 | 2024-11-13T21:20:06.881Z | Compiling spin v0.9.8 |
1171 | 2024-11-13T21:20:07.016Z | Compiling cc v1.1.30 |
1172 | 2024-11-13T21:20:07.297Z | Compiling pin-project-lite v0.2.14 |
1173 | 2024-11-13T21:20:07.338Z | Compiling rustix v0.38.37 |
1174 | 2024-11-13T21:20:07.341Z | Compiling parking_lot_core v0.9.10 |
1175 | 2024-11-13T21:20:07.434Z | Compiling futures-core v0.3.31 |
1176 | 2024-11-13T21:20:07.609Z | Compiling signal-hook-registry v1.4.2 |
1177 | 2024-11-13T21:20:07.707Z | Compiling mio v1.0.2 |
1178 | 2024-11-13T21:20:08.313Z | Compiling parking_lot v0.12.3 |
1179 | 2024-11-13T21:20:08.517Z | Compiling aho-corasick v1.1.3 |
1180 | 2024-11-13T21:20:08.536Z | Compiling regex-syntax v0.8.5 |
1181 | 2024-11-13T21:20:08.649Z | Compiling either v1.13.0 |
1182 | 2024-11-13T21:20:08.902Z | Compiling cpufeatures v0.2.14 |
1183 | 2024-11-13T21:20:09.022Z | Compiling lazy_static v1.5.0 |
1184 | 2024-11-13T21:20:09.067Z | Compiling glob v0.3.1 |
1185 | 2024-11-13T21:20:09.177Z | Compiling stable_deref_trait v1.2.0 |
1186 | 2024-11-13T21:20:09.204Z | Compiling futures-sink v0.3.31 |
1187 | 2024-11-13T21:20:09.313Z | Compiling socket2 v0.5.7 |
1188 | 2024-11-13T21:20:09.414Z | Compiling slab v0.4.9 |
1189 | 2024-11-13T21:20:09.443Z | Compiling prettyplease v0.2.25 |
1190 | 2024-11-13T21:20:09.736Z | Compiling minimal-lexical v0.2.1 |
1191 | 2024-11-13T21:20:10.046Z | Compiling clang-sys v1.8.1 |
1192 | 2024-11-13T21:20:10.120Z | Compiling libloading v0.8.5 |
1193 | 2024-11-13T21:20:10.269Z | Compiling nom v7.1.3 |
1194 | 2024-11-13T21:20:10.300Z | Compiling bindgen v0.69.5 |
1195 | 2024-11-13T21:20:10.539Z | Compiling serde_json v1.0.132 |
1196 | 2024-11-13T21:20:10.769Z | Compiling home v0.5.9 |
1197 | 2024-11-13T21:20:11.032Z | Compiling futures-channel v0.3.31 |
1198 | 2024-11-13T21:20:11.103Z | Compiling itertools v0.12.1 |
1199 | 2024-11-13T21:20:11.453Z | Compiling futures-task v0.3.31 |
1200 | 2024-11-13T21:20:11.584Z | Compiling pin-utils v0.1.0 |
1201 | 2024-11-13T21:20:11.693Z | Compiling allocator-api2 v0.2.18 |
1202 | 2024-11-13T21:20:11.761Z | Compiling lazycell v1.3.0 |
1203 | 2024-11-13T21:20:11.929Z | Compiling rustc-hash v1.1.0 |
1204 | 2024-11-13T21:20:12.083Z | Compiling foldhash v0.1.3 |
1205 | 2024-11-13T21:20:12.383Z | Compiling regex-automata v0.4.8 |
1206 | 2024-11-13T21:20:12.498Z | Compiling futures-io v0.3.31 |
1207 | 2024-11-13T21:20:12.809Z | Compiling hashbrown v0.15.0 |
1208 | 2024-11-13T21:20:13.976Z | Compiling synstructure v0.13.1 |
1209 | 2024-11-13T21:20:14.211Z | Compiling cexpr v0.6.0 |
1210 | 2024-11-13T21:20:14.240Z | Compiling cmake v0.1.51 |
1211 | 2024-11-13T21:20:15.268Z | Compiling fs_extra v1.3.0 |
1212 | 2024-11-13T21:20:15.533Z | Compiling tinyvec_macros v0.1.1 |
1213 | 2024-11-13T21:20:15.628Z | Compiling libm v0.2.8 |
1214 | 2024-11-13T21:20:15.676Z | Compiling pkg-config v0.3.31 |
1215 | 2024-11-13T21:20:15.876Z | Compiling dunce v1.0.5 |
1216 | 2024-11-13T21:20:15.982Z | Compiling tinyvec v1.8.0 |
1217 | 2024-11-13T21:20:16.002Z | Compiling num-traits v0.2.19 |
1218 | 2024-11-13T21:20:16.506Z | Compiling ring v0.17.8 |
1219 | 2024-11-13T21:20:17.283Z | Compiling unicode-bidi v0.3.17 |
1220 | 2024-11-13T21:20:17.304Z | Compiling base64ct v1.6.0 |
1221 | 2024-11-13T21:20:17.453Z | Compiling paste v1.0.15 |
1222 | 2024-11-13T21:20:17.527Z | Compiling unicode-normalization v0.1.24 |
1223 | 2024-11-13T21:20:17.690Z | Compiling litemap v0.7.3 |
1224 | 2024-11-13T21:20:17.851Z | Compiling writeable v0.5.5 |
1225 | 2024-11-13T21:20:17.968Z | Compiling regex v1.11.1 |
1226 | 2024-11-13T21:20:18.169Z | Compiling pem-rfc7468 v0.7.0 |
1227 | 2024-11-13T21:20:18.695Z | Compiling aws-lc-rs v1.10.0 |
1228 | 2024-11-13T21:20:18.898Z | Compiling httparse v1.9.5 |
1229 | 2024-11-13T21:20:19.081Z | Compiling flagset v0.4.6 |
1230 | 2024-11-13T21:20:19.299Z | Compiling tracing-core v0.1.32 |
1231 | 2024-11-13T21:20:19.696Z | Compiling crossbeam-utils v0.8.20 |
1232 | 2024-11-13T21:20:20.281Z | Compiling icu_locid_transform_data v1.5.0 |
1233 | 2024-11-13T21:20:20.301Z | Compiling rustls-pki-types v1.9.0 |
1234 | 2024-11-13T21:20:20.390Z | Compiling percent-encoding v2.3.1 |
1235 | 2024-11-13T21:20:20.601Z | Compiling untrusted v0.7.1 |
1236 | 2024-11-13T21:20:20.669Z | Compiling serde_derive v1.0.215 |
1237 | 2024-11-13T21:20:20.718Z | Compiling zeroize_derive v1.4.2 |
1238 | 2024-11-13T21:20:20.775Z | Compiling zerocopy-derive v0.7.35 |
1239 | 2024-11-13T21:20:21.193Z | Compiling tokio-macros v2.4.0 |
1240 | 2024-11-13T21:20:21.376Z | Compiling zerofrom-derive v0.1.4 |
1241 | 2024-11-13T21:20:22.323Z | Compiling zeroize v1.8.1 |
1242 | 2024-11-13T21:20:22.780Z | Compiling thiserror-impl v1.0.69 |
1243 | 2024-11-13T21:20:23.109Z | Compiling zerocopy v0.7.35 |
1244 | 2024-11-13T21:20:23.164Z | Compiling yoke-derive v0.7.4 |
1245 | 2024-11-13T21:20:24.131Z | Compiling crypto-common v0.1.6 |
1246 | 2024-11-13T21:20:24.385Z | Compiling block-buffer v0.10.4 |
1247 | 2024-11-13T21:20:24.431Z | Compiling zerovec-derive v0.10.3 |
1248 | 2024-11-13T21:20:24.637Z | Compiling digest v0.10.7 |
1249 | 2024-11-13T21:20:24.640Z | Compiling futures-macro v0.3.31 |
1250 | 2024-11-13T21:20:25.064Z | Compiling hmac v0.12.1 |
1251 | 2024-11-13T21:20:25.136Z | Compiling block-padding v0.3.3 |
1252 | 2024-11-13T21:20:25.304Z | Compiling displaydoc v0.2.5 |
1253 | 2024-11-13T21:20:25.390Z | Compiling inout v0.1.3 |
1254 | 2024-11-13T21:20:25.582Z | Compiling zerofrom v0.1.4 |
1255 | 2024-11-13T21:20:25.677Z | Compiling cipher v0.4.4 |
1256 | 2024-11-13T21:20:25.808Z | Compiling sha2 v0.10.8 |
1257 | 2024-11-13T21:20:26.095Z | Compiling thiserror v1.0.69 |
1258 | 2024-11-13T21:20:26.229Z | Compiling ppv-lite86 v0.2.20 |
1259 | 2024-11-13T21:20:26.250Z | Compiling icu_provider_macros v1.5.0 |
1260 | 2024-11-13T21:20:26.272Z | Compiling yoke v0.7.4 |
1261 | 2024-11-13T21:20:26.596Z | Compiling futures-util v0.3.31 |
1262 | 2024-11-13T21:20:26.639Z | Compiling der_derive v0.7.3 |
1263 | 2024-11-13T21:20:27.096Z | Compiling rand_chacha v0.3.1 |
1264 | 2024-11-13T21:20:27.140Z | Compiling tracing-attributes v0.1.27 |
1265 | 2024-11-13T21:20:27.229Z | Compiling zerovec v0.10.4 |
1266 | 2024-11-13T21:20:27.466Z | Compiling pest v2.7.14 |
1267 | 2024-11-13T21:20:29.278Z | Compiling tinystr v0.7.6 |
1268 | 2024-11-13T21:20:29.317Z | Compiling der v0.7.9 |
1269 | 2024-11-13T21:20:29.420Z | Compiling icu_collections v1.5.0 |
1270 | 2024-11-13T21:20:29.486Z | Compiling rand v0.8.5 |
1271 | 2024-11-13T21:20:29.748Z | Compiling icu_locid v1.5.0 |
1272 | 2024-11-13T21:20:30.550Z | Compiling salsa20 v0.10.2 |
1273 | 2024-11-13T21:20:30.788Z | Compiling pbkdf2 v0.12.2 |
1274 | 2024-11-13T21:20:30.958Z | Compiling icu_provider v1.5.0 |
1275 | 2024-11-13T21:20:30.988Z | Compiling untrusted v0.9.0 |
1276 | 2024-11-13T21:20:31.073Z | Compiling tracing v0.1.40 |
1277 | 2024-11-13T21:20:31.167Z | Compiling num-conv v0.1.0 |
1278 | 2024-11-13T21:20:31.470Z | Compiling spki v0.7.3 |
1279 | 2024-11-13T21:20:31.611Z | Compiling powerfmt v0.2.0 |
1280 | 2024-11-13T21:20:31.636Z | Compiling icu_locid_transform v1.5.0 |
1281 | 2024-11-13T21:20:31.910Z | Compiling icu_properties_data v1.5.0 |
1282 | 2024-11-13T21:20:32.059Z | Compiling time-core v0.1.2 |
1283 | 2024-11-13T21:20:32.084Z | Compiling mirai-annotations v1.12.0 |
1284 | 2024-11-13T21:20:32.104Z | Compiling vcpkg v0.2.15 |
1285 | 2024-11-13T21:20:32.183Z | Compiling deranged v0.3.11 |
1286 | 2024-11-13T21:20:32.243Z | Compiling time-macros v0.2.18 |
1287 | 2024-11-13T21:20:32.708Z | Compiling scrypt v0.11.0 |
1288 | 2024-11-13T21:20:32.839Z | Compiling icu_properties v1.5.1 |
1289 | 2024-11-13T21:20:33.288Z | Compiling pest_meta v2.7.14 |
1290 | 2024-11-13T21:20:34.019Z | Compiling aes v0.8.4 |
1291 | 2024-11-13T21:20:34.329Z | Compiling openssl-sys v0.9.104 |
1292 | 2024-11-13T21:20:34.383Z | Compiling cbc v0.1.2 |
1293 | 2024-11-13T21:20:34.626Z | Compiling scroll_derive v0.12.0 |
1294 | 2024-11-13T21:20:35.226Z | Compiling bitflags v2.6.0 |
1295 | 2024-11-13T21:20:35.424Z | Compiling bytes v1.7.2 |
1296 | 2024-11-13T21:20:36.053Z | Compiling indexmap v2.6.0 |
1297 | 2024-11-13T21:20:36.109Z | Compiling semver v1.0.23 |
1298 | 2024-11-13T21:20:36.737Z | Compiling tokio v1.40.0 |
1299 | 2024-11-13T21:20:36.894Z | Compiling http v1.1.0 |
1300 | 2024-11-13T21:20:36.925Z | Compiling rustc_version v0.4.1 |
1301 | 2024-11-13T21:20:37.710Z | Compiling write16 v1.0.0 |
1302 | 2024-11-13T21:20:37.837Z | Compiling atomic-waker v1.1.2 |
1303 | 2024-11-13T21:20:37.893Z | Compiling utf16_iter v1.0.5 |
1304 | 2024-11-13T21:20:38.037Z | Compiling utf8_iter v1.0.4 |
1305 | 2024-11-13T21:20:38.103Z | Compiling num_threads v0.1.7 |
1306 | 2024-11-13T21:20:38.241Z | Compiling icu_normalizer_data v1.5.0 |
1307 | 2024-11-13T21:20:38.283Z | Compiling time v0.3.36 |
1308 | 2024-11-13T21:20:38.348Z | Compiling icu_normalizer v1.5.0 |
1309 | 2024-11-13T21:20:38.391Z | Compiling scroll v0.12.0 |
1310 | 2024-11-13T21:20:38.828Z | Compiling http-body v1.0.1 |
1311 | 2024-11-13T21:20:38.971Z | Compiling pkcs5 v0.7.1 |
1312 | 2024-11-13T21:20:39.073Z | Compiling pest_generator v2.7.14 |
1313 | 2024-11-13T21:20:39.096Z | Compiling form_urlencoded v1.2.1 |
1314 | 2024-11-13T21:20:39.418Z | Compiling try-lock v0.2.5 |
1315 | 2024-11-13T21:20:39.440Z | Compiling which v4.4.2 |
1316 | 2024-11-13T21:20:39.567Z | Compiling slog v2.7.0 |
1317 | 2024-11-13T21:20:40.143Z | Compiling pkcs8 v0.10.2 |
1318 | 2024-11-13T21:20:40.182Z | Compiling want v0.3.1 |
1319 | 2024-11-13T21:20:40.381Z | Compiling goblin v0.8.2 |
1320 | 2024-11-13T21:20:40.475Z | Compiling idna_adapter v1.2.0 |
1321 | 2024-11-13T21:20:40.702Z | Compiling httpdate v1.0.3 |
1322 | 2024-11-13T21:20:40.883Z | Compiling idna v1.0.3 |
1323 | 2024-11-13T21:20:41.143Z | Compiling toml_datetime v0.6.8 |
1324 | 2024-11-13T21:20:41.194Z | Compiling pest_derive v2.7.14 |
1325 | 2024-11-13T21:20:41.670Z | Compiling uuid v1.11.0 |
1326 | 2024-11-13T21:20:41.766Z | Compiling serde_spanned v0.6.8 |
1327 | 2024-11-13T21:20:41.987Z | Compiling serde_tokenstream v0.2.2 |
1328 | 2024-11-13T21:20:42.017Z | Compiling dtrace-parser v0.2.0 |
1329 | 2024-11-13T21:20:42.633Z | Compiling rustversion v1.0.17 |
1330 | 2024-11-13T21:20:42.773Z | Compiling base64 v0.22.1 |
1331 | 2024-11-13T21:20:43.181Z | Compiling openssl v0.10.68 |
1332 | 2024-11-13T21:20:43.362Z | Compiling match_cfg v0.1.0 |
1333 | 2024-11-13T21:20:43.462Z | Compiling iana-time-zone v0.1.61 |
1334 | 2024-11-13T21:20:43.517Z | Compiling adler2 v2.0.0 |
1335 | 2024-11-13T21:20:43.603Z | Compiling foreign-types-shared v0.1.1 |
1336 | 2024-11-13T21:20:43.622Z | Compiling tower-service v0.3.3 |
1337 | 2024-11-13T21:20:43.715Z | Compiling foreign-types v0.3.2 |
1338 | 2024-11-13T21:20:43.736Z | Compiling miniz_oxide v0.8.0 |
1339 | 2024-11-13T21:20:43.755Z | Compiling chrono v0.4.38 |
1340 | 2024-11-13T21:20:43.839Z | Compiling hostname v0.3.1 |
1341 | 2024-11-13T21:20:43.964Z | Compiling url v2.5.3 |
1342 | 2024-11-13T21:20:44.220Z | Compiling async-trait v0.1.83 |
1343 | 2024-11-13T21:20:45.279Z | Compiling tokio-util v0.7.12 |
1344 | 2024-11-13T21:20:45.457Z | Compiling openssl-macros v0.1.1 |
1345 | 2024-11-13T21:20:46.055Z | Compiling dof v0.3.0 |
1346 | 2024-11-13T21:20:46.205Z | Compiling dirs-sys-next v0.1.2 |
1347 | 2024-11-13T21:20:46.747Z | Compiling h2 v0.4.6 |
1348 | 2024-11-13T21:20:46.896Z | Compiling usdt-impl v0.5.0 |
1349 | 2024-11-13T21:20:47.023Z | Compiling syn v1.0.109 |
1350 | 2024-11-13T21:20:47.756Z | Compiling data-encoding v2.6.0 |
1351 | 2024-11-13T21:20:47.779Z | Compiling native-tls v0.2.12 |
1352 | 2024-11-13T21:20:47.982Z | Compiling rustls v0.23.14 |
1353 | 2024-11-13T21:20:48.231Z | Compiling rustls v0.22.4 |
1354 | 2024-11-13T21:20:48.251Z | Compiling siphasher v0.3.11 |
1355 | 2024-11-13T21:20:48.536Z | Compiling dirs-next v2.0.0 |
1356 | 2024-11-13T21:20:48.732Z | Compiling http-body-util v0.1.2 |
1357 | 2024-11-13T21:20:49.277Z | Compiling crossbeam-epoch v0.9.18 |
1358 | 2024-11-13T21:20:50.008Z | Compiling heapless v0.7.17 |
1359 | 2024-11-13T21:20:50.030Z | Compiling sha1 v0.10.6 |
1360 | 2024-11-13T21:20:50.064Z | Compiling signature v2.2.0 |
1361 | 2024-11-13T21:20:50.358Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1362 | 2024-11-13T21:20:50.437Z | Compiling serde_derive_internals v0.29.1 |
1363 | 2024-11-13T21:20:50.456Z | Compiling thread_local v1.1.8 |
1364 | 2024-11-13T21:20:50.732Z | Compiling cookie v0.18.1 |
1365 | 2024-11-13T21:20:50.855Z | Compiling multer v3.1.0 |
1366 | 2024-11-13T21:20:51.008Z | Compiling encoding_rs v0.8.34 |
1367 | 2024-11-13T21:20:51.029Z | Compiling ipnet v2.10.1 |
1368 | 2024-11-13T21:20:51.137Z | Compiling rayon-core v1.12.1 |
1369 | 2024-11-13T21:20:51.413Z | Compiling gimli v0.31.1 |
1370 | 2024-11-13T21:20:52.265Z | Compiling slog-async v2.8.0 |
1371 | 2024-11-13T21:20:52.288Z | Compiling unicode-properties v0.1.3 |
1372 | 2024-11-13T21:20:52.679Z | Compiling schemars v0.8.21 |
1373 | 2024-11-13T21:20:52.762Z | Compiling openssl-probe v0.1.5 |
1374 | 2024-11-13T21:20:53.014Z | Compiling signal-hook v0.3.17 |
1375 | 2024-11-13T21:20:53.129Z | Compiling mime v0.3.17 |
1376 | 2024-11-13T21:20:53.220Z | Compiling schemars_derive v0.8.21 |
1377 | 2024-11-13T21:20:53.398Z | Compiling toml_edit v0.22.22 |
1378 | 2024-11-13T21:20:53.716Z | Compiling hyper v1.5.0 |
1379 | 2024-11-13T21:20:56.135Z | Compiling hyper-util v0.1.10 |
1380 | 2024-11-13T21:20:56.589Z | Compiling addr2line v0.24.2 |
1381 | 2024-11-13T21:20:56.674Z | Compiling stringprep v0.1.5 |
1382 | 2024-11-13T21:20:57.432Z | Compiling usdt-attr-macro v0.5.0 |
1383 | 2024-11-13T21:20:57.455Z | Compiling usdt-macro v0.5.0 |
1384 | 2024-11-13T21:20:57.905Z | Compiling crossbeam-deque v0.8.5 |
1385 | 2024-11-13T21:20:57.925Z | Compiling term v0.7.0 |
1386 | 2024-11-13T21:20:58.858Z | Compiling slog-json v2.6.1 |
1387 | 2024-11-13T21:20:58.908Z | Compiling serde_urlencoded v0.7.1 |
1388 | 2024-11-13T21:20:59.043Z | Compiling crossbeam-channel v0.5.13 |
1389 | 2024-11-13T21:20:59.241Z | Compiling curve25519-dalek v4.1.3 |
1390 | 2024-11-13T21:20:59.243Z | Compiling futures-executor v0.3.31 |
1391 | 2024-11-13T21:20:59.380Z | Compiling enum-as-inner v0.6.1 |
1392 | 2024-11-13T21:20:59.448Z | Compiling md-5 v0.10.6 |
1393 | 2024-11-13T21:20:59.720Z | Compiling rustls-pemfile v2.2.0 |
1394 | 2024-11-13T21:20:59.825Z | Compiling async-stream-impl v0.3.6 |
1395 | 2024-11-13T21:20:59.902Z | Compiling num-integer v0.1.46 |
1396 | 2024-11-13T21:21:00.051Z | Compiling idna v0.3.0 |
1397 | 2024-11-13T21:21:00.150Z | Compiling idna v0.4.0 |
1398 | 2024-11-13T21:21:00.473Z | Compiling hash32 v0.2.1 |
1399 | 2024-11-13T21:21:00.724Z | Compiling ff v0.13.0 |
1400 | 2024-11-13T21:21:00.856Z | Compiling is-terminal v0.4.13 |
1401 | 2024-11-13T21:21:00.960Z | Compiling object v0.36.5 |
1402 | 2024-11-13T21:21:00.987Z | Compiling dropshot v0.12.0 |
1403 | 2024-11-13T21:21:01.210Z | Compiling num-bigint-dig v0.8.4 |
1404 | 2024-11-13T21:21:01.273Z | Compiling take_mut v0.2.2 |
1405 | 2024-11-13T21:21:01.432Z | Compiling base16ct v0.2.0 |
1406 | 2024-11-13T21:21:01.492Z | Compiling psl-types v2.0.11 |
1407 | 2024-11-13T21:21:01.738Z | Compiling linked-hash-map v0.5.6 |
1408 | 2024-11-13T21:21:01.757Z | Compiling rustc-demangle v0.1.24 |
1409 | 2024-11-13T21:21:01.778Z | Compiling fallible-iterator v0.2.0 |
1410 | 2024-11-13T21:21:01.795Z | Compiling portable-atomic v1.9.0 |
1411 | 2024-11-13T21:21:01.844Z | Compiling utf-8 v0.7.6 |
1412 | 2024-11-13T21:21:02.102Z | Compiling quick-error v1.2.3 |
1413 | 2024-11-13T21:21:02.195Z | Compiling anyhow v1.0.93 |
1414 | 2024-11-13T21:21:02.245Z | Compiling smoltcp v0.9.1 |
1415 | 2024-11-13T21:21:02.503Z | Compiling dyn-clone v1.0.17 |
1416 | 2024-11-13T21:21:02.735Z | Compiling postgres-protocol v0.6.7 |
1417 | 2024-11-13T21:21:02.918Z | Compiling resolv-conf v0.7.0 |
1418 | 2024-11-13T21:21:02.971Z | Compiling lru-cache v0.1.2 |
1419 | 2024-11-13T21:21:03.163Z | Compiling tungstenite v0.24.0 |
1420 | 2024-11-13T21:21:03.191Z | Compiling publicsuffix v2.2.3 |
1421 | 2024-11-13T21:21:03.453Z | Compiling sec1 v0.7.3 |
1422 | 2024-11-13T21:21:04.079Z | Compiling async-stream v0.3.6 |
1423 | 2024-11-13T21:21:04.100Z | Compiling hickory-proto v0.24.1 |
1424 | 2024-11-13T21:21:04.387Z | Compiling usdt v0.5.0 |
1425 | 2024-11-13T21:21:04.898Z | Compiling slog-term v2.9.1 |
1426 | 2024-11-13T21:21:04.926Z | Compiling group v0.13.0 |
1427 | 2024-11-13T21:21:05.469Z | Compiling num-iter v0.1.45 |
1428 | 2024-11-13T21:21:05.779Z | Compiling futures v0.3.31 |
1429 | 2024-11-13T21:21:05.904Z | Compiling slog-bunyan v2.5.0 |
1430 | 2024-11-13T21:21:06.507Z | Compiling camino v1.1.9 |
1431 | 2024-11-13T21:21:07.426Z | Compiling toml v0.8.19 |
1432 | 2024-11-13T21:21:07.521Z | Compiling tokio-native-tls v0.3.1 |
1433 | 2024-11-13T21:21:07.791Z | Compiling phf_shared v0.11.2 |
1434 | 2024-11-13T21:21:07.962Z | Compiling dropshot_endpoint v0.12.0 |
1435 | 2024-11-13T21:21:08.193Z | Compiling terminal_size v0.4.0 |
1436 | 2024-11-13T21:21:08.418Z | Compiling backtrace v0.3.74 |
1437 | 2024-11-13T21:21:08.514Z | Compiling waitgroup v0.1.2 |
1438 | 2024-11-13T21:21:08.733Z | Compiling openapiv3 v2.0.0 |
1439 | 2024-11-13T21:21:09.187Z | Compiling serde_path_to_error v0.1.16 |
1440 | 2024-11-13T21:21:09.224Z | Compiling hkdf v0.12.4 |
1441 | 2024-11-13T21:21:09.478Z | Compiling crypto-bigint v0.5.5 |
1442 | 2024-11-13T21:21:10.003Z | Compiling webpki-roots v0.26.6 |
1443 | 2024-11-13T21:21:10.235Z | Compiling curve25519-dalek-derive v0.1.1 |
1444 | 2024-11-13T21:21:11.864Z | Compiling zerocopy-derive v0.6.6 |
1445 | 2024-11-13T21:21:12.139Z | Compiling idna v0.5.0 |
1446 | 2024-11-13T21:21:12.550Z | Compiling hubpack_derive v0.1.1 |
1447 | 2024-11-13T21:21:12.679Z | Compiling hostname v0.4.0 |
1448 | 2024-11-13T21:21:12.952Z | Compiling fs-err v2.11.0 |
1449 | 2024-11-13T21:21:13.121Z | Compiling ahash v0.8.11 |
1450 | 2024-11-13T21:21:13.237Z | Compiling crc32fast v1.4.2 |
1451 | 2024-11-13T21:21:13.446Z | Compiling managed v0.8.0 |
1452 | 2024-11-13T21:21:13.449Z | Compiling bitflags v1.3.2 |
1453 | 2024-11-13T21:21:13.570Z | Compiling winnow v0.5.40 |
1454 | 2024-11-13T21:21:13.591Z | Compiling debug-ignore v1.0.5 |
1455 | 2024-11-13T21:21:13.729Z | Compiling strum_macros v0.25.3 |
1456 | 2024-11-13T21:21:13.752Z | Compiling clap_builder v4.5.20 |
1457 | 2024-11-13T21:21:14.133Z | Compiling zerocopy v0.6.6 |
1458 | 2024-11-13T21:21:14.820Z | Compiling console v0.15.8 |
1459 | 2024-11-13T21:21:15.002Z | Compiling flate2 v1.0.34 |
1460 | 2024-11-13T21:21:15.654Z | Compiling hubpack v0.1.2 |
1461 | 2024-11-13T21:21:16.076Z | Compiling cookie_store v0.21.0 |
1462 | 2024-11-13T21:21:16.114Z | Compiling elliptic-curve v0.13.8 |
1463 | 2024-11-13T21:21:16.504Z | Compiling hickory-resolver v0.24.1 |
1464 | 2024-11-13T21:21:17.502Z | Compiling toml_edit v0.19.15 |
1465 | 2024-11-13T21:21:17.744Z | Compiling phf v0.11.2 |
1466 | 2024-11-13T21:21:17.896Z | Compiling signal-hook-mio v0.2.4 |
1467 | 2024-11-13T21:21:17.918Z | Compiling hyper-tls v0.6.0 |
1468 | 2024-11-13T21:21:18.041Z | Compiling rayon v1.10.0 |
1469 | 2024-11-13T21:21:18.070Z | Compiling bzip2 v0.4.4 |
1470 | 2024-11-13T21:21:18.468Z | Compiling tokio-tungstenite v0.24.0 |
1471 | 2024-11-13T21:21:19.013Z | Compiling postgres-types v0.2.8 |
1472 | 2024-11-13T21:21:21.949Z | Compiling ed25519 v2.2.3 |
1473 | 2024-11-13T21:21:22.917Z | Compiling phf_shared v0.10.0 |
1474 | 2024-11-13T21:21:23.216Z | Compiling tokio-stream v0.1.16 |
1475 | 2024-11-13T21:21:23.293Z | Compiling pkcs1 v0.7.5 |
1476 | 2024-11-13T21:21:23.326Z | Compiling serde-big-array v0.5.1 |
1477 | 2024-11-13T21:21:23.560Z | Compiling clap_derive v4.5.18 |
1478 | 2024-11-13T21:21:23.841Z | Compiling rfc6979 v0.4.0 |
1479 | 2024-11-13T21:21:24.038Z | Compiling serde_repr v0.1.19 |
1480 | 2024-11-13T21:21:24.264Z | Compiling derive-where v1.2.7 |
1481 | 2024-11-13T21:21:24.306Z | Compiling float-cmp v0.9.0 |
1482 | 2024-11-13T21:21:24.327Z | Compiling bstr v1.10.0 |
1483 | 2024-11-13T21:21:24.550Z | Compiling sync_wrapper v1.0.1 |
1484 | 2024-11-13T21:21:24.713Z | Compiling bit-vec v0.6.3 |
1485 | 2024-11-13T21:21:25.177Z | Compiling fixedbitset v0.4.2 |
1486 | 2024-11-13T21:21:25.216Z | Compiling unicode-segmentation v1.12.0 |
1487 | 2024-11-13T21:21:25.544Z | Compiling number_prefix v0.4.0 |
1488 | 2024-11-13T21:21:25.632Z | Compiling precomputed-hash v0.1.1 |
1489 | 2024-11-13T21:21:25.754Z | Compiling static_assertions v1.1.0 |
1490 | 2024-11-13T21:21:25.774Z | Compiling new_debug_unreachable v1.0.6 |
1491 | 2024-11-13T21:21:25.853Z | Compiling whoami v1.5.2 |
1492 | 2024-11-13T21:21:25.874Z | Compiling difflib v0.4.0 |
1493 | 2024-11-13T21:21:26.119Z | Compiling predicates-core v1.0.8 |
1494 | 2024-11-13T21:21:26.140Z | Compiling normalize-line-endings v0.3.0 |
1495 | 2024-11-13T21:21:26.269Z | Compiling tokio-postgres v0.7.12 |
1496 | 2024-11-13T21:21:26.476Z | Compiling predicates v3.1.2 |
1497 | 2024-11-13T21:21:26.494Z | Compiling similar v2.6.0 |
1498 | 2024-11-13T21:21:27.598Z | Compiling string_cache v0.8.7 |
1499 | 2024-11-13T21:21:27.928Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1500 | 2024-11-13T21:21:28.074Z | Compiling indicatif v0.17.8 |
1501 | 2024-11-13T21:21:28.263Z | Compiling petgraph v0.6.5 |
1502 | 2024-11-13T21:21:28.682Z | Compiling clap v4.5.20 |
1503 | 2024-11-13T21:21:28.806Z | Compiling bit-set v0.5.3 |
1504 | 2024-11-13T21:21:28.982Z | Compiling ecdsa v0.16.9 |
1505 | 2024-11-13T21:21:29.109Z | Compiling rsa v0.9.6 |
1506 | 2024-11-13T21:21:29.884Z | Compiling ed25519-dalek v2.1.1 |
1507 | 2024-11-13T21:21:30.347Z | Compiling toml v0.7.8 |
1508 | 2024-11-13T21:21:31.202Z | Compiling zip v0.6.6 |
1509 | 2024-11-13T21:21:32.038Z | Compiling crossterm v0.28.1 |
1510 | 2024-11-13T21:21:32.684Z | Compiling hex v0.4.3 |
1511 | 2024-11-13T21:21:32.778Z | Compiling x509-cert v0.2.5 |
1512 | 2024-11-13T21:21:33.007Z | Compiling itertools v0.10.5 |
1513 | 2024-11-13T21:21:33.106Z | Compiling peg-runtime v0.8.3 |
1514 | 2024-11-13T21:21:33.279Z | Compiling lalrpop-util v0.19.12 |
1515 | 2024-11-13T21:21:33.650Z | Compiling unicode-xid v0.2.6 |
1516 | 2024-11-13T21:21:33.778Z | Compiling strum_macros v0.26.4 |
1517 | 2024-11-13T21:21:33.821Z | Compiling xattr v1.3.1 |
1518 | 2024-11-13T21:21:34.103Z | Compiling filetime v0.2.25 |
1519 | 2024-11-13T21:21:34.416Z | Compiling tar v0.4.43 |
1520 | 2024-11-13T21:21:39.023Z | Compiling strum v0.26.3 |
1521 | 2024-11-13T21:21:41.626Z | Compiling aws-lc-sys v0.22.0 |
1522 | 2024-11-13T21:22:09.560Z | Compiling rustls-webpki v0.102.8 |
1523 | 2024-11-13T21:22:12.932Z | Compiling tokio-rustls v0.25.0 |
1524 | 2024-11-13T21:22:15.377Z | Compiling tokio-rustls v0.26.0 |
1525 | 2024-11-13T21:22:15.654Z | Compiling hyper-rustls v0.27.3 |
1526 | 2024-11-13T21:22:15.908Z | Compiling reqwest v0.12.9 |
1527 | 2024-11-13T21:22:16.301Z | Compiling qorb v0.2.0 |
1528 | 2024-11-13T21:22:21.745Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1529 | 2024-11-13T21:22:21.987Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1530 | 2024-11-13T21:22:27.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1531 | 2024-11-13T21:22:27.593Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1532 | 2024-11-13T21:22:27.643Z | Nov 13 21:22:26.907 INFO Starting download, target: Cockroach |
1533 | 2024-11-13T21:22:27.643Z | Nov 13 21:22:26.908 INFO Starting download, target: Clickhouse |
1534 | 2024-11-13T21:22:27.646Z | Nov 13 21:22:26.908 INFO Starting download, target: Console |
1535 | 2024-11-13T21:22:27.646Z | Nov 13 21:22:26.908 INFO Starting download, target: DendriteOpenapi |
1536 | 2024-11-13T21:22:27.646Z | Nov 13 21:22:26.908 INFO Starting download, target: DendriteStub |
1537 | 2024-11-13T21:22:27.646Z | Nov 13 21:22:26.908 INFO Starting download, target: MaghemiteMgd |
1538 | 2024-11-13T21:22:27.646Z | Nov 13 21:22:26.908 INFO Starting download, target: TransceiverControl |
1539 | 2024-11-13T21:22:27.646Z | Nov 13 21:22:26.909 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1540 | 2024-11-13T21:22:27.646Z | Nov 13 21:22:26.909 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1541 | 2024-11-13T21:22:27.647Z | Nov 13 21:22:26.909 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1542 | 2024-11-13T21:22:27.647Z | Nov 13 21:22:26.909 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1543 | 2024-11-13T21:22:27.647Z | Nov 13 21:22:26.909 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1544 | 2024-11-13T21:22:27.647Z | Nov 13 21:22:26.909 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1545 | 2024-11-13T21:22:27.647Z | Nov 13 21:22:26.909 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1546 | 2024-11-13T21:22:27.913Z | Nov 13 21:22:27.170 INFO Download complete, target: DendriteOpenapi |
1547 | 2024-11-13T21:22:28.117Z | Nov 13 21:22:27.367 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1548 | 2024-11-13T21:22:28.177Z | Nov 13 21:22:27.433 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1549 | 2024-11-13T21:22:28.527Z | Nov 13 21:22:27.777 INFO Download complete, target: Console |
1550 | 2024-11-13T21:22:28.583Z | Nov 13 21:22:27.846 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1551 | 2024-11-13T21:22:28.786Z | Nov 13 21:22:28.050 INFO Download complete, target: TransceiverControl |
1552 | 2024-11-13T21:22:28.880Z | Nov 13 21:22:28.144 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1553 | 2024-11-13T21:22:29.632Z | Nov 13 21:22:28.897 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1554 | 2024-11-13T21:22:29.632Z | Nov 13 21:22:28.897 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1555 | 2024-11-13T21:22:29.841Z | Nov 13 21:22:29.105 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1556 | 2024-11-13T21:22:31.453Z | Nov 13 21:22:30.717 INFO Download complete, target: DendriteStub |
1557 | 2024-11-13T21:22:31.945Z | Nov 13 21:22:31.209 INFO Download complete, target: MaghemiteMgd |
1558 | 2024-11-13T21:22:37.371Z | Nov 13 21:22:36.634 INFO Checking that binary works, target: Cockroach |
1559 | 2024-11-13T21:22:37.534Z | Nov 13 21:22:36.797 INFO Download complete, target: Cockroach |
1560 | 2024-11-13T21:22:43.007Z | Nov 13 21:22:42.262 INFO Checking that binary works, target: Clickhouse |
1561 | 2024-11-13T21:22:43.198Z | Nov 13 21:22:42.406 INFO Download complete, target: Clickhouse |
1562 | 2024-11-13T21:22:43.249Z | All builder prerequisites installed successfully, and PATH looks valid |
1563 | 2024-11-13T21:22:43.249Z | |
1564 | 2024-11-13T21:22:43.250Z | real 5:06.841284032 |
1565 | 2024-11-13T21:22:43.250Z | user 16:26.557192948 |
1566 | 2024-11-13T21:22:43.250Z | sys 3:15.009188518 |
1567 | 2024-11-13T21:22:43.251Z | trap 0.573242738 |
1568 | 2024-11-13T21:22:43.251Z | tflt 1.557355898 |
1569 | 2024-11-13T21:22:43.251Z | dflt 2.211128798 |
1570 | 2024-11-13T21:22:43.251Z | kflt 0.034431696 |
1571 | 2024-11-13T21:22:43.251Z | lock 29:28.591181214 |
1572 | 2024-11-13T21:22:43.251Z | slp 1:01:48.155880177 |
1573 | 2024-11-13T21:22:43.251Z | lat 57.756466739 |
1574 | 2024-11-13T21:22:43.251Z | stop 2:18.050020464 |
1575 | 2024-11-13T21:22:43.251Z | + banner hack-check |
1576 | 2024-11-13T21:22:43.251Z | |
1577 | 2024-11-13T21:22:43.251Z | # # ## #### # # #### # # ###### #### # # |
1578 | 2024-11-13T21:22:43.252Z | # # # # # # # # # # # # # # # # # |
1579 | 2024-11-13T21:22:43.252Z | ###### # # # #### ##### # ###### ##### # #### |
1580 | 2024-11-13T21:22:43.252Z | # # ###### # # # # # # # # # # |
1581 | 2024-11-13T21:22:43.252Z | # # # # # # # # # # # # # # # # # |
1582 | 2024-11-13T21:22:43.252Z | # # # # #### # # #### # # ###### #### # # |
1583 | 2024-11-13T21:22:43.252Z | |
1584 | 2024-11-13T21:22:43.252Z | + export CARGO_INCREMENTAL=0 |
1585 | 2024-11-13T21:22:43.252Z | + CARGO_INCREMENTAL=0 |
1586 | 2024-11-13T21:22:43.252Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1587 | 2024-11-13T21:22:43.670Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1588 | 2024-11-13T21:22:47.173Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
1589 | 2024-11-13T21:22:47.238Z | Running `target/debug/xtask check-features --ci` |
1590 | 2024-11-13T21:22:47.258Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1591 | 2024-11-13T21:22:47.259Z | running: "/home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1592 | 2024-11-13T21:22:47.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1593 | 2024-11-13T21:22:47.713Z | Running `target/debug/xtask download cargo-hack` |
1594 | 2024-11-13T21:22:48.544Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1595 | 2024-11-13T21:22:48.870Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1596 | 2024-11-13T21:22:53.491Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s |
1597 | 2024-11-13T21:22:53.640Z | Running `target/debug/xtask-downloader cargo-hack` |
1598 | 2024-11-13T21:22:53.676Z | Nov 13 21:22:52.937 INFO Starting download, target: CargoHack |
1599 | 2024-11-13T21:22:53.679Z | Nov 13 21:22:52.938 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1600 | 2024-11-13T21:22:54.386Z | Nov 13 21:22:53.647 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1601 | 2024-11-13T21:22:54.475Z | Nov 13 21:22:53.736 INFO Download complete, target: CargoHack |
1602 | 2024-11-13T21:22:54.479Z | 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" |
1603 | 2024-11-13T21:22:54.496Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1604 | 2024-11-13T21:22:54.655Z | info: running `cargo check --bins` on api_identity (1/168) |
1605 | 2024-11-13T21:22:55.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1606 | 2024-11-13T21:22:55.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1607 | 2024-11-13T21:22:55.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1608 | 2024-11-13T21:22:55.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1609 | 2024-11-13T21:22:55.240Z | |
1610 | 2024-11-13T21:22:55.240Z | info: running `cargo check --bins` on bootstore (2/168) |
1611 | 2024-11-13T21:22:55.780Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1612 | 2024-11-13T21:22:55.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1613 | 2024-11-13T21:22:55.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1614 | 2024-11-13T21:22:55.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1615 | 2024-11-13T21:22:55.851Z | |
1616 | 2024-11-13T21:22:55.851Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/168) |
1617 | 2024-11-13T21:22:56.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1618 | 2024-11-13T21:22:56.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1619 | 2024-11-13T21:22:56.374Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1620 | 2024-11-13T21:22:56.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1621 | 2024-11-13T21:22:56.439Z | |
1622 | 2024-11-13T21:22:56.439Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/168) |
1623 | 2024-11-13T21:22:56.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1624 | 2024-11-13T21:22:56.964Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1625 | 2024-11-13T21:22:56.964Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1626 | 2024-11-13T21:22:56.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1627 | 2024-11-13T21:22:57.032Z | |
1628 | 2024-11-13T21:22:57.032Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/168) |
1629 | 2024-11-13T21:22:57.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1630 | 2024-11-13T21:22:57.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1631 | 2024-11-13T21:22:57.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1632 | 2024-11-13T21:22:57.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1633 | 2024-11-13T21:22:57.429Z | |
1634 | 2024-11-13T21:22:57.429Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/168) |
1635 | 2024-11-13T21:22:57.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1636 | 2024-11-13T21:22:57.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1637 | 2024-11-13T21:22:57.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1638 | 2024-11-13T21:22:57.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1639 | 2024-11-13T21:22:57.826Z | |
1640 | 2024-11-13T21:22:57.829Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/168) |
1641 | 2024-11-13T21:22:58.184Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1642 | 2024-11-13T21:22:58.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1643 | 2024-11-13T21:22:58.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1644 | 2024-11-13T21:22:58.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1645 | 2024-11-13T21:22:58.222Z | |
1646 | 2024-11-13T21:22:58.222Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/168) |
1647 | 2024-11-13T21:22:58.583Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1648 | 2024-11-13T21:22:58.586Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1649 | 2024-11-13T21:22:58.586Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1650 | 2024-11-13T21:22:58.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1651 | 2024-11-13T21:22:58.623Z | |
1652 | 2024-11-13T21:22:58.623Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/168) |
1653 | 2024-11-13T21:22:58.988Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1654 | 2024-11-13T21:22:58.990Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1655 | 2024-11-13T21:22:58.990Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1656 | 2024-11-13T21:22:58.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1657 | 2024-11-13T21:22:59.028Z | |
1658 | 2024-11-13T21:22:59.028Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/168) |
1659 | 2024-11-13T21:22:59.388Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1660 | 2024-11-13T21:22:59.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1661 | 2024-11-13T21:22:59.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1662 | 2024-11-13T21:22:59.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1663 | 2024-11-13T21:22:59.429Z | |
1664 | 2024-11-13T21:22:59.429Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/168) |
1665 | 2024-11-13T21:22:59.794Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1666 | 2024-11-13T21:22:59.797Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1667 | 2024-11-13T21:22:59.797Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1668 | 2024-11-13T21:22:59.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1669 | 2024-11-13T21:22:59.833Z | |
1670 | 2024-11-13T21:22:59.833Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/168) |
1671 | 2024-11-13T21:23:00.196Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1672 | 2024-11-13T21:23:00.199Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1673 | 2024-11-13T21:23:00.199Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1674 | 2024-11-13T21:23:00.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1675 | 2024-11-13T21:23:00.236Z | |
1676 | 2024-11-13T21:23:00.237Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/168) |
1677 | 2024-11-13T21:23:00.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1678 | 2024-11-13T21:23:00.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1679 | 2024-11-13T21:23:00.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1680 | 2024-11-13T21:23:00.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1681 | 2024-11-13T21:23:00.642Z | |
1682 | 2024-11-13T21:23:00.642Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/168) |
1683 | 2024-11-13T21:23:01.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1684 | 2024-11-13T21:23:01.003Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1685 | 2024-11-13T21:23:01.003Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1686 | 2024-11-13T21:23:01.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1687 | 2024-11-13T21:23:01.040Z | |
1688 | 2024-11-13T21:23:01.041Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/168) |
1689 | 2024-11-13T21:23:01.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1690 | 2024-11-13T21:23:01.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1691 | 2024-11-13T21:23:01.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1692 | 2024-11-13T21:23:01.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1693 | 2024-11-13T21:23:01.442Z | |
1694 | 2024-11-13T21:23:01.442Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/168) |
1695 | 2024-11-13T21:23:01.801Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1696 | 2024-11-13T21:23:01.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1697 | 2024-11-13T21:23:01.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1698 | 2024-11-13T21:23:01.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1699 | 2024-11-13T21:23:01.839Z | |
1700 | 2024-11-13T21:23:01.839Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/168) |
1701 | 2024-11-13T21:23:02.198Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1702 | 2024-11-13T21:23:02.201Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1703 | 2024-11-13T21:23:02.201Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1704 | 2024-11-13T21:23:02.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1705 | 2024-11-13T21:23:02.237Z | |
1706 | 2024-11-13T21:23:02.237Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/168) |
1707 | 2024-11-13T21:23:02.598Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1708 | 2024-11-13T21:23:02.601Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1709 | 2024-11-13T21:23:02.601Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1710 | 2024-11-13T21:23:02.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1711 | 2024-11-13T21:23:02.638Z | |
1712 | 2024-11-13T21:23:02.638Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/168) |
1713 | 2024-11-13T21:23:03.003Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1714 | 2024-11-13T21:23:03.005Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1715 | 2024-11-13T21:23:03.005Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1716 | 2024-11-13T21:23:03.008Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1717 | 2024-11-13T21:23:03.043Z | |
1718 | 2024-11-13T21:23:03.043Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/168) |
1719 | 2024-11-13T21:23:03.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1720 | 2024-11-13T21:23:03.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1721 | 2024-11-13T21:23:03.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1722 | 2024-11-13T21:23:03.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1723 | 2024-11-13T21:23:03.449Z | |
1724 | 2024-11-13T21:23:03.449Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/168) |
1725 | 2024-11-13T21:23:03.812Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1726 | 2024-11-13T21:23:03.814Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1727 | 2024-11-13T21:23:03.815Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1728 | 2024-11-13T21:23:03.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1729 | 2024-11-13T21:23:03.852Z | |
1730 | 2024-11-13T21:23:03.852Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/168) |
1731 | 2024-11-13T21:23:04.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1732 | 2024-11-13T21:23:04.218Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1733 | 2024-11-13T21:23:04.218Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1734 | 2024-11-13T21:23:04.220Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1735 | 2024-11-13T21:23:04.254Z | |
1736 | 2024-11-13T21:23:04.254Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/168) |
1737 | 2024-11-13T21:23:04.626Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1738 | 2024-11-13T21:23:04.629Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1739 | 2024-11-13T21:23:04.629Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1740 | 2024-11-13T21:23:04.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.36s |
1741 | 2024-11-13T21:23:04.665Z | |
1742 | 2024-11-13T21:23:04.666Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/168) |
1743 | 2024-11-13T21:23:05.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1744 | 2024-11-13T21:23:05.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1745 | 2024-11-13T21:23:05.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1746 | 2024-11-13T21:23:05.029Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.35s |
1747 | 2024-11-13T21:23:05.063Z | |
1748 | 2024-11-13T21:23:05.063Z | info: running `cargo check --bins` on sled-hardware-types (25/168) |
1749 | 2024-11-13T21:23:05.595Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1750 | 2024-11-13T21:23:05.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1751 | 2024-11-13T21:23:05.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1752 | 2024-11-13T21:23:05.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1753 | 2024-11-13T21:23:05.669Z | |
1754 | 2024-11-13T21:23:05.669Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/168) |
1755 | 2024-11-13T21:23:06.240Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1756 | 2024-11-13T21:23:06.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1757 | 2024-11-13T21:23:06.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1758 | 2024-11-13T21:23:06.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1759 | 2024-11-13T21:23:06.289Z | |
1760 | 2024-11-13T21:23:06.289Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/168) |
1761 | 2024-11-13T21:23:06.826Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1762 | 2024-11-13T21:23:06.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1763 | 2024-11-13T21:23:06.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1764 | 2024-11-13T21:23:06.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1765 | 2024-11-13T21:23:06.895Z | |
1766 | 2024-11-13T21:23:06.896Z | info: running `cargo check --bins` on oxlog (28/168) |
1767 | 2024-11-13T21:23:07.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1768 | 2024-11-13T21:23:07.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1769 | 2024-11-13T21:23:07.489Z | Checking cfg-if v1.0.0 |
1770 | 2024-11-13T21:23:07.491Z | Checking libc v0.2.162 |
1771 | 2024-11-13T21:23:07.592Z | Checking serde v1.0.215 |
1772 | 2024-11-13T21:23:07.595Z | Checking zeroize v1.8.1 |
1773 | 2024-11-13T21:23:07.607Z | Checking memchr v2.7.4 |
1774 | 2024-11-13T21:23:07.609Z | Checking typenum v1.17.0 |
1775 | 2024-11-13T21:23:07.615Z | Checking scopeguard v1.2.0 |
1776 | 2024-11-13T21:23:07.642Z | Checking subtle v2.6.1 |
1777 | 2024-11-13T21:23:07.654Z | Checking value-bag v1.9.0 |
1778 | 2024-11-13T21:23:07.805Z | Checking itoa v1.0.11 |
1779 | 2024-11-13T21:23:07.890Z | Checking smallvec v1.13.2 |
1780 | 2024-11-13T21:23:07.956Z | Checking const-oid v0.9.6 |
1781 | 2024-11-13T21:23:08.042Z | Checking log v0.4.22 |
1782 | 2024-11-13T21:23:08.178Z | Checking pin-project-lite v0.2.14 |
1783 | 2024-11-13T21:23:08.295Z | Checking byteorder v1.5.0 |
1784 | 2024-11-13T21:23:08.430Z | Checking futures-core v0.3.31 |
1785 | 2024-11-13T21:23:08.609Z | Checking once_cell v1.20.2 |
1786 | 2024-11-13T21:23:08.625Z | Checking cpufeatures v0.2.14 |
1787 | 2024-11-13T21:23:08.650Z | Checking futures-sink v0.3.31 |
1788 | 2024-11-13T21:23:08.666Z | Checking getrandom v0.2.15 |
1789 | 2024-11-13T21:23:08.707Z | Checking signal-hook-registry v1.4.2 |
1790 | 2024-11-13T21:23:08.785Z | Checking parking_lot_core v0.9.10 |
1791 | 2024-11-13T21:23:08.800Z | Checking lock_api v0.4.12 |
1792 | 2024-11-13T21:23:08.823Z | Checking generic-array v0.14.7 |
1793 | 2024-11-13T21:23:08.871Z | Checking rand_core v0.6.4 |
1794 | 2024-11-13T21:23:08.874Z | Checking mio v1.0.2 |
1795 | 2024-11-13T21:23:08.949Z | Checking stable_deref_trait v1.2.0 |
1796 | 2024-11-13T21:23:09.052Z | Checking socket2 v0.5.7 |
1797 | 2024-11-13T21:23:09.100Z | Checking zerocopy v0.7.35 |
1798 | 2024-11-13T21:23:09.167Z | Checking zerofrom v0.1.4 |
1799 | 2024-11-13T21:23:09.205Z | Checking parking_lot v0.12.3 |
1800 | 2024-11-13T21:23:09.391Z | Checking spin v0.9.8 |
1801 | 2024-11-13T21:23:09.479Z | Checking slab v0.4.9 |
1802 | 2024-11-13T21:23:09.862Z | Checking yoke v0.7.4 |
1803 | 2024-11-13T21:23:09.878Z | Checking futures-channel v0.3.31 |
1804 | 2024-11-13T21:23:09.878Z | Checking foldhash v0.1.3 |
1805 | 2024-11-13T21:23:09.878Z | Checking allocator-api2 v0.2.18 |
1806 | 2024-11-13T21:23:09.878Z | Checking equivalent v1.0.1 |
1807 | 2024-11-13T21:23:09.878Z | Checking futures-io v0.3.31 |
1808 | 2024-11-13T21:23:09.878Z | Checking futures-task v0.3.31 |
1809 | 2024-11-13T21:23:09.910Z | Checking pin-utils v0.1.0 |
1810 | 2024-11-13T21:23:09.929Z | Checking zerovec v0.10.4 |
1811 | 2024-11-13T21:23:09.987Z | Checking crypto-common v0.1.6 |
1812 | 2024-11-13T21:23:10.001Z | Checking block-buffer v0.10.4 |
1813 | 2024-11-13T21:23:10.027Z | Checking block-padding v0.3.3 |
1814 | 2024-11-13T21:23:10.081Z | Checking futures-util v0.3.31 |
1815 | 2024-11-13T21:23:10.163Z | Checking ryu v1.0.18 |
1816 | 2024-11-13T21:23:10.224Z | Checking digest v0.10.7 |
1817 | 2024-11-13T21:23:10.240Z | Checking tinyvec_macros v0.1.1 |
1818 | 2024-11-13T21:23:10.324Z | Checking tinyvec v1.8.0 |
1819 | 2024-11-13T21:23:10.392Z | Checking inout v0.1.3 |
1820 | 2024-11-13T21:23:10.408Z | Checking hashbrown v0.15.0 |
1821 | 2024-11-13T21:23:10.515Z | Checking fnv v1.0.7 |
1822 | 2024-11-13T21:23:10.598Z | Checking cipher v0.4.4 |
1823 | 2024-11-13T21:23:10.614Z | Checking hmac v0.12.1 |
1824 | 2024-11-13T21:23:10.634Z | Checking sha2 v0.10.8 |
1825 | 2024-11-13T21:23:10.832Z | Checking libm v0.2.8 |
1826 | 2024-11-13T21:23:10.983Z | Checking unicode-bidi v0.3.17 |
1827 | 2024-11-13T21:23:11.211Z | Checking writeable v0.5.5 |
1828 | 2024-11-13T21:23:11.530Z | Checking base64ct v1.6.0 |
1829 | 2024-11-13T21:23:11.573Z | Checking litemap v0.7.3 |
1830 | 2024-11-13T21:23:11.594Z | Checking tinystr v0.7.6 |
1831 | 2024-11-13T21:23:11.608Z | Checking ppv-lite86 v0.2.20 |
1832 | 2024-11-13T21:23:11.622Z | Checking unicode-normalization v0.1.24 |
1833 | 2024-11-13T21:23:11.763Z | Checking num-traits v0.2.19 |
1834 | 2024-11-13T21:23:11.919Z | Checking flagset v0.4.6 |
1835 | 2024-11-13T21:23:11.952Z | Checking pem-rfc7468 v0.7.0 |
1836 | 2024-11-13T21:23:11.966Z | Checking icu_locid v1.5.0 |
1837 | 2024-11-13T21:23:12.111Z | Checking tracing-core v0.1.32 |
1838 | 2024-11-13T21:23:12.221Z | Checking der v0.7.9 |
1839 | 2024-11-13T21:23:12.357Z | Checking rand_chacha v0.3.1 |
1840 | 2024-11-13T21:23:12.439Z | Checking bytes v1.7.2 |
1841 | 2024-11-13T21:23:12.525Z | Checking indexmap v2.6.0 |
1842 | 2024-11-13T21:23:12.741Z | Checking serde_json v1.0.132 |
1843 | 2024-11-13T21:23:12.744Z | Checking bitflags v2.6.0 |
1844 | 2024-11-13T21:23:13.041Z | Checking icu_provider v1.5.0 |
1845 | 2024-11-13T21:23:13.063Z | Checking thiserror v1.0.69 |
1846 | 2024-11-13T21:23:13.199Z | Checking icu_locid_transform_data v1.5.0 |
1847 | 2024-11-13T21:23:13.237Z | Checking tokio v1.40.0 |
1848 | 2024-11-13T21:23:13.299Z | Checking http v1.1.0 |
1849 | 2024-11-13T21:23:13.470Z | Checking rustls-pki-types v1.9.0 |
1850 | 2024-11-13T21:23:13.696Z | Checking percent-encoding v2.3.1 |
1851 | 2024-11-13T21:23:13.828Z | Checking icu_locid_transform v1.5.0 |
1852 | 2024-11-13T21:23:13.914Z | Checking tracing v0.1.40 |
1853 | 2024-11-13T21:23:14.042Z | Checking rand v0.8.5 |
1854 | 2024-11-13T21:23:14.056Z | Checking spki v0.7.3 |
1855 | 2024-11-13T21:23:14.274Z | Checking icu_collections v1.5.0 |
1856 | 2024-11-13T21:23:14.327Z | Checking salsa20 v0.10.2 |
1857 | 2024-11-13T21:23:14.465Z | Checking pbkdf2 v0.12.2 |
1858 | 2024-11-13T21:23:14.536Z | Checking aws-lc-sys v0.22.0 |
1859 | 2024-11-13T21:23:14.628Z | Checking httparse v1.9.5 |
1860 | 2024-11-13T21:23:14.664Z | Checking untrusted v0.9.0 |
1861 | 2024-11-13T21:23:14.786Z | Checking untrusted v0.7.1 |
1862 | 2024-11-13T21:23:14.809Z | Checking icu_properties_data v1.5.0 |
1863 | 2024-11-13T21:23:14.936Z | Checking powerfmt v0.2.0 |
1864 | 2024-11-13T21:23:14.949Z | Checking mirai-annotations v1.12.0 |
1865 | 2024-11-13T21:23:15.067Z | Checking ring v0.17.8 |
1866 | 2024-11-13T21:23:15.086Z | Checking icu_properties v1.5.1 |
1867 | 2024-11-13T21:23:15.117Z | Checking scrypt v0.11.0 |
1868 | 2024-11-13T21:23:15.203Z | Checking deranged v0.3.11 |
1869 | 2024-11-13T21:23:15.221Z | Checking aes v0.8.4 |
1870 | 2024-11-13T21:23:15.345Z | Checking cbc v0.1.2 |
1871 | 2024-11-13T21:23:15.372Z | Checking crossbeam-utils v0.8.20 |
1872 | 2024-11-13T21:23:15.545Z | Checking atomic-waker v1.1.2 |
1873 | 2024-11-13T21:23:15.685Z | Checking write16 v1.0.0 |
1874 | 2024-11-13T21:23:15.810Z | Checking utf16_iter v1.0.5 |
1875 | 2024-11-13T21:23:15.971Z | Checking time-core v0.1.2 |
1876 | 2024-11-13T21:23:16.124Z | Checking num-conv v0.1.0 |
1877 | 2024-11-13T21:23:16.140Z | Checking utf8_iter v1.0.4 |
1878 | 2024-11-13T21:23:16.154Z | Checking num_threads v0.1.7 |
1879 | 2024-11-13T21:23:16.264Z | Checking icu_normalizer_data v1.5.0 |
1880 | 2024-11-13T21:23:16.346Z | Checking pkcs5 v0.7.1 |
1881 | 2024-11-13T21:23:16.370Z | Checking http-body v1.0.1 |
1882 | 2024-11-13T21:23:16.385Z | Checking form_urlencoded v1.2.1 |
1883 | 2024-11-13T21:23:16.566Z | Checking try-lock v0.2.5 |
1884 | 2024-11-13T21:23:16.591Z | Checking unicode-ident v1.0.13 |
1885 | 2024-11-13T21:23:16.703Z | Checking want v0.3.1 |
1886 | 2024-11-13T21:23:16.752Z | Checking httpdate v1.0.3 |
1887 | 2024-11-13T21:23:16.866Z | Checking pkcs8 v0.10.2 |
1888 | 2024-11-13T21:23:16.882Z | Checking proc-macro2 v1.0.89 |
1889 | 2024-11-13T21:23:16.948Z | Checking uuid v1.11.0 |
1890 | 2024-11-13T21:23:16.973Z | Checking toml_datetime v0.6.8 |
1891 | 2024-11-13T21:23:16.985Z | Checking time v0.3.36 |
1892 | 2024-11-13T21:23:17.090Z | Checking aws-lc-rs v1.10.0 |
1893 | 2024-11-13T21:23:17.180Z | Checking serde_spanned v0.6.8 |
1894 | 2024-11-13T21:23:17.246Z | Checking slog v2.7.0 |
1895 | 2024-11-13T21:23:17.377Z | Checking scroll v0.12.0 |
1896 | 2024-11-13T21:23:17.553Z | Checking plain v0.2.3 |
1897 | 2024-11-13T21:23:17.570Z | Checking ucd-trie v0.1.7 |
1898 | 2024-11-13T21:23:17.693Z | Checking adler2 v2.0.0 |
1899 | 2024-11-13T21:23:17.749Z | Checking base64 v0.22.1 |
1900 | 2024-11-13T21:23:17.764Z | Checking tower-service v0.3.3 |
1901 | 2024-11-13T21:23:17.842Z | Checking match_cfg v0.1.0 |
1902 | 2024-11-13T21:23:17.858Z | Checking iana-time-zone v0.1.61 |
1903 | 2024-11-13T21:23:17.877Z | Checking foreign-types-shared v0.1.1 |
1904 | 2024-11-13T21:23:17.935Z | Checking hostname v0.3.1 |
1905 | 2024-11-13T21:23:17.986Z | Checking foreign-types v0.3.2 |
1906 | 2024-11-13T21:23:18.008Z | Checking chrono v0.4.38 |
1907 | 2024-11-13T21:23:18.066Z | Checking miniz_oxide v0.8.0 |
1908 | 2024-11-13T21:23:18.081Z | Checking goblin v0.8.2 |
1909 | 2024-11-13T21:23:18.241Z | Checking pest v2.7.14 |
1910 | 2024-11-13T21:23:18.478Z | Checking icu_normalizer v1.5.0 |
1911 | 2024-11-13T21:23:18.810Z | Checking quote v1.0.37 |
1912 | 2024-11-13T21:23:18.891Z | Checking rustls-webpki v0.102.8 |
1913 | 2024-11-13T21:23:19.179Z | Checking openssl-sys v0.9.104 |
1914 | 2024-11-13T21:23:19.273Z | Checking idna_adapter v1.2.0 |
1915 | 2024-11-13T21:23:19.484Z | Checking idna v1.0.3 |
1916 | 2024-11-13T21:23:19.509Z | Checking errno v0.3.9 |
1917 | 2024-11-13T21:23:19.726Z | Checking dirs-sys-next v0.1.2 |
1918 | 2024-11-13T21:23:19.754Z | Checking aho-corasick v1.1.3 |
1919 | 2024-11-13T21:23:19.908Z | Checking data-encoding v2.6.0 |
1920 | 2024-11-13T21:23:19.978Z | Checking url v2.5.3 |
1921 | 2024-11-13T21:23:20.141Z | Checking pretty-hex v0.4.1 |
1922 | 2024-11-13T21:23:20.325Z | Checking siphasher v0.3.11 |
1923 | 2024-11-13T21:23:20.522Z | Checking regex-syntax v0.8.5 |
1924 | 2024-11-13T21:23:20.591Z | Checking openssl v0.10.68 |
1925 | 2024-11-13T21:23:20.609Z | Checking tokio-util v0.7.12 |
1926 | 2024-11-13T21:23:20.622Z | Checking dirs-next v2.0.0 |
1927 | 2024-11-13T21:23:20.745Z | Checking rustix v0.38.37 |
1928 | 2024-11-13T21:23:20.793Z | Checking dtrace-parser v0.2.0 |
1929 | 2024-11-13T21:23:20.842Z | Checking syn v2.0.87 |
1930 | 2024-11-13T21:23:21.277Z | Checking http-body-util v0.1.2 |
1931 | 2024-11-13T21:23:21.381Z | Checking crossbeam-epoch v0.9.18 |
1932 | 2024-11-13T21:23:21.483Z | Checking h2 v0.4.6 |
1933 | 2024-11-13T21:23:21.737Z | Checking signature v2.2.0 |
1934 | 2024-11-13T21:23:21.790Z | Checking sha1 v0.10.6 |
1935 | 2024-11-13T21:23:21.946Z | Checking lazy_static v1.5.0 |
1936 | 2024-11-13T21:23:22.065Z | Checking thread_local v1.1.8 |
1937 | 2024-11-13T21:23:22.082Z | Checking thread-id v4.2.2 |
1938 | 2024-11-13T21:23:22.184Z | Checking encoding_rs v0.8.34 |
1939 | 2024-11-13T21:23:22.347Z | Checking openssl-probe v0.1.5 |
1940 | 2024-11-13T21:23:22.510Z | Checking winnow v0.6.20 |
1941 | 2024-11-13T21:23:23.023Z | Checking dof v0.3.0 |
1942 | 2024-11-13T21:23:23.664Z | Checking ipnet v2.10.1 |
1943 | 2024-11-13T21:23:23.819Z | Checking regex-automata v0.4.8 |
1944 | 2024-11-13T21:23:24.111Z | Checking unicode-properties v0.1.3 |
1945 | 2024-11-13T21:23:24.187Z | Checking mime v0.3.17 |
1946 | 2024-11-13T21:23:24.461Z | Checking gimli v0.31.1 |
1947 | 2024-11-13T21:23:24.502Z | Checking either v1.13.0 |
1948 | 2024-11-13T21:23:24.520Z | Checking utf8parse v0.2.2 |
1949 | 2024-11-13T21:23:24.666Z | Checking anstyle v1.0.10 |
1950 | 2024-11-13T21:23:24.867Z | Checking anstyle-parse v0.2.5 |
1951 | 2024-11-13T21:23:25.036Z | Checking stringprep v0.1.5 |
1952 | 2024-11-13T21:23:25.154Z | Checking crossbeam-deque v0.8.5 |
1953 | 2024-11-13T21:23:25.335Z | Checking term v0.7.0 |
1954 | 2024-11-13T21:23:25.457Z | Checking rustls v0.23.14 |
1955 | 2024-11-13T21:23:25.550Z | Checking toml_edit v0.22.22 |
1956 | 2024-11-13T21:23:25.757Z | Checking rustls v0.22.4 |
1957 | 2024-11-13T21:23:26.195Z | Checking native-tls v0.2.12 |
1958 | 2024-11-13T21:23:26.531Z | Checking slog-json v2.6.1 |
1959 | 2024-11-13T21:23:26.788Z | Checking serde_urlencoded v0.7.1 |
1960 | 2024-11-13T21:23:27.197Z | Checking usdt-impl v0.5.0 |
1961 | 2024-11-13T21:23:27.216Z | Checking crossbeam-channel v0.5.13 |
1962 | 2024-11-13T21:23:27.737Z | Checking futures-executor v0.3.31 |
1963 | 2024-11-13T21:23:27.759Z | Checking hyper v1.5.0 |
1964 | 2024-11-13T21:23:27.945Z | Checking rustls-pemfile v2.2.0 |
1965 | 2024-11-13T21:23:27.965Z | Checking num-integer v0.1.46 |
1966 | 2024-11-13T21:23:28.163Z | Checking idna v0.3.0 |
1967 | 2024-11-13T21:23:28.178Z | Checking idna v0.4.0 |
1968 | 2024-11-13T21:23:28.435Z | Checking md-5 v0.10.6 |
1969 | 2024-11-13T21:23:28.477Z | Checking ff v0.13.0 |
1970 | 2024-11-13T21:23:28.593Z | Checking addr2line v0.24.2 |
1971 | 2024-11-13T21:23:28.658Z | Checking is-terminal v0.4.13 |
1972 | 2024-11-13T21:23:28.685Z | Checking memmap v0.7.0 |
1973 | 2024-11-13T21:23:28.773Z | Checking hash32 v0.2.1 |
1974 | 2024-11-13T21:23:28.878Z | Checking object v0.36.5 |
1975 | 2024-11-13T21:23:28.992Z | Checking colorchoice v1.0.2 |
1976 | 2024-11-13T21:23:29.007Z | Checking anstyle-query v1.1.1 |
1977 | 2024-11-13T21:23:29.082Z | Checking rustc-demangle v0.1.24 |
1978 | 2024-11-13T21:23:29.096Z | Checking dyn-clone v1.0.17 |
1979 | 2024-11-13T21:23:29.118Z | Checking psl-types v2.0.11 |
1980 | 2024-11-13T21:23:29.133Z | Checking is_terminal_polyfill v1.70.1 |
1981 | 2024-11-13T21:23:29.233Z | Checking fallible-iterator v0.2.0 |
1982 | 2024-11-13T21:23:29.251Z | Checking base16ct v0.2.0 |
1983 | 2024-11-13T21:23:29.285Z | Checking utf-8 v0.7.6 |
1984 | 2024-11-13T21:23:29.444Z | Checking linked-hash-map v0.5.6 |
1985 | 2024-11-13T21:23:29.459Z | Checking quick-error v1.2.3 |
1986 | 2024-11-13T21:23:29.484Z | Checking take_mut v0.2.2 |
1987 | 2024-11-13T21:23:29.501Z | Checking tungstenite v0.24.0 |
1988 | 2024-11-13T21:23:29.591Z | Checking resolv-conf v0.7.0 |
1989 | 2024-11-13T21:23:29.631Z | Checking slog-async v2.8.0 |
1990 | 2024-11-13T21:23:29.758Z | Checking lru-cache v0.1.2 |
1991 | 2024-11-13T21:23:29.791Z | Checking hyper-util v0.1.10 |
1992 | 2024-11-13T21:23:29.837Z | Checking postgres-protocol v0.6.7 |
1993 | 2024-11-13T21:23:29.912Z | Checking sec1 v0.7.3 |
1994 | 2024-11-13T21:23:29.928Z | Checking tokio-rustls v0.25.0 |
1995 | 2024-11-13T21:23:29.941Z | Checking publicsuffix v2.2.3 |
1996 | 2024-11-13T21:23:30.177Z | Checking anstream v0.6.15 |
1997 | 2024-11-13T21:23:30.304Z | Checking schemars v0.8.21 |
1998 | 2024-11-13T21:23:30.330Z | Checking heapless v0.7.17 |
1999 | 2024-11-13T21:23:30.365Z | Checking hickory-proto v0.24.1 |
2000 | 2024-11-13T21:23:30.515Z | Checking usdt v0.5.0 |
2001 | 2024-11-13T21:23:30.531Z | Checking slog-term v2.9.1 |
2002 | 2024-11-13T21:23:30.772Z | Checking group v0.13.0 |
2003 | 2024-11-13T21:23:30.928Z | Checking tokio-rustls v0.26.0 |
2004 | 2024-11-13T21:23:31.010Z | Checking num-iter v0.1.45 |
2005 | 2024-11-13T21:23:31.042Z | Checking toml v0.8.19 |
2006 | 2024-11-13T21:23:31.189Z | Checking futures v0.3.31 |
2007 | 2024-11-13T21:23:31.304Z | Checking slog-bunyan v2.5.0 |
2008 | 2024-11-13T21:23:31.331Z | Checking tokio-native-tls v0.3.1 |
2009 | 2024-11-13T21:23:31.355Z | Checking rayon-core v1.12.1 |
2010 | 2024-11-13T21:23:31.460Z | Checking multer v3.1.0 |
2011 | 2024-11-13T21:23:31.579Z | Checking terminal_size v0.4.0 |
2012 | 2024-11-13T21:23:31.719Z | Checking phf_shared v0.11.2 |
2013 | 2024-11-13T21:23:31.744Z | Checking cookie v0.18.1 |
2014 | 2024-11-13T21:23:31.825Z | Checking async-stream v0.3.6 |
2015 | 2024-11-13T21:23:31.859Z | Checking bzip2-sys v0.1.11+1.0.8 |
2016 | 2024-11-13T21:23:31.975Z | Checking camino v1.1.9 |
2017 | 2024-11-13T21:23:31.992Z | Checking signal-hook v0.3.17 |
2018 | 2024-11-13T21:23:31.995Z | Checking waitgroup v0.1.2 |
2019 | 2024-11-13T21:23:32.015Z | Checking openapiv3 v2.0.0 |
2020 | 2024-11-13T21:23:32.043Z | Checking webpki-roots v0.26.6 |
2021 | 2024-11-13T21:23:32.132Z | Checking idna v0.5.0 |
2022 | 2024-11-13T21:23:32.192Z | Checking serde_path_to_error v0.1.16 |
2023 | 2024-11-13T21:23:32.263Z | Checking hkdf v0.12.4 |
2024 | 2024-11-13T21:23:32.317Z | Checking crypto-bigint v0.5.5 |
2025 | 2024-11-13T21:23:32.480Z | Checking hostname v0.4.0 |
2026 | 2024-11-13T21:23:32.525Z | Checking crc32fast v1.4.2 |
2027 | 2024-11-13T21:23:32.619Z | Checking winnow v0.5.40 |
2028 | 2024-11-13T21:23:32.752Z | Checking bitflags v1.3.2 |
2029 | 2024-11-13T21:23:32.806Z | Checking strsim v0.11.1 |
2030 | 2024-11-13T21:23:32.851Z | Checking clap_lex v0.7.2 |
2031 | 2024-11-13T21:23:33.005Z | Checking debug-ignore v1.0.5 |
2032 | 2024-11-13T21:23:33.074Z | Checking managed v0.8.0 |
2033 | 2024-11-13T21:23:33.109Z | Checking unicode-width v0.1.14 |
2034 | 2024-11-13T21:23:33.135Z | Checking clap_builder v4.5.20 |
2035 | 2024-11-13T21:23:33.466Z | Checking smoltcp v0.9.1 |
2036 | 2024-11-13T21:23:33.609Z | Checking console v0.15.8 |
2037 | 2024-11-13T21:23:34.220Z | Checking cookie_store v0.21.0 |
2038 | 2024-11-13T21:23:34.902Z | Checking flate2 v1.0.34 |
2039 | 2024-11-13T21:23:34.990Z | Checking signal-hook-mio v0.2.4 |
2040 | 2024-11-13T21:23:35.107Z | Checking hickory-resolver v0.24.1 |
2041 | 2024-11-13T21:23:35.141Z | Checking hyper-rustls v0.27.3 |
2042 | 2024-11-13T21:23:35.186Z | Checking elliptic-curve v0.13.8 |
2043 | 2024-11-13T21:23:35.358Z | Checking backtrace v0.3.74 |
2044 | 2024-11-13T21:23:35.477Z | Checking dropshot v0.12.0 |
2045 | 2024-11-13T21:23:35.480Z | Checking rayon v1.10.0 |
2046 | 2024-11-13T21:23:35.530Z | Checking bzip2 v0.4.4 |
2047 | 2024-11-13T21:23:35.605Z | Checking toml_edit v0.19.15 |
2048 | 2024-11-13T21:23:35.817Z | Checking phf v0.11.2 |
2049 | 2024-11-13T21:23:35.821Z | Checking hyper-tls v0.6.0 |
2050 | 2024-11-13T21:23:35.895Z | Checking anyhow v1.0.93 |
2051 | 2024-11-13T21:23:36.099Z | Checking num-bigint-dig v0.8.4 |
2052 | 2024-11-13T21:23:36.115Z | Checking postgres-types v0.2.8 |
2053 | 2024-11-13T21:23:36.133Z | Checking tokio-tungstenite v0.24.0 |
2054 | 2024-11-13T21:23:36.280Z | Checking regex v1.11.1 |
2055 | 2024-11-13T21:23:36.598Z | Checking bstr v1.10.0 |
2056 | 2024-11-13T21:23:36.705Z | Checking ed25519 v2.2.3 |
2057 | 2024-11-13T21:23:36.853Z | Checking tokio-stream v0.1.16 |
2058 | 2024-11-13T21:23:36.919Z | Checking phf_shared v0.10.0 |
2059 | 2024-11-13T21:23:36.988Z | Checking curve25519-dalek v4.1.3 |
2060 | 2024-11-13T21:23:37.210Z | Checking zerocopy v0.6.6 |
2061 | 2024-11-13T21:23:37.533Z | Checking pkcs1 v0.7.5 |
2062 | 2024-11-13T21:23:37.767Z | Checking hubpack v0.1.2 |
2063 | 2024-11-13T21:23:37.945Z | Checking portable-atomic v1.9.0 |
2064 | 2024-11-13T21:23:37.985Z | Checking float-cmp v0.9.0 |
2065 | 2024-11-13T21:23:38.033Z | Checking serde-big-array v0.5.1 |
2066 | 2024-11-13T21:23:38.076Z | Checking rfc6979 v0.4.0 |
2067 | 2024-11-13T21:23:38.158Z | Checking sync_wrapper v1.0.1 |
2068 | 2024-11-13T21:23:38.212Z | Checking precomputed-hash v0.1.1 |
2069 | 2024-11-13T21:23:38.248Z | Checking new_debug_unreachable v1.0.6 |
2070 | 2024-11-13T21:23:38.251Z | Checking static_assertions v1.1.0 |
2071 | 2024-11-13T21:23:38.294Z | Checking normalize-line-endings v0.3.0 |
2072 | 2024-11-13T21:23:38.320Z | Checking number_prefix v0.4.0 |
2073 | 2024-11-13T21:23:38.338Z | Checking unicode-segmentation v1.12.0 |
2074 | 2024-11-13T21:23:38.356Z | Checking whoami v1.5.2 |
2075 | 2024-11-13T21:23:38.411Z | Checking minimal-lexical v0.2.1 |
2076 | 2024-11-13T21:23:38.512Z | Checking difflib v0.4.0 |
2077 | 2024-11-13T21:23:38.654Z | Checking predicates-core v1.0.8 |
2078 | 2024-11-13T21:23:38.799Z | Checking bit-vec v0.6.3 |
2079 | 2024-11-13T21:23:38.821Z | Checking fixedbitset v0.4.2 |
2080 | 2024-11-13T21:23:38.835Z | Checking predicates v3.1.2 |
2081 | 2024-11-13T21:23:38.874Z | Checking ed25519-dalek v2.1.1 |
2082 | 2024-11-13T21:23:38.976Z | Checking nom v7.1.3 |
2083 | 2024-11-13T21:23:39.018Z | Checking similar v2.6.0 |
2084 | 2024-11-13T21:23:39.073Z | Checking petgraph v0.6.5 |
2085 | 2024-11-13T21:23:39.088Z | Checking qorb v0.2.0 |
2086 | 2024-11-13T21:23:39.115Z | Checking bit-set v0.5.3 |
2087 | 2024-11-13T21:23:39.277Z | Checking tokio-postgres v0.7.12 |
2088 | 2024-11-13T21:23:39.302Z | Checking indicatif v0.17.8 |
2089 | 2024-11-13T21:23:39.384Z | Checking string_cache v0.8.7 |
2090 | 2024-11-13T21:23:39.460Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2091 | 2024-11-13T21:23:39.664Z | Checking reqwest v0.12.9 |
2092 | 2024-11-13T21:23:39.862Z | Checking ecdsa v0.16.9 |
2093 | 2024-11-13T21:23:40.053Z | Checking rsa v0.9.6 |
2094 | 2024-11-13T21:23:40.608Z | Checking toml v0.7.8 |
2095 | 2024-11-13T21:23:41.158Z | Checking clap v4.5.20 |
2096 | 2024-11-13T21:23:41.283Z | Checking zip v0.6.6 |
2097 | 2024-11-13T21:23:41.340Z | Checking crossterm v0.28.1 |
2098 | 2024-11-13T21:23:41.551Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2099 | 2024-11-13T21:23:41.577Z | Checking itertools v0.10.5 |
2100 | 2024-11-13T21:23:41.608Z | Checking itertools v0.12.1 |
2101 | 2024-11-13T21:23:41.876Z | Checking fs-err v2.11.0 |
2102 | 2024-11-13T21:23:41.915Z | Checking ahash v0.8.11 |
2103 | 2024-11-13T21:23:42.351Z | Checking x509-cert v0.2.5 |
2104 | 2024-11-13T21:23:42.371Z | Checking semver v1.0.23 |
2105 | 2024-11-13T21:23:42.405Z | Checking hex v0.4.3 |
2106 | 2024-11-13T21:23:42.489Z | Checking peg-runtime v0.8.3 |
2107 | 2024-11-13T21:23:42.706Z | Checking lalrpop-util v0.19.12 |
2108 | 2024-11-13T21:23:42.783Z | Checking sigpipe v0.1.3 |
2109 | 2024-11-13T21:23:44.220Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2110 | 2024-11-13T21:23:44.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.62s |
2111 | 2024-11-13T21:23:44.681Z | |
2112 | 2024-11-13T21:23:44.682Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/168) |
2113 | 2024-11-13T21:23:45.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2114 | 2024-11-13T21:23:45.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2115 | 2024-11-13T21:23:45.325Z | Compiling hashbrown v0.14.5 |
2116 | 2024-11-13T21:23:45.440Z | Checking heck v0.5.0 |
2117 | 2024-11-13T21:23:45.450Z | Compiling unsafe-libyaml v0.2.11 |
2118 | 2024-11-13T21:23:45.462Z | Compiling ident_case v1.0.1 |
2119 | 2024-11-13T21:23:45.475Z | Checking progenitor-client v0.8.0 |
2120 | 2024-11-13T21:23:45.488Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2121 | 2024-11-13T21:23:45.501Z | Compiling proc-macro-crate v1.3.1 |
2122 | 2024-11-13T21:23:45.600Z | Compiling darling_core v0.20.10 |
2123 | 2024-11-13T21:23:45.626Z | Checking ipnetwork v0.20.0 |
2124 | 2024-11-13T21:23:45.833Z | Compiling structmeta-derive v0.3.0 |
2125 | 2024-11-13T21:23:45.856Z | Compiling newtype-uuid v1.1.3 |
2126 | 2024-11-13T21:23:45.963Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2127 | 2024-11-13T21:23:46.177Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2128 | 2024-11-13T21:23:46.254Z | Compiling lzma-sys v0.1.20 |
2129 | 2024-11-13T21:23:46.519Z | Compiling foreign-types-macros v0.2.3 |
2130 | 2024-11-13T21:23:46.565Z | Compiling num_enum_derive v0.5.11 |
2131 | 2024-11-13T21:23:46.590Z | Checking regress v0.10.1 |
2132 | 2024-11-13T21:23:47.008Z | Compiling serde_yaml v0.9.34+deprecated |
2133 | 2024-11-13T21:23:47.402Z | Compiling dropshot v0.13.0 |
2134 | 2024-11-13T21:23:47.681Z | Checking arc-swap v1.7.1 |
2135 | 2024-11-13T21:23:47.804Z | Checking foreign-types-shared v0.3.1 |
2136 | 2024-11-13T21:23:47.919Z | Checking foreign-types v0.5.0 |
2137 | 2024-11-13T21:23:48.119Z | Checking slog-scope v4.4.0 |
2138 | 2024-11-13T21:23:48.135Z | Compiling proc-macro-error v1.0.4 |
2139 | 2024-11-13T21:23:48.791Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2140 | 2024-11-13T21:23:48.845Z | Compiling structmeta v0.3.0 |
2141 | 2024-11-13T21:23:48.869Z | Checking tungstenite v0.21.0 |
2142 | 2024-11-13T21:23:48.896Z | Compiling heck v0.3.3 |
2143 | 2024-11-13T21:23:49.160Z | Checking num_enum v0.5.11 |
2144 | 2024-11-13T21:23:49.273Z | Compiling parse-display-derive v0.10.0 |
2145 | 2024-11-13T21:23:49.316Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2146 | 2024-11-13T21:23:49.333Z | Compiling dropshot_endpoint v0.13.0 |
2147 | 2024-11-13T21:23:49.815Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2148 | 2024-11-13T21:23:50.113Z | Checking typify-impl v0.2.0 |
2149 | 2024-11-13T21:23:50.146Z | Checking cstr-argument v0.1.2 |
2150 | 2024-11-13T21:23:50.331Z | Checking instant v0.1.13 |
2151 | 2024-11-13T21:23:50.622Z | Checking fastrand v2.1.1 |
2152 | 2024-11-13T21:23:50.969Z | Checking base64 v0.21.7 |
2153 | 2024-11-13T21:23:51.313Z | Checking pretty-hex v0.2.1 |
2154 | 2024-11-13T21:23:51.454Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2155 | 2024-11-13T21:23:51.486Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2156 | 2024-11-13T21:23:51.760Z | Checking tempfile v3.13.0 |
2157 | 2024-11-13T21:23:51.775Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2158 | 2024-11-13T21:23:51.775Z | Checking backoff v0.4.0 |
2159 | 2024-11-13T21:23:51.914Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2160 | 2024-11-13T21:23:52.108Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2161 | 2024-11-13T21:23:52.127Z | Checking tokio-tungstenite v0.21.0 |
2162 | 2024-11-13T21:23:52.227Z | Compiling zone_cfg_derive v0.1.2 |
2163 | 2024-11-13T21:23:52.254Z | Checking strum v0.26.3 |
2164 | 2024-11-13T21:23:52.410Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2165 | 2024-11-13T21:23:52.603Z | Compiling darling_macro v0.20.10 |
2166 | 2024-11-13T21:23:52.625Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2167 | 2024-11-13T21:23:52.628Z | Checking slog-stdlog v4.1.1 |
2168 | 2024-11-13T21:23:52.848Z | Checking regress v0.9.1 |
2169 | 2024-11-13T21:23:52.957Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2170 | 2024-11-13T21:23:53.113Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2171 | 2024-11-13T21:23:53.169Z | Checking colored v2.1.0 |
2172 | 2024-11-13T21:23:53.383Z | Checking macaddr v1.0.1 |
2173 | 2024-11-13T21:23:53.482Z | Checking base64 v0.13.1 |
2174 | 2024-11-13T21:23:53.539Z | Compiling darling v0.20.10 |
2175 | 2024-11-13T21:23:53.666Z | Compiling serde_with_macros v3.11.0 |
2176 | 2024-11-13T21:23:53.702Z | Checking zone v0.1.8 |
2177 | 2024-11-13T21:23:53.845Z | Checking ron v0.7.1 |
2178 | 2024-11-13T21:23:53.941Z | Checking parse-display v0.10.0 |
2179 | 2024-11-13T21:23:54.185Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2180 | 2024-11-13T21:23:54.346Z | Checking xz2 v0.1.7 |
2181 | 2024-11-13T21:23:54.640Z | Checking slog-envlogger v2.2.0 |
2182 | 2024-11-13T21:23:54.667Z | Checking tabwriter v1.4.0 |
2183 | 2024-11-13T21:23:54.847Z | Checking xattr v1.3.1 |
2184 | 2024-11-13T21:23:54.901Z | Checking pem v3.0.4 |
2185 | 2024-11-13T21:23:54.975Z | Checking yasna v0.5.2 |
2186 | 2024-11-13T21:23:55.041Z | Checking headers-core v0.3.0 |
2187 | 2024-11-13T21:23:55.182Z | Checking smf v0.2.3 |
2188 | 2024-11-13T21:23:55.235Z | Checking filetime v0.2.25 |
2189 | 2024-11-13T21:23:55.453Z | Checking same-file v1.0.6 |
2190 | 2024-11-13T21:23:55.633Z | Checking walkdir v2.5.0 |
2191 | 2024-11-13T21:23:55.648Z | Checking tar v0.4.43 |
2192 | 2024-11-13T21:23:55.664Z | Checking headers v0.4.0 |
2193 | 2024-11-13T21:23:55.907Z | Checking rcgen v0.12.1 |
2194 | 2024-11-13T21:23:55.923Z | Checking camino-tempfile v1.1.1 |
2195 | 2024-11-13T21:23:56.206Z | Checking atomicwrites v0.4.4 |
2196 | 2024-11-13T21:23:56.375Z | Checking subprocess v0.2.9 |
2197 | 2024-11-13T21:23:56.578Z | Checking serde_with v3.11.0 |
2198 | 2024-11-13T21:24:00.449Z | Compiling typify-macro v0.2.0 |
2199 | 2024-11-13T21:24:02.279Z | Compiling typify v0.2.0 |
2200 | 2024-11-13T21:24:02.346Z | Compiling progenitor-impl v0.8.0 |
2201 | 2024-11-13T21:24:05.483Z | Compiling progenitor-macro v0.8.0 |
2202 | 2024-11-13T21:24:10.710Z | Checking progenitor v0.8.0 |
2203 | 2024-11-13T21:24:10.861Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2204 | 2024-11-13T21:24:10.864Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2205 | 2024-11-13T21:24:13.529Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2206 | 2024-11-13T21:24:13.716Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2207 | 2024-11-13T21:24:20.126Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2208 | 2024-11-13T21:24:21.676Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2209 | 2024-11-13T21:24:22.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.23s |
2210 | 2024-11-13T21:24:23.088Z | |
2211 | 2024-11-13T21:24:23.088Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/168) |
2212 | 2024-11-13T21:24:23.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2213 | 2024-11-13T21:24:23.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2214 | 2024-11-13T21:24:23.728Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2215 | 2024-11-13T21:24:25.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
2216 | 2024-11-13T21:24:25.300Z | |
2217 | 2024-11-13T21:24:25.300Z | info: running `cargo check --bins` on nexus-config (31/168) |
2218 | 2024-11-13T21:24:25.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2219 | 2024-11-13T21:24:25.831Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2220 | 2024-11-13T21:24:25.831Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2221 | 2024-11-13T21:24:25.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2222 | 2024-11-13T21:24:25.901Z | |
2223 | 2024-11-13T21:24:25.901Z | info: running `cargo check --bins` on omicron-rpaths (32/168) |
2224 | 2024-11-13T21:24:26.410Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2225 | 2024-11-13T21:24:26.413Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2226 | 2024-11-13T21:24:26.413Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2227 | 2024-11-13T21:24:26.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2228 | 2024-11-13T21:24:26.483Z | |
2229 | 2024-11-13T21:24:26.483Z | info: running `cargo check --bins` on omicron-certificates (33/168) |
2230 | 2024-11-13T21:24:27.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2231 | 2024-11-13T21:24:27.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2232 | 2024-11-13T21:24:27.012Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2233 | 2024-11-13T21:24:27.014Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2234 | 2024-11-13T21:24:27.089Z | |
2235 | 2024-11-13T21:24:27.090Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/168) |
2236 | 2024-11-13T21:24:27.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2237 | 2024-11-13T21:24:27.628Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2238 | 2024-11-13T21:24:27.718Z | Compiling heapless v0.8.0 |
2239 | 2024-11-13T21:24:27.721Z | Checking hash32 v0.3.1 |
2240 | 2024-11-13T21:24:27.828Z | Compiling smoltcp v0.11.0 |
2241 | 2024-11-13T21:24:27.840Z | Checking cobs v0.2.3 |
2242 | 2024-11-13T21:24:27.851Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2243 | 2024-11-13T21:24:27.854Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2244 | 2024-11-13T21:24:27.873Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2245 | 2024-11-13T21:24:27.876Z | Compiling crucible-workspace-hack v0.1.0 |
2246 | 2024-11-13T21:24:27.963Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2247 | 2024-11-13T21:24:27.994Z | Checking postcard v1.0.10 |
2248 | 2024-11-13T21:24:27.997Z | Checking newline-converter v0.3.0 |
2249 | 2024-11-13T21:24:28.161Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2250 | 2024-11-13T21:24:28.179Z | Compiling convert_case v0.4.0 |
2251 | 2024-11-13T21:24:28.316Z | Checking expectorate v1.1.0 |
2252 | 2024-11-13T21:24:28.360Z | Compiling zone_cfg_derive v0.3.0 |
2253 | 2024-11-13T21:24:28.475Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2254 | 2024-11-13T21:24:28.489Z | Checking itertools v0.13.0 |
2255 | 2024-11-13T21:24:28.538Z | Compiling num-derive v0.4.2 |
2256 | 2024-11-13T21:24:28.706Z | Compiling slog-dtrace v0.3.0 |
2257 | 2024-11-13T21:24:28.790Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2258 | 2024-11-13T21:24:29.053Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2259 | 2024-11-13T21:24:29.156Z | Compiling derive_more v0.99.18 |
2260 | 2024-11-13T21:24:29.814Z | Checking zone v0.3.0 |
2261 | 2024-11-13T21:24:30.406Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2262 | 2024-11-13T21:24:31.728Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2263 | 2024-11-13T21:24:32.675Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2264 | 2024-11-13T21:24:32.991Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2265 | 2024-11-13T21:24:33.744Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2266 | 2024-11-13T21:24:34.348Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2267 | 2024-11-13T21:24:35.601Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2268 | 2024-11-13T21:24:36.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.46s |
2269 | 2024-11-13T21:24:36.716Z | |
2270 | 2024-11-13T21:24:36.716Z | info: running `cargo check --bins` on clickhouse-admin-api (35/168) |
2271 | 2024-11-13T21:24:37.245Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2272 | 2024-11-13T21:24:37.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2273 | 2024-11-13T21:24:37.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2274 | 2024-11-13T21:24:37.250Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2275 | 2024-11-13T21:24:37.318Z | |
2276 | 2024-11-13T21:24:37.318Z | info: running `cargo check --bins` on clickhouse-admin-types (36/168) |
2277 | 2024-11-13T21:24:37.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2278 | 2024-11-13T21:24:37.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2279 | 2024-11-13T21:24:37.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2280 | 2024-11-13T21:24:37.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2281 | 2024-11-13T21:24:37.923Z | |
2282 | 2024-11-13T21:24:37.923Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/168) |
2283 | 2024-11-13T21:24:38.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2284 | 2024-11-13T21:24:38.536Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2285 | 2024-11-13T21:24:38.536Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2286 | 2024-11-13T21:24:38.539Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2287 | 2024-11-13T21:24:38.621Z | |
2288 | 2024-11-13T21:24:38.621Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/168) |
2289 | 2024-11-13T21:24:39.225Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2290 | 2024-11-13T21:24:39.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2291 | 2024-11-13T21:24:39.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2292 | 2024-11-13T21:24:39.231Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2293 | 2024-11-13T21:24:39.314Z | |
2294 | 2024-11-13T21:24:39.314Z | info: running `cargo check --bins` on dns-server (39/168) |
2295 | 2024-11-13T21:24:39.843Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2296 | 2024-11-13T21:24:39.845Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2297 | 2024-11-13T21:24:39.930Z | Compiling parking_lot_core v0.8.6 |
2298 | 2024-11-13T21:24:39.930Z | Checking nibble_vec v0.1.0 |
2299 | 2024-11-13T21:24:39.932Z | Checking endian-type v0.1.2 |
2300 | 2024-11-13T21:24:39.932Z | Checking fxhash v0.2.1 |
2301 | 2024-11-13T21:24:39.932Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2302 | 2024-11-13T21:24:39.932Z | Checking hickory-server v0.24.1 |
2303 | 2024-11-13T21:24:40.201Z | Checking radix_trie v0.2.1 |
2304 | 2024-11-13T21:24:40.488Z | Checking hickory-client v0.24.1 |
2305 | 2024-11-13T21:24:40.614Z | Checking parking_lot v0.11.2 |
2306 | 2024-11-13T21:24:40.760Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2307 | 2024-11-13T21:24:40.760Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2308 | 2024-11-13T21:24:40.896Z | Checking sled v0.34.7 |
2309 | 2024-11-13T21:24:42.632Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2310 | 2024-11-13T21:24:43.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.52s |
2311 | 2024-11-13T21:24:44.005Z | |
2312 | 2024-11-13T21:24:44.005Z | info: running `cargo check --bins` on dns-server-api (40/168) |
2313 | 2024-11-13T21:24:44.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2314 | 2024-11-13T21:24:44.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2315 | 2024-11-13T21:24:44.559Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2316 | 2024-11-13T21:24:44.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2317 | 2024-11-13T21:24:44.600Z | |
2318 | 2024-11-13T21:24:44.600Z | info: running `cargo check --bins` on internal-dns-types (41/168) |
2319 | 2024-11-13T21:24:45.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2320 | 2024-11-13T21:24:45.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2321 | 2024-11-13T21:24:45.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2322 | 2024-11-13T21:24:45.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2323 | 2024-11-13T21:24:45.204Z | |
2324 | 2024-11-13T21:24:45.204Z | info: running `cargo check --bins` on dns-service-client (42/168) |
2325 | 2024-11-13T21:24:45.727Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2326 | 2024-11-13T21:24:45.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2327 | 2024-11-13T21:24:45.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2328 | 2024-11-13T21:24:45.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2329 | 2024-11-13T21:24:45.800Z | |
2330 | 2024-11-13T21:24:45.800Z | info: running `cargo check --bins` on gateway-test-utils (43/168) |
2331 | 2024-11-13T21:24:46.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2332 | 2024-11-13T21:24:46.368Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2333 | 2024-11-13T21:24:46.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2334 | 2024-11-13T21:24:46.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2335 | 2024-11-13T21:24:46.446Z | |
2336 | 2024-11-13T21:24:46.447Z | info: running `cargo check --bins` on gateway-types (44/168) |
2337 | 2024-11-13T21:24:46.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2338 | 2024-11-13T21:24:46.972Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2339 | 2024-11-13T21:24:46.972Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2340 | 2024-11-13T21:24:46.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2341 | 2024-11-13T21:24:47.043Z | |
2342 | 2024-11-13T21:24:47.043Z | info: running `cargo check --bins` on ipcc (45/168) |
2343 | 2024-11-13T21:24:47.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2344 | 2024-11-13T21:24:47.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2345 | 2024-11-13T21:24:47.573Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2346 | 2024-11-13T21:24:47.576Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2347 | 2024-11-13T21:24:47.647Z | |
2348 | 2024-11-13T21:24:47.647Z | info: running `cargo check --bins` on omicron-gateway (46/168) |
2349 | 2024-11-13T21:24:48.207Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2350 | 2024-11-13T21:24:48.210Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2351 | 2024-11-13T21:24:48.321Z | Checking num-rational v0.4.2 |
2352 | 2024-11-13T21:24:48.321Z | Compiling progenitor-client v0.8.0 |
2353 | 2024-11-13T21:24:48.321Z | Checking num-complex v0.4.6 |
2354 | 2024-11-13T21:24:48.323Z | Compiling newtype-uuid v1.1.3 |
2355 | 2024-11-13T21:24:48.425Z | Compiling ipnetwork v0.20.0 |
2356 | 2024-11-13T21:24:48.427Z | Compiling instant v0.1.13 |
2357 | 2024-11-13T21:24:48.431Z | Checking float-ord v0.3.2 |
2358 | 2024-11-13T21:24:48.438Z | Compiling radium v0.7.0 |
2359 | 2024-11-13T21:24:48.559Z | Compiling semver v0.1.20 |
2360 | 2024-11-13T21:24:48.574Z | Compiling backoff v0.4.0 |
2361 | 2024-11-13T21:24:48.763Z | Compiling progenitor v0.8.0 |
2362 | 2024-11-13T21:24:48.887Z | Compiling rustc_version v0.1.7 |
2363 | 2024-11-13T21:24:48.909Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2364 | 2024-11-13T21:24:48.951Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2365 | 2024-11-13T21:24:49.020Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2366 | 2024-11-13T21:24:49.060Z | Compiling dropshot v0.13.0 |
2367 | 2024-11-13T21:24:49.190Z | Compiling parse-display v0.10.0 |
2368 | 2024-11-13T21:24:49.274Z | Checking num v0.4.3 |
2369 | 2024-11-13T21:24:49.277Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2370 | 2024-11-13T21:24:49.351Z | Compiling serde_with v3.11.0 |
2371 | 2024-11-13T21:24:49.375Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2372 | 2024-11-13T21:24:49.389Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2373 | 2024-11-13T21:24:49.459Z | Compiling regress v0.9.1 |
2374 | 2024-11-13T21:24:49.862Z | Compiling macaddr v1.0.1 |
2375 | 2024-11-13T21:24:50.352Z | Compiling maybe-uninit v2.0.0 |
2376 | 2024-11-13T21:24:50.752Z | Checking tap v1.0.1 |
2377 | 2024-11-13T21:24:50.909Z | Checking wyz v0.5.1 |
2378 | 2024-11-13T21:24:51.071Z | Compiling newtype_derive v0.1.6 |
2379 | 2024-11-13T21:24:51.353Z | Checking password-hash v0.5.0 |
2380 | 2024-11-13T21:24:51.437Z | Checking blake2 v0.10.6 |
2381 | 2024-11-13T21:24:51.719Z | Checking funty v2.0.0 |
2382 | 2024-11-13T21:24:51.794Z | Compiling owo-colors v4.1.0 |
2383 | 2024-11-13T21:24:52.063Z | Checking crc-catalog v2.4.0 |
2384 | 2024-11-13T21:24:52.076Z | Compiling cancel-safe-futures v0.1.5 |
2385 | 2024-11-13T21:24:52.208Z | Compiling packed_struct v0.10.1 |
2386 | 2024-11-13T21:24:52.441Z | Checking crc v3.2.1 |
2387 | 2024-11-13T21:24:52.665Z | Checking bitvec v1.0.1 |
2388 | 2024-11-13T21:24:52.722Z | Checking argon2 v0.5.3 |
2389 | 2024-11-13T21:24:52.945Z | Compiling packed_struct_codegen v0.10.1 |
2390 | 2024-11-13T21:24:53.019Z | Compiling indexmap v1.9.3 |
2391 | 2024-11-13T21:24:53.319Z | Checking half v2.4.1 |
2392 | 2024-11-13T21:24:53.363Z | Checking nodrop v0.1.14 |
2393 | 2024-11-13T21:24:53.420Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2394 | 2024-11-13T21:24:53.482Z | Checking ciborium-io v0.2.2 |
2395 | 2024-11-13T21:24:53.614Z | Checking array-init v0.0.4 |
2396 | 2024-11-13T21:24:53.729Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2397 | 2024-11-13T21:24:53.764Z | Checking ciborium-ll v0.2.2 |
2398 | 2024-11-13T21:24:54.055Z | Checking smallvec v0.6.14 |
2399 | 2024-11-13T21:24:54.185Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2400 | 2024-11-13T21:24:54.443Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2401 | 2024-11-13T21:24:55.107Z | Checking prettyplease v0.2.25 |
2402 | 2024-11-13T21:24:55.241Z | Checking libsw v3.3.1 |
2403 | 2024-11-13T21:24:55.535Z | Compiling memoffset v0.9.1 |
2404 | 2024-11-13T21:24:55.738Z | Checking hashbrown v0.12.3 |
2405 | 2024-11-13T21:24:55.834Z | Checking termcolor v1.4.1 |
2406 | 2024-11-13T21:24:56.241Z | Checking indent_write v2.2.0 |
2407 | 2024-11-13T21:24:56.256Z | Checking bitfield v0.14.0 |
2408 | 2024-11-13T21:24:56.397Z | Checking swrite v0.1.0 |
2409 | 2024-11-13T21:24:56.447Z | Checking highway v1.2.0 |
2410 | 2024-11-13T21:24:56.518Z | Checking linear-map v1.2.0 |
2411 | 2024-11-13T21:24:56.536Z | Checking env_logger v0.10.2 |
2412 | 2024-11-13T21:24:56.841Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2413 | 2024-11-13T21:24:56.858Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2414 | 2024-11-13T21:24:56.874Z | Checking ron v0.8.1 |
2415 | 2024-11-13T21:24:56.951Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2416 | 2024-11-13T21:24:57.562Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2417 | 2024-11-13T21:24:58.028Z | Checking serde-hex v0.1.0 |
2418 | 2024-11-13T21:24:58.121Z | Checking steno v0.4.1 |
2419 | 2024-11-13T21:24:58.377Z | Checking ciborium v0.2.2 |
2420 | 2024-11-13T21:24:58.852Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2421 | 2024-11-13T21:24:59.109Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2422 | 2024-11-13T21:24:59.157Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2423 | 2024-11-13T21:24:59.175Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2424 | 2024-11-13T21:24:59.358Z | Checking hashbrown v0.13.2 |
2425 | 2024-11-13T21:24:59.816Z | Checking crc-any v2.5.0 |
2426 | 2024-11-13T21:25:00.168Z | Checking humantime v2.1.0 |
2427 | 2024-11-13T21:25:00.332Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2428 | 2024-11-13T21:25:00.458Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2429 | 2024-11-13T21:25:00.460Z | Checking object v0.30.4 |
2430 | 2024-11-13T21:25:00.598Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2431 | 2024-11-13T21:25:00.723Z | Checking path-slash v0.1.5 |
2432 | 2024-11-13T21:25:00.882Z | Checking nix v0.27.1 |
2433 | 2024-11-13T21:25:00.914Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2434 | 2024-11-13T21:25:01.002Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2435 | 2024-11-13T21:25:01.753Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2436 | 2024-11-13T21:25:02.009Z | Checking tungstenite v0.23.0 |
2437 | 2024-11-13T21:25:02.056Z | Checking kstat-rs v0.2.4 |
2438 | 2024-11-13T21:25:02.145Z | Checking signal-hook-tokio v0.3.1 |
2439 | 2024-11-13T21:25:02.931Z | Checking tokio-tungstenite v0.23.1 |
2440 | 2024-11-13T21:25:03.400Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2441 | 2024-11-13T21:25:03.474Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2442 | 2024-11-13T21:25:08.592Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2443 | 2024-11-13T21:25:10.476Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2444 | 2024-11-13T21:25:10.578Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2445 | 2024-11-13T21:25:13.975Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2446 | 2024-11-13T21:25:14.265Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2447 | 2024-11-13T21:25:15.425Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2448 | 2024-11-13T21:25:21.036Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2449 | 2024-11-13T21:25:21.706Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2450 | 2024-11-13T21:25:24.394Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.73s |
2451 | 2024-11-13T21:25:24.570Z | |
2452 | 2024-11-13T21:25:24.570Z | info: running `cargo check --bins` on gateway-api (47/168) |
2453 | 2024-11-13T21:25:25.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2454 | 2024-11-13T21:25:25.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2455 | 2024-11-13T21:25:25.105Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2456 | 2024-11-13T21:25:25.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2457 | 2024-11-13T21:25:25.182Z | |
2458 | 2024-11-13T21:25:25.182Z | info: running `cargo check --bins` on oximeter (48/168) |
2459 | 2024-11-13T21:25:25.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2460 | 2024-11-13T21:25:25.714Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2461 | 2024-11-13T21:25:25.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2462 | 2024-11-13T21:25:25.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2463 | 2024-11-13T21:25:25.785Z | |
2464 | 2024-11-13T21:25:25.785Z | info: running `cargo check --bins` on oximeter-macro-impl (49/168) |
2465 | 2024-11-13T21:25:26.300Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2466 | 2024-11-13T21:25:26.303Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2467 | 2024-11-13T21:25:26.303Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2468 | 2024-11-13T21:25:26.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2469 | 2024-11-13T21:25:26.370Z | |
2470 | 2024-11-13T21:25:26.370Z | info: running `cargo check --bins` on oximeter-schema (50/168) |
2471 | 2024-11-13T21:25:26.891Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2472 | 2024-11-13T21:25:26.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2473 | 2024-11-13T21:25:26.974Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2474 | 2024-11-13T21:25:27.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
2475 | 2024-11-13T21:25:27.569Z | |
2476 | 2024-11-13T21:25:27.569Z | info: running `cargo check --bins` on oximeter-types (51/168) |
2477 | 2024-11-13T21:25:28.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2478 | 2024-11-13T21:25:28.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2479 | 2024-11-13T21:25:28.099Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2480 | 2024-11-13T21:25:28.101Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2481 | 2024-11-13T21:25:28.169Z | |
2482 | 2024-11-13T21:25:28.169Z | info: running `cargo check --bins` on oximeter-timeseries-macro (52/168) |
2483 | 2024-11-13T21:25:28.692Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2484 | 2024-11-13T21:25:28.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2485 | 2024-11-13T21:25:28.695Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2486 | 2024-11-13T21:25:28.699Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2487 | 2024-11-13T21:25:28.766Z | |
2488 | 2024-11-13T21:25:28.766Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (53/168) |
2489 | 2024-11-13T21:25:29.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2490 | 2024-11-13T21:25:29.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2491 | 2024-11-13T21:25:29.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2492 | 2024-11-13T21:25:29.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2493 | 2024-11-13T21:25:29.346Z | |
2494 | 2024-11-13T21:25:29.346Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (54/168) |
2495 | 2024-11-13T21:25:29.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2496 | 2024-11-13T21:25:29.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2497 | 2024-11-13T21:25:29.880Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2498 | 2024-11-13T21:25:29.882Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2499 | 2024-11-13T21:25:29.949Z | |
2500 | 2024-11-13T21:25:29.949Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (55/168) |
2501 | 2024-11-13T21:25:30.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2502 | 2024-11-13T21:25:30.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2503 | 2024-11-13T21:25:30.478Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2504 | 2024-11-13T21:25:30.480Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2505 | 2024-11-13T21:25:30.548Z | |
2506 | 2024-11-13T21:25:30.548Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (56/168) |
2507 | 2024-11-13T21:25:31.074Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2508 | 2024-11-13T21:25:31.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2509 | 2024-11-13T21:25:31.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2510 | 2024-11-13T21:25:31.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2511 | 2024-11-13T21:25:31.148Z | |
2512 | 2024-11-13T21:25:31.148Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (57/168) |
2513 | 2024-11-13T21:25:31.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2514 | 2024-11-13T21:25:31.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2515 | 2024-11-13T21:25:31.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2516 | 2024-11-13T21:25:31.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2517 | 2024-11-13T21:25:31.911Z | |
2518 | 2024-11-13T21:25:31.911Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (58/168) |
2519 | 2024-11-13T21:25:32.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2520 | 2024-11-13T21:25:32.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2521 | 2024-11-13T21:25:32.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2522 | 2024-11-13T21:25:32.276Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2523 | 2024-11-13T21:25:32.344Z | |
2524 | 2024-11-13T21:25:32.344Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (59/168) |
2525 | 2024-11-13T21:25:32.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2526 | 2024-11-13T21:25:32.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2527 | 2024-11-13T21:25:32.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2528 | 2024-11-13T21:25:32.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2529 | 2024-11-13T21:25:32.945Z | |
2530 | 2024-11-13T21:25:32.945Z | info: running `cargo check --bins` on oximeter-producer (60/168) |
2531 | 2024-11-13T21:25:33.506Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2532 | 2024-11-13T21:25:33.508Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2533 | 2024-11-13T21:25:33.508Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2534 | 2024-11-13T21:25:33.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2535 | 2024-11-13T21:25:33.582Z | |
2536 | 2024-11-13T21:25:33.583Z | info: running `cargo check --bins` on internal-dns-resolver (61/168) |
2537 | 2024-11-13T21:25:34.111Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2538 | 2024-11-13T21:25:34.114Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2539 | 2024-11-13T21:25:34.114Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2540 | 2024-11-13T21:25:34.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2541 | 2024-11-13T21:25:34.183Z | |
2542 | 2024-11-13T21:25:34.183Z | info: running `cargo check --bins` on nexus-client (62/168) |
2543 | 2024-11-13T21:25:34.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2544 | 2024-11-13T21:25:34.732Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2545 | 2024-11-13T21:25:34.732Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2546 | 2024-11-13T21:25:34.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2547 | 2024-11-13T21:25:34.807Z | |
2548 | 2024-11-13T21:25:34.807Z | info: running `cargo check --bins` on nexus-sled-agent-shared (63/168) |
2549 | 2024-11-13T21:25:35.346Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2550 | 2024-11-13T21:25:35.349Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2551 | 2024-11-13T21:25:35.349Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2552 | 2024-11-13T21:25:35.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2553 | 2024-11-13T21:25:35.422Z | |
2554 | 2024-11-13T21:25:35.422Z | info: running `cargo check --bins` on omicron-passwords (64/168) |
2555 | 2024-11-13T21:25:35.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2556 | 2024-11-13T21:25:35.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2557 | 2024-11-13T21:25:35.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2558 | 2024-11-13T21:25:35.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2559 | 2024-11-13T21:25:36.007Z | |
2560 | 2024-11-13T21:25:36.007Z | info: running `cargo check --bins` on nexus-types (65/168) |
2561 | 2024-11-13T21:25:36.555Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2562 | 2024-11-13T21:25:36.558Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2563 | 2024-11-13T21:25:36.558Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2564 | 2024-11-13T21:25:36.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2565 | 2024-11-13T21:25:36.633Z | |
2566 | 2024-11-13T21:25:36.633Z | info: running `cargo check --bins` on gateway-client (66/168) |
2567 | 2024-11-13T21:25:37.150Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2568 | 2024-11-13T21:25:37.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2569 | 2024-11-13T21:25:37.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2570 | 2024-11-13T21:25:37.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2571 | 2024-11-13T21:25:37.221Z | |
2572 | 2024-11-13T21:25:37.221Z | info: running `cargo check --bins` on oxql-types (67/168) |
2573 | 2024-11-13T21:25:37.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2574 | 2024-11-13T21:25:37.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2575 | 2024-11-13T21:25:37.751Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2576 | 2024-11-13T21:25:37.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2577 | 2024-11-13T21:25:37.827Z | |
2578 | 2024-11-13T21:25:37.827Z | info: running `cargo check --bins` on update-engine (68/168) |
2579 | 2024-11-13T21:25:38.344Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2580 | 2024-11-13T21:25:38.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2581 | 2024-11-13T21:25:38.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2582 | 2024-11-13T21:25:38.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2583 | 2024-11-13T21:25:38.416Z | |
2584 | 2024-11-13T21:25:38.416Z | info: running `cargo check --bins` on sp-sim (69/168) |
2585 | 2024-11-13T21:25:38.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2586 | 2024-11-13T21:25:38.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2587 | 2024-11-13T21:25:39.029Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2588 | 2024-11-13T21:25:40.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.43s |
2589 | 2024-11-13T21:25:41.022Z | |
2590 | 2024-11-13T21:25:41.022Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (70/168) |
2591 | 2024-11-13T21:25:41.591Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2592 | 2024-11-13T21:25:41.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2593 | 2024-11-13T21:25:41.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2594 | 2024-11-13T21:25:41.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2595 | 2024-11-13T21:25:41.671Z | |
2596 | 2024-11-13T21:25:41.671Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (71/168) |
2597 | 2024-11-13T21:25:42.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2598 | 2024-11-13T21:25:42.249Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2599 | 2024-11-13T21:25:42.249Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2600 | 2024-11-13T21:25:42.253Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2601 | 2024-11-13T21:25:42.328Z | |
2602 | 2024-11-13T21:25:42.328Z | info: running `cargo check --bins` on db-macros (72/168) |
2603 | 2024-11-13T21:25:42.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2604 | 2024-11-13T21:25:42.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2605 | 2024-11-13T21:25:42.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2606 | 2024-11-13T21:25:42.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2607 | 2024-11-13T21:25:42.921Z | |
2608 | 2024-11-13T21:25:42.921Z | info: running `cargo check --bins` on nexus-macros-common (73/168) |
2609 | 2024-11-13T21:25:43.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2610 | 2024-11-13T21:25:43.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2611 | 2024-11-13T21:25:43.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2612 | 2024-11-13T21:25:43.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2613 | 2024-11-13T21:25:43.507Z | |
2614 | 2024-11-13T21:25:43.507Z | info: running `cargo check --bins` on nexus-auth (74/168) |
2615 | 2024-11-13T21:25:44.070Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2616 | 2024-11-13T21:25:44.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2617 | 2024-11-13T21:25:44.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2618 | 2024-11-13T21:25:44.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2619 | 2024-11-13T21:25:44.150Z | |
2620 | 2024-11-13T21:25:44.150Z | info: running `cargo check --bins` on authz-macros (75/168) |
2621 | 2024-11-13T21:25:44.670Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2622 | 2024-11-13T21:25:44.673Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2623 | 2024-11-13T21:25:44.673Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2624 | 2024-11-13T21:25:44.676Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2625 | 2024-11-13T21:25:44.751Z | |
2626 | 2024-11-13T21:25:44.751Z | info: running `cargo check --bins` on nexus-db-fixed-data (76/168) |
2627 | 2024-11-13T21:25:45.299Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2628 | 2024-11-13T21:25:45.302Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2629 | 2024-11-13T21:25:45.302Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2630 | 2024-11-13T21:25:45.305Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2631 | 2024-11-13T21:25:45.379Z | |
2632 | 2024-11-13T21:25:45.379Z | info: running `cargo check --bins` on nexus-db-model (77/168) |
2633 | 2024-11-13T21:25:45.937Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2634 | 2024-11-13T21:25:45.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2635 | 2024-11-13T21:25:45.940Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2636 | 2024-11-13T21:25:45.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2637 | 2024-11-13T21:25:46.016Z | |
2638 | 2024-11-13T21:25:46.016Z | info: running `cargo check --bins` on nexus-defaults (78/168) |
2639 | 2024-11-13T21:25:46.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2640 | 2024-11-13T21:25:46.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2641 | 2024-11-13T21:25:46.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2642 | 2024-11-13T21:25:46.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2643 | 2024-11-13T21:25:46.628Z | |
2644 | 2024-11-13T21:25:46.628Z | info: running `cargo check --bins` on sled-agent-client (79/168) |
2645 | 2024-11-13T21:25:47.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2646 | 2024-11-13T21:25:47.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2647 | 2024-11-13T21:25:47.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2648 | 2024-11-13T21:25:47.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2649 | 2024-11-13T21:25:47.254Z | |
2650 | 2024-11-13T21:25:47.254Z | info: running `cargo check --bins` on nexus-inventory (80/168) |
2651 | 2024-11-13T21:25:47.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2652 | 2024-11-13T21:25:47.818Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2653 | 2024-11-13T21:25:47.819Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2654 | 2024-11-13T21:25:47.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2655 | 2024-11-13T21:25:47.895Z | |
2656 | 2024-11-13T21:25:47.895Z | info: running `cargo check --bins` on clickhouse-admin-keeper-client (81/168) |
2657 | 2024-11-13T21:25:48.432Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2658 | 2024-11-13T21:25:48.434Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2659 | 2024-11-13T21:25:48.434Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2660 | 2024-11-13T21:25:48.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2661 | 2024-11-13T21:25:48.509Z | |
2662 | 2024-11-13T21:25:48.509Z | info: running `cargo check --bins` on clickhouse-admin-server-client (82/168) |
2663 | 2024-11-13T21:25:49.046Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2664 | 2024-11-13T21:25:49.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2665 | 2024-11-13T21:25:49.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2666 | 2024-11-13T21:25:49.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2667 | 2024-11-13T21:25:49.121Z | |
2668 | 2024-11-13T21:25:49.121Z | info: running `cargo check --bins` on typed-rng (83/168) |
2669 | 2024-11-13T21:25:49.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2670 | 2024-11-13T21:25:49.644Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2671 | 2024-11-13T21:25:49.644Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2672 | 2024-11-13T21:25:49.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2673 | 2024-11-13T21:25:49.714Z | |
2674 | 2024-11-13T21:25:49.714Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (84/168) |
2675 | 2024-11-13T21:25:50.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2676 | 2024-11-13T21:25:50.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2677 | 2024-11-13T21:25:50.439Z | Checking keccak v0.1.5 |
2678 | 2024-11-13T21:25:50.546Z | Checking secrecy v0.8.0 |
2679 | 2024-11-13T21:25:50.549Z | Compiling unicase v2.7.0 |
2680 | 2024-11-13T21:25:50.549Z | Compiling same-file v1.0.6 |
2681 | 2024-11-13T21:25:50.549Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2682 | 2024-11-13T21:25:50.563Z | Compiling tempfile v3.13.0 |
2683 | 2024-11-13T21:25:50.586Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2684 | 2024-11-13T21:25:50.600Z | Compiling thiserror-impl-no-std v2.0.2 |
2685 | 2024-11-13T21:25:50.719Z | Checking universal-hash v0.5.1 |
2686 | 2024-11-13T21:25:50.821Z | Checking sha3 v0.10.8 |
2687 | 2024-11-13T21:25:50.844Z | Compiling walkdir v2.5.0 |
2688 | 2024-11-13T21:25:50.909Z | Compiling blake3 v1.5.4 |
2689 | 2024-11-13T21:25:50.928Z | Compiling ring v0.16.20 |
2690 | 2024-11-13T21:25:50.976Z | Checking opaque-debug v0.3.1 |
2691 | 2024-11-13T21:25:51.071Z | Checking poly1305 v0.8.0 |
2692 | 2024-11-13T21:25:51.229Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2693 | 2024-11-13T21:25:51.402Z | Checking chacha20 v0.9.1 |
2694 | 2024-11-13T21:25:51.468Z | Checking aead v0.5.2 |
2695 | 2024-11-13T21:25:51.496Z | Compiling memmap2 v0.9.5 |
2696 | 2024-11-13T21:25:51.581Z | Compiling salty v0.3.0 |
2697 | 2024-11-13T21:25:51.601Z | Compiling arrayref v0.3.9 |
2698 | 2024-11-13T21:25:51.684Z | Compiling libefi-sys v0.1.0 |
2699 | 2024-11-13T21:25:51.705Z | Compiling constant_time_eq v0.3.1 |
2700 | 2024-11-13T21:25:51.755Z | Compiling arrayvec v0.7.6 |
2701 | 2024-11-13T21:25:51.878Z | Compiling spin v0.5.2 |
2702 | 2024-11-13T21:25:51.915Z | Checking chacha20poly1305 v0.10.1 |
2703 | 2024-11-13T21:25:52.018Z | Compiling toolchain_find v0.4.0 |
2704 | 2024-11-13T21:25:52.093Z | Compiling camino-tempfile v1.1.1 |
2705 | 2024-11-13T21:25:52.148Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2706 | 2024-11-13T21:25:52.240Z | Compiling bitfield-struct v0.6.2 |
2707 | 2024-11-13T21:25:52.524Z | Compiling topological-sort v0.2.2 |
2708 | 2024-11-13T21:25:52.544Z | Compiling mime_guess v2.0.5 |
2709 | 2024-11-13T21:25:52.647Z | Compiling rustfmt-wrapper v0.2.1 |
2710 | 2024-11-13T21:25:53.148Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2711 | 2024-11-13T21:25:53.217Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2712 | 2024-11-13T21:25:53.234Z | Checking primeorder v0.13.6 |
2713 | 2024-11-13T21:25:53.361Z | Checking env_filter v0.1.2 |
2714 | 2024-11-13T21:25:53.500Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2715 | 2024-11-13T21:25:53.579Z | Checking env_logger v0.11.5 |
2716 | 2024-11-13T21:25:53.692Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2717 | 2024-11-13T21:25:53.710Z | Checking p384 v0.13.0 |
2718 | 2024-11-13T21:25:53.807Z | Checking thiserror-no-std v2.0.2 |
2719 | 2024-11-13T21:25:53.863Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2720 | 2024-11-13T21:25:53.880Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2721 | 2024-11-13T21:25:53.921Z | Checking vsss-rs v3.3.4 |
2722 | 2024-11-13T21:25:54.112Z | Checking gethostname v0.5.0 |
2723 | 2024-11-13T21:25:54.165Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2724 | 2024-11-13T21:25:54.236Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2725 | 2024-11-13T21:25:54.267Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2726 | 2024-11-13T21:25:54.548Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2727 | 2024-11-13T21:25:54.565Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2728 | 2024-11-13T21:25:54.732Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2729 | 2024-11-13T21:25:54.778Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2730 | 2024-11-13T21:25:55.058Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2731 | 2024-11-13T21:25:55.120Z | Checking nanorand v0.7.0 |
2732 | 2024-11-13T21:25:55.138Z | Checking atty v0.2.14 |
2733 | 2024-11-13T21:25:55.211Z | Checking glob v0.3.1 |
2734 | 2024-11-13T21:25:55.314Z | Checking http-range v0.1.5 |
2735 | 2024-11-13T21:25:55.513Z | Checking hyper-staticfile v0.10.1 |
2736 | 2024-11-13T21:25:55.533Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2737 | 2024-11-13T21:25:55.549Z | Checking flume v0.11.1 |
2738 | 2024-11-13T21:25:56.039Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2739 | 2024-11-13T21:25:56.195Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2740 | 2024-11-13T21:25:56.293Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2741 | 2024-11-13T21:25:56.738Z | Compiling omicron-zone-package v0.11.1 |
2742 | 2024-11-13T21:25:57.050Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2743 | 2024-11-13T21:25:57.515Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2744 | 2024-11-13T21:25:58.197Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2745 | 2024-11-13T21:25:58.254Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2746 | 2024-11-13T21:25:58.352Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2747 | 2024-11-13T21:25:58.676Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2748 | 2024-11-13T21:25:58.945Z | Checking display-error-chain v0.2.2 |
2749 | 2024-11-13T21:25:59.805Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2750 | 2024-11-13T21:26:00.717Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2751 | 2024-11-13T21:26:02.653Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2752 | 2024-11-13T21:26:02.653Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2753 | 2024-11-13T21:26:12.869Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2754 | 2024-11-13T21:26:25.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.78s |
2755 | 2024-11-13T21:26:25.692Z | |
2756 | 2024-11-13T21:26:25.692Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (85/168) |
2757 | 2024-11-13T21:26:26.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2024-11-13T21:26:26.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2024-11-13T21:26:26.398Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2760 | 2024-11-13T21:26:39.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s |
2761 | 2024-11-13T21:26:39.299Z | |
2762 | 2024-11-13T21:26:39.299Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (86/168) |
2763 | 2024-11-13T21:26:39.881Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2024-11-13T21:26:39.884Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2024-11-13T21:26:40.006Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2766 | 2024-11-13T21:26:52.721Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.41s |
2767 | 2024-11-13T21:26:52.900Z | |
2768 | 2024-11-13T21:26:52.900Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (87/168) |
2769 | 2024-11-13T21:26:53.475Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2024-11-13T21:26:53.478Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2024-11-13T21:26:53.599Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2772 | 2024-11-13T21:27:06.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.48s |
2773 | 2024-11-13T21:27:06.614Z | |
2774 | 2024-11-13T21:27:06.614Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (88/168) |
2775 | 2024-11-13T21:27:07.152Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-11-13T21:27:07.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-11-13T21:27:07.277Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2778 | 2024-11-13T21:27:20.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.60s |
2779 | 2024-11-13T21:27:20.363Z | |
2780 | 2024-11-13T21:27:20.363Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (89/168) |
2781 | 2024-11-13T21:27:20.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-11-13T21:27:20.944Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-11-13T21:27:21.066Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2784 | 2024-11-13T21:27:33.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s |
2785 | 2024-11-13T21:27:34.074Z | |
2786 | 2024-11-13T21:27:34.074Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (90/168) |
2787 | 2024-11-13T21:27:34.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-11-13T21:27:34.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-11-13T21:27:34.778Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2790 | 2024-11-13T21:27:47.610Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.52s |
2791 | 2024-11-13T21:27:47.794Z | |
2792 | 2024-11-13T21:27:47.795Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (91/168) |
2793 | 2024-11-13T21:27:48.373Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-11-13T21:27:48.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-11-13T21:27:48.497Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2796 | 2024-11-13T21:28:01.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.37s |
2797 | 2024-11-13T21:28:01.355Z | |
2798 | 2024-11-13T21:28:01.355Z | info: running `cargo check --bins` on bootstrap-agent-api (92/168) |
2799 | 2024-11-13T21:28:01.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2800 | 2024-11-13T21:28:01.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2801 | 2024-11-13T21:28:01.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2802 | 2024-11-13T21:28:01.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2803 | 2024-11-13T21:28:01.981Z | |
2804 | 2024-11-13T21:28:01.981Z | info: running `cargo check --bins` on sled-agent-types (93/168) |
2805 | 2024-11-13T21:28:02.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2806 | 2024-11-13T21:28:02.531Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2807 | 2024-11-13T21:28:02.531Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2808 | 2024-11-13T21:28:02.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2809 | 2024-11-13T21:28:02.607Z | |
2810 | 2024-11-13T21:28:02.607Z | info: running `cargo check --bins` on bootstrap-agent-client (94/168) |
2811 | 2024-11-13T21:28:03.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2812 | 2024-11-13T21:28:03.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2813 | 2024-11-13T21:28:03.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2814 | 2024-11-13T21:28:03.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2815 | 2024-11-13T21:28:03.222Z | |
2816 | 2024-11-13T21:28:03.222Z | info: running `cargo check --bins` on dpd-client (95/168) |
2817 | 2024-11-13T21:28:03.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2818 | 2024-11-13T21:28:03.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2819 | 2024-11-13T21:28:03.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2820 | 2024-11-13T21:28:03.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2821 | 2024-11-13T21:28:03.820Z | |
2822 | 2024-11-13T21:28:03.820Z | info: running `cargo check --bins` on installinator-common (96/168) |
2823 | 2024-11-13T21:28:04.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2824 | 2024-11-13T21:28:04.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2825 | 2024-11-13T21:28:04.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2826 | 2024-11-13T21:28:04.359Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2827 | 2024-11-13T21:28:04.430Z | |
2828 | 2024-11-13T21:28:04.430Z | info: running `cargo check --bins` on key-manager (97/168) |
2829 | 2024-11-13T21:28:04.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2830 | 2024-11-13T21:28:04.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2831 | 2024-11-13T21:28:04.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2832 | 2024-11-13T21:28:04.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2833 | 2024-11-13T21:28:05.042Z | |
2834 | 2024-11-13T21:28:05.042Z | info: running `cargo check --bins` on omicron-ddm-admin-client (98/168) |
2835 | 2024-11-13T21:28:05.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2836 | 2024-11-13T21:28:05.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2837 | 2024-11-13T21:28:05.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2838 | 2024-11-13T21:28:05.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2839 | 2024-11-13T21:28:05.661Z | |
2840 | 2024-11-13T21:28:05.661Z | info: running `cargo check --bins` on repo-depot-api (99/168) |
2841 | 2024-11-13T21:28:06.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2842 | 2024-11-13T21:28:06.191Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2843 | 2024-11-13T21:28:06.191Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2844 | 2024-11-13T21:28:06.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
2845 | 2024-11-13T21:28:06.263Z | |
2846 | 2024-11-13T21:28:06.263Z | info: running `cargo check --bins` on repo-depot-client (100/168) |
2847 | 2024-11-13T21:28:06.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2848 | 2024-11-13T21:28:06.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2849 | 2024-11-13T21:28:06.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2850 | 2024-11-13T21:28:06.785Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
2851 | 2024-11-13T21:28:06.856Z | |
2852 | 2024-11-13T21:28:06.856Z | info: running `cargo check --bins` on sled-agent-api (101/168) |
2853 | 2024-11-13T21:28:07.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2854 | 2024-11-13T21:28:07.406Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2855 | 2024-11-13T21:28:07.406Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2856 | 2024-11-13T21:28:07.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2857 | 2024-11-13T21:28:07.482Z | |
2858 | 2024-11-13T21:28:07.482Z | info: running `cargo check --bins` on sled-hardware (102/168) |
2859 | 2024-11-13T21:28:08.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2860 | 2024-11-13T21:28:08.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2861 | 2024-11-13T21:28:08.024Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2862 | 2024-11-13T21:28:08.027Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2863 | 2024-11-13T21:28:08.099Z | |
2864 | 2024-11-13T21:28:08.099Z | info: running `cargo check --bins --no-default-features` on sled-storage (103/168) |
2865 | 2024-11-13T21:28:08.639Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2866 | 2024-11-13T21:28:08.642Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2867 | 2024-11-13T21:28:08.642Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2868 | 2024-11-13T21:28:08.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2869 | 2024-11-13T21:28:08.717Z | |
2870 | 2024-11-13T21:28:08.717Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (104/168) |
2871 | 2024-11-13T21:28:09.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2872 | 2024-11-13T21:28:09.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2873 | 2024-11-13T21:28:09.258Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2874 | 2024-11-13T21:28:09.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2875 | 2024-11-13T21:28:09.333Z | |
2876 | 2024-11-13T21:28:09.333Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (105/168) |
2877 | 2024-11-13T21:28:09.885Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-11-13T21:28:09.888Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-11-13T21:28:09.888Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2024-11-13T21:28:09.891Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2881 | 2024-11-13T21:28:09.965Z | |
2882 | 2024-11-13T21:28:09.965Z | info: running `cargo check --bins` on nexus-test-interface (106/168) |
2883 | 2024-11-13T21:28:10.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-11-13T21:28:10.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-11-13T21:28:10.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2024-11-13T21:28:10.519Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2887 | 2024-11-13T21:28:10.594Z | |
2888 | 2024-11-13T21:28:10.594Z | info: running `cargo check --bins` on oximeter-collector (107/168) |
2889 | 2024-11-13T21:28:11.149Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-11-13T21:28:11.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-11-13T21:28:11.259Z | Compiling phf_generator v0.11.2 |
2892 | 2024-11-13T21:28:11.265Z | Compiling parse-zoneinfo v0.3.1 |
2893 | 2024-11-13T21:28:11.371Z | Compiling const_format_proc_macros v0.2.33 |
2894 | 2024-11-13T21:28:11.373Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2895 | 2024-11-13T21:28:11.374Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2896 | 2024-11-13T21:28:11.378Z | Checking bcs v0.1.6 |
2897 | 2024-11-13T21:28:11.387Z | Compiling async-recursion v1.1.1 |
2898 | 2024-11-13T21:28:11.399Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2899 | 2024-11-13T21:28:11.500Z | Compiling phf_codegen v0.11.2 |
2900 | 2024-11-13T21:28:11.713Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2901 | 2024-11-13T21:28:11.973Z | Compiling chrono-tz-build v0.4.0 |
2902 | 2024-11-13T21:28:13.039Z | Checking const_format v0.2.33 |
2903 | 2024-11-13T21:28:13.096Z | Compiling chrono-tz v0.10.0 |
2904 | 2024-11-13T21:28:23.558Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2905 | 2024-11-13T21:28:25.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.77s |
2906 | 2024-11-13T21:28:25.549Z | |
2907 | 2024-11-13T21:28:25.549Z | info: running `cargo check --bins` on oximeter-api (108/168) |
2908 | 2024-11-13T21:28:26.085Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2909 | 2024-11-13T21:28:26.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2910 | 2024-11-13T21:28:26.088Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2911 | 2024-11-13T21:28:26.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2912 | 2024-11-13T21:28:26.163Z | |
2913 | 2024-11-13T21:28:26.163Z | info: running `cargo check --bins` on oximeter-client (109/168) |
2914 | 2024-11-13T21:28:26.697Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2915 | 2024-11-13T21:28:26.699Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2916 | 2024-11-13T21:28:26.699Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2917 | 2024-11-13T21:28:26.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2918 | 2024-11-13T21:28:26.772Z | |
2919 | 2024-11-13T21:28:26.772Z | info: running `cargo check --bins --no-default-features` on oximeter-db (110/168) |
2920 | 2024-11-13T21:28:27.312Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2921 | 2024-11-13T21:28:27.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2922 | 2024-11-13T21:28:27.407Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2923 | 2024-11-13T21:28:28.057Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
2924 | 2024-11-13T21:28:28.225Z | |
2925 | 2024-11-13T21:28:28.225Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql,sql` on oximeter-db (111/168) |
2926 | 2024-11-13T21:28:28.778Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2927 | 2024-11-13T21:28:28.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2928 | 2024-11-13T21:28:28.880Z | Compiling cfg_aliases v0.1.1 |
2929 | 2024-11-13T21:28:28.882Z | Compiling vte_generate_state_changes v0.1.2 |
2930 | 2024-11-13T21:28:28.882Z | Checking fd-lock v4.0.2 |
2931 | 2024-11-13T21:28:28.981Z | Checking bytecount v0.6.8 |
2932 | 2024-11-13T21:28:29.005Z | Compiling tabled_derive v0.7.0 |
2933 | 2024-11-13T21:28:29.007Z | Compiling peg-macros v0.8.4 |
2934 | 2024-11-13T21:28:29.007Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2935 | 2024-11-13T21:28:29.007Z | Compiling sqlparser_derive v0.2.2 |
2936 | 2024-11-13T21:28:29.063Z | Compiling nix v0.28.0 |
2937 | 2024-11-13T21:28:29.117Z | Checking papergrid v0.11.0 |
2938 | 2024-11-13T21:28:29.144Z | Checking unicode_categories v0.1.1 |
2939 | 2024-11-13T21:28:29.445Z | Checking home v0.5.9 |
2940 | 2024-11-13T21:28:29.597Z | Checking vte v0.11.1 |
2941 | 2024-11-13T21:28:29.625Z | Checking nu-ansi-term v0.50.1 |
2942 | 2024-11-13T21:28:30.040Z | Checking sqlformat v0.2.6 |
2943 | 2024-11-13T21:28:30.086Z | Checking sqlparser v0.45.0 |
2944 | 2024-11-13T21:28:30.996Z | Checking strip-ansi-escapes v0.2.0 |
2945 | 2024-11-13T21:28:31.148Z | Checking reedline v0.35.0 |
2946 | 2024-11-13T21:28:31.214Z | Checking tabled v0.15.0 |
2947 | 2024-11-13T21:28:31.958Z | Checking peg v0.8.4 |
2948 | 2024-11-13T21:28:32.337Z | Checking rustyline v14.0.0 |
2949 | 2024-11-13T21:28:41.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.59s |
2950 | 2024-11-13T21:28:41.993Z | |
2951 | 2024-11-13T21:28:41.993Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (112/168) |
2952 | 2024-11-13T21:28:42.534Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2953 | 2024-11-13T21:28:42.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2954 | 2024-11-13T21:28:42.631Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2955 | 2024-11-13T21:28:48.614Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.61s |
2956 | 2024-11-13T21:28:48.796Z | |
2957 | 2024-11-13T21:28:48.796Z | info: running `cargo check --bins --no-default-features --features native-sql-shell` on oximeter-db (113/168) |
2958 | 2024-11-13T21:28:49.340Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2959 | 2024-11-13T21:28:49.343Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2960 | 2024-11-13T21:28:49.437Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2961 | 2024-11-13T21:28:54.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.20s |
2962 | 2024-11-13T21:28:54.170Z | |
2963 | 2024-11-13T21:28:54.170Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (114/168) |
2964 | 2024-11-13T21:28:54.716Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2965 | 2024-11-13T21:28:54.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2966 | 2024-11-13T21:28:54.816Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2967 | 2024-11-13T21:29:00.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.37s |
2968 | 2024-11-13T21:29:00.713Z | |
2969 | 2024-11-13T21:29:00.713Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,oxql` on oximeter-db (115/168) |
2970 | 2024-11-13T21:29:01.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2971 | 2024-11-13T21:29:01.261Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2972 | 2024-11-13T21:29:01.384Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2973 | 2024-11-13T21:29:07.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.44s |
2974 | 2024-11-13T21:29:07.330Z | |
2975 | 2024-11-13T21:29:07.331Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (116/168) |
2976 | 2024-11-13T21:29:07.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2977 | 2024-11-13T21:29:07.881Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2978 | 2024-11-13T21:29:07.976Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2979 | 2024-11-13T21:29:12.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
2980 | 2024-11-13T21:29:12.945Z | |
2981 | 2024-11-13T21:29:12.945Z | info: running `cargo check --bins --no-default-features --features native-sql-shell,sql` on oximeter-db (117/168) |
2982 | 2024-11-13T21:29:13.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2983 | 2024-11-13T21:29:13.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2984 | 2024-11-13T21:29:13.585Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2985 | 2024-11-13T21:29:18.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.46s |
2986 | 2024-11-13T21:29:18.579Z | |
2987 | 2024-11-13T21:29:18.579Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (118/168) |
2988 | 2024-11-13T21:29:19.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2989 | 2024-11-13T21:29:19.122Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2990 | 2024-11-13T21:29:19.217Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2991 | 2024-11-13T21:29:25.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.54s |
2992 | 2024-11-13T21:29:25.301Z | |
2993 | 2024-11-13T21:29:25.301Z | info: running `cargo check --bins` on oximeter-test-utils (119/168) |
2994 | 2024-11-13T21:29:25.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2995 | 2024-11-13T21:29:25.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2996 | 2024-11-13T21:29:25.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2997 | 2024-11-13T21:29:25.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2998 | 2024-11-13T21:29:25.926Z | |
2999 | 2024-11-13T21:29:25.926Z | info: running `cargo check --bins` on cockroach-admin-client (120/168) |
3000 | 2024-11-13T21:29:26.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3001 | 2024-11-13T21:29:26.445Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3002 | 2024-11-13T21:29:26.445Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3003 | 2024-11-13T21:29:26.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3004 | 2024-11-13T21:29:26.515Z | |
3005 | 2024-11-13T21:29:26.515Z | info: running `cargo check --bins` on installinator-client (121/168) |
3006 | 2024-11-13T21:29:27.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3007 | 2024-11-13T21:29:27.056Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3008 | 2024-11-13T21:29:27.056Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3009 | 2024-11-13T21:29:27.059Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3010 | 2024-11-13T21:29:27.128Z | |
3011 | 2024-11-13T21:29:27.128Z | info: running `cargo check --bins` on oxide-client (122/168) |
3012 | 2024-11-13T21:29:27.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3013 | 2024-11-13T21:29:27.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3014 | 2024-11-13T21:29:27.650Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3015 | 2024-11-13T21:29:27.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3016 | 2024-11-13T21:29:27.723Z | |
3017 | 2024-11-13T21:29:27.723Z | info: running `cargo check --bins` on wicketd-client (123/168) |
3018 | 2024-11-13T21:29:28.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3019 | 2024-11-13T21:29:28.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3020 | 2024-11-13T21:29:28.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3021 | 2024-11-13T21:29:28.281Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3022 | 2024-11-13T21:29:28.683Z | |
3023 | 2024-11-13T21:29:28.683Z | info: running `cargo check --bins` on wicket-common (124/168) |
3024 | 2024-11-13T21:29:28.903Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2024-11-13T21:29:28.905Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2024-11-13T21:29:28.905Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3027 | 2024-11-13T21:29:28.909Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3028 | 2024-11-13T21:29:28.983Z | |
3029 | 2024-11-13T21:29:28.983Z | info: running `cargo check --bins` on omicron-cockroach-admin (125/168) |
3030 | 2024-11-13T21:29:29.529Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2024-11-13T21:29:29.532Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2024-11-13T21:29:29.626Z | Checking csv-core v0.1.11 |
3033 | 2024-11-13T21:29:29.629Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
3034 | 2024-11-13T21:29:29.926Z | Checking csv v1.3.0 |
3035 | 2024-11-13T21:29:30.444Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
3036 | 2024-11-13T21:29:30.773Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
3037 | 2024-11-13T21:29:31.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.98s |
3038 | 2024-11-13T21:29:32.145Z | |
3039 | 2024-11-13T21:29:32.145Z | info: running `cargo check --bins` on cockroach-admin-api (126/168) |
3040 | 2024-11-13T21:29:32.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3041 | 2024-11-13T21:29:32.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3042 | 2024-11-13T21:29:32.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3043 | 2024-11-13T21:29:32.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
3044 | 2024-11-13T21:29:32.754Z | |
3045 | 2024-11-13T21:29:32.754Z | info: running `cargo check --bins` on cockroach-admin-types (127/168) |
3046 | 2024-11-13T21:29:33.281Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3047 | 2024-11-13T21:29:33.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3048 | 2024-11-13T21:29:33.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3049 | 2024-11-13T21:29:33.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3050 | 2024-11-13T21:29:33.356Z | |
3051 | 2024-11-13T21:29:33.356Z | info: running `cargo check --bins` on cert-dev (128/168) |
3052 | 2024-11-13T21:29:33.872Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3053 | 2024-11-13T21:29:33.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3054 | 2024-11-13T21:29:33.946Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
3055 | 2024-11-13T21:29:34.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
3056 | 2024-11-13T21:29:34.370Z | |
3057 | 2024-11-13T21:29:34.370Z | info: running `cargo check --bins` on ch-dev (129/168) |
3058 | 2024-11-13T21:29:34.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3059 | 2024-11-13T21:29:34.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3060 | 2024-11-13T21:29:35.006Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
3061 | 2024-11-13T21:29:35.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3062 | 2024-11-13T21:29:35.892Z | |
3063 | 2024-11-13T21:29:35.892Z | info: running `cargo check --bins` on crdb-seed (130/168) |
3064 | 2024-11-13T21:29:36.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3065 | 2024-11-13T21:29:36.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3066 | 2024-11-13T21:29:36.524Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3067 | 2024-11-13T21:29:36.887Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
3068 | 2024-11-13T21:29:37.068Z | |
3069 | 2024-11-13T21:29:37.068Z | info: running `cargo check --bins` on db-dev (131/168) |
3070 | 2024-11-13T21:29:37.607Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3071 | 2024-11-13T21:29:37.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3072 | 2024-11-13T21:29:37.699Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
3073 | 2024-11-13T21:29:38.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s |
3074 | 2024-11-13T21:29:38.582Z | |
3075 | 2024-11-13T21:29:38.582Z | info: running `cargo check --bins` on omicron-dev-lib (132/168) |
3076 | 2024-11-13T21:29:39.122Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3077 | 2024-11-13T21:29:39.125Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3078 | 2024-11-13T21:29:39.125Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3079 | 2024-11-13T21:29:39.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3080 | 2024-11-13T21:29:39.199Z | |
3081 | 2024-11-13T21:29:39.199Z | info: running `cargo check --bins` on xtask-downloader (133/168) |
3082 | 2024-11-13T21:29:39.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3083 | 2024-11-13T21:29:39.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3084 | 2024-11-13T21:29:39.788Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
3085 | 2024-11-13T21:29:40.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.45s |
3086 | 2024-11-13T21:29:40.821Z | |
3087 | 2024-11-13T21:29:40.821Z | info: running `cargo check --bins` on omicron-ls-apis (134/168) |
3088 | 2024-11-13T21:29:41.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3089 | 2024-11-13T21:29:41.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3090 | 2024-11-13T21:29:41.414Z | Checking cargo-platform v0.1.8 |
3091 | 2024-11-13T21:29:41.680Z | Checking cargo_metadata v0.18.1 |
3092 | 2024-11-13T21:29:42.638Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
3093 | 2024-11-13T21:29:43.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
3094 | 2024-11-13T21:29:43.517Z | |
3095 | 2024-11-13T21:29:43.517Z | info: running `cargo check --bins` on mgs-dev (135/168) |
3096 | 2024-11-13T21:29:44.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3097 | 2024-11-13T21:29:44.099Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3098 | 2024-11-13T21:29:44.212Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3099 | 2024-11-13T21:29:44.899Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
3100 | 2024-11-13T21:29:45.431Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
3101 | 2024-11-13T21:29:45.615Z | |
3102 | 2024-11-13T21:29:45.615Z | info: running `cargo check --bins` on omicron-omdb (136/168) |
3103 | 2024-11-13T21:29:46.215Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3104 | 2024-11-13T21:29:46.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3105 | 2024-11-13T21:29:46.366Z | Compiling crunchy v0.2.2 |
3106 | 2024-11-13T21:29:46.367Z | Compiling tiny-keccak v2.0.2 |
3107 | 2024-11-13T21:29:46.367Z | Compiling dsl_auto_type v0.1.2 |
3108 | 2024-11-13T21:29:46.369Z | Checking scheduled-thread-pool v0.2.7 |
3109 | 2024-11-13T21:29:46.369Z | Compiling diesel_table_macro_syntax v0.2.0 |
3110 | 2024-11-13T21:29:46.369Z | Compiling ascii-canvas v3.0.0 |
3111 | 2024-11-13T21:29:46.369Z | Compiling ena v0.14.3 |
3112 | 2024-11-13T21:29:46.479Z | Compiling regex-syntax v0.6.29 |
3113 | 2024-11-13T21:29:46.779Z | Compiling diff v0.1.13 |
3114 | 2024-11-13T21:29:46.852Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3115 | 2024-11-13T21:29:46.961Z | Compiling ref-cast v1.0.23 |
3116 | 2024-11-13T21:29:47.034Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3117 | 2024-11-13T21:29:47.093Z | Compiling derive_builder_core v0.20.2 |
3118 | 2024-11-13T21:29:47.306Z | Compiling libxml v0.3.3 |
3119 | 2024-11-13T21:29:47.406Z | Compiling ref-cast-impl v1.0.23 |
3120 | 2024-11-13T21:29:47.477Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3121 | 2024-11-13T21:29:47.678Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3122 | 2024-11-13T21:29:47.698Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
3123 | 2024-11-13T21:29:47.934Z | Checking r2d2 v0.8.10 |
3124 | 2024-11-13T21:29:47.968Z | Compiling diesel_derives v2.2.3 |
3125 | 2024-11-13T21:29:47.987Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3126 | 2024-11-13T21:29:47.991Z | Compiling strum_macros v0.24.3 |
3127 | 2024-11-13T21:29:48.232Z | Compiling samael v0.0.17 |
3128 | 2024-11-13T21:29:48.387Z | Compiling indoc v1.0.9 |
3129 | 2024-11-13T21:29:49.372Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3130 | 2024-11-13T21:29:49.504Z | Compiling derive_builder_macro v0.20.2 |
3131 | 2024-11-13T21:29:49.660Z | Compiling lalrpop v0.19.12 |
3132 | 2024-11-13T21:29:50.417Z | Checking derive_builder v0.20.2 |
3133 | 2024-11-13T21:29:50.524Z | Compiling impl-trait-for-tuples v0.2.2 |
3134 | 2024-11-13T21:29:50.567Z | Compiling oso-derive v0.27.3 |
3135 | 2024-11-13T21:29:51.173Z | Checking quick-xml v0.33.0 |
3136 | 2024-11-13T21:29:51.620Z | Compiling diesel-dtrace v0.3.0 |
3137 | 2024-11-13T21:29:51.660Z | Checking maplit v1.0.2 |
3138 | 2024-11-13T21:29:51.830Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3139 | 2024-11-13T21:29:52.000Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3140 | 2024-11-13T21:29:52.298Z | Checking bb8 v0.8.5 |
3141 | 2024-11-13T21:29:52.392Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3142 | 2024-11-13T21:29:52.522Z | Checking castaway v0.2.3 |
3143 | 2024-11-13T21:29:52.660Z | Checking rand_seeder v0.3.0 |
3144 | 2024-11-13T21:29:52.680Z | Checking compact_str v0.8.0 |
3145 | 2024-11-13T21:29:52.801Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
3146 | 2024-11-13T21:29:52.889Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3147 | 2024-11-13T21:29:53.087Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
3148 | 2024-11-13T21:29:53.534Z | Checking unicode-truncate v1.1.0 |
3149 | 2024-11-13T21:29:53.568Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3150 | 2024-11-13T21:29:53.772Z | Checking lru v0.12.5 |
3151 | 2024-11-13T21:29:53.858Z | Compiling instability v0.3.2 |
3152 | 2024-11-13T21:29:54.077Z | Checking smawk v0.3.2 |
3153 | 2024-11-13T21:29:54.285Z | Checking unicode-linebreak v0.1.5 |
3154 | 2024-11-13T21:29:54.302Z | Checking cassowary v0.3.0 |
3155 | 2024-11-13T21:29:54.696Z | Checking is_ci v1.2.0 |
3156 | 2024-11-13T21:29:54.733Z | Checking textwrap v0.16.1 |
3157 | 2024-11-13T21:29:54.841Z | Checking supports-color v3.0.1 |
3158 | 2024-11-13T21:29:54.904Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3159 | 2024-11-13T21:29:54.923Z | Checking ratatui v0.28.1 |
3160 | 2024-11-13T21:29:55.058Z | Checking multimap v0.10.0 |
3161 | 2024-11-13T21:29:57.941Z | Checking diesel v2.2.4 |
3162 | 2024-11-13T21:30:22.937Z | Compiling polar-core v0.27.3 |
3163 | 2024-11-13T21:30:26.997Z | Checking async-bb8-diesel v0.2.1 |
3164 | 2024-11-13T21:30:30.236Z | Checking oso v0.27.3 |
3165 | 2024-11-13T21:31:38.465Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3166 | 2024-11-13T21:31:44.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 58s |
3167 | 2024-11-13T21:31:44.435Z | |
3168 | 2024-11-13T21:31:44.435Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (137/168) |
3169 | 2024-11-13T21:31:45.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3170 | 2024-11-13T21:31:45.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3171 | 2024-11-13T21:31:45.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3172 | 2024-11-13T21:31:45.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3173 | 2024-11-13T21:31:45.090Z | |
3174 | 2024-11-13T21:31:45.090Z | info: running `cargo check --bins` on nexus-saga-recovery (138/168) |
3175 | 2024-11-13T21:31:45.657Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3176 | 2024-11-13T21:31:45.660Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3177 | 2024-11-13T21:31:45.660Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3178 | 2024-11-13T21:31:45.662Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3179 | 2024-11-13T21:31:45.737Z | |
3180 | 2024-11-13T21:31:45.737Z | info: running `cargo check --bins` on nexus-test-utils-macros (139/168) |
3181 | 2024-11-13T21:31:46.250Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2024-11-13T21:31:46.252Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2024-11-13T21:31:46.252Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3184 | 2024-11-13T21:31:46.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3185 | 2024-11-13T21:31:46.322Z | |
3186 | 2024-11-13T21:31:46.322Z | info: running `cargo check --bins` on omicron-nexus (140/168) |
3187 | 2024-11-13T21:31:46.929Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2024-11-13T21:31:46.932Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2024-11-13T21:31:47.092Z | Compiling libz-sys v1.1.20 |
3190 | 2024-11-13T21:31:47.204Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3191 | 2024-11-13T21:31:47.214Z | Compiling vergen v8.3.2 |
3192 | 2024-11-13T21:31:47.216Z | Compiling cargo-platform v0.1.8 |
3193 | 2024-11-13T21:31:47.216Z | Compiling pin-project-internal v1.1.6 |
3194 | 2024-11-13T21:31:47.245Z | Compiling libsqlite3-sys v0.30.1 |
3195 | 2024-11-13T21:31:47.248Z | Compiling snafu-derive v0.8.5 |
3196 | 2024-11-13T21:31:47.248Z | Checking bumpalo v3.16.0 |
3197 | 2024-11-13T21:31:47.491Z | Compiling buf-list v1.0.3 |
3198 | 2024-11-13T21:31:47.605Z | Compiling cargo_metadata v0.18.1 |
3199 | 2024-11-13T21:31:47.749Z | Compiling rustls v0.21.12 |
3200 | 2024-11-13T21:31:47.787Z | Compiling zip v2.1.3 |
3201 | 2024-11-13T21:31:48.015Z | Checking lockfree-object-pool v0.1.6 |
3202 | 2024-11-13T21:31:48.075Z | Compiling cfg_aliases v0.2.1 |
3203 | 2024-11-13T21:31:48.125Z | Checking simd-adler32 v0.3.7 |
3204 | 2024-11-13T21:31:48.186Z | Compiling nix v0.29.0 |
3205 | 2024-11-13T21:31:48.300Z | Checking globset v0.4.15 |
3206 | 2024-11-13T21:31:48.325Z | Checking olpc-cjson v0.1.4 |
3207 | 2024-11-13T21:31:48.458Z | Checking zopfli v0.8.1 |
3208 | 2024-11-13T21:31:48.536Z | Checking sct v0.7.1 |
3209 | 2024-11-13T21:31:48.745Z | Checking rustls-webpki v0.101.7 |
3210 | 2024-11-13T21:31:48.795Z | Checking serde_plain v1.0.2 |
3211 | 2024-11-13T21:31:49.043Z | Checking typed-path v0.9.3 |
3212 | 2024-11-13T21:31:49.797Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3213 | 2024-11-13T21:31:50.067Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3214 | 2024-11-13T21:31:50.259Z | Checking pin-project v1.1.6 |
3215 | 2024-11-13T21:31:50.278Z | Checking hashlink v0.9.1 |
3216 | 2024-11-13T21:31:50.385Z | Checking parse-size v1.1.0 |
3217 | 2024-11-13T21:31:50.752Z | Checking fallible-iterator v0.3.0 |
3218 | 2024-11-13T21:31:50.768Z | Checking fallible-streaming-iterator v0.1.9 |
3219 | 2024-11-13T21:31:50.914Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3220 | 2024-11-13T21:31:50.969Z | Checking rustls-pemfile v1.0.4 |
3221 | 2024-11-13T21:31:51.028Z | Checking rusqlite v0.32.1 |
3222 | 2024-11-13T21:31:51.166Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3223 | 2024-11-13T21:31:51.186Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3224 | 2024-11-13T21:31:51.320Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3225 | 2024-11-13T21:31:51.420Z | Checking twox-hash v1.6.3 |
3226 | 2024-11-13T21:31:51.461Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3227 | 2024-11-13T21:31:51.955Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3228 | 2024-11-13T21:31:52.502Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3229 | 2024-11-13T21:31:52.651Z | Checking tokio-rustls v0.24.1 |
3230 | 2024-11-13T21:31:52.861Z | Checking snafu v0.8.5 |
3231 | 2024-11-13T21:31:52.864Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3232 | 2024-11-13T21:31:52.997Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3233 | 2024-11-13T21:31:53.030Z | Checking fatfs v0.3.6 |
3234 | 2024-11-13T21:31:53.317Z | Checking assert_matches v1.5.0 |
3235 | 2024-11-13T21:31:53.336Z | Checking tough v0.19.0 |
3236 | 2024-11-13T21:31:57.384Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3237 | 2024-11-13T21:31:58.750Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3238 | 2024-11-13T21:31:59.550Z | Compiling git2 v0.19.0 |
3239 | 2024-11-13T21:32:04.189Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
3240 | 2024-11-13T21:33:16.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
3241 | 2024-11-13T21:33:16.712Z | |
3242 | 2024-11-13T21:33:16.712Z | info: running `cargo check --bins` on nexus-external-api (141/168) |
3243 | 2024-11-13T21:33:17.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3244 | 2024-11-13T21:33:17.301Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3245 | 2024-11-13T21:33:17.301Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3246 | 2024-11-13T21:33:17.304Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3247 | 2024-11-13T21:33:17.374Z | |
3248 | 2024-11-13T21:33:17.374Z | info: running `cargo check --bins` on openapi-manager-types (142/168) |
3249 | 2024-11-13T21:33:17.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3250 | 2024-11-13T21:33:17.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3251 | 2024-11-13T21:33:17.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3252 | 2024-11-13T21:33:17.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
3253 | 2024-11-13T21:33:17.964Z | |
3254 | 2024-11-13T21:33:17.964Z | info: running `cargo check --bins` on nexus-internal-api (143/168) |
3255 | 2024-11-13T21:33:18.517Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3256 | 2024-11-13T21:33:18.520Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3257 | 2024-11-13T21:33:18.520Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3258 | 2024-11-13T21:33:18.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3259 | 2024-11-13T21:33:18.593Z | |
3260 | 2024-11-13T21:33:18.593Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (144/168) |
3261 | 2024-11-13T21:33:19.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3262 | 2024-11-13T21:33:19.162Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3263 | 2024-11-13T21:33:19.162Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3264 | 2024-11-13T21:33:19.166Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3265 | 2024-11-13T21:33:19.238Z | |
3266 | 2024-11-13T21:33:19.238Z | info: running `cargo check --bins` on nexus-networking (145/168) |
3267 | 2024-11-13T21:33:19.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3268 | 2024-11-13T21:33:19.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3269 | 2024-11-13T21:33:19.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3270 | 2024-11-13T21:33:19.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3271 | 2024-11-13T21:33:19.880Z | |
3272 | 2024-11-13T21:33:19.880Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (146/168) |
3273 | 2024-11-13T21:33:20.455Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3274 | 2024-11-13T21:33:20.458Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3275 | 2024-11-13T21:33:20.458Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3276 | 2024-11-13T21:33:20.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3277 | 2024-11-13T21:33:20.536Z | |
3278 | 2024-11-13T21:33:20.536Z | info: running `cargo check --bins` on update-common (147/168) |
3279 | 2024-11-13T21:33:21.086Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3280 | 2024-11-13T21:33:21.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3281 | 2024-11-13T21:33:21.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3282 | 2024-11-13T21:33:21.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3283 | 2024-11-13T21:33:21.164Z | |
3284 | 2024-11-13T21:33:21.164Z | info: running `cargo check --bins` on tufaceous-lib (148/168) |
3285 | 2024-11-13T21:33:21.707Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3286 | 2024-11-13T21:33:21.710Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3287 | 2024-11-13T21:33:21.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3288 | 2024-11-13T21:33:21.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3289 | 2024-11-13T21:33:21.785Z | |
3290 | 2024-11-13T21:33:21.785Z | info: running `cargo check --bins` on tufaceous (149/168) |
3291 | 2024-11-13T21:33:22.337Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3292 | 2024-11-13T21:33:22.340Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3293 | 2024-11-13T21:33:22.432Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3294 | 2024-11-13T21:33:23.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
3295 | 2024-11-13T21:33:23.562Z | |
3296 | 2024-11-13T21:33:23.562Z | info: running `cargo check --bins` on omicron-dev (150/168) |
3297 | 2024-11-13T21:33:24.216Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3298 | 2024-11-13T21:33:24.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3299 | 2024-11-13T21:33:24.398Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3300 | 2024-11-13T21:33:24.521Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3301 | 2024-11-13T21:33:24.524Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3302 | 2024-11-13T21:33:24.524Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3303 | 2024-11-13T21:33:49.408Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3304 | 2024-11-13T21:33:49.408Z | Checking nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3305 | 2024-11-13T21:33:49.411Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3306 | 2024-11-13T21:33:49.411Z | Checking nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3307 | 2024-11-13T21:33:49.411Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3308 | 2024-11-13T21:33:50.227Z | Checking nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3309 | 2024-11-13T21:33:51.445Z | Checking omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3310 | 2024-11-13T21:34:29.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
3311 | 2024-11-13T21:34:29.302Z | |
3312 | 2024-11-13T21:34:29.302Z | info: running `cargo check --bins` on openapi-manager (151/168) |
3313 | 2024-11-13T21:34:29.877Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3314 | 2024-11-13T21:34:29.880Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3315 | 2024-11-13T21:34:29.989Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3316 | 2024-11-13T21:34:29.992Z | Checking heck v0.4.1 |
3317 | 2024-11-13T21:34:29.992Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3318 | 2024-11-13T21:34:30.233Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3319 | 2024-11-13T21:34:31.561Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3320 | 2024-11-13T21:34:32.406Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3321 | 2024-11-13T21:34:33.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
3322 | 2024-11-13T21:34:33.655Z | |
3323 | 2024-11-13T21:34:33.655Z | info: running `cargo check --bins` on installinator-api (152/168) |
3324 | 2024-11-13T21:34:34.203Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3325 | 2024-11-13T21:34:34.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3326 | 2024-11-13T21:34:34.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3327 | 2024-11-13T21:34:34.209Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
3328 | 2024-11-13T21:34:34.281Z | |
3329 | 2024-11-13T21:34:34.281Z | info: running `cargo check --bins` on wicketd-api (153/168) |
3330 | 2024-11-13T21:34:34.833Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3331 | 2024-11-13T21:34:34.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3332 | 2024-11-13T21:34:34.837Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3333 | 2024-11-13T21:34:34.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
3334 | 2024-11-13T21:34:34.911Z | |
3335 | 2024-11-13T21:34:34.911Z | info: running `cargo check --bins` on reconfigurator-cli (154/168) |
3336 | 2024-11-13T21:34:35.476Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3337 | 2024-11-13T21:34:35.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3338 | 2024-11-13T21:34:35.577Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3339 | 2024-11-13T21:34:36.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
3340 | 2024-11-13T21:34:36.900Z | |
3341 | 2024-11-13T21:34:36.900Z | info: running `cargo check --bins` on omicron-releng (155/168) |
3342 | 2024-11-13T21:34:37.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3343 | 2024-11-13T21:34:37.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3344 | 2024-11-13T21:34:37.542Z | Checking memmap2 v0.9.5 |
3345 | 2024-11-13T21:34:37.542Z | Checking arrayref v0.3.9 |
3346 | 2024-11-13T21:34:37.542Z | Checking constant_time_eq v0.3.1 |
3347 | 2024-11-13T21:34:37.545Z | Checking arrayvec v0.7.6 |
3348 | 2024-11-13T21:34:37.545Z | Checking spin v0.5.2 |
3349 | 2024-11-13T21:34:37.545Z | Checking topological-sort v0.2.2 |
3350 | 2024-11-13T21:34:37.545Z | Checking shell-words v1.1.0 |
3351 | 2024-11-13T21:34:37.804Z | Checking ring v0.16.20 |
3352 | 2024-11-13T21:34:37.939Z | Checking blake3 v1.5.4 |
3353 | 2024-11-13T21:34:38.925Z | Checking omicron-zone-package v0.11.1 |
3354 | 2024-11-13T21:34:40.010Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3355 | 2024-11-13T21:34:40.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.99s |
3356 | 2024-11-13T21:34:41.069Z | |
3357 | 2024-11-13T21:34:41.069Z | info: running `cargo check --bins` on xtask (156/168) |
3358 | 2024-11-13T21:34:41.466Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3359 | 2024-11-13T21:34:41.469Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3360 | 2024-11-13T21:34:41.482Z | Checking bitflags v2.6.0 |
3361 | 2024-11-13T21:34:41.485Z | Checking serde v1.0.215 |
3362 | 2024-11-13T21:34:41.485Z | Checking thiserror v1.0.69 |
3363 | 2024-11-13T21:34:41.485Z | Checking scroll v0.12.0 |
3364 | 2024-11-13T21:34:41.559Z | Checking hashbrown v0.15.0 |
3365 | 2024-11-13T21:34:41.573Z | Checking log v0.4.22 |
3366 | 2024-11-13T21:34:41.579Z | Checking zerocopy v0.7.35 |
3367 | 2024-11-13T21:34:41.608Z | Checking syn v2.0.87 |
3368 | 2024-11-13T21:34:41.661Z | Checking pest v2.7.14 |
3369 | 2024-11-13T21:34:41.801Z | Checking rustix v0.38.37 |
3370 | 2024-11-13T21:34:41.855Z | Checking once_cell v1.20.2 |
3371 | 2024-11-13T21:34:42.024Z | Checking goblin v0.8.2 |
3372 | 2024-11-13T21:34:42.157Z | Checking fs-err v2.11.0 |
3373 | 2024-11-13T21:34:42.475Z | Checking tabled v0.15.0 |
3374 | 2024-11-13T21:34:42.599Z | Checking indexmap v2.6.0 |
3375 | 2024-11-13T21:34:42.949Z | Checking anyhow v1.0.93 |
3376 | 2024-11-13T21:34:43.715Z | Checking terminal_size v0.4.0 |
3377 | 2024-11-13T21:34:43.715Z | Checking tempfile v3.13.0 |
3378 | 2024-11-13T21:34:43.890Z | Checking clap_builder v4.5.20 |
3379 | 2024-11-13T21:34:44.152Z | Checking dtrace-parser v0.2.0 |
3380 | 2024-11-13T21:34:46.040Z | Checking serde_json v1.0.132 |
3381 | 2024-11-13T21:34:46.040Z | Checking serde_spanned v0.6.8 |
3382 | 2024-11-13T21:34:46.043Z | Checking toml_datetime v0.6.8 |
3383 | 2024-11-13T21:34:46.043Z | Checking camino v1.1.9 |
3384 | 2024-11-13T21:34:46.043Z | Checking semver v1.0.23 |
3385 | 2024-11-13T21:34:46.043Z | Checking cargo-platform v0.1.8 |
3386 | 2024-11-13T21:34:46.167Z | Checking macaddr v1.0.1 |
3387 | 2024-11-13T21:34:46.320Z | Checking toml_edit v0.22.22 |
3388 | 2024-11-13T21:34:46.435Z | Checking clap v4.5.20 |
3389 | 2024-11-13T21:34:46.580Z | Checking camino-tempfile v1.1.1 |
3390 | 2024-11-13T21:34:47.239Z | Checking dof v0.3.0 |
3391 | 2024-11-13T21:34:47.239Z | Checking cargo_metadata v0.18.1 |
3392 | 2024-11-13T21:34:47.645Z | Checking usdt-impl v0.5.0 |
3393 | 2024-11-13T21:34:47.987Z | Checking toml v0.8.19 |
3394 | 2024-11-13T21:34:47.999Z | Checking usdt v0.5.0 |
3395 | 2024-11-13T21:34:48.460Z | Checking cargo_toml v0.20.5 |
3396 | 2024-11-13T21:34:49.634Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3397 | 2024-11-13T21:34:50.235Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.15s |
3398 | 2024-11-13T21:34:50.331Z | |
3399 | 2024-11-13T21:34:50.331Z | info: running `cargo check --bins` on end-to-end-tests (157/168) |
3400 | 2024-11-13T21:34:50.940Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3401 | 2024-11-13T21:34:50.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3402 | 2024-11-13T21:34:51.072Z | Checking polyval v0.6.2 |
3403 | 2024-11-13T21:34:51.182Z | Checking ctr v0.9.2 |
3404 | 2024-11-13T21:34:51.194Z | Checking ssh-encoding v0.2.0 |
3405 | 2024-11-13T21:34:51.197Z | Checking blowfish v0.9.1 |
3406 | 2024-11-13T21:34:51.213Z | Checking password-hash v0.4.2 |
3407 | 2024-11-13T21:34:51.215Z | Checking matches v0.1.10 |
3408 | 2024-11-13T21:34:51.241Z | Checking p256 v0.13.2 |
3409 | 2024-11-13T21:34:51.241Z | Checking p521 v0.13.3 |
3410 | 2024-11-13T21:34:51.312Z | Checking idna v0.2.3 |
3411 | 2024-11-13T21:34:51.408Z | Checking bcrypt-pbkdf v0.10.0 |
3412 | 2024-11-13T21:34:51.426Z | Checking ghash v0.5.1 |
3413 | 2024-11-13T21:34:51.448Z | Compiling enum-as-inner v0.5.1 |
3414 | 2024-11-13T21:34:51.495Z | Checking russh-cryptovec v0.7.3 |
3415 | 2024-11-13T21:34:51.595Z | Checking aes-gcm v0.10.3 |
3416 | 2024-11-13T21:34:51.623Z | Checking pbkdf2 v0.11.0 |
3417 | 2024-11-13T21:34:51.642Z | Checking md5 v0.7.0 |
3418 | 2024-11-13T21:34:51.708Z | Checking num-bigint v0.4.6 |
3419 | 2024-11-13T21:34:51.727Z | Checking des v0.8.1 |
3420 | 2024-11-13T21:34:51.841Z | Checking ssh-cipher v0.2.0 |
3421 | 2024-11-13T21:34:51.889Z | Checking hex-literal v0.4.1 |
3422 | 2024-11-13T21:34:51.916Z | Compiling dhcproto-macros v0.1.0 |
3423 | 2024-11-13T21:34:52.004Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3424 | 2024-11-13T21:34:52.024Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3425 | 2024-11-13T21:34:52.129Z | Checking ssh-key v0.6.6 |
3426 | 2024-11-13T21:34:52.170Z | Checking internet-checksum v0.2.1 |
3427 | 2024-11-13T21:34:52.428Z | Checking trust-dns-proto v0.22.0 |
3428 | 2024-11-13T21:34:53.419Z | Checking russh-keys v0.45.0 |
3429 | 2024-11-13T21:34:54.313Z | Checking russh v0.45.0 |
3430 | 2024-11-13T21:34:54.958Z | Checking dhcproto v0.12.0 |
3431 | 2024-11-13T21:35:11.689Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3432 | 2024-11-13T21:35:13.038Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.69s |
3433 | 2024-11-13T21:35:13.231Z | |
3434 | 2024-11-13T21:35:13.231Z | info: running `cargo check --bins` on gateway-cli (158/168) |
3435 | 2024-11-13T21:35:13.764Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3436 | 2024-11-13T21:35:13.767Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3437 | 2024-11-13T21:35:13.848Z | Checking termios v0.3.3 |
3438 | 2024-11-13T21:35:14.063Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3439 | 2024-11-13T21:35:14.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
3440 | 2024-11-13T21:35:15.006Z | |
3441 | 2024-11-13T21:35:15.006Z | info: running `cargo check --bins --no-default-features` on installinator (159/168) |
3442 | 2024-11-13T21:35:15.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3443 | 2024-11-13T21:35:15.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3444 | 2024-11-13T21:35:15.683Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3445 | 2024-11-13T21:35:17.666Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3446 | 2024-11-13T21:35:19.481Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.47s |
3447 | 2024-11-13T21:35:19.664Z | |
3448 | 2024-11-13T21:35:19.664Z | info: running `cargo check --bins` on internal-dns-cli (160/168) |
3449 | 2024-11-13T21:35:20.195Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3450 | 2024-11-13T21:35:20.197Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3451 | 2024-11-13T21:35:20.280Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
3452 | 2024-11-13T21:35:20.762Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3453 | 2024-11-13T21:35:20.938Z | |
3454 | 2024-11-13T21:35:20.939Z | info: running `cargo check --bins` on omicron-live-tests (161/168) |
3455 | 2024-11-13T21:35:21.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3456 | 2024-11-13T21:35:21.454Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3457 | 2024-11-13T21:35:21.454Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3458 | 2024-11-13T21:35:21.458Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3459 | 2024-11-13T21:35:21.524Z | |
3460 | 2024-11-13T21:35:21.524Z | info: running `cargo check --bins` on live-tests-macros (162/168) |
3461 | 2024-11-13T21:35:22.041Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3462 | 2024-11-13T21:35:22.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3463 | 2024-11-13T21:35:22.043Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3464 | 2024-11-13T21:35:22.046Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3465 | 2024-11-13T21:35:22.113Z | |
3466 | 2024-11-13T21:35:22.113Z | info: running `cargo check --bins` on omicron-package (163/168) |
3467 | 2024-11-13T21:35:22.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3468 | 2024-11-13T21:35:22.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3469 | 2024-11-13T21:35:22.762Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3470 | 2024-11-13T21:35:24.054Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
3471 | 2024-11-13T21:35:24.223Z | |
3472 | 2024-11-13T21:35:24.223Z | info: running `cargo check --bins` on wicket-dbg (164/168) |
3473 | 2024-11-13T21:35:24.799Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3474 | 2024-11-13T21:35:24.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3475 | 2024-11-13T21:35:24.905Z | Checking rtoolbox v0.0.2 |
3476 | 2024-11-13T21:35:24.908Z | Checking tui-tree-widget v0.22.0 |
3477 | 2024-11-13T21:35:24.908Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3478 | 2024-11-13T21:35:25.127Z | Checking rpassword v7.3.1 |
3479 | 2024-11-13T21:35:29.117Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3480 | 2024-11-13T21:35:32.049Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3481 | 2024-11-13T21:35:33.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.98s |
3482 | 2024-11-13T21:35:33.394Z | |
3483 | 2024-11-13T21:35:33.394Z | info: running `cargo check --bins` on wicket (165/168) |
3484 | 2024-11-13T21:35:33.966Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3485 | 2024-11-13T21:35:33.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3486 | 2024-11-13T21:35:34.074Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3487 | 2024-11-13T21:35:34.494Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
3488 | 2024-11-13T21:35:34.676Z | |
3489 | 2024-11-13T21:35:34.676Z | info: running `cargo check --bins` on wicketd (166/168) |
3490 | 2024-11-13T21:35:35.255Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3491 | 2024-11-13T21:35:35.258Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3492 | 2024-11-13T21:35:35.368Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3493 | 2024-11-13T21:35:39.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.57s |
3494 | 2024-11-13T21:35:39.440Z | |
3495 | 2024-11-13T21:35:39.440Z | info: running `cargo check --bins` on omicron-workspace-hack (167/168) |
3496 | 2024-11-13T21:35:39.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3497 | 2024-11-13T21:35:39.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3498 | 2024-11-13T21:35:39.962Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3499 | 2024-11-13T21:35:39.964Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
3500 | 2024-11-13T21:35:40.031Z | |
3501 | 2024-11-13T21:35:40.031Z | info: running `cargo check --bins` on zone-setup (168/168) |
3502 | 2024-11-13T21:35:40.619Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3503 | 2024-11-13T21:35:40.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3504 | 2024-11-13T21:35:40.740Z | Checking uzers v0.12.1 |
3505 | 2024-11-13T21:35:41.078Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3506 | 2024-11-13T21:35:42.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.14s |
3507 | 2024-11-13T21:35:42.379Z | |
3508 | 2024-11-13T21:35:42.379Z | real 12:59.100674935 |
3509 | 2024-11-13T21:35:42.379Z | user 23:30.813606806 |
3510 | 2024-11-13T21:35:42.379Z | sys 5:17.513636554 |
3511 | 2024-11-13T21:35:42.379Z | trap 0.443565285 |
3512 | 2024-11-13T21:35:42.379Z | tflt 2.472300286 |
3513 | 2024-11-13T21:35:42.379Z | dflt 3.267797229 |
3514 | 2024-11-13T21:35:42.379Z | kflt 0.000913731 |
3515 | 2024-11-13T21:35:42.379Z | lock 45:49.954873532 |
3516 | 2024-11-13T21:35:42.379Z | slp 2:04:46.275889066 |
3517 | 2024-11-13T21:35:42.382Z | lat 1:00.660028283 |
3518 | 2024-11-13T21:35:42.382Z | stop 3:12.865662762 |
3519 | 2024-11-13T21:35:42.382Z | process exited: duration 1086091 ms, exit code 0 |
|
3520 | 2024-11-13T21:35:42.388Z | found 0 output files |