|
|
|
1 | 2024-08-16T01:04:41.791Z | job assigned to worker 01J5CBDFRRP9CTE136A1ZEP30N (queued for 24 s) |
|
2 | 2024-08-16T01:04:41.868Z | starting task 0: "setup" |
3 | 2024-08-16T01:04:41.892Z | ++ uname -s |
4 | 2024-08-16T01:04:41.892Z | + kern=SunOS |
5 | 2024-08-16T01:04:41.892Z | + case "$kern" in |
6 | 2024-08-16T01:04:41.892Z | + groupadd -g 12345 build |
7 | 2024-08-16T01:04:41.892Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T01:04:43.898Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T01:04:43.937Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T01:04:43.961Z | + home_fs=zfs |
11 | 2024-08-16T01:04:43.961Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T01:04:43.962Z | + mkdir -p /home/build |
13 | 2024-08-16T01:04:43.962Z | + chown build:build /home/build /work |
14 | 2024-08-16T01:04:44.947Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T01:04:44.970Z | process exited: duration 3084 ms, exit code 0 |
|
16 | 2024-08-16T01:04:45.018Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T01:04:45.041Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T01:04:45.041Z | ' 1.80.1 |
19 | 2024-08-16T01:04:45.041Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-16T01:04:45.041Z | * toolchain channel = "1.80.1" |
21 | 2024-08-16T01:04:45.041Z | * toolchain profile = "default" |
22 | 2024-08-16T01:04:45.041Z | ' default |
23 | 2024-08-16T01:04:45.041Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T01:04:45.041Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T01:04:45.215Z | info: downloading installer |
26 | 2024-08-16T01:04:45.752Z | info: profile set to 'default' |
27 | 2024-08-16T01:04:45.752Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T01:04:45.777Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T01:04:45.839Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T01:04:45.839Z | info: downloading component 'cargo' |
31 | 2024-08-16T01:04:45.981Z | info: downloading component 'clippy' |
32 | 2024-08-16T01:04:46.046Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T01:04:46.254Z | info: downloading component 'rust-std' |
34 | 2024-08-16T01:04:46.530Z | info: downloading component 'rustc' |
35 | 2024-08-16T01:04:47.337Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T01:04:47.387Z | info: installing component 'cargo' |
37 | 2024-08-16T01:04:48.539Z | info: installing component 'clippy' |
38 | 2024-08-16T01:04:48.983Z | info: installing component 'rust-docs' |
39 | 2024-08-16T01:04:51.696Z | info: installing component 'rust-std' |
40 | 2024-08-16T01:04:53.554Z | info: installing component 'rustc' |
41 | 2024-08-16T01:04:58.404Z | info: installing component 'rustfmt' |
42 | 2024-08-16T01:04:58.783Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T01:04:58.784Z | |
44 | 2024-08-16T01:04:58.902Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T01:04:58.902Z | |
46 | 2024-08-16T01:04:58.928Z | |
47 | 2024-08-16T01:04:58.928Z | Rust is installed now. Great! |
48 | 2024-08-16T01:04:58.928Z | |
49 | 2024-08-16T01:04:58.928Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T01:04:58.928Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T01:04:58.928Z | |
52 | 2024-08-16T01:04:58.928Z | To configure your current shell, you need to source |
53 | 2024-08-16T01:04:58.928Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T01:04:58.929Z | |
55 | 2024-08-16T01:04:58.929Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T01:04:58.929Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T01:04:58.929Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T01:04:58.961Z | + rustc --version |
59 | 2024-08-16T01:04:59.069Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T01:04:59.093Z | process exited: duration 14056 ms, exit code 0 |
|
61 | 2024-08-16T01:04:59.142Z | starting task 2: "authentication" |
62 | 2024-08-16T01:04:59.195Z | process exited: duration 53 ms, exit code 0 |
|
63 | 2024-08-16T01:04:59.243Z | starting task 3: "clone repository" |
64 | 2024-08-16T01:04:59.266Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T01:04:59.266Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T01:04:59.289Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T01:05:04.559Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T01:05:04.559Z | + git fetch origin 76949094af7c6a926fcb573d70bfacec741f649a |
69 | 2024-08-16T01:05:04.950Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T01:05:04.950Z | * branch 76949094af7c6a926fcb573d70bfacec741f649a -> FETCH_HEAD |
71 | 2024-08-16T01:05:04.974Z | + [[ -n ixi/remove-service-bare-ip-resolution ]] |
72 | 2024-08-16T01:05:04.974Z | ++ git branch --show-current |
73 | 2024-08-16T01:05:04.974Z | + current=main |
74 | 2024-08-16T01:05:04.974Z | + [[ main != ixi/remove-service-bare-ip-resolution ]] |
75 | 2024-08-16T01:05:04.974Z | + git branch -f ixi/remove-service-bare-ip-resolution 76949094af7c6a926fcb573d70bfacec741f649a |
76 | 2024-08-16T01:05:04.974Z | + git checkout -f ixi/remove-service-bare-ip-resolution |
77 | 2024-08-16T01:05:05.148Z | Switched to branch 'ixi/remove-service-bare-ip-resolution' |
78 | 2024-08-16T01:05:05.172Z | + git reset --hard 76949094af7c6a926fcb573d70bfacec741f649a |
79 | 2024-08-16T01:05:05.172Z | HEAD is now at 76949094a Merge remote-tracking branch 'origin/main' into ixi/remove-service-bare-ip-resolution |
80 | 2024-08-16T01:05:05.172Z | process exited: duration 5924 ms, exit code 0 |
|
81 | 2024-08-16T01:05:05.219Z | starting task 4: "build" |
82 | 2024-08-16T01:05:05.242Z | + cargo --version |
83 | 2024-08-16T01:05:05.291Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T01:05:05.314Z | + rustc --version |
85 | 2024-08-16T01:05:05.364Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T01:05:05.388Z | + source ./env.sh |
87 | 2024-08-16T01:05:05.388Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-16T01:05:05.388Z | ++ set -o xtrace |
89 | 2024-08-16T01:05:05.388Z | ++++ dirname ./env.sh |
90 | 2024-08-16T01:05:05.388Z | +++ readlink -f . |
91 | 2024-08-16T01:05:05.388Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-16T01:05:05.388Z | ++ 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-16T01:05:05.388Z | ++ 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-16T01:05:05.388Z | ++ 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-16T01:05:05.388Z | ++ 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-16T01:05:05.388Z | ++ 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-16T01:05:05.388Z | ++ 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-16T01:05:05.388Z | ++ 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-16T01:05:05.388Z | ++ 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-16T01:05:05.388Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-16T01:05:05.388Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-16T01:05:05.388Z | + 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-16T01:05:05.388Z | + 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-16T01:05:05.388Z | + banner prerequisites |
105 | 2024-08-16T01:05:05.388Z | |
106 | 2024-08-16T01:05:05.388Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-16T01:05:05.388Z | # # # # # # # # # # # # # # # |
108 | 2024-08-16T01:05:05.388Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-16T01:05:05.388Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-16T01:05:05.388Z | # # # # # # # # # # # # # # # |
111 | 2024-08-16T01:05:05.388Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-16T01:05:05.388Z | |
113 | 2024-08-16T01:05:05.388Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-16T01:05:10.762Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-16T01:05:13.321Z | Startup: Caching catalogs ... Done |
116 | 2024-08-16T01:05:15.652Z | Planning: Solver setup ... Done (1.561s) |
117 | 2024-08-16T01:05:15.677Z | Planning: Running solver ... Done (0.025s) |
118 | 2024-08-16T01:05:15.715Z | Planning: Finding local manifests ... Done (0.002s) |
119 | 2024-08-16T01:05:15.794Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-16T01:05:16.279Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-16T01:05:16.338Z | Planning: Package planning ... Done (0.059s) |
122 | 2024-08-16T01:05:16.398Z | Planning: Merging actions ... Done (0.060s) |
123 | 2024-08-16T01:05:16.759Z | Planning: Checking for conflicting actions ... Done (0.360s) |
124 | 2024-08-16T01:05:16.782Z | Planning: Consolidating action changes ... Done (0.014s) |
125 | 2024-08-16T01:05:17.416Z | Planning: Evaluating mediators ... Done (0.643s) |
126 | 2024-08-16T01:05:17.439Z | Planning: Planning completed in 4.04 seconds |
127 | 2024-08-16T01:05:17.463Z | Packages to install: 4 |
128 | 2024-08-16T01:05:17.463Z | Mediators to change: 2 |
129 | 2024-08-16T01:05:17.463Z | Services to change: 1 |
130 | 2024-08-16T01:05:17.463Z | Estimated space available: 148.82 GB |
131 | 2024-08-16T01:05:17.463Z | Estimated space to be consumed: 1.48 GB |
132 | 2024-08-16T01:05:17.463Z | Create boot environment: No |
133 | 2024-08-16T01:05:17.463Z | Create backup boot environment: No |
134 | 2024-08-16T01:05:17.463Z | Rebuild boot archive: No |
135 | 2024-08-16T01:05:17.463Z | |
136 | 2024-08-16T01:05:17.463Z | Changed mediators: |
137 | 2024-08-16T01:05:17.463Z | mediator clang: |
138 | 2024-08-16T01:05:17.463Z | version: None -> 15 (system default) |
139 | 2024-08-16T01:05:17.463Z | |
140 | 2024-08-16T01:05:17.463Z | mediator llvm: |
141 | 2024-08-16T01:05:17.463Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-16T01:05:17.463Z | |
143 | 2024-08-16T01:05:17.463Z | Changed packages: |
144 | 2024-08-16T01:05:17.463Z | helios-dev |
145 | 2024-08-16T01:05:17.463Z | developer/build-essential |
146 | 2024-08-16T01:05:17.463Z | None -> 11-2.0 |
147 | 2024-08-16T01:05:17.463Z | library/libxmlsec1 |
148 | 2024-08-16T01:05:17.463Z | None -> 1.2.35-2.0 |
149 | 2024-08-16T01:05:17.463Z | ooce/developer/clang-15 |
150 | 2024-08-16T01:05:17.463Z | None -> 15.0.7-2.0 |
151 | 2024-08-16T01:05:17.463Z | ooce/developer/llvm-15 |
152 | 2024-08-16T01:05:17.463Z | None -> 15.0.7-2.0 |
153 | 2024-08-16T01:05:17.463Z | |
154 | 2024-08-16T01:05:17.463Z | Services: |
155 | 2024-08-16T01:05:17.463Z | restart_fmri: |
156 | 2024-08-16T01:05:17.463Z | svc:/system/update-man-index:default |
157 | 2024-08-16T01:05:17.497Z | |
158 | 2024-08-16T01:05:17.497Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-16T01:05:22.498Z | Download: 1151/3290 items 50.4/212.6MB 23% complete (10.1M/s) |
160 | 2024-08-16T01:05:27.501Z | Download: 1984/3290 items 112.9/212.6MB 53% complete (11.4M/s) |
161 | 2024-08-16T01:05:32.502Z | Download: 2977/3290 items 121.3/212.6MB 57% complete (7.2M/s) |
162 | 2024-08-16T01:05:37.502Z | Download: 3285/3290 items 211.8/212.6MB 99% complete (9.9M/s) |
163 | 2024-08-16T01:05:37.603Z | Download: Completed 212.60 MB in 20.11 seconds (10.6M/s) |
164 | 2024-08-16T01:05:37.826Z | Actions: 1/3689 actions (Installing new actions) |
165 | 2024-08-16T01:05:42.826Z | Actions: 2992/3689 actions (Installing new actions) |
166 | 2024-08-16T01:05:43.533Z | Actions: Completed 3689 actions in 5.71 seconds. |
167 | 2024-08-16T01:05:43.917Z | Done (0.378s) |
168 | 2024-08-16T01:05:43.917Z | Done (0.000s) |
169 | 2024-08-16T01:05:44.357Z | Done (0.440s) |
170 | 2024-08-16T01:05:49.173Z | Done (4.664s) |
171 | 2024-08-16T01:05:49.276Z | Done (0.019s) |
172 | 2024-08-16T01:05:49.300Z | Done (0.000s) |
173 | 2024-08-16T01:05:49.445Z | Done (0.000s) |
174 | 2024-08-16T01:05:50.182Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-08-16T01:05:50.439Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-08-16T01:05:50.462Z | Planning: Consolidating action changes ... Done |
177 | 2024-08-16T01:05:50.778Z | Planning: Evaluating mediators ... Done |
178 | 2024-08-16T01:05:50.802Z | Planning: Planning completed in 0.60 seconds |
179 | 2024-08-16T01:05:50.826Z | Mediators to change: 2 |
180 | 2024-08-16T01:05:50.826Z | Create boot environment: No |
181 | 2024-08-16T01:05:50.826Z | Create backup boot environment: No |
182 | 2024-08-16T01:05:50.878Z | Done |
183 | 2024-08-16T01:05:50.878Z | Done |
184 | 2024-08-16T01:05:51.195Z | Done |
185 | 2024-08-16T01:05:55.741Z | Done |
186 | 2024-08-16T01:05:55.833Z | Done |
187 | 2024-08-16T01:05:55.856Z | Done |
188 | 2024-08-16T01:05:55.900Z | Done |
189 | 2024-08-16T01:05:56.690Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-08-16T01:05:56.713Z | Planning: Merging actions ... Done |
191 | 2024-08-16T01:05:56.979Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-08-16T01:05:57.003Z | Planning: Consolidating action changes ... Done |
193 | 2024-08-16T01:05:57.304Z | Planning: Evaluating mediators ... Done |
194 | 2024-08-16T01:05:57.371Z | Planning: Planning completed in 0.98 seconds |
195 | 2024-08-16T01:05:57.411Z | Packages to change: 1 |
196 | 2024-08-16T01:05:57.411Z | Mediators to change: 1 |
197 | 2024-08-16T01:05:57.411Z | Services to change: 1 |
198 | 2024-08-16T01:05:57.411Z | Create boot environment: No |
199 | 2024-08-16T01:05:57.411Z | Create backup boot environment: Yes |
200 | 2024-08-16T01:05:58.957Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2024-08-16T01:05:58.980Z | Actions: Completed 6 actions in 0.00 seconds. |
202 | 2024-08-16T01:05:58.981Z | Done |
203 | 2024-08-16T01:05:58.981Z | Done |
204 | 2024-08-16T01:05:59.051Z | Done |
205 | 2024-08-16T01:06:03.488Z | Done |
206 | 2024-08-16T01:06:03.583Z | Done |
207 | 2024-08-16T01:06:03.607Z | Done |
208 | 2024-08-16T01:06:03.668Z | Done |
209 | 2024-08-16T01:06:04.187Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2024-08-16T01:06:04.187Z | clang system 15 system |
211 | 2024-08-16T01:06:04.187Z | csh system system illumos |
212 | 2024-08-16T01:06:04.187Z | ctags system system illumos |
213 | 2024-08-16T01:06:04.187Z | gcc vendor 12 vendor |
214 | 2024-08-16T01:06:04.187Z | gcc system 10 system |
215 | 2024-08-16T01:06:04.187Z | gcc system 7 system |
216 | 2024-08-16T01:06:04.187Z | go system 1.20 system |
217 | 2024-08-16T01:06:04.187Z | go system 1.19 system |
218 | 2024-08-16T01:06:04.187Z | llvm system 15 system |
219 | 2024-08-16T01:06:04.187Z | llvm system 14 system |
220 | 2024-08-16T01:06:04.187Z | mariadb system 10.6 system |
221 | 2024-08-16T01:06:04.187Z | mta vendor vendor dma |
222 | 2024-08-16T01:06:04.187Z | openjdk system 17 system |
223 | 2024-08-16T01:06:04.187Z | openjdk system 11 system |
224 | 2024-08-16T01:06:04.187Z | openjdk system 1.8 system |
225 | 2024-08-16T01:06:04.187Z | openssl vendor 3 vendor |
226 | 2024-08-16T01:06:04.188Z | perl system 5.36 system |
227 | 2024-08-16T01:06:04.188Z | postgresql system 15 system |
228 | 2024-08-16T01:06:04.188Z | postgresql system 13 system |
229 | 2024-08-16T01:06:04.188Z | python vendor 3 vendor |
230 | 2024-08-16T01:06:04.188Z | python system 2 system |
231 | 2024-08-16T01:06:04.188Z | python3 system 3.11 system |
232 | 2024-08-16T01:06:04.188Z | ruby system 3.0 system |
233 | 2024-08-16T01:06:04.188Z | words vendor vendor american-english |
234 | 2024-08-16T01:06:04.188Z | words system system australian-english |
235 | 2024-08-16T01:06:04.188Z | words system system british-english |
236 | 2024-08-16T01:06:04.188Z | words system system canadian-english |
237 | 2024-08-16T01:06:04.188Z | words system system french |
238 | 2024-08-16T01:06:04.188Z | words system system italian |
239 | 2024-08-16T01:06:04.188Z | words system system ngerman |
240 | 2024-08-16T01:06:04.188Z | words system system ogerman |
241 | 2024-08-16T01:06:04.188Z | words system system spanish |
242 | 2024-08-16T01:06:04.590Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2024-08-16T01:06:04.590Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2024-08-16T01:06:06.692Z | FMRI IFO |
245 | 2024-08-16T01:06:06.692Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2024-08-16T01:06:06.692Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2024-08-16T01:06:06.692Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2024-08-16T01:06:06.692Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2024-08-16T01:06:06.692Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2024-08-16T01:06:06.692Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-08-16T01:06:06.692Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
252 | 2024-08-16T01:06:06.692Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2024-08-16T01:06:06.692Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-08-16T01:06:06.692Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2024-08-16T01:06:06.692Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
256 | 2024-08-16T01:06:06.692Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
257 | 2024-08-16T01:06:07.351Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
258 | 2024-08-16T01:06:07.698Z | Updating git repository `https://github.com/oxidecomputer/zone` |
259 | 2024-08-16T01:06:08.045Z | Updating crates.io index |
260 | 2024-08-16T01:06:08.068Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
261 | 2024-08-16T01:06:08.902Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
262 | 2024-08-16T01:06:09.736Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
263 | 2024-08-16T01:06:10.105Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
264 | 2024-08-16T01:06:11.816Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2024-08-16T01:06:12.134Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2024-08-16T01:06:12.445Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2024-08-16T01:06:13.583Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2024-08-16T01:06:15.536Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2024-08-16T01:06:16.668Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2024-08-16T01:06:17.387Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
271 | 2024-08-16T01:06:17.882Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-08-16T01:06:18.524Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
273 | 2024-08-16T01:06:18.866Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
274 | 2024-08-16T01:06:19.277Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
275 | 2024-08-16T01:06:19.686Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
276 | 2024-08-16T01:06:20.005Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
277 | 2024-08-16T01:06:20.322Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
278 | 2024-08-16T01:06:20.658Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
279 | 2024-08-16T01:06:21.072Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-08-16T01:06:21.576Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-08-16T01:06:21.922Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-08-16T01:06:22.276Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-08-16T01:06:22.874Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-08-16T01:06:23.253Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
285 | 2024-08-16T01:06:23.879Z | Updating git repository `https://github.com/oxidecomputer/typify` |
286 | 2024-08-16T01:06:25.904Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
287 | 2024-08-16T01:06:26.244Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
288 | 2024-08-16T01:06:26.592Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
289 | 2024-08-16T01:06:26.997Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
290 | 2024-08-16T01:06:28.306Z | Downloading crates ... |
291 | 2024-08-16T01:06:28.364Z | Downloaded cfg-if v1.0.0 |
292 | 2024-08-16T01:06:28.388Z | Downloaded usdt-macro v0.5.0 |
293 | 2024-08-16T01:06:28.388Z | Downloaded equivalent v1.0.1 |
294 | 2024-08-16T01:06:28.388Z | Downloaded swrite v0.1.0 |
295 | 2024-08-16T01:06:28.388Z | Downloaded colorchoice v1.0.1 |
296 | 2024-08-16T01:06:28.388Z | Downloaded thread-id v4.2.1 |
297 | 2024-08-16T01:06:28.388Z | Downloaded version_check v0.9.5 |
298 | 2024-08-16T01:06:28.388Z | Downloaded usdt v0.5.0 |
299 | 2024-08-16T01:06:28.388Z | Downloaded toml_datetime v0.6.8 |
300 | 2024-08-16T01:06:28.388Z | Downloaded unicode-ident v1.0.12 |
301 | 2024-08-16T01:06:28.413Z | Downloaded usdt-impl v0.5.0 |
302 | 2024-08-16T01:06:28.413Z | Downloaded thiserror-impl v1.0.63 |
303 | 2024-08-16T01:06:28.413Z | Downloaded utf8parse v0.2.1 |
304 | 2024-08-16T01:06:28.413Z | Downloaded zerocopy-derive v0.7.34 |
305 | 2024-08-16T01:06:28.413Z | Downloaded zerocopy v0.7.34 |
306 | 2024-08-16T01:06:28.436Z | Downloaded serde v1.0.207 |
307 | 2024-08-16T01:06:28.436Z | Downloaded winnow v0.6.18 |
308 | 2024-08-16T01:06:28.459Z | Downloaded unicode-width v0.1.13 |
309 | 2024-08-16T01:06:28.459Z | Downloaded libc v0.2.155 |
310 | 2024-08-16T01:06:28.485Z | Downloaded tabled v0.15.0 |
311 | 2024-08-16T01:06:28.508Z | Downloaded syn v2.0.74 |
312 | 2024-08-16T01:06:28.531Z | Downloaded syn v1.0.109 |
313 | 2024-08-16T01:06:28.531Z | Downloaded serde_json v1.0.125 |
314 | 2024-08-16T01:06:28.555Z | Downloaded rustix v0.38.34 |
315 | 2024-08-16T01:06:28.578Z | Downloaded goblin v0.8.2 |
316 | 2024-08-16T01:06:28.578Z | Downloaded ryu v1.0.18 |
317 | 2024-08-16T01:06:28.578Z | Downloaded ucd-trie v0.1.6 |
318 | 2024-08-16T01:06:28.578Z | Downloaded toml_edit v0.22.20 |
319 | 2024-08-16T01:06:28.601Z | Downloaded pest v2.7.10 |
320 | 2024-08-16T01:06:28.625Z | Downloaded memchr v2.7.2 |
321 | 2024-08-16T01:06:28.625Z | Downloaded log v0.4.21 |
322 | 2024-08-16T01:06:28.625Z | Downloaded indexmap v2.4.0 |
323 | 2024-08-16T01:06:28.625Z | Downloaded clap_builder v4.5.15 |
324 | 2024-08-16T01:06:28.649Z | Downloaded toml v0.8.19 |
325 | 2024-08-16T01:06:28.649Z | Downloaded quote v1.0.36 |
326 | 2024-08-16T01:06:28.649Z | Downloaded pest_meta v2.7.10 |
327 | 2024-08-16T01:06:28.649Z | Downloaded hashbrown v0.14.5 |
328 | 2024-08-16T01:06:28.673Z | Downloaded terminal_size v0.3.0 |
329 | 2024-08-16T01:06:28.673Z | Downloaded strsim v0.11.1 |
330 | 2024-08-16T01:06:28.673Z | Downloaded serde_tokenstream v0.2.2 |
331 | 2024-08-16T01:06:28.673Z | Downloaded once_cell v1.19.0 |
332 | 2024-08-16T01:06:28.673Z | Downloaded itoa v1.0.11 |
333 | 2024-08-16T01:06:28.673Z | Downloaded digest v0.10.7 |
334 | 2024-08-16T01:06:28.673Z | Downloaded cpufeatures v0.2.12 |
335 | 2024-08-16T01:06:28.673Z | Downloaded proc-macro-error-attr v1.0.4 |
336 | 2024-08-16T01:06:28.673Z | Downloaded pretty-hex v0.4.1 |
337 | 2024-08-16T01:06:28.673Z | Downloaded papergrid v0.11.0 |
338 | 2024-08-16T01:06:28.697Z | Downloaded dtrace-parser v0.2.0 |
339 | 2024-08-16T01:06:28.697Z | Downloaded usdt-attr-macro v0.5.0 |
340 | 2024-08-16T01:06:28.697Z | Downloaded typenum v1.17.0 |
341 | 2024-08-16T01:06:28.697Z | Downloaded scroll_derive v0.12.0 |
342 | 2024-08-16T01:06:28.697Z | Downloaded proc-macro2 v1.0.86 |
343 | 2024-08-16T01:06:28.697Z | Downloaded heck v0.4.1 |
344 | 2024-08-16T01:06:28.697Z | Downloaded errno v0.3.9 |
345 | 2024-08-16T01:06:28.697Z | Downloaded thiserror v1.0.63 |
346 | 2024-08-16T01:06:28.697Z | Downloaded tabled_derive v0.7.0 |
347 | 2024-08-16T01:06:28.697Z | Downloaded serde_derive v1.0.207 |
348 | 2024-08-16T01:06:28.697Z | Downloaded semver v1.0.23 |
349 | 2024-08-16T01:06:28.721Z | Downloaded scroll v0.12.0 |
350 | 2024-08-16T01:06:28.721Z | Downloaded proc-macro-error v1.0.4 |
351 | 2024-08-16T01:06:28.721Z | Downloaded plain v0.2.3 |
352 | 2024-08-16T01:06:28.721Z | Downloaded generic-array v0.14.7 |
353 | 2024-08-16T01:06:28.721Z | Downloaded fs-err v2.11.0 |
354 | 2024-08-16T01:06:28.721Z | Downloaded fnv v1.0.7 |
355 | 2024-08-16T01:06:28.721Z | Downloaded clap v4.5.15 |
356 | 2024-08-16T01:06:28.721Z | Downloaded cargo_toml v0.20.4 |
357 | 2024-08-16T01:06:28.721Z | Downloaded camino v1.1.7 |
358 | 2024-08-16T01:06:28.744Z | Downloaded bitflags v2.6.0 |
359 | 2024-08-16T01:06:28.744Z | Downloaded anyhow v1.0.86 |
360 | 2024-08-16T01:06:28.744Z | Downloaded anstream v0.6.14 |
361 | 2024-08-16T01:06:28.744Z | Downloaded sha2 v0.10.8 |
362 | 2024-08-16T01:06:28.744Z | Downloaded pest_generator v2.7.10 |
363 | 2024-08-16T01:06:28.744Z | Downloaded pest_derive v2.7.10 |
364 | 2024-08-16T01:06:28.744Z | Downloaded clap_derive v4.5.13 |
365 | 2024-08-16T01:06:28.744Z | Downloaded serde_spanned v0.6.7 |
366 | 2024-08-16T01:06:28.744Z | Downloaded memmap v0.7.0 |
367 | 2024-08-16T01:06:28.768Z | Downloaded macaddr v1.0.1 |
368 | 2024-08-16T01:06:28.768Z | Downloaded dof v0.3.0 |
369 | 2024-08-16T01:06:28.768Z | Downloaded crypto-common v0.1.6 |
370 | 2024-08-16T01:06:28.768Z | Downloaded anstyle-parse v0.2.4 |
371 | 2024-08-16T01:06:28.768Z | Downloaded heck v0.5.0 |
372 | 2024-08-16T01:06:28.768Z | Downloaded anstyle-query v1.0.3 |
373 | 2024-08-16T01:06:28.768Z | Downloaded clap_lex v0.7.0 |
374 | 2024-08-16T01:06:28.768Z | Downloaded cargo_metadata v0.18.1 |
375 | 2024-08-16T01:06:28.768Z | Downloaded byteorder v1.5.0 |
376 | 2024-08-16T01:06:28.768Z | Downloaded bytecount v0.6.8 |
377 | 2024-08-16T01:06:28.768Z | Downloaded block-buffer v0.10.4 |
378 | 2024-08-16T01:06:28.768Z | Downloaded autocfg v1.3.0 |
379 | 2024-08-16T01:06:28.768Z | Downloaded is_terminal_polyfill v1.70.0 |
380 | 2024-08-16T01:06:28.768Z | Downloaded cargo-platform v0.1.8 |
381 | 2024-08-16T01:06:28.768Z | Downloaded anstyle v1.0.8 |
382 | 2024-08-16T01:06:28.893Z | Compiling proc-macro2 v1.0.86 |
383 | 2024-08-16T01:06:28.917Z | Compiling unicode-ident v1.0.12 |
384 | 2024-08-16T01:06:28.917Z | Compiling version_check v0.9.5 |
385 | 2024-08-16T01:06:28.917Z | Compiling serde v1.0.207 |
386 | 2024-08-16T01:06:28.917Z | Compiling thiserror v1.0.63 |
387 | 2024-08-16T01:06:28.917Z | Compiling memchr v2.7.2 |
388 | 2024-08-16T01:06:28.917Z | Compiling libc v0.2.155 |
389 | 2024-08-16T01:06:28.917Z | Compiling itoa v1.0.11 |
390 | 2024-08-16T01:06:29.148Z | Compiling ryu v1.0.18 |
391 | 2024-08-16T01:06:29.175Z | Compiling ucd-trie v0.1.6 |
392 | 2024-08-16T01:06:29.458Z | Compiling once_cell v1.19.0 |
393 | 2024-08-16T01:06:29.647Z | Compiling byteorder v1.5.0 |
394 | 2024-08-16T01:06:29.705Z | Compiling serde_json v1.0.125 |
395 | 2024-08-16T01:06:30.037Z | Compiling proc-macro-error-attr v1.0.4 |
396 | 2024-08-16T01:06:30.064Z | Compiling usdt-impl v0.5.0 |
397 | 2024-08-16T01:06:30.159Z | Compiling rustix v0.38.34 |
398 | 2024-08-16T01:06:30.182Z | Compiling syn v1.0.109 |
399 | 2024-08-16T01:06:30.383Z | Compiling proc-macro-error v1.0.4 |
400 | 2024-08-16T01:06:30.408Z | Compiling quote v1.0.36 |
401 | 2024-08-16T01:06:30.499Z | Compiling log v0.4.21 |
402 | 2024-08-16T01:06:30.643Z | Compiling bitflags v2.6.0 |
403 | 2024-08-16T01:06:30.794Z | Compiling syn v2.0.74 |
404 | 2024-08-16T01:06:30.856Z | Compiling errno v0.3.9 |
405 | 2024-08-16T01:06:30.963Z | Compiling thread-id v4.2.1 |
406 | 2024-08-16T01:06:31.021Z | Compiling equivalent v1.0.1 |
407 | 2024-08-16T01:06:31.051Z | Compiling utf8parse v0.2.1 |
408 | 2024-08-16T01:06:31.051Z | Compiling plain v0.2.3 |
409 | 2024-08-16T01:06:31.074Z | Compiling hashbrown v0.14.5 |
410 | 2024-08-16T01:06:31.254Z | Compiling anstyle-parse v0.2.4 |
411 | 2024-08-16T01:06:31.351Z | Compiling anstyle v1.0.8 |
412 | 2024-08-16T01:06:31.550Z | Compiling pretty-hex v0.4.1 |
413 | 2024-08-16T01:06:31.574Z | Compiling autocfg v1.3.0 |
414 | 2024-08-16T01:06:31.732Z | Compiling colorchoice v1.0.1 |
415 | 2024-08-16T01:06:31.756Z | Compiling is_terminal_polyfill v1.70.0 |
416 | 2024-08-16T01:06:31.884Z | Compiling winnow v0.6.18 |
417 | 2024-08-16T01:06:31.907Z | Compiling semver v1.0.23 |
418 | 2024-08-16T01:06:31.930Z | Compiling camino v1.1.7 |
419 | 2024-08-16T01:06:32.191Z | Compiling indexmap v2.4.0 |
420 | 2024-08-16T01:06:32.351Z | Compiling anstyle-query v1.0.3 |
421 | 2024-08-16T01:06:32.414Z | Compiling fs-err v2.11.0 |
422 | 2024-08-16T01:06:32.463Z | Compiling terminal_size v0.3.0 |
423 | 2024-08-16T01:06:32.488Z | Compiling anstream v0.6.14 |
424 | 2024-08-16T01:06:32.665Z | Compiling strsim v0.11.1 |
425 | 2024-08-16T01:06:32.719Z | Compiling heck v0.5.0 |
426 | 2024-08-16T01:06:32.748Z | Compiling anyhow v1.0.86 |
427 | 2024-08-16T01:06:33.110Z | Compiling clap_lex v0.7.0 |
428 | 2024-08-16T01:06:33.167Z | Compiling bytecount v0.6.8 |
429 | 2024-08-16T01:06:33.302Z | Compiling unicode-width v0.1.13 |
430 | 2024-08-16T01:06:33.370Z | Compiling fnv v1.0.7 |
431 | 2024-08-16T01:06:33.434Z | Compiling heck v0.4.1 |
432 | 2024-08-16T01:06:33.490Z | Compiling papergrid v0.11.0 |
433 | 2024-08-16T01:06:33.518Z | Compiling clap_builder v4.5.15 |
434 | 2024-08-16T01:06:33.929Z | Compiling memmap v0.7.0 |
435 | 2024-08-16T01:06:34.278Z | Compiling swrite v0.1.0 |
436 | 2024-08-16T01:06:35.665Z | Compiling tabled_derive v0.7.0 |
437 | 2024-08-16T01:06:37.297Z | Compiling tabled v0.15.0 |
438 | 2024-08-16T01:06:38.534Z | Compiling serde_derive v1.0.207 |
439 | 2024-08-16T01:06:38.534Z | Compiling thiserror-impl v1.0.63 |
440 | 2024-08-16T01:06:38.558Z | Compiling zerocopy-derive v0.7.34 |
441 | 2024-08-16T01:06:38.558Z | Compiling scroll_derive v0.12.0 |
442 | 2024-08-16T01:06:38.683Z | Compiling clap_derive v4.5.13 |
443 | 2024-08-16T01:06:39.697Z | Compiling scroll v0.12.0 |
444 | 2024-08-16T01:06:40.083Z | Compiling goblin v0.8.2 |
445 | 2024-08-16T01:06:40.113Z | Compiling zerocopy v0.7.34 |
446 | 2024-08-16T01:06:40.759Z | Compiling pest v2.7.10 |
447 | 2024-08-16T01:06:41.769Z | Compiling clap v4.5.15 |
448 | 2024-08-16T01:06:42.645Z | Compiling pest_meta v2.7.10 |
449 | 2024-08-16T01:06:43.566Z | Compiling pest_generator v2.7.10 |
450 | 2024-08-16T01:06:45.214Z | Compiling pest_derive v2.7.10 |
451 | 2024-08-16T01:06:45.807Z | Compiling dtrace-parser v0.2.0 |
452 | 2024-08-16T01:06:47.456Z | Compiling serde_spanned v0.6.7 |
453 | 2024-08-16T01:06:47.456Z | Compiling toml_datetime v0.6.8 |
454 | 2024-08-16T01:06:47.479Z | Compiling cargo-platform v0.1.8 |
455 | 2024-08-16T01:06:47.826Z | Compiling serde_tokenstream v0.2.2 |
456 | 2024-08-16T01:06:47.853Z | Compiling toml_edit v0.22.20 |
457 | 2024-08-16T01:06:47.940Z | Compiling macaddr v1.0.1 |
458 | 2024-08-16T01:06:48.781Z | Compiling dof v0.3.0 |
459 | 2024-08-16T01:06:48.781Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-08-16T01:06:50.381Z | Compiling toml v0.8.19 |
461 | 2024-08-16T01:06:50.645Z | Compiling usdt-macro v0.5.0 |
462 | 2024-08-16T01:06:50.645Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-08-16T01:06:51.168Z | Compiling cargo_toml v0.20.4 |
464 | 2024-08-16T01:06:51.721Z | Compiling usdt v0.5.0 |
465 | 2024-08-16T01:06:55.274Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-08-16T01:06:59.848Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.78s |
467 | 2024-08-16T01:07:00.064Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-08-16T01:07:00.810Z | Downloading crates ... |
469 | 2024-08-16T01:07:00.949Z | Downloaded bitstruct_derive v0.1.0 |
470 | 2024-08-16T01:07:00.972Z | Downloaded atomicwrites v0.4.3 |
471 | 2024-08-16T01:07:00.972Z | Downloaded data-encoding v2.6.0 |
472 | 2024-08-16T01:07:00.972Z | Downloaded curve25519-dalek-derive v0.1.1 |
473 | 2024-08-16T01:07:00.997Z | Downloaded darling_macro v0.20.9 |
474 | 2024-08-16T01:07:00.997Z | Downloaded siphasher v0.3.11 |
475 | 2024-08-16T01:07:01.021Z | Downloaded sigpipe v0.1.3 |
476 | 2024-08-16T01:07:01.021Z | Downloaded tokio-native-tls v0.3.1 |
477 | 2024-08-16T01:07:01.045Z | Downloaded diesel_table_macro_syntax v0.2.0 |
478 | 2024-08-16T01:07:01.045Z | Downloaded derive_builder_macro v0.20.0 |
479 | 2024-08-16T01:07:01.070Z | Downloaded salsa20 v0.10.2 |
480 | 2024-08-16T01:07:01.070Z | Downloaded tui-tree-widget v0.22.0 |
481 | 2024-08-16T01:07:01.070Z | Downloaded phf_shared v0.10.0 |
482 | 2024-08-16T01:07:01.101Z | Downloaded portpicker v0.1.1 |
483 | 2024-08-16T01:07:01.101Z | Downloaded downcast v0.11.0 |
484 | 2024-08-16T01:07:01.102Z | Downloaded foreign-types v0.3.2 |
485 | 2024-08-16T01:07:01.127Z | Downloaded radium v0.7.0 |
486 | 2024-08-16T01:07:01.127Z | Downloaded foreign-types-shared v0.1.1 |
487 | 2024-08-16T01:07:01.127Z | Downloaded float-ord v0.3.2 |
488 | 2024-08-16T01:07:01.127Z | Downloaded endian-type v0.1.2 |
489 | 2024-08-16T01:07:01.154Z | Downloaded heck v0.3.3 |
490 | 2024-08-16T01:07:01.154Z | Downloaded embedded-io v0.4.0 |
491 | 2024-08-16T01:07:01.154Z | Downloaded pretty-hex v0.2.1 |
492 | 2024-08-16T01:07:01.154Z | Downloaded precomputed-hash v0.1.1 |
493 | 2024-08-16T01:07:01.179Z | Downloaded foreign-types-shared v0.3.1 |
494 | 2024-08-16T01:07:01.179Z | Downloaded futures-sink v0.3.30 |
495 | 2024-08-16T01:07:01.203Z | Downloaded futures-task v0.3.30 |
496 | 2024-08-16T01:07:01.203Z | Downloaded futures-macro v0.3.30 |
497 | 2024-08-16T01:07:01.203Z | Downloaded structmeta v0.2.0 |
498 | 2024-08-16T01:07:01.203Z | Downloaded futures-channel v0.3.30 |
499 | 2024-08-16T01:07:01.203Z | Downloaded rsa v0.9.6 |
500 | 2024-08-16T01:07:01.227Z | Downloaded futures v0.3.30 |
501 | 2024-08-16T01:07:01.227Z | Downloaded h2 v0.3.26 |
502 | 2024-08-16T01:07:01.250Z | Downloaded flate2 v1.0.31 |
503 | 2024-08-16T01:07:01.275Z | Downloaded hickory-proto v0.24.1 |
504 | 2024-08-16T01:07:01.299Z | Downloaded sled v0.34.7 |
505 | 2024-08-16T01:07:01.299Z | Downloaded sqlparser v0.45.0 |
506 | 2024-08-16T01:07:01.323Z | Downloaded proptest v1.5.0 |
507 | 2024-08-16T01:07:01.323Z | Downloaded regress v0.9.1 |
508 | 2024-08-16T01:07:01.346Z | Downloaded git2 v0.19.0 |
509 | 2024-08-16T01:07:01.346Z | Downloaded smoltcp v0.11.0 |
510 | 2024-08-16T01:07:01.370Z | Downloaded gimli v0.28.1 |
511 | 2024-08-16T01:07:01.393Z | Downloaded smoltcp v0.9.1 |
512 | 2024-08-16T01:07:01.416Z | Downloaded regex-automata v0.4.6 |
513 | 2024-08-16T01:07:01.440Z | Downloaded finl_unicode v1.2.0 |
514 | 2024-08-16T01:07:01.464Z | Downloaded petgraph v0.6.5 |
515 | 2024-08-16T01:07:01.488Z | Downloaded regex-syntax v0.8.4 |
516 | 2024-08-16T01:07:01.488Z | Downloaded encoding_rs v0.8.34 |
517 | 2024-08-16T01:07:01.513Z | Downloaded regex-syntax v0.6.29 |
518 | 2024-08-16T01:07:01.536Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
519 | 2024-08-16T01:07:01.594Z | Downloaded openapiv3 v2.0.0 |
520 | 2024-08-16T01:07:01.620Z | Downloaded regex v1.10.6 |
521 | 2024-08-16T01:07:01.659Z | Downloaded webpki-roots v0.25.4 |
522 | 2024-08-16T01:07:01.659Z | Downloaded polar-core v0.27.3 |
523 | 2024-08-16T01:07:01.684Z | Downloaded hkdf v0.12.4 |
524 | 2024-08-16T01:07:01.685Z | Downloaded reqwest v0.11.27 |
525 | 2024-08-16T01:07:01.685Z | Downloaded openssl v0.10.66 |
526 | 2024-08-16T01:07:01.710Z | Downloaded object v0.32.2 |
527 | 2024-08-16T01:07:01.710Z | Downloaded nix v0.28.0 |
528 | 2024-08-16T01:07:01.733Z | Downloaded nix v0.27.1 |
529 | 2024-08-16T01:07:01.733Z | Downloaded idna v0.3.0 |
530 | 2024-08-16T01:07:01.760Z | Downloaded libz-sys v1.1.16 |
531 | 2024-08-16T01:07:01.820Z | Downloaded tokio v1.38.1 |
532 | 2024-08-16T01:07:01.882Z | Downloaded ring v0.17.8 |
533 | 2024-08-16T01:07:01.947Z | Downloaded sha3 v0.10.8 |
534 | 2024-08-16T01:07:01.970Z | Downloaded csv v1.3.0 |
535 | 2024-08-16T01:07:01.996Z | Downloaded ratatui v0.28.0 |
536 | 2024-08-16T01:07:02.024Z | Downloaded libsqlite3-sys v0.28.0 |
537 | 2024-08-16T01:07:02.093Z | Downloaded ring v0.16.20 |
538 | 2024-08-16T01:07:02.194Z | Downloaded zerocopy-derive v0.6.6 |
539 | 2024-08-16T01:07:02.217Z | Downloaded object v0.30.4 |
540 | 2024-08-16T01:07:02.217Z | Downloaded lalrpop v0.19.12 |
541 | 2024-08-16T01:07:02.240Z | Downloaded idna v0.5.0 |
542 | 2024-08-16T01:07:02.240Z | Downloaded idna v0.4.0 |
543 | 2024-08-16T01:07:02.264Z | Downloaded regex-automata v0.1.10 |
544 | 2024-08-16T01:07:02.264Z | Downloaded reedline v0.33.0 |
545 | 2024-08-16T01:07:02.264Z | Downloaded portable-atomic v1.6.0 |
546 | 2024-08-16T01:07:02.287Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
547 | 2024-08-16T01:07:02.287Z | Downloaded rayon v1.10.0 |
548 | 2024-08-16T01:07:02.310Z | Downloaded radix_trie v0.2.1 |
549 | 2024-08-16T01:07:02.310Z | Downloaded vcpkg v0.2.15 |
550 | 2024-08-16T01:07:02.348Z | Downloaded rustls v0.22.4 |
551 | 2024-08-16T01:07:02.371Z | Downloaded rustls v0.21.12 |
552 | 2024-08-16T01:07:02.395Z | Downloaded diesel v2.2.2 |
553 | 2024-08-16T01:07:02.418Z | Downloaded hyper v0.14.30 |
554 | 2024-08-16T01:07:02.418Z | Downloaded steno v0.4.1 |
555 | 2024-08-16T01:07:02.418Z | Downloaded ron v0.7.1 |
556 | 2024-08-16T01:07:02.441Z | Downloaded futures-util v0.3.30 |
557 | 2024-08-16T01:07:02.441Z | Downloaded prettyplease v0.2.20 |
558 | 2024-08-16T01:07:02.441Z | Downloaded ron v0.8.1 |
559 | 2024-08-16T01:07:02.465Z | Downloaded quick-xml v0.31.0 |
560 | 2024-08-16T01:07:02.465Z | Downloaded subprocess v0.2.9 |
561 | 2024-08-16T01:07:02.465Z | Downloaded unicode-normalization v0.1.23 |
562 | 2024-08-16T01:07:02.465Z | Downloaded heapless v0.8.0 |
563 | 2024-08-16T01:07:02.465Z | Downloaded futures-io v0.3.30 |
564 | 2024-08-16T01:07:02.465Z | Downloaded futures-executor v0.3.30 |
565 | 2024-08-16T01:07:02.465Z | Downloaded form_urlencoded v1.2.1 |
566 | 2024-08-16T01:07:02.488Z | Downloaded strum_macros v0.25.3 |
567 | 2024-08-16T01:07:02.488Z | Downloaded stringprep v0.1.4 |
568 | 2024-08-16T01:07:02.488Z | Downloaded sct v0.7.1 |
569 | 2024-08-16T01:07:02.488Z | Downloaded rpassword v7.3.1 |
570 | 2024-08-16T01:07:02.488Z | Downloaded globset v0.4.14 |
571 | 2024-08-16T01:07:02.488Z | Downloaded env_logger v0.10.2 |
572 | 2024-08-16T01:07:02.488Z | Downloaded hickory-server v0.24.1 |
573 | 2024-08-16T01:07:02.488Z | Downloaded hickory-resolver v0.24.1 |
574 | 2024-08-16T01:07:02.512Z | Downloaded hashbrown v0.12.3 |
575 | 2024-08-16T01:07:02.512Z | Downloaded socket2 v0.4.10 |
576 | 2024-08-16T01:07:02.512Z | Downloaded snafu v0.8.2 |
577 | 2024-08-16T01:07:02.512Z | Downloaded futures-core v0.3.30 |
578 | 2024-08-16T01:07:02.512Z | Downloaded funty v2.0.0 |
579 | 2024-08-16T01:07:02.512Z | Downloaded fragile v2.0.0 |
580 | 2024-08-16T01:07:02.512Z | Downloaded supports-color v3.0.0 |
581 | 2024-08-16T01:07:02.512Z | Downloaded subtle v2.5.0 |
582 | 2024-08-16T01:07:02.535Z | Downloaded strum_macros v0.26.4 |
583 | 2024-08-16T01:07:02.535Z | Downloaded strum_macros v0.24.3 |
584 | 2024-08-16T01:07:02.535Z | Downloaded getrandom v0.2.14 |
585 | 2024-08-16T01:07:02.535Z | Downloaded half v2.4.1 |
586 | 2024-08-16T01:07:02.536Z | Downloaded socket2 v0.5.7 |
587 | 2024-08-16T01:07:02.536Z | Downloaded heapless v0.7.17 |
588 | 2024-08-16T01:07:02.536Z | Downloaded hashbrown v0.13.2 |
589 | 2024-08-16T01:07:02.536Z | Downloaded slog v2.7.0 |
590 | 2024-08-16T01:07:02.559Z | Downloaded flume v0.11.0 |
591 | 2024-08-16T01:07:02.559Z | Downloaded publicsuffix v2.2.3 |
592 | 2024-08-16T01:07:02.559Z | Downloaded elliptic-curve v0.13.8 |
593 | 2024-08-16T01:07:02.559Z | Downloaded unicode_categories v0.1.1 |
594 | 2024-08-16T01:07:02.559Z | Downloaded unicode-segmentation v1.11.0 |
595 | 2024-08-16T01:07:02.559Z | Downloaded typed-path v0.7.1 |
596 | 2024-08-16T01:07:02.583Z | Downloaded rustls-webpki v0.102.4 |
597 | 2024-08-16T01:07:02.606Z | Downloaded take_mut v0.2.2 |
598 | 2024-08-16T01:07:02.606Z | Downloaded tabwriter v1.4.0 |
599 | 2024-08-16T01:07:02.606Z | Downloaded sync_wrapper v0.1.2 |
600 | 2024-08-16T01:07:02.606Z | Downloaded structmeta v0.3.0 |
601 | 2024-08-16T01:07:02.606Z | Downloaded strip-ansi-escapes v0.2.0 |
602 | 2024-08-16T01:07:02.606Z | Downloaded resolv-conf v0.7.0 |
603 | 2024-08-16T01:07:02.606Z | Downloaded glob v0.3.1 |
604 | 2024-08-16T01:07:02.606Z | Downloaded predicates-core v1.0.6 |
605 | 2024-08-16T01:07:02.606Z | Downloaded predicates v3.1.2 |
606 | 2024-08-16T01:07:02.606Z | Downloaded hash32 v0.3.1 |
607 | 2024-08-16T01:07:02.606Z | Downloaded spin v0.9.8 |
608 | 2024-08-16T01:07:02.606Z | Downloaded env_logger v0.9.3 |
609 | 2024-08-16T01:07:02.606Z | Downloaded hmac v0.12.1 |
610 | 2024-08-16T01:07:02.630Z | Downloaded headers v0.3.9 |
611 | 2024-08-16T01:07:02.630Z | Downloaded itertools v0.13.0 |
612 | 2024-08-16T01:07:02.630Z | Downloaded strum v0.26.3 |
613 | 2024-08-16T01:07:02.630Z | Downloaded structmeta-derive v0.3.0 |
614 | 2024-08-16T01:07:02.630Z | Downloaded structmeta-derive v0.2.0 |
615 | 2024-08-16T01:07:02.630Z | Downloaded string_cache v0.8.7 |
616 | 2024-08-16T01:07:02.630Z | Downloaded static_assertions v1.1.0 |
617 | 2024-08-16T01:07:02.630Z | Downloaded psl-types v2.0.11 |
618 | 2024-08-16T01:07:02.630Z | Downloaded getopts v0.2.21 |
619 | 2024-08-16T01:07:02.653Z | Downloaded gethostname v0.5.0 |
620 | 2024-08-16T01:07:02.653Z | Downloaded fxhash v0.2.1 |
621 | 2024-08-16T01:07:02.653Z | Downloaded proc-macro-crate v1.3.1 |
622 | 2024-08-16T01:07:02.653Z | Downloaded predicates-tree v1.0.9 |
623 | 2024-08-16T01:07:02.653Z | Downloaded hash32 v0.2.1 |
624 | 2024-08-16T01:07:02.653Z | Downloaded group v0.13.0 |
625 | 2024-08-16T01:07:02.653Z | Downloaded stable_deref_trait v1.2.0 |
626 | 2024-08-16T01:07:02.653Z | Downloaded sqlformat v0.2.4 |
627 | 2024-08-16T01:07:02.653Z | Downloaded spki v0.7.3 |
628 | 2024-08-16T01:07:02.653Z | Downloaded spin v0.5.2 |
629 | 2024-08-16T01:07:02.653Z | Downloaded serde-hex v0.1.0 |
630 | 2024-08-16T01:07:02.653Z | Downloaded semver v0.1.20 |
631 | 2024-08-16T01:07:02.653Z | Downloaded secrecy v0.8.0 |
632 | 2024-08-16T01:07:02.654Z | Downloaded sec1 v0.7.3 |
633 | 2024-08-16T01:07:02.654Z | Downloaded term v0.7.0 |
634 | 2024-08-16T01:07:02.677Z | Downloaded tempfile v3.10.1 |
635 | 2024-08-16T01:07:02.677Z | Downloaded tar v0.4.41 |
636 | 2024-08-16T01:07:02.677Z | Downloaded snafu-derive v0.8.2 |
637 | 2024-08-16T01:07:02.677Z | Downloaded smallvec v1.13.2 |
638 | 2024-08-16T01:07:02.677Z | Downloaded smallvec v0.6.14 |
639 | 2024-08-16T01:07:02.677Z | Downloaded slog-term v2.9.1 |
640 | 2024-08-16T01:07:02.677Z | Downloaded slog-dtrace v0.3.0 |
641 | 2024-08-16T01:07:02.677Z | Downloaded expectorate v1.1.0 |
642 | 2024-08-16T01:07:02.677Z | Downloaded rand v0.8.5 |
643 | 2024-08-16T01:07:02.677Z | Downloaded rusqlite v0.31.0 |
644 | 2024-08-16T01:07:02.701Z | Downloaded serde-big-array v0.5.1 |
645 | 2024-08-16T01:07:02.701Z | Downloaded enum-as-inner v0.6.0 |
646 | 2024-08-16T01:07:02.701Z | Downloaded ena v0.14.3 |
647 | 2024-08-16T01:07:02.701Z | Downloaded termcolor v1.4.1 |
648 | 2024-08-16T01:07:02.701Z | Downloaded hex v0.4.3 |
649 | 2024-08-16T01:07:02.701Z | Downloaded rustls-webpki v0.101.7 |
650 | 2024-08-16T01:07:02.724Z | Downloaded nom v7.1.3 |
651 | 2024-08-16T01:07:02.724Z | Downloaded itertools v0.12.1 |
652 | 2024-08-16T01:07:02.724Z | Downloaded sqlparser_derive v0.2.2 |
653 | 2024-08-16T01:07:02.748Z | Downloaded termios v0.3.3 |
654 | 2024-08-16T01:07:02.748Z | Downloaded hickory-client v0.24.1 |
655 | 2024-08-16T01:07:02.748Z | Downloaded hashlink v0.9.1 |
656 | 2024-08-16T01:07:02.748Z | Downloaded fatfs v0.3.6 |
657 | 2024-08-16T01:07:02.748Z | Downloaded rcgen v0.12.1 |
658 | 2024-08-16T01:07:02.748Z | Downloaded rayon-core v1.12.1 |
659 | 2024-08-16T01:07:02.748Z | Downloaded vsss-rs v3.3.4 |
660 | 2024-08-16T01:07:02.748Z | Downloaded postcard v1.0.8 |
661 | 2024-08-16T01:07:02.771Z | Downloaded pin-project v1.1.5 |
662 | 2024-08-16T01:07:02.771Z | Downloaded tough v0.17.1 |
663 | 2024-08-16T01:07:02.794Z | Downloaded tokio-util v0.7.11 |
664 | 2024-08-16T01:07:02.794Z | Downloaded mio v1.0.2 |
665 | 2024-08-16T01:07:02.794Z | Downloaded termtree v0.4.1 |
666 | 2024-08-16T01:07:02.794Z | Downloaded tap v1.0.1 |
667 | 2024-08-16T01:07:02.794Z | Downloaded highway v1.2.0 |
668 | 2024-08-16T01:07:02.794Z | Downloaded smf v0.2.3 |
669 | 2024-08-16T01:07:02.794Z | Downloaded smawk v0.3.2 |
670 | 2024-08-16T01:07:02.794Z | Downloaded slog-envlogger v2.2.0 |
671 | 2024-08-16T01:07:02.818Z | Downloaded url v2.5.2 |
672 | 2024-08-16T01:07:02.818Z | Downloaded openssl-sys v0.9.103 |
673 | 2024-08-16T01:07:02.818Z | Downloaded http v0.2.12 |
674 | 2024-08-16T01:07:02.818Z | Downloaded toml_edit v0.19.15 |
675 | 2024-08-16T01:07:02.841Z | Downloaded libxml v0.3.3 |
676 | 2024-08-16T01:07:02.841Z | Downloaded headers-core v0.2.0 |
677 | 2024-08-16T01:07:02.841Z | Downloaded slog-stdlog v4.1.1 |
678 | 2024-08-16T01:07:02.841Z | Downloaded slab v0.4.9 |
679 | 2024-08-16T01:07:02.841Z | Downloaded serde_derive_internals v0.29.1 |
680 | 2024-08-16T01:07:02.841Z | Downloaded flagset v0.4.5 |
681 | 2024-08-16T01:07:02.865Z | Downloaded ff v0.13.0 |
682 | 2024-08-16T01:07:02.865Z | Downloaded vte v0.11.1 |
683 | 2024-08-16T01:07:02.865Z | Downloaded pkcs5 v0.7.1 |
684 | 2024-08-16T01:07:02.865Z | Downloaded http v1.1.0 |
685 | 2024-08-16T01:07:02.865Z | Downloaded unicode-bidi v0.3.15 |
686 | 2024-08-16T01:07:02.865Z | Downloaded minimal-lexical v0.2.1 |
687 | 2024-08-16T01:07:02.865Z | Downloaded slog-scope v4.4.0 |
688 | 2024-08-16T01:07:02.865Z | Downloaded slog-json v2.6.1 |
689 | 2024-08-16T01:07:02.889Z | Downloaded slog-bunyan v2.5.0 |
690 | 2024-08-16T01:07:02.889Z | Downloaded slog-async v2.8.0 |
691 | 2024-08-16T01:07:02.889Z | Downloaded serde_arrays v0.1.0 |
692 | 2024-08-16T01:07:02.889Z | Downloaded foreign-types-macros v0.2.3 |
693 | 2024-08-16T01:07:02.889Z | Downloaded filetime v0.2.24 |
694 | 2024-08-16T01:07:02.889Z | Downloaded fd-lock v4.0.2 |
695 | 2024-08-16T01:07:02.889Z | Downloaded fastrand v2.1.0 |
696 | 2024-08-16T01:07:02.889Z | Downloaded fallible-streaming-iterator v0.1.9 |
697 | 2024-08-16T01:07:02.889Z | Downloaded fallible-iterator v0.3.0 |
698 | 2024-08-16T01:07:02.889Z | Downloaded fallible-iterator v0.2.0 |
699 | 2024-08-16T01:07:02.889Z | Downloaded erased-serde v0.3.31 |
700 | 2024-08-16T01:07:02.889Z | Downloaded walkdir v2.5.0 |
701 | 2024-08-16T01:07:02.889Z | Downloaded wait-timeout v0.2.0 |
702 | 2024-08-16T01:07:02.889Z | Downloaded uuid v1.10.0 |
703 | 2024-08-16T01:07:02.913Z | Downloaded unsafe-libyaml v0.2.11 |
704 | 2024-08-16T01:07:02.913Z | Downloaded textwrap v0.16.1 |
705 | 2024-08-16T01:07:02.913Z | Downloaded pin-project-lite v0.2.14 |
706 | 2024-08-16T01:07:02.913Z | Downloaded num-bigint-dig v0.8.4 |
707 | 2024-08-16T01:07:02.913Z | Downloaded libm v0.2.8 |
708 | 2024-08-16T01:07:02.936Z | Downloaded bstr v1.9.1 |
709 | 2024-08-16T01:07:02.936Z | Downloaded float-cmp v0.9.0 |
710 | 2024-08-16T01:07:02.936Z | Downloaded fixedbitset v0.4.2 |
711 | 2024-08-16T01:07:02.936Z | Downloaded ref-cast-impl v1.0.23 |
712 | 2024-08-16T01:07:02.936Z | Downloaded ref-cast v1.0.23 |
713 | 2024-08-16T01:07:02.959Z | Downloaded rand_xorshift v0.3.0 |
714 | 2024-08-16T01:07:02.959Z | Downloaded rand_seeder v0.3.0 |
715 | 2024-08-16T01:07:02.960Z | Downloaded rand_core v0.6.4 |
716 | 2024-08-16T01:07:02.960Z | Downloaded r2d2 v0.8.10 |
717 | 2024-08-16T01:07:02.960Z | Downloaded vergen v8.3.2 |
718 | 2024-08-16T01:07:02.960Z | Downloaded test-strategy v0.3.1 |
719 | 2024-08-16T01:07:02.960Z | Downloaded tungstenite v0.21.0 |
720 | 2024-08-16T01:07:02.960Z | Downloaded tungstenite v0.20.1 |
721 | 2024-08-16T01:07:02.960Z | Downloaded tracing v0.1.40 |
722 | 2024-08-16T01:07:02.983Z | Downloaded foreign-types v0.5.0 |
723 | 2024-08-16T01:07:02.983Z | Downloaded rand_chacha v0.3.1 |
724 | 2024-08-16T01:07:02.983Z | Downloaded dyn-clone v1.0.17 |
725 | 2024-08-16T01:07:02.983Z | Downloaded postgres-types v0.2.7 |
726 | 2024-08-16T01:07:02.983Z | Downloaded postgres-protocol v0.6.7 |
727 | 2024-08-16T01:07:02.983Z | Downloaded poly1305 v0.8.0 |
728 | 2024-08-16T01:07:02.983Z | Downloaded pkcs8 v0.10.2 |
729 | 2024-08-16T01:07:02.983Z | Downloaded pin-project-internal v1.1.5 |
730 | 2024-08-16T01:07:02.983Z | Downloaded oso v0.27.3 |
731 | 2024-08-16T01:07:02.983Z | Downloaded tracing-core v0.1.32 |
732 | 2024-08-16T01:07:03.006Z | Downloaded samael v0.0.15 |
733 | 2024-08-16T01:07:03.006Z | Downloaded winnow v0.5.40 |
734 | 2024-08-16T01:07:03.007Z | Downloaded itertools v0.10.5 |
735 | 2024-08-16T01:07:03.030Z | Downloaded quick-error v1.2.3 |
736 | 2024-08-16T01:07:03.030Z | Downloaded either v1.13.0 |
737 | 2024-08-16T01:07:03.030Z | Downloaded dsl_auto_type v0.1.2 |
738 | 2024-08-16T01:07:03.030Z | Downloaded dirs-sys-next v0.1.2 |
739 | 2024-08-16T01:07:03.030Z | Downloaded uzers v0.11.3 |
740 | 2024-08-16T01:07:03.030Z | Downloaded untrusted v0.7.1 |
741 | 2024-08-16T01:07:03.030Z | Downloaded pkcs1 v0.7.5 |
742 | 2024-08-16T01:07:03.030Z | Downloaded httparse v1.8.0 |
743 | 2024-08-16T01:07:03.030Z | Downloaded tokio-tungstenite v0.21.0 |
744 | 2024-08-16T01:07:03.030Z | Downloaded tokio-stream v0.1.15 |
745 | 2024-08-16T01:07:03.030Z | Downloaded mio v0.8.11 |
746 | 2024-08-16T01:07:03.053Z | Downloaded curve25519-dalek v4.1.3 |
747 | 2024-08-16T01:07:03.054Z | Downloaded utf-8 v0.7.6 |
748 | 2024-08-16T01:07:03.054Z | Downloaded untrusted v0.9.0 |
749 | 2024-08-16T01:07:03.054Z | Downloaded ppv-lite86 v0.2.17 |
750 | 2024-08-16T01:07:03.054Z | Downloaded powerfmt v0.2.0 |
751 | 2024-08-16T01:07:03.054Z | Downloaded pkg-config v0.3.30 |
752 | 2024-08-16T01:07:03.054Z | Downloaded owo-colors v4.0.0 |
753 | 2024-08-16T01:07:03.077Z | Downloaded httpdate v1.0.3 |
754 | 2024-08-16T01:07:03.077Z | Downloaded http-range v0.1.5 |
755 | 2024-08-16T01:07:03.077Z | Downloaded http-body v0.4.6 |
756 | 2024-08-16T01:07:03.077Z | Downloaded tracing-attributes v0.1.27 |
757 | 2024-08-16T01:07:03.077Z | Downloaded toml v0.7.8 |
758 | 2024-08-16T01:07:03.077Z | Downloaded tokio-tungstenite v0.20.1 |
759 | 2024-08-16T01:07:03.077Z | Downloaded display-error-chain v0.2.0 |
760 | 2024-08-16T01:07:03.077Z | Downloaded want v0.3.1 |
761 | 2024-08-16T01:07:03.077Z | Downloaded waitgroup v0.1.2 |
762 | 2024-08-16T01:07:03.077Z | Downloaded vte_generate_state_changes v0.1.1 |
763 | 2024-08-16T01:07:03.077Z | Downloaded pin-utils v0.1.0 |
764 | 2024-08-16T01:07:03.077Z | Downloaded phf_shared v0.11.2 |
765 | 2024-08-16T01:07:03.077Z | Downloaded hostname v0.4.0 |
766 | 2024-08-16T01:07:03.077Z | Downloaded hostname v0.3.1 |
767 | 2024-08-16T01:07:03.101Z | Downloaded home v0.5.9 |
768 | 2024-08-16T01:07:03.101Z | Downloaded topological-sort v0.2.2 |
769 | 2024-08-16T01:07:03.101Z | Downloaded thiserror-no-std v2.0.2 |
770 | 2024-08-16T01:07:03.101Z | Downloaded thiserror-impl-no-std v2.0.2 |
771 | 2024-08-16T01:07:03.101Z | Downloaded rustls-pemfile v2.1.3 |
772 | 2024-08-16T01:07:03.101Z | Downloaded phf v0.11.2 |
773 | 2024-08-16T01:07:03.101Z | Downloaded oso-derive v0.27.3 |
774 | 2024-08-16T01:07:03.101Z | Downloaded openssl-probe v0.1.5 |
775 | 2024-08-16T01:07:03.101Z | Downloaded twox-hash v1.6.3 |
776 | 2024-08-16T01:07:03.101Z | Downloaded try-lock v0.2.5 |
777 | 2024-08-16T01:07:03.101Z | Downloaded tower-service v0.3.2 |
778 | 2024-08-16T01:07:03.101Z | Downloaded toolchain_find v0.4.0 |
779 | 2024-08-16T01:07:03.101Z | Downloaded rusty-fork v0.3.0 |
780 | 2024-08-16T01:07:03.101Z | Downloaded rustversion v1.0.17 |
781 | 2024-08-16T01:07:03.125Z | Downloaded rustls-pki-types v1.7.0 |
782 | 2024-08-16T01:07:03.125Z | Downloaded rustls-pemfile v1.0.4 |
783 | 2024-08-16T01:07:03.125Z | Downloaded parking_lot v0.12.2 |
784 | 2024-08-16T01:07:03.125Z | Downloaded parking_lot v0.11.2 |
785 | 2024-08-16T01:07:03.125Z | Downloaded diesel_derives v2.2.2 |
786 | 2024-08-16T01:07:03.125Z | Downloaded x509-cert v0.2.5 |
787 | 2024-08-16T01:07:03.125Z | Downloaded universal-hash v0.5.1 |
788 | 2024-08-16T01:07:03.125Z | Downloaded unicode-xid v0.2.4 |
789 | 2024-08-16T01:07:03.148Z | Downloaded unicode-truncate v1.0.0 |
790 | 2024-08-16T01:07:03.148Z | Downloaded unicode-linebreak v0.1.5 |
791 | 2024-08-16T01:07:03.148Z | Downloaded unicase v2.7.0 |
792 | 2024-08-16T01:07:03.148Z | Downloaded unarray v0.1.4 |
793 | 2024-08-16T01:07:03.148Z | Downloaded rustfmt-wrapper v0.2.1 |
794 | 2024-08-16T01:07:03.148Z | Downloaded rustc_version v0.4.0 |
795 | 2024-08-16T01:07:03.148Z | Downloaded rustc_version v0.1.7 |
796 | 2024-08-16T01:07:03.148Z | Downloaded rustc-hash v1.1.0 |
797 | 2024-08-16T01:07:03.148Z | Downloaded rustc-demangle v0.1.24 |
798 | 2024-08-16T01:07:03.148Z | Downloaded peg-macros v0.8.4 |
799 | 2024-08-16T01:07:03.148Z | Downloaded password-hash v0.5.0 |
800 | 2024-08-16T01:07:03.148Z | Downloaded parking_lot_core v0.9.10 |
801 | 2024-08-16T01:07:03.148Z | Downloaded parking_lot_core v0.8.6 |
802 | 2024-08-16T01:07:03.148Z | Downloaded derive_more v0.99.18 |
803 | 2024-08-16T01:07:03.172Z | Downloaded der v0.7.9 |
804 | 2024-08-16T01:07:03.172Z | Downloaded zip v0.6.6 |
805 | 2024-08-16T01:07:03.172Z | Downloaded num-rational v0.4.2 |
806 | 2024-08-16T01:07:03.172Z | Downloaded mockall_derive v0.13.0 |
807 | 2024-08-16T01:07:03.172Z | Downloaded miniz_oxide v0.7.2 |
808 | 2024-08-16T01:07:03.172Z | Downloaded scrypt v0.11.0 |
809 | 2024-08-16T01:07:03.172Z | Downloaded scopeguard v1.2.0 |
810 | 2024-08-16T01:07:03.172Z | Downloaded same-file v1.0.6 |
811 | 2024-08-16T01:07:03.195Z | Downloaded rtoolbox v0.0.2 |
812 | 2024-08-16T01:07:03.196Z | Downloaded percent-encoding v2.3.1 |
813 | 2024-08-16T01:07:03.196Z | Downloaded pem-rfc7468 v0.7.0 |
814 | 2024-08-16T01:07:03.196Z | Downloaded pem v3.0.4 |
815 | 2024-08-16T01:07:03.196Z | Downloaded packed_struct_codegen v0.10.1 |
816 | 2024-08-16T01:07:03.196Z | Downloaded packed_struct v0.10.1 |
817 | 2024-08-16T01:07:03.196Z | Downloaded dirs-next v2.0.0 |
818 | 2024-08-16T01:07:03.196Z | Downloaded diff v0.1.13 |
819 | 2024-08-16T01:07:03.196Z | Downloaded derive-where v1.2.7 |
820 | 2024-08-16T01:07:03.196Z | Downloaded der_derive v0.7.2 |
821 | 2024-08-16T01:07:03.196Z | Downloaded zerocopy v0.6.6 |
822 | 2024-08-16T01:07:03.219Z | Downloaded yasna v0.5.2 |
823 | 2024-08-16T01:07:03.219Z | Downloaded omicron-zone-package v0.11.0 |
824 | 2024-08-16T01:07:03.219Z | Downloaded multer v3.1.0 |
825 | 2024-08-16T01:07:03.219Z | Downloaded jobserver v0.1.32 |
826 | 2024-08-16T01:07:03.219Z | Downloaded indicatif v0.17.8 |
827 | 2024-08-16T01:07:03.219Z | Downloaded indexmap v1.9.3 |
828 | 2024-08-16T01:07:03.219Z | Downloaded peg-runtime v0.8.3 |
829 | 2024-08-16T01:07:03.219Z | Downloaded peg v0.8.4 |
830 | 2024-08-16T01:07:03.242Z | Downloaded pbkdf2 v0.12.2 |
831 | 2024-08-16T01:07:03.242Z | Downloaded path-slash v0.1.5 |
832 | 2024-08-16T01:07:03.243Z | Downloaded paste v1.0.15 |
833 | 2024-08-16T01:07:03.243Z | Downloaded parse-size v1.0.0 |
834 | 2024-08-16T01:07:03.243Z | Downloaded parse-display-derive v0.10.0 |
835 | 2024-08-16T01:07:03.243Z | Downloaded parse-display v0.10.0 |
836 | 2024-08-16T01:07:03.243Z | Downloaded difflib v0.4.0 |
837 | 2024-08-16T01:07:03.243Z | Downloaded deranged v0.3.11 |
838 | 2024-08-16T01:07:03.243Z | Downloaded defmt-macros v0.3.9 |
839 | 2024-08-16T01:07:03.243Z | Downloaded zone v0.1.8 |
840 | 2024-08-16T01:07:03.243Z | Downloaded time v0.3.36 |
841 | 2024-08-16T01:07:03.266Z | Downloaded num_enum_derive v0.5.11 |
842 | 2024-08-16T01:07:03.266Z | Downloaded num-traits v0.2.19 |
843 | 2024-08-16T01:07:03.266Z | Downloaded num-complex v0.4.6 |
844 | 2024-08-16T01:07:03.266Z | Downloaded nu-ansi-term v0.50.0 |
845 | 2024-08-16T01:07:03.266Z | Downloaded native-tls v0.2.11 |
846 | 2024-08-16T01:07:03.266Z | Downloaded lock_api v0.4.12 |
847 | 2024-08-16T01:07:03.266Z | Downloaded libloading v0.8.3 |
848 | 2024-08-16T01:07:03.266Z | Downloaded lalrpop-util v0.19.12 |
849 | 2024-08-16T01:07:03.266Z | Downloaded ipnet v2.9.0 |
850 | 2024-08-16T01:07:03.266Z | Downloaded chrono v0.4.38 |
851 | 2024-08-16T01:07:03.289Z | Downloaded bstr v0.2.17 |
852 | 2024-08-16T01:07:03.289Z | Downloaded derive_builder_core v0.20.0 |
853 | 2024-08-16T01:07:03.290Z | Downloaded derive_builder v0.20.0 |
854 | 2024-08-16T01:07:03.313Z | Downloaded defmt-parser v0.3.4 |
855 | 2024-08-16T01:07:03.313Z | Downloaded zone_cfg_derive v0.1.2 |
856 | 2024-08-16T01:07:03.313Z | Downloaded zeroize_derive v1.4.2 |
857 | 2024-08-16T01:07:03.313Z | Downloaded zeroize v1.7.0 |
858 | 2024-08-16T01:07:03.313Z | Downloaded serde_with v3.8.3 |
859 | 2024-08-16T01:07:03.313Z | Downloaded num_cpus v1.16.0 |
860 | 2024-08-16T01:07:03.313Z | Downloaded num-derive v0.4.2 |
861 | 2024-08-16T01:07:03.313Z | Downloaded mockall v0.13.0 |
862 | 2024-08-16T01:07:03.313Z | Downloaded mime_guess v2.0.4 |
863 | 2024-08-16T01:07:03.313Z | Downloaded mime v0.3.17 |
864 | 2024-08-16T01:07:03.336Z | Downloaded memoffset v0.9.1 |
865 | 2024-08-16T01:07:03.336Z | Downloaded memmap2 v0.9.4 |
866 | 2024-08-16T01:07:03.336Z | Downloaded md-5 v0.10.6 |
867 | 2024-08-16T01:07:03.337Z | Downloaded maplit v1.0.2 |
868 | 2024-08-16T01:07:03.337Z | Downloaded linked-hash-map v0.5.6 |
869 | 2024-08-16T01:07:03.337Z | Downloaded libsw v3.3.1 |
870 | 2024-08-16T01:07:03.337Z | Downloaded libefi-sys v0.1.0 |
871 | 2024-08-16T01:07:03.337Z | Downloaded keccak v0.1.5 |
872 | 2024-08-16T01:07:03.337Z | Downloaded impl-trait-for-tuples v0.2.2 |
873 | 2024-08-16T01:07:03.337Z | Downloaded iana-time-zone v0.1.60 |
874 | 2024-08-16T01:07:03.337Z | Downloaded hyper-rustls v0.24.2 |
875 | 2024-08-16T01:07:03.337Z | Downloaded bitvec v1.0.1 |
876 | 2024-08-16T01:07:03.360Z | Downloaded bindgen v0.69.4 |
877 | 2024-08-16T01:07:03.383Z | Downloaded xattr v1.3.1 |
878 | 2024-08-16T01:07:03.383Z | Downloaded wyz v0.5.1 |
879 | 2024-08-16T01:07:03.383Z | Downloaded whoami v1.5.1 |
880 | 2024-08-16T01:07:03.383Z | Downloaded which v4.4.2 |
881 | 2024-08-16T01:07:03.383Z | Downloaded tokio-rustls v0.25.0 |
882 | 2024-08-16T01:07:03.383Z | Downloaded tokio-rustls v0.24.1 |
883 | 2024-08-16T01:07:03.383Z | Downloaded tokio-postgres v0.7.11 |
884 | 2024-08-16T01:07:03.383Z | Downloaded tls_codec_derive v0.4.1 |
885 | 2024-08-16T01:07:03.383Z | Downloaded tls_codec v0.4.1 |
886 | 2024-08-16T01:07:03.383Z | Downloaded tinyvec v1.6.0 |
887 | 2024-08-16T01:07:03.407Z | Downloaded time-macros v0.2.18 |
888 | 2024-08-16T01:07:03.407Z | Downloaded rustyline v14.0.0 |
889 | 2024-08-16T01:07:03.407Z | Downloaded number_prefix v0.4.0 |
890 | 2024-08-16T01:07:03.407Z | Downloaded num-iter v0.1.45 |
891 | 2024-08-16T01:07:03.407Z | Downloaded num-integer v0.1.46 |
892 | 2024-08-16T01:07:03.407Z | Downloaded num v0.4.3 |
893 | 2024-08-16T01:07:03.407Z | Downloaded normalize-line-endings v0.3.0 |
894 | 2024-08-16T01:07:03.407Z | Downloaded nodrop v0.1.14 |
895 | 2024-08-16T01:07:03.407Z | Downloaded nibble_vec v0.1.0 |
896 | 2024-08-16T01:07:03.407Z | Downloaded newtype_derive v0.1.6 |
897 | 2024-08-16T01:07:03.407Z | Downloaded newtype-uuid v1.1.0 |
898 | 2024-08-16T01:07:03.407Z | Downloaded newline-converter v0.3.0 |
899 | 2024-08-16T01:07:03.407Z | Downloaded nanorand v0.7.0 |
900 | 2024-08-16T01:07:03.431Z | Downloaded multimap v0.10.0 |
901 | 2024-08-16T01:07:03.431Z | Downloaded managed v0.8.0 |
902 | 2024-08-16T01:07:03.431Z | Downloaded lru-cache v0.1.2 |
903 | 2024-08-16T01:07:03.431Z | Downloaded lru v0.12.3 |
904 | 2024-08-16T01:07:03.431Z | Downloaded lazycell v1.3.0 |
905 | 2024-08-16T01:07:03.431Z | Downloaded kstat-rs v0.2.4 |
906 | 2024-08-16T01:07:03.431Z | Downloaded instability v0.3.2 |
907 | 2024-08-16T01:07:03.431Z | Downloaded indoc v1.0.9 |
908 | 2024-08-16T01:07:03.431Z | Downloaded hyper-staticfile v0.9.5 |
909 | 2024-08-16T01:07:03.431Z | Downloaded crossterm v0.27.0 |
910 | 2024-08-16T01:07:03.431Z | Downloaded tokio-macros v2.3.0 |
911 | 2024-08-16T01:07:03.454Z | Downloaded tinyvec_macros v0.1.1 |
912 | 2024-08-16T01:07:03.454Z | Downloaded tiny-keccak v2.0.2 |
913 | 2024-08-16T01:07:03.454Z | Downloaded time-core v0.1.2 |
914 | 2024-08-16T01:07:03.454Z | Downloaded thread_local v1.1.8 |
915 | 2024-08-16T01:07:03.454Z | Downloaded similar v2.5.0 |
916 | 2024-08-16T01:07:03.454Z | Downloaded signal-hook v0.3.17 |
917 | 2024-08-16T01:07:03.454Z | Downloaded serde_yaml v0.9.34+deprecated |
918 | 2024-08-16T01:07:03.454Z | Downloaded serde_with_macros v3.8.3 |
919 | 2024-08-16T01:07:03.454Z | Downloaded serde_plain v1.0.2 |
920 | 2024-08-16T01:07:03.455Z | Downloaded schemars v0.8.21 |
921 | 2024-08-16T01:07:03.478Z | Downloaded openssl-macros v0.1.1 |
922 | 2024-08-16T01:07:03.478Z | Downloaded opaque-debug v0.3.1 |
923 | 2024-08-16T01:07:03.478Z | Downloaded olpc-cjson v0.1.3 |
924 | 2024-08-16T01:07:03.478Z | Downloaded num_enum v0.5.11 |
925 | 2024-08-16T01:07:03.478Z | Downloaded maybe-uninit v2.0.0 |
926 | 2024-08-16T01:07:03.478Z | Downloaded linear-map v1.2.0 |
927 | 2024-08-16T01:07:03.478Z | Downloaded lazy_static v1.5.0 |
928 | 2024-08-16T01:07:03.502Z | Downloaded is_ci v1.2.0 |
929 | 2024-08-16T01:07:03.502Z | Downloaded ipnetwork v0.20.0 |
930 | 2024-08-16T01:07:03.502Z | Downloaded inout v0.1.3 |
931 | 2024-08-16T01:07:03.502Z | Downloaded indent_write v2.2.0 |
932 | 2024-08-16T01:07:03.502Z | Downloaded hyper-tls v0.5.0 |
933 | 2024-08-16T01:07:03.502Z | Downloaded humantime v2.1.0 |
934 | 2024-08-16T01:07:03.502Z | Downloaded hubpack v0.1.2 |
935 | 2024-08-16T01:07:03.502Z | Downloaded defmt v0.3.8 |
936 | 2024-08-16T01:07:03.502Z | Downloaded crypto-bigint v0.5.5 |
937 | 2024-08-16T01:07:03.502Z | Downloaded compact_str v0.8.0 |
938 | 2024-08-16T01:07:03.525Z | Downloaded cancel-safe-futures v0.1.5 |
939 | 2024-08-16T01:07:03.525Z | Downloaded blake2 v0.10.6 |
940 | 2024-08-16T01:07:03.525Z | Downloaded signature v2.2.0 |
941 | 2024-08-16T01:07:03.525Z | Downloaded signal-hook-tokio v0.3.1 |
942 | 2024-08-16T01:07:03.525Z | Downloaded signal-hook-registry v1.4.2 |
943 | 2024-08-16T01:07:03.525Z | Downloaded signal-hook-mio v0.2.4 |
944 | 2024-08-16T01:07:03.525Z | Downloaded shlex v1.3.0 |
945 | 2024-08-16T01:07:03.525Z | Downloaded shell-words v1.1.0 |
946 | 2024-08-16T01:07:03.525Z | Downloaded num_threads v0.1.7 |
947 | 2024-08-16T01:07:03.525Z | Downloaded num-conv v0.1.0 |
948 | 2024-08-16T01:07:03.526Z | Downloaded new_debug_unreachable v1.0.6 |
949 | 2024-08-16T01:07:03.526Z | Downloaded ident_case v1.0.1 |
950 | 2024-08-16T01:07:03.526Z | Downloaded hubpack_derive v0.1.1 |
951 | 2024-08-16T01:07:03.526Z | Downloaded cookie v0.17.0 |
952 | 2024-08-16T01:07:03.526Z | Downloaded constant_time_eq v0.3.0 |
953 | 2024-08-16T01:07:03.549Z | Downloaded const-oid v0.9.6 |
954 | 2024-08-16T01:07:03.549Z | Downloaded cobs v0.2.3 |
955 | 2024-08-16T01:07:03.549Z | Downloaded cbc v0.1.2 |
956 | 2024-08-16T01:07:03.549Z | Downloaded bytes v1.7.1 |
957 | 2024-08-16T01:07:03.549Z | Downloaded block-padding v0.3.3 |
958 | 2024-08-16T01:07:03.549Z | Downloaded blake3 v1.5.1 |
959 | 2024-08-16T01:07:03.549Z | Downloaded aho-corasick v1.1.3 |
960 | 2024-08-16T01:07:03.573Z | Downloaded sha1 v0.10.6 |
961 | 2024-08-16T01:07:03.573Z | Downloaded serde_urlencoded v0.7.1 |
962 | 2024-08-16T01:07:03.573Z | Downloaded serde_repr v0.1.19 |
963 | 2024-08-16T01:07:03.573Z | Downloaded serde_path_to_error v0.1.16 |
964 | 2024-08-16T01:07:03.573Z | Downloaded schemars_derive v0.8.21 |
965 | 2024-08-16T01:07:03.573Z | Downloaded scheduled-thread-pool v0.2.7 |
966 | 2024-08-16T01:07:03.573Z | Downloaded match_cfg v0.1.0 |
967 | 2024-08-16T01:07:03.573Z | Downloaded is-terminal v0.4.12 |
968 | 2024-08-16T01:07:03.573Z | Downloaded instant v0.1.12 |
969 | 2024-08-16T01:07:03.573Z | Downloaded debug-ignore v1.0.5 |
970 | 2024-08-16T01:07:03.573Z | Downloaded darling_core v0.20.9 |
971 | 2024-08-16T01:07:03.596Z | Downloaded darling v0.20.9 |
972 | 2024-08-16T01:07:03.596Z | Downloaded crossterm v0.28.1 |
973 | 2024-08-16T01:07:03.596Z | Downloaded crossbeam-epoch v0.9.18 |
974 | 2024-08-16T01:07:03.596Z | Downloaded crossbeam-channel v0.5.12 |
975 | 2024-08-16T01:07:03.596Z | Downloaded crc-catalog v2.4.0 |
976 | 2024-08-16T01:07:03.596Z | Downloaded crc v3.2.1 |
977 | 2024-08-16T01:07:03.620Z | Downloaded cookie v0.18.1 |
978 | 2024-08-16T01:07:03.620Z | Downloaded aes v0.8.4 |
979 | 2024-08-16T01:07:03.620Z | Downloaded csv-core v0.1.11 |
980 | 2024-08-16T01:07:03.620Z | Downloaded crucible-workspace-hack v0.1.0 |
981 | 2024-08-16T01:07:03.620Z | Downloaded crossbeam-utils v0.8.19 |
982 | 2024-08-16T01:07:03.620Z | Downloaded crossbeam-deque v0.8.5 |
983 | 2024-08-16T01:07:03.620Z | Downloaded crc32fast v1.4.0 |
984 | 2024-08-16T01:07:03.620Z | Downloaded crc-any v2.5.0 |
985 | 2024-08-16T01:07:03.620Z | Downloaded cookie_store v0.20.0 |
986 | 2024-08-16T01:07:03.662Z | Downloaded const_format v0.2.32 |
987 | 2024-08-16T01:07:03.662Z | Downloaded console v0.15.8 |
988 | 2024-08-16T01:07:03.662Z | Downloaded clang-sys v1.7.0 |
989 | 2024-08-16T01:07:03.662Z | Downloaded cipher v0.4.4 |
990 | 2024-08-16T01:07:03.662Z | Downloaded ciborium-io v0.2.2 |
991 | 2024-08-16T01:07:03.686Z | Downloaded ciborium v0.2.2 |
992 | 2024-08-16T01:07:03.686Z | Downloaded chacha20poly1305 v0.10.1 |
993 | 2024-08-16T01:07:03.686Z | Downloaded chacha20 v0.9.1 |
994 | 2024-08-16T01:07:03.686Z | Downloaded cexpr v0.6.0 |
995 | 2024-08-16T01:07:03.686Z | Downloaded cc v1.0.97 |
996 | 2024-08-16T01:07:03.710Z | Downloaded cassowary v0.3.0 |
997 | 2024-08-16T01:07:03.710Z | Downloaded camino-tempfile v1.1.1 |
998 | 2024-08-16T01:07:03.710Z | Downloaded bzip2 v0.4.4 |
999 | 2024-08-16T01:07:03.710Z | Downloaded base64 v0.22.1 |
1000 | 2024-08-16T01:07:03.710Z | Downloaded base64 v0.21.7 |
1001 | 2024-08-16T01:07:03.710Z | Downloaded base64 v0.13.1 |
1002 | 2024-08-16T01:07:03.710Z | Downloaded backtrace v0.3.71 |
1003 | 2024-08-16T01:07:03.734Z | Downloaded async-recursion v1.1.1 |
1004 | 2024-08-16T01:07:03.734Z | Downloaded ascii-canvas v3.0.0 |
1005 | 2024-08-16T01:07:03.734Z | Downloaded arc-swap v1.7.1 |
1006 | 2024-08-16T01:07:03.734Z | Downloaded allocator-api2 v0.2.18 |
1007 | 2024-08-16T01:07:03.734Z | Downloaded ahash v0.8.11 |
1008 | 2024-08-16T01:07:03.734Z | Downloaded colored v2.1.0 |
1009 | 2024-08-16T01:07:03.758Z | Downloaded ciborium-ll v0.2.2 |
1010 | 2024-08-16T01:07:03.758Z | Downloaded castaway v0.2.3 |
1011 | 2024-08-16T01:07:03.758Z | Downloaded buf-list v1.0.3 |
1012 | 2024-08-16T01:07:03.758Z | Downloaded bitfield-struct v0.6.1 |
1013 | 2024-08-16T01:07:03.758Z | Downloaded bit-vec v0.6.3 |
1014 | 2024-08-16T01:07:03.758Z | Downloaded bit-set v0.5.3 |
1015 | 2024-08-16T01:07:03.758Z | Downloaded bcs v0.1.6 |
1016 | 2024-08-16T01:07:03.758Z | Downloaded bb8 v0.8.5 |
1017 | 2024-08-16T01:07:03.758Z | Downloaded backoff v0.4.0 |
1018 | 2024-08-16T01:07:03.758Z | Downloaded atomic-waker v1.1.2 |
1019 | 2024-08-16T01:07:03.758Z | Downloaded async-trait v0.1.81 |
1020 | 2024-08-16T01:07:03.758Z | Downloaded arrayvec v0.7.4 |
1021 | 2024-08-16T01:07:03.758Z | Downloaded addr2line v0.21.0 |
1022 | 2024-08-16T01:07:03.782Z | Downloaded cstr-argument v0.1.2 |
1023 | 2024-08-16T01:07:03.782Z | Downloaded crunchy v0.2.2 |
1024 | 2024-08-16T01:07:03.782Z | Downloaded convert_case v0.4.0 |
1025 | 2024-08-16T01:07:03.782Z | Downloaded const_format_proc_macros v0.2.32 |
1026 | 2024-08-16T01:07:03.782Z | Downloaded cfg_aliases v0.1.1 |
1027 | 2024-08-16T01:07:03.782Z | Downloaded bitstruct v0.1.1 |
1028 | 2024-08-16T01:07:03.782Z | Downloaded bitflags v1.3.2 |
1029 | 2024-08-16T01:07:03.782Z | Downloaded bitfield v0.14.0 |
1030 | 2024-08-16T01:07:03.782Z | Downloaded base64ct v1.6.0 |
1031 | 2024-08-16T01:07:03.782Z | Downloaded base16ct v0.2.0 |
1032 | 2024-08-16T01:07:03.782Z | Downloaded atty v0.2.14 |
1033 | 2024-08-16T01:07:03.806Z | Downloaded async-stream-impl v0.3.5 |
1034 | 2024-08-16T01:07:03.806Z | Downloaded async-stream v0.3.5 |
1035 | 2024-08-16T01:07:03.806Z | Downloaded assert_matches v1.5.0 |
1036 | 2024-08-16T01:07:03.806Z | Downloaded ascii v1.1.0 |
1037 | 2024-08-16T01:07:03.806Z | Downloaded arrayref v0.3.7 |
1038 | 2024-08-16T01:07:03.806Z | Downloaded array-init v0.0.4 |
1039 | 2024-08-16T01:07:03.806Z | Downloaded argon2 v0.5.3 |
1040 | 2024-08-16T01:07:03.807Z | Downloaded aead v0.5.2 |
1041 | 2024-08-16T01:07:03.807Z | Downloaded adler v1.0.2 |
1042 | 2024-08-16T01:07:04.020Z | Compiling cfg-if v1.0.0 |
1043 | 2024-08-16T01:07:04.020Z | Compiling serde v1.0.207 |
1044 | 2024-08-16T01:07:04.044Z | Compiling lock_api v0.4.12 |
1045 | 2024-08-16T01:07:04.044Z | Compiling scopeguard v1.2.0 |
1046 | 2024-08-16T01:07:04.044Z | Compiling typenum v1.17.0 |
1047 | 2024-08-16T01:07:04.044Z | Compiling generic-array v0.14.7 |
1048 | 2024-08-16T01:07:04.067Z | Compiling syn v2.0.74 |
1049 | 2024-08-16T01:07:04.090Z | Compiling log v0.4.21 |
1050 | 2024-08-16T01:07:04.190Z | Compiling getrandom v0.2.14 |
1051 | 2024-08-16T01:07:04.272Z | Compiling jobserver v0.1.32 |
1052 | 2024-08-16T01:07:04.434Z | Compiling rand_core v0.6.4 |
1053 | 2024-08-16T01:07:04.544Z | Compiling subtle v2.5.0 |
1054 | 2024-08-16T01:07:04.574Z | Compiling cc v1.0.97 |
1055 | 2024-08-16T01:07:04.598Z | Compiling const-oid v0.9.6 |
1056 | 2024-08-16T01:07:04.853Z | Compiling pin-project-lite v0.2.14 |
1057 | 2024-08-16T01:07:04.876Z | Compiling smallvec v1.13.2 |
1058 | 2024-08-16T01:07:04.900Z | Compiling parking_lot_core v0.9.10 |
1059 | 2024-08-16T01:07:04.970Z | Compiling spin v0.9.8 |
1060 | 2024-08-16T01:07:05.079Z | Compiling signal-hook-registry v1.4.2 |
1061 | 2024-08-16T01:07:05.221Z | Compiling mio v0.8.11 |
1062 | 2024-08-16T01:07:05.319Z | Compiling ahash v0.8.11 |
1063 | 2024-08-16T01:07:05.596Z | Compiling parking_lot v0.12.2 |
1064 | 2024-08-16T01:07:05.745Z | Compiling tinyvec_macros v0.1.1 |
1065 | 2024-08-16T01:07:05.819Z | Compiling tinyvec v1.6.0 |
1066 | 2024-08-16T01:07:05.899Z | Compiling num_cpus v1.16.0 |
1067 | 2024-08-16T01:07:06.018Z | Compiling socket2 v0.5.7 |
1068 | 2024-08-16T01:07:06.062Z | Compiling serde_json v1.0.125 |
1069 | 2024-08-16T01:07:06.192Z | Compiling cpufeatures v0.2.12 |
1070 | 2024-08-16T01:07:06.287Z | Compiling futures-core v0.3.30 |
1071 | 2024-08-16T01:07:06.318Z | Compiling libm v0.2.8 |
1072 | 2024-08-16T01:07:06.366Z | Compiling num-traits v0.2.19 |
1073 | 2024-08-16T01:07:06.390Z | Compiling slab v0.4.9 |
1074 | 2024-08-16T01:07:06.500Z | Compiling unicode-bidi v0.3.15 |
1075 | 2024-08-16T01:07:06.608Z | Compiling futures-sink v0.3.30 |
1076 | 2024-08-16T01:07:06.657Z | Compiling allocator-api2 v0.2.18 |
1077 | 2024-08-16T01:07:06.981Z | Compiling unicode-normalization v0.1.23 |
1078 | 2024-08-16T01:07:07.018Z | Compiling futures-channel v0.3.30 |
1079 | 2024-08-16T01:07:07.118Z | Compiling pin-utils v0.1.0 |
1080 | 2024-08-16T01:07:07.204Z | Compiling futures-io v0.3.30 |
1081 | 2024-08-16T01:07:07.310Z | Compiling vcpkg v0.2.15 |
1082 | 2024-08-16T01:07:07.371Z | Compiling pkg-config v0.3.30 |
1083 | 2024-08-16T01:07:07.739Z | Compiling futures-task v0.3.30 |
1084 | 2024-08-16T01:07:07.763Z | Compiling base64ct v1.6.0 |
1085 | 2024-08-16T01:07:07.841Z | Compiling flagset v0.4.5 |
1086 | 2024-08-16T01:07:07.865Z | Compiling ring v0.17.8 |
1087 | 2024-08-16T01:07:07.992Z | Compiling ppv-lite86 v0.2.17 |
1088 | 2024-08-16T01:07:08.027Z | Compiling percent-encoding v2.3.1 |
1089 | 2024-08-16T01:07:08.243Z | Compiling pem-rfc7468 v0.7.0 |
1090 | 2024-08-16T01:07:08.335Z | Compiling tracing-core v0.1.32 |
1091 | 2024-08-16T01:07:08.605Z | Compiling rand_chacha v0.3.1 |
1092 | 2024-08-16T01:07:08.648Z | Compiling untrusted v0.9.0 |
1093 | 2024-08-16T01:07:08.838Z | Compiling rustix v0.38.34 |
1094 | 2024-08-16T01:07:08.906Z | Compiling foreign-types-shared v0.1.1 |
1095 | 2024-08-16T01:07:09.007Z | Compiling rand v0.8.5 |
1096 | 2024-08-16T01:07:09.132Z | Compiling time-core v0.1.2 |
1097 | 2024-08-16T01:07:09.156Z | Compiling openssl-sys v0.9.103 |
1098 | 2024-08-16T01:07:09.284Z | Compiling openssl v0.10.66 |
1099 | 2024-08-16T01:07:09.591Z | Compiling rustversion v1.0.17 |
1100 | 2024-08-16T01:07:09.614Z | Compiling powerfmt v0.2.0 |
1101 | 2024-08-16T01:07:09.639Z | Compiling num-conv v0.1.0 |
1102 | 2024-08-16T01:07:09.914Z | Compiling httparse v1.8.0 |
1103 | 2024-08-16T01:07:09.971Z | Compiling time-macros v0.2.18 |
1104 | 2024-08-16T01:07:10.315Z | Compiling deranged v0.3.11 |
1105 | 2024-08-16T01:07:10.340Z | Compiling foreign-types v0.3.2 |
1106 | 2024-08-16T01:07:10.433Z | Compiling form_urlencoded v1.2.1 |
1107 | 2024-08-16T01:07:10.456Z | Compiling lazy_static v1.5.0 |
1108 | 2024-08-16T01:07:10.575Z | Compiling siphasher v0.3.11 |
1109 | 2024-08-16T01:07:10.647Z | Compiling try-lock v0.2.5 |
1110 | 2024-08-16T01:07:10.709Z | Compiling rustls v0.21.12 |
1111 | 2024-08-16T01:07:10.775Z | Compiling native-tls v0.2.11 |
1112 | 2024-08-16T01:07:10.891Z | Compiling num_threads v0.1.7 |
1113 | 2024-08-16T01:07:10.933Z | Compiling syn v1.0.109 |
1114 | 2024-08-16T01:07:11.009Z | Compiling crossbeam-utils v0.8.19 |
1115 | 2024-08-16T01:07:11.082Z | Compiling want v0.3.1 |
1116 | 2024-08-16T01:07:11.530Z | Compiling idna v0.5.0 |
1117 | 2024-08-16T01:07:11.555Z | Compiling aho-corasick v1.1.3 |
1118 | 2024-08-16T01:07:11.819Z | Compiling cookie v0.17.0 |
1119 | 2024-08-16T01:07:11.855Z | Compiling tower-service v0.3.2 |
1120 | 2024-08-16T01:07:11.967Z | Compiling httpdate v1.0.3 |
1121 | 2024-08-16T01:07:12.060Z | Compiling iana-time-zone v0.1.60 |
1122 | 2024-08-16T01:07:12.366Z | Compiling finl_unicode v1.2.0 |
1123 | 2024-08-16T01:07:12.461Z | Compiling adler v1.0.2 |
1124 | 2024-08-16T01:07:12.513Z | Compiling slog v2.7.0 |
1125 | 2024-08-16T01:07:12.591Z | Compiling time v0.3.36 |
1126 | 2024-08-16T01:07:12.650Z | Compiling openssl-probe v0.1.5 |
1127 | 2024-08-16T01:07:12.741Z | Compiling regex-syntax v0.8.4 |
1128 | 2024-08-16T01:07:12.867Z | Compiling stringprep v0.1.4 |
1129 | 2024-08-16T01:07:12.961Z | Compiling miniz_oxide v0.7.2 |
1130 | 2024-08-16T01:07:13.032Z | Compiling url v2.5.2 |
1131 | 2024-08-16T01:07:14.717Z | Compiling num-integer v0.1.46 |
1132 | 2024-08-16T01:07:15.172Z | Compiling backtrace v0.3.71 |
1133 | 2024-08-16T01:07:15.420Z | Compiling idna v0.3.0 |
1134 | 2024-08-16T01:07:15.612Z | Compiling rustls-webpki v0.101.7 |
1135 | 2024-08-16T01:07:15.808Z | Compiling serde_derive v1.0.207 |
1136 | 2024-08-16T01:07:16.038Z | Compiling zeroize_derive v1.4.2 |
1137 | 2024-08-16T01:07:16.678Z | Compiling zerocopy-derive v0.7.34 |
1138 | 2024-08-16T01:07:16.977Z | Compiling tokio-macros v2.3.0 |
1139 | 2024-08-16T01:07:17.000Z | Compiling thiserror-impl v1.0.63 |
1140 | 2024-08-16T01:07:17.165Z | Compiling futures-macro v0.3.30 |
1141 | 2024-08-16T01:07:17.308Z | Compiling zeroize v1.7.0 |
1142 | 2024-08-16T01:07:18.156Z | Compiling der_derive v0.7.2 |
1143 | 2024-08-16T01:07:18.282Z | Compiling tracing-attributes v0.1.27 |
1144 | 2024-08-16T01:07:18.469Z | Compiling zerocopy v0.7.34 |
1145 | 2024-08-16T01:07:18.750Z | Compiling futures-util v0.3.30 |
1146 | 2024-08-16T01:07:18.851Z | Compiling crypto-common v0.1.6 |
1147 | 2024-08-16T01:07:19.051Z | Compiling block-buffer v0.10.4 |
1148 | 2024-08-16T01:07:19.277Z | Compiling digest v0.10.7 |
1149 | 2024-08-16T01:07:19.621Z | Compiling hmac v0.12.1 |
1150 | 2024-08-16T01:07:19.685Z | Compiling block-padding v0.3.3 |
1151 | 2024-08-16T01:07:19.849Z | Compiling thiserror v1.0.63 |
1152 | 2024-08-16T01:07:19.908Z | Compiling inout v0.1.3 |
1153 | 2024-08-16T01:07:19.989Z | Compiling sha2 v0.10.8 |
1154 | 2024-08-16T01:07:20.153Z | Compiling cipher v0.4.4 |
1155 | 2024-08-16T01:07:20.176Z | Compiling pest v2.7.10 |
1156 | 2024-08-16T01:07:20.340Z | Compiling hashbrown v0.14.5 |
1157 | 2024-08-16T01:07:20.587Z | Compiling salsa20 v0.10.2 |
1158 | 2024-08-16T01:07:20.777Z | Compiling der v0.7.9 |
1159 | 2024-08-16T01:07:21.321Z | Compiling pbkdf2 v0.12.2 |
1160 | 2024-08-16T01:07:21.448Z | Compiling scroll_derive v0.12.0 |
1161 | 2024-08-16T01:07:21.471Z | Compiling scrypt v0.11.0 |
1162 | 2024-08-16T01:07:21.952Z | Compiling tracing v0.1.40 |
1163 | 2024-08-16T01:07:22.387Z | Compiling pest_meta v2.7.10 |
1164 | 2024-08-16T01:07:22.478Z | Compiling spki v0.7.3 |
1165 | 2024-08-16T01:07:22.572Z | Compiling aes v0.8.4 |
1166 | 2024-08-16T01:07:22.596Z | Compiling scroll v0.12.0 |
1167 | 2024-08-16T01:07:22.797Z | Compiling cbc v0.1.2 |
1168 | 2024-08-16T01:07:23.005Z | Compiling goblin v0.8.2 |
1169 | 2024-08-16T01:07:23.061Z | Compiling openssl-macros v0.1.1 |
1170 | 2024-08-16T01:07:23.492Z | Compiling pest_generator v2.7.10 |
1171 | 2024-08-16T01:07:23.677Z | Compiling pkcs5 v0.7.1 |
1172 | 2024-08-16T01:07:23.742Z | Compiling sct v0.7.1 |
1173 | 2024-08-16T01:07:24.624Z | Compiling pkcs8 v0.10.2 |
1174 | 2024-08-16T01:07:24.685Z | Compiling md-5 v0.10.6 |
1175 | 2024-08-16T01:07:24.922Z | Compiling regex-automata v0.4.6 |
1176 | 2024-08-16T01:07:25.129Z | Compiling hash32 v0.2.1 |
1177 | 2024-08-16T01:07:25.230Z | Compiling base64 v0.22.1 |
1178 | 2024-08-16T01:07:25.445Z | Compiling num-bigint-dig v0.8.4 |
1179 | 2024-08-16T01:07:25.704Z | Compiling cfg_aliases v0.1.1 |
1180 | 2024-08-16T01:07:25.761Z | Compiling stable_deref_trait v1.2.0 |
1181 | 2024-08-16T01:07:25.797Z | Compiling smoltcp v0.9.1 |
1182 | 2024-08-16T01:07:25.847Z | Compiling fallible-iterator v0.2.0 |
1183 | 2024-08-16T01:07:25.873Z | Compiling crc32fast v1.4.0 |
1184 | 2024-08-16T01:07:26.285Z | Compiling signal-hook v0.3.17 |
1185 | 2024-08-16T01:07:26.394Z | Compiling gimli v0.28.1 |
1186 | 2024-08-16T01:07:26.437Z | Compiling psl-types v2.0.11 |
1187 | 2024-08-16T01:07:26.460Z | Compiling pest_derive v2.7.10 |
1188 | 2024-08-16T01:07:26.579Z | Compiling publicsuffix v2.2.3 |
1189 | 2024-08-16T01:07:26.678Z | Compiling nix v0.28.0 |
1190 | 2024-08-16T01:07:26.805Z | Compiling bytes v1.7.1 |
1191 | 2024-08-16T01:07:27.112Z | Compiling bitflags v2.6.0 |
1192 | 2024-08-16T01:07:27.323Z | Compiling indexmap v2.4.0 |
1193 | 2024-08-16T01:07:27.488Z | Compiling semver v1.0.23 |
1194 | 2024-08-16T01:07:27.846Z | Compiling tokio v1.38.1 |
1195 | 2024-08-16T01:07:28.117Z | Compiling http v0.2.12 |
1196 | 2024-08-16T01:07:28.472Z | Compiling rustc_version v0.4.0 |
1197 | 2024-08-16T01:07:29.749Z | Compiling http-body v0.4.6 |
1198 | 2024-08-16T01:07:30.135Z | Compiling heapless v0.7.17 |
1199 | 2024-08-16T01:07:30.168Z | Compiling dof v0.3.0 |
1200 | 2024-08-16T01:07:30.483Z | Compiling dtrace-parser v0.2.0 |
1201 | 2024-08-16T01:07:31.175Z | Compiling uuid v1.10.0 |
1202 | 2024-08-16T01:07:31.289Z | Compiling usdt-impl v0.5.0 |
1203 | 2024-08-16T01:07:31.618Z | Compiling serde_tokenstream v0.2.2 |
1204 | 2024-08-16T01:07:31.879Z | Compiling serde_spanned v0.6.7 |
1205 | 2024-08-16T01:07:32.066Z | Compiling chrono v0.4.38 |
1206 | 2024-08-16T01:07:32.120Z | Compiling toml_datetime v0.6.8 |
1207 | 2024-08-16T01:07:32.315Z | Compiling terminal_size v0.3.0 |
1208 | 2024-08-16T01:07:32.483Z | Compiling addr2line v0.21.0 |
1209 | 2024-08-16T01:07:32.563Z | Compiling postgres-protocol v0.6.7 |
1210 | 2024-08-16T01:07:32.588Z | Compiling hubpack_derive v0.1.1 |
1211 | 2024-08-16T01:07:33.048Z | Compiling async-trait v0.1.81 |
1212 | 2024-08-16T01:07:33.126Z | Compiling zerocopy-derive v0.6.6 |
1213 | 2024-08-16T01:07:33.335Z | Compiling num-iter v0.1.45 |
1214 | 2024-08-16T01:07:34.320Z | Compiling phf_shared v0.11.2 |
1215 | 2024-08-16T01:07:34.451Z | Compiling tokio-util v0.7.11 |
1216 | 2024-08-16T01:07:34.642Z | Compiling tokio-rustls v0.24.1 |
1217 | 2024-08-16T01:07:34.857Z | Compiling serde_derive_internals v0.29.1 |
1218 | 2024-08-16T01:07:35.044Z | Compiling ff v0.13.0 |
1219 | 2024-08-16T01:07:35.187Z | Compiling object v0.32.2 |
1220 | 2024-08-16T01:07:35.244Z | Compiling h2 v0.3.26 |
1221 | 2024-08-16T01:07:35.267Z | Compiling tokio-native-tls v0.3.1 |
1222 | 2024-08-16T01:07:35.485Z | Compiling fs-err v2.11.0 |
1223 | 2024-08-16T01:07:35.509Z | Compiling either v1.13.0 |
1224 | 2024-08-16T01:07:35.571Z | Compiling base16ct v0.2.0 |
1225 | 2024-08-16T01:07:35.720Z | Compiling winnow v0.5.40 |
1226 | 2024-08-16T01:07:35.842Z | Compiling schemars v0.8.21 |
1227 | 2024-08-16T01:07:35.866Z | Compiling regex-automata v0.1.10 |
1228 | 2024-08-16T01:07:36.126Z | Compiling managed v0.8.0 |
1229 | 2024-08-16T01:07:36.270Z | Compiling bitflags v1.3.2 |
1230 | 2024-08-16T01:07:36.362Z | Compiling ipnet v2.9.0 |
1231 | 2024-08-16T01:07:36.489Z | Compiling rustc-demangle v0.1.24 |
1232 | 2024-08-16T01:07:37.072Z | Compiling base64 v0.21.7 |
1233 | 2024-08-16T01:07:37.159Z | Compiling anyhow v1.0.86 |
1234 | 2024-08-16T01:07:37.265Z | Compiling clap_builder v4.5.15 |
1235 | 2024-08-16T01:07:37.349Z | Compiling schemars_derive v0.8.21 |
1236 | 2024-08-16T01:07:37.706Z | Compiling rustls-pemfile v1.0.4 |
1237 | 2024-08-16T01:07:38.076Z | Compiling bstr v0.2.17 |
1238 | 2024-08-16T01:07:38.829Z | Compiling toml_edit v0.19.15 |
1239 | 2024-08-16T01:07:39.399Z | Compiling sec1 v0.7.3 |
1240 | 2024-08-16T01:07:39.795Z | Compiling group v0.13.0 |
1241 | 2024-08-16T01:07:39.943Z | Compiling zerocopy v0.6.6 |
1242 | 2024-08-16T01:07:40.103Z | Compiling phf v0.11.2 |
1243 | 2024-08-16T01:07:40.155Z | Compiling cookie_store v0.20.0 |
1244 | 2024-08-16T01:07:40.301Z | Compiling postgres-types v0.2.7 |
1245 | 2024-08-16T01:07:41.173Z | Compiling hyper v0.14.30 |
1246 | 2024-08-16T01:07:41.434Z | Compiling hubpack v0.1.2 |
1247 | 2024-08-16T01:07:41.567Z | Compiling usdt-macro v0.5.0 |
1248 | 2024-08-16T01:07:41.817Z | Compiling usdt-attr-macro v0.5.0 |
1249 | 2024-08-16T01:07:42.752Z | Compiling regex v1.10.6 |
1250 | 2024-08-16T01:07:43.152Z | Compiling serde_urlencoded v0.7.1 |
1251 | 2024-08-16T01:07:43.586Z | Compiling pkcs1 v0.7.5 |
1252 | 2024-08-16T01:07:43.690Z | Compiling futures-executor v0.3.30 |
1253 | 2024-08-16T01:07:43.821Z | Compiling hkdf v0.12.4 |
1254 | 2024-08-16T01:07:44.038Z | Compiling signature v2.2.0 |
1255 | 2024-08-16T01:07:44.165Z | Compiling crypto-bigint v0.5.5 |
1256 | 2024-08-16T01:07:44.274Z | Compiling enum-as-inner v0.6.0 |
1257 | 2024-08-16T01:07:44.423Z | Compiling strum_macros v0.25.3 |
1258 | 2024-08-16T01:07:44.459Z | Compiling clap_derive v4.5.13 |
1259 | 2024-08-16T01:07:44.771Z | Compiling serde_repr v0.1.19 |
1260 | 2024-08-16T01:07:45.112Z | Compiling phf_shared v0.10.0 |
1261 | 2024-08-16T01:07:45.242Z | Compiling float-cmp v0.9.0 |
1262 | 2024-08-16T01:07:45.431Z | Compiling idna v0.4.0 |
1263 | 2024-08-16T01:07:45.454Z | Compiling mio v1.0.2 |
1264 | 2024-08-16T01:07:45.691Z | Compiling encoding_rs v0.8.34 |
1265 | 2024-08-16T01:07:46.421Z | Compiling precomputed-hash v0.1.1 |
1266 | 2024-08-16T01:07:46.515Z | Compiling normalize-line-endings v0.3.0 |
1267 | 2024-08-16T01:07:46.616Z | Compiling hyper-rustls v0.24.2 |
1268 | 2024-08-16T01:07:46.641Z | Compiling hyper-tls v0.5.0 |
1269 | 2024-08-16T01:07:46.906Z | Compiling predicates-core v1.0.6 |
1270 | 2024-08-16T01:07:46.937Z | Compiling sync_wrapper v0.1.2 |
1271 | 2024-08-16T01:07:47.048Z | Compiling unicode-segmentation v1.11.0 |
1272 | 2024-08-16T01:07:47.224Z | Compiling minimal-lexical v0.2.1 |
1273 | 2024-08-16T01:07:47.552Z | Compiling webpki-roots v0.25.4 |
1274 | 2024-08-16T01:07:47.659Z | Compiling mime v0.3.17 |
1275 | 2024-08-16T01:07:47.701Z | Compiling difflib v0.4.0 |
1276 | 2024-08-16T01:07:47.725Z | Compiling new_debug_unreachable v1.0.6 |
1277 | 2024-08-16T01:07:47.816Z | Compiling dyn-clone v1.0.17 |
1278 | 2024-08-16T01:07:48.010Z | Compiling whoami v1.5.1 |
1279 | 2024-08-16T01:07:48.206Z | Compiling data-encoding v2.6.0 |
1280 | 2024-08-16T01:07:48.273Z | Compiling bit-vec v0.6.3 |
1281 | 2024-08-16T01:07:48.539Z | Compiling static_assertions v1.1.0 |
1282 | 2024-08-16T01:07:48.691Z | Compiling fixedbitset v0.4.2 |
1283 | 2024-08-16T01:07:48.715Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1284 | 2024-08-16T01:07:48.941Z | Compiling petgraph v0.6.5 |
1285 | 2024-08-16T01:07:49.021Z | Compiling hickory-proto v0.24.1 |
1286 | 2024-08-16T01:07:49.090Z | Compiling bit-set v0.5.3 |
1287 | 2024-08-16T01:07:49.113Z | Compiling tokio-postgres v0.7.11 |
1288 | 2024-08-16T01:07:49.113Z | Compiling clap v4.5.15 |
1289 | 2024-08-16T01:07:49.240Z | Compiling predicates v3.1.2 |
1290 | 2024-08-16T01:07:50.172Z | Compiling reqwest v0.11.27 |
1291 | 2024-08-16T01:07:50.624Z | Compiling string_cache v0.8.7 |
1292 | 2024-08-16T01:07:51.011Z | Compiling similar v2.5.0 |
1293 | 2024-08-16T01:07:51.713Z | Compiling nom v7.1.3 |
1294 | 2024-08-16T01:07:52.103Z | Compiling toml_edit v0.22.20 |
1295 | 2024-08-16T01:07:52.266Z | Compiling elliptic-curve v0.13.8 |
1296 | 2024-08-16T01:07:52.950Z | Compiling console v0.15.8 |
1297 | 2024-08-16T01:07:53.035Z | Compiling usdt v0.5.0 |
1298 | 2024-08-16T01:07:53.459Z | Compiling signal-hook-mio v0.2.4 |
1299 | 2024-08-16T01:07:53.532Z | Compiling rsa v0.9.6 |
1300 | 2024-08-16T01:07:53.632Z | Compiling futures v0.3.30 |
1301 | 2024-08-16T01:07:53.656Z | Compiling flate2 v1.0.31 |
1302 | 2024-08-16T01:07:54.215Z | Compiling toml v0.7.8 |
1303 | 2024-08-16T01:07:55.195Z | Compiling itertools v0.10.5 |
1304 | 2024-08-16T01:07:55.256Z | Compiling itertools v0.12.1 |
1305 | 2024-08-16T01:07:55.621Z | Compiling tokio-stream v0.1.15 |
1306 | 2024-08-16T01:07:56.370Z | Compiling bstr v1.9.1 |
1307 | 2024-08-16T01:07:56.970Z | Compiling openapiv3 v2.0.0 |
1308 | 2024-08-16T01:07:57.205Z | Compiling hex v0.4.3 |
1309 | 2024-08-16T01:07:57.419Z | Compiling sha1 v0.10.6 |
1310 | 2024-08-16T01:07:57.700Z | Compiling crossbeam-epoch v0.9.18 |
1311 | 2024-08-16T01:07:57.772Z | Compiling dirs-sys-next v0.1.2 |
1312 | 2024-08-16T01:07:57.795Z | Compiling unicode-xid v0.2.4 |
1313 | 2024-08-16T01:07:57.795Z | Compiling peg-runtime v0.8.3 |
1314 | 2024-08-16T01:07:57.955Z | Compiling lalrpop-util v0.19.12 |
1315 | 2024-08-16T01:07:58.257Z | Compiling dirs-next v2.0.0 |
1316 | 2024-08-16T01:07:58.342Z | Compiling thread_local v1.1.8 |
1317 | 2024-08-16T01:07:58.365Z | Compiling slog-async v2.8.0 |
1318 | 2024-08-16T01:07:58.388Z | Compiling term v0.7.0 |
1319 | 2024-08-16T01:07:58.431Z | Compiling xattr v1.3.1 |
1320 | 2024-08-16T01:07:58.692Z | Compiling strum_macros v0.26.4 |
1321 | 2024-08-16T01:07:58.717Z | Compiling crossbeam-channel v0.5.12 |
1322 | 2024-08-16T01:07:58.866Z | Compiling filetime v0.2.24 |
1323 | 2024-08-16T01:07:58.918Z | Compiling is-terminal v0.4.12 |
1324 | 2024-08-16T01:07:59.038Z | Compiling take_mut v0.2.2 |
1325 | 2024-08-16T01:07:59.138Z | Compiling tar v0.4.41 |
1326 | 2024-08-16T01:07:59.178Z | Compiling slog-term v2.9.1 |
1327 | 2024-08-16T01:07:59.687Z | Compiling camino v1.1.7 |
1328 | 2024-08-16T01:08:01.123Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1329 | 2024-08-16T01:08:01.768Z | Compiling strum v0.26.3 |
1330 | 2024-08-16T01:08:01.877Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1331 | 2024-08-16T01:08:07.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
1332 | 2024-08-16T01:08:08.072Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1333 | 2024-08-16T01:08:08.136Z | Aug 16 01:08:07.209 INFO Starting download, target: Cockroach |
1334 | 2024-08-16T01:08:08.136Z | Aug 16 01:08:07.209 INFO Starting download, target: DendriteOpenapi |
1335 | 2024-08-16T01:08:08.136Z | Aug 16 01:08:07.209 INFO Starting download, target: Console |
1336 | 2024-08-16T01:08:08.162Z | Aug 16 01:08:07.210 INFO Starting download, target: DendriteStub |
1337 | 2024-08-16T01:08:08.162Z | Aug 16 01:08:07.210 INFO Starting download, target: Clickhouse |
1338 | 2024-08-16T01:08:08.162Z | Aug 16 01:08:07.210 INFO Starting download, target: MaghemiteMgd |
1339 | 2024-08-16T01:08:08.162Z | Aug 16 01:08:07.210 INFO Starting download, target: TransceiverControl |
1340 | 2024-08-16T01:08:08.162Z | Aug 16 01:08:07.211 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1341 | 2024-08-16T01:08:08.162Z | Aug 16 01:08:07.211 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1342 | 2024-08-16T01:08:08.162Z | Aug 16 01:08:07.211 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1343 | 2024-08-16T01:08:08.162Z | Aug 16 01:08:07.211 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1344 | 2024-08-16T01:08:08.162Z | Aug 16 01:08:07.211 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1345 | 2024-08-16T01:08:08.162Z | Aug 16 01:08:07.211 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1346 | 2024-08-16T01:08:08.162Z | Aug 16 01:08:07.212 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1347 | 2024-08-16T01:08:08.520Z | Aug 16 01:08:07.591 INFO Download complete, target: DendriteOpenapi |
1348 | 2024-08-16T01:08:08.558Z | Aug 16 01:08:07.630 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1349 | 2024-08-16T01:08:08.885Z | Aug 16 01:08:07.958 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1350 | 2024-08-16T01:08:08.916Z | Aug 16 01:08:07.988 INFO Download complete, target: Console |
1351 | 2024-08-16T01:08:09.963Z | Aug 16 01:08:09.036 INFO Download complete, target: TransceiverControl |
1352 | 2024-08-16T01:08:09.987Z | Aug 16 01:08:09.060 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1353 | 2024-08-16T01:08:10.772Z | Aug 16 01:08:09.845 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1354 | 2024-08-16T01:08:13.263Z | Aug 16 01:08:12.337 INFO Download complete, target: DendriteStub |
1355 | 2024-08-16T01:08:13.367Z | Aug 16 01:08:12.440 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1356 | 2024-08-16T01:08:13.367Z | Aug 16 01:08:12.440 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1357 | 2024-08-16T01:08:14.254Z | Aug 16 01:08:13.327 INFO Download complete, target: MaghemiteMgd |
1358 | 2024-08-16T01:08:22.863Z | Aug 16 01:08:21.937 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1359 | 2024-08-16T01:08:23.316Z | Aug 16 01:08:22.382 INFO Checking that binary works, target: Cockroach |
1360 | 2024-08-16T01:08:23.506Z | Aug 16 01:08:22.580 INFO Download complete, target: Cockroach |
1361 | 2024-08-16T01:08:23.769Z | Aug 16 01:08:22.842 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1362 | 2024-08-16T01:08:39.884Z | Aug 16 01:08:38.959 INFO Checking that binary works, target: Clickhouse |
1363 | 2024-08-16T01:08:40.010Z | Aug 16 01:08:39.086 INFO Download complete, target: Clickhouse |
1364 | 2024-08-16T01:08:40.036Z | All builder prerequisites installed successfully, and PATH looks valid |
1365 | 2024-08-16T01:08:40.059Z | |
1366 | 2024-08-16T01:08:40.059Z | real 3:34.672177471 |
1367 | 2024-08-16T01:08:40.059Z | user 9:37.521580342 |
1368 | 2024-08-16T01:08:40.059Z | sys 2:18.020976008 |
1369 | 2024-08-16T01:08:40.059Z | trap 0.276837793 |
1370 | 2024-08-16T01:08:40.059Z | tflt 0.471169110 |
1371 | 2024-08-16T01:08:40.059Z | dflt 1.615296745 |
1372 | 2024-08-16T01:08:40.059Z | kflt 0.007280316 |
1373 | 2024-08-16T01:08:40.059Z | lock 22:39.047445608 |
1374 | 2024-08-16T01:08:40.059Z | slp 36:04.962810099 |
1375 | 2024-08-16T01:08:40.059Z | lat 41.130249453 |
1376 | 2024-08-16T01:08:40.059Z | stop 1:40.844495934 |
1377 | 2024-08-16T01:08:40.060Z | + banner hack-check |
1378 | 2024-08-16T01:08:40.060Z | |
1379 | 2024-08-16T01:08:40.060Z | # # ## #### # # #### # # ###### #### # # |
1380 | 2024-08-16T01:08:40.060Z | # # # # # # # # # # # # # # # # # |
1381 | 2024-08-16T01:08:40.060Z | ###### # # # #### ##### # ###### ##### # #### |
1382 | 2024-08-16T01:08:40.060Z | # # ###### # # # # # # # # # # |
1383 | 2024-08-16T01:08:40.060Z | # # # # # # # # # # # # # # # # # |
1384 | 2024-08-16T01:08:40.060Z | # # # # #### # # #### # # ###### #### # # |
1385 | 2024-08-16T01:08:40.060Z | |
1386 | 2024-08-16T01:08:40.060Z | + export CARGO_INCREMENTAL=0 |
1387 | 2024-08-16T01:08:40.060Z | + CARGO_INCREMENTAL=0 |
1388 | 2024-08-16T01:08:40.060Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1389 | 2024-08-16T01:08:40.744Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1390 | 2024-08-16T01:08:45.255Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.15s |
1391 | 2024-08-16T01:08:45.301Z | Running `target/debug/xtask check-features --ci` |
1392 | 2024-08-16T01:08:45.334Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1393 | 2024-08-16T01:08:45.334Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1394 | 2024-08-16T01:08:46.084Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1395 | 2024-08-16T01:08:46.108Z | Running `target/debug/xtask download cargo-hack` |
1396 | 2024-08-16T01:08:47.295Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1397 | 2024-08-16T01:08:47.659Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1398 | 2024-08-16T01:08:53.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.92s |
1399 | 2024-08-16T01:08:53.171Z | Running `target/debug/xtask-downloader cargo-hack` |
1400 | 2024-08-16T01:08:53.219Z | Aug 16 01:08:52.296 INFO Starting download, target: CargoHack |
1401 | 2024-08-16T01:08:53.243Z | Aug 16 01:08:52.297 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1402 | 2024-08-16T01:08:53.781Z | Aug 16 01:08:52.857 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1403 | 2024-08-16T01:08:53.901Z | Aug 16 01:08:52.977 INFO Download complete, target: CargoHack |
1404 | 2024-08-16T01:08:53.924Z | 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" |
1405 | 2024-08-16T01:08:53.948Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1406 | 2024-08-16T01:08:54.129Z | info: running `cargo check --bins` on api_identity (1/150) |
1407 | 2024-08-16T01:08:54.834Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1408 | 2024-08-16T01:08:54.858Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1409 | 2024-08-16T01:08:54.858Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1410 | 2024-08-16T01:08:54.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1411 | 2024-08-16T01:08:54.908Z | |
1412 | 2024-08-16T01:08:54.908Z | info: running `cargo check --bins` on bootstore (2/150) |
1413 | 2024-08-16T01:08:55.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1414 | 2024-08-16T01:08:55.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1415 | 2024-08-16T01:08:55.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1416 | 2024-08-16T01:08:55.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1417 | 2024-08-16T01:08:55.693Z | |
1418 | 2024-08-16T01:08:55.694Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/150) |
1419 | 2024-08-16T01:08:56.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1420 | 2024-08-16T01:08:56.425Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1421 | 2024-08-16T01:08:56.425Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1422 | 2024-08-16T01:08:56.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
1423 | 2024-08-16T01:08:56.477Z | |
1424 | 2024-08-16T01:08:56.477Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/150) |
1425 | 2024-08-16T01:08:57.188Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1426 | 2024-08-16T01:08:57.211Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1427 | 2024-08-16T01:08:57.211Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1428 | 2024-08-16T01:08:57.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1429 | 2024-08-16T01:08:57.271Z | |
1430 | 2024-08-16T01:08:57.271Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/150) |
1431 | 2024-08-16T01:08:57.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1432 | 2024-08-16T01:08:57.824Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1433 | 2024-08-16T01:08:57.824Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1434 | 2024-08-16T01:08:57.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1435 | 2024-08-16T01:08:57.848Z | |
1436 | 2024-08-16T01:08:57.848Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/150) |
1437 | 2024-08-16T01:08:58.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1438 | 2024-08-16T01:08:58.416Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1439 | 2024-08-16T01:08:58.416Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1440 | 2024-08-16T01:08:58.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1441 | 2024-08-16T01:08:58.445Z | |
1442 | 2024-08-16T01:08:58.445Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/150) |
1443 | 2024-08-16T01:08:58.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1444 | 2024-08-16T01:08:59.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1445 | 2024-08-16T01:08:59.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1446 | 2024-08-16T01:08:59.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1447 | 2024-08-16T01:08:59.029Z | |
1448 | 2024-08-16T01:08:59.029Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/150) |
1449 | 2024-08-16T01:08:59.582Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1450 | 2024-08-16T01:08:59.605Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1451 | 2024-08-16T01:08:59.605Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1452 | 2024-08-16T01:08:59.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1453 | 2024-08-16T01:08:59.634Z | |
1454 | 2024-08-16T01:08:59.634Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/150) |
1455 | 2024-08-16T01:09:00.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1456 | 2024-08-16T01:09:00.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1457 | 2024-08-16T01:09:00.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1458 | 2024-08-16T01:09:00.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1459 | 2024-08-16T01:09:00.233Z | |
1460 | 2024-08-16T01:09:00.233Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/150) |
1461 | 2024-08-16T01:09:00.759Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1462 | 2024-08-16T01:09:00.783Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1463 | 2024-08-16T01:09:00.783Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1464 | 2024-08-16T01:09:00.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1465 | 2024-08-16T01:09:00.808Z | |
1466 | 2024-08-16T01:09:00.808Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/150) |
1467 | 2024-08-16T01:09:01.357Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1468 | 2024-08-16T01:09:01.380Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1469 | 2024-08-16T01:09:01.380Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1470 | 2024-08-16T01:09:01.380Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1471 | 2024-08-16T01:09:01.407Z | |
1472 | 2024-08-16T01:09:01.407Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/150) |
1473 | 2024-08-16T01:09:01.946Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1474 | 2024-08-16T01:09:01.969Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1475 | 2024-08-16T01:09:01.969Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1476 | 2024-08-16T01:09:01.969Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1477 | 2024-08-16T01:09:01.999Z | |
1478 | 2024-08-16T01:09:01.999Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/150) |
1479 | 2024-08-16T01:09:02.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1480 | 2024-08-16T01:09:02.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1481 | 2024-08-16T01:09:02.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1482 | 2024-08-16T01:09:02.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1483 | 2024-08-16T01:09:02.577Z | |
1484 | 2024-08-16T01:09:02.577Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/150) |
1485 | 2024-08-16T01:09:03.103Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1486 | 2024-08-16T01:09:03.126Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1487 | 2024-08-16T01:09:03.126Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1488 | 2024-08-16T01:09:03.126Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1489 | 2024-08-16T01:09:03.152Z | |
1490 | 2024-08-16T01:09:03.152Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/150) |
1491 | 2024-08-16T01:09:03.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1492 | 2024-08-16T01:09:03.715Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1493 | 2024-08-16T01:09:03.715Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1494 | 2024-08-16T01:09:03.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1495 | 2024-08-16T01:09:03.742Z | |
1496 | 2024-08-16T01:09:03.742Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/150) |
1497 | 2024-08-16T01:09:04.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1498 | 2024-08-16T01:09:04.280Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1499 | 2024-08-16T01:09:04.280Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1500 | 2024-08-16T01:09:04.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1501 | 2024-08-16T01:09:04.304Z | |
1502 | 2024-08-16T01:09:04.304Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/150) |
1503 | 2024-08-16T01:09:04.839Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1504 | 2024-08-16T01:09:04.863Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1505 | 2024-08-16T01:09:04.863Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1506 | 2024-08-16T01:09:04.863Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1507 | 2024-08-16T01:09:04.890Z | |
1508 | 2024-08-16T01:09:04.890Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/150) |
1509 | 2024-08-16T01:09:05.426Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1510 | 2024-08-16T01:09:05.450Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1511 | 2024-08-16T01:09:05.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1512 | 2024-08-16T01:09:05.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1513 | 2024-08-16T01:09:05.478Z | |
1514 | 2024-08-16T01:09:05.478Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/150) |
1515 | 2024-08-16T01:09:06.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1516 | 2024-08-16T01:09:06.045Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1517 | 2024-08-16T01:09:06.045Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1518 | 2024-08-16T01:09:06.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1519 | 2024-08-16T01:09:06.070Z | |
1520 | 2024-08-16T01:09:06.070Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/150) |
1521 | 2024-08-16T01:09:06.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1522 | 2024-08-16T01:09:06.634Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1523 | 2024-08-16T01:09:06.634Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1524 | 2024-08-16T01:09:06.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1525 | 2024-08-16T01:09:06.660Z | |
1526 | 2024-08-16T01:09:06.660Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/150) |
1527 | 2024-08-16T01:09:07.179Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1528 | 2024-08-16T01:09:07.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1529 | 2024-08-16T01:09:07.202Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1530 | 2024-08-16T01:09:07.202Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1531 | 2024-08-16T01:09:07.226Z | |
1532 | 2024-08-16T01:09:07.226Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/150) |
1533 | 2024-08-16T01:09:07.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1534 | 2024-08-16T01:09:07.778Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1535 | 2024-08-16T01:09:07.778Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1536 | 2024-08-16T01:09:07.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1537 | 2024-08-16T01:09:07.804Z | |
1538 | 2024-08-16T01:09:07.804Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/150) |
1539 | 2024-08-16T01:09:08.343Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1540 | 2024-08-16T01:09:08.366Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1541 | 2024-08-16T01:09:08.366Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1542 | 2024-08-16T01:09:08.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1543 | 2024-08-16T01:09:08.392Z | |
1544 | 2024-08-16T01:09:08.392Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/150) |
1545 | 2024-08-16T01:09:08.932Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1546 | 2024-08-16T01:09:08.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1547 | 2024-08-16T01:09:08.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1548 | 2024-08-16T01:09:08.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1549 | 2024-08-16T01:09:08.983Z | |
1550 | 2024-08-16T01:09:08.983Z | info: running `cargo check --bins` on sled-hardware-types (25/150) |
1551 | 2024-08-16T01:09:09.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1552 | 2024-08-16T01:09:09.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1553 | 2024-08-16T01:09:09.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1554 | 2024-08-16T01:09:09.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1555 | 2024-08-16T01:09:09.806Z | |
1556 | 2024-08-16T01:09:09.806Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/150) |
1557 | 2024-08-16T01:09:10.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1558 | 2024-08-16T01:09:10.539Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1559 | 2024-08-16T01:09:10.539Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1560 | 2024-08-16T01:09:10.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
1561 | 2024-08-16T01:09:10.597Z | |
1562 | 2024-08-16T01:09:10.597Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/150) |
1563 | 2024-08-16T01:09:11.332Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1564 | 2024-08-16T01:09:11.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1565 | 2024-08-16T01:09:11.364Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1566 | 2024-08-16T01:09:11.364Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
1567 | 2024-08-16T01:09:11.422Z | |
1568 | 2024-08-16T01:09:11.422Z | info: running `cargo check --bins` on oxlog (28/150) |
1569 | 2024-08-16T01:09:12.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1570 | 2024-08-16T01:09:12.145Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1571 | 2024-08-16T01:09:12.209Z | Checking cfg-if v1.0.0 |
1572 | 2024-08-16T01:09:12.233Z | Checking libc v0.2.155 |
1573 | 2024-08-16T01:09:12.233Z | Checking serde v1.0.207 |
1574 | 2024-08-16T01:09:12.233Z | Checking memchr v2.7.2 |
1575 | 2024-08-16T01:09:12.233Z | Checking zeroize v1.7.0 |
1576 | 2024-08-16T01:09:12.261Z | Checking scopeguard v1.2.0 |
1577 | 2024-08-16T01:09:12.296Z | Checking typenum v1.17.0 |
1578 | 2024-08-16T01:09:12.297Z | Checking byteorder v1.5.0 |
1579 | 2024-08-16T01:09:12.325Z | Checking log v0.4.21 |
1580 | 2024-08-16T01:09:12.410Z | Checking lock_api v0.4.12 |
1581 | 2024-08-16T01:09:12.487Z | Checking subtle v2.5.0 |
1582 | 2024-08-16T01:09:12.565Z | Checking const-oid v0.9.6 |
1583 | 2024-08-16T01:09:12.638Z | Checking once_cell v1.19.0 |
1584 | 2024-08-16T01:09:12.703Z | Checking itoa v1.0.11 |
1585 | 2024-08-16T01:09:12.746Z | Checking smallvec v1.13.2 |
1586 | 2024-08-16T01:09:12.876Z | Checking pin-project-lite v0.2.14 |
1587 | 2024-08-16T01:09:12.906Z | Checking spin v0.9.8 |
1588 | 2024-08-16T01:09:12.987Z | Checking zerocopy v0.7.34 |
1589 | 2024-08-16T01:09:13.012Z | Checking tinyvec_macros v0.1.1 |
1590 | 2024-08-16T01:09:13.037Z | Checking cpufeatures v0.2.12 |
1591 | 2024-08-16T01:09:13.082Z | Checking tinyvec v1.6.0 |
1592 | 2024-08-16T01:09:13.116Z | Checking futures-core v0.3.30 |
1593 | 2024-08-16T01:09:13.169Z | Checking getrandom v0.2.14 |
1594 | 2024-08-16T01:09:13.216Z | Checking signal-hook-registry v1.4.2 |
1595 | 2024-08-16T01:09:13.262Z | Checking generic-array v0.14.7 |
1596 | 2024-08-16T01:09:13.286Z | Checking parking_lot_core v0.9.10 |
1597 | 2024-08-16T01:09:13.387Z | Checking rand_core v0.6.4 |
1598 | 2024-08-16T01:09:13.431Z | Checking mio v0.8.11 |
1599 | 2024-08-16T01:09:13.560Z | Checking parking_lot v0.12.2 |
1600 | 2024-08-16T01:09:13.637Z | Checking num_cpus v1.16.0 |
1601 | 2024-08-16T01:09:13.738Z | Checking socket2 v0.5.7 |
1602 | 2024-08-16T01:09:13.858Z | Checking futures-sink v0.3.30 |
1603 | 2024-08-16T01:09:13.935Z | Checking unicode-bidi v0.3.15 |
1604 | 2024-08-16T01:09:13.960Z | Checking allocator-api2 v0.2.18 |
1605 | 2024-08-16T01:09:13.984Z | Checking libm v0.2.8 |
1606 | 2024-08-16T01:09:14.151Z | Checking equivalent v1.0.1 |
1607 | 2024-08-16T01:09:14.175Z | Checking unicode-normalization v0.1.23 |
1608 | 2024-08-16T01:09:14.176Z | Checking ahash v0.8.11 |
1609 | 2024-08-16T01:09:14.209Z | Checking crypto-common v0.1.6 |
1610 | 2024-08-16T01:09:14.239Z | Checking block-buffer v0.10.4 |
1611 | 2024-08-16T01:09:14.369Z | Checking block-padding v0.3.3 |
1612 | 2024-08-16T01:09:14.435Z | Checking digest v0.10.7 |
1613 | 2024-08-16T01:09:14.459Z | Checking ryu v1.0.18 |
1614 | 2024-08-16T01:09:14.484Z | Checking futures-channel v0.3.30 |
1615 | 2024-08-16T01:09:14.543Z | Checking inout v0.1.3 |
1616 | 2024-08-16T01:09:14.623Z | Checking hashbrown v0.14.5 |
1617 | 2024-08-16T01:09:14.652Z | Checking slab v0.4.9 |
1618 | 2024-08-16T01:09:14.746Z | Checking cipher v0.4.4 |
1619 | 2024-08-16T01:09:14.770Z | Checking hmac v0.12.1 |
1620 | 2024-08-16T01:09:14.770Z | Checking num-traits v0.2.19 |
1621 | 2024-08-16T01:09:14.796Z | Checking sha2 v0.10.8 |
1622 | 2024-08-16T01:09:14.865Z | Checking futures-io v0.3.30 |
1623 | 2024-08-16T01:09:14.890Z | Checking futures-task v0.3.30 |
1624 | 2024-08-16T01:09:14.950Z | Checking pin-utils v0.1.0 |
1625 | 2024-08-16T01:09:15.025Z | Checking base64ct v1.6.0 |
1626 | 2024-08-16T01:09:15.048Z | Checking percent-encoding v2.3.1 |
1627 | 2024-08-16T01:09:15.083Z | Checking futures-util v0.3.30 |
1628 | 2024-08-16T01:09:15.107Z | Checking ppv-lite86 v0.2.17 |
1629 | 2024-08-16T01:09:15.217Z | Checking flagset v0.4.5 |
1630 | 2024-08-16T01:09:15.242Z | Checking salsa20 v0.10.2 |
1631 | 2024-08-16T01:09:15.382Z | Checking pbkdf2 v0.12.2 |
1632 | 2024-08-16T01:09:15.409Z | Checking pem-rfc7468 v0.7.0 |
1633 | 2024-08-16T01:09:15.433Z | Checking tracing-core v0.1.32 |
1634 | 2024-08-16T01:09:15.517Z | Checking untrusted v0.9.0 |
1635 | 2024-08-16T01:09:15.620Z | Checking der v0.7.9 |
1636 | 2024-08-16T01:09:15.644Z | Checking fnv v1.0.7 |
1637 | 2024-08-16T01:09:15.670Z | Checking ring v0.17.8 |
1638 | 2024-08-16T01:09:15.693Z | Checking rand_chacha v0.3.1 |
1639 | 2024-08-16T01:09:15.748Z | Checking scrypt v0.11.0 |
1640 | 2024-08-16T01:09:15.933Z | Checking aes v0.8.4 |
1641 | 2024-08-16T01:09:15.984Z | Checking rand v0.8.5 |
1642 | 2024-08-16T01:09:16.008Z | Checking tracing v0.1.40 |
1643 | 2024-08-16T01:09:16.150Z | Checking cbc v0.1.2 |
1644 | 2024-08-16T01:09:16.289Z | Checking thiserror v1.0.63 |
1645 | 2024-08-16T01:09:16.322Z | Checking foreign-types-shared v0.1.1 |
1646 | 2024-08-16T01:09:16.414Z | Checking bytes v1.7.1 |
1647 | 2024-08-16T01:09:16.438Z | Checking bitflags v2.6.0 |
1648 | 2024-08-16T01:09:16.438Z | Checking indexmap v2.4.0 |
1649 | 2024-08-16T01:09:16.651Z | Checking serde_json v1.0.125 |
1650 | 2024-08-16T01:09:16.684Z | Checking foreign-types v0.3.2 |
1651 | 2024-08-16T01:09:16.766Z | Checking form_urlencoded v1.2.1 |
1652 | 2024-08-16T01:09:16.930Z | Checking lazy_static v1.5.0 |
1653 | 2024-08-16T01:09:16.959Z | Checking openssl-sys v0.9.103 |
1654 | 2024-08-16T01:09:17.031Z | Checking unicode-ident v1.0.12 |
1655 | 2024-08-16T01:09:17.077Z | Checking tokio v1.38.1 |
1656 | 2024-08-16T01:09:17.145Z | Checking spki v0.7.3 |
1657 | 2024-08-16T01:09:17.172Z | Checking http v0.2.12 |
1658 | 2024-08-16T01:09:17.200Z | Checking powerfmt v0.2.0 |
1659 | 2024-08-16T01:09:17.384Z | Checking pkcs5 v0.7.1 |
1660 | 2024-08-16T01:09:17.408Z | Checking try-lock v0.2.5 |
1661 | 2024-08-16T01:09:17.462Z | Checking siphasher v0.3.11 |
1662 | 2024-08-16T01:09:17.520Z | Checking want v0.3.1 |
1663 | 2024-08-16T01:09:17.671Z | Checking deranged v0.3.11 |
1664 | 2024-08-16T01:09:17.719Z | Checking proc-macro2 v1.0.86 |
1665 | 2024-08-16T01:09:17.794Z | Checking pkcs8 v0.10.2 |
1666 | 2024-08-16T01:09:17.994Z | Checking openssl v0.10.66 |
1667 | 2024-08-16T01:09:18.019Z | Checking rustls-webpki v0.101.7 |
1668 | 2024-08-16T01:09:18.057Z | Checking sct v0.7.1 |
1669 | 2024-08-16T01:09:18.226Z | Checking uuid v1.10.0 |
1670 | 2024-08-16T01:09:18.264Z | Checking http-body v0.4.6 |
1671 | 2024-08-16T01:09:18.288Z | Checking idna v0.5.0 |
1672 | 2024-08-16T01:09:18.602Z | Checking httparse v1.8.0 |
1673 | 2024-08-16T01:09:18.627Z | Checking errno v0.3.9 |
1674 | 2024-08-16T01:09:18.767Z | Checking scroll v0.12.0 |
1675 | 2024-08-16T01:09:18.792Z | Checking aho-corasick v1.1.3 |
1676 | 2024-08-16T01:09:18.908Z | Checking plain v0.2.3 |
1677 | 2024-08-16T01:09:18.958Z | Checking tower-service v0.3.2 |
1678 | 2024-08-16T01:09:19.039Z | Checking adler v1.0.2 |
1679 | 2024-08-16T01:09:19.071Z | Checking num-conv v0.1.0 |
1680 | 2024-08-16T01:09:19.124Z | Checking ucd-trie v0.1.6 |
1681 | 2024-08-16T01:09:19.164Z | Checking time-core v0.1.2 |
1682 | 2024-08-16T01:09:19.189Z | Checking utf8parse v0.2.1 |
1683 | 2024-08-16T01:09:19.255Z | Checking openssl-probe v0.1.5 |
1684 | 2024-08-16T01:09:19.282Z | Checking finl_unicode v1.2.0 |
1685 | 2024-08-16T01:09:19.306Z | Checking iana-time-zone v0.1.60 |
1686 | 2024-08-16T01:09:19.307Z | Checking num_threads v0.1.7 |
1687 | 2024-08-16T01:09:19.331Z | Checking httpdate v1.0.3 |
1688 | 2024-08-16T01:09:19.387Z | Checking anstyle v1.0.8 |
1689 | 2024-08-16T01:09:19.413Z | Checking regex-syntax v0.8.4 |
1690 | 2024-08-16T01:09:19.436Z | Checking chrono v0.4.38 |
1691 | 2024-08-16T01:09:19.518Z | Checking time v0.3.36 |
1692 | 2024-08-16T01:09:19.677Z | Checking anstyle-parse v0.2.4 |
1693 | 2024-08-16T01:09:19.768Z | Checking stringprep v0.1.4 |
1694 | 2024-08-16T01:09:19.900Z | Checking pest v2.7.10 |
1695 | 2024-08-16T01:09:19.978Z | Checking miniz_oxide v0.7.2 |
1696 | 2024-08-16T01:09:20.142Z | Checking goblin v0.8.2 |
1697 | 2024-08-16T01:09:20.560Z | Checking url v2.5.2 |
1698 | 2024-08-16T01:09:21.154Z | Checking rustix v0.38.34 |
1699 | 2024-08-16T01:09:21.294Z | Checking rustls v0.21.12 |
1700 | 2024-08-16T01:09:21.594Z | Checking quote v1.0.36 |
1701 | 2024-08-16T01:09:21.891Z | Checking toml_datetime v0.6.8 |
1702 | 2024-08-16T01:09:21.982Z | Checking serde_spanned v0.6.7 |
1703 | 2024-08-16T01:09:22.026Z | Checking regex-automata v0.4.6 |
1704 | 2024-08-16T01:09:22.151Z | Checking num-integer v0.1.46 |
1705 | 2024-08-16T01:09:22.176Z | Checking idna v0.3.0 |
1706 | 2024-08-16T01:09:22.490Z | Checking native-tls v0.2.11 |
1707 | 2024-08-16T01:09:22.582Z | Checking md-5 v0.10.6 |
1708 | 2024-08-16T01:09:22.782Z | Checking hash32 v0.2.1 |
1709 | 2024-08-16T01:09:22.806Z | Checking gimli v0.28.1 |
1710 | 2024-08-16T01:09:22.832Z | Checking pretty-hex v0.4.1 |
1711 | 2024-08-16T01:09:22.872Z | Checking fallible-iterator v0.2.0 |
1712 | 2024-08-16T01:09:22.990Z | Checking is_terminal_polyfill v1.70.0 |
1713 | 2024-08-16T01:09:23.051Z | Checking colorchoice v1.0.1 |
1714 | 2024-08-16T01:09:23.094Z | Checking stable_deref_trait v1.2.0 |
1715 | 2024-08-16T01:09:23.136Z | Checking tokio-util v0.7.11 |
1716 | 2024-08-16T01:09:23.167Z | Checking psl-types v2.0.11 |
1717 | 2024-08-16T01:09:23.193Z | Checking base64 v0.22.1 |
1718 | 2024-08-16T01:09:23.317Z | Checking anstyle-query v1.0.3 |
1719 | 2024-08-16T01:09:23.394Z | Checking publicsuffix v2.2.3 |
1720 | 2024-08-16T01:09:23.421Z | Checking anstream v0.6.14 |
1721 | 2024-08-16T01:09:23.559Z | Checking postgres-protocol v0.6.7 |
1722 | 2024-08-16T01:09:23.587Z | Checking heapless v0.7.17 |
1723 | 2024-08-16T01:09:23.735Z | Checking tokio-native-tls v0.3.1 |
1724 | 2024-08-16T01:09:23.854Z | Checking h2 v0.3.26 |
1725 | 2024-08-16T01:09:23.931Z | Checking terminal_size v0.3.0 |
1726 | 2024-08-16T01:09:23.983Z | Checking tokio-rustls v0.24.1 |
1727 | 2024-08-16T01:09:24.091Z | Checking num-iter v0.1.45 |
1728 | 2024-08-16T01:09:24.115Z | Checking dtrace-parser v0.2.0 |
1729 | 2024-08-16T01:09:24.234Z | Checking syn v2.0.74 |
1730 | 2024-08-16T01:09:24.260Z | Checking dof v0.3.0 |
1731 | 2024-08-16T01:09:24.285Z | Checking cookie v0.17.0 |
1732 | 2024-08-16T01:09:24.457Z | Checking phf_shared v0.11.2 |
1733 | 2024-08-16T01:09:24.481Z | Checking ff v0.13.0 |
1734 | 2024-08-16T01:09:24.589Z | Checking thread-id v4.2.1 |
1735 | 2024-08-16T01:09:24.650Z | Checking object v0.32.2 |
1736 | 2024-08-16T01:09:24.687Z | Checking strsim v0.11.1 |
1737 | 2024-08-16T01:09:24.711Z | Checking base64 v0.21.7 |
1738 | 2024-08-16T01:09:24.750Z | Checking bitflags v1.3.2 |
1739 | 2024-08-16T01:09:24.838Z | Checking clap_lex v0.7.0 |
1740 | 2024-08-16T01:09:24.935Z | Checking managed v0.8.0 |
1741 | 2024-08-16T01:09:25.037Z | Checking regex-automata v0.1.10 |
1742 | 2024-08-16T01:09:25.085Z | Checking rustc-demangle v0.1.24 |
1743 | 2024-08-16T01:09:25.244Z | Checking ipnet v2.9.0 |
1744 | 2024-08-16T01:09:25.361Z | Checking either v1.13.0 |
1745 | 2024-08-16T01:09:25.419Z | Checking winnow v0.5.40 |
1746 | 2024-08-16T01:09:25.628Z | Checking base16ct v0.2.0 |
1747 | 2024-08-16T01:09:25.659Z | Checking bstr v0.2.17 |
1748 | 2024-08-16T01:09:25.786Z | Checking sec1 v0.7.3 |
1749 | 2024-08-16T01:09:25.838Z | Checking regex v1.10.6 |
1750 | 2024-08-16T01:09:25.912Z | Checking addr2line v0.21.0 |
1751 | 2024-08-16T01:09:26.090Z | Checking smoltcp v0.9.1 |
1752 | 2024-08-16T01:09:26.321Z | Checking rustls-pemfile v1.0.4 |
1753 | 2024-08-16T01:09:26.347Z | Checking clap_builder v4.5.15 |
1754 | 2024-08-16T01:09:26.370Z | Checking phf v0.11.2 |
1755 | 2024-08-16T01:09:26.473Z | Checking group v0.13.0 |
1756 | 2024-08-16T01:09:26.568Z | Checking cookie_store v0.20.0 |
1757 | 2024-08-16T01:09:26.682Z | Checking num-bigint-dig v0.8.4 |
1758 | 2024-08-16T01:09:27.095Z | Checking postgres-types v0.2.7 |
1759 | 2024-08-16T01:09:27.246Z | Checking futures-executor v0.3.30 |
1760 | 2024-08-16T01:09:27.428Z | Checking pkcs1 v0.7.5 |
1761 | 2024-08-16T01:09:27.673Z | Checking phf_shared v0.10.0 |
1762 | 2024-08-16T01:09:27.749Z | Checking serde_urlencoded v0.7.1 |
1763 | 2024-08-16T01:09:27.774Z | Checking toml_edit v0.19.15 |
1764 | 2024-08-16T01:09:27.904Z | Checking hubpack v0.1.2 |
1765 | 2024-08-16T01:09:28.080Z | Checking zerocopy v0.6.6 |
1766 | 2024-08-16T01:09:28.149Z | Checking float-cmp v0.9.0 |
1767 | 2024-08-16T01:09:28.307Z | Checking crc32fast v1.4.0 |
1768 | 2024-08-16T01:09:28.360Z | Checking signal-hook v0.3.17 |
1769 | 2024-08-16T01:09:28.488Z | Checking crossbeam-utils v0.8.19 |
1770 | 2024-08-16T01:09:28.659Z | Checking hkdf v0.12.4 |
1771 | 2024-08-16T01:09:28.702Z | Checking hyper v0.14.30 |
1772 | 2024-08-16T01:09:28.728Z | Checking idna v0.4.0 |
1773 | 2024-08-16T01:09:28.835Z | Checking signature v2.2.0 |
1774 | 2024-08-16T01:09:28.861Z | Checking crypto-bigint v0.5.5 |
1775 | 2024-08-16T01:09:29.005Z | Checking mio v1.0.2 |
1776 | 2024-08-16T01:09:29.094Z | Checking memmap v0.7.0 |
1777 | 2024-08-16T01:09:29.274Z | Checking encoding_rs v0.8.34 |
1778 | 2024-08-16T01:09:29.298Z | Checking usdt-impl v0.5.0 |
1779 | 2024-08-16T01:09:29.348Z | Checking sync_wrapper v0.1.2 |
1780 | 2024-08-16T01:09:29.452Z | Checking static_assertions v1.1.0 |
1781 | 2024-08-16T01:09:29.500Z | Checking backtrace v0.3.71 |
1782 | 2024-08-16T01:09:29.524Z | Checking new_debug_unreachable v1.0.6 |
1783 | 2024-08-16T01:09:29.547Z | Checking unicode-segmentation v1.11.0 |
1784 | 2024-08-16T01:09:29.598Z | Checking bit-vec v0.6.3 |
1785 | 2024-08-16T01:09:29.741Z | Checking normalize-line-endings v0.3.0 |
1786 | 2024-08-16T01:09:29.765Z | Checking unicode-width v0.1.13 |
1787 | 2024-08-16T01:09:29.839Z | Checking whoami v1.5.1 |
1788 | 2024-08-16T01:09:29.892Z | Checking predicates-core v1.0.6 |
1789 | 2024-08-16T01:09:29.916Z | Checking mime v0.3.17 |
1790 | 2024-08-16T01:09:29.975Z | Checking dyn-clone v1.0.17 |
1791 | 2024-08-16T01:09:30.031Z | Checking minimal-lexical v0.2.1 |
1792 | 2024-08-16T01:09:30.056Z | Checking precomputed-hash v0.1.1 |
1793 | 2024-08-16T01:09:30.082Z | Checking winnow v0.6.18 |
1794 | 2024-08-16T01:09:30.106Z | Checking data-encoding v2.6.0 |
1795 | 2024-08-16T01:09:30.138Z | Checking webpki-roots v0.25.4 |
1796 | 2024-08-16T01:09:30.178Z | Checking fixedbitset v0.4.2 |
1797 | 2024-08-16T01:09:30.272Z | Checking difflib v0.4.0 |
1798 | 2024-08-16T01:09:30.361Z | Checking nom v7.1.3 |
1799 | 2024-08-16T01:09:30.403Z | Checking petgraph v0.6.5 |
1800 | 2024-08-16T01:09:30.534Z | Checking predicates v3.1.2 |
1801 | 2024-08-16T01:09:30.619Z | Checking hickory-proto v0.24.1 |
1802 | 2024-08-16T01:09:31.070Z | Checking string_cache v0.8.7 |
1803 | 2024-08-16T01:09:31.106Z | Checking schemars v0.8.21 |
1804 | 2024-08-16T01:09:31.132Z | Checking elliptic-curve v0.13.8 |
1805 | 2024-08-16T01:09:31.298Z | Checking tokio-postgres v0.7.11 |
1806 | 2024-08-16T01:09:31.619Z | Checking similar v2.5.0 |
1807 | 2024-08-16T01:09:32.292Z | Checking anyhow v1.0.86 |
1808 | 2024-08-16T01:09:32.369Z | Checking console v0.15.8 |
1809 | 2024-08-16T01:09:32.453Z | Checking toml_edit v0.22.20 |
1810 | 2024-08-16T01:09:32.616Z | Checking bit-set v0.5.3 |
1811 | 2024-08-16T01:09:32.647Z | Checking toml v0.7.8 |
1812 | 2024-08-16T01:09:32.830Z | Checking usdt v0.5.0 |
1813 | 2024-08-16T01:09:32.857Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1814 | 2024-08-16T01:09:33.022Z | Checking signal-hook-mio v0.2.4 |
1815 | 2024-08-16T01:09:33.046Z | Checking crossbeam-epoch v0.9.18 |
1816 | 2024-08-16T01:09:33.149Z | Checking rsa v0.9.6 |
1817 | 2024-08-16T01:09:33.258Z | Checking clap v4.5.15 |
1818 | 2024-08-16T01:09:33.398Z | Checking flate2 v1.0.31 |
1819 | 2024-08-16T01:09:33.423Z | Checking futures v0.3.30 |
1820 | 2024-08-16T01:09:33.517Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1821 | 2024-08-16T01:09:33.542Z | Checking bstr v1.9.1 |
1822 | 2024-08-16T01:09:33.567Z | Checking itertools v0.10.5 |
1823 | 2024-08-16T01:09:33.567Z | Checking hyper-tls v0.5.0 |
1824 | 2024-08-16T01:09:33.817Z | Checking hyper-rustls v0.24.2 |
1825 | 2024-08-16T01:09:33.910Z | Checking itertools v0.12.1 |
1826 | 2024-08-16T01:09:34.017Z | Checking tokio-stream v0.1.15 |
1827 | 2024-08-16T01:09:34.062Z | Checking reqwest v0.11.27 |
1828 | 2024-08-16T01:09:34.289Z | Checking fs-err v2.11.0 |
1829 | 2024-08-16T01:09:34.334Z | Checking nix v0.28.0 |
1830 | 2024-08-16T01:09:34.614Z | Checking openapiv3 v2.0.0 |
1831 | 2024-08-16T01:09:34.643Z | Checking slog v2.7.0 |
1832 | 2024-08-16T01:09:34.751Z | Checking hex v0.4.3 |
1833 | 2024-08-16T01:09:35.048Z | Checking semver v1.0.23 |
1834 | 2024-08-16T01:09:35.166Z | Checking sha1 v0.10.6 |
1835 | 2024-08-16T01:09:35.361Z | Checking peg-runtime v0.8.3 |
1836 | 2024-08-16T01:09:35.391Z | Checking lalrpop-util v0.19.12 |
1837 | 2024-08-16T01:09:35.419Z | Checking camino v1.1.7 |
1838 | 2024-08-16T01:09:35.460Z | Checking sigpipe v0.1.3 |
1839 | 2024-08-16T01:09:37.286Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1840 | 2024-08-16T01:09:37.689Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.26s |
1841 | 2024-08-16T01:09:37.807Z | |
1842 | 2024-08-16T01:09:37.807Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/150) |
1843 | 2024-08-16T01:09:38.559Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1844 | 2024-08-16T01:09:38.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1845 | 2024-08-16T01:09:38.677Z | Compiling regress v0.9.1 |
1846 | 2024-08-16T01:09:38.706Z | Checking strum v0.26.3 |
1847 | 2024-08-16T01:09:38.738Z | Checking heck v0.5.0 |
1848 | 2024-08-16T01:09:38.769Z | Compiling getopts v0.2.21 |
1849 | 2024-08-16T01:09:38.770Z | Checking dirs-sys-next v0.1.2 |
1850 | 2024-08-16T01:09:38.796Z | Compiling unsafe-libyaml v0.2.11 |
1851 | 2024-08-16T01:09:38.840Z | Checking http v1.1.0 |
1852 | 2024-08-16T01:09:38.904Z | Checking thread_local v1.1.8 |
1853 | 2024-08-16T01:09:38.932Z | Checking dirs-next v2.0.0 |
1854 | 2024-08-16T01:09:39.032Z | Compiling ident_case v1.0.1 |
1855 | 2024-08-16T01:09:39.066Z | Checking rustls-pki-types v1.7.0 |
1856 | 2024-08-16T01:09:39.149Z | Compiling darling_core v0.20.9 |
1857 | 2024-08-16T01:09:39.189Z | Checking term v0.7.0 |
1858 | 2024-08-16T01:09:39.423Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1859 | 2024-08-16T01:09:39.526Z | Checking crossbeam-channel v0.5.12 |
1860 | 2024-08-16T01:09:39.574Z | Checking atty v0.2.14 |
1861 | 2024-08-16T01:09:39.654Z | Checking is-terminal v0.4.12 |
1862 | 2024-08-16T01:09:39.689Z | Checking utf-8 v0.7.6 |
1863 | 2024-08-16T01:09:39.768Z | Compiling serde_yaml v0.9.34+deprecated |
1864 | 2024-08-16T01:09:39.861Z | Checking humantime v2.1.0 |
1865 | 2024-08-16T01:09:39.946Z | Compiling rustls v0.22.4 |
1866 | 2024-08-16T01:09:40.123Z | Checking take_mut v0.2.2 |
1867 | 2024-08-16T01:09:40.152Z | Compiling paste v1.0.15 |
1868 | 2024-08-16T01:09:40.185Z | Checking termcolor v1.4.1 |
1869 | 2024-08-16T01:09:40.257Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1870 | 2024-08-16T01:09:40.287Z | Checking slog-async v2.8.0 |
1871 | 2024-08-16T01:09:40.530Z | Checking env_logger v0.9.3 |
1872 | 2024-08-16T01:09:44.707Z | Checking slog-term v2.9.1 |
1873 | 2024-08-16T01:09:44.757Z | Checking rustls-webpki v0.102.4 |
1874 | 2024-08-16T01:09:44.757Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1875 | 2024-08-16T01:09:44.757Z | Compiling proc-macro-crate v1.3.1 |
1876 | 2024-08-16T01:09:44.758Z | Compiling bitstruct_derive v0.1.0 |
1877 | 2024-08-16T01:09:44.758Z | Compiling structmeta-derive v0.3.0 |
1878 | 2024-08-16T01:09:44.758Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1879 | 2024-08-16T01:09:44.758Z | Compiling multer v3.1.0 |
1880 | 2024-08-16T01:09:44.758Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1881 | 2024-08-16T01:09:44.758Z | Checking match_cfg v0.1.0 |
1882 | 2024-08-16T01:09:44.790Z | Checking ascii v1.1.0 |
1883 | 2024-08-16T01:09:44.790Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1884 | 2024-08-16T01:09:44.790Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1885 | 2024-08-16T01:09:44.790Z | Checking bitstruct v0.1.1 |
1886 | 2024-08-16T01:09:44.790Z | Checking hostname v0.3.1 |
1887 | 2024-08-16T01:09:44.790Z | Compiling num_enum_derive v0.5.11 |
1888 | 2024-08-16T01:09:44.790Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1889 | 2024-08-16T01:09:44.790Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1890 | 2024-08-16T01:09:44.790Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1891 | 2024-08-16T01:09:44.790Z | Compiling structmeta v0.3.0 |
1892 | 2024-08-16T01:09:44.791Z | Checking slog-json v2.6.1 |
1893 | 2024-08-16T01:09:44.791Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1894 | 2024-08-16T01:09:44.791Z | Checking erased-serde v0.3.31 |
1895 | 2024-08-16T01:09:44.791Z | Checking serde_arrays v0.1.0 |
1896 | 2024-08-16T01:09:44.791Z | Compiling foreign-types-macros v0.2.3 |
1897 | 2024-08-16T01:09:44.791Z | Compiling async-stream-impl v0.3.5 |
1898 | 2024-08-16T01:09:44.791Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1899 | 2024-08-16T01:09:44.791Z | Checking foreign-types-shared v0.3.1 |
1900 | 2024-08-16T01:09:44.791Z | Checking arc-swap v1.7.1 |
1901 | 2024-08-16T01:09:44.791Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1902 | 2024-08-16T01:09:44.791Z | Checking atomic-waker v1.1.2 |
1903 | 2024-08-16T01:09:44.791Z | Checking waitgroup v0.1.2 |
1904 | 2024-08-16T01:09:44.841Z | Checking num_enum v0.5.11 |
1905 | 2024-08-16T01:09:44.865Z | Checking foreign-types v0.5.0 |
1906 | 2024-08-16T01:09:44.865Z | Compiling darling_macro v0.20.9 |
1907 | 2024-08-16T01:09:44.892Z | Checking slog-scope v4.4.0 |
1908 | 2024-08-16T01:09:44.892Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1909 | 2024-08-16T01:09:44.968Z | Compiling parse-display-derive v0.10.0 |
1910 | 2024-08-16T01:09:45.021Z | Checking slog-bunyan v2.5.0 |
1911 | 2024-08-16T01:09:45.052Z | Checking async-stream v0.3.5 |
1912 | 2024-08-16T01:09:45.076Z | Compiling proc-macro-error v1.0.4 |
1913 | 2024-08-16T01:09:45.332Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1914 | 2024-08-16T01:09:45.488Z | Checking toml v0.8.19 |
1915 | 2024-08-16T01:09:45.573Z | Checking tungstenite v0.20.1 |
1916 | 2024-08-16T01:09:45.661Z | Checking rustls-pemfile v2.1.3 |
1917 | 2024-08-16T01:09:45.684Z | Compiling darling v0.20.9 |
1918 | 2024-08-16T01:09:45.726Z | Checking tokio-rustls v0.25.0 |
1919 | 2024-08-16T01:09:45.789Z | Compiling serde_with_macros v3.8.3 |
1920 | 2024-08-16T01:09:45.869Z | Compiling heck v0.3.3 |
1921 | 2024-08-16T01:09:46.047Z | Checking newtype-uuid v1.1.0 |
1922 | 2024-08-16T01:09:46.103Z | Checking ipnetwork v0.20.0 |
1923 | 2024-08-16T01:09:46.243Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1924 | 2024-08-16T01:09:46.266Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1925 | 2024-08-16T01:09:46.307Z | Checking serde_path_to_error v0.1.16 |
1926 | 2024-08-16T01:09:46.407Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1927 | 2024-08-16T01:09:46.817Z | Checking cstr-argument v0.1.2 |
1928 | 2024-08-16T01:09:46.944Z | Checking hostname v0.4.0 |
1929 | 2024-08-16T01:09:46.977Z | Checking instant v0.1.12 |
1930 | 2024-08-16T01:09:47.030Z | Checking fastrand v2.1.0 |
1931 | 2024-08-16T01:09:47.065Z | Checking pretty-hex v0.2.1 |
1932 | 2024-08-16T01:09:47.089Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1933 | 2024-08-16T01:09:47.205Z | Checking debug-ignore v1.0.5 |
1934 | 2024-08-16T01:09:47.309Z | Checking tempfile v3.10.1 |
1935 | 2024-08-16T01:09:47.332Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1936 | 2024-08-16T01:09:47.370Z | Checking backoff v0.4.0 |
1937 | 2024-08-16T01:09:47.563Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1938 | 2024-08-16T01:09:47.614Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1939 | 2024-08-16T01:09:47.696Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1940 | 2024-08-16T01:09:47.751Z | Checking tokio-tungstenite v0.20.1 |
1941 | 2024-08-16T01:09:47.885Z | Compiling zone_cfg_derive v0.1.2 |
1942 | 2024-08-16T01:09:47.983Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1943 | 2024-08-16T01:09:48.148Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1944 | 2024-08-16T01:09:48.172Z | Checking serde_with v3.8.3 |
1945 | 2024-08-16T01:09:48.195Z | Checking slog-stdlog v4.1.1 |
1946 | 2024-08-16T01:09:48.337Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1947 | 2024-08-16T01:09:48.476Z | Checking tungstenite v0.21.0 |
1948 | 2024-08-16T01:09:48.740Z | Checking parse-display v0.10.0 |
1949 | 2024-08-16T01:09:48.851Z | Checking colored v2.1.0 |
1950 | 2024-08-16T01:09:48.939Z | Checking macaddr v1.0.1 |
1951 | 2024-08-16T01:09:49.110Z | Checking socket2 v0.4.10 |
1952 | 2024-08-16T01:09:49.134Z | Checking base64 v0.13.1 |
1953 | 2024-08-16T01:09:49.219Z | Checking zone v0.1.8 |
1954 | 2024-08-16T01:09:49.256Z | Checking tokio-tungstenite v0.21.0 |
1955 | 2024-08-16T01:09:49.459Z | Checking ron v0.7.1 |
1956 | 2024-08-16T01:09:49.639Z | Checking slog-envlogger v2.2.0 |
1957 | 2024-08-16T01:09:49.773Z | Checking pem v3.0.4 |
1958 | 2024-08-16T01:09:49.827Z | Checking tabwriter v1.4.0 |
1959 | 2024-08-16T01:09:49.989Z | Checking xattr v1.3.1 |
1960 | 2024-08-16T01:09:50.035Z | Checking portpicker v0.1.1 |
1961 | 2024-08-16T01:09:50.162Z | Checking yasna v0.5.2 |
1962 | 2024-08-16T01:09:50.185Z | Checking headers-core v0.2.0 |
1963 | 2024-08-16T01:09:50.299Z | Checking smf v0.2.3 |
1964 | 2024-08-16T01:09:50.405Z | Checking filetime v0.2.24 |
1965 | 2024-08-16T01:09:50.569Z | Checking same-file v1.0.6 |
1966 | 2024-08-16T01:09:50.686Z | Checking tar v0.4.41 |
1967 | 2024-08-16T01:09:50.710Z | Checking walkdir v2.5.0 |
1968 | 2024-08-16T01:09:50.875Z | Checking headers v0.3.9 |
1969 | 2024-08-16T01:09:50.898Z | Checking rcgen v0.12.1 |
1970 | 2024-08-16T01:09:50.922Z | Checking camino-tempfile v1.1.1 |
1971 | 2024-08-16T01:09:50.948Z | Checking atomicwrites v0.4.3 |
1972 | 2024-08-16T01:09:51.109Z | Checking subprocess v0.2.9 |
1973 | 2024-08-16T01:09:52.195Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1974 | 2024-08-16T01:09:52.436Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1975 | 2024-08-16T01:09:53.731Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1976 | 2024-08-16T01:09:56.134Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1977 | 2024-08-16T01:09:56.218Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1978 | 2024-08-16T01:10:00.367Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1979 | 2024-08-16T01:10:07.551Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1980 | 2024-08-16T01:10:07.713Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1981 | 2024-08-16T01:10:07.713Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1982 | 2024-08-16T01:10:10.792Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1983 | 2024-08-16T01:10:11.299Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1984 | 2024-08-16T01:10:18.368Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1985 | 2024-08-16T01:10:20.132Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1986 | 2024-08-16T01:10:21.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.71s |
1987 | 2024-08-16T01:10:21.664Z | |
1988 | 2024-08-16T01:10:21.664Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/150) |
1989 | 2024-08-16T01:10:22.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1990 | 2024-08-16T01:10:22.442Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1991 | 2024-08-16T01:10:22.514Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1992 | 2024-08-16T01:10:23.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.29s |
1993 | 2024-08-16T01:10:24.092Z | |
1994 | 2024-08-16T01:10:24.092Z | info: running `cargo check --bins` on nexus-config (31/150) |
1995 | 2024-08-16T01:10:24.847Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1996 | 2024-08-16T01:10:24.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1997 | 2024-08-16T01:10:24.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1998 | 2024-08-16T01:10:24.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1999 | 2024-08-16T01:10:24.935Z | |
2000 | 2024-08-16T01:10:24.935Z | info: running `cargo check --bins` on omicron-rpaths (32/150) |
2001 | 2024-08-16T01:10:25.616Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2002 | 2024-08-16T01:10:25.640Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2003 | 2024-08-16T01:10:25.640Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2004 | 2024-08-16T01:10:25.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2005 | 2024-08-16T01:10:25.694Z | |
2006 | 2024-08-16T01:10:25.694Z | info: running `cargo check --bins` on omicron-certificates (33/150) |
2007 | 2024-08-16T01:10:26.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2008 | 2024-08-16T01:10:26.428Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2009 | 2024-08-16T01:10:26.428Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2010 | 2024-08-16T01:10:26.428Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2011 | 2024-08-16T01:10:26.487Z | |
2012 | 2024-08-16T01:10:26.487Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/150) |
2013 | 2024-08-16T01:10:27.208Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2014 | 2024-08-16T01:10:27.232Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2015 | 2024-08-16T01:10:27.309Z | Compiling heapless v0.8.0 |
2016 | 2024-08-16T01:10:27.332Z | Checking hash32 v0.3.1 |
2017 | 2024-08-16T01:10:27.332Z | Compiling smoltcp v0.11.0 |
2018 | 2024-08-16T01:10:27.368Z | Checking cobs v0.2.3 |
2019 | 2024-08-16T01:10:27.391Z | Checking embedded-io v0.4.0 |
2020 | 2024-08-16T01:10:27.414Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2021 | 2024-08-16T01:10:27.414Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2022 | 2024-08-16T01:10:27.438Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2023 | 2024-08-16T01:10:27.515Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2024 | 2024-08-16T01:10:27.539Z | Compiling crucible-workspace-hack v0.1.0 |
2025 | 2024-08-16T01:10:27.562Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2026 | 2024-08-16T01:10:27.562Z | Checking postcard v1.0.8 |
2027 | 2024-08-16T01:10:27.725Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2028 | 2024-08-16T01:10:27.789Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2029 | 2024-08-16T01:10:27.943Z | Compiling num-derive v0.4.2 |
2030 | 2024-08-16T01:10:28.002Z | Compiling slog-dtrace v0.3.0 |
2031 | 2024-08-16T01:10:28.086Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2032 | 2024-08-16T01:10:28.165Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2033 | 2024-08-16T01:10:28.190Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2034 | 2024-08-16T01:10:28.873Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2035 | 2024-08-16T01:10:29.486Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2036 | 2024-08-16T01:10:31.148Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2037 | 2024-08-16T01:10:32.210Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2038 | 2024-08-16T01:10:33.500Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2039 | 2024-08-16T01:10:35.565Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2040 | 2024-08-16T01:10:36.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.87s |
2041 | 2024-08-16T01:10:36.510Z | |
2042 | 2024-08-16T01:10:36.510Z | info: running `cargo check --bins` on clickhouse-admin-api (35/150) |
2043 | 2024-08-16T01:10:37.235Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2044 | 2024-08-16T01:10:37.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2045 | 2024-08-16T01:10:37.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2046 | 2024-08-16T01:10:37.259Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2047 | 2024-08-16T01:10:37.321Z | |
2048 | 2024-08-16T01:10:37.321Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (36/150) |
2049 | 2024-08-16T01:10:38.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2050 | 2024-08-16T01:10:38.161Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2051 | 2024-08-16T01:10:38.161Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2052 | 2024-08-16T01:10:38.161Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2053 | 2024-08-16T01:10:38.239Z | |
2054 | 2024-08-16T01:10:38.239Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/150) |
2055 | 2024-08-16T01:10:39.067Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2056 | 2024-08-16T01:10:39.091Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2057 | 2024-08-16T01:10:39.091Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2058 | 2024-08-16T01:10:39.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2059 | 2024-08-16T01:10:39.166Z | |
2060 | 2024-08-16T01:10:39.166Z | info: running `cargo check --bins` on dns-server (38/150) |
2061 | 2024-08-16T01:10:39.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2062 | 2024-08-16T01:10:39.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2063 | 2024-08-16T01:10:39.978Z | Compiling parking_lot_core v0.8.6 |
2064 | 2024-08-16T01:10:40.002Z | Checking newline-converter v0.3.0 |
2065 | 2024-08-16T01:10:40.002Z | Checking nibble_vec v0.1.0 |
2066 | 2024-08-16T01:10:40.026Z | Checking quick-error v1.2.3 |
2067 | 2024-08-16T01:10:40.026Z | Checking endian-type v0.1.2 |
2068 | 2024-08-16T01:10:40.027Z | Checking linked-hash-map v0.5.6 |
2069 | 2024-08-16T01:10:40.027Z | Checking fxhash v0.2.1 |
2070 | 2024-08-16T01:10:40.050Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2071 | 2024-08-16T01:10:40.130Z | Checking resolv-conf v0.7.0 |
2072 | 2024-08-16T01:10:40.156Z | Checking expectorate v1.1.0 |
2073 | 2024-08-16T01:10:40.211Z | Checking hickory-server v0.24.1 |
2074 | 2024-08-16T01:10:40.244Z | Checking radix_trie v0.2.1 |
2075 | 2024-08-16T01:10:40.296Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2076 | 2024-08-16T01:10:40.324Z | Checking lru-cache v0.1.2 |
2077 | 2024-08-16T01:10:40.486Z | Checking hickory-resolver v0.24.1 |
2078 | 2024-08-16T01:10:40.587Z | Checking hickory-client v0.24.1 |
2079 | 2024-08-16T01:10:40.687Z | Checking parking_lot v0.11.2 |
2080 | 2024-08-16T01:10:40.973Z | Checking sled v0.34.7 |
2081 | 2024-08-16T01:10:43.140Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2082 | 2024-08-16T01:10:44.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.32s |
2083 | 2024-08-16T01:10:44.632Z | |
2084 | 2024-08-16T01:10:44.632Z | info: running `cargo check --bins` on dns-server-api (39/150) |
2085 | 2024-08-16T01:10:45.351Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2086 | 2024-08-16T01:10:45.375Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2087 | 2024-08-16T01:10:45.375Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2088 | 2024-08-16T01:10:45.375Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2089 | 2024-08-16T01:10:45.431Z | |
2090 | 2024-08-16T01:10:45.431Z | info: running `cargo check --bins` on dns-service-client (40/150) |
2091 | 2024-08-16T01:10:46.100Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2092 | 2024-08-16T01:10:46.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2093 | 2024-08-16T01:10:46.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2094 | 2024-08-16T01:10:46.123Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2095 | 2024-08-16T01:10:46.176Z | |
2096 | 2024-08-16T01:10:46.177Z | info: running `cargo check --bins` on gateway-test-utils (41/150) |
2097 | 2024-08-16T01:10:46.918Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2098 | 2024-08-16T01:10:46.941Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2099 | 2024-08-16T01:10:46.941Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2100 | 2024-08-16T01:10:46.941Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2101 | 2024-08-16T01:10:47.009Z | |
2102 | 2024-08-16T01:10:47.009Z | info: running `cargo check --bins` on gateway-types (42/150) |
2103 | 2024-08-16T01:10:47.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2104 | 2024-08-16T01:10:47.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2105 | 2024-08-16T01:10:47.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2106 | 2024-08-16T01:10:47.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2107 | 2024-08-16T01:10:47.808Z | |
2108 | 2024-08-16T01:10:47.808Z | info: running `cargo check --bins` on ipcc (43/150) |
2109 | 2024-08-16T01:10:48.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2110 | 2024-08-16T01:10:48.548Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2111 | 2024-08-16T01:10:48.548Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2112 | 2024-08-16T01:10:48.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2113 | 2024-08-16T01:10:48.612Z | |
2114 | 2024-08-16T01:10:48.612Z | info: running `cargo check --bins` on omicron-gateway (44/150) |
2115 | 2024-08-16T01:10:49.372Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2116 | 2024-08-16T01:10:49.395Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2117 | 2024-08-16T01:10:49.486Z | Compiling radium v0.7.0 |
2118 | 2024-08-16T01:10:49.510Z | Checking tap v1.0.1 |
2119 | 2024-08-16T01:10:49.510Z | Compiling maybe-uninit v2.0.0 |
2120 | 2024-08-16T01:10:49.546Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2121 | 2024-08-16T01:10:49.569Z | Checking crc-catalog v2.4.0 |
2122 | 2024-08-16T01:10:49.569Z | Checking funty v2.0.0 |
2123 | 2024-08-16T01:10:49.569Z | Compiling packed_struct v0.10.1 |
2124 | 2024-08-16T01:10:49.612Z | Compiling packed_struct_codegen v0.10.1 |
2125 | 2024-08-16T01:10:49.666Z | Checking wyz v0.5.1 |
2126 | 2024-08-16T01:10:49.695Z | Checking crc v3.2.1 |
2127 | 2024-08-16T01:10:50.014Z | Compiling indexmap v1.9.3 |
2128 | 2024-08-16T01:10:50.078Z | Checking half v2.4.1 |
2129 | 2024-08-16T01:10:50.101Z | Checking nodrop v0.1.14 |
2130 | 2024-08-16T01:10:50.149Z | Checking ciborium-io v0.2.2 |
2131 | 2024-08-16T01:10:50.212Z | Checking array-init v0.0.4 |
2132 | 2024-08-16T01:10:50.249Z | Checking smallvec v0.6.14 |
2133 | 2024-08-16T01:10:50.272Z | Compiling memoffset v0.9.1 |
2134 | 2024-08-16T01:10:50.327Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2135 | 2024-08-16T01:10:50.350Z | Checking bitvec v1.0.1 |
2136 | 2024-08-16T01:10:50.476Z | Checking ciborium-ll v0.2.2 |
2137 | 2024-08-16T01:10:50.536Z | Checking bitfield v0.14.0 |
2138 | 2024-08-16T01:10:50.588Z | Checking hashbrown v0.12.3 |
2139 | 2024-08-16T01:10:50.612Z | Checking env_logger v0.10.2 |
2140 | 2024-08-16T01:10:50.735Z | Checking ciborium v0.2.2 |
2141 | 2024-08-16T01:10:50.905Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2142 | 2024-08-16T01:10:50.966Z | Checking ron v0.8.1 |
2143 | 2024-08-16T01:10:51.019Z | Checking serde-hex v0.1.0 |
2144 | 2024-08-16T01:10:51.127Z | Checking x509-cert v0.2.5 |
2145 | 2024-08-16T01:10:51.307Z | Checking bzip2 v0.4.4 |
2146 | 2024-08-16T01:10:51.539Z | Checking hashbrown v0.13.2 |
2147 | 2024-08-16T01:10:51.564Z | Checking crc-any v2.5.0 |
2148 | 2024-08-16T01:10:51.864Z | Checking zip v0.6.6 |
2149 | 2024-08-16T01:10:51.985Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2150 | 2024-08-16T01:10:52.114Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2151 | 2024-08-16T01:10:52.209Z | Checking path-slash v0.1.5 |
2152 | 2024-08-16T01:10:52.330Z | Checking nix v0.27.1 |
2153 | 2024-08-16T01:10:52.393Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2154 | 2024-08-16T01:10:52.420Z | Checking object v0.30.4 |
2155 | 2024-08-16T01:10:52.443Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2156 | 2024-08-16T01:10:52.466Z | Checking serde-big-array v0.5.1 |
2157 | 2024-08-16T01:10:52.466Z | Checking signal-hook-tokio v0.3.1 |
2158 | 2024-08-16T01:10:54.613Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2159 | 2024-08-16T01:10:55.576Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2160 | 2024-08-16T01:11:03.947Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2161 | 2024-08-16T01:11:05.467Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2162 | 2024-08-16T01:11:07.628Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2163 | 2024-08-16T01:11:09.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.18s |
2164 | 2024-08-16T01:11:09.940Z | |
2165 | 2024-08-16T01:11:09.940Z | info: running `cargo check --bins` on gateway-api (45/150) |
2166 | 2024-08-16T01:11:10.694Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2167 | 2024-08-16T01:11:10.717Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2168 | 2024-08-16T01:11:10.717Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2169 | 2024-08-16T01:11:10.717Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2170 | 2024-08-16T01:11:10.783Z | |
2171 | 2024-08-16T01:11:10.783Z | info: running `cargo check --bins` on sp-sim (46/150) |
2172 | 2024-08-16T01:11:11.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2173 | 2024-08-16T01:11:11.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2174 | 2024-08-16T01:11:11.613Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2175 | 2024-08-16T01:11:13.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.72s |
2176 | 2024-08-16T01:11:13.659Z | |
2177 | 2024-08-16T01:11:13.659Z | info: running `cargo check --bins` on internal-dns (47/150) |
2178 | 2024-08-16T01:11:14.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2179 | 2024-08-16T01:11:14.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2180 | 2024-08-16T01:11:14.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2181 | 2024-08-16T01:11:14.422Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2182 | 2024-08-16T01:11:14.485Z | |
2183 | 2024-08-16T01:11:14.485Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (48/150) |
2184 | 2024-08-16T01:11:15.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2185 | 2024-08-16T01:11:15.287Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2186 | 2024-08-16T01:11:15.287Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2187 | 2024-08-16T01:11:15.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2188 | 2024-08-16T01:11:15.351Z | |
2189 | 2024-08-16T01:11:15.351Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/150) |
2190 | 2024-08-16T01:11:16.132Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2191 | 2024-08-16T01:11:16.155Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2192 | 2024-08-16T01:11:16.155Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2193 | 2024-08-16T01:11:16.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
2194 | 2024-08-16T01:11:16.230Z | |
2195 | 2024-08-16T01:11:16.230Z | info: running `cargo check --bins` on db-macros (50/150) |
2196 | 2024-08-16T01:11:16.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2197 | 2024-08-16T01:11:16.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2198 | 2024-08-16T01:11:16.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2199 | 2024-08-16T01:11:16.955Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2200 | 2024-08-16T01:11:17.012Z | |
2201 | 2024-08-16T01:11:17.012Z | info: running `cargo check --bins` on nexus-macros-common (51/150) |
2202 | 2024-08-16T01:11:17.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2203 | 2024-08-16T01:11:17.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2204 | 2024-08-16T01:11:17.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2205 | 2024-08-16T01:11:17.738Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2206 | 2024-08-16T01:11:17.795Z | |
2207 | 2024-08-16T01:11:17.795Z | info: running `cargo check --bins` on nexus-auth (52/150) |
2208 | 2024-08-16T01:11:18.543Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2209 | 2024-08-16T01:11:18.566Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2210 | 2024-08-16T01:11:18.566Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2211 | 2024-08-16T01:11:18.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2212 | 2024-08-16T01:11:18.631Z | |
2213 | 2024-08-16T01:11:18.631Z | info: running `cargo check --bins` on authz-macros (53/150) |
2214 | 2024-08-16T01:11:19.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2215 | 2024-08-16T01:11:19.351Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2216 | 2024-08-16T01:11:19.351Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2217 | 2024-08-16T01:11:19.351Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
2218 | 2024-08-16T01:11:19.406Z | |
2219 | 2024-08-16T01:11:19.406Z | info: running `cargo check --bins` on nexus-db-fixed-data (54/150) |
2220 | 2024-08-16T01:11:20.159Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2221 | 2024-08-16T01:11:20.183Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2222 | 2024-08-16T01:11:20.183Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2223 | 2024-08-16T01:11:20.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2224 | 2024-08-16T01:11:20.243Z | |
2225 | 2024-08-16T01:11:20.243Z | info: running `cargo check --bins` on nexus-db-model (55/150) |
2226 | 2024-08-16T01:11:21.001Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2227 | 2024-08-16T01:11:21.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2228 | 2024-08-16T01:11:21.025Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2229 | 2024-08-16T01:11:21.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2230 | 2024-08-16T01:11:21.087Z | |
2231 | 2024-08-16T01:11:21.087Z | info: running `cargo check --bins` on nexus-defaults (56/150) |
2232 | 2024-08-16T01:11:21.817Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2233 | 2024-08-16T01:11:21.865Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2234 | 2024-08-16T01:11:21.865Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2235 | 2024-08-16T01:11:21.865Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2236 | 2024-08-16T01:11:21.903Z | |
2237 | 2024-08-16T01:11:21.903Z | info: running `cargo check --bins` on nexus-sled-agent-shared (57/150) |
2238 | 2024-08-16T01:11:22.637Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2239 | 2024-08-16T01:11:22.661Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2240 | 2024-08-16T01:11:22.661Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2241 | 2024-08-16T01:11:22.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2242 | 2024-08-16T01:11:22.725Z | |
2243 | 2024-08-16T01:11:22.725Z | info: running `cargo check --bins` on omicron-passwords (58/150) |
2244 | 2024-08-16T01:11:23.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2245 | 2024-08-16T01:11:23.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2246 | 2024-08-16T01:11:23.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2247 | 2024-08-16T01:11:23.460Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2248 | 2024-08-16T01:11:23.516Z | |
2249 | 2024-08-16T01:11:23.516Z | info: running `cargo check --bins` on nexus-types (59/150) |
2250 | 2024-08-16T01:11:24.270Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2251 | 2024-08-16T01:11:24.293Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2252 | 2024-08-16T01:11:24.293Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2253 | 2024-08-16T01:11:24.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2254 | 2024-08-16T01:11:24.361Z | |
2255 | 2024-08-16T01:11:24.361Z | info: running `cargo check --bins` on gateway-client (60/150) |
2256 | 2024-08-16T01:11:25.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2257 | 2024-08-16T01:11:25.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2258 | 2024-08-16T01:11:25.089Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2259 | 2024-08-16T01:11:25.089Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2260 | 2024-08-16T01:11:25.142Z | |
2261 | 2024-08-16T01:11:25.142Z | info: running `cargo check --bins` on sled-agent-client (61/150) |
2262 | 2024-08-16T01:11:25.889Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2263 | 2024-08-16T01:11:25.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2264 | 2024-08-16T01:11:25.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2265 | 2024-08-16T01:11:25.912Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2266 | 2024-08-16T01:11:25.975Z | |
2267 | 2024-08-16T01:11:25.975Z | info: running `cargo check --bins` on oximeter (62/150) |
2268 | 2024-08-16T01:11:26.711Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2269 | 2024-08-16T01:11:26.734Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2270 | 2024-08-16T01:11:26.812Z | Compiling rustls-pki-types v1.7.0 |
2271 | 2024-08-16T01:11:26.835Z | Compiling match_cfg v0.1.0 |
2272 | 2024-08-16T01:11:26.859Z | Compiling prettyplease v0.2.20 |
2273 | 2024-08-16T01:11:26.883Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2274 | 2024-08-16T01:11:26.883Z | Compiling slog-json v2.6.1 |
2275 | 2024-08-16T01:11:26.883Z | Compiling http v1.1.0 |
2276 | 2024-08-16T01:11:26.911Z | Compiling atomic-waker v1.1.2 |
2277 | 2024-08-16T01:11:26.934Z | Compiling hostname v0.3.1 |
2278 | 2024-08-16T01:11:26.957Z | Compiling async-stream v0.3.5 |
2279 | 2024-08-16T01:11:27.091Z | Compiling waitgroup v0.1.2 |
2280 | 2024-08-16T01:11:27.142Z | Compiling slog-bunyan v2.5.0 |
2281 | 2024-08-16T01:11:27.165Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2282 | 2024-08-16T01:11:27.209Z | Compiling rustls-webpki v0.102.4 |
2283 | 2024-08-16T01:11:27.233Z | Compiling rustls-pemfile v2.1.3 |
2284 | 2024-08-16T01:11:27.256Z | Compiling toml v0.8.19 |
2285 | 2024-08-16T01:11:27.286Z | Compiling ipnetwork v0.20.0 |
2286 | 2024-08-16T01:11:27.325Z | Compiling newtype-uuid v1.1.0 |
2287 | 2024-08-16T01:11:27.353Z | Compiling serde_path_to_error v0.1.16 |
2288 | 2024-08-16T01:11:27.526Z | Compiling hostname v0.4.0 |
2289 | 2024-08-16T01:11:27.581Z | Compiling instant v0.1.12 |
2290 | 2024-08-16T01:11:27.627Z | Compiling debug-ignore v1.0.5 |
2291 | 2024-08-16T01:11:27.716Z | Compiling backoff v0.4.0 |
2292 | 2024-08-16T01:11:27.755Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2293 | 2024-08-16T01:11:27.778Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2294 | 2024-08-16T01:11:28.012Z | Compiling rustls v0.22.4 |
2295 | 2024-08-16T01:11:28.042Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2296 | 2024-08-16T01:11:28.066Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2297 | 2024-08-16T01:11:28.066Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2298 | 2024-08-16T01:11:28.220Z | Compiling multer v3.1.0 |
2299 | 2024-08-16T01:11:28.382Z | Compiling serde_with v3.8.3 |
2300 | 2024-08-16T01:11:28.730Z | Compiling parse-display v0.10.0 |
2301 | 2024-08-16T01:11:28.934Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2302 | 2024-08-16T01:11:28.962Z | Compiling num-rational v0.4.2 |
2303 | 2024-08-16T01:11:29.035Z | Compiling num-complex v0.4.6 |
2304 | 2024-08-16T01:11:29.081Z | Compiling macaddr v1.0.1 |
2305 | 2024-08-16T01:11:29.858Z | Compiling num v0.4.3 |
2306 | 2024-08-16T01:11:29.881Z | Compiling float-ord v0.3.2 |
2307 | 2024-08-16T01:11:30.783Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2308 | 2024-08-16T01:11:31.356Z | Compiling tokio-rustls v0.25.0 |
2309 | 2024-08-16T01:11:31.642Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2310 | 2024-08-16T01:11:34.974Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2311 | 2024-08-16T01:11:48.825Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2312 | 2024-08-16T01:11:52.212Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2313 | 2024-08-16T01:11:53.032Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.05s |
2314 | 2024-08-16T01:11:53.156Z | |
2315 | 2024-08-16T01:11:53.156Z | info: running `cargo check --bins` on oximeter-impl (63/150) |
2316 | 2024-08-16T01:11:54.023Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2317 | 2024-08-16T01:11:54.047Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2318 | 2024-08-16T01:11:54.047Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2319 | 2024-08-16T01:11:54.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
2320 | 2024-08-16T01:11:54.110Z | |
2321 | 2024-08-16T01:11:54.110Z | info: running `cargo check --bins` on oximeter-macro-impl (64/150) |
2322 | 2024-08-16T01:11:54.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2323 | 2024-08-16T01:11:54.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2324 | 2024-08-16T01:11:54.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2325 | 2024-08-16T01:11:54.973Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2326 | 2024-08-16T01:11:55.022Z | |
2327 | 2024-08-16T01:11:55.022Z | info: running `cargo check --bins` on oximeter-timeseries-macro (65/150) |
2328 | 2024-08-16T01:11:55.861Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2329 | 2024-08-16T01:11:55.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2330 | 2024-08-16T01:11:55.885Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2331 | 2024-08-16T01:11:55.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2332 | 2024-08-16T01:11:55.934Z | |
2333 | 2024-08-16T01:11:55.934Z | info: running `cargo check --bins` on nexus-inventory (66/150) |
2334 | 2024-08-16T01:11:56.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2335 | 2024-08-16T01:11:56.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2336 | 2024-08-16T01:11:56.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2337 | 2024-08-16T01:11:56.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s |
2338 | 2024-08-16T01:11:56.877Z | |
2339 | 2024-08-16T01:11:56.877Z | info: running `cargo check --bins` on typed-rng (67/150) |
2340 | 2024-08-16T01:11:57.681Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2341 | 2024-08-16T01:11:57.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2342 | 2024-08-16T01:11:57.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2343 | 2024-08-16T01:11:57.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2344 | 2024-08-16T01:11:57.757Z | |
2345 | 2024-08-16T01:11:57.757Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (68/150) |
2346 | 2024-08-16T01:11:58.653Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2347 | 2024-08-16T01:11:58.677Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2348 | 2024-08-16T01:11:58.825Z | Checking password-hash v0.5.0 |
2349 | 2024-08-16T01:11:58.825Z | Checking blake2 v0.10.6 |
2350 | 2024-08-16T01:11:58.850Z | Compiling semver v0.1.20 |
2351 | 2024-08-16T01:11:58.850Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2352 | 2024-08-16T01:11:58.850Z | Compiling convert_case v0.4.0 |
2353 | 2024-08-16T01:11:58.898Z | Compiling rayon-core v1.12.1 |
2354 | 2024-08-16T01:11:58.926Z | Compiling crossbeam-deque v0.8.5 |
2355 | 2024-08-16T01:11:58.927Z | Compiling curve25519-dalek v4.1.3 |
2356 | 2024-08-16T01:11:59.179Z | Compiling unicase v2.7.0 |
2357 | 2024-08-16T01:11:59.223Z | Compiling rustc_version v0.1.7 |
2358 | 2024-08-16T01:11:59.248Z | Checking argon2 v0.5.3 |
2359 | 2024-08-16T01:11:59.248Z | Compiling same-file v1.0.6 |
2360 | 2024-08-16T01:11:59.428Z | Checking keccak v0.1.5 |
2361 | 2024-08-16T01:11:59.452Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2362 | 2024-08-16T01:11:59.477Z | Compiling fastrand v2.1.0 |
2363 | 2024-08-16T01:11:59.596Z | Compiling walkdir v2.5.0 |
2364 | 2024-08-16T01:11:59.676Z | Compiling newtype_derive v0.1.6 |
2365 | 2024-08-16T01:11:59.716Z | Checking sha3 v0.10.8 |
2366 | 2024-08-16T01:11:59.741Z | Compiling derive_more v0.99.18 |
2367 | 2024-08-16T01:11:59.801Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2368 | 2024-08-16T01:11:59.971Z | Compiling tempfile v3.10.1 |
2369 | 2024-08-16T01:12:00.002Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2370 | 2024-08-16T01:12:00.047Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2371 | 2024-08-16T01:12:00.071Z | Compiling thiserror-impl-no-std v2.0.2 |
2372 | 2024-08-16T01:12:00.181Z | Checking universal-hash v0.5.1 |
2373 | 2024-08-16T01:12:00.252Z | Checking secrecy v0.8.0 |
2374 | 2024-08-16T01:12:00.280Z | Compiling ring v0.16.20 |
2375 | 2024-08-16T01:12:00.347Z | Compiling blake3 v1.5.1 |
2376 | 2024-08-16T01:12:00.431Z | Compiling derive-where v1.2.7 |
2377 | 2024-08-16T01:12:00.687Z | Compiling curve25519-dalek-derive v0.1.1 |
2378 | 2024-08-16T01:12:00.873Z | Checking opaque-debug v0.3.1 |
2379 | 2024-08-16T01:12:00.954Z | Checking poly1305 v0.8.0 |
2380 | 2024-08-16T01:12:01.192Z | Compiling rayon v1.10.0 |
2381 | 2024-08-16T01:12:01.374Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2382 | 2024-08-16T01:12:01.741Z | Checking chacha20 v0.9.1 |
2383 | 2024-08-16T01:12:01.789Z | Checking aead v0.5.2 |
2384 | 2024-08-16T01:12:01.975Z | Compiling memmap2 v0.9.4 |
2385 | 2024-08-16T01:12:02.047Z | Compiling arrayref v0.3.7 |
2386 | 2024-08-16T01:12:02.143Z | Compiling spin v0.5.2 |
2387 | 2024-08-16T01:12:02.351Z | Compiling arrayvec v0.7.4 |
2388 | 2024-08-16T01:12:02.376Z | Compiling libefi-sys v0.1.0 |
2389 | 2024-08-16T01:12:02.620Z | Compiling constant_time_eq v0.3.0 |
2390 | 2024-08-16T01:12:02.664Z | Checking thiserror-no-std v2.0.2 |
2391 | 2024-08-16T01:12:02.703Z | Compiling untrusted v0.7.1 |
2392 | 2024-08-16T01:12:02.768Z | Compiling home v0.5.9 |
2393 | 2024-08-16T01:12:02.818Z | Checking chacha20poly1305 v0.10.1 |
2394 | 2024-08-16T01:12:02.877Z | Checking steno v0.4.1 |
2395 | 2024-08-16T01:12:02.987Z | Compiling toolchain_find v0.4.0 |
2396 | 2024-08-16T01:12:03.035Z | Compiling camino-tempfile v1.1.1 |
2397 | 2024-08-16T01:12:03.440Z | Checking vsss-rs v3.3.4 |
2398 | 2024-08-16T01:12:03.523Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2399 | 2024-08-16T01:12:03.574Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2400 | 2024-08-16T01:12:03.798Z | Compiling bitfield-struct v0.6.1 |
2401 | 2024-08-16T01:12:03.962Z | Compiling topological-sort v0.2.2 |
2402 | 2024-08-16T01:12:04.150Z | Compiling cancel-safe-futures v0.1.5 |
2403 | 2024-08-16T01:12:04.567Z | Compiling mime_guess v2.0.4 |
2404 | 2024-08-16T01:12:04.946Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2405 | 2024-08-16T01:12:05.087Z | Compiling rustfmt-wrapper v0.2.1 |
2406 | 2024-08-16T01:12:05.428Z | Compiling omicron-zone-package v0.11.0 |
2407 | 2024-08-16T01:12:05.610Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2408 | 2024-08-16T01:12:05.728Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2409 | 2024-08-16T01:12:05.867Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2410 | 2024-08-16T01:12:05.891Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2411 | 2024-08-16T01:12:05.970Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2412 | 2024-08-16T01:12:06.357Z | Checking gethostname v0.5.0 |
2413 | 2024-08-16T01:12:06.433Z | Checking libsw v3.3.1 |
2414 | 2024-08-16T01:12:06.481Z | Checking owo-colors v4.0.0 |
2415 | 2024-08-16T01:12:06.505Z | Checking swrite v0.1.0 |
2416 | 2024-08-16T01:12:06.529Z | Checking linear-map v1.2.0 |
2417 | 2024-08-16T01:12:06.603Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2418 | 2024-08-16T01:12:06.791Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2419 | 2024-08-16T01:12:07.067Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2420 | 2024-08-16T01:12:07.168Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2421 | 2024-08-16T01:12:07.423Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2422 | 2024-08-16T01:12:07.634Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2423 | 2024-08-16T01:12:07.690Z | Checking kstat-rs v0.2.4 |
2424 | 2024-08-16T01:12:07.858Z | Checking nanorand v0.7.0 |
2425 | 2024-08-16T01:12:07.882Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2426 | 2024-08-16T01:12:07.979Z | Checking glob v0.3.1 |
2427 | 2024-08-16T01:12:08.165Z | Checking http-range v0.1.5 |
2428 | 2024-08-16T01:12:08.189Z | Checking flume v0.11.0 |
2429 | 2024-08-16T01:12:08.241Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2430 | 2024-08-16T01:12:08.330Z | Checking hyper-staticfile v0.9.5 |
2431 | 2024-08-16T01:12:08.355Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2432 | 2024-08-16T01:12:08.594Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2433 | 2024-08-16T01:12:08.726Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2434 | 2024-08-16T01:12:08.952Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2435 | 2024-08-16T01:12:09.057Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2436 | 2024-08-16T01:12:09.740Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2437 | 2024-08-16T01:12:09.869Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2438 | 2024-08-16T01:12:10.243Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2439 | 2024-08-16T01:12:10.593Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2440 | 2024-08-16T01:12:10.701Z | Checking itertools v0.13.0 |
2441 | 2024-08-16T01:12:11.176Z | Checking display-error-chain v0.2.0 |
2442 | 2024-08-16T01:12:11.860Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2443 | 2024-08-16T01:12:18.094Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2444 | 2024-08-16T01:12:24.924Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2445 | 2024-08-16T01:12:24.924Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2446 | 2024-08-16T01:12:25.791Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2447 | 2024-08-16T01:12:40.114Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 42.35s |
2448 | 2024-08-16T01:12:40.252Z | |
2449 | 2024-08-16T01:12:40.252Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (69/150) |
2450 | 2024-08-16T01:12:41.061Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2451 | 2024-08-16T01:12:41.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2452 | 2024-08-16T01:12:41.206Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2453 | 2024-08-16T01:12:56.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.98s |
2454 | 2024-08-16T01:12:56.401Z | |
2455 | 2024-08-16T01:12:56.401Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (70/150) |
2456 | 2024-08-16T01:12:57.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2457 | 2024-08-16T01:12:57.226Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2458 | 2024-08-16T01:12:57.344Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2459 | 2024-08-16T01:13:11.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.00s |
2460 | 2024-08-16T01:13:11.554Z | |
2461 | 2024-08-16T01:13:11.554Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (71/150) |
2462 | 2024-08-16T01:13:12.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2463 | 2024-08-16T01:13:12.374Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2464 | 2024-08-16T01:13:12.493Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2465 | 2024-08-16T01:13:27.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.45s |
2466 | 2024-08-16T01:13:27.171Z | |
2467 | 2024-08-16T01:13:27.172Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (72/150) |
2468 | 2024-08-16T01:13:27.985Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2469 | 2024-08-16T01:13:28.009Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2470 | 2024-08-16T01:13:28.131Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2471 | 2024-08-16T01:13:42.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.47s |
2472 | 2024-08-16T01:13:42.802Z | |
2473 | 2024-08-16T01:13:42.802Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (73/150) |
2474 | 2024-08-16T01:13:43.625Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2475 | 2024-08-16T01:13:43.650Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2476 | 2024-08-16T01:13:43.773Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2477 | 2024-08-16T01:13:58.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.09s |
2478 | 2024-08-16T01:13:59.046Z | |
2479 | 2024-08-16T01:13:59.046Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (74/150) |
2480 | 2024-08-16T01:13:59.860Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2481 | 2024-08-16T01:13:59.885Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2482 | 2024-08-16T01:14:00.007Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2483 | 2024-08-16T01:14:14.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.33s |
2484 | 2024-08-16T01:14:14.544Z | |
2485 | 2024-08-16T01:14:14.544Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (75/150) |
2486 | 2024-08-16T01:14:15.349Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2487 | 2024-08-16T01:14:15.373Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2488 | 2024-08-16T01:14:15.486Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2489 | 2024-08-16T01:14:29.786Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.23s |
2490 | 2024-08-16T01:14:29.952Z | |
2491 | 2024-08-16T01:14:29.952Z | info: running `cargo check --bins` on bootstrap-agent-api (76/150) |
2492 | 2024-08-16T01:14:30.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2493 | 2024-08-16T01:14:30.729Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2494 | 2024-08-16T01:14:30.729Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2495 | 2024-08-16T01:14:30.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2496 | 2024-08-16T01:14:30.792Z | |
2497 | 2024-08-16T01:14:30.792Z | info: running `cargo check --bins` on nexus-client (77/150) |
2498 | 2024-08-16T01:14:31.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2499 | 2024-08-16T01:14:31.551Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2500 | 2024-08-16T01:14:31.551Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2501 | 2024-08-16T01:14:31.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2502 | 2024-08-16T01:14:31.610Z | |
2503 | 2024-08-16T01:14:31.610Z | info: running `cargo check --bins` on sled-agent-types (78/150) |
2504 | 2024-08-16T01:14:32.347Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2505 | 2024-08-16T01:14:32.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2506 | 2024-08-16T01:14:32.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2507 | 2024-08-16T01:14:32.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2508 | 2024-08-16T01:14:32.436Z | |
2509 | 2024-08-16T01:14:32.436Z | info: running `cargo check --bins` on bootstrap-agent-client (79/150) |
2510 | 2024-08-16T01:14:33.175Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2511 | 2024-08-16T01:14:33.200Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2512 | 2024-08-16T01:14:33.200Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2513 | 2024-08-16T01:14:33.200Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2514 | 2024-08-16T01:14:33.260Z | |
2515 | 2024-08-16T01:14:33.260Z | info: running `cargo check --bins` on dpd-client (80/150) |
2516 | 2024-08-16T01:14:33.978Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2517 | 2024-08-16T01:14:34.002Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2518 | 2024-08-16T01:14:34.002Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2519 | 2024-08-16T01:14:34.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2520 | 2024-08-16T01:14:34.063Z | |
2521 | 2024-08-16T01:14:34.063Z | info: running `cargo check --bins` on installinator-common (81/150) |
2522 | 2024-08-16T01:14:34.815Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2523 | 2024-08-16T01:14:34.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2524 | 2024-08-16T01:14:34.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2525 | 2024-08-16T01:14:34.839Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2526 | 2024-08-16T01:14:34.910Z | |
2527 | 2024-08-16T01:14:34.910Z | info: running `cargo check --bins` on update-engine (82/150) |
2528 | 2024-08-16T01:14:35.633Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2529 | 2024-08-16T01:14:35.657Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2530 | 2024-08-16T01:14:35.657Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2531 | 2024-08-16T01:14:35.657Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2532 | 2024-08-16T01:14:35.718Z | |
2533 | 2024-08-16T01:14:35.718Z | info: running `cargo check --bins` on key-manager (83/150) |
2534 | 2024-08-16T01:14:36.460Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2535 | 2024-08-16T01:14:36.484Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2536 | 2024-08-16T01:14:36.484Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2537 | 2024-08-16T01:14:36.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2538 | 2024-08-16T01:14:36.543Z | |
2539 | 2024-08-16T01:14:36.543Z | info: running `cargo check --bins` on omicron-ddm-admin-client (84/150) |
2540 | 2024-08-16T01:14:37.272Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2541 | 2024-08-16T01:14:37.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2542 | 2024-08-16T01:14:37.297Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2543 | 2024-08-16T01:14:37.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2544 | 2024-08-16T01:14:37.362Z | |
2545 | 2024-08-16T01:14:37.362Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (85/150) |
2546 | 2024-08-16T01:14:38.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2547 | 2024-08-16T01:14:38.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2548 | 2024-08-16T01:14:38.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2549 | 2024-08-16T01:14:38.108Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2550 | 2024-08-16T01:14:38.165Z | |
2551 | 2024-08-16T01:14:38.165Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/150) |
2552 | 2024-08-16T01:14:38.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2553 | 2024-08-16T01:14:38.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2554 | 2024-08-16T01:14:38.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2555 | 2024-08-16T01:14:38.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2556 | 2024-08-16T01:14:38.977Z | |
2557 | 2024-08-16T01:14:38.977Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/150) |
2558 | 2024-08-16T01:14:39.734Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2559 | 2024-08-16T01:14:39.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2560 | 2024-08-16T01:14:39.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2561 | 2024-08-16T01:14:39.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2562 | 2024-08-16T01:14:39.828Z | |
2563 | 2024-08-16T01:14:39.829Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/150) |
2564 | 2024-08-16T01:14:40.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2565 | 2024-08-16T01:14:40.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2566 | 2024-08-16T01:14:40.571Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2567 | 2024-08-16T01:14:40.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2568 | 2024-08-16T01:14:40.635Z | |
2569 | 2024-08-16T01:14:40.635Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/150) |
2570 | 2024-08-16T01:14:41.377Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2571 | 2024-08-16T01:14:41.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2572 | 2024-08-16T01:14:41.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2573 | 2024-08-16T01:14:41.402Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2574 | 2024-08-16T01:14:41.468Z | |
2575 | 2024-08-16T01:14:41.468Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/150) |
2576 | 2024-08-16T01:14:42.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2577 | 2024-08-16T01:14:42.214Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2578 | 2024-08-16T01:14:42.214Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2579 | 2024-08-16T01:14:42.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2580 | 2024-08-16T01:14:42.278Z | |
2581 | 2024-08-16T01:14:42.278Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/150) |
2582 | 2024-08-16T01:14:42.990Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2583 | 2024-08-16T01:14:43.015Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2584 | 2024-08-16T01:14:43.015Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2585 | 2024-08-16T01:14:43.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2586 | 2024-08-16T01:14:43.071Z | |
2587 | 2024-08-16T01:14:43.071Z | info: running `cargo check --bins` on oximeter-producer (92/150) |
2588 | 2024-08-16T01:14:43.809Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2589 | 2024-08-16T01:14:43.833Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2590 | 2024-08-16T01:14:43.833Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2591 | 2024-08-16T01:14:43.833Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2592 | 2024-08-16T01:14:43.898Z | |
2593 | 2024-08-16T01:14:43.898Z | info: running `cargo check --bins` on sled-agent-api (93/150) |
2594 | 2024-08-16T01:14:44.659Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2595 | 2024-08-16T01:14:44.684Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2596 | 2024-08-16T01:14:44.684Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2597 | 2024-08-16T01:14:44.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2598 | 2024-08-16T01:14:44.753Z | |
2599 | 2024-08-16T01:14:44.753Z | info: running `cargo check --bins` on sled-hardware (94/150) |
2600 | 2024-08-16T01:14:45.511Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2601 | 2024-08-16T01:14:45.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2602 | 2024-08-16T01:14:45.535Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2603 | 2024-08-16T01:14:45.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2604 | 2024-08-16T01:14:45.594Z | |
2605 | 2024-08-16T01:14:45.594Z | info: running `cargo check --bins --no-default-features` on sled-storage (95/150) |
2606 | 2024-08-16T01:14:46.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2607 | 2024-08-16T01:14:46.352Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2608 | 2024-08-16T01:14:46.352Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2609 | 2024-08-16T01:14:46.352Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2610 | 2024-08-16T01:14:46.417Z | |
2611 | 2024-08-16T01:14:46.417Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (96/150) |
2612 | 2024-08-16T01:14:47.143Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2613 | 2024-08-16T01:14:47.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2614 | 2024-08-16T01:14:47.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2615 | 2024-08-16T01:14:47.167Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2616 | 2024-08-16T01:14:47.233Z | |
2617 | 2024-08-16T01:14:47.233Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (97/150) |
2618 | 2024-08-16T01:14:47.984Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2619 | 2024-08-16T01:14:48.008Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2620 | 2024-08-16T01:14:48.009Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2621 | 2024-08-16T01:14:48.009Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2622 | 2024-08-16T01:14:48.072Z | |
2623 | 2024-08-16T01:14:48.072Z | info: running `cargo check --bins` on nexus-test-interface (98/150) |
2624 | 2024-08-16T01:14:48.819Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2625 | 2024-08-16T01:14:48.843Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2626 | 2024-08-16T01:14:48.844Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2627 | 2024-08-16T01:14:48.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2628 | 2024-08-16T01:14:48.911Z | |
2629 | 2024-08-16T01:14:48.911Z | info: running `cargo check --bins` on oximeter-collector (99/150) |
2630 | 2024-08-16T01:14:49.671Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2631 | 2024-08-16T01:14:49.695Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2632 | 2024-08-16T01:14:49.797Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2633 | 2024-08-16T01:14:49.797Z | Checking bcs v0.1.6 |
2634 | 2024-08-16T01:14:49.797Z | Compiling async-recursion v1.1.1 |
2635 | 2024-08-16T01:14:49.797Z | Checking highway v1.2.0 |
2636 | 2024-08-16T01:14:49.821Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2637 | 2024-08-16T01:14:49.821Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2638 | 2024-08-16T01:14:50.934Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2639 | 2024-08-16T01:14:54.713Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2640 | 2024-08-16T01:14:56.781Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.86s |
2641 | 2024-08-16T01:14:56.952Z | |
2642 | 2024-08-16T01:14:56.952Z | info: running `cargo check --bins` on oximeter-api (100/150) |
2643 | 2024-08-16T01:14:57.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2644 | 2024-08-16T01:14:57.655Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2645 | 2024-08-16T01:14:57.655Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2646 | 2024-08-16T01:14:57.655Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2647 | 2024-08-16T01:14:57.716Z | |
2648 | 2024-08-16T01:14:57.716Z | info: running `cargo check --bins` on oximeter-client (101/150) |
2649 | 2024-08-16T01:14:58.454Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2650 | 2024-08-16T01:14:58.479Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2651 | 2024-08-16T01:14:58.479Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2652 | 2024-08-16T01:14:58.479Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2653 | 2024-08-16T01:14:58.540Z | |
2654 | 2024-08-16T01:14:58.540Z | info: running `cargo check --bins --no-default-features` on oximeter-db (102/150) |
2655 | 2024-08-16T01:14:59.261Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2656 | 2024-08-16T01:14:59.285Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2657 | 2024-08-16T01:14:59.361Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2658 | 2024-08-16T01:15:00.013Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.46s |
2659 | 2024-08-16T01:15:00.144Z | |
2660 | 2024-08-16T01:15:00.144Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (103/150) |
2661 | 2024-08-16T01:15:00.898Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2662 | 2024-08-16T01:15:00.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2663 | 2024-08-16T01:15:01.001Z | Compiling vte_generate_state_changes v0.1.1 |
2664 | 2024-08-16T01:15:01.001Z | Checking fd-lock v4.0.2 |
2665 | 2024-08-16T01:15:01.026Z | Checking bytecount v0.6.8 |
2666 | 2024-08-16T01:15:01.026Z | Compiling tabled_derive v0.7.0 |
2667 | 2024-08-16T01:15:01.026Z | Checking crossterm v0.27.0 |
2668 | 2024-08-16T01:15:01.026Z | Compiling peg-macros v0.8.4 |
2669 | 2024-08-16T01:15:01.026Z | Compiling sqlparser_derive v0.2.2 |
2670 | 2024-08-16T01:15:01.026Z | Checking home v0.5.9 |
2671 | 2024-08-16T01:15:01.156Z | Checking papergrid v0.11.0 |
2672 | 2024-08-16T01:15:01.198Z | Checking nu-ansi-term v0.50.0 |
2673 | 2024-08-16T01:15:01.222Z | Checking unicode_categories v0.1.1 |
2674 | 2024-08-16T01:15:01.461Z | Checking sqlformat v0.2.4 |
2675 | 2024-08-16T01:15:01.522Z | Checking rustyline v14.0.0 |
2676 | 2024-08-16T01:15:01.630Z | Checking vte v0.11.1 |
2677 | 2024-08-16T01:15:01.909Z | Checking sqlparser v0.45.0 |
2678 | 2024-08-16T01:15:02.353Z | Checking crossterm v0.28.1 |
2679 | 2024-08-16T01:15:02.596Z | Checking strip-ansi-escapes v0.2.0 |
2680 | 2024-08-16T01:15:02.727Z | Checking reedline v0.33.0 |
2681 | 2024-08-16T01:15:03.056Z | Checking tabled v0.15.0 |
2682 | 2024-08-16T01:15:03.572Z | Checking peg v0.8.4 |
2683 | 2024-08-16T01:15:08.765Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2684 | 2024-08-16T01:15:15.727Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.57s |
2685 | 2024-08-16T01:15:15.877Z | |
2686 | 2024-08-16T01:15:15.877Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (104/150) |
2687 | 2024-08-16T01:15:16.592Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2688 | 2024-08-16T01:15:16.616Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2689 | 2024-08-16T01:15:16.690Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2690 | 2024-08-16T01:15:23.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.71s |
2691 | 2024-08-16T01:15:23.738Z | |
2692 | 2024-08-16T01:15:23.738Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (105/150) |
2693 | 2024-08-16T01:15:24.510Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2694 | 2024-08-16T01:15:24.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2695 | 2024-08-16T01:15:24.619Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2696 | 2024-08-16T01:15:31.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.70s |
2697 | 2024-08-16T01:15:31.583Z | |
2698 | 2024-08-16T01:15:31.583Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (106/150) |
2699 | 2024-08-16T01:15:32.336Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2700 | 2024-08-16T01:15:32.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2701 | 2024-08-16T01:15:32.441Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2702 | 2024-08-16T01:15:37.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.86s |
2703 | 2024-08-16T01:15:37.598Z | |
2704 | 2024-08-16T01:15:37.598Z | info: running `cargo check --bins` on cockroach-admin-client (107/150) |
2705 | 2024-08-16T01:15:38.334Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2706 | 2024-08-16T01:15:38.358Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2707 | 2024-08-16T01:15:38.358Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2708 | 2024-08-16T01:15:38.358Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
2709 | 2024-08-16T01:15:38.420Z | |
2710 | 2024-08-16T01:15:38.420Z | info: running `cargo check --bins` on installinator-client (108/150) |
2711 | 2024-08-16T01:15:39.213Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2712 | 2024-08-16T01:15:39.237Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2713 | 2024-08-16T01:15:39.238Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2714 | 2024-08-16T01:15:39.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
2715 | 2024-08-16T01:15:39.308Z | |
2716 | 2024-08-16T01:15:39.308Z | info: running `cargo check --bins` on oxide-client (109/150) |
2717 | 2024-08-16T01:15:40.024Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2718 | 2024-08-16T01:15:40.049Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2719 | 2024-08-16T01:15:40.049Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2720 | 2024-08-16T01:15:40.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2721 | 2024-08-16T01:15:40.105Z | |
2722 | 2024-08-16T01:15:40.106Z | info: running `cargo check --bins` on wicketd-client (110/150) |
2723 | 2024-08-16T01:15:40.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2724 | 2024-08-16T01:15:40.930Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2725 | 2024-08-16T01:15:40.930Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2726 | 2024-08-16T01:15:40.930Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2727 | 2024-08-16T01:15:40.996Z | |
2728 | 2024-08-16T01:15:40.996Z | info: running `cargo check --bins` on wicket-common (111/150) |
2729 | 2024-08-16T01:15:41.762Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2730 | 2024-08-16T01:15:41.787Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2731 | 2024-08-16T01:15:41.787Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2732 | 2024-08-16T01:15:41.787Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.76s |
2733 | 2024-08-16T01:15:41.854Z | |
2734 | 2024-08-16T01:15:41.854Z | info: running `cargo check --bins` on omicron-cockroach-admin (112/150) |
2735 | 2024-08-16T01:15:42.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2736 | 2024-08-16T01:15:42.618Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2737 | 2024-08-16T01:15:42.702Z | Checking csv-core v0.1.11 |
2738 | 2024-08-16T01:15:42.726Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2739 | 2024-08-16T01:15:42.991Z | Checking csv v1.3.0 |
2740 | 2024-08-16T01:15:43.669Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2741 | 2024-08-16T01:15:44.099Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2742 | 2024-08-16T01:15:45.570Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.70s |
2743 | 2024-08-16T01:15:45.701Z | |
2744 | 2024-08-16T01:15:45.701Z | info: running `cargo check --bins` on cockroach-admin-api (113/150) |
2745 | 2024-08-16T01:15:46.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2746 | 2024-08-16T01:15:46.451Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2747 | 2024-08-16T01:15:46.451Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2748 | 2024-08-16T01:15:46.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.72s |
2749 | 2024-08-16T01:15:46.515Z | |
2750 | 2024-08-16T01:15:46.515Z | info: running `cargo check --bins` on cockroach-admin-types (114/150) |
2751 | 2024-08-16T01:15:47.263Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2752 | 2024-08-16T01:15:47.288Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2753 | 2024-08-16T01:15:47.288Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2754 | 2024-08-16T01:15:47.288Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
2755 | 2024-08-16T01:15:47.355Z | |
2756 | 2024-08-16T01:15:47.355Z | info: running `cargo check --bins` on cert-dev (115/150) |
2757 | 2024-08-16T01:15:48.080Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2758 | 2024-08-16T01:15:48.104Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2759 | 2024-08-16T01:15:48.160Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2760 | 2024-08-16T01:15:48.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s |
2761 | 2024-08-16T01:15:48.535Z | |
2762 | 2024-08-16T01:15:48.535Z | info: running `cargo check --bins` on ch-dev (116/150) |
2763 | 2024-08-16T01:15:49.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2764 | 2024-08-16T01:15:49.344Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2765 | 2024-08-16T01:15:49.426Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2766 | 2024-08-16T01:15:50.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
2767 | 2024-08-16T01:15:50.310Z | |
2768 | 2024-08-16T01:15:50.310Z | info: running `cargo check --bins` on crdb-seed (117/150) |
2769 | 2024-08-16T01:15:51.096Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2770 | 2024-08-16T01:15:51.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2771 | 2024-08-16T01:15:51.199Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2772 | 2024-08-16T01:15:51.523Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
2773 | 2024-08-16T01:15:51.665Z | |
2774 | 2024-08-16T01:15:51.665Z | info: running `cargo check --bins` on db-dev (118/150) |
2775 | 2024-08-16T01:15:52.451Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2776 | 2024-08-16T01:15:52.475Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2777 | 2024-08-16T01:15:52.558Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2778 | 2024-08-16T01:15:53.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
2779 | 2024-08-16T01:15:53.447Z | |
2780 | 2024-08-16T01:15:53.447Z | info: running `cargo check --bins` on omicron-dev-lib (119/150) |
2781 | 2024-08-16T01:15:54.220Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2782 | 2024-08-16T01:15:54.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2783 | 2024-08-16T01:15:54.245Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2784 | 2024-08-16T01:15:54.245Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
2785 | 2024-08-16T01:15:54.314Z | |
2786 | 2024-08-16T01:15:54.314Z | info: running `cargo check --bins` on xtask-downloader (120/150) |
2787 | 2024-08-16T01:15:55.083Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2788 | 2024-08-16T01:15:55.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2789 | 2024-08-16T01:15:55.167Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2790 | 2024-08-16T01:15:56.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.81s |
2791 | 2024-08-16T01:15:56.270Z | |
2792 | 2024-08-16T01:15:56.270Z | info: running `cargo check --bins` on mgs-dev (121/150) |
2793 | 2024-08-16T01:15:57.075Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2794 | 2024-08-16T01:15:57.100Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2795 | 2024-08-16T01:15:57.199Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2796 | 2024-08-16T01:15:57.758Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2797 | 2024-08-16T01:15:58.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
2798 | 2024-08-16T01:15:58.366Z | |
2799 | 2024-08-16T01:15:58.366Z | info: running `cargo check --bins` on omicron-omdb (122/150) |
2800 | 2024-08-16T01:15:59.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2801 | 2024-08-16T01:15:59.247Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2802 | 2024-08-16T01:15:59.418Z | Compiling glob v0.3.1 |
2803 | 2024-08-16T01:15:59.418Z | Compiling crunchy v0.2.2 |
2804 | 2024-08-16T01:15:59.443Z | Compiling tiny-keccak v2.0.2 |
2805 | 2024-08-16T01:15:59.443Z | Compiling dsl_auto_type v0.1.2 |
2806 | 2024-08-16T01:15:59.443Z | Checking scheduled-thread-pool v0.2.7 |
2807 | 2024-08-16T01:15:59.467Z | Compiling diesel_table_macro_syntax v0.2.0 |
2808 | 2024-08-16T01:15:59.541Z | Compiling ascii-canvas v3.0.0 |
2809 | 2024-08-16T01:15:59.541Z | Compiling ena v0.14.3 |
2810 | 2024-08-16T01:15:59.658Z | Checking r2d2 v0.8.10 |
2811 | 2024-08-16T01:15:59.846Z | Compiling libloading v0.8.3 |
2812 | 2024-08-16T01:15:59.927Z | Compiling diff v0.1.13 |
2813 | 2024-08-16T01:15:59.953Z | Compiling bindgen v0.69.4 |
2814 | 2024-08-16T01:15:59.977Z | Compiling regex-syntax v0.6.29 |
2815 | 2024-08-16T01:16:00.056Z | Compiling which v4.4.2 |
2816 | 2024-08-16T01:16:00.214Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2817 | 2024-08-16T01:16:00.307Z | Compiling clang-sys v1.7.0 |
2818 | 2024-08-16T01:16:00.412Z | Compiling cexpr v0.6.0 |
2819 | 2024-08-16T01:16:00.495Z | Compiling rustc-hash v1.1.0 |
2820 | 2024-08-16T01:16:00.593Z | Compiling shlex v1.3.0 |
2821 | 2024-08-16T01:16:00.617Z | Compiling lazycell v1.3.0 |
2822 | 2024-08-16T01:16:00.643Z | Compiling ref-cast v1.0.23 |
2823 | 2024-08-16T01:16:00.667Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2824 | 2024-08-16T01:16:00.773Z | Compiling derive_builder_core v0.20.0 |
2825 | 2024-08-16T01:16:00.904Z | Compiling diesel_derives v2.2.2 |
2826 | 2024-08-16T01:16:00.941Z | Compiling libxml v0.3.3 |
2827 | 2024-08-16T01:16:00.966Z | Compiling ref-cast-impl v1.0.23 |
2828 | 2024-08-16T01:16:01.158Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2829 | 2024-08-16T01:16:01.312Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2830 | 2024-08-16T01:16:01.557Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2831 | 2024-08-16T01:16:01.789Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2832 | 2024-08-16T01:16:01.883Z | Compiling strum_macros v0.24.3 |
2833 | 2024-08-16T01:16:02.032Z | Compiling cookie v0.18.1 |
2834 | 2024-08-16T01:16:02.111Z | Compiling indoc v1.0.9 |
2835 | 2024-08-16T01:16:02.769Z | Compiling lalrpop v0.19.12 |
2836 | 2024-08-16T01:16:02.928Z | Compiling derive_builder_macro v0.20.0 |
2837 | 2024-08-16T01:16:03.687Z | Checking derive_builder v0.20.0 |
2838 | 2024-08-16T01:16:03.814Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2839 | 2024-08-16T01:16:03.838Z | Compiling impl-trait-for-tuples v0.2.2 |
2840 | 2024-08-16T01:16:04.071Z | Compiling oso-derive v0.27.3 |
2841 | 2024-08-16T01:16:04.785Z | Checking quick-xml v0.31.0 |
2842 | 2024-08-16T01:16:04.952Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2843 | 2024-08-16T01:16:05.001Z | Checking maplit v1.0.2 |
2844 | 2024-08-16T01:16:05.280Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2845 | 2024-08-16T01:16:05.515Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2846 | 2024-08-16T01:16:05.764Z | Checking bb8 v0.8.5 |
2847 | 2024-08-16T01:16:06.157Z | Compiling const_format_proc_macros v0.2.32 |
2848 | 2024-08-16T01:16:06.532Z | Checking crossbeam-deque v0.8.5 |
2849 | 2024-08-16T01:16:06.627Z | Compiling portable-atomic v1.6.0 |
2850 | 2024-08-16T01:16:06.805Z | Checking rayon-core v1.12.1 |
2851 | 2024-08-16T01:16:07.406Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2852 | 2024-08-16T01:16:07.542Z | Checking castaway v0.2.3 |
2853 | 2024-08-16T01:16:07.692Z | Checking compact_str v0.8.0 |
2854 | 2024-08-16T01:16:07.913Z | Checking const_format v0.2.32 |
2855 | 2024-08-16T01:16:08.306Z | Checking rayon v1.10.0 |
2856 | 2024-08-16T01:16:08.440Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2857 | 2024-08-16T01:16:08.540Z | Checking unicode-truncate v1.0.0 |
2858 | 2024-08-16T01:16:08.737Z | Checking lru v0.12.3 |
2859 | 2024-08-16T01:16:08.822Z | Compiling instability v0.3.2 |
2860 | 2024-08-16T01:16:08.981Z | Checking number_prefix v0.4.0 |
2861 | 2024-08-16T01:16:09.138Z | Checking smawk v0.3.2 |
2862 | 2024-08-16T01:16:09.298Z | Checking unicode-linebreak v0.1.5 |
2863 | 2024-08-16T01:16:09.619Z | Checking cassowary v0.3.0 |
2864 | 2024-08-16T01:16:09.659Z | Checking textwrap v0.16.1 |
2865 | 2024-08-16T01:16:10.016Z | Checking ratatui v0.28.0 |
2866 | 2024-08-16T01:16:10.063Z | Checking multimap v0.10.0 |
2867 | 2024-08-16T01:16:10.874Z | Checking diesel v2.2.2 |
2868 | 2024-08-16T01:16:11.659Z | Checking indicatif v0.17.8 |
2869 | 2024-08-16T01:16:27.073Z | Compiling samael v0.0.15 |
2870 | 2024-08-16T01:16:40.180Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2871 | 2024-08-16T01:16:42.290Z | Compiling polar-core v0.27.3 |
2872 | 2024-08-16T01:16:50.782Z | Checking oso v0.27.3 |
2873 | 2024-08-16T01:18:03.822Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2874 | 2024-08-16T01:18:10.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 12s |
2875 | 2024-08-16T01:18:10.911Z | |
2876 | 2024-08-16T01:18:10.911Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (123/150) |
2877 | 2024-08-16T01:18:11.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2878 | 2024-08-16T01:18:11.768Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2879 | 2024-08-16T01:18:11.768Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2880 | 2024-08-16T01:18:11.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2881 | 2024-08-16T01:18:11.844Z | |
2882 | 2024-08-16T01:18:11.844Z | info: running `cargo check --bins` on nexus-saga-recovery (124/150) |
2883 | 2024-08-16T01:18:12.646Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2884 | 2024-08-16T01:18:12.670Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2885 | 2024-08-16T01:18:12.670Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2886 | 2024-08-16T01:18:12.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2887 | 2024-08-16T01:18:12.746Z | |
2888 | 2024-08-16T01:18:12.746Z | info: running `cargo check --bins` on nexus-test-utils-macros (125/150) |
2889 | 2024-08-16T01:18:13.502Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2890 | 2024-08-16T01:18:13.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2891 | 2024-08-16T01:18:13.526Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2892 | 2024-08-16T01:18:13.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
2893 | 2024-08-16T01:18:13.587Z | |
2894 | 2024-08-16T01:18:13.587Z | info: running `cargo check --bins` on omicron-nexus (126/150) |
2895 | 2024-08-16T01:18:14.457Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2896 | 2024-08-16T01:18:14.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2897 | 2024-08-16T01:18:14.679Z | Compiling libz-sys v1.1.16 |
2898 | 2024-08-16T01:18:14.702Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2899 | 2024-08-16T01:18:14.726Z | Compiling vergen v8.3.2 |
2900 | 2024-08-16T01:18:14.726Z | Compiling cargo-platform v0.1.8 |
2901 | 2024-08-16T01:18:14.750Z | Compiling pin-project-internal v1.1.5 |
2902 | 2024-08-16T01:18:14.778Z | Compiling snafu-derive v0.8.2 |
2903 | 2024-08-16T01:18:14.778Z | Compiling libsqlite3-sys v0.28.0 |
2904 | 2024-08-16T01:18:14.802Z | Compiling buf-list v1.0.3 |
2905 | 2024-08-16T01:18:15.031Z | Checking globset v0.4.14 |
2906 | 2024-08-16T01:18:15.243Z | Compiling cargo_metadata v0.18.1 |
2907 | 2024-08-16T01:18:15.327Z | Checking olpc-cjson v0.1.3 |
2908 | 2024-08-16T01:18:15.465Z | Checking rand_seeder v0.3.0 |
2909 | 2024-08-16T01:18:15.488Z | Checking serde_plain v1.0.2 |
2910 | 2024-08-16T01:18:15.527Z | Checking typed-path v0.7.1 |
2911 | 2024-08-16T01:18:15.668Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2912 | 2024-08-16T01:18:15.831Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2913 | 2024-08-16T01:18:15.855Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2914 | 2024-08-16T01:18:16.052Z | Checking hashlink v0.9.1 |
2915 | 2024-08-16T01:18:16.084Z | Checking fallible-streaming-iterator v0.1.9 |
2916 | 2024-08-16T01:18:16.108Z | Checking fallible-iterator v0.3.0 |
2917 | 2024-08-16T01:18:16.291Z | Checking parse-size v1.0.0 |
2918 | 2024-08-16T01:18:16.482Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2919 | 2024-08-16T01:18:16.571Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2920 | 2024-08-16T01:18:16.627Z | Checking rusqlite v0.31.0 |
2921 | 2024-08-16T01:18:17.117Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2922 | 2024-08-16T01:18:17.243Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2923 | 2024-08-16T01:18:17.316Z | Checking pin-project v1.1.5 |
2924 | 2024-08-16T01:18:17.380Z | Checking twox-hash v1.6.3 |
2925 | 2024-08-16T01:18:17.463Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2926 | 2024-08-16T01:18:17.774Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2927 | 2024-08-16T01:18:17.936Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2928 | 2024-08-16T01:18:18.186Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2929 | 2024-08-16T01:18:18.210Z | Checking fatfs v0.3.6 |
2930 | 2024-08-16T01:18:18.341Z | Checking assert_matches v1.5.0 |
2931 | 2024-08-16T01:18:19.341Z | Checking snafu v0.8.2 |
2932 | 2024-08-16T01:18:19.743Z | Checking tough v0.17.1 |
2933 | 2024-08-16T01:18:23.646Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2934 | 2024-08-16T01:18:25.077Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2935 | 2024-08-16T01:18:26.029Z | Compiling git2 v0.19.0 |
2936 | 2024-08-16T01:18:32.101Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2937 | 2024-08-16T01:19:45.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 32s |
2938 | 2024-08-16T01:19:45.782Z | |
2939 | 2024-08-16T01:19:45.782Z | info: running `cargo check --bins` on nexus-internal-api (127/150) |
2940 | 2024-08-16T01:19:46.606Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2941 | 2024-08-16T01:19:46.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2942 | 2024-08-16T01:19:46.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2943 | 2024-08-16T01:19:46.630Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
2944 | 2024-08-16T01:19:46.699Z | |
2945 | 2024-08-16T01:19:46.699Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (128/150) |
2946 | 2024-08-16T01:19:47.530Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2947 | 2024-08-16T01:19:47.554Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2948 | 2024-08-16T01:19:47.554Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2949 | 2024-08-16T01:19:47.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
2950 | 2024-08-16T01:19:47.628Z | |
2951 | 2024-08-16T01:19:47.628Z | info: running `cargo check --bins` on nexus-networking (129/150) |
2952 | 2024-08-16T01:19:48.443Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2953 | 2024-08-16T01:19:48.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2954 | 2024-08-16T01:19:48.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2955 | 2024-08-16T01:19:48.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2956 | 2024-08-16T01:19:48.542Z | |
2957 | 2024-08-16T01:19:48.542Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (130/150) |
2958 | 2024-08-16T01:19:49.360Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2959 | 2024-08-16T01:19:49.384Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2960 | 2024-08-16T01:19:49.384Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2961 | 2024-08-16T01:19:49.384Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2962 | 2024-08-16T01:19:49.460Z | |
2963 | 2024-08-16T01:19:49.460Z | info: running `cargo check --bins` on update-common (131/150) |
2964 | 2024-08-16T01:19:50.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2965 | 2024-08-16T01:19:50.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2966 | 2024-08-16T01:19:50.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2967 | 2024-08-16T01:19:50.293Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
2968 | 2024-08-16T01:19:50.365Z | |
2969 | 2024-08-16T01:19:50.365Z | info: running `cargo check --bins` on tufaceous-lib (132/150) |
2970 | 2024-08-16T01:19:51.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2971 | 2024-08-16T01:19:51.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2972 | 2024-08-16T01:19:51.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2973 | 2024-08-16T01:19:51.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
2974 | 2024-08-16T01:19:51.278Z | |
2975 | 2024-08-16T01:19:51.278Z | info: running `cargo check --bins` on tufaceous (133/150) |
2976 | 2024-08-16T01:19:52.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2977 | 2024-08-16T01:19:52.089Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2978 | 2024-08-16T01:19:52.175Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2979 | 2024-08-16T01:19:53.201Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
2980 | 2024-08-16T01:19:53.344Z | |
2981 | 2024-08-16T01:19:53.344Z | info: running `cargo check --bins` on omicron-dev (134/150) |
2982 | 2024-08-16T01:19:54.297Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2983 | 2024-08-16T01:19:54.322Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2984 | 2024-08-16T01:19:54.526Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2985 | 2024-08-16T01:19:54.526Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2986 | 2024-08-16T01:19:54.550Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2987 | 2024-08-16T01:19:56.113Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2988 | 2024-08-16T01:19:59.028Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.67s |
2989 | 2024-08-16T01:19:59.195Z | |
2990 | 2024-08-16T01:19:59.195Z | info: running `cargo check --bins` on openapi-manager (135/150) |
2991 | 2024-08-16T01:20:00.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2992 | 2024-08-16T01:20:00.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2993 | 2024-08-16T01:20:00.158Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2994 | 2024-08-16T01:20:00.158Z | Checking heck v0.4.1 |
2995 | 2024-08-16T01:20:00.158Z | Checking is_ci v1.2.0 |
2996 | 2024-08-16T01:20:00.158Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2997 | 2024-08-16T01:20:00.182Z | Checking indent_write v2.2.0 |
2998 | 2024-08-16T01:20:00.354Z | Checking supports-color v3.0.0 |
2999 | 2024-08-16T01:20:00.380Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3000 | 2024-08-16T01:20:02.052Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3001 | 2024-08-16T01:20:03.064Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3002 | 2024-08-16T01:20:04.218Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.01s |
3003 | 2024-08-16T01:20:04.367Z | |
3004 | 2024-08-16T01:20:04.367Z | info: running `cargo check --bins` on installinator-api (136/150) |
3005 | 2024-08-16T01:20:05.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3006 | 2024-08-16T01:20:05.229Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3007 | 2024-08-16T01:20:05.229Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3008 | 2024-08-16T01:20:05.229Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
3009 | 2024-08-16T01:20:05.303Z | |
3010 | 2024-08-16T01:20:05.303Z | info: running `cargo check --bins` on wicketd-api (137/150) |
3011 | 2024-08-16T01:20:06.094Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2024-08-16T01:20:06.119Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2024-08-16T01:20:06.119Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3014 | 2024-08-16T01:20:06.119Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
3015 | 2024-08-16T01:20:06.189Z | |
3016 | 2024-08-16T01:20:06.189Z | info: running `cargo check --bins` on reconfigurator-cli (138/150) |
3017 | 2024-08-16T01:20:07.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3018 | 2024-08-16T01:20:07.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3019 | 2024-08-16T01:20:07.174Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3020 | 2024-08-16T01:20:08.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.37s |
3021 | 2024-08-16T01:20:08.718Z | |
3022 | 2024-08-16T01:20:08.718Z | info: running `cargo check --bins` on omicron-releng (139/150) |
3023 | 2024-08-16T01:20:09.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3024 | 2024-08-16T01:20:09.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3025 | 2024-08-16T01:20:09.634Z | Checking memmap2 v0.9.4 |
3026 | 2024-08-16T01:20:09.634Z | Checking untrusted v0.7.1 |
3027 | 2024-08-16T01:20:09.634Z | Checking arrayref v0.3.7 |
3028 | 2024-08-16T01:20:09.634Z | Checking arrayvec v0.7.4 |
3029 | 2024-08-16T01:20:09.658Z | Checking constant_time_eq v0.3.0 |
3030 | 2024-08-16T01:20:09.658Z | Checking spin v0.5.2 |
3031 | 2024-08-16T01:20:09.658Z | Checking cargo-platform v0.1.8 |
3032 | 2024-08-16T01:20:09.658Z | Checking topological-sort v0.2.2 |
3033 | 2024-08-16T01:20:09.804Z | Checking shell-words v1.1.0 |
3034 | 2024-08-16T01:20:09.906Z | Checking ring v0.16.20 |
3035 | 2024-08-16T01:20:09.930Z | Checking cargo_metadata v0.18.1 |
3036 | 2024-08-16T01:20:10.091Z | Checking blake3 v1.5.1 |
3037 | 2024-08-16T01:20:11.364Z | Checking omicron-zone-package v0.11.0 |
3038 | 2024-08-16T01:20:12.695Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3039 | 2024-08-16T01:20:13.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s |
3040 | 2024-08-16T01:20:13.899Z | |
3041 | 2024-08-16T01:20:13.899Z | info: running `cargo check --bins` on xtask (140/150) |
3042 | 2024-08-16T01:20:14.528Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3043 | 2024-08-16T01:20:14.553Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3044 | 2024-08-16T01:20:14.553Z | Checking serde v1.0.207 |
3045 | 2024-08-16T01:20:14.553Z | Checking thiserror v1.0.63 |
3046 | 2024-08-16T01:20:14.553Z | Checking scroll v0.12.0 |
3047 | 2024-08-16T01:20:14.553Z | Checking log v0.4.21 |
3048 | 2024-08-16T01:20:14.553Z | Checking hashbrown v0.14.5 |
3049 | 2024-08-16T01:20:14.553Z | Checking bitflags v2.6.0 |
3050 | 2024-08-16T01:20:14.577Z | Checking zerocopy v0.7.34 |
3051 | 2024-08-16T01:20:14.654Z | Checking syn v2.0.74 |
3052 | 2024-08-16T01:20:14.707Z | Checking pest v2.7.10 |
3053 | 2024-08-16T01:20:14.853Z | Checking fs-err v2.11.0 |
3054 | 2024-08-16T01:20:14.886Z | Checking rustix v0.38.34 |
3055 | 2024-08-16T01:20:15.001Z | Checking goblin v0.8.2 |
3056 | 2024-08-16T01:20:15.105Z | Checking anyhow v1.0.86 |
3057 | 2024-08-16T01:20:15.441Z | Checking tabled v0.15.0 |
3058 | 2024-08-16T01:20:15.552Z | Checking indexmap v2.4.0 |
3059 | 2024-08-16T01:20:15.733Z | Checking terminal_size v0.3.0 |
3060 | 2024-08-16T01:20:15.878Z | Checking clap_builder v4.5.15 |
3061 | 2024-08-16T01:20:16.719Z | Checking dtrace-parser v0.2.0 |
3062 | 2024-08-16T01:20:18.462Z | Checking clap v4.5.15 |
3063 | 2024-08-16T01:20:18.609Z | Checking serde_json v1.0.125 |
3064 | 2024-08-16T01:20:18.633Z | Checking serde_spanned v0.6.7 |
3065 | 2024-08-16T01:20:18.633Z | Checking toml_datetime v0.6.8 |
3066 | 2024-08-16T01:20:18.633Z | Checking cargo-platform v0.1.8 |
3067 | 2024-08-16T01:20:18.633Z | Checking camino v1.1.7 |
3068 | 2024-08-16T01:20:18.633Z | Checking semver v1.0.23 |
3069 | 2024-08-16T01:20:18.694Z | Checking macaddr v1.0.1 |
3070 | 2024-08-16T01:20:18.911Z | Checking toml_edit v0.22.20 |
3071 | 2024-08-16T01:20:19.823Z | Checking dof v0.3.0 |
3072 | 2024-08-16T01:20:19.823Z | Checking cargo_metadata v0.18.1 |
3073 | 2024-08-16T01:20:20.341Z | Checking usdt-impl v0.5.0 |
3074 | 2024-08-16T01:20:20.776Z | Checking usdt v0.5.0 |
3075 | 2024-08-16T01:20:21.003Z | Checking toml v0.8.19 |
3076 | 2024-08-16T01:20:21.582Z | Checking cargo_toml v0.20.4 |
3077 | 2024-08-16T01:20:23.058Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3078 | 2024-08-16T01:20:23.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.91s |
3079 | 2024-08-16T01:20:23.907Z | |
3080 | 2024-08-16T01:20:23.907Z | info: running `cargo check --bins` on end-to-end-tests (141/150) |
3081 | 2024-08-16T01:20:24.550Z | Downloading crates ... |
3082 | 2024-08-16T01:20:24.833Z | Downloaded hex-literal v0.4.1 |
3083 | 2024-08-16T01:20:24.858Z | Downloaded dhcproto-macros v0.1.0 |
3084 | 2024-08-16T01:20:24.858Z | Downloaded option-ext v0.2.0 |
3085 | 2024-08-16T01:20:24.858Z | Downloaded md5 v0.7.0 |
3086 | 2024-08-16T01:20:24.858Z | Downloaded blowfish v0.9.1 |
3087 | 2024-08-16T01:20:24.858Z | Downloaded ssh-cipher v0.2.0 |
3088 | 2024-08-16T01:20:24.858Z | Downloaded ssh-encoding v0.2.0 |
3089 | 2024-08-16T01:20:24.858Z | Downloaded password-hash v0.4.2 |
3090 | 2024-08-16T01:20:24.858Z | Downloaded p256 v0.13.2 |
3091 | 2024-08-16T01:20:24.858Z | Downloaded ssh-key v0.6.6 |
3092 | 2024-08-16T01:20:24.885Z | Downloaded russh v0.44.1 |
3093 | 2024-08-16T01:20:24.885Z | Downloaded p521 v0.13.3 |
3094 | 2024-08-16T01:20:24.885Z | Downloaded p384 v0.13.0 |
3095 | 2024-08-16T01:20:24.909Z | Downloaded ed25519-dalek v2.1.1 |
3096 | 2024-08-16T01:20:24.909Z | Downloaded num-bigint v0.4.5 |
3097 | 2024-08-16T01:20:24.909Z | Downloaded russh-keys v0.44.0 |
3098 | 2024-08-16T01:20:24.909Z | Downloaded primeorder v0.13.6 |
3099 | 2024-08-16T01:20:24.909Z | Downloaded polyval v0.6.2 |
3100 | 2024-08-16T01:20:24.909Z | Downloaded pbkdf2 v0.11.0 |
3101 | 2024-08-16T01:20:24.909Z | Downloaded internet-checksum v0.2.1 |
3102 | 2024-08-16T01:20:24.909Z | Downloaded ghash v0.5.1 |
3103 | 2024-08-16T01:20:24.909Z | Downloaded ed25519 v2.2.3 |
3104 | 2024-08-16T01:20:24.909Z | Downloaded ecdsa v0.16.9 |
3105 | 2024-08-16T01:20:24.909Z | Downloaded dirs-sys v0.4.1 |
3106 | 2024-08-16T01:20:24.934Z | Downloaded dirs v5.0.1 |
3107 | 2024-08-16T01:20:24.934Z | Downloaded dhcproto v0.12.0 |
3108 | 2024-08-16T01:20:24.934Z | Downloaded russh-cryptovec v0.7.2 |
3109 | 2024-08-16T01:20:24.934Z | Downloaded rfc6979 v0.4.0 |
3110 | 2024-08-16T01:20:24.934Z | Downloaded bcrypt-pbkdf v0.10.0 |
3111 | 2024-08-16T01:20:24.934Z | Downloaded aes-gcm v0.10.3 |
3112 | 2024-08-16T01:20:24.958Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3113 | 2024-08-16T01:20:24.958Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3114 | 2024-08-16T01:20:25.115Z | Checking polyval v0.6.2 |
3115 | 2024-08-16T01:20:25.115Z | Checking rfc6979 v0.4.0 |
3116 | 2024-08-16T01:20:25.160Z | Checking primeorder v0.13.6 |
3117 | 2024-08-16T01:20:25.184Z | Checking ctr v0.9.2 |
3118 | 2024-08-16T01:20:25.208Z | Checking ed25519 v2.2.3 |
3119 | 2024-08-16T01:20:25.208Z | Checking ssh-encoding v0.2.0 |
3120 | 2024-08-16T01:20:25.208Z | Checking blowfish v0.9.1 |
3121 | 2024-08-16T01:20:25.208Z | Checking option-ext v0.2.0 |
3122 | 2024-08-16T01:20:25.307Z | Checking ecdsa v0.16.9 |
3123 | 2024-08-16T01:20:25.361Z | Checking dirs-sys v0.4.1 |
3124 | 2024-08-16T01:20:25.385Z | Checking ghash v0.5.1 |
3125 | 2024-08-16T01:20:25.424Z | Checking bcrypt-pbkdf v0.10.0 |
3126 | 2024-08-16T01:20:25.447Z | Checking password-hash v0.4.2 |
3127 | 2024-08-16T01:20:25.505Z | Checking matches v0.1.10 |
3128 | 2024-08-16T01:20:25.529Z | Checking aes-gcm v0.10.3 |
3129 | 2024-08-16T01:20:25.529Z | Checking ed25519-dalek v2.1.1 |
3130 | 2024-08-16T01:20:25.529Z | Checking dirs v5.0.1 |
3131 | 2024-08-16T01:20:25.578Z | Compiling enum-as-inner v0.5.1 |
3132 | 2024-08-16T01:20:25.602Z | Checking idna v0.2.3 |
3133 | 2024-08-16T01:20:25.641Z | Checking russh-cryptovec v0.7.2 |
3134 | 2024-08-16T01:20:25.678Z | Checking md5 v0.7.0 |
3135 | 2024-08-16T01:20:25.728Z | Checking ssh-cipher v0.2.0 |
3136 | 2024-08-16T01:20:25.812Z | Checking pbkdf2 v0.11.0 |
3137 | 2024-08-16T01:20:25.836Z | Checking num-bigint v0.4.5 |
3138 | 2024-08-16T01:20:25.883Z | Checking hex-literal v0.4.1 |
3139 | 2024-08-16T01:20:25.919Z | Compiling dhcproto-macros v0.1.0 |
3140 | 2024-08-16T01:20:25.943Z | Checking p384 v0.13.0 |
3141 | 2024-08-16T01:20:25.992Z | Checking ssh-key v0.6.6 |
3142 | 2024-08-16T01:20:26.016Z | Checking p256 v0.13.2 |
3143 | 2024-08-16T01:20:26.048Z | Checking p521 v0.13.3 |
3144 | 2024-08-16T01:20:26.242Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3145 | 2024-08-16T01:20:26.423Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3146 | 2024-08-16T01:20:26.447Z | Checking trust-dns-proto v0.22.0 |
3147 | 2024-08-16T01:20:26.709Z | Checking internet-checksum v0.2.1 |
3148 | 2024-08-16T01:20:27.388Z | Checking russh-keys v0.44.0 |
3149 | 2024-08-16T01:20:28.485Z | Checking russh v0.44.1 |
3150 | 2024-08-16T01:20:29.450Z | Checking dhcproto v0.12.0 |
3151 | 2024-08-16T01:20:50.873Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3152 | 2024-08-16T01:20:52.474Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 28.56s |
3153 | 2024-08-16T01:20:52.631Z | |
3154 | 2024-08-16T01:20:52.631Z | info: running `cargo check --bins` on gateway-cli (142/150) |
3155 | 2024-08-16T01:20:53.398Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2024-08-16T01:20:53.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2024-08-16T01:20:53.489Z | Checking termios v0.3.3 |
3158 | 2024-08-16T01:20:53.668Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3159 | 2024-08-16T01:20:54.585Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.94s |
3160 | 2024-08-16T01:20:54.730Z | |
3161 | 2024-08-16T01:20:54.730Z | info: running `cargo check --bins --no-default-features` on installinator (143/150) |
3162 | 2024-08-16T01:20:55.560Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3163 | 2024-08-16T01:20:55.584Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3164 | 2024-08-16T01:20:55.691Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3165 | 2024-08-16T01:20:58.003Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3166 | 2024-08-16T01:21:00.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s |
3167 | 2024-08-16T01:21:00.338Z | |
3168 | 2024-08-16T01:21:00.338Z | info: running `cargo check --bins` on internal-dns-cli (144/150) |
3169 | 2024-08-16T01:21:01.081Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3170 | 2024-08-16T01:21:01.105Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3171 | 2024-08-16T01:21:01.172Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3172 | 2024-08-16T01:21:01.619Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
3173 | 2024-08-16T01:21:01.760Z | |
3174 | 2024-08-16T01:21:01.760Z | info: running `cargo check --bins` on omicron-package (145/150) |
3175 | 2024-08-16T01:21:02.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3176 | 2024-08-16T01:21:02.571Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3177 | 2024-08-16T01:21:02.663Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3178 | 2024-08-16T01:21:04.081Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.31s |
3179 | 2024-08-16T01:21:04.216Z | |
3180 | 2024-08-16T01:21:04.216Z | info: running `cargo check --bins` on wicket-dbg (146/150) |
3181 | 2024-08-16T01:21:05.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3182 | 2024-08-16T01:21:05.086Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3183 | 2024-08-16T01:21:05.186Z | Checking rtoolbox v0.0.2 |
3184 | 2024-08-16T01:21:05.186Z | Checking tui-tree-widget v0.22.0 |
3185 | 2024-08-16T01:21:05.210Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3186 | 2024-08-16T01:21:05.393Z | Checking rpassword v7.3.1 |
3187 | 2024-08-16T01:21:10.144Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3188 | 2024-08-16T01:21:13.761Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3189 | 2024-08-16T01:21:15.063Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.84s |
3190 | 2024-08-16T01:21:15.208Z | |
3191 | 2024-08-16T01:21:15.208Z | info: running `cargo check --bins` on wicket (147/150) |
3192 | 2024-08-16T01:21:16.036Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3193 | 2024-08-16T01:21:16.060Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3194 | 2024-08-16T01:21:16.156Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3195 | 2024-08-16T01:21:16.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.30s |
3196 | 2024-08-16T01:21:16.672Z | |
3197 | 2024-08-16T01:21:16.673Z | info: running `cargo check --bins` on wicketd (148/150) |
3198 | 2024-08-16T01:21:17.521Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3199 | 2024-08-16T01:21:17.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3200 | 2024-08-16T01:21:17.655Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3201 | 2024-08-16T01:21:22.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.34s |
3202 | 2024-08-16T01:21:22.171Z | |
3203 | 2024-08-16T01:21:22.171Z | info: running `cargo check --bins` on omicron-workspace-hack (149/150) |
3204 | 2024-08-16T01:21:22.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3205 | 2024-08-16T01:21:22.928Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3206 | 2024-08-16T01:21:22.928Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3207 | 2024-08-16T01:21:22.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s |
3208 | 2024-08-16T01:21:22.997Z | |
3209 | 2024-08-16T01:21:22.997Z | info: running `cargo check --bins` on zone-setup (150/150) |
3210 | 2024-08-16T01:21:23.842Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3211 | 2024-08-16T01:21:23.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3212 | 2024-08-16T01:21:23.993Z | Checking uzers v0.11.3 |
3213 | 2024-08-16T01:21:24.266Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3214 | 2024-08-16T01:21:25.540Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.53s |
3215 | 2024-08-16T01:21:25.704Z | |
3216 | 2024-08-16T01:21:25.704Z | real 12:45.717757877 |
3217 | 2024-08-16T01:21:25.704Z | user 22:32.183648979 |
3218 | 2024-08-16T01:21:25.704Z | sys 5:15.960994098 |
3219 | 2024-08-16T01:21:25.704Z | trap 0.508224967 |
3220 | 2024-08-16T01:21:25.728Z | tflt 1.555393941 |
3221 | 2024-08-16T01:21:25.728Z | dflt 2.679784679 |
3222 | 2024-08-16T01:21:25.728Z | kflt 0.003085054 |
3223 | 2024-08-16T01:21:25.728Z | lock 43:02.785322394 |
3224 | 2024-08-16T01:21:25.728Z | slp 1:58:35.059496323 |
3225 | 2024-08-16T01:21:25.728Z | lat 56.777156065 |
3226 | 2024-08-16T01:21:25.728Z | stop 2:29.044842062 |
3227 | 2024-08-16T01:21:25.728Z | process exited: duration 980561 ms, exit code 0 |
|
3228 | 2024-08-16T01:21:25.777Z | found 0 output files |