|
|
|
1 | 2024-08-19T15:11:47.151Z | job assigned to worker 01J5NK2Q212YAX30GRFEAMV03K (queued for 24 s) |
|
2 | 2024-08-19T15:11:47.837Z | starting task 0: "setup" |
3 | 2024-08-19T15:11:47.860Z | ++ uname -s |
4 | 2024-08-19T15:11:47.860Z | + kern=SunOS |
5 | 2024-08-19T15:11:47.860Z | + case "$kern" in |
6 | 2024-08-19T15:11:47.860Z | + groupadd -g 12345 build |
7 | 2024-08-19T15:11:47.860Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-19T15:11:49.865Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-19T15:11:49.902Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-19T15:11:49.925Z | + home_fs=zfs |
11 | 2024-08-19T15:11:49.925Z | + [[ zfs == autofs ]] |
12 | 2024-08-19T15:11:49.925Z | + mkdir -p /home/build |
13 | 2024-08-19T15:11:49.925Z | + chown build:build /home/build /work |
14 | 2024-08-19T15:11:51.911Z | + chmod 0700 /home/build /work |
15 | 2024-08-19T15:11:51.936Z | process exited: duration 4079 ms, exit code 0 |
|
16 | 2024-08-19T15:11:51.986Z | starting task 1: "rust-toolchain" |
17 | 2024-08-19T15:11:52.011Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-19T15:11:52.011Z | ' 1.80.1 |
19 | 2024-08-19T15:11:52.011Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-19T15:11:52.011Z | ' default |
21 | 2024-08-19T15:11:52.011Z | * toolchain channel = "1.80.1" |
22 | 2024-08-19T15:11:52.011Z | * toolchain profile = "default" |
23 | 2024-08-19T15:11:52.011Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-19T15:11:52.011Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-19T15:11:52.144Z | info: downloading installer |
26 | 2024-08-19T15:11:52.720Z | info: profile set to 'default' |
27 | 2024-08-19T15:11:52.720Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-19T15:11:52.720Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-19T15:11:52.812Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-19T15:11:52.812Z | info: downloading component 'cargo' |
31 | 2024-08-19T15:11:52.946Z | info: downloading component 'clippy' |
32 | 2024-08-19T15:11:52.991Z | info: downloading component 'rust-docs' |
33 | 2024-08-19T15:11:53.170Z | info: downloading component 'rust-std' |
34 | 2024-08-19T15:11:53.396Z | info: downloading component 'rustc' |
35 | 2024-08-19T15:11:54.054Z | info: downloading component 'rustfmt' |
36 | 2024-08-19T15:11:54.094Z | info: installing component 'cargo' |
37 | 2024-08-19T15:11:55.190Z | info: installing component 'clippy' |
38 | 2024-08-19T15:11:55.621Z | info: installing component 'rust-docs' |
39 | 2024-08-19T15:11:58.498Z | info: installing component 'rust-std' |
40 | 2024-08-19T15:12:00.389Z | info: installing component 'rustc' |
41 | 2024-08-19T15:12:05.370Z | info: installing component 'rustfmt' |
42 | 2024-08-19T15:12:05.756Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-19T15:12:05.756Z | |
44 | 2024-08-19T15:12:05.844Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-19T15:12:05.844Z | |
46 | 2024-08-19T15:12:05.844Z | |
47 | 2024-08-19T15:12:05.844Z | Rust is installed now. Great! |
48 | 2024-08-19T15:12:05.844Z | |
49 | 2024-08-19T15:12:05.844Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-19T15:12:05.844Z | environment variable. This has not been done automatically. |
51 | 2024-08-19T15:12:05.844Z | |
52 | 2024-08-19T15:12:05.844Z | To configure your current shell, you need to source |
53 | 2024-08-19T15:12:05.844Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-19T15:12:05.844Z | |
55 | 2024-08-19T15:12:05.844Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-19T15:12:05.844Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-19T15:12:05.844Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-19T15:12:05.913Z | + rustc --version |
59 | 2024-08-19T15:12:06.001Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-19T15:12:06.025Z | process exited: duration 14019 ms, exit code 0 |
|
61 | 2024-08-19T15:12:06.072Z | starting task 2: "authentication" |
62 | 2024-08-19T15:12:06.126Z | process exited: duration 53 ms, exit code 0 |
|
63 | 2024-08-19T15:12:06.174Z | starting task 3: "clone repository" |
64 | 2024-08-19T15:12:06.197Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-19T15:12:06.197Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-19T15:12:06.220Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-19T15:12:12.488Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-19T15:12:12.488Z | + git fetch origin 0b647e0353cd15ed32cdc7cf2a9ade472cc009e9 |
69 | 2024-08-19T15:12:12.888Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-19T15:12:12.888Z | * branch 0b647e0353cd15ed32cdc7cf2a9ade472cc009e9 -> FETCH_HEAD |
71 | 2024-08-19T15:12:12.912Z | + [[ -n slim-down-http-latency-histograms ]] |
72 | 2024-08-19T15:12:12.912Z | ++ git branch --show-current |
73 | 2024-08-19T15:12:12.912Z | + current=main |
74 | 2024-08-19T15:12:12.912Z | + [[ main != slim-down-http-latency-histograms ]] |
75 | 2024-08-19T15:12:12.912Z | + git branch -f slim-down-http-latency-histograms 0b647e0353cd15ed32cdc7cf2a9ade472cc009e9 |
76 | 2024-08-19T15:12:12.912Z | + git checkout -f slim-down-http-latency-histograms |
77 | 2024-08-19T15:12:13.091Z | Switched to branch 'slim-down-http-latency-histograms' |
78 | 2024-08-19T15:12:13.114Z | + git reset --hard 0b647e0353cd15ed32cdc7cf2a9ade472cc009e9 |
79 | 2024-08-19T15:12:13.267Z | HEAD is now at 0b647e035 Key stored histograms on both operation_id and status_code |
80 | 2024-08-19T15:12:13.291Z | process exited: duration 7095 ms, exit code 0 |
|
81 | 2024-08-19T15:12:13.338Z | starting task 4: "build" |
82 | 2024-08-19T15:12:13.362Z | + cargo --version |
83 | 2024-08-19T15:12:13.416Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-19T15:12:13.439Z | + rustc --version |
85 | 2024-08-19T15:12:13.492Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-19T15:12:13.516Z | + source ./env.sh |
87 | 2024-08-19T15:12:13.516Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-19T15:12:13.516Z | ++ set -o xtrace |
89 | 2024-08-19T15:12:13.516Z | ++++ dirname ./env.sh |
90 | 2024-08-19T15:12:13.516Z | +++ readlink -f . |
91 | 2024-08-19T15:12:13.516Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-19T15:12:13.516Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-19T15:12:13.516Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-19T15:12:13.516Z | ++ 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 |
95 | 2024-08-19T15:12:13.516Z | ++ 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 |
96 | 2024-08-19T15:12:13.516Z | ++ 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 |
97 | 2024-08-19T15:12:13.516Z | ++ 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 |
98 | 2024-08-19T15:12:13.516Z | ++ 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 |
99 | 2024-08-19T15:12:13.516Z | ++ 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 |
100 | 2024-08-19T15:12:13.516Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-19T15:12:13.516Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-19T15:12:13.516Z | + 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 |
103 | 2024-08-19T15:12:13.516Z | + 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 |
104 | 2024-08-19T15:12:13.516Z | + banner prerequisites |
105 | 2024-08-19T15:12:13.516Z | |
106 | 2024-08-19T15:12:13.516Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-19T15:12:13.516Z | # # # # # # # # # # # # # # # |
108 | 2024-08-19T15:12:13.516Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-19T15:12:13.516Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-19T15:12:13.516Z | # # # # # # # # # # # # # # # |
111 | 2024-08-19T15:12:13.516Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-19T15:12:13.516Z | |
113 | 2024-08-19T15:12:13.516Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-19T15:12:18.684Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-19T15:12:21.254Z | Startup: Caching catalogs ... Done |
116 | 2024-08-19T15:12:23.632Z | Planning: Solver setup ... Done (1.547s) |
117 | 2024-08-19T15:12:23.657Z | Planning: Running solver ... Done (0.025s) |
118 | 2024-08-19T15:12:23.693Z | Planning: Finding local manifests ... Done (0.002s) |
119 | 2024-08-19T15:12:23.771Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-19T15:12:24.234Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-19T15:12:24.304Z | Planning: Package planning ... Done (0.069s) |
122 | 2024-08-19T15:12:24.365Z | Planning: Merging actions ... Done (0.061s) |
123 | 2024-08-19T15:12:24.764Z | Planning: Checking for conflicting actions ... Done (0.399s) |
124 | 2024-08-19T15:12:24.788Z | Planning: Consolidating action changes ... Done (0.014s) |
125 | 2024-08-19T15:12:25.443Z | Planning: Evaluating mediators ... Done (0.665s) |
126 | 2024-08-19T15:12:25.466Z | Planning: Planning completed in 4.13 seconds |
127 | 2024-08-19T15:12:25.490Z | Packages to install: 4 |
128 | 2024-08-19T15:12:25.490Z | Mediators to change: 2 |
129 | 2024-08-19T15:12:25.490Z | Services to change: 1 |
130 | 2024-08-19T15:12:25.490Z | Estimated space available: 148.82 GB |
131 | 2024-08-19T15:12:25.490Z | Estimated space to be consumed: 1.48 GB |
132 | 2024-08-19T15:12:25.490Z | Create boot environment: No |
133 | 2024-08-19T15:12:25.490Z | Create backup boot environment: No |
134 | 2024-08-19T15:12:25.491Z | Rebuild boot archive: No |
135 | 2024-08-19T15:12:25.491Z | |
136 | 2024-08-19T15:12:25.491Z | Changed mediators: |
137 | 2024-08-19T15:12:25.491Z | mediator clang: |
138 | 2024-08-19T15:12:25.491Z | version: None -> 15 (system default) |
139 | 2024-08-19T15:12:25.491Z | |
140 | 2024-08-19T15:12:25.491Z | mediator llvm: |
141 | 2024-08-19T15:12:25.491Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-19T15:12:25.491Z | |
143 | 2024-08-19T15:12:25.491Z | Changed packages: |
144 | 2024-08-19T15:12:25.491Z | helios-dev |
145 | 2024-08-19T15:12:25.491Z | developer/build-essential |
146 | 2024-08-19T15:12:25.491Z | None -> 11-2.0 |
147 | 2024-08-19T15:12:25.491Z | library/libxmlsec1 |
148 | 2024-08-19T15:12:25.491Z | None -> 1.2.35-2.0 |
149 | 2024-08-19T15:12:25.491Z | ooce/developer/clang-15 |
150 | 2024-08-19T15:12:25.491Z | None -> 15.0.7-2.0 |
151 | 2024-08-19T15:12:25.491Z | ooce/developer/llvm-15 |
152 | 2024-08-19T15:12:25.491Z | None -> 15.0.7-2.0 |
153 | 2024-08-19T15:12:25.491Z | |
154 | 2024-08-19T15:12:25.491Z | Services: |
155 | 2024-08-19T15:12:25.491Z | restart_fmri: |
156 | 2024-08-19T15:12:25.491Z | svc:/system/update-man-index:default |
157 | 2024-08-19T15:12:25.528Z | |
158 | 2024-08-19T15:12:25.529Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-19T15:12:30.522Z | Download: 1057/3290 items 19.7/212.6MB 9% complete (4.0M/s) |
160 | 2024-08-19T15:12:35.535Z | Download: 1198/3290 items 78.4/212.6MB 36% complete (8.4M/s) |
161 | 2024-08-19T15:12:40.537Z | Download: 1616/3290 items 117.7/212.6MB 55% complete (9.8M/s) |
162 | 2024-08-19T15:12:47.249Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (5.2M/s) |
163 | 2024-08-19T15:12:52.295Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.4M/s) |
164 | 2024-08-19T15:12:53.980Z | Download: Completed 212.60 MB in 28.46 seconds (7.5M/s) |
165 | 2024-08-19T15:12:54.151Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-08-19T15:12:59.257Z | Actions: 3075/3689 actions (Installing new actions) |
167 | 2024-08-19T15:12:59.844Z | Actions: Completed 3689 actions in 5.69 seconds. |
168 | 2024-08-19T15:13:00.237Z | Done (0.387s) |
169 | 2024-08-19T15:13:00.238Z | Done (0.000s) |
170 | 2024-08-19T15:13:00.676Z | Done (0.438s) |
171 | 2024-08-19T15:13:05.591Z | Done (4.778s) |
172 | 2024-08-19T15:13:05.695Z | Done (0.018s) |
173 | 2024-08-19T15:13:05.718Z | Done (0.000s) |
174 | 2024-08-19T15:13:05.841Z | Done (0.000s) |
175 | 2024-08-19T15:13:06.480Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-08-19T15:13:06.681Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-08-19T15:13:06.704Z | Planning: Consolidating action changes ... Done |
178 | 2024-08-19T15:13:07.010Z | Planning: Evaluating mediators ... Done |
179 | 2024-08-19T15:13:07.033Z | Planning: Planning completed in 0.53 seconds |
180 | 2024-08-19T15:13:07.057Z | Mediators to change: 2 |
181 | 2024-08-19T15:13:07.057Z | Create boot environment: No |
182 | 2024-08-19T15:13:07.057Z | Create backup boot environment: No |
183 | 2024-08-19T15:13:07.110Z | Done |
184 | 2024-08-19T15:13:07.110Z | Done |
185 | 2024-08-19T15:13:07.391Z | Done |
186 | 2024-08-19T15:13:11.895Z | Done |
187 | 2024-08-19T15:13:11.984Z | Done |
188 | 2024-08-19T15:13:11.984Z | Done |
189 | 2024-08-19T15:13:12.074Z | Done |
190 | 2024-08-19T15:13:12.807Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-08-19T15:13:12.831Z | Planning: Merging actions ... Done |
192 | 2024-08-19T15:13:13.043Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-08-19T15:13:13.067Z | Planning: Consolidating action changes ... Done |
194 | 2024-08-19T15:13:13.357Z | Planning: Evaluating mediators ... Done |
195 | 2024-08-19T15:13:13.422Z | Planning: Planning completed in 0.91 seconds |
196 | 2024-08-19T15:13:13.462Z | Packages to change: 1 |
197 | 2024-08-19T15:13:13.462Z | Mediators to change: 1 |
198 | 2024-08-19T15:13:13.462Z | Services to change: 1 |
199 | 2024-08-19T15:13:13.462Z | Create boot environment: No |
200 | 2024-08-19T15:13:13.462Z | Create backup boot environment: Yes |
201 | 2024-08-19T15:13:14.952Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-08-19T15:13:14.976Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2024-08-19T15:13:14.976Z | Done |
204 | 2024-08-19T15:13:14.976Z | Done |
205 | 2024-08-19T15:13:15.047Z | Done |
206 | 2024-08-19T15:13:19.369Z | Done |
207 | 2024-08-19T15:13:19.460Z | Done |
208 | 2024-08-19T15:13:19.460Z | Done |
209 | 2024-08-19T15:13:19.544Z | Done |
210 | 2024-08-19T15:13:20.089Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-08-19T15:13:20.089Z | clang system 15 system |
212 | 2024-08-19T15:13:20.089Z | csh system system illumos |
213 | 2024-08-19T15:13:20.089Z | ctags system system illumos |
214 | 2024-08-19T15:13:20.089Z | gcc vendor 12 vendor |
215 | 2024-08-19T15:13:20.089Z | gcc system 10 system |
216 | 2024-08-19T15:13:20.089Z | gcc system 7 system |
217 | 2024-08-19T15:13:20.089Z | go system 1.20 system |
218 | 2024-08-19T15:13:20.089Z | go system 1.19 system |
219 | 2024-08-19T15:13:20.089Z | llvm system 15 system |
220 | 2024-08-19T15:13:20.090Z | llvm system 14 system |
221 | 2024-08-19T15:13:20.090Z | mariadb system 10.6 system |
222 | 2024-08-19T15:13:20.090Z | mta vendor vendor dma |
223 | 2024-08-19T15:13:20.090Z | openjdk system 17 system |
224 | 2024-08-19T15:13:20.090Z | openjdk system 11 system |
225 | 2024-08-19T15:13:20.090Z | openjdk system 1.8 system |
226 | 2024-08-19T15:13:20.090Z | openssl vendor 3 vendor |
227 | 2024-08-19T15:13:20.090Z | perl system 5.36 system |
228 | 2024-08-19T15:13:20.090Z | postgresql system 15 system |
229 | 2024-08-19T15:13:20.090Z | postgresql system 13 system |
230 | 2024-08-19T15:13:20.090Z | python vendor 3 vendor |
231 | 2024-08-19T15:13:20.090Z | python system 2 system |
232 | 2024-08-19T15:13:20.090Z | python3 system 3.11 system |
233 | 2024-08-19T15:13:20.090Z | ruby system 3.0 system |
234 | 2024-08-19T15:13:20.090Z | words vendor vendor american-english |
235 | 2024-08-19T15:13:20.090Z | words system system australian-english |
236 | 2024-08-19T15:13:20.090Z | words system system british-english |
237 | 2024-08-19T15:13:20.090Z | words system system canadian-english |
238 | 2024-08-19T15:13:20.091Z | words system system french |
239 | 2024-08-19T15:13:20.091Z | words system system italian |
240 | 2024-08-19T15:13:20.091Z | words system system ngerman |
241 | 2024-08-19T15:13:20.091Z | words system system ogerman |
242 | 2024-08-19T15:13:20.091Z | words system system spanish |
243 | 2024-08-19T15:13:20.468Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-08-19T15:13:20.468Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-08-19T15:13:22.529Z | FMRI IFO |
246 | 2024-08-19T15:13:22.529Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-08-19T15:13:22.529Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-08-19T15:13:22.529Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-08-19T15:13:22.529Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-08-19T15:13:22.529Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-08-19T15:13:22.529Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-08-19T15:13:22.529Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-08-19T15:13:22.529Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-08-19T15:13:22.529Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-08-19T15:13:22.529Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-08-19T15:13:22.529Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-08-19T15:13:22.529Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-08-19T15:13:23.201Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2024-08-19T15:13:23.561Z | Updating git repository `https://github.com/oxidecomputer/zone` |
260 | 2024-08-19T15:13:23.969Z | Updating crates.io index |
261 | 2024-08-19T15:13:24.009Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
262 | 2024-08-19T15:13:24.839Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2024-08-19T15:13:25.690Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2024-08-19T15:13:26.037Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
265 | 2024-08-19T15:13:27.831Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2024-08-19T15:13:28.159Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2024-08-19T15:13:28.498Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2024-08-19T15:13:29.636Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2024-08-19T15:13:31.593Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2024-08-19T15:13:32.662Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2024-08-19T15:13:33.429Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
272 | 2024-08-19T15:13:33.829Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
273 | 2024-08-19T15:13:34.550Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-08-19T15:13:34.907Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-08-19T15:13:35.357Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2024-08-19T15:13:35.754Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-08-19T15:13:36.065Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-08-19T15:13:36.422Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-08-19T15:13:36.822Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2024-08-19T15:13:37.410Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
281 | 2024-08-19T15:13:37.879Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
282 | 2024-08-19T15:13:38.377Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
283 | 2024-08-19T15:13:38.688Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
284 | 2024-08-19T15:13:39.224Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
285 | 2024-08-19T15:13:39.659Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2024-08-19T15:13:40.157Z | Updating git repository `https://github.com/oxidecomputer/typify` |
287 | 2024-08-19T15:13:42.697Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2024-08-19T15:13:43.023Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2024-08-19T15:13:43.378Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2024-08-19T15:13:43.816Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
291 | 2024-08-19T15:13:45.114Z | Downloading crates ... |
292 | 2024-08-19T15:13:45.173Z | Downloaded cargo-platform v0.1.8 |
293 | 2024-08-19T15:13:45.197Z | Downloaded dtrace-parser v0.2.0 |
294 | 2024-08-19T15:13:45.197Z | Downloaded scroll_derive v0.12.0 |
295 | 2024-08-19T15:13:45.197Z | Downloaded swrite v0.1.0 |
296 | 2024-08-19T15:13:45.197Z | Downloaded utf8parse v0.2.1 |
297 | 2024-08-19T15:13:45.198Z | Downloaded usdt-impl v0.5.0 |
298 | 2024-08-19T15:13:45.198Z | Downloaded toml_datetime v0.6.8 |
299 | 2024-08-19T15:13:45.198Z | Downloaded usdt v0.5.0 |
300 | 2024-08-19T15:13:45.198Z | Downloaded unicode-ident v1.0.12 |
301 | 2024-08-19T15:13:45.198Z | Downloaded zerocopy v0.7.34 |
302 | 2024-08-19T15:13:45.242Z | Downloaded fnv v1.0.7 |
303 | 2024-08-19T15:13:45.242Z | Downloaded version_check v0.9.5 |
304 | 2024-08-19T15:13:45.242Z | Downloaded thiserror-impl v1.0.63 |
305 | 2024-08-19T15:13:45.271Z | Downloaded usdt-attr-macro v0.5.0 |
306 | 2024-08-19T15:13:45.271Z | Downloaded zerocopy-derive v0.7.34 |
307 | 2024-08-19T15:13:45.271Z | Downloaded tabled v0.15.0 |
308 | 2024-08-19T15:13:45.272Z | Downloaded rustix v0.38.34 |
309 | 2024-08-19T15:13:45.296Z | Downloaded unicode-width v0.1.13 |
310 | 2024-08-19T15:13:45.296Z | Downloaded syn v1.0.109 |
311 | 2024-08-19T15:13:45.320Z | Downloaded libc v0.2.155 |
312 | 2024-08-19T15:13:45.345Z | Downloaded pest_derive v2.7.10 |
313 | 2024-08-19T15:13:45.345Z | Downloaded usdt-macro v0.5.0 |
314 | 2024-08-19T15:13:45.345Z | Downloaded ucd-trie v0.1.6 |
315 | 2024-08-19T15:13:45.345Z | Downloaded toml_edit v0.22.20 |
316 | 2024-08-19T15:13:45.369Z | Downloaded toml v0.8.19 |
317 | 2024-08-19T15:13:45.369Z | Downloaded terminal_size v0.3.0 |
318 | 2024-08-19T15:13:45.369Z | Downloaded syn v2.0.74 |
319 | 2024-08-19T15:13:45.394Z | Downloaded strsim v0.11.1 |
320 | 2024-08-19T15:13:45.394Z | Downloaded sha2 v0.10.8 |
321 | 2024-08-19T15:13:45.394Z | Downloaded serde_spanned v0.6.7 |
322 | 2024-08-19T15:13:45.394Z | Downloaded serde_derive v1.0.207 |
323 | 2024-08-19T15:13:45.394Z | Downloaded semver v1.0.23 |
324 | 2024-08-19T15:13:45.394Z | Downloaded scroll v0.12.0 |
325 | 2024-08-19T15:13:45.394Z | Downloaded proc-macro2 v1.0.86 |
326 | 2024-08-19T15:13:45.394Z | Downloaded proc-macro-error-attr v1.0.4 |
327 | 2024-08-19T15:13:45.394Z | Downloaded pretty-hex v0.4.1 |
328 | 2024-08-19T15:13:45.394Z | Downloaded pest_meta v2.7.10 |
329 | 2024-08-19T15:13:45.419Z | Downloaded papergrid v0.11.0 |
330 | 2024-08-19T15:13:45.419Z | Downloaded memmap v0.7.0 |
331 | 2024-08-19T15:13:45.419Z | Downloaded macaddr v1.0.1 |
332 | 2024-08-19T15:13:45.419Z | Downloaded is_terminal_polyfill v1.70.0 |
333 | 2024-08-19T15:13:45.419Z | Downloaded heck v0.5.0 |
334 | 2024-08-19T15:13:45.419Z | Downloaded hashbrown v0.14.5 |
335 | 2024-08-19T15:13:45.419Z | Downloaded goblin v0.8.2 |
336 | 2024-08-19T15:13:45.419Z | Downloaded generic-array v0.14.7 |
337 | 2024-08-19T15:13:45.445Z | Downloaded dof v0.3.0 |
338 | 2024-08-19T15:13:45.445Z | Downloaded crypto-common v0.1.6 |
339 | 2024-08-19T15:13:45.445Z | Downloaded bitflags v2.6.0 |
340 | 2024-08-19T15:13:45.445Z | Downloaded winnow v0.6.18 |
341 | 2024-08-19T15:13:45.445Z | Downloaded serde_json v1.0.125 |
342 | 2024-08-19T15:13:45.470Z | Downloaded pest v2.7.10 |
343 | 2024-08-19T15:13:45.470Z | Downloaded memchr v2.7.2 |
344 | 2024-08-19T15:13:45.470Z | Downloaded equivalent v1.0.1 |
345 | 2024-08-19T15:13:45.470Z | Downloaded clap_builder v4.5.15 |
346 | 2024-08-19T15:13:45.470Z | Downloaded camino v1.1.7 |
347 | 2024-08-19T15:13:45.470Z | Downloaded serde v1.0.207 |
348 | 2024-08-19T15:13:45.494Z | Downloaded indexmap v2.4.0 |
349 | 2024-08-19T15:13:45.494Z | Downloaded anyhow v1.0.86 |
350 | 2024-08-19T15:13:45.494Z | Downloaded typenum v1.17.0 |
351 | 2024-08-19T15:13:45.494Z | Downloaded ryu v1.0.18 |
352 | 2024-08-19T15:13:45.494Z | Downloaded quote v1.0.36 |
353 | 2024-08-19T15:13:45.494Z | Downloaded once_cell v1.19.0 |
354 | 2024-08-19T15:13:45.494Z | Downloaded log v0.4.21 |
355 | 2024-08-19T15:13:45.494Z | Downloaded clap_lex v0.7.0 |
356 | 2024-08-19T15:13:45.494Z | Downloaded clap v4.5.15 |
357 | 2024-08-19T15:13:45.517Z | Downloaded cargo_metadata v0.18.1 |
358 | 2024-08-19T15:13:45.517Z | Downloaded thread-id v4.2.1 |
359 | 2024-08-19T15:13:45.517Z | Downloaded thiserror v1.0.63 |
360 | 2024-08-19T15:13:45.517Z | Downloaded tabled_derive v0.7.0 |
361 | 2024-08-19T15:13:45.517Z | Downloaded proc-macro-error v1.0.4 |
362 | 2024-08-19T15:13:45.517Z | Downloaded plain v0.2.3 |
363 | 2024-08-19T15:13:45.541Z | Downloaded cfg-if v1.0.0 |
364 | 2024-08-19T15:13:45.541Z | Downloaded bytecount v0.6.8 |
365 | 2024-08-19T15:13:45.541Z | Downloaded serde_tokenstream v0.2.2 |
366 | 2024-08-19T15:13:45.541Z | Downloaded itoa v1.0.11 |
367 | 2024-08-19T15:13:45.541Z | Downloaded heck v0.4.1 |
368 | 2024-08-19T15:13:45.541Z | Downloaded errno v0.3.9 |
369 | 2024-08-19T15:13:45.541Z | Downloaded anstream v0.6.14 |
370 | 2024-08-19T15:13:45.541Z | Downloaded pest_generator v2.7.10 |
371 | 2024-08-19T15:13:45.541Z | Downloaded fs-err v2.11.0 |
372 | 2024-08-19T15:13:45.541Z | Downloaded digest v0.10.7 |
373 | 2024-08-19T15:13:45.541Z | Downloaded cargo_toml v0.20.4 |
374 | 2024-08-19T15:13:45.541Z | Downloaded block-buffer v0.10.4 |
375 | 2024-08-19T15:13:45.541Z | Downloaded cpufeatures v0.2.12 |
376 | 2024-08-19T15:13:45.541Z | Downloaded colorchoice v1.0.1 |
377 | 2024-08-19T15:13:45.541Z | Downloaded clap_derive v4.5.13 |
378 | 2024-08-19T15:13:45.565Z | Downloaded byteorder v1.5.0 |
379 | 2024-08-19T15:13:45.565Z | Downloaded anstyle-parse v0.2.4 |
380 | 2024-08-19T15:13:45.565Z | Downloaded anstyle v1.0.8 |
381 | 2024-08-19T15:13:45.565Z | Downloaded autocfg v1.3.0 |
382 | 2024-08-19T15:13:45.565Z | Downloaded anstyle-query v1.0.3 |
383 | 2024-08-19T15:13:45.705Z | Compiling proc-macro2 v1.0.86 |
384 | 2024-08-19T15:13:45.730Z | Compiling unicode-ident v1.0.12 |
385 | 2024-08-19T15:13:45.730Z | Compiling version_check v0.9.5 |
386 | 2024-08-19T15:13:45.730Z | Compiling serde v1.0.207 |
387 | 2024-08-19T15:13:45.730Z | Compiling thiserror v1.0.63 |
388 | 2024-08-19T15:13:45.730Z | Compiling memchr v2.7.2 |
389 | 2024-08-19T15:13:45.730Z | Compiling libc v0.2.155 |
390 | 2024-08-19T15:13:45.730Z | Compiling itoa v1.0.11 |
391 | 2024-08-19T15:13:46.013Z | Compiling ucd-trie v0.1.6 |
392 | 2024-08-19T15:13:46.086Z | Compiling ryu v1.0.18 |
393 | 2024-08-19T15:13:46.438Z | Compiling once_cell v1.19.0 |
394 | 2024-08-19T15:13:46.620Z | Compiling byteorder v1.5.0 |
395 | 2024-08-19T15:13:46.644Z | Compiling serde_json v1.0.125 |
396 | 2024-08-19T15:13:47.002Z | Compiling usdt-impl v0.5.0 |
397 | 2024-08-19T15:13:47.055Z | Compiling proc-macro-error-attr v1.0.4 |
398 | 2024-08-19T15:13:47.163Z | Compiling syn v1.0.109 |
399 | 2024-08-19T15:13:47.190Z | Compiling rustix v0.38.34 |
400 | 2024-08-19T15:13:47.301Z | Compiling quote v1.0.36 |
401 | 2024-08-19T15:13:47.443Z | Compiling proc-macro-error v1.0.4 |
402 | 2024-08-19T15:13:47.514Z | Compiling log v0.4.21 |
403 | 2024-08-19T15:13:47.734Z | Compiling syn v2.0.74 |
404 | 2024-08-19T15:13:47.865Z | Compiling errno v0.3.9 |
405 | 2024-08-19T15:13:47.904Z | Compiling utf8parse v0.2.1 |
406 | 2024-08-19T15:13:47.937Z | Compiling hashbrown v0.14.5 |
407 | 2024-08-19T15:13:47.967Z | Compiling equivalent v1.0.1 |
408 | 2024-08-19T15:13:48.002Z | Compiling plain v0.2.3 |
409 | 2024-08-19T15:13:48.072Z | Compiling bitflags v2.6.0 |
410 | 2024-08-19T15:13:48.096Z | Compiling anstyle-parse v0.2.4 |
411 | 2024-08-19T15:13:48.119Z | Compiling thread-id v4.2.1 |
412 | 2024-08-19T15:13:48.435Z | Compiling semver v1.0.23 |
413 | 2024-08-19T15:13:48.461Z | Compiling pretty-hex v0.4.1 |
414 | 2024-08-19T15:13:48.559Z | Compiling colorchoice v1.0.1 |
415 | 2024-08-19T15:13:48.655Z | Compiling anstyle v1.0.8 |
416 | 2024-08-19T15:13:48.708Z | Compiling camino v1.1.7 |
417 | 2024-08-19T15:13:48.902Z | Compiling is_terminal_polyfill v1.70.0 |
418 | 2024-08-19T15:13:48.928Z | Compiling winnow v0.6.18 |
419 | 2024-08-19T15:13:49.029Z | Compiling indexmap v2.4.0 |
420 | 2024-08-19T15:13:49.075Z | Compiling autocfg v1.3.0 |
421 | 2024-08-19T15:13:49.107Z | Compiling anstyle-query v1.0.3 |
422 | 2024-08-19T15:13:49.234Z | Compiling anstream v0.6.14 |
423 | 2024-08-19T15:13:49.340Z | Compiling terminal_size v0.3.0 |
424 | 2024-08-19T15:13:49.819Z | Compiling clap_lex v0.7.0 |
425 | 2024-08-19T15:13:49.868Z | Compiling anyhow v1.0.86 |
426 | 2024-08-19T15:13:49.951Z | Compiling bytecount v0.6.8 |
427 | 2024-08-19T15:13:49.977Z | Compiling fs-err v2.11.0 |
428 | 2024-08-19T15:13:50.151Z | Compiling fnv v1.0.7 |
429 | 2024-08-19T15:13:50.247Z | Compiling unicode-width v0.1.13 |
430 | 2024-08-19T15:13:50.277Z | Compiling heck v0.5.0 |
431 | 2024-08-19T15:13:50.307Z | Compiling strsim v0.11.1 |
432 | 2024-08-19T15:13:50.330Z | Compiling heck v0.4.1 |
433 | 2024-08-19T15:13:50.477Z | Compiling papergrid v0.11.0 |
434 | 2024-08-19T15:13:50.755Z | Compiling clap_builder v4.5.15 |
435 | 2024-08-19T15:13:50.779Z | Compiling memmap v0.7.0 |
436 | 2024-08-19T15:13:51.328Z | Compiling swrite v0.1.0 |
437 | 2024-08-19T15:13:52.963Z | Compiling tabled_derive v0.7.0 |
438 | 2024-08-19T15:13:54.634Z | Compiling tabled v0.15.0 |
439 | 2024-08-19T15:13:55.617Z | Compiling serde_derive v1.0.207 |
440 | 2024-08-19T15:13:55.618Z | Compiling thiserror-impl v1.0.63 |
441 | 2024-08-19T15:13:55.618Z | Compiling zerocopy-derive v0.7.34 |
442 | 2024-08-19T15:13:55.713Z | Compiling scroll_derive v0.12.0 |
443 | 2024-08-19T15:13:55.740Z | Compiling clap_derive v4.5.13 |
444 | 2024-08-19T15:13:56.885Z | Compiling scroll v0.12.0 |
445 | 2024-08-19T15:13:57.327Z | Compiling goblin v0.8.2 |
446 | 2024-08-19T15:13:57.441Z | Compiling zerocopy v0.7.34 |
447 | 2024-08-19T15:13:57.885Z | Compiling pest v2.7.10 |
448 | 2024-08-19T15:13:58.937Z | Compiling clap v4.5.15 |
449 | 2024-08-19T15:13:59.855Z | Compiling pest_meta v2.7.10 |
450 | 2024-08-19T15:14:00.806Z | Compiling pest_generator v2.7.10 |
451 | 2024-08-19T15:14:02.411Z | Compiling pest_derive v2.7.10 |
452 | 2024-08-19T15:14:03.066Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-08-19T15:14:04.957Z | Compiling serde_tokenstream v0.2.2 |
454 | 2024-08-19T15:14:05.006Z | Compiling toml_datetime v0.6.8 |
455 | 2024-08-19T15:14:05.029Z | Compiling serde_spanned v0.6.7 |
456 | 2024-08-19T15:14:05.284Z | Compiling toml_edit v0.22.20 |
457 | 2024-08-19T15:14:05.356Z | Compiling cargo-platform v0.1.8 |
458 | 2024-08-19T15:14:05.454Z | Compiling macaddr v1.0.1 |
459 | 2024-08-19T15:14:06.293Z | Compiling dof v0.3.0 |
460 | 2024-08-19T15:14:06.416Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-08-19T15:14:07.920Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-08-19T15:14:07.920Z | Compiling usdt-macro v0.5.0 |
463 | 2024-08-19T15:14:07.973Z | Compiling toml v0.8.19 |
464 | 2024-08-19T15:14:08.646Z | Compiling cargo_toml v0.20.4 |
465 | 2024-08-19T15:14:09.075Z | Compiling usdt v0.5.0 |
466 | 2024-08-19T15:14:12.744Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-08-19T15:14:17.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.53s |
468 | 2024-08-19T15:14:17.683Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-08-19T15:14:18.395Z | Downloading crates ... |
470 | 2024-08-19T15:14:18.508Z | Downloaded atomicwrites v0.4.3 |
471 | 2024-08-19T15:14:19.068Z | Downloaded assert_matches v1.5.0 |
472 | 2024-08-19T15:14:19.068Z | Downloaded openssl-macros v0.1.1 |
473 | 2024-08-19T15:14:19.068Z | Downloaded sigpipe v0.1.3 |
474 | 2024-08-19T15:14:19.068Z | Downloaded unicode-linebreak v0.1.5 |
475 | 2024-08-19T15:14:19.068Z | Downloaded rustc_version v0.1.7 |
476 | 2024-08-19T15:14:19.068Z | Downloaded derive_builder_macro v0.20.0 |
477 | 2024-08-19T15:14:19.068Z | Downloaded diesel_table_macro_syntax v0.2.0 |
478 | 2024-08-19T15:14:19.068Z | Downloaded phf_shared v0.11.2 |
479 | 2024-08-19T15:14:19.068Z | Downloaded percent-encoding v2.3.1 |
480 | 2024-08-19T15:14:19.068Z | Downloaded prettyplease v0.2.20 |
481 | 2024-08-19T15:14:19.068Z | Downloaded portable-atomic v1.6.0 |
482 | 2024-08-19T15:14:19.068Z | Downloaded zerocopy-derive v0.6.6 |
483 | 2024-08-19T15:14:19.068Z | Downloaded tokio v1.38.1 |
484 | 2024-08-19T15:14:19.068Z | Downloaded finl_unicode v1.2.0 |
485 | 2024-08-19T15:14:19.068Z | Downloaded petgraph v0.6.5 |
486 | 2024-08-19T15:14:19.068Z | Downloaded encoding_rs v0.8.34 |
487 | 2024-08-19T15:14:19.092Z | Downloaded poly1305 v0.8.0 |
488 | 2024-08-19T15:14:19.092Z | Downloaded polar-core v0.27.3 |
489 | 2024-08-19T15:14:19.115Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
490 | 2024-08-19T15:14:19.167Z | Downloaded idna v0.5.0 |
491 | 2024-08-19T15:14:19.190Z | Downloaded git2 v0.19.0 |
492 | 2024-08-19T15:14:19.215Z | Downloaded gimli v0.28.1 |
493 | 2024-08-19T15:14:19.215Z | Downloaded futures-util v0.3.30 |
494 | 2024-08-19T15:14:19.238Z | Downloaded diesel v2.2.2 |
495 | 2024-08-19T15:14:19.262Z | Downloaded smoltcp v0.11.0 |
496 | 2024-08-19T15:14:19.286Z | Downloaded smoltcp v0.9.1 |
497 | 2024-08-19T15:14:19.309Z | Downloaded regex-automata v0.4.6 |
498 | 2024-08-19T15:14:19.332Z | Downloaded webpki-roots v0.25.4 |
499 | 2024-08-19T15:14:19.356Z | Downloaded openssl v0.10.66 |
500 | 2024-08-19T15:14:19.356Z | Downloaded ring v0.17.8 |
501 | 2024-08-19T15:14:19.431Z | Downloaded libz-sys v1.1.16 |
502 | 2024-08-19T15:14:19.521Z | Downloaded openapiv3 v2.0.0 |
503 | 2024-08-19T15:14:19.546Z | Downloaded object v0.30.4 |
504 | 2024-08-19T15:14:19.570Z | Downloaded nix v0.28.0 |
505 | 2024-08-19T15:14:19.599Z | Downloaded pretty-hex v0.2.1 |
506 | 2024-08-19T15:14:19.599Z | Downloaded predicates-tree v1.0.9 |
507 | 2024-08-19T15:14:19.599Z | Downloaded ring v0.16.20 |
508 | 2024-08-19T15:14:19.684Z | Downloaded libsqlite3-sys v0.28.0 |
509 | 2024-08-19T15:14:19.779Z | Downloaded predicates-core v1.0.6 |
510 | 2024-08-19T15:14:19.802Z | Downloaded predicates v3.1.2 |
511 | 2024-08-19T15:14:19.802Z | Downloaded precomputed-hash v0.1.1 |
512 | 2024-08-19T15:14:19.802Z | Downloaded ppv-lite86 v0.2.17 |
513 | 2024-08-19T15:14:19.802Z | Downloaded powerfmt v0.2.0 |
514 | 2024-08-19T15:14:19.802Z | Downloaded postgres-types v0.2.7 |
515 | 2024-08-19T15:14:19.802Z | Downloaded postgres-protocol v0.6.7 |
516 | 2024-08-19T15:14:19.802Z | Downloaded postcard v1.0.8 |
517 | 2024-08-19T15:14:19.802Z | Downloaded portpicker v0.1.1 |
518 | 2024-08-19T15:14:19.802Z | Downloaded pkg-config v0.3.30 |
519 | 2024-08-19T15:14:19.802Z | Downloaded pkcs8 v0.10.2 |
520 | 2024-08-19T15:14:19.802Z | Downloaded pkcs5 v0.7.1 |
521 | 2024-08-19T15:14:19.826Z | Downloaded pkcs1 v0.7.5 |
522 | 2024-08-19T15:14:19.826Z | Downloaded pin-utils v0.1.0 |
523 | 2024-08-19T15:14:19.826Z | Downloaded pin-project-lite v0.2.14 |
524 | 2024-08-19T15:14:19.826Z | Downloaded pin-project-internal v1.1.5 |
525 | 2024-08-19T15:14:19.826Z | Downloaded pin-project v1.1.5 |
526 | 2024-08-19T15:14:19.849Z | Downloaded pem-rfc7468 v0.7.0 |
527 | 2024-08-19T15:14:19.849Z | Downloaded peg-macros v0.8.4 |
528 | 2024-08-19T15:14:19.849Z | Downloaded peg v0.8.4 |
529 | 2024-08-19T15:14:19.849Z | Downloaded password-hash v0.5.0 |
530 | 2024-08-19T15:14:19.849Z | Downloaded parse-display v0.10.0 |
531 | 2024-08-19T15:14:19.849Z | Downloaded idna v0.3.0 |
532 | 2024-08-19T15:14:19.872Z | Downloaded idna v0.2.3 |
533 | 2024-08-19T15:14:19.872Z | Downloaded h2 v0.3.26 |
534 | 2024-08-19T15:14:19.872Z | Downloaded rustls v0.22.4 |
535 | 2024-08-19T15:14:19.896Z | Downloaded rustls v0.21.12 |
536 | 2024-08-19T15:14:19.920Z | Downloaded regex-syntax v0.8.4 |
537 | 2024-08-19T15:14:19.920Z | Downloaded ratatui v0.28.0 |
538 | 2024-08-19T15:14:19.943Z | Downloaded object v0.32.2 |
539 | 2024-08-19T15:14:19.943Z | Downloaded nix v0.27.1 |
540 | 2024-08-19T15:14:19.967Z | Downloaded pem v3.0.4 |
541 | 2024-08-19T15:14:19.967Z | Downloaded peg-runtime v0.8.3 |
542 | 2024-08-19T15:14:19.967Z | Downloaded hyper-tls v0.5.0 |
543 | 2024-08-19T15:14:19.967Z | Downloaded hyper v0.14.30 |
544 | 2024-08-19T15:14:19.967Z | Downloaded http v1.1.0 |
545 | 2024-08-19T15:14:19.991Z | Downloaded http v0.2.12 |
546 | 2024-08-19T15:14:19.991Z | Downloaded hostname v0.3.1 |
547 | 2024-08-19T15:14:19.991Z | Downloaded home v0.5.9 |
548 | 2024-08-19T15:14:19.991Z | Downloaded hmac v0.12.1 |
549 | 2024-08-19T15:14:19.991Z | Downloaded hkdf v0.12.4 |
550 | 2024-08-19T15:14:19.991Z | Downloaded highway v1.2.0 |
551 | 2024-08-19T15:14:19.991Z | Downloaded hex v0.4.3 |
552 | 2024-08-19T15:14:19.991Z | Downloaded heck v0.3.3 |
553 | 2024-08-19T15:14:19.991Z | Downloaded heapless v0.8.0 |
554 | 2024-08-19T15:14:20.015Z | Downloaded heapless v0.7.17 |
555 | 2024-08-19T15:14:20.015Z | Downloaded headers-core v0.2.0 |
556 | 2024-08-19T15:14:20.015Z | Downloaded headers v0.3.9 |
557 | 2024-08-19T15:14:20.015Z | Downloaded hashlink v0.9.1 |
558 | 2024-08-19T15:14:20.015Z | Downloaded hashbrown v0.13.2 |
559 | 2024-08-19T15:14:20.015Z | Downloaded hashbrown v0.12.3 |
560 | 2024-08-19T15:14:20.015Z | Downloaded hash32 v0.2.1 |
561 | 2024-08-19T15:14:20.038Z | Downloaded half v2.4.1 |
562 | 2024-08-19T15:14:20.038Z | Downloaded globset v0.4.14 |
563 | 2024-08-19T15:14:20.038Z | Downloaded getrandom v0.2.14 |
564 | 2024-08-19T15:14:20.038Z | Downloaded getopts v0.2.21 |
565 | 2024-08-19T15:14:20.038Z | Downloaded gethostname v0.5.0 |
566 | 2024-08-19T15:14:20.038Z | Downloaded fxhash v0.2.1 |
567 | 2024-08-19T15:14:20.038Z | Downloaded futures v0.3.30 |
568 | 2024-08-19T15:14:20.038Z | Downloaded funty v2.0.0 |
569 | 2024-08-19T15:14:20.038Z | Downloaded fragile v2.0.0 |
570 | 2024-08-19T15:14:20.039Z | Downloaded form_urlencoded v1.2.1 |
571 | 2024-08-19T15:14:20.039Z | Downloaded foreign-types-shared v0.3.1 |
572 | 2024-08-19T15:14:20.039Z | Downloaded foreign-types-shared v0.1.1 |
573 | 2024-08-19T15:14:20.039Z | Downloaded foreign-types v0.5.0 |
574 | 2024-08-19T15:14:20.062Z | Downloaded flume v0.11.0 |
575 | 2024-08-19T15:14:20.062Z | Downloaded float-ord v0.3.2 |
576 | 2024-08-19T15:14:20.062Z | Downloaded float-cmp v0.9.0 |
577 | 2024-08-19T15:14:20.062Z | Downloaded flate2 v1.0.31 |
578 | 2024-08-19T15:14:20.062Z | Downloaded flagset v0.4.5 |
579 | 2024-08-19T15:14:20.062Z | Downloaded fixedbitset v0.4.2 |
580 | 2024-08-19T15:14:20.062Z | Downloaded expectorate v1.1.0 |
581 | 2024-08-19T15:14:20.062Z | Downloaded derive_more v0.99.18 |
582 | 2024-08-19T15:14:20.062Z | Downloaded derive-where v1.2.7 |
583 | 2024-08-19T15:14:20.086Z | Downloaded der v0.7.9 |
584 | 2024-08-19T15:14:20.086Z | Downloaded zip v0.6.6 |
585 | 2024-08-19T15:14:20.086Z | Downloaded tokio-util v0.7.11 |
586 | 2024-08-19T15:14:20.086Z | Downloaded steno v0.4.1 |
587 | 2024-08-19T15:14:20.109Z | Downloaded sqlparser v0.45.0 |
588 | 2024-08-19T15:14:20.110Z | Downloaded sled v0.34.7 |
589 | 2024-08-19T15:14:20.110Z | Downloaded rusqlite v0.31.0 |
590 | 2024-08-19T15:14:20.133Z | Downloaded reqwest v0.11.27 |
591 | 2024-08-19T15:14:20.133Z | Downloaded regress v0.9.1 |
592 | 2024-08-19T15:14:20.156Z | Downloaded regex v1.10.6 |
593 | 2024-08-19T15:14:20.156Z | Downloaded rayon v1.10.0 |
594 | 2024-08-19T15:14:20.180Z | Downloaded vcpkg v0.2.15 |
595 | 2024-08-19T15:14:20.211Z | Downloaded lalrpop v0.19.12 |
596 | 2024-08-19T15:14:20.235Z | Downloaded phf_shared v0.10.0 |
597 | 2024-08-19T15:14:20.235Z | Downloaded phf v0.11.2 |
598 | 2024-08-19T15:14:20.235Z | Downloaded pbkdf2 v0.12.2 |
599 | 2024-08-19T15:14:20.235Z | Downloaded path-slash v0.1.5 |
600 | 2024-08-19T15:14:20.235Z | Downloaded paste v1.0.15 |
601 | 2024-08-19T15:14:20.235Z | Downloaded parse-size v1.0.0 |
602 | 2024-08-19T15:14:20.235Z | Downloaded parse-display-derive v0.10.0 |
603 | 2024-08-19T15:14:20.258Z | Downloaded ident_case v1.0.1 |
604 | 2024-08-19T15:14:20.258Z | Downloaded iana-time-zone v0.1.60 |
605 | 2024-08-19T15:14:20.259Z | Downloaded humantime v2.1.0 |
606 | 2024-08-19T15:14:20.259Z | Downloaded hubpack_derive v0.1.1 |
607 | 2024-08-19T15:14:20.259Z | Downloaded hubpack v0.1.2 |
608 | 2024-08-19T15:14:20.259Z | Downloaded httpdate v1.0.3 |
609 | 2024-08-19T15:14:20.259Z | Downloaded httparse v1.8.0 |
610 | 2024-08-19T15:14:20.259Z | Downloaded http-range v0.1.5 |
611 | 2024-08-19T15:14:20.259Z | Downloaded http-body v0.4.6 |
612 | 2024-08-19T15:14:20.259Z | Downloaded hostname v0.4.0 |
613 | 2024-08-19T15:14:20.259Z | Downloaded hash32 v0.3.1 |
614 | 2024-08-19T15:14:20.259Z | Downloaded group v0.13.0 |
615 | 2024-08-19T15:14:20.259Z | Downloaded glob v0.3.1 |
616 | 2024-08-19T15:14:20.259Z | Downloaded futures-task v0.3.30 |
617 | 2024-08-19T15:14:20.259Z | Downloaded futures-sink v0.3.30 |
618 | 2024-08-19T15:14:20.259Z | Downloaded futures-macro v0.3.30 |
619 | 2024-08-19T15:14:20.282Z | Downloaded futures-io v0.3.30 |
620 | 2024-08-19T15:14:20.282Z | Downloaded futures-executor v0.3.30 |
621 | 2024-08-19T15:14:20.282Z | Downloaded futures-core v0.3.30 |
622 | 2024-08-19T15:14:20.282Z | Downloaded futures-channel v0.3.30 |
623 | 2024-08-19T15:14:20.283Z | Downloaded foreign-types-macros v0.2.3 |
624 | 2024-08-19T15:14:20.283Z | Downloaded foreign-types v0.3.2 |
625 | 2024-08-19T15:14:20.283Z | Downloaded filetime v0.2.24 |
626 | 2024-08-19T15:14:20.283Z | Downloaded ff v0.13.0 |
627 | 2024-08-19T15:14:20.283Z | Downloaded fd-lock v4.0.2 |
628 | 2024-08-19T15:14:20.283Z | Downloaded fatfs v0.3.6 |
629 | 2024-08-19T15:14:20.283Z | Downloaded fastrand v2.1.0 |
630 | 2024-08-19T15:14:20.283Z | Downloaded fallible-streaming-iterator v0.1.9 |
631 | 2024-08-19T15:14:20.283Z | Downloaded fallible-iterator v0.3.0 |
632 | 2024-08-19T15:14:20.283Z | Downloaded fallible-iterator v0.2.0 |
633 | 2024-08-19T15:14:20.306Z | Downloaded erased-serde v0.3.31 |
634 | 2024-08-19T15:14:20.306Z | Downloaded env_logger v0.10.2 |
635 | 2024-08-19T15:14:20.306Z | Downloaded env_logger v0.9.3 |
636 | 2024-08-19T15:14:20.306Z | Downloaded enum-as-inner v0.5.1 |
637 | 2024-08-19T15:14:20.306Z | Downloaded endian-type v0.1.2 |
638 | 2024-08-19T15:14:20.306Z | Downloaded ena v0.14.3 |
639 | 2024-08-19T15:14:20.306Z | Downloaded embedded-io v0.4.0 |
640 | 2024-08-19T15:14:20.306Z | Downloaded elliptic-curve v0.13.8 |
641 | 2024-08-19T15:14:20.306Z | Downloaded either v1.13.0 |
642 | 2024-08-19T15:14:20.306Z | Downloaded dyn-clone v1.0.17 |
643 | 2024-08-19T15:14:20.306Z | Downloaded dsl_auto_type v0.1.2 |
644 | 2024-08-19T15:14:20.306Z | Downloaded downcast v0.11.0 |
645 | 2024-08-19T15:14:20.330Z | Downloaded display-error-chain v0.2.0 |
646 | 2024-08-19T15:14:20.330Z | Downloaded dirs-sys-next v0.1.2 |
647 | 2024-08-19T15:14:20.330Z | Downloaded dirs-next v2.0.0 |
648 | 2024-08-19T15:14:20.330Z | Downloaded difflib v0.4.0 |
649 | 2024-08-19T15:14:20.330Z | Downloaded diff v0.1.13 |
650 | 2024-08-19T15:14:20.330Z | Downloaded diesel_derives v2.2.2 |
651 | 2024-08-19T15:14:20.330Z | Downloaded derive_builder_core v0.20.0 |
652 | 2024-08-19T15:14:20.330Z | Downloaded derive_builder v0.20.0 |
653 | 2024-08-19T15:14:20.330Z | Downloaded deranged v0.3.11 |
654 | 2024-08-19T15:14:20.330Z | Downloaded der_derive v0.7.2 |
655 | 2024-08-19T15:14:20.353Z | Downloaded zerocopy v0.6.6 |
656 | 2024-08-19T15:14:20.354Z | Downloaded yasna v0.5.2 |
657 | 2024-08-19T15:14:20.354Z | Downloaded xattr v1.3.1 |
658 | 2024-08-19T15:14:20.354Z | Downloaded tokio-rustls v0.25.0 |
659 | 2024-08-19T15:14:20.354Z | Downloaded tokio-rustls v0.24.1 |
660 | 2024-08-19T15:14:20.354Z | Downloaded tokio-postgres v0.7.11 |
661 | 2024-08-19T15:14:20.354Z | Downloaded tokio-native-tls v0.3.1 |
662 | 2024-08-19T15:14:20.354Z | Downloaded tokio-macros v2.3.0 |
663 | 2024-08-19T15:14:20.377Z | Downloaded tls_codec_derive v0.4.1 |
664 | 2024-08-19T15:14:20.377Z | Downloaded tls_codec v0.4.1 |
665 | 2024-08-19T15:14:20.377Z | Downloaded tinyvec_macros v0.1.1 |
666 | 2024-08-19T15:14:20.377Z | Downloaded tinyvec v1.6.0 |
667 | 2024-08-19T15:14:20.377Z | Downloaded tiny-keccak v2.0.2 |
668 | 2024-08-19T15:14:20.377Z | Downloaded time-macros v0.2.18 |
669 | 2024-08-19T15:14:20.377Z | Downloaded time-core v0.1.2 |
670 | 2024-08-19T15:14:20.377Z | Downloaded time v0.3.36 |
671 | 2024-08-19T15:14:20.377Z | Downloaded thread_local v1.1.8 |
672 | 2024-08-19T15:14:20.400Z | Downloaded thiserror-no-std v2.0.2 |
673 | 2024-08-19T15:14:20.400Z | Downloaded thiserror-impl-no-std v2.0.2 |
674 | 2024-08-19T15:14:20.400Z | Downloaded textwrap v0.16.1 |
675 | 2024-08-19T15:14:20.400Z | Downloaded test-strategy v0.3.1 |
676 | 2024-08-19T15:14:20.401Z | Downloaded termtree v0.4.1 |
677 | 2024-08-19T15:14:20.401Z | Downloaded termios v0.3.3 |
678 | 2024-08-19T15:14:20.401Z | Downloaded termcolor v1.4.1 |
679 | 2024-08-19T15:14:20.401Z | Downloaded term v0.7.0 |
680 | 2024-08-19T15:14:20.401Z | Downloaded tempfile v3.10.1 |
681 | 2024-08-19T15:14:20.424Z | Downloaded tar v0.4.41 |
682 | 2024-08-19T15:14:20.424Z | Downloaded subprocess v0.2.9 |
683 | 2024-08-19T15:14:20.424Z | Downloaded rustls-webpki v0.102.4 |
684 | 2024-08-19T15:14:20.448Z | Downloaded rustls-webpki v0.101.7 |
685 | 2024-08-19T15:14:20.448Z | Downloaded rsa v0.9.6 |
686 | 2024-08-19T15:14:20.471Z | Downloaded ron v0.8.1 |
687 | 2024-08-19T15:14:20.471Z | Downloaded regex-syntax v0.6.29 |
688 | 2024-08-19T15:14:20.471Z | Downloaded regex-automata v0.1.10 |
689 | 2024-08-19T15:14:20.471Z | Downloaded reedline v0.33.0 |
690 | 2024-08-19T15:14:20.495Z | Downloaded rcgen v0.12.1 |
691 | 2024-08-19T15:14:20.495Z | Downloaded rand v0.8.5 |
692 | 2024-08-19T15:14:20.495Z | Downloaded radix_trie v0.2.1 |
693 | 2024-08-19T15:14:20.495Z | Downloaded quick-xml v0.31.0 |
694 | 2024-08-19T15:14:20.518Z | Downloaded proptest v1.5.0 |
695 | 2024-08-19T15:14:20.518Z | Downloaded winnow v0.5.40 |
696 | 2024-08-19T15:14:20.542Z | Downloaded sha3 v0.10.8 |
697 | 2024-08-19T15:14:20.542Z | Downloaded csv v1.3.0 |
698 | 2024-08-19T15:14:20.565Z | Downloaded defmt-parser v0.3.4 |
699 | 2024-08-19T15:14:20.565Z | Downloaded defmt-macros v0.3.9 |
700 | 2024-08-19T15:14:20.565Z | Downloaded zone_cfg_derive v0.1.2 |
701 | 2024-08-19T15:14:20.565Z | Downloaded zone v0.1.8 |
702 | 2024-08-19T15:14:20.565Z | Downloaded zeroize_derive v1.4.2 |
703 | 2024-08-19T15:14:20.566Z | Downloaded zeroize v1.7.0 |
704 | 2024-08-19T15:14:20.566Z | Downloaded tokio-tungstenite v0.21.0 |
705 | 2024-08-19T15:14:20.566Z | Downloaded tokio-tungstenite v0.20.1 |
706 | 2024-08-19T15:14:20.589Z | Downloaded tokio-stream v0.1.15 |
707 | 2024-08-19T15:14:20.589Z | Downloaded tap v1.0.1 |
708 | 2024-08-19T15:14:20.589Z | Downloaded take_mut v0.2.2 |
709 | 2024-08-19T15:14:20.589Z | Downloaded tabwriter v1.4.0 |
710 | 2024-08-19T15:14:20.589Z | Downloaded sync_wrapper v0.1.2 |
711 | 2024-08-19T15:14:20.589Z | Downloaded supports-color v3.0.0 |
712 | 2024-08-19T15:14:20.589Z | Downloaded subtle v2.5.0 |
713 | 2024-08-19T15:14:20.589Z | Downloaded spin v0.5.2 |
714 | 2024-08-19T15:14:20.589Z | Downloaded socket2 v0.5.7 |
715 | 2024-08-19T15:14:20.589Z | Downloaded socket2 v0.4.10 |
716 | 2024-08-19T15:14:20.589Z | Downloaded snafu-derive v0.8.2 |
717 | 2024-08-19T15:14:20.589Z | Downloaded snafu v0.8.2 |
718 | 2024-08-19T15:14:20.613Z | Downloaded slog-stdlog v4.1.1 |
719 | 2024-08-19T15:14:20.613Z | Downloaded slog-scope v4.4.0 |
720 | 2024-08-19T15:14:20.613Z | Downloaded slog-json v2.6.1 |
721 | 2024-08-19T15:14:20.613Z | Downloaded slog-envlogger v2.2.0 |
722 | 2024-08-19T15:14:20.613Z | Downloaded slog-dtrace v0.3.0 |
723 | 2024-08-19T15:14:20.613Z | Downloaded slog-bunyan v2.5.0 |
724 | 2024-08-19T15:14:20.613Z | Downloaded slog-async v2.8.0 |
725 | 2024-08-19T15:14:20.613Z | Downloaded slog v2.7.0 |
726 | 2024-08-19T15:14:20.613Z | Downloaded secrecy v0.8.0 |
727 | 2024-08-19T15:14:20.613Z | Downloaded sec1 v0.7.3 |
728 | 2024-08-19T15:14:20.613Z | Downloaded sct v0.7.1 |
729 | 2024-08-19T15:14:20.637Z | Downloaded scrypt v0.11.0 |
730 | 2024-08-19T15:14:20.637Z | Downloaded scopeguard v1.2.0 |
731 | 2024-08-19T15:14:20.637Z | Downloaded schemars_derive v0.8.21 |
732 | 2024-08-19T15:14:20.637Z | Downloaded schemars v0.8.21 |
733 | 2024-08-19T15:14:20.637Z | Downloaded scheduled-thread-pool v0.2.7 |
734 | 2024-08-19T15:14:20.637Z | Downloaded same-file v1.0.6 |
735 | 2024-08-19T15:14:20.637Z | Downloaded samael v0.0.15 |
736 | 2024-08-19T15:14:20.660Z | Downloaded salsa20 v0.10.2 |
737 | 2024-08-19T15:14:20.660Z | Downloaded rustyline v14.0.0 |
738 | 2024-08-19T15:14:20.660Z | Downloaded rusty-fork v0.3.0 |
739 | 2024-08-19T15:14:20.660Z | Downloaded rustls-pki-types v1.7.0 |
740 | 2024-08-19T15:14:20.661Z | Downloaded rustc-demangle v0.1.24 |
741 | 2024-08-19T15:14:20.661Z | Downloaded ref-cast v1.0.23 |
742 | 2024-08-19T15:14:20.661Z | Downloaded rayon-core v1.12.1 |
743 | 2024-08-19T15:14:20.661Z | Downloaded radium v0.7.0 |
744 | 2024-08-19T15:14:20.684Z | Downloaded publicsuffix v2.2.3 |
745 | 2024-08-19T15:14:20.684Z | Downloaded x509-cert v0.2.5 |
746 | 2024-08-19T15:14:20.684Z | Downloaded url v2.5.2 |
747 | 2024-08-19T15:14:20.684Z | Downloaded libxml v0.3.3 |
748 | 2024-08-19T15:14:20.684Z | Downloaded itertools v0.13.0 |
749 | 2024-08-19T15:14:20.708Z | Downloaded strum_macros v0.26.4 |
750 | 2024-08-19T15:14:20.708Z | Downloaded strum_macros v0.25.3 |
751 | 2024-08-19T15:14:20.708Z | Downloaded strum_macros v0.24.3 |
752 | 2024-08-19T15:14:20.708Z | Downloaded strum v0.26.3 |
753 | 2024-08-19T15:14:20.708Z | Downloaded structmeta-derive v0.3.0 |
754 | 2024-08-19T15:14:20.708Z | Downloaded structmeta-derive v0.2.0 |
755 | 2024-08-19T15:14:20.708Z | Downloaded structmeta v0.3.0 |
756 | 2024-08-19T15:14:20.708Z | Downloaded structmeta v0.2.0 |
757 | 2024-08-19T15:14:20.708Z | Downloaded strip-ansi-escapes v0.2.0 |
758 | 2024-08-19T15:14:20.708Z | Downloaded stringprep v0.1.4 |
759 | 2024-08-19T15:14:20.708Z | Downloaded string_cache v0.8.7 |
760 | 2024-08-19T15:14:20.708Z | Downloaded static_assertions v1.1.0 |
761 | 2024-08-19T15:14:20.731Z | Downloaded stable_deref_trait v1.2.0 |
762 | 2024-08-19T15:14:20.731Z | Downloaded sqlparser_derive v0.2.2 |
763 | 2024-08-19T15:14:20.731Z | Downloaded sqlformat v0.2.4 |
764 | 2024-08-19T15:14:20.731Z | Downloaded spki v0.7.3 |
765 | 2024-08-19T15:14:20.731Z | Downloaded spin v0.9.8 |
766 | 2024-08-19T15:14:20.731Z | Downloaded smf v0.2.3 |
767 | 2024-08-19T15:14:20.731Z | Downloaded smawk v0.3.2 |
768 | 2024-08-19T15:14:20.731Z | Downloaded smallvec v1.13.2 |
769 | 2024-08-19T15:14:20.731Z | Downloaded smallvec v0.6.14 |
770 | 2024-08-19T15:14:20.731Z | Downloaded slog-term v2.9.1 |
771 | 2024-08-19T15:14:20.731Z | Downloaded rustversion v1.0.17 |
772 | 2024-08-19T15:14:20.731Z | Downloaded rustls-pemfile v2.1.3 |
773 | 2024-08-19T15:14:20.731Z | Downloaded rustls-pemfile v1.0.4 |
774 | 2024-08-19T15:14:20.755Z | Downloaded rustfmt-wrapper v0.2.1 |
775 | 2024-08-19T15:14:20.755Z | Downloaded rustc_version v0.4.0 |
776 | 2024-08-19T15:14:20.755Z | Downloaded rustc-hash v1.1.0 |
777 | 2024-08-19T15:14:20.755Z | Downloaded ron v0.7.1 |
778 | 2024-08-19T15:14:20.755Z | Downloaded ref-cast-impl v1.0.23 |
779 | 2024-08-19T15:14:20.755Z | Downloaded rand_xorshift v0.3.0 |
780 | 2024-08-19T15:14:20.755Z | Downloaded rand_seeder v0.3.0 |
781 | 2024-08-19T15:14:20.755Z | Downloaded rand_core v0.6.4 |
782 | 2024-08-19T15:14:20.755Z | Downloaded rand_chacha v0.3.1 |
783 | 2024-08-19T15:14:20.755Z | Downloaded r2d2 v0.8.10 |
784 | 2024-08-19T15:14:20.755Z | Downloaded quick-error v1.2.3 |
785 | 2024-08-19T15:14:20.755Z | Downloaded psl-types v2.0.11 |
786 | 2024-08-19T15:14:20.755Z | Downloaded proc-macro-crate v1.3.1 |
787 | 2024-08-19T15:14:20.755Z | Downloaded wyz v0.5.1 |
788 | 2024-08-19T15:14:20.755Z | Downloaded whoami v1.5.1 |
789 | 2024-08-19T15:14:20.779Z | Downloaded which v4.4.2 |
790 | 2024-08-19T15:14:20.779Z | Downloaded want v0.3.1 |
791 | 2024-08-19T15:14:20.779Z | Downloaded walkdir v2.5.0 |
792 | 2024-08-19T15:14:20.779Z | Downloaded waitgroup v0.1.2 |
793 | 2024-08-19T15:14:20.779Z | Downloaded wait-timeout v0.2.0 |
794 | 2024-08-19T15:14:20.779Z | Downloaded vte v0.11.1 |
795 | 2024-08-19T15:14:20.779Z | Downloaded vsss-rs v3.3.4 |
796 | 2024-08-19T15:14:20.779Z | Downloaded vergen v8.3.2 |
797 | 2024-08-19T15:14:20.779Z | Downloaded uuid v1.10.0 |
798 | 2024-08-19T15:14:20.779Z | Downloaded utf-8 v0.7.6 |
799 | 2024-08-19T15:14:20.779Z | Downloaded untrusted v0.7.1 |
800 | 2024-08-19T15:14:20.779Z | Downloaded unsafe-libyaml v0.2.11 |
801 | 2024-08-19T15:14:20.803Z | Downloaded trust-dns-proto v0.22.0 |
802 | 2024-08-19T15:14:20.803Z | Downloaded oso v0.27.3 |
803 | 2024-08-19T15:14:20.803Z | Downloaded openssl-sys v0.9.103 |
804 | 2024-08-19T15:14:20.833Z | Downloaded num-traits v0.2.19 |
805 | 2024-08-19T15:14:20.833Z | Downloaded num-bigint-dig v0.8.4 |
806 | 2024-08-19T15:14:20.833Z | Downloaded nom v7.1.3 |
807 | 2024-08-19T15:14:20.833Z | Downloaded mio v0.8.11 |
808 | 2024-08-19T15:14:20.833Z | Downloaded minimal-lexical v0.2.1 |
809 | 2024-08-19T15:14:20.833Z | Downloaded libm v0.2.8 |
810 | 2024-08-19T15:14:20.857Z | Downloaded itertools v0.12.1 |
811 | 2024-08-19T15:14:20.857Z | Downloaded itertools v0.10.5 |
812 | 2024-08-19T15:14:20.857Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
813 | 2024-08-19T15:14:20.881Z | Downloaded rtoolbox v0.0.2 |
814 | 2024-08-19T15:14:20.881Z | Downloaded rpassword v7.3.1 |
815 | 2024-08-19T15:14:20.881Z | Downloaded resolv-conf v0.7.0 |
816 | 2024-08-19T15:14:20.881Z | Downloaded vte_generate_state_changes v0.1.1 |
817 | 2024-08-19T15:14:20.881Z | Downloaded uzers v0.11.3 |
818 | 2024-08-19T15:14:20.881Z | Downloaded untrusted v0.9.0 |
819 | 2024-08-19T15:14:20.881Z | Downloaded universal-hash v0.5.1 |
820 | 2024-08-19T15:14:20.881Z | Downloaded unicode_categories v0.1.1 |
821 | 2024-08-19T15:14:20.906Z | Downloaded unicode-xid v0.2.4 |
822 | 2024-08-19T15:14:20.906Z | Downloaded unicode-truncate v1.0.0 |
823 | 2024-08-19T15:14:20.906Z | Downloaded unicode-segmentation v1.11.0 |
824 | 2024-08-19T15:14:20.906Z | Downloaded unicode-normalization v0.1.23 |
825 | 2024-08-19T15:14:20.906Z | Downloaded unicode-bidi v0.3.15 |
826 | 2024-08-19T15:14:20.906Z | Downloaded unarray v0.1.4 |
827 | 2024-08-19T15:14:20.906Z | Downloaded typed-path v0.7.1 |
828 | 2024-08-19T15:14:20.906Z | Downloaded tungstenite v0.21.0 |
829 | 2024-08-19T15:14:20.929Z | Downloaded tungstenite v0.20.1 |
830 | 2024-08-19T15:14:20.929Z | Downloaded tui-tree-widget v0.22.0 |
831 | 2024-08-19T15:14:20.929Z | Downloaded try-lock v0.2.5 |
832 | 2024-08-19T15:14:20.929Z | Downloaded trust-dns-server v0.22.1 |
833 | 2024-08-19T15:14:20.929Z | Downloaded trust-dns-resolver v0.22.0 |
834 | 2024-08-19T15:14:20.929Z | Downloaded trust-dns-client v0.22.0 |
835 | 2024-08-19T15:14:20.953Z | Downloaded tracing-core v0.1.32 |
836 | 2024-08-19T15:14:20.953Z | Downloaded tracing v0.1.40 |
837 | 2024-08-19T15:14:20.953Z | Downloaded tough v0.17.1 |
838 | 2024-08-19T15:14:20.953Z | Downloaded toml_edit v0.19.15 |
839 | 2024-08-19T15:14:20.977Z | Downloaded toml v0.7.8 |
840 | 2024-08-19T15:14:20.977Z | Downloaded toml v0.5.11 |
841 | 2024-08-19T15:14:20.977Z | Downloaded similar v2.5.0 |
842 | 2024-08-19T15:14:21.001Z | Downloaded parking_lot_core v0.9.10 |
843 | 2024-08-19T15:14:21.001Z | Downloaded parking_lot v0.12.2 |
844 | 2024-08-19T15:14:21.001Z | Downloaded parking_lot v0.11.2 |
845 | 2024-08-19T15:14:21.001Z | Downloaded packed_struct_codegen v0.10.1 |
846 | 2024-08-19T15:14:21.001Z | Downloaded owo-colors v4.0.0 |
847 | 2024-08-19T15:14:21.001Z | Downloaded omicron-zone-package v0.11.0 |
848 | 2024-08-19T15:14:21.001Z | Downloaded olpc-cjson v0.1.3 |
849 | 2024-08-19T15:14:21.001Z | Downloaded num_enum v0.5.11 |
850 | 2024-08-19T15:14:21.001Z | Downloaded num-rational v0.4.2 |
851 | 2024-08-19T15:14:21.025Z | Downloaded num-iter v0.1.45 |
852 | 2024-08-19T15:14:21.025Z | Downloaded num-complex v0.4.6 |
853 | 2024-08-19T15:14:21.025Z | Downloaded num v0.4.3 |
854 | 2024-08-19T15:14:21.025Z | Downloaded native-tls v0.2.11 |
855 | 2024-08-19T15:14:21.025Z | Downloaded mockall_derive v0.13.0 |
856 | 2024-08-19T15:14:21.025Z | Downloaded mio v1.0.2 |
857 | 2024-08-19T15:14:21.025Z | Downloaded mime_guess v2.0.4 |
858 | 2024-08-19T15:14:21.025Z | Downloaded lock_api v0.4.12 |
859 | 2024-08-19T15:14:21.025Z | Downloaded libloading v0.8.3 |
860 | 2024-08-19T15:14:21.025Z | Downloaded libefi-sys v0.1.0 |
861 | 2024-08-19T15:14:21.025Z | Downloaded indicatif v0.17.8 |
862 | 2024-08-19T15:14:21.049Z | Downloaded chrono v0.4.38 |
863 | 2024-08-19T15:14:21.049Z | Downloaded bstr v1.9.1 |
864 | 2024-08-19T15:14:21.072Z | Downloaded unicase v2.7.0 |
865 | 2024-08-19T15:14:21.072Z | Downloaded twox-hash v1.6.3 |
866 | 2024-08-19T15:14:21.072Z | Downloaded tracing-attributes v0.1.27 |
867 | 2024-08-19T15:14:21.072Z | Downloaded tower-service v0.3.2 |
868 | 2024-08-19T15:14:21.072Z | Downloaded topological-sort v0.2.2 |
869 | 2024-08-19T15:14:21.072Z | Downloaded toolchain_find v0.4.0 |
870 | 2024-08-19T15:14:21.072Z | Downloaded slab v0.4.9 |
871 | 2024-08-19T15:14:21.072Z | Downloaded siphasher v0.3.11 |
872 | 2024-08-19T15:14:21.072Z | Downloaded signature v2.2.0 |
873 | 2024-08-19T15:14:21.072Z | Downloaded signal-hook-tokio v0.3.1 |
874 | 2024-08-19T15:14:21.072Z | Downloaded signal-hook-registry v1.4.2 |
875 | 2024-08-19T15:14:21.072Z | Downloaded signal-hook-mio v0.2.4 |
876 | 2024-08-19T15:14:21.072Z | Downloaded signal-hook v0.3.17 |
877 | 2024-08-19T15:14:21.073Z | Downloaded shlex v1.3.0 |
878 | 2024-08-19T15:14:21.073Z | Downloaded shell-words v1.1.0 |
879 | 2024-08-19T15:14:21.096Z | Downloaded sha1 v0.10.6 |
880 | 2024-08-19T15:14:21.096Z | Downloaded serde_yaml v0.9.34+deprecated |
881 | 2024-08-19T15:14:21.096Z | Downloaded serde_with_macros v3.8.3 |
882 | 2024-08-19T15:14:21.096Z | Downloaded serde_with v3.8.3 |
883 | 2024-08-19T15:14:21.096Z | Downloaded serde_urlencoded v0.7.1 |
884 | 2024-08-19T15:14:21.096Z | Downloaded serde_repr v0.1.19 |
885 | 2024-08-19T15:14:21.096Z | Downloaded serde_plain v1.0.2 |
886 | 2024-08-19T15:14:21.096Z | Downloaded serde_path_to_error v0.1.16 |
887 | 2024-08-19T15:14:21.120Z | Downloaded serde_derive_internals v0.29.1 |
888 | 2024-08-19T15:14:21.120Z | Downloaded serde_arrays v0.1.0 |
889 | 2024-08-19T15:14:21.121Z | Downloaded serde-hex v0.1.0 |
890 | 2024-08-19T15:14:21.121Z | Downloaded serde-big-array v0.5.1 |
891 | 2024-08-19T15:14:21.121Z | Downloaded semver v0.1.20 |
892 | 2024-08-19T15:14:21.121Z | Downloaded parking_lot_core v0.8.6 |
893 | 2024-08-19T15:14:21.121Z | Downloaded packed_struct v0.10.1 |
894 | 2024-08-19T15:14:21.121Z | Downloaded openssl-probe v0.1.5 |
895 | 2024-08-19T15:14:21.121Z | Downloaded opaque-debug v0.3.1 |
896 | 2024-08-19T15:14:21.121Z | Downloaded num_threads v0.1.7 |
897 | 2024-08-19T15:14:21.121Z | Downloaded num_enum_derive v0.5.11 |
898 | 2024-08-19T15:14:21.121Z | Downloaded num_cpus v1.16.0 |
899 | 2024-08-19T15:14:21.121Z | Downloaded num-integer v0.1.46 |
900 | 2024-08-19T15:14:21.121Z | Downloaded num-derive v0.4.2 |
901 | 2024-08-19T15:14:21.121Z | Downloaded nu-ansi-term v0.50.0 |
902 | 2024-08-19T15:14:21.145Z | Downloaded normalize-line-endings v0.3.0 |
903 | 2024-08-19T15:14:21.145Z | Downloaded nodrop v0.1.14 |
904 | 2024-08-19T15:14:21.145Z | Downloaded newline-converter v0.3.0 |
905 | 2024-08-19T15:14:21.145Z | Downloaded multer v3.1.0 |
906 | 2024-08-19T15:14:21.145Z | Downloaded mockall v0.13.0 |
907 | 2024-08-19T15:14:21.145Z | Downloaded miniz_oxide v0.7.2 |
908 | 2024-08-19T15:14:21.145Z | Downloaded mime v0.3.17 |
909 | 2024-08-19T15:14:21.145Z | Downloaded memoffset v0.9.1 |
910 | 2024-08-19T15:14:21.145Z | Downloaded memmap2 v0.9.4 |
911 | 2024-08-19T15:14:21.145Z | Downloaded md-5 v0.10.6 |
912 | 2024-08-19T15:14:21.145Z | Downloaded maybe-uninit v2.0.0 |
913 | 2024-08-19T15:14:21.145Z | Downloaded matches v0.1.10 |
914 | 2024-08-19T15:14:21.145Z | Downloaded maplit v1.0.2 |
915 | 2024-08-19T15:14:21.145Z | Downloaded managed v0.8.0 |
916 | 2024-08-19T15:14:21.145Z | Downloaded lru-cache v0.1.2 |
917 | 2024-08-19T15:14:21.145Z | Downloaded linear-map v1.2.0 |
918 | 2024-08-19T15:14:21.145Z | Downloaded libsw v3.3.1 |
919 | 2024-08-19T15:14:21.168Z | Downloaded lazycell v1.3.0 |
920 | 2024-08-19T15:14:21.168Z | Downloaded lazy_static v1.5.0 |
921 | 2024-08-19T15:14:21.168Z | Downloaded lalrpop-util v0.19.12 |
922 | 2024-08-19T15:14:21.168Z | Downloaded keccak v0.1.5 |
923 | 2024-08-19T15:14:21.169Z | Downloaded instability v0.3.2 |
924 | 2024-08-19T15:14:21.169Z | Downloaded hyper-staticfile v0.9.5 |
925 | 2024-08-19T15:14:21.169Z | Downloaded debug-ignore v1.0.5 |
926 | 2024-08-19T15:14:21.169Z | Downloaded darling_macro v0.20.9 |
927 | 2024-08-19T15:14:21.169Z | Downloaded darling_core v0.20.9 |
928 | 2024-08-19T15:14:21.169Z | Downloaded darling v0.20.9 |
929 | 2024-08-19T15:14:21.169Z | Downloaded curve25519-dalek v4.1.3 |
930 | 2024-08-19T15:14:21.194Z | Downloaded crypto-bigint v0.5.5 |
931 | 2024-08-19T15:14:21.194Z | Downloaded crunchy v0.2.2 |
932 | 2024-08-19T15:14:21.194Z | Downloaded crossterm v0.28.1 |
933 | 2024-08-19T15:14:21.194Z | Downloaded crossterm v0.27.0 |
934 | 2024-08-19T15:14:21.218Z | Downloaded crossbeam-utils v0.8.19 |
935 | 2024-08-19T15:14:21.218Z | Downloaded crossbeam-epoch v0.9.18 |
936 | 2024-08-19T15:14:21.218Z | Downloaded crossbeam-deque v0.8.5 |
937 | 2024-08-19T15:14:21.218Z | Downloaded crossbeam-channel v0.5.12 |
938 | 2024-08-19T15:14:21.218Z | Downloaded crc32fast v1.4.0 |
939 | 2024-08-19T15:14:21.218Z | Downloaded crc-any v2.5.0 |
940 | 2024-08-19T15:14:21.218Z | Downloaded cookie_store v0.20.0 |
941 | 2024-08-19T15:14:21.242Z | Downloaded cookie v0.18.1 |
942 | 2024-08-19T15:14:21.242Z | Downloaded cookie v0.17.0 |
943 | 2024-08-19T15:14:21.242Z | Downloaded constant_time_eq v0.3.0 |
944 | 2024-08-19T15:14:21.242Z | Downloaded const_format_proc_macros v0.2.32 |
945 | 2024-08-19T15:14:21.242Z | Downloaded const_format v0.2.32 |
946 | 2024-08-19T15:14:21.242Z | Downloaded const-oid v0.9.6 |
947 | 2024-08-19T15:14:21.242Z | Downloaded compact_str v0.8.0 |
948 | 2024-08-19T15:14:21.242Z | Downloaded cobs v0.2.3 |
949 | 2024-08-19T15:14:21.242Z | Downloaded clang-sys v1.7.0 |
950 | 2024-08-19T15:14:21.265Z | Downloaded cipher v0.4.4 |
951 | 2024-08-19T15:14:21.265Z | Downloaded chacha20poly1305 v0.10.1 |
952 | 2024-08-19T15:14:21.265Z | Downloaded chacha20 v0.9.1 |
953 | 2024-08-19T15:14:21.265Z | Downloaded cexpr v0.6.0 |
954 | 2024-08-19T15:14:21.265Z | Downloaded cc v1.0.97 |
955 | 2024-08-19T15:14:21.265Z | Downloaded cbc v0.1.2 |
956 | 2024-08-19T15:14:21.266Z | Downloaded cassowary v0.3.0 |
957 | 2024-08-19T15:14:21.266Z | Downloaded camino-tempfile v1.1.1 |
958 | 2024-08-19T15:14:21.266Z | Downloaded bzip2 v0.4.4 |
959 | 2024-08-19T15:14:21.266Z | Downloaded bytes v1.7.1 |
960 | 2024-08-19T15:14:21.290Z | Downloaded buf-list v1.0.3 |
961 | 2024-08-19T15:14:21.290Z | Downloaded bstr v0.2.17 |
962 | 2024-08-19T15:14:21.290Z | Downloaded blake3 v1.5.1 |
963 | 2024-08-19T15:14:21.290Z | Downloaded blake2 v0.10.6 |
964 | 2024-08-19T15:14:21.314Z | Downloaded bitvec v1.0.1 |
965 | 2024-08-19T15:14:21.314Z | Downloaded bitstruct_derive v0.1.0 |
966 | 2024-08-19T15:14:21.314Z | Downloaded bitflags v1.3.2 |
967 | 2024-08-19T15:14:21.314Z | Downloaded bitfield v0.14.0 |
968 | 2024-08-19T15:14:21.338Z | Downloaded bit-set v0.5.3 |
969 | 2024-08-19T15:14:21.338Z | Downloaded bindgen v0.69.4 |
970 | 2024-08-19T15:14:21.338Z | Downloaded oso-derive v0.27.3 |
971 | 2024-08-19T15:14:21.338Z | Downloaded number_prefix v0.4.0 |
972 | 2024-08-19T15:14:21.338Z | Downloaded num-conv v0.1.0 |
973 | 2024-08-19T15:14:21.338Z | Downloaded nibble_vec v0.1.0 |
974 | 2024-08-19T15:14:21.338Z | Downloaded newtype_derive v0.1.6 |
975 | 2024-08-19T15:14:21.338Z | Downloaded newtype-uuid v1.1.0 |
976 | 2024-08-19T15:14:21.338Z | Downloaded nanorand v0.7.0 |
977 | 2024-08-19T15:14:21.338Z | Downloaded multimap v0.10.0 |
978 | 2024-08-19T15:14:21.338Z | Downloaded match_cfg v0.1.0 |
979 | 2024-08-19T15:14:21.338Z | Downloaded lru v0.12.3 |
980 | 2024-08-19T15:14:21.338Z | Downloaded kstat-rs v0.2.4 |
981 | 2024-08-19T15:14:21.338Z | Downloaded jobserver v0.1.32 |
982 | 2024-08-19T15:14:21.362Z | Downloaded is_ci v1.2.0 |
983 | 2024-08-19T15:14:21.362Z | Downloaded is-terminal v0.4.12 |
984 | 2024-08-19T15:14:21.362Z | Downloaded ipnetwork v0.20.0 |
985 | 2024-08-19T15:14:21.362Z | Downloaded ipnet v2.9.0 |
986 | 2024-08-19T15:14:21.362Z | Downloaded instant v0.1.12 |
987 | 2024-08-19T15:14:21.362Z | Downloaded inout v0.1.3 |
988 | 2024-08-19T15:14:21.362Z | Downloaded indoc v1.0.9 |
989 | 2024-08-19T15:14:21.362Z | Downloaded indexmap v1.9.3 |
990 | 2024-08-19T15:14:21.362Z | Downloaded hyper-rustls v0.24.2 |
991 | 2024-08-19T15:14:21.362Z | Downloaded defmt v0.3.8 |
992 | 2024-08-19T15:14:21.362Z | Downloaded curve25519-dalek-derive v0.1.1 |
993 | 2024-08-19T15:14:21.386Z | Downloaded crc-catalog v2.4.0 |
994 | 2024-08-19T15:14:21.386Z | Downloaded crc v3.2.1 |
995 | 2024-08-19T15:14:21.386Z | Downloaded convert_case v0.4.0 |
996 | 2024-08-19T15:14:21.386Z | Downloaded console v0.15.8 |
997 | 2024-08-19T15:14:21.386Z | Downloaded colored v2.1.0 |
998 | 2024-08-19T15:14:21.386Z | Downloaded ciborium-ll v0.2.2 |
999 | 2024-08-19T15:14:21.386Z | Downloaded ciborium-io v0.2.2 |
1000 | 2024-08-19T15:14:21.386Z | Downloaded ciborium v0.2.2 |
1001 | 2024-08-19T15:14:21.386Z | Downloaded cfg_aliases v0.1.1 |
1002 | 2024-08-19T15:14:21.386Z | Downloaded castaway v0.2.3 |
1003 | 2024-08-19T15:14:21.386Z | Downloaded cancel-safe-futures v0.1.5 |
1004 | 2024-08-19T15:14:21.386Z | Downloaded base64 v0.22.1 |
1005 | 2024-08-19T15:14:21.410Z | Downloaded base64 v0.21.7 |
1006 | 2024-08-19T15:14:21.410Z | Downloaded base64 v0.13.1 |
1007 | 2024-08-19T15:14:21.410Z | Downloaded backtrace v0.3.71 |
1008 | 2024-08-19T15:14:21.410Z | Downloaded async-recursion v1.1.1 |
1009 | 2024-08-19T15:14:21.410Z | Downloaded ascii-canvas v3.0.0 |
1010 | 2024-08-19T15:14:21.410Z | Downloaded ascii v1.1.0 |
1011 | 2024-08-19T15:14:21.410Z | Downloaded arrayvec v0.7.4 |
1012 | 2024-08-19T15:14:21.410Z | Downloaded array-init v0.0.4 |
1013 | 2024-08-19T15:14:21.434Z | Downloaded argon2 v0.5.3 |
1014 | 2024-08-19T15:14:21.434Z | Downloaded arc-swap v1.7.1 |
1015 | 2024-08-19T15:14:21.434Z | Downloaded allocator-api2 v0.2.18 |
1016 | 2024-08-19T15:14:21.434Z | Downloaded aho-corasick v1.1.3 |
1017 | 2024-08-19T15:14:21.434Z | Downloaded ahash v0.8.11 |
1018 | 2024-08-19T15:14:21.434Z | Downloaded aes v0.8.4 |
1019 | 2024-08-19T15:14:21.434Z | Downloaded aead v0.5.2 |
1020 | 2024-08-19T15:14:21.458Z | Downloaded addr2line v0.21.0 |
1021 | 2024-08-19T15:14:21.458Z | Downloaded new_debug_unreachable v1.0.6 |
1022 | 2024-08-19T15:14:21.458Z | Downloaded linked-hash-map v0.5.6 |
1023 | 2024-08-19T15:14:21.458Z | Downloaded indent_write v2.2.0 |
1024 | 2024-08-19T15:14:21.458Z | Downloaded impl-trait-for-tuples v0.2.2 |
1025 | 2024-08-19T15:14:21.458Z | Downloaded data-encoding v2.6.0 |
1026 | 2024-08-19T15:14:21.458Z | Downloaded csv-core v0.1.11 |
1027 | 2024-08-19T15:14:21.458Z | Downloaded cstr-argument v0.1.2 |
1028 | 2024-08-19T15:14:21.458Z | Downloaded crucible-workspace-hack v0.1.0 |
1029 | 2024-08-19T15:14:21.458Z | Downloaded block-padding v0.3.3 |
1030 | 2024-08-19T15:14:21.458Z | Downloaded bitstruct v0.1.1 |
1031 | 2024-08-19T15:14:21.458Z | Downloaded bitfield-struct v0.6.1 |
1032 | 2024-08-19T15:14:21.458Z | Downloaded bit-vec v0.6.3 |
1033 | 2024-08-19T15:14:21.458Z | Downloaded bcs v0.1.6 |
1034 | 2024-08-19T15:14:21.458Z | Downloaded bb8 v0.8.5 |
1035 | 2024-08-19T15:14:21.458Z | Downloaded base64ct v1.6.0 |
1036 | 2024-08-19T15:14:21.482Z | Downloaded base16ct v0.2.0 |
1037 | 2024-08-19T15:14:21.482Z | Downloaded backoff v0.4.0 |
1038 | 2024-08-19T15:14:21.482Z | Downloaded atty v0.2.14 |
1039 | 2024-08-19T15:14:21.482Z | Downloaded atomic-waker v1.1.2 |
1040 | 2024-08-19T15:14:21.482Z | Downloaded async-trait v0.1.81 |
1041 | 2024-08-19T15:14:21.482Z | Downloaded async-stream-impl v0.3.5 |
1042 | 2024-08-19T15:14:21.482Z | Downloaded async-stream v0.3.5 |
1043 | 2024-08-19T15:14:21.482Z | Downloaded arrayref v0.3.7 |
1044 | 2024-08-19T15:14:21.482Z | Downloaded adler v1.0.2 |
1045 | 2024-08-19T15:14:21.579Z | Compiling cfg-if v1.0.0 |
1046 | 2024-08-19T15:14:21.579Z | Compiling serde v1.0.207 |
1047 | 2024-08-19T15:14:21.603Z | Compiling lock_api v0.4.12 |
1048 | 2024-08-19T15:14:21.603Z | Compiling scopeguard v1.2.0 |
1049 | 2024-08-19T15:14:21.603Z | Compiling typenum v1.17.0 |
1050 | 2024-08-19T15:14:21.603Z | Compiling generic-array v0.14.7 |
1051 | 2024-08-19T15:14:21.657Z | Compiling syn v2.0.74 |
1052 | 2024-08-19T15:14:21.699Z | Compiling getrandom v0.2.14 |
1053 | 2024-08-19T15:14:21.759Z | Compiling log v0.4.21 |
1054 | 2024-08-19T15:14:21.813Z | Compiling jobserver v0.1.32 |
1055 | 2024-08-19T15:14:21.975Z | Compiling rand_core v0.6.4 |
1056 | 2024-08-19T15:14:22.186Z | Compiling cc v1.0.97 |
1057 | 2024-08-19T15:14:22.209Z | Compiling subtle v2.5.0 |
1058 | 2024-08-19T15:14:22.233Z | Compiling const-oid v0.9.6 |
1059 | 2024-08-19T15:14:22.416Z | Compiling smallvec v1.13.2 |
1060 | 2024-08-19T15:14:22.469Z | Compiling pin-project-lite v0.2.14 |
1061 | 2024-08-19T15:14:22.519Z | Compiling spin v0.9.8 |
1062 | 2024-08-19T15:14:22.611Z | Compiling parking_lot_core v0.9.10 |
1063 | 2024-08-19T15:14:22.653Z | Compiling signal-hook-registry v1.4.2 |
1064 | 2024-08-19T15:14:22.804Z | Compiling mio v0.8.11 |
1065 | 2024-08-19T15:14:22.912Z | Compiling ahash v0.8.11 |
1066 | 2024-08-19T15:14:23.205Z | Compiling tinyvec_macros v0.1.1 |
1067 | 2024-08-19T15:14:23.286Z | Compiling tinyvec v1.6.0 |
1068 | 2024-08-19T15:14:23.436Z | Compiling parking_lot v0.12.2 |
1069 | 2024-08-19T15:14:23.639Z | Compiling socket2 v0.5.7 |
1070 | 2024-08-19T15:14:23.778Z | Compiling num_cpus v1.16.0 |
1071 | 2024-08-19T15:14:23.876Z | Compiling libm v0.2.8 |
1072 | 2024-08-19T15:14:23.900Z | Compiling cpufeatures v0.2.12 |
1073 | 2024-08-19T15:14:23.900Z | Compiling futures-core v0.3.30 |
1074 | 2024-08-19T15:14:24.003Z | Compiling serde_json v1.0.125 |
1075 | 2024-08-19T15:14:24.141Z | Compiling slab v0.4.9 |
1076 | 2024-08-19T15:14:24.198Z | Compiling num-traits v0.2.19 |
1077 | 2024-08-19T15:14:24.222Z | Compiling futures-sink v0.3.30 |
1078 | 2024-08-19T15:14:24.322Z | Compiling allocator-api2 v0.2.18 |
1079 | 2024-08-19T15:14:24.366Z | Compiling unicode-bidi v0.3.15 |
1080 | 2024-08-19T15:14:24.475Z | Compiling unicode-normalization v0.1.23 |
1081 | 2024-08-19T15:14:24.959Z | Compiling futures-channel v0.3.30 |
1082 | 2024-08-19T15:14:25.066Z | Compiling futures-task v0.3.30 |
1083 | 2024-08-19T15:14:25.292Z | Compiling futures-io v0.3.30 |
1084 | 2024-08-19T15:14:25.329Z | Compiling vcpkg v0.2.15 |
1085 | 2024-08-19T15:14:25.353Z | Compiling pkg-config v0.3.30 |
1086 | 2024-08-19T15:14:25.596Z | Compiling pin-utils v0.1.0 |
1087 | 2024-08-19T15:14:25.688Z | Compiling base64ct v1.6.0 |
1088 | 2024-08-19T15:14:25.887Z | Compiling flagset v0.4.5 |
1089 | 2024-08-19T15:14:25.967Z | Compiling ring v0.17.8 |
1090 | 2024-08-19T15:14:26.052Z | Compiling ppv-lite86 v0.2.17 |
1091 | 2024-08-19T15:14:26.132Z | Compiling percent-encoding v2.3.1 |
1092 | 2024-08-19T15:14:26.340Z | Compiling pem-rfc7468 v0.7.0 |
1093 | 2024-08-19T15:14:26.622Z | Compiling tracing-core v0.1.32 |
1094 | 2024-08-19T15:14:26.809Z | Compiling rand_chacha v0.3.1 |
1095 | 2024-08-19T15:14:26.985Z | Compiling untrusted v0.9.0 |
1096 | 2024-08-19T15:14:27.041Z | Compiling syn v1.0.109 |
1097 | 2024-08-19T15:14:27.153Z | Compiling rustix v0.38.34 |
1098 | 2024-08-19T15:14:27.398Z | Compiling openssl-sys v0.9.103 |
1099 | 2024-08-19T15:14:27.537Z | Compiling rand v0.8.5 |
1100 | 2024-08-19T15:14:27.676Z | Compiling lazy_static v1.5.0 |
1101 | 2024-08-19T15:14:27.810Z | Compiling rustversion v1.0.17 |
1102 | 2024-08-19T15:14:27.876Z | Compiling httparse v1.8.0 |
1103 | 2024-08-19T15:14:27.961Z | Compiling foreign-types-shared v0.1.1 |
1104 | 2024-08-19T15:14:28.068Z | Compiling num-conv v0.1.0 |
1105 | 2024-08-19T15:14:28.263Z | Compiling powerfmt v0.2.0 |
1106 | 2024-08-19T15:14:28.339Z | Compiling openssl v0.10.66 |
1107 | 2024-08-19T15:14:28.453Z | Compiling time-core v0.1.2 |
1108 | 2024-08-19T15:14:28.543Z | Compiling deranged v0.3.11 |
1109 | 2024-08-19T15:14:28.621Z | Compiling time-macros v0.2.18 |
1110 | 2024-08-19T15:14:28.698Z | Compiling foreign-types v0.3.2 |
1111 | 2024-08-19T15:14:28.793Z | Compiling form_urlencoded v1.2.1 |
1112 | 2024-08-19T15:14:29.085Z | Compiling try-lock v0.2.5 |
1113 | 2024-08-19T15:14:29.215Z | Compiling siphasher v0.3.11 |
1114 | 2024-08-19T15:14:29.239Z | Compiling crossbeam-utils v0.8.19 |
1115 | 2024-08-19T15:14:29.571Z | Compiling native-tls v0.2.11 |
1116 | 2024-08-19T15:14:29.829Z | Compiling num_threads v0.1.7 |
1117 | 2024-08-19T15:14:29.857Z | Compiling rustls v0.21.12 |
1118 | 2024-08-19T15:14:29.973Z | Compiling want v0.3.1 |
1119 | 2024-08-19T15:14:30.274Z | Compiling idna v0.5.0 |
1120 | 2024-08-19T15:14:30.298Z | Compiling socket2 v0.4.10 |
1121 | 2024-08-19T15:14:30.643Z | Compiling aho-corasick v1.1.3 |
1122 | 2024-08-19T15:14:31.122Z | Compiling cookie v0.17.0 |
1123 | 2024-08-19T15:14:31.440Z | Compiling slog v2.7.0 |
1124 | 2024-08-19T15:14:31.463Z | Compiling tower-service v0.3.2 |
1125 | 2024-08-19T15:14:31.487Z | Compiling time v0.3.36 |
1126 | 2024-08-19T15:14:31.591Z | Compiling iana-time-zone v0.1.60 |
1127 | 2024-08-19T15:14:31.615Z | Compiling openssl-probe v0.1.5 |
1128 | 2024-08-19T15:14:31.929Z | Compiling finl_unicode v1.2.0 |
1129 | 2024-08-19T15:14:31.953Z | Compiling httpdate v1.0.3 |
1130 | 2024-08-19T15:14:32.015Z | Compiling adler v1.0.2 |
1131 | 2024-08-19T15:14:32.245Z | Compiling regex-syntax v0.8.4 |
1132 | 2024-08-19T15:14:32.365Z | Compiling stringprep v0.1.4 |
1133 | 2024-08-19T15:14:32.420Z | Compiling miniz_oxide v0.7.2 |
1134 | 2024-08-19T15:14:33.454Z | Compiling url v2.5.2 |
1135 | 2024-08-19T15:14:34.075Z | Compiling serde_derive v1.0.207 |
1136 | 2024-08-19T15:14:34.784Z | Compiling zeroize_derive v1.4.2 |
1137 | 2024-08-19T15:14:35.036Z | Compiling zerocopy-derive v0.7.34 |
1138 | 2024-08-19T15:14:35.138Z | Compiling tokio-macros v2.3.0 |
1139 | 2024-08-19T15:14:35.335Z | Compiling thiserror-impl v1.0.63 |
1140 | 2024-08-19T15:14:35.819Z | Compiling futures-macro v0.3.30 |
1141 | 2024-08-19T15:14:36.064Z | Compiling zeroize v1.7.0 |
1142 | 2024-08-19T15:14:36.445Z | Compiling der_derive v0.7.2 |
1143 | 2024-08-19T15:14:36.830Z | Compiling zerocopy v0.7.34 |
1144 | 2024-08-19T15:14:37.389Z | Compiling futures-util v0.3.30 |
1145 | 2024-08-19T15:14:37.623Z | Compiling crypto-common v0.1.6 |
1146 | 2024-08-19T15:14:37.646Z | Compiling block-buffer v0.10.4 |
1147 | 2024-08-19T15:14:37.833Z | Compiling block-padding v0.3.3 |
1148 | 2024-08-19T15:14:37.906Z | Compiling digest v0.10.7 |
1149 | 2024-08-19T15:14:37.998Z | Compiling thiserror v1.0.63 |
1150 | 2024-08-19T15:14:38.068Z | Compiling inout v0.1.3 |
1151 | 2024-08-19T15:14:38.199Z | Compiling pest v2.7.10 |
1152 | 2024-08-19T15:14:38.318Z | Compiling hmac v0.12.1 |
1153 | 2024-08-19T15:14:38.342Z | Compiling cipher v0.4.4 |
1154 | 2024-08-19T15:14:38.496Z | Compiling sha2 v0.10.8 |
1155 | 2024-08-19T15:14:38.542Z | Compiling pbkdf2 v0.12.2 |
1156 | 2024-08-19T15:14:38.654Z | Compiling hashbrown v0.14.5 |
1157 | 2024-08-19T15:14:38.707Z | Compiling der v0.7.9 |
1158 | 2024-08-19T15:14:38.813Z | Compiling salsa20 v0.10.2 |
1159 | 2024-08-19T15:14:39.012Z | Compiling tracing-attributes v0.1.27 |
1160 | 2024-08-19T15:14:39.894Z | Compiling scroll_derive v0.12.0 |
1161 | 2024-08-19T15:14:40.532Z | Compiling pest_meta v2.7.10 |
1162 | 2024-08-19T15:14:40.735Z | Compiling spki v0.7.3 |
1163 | 2024-08-19T15:14:41.049Z | Compiling scroll v0.12.0 |
1164 | 2024-08-19T15:14:41.073Z | Compiling scrypt v0.11.0 |
1165 | 2024-08-19T15:14:41.096Z | Compiling cbc v0.1.2 |
1166 | 2024-08-19T15:14:41.282Z | Compiling aes v0.8.4 |
1167 | 2024-08-19T15:14:41.522Z | Compiling goblin v0.8.2 |
1168 | 2024-08-19T15:14:41.546Z | Compiling pest_generator v2.7.10 |
1169 | 2024-08-19T15:14:41.569Z | Compiling openssl-macros v0.1.1 |
1170 | 2024-08-19T15:14:42.159Z | Compiling tracing v0.1.40 |
1171 | 2024-08-19T15:14:42.192Z | Compiling pkcs5 v0.7.1 |
1172 | 2024-08-19T15:14:42.571Z | Compiling sct v0.7.1 |
1173 | 2024-08-19T15:14:42.634Z | Compiling rustls-webpki v0.101.7 |
1174 | 2024-08-19T15:14:42.861Z | Compiling pkcs8 v0.10.2 |
1175 | 2024-08-19T15:14:43.154Z | Compiling md-5 v0.10.6 |
1176 | 2024-08-19T15:14:43.202Z | Compiling regex-automata v0.4.6 |
1177 | 2024-08-19T15:14:43.422Z | Compiling num-integer v0.1.46 |
1178 | 2024-08-19T15:14:43.469Z | Compiling backtrace v0.3.71 |
1179 | 2024-08-19T15:14:43.863Z | Compiling idna v0.3.0 |
1180 | 2024-08-19T15:14:44.063Z | Compiling hash32 v0.2.1 |
1181 | 2024-08-19T15:14:44.196Z | Compiling signal-hook v0.3.17 |
1182 | 2024-08-19T15:14:44.392Z | Compiling gimli v0.28.1 |
1183 | 2024-08-19T15:14:44.436Z | Compiling fallible-iterator v0.2.0 |
1184 | 2024-08-19T15:14:44.681Z | Compiling pest_derive v2.7.10 |
1185 | 2024-08-19T15:14:45.068Z | Compiling smoltcp v0.9.1 |
1186 | 2024-08-19T15:14:45.144Z | Compiling stable_deref_trait v1.2.0 |
1187 | 2024-08-19T15:14:45.245Z | Compiling base64 v0.22.1 |
1188 | 2024-08-19T15:14:45.332Z | Compiling dtrace-parser v0.2.0 |
1189 | 2024-08-19T15:14:45.679Z | Compiling bytes v1.7.1 |
1190 | 2024-08-19T15:14:45.881Z | Compiling bitflags v2.6.0 |
1191 | 2024-08-19T15:14:46.281Z | Compiling indexmap v2.4.0 |
1192 | 2024-08-19T15:14:46.739Z | Compiling tokio v1.38.1 |
1193 | 2024-08-19T15:14:47.065Z | Compiling http v0.2.12 |
1194 | 2024-08-19T15:14:47.504Z | Compiling semver v1.0.23 |
1195 | 2024-08-19T15:14:48.158Z | Compiling rustc_version v0.4.0 |
1196 | 2024-08-19T15:14:48.534Z | Compiling http-body v0.4.6 |
1197 | 2024-08-19T15:14:48.816Z | Compiling heapless v0.7.17 |
1198 | 2024-08-19T15:14:48.920Z | Compiling dof v0.3.0 |
1199 | 2024-08-19T15:14:49.190Z | Compiling uuid v1.10.0 |
1200 | 2024-08-19T15:14:50.063Z | Compiling usdt-impl v0.5.0 |
1201 | 2024-08-19T15:14:50.402Z | Compiling chrono v0.4.38 |
1202 | 2024-08-19T15:14:50.703Z | Compiling serde_tokenstream v0.2.2 |
1203 | 2024-08-19T15:14:50.771Z | Compiling serde_spanned v0.6.7 |
1204 | 2024-08-19T15:14:50.871Z | Compiling toml_datetime v0.6.8 |
1205 | 2024-08-19T15:14:50.981Z | Compiling num-bigint-dig v0.8.4 |
1206 | 2024-08-19T15:14:51.234Z | Compiling psl-types v2.0.11 |
1207 | 2024-08-19T15:14:51.259Z | Compiling crc32fast v1.4.0 |
1208 | 2024-08-19T15:14:51.337Z | Compiling cfg_aliases v0.1.1 |
1209 | 2024-08-19T15:14:51.414Z | Compiling publicsuffix v2.2.3 |
1210 | 2024-08-19T15:14:51.439Z | Compiling nix v0.28.0 |
1211 | 2024-08-19T15:14:51.639Z | Compiling terminal_size v0.3.0 |
1212 | 2024-08-19T15:14:51.761Z | Compiling addr2line v0.21.0 |
1213 | 2024-08-19T15:14:51.811Z | Compiling postgres-protocol v0.6.7 |
1214 | 2024-08-19T15:14:52.169Z | Compiling num-iter v0.1.45 |
1215 | 2024-08-19T15:14:52.322Z | Compiling hubpack_derive v0.1.1 |
1216 | 2024-08-19T15:14:52.347Z | Compiling async-trait v0.1.81 |
1217 | 2024-08-19T15:14:52.407Z | Compiling zerocopy-derive v0.6.6 |
1218 | 2024-08-19T15:14:53.491Z | Compiling phf_shared v0.11.2 |
1219 | 2024-08-19T15:14:53.822Z | Compiling tokio-util v0.7.11 |
1220 | 2024-08-19T15:14:53.846Z | Compiling tokio-rustls v0.24.1 |
1221 | 2024-08-19T15:14:53.870Z | Compiling serde_derive_internals v0.29.1 |
1222 | 2024-08-19T15:14:53.920Z | Compiling ff v0.13.0 |
1223 | 2024-08-19T15:14:54.188Z | Compiling object v0.32.2 |
1224 | 2024-08-19T15:14:54.246Z | Compiling fs-err v2.11.0 |
1225 | 2024-08-19T15:14:54.469Z | Compiling tokio-native-tls v0.3.1 |
1226 | 2024-08-19T15:14:54.650Z | Compiling anyhow v1.0.86 |
1227 | 2024-08-19T15:14:54.688Z | Compiling bitflags v1.3.2 |
1228 | 2024-08-19T15:14:54.766Z | Compiling h2 v0.3.26 |
1229 | 2024-08-19T15:14:54.789Z | Compiling ipnet v2.9.0 |
1230 | 2024-08-19T15:14:55.050Z | Compiling matches v0.1.10 |
1231 | 2024-08-19T15:14:55.146Z | Compiling winnow v0.5.40 |
1232 | 2024-08-19T15:14:55.170Z | Compiling rustc-demangle v0.1.24 |
1233 | 2024-08-19T15:14:55.802Z | Compiling base16ct v0.2.0 |
1234 | 2024-08-19T15:14:55.952Z | Compiling base64 v0.21.7 |
1235 | 2024-08-19T15:14:56.087Z | Compiling either v1.13.0 |
1236 | 2024-08-19T15:14:56.197Z | Compiling regex-automata v0.1.10 |
1237 | 2024-08-19T15:14:56.287Z | Compiling schemars v0.8.21 |
1238 | 2024-08-19T15:14:56.451Z | Compiling managed v0.8.0 |
1239 | 2024-08-19T15:14:56.594Z | Compiling bstr v0.2.17 |
1240 | 2024-08-19T15:14:56.618Z | Compiling clap_builder v4.5.15 |
1241 | 2024-08-19T15:14:56.663Z | Compiling rustls-pemfile v1.0.4 |
1242 | 2024-08-19T15:14:57.046Z | Compiling schemars_derive v0.8.21 |
1243 | 2024-08-19T15:14:57.870Z | Compiling sec1 v0.7.3 |
1244 | 2024-08-19T15:14:58.271Z | Compiling toml_edit v0.19.15 |
1245 | 2024-08-19T15:14:58.580Z | Compiling idna v0.2.3 |
1246 | 2024-08-19T15:14:58.753Z | Compiling zerocopy v0.6.6 |
1247 | 2024-08-19T15:14:59.468Z | Compiling group v0.13.0 |
1248 | 2024-08-19T15:14:59.602Z | Compiling phf v0.11.2 |
1249 | 2024-08-19T15:14:59.890Z | Compiling cookie_store v0.20.0 |
1250 | 2024-08-19T15:14:59.943Z | Compiling hubpack v0.1.2 |
1251 | 2024-08-19T15:15:00.004Z | Compiling postgres-types v0.2.7 |
1252 | 2024-08-19T15:15:01.222Z | Compiling hyper v0.14.30 |
1253 | 2024-08-19T15:15:01.301Z | Compiling usdt-macro v0.5.0 |
1254 | 2024-08-19T15:15:01.576Z | Compiling usdt-attr-macro v0.5.0 |
1255 | 2024-08-19T15:15:02.512Z | Compiling regex v1.10.6 |
1256 | 2024-08-19T15:15:02.783Z | Compiling serde_urlencoded v0.7.1 |
1257 | 2024-08-19T15:15:02.943Z | Compiling pkcs1 v0.7.5 |
1258 | 2024-08-19T15:15:03.223Z | Compiling futures-executor v0.3.30 |
1259 | 2024-08-19T15:15:03.431Z | Compiling enum-as-inner v0.5.1 |
1260 | 2024-08-19T15:15:03.455Z | Compiling hkdf v0.12.4 |
1261 | 2024-08-19T15:15:03.670Z | Compiling signature v2.2.0 |
1262 | 2024-08-19T15:15:03.712Z | Compiling crypto-bigint v0.5.5 |
1263 | 2024-08-19T15:15:03.772Z | Compiling strum_macros v0.25.3 |
1264 | 2024-08-19T15:15:03.938Z | Compiling clap_derive v4.5.13 |
1265 | 2024-08-19T15:15:04.270Z | Compiling serde_repr v0.1.19 |
1266 | 2024-08-19T15:15:04.448Z | Compiling phf_shared v0.10.0 |
1267 | 2024-08-19T15:15:04.863Z | Compiling float-cmp v0.9.0 |
1268 | 2024-08-19T15:15:04.996Z | Compiling mio v1.0.2 |
1269 | 2024-08-19T15:15:05.054Z | Compiling encoding_rs v0.8.34 |
1270 | 2024-08-19T15:15:05.289Z | Compiling difflib v0.4.0 |
1271 | 2024-08-19T15:15:06.035Z | Compiling minimal-lexical v0.2.1 |
1272 | 2024-08-19T15:15:06.462Z | Compiling bit-vec v0.6.3 |
1273 | 2024-08-19T15:15:06.582Z | Compiling fixedbitset v0.4.2 |
1274 | 2024-08-19T15:15:06.861Z | Compiling unicode-segmentation v1.11.0 |
1275 | 2024-08-19T15:15:06.974Z | Compiling hyper-tls v0.5.0 |
1276 | 2024-08-19T15:15:06.998Z | Compiling hyper-rustls v0.24.2 |
1277 | 2024-08-19T15:15:07.288Z | Compiling whoami v1.5.1 |
1278 | 2024-08-19T15:15:07.312Z | Compiling webpki-roots v0.25.4 |
1279 | 2024-08-19T15:15:07.455Z | Compiling predicates-core v1.0.6 |
1280 | 2024-08-19T15:15:07.520Z | Compiling static_assertions v1.1.0 |
1281 | 2024-08-19T15:15:07.619Z | Compiling normalize-line-endings v0.3.0 |
1282 | 2024-08-19T15:15:07.746Z | Compiling sync_wrapper v0.1.2 |
1283 | 2024-08-19T15:15:07.832Z | Compiling new_debug_unreachable v1.0.6 |
1284 | 2024-08-19T15:15:07.866Z | Compiling mime v0.3.17 |
1285 | 2024-08-19T15:15:07.892Z | Compiling data-encoding v2.6.0 |
1286 | 2024-08-19T15:15:07.916Z | Compiling dyn-clone v1.0.17 |
1287 | 2024-08-19T15:15:07.940Z | Compiling precomputed-hash v0.1.1 |
1288 | 2024-08-19T15:15:08.110Z | Compiling string_cache v0.8.7 |
1289 | 2024-08-19T15:15:08.386Z | Compiling reqwest v0.11.27 |
1290 | 2024-08-19T15:15:08.454Z | Compiling console v0.15.8 |
1291 | 2024-08-19T15:15:08.520Z | Compiling trust-dns-proto v0.22.0 |
1292 | 2024-08-19T15:15:08.545Z | Compiling clap v4.5.15 |
1293 | 2024-08-19T15:15:08.650Z | Compiling predicates v3.1.2 |
1294 | 2024-08-19T15:15:09.441Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1295 | 2024-08-19T15:15:09.783Z | Compiling tokio-postgres v0.7.11 |
1296 | 2024-08-19T15:15:09.829Z | Compiling similar v2.5.0 |
1297 | 2024-08-19T15:15:10.092Z | Compiling petgraph v0.6.5 |
1298 | 2024-08-19T15:15:11.140Z | Compiling bit-set v0.5.3 |
1299 | 2024-08-19T15:15:11.388Z | Compiling toml_edit v0.22.20 |
1300 | 2024-08-19T15:15:11.923Z | Compiling nom v7.1.3 |
1301 | 2024-08-19T15:15:12.004Z | Compiling elliptic-curve v0.13.8 |
1302 | 2024-08-19T15:15:12.730Z | Compiling signal-hook-mio v0.2.4 |
1303 | 2024-08-19T15:15:12.888Z | Compiling usdt v0.5.0 |
1304 | 2024-08-19T15:15:13.337Z | Compiling rsa v0.9.6 |
1305 | 2024-08-19T15:15:13.366Z | Compiling futures v0.3.30 |
1306 | 2024-08-19T15:15:13.477Z | Compiling flate2 v1.0.31 |
1307 | 2024-08-19T15:15:14.341Z | Compiling toml v0.7.8 |
1308 | 2024-08-19T15:15:15.324Z | Compiling itertools v0.10.5 |
1309 | 2024-08-19T15:15:15.348Z | Compiling itertools v0.12.1 |
1310 | 2024-08-19T15:15:15.633Z | Compiling tokio-stream v0.1.15 |
1311 | 2024-08-19T15:15:15.787Z | Compiling bstr v1.9.1 |
1312 | 2024-08-19T15:15:16.451Z | Compiling openapiv3 v2.0.0 |
1313 | 2024-08-19T15:15:17.196Z | Compiling hex v0.4.3 |
1314 | 2024-08-19T15:15:17.399Z | Compiling sha1 v0.10.6 |
1315 | 2024-08-19T15:15:17.557Z | Compiling crossbeam-epoch v0.9.18 |
1316 | 2024-08-19T15:15:17.713Z | Compiling dirs-sys-next v0.1.2 |
1317 | 2024-08-19T15:15:17.773Z | Compiling peg-runtime v0.8.3 |
1318 | 2024-08-19T15:15:17.938Z | Compiling lalrpop-util v0.19.12 |
1319 | 2024-08-19T15:15:18.152Z | Compiling unicode-xid v0.2.4 |
1320 | 2024-08-19T15:15:18.230Z | Compiling dirs-next v2.0.0 |
1321 | 2024-08-19T15:15:18.253Z | Compiling thread_local v1.1.8 |
1322 | 2024-08-19T15:15:18.277Z | Compiling slog-async v2.8.0 |
1323 | 2024-08-19T15:15:18.309Z | Compiling xattr v1.3.1 |
1324 | 2024-08-19T15:15:18.346Z | Compiling crossbeam-channel v0.5.12 |
1325 | 2024-08-19T15:15:18.407Z | Compiling term v0.7.0 |
1326 | 2024-08-19T15:15:18.544Z | Compiling strum_macros v0.26.4 |
1327 | 2024-08-19T15:15:18.736Z | Compiling filetime v0.2.24 |
1328 | 2024-08-19T15:15:18.784Z | Compiling is-terminal v0.4.12 |
1329 | 2024-08-19T15:15:18.901Z | Compiling take_mut v0.2.2 |
1330 | 2024-08-19T15:15:19.040Z | Compiling tar v0.4.41 |
1331 | 2024-08-19T15:15:19.244Z | Compiling slog-term v2.9.1 |
1332 | 2024-08-19T15:15:19.725Z | Compiling camino v1.1.7 |
1333 | 2024-08-19T15:15:20.426Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1334 | 2024-08-19T15:15:21.611Z | Compiling strum v0.26.3 |
1335 | 2024-08-19T15:15:21.720Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1336 | 2024-08-19T15:15:28.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
1337 | 2024-08-19T15:15:28.522Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1338 | 2024-08-19T15:15:28.589Z | Aug 19 15:15:28.403 INFO Starting download, target: Cockroach |
1339 | 2024-08-19T15:15:28.589Z | Aug 19 15:15:28.404 INFO Starting download, target: Clickhouse |
1340 | 2024-08-19T15:15:28.589Z | Aug 19 15:15:28.404 INFO Starting download, target: Console |
1341 | 2024-08-19T15:15:28.589Z | Aug 19 15:15:28.404 INFO Starting download, target: DendriteOpenapi |
1342 | 2024-08-19T15:15:28.589Z | Aug 19 15:15:28.404 INFO Starting download, target: DendriteStub |
1343 | 2024-08-19T15:15:28.589Z | Aug 19 15:15:28.404 INFO Starting download, target: MaghemiteMgd |
1344 | 2024-08-19T15:15:28.612Z | Aug 19 15:15:28.404 INFO Starting download, target: TransceiverControl |
1345 | 2024-08-19T15:15:28.612Z | Aug 19 15:15:28.405 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1346 | 2024-08-19T15:15:28.612Z | Aug 19 15:15:28.405 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1347 | 2024-08-19T15:15:28.613Z | Aug 19 15:15:28.405 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1348 | 2024-08-19T15:15:28.613Z | Aug 19 15:15:28.405 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1349 | 2024-08-19T15:15:28.613Z | Aug 19 15:15:28.405 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1350 | 2024-08-19T15:15:28.613Z | Aug 19 15:15:28.405 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1351 | 2024-08-19T15:15:28.613Z | Aug 19 15:15:28.405 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1352 | 2024-08-19T15:15:28.969Z | Aug 19 15:15:28.783 INFO Download complete, target: DendriteOpenapi |
1353 | 2024-08-19T15:15:29.044Z | Aug 19 15:15:28.858 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1354 | 2024-08-19T15:15:29.404Z | Aug 19 15:15:29.219 INFO Download complete, target: Console |
1355 | 2024-08-19T15:15:30.267Z | Aug 19 15:15:30.082 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1356 | 2024-08-19T15:15:30.654Z | Aug 19 15:15:30.469 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1357 | 2024-08-19T15:15:30.972Z | Aug 19 15:15:30.787 INFO Download complete, target: TransceiverControl |
1358 | 2024-08-19T15:15:31.171Z | Aug 19 15:15:30.986 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1359 | 2024-08-19T15:15:34.120Z | Aug 19 15:15:33.932 INFO Download complete, target: MaghemiteMgd |
1360 | 2024-08-19T15:15:34.508Z | Aug 19 15:15:34.323 INFO Download complete, target: DendriteStub |
1361 | 2024-08-19T15:15:38.464Z | Aug 19 15:15:38.277 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1362 | 2024-08-19T15:15:38.464Z | Aug 19 15:15:38.278 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1363 | 2024-08-19T15:15:42.206Z | Aug 19 15:15:42.021 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1364 | 2024-08-19T15:15:47.654Z | Aug 19 15:15:47.468 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1365 | 2024-08-19T15:15:48.113Z | Aug 19 15:15:47.928 INFO Checking that binary works, target: Cockroach |
1366 | 2024-08-19T15:15:48.394Z | Aug 19 15:15:48.209 INFO Download complete, target: Cockroach |
1367 | 2024-08-19T15:15:58.311Z | Aug 19 15:15:58.126 INFO Checking that binary works, target: Clickhouse |
1368 | 2024-08-19T15:15:58.500Z | Aug 19 15:15:58.315 INFO Download complete, target: Clickhouse |
1369 | 2024-08-19T15:15:58.526Z | All builder prerequisites installed successfully, and PATH looks valid |
1370 | 2024-08-19T15:15:58.550Z | |
1371 | 2024-08-19T15:15:58.550Z | real 3:45.010076613 |
1372 | 2024-08-19T15:15:58.550Z | user 9:53.532754945 |
1373 | 2024-08-19T15:15:58.550Z | sys 2:22.842874341 |
1374 | 2024-08-19T15:15:58.550Z | trap 0.323689728 |
1375 | 2024-08-19T15:15:58.550Z | tflt 0.413095242 |
1376 | 2024-08-19T15:15:58.550Z | dflt 1.676266667 |
1377 | 2024-08-19T15:15:58.550Z | kflt 0.007462386 |
1378 | 2024-08-19T15:15:58.550Z | lock 21:44.776420908 |
1379 | 2024-08-19T15:15:58.550Z | slp 37:28.324745758 |
1380 | 2024-08-19T15:15:58.550Z | lat 45.007364394 |
1381 | 2024-08-19T15:15:58.550Z | stop 1:48.326020853 |
1382 | 2024-08-19T15:15:58.550Z | + banner hack-check |
1383 | 2024-08-19T15:15:58.550Z | |
1384 | 2024-08-19T15:15:58.550Z | # # ## #### # # #### # # ###### #### # # |
1385 | 2024-08-19T15:15:58.550Z | # # # # # # # # # # # # # # # # # |
1386 | 2024-08-19T15:15:58.550Z | ###### # # # #### ##### # ###### ##### # #### |
1387 | 2024-08-19T15:15:58.550Z | # # ###### # # # # # # # # # # |
1388 | 2024-08-19T15:15:58.550Z | # # # # # # # # # # # # # # # # # |
1389 | 2024-08-19T15:15:58.550Z | # # # # #### # # #### # # ###### #### # # |
1390 | 2024-08-19T15:15:58.550Z | |
1391 | 2024-08-19T15:15:58.550Z | + export CARGO_INCREMENTAL=0 |
1392 | 2024-08-19T15:15:58.550Z | + CARGO_INCREMENTAL=0 |
1393 | 2024-08-19T15:15:58.550Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1394 | 2024-08-19T15:15:59.345Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1395 | 2024-08-19T15:16:04.106Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s |
1396 | 2024-08-19T15:16:04.154Z | Running `target/debug/xtask check-features --ci` |
1397 | 2024-08-19T15:16:04.184Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1398 | 2024-08-19T15:16:04.184Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1399 | 2024-08-19T15:16:04.945Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1400 | 2024-08-19T15:16:04.969Z | Running `target/debug/xtask download cargo-hack` |
1401 | 2024-08-19T15:16:06.199Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1402 | 2024-08-19T15:16:06.571Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1403 | 2024-08-19T15:16:12.674Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.67s |
1404 | 2024-08-19T15:16:12.775Z | Running `target/debug/xtask-downloader cargo-hack` |
1405 | 2024-08-19T15:16:12.817Z | Aug 19 15:16:12.632 INFO Starting download, target: CargoHack |
1406 | 2024-08-19T15:16:12.841Z | Aug 19 15:16:12.633 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1407 | 2024-08-19T15:16:13.452Z | Aug 19 15:16:13.267 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1408 | 2024-08-19T15:16:13.566Z | Aug 19 15:16:13.381 INFO Download complete, target: CargoHack |
1409 | 2024-08-19T15:16:13.590Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "hack" "check" "--exclude-features" "image-trampoline,image-standard" "--workspace" "--bins" "--feature-powerset" "--no-dev-deps" |
1410 | 2024-08-19T15:16:13.613Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1411 | 2024-08-19T15:16:13.797Z | info: running `cargo check --bins` on api_identity (1/150) |
1412 | 2024-08-19T15:16:14.504Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1413 | 2024-08-19T15:16:14.527Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1414 | 2024-08-19T15:16:14.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1415 | 2024-08-19T15:16:14.527Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1416 | 2024-08-19T15:16:14.579Z | |
1417 | 2024-08-19T15:16:14.579Z | info: running `cargo check --bins` on bootstore (2/150) |
1418 | 2024-08-19T15:16:15.333Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1419 | 2024-08-19T15:16:15.356Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1420 | 2024-08-19T15:16:15.356Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1421 | 2024-08-19T15:16:15.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1422 | 2024-08-19T15:16:15.419Z | |
1423 | 2024-08-19T15:16:15.419Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/150) |
1424 | 2024-08-19T15:16:16.162Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1425 | 2024-08-19T15:16:16.186Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1426 | 2024-08-19T15:16:16.186Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1427 | 2024-08-19T15:16:16.186Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1428 | 2024-08-19T15:16:16.247Z | |
1429 | 2024-08-19T15:16:16.247Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/150) |
1430 | 2024-08-19T15:16:16.974Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1431 | 2024-08-19T15:16:16.998Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1432 | 2024-08-19T15:16:16.998Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1433 | 2024-08-19T15:16:16.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
1434 | 2024-08-19T15:16:17.057Z | |
1435 | 2024-08-19T15:16:17.057Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/150) |
1436 | 2024-08-19T15:16:17.632Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1437 | 2024-08-19T15:16:17.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1438 | 2024-08-19T15:16:17.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1439 | 2024-08-19T15:16:17.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1440 | 2024-08-19T15:16:17.687Z | |
1441 | 2024-08-19T15:16:17.687Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/150) |
1442 | 2024-08-19T15:16:18.249Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1443 | 2024-08-19T15:16:18.273Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1444 | 2024-08-19T15:16:18.273Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1445 | 2024-08-19T15:16:18.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1446 | 2024-08-19T15:16:18.300Z | |
1447 | 2024-08-19T15:16:18.300Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/150) |
1448 | 2024-08-19T15:16:18.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1449 | 2024-08-19T15:16:18.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1450 | 2024-08-19T15:16:18.896Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1451 | 2024-08-19T15:16:18.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1452 | 2024-08-19T15:16:18.927Z | |
1453 | 2024-08-19T15:16:18.927Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/150) |
1454 | 2024-08-19T15:16:19.509Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1455 | 2024-08-19T15:16:19.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1456 | 2024-08-19T15:16:19.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1457 | 2024-08-19T15:16:19.534Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1458 | 2024-08-19T15:16:19.566Z | |
1459 | 2024-08-19T15:16:19.566Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/150) |
1460 | 2024-08-19T15:16:20.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1461 | 2024-08-19T15:16:20.152Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1462 | 2024-08-19T15:16:20.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1463 | 2024-08-19T15:16:20.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1464 | 2024-08-19T15:16:20.180Z | |
1465 | 2024-08-19T15:16:20.180Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/150) |
1466 | 2024-08-19T15:16:20.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1467 | 2024-08-19T15:16:20.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1468 | 2024-08-19T15:16:20.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1469 | 2024-08-19T15:16:20.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1470 | 2024-08-19T15:16:20.797Z | |
1471 | 2024-08-19T15:16:20.797Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/150) |
1472 | 2024-08-19T15:16:21.354Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1473 | 2024-08-19T15:16:21.377Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1474 | 2024-08-19T15:16:21.377Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1475 | 2024-08-19T15:16:21.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1476 | 2024-08-19T15:16:21.404Z | |
1477 | 2024-08-19T15:16:21.404Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/150) |
1478 | 2024-08-19T15:16:21.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1479 | 2024-08-19T15:16:21.984Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1480 | 2024-08-19T15:16:21.984Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1481 | 2024-08-19T15:16:21.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1482 | 2024-08-19T15:16:22.016Z | |
1483 | 2024-08-19T15:16:22.016Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/150) |
1484 | 2024-08-19T15:16:22.588Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1485 | 2024-08-19T15:16:22.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1486 | 2024-08-19T15:16:22.611Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1487 | 2024-08-19T15:16:22.611Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1488 | 2024-08-19T15:16:22.647Z | |
1489 | 2024-08-19T15:16:22.647Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/150) |
1490 | 2024-08-19T15:16:23.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1491 | 2024-08-19T15:16:23.242Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1492 | 2024-08-19T15:16:23.242Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1493 | 2024-08-19T15:16:23.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1494 | 2024-08-19T15:16:23.268Z | |
1495 | 2024-08-19T15:16:23.268Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/150) |
1496 | 2024-08-19T15:16:23.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1497 | 2024-08-19T15:16:23.849Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1498 | 2024-08-19T15:16:23.849Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1499 | 2024-08-19T15:16:23.849Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1500 | 2024-08-19T15:16:23.876Z | |
1501 | 2024-08-19T15:16:23.877Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/150) |
1502 | 2024-08-19T15:16:24.423Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1503 | 2024-08-19T15:16:24.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1504 | 2024-08-19T15:16:24.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1505 | 2024-08-19T15:16:24.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1506 | 2024-08-19T15:16:24.473Z | |
1507 | 2024-08-19T15:16:24.473Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/150) |
1508 | 2024-08-19T15:16:25.053Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1509 | 2024-08-19T15:16:25.077Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1510 | 2024-08-19T15:16:25.077Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1511 | 2024-08-19T15:16:25.077Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1512 | 2024-08-19T15:16:25.109Z | |
1513 | 2024-08-19T15:16:25.109Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/150) |
1514 | 2024-08-19T15:16:25.656Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1515 | 2024-08-19T15:16:25.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1516 | 2024-08-19T15:16:25.680Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1517 | 2024-08-19T15:16:25.680Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1518 | 2024-08-19T15:16:25.707Z | |
1519 | 2024-08-19T15:16:25.707Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/150) |
1520 | 2024-08-19T15:16:26.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1521 | 2024-08-19T15:16:26.284Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1522 | 2024-08-19T15:16:26.284Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1523 | 2024-08-19T15:16:26.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1524 | 2024-08-19T15:16:26.312Z | |
1525 | 2024-08-19T15:16:26.312Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/150) |
1526 | 2024-08-19T15:16:26.862Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1527 | 2024-08-19T15:16:26.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1528 | 2024-08-19T15:16:26.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1529 | 2024-08-19T15:16:26.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1530 | 2024-08-19T15:16:26.918Z | |
1531 | 2024-08-19T15:16:26.918Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/150) |
1532 | 2024-08-19T15:16:27.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1533 | 2024-08-19T15:16:27.516Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1534 | 2024-08-19T15:16:27.516Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1535 | 2024-08-19T15:16:27.516Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1536 | 2024-08-19T15:16:27.545Z | |
1537 | 2024-08-19T15:16:27.545Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/150) |
1538 | 2024-08-19T15:16:28.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1539 | 2024-08-19T15:16:28.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1540 | 2024-08-19T15:16:28.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1541 | 2024-08-19T15:16:28.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1542 | 2024-08-19T15:16:28.182Z | |
1543 | 2024-08-19T15:16:28.182Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/150) |
1544 | 2024-08-19T15:16:28.751Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1545 | 2024-08-19T15:16:28.774Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1546 | 2024-08-19T15:16:28.774Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1547 | 2024-08-19T15:16:28.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1548 | 2024-08-19T15:16:28.805Z | |
1549 | 2024-08-19T15:16:28.805Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/150) |
1550 | 2024-08-19T15:16:29.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1551 | 2024-08-19T15:16:29.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1552 | 2024-08-19T15:16:29.383Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1553 | 2024-08-19T15:16:29.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1554 | 2024-08-19T15:16:29.409Z | |
1555 | 2024-08-19T15:16:29.409Z | info: running `cargo check --bins` on sled-hardware-types (25/150) |
1556 | 2024-08-19T15:16:30.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1557 | 2024-08-19T15:16:30.179Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1558 | 2024-08-19T15:16:30.179Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1559 | 2024-08-19T15:16:30.179Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1560 | 2024-08-19T15:16:30.246Z | |
1561 | 2024-08-19T15:16:30.247Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/150) |
1562 | 2024-08-19T15:16:30.986Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1563 | 2024-08-19T15:16:31.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1564 | 2024-08-19T15:16:31.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1565 | 2024-08-19T15:16:31.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1566 | 2024-08-19T15:16:31.073Z | |
1567 | 2024-08-19T15:16:31.073Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/150) |
1568 | 2024-08-19T15:16:31.813Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1569 | 2024-08-19T15:16:31.836Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1570 | 2024-08-19T15:16:31.836Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1571 | 2024-08-19T15:16:31.836Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1572 | 2024-08-19T15:16:31.899Z | |
1573 | 2024-08-19T15:16:31.899Z | info: running `cargo check --bins` on oxlog (28/150) |
1574 | 2024-08-19T15:16:32.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1575 | 2024-08-19T15:16:32.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1576 | 2024-08-19T15:16:32.729Z | Checking cfg-if v1.0.0 |
1577 | 2024-08-19T15:16:32.754Z | Checking libc v0.2.155 |
1578 | 2024-08-19T15:16:32.778Z | Checking serde v1.0.207 |
1579 | 2024-08-19T15:16:32.778Z | Checking memchr v2.7.2 |
1580 | 2024-08-19T15:16:32.778Z | Checking zeroize v1.7.0 |
1581 | 2024-08-19T15:16:32.778Z | Checking scopeguard v1.2.0 |
1582 | 2024-08-19T15:16:32.827Z | Checking typenum v1.17.0 |
1583 | 2024-08-19T15:16:32.850Z | Checking byteorder v1.5.0 |
1584 | 2024-08-19T15:16:32.875Z | Checking log v0.4.21 |
1585 | 2024-08-19T15:16:32.916Z | Checking lock_api v0.4.12 |
1586 | 2024-08-19T15:16:33.055Z | Checking subtle v2.5.0 |
1587 | 2024-08-19T15:16:33.122Z | Checking once_cell v1.19.0 |
1588 | 2024-08-19T15:16:33.210Z | Checking const-oid v0.9.6 |
1589 | 2024-08-19T15:16:33.279Z | Checking itoa v1.0.11 |
1590 | 2024-08-19T15:16:33.303Z | Checking pin-project-lite v0.2.14 |
1591 | 2024-08-19T15:16:33.385Z | Checking smallvec v1.13.2 |
1592 | 2024-08-19T15:16:33.409Z | Checking spin v0.9.8 |
1593 | 2024-08-19T15:16:33.459Z | Checking zerocopy v0.7.34 |
1594 | 2024-08-19T15:16:33.544Z | Checking tinyvec_macros v0.1.1 |
1595 | 2024-08-19T15:16:33.620Z | Checking tinyvec v1.6.0 |
1596 | 2024-08-19T15:16:33.698Z | Checking futures-core v0.3.30 |
1597 | 2024-08-19T15:16:33.721Z | Checking getrandom v0.2.14 |
1598 | 2024-08-19T15:16:33.721Z | Checking signal-hook-registry v1.4.2 |
1599 | 2024-08-19T15:16:33.863Z | Checking parking_lot_core v0.9.10 |
1600 | 2024-08-19T15:16:33.887Z | Checking generic-array v0.14.7 |
1601 | 2024-08-19T15:16:33.934Z | Checking mio v0.8.11 |
1602 | 2024-08-19T15:16:33.957Z | Checking rand_core v0.6.4 |
1603 | 2024-08-19T15:16:34.151Z | Checking parking_lot v0.12.2 |
1604 | 2024-08-19T15:16:34.228Z | Checking socket2 v0.5.7 |
1605 | 2024-08-19T15:16:34.444Z | Checking num_cpus v1.16.0 |
1606 | 2024-08-19T15:16:34.467Z | Checking cpufeatures v0.2.12 |
1607 | 2024-08-19T15:16:34.548Z | Checking allocator-api2 v0.2.18 |
1608 | 2024-08-19T15:16:34.571Z | Checking futures-sink v0.3.30 |
1609 | 2024-08-19T15:16:34.594Z | Checking unicode-bidi v0.3.15 |
1610 | 2024-08-19T15:16:34.639Z | Checking libm v0.2.8 |
1611 | 2024-08-19T15:16:34.663Z | Checking ahash v0.8.11 |
1612 | 2024-08-19T15:16:34.700Z | Checking equivalent v1.0.1 |
1613 | 2024-08-19T15:16:34.723Z | Checking unicode-normalization v0.1.23 |
1614 | 2024-08-19T15:16:34.782Z | Checking crypto-common v0.1.6 |
1615 | 2024-08-19T15:16:34.805Z | Checking block-buffer v0.10.4 |
1616 | 2024-08-19T15:16:34.935Z | Checking block-padding v0.3.3 |
1617 | 2024-08-19T15:16:34.983Z | Checking digest v0.10.7 |
1618 | 2024-08-19T15:16:35.103Z | Checking ryu v1.0.18 |
1619 | 2024-08-19T15:16:35.147Z | Checking inout v0.1.3 |
1620 | 2024-08-19T15:16:35.147Z | Checking futures-channel v0.3.30 |
1621 | 2024-08-19T15:16:35.202Z | Checking hashbrown v0.14.5 |
1622 | 2024-08-19T15:16:35.318Z | Checking slab v0.4.9 |
1623 | 2024-08-19T15:16:35.364Z | Checking hmac v0.12.1 |
1624 | 2024-08-19T15:16:35.364Z | Checking cipher v0.4.4 |
1625 | 2024-08-19T15:16:35.406Z | Checking num-traits v0.2.19 |
1626 | 2024-08-19T15:16:35.433Z | Checking sha2 v0.10.8 |
1627 | 2024-08-19T15:16:35.459Z | Checking futures-task v0.3.30 |
1628 | 2024-08-19T15:16:35.510Z | Checking pin-utils v0.1.0 |
1629 | 2024-08-19T15:16:35.545Z | Checking futures-io v0.3.30 |
1630 | 2024-08-19T15:16:35.594Z | Checking base64ct v1.6.0 |
1631 | 2024-08-19T15:16:35.650Z | Checking percent-encoding v2.3.1 |
1632 | 2024-08-19T15:16:35.678Z | Checking flagset v0.4.5 |
1633 | 2024-08-19T15:16:35.705Z | Checking futures-util v0.3.30 |
1634 | 2024-08-19T15:16:35.827Z | Checking ppv-lite86 v0.2.17 |
1635 | 2024-08-19T15:16:35.851Z | Checking salsa20 v0.10.2 |
1636 | 2024-08-19T15:16:35.895Z | Checking pbkdf2 v0.12.2 |
1637 | 2024-08-19T15:16:35.971Z | Checking pem-rfc7468 v0.7.0 |
1638 | 2024-08-19T15:16:36.036Z | Checking tracing-core v0.1.32 |
1639 | 2024-08-19T15:16:36.060Z | Checking untrusted v0.9.0 |
1640 | 2024-08-19T15:16:36.145Z | Checking fnv v1.0.7 |
1641 | 2024-08-19T15:16:36.189Z | Checking ring v0.17.8 |
1642 | 2024-08-19T15:16:36.213Z | Checking der v0.7.9 |
1643 | 2024-08-19T15:16:36.250Z | Checking scrypt v0.11.0 |
1644 | 2024-08-19T15:16:36.396Z | Checking rand_chacha v0.3.1 |
1645 | 2024-08-19T15:16:36.438Z | Checking cbc v0.1.2 |
1646 | 2024-08-19T15:16:36.612Z | Checking aes v0.8.4 |
1647 | 2024-08-19T15:16:36.636Z | Checking tracing v0.1.40 |
1648 | 2024-08-19T15:16:36.719Z | Checking rand v0.8.5 |
1649 | 2024-08-19T15:16:36.807Z | Checking lazy_static v1.5.0 |
1650 | 2024-08-19T15:16:36.877Z | Checking bytes v1.7.1 |
1651 | 2024-08-19T15:16:36.920Z | Checking bitflags v2.6.0 |
1652 | 2024-08-19T15:16:36.943Z | Checking indexmap v2.4.0 |
1653 | 2024-08-19T15:16:37.173Z | Checking serde_json v1.0.125 |
1654 | 2024-08-19T15:16:37.311Z | Checking thiserror v1.0.63 |
1655 | 2024-08-19T15:16:37.426Z | Checking foreign-types-shared v0.1.1 |
1656 | 2024-08-19T15:16:37.518Z | Checking foreign-types v0.3.2 |
1657 | 2024-08-19T15:16:37.541Z | Checking tokio v1.38.1 |
1658 | 2024-08-19T15:16:37.615Z | Checking http v0.2.12 |
1659 | 2024-08-19T15:16:37.740Z | Checking form_urlencoded v1.2.1 |
1660 | 2024-08-19T15:16:37.764Z | Checking openssl-sys v0.9.103 |
1661 | 2024-08-19T15:16:37.820Z | Checking spki v0.7.3 |
1662 | 2024-08-19T15:16:37.922Z | Checking try-lock v0.2.5 |
1663 | 2024-08-19T15:16:38.016Z | Checking unicode-ident v1.0.12 |
1664 | 2024-08-19T15:16:38.041Z | Checking siphasher v0.3.11 |
1665 | 2024-08-19T15:16:38.071Z | Checking pkcs5 v0.7.1 |
1666 | 2024-08-19T15:16:38.185Z | Checking powerfmt v0.2.0 |
1667 | 2024-08-19T15:16:38.324Z | Checking proc-macro2 v1.0.86 |
1668 | 2024-08-19T15:16:38.411Z | Checking deranged v0.3.11 |
1669 | 2024-08-19T15:16:38.540Z | Checking pkcs8 v0.10.2 |
1670 | 2024-08-19T15:16:38.604Z | Checking want v0.3.1 |
1671 | 2024-08-19T15:16:38.774Z | Checking rustls-webpki v0.101.7 |
1672 | 2024-08-19T15:16:38.798Z | Checking http-body v0.4.6 |
1673 | 2024-08-19T15:16:38.822Z | Checking sct v0.7.1 |
1674 | 2024-08-19T15:16:38.846Z | Checking openssl v0.10.66 |
1675 | 2024-08-19T15:16:38.913Z | Checking uuid v1.10.0 |
1676 | 2024-08-19T15:16:38.978Z | Checking idna v0.5.0 |
1677 | 2024-08-19T15:16:39.151Z | Checking httparse v1.8.0 |
1678 | 2024-08-19T15:16:39.395Z | Checking errno v0.3.9 |
1679 | 2024-08-19T15:16:39.421Z | Checking socket2 v0.4.10 |
1680 | 2024-08-19T15:16:39.512Z | Checking scroll v0.12.0 |
1681 | 2024-08-19T15:16:39.540Z | Checking aho-corasick v1.1.3 |
1682 | 2024-08-19T15:16:39.637Z | Checking num-conv v0.1.0 |
1683 | 2024-08-19T15:16:39.805Z | Checking iana-time-zone v0.1.60 |
1684 | 2024-08-19T15:16:39.858Z | Checking num_threads v0.1.7 |
1685 | 2024-08-19T15:16:39.882Z | Checking openssl-probe v0.1.5 |
1686 | 2024-08-19T15:16:39.924Z | Checking utf8parse v0.2.1 |
1687 | 2024-08-19T15:16:39.948Z | Checking anstyle v1.0.8 |
1688 | 2024-08-19T15:16:39.972Z | Checking plain v0.2.3 |
1689 | 2024-08-19T15:16:40.010Z | Checking regex-syntax v0.8.4 |
1690 | 2024-08-19T15:16:40.059Z | Checking ucd-trie v0.1.6 |
1691 | 2024-08-19T15:16:40.083Z | Checking httpdate v1.0.3 |
1692 | 2024-08-19T15:16:40.107Z | Checking time-core v0.1.2 |
1693 | 2024-08-19T15:16:40.238Z | Checking adler v1.0.2 |
1694 | 2024-08-19T15:16:40.238Z | Checking tower-service v0.3.2 |
1695 | 2024-08-19T15:16:40.266Z | Checking finl_unicode v1.2.0 |
1696 | 2024-08-19T15:16:40.291Z | Checking time v0.3.36 |
1697 | 2024-08-19T15:16:40.367Z | Checking pest v2.7.10 |
1698 | 2024-08-19T15:16:40.391Z | Checking miniz_oxide v0.7.2 |
1699 | 2024-08-19T15:16:40.740Z | Checking stringprep v0.1.4 |
1700 | 2024-08-19T15:16:40.900Z | Checking goblin v0.8.2 |
1701 | 2024-08-19T15:16:40.978Z | Checking anstyle-parse v0.2.4 |
1702 | 2024-08-19T15:16:41.010Z | Checking chrono v0.4.38 |
1703 | 2024-08-19T15:16:41.257Z | Checking url v2.5.2 |
1704 | 2024-08-19T15:16:41.999Z | Checking rustix v0.38.34 |
1705 | 2024-08-19T15:16:42.475Z | Checking rustls v0.21.12 |
1706 | 2024-08-19T15:16:42.577Z | Checking quote v1.0.36 |
1707 | 2024-08-19T15:16:42.722Z | Checking regex-automata v0.4.6 |
1708 | 2024-08-19T15:16:42.901Z | Checking serde_spanned v0.6.7 |
1709 | 2024-08-19T15:16:42.924Z | Checking toml_datetime v0.6.8 |
1710 | 2024-08-19T15:16:43.087Z | Checking num-integer v0.1.46 |
1711 | 2024-08-19T15:16:43.227Z | Checking idna v0.3.0 |
1712 | 2024-08-19T15:16:43.544Z | Checking md-5 v0.10.6 |
1713 | 2024-08-19T15:16:43.570Z | Checking native-tls v0.2.11 |
1714 | 2024-08-19T15:16:43.759Z | Checking hash32 v0.2.1 |
1715 | 2024-08-19T15:16:43.876Z | Checking base64 v0.22.1 |
1716 | 2024-08-19T15:16:43.899Z | Checking is_terminal_polyfill v1.70.0 |
1717 | 2024-08-19T15:16:43.935Z | Checking tokio-util v0.7.11 |
1718 | 2024-08-19T15:16:43.958Z | Checking psl-types v2.0.11 |
1719 | 2024-08-19T15:16:44.018Z | Checking gimli v0.28.1 |
1720 | 2024-08-19T15:16:44.050Z | Checking colorchoice v1.0.1 |
1721 | 2024-08-19T15:16:44.117Z | Checking stable_deref_trait v1.2.0 |
1722 | 2024-08-19T15:16:44.185Z | Checking anstyle-query v1.0.3 |
1723 | 2024-08-19T15:16:44.216Z | Checking pretty-hex v0.4.1 |
1724 | 2024-08-19T15:16:44.311Z | Checking fallible-iterator v0.2.0 |
1725 | 2024-08-19T15:16:44.338Z | Checking anstream v0.6.14 |
1726 | 2024-08-19T15:16:44.381Z | Checking heapless v0.7.17 |
1727 | 2024-08-19T15:16:44.667Z | Checking publicsuffix v2.2.3 |
1728 | 2024-08-19T15:16:44.739Z | Checking h2 v0.3.26 |
1729 | 2024-08-19T15:16:44.853Z | Checking postgres-protocol v0.6.7 |
1730 | 2024-08-19T15:16:44.894Z | Checking tokio-native-tls v0.3.1 |
1731 | 2024-08-19T15:16:45.120Z | Checking terminal_size v0.3.0 |
1732 | 2024-08-19T15:16:45.267Z | Checking num-iter v0.1.45 |
1733 | 2024-08-19T15:16:45.318Z | Checking syn v2.0.74 |
1734 | 2024-08-19T15:16:45.342Z | Checking dof v0.3.0 |
1735 | 2024-08-19T15:16:45.365Z | Checking tokio-rustls v0.24.1 |
1736 | 2024-08-19T15:16:45.421Z | Checking dtrace-parser v0.2.0 |
1737 | 2024-08-19T15:16:45.444Z | Checking cookie v0.17.0 |
1738 | 2024-08-19T15:16:45.672Z | Checking phf_shared v0.11.2 |
1739 | 2024-08-19T15:16:45.820Z | Checking ff v0.13.0 |
1740 | 2024-08-19T15:16:45.846Z | Checking thread-id v4.2.1 |
1741 | 2024-08-19T15:16:45.870Z | Checking object v0.32.2 |
1742 | 2024-08-19T15:16:45.920Z | Checking clap_lex v0.7.0 |
1743 | 2024-08-19T15:16:45.948Z | Checking either v1.13.0 |
1744 | 2024-08-19T15:16:46.015Z | Checking winnow v0.5.40 |
1745 | 2024-08-19T15:16:46.131Z | Checking base64 v0.21.7 |
1746 | 2024-08-19T15:16:46.257Z | Checking base16ct v0.2.0 |
1747 | 2024-08-19T15:16:46.423Z | Checking regex-automata v0.1.10 |
1748 | 2024-08-19T15:16:46.525Z | Checking bitflags v1.3.2 |
1749 | 2024-08-19T15:16:46.612Z | Checking ipnet v2.9.0 |
1750 | 2024-08-19T15:16:46.745Z | Checking managed v0.8.0 |
1751 | 2024-08-19T15:16:46.769Z | Checking matches v0.1.10 |
1752 | 2024-08-19T15:16:46.844Z | Checking strsim v0.11.1 |
1753 | 2024-08-19T15:16:47.008Z | Checking rustc-demangle v0.1.24 |
1754 | 2024-08-19T15:16:47.075Z | Checking smoltcp v0.9.1 |
1755 | 2024-08-19T15:16:47.101Z | Checking clap_builder v4.5.15 |
1756 | 2024-08-19T15:16:47.239Z | Checking addr2line v0.21.0 |
1757 | 2024-08-19T15:16:47.376Z | Checking idna v0.2.3 |
1758 | 2024-08-19T15:16:47.673Z | Checking bstr v0.2.17 |
1759 | 2024-08-19T15:16:48.022Z | Checking regex v1.10.6 |
1760 | 2024-08-19T15:16:48.332Z | Checking rustls-pemfile v1.0.4 |
1761 | 2024-08-19T15:16:48.381Z | Checking sec1 v0.7.3 |
1762 | 2024-08-19T15:16:48.495Z | Checking group v0.13.0 |
1763 | 2024-08-19T15:16:48.551Z | Checking phf v0.11.2 |
1764 | 2024-08-19T15:16:48.575Z | Checking toml_edit v0.19.15 |
1765 | 2024-08-19T15:16:48.700Z | Checking cookie_store v0.20.0 |
1766 | 2024-08-19T15:16:48.726Z | Checking num-bigint-dig v0.8.4 |
1767 | 2024-08-19T15:16:48.786Z | Checking postgres-types v0.2.7 |
1768 | 2024-08-19T15:16:49.216Z | Checking futures-executor v0.3.30 |
1769 | 2024-08-19T15:16:49.365Z | Checking pkcs1 v0.7.5 |
1770 | 2024-08-19T15:16:49.410Z | Checking phf_shared v0.10.0 |
1771 | 2024-08-19T15:16:49.641Z | Checking serde_urlencoded v0.7.1 |
1772 | 2024-08-19T15:16:49.664Z | Checking zerocopy v0.6.6 |
1773 | 2024-08-19T15:16:49.702Z | Checking hubpack v0.1.2 |
1774 | 2024-08-19T15:16:49.923Z | Checking hyper v0.14.30 |
1775 | 2024-08-19T15:16:49.969Z | Checking float-cmp v0.9.0 |
1776 | 2024-08-19T15:16:50.007Z | Checking crc32fast v1.4.0 |
1777 | 2024-08-19T15:16:50.124Z | Checking signal-hook v0.3.17 |
1778 | 2024-08-19T15:16:50.223Z | Checking crossbeam-utils v0.8.19 |
1779 | 2024-08-19T15:16:50.286Z | Checking hkdf v0.12.4 |
1780 | 2024-08-19T15:16:50.422Z | Checking signature v2.2.0 |
1781 | 2024-08-19T15:16:50.475Z | Checking crypto-bigint v0.5.5 |
1782 | 2024-08-19T15:16:50.499Z | Checking memmap v0.7.0 |
1783 | 2024-08-19T15:16:50.594Z | Checking mio v1.0.2 |
1784 | 2024-08-19T15:16:50.645Z | Checking encoding_rs v0.8.34 |
1785 | 2024-08-19T15:16:50.673Z | Checking dyn-clone v1.0.17 |
1786 | 2024-08-19T15:16:50.717Z | Checking usdt-impl v0.5.0 |
1787 | 2024-08-19T15:16:50.803Z | Checking winnow v0.6.18 |
1788 | 2024-08-19T15:16:50.831Z | Checking precomputed-hash v0.1.1 |
1789 | 2024-08-19T15:16:50.920Z | Checking webpki-roots v0.25.4 |
1790 | 2024-08-19T15:16:50.944Z | Checking backtrace v0.3.71 |
1791 | 2024-08-19T15:16:51.055Z | Checking normalize-line-endings v0.3.0 |
1792 | 2024-08-19T15:16:51.104Z | Checking predicates-core v1.0.6 |
1793 | 2024-08-19T15:16:51.162Z | Checking static_assertions v1.1.0 |
1794 | 2024-08-19T15:16:51.191Z | Checking whoami v1.5.1 |
1795 | 2024-08-19T15:16:51.247Z | Checking unicode-segmentation v1.11.0 |
1796 | 2024-08-19T15:16:51.271Z | Checking sync_wrapper v0.1.2 |
1797 | 2024-08-19T15:16:51.378Z | Checking minimal-lexical v0.2.1 |
1798 | 2024-08-19T15:16:51.421Z | Checking bit-vec v0.6.3 |
1799 | 2024-08-19T15:16:51.446Z | Checking data-encoding v2.6.0 |
1800 | 2024-08-19T15:16:51.706Z | Checking unicode-width v0.1.13 |
1801 | 2024-08-19T15:16:51.730Z | Checking new_debug_unreachable v1.0.6 |
1802 | 2024-08-19T15:16:51.757Z | Checking mime v0.3.17 |
1803 | 2024-08-19T15:16:51.805Z | Checking fixedbitset v0.4.2 |
1804 | 2024-08-19T15:16:51.871Z | Checking difflib v0.4.0 |
1805 | 2024-08-19T15:16:51.985Z | Checking trust-dns-proto v0.22.0 |
1806 | 2024-08-19T15:16:52.024Z | Checking console v0.15.8 |
1807 | 2024-08-19T15:16:52.048Z | Checking petgraph v0.6.5 |
1808 | 2024-08-19T15:16:52.145Z | Checking predicates v3.1.2 |
1809 | 2024-08-19T15:16:52.489Z | Checking string_cache v0.8.7 |
1810 | 2024-08-19T15:16:52.513Z | Checking similar v2.5.0 |
1811 | 2024-08-19T15:16:52.710Z | Checking nom v7.1.3 |
1812 | 2024-08-19T15:16:52.735Z | Checking bit-set v0.5.3 |
1813 | 2024-08-19T15:16:52.817Z | Checking elliptic-curve v0.13.8 |
1814 | 2024-08-19T15:16:52.962Z | Checking tokio-postgres v0.7.11 |
1815 | 2024-08-19T15:16:53.278Z | Checking anyhow v1.0.86 |
1816 | 2024-08-19T15:16:53.302Z | Checking toml_edit v0.22.20 |
1817 | 2024-08-19T15:16:53.391Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1818 | 2024-08-19T15:16:53.611Z | Checking usdt v0.5.0 |
1819 | 2024-08-19T15:16:53.828Z | Checking signal-hook-mio v0.2.4 |
1820 | 2024-08-19T15:16:53.963Z | Checking crossbeam-epoch v0.9.18 |
1821 | 2024-08-19T15:16:54.339Z | Checking schemars v0.8.21 |
1822 | 2024-08-19T15:16:54.930Z | Checking toml v0.7.8 |
1823 | 2024-08-19T15:16:55.061Z | Checking hyper-rustls v0.24.2 |
1824 | 2024-08-19T15:16:55.171Z | Checking hyper-tls v0.5.0 |
1825 | 2024-08-19T15:16:55.279Z | Checking rsa v0.9.6 |
1826 | 2024-08-19T15:16:55.320Z | Checking flate2 v1.0.31 |
1827 | 2024-08-19T15:16:55.345Z | Checking clap v4.5.15 |
1828 | 2024-08-19T15:16:55.409Z | Checking reqwest v0.11.27 |
1829 | 2024-08-19T15:16:55.433Z | Checking futures v0.3.30 |
1830 | 2024-08-19T15:16:55.480Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1831 | 2024-08-19T15:16:55.504Z | Checking bstr v1.9.1 |
1832 | 2024-08-19T15:16:55.535Z | Checking itertools v0.12.1 |
1833 | 2024-08-19T15:16:55.561Z | Checking itertools v0.10.5 |
1834 | 2024-08-19T15:16:55.642Z | Checking tokio-stream v0.1.15 |
1835 | 2024-08-19T15:16:55.873Z | Checking fs-err v2.11.0 |
1836 | 2024-08-19T15:16:56.109Z | Checking nix v0.28.0 |
1837 | 2024-08-19T15:16:56.279Z | Checking slog v2.7.0 |
1838 | 2024-08-19T15:16:56.279Z | Checking openapiv3 v2.0.0 |
1839 | 2024-08-19T15:16:56.348Z | Checking semver v1.0.23 |
1840 | 2024-08-19T15:16:56.690Z | Checking hex v0.4.3 |
1841 | 2024-08-19T15:16:56.713Z | Checking sha1 v0.10.6 |
1842 | 2024-08-19T15:16:56.796Z | Checking lalrpop-util v0.19.12 |
1843 | 2024-08-19T15:16:56.927Z | Checking peg-runtime v0.8.3 |
1844 | 2024-08-19T15:16:57.035Z | Checking camino v1.1.7 |
1845 | 2024-08-19T15:16:57.120Z | Checking sigpipe v0.1.3 |
1846 | 2024-08-19T15:16:58.998Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1847 | 2024-08-19T15:16:59.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.50s |
1848 | 2024-08-19T15:16:59.538Z | |
1849 | 2024-08-19T15:16:59.538Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/150) |
1850 | 2024-08-19T15:17:00.306Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1851 | 2024-08-19T15:17:00.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1852 | 2024-08-19T15:17:00.415Z | Compiling regress v0.9.1 |
1853 | 2024-08-19T15:17:00.444Z | Checking strum v0.26.3 |
1854 | 2024-08-19T15:17:00.474Z | Checking heck v0.5.0 |
1855 | 2024-08-19T15:17:00.498Z | Compiling getopts v0.2.21 |
1856 | 2024-08-19T15:17:00.498Z | Checking dirs-sys-next v0.1.2 |
1857 | 2024-08-19T15:17:00.521Z | Compiling unsafe-libyaml v0.2.11 |
1858 | 2024-08-19T15:17:00.589Z | Checking http v1.1.0 |
1859 | 2024-08-19T15:17:00.651Z | Checking thread_local v1.1.8 |
1860 | 2024-08-19T15:17:00.674Z | Checking dirs-next v2.0.0 |
1861 | 2024-08-19T15:17:00.782Z | Compiling ident_case v1.0.1 |
1862 | 2024-08-19T15:17:00.834Z | Checking rustls-pki-types v1.7.0 |
1863 | 2024-08-19T15:17:00.896Z | Checking term v0.7.0 |
1864 | 2024-08-19T15:17:00.945Z | Compiling darling_core v0.20.9 |
1865 | 2024-08-19T15:17:01.200Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1866 | 2024-08-19T15:17:01.265Z | Checking crossbeam-channel v0.5.12 |
1867 | 2024-08-19T15:17:01.307Z | Checking is-terminal v0.4.12 |
1868 | 2024-08-19T15:17:01.416Z | Checking atty v0.2.14 |
1869 | 2024-08-19T15:17:01.482Z | Checking take_mut v0.2.2 |
1870 | 2024-08-19T15:17:01.526Z | Checking utf-8 v0.7.6 |
1871 | 2024-08-19T15:17:01.611Z | Compiling serde_yaml v0.9.34+deprecated |
1872 | 2024-08-19T15:17:01.708Z | Checking humantime v2.1.0 |
1873 | 2024-08-19T15:17:01.757Z | Compiling paste v1.0.15 |
1874 | 2024-08-19T15:17:01.905Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1875 | 2024-08-19T15:17:01.966Z | Compiling rustls v0.22.4 |
1876 | 2024-08-19T15:17:02.081Z | Checking termcolor v1.4.1 |
1877 | 2024-08-19T15:17:02.263Z | Checking slog-async v2.8.0 |
1878 | 2024-08-19T15:17:02.287Z | Checking slog-term v2.9.1 |
1879 | 2024-08-19T15:17:02.311Z | Checking rustls-webpki v0.102.4 |
1880 | 2024-08-19T15:17:02.442Z | Checking env_logger v0.9.3 |
1881 | 2024-08-19T15:17:02.513Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1882 | 2024-08-19T15:17:02.700Z | Compiling proc-macro-crate v1.3.1 |
1883 | 2024-08-19T15:17:02.813Z | Compiling bitstruct_derive v0.1.0 |
1884 | 2024-08-19T15:17:02.864Z | Compiling structmeta-derive v0.3.0 |
1885 | 2024-08-19T15:17:02.958Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1886 | 2024-08-19T15:17:03.077Z | Compiling multer v3.1.0 |
1887 | 2024-08-19T15:17:03.250Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1888 | 2024-08-19T15:17:03.654Z | Checking match_cfg v0.1.0 |
1889 | 2024-08-19T15:17:03.738Z | Checking ascii v1.1.0 |
1890 | 2024-08-19T15:17:03.938Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1891 | 2024-08-19T15:17:04.088Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1892 | 2024-08-19T15:17:04.190Z | Checking bitstruct v0.1.1 |
1893 | 2024-08-19T15:17:04.288Z | Checking hostname v0.3.1 |
1894 | 2024-08-19T15:17:04.397Z | Compiling num_enum_derive v0.5.11 |
1895 | 2024-08-19T15:17:04.625Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1896 | 2024-08-19T15:17:04.856Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1897 | 2024-08-19T15:17:05.182Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1898 | 2024-08-19T15:17:05.236Z | Checking slog-json v2.6.1 |
1899 | 2024-08-19T15:17:05.325Z | Compiling structmeta v0.3.0 |
1900 | 2024-08-19T15:17:05.437Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1901 | 2024-08-19T15:17:05.470Z | Checking erased-serde v0.3.31 |
1902 | 2024-08-19T15:17:05.659Z | Checking serde_arrays v0.1.0 |
1903 | 2024-08-19T15:17:05.703Z | Compiling async-stream-impl v0.3.5 |
1904 | 2024-08-19T15:17:05.793Z | Compiling foreign-types-macros v0.2.3 |
1905 | 2024-08-19T15:17:06.083Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1906 | 2024-08-19T15:17:06.338Z | Checking atomic-waker v1.1.2 |
1907 | 2024-08-19T15:17:06.372Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1908 | 2024-08-19T15:17:06.456Z | Checking foreign-types-shared v0.3.1 |
1909 | 2024-08-19T15:17:06.561Z | Checking arc-swap v1.7.1 |
1910 | 2024-08-19T15:17:06.636Z | Checking num_enum v0.5.11 |
1911 | 2024-08-19T15:17:06.661Z | Checking waitgroup v0.1.2 |
1912 | 2024-08-19T15:17:06.692Z | Compiling darling_macro v0.20.9 |
1913 | 2024-08-19T15:17:06.780Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1914 | 2024-08-19T15:17:06.851Z | Checking async-stream v0.3.5 |
1915 | 2024-08-19T15:17:06.875Z | Compiling parse-display-derive v0.10.0 |
1916 | 2024-08-19T15:17:06.898Z | Checking foreign-types v0.5.0 |
1917 | 2024-08-19T15:17:06.934Z | Checking slog-scope v4.4.0 |
1918 | 2024-08-19T15:17:07.003Z | Checking slog-bunyan v2.5.0 |
1919 | 2024-08-19T15:17:07.027Z | Compiling proc-macro-error v1.0.4 |
1920 | 2024-08-19T15:17:07.294Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1921 | 2024-08-19T15:17:07.467Z | Checking toml v0.8.19 |
1922 | 2024-08-19T15:17:07.497Z | Compiling darling v0.20.9 |
1923 | 2024-08-19T15:17:07.540Z | Checking tungstenite v0.20.1 |
1924 | 2024-08-19T15:17:07.612Z | Compiling serde_with_macros v3.8.3 |
1925 | 2024-08-19T15:17:07.636Z | Checking rustls-pemfile v2.1.3 |
1926 | 2024-08-19T15:17:07.862Z | Compiling heck v0.3.3 |
1927 | 2024-08-19T15:17:07.886Z | Checking tokio-rustls v0.25.0 |
1928 | 2024-08-19T15:17:08.215Z | Checking ipnetwork v0.20.0 |
1929 | 2024-08-19T15:17:08.246Z | Checking newtype-uuid v1.1.0 |
1930 | 2024-08-19T15:17:08.270Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1931 | 2024-08-19T15:17:08.349Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1932 | 2024-08-19T15:17:08.468Z | Checking serde_path_to_error v0.1.16 |
1933 | 2024-08-19T15:17:08.535Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1934 | 2024-08-19T15:17:09.010Z | Checking cstr-argument v0.1.2 |
1935 | 2024-08-19T15:17:09.042Z | Checking hostname v0.4.0 |
1936 | 2024-08-19T15:17:09.162Z | Checking instant v0.1.12 |
1937 | 2024-08-19T15:17:09.186Z | Checking pretty-hex v0.2.1 |
1938 | 2024-08-19T15:17:09.210Z | Checking fastrand v2.1.0 |
1939 | 2024-08-19T15:17:09.268Z | Checking debug-ignore v1.0.5 |
1940 | 2024-08-19T15:17:09.328Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1941 | 2024-08-19T15:17:09.391Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1942 | 2024-08-19T15:17:09.475Z | Checking tempfile v3.10.1 |
1943 | 2024-08-19T15:17:09.596Z | Checking backoff v0.4.0 |
1944 | 2024-08-19T15:17:09.630Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1945 | 2024-08-19T15:17:09.755Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1946 | 2024-08-19T15:17:09.849Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1947 | 2024-08-19T15:17:09.932Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1948 | 2024-08-19T15:17:10.033Z | Checking tokio-tungstenite v0.20.1 |
1949 | 2024-08-19T15:17:10.129Z | Compiling zone_cfg_derive v0.1.2 |
1950 | 2024-08-19T15:17:10.153Z | Checking serde_with v3.8.3 |
1951 | 2024-08-19T15:17:10.177Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1952 | 2024-08-19T15:17:10.444Z | Checking slog-stdlog v4.1.1 |
1953 | 2024-08-19T15:17:10.586Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1954 | 2024-08-19T15:17:10.721Z | Checking tungstenite v0.21.0 |
1955 | 2024-08-19T15:17:10.753Z | Checking parse-display v0.10.0 |
1956 | 2024-08-19T15:17:10.803Z | Checking colored v2.1.0 |
1957 | 2024-08-19T15:17:10.956Z | Checking macaddr v1.0.1 |
1958 | 2024-08-19T15:17:11.062Z | Checking base64 v0.13.1 |
1959 | 2024-08-19T15:17:11.373Z | Checking zone v0.1.8 |
1960 | 2024-08-19T15:17:11.400Z | Checking ron v0.7.1 |
1961 | 2024-08-19T15:17:11.461Z | Checking tokio-tungstenite v0.21.0 |
1962 | 2024-08-19T15:17:11.863Z | Checking slog-envlogger v2.2.0 |
1963 | 2024-08-19T15:17:11.916Z | Checking pem v3.0.4 |
1964 | 2024-08-19T15:17:12.057Z | Checking tabwriter v1.4.0 |
1965 | 2024-08-19T15:17:12.153Z | Checking xattr v1.3.1 |
1966 | 2024-08-19T15:17:12.268Z | Checking portpicker v0.1.1 |
1967 | 2024-08-19T15:17:12.331Z | Checking yasna v0.5.2 |
1968 | 2024-08-19T15:17:12.370Z | Checking headers-core v0.2.0 |
1969 | 2024-08-19T15:17:12.399Z | Checking smf v0.2.3 |
1970 | 2024-08-19T15:17:12.500Z | Checking filetime v0.2.24 |
1971 | 2024-08-19T15:17:12.712Z | Checking same-file v1.0.6 |
1972 | 2024-08-19T15:17:12.736Z | Checking tar v0.4.41 |
1973 | 2024-08-19T15:17:12.827Z | Checking headers v0.3.9 |
1974 | 2024-08-19T15:17:12.865Z | Checking atomicwrites v0.4.3 |
1975 | 2024-08-19T15:17:12.888Z | Checking walkdir v2.5.0 |
1976 | 2024-08-19T15:17:13.042Z | Checking camino-tempfile v1.1.1 |
1977 | 2024-08-19T15:17:13.110Z | Checking rcgen v0.12.1 |
1978 | 2024-08-19T15:17:13.173Z | Checking subprocess v0.2.9 |
1979 | 2024-08-19T15:17:14.257Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1980 | 2024-08-19T15:17:14.502Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1981 | 2024-08-19T15:17:16.201Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1982 | 2024-08-19T15:17:18.627Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1983 | 2024-08-19T15:17:18.726Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1984 | 2024-08-19T15:17:22.978Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1985 | 2024-08-19T15:17:30.391Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1986 | 2024-08-19T15:17:30.558Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1987 | 2024-08-19T15:17:30.559Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1988 | 2024-08-19T15:17:33.738Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1989 | 2024-08-19T15:17:34.218Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1990 | 2024-08-19T15:17:41.584Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1991 | 2024-08-19T15:17:43.372Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1992 | 2024-08-19T15:17:44.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.24s |
1993 | 2024-08-19T15:17:44.926Z | |
1994 | 2024-08-19T15:17:44.926Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/150) |
1995 | 2024-08-19T15:17:45.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1996 | 2024-08-19T15:17:45.725Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1997 | 2024-08-19T15:17:45.804Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1998 | 2024-08-19T15:17:47.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
1999 | 2024-08-19T15:17:47.434Z | |
2000 | 2024-08-19T15:17:47.434Z | info: running `cargo check --bins` on nexus-config (31/150) |
2001 | 2024-08-19T15:17:48.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2002 | 2024-08-19T15:17:48.254Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2003 | 2024-08-19T15:17:48.254Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2004 | 2024-08-19T15:17:48.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2005 | 2024-08-19T15:17:48.318Z | |
2006 | 2024-08-19T15:17:48.318Z | info: running `cargo check --bins` on omicron-rpaths (32/150) |
2007 | 2024-08-19T15:17:49.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2008 | 2024-08-19T15:17:49.068Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2009 | 2024-08-19T15:17:49.068Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2010 | 2024-08-19T15:17:49.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2011 | 2024-08-19T15:17:49.129Z | |
2012 | 2024-08-19T15:17:49.129Z | info: running `cargo check --bins` on omicron-certificates (33/150) |
2013 | 2024-08-19T15:17:49.900Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2014 | 2024-08-19T15:17:49.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2015 | 2024-08-19T15:17:49.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2016 | 2024-08-19T15:17:49.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2017 | 2024-08-19T15:17:49.990Z | |
2018 | 2024-08-19T15:17:49.990Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/150) |
2019 | 2024-08-19T15:17:50.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2020 | 2024-08-19T15:17:50.776Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2021 | 2024-08-19T15:17:50.862Z | Compiling heapless v0.8.0 |
2022 | 2024-08-19T15:17:50.885Z | Checking hash32 v0.3.1 |
2023 | 2024-08-19T15:17:50.885Z | Compiling smoltcp v0.11.0 |
2024 | 2024-08-19T15:17:50.920Z | Checking cobs v0.2.3 |
2025 | 2024-08-19T15:17:50.943Z | Checking embedded-io v0.4.0 |
2026 | 2024-08-19T15:17:50.967Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2027 | 2024-08-19T15:17:50.967Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2028 | 2024-08-19T15:17:50.990Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2029 | 2024-08-19T15:17:51.064Z | Compiling crucible-workspace-hack v0.1.0 |
2030 | 2024-08-19T15:17:51.092Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2031 | 2024-08-19T15:17:51.119Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2032 | 2024-08-19T15:17:51.142Z | Checking postcard v1.0.8 |
2033 | 2024-08-19T15:17:51.299Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2034 | 2024-08-19T15:17:51.345Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2035 | 2024-08-19T15:17:51.461Z | Compiling num-derive v0.4.2 |
2036 | 2024-08-19T15:17:51.583Z | Compiling slog-dtrace v0.3.0 |
2037 | 2024-08-19T15:17:51.632Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2038 | 2024-08-19T15:17:51.720Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2039 | 2024-08-19T15:17:51.746Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2040 | 2024-08-19T15:17:52.433Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2041 | 2024-08-19T15:17:53.011Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2042 | 2024-08-19T15:17:54.866Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2043 | 2024-08-19T15:17:55.964Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2044 | 2024-08-19T15:17:57.301Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2045 | 2024-08-19T15:17:59.588Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2046 | 2024-08-19T15:18:00.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.44s |
2047 | 2024-08-19T15:18:00.579Z | |
2048 | 2024-08-19T15:18:00.579Z | info: running `cargo check --bins` on clickhouse-admin-api (35/150) |
2049 | 2024-08-19T15:18:01.348Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2050 | 2024-08-19T15:18:01.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2051 | 2024-08-19T15:18:01.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2052 | 2024-08-19T15:18:01.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2053 | 2024-08-19T15:18:01.438Z | |
2054 | 2024-08-19T15:18:01.438Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (36/150) |
2055 | 2024-08-19T15:18:02.298Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2056 | 2024-08-19T15:18:02.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2057 | 2024-08-19T15:18:02.322Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2058 | 2024-08-19T15:18:02.322Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2059 | 2024-08-19T15:18:02.404Z | |
2060 | 2024-08-19T15:18:02.404Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/150) |
2061 | 2024-08-19T15:18:03.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2062 | 2024-08-19T15:18:03.316Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2063 | 2024-08-19T15:18:03.317Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2064 | 2024-08-19T15:18:03.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.89s |
2065 | 2024-08-19T15:18:03.404Z | |
2066 | 2024-08-19T15:18:03.404Z | info: running `cargo check --bins` on dns-server (38/150) |
2067 | 2024-08-19T15:18:04.160Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2068 | 2024-08-19T15:18:04.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2069 | 2024-08-19T15:18:04.257Z | Compiling parking_lot_core v0.8.6 |
2070 | 2024-08-19T15:18:04.280Z | Checking nibble_vec v0.1.0 |
2071 | 2024-08-19T15:18:04.280Z | Checking endian-type v0.1.2 |
2072 | 2024-08-19T15:18:04.314Z | Checking newline-converter v0.3.0 |
2073 | 2024-08-19T15:18:04.338Z | Checking linked-hash-map v0.5.6 |
2074 | 2024-08-19T15:18:04.338Z | Checking quick-error v1.2.3 |
2075 | 2024-08-19T15:18:04.338Z | Checking fxhash v0.2.1 |
2076 | 2024-08-19T15:18:04.338Z | Checking toml v0.5.11 |
2077 | 2024-08-19T15:18:04.456Z | Checking expectorate v1.1.0 |
2078 | 2024-08-19T15:18:04.480Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2079 | 2024-08-19T15:18:04.480Z | Checking radix_trie v0.2.1 |
2080 | 2024-08-19T15:18:04.503Z | Checking resolv-conf v0.7.0 |
2081 | 2024-08-19T15:18:04.604Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2082 | 2024-08-19T15:18:04.628Z | Checking lru-cache v0.1.2 |
2083 | 2024-08-19T15:18:04.829Z | Checking trust-dns-resolver v0.22.0 |
2084 | 2024-08-19T15:18:04.863Z | Checking trust-dns-client v0.22.0 |
2085 | 2024-08-19T15:18:05.008Z | Checking parking_lot v0.11.2 |
2086 | 2024-08-19T15:18:05.302Z | Checking sled v0.34.7 |
2087 | 2024-08-19T15:18:05.885Z | Checking trust-dns-server v0.22.1 |
2088 | 2024-08-19T15:18:07.861Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2089 | 2024-08-19T15:18:09.265Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.85s |
2090 | 2024-08-19T15:18:09.394Z | |
2091 | 2024-08-19T15:18:09.394Z | info: running `cargo check --bins` on dns-server-api (39/150) |
2092 | 2024-08-19T15:18:10.129Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2093 | 2024-08-19T15:18:10.153Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2094 | 2024-08-19T15:18:10.153Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2095 | 2024-08-19T15:18:10.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2096 | 2024-08-19T15:18:10.217Z | |
2097 | 2024-08-19T15:18:10.218Z | info: running `cargo check --bins` on dns-service-client (40/150) |
2098 | 2024-08-19T15:18:10.938Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2099 | 2024-08-19T15:18:10.961Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2100 | 2024-08-19T15:18:10.961Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2101 | 2024-08-19T15:18:10.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2102 | 2024-08-19T15:18:11.019Z | |
2103 | 2024-08-19T15:18:11.019Z | info: running `cargo check --bins` on gateway-test-utils (41/150) |
2104 | 2024-08-19T15:18:11.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2105 | 2024-08-19T15:18:11.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2106 | 2024-08-19T15:18:11.843Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2107 | 2024-08-19T15:18:11.843Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2108 | 2024-08-19T15:18:11.917Z | |
2109 | 2024-08-19T15:18:11.917Z | info: running `cargo check --bins` on gateway-types (42/150) |
2110 | 2024-08-19T15:18:12.690Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2111 | 2024-08-19T15:18:12.713Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2112 | 2024-08-19T15:18:12.714Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2113 | 2024-08-19T15:18:12.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2114 | 2024-08-19T15:18:12.776Z | |
2115 | 2024-08-19T15:18:12.776Z | info: running `cargo check --bins` on ipcc (43/150) |
2116 | 2024-08-19T15:18:13.532Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2117 | 2024-08-19T15:18:13.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2118 | 2024-08-19T15:18:13.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2119 | 2024-08-19T15:18:13.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2120 | 2024-08-19T15:18:13.619Z | |
2121 | 2024-08-19T15:18:13.619Z | info: running `cargo check --bins` on omicron-gateway (44/150) |
2122 | 2024-08-19T15:18:14.414Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2123 | 2024-08-19T15:18:14.437Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2124 | 2024-08-19T15:18:14.531Z | Compiling radium v0.7.0 |
2125 | 2024-08-19T15:18:14.554Z | Compiling maybe-uninit v2.0.0 |
2126 | 2024-08-19T15:18:14.554Z | Checking tap v1.0.1 |
2127 | 2024-08-19T15:18:14.586Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2128 | 2024-08-19T15:18:14.609Z | Compiling packed_struct v0.10.1 |
2129 | 2024-08-19T15:18:14.609Z | Checking funty v2.0.0 |
2130 | 2024-08-19T15:18:14.609Z | Checking crc-catalog v2.4.0 |
2131 | 2024-08-19T15:18:14.647Z | Compiling packed_struct_codegen v0.10.1 |
2132 | 2024-08-19T15:18:14.715Z | Checking wyz v0.5.1 |
2133 | 2024-08-19T15:18:14.770Z | Checking crc v3.2.1 |
2134 | 2024-08-19T15:18:15.058Z | Checking half v2.4.1 |
2135 | 2024-08-19T15:18:15.089Z | Compiling indexmap v1.9.3 |
2136 | 2024-08-19T15:18:15.165Z | Checking ciborium-io v0.2.2 |
2137 | 2024-08-19T15:18:15.193Z | Checking nodrop v0.1.14 |
2138 | 2024-08-19T15:18:15.272Z | Checking smallvec v0.6.14 |
2139 | 2024-08-19T15:18:15.297Z | Checking array-init v0.0.4 |
2140 | 2024-08-19T15:18:15.321Z | Compiling memoffset v0.9.1 |
2141 | 2024-08-19T15:18:15.390Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2142 | 2024-08-19T15:18:15.413Z | Checking bitvec v1.0.1 |
2143 | 2024-08-19T15:18:15.466Z | Checking ciborium-ll v0.2.2 |
2144 | 2024-08-19T15:18:15.588Z | Checking hashbrown v0.12.3 |
2145 | 2024-08-19T15:18:15.612Z | Checking bitfield v0.14.0 |
2146 | 2024-08-19T15:18:15.679Z | Checking env_logger v0.10.2 |
2147 | 2024-08-19T15:18:15.717Z | Checking ciborium v0.2.2 |
2148 | 2024-08-19T15:18:15.956Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2149 | 2024-08-19T15:18:16.036Z | Checking ron v0.8.1 |
2150 | 2024-08-19T15:18:16.120Z | Checking serde-hex v0.1.0 |
2151 | 2024-08-19T15:18:16.170Z | Checking x509-cert v0.2.5 |
2152 | 2024-08-19T15:18:16.417Z | Checking bzip2 v0.4.4 |
2153 | 2024-08-19T15:18:16.571Z | Checking hashbrown v0.13.2 |
2154 | 2024-08-19T15:18:16.667Z | Checking crc-any v2.5.0 |
2155 | 2024-08-19T15:18:16.942Z | Checking zip v0.6.6 |
2156 | 2024-08-19T15:18:17.096Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2157 | 2024-08-19T15:18:17.161Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2158 | 2024-08-19T15:18:17.323Z | Checking path-slash v0.1.5 |
2159 | 2024-08-19T15:18:17.449Z | Checking nix v0.27.1 |
2160 | 2024-08-19T15:18:17.473Z | Checking object v0.30.4 |
2161 | 2024-08-19T15:18:17.496Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2162 | 2024-08-19T15:18:17.520Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2163 | 2024-08-19T15:18:17.520Z | Checking serde-big-array v0.5.1 |
2164 | 2024-08-19T15:18:17.544Z | Checking signal-hook-tokio v0.3.1 |
2165 | 2024-08-19T15:18:19.912Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2166 | 2024-08-19T15:18:20.670Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2167 | 2024-08-19T15:18:29.293Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2168 | 2024-08-19T15:18:30.847Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2169 | 2024-08-19T15:18:33.027Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2170 | 2024-08-19T15:18:35.382Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.75s |
2171 | 2024-08-19T15:18:35.540Z | |
2172 | 2024-08-19T15:18:35.540Z | info: running `cargo check --bins` on gateway-api (45/150) |
2173 | 2024-08-19T15:18:36.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2174 | 2024-08-19T15:18:36.326Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2175 | 2024-08-19T15:18:36.326Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2176 | 2024-08-19T15:18:36.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2177 | 2024-08-19T15:18:36.393Z | |
2178 | 2024-08-19T15:18:36.393Z | info: running `cargo check --bins` on sp-sim (46/150) |
2179 | 2024-08-19T15:18:37.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2180 | 2024-08-19T15:18:37.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2181 | 2024-08-19T15:18:37.261Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2182 | 2024-08-19T15:18:39.272Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.87s |
2183 | 2024-08-19T15:18:39.411Z | |
2184 | 2024-08-19T15:18:39.411Z | info: running `cargo check --bins` on internal-dns (47/150) |
2185 | 2024-08-19T15:18:40.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2186 | 2024-08-19T15:18:40.169Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2187 | 2024-08-19T15:18:40.169Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2188 | 2024-08-19T15:18:40.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2189 | 2024-08-19T15:18:40.235Z | |
2190 | 2024-08-19T15:18:40.235Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (48/150) |
2191 | 2024-08-19T15:18:41.038Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2192 | 2024-08-19T15:18:41.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2193 | 2024-08-19T15:18:41.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2194 | 2024-08-19T15:18:41.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2195 | 2024-08-19T15:18:41.135Z | |
2196 | 2024-08-19T15:18:41.135Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/150) |
2197 | 2024-08-19T15:18:41.954Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2198 | 2024-08-19T15:18:41.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2199 | 2024-08-19T15:18:41.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2200 | 2024-08-19T15:18:41.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2201 | 2024-08-19T15:18:42.052Z | |
2202 | 2024-08-19T15:18:42.052Z | info: running `cargo check --bins` on db-macros (50/150) |
2203 | 2024-08-19T15:18:42.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2204 | 2024-08-19T15:18:42.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2205 | 2024-08-19T15:18:42.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2206 | 2024-08-19T15:18:42.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2207 | 2024-08-19T15:18:42.903Z | |
2208 | 2024-08-19T15:18:42.903Z | info: running `cargo check --bins` on nexus-macros-common (51/150) |
2209 | 2024-08-19T15:18:43.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2210 | 2024-08-19T15:18:43.648Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2211 | 2024-08-19T15:18:43.648Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2212 | 2024-08-19T15:18:43.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2213 | 2024-08-19T15:18:43.709Z | |
2214 | 2024-08-19T15:18:43.709Z | info: running `cargo check --bins` on nexus-auth (52/150) |
2215 | 2024-08-19T15:18:44.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2216 | 2024-08-19T15:18:44.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2217 | 2024-08-19T15:18:44.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2218 | 2024-08-19T15:18:44.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2219 | 2024-08-19T15:18:44.579Z | |
2220 | 2024-08-19T15:18:44.579Z | info: running `cargo check --bins` on authz-macros (53/150) |
2221 | 2024-08-19T15:18:45.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2222 | 2024-08-19T15:18:45.331Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2223 | 2024-08-19T15:18:45.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2224 | 2024-08-19T15:18:45.331Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2225 | 2024-08-19T15:18:45.394Z | |
2226 | 2024-08-19T15:18:45.394Z | info: running `cargo check --bins` on nexus-db-fixed-data (54/150) |
2227 | 2024-08-19T15:18:46.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2228 | 2024-08-19T15:18:46.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2229 | 2024-08-19T15:18:46.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2230 | 2024-08-19T15:18:46.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2231 | 2024-08-19T15:18:46.274Z | |
2232 | 2024-08-19T15:18:46.274Z | info: running `cargo check --bins` on nexus-db-model (55/150) |
2233 | 2024-08-19T15:18:47.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2234 | 2024-08-19T15:18:47.078Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2235 | 2024-08-19T15:18:47.078Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2236 | 2024-08-19T15:18:47.078Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2237 | 2024-08-19T15:18:47.150Z | |
2238 | 2024-08-19T15:18:47.150Z | info: running `cargo check --bins` on nexus-defaults (56/150) |
2239 | 2024-08-19T15:18:47.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-08-19T15:18:47.938Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-08-19T15:18:47.938Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2242 | 2024-08-19T15:18:47.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2243 | 2024-08-19T15:18:48.002Z | |
2244 | 2024-08-19T15:18:48.002Z | info: running `cargo check --bins` on nexus-sled-agent-shared (57/150) |
2245 | 2024-08-19T15:18:48.757Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-08-19T15:18:48.781Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-08-19T15:18:48.781Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2248 | 2024-08-19T15:18:48.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2249 | 2024-08-19T15:18:48.855Z | |
2250 | 2024-08-19T15:18:48.855Z | info: running `cargo check --bins` on omicron-passwords (58/150) |
2251 | 2024-08-19T15:18:49.572Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2024-08-19T15:18:49.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2024-08-19T15:18:49.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2254 | 2024-08-19T15:18:49.596Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2255 | 2024-08-19T15:18:49.657Z | |
2256 | 2024-08-19T15:18:49.657Z | info: running `cargo check --bins` on nexus-types (59/150) |
2257 | 2024-08-19T15:18:50.429Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2258 | 2024-08-19T15:18:50.452Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2259 | 2024-08-19T15:18:50.452Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2260 | 2024-08-19T15:18:50.453Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2261 | 2024-08-19T15:18:50.526Z | |
2262 | 2024-08-19T15:18:50.526Z | info: running `cargo check --bins` on gateway-client (60/150) |
2263 | 2024-08-19T15:18:51.251Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2264 | 2024-08-19T15:18:51.274Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2265 | 2024-08-19T15:18:51.275Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2266 | 2024-08-19T15:18:51.275Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2267 | 2024-08-19T15:18:51.335Z | |
2268 | 2024-08-19T15:18:51.335Z | info: running `cargo check --bins` on sled-agent-client (61/150) |
2269 | 2024-08-19T15:18:52.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2270 | 2024-08-19T15:18:52.117Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2271 | 2024-08-19T15:18:52.117Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2272 | 2024-08-19T15:18:52.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2273 | 2024-08-19T15:18:52.191Z | |
2274 | 2024-08-19T15:18:52.191Z | info: running `cargo check --bins` on oximeter (62/150) |
2275 | 2024-08-19T15:18:52.959Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2276 | 2024-08-19T15:18:52.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2277 | 2024-08-19T15:18:53.058Z | Compiling rustls-pki-types v1.7.0 |
2278 | 2024-08-19T15:18:53.082Z | Compiling prettyplease v0.2.20 |
2279 | 2024-08-19T15:18:53.106Z | Compiling match_cfg v0.1.0 |
2280 | 2024-08-19T15:18:53.130Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2281 | 2024-08-19T15:18:53.130Z | Compiling slog-json v2.6.1 |
2282 | 2024-08-19T15:18:53.130Z | Compiling http v1.1.0 |
2283 | 2024-08-19T15:18:53.154Z | Compiling atomic-waker v1.1.2 |
2284 | 2024-08-19T15:18:53.178Z | Compiling hostname v0.3.1 |
2285 | 2024-08-19T15:18:53.201Z | Compiling async-stream v0.3.5 |
2286 | 2024-08-19T15:18:53.334Z | Compiling waitgroup v0.1.2 |
2287 | 2024-08-19T15:18:53.385Z | Compiling slog-bunyan v2.5.0 |
2288 | 2024-08-19T15:18:53.409Z | Compiling toml v0.8.19 |
2289 | 2024-08-19T15:18:53.463Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2290 | 2024-08-19T15:18:53.487Z | Compiling rustls-webpki v0.102.4 |
2291 | 2024-08-19T15:18:53.525Z | Compiling rustls-pemfile v2.1.3 |
2292 | 2024-08-19T15:18:53.553Z | Compiling newtype-uuid v1.1.0 |
2293 | 2024-08-19T15:18:53.581Z | Compiling ipnetwork v0.20.0 |
2294 | 2024-08-19T15:18:53.647Z | Compiling serde_path_to_error v0.1.16 |
2295 | 2024-08-19T15:18:53.800Z | Compiling hostname v0.4.0 |
2296 | 2024-08-19T15:18:53.824Z | Compiling instant v0.1.12 |
2297 | 2024-08-19T15:18:53.945Z | Compiling debug-ignore v1.0.5 |
2298 | 2024-08-19T15:18:53.968Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2299 | 2024-08-19T15:18:54.033Z | Compiling backoff v0.4.0 |
2300 | 2024-08-19T15:18:54.081Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2301 | 2024-08-19T15:18:54.345Z | Compiling rustls v0.22.4 |
2302 | 2024-08-19T15:18:54.369Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2303 | 2024-08-19T15:18:54.393Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2304 | 2024-08-19T15:18:54.393Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2305 | 2024-08-19T15:18:54.539Z | Compiling multer v3.1.0 |
2306 | 2024-08-19T15:18:54.592Z | Compiling serde_with v3.8.3 |
2307 | 2024-08-19T15:18:54.891Z | Compiling parse-display v0.10.0 |
2308 | 2024-08-19T15:18:55.227Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2309 | 2024-08-19T15:18:55.253Z | Compiling num-rational v0.4.2 |
2310 | 2024-08-19T15:18:55.314Z | Compiling num-complex v0.4.6 |
2311 | 2024-08-19T15:18:55.376Z | Compiling macaddr v1.0.1 |
2312 | 2024-08-19T15:18:56.004Z | Compiling float-ord v0.3.2 |
2313 | 2024-08-19T15:18:56.154Z | Compiling num v0.4.3 |
2314 | 2024-08-19T15:18:57.068Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2315 | 2024-08-19T15:18:57.810Z | Compiling tokio-rustls v0.25.0 |
2316 | 2024-08-19T15:18:58.109Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2317 | 2024-08-19T15:19:01.619Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2318 | 2024-08-19T15:19:16.087Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2319 | 2024-08-19T15:19:19.601Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2320 | 2024-08-19T15:19:20.362Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.16s |
2321 | 2024-08-19T15:19:20.521Z | |
2322 | 2024-08-19T15:19:20.521Z | info: running `cargo check --bins` on oximeter-impl (63/150) |
2323 | 2024-08-19T15:19:21.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2324 | 2024-08-19T15:19:21.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2325 | 2024-08-19T15:19:21.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2326 | 2024-08-19T15:19:21.292Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2327 | 2024-08-19T15:19:21.352Z | |
2328 | 2024-08-19T15:19:21.352Z | info: running `cargo check --bins` on oximeter-macro-impl (64/150) |
2329 | 2024-08-19T15:19:22.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2330 | 2024-08-19T15:19:22.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2331 | 2024-08-19T15:19:22.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2332 | 2024-08-19T15:19:22.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2333 | 2024-08-19T15:19:22.168Z | |
2334 | 2024-08-19T15:19:22.169Z | info: running `cargo check --bins` on oximeter-timeseries-macro (65/150) |
2335 | 2024-08-19T15:19:22.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-08-19T15:19:22.965Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-08-19T15:19:22.965Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2338 | 2024-08-19T15:19:22.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2339 | 2024-08-19T15:19:23.032Z | |
2340 | 2024-08-19T15:19:23.032Z | info: running `cargo check --bins` on nexus-inventory (66/150) |
2341 | 2024-08-19T15:19:23.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-08-19T15:19:23.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-08-19T15:19:23.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2344 | 2024-08-19T15:19:23.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2345 | 2024-08-19T15:19:23.917Z | |
2346 | 2024-08-19T15:19:23.917Z | info: running `cargo check --bins` on typed-rng (67/150) |
2347 | 2024-08-19T15:19:24.628Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2348 | 2024-08-19T15:19:24.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2349 | 2024-08-19T15:19:24.652Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2350 | 2024-08-19T15:19:24.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2351 | 2024-08-19T15:19:24.708Z | |
2352 | 2024-08-19T15:19:24.708Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (68/150) |
2353 | 2024-08-19T15:19:25.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2354 | 2024-08-19T15:19:25.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2355 | 2024-08-19T15:19:25.667Z | Checking password-hash v0.5.0 |
2356 | 2024-08-19T15:19:25.667Z | Checking blake2 v0.10.6 |
2357 | 2024-08-19T15:19:25.691Z | Compiling convert_case v0.4.0 |
2358 | 2024-08-19T15:19:25.691Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2359 | 2024-08-19T15:19:25.691Z | Compiling semver v0.1.20 |
2360 | 2024-08-19T15:19:25.715Z | Compiling rayon-core v1.12.1 |
2361 | 2024-08-19T15:19:25.760Z | Compiling crossbeam-deque v0.8.5 |
2362 | 2024-08-19T15:19:25.784Z | Compiling curve25519-dalek v4.1.3 |
2363 | 2024-08-19T15:19:26.013Z | Compiling rustc_version v0.1.7 |
2364 | 2024-08-19T15:19:26.089Z | Compiling unicase v2.7.0 |
2365 | 2024-08-19T15:19:26.113Z | Checking argon2 v0.5.3 |
2366 | 2024-08-19T15:19:26.137Z | Compiling same-file v1.0.6 |
2367 | 2024-08-19T15:19:26.306Z | Checking keccak v0.1.5 |
2368 | 2024-08-19T15:19:26.335Z | Compiling fastrand v2.1.0 |
2369 | 2024-08-19T15:19:26.359Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2370 | 2024-08-19T15:19:26.486Z | Compiling newtype_derive v0.1.6 |
2371 | 2024-08-19T15:19:26.510Z | Compiling walkdir v2.5.0 |
2372 | 2024-08-19T15:19:26.579Z | Checking sha3 v0.10.8 |
2373 | 2024-08-19T15:19:26.624Z | Compiling derive_more v0.99.18 |
2374 | 2024-08-19T15:19:26.723Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2375 | 2024-08-19T15:19:26.808Z | Compiling tempfile v3.10.1 |
2376 | 2024-08-19T15:19:26.843Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2377 | 2024-08-19T15:19:26.934Z | Compiling thiserror-impl-no-std v2.0.2 |
2378 | 2024-08-19T15:19:26.980Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2379 | 2024-08-19T15:19:27.118Z | Checking universal-hash v0.5.1 |
2380 | 2024-08-19T15:19:27.142Z | Checking secrecy v0.8.0 |
2381 | 2024-08-19T15:19:27.166Z | Compiling ring v0.16.20 |
2382 | 2024-08-19T15:19:27.290Z | Compiling blake3 v1.5.1 |
2383 | 2024-08-19T15:19:27.323Z | Compiling derive-where v1.2.7 |
2384 | 2024-08-19T15:19:27.573Z | Compiling curve25519-dalek-derive v0.1.1 |
2385 | 2024-08-19T15:19:27.836Z | Checking opaque-debug v0.3.1 |
2386 | 2024-08-19T15:19:27.926Z | Checking poly1305 v0.8.0 |
2387 | 2024-08-19T15:19:28.186Z | Compiling rayon v1.10.0 |
2388 | 2024-08-19T15:19:28.386Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2389 | 2024-08-19T15:19:28.762Z | Checking chacha20 v0.9.1 |
2390 | 2024-08-19T15:19:28.785Z | Checking aead v0.5.2 |
2391 | 2024-08-19T15:19:28.982Z | Compiling memmap2 v0.9.4 |
2392 | 2024-08-19T15:19:29.057Z | Compiling home v0.5.9 |
2393 | 2024-08-19T15:19:29.295Z | Compiling untrusted v0.7.1 |
2394 | 2024-08-19T15:19:29.376Z | Compiling arrayref v0.3.7 |
2395 | 2024-08-19T15:19:29.461Z | Compiling arrayvec v0.7.4 |
2396 | 2024-08-19T15:19:29.485Z | Compiling spin v0.5.2 |
2397 | 2024-08-19T15:19:29.673Z | Checking thiserror-no-std v2.0.2 |
2398 | 2024-08-19T15:19:29.696Z | Compiling libefi-sys v0.1.0 |
2399 | 2024-08-19T15:19:29.785Z | Compiling constant_time_eq v0.3.0 |
2400 | 2024-08-19T15:19:29.835Z | Compiling toolchain_find v0.4.0 |
2401 | 2024-08-19T15:19:29.963Z | Checking chacha20poly1305 v0.10.1 |
2402 | 2024-08-19T15:19:29.986Z | Checking steno v0.4.1 |
2403 | 2024-08-19T15:19:30.152Z | Compiling camino-tempfile v1.1.1 |
2404 | 2024-08-19T15:19:30.458Z | Checking vsss-rs v3.3.4 |
2405 | 2024-08-19T15:19:30.562Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2406 | 2024-08-19T15:19:30.585Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2407 | 2024-08-19T15:19:30.770Z | Compiling bitfield-struct v0.6.1 |
2408 | 2024-08-19T15:19:30.920Z | Compiling topological-sort v0.2.2 |
2409 | 2024-08-19T15:19:31.112Z | Compiling cancel-safe-futures v0.1.5 |
2410 | 2024-08-19T15:19:31.546Z | Compiling mime_guess v2.0.4 |
2411 | 2024-08-19T15:19:31.950Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2412 | 2024-08-19T15:19:32.171Z | Compiling rustfmt-wrapper v0.2.1 |
2413 | 2024-08-19T15:19:32.427Z | Compiling omicron-zone-package v0.11.0 |
2414 | 2024-08-19T15:19:32.660Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2415 | 2024-08-19T15:19:32.935Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2416 | 2024-08-19T15:19:32.984Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2417 | 2024-08-19T15:19:33.008Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2418 | 2024-08-19T15:19:33.095Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2419 | 2024-08-19T15:19:33.529Z | Checking gethostname v0.5.0 |
2420 | 2024-08-19T15:19:33.645Z | Checking libsw v3.3.1 |
2421 | 2024-08-19T15:19:33.669Z | Checking swrite v0.1.0 |
2422 | 2024-08-19T15:19:33.700Z | Checking owo-colors v4.0.0 |
2423 | 2024-08-19T15:19:33.736Z | Checking linear-map v1.2.0 |
2424 | 2024-08-19T15:19:33.867Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2425 | 2024-08-19T15:19:34.031Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2426 | 2024-08-19T15:19:34.289Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2427 | 2024-08-19T15:19:34.318Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2428 | 2024-08-19T15:19:34.728Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2429 | 2024-08-19T15:19:34.799Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2430 | 2024-08-19T15:19:35.028Z | Checking kstat-rs v0.2.4 |
2431 | 2024-08-19T15:19:35.056Z | Checking nanorand v0.7.0 |
2432 | 2024-08-19T15:19:35.163Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2433 | 2024-08-19T15:19:35.335Z | Checking http-range v0.1.5 |
2434 | 2024-08-19T15:19:35.385Z | Checking glob v0.3.1 |
2435 | 2024-08-19T15:19:35.409Z | Checking flume v0.11.0 |
2436 | 2024-08-19T15:19:35.504Z | Checking hyper-staticfile v0.9.5 |
2437 | 2024-08-19T15:19:35.668Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2438 | 2024-08-19T15:19:35.699Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2439 | 2024-08-19T15:19:35.825Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2440 | 2024-08-19T15:19:35.875Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2441 | 2024-08-19T15:19:36.202Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2442 | 2024-08-19T15:19:36.281Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2443 | 2024-08-19T15:19:36.983Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2444 | 2024-08-19T15:19:37.165Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2445 | 2024-08-19T15:19:37.613Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2446 | 2024-08-19T15:19:37.726Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2447 | 2024-08-19T15:19:38.044Z | Checking itertools v0.13.0 |
2448 | 2024-08-19T15:19:38.653Z | Checking display-error-chain v0.2.0 |
2449 | 2024-08-19T15:19:39.110Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2450 | 2024-08-19T15:19:45.855Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2451 | 2024-08-19T15:19:52.817Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2452 | 2024-08-19T15:19:52.841Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2453 | 2024-08-19T15:19:53.685Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2454 | 2024-08-19T15:20:08.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.21s |
2455 | 2024-08-19T15:20:09.083Z | |
2456 | 2024-08-19T15:20:09.083Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (69/150) |
2457 | 2024-08-19T15:20:09.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-08-19T15:20:09.940Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-08-19T15:20:10.068Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2460 | 2024-08-19T15:20:25.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.19s |
2461 | 2024-08-19T15:20:25.426Z | |
2462 | 2024-08-19T15:20:25.426Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (70/150) |
2463 | 2024-08-19T15:20:26.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-08-19T15:20:26.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-08-19T15:20:26.370Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2466 | 2024-08-19T15:20:41.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.63s |
2467 | 2024-08-19T15:20:41.221Z | |
2468 | 2024-08-19T15:20:41.221Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (71/150) |
2469 | 2024-08-19T15:20:42.033Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-08-19T15:20:42.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-08-19T15:20:42.179Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2472 | 2024-08-19T15:20:56.728Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.50s |
2473 | 2024-08-19T15:20:56.877Z | |
2474 | 2024-08-19T15:20:56.877Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (72/150) |
2475 | 2024-08-19T15:20:57.698Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-08-19T15:20:57.722Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-08-19T15:20:57.839Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2478 | 2024-08-19T15:21:12.798Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.91s |
2479 | 2024-08-19T15:21:12.944Z | |
2480 | 2024-08-19T15:21:12.944Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (73/150) |
2481 | 2024-08-19T15:21:13.742Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-08-19T15:21:13.766Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-08-19T15:21:13.889Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2484 | 2024-08-19T15:21:28.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.02s |
2485 | 2024-08-19T15:21:29.128Z | |
2486 | 2024-08-19T15:21:29.128Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (74/150) |
2487 | 2024-08-19T15:21:29.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-08-19T15:21:29.971Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-08-19T15:21:30.109Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2490 | 2024-08-19T15:21:45.242Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.10s |
2491 | 2024-08-19T15:21:45.388Z | |
2492 | 2024-08-19T15:21:45.388Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (75/150) |
2493 | 2024-08-19T15:21:46.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-08-19T15:21:46.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-08-19T15:21:46.358Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2496 | 2024-08-19T15:22:01.232Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.83s |
2497 | 2024-08-19T15:22:01.378Z | |
2498 | 2024-08-19T15:22:01.378Z | info: running `cargo check --bins` on bootstrap-agent-api (76/150) |
2499 | 2024-08-19T15:22:02.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-08-19T15:22:02.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-08-19T15:22:02.188Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-08-19T15:22:02.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2503 | 2024-08-19T15:22:02.255Z | |
2504 | 2024-08-19T15:22:02.255Z | info: running `cargo check --bins` on nexus-client (77/150) |
2505 | 2024-08-19T15:22:03.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-08-19T15:22:03.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-08-19T15:22:03.048Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-08-19T15:22:03.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2509 | 2024-08-19T15:22:03.115Z | |
2510 | 2024-08-19T15:22:03.115Z | info: running `cargo check --bins` on sled-agent-types (78/150) |
2511 | 2024-08-19T15:22:03.917Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-08-19T15:22:03.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-08-19T15:22:03.942Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-08-19T15:22:03.942Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2515 | 2024-08-19T15:22:04.009Z | |
2516 | 2024-08-19T15:22:04.009Z | info: running `cargo check --bins` on bootstrap-agent-client (79/150) |
2517 | 2024-08-19T15:22:04.816Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-08-19T15:22:04.840Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-08-19T15:22:04.840Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-08-19T15:22:04.840Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2521 | 2024-08-19T15:22:04.909Z | |
2522 | 2024-08-19T15:22:04.909Z | info: running `cargo check --bins` on dpd-client (80/150) |
2523 | 2024-08-19T15:22:05.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-08-19T15:22:05.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-08-19T15:22:05.686Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-08-19T15:22:05.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2527 | 2024-08-19T15:22:05.756Z | |
2528 | 2024-08-19T15:22:05.756Z | info: running `cargo check --bins` on installinator-common (81/150) |
2529 | 2024-08-19T15:22:06.557Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-08-19T15:22:06.581Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-08-19T15:22:06.581Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-08-19T15:22:06.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2533 | 2024-08-19T15:22:06.651Z | |
2534 | 2024-08-19T15:22:06.651Z | info: running `cargo check --bins` on update-engine (82/150) |
2535 | 2024-08-19T15:22:07.405Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-08-19T15:22:07.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-08-19T15:22:07.429Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-08-19T15:22:07.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2539 | 2024-08-19T15:22:07.489Z | |
2540 | 2024-08-19T15:22:07.489Z | info: running `cargo check --bins` on key-manager (83/150) |
2541 | 2024-08-19T15:22:08.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-08-19T15:22:08.346Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-08-19T15:22:08.346Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-08-19T15:22:08.346Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2545 | 2024-08-19T15:22:08.407Z | |
2546 | 2024-08-19T15:22:08.407Z | info: running `cargo check --bins` on omicron-ddm-admin-client (84/150) |
2547 | 2024-08-19T15:22:09.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-08-19T15:22:09.230Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-08-19T15:22:09.230Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-08-19T15:22:09.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2551 | 2024-08-19T15:22:09.300Z | |
2552 | 2024-08-19T15:22:09.300Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (85/150) |
2553 | 2024-08-19T15:22:10.047Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-08-19T15:22:10.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-08-19T15:22:10.071Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-08-19T15:22:10.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2557 | 2024-08-19T15:22:10.132Z | |
2558 | 2024-08-19T15:22:10.132Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/150) |
2559 | 2024-08-19T15:22:10.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-08-19T15:22:10.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-08-19T15:22:10.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-08-19T15:22:10.919Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2563 | 2024-08-19T15:22:10.983Z | |
2564 | 2024-08-19T15:22:10.983Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/150) |
2565 | 2024-08-19T15:22:11.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-08-19T15:22:11.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-08-19T15:22:11.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-08-19T15:22:11.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2569 | 2024-08-19T15:22:11.846Z | |
2570 | 2024-08-19T15:22:11.846Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/150) |
2571 | 2024-08-19T15:22:12.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-08-19T15:22:12.664Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-08-19T15:22:12.664Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-08-19T15:22:12.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2575 | 2024-08-19T15:22:12.741Z | |
2576 | 2024-08-19T15:22:12.741Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/150) |
2577 | 2024-08-19T15:22:13.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-08-19T15:22:13.537Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-08-19T15:22:13.537Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-08-19T15:22:13.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2581 | 2024-08-19T15:22:13.601Z | |
2582 | 2024-08-19T15:22:13.601Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/150) |
2583 | 2024-08-19T15:22:14.371Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-08-19T15:22:14.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-08-19T15:22:14.395Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-08-19T15:22:14.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2587 | 2024-08-19T15:22:14.457Z | |
2588 | 2024-08-19T15:22:14.457Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/150) |
2589 | 2024-08-19T15:22:15.222Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-08-19T15:22:15.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-08-19T15:22:15.247Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-08-19T15:22:15.247Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2593 | 2024-08-19T15:22:15.308Z | |
2594 | 2024-08-19T15:22:15.308Z | info: running `cargo check --bins` on oximeter-producer (92/150) |
2595 | 2024-08-19T15:22:16.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-08-19T15:22:16.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-08-19T15:22:16.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-08-19T15:22:16.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2599 | 2024-08-19T15:22:16.201Z | |
2600 | 2024-08-19T15:22:16.201Z | info: running `cargo check --bins` on sled-agent-api (93/150) |
2601 | 2024-08-19T15:22:17.006Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-08-19T15:22:17.031Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-08-19T15:22:17.031Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-08-19T15:22:17.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2605 | 2024-08-19T15:22:17.101Z | |
2606 | 2024-08-19T15:22:17.101Z | info: running `cargo check --bins` on sled-hardware (94/150) |
2607 | 2024-08-19T15:22:17.902Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-08-19T15:22:17.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-08-19T15:22:17.926Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2024-08-19T15:22:17.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2611 | 2024-08-19T15:22:17.999Z | |
2612 | 2024-08-19T15:22:17.999Z | info: running `cargo check --bins --no-default-features` on sled-storage (95/150) |
2613 | 2024-08-19T15:22:18.792Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-08-19T15:22:18.816Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-08-19T15:22:18.816Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2616 | 2024-08-19T15:22:18.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2617 | 2024-08-19T15:22:18.886Z | |
2618 | 2024-08-19T15:22:18.886Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (96/150) |
2619 | 2024-08-19T15:22:19.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-08-19T15:22:19.709Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-08-19T15:22:19.710Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-08-19T15:22:19.710Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2623 | 2024-08-19T15:22:19.779Z | |
2624 | 2024-08-19T15:22:19.779Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (97/150) |
2625 | 2024-08-19T15:22:20.569Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-08-19T15:22:20.593Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-08-19T15:22:20.593Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2628 | 2024-08-19T15:22:20.593Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2629 | 2024-08-19T15:22:20.660Z | |
2630 | 2024-08-19T15:22:20.660Z | info: running `cargo check --bins` on nexus-test-interface (98/150) |
2631 | 2024-08-19T15:22:21.474Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2632 | 2024-08-19T15:22:21.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2633 | 2024-08-19T15:22:21.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2634 | 2024-08-19T15:22:21.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2635 | 2024-08-19T15:22:21.563Z | |
2636 | 2024-08-19T15:22:21.563Z | info: running `cargo check --bins` on oximeter-collector (99/150) |
2637 | 2024-08-19T15:22:22.362Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2638 | 2024-08-19T15:22:22.385Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2639 | 2024-08-19T15:22:22.490Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2640 | 2024-08-19T15:22:22.490Z | Checking bcs v0.1.6 |
2641 | 2024-08-19T15:22:22.490Z | Compiling async-recursion v1.1.1 |
2642 | 2024-08-19T15:22:22.490Z | Checking highway v1.2.0 |
2643 | 2024-08-19T15:22:22.514Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2644 | 2024-08-19T15:22:22.514Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2645 | 2024-08-19T15:22:23.755Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2646 | 2024-08-19T15:22:27.720Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2647 | 2024-08-19T15:22:29.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.37s |
2648 | 2024-08-19T15:22:30.086Z | |
2649 | 2024-08-19T15:22:30.086Z | info: running `cargo check --bins` on oximeter-api (100/150) |
2650 | 2024-08-19T15:22:30.855Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-08-19T15:22:30.879Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-08-19T15:22:30.879Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2653 | 2024-08-19T15:22:30.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2654 | 2024-08-19T15:22:30.943Z | |
2655 | 2024-08-19T15:22:30.943Z | info: running `cargo check --bins` on oximeter-client (101/150) |
2656 | 2024-08-19T15:22:31.721Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-08-19T15:22:31.745Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-08-19T15:22:31.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2659 | 2024-08-19T15:22:31.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2660 | 2024-08-19T15:22:31.810Z | |
2661 | 2024-08-19T15:22:31.810Z | info: running `cargo check --bins --no-default-features` on oximeter-db (102/150) |
2662 | 2024-08-19T15:22:32.596Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-08-19T15:22:32.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-08-19T15:22:32.722Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2665 | 2024-08-19T15:22:33.389Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.57s |
2666 | 2024-08-19T15:22:33.527Z | |
2667 | 2024-08-19T15:22:33.527Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (103/150) |
2668 | 2024-08-19T15:22:34.324Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-08-19T15:22:34.348Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-08-19T15:22:34.441Z | Compiling vte_generate_state_changes v0.1.1 |
2671 | 2024-08-19T15:22:34.441Z | Checking fd-lock v4.0.2 |
2672 | 2024-08-19T15:22:34.465Z | Checking bytecount v0.6.8 |
2673 | 2024-08-19T15:22:34.465Z | Compiling tabled_derive v0.7.0 |
2674 | 2024-08-19T15:22:34.465Z | Checking crossterm v0.27.0 |
2675 | 2024-08-19T15:22:34.465Z | Compiling peg-macros v0.8.4 |
2676 | 2024-08-19T15:22:34.465Z | Compiling sqlparser_derive v0.2.2 |
2677 | 2024-08-19T15:22:34.465Z | Checking nu-ansi-term v0.50.0 |
2678 | 2024-08-19T15:22:34.613Z | Checking papergrid v0.11.0 |
2679 | 2024-08-19T15:22:34.720Z | Checking unicode_categories v0.1.1 |
2680 | 2024-08-19T15:22:34.885Z | Checking home v0.5.9 |
2681 | 2024-08-19T15:22:34.986Z | Checking sqlformat v0.2.4 |
2682 | 2024-08-19T15:22:35.009Z | Checking vte v0.11.1 |
2683 | 2024-08-19T15:22:35.033Z | Checking rustyline v14.0.0 |
2684 | 2024-08-19T15:22:35.404Z | Checking sqlparser v0.45.0 |
2685 | 2024-08-19T15:22:35.854Z | Checking crossterm v0.28.1 |
2686 | 2024-08-19T15:22:36.066Z | Checking strip-ansi-escapes v0.2.0 |
2687 | 2024-08-19T15:22:36.197Z | Checking reedline v0.33.0 |
2688 | 2024-08-19T15:22:36.612Z | Checking tabled v0.15.0 |
2689 | 2024-08-19T15:22:37.090Z | Checking peg v0.8.4 |
2690 | 2024-08-19T15:22:42.572Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2691 | 2024-08-19T15:22:49.979Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.44s |
2692 | 2024-08-19T15:22:50.112Z | |
2693 | 2024-08-19T15:22:50.112Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (104/150) |
2694 | 2024-08-19T15:22:50.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-08-19T15:22:50.921Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-08-19T15:22:51.004Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2697 | 2024-08-19T15:22:58.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.24s |
2698 | 2024-08-19T15:22:58.501Z | |
2699 | 2024-08-19T15:22:58.501Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (105/150) |
2700 | 2024-08-19T15:22:59.301Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2024-08-19T15:22:59.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2024-08-19T15:22:59.407Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2703 | 2024-08-19T15:23:06.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.95s |
2704 | 2024-08-19T15:23:06.605Z | |
2705 | 2024-08-19T15:23:06.605Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (106/150) |
2706 | 2024-08-19T15:23:07.391Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2024-08-19T15:23:07.415Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2024-08-19T15:23:07.499Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2709 | 2024-08-19T15:23:12.663Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.05s |
2710 | 2024-08-19T15:23:12.820Z | |
2711 | 2024-08-19T15:23:12.820Z | info: running `cargo check --bins` on cockroach-admin-client (107/150) |
2712 | 2024-08-19T15:23:13.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2024-08-19T15:23:13.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2024-08-19T15:23:13.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2715 | 2024-08-19T15:23:13.595Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2716 | 2024-08-19T15:23:13.654Z | |
2717 | 2024-08-19T15:23:13.654Z | info: running `cargo check --bins` on installinator-client (108/150) |
2718 | 2024-08-19T15:23:14.440Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2024-08-19T15:23:14.463Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2024-08-19T15:23:14.463Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2721 | 2024-08-19T15:23:14.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2722 | 2024-08-19T15:23:14.533Z | |
2723 | 2024-08-19T15:23:14.533Z | info: running `cargo check --bins` on oxide-client (109/150) |
2724 | 2024-08-19T15:23:15.271Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2024-08-19T15:23:15.295Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2024-08-19T15:23:15.295Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2727 | 2024-08-19T15:23:15.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2728 | 2024-08-19T15:23:15.360Z | |
2729 | 2024-08-19T15:23:15.360Z | info: running `cargo check --bins` on wicketd-client (110/150) |
2730 | 2024-08-19T15:23:16.163Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2024-08-19T15:23:16.187Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2024-08-19T15:23:16.187Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2733 | 2024-08-19T15:23:16.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2734 | 2024-08-19T15:23:16.258Z | |
2735 | 2024-08-19T15:23:16.258Z | info: running `cargo check --bins` on wicket-common (111/150) |
2736 | 2024-08-19T15:23:17.058Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2737 | 2024-08-19T15:23:17.081Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2738 | 2024-08-19T15:23:17.081Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2739 | 2024-08-19T15:23:17.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2740 | 2024-08-19T15:23:17.150Z | |
2741 | 2024-08-19T15:23:17.150Z | info: running `cargo check --bins` on omicron-cockroach-admin (112/150) |
2742 | 2024-08-19T15:23:17.996Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2743 | 2024-08-19T15:23:18.019Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2744 | 2024-08-19T15:23:18.111Z | Checking csv-core v0.1.11 |
2745 | 2024-08-19T15:23:18.134Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2746 | 2024-08-19T15:23:18.419Z | Checking csv v1.3.0 |
2747 | 2024-08-19T15:23:19.083Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2748 | 2024-08-19T15:23:19.519Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2749 | 2024-08-19T15:23:20.980Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.82s |
2750 | 2024-08-19T15:23:21.109Z | |
2751 | 2024-08-19T15:23:21.109Z | info: running `cargo check --bins` on cockroach-admin-api (113/150) |
2752 | 2024-08-19T15:23:21.874Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2024-08-19T15:23:21.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2024-08-19T15:23:21.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2024-08-19T15:23:21.898Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2756 | 2024-08-19T15:23:21.963Z | |
2757 | 2024-08-19T15:23:21.963Z | info: running `cargo check --bins` on cockroach-admin-types (114/150) |
2758 | 2024-08-19T15:23:22.712Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2024-08-19T15:23:22.736Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2024-08-19T15:23:22.736Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2761 | 2024-08-19T15:23:22.736Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2762 | 2024-08-19T15:23:22.806Z | |
2763 | 2024-08-19T15:23:22.806Z | info: running `cargo check --bins` on cert-dev (115/150) |
2764 | 2024-08-19T15:23:23.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-08-19T15:23:23.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-08-19T15:23:23.663Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2767 | 2024-08-19T15:23:23.911Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.09s |
2768 | 2024-08-19T15:23:24.035Z | |
2769 | 2024-08-19T15:23:24.035Z | info: running `cargo check --bins` on ch-dev (116/150) |
2770 | 2024-08-19T15:23:24.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-08-19T15:23:24.844Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-08-19T15:23:24.931Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2773 | 2024-08-19T15:23:25.694Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.65s |
2774 | 2024-08-19T15:23:25.836Z | |
2775 | 2024-08-19T15:23:25.836Z | info: running `cargo check --bins` on crdb-seed (117/150) |
2776 | 2024-08-19T15:23:26.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-08-19T15:23:26.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-08-19T15:23:26.716Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2779 | 2024-08-19T15:23:27.037Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.19s |
2780 | 2024-08-19T15:23:27.171Z | |
2781 | 2024-08-19T15:23:27.172Z | info: running `cargo check --bins` on db-dev (118/150) |
2782 | 2024-08-19T15:23:27.951Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-08-19T15:23:27.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-08-19T15:23:28.066Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2785 | 2024-08-19T15:23:28.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.69s |
2786 | 2024-08-19T15:23:29.011Z | |
2787 | 2024-08-19T15:23:29.011Z | info: running `cargo check --bins` on omicron-dev-lib (119/150) |
2788 | 2024-08-19T15:23:29.781Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-08-19T15:23:29.806Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-08-19T15:23:29.806Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2791 | 2024-08-19T15:23:29.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2792 | 2024-08-19T15:23:29.871Z | |
2793 | 2024-08-19T15:23:29.871Z | info: running `cargo check --bins` on xtask-downloader (120/150) |
2794 | 2024-08-19T15:23:30.584Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-08-19T15:23:30.607Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-08-19T15:23:30.667Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2797 | 2024-08-19T15:23:31.652Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.77s |
2798 | 2024-08-19T15:23:31.780Z | |
2799 | 2024-08-19T15:23:31.781Z | info: running `cargo check --bins` on mgs-dev (121/150) |
2800 | 2024-08-19T15:23:32.576Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-08-19T15:23:32.599Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-08-19T15:23:32.736Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2803 | 2024-08-19T15:23:33.327Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2804 | 2024-08-19T15:23:33.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.03s |
2805 | 2024-08-19T15:23:33.967Z | |
2806 | 2024-08-19T15:23:33.967Z | info: running `cargo check --bins` on omicron-omdb (122/150) |
2807 | 2024-08-19T15:23:34.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2808 | 2024-08-19T15:23:34.859Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2809 | 2024-08-19T15:23:35.039Z | Compiling glob v0.3.1 |
2810 | 2024-08-19T15:23:35.039Z | Compiling crunchy v0.2.2 |
2811 | 2024-08-19T15:23:35.039Z | Compiling tiny-keccak v2.0.2 |
2812 | 2024-08-19T15:23:35.063Z | Compiling dsl_auto_type v0.1.2 |
2813 | 2024-08-19T15:23:35.086Z | Checking scheduled-thread-pool v0.2.7 |
2814 | 2024-08-19T15:23:35.110Z | Compiling diesel_table_macro_syntax v0.2.0 |
2815 | 2024-08-19T15:23:35.157Z | Compiling ascii-canvas v3.0.0 |
2816 | 2024-08-19T15:23:35.182Z | Compiling ena v0.14.3 |
2817 | 2024-08-19T15:23:35.321Z | Checking r2d2 v0.8.10 |
2818 | 2024-08-19T15:23:35.388Z | Compiling libloading v0.8.3 |
2819 | 2024-08-19T15:23:35.527Z | Compiling bindgen v0.69.4 |
2820 | 2024-08-19T15:23:35.550Z | Compiling regex-syntax v0.6.29 |
2821 | 2024-08-19T15:23:35.601Z | Compiling diff v0.1.13 |
2822 | 2024-08-19T15:23:35.650Z | Compiling which v4.4.2 |
2823 | 2024-08-19T15:23:35.755Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2824 | 2024-08-19T15:23:35.924Z | Compiling clang-sys v1.7.0 |
2825 | 2024-08-19T15:23:35.963Z | Compiling cexpr v0.6.0 |
2826 | 2024-08-19T15:23:36.195Z | Compiling ref-cast v1.0.23 |
2827 | 2024-08-19T15:23:36.219Z | Compiling rustc-hash v1.1.0 |
2828 | 2024-08-19T15:23:36.243Z | Compiling lazycell v1.3.0 |
2829 | 2024-08-19T15:23:36.266Z | Compiling shlex v1.3.0 |
2830 | 2024-08-19T15:23:36.363Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2831 | 2024-08-19T15:23:36.394Z | Compiling derive_builder_core v0.20.0 |
2832 | 2024-08-19T15:23:36.497Z | Compiling diesel_derives v2.2.2 |
2833 | 2024-08-19T15:23:36.646Z | Compiling libxml v0.3.3 |
2834 | 2024-08-19T15:23:36.684Z | Compiling ref-cast-impl v1.0.23 |
2835 | 2024-08-19T15:23:36.737Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2836 | 2024-08-19T15:23:37.023Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2837 | 2024-08-19T15:23:37.167Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2838 | 2024-08-19T15:23:37.413Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2839 | 2024-08-19T15:23:37.483Z | Compiling strum_macros v0.24.3 |
2840 | 2024-08-19T15:23:37.753Z | Compiling cookie v0.18.1 |
2841 | 2024-08-19T15:23:37.821Z | Compiling indoc v1.0.9 |
2842 | 2024-08-19T15:23:38.422Z | Compiling lalrpop v0.19.12 |
2843 | 2024-08-19T15:23:38.718Z | Compiling derive_builder_macro v0.20.0 |
2844 | 2024-08-19T15:23:39.446Z | Checking derive_builder v0.20.0 |
2845 | 2024-08-19T15:23:39.598Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2846 | 2024-08-19T15:23:39.783Z | Compiling impl-trait-for-tuples v0.2.2 |
2847 | 2024-08-19T15:23:39.853Z | Compiling oso-derive v0.27.3 |
2848 | 2024-08-19T15:23:40.420Z | Checking quick-xml v0.31.0 |
2849 | 2024-08-19T15:23:40.472Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2850 | 2024-08-19T15:23:40.742Z | Checking maplit v1.0.2 |
2851 | 2024-08-19T15:23:40.872Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2852 | 2024-08-19T15:23:41.233Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2853 | 2024-08-19T15:23:41.481Z | Checking bb8 v0.8.5 |
2854 | 2024-08-19T15:23:41.882Z | Compiling const_format_proc_macros v0.2.32 |
2855 | 2024-08-19T15:23:42.215Z | Checking crossbeam-deque v0.8.5 |
2856 | 2024-08-19T15:23:42.239Z | Compiling portable-atomic v1.6.0 |
2857 | 2024-08-19T15:23:42.476Z | Checking rayon-core v1.12.1 |
2858 | 2024-08-19T15:23:43.095Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2859 | 2024-08-19T15:23:43.226Z | Checking castaway v0.2.3 |
2860 | 2024-08-19T15:23:43.378Z | Checking compact_str v0.8.0 |
2861 | 2024-08-19T15:23:43.695Z | Checking const_format v0.2.32 |
2862 | 2024-08-19T15:23:44.099Z | Checking rayon v1.10.0 |
2863 | 2024-08-19T15:23:44.123Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2864 | 2024-08-19T15:23:44.310Z | Checking unicode-truncate v1.0.0 |
2865 | 2024-08-19T15:23:44.366Z | Checking lru v0.12.3 |
2866 | 2024-08-19T15:23:44.512Z | Compiling instability v0.3.2 |
2867 | 2024-08-19T15:23:44.616Z | Checking unicode-linebreak v0.1.5 |
2868 | 2024-08-19T15:23:44.950Z | Checking cassowary v0.3.0 |
2869 | 2024-08-19T15:23:45.302Z | Checking smawk v0.3.2 |
2870 | 2024-08-19T15:23:45.326Z | Checking number_prefix v0.4.0 |
2871 | 2024-08-19T15:23:45.486Z | Checking textwrap v0.16.1 |
2872 | 2024-08-19T15:23:45.510Z | Checking ratatui v0.28.0 |
2873 | 2024-08-19T15:23:45.852Z | Checking multimap v0.10.0 |
2874 | 2024-08-19T15:23:46.414Z | Checking diesel v2.2.2 |
2875 | 2024-08-19T15:23:47.410Z | Checking indicatif v0.17.8 |
2876 | 2024-08-19T15:24:04.128Z | Compiling samael v0.0.15 |
2877 | 2024-08-19T15:24:15.766Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2878 | 2024-08-19T15:24:17.732Z | Compiling polar-core v0.27.3 |
2879 | 2024-08-19T15:24:26.531Z | Checking oso v0.27.3 |
2880 | 2024-08-19T15:25:40.716Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2881 | 2024-08-19T15:25:47.651Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 13s |
2882 | 2024-08-19T15:25:47.863Z | |
2883 | 2024-08-19T15:25:47.863Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (123/150) |
2884 | 2024-08-19T15:25:48.668Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2024-08-19T15:25:48.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2024-08-19T15:25:48.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2024-08-19T15:25:48.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2888 | 2024-08-19T15:25:48.767Z | |
2889 | 2024-08-19T15:25:48.767Z | info: running `cargo check --bins` on nexus-saga-recovery (124/150) |
2890 | 2024-08-19T15:25:49.580Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2024-08-19T15:25:49.604Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2024-08-19T15:25:49.604Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2893 | 2024-08-19T15:25:49.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2894 | 2024-08-19T15:25:49.678Z | |
2895 | 2024-08-19T15:25:49.678Z | info: running `cargo check --bins` on nexus-test-utils-macros (125/150) |
2896 | 2024-08-19T15:25:50.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2897 | 2024-08-19T15:25:50.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2898 | 2024-08-19T15:25:50.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2899 | 2024-08-19T15:25:50.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2900 | 2024-08-19T15:25:50.487Z | |
2901 | 2024-08-19T15:25:50.488Z | info: running `cargo check --bins` on omicron-nexus (126/150) |
2902 | 2024-08-19T15:25:51.359Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2903 | 2024-08-19T15:25:51.383Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2904 | 2024-08-19T15:25:51.567Z | Compiling libz-sys v1.1.16 |
2905 | 2024-08-19T15:25:51.591Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2906 | 2024-08-19T15:25:51.615Z | Compiling vergen v8.3.2 |
2907 | 2024-08-19T15:25:51.615Z | Compiling cargo-platform v0.1.8 |
2908 | 2024-08-19T15:25:51.615Z | Compiling pin-project-internal v1.1.5 |
2909 | 2024-08-19T15:25:51.664Z | Compiling snafu-derive v0.8.2 |
2910 | 2024-08-19T15:25:51.664Z | Compiling libsqlite3-sys v0.28.0 |
2911 | 2024-08-19T15:25:51.688Z | Compiling buf-list v1.0.3 |
2912 | 2024-08-19T15:25:51.913Z | Compiling cargo_metadata v0.18.1 |
2913 | 2024-08-19T15:25:52.168Z | Checking globset v0.4.14 |
2914 | 2024-08-19T15:25:52.192Z | Checking olpc-cjson v0.1.3 |
2915 | 2024-08-19T15:25:52.334Z | Checking rand_seeder v0.3.0 |
2916 | 2024-08-19T15:25:52.395Z | Checking serde_plain v1.0.2 |
2917 | 2024-08-19T15:25:52.467Z | Checking typed-path v0.7.1 |
2918 | 2024-08-19T15:25:52.570Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2919 | 2024-08-19T15:25:52.764Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2920 | 2024-08-19T15:25:52.909Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2921 | 2024-08-19T15:25:53.055Z | Checking hashlink v0.9.1 |
2922 | 2024-08-19T15:25:53.079Z | Checking parse-size v1.0.0 |
2923 | 2024-08-19T15:25:53.189Z | Checking fallible-iterator v0.3.0 |
2924 | 2024-08-19T15:25:53.213Z | Checking fallible-streaming-iterator v0.1.9 |
2925 | 2024-08-19T15:25:53.469Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2926 | 2024-08-19T15:25:53.580Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2927 | 2024-08-19T15:25:53.703Z | Checking rusqlite v0.31.0 |
2928 | 2024-08-19T15:25:54.139Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2929 | 2024-08-19T15:25:54.217Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2930 | 2024-08-19T15:25:54.242Z | Checking pin-project v1.1.5 |
2931 | 2024-08-19T15:25:54.354Z | Checking twox-hash v1.6.3 |
2932 | 2024-08-19T15:25:54.442Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2933 | 2024-08-19T15:25:54.736Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2934 | 2024-08-19T15:25:55.007Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2935 | 2024-08-19T15:25:55.061Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2936 | 2024-08-19T15:25:55.137Z | Checking fatfs v0.3.6 |
2937 | 2024-08-19T15:25:55.175Z | Checking assert_matches v1.5.0 |
2938 | 2024-08-19T15:25:56.252Z | Checking snafu v0.8.2 |
2939 | 2024-08-19T15:25:56.649Z | Checking tough v0.17.1 |
2940 | 2024-08-19T15:26:00.679Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2941 | 2024-08-19T15:26:02.106Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2942 | 2024-08-19T15:26:02.681Z | Compiling git2 v0.19.0 |
2943 | 2024-08-19T15:26:08.728Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2944 | 2024-08-19T15:27:22.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s |
2945 | 2024-08-19T15:27:22.285Z | |
2946 | 2024-08-19T15:27:22.285Z | info: running `cargo check --bins` on nexus-internal-api (127/150) |
2947 | 2024-08-19T15:27:23.127Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2948 | 2024-08-19T15:27:23.151Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2949 | 2024-08-19T15:27:23.152Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2950 | 2024-08-19T15:27:23.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2951 | 2024-08-19T15:27:23.220Z | |
2952 | 2024-08-19T15:27:23.220Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (128/150) |
2953 | 2024-08-19T15:27:24.027Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2954 | 2024-08-19T15:27:24.051Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2955 | 2024-08-19T15:27:24.051Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2956 | 2024-08-19T15:27:24.051Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2957 | 2024-08-19T15:27:24.124Z | |
2958 | 2024-08-19T15:27:24.124Z | info: running `cargo check --bins` on nexus-networking (129/150) |
2959 | 2024-08-19T15:27:24.936Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2960 | 2024-08-19T15:27:24.960Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2961 | 2024-08-19T15:27:24.960Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2962 | 2024-08-19T15:27:24.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2963 | 2024-08-19T15:27:25.037Z | |
2964 | 2024-08-19T15:27:25.037Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (130/150) |
2965 | 2024-08-19T15:27:25.853Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2024-08-19T15:27:25.877Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2024-08-19T15:27:25.877Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2968 | 2024-08-19T15:27:25.877Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2969 | 2024-08-19T15:27:25.949Z | |
2970 | 2024-08-19T15:27:25.949Z | info: running `cargo check --bins` on update-common (131/150) |
2971 | 2024-08-19T15:27:26.756Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2024-08-19T15:27:26.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2024-08-19T15:27:26.780Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2974 | 2024-08-19T15:27:26.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2975 | 2024-08-19T15:27:26.847Z | |
2976 | 2024-08-19T15:27:26.847Z | info: running `cargo check --bins` on tufaceous-lib (132/150) |
2977 | 2024-08-19T15:27:27.644Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2024-08-19T15:27:27.668Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2024-08-19T15:27:27.669Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2980 | 2024-08-19T15:27:27.669Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2981 | 2024-08-19T15:27:27.756Z | |
2982 | 2024-08-19T15:27:27.756Z | info: running `cargo check --bins` on tufaceous (133/150) |
2983 | 2024-08-19T15:27:28.563Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2984 | 2024-08-19T15:27:28.587Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2985 | 2024-08-19T15:27:28.678Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2986 | 2024-08-19T15:27:29.716Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
2987 | 2024-08-19T15:27:29.868Z | |
2988 | 2024-08-19T15:27:29.868Z | info: running `cargo check --bins` on omicron-dev (134/150) |
2989 | 2024-08-19T15:27:30.786Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2990 | 2024-08-19T15:27:30.810Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2991 | 2024-08-19T15:27:31.015Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2992 | 2024-08-19T15:27:31.015Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2993 | 2024-08-19T15:27:31.039Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2994 | 2024-08-19T15:27:32.671Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2995 | 2024-08-19T15:27:35.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
2996 | 2024-08-19T15:27:35.812Z | |
2997 | 2024-08-19T15:27:35.812Z | info: running `cargo check --bins` on openapi-manager (135/150) |
2998 | 2024-08-19T15:27:36.629Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2999 | 2024-08-19T15:27:36.653Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3000 | 2024-08-19T15:27:36.763Z | Checking is_ci v1.2.0 |
3001 | 2024-08-19T15:27:36.763Z | Checking heck v0.4.1 |
3002 | 2024-08-19T15:27:36.763Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3003 | 2024-08-19T15:27:36.787Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3004 | 2024-08-19T15:27:36.787Z | Checking indent_write v2.2.0 |
3005 | 2024-08-19T15:27:36.911Z | Checking supports-color v3.0.0 |
3006 | 2024-08-19T15:27:36.990Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3007 | 2024-08-19T15:27:38.712Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3008 | 2024-08-19T15:27:39.730Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3009 | 2024-08-19T15:27:40.893Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s |
3010 | 2024-08-19T15:27:41.044Z | |
3011 | 2024-08-19T15:27:41.044Z | info: running `cargo check --bins` on installinator-api (136/150) |
3012 | 2024-08-19T15:27:41.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3013 | 2024-08-19T15:27:41.822Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3014 | 2024-08-19T15:27:41.822Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3015 | 2024-08-19T15:27:41.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
3016 | 2024-08-19T15:27:41.885Z | |
3017 | 2024-08-19T15:27:41.885Z | info: running `cargo check --bins` on wicketd-api (137/150) |
3018 | 2024-08-19T15:27:42.669Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3019 | 2024-08-19T15:27:42.693Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3020 | 2024-08-19T15:27:42.693Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3021 | 2024-08-19T15:27:42.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
3022 | 2024-08-19T15:27:42.769Z | |
3023 | 2024-08-19T15:27:42.769Z | info: running `cargo check --bins` on reconfigurator-cli (138/150) |
3024 | 2024-08-19T15:27:43.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3025 | 2024-08-19T15:27:43.606Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3026 | 2024-08-19T15:27:43.730Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3027 | 2024-08-19T15:27:45.136Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
3028 | 2024-08-19T15:27:45.285Z | |
3029 | 2024-08-19T15:27:45.285Z | info: running `cargo check --bins` on omicron-releng (139/150) |
3030 | 2024-08-19T15:27:46.064Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3031 | 2024-08-19T15:27:46.088Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3032 | 2024-08-19T15:27:46.172Z | Checking memmap2 v0.9.4 |
3033 | 2024-08-19T15:27:46.172Z | Checking untrusted v0.7.1 |
3034 | 2024-08-19T15:27:46.172Z | Checking arrayref v0.3.7 |
3035 | 2024-08-19T15:27:46.172Z | Checking arrayvec v0.7.4 |
3036 | 2024-08-19T15:27:46.172Z | Checking constant_time_eq v0.3.0 |
3037 | 2024-08-19T15:27:46.173Z | Checking spin v0.5.2 |
3038 | 2024-08-19T15:27:46.197Z | Checking cargo-platform v0.1.8 |
3039 | 2024-08-19T15:27:46.197Z | Checking topological-sort v0.2.2 |
3040 | 2024-08-19T15:27:46.309Z | Checking shell-words v1.1.0 |
3041 | 2024-08-19T15:27:46.421Z | Checking ring v0.16.20 |
3042 | 2024-08-19T15:27:46.537Z | Checking cargo_metadata v0.18.1 |
3043 | 2024-08-19T15:27:46.607Z | Checking blake3 v1.5.1 |
3044 | 2024-08-19T15:27:47.871Z | Checking omicron-zone-package v0.11.0 |
3045 | 2024-08-19T15:27:49.261Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3046 | 2024-08-19T15:27:50.339Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.04s |
3047 | 2024-08-19T15:27:50.479Z | |
3048 | 2024-08-19T15:27:50.479Z | info: running `cargo check --bins` on xtask (140/150) |
3049 | 2024-08-19T15:27:51.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3050 | 2024-08-19T15:27:51.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3051 | 2024-08-19T15:27:51.104Z | Checking serde v1.0.207 |
3052 | 2024-08-19T15:27:51.104Z | Checking thiserror v1.0.63 |
3053 | 2024-08-19T15:27:51.104Z | Checking scroll v0.12.0 |
3054 | 2024-08-19T15:27:51.128Z | Checking bitflags v2.6.0 |
3055 | 2024-08-19T15:27:51.128Z | Checking log v0.4.21 |
3056 | 2024-08-19T15:27:51.152Z | Checking hashbrown v0.14.5 |
3057 | 2024-08-19T15:27:51.176Z | Checking zerocopy v0.7.34 |
3058 | 2024-08-19T15:27:51.201Z | Checking syn v2.0.74 |
3059 | 2024-08-19T15:27:51.249Z | Checking pest v2.7.10 |
3060 | 2024-08-19T15:27:51.384Z | Checking rustix v0.38.34 |
3061 | 2024-08-19T15:27:51.408Z | Checking fs-err v2.11.0 |
3062 | 2024-08-19T15:27:51.568Z | Checking goblin v0.8.2 |
3063 | 2024-08-19T15:27:51.658Z | Checking tabled v0.15.0 |
3064 | 2024-08-19T15:27:52.133Z | Checking indexmap v2.4.0 |
3065 | 2024-08-19T15:27:52.246Z | Checking terminal_size v0.3.0 |
3066 | 2024-08-19T15:27:52.359Z | Checking anyhow v1.0.86 |
3067 | 2024-08-19T15:27:52.383Z | Checking clap_builder v4.5.15 |
3068 | 2024-08-19T15:27:53.313Z | Checking dtrace-parser v0.2.0 |
3069 | 2024-08-19T15:27:54.800Z | Checking clap v4.5.15 |
3070 | 2024-08-19T15:27:55.254Z | Checking serde_json v1.0.125 |
3071 | 2024-08-19T15:27:55.254Z | Checking toml_datetime v0.6.8 |
3072 | 2024-08-19T15:27:55.254Z | Checking serde_spanned v0.6.7 |
3073 | 2024-08-19T15:27:55.278Z | Checking camino v1.1.7 |
3074 | 2024-08-19T15:27:55.278Z | Checking semver v1.0.23 |
3075 | 2024-08-19T15:27:55.278Z | Checking cargo-platform v0.1.8 |
3076 | 2024-08-19T15:27:55.278Z | Checking macaddr v1.0.1 |
3077 | 2024-08-19T15:27:55.572Z | Checking toml_edit v0.22.20 |
3078 | 2024-08-19T15:27:56.415Z | Checking dof v0.3.0 |
3079 | 2024-08-19T15:27:56.416Z | Checking cargo_metadata v0.18.1 |
3080 | 2024-08-19T15:27:56.916Z | Checking usdt-impl v0.5.0 |
3081 | 2024-08-19T15:27:57.354Z | Checking usdt v0.5.0 |
3082 | 2024-08-19T15:27:57.702Z | Checking toml v0.8.19 |
3083 | 2024-08-19T15:27:58.280Z | Checking cargo_toml v0.20.4 |
3084 | 2024-08-19T15:27:59.807Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3085 | 2024-08-19T15:28:00.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.05s |
3086 | 2024-08-19T15:28:00.628Z | |
3087 | 2024-08-19T15:28:00.628Z | info: running `cargo check --bins` on end-to-end-tests (141/150) |
3088 | 2024-08-19T15:28:01.228Z | Downloading crates ... |
3089 | 2024-08-19T15:28:01.496Z | Downloaded ecdsa v0.16.9 |
3090 | 2024-08-19T15:28:01.520Z | Downloaded md5 v0.7.0 |
3091 | 2024-08-19T15:28:01.520Z | Downloaded ssh-key v0.6.6 |
3092 | 2024-08-19T15:28:01.544Z | Downloaded p384 v0.13.0 |
3093 | 2024-08-19T15:28:01.544Z | Downloaded aes-gcm v0.10.3 |
3094 | 2024-08-19T15:28:01.544Z | Downloaded ssh-encoding v0.2.0 |
3095 | 2024-08-19T15:28:01.544Z | Downloaded ssh-cipher v0.2.0 |
3096 | 2024-08-19T15:28:01.544Z | Downloaded russh-keys v0.44.0 |
3097 | 2024-08-19T15:28:01.544Z | Downloaded russh-cryptovec v0.7.2 |
3098 | 2024-08-19T15:28:01.544Z | Downloaded russh v0.44.1 |
3099 | 2024-08-19T15:28:01.569Z | Downloaded rfc6979 v0.4.0 |
3100 | 2024-08-19T15:28:01.569Z | Downloaded primeorder v0.13.6 |
3101 | 2024-08-19T15:28:01.569Z | Downloaded polyval v0.6.2 |
3102 | 2024-08-19T15:28:01.569Z | Downloaded pbkdf2 v0.11.0 |
3103 | 2024-08-19T15:28:01.569Z | Downloaded password-hash v0.4.2 |
3104 | 2024-08-19T15:28:01.569Z | Downloaded p521 v0.13.3 |
3105 | 2024-08-19T15:28:01.569Z | Downloaded p256 v0.13.2 |
3106 | 2024-08-19T15:28:01.569Z | Downloaded option-ext v0.2.0 |
3107 | 2024-08-19T15:28:01.569Z | Downloaded num-bigint v0.4.5 |
3108 | 2024-08-19T15:28:01.593Z | Downloaded ghash v0.5.1 |
3109 | 2024-08-19T15:28:01.593Z | Downloaded ed25519-dalek v2.1.1 |
3110 | 2024-08-19T15:28:01.593Z | Downloaded ed25519 v2.2.3 |
3111 | 2024-08-19T15:28:01.593Z | Downloaded dirs-sys v0.4.1 |
3112 | 2024-08-19T15:28:01.593Z | Downloaded dirs v5.0.1 |
3113 | 2024-08-19T15:28:01.593Z | Downloaded dhcproto-macros v0.1.0 |
3114 | 2024-08-19T15:28:01.593Z | Downloaded dhcproto v0.12.0 |
3115 | 2024-08-19T15:28:01.594Z | Downloaded blowfish v0.9.1 |
3116 | 2024-08-19T15:28:01.594Z | Downloaded bcrypt-pbkdf v0.10.0 |
3117 | 2024-08-19T15:28:01.594Z | Downloaded internet-checksum v0.2.1 |
3118 | 2024-08-19T15:28:01.594Z | Downloaded hex-literal v0.4.1 |
3119 | 2024-08-19T15:28:01.618Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2024-08-19T15:28:01.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2024-08-19T15:28:01.777Z | Checking polyval v0.6.2 |
3122 | 2024-08-19T15:28:01.777Z | Checking rfc6979 v0.4.0 |
3123 | 2024-08-19T15:28:01.822Z | Checking primeorder v0.13.6 |
3124 | 2024-08-19T15:28:01.846Z | Checking ctr v0.9.2 |
3125 | 2024-08-19T15:28:01.870Z | Checking ed25519 v2.2.3 |
3126 | 2024-08-19T15:28:01.870Z | Checking ssh-encoding v0.2.0 |
3127 | 2024-08-19T15:28:01.870Z | Checking blowfish v0.9.1 |
3128 | 2024-08-19T15:28:01.870Z | Checking option-ext v0.2.0 |
3129 | 2024-08-19T15:28:01.974Z | Checking ecdsa v0.16.9 |
3130 | 2024-08-19T15:28:02.000Z | Checking dirs-sys v0.4.1 |
3131 | 2024-08-19T15:28:02.032Z | Checking ghash v0.5.1 |
3132 | 2024-08-19T15:28:02.101Z | Checking password-hash v0.4.2 |
3133 | 2024-08-19T15:28:02.125Z | Checking bcrypt-pbkdf v0.10.0 |
3134 | 2024-08-19T15:28:02.153Z | Checking ed25519-dalek v2.1.1 |
3135 | 2024-08-19T15:28:02.176Z | Checking dirs v5.0.1 |
3136 | 2024-08-19T15:28:02.200Z | Checking russh-cryptovec v0.7.2 |
3137 | 2024-08-19T15:28:02.224Z | Checking aes-gcm v0.10.3 |
3138 | 2024-08-19T15:28:02.251Z | Checking md5 v0.7.0 |
3139 | 2024-08-19T15:28:02.301Z | Checking num-bigint v0.4.5 |
3140 | 2024-08-19T15:28:02.339Z | Compiling dhcproto-macros v0.1.0 |
3141 | 2024-08-19T15:28:02.373Z | Checking hex-literal v0.4.1 |
3142 | 2024-08-19T15:28:02.422Z | Checking ssh-cipher v0.2.0 |
3143 | 2024-08-19T15:28:02.478Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3144 | 2024-08-19T15:28:02.502Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3145 | 2024-08-19T15:28:02.502Z | Checking pbkdf2 v0.11.0 |
3146 | 2024-08-19T15:28:02.502Z | Checking internet-checksum v0.2.1 |
3147 | 2024-08-19T15:28:02.590Z | Checking p384 v0.13.0 |
3148 | 2024-08-19T15:28:02.681Z | Checking ssh-key v0.6.6 |
3149 | 2024-08-19T15:28:02.705Z | Checking p256 v0.13.2 |
3150 | 2024-08-19T15:28:02.781Z | Checking p521 v0.13.3 |
3151 | 2024-08-19T15:28:03.139Z | Checking dhcproto v0.12.0 |
3152 | 2024-08-19T15:28:04.048Z | Checking russh-keys v0.44.0 |
3153 | 2024-08-19T15:28:05.135Z | Checking russh v0.44.1 |
3154 | 2024-08-19T15:28:26.317Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3155 | 2024-08-19T15:28:27.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.32s |
3156 | 2024-08-19T15:28:28.126Z | |
3157 | 2024-08-19T15:28:28.126Z | info: running `cargo check --bins` on gateway-cli (142/150) |
3158 | 2024-08-19T15:28:28.879Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3159 | 2024-08-19T15:28:28.903Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3160 | 2024-08-19T15:28:28.970Z | Checking termios v0.3.3 |
3161 | 2024-08-19T15:28:29.145Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3162 | 2024-08-19T15:28:30.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.95s |
3163 | 2024-08-19T15:28:30.224Z | |
3164 | 2024-08-19T15:28:30.224Z | info: running `cargo check --bins --no-default-features` on installinator (143/150) |
3165 | 2024-08-19T15:28:31.035Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3166 | 2024-08-19T15:28:31.059Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3167 | 2024-08-19T15:28:31.157Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3168 | 2024-08-19T15:28:33.535Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3169 | 2024-08-19T15:28:35.735Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.50s |
3170 | 2024-08-19T15:28:35.882Z | |
3171 | 2024-08-19T15:28:35.882Z | info: running `cargo check --bins` on internal-dns-cli (144/150) |
3172 | 2024-08-19T15:28:36.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3173 | 2024-08-19T15:28:36.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3174 | 2024-08-19T15:28:36.720Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3175 | 2024-08-19T15:28:37.171Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s |
3176 | 2024-08-19T15:28:37.301Z | |
3177 | 2024-08-19T15:28:37.301Z | info: running `cargo check --bins` on omicron-package (145/150) |
3178 | 2024-08-19T15:28:38.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3179 | 2024-08-19T15:28:38.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3180 | 2024-08-19T15:28:38.215Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3181 | 2024-08-19T15:28:39.664Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.35s |
3182 | 2024-08-19T15:28:39.810Z | |
3183 | 2024-08-19T15:28:39.810Z | info: running `cargo check --bins` on wicket-dbg (146/150) |
3184 | 2024-08-19T15:28:40.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3185 | 2024-08-19T15:28:40.624Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3186 | 2024-08-19T15:28:40.722Z | Checking rtoolbox v0.0.2 |
3187 | 2024-08-19T15:28:40.722Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3188 | 2024-08-19T15:28:40.722Z | Checking tui-tree-widget v0.22.0 |
3189 | 2024-08-19T15:28:40.911Z | Checking rpassword v7.3.1 |
3190 | 2024-08-19T15:28:45.773Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3191 | 2024-08-19T15:28:49.533Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3192 | 2024-08-19T15:28:50.878Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.06s |
3193 | 2024-08-19T15:28:51.025Z | |
3194 | 2024-08-19T15:28:51.026Z | info: running `cargo check --bins` on wicket (147/150) |
3195 | 2024-08-19T15:28:51.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3196 | 2024-08-19T15:28:51.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3197 | 2024-08-19T15:28:51.959Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3198 | 2024-08-19T15:28:52.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
3199 | 2024-08-19T15:28:52.460Z | |
3200 | 2024-08-19T15:28:52.460Z | info: running `cargo check --bins` on wicketd (148/150) |
3201 | 2024-08-19T15:28:53.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2024-08-19T15:28:53.319Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2024-08-19T15:28:53.425Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3204 | 2024-08-19T15:28:58.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.39s |
3205 | 2024-08-19T15:28:58.104Z | |
3206 | 2024-08-19T15:28:58.104Z | info: running `cargo check --bins` on omicron-workspace-hack (149/150) |
3207 | 2024-08-19T15:28:58.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3208 | 2024-08-19T15:28:58.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3209 | 2024-08-19T15:28:58.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3210 | 2024-08-19T15:28:58.771Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3211 | 2024-08-19T15:28:58.834Z | |
3212 | 2024-08-19T15:28:58.834Z | info: running `cargo check --bins` on zone-setup (150/150) |
3213 | 2024-08-19T15:28:59.667Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3214 | 2024-08-19T15:28:59.691Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3215 | 2024-08-19T15:28:59.814Z | Checking uzers v0.11.3 |
3216 | 2024-08-19T15:29:00.096Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3217 | 2024-08-19T15:29:01.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.54s |
3218 | 2024-08-19T15:29:01.559Z | |
3219 | 2024-08-19T15:29:01.559Z | real 13:03.024400355 |
3220 | 2024-08-19T15:29:01.559Z | user 22:56.093766953 |
3221 | 2024-08-19T15:29:01.559Z | sys 5:23.653674696 |
3222 | 2024-08-19T15:29:01.559Z | trap 0.535171349 |
3223 | 2024-08-19T15:29:01.559Z | tflt 1.482312424 |
3224 | 2024-08-19T15:29:01.559Z | dflt 2.701583447 |
3225 | 2024-08-19T15:29:01.559Z | kflt 0.005239019 |
3226 | 2024-08-19T15:29:01.559Z | lock 45:07.290703240 |
3227 | 2024-08-19T15:29:01.559Z | slp 2:01:23.629632813 |
3228 | 2024-08-19T15:29:01.559Z | lat 58.755544539 |
3229 | 2024-08-19T15:29:01.559Z | stop 2:34.441363154 |
3230 | 2024-08-19T15:29:01.583Z | process exited: duration 1008223 ms, exit code 0 |
|
3231 | 2024-08-19T15:29:01.632Z | found 0 output files |