|
|
|
1 | 2024-08-16T20:50:55.570Z | job assigned to worker 01J5EF8YPCZEJVAN0VK993020E (queued for 50 s) |
|
2 | 2024-08-16T20:51:02.417Z | starting task 0: "setup" |
3 | 2024-08-16T20:51:02.440Z | ++ uname -s |
4 | 2024-08-16T20:51:02.443Z | + kern=SunOS |
5 | 2024-08-16T20:51:02.443Z | + case "$kern" in |
6 | 2024-08-16T20:51:02.443Z | + groupadd -g 12345 build |
7 | 2024-08-16T20:51:02.446Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T20:51:04.455Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T20:51:04.551Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T20:51:04.553Z | + home_fs=zfs |
11 | 2024-08-16T20:51:04.553Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T20:51:04.553Z | + mkdir -p /home/build |
13 | 2024-08-16T20:51:04.556Z | + chown build:build /home/build /work |
14 | 2024-08-16T20:51:06.558Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T20:51:06.561Z | process exited: duration 4142 ms, exit code 0 |
|
16 | 2024-08-16T20:51:06.567Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T20:51:06.573Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T20:51:06.573Z | ' 1.80.1 |
19 | 2024-08-16T20:51:06.573Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-16T20:51:06.573Z | ' default |
21 | 2024-08-16T20:51:06.573Z | * toolchain channel = "1.80.1" |
22 | 2024-08-16T20:51:06.573Z | * toolchain profile = "default" |
23 | 2024-08-16T20:51:06.575Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T20:51:06.575Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T20:51:06.691Z | info: downloading installer |
26 | 2024-08-16T20:51:08.175Z | info: profile set to 'default' |
27 | 2024-08-16T20:51:08.177Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T20:51:08.177Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T20:51:08.325Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T20:51:08.325Z | info: downloading component 'cargo' |
31 | 2024-08-16T20:51:09.191Z | info: downloading component 'clippy' |
32 | 2024-08-16T20:51:09.584Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T20:51:10.759Z | info: downloading component 'rust-std' |
34 | 2024-08-16T20:51:12.399Z | info: downloading component 'rustc' |
35 | 2024-08-16T20:51:17.029Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T20:51:17.272Z | info: installing component 'cargo' |
37 | 2024-08-16T20:51:18.104Z | info: installing component 'clippy' |
38 | 2024-08-16T20:51:18.486Z | info: installing component 'rust-docs' |
39 | 2024-08-16T20:51:20.123Z | info: installing component 'rust-std' |
40 | 2024-08-16T20:51:21.873Z | info: installing component 'rustc' |
41 | 2024-08-16T20:51:26.001Z | info: installing component 'rustfmt' |
42 | 2024-08-16T20:51:26.331Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T20:51:26.331Z | |
44 | 2024-08-16T20:51:26.593Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T20:51:26.593Z | |
46 | 2024-08-16T20:51:26.595Z | |
47 | 2024-08-16T20:51:26.595Z | Rust is installed now. Great! |
48 | 2024-08-16T20:51:26.595Z | |
49 | 2024-08-16T20:51:26.595Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T20:51:26.595Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T20:51:26.595Z | |
52 | 2024-08-16T20:51:26.595Z | To configure your current shell, you need to source |
53 | 2024-08-16T20:51:26.595Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T20:51:26.595Z | |
55 | 2024-08-16T20:51:26.595Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T20:51:26.595Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T20:51:26.596Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T20:51:26.662Z | + rustc --version |
59 | 2024-08-16T20:51:26.726Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T20:51:26.729Z | process exited: duration 20158 ms, exit code 0 |
|
61 | 2024-08-16T20:51:26.734Z | starting task 2: "authentication" |
62 | 2024-08-16T20:51:26.755Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-16T20:51:26.759Z | starting task 3: "clone repository" |
64 | 2024-08-16T20:51:26.765Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T20:51:26.767Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T20:51:26.816Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T20:51:32.653Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T20:51:32.653Z | + git fetch origin 5415c99751fe2732d8e0c09e1a269c0b06cdce88 |
69 | 2024-08-16T20:51:32.916Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T20:51:32.917Z | * branch 5415c99751fe2732d8e0c09e1a269c0b06cdce88 -> FETCH_HEAD |
71 | 2024-08-16T20:51:32.926Z | + [[ -n bump-console-33b7a505 ]] |
72 | 2024-08-16T20:51:32.929Z | ++ git branch --show-current |
73 | 2024-08-16T20:51:32.931Z | + current=main |
74 | 2024-08-16T20:51:32.931Z | + [[ main != bump-console-33b7a505 ]] |
75 | 2024-08-16T20:51:32.931Z | + git branch -f bump-console-33b7a505 5415c99751fe2732d8e0c09e1a269c0b06cdce88 |
76 | 2024-08-16T20:51:32.934Z | + git checkout -f bump-console-33b7a505 |
77 | 2024-08-16T20:51:33.082Z | Switched to branch 'bump-console-33b7a505' |
78 | 2024-08-16T20:51:33.085Z | + git reset --hard 5415c99751fe2732d8e0c09e1a269c0b06cdce88 |
79 | 2024-08-16T20:51:33.096Z | HEAD is now at 5415c9975 Bump web console (vpc routers + routes, instance polling, edit quotas) |
80 | 2024-08-16T20:51:33.098Z | process exited: duration 6336 ms, exit code 0 |
|
81 | 2024-08-16T20:51:33.103Z | starting task 4: "build" |
82 | 2024-08-16T20:51:33.108Z | + cargo --version |
83 | 2024-08-16T20:51:33.166Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T20:51:33.168Z | + rustc --version |
85 | 2024-08-16T20:51:33.231Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T20:51:33.234Z | + source ./env.sh |
87 | 2024-08-16T20:51:33.236Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-16T20:51:33.236Z | ++ set -o xtrace |
89 | 2024-08-16T20:51:33.238Z | ++++ dirname ./env.sh |
90 | 2024-08-16T20:51:33.255Z | +++ readlink -f . |
91 | 2024-08-16T20:51:33.284Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-16T20:51:33.286Z | ++ 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-16T20:51:33.286Z | ++ 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-16T20:51:33.286Z | ++ 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-16T20:51:33.286Z | ++ 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-16T20:51:33.286Z | ++ 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-16T20:51:33.286Z | ++ 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-16T20:51:33.287Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-16T20:51:33.287Z | ++ 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-16T20:51:33.287Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-16T20:51:33.287Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-16T20:51:33.287Z | + export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin:/work/oxidecomputer/omicron/out/cargo-hack |
103 | 2024-08-16T20:51:33.287Z | + 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-16T20:51:33.287Z | + banner prerequisites |
105 | 2024-08-16T20:51:33.290Z | |
106 | 2024-08-16T20:51:33.290Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-16T20:51:33.290Z | # # # # # # # # # # # # # # # |
108 | 2024-08-16T20:51:33.290Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-16T20:51:33.290Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-16T20:51:33.290Z | # # # # # # # # # # # # # # # |
111 | 2024-08-16T20:51:33.290Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-16T20:51:33.290Z | |
113 | 2024-08-16T20:51:33.290Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-16T20:51:38.191Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-16T20:51:40.336Z | Startup: Caching catalogs ... Done |
116 | 2024-08-16T20:51:42.248Z | Planning: Solver setup ... Done (1.242s) |
117 | 2024-08-16T20:51:42.270Z | Planning: Running solver ... Done (0.021s) |
118 | 2024-08-16T20:51:42.310Z | Planning: Finding local manifests ... Done (0.002s) |
119 | 2024-08-16T20:51:42.323Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-16T20:51:42.468Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-16T20:51:42.620Z | Planning: Package planning ... Done (0.152s) |
122 | 2024-08-16T20:51:42.670Z | Planning: Merging actions ... Done (0.050s) |
123 | 2024-08-16T20:51:42.970Z | Planning: Checking for conflicting actions ... Done (0.300s) |
124 | 2024-08-16T20:51:42.982Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2024-08-16T20:51:43.781Z | Planning: Evaluating mediators ... Done (0.798s) |
126 | 2024-08-16T20:51:43.791Z | Planning: Planning completed in 3.38 seconds |
127 | 2024-08-16T20:51:44.337Z | Packages to install: 4 |
128 | 2024-08-16T20:51:44.337Z | Mediators to change: 2 |
129 | 2024-08-16T20:51:44.337Z | Services to change: 1 |
130 | 2024-08-16T20:51:44.340Z | Estimated space available: 155.72 GB |
131 | 2024-08-16T20:51:44.340Z | Estimated space to be consumed: 1.48 GB |
132 | 2024-08-16T20:51:44.340Z | Create boot environment: No |
133 | 2024-08-16T20:51:44.340Z | Create backup boot environment: No |
134 | 2024-08-16T20:51:44.340Z | Rebuild boot archive: No |
135 | 2024-08-16T20:51:44.341Z | |
136 | 2024-08-16T20:51:44.341Z | Changed mediators: |
137 | 2024-08-16T20:51:44.341Z | mediator clang: |
138 | 2024-08-16T20:51:44.341Z | version: None -> 15 (system default) |
139 | 2024-08-16T20:51:44.341Z | |
140 | 2024-08-16T20:51:44.341Z | mediator llvm: |
141 | 2024-08-16T20:51:44.341Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-16T20:51:44.341Z | |
143 | 2024-08-16T20:51:44.341Z | Changed packages: |
144 | 2024-08-16T20:51:44.341Z | helios-dev |
145 | 2024-08-16T20:51:44.341Z | developer/build-essential |
146 | 2024-08-16T20:51:44.341Z | None -> 11-2.0 |
147 | 2024-08-16T20:51:44.341Z | library/libxmlsec1 |
148 | 2024-08-16T20:51:44.341Z | None -> 1.2.35-2.0 |
149 | 2024-08-16T20:51:44.341Z | ooce/developer/clang-15 |
150 | 2024-08-16T20:51:44.341Z | None -> 15.0.7-2.0 |
151 | 2024-08-16T20:51:44.341Z | ooce/developer/llvm-15 |
152 | 2024-08-16T20:51:44.341Z | None -> 15.0.7-2.0 |
153 | 2024-08-16T20:51:44.341Z | |
154 | 2024-08-16T20:51:44.341Z | Services: |
155 | 2024-08-16T20:51:44.341Z | restart_fmri: |
156 | 2024-08-16T20:51:44.341Z | svc:/system/update-man-index:default |
157 | 2024-08-16T20:51:44.386Z | |
158 | 2024-08-16T20:51:44.386Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-16T20:51:49.686Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (19.8M/s) |
160 | 2024-08-16T20:51:54.689Z | Download: 2796/3290 items 120.8/212.6MB 56% complete (12.1M/s) |
161 | 2024-08-16T20:51:58.193Z | Download: Completed 212.60 MB in 13.80 seconds (15.4M/s) |
162 | 2024-08-16T20:51:58.361Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-08-16T20:52:03.443Z | Actions: 3600/3689 actions (Installing new actions) |
164 | 2024-08-16T20:52:03.841Z | Actions: Completed 3689 actions in 5.48 seconds. |
165 | 2024-08-16T20:52:04.124Z | Done (0.273s) |
166 | 2024-08-16T20:52:04.124Z | Done (0.000s) |
167 | 2024-08-16T20:52:04.496Z | Done (0.376s) |
168 | 2024-08-16T20:52:08.864Z | Done (4.189s) |
169 | 2024-08-16T20:52:08.956Z | Done (0.018s) |
170 | 2024-08-16T20:52:08.958Z | Done (0.000s) |
171 | 2024-08-16T20:52:09.111Z | Done (0.000s) |
172 | 2024-08-16T20:52:09.692Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-08-16T20:52:09.853Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-08-16T20:52:09.855Z | Planning: Consolidating action changes ... Done |
175 | 2024-08-16T20:52:10.126Z | Planning: Evaluating mediators ... Done |
176 | 2024-08-16T20:52:10.128Z | Planning: Planning completed in 0.43 seconds |
177 | 2024-08-16T20:52:10.161Z | Mediators to change: 2 |
178 | 2024-08-16T20:52:10.161Z | Create boot environment: No |
179 | 2024-08-16T20:52:10.164Z | Create backup boot environment: No |
180 | 2024-08-16T20:52:10.225Z | Done |
181 | 2024-08-16T20:52:10.225Z | Done |
182 | 2024-08-16T20:52:10.456Z | Done |
183 | 2024-08-16T20:52:14.074Z | Done |
184 | 2024-08-16T20:52:14.160Z | Done |
185 | 2024-08-16T20:52:14.163Z | Done |
186 | 2024-08-16T20:52:14.332Z | Done |
187 | 2024-08-16T20:52:14.960Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-08-16T20:52:14.962Z | Planning: Merging actions ... Done |
189 | 2024-08-16T20:52:15.160Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-08-16T20:52:15.162Z | Planning: Consolidating action changes ... Done |
191 | 2024-08-16T20:52:15.431Z | Planning: Evaluating mediators ... Done |
192 | 2024-08-16T20:52:15.491Z | Planning: Planning completed in 0.78 seconds |
193 | 2024-08-16T20:52:15.528Z | Packages to change: 1 |
194 | 2024-08-16T20:52:15.528Z | Mediators to change: 1 |
195 | 2024-08-16T20:52:15.528Z | Services to change: 1 |
196 | 2024-08-16T20:52:15.531Z | Create boot environment: No |
197 | 2024-08-16T20:52:15.531Z | Create backup boot environment: Yes |
198 | 2024-08-16T20:52:17.280Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-08-16T20:52:17.282Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2024-08-16T20:52:17.282Z | Done |
201 | 2024-08-16T20:52:17.282Z | Done |
202 | 2024-08-16T20:52:17.360Z | Done |
203 | 2024-08-16T20:52:21.049Z | Done |
204 | 2024-08-16T20:52:21.137Z | Done |
205 | 2024-08-16T20:52:21.139Z | Done |
206 | 2024-08-16T20:52:21.236Z | Done |
207 | 2024-08-16T20:52:21.673Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-08-16T20:52:21.673Z | clang system 15 system |
209 | 2024-08-16T20:52:21.673Z | csh system system illumos |
210 | 2024-08-16T20:52:21.673Z | ctags system system illumos |
211 | 2024-08-16T20:52:21.673Z | gcc vendor 12 vendor |
212 | 2024-08-16T20:52:21.673Z | gcc system 10 system |
213 | 2024-08-16T20:52:21.673Z | gcc system 7 system |
214 | 2024-08-16T20:52:21.673Z | go system 1.20 system |
215 | 2024-08-16T20:52:21.673Z | go system 1.19 system |
216 | 2024-08-16T20:52:21.673Z | llvm system 15 system |
217 | 2024-08-16T20:52:21.674Z | llvm system 14 system |
218 | 2024-08-16T20:52:21.674Z | mariadb system 10.6 system |
219 | 2024-08-16T20:52:21.674Z | mta vendor vendor dma |
220 | 2024-08-16T20:52:21.674Z | openjdk system 17 system |
221 | 2024-08-16T20:52:21.674Z | openjdk system 11 system |
222 | 2024-08-16T20:52:21.674Z | openjdk system 1.8 system |
223 | 2024-08-16T20:52:21.674Z | openssl vendor 3 vendor |
224 | 2024-08-16T20:52:21.674Z | perl system 5.36 system |
225 | 2024-08-16T20:52:21.674Z | postgresql system 15 system |
226 | 2024-08-16T20:52:21.674Z | postgresql system 13 system |
227 | 2024-08-16T20:52:21.674Z | python vendor 3 vendor |
228 | 2024-08-16T20:52:21.674Z | python system 2 system |
229 | 2024-08-16T20:52:21.674Z | python3 system 3.11 system |
230 | 2024-08-16T20:52:21.674Z | ruby system 3.0 system |
231 | 2024-08-16T20:52:21.674Z | words vendor vendor american-english |
232 | 2024-08-16T20:52:21.674Z | words system system australian-english |
233 | 2024-08-16T20:52:21.674Z | words system system british-english |
234 | 2024-08-16T20:52:21.674Z | words system system canadian-english |
235 | 2024-08-16T20:52:21.674Z | words system system french |
236 | 2024-08-16T20:52:21.674Z | words system system italian |
237 | 2024-08-16T20:52:21.674Z | words system system ngerman |
238 | 2024-08-16T20:52:21.674Z | words system system ogerman |
239 | 2024-08-16T20:52:21.674Z | words system system spanish |
240 | 2024-08-16T20:52:22.001Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-08-16T20:52:22.001Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-08-16T20:52:23.728Z | FMRI IFO |
243 | 2024-08-16T20:52:23.728Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-08-16T20:52:23.728Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-08-16T20:52:23.728Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-08-16T20:52:23.728Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-08-16T20:52:23.728Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-08-16T20:52:23.728Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-08-16T20:52:23.728Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-08-16T20:52:23.728Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-08-16T20:52:23.728Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-08-16T20:52:23.728Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-08-16T20:52:23.728Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-08-16T20:52:23.729Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-08-16T20:52:24.312Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-08-16T20:52:24.564Z | Updating git repository `https://github.com/oxidecomputer/zone` |
257 | 2024-08-16T20:52:24.843Z | Updating crates.io index |
258 | 2024-08-16T20:52:24.847Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
259 | 2024-08-16T20:52:25.592Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
260 | 2024-08-16T20:52:26.365Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
261 | 2024-08-16T20:52:26.620Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
262 | 2024-08-16T20:52:28.085Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2024-08-16T20:52:28.436Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2024-08-16T20:52:28.687Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
265 | 2024-08-16T20:52:29.739Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
266 | 2024-08-16T20:52:31.740Z | Updating git repository `https://github.com/oxidecomputer/opte` |
267 | 2024-08-16T20:52:32.743Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
268 | 2024-08-16T20:52:33.368Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
269 | 2024-08-16T20:52:33.615Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
270 | 2024-08-16T20:52:34.085Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
271 | 2024-08-16T20:52:34.365Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
272 | 2024-08-16T20:52:34.757Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
273 | 2024-08-16T20:52:35.042Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
274 | 2024-08-16T20:52:35.329Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
275 | 2024-08-16T20:52:35.570Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
276 | 2024-08-16T20:52:35.796Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
277 | 2024-08-16T20:52:36.204Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-08-16T20:52:36.500Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-08-16T20:52:36.783Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-08-16T20:52:37.190Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-08-16T20:52:37.585Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-08-16T20:52:37.886Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
283 | 2024-08-16T20:52:38.321Z | Updating git repository `https://github.com/oxidecomputer/typify` |
284 | 2024-08-16T20:52:40.513Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
285 | 2024-08-16T20:52:40.757Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
286 | 2024-08-16T20:52:41.025Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
287 | 2024-08-16T20:52:41.353Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
288 | 2024-08-16T20:52:42.459Z | Downloading crates ... |
289 | 2024-08-16T20:52:42.569Z | Downloaded is_terminal_polyfill v1.70.0 |
290 | 2024-08-16T20:52:42.572Z | Downloaded crypto-common v0.1.6 |
291 | 2024-08-16T20:52:42.575Z | Downloaded anstream v0.6.14 |
292 | 2024-08-16T20:52:42.578Z | Downloaded scroll_derive v0.12.0 |
293 | 2024-08-16T20:52:42.580Z | Downloaded equivalent v1.0.1 |
294 | 2024-08-16T20:52:42.591Z | Downloaded heck v0.5.0 |
295 | 2024-08-16T20:52:42.593Z | Downloaded serde_spanned v0.6.7 |
296 | 2024-08-16T20:52:42.595Z | Downloaded memmap v0.7.0 |
297 | 2024-08-16T20:52:42.595Z | Downloaded fnv v1.0.7 |
298 | 2024-08-16T20:52:42.599Z | Downloaded generic-array v0.14.7 |
299 | 2024-08-16T20:52:42.602Z | Downloaded plain v0.2.3 |
300 | 2024-08-16T20:52:42.602Z | Downloaded bytecount v0.6.8 |
301 | 2024-08-16T20:52:42.602Z | Downloaded macaddr v1.0.1 |
302 | 2024-08-16T20:52:42.604Z | Downloaded dof v0.3.0 |
303 | 2024-08-16T20:52:42.604Z | Downloaded colorchoice v1.0.1 |
304 | 2024-08-16T20:52:42.607Z | Downloaded anstyle-parse v0.2.4 |
305 | 2024-08-16T20:52:42.607Z | Downloaded cfg-if v1.0.0 |
306 | 2024-08-16T20:52:42.610Z | Downloaded utf8parse v0.2.1 |
307 | 2024-08-16T20:52:42.610Z | Downloaded usdt-impl v0.5.0 |
308 | 2024-08-16T20:52:42.612Z | Downloaded toml_datetime v0.6.8 |
309 | 2024-08-16T20:52:42.614Z | Downloaded thread-id v4.2.1 |
310 | 2024-08-16T20:52:42.614Z | Downloaded thiserror v1.0.63 |
311 | 2024-08-16T20:52:42.618Z | Downloaded tabled_derive v0.7.0 |
312 | 2024-08-16T20:52:42.620Z | Downloaded usdt v0.5.0 |
313 | 2024-08-16T20:52:42.620Z | Downloaded quote v1.0.36 |
314 | 2024-08-16T20:52:42.622Z | Downloaded semver v1.0.23 |
315 | 2024-08-16T20:52:42.625Z | Downloaded proc-macro-error v1.0.4 |
316 | 2024-08-16T20:52:42.628Z | Downloaded pretty-hex v0.4.1 |
317 | 2024-08-16T20:52:42.630Z | Downloaded sha2 v0.10.8 |
318 | 2024-08-16T20:52:42.633Z | Downloaded camino v1.1.8 |
319 | 2024-08-16T20:52:42.635Z | Downloaded strsim v0.11.1 |
320 | 2024-08-16T20:52:42.637Z | Downloaded anyhow v1.0.86 |
321 | 2024-08-16T20:52:42.639Z | Downloaded dtrace-parser v0.2.0 |
322 | 2024-08-16T20:52:42.641Z | Downloaded anstyle-query v1.0.3 |
323 | 2024-08-16T20:52:42.641Z | Downloaded cargo_metadata v0.18.1 |
324 | 2024-08-16T20:52:42.646Z | Downloaded usdt-macro v0.5.0 |
325 | 2024-08-16T20:52:42.650Z | Downloaded usdt-attr-macro v0.5.0 |
326 | 2024-08-16T20:52:42.652Z | Downloaded swrite v0.1.0 |
327 | 2024-08-16T20:52:42.652Z | Downloaded pest_generator v2.7.10 |
328 | 2024-08-16T20:52:42.655Z | Downloaded pest_derive v2.7.10 |
329 | 2024-08-16T20:52:42.657Z | Downloaded errno v0.3.9 |
330 | 2024-08-16T20:52:42.657Z | Downloaded fs-err v2.11.0 |
331 | 2024-08-16T20:52:42.659Z | Downloaded unicode-ident v1.0.12 |
332 | 2024-08-16T20:52:42.661Z | Downloaded typenum v1.17.0 |
333 | 2024-08-16T20:52:42.664Z | Downloaded serde_derive v1.0.207 |
334 | 2024-08-16T20:52:42.667Z | Downloaded proc-macro-error-attr v1.0.4 |
335 | 2024-08-16T20:52:42.669Z | Downloaded digest v0.10.7 |
336 | 2024-08-16T20:52:42.671Z | Downloaded papergrid v0.11.0 |
337 | 2024-08-16T20:52:42.674Z | Downloaded heck v0.4.1 |
338 | 2024-08-16T20:52:42.676Z | Downloaded scroll v0.12.0 |
339 | 2024-08-16T20:52:42.679Z | Downloaded itoa v1.0.11 |
340 | 2024-08-16T20:52:42.679Z | Downloaded cpufeatures v0.2.12 |
341 | 2024-08-16T20:52:42.681Z | Downloaded thiserror-impl v1.0.63 |
342 | 2024-08-16T20:52:42.681Z | Downloaded serde_tokenstream v0.2.2 |
343 | 2024-08-16T20:52:42.684Z | Downloaded terminal_size v0.3.0 |
344 | 2024-08-16T20:52:42.684Z | Downloaded clap_lex v0.7.0 |
345 | 2024-08-16T20:52:42.686Z | Downloaded version_check v0.9.5 |
346 | 2024-08-16T20:52:42.686Z | Downloaded byteorder v1.5.0 |
347 | 2024-08-16T20:52:42.688Z | Downloaded block-buffer v0.10.4 |
348 | 2024-08-16T20:52:42.688Z | Downloaded clap v4.5.16 |
349 | 2024-08-16T20:52:42.697Z | Downloaded ryu v1.0.18 |
350 | 2024-08-16T20:52:42.700Z | Downloaded once_cell v1.19.0 |
351 | 2024-08-16T20:52:42.703Z | Downloaded bitflags v2.6.0 |
352 | 2024-08-16T20:52:42.706Z | Downloaded cargo_toml v0.20.4 |
353 | 2024-08-16T20:52:42.708Z | Downloaded proc-macro2 v1.0.86 |
354 | 2024-08-16T20:52:42.710Z | Downloaded clap_derive v4.5.13 |
355 | 2024-08-16T20:52:42.713Z | Downloaded autocfg v1.3.0 |
356 | 2024-08-16T20:52:42.715Z | Downloaded log v0.4.21 |
357 | 2024-08-16T20:52:42.717Z | Downloaded pest_meta v2.7.10 |
358 | 2024-08-16T20:52:42.719Z | Downloaded cargo-platform v0.1.8 |
359 | 2024-08-16T20:52:42.721Z | Downloaded anstyle v1.0.8 |
360 | 2024-08-16T20:52:42.723Z | Downloaded zerocopy-derive v0.7.34 |
361 | 2024-08-16T20:52:42.726Z | Downloaded toml v0.8.19 |
362 | 2024-08-16T20:52:42.729Z | Downloaded ucd-trie v0.1.6 |
363 | 2024-08-16T20:52:42.734Z | Downloaded indexmap v2.4.0 |
364 | 2024-08-16T20:52:42.738Z | Downloaded serde v1.0.207 |
365 | 2024-08-16T20:52:42.742Z | Downloaded clap_builder v4.5.15 |
366 | 2024-08-16T20:52:42.753Z | Downloaded memchr v2.7.2 |
367 | 2024-08-16T20:52:42.759Z | Downloaded hashbrown v0.14.5 |
368 | 2024-08-16T20:52:42.766Z | Downloaded toml_edit v0.22.20 |
369 | 2024-08-16T20:52:42.789Z | Downloaded zerocopy v0.7.34 |
370 | 2024-08-16T20:52:42.805Z | Downloaded serde_json v1.0.125 |
371 | 2024-08-16T20:52:42.813Z | Downloaded pest v2.7.10 |
372 | 2024-08-16T20:52:42.817Z | Downloaded winnow v0.6.18 |
373 | 2024-08-16T20:52:42.826Z | Downloaded goblin v0.8.2 |
374 | 2024-08-16T20:52:42.832Z | Downloaded tabled v0.15.0 |
375 | 2024-08-16T20:52:42.848Z | Downloaded syn v2.0.74 |
376 | 2024-08-16T20:52:42.859Z | Downloaded syn v1.0.109 |
377 | 2024-08-16T20:52:42.869Z | Downloaded unicode-width v0.1.13 |
378 | 2024-08-16T20:52:42.876Z | Downloaded rustix v0.38.34 |
379 | 2024-08-16T20:52:42.898Z | Downloaded libc v0.2.155 |
380 | 2024-08-16T20:52:43.197Z | Compiling proc-macro2 v1.0.86 |
381 | 2024-08-16T20:52:43.200Z | Compiling unicode-ident v1.0.12 |
382 | 2024-08-16T20:52:43.200Z | Compiling version_check v0.9.5 |
383 | 2024-08-16T20:52:43.200Z | Compiling serde v1.0.207 |
384 | 2024-08-16T20:52:43.200Z | Compiling thiserror v1.0.63 |
385 | 2024-08-16T20:52:43.200Z | Compiling memchr v2.7.2 |
386 | 2024-08-16T20:52:43.200Z | Compiling libc v0.2.155 |
387 | 2024-08-16T20:52:43.231Z | Compiling ucd-trie v0.1.6 |
388 | 2024-08-16T20:52:43.520Z | Compiling ryu v1.0.18 |
389 | 2024-08-16T20:52:43.875Z | Compiling itoa v1.0.11 |
390 | 2024-08-16T20:52:43.920Z | Compiling once_cell v1.19.0 |
391 | 2024-08-16T20:52:44.047Z | Compiling byteorder v1.5.0 |
392 | 2024-08-16T20:52:44.222Z | Compiling serde_json v1.0.125 |
393 | 2024-08-16T20:52:44.728Z | Compiling usdt-impl v0.5.0 |
394 | 2024-08-16T20:52:44.778Z | Compiling proc-macro-error-attr v1.0.4 |
395 | 2024-08-16T20:52:44.778Z | Compiling syn v1.0.109 |
396 | 2024-08-16T20:52:44.825Z | Compiling rustix v0.38.34 |
397 | 2024-08-16T20:52:45.131Z | Compiling proc-macro-error v1.0.4 |
398 | 2024-08-16T20:52:45.183Z | Compiling equivalent v1.0.1 |
399 | 2024-08-16T20:52:45.231Z | Compiling bitflags v2.6.0 |
400 | 2024-08-16T20:52:45.312Z | Compiling plain v0.2.3 |
401 | 2024-08-16T20:52:45.440Z | Compiling utf8parse v0.2.1 |
402 | 2024-08-16T20:52:45.466Z | Compiling log v0.4.21 |
403 | 2024-08-16T20:52:45.489Z | Compiling hashbrown v0.14.5 |
404 | 2024-08-16T20:52:45.600Z | Compiling anstyle-parse v0.2.4 |
405 | 2024-08-16T20:52:45.654Z | Compiling quote v1.0.36 |
406 | 2024-08-16T20:52:45.880Z | Compiling is_terminal_polyfill v1.70.0 |
407 | 2024-08-16T20:52:45.946Z | Compiling thread-id v4.2.1 |
408 | 2024-08-16T20:52:46.012Z | Compiling errno v0.3.9 |
409 | 2024-08-16T20:52:46.037Z | Compiling syn v2.0.74 |
410 | 2024-08-16T20:52:46.292Z | Compiling colorchoice v1.0.1 |
411 | 2024-08-16T20:52:46.318Z | Compiling winnow v0.6.18 |
412 | 2024-08-16T20:52:46.419Z | Compiling camino v1.1.8 |
413 | 2024-08-16T20:52:46.460Z | Compiling anstyle-query v1.0.3 |
414 | 2024-08-16T20:52:46.619Z | Compiling pretty-hex v0.4.1 |
415 | 2024-08-16T20:52:46.836Z | Compiling anstyle v1.0.8 |
416 | 2024-08-16T20:52:46.998Z | Compiling indexmap v2.4.0 |
417 | 2024-08-16T20:52:47.170Z | Compiling autocfg v1.3.0 |
418 | 2024-08-16T20:52:47.307Z | Compiling semver v1.0.23 |
419 | 2024-08-16T20:52:47.548Z | Compiling terminal_size v0.3.0 |
420 | 2024-08-16T20:52:47.735Z | Compiling anstream v0.6.14 |
421 | 2024-08-16T20:52:48.082Z | Compiling unicode-width v0.1.13 |
422 | 2024-08-16T20:52:48.106Z | Compiling heck v0.4.1 |
423 | 2024-08-16T20:52:48.154Z | Compiling fs-err v2.11.0 |
424 | 2024-08-16T20:52:48.317Z | Compiling clap_lex v0.7.0 |
425 | 2024-08-16T20:52:48.342Z | Compiling heck v0.5.0 |
426 | 2024-08-16T20:52:48.435Z | Compiling fnv v1.0.7 |
427 | 2024-08-16T20:52:48.496Z | Compiling bytecount v0.6.8 |
428 | 2024-08-16T20:52:48.574Z | Compiling anyhow v1.0.86 |
429 | 2024-08-16T20:52:48.604Z | Compiling strsim v0.11.1 |
430 | 2024-08-16T20:52:48.715Z | Compiling papergrid v0.11.0 |
431 | 2024-08-16T20:52:48.852Z | Compiling memmap v0.7.0 |
432 | 2024-08-16T20:52:48.952Z | Compiling clap_builder v4.5.15 |
433 | 2024-08-16T20:52:49.914Z | Compiling swrite v0.1.0 |
434 | 2024-08-16T20:52:51.384Z | Compiling tabled_derive v0.7.0 |
435 | 2024-08-16T20:52:52.851Z | Compiling tabled v0.15.0 |
436 | 2024-08-16T20:52:54.427Z | Compiling serde_derive v1.0.207 |
437 | 2024-08-16T20:52:54.427Z | Compiling thiserror-impl v1.0.63 |
438 | 2024-08-16T20:52:54.429Z | Compiling zerocopy-derive v0.7.34 |
439 | 2024-08-16T20:52:54.429Z | Compiling scroll_derive v0.12.0 |
440 | 2024-08-16T20:52:54.669Z | Compiling clap_derive v4.5.13 |
441 | 2024-08-16T20:52:55.816Z | Compiling scroll v0.12.0 |
442 | 2024-08-16T20:52:56.305Z | Compiling goblin v0.8.2 |
443 | 2024-08-16T20:52:56.397Z | Compiling zerocopy v0.7.34 |
444 | 2024-08-16T20:52:57.051Z | Compiling pest v2.7.10 |
445 | 2024-08-16T20:52:58.628Z | Compiling clap v4.5.16 |
446 | 2024-08-16T20:52:59.336Z | Compiling pest_meta v2.7.10 |
447 | 2024-08-16T20:53:00.166Z | Compiling pest_generator v2.7.10 |
448 | 2024-08-16T20:53:01.879Z | Compiling pest_derive v2.7.10 |
449 | 2024-08-16T20:53:02.603Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-08-16T20:53:04.618Z | Compiling serde_tokenstream v0.2.2 |
451 | 2024-08-16T20:53:04.657Z | Compiling toml_datetime v0.6.8 |
452 | 2024-08-16T20:53:04.657Z | Compiling serde_spanned v0.6.7 |
453 | 2024-08-16T20:53:04.659Z | Compiling cargo-platform v0.1.8 |
454 | 2024-08-16T20:53:05.016Z | Compiling toml_edit v0.22.20 |
455 | 2024-08-16T20:53:05.246Z | Compiling macaddr v1.0.1 |
456 | 2024-08-16T20:53:05.958Z | Compiling dof v0.3.0 |
457 | 2024-08-16T20:53:06.077Z | Compiling cargo_metadata v0.18.1 |
458 | 2024-08-16T20:53:07.674Z | Compiling usdt-macro v0.5.0 |
459 | 2024-08-16T20:53:07.677Z | Compiling usdt-attr-macro v0.5.0 |
460 | 2024-08-16T20:53:07.806Z | Compiling toml v0.8.19 |
461 | 2024-08-16T20:53:08.696Z | Compiling cargo_toml v0.20.4 |
462 | 2024-08-16T20:53:09.101Z | Compiling usdt v0.5.0 |
463 | 2024-08-16T20:53:12.461Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
464 | 2024-08-16T20:53:16.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.15s |
465 | 2024-08-16T20:53:16.502Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
466 | 2024-08-16T20:53:17.065Z | Downloading crates ... |
467 | 2024-08-16T20:53:17.191Z | Downloaded adler v1.0.2 |
468 | 2024-08-16T20:53:17.193Z | Downloaded cfg_aliases v0.1.1 |
469 | 2024-08-16T20:53:17.193Z | Downloaded atomicwrites v0.4.3 |
470 | 2024-08-16T20:53:17.195Z | Downloaded bitstruct v0.1.1 |
471 | 2024-08-16T20:53:17.200Z | Downloaded crucible-workspace-hack v0.1.0 |
472 | 2024-08-16T20:53:17.208Z | Downloaded assert_matches v1.5.0 |
473 | 2024-08-16T20:53:17.211Z | Downloaded hubpack v0.1.2 |
474 | 2024-08-16T20:53:17.213Z | Downloaded arrayref v0.3.7 |
475 | 2024-08-16T20:53:17.213Z | Downloaded async-stream v0.3.5 |
476 | 2024-08-16T20:53:17.215Z | Downloaded defmt v0.3.8 |
477 | 2024-08-16T20:53:17.220Z | Downloaded hubpack_derive v0.1.1 |
478 | 2024-08-16T20:53:17.222Z | Downloaded atty v0.2.14 |
479 | 2024-08-16T20:53:17.224Z | Downloaded async-stream-impl v0.3.5 |
480 | 2024-08-16T20:53:17.227Z | Downloaded base16ct v0.2.0 |
481 | 2024-08-16T20:53:17.229Z | Downloaded convert_case v0.4.0 |
482 | 2024-08-16T20:53:17.231Z | Downloaded instant v0.1.12 |
483 | 2024-08-16T20:53:17.231Z | Downloaded is_ci v1.2.0 |
484 | 2024-08-16T20:53:17.233Z | Downloaded ident_case v1.0.1 |
485 | 2024-08-16T20:53:17.236Z | Downloaded ciborium-ll v0.2.2 |
486 | 2024-08-16T20:53:17.239Z | Downloaded colored v2.1.0 |
487 | 2024-08-16T20:53:17.241Z | Downloaded number_prefix v0.4.0 |
488 | 2024-08-16T20:53:17.241Z | Downloaded num-conv v0.1.0 |
489 | 2024-08-16T20:53:17.245Z | Downloaded crossbeam-deque v0.8.5 |
490 | 2024-08-16T20:53:17.245Z | Downloaded curve25519-dalek-derive v0.1.1 |
491 | 2024-08-16T20:53:17.247Z | Downloaded argon2 v0.5.3 |
492 | 2024-08-16T20:53:17.247Z | Downloaded buf-list v1.0.3 |
493 | 2024-08-16T20:53:17.251Z | Downloaded opaque-debug v0.3.1 |
494 | 2024-08-16T20:53:17.253Z | Downloaded openssl-probe v0.1.5 |
495 | 2024-08-16T20:53:17.253Z | Downloaded data-encoding v2.6.0 |
496 | 2024-08-16T20:53:17.255Z | Downloaded const_format_proc_macros v0.2.32 |
497 | 2024-08-16T20:53:17.257Z | Downloaded kstat-rs v0.2.4 |
498 | 2024-08-16T20:53:17.259Z | Downloaded async-trait v0.1.81 |
499 | 2024-08-16T20:53:17.263Z | Downloaded is-terminal v0.4.12 |
500 | 2024-08-16T20:53:17.265Z | Downloaded ascii-canvas v3.0.0 |
501 | 2024-08-16T20:53:17.267Z | Downloaded ipnetwork v0.20.0 |
502 | 2024-08-16T20:53:17.269Z | Downloaded indent_write v2.2.0 |
503 | 2024-08-16T20:53:17.272Z | Downloaded lazycell v1.3.0 |
504 | 2024-08-16T20:53:17.272Z | Downloaded lalrpop-util v0.19.12 |
505 | 2024-08-16T20:53:17.274Z | Downloaded inout v0.1.3 |
506 | 2024-08-16T20:53:17.276Z | Downloaded hyper-staticfile v0.9.5 |
507 | 2024-08-16T20:53:17.278Z | Downloaded ciborium v0.2.2 |
508 | 2024-08-16T20:53:17.280Z | Downloaded castaway v0.2.3 |
509 | 2024-08-16T20:53:17.283Z | Downloaded keccak v0.1.5 |
510 | 2024-08-16T20:53:17.285Z | Downloaded cancel-safe-futures v0.1.5 |
511 | 2024-08-16T20:53:17.288Z | Downloaded bitfield-struct v0.6.1 |
512 | 2024-08-16T20:53:17.290Z | Downloaded impl-trait-for-tuples v0.2.2 |
513 | 2024-08-16T20:53:17.293Z | Downloaded multimap v0.10.0 |
514 | 2024-08-16T20:53:17.296Z | Downloaded maplit v1.0.2 |
515 | 2024-08-16T20:53:17.296Z | Downloaded csv-core v0.1.11 |
516 | 2024-08-16T20:53:17.298Z | Downloaded match_cfg v0.1.0 |
517 | 2024-08-16T20:53:17.300Z | Downloaded crunchy v0.2.2 |
518 | 2024-08-16T20:53:17.301Z | Downloaded olpc-cjson v0.1.3 |
519 | 2024-08-16T20:53:17.303Z | Downloaded cstr-argument v0.1.2 |
520 | 2024-08-16T20:53:17.303Z | Downloaded darling_macro v0.20.9 |
521 | 2024-08-16T20:53:17.303Z | Downloaded ciborium-io v0.2.2 |
522 | 2024-08-16T20:53:17.305Z | Downloaded bitstruct_derive v0.1.0 |
523 | 2024-08-16T20:53:17.305Z | Downloaded bzip2 v0.4.4 |
524 | 2024-08-16T20:53:17.307Z | Downloaded num_enum v0.5.11 |
525 | 2024-08-16T20:53:17.314Z | Downloaded num-integer v0.1.46 |
526 | 2024-08-16T20:53:17.316Z | Downloaded hyper-tls v0.5.0 |
527 | 2024-08-16T20:53:17.318Z | Downloaded addr2line v0.21.0 |
528 | 2024-08-16T20:53:17.320Z | Downloaded crc32fast v1.4.0 |
529 | 2024-08-16T20:53:17.322Z | Downloaded new_debug_unreachable v1.0.6 |
530 | 2024-08-16T20:53:17.325Z | Downloaded indoc v1.0.9 |
531 | 2024-08-16T20:53:17.327Z | Downloaded crossbeam-epoch v0.9.18 |
532 | 2024-08-16T20:53:17.330Z | Downloaded libefi-sys v0.1.0 |
533 | 2024-08-16T20:53:17.332Z | Downloaded nodrop v0.1.14 |
534 | 2024-08-16T20:53:17.335Z | Downloaded const-oid v0.9.6 |
535 | 2024-08-16T20:53:17.337Z | Downloaded clang-sys v1.7.0 |
536 | 2024-08-16T20:53:17.340Z | Downloaded scopeguard v1.2.0 |
537 | 2024-08-16T20:53:17.342Z | Downloaded time-core v0.1.2 |
538 | 2024-08-16T20:53:17.344Z | Downloaded constant_time_eq v0.3.0 |
539 | 2024-08-16T20:53:17.346Z | Downloaded cipher v0.4.4 |
540 | 2024-08-16T20:53:17.349Z | Downloaded iana-time-zone v0.1.60 |
541 | 2024-08-16T20:53:17.351Z | Downloaded ahash v0.8.11 |
542 | 2024-08-16T20:53:17.353Z | Downloaded lru-cache v0.1.2 |
543 | 2024-08-16T20:53:17.355Z | Downloaded chacha20 v0.9.1 |
544 | 2024-08-16T20:53:17.358Z | Downloaded newtype-uuid v1.1.0 |
545 | 2024-08-16T20:53:17.360Z | Downloaded nu-ansi-term v0.50.0 |
546 | 2024-08-16T20:53:17.362Z | Downloaded nanorand v0.7.0 |
547 | 2024-08-16T20:53:17.365Z | Downloaded mockall v0.13.0 |
548 | 2024-08-16T20:53:17.367Z | Downloaded diesel_table_macro_syntax v0.2.0 |
549 | 2024-08-16T20:53:17.369Z | Downloaded downcast v0.11.0 |
550 | 2024-08-16T20:53:17.371Z | Downloaded schemars_derive v0.8.21 |
551 | 2024-08-16T20:53:17.373Z | Downloaded salsa20 v0.10.2 |
552 | 2024-08-16T20:53:17.373Z | Downloaded mime v0.3.17 |
553 | 2024-08-16T20:53:17.375Z | Downloaded strum_macros v0.25.3 |
554 | 2024-08-16T20:53:17.378Z | Downloaded stringprep v0.1.4 |
555 | 2024-08-16T20:53:17.380Z | Downloaded strum_macros v0.24.3 |
556 | 2024-08-16T20:53:17.383Z | Downloaded slog-bunyan v2.5.0 |
557 | 2024-08-16T20:53:17.385Z | Downloaded termcolor v1.4.1 |
558 | 2024-08-16T20:53:17.387Z | Downloaded libloading v0.8.3 |
559 | 2024-08-16T20:53:17.389Z | Downloaded crc-any v2.5.0 |
560 | 2024-08-16T20:53:17.392Z | Downloaded num_enum_derive v0.5.11 |
561 | 2024-08-16T20:53:17.394Z | Downloaded headers-core v0.2.0 |
562 | 2024-08-16T20:53:17.396Z | Downloaded allocator-api2 v0.2.18 |
563 | 2024-08-16T20:53:17.398Z | Downloaded num-derive v0.4.2 |
564 | 2024-08-16T20:53:17.401Z | Downloaded termios v0.3.3 |
565 | 2024-08-16T20:53:17.403Z | Downloaded oso-derive v0.27.3 |
566 | 2024-08-16T20:53:17.405Z | Downloaded camino-tempfile v1.1.1 |
567 | 2024-08-16T20:53:17.407Z | Downloaded base64ct v1.6.0 |
568 | 2024-08-16T20:53:17.409Z | Downloaded pretty-hex v0.2.1 |
569 | 2024-08-16T20:53:17.411Z | Downloaded uzers v0.11.3 |
570 | 2024-08-16T20:53:17.414Z | Downloaded time-macros v0.2.18 |
571 | 2024-08-16T20:53:17.416Z | Downloaded predicates-tree v1.0.9 |
572 | 2024-08-16T20:53:17.418Z | Downloaded crc v3.2.1 |
573 | 2024-08-16T20:53:17.420Z | Downloaded mockall_derive v0.13.0 |
574 | 2024-08-16T20:53:17.423Z | Downloaded miniz_oxide v0.7.2 |
575 | 2024-08-16T20:53:17.427Z | Downloaded multer v3.1.0 |
576 | 2024-08-16T20:53:17.430Z | Downloaded futures-core v0.3.30 |
577 | 2024-08-16T20:53:17.432Z | Downloaded tower-service v0.3.2 |
578 | 2024-08-16T20:53:17.434Z | Downloaded smawk v0.3.2 |
579 | 2024-08-16T20:53:17.436Z | Downloaded serde_derive_internals v0.29.1 |
580 | 2024-08-16T20:53:17.438Z | Downloaded chacha20poly1305 v0.10.1 |
581 | 2024-08-16T20:53:17.440Z | Downloaded signal-hook-tokio v0.3.1 |
582 | 2024-08-16T20:53:17.445Z | Downloaded strum_macros v0.26.4 |
583 | 2024-08-16T20:53:17.447Z | Downloaded string_cache v0.8.7 |
584 | 2024-08-16T20:53:17.447Z | Downloaded darling_core v0.20.9 |
585 | 2024-08-16T20:53:17.451Z | Downloaded arc-swap v1.7.1 |
586 | 2024-08-16T20:53:17.457Z | Downloaded num-complex v0.4.6 |
587 | 2024-08-16T20:53:17.459Z | Downloaded fastrand v2.1.0 |
588 | 2024-08-16T20:53:17.463Z | Downloaded foreign-types v0.5.0 |
589 | 2024-08-16T20:53:17.465Z | Downloaded foreign-types v0.3.2 |
590 | 2024-08-16T20:53:17.465Z | Downloaded phf_shared v0.10.0 |
591 | 2024-08-16T20:53:17.465Z | Downloaded smf v0.2.3 |
592 | 2024-08-16T20:53:17.468Z | Downloaded derive_builder_macro v0.20.0 |
593 | 2024-08-16T20:53:17.468Z | Downloaded foreign-types-macros v0.2.3 |
594 | 2024-08-16T20:53:17.470Z | Downloaded want v0.3.1 |
595 | 2024-08-16T20:53:17.472Z | Downloaded phf_shared v0.11.2 |
596 | 2024-08-16T20:53:17.472Z | Downloaded ref-cast-impl v1.0.23 |
597 | 2024-08-16T20:53:17.475Z | Downloaded foreign-types-shared v0.1.1 |
598 | 2024-08-16T20:53:17.475Z | Downloaded whoami v1.5.1 |
599 | 2024-08-16T20:53:17.477Z | Downloaded indicatif v0.17.8 |
600 | 2024-08-16T20:53:17.481Z | Downloaded peg v0.8.4 |
601 | 2024-08-16T20:53:17.487Z | Downloaded smallvec v0.6.14 |
602 | 2024-08-16T20:53:17.489Z | Downloaded foreign-types-shared v0.3.1 |
603 | 2024-08-16T20:53:17.491Z | Downloaded thread_local v1.1.8 |
604 | 2024-08-16T20:53:17.491Z | Downloaded thiserror-impl-no-std v2.0.2 |
605 | 2024-08-16T20:53:17.494Z | Downloaded thiserror-no-std v2.0.2 |
606 | 2024-08-16T20:53:17.498Z | Downloaded slog-term v2.9.1 |
607 | 2024-08-16T20:53:17.501Z | Downloaded rand_chacha v0.3.1 |
608 | 2024-08-16T20:53:17.503Z | Downloaded pkg-config v0.3.30 |
609 | 2024-08-16T20:53:17.506Z | Downloaded sigpipe v0.1.3 |
610 | 2024-08-16T20:53:17.508Z | Downloaded base64 v0.22.1 |
611 | 2024-08-16T20:53:17.511Z | Downloaded rpassword v7.3.1 |
612 | 2024-08-16T20:53:17.513Z | Downloaded futures-channel v0.3.30 |
613 | 2024-08-16T20:53:17.516Z | Downloaded utf-8 v0.7.6 |
614 | 2024-08-16T20:53:17.519Z | Downloaded socket2 v0.5.7 |
615 | 2024-08-16T20:53:17.519Z | Downloaded waitgroup v0.1.2 |
616 | 2024-08-16T20:53:17.521Z | Downloaded sync_wrapper v0.1.2 |
617 | 2024-08-16T20:53:17.521Z | Downloaded heck v0.3.3 |
618 | 2024-08-16T20:53:17.524Z | Downloaded socket2 v0.4.10 |
619 | 2024-08-16T20:53:17.526Z | Downloaded hash32 v0.3.1 |
620 | 2024-08-16T20:53:17.529Z | Downloaded packed_struct_codegen v0.10.1 |
621 | 2024-08-16T20:53:17.531Z | Downloaded sec1 v0.7.3 |
622 | 2024-08-16T20:53:17.531Z | Downloaded scrypt v0.11.0 |
623 | 2024-08-16T20:53:17.533Z | Downloaded deranged v0.3.11 |
624 | 2024-08-16T20:53:17.536Z | Downloaded unarray v0.1.4 |
625 | 2024-08-16T20:53:17.539Z | Downloaded der_derive v0.7.2 |
626 | 2024-08-16T20:53:17.541Z | Downloaded zone_cfg_derive v0.1.2 |
627 | 2024-08-16T20:53:17.541Z | Downloaded omicron-zone-package v0.11.0 |
628 | 2024-08-16T20:53:17.543Z | Downloaded num-traits v0.2.19 |
629 | 2024-08-16T20:53:17.547Z | Downloaded form_urlencoded v1.2.1 |
630 | 2024-08-16T20:53:17.549Z | Downloaded toolchain_find v0.4.0 |
631 | 2024-08-16T20:53:17.551Z | Downloaded smallvec v1.13.2 |
632 | 2024-08-16T20:53:17.554Z | Downloaded signature v2.2.0 |
633 | 2024-08-16T20:53:17.556Z | Downloaded backtrace v0.3.71 |
634 | 2024-08-16T20:53:17.573Z | Downloaded fixedbitset v0.4.2 |
635 | 2024-08-16T20:53:17.575Z | Downloaded structmeta v0.2.0 |
636 | 2024-08-16T20:53:17.577Z | Downloaded strip-ansi-escapes v0.2.0 |
637 | 2024-08-16T20:53:17.580Z | Downloaded spki v0.7.3 |
638 | 2024-08-16T20:53:17.580Z | Downloaded siphasher v0.3.11 |
639 | 2024-08-16T20:53:17.582Z | Downloaded rtoolbox v0.0.2 |
640 | 2024-08-16T20:53:17.584Z | Downloaded strum v0.26.3 |
641 | 2024-08-16T20:53:17.587Z | Downloaded tls_codec_derive v0.4.1 |
642 | 2024-08-16T20:53:17.587Z | Downloaded tungstenite v0.20.1 |
643 | 2024-08-16T20:53:17.591Z | Downloaded hex v0.4.3 |
644 | 2024-08-16T20:53:17.593Z | Downloaded http-range v0.1.5 |
645 | 2024-08-16T20:53:17.596Z | Downloaded parking_lot_core v0.8.6 |
646 | 2024-08-16T20:53:17.598Z | Downloaded futures v0.3.30 |
647 | 2024-08-16T20:53:17.603Z | Downloaded parking_lot v0.11.2 |
648 | 2024-08-16T20:53:17.606Z | Downloaded try-lock v0.2.5 |
649 | 2024-08-16T20:53:17.609Z | Downloaded float-cmp v0.9.0 |
650 | 2024-08-16T20:53:17.611Z | Downloaded enum-as-inner v0.6.0 |
651 | 2024-08-16T20:53:17.611Z | Downloaded wait-timeout v0.2.0 |
652 | 2024-08-16T20:53:17.613Z | Downloaded sct v0.7.1 |
653 | 2024-08-16T20:53:17.617Z | Downloaded textwrap v0.16.1 |
654 | 2024-08-16T20:53:17.620Z | Downloaded vte_generate_state_changes v0.1.1 |
655 | 2024-08-16T20:53:17.622Z | Downloaded pkcs8 v0.10.2 |
656 | 2024-08-16T20:53:17.625Z | Downloaded which v4.4.2 |
657 | 2024-08-16T20:53:17.627Z | Downloaded crossterm v0.27.0 |
658 | 2024-08-16T20:53:17.634Z | Downloaded predicates-core v1.0.6 |
659 | 2024-08-16T20:53:17.636Z | Downloaded xattr v1.3.1 |
660 | 2024-08-16T20:53:17.639Z | Downloaded unicode-truncate v1.0.0 |
661 | 2024-08-16T20:53:17.641Z | Downloaded signal-hook-mio v0.2.4 |
662 | 2024-08-16T20:53:17.643Z | Downloaded mio v1.0.2 |
663 | 2024-08-16T20:53:17.650Z | Downloaded rustfmt-wrapper v0.2.1 |
664 | 2024-08-16T20:53:17.652Z | Downloaded parking_lot v0.12.2 |
665 | 2024-08-16T20:53:17.655Z | Downloaded hickory-client v0.24.1 |
666 | 2024-08-16T20:53:17.659Z | Downloaded wyz v0.5.1 |
667 | 2024-08-16T20:53:17.662Z | Downloaded unsafe-libyaml v0.2.11 |
668 | 2024-08-16T20:53:17.665Z | Downloaded path-slash v0.1.5 |
669 | 2024-08-16T20:53:17.667Z | Downloaded minimal-lexical v0.2.1 |
670 | 2024-08-16T20:53:17.672Z | Downloaded fd-lock v4.0.2 |
671 | 2024-08-16T20:53:17.675Z | Downloaded hash32 v0.2.1 |
672 | 2024-08-16T20:53:17.677Z | Downloaded powerfmt v0.2.0 |
673 | 2024-08-16T20:53:17.679Z | Downloaded postgres-types v0.2.7 |
674 | 2024-08-16T20:53:17.682Z | Downloaded serde-big-array v0.5.1 |
675 | 2024-08-16T20:53:17.684Z | Downloaded ppv-lite86 v0.2.17 |
676 | 2024-08-16T20:53:17.687Z | Downloaded percent-encoding v2.3.1 |
677 | 2024-08-16T20:53:17.689Z | Downloaded http-body v0.4.6 |
678 | 2024-08-16T20:53:17.691Z | Downloaded parse-size v1.0.0 |
679 | 2024-08-16T20:53:17.691Z | Downloaded aes v0.8.4 |
680 | 2024-08-16T20:53:17.696Z | Downloaded tabwriter v1.4.0 |
681 | 2024-08-16T20:53:17.698Z | Downloaded rustc_version v0.4.0 |
682 | 2024-08-16T20:53:17.700Z | Downloaded flume v0.11.0 |
683 | 2024-08-16T20:53:17.704Z | Downloaded supports-color v3.0.0 |
684 | 2024-08-16T20:53:17.706Z | Downloaded fxhash v0.2.1 |
685 | 2024-08-16T20:53:17.708Z | Downloaded topological-sort v0.2.2 |
686 | 2024-08-16T20:53:17.708Z | Downloaded structmeta v0.3.0 |
687 | 2024-08-16T20:53:17.711Z | Downloaded snafu-derive v0.8.2 |
688 | 2024-08-16T20:53:17.713Z | Downloaded subtle v2.5.0 |
689 | 2024-08-16T20:53:17.713Z | Downloaded diff v0.1.13 |
690 | 2024-08-16T20:53:17.716Z | Downloaded walkdir v2.5.0 |
691 | 2024-08-16T20:53:17.718Z | Downloaded term v0.7.0 |
692 | 2024-08-16T20:53:17.723Z | Downloaded tracing-attributes v0.1.27 |
693 | 2024-08-16T20:53:17.726Z | Downloaded glob v0.3.1 |
694 | 2024-08-16T20:53:17.729Z | Downloaded futures-sink v0.3.30 |
695 | 2024-08-16T20:53:17.731Z | Downloaded packed_struct v0.10.1 |
696 | 2024-08-16T20:53:17.733Z | Downloaded expectorate v1.1.0 |
697 | 2024-08-16T20:53:17.736Z | Downloaded flagset v0.4.5 |
698 | 2024-08-16T20:53:17.738Z | Downloaded half v2.4.1 |
699 | 2024-08-16T20:53:17.741Z | Downloaded futures-task v0.3.30 |
700 | 2024-08-16T20:53:17.743Z | Downloaded scheduled-thread-pool v0.2.7 |
701 | 2024-08-16T20:53:17.745Z | Downloaded ron v0.8.1 |
702 | 2024-08-16T20:53:17.751Z | Downloaded sqlparser_derive v0.2.2 |
703 | 2024-08-16T20:53:17.753Z | Downloaded semver v0.1.20 |
704 | 2024-08-16T20:53:17.756Z | Downloaded httpdate v1.0.3 |
705 | 2024-08-16T20:53:17.756Z | Downloaded hmac v0.12.1 |
706 | 2024-08-16T20:53:17.758Z | Downloaded secrecy v0.8.0 |
707 | 2024-08-16T20:53:17.761Z | Downloaded take_mut v0.2.2 |
708 | 2024-08-16T20:53:17.763Z | Downloaded structmeta-derive v0.3.0 |
709 | 2024-08-16T20:53:17.765Z | Downloaded group v0.13.0 |
710 | 2024-08-16T20:53:17.767Z | Downloaded getopts v0.2.21 |
711 | 2024-08-16T20:53:17.767Z | Downloaded gethostname v0.5.0 |
712 | 2024-08-16T20:53:17.770Z | Downloaded sqlformat v0.2.4 |
713 | 2024-08-16T20:53:17.772Z | Downloaded twox-hash v1.6.3 |
714 | 2024-08-16T20:53:17.774Z | Downloaded tokio-tungstenite v0.21.0 |
715 | 2024-08-16T20:53:17.777Z | Downloaded tokio-rustls v0.24.1 |
716 | 2024-08-16T20:53:17.781Z | Downloaded fatfs v0.3.6 |
717 | 2024-08-16T20:53:17.784Z | Downloaded portpicker v0.1.1 |
718 | 2024-08-16T20:53:17.786Z | Downloaded termtree v0.4.1 |
719 | 2024-08-16T20:53:17.789Z | Downloaded mio v0.8.11 |
720 | 2024-08-16T20:53:17.794Z | Downloaded rsa v0.9.6 |
721 | 2024-08-16T20:53:17.800Z | Downloaded display-error-chain v0.2.0 |
722 | 2024-08-16T20:53:17.802Z | Downloaded rustc-hash v1.1.0 |
723 | 2024-08-16T20:53:17.805Z | Downloaded stable_deref_trait v1.2.0 |
724 | 2024-08-16T20:53:17.805Z | Downloaded either v1.13.0 |
725 | 2024-08-16T20:53:17.807Z | Downloaded serde_plain v1.0.2 |
726 | 2024-08-16T20:53:17.810Z | Downloaded serde_path_to_error v0.1.16 |
727 | 2024-08-16T20:53:17.812Z | Downloaded parse-display-derive v0.10.0 |
728 | 2024-08-16T20:53:17.814Z | Downloaded ena v0.14.3 |
729 | 2024-08-16T20:53:17.814Z | Downloaded slog-scope v4.4.0 |
730 | 2024-08-16T20:53:17.817Z | Downloaded untrusted v0.9.0 |
731 | 2024-08-16T20:53:17.819Z | Downloaded postcard v1.0.8 |
732 | 2024-08-16T20:53:17.822Z | Downloaded url v2.5.2 |
733 | 2024-08-16T20:53:17.825Z | Downloaded untrusted v0.7.1 |
734 | 2024-08-16T20:53:17.829Z | Downloaded num-bigint-dig v0.8.4 |
735 | 2024-08-16T20:53:17.833Z | Downloaded pem v3.0.4 |
736 | 2024-08-16T20:53:17.835Z | Downloaded rustls-pki-types v1.7.0 |
737 | 2024-08-16T20:53:17.838Z | Downloaded signal-hook v0.3.17 |
738 | 2024-08-16T20:53:17.841Z | Downloaded getrandom v0.2.14 |
739 | 2024-08-16T20:53:17.845Z | Downloaded tracing-core v0.1.32 |
740 | 2024-08-16T20:53:17.849Z | Downloaded der v0.7.9 |
741 | 2024-08-16T20:53:17.854Z | Downloaded subprocess v0.2.9 |
742 | 2024-08-16T20:53:17.858Z | Downloaded paste v1.0.15 |
743 | 2024-08-16T20:53:17.861Z | Downloaded dirs-sys-next v0.1.2 |
744 | 2024-08-16T20:53:17.864Z | Downloaded zeroize_derive v1.4.2 |
745 | 2024-08-16T20:53:17.866Z | Downloaded tinyvec_macros v0.1.1 |
746 | 2024-08-16T20:53:17.866Z | Downloaded peg-runtime v0.8.3 |
747 | 2024-08-16T20:53:17.866Z | Downloaded slog-json v2.6.1 |
748 | 2024-08-16T20:53:17.869Z | Downloaded globset v0.4.14 |
749 | 2024-08-16T20:53:17.871Z | Downloaded universal-hash v0.5.1 |
750 | 2024-08-16T20:53:17.873Z | Downloaded sha1 v0.10.6 |
751 | 2024-08-16T20:53:17.873Z | Downloaded password-hash v0.5.0 |
752 | 2024-08-16T20:53:17.875Z | Downloaded itertools v0.10.5 |
753 | 2024-08-16T20:53:17.883Z | Downloaded tap v1.0.1 |
754 | 2024-08-16T20:53:17.885Z | Downloaded funty v2.0.0 |
755 | 2024-08-16T20:53:17.885Z | Downloaded pem-rfc7468 v0.7.0 |
756 | 2024-08-16T20:53:17.888Z | Downloaded spin v0.9.8 |
757 | 2024-08-16T20:53:17.890Z | Downloaded tokio-macros v2.4.0 |
758 | 2024-08-16T20:53:17.892Z | Downloaded tiny-keccak v2.0.2 |
759 | 2024-08-16T20:53:17.895Z | Downloaded phf v0.11.2 |
760 | 2024-08-16T20:53:17.897Z | Downloaded diesel_derives v2.2.2 |
761 | 2024-08-16T20:53:17.902Z | Downloaded precomputed-hash v0.1.1 |
762 | 2024-08-16T20:53:17.904Z | Downloaded unicode-segmentation v1.11.0 |
763 | 2024-08-16T20:53:17.906Z | Downloaded snafu v0.8.2 |
764 | 2024-08-16T20:53:17.913Z | Downloaded resolv-conf v0.7.0 |
765 | 2024-08-16T20:53:17.915Z | Downloaded unicase v2.7.0 |
766 | 2024-08-16T20:53:17.918Z | Downloaded tokio-native-tls v0.3.1 |
767 | 2024-08-16T20:53:17.920Z | Downloaded rand_xorshift v0.3.0 |
768 | 2024-08-16T20:53:17.922Z | Downloaded serde-hex v0.1.0 |
769 | 2024-08-16T20:53:17.925Z | Downloaded zone v0.1.8 |
770 | 2024-08-16T20:53:17.925Z | Downloaded fragile v2.0.0 |
771 | 2024-08-16T20:53:17.927Z | Downloaded unicode-linebreak v0.1.5 |
772 | 2024-08-16T20:53:17.929Z | Downloaded tempfile v3.10.1 |
773 | 2024-08-16T20:53:17.932Z | Downloaded vte v0.11.1 |
774 | 2024-08-16T20:53:17.934Z | Downloaded derive_builder v0.20.0 |
775 | 2024-08-16T20:53:17.938Z | Downloaded rand_core v0.6.4 |
776 | 2024-08-16T20:53:17.940Z | Downloaded zeroize v1.7.0 |
777 | 2024-08-16T20:53:17.943Z | Downloaded libm v0.2.8 |
778 | 2024-08-16T20:53:17.950Z | Downloaded tracing v0.1.40 |
779 | 2024-08-16T20:53:17.955Z | Downloaded futures-io v0.3.30 |
780 | 2024-08-16T20:53:17.957Z | Downloaded env_logger v0.10.2 |
781 | 2024-08-16T20:53:17.961Z | Downloaded psl-types v2.0.11 |
782 | 2024-08-16T20:53:17.963Z | Downloaded dirs-next v2.0.0 |
783 | 2024-08-16T20:53:17.963Z | Downloaded difflib v0.4.0 |
784 | 2024-08-16T20:53:17.965Z | Downloaded pin-project v1.1.5 |
785 | 2024-08-16T20:53:17.978Z | Downloaded libxml v0.3.3 |
786 | 2024-08-16T20:53:17.984Z | Downloaded pin-utils v0.1.0 |
787 | 2024-08-16T20:53:17.987Z | Downloaded pin-project-internal v1.1.5 |
788 | 2024-08-16T20:53:17.989Z | Downloaded hickory-server v0.24.1 |
789 | 2024-08-16T20:53:17.994Z | Downloaded hickory-resolver v0.24.1 |
790 | 2024-08-16T20:53:17.999Z | Downloaded zerocopy v0.6.6 |
791 | 2024-08-16T20:53:18.002Z | Downloaded vergen v8.3.2 |
792 | 2024-08-16T20:53:18.005Z | Downloaded tungstenite v0.21.0 |
793 | 2024-08-16T20:53:18.009Z | Downloaded bindgen v0.69.4 |
794 | 2024-08-16T20:53:18.018Z | Downloaded filetime v0.2.24 |
795 | 2024-08-16T20:53:18.020Z | Downloaded futures-executor v0.3.30 |
796 | 2024-08-16T20:53:18.023Z | Downloaded unicode-bidi v0.3.15 |
797 | 2024-08-16T20:53:18.025Z | Downloaded heapless v0.8.0 |
798 | 2024-08-16T20:53:18.029Z | Downloaded toml_edit v0.19.15 |
799 | 2024-08-16T20:53:18.048Z | Downloaded unicode_categories v0.1.1 |
800 | 2024-08-16T20:53:18.050Z | Downloaded pkcs1 v0.7.5 |
801 | 2024-08-16T20:53:18.053Z | Downloaded serde_with_macros v3.8.3 |
802 | 2024-08-16T20:53:18.056Z | Downloaded slog-dtrace v0.3.0 |
803 | 2024-08-16T20:53:18.056Z | Downloaded rand v0.8.5 |
804 | 2024-08-16T20:53:18.060Z | Downloaded publicsuffix v2.2.3 |
805 | 2024-08-16T20:53:18.062Z | Downloaded http v1.1.0 |
806 | 2024-08-16T20:53:18.066Z | Downloaded http v0.2.12 |
807 | 2024-08-16T20:53:18.070Z | Downloaded tokio-util v0.7.11 |
808 | 2024-08-16T20:53:18.077Z | Downloaded derive-where v1.2.7 |
809 | 2024-08-16T20:53:18.081Z | Downloaded hkdf v0.12.4 |
810 | 2024-08-16T20:53:18.084Z | Downloaded x509-cert v0.2.5 |
811 | 2024-08-16T20:53:18.091Z | Downloaded bitvec v1.0.1 |
812 | 2024-08-16T20:53:18.108Z | Downloaded hyper v0.14.30 |
813 | 2024-08-16T20:53:18.116Z | Downloaded pkcs5 v0.7.1 |
814 | 2024-08-16T20:53:18.120Z | Downloaded rustls-pemfile v2.1.3 |
815 | 2024-08-16T20:53:18.123Z | Downloaded schemars v0.8.21 |
816 | 2024-08-16T20:53:18.136Z | Downloaded futures-util v0.3.30 |
817 | 2024-08-16T20:53:18.149Z | Downloaded regex v1.10.6 |
818 | 2024-08-16T20:53:18.164Z | Downloaded gimli v0.28.1 |
819 | 2024-08-16T20:53:18.172Z | Downloaded curve25519-dalek v4.1.3 |
820 | 2024-08-16T20:53:18.182Z | Downloaded bstr v0.2.17 |
821 | 2024-08-16T20:53:18.192Z | Downloaded h2 v0.3.26 |
822 | 2024-08-16T20:53:18.199Z | Downloaded rcgen v0.12.1 |
823 | 2024-08-16T20:53:18.206Z | Downloaded rusqlite v0.31.0 |
824 | 2024-08-16T20:53:18.210Z | Downloaded typed-path v0.7.1 |
825 | 2024-08-16T20:53:18.216Z | Downloaded rayon v1.10.0 |
826 | 2024-08-16T20:53:18.227Z | Downloaded bstr v1.9.1 |
827 | 2024-08-16T20:53:18.239Z | Downloaded rustls v0.22.4 |
828 | 2024-08-16T20:53:18.253Z | Downloaded hashbrown v0.13.2 |
829 | 2024-08-16T20:53:18.258Z | Downloaded lalrpop v0.19.12 |
830 | 2024-08-16T20:53:18.269Z | Downloaded hashbrown v0.12.3 |
831 | 2024-08-16T20:53:18.273Z | Downloaded quick-xml v0.31.0 |
832 | 2024-08-16T20:53:18.279Z | Downloaded chrono v0.4.38 |
833 | 2024-08-16T20:53:18.286Z | Downloaded tinyvec v1.6.0 |
834 | 2024-08-16T20:53:18.290Z | Downloaded test-strategy v0.3.1 |
835 | 2024-08-16T20:53:18.294Z | Downloaded steno v0.4.1 |
836 | 2024-08-16T20:53:18.298Z | Downloaded regex-automata v0.1.10 |
837 | 2024-08-16T20:53:18.303Z | Downloaded tokio-postgres v0.7.11 |
838 | 2024-08-16T20:53:18.309Z | Downloaded itertools v0.13.0 |
839 | 2024-08-16T20:53:18.317Z | Downloaded ff v0.13.0 |
840 | 2024-08-16T20:53:18.319Z | Downloaded idna v0.3.0 |
841 | 2024-08-16T20:53:18.326Z | Downloaded serde_urlencoded v0.7.1 |
842 | 2024-08-16T20:53:18.329Z | Downloaded reedline v0.33.0 |
843 | 2024-08-16T20:53:18.336Z | Downloaded rustls-webpki v0.102.4 |
844 | 2024-08-16T20:53:18.357Z | Downloaded serde_repr v0.1.19 |
845 | 2024-08-16T20:53:18.360Z | Downloaded portable-atomic v1.6.0 |
846 | 2024-08-16T20:53:18.366Z | Downloaded rustls-webpki v0.101.7 |
847 | 2024-08-16T20:53:18.382Z | Downloaded sled v0.34.7 |
848 | 2024-08-16T20:53:18.393Z | Downloaded nix v0.27.1 |
849 | 2024-08-16T20:53:18.405Z | Downloaded sqlparser v0.45.0 |
850 | 2024-08-16T20:53:18.410Z | Downloaded idna v0.4.0 |
851 | 2024-08-16T20:53:18.417Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
852 | 2024-08-16T20:53:18.430Z | Downloaded object v0.30.4 |
853 | 2024-08-16T20:53:18.440Z | Downloaded proptest v1.5.0 |
854 | 2024-08-16T20:53:18.450Z | Downloaded regex-automata v0.4.6 |
855 | 2024-08-16T20:53:18.468Z | Downloaded reqwest v0.11.27 |
856 | 2024-08-16T20:53:18.476Z | Downloaded git2 v0.19.0 |
857 | 2024-08-16T20:53:18.485Z | Downloaded webpki-roots v0.25.4 |
858 | 2024-08-16T20:53:18.489Z | Downloaded finl_unicode v1.2.0 |
859 | 2024-08-16T20:53:18.502Z | Downloaded radix_trie v0.2.1 |
860 | 2024-08-16T20:53:18.507Z | Downloaded polar-core v0.27.3 |
861 | 2024-08-16T20:53:18.516Z | Downloaded smoltcp v0.9.1 |
862 | 2024-08-16T20:53:18.528Z | Downloaded csv v1.3.0 |
863 | 2024-08-16T20:53:18.549Z | Downloaded object v0.32.2 |
864 | 2024-08-16T20:53:18.560Z | Downloaded tokio v1.39.2 |
865 | 2024-08-16T20:53:18.601Z | Downloaded regress v0.9.1 |
866 | 2024-08-16T20:53:18.610Z | Downloaded sha3 v0.10.8 |
867 | 2024-08-16T20:53:18.615Z | Downloaded openapiv3 v2.0.0 |
868 | 2024-08-16T20:53:18.628Z | Downloaded diesel v2.2.2 |
869 | 2024-08-16T20:53:18.649Z | Downloaded hickory-proto v0.24.1 |
870 | 2024-08-16T20:53:18.665Z | Downloaded regex-syntax v0.8.4 |
871 | 2024-08-16T20:53:18.674Z | Downloaded regex-syntax v0.6.29 |
872 | 2024-08-16T20:53:18.683Z | Downloaded rustls v0.21.12 |
873 | 2024-08-16T20:53:18.695Z | Downloaded smoltcp v0.11.0 |
874 | 2024-08-16T20:53:18.711Z | Downloaded nix v0.28.0 |
875 | 2024-08-16T20:53:18.723Z | Downloaded encoding_rs v0.8.34 |
876 | 2024-08-16T20:53:18.746Z | Downloaded ratatui v0.28.0 |
877 | 2024-08-16T20:53:18.768Z | Downloaded zerocopy-derive v0.6.6 |
878 | 2024-08-16T20:53:18.779Z | Downloaded openssl v0.10.66 |
879 | 2024-08-16T20:53:18.789Z | Downloaded petgraph v0.6.5 |
880 | 2024-08-16T20:53:18.809Z | Downloaded vcpkg v0.2.15 |
881 | 2024-08-16T20:53:18.850Z | Downloaded idna v0.5.0 |
882 | 2024-08-16T20:53:18.857Z | Downloaded serde_arrays v0.1.0 |
883 | 2024-08-16T20:53:18.860Z | Downloaded peg-macros v0.8.4 |
884 | 2024-08-16T20:53:18.862Z | Downloaded rayon-core v1.12.1 |
885 | 2024-08-16T20:53:18.865Z | Downloaded vsss-rs v3.3.4 |
886 | 2024-08-16T20:53:18.867Z | Downloaded futures-macro v0.3.30 |
887 | 2024-08-16T20:53:18.870Z | Downloaded rustc-demangle v0.1.24 |
888 | 2024-08-16T20:53:18.872Z | Downloaded elliptic-curve v0.13.8 |
889 | 2024-08-16T20:53:18.875Z | Downloaded flate2 v1.0.31 |
890 | 2024-08-16T20:53:18.880Z | Downloaded rustyline v14.0.0 |
891 | 2024-08-16T20:53:18.885Z | Downloaded aho-corasick v1.1.3 |
892 | 2024-08-16T20:53:18.892Z | Downloaded winnow v0.5.40 |
893 | 2024-08-16T20:53:18.901Z | Downloaded slog-envlogger v2.2.0 |
894 | 2024-08-16T20:53:18.904Z | Downloaded tough v0.17.1 |
895 | 2024-08-16T20:53:18.912Z | Downloaded openssl-sys v0.9.103 |
896 | 2024-08-16T20:53:18.917Z | Downloaded slog v2.7.0 |
897 | 2024-08-16T20:53:18.920Z | Downloaded time v0.3.36 |
898 | 2024-08-16T20:53:18.928Z | Downloaded hashlink v0.9.1 |
899 | 2024-08-16T20:53:18.930Z | Downloaded env_logger v0.9.3 |
900 | 2024-08-16T20:53:18.933Z | Downloaded serde_with v3.8.3 |
901 | 2024-08-16T20:53:18.942Z | Downloaded samael v0.0.15 |
902 | 2024-08-16T20:53:18.947Z | Downloaded crossterm v0.28.1 |
903 | 2024-08-16T20:53:18.954Z | Downloaded unicode-normalization v0.1.23 |
904 | 2024-08-16T20:53:18.958Z | Downloaded blake3 v1.5.1 |
905 | 2024-08-16T20:53:18.967Z | Downloaded owo-colors v4.0.0 |
906 | 2024-08-16T20:53:18.970Z | Downloaded pin-project-lite v0.2.14 |
907 | 2024-08-16T20:53:18.977Z | Downloaded rand_seeder v0.3.0 |
908 | 2024-08-16T20:53:18.979Z | Downloaded parking_lot_core v0.9.10 |
909 | 2024-08-16T20:53:18.981Z | Downloaded highway v1.2.0 |
910 | 2024-08-16T20:53:18.984Z | Downloaded heapless v0.7.17 |
911 | 2024-08-16T20:53:18.987Z | Downloaded nom v7.1.3 |
912 | 2024-08-16T20:53:18.993Z | Downloaded yasna v0.5.2 |
913 | 2024-08-16T20:53:18.995Z | Downloaded tar v0.4.41 |
914 | 2024-08-16T20:53:18.998Z | Downloaded serde_yaml v0.9.34+deprecated |
915 | 2024-08-16T20:53:19.002Z | Downloaded slog-stdlog v4.1.1 |
916 | 2024-08-16T20:53:19.004Z | Downloaded embedded-io v0.4.0 |
917 | 2024-08-16T20:53:19.007Z | Downloaded toml v0.7.8 |
918 | 2024-08-16T20:53:19.009Z | Downloaded structmeta-derive v0.2.0 |
919 | 2024-08-16T20:53:19.012Z | Downloaded rustls-pemfile v1.0.4 |
920 | 2024-08-16T20:53:19.014Z | Downloaded httparse v1.8.0 |
921 | 2024-08-16T20:53:19.017Z | Downloaded slog-async v2.8.0 |
922 | 2024-08-16T20:53:19.017Z | Downloaded postgres-protocol v0.6.7 |
923 | 2024-08-16T20:53:19.019Z | Downloaded itertools v0.12.1 |
924 | 2024-08-16T20:53:19.026Z | Downloaded ron v0.7.1 |
925 | 2024-08-16T20:53:19.031Z | Downloaded prettyplease v0.2.20 |
926 | 2024-08-16T20:53:19.034Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
927 | 2024-08-16T20:53:19.097Z | Downloaded erased-serde v0.3.31 |
928 | 2024-08-16T20:53:19.099Z | Downloaded crossbeam-channel v0.5.12 |
929 | 2024-08-16T20:53:19.103Z | Downloaded derive_more v0.99.18 |
930 | 2024-08-16T20:53:19.108Z | Downloaded static_assertions v1.1.0 |
931 | 2024-08-16T20:53:19.111Z | Downloaded spin v0.5.2 |
932 | 2024-08-16T20:53:19.113Z | Downloaded rustversion v1.0.17 |
933 | 2024-08-16T20:53:19.116Z | Downloaded zip v0.6.6 |
934 | 2024-08-16T20:53:19.119Z | Downloaded headers v0.3.9 |
935 | 2024-08-16T20:53:19.124Z | Downloaded tls_codec v0.4.1 |
936 | 2024-08-16T20:53:19.126Z | Downloaded rustc_version v0.1.7 |
937 | 2024-08-16T20:53:19.128Z | Downloaded ref-cast v1.0.23 |
938 | 2024-08-16T20:53:19.131Z | Downloaded proc-macro-crate v1.3.1 |
939 | 2024-08-16T20:53:19.131Z | Downloaded predicates v3.1.2 |
940 | 2024-08-16T20:53:19.133Z | Downloaded oso v0.27.3 |
941 | 2024-08-16T20:53:19.136Z | Downloaded hostname v0.4.0 |
942 | 2024-08-16T20:53:19.139Z | Downloaded slab v0.4.9 |
943 | 2024-08-16T20:53:19.141Z | Downloaded same-file v1.0.6 |
944 | 2024-08-16T20:53:19.141Z | Downloaded rusty-fork v0.3.0 |
945 | 2024-08-16T20:53:19.143Z | Downloaded radium v0.7.0 |
946 | 2024-08-16T20:53:19.143Z | Downloaded r2d2 v0.8.10 |
947 | 2024-08-16T20:53:19.146Z | Downloaded quick-error v1.2.3 |
948 | 2024-08-16T20:53:19.148Z | Downloaded uuid v1.10.0 |
949 | 2024-08-16T20:53:19.151Z | Downloaded derive_builder_core v0.20.0 |
950 | 2024-08-16T20:53:19.153Z | Downloaded poly1305 v0.8.0 |
951 | 2024-08-16T20:53:19.157Z | Downloaded bytes v1.7.1 |
952 | 2024-08-16T20:53:19.161Z | Downloaded ring v0.17.8 |
953 | 2024-08-16T20:53:19.233Z | Downloaded base64 v0.21.7 |
954 | 2024-08-16T20:53:19.236Z | Downloaded float-ord v0.3.2 |
955 | 2024-08-16T20:53:19.239Z | Downloaded endian-type v0.1.2 |
956 | 2024-08-16T20:53:19.239Z | Downloaded defmt-parser v0.3.4 |
957 | 2024-08-16T20:53:19.239Z | Downloaded defmt-macros v0.3.9 |
958 | 2024-08-16T20:53:19.241Z | Downloaded unicode-xid v0.2.4 |
959 | 2024-08-16T20:53:19.244Z | Downloaded similar v2.5.0 |
960 | 2024-08-16T20:53:19.247Z | Downloaded compact_str v0.8.0 |
961 | 2024-08-16T20:53:19.251Z | Downloaded tokio-tungstenite v0.20.1 |
962 | 2024-08-16T20:53:19.254Z | Downloaded indexmap v1.9.3 |
963 | 2024-08-16T20:53:19.258Z | Downloaded signal-hook-registry v1.4.2 |
964 | 2024-08-16T20:53:19.260Z | Downloaded tokio-stream v0.1.15 |
965 | 2024-08-16T20:53:19.263Z | Downloaded cookie v0.18.1 |
966 | 2024-08-16T20:53:19.266Z | Downloaded parse-display v0.10.0 |
967 | 2024-08-16T20:53:19.269Z | Downloaded hostname v0.3.1 |
968 | 2024-08-16T20:53:19.269Z | Downloaded home v0.5.9 |
969 | 2024-08-16T20:53:19.272Z | Downloaded crossbeam-utils v0.8.19 |
970 | 2024-08-16T20:53:19.272Z | Downloaded pbkdf2 v0.12.2 |
971 | 2024-08-16T20:53:19.274Z | Downloaded tui-tree-widget v0.22.0 |
972 | 2024-08-16T20:53:19.276Z | Downloaded ring v0.16.20 |
973 | 2024-08-16T20:53:19.358Z | Downloaded fallible-streaming-iterator v0.1.9 |
974 | 2024-08-16T20:53:19.360Z | Downloaded fallible-iterator v0.3.0 |
975 | 2024-08-16T20:53:19.361Z | Downloaded fallible-iterator v0.2.0 |
976 | 2024-08-16T20:53:19.363Z | Downloaded dyn-clone v1.0.17 |
977 | 2024-08-16T20:53:19.363Z | Downloaded tokio-rustls v0.25.0 |
978 | 2024-08-16T20:53:19.366Z | Downloaded num-iter v0.1.45 |
979 | 2024-08-16T20:53:19.366Z | Downloaded crypto-bigint v0.5.5 |
980 | 2024-08-16T20:53:19.373Z | Downloaded cc v1.0.97 |
981 | 2024-08-16T20:53:19.375Z | Downloaded const_format v0.2.32 |
982 | 2024-08-16T20:53:19.380Z | Downloaded dsl_auto_type v0.1.2 |
983 | 2024-08-16T20:53:19.383Z | Downloaded darling v0.20.9 |
984 | 2024-08-16T20:53:19.386Z | Downloaded console v0.15.8 |
985 | 2024-08-16T20:53:19.388Z | Downloaded cookie v0.17.0 |
986 | 2024-08-16T20:53:19.391Z | Downloaded bcs v0.1.6 |
987 | 2024-08-16T20:53:19.393Z | Downloaded num v0.4.3 |
988 | 2024-08-16T20:53:19.395Z | Downloaded newtype_derive v0.1.6 |
989 | 2024-08-16T20:53:19.395Z | Downloaded lru v0.12.3 |
990 | 2024-08-16T20:53:19.397Z | Downloaded linked-hash-map v0.5.6 |
991 | 2024-08-16T20:53:19.397Z | Downloaded cookie_store v0.20.0 |
992 | 2024-08-16T20:53:19.400Z | Downloaded nibble_vec v0.1.0 |
993 | 2024-08-16T20:53:19.403Z | Downloaded md-5 v0.10.6 |
994 | 2024-08-16T20:53:19.403Z | Downloaded managed v0.8.0 |
995 | 2024-08-16T20:53:19.405Z | Downloaded libsw v3.3.1 |
996 | 2024-08-16T20:53:19.406Z | Downloaded shell-words v1.1.0 |
997 | 2024-08-16T20:53:19.406Z | Downloaded memmap2 v0.9.4 |
998 | 2024-08-16T20:53:19.408Z | Downloaded shlex v1.3.0 |
999 | 2024-08-16T20:53:19.410Z | Downloaded num-rational v0.4.2 |
1000 | 2024-08-16T20:53:19.410Z | Downloaded jobserver v0.1.32 |
1001 | 2024-08-16T20:53:19.413Z | Downloaded ipnet v2.9.0 |
1002 | 2024-08-16T20:53:19.413Z | Downloaded crc-catalog v2.4.0 |
1003 | 2024-08-16T20:53:19.415Z | Downloaded memoffset v0.9.1 |
1004 | 2024-08-16T20:53:19.415Z | Downloaded lock_api v0.4.12 |
1005 | 2024-08-16T20:53:19.417Z | Downloaded hyper-rustls v0.24.2 |
1006 | 2024-08-16T20:53:19.420Z | Downloaded cassowary v0.3.0 |
1007 | 2024-08-16T20:53:19.422Z | Downloaded bitfield v0.14.0 |
1008 | 2024-08-16T20:53:19.422Z | Downloaded native-tls v0.2.11 |
1009 | 2024-08-16T20:53:19.424Z | Downloaded mime_guess v2.0.4 |
1010 | 2024-08-16T20:53:19.427Z | Downloaded cexpr v0.6.0 |
1011 | 2024-08-16T20:53:19.429Z | Downloaded cbc v0.1.2 |
1012 | 2024-08-16T20:53:19.429Z | Downloaded block-padding v0.3.3 |
1013 | 2024-08-16T20:53:19.431Z | Downloaded bitflags v1.3.2 |
1014 | 2024-08-16T20:53:19.434Z | Downloaded bit-set v0.5.3 |
1015 | 2024-08-16T20:53:19.434Z | Downloaded openssl-macros v0.1.1 |
1016 | 2024-08-16T20:53:19.436Z | Downloaded num_threads v0.1.7 |
1017 | 2024-08-16T20:53:19.436Z | Downloaded normalize-line-endings v0.3.0 |
1018 | 2024-08-16T20:53:19.436Z | Downloaded newline-converter v0.3.0 |
1019 | 2024-08-16T20:53:19.438Z | Downloaded base64 v0.13.1 |
1020 | 2024-08-16T20:53:19.440Z | Downloaded async-recursion v1.1.1 |
1021 | 2024-08-16T20:53:19.443Z | Downloaded blake2 v0.10.6 |
1022 | 2024-08-16T20:53:19.445Z | Downloaded lazy_static v1.5.0 |
1023 | 2024-08-16T20:53:19.447Z | Downloaded instability v0.3.2 |
1024 | 2024-08-16T20:53:19.450Z | Downloaded humantime v2.1.0 |
1025 | 2024-08-16T20:53:19.450Z | Downloaded backoff v0.4.0 |
1026 | 2024-08-16T20:53:19.452Z | Downloaded arrayvec v0.7.4 |
1027 | 2024-08-16T20:53:19.456Z | Downloaded array-init v0.0.4 |
1028 | 2024-08-16T20:53:19.456Z | Downloaded debug-ignore v1.0.5 |
1029 | 2024-08-16T20:53:19.459Z | Downloaded cobs v0.2.3 |
1030 | 2024-08-16T20:53:19.459Z | Downloaded maybe-uninit v2.0.0 |
1031 | 2024-08-16T20:53:19.459Z | Downloaded linear-map v1.2.0 |
1032 | 2024-08-16T20:53:19.461Z | Downloaded bb8 v0.8.5 |
1033 | 2024-08-16T20:53:19.461Z | Downloaded atomic-waker v1.1.2 |
1034 | 2024-08-16T20:53:19.463Z | Downloaded ascii v1.1.0 |
1035 | 2024-08-16T20:53:19.463Z | Downloaded bit-vec v0.6.3 |
1036 | 2024-08-16T20:53:19.465Z | Downloaded aead v0.5.2 |
1037 | 2024-08-16T20:53:19.551Z | Downloaded libz-sys v1.1.16 |
1038 | 2024-08-16T20:53:19.681Z | Downloaded libsqlite3-sys v0.28.0 |
1039 | 2024-08-16T20:53:19.843Z | Compiling cfg-if v1.0.0 |
1040 | 2024-08-16T20:53:19.843Z | Compiling serde v1.0.207 |
1041 | 2024-08-16T20:53:19.846Z | Compiling lock_api v0.4.12 |
1042 | 2024-08-16T20:53:19.846Z | Compiling scopeguard v1.2.0 |
1043 | 2024-08-16T20:53:19.983Z | Compiling typenum v1.17.0 |
1044 | 2024-08-16T20:53:19.996Z | Compiling generic-array v0.14.7 |
1045 | 2024-08-16T20:53:20.029Z | Compiling syn v2.0.74 |
1046 | 2024-08-16T20:53:20.037Z | Compiling log v0.4.21 |
1047 | 2024-08-16T20:53:20.081Z | Compiling getrandom v0.2.14 |
1048 | 2024-08-16T20:53:20.122Z | Compiling jobserver v0.1.32 |
1049 | 2024-08-16T20:53:20.334Z | Compiling rand_core v0.6.4 |
1050 | 2024-08-16T20:53:20.537Z | Compiling cc v1.0.97 |
1051 | 2024-08-16T20:53:20.556Z | Compiling subtle v2.5.0 |
1052 | 2024-08-16T20:53:20.556Z | Compiling const-oid v0.9.6 |
1053 | 2024-08-16T20:53:20.831Z | Compiling pin-project-lite v0.2.14 |
1054 | 2024-08-16T20:53:20.868Z | Compiling smallvec v1.13.2 |
1055 | 2024-08-16T20:53:20.885Z | Compiling parking_lot_core v0.9.10 |
1056 | 2024-08-16T20:53:20.955Z | Compiling spin v0.9.8 |
1057 | 2024-08-16T20:53:21.016Z | Compiling signal-hook-registry v1.4.2 |
1058 | 2024-08-16T20:53:21.347Z | Compiling mio v1.0.2 |
1059 | 2024-08-16T20:53:21.470Z | Compiling ahash v0.8.11 |
1060 | 2024-08-16T20:53:21.831Z | Compiling tinyvec_macros v0.1.1 |
1061 | 2024-08-16T20:53:21.932Z | Compiling parking_lot v0.12.2 |
1062 | 2024-08-16T20:53:21.984Z | Compiling tinyvec v1.6.0 |
1063 | 2024-08-16T20:53:22.259Z | Compiling socket2 v0.5.7 |
1064 | 2024-08-16T20:53:22.663Z | Compiling libm v0.2.8 |
1065 | 2024-08-16T20:53:22.680Z | Compiling serde_json v1.0.125 |
1066 | 2024-08-16T20:53:22.852Z | Compiling futures-core v0.3.30 |
1067 | 2024-08-16T20:53:22.932Z | Compiling cpufeatures v0.2.12 |
1068 | 2024-08-16T20:53:23.061Z | Compiling slab v0.4.9 |
1069 | 2024-08-16T20:53:23.078Z | Compiling num-traits v0.2.19 |
1070 | 2024-08-16T20:53:23.101Z | Compiling futures-sink v0.3.30 |
1071 | 2024-08-16T20:53:23.112Z | Compiling unicode-bidi v0.3.15 |
1072 | 2024-08-16T20:53:23.249Z | Compiling allocator-api2 v0.2.18 |
1073 | 2024-08-16T20:53:23.522Z | Compiling unicode-normalization v0.1.23 |
1074 | 2024-08-16T20:53:23.588Z | Compiling futures-channel v0.3.30 |
1075 | 2024-08-16T20:53:23.868Z | Compiling futures-task v0.3.30 |
1076 | 2024-08-16T20:53:23.992Z | Compiling vcpkg v0.2.15 |
1077 | 2024-08-16T20:53:24.070Z | Compiling futures-io v0.3.30 |
1078 | 2024-08-16T20:53:24.171Z | Compiling pin-utils v0.1.0 |
1079 | 2024-08-16T20:53:24.269Z | Compiling pkg-config v0.3.30 |
1080 | 2024-08-16T20:53:24.654Z | Compiling base64ct v1.6.0 |
1081 | 2024-08-16T20:53:24.681Z | Compiling percent-encoding v2.3.1 |
1082 | 2024-08-16T20:53:24.748Z | Compiling ppv-lite86 v0.2.17 |
1083 | 2024-08-16T20:53:24.792Z | Compiling ring v0.17.8 |
1084 | 2024-08-16T20:53:25.036Z | Compiling flagset v0.4.5 |
1085 | 2024-08-16T20:53:25.232Z | Compiling pem-rfc7468 v0.7.0 |
1086 | 2024-08-16T20:53:25.250Z | Compiling tracing-core v0.1.32 |
1087 | 2024-08-16T20:53:25.576Z | Compiling rand_chacha v0.3.1 |
1088 | 2024-08-16T20:53:25.931Z | Compiling untrusted v0.9.0 |
1089 | 2024-08-16T20:53:26.074Z | Compiling rustix v0.38.34 |
1090 | 2024-08-16T20:53:26.120Z | Compiling rand v0.8.5 |
1091 | 2024-08-16T20:53:26.297Z | Compiling openssl-sys v0.9.103 |
1092 | 2024-08-16T20:53:26.443Z | Compiling openssl v0.10.66 |
1093 | 2024-08-16T20:53:26.689Z | Compiling num-conv v0.1.0 |
1094 | 2024-08-16T20:53:26.854Z | Compiling httparse v1.8.0 |
1095 | 2024-08-16T20:53:26.932Z | Compiling rustversion v1.0.17 |
1096 | 2024-08-16T20:53:26.949Z | Compiling time-core v0.1.2 |
1097 | 2024-08-16T20:53:27.086Z | Compiling powerfmt v0.2.0 |
1098 | 2024-08-16T20:53:27.279Z | Compiling foreign-types-shared v0.1.1 |
1099 | 2024-08-16T20:53:27.380Z | Compiling foreign-types v0.3.2 |
1100 | 2024-08-16T20:53:27.431Z | Compiling deranged v0.3.11 |
1101 | 2024-08-16T20:53:27.480Z | Compiling time-macros v0.2.18 |
1102 | 2024-08-16T20:53:27.636Z | Compiling form_urlencoded v1.2.1 |
1103 | 2024-08-16T20:53:27.676Z | Compiling lazy_static v1.5.0 |
1104 | 2024-08-16T20:53:27.786Z | Compiling native-tls v0.2.11 |
1105 | 2024-08-16T20:53:27.925Z | Compiling crossbeam-utils v0.8.19 |
1106 | 2024-08-16T20:53:27.979Z | Compiling try-lock v0.2.5 |
1107 | 2024-08-16T20:53:28.122Z | Compiling syn v1.0.109 |
1108 | 2024-08-16T20:53:28.166Z | Compiling siphasher v0.3.11 |
1109 | 2024-08-16T20:53:28.488Z | Compiling num_threads v0.1.7 |
1110 | 2024-08-16T20:53:28.555Z | Compiling rustls v0.21.12 |
1111 | 2024-08-16T20:53:28.627Z | Compiling want v0.3.1 |
1112 | 2024-08-16T20:53:28.895Z | Compiling idna v0.5.0 |
1113 | 2024-08-16T20:53:29.082Z | Compiling aho-corasick v1.1.3 |
1114 | 2024-08-16T20:53:29.408Z | Compiling cookie v0.17.0 |
1115 | 2024-08-16T20:53:29.533Z | Compiling adler v1.0.2 |
1116 | 2024-08-16T20:53:29.690Z | Compiling regex-syntax v0.8.4 |
1117 | 2024-08-16T20:53:29.742Z | Compiling httpdate v1.0.3 |
1118 | 2024-08-16T20:53:30.173Z | Compiling finl_unicode v1.2.0 |
1119 | 2024-08-16T20:53:30.192Z | Compiling tower-service v0.3.2 |
1120 | 2024-08-16T20:53:30.308Z | Compiling iana-time-zone v0.1.60 |
1121 | 2024-08-16T20:53:30.401Z | Compiling slog v2.7.0 |
1122 | 2024-08-16T20:53:30.525Z | Compiling time v0.3.36 |
1123 | 2024-08-16T20:53:30.742Z | Compiling openssl-probe v0.1.5 |
1124 | 2024-08-16T20:53:30.760Z | Compiling stringprep v0.1.4 |
1125 | 2024-08-16T20:53:31.062Z | Compiling url v2.5.2 |
1126 | 2024-08-16T20:53:31.080Z | Compiling miniz_oxide v0.7.2 |
1127 | 2024-08-16T20:53:32.916Z | Compiling num-integer v0.1.46 |
1128 | 2024-08-16T20:53:33.692Z | Compiling regex-automata v0.4.6 |
1129 | 2024-08-16T20:53:33.800Z | Compiling backtrace v0.3.71 |
1130 | 2024-08-16T20:53:34.277Z | Compiling serde_derive v1.0.207 |
1131 | 2024-08-16T20:53:34.297Z | Compiling zeroize_derive v1.4.2 |
1132 | 2024-08-16T20:53:34.318Z | Compiling zerocopy-derive v0.7.34 |
1133 | 2024-08-16T20:53:35.654Z | Compiling tokio-macros v2.4.0 |
1134 | 2024-08-16T20:53:35.938Z | Compiling zeroize v1.7.0 |
1135 | 2024-08-16T20:53:36.346Z | Compiling thiserror-impl v1.0.63 |
1136 | 2024-08-16T20:53:36.653Z | Compiling zerocopy v0.7.34 |
1137 | 2024-08-16T20:53:37.384Z | Compiling futures-macro v0.3.30 |
1138 | 2024-08-16T20:53:37.651Z | Compiling crypto-common v0.1.6 |
1139 | 2024-08-16T20:53:37.815Z | Compiling block-buffer v0.10.4 |
1140 | 2024-08-16T20:53:37.892Z | Compiling block-padding v0.3.3 |
1141 | 2024-08-16T20:53:38.085Z | Compiling digest v0.10.7 |
1142 | 2024-08-16T20:53:38.265Z | Compiling inout v0.1.3 |
1143 | 2024-08-16T20:53:38.546Z | Compiling hmac v0.12.1 |
1144 | 2024-08-16T20:53:38.561Z | Compiling cipher v0.4.4 |
1145 | 2024-08-16T20:53:38.755Z | Compiling hashbrown v0.14.5 |
1146 | 2024-08-16T20:53:38.783Z | Compiling sha2 v0.10.8 |
1147 | 2024-08-16T20:53:39.086Z | Compiling der_derive v0.7.2 |
1148 | 2024-08-16T20:53:39.342Z | Compiling futures-util v0.3.30 |
1149 | 2024-08-16T20:53:39.619Z | Compiling thiserror v1.0.63 |
1150 | 2024-08-16T20:53:39.759Z | Compiling pest v2.7.10 |
1151 | 2024-08-16T20:53:40.079Z | Compiling salsa20 v0.10.2 |
1152 | 2024-08-16T20:53:40.294Z | Compiling pbkdf2 v0.12.2 |
1153 | 2024-08-16T20:53:40.470Z | Compiling tracing-attributes v0.1.27 |
1154 | 2024-08-16T20:53:41.675Z | Compiling der v0.7.9 |
1155 | 2024-08-16T20:53:42.464Z | Compiling pest_meta v2.7.10 |
1156 | 2024-08-16T20:53:42.704Z | Compiling scroll_derive v0.12.0 |
1157 | 2024-08-16T20:53:44.231Z | Compiling scroll v0.12.0 |
1158 | 2024-08-16T20:53:44.448Z | Compiling tracing v0.1.40 |
1159 | 2024-08-16T20:53:44.794Z | Compiling pest_generator v2.7.10 |
1160 | 2024-08-16T20:53:44.836Z | Compiling spki v0.7.3 |
1161 | 2024-08-16T20:53:45.016Z | Compiling scrypt v0.11.0 |
1162 | 2024-08-16T20:53:45.213Z | Compiling cbc v0.1.2 |
1163 | 2024-08-16T20:53:45.442Z | Compiling aes v0.8.4 |
1164 | 2024-08-16T20:53:45.518Z | Compiling goblin v0.8.2 |
1165 | 2024-08-16T20:53:45.613Z | Compiling openssl-macros v0.1.1 |
1166 | 2024-08-16T20:53:45.978Z | Compiling sct v0.7.1 |
1167 | 2024-08-16T20:53:46.319Z | Compiling rustls-webpki v0.101.7 |
1168 | 2024-08-16T20:53:46.434Z | Compiling pkcs5 v0.7.1 |
1169 | 2024-08-16T20:53:46.481Z | Compiling md-5 v0.10.6 |
1170 | 2024-08-16T20:53:46.746Z | Compiling idna v0.3.0 |
1171 | 2024-08-16T20:53:46.854Z | Compiling hash32 v0.2.1 |
1172 | 2024-08-16T20:53:47.239Z | Compiling pkcs8 v0.10.2 |
1173 | 2024-08-16T20:53:47.531Z | Compiling pest_derive v2.7.10 |
1174 | 2024-08-16T20:53:47.950Z | Compiling num-bigint-dig v0.8.4 |
1175 | 2024-08-16T20:53:48.225Z | Compiling crc32fast v1.4.0 |
1176 | 2024-08-16T20:53:48.250Z | Compiling stable_deref_trait v1.2.0 |
1177 | 2024-08-16T20:53:48.283Z | Compiling fallible-iterator v0.2.0 |
1178 | 2024-08-16T20:53:48.330Z | Compiling signal-hook v0.3.17 |
1179 | 2024-08-16T20:53:48.333Z | Compiling dtrace-parser v0.2.0 |
1180 | 2024-08-16T20:53:48.363Z | Compiling gimli v0.28.1 |
1181 | 2024-08-16T20:53:48.593Z | Compiling psl-types v2.0.11 |
1182 | 2024-08-16T20:53:48.755Z | Compiling bytes v1.7.1 |
1183 | 2024-08-16T20:53:48.796Z | Compiling bitflags v2.6.0 |
1184 | 2024-08-16T20:53:49.060Z | Compiling indexmap v2.4.0 |
1185 | 2024-08-16T20:53:49.250Z | Compiling semver v1.0.23 |
1186 | 2024-08-16T20:53:50.030Z | Compiling tokio v1.39.2 |
1187 | 2024-08-16T20:53:50.059Z | Compiling http v0.2.12 |
1188 | 2024-08-16T20:53:50.511Z | Compiling rustc_version v0.4.0 |
1189 | 2024-08-16T20:53:51.303Z | Compiling heapless v0.7.17 |
1190 | 2024-08-16T20:53:51.748Z | Compiling http-body v0.4.6 |
1191 | 2024-08-16T20:53:52.079Z | Compiling dof v0.3.0 |
1192 | 2024-08-16T20:53:52.564Z | Compiling uuid v1.10.0 |
1193 | 2024-08-16T20:53:53.427Z | Compiling usdt-impl v0.5.0 |
1194 | 2024-08-16T20:53:53.610Z | Compiling toml_datetime v0.6.8 |
1195 | 2024-08-16T20:53:54.000Z | Compiling serde_tokenstream v0.2.2 |
1196 | 2024-08-16T20:53:54.131Z | Compiling chrono v0.4.38 |
1197 | 2024-08-16T20:53:54.272Z | Compiling serde_spanned v0.6.7 |
1198 | 2024-08-16T20:53:54.518Z | Compiling cfg_aliases v0.1.1 |
1199 | 2024-08-16T20:53:54.598Z | Compiling base64 v0.22.1 |
1200 | 2024-08-16T20:53:54.616Z | Compiling smoltcp v0.9.1 |
1201 | 2024-08-16T20:53:55.057Z | Compiling nix v0.28.0 |
1202 | 2024-08-16T20:53:55.383Z | Compiling postgres-protocol v0.6.7 |
1203 | 2024-08-16T20:53:55.908Z | Compiling terminal_size v0.3.0 |
1204 | 2024-08-16T20:53:55.927Z | Compiling addr2line v0.21.0 |
1205 | 2024-08-16T20:53:56.101Z | Compiling publicsuffix v2.2.3 |
1206 | 2024-08-16T20:53:56.496Z | Compiling hubpack_derive v0.1.1 |
1207 | 2024-08-16T20:53:56.618Z | Compiling zerocopy-derive v0.6.6 |
1208 | 2024-08-16T20:53:56.642Z | Compiling async-trait v0.1.81 |
1209 | 2024-08-16T20:53:56.702Z | Compiling num-iter v0.1.45 |
1210 | 2024-08-16T20:53:57.419Z | Compiling phf_shared v0.11.2 |
1211 | 2024-08-16T20:53:57.690Z | Compiling serde_derive_internals v0.29.1 |
1212 | 2024-08-16T20:53:57.781Z | Compiling ff v0.13.0 |
1213 | 2024-08-16T20:53:57.813Z | Compiling object v0.32.2 |
1214 | 2024-08-16T20:53:57.869Z | Compiling fs-err v2.11.0 |
1215 | 2024-08-16T20:53:58.001Z | Compiling base64 v0.21.7 |
1216 | 2024-08-16T20:53:58.725Z | Compiling tokio-util v0.7.11 |
1217 | 2024-08-16T20:53:58.743Z | Compiling tokio-native-tls v0.3.1 |
1218 | 2024-08-16T20:53:58.826Z | Compiling tokio-rustls v0.24.1 |
1219 | 2024-08-16T20:53:58.995Z | Compiling either v1.13.0 |
1220 | 2024-08-16T20:53:59.232Z | Compiling ipnet v2.9.0 |
1221 | 2024-08-16T20:53:59.344Z | Compiling base16ct v0.2.0 |
1222 | 2024-08-16T20:53:59.388Z | Compiling schemars v0.8.21 |
1223 | 2024-08-16T20:53:59.664Z | Compiling h2 v0.3.26 |
1224 | 2024-08-16T20:53:59.764Z | Compiling winnow v0.5.40 |
1225 | 2024-08-16T20:54:00.100Z | Compiling anyhow v1.0.86 |
1226 | 2024-08-16T20:54:00.358Z | Compiling bitflags v1.3.2 |
1227 | 2024-08-16T20:54:00.462Z | Compiling regex-automata v0.1.10 |
1228 | 2024-08-16T20:54:00.479Z | Compiling rustc-demangle v0.1.24 |
1229 | 2024-08-16T20:54:00.712Z | Compiling managed v0.8.0 |
1230 | 2024-08-16T20:54:00.986Z | Compiling bstr v0.2.17 |
1231 | 2024-08-16T20:54:01.033Z | Compiling clap_builder v4.5.15 |
1232 | 2024-08-16T20:54:01.494Z | Compiling schemars_derive v0.8.21 |
1233 | 2024-08-16T20:54:02.523Z | Compiling sec1 v0.7.3 |
1234 | 2024-08-16T20:54:03.093Z | Compiling zerocopy v0.6.6 |
1235 | 2024-08-16T20:54:03.311Z | Compiling toml_edit v0.19.15 |
1236 | 2024-08-16T20:54:03.632Z | Compiling rustls-pemfile v1.0.4 |
1237 | 2024-08-16T20:54:04.069Z | Compiling group v0.13.0 |
1238 | 2024-08-16T20:54:04.071Z | Compiling phf v0.11.2 |
1239 | 2024-08-16T20:54:04.367Z | Compiling hubpack v0.1.2 |
1240 | 2024-08-16T20:54:04.398Z | Compiling cookie_store v0.20.0 |
1241 | 2024-08-16T20:54:05.637Z | Compiling postgres-types v0.2.7 |
1242 | 2024-08-16T20:54:05.834Z | Compiling usdt-macro v0.5.0 |
1243 | 2024-08-16T20:54:06.123Z | Compiling usdt-attr-macro v0.5.0 |
1244 | 2024-08-16T20:54:07.157Z | Compiling hyper v0.14.30 |
1245 | 2024-08-16T20:54:07.398Z | Compiling serde_urlencoded v0.7.1 |
1246 | 2024-08-16T20:54:07.821Z | Compiling pkcs1 v0.7.5 |
1247 | 2024-08-16T20:54:07.933Z | Compiling futures-executor v0.3.30 |
1248 | 2024-08-16T20:54:08.338Z | Compiling regex v1.10.6 |
1249 | 2024-08-16T20:54:08.519Z | Compiling hkdf v0.12.4 |
1250 | 2024-08-16T20:54:08.790Z | Compiling signature v2.2.0 |
1251 | 2024-08-16T20:54:08.848Z | Compiling crypto-bigint v0.5.5 |
1252 | 2024-08-16T20:54:09.095Z | Compiling serde_repr v0.1.19 |
1253 | 2024-08-16T20:54:09.451Z | Compiling strum_macros v0.25.3 |
1254 | 2024-08-16T20:54:10.246Z | Compiling enum-as-inner v0.6.0 |
1255 | 2024-08-16T20:54:10.322Z | Compiling clap_derive v4.5.13 |
1256 | 2024-08-16T20:54:10.416Z | Compiling phf_shared v0.10.0 |
1257 | 2024-08-16T20:54:10.816Z | Compiling float-cmp v0.9.0 |
1258 | 2024-08-16T20:54:11.034Z | Compiling idna v0.4.0 |
1259 | 2024-08-16T20:54:11.307Z | Compiling mio v0.8.11 |
1260 | 2024-08-16T20:54:11.353Z | Compiling encoding_rs v0.8.34 |
1261 | 2024-08-16T20:54:12.574Z | Compiling unicode-segmentation v1.11.0 |
1262 | 2024-08-16T20:54:12.642Z | Compiling predicates-core v1.0.6 |
1263 | 2024-08-16T20:54:13.004Z | Compiling new_debug_unreachable v1.0.6 |
1264 | 2024-08-16T20:54:13.100Z | Compiling dyn-clone v1.0.17 |
1265 | 2024-08-16T20:54:13.314Z | Compiling webpki-roots v0.25.4 |
1266 | 2024-08-16T20:54:13.441Z | Compiling precomputed-hash v0.1.1 |
1267 | 2024-08-16T20:54:13.486Z | Compiling fixedbitset v0.4.2 |
1268 | 2024-08-16T20:54:13.552Z | Compiling static_assertions v1.1.0 |
1269 | 2024-08-16T20:54:13.572Z | Compiling mime v0.3.17 |
1270 | 2024-08-16T20:54:13.647Z | Compiling bit-vec v0.6.3 |
1271 | 2024-08-16T20:54:13.941Z | Compiling difflib v0.4.0 |
1272 | 2024-08-16T20:54:14.120Z | Compiling hyper-tls v0.5.0 |
1273 | 2024-08-16T20:54:14.167Z | Compiling hyper-rustls v0.24.2 |
1274 | 2024-08-16T20:54:14.465Z | Compiling sync_wrapper v0.1.2 |
1275 | 2024-08-16T20:54:14.520Z | Compiling normalize-line-endings v0.3.0 |
1276 | 2024-08-16T20:54:14.598Z | Compiling minimal-lexical v0.2.1 |
1277 | 2024-08-16T20:54:14.647Z | Compiling data-encoding v2.6.0 |
1278 | 2024-08-16T20:54:14.828Z | Compiling whoami v1.5.1 |
1279 | 2024-08-16T20:54:15.123Z | Compiling nom v7.1.3 |
1280 | 2024-08-16T20:54:15.382Z | Compiling clap v4.5.16 |
1281 | 2024-08-16T20:54:15.457Z | Compiling hickory-proto v0.24.1 |
1282 | 2024-08-16T20:54:15.505Z | Compiling tokio-postgres v0.7.11 |
1283 | 2024-08-16T20:54:15.523Z | Compiling predicates v3.1.2 |
1284 | 2024-08-16T20:54:15.813Z | Compiling reqwest v0.11.27 |
1285 | 2024-08-16T20:54:17.072Z | Compiling bit-set v0.5.3 |
1286 | 2024-08-16T20:54:17.125Z | Compiling console v0.15.8 |
1287 | 2024-08-16T20:54:17.248Z | Compiling petgraph v0.6.5 |
1288 | 2024-08-16T20:54:17.369Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1289 | 2024-08-16T20:54:18.666Z | Compiling string_cache v0.8.7 |
1290 | 2024-08-16T20:54:18.901Z | Compiling similar v2.5.0 |
1291 | 2024-08-16T20:54:19.429Z | Compiling toml_edit v0.22.20 |
1292 | 2024-08-16T20:54:21.187Z | Compiling usdt v0.5.0 |
1293 | 2024-08-16T20:54:21.310Z | Compiling signal-hook-mio v0.2.4 |
1294 | 2024-08-16T20:54:21.484Z | Compiling elliptic-curve v0.13.8 |
1295 | 2024-08-16T20:54:21.500Z | Compiling rsa v0.9.6 |
1296 | 2024-08-16T20:54:21.721Z | Compiling futures v0.3.30 |
1297 | 2024-08-16T20:54:22.320Z | Compiling toml v0.7.8 |
1298 | 2024-08-16T20:54:23.709Z | Compiling flate2 v1.0.31 |
1299 | 2024-08-16T20:54:24.025Z | Compiling itertools v0.12.1 |
1300 | 2024-08-16T20:54:24.676Z | Compiling itertools v0.10.5 |
1301 | 2024-08-16T20:54:24.735Z | Compiling tokio-stream v0.1.15 |
1302 | 2024-08-16T20:54:25.744Z | Compiling openapiv3 v2.0.0 |
1303 | 2024-08-16T20:54:25.931Z | Compiling hex v0.4.3 |
1304 | 2024-08-16T20:54:25.976Z | Compiling bstr v1.9.1 |
1305 | 2024-08-16T20:54:26.571Z | Compiling sha1 v0.10.6 |
1306 | 2024-08-16T20:54:26.991Z | Compiling crossbeam-epoch v0.9.18 |
1307 | 2024-08-16T20:54:27.196Z | Compiling dirs-sys-next v0.1.2 |
1308 | 2024-08-16T20:54:27.505Z | Compiling lalrpop-util v0.19.12 |
1309 | 2024-08-16T20:54:27.719Z | Compiling peg-runtime v0.8.3 |
1310 | 2024-08-16T20:54:27.739Z | Compiling unicode-xid v0.2.4 |
1311 | 2024-08-16T20:54:27.775Z | Compiling dirs-next v2.0.0 |
1312 | 2024-08-16T20:54:27.839Z | Compiling thread_local v1.1.8 |
1313 | 2024-08-16T20:54:27.866Z | Compiling slog-async v2.8.0 |
1314 | 2024-08-16T20:54:27.904Z | Compiling term v0.7.0 |
1315 | 2024-08-16T20:54:27.966Z | Compiling xattr v1.3.1 |
1316 | 2024-08-16T20:54:28.235Z | Compiling strum_macros v0.26.4 |
1317 | 2024-08-16T20:54:28.353Z | Compiling crossbeam-channel v0.5.12 |
1318 | 2024-08-16T20:54:28.385Z | Compiling filetime v0.2.24 |
1319 | 2024-08-16T20:54:28.470Z | Compiling is-terminal v0.4.12 |
1320 | 2024-08-16T20:54:28.595Z | Compiling take_mut v0.2.2 |
1321 | 2024-08-16T20:54:28.696Z | Compiling tar v0.4.41 |
1322 | 2024-08-16T20:54:28.758Z | Compiling slog-term v2.9.1 |
1323 | 2024-08-16T20:54:29.440Z | Compiling camino v1.1.8 |
1324 | 2024-08-16T20:54:30.537Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1325 | 2024-08-16T20:54:31.371Z | Compiling strum v0.26.3 |
1326 | 2024-08-16T20:54:31.627Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1327 | 2024-08-16T20:54:36.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1328 | 2024-08-16T20:54:36.906Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1329 | 2024-08-16T20:54:36.953Z | Aug 16 20:54:36.264 INFO Starting download, target: Cockroach |
1330 | 2024-08-16T20:54:36.953Z | Aug 16 20:54:36.264 INFO Starting download, target: Clickhouse |
1331 | 2024-08-16T20:54:36.953Z | Aug 16 20:54:36.264 INFO Starting download, target: Console |
1332 | 2024-08-16T20:54:36.953Z | Aug 16 20:54:36.265 INFO Starting download, target: DendriteOpenapi |
1333 | 2024-08-16T20:54:36.956Z | Aug 16 20:54:36.265 INFO Starting download, target: DendriteStub |
1334 | 2024-08-16T20:54:36.956Z | Aug 16 20:54:36.265 INFO Starting download, target: MaghemiteMgd |
1335 | 2024-08-16T20:54:36.956Z | Aug 16 20:54:36.265 INFO Starting download, target: TransceiverControl |
1336 | 2024-08-16T20:54:36.956Z | Aug 16 20:54:36.265 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1337 | 2024-08-16T20:54:36.956Z | Aug 16 20:54:36.265 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1338 | 2024-08-16T20:54:36.956Z | Aug 16 20:54:36.265 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1339 | 2024-08-16T20:54:36.956Z | Aug 16 20:54:36.265 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1340 | 2024-08-16T20:54:36.956Z | Aug 16 20:54:36.265 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1341 | 2024-08-16T20:54:36.956Z | Aug 16 20:54:36.265 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1342 | 2024-08-16T20:54:36.956Z | Aug 16 20:54:36.265 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1343 | 2024-08-16T20:54:37.229Z | Aug 16 20:54:36.533 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1344 | 2024-08-16T20:54:37.256Z | Aug 16 20:54:36.562 INFO Download complete, target: DendriteOpenapi |
1345 | 2024-08-16T20:54:37.440Z | Aug 16 20:54:36.751 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1346 | 2024-08-16T20:54:37.811Z | Aug 16 20:54:37.122 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1347 | 2024-08-16T20:54:37.845Z | Aug 16 20:54:37.156 INFO Download complete, target: Console |
1348 | 2024-08-16T20:54:37.903Z | Aug 16 20:54:37.215 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1349 | 2024-08-16T20:54:38.016Z | Aug 16 20:54:37.327 INFO Download complete, target: TransceiverControl |
1350 | 2024-08-16T20:54:38.957Z | Aug 16 20:54:38.268 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1351 | 2024-08-16T20:54:39.110Z | Aug 16 20:54:38.421 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1352 | 2024-08-16T20:54:39.110Z | Aug 16 20:54:38.421 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1353 | 2024-08-16T20:54:40.821Z | Aug 16 20:54:40.132 INFO Download complete, target: DendriteStub |
1354 | 2024-08-16T20:54:40.959Z | Aug 16 20:54:40.268 INFO Download complete, target: MaghemiteMgd |
1355 | 2024-08-16T20:54:47.255Z | Aug 16 20:54:46.565 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1356 | 2024-08-16T20:54:47.548Z | Aug 16 20:54:46.857 INFO Checking that binary works, target: Cockroach |
1357 | 2024-08-16T20:54:47.711Z | Aug 16 20:54:47.021 INFO Download complete, target: Cockroach |
1358 | 2024-08-16T20:54:52.801Z | Aug 16 20:54:52.110 INFO Checking that binary works, target: Clickhouse |
1359 | 2024-08-16T20:54:52.972Z | Aug 16 20:54:52.280 INFO Download complete, target: Clickhouse |
1360 | 2024-08-16T20:54:52.991Z | All builder prerequisites installed successfully, and PATH looks valid |
1361 | 2024-08-16T20:54:52.994Z | |
1362 | 2024-08-16T20:54:52.994Z | real 3:19.665118925 |
1363 | 2024-08-16T20:54:52.994Z | user 11:18.717463358 |
1364 | 2024-08-16T20:54:52.994Z | sys 2:24.713196201 |
1365 | 2024-08-16T20:54:52.994Z | trap 0.428790798 |
1366 | 2024-08-16T20:54:52.994Z | tflt 2.947514396 |
1367 | 2024-08-16T20:54:52.994Z | dflt 3.358299426 |
1368 | 2024-08-16T20:54:52.994Z | kflt 0.175442291 |
1369 | 2024-08-16T20:54:52.994Z | lock 21:41.712718493 |
1370 | 2024-08-16T20:54:52.995Z | slp 43:25.987986701 |
1371 | 2024-08-16T20:54:52.995Z | lat 41.560633327 |
1372 | 2024-08-16T20:54:52.995Z | stop 1:41.705727249 |
1373 | 2024-08-16T20:54:52.995Z | + banner hack-check |
1374 | 2024-08-16T20:54:52.997Z | |
1375 | 2024-08-16T20:54:52.997Z | # # ## #### # # #### # # ###### #### # # |
1376 | 2024-08-16T20:54:52.997Z | # # # # # # # # # # # # # # # # # |
1377 | 2024-08-16T20:54:52.997Z | ###### # # # #### ##### # ###### ##### # #### |
1378 | 2024-08-16T20:54:52.997Z | # # ###### # # # # # # # # # # |
1379 | 2024-08-16T20:54:52.997Z | # # # # # # # # # # # # # # # # # |
1380 | 2024-08-16T20:54:52.997Z | # # # # #### # # #### # # ###### #### # # |
1381 | 2024-08-16T20:54:52.997Z | |
1382 | 2024-08-16T20:54:52.997Z | + export CARGO_INCREMENTAL=0 |
1383 | 2024-08-16T20:54:52.997Z | + CARGO_INCREMENTAL=0 |
1384 | 2024-08-16T20:54:52.997Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1385 | 2024-08-16T20:54:53.553Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1386 | 2024-08-16T20:54:57.010Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
1387 | 2024-08-16T20:54:57.076Z | Running `target/debug/xtask check-features --ci` |
1388 | 2024-08-16T20:54:57.097Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1389 | 2024-08-16T20:54:57.097Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1390 | 2024-08-16T20:54:57.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1391 | 2024-08-16T20:54:57.608Z | Running `target/debug/xtask download cargo-hack` |
1392 | 2024-08-16T20:54:58.407Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1393 | 2024-08-16T20:54:58.767Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1394 | 2024-08-16T20:55:03.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.75s |
1395 | 2024-08-16T20:55:03.514Z | Running `target/debug/xtask-downloader cargo-hack` |
1396 | 2024-08-16T20:55:03.549Z | Aug 16 20:55:02.853 INFO Starting download, target: CargoHack |
1397 | 2024-08-16T20:55:03.552Z | Aug 16 20:55:02.854 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1398 | 2024-08-16T20:55:04.171Z | Aug 16 20:55:03.478 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1399 | 2024-08-16T20:55:04.272Z | Aug 16 20:55:03.579 INFO Download complete, target: CargoHack |
1400 | 2024-08-16T20:55:04.276Z | 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" |
1401 | 2024-08-16T20:55:04.292Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1402 | 2024-08-16T20:55:04.447Z | info: running `cargo check --bins` on api_identity (1/150) |
1403 | 2024-08-16T20:55:04.992Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1404 | 2024-08-16T20:55:04.994Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1405 | 2024-08-16T20:55:04.994Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1406 | 2024-08-16T20:55:04.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
1407 | 2024-08-16T20:55:05.050Z | |
1408 | 2024-08-16T20:55:05.050Z | info: running `cargo check --bins` on bootstore (2/150) |
1409 | 2024-08-16T20:55:05.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1410 | 2024-08-16T20:55:05.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1411 | 2024-08-16T20:55:05.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1412 | 2024-08-16T20:55:05.645Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1413 | 2024-08-16T20:55:05.711Z | |
1414 | 2024-08-16T20:55:05.711Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/150) |
1415 | 2024-08-16T20:55:06.279Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1416 | 2024-08-16T20:55:06.282Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1417 | 2024-08-16T20:55:06.282Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1418 | 2024-08-16T20:55:06.284Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1419 | 2024-08-16T20:55:06.343Z | |
1420 | 2024-08-16T20:55:06.343Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/150) |
1421 | 2024-08-16T20:55:06.913Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1422 | 2024-08-16T20:55:06.916Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1423 | 2024-08-16T20:55:06.916Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1424 | 2024-08-16T20:55:06.918Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1425 | 2024-08-16T20:55:06.976Z | |
1426 | 2024-08-16T20:55:06.976Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/150) |
1427 | 2024-08-16T20:55:07.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1428 | 2024-08-16T20:55:07.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1429 | 2024-08-16T20:55:07.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1430 | 2024-08-16T20:55:07.405Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1431 | 2024-08-16T20:55:07.441Z | |
1432 | 2024-08-16T20:55:07.441Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/150) |
1433 | 2024-08-16T20:55:07.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1434 | 2024-08-16T20:55:07.871Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1435 | 2024-08-16T20:55:07.871Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1436 | 2024-08-16T20:55:07.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1437 | 2024-08-16T20:55:07.903Z | |
1438 | 2024-08-16T20:55:07.903Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/150) |
1439 | 2024-08-16T20:55:08.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1440 | 2024-08-16T20:55:08.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1441 | 2024-08-16T20:55:08.328Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1442 | 2024-08-16T20:55:08.330Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1443 | 2024-08-16T20:55:08.364Z | |
1444 | 2024-08-16T20:55:08.364Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/150) |
1445 | 2024-08-16T20:55:08.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1446 | 2024-08-16T20:55:08.803Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1447 | 2024-08-16T20:55:08.803Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1448 | 2024-08-16T20:55:08.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1449 | 2024-08-16T20:55:08.840Z | |
1450 | 2024-08-16T20:55:08.840Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/150) |
1451 | 2024-08-16T20:55:09.275Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1452 | 2024-08-16T20:55:09.278Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1453 | 2024-08-16T20:55:09.278Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1454 | 2024-08-16T20:55:09.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1455 | 2024-08-16T20:55:09.316Z | |
1456 | 2024-08-16T20:55:09.316Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/150) |
1457 | 2024-08-16T20:55:09.736Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1458 | 2024-08-16T20:55:09.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1459 | 2024-08-16T20:55:09.738Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1460 | 2024-08-16T20:55:09.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1461 | 2024-08-16T20:55:09.774Z | |
1462 | 2024-08-16T20:55:09.774Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/150) |
1463 | 2024-08-16T20:55:10.190Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1464 | 2024-08-16T20:55:10.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1465 | 2024-08-16T20:55:10.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1466 | 2024-08-16T20:55:10.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.41s |
1467 | 2024-08-16T20:55:10.227Z | |
1468 | 2024-08-16T20:55:10.227Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/150) |
1469 | 2024-08-16T20:55:10.654Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1470 | 2024-08-16T20:55:10.656Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1471 | 2024-08-16T20:55:10.656Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1472 | 2024-08-16T20:55:10.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1473 | 2024-08-16T20:55:10.692Z | |
1474 | 2024-08-16T20:55:10.692Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/150) |
1475 | 2024-08-16T20:55:11.120Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1476 | 2024-08-16T20:55:11.123Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1477 | 2024-08-16T20:55:11.123Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1478 | 2024-08-16T20:55:11.125Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1479 | 2024-08-16T20:55:11.158Z | |
1480 | 2024-08-16T20:55:11.158Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/150) |
1481 | 2024-08-16T20:55:11.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1482 | 2024-08-16T20:55:11.595Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1483 | 2024-08-16T20:55:11.595Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1484 | 2024-08-16T20:55:11.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1485 | 2024-08-16T20:55:11.634Z | |
1486 | 2024-08-16T20:55:11.634Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/150) |
1487 | 2024-08-16T20:55:12.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1488 | 2024-08-16T20:55:12.073Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1489 | 2024-08-16T20:55:12.073Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1490 | 2024-08-16T20:55:12.076Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1491 | 2024-08-16T20:55:12.111Z | |
1492 | 2024-08-16T20:55:12.111Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/150) |
1493 | 2024-08-16T20:55:12.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1494 | 2024-08-16T20:55:12.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1495 | 2024-08-16T20:55:12.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1496 | 2024-08-16T20:55:12.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1497 | 2024-08-16T20:55:12.583Z | |
1498 | 2024-08-16T20:55:12.583Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/150) |
1499 | 2024-08-16T20:55:13.007Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1500 | 2024-08-16T20:55:13.010Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1501 | 2024-08-16T20:55:13.010Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1502 | 2024-08-16T20:55:13.012Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1503 | 2024-08-16T20:55:13.049Z | |
1504 | 2024-08-16T20:55:13.049Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/150) |
1505 | 2024-08-16T20:55:13.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1506 | 2024-08-16T20:55:13.490Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1507 | 2024-08-16T20:55:13.490Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1508 | 2024-08-16T20:55:13.492Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1509 | 2024-08-16T20:55:13.529Z | |
1510 | 2024-08-16T20:55:13.529Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/150) |
1511 | 2024-08-16T20:55:13.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1512 | 2024-08-16T20:55:13.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1513 | 2024-08-16T20:55:13.968Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1514 | 2024-08-16T20:55:13.971Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1515 | 2024-08-16T20:55:14.003Z | |
1516 | 2024-08-16T20:55:14.003Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/150) |
1517 | 2024-08-16T20:55:14.427Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1518 | 2024-08-16T20:55:14.429Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1519 | 2024-08-16T20:55:14.430Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1520 | 2024-08-16T20:55:14.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1521 | 2024-08-16T20:55:14.465Z | |
1522 | 2024-08-16T20:55:14.465Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/150) |
1523 | 2024-08-16T20:55:14.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1524 | 2024-08-16T20:55:14.897Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1525 | 2024-08-16T20:55:14.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1526 | 2024-08-16T20:55:14.900Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1527 | 2024-08-16T20:55:14.934Z | |
1528 | 2024-08-16T20:55:14.934Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/150) |
1529 | 2024-08-16T20:55:15.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1530 | 2024-08-16T20:55:15.363Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1531 | 2024-08-16T20:55:15.363Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1532 | 2024-08-16T20:55:15.366Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1533 | 2024-08-16T20:55:15.401Z | |
1534 | 2024-08-16T20:55:15.401Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/150) |
1535 | 2024-08-16T20:55:15.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1536 | 2024-08-16T20:55:15.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1537 | 2024-08-16T20:55:15.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1538 | 2024-08-16T20:55:15.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1539 | 2024-08-16T20:55:15.882Z | |
1540 | 2024-08-16T20:55:15.882Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/150) |
1541 | 2024-08-16T20:55:16.303Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1542 | 2024-08-16T20:55:16.306Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1543 | 2024-08-16T20:55:16.306Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1544 | 2024-08-16T20:55:16.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1545 | 2024-08-16T20:55:16.342Z | |
1546 | 2024-08-16T20:55:16.342Z | info: running `cargo check --bins` on sled-hardware-types (25/150) |
1547 | 2024-08-16T20:55:16.916Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1548 | 2024-08-16T20:55:16.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1549 | 2024-08-16T20:55:16.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1550 | 2024-08-16T20:55:16.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1551 | 2024-08-16T20:55:16.983Z | |
1552 | 2024-08-16T20:55:16.983Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/150) |
1553 | 2024-08-16T20:55:17.553Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1554 | 2024-08-16T20:55:17.555Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1555 | 2024-08-16T20:55:17.555Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1556 | 2024-08-16T20:55:17.558Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1557 | 2024-08-16T20:55:17.618Z | |
1558 | 2024-08-16T20:55:17.618Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/150) |
1559 | 2024-08-16T20:55:18.199Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1560 | 2024-08-16T20:55:18.202Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1561 | 2024-08-16T20:55:18.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1562 | 2024-08-16T20:55:18.205Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1563 | 2024-08-16T20:55:18.265Z | |
1564 | 2024-08-16T20:55:18.265Z | info: running `cargo check --bins` on oxlog (28/150) |
1565 | 2024-08-16T20:55:18.829Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1566 | 2024-08-16T20:55:18.835Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1567 | 2024-08-16T20:55:18.867Z | Checking cfg-if v1.0.0 |
1568 | 2024-08-16T20:55:18.869Z | Checking libc v0.2.155 |
1569 | 2024-08-16T20:55:18.953Z | Checking memchr v2.7.2 |
1570 | 2024-08-16T20:55:18.967Z | Checking serde v1.0.207 |
1571 | 2024-08-16T20:55:18.974Z | Checking zeroize v1.7.0 |
1572 | 2024-08-16T20:55:18.976Z | Checking scopeguard v1.2.0 |
1573 | 2024-08-16T20:55:18.992Z | Checking typenum v1.17.0 |
1574 | 2024-08-16T20:55:18.995Z | Checking byteorder v1.5.0 |
1575 | 2024-08-16T20:55:19.017Z | Checking log v0.4.21 |
1576 | 2024-08-16T20:55:19.090Z | Checking lock_api v0.4.12 |
1577 | 2024-08-16T20:55:19.235Z | Checking subtle v2.5.0 |
1578 | 2024-08-16T20:55:19.314Z | Checking const-oid v0.9.6 |
1579 | 2024-08-16T20:55:19.396Z | Checking once_cell v1.19.0 |
1580 | 2024-08-16T20:55:19.471Z | Checking itoa v1.0.11 |
1581 | 2024-08-16T20:55:19.499Z | Checking smallvec v1.13.2 |
1582 | 2024-08-16T20:55:19.672Z | Checking pin-project-lite v0.2.14 |
1583 | 2024-08-16T20:55:19.698Z | Checking spin v0.9.8 |
1584 | 2024-08-16T20:55:19.795Z | Checking zerocopy v0.7.34 |
1585 | 2024-08-16T20:55:19.815Z | Checking tinyvec_macros v0.1.1 |
1586 | 2024-08-16T20:55:19.863Z | Checking futures-core v0.3.30 |
1587 | 2024-08-16T20:55:19.888Z | Checking tinyvec v1.6.0 |
1588 | 2024-08-16T20:55:20.038Z | Checking cpufeatures v0.2.12 |
1589 | 2024-08-16T20:55:20.055Z | Checking unicode-bidi v0.3.15 |
1590 | 2024-08-16T20:55:20.092Z | Checking getrandom v0.2.14 |
1591 | 2024-08-16T20:55:20.132Z | Checking signal-hook-registry v1.4.2 |
1592 | 2024-08-16T20:55:20.243Z | Checking generic-array v0.14.7 |
1593 | 2024-08-16T20:55:20.354Z | Checking rand_core v0.6.4 |
1594 | 2024-08-16T20:55:20.373Z | Checking parking_lot_core v0.9.10 |
1595 | 2024-08-16T20:55:20.647Z | Checking mio v1.0.2 |
1596 | 2024-08-16T20:55:20.662Z | Checking socket2 v0.5.7 |
1597 | 2024-08-16T20:55:20.715Z | Checking parking_lot v0.12.2 |
1598 | 2024-08-16T20:55:21.068Z | Checking futures-sink v0.3.30 |
1599 | 2024-08-16T20:55:21.102Z | Checking allocator-api2 v0.2.18 |
1600 | 2024-08-16T20:55:21.127Z | Checking libm v0.2.8 |
1601 | 2024-08-16T20:55:21.189Z | Checking unicode-normalization v0.1.23 |
1602 | 2024-08-16T20:55:21.202Z | Checking ryu v1.0.18 |
1603 | 2024-08-16T20:55:21.216Z | Checking ahash v0.8.11 |
1604 | 2024-08-16T20:55:21.259Z | Checking equivalent v1.0.1 |
1605 | 2024-08-16T20:55:21.368Z | Checking futures-channel v0.3.30 |
1606 | 2024-08-16T20:55:21.400Z | Checking crypto-common v0.1.6 |
1607 | 2024-08-16T20:55:21.429Z | Checking block-buffer v0.10.4 |
1608 | 2024-08-16T20:55:21.586Z | Checking block-padding v0.3.3 |
1609 | 2024-08-16T20:55:21.650Z | Checking digest v0.10.7 |
1610 | 2024-08-16T20:55:21.724Z | Checking slab v0.4.9 |
1611 | 2024-08-16T20:55:21.739Z | Checking futures-io v0.3.30 |
1612 | 2024-08-16T20:55:21.742Z | Checking hashbrown v0.14.5 |
1613 | 2024-08-16T20:55:21.790Z | Checking inout v0.1.3 |
1614 | 2024-08-16T20:55:21.933Z | Checking pin-utils v0.1.0 |
1615 | 2024-08-16T20:55:21.973Z | Checking futures-task v0.3.30 |
1616 | 2024-08-16T20:55:22.007Z | Checking cipher v0.4.4 |
1617 | 2024-08-16T20:55:22.022Z | Checking hmac v0.12.1 |
1618 | 2024-08-16T20:55:22.024Z | Checking sha2 v0.10.8 |
1619 | 2024-08-16T20:55:22.024Z | Checking num-traits v0.2.19 |
1620 | 2024-08-16T20:55:22.074Z | Checking base64ct v1.6.0 |
1621 | 2024-08-16T20:55:22.187Z | Checking futures-util v0.3.30 |
1622 | 2024-08-16T20:55:22.240Z | Checking ppv-lite86 v0.2.17 |
1623 | 2024-08-16T20:55:22.401Z | Checking flagset v0.4.5 |
1624 | 2024-08-16T20:55:22.518Z | Checking pem-rfc7468 v0.7.0 |
1625 | 2024-08-16T20:55:22.556Z | Checking percent-encoding v2.3.1 |
1626 | 2024-08-16T20:55:22.595Z | Checking salsa20 v0.10.2 |
1627 | 2024-08-16T20:55:22.758Z | Checking pbkdf2 v0.12.2 |
1628 | 2024-08-16T20:55:22.771Z | Checking der v0.7.9 |
1629 | 2024-08-16T20:55:22.799Z | Checking tracing-core v0.1.32 |
1630 | 2024-08-16T20:55:22.903Z | Checking fnv v1.0.7 |
1631 | 2024-08-16T20:55:22.919Z | Checking untrusted v0.9.0 |
1632 | 2024-08-16T20:55:22.940Z | Checking rand_chacha v0.3.1 |
1633 | 2024-08-16T20:55:23.032Z | Checking scrypt v0.11.0 |
1634 | 2024-08-16T20:55:23.074Z | Checking ring v0.17.8 |
1635 | 2024-08-16T20:55:23.256Z | Checking cbc v0.1.2 |
1636 | 2024-08-16T20:55:23.308Z | Checking rand v0.8.5 |
1637 | 2024-08-16T20:55:23.435Z | Checking tracing v0.1.40 |
1638 | 2024-08-16T20:55:23.449Z | Checking aes v0.8.4 |
1639 | 2024-08-16T20:55:23.776Z | Checking thiserror v1.0.63 |
1640 | 2024-08-16T20:55:23.812Z | Checking foreign-types-shared v0.1.1 |
1641 | 2024-08-16T20:55:23.909Z | Checking form_urlencoded v1.2.1 |
1642 | 2024-08-16T20:55:23.932Z | Checking foreign-types v0.3.2 |
1643 | 2024-08-16T20:55:23.964Z | Checking bytes v1.7.1 |
1644 | 2024-08-16T20:55:24.032Z | Checking bitflags v2.6.0 |
1645 | 2024-08-16T20:55:24.122Z | Checking indexmap v2.4.0 |
1646 | 2024-08-16T20:55:24.335Z | Checking serde_json v1.0.125 |
1647 | 2024-08-16T20:55:24.401Z | Checking openssl-sys v0.9.103 |
1648 | 2024-08-16T20:55:24.528Z | Checking lazy_static v1.5.0 |
1649 | 2024-08-16T20:55:24.563Z | Checking spki v0.7.3 |
1650 | 2024-08-16T20:55:24.647Z | Checking powerfmt v0.2.0 |
1651 | 2024-08-16T20:55:24.784Z | Checking tokio v1.39.2 |
1652 | 2024-08-16T20:55:24.848Z | Checking http v0.2.12 |
1653 | 2024-08-16T20:55:24.869Z | Checking pkcs5 v0.7.1 |
1654 | 2024-08-16T20:55:24.914Z | Checking try-lock v0.2.5 |
1655 | 2024-08-16T20:55:25.040Z | Checking siphasher v0.3.11 |
1656 | 2024-08-16T20:55:25.346Z | Checking unicode-ident v1.0.12 |
1657 | 2024-08-16T20:55:25.386Z | Checking pkcs8 v0.10.2 |
1658 | 2024-08-16T20:55:25.442Z | Checking want v0.3.1 |
1659 | 2024-08-16T20:55:25.507Z | Checking proc-macro2 v1.0.86 |
1660 | 2024-08-16T20:55:25.619Z | Checking deranged v0.3.11 |
1661 | 2024-08-16T20:55:25.663Z | Checking openssl v0.10.66 |
1662 | 2024-08-16T20:55:25.689Z | Checking sct v0.7.1 |
1663 | 2024-08-16T20:55:25.893Z | Checking rustls-webpki v0.101.7 |
1664 | 2024-08-16T20:55:26.011Z | Checking uuid v1.10.0 |
1665 | 2024-08-16T20:55:26.171Z | Checking idna v0.5.0 |
1666 | 2024-08-16T20:55:26.188Z | Checking http-body v0.4.6 |
1667 | 2024-08-16T20:55:26.582Z | Checking errno v0.3.9 |
1668 | 2024-08-16T20:55:26.600Z | Checking httparse v1.8.0 |
1669 | 2024-08-16T20:55:26.613Z | Checking scroll v0.12.0 |
1670 | 2024-08-16T20:55:26.746Z | Checking aho-corasick v1.1.3 |
1671 | 2024-08-16T20:55:27.015Z | Checking regex-syntax v0.8.4 |
1672 | 2024-08-16T20:55:27.045Z | Checking finl_unicode v1.2.0 |
1673 | 2024-08-16T20:55:27.064Z | Checking tower-service v0.3.2 |
1674 | 2024-08-16T20:55:27.183Z | Checking utf8parse v0.2.1 |
1675 | 2024-08-16T20:55:27.285Z | Checking adler v1.0.2 |
1676 | 2024-08-16T20:55:27.313Z | Checking time-core v0.1.2 |
1677 | 2024-08-16T20:55:27.415Z | Checking anstyle v1.0.8 |
1678 | 2024-08-16T20:55:27.436Z | Checking httpdate v1.0.3 |
1679 | 2024-08-16T20:55:27.467Z | Checking openssl-probe v0.1.5 |
1680 | 2024-08-16T20:55:27.611Z | Checking ucd-trie v0.1.6 |
1681 | 2024-08-16T20:55:27.615Z | Checking num_threads v0.1.7 |
1682 | 2024-08-16T20:55:27.648Z | Checking plain v0.2.3 |
1683 | 2024-08-16T20:55:27.726Z | Checking iana-time-zone v0.1.60 |
1684 | 2024-08-16T20:55:27.738Z | Checking num-conv v0.1.0 |
1685 | 2024-08-16T20:55:27.792Z | Checking goblin v0.8.2 |
1686 | 2024-08-16T20:55:27.826Z | Checking pest v2.7.10 |
1687 | 2024-08-16T20:55:27.861Z | Checking chrono v0.4.38 |
1688 | 2024-08-16T20:55:27.969Z | Checking time v0.3.36 |
1689 | 2024-08-16T20:55:28.360Z | Checking stringprep v0.1.4 |
1690 | 2024-08-16T20:55:28.644Z | Checking miniz_oxide v0.7.2 |
1691 | 2024-08-16T20:55:29.445Z | Checking anstyle-parse v0.2.4 |
1692 | 2024-08-16T20:55:29.712Z | Checking url v2.5.2 |
1693 | 2024-08-16T20:55:29.933Z | Checking rustix v0.38.34 |
1694 | 2024-08-16T20:55:30.235Z | Checking regex-automata v0.4.6 |
1695 | 2024-08-16T20:55:30.413Z | Checking rustls v0.21.12 |
1696 | 2024-08-16T20:55:30.416Z | Checking quote v1.0.36 |
1697 | 2024-08-16T20:55:30.485Z | Checking serde_spanned v0.6.7 |
1698 | 2024-08-16T20:55:30.687Z | Checking toml_datetime v0.6.8 |
1699 | 2024-08-16T20:55:30.747Z | Checking num-integer v0.1.46 |
1700 | 2024-08-16T20:55:30.977Z | Checking idna v0.3.0 |
1701 | 2024-08-16T20:55:30.991Z | Checking native-tls v0.2.11 |
1702 | 2024-08-16T20:55:31.232Z | Checking md-5 v0.10.6 |
1703 | 2024-08-16T20:55:31.273Z | Checking hash32 v0.2.1 |
1704 | 2024-08-16T20:55:31.452Z | Checking base64 v0.22.1 |
1705 | 2024-08-16T20:55:31.589Z | Checking gimli v0.28.1 |
1706 | 2024-08-16T20:55:31.735Z | Checking tokio-util v0.7.11 |
1707 | 2024-08-16T20:55:31.833Z | Checking stable_deref_trait v1.2.0 |
1708 | 2024-08-16T20:55:31.836Z | Checking fallible-iterator v0.2.0 |
1709 | 2024-08-16T20:55:31.915Z | Checking anstyle-query v1.0.3 |
1710 | 2024-08-16T20:55:31.933Z | Checking psl-types v2.0.11 |
1711 | 2024-08-16T20:55:32.036Z | Checking colorchoice v1.0.1 |
1712 | 2024-08-16T20:55:32.109Z | Checking is_terminal_polyfill v1.70.0 |
1713 | 2024-08-16T20:55:32.161Z | Checking pretty-hex v0.4.1 |
1714 | 2024-08-16T20:55:32.220Z | Checking anstream v0.6.14 |
1715 | 2024-08-16T20:55:32.322Z | Checking publicsuffix v2.2.3 |
1716 | 2024-08-16T20:55:32.465Z | Checking postgres-protocol v0.6.7 |
1717 | 2024-08-16T20:55:32.549Z | Checking heapless v0.7.17 |
1718 | 2024-08-16T20:55:32.575Z | Checking h2 v0.3.26 |
1719 | 2024-08-16T20:55:32.577Z | Checking terminal_size v0.3.0 |
1720 | 2024-08-16T20:55:32.745Z | Checking tokio-native-tls v0.3.1 |
1721 | 2024-08-16T20:55:32.898Z | Checking dof v0.3.0 |
1722 | 2024-08-16T20:55:32.999Z | Checking num-iter v0.1.45 |
1723 | 2024-08-16T20:55:33.108Z | Checking syn v2.0.74 |
1724 | 2024-08-16T20:55:33.173Z | Checking dtrace-parser v0.2.0 |
1725 | 2024-08-16T20:55:33.497Z | Checking cookie v0.17.0 |
1726 | 2024-08-16T20:55:33.568Z | Checking tokio-rustls v0.24.1 |
1727 | 2024-08-16T20:55:33.587Z | Checking phf_shared v0.11.2 |
1728 | 2024-08-16T20:55:33.613Z | Checking ff v0.13.0 |
1729 | 2024-08-16T20:55:33.825Z | Checking thread-id v4.2.1 |
1730 | 2024-08-16T20:55:33.856Z | Checking object v0.32.2 |
1731 | 2024-08-16T20:55:33.923Z | Checking strsim v0.11.1 |
1732 | 2024-08-16T20:55:33.937Z | Checking bitflags v1.3.2 |
1733 | 2024-08-16T20:55:33.940Z | Checking winnow v0.5.40 |
1734 | 2024-08-16T20:55:34.039Z | Checking regex-automata v0.1.10 |
1735 | 2024-08-16T20:55:34.203Z | Checking base16ct v0.2.0 |
1736 | 2024-08-16T20:55:34.386Z | Checking ipnet v2.9.0 |
1737 | 2024-08-16T20:55:34.421Z | Checking rustc-demangle v0.1.24 |
1738 | 2024-08-16T20:55:34.670Z | Checking either v1.13.0 |
1739 | 2024-08-16T20:55:34.830Z | Checking managed v0.8.0 |
1740 | 2024-08-16T20:55:34.843Z | Checking clap_lex v0.7.0 |
1741 | 2024-08-16T20:55:35.049Z | Checking base64 v0.21.7 |
1742 | 2024-08-16T20:55:35.091Z | Checking clap_builder v4.5.15 |
1743 | 2024-08-16T20:55:35.204Z | Checking smoltcp v0.9.1 |
1744 | 2024-08-16T20:55:35.499Z | Checking rustls-pemfile v1.0.4 |
1745 | 2024-08-16T20:55:35.560Z | Checking addr2line v0.21.0 |
1746 | 2024-08-16T20:55:35.689Z | Checking regex v1.10.6 |
1747 | 2024-08-16T20:55:36.092Z | Checking bstr v0.2.17 |
1748 | 2024-08-16T20:55:36.312Z | Checking sec1 v0.7.3 |
1749 | 2024-08-16T20:55:36.680Z | Checking cookie_store v0.20.0 |
1750 | 2024-08-16T20:55:36.699Z | Checking phf v0.11.2 |
1751 | 2024-08-16T20:55:36.945Z | Checking group v0.13.0 |
1752 | 2024-08-16T20:55:36.958Z | Checking num-bigint-dig v0.8.4 |
1753 | 2024-08-16T20:55:36.961Z | Checking toml_edit v0.19.15 |
1754 | 2024-08-16T20:55:37.191Z | Checking postgres-types v0.2.7 |
1755 | 2024-08-16T20:55:37.286Z | Checking futures-executor v0.3.30 |
1756 | 2024-08-16T20:55:37.514Z | Checking pkcs1 v0.7.5 |
1757 | 2024-08-16T20:55:37.909Z | Checking phf_shared v0.10.0 |
1758 | 2024-08-16T20:55:37.923Z | Checking serde_urlencoded v0.7.1 |
1759 | 2024-08-16T20:55:38.102Z | Checking hubpack v0.1.2 |
1760 | 2024-08-16T20:55:38.180Z | Checking zerocopy v0.6.6 |
1761 | 2024-08-16T20:55:38.347Z | Checking float-cmp v0.9.0 |
1762 | 2024-08-16T20:55:38.400Z | Checking crc32fast v1.4.0 |
1763 | 2024-08-16T20:55:38.519Z | Checking crossbeam-utils v0.8.19 |
1764 | 2024-08-16T20:55:38.617Z | Checking signal-hook v0.3.17 |
1765 | 2024-08-16T20:55:38.839Z | Checking hyper v0.14.30 |
1766 | 2024-08-16T20:55:38.896Z | Checking hkdf v0.12.4 |
1767 | 2024-08-16T20:55:38.950Z | Checking idna v0.4.0 |
1768 | 2024-08-16T20:55:39.068Z | Checking signature v2.2.0 |
1769 | 2024-08-16T20:55:39.088Z | Checking crypto-bigint v0.5.5 |
1770 | 2024-08-16T20:55:39.191Z | Checking memmap v0.7.0 |
1771 | 2024-08-16T20:55:39.253Z | Checking mio v0.8.11 |
1772 | 2024-08-16T20:55:39.372Z | Checking usdt-impl v0.5.0 |
1773 | 2024-08-16T20:55:39.389Z | Checking encoding_rs v0.8.34 |
1774 | 2024-08-16T20:55:39.404Z | Checking data-encoding v2.6.0 |
1775 | 2024-08-16T20:55:39.755Z | Checking backtrace v0.3.71 |
1776 | 2024-08-16T20:55:39.769Z | Checking dyn-clone v1.0.17 |
1777 | 2024-08-16T20:55:39.859Z | Checking webpki-roots v0.25.4 |
1778 | 2024-08-16T20:55:39.896Z | Checking minimal-lexical v0.2.1 |
1779 | 2024-08-16T20:55:39.911Z | Checking predicates-core v1.0.6 |
1780 | 2024-08-16T20:55:40.004Z | Checking mime v0.3.17 |
1781 | 2024-08-16T20:55:40.018Z | Checking difflib v0.4.0 |
1782 | 2024-08-16T20:55:40.074Z | Checking fixedbitset v0.4.2 |
1783 | 2024-08-16T20:55:40.288Z | Checking unicode-segmentation v1.11.0 |
1784 | 2024-08-16T20:55:40.303Z | Checking static_assertions v1.1.0 |
1785 | 2024-08-16T20:55:40.317Z | Checking sync_wrapper v0.1.2 |
1786 | 2024-08-16T20:55:40.330Z | Checking bit-vec v0.6.3 |
1787 | 2024-08-16T20:55:40.343Z | Checking whoami v1.5.1 |
1788 | 2024-08-16T20:55:40.388Z | Checking normalize-line-endings v0.3.0 |
1789 | 2024-08-16T20:55:40.430Z | Checking winnow v0.6.18 |
1790 | 2024-08-16T20:55:40.511Z | Checking precomputed-hash v0.1.1 |
1791 | 2024-08-16T20:55:40.625Z | Checking unicode-width v0.1.13 |
1792 | 2024-08-16T20:55:40.639Z | Checking new_debug_unreachable v1.0.6 |
1793 | 2024-08-16T20:55:40.654Z | Checking bit-set v0.5.3 |
1794 | 2024-08-16T20:55:40.724Z | Checking string_cache v0.8.7 |
1795 | 2024-08-16T20:55:40.809Z | Checking console v0.15.8 |
1796 | 2024-08-16T20:55:40.899Z | Checking tokio-postgres v0.7.11 |
1797 | 2024-08-16T20:55:40.942Z | Checking similar v2.5.0 |
1798 | 2024-08-16T20:55:41.006Z | Checking predicates v3.1.2 |
1799 | 2024-08-16T20:55:41.404Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1800 | 2024-08-16T20:55:41.646Z | Checking petgraph v0.6.5 |
1801 | 2024-08-16T20:55:41.672Z | Checking anyhow v1.0.86 |
1802 | 2024-08-16T20:55:41.757Z | Checking elliptic-curve v0.13.8 |
1803 | 2024-08-16T20:55:41.788Z | Checking nom v7.1.3 |
1804 | 2024-08-16T20:55:42.059Z | Checking hickory-proto v0.24.1 |
1805 | 2024-08-16T20:55:42.427Z | Checking usdt v0.5.0 |
1806 | 2024-08-16T20:55:42.690Z | Checking schemars v0.8.21 |
1807 | 2024-08-16T20:55:43.386Z | Checking toml_edit v0.22.20 |
1808 | 2024-08-16T20:55:43.848Z | Checking signal-hook-mio v0.2.4 |
1809 | 2024-08-16T20:55:44.004Z | Checking toml v0.7.8 |
1810 | 2024-08-16T20:55:44.349Z | Checking rsa v0.9.6 |
1811 | 2024-08-16T20:55:44.677Z | Checking crossbeam-epoch v0.9.18 |
1812 | 2024-08-16T20:55:44.731Z | Checking flate2 v1.0.31 |
1813 | 2024-08-16T20:55:44.949Z | Checking hyper-rustls v0.24.2 |
1814 | 2024-08-16T20:55:44.969Z | Checking hyper-tls v0.5.0 |
1815 | 2024-08-16T20:55:45.117Z | Checking clap v4.5.16 |
1816 | 2024-08-16T20:55:45.235Z | Checking futures v0.3.30 |
1817 | 2024-08-16T20:55:45.253Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1818 | 2024-08-16T20:55:45.267Z | Checking reqwest v0.11.27 |
1819 | 2024-08-16T20:55:45.288Z | Checking itertools v0.12.1 |
1820 | 2024-08-16T20:55:45.332Z | Checking itertools v0.10.5 |
1821 | 2024-08-16T20:55:45.346Z | Checking bstr v1.9.1 |
1822 | 2024-08-16T20:55:45.388Z | Checking tokio-stream v0.1.15 |
1823 | 2024-08-16T20:55:46.132Z | Checking fs-err v2.11.0 |
1824 | 2024-08-16T20:55:46.156Z | Checking nix v0.28.0 |
1825 | 2024-08-16T20:55:46.266Z | Checking slog v2.7.0 |
1826 | 2024-08-16T20:55:46.292Z | Checking openapiv3 v2.0.0 |
1827 | 2024-08-16T20:55:46.685Z | Checking semver v1.0.23 |
1828 | 2024-08-16T20:55:46.733Z | Checking hex v0.4.3 |
1829 | 2024-08-16T20:55:46.748Z | Checking sha1 v0.10.6 |
1830 | 2024-08-16T20:55:46.901Z | Checking peg-runtime v0.8.3 |
1831 | 2024-08-16T20:55:47.022Z | Checking lalrpop-util v0.19.12 |
1832 | 2024-08-16T20:55:47.071Z | Checking camino v1.1.8 |
1833 | 2024-08-16T20:55:47.114Z | Checking sigpipe v0.1.3 |
1834 | 2024-08-16T20:55:48.886Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1835 | 2024-08-16T20:55:49.204Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.92s |
1836 | 2024-08-16T20:55:49.330Z | |
1837 | 2024-08-16T20:55:49.330Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/150) |
1838 | 2024-08-16T20:55:49.919Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1839 | 2024-08-16T20:55:49.922Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1840 | 2024-08-16T20:55:50.001Z | Compiling regress v0.9.1 |
1841 | 2024-08-16T20:55:50.096Z | Checking strum v0.26.3 |
1842 | 2024-08-16T20:55:50.113Z | Checking heck v0.5.0 |
1843 | 2024-08-16T20:55:50.123Z | Compiling getopts v0.2.21 |
1844 | 2024-08-16T20:55:50.125Z | Checking dirs-sys-next v0.1.2 |
1845 | 2024-08-16T20:55:50.134Z | Compiling unsafe-libyaml v0.2.11 |
1846 | 2024-08-16T20:55:50.212Z | Checking http v1.1.0 |
1847 | 2024-08-16T20:55:50.277Z | Checking thread_local v1.1.8 |
1848 | 2024-08-16T20:55:50.291Z | Checking dirs-next v2.0.0 |
1849 | 2024-08-16T20:55:50.415Z | Checking rustls-pki-types v1.7.0 |
1850 | 2024-08-16T20:55:50.454Z | Compiling ident_case v1.0.1 |
1851 | 2024-08-16T20:55:50.537Z | Checking term v0.7.0 |
1852 | 2024-08-16T20:55:50.614Z | Compiling darling_core v0.20.9 |
1853 | 2024-08-16T20:55:50.860Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1854 | 2024-08-16T20:55:50.985Z | Checking crossbeam-channel v0.5.12 |
1855 | 2024-08-16T20:55:51.010Z | Checking atty v0.2.14 |
1856 | 2024-08-16T20:55:51.134Z | Checking is-terminal v0.4.12 |
1857 | 2024-08-16T20:55:51.180Z | Checking take_mut v0.2.2 |
1858 | 2024-08-16T20:55:51.253Z | Checking utf-8 v0.7.6 |
1859 | 2024-08-16T20:55:51.323Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1860 | 2024-08-16T20:55:51.447Z | Compiling serde_yaml v0.9.34+deprecated |
1861 | 2024-08-16T20:55:51.558Z | Compiling rustls v0.22.4 |
1862 | 2024-08-16T20:55:51.679Z | Checking termcolor v1.4.1 |
1863 | 2024-08-16T20:55:51.709Z | Checking humantime v2.1.0 |
1864 | 2024-08-16T20:55:51.838Z | Compiling paste v1.0.15 |
1865 | 2024-08-16T20:55:52.023Z | Checking slog-async v2.8.0 |
1866 | 2024-08-16T20:55:52.060Z | Checking slog-term v2.9.1 |
1867 | 2024-08-16T20:55:52.107Z | Checking env_logger v0.9.3 |
1868 | 2024-08-16T20:55:52.300Z | Checking rustls-webpki v0.102.4 |
1869 | 2024-08-16T20:55:52.451Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1870 | 2024-08-16T20:55:52.550Z | Compiling proc-macro-crate v1.3.1 |
1871 | 2024-08-16T20:55:52.564Z | Compiling bitstruct_derive v0.1.0 |
1872 | 2024-08-16T20:55:52.809Z | Compiling structmeta-derive v0.3.0 |
1873 | 2024-08-16T20:55:53.061Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1874 | 2024-08-16T20:55:53.197Z | Compiling multer v3.1.0 |
1875 | 2024-08-16T20:55:53.512Z | Checking ascii v1.1.0 |
1876 | 2024-08-16T20:55:53.530Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1877 | 2024-08-16T20:55:53.926Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1878 | 2024-08-16T20:55:53.947Z | Checking match_cfg v0.1.0 |
1879 | 2024-08-16T20:55:54.041Z | Checking hostname v0.3.1 |
1880 | 2024-08-16T20:55:54.180Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1881 | 2024-08-16T20:55:54.267Z | Checking bitstruct v0.1.1 |
1882 | 2024-08-16T20:55:54.383Z | Compiling num_enum_derive v0.5.11 |
1883 | 2024-08-16T20:55:55.101Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1884 | 2024-08-16T20:55:55.268Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-08-16T20:55:55.608Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1886 | 2024-08-16T20:55:55.843Z | Compiling structmeta v0.3.0 |
1887 | 2024-08-16T20:55:55.906Z | Checking slog-json v2.6.1 |
1888 | 2024-08-16T20:55:56.055Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1889 | 2024-08-16T20:55:56.149Z | Checking serde_arrays v0.1.0 |
1890 | 2024-08-16T20:55:56.273Z | Checking erased-serde v0.3.31 |
1891 | 2024-08-16T20:55:56.303Z | Compiling foreign-types-macros v0.2.3 |
1892 | 2024-08-16T20:55:56.319Z | Compiling async-stream-impl v0.3.5 |
1893 | 2024-08-16T20:55:56.767Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1894 | 2024-08-16T20:55:57.070Z | Checking arc-swap v1.7.1 |
1895 | 2024-08-16T20:55:57.085Z | Checking foreign-types-shared v0.3.1 |
1896 | 2024-08-16T20:55:57.190Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1897 | 2024-08-16T20:55:57.356Z | Checking atomic-waker v1.1.2 |
1898 | 2024-08-16T20:55:57.479Z | Checking waitgroup v0.1.2 |
1899 | 2024-08-16T20:55:57.494Z | Checking slog-scope v4.4.0 |
1900 | 2024-08-16T20:55:57.526Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1901 | 2024-08-16T20:55:57.604Z | Checking foreign-types v0.5.0 |
1902 | 2024-08-16T20:55:57.644Z | Checking async-stream v0.3.5 |
1903 | 2024-08-16T20:55:57.658Z | Compiling darling_macro v0.20.9 |
1904 | 2024-08-16T20:55:57.678Z | Checking num_enum v0.5.11 |
1905 | 2024-08-16T20:55:57.692Z | Compiling parse-display-derive v0.10.0 |
1906 | 2024-08-16T20:55:57.705Z | Checking slog-bunyan v2.5.0 |
1907 | 2024-08-16T20:55:57.817Z | Compiling proc-macro-error v1.0.4 |
1908 | 2024-08-16T20:55:58.006Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1909 | 2024-08-16T20:55:58.114Z | Checking toml v0.8.19 |
1910 | 2024-08-16T20:55:58.372Z | Checking tungstenite v0.20.1 |
1911 | 2024-08-16T20:55:58.473Z | Checking rustls-pemfile v2.1.3 |
1912 | 2024-08-16T20:55:58.614Z | Compiling darling v0.20.9 |
1913 | 2024-08-16T20:55:58.709Z | Compiling heck v0.3.3 |
1914 | 2024-08-16T20:55:58.737Z | Compiling serde_with_macros v3.8.3 |
1915 | 2024-08-16T20:55:58.763Z | Checking tokio-rustls v0.25.0 |
1916 | 2024-08-16T20:55:58.879Z | Checking ipnetwork v0.20.0 |
1917 | 2024-08-16T20:55:59.166Z | Checking newtype-uuid v1.1.0 |
1918 | 2024-08-16T20:55:59.182Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1919 | 2024-08-16T20:55:59.268Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1920 | 2024-08-16T20:55:59.290Z | Checking serde_path_to_error v0.1.16 |
1921 | 2024-08-16T20:55:59.409Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1922 | 2024-08-16T20:55:59.913Z | Checking cstr-argument v0.1.2 |
1923 | 2024-08-16T20:56:00.025Z | Checking hostname v0.4.0 |
1924 | 2024-08-16T20:56:00.096Z | Checking instant v0.1.12 |
1925 | 2024-08-16T20:56:00.166Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1926 | 2024-08-16T20:56:00.182Z | Checking pretty-hex v0.2.1 |
1927 | 2024-08-16T20:56:00.209Z | Checking fastrand v2.1.0 |
1928 | 2024-08-16T20:56:00.342Z | Checking debug-ignore v1.0.5 |
1929 | 2024-08-16T20:56:00.480Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1930 | 2024-08-16T20:56:00.498Z | Checking backoff v0.4.0 |
1931 | 2024-08-16T20:56:00.543Z | Checking tempfile v3.10.1 |
1932 | 2024-08-16T20:56:00.745Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1933 | 2024-08-16T20:56:00.791Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1934 | 2024-08-16T20:56:00.910Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1935 | 2024-08-16T20:56:01.040Z | Checking tokio-tungstenite v0.20.1 |
1936 | 2024-08-16T20:56:01.085Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1937 | 2024-08-16T20:56:01.127Z | Compiling zone_cfg_derive v0.1.2 |
1938 | 2024-08-16T20:56:01.436Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1939 | 2024-08-16T20:56:01.487Z | Checking slog-stdlog v4.1.1 |
1940 | 2024-08-16T20:56:01.644Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1941 | 2024-08-16T20:56:01.784Z | Checking serde_with v3.8.3 |
1942 | 2024-08-16T20:56:01.798Z | Checking tungstenite v0.21.0 |
1943 | 2024-08-16T20:56:02.192Z | Checking colored v2.1.0 |
1944 | 2024-08-16T20:56:02.346Z | Checking parse-display v0.10.0 |
1945 | 2024-08-16T20:56:02.495Z | Checking macaddr v1.0.1 |
1946 | 2024-08-16T20:56:02.583Z | Checking socket2 v0.4.10 |
1947 | 2024-08-16T20:56:02.635Z | Checking base64 v0.13.1 |
1948 | 2024-08-16T20:56:02.710Z | Checking tokio-tungstenite v0.21.0 |
1949 | 2024-08-16T20:56:02.855Z | Checking zone v0.1.8 |
1950 | 2024-08-16T20:56:03.031Z | Checking ron v0.7.1 |
1951 | 2024-08-16T20:56:03.165Z | Checking slog-envlogger v2.2.0 |
1952 | 2024-08-16T20:56:03.383Z | Checking pem v3.0.4 |
1953 | 2024-08-16T20:56:03.536Z | Checking tabwriter v1.4.0 |
1954 | 2024-08-16T20:56:03.651Z | Checking xattr v1.3.1 |
1955 | 2024-08-16T20:56:03.770Z | Checking portpicker v0.1.1 |
1956 | 2024-08-16T20:56:03.848Z | Checking yasna v0.5.2 |
1957 | 2024-08-16T20:56:03.950Z | Checking headers-core v0.2.0 |
1958 | 2024-08-16T20:56:04.084Z | Checking smf v0.2.3 |
1959 | 2024-08-16T20:56:04.125Z | Checking filetime v0.2.24 |
1960 | 2024-08-16T20:56:04.344Z | Checking same-file v1.0.6 |
1961 | 2024-08-16T20:56:04.524Z | Checking walkdir v2.5.0 |
1962 | 2024-08-16T20:56:04.542Z | Checking tar v0.4.41 |
1963 | 2024-08-16T20:56:04.784Z | Checking rcgen v0.12.1 |
1964 | 2024-08-16T20:56:04.799Z | Checking headers v0.3.9 |
1965 | 2024-08-16T20:56:04.839Z | Checking camino-tempfile v1.1.1 |
1966 | 2024-08-16T20:56:05.069Z | Checking atomicwrites v0.4.3 |
1967 | 2024-08-16T20:56:05.126Z | Checking subprocess v0.2.9 |
1968 | 2024-08-16T20:56:06.239Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1969 | 2024-08-16T20:56:06.521Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1970 | 2024-08-16T20:56:08.098Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1971 | 2024-08-16T20:56:10.005Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1972 | 2024-08-16T20:56:10.072Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1973 | 2024-08-16T20:56:13.192Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1974 | 2024-08-16T20:56:19.608Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1975 | 2024-08-16T20:56:19.738Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1976 | 2024-08-16T20:56:19.738Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1977 | 2024-08-16T20:56:22.184Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1978 | 2024-08-16T20:56:22.641Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1979 | 2024-08-16T20:56:28.507Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1980 | 2024-08-16T20:56:29.949Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1981 | 2024-08-16T20:56:31.042Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.70s |
1982 | 2024-08-16T20:56:31.190Z | |
1983 | 2024-08-16T20:56:31.190Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/150) |
1984 | 2024-08-16T20:56:31.777Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1985 | 2024-08-16T20:56:31.780Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1986 | 2024-08-16T20:56:31.854Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1987 | 2024-08-16T20:56:33.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
1988 | 2024-08-16T20:56:33.230Z | |
1989 | 2024-08-16T20:56:33.230Z | info: running `cargo check --bins` on nexus-config (31/150) |
1990 | 2024-08-16T20:56:33.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1991 | 2024-08-16T20:56:33.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1992 | 2024-08-16T20:56:33.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1993 | 2024-08-16T20:56:33.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1994 | 2024-08-16T20:56:33.858Z | |
1995 | 2024-08-16T20:56:33.858Z | info: running `cargo check --bins` on omicron-rpaths (32/150) |
1996 | 2024-08-16T20:56:34.403Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1997 | 2024-08-16T20:56:34.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1998 | 2024-08-16T20:56:34.405Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1999 | 2024-08-16T20:56:34.408Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2000 | 2024-08-16T20:56:34.465Z | |
2001 | 2024-08-16T20:56:34.465Z | info: running `cargo check --bins` on omicron-certificates (33/150) |
2002 | 2024-08-16T20:56:35.026Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2003 | 2024-08-16T20:56:35.029Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2004 | 2024-08-16T20:56:35.029Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2005 | 2024-08-16T20:56:35.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2006 | 2024-08-16T20:56:35.091Z | |
2007 | 2024-08-16T20:56:35.091Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/150) |
2008 | 2024-08-16T20:56:35.663Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2009 | 2024-08-16T20:56:35.666Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2010 | 2024-08-16T20:56:35.744Z | Compiling heapless v0.8.0 |
2011 | 2024-08-16T20:56:35.746Z | Checking hash32 v0.3.1 |
2012 | 2024-08-16T20:56:35.834Z | Compiling smoltcp v0.11.0 |
2013 | 2024-08-16T20:56:35.856Z | Checking embedded-io v0.4.0 |
2014 | 2024-08-16T20:56:35.859Z | Checking cobs v0.2.3 |
2015 | 2024-08-16T20:56:35.882Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2016 | 2024-08-16T20:56:35.884Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2017 | 2024-08-16T20:56:35.907Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2018 | 2024-08-16T20:56:35.992Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2019 | 2024-08-16T20:56:36.030Z | Compiling crucible-workspace-hack v0.1.0 |
2020 | 2024-08-16T20:56:36.033Z | Checking postcard v1.0.8 |
2021 | 2024-08-16T20:56:36.053Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2022 | 2024-08-16T20:56:36.242Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2023 | 2024-08-16T20:56:36.279Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2024 | 2024-08-16T20:56:36.437Z | Compiling num-derive v0.4.2 |
2025 | 2024-08-16T20:56:36.561Z | Compiling slog-dtrace v0.3.0 |
2026 | 2024-08-16T20:56:36.637Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2027 | 2024-08-16T20:56:36.680Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2028 | 2024-08-16T20:56:36.776Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2029 | 2024-08-16T20:56:37.528Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2030 | 2024-08-16T20:56:38.070Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2031 | 2024-08-16T20:56:39.417Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2032 | 2024-08-16T20:56:40.287Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2033 | 2024-08-16T20:56:41.321Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2034 | 2024-08-16T20:56:43.001Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2035 | 2024-08-16T20:56:43.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.58s |
2036 | 2024-08-16T20:56:43.820Z | |
2037 | 2024-08-16T20:56:43.820Z | info: running `cargo check --bins` on clickhouse-admin-api (35/150) |
2038 | 2024-08-16T20:56:44.392Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2039 | 2024-08-16T20:56:44.394Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2040 | 2024-08-16T20:56:44.394Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2041 | 2024-08-16T20:56:44.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2042 | 2024-08-16T20:56:44.457Z | |
2043 | 2024-08-16T20:56:44.457Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (36/150) |
2044 | 2024-08-16T20:56:45.106Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2045 | 2024-08-16T20:56:45.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2046 | 2024-08-16T20:56:45.108Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2047 | 2024-08-16T20:56:45.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2048 | 2024-08-16T20:56:45.186Z | |
2049 | 2024-08-16T20:56:45.186Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/150) |
2050 | 2024-08-16T20:56:45.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2051 | 2024-08-16T20:56:45.873Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2052 | 2024-08-16T20:56:45.873Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2053 | 2024-08-16T20:56:45.875Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.68s |
2054 | 2024-08-16T20:56:45.950Z | |
2055 | 2024-08-16T20:56:45.950Z | info: running `cargo check --bins` on dns-server (38/150) |
2056 | 2024-08-16T20:56:46.518Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2057 | 2024-08-16T20:56:46.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2058 | 2024-08-16T20:56:46.589Z | Compiling parking_lot_core v0.8.6 |
2059 | 2024-08-16T20:56:46.676Z | Checking newline-converter v0.3.0 |
2060 | 2024-08-16T20:56:46.679Z | Checking nibble_vec v0.1.0 |
2061 | 2024-08-16T20:56:46.679Z | Checking quick-error v1.2.3 |
2062 | 2024-08-16T20:56:46.679Z | Checking linked-hash-map v0.5.6 |
2063 | 2024-08-16T20:56:46.679Z | Checking endian-type v0.1.2 |
2064 | 2024-08-16T20:56:46.680Z | Checking fxhash v0.2.1 |
2065 | 2024-08-16T20:56:46.694Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2066 | 2024-08-16T20:56:46.797Z | Checking resolv-conf v0.7.0 |
2067 | 2024-08-16T20:56:46.812Z | Checking expectorate v1.1.0 |
2068 | 2024-08-16T20:56:46.855Z | Checking hickory-server v0.24.1 |
2069 | 2024-08-16T20:56:46.952Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2070 | 2024-08-16T20:56:46.981Z | Checking radix_trie v0.2.1 |
2071 | 2024-08-16T20:56:46.998Z | Checking lru-cache v0.1.2 |
2072 | 2024-08-16T20:56:47.140Z | Checking hickory-resolver v0.24.1 |
2073 | 2024-08-16T20:56:47.315Z | Checking hickory-client v0.24.1 |
2074 | 2024-08-16T20:56:47.427Z | Checking parking_lot v0.11.2 |
2075 | 2024-08-16T20:56:47.739Z | Checking sled v0.34.7 |
2076 | 2024-08-16T20:56:49.487Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2077 | 2024-08-16T20:56:50.568Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.61s |
2078 | 2024-08-16T20:56:50.717Z | |
2079 | 2024-08-16T20:56:50.717Z | info: running `cargo check --bins` on dns-server-api (39/150) |
2080 | 2024-08-16T20:56:51.259Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2081 | 2024-08-16T20:56:51.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2082 | 2024-08-16T20:56:51.262Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2083 | 2024-08-16T20:56:51.264Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2084 | 2024-08-16T20:56:51.321Z | |
2085 | 2024-08-16T20:56:51.321Z | info: running `cargo check --bins` on dns-service-client (40/150) |
2086 | 2024-08-16T20:56:51.866Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2087 | 2024-08-16T20:56:51.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2088 | 2024-08-16T20:56:51.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2089 | 2024-08-16T20:56:51.871Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2090 | 2024-08-16T20:56:51.927Z | |
2091 | 2024-08-16T20:56:51.927Z | info: running `cargo check --bins` on gateway-test-utils (41/150) |
2092 | 2024-08-16T20:56:52.527Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2093 | 2024-08-16T20:56:52.530Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2094 | 2024-08-16T20:56:52.530Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2095 | 2024-08-16T20:56:52.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2096 | 2024-08-16T20:56:52.598Z | |
2097 | 2024-08-16T20:56:52.598Z | info: running `cargo check --bins` on gateway-types (42/150) |
2098 | 2024-08-16T20:56:53.197Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2099 | 2024-08-16T20:56:53.203Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2100 | 2024-08-16T20:56:53.203Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2101 | 2024-08-16T20:56:53.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2102 | 2024-08-16T20:56:53.227Z | |
2103 | 2024-08-16T20:56:53.227Z | info: running `cargo check --bins` on ipcc (43/150) |
2104 | 2024-08-16T20:56:53.802Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2105 | 2024-08-16T20:56:53.804Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2106 | 2024-08-16T20:56:53.804Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2107 | 2024-08-16T20:56:53.807Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2108 | 2024-08-16T20:56:53.873Z | |
2109 | 2024-08-16T20:56:53.873Z | info: running `cargo check --bins` on omicron-gateway (44/150) |
2110 | 2024-08-16T20:56:54.471Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2111 | 2024-08-16T20:56:54.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2112 | 2024-08-16T20:56:54.554Z | Compiling radium v0.7.0 |
2113 | 2024-08-16T20:56:54.645Z | Checking tap v1.0.1 |
2114 | 2024-08-16T20:56:54.648Z | Compiling maybe-uninit v2.0.0 |
2115 | 2024-08-16T20:56:54.663Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2116 | 2024-08-16T20:56:54.665Z | Checking funty v2.0.0 |
2117 | 2024-08-16T20:56:54.665Z | Checking crc-catalog v2.4.0 |
2118 | 2024-08-16T20:56:54.671Z | Compiling packed_struct v0.10.1 |
2119 | 2024-08-16T20:56:54.701Z | Compiling packed_struct_codegen v0.10.1 |
2120 | 2024-08-16T20:56:54.789Z | Checking wyz v0.5.1 |
2121 | 2024-08-16T20:56:54.801Z | Checking crc v3.2.1 |
2122 | 2024-08-16T20:56:55.146Z | Compiling indexmap v1.9.3 |
2123 | 2024-08-16T20:56:55.189Z | Checking half v2.4.1 |
2124 | 2024-08-16T20:56:55.195Z | Checking nodrop v0.1.14 |
2125 | 2024-08-16T20:56:55.315Z | Checking ciborium-io v0.2.2 |
2126 | 2024-08-16T20:56:55.340Z | Checking array-init v0.0.4 |
2127 | 2024-08-16T20:56:55.419Z | Checking smallvec v0.6.14 |
2128 | 2024-08-16T20:56:55.465Z | Compiling memoffset v0.9.1 |
2129 | 2024-08-16T20:56:55.485Z | Checking hashbrown v0.12.3 |
2130 | 2024-08-16T20:56:55.585Z | Checking bitvec v1.0.1 |
2131 | 2024-08-16T20:56:55.689Z | Checking ciborium-ll v0.2.2 |
2132 | 2024-08-16T20:56:55.762Z | Checking bitfield v0.14.0 |
2133 | 2024-08-16T20:56:55.797Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2134 | 2024-08-16T20:56:55.973Z | Checking ciborium v0.2.2 |
2135 | 2024-08-16T20:56:56.034Z | Checking env_logger v0.10.2 |
2136 | 2024-08-16T20:56:56.243Z | Checking serde-hex v0.1.0 |
2137 | 2024-08-16T20:56:56.273Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2138 | 2024-08-16T20:56:56.439Z | Checking ron v0.8.1 |
2139 | 2024-08-16T20:56:56.490Z | Checking x509-cert v0.2.5 |
2140 | 2024-08-16T20:56:56.894Z | Checking bzip2 v0.4.4 |
2141 | 2024-08-16T20:56:56.954Z | Checking hashbrown v0.13.2 |
2142 | 2024-08-16T20:56:57.093Z | Checking crc-any v2.5.0 |
2143 | 2024-08-16T20:56:57.183Z | Checking zip v0.6.6 |
2144 | 2024-08-16T20:56:57.593Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2145 | 2024-08-16T20:56:57.697Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2146 | 2024-08-16T20:56:57.881Z | Checking path-slash v0.1.5 |
2147 | 2024-08-16T20:56:57.943Z | Checking nix v0.27.1 |
2148 | 2024-08-16T20:56:57.972Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2149 | 2024-08-16T20:56:57.990Z | Checking serde-big-array v0.5.1 |
2150 | 2024-08-16T20:56:58.005Z | Checking object v0.30.4 |
2151 | 2024-08-16T20:56:58.023Z | Checking signal-hook-tokio v0.3.1 |
2152 | 2024-08-16T20:56:58.067Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2153 | 2024-08-16T20:57:00.119Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2154 | 2024-08-16T20:57:00.718Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2155 | 2024-08-16T20:57:07.403Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2156 | 2024-08-16T20:57:08.623Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2157 | 2024-08-16T20:57:10.365Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2158 | 2024-08-16T20:57:12.117Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.23s |
2159 | 2024-08-16T20:57:12.268Z | |
2160 | 2024-08-16T20:57:12.268Z | info: running `cargo check --bins` on gateway-api (45/150) |
2161 | 2024-08-16T20:57:12.828Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2162 | 2024-08-16T20:57:12.832Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2163 | 2024-08-16T20:57:12.832Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2164 | 2024-08-16T20:57:12.834Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2165 | 2024-08-16T20:57:12.892Z | |
2166 | 2024-08-16T20:57:12.892Z | info: running `cargo check --bins` on sp-sim (46/150) |
2167 | 2024-08-16T20:57:13.453Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2168 | 2024-08-16T20:57:13.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2169 | 2024-08-16T20:57:13.520Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2170 | 2024-08-16T20:57:15.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.24s |
2171 | 2024-08-16T20:57:15.294Z | |
2172 | 2024-08-16T20:57:15.294Z | info: running `cargo check --bins` on internal-dns (47/150) |
2173 | 2024-08-16T20:57:15.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2174 | 2024-08-16T20:57:15.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2175 | 2024-08-16T20:57:15.866Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2176 | 2024-08-16T20:57:15.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2177 | 2024-08-16T20:57:15.930Z | |
2178 | 2024-08-16T20:57:15.930Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (48/150) |
2179 | 2024-08-16T20:57:16.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2180 | 2024-08-16T20:57:16.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2181 | 2024-08-16T20:57:16.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2182 | 2024-08-16T20:57:16.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2183 | 2024-08-16T20:57:16.594Z | |
2184 | 2024-08-16T20:57:16.594Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/150) |
2185 | 2024-08-16T20:57:17.224Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2186 | 2024-08-16T20:57:17.227Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2187 | 2024-08-16T20:57:17.227Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2188 | 2024-08-16T20:57:17.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2189 | 2024-08-16T20:57:17.297Z | |
2190 | 2024-08-16T20:57:17.298Z | info: running `cargo check --bins` on db-macros (50/150) |
2191 | 2024-08-16T20:57:17.845Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2192 | 2024-08-16T20:57:17.848Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2193 | 2024-08-16T20:57:17.848Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2194 | 2024-08-16T20:57:17.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2195 | 2024-08-16T20:57:17.907Z | |
2196 | 2024-08-16T20:57:17.907Z | info: running `cargo check --bins` on nexus-macros-common (51/150) |
2197 | 2024-08-16T20:57:18.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2198 | 2024-08-16T20:57:18.460Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2199 | 2024-08-16T20:57:18.460Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2200 | 2024-08-16T20:57:18.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2201 | 2024-08-16T20:57:18.521Z | |
2202 | 2024-08-16T20:57:18.521Z | info: running `cargo check --bins` on nexus-auth (52/150) |
2203 | 2024-08-16T20:57:19.124Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2204 | 2024-08-16T20:57:19.127Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2205 | 2024-08-16T20:57:19.127Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2206 | 2024-08-16T20:57:19.139Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2207 | 2024-08-16T20:57:19.194Z | |
2208 | 2024-08-16T20:57:19.195Z | info: running `cargo check --bins` on authz-macros (53/150) |
2209 | 2024-08-16T20:57:19.744Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2210 | 2024-08-16T20:57:19.746Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2211 | 2024-08-16T20:57:19.746Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2212 | 2024-08-16T20:57:19.749Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2213 | 2024-08-16T20:57:19.811Z | |
2214 | 2024-08-16T20:57:19.811Z | info: running `cargo check --bins` on nexus-db-fixed-data (54/150) |
2215 | 2024-08-16T20:57:20.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2216 | 2024-08-16T20:57:20.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2217 | 2024-08-16T20:57:20.403Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2218 | 2024-08-16T20:57:20.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2219 | 2024-08-16T20:57:20.470Z | |
2220 | 2024-08-16T20:57:20.470Z | info: running `cargo check --bins` on nexus-db-model (55/150) |
2221 | 2024-08-16T20:57:21.066Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2222 | 2024-08-16T20:57:21.069Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2223 | 2024-08-16T20:57:21.069Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2224 | 2024-08-16T20:57:21.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2225 | 2024-08-16T20:57:21.141Z | |
2226 | 2024-08-16T20:57:21.141Z | info: running `cargo check --bins` on nexus-defaults (56/150) |
2227 | 2024-08-16T20:57:21.717Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2228 | 2024-08-16T20:57:21.720Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2229 | 2024-08-16T20:57:21.720Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2230 | 2024-08-16T20:57:21.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2231 | 2024-08-16T20:57:21.788Z | |
2232 | 2024-08-16T20:57:21.788Z | info: running `cargo check --bins` on nexus-sled-agent-shared (57/150) |
2233 | 2024-08-16T20:57:22.368Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2234 | 2024-08-16T20:57:22.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2235 | 2024-08-16T20:57:22.371Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2236 | 2024-08-16T20:57:22.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2237 | 2024-08-16T20:57:22.436Z | |
2238 | 2024-08-16T20:57:22.436Z | info: running `cargo check --bins` on omicron-passwords (58/150) |
2239 | 2024-08-16T20:57:22.991Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2240 | 2024-08-16T20:57:22.993Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2241 | 2024-08-16T20:57:22.993Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2242 | 2024-08-16T20:57:22.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2243 | 2024-08-16T20:57:23.052Z | |
2244 | 2024-08-16T20:57:23.053Z | info: running `cargo check --bins` on nexus-types (59/150) |
2245 | 2024-08-16T20:57:23.638Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2246 | 2024-08-16T20:57:23.641Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2247 | 2024-08-16T20:57:23.641Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2248 | 2024-08-16T20:57:23.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2249 | 2024-08-16T20:57:23.704Z | |
2250 | 2024-08-16T20:57:23.704Z | info: running `cargo check --bins` on gateway-client (60/150) |
2251 | 2024-08-16T20:57:24.253Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2252 | 2024-08-16T20:57:24.256Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2253 | 2024-08-16T20:57:24.256Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2254 | 2024-08-16T20:57:24.258Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2255 | 2024-08-16T20:57:24.314Z | |
2256 | 2024-08-16T20:57:24.314Z | info: running `cargo check --bins` on sled-agent-client (61/150) |
2257 | 2024-08-16T20:57:24.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2258 | 2024-08-16T20:57:24.918Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2259 | 2024-08-16T20:57:24.918Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2260 | 2024-08-16T20:57:24.921Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2261 | 2024-08-16T20:57:24.985Z | |
2262 | 2024-08-16T20:57:24.985Z | info: running `cargo check --bins` on oximeter (62/150) |
2263 | 2024-08-16T20:57:25.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2264 | 2024-08-16T20:57:25.568Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2265 | 2024-08-16T20:57:25.643Z | Compiling rustls-pki-types v1.7.0 |
2266 | 2024-08-16T20:57:25.732Z | Compiling prettyplease v0.2.20 |
2267 | 2024-08-16T20:57:25.734Z | Compiling match_cfg v0.1.0 |
2268 | 2024-08-16T20:57:25.750Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2269 | 2024-08-16T20:57:25.752Z | Compiling slog-json v2.6.1 |
2270 | 2024-08-16T20:57:25.752Z | Compiling http v1.1.0 |
2271 | 2024-08-16T20:57:25.767Z | Compiling atomic-waker v1.1.2 |
2272 | 2024-08-16T20:57:25.787Z | Compiling async-stream v0.3.5 |
2273 | 2024-08-16T20:57:25.809Z | Compiling hostname v0.3.1 |
2274 | 2024-08-16T20:57:25.951Z | Compiling waitgroup v0.1.2 |
2275 | 2024-08-16T20:57:26.029Z | Compiling slog-bunyan v2.5.0 |
2276 | 2024-08-16T20:57:26.053Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2277 | 2024-08-16T20:57:26.089Z | Compiling toml v0.8.19 |
2278 | 2024-08-16T20:57:26.103Z | Compiling newtype-uuid v1.1.0 |
2279 | 2024-08-16T20:57:26.161Z | Compiling rustls-webpki v0.102.4 |
2280 | 2024-08-16T20:57:26.164Z | Compiling rustls-pemfile v2.1.3 |
2281 | 2024-08-16T20:57:26.235Z | Compiling ipnetwork v0.20.0 |
2282 | 2024-08-16T20:57:26.277Z | Compiling serde_path_to_error v0.1.16 |
2283 | 2024-08-16T20:57:26.401Z | Compiling hostname v0.4.0 |
2284 | 2024-08-16T20:57:26.523Z | Compiling instant v0.1.12 |
2285 | 2024-08-16T20:57:26.622Z | Compiling debug-ignore v1.0.5 |
2286 | 2024-08-16T20:57:26.666Z | Compiling backoff v0.4.0 |
2287 | 2024-08-16T20:57:26.679Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2288 | 2024-08-16T20:57:26.766Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2289 | 2024-08-16T20:57:27.012Z | Compiling rustls v0.22.4 |
2290 | 2024-08-16T20:57:27.106Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2291 | 2024-08-16T20:57:27.125Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2292 | 2024-08-16T20:57:27.127Z | Compiling serde_with v3.8.3 |
2293 | 2024-08-16T20:57:27.299Z | Compiling multer v3.1.0 |
2294 | 2024-08-16T20:57:27.419Z | Compiling parse-display v0.10.0 |
2295 | 2024-08-16T20:57:27.831Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2296 | 2024-08-16T20:57:28.121Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2297 | 2024-08-16T20:57:28.169Z | Compiling num-rational v0.4.2 |
2298 | 2024-08-16T20:57:28.222Z | Compiling num-complex v0.4.6 |
2299 | 2024-08-16T20:57:28.284Z | Compiling macaddr v1.0.1 |
2300 | 2024-08-16T20:57:29.298Z | Compiling num v0.4.3 |
2301 | 2024-08-16T20:57:29.414Z | Compiling float-ord v0.3.2 |
2302 | 2024-08-16T20:57:30.487Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2303 | 2024-08-16T20:57:30.981Z | Compiling tokio-rustls v0.25.0 |
2304 | 2024-08-16T20:57:31.235Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2305 | 2024-08-16T20:57:34.610Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2306 | 2024-08-16T20:57:45.965Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2307 | 2024-08-16T20:57:48.999Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2308 | 2024-08-16T20:57:49.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.61s |
2309 | 2024-08-16T20:57:49.751Z | |
2310 | 2024-08-16T20:57:49.751Z | info: running `cargo check --bins` on oximeter-impl (63/150) |
2311 | 2024-08-16T20:57:50.320Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2312 | 2024-08-16T20:57:50.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2313 | 2024-08-16T20:57:50.323Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2314 | 2024-08-16T20:57:50.326Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2315 | 2024-08-16T20:57:50.384Z | |
2316 | 2024-08-16T20:57:50.384Z | info: running `cargo check --bins` on oximeter-macro-impl (64/150) |
2317 | 2024-08-16T20:57:50.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2318 | 2024-08-16T20:57:50.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2319 | 2024-08-16T20:57:50.925Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2320 | 2024-08-16T20:57:50.928Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2321 | 2024-08-16T20:57:50.980Z | |
2322 | 2024-08-16T20:57:50.981Z | info: running `cargo check --bins` on oximeter-timeseries-macro (65/150) |
2323 | 2024-08-16T20:57:51.547Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2324 | 2024-08-16T20:57:51.549Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2325 | 2024-08-16T20:57:51.549Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2326 | 2024-08-16T20:57:51.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2327 | 2024-08-16T20:57:51.610Z | |
2328 | 2024-08-16T20:57:51.610Z | info: running `cargo check --bins` on nexus-inventory (66/150) |
2329 | 2024-08-16T20:57:52.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2330 | 2024-08-16T20:57:52.195Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2331 | 2024-08-16T20:57:52.195Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2332 | 2024-08-16T20:57:52.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2333 | 2024-08-16T20:57:52.259Z | |
2334 | 2024-08-16T20:57:52.259Z | info: running `cargo check --bins` on typed-rng (67/150) |
2335 | 2024-08-16T20:57:52.800Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2336 | 2024-08-16T20:57:52.802Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2337 | 2024-08-16T20:57:52.802Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2338 | 2024-08-16T20:57:52.805Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2339 | 2024-08-16T20:57:52.863Z | |
2340 | 2024-08-16T20:57:52.863Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (68/150) |
2341 | 2024-08-16T20:57:53.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2342 | 2024-08-16T20:57:53.487Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2343 | 2024-08-16T20:57:53.600Z | Checking password-hash v0.5.0 |
2344 | 2024-08-16T20:57:53.600Z | Checking blake2 v0.10.6 |
2345 | 2024-08-16T20:57:53.603Z | Compiling semver v0.1.20 |
2346 | 2024-08-16T20:57:53.603Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2347 | 2024-08-16T20:57:53.603Z | Compiling convert_case v0.4.0 |
2348 | 2024-08-16T20:57:53.735Z | Compiling rayon-core v1.12.1 |
2349 | 2024-08-16T20:57:53.749Z | Compiling crossbeam-deque v0.8.5 |
2350 | 2024-08-16T20:57:53.749Z | Compiling curve25519-dalek v4.1.3 |
2351 | 2024-08-16T20:57:54.037Z | Compiling rustc_version v0.1.7 |
2352 | 2024-08-16T20:57:54.102Z | Compiling unicase v2.7.0 |
2353 | 2024-08-16T20:57:54.105Z | Checking argon2 v0.5.3 |
2354 | 2024-08-16T20:57:54.107Z | Compiling fastrand v2.1.0 |
2355 | 2024-08-16T20:57:54.346Z | Checking keccak v0.1.5 |
2356 | 2024-08-16T20:57:54.366Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2357 | 2024-08-16T20:57:54.391Z | Compiling same-file v1.0.6 |
2358 | 2024-08-16T20:57:54.524Z | Compiling newtype_derive v0.1.6 |
2359 | 2024-08-16T20:57:54.650Z | Compiling derive_more v0.99.18 |
2360 | 2024-08-16T20:57:54.653Z | Compiling walkdir v2.5.0 |
2361 | 2024-08-16T20:57:54.680Z | Compiling tempfile v3.10.1 |
2362 | 2024-08-16T20:57:54.682Z | Checking sha3 v0.10.8 |
2363 | 2024-08-16T20:57:54.791Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2364 | 2024-08-16T20:57:54.888Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2365 | 2024-08-16T20:57:55.071Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2366 | 2024-08-16T20:57:55.207Z | Compiling thiserror-impl-no-std v2.0.2 |
2367 | 2024-08-16T20:57:55.220Z | Checking universal-hash v0.5.1 |
2368 | 2024-08-16T20:57:55.348Z | Checking secrecy v0.8.0 |
2369 | 2024-08-16T20:57:55.376Z | Compiling ring v0.16.20 |
2370 | 2024-08-16T20:57:55.483Z | Compiling blake3 v1.5.1 |
2371 | 2024-08-16T20:57:55.509Z | Compiling derive-where v1.2.7 |
2372 | 2024-08-16T20:57:55.532Z | Compiling curve25519-dalek-derive v0.1.1 |
2373 | 2024-08-16T20:57:56.144Z | Checking opaque-debug v0.3.1 |
2374 | 2024-08-16T20:57:56.243Z | Checking poly1305 v0.8.0 |
2375 | 2024-08-16T20:57:56.553Z | Compiling rayon v1.10.0 |
2376 | 2024-08-16T20:57:56.718Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2377 | 2024-08-16T20:57:57.090Z | Checking chacha20 v0.9.1 |
2378 | 2024-08-16T20:57:57.112Z | Checking aead v0.5.2 |
2379 | 2024-08-16T20:57:57.322Z | Compiling memmap2 v0.9.4 |
2380 | 2024-08-16T20:57:57.413Z | Compiling constant_time_eq v0.3.0 |
2381 | 2024-08-16T20:57:57.600Z | Compiling untrusted v0.7.1 |
2382 | 2024-08-16T20:57:57.772Z | Compiling arrayvec v0.7.4 |
2383 | 2024-08-16T20:57:57.796Z | Compiling home v0.5.9 |
2384 | 2024-08-16T20:57:58.054Z | Compiling libefi-sys v0.1.0 |
2385 | 2024-08-16T20:57:58.194Z | Compiling spin v0.5.2 |
2386 | 2024-08-16T20:57:58.363Z | Compiling arrayref v0.3.7 |
2387 | 2024-08-16T20:57:58.379Z | Checking thiserror-no-std v2.0.2 |
2388 | 2024-08-16T20:57:58.462Z | Compiling toolchain_find v0.4.0 |
2389 | 2024-08-16T20:57:58.477Z | Checking chacha20poly1305 v0.10.1 |
2390 | 2024-08-16T20:57:58.480Z | Checking steno v0.4.1 |
2391 | 2024-08-16T20:57:58.892Z | Checking vsss-rs v3.3.4 |
2392 | 2024-08-16T20:57:58.963Z | Compiling camino-tempfile v1.1.1 |
2393 | 2024-08-16T20:57:59.133Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2394 | 2024-08-16T20:57:59.407Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2395 | 2024-08-16T20:57:59.515Z | Compiling bitfield-struct v0.6.1 |
2396 | 2024-08-16T20:57:59.837Z | Compiling topological-sort v0.2.2 |
2397 | 2024-08-16T20:58:00.071Z | Compiling cancel-safe-futures v0.1.5 |
2398 | 2024-08-16T20:58:00.602Z | Compiling mime_guess v2.0.4 |
2399 | 2024-08-16T20:58:01.014Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2400 | 2024-08-16T20:58:01.213Z | Compiling rustfmt-wrapper v0.2.1 |
2401 | 2024-08-16T20:58:01.613Z | Compiling omicron-zone-package v0.11.0 |
2402 | 2024-08-16T20:58:01.897Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2403 | 2024-08-16T20:58:01.994Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2404 | 2024-08-16T20:58:02.147Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2405 | 2024-08-16T20:58:02.177Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2406 | 2024-08-16T20:58:02.262Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2407 | 2024-08-16T20:58:02.735Z | Checking gethostname v0.5.0 |
2408 | 2024-08-16T20:58:02.758Z | Checking libsw v3.3.1 |
2409 | 2024-08-16T20:58:02.813Z | Checking linear-map v1.2.0 |
2410 | 2024-08-16T20:58:02.866Z | Checking owo-colors v4.0.0 |
2411 | 2024-08-16T20:58:02.892Z | Checking swrite v0.1.0 |
2412 | 2024-08-16T20:58:03.017Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2413 | 2024-08-16T20:58:03.145Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2414 | 2024-08-16T20:58:03.677Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2415 | 2024-08-16T20:58:03.773Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2416 | 2024-08-16T20:58:03.925Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2417 | 2024-08-16T20:58:04.334Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2418 | 2024-08-16T20:58:04.486Z | Checking kstat-rs v0.2.4 |
2419 | 2024-08-16T20:58:04.604Z | Checking nanorand v0.7.0 |
2420 | 2024-08-16T20:58:04.745Z | Checking http-range v0.1.5 |
2421 | 2024-08-16T20:58:04.812Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2422 | 2024-08-16T20:58:04.929Z | Checking glob v0.3.1 |
2423 | 2024-08-16T20:58:04.972Z | Checking flume v0.11.0 |
2424 | 2024-08-16T20:58:05.099Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2425 | 2024-08-16T20:58:05.196Z | Checking hyper-staticfile v0.9.5 |
2426 | 2024-08-16T20:58:05.243Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2427 | 2024-08-16T20:58:05.478Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2428 | 2024-08-16T20:58:05.594Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2429 | 2024-08-16T20:58:05.811Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2430 | 2024-08-16T20:58:06.213Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2431 | 2024-08-16T20:58:06.956Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2432 | 2024-08-16T20:58:07.056Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2433 | 2024-08-16T20:58:07.762Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2434 | 2024-08-16T20:58:07.891Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2435 | 2024-08-16T20:58:08.286Z | Checking itertools v0.13.0 |
2436 | 2024-08-16T20:58:08.925Z | Checking display-error-chain v0.2.0 |
2437 | 2024-08-16T20:58:09.836Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2438 | 2024-08-16T20:58:15.659Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2439 | 2024-08-16T20:58:21.121Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2440 | 2024-08-16T20:58:21.124Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2441 | 2024-08-16T20:58:21.752Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2442 | 2024-08-16T20:58:33.354Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.47s |
2443 | 2024-08-16T20:58:33.525Z | |
2444 | 2024-08-16T20:58:33.525Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (69/150) |
2445 | 2024-08-16T20:58:34.154Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-08-16T20:58:34.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-08-16T20:58:34.263Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2448 | 2024-08-16T20:58:46.143Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.61s |
2449 | 2024-08-16T20:58:46.309Z | |
2450 | 2024-08-16T20:58:46.309Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (70/150) |
2451 | 2024-08-16T20:58:46.923Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-08-16T20:58:46.926Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-08-16T20:58:47.030Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2454 | 2024-08-16T20:58:58.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.39s |
2455 | 2024-08-16T20:58:58.880Z | |
2456 | 2024-08-16T20:58:58.880Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (71/150) |
2457 | 2024-08-16T20:58:59.513Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-08-16T20:58:59.515Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-08-16T20:58:59.621Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2460 | 2024-08-16T20:59:11.196Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.30s |
2461 | 2024-08-16T20:59:11.355Z | |
2462 | 2024-08-16T20:59:11.355Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (72/150) |
2463 | 2024-08-16T20:59:11.993Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-08-16T20:59:11.995Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-08-16T20:59:12.103Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2466 | 2024-08-16T20:59:23.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.40s |
2467 | 2024-08-16T20:59:23.935Z | |
2468 | 2024-08-16T20:59:23.935Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (73/150) |
2469 | 2024-08-16T20:59:24.561Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-08-16T20:59:24.563Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-08-16T20:59:24.670Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2472 | 2024-08-16T20:59:36.261Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.31s |
2473 | 2024-08-16T20:59:36.421Z | |
2474 | 2024-08-16T20:59:36.421Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (74/150) |
2475 | 2024-08-16T20:59:37.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-08-16T20:59:37.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-08-16T20:59:37.149Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2478 | 2024-08-16T20:59:48.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.47s |
2479 | 2024-08-16T20:59:49.065Z | |
2480 | 2024-08-16T20:59:49.065Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (75/150) |
2481 | 2024-08-16T20:59:49.696Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-08-16T20:59:49.698Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-08-16T20:59:49.808Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2484 | 2024-08-16T21:00:01.410Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.33s |
2485 | 2024-08-16T21:00:01.576Z | |
2486 | 2024-08-16T21:00:01.576Z | info: running `cargo check --bins` on bootstrap-agent-api (76/150) |
2487 | 2024-08-16T21:00:02.204Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-08-16T21:00:02.206Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-08-16T21:00:02.206Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-08-16T21:00:02.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2491 | 2024-08-16T21:00:02.275Z | |
2492 | 2024-08-16T21:00:02.275Z | info: running `cargo check --bins` on nexus-client (77/150) |
2493 | 2024-08-16T21:00:02.873Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-08-16T21:00:02.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-08-16T21:00:02.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-08-16T21:00:02.879Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2497 | 2024-08-16T21:00:02.944Z | |
2498 | 2024-08-16T21:00:02.944Z | info: running `cargo check --bins` on sled-agent-types (78/150) |
2499 | 2024-08-16T21:00:03.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-08-16T21:00:03.544Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-08-16T21:00:03.544Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-08-16T21:00:03.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2503 | 2024-08-16T21:00:03.610Z | |
2504 | 2024-08-16T21:00:03.610Z | info: running `cargo check --bins` on bootstrap-agent-client (79/150) |
2505 | 2024-08-16T21:00:04.191Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-08-16T21:00:04.194Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-08-16T21:00:04.194Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-08-16T21:00:04.197Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2509 | 2024-08-16T21:00:04.258Z | |
2510 | 2024-08-16T21:00:04.258Z | info: running `cargo check --bins` on dpd-client (80/150) |
2511 | 2024-08-16T21:00:04.806Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-08-16T21:00:04.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-08-16T21:00:04.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-08-16T21:00:04.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2515 | 2024-08-16T21:00:04.870Z | |
2516 | 2024-08-16T21:00:04.870Z | info: running `cargo check --bins` on installinator-common (81/150) |
2517 | 2024-08-16T21:00:05.435Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-08-16T21:00:05.438Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-08-16T21:00:05.438Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-08-16T21:00:05.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2521 | 2024-08-16T21:00:05.501Z | |
2522 | 2024-08-16T21:00:05.501Z | info: running `cargo check --bins` on update-engine (82/150) |
2523 | 2024-08-16T21:00:06.060Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-08-16T21:00:06.062Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-08-16T21:00:06.062Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-08-16T21:00:06.065Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2527 | 2024-08-16T21:00:06.124Z | |
2528 | 2024-08-16T21:00:06.124Z | info: running `cargo check --bins` on key-manager (83/150) |
2529 | 2024-08-16T21:00:06.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-08-16T21:00:06.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-08-16T21:00:06.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-08-16T21:00:06.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2533 | 2024-08-16T21:00:06.753Z | |
2534 | 2024-08-16T21:00:06.753Z | info: running `cargo check --bins` on omicron-ddm-admin-client (84/150) |
2535 | 2024-08-16T21:00:07.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-08-16T21:00:07.372Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-08-16T21:00:07.372Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-08-16T21:00:07.374Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2539 | 2024-08-16T21:00:07.440Z | |
2540 | 2024-08-16T21:00:07.440Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (85/150) |
2541 | 2024-08-16T21:00:07.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-08-16T21:00:08.000Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-08-16T21:00:08.000Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-08-16T21:00:08.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2545 | 2024-08-16T21:00:08.062Z | |
2546 | 2024-08-16T21:00:08.062Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (86/150) |
2547 | 2024-08-16T21:00:08.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-08-16T21:00:08.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-08-16T21:00:08.630Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-08-16T21:00:08.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2551 | 2024-08-16T21:00:08.692Z | |
2552 | 2024-08-16T21:00:08.692Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (87/150) |
2553 | 2024-08-16T21:00:09.266Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-08-16T21:00:09.268Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-08-16T21:00:09.268Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-08-16T21:00:09.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2557 | 2024-08-16T21:00:09.335Z | |
2558 | 2024-08-16T21:00:09.335Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (88/150) |
2559 | 2024-08-16T21:00:09.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-08-16T21:00:09.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-08-16T21:00:09.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2562 | 2024-08-16T21:00:09.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2563 | 2024-08-16T21:00:09.976Z | |
2564 | 2024-08-16T21:00:09.976Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (89/150) |
2565 | 2024-08-16T21:00:10.548Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2566 | 2024-08-16T21:00:10.550Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2567 | 2024-08-16T21:00:10.550Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2568 | 2024-08-16T21:00:10.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2569 | 2024-08-16T21:00:10.613Z | |
2570 | 2024-08-16T21:00:10.613Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (90/150) |
2571 | 2024-08-16T21:00:11.176Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2572 | 2024-08-16T21:00:11.178Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2573 | 2024-08-16T21:00:11.178Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2574 | 2024-08-16T21:00:11.181Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2575 | 2024-08-16T21:00:11.245Z | |
2576 | 2024-08-16T21:00:11.245Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (91/150) |
2577 | 2024-08-16T21:00:11.825Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2578 | 2024-08-16T21:00:11.827Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2579 | 2024-08-16T21:00:11.827Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2580 | 2024-08-16T21:00:11.830Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2581 | 2024-08-16T21:00:11.892Z | |
2582 | 2024-08-16T21:00:11.892Z | info: running `cargo check --bins` on oximeter-producer (92/150) |
2583 | 2024-08-16T21:00:12.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2584 | 2024-08-16T21:00:12.499Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2585 | 2024-08-16T21:00:12.499Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2586 | 2024-08-16T21:00:12.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2587 | 2024-08-16T21:00:12.570Z | |
2588 | 2024-08-16T21:00:12.570Z | info: running `cargo check --bins` on sled-agent-api (93/150) |
2589 | 2024-08-16T21:00:13.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2590 | 2024-08-16T21:00:13.176Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2591 | 2024-08-16T21:00:13.176Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2592 | 2024-08-16T21:00:13.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2593 | 2024-08-16T21:00:13.251Z | |
2594 | 2024-08-16T21:00:13.251Z | info: running `cargo check --bins` on sled-hardware (94/150) |
2595 | 2024-08-16T21:00:13.836Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2596 | 2024-08-16T21:00:13.839Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2597 | 2024-08-16T21:00:13.839Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2598 | 2024-08-16T21:00:13.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2599 | 2024-08-16T21:00:13.907Z | |
2600 | 2024-08-16T21:00:13.907Z | info: running `cargo check --bins --no-default-features` on sled-storage (95/150) |
2601 | 2024-08-16T21:00:14.493Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2602 | 2024-08-16T21:00:14.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2603 | 2024-08-16T21:00:14.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2604 | 2024-08-16T21:00:14.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2605 | 2024-08-16T21:00:14.562Z | |
2606 | 2024-08-16T21:00:14.562Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (96/150) |
2607 | 2024-08-16T21:00:15.144Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2608 | 2024-08-16T21:00:15.146Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2609 | 2024-08-16T21:00:15.146Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2610 | 2024-08-16T21:00:15.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2611 | 2024-08-16T21:00:15.212Z | |
2612 | 2024-08-16T21:00:15.212Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (97/150) |
2613 | 2024-08-16T21:00:15.798Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2614 | 2024-08-16T21:00:15.801Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2615 | 2024-08-16T21:00:15.801Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2616 | 2024-08-16T21:00:15.804Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2617 | 2024-08-16T21:00:15.871Z | |
2618 | 2024-08-16T21:00:15.871Z | info: running `cargo check --bins` on nexus-test-interface (98/150) |
2619 | 2024-08-16T21:00:16.458Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2620 | 2024-08-16T21:00:16.461Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2621 | 2024-08-16T21:00:16.461Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2622 | 2024-08-16T21:00:16.463Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2623 | 2024-08-16T21:00:16.526Z | |
2624 | 2024-08-16T21:00:16.526Z | info: running `cargo check --bins` on oximeter-collector (99/150) |
2625 | 2024-08-16T21:00:17.113Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2626 | 2024-08-16T21:00:17.116Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2627 | 2024-08-16T21:00:17.203Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2628 | 2024-08-16T21:00:17.206Z | Checking bcs v0.1.6 |
2629 | 2024-08-16T21:00:17.206Z | Compiling async-recursion v1.1.1 |
2630 | 2024-08-16T21:00:17.206Z | Checking highway v1.2.0 |
2631 | 2024-08-16T21:00:17.206Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2632 | 2024-08-16T21:00:17.206Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2633 | 2024-08-16T21:00:18.263Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2634 | 2024-08-16T21:00:21.502Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2635 | 2024-08-16T21:00:23.170Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s |
2636 | 2024-08-16T21:00:23.322Z | |
2637 | 2024-08-16T21:00:23.322Z | info: running `cargo check --bins` on oximeter-api (100/150) |
2638 | 2024-08-16T21:00:23.887Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2639 | 2024-08-16T21:00:23.890Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2640 | 2024-08-16T21:00:23.890Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2641 | 2024-08-16T21:00:23.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2642 | 2024-08-16T21:00:23.954Z | |
2643 | 2024-08-16T21:00:23.954Z | info: running `cargo check --bins` on oximeter-client (101/150) |
2644 | 2024-08-16T21:00:24.525Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2024-08-16T21:00:24.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2024-08-16T21:00:24.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2647 | 2024-08-16T21:00:24.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2648 | 2024-08-16T21:00:24.590Z | |
2649 | 2024-08-16T21:00:24.590Z | info: running `cargo check --bins --no-default-features` on oximeter-db (102/150) |
2650 | 2024-08-16T21:00:25.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-08-16T21:00:25.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-08-16T21:00:25.256Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2653 | 2024-08-16T21:00:25.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.24s |
2654 | 2024-08-16T21:00:25.980Z | |
2655 | 2024-08-16T21:00:25.981Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (103/150) |
2656 | 2024-08-16T21:00:26.567Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-08-16T21:00:26.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-08-16T21:00:26.645Z | Compiling vte_generate_state_changes v0.1.1 |
2659 | 2024-08-16T21:00:26.648Z | Checking fd-lock v4.0.2 |
2660 | 2024-08-16T21:00:26.648Z | Checking bytecount v0.6.8 |
2661 | 2024-08-16T21:00:26.648Z | Compiling tabled_derive v0.7.0 |
2662 | 2024-08-16T21:00:26.648Z | Checking crossterm v0.27.0 |
2663 | 2024-08-16T21:00:26.736Z | Compiling peg-macros v0.8.4 |
2664 | 2024-08-16T21:00:26.738Z | Compiling sqlparser_derive v0.2.2 |
2665 | 2024-08-16T21:00:26.739Z | Checking nu-ansi-term v0.50.0 |
2666 | 2024-08-16T21:00:26.868Z | Checking papergrid v0.11.0 |
2667 | 2024-08-16T21:00:26.895Z | Checking home v0.5.9 |
2668 | 2024-08-16T21:00:27.030Z | Checking unicode_categories v0.1.1 |
2669 | 2024-08-16T21:00:27.160Z | Checking rustyline v14.0.0 |
2670 | 2024-08-16T21:00:27.333Z | Checking sqlformat v0.2.4 |
2671 | 2024-08-16T21:00:27.358Z | Checking vte v0.11.1 |
2672 | 2024-08-16T21:00:27.930Z | Checking sqlparser v0.45.0 |
2673 | 2024-08-16T21:00:28.262Z | Checking crossterm v0.28.1 |
2674 | 2024-08-16T21:00:28.756Z | Checking strip-ansi-escapes v0.2.0 |
2675 | 2024-08-16T21:00:28.911Z | Checking reedline v0.33.0 |
2676 | 2024-08-16T21:00:29.275Z | Checking tabled v0.15.0 |
2677 | 2024-08-16T21:00:29.647Z | Checking peg v0.8.4 |
2678 | 2024-08-16T21:00:34.260Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2679 | 2024-08-16T21:00:39.929Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s |
2680 | 2024-08-16T21:00:40.088Z | |
2681 | 2024-08-16T21:00:40.088Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (104/150) |
2682 | 2024-08-16T21:00:40.686Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2683 | 2024-08-16T21:00:40.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2684 | 2024-08-16T21:00:40.771Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2685 | 2024-08-16T21:00:46.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.75s |
2686 | 2024-08-16T21:00:47.005Z | |
2687 | 2024-08-16T21:00:47.005Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (105/150) |
2688 | 2024-08-16T21:00:47.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2689 | 2024-08-16T21:00:47.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2690 | 2024-08-16T21:00:47.697Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2691 | 2024-08-16T21:00:53.517Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.50s |
2692 | 2024-08-16T21:00:53.681Z | |
2693 | 2024-08-16T21:00:53.681Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (106/150) |
2694 | 2024-08-16T21:00:54.295Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2695 | 2024-08-16T21:00:54.297Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2696 | 2024-08-16T21:00:54.384Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2697 | 2024-08-16T21:00:58.671Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s |
2698 | 2024-08-16T21:00:58.827Z | |
2699 | 2024-08-16T21:00:58.827Z | info: running `cargo check --bins` on cockroach-admin-client (107/150) |
2700 | 2024-08-16T21:00:59.396Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2701 | 2024-08-16T21:00:59.399Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2702 | 2024-08-16T21:00:59.399Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2703 | 2024-08-16T21:00:59.401Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2704 | 2024-08-16T21:00:59.463Z | |
2705 | 2024-08-16T21:00:59.463Z | info: running `cargo check --bins` on installinator-client (108/150) |
2706 | 2024-08-16T21:01:00.073Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2707 | 2024-08-16T21:01:00.076Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2708 | 2024-08-16T21:01:00.076Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2709 | 2024-08-16T21:01:00.079Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2710 | 2024-08-16T21:01:00.146Z | |
2711 | 2024-08-16T21:01:00.146Z | info: running `cargo check --bins` on oxide-client (109/150) |
2712 | 2024-08-16T21:01:00.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2713 | 2024-08-16T21:01:00.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2714 | 2024-08-16T21:01:00.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2715 | 2024-08-16T21:01:00.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2716 | 2024-08-16T21:01:00.793Z | |
2717 | 2024-08-16T21:01:00.793Z | info: running `cargo check --bins` on wicketd-client (110/150) |
2718 | 2024-08-16T21:01:01.418Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2719 | 2024-08-16T21:01:01.420Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2720 | 2024-08-16T21:01:01.420Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2721 | 2024-08-16T21:01:01.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2722 | 2024-08-16T21:01:01.490Z | |
2723 | 2024-08-16T21:01:01.490Z | info: running `cargo check --bins` on wicket-common (111/150) |
2724 | 2024-08-16T21:01:02.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2725 | 2024-08-16T21:01:02.106Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2726 | 2024-08-16T21:01:02.106Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2727 | 2024-08-16T21:01:02.110Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2728 | 2024-08-16T21:01:02.176Z | |
2729 | 2024-08-16T21:01:02.176Z | info: running `cargo check --bins` on omicron-cockroach-admin (112/150) |
2730 | 2024-08-16T21:01:02.787Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2731 | 2024-08-16T21:01:02.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2732 | 2024-08-16T21:01:02.872Z | Checking csv-core v0.1.11 |
2733 | 2024-08-16T21:01:02.875Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2734 | 2024-08-16T21:01:03.180Z | Checking csv v1.3.0 |
2735 | 2024-08-16T21:01:03.721Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2736 | 2024-08-16T21:01:04.087Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2737 | 2024-08-16T21:01:05.337Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.15s |
2738 | 2024-08-16T21:01:05.484Z | |
2739 | 2024-08-16T21:01:05.484Z | info: running `cargo check --bins` on cockroach-admin-api (113/150) |
2740 | 2024-08-16T21:01:06.090Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2024-08-16T21:01:06.093Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2024-08-16T21:01:06.093Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2024-08-16T21:01:06.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2744 | 2024-08-16T21:01:06.162Z | |
2745 | 2024-08-16T21:01:06.162Z | info: running `cargo check --bins` on cockroach-admin-types (114/150) |
2746 | 2024-08-16T21:01:06.755Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2024-08-16T21:01:06.758Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2024-08-16T21:01:06.758Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2024-08-16T21:01:06.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2750 | 2024-08-16T21:01:06.828Z | |
2751 | 2024-08-16T21:01:06.828Z | info: running `cargo check --bins` on cert-dev (115/150) |
2752 | 2024-08-16T21:01:07.402Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2024-08-16T21:01:07.405Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2024-08-16T21:01:07.467Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2755 | 2024-08-16T21:01:07.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2756 | 2024-08-16T21:01:07.870Z | |
2757 | 2024-08-16T21:01:07.870Z | info: running `cargo check --bins` on ch-dev (116/150) |
2758 | 2024-08-16T21:01:08.488Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2024-08-16T21:01:08.491Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2024-08-16T21:01:08.570Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2761 | 2024-08-16T21:01:09.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
2762 | 2024-08-16T21:01:09.424Z | |
2763 | 2024-08-16T21:01:09.424Z | info: running `cargo check --bins` on crdb-seed (117/150) |
2764 | 2024-08-16T21:01:10.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-08-16T21:01:10.054Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-08-16T21:01:10.136Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2767 | 2024-08-16T21:01:10.477Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
2768 | 2024-08-16T21:01:10.635Z | |
2769 | 2024-08-16T21:01:10.635Z | info: running `cargo check --bins` on db-dev (118/150) |
2770 | 2024-08-16T21:01:11.260Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2771 | 2024-08-16T21:01:11.262Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2772 | 2024-08-16T21:01:11.345Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2773 | 2024-08-16T21:01:12.062Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.42s |
2774 | 2024-08-16T21:01:12.218Z | |
2775 | 2024-08-16T21:01:12.218Z | info: running `cargo check --bins` on omicron-dev-lib (119/150) |
2776 | 2024-08-16T21:01:12.850Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-08-16T21:01:12.876Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-08-16T21:01:12.876Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2024-08-16T21:01:12.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2780 | 2024-08-16T21:01:12.921Z | |
2781 | 2024-08-16T21:01:12.921Z | info: running `cargo check --bins` on xtask-downloader (120/150) |
2782 | 2024-08-16T21:01:13.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-08-16T21:01:13.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-08-16T21:01:13.565Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2785 | 2024-08-16T21:01:14.469Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.54s |
2786 | 2024-08-16T21:01:14.610Z | |
2787 | 2024-08-16T21:01:14.610Z | info: running `cargo check --bins` on mgs-dev (121/150) |
2788 | 2024-08-16T21:01:15.247Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-08-16T21:01:15.251Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-08-16T21:01:15.343Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2791 | 2024-08-16T21:01:15.891Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2792 | 2024-08-16T21:01:16.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.67s |
2793 | 2024-08-16T21:01:16.456Z | |
2794 | 2024-08-16T21:01:16.456Z | info: running `cargo check --bins` on omicron-omdb (122/150) |
2795 | 2024-08-16T21:01:17.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2796 | 2024-08-16T21:01:17.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2797 | 2024-08-16T21:01:17.314Z | Compiling crunchy v0.2.2 |
2798 | 2024-08-16T21:01:17.317Z | Compiling glob v0.3.1 |
2799 | 2024-08-16T21:01:17.317Z | Compiling tiny-keccak v2.0.2 |
2800 | 2024-08-16T21:01:17.317Z | Compiling dsl_auto_type v0.1.2 |
2801 | 2024-08-16T21:01:17.416Z | Checking scheduled-thread-pool v0.2.7 |
2802 | 2024-08-16T21:01:17.418Z | Compiling diesel_table_macro_syntax v0.2.0 |
2803 | 2024-08-16T21:01:17.484Z | Compiling ascii-canvas v3.0.0 |
2804 | 2024-08-16T21:01:17.486Z | Compiling ena v0.14.3 |
2805 | 2024-08-16T21:01:17.696Z | Checking r2d2 v0.8.10 |
2806 | 2024-08-16T21:01:17.777Z | Compiling libloading v0.8.3 |
2807 | 2024-08-16T21:01:17.907Z | Compiling regex-syntax v0.6.29 |
2808 | 2024-08-16T21:01:17.933Z | Compiling bindgen v0.69.4 |
2809 | 2024-08-16T21:01:18.023Z | Compiling diff v0.1.13 |
2810 | 2024-08-16T21:01:18.042Z | Compiling which v4.4.2 |
2811 | 2024-08-16T21:01:18.190Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2812 | 2024-08-16T21:01:18.359Z | Compiling clang-sys v1.7.0 |
2813 | 2024-08-16T21:01:18.433Z | Compiling cexpr v0.6.0 |
2814 | 2024-08-16T21:01:18.691Z | Compiling lazycell v1.3.0 |
2815 | 2024-08-16T21:01:18.719Z | Compiling ref-cast v1.0.23 |
2816 | 2024-08-16T21:01:18.761Z | Compiling shlex v1.3.0 |
2817 | 2024-08-16T21:01:18.763Z | Compiling rustc-hash v1.1.0 |
2818 | 2024-08-16T21:01:18.868Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2819 | 2024-08-16T21:01:18.936Z | Compiling derive_builder_core v0.20.0 |
2820 | 2024-08-16T21:01:19.089Z | Compiling diesel_derives v2.2.2 |
2821 | 2024-08-16T21:01:19.198Z | Compiling libxml v0.3.3 |
2822 | 2024-08-16T21:01:19.225Z | Compiling ref-cast-impl v1.0.23 |
2823 | 2024-08-16T21:01:19.351Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2824 | 2024-08-16T21:01:19.665Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2825 | 2024-08-16T21:01:19.856Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2826 | 2024-08-16T21:01:20.160Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2827 | 2024-08-16T21:01:20.271Z | Compiling strum_macros v0.24.3 |
2828 | 2024-08-16T21:01:20.563Z | Compiling cookie v0.18.1 |
2829 | 2024-08-16T21:01:20.601Z | Compiling indoc v1.0.9 |
2830 | 2024-08-16T21:01:21.426Z | Compiling lalrpop v0.19.12 |
2831 | 2024-08-16T21:01:21.659Z | Compiling derive_builder_macro v0.20.0 |
2832 | 2024-08-16T21:01:22.623Z | Checking derive_builder v0.20.0 |
2833 | 2024-08-16T21:01:22.801Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2834 | 2024-08-16T21:01:23.120Z | Compiling oso-derive v0.27.3 |
2835 | 2024-08-16T21:01:23.144Z | Compiling impl-trait-for-tuples v0.2.2 |
2836 | 2024-08-16T21:01:23.843Z | Checking quick-xml v0.31.0 |
2837 | 2024-08-16T21:01:23.950Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2838 | 2024-08-16T21:01:24.225Z | Checking maplit v1.0.2 |
2839 | 2024-08-16T21:01:24.395Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2840 | 2024-08-16T21:01:24.845Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2841 | 2024-08-16T21:01:25.163Z | Checking bb8 v0.8.5 |
2842 | 2024-08-16T21:01:25.686Z | Compiling const_format_proc_macros v0.2.32 |
2843 | 2024-08-16T21:01:25.945Z | Checking crossbeam-deque v0.8.5 |
2844 | 2024-08-16T21:01:26.221Z | Compiling portable-atomic v1.6.0 |
2845 | 2024-08-16T21:01:26.279Z | Checking rayon-core v1.12.1 |
2846 | 2024-08-16T21:01:27.016Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2847 | 2024-08-16T21:01:27.345Z | Checking castaway v0.2.3 |
2848 | 2024-08-16T21:01:27.499Z | Checking compact_str v0.8.0 |
2849 | 2024-08-16T21:01:27.934Z | Checking const_format v0.2.32 |
2850 | 2024-08-16T21:01:28.440Z | Checking rayon v1.10.0 |
2851 | 2024-08-16T21:01:28.442Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2852 | 2024-08-16T21:01:28.485Z | Checking unicode-truncate v1.0.0 |
2853 | 2024-08-16T21:01:28.733Z | Checking lru v0.12.3 |
2854 | 2024-08-16T21:01:28.760Z | Compiling instability v0.3.2 |
2855 | 2024-08-16T21:01:29.075Z | Checking number_prefix v0.4.0 |
2856 | 2024-08-16T21:01:29.295Z | Checking unicode-linebreak v0.1.5 |
2857 | 2024-08-16T21:01:29.741Z | Checking cassowary v0.3.0 |
2858 | 2024-08-16T21:01:29.898Z | Checking smawk v0.3.2 |
2859 | 2024-08-16T21:01:30.108Z | Checking textwrap v0.16.1 |
2860 | 2024-08-16T21:01:30.185Z | Checking ratatui v0.28.0 |
2861 | 2024-08-16T21:01:30.558Z | Checking multimap v0.10.0 |
2862 | 2024-08-16T21:01:32.315Z | Checking diesel v2.2.2 |
2863 | 2024-08-16T21:01:32.367Z | Checking indicatif v0.17.8 |
2864 | 2024-08-16T21:01:52.724Z | Compiling samael v0.0.15 |
2865 | 2024-08-16T21:02:07.698Z | Compiling polar-core v0.27.3 |
2866 | 2024-08-16T21:02:08.238Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2867 | 2024-08-16T21:02:14.848Z | Checking oso v0.27.3 |
2868 | 2024-08-16T21:03:16.956Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2869 | 2024-08-16T21:03:22.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 06s |
2870 | 2024-08-16T21:03:22.680Z | |
2871 | 2024-08-16T21:03:22.680Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (123/150) |
2872 | 2024-08-16T21:03:23.338Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2873 | 2024-08-16T21:03:23.341Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2874 | 2024-08-16T21:03:23.341Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2875 | 2024-08-16T21:03:23.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2876 | 2024-08-16T21:03:23.412Z | |
2877 | 2024-08-16T21:03:23.412Z | info: running `cargo check --bins` on nexus-saga-recovery (124/150) |
2878 | 2024-08-16T21:03:24.065Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2879 | 2024-08-16T21:03:24.067Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2880 | 2024-08-16T21:03:24.067Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2881 | 2024-08-16T21:03:24.071Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2882 | 2024-08-16T21:03:24.145Z | |
2883 | 2024-08-16T21:03:24.145Z | info: running `cargo check --bins` on nexus-test-utils-macros (125/150) |
2884 | 2024-08-16T21:03:24.714Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2885 | 2024-08-16T21:03:24.716Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2886 | 2024-08-16T21:03:24.716Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2887 | 2024-08-16T21:03:24.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2888 | 2024-08-16T21:03:24.782Z | |
2889 | 2024-08-16T21:03:24.783Z | info: running `cargo check --bins` on omicron-nexus (126/150) |
2890 | 2024-08-16T21:03:25.479Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2891 | 2024-08-16T21:03:25.482Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2892 | 2024-08-16T21:03:25.645Z | Compiling libz-sys v1.1.16 |
2893 | 2024-08-16T21:03:25.746Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2894 | 2024-08-16T21:03:25.760Z | Compiling vergen v8.3.2 |
2895 | 2024-08-16T21:03:25.763Z | Compiling cargo-platform v0.1.8 |
2896 | 2024-08-16T21:03:25.763Z | Compiling pin-project-internal v1.1.5 |
2897 | 2024-08-16T21:03:25.793Z | Compiling snafu-derive v0.8.2 |
2898 | 2024-08-16T21:03:25.796Z | Compiling libsqlite3-sys v0.28.0 |
2899 | 2024-08-16T21:03:25.796Z | Compiling buf-list v1.0.3 |
2900 | 2024-08-16T21:03:26.094Z | Compiling cargo_metadata v0.18.1 |
2901 | 2024-08-16T21:03:26.368Z | Checking globset v0.4.14 |
2902 | 2024-08-16T21:03:26.410Z | Checking olpc-cjson v0.1.3 |
2903 | 2024-08-16T21:03:26.566Z | Checking rand_seeder v0.3.0 |
2904 | 2024-08-16T21:03:26.631Z | Checking serde_plain v1.0.2 |
2905 | 2024-08-16T21:03:26.690Z | Checking typed-path v0.7.1 |
2906 | 2024-08-16T21:03:26.811Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2907 | 2024-08-16T21:03:27.017Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2908 | 2024-08-16T21:03:27.183Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2909 | 2024-08-16T21:03:27.285Z | Checking hashlink v0.9.1 |
2910 | 2024-08-16T21:03:27.325Z | Checking fallible-iterator v0.3.0 |
2911 | 2024-08-16T21:03:27.462Z | Checking fallible-streaming-iterator v0.1.9 |
2912 | 2024-08-16T21:03:27.660Z | Checking parse-size v1.0.0 |
2913 | 2024-08-16T21:03:27.882Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2914 | 2024-08-16T21:03:27.921Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2915 | 2024-08-16T21:03:27.984Z | Checking rusqlite v0.31.0 |
2916 | 2024-08-16T21:03:28.627Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2917 | 2024-08-16T21:03:28.717Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2918 | 2024-08-16T21:03:28.819Z | Checking pin-project v1.1.5 |
2919 | 2024-08-16T21:03:28.928Z | Checking twox-hash v1.6.3 |
2920 | 2024-08-16T21:03:29.036Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2921 | 2024-08-16T21:03:29.433Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2922 | 2024-08-16T21:03:29.671Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2923 | 2024-08-16T21:03:29.887Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2924 | 2024-08-16T21:03:29.906Z | Checking fatfs v0.3.6 |
2925 | 2024-08-16T21:03:29.930Z | Checking assert_matches v1.5.0 |
2926 | 2024-08-16T21:03:31.398Z | Checking snafu v0.8.2 |
2927 | 2024-08-16T21:03:31.800Z | Checking tough v0.17.1 |
2928 | 2024-08-16T21:03:35.638Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2929 | 2024-08-16T21:03:36.854Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2930 | 2024-08-16T21:03:36.998Z | Compiling git2 v0.19.0 |
2931 | 2024-08-16T21:03:41.946Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2932 | 2024-08-16T21:04:44.660Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
2933 | 2024-08-16T21:04:44.846Z | |
2934 | 2024-08-16T21:04:44.846Z | info: running `cargo check --bins` on nexus-internal-api (127/150) |
2935 | 2024-08-16T21:04:45.500Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2936 | 2024-08-16T21:04:45.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2937 | 2024-08-16T21:04:45.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2938 | 2024-08-16T21:04:45.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2939 | 2024-08-16T21:04:45.574Z | |
2940 | 2024-08-16T21:04:45.574Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (128/150) |
2941 | 2024-08-16T21:04:46.217Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2942 | 2024-08-16T21:04:46.220Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2943 | 2024-08-16T21:04:46.220Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2944 | 2024-08-16T21:04:46.224Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2945 | 2024-08-16T21:04:46.291Z | |
2946 | 2024-08-16T21:04:46.291Z | info: running `cargo check --bins` on nexus-networking (129/150) |
2947 | 2024-08-16T21:04:46.931Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2948 | 2024-08-16T21:04:46.934Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2949 | 2024-08-16T21:04:46.934Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2950 | 2024-08-16T21:04:46.938Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2951 | 2024-08-16T21:04:47.007Z | |
2952 | 2024-08-16T21:04:47.007Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (130/150) |
2953 | 2024-08-16T21:04:47.648Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2954 | 2024-08-16T21:04:47.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2955 | 2024-08-16T21:04:47.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2956 | 2024-08-16T21:04:47.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2957 | 2024-08-16T21:04:47.726Z | |
2958 | 2024-08-16T21:04:47.726Z | info: running `cargo check --bins` on update-common (131/150) |
2959 | 2024-08-16T21:04:48.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2960 | 2024-08-16T21:04:48.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2961 | 2024-08-16T21:04:48.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2962 | 2024-08-16T21:04:48.367Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2963 | 2024-08-16T21:04:48.428Z | |
2964 | 2024-08-16T21:04:48.428Z | info: running `cargo check --bins` on tufaceous-lib (132/150) |
2965 | 2024-08-16T21:04:49.054Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2024-08-16T21:04:49.057Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2024-08-16T21:04:49.057Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2968 | 2024-08-16T21:04:49.060Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2969 | 2024-08-16T21:04:49.129Z | |
2970 | 2024-08-16T21:04:49.129Z | info: running `cargo check --bins` on tufaceous (133/150) |
2971 | 2024-08-16T21:04:49.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2972 | 2024-08-16T21:04:49.750Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2973 | 2024-08-16T21:04:49.832Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2974 | 2024-08-16T21:04:50.746Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.61s |
2975 | 2024-08-16T21:04:50.912Z | |
2976 | 2024-08-16T21:04:50.913Z | info: running `cargo check --bins` on omicron-dev (134/150) |
2977 | 2024-08-16T21:04:51.642Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2978 | 2024-08-16T21:04:51.645Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2979 | 2024-08-16T21:04:51.806Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2980 | 2024-08-16T21:04:51.806Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2981 | 2024-08-16T21:04:51.808Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2982 | 2024-08-16T21:04:53.237Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2983 | 2024-08-16T21:04:55.686Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.76s |
2984 | 2024-08-16T21:04:55.890Z | |
2985 | 2024-08-16T21:04:55.890Z | info: running `cargo check --bins` on openapi-manager (135/150) |
2986 | 2024-08-16T21:04:56.541Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2987 | 2024-08-16T21:04:56.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2988 | 2024-08-16T21:04:56.645Z | Checking heck v0.4.1 |
2989 | 2024-08-16T21:04:56.645Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2990 | 2024-08-16T21:04:56.647Z | Checking is_ci v1.2.0 |
2991 | 2024-08-16T21:04:56.647Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2992 | 2024-08-16T21:04:56.647Z | Checking indent_write v2.2.0 |
2993 | 2024-08-16T21:04:56.843Z | Checking supports-color v3.0.0 |
2994 | 2024-08-16T21:04:56.900Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2995 | 2024-08-16T21:04:58.361Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2996 | 2024-08-16T21:04:59.218Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2997 | 2024-08-16T21:05:00.176Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
2998 | 2024-08-16T21:05:00.346Z | |
2999 | 2024-08-16T21:05:00.346Z | info: running `cargo check --bins` on installinator-api (136/150) |
3000 | 2024-08-16T21:05:00.956Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3001 | 2024-08-16T21:05:00.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3002 | 2024-08-16T21:05:00.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3003 | 2024-08-16T21:05:00.961Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
3004 | 2024-08-16T21:05:01.029Z | |
3005 | 2024-08-16T21:05:01.029Z | info: running `cargo check --bins` on wicketd-api (137/150) |
3006 | 2024-08-16T21:05:01.649Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3007 | 2024-08-16T21:05:01.651Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3008 | 2024-08-16T21:05:01.651Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3009 | 2024-08-16T21:05:01.654Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3010 | 2024-08-16T21:05:01.720Z | |
3011 | 2024-08-16T21:05:01.721Z | info: running `cargo check --bins` on reconfigurator-cli (138/150) |
3012 | 2024-08-16T21:05:02.361Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3013 | 2024-08-16T21:05:02.364Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3014 | 2024-08-16T21:05:02.475Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3015 | 2024-08-16T21:05:03.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
3016 | 2024-08-16T21:05:03.899Z | |
3017 | 2024-08-16T21:05:03.899Z | info: running `cargo check --bins` on omicron-releng (139/150) |
3018 | 2024-08-16T21:05:04.544Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3019 | 2024-08-16T21:05:04.546Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3020 | 2024-08-16T21:05:04.632Z | Checking memmap2 v0.9.4 |
3021 | 2024-08-16T21:05:04.632Z | Checking untrusted v0.7.1 |
3022 | 2024-08-16T21:05:04.635Z | Checking constant_time_eq v0.3.0 |
3023 | 2024-08-16T21:05:04.635Z | Checking arrayvec v0.7.4 |
3024 | 2024-08-16T21:05:04.635Z | Checking spin v0.5.2 |
3025 | 2024-08-16T21:05:04.635Z | Checking arrayref v0.3.7 |
3026 | 2024-08-16T21:05:04.635Z | Checking cargo-platform v0.1.8 |
3027 | 2024-08-16T21:05:04.635Z | Checking topological-sort v0.2.2 |
3028 | 2024-08-16T21:05:04.811Z | Checking shell-words v1.1.0 |
3029 | 2024-08-16T21:05:04.939Z | Checking ring v0.16.20 |
3030 | 2024-08-16T21:05:05.020Z | Checking cargo_metadata v0.18.1 |
3031 | 2024-08-16T21:05:05.095Z | Checking blake3 v1.5.1 |
3032 | 2024-08-16T21:05:06.168Z | Checking omicron-zone-package v0.11.0 |
3033 | 2024-08-16T21:05:07.287Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3034 | 2024-08-16T21:05:08.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.27s |
3035 | 2024-08-16T21:05:08.347Z | |
3036 | 2024-08-16T21:05:08.347Z | info: running `cargo check --bins` on xtask (140/150) |
3037 | 2024-08-16T21:05:08.831Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2024-08-16T21:05:08.834Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2024-08-16T21:05:08.850Z | Checking serde v1.0.207 |
3040 | 2024-08-16T21:05:08.850Z | Checking thiserror v1.0.63 |
3041 | 2024-08-16T21:05:08.852Z | Checking scroll v0.12.0 |
3042 | 2024-08-16T21:05:08.852Z | Checking hashbrown v0.14.5 |
3043 | 2024-08-16T21:05:08.931Z | Checking log v0.4.21 |
3044 | 2024-08-16T21:05:08.942Z | Checking bitflags v2.6.0 |
3045 | 2024-08-16T21:05:08.961Z | Checking zerocopy v0.7.34 |
3046 | 2024-08-16T21:05:08.972Z | Checking syn v2.0.74 |
3047 | 2024-08-16T21:05:09.041Z | Checking pest v2.7.10 |
3048 | 2024-08-16T21:05:09.217Z | Checking fs-err v2.11.0 |
3049 | 2024-08-16T21:05:09.235Z | Checking rustix v0.38.34 |
3050 | 2024-08-16T21:05:09.421Z | Checking goblin v0.8.2 |
3051 | 2024-08-16T21:05:09.510Z | Checking tabled v0.15.0 |
3052 | 2024-08-16T21:05:10.080Z | Checking indexmap v2.4.0 |
3053 | 2024-08-16T21:05:10.236Z | Checking terminal_size v0.3.0 |
3054 | 2024-08-16T21:05:10.408Z | Checking anyhow v1.0.86 |
3055 | 2024-08-16T21:05:10.422Z | Checking clap_builder v4.5.15 |
3056 | 2024-08-16T21:05:11.581Z | Checking dtrace-parser v0.2.0 |
3057 | 2024-08-16T21:05:13.030Z | Checking serde_json v1.0.125 |
3058 | 2024-08-16T21:05:13.030Z | Checking toml_datetime v0.6.8 |
3059 | 2024-08-16T21:05:13.033Z | Checking serde_spanned v0.6.7 |
3060 | 2024-08-16T21:05:13.033Z | Checking camino v1.1.8 |
3061 | 2024-08-16T21:05:13.033Z | Checking cargo-platform v0.1.8 |
3062 | 2024-08-16T21:05:13.120Z | Checking semver v1.0.23 |
3063 | 2024-08-16T21:05:13.145Z | Checking clap v4.5.16 |
3064 | 2024-08-16T21:05:13.221Z | Checking macaddr v1.0.1 |
3065 | 2024-08-16T21:05:13.340Z | Checking toml_edit v0.22.20 |
3066 | 2024-08-16T21:05:14.177Z | Checking dof v0.3.0 |
3067 | 2024-08-16T21:05:14.177Z | Checking cargo_metadata v0.18.1 |
3068 | 2024-08-16T21:05:14.585Z | Checking usdt-impl v0.5.0 |
3069 | 2024-08-16T21:05:14.957Z | Checking usdt v0.5.0 |
3070 | 2024-08-16T21:05:15.176Z | Checking toml v0.8.19 |
3071 | 2024-08-16T21:05:15.649Z | Checking cargo_toml v0.20.4 |
3072 | 2024-08-16T21:05:16.932Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3073 | 2024-08-16T21:05:17.535Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.18s |
3074 | 2024-08-16T21:05:17.634Z | |
3075 | 2024-08-16T21:05:17.634Z | info: running `cargo check --bins` on end-to-end-tests (141/150) |
3076 | 2024-08-16T21:05:18.129Z | Downloading crates ... |
3077 | 2024-08-16T21:05:18.369Z | Downloaded russh-cryptovec v0.7.2 |
3078 | 2024-08-16T21:05:18.375Z | Downloaded md5 v0.7.0 |
3079 | 2024-08-16T21:05:18.377Z | Downloaded bcrypt-pbkdf v0.10.0 |
3080 | 2024-08-16T21:05:18.378Z | Downloaded option-ext v0.2.0 |
3081 | 2024-08-16T21:05:18.380Z | Downloaded dhcproto-macros v0.1.0 |
3082 | 2024-08-16T21:05:18.383Z | Downloaded dirs-sys v0.4.1 |
3083 | 2024-08-16T21:05:18.386Z | Downloaded internet-checksum v0.2.1 |
3084 | 2024-08-16T21:05:18.386Z | Downloaded ghash v0.5.1 |
3085 | 2024-08-16T21:05:18.389Z | Downloaded ssh-cipher v0.2.0 |
3086 | 2024-08-16T21:05:18.389Z | Downloaded ed25519 v2.2.3 |
3087 | 2024-08-16T21:05:18.392Z | Downloaded dirs v5.0.1 |
3088 | 2024-08-16T21:05:18.392Z | Downloaded rfc6979 v0.4.0 |
3089 | 2024-08-16T21:05:18.394Z | Downloaded blowfish v0.9.1 |
3090 | 2024-08-16T21:05:18.394Z | Downloaded ssh-encoding v0.2.0 |
3091 | 2024-08-16T21:05:18.397Z | Downloaded primeorder v0.13.6 |
3092 | 2024-08-16T21:05:18.397Z | Downloaded pbkdf2 v0.11.0 |
3093 | 2024-08-16T21:05:18.400Z | Downloaded password-hash v0.4.2 |
3094 | 2024-08-16T21:05:18.402Z | Downloaded polyval v0.6.2 |
3095 | 2024-08-16T21:05:18.402Z | Downloaded hex-literal v0.4.1 |
3096 | 2024-08-16T21:05:18.405Z | Downloaded ecdsa v0.16.9 |
3097 | 2024-08-16T21:05:18.405Z | Downloaded aes-gcm v0.10.3 |
3098 | 2024-08-16T21:05:18.408Z | Downloaded dhcproto v0.12.0 |
3099 | 2024-08-16T21:05:18.412Z | Downloaded russh-keys v0.44.0 |
3100 | 2024-08-16T21:05:18.417Z | Downloaded p256 v0.13.2 |
3101 | 2024-08-16T21:05:18.425Z | Downloaded ed25519-dalek v2.1.1 |
3102 | 2024-08-16T21:05:18.429Z | Downloaded num-bigint v0.4.5 |
3103 | 2024-08-16T21:05:18.434Z | Downloaded russh v0.44.1 |
3104 | 2024-08-16T21:05:18.440Z | Downloaded p521 v0.13.3 |
3105 | 2024-08-16T21:05:18.447Z | Downloaded ssh-key v0.6.6 |
3106 | 2024-08-16T21:05:18.453Z | Downloaded p384 v0.13.0 |
3107 | 2024-08-16T21:05:18.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3108 | 2024-08-16T21:05:18.480Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3109 | 2024-08-16T21:05:18.602Z | Checking polyval v0.6.2 |
3110 | 2024-08-16T21:05:18.605Z | Checking rfc6979 v0.4.0 |
3111 | 2024-08-16T21:05:18.718Z | Checking primeorder v0.13.6 |
3112 | 2024-08-16T21:05:18.721Z | Checking ctr v0.9.2 |
3113 | 2024-08-16T21:05:18.745Z | Checking ed25519 v2.2.3 |
3114 | 2024-08-16T21:05:18.747Z | Checking ssh-encoding v0.2.0 |
3115 | 2024-08-16T21:05:18.747Z | Checking blowfish v0.9.1 |
3116 | 2024-08-16T21:05:18.747Z | Checking option-ext v0.2.0 |
3117 | 2024-08-16T21:05:18.902Z | Checking dirs-sys v0.4.1 |
3118 | 2024-08-16T21:05:18.931Z | Checking ecdsa v0.16.9 |
3119 | 2024-08-16T21:05:18.947Z | Checking ghash v0.5.1 |
3120 | 2024-08-16T21:05:19.001Z | Checking password-hash v0.4.2 |
3121 | 2024-08-16T21:05:19.024Z | Checking bcrypt-pbkdf v0.10.0 |
3122 | 2024-08-16T21:05:19.070Z | Checking ed25519-dalek v2.1.1 |
3123 | 2024-08-16T21:05:19.072Z | Checking matches v0.1.10 |
3124 | 2024-08-16T21:05:19.105Z | Checking dirs v5.0.1 |
3125 | 2024-08-16T21:05:19.122Z | Checking aes-gcm v0.10.3 |
3126 | 2024-08-16T21:05:19.167Z | Checking idna v0.2.3 |
3127 | 2024-08-16T21:05:19.190Z | Compiling enum-as-inner v0.5.1 |
3128 | 2024-08-16T21:05:19.242Z | Checking russh-cryptovec v0.7.2 |
3129 | 2024-08-16T21:05:19.286Z | Checking md5 v0.7.0 |
3130 | 2024-08-16T21:05:19.358Z | Checking ssh-cipher v0.2.0 |
3131 | 2024-08-16T21:05:19.416Z | Checking pbkdf2 v0.11.0 |
3132 | 2024-08-16T21:05:19.443Z | Checking num-bigint v0.4.5 |
3133 | 2024-08-16T21:05:19.463Z | Compiling dhcproto-macros v0.1.0 |
3134 | 2024-08-16T21:05:19.560Z | Checking hex-literal v0.4.1 |
3135 | 2024-08-16T21:05:19.645Z | Checking ssh-key v0.6.6 |
3136 | 2024-08-16T21:05:19.662Z | Checking p256 v0.13.2 |
3137 | 2024-08-16T21:05:19.691Z | Checking p521 v0.13.3 |
3138 | 2024-08-16T21:05:19.708Z | Checking p384 v0.13.0 |
3139 | 2024-08-16T21:05:20.032Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3140 | 2024-08-16T21:05:20.172Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3141 | 2024-08-16T21:05:20.261Z | Checking trust-dns-proto v0.22.0 |
3142 | 2024-08-16T21:05:20.421Z | Checking internet-checksum v0.2.1 |
3143 | 2024-08-16T21:05:21.167Z | Checking russh-keys v0.44.0 |
3144 | 2024-08-16T21:05:22.093Z | Checking russh v0.44.1 |
3145 | 2024-08-16T21:05:23.022Z | Checking dhcproto v0.12.0 |
3146 | 2024-08-16T21:05:40.620Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3147 | 2024-08-16T21:05:41.989Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.34s |
3148 | 2024-08-16T21:05:42.167Z | |
3149 | 2024-08-16T21:05:42.167Z | info: running `cargo check --bins` on gateway-cli (142/150) |
3150 | 2024-08-16T21:05:42.753Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3151 | 2024-08-16T21:05:42.755Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3152 | 2024-08-16T21:05:42.825Z | Checking termios v0.3.3 |
3153 | 2024-08-16T21:05:43.035Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3154 | 2024-08-16T21:05:43.813Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.64s |
3155 | 2024-08-16T21:05:43.964Z | |
3156 | 2024-08-16T21:05:43.965Z | info: running `cargo check --bins --no-default-features` on installinator (143/150) |
3157 | 2024-08-16T21:05:44.615Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3158 | 2024-08-16T21:05:44.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3159 | 2024-08-16T21:05:44.711Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3160 | 2024-08-16T21:05:46.762Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3161 | 2024-08-16T21:05:48.567Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.59s |
3162 | 2024-08-16T21:05:48.734Z | |
3163 | 2024-08-16T21:05:48.734Z | info: running `cargo check --bins` on internal-dns-cli (144/150) |
3164 | 2024-08-16T21:05:49.339Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3165 | 2024-08-16T21:05:49.342Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3166 | 2024-08-16T21:05:49.416Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3167 | 2024-08-16T21:05:49.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3168 | 2024-08-16T21:05:50.018Z | |
3169 | 2024-08-16T21:05:50.018Z | info: running `cargo check --bins` on omicron-package (145/150) |
3170 | 2024-08-16T21:05:50.647Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3171 | 2024-08-16T21:05:50.652Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3172 | 2024-08-16T21:05:50.729Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3173 | 2024-08-16T21:05:51.963Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.93s |
3174 | 2024-08-16T21:05:52.134Z | |
3175 | 2024-08-16T21:05:52.134Z | info: running `cargo check --bins` on wicket-dbg (146/150) |
3176 | 2024-08-16T21:05:52.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3177 | 2024-08-16T21:05:52.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3178 | 2024-08-16T21:05:52.892Z | Checking rtoolbox v0.0.2 |
3179 | 2024-08-16T21:05:52.892Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3180 | 2024-08-16T21:05:52.894Z | Checking tui-tree-widget v0.22.0 |
3181 | 2024-08-16T21:05:53.109Z | Checking rpassword v7.3.1 |
3182 | 2024-08-16T21:05:57.118Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3183 | 2024-08-16T21:06:00.105Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3184 | 2024-08-16T21:06:01.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.06s |
3185 | 2024-08-16T21:06:01.369Z | |
3186 | 2024-08-16T21:06:01.369Z | info: running `cargo check --bins` on wicket (147/150) |
3187 | 2024-08-16T21:06:02.022Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2024-08-16T21:06:02.025Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2024-08-16T21:06:02.117Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3190 | 2024-08-16T21:06:02.493Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.11s |
3191 | 2024-08-16T21:06:02.674Z | |
3192 | 2024-08-16T21:06:02.674Z | info: running `cargo check --bins` on wicketd (148/150) |
3193 | 2024-08-16T21:06:03.310Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2024-08-16T21:06:03.313Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2024-08-16T21:06:03.405Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3196 | 2024-08-16T21:06:07.146Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.46s |
3197 | 2024-08-16T21:06:07.317Z | |
3198 | 2024-08-16T21:06:07.317Z | info: running `cargo check --bins` on omicron-workspace-hack (149/150) |
3199 | 2024-08-16T21:06:07.904Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2024-08-16T21:06:07.907Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2024-08-16T21:06:07.907Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3202 | 2024-08-16T21:06:07.910Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3203 | 2024-08-16T21:06:07.972Z | |
3204 | 2024-08-16T21:06:07.972Z | info: running `cargo check --bins` on zone-setup (150/150) |
3205 | 2024-08-16T21:06:08.608Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2024-08-16T21:06:08.611Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2024-08-16T21:06:08.713Z | Checking uzers v0.11.3 |
3208 | 2024-08-16T21:06:09.015Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3209 | 2024-08-16T21:06:10.095Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
3210 | 2024-08-16T21:06:10.285Z | |
3211 | 2024-08-16T21:06:10.285Z | real 11:17.170642268 |
3212 | 2024-08-16T21:06:10.285Z | user 23:29.253353714 |
3213 | 2024-08-16T21:06:10.285Z | sys 5:07.088625287 |
3214 | 2024-08-16T21:06:10.286Z | trap 0.514036903 |
3215 | 2024-08-16T21:06:10.286Z | tflt 2.853414591 |
3216 | 2024-08-16T21:06:10.289Z | dflt 2.219216876 |
3217 | 2024-08-16T21:06:10.289Z | kflt 0.015145130 |
3218 | 2024-08-16T21:06:10.289Z | lock 43:09.515473201 |
3219 | 2024-08-16T21:06:10.289Z | slp 1:56:30.221028660 |
3220 | 2024-08-16T21:06:10.289Z | lat 57.095205965 |
3221 | 2024-08-16T21:06:10.289Z | stop 2:50.779206839 |
3222 | 2024-08-16T21:06:10.289Z | process exited: duration 877031 ms, exit code 0 |
|
3223 | 2024-08-16T21:06:10.294Z | found 0 output files |