|
|
|
1 | 2024-08-22T01:40:41.516Z | job assigned to worker 01J5VVTTV8H6CMB1X84ZA3MJ42 (queued for 59 s) |
|
2 | 2024-08-22T01:40:49.699Z | starting task 0: "setup" |
3 | 2024-08-22T01:40:49.706Z | ++ uname -s |
4 | 2024-08-22T01:40:49.709Z | + kern=SunOS |
5 | 2024-08-22T01:40:49.709Z | + case "$kern" in |
6 | 2024-08-22T01:40:49.709Z | + groupadd -g 12345 build |
7 | 2024-08-22T01:40:49.711Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-22T01:40:51.722Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-22T01:40:51.863Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-22T01:40:51.866Z | + home_fs=zfs |
11 | 2024-08-22T01:40:51.866Z | + [[ zfs == autofs ]] |
12 | 2024-08-22T01:40:51.866Z | + mkdir -p /home/build |
13 | 2024-08-22T01:40:51.869Z | + chown build:build /home/build /work |
14 | 2024-08-22T01:40:53.870Z | + chmod 0700 /home/build /work |
15 | 2024-08-22T01:40:53.873Z | process exited: duration 4175 ms, exit code 0 |
|
16 | 2024-08-22T01:40:53.878Z | starting task 1: "rust-toolchain" |
17 | 2024-08-22T01:40:53.884Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-22T01:40:53.884Z | * toolchain channel = "1.80.1" |
19 | 2024-08-22T01:40:53.884Z | ' 1.80.1 |
20 | 2024-08-22T01:40:53.884Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-22T01:40:53.884Z | * toolchain profile = "default" |
22 | 2024-08-22T01:40:53.884Z | ' default |
23 | 2024-08-22T01:40:53.886Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-22T01:40:53.886Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-22T01:40:54.003Z | info: downloading installer |
26 | 2024-08-22T01:40:55.287Z | info: profile set to 'default' |
27 | 2024-08-22T01:40:55.287Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-22T01:40:55.289Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-22T01:40:55.444Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-22T01:40:55.444Z | info: downloading component 'cargo' |
31 | 2024-08-22T01:40:56.267Z | info: downloading component 'clippy' |
32 | 2024-08-22T01:40:56.561Z | info: downloading component 'rust-docs' |
33 | 2024-08-22T01:40:57.710Z | info: downloading component 'rust-std' |
34 | 2024-08-22T01:40:59.330Z | info: downloading component 'rustc' |
35 | 2024-08-22T01:41:03.848Z | info: downloading component 'rustfmt' |
36 | 2024-08-22T01:41:04.091Z | info: installing component 'cargo' |
37 | 2024-08-22T01:41:04.921Z | info: installing component 'clippy' |
38 | 2024-08-22T01:41:05.288Z | info: installing component 'rust-docs' |
39 | 2024-08-22T01:41:06.919Z | info: installing component 'rust-std' |
40 | 2024-08-22T01:41:08.570Z | info: installing component 'rustc' |
41 | 2024-08-22T01:41:12.860Z | info: installing component 'rustfmt' |
42 | 2024-08-22T01:41:13.218Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-22T01:41:13.218Z | |
44 | 2024-08-22T01:41:13.485Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-22T01:41:13.485Z | |
46 | 2024-08-22T01:41:13.488Z | |
47 | 2024-08-22T01:41:13.488Z | Rust is installed now. Great! |
48 | 2024-08-22T01:41:13.488Z | |
49 | 2024-08-22T01:41:13.488Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-22T01:41:13.488Z | environment variable. This has not been done automatically. |
51 | 2024-08-22T01:41:13.488Z | |
52 | 2024-08-22T01:41:13.488Z | To configure your current shell, you need to source |
53 | 2024-08-22T01:41:13.488Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-22T01:41:13.488Z | |
55 | 2024-08-22T01:41:13.488Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-22T01:41:13.488Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-22T01:41:13.488Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-22T01:41:13.541Z | + rustc --version |
59 | 2024-08-22T01:41:13.606Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-22T01:41:13.609Z | process exited: duration 19726 ms, exit code 0 |
|
61 | 2024-08-22T01:41:13.615Z | starting task 2: "authentication" |
62 | 2024-08-22T01:41:13.636Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-22T01:41:13.643Z | starting task 3: "clone repository" |
64 | 2024-08-22T01:41:13.648Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-22T01:41:13.650Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-22T01:41:13.921Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-22T01:41:19.919Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-22T01:41:19.919Z | + git fetch origin 9f09cb82a13dee32d6443037467c6b18aa5e9585 |
69 | 2024-08-22T01:41:20.196Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-22T01:41:20.196Z | * branch 9f09cb82a13dee32d6443037467c6b18aa5e9585 -> FETCH_HEAD |
71 | 2024-08-22T01:41:20.207Z | + [[ -n iliana/crdb-prev ]] |
72 | 2024-08-22T01:41:20.209Z | ++ git branch --show-current |
73 | 2024-08-22T01:41:20.212Z | + current=main |
74 | 2024-08-22T01:41:20.212Z | + [[ main != iliana/crdb-prev ]] |
75 | 2024-08-22T01:41:20.212Z | + git branch -f iliana/crdb-prev 9f09cb82a13dee32d6443037467c6b18aa5e9585 |
76 | 2024-08-22T01:41:20.215Z | + git checkout -f iliana/crdb-prev |
77 | 2024-08-22T01:41:20.366Z | Switched to branch 'iliana/crdb-prev' |
78 | 2024-08-22T01:41:20.369Z | + git reset --hard 9f09cb82a13dee32d6443037467c6b18aa5e9585 |
79 | 2024-08-22T01:41:20.517Z | HEAD is now at 9f09cb82a review nits |
80 | 2024-08-22T01:41:20.519Z | process exited: duration 6874 ms, exit code 0 |
|
81 | 2024-08-22T01:41:20.525Z | starting task 4: "build" |
82 | 2024-08-22T01:41:20.530Z | + cargo --version |
83 | 2024-08-22T01:41:20.585Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-22T01:41:20.588Z | + rustc --version |
85 | 2024-08-22T01:41:20.646Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-22T01:41:20.648Z | + source ./env.sh |
87 | 2024-08-22T01:41:20.651Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-22T01:41:20.651Z | ++ set -o xtrace |
89 | 2024-08-22T01:41:20.653Z | ++++ dirname ./env.sh |
90 | 2024-08-22T01:41:20.653Z | +++ readlink -f . |
91 | 2024-08-22T01:41:20.778Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-22T01:41:20.781Z | ++ 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-22T01:41:20.781Z | ++ 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-22T01:41:20.781Z | ++ 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-22T01:41:20.781Z | ++ 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-22T01:41:20.781Z | ++ 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-22T01:41:20.781Z | ++ 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-22T01:41:20.781Z | ++ 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-22T01:41:20.781Z | ++ 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-22T01:41:20.781Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-22T01:41:20.781Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-22T01:41:20.781Z | + 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-22T01:41:20.781Z | + 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-22T01:41:20.781Z | + banner prerequisites |
105 | 2024-08-22T01:41:20.905Z | |
106 | 2024-08-22T01:41:20.906Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-08-22T01:41:20.906Z | # # # # # # # # # # # # # # # |
108 | 2024-08-22T01:41:20.906Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-08-22T01:41:20.906Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-08-22T01:41:20.906Z | # # # # # # # # # # # # # # # |
111 | 2024-08-22T01:41:20.906Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-08-22T01:41:20.906Z | |
113 | 2024-08-22T01:41:20.908Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-08-22T01:41:38.664Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-08-22T01:41:41.039Z | Startup: Caching catalogs ... Done |
116 | 2024-08-22T01:41:42.767Z | Planning: Solver setup ... Done (1.064s) |
117 | 2024-08-22T01:41:42.785Z | Planning: Running solver ... Done (0.018s) |
118 | 2024-08-22T01:41:42.825Z | Planning: Finding local manifests ... Done (0.003s) |
119 | 2024-08-22T01:41:42.839Z | Planning: Fetching manifests: 0/4 0% complete |
120 | 2024-08-22T01:41:42.982Z | Planning: Fetching manifests: 4/4 100% complete |
121 | 2024-08-22T01:41:43.142Z | Planning: Package planning ... Done (0.159s) |
122 | 2024-08-22T01:41:43.193Z | Planning: Merging actions ... Done (0.051s) |
123 | 2024-08-22T01:41:44.010Z | Planning: Checking for conflicting actions ... Done (0.816s) |
124 | 2024-08-22T01:41:44.022Z | Planning: Consolidating action changes ... Done (0.011s) |
125 | 2024-08-22T01:41:49.807Z | Planning: Evaluating mediators ... Done (5.784s) |
126 | 2024-08-22T01:41:49.816Z | Planning: Planning completed in 8.71 seconds |
127 | 2024-08-22T01:41:50.710Z | Packages to install: 4 |
128 | 2024-08-22T01:41:50.710Z | Mediators to change: 2 |
129 | 2024-08-22T01:41:50.710Z | Services to change: 1 |
130 | 2024-08-22T01:41:50.712Z | Estimated space available: 155.72 GB |
131 | 2024-08-22T01:41:50.712Z | Estimated space to be consumed: 1.48 GB |
132 | 2024-08-22T01:41:50.712Z | Create boot environment: No |
133 | 2024-08-22T01:41:50.712Z | Create backup boot environment: No |
134 | 2024-08-22T01:41:50.712Z | Rebuild boot archive: No |
135 | 2024-08-22T01:41:50.712Z | |
136 | 2024-08-22T01:41:50.712Z | Changed mediators: |
137 | 2024-08-22T01:41:50.712Z | mediator clang: |
138 | 2024-08-22T01:41:50.713Z | version: None -> 15 (system default) |
139 | 2024-08-22T01:41:50.713Z | |
140 | 2024-08-22T01:41:50.713Z | mediator llvm: |
141 | 2024-08-22T01:41:50.713Z | version: 14 (system default) -> 15 (system default) |
142 | 2024-08-22T01:41:50.713Z | |
143 | 2024-08-22T01:41:50.713Z | Changed packages: |
144 | 2024-08-22T01:41:50.713Z | helios-dev |
145 | 2024-08-22T01:41:50.713Z | developer/build-essential |
146 | 2024-08-22T01:41:50.713Z | None -> 11-2.0 |
147 | 2024-08-22T01:41:50.713Z | library/libxmlsec1 |
148 | 2024-08-22T01:41:50.713Z | None -> 1.2.35-2.0 |
149 | 2024-08-22T01:41:50.713Z | ooce/developer/clang-15 |
150 | 2024-08-22T01:41:50.713Z | None -> 15.0.7-2.0 |
151 | 2024-08-22T01:41:50.713Z | ooce/developer/llvm-15 |
152 | 2024-08-22T01:41:50.713Z | None -> 15.0.7-2.0 |
153 | 2024-08-22T01:41:50.713Z | |
154 | 2024-08-22T01:41:50.713Z | Services: |
155 | 2024-08-22T01:41:50.713Z | restart_fmri: |
156 | 2024-08-22T01:41:50.713Z | svc:/system/update-man-index:default |
157 | 2024-08-22T01:41:50.901Z | |
158 | 2024-08-22T01:41:50.901Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
159 | 2024-08-22T01:41:56.040Z | Download: 851/3290 items 18.6/212.6MB 8% complete (4.0M/s) |
160 | 2024-08-22T01:42:00.961Z | Download: 1292/3290 items 114.3/212.6MB 53% complete (11.6M/s) |
161 | 2024-08-22T01:42:05.954Z | Download: 2128/3290 items 118.2/212.6MB 55% complete (10.0M/s) |
162 | 2024-08-22T01:42:11.711Z | Download: 2220/3290 items 118.5/212.6MB 55% complete (9.6M/s) |
163 | 2024-08-22T01:42:16.723Z | Download: 3281/3290 items 210.1/212.6MB 98% complete (9.2M/s) |
164 | 2024-08-22T01:42:17.165Z | Download: Completed 212.60 MB in 26.26 seconds (8.1M/s) |
165 | 2024-08-22T01:42:17.655Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-08-22T01:42:22.737Z | Actions: 3550/3689 actions (Installing new actions) |
167 | 2024-08-22T01:42:23.216Z | Actions: Completed 3689 actions in 5.56 seconds. |
168 | 2024-08-22T01:42:23.496Z | Done (0.275s) |
169 | 2024-08-22T01:42:23.496Z | Done (0.000s) |
170 | 2024-08-22T01:42:23.869Z | Done (0.373s) |
171 | 2024-08-22T01:42:31.160Z | Done (7.116s) |
172 | 2024-08-22T01:42:31.742Z | Done (0.509s) |
173 | 2024-08-22T01:42:31.745Z | Done (0.000s) |
174 | 2024-08-22T01:42:31.895Z | Done (0.000s) |
175 | 2024-08-22T01:42:32.491Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-08-22T01:42:32.651Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-08-22T01:42:32.653Z | Planning: Consolidating action changes ... Done |
178 | 2024-08-22T01:42:32.934Z | Planning: Evaluating mediators ... Done |
179 | 2024-08-22T01:42:32.937Z | Planning: Planning completed in 0.44 seconds |
180 | 2024-08-22T01:42:32.969Z | Mediators to change: 2 |
181 | 2024-08-22T01:42:32.969Z | Create boot environment: No |
182 | 2024-08-22T01:42:32.971Z | Create backup boot environment: No |
183 | 2024-08-22T01:42:33.038Z | Done |
184 | 2024-08-22T01:42:33.038Z | Done |
185 | 2024-08-22T01:42:33.292Z | Done |
186 | 2024-08-22T01:42:36.933Z | Done |
187 | 2024-08-22T01:42:37.018Z | Done |
188 | 2024-08-22T01:42:37.021Z | Done |
189 | 2024-08-22T01:42:37.150Z | Done |
190 | 2024-08-22T01:42:37.774Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-08-22T01:42:37.776Z | Planning: Merging actions ... Done |
192 | 2024-08-22T01:42:37.969Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-08-22T01:42:37.971Z | Planning: Consolidating action changes ... Done |
194 | 2024-08-22T01:42:38.252Z | Planning: Evaluating mediators ... Done |
195 | 2024-08-22T01:42:38.312Z | Planning: Planning completed in 0.79 seconds |
196 | 2024-08-22T01:42:38.347Z | Packages to change: 1 |
197 | 2024-08-22T01:42:38.347Z | Mediators to change: 1 |
198 | 2024-08-22T01:42:38.351Z | Services to change: 1 |
199 | 2024-08-22T01:42:38.351Z | Create boot environment: No |
200 | 2024-08-22T01:42:38.351Z | Create backup boot environment: Yes |
201 | 2024-08-22T01:42:40.344Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-08-22T01:42:40.347Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2024-08-22T01:42:40.349Z | Done |
204 | 2024-08-22T01:42:40.349Z | Done |
205 | 2024-08-22T01:42:40.425Z | Done |
206 | 2024-08-22T01:42:44.186Z | Done |
207 | 2024-08-22T01:42:44.270Z | Done |
208 | 2024-08-22T01:42:44.272Z | Done |
209 | 2024-08-22T01:42:44.392Z | Done |
210 | 2024-08-22T01:42:44.840Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-08-22T01:42:44.841Z | clang system 15 system |
212 | 2024-08-22T01:42:44.841Z | csh system system illumos |
213 | 2024-08-22T01:42:44.841Z | ctags system system illumos |
214 | 2024-08-22T01:42:44.841Z | gcc vendor 12 vendor |
215 | 2024-08-22T01:42:44.841Z | gcc system 10 system |
216 | 2024-08-22T01:42:44.841Z | gcc system 7 system |
217 | 2024-08-22T01:42:44.841Z | go system 1.20 system |
218 | 2024-08-22T01:42:44.841Z | go system 1.19 system |
219 | 2024-08-22T01:42:44.841Z | llvm system 15 system |
220 | 2024-08-22T01:42:44.841Z | llvm system 14 system |
221 | 2024-08-22T01:42:44.841Z | mariadb system 10.6 system |
222 | 2024-08-22T01:42:44.841Z | mta vendor vendor dma |
223 | 2024-08-22T01:42:44.841Z | openjdk system 17 system |
224 | 2024-08-22T01:42:44.841Z | openjdk system 11 system |
225 | 2024-08-22T01:42:44.841Z | openjdk system 1.8 system |
226 | 2024-08-22T01:42:44.841Z | openssl vendor 3 vendor |
227 | 2024-08-22T01:42:44.841Z | perl system 5.36 system |
228 | 2024-08-22T01:42:44.841Z | postgresql system 15 system |
229 | 2024-08-22T01:42:44.841Z | postgresql system 13 system |
230 | 2024-08-22T01:42:44.841Z | python vendor 3 vendor |
231 | 2024-08-22T01:42:44.841Z | python system 2 system |
232 | 2024-08-22T01:42:44.841Z | python3 system 3.11 system |
233 | 2024-08-22T01:42:44.841Z | ruby system 3.0 system |
234 | 2024-08-22T01:42:44.841Z | words vendor vendor american-english |
235 | 2024-08-22T01:42:44.841Z | words system system australian-english |
236 | 2024-08-22T01:42:44.841Z | words system system british-english |
237 | 2024-08-22T01:42:44.841Z | words system system canadian-english |
238 | 2024-08-22T01:42:44.841Z | words system system french |
239 | 2024-08-22T01:42:44.841Z | words system system italian |
240 | 2024-08-22T01:42:44.841Z | words system system ngerman |
241 | 2024-08-22T01:42:44.841Z | words system system ogerman |
242 | 2024-08-22T01:42:44.841Z | words system system spanish |
243 | 2024-08-22T01:42:45.184Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-08-22T01:42:45.184Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-08-22T01:42:46.940Z | FMRI IFO |
246 | 2024-08-22T01:42:46.940Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-08-22T01:42:46.940Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-08-22T01:42:46.940Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-08-22T01:42:46.940Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-08-22T01:42:46.940Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-08-22T01:42:46.940Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-08-22T01:42:46.940Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-08-22T01:42:46.940Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-08-22T01:42:46.940Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-08-22T01:42:46.940Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-08-22T01:42:46.940Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-08-22T01:42:46.940Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-08-22T01:42:47.547Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2024-08-22T01:42:47.832Z | Updating git repository `https://github.com/oxidecomputer/zone` |
260 | 2024-08-22T01:42:48.102Z | Updating crates.io index |
261 | 2024-08-22T01:42:48.105Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
262 | 2024-08-22T01:42:48.869Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2024-08-22T01:42:49.578Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2024-08-22T01:42:49.859Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
265 | 2024-08-22T01:42:51.396Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2024-08-22T01:42:51.670Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2024-08-22T01:42:51.964Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2024-08-22T01:42:53.155Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2024-08-22T01:42:55.092Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2024-08-22T01:42:56.133Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2024-08-22T01:42:56.871Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
272 | 2024-08-22T01:42:57.113Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
273 | 2024-08-22T01:42:57.710Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-08-22T01:42:57.990Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-08-22T01:42:58.272Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2024-08-22T01:42:58.540Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-08-22T01:42:58.787Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-08-22T01:42:59.016Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-08-22T01:42:59.287Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2024-08-22T01:42:59.596Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
281 | 2024-08-22T01:42:59.851Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
282 | 2024-08-22T01:43:00.214Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
283 | 2024-08-22T01:43:00.515Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
284 | 2024-08-22T01:43:00.969Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
285 | 2024-08-22T01:43:01.316Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2024-08-22T01:43:01.770Z | Updating git repository `https://github.com/oxidecomputer/typify` |
287 | 2024-08-22T01:43:03.814Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2024-08-22T01:43:04.067Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2024-08-22T01:43:04.295Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2024-08-22T01:43:04.656Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
291 | 2024-08-22T01:43:05.907Z | Downloading crates ... |
292 | 2024-08-22T01:43:05.978Z | Downloaded anstyle v1.0.8 |
293 | 2024-08-22T01:43:05.982Z | Downloaded byteorder v1.5.0 |
294 | 2024-08-22T01:43:05.984Z | Downloaded autocfg v1.3.0 |
295 | 2024-08-22T01:43:05.987Z | Downloaded heck v0.4.1 |
296 | 2024-08-22T01:43:05.987Z | Downloaded block-buffer v0.10.4 |
297 | 2024-08-22T01:43:05.989Z | Downloaded equivalent v1.0.1 |
298 | 2024-08-22T01:43:05.996Z | Downloaded pretty-hex v0.4.1 |
299 | 2024-08-22T01:43:06.003Z | Downloaded errno v0.3.9 |
300 | 2024-08-22T01:43:06.006Z | Downloaded swrite v0.1.0 |
301 | 2024-08-22T01:43:06.011Z | Downloaded itoa v1.0.11 |
302 | 2024-08-22T01:43:06.014Z | Downloaded fs-err v2.11.0 |
303 | 2024-08-22T01:43:06.016Z | Downloaded crypto-common v0.1.6 |
304 | 2024-08-22T01:43:06.016Z | Downloaded dof v0.3.0 |
305 | 2024-08-22T01:43:06.016Z | Downloaded colorchoice v1.0.1 |
306 | 2024-08-22T01:43:06.018Z | Downloaded cargo-platform v0.1.8 |
307 | 2024-08-22T01:43:06.019Z | Downloaded anstyle-query v1.0.3 |
308 | 2024-08-22T01:43:06.021Z | Downloaded utf8parse v0.2.1 |
309 | 2024-08-22T01:43:06.023Z | Downloaded proc-macro-error-attr v1.0.4 |
310 | 2024-08-22T01:43:06.028Z | Downloaded usdt-impl v0.5.0 |
311 | 2024-08-22T01:43:06.030Z | Downloaded usdt v0.5.0 |
312 | 2024-08-22T01:43:06.030Z | Downloaded thiserror v1.0.63 |
313 | 2024-08-22T01:43:06.034Z | Downloaded thread-id v4.2.1 |
314 | 2024-08-22T01:43:06.039Z | Downloaded tabled_derive v0.7.0 |
315 | 2024-08-22T01:43:06.039Z | Downloaded serde_spanned v0.6.7 |
316 | 2024-08-22T01:43:06.042Z | Downloaded toml_datetime v0.6.8 |
317 | 2024-08-22T01:43:06.042Z | Downloaded bytecount v0.6.8 |
318 | 2024-08-22T01:43:06.042Z | Downloaded cargo_toml v0.20.4 |
319 | 2024-08-22T01:43:06.045Z | Downloaded sha2 v0.10.8 |
320 | 2024-08-22T01:43:06.048Z | Downloaded semver v1.0.23 |
321 | 2024-08-22T01:43:06.050Z | Downloaded proc-macro-error v1.0.4 |
322 | 2024-08-22T01:43:06.055Z | Downloaded quote v1.0.36 |
323 | 2024-08-22T01:43:06.058Z | Downloaded clap_derive v4.5.13 |
324 | 2024-08-22T01:43:06.060Z | Downloaded pest_derive v2.7.10 |
325 | 2024-08-22T01:43:06.062Z | Downloaded scroll v0.12.0 |
326 | 2024-08-22T01:43:06.064Z | Downloaded unicode-ident v1.0.12 |
327 | 2024-08-22T01:43:06.067Z | Downloaded dtrace-parser v0.2.0 |
328 | 2024-08-22T01:43:06.069Z | Downloaded clap v4.5.16 |
329 | 2024-08-22T01:43:06.075Z | Downloaded pest_meta v2.7.10 |
330 | 2024-08-22T01:43:06.077Z | Downloaded usdt-attr-macro v0.5.0 |
331 | 2024-08-22T01:43:06.080Z | Downloaded is_terminal_polyfill v1.70.0 |
332 | 2024-08-22T01:43:06.080Z | Downloaded usdt-macro v0.5.0 |
333 | 2024-08-22T01:43:06.080Z | Downloaded log v0.4.21 |
334 | 2024-08-22T01:43:06.083Z | Downloaded papergrid v0.11.0 |
335 | 2024-08-22T01:43:06.085Z | Downloaded anstyle-parse v0.2.4 |
336 | 2024-08-22T01:43:06.088Z | Downloaded memmap v0.7.0 |
337 | 2024-08-22T01:43:06.090Z | Downloaded generic-array v0.14.7 |
338 | 2024-08-22T01:43:06.092Z | Downloaded heck v0.5.0 |
339 | 2024-08-22T01:43:06.092Z | Downloaded version_check v0.9.5 |
340 | 2024-08-22T01:43:06.092Z | Downloaded cfg-if v1.0.0 |
341 | 2024-08-22T01:43:06.095Z | Downloaded cpufeatures v0.2.12 |
342 | 2024-08-22T01:43:06.095Z | Downloaded serde_derive v1.0.208 |
343 | 2024-08-22T01:43:06.098Z | Downloaded clap_lex v0.7.0 |
344 | 2024-08-22T01:43:06.098Z | Downloaded typenum v1.17.0 |
345 | 2024-08-22T01:43:06.100Z | Downloaded terminal_size v0.3.0 |
346 | 2024-08-22T01:43:06.102Z | Downloaded scroll_derive v0.12.0 |
347 | 2024-08-22T01:43:06.102Z | Downloaded macaddr v1.0.1 |
348 | 2024-08-22T01:43:06.105Z | Downloaded digest v0.10.7 |
349 | 2024-08-22T01:43:06.105Z | Downloaded thiserror-impl v1.0.63 |
350 | 2024-08-22T01:43:06.107Z | Downloaded plain v0.2.3 |
351 | 2024-08-22T01:43:06.107Z | Downloaded strsim v0.11.1 |
352 | 2024-08-22T01:43:06.109Z | Downloaded fnv v1.0.7 |
353 | 2024-08-22T01:43:06.109Z | Downloaded ryu v1.0.18 |
354 | 2024-08-22T01:43:06.111Z | Downloaded bitflags v2.6.0 |
355 | 2024-08-22T01:43:06.114Z | Downloaded anstream v0.6.14 |
356 | 2024-08-22T01:43:06.117Z | Downloaded serde_tokenstream v0.2.2 |
357 | 2024-08-22T01:43:06.120Z | Downloaded pest_generator v2.7.10 |
358 | 2024-08-22T01:43:06.120Z | Downloaded cargo_metadata v0.18.1 |
359 | 2024-08-22T01:43:06.122Z | Downloaded memchr v2.7.2 |
360 | 2024-08-22T01:43:06.127Z | Downloaded once_cell v1.19.0 |
361 | 2024-08-22T01:43:06.136Z | Downloaded zerocopy-derive v0.7.34 |
362 | 2024-08-22T01:43:06.140Z | Downloaded anyhow v1.0.86 |
363 | 2024-08-22T01:43:06.144Z | Downloaded indexmap v2.4.0 |
364 | 2024-08-22T01:43:06.148Z | Downloaded camino v1.1.9 |
365 | 2024-08-22T01:43:06.155Z | Downloaded ucd-trie v0.1.6 |
366 | 2024-08-22T01:43:06.170Z | Downloaded toml v0.8.19 |
367 | 2024-08-22T01:43:06.174Z | Downloaded proc-macro2 v1.0.86 |
368 | 2024-08-22T01:43:06.178Z | Downloaded serde v1.0.208 |
369 | 2024-08-22T01:43:06.203Z | Downloaded toml_edit v0.22.20 |
370 | 2024-08-22T01:43:06.223Z | Downloaded pest v2.7.10 |
371 | 2024-08-22T01:43:06.231Z | Downloaded goblin v0.8.2 |
372 | 2024-08-22T01:43:06.237Z | Downloaded hashbrown v0.14.5 |
373 | 2024-08-22T01:43:06.248Z | Downloaded zerocopy v0.7.34 |
374 | 2024-08-22T01:43:06.263Z | Downloaded winnow v0.6.18 |
375 | 2024-08-22T01:43:06.271Z | Downloaded serde_json v1.0.125 |
376 | 2024-08-22T01:43:06.277Z | Downloaded clap_builder v4.5.15 |
377 | 2024-08-22T01:43:06.283Z | Downloaded tabled v0.15.0 |
378 | 2024-08-22T01:43:06.298Z | Downloaded syn v2.0.74 |
379 | 2024-08-22T01:43:06.308Z | Downloaded syn v1.0.109 |
380 | 2024-08-22T01:43:06.320Z | Downloaded rustix v0.38.34 |
381 | 2024-08-22T01:43:06.343Z | Downloaded unicode-width v0.1.13 |
382 | 2024-08-22T01:43:06.360Z | Downloaded libc v0.2.156 |
383 | 2024-08-22T01:43:06.659Z | Compiling proc-macro2 v1.0.86 |
384 | 2024-08-22T01:43:06.659Z | Compiling unicode-ident v1.0.12 |
385 | 2024-08-22T01:43:06.662Z | Compiling version_check v0.9.5 |
386 | 2024-08-22T01:43:06.662Z | Compiling serde v1.0.208 |
387 | 2024-08-22T01:43:06.662Z | Compiling memchr v2.7.2 |
388 | 2024-08-22T01:43:06.662Z | Compiling thiserror v1.0.63 |
389 | 2024-08-22T01:43:06.662Z | Compiling libc v0.2.156 |
390 | 2024-08-22T01:43:06.662Z | Compiling itoa v1.0.11 |
391 | 2024-08-22T01:43:06.902Z | Compiling ryu v1.0.18 |
392 | 2024-08-22T01:43:07.227Z | Compiling ucd-trie v0.1.6 |
393 | 2024-08-22T01:43:07.414Z | Compiling once_cell v1.19.0 |
394 | 2024-08-22T01:43:07.713Z | Compiling byteorder v1.5.0 |
395 | 2024-08-22T01:43:08.026Z | Compiling serde_json v1.0.125 |
396 | 2024-08-22T01:43:08.876Z | Compiling proc-macro-error-attr v1.0.4 |
397 | 2024-08-22T01:43:08.879Z | Compiling usdt-impl v0.5.0 |
398 | 2024-08-22T01:43:08.879Z | Compiling syn v1.0.109 |
399 | 2024-08-22T01:43:08.916Z | Compiling rustix v0.38.34 |
400 | 2024-08-22T01:43:08.955Z | Compiling proc-macro-error v1.0.4 |
401 | 2024-08-22T01:43:09.200Z | Compiling equivalent v1.0.1 |
402 | 2024-08-22T01:43:09.265Z | Compiling hashbrown v0.14.5 |
403 | 2024-08-22T01:43:09.302Z | Compiling plain v0.2.3 |
404 | 2024-08-22T01:43:09.380Z | Compiling log v0.4.21 |
405 | 2024-08-22T01:43:09.498Z | Compiling bitflags v2.6.0 |
406 | 2024-08-22T01:43:09.648Z | Compiling utf8parse v0.2.1 |
407 | 2024-08-22T01:43:09.796Z | Compiling thread-id v4.2.1 |
408 | 2024-08-22T01:43:09.821Z | Compiling quote v1.0.36 |
409 | 2024-08-22T01:43:09.824Z | Compiling anstyle-parse v0.2.4 |
410 | 2024-08-22T01:43:09.944Z | Compiling pretty-hex v0.4.1 |
411 | 2024-08-22T01:43:10.020Z | Compiling is_terminal_polyfill v1.70.0 |
412 | 2024-08-22T01:43:10.150Z | Compiling autocfg v1.3.0 |
413 | 2024-08-22T01:43:10.175Z | Compiling syn v2.0.74 |
414 | 2024-08-22T01:43:10.273Z | Compiling errno v0.3.9 |
415 | 2024-08-22T01:43:10.528Z | Compiling anstyle v1.0.8 |
416 | 2024-08-22T01:43:10.531Z | Compiling winnow v0.6.18 |
417 | 2024-08-22T01:43:10.680Z | Compiling indexmap v2.4.0 |
418 | 2024-08-22T01:43:10.993Z | Compiling semver v1.0.23 |
419 | 2024-08-22T01:43:11.103Z | Compiling camino v1.1.9 |
420 | 2024-08-22T01:43:11.565Z | Compiling colorchoice v1.0.1 |
421 | 2024-08-22T01:43:11.721Z | Compiling anstyle-query v1.0.3 |
422 | 2024-08-22T01:43:11.851Z | Compiling anstream v0.6.14 |
423 | 2024-08-22T01:43:11.877Z | Compiling terminal_size v0.3.0 |
424 | 2024-08-22T01:43:12.040Z | Compiling fs-err v2.11.0 |
425 | 2024-08-22T01:43:12.090Z | Compiling heck v0.4.1 |
426 | 2024-08-22T01:43:12.181Z | Compiling heck v0.5.0 |
427 | 2024-08-22T01:43:12.229Z | Compiling unicode-width v0.1.13 |
428 | 2024-08-22T01:43:12.314Z | Compiling anyhow v1.0.86 |
429 | 2024-08-22T01:43:12.473Z | Compiling fnv v1.0.7 |
430 | 2024-08-22T01:43:12.585Z | Compiling clap_lex v0.7.0 |
431 | 2024-08-22T01:43:12.609Z | Compiling bytecount v0.6.8 |
432 | 2024-08-22T01:43:12.632Z | Compiling strsim v0.11.1 |
433 | 2024-08-22T01:43:12.817Z | Compiling papergrid v0.11.0 |
434 | 2024-08-22T01:43:12.844Z | Compiling memmap v0.7.0 |
435 | 2024-08-22T01:43:13.102Z | Compiling clap_builder v4.5.15 |
436 | 2024-08-22T01:43:13.593Z | Compiling swrite v0.1.0 |
437 | 2024-08-22T01:43:15.243Z | Compiling tabled_derive v0.7.0 |
438 | 2024-08-22T01:43:16.768Z | Compiling tabled v0.15.0 |
439 | 2024-08-22T01:43:18.391Z | Compiling serde_derive v1.0.208 |
440 | 2024-08-22T01:43:18.394Z | Compiling thiserror-impl v1.0.63 |
441 | 2024-08-22T01:43:18.395Z | Compiling zerocopy-derive v0.7.34 |
442 | 2024-08-22T01:43:18.395Z | Compiling scroll_derive v0.12.0 |
443 | 2024-08-22T01:43:18.547Z | Compiling clap_derive v4.5.13 |
444 | 2024-08-22T01:43:19.899Z | Compiling scroll v0.12.0 |
445 | 2024-08-22T01:43:20.475Z | Compiling goblin v0.8.2 |
446 | 2024-08-22T01:43:20.561Z | Compiling zerocopy v0.7.34 |
447 | 2024-08-22T01:43:21.138Z | Compiling pest v2.7.10 |
448 | 2024-08-22T01:43:22.493Z | Compiling clap v4.5.16 |
449 | 2024-08-22T01:43:23.313Z | Compiling pest_meta v2.7.10 |
450 | 2024-08-22T01:43:24.133Z | Compiling pest_generator v2.7.10 |
451 | 2024-08-22T01:43:25.995Z | Compiling pest_derive v2.7.10 |
452 | 2024-08-22T01:43:26.713Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-08-22T01:43:28.607Z | Compiling toml_datetime v0.6.8 |
454 | 2024-08-22T01:43:28.609Z | Compiling serde_spanned v0.6.7 |
455 | 2024-08-22T01:43:28.609Z | Compiling cargo-platform v0.1.8 |
456 | 2024-08-22T01:43:29.005Z | Compiling serde_tokenstream v0.2.2 |
457 | 2024-08-22T01:43:29.172Z | Compiling toml_edit v0.22.20 |
458 | 2024-08-22T01:43:29.200Z | Compiling macaddr v1.0.1 |
459 | 2024-08-22T01:43:30.106Z | Compiling dof v0.3.0 |
460 | 2024-08-22T01:43:30.106Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-08-22T01:43:31.930Z | Compiling toml v0.8.19 |
462 | 2024-08-22T01:43:32.142Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-08-22T01:43:32.142Z | Compiling usdt-macro v0.5.0 |
464 | 2024-08-22T01:43:32.695Z | Compiling cargo_toml v0.20.4 |
465 | 2024-08-22T01:43:33.481Z | Compiling usdt v0.5.0 |
466 | 2024-08-22T01:43:36.459Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-08-22T01:43:40.287Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.96s |
468 | 2024-08-22T01:43:40.533Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-08-22T01:43:41.098Z | Downloading crates ... |
470 | 2024-08-22T01:43:41.222Z | Downloaded adler v1.0.2 |
471 | 2024-08-22T01:43:41.226Z | Downloaded async-recursion v1.1.1 |
472 | 2024-08-22T01:43:41.229Z | Downloaded arrayvec v0.7.4 |
473 | 2024-08-22T01:43:41.232Z | Downloaded cfg_aliases v0.1.1 |
474 | 2024-08-22T01:43:41.234Z | Downloaded atty v0.2.14 |
475 | 2024-08-22T01:43:41.234Z | Downloaded ciborium-io v0.2.2 |
476 | 2024-08-22T01:43:41.236Z | Downloaded array-init v0.0.4 |
477 | 2024-08-22T01:43:41.237Z | Downloaded async-stream-impl v0.3.5 |
478 | 2024-08-22T01:43:41.239Z | Downloaded crunchy v0.2.2 |
479 | 2024-08-22T01:43:41.241Z | Downloaded bitstruct v0.1.1 |
480 | 2024-08-22T01:43:41.248Z | Downloaded cstr-argument v0.1.2 |
481 | 2024-08-22T01:43:41.256Z | Downloaded convert_case v0.4.0 |
482 | 2024-08-22T01:43:41.258Z | Downloaded lalrpop-util v0.19.12 |
483 | 2024-08-22T01:43:41.261Z | Downloaded crc-catalog v2.4.0 |
484 | 2024-08-22T01:43:41.261Z | Downloaded is_ci v1.2.0 |
485 | 2024-08-22T01:43:41.264Z | Downloaded indent_write v2.2.0 |
486 | 2024-08-22T01:43:41.266Z | Downloaded num_threads v0.1.7 |
487 | 2024-08-22T01:43:41.268Z | Downloaded cipher v0.4.4 |
488 | 2024-08-22T01:43:41.271Z | Downloaded bit-set v0.5.3 |
489 | 2024-08-22T01:43:41.271Z | Downloaded humantime v2.1.0 |
490 | 2024-08-22T01:43:41.273Z | Downloaded new_debug_unreachable v1.0.6 |
491 | 2024-08-22T01:43:41.274Z | Downloaded instant v0.1.12 |
492 | 2024-08-22T01:43:41.276Z | Downloaded cexpr v0.6.0 |
493 | 2024-08-22T01:43:41.278Z | Downloaded hubpack_derive v0.1.1 |
494 | 2024-08-22T01:43:41.278Z | Downloaded match_cfg v0.1.0 |
495 | 2024-08-22T01:43:41.281Z | Downloaded jobserver v0.1.32 |
496 | 2024-08-22T01:43:41.283Z | Downloaded crossbeam-deque v0.8.5 |
497 | 2024-08-22T01:43:41.285Z | Downloaded ipnetwork v0.20.0 |
498 | 2024-08-22T01:43:41.288Z | Downloaded openssl-macros v0.1.1 |
499 | 2024-08-22T01:43:41.288Z | Downloaded number_prefix v0.4.0 |
500 | 2024-08-22T01:43:41.290Z | Downloaded md-5 v0.10.6 |
501 | 2024-08-22T01:43:41.293Z | Downloaded num-integer v0.1.46 |
502 | 2024-08-22T01:43:41.295Z | Downloaded num-derive v0.4.2 |
503 | 2024-08-22T01:43:41.295Z | Downloaded cassowary v0.3.0 |
504 | 2024-08-22T01:43:41.298Z | Downloaded num_enum v0.5.11 |
505 | 2024-08-22T01:43:41.303Z | Downloaded num v0.4.3 |
506 | 2024-08-22T01:43:41.306Z | Downloaded iana-time-zone v0.1.60 |
507 | 2024-08-22T01:43:41.308Z | Downloaded const_format_proc_macros v0.2.32 |
508 | 2024-08-22T01:43:41.311Z | Downloaded newtype-uuid v1.1.0 |
509 | 2024-08-22T01:43:41.313Z | Downloaded num-rational v0.4.2 |
510 | 2024-08-22T01:43:41.316Z | Downloaded mime_guess v2.0.4 |
511 | 2024-08-22T01:43:41.318Z | Downloaded bcs v0.1.6 |
512 | 2024-08-22T01:43:41.321Z | Downloaded managed v0.8.0 |
513 | 2024-08-22T01:43:41.321Z | Downloaded crc32fast v1.4.0 |
514 | 2024-08-22T01:43:41.323Z | Downloaded base16ct v0.2.0 |
515 | 2024-08-22T01:43:41.326Z | Downloaded ascii v1.1.0 |
516 | 2024-08-22T01:43:41.328Z | Downloaded take_mut v0.2.2 |
517 | 2024-08-22T01:43:41.328Z | Downloaded signal-hook-tokio v0.3.1 |
518 | 2024-08-22T01:43:41.330Z | Downloaded crucible-workspace-hack v0.1.0 |
519 | 2024-08-22T01:43:41.330Z | Downloaded bitstruct_derive v0.1.0 |
520 | 2024-08-22T01:43:41.333Z | Downloaded num-complex v0.4.6 |
521 | 2024-08-22T01:43:41.335Z | Downloaded multer v3.1.0 |
522 | 2024-08-22T01:43:41.338Z | Downloaded is-terminal v0.4.12 |
523 | 2024-08-22T01:43:41.338Z | Downloaded darling_macro v0.20.9 |
524 | 2024-08-22T01:43:41.340Z | Downloaded omicron-zone-package v0.11.0 |
525 | 2024-08-22T01:43:41.342Z | Downloaded ident_case v1.0.1 |
526 | 2024-08-22T01:43:41.345Z | Downloaded instability v0.3.2 |
527 | 2024-08-22T01:43:41.345Z | Downloaded indicatif v0.17.8 |
528 | 2024-08-22T01:43:41.349Z | Downloaded ahash v0.8.11 |
529 | 2024-08-22T01:43:41.353Z | Downloaded openssl-probe v0.1.5 |
530 | 2024-08-22T01:43:41.355Z | Downloaded keccak v0.1.5 |
531 | 2024-08-22T01:43:41.358Z | Downloaded impl-trait-for-tuples v0.2.2 |
532 | 2024-08-22T01:43:41.360Z | Downloaded opaque-debug v0.3.1 |
533 | 2024-08-22T01:43:41.362Z | Downloaded scrypt v0.11.0 |
534 | 2024-08-22T01:43:41.362Z | Downloaded static_assertions v1.1.0 |
535 | 2024-08-22T01:43:41.365Z | Downloaded csv-core v0.1.11 |
536 | 2024-08-22T01:43:41.367Z | Downloaded hyper-tls v0.5.0 |
537 | 2024-08-22T01:43:41.367Z | Downloaded thiserror-impl-no-std v2.0.2 |
538 | 2024-08-22T01:43:41.370Z | Downloaded num_enum_derive v0.5.11 |
539 | 2024-08-22T01:43:41.373Z | Downloaded nodrop v0.1.14 |
540 | 2024-08-22T01:43:41.373Z | Downloaded argon2 v0.5.3 |
541 | 2024-08-22T01:43:41.375Z | Downloaded ciborium-ll v0.2.2 |
542 | 2024-08-22T01:43:41.375Z | Downloaded lazy_static v1.5.0 |
543 | 2024-08-22T01:43:41.377Z | Downloaded indoc v1.0.9 |
544 | 2024-08-22T01:43:41.380Z | Downloaded colored v2.1.0 |
545 | 2024-08-22T01:43:41.383Z | Downloaded headers-core v0.2.0 |
546 | 2024-08-22T01:43:41.385Z | Downloaded peg-runtime v0.8.3 |
547 | 2024-08-22T01:43:41.385Z | Downloaded foreign-types-shared v0.1.1 |
548 | 2024-08-22T01:43:41.388Z | Downloaded foreign-types-macros v0.2.3 |
549 | 2024-08-22T01:43:41.388Z | Downloaded downcast v0.11.0 |
550 | 2024-08-22T01:43:41.391Z | Downloaded castaway v0.2.3 |
551 | 2024-08-22T01:43:41.391Z | Downloaded mime v0.3.17 |
552 | 2024-08-22T01:43:41.393Z | Downloaded constant_time_eq v0.3.0 |
553 | 2024-08-22T01:43:41.393Z | Downloaded maybe-uninit v2.0.0 |
554 | 2024-08-22T01:43:41.396Z | Downloaded linear-map v1.2.0 |
555 | 2024-08-22T01:43:41.398Z | Downloaded multimap v0.10.0 |
556 | 2024-08-22T01:43:41.398Z | Downloaded buf-list v1.0.3 |
557 | 2024-08-22T01:43:41.400Z | Downloaded libefi-sys v0.1.0 |
558 | 2024-08-22T01:43:41.403Z | Downloaded dirs-next v2.0.0 |
559 | 2024-08-22T01:43:41.406Z | Downloaded zeroize v1.7.0 |
560 | 2024-08-22T01:43:41.406Z | Downloaded same-file v1.0.6 |
561 | 2024-08-22T01:43:41.409Z | Downloaded sec1 v0.7.3 |
562 | 2024-08-22T01:43:41.411Z | Downloaded num-iter v0.1.45 |
563 | 2024-08-22T01:43:41.411Z | Downloaded slog-scope v4.4.0 |
564 | 2024-08-22T01:43:41.414Z | Downloaded bb8 v0.8.5 |
565 | 2024-08-22T01:43:41.414Z | Downloaded lru-cache v0.1.2 |
566 | 2024-08-22T01:43:41.417Z | Downloaded rpassword v7.3.1 |
567 | 2024-08-22T01:43:41.417Z | Downloaded darling_core v0.20.9 |
568 | 2024-08-22T01:43:41.422Z | Downloaded display-error-chain v0.2.0 |
569 | 2024-08-22T01:43:41.424Z | Downloaded foreign-types v0.3.2 |
570 | 2024-08-22T01:43:41.427Z | Downloaded serde-big-array v0.5.1 |
571 | 2024-08-22T01:43:41.427Z | Downloaded pretty-hex v0.2.1 |
572 | 2024-08-22T01:43:41.429Z | Downloaded predicates-tree v1.0.9 |
573 | 2024-08-22T01:43:41.431Z | Downloaded fd-lock v4.0.2 |
574 | 2024-08-22T01:43:41.434Z | Downloaded lock_api v0.4.12 |
575 | 2024-08-22T01:43:41.434Z | Downloaded http-body v0.4.6 |
576 | 2024-08-22T01:43:41.436Z | Downloaded hostname v0.4.0 |
577 | 2024-08-22T01:43:41.439Z | Downloaded unicode-linebreak v0.1.5 |
578 | 2024-08-22T01:43:41.439Z | Downloaded unicase v2.7.0 |
579 | 2024-08-22T01:43:41.441Z | Downloaded twox-hash v1.6.3 |
580 | 2024-08-22T01:43:41.444Z | Downloaded chacha20poly1305 v0.10.1 |
581 | 2024-08-22T01:43:41.447Z | Downloaded olpc-cjson v0.1.3 |
582 | 2024-08-22T01:43:41.447Z | Downloaded block-padding v0.3.3 |
583 | 2024-08-22T01:43:41.449Z | Downloaded backoff v0.4.0 |
584 | 2024-08-22T01:43:41.451Z | Downloaded async-trait v0.1.81 |
585 | 2024-08-22T01:43:41.454Z | Downloaded proc-macro-crate v1.3.1 |
586 | 2024-08-22T01:43:41.457Z | Downloaded openssl-sys v0.9.103 |
587 | 2024-08-22T01:43:41.462Z | Downloaded minimal-lexical v0.2.1 |
588 | 2024-08-22T01:43:41.467Z | Downloaded untrusted v0.9.0 |
589 | 2024-08-22T01:43:41.470Z | Downloaded sync_wrapper v0.1.2 |
590 | 2024-08-22T01:43:41.472Z | Downloaded darling v0.20.9 |
591 | 2024-08-22T01:43:41.475Z | Downloaded cookie_store v0.20.0 |
592 | 2024-08-22T01:43:41.477Z | Downloaded serde_with_macros v3.9.0 |
593 | 2024-08-22T01:43:41.480Z | Downloaded slab v0.4.9 |
594 | 2024-08-22T01:43:41.483Z | Downloaded toolchain_find v0.4.0 |
595 | 2024-08-22T01:43:41.485Z | Downloaded mockall_derive v0.13.0 |
596 | 2024-08-22T01:43:41.488Z | Downloaded unarray v0.1.4 |
597 | 2024-08-22T01:43:41.488Z | Downloaded siphasher v0.3.11 |
598 | 2024-08-22T01:43:41.491Z | Downloaded semver v0.1.20 |
599 | 2024-08-22T01:43:41.491Z | Downloaded pbkdf2 v0.12.2 |
600 | 2024-08-22T01:43:41.494Z | Downloaded ff v0.13.0 |
601 | 2024-08-22T01:43:41.497Z | Downloaded pkg-config v0.3.30 |
602 | 2024-08-22T01:43:41.497Z | Downloaded tap v1.0.1 |
603 | 2024-08-22T01:43:41.497Z | Downloaded spki v0.7.3 |
604 | 2024-08-22T01:43:41.500Z | Downloaded spin v0.5.2 |
605 | 2024-08-22T01:43:41.502Z | Downloaded poly1305 v0.8.0 |
606 | 2024-08-22T01:43:41.505Z | Downloaded ipnet v2.9.0 |
607 | 2024-08-22T01:43:41.507Z | Downloaded sct v0.7.1 |
608 | 2024-08-22T01:43:41.509Z | Downloaded rustls-pemfile v1.0.4 |
609 | 2024-08-22T01:43:41.512Z | Downloaded mio v0.8.11 |
610 | 2024-08-22T01:43:41.518Z | Downloaded num-traits v0.2.19 |
611 | 2024-08-22T01:43:41.521Z | Downloaded indexmap v1.9.3 |
612 | 2024-08-22T01:43:41.525Z | Downloaded clang-sys v1.7.0 |
613 | 2024-08-22T01:43:41.528Z | Downloaded futures-task v0.3.30 |
614 | 2024-08-22T01:43:41.531Z | Downloaded fallible-iterator v0.3.0 |
615 | 2024-08-22T01:43:41.533Z | Downloaded fallible-iterator v0.2.0 |
616 | 2024-08-22T01:43:41.536Z | Downloaded cookie v0.18.1 |
617 | 2024-08-22T01:43:41.538Z | Downloaded fastrand v2.1.0 |
618 | 2024-08-22T01:43:41.538Z | Downloaded hash32 v0.2.1 |
619 | 2024-08-22T01:43:41.541Z | Downloaded yasna v0.5.2 |
620 | 2024-08-22T01:43:41.543Z | Downloaded fallible-streaming-iterator v0.1.9 |
621 | 2024-08-22T01:43:41.546Z | Downloaded supports-color v3.0.0 |
622 | 2024-08-22T01:43:41.546Z | Downloaded subtle v2.5.0 |
623 | 2024-08-22T01:43:41.548Z | Downloaded sha1 v0.10.6 |
624 | 2024-08-22T01:43:41.551Z | Downloaded crossbeam-epoch v0.9.18 |
625 | 2024-08-22T01:43:41.553Z | Downloaded snafu-derive v0.8.2 |
626 | 2024-08-22T01:43:41.553Z | Downloaded pin-utils v0.1.0 |
627 | 2024-08-22T01:43:41.556Z | Downloaded rustc_version v0.4.0 |
628 | 2024-08-22T01:43:41.558Z | Downloaded tokio-rustls v0.25.0 |
629 | 2024-08-22T01:43:41.560Z | Downloaded term v0.7.0 |
630 | 2024-08-22T01:43:41.563Z | Downloaded defmt-parser v0.3.4 |
631 | 2024-08-22T01:43:41.565Z | Downloaded erased-serde v0.3.31 |
632 | 2024-08-22T01:43:41.568Z | Downloaded libm v0.2.8 |
633 | 2024-08-22T01:43:41.575Z | Downloaded path-slash v0.1.5 |
634 | 2024-08-22T01:43:41.577Z | Downloaded termios v0.3.3 |
635 | 2024-08-22T01:43:41.580Z | Downloaded tokio-postgres v0.7.11 |
636 | 2024-08-22T01:43:41.584Z | Downloaded predicates v3.1.2 |
637 | 2024-08-22T01:43:41.587Z | Downloaded termtree v0.4.1 |
638 | 2024-08-22T01:43:41.590Z | Downloaded wyz v0.5.1 |
639 | 2024-08-22T01:43:41.593Z | Downloaded zerocopy v0.6.6 |
640 | 2024-08-22T01:43:41.595Z | Downloaded parking_lot_core v0.9.10 |
641 | 2024-08-22T01:43:41.606Z | Downloaded miniz_oxide v0.7.2 |
642 | 2024-08-22T01:43:41.609Z | Downloaded packed_struct v0.10.1 |
643 | 2024-08-22T01:43:41.612Z | Downloaded snafu v0.8.2 |
644 | 2024-08-22T01:43:41.618Z | Downloaded hex v0.4.3 |
645 | 2024-08-22T01:43:41.620Z | Downloaded which v4.4.2 |
646 | 2024-08-22T01:43:41.622Z | Downloaded parse-display v0.10.0 |
647 | 2024-08-22T01:43:41.625Z | Downloaded tar v0.4.41 |
648 | 2024-08-22T01:43:41.627Z | Downloaded futures-macro v0.3.30 |
649 | 2024-08-22T01:43:41.629Z | Downloaded phf_shared v0.10.0 |
650 | 2024-08-22T01:43:41.629Z | Downloaded heck v0.3.3 |
651 | 2024-08-22T01:43:41.632Z | Downloaded futures-executor v0.3.30 |
652 | 2024-08-22T01:43:41.632Z | Downloaded futures-core v0.3.30 |
653 | 2024-08-22T01:43:41.634Z | Downloaded phf_shared v0.11.2 |
654 | 2024-08-22T01:43:41.636Z | Downloaded foreign-types-shared v0.3.1 |
655 | 2024-08-22T01:43:41.636Z | Downloaded float-ord v0.3.2 |
656 | 2024-08-22T01:43:41.639Z | Downloaded signal-hook v0.3.17 |
657 | 2024-08-22T01:43:41.641Z | Downloaded heapless v0.7.17 |
658 | 2024-08-22T01:43:41.646Z | Downloaded ref-cast v1.0.23 |
659 | 2024-08-22T01:43:41.650Z | Downloaded phf v0.11.2 |
660 | 2024-08-22T01:43:41.652Z | Downloaded whoami v1.5.1 |
661 | 2024-08-22T01:43:41.655Z | Downloaded unicode-bidi v0.3.15 |
662 | 2024-08-22T01:43:41.657Z | Downloaded base64 v0.22.1 |
663 | 2024-08-22T01:43:41.661Z | Downloaded walkdir v2.5.0 |
664 | 2024-08-22T01:43:41.663Z | Downloaded universal-hash v0.5.1 |
665 | 2024-08-22T01:43:41.666Z | Downloaded pin-project-lite v0.2.14 |
666 | 2024-08-22T01:43:41.669Z | Downloaded hubpack v0.1.2 |
667 | 2024-08-22T01:43:41.672Z | Downloaded derive_builder_macro v0.20.0 |
668 | 2024-08-22T01:43:41.672Z | Downloaded precomputed-hash v0.1.1 |
669 | 2024-08-22T01:43:41.674Z | Downloaded serde_plain v1.0.2 |
670 | 2024-08-22T01:43:41.674Z | Downloaded rustls-pki-types v1.7.0 |
671 | 2024-08-22T01:43:41.677Z | Downloaded fragile v2.0.0 |
672 | 2024-08-22T01:43:41.679Z | Downloaded tower-service v0.3.2 |
673 | 2024-08-22T01:43:41.682Z | Downloaded aes v0.8.4 |
674 | 2024-08-22T01:43:41.684Z | Downloaded structmeta v0.3.0 |
675 | 2024-08-22T01:43:41.687Z | Downloaded diesel_table_macro_syntax v0.2.0 |
676 | 2024-08-22T01:43:41.689Z | Downloaded vergen v8.3.2 |
677 | 2024-08-22T01:43:41.692Z | Downloaded paste v1.0.15 |
678 | 2024-08-22T01:43:41.694Z | Downloaded serde_path_to_error v0.1.16 |
679 | 2024-08-22T01:43:41.697Z | Downloaded strum_macros v0.26.4 |
680 | 2024-08-22T01:43:41.699Z | Downloaded time-core v0.1.2 |
681 | 2024-08-22T01:43:41.701Z | Downloaded strum_macros v0.24.3 |
682 | 2024-08-22T01:43:41.704Z | Downloaded env_logger v0.10.2 |
683 | 2024-08-22T01:43:41.706Z | Downloaded headers v0.3.9 |
684 | 2024-08-22T01:43:41.712Z | Downloaded tinyvec_macros v0.1.1 |
685 | 2024-08-22T01:43:41.714Z | Downloaded float-cmp v0.9.0 |
686 | 2024-08-22T01:43:41.714Z | Downloaded strip-ansi-escapes v0.2.0 |
687 | 2024-08-22T01:43:41.717Z | Downloaded derive_builder v0.20.0 |
688 | 2024-08-22T01:43:41.721Z | Downloaded serde_yaml v0.9.34+deprecated |
689 | 2024-08-22T01:43:41.725Z | Downloaded try-lock v0.2.5 |
690 | 2024-08-22T01:43:41.728Z | Downloaded oso-derive v0.27.3 |
691 | 2024-08-22T01:43:41.728Z | Downloaded strum v0.26.3 |
692 | 2024-08-22T01:43:41.730Z | Downloaded predicates-core v1.0.6 |
693 | 2024-08-22T01:43:41.730Z | Downloaded slog-term v2.9.1 |
694 | 2024-08-22T01:43:41.733Z | Downloaded const_format v0.2.32 |
695 | 2024-08-22T01:43:41.738Z | Downloaded smawk v0.3.2 |
696 | 2024-08-22T01:43:41.741Z | Downloaded serde_derive_internals v0.29.1 |
697 | 2024-08-22T01:43:41.743Z | Downloaded http v1.1.0 |
698 | 2024-08-22T01:43:41.746Z | Downloaded libxml v0.3.3 |
699 | 2024-08-22T01:43:41.753Z | Downloaded portpicker v0.1.1 |
700 | 2024-08-22T01:43:41.755Z | Downloaded parse-display-derive v0.10.0 |
701 | 2024-08-22T01:43:41.755Z | Downloaded tokio-macros v2.4.0 |
702 | 2024-08-22T01:43:41.758Z | Downloaded tls_codec_derive v0.4.1 |
703 | 2024-08-22T01:43:41.760Z | Downloaded tls_codec v0.4.1 |
704 | 2024-08-22T01:43:41.760Z | Downloaded thread_local v1.1.8 |
705 | 2024-08-22T01:43:41.763Z | Downloaded fatfs v0.3.6 |
706 | 2024-08-22T01:43:41.765Z | Downloaded num-bigint-dig v0.8.4 |
707 | 2024-08-22T01:43:41.770Z | Downloaded ena v0.14.3 |
708 | 2024-08-22T01:43:41.773Z | Downloaded password-hash v0.5.0 |
709 | 2024-08-22T01:43:41.775Z | Downloaded unicode-truncate v1.0.0 |
710 | 2024-08-22T01:43:41.778Z | Downloaded tui-tree-widget v0.22.0 |
711 | 2024-08-22T01:43:41.778Z | Downloaded rusty-fork v0.3.0 |
712 | 2024-08-22T01:43:41.781Z | Downloaded rustversion v1.0.17 |
713 | 2024-08-22T01:43:41.783Z | Downloaded funty v2.0.0 |
714 | 2024-08-22T01:43:41.786Z | Downloaded typed-path v0.7.1 |
715 | 2024-08-22T01:43:41.790Z | Downloaded derive_builder_core v0.20.0 |
716 | 2024-08-22T01:43:41.793Z | Downloaded signature v2.2.0 |
717 | 2024-08-22T01:43:41.796Z | Downloaded unicode-xid v0.2.4 |
718 | 2024-08-22T01:43:41.796Z | Downloaded waitgroup v0.1.2 |
719 | 2024-08-22T01:43:41.798Z | Downloaded wait-timeout v0.2.0 |
720 | 2024-08-22T01:43:41.798Z | Downloaded crossterm v0.28.1 |
721 | 2024-08-22T01:43:41.807Z | Downloaded psl-types v2.0.11 |
722 | 2024-08-22T01:43:41.809Z | Downloaded gethostname v0.5.0 |
723 | 2024-08-22T01:43:41.809Z | Downloaded postgres-protocol v0.6.7 |
724 | 2024-08-22T01:43:41.812Z | Downloaded rand_xorshift v0.3.0 |
725 | 2024-08-22T01:43:41.812Z | Downloaded rand_seeder v0.3.0 |
726 | 2024-08-22T01:43:41.814Z | Downloaded rand_core v0.6.4 |
727 | 2024-08-22T01:43:41.816Z | Downloaded time-macros v0.2.18 |
728 | 2024-08-22T01:43:41.820Z | Downloaded untrusted v0.7.1 |
729 | 2024-08-22T01:43:41.820Z | Downloaded diff v0.1.13 |
730 | 2024-08-22T01:43:41.822Z | Downloaded derive_more v0.99.18 |
731 | 2024-08-22T01:43:41.826Z | Downloaded vte_generate_state_changes v0.1.1 |
732 | 2024-08-22T01:43:41.829Z | Downloaded signal-hook-registry v1.4.2 |
733 | 2024-08-22T01:43:41.829Z | Downloaded parse-size v1.0.0 |
734 | 2024-08-22T01:43:41.831Z | Downloaded sqlparser_derive v0.2.2 |
735 | 2024-08-22T01:43:41.831Z | Downloaded derive-where v1.2.7 |
736 | 2024-08-22T01:43:41.834Z | Downloaded pin-project v1.1.5 |
737 | 2024-08-22T01:43:41.847Z | Downloaded schemars_derive v0.8.21 |
738 | 2024-08-22T01:43:41.850Z | Downloaded smallvec v0.6.14 |
739 | 2024-08-22T01:43:41.850Z | Downloaded resolv-conf v0.7.0 |
740 | 2024-08-22T01:43:41.853Z | Downloaded futures-sink v0.3.30 |
741 | 2024-08-22T01:43:41.853Z | Downloaded group v0.13.0 |
742 | 2024-08-22T01:43:41.855Z | Downloaded rtoolbox v0.0.2 |
743 | 2024-08-22T01:43:41.857Z | Downloaded parking_lot_core v0.8.6 |
744 | 2024-08-22T01:43:41.860Z | Downloaded tinyvec v1.6.0 |
745 | 2024-08-22T01:43:41.862Z | Downloaded smf v0.2.3 |
746 | 2024-08-22T01:43:41.865Z | Downloaded fxhash v0.2.1 |
747 | 2024-08-22T01:43:41.865Z | Downloaded string_cache v0.8.7 |
748 | 2024-08-22T01:43:41.868Z | Downloaded signal-hook-mio v0.2.4 |
749 | 2024-08-22T01:43:41.868Z | Downloaded slog-stdlog v4.1.1 |
750 | 2024-08-22T01:43:41.870Z | Downloaded enum-as-inner v0.6.0 |
751 | 2024-08-22T01:43:41.870Z | Downloaded hash32 v0.3.1 |
752 | 2024-08-22T01:43:41.873Z | Downloaded hyper v0.14.30 |
753 | 2024-08-22T01:43:41.880Z | Downloaded uuid v1.10.0 |
754 | 2024-08-22T01:43:41.883Z | Downloaded stringprep v0.1.4 |
755 | 2024-08-22T01:43:41.885Z | Downloaded http-range v0.1.5 |
756 | 2024-08-22T01:43:41.888Z | Downloaded scopeguard v1.2.0 |
757 | 2024-08-22T01:43:41.888Z | Downloaded packed_struct_codegen v0.10.1 |
758 | 2024-08-22T01:43:41.888Z | Downloaded secrecy v0.8.0 |
759 | 2024-08-22T01:43:41.891Z | Downloaded fixedbitset v0.4.2 |
760 | 2024-08-22T01:43:41.894Z | Downloaded radium v0.7.0 |
761 | 2024-08-22T01:43:41.894Z | Downloaded toml_edit v0.19.15 |
762 | 2024-08-22T01:43:41.910Z | Downloaded tracing-attributes v0.1.27 |
763 | 2024-08-22T01:43:41.913Z | Downloaded tracing v0.1.40 |
764 | 2024-08-22T01:43:41.917Z | Downloaded tokio-util v0.7.11 |
765 | 2024-08-22T01:43:41.923Z | Downloaded hickory-server v0.24.1 |
766 | 2024-08-22T01:43:41.929Z | Downloaded powerfmt v0.2.0 |
767 | 2024-08-22T01:43:41.931Z | Downloaded futures-channel v0.3.30 |
768 | 2024-08-22T01:43:41.934Z | Downloaded tungstenite v0.20.1 |
769 | 2024-08-22T01:43:41.936Z | Downloaded schemars v0.8.21 |
770 | 2024-08-22T01:43:41.948Z | Downloaded heapless v0.8.0 |
771 | 2024-08-22T01:43:41.952Z | Downloaded hashlink v0.9.1 |
772 | 2024-08-22T01:43:41.954Z | Downloaded env_logger v0.9.3 |
773 | 2024-08-22T01:43:41.957Z | Downloaded pkcs8 v0.10.2 |
774 | 2024-08-22T01:43:41.959Z | Downloaded pin-project-internal v1.1.5 |
775 | 2024-08-22T01:43:41.962Z | Downloaded uzers v0.11.3 |
776 | 2024-08-22T01:43:41.965Z | Downloaded ron v0.8.1 |
777 | 2024-08-22T01:43:41.969Z | Downloaded hmac v0.12.1 |
778 | 2024-08-22T01:43:41.971Z | Downloaded httparse v1.8.0 |
779 | 2024-08-22T01:43:41.974Z | Downloaded rcgen v0.12.1 |
780 | 2024-08-22T01:43:41.976Z | Downloaded rayon-core v1.12.1 |
781 | 2024-08-22T01:43:41.981Z | Downloaded unicode_categories v0.1.1 |
782 | 2024-08-22T01:43:41.983Z | Downloaded pkcs5 v0.7.1 |
783 | 2024-08-22T01:43:41.987Z | Downloaded idna v0.3.0 |
784 | 2024-08-22T01:43:41.993Z | Downloaded serde_with v3.9.0 |
785 | 2024-08-22T01:43:42.002Z | Downloaded parking_lot v0.12.2 |
786 | 2024-08-22T01:43:42.005Z | Downloaded x509-cert v0.2.5 |
787 | 2024-08-22T01:43:42.011Z | Downloaded rand v0.8.5 |
788 | 2024-08-22T01:43:42.015Z | Downloaded hashbrown v0.12.3 |
789 | 2024-08-22T01:43:42.020Z | Downloaded proptest v1.5.0 |
790 | 2024-08-22T01:43:42.029Z | Downloaded hashbrown v0.13.2 |
791 | 2024-08-22T01:43:42.034Z | Downloaded time v0.3.36 |
792 | 2024-08-22T01:43:42.041Z | Downloaded flate2 v1.0.31 |
793 | 2024-08-22T01:43:42.047Z | Downloaded lalrpop v0.19.12 |
794 | 2024-08-22T01:43:42.059Z | Downloaded reqwest v0.11.27 |
795 | 2024-08-22T01:43:42.067Z | Downloaded reedline v0.33.0 |
796 | 2024-08-22T01:43:42.075Z | Downloaded object v0.32.2 |
797 | 2024-08-22T01:43:42.085Z | Downloaded nix v0.28.0 |
798 | 2024-08-22T01:43:42.097Z | Downloaded quick-xml v0.31.0 |
799 | 2024-08-22T01:43:42.103Z | Downloaded h2 v0.3.26 |
800 | 2024-08-22T01:43:42.110Z | Downloaded openssl v0.10.66 |
801 | 2024-08-22T01:43:42.120Z | Downloaded tough v0.17.1 |
802 | 2024-08-22T01:43:42.129Z | Downloaded polar-core v0.27.3 |
803 | 2024-08-22T01:43:42.138Z | Downloaded regex v1.10.6 |
804 | 2024-08-22T01:43:42.152Z | Downloaded rustls-webpki v0.102.4 |
805 | 2024-08-22T01:43:42.170Z | Downloaded sqlparser v0.45.0 |
806 | 2024-08-22T01:43:42.175Z | Downloaded portable-atomic v1.6.0 |
807 | 2024-08-22T01:43:42.182Z | Downloaded rusqlite v0.31.0 |
808 | 2024-08-22T01:43:42.189Z | Downloaded git2 v0.19.0 |
809 | 2024-08-22T01:43:42.198Z | Downloaded radix_trie v0.2.1 |
810 | 2024-08-22T01:43:42.203Z | Downloaded regex-syntax v0.6.29 |
811 | 2024-08-22T01:43:42.210Z | Downloaded vcpkg v0.2.15 |
812 | 2024-08-22T01:43:42.249Z | Downloaded diesel v2.2.2 |
813 | 2024-08-22T01:43:42.269Z | Downloaded hkdf v0.12.4 |
814 | 2024-08-22T01:43:42.271Z | Downloaded webpki-roots v0.25.4 |
815 | 2024-08-22T01:43:42.275Z | Downloaded rustls v0.21.12 |
816 | 2024-08-22T01:43:42.286Z | Downloaded hickory-proto v0.24.1 |
817 | 2024-08-22T01:43:42.301Z | Downloaded gimli v0.28.1 |
818 | 2024-08-22T01:43:42.310Z | Downloaded ratatui v0.28.0 |
819 | 2024-08-22T01:43:42.331Z | Downloaded curve25519-dalek v4.1.3 |
820 | 2024-08-22T01:43:42.339Z | Downloaded bstr v1.9.1 |
821 | 2024-08-22T01:43:42.351Z | Downloaded smoltcp v0.9.1 |
822 | 2024-08-22T01:43:42.362Z | Downloaded regress v0.9.1 |
823 | 2024-08-22T01:43:42.373Z | Downloaded futures-util v0.3.30 |
824 | 2024-08-22T01:43:42.386Z | Downloaded regex-syntax v0.8.4 |
825 | 2024-08-22T01:43:42.394Z | Downloaded smoltcp v0.11.0 |
826 | 2024-08-22T01:43:42.408Z | Downloaded rustls v0.22.4 |
827 | 2024-08-22T01:43:42.422Z | Downloaded rustls-webpki v0.101.7 |
828 | 2024-08-22T01:43:42.437Z | Downloaded openapiv3 v2.0.0 |
829 | 2024-08-22T01:43:42.450Z | Downloaded sled v0.34.7 |
830 | 2024-08-22T01:43:42.463Z | Downloaded chrono v0.4.38 |
831 | 2024-08-22T01:43:42.471Z | Downloaded zerocopy-derive v0.6.6 |
832 | 2024-08-22T01:43:42.482Z | Downloaded tokio v1.39.2 |
833 | 2024-08-22T01:43:42.520Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
834 | 2024-08-22T01:43:42.533Z | Downloaded regex-automata v0.4.6 |
835 | 2024-08-22T01:43:42.551Z | Downloaded sha3 v0.10.8 |
836 | 2024-08-22T01:43:42.556Z | Downloaded petgraph v0.6.5 |
837 | 2024-08-22T01:43:42.575Z | Downloaded nix v0.27.1 |
838 | 2024-08-22T01:43:42.586Z | Downloaded finl_unicode v1.2.0 |
839 | 2024-08-22T01:43:42.600Z | Downloaded object v0.30.4 |
840 | 2024-08-22T01:43:42.610Z | Downloaded csv v1.3.0 |
841 | 2024-08-22T01:43:42.632Z | Downloaded bindgen v0.69.4 |
842 | 2024-08-22T01:43:42.639Z | Downloaded idna v0.4.0 |
843 | 2024-08-22T01:43:42.646Z | Downloaded bitvec v1.0.1 |
844 | 2024-08-22T01:43:42.662Z | Downloaded encoding_rs v0.8.34 |
845 | 2024-08-22T01:43:42.684Z | Downloaded rustyline v14.0.0 |
846 | 2024-08-22T01:43:42.689Z | Downloaded winnow v0.5.40 |
847 | 2024-08-22T01:43:42.698Z | Downloaded rayon v1.10.0 |
848 | 2024-08-22T01:43:42.707Z | Downloaded publicsuffix v2.2.3 |
849 | 2024-08-22T01:43:42.710Z | Downloaded idna v0.5.0 |
850 | 2024-08-22T01:43:42.717Z | Downloaded parking_lot v0.11.2 |
851 | 2024-08-22T01:43:42.719Z | Downloaded blake3 v1.5.1 |
852 | 2024-08-22T01:43:42.727Z | Downloaded futures v0.3.30 |
853 | 2024-08-22T01:43:42.733Z | Downloaded sqlformat v0.2.4 |
854 | 2024-08-22T01:43:42.735Z | Downloaded postcard v1.0.8 |
855 | 2024-08-22T01:43:42.738Z | Downloaded unsafe-libyaml v0.2.11 |
856 | 2024-08-22T01:43:42.741Z | Downloaded crossterm v0.27.0 |
857 | 2024-08-22T01:43:42.749Z | Downloaded owo-colors v4.0.0 |
858 | 2024-08-22T01:43:42.754Z | Downloaded flagset v0.4.5 |
859 | 2024-08-22T01:43:42.754Z | Downloaded elliptic-curve v0.13.8 |
860 | 2024-08-22T01:43:42.758Z | Downloaded expectorate v1.1.0 |
861 | 2024-08-22T01:43:42.761Z | Downloaded url v2.5.2 |
862 | 2024-08-22T01:43:42.764Z | Downloaded aho-corasick v1.1.3 |
863 | 2024-08-22T01:43:42.770Z | Downloaded structmeta v0.2.0 |
864 | 2024-08-22T01:43:42.772Z | Downloaded rustc-demangle v0.1.24 |
865 | 2024-08-22T01:43:42.772Z | Downloaded postgres-types v0.2.7 |
866 | 2024-08-22T01:43:42.775Z | Downloaded getopts v0.2.21 |
867 | 2024-08-22T01:43:42.777Z | Downloaded shlex v1.3.0 |
868 | 2024-08-22T01:43:42.777Z | Downloaded shell-words v1.1.0 |
869 | 2024-08-22T01:43:42.780Z | Downloaded zip v0.6.6 |
870 | 2024-08-22T01:43:42.782Z | Downloaded globset v0.4.14 |
871 | 2024-08-22T01:43:42.785Z | Downloaded half v2.4.1 |
872 | 2024-08-22T01:43:42.787Z | Downloaded sigpipe v0.1.3 |
873 | 2024-08-22T01:43:42.790Z | Downloaded der v0.7.9 |
874 | 2024-08-22T01:43:42.793Z | Downloaded itertools v0.13.0 |
875 | 2024-08-22T01:43:42.800Z | Downloaded rand_chacha v0.3.1 |
876 | 2024-08-22T01:43:42.803Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
877 | 2024-08-22T01:43:42.862Z | Downloaded endian-type v0.1.2 |
878 | 2024-08-22T01:43:42.865Z | Downloaded glob v0.3.1 |
879 | 2024-08-22T01:43:42.865Z | Downloaded httpdate v1.0.3 |
880 | 2024-08-22T01:43:42.867Z | Downloaded structmeta-derive v0.3.0 |
881 | 2024-08-22T01:43:42.867Z | Downloaded structmeta-derive v0.2.0 |
882 | 2024-08-22T01:43:42.867Z | Downloaded ppv-lite86 v0.2.17 |
883 | 2024-08-22T01:43:42.870Z | Downloaded hickory-resolver v0.24.1 |
884 | 2024-08-22T01:43:42.873Z | Downloaded unicode-normalization v0.1.23 |
885 | 2024-08-22T01:43:42.877Z | Downloaded hickory-client v0.24.1 |
886 | 2024-08-22T01:43:42.880Z | Downloaded want v0.3.1 |
887 | 2024-08-22T01:43:42.882Z | Downloaded der_derive v0.7.2 |
888 | 2024-08-22T01:43:42.882Z | Downloaded thiserror-no-std v2.0.2 |
889 | 2024-08-22T01:43:42.886Z | Downloaded tokio-native-tls v0.3.1 |
890 | 2024-08-22T01:43:42.889Z | Downloaded slog v2.7.0 |
891 | 2024-08-22T01:43:42.891Z | Downloaded tiny-keccak v2.0.2 |
892 | 2024-08-22T01:43:42.894Z | Downloaded serde_arrays v0.1.0 |
893 | 2024-08-22T01:43:42.896Z | Downloaded serde-hex v0.1.0 |
894 | 2024-08-22T01:43:42.896Z | Downloaded subprocess v0.2.9 |
895 | 2024-08-22T01:43:42.899Z | Downloaded flume v0.11.0 |
896 | 2024-08-22T01:43:42.903Z | Downloaded itertools v0.10.5 |
897 | 2024-08-22T01:43:42.909Z | Downloaded quick-error v1.2.3 |
898 | 2024-08-22T01:43:42.911Z | Downloaded embedded-io v0.4.0 |
899 | 2024-08-22T01:43:42.914Z | Downloaded dyn-clone v1.0.17 |
900 | 2024-08-22T01:43:42.914Z | Downloaded highway v1.2.0 |
901 | 2024-08-22T01:43:42.916Z | Downloaded similar v2.6.0 |
902 | 2024-08-22T01:43:42.921Z | Downloaded samael v0.0.15 |
903 | 2024-08-22T01:43:42.926Z | Downloaded diesel_derives v2.2.2 |
904 | 2024-08-22T01:43:42.930Z | Downloaded tungstenite v0.21.0 |
905 | 2024-08-22T01:43:42.934Z | Downloaded either v1.13.0 |
906 | 2024-08-22T01:43:42.937Z | Downloaded dsl_auto_type v0.1.2 |
907 | 2024-08-22T01:43:42.937Z | Downloaded zone v0.1.8 |
908 | 2024-08-22T01:43:42.940Z | Downloaded xattr v1.3.1 |
909 | 2024-08-22T01:43:42.940Z | Downloaded ron v0.7.1 |
910 | 2024-08-22T01:43:42.944Z | Downloaded crypto-bigint v0.5.5 |
911 | 2024-08-22T01:43:42.951Z | Downloaded crossbeam-channel v0.5.12 |
912 | 2024-08-22T01:43:42.956Z | Downloaded cc v1.0.97 |
913 | 2024-08-22T01:43:42.959Z | Downloaded deranged v0.3.11 |
914 | 2024-08-22T01:43:42.963Z | Downloaded prettyplease v0.2.20 |
915 | 2024-08-22T01:43:42.967Z | Downloaded oso v0.27.3 |
916 | 2024-08-22T01:43:42.969Z | Downloaded unicode-segmentation v1.11.0 |
917 | 2024-08-22T01:43:42.972Z | Downloaded serde_repr v0.1.19 |
918 | 2024-08-22T01:43:42.974Z | Downloaded rustls-pemfile v2.1.3 |
919 | 2024-08-22T01:43:42.977Z | Downloaded http v0.2.12 |
920 | 2024-08-22T01:43:42.979Z | Downloaded form_urlencoded v1.2.1 |
921 | 2024-08-22T01:43:42.982Z | Downloaded rustfmt-wrapper v0.2.1 |
922 | 2024-08-22T01:43:42.982Z | Downloaded serde_urlencoded v0.7.1 |
923 | 2024-08-22T01:43:42.984Z | Downloaded rsa v0.9.6 |
924 | 2024-08-22T01:43:42.988Z | Downloaded toml v0.7.8 |
925 | 2024-08-22T01:43:42.992Z | Downloaded zone_cfg_derive v0.1.2 |
926 | 2024-08-22T01:43:42.994Z | Downloaded mio v1.0.2 |
927 | 2024-08-22T01:43:42.998Z | Downloaded rustc-hash v1.1.0 |
928 | 2024-08-22T01:43:43.001Z | Downloaded tokio-tungstenite v0.21.0 |
929 | 2024-08-22T01:43:43.004Z | Downloaded tokio-tungstenite v0.20.1 |
930 | 2024-08-22T01:43:43.006Z | Downloaded tokio-stream v0.1.15 |
931 | 2024-08-22T01:43:43.008Z | Downloaded tokio-rustls v0.24.1 |
932 | 2024-08-22T01:43:43.011Z | Downloaded percent-encoding v2.3.1 |
933 | 2024-08-22T01:43:43.014Z | Downloaded filetime v0.2.24 |
934 | 2024-08-22T01:43:43.014Z | Downloaded futures-io v0.3.30 |
935 | 2024-08-22T01:43:43.016Z | Downloaded utf-8 v0.7.6 |
936 | 2024-08-22T01:43:43.019Z | Downloaded rustc_version v0.1.7 |
937 | 2024-08-22T01:43:43.019Z | Downloaded r2d2 v0.8.10 |
938 | 2024-08-22T01:43:43.021Z | Downloaded pkcs1 v0.7.5 |
939 | 2024-08-22T01:43:43.024Z | Downloaded pem v3.0.4 |
940 | 2024-08-22T01:43:43.024Z | Downloaded tempfile v3.10.1 |
941 | 2024-08-22T01:43:43.027Z | Downloaded socket2 v0.5.7 |
942 | 2024-08-22T01:43:43.029Z | Downloaded socket2 v0.4.10 |
943 | 2024-08-22T01:43:43.029Z | Downloaded smallvec v1.13.2 |
944 | 2024-08-22T01:43:43.032Z | Downloaded base64 v0.13.1 |
945 | 2024-08-22T01:43:43.035Z | Downloaded steno v0.4.1 |
946 | 2024-08-22T01:43:43.039Z | Downloaded termcolor v1.4.1 |
947 | 2024-08-22T01:43:43.042Z | Downloaded slog-envlogger v2.2.0 |
948 | 2024-08-22T01:43:43.044Z | Downloaded slog-dtrace v0.3.0 |
949 | 2024-08-22T01:43:43.044Z | Downloaded slog-bunyan v2.5.0 |
950 | 2024-08-22T01:43:43.047Z | Downloaded slog-async v2.8.0 |
951 | 2024-08-22T01:43:43.047Z | Downloaded scheduled-thread-pool v0.2.7 |
952 | 2024-08-22T01:43:43.047Z | Downloaded salsa20 v0.10.2 |
953 | 2024-08-22T01:43:43.049Z | Downloaded vte v0.11.1 |
954 | 2024-08-22T01:43:43.052Z | Downloaded vsss-rs v3.3.4 |
955 | 2024-08-22T01:43:43.054Z | Downloaded ref-cast-impl v1.0.23 |
956 | 2024-08-22T01:43:43.054Z | Downloaded tracing-core v0.1.32 |
957 | 2024-08-22T01:43:43.057Z | Downloaded textwrap v0.16.1 |
958 | 2024-08-22T01:43:43.059Z | Downloaded nom v7.1.3 |
959 | 2024-08-22T01:43:43.065Z | Downloaded itertools v0.12.1 |
960 | 2024-08-22T01:43:43.072Z | Downloaded peg-macros v0.8.4 |
961 | 2024-08-22T01:43:43.075Z | Downloaded pem-rfc7468 v0.7.0 |
962 | 2024-08-22T01:43:43.077Z | Downloaded peg v0.8.4 |
963 | 2024-08-22T01:43:43.080Z | Downloaded getrandom v0.2.14 |
964 | 2024-08-22T01:43:43.083Z | Downloaded spin v0.9.8 |
965 | 2024-08-22T01:43:43.086Z | Downloaded topological-sort v0.2.2 |
966 | 2024-08-22T01:43:43.088Z | Downloaded test-strategy v0.3.1 |
967 | 2024-08-22T01:43:43.091Z | Downloaded crc-any v2.5.0 |
968 | 2024-08-22T01:43:43.093Z | Downloaded blake2 v0.10.6 |
969 | 2024-08-22T01:43:43.095Z | Downloaded base64 v0.21.7 |
970 | 2024-08-22T01:43:44.102Z | Downloaded backtrace v0.3.71 |
971 | 2024-08-22T01:43:44.106Z | Downloaded compact_str v0.8.0 |
972 | 2024-08-22T01:43:44.106Z | Downloaded cancel-safe-futures v0.1.5 |
973 | 2024-08-22T01:43:44.106Z | Downloaded bzip2 v0.4.4 |
974 | 2024-08-22T01:43:44.106Z | Downloaded bytes v1.7.1 |
975 | 2024-08-22T01:43:44.106Z | Downloaded allocator-api2 v0.2.18 |
976 | 2024-08-22T01:43:44.106Z | Downloaded defmt v0.3.8 |
977 | 2024-08-22T01:43:44.106Z | Downloaded cookie v0.17.0 |
978 | 2024-08-22T01:43:44.106Z | Downloaded nu-ansi-term v0.50.0 |
979 | 2024-08-22T01:43:44.106Z | Downloaded ciborium v0.2.2 |
980 | 2024-08-22T01:43:44.106Z | Downloaded chacha20 v0.9.1 |
981 | 2024-08-22T01:43:44.106Z | Downloaded native-tls v0.2.11 |
982 | 2024-08-22T01:43:44.106Z | Downloaded memmap2 v0.9.4 |
983 | 2024-08-22T01:43:44.106Z | Downloaded libloading v0.8.3 |
984 | 2024-08-22T01:43:44.106Z | Downloaded hostname v0.3.1 |
985 | 2024-08-22T01:43:44.106Z | Downloaded home v0.5.9 |
986 | 2024-08-22T01:43:44.106Z | Downloaded const-oid v0.9.6 |
987 | 2024-08-22T01:43:44.106Z | Downloaded console v0.15.8 |
988 | 2024-08-22T01:43:44.106Z | Downloaded foreign-types v0.5.0 |
989 | 2024-08-22T01:43:44.106Z | Downloaded dirs-sys-next v0.1.2 |
990 | 2024-08-22T01:43:44.106Z | Downloaded difflib v0.4.0 |
991 | 2024-08-22T01:43:44.106Z | Downloaded strum_macros v0.25.3 |
992 | 2024-08-22T01:43:44.106Z | Downloaded zeroize_derive v1.4.2 |
993 | 2024-08-22T01:43:44.106Z | Downloaded tabwriter v1.4.0 |
994 | 2024-08-22T01:43:44.106Z | Downloaded debug-ignore v1.0.5 |
995 | 2024-08-22T01:43:44.106Z | Downloaded slog-json v2.6.1 |
996 | 2024-08-22T01:43:44.106Z | Downloaded maplit v1.0.2 |
997 | 2024-08-22T01:43:44.106Z | Downloaded stable_deref_trait v1.2.0 |
998 | 2024-08-22T01:43:44.106Z | Downloaded bit-vec v0.6.3 |
999 | 2024-08-22T01:43:44.106Z | Downloaded bitflags v1.3.2 |
1000 | 2024-08-22T01:43:44.106Z | Downloaded addr2line v0.21.0 |
1001 | 2024-08-22T01:43:44.107Z | Downloaded hyper-staticfile v0.9.5 |
1002 | 2024-08-22T01:43:44.107Z | Downloaded crossbeam-utils v0.8.19 |
1003 | 2024-08-22T01:43:44.107Z | Downloaded num-conv v0.1.0 |
1004 | 2024-08-22T01:43:44.107Z | Downloaded normalize-line-endings v0.3.0 |
1005 | 2024-08-22T01:43:44.107Z | Downloaded newtype_derive v0.1.6 |
1006 | 2024-08-22T01:43:44.107Z | Downloaded newline-converter v0.3.0 |
1007 | 2024-08-22T01:43:44.107Z | Downloaded data-encoding v2.6.0 |
1008 | 2024-08-22T01:43:44.107Z | Downloaded atomicwrites v0.4.3 |
1009 | 2024-08-22T01:43:44.107Z | Downloaded arc-swap v1.7.1 |
1010 | 2024-08-22T01:43:44.107Z | Downloaded nibble_vec v0.1.0 |
1011 | 2024-08-22T01:43:44.107Z | Downloaded nanorand v0.7.0 |
1012 | 2024-08-22T01:43:44.107Z | Downloaded lru v0.12.3 |
1013 | 2024-08-22T01:43:44.107Z | Downloaded kstat-rs v0.2.4 |
1014 | 2024-08-22T01:43:44.107Z | Downloaded inout v0.1.3 |
1015 | 2024-08-22T01:43:44.107Z | Downloaded libsw v3.3.1 |
1016 | 2024-08-22T01:43:44.107Z | Downloaded async-stream v0.3.5 |
1017 | 2024-08-22T01:43:44.107Z | Downloaded base64ct v1.6.0 |
1018 | 2024-08-22T01:43:44.107Z | Downloaded arrayref v0.3.7 |
1019 | 2024-08-22T01:43:44.107Z | Downloaded mockall v0.13.0 |
1020 | 2024-08-22T01:43:44.107Z | Downloaded lazycell v1.3.0 |
1021 | 2024-08-22T01:43:44.107Z | Downloaded curve25519-dalek-derive v0.1.1 |
1022 | 2024-08-22T01:43:44.107Z | Downloaded cbc v0.1.2 |
1023 | 2024-08-22T01:43:44.107Z | Downloaded memoffset v0.9.1 |
1024 | 2024-08-22T01:43:44.107Z | Downloaded linked-hash-map v0.5.6 |
1025 | 2024-08-22T01:43:44.107Z | Downloaded defmt-macros v0.3.9 |
1026 | 2024-08-22T01:43:44.107Z | Downloaded hyper-rustls v0.24.2 |
1027 | 2024-08-22T01:43:44.107Z | Downloaded assert_matches v1.5.0 |
1028 | 2024-08-22T01:43:44.107Z | Downloaded ascii-canvas v3.0.0 |
1029 | 2024-08-22T01:43:44.107Z | Downloaded aead v0.5.2 |
1030 | 2024-08-22T01:43:44.107Z | Downloaded crc v3.2.1 |
1031 | 2024-08-22T01:43:44.107Z | Downloaded cobs v0.2.3 |
1032 | 2024-08-22T01:43:44.107Z | Downloaded bitfield-struct v0.6.1 |
1033 | 2024-08-22T01:43:44.107Z | Downloaded bitfield v0.14.0 |
1034 | 2024-08-22T01:43:44.107Z | Downloaded atomic-waker v1.1.2 |
1035 | 2024-08-22T01:43:44.107Z | Downloaded camino-tempfile v1.1.1 |
1036 | 2024-08-22T01:43:44.107Z | Downloaded libz-sys v1.1.16 |
1037 | 2024-08-22T01:43:44.107Z | Downloaded ring v0.17.8 |
1038 | 2024-08-22T01:43:44.107Z | Downloaded libsqlite3-sys v0.28.0 |
1039 | 2024-08-22T01:43:44.107Z | Downloaded ring v0.16.20 |
1040 | 2024-08-22T01:43:44.107Z | Compiling cfg-if v1.0.0 |
1041 | 2024-08-22T01:43:44.108Z | Compiling serde v1.0.208 |
1042 | 2024-08-22T01:43:44.108Z | Compiling typenum v1.17.0 |
1043 | 2024-08-22T01:43:44.108Z | Compiling lock_api v0.4.12 |
1044 | 2024-08-22T01:43:44.108Z | Compiling generic-array v0.14.7 |
1045 | 2024-08-22T01:43:44.108Z | Compiling syn v2.0.74 |
1046 | 2024-08-22T01:43:44.108Z | Compiling scopeguard v1.2.0 |
1047 | 2024-08-22T01:43:44.108Z | Compiling log v0.4.21 |
1048 | 2024-08-22T01:43:44.108Z | Compiling getrandom v0.2.14 |
1049 | 2024-08-22T01:43:44.154Z | Compiling jobserver v0.1.32 |
1050 | 2024-08-22T01:43:44.280Z | Compiling rand_core v0.6.4 |
1051 | 2024-08-22T01:43:44.545Z | Compiling subtle v2.5.0 |
1052 | 2024-08-22T01:43:44.589Z | Compiling const-oid v0.9.6 |
1053 | 2024-08-22T01:43:44.629Z | Compiling cc v1.0.97 |
1054 | 2024-08-22T01:43:44.882Z | Compiling smallvec v1.13.2 |
1055 | 2024-08-22T01:43:44.911Z | Compiling pin-project-lite v0.2.14 |
1056 | 2024-08-22T01:43:45.005Z | Compiling parking_lot_core v0.9.10 |
1057 | 2024-08-22T01:43:45.041Z | Compiling signal-hook-registry v1.4.2 |
1058 | 2024-08-22T01:43:45.227Z | Compiling spin v0.9.8 |
1059 | 2024-08-22T01:43:45.275Z | Compiling mio v1.0.2 |
1060 | 2024-08-22T01:43:45.665Z | Compiling ahash v0.8.11 |
1061 | 2024-08-22T01:43:45.899Z | Compiling parking_lot v0.12.2 |
1062 | 2024-08-22T01:43:46.033Z | Compiling tinyvec_macros v0.1.1 |
1063 | 2024-08-22T01:43:46.130Z | Compiling tinyvec v1.6.0 |
1064 | 2024-08-22T01:43:46.263Z | Compiling socket2 v0.5.7 |
1065 | 2024-08-22T01:43:46.558Z | Compiling futures-core v0.3.30 |
1066 | 2024-08-22T01:43:46.670Z | Compiling serde_json v1.0.125 |
1067 | 2024-08-22T01:43:46.808Z | Compiling cpufeatures v0.2.12 |
1068 | 2024-08-22T01:43:46.811Z | Compiling libm v0.2.8 |
1069 | 2024-08-22T01:43:46.905Z | Compiling slab v0.4.9 |
1070 | 2024-08-22T01:43:46.924Z | Compiling num-traits v0.2.19 |
1071 | 2024-08-22T01:43:47.040Z | Compiling unicode-bidi v0.3.15 |
1072 | 2024-08-22T01:43:47.201Z | Compiling allocator-api2 v0.2.18 |
1073 | 2024-08-22T01:43:47.217Z | Compiling futures-sink v0.3.30 |
1074 | 2024-08-22T01:43:47.433Z | Compiling futures-channel v0.3.30 |
1075 | 2024-08-22T01:43:47.674Z | Compiling unicode-normalization v0.1.23 |
1076 | 2024-08-22T01:43:47.712Z | Compiling pkg-config v0.3.30 |
1077 | 2024-08-22T01:43:47.839Z | Compiling pin-utils v0.1.0 |
1078 | 2024-08-22T01:43:47.938Z | Compiling futures-io v0.3.30 |
1079 | 2024-08-22T01:43:47.973Z | Compiling futures-task v0.3.30 |
1080 | 2024-08-22T01:43:48.245Z | Compiling vcpkg v0.2.15 |
1081 | 2024-08-22T01:43:48.275Z | Compiling base64ct v1.6.0 |
1082 | 2024-08-22T01:43:48.755Z | Compiling pem-rfc7468 v0.7.0 |
1083 | 2024-08-22T01:43:48.789Z | Compiling ppv-lite86 v0.2.17 |
1084 | 2024-08-22T01:43:48.843Z | Compiling flagset v0.4.5 |
1085 | 2024-08-22T01:43:48.874Z | Compiling ring v0.17.8 |
1086 | 2024-08-22T01:43:49.042Z | Compiling percent-encoding v2.3.1 |
1087 | 2024-08-22T01:43:49.233Z | Compiling tracing-core v0.1.32 |
1088 | 2024-08-22T01:43:49.452Z | Compiling untrusted v0.9.0 |
1089 | 2024-08-22T01:43:49.497Z | Compiling rustix v0.38.34 |
1090 | 2024-08-22T01:43:49.598Z | Compiling rand_chacha v0.3.1 |
1091 | 2024-08-22T01:43:49.631Z | Compiling rustversion v1.0.17 |
1092 | 2024-08-22T01:43:50.343Z | Compiling rand v0.8.5 |
1093 | 2024-08-22T01:43:50.395Z | Compiling openssl v0.10.66 |
1094 | 2024-08-22T01:43:50.469Z | Compiling openssl-sys v0.9.103 |
1095 | 2024-08-22T01:43:50.570Z | Compiling powerfmt v0.2.0 |
1096 | 2024-08-22T01:43:50.588Z | Compiling foreign-types-shared v0.1.1 |
1097 | 2024-08-22T01:43:50.672Z | Compiling time-core v0.1.2 |
1098 | 2024-08-22T01:43:50.782Z | Compiling httparse v1.8.0 |
1099 | 2024-08-22T01:43:50.801Z | Compiling num-conv v0.1.0 |
1100 | 2024-08-22T01:43:50.929Z | Compiling deranged v0.3.11 |
1101 | 2024-08-22T01:43:51.098Z | Compiling time-macros v0.2.18 |
1102 | 2024-08-22T01:43:51.245Z | Compiling foreign-types v0.3.2 |
1103 | 2024-08-22T01:43:51.405Z | Compiling form_urlencoded v1.2.1 |
1104 | 2024-08-22T01:43:51.685Z | Compiling aho-corasick v1.1.3 |
1105 | 2024-08-22T01:43:51.735Z | Compiling crossbeam-utils v0.8.19 |
1106 | 2024-08-22T01:43:52.094Z | Compiling native-tls v0.2.11 |
1107 | 2024-08-22T01:43:52.333Z | Compiling rustls v0.21.12 |
1108 | 2024-08-22T01:43:52.388Z | Compiling syn v1.0.109 |
1109 | 2024-08-22T01:43:52.553Z | Compiling siphasher v0.3.11 |
1110 | 2024-08-22T01:43:52.669Z | Compiling try-lock v0.2.5 |
1111 | 2024-08-22T01:43:52.787Z | Compiling num_threads v0.1.7 |
1112 | 2024-08-22T01:43:52.901Z | Compiling regex-syntax v0.8.4 |
1113 | 2024-08-22T01:43:52.920Z | Compiling want v0.3.1 |
1114 | 2024-08-22T01:43:53.789Z | Compiling idna v0.5.0 |
1115 | 2024-08-22T01:43:53.860Z | Compiling time v0.3.36 |
1116 | 2024-08-22T01:43:54.409Z | Compiling socket2 v0.4.10 |
1117 | 2024-08-22T01:43:55.206Z | Compiling cookie v0.17.0 |
1118 | 2024-08-22T01:43:55.276Z | Compiling adler v1.0.2 |
1119 | 2024-08-22T01:43:55.501Z | Compiling httpdate v1.0.3 |
1120 | 2024-08-22T01:43:55.504Z | Compiling finl_unicode v1.2.0 |
1121 | 2024-08-22T01:43:55.828Z | Compiling slog v2.7.0 |
1122 | 2024-08-22T01:43:55.976Z | Compiling regex-automata v0.4.6 |
1123 | 2024-08-22T01:43:56.071Z | Compiling tower-service v0.3.2 |
1124 | 2024-08-22T01:43:56.189Z | Compiling openssl-probe v0.1.5 |
1125 | 2024-08-22T01:43:56.334Z | Compiling iana-time-zone v0.1.60 |
1126 | 2024-08-22T01:43:56.589Z | Compiling stringprep v0.1.4 |
1127 | 2024-08-22T01:43:56.746Z | Compiling miniz_oxide v0.7.2 |
1128 | 2024-08-22T01:43:56.812Z | Compiling url v2.5.2 |
1129 | 2024-08-22T01:43:57.787Z | Compiling serde_derive v1.0.208 |
1130 | 2024-08-22T01:43:58.259Z | Compiling zeroize_derive v1.4.2 |
1131 | 2024-08-22T01:43:58.579Z | Compiling zerocopy-derive v0.7.34 |
1132 | 2024-08-22T01:43:58.744Z | Compiling tokio-macros v2.4.0 |
1133 | 2024-08-22T01:43:58.763Z | Compiling thiserror-impl v1.0.63 |
1134 | 2024-08-22T01:43:58.918Z | Compiling futures-macro v0.3.30 |
1135 | 2024-08-22T01:43:59.914Z | Compiling zeroize v1.7.0 |
1136 | 2024-08-22T01:44:00.287Z | Compiling der_derive v0.7.2 |
1137 | 2024-08-22T01:44:00.733Z | Compiling zerocopy v0.7.34 |
1138 | 2024-08-22T01:44:00.863Z | Compiling futures-util v0.3.30 |
1139 | 2024-08-22T01:44:01.579Z | Compiling crypto-common v0.1.6 |
1140 | 2024-08-22T01:44:01.809Z | Compiling block-buffer v0.10.4 |
1141 | 2024-08-22T01:44:01.966Z | Compiling block-padding v0.3.3 |
1142 | 2024-08-22T01:44:02.076Z | Compiling digest v0.10.7 |
1143 | 2024-08-22T01:44:02.276Z | Compiling inout v0.1.3 |
1144 | 2024-08-22T01:44:02.526Z | Compiling hmac v0.12.1 |
1145 | 2024-08-22T01:44:02.579Z | Compiling thiserror v1.0.63 |
1146 | 2024-08-22T01:44:02.720Z | Compiling sha2 v0.10.8 |
1147 | 2024-08-22T01:44:02.745Z | Compiling hashbrown v0.14.5 |
1148 | 2024-08-22T01:44:02.765Z | Compiling cipher v0.4.4 |
1149 | 2024-08-22T01:44:02.815Z | Compiling pest v2.7.10 |
1150 | 2024-08-22T01:44:03.263Z | Compiling salsa20 v0.10.2 |
1151 | 2024-08-22T01:44:03.478Z | Compiling der v0.7.9 |
1152 | 2024-08-22T01:44:04.056Z | Compiling pbkdf2 v0.12.2 |
1153 | 2024-08-22T01:44:04.217Z | Compiling scroll_derive v0.12.0 |
1154 | 2024-08-22T01:44:04.473Z | Compiling tracing-attributes v0.1.27 |
1155 | 2024-08-22T01:44:05.747Z | Compiling pest_meta v2.7.10 |
1156 | 2024-08-22T01:44:05.782Z | Compiling scroll v0.12.0 |
1157 | 2024-08-22T01:44:06.192Z | Compiling spki v0.7.3 |
1158 | 2024-08-22T01:44:06.569Z | Compiling scrypt v0.11.0 |
1159 | 2024-08-22T01:44:06.766Z | Compiling cbc v0.1.2 |
1160 | 2024-08-22T01:44:06.889Z | Compiling aes v0.8.4 |
1161 | 2024-08-22T01:44:07.015Z | Compiling goblin v0.8.2 |
1162 | 2024-08-22T01:44:07.152Z | Compiling pest_generator v2.7.10 |
1163 | 2024-08-22T01:44:08.417Z | Compiling tracing v0.1.40 |
1164 | 2024-08-22T01:44:08.708Z | Compiling pkcs5 v0.7.1 |
1165 | 2024-08-22T01:44:08.956Z | Compiling openssl-macros v0.1.1 |
1166 | 2024-08-22T01:44:09.171Z | Compiling rustls-webpki v0.101.7 |
1167 | 2024-08-22T01:44:09.754Z | Compiling pkcs8 v0.10.2 |
1168 | 2024-08-22T01:44:09.793Z | Compiling sct v0.7.1 |
1169 | 2024-08-22T01:44:10.110Z | Compiling md-5 v0.10.6 |
1170 | 2024-08-22T01:44:10.363Z | Compiling num-integer v0.1.46 |
1171 | 2024-08-22T01:44:10.487Z | Compiling backtrace v0.3.71 |
1172 | 2024-08-22T01:44:10.909Z | Compiling pest_derive v2.7.10 |
1173 | 2024-08-22T01:44:10.966Z | Compiling idna v0.3.0 |
1174 | 2024-08-22T01:44:11.116Z | Compiling lazy_static v1.5.0 |
1175 | 2024-08-22T01:44:11.153Z | Compiling hash32 v0.2.1 |
1176 | 2024-08-22T01:44:11.230Z | Compiling num-bigint-dig v0.8.4 |
1177 | 2024-08-22T01:44:11.522Z | Compiling signal-hook v0.3.17 |
1178 | 2024-08-22T01:44:11.542Z | Compiling bytes v1.7.1 |
1179 | 2024-08-22T01:44:11.725Z | Compiling bitflags v2.6.0 |
1180 | 2024-08-22T01:44:11.905Z | Compiling indexmap v2.4.0 |
1181 | 2024-08-22T01:44:12.178Z | Compiling semver v1.0.23 |
1182 | 2024-08-22T01:44:12.634Z | Compiling tokio v1.39.2 |
1183 | 2024-08-22T01:44:12.820Z | Compiling http v0.2.12 |
1184 | 2024-08-22T01:44:12.926Z | Compiling rustc_version v0.4.0 |
1185 | 2024-08-22T01:44:13.673Z | Compiling heapless v0.7.17 |
1186 | 2024-08-22T01:44:14.134Z | Compiling dof v0.3.0 |
1187 | 2024-08-22T01:44:14.990Z | Compiling http-body v0.4.6 |
1188 | 2024-08-22T01:44:15.460Z | Compiling dtrace-parser v0.2.0 |
1189 | 2024-08-22T01:44:16.445Z | Compiling uuid v1.10.0 |
1190 | 2024-08-22T01:44:16.511Z | Compiling usdt-impl v0.5.0 |
1191 | 2024-08-22T01:44:17.518Z | Compiling chrono v0.4.38 |
1192 | 2024-08-22T01:44:17.633Z | Compiling serde_tokenstream v0.2.2 |
1193 | 2024-08-22T01:44:17.875Z | Compiling toml_datetime v0.6.8 |
1194 | 2024-08-22T01:44:18.141Z | Compiling serde_spanned v0.6.7 |
1195 | 2024-08-22T01:44:18.237Z | Compiling psl-types v2.0.11 |
1196 | 2024-08-22T01:44:18.365Z | Compiling cfg_aliases v0.1.1 |
1197 | 2024-08-22T01:44:18.397Z | Compiling fallible-iterator v0.2.0 |
1198 | 2024-08-22T01:44:18.424Z | Compiling crc32fast v1.4.0 |
1199 | 2024-08-22T01:44:18.466Z | Compiling base64 v0.22.1 |
1200 | 2024-08-22T01:44:18.962Z | Compiling stable_deref_trait v1.2.0 |
1201 | 2024-08-22T01:44:18.989Z | Compiling gimli v0.28.1 |
1202 | 2024-08-22T01:44:19.070Z | Compiling smoltcp v0.9.1 |
1203 | 2024-08-22T01:44:19.139Z | Compiling postgres-protocol v0.6.7 |
1204 | 2024-08-22T01:44:19.900Z | Compiling nix v0.28.0 |
1205 | 2024-08-22T01:44:20.417Z | Compiling publicsuffix v2.2.3 |
1206 | 2024-08-22T01:44:20.476Z | Compiling terminal_size v0.3.0 |
1207 | 2024-08-22T01:44:20.738Z | Compiling num-iter v0.1.45 |
1208 | 2024-08-22T01:44:20.741Z | Compiling zerocopy-derive v0.6.6 |
1209 | 2024-08-22T01:44:20.771Z | Compiling async-trait v0.1.81 |
1210 | 2024-08-22T01:44:20.907Z | Compiling tokio-util v0.7.11 |
1211 | 2024-08-22T01:44:21.332Z | Compiling tokio-rustls v0.24.1 |
1212 | 2024-08-22T01:44:22.300Z | Compiling h2 v0.3.26 |
1213 | 2024-08-22T01:44:22.377Z | Compiling tokio-native-tls v0.3.1 |
1214 | 2024-08-22T01:44:23.542Z | Compiling addr2line v0.21.0 |
1215 | 2024-08-22T01:44:23.766Z | Compiling phf_shared v0.11.2 |
1216 | 2024-08-22T01:44:23.793Z | Compiling serde_derive_internals v0.29.1 |
1217 | 2024-08-22T01:44:23.957Z | Compiling ff v0.13.0 |
1218 | 2024-08-22T01:44:24.028Z | Compiling object v0.32.2 |
1219 | 2024-08-22T01:44:24.130Z | Compiling fs-err v2.11.0 |
1220 | 2024-08-22T01:44:24.189Z | Compiling base16ct v0.2.0 |
1221 | 2024-08-22T01:44:24.225Z | Compiling either v1.13.0 |
1222 | 2024-08-22T01:44:24.405Z | Compiling hubpack_derive v0.1.1 |
1223 | 2024-08-22T01:44:24.475Z | Compiling anyhow v1.0.86 |
1224 | 2024-08-22T01:44:24.518Z | Compiling rustc-demangle v0.1.24 |
1225 | 2024-08-22T01:44:24.680Z | Compiling ipnet v2.9.0 |
1226 | 2024-08-22T01:44:25.108Z | Compiling bitflags v1.3.2 |
1227 | 2024-08-22T01:44:25.215Z | Compiling base64 v0.21.7 |
1228 | 2024-08-22T01:44:25.340Z | Compiling winnow v0.5.40 |
1229 | 2024-08-22T01:44:25.482Z | Compiling managed v0.8.0 |
1230 | 2024-08-22T01:44:25.873Z | Compiling schemars v0.8.21 |
1231 | 2024-08-22T01:44:25.974Z | Compiling rustls-pemfile v1.0.4 |
1232 | 2024-08-22T01:44:26.270Z | Compiling clap_builder v4.5.15 |
1233 | 2024-08-22T01:44:26.417Z | Compiling hubpack v0.1.2 |
1234 | 2024-08-22T01:44:26.547Z | Compiling schemars_derive v0.8.21 |
1235 | 2024-08-22T01:44:27.224Z | Compiling sec1 v0.7.3 |
1236 | 2024-08-22T01:44:27.777Z | Compiling group v0.13.0 |
1237 | 2024-08-22T01:44:27.873Z | Compiling phf v0.11.2 |
1238 | 2024-08-22T01:44:28.040Z | Compiling cookie_store v0.20.0 |
1239 | 2024-08-22T01:44:28.100Z | Compiling zerocopy v0.6.6 |
1240 | 2024-08-22T01:44:28.932Z | Compiling toml_edit v0.19.15 |
1241 | 2024-08-22T01:44:29.173Z | Compiling hyper v0.14.30 |
1242 | 2024-08-22T01:44:30.381Z | Compiling postgres-types v0.2.7 |
1243 | 2024-08-22T01:44:30.572Z | Compiling usdt-macro v0.5.0 |
1244 | 2024-08-22T01:44:31.898Z | Compiling usdt-attr-macro v0.5.0 |
1245 | 2024-08-22T01:44:32.124Z | Compiling serde_urlencoded v0.7.1 |
1246 | 2024-08-22T01:44:32.665Z | Compiling pkcs1 v0.7.5 |
1247 | 2024-08-22T01:44:32.810Z | Compiling futures-executor v0.3.30 |
1248 | 2024-08-22T01:44:33.380Z | Compiling hkdf v0.12.4 |
1249 | 2024-08-22T01:44:33.578Z | Compiling signature v2.2.0 |
1250 | 2024-08-22T01:44:33.642Z | Compiling crypto-bigint v0.5.5 |
1251 | 2024-08-22T01:44:33.690Z | Compiling regex v1.10.6 |
1252 | 2024-08-22T01:44:33.870Z | Compiling bstr v1.9.1 |
1253 | 2024-08-22T01:44:34.838Z | Compiling clap_derive v4.5.13 |
1254 | 2024-08-22T01:44:34.911Z | Compiling enum-as-inner v0.6.0 |
1255 | 2024-08-22T01:44:35.660Z | Compiling serde_repr v0.1.19 |
1256 | 2024-08-22T01:44:35.704Z | Compiling strum_macros v0.25.3 |
1257 | 2024-08-22T01:44:36.011Z | Compiling phf_shared v0.10.0 |
1258 | 2024-08-22T01:44:36.424Z | Compiling hyper-tls v0.5.0 |
1259 | 2024-08-22T01:44:36.762Z | Compiling hyper-rustls v0.24.2 |
1260 | 2024-08-22T01:44:36.839Z | Compiling float-cmp v0.9.0 |
1261 | 2024-08-22T01:44:36.980Z | Compiling idna v0.4.0 |
1262 | 2024-08-22T01:44:37.048Z | Compiling mio v0.8.11 |
1263 | 2024-08-22T01:44:37.112Z | Compiling encoding_rs v0.8.34 |
1264 | 2024-08-22T01:44:38.327Z | Compiling dyn-clone v1.0.17 |
1265 | 2024-08-22T01:44:38.550Z | Compiling static_assertions v1.1.0 |
1266 | 2024-08-22T01:44:38.594Z | Compiling unicode-segmentation v1.11.0 |
1267 | 2024-08-22T01:44:38.652Z | Compiling sync_wrapper v0.1.2 |
1268 | 2024-08-22T01:44:38.781Z | Compiling webpki-roots v0.25.4 |
1269 | 2024-08-22T01:44:38.948Z | Compiling difflib v0.4.0 |
1270 | 2024-08-22T01:44:39.232Z | Compiling predicates-core v1.0.6 |
1271 | 2024-08-22T01:44:39.449Z | Compiling normalize-line-endings v0.3.0 |
1272 | 2024-08-22T01:44:39.530Z | Compiling whoami v1.5.1 |
1273 | 2024-08-22T01:44:39.578Z | Compiling precomputed-hash v0.1.1 |
1274 | 2024-08-22T01:44:39.699Z | Compiling fixedbitset v0.4.2 |
1275 | 2024-08-22T01:44:39.801Z | Compiling data-encoding v2.6.0 |
1276 | 2024-08-22T01:44:39.825Z | Compiling minimal-lexical v0.2.1 |
1277 | 2024-08-22T01:44:39.844Z | Compiling new_debug_unreachable v1.0.6 |
1278 | 2024-08-22T01:44:39.937Z | Compiling mime v0.3.17 |
1279 | 2024-08-22T01:44:40.183Z | Compiling bit-vec v0.6.3 |
1280 | 2024-08-22T01:44:40.187Z | Compiling petgraph v0.6.5 |
1281 | 2024-08-22T01:44:40.325Z | Compiling reqwest v0.11.27 |
1282 | 2024-08-22T01:44:40.544Z | Compiling hickory-proto v0.24.1 |
1283 | 2024-08-22T01:44:40.547Z | Compiling bit-set v0.5.3 |
1284 | 2024-08-22T01:44:40.631Z | Compiling nom v7.1.3 |
1285 | 2024-08-22T01:44:40.842Z | Compiling string_cache v0.8.7 |
1286 | 2024-08-22T01:44:41.326Z | Compiling tokio-postgres v0.7.11 |
1287 | 2024-08-22T01:44:41.612Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1288 | 2024-08-22T01:44:42.252Z | Compiling clap v4.5.16 |
1289 | 2024-08-22T01:44:42.386Z | Compiling predicates v3.1.2 |
1290 | 2024-08-22T01:44:43.041Z | Compiling similar v2.6.0 |
1291 | 2024-08-22T01:44:44.138Z | Compiling console v0.15.8 |
1292 | 2024-08-22T01:44:44.347Z | Compiling toml_edit v0.22.20 |
1293 | 2024-08-22T01:44:45.500Z | Compiling usdt v0.5.0 |
1294 | 2024-08-22T01:44:45.686Z | Compiling signal-hook-mio v0.2.4 |
1295 | 2024-08-22T01:44:45.859Z | Compiling elliptic-curve v0.13.8 |
1296 | 2024-08-22T01:44:45.996Z | Compiling rsa v0.9.6 |
1297 | 2024-08-22T01:44:46.716Z | Compiling futures v0.3.30 |
1298 | 2024-08-22T01:44:47.033Z | Compiling toml v0.7.8 |
1299 | 2024-08-22T01:44:47.710Z | Compiling flate2 v1.0.31 |
1300 | 2024-08-22T01:44:48.683Z | Compiling itertools v0.10.5 |
1301 | 2024-08-22T01:44:49.782Z | Compiling itertools v0.12.1 |
1302 | 2024-08-22T01:44:49.785Z | Compiling tokio-stream v0.1.15 |
1303 | 2024-08-22T01:44:49.986Z | Compiling openapiv3 v2.0.0 |
1304 | 2024-08-22T01:44:51.037Z | Compiling hex v0.4.3 |
1305 | 2024-08-22T01:44:51.528Z | Compiling sha1 v0.10.6 |
1306 | 2024-08-22T01:44:51.623Z | Compiling crossbeam-epoch v0.9.18 |
1307 | 2024-08-22T01:44:51.954Z | Compiling dirs-sys-next v0.1.2 |
1308 | 2024-08-22T01:44:52.014Z | Compiling lalrpop-util v0.19.12 |
1309 | 2024-08-22T01:44:52.106Z | Compiling peg-runtime v0.8.3 |
1310 | 2024-08-22T01:44:52.375Z | Compiling unicode-xid v0.2.4 |
1311 | 2024-08-22T01:44:52.378Z | Compiling dirs-next v2.0.0 |
1312 | 2024-08-22T01:44:52.544Z | Compiling thread_local v1.1.8 |
1313 | 2024-08-22T01:44:52.576Z | Compiling slog-async v2.8.0 |
1314 | 2024-08-22T01:44:52.618Z | Compiling term v0.7.0 |
1315 | 2024-08-22T01:44:52.745Z | Compiling xattr v1.3.1 |
1316 | 2024-08-22T01:44:52.765Z | Compiling crossbeam-channel v0.5.12 |
1317 | 2024-08-22T01:44:53.023Z | Compiling strum_macros v0.26.4 |
1318 | 2024-08-22T01:44:53.097Z | Compiling filetime v0.2.24 |
1319 | 2024-08-22T01:44:53.181Z | Compiling is-terminal v0.4.12 |
1320 | 2024-08-22T01:44:53.310Z | Compiling take_mut v0.2.2 |
1321 | 2024-08-22T01:44:53.413Z | Compiling tar v0.4.41 |
1322 | 2024-08-22T01:44:53.465Z | Compiling slog-term v2.9.1 |
1323 | 2024-08-22T01:44:54.150Z | Compiling camino v1.1.9 |
1324 | 2024-08-22T01:44:55.143Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1325 | 2024-08-22T01:44:56.072Z | Compiling strum v0.26.3 |
1326 | 2024-08-22T01:44:56.150Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1327 | 2024-08-22T01:45:01.526Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1328 | 2024-08-22T01:45:01.661Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1329 | 2024-08-22T01:45:01.709Z | Aug 22 01:45:01.103 INFO Starting download, target: Console |
1330 | 2024-08-22T01:45:01.710Z | Aug 22 01:45:01.104 INFO Starting download, target: DendriteStub |
1331 | 2024-08-22T01:45:01.712Z | Aug 22 01:45:01.104 INFO Starting download, target: DendriteOpenapi |
1332 | 2024-08-22T01:45:01.712Z | Aug 22 01:45:01.104 INFO Starting download, target: Clickhouse |
1333 | 2024-08-22T01:45:01.712Z | Aug 22 01:45:01.104 INFO Starting download, target: MaghemiteMgd |
1334 | 2024-08-22T01:45:01.712Z | Aug 22 01:45:01.104 INFO Starting download, target: Cockroach |
1335 | 2024-08-22T01:45:01.712Z | Aug 22 01:45:01.104 INFO Starting download, target: TransceiverControl |
1336 | 2024-08-22T01:45:01.712Z | Aug 22 01:45:01.104 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1337 | 2024-08-22T01:45:01.712Z | Aug 22 01:45:01.104 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1338 | 2024-08-22T01:45:01.712Z | Aug 22 01:45:01.105 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1339 | 2024-08-22T01:45:01.712Z | Aug 22 01:45:01.105 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1340 | 2024-08-22T01:45:01.712Z | Aug 22 01:45:01.105 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1341 | 2024-08-22T01:45:01.712Z | Aug 22 01:45:01.105 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1342 | 2024-08-22T01:45:01.712Z | Aug 22 01:45:01.105 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1343 | 2024-08-22T01:45:01.893Z | Aug 22 01:45:01.284 INFO Download complete, target: DendriteOpenapi |
1344 | 2024-08-22T01:45:02.147Z | Aug 22 01:45:01.522 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1345 | 2024-08-22T01:45:02.456Z | Aug 22 01:45:01.841 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1346 | 2024-08-22T01:45:02.530Z | Aug 22 01:45:01.924 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1347 | 2024-08-22T01:45:02.543Z | Aug 22 01:45:01.937 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1348 | 2024-08-22T01:45:02.861Z | Aug 22 01:45:02.254 INFO Download complete, target: Console |
1349 | 2024-08-22T01:45:02.959Z | Aug 22 01:45:02.352 INFO Download complete, target: TransceiverControl |
1350 | 2024-08-22T01:45:03.164Z | Aug 22 01:45:02.558 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1351 | 2024-08-22T01:45:03.164Z | Aug 22 01:45:02.558 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1352 | 2024-08-22T01:45:03.686Z | Aug 22 01:45:03.079 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1353 | 2024-08-22T01:45:05.597Z | Aug 22 01:45:04.990 INFO Download complete, target: DendriteStub |
1354 | 2024-08-22T01:45:05.752Z | Aug 22 01:45:05.145 INFO Download complete, target: MaghemiteMgd |
1355 | 2024-08-22T01:45:11.381Z | Aug 22 01:45:10.773 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1356 | 2024-08-22T01:45:11.714Z | Aug 22 01:45:11.106 INFO Checking that binary works, target: Cockroach |
1357 | 2024-08-22T01:45:11.903Z | Aug 22 01:45:11.295 INFO Download complete, target: Cockroach |
1358 | 2024-08-22T01:45:17.414Z | Aug 22 01:45:16.804 INFO Checking that binary works, target: Clickhouse |
1359 | 2024-08-22T01:45:18.250Z | Aug 22 01:45:17.640 INFO Download complete, target: Clickhouse |
1360 | 2024-08-22T01:45:18.600Z | All builder prerequisites installed successfully, and PATH looks valid |
1361 | 2024-08-22T01:45:18.603Z | |
1362 | 2024-08-22T01:45:18.603Z | real 3:57.638538099 |
1363 | 2024-08-22T01:45:18.603Z | user 11:15.071042005 |
1364 | 2024-08-22T01:45:18.603Z | sys 2:23.653682129 |
1365 | 2024-08-22T01:45:18.603Z | trap 0.416268623 |
1366 | 2024-08-22T01:45:18.603Z | tflt 7.701362656 |
1367 | 2024-08-22T01:45:18.603Z | dflt 5.636421736 |
1368 | 2024-08-22T01:45:18.603Z | kflt 0.429375280 |
1369 | 2024-08-22T01:45:18.603Z | lock 22:56.045591612 |
1370 | 2024-08-22T01:45:18.603Z | slp 45:24.023795020 |
1371 | 2024-08-22T01:45:18.603Z | lat 37.461248239 |
1372 | 2024-08-22T01:45:18.603Z | stop 1:42.254869440 |
1373 | 2024-08-22T01:45:18.603Z | + banner hack-check |
1374 | 2024-08-22T01:45:18.606Z | |
1375 | 2024-08-22T01:45:18.606Z | # # ## #### # # #### # # ###### #### # # |
1376 | 2024-08-22T01:45:18.606Z | # # # # # # # # # # # # # # # # # |
1377 | 2024-08-22T01:45:18.606Z | ###### # # # #### ##### # ###### ##### # #### |
1378 | 2024-08-22T01:45:18.606Z | # # ###### # # # # # # # # # # |
1379 | 2024-08-22T01:45:18.606Z | # # # # # # # # # # # # # # # # # |
1380 | 2024-08-22T01:45:18.606Z | # # # # #### # # #### # # ###### #### # # |
1381 | 2024-08-22T01:45:18.606Z | |
1382 | 2024-08-22T01:45:18.606Z | + export CARGO_INCREMENTAL=0 |
1383 | 2024-08-22T01:45:18.606Z | + CARGO_INCREMENTAL=0 |
1384 | 2024-08-22T01:45:18.606Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1385 | 2024-08-22T01:45:19.157Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1386 | 2024-08-22T01:45:22.552Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s |
1387 | 2024-08-22T01:45:22.614Z | Running `target/debug/xtask check-features --ci` |
1388 | 2024-08-22T01:45:22.635Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1389 | 2024-08-22T01:45:22.637Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1390 | 2024-08-22T01:45:23.128Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1391 | 2024-08-22T01:45:23.144Z | Running `target/debug/xtask download cargo-hack` |
1392 | 2024-08-22T01:45:23.950Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1393 | 2024-08-22T01:45:24.304Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1394 | 2024-08-22T01:45:28.967Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s |
1395 | 2024-08-22T01:45:29.094Z | Running `target/debug/xtask-downloader cargo-hack` |
1396 | 2024-08-22T01:45:29.127Z | Aug 22 01:45:28.516 INFO Starting download, target: CargoHack |
1397 | 2024-08-22T01:45:29.130Z | Aug 22 01:45:28.516 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1398 | 2024-08-22T01:45:29.665Z | Aug 22 01:45:29.054 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1399 | 2024-08-22T01:45:29.763Z | Aug 22 01:45:29.151 INFO Download complete, target: CargoHack |
1400 | 2024-08-22T01:45:29.767Z | 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-22T01:45:29.782Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1402 | 2024-08-22T01:45:29.940Z | info: running `cargo check --bins` on api_identity (1/153) |
1403 | 2024-08-22T01:45:30.497Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1404 | 2024-08-22T01:45:30.500Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1405 | 2024-08-22T01:45:30.500Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1406 | 2024-08-22T01:45:30.502Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1407 | 2024-08-22T01:45:30.560Z | |
1408 | 2024-08-22T01:45:30.560Z | info: running `cargo check --bins` on bootstore (2/153) |
1409 | 2024-08-22T01:45:31.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1410 | 2024-08-22T01:45:31.149Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1411 | 2024-08-22T01:45:31.149Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1412 | 2024-08-22T01:45:31.152Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1413 | 2024-08-22T01:45:31.213Z | |
1414 | 2024-08-22T01:45:31.213Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/153) |
1415 | 2024-08-22T01:45:31.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1416 | 2024-08-22T01:45:31.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1417 | 2024-08-22T01:45:31.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1418 | 2024-08-22T01:45:31.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1419 | 2024-08-22T01:45:31.847Z | |
1420 | 2024-08-22T01:45:31.847Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/153) |
1421 | 2024-08-22T01:45:32.424Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1422 | 2024-08-22T01:45:32.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1423 | 2024-08-22T01:45:32.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1424 | 2024-08-22T01:45:32.430Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
1425 | 2024-08-22T01:45:32.493Z | |
1426 | 2024-08-22T01:45:32.494Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/153) |
1427 | 2024-08-22T01:45:32.915Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1428 | 2024-08-22T01:45:32.919Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1429 | 2024-08-22T01:45:32.919Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1430 | 2024-08-22T01:45:32.922Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1431 | 2024-08-22T01:45:32.955Z | |
1432 | 2024-08-22T01:45:32.955Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/153) |
1433 | 2024-08-22T01:45:33.385Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1434 | 2024-08-22T01:45:33.388Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1435 | 2024-08-22T01:45:33.388Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1436 | 2024-08-22T01:45:33.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1437 | 2024-08-22T01:45:33.424Z | |
1438 | 2024-08-22T01:45:33.424Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/153) |
1439 | 2024-08-22T01:45:33.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1440 | 2024-08-22T01:45:33.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1441 | 2024-08-22T01:45:33.850Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1442 | 2024-08-22T01:45:33.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1443 | 2024-08-22T01:45:33.886Z | |
1444 | 2024-08-22T01:45:33.886Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/153) |
1445 | 2024-08-22T01:45:34.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1446 | 2024-08-22T01:45:34.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1447 | 2024-08-22T01:45:34.325Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1448 | 2024-08-22T01:45:34.356Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1449 | 2024-08-22T01:45:34.363Z | |
1450 | 2024-08-22T01:45:34.363Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/153) |
1451 | 2024-08-22T01:45:34.793Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1452 | 2024-08-22T01:45:34.796Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1453 | 2024-08-22T01:45:34.796Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1454 | 2024-08-22T01:45:34.799Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1455 | 2024-08-22T01:45:34.833Z | |
1456 | 2024-08-22T01:45:34.833Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/153) |
1457 | 2024-08-22T01:45:35.262Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1458 | 2024-08-22T01:45:35.265Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1459 | 2024-08-22T01:45:35.265Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1460 | 2024-08-22T01:45:35.268Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1461 | 2024-08-22T01:45:35.301Z | |
1462 | 2024-08-22T01:45:35.301Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/153) |
1463 | 2024-08-22T01:45:35.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1464 | 2024-08-22T01:45:35.731Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1465 | 2024-08-22T01:45:35.731Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1466 | 2024-08-22T01:45:35.734Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1467 | 2024-08-22T01:45:35.768Z | |
1468 | 2024-08-22T01:45:35.768Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/153) |
1469 | 2024-08-22T01:45:36.205Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1470 | 2024-08-22T01:45:36.207Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1471 | 2024-08-22T01:45:36.207Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1472 | 2024-08-22T01:45:36.210Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1473 | 2024-08-22T01:45:36.246Z | |
1474 | 2024-08-22T01:45:36.246Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/153) |
1475 | 2024-08-22T01:45:36.678Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1476 | 2024-08-22T01:45:36.681Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1477 | 2024-08-22T01:45:36.681Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1478 | 2024-08-22T01:45:36.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1479 | 2024-08-22T01:45:36.718Z | |
1480 | 2024-08-22T01:45:36.718Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/153) |
1481 | 2024-08-22T01:45:37.145Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1482 | 2024-08-22T01:45:37.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1483 | 2024-08-22T01:45:37.148Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1484 | 2024-08-22T01:45:37.150Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1485 | 2024-08-22T01:45:37.184Z | |
1486 | 2024-08-22T01:45:37.184Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/153) |
1487 | 2024-08-22T01:45:37.612Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1488 | 2024-08-22T01:45:37.615Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1489 | 2024-08-22T01:45:37.615Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1490 | 2024-08-22T01:45:37.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1491 | 2024-08-22T01:45:37.653Z | |
1492 | 2024-08-22T01:45:37.653Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/153) |
1493 | 2024-08-22T01:45:38.077Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1494 | 2024-08-22T01:45:38.079Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1495 | 2024-08-22T01:45:38.079Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1496 | 2024-08-22T01:45:38.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1497 | 2024-08-22T01:45:38.116Z | |
1498 | 2024-08-22T01:45:38.116Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/153) |
1499 | 2024-08-22T01:45:38.542Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1500 | 2024-08-22T01:45:38.545Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1501 | 2024-08-22T01:45:38.545Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1502 | 2024-08-22T01:45:38.547Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1503 | 2024-08-22T01:45:38.582Z | |
1504 | 2024-08-22T01:45:38.582Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/153) |
1505 | 2024-08-22T01:45:39.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1506 | 2024-08-22T01:45:39.017Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1507 | 2024-08-22T01:45:39.017Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1508 | 2024-08-22T01:45:39.019Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1509 | 2024-08-22T01:45:39.054Z | |
1510 | 2024-08-22T01:45:39.054Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/153) |
1511 | 2024-08-22T01:45:39.485Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1512 | 2024-08-22T01:45:39.488Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1513 | 2024-08-22T01:45:39.488Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1514 | 2024-08-22T01:45:39.490Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1515 | 2024-08-22T01:45:39.526Z | |
1516 | 2024-08-22T01:45:39.526Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/153) |
1517 | 2024-08-22T01:45:39.957Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1518 | 2024-08-22T01:45:39.959Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1519 | 2024-08-22T01:45:39.959Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1520 | 2024-08-22T01:45:39.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1521 | 2024-08-22T01:45:39.996Z | |
1522 | 2024-08-22T01:45:39.996Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/153) |
1523 | 2024-08-22T01:45:40.425Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1524 | 2024-08-22T01:45:40.427Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1525 | 2024-08-22T01:45:40.427Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1526 | 2024-08-22T01:45:40.429Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1527 | 2024-08-22T01:45:40.464Z | |
1528 | 2024-08-22T01:45:40.464Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/153) |
1529 | 2024-08-22T01:45:40.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1530 | 2024-08-22T01:45:40.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1531 | 2024-08-22T01:45:40.898Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1532 | 2024-08-22T01:45:40.901Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1533 | 2024-08-22T01:45:40.935Z | |
1534 | 2024-08-22T01:45:40.936Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/153) |
1535 | 2024-08-22T01:45:41.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1536 | 2024-08-22T01:45:41.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1537 | 2024-08-22T01:45:41.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1538 | 2024-08-22T01:45:41.371Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
1539 | 2024-08-22T01:45:41.407Z | |
1540 | 2024-08-22T01:45:41.407Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/153) |
1541 | 2024-08-22T01:45:41.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1542 | 2024-08-22T01:45:41.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1543 | 2024-08-22T01:45:41.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1544 | 2024-08-22T01:45:41.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.42s |
1545 | 2024-08-22T01:45:41.877Z | |
1546 | 2024-08-22T01:45:41.877Z | info: running `cargo check --bins` on sled-hardware-types (25/153) |
1547 | 2024-08-22T01:45:42.465Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1548 | 2024-08-22T01:45:42.467Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1549 | 2024-08-22T01:45:42.467Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1550 | 2024-08-22T01:45:42.471Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1551 | 2024-08-22T01:45:42.530Z | |
1552 | 2024-08-22T01:45:42.530Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/153) |
1553 | 2024-08-22T01:45:43.119Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1554 | 2024-08-22T01:45:43.121Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1555 | 2024-08-22T01:45:43.121Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1556 | 2024-08-22T01:45:43.124Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1557 | 2024-08-22T01:45:43.186Z | |
1558 | 2024-08-22T01:45:43.186Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/153) |
1559 | 2024-08-22T01:45:43.767Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1560 | 2024-08-22T01:45:43.771Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1561 | 2024-08-22T01:45:43.771Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1562 | 2024-08-22T01:45:43.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
1563 | 2024-08-22T01:45:43.831Z | |
1564 | 2024-08-22T01:45:43.831Z | info: running `cargo check --bins` on oxlog (28/153) |
1565 | 2024-08-22T01:45:44.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1566 | 2024-08-22T01:45:44.386Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1567 | 2024-08-22T01:45:44.450Z | Checking cfg-if v1.0.0 |
1568 | 2024-08-22T01:45:44.452Z | Checking libc v0.2.156 |
1569 | 2024-08-22T01:45:44.534Z | Checking memchr v2.7.2 |
1570 | 2024-08-22T01:45:44.550Z | Checking serde v1.0.208 |
1571 | 2024-08-22T01:45:44.553Z | Checking zeroize v1.7.0 |
1572 | 2024-08-22T01:45:44.569Z | Checking typenum v1.17.0 |
1573 | 2024-08-22T01:45:44.572Z | Checking scopeguard v1.2.0 |
1574 | 2024-08-22T01:45:44.572Z | Checking byteorder v1.5.0 |
1575 | 2024-08-22T01:45:44.599Z | Checking log v0.4.21 |
1576 | 2024-08-22T01:45:44.706Z | Checking lock_api v0.4.12 |
1577 | 2024-08-22T01:45:44.781Z | Checking subtle v2.5.0 |
1578 | 2024-08-22T01:45:44.883Z | Checking once_cell v1.19.0 |
1579 | 2024-08-22T01:45:44.968Z | Checking const-oid v0.9.6 |
1580 | 2024-08-22T01:45:45.028Z | Checking itoa v1.0.11 |
1581 | 2024-08-22T01:45:45.137Z | Checking smallvec v1.13.2 |
1582 | 2024-08-22T01:45:45.156Z | Checking pin-project-lite v0.2.14 |
1583 | 2024-08-22T01:45:45.221Z | Checking zerocopy v0.7.34 |
1584 | 2024-08-22T01:45:45.263Z | Checking spin v0.9.8 |
1585 | 2024-08-22T01:45:45.363Z | Checking tinyvec_macros v0.1.1 |
1586 | 2024-08-22T01:45:45.438Z | Checking tinyvec v1.6.0 |
1587 | 2024-08-22T01:45:45.490Z | Checking cpufeatures v0.2.12 |
1588 | 2024-08-22T01:45:45.575Z | Checking futures-core v0.3.30 |
1589 | 2024-08-22T01:45:45.590Z | Checking futures-sink v0.3.30 |
1590 | 2024-08-22T01:45:45.603Z | Checking getrandom v0.2.14 |
1591 | 2024-08-22T01:45:45.719Z | Checking signal-hook-registry v1.4.2 |
1592 | 2024-08-22T01:45:45.741Z | Checking parking_lot_core v0.9.10 |
1593 | 2024-08-22T01:45:45.836Z | Checking rand_core v0.6.4 |
1594 | 2024-08-22T01:45:45.925Z | Checking generic-array v0.14.7 |
1595 | 2024-08-22T01:45:45.960Z | Checking mio v1.0.2 |
1596 | 2024-08-22T01:45:46.066Z | Checking parking_lot v0.12.2 |
1597 | 2024-08-22T01:45:46.129Z | Checking socket2 v0.5.7 |
1598 | 2024-08-22T01:45:46.404Z | Checking unicode-bidi v0.3.15 |
1599 | 2024-08-22T01:45:46.565Z | Checking allocator-api2 v0.2.18 |
1600 | 2024-08-22T01:45:46.603Z | Checking libm v0.2.8 |
1601 | 2024-08-22T01:45:46.634Z | Checking ahash v0.8.11 |
1602 | 2024-08-22T01:45:46.791Z | Checking unicode-normalization v0.1.23 |
1603 | 2024-08-22T01:45:46.826Z | Checking equivalent v1.0.1 |
1604 | 2024-08-22T01:45:46.932Z | Checking ryu v1.0.18 |
1605 | 2024-08-22T01:45:47.008Z | Checking crypto-common v0.1.6 |
1606 | 2024-08-22T01:45:47.053Z | Checking block-buffer v0.10.4 |
1607 | 2024-08-22T01:45:47.163Z | Checking block-padding v0.3.3 |
1608 | 2024-08-22T01:45:47.184Z | Checking futures-channel v0.3.30 |
1609 | 2024-08-22T01:45:47.201Z | Checking slab v0.4.9 |
1610 | 2024-08-22T01:45:47.204Z | Checking hashbrown v0.14.5 |
1611 | 2024-08-22T01:45:47.249Z | Checking digest v0.10.7 |
1612 | 2024-08-22T01:45:47.347Z | Checking inout v0.1.3 |
1613 | 2024-08-22T01:45:47.449Z | Checking pin-utils v0.1.0 |
1614 | 2024-08-22T01:45:47.513Z | Checking num-traits v0.2.19 |
1615 | 2024-08-22T01:45:47.535Z | Checking futures-task v0.3.30 |
1616 | 2024-08-22T01:45:47.549Z | Checking futures-io v0.3.30 |
1617 | 2024-08-22T01:45:47.563Z | Checking cipher v0.4.4 |
1618 | 2024-08-22T01:45:47.618Z | Checking hmac v0.12.1 |
1619 | 2024-08-22T01:45:47.688Z | Checking sha2 v0.10.8 |
1620 | 2024-08-22T01:45:47.715Z | Checking base64ct v1.6.0 |
1621 | 2024-08-22T01:45:47.756Z | Checking futures-util v0.3.30 |
1622 | 2024-08-22T01:45:47.825Z | Checking flagset v0.4.5 |
1623 | 2024-08-22T01:45:47.950Z | Checking ppv-lite86 v0.2.17 |
1624 | 2024-08-22T01:45:48.017Z | Checking percent-encoding v2.3.1 |
1625 | 2024-08-22T01:45:48.152Z | Checking pem-rfc7468 v0.7.0 |
1626 | 2024-08-22T01:45:48.217Z | Checking salsa20 v0.10.2 |
1627 | 2024-08-22T01:45:48.234Z | Checking pbkdf2 v0.12.2 |
1628 | 2024-08-22T01:45:48.376Z | Checking tracing-core v0.1.32 |
1629 | 2024-08-22T01:45:48.389Z | Checking fnv v1.0.7 |
1630 | 2024-08-22T01:45:48.406Z | Checking der v0.7.9 |
1631 | 2024-08-22T01:45:48.420Z | Checking untrusted v0.9.0 |
1632 | 2024-08-22T01:45:48.499Z | Checking scrypt v0.11.0 |
1633 | 2024-08-22T01:45:48.560Z | Checking ring v0.17.8 |
1634 | 2024-08-22T01:45:48.647Z | Checking rand_chacha v0.3.1 |
1635 | 2024-08-22T01:45:48.708Z | Checking aes v0.8.4 |
1636 | 2024-08-22T01:45:49.010Z | Checking tracing v0.1.40 |
1637 | 2024-08-22T01:45:49.030Z | Checking rand v0.8.5 |
1638 | 2024-08-22T01:45:49.131Z | Checking cbc v0.1.2 |
1639 | 2024-08-22T01:45:49.339Z | Checking thiserror v1.0.63 |
1640 | 2024-08-22T01:45:49.358Z | Checking foreign-types-shared v0.1.1 |
1641 | 2024-08-22T01:45:49.460Z | Checking foreign-types v0.3.2 |
1642 | 2024-08-22T01:45:49.476Z | Checking form_urlencoded v1.2.1 |
1643 | 2024-08-22T01:45:49.539Z | Checking openssl-sys v0.9.103 |
1644 | 2024-08-22T01:45:49.554Z | Checking bytes v1.7.1 |
1645 | 2024-08-22T01:45:49.566Z | Checking bitflags v2.6.0 |
1646 | 2024-08-22T01:45:49.662Z | Checking indexmap v2.4.0 |
1647 | 2024-08-22T01:45:49.834Z | Checking serde_json v1.0.125 |
1648 | 2024-08-22T01:45:50.267Z | Checking spki v0.7.3 |
1649 | 2024-08-22T01:45:50.321Z | Checking tokio v1.39.2 |
1650 | 2024-08-22T01:45:50.335Z | Checking http v0.2.12 |
1651 | 2024-08-22T01:45:50.359Z | Checking aho-corasick v1.1.3 |
1652 | 2024-08-22T01:45:50.557Z | Checking pkcs5 v0.7.1 |
1653 | 2024-08-22T01:45:50.875Z | Checking try-lock v0.2.5 |
1654 | 2024-08-22T01:45:50.926Z | Checking siphasher v0.3.11 |
1655 | 2024-08-22T01:45:50.997Z | Checking powerfmt v0.2.0 |
1656 | 2024-08-22T01:45:51.059Z | Checking regex-syntax v0.8.4 |
1657 | 2024-08-22T01:45:51.223Z | Checking unicode-ident v1.0.12 |
1658 | 2024-08-22T01:45:51.251Z | Checking deranged v0.3.11 |
1659 | 2024-08-22T01:45:51.380Z | Checking proc-macro2 v1.0.86 |
1660 | 2024-08-22T01:45:51.519Z | Checking pkcs8 v0.10.2 |
1661 | 2024-08-22T01:45:51.700Z | Checking http-body v0.4.6 |
1662 | 2024-08-22T01:45:51.823Z | Checking want v0.3.1 |
1663 | 2024-08-22T01:45:51.969Z | Checking openssl v0.10.66 |
1664 | 2024-08-22T01:45:52.011Z | Checking rustls-webpki v0.101.7 |
1665 | 2024-08-22T01:45:52.071Z | Checking sct v0.7.1 |
1666 | 2024-08-22T01:45:52.085Z | Checking uuid v1.10.0 |
1667 | 2024-08-22T01:45:52.251Z | Checking idna v0.5.0 |
1668 | 2024-08-22T01:45:52.693Z | Checking errno v0.3.9 |
1669 | 2024-08-22T01:45:52.696Z | Checking socket2 v0.4.10 |
1670 | 2024-08-22T01:45:52.850Z | Checking httparse v1.8.0 |
1671 | 2024-08-22T01:45:52.868Z | Checking scroll v0.12.0 |
1672 | 2024-08-22T01:45:52.981Z | Checking anstyle v1.0.8 |
1673 | 2024-08-22T01:45:53.116Z | Checking num_threads v0.1.7 |
1674 | 2024-08-22T01:45:53.141Z | Checking httpdate v1.0.3 |
1675 | 2024-08-22T01:45:53.225Z | Checking plain v0.2.3 |
1676 | 2024-08-22T01:45:53.260Z | Checking finl_unicode v1.2.0 |
1677 | 2024-08-22T01:45:53.322Z | Checking ucd-trie v0.1.6 |
1678 | 2024-08-22T01:45:53.338Z | Checking time-core v0.1.2 |
1679 | 2024-08-22T01:45:53.358Z | Checking adler v1.0.2 |
1680 | 2024-08-22T01:45:53.360Z | Checking num-conv v0.1.0 |
1681 | 2024-08-22T01:45:53.476Z | Checking iana-time-zone v0.1.60 |
1682 | 2024-08-22T01:45:53.492Z | Checking utf8parse v0.2.1 |
1683 | 2024-08-22T01:45:53.509Z | Checking tower-service v0.3.2 |
1684 | 2024-08-22T01:45:53.598Z | Checking openssl-probe v0.1.5 |
1685 | 2024-08-22T01:45:53.614Z | Checking chrono v0.4.38 |
1686 | 2024-08-22T01:45:53.628Z | Checking time v0.3.36 |
1687 | 2024-08-22T01:45:53.631Z | Checking anstyle-parse v0.2.4 |
1688 | 2024-08-22T01:45:53.742Z | Checking pest v2.7.10 |
1689 | 2024-08-22T01:45:53.827Z | Checking stringprep v0.1.4 |
1690 | 2024-08-22T01:45:53.906Z | Checking miniz_oxide v0.7.2 |
1691 | 2024-08-22T01:45:54.074Z | Checking goblin v0.8.2 |
1692 | 2024-08-22T01:45:54.259Z | Checking regex-automata v0.4.6 |
1693 | 2024-08-22T01:45:54.646Z | Checking url v2.5.2 |
1694 | 2024-08-22T01:45:55.497Z | Checking rustix v0.38.34 |
1695 | 2024-08-22T01:45:55.642Z | Checking rustls v0.21.12 |
1696 | 2024-08-22T01:45:56.053Z | Checking quote v1.0.36 |
1697 | 2024-08-22T01:45:56.300Z | Checking serde_spanned v0.6.7 |
1698 | 2024-08-22T01:45:56.401Z | Checking toml_datetime v0.6.8 |
1699 | 2024-08-22T01:45:56.479Z | Checking num-integer v0.1.46 |
1700 | 2024-08-22T01:45:56.682Z | Checking idna v0.3.0 |
1701 | 2024-08-22T01:45:56.992Z | Checking md-5 v0.10.6 |
1702 | 2024-08-22T01:45:57.198Z | Checking lazy_static v1.5.0 |
1703 | 2024-08-22T01:45:57.312Z | Checking hash32 v0.2.1 |
1704 | 2024-08-22T01:45:57.343Z | Checking tokio-util v0.7.11 |
1705 | 2024-08-22T01:45:57.367Z | Checking native-tls v0.2.11 |
1706 | 2024-08-22T01:45:57.536Z | Checking anstyle-query v1.0.3 |
1707 | 2024-08-22T01:45:57.588Z | Checking pretty-hex v0.4.1 |
1708 | 2024-08-22T01:45:57.604Z | Checking psl-types v2.0.11 |
1709 | 2024-08-22T01:45:57.662Z | Checking base64 v0.22.1 |
1710 | 2024-08-22T01:45:57.694Z | Checking stable_deref_trait v1.2.0 |
1711 | 2024-08-22T01:45:57.754Z | Checking colorchoice v1.0.1 |
1712 | 2024-08-22T01:45:57.769Z | Checking gimli v0.28.1 |
1713 | 2024-08-22T01:45:57.783Z | Checking is_terminal_polyfill v1.70.0 |
1714 | 2024-08-22T01:45:57.882Z | Checking fallible-iterator v0.2.0 |
1715 | 2024-08-22T01:45:57.897Z | Checking anstream v0.6.14 |
1716 | 2024-08-22T01:45:58.131Z | Checking heapless v0.7.17 |
1717 | 2024-08-22T01:45:58.168Z | Checking h2 v0.3.26 |
1718 | 2024-08-22T01:45:58.250Z | Checking publicsuffix v2.2.3 |
1719 | 2024-08-22T01:45:58.476Z | Checking postgres-protocol v0.6.7 |
1720 | 2024-08-22T01:45:58.479Z | Checking tokio-native-tls v0.3.1 |
1721 | 2024-08-22T01:45:58.733Z | Checking terminal_size v0.3.0 |
1722 | 2024-08-22T01:45:58.769Z | Checking num-iter v0.1.45 |
1723 | 2024-08-22T01:45:58.825Z | Checking tokio-rustls v0.24.1 |
1724 | 2024-08-22T01:45:58.898Z | Checking syn v2.0.74 |
1725 | 2024-08-22T01:45:58.941Z | Checking dtrace-parser v0.2.0 |
1726 | 2024-08-22T01:45:59.120Z | Checking cookie v0.17.0 |
1727 | 2024-08-22T01:45:59.136Z | Checking phf_shared v0.11.2 |
1728 | 2024-08-22T01:45:59.152Z | Checking dof v0.3.0 |
1729 | 2024-08-22T01:45:59.185Z | Checking ff v0.13.0 |
1730 | 2024-08-22T01:45:59.385Z | Checking thread-id v4.2.1 |
1731 | 2024-08-22T01:45:59.401Z | Checking object v0.32.2 |
1732 | 2024-08-22T01:45:59.403Z | Checking rustc-demangle v0.1.24 |
1733 | 2024-08-22T01:45:59.481Z | Checking either v1.13.0 |
1734 | 2024-08-22T01:45:59.502Z | Checking clap_lex v0.7.0 |
1735 | 2024-08-22T01:45:59.732Z | Checking ipnet v2.9.0 |
1736 | 2024-08-22T01:45:59.760Z | Checking base16ct v0.2.0 |
1737 | 2024-08-22T01:45:59.825Z | Checking base64 v0.21.7 |
1738 | 2024-08-22T01:45:59.839Z | Checking bitflags v1.3.2 |
1739 | 2024-08-22T01:45:59.933Z | Checking winnow v0.5.40 |
1740 | 2024-08-22T01:45:59.949Z | Checking managed v0.8.0 |
1741 | 2024-08-22T01:46:00.180Z | Checking strsim v0.11.1 |
1742 | 2024-08-22T01:46:00.278Z | Checking rustls-pemfile v1.0.4 |
1743 | 2024-08-22T01:46:00.306Z | Checking smoltcp v0.9.1 |
1744 | 2024-08-22T01:46:00.456Z | Checking clap_builder v4.5.15 |
1745 | 2024-08-22T01:46:00.471Z | Checking sec1 v0.7.3 |
1746 | 2024-08-22T01:46:00.868Z | Checking cookie_store v0.20.0 |
1747 | 2024-08-22T01:46:01.552Z | Checking phf v0.11.2 |
1748 | 2024-08-22T01:46:01.667Z | Checking addr2line v0.21.0 |
1749 | 2024-08-22T01:46:01.768Z | Checking group v0.13.0 |
1750 | 2024-08-22T01:46:01.819Z | Checking postgres-types v0.2.7 |
1751 | 2024-08-22T01:46:02.030Z | Checking num-bigint-dig v0.8.4 |
1752 | 2024-08-22T01:46:02.172Z | Checking regex v1.10.6 |
1753 | 2024-08-22T01:46:02.567Z | Checking bstr v1.9.1 |
1754 | 2024-08-22T01:46:02.794Z | Checking futures-executor v0.3.30 |
1755 | 2024-08-22T01:46:03.007Z | Checking pkcs1 v0.7.5 |
1756 | 2024-08-22T01:46:03.044Z | Checking toml_edit v0.19.15 |
1757 | 2024-08-22T01:46:03.425Z | Checking phf_shared v0.10.0 |
1758 | 2024-08-22T01:46:03.531Z | Checking serde_urlencoded v0.7.1 |
1759 | 2024-08-22T01:46:03.533Z | Checking hubpack v0.1.2 |
1760 | 2024-08-22T01:46:03.692Z | Checking zerocopy v0.6.6 |
1761 | 2024-08-22T01:46:03.875Z | Checking float-cmp v0.9.0 |
1762 | 2024-08-22T01:46:03.954Z | Checking crossbeam-utils v0.8.19 |
1763 | 2024-08-22T01:46:04.053Z | Checking crc32fast v1.4.0 |
1764 | 2024-08-22T01:46:04.265Z | Checking signal-hook v0.3.17 |
1765 | 2024-08-22T01:46:04.280Z | Checking hkdf v0.12.4 |
1766 | 2024-08-22T01:46:04.429Z | Checking idna v0.4.0 |
1767 | 2024-08-22T01:46:04.465Z | Checking hyper v0.14.30 |
1768 | 2024-08-22T01:46:04.480Z | Checking signature v2.2.0 |
1769 | 2024-08-22T01:46:04.580Z | Checking crypto-bigint v0.5.5 |
1770 | 2024-08-22T01:46:04.633Z | Checking memmap v0.7.0 |
1771 | 2024-08-22T01:46:04.655Z | Checking mio v0.8.11 |
1772 | 2024-08-22T01:46:04.827Z | Checking encoding_rs v0.8.34 |
1773 | 2024-08-22T01:46:05.146Z | Checking usdt-impl v0.5.0 |
1774 | 2024-08-22T01:46:05.264Z | Checking dyn-clone v1.0.17 |
1775 | 2024-08-22T01:46:05.264Z | Checking new_debug_unreachable v1.0.6 |
1776 | 2024-08-22T01:46:05.344Z | Checking mime v0.3.17 |
1777 | 2024-08-22T01:46:05.384Z | Checking backtrace v0.3.71 |
1778 | 2024-08-22T01:46:05.400Z | Checking data-encoding v2.6.0 |
1779 | 2024-08-22T01:46:05.547Z | Checking unicode-segmentation v1.11.0 |
1780 | 2024-08-22T01:46:05.666Z | Checking minimal-lexical v0.2.1 |
1781 | 2024-08-22T01:46:05.682Z | Checking winnow v0.6.18 |
1782 | 2024-08-22T01:46:05.932Z | Checking webpki-roots v0.25.4 |
1783 | 2024-08-22T01:46:06.038Z | Checking difflib v0.4.0 |
1784 | 2024-08-22T01:46:06.069Z | Checking unicode-width v0.1.13 |
1785 | 2024-08-22T01:46:06.090Z | Checking precomputed-hash v0.1.1 |
1786 | 2024-08-22T01:46:06.165Z | Checking normalize-line-endings v0.3.0 |
1787 | 2024-08-22T01:46:06.197Z | Checking sync_wrapper v0.1.2 |
1788 | 2024-08-22T01:46:06.241Z | Checking fixedbitset v0.4.2 |
1789 | 2024-08-22T01:46:06.277Z | Checking predicates-core v1.0.6 |
1790 | 2024-08-22T01:46:06.319Z | Checking static_assertions v1.1.0 |
1791 | 2024-08-22T01:46:06.356Z | Checking bit-vec v0.6.3 |
1792 | 2024-08-22T01:46:06.406Z | Checking whoami v1.5.1 |
1793 | 2024-08-22T01:46:06.445Z | Checking predicates v3.1.2 |
1794 | 2024-08-22T01:46:06.500Z | Checking petgraph v0.6.5 |
1795 | 2024-08-22T01:46:06.691Z | Checking bit-set v0.5.3 |
1796 | 2024-08-22T01:46:06.694Z | Checking tokio-postgres v0.7.11 |
1797 | 2024-08-22T01:46:06.958Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1798 | 2024-08-22T01:46:07.098Z | Checking console v0.15.8 |
1799 | 2024-08-22T01:46:07.113Z | Checking string_cache v0.8.7 |
1800 | 2024-08-22T01:46:07.384Z | Checking similar v2.6.0 |
1801 | 2024-08-22T01:46:07.399Z | Checking elliptic-curve v0.13.8 |
1802 | 2024-08-22T01:46:07.638Z | Checking nom v7.1.3 |
1803 | 2024-08-22T01:46:08.062Z | Checking hickory-proto v0.24.1 |
1804 | 2024-08-22T01:46:08.245Z | Checking anyhow v1.0.86 |
1805 | 2024-08-22T01:46:08.631Z | Checking usdt v0.5.0 |
1806 | 2024-08-22T01:46:08.702Z | Checking toml_edit v0.22.20 |
1807 | 2024-08-22T01:46:08.869Z | Checking toml v0.7.8 |
1808 | 2024-08-22T01:46:09.644Z | Checking schemars v0.8.21 |
1809 | 2024-08-22T01:46:09.692Z | Checking signal-hook-mio v0.2.4 |
1810 | 2024-08-22T01:46:09.792Z | Checking rsa v0.9.6 |
1811 | 2024-08-22T01:46:09.838Z | Checking crossbeam-epoch v0.9.18 |
1812 | 2024-08-22T01:46:10.255Z | Checking flate2 v1.0.31 |
1813 | 2024-08-22T01:46:10.467Z | Checking clap v4.5.16 |
1814 | 2024-08-22T01:46:10.584Z | Checking futures v0.3.30 |
1815 | 2024-08-22T01:46:10.703Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1816 | 2024-08-22T01:46:10.728Z | Checking itertools v0.12.1 |
1817 | 2024-08-22T01:46:10.749Z | Checking hyper-rustls v0.24.2 |
1818 | 2024-08-22T01:46:10.828Z | Checking hyper-tls v0.5.0 |
1819 | 2024-08-22T01:46:10.886Z | Checking itertools v0.10.5 |
1820 | 2024-08-22T01:46:11.035Z | Checking fs-err v2.11.0 |
1821 | 2024-08-22T01:46:11.104Z | Checking reqwest v0.11.27 |
1822 | 2024-08-22T01:46:11.322Z | Checking tokio-stream v0.1.15 |
1823 | 2024-08-22T01:46:11.378Z | Checking nix v0.28.0 |
1824 | 2024-08-22T01:46:11.556Z | Checking slog v2.7.0 |
1825 | 2024-08-22T01:46:11.965Z | Checking openapiv3 v2.0.0 |
1826 | 2024-08-22T01:46:12.056Z | Checking hex v0.4.3 |
1827 | 2024-08-22T01:46:12.151Z | Checking semver v1.0.23 |
1828 | 2024-08-22T01:46:12.550Z | Checking sha1 v0.10.6 |
1829 | 2024-08-22T01:46:12.553Z | Checking lalrpop-util v0.19.12 |
1830 | 2024-08-22T01:46:12.779Z | Checking peg-runtime v0.8.3 |
1831 | 2024-08-22T01:46:12.817Z | Checking camino v1.1.9 |
1832 | 2024-08-22T01:46:12.829Z | Checking sigpipe v0.1.3 |
1833 | 2024-08-22T01:46:14.606Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1834 | 2024-08-22T01:46:14.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.07s |
1835 | 2024-08-22T01:46:15.043Z | |
1836 | 2024-08-22T01:46:15.043Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/153) |
1837 | 2024-08-22T01:46:15.627Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1838 | 2024-08-22T01:46:15.630Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1839 | 2024-08-22T01:46:15.709Z | Compiling regress v0.9.1 |
1840 | 2024-08-22T01:46:15.803Z | Checking strum v0.26.3 |
1841 | 2024-08-22T01:46:15.823Z | Checking heck v0.5.0 |
1842 | 2024-08-22T01:46:15.834Z | Compiling getopts v0.2.21 |
1843 | 2024-08-22T01:46:15.843Z | Checking dirs-sys-next v0.1.2 |
1844 | 2024-08-22T01:46:15.855Z | Compiling unsafe-libyaml v0.2.11 |
1845 | 2024-08-22T01:46:15.917Z | Checking http v1.1.0 |
1846 | 2024-08-22T01:46:15.987Z | Checking thread_local v1.1.8 |
1847 | 2024-08-22T01:46:16.002Z | Checking dirs-next v2.0.0 |
1848 | 2024-08-22T01:46:16.121Z | Checking rustls-pki-types v1.7.0 |
1849 | 2024-08-22T01:46:16.177Z | Compiling ident_case v1.0.1 |
1850 | 2024-08-22T01:46:16.243Z | Checking term v0.7.0 |
1851 | 2024-08-22T01:46:16.347Z | Compiling darling_core v0.20.9 |
1852 | 2024-08-22T01:46:16.518Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1853 | 2024-08-22T01:46:16.674Z | Checking crossbeam-channel v0.5.12 |
1854 | 2024-08-22T01:46:16.720Z | Checking is-terminal v0.4.12 |
1855 | 2024-08-22T01:46:16.849Z | Checking atty v0.2.14 |
1856 | 2024-08-22T01:46:16.852Z | Checking take_mut v0.2.2 |
1857 | 2024-08-22T01:46:16.966Z | Checking termcolor v1.4.1 |
1858 | 2024-08-22T01:46:17.012Z | Compiling paste v1.0.15 |
1859 | 2024-08-22T01:46:17.279Z | Compiling serde_yaml v0.9.34+deprecated |
1860 | 2024-08-22T01:46:17.369Z | Checking utf-8 v0.7.6 |
1861 | 2024-08-22T01:46:17.384Z | Checking humantime v2.1.0 |
1862 | 2024-08-22T01:46:17.551Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1863 | 2024-08-22T01:46:17.566Z | Compiling rustls v0.22.4 |
1864 | 2024-08-22T01:46:17.663Z | Checking env_logger v0.9.3 |
1865 | 2024-08-22T01:46:17.851Z | Checking slog-async v2.8.0 |
1866 | 2024-08-22T01:46:17.869Z | Checking slog-term v2.9.1 |
1867 | 2024-08-22T01:46:17.909Z | Checking rustls-webpki v0.102.4 |
1868 | 2024-08-22T01:46:18.092Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1869 | 2024-08-22T01:46:18.116Z | Compiling proc-macro-crate v1.3.1 |
1870 | 2024-08-22T01:46:18.341Z | Compiling bitstruct_derive v0.1.0 |
1871 | 2024-08-22T01:46:18.450Z | Compiling structmeta-derive v0.3.0 |
1872 | 2024-08-22T01:46:18.678Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1873 | 2024-08-22T01:46:18.800Z | Compiling multer v3.1.0 |
1874 | 2024-08-22T01:46:19.104Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1875 | 2024-08-22T01:46:19.162Z | Checking match_cfg v0.1.0 |
1876 | 2024-08-22T01:46:19.219Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1877 | 2024-08-22T01:46:19.246Z | Checking ascii v1.1.0 |
1878 | 2024-08-22T01:46:19.636Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1879 | 2024-08-22T01:46:19.733Z | Checking bitstruct v0.1.1 |
1880 | 2024-08-22T01:46:19.860Z | Checking hostname v0.3.1 |
1881 | 2024-08-22T01:46:19.990Z | Compiling num_enum_derive v0.5.11 |
1882 | 2024-08-22T01:46:20.603Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1883 | 2024-08-22T01:46:20.791Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1884 | 2024-08-22T01:46:21.451Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1885 | 2024-08-22T01:46:21.510Z | Compiling structmeta v0.3.0 |
1886 | 2024-08-22T01:46:21.689Z | Checking slog-json v2.6.1 |
1887 | 2024-08-22T01:46:21.728Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1888 | 2024-08-22T01:46:21.946Z | Checking serde_arrays v0.1.0 |
1889 | 2024-08-22T01:46:21.967Z | Checking erased-serde v0.3.31 |
1890 | 2024-08-22T01:46:22.017Z | Compiling foreign-types-macros v0.2.3 |
1891 | 2024-08-22T01:46:22.097Z | Compiling async-stream-impl v0.3.5 |
1892 | 2024-08-22T01:46:22.234Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1893 | 2024-08-22T01:46:22.517Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1894 | 2024-08-22T01:46:22.623Z | Checking foreign-types-shared v0.3.1 |
1895 | 2024-08-22T01:46:22.737Z | Checking arc-swap v1.7.1 |
1896 | 2024-08-22T01:46:22.800Z | Checking atomic-waker v1.1.2 |
1897 | 2024-08-22T01:46:22.926Z | Checking waitgroup v0.1.2 |
1898 | 2024-08-22T01:46:23.068Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1899 | 2024-08-22T01:46:23.086Z | Checking num_enum v0.5.11 |
1900 | 2024-08-22T01:46:23.131Z | Checking slog-scope v4.4.0 |
1901 | 2024-08-22T01:46:23.293Z | Compiling parse-display-derive v0.10.0 |
1902 | 2024-08-22T01:46:23.319Z | Checking slog-bunyan v2.5.0 |
1903 | 2024-08-22T01:46:23.334Z | Checking foreign-types v0.5.0 |
1904 | 2024-08-22T01:46:23.428Z | Compiling proc-macro-error v1.0.4 |
1905 | 2024-08-22T01:46:23.474Z | Compiling darling_macro v0.20.9 |
1906 | 2024-08-22T01:46:23.506Z | Checking async-stream v0.3.5 |
1907 | 2024-08-22T01:46:23.831Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1908 | 2024-08-22T01:46:23.934Z | Checking toml v0.8.19 |
1909 | 2024-08-22T01:46:24.022Z | Checking tungstenite v0.20.1 |
1910 | 2024-08-22T01:46:24.084Z | Checking rustls-pemfile v2.1.3 |
1911 | 2024-08-22T01:46:24.330Z | Compiling heck v0.3.3 |
1912 | 2024-08-22T01:46:24.454Z | Compiling darling v0.20.9 |
1913 | 2024-08-22T01:46:24.482Z | Checking tokio-rustls v0.25.0 |
1914 | 2024-08-22T01:46:24.562Z | Compiling serde_with_macros v3.9.0 |
1915 | 2024-08-22T01:46:24.672Z | Checking ipnetwork v0.20.0 |
1916 | 2024-08-22T01:46:24.757Z | Checking newtype-uuid v1.1.0 |
1917 | 2024-08-22T01:46:24.839Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1918 | 2024-08-22T01:46:24.883Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1919 | 2024-08-22T01:46:24.985Z | Checking serde_path_to_error v0.1.16 |
1920 | 2024-08-22T01:46:25.016Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1921 | 2024-08-22T01:46:25.607Z | Checking hostname v0.4.0 |
1922 | 2024-08-22T01:46:25.737Z | Checking cstr-argument v0.1.2 |
1923 | 2024-08-22T01:46:25.749Z | Checking instant v0.1.12 |
1924 | 2024-08-22T01:46:25.803Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1925 | 2024-08-22T01:46:25.854Z | Checking fastrand v2.1.0 |
1926 | 2024-08-22T01:46:25.902Z | Checking debug-ignore v1.0.5 |
1927 | 2024-08-22T01:46:26.036Z | Checking pretty-hex v0.2.1 |
1928 | 2024-08-22T01:46:26.120Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1929 | 2024-08-22T01:46:26.146Z | Checking tempfile v3.10.1 |
1930 | 2024-08-22T01:46:26.193Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1931 | 2024-08-22T01:46:26.421Z | Checking backoff v0.4.0 |
1932 | 2024-08-22T01:46:26.468Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1933 | 2024-08-22T01:46:26.609Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1934 | 2024-08-22T01:46:26.659Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1935 | 2024-08-22T01:46:26.712Z | Checking tokio-tungstenite v0.20.1 |
1936 | 2024-08-22T01:46:26.944Z | Compiling zone_cfg_derive v0.1.2 |
1937 | 2024-08-22T01:46:27.000Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1938 | 2024-08-22T01:46:27.181Z | Checking slog-stdlog v4.1.1 |
1939 | 2024-08-22T01:46:27.340Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1940 | 2024-08-22T01:46:27.500Z | Checking tungstenite v0.21.0 |
1941 | 2024-08-22T01:46:27.565Z | Checking serde_with v3.9.0 |
1942 | 2024-08-22T01:46:27.766Z | Checking colored v2.1.0 |
1943 | 2024-08-22T01:46:28.033Z | Checking parse-display v0.10.0 |
1944 | 2024-08-22T01:46:28.061Z | Checking macaddr v1.0.1 |
1945 | 2024-08-22T01:46:28.260Z | Checking base64 v0.13.1 |
1946 | 2024-08-22T01:46:28.412Z | Checking tokio-tungstenite v0.21.0 |
1947 | 2024-08-22T01:46:28.527Z | Checking zone v0.1.8 |
1948 | 2024-08-22T01:46:28.645Z | Checking ron v0.7.1 |
1949 | 2024-08-22T01:46:28.877Z | Checking slog-envlogger v2.2.0 |
1950 | 2024-08-22T01:46:29.097Z | Checking pem v3.0.4 |
1951 | 2024-08-22T01:46:29.200Z | Checking tabwriter v1.4.0 |
1952 | 2024-08-22T01:46:29.336Z | Checking xattr v1.3.1 |
1953 | 2024-08-22T01:46:29.421Z | Checking portpicker v0.1.1 |
1954 | 2024-08-22T01:46:29.524Z | Checking yasna v0.5.2 |
1955 | 2024-08-22T01:46:29.556Z | Checking headers-core v0.2.0 |
1956 | 2024-08-22T01:46:29.698Z | Checking smf v0.2.3 |
1957 | 2024-08-22T01:46:29.785Z | Checking filetime v0.2.24 |
1958 | 2024-08-22T01:46:29.977Z | Checking same-file v1.0.6 |
1959 | 2024-08-22T01:46:30.103Z | Checking tar v0.4.41 |
1960 | 2024-08-22T01:46:30.142Z | Checking walkdir v2.5.0 |
1961 | 2024-08-22T01:46:30.159Z | Checking headers v0.3.9 |
1962 | 2024-08-22T01:46:30.405Z | Checking rcgen v0.12.1 |
1963 | 2024-08-22T01:46:30.416Z | Checking atomicwrites v0.4.3 |
1964 | 2024-08-22T01:46:30.597Z | Checking camino-tempfile v1.1.1 |
1965 | 2024-08-22T01:46:30.857Z | Checking subprocess v0.2.9 |
1966 | 2024-08-22T01:46:31.816Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1967 | 2024-08-22T01:46:32.080Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1968 | 2024-08-22T01:46:34.030Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1969 | 2024-08-22T01:46:35.910Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1970 | 2024-08-22T01:46:35.984Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1971 | 2024-08-22T01:46:39.073Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1972 | 2024-08-22T01:46:44.793Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1973 | 2024-08-22T01:46:44.917Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1974 | 2024-08-22T01:46:44.917Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1975 | 2024-08-22T01:46:47.353Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1976 | 2024-08-22T01:46:47.748Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1977 | 2024-08-22T01:46:53.269Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1978 | 2024-08-22T01:46:54.713Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1979 | 2024-08-22T01:46:55.774Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.71s |
1980 | 2024-08-22T01:46:55.916Z | |
1981 | 2024-08-22T01:46:55.916Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/153) |
1982 | 2024-08-22T01:46:56.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1983 | 2024-08-22T01:46:56.493Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1984 | 2024-08-22T01:46:56.563Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1985 | 2024-08-22T01:46:57.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.87s |
1986 | 2024-08-22T01:46:57.933Z | |
1987 | 2024-08-22T01:46:57.933Z | info: running `cargo check --bins` on nexus-config (31/153) |
1988 | 2024-08-22T01:46:58.491Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1989 | 2024-08-22T01:46:58.494Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1990 | 2024-08-22T01:46:58.494Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1991 | 2024-08-22T01:46:58.497Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
1992 | 2024-08-22T01:46:58.553Z | |
1993 | 2024-08-22T01:46:58.554Z | info: running `cargo check --bins` on omicron-rpaths (32/153) |
1994 | 2024-08-22T01:46:59.087Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1995 | 2024-08-22T01:46:59.090Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1996 | 2024-08-22T01:46:59.090Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1997 | 2024-08-22T01:46:59.092Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1998 | 2024-08-22T01:46:59.147Z | |
1999 | 2024-08-22T01:46:59.147Z | info: running `cargo check --bins` on omicron-certificates (33/153) |
2000 | 2024-08-22T01:46:59.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2001 | 2024-08-22T01:46:59.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2002 | 2024-08-22T01:46:59.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2003 | 2024-08-22T01:46:59.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2004 | 2024-08-22T01:46:59.764Z | |
2005 | 2024-08-22T01:46:59.764Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/153) |
2006 | 2024-08-22T01:47:00.325Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2007 | 2024-08-22T01:47:00.328Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2008 | 2024-08-22T01:47:00.398Z | Compiling heapless v0.8.0 |
2009 | 2024-08-22T01:47:00.400Z | Checking hash32 v0.3.1 |
2010 | 2024-08-22T01:47:00.492Z | Compiling smoltcp v0.11.0 |
2011 | 2024-08-22T01:47:00.501Z | Checking cobs v0.2.3 |
2012 | 2024-08-22T01:47:00.503Z | Checking embedded-io v0.4.0 |
2013 | 2024-08-22T01:47:00.520Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2014 | 2024-08-22T01:47:00.523Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2015 | 2024-08-22T01:47:00.544Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2016 | 2024-08-22T01:47:00.639Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2017 | 2024-08-22T01:47:00.657Z | Compiling crucible-workspace-hack v0.1.0 |
2018 | 2024-08-22T01:47:00.669Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2019 | 2024-08-22T01:47:00.682Z | Checking postcard v1.0.8 |
2020 | 2024-08-22T01:47:00.854Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2021 | 2024-08-22T01:47:00.870Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2022 | 2024-08-22T01:47:01.045Z | Compiling num-derive v0.4.2 |
2023 | 2024-08-22T01:47:01.180Z | Compiling slog-dtrace v0.3.0 |
2024 | 2024-08-22T01:47:01.219Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2025 | 2024-08-22T01:47:01.344Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2026 | 2024-08-22T01:47:01.406Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2027 | 2024-08-22T01:47:02.175Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2028 | 2024-08-22T01:47:02.664Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2029 | 2024-08-22T01:47:04.014Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2030 | 2024-08-22T01:47:04.859Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2031 | 2024-08-22T01:47:05.884Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2032 | 2024-08-22T01:47:07.548Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2033 | 2024-08-22T01:47:08.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.42s |
2034 | 2024-08-22T01:47:08.337Z | |
2035 | 2024-08-22T01:47:08.337Z | info: running `cargo check --bins` on clickhouse-admin-api (35/153) |
2036 | 2024-08-22T01:47:08.894Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2037 | 2024-08-22T01:47:08.896Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2038 | 2024-08-22T01:47:08.897Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2039 | 2024-08-22T01:47:08.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2040 | 2024-08-22T01:47:08.956Z | |
2041 | 2024-08-22T01:47:08.956Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (36/153) |
2042 | 2024-08-22T01:47:09.601Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2043 | 2024-08-22T01:47:09.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2044 | 2024-08-22T01:47:09.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2045 | 2024-08-22T01:47:09.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2046 | 2024-08-22T01:47:09.678Z | |
2047 | 2024-08-22T01:47:09.678Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (37/153) |
2048 | 2024-08-22T01:47:10.328Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2049 | 2024-08-22T01:47:10.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2050 | 2024-08-22T01:47:10.331Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2051 | 2024-08-22T01:47:10.334Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2052 | 2024-08-22T01:47:10.405Z | |
2053 | 2024-08-22T01:47:10.405Z | info: running `cargo check --bins` on dns-server (38/153) |
2054 | 2024-08-22T01:47:10.965Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2055 | 2024-08-22T01:47:10.968Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2056 | 2024-08-22T01:47:11.032Z | Compiling parking_lot_core v0.8.6 |
2057 | 2024-08-22T01:47:11.120Z | Checking newline-converter v0.3.0 |
2058 | 2024-08-22T01:47:11.122Z | Checking nibble_vec v0.1.0 |
2059 | 2024-08-22T01:47:11.122Z | Checking quick-error v1.2.3 |
2060 | 2024-08-22T01:47:11.122Z | Checking linked-hash-map v0.5.6 |
2061 | 2024-08-22T01:47:11.122Z | Checking endian-type v0.1.2 |
2062 | 2024-08-22T01:47:11.129Z | Checking fxhash v0.2.1 |
2063 | 2024-08-22T01:47:11.137Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2064 | 2024-08-22T01:47:11.232Z | Checking resolv-conf v0.7.0 |
2065 | 2024-08-22T01:47:11.270Z | Checking hickory-server v0.24.1 |
2066 | 2024-08-22T01:47:11.286Z | Checking expectorate v1.1.0 |
2067 | 2024-08-22T01:47:11.308Z | Checking radix_trie v0.2.1 |
2068 | 2024-08-22T01:47:11.424Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2069 | 2024-08-22T01:47:11.436Z | Checking lru-cache v0.1.2 |
2070 | 2024-08-22T01:47:11.605Z | Checking hickory-resolver v0.24.1 |
2071 | 2024-08-22T01:47:11.647Z | Checking hickory-client v0.24.1 |
2072 | 2024-08-22T01:47:11.827Z | Checking parking_lot v0.11.2 |
2073 | 2024-08-22T01:47:12.098Z | Checking sled v0.34.7 |
2074 | 2024-08-22T01:47:13.805Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2075 | 2024-08-22T01:47:14.853Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
2076 | 2024-08-22T01:47:14.986Z | |
2077 | 2024-08-22T01:47:14.986Z | info: running `cargo check --bins` on dns-server-api (39/153) |
2078 | 2024-08-22T01:47:15.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2079 | 2024-08-22T01:47:15.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2080 | 2024-08-22T01:47:15.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2081 | 2024-08-22T01:47:15.543Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2082 | 2024-08-22T01:47:15.600Z | |
2083 | 2024-08-22T01:47:15.600Z | info: running `cargo check --bins` on dns-service-client (40/153) |
2084 | 2024-08-22T01:47:16.137Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2085 | 2024-08-22T01:47:16.140Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2086 | 2024-08-22T01:47:16.140Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2087 | 2024-08-22T01:47:16.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2088 | 2024-08-22T01:47:16.198Z | |
2089 | 2024-08-22T01:47:16.198Z | info: running `cargo check --bins` on gateway-test-utils (41/153) |
2090 | 2024-08-22T01:47:16.789Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2091 | 2024-08-22T01:47:16.792Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2092 | 2024-08-22T01:47:16.792Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2093 | 2024-08-22T01:47:16.794Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2094 | 2024-08-22T01:47:16.859Z | |
2095 | 2024-08-22T01:47:16.859Z | info: running `cargo check --bins` on gateway-types (42/153) |
2096 | 2024-08-22T01:47:17.420Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2097 | 2024-08-22T01:47:17.422Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2098 | 2024-08-22T01:47:17.422Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2099 | 2024-08-22T01:47:17.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2100 | 2024-08-22T01:47:17.484Z | |
2101 | 2024-08-22T01:47:17.484Z | info: running `cargo check --bins` on ipcc (43/153) |
2102 | 2024-08-22T01:47:18.044Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2103 | 2024-08-22T01:47:18.046Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2104 | 2024-08-22T01:47:18.046Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2105 | 2024-08-22T01:47:18.049Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2106 | 2024-08-22T01:47:18.108Z | |
2107 | 2024-08-22T01:47:18.108Z | info: running `cargo check --bins` on omicron-gateway (44/153) |
2108 | 2024-08-22T01:47:18.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2109 | 2024-08-22T01:47:18.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2110 | 2024-08-22T01:47:18.772Z | Compiling radium v0.7.0 |
2111 | 2024-08-22T01:47:18.863Z | Compiling maybe-uninit v2.0.0 |
2112 | 2024-08-22T01:47:18.868Z | Checking tap v1.0.1 |
2113 | 2024-08-22T01:47:18.878Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2114 | 2024-08-22T01:47:18.881Z | Compiling packed_struct v0.10.1 |
2115 | 2024-08-22T01:47:18.881Z | Checking funty v2.0.0 |
2116 | 2024-08-22T01:47:18.881Z | Checking crc-catalog v2.4.0 |
2117 | 2024-08-22T01:47:18.917Z | Compiling packed_struct_codegen v0.10.1 |
2118 | 2024-08-22T01:47:18.990Z | Checking wyz v0.5.1 |
2119 | 2024-08-22T01:47:19.004Z | Checking crc v3.2.1 |
2120 | 2024-08-22T01:47:19.346Z | Checking half v2.4.1 |
2121 | 2024-08-22T01:47:19.373Z | Compiling indexmap v1.9.3 |
2122 | 2024-08-22T01:47:19.406Z | Checking nodrop v0.1.14 |
2123 | 2024-08-22T01:47:19.511Z | Checking ciborium-io v0.2.2 |
2124 | 2024-08-22T01:47:19.524Z | Checking array-init v0.0.4 |
2125 | 2024-08-22T01:47:19.603Z | Checking smallvec v0.6.14 |
2126 | 2024-08-22T01:47:19.627Z | Compiling memoffset v0.9.1 |
2127 | 2024-08-22T01:47:19.713Z | Checking hashbrown v0.12.3 |
2128 | 2024-08-22T01:47:19.772Z | Checking ciborium-ll v0.2.2 |
2129 | 2024-08-22T01:47:19.787Z | Checking bitvec v1.0.1 |
2130 | 2024-08-22T01:47:19.907Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2131 | 2024-08-22T01:47:19.973Z | Checking bitfield v0.14.0 |
2132 | 2024-08-22T01:47:20.045Z | Checking ciborium v0.2.2 |
2133 | 2024-08-22T01:47:20.220Z | Checking env_logger v0.10.2 |
2134 | 2024-08-22T01:47:20.334Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2135 | 2024-08-22T01:47:20.475Z | Checking serde-hex v0.1.0 |
2136 | 2024-08-22T01:47:20.554Z | Checking ron v0.8.1 |
2137 | 2024-08-22T01:47:20.607Z | Checking x509-cert v0.2.5 |
2138 | 2024-08-22T01:47:20.934Z | Checking hashbrown v0.13.2 |
2139 | 2024-08-22T01:47:21.097Z | Checking bzip2 v0.4.4 |
2140 | 2024-08-22T01:47:21.389Z | Checking crc-any v2.5.0 |
2141 | 2024-08-22T01:47:21.404Z | Checking zip v0.6.6 |
2142 | 2024-08-22T01:47:21.742Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2143 | 2024-08-22T01:47:21.862Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2144 | 2024-08-22T01:47:21.897Z | Checking object v0.30.4 |
2145 | 2024-08-22T01:47:22.007Z | Checking path-slash v0.1.5 |
2146 | 2024-08-22T01:47:22.102Z | Checking nix v0.27.1 |
2147 | 2024-08-22T01:47:22.147Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2148 | 2024-08-22T01:47:22.163Z | Checking serde-big-array v0.5.1 |
2149 | 2024-08-22T01:47:22.246Z | Checking signal-hook-tokio v0.3.1 |
2150 | 2024-08-22T01:47:22.262Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2151 | 2024-08-22T01:47:24.381Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2152 | 2024-08-22T01:47:24.836Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2153 | 2024-08-22T01:47:31.418Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2154 | 2024-08-22T01:47:32.645Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2155 | 2024-08-22T01:47:34.310Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2156 | 2024-08-22T01:47:36.047Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.93s |
2157 | 2024-08-22T01:47:36.189Z | |
2158 | 2024-08-22T01:47:36.189Z | info: running `cargo check --bins` on gateway-api (45/153) |
2159 | 2024-08-22T01:47:36.746Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2160 | 2024-08-22T01:47:36.749Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2161 | 2024-08-22T01:47:36.749Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2162 | 2024-08-22T01:47:36.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2163 | 2024-08-22T01:47:36.811Z | |
2164 | 2024-08-22T01:47:36.811Z | info: running `cargo check --bins` on sp-sim (46/153) |
2165 | 2024-08-22T01:47:37.376Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2166 | 2024-08-22T01:47:37.379Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2167 | 2024-08-22T01:47:37.443Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2168 | 2024-08-22T01:47:39.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.20s |
2169 | 2024-08-22T01:47:39.162Z | |
2170 | 2024-08-22T01:47:39.162Z | info: running `cargo check --bins` on internal-dns (47/153) |
2171 | 2024-08-22T01:47:39.724Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2172 | 2024-08-22T01:47:39.726Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2173 | 2024-08-22T01:47:39.726Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2174 | 2024-08-22T01:47:39.729Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2175 | 2024-08-22T01:47:39.789Z | |
2176 | 2024-08-22T01:47:39.790Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (48/153) |
2177 | 2024-08-22T01:47:40.387Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2178 | 2024-08-22T01:47:40.390Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2179 | 2024-08-22T01:47:40.390Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2180 | 2024-08-22T01:47:40.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2181 | 2024-08-22T01:47:40.457Z | |
2182 | 2024-08-22T01:47:40.457Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (49/153) |
2183 | 2024-08-22T01:47:41.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2184 | 2024-08-22T01:47:41.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2185 | 2024-08-22T01:47:41.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2186 | 2024-08-22T01:47:41.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2187 | 2024-08-22T01:47:41.133Z | |
2188 | 2024-08-22T01:47:41.133Z | info: running `cargo check --bins` on db-macros (50/153) |
2189 | 2024-08-22T01:47:41.673Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2190 | 2024-08-22T01:47:41.675Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2191 | 2024-08-22T01:47:41.675Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2192 | 2024-08-22T01:47:41.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2193 | 2024-08-22T01:47:41.735Z | |
2194 | 2024-08-22T01:47:41.735Z | info: running `cargo check --bins` on nexus-macros-common (51/153) |
2195 | 2024-08-22T01:47:42.268Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2196 | 2024-08-22T01:47:42.270Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2197 | 2024-08-22T01:47:42.270Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2198 | 2024-08-22T01:47:42.273Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2199 | 2024-08-22T01:47:42.327Z | |
2200 | 2024-08-22T01:47:42.327Z | info: running `cargo check --bins` on nexus-auth (52/153) |
2201 | 2024-08-22T01:47:42.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2202 | 2024-08-22T01:47:42.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2203 | 2024-08-22T01:47:42.923Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2204 | 2024-08-22T01:47:42.926Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2205 | 2024-08-22T01:47:42.989Z | |
2206 | 2024-08-22T01:47:42.989Z | info: running `cargo check --bins` on authz-macros (53/153) |
2207 | 2024-08-22T01:47:43.526Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2208 | 2024-08-22T01:47:43.528Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2209 | 2024-08-22T01:47:43.528Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2210 | 2024-08-22T01:47:43.531Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2211 | 2024-08-22T01:47:43.585Z | |
2212 | 2024-08-22T01:47:43.585Z | info: running `cargo check --bins` on nexus-db-fixed-data (54/153) |
2213 | 2024-08-22T01:47:44.164Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2214 | 2024-08-22T01:47:44.167Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2215 | 2024-08-22T01:47:44.167Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2216 | 2024-08-22T01:47:44.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2217 | 2024-08-22T01:47:44.230Z | |
2218 | 2024-08-22T01:47:44.230Z | info: running `cargo check --bins` on nexus-db-model (55/153) |
2219 | 2024-08-22T01:47:44.821Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2220 | 2024-08-22T01:47:44.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2221 | 2024-08-22T01:47:44.823Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2222 | 2024-08-22T01:47:44.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2223 | 2024-08-22T01:47:44.888Z | |
2224 | 2024-08-22T01:47:44.888Z | info: running `cargo check --bins` on nexus-defaults (56/153) |
2225 | 2024-08-22T01:47:45.456Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2226 | 2024-08-22T01:47:45.459Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2227 | 2024-08-22T01:47:45.459Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2228 | 2024-08-22T01:47:45.462Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2229 | 2024-08-22T01:47:45.520Z | |
2230 | 2024-08-22T01:47:45.520Z | info: running `cargo check --bins` on nexus-sled-agent-shared (57/153) |
2231 | 2024-08-22T01:47:46.098Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2232 | 2024-08-22T01:47:46.101Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2233 | 2024-08-22T01:47:46.101Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2234 | 2024-08-22T01:47:46.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2235 | 2024-08-22T01:47:46.163Z | |
2236 | 2024-08-22T01:47:46.163Z | info: running `cargo check --bins` on omicron-passwords (58/153) |
2237 | 2024-08-22T01:47:46.715Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2238 | 2024-08-22T01:47:46.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2239 | 2024-08-22T01:47:46.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2240 | 2024-08-22T01:47:46.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2241 | 2024-08-22T01:47:46.775Z | |
2242 | 2024-08-22T01:47:46.775Z | info: running `cargo check --bins` on nexus-types (59/153) |
2243 | 2024-08-22T01:47:47.356Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2244 | 2024-08-22T01:47:47.359Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2245 | 2024-08-22T01:47:47.359Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2246 | 2024-08-22T01:47:47.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2247 | 2024-08-22T01:47:47.421Z | |
2248 | 2024-08-22T01:47:47.422Z | info: running `cargo check --bins` on gateway-client (60/153) |
2249 | 2024-08-22T01:47:47.961Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2250 | 2024-08-22T01:47:47.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2251 | 2024-08-22T01:47:47.966Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2252 | 2024-08-22T01:47:47.966Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2253 | 2024-08-22T01:47:48.019Z | |
2254 | 2024-08-22T01:47:48.019Z | info: running `cargo check --bins` on oxql-types (61/153) |
2255 | 2024-08-22T01:47:48.579Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2256 | 2024-08-22T01:47:48.582Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2257 | 2024-08-22T01:47:48.582Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2258 | 2024-08-22T01:47:48.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2259 | 2024-08-22T01:47:48.643Z | |
2260 | 2024-08-22T01:47:48.643Z | info: running `cargo check --bins` on oximeter-types (62/153) |
2261 | 2024-08-22T01:47:49.210Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2262 | 2024-08-22T01:47:49.213Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2263 | 2024-08-22T01:47:49.213Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2264 | 2024-08-22T01:47:49.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2265 | 2024-08-22T01:47:49.273Z | |
2266 | 2024-08-22T01:47:49.273Z | info: running `cargo check --bins` on oximeter-macro-impl (63/153) |
2267 | 2024-08-22T01:47:49.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2268 | 2024-08-22T01:47:49.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2269 | 2024-08-22T01:47:49.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2270 | 2024-08-22T01:47:49.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2271 | 2024-08-22T01:47:49.875Z | |
2272 | 2024-08-22T01:47:49.875Z | info: running `cargo check --bins` on sled-agent-client (64/153) |
2273 | 2024-08-22T01:47:50.446Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2274 | 2024-08-22T01:47:50.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2275 | 2024-08-22T01:47:50.449Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2276 | 2024-08-22T01:47:50.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2277 | 2024-08-22T01:47:50.512Z | |
2278 | 2024-08-22T01:47:50.512Z | info: running `cargo check --bins` on oximeter (65/153) |
2279 | 2024-08-22T01:47:51.063Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2280 | 2024-08-22T01:47:51.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2281 | 2024-08-22T01:47:51.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2282 | 2024-08-22T01:47:51.068Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2283 | 2024-08-22T01:47:51.126Z | |
2284 | 2024-08-22T01:47:51.127Z | info: running `cargo check --bins` on oximeter-schema (66/153) |
2285 | 2024-08-22T01:47:51.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2286 | 2024-08-22T01:47:51.689Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2287 | 2024-08-22T01:47:51.752Z | Checking num-rational v0.4.2 |
2288 | 2024-08-22T01:47:51.752Z | Checking num-complex v0.4.6 |
2289 | 2024-08-22T01:47:51.755Z | Compiling prettyplease v0.2.20 |
2290 | 2024-08-22T01:47:51.755Z | Checking float-ord v0.3.2 |
2291 | 2024-08-22T01:47:52.418Z | Checking num v0.4.3 |
2292 | 2024-08-22T01:47:52.479Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2293 | 2024-08-22T01:47:54.411Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2294 | 2024-08-22T01:47:55.306Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.17s |
2295 | 2024-08-22T01:47:55.441Z | |
2296 | 2024-08-22T01:47:55.441Z | info: running `cargo check --bins` on oximeter-timeseries-macro (67/153) |
2297 | 2024-08-22T01:47:55.997Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2298 | 2024-08-22T01:47:55.999Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2299 | 2024-08-22T01:47:55.999Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2300 | 2024-08-22T01:47:56.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2301 | 2024-08-22T01:47:56.060Z | |
2302 | 2024-08-22T01:47:56.061Z | info: running `cargo check --bins` on nexus-inventory (68/153) |
2303 | 2024-08-22T01:47:56.634Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2304 | 2024-08-22T01:47:56.638Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2305 | 2024-08-22T01:47:56.638Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2306 | 2024-08-22T01:47:56.640Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2307 | 2024-08-22T01:47:56.701Z | |
2308 | 2024-08-22T01:47:56.701Z | info: running `cargo check --bins` on typed-rng (69/153) |
2309 | 2024-08-22T01:47:57.238Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2310 | 2024-08-22T01:47:57.241Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2311 | 2024-08-22T01:47:57.241Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2312 | 2024-08-22T01:47:57.243Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2313 | 2024-08-22T01:47:57.297Z | |
2314 | 2024-08-22T01:47:57.297Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (70/153) |
2315 | 2024-08-22T01:47:57.912Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2316 | 2024-08-22T01:47:57.915Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2317 | 2024-08-22T01:47:58.026Z | Compiling toml v0.8.19 |
2318 | 2024-08-22T01:47:58.026Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2319 | 2024-08-22T01:47:58.026Z | Compiling rustls-pki-types v1.7.0 |
2320 | 2024-08-22T01:47:58.029Z | Checking password-hash v0.5.0 |
2321 | 2024-08-22T01:47:58.029Z | Checking blake2 v0.10.6 |
2322 | 2024-08-22T01:47:58.029Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2323 | 2024-08-22T01:47:58.029Z | Compiling match_cfg v0.1.0 |
2324 | 2024-08-22T01:47:58.124Z | Compiling slog-json v2.6.1 |
2325 | 2024-08-22T01:47:58.484Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2326 | 2024-08-22T01:47:58.503Z | Compiling rustls-webpki v0.102.4 |
2327 | 2024-08-22T01:47:58.534Z | Checking argon2 v0.5.3 |
2328 | 2024-08-22T01:47:58.536Z | Compiling hostname v0.3.1 |
2329 | 2024-08-22T01:47:58.687Z | Compiling http v1.1.0 |
2330 | 2024-08-22T01:47:58.772Z | Compiling convert_case v0.4.0 |
2331 | 2024-08-22T01:47:58.790Z | Compiling atomic-waker v1.1.2 |
2332 | 2024-08-22T01:47:58.810Z | Compiling semver v0.1.20 |
2333 | 2024-08-22T01:47:58.845Z | Compiling slog-bunyan v2.5.0 |
2334 | 2024-08-22T01:47:58.968Z | Compiling waitgroup v0.1.2 |
2335 | 2024-08-22T01:47:59.044Z | Compiling rustls-pemfile v2.1.3 |
2336 | 2024-08-22T01:47:59.161Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2337 | 2024-08-22T01:47:59.198Z | Compiling rustc_version v0.1.7 |
2338 | 2024-08-22T01:47:59.427Z | Compiling rustls v0.22.4 |
2339 | 2024-08-22T01:47:59.458Z | Compiling async-stream v0.3.5 |
2340 | 2024-08-22T01:47:59.497Z | Compiling ipnetwork v0.20.0 |
2341 | 2024-08-22T01:47:59.709Z | Compiling newtype-uuid v1.1.0 |
2342 | 2024-08-22T01:47:59.727Z | Compiling derive_more v0.99.18 |
2343 | 2024-08-22T01:47:59.757Z | Compiling serde_path_to_error v0.1.16 |
2344 | 2024-08-22T01:47:59.786Z | Compiling hostname v0.4.0 |
2345 | 2024-08-22T01:48:00.009Z | Compiling instant v0.1.12 |
2346 | 2024-08-22T01:48:00.044Z | Compiling debug-ignore v1.0.5 |
2347 | 2024-08-22T01:48:00.154Z | Compiling multer v3.1.0 |
2348 | 2024-08-22T01:48:00.189Z | Compiling rayon-core v1.12.1 |
2349 | 2024-08-22T01:48:00.383Z | Compiling backoff v0.4.0 |
2350 | 2024-08-22T01:48:00.500Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2351 | 2024-08-22T01:48:00.542Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2352 | 2024-08-22T01:48:00.583Z | Compiling newtype_derive v0.1.6 |
2353 | 2024-08-22T01:48:00.737Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2354 | 2024-08-22T01:48:00.851Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2355 | 2024-08-22T01:48:00.889Z | Compiling parse-display v0.10.0 |
2356 | 2024-08-22T01:48:01.051Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2357 | 2024-08-22T01:48:01.166Z | Compiling serde_with v3.9.0 |
2358 | 2024-08-22T01:48:01.216Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2359 | 2024-08-22T01:48:01.288Z | Compiling num-rational v0.4.2 |
2360 | 2024-08-22T01:48:01.375Z | Compiling crossbeam-deque v0.8.5 |
2361 | 2024-08-22T01:48:01.611Z | Compiling curve25519-dalek v4.1.3 |
2362 | 2024-08-22T01:48:01.704Z | Compiling num-complex v0.4.6 |
2363 | 2024-08-22T01:48:02.166Z | Compiling macaddr v1.0.1 |
2364 | 2024-08-22T01:48:02.270Z | Compiling unicase v2.7.0 |
2365 | 2024-08-22T01:48:02.583Z | Compiling fastrand v2.1.0 |
2366 | 2024-08-22T01:48:02.620Z | Checking keccak v0.1.5 |
2367 | 2024-08-22T01:48:02.769Z | Compiling same-file v1.0.6 |
2368 | 2024-08-22T01:48:03.035Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2369 | 2024-08-22T01:48:03.061Z | Checking sha3 v0.10.8 |
2370 | 2024-08-22T01:48:03.063Z | Compiling walkdir v2.5.0 |
2371 | 2024-08-22T01:48:03.130Z | Compiling tempfile v3.10.1 |
2372 | 2024-08-22T01:48:03.465Z | Compiling num v0.4.3 |
2373 | 2024-08-22T01:48:03.767Z | Compiling tokio-rustls v0.25.0 |
2374 | 2024-08-22T01:48:04.071Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2375 | 2024-08-22T01:48:04.179Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2376 | 2024-08-22T01:48:04.331Z | Compiling thiserror-impl-no-std v2.0.2 |
2377 | 2024-08-22T01:48:04.408Z | Checking universal-hash v0.5.1 |
2378 | 2024-08-22T01:48:04.580Z | Checking secrecy v0.8.0 |
2379 | 2024-08-22T01:48:04.790Z | Compiling blake3 v1.5.1 |
2380 | 2024-08-22T01:48:04.977Z | Compiling ring v0.16.20 |
2381 | 2024-08-22T01:48:05.450Z | Compiling curve25519-dalek-derive v0.1.1 |
2382 | 2024-08-22T01:48:05.607Z | Compiling derive-where v1.2.7 |
2383 | 2024-08-22T01:48:06.094Z | Compiling cookie v0.18.1 |
2384 | 2024-08-22T01:48:06.413Z | Compiling float-ord v0.3.2 |
2385 | 2024-08-22T01:48:06.584Z | Checking opaque-debug v0.3.1 |
2386 | 2024-08-22T01:48:06.674Z | Checking poly1305 v0.8.0 |
2387 | 2024-08-22T01:48:07.515Z | Checking thiserror-no-std v2.0.2 |
2388 | 2024-08-22T01:48:07.614Z | Compiling rayon v1.10.0 |
2389 | 2024-08-22T01:48:08.042Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2390 | 2024-08-22T01:48:08.461Z | Compiling prettyplease v0.2.20 |
2391 | 2024-08-22T01:48:08.635Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2392 | 2024-08-22T01:48:08.850Z | Checking chacha20 v0.9.1 |
2393 | 2024-08-22T01:48:09.176Z | Checking aead v0.5.2 |
2394 | 2024-08-22T01:48:09.208Z | Compiling memmap2 v0.9.4 |
2395 | 2024-08-22T01:48:09.405Z | Compiling libefi-sys v0.1.0 |
2396 | 2024-08-22T01:48:09.562Z | Compiling constant_time_eq v0.3.0 |
2397 | 2024-08-22T01:48:09.646Z | Compiling home v0.5.9 |
2398 | 2024-08-22T01:48:09.692Z | Compiling untrusted v0.7.1 |
2399 | 2024-08-22T01:48:09.750Z | Compiling arrayref v0.3.7 |
2400 | 2024-08-22T01:48:09.791Z | Compiling arrayvec v0.7.4 |
2401 | 2024-08-22T01:48:09.852Z | Checking highway v1.2.0 |
2402 | 2024-08-22T01:48:09.869Z | Compiling spin v0.5.2 |
2403 | 2024-08-22T01:48:09.912Z | Compiling toolchain_find v0.4.0 |
2404 | 2024-08-22T01:48:10.232Z | Checking chacha20poly1305 v0.10.1 |
2405 | 2024-08-22T01:48:10.247Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2406 | 2024-08-22T01:48:10.422Z | Checking vsss-rs v3.3.4 |
2407 | 2024-08-22T01:48:10.583Z | Checking steno v0.4.1 |
2408 | 2024-08-22T01:48:12.309Z | Compiling camino-tempfile v1.1.1 |
2409 | 2024-08-22T01:48:12.416Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2410 | 2024-08-22T01:48:12.753Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2411 | 2024-08-22T01:48:12.859Z | Compiling bitfield-struct v0.6.1 |
2412 | 2024-08-22T01:48:12.977Z | Compiling cancel-safe-futures v0.1.5 |
2413 | 2024-08-22T01:48:13.166Z | Compiling topological-sort v0.2.2 |
2414 | 2024-08-22T01:48:13.351Z | Compiling omicron-zone-package v0.11.0 |
2415 | 2024-08-22T01:48:13.378Z | Compiling mime_guess v2.0.4 |
2416 | 2024-08-22T01:48:13.783Z | Compiling rustfmt-wrapper v0.2.1 |
2417 | 2024-08-22T01:48:13.801Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2418 | 2024-08-22T01:48:14.295Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2419 | 2024-08-22T01:48:14.392Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2420 | 2024-08-22T01:48:14.676Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2421 | 2024-08-22T01:48:14.695Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2422 | 2024-08-22T01:48:14.856Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2423 | 2024-08-22T01:48:15.073Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2424 | 2024-08-22T01:48:15.599Z | Checking gethostname v0.5.0 |
2425 | 2024-08-22T01:48:15.715Z | Checking libsw v3.3.1 |
2426 | 2024-08-22T01:48:15.731Z | Checking linear-map v1.2.0 |
2427 | 2024-08-22T01:48:15.843Z | Checking swrite v0.1.0 |
2428 | 2024-08-22T01:48:15.966Z | Checking owo-colors v4.0.0 |
2429 | 2024-08-22T01:48:15.983Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2430 | 2024-08-22T01:48:16.167Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2431 | 2024-08-22T01:48:16.667Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2432 | 2024-08-22T01:48:16.869Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2433 | 2024-08-22T01:48:16.996Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2434 | 2024-08-22T01:48:17.248Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2435 | 2024-08-22T01:48:17.391Z | Checking kstat-rs v0.2.4 |
2436 | 2024-08-22T01:48:17.500Z | Checking nanorand v0.7.0 |
2437 | 2024-08-22T01:48:17.719Z | Checking glob v0.3.1 |
2438 | 2024-08-22T01:48:17.846Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2439 | 2024-08-22T01:48:17.889Z | Checking http-range v0.1.5 |
2440 | 2024-08-22T01:48:18.030Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2441 | 2024-08-22T01:48:18.068Z | Checking hyper-staticfile v0.9.5 |
2442 | 2024-08-22T01:48:18.110Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2443 | 2024-08-22T01:48:18.143Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2444 | 2024-08-22T01:48:18.470Z | Checking flume v0.11.0 |
2445 | 2024-08-22T01:48:18.778Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2446 | 2024-08-22T01:48:18.941Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2447 | 2024-08-22T01:48:19.630Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2448 | 2024-08-22T01:48:19.780Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2449 | 2024-08-22T01:48:20.761Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2450 | 2024-08-22T01:48:21.600Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2451 | 2024-08-22T01:48:21.942Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2452 | 2024-08-22T01:48:22.738Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2453 | 2024-08-22T01:48:22.903Z | Checking itertools v0.13.0 |
2454 | 2024-08-22T01:48:23.793Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2455 | 2024-08-22T01:48:24.415Z | Checking display-error-chain v0.2.0 |
2456 | 2024-08-22T01:48:26.870Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2457 | 2024-08-22T01:48:29.587Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2458 | 2024-08-22T01:48:30.045Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2459 | 2024-08-22T01:48:30.299Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2460 | 2024-08-22T01:48:35.004Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2461 | 2024-08-22T01:48:35.004Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2462 | 2024-08-22T01:48:35.977Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2463 | 2024-08-22T01:48:46.876Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.56s |
2464 | 2024-08-22T01:48:47.039Z | |
2465 | 2024-08-22T01:48:47.039Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (71/153) |
2466 | 2024-08-22T01:48:47.662Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2467 | 2024-08-22T01:48:47.665Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2468 | 2024-08-22T01:48:47.770Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2469 | 2024-08-22T01:48:58.820Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.77s |
2470 | 2024-08-22T01:48:58.976Z | |
2471 | 2024-08-22T01:48:58.976Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (72/153) |
2472 | 2024-08-22T01:48:59.593Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2473 | 2024-08-22T01:48:59.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2474 | 2024-08-22T01:48:59.700Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2475 | 2024-08-22T01:49:10.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.86s |
2476 | 2024-08-22T01:49:11.014Z | |
2477 | 2024-08-22T01:49:11.014Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (73/153) |
2478 | 2024-08-22T01:49:11.635Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2479 | 2024-08-22T01:49:11.637Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2480 | 2024-08-22T01:49:11.746Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2481 | 2024-08-22T01:49:23.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.09s |
2482 | 2024-08-22T01:49:23.269Z | |
2483 | 2024-08-22T01:49:23.269Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (74/153) |
2484 | 2024-08-22T01:49:23.886Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2485 | 2024-08-22T01:49:23.889Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2486 | 2024-08-22T01:49:23.996Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2487 | 2024-08-22T01:49:35.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.88s |
2488 | 2024-08-22T01:49:35.323Z | |
2489 | 2024-08-22T01:49:35.323Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (75/153) |
2490 | 2024-08-22T01:49:35.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2491 | 2024-08-22T01:49:35.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2492 | 2024-08-22T01:49:36.051Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2493 | 2024-08-22T01:49:46.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.64s |
2494 | 2024-08-22T01:49:47.138Z | |
2495 | 2024-08-22T01:49:47.138Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (76/153) |
2496 | 2024-08-22T01:49:47.748Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2497 | 2024-08-22T01:49:47.751Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2498 | 2024-08-22T01:49:47.854Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2499 | 2024-08-22T01:49:59.058Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.91s |
2500 | 2024-08-22T01:49:59.216Z | |
2501 | 2024-08-22T01:49:59.216Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (77/153) |
2502 | 2024-08-22T01:49:59.820Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2503 | 2024-08-22T01:49:59.823Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2504 | 2024-08-22T01:49:59.928Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2505 | 2024-08-22T01:50:11.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.22s |
2506 | 2024-08-22T01:50:11.605Z | |
2507 | 2024-08-22T01:50:11.605Z | info: running `cargo check --bins` on bootstrap-agent-api (78/153) |
2508 | 2024-08-22T01:50:12.193Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2509 | 2024-08-22T01:50:12.196Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2510 | 2024-08-22T01:50:12.197Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2511 | 2024-08-22T01:50:12.199Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2512 | 2024-08-22T01:50:12.262Z | |
2513 | 2024-08-22T01:50:12.262Z | info: running `cargo check --bins` on nexus-client (79/153) |
2514 | 2024-08-22T01:50:12.835Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2515 | 2024-08-22T01:50:12.838Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2516 | 2024-08-22T01:50:12.838Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2517 | 2024-08-22T01:50:12.841Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2518 | 2024-08-22T01:50:12.901Z | |
2519 | 2024-08-22T01:50:12.901Z | info: running `cargo check --bins` on sled-agent-types (80/153) |
2520 | 2024-08-22T01:50:13.481Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2521 | 2024-08-22T01:50:13.483Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2522 | 2024-08-22T01:50:13.483Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2523 | 2024-08-22T01:50:13.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2524 | 2024-08-22T01:50:13.547Z | |
2525 | 2024-08-22T01:50:13.547Z | info: running `cargo check --bins` on bootstrap-agent-client (81/153) |
2526 | 2024-08-22T01:50:14.115Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2527 | 2024-08-22T01:50:14.118Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2528 | 2024-08-22T01:50:14.118Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2529 | 2024-08-22T01:50:14.120Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2530 | 2024-08-22T01:50:14.182Z | |
2531 | 2024-08-22T01:50:14.182Z | info: running `cargo check --bins` on dpd-client (82/153) |
2532 | 2024-08-22T01:50:14.728Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2533 | 2024-08-22T01:50:14.730Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2534 | 2024-08-22T01:50:14.730Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2535 | 2024-08-22T01:50:14.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2536 | 2024-08-22T01:50:14.788Z | |
2537 | 2024-08-22T01:50:14.788Z | info: running `cargo check --bins` on installinator-common (83/153) |
2538 | 2024-08-22T01:50:15.358Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2539 | 2024-08-22T01:50:15.360Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2540 | 2024-08-22T01:50:15.360Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2541 | 2024-08-22T01:50:15.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2542 | 2024-08-22T01:50:15.423Z | |
2543 | 2024-08-22T01:50:15.424Z | info: running `cargo check --bins` on update-engine (84/153) |
2544 | 2024-08-22T01:50:15.970Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2545 | 2024-08-22T01:50:15.973Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2546 | 2024-08-22T01:50:15.973Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2547 | 2024-08-22T01:50:15.975Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2548 | 2024-08-22T01:50:16.031Z | |
2549 | 2024-08-22T01:50:16.031Z | info: running `cargo check --bins` on key-manager (85/153) |
2550 | 2024-08-22T01:50:16.585Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2551 | 2024-08-22T01:50:16.588Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2552 | 2024-08-22T01:50:16.588Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2553 | 2024-08-22T01:50:16.591Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2554 | 2024-08-22T01:50:16.647Z | |
2555 | 2024-08-22T01:50:16.647Z | info: running `cargo check --bins` on omicron-ddm-admin-client (86/153) |
2556 | 2024-08-22T01:50:17.223Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2557 | 2024-08-22T01:50:17.225Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2558 | 2024-08-22T01:50:17.225Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2559 | 2024-08-22T01:50:17.228Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2560 | 2024-08-22T01:50:17.288Z | |
2561 | 2024-08-22T01:50:17.289Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (87/153) |
2562 | 2024-08-22T01:50:17.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2563 | 2024-08-22T01:50:17.825Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2564 | 2024-08-22T01:50:17.825Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2565 | 2024-08-22T01:50:17.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2566 | 2024-08-22T01:50:17.882Z | |
2567 | 2024-08-22T01:50:17.882Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (88/153) |
2568 | 2024-08-22T01:50:18.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2569 | 2024-08-22T01:50:18.444Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2570 | 2024-08-22T01:50:18.444Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2571 | 2024-08-22T01:50:18.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2572 | 2024-08-22T01:50:18.505Z | |
2573 | 2024-08-22T01:50:18.505Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (89/153) |
2574 | 2024-08-22T01:50:19.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2575 | 2024-08-22T01:50:19.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2576 | 2024-08-22T01:50:19.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2577 | 2024-08-22T01:50:19.073Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2578 | 2024-08-22T01:50:19.132Z | |
2579 | 2024-08-22T01:50:19.132Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (90/153) |
2580 | 2024-08-22T01:50:19.691Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2581 | 2024-08-22T01:50:19.694Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2582 | 2024-08-22T01:50:19.694Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2583 | 2024-08-22T01:50:19.696Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2584 | 2024-08-22T01:50:19.755Z | |
2585 | 2024-08-22T01:50:19.755Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (91/153) |
2586 | 2024-08-22T01:50:20.315Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2587 | 2024-08-22T01:50:20.318Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2588 | 2024-08-22T01:50:20.318Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2589 | 2024-08-22T01:50:20.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2590 | 2024-08-22T01:50:20.379Z | |
2591 | 2024-08-22T01:50:20.379Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (92/153) |
2592 | 2024-08-22T01:50:20.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2593 | 2024-08-22T01:50:20.945Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2594 | 2024-08-22T01:50:20.945Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2595 | 2024-08-22T01:50:20.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2596 | 2024-08-22T01:50:21.006Z | |
2597 | 2024-08-22T01:50:21.006Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (93/153) |
2598 | 2024-08-22T01:50:21.566Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2599 | 2024-08-22T01:50:21.569Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2600 | 2024-08-22T01:50:21.569Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2601 | 2024-08-22T01:50:21.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2602 | 2024-08-22T01:50:21.629Z | |
2603 | 2024-08-22T01:50:21.629Z | info: running `cargo check --bins` on oximeter-producer (94/153) |
2604 | 2024-08-22T01:50:22.206Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2605 | 2024-08-22T01:50:22.209Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2606 | 2024-08-22T01:50:22.209Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2607 | 2024-08-22T01:50:22.211Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2608 | 2024-08-22T01:50:22.273Z | |
2609 | 2024-08-22T01:50:22.273Z | info: running `cargo check --bins` on sled-agent-api (95/153) |
2610 | 2024-08-22T01:50:22.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2611 | 2024-08-22T01:50:22.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2612 | 2024-08-22T01:50:22.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2613 | 2024-08-22T01:50:22.859Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2614 | 2024-08-22T01:50:22.924Z | |
2615 | 2024-08-22T01:50:22.924Z | info: running `cargo check --bins` on sled-hardware (96/153) |
2616 | 2024-08-22T01:50:23.494Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2617 | 2024-08-22T01:50:23.496Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2618 | 2024-08-22T01:50:23.496Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2619 | 2024-08-22T01:50:23.499Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2620 | 2024-08-22T01:50:23.558Z | |
2621 | 2024-08-22T01:50:23.558Z | info: running `cargo check --bins --no-default-features` on sled-storage (97/153) |
2622 | 2024-08-22T01:50:24.126Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2623 | 2024-08-22T01:50:24.129Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2624 | 2024-08-22T01:50:24.129Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2625 | 2024-08-22T01:50:24.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2626 | 2024-08-22T01:50:24.192Z | |
2627 | 2024-08-22T01:50:24.192Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (98/153) |
2628 | 2024-08-22T01:50:24.758Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2629 | 2024-08-22T01:50:24.761Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2630 | 2024-08-22T01:50:24.761Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2631 | 2024-08-22T01:50:24.763Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2632 | 2024-08-22T01:50:24.824Z | |
2633 | 2024-08-22T01:50:24.824Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (99/153) |
2634 | 2024-08-22T01:50:25.407Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2635 | 2024-08-22T01:50:25.410Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2636 | 2024-08-22T01:50:25.410Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2637 | 2024-08-22T01:50:25.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2638 | 2024-08-22T01:50:25.474Z | |
2639 | 2024-08-22T01:50:25.474Z | info: running `cargo check --bins` on nexus-test-interface (100/153) |
2640 | 2024-08-22T01:50:26.051Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2641 | 2024-08-22T01:50:26.053Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2642 | 2024-08-22T01:50:26.053Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2643 | 2024-08-22T01:50:26.056Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2644 | 2024-08-22T01:50:26.118Z | |
2645 | 2024-08-22T01:50:26.118Z | info: running `cargo check --bins` on oximeter-collector (101/153) |
2646 | 2024-08-22T01:50:26.705Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2647 | 2024-08-22T01:50:26.707Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2648 | 2024-08-22T01:50:26.792Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2649 | 2024-08-22T01:50:26.792Z | Checking bcs v0.1.6 |
2650 | 2024-08-22T01:50:26.792Z | Compiling async-recursion v1.1.1 |
2651 | 2024-08-22T01:50:26.794Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2652 | 2024-08-22T01:50:26.795Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2653 | 2024-08-22T01:50:27.826Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2654 | 2024-08-22T01:50:30.901Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2655 | 2024-08-22T01:50:32.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.40s |
2656 | 2024-08-22T01:50:32.673Z | |
2657 | 2024-08-22T01:50:32.673Z | info: running `cargo check --bins` on oximeter-api (102/153) |
2658 | 2024-08-22T01:50:33.233Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2659 | 2024-08-22T01:50:33.235Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2660 | 2024-08-22T01:50:33.235Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2661 | 2024-08-22T01:50:33.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2662 | 2024-08-22T01:50:33.296Z | |
2663 | 2024-08-22T01:50:33.296Z | info: running `cargo check --bins` on oximeter-client (103/153) |
2664 | 2024-08-22T01:50:33.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2665 | 2024-08-22T01:50:33.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2666 | 2024-08-22T01:50:33.857Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2667 | 2024-08-22T01:50:33.860Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2668 | 2024-08-22T01:50:33.917Z | |
2669 | 2024-08-22T01:50:33.917Z | info: running `cargo check --bins --no-default-features` on oximeter-db (104/153) |
2670 | 2024-08-22T01:50:34.487Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2671 | 2024-08-22T01:50:34.489Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2672 | 2024-08-22T01:50:34.562Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2673 | 2024-08-22T01:50:35.129Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.20s |
2674 | 2024-08-22T01:50:35.268Z | |
2675 | 2024-08-22T01:50:35.268Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (105/153) |
2676 | 2024-08-22T01:50:35.854Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2677 | 2024-08-22T01:50:35.857Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2678 | 2024-08-22T01:50:35.930Z | Compiling vte_generate_state_changes v0.1.1 |
2679 | 2024-08-22T01:50:35.930Z | Checking fd-lock v4.0.2 |
2680 | 2024-08-22T01:50:35.933Z | Checking bytecount v0.6.8 |
2681 | 2024-08-22T01:50:35.933Z | Compiling tabled_derive v0.7.0 |
2682 | 2024-08-22T01:50:35.933Z | Checking crossterm v0.27.0 |
2683 | 2024-08-22T01:50:36.021Z | Compiling peg-macros v0.8.4 |
2684 | 2024-08-22T01:50:36.027Z | Compiling sqlparser_derive v0.2.2 |
2685 | 2024-08-22T01:50:36.030Z | Checking nu-ansi-term v0.50.0 |
2686 | 2024-08-22T01:50:36.152Z | Checking papergrid v0.11.0 |
2687 | 2024-08-22T01:50:36.168Z | Checking unicode_categories v0.1.1 |
2688 | 2024-08-22T01:50:36.447Z | Checking home v0.5.9 |
2689 | 2024-08-22T01:50:36.461Z | Checking sqlformat v0.2.4 |
2690 | 2024-08-22T01:50:36.575Z | Checking rustyline v14.0.0 |
2691 | 2024-08-22T01:50:36.633Z | Checking vte v0.11.1 |
2692 | 2024-08-22T01:50:37.171Z | Checking sqlparser v0.45.0 |
2693 | 2024-08-22T01:50:37.632Z | Checking crossterm v0.28.1 |
2694 | 2024-08-22T01:50:37.997Z | Checking strip-ansi-escapes v0.2.0 |
2695 | 2024-08-22T01:50:38.138Z | Checking reedline v0.33.0 |
2696 | 2024-08-22T01:50:38.502Z | Checking tabled v0.15.0 |
2697 | 2024-08-22T01:50:39.021Z | Checking peg v0.8.4 |
2698 | 2024-08-22T01:50:43.422Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2699 | 2024-08-22T01:50:48.448Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.17s |
2700 | 2024-08-22T01:50:48.588Z | |
2701 | 2024-08-22T01:50:48.588Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (106/153) |
2702 | 2024-08-22T01:50:49.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2703 | 2024-08-22T01:50:49.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2704 | 2024-08-22T01:50:49.247Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2705 | 2024-08-22T01:50:54.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.79s |
2706 | 2024-08-22T01:50:54.536Z | |
2707 | 2024-08-22T01:50:54.536Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (107/153) |
2708 | 2024-08-22T01:50:55.105Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2709 | 2024-08-22T01:50:55.108Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2710 | 2024-08-22T01:50:55.181Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2711 | 2024-08-22T01:51:00.174Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.63s |
2712 | 2024-08-22T01:51:00.328Z | |
2713 | 2024-08-22T01:51:00.328Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (108/153) |
2714 | 2024-08-22T01:51:00.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2715 | 2024-08-22T01:51:00.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2716 | 2024-08-22T01:51:00.973Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2717 | 2024-08-22T01:51:05.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.77s |
2718 | 2024-08-22T01:51:05.252Z | |
2719 | 2024-08-22T01:51:05.252Z | info: running `cargo check --bins` on oximeter-test-utils (109/153) |
2720 | 2024-08-22T01:51:05.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2721 | 2024-08-22T01:51:05.809Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2722 | 2024-08-22T01:51:05.809Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2723 | 2024-08-22T01:51:05.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.55s |
2724 | 2024-08-22T01:51:05.869Z | |
2725 | 2024-08-22T01:51:05.869Z | info: running `cargo check --bins` on cockroach-admin-client (110/153) |
2726 | 2024-08-22T01:51:06.409Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2727 | 2024-08-22T01:51:06.411Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2728 | 2024-08-22T01:51:06.411Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2729 | 2024-08-22T01:51:06.414Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2730 | 2024-08-22T01:51:06.471Z | |
2731 | 2024-08-22T01:51:06.471Z | info: running `cargo check --bins` on installinator-client (111/153) |
2732 | 2024-08-22T01:51:07.039Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2733 | 2024-08-22T01:51:07.042Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2734 | 2024-08-22T01:51:07.042Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2735 | 2024-08-22T01:51:07.044Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2736 | 2024-08-22T01:51:07.104Z | |
2737 | 2024-08-22T01:51:07.104Z | info: running `cargo check --bins` on oxide-client (112/153) |
2738 | 2024-08-22T01:51:07.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2739 | 2024-08-22T01:51:07.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2740 | 2024-08-22T01:51:07.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2741 | 2024-08-22T01:51:07.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
2742 | 2024-08-22T01:51:07.702Z | |
2743 | 2024-08-22T01:51:07.702Z | info: running `cargo check --bins` on wicketd-client (113/153) |
2744 | 2024-08-22T01:51:08.284Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2745 | 2024-08-22T01:51:08.286Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2746 | 2024-08-22T01:51:08.286Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2747 | 2024-08-22T01:51:08.289Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2748 | 2024-08-22T01:51:08.352Z | |
2749 | 2024-08-22T01:51:08.352Z | info: running `cargo check --bins` on wicket-common (114/153) |
2750 | 2024-08-22T01:51:08.926Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2751 | 2024-08-22T01:51:08.929Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2752 | 2024-08-22T01:51:08.929Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2753 | 2024-08-22T01:51:08.932Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2754 | 2024-08-22T01:51:08.993Z | |
2755 | 2024-08-22T01:51:08.993Z | info: running `cargo check --bins` on omicron-cockroach-admin (115/153) |
2756 | 2024-08-22T01:51:09.568Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2757 | 2024-08-22T01:51:09.570Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2758 | 2024-08-22T01:51:09.643Z | Checking csv-core v0.1.11 |
2759 | 2024-08-22T01:51:09.645Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2760 | 2024-08-22T01:51:09.928Z | Checking csv v1.3.0 |
2761 | 2024-08-22T01:51:10.430Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2762 | 2024-08-22T01:51:10.761Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2763 | 2024-08-22T01:51:11.905Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.90s |
2764 | 2024-08-22T01:51:12.052Z | |
2765 | 2024-08-22T01:51:12.053Z | info: running `cargo check --bins` on cockroach-admin-api (116/153) |
2766 | 2024-08-22T01:51:12.617Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2767 | 2024-08-22T01:51:12.620Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2768 | 2024-08-22T01:51:12.620Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2769 | 2024-08-22T01:51:12.622Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2770 | 2024-08-22T01:51:12.681Z | |
2771 | 2024-08-22T01:51:12.681Z | info: running `cargo check --bins` on cockroach-admin-types (117/153) |
2772 | 2024-08-22T01:51:13.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2773 | 2024-08-22T01:51:13.243Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2774 | 2024-08-22T01:51:13.243Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2775 | 2024-08-22T01:51:13.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
2776 | 2024-08-22T01:51:13.304Z | |
2777 | 2024-08-22T01:51:13.304Z | info: running `cargo check --bins` on cert-dev (118/153) |
2778 | 2024-08-22T01:51:13.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2779 | 2024-08-22T01:51:13.850Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2780 | 2024-08-22T01:51:13.904Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2781 | 2024-08-22T01:51:14.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s |
2782 | 2024-08-22T01:51:14.281Z | |
2783 | 2024-08-22T01:51:14.281Z | info: running `cargo check --bins` on ch-dev (119/153) |
2784 | 2024-08-22T01:51:14.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2785 | 2024-08-22T01:51:14.867Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2786 | 2024-08-22T01:51:14.939Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2787 | 2024-08-22T01:51:15.598Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2788 | 2024-08-22T01:51:15.744Z | |
2789 | 2024-08-22T01:51:15.744Z | info: running `cargo check --bins` on crdb-seed (120/153) |
2790 | 2024-08-22T01:51:16.321Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2791 | 2024-08-22T01:51:16.323Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2792 | 2024-08-22T01:51:16.393Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2793 | 2024-08-22T01:51:16.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s |
2794 | 2024-08-22T01:51:16.864Z | |
2795 | 2024-08-22T01:51:16.864Z | info: running `cargo check --bins` on db-dev (121/153) |
2796 | 2024-08-22T01:51:17.441Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2797 | 2024-08-22T01:51:17.443Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2798 | 2024-08-22T01:51:17.514Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2799 | 2024-08-22T01:51:18.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.31s |
2800 | 2024-08-22T01:51:18.332Z | |
2801 | 2024-08-22T01:51:18.332Z | info: running `cargo check --bins` on omicron-dev-lib (122/153) |
2802 | 2024-08-22T01:51:18.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2803 | 2024-08-22T01:51:18.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2804 | 2024-08-22T01:51:18.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2805 | 2024-08-22T01:51:18.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
2806 | 2024-08-22T01:51:18.973Z | |
2807 | 2024-08-22T01:51:18.973Z | info: running `cargo check --bins` on xtask-downloader (123/153) |
2808 | 2024-08-22T01:51:19.514Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2809 | 2024-08-22T01:51:19.517Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2810 | 2024-08-22T01:51:19.571Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2811 | 2024-08-22T01:51:20.377Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.39s |
2812 | 2024-08-22T01:51:20.510Z | |
2813 | 2024-08-22T01:51:20.510Z | info: running `cargo check --bins` on mgs-dev (124/153) |
2814 | 2024-08-22T01:51:21.108Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2815 | 2024-08-22T01:51:21.110Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2816 | 2024-08-22T01:51:21.194Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2817 | 2024-08-22T01:51:21.722Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2818 | 2024-08-22T01:51:22.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.59s |
2819 | 2024-08-22T01:51:22.261Z | |
2820 | 2024-08-22T01:51:22.261Z | info: running `cargo check --bins` on omicron-omdb (125/153) |
2821 | 2024-08-22T01:51:22.906Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2822 | 2024-08-22T01:51:22.909Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2823 | 2024-08-22T01:51:23.037Z | Compiling crunchy v0.2.2 |
2824 | 2024-08-22T01:51:23.037Z | Compiling glob v0.3.1 |
2825 | 2024-08-22T01:51:23.040Z | Compiling tiny-keccak v2.0.2 |
2826 | 2024-08-22T01:51:23.145Z | Compiling dsl_auto_type v0.1.2 |
2827 | 2024-08-22T01:51:23.147Z | Checking scheduled-thread-pool v0.2.7 |
2828 | 2024-08-22T01:51:23.154Z | Compiling diesel_table_macro_syntax v0.2.0 |
2829 | 2024-08-22T01:51:23.189Z | Compiling ascii-canvas v3.0.0 |
2830 | 2024-08-22T01:51:23.192Z | Compiling ena v0.14.3 |
2831 | 2024-08-22T01:51:23.367Z | Checking r2d2 v0.8.10 |
2832 | 2024-08-22T01:51:23.472Z | Compiling libloading v0.8.3 |
2833 | 2024-08-22T01:51:23.605Z | Compiling bindgen v0.69.4 |
2834 | 2024-08-22T01:51:23.608Z | Compiling regex-syntax v0.6.29 |
2835 | 2024-08-22T01:51:23.680Z | Compiling diff v0.1.13 |
2836 | 2024-08-22T01:51:23.734Z | Compiling which v4.4.2 |
2837 | 2024-08-22T01:51:23.859Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2838 | 2024-08-22T01:51:24.042Z | Compiling clang-sys v1.7.0 |
2839 | 2024-08-22T01:51:24.081Z | Compiling cexpr v0.6.0 |
2840 | 2024-08-22T01:51:24.316Z | Compiling rustc-hash v1.1.0 |
2841 | 2024-08-22T01:51:24.354Z | Compiling ref-cast v1.0.23 |
2842 | 2024-08-22T01:51:24.414Z | Compiling lazycell v1.3.0 |
2843 | 2024-08-22T01:51:24.432Z | Compiling shlex v1.3.0 |
2844 | 2024-08-22T01:51:24.474Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2845 | 2024-08-22T01:51:24.587Z | Compiling derive_builder_core v0.20.0 |
2846 | 2024-08-22T01:51:24.739Z | Compiling diesel_derives v2.2.2 |
2847 | 2024-08-22T01:51:24.772Z | Compiling libxml v0.3.3 |
2848 | 2024-08-22T01:51:24.823Z | Compiling ref-cast-impl v1.0.23 |
2849 | 2024-08-22T01:51:24.939Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2850 | 2024-08-22T01:51:25.203Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2851 | 2024-08-22T01:51:25.427Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2852 | 2024-08-22T01:51:25.736Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2853 | 2024-08-22T01:51:25.822Z | Compiling strum_macros v0.24.3 |
2854 | 2024-08-22T01:51:26.104Z | Compiling indoc v1.0.9 |
2855 | 2024-08-22T01:51:26.945Z | Compiling lalrpop v0.19.12 |
2856 | 2024-08-22T01:51:27.128Z | Compiling derive_builder_macro v0.20.0 |
2857 | 2024-08-22T01:51:28.011Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2858 | 2024-08-22T01:51:28.037Z | Checking derive_builder v0.20.0 |
2859 | 2024-08-22T01:51:28.294Z | Compiling oso-derive v0.27.3 |
2860 | 2024-08-22T01:51:28.691Z | Compiling impl-trait-for-tuples v0.2.2 |
2861 | 2024-08-22T01:51:29.380Z | Checking quick-xml v0.31.0 |
2862 | 2024-08-22T01:51:29.402Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2863 | 2024-08-22T01:51:29.446Z | Checking maplit v1.0.2 |
2864 | 2024-08-22T01:51:29.597Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2865 | 2024-08-22T01:51:29.789Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2866 | 2024-08-22T01:51:30.092Z | Checking bb8 v0.8.5 |
2867 | 2024-08-22T01:51:30.545Z | Compiling const_format_proc_macros v0.2.32 |
2868 | 2024-08-22T01:51:31.350Z | Checking crossbeam-deque v0.8.5 |
2869 | 2024-08-22T01:51:31.394Z | Compiling portable-atomic v1.6.0 |
2870 | 2024-08-22T01:51:31.660Z | Checking rayon-core v1.12.1 |
2871 | 2024-08-22T01:51:32.412Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2872 | 2024-08-22T01:51:32.530Z | Checking castaway v0.2.3 |
2873 | 2024-08-22T01:51:32.698Z | Checking compact_str v0.8.0 |
2874 | 2024-08-22T01:51:32.735Z | Checking const_format v0.2.32 |
2875 | 2024-08-22T01:51:33.197Z | Checking rayon v1.10.0 |
2876 | 2024-08-22T01:51:33.600Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2877 | 2024-08-22T01:51:33.814Z | Checking unicode-truncate v1.0.0 |
2878 | 2024-08-22T01:51:33.895Z | Checking lru v0.12.3 |
2879 | 2024-08-22T01:51:34.043Z | Compiling instability v0.3.2 |
2880 | 2024-08-22T01:51:34.200Z | Checking unicode-linebreak v0.1.5 |
2881 | 2024-08-22T01:51:34.642Z | Checking smawk v0.3.2 |
2882 | 2024-08-22T01:51:34.856Z | Checking number_prefix v0.4.0 |
2883 | 2024-08-22T01:51:35.039Z | Checking cassowary v0.3.0 |
2884 | 2024-08-22T01:51:35.115Z | Checking textwrap v0.16.1 |
2885 | 2024-08-22T01:51:35.464Z | Checking ratatui v0.28.0 |
2886 | 2024-08-22T01:51:35.545Z | Checking multimap v0.10.0 |
2887 | 2024-08-22T01:51:36.961Z | Checking indicatif v0.17.8 |
2888 | 2024-08-22T01:51:37.295Z | Checking diesel v2.2.2 |
2889 | 2024-08-22T01:51:55.668Z | Compiling samael v0.0.15 |
2890 | 2024-08-22T01:52:11.132Z | Compiling polar-core v0.27.3 |
2891 | 2024-08-22T01:52:11.621Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2892 | 2024-08-22T01:52:17.909Z | Checking oso v0.27.3 |
2893 | 2024-08-22T01:53:14.928Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2894 | 2024-08-22T01:53:19.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
2895 | 2024-08-22T01:53:20.088Z | |
2896 | 2024-08-22T01:53:20.088Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (126/153) |
2897 | 2024-08-22T01:53:20.699Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2898 | 2024-08-22T01:53:20.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2899 | 2024-08-22T01:53:20.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2900 | 2024-08-22T01:53:20.705Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2901 | 2024-08-22T01:53:20.770Z | |
2902 | 2024-08-22T01:53:20.770Z | info: running `cargo check --bins` on nexus-saga-recovery (127/153) |
2903 | 2024-08-22T01:53:21.366Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2904 | 2024-08-22T01:53:21.369Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2905 | 2024-08-22T01:53:21.369Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2906 | 2024-08-22T01:53:21.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2907 | 2024-08-22T01:53:21.435Z | |
2908 | 2024-08-22T01:53:21.435Z | info: running `cargo check --bins` on nexus-test-utils-macros (128/153) |
2909 | 2024-08-22T01:53:21.980Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2910 | 2024-08-22T01:53:21.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2911 | 2024-08-22T01:53:21.983Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2912 | 2024-08-22T01:53:21.986Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
2913 | 2024-08-22T01:53:22.040Z | |
2914 | 2024-08-22T01:53:22.040Z | info: running `cargo check --bins` on omicron-nexus (129/153) |
2915 | 2024-08-22T01:53:22.683Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2916 | 2024-08-22T01:53:22.686Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2917 | 2024-08-22T01:53:22.819Z | Compiling libz-sys v1.1.16 |
2918 | 2024-08-22T01:53:22.918Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2919 | 2024-08-22T01:53:22.928Z | Compiling vergen v8.3.2 |
2920 | 2024-08-22T01:53:22.928Z | Compiling cargo-platform v0.1.8 |
2921 | 2024-08-22T01:53:22.930Z | Compiling pin-project-internal v1.1.5 |
2922 | 2024-08-22T01:53:22.958Z | Compiling snafu-derive v0.8.2 |
2923 | 2024-08-22T01:53:22.960Z | Compiling libsqlite3-sys v0.28.0 |
2924 | 2024-08-22T01:53:22.960Z | Compiling buf-list v1.0.3 |
2925 | 2024-08-22T01:53:23.244Z | Compiling cargo_metadata v0.18.1 |
2926 | 2024-08-22T01:53:23.503Z | Checking globset v0.4.14 |
2927 | 2024-08-22T01:53:23.527Z | Checking olpc-cjson v0.1.3 |
2928 | 2024-08-22T01:53:23.638Z | Checking rand_seeder v0.3.0 |
2929 | 2024-08-22T01:53:23.728Z | Checking serde_plain v1.0.2 |
2930 | 2024-08-22T01:53:23.828Z | Checking typed-path v0.7.1 |
2931 | 2024-08-22T01:53:23.861Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2932 | 2024-08-22T01:53:24.044Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2933 | 2024-08-22T01:53:24.241Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2934 | 2024-08-22T01:53:24.342Z | Checking hashlink v0.9.1 |
2935 | 2024-08-22T01:53:24.413Z | Checking fallible-streaming-iterator v0.1.9 |
2936 | 2024-08-22T01:53:24.507Z | Checking fallible-iterator v0.3.0 |
2937 | 2024-08-22T01:53:24.630Z | Checking parse-size v1.0.0 |
2938 | 2024-08-22T01:53:24.856Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2939 | 2024-08-22T01:53:24.957Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2940 | 2024-08-22T01:53:25.130Z | Checking rusqlite v0.31.0 |
2941 | 2024-08-22T01:53:25.661Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2942 | 2024-08-22T01:53:25.688Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2943 | 2024-08-22T01:53:25.929Z | Checking twox-hash v1.6.3 |
2944 | 2024-08-22T01:53:25.946Z | Checking pin-project v1.1.5 |
2945 | 2024-08-22T01:53:26.068Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2946 | 2024-08-22T01:53:26.376Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2947 | 2024-08-22T01:53:26.693Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2948 | 2024-08-22T01:53:26.695Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2949 | 2024-08-22T01:53:26.813Z | Checking fatfs v0.3.6 |
2950 | 2024-08-22T01:53:26.836Z | Checking assert_matches v1.5.0 |
2951 | 2024-08-22T01:53:28.282Z | Checking snafu v0.8.2 |
2952 | 2024-08-22T01:53:28.680Z | Checking tough v0.17.1 |
2953 | 2024-08-22T01:53:32.406Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2954 | 2024-08-22T01:53:33.565Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2955 | 2024-08-22T01:53:33.615Z | Compiling git2 v0.19.0 |
2956 | 2024-08-22T01:53:38.243Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2957 | 2024-08-22T01:54:36.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
2958 | 2024-08-22T01:54:36.987Z | |
2959 | 2024-08-22T01:54:36.987Z | info: running `cargo check --bins` on nexus-internal-api (130/153) |
2960 | 2024-08-22T01:54:37.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2961 | 2024-08-22T01:54:37.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2962 | 2024-08-22T01:54:37.603Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2963 | 2024-08-22T01:54:37.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2964 | 2024-08-22T01:54:37.669Z | |
2965 | 2024-08-22T01:54:37.669Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (131/153) |
2966 | 2024-08-22T01:54:38.276Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2967 | 2024-08-22T01:54:38.279Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2968 | 2024-08-22T01:54:38.279Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2969 | 2024-08-22T01:54:38.282Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2970 | 2024-08-22T01:54:38.350Z | |
2971 | 2024-08-22T01:54:38.350Z | info: running `cargo check --bins` on nexus-networking (132/153) |
2972 | 2024-08-22T01:54:38.953Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2973 | 2024-08-22T01:54:38.955Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2974 | 2024-08-22T01:54:38.955Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2975 | 2024-08-22T01:54:38.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2976 | 2024-08-22T01:54:39.026Z | |
2977 | 2024-08-22T01:54:39.026Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (133/153) |
2978 | 2024-08-22T01:54:39.630Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2979 | 2024-08-22T01:54:39.632Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2980 | 2024-08-22T01:54:39.632Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2981 | 2024-08-22T01:54:39.635Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2982 | 2024-08-22T01:54:39.701Z | |
2983 | 2024-08-22T01:54:39.701Z | info: running `cargo check --bins` on update-common (134/153) |
2984 | 2024-08-22T01:54:40.290Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2985 | 2024-08-22T01:54:40.292Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2986 | 2024-08-22T01:54:40.292Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2987 | 2024-08-22T01:54:40.295Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2988 | 2024-08-22T01:54:40.359Z | |
2989 | 2024-08-22T01:54:40.359Z | info: running `cargo check --bins` on tufaceous-lib (135/153) |
2990 | 2024-08-22T01:54:40.941Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2991 | 2024-08-22T01:54:40.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2992 | 2024-08-22T01:54:40.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2993 | 2024-08-22T01:54:40.946Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2994 | 2024-08-22T01:54:41.009Z | |
2995 | 2024-08-22T01:54:41.009Z | info: running `cargo check --bins` on tufaceous (136/153) |
2996 | 2024-08-22T01:54:41.600Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2997 | 2024-08-22T01:54:41.603Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2998 | 2024-08-22T01:54:41.677Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2999 | 2024-08-22T01:54:42.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
3000 | 2024-08-22T01:54:42.725Z | |
3001 | 2024-08-22T01:54:42.725Z | info: running `cargo check --bins` on omicron-dev (137/153) |
3002 | 2024-08-22T01:54:43.401Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3003 | 2024-08-22T01:54:43.403Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3004 | 2024-08-22T01:54:43.557Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3005 | 2024-08-22T01:54:43.560Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3006 | 2024-08-22T01:54:43.560Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3007 | 2024-08-22T01:54:44.881Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3008 | 2024-08-22T01:54:47.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.45s |
3009 | 2024-08-22T01:54:47.377Z | |
3010 | 2024-08-22T01:54:47.377Z | info: running `cargo check --bins` on openapi-manager (138/153) |
3011 | 2024-08-22T01:54:47.977Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3012 | 2024-08-22T01:54:47.980Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3013 | 2024-08-22T01:54:48.070Z | Checking heck v0.4.1 |
3014 | 2024-08-22T01:54:48.070Z | Checking is_ci v1.2.0 |
3015 | 2024-08-22T01:54:48.070Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3016 | 2024-08-22T01:54:48.072Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3017 | 2024-08-22T01:54:48.072Z | Checking indent_write v2.2.0 |
3018 | 2024-08-22T01:54:48.256Z | Checking supports-color v3.0.0 |
3019 | 2024-08-22T01:54:48.306Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3020 | 2024-08-22T01:54:49.694Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3021 | 2024-08-22T01:54:50.477Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3022 | 2024-08-22T01:54:51.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
3023 | 2024-08-22T01:54:51.571Z | |
3024 | 2024-08-22T01:54:51.571Z | info: running `cargo check --bins` on installinator-api (139/153) |
3025 | 2024-08-22T01:54:52.140Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3026 | 2024-08-22T01:54:52.143Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3027 | 2024-08-22T01:54:52.143Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3028 | 2024-08-22T01:54:52.145Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
3029 | 2024-08-22T01:54:52.206Z | |
3030 | 2024-08-22T01:54:52.206Z | info: running `cargo check --bins` on wicketd-api (140/153) |
3031 | 2024-08-22T01:54:52.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3032 | 2024-08-22T01:54:52.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3033 | 2024-08-22T01:54:52.782Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3034 | 2024-08-22T01:54:52.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s |
3035 | 2024-08-22T01:54:52.847Z | |
3036 | 2024-08-22T01:54:52.847Z | info: running `cargo check --bins` on reconfigurator-cli (141/153) |
3037 | 2024-08-22T01:54:53.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3038 | 2024-08-22T01:54:53.448Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3039 | 2024-08-22T01:54:53.551Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3040 | 2024-08-22T01:54:54.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.86s |
3041 | 2024-08-22T01:54:54.876Z | |
3042 | 2024-08-22T01:54:54.876Z | info: running `cargo check --bins` on omicron-releng (142/153) |
3043 | 2024-08-22T01:54:55.462Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3044 | 2024-08-22T01:54:55.465Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3045 | 2024-08-22T01:54:55.534Z | Checking memmap2 v0.9.4 |
3046 | 2024-08-22T01:54:55.535Z | Checking arrayref v0.3.7 |
3047 | 2024-08-22T01:54:55.537Z | Checking untrusted v0.7.1 |
3048 | 2024-08-22T01:54:55.537Z | Checking arrayvec v0.7.4 |
3049 | 2024-08-22T01:54:55.537Z | Checking spin v0.5.2 |
3050 | 2024-08-22T01:54:55.537Z | Checking constant_time_eq v0.3.0 |
3051 | 2024-08-22T01:54:55.537Z | Checking cargo-platform v0.1.8 |
3052 | 2024-08-22T01:54:55.628Z | Checking topological-sort v0.2.2 |
3053 | 2024-08-22T01:54:55.705Z | Checking shell-words v1.1.0 |
3054 | 2024-08-22T01:54:55.821Z | Checking ring v0.16.20 |
3055 | 2024-08-22T01:54:55.901Z | Checking blake3 v1.5.1 |
3056 | 2024-08-22T01:54:55.913Z | Checking cargo_metadata v0.18.1 |
3057 | 2024-08-22T01:54:56.955Z | Checking omicron-zone-package v0.11.0 |
3058 | 2024-08-22T01:54:58.002Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3059 | 2024-08-22T01:54:58.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.95s |
3060 | 2024-08-22T01:54:58.982Z | |
3061 | 2024-08-22T01:54:58.982Z | info: running `cargo check --bins` on xtask (143/153) |
3062 | 2024-08-22T01:54:59.444Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3063 | 2024-08-22T01:54:59.446Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3064 | 2024-08-22T01:54:59.459Z | Checking serde v1.0.208 |
3065 | 2024-08-22T01:54:59.459Z | Checking thiserror v1.0.63 |
3066 | 2024-08-22T01:54:59.462Z | Checking scroll v0.12.0 |
3067 | 2024-08-22T01:54:59.462Z | Checking hashbrown v0.14.5 |
3068 | 2024-08-22T01:54:59.536Z | Checking log v0.4.21 |
3069 | 2024-08-22T01:54:59.540Z | Checking bitflags v2.6.0 |
3070 | 2024-08-22T01:54:59.542Z | Checking zerocopy v0.7.34 |
3071 | 2024-08-22T01:54:59.576Z | Checking syn v2.0.74 |
3072 | 2024-08-22T01:54:59.636Z | Checking pest v2.7.10 |
3073 | 2024-08-22T01:54:59.776Z | Checking rustix v0.38.34 |
3074 | 2024-08-22T01:54:59.803Z | Checking fs-err v2.11.0 |
3075 | 2024-08-22T01:54:59.978Z | Checking goblin v0.8.2 |
3076 | 2024-08-22T01:55:00.088Z | Checking anyhow v1.0.86 |
3077 | 2024-08-22T01:55:00.494Z | Checking tabled v0.15.0 |
3078 | 2024-08-22T01:55:00.675Z | Checking indexmap v2.4.0 |
3079 | 2024-08-22T01:55:00.814Z | Checking terminal_size v0.3.0 |
3080 | 2024-08-22T01:55:00.983Z | Checking clap_builder v4.5.15 |
3081 | 2024-08-22T01:55:02.111Z | Checking dtrace-parser v0.2.0 |
3082 | 2024-08-22T01:55:03.332Z | Checking clap v4.5.16 |
3083 | 2024-08-22T01:55:03.784Z | Checking serde_json v1.0.125 |
3084 | 2024-08-22T01:55:03.787Z | Checking toml_datetime v0.6.8 |
3085 | 2024-08-22T01:55:03.787Z | Checking serde_spanned v0.6.7 |
3086 | 2024-08-22T01:55:03.787Z | Checking camino v1.1.9 |
3087 | 2024-08-22T01:55:03.787Z | Checking cargo-platform v0.1.8 |
3088 | 2024-08-22T01:55:03.787Z | Checking semver v1.0.23 |
3089 | 2024-08-22T01:55:03.902Z | Checking macaddr v1.0.1 |
3090 | 2024-08-22T01:55:04.037Z | Checking toml_edit v0.22.20 |
3091 | 2024-08-22T01:55:04.783Z | Checking dof v0.3.0 |
3092 | 2024-08-22T01:55:04.783Z | Checking cargo_metadata v0.18.1 |
3093 | 2024-08-22T01:55:05.189Z | Checking usdt-impl v0.5.0 |
3094 | 2024-08-22T01:55:05.552Z | Checking usdt v0.5.0 |
3095 | 2024-08-22T01:55:05.757Z | Checking toml v0.8.19 |
3096 | 2024-08-22T01:55:06.220Z | Checking cargo_toml v0.20.4 |
3097 | 2024-08-22T01:55:07.405Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3098 | 2024-08-22T01:55:07.984Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.99s |
3099 | 2024-08-22T01:55:08.076Z | |
3100 | 2024-08-22T01:55:08.076Z | info: running `cargo check --bins` on end-to-end-tests (144/153) |
3101 | 2024-08-22T01:55:08.532Z | Downloading crates ... |
3102 | 2024-08-22T01:55:08.798Z | Downloaded bcrypt-pbkdf v0.10.0 |
3103 | 2024-08-22T01:55:08.801Z | Downloaded hex-literal v0.4.1 |
3104 | 2024-08-22T01:55:08.806Z | Downloaded dhcproto-macros v0.1.0 |
3105 | 2024-08-22T01:55:08.809Z | Downloaded dhcproto v0.12.0 |
3106 | 2024-08-22T01:55:08.811Z | Downloaded md5 v0.7.0 |
3107 | 2024-08-22T01:55:08.811Z | Downloaded blowfish v0.9.1 |
3108 | 2024-08-22T01:55:08.815Z | Downloaded p256 v0.13.2 |
3109 | 2024-08-22T01:55:08.818Z | Downloaded rfc6979 v0.4.0 |
3110 | 2024-08-22T01:55:08.821Z | Downloaded primeorder v0.13.6 |
3111 | 2024-08-22T01:55:08.821Z | Downloaded password-hash v0.4.2 |
3112 | 2024-08-22T01:55:08.823Z | Downloaded pbkdf2 v0.11.0 |
3113 | 2024-08-22T01:55:08.830Z | Downloaded p521 v0.13.3 |
3114 | 2024-08-22T01:55:08.834Z | Downloaded russh-cryptovec v0.7.2 |
3115 | 2024-08-22T01:55:08.838Z | Downloaded russh v0.44.1 |
3116 | 2024-08-22T01:55:08.844Z | Downloaded ssh-cipher v0.2.0 |
3117 | 2024-08-22T01:55:08.847Z | Downloaded russh-keys v0.44.0 |
3118 | 2024-08-22T01:55:08.849Z | Downloaded option-ext v0.2.0 |
3119 | 2024-08-22T01:55:08.849Z | Downloaded ghash v0.5.1 |
3120 | 2024-08-22T01:55:08.851Z | Downloaded ssh-key v0.6.6 |
3121 | 2024-08-22T01:55:08.858Z | Downloaded ed25519 v2.2.3 |
3122 | 2024-08-22T01:55:08.861Z | Downloaded dirs-sys v0.4.1 |
3123 | 2024-08-22T01:55:08.863Z | Downloaded dirs v5.0.1 |
3124 | 2024-08-22T01:55:08.866Z | Downloaded aes-gcm v0.10.3 |
3125 | 2024-08-22T01:55:08.871Z | Downloaded polyval v0.6.2 |
3126 | 2024-08-22T01:55:08.873Z | Downloaded ecdsa v0.16.9 |
3127 | 2024-08-22T01:55:08.873Z | Downloaded internet-checksum v0.2.1 |
3128 | 2024-08-22T01:55:08.877Z | Downloaded num-bigint v0.4.5 |
3129 | 2024-08-22T01:55:08.894Z | Downloaded p384 v0.13.0 |
3130 | 2024-08-22T01:55:08.900Z | Downloaded ed25519-dalek v2.1.1 |
3131 | 2024-08-22T01:55:08.903Z | Downloaded ssh-encoding v0.2.0 |
3132 | 2024-08-22T01:55:08.921Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3133 | 2024-08-22T01:55:08.923Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3134 | 2024-08-22T01:55:09.043Z | Checking polyval v0.6.2 |
3135 | 2024-08-22T01:55:09.046Z | Checking rfc6979 v0.4.0 |
3136 | 2024-08-22T01:55:09.156Z | Checking primeorder v0.13.6 |
3137 | 2024-08-22T01:55:09.159Z | Checking ctr v0.9.2 |
3138 | 2024-08-22T01:55:09.181Z | Checking ed25519 v2.2.3 |
3139 | 2024-08-22T01:55:09.183Z | Checking ssh-encoding v0.2.0 |
3140 | 2024-08-22T01:55:09.183Z | Checking blowfish v0.9.1 |
3141 | 2024-08-22T01:55:09.183Z | Checking option-ext v0.2.0 |
3142 | 2024-08-22T01:55:09.282Z | Checking ecdsa v0.16.9 |
3143 | 2024-08-22T01:55:09.337Z | Checking dirs-sys v0.4.1 |
3144 | 2024-08-22T01:55:09.373Z | Checking ghash v0.5.1 |
3145 | 2024-08-22T01:55:09.413Z | Checking password-hash v0.4.2 |
3146 | 2024-08-22T01:55:09.432Z | Checking bcrypt-pbkdf v0.10.0 |
3147 | 2024-08-22T01:55:09.490Z | Checking ed25519-dalek v2.1.1 |
3148 | 2024-08-22T01:55:09.512Z | Checking matches v0.1.10 |
3149 | 2024-08-22T01:55:09.515Z | Checking dirs v5.0.1 |
3150 | 2024-08-22T01:55:09.549Z | Checking aes-gcm v0.10.3 |
3151 | 2024-08-22T01:55:09.622Z | Checking idna v0.2.3 |
3152 | 2024-08-22T01:55:09.641Z | Compiling enum-as-inner v0.5.1 |
3153 | 2024-08-22T01:55:09.655Z | Checking russh-cryptovec v0.7.2 |
3154 | 2024-08-22T01:55:09.694Z | Checking md5 v0.7.0 |
3155 | 2024-08-22T01:55:09.766Z | Checking ssh-cipher v0.2.0 |
3156 | 2024-08-22T01:55:09.843Z | Checking pbkdf2 v0.11.0 |
3157 | 2024-08-22T01:55:09.863Z | Checking num-bigint v0.4.5 |
3158 | 2024-08-22T01:55:09.866Z | Compiling dhcproto-macros v0.1.0 |
3159 | 2024-08-22T01:55:09.958Z | Checking hex-literal v0.4.1 |
3160 | 2024-08-22T01:55:09.976Z | Checking p384 v0.13.0 |
3161 | 2024-08-22T01:55:10.055Z | Checking ssh-key v0.6.6 |
3162 | 2024-08-22T01:55:10.081Z | Checking p256 v0.13.2 |
3163 | 2024-08-22T01:55:10.112Z | Checking p521 v0.13.3 |
3164 | 2024-08-22T01:55:10.454Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3165 | 2024-08-22T01:55:10.559Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3166 | 2024-08-22T01:55:10.684Z | Checking trust-dns-proto v0.22.0 |
3167 | 2024-08-22T01:55:10.800Z | Checking internet-checksum v0.2.1 |
3168 | 2024-08-22T01:55:11.603Z | Checking russh-keys v0.44.0 |
3169 | 2024-08-22T01:55:12.509Z | Checking russh v0.44.1 |
3170 | 2024-08-22T01:55:13.392Z | Checking dhcproto v0.12.0 |
3171 | 2024-08-22T01:55:29.623Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3172 | 2024-08-22T01:55:30.883Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.79s |
3173 | 2024-08-22T01:55:31.057Z | |
3174 | 2024-08-22T01:55:31.058Z | info: running `cargo check --bins` on gateway-cli (145/153) |
3175 | 2024-08-22T01:55:31.623Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3176 | 2024-08-22T01:55:31.626Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3177 | 2024-08-22T01:55:31.689Z | Checking termios v0.3.3 |
3178 | 2024-08-22T01:55:31.890Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3179 | 2024-08-22T01:55:32.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.56s |
3180 | 2024-08-22T01:55:32.779Z | |
3181 | 2024-08-22T01:55:32.780Z | info: running `cargo check --bins --no-default-features` on installinator (146/153) |
3182 | 2024-08-22T01:55:33.430Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3183 | 2024-08-22T01:55:33.433Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3184 | 2024-08-22T01:55:33.521Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3185 | 2024-08-22T01:55:35.658Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3186 | 2024-08-22T01:55:37.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.80s |
3187 | 2024-08-22T01:55:37.750Z | |
3188 | 2024-08-22T01:55:37.750Z | info: running `cargo check --bins` on internal-dns-cli (147/153) |
3189 | 2024-08-22T01:55:38.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3190 | 2024-08-22T01:55:38.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3191 | 2024-08-22T01:55:38.428Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3192 | 2024-08-22T01:55:38.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s |
3193 | 2024-08-22T01:55:39.046Z | |
3194 | 2024-08-22T01:55:39.046Z | info: running `cargo check --bins` on omicron-package (148/153) |
3195 | 2024-08-22T01:55:39.677Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3196 | 2024-08-22T01:55:39.680Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3197 | 2024-08-22T01:55:39.765Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3198 | 2024-08-22T01:55:41.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.02s |
3199 | 2024-08-22T01:55:41.250Z | |
3200 | 2024-08-22T01:55:41.250Z | info: running `cargo check --bins` on wicket-dbg (149/153) |
3201 | 2024-08-22T01:55:41.914Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3202 | 2024-08-22T01:55:41.917Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3203 | 2024-08-22T01:55:42.019Z | Checking rtoolbox v0.0.2 |
3204 | 2024-08-22T01:55:42.022Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3205 | 2024-08-22T01:55:42.022Z | Checking tui-tree-widget v0.22.0 |
3206 | 2024-08-22T01:55:42.235Z | Checking rpassword v7.3.1 |
3207 | 2024-08-22T01:55:46.174Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3208 | 2024-08-22T01:55:49.272Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3209 | 2024-08-22T01:55:50.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.13s |
3210 | 2024-08-22T01:55:50.557Z | |
3211 | 2024-08-22T01:55:50.558Z | info: running `cargo check --bins` on wicket (150/153) |
3212 | 2024-08-22T01:55:51.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3213 | 2024-08-22T01:55:51.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3214 | 2024-08-22T01:55:51.271Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3215 | 2024-08-22T01:55:51.642Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
3216 | 2024-08-22T01:55:51.818Z | |
3217 | 2024-08-22T01:55:51.818Z | info: running `cargo check --bins` on wicketd (151/153) |
3218 | 2024-08-22T01:55:52.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3219 | 2024-08-22T01:55:52.456Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3220 | 2024-08-22T01:55:52.553Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3221 | 2024-08-22T01:55:56.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.60s |
3222 | 2024-08-22T01:55:56.598Z | |
3223 | 2024-08-22T01:55:56.598Z | info: running `cargo check --bins` on omicron-workspace-hack (152/153) |
3224 | 2024-08-22T01:55:57.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3225 | 2024-08-22T01:55:57.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3226 | 2024-08-22T01:55:57.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3227 | 2024-08-22T01:55:57.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3228 | 2024-08-22T01:55:57.257Z | |
3229 | 2024-08-22T01:55:57.257Z | info: running `cargo check --bins` on zone-setup (153/153) |
3230 | 2024-08-22T01:55:57.897Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3231 | 2024-08-22T01:55:57.900Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3232 | 2024-08-22T01:55:58.014Z | Checking uzers v0.11.3 |
3233 | 2024-08-22T01:55:58.323Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3234 | 2024-08-22T01:55:59.425Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s |
3235 | 2024-08-22T01:55:59.622Z | |
3236 | 2024-08-22T01:55:59.622Z | real 10:40.877547941 |
3237 | 2024-08-22T01:55:59.622Z | user 23:02.033176543 |
3238 | 2024-08-22T01:55:59.622Z | sys 4:57.203677270 |
3239 | 2024-08-22T01:55:59.624Z | trap 0.507738535 |
3240 | 2024-08-22T01:55:59.624Z | tflt 3.065386716 |
3241 | 2024-08-22T01:55:59.624Z | dflt 1.580946468 |
3242 | 2024-08-22T01:55:59.624Z | kflt 0.002607874 |
3243 | 2024-08-22T01:55:59.624Z | lock 41:29.950254278 |
3244 | 2024-08-22T01:55:59.624Z | slp 1:54:02.116426506 |
3245 | 2024-08-22T01:55:59.624Z | lat 58.782553219 |
3246 | 2024-08-22T01:55:59.624Z | stop 2:50.108507273 |
3247 | 2024-08-22T01:55:59.624Z | process exited: duration 878909 ms, exit code 0 |
|
3248 | 2024-08-22T01:55:59.629Z | found 0 output files |