|
|
|
1 | 2024-09-23T15:42:27.856Z | job assigned to worker 01J8FRQAKCGM0NBG2GGB789KFR (queued for 50 s) |
|
2 | 2024-09-23T15:42:36.056Z | starting task 0: "setup" |
3 | 2024-09-23T15:42:36.062Z | ++ uname -s |
4 | 2024-09-23T15:42:36.065Z | + kern=SunOS |
5 | 2024-09-23T15:42:36.065Z | + case "$kern" in |
6 | 2024-09-23T15:42:36.065Z | + groupadd -g 12345 build |
7 | 2024-09-23T15:42:36.067Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-23T15:42:38.078Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-23T15:42:38.182Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-23T15:42:38.184Z | + home_fs=zfs |
11 | 2024-09-23T15:42:38.184Z | + [[ zfs == autofs ]] |
12 | 2024-09-23T15:42:38.184Z | + mkdir -p /home/build |
13 | 2024-09-23T15:42:38.187Z | + chown build:build /home/build /work |
14 | 2024-09-23T15:42:40.189Z | + chmod 0700 /home/build /work |
15 | 2024-09-23T15:42:40.192Z | process exited: duration 4138 ms, exit code 0 |
|
16 | 2024-09-23T15:42:40.198Z | starting task 1: "rust-toolchain" |
17 | 2024-09-23T15:42:40.204Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-23T15:42:40.204Z | * toolchain channel = "1.80.1" |
19 | 2024-09-23T15:42:40.204Z | ' 1.80.1 |
20 | 2024-09-23T15:42:40.204Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-23T15:42:40.204Z | ' default |
22 | 2024-09-23T15:42:40.204Z | * toolchain profile = "default" |
23 | 2024-09-23T15:42:40.207Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-23T15:42:40.207Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-23T15:42:40.328Z | info: downloading installer |
26 | 2024-09-23T15:42:42.013Z | info: profile set to 'default' |
27 | 2024-09-23T15:42:42.013Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-23T15:42:42.016Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-23T15:42:42.148Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-23T15:42:42.148Z | info: downloading component 'cargo' |
31 | 2024-09-23T15:42:42.848Z | info: downloading component 'clippy' |
32 | 2024-09-23T15:42:43.095Z | info: downloading component 'rust-docs' |
33 | 2024-09-23T15:42:44.067Z | info: downloading component 'rust-std' |
34 | 2024-09-23T15:42:45.431Z | info: downloading component 'rustc' |
35 | 2024-09-23T15:42:49.197Z | info: downloading component 'rustfmt' |
36 | 2024-09-23T15:42:49.399Z | info: installing component 'cargo' |
37 | 2024-09-23T15:42:50.255Z | info: installing component 'clippy' |
38 | 2024-09-23T15:42:50.632Z | info: installing component 'rust-docs' |
39 | 2024-09-23T15:42:52.292Z | info: installing component 'rust-std' |
40 | 2024-09-23T15:42:53.934Z | info: installing component 'rustc' |
41 | 2024-09-23T15:42:58.230Z | info: installing component 'rustfmt' |
42 | 2024-09-23T15:42:58.570Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-23T15:42:58.570Z | |
44 | 2024-09-23T15:42:58.830Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-23T15:42:58.830Z | |
46 | 2024-09-23T15:42:58.833Z | |
47 | 2024-09-23T15:42:58.833Z | Rust is installed now. Great! |
48 | 2024-09-23T15:42:58.833Z | |
49 | 2024-09-23T15:42:58.833Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-23T15:42:58.833Z | environment variable. This has not been done automatically. |
51 | 2024-09-23T15:42:58.833Z | |
52 | 2024-09-23T15:42:58.833Z | To configure your current shell, you need to source |
53 | 2024-09-23T15:42:58.833Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-23T15:42:58.833Z | |
55 | 2024-09-23T15:42:58.833Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-23T15:42:58.833Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-23T15:42:58.833Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-23T15:42:58.887Z | + rustc --version |
59 | 2024-09-23T15:42:58.950Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-23T15:42:58.954Z | process exited: duration 18751 ms, exit code 0 |
|
61 | 2024-09-23T15:42:58.959Z | starting task 2: "authentication" |
62 | 2024-09-23T15:42:58.981Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-09-23T15:42:58.986Z | starting task 3: "clone repository" |
64 | 2024-09-23T15:42:58.991Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-23T15:42:58.994Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-23T15:42:59.251Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-23T15:43:06.757Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-23T15:43:06.757Z | + git fetch origin 64033be1a2e9227fd9268734ef99343a856d5697 |
69 | 2024-09-23T15:43:07.061Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-23T15:43:07.061Z | * branch 64033be1a2e9227fd9268734ef99343a856d5697 -> FETCH_HEAD |
71 | 2024-09-23T15:43:07.074Z | + [[ -n eliza/instance-resurrection ]] |
72 | 2024-09-23T15:43:07.076Z | ++ git branch --show-current |
73 | 2024-09-23T15:43:07.079Z | + current=main |
74 | 2024-09-23T15:43:07.079Z | + [[ main != eliza/instance-resurrection ]] |
75 | 2024-09-23T15:43:07.079Z | + git branch -f eliza/instance-resurrection 64033be1a2e9227fd9268734ef99343a856d5697 |
76 | 2024-09-23T15:43:07.083Z | + git checkout -f eliza/instance-resurrection |
77 | 2024-09-23T15:43:07.242Z | Switched to branch 'eliza/instance-resurrection' |
78 | 2024-09-23T15:43:07.245Z | + git reset --hard 64033be1a2e9227fd9268734ef99343a856d5697 |
79 | 2024-09-23T15:43:07.410Z | HEAD is now at 64033be1a cargo fmt |
80 | 2024-09-23T15:43:07.413Z | process exited: duration 8424 ms, exit code 0 |
|
81 | 2024-09-23T15:43:07.418Z | starting task 4: "build" |
82 | 2024-09-23T15:43:07.424Z | + cargo --version |
83 | 2024-09-23T15:43:07.485Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-23T15:43:07.488Z | + rustc --version |
85 | 2024-09-23T15:43:07.553Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-23T15:43:07.557Z | + source ./env.sh |
87 | 2024-09-23T15:43:07.559Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-09-23T15:43:07.559Z | ++ set -o xtrace |
89 | 2024-09-23T15:43:07.562Z | ++++ dirname ./env.sh |
90 | 2024-09-23T15:43:07.564Z | +++ readlink -f . |
91 | 2024-09-23T15:43:07.581Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-09-23T15:43:07.584Z | ++ 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-09-23T15:43:07.584Z | ++ 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-09-23T15:43:07.584Z | ++ 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-09-23T15:43:07.584Z | ++ 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-09-23T15:43:07.584Z | ++ 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-09-23T15:43:07.584Z | ++ 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-09-23T15:43:07.584Z | ++ 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-09-23T15:43:07.584Z | ++ 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-09-23T15:43:07.584Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-09-23T15:43:07.585Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-09-23T15:43:07.585Z | + 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-09-23T15:43:07.585Z | + 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-09-23T15:43:07.585Z | + banner prerequisites |
105 | 2024-09-23T15:43:07.611Z | |
106 | 2024-09-23T15:43:07.611Z | ##### ##### ###### ##### ###### #### # # # #### # |
107 | 2024-09-23T15:43:07.611Z | # # # # # # # # # # # # # # # |
108 | 2024-09-23T15:43:07.611Z | # # # # ##### # # ##### # # # # # #### # |
109 | 2024-09-23T15:43:07.611Z | ##### ##### # ##### # # # # # # # # # |
110 | 2024-09-23T15:43:07.611Z | # # # # # # # # # # # # # # # |
111 | 2024-09-23T15:43:07.611Z | # # # ###### # # ###### ### # #### # #### # |
112 | 2024-09-23T15:43:07.611Z | |
113 | 2024-09-23T15:43:07.614Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
114 | 2024-09-23T15:43:18.589Z | Startup: Refreshing catalog 'helios-dev' ... Done |
115 | 2024-09-23T15:43:21.599Z | Startup: Caching catalogs ... Done |
116 | 2024-09-23T15:43:24.932Z | Planning: Solver setup ... Done (2.655s) |
117 | 2024-09-23T15:43:24.980Z | Planning: Running solver ... Done (0.048s) |
118 | 2024-09-23T15:43:25.160Z | Planning: Finding local manifests ... Done (0.120s) |
119 | 2024-09-23T15:43:25.241Z | Planning: Fetching manifests: 0/5 0% complete |
120 | 2024-09-23T15:43:26.303Z | Planning: Fetching manifests: 5/5 100% complete |
121 | 2024-09-23T15:43:26.443Z | Planning: Package planning ... Done (0.343s) |
122 | 2024-09-23T15:43:26.501Z | Planning: Merging actions ... Done (0.057s) |
123 | 2024-09-23T15:43:27.776Z | Planning: Checking for conflicting actions ... Done (1.275s) |
124 | 2024-09-23T15:43:35.411Z | Planning: Consolidating action changes ... Done (7.631s) |
125 | 2024-09-23T15:43:35.810Z | Planning: Evaluating mediators ... Done (0.401s) |
126 | 2024-09-23T15:43:35.964Z | Planning: Planning completed in 14.28 seconds |
127 | 2024-09-23T15:43:36.964Z | Packages to install: 4 |
128 | 2024-09-23T15:43:36.964Z | Packages to update: 1 |
129 | 2024-09-23T15:43:36.964Z | Mediators to change: 2 |
130 | 2024-09-23T15:43:36.964Z | Services to change: 1 |
131 | 2024-09-23T15:43:36.981Z | Estimated space available: 155.71 GB |
132 | 2024-09-23T15:43:36.981Z | Estimated space to be consumed: 1.54 GB |
133 | 2024-09-23T15:43:36.981Z | Create boot environment: No |
134 | 2024-09-23T15:43:36.981Z | Create backup boot environment: Yes |
135 | 2024-09-23T15:43:36.982Z | Rebuild boot archive: No |
136 | 2024-09-23T15:43:36.982Z | |
137 | 2024-09-23T15:43:36.982Z | Changed mediators: |
138 | 2024-09-23T15:43:36.982Z | mediator clang: |
139 | 2024-09-23T15:43:36.982Z | version: None -> 15 (system default) |
140 | 2024-09-23T15:43:36.982Z | |
141 | 2024-09-23T15:43:36.982Z | mediator llvm: |
142 | 2024-09-23T15:43:36.982Z | version: 14 (system default) -> 15 (system default) |
143 | 2024-09-23T15:43:36.982Z | |
144 | 2024-09-23T15:43:36.982Z | Changed packages: |
145 | 2024-09-23T15:43:36.982Z | helios-dev |
146 | 2024-09-23T15:43:36.983Z | developer/build-essential |
147 | 2024-09-23T15:43:36.983Z | None -> 11-2.0 |
148 | 2024-09-23T15:43:36.983Z | library/libxmlsec1 |
149 | 2024-09-23T15:43:36.983Z | None -> 1.2.35-2.0 |
150 | 2024-09-23T15:43:36.983Z | ooce/developer/clang-15 |
151 | 2024-09-23T15:43:36.983Z | None -> 15.0.7-2.0 |
152 | 2024-09-23T15:43:36.983Z | ooce/developer/llvm-15 |
153 | 2024-09-23T15:43:36.983Z | None -> 15.0.7-2.0 |
154 | 2024-09-23T15:43:36.983Z | package/pkg |
155 | 2024-09-23T15:43:36.983Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
156 | 2024-09-23T15:43:36.983Z | |
157 | 2024-09-23T15:43:36.984Z | Services: |
158 | 2024-09-23T15:43:36.984Z | restart_fmri: |
159 | 2024-09-23T15:43:36.984Z | svc:/system/update-man-index:default |
160 | 2024-09-23T15:43:36.984Z | |
161 | 2024-09-23T15:43:36.984Z | Editable files to change: |
162 | 2024-09-23T15:43:36.984Z | Update: |
163 | 2024-09-23T15:43:36.984Z | usr/share/lib/pkg/web/config.shtml |
164 | 2024-09-23T15:43:37.367Z | |
165 | 2024-09-23T15:43:37.367Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
166 | 2024-09-23T15:43:42.361Z | Download: 354/4281 items 16.3/220.6MB 7% complete (3.5M/s) |
167 | 2024-09-23T15:43:47.364Z | Download: 1047/4281 items 19.7/220.6MB 8% complete (2.0M/s) |
168 | 2024-09-23T15:43:54.317Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (8.9M/s) |
169 | 2024-09-23T15:44:09.758Z | Download: 1198/4281 items 83.5/220.6MB 37% complete |
170 | 2024-09-23T15:44:14.760Z | Download: 2159/4281 items 119.0/220.6MB 53% complete (7.2M/s) |
171 | 2024-09-23T15:44:19.930Z | Download: 3247/4281 items 193.8/220.6MB 87% complete (11.2M/s) |
172 | 2024-09-23T15:44:24.952Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (10.2M/s) |
173 | 2024-09-23T15:44:25.063Z | Download: Completed 220.60 MB in 47.70 seconds (4.6M/s) |
174 | 2024-09-23T15:44:28.957Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-09-23T15:44:28.974Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-09-23T15:44:34.066Z | Actions: 4089/5063 actions (Installing new actions) |
177 | 2024-09-23T15:44:34.549Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-09-23T15:44:34.912Z | Actions: Completed 5063 actions in 5.95 seconds. |
179 | 2024-09-23T15:44:35.257Z | Done (0.335s) |
180 | 2024-09-23T15:44:35.259Z | Done (0.000s) |
181 | 2024-09-23T15:44:35.677Z | Done (0.419s) |
182 | 2024-09-23T15:44:41.763Z | Done (5.885s) |
183 | 2024-09-23T15:44:42.056Z | Done (0.221s) |
184 | 2024-09-23T15:44:42.058Z | Done (0.000s) |
185 | 2024-09-23T15:44:42.216Z | Done (0.000s) |
186 | 2024-09-23T15:44:42.830Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-09-23T15:44:42.996Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-09-23T15:44:42.999Z | Planning: Consolidating action changes ... Done |
189 | 2024-09-23T15:44:43.281Z | Planning: Evaluating mediators ... Done |
190 | 2024-09-23T15:44:43.284Z | Planning: Planning completed in 0.45 seconds |
191 | 2024-09-23T15:44:43.321Z | Mediators to change: 2 |
192 | 2024-09-23T15:44:43.321Z | Create boot environment: No |
193 | 2024-09-23T15:44:43.324Z | Create backup boot environment: No |
194 | 2024-09-23T15:44:43.397Z | Done |
195 | 2024-09-23T15:44:43.397Z | Done |
196 | 2024-09-23T15:44:43.664Z | Done |
197 | 2024-09-23T15:44:47.809Z | Done |
198 | 2024-09-23T15:44:47.900Z | Done |
199 | 2024-09-23T15:44:47.903Z | Done |
200 | 2024-09-23T15:44:48.006Z | Done |
201 | 2024-09-23T15:44:48.644Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-09-23T15:44:48.647Z | Planning: Merging actions ... Done |
203 | 2024-09-23T15:44:48.845Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-09-23T15:44:48.848Z | Planning: Consolidating action changes ... Done |
205 | 2024-09-23T15:44:49.137Z | Planning: Evaluating mediators ... Done |
206 | 2024-09-23T15:44:49.198Z | Planning: Planning completed in 0.80 seconds |
207 | 2024-09-23T15:44:49.242Z | Packages to change: 1 |
208 | 2024-09-23T15:44:49.243Z | Mediators to change: 1 |
209 | 2024-09-23T15:44:49.243Z | Services to change: 1 |
210 | 2024-09-23T15:44:49.243Z | Create boot environment: No |
211 | 2024-09-23T15:44:49.243Z | Create backup boot environment: Yes |
212 | 2024-09-23T15:44:50.099Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-09-23T15:44:50.211Z | Actions: Completed 6 actions in 0.11 seconds. |
214 | 2024-09-23T15:44:50.214Z | Done |
215 | 2024-09-23T15:44:50.214Z | Done |
216 | 2024-09-23T15:44:50.302Z | Done |
217 | 2024-09-23T15:44:54.396Z | Done |
218 | 2024-09-23T15:44:54.493Z | Done |
219 | 2024-09-23T15:44:54.496Z | Done |
220 | 2024-09-23T15:44:54.600Z | Done |
221 | 2024-09-23T15:44:55.062Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-09-23T15:44:55.063Z | clang system 15 system |
223 | 2024-09-23T15:44:55.063Z | csh system system illumos |
224 | 2024-09-23T15:44:55.063Z | ctags system system illumos |
225 | 2024-09-23T15:44:55.063Z | gcc vendor 12 vendor |
226 | 2024-09-23T15:44:55.063Z | gcc system 10 system |
227 | 2024-09-23T15:44:55.063Z | gcc system 7 system |
228 | 2024-09-23T15:44:55.063Z | go system 1.20 system |
229 | 2024-09-23T15:44:55.063Z | go system 1.19 system |
230 | 2024-09-23T15:44:55.063Z | llvm system 15 system |
231 | 2024-09-23T15:44:55.064Z | llvm system 14 system |
232 | 2024-09-23T15:44:55.064Z | mariadb system 10.6 system |
233 | 2024-09-23T15:44:55.064Z | mta vendor vendor dma |
234 | 2024-09-23T15:44:55.064Z | openjdk system 17 system |
235 | 2024-09-23T15:44:55.064Z | openjdk system 11 system |
236 | 2024-09-23T15:44:55.064Z | openjdk system 1.8 system |
237 | 2024-09-23T15:44:55.064Z | openssl vendor 3 vendor |
238 | 2024-09-23T15:44:55.064Z | perl system 5.36 system |
239 | 2024-09-23T15:44:55.064Z | postgresql system 15 system |
240 | 2024-09-23T15:44:55.064Z | postgresql system 13 system |
241 | 2024-09-23T15:44:55.065Z | python vendor 3 vendor |
242 | 2024-09-23T15:44:55.065Z | python system 2 system |
243 | 2024-09-23T15:44:55.065Z | python3 system 3.11 system |
244 | 2024-09-23T15:44:55.065Z | ruby system 3.0 system |
245 | 2024-09-23T15:44:55.065Z | words vendor vendor american-english |
246 | 2024-09-23T15:44:55.065Z | words system system australian-english |
247 | 2024-09-23T15:44:55.065Z | words system system british-english |
248 | 2024-09-23T15:44:55.066Z | words system system canadian-english |
249 | 2024-09-23T15:44:55.066Z | words system system french |
250 | 2024-09-23T15:44:55.066Z | words system system italian |
251 | 2024-09-23T15:44:55.066Z | words system system ngerman |
252 | 2024-09-23T15:44:55.066Z | words system system ogerman |
253 | 2024-09-23T15:44:55.066Z | words system system spanish |
254 | 2024-09-23T15:44:55.403Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-09-23T15:44:55.403Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-09-23T15:44:57.441Z | FMRI IFO |
257 | 2024-09-23T15:44:57.441Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-09-23T15:44:57.441Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-09-23T15:44:57.441Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-09-23T15:44:57.441Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-09-23T15:44:57.441Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-09-23T15:44:57.441Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-09-23T15:44:57.441Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-09-23T15:44:57.441Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-09-23T15:44:57.441Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-09-23T15:44:57.441Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-09-23T15:44:57.441Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-09-23T15:44:57.441Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
269 | 2024-09-23T15:44:57.441Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
270 | 2024-09-23T15:44:58.098Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
271 | 2024-09-23T15:44:58.398Z | Updating crates.io index |
272 | 2024-09-23T15:44:58.400Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
273 | 2024-09-23T15:44:59.220Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-09-23T15:44:59.948Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-09-23T15:45:00.177Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
276 | 2024-09-23T15:45:01.638Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-09-23T15:45:01.939Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-09-23T15:45:02.205Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-09-23T15:45:03.350Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-09-23T15:45:05.509Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-09-23T15:45:06.455Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-09-23T15:45:07.220Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
283 | 2024-09-23T15:45:07.527Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
284 | 2024-09-23T15:45:07.755Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2024-09-23T15:45:08.321Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
286 | 2024-09-23T15:45:08.660Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
287 | 2024-09-23T15:45:08.953Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
288 | 2024-09-23T15:45:09.300Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
289 | 2024-09-23T15:45:09.829Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
290 | 2024-09-23T15:45:10.134Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
291 | 2024-09-23T15:45:10.367Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
292 | 2024-09-23T15:45:10.602Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
293 | 2024-09-23T15:45:10.817Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
294 | 2024-09-23T15:45:11.112Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
295 | 2024-09-23T15:45:11.373Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
296 | 2024-09-23T15:45:11.685Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
297 | 2024-09-23T15:45:11.981Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
298 | 2024-09-23T15:45:12.399Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
299 | 2024-09-23T15:45:12.714Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
300 | 2024-09-23T15:45:13.098Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
301 | 2024-09-23T15:45:13.440Z | Updating git repository `https://github.com/oxidecomputer/typify` |
302 | 2024-09-23T15:45:15.578Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
303 | 2024-09-23T15:45:15.866Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
304 | 2024-09-23T15:45:16.101Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
305 | 2024-09-23T15:45:16.443Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
306 | 2024-09-23T15:45:17.644Z | Downloading crates ... |
307 | 2024-09-23T15:45:17.719Z | Downloaded equivalent v1.0.1 |
308 | 2024-09-23T15:45:17.721Z | Downloaded crypto-common v0.1.6 |
309 | 2024-09-23T15:45:17.724Z | Downloaded cargo-platform v0.1.8 |
310 | 2024-09-23T15:45:17.727Z | Downloaded bytecount v0.6.8 |
311 | 2024-09-23T15:45:17.729Z | Downloaded camino v1.1.9 |
312 | 2024-09-23T15:45:17.731Z | Downloaded anstyle-query v1.0.3 |
313 | 2024-09-23T15:45:17.731Z | Downloaded anstyle v1.0.8 |
314 | 2024-09-23T15:45:17.734Z | Downloaded pretty-hex v0.4.1 |
315 | 2024-09-23T15:45:17.741Z | Downloaded scroll_derive v0.12.0 |
316 | 2024-09-23T15:45:17.746Z | Downloaded usdt-attr-macro v0.5.0 |
317 | 2024-09-23T15:45:17.748Z | Downloaded colorchoice v1.0.1 |
318 | 2024-09-23T15:45:17.748Z | Downloaded bitflags v2.6.0 |
319 | 2024-09-23T15:45:17.752Z | Downloaded clap v4.5.16 |
320 | 2024-09-23T15:45:17.762Z | Downloaded strsim v0.11.1 |
321 | 2024-09-23T15:45:17.764Z | Downloaded proc-macro-error-attr v1.0.4 |
322 | 2024-09-23T15:45:17.764Z | Downloaded heck v0.4.1 |
323 | 2024-09-23T15:45:17.767Z | Downloaded fastrand v2.1.0 |
324 | 2024-09-23T15:45:17.767Z | Downloaded dtrace-parser v0.2.0 |
325 | 2024-09-23T15:45:17.770Z | Downloaded dof v0.3.0 |
326 | 2024-09-23T15:45:17.772Z | Downloaded version_check v0.9.5 |
327 | 2024-09-23T15:45:17.772Z | Downloaded macaddr v1.0.1 |
328 | 2024-09-23T15:45:17.775Z | Downloaded fs-err v2.11.0 |
329 | 2024-09-23T15:45:17.777Z | Downloaded thiserror-impl v1.0.63 |
330 | 2024-09-23T15:45:17.779Z | Downloaded usdt-macro v0.5.0 |
331 | 2024-09-23T15:45:17.779Z | Downloaded clap_derive v4.5.13 |
332 | 2024-09-23T15:45:17.782Z | Downloaded cargo_toml v0.20.4 |
333 | 2024-09-23T15:45:17.784Z | Downloaded autocfg v1.3.0 |
334 | 2024-09-23T15:45:17.786Z | Downloaded digest v0.10.7 |
335 | 2024-09-23T15:45:17.789Z | Downloaded is_terminal_polyfill v1.70.0 |
336 | 2024-09-23T15:45:17.792Z | Downloaded swrite v0.1.0 |
337 | 2024-09-23T15:45:17.799Z | Downloaded anstream v0.6.14 |
338 | 2024-09-23T15:45:17.802Z | Downloaded quote v1.0.36 |
339 | 2024-09-23T15:45:17.805Z | Downloaded cpufeatures v0.2.12 |
340 | 2024-09-23T15:45:17.807Z | Downloaded block-buffer v0.10.4 |
341 | 2024-09-23T15:45:17.807Z | Downloaded cfg-if v1.0.0 |
342 | 2024-09-23T15:45:17.810Z | Downloaded byteorder v1.5.0 |
343 | 2024-09-23T15:45:17.810Z | Downloaded anstyle-parse v0.2.4 |
344 | 2024-09-23T15:45:17.813Z | Downloaded serde_tokenstream v0.2.2 |
345 | 2024-09-23T15:45:17.815Z | Downloaded pest_derive v2.7.10 |
346 | 2024-09-23T15:45:17.817Z | Downloaded memmap v0.7.0 |
347 | 2024-09-23T15:45:17.821Z | Downloaded tempfile v3.10.1 |
348 | 2024-09-23T15:45:17.824Z | Downloaded anyhow v1.0.89 |
349 | 2024-09-23T15:45:17.828Z | Downloaded thiserror v1.0.63 |
350 | 2024-09-23T15:45:17.833Z | Downloaded fnv v1.0.7 |
351 | 2024-09-23T15:45:17.836Z | Downloaded usdt v0.5.0 |
352 | 2024-09-23T15:45:17.836Z | Downloaded unicode-linebreak v0.1.5 |
353 | 2024-09-23T15:45:17.838Z | Downloaded utf8parse v0.2.1 |
354 | 2024-09-23T15:45:17.838Z | Downloaded tabled_derive v0.7.0 |
355 | 2024-09-23T15:45:17.838Z | Downloaded usdt-impl v0.5.0 |
356 | 2024-09-23T15:45:17.841Z | Downloaded serde_spanned v0.6.7 |
357 | 2024-09-23T15:45:17.841Z | Downloaded plain v0.2.3 |
358 | 2024-09-23T15:45:17.843Z | Downloaded thread-id v4.2.1 |
359 | 2024-09-23T15:45:17.845Z | Downloaded ucd-trie v0.1.6 |
360 | 2024-09-23T15:45:17.845Z | Downloaded toml v0.8.19 |
361 | 2024-09-23T15:45:17.848Z | Downloaded ryu v1.0.18 |
362 | 2024-09-23T15:45:17.852Z | Downloaded camino-tempfile v1.1.1 |
363 | 2024-09-23T15:45:17.854Z | Downloaded textwrap v0.16.1 |
364 | 2024-09-23T15:45:17.856Z | Downloaded terminal_size v0.3.0 |
365 | 2024-09-23T15:45:17.859Z | Downloaded smawk v0.3.2 |
366 | 2024-09-23T15:45:17.863Z | Downloaded toml_datetime v0.6.8 |
367 | 2024-09-23T15:45:17.863Z | Downloaded semver v1.0.23 |
368 | 2024-09-23T15:45:17.866Z | Downloaded scroll v0.12.0 |
369 | 2024-09-23T15:45:17.866Z | Downloaded proc-macro-error v1.0.4 |
370 | 2024-09-23T15:45:17.868Z | Downloaded sha2 v0.10.8 |
371 | 2024-09-23T15:45:17.871Z | Downloaded zerocopy-derive v0.7.34 |
372 | 2024-09-23T15:45:17.875Z | Downloaded once_cell v1.19.0 |
373 | 2024-09-23T15:45:17.877Z | Downloaded pest_meta v2.7.10 |
374 | 2024-09-23T15:45:17.880Z | Downloaded cargo_metadata v0.18.1 |
375 | 2024-09-23T15:45:17.882Z | Downloaded unicode-ident v1.0.12 |
376 | 2024-09-23T15:45:17.885Z | Downloaded serde_derive v1.0.208 |
377 | 2024-09-23T15:45:17.888Z | Downloaded proc-macro2 v1.0.86 |
378 | 2024-09-23T15:45:17.891Z | Downloaded papergrid v0.11.0 |
379 | 2024-09-23T15:45:17.896Z | Downloaded indexmap v2.4.0 |
380 | 2024-09-23T15:45:17.901Z | Downloaded typenum v1.17.0 |
381 | 2024-09-23T15:45:17.904Z | Downloaded serde v1.0.208 |
382 | 2024-09-23T15:45:17.908Z | Downloaded log v0.4.21 |
383 | 2024-09-23T15:45:17.911Z | Downloaded pest_generator v2.7.10 |
384 | 2024-09-23T15:45:17.913Z | Downloaded itoa v1.0.11 |
385 | 2024-09-23T15:45:17.913Z | Downloaded heck v0.5.0 |
386 | 2024-09-23T15:45:17.918Z | Downloaded generic-array v0.14.7 |
387 | 2024-09-23T15:45:17.920Z | Downloaded errno v0.3.9 |
388 | 2024-09-23T15:45:17.920Z | Downloaded toml_edit v0.22.20 |
389 | 2024-09-23T15:45:17.940Z | Downloaded clap_lex v0.7.0 |
390 | 2024-09-23T15:45:17.942Z | Downloaded memchr v2.7.2 |
391 | 2024-09-23T15:45:17.954Z | Downloaded pest v2.7.10 |
392 | 2024-09-23T15:45:17.959Z | Downloaded serde_json v1.0.125 |
393 | 2024-09-23T15:45:17.966Z | Downloaded hashbrown v0.14.5 |
394 | 2024-09-23T15:45:17.971Z | Downloaded zerocopy v0.7.34 |
395 | 2024-09-23T15:45:17.988Z | Downloaded winnow v0.6.18 |
396 | 2024-09-23T15:45:17.996Z | Downloaded goblin v0.8.2 |
397 | 2024-09-23T15:45:18.002Z | Downloaded tabled v0.15.0 |
398 | 2024-09-23T15:45:18.018Z | Downloaded syn v1.0.109 |
399 | 2024-09-23T15:45:18.028Z | Downloaded syn v2.0.74 |
400 | 2024-09-23T15:45:18.040Z | Downloaded clap_builder v4.5.15 |
401 | 2024-09-23T15:45:18.046Z | Downloaded unicode-width v0.1.13 |
402 | 2024-09-23T15:45:18.053Z | Downloaded rustix v0.38.34 |
403 | 2024-09-23T15:45:18.075Z | Downloaded libc v0.2.158 |
404 | 2024-09-23T15:45:18.391Z | Compiling proc-macro2 v1.0.86 |
405 | 2024-09-23T15:45:18.391Z | Compiling unicode-ident v1.0.12 |
406 | 2024-09-23T15:45:18.393Z | Compiling serde v1.0.208 |
407 | 2024-09-23T15:45:18.393Z | Compiling version_check v0.9.5 |
408 | 2024-09-23T15:45:18.393Z | Compiling memchr v2.7.2 |
409 | 2024-09-23T15:45:18.394Z | Compiling thiserror v1.0.63 |
410 | 2024-09-23T15:45:18.427Z | Compiling libc v0.2.158 |
411 | 2024-09-23T15:45:18.429Z | Compiling ucd-trie v0.1.6 |
412 | 2024-09-23T15:45:18.688Z | Compiling itoa v1.0.11 |
413 | 2024-09-23T15:45:18.922Z | Compiling ryu v1.0.18 |
414 | 2024-09-23T15:45:19.218Z | Compiling once_cell v1.19.0 |
415 | 2024-09-23T15:45:19.239Z | Compiling byteorder v1.5.0 |
416 | 2024-09-23T15:45:19.625Z | Compiling rustix v0.38.34 |
417 | 2024-09-23T15:45:19.851Z | Compiling serde_json v1.0.125 |
418 | 2024-09-23T15:45:20.077Z | Compiling bitflags v2.6.0 |
419 | 2024-09-23T15:45:20.080Z | Compiling proc-macro-error-attr v1.0.4 |
420 | 2024-09-23T15:45:20.237Z | Compiling usdt-impl v0.5.0 |
421 | 2024-09-23T15:45:20.426Z | Compiling syn v1.0.109 |
422 | 2024-09-23T15:45:20.518Z | Compiling proc-macro-error v1.0.4 |
423 | 2024-09-23T15:45:20.544Z | Compiling utf8parse v0.2.1 |
424 | 2024-09-23T15:45:20.571Z | Compiling hashbrown v0.14.5 |
425 | 2024-09-23T15:45:20.712Z | Compiling plain v0.2.3 |
426 | 2024-09-23T15:45:20.741Z | Compiling equivalent v1.0.1 |
427 | 2024-09-23T15:45:20.832Z | Compiling camino v1.1.9 |
428 | 2024-09-23T15:45:20.860Z | Compiling log v0.4.21 |
429 | 2024-09-23T15:45:21.041Z | Compiling quote v1.0.36 |
430 | 2024-09-23T15:45:21.218Z | Compiling errno v0.3.9 |
431 | 2024-09-23T15:45:21.247Z | Compiling thread-id v4.2.1 |
432 | 2024-09-23T15:45:21.274Z | Compiling anstyle-parse v0.2.4 |
433 | 2024-09-23T15:45:21.485Z | Compiling syn v2.0.74 |
434 | 2024-09-23T15:45:21.647Z | Compiling anstyle-query v1.0.3 |
435 | 2024-09-23T15:45:21.760Z | Compiling semver v1.0.23 |
436 | 2024-09-23T15:45:21.815Z | Compiling is_terminal_polyfill v1.70.0 |
437 | 2024-09-23T15:45:21.818Z | Compiling autocfg v1.3.0 |
438 | 2024-09-23T15:45:21.955Z | Compiling indexmap v2.4.0 |
439 | 2024-09-23T15:45:21.984Z | Compiling pretty-hex v0.4.1 |
440 | 2024-09-23T15:45:22.203Z | Compiling winnow v0.6.18 |
441 | 2024-09-23T15:45:22.336Z | Compiling colorchoice v1.0.1 |
442 | 2024-09-23T15:45:22.521Z | Compiling anstyle v1.0.8 |
443 | 2024-09-23T15:45:22.845Z | Compiling unicode-width v0.1.13 |
444 | 2024-09-23T15:45:23.036Z | Compiling anstream v0.6.14 |
445 | 2024-09-23T15:45:23.066Z | Compiling fs-err v2.11.0 |
446 | 2024-09-23T15:45:23.388Z | Compiling cfg-if v1.0.0 |
447 | 2024-09-23T15:45:23.393Z | Compiling fnv v1.0.7 |
448 | 2024-09-23T15:45:23.437Z | Compiling heck v0.4.1 |
449 | 2024-09-23T15:45:23.513Z | Compiling clap_lex v0.7.0 |
450 | 2024-09-23T15:45:23.539Z | Compiling bytecount v0.6.8 |
451 | 2024-09-23T15:45:23.771Z | Compiling terminal_size v0.3.0 |
452 | 2024-09-23T15:45:23.798Z | Compiling strsim v0.11.1 |
453 | 2024-09-23T15:45:23.951Z | Compiling anyhow v1.0.89 |
454 | 2024-09-23T15:45:23.975Z | Compiling fastrand v2.1.0 |
455 | 2024-09-23T15:45:24.057Z | Compiling heck v0.5.0 |
456 | 2024-09-23T15:45:24.429Z | Compiling tempfile v3.10.1 |
457 | 2024-09-23T15:45:24.629Z | Compiling clap_builder v4.5.15 |
458 | 2024-09-23T15:45:24.804Z | Compiling papergrid v0.11.0 |
459 | 2024-09-23T15:45:25.022Z | Compiling memmap v0.7.0 |
460 | 2024-09-23T15:45:25.320Z | Compiling unicode-linebreak v0.1.5 |
461 | 2024-09-23T15:45:25.353Z | Compiling smawk v0.3.2 |
462 | 2024-09-23T15:45:25.821Z | Compiling textwrap v0.16.1 |
463 | 2024-09-23T15:45:26.034Z | Compiling swrite v0.1.0 |
464 | 2024-09-23T15:45:27.383Z | Compiling tabled_derive v0.7.0 |
465 | 2024-09-23T15:45:29.082Z | Compiling tabled v0.15.0 |
466 | 2024-09-23T15:45:30.740Z | Compiling serde_derive v1.0.208 |
467 | 2024-09-23T15:45:30.740Z | Compiling thiserror-impl v1.0.63 |
468 | 2024-09-23T15:45:30.742Z | Compiling zerocopy-derive v0.7.34 |
469 | 2024-09-23T15:45:30.742Z | Compiling scroll_derive v0.12.0 |
470 | 2024-09-23T15:45:30.742Z | Compiling clap_derive v4.5.13 |
471 | 2024-09-23T15:45:32.285Z | Compiling scroll v0.12.0 |
472 | 2024-09-23T15:45:32.696Z | Compiling zerocopy v0.7.34 |
473 | 2024-09-23T15:45:32.845Z | Compiling goblin v0.8.2 |
474 | 2024-09-23T15:45:33.255Z | Compiling pest v2.7.10 |
475 | 2024-09-23T15:45:34.682Z | Compiling clap v4.5.16 |
476 | 2024-09-23T15:45:35.651Z | Compiling pest_meta v2.7.10 |
477 | 2024-09-23T15:45:36.540Z | Compiling pest_generator v2.7.10 |
478 | 2024-09-23T15:45:38.489Z | Compiling pest_derive v2.7.10 |
479 | 2024-09-23T15:45:39.196Z | Compiling dtrace-parser v0.2.0 |
480 | 2024-09-23T15:45:41.406Z | Compiling serde_tokenstream v0.2.2 |
481 | 2024-09-23T15:45:41.428Z | Compiling toml_datetime v0.6.8 |
482 | 2024-09-23T15:45:41.430Z | Compiling serde_spanned v0.6.7 |
483 | 2024-09-23T15:45:41.745Z | Compiling cargo-platform v0.1.8 |
484 | 2024-09-23T15:45:41.846Z | Compiling macaddr v1.0.1 |
485 | 2024-09-23T15:45:42.201Z | Compiling camino-tempfile v1.1.1 |
486 | 2024-09-23T15:45:42.967Z | Compiling dof v0.3.0 |
487 | 2024-09-23T15:45:43.036Z | Compiling cargo_metadata v0.18.1 |
488 | 2024-09-23T15:45:43.722Z | Compiling toml_edit v0.22.20 |
489 | 2024-09-23T15:45:44.888Z | Compiling usdt-macro v0.5.0 |
490 | 2024-09-23T15:45:44.888Z | Compiling usdt-attr-macro v0.5.0 |
491 | 2024-09-23T15:45:46.222Z | Compiling usdt v0.5.0 |
492 | 2024-09-23T15:45:46.776Z | Compiling toml v0.8.19 |
493 | 2024-09-23T15:45:47.402Z | Compiling cargo_toml v0.20.4 |
494 | 2024-09-23T15:45:51.366Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
495 | 2024-09-23T15:45:56.024Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.15s |
496 | 2024-09-23T15:45:56.307Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
497 | 2024-09-23T15:45:56.962Z | Downloading crates ... |
498 | 2024-09-23T15:45:57.096Z | Downloaded async-stream-impl v0.3.5 |
499 | 2024-09-23T15:45:57.099Z | Downloaded adler2 v2.0.0 |
500 | 2024-09-23T15:45:57.101Z | Downloaded addr2line v0.21.0 |
501 | 2024-09-23T15:45:57.105Z | Downloaded ciborium-io v0.2.2 |
502 | 2024-09-23T15:45:57.107Z | Downloaded cfg_aliases v0.2.1 |
503 | 2024-09-23T15:45:57.110Z | Downloaded bitstruct_derive v0.1.0 |
504 | 2024-09-23T15:45:57.119Z | Downloaded crucible-workspace-hack v0.1.0 |
505 | 2024-09-23T15:45:57.122Z | Downloaded bit-vec v0.6.3 |
506 | 2024-09-23T15:45:57.124Z | Downloaded http-range v0.1.5 |
507 | 2024-09-23T15:45:57.127Z | Downloaded arrayref v0.3.7 |
508 | 2024-09-23T15:45:57.129Z | Downloaded bcrypt-pbkdf v0.10.0 |
509 | 2024-09-23T15:45:57.132Z | Downloaded base16ct v0.2.0 |
510 | 2024-09-23T15:45:57.132Z | Downloaded hubpack_derive v0.1.1 |
511 | 2024-09-23T15:45:57.135Z | Downloaded async-recursion v1.1.1 |
512 | 2024-09-23T15:45:57.137Z | Downloaded atomic-waker v1.1.2 |
513 | 2024-09-23T15:45:57.140Z | Downloaded match_cfg v0.1.0 |
514 | 2024-09-23T15:45:57.142Z | Downloaded cipher v0.4.4 |
515 | 2024-09-23T15:45:57.144Z | Downloaded is_ci v1.2.0 |
516 | 2024-09-23T15:45:57.147Z | Downloaded constant_time_eq v0.3.0 |
517 | 2024-09-23T15:45:57.147Z | Downloaded chacha20 v0.9.1 |
518 | 2024-09-23T15:45:57.150Z | Downloaded cexpr v0.6.0 |
519 | 2024-09-23T15:45:57.152Z | Downloaded cbc v0.1.2 |
520 | 2024-09-23T15:45:57.155Z | Downloaded ctr v0.9.2 |
521 | 2024-09-23T15:45:57.158Z | Downloaded bitfield-struct v0.6.1 |
522 | 2024-09-23T15:45:57.160Z | Downloaded newline-converter v0.3.0 |
523 | 2024-09-23T15:45:57.162Z | Downloaded crc-catalog v2.4.0 |
524 | 2024-09-23T15:45:57.164Z | Downloaded cassowary v0.3.0 |
525 | 2024-09-23T15:45:57.166Z | Downloaded atty v0.2.14 |
526 | 2024-09-23T15:45:57.166Z | Downloaded md5 v0.7.0 |
527 | 2024-09-23T15:45:57.169Z | Downloaded ascii v1.1.0 |
528 | 2024-09-23T15:45:57.172Z | Downloaded httpdate v1.0.3 |
529 | 2024-09-23T15:45:57.174Z | Downloaded newtype_derive v0.1.6 |
530 | 2024-09-23T15:45:57.177Z | Downloaded base64ct v1.6.0 |
531 | 2024-09-23T15:45:57.179Z | Downloaded http-body v1.0.0 |
532 | 2024-09-23T15:45:57.182Z | Downloaded internet-checksum v0.2.1 |
533 | 2024-09-23T15:45:57.182Z | Downloaded ident_case v1.0.1 |
534 | 2024-09-23T15:45:57.184Z | Downloaded linear-map v1.2.0 |
535 | 2024-09-23T15:45:57.186Z | Downloaded hyper-tls v0.5.0 |
536 | 2024-09-23T15:45:57.188Z | Downloaded maybe-uninit v2.0.0 |
537 | 2024-09-23T15:45:57.190Z | Downloaded cfg_aliases v0.1.1 |
538 | 2024-09-23T15:45:57.190Z | Downloaded memoffset v0.9.1 |
539 | 2024-09-23T15:45:57.193Z | Downloaded mockall v0.13.0 |
540 | 2024-09-23T15:45:57.195Z | Downloaded libefi-sys v0.1.0 |
541 | 2024-09-23T15:45:57.197Z | Downloaded crunchy v0.2.2 |
542 | 2024-09-23T15:45:57.200Z | Downloaded cstr-argument v0.1.2 |
543 | 2024-09-23T15:45:57.200Z | Downloaded managed v0.8.0 |
544 | 2024-09-23T15:45:57.202Z | Downloaded bitstruct v0.1.1 |
545 | 2024-09-23T15:45:57.204Z | Downloaded ipnetwork v0.20.0 |
546 | 2024-09-23T15:45:57.207Z | Downloaded hyper-rustls v0.24.2 |
547 | 2024-09-23T15:45:57.210Z | Downloaded instability v0.3.2 |
548 | 2024-09-23T15:45:57.213Z | Downloaded kstat-rs v0.2.4 |
549 | 2024-09-23T15:45:57.213Z | Downloaded indent_write v2.2.0 |
550 | 2024-09-23T15:45:57.216Z | Downloaded multimap v0.10.0 |
551 | 2024-09-23T15:45:57.216Z | Downloaded iana-time-zone v0.1.60 |
552 | 2024-09-23T15:45:57.219Z | Downloaded highway v1.2.0 |
553 | 2024-09-23T15:45:57.221Z | Downloaded strum v0.26.3 |
554 | 2024-09-23T15:45:57.223Z | Downloaded is-terminal v0.4.12 |
555 | 2024-09-23T15:45:57.226Z | Downloaded async-stream v0.3.5 |
556 | 2024-09-23T15:45:57.228Z | Downloaded humantime v2.1.0 |
557 | 2024-09-23T15:45:57.231Z | Downloaded bit-set v0.5.3 |
558 | 2024-09-23T15:45:57.231Z | Downloaded instant v0.1.12 |
559 | 2024-09-23T15:45:57.233Z | Downloaded cookie v0.18.1 |
560 | 2024-09-23T15:45:57.236Z | Downloaded bitflags v1.3.2 |
561 | 2024-09-23T15:45:57.239Z | Downloaded ascii-canvas v3.0.0 |
562 | 2024-09-23T15:45:57.241Z | Downloaded new_debug_unreachable v1.0.6 |
563 | 2024-09-23T15:45:57.245Z | Downloaded bb8 v0.8.5 |
564 | 2024-09-23T15:45:57.245Z | Downloaded matches v0.1.10 |
565 | 2024-09-23T15:45:57.247Z | Downloaded castaway v0.2.3 |
566 | 2024-09-23T15:45:57.247Z | Downloaded block-padding v0.3.3 |
567 | 2024-09-23T15:45:57.249Z | Downloaded bitfield v0.14.0 |
568 | 2024-09-23T15:45:57.252Z | Downloaded multer v3.1.0 |
569 | 2024-09-23T15:45:57.254Z | Downloaded ciborium-ll v0.2.2 |
570 | 2024-09-23T15:45:57.256Z | Downloaded colored v2.1.0 |
571 | 2024-09-23T15:45:57.258Z | Downloaded lock_api v0.4.12 |
572 | 2024-09-23T15:45:57.262Z | Downloaded jobserver v0.1.32 |
573 | 2024-09-23T15:45:57.265Z | Downloaded lazycell v1.3.0 |
574 | 2024-09-23T15:45:57.265Z | Downloaded sync_wrapper v0.1.2 |
575 | 2024-09-23T15:45:57.265Z | Downloaded mime_guess v2.0.4 |
576 | 2024-09-23T15:45:57.267Z | Downloaded crossbeam-deque v0.8.5 |
577 | 2024-09-23T15:45:57.270Z | Downloaded allocator-api2 v0.2.18 |
578 | 2024-09-23T15:45:57.272Z | Downloaded tinyvec_macros v0.1.1 |
579 | 2024-09-23T15:45:57.275Z | Downloaded try-lock v0.2.5 |
580 | 2024-09-23T15:45:57.275Z | Downloaded httparse v1.8.0 |
581 | 2024-09-23T15:45:57.278Z | Downloaded native-tls v0.2.11 |
582 | 2024-09-23T15:45:57.282Z | Downloaded rustls-pemfile v1.0.4 |
583 | 2024-09-23T15:45:57.287Z | Downloaded secrecy v0.8.0 |
584 | 2024-09-23T15:45:57.289Z | Downloaded semver v0.1.20 |
585 | 2024-09-23T15:45:57.289Z | Downloaded sec1 v0.7.3 |
586 | 2024-09-23T15:45:57.290Z | Downloaded slog-dtrace v0.3.0 |
587 | 2024-09-23T15:45:57.293Z | Downloaded md-5 v0.10.6 |
588 | 2024-09-23T15:45:57.293Z | Downloaded linked-hash-map v0.5.6 |
589 | 2024-09-23T15:45:57.298Z | Downloaded foreign-types-macros v0.2.3 |
590 | 2024-09-23T15:45:57.298Z | Downloaded diesel_table_macro_syntax v0.2.0 |
591 | 2024-09-23T15:45:57.305Z | Downloaded blake2 v0.10.6 |
592 | 2024-09-23T15:45:57.305Z | Downloaded slog-scope v4.4.0 |
593 | 2024-09-23T15:45:57.308Z | Downloaded nanorand v0.7.0 |
594 | 2024-09-23T15:45:57.308Z | Downloaded endian-type v0.1.2 |
595 | 2024-09-23T15:45:57.308Z | Downloaded foreign-types-shared v0.1.1 |
596 | 2024-09-23T15:45:57.308Z | Downloaded darling_macro v0.20.9 |
597 | 2024-09-23T15:45:57.308Z | Downloaded strip-ansi-escapes v0.2.0 |
598 | 2024-09-23T15:45:57.312Z | Downloaded slog-async v2.8.0 |
599 | 2024-09-23T15:45:57.312Z | Downloaded crossbeam-epoch v0.9.18 |
600 | 2024-09-23T15:45:57.315Z | Downloaded bcs v0.1.6 |
601 | 2024-09-23T15:45:57.317Z | Downloaded async-bb8-diesel v0.2.1 |
602 | 2024-09-23T15:45:57.320Z | Downloaded arrayvec v0.7.4 |
603 | 2024-09-23T15:45:57.322Z | Downloaded nibble_vec v0.1.0 |
604 | 2024-09-23T15:45:57.325Z | Downloaded hmac v0.12.1 |
605 | 2024-09-23T15:45:57.327Z | Downloaded csv-core v0.1.11 |
606 | 2024-09-23T15:45:57.329Z | Downloaded newtype-uuid v1.1.0 |
607 | 2024-09-23T15:45:57.332Z | Downloaded thiserror-impl-no-std v2.0.2 |
608 | 2024-09-23T15:45:57.334Z | Downloaded cookie_store v0.20.0 |
609 | 2024-09-23T15:45:57.336Z | Downloaded nodrop v0.1.14 |
610 | 2024-09-23T15:45:57.336Z | Downloaded mime v0.3.17 |
611 | 2024-09-23T15:45:57.339Z | Downloaded slog-json v2.6.1 |
612 | 2024-09-23T15:45:57.341Z | Downloaded opaque-debug v0.3.1 |
613 | 2024-09-23T15:45:57.341Z | Downloaded portpicker v0.1.1 |
614 | 2024-09-23T15:45:57.343Z | Downloaded peg-runtime v0.8.3 |
615 | 2024-09-23T15:45:57.343Z | Downloaded num_threads v0.1.7 |
616 | 2024-09-23T15:45:57.346Z | Downloaded tabwriter v1.4.0 |
617 | 2024-09-23T15:45:57.348Z | Downloaded signal-hook-mio v0.2.4 |
618 | 2024-09-23T15:45:57.350Z | Downloaded const_format_proc_macros v0.2.33 |
619 | 2024-09-23T15:45:57.353Z | Downloaded slog-envlogger v2.2.0 |
620 | 2024-09-23T15:45:57.353Z | Downloaded indoc v1.0.9 |
621 | 2024-09-23T15:45:57.356Z | Downloaded utf-8 v0.7.6 |
622 | 2024-09-23T15:45:57.359Z | Downloaded tui-tree-widget v0.22.0 |
623 | 2024-09-23T15:45:57.362Z | Downloaded ipnet v2.9.0 |
624 | 2024-09-23T15:45:57.364Z | Downloaded ciborium v0.2.2 |
625 | 2024-09-23T15:45:57.367Z | Downloaded memmap2 v0.9.4 |
626 | 2024-09-23T15:45:57.369Z | Downloaded base64 v0.21.7 |
627 | 2024-09-23T15:45:57.374Z | Downloaded ghash v0.5.1 |
628 | 2024-09-23T15:45:57.376Z | Downloaded miniz_oxide v0.7.2 |
629 | 2024-09-23T15:45:57.379Z | Downloaded fixedbitset v0.4.2 |
630 | 2024-09-23T15:45:57.391Z | Downloaded ena v0.14.3 |
631 | 2024-09-23T15:45:57.393Z | Downloaded group v0.13.0 |
632 | 2024-09-23T15:45:57.396Z | Downloaded clang-sys v1.7.0 |
633 | 2024-09-23T15:45:57.399Z | Downloaded futures-executor v0.3.30 |
634 | 2024-09-23T15:45:57.401Z | Downloaded crypto-bigint v0.5.5 |
635 | 2024-09-23T15:45:57.408Z | Downloaded foreign-types-shared v0.3.1 |
636 | 2024-09-23T15:45:57.410Z | Downloaded pbkdf2 v0.12.2 |
637 | 2024-09-23T15:45:57.413Z | Downloaded r2d2 v0.8.10 |
638 | 2024-09-23T15:45:57.415Z | Downloaded arc-swap v1.7.1 |
639 | 2024-09-23T15:45:57.417Z | Downloaded packed_struct_codegen v0.10.1 |
640 | 2024-09-23T15:45:57.420Z | Downloaded want v0.3.1 |
641 | 2024-09-23T15:45:57.422Z | Downloaded untrusted v0.9.0 |
642 | 2024-09-23T15:45:57.423Z | Downloaded derive_builder_macro v0.20.0 |
643 | 2024-09-23T15:45:57.425Z | Downloaded signal-hook v0.3.17 |
644 | 2024-09-23T15:45:57.428Z | Downloaded waitgroup v0.1.2 |
645 | 2024-09-23T15:45:57.430Z | Downloaded hyper-util v0.1.7 |
646 | 2024-09-23T15:45:57.435Z | Downloaded peg v0.8.4 |
647 | 2024-09-23T15:45:57.439Z | Downloaded indexmap v1.9.3 |
648 | 2024-09-23T15:45:57.442Z | Downloaded number_prefix v0.4.0 |
649 | 2024-09-23T15:45:57.445Z | Downloaded mockall_derive v0.13.0 |
650 | 2024-09-23T15:45:57.447Z | Downloaded ssh-cipher v0.2.0 |
651 | 2024-09-23T15:45:57.449Z | Downloaded base64 v0.13.1 |
652 | 2024-09-23T15:45:57.452Z | Downloaded phf_shared v0.10.0 |
653 | 2024-09-23T15:45:57.454Z | Downloaded pretty-hex v0.2.1 |
654 | 2024-09-23T15:45:57.457Z | Downloaded compact_str v0.8.0 |
655 | 2024-09-23T15:45:57.460Z | Downloaded crossbeam-channel v0.5.12 |
656 | 2024-09-23T15:45:57.464Z | Downloaded signal-hook-registry v1.4.2 |
657 | 2024-09-23T15:45:57.467Z | Downloaded russh-cryptovec v0.7.2 |
658 | 2024-09-23T15:45:57.469Z | Downloaded topological-sort v0.2.2 |
659 | 2024-09-23T15:45:57.469Z | Downloaded tokio-macros v2.4.0 |
660 | 2024-09-23T15:45:57.472Z | Downloaded indicatif v0.17.8 |
661 | 2024-09-23T15:45:57.475Z | Downloaded ron v0.8.1 |
662 | 2024-09-23T15:45:57.481Z | Downloaded uzers v0.11.3 |
663 | 2024-09-23T15:45:57.484Z | Downloaded funty v2.0.0 |
664 | 2024-09-23T15:45:57.486Z | Downloaded http v0.2.12 |
665 | 2024-09-23T15:45:57.490Z | Downloaded hickory-resolver v0.24.1 |
666 | 2024-09-23T15:45:57.495Z | Downloaded termios v0.3.3 |
667 | 2024-09-23T15:45:57.498Z | Downloaded num-complex v0.4.6 |
668 | 2024-09-23T15:45:57.500Z | Downloaded num-derive v0.4.2 |
669 | 2024-09-23T15:45:57.502Z | Downloaded termcolor v1.4.1 |
670 | 2024-09-23T15:45:57.505Z | Downloaded derive_builder_core v0.20.0 |
671 | 2024-09-23T15:45:57.508Z | Downloaded which v4.4.2 |
672 | 2024-09-23T15:45:57.510Z | Downloaded walkdir v2.5.0 |
673 | 2024-09-23T15:45:57.512Z | Downloaded tokio-native-tls v0.3.1 |
674 | 2024-09-23T15:45:57.514Z | Downloaded static_assertions v1.1.0 |
675 | 2024-09-23T15:45:57.517Z | Downloaded stable_deref_trait v1.2.0 |
676 | 2024-09-23T15:45:57.521Z | Downloaded phf v0.11.2 |
677 | 2024-09-23T15:45:57.521Z | Downloaded downcast v0.11.0 |
678 | 2024-09-23T15:45:57.523Z | Downloaded uuid v1.10.0 |
679 | 2024-09-23T15:45:57.526Z | Downloaded crc-any v2.5.0 |
680 | 2024-09-23T15:45:57.529Z | Downloaded polyval v0.6.2 |
681 | 2024-09-23T15:45:57.531Z | Downloaded tracing-attributes v0.1.27 |
682 | 2024-09-23T15:45:57.534Z | Downloaded headers-core v0.2.0 |
683 | 2024-09-23T15:45:57.536Z | Downloaded test-strategy v0.3.1 |
684 | 2024-09-23T15:45:57.539Z | Downloaded structmeta-derive v0.2.0 |
685 | 2024-09-23T15:45:57.541Z | Downloaded vte_generate_state_changes v0.1.1 |
686 | 2024-09-23T15:45:57.545Z | Downloaded parse-size v1.0.0 |
687 | 2024-09-23T15:45:57.545Z | Downloaded rand_xorshift v0.3.0 |
688 | 2024-09-23T15:45:57.547Z | Downloaded quick-error v1.2.3 |
689 | 2024-09-23T15:45:57.547Z | Downloaded der_derive v0.7.2 |
690 | 2024-09-23T15:45:57.550Z | Downloaded postcard v1.0.8 |
691 | 2024-09-23T15:45:57.552Z | Downloaded diff v0.1.13 |
692 | 2024-09-23T15:45:57.556Z | Downloaded zerocopy v0.6.6 |
693 | 2024-09-23T15:45:57.559Z | Downloaded unsafe-libyaml v0.2.11 |
694 | 2024-09-23T15:45:57.563Z | Downloaded spin v0.9.8 |
695 | 2024-09-23T15:45:57.566Z | Downloaded rpassword v7.3.1 |
696 | 2024-09-23T15:45:57.569Z | Downloaded mio v0.8.11 |
697 | 2024-09-23T15:45:57.575Z | Downloaded rustfmt-wrapper v0.2.1 |
698 | 2024-09-23T15:45:57.577Z | Downloaded omicron-zone-package v0.11.0 |
699 | 2024-09-23T15:45:57.580Z | Downloaded poly1305 v0.8.0 |
700 | 2024-09-23T15:45:57.583Z | Downloaded serde_urlencoded v0.7.1 |
701 | 2024-09-23T15:45:57.586Z | Downloaded derive_builder v0.20.0 |
702 | 2024-09-23T15:45:57.591Z | Downloaded strum_macros v0.25.3 |
703 | 2024-09-23T15:45:57.596Z | Downloaded take_mut v0.2.2 |
704 | 2024-09-23T15:45:57.599Z | Downloaded tungstenite v0.20.1 |
705 | 2024-09-23T15:45:57.601Z | Downloaded tokio-rustls v0.25.0 |
706 | 2024-09-23T15:45:57.603Z | Downloaded twox-hash v1.6.3 |
707 | 2024-09-23T15:45:57.606Z | Downloaded futures-channel v0.3.30 |
708 | 2024-09-23T15:45:57.608Z | Downloaded parse-display-derive v0.10.0 |
709 | 2024-09-23T15:45:57.610Z | Downloaded parse-display v0.10.0 |
710 | 2024-09-23T15:45:57.613Z | Downloaded powerfmt v0.2.0 |
711 | 2024-09-23T15:45:57.613Z | Downloaded tokio-tungstenite v0.20.1 |
712 | 2024-09-23T15:45:57.616Z | Downloaded url v2.5.2 |
713 | 2024-09-23T15:45:57.619Z | Downloaded derive-where v1.2.7 |
714 | 2024-09-23T15:45:57.627Z | Downloaded sha1 v0.10.6 |
715 | 2024-09-23T15:45:57.627Z | Downloaded foreign-types v0.3.2 |
716 | 2024-09-23T15:45:57.630Z | Downloaded float-ord v0.3.2 |
717 | 2024-09-23T15:45:57.630Z | Downloaded oso-derive v0.27.3 |
718 | 2024-09-23T15:45:57.630Z | Downloaded dhcproto-macros v0.1.0 |
719 | 2024-09-23T15:45:57.632Z | Downloaded slog v2.7.0 |
720 | 2024-09-23T15:45:57.634Z | Downloaded signal-hook-tokio v0.3.1 |
721 | 2024-09-23T15:45:57.636Z | Downloaded vsss-rs v3.3.4 |
722 | 2024-09-23T15:45:57.639Z | Downloaded serde-big-array v0.5.1 |
723 | 2024-09-23T15:45:57.641Z | Downloaded value-bag v1.9.0 |
724 | 2024-09-23T15:45:57.644Z | Downloaded crossterm v0.27.0 |
725 | 2024-09-23T15:45:57.652Z | Downloaded num_enum_derive v0.5.11 |
726 | 2024-09-23T15:45:57.654Z | Downloaded darling_core v0.20.9 |
727 | 2024-09-23T15:45:57.659Z | Downloaded serde_path_to_error v0.1.16 |
728 | 2024-09-23T15:45:57.661Z | Downloaded tls_codec_derive v0.4.1 |
729 | 2024-09-23T15:45:57.664Z | Downloaded sqlparser_derive v0.2.2 |
730 | 2024-09-23T15:45:57.667Z | Downloaded rustversion v1.0.17 |
731 | 2024-09-23T15:45:57.669Z | Downloaded num-conv v0.1.0 |
732 | 2024-09-23T15:45:57.669Z | Downloaded http v1.1.0 |
733 | 2024-09-23T15:45:57.674Z | Downloaded primeorder v0.13.6 |
734 | 2024-09-23T15:45:57.676Z | Downloaded filetime v0.2.25 |
735 | 2024-09-23T15:45:57.679Z | Downloaded ff v0.13.0 |
736 | 2024-09-23T15:45:57.681Z | Downloaded zeroize_derive v1.4.2 |
737 | 2024-09-23T15:45:57.683Z | Downloaded tap v1.0.1 |
738 | 2024-09-23T15:45:57.686Z | Downloaded tokio-tungstenite v0.21.0 |
739 | 2024-09-23T15:45:57.688Z | Downloaded serde_with_macros v3.9.0 |
740 | 2024-09-23T15:45:57.691Z | Downloaded serde_plain v1.0.2 |
741 | 2024-09-23T15:45:57.691Z | Downloaded getrandom v0.2.14 |
742 | 2024-09-23T15:45:57.695Z | Downloaded sigpipe v0.1.3 |
743 | 2024-09-23T15:45:57.698Z | Downloaded rustc_version v0.4.0 |
744 | 2024-09-23T15:45:57.701Z | Downloaded rustc-hash v1.1.0 |
745 | 2024-09-23T15:45:57.701Z | Downloaded futures-io v0.3.30 |
746 | 2024-09-23T15:45:57.701Z | Downloaded pkg-config v0.3.30 |
747 | 2024-09-23T15:45:57.703Z | Downloaded smallvec v0.6.14 |
748 | 2024-09-23T15:45:57.705Z | Downloaded futures-core v0.3.30 |
749 | 2024-09-23T15:45:57.706Z | Downloaded futures-macro v0.3.30 |
750 | 2024-09-23T15:45:57.708Z | Downloaded zeroize v1.8.1 |
751 | 2024-09-23T15:45:57.712Z | Downloaded des v0.8.1 |
752 | 2024-09-23T15:45:57.715Z | Downloaded minimal-lexical v0.2.1 |
753 | 2024-09-23T15:45:57.717Z | Downloaded precomputed-hash v0.1.1 |
754 | 2024-09-23T15:45:57.720Z | Downloaded gethostname v0.5.0 |
755 | 2024-09-23T15:45:57.720Z | Downloaded vte v0.11.1 |
756 | 2024-09-23T15:45:57.723Z | Downloaded supports-color v3.0.1 |
757 | 2024-09-23T15:45:57.725Z | Downloaded radium v0.7.0 |
758 | 2024-09-23T15:45:57.725Z | Downloaded predicates-tree v1.0.9 |
759 | 2024-09-23T15:45:57.728Z | Downloaded fatfs v0.3.6 |
760 | 2024-09-23T15:45:57.730Z | Downloaded tungstenite v0.21.0 |
761 | 2024-09-23T15:45:57.734Z | Downloaded display-error-chain v0.2.1 |
762 | 2024-09-23T15:45:57.736Z | Downloaded ref-cast-impl v1.0.23 |
763 | 2024-09-23T15:45:57.739Z | Downloaded num-iter v0.1.45 |
764 | 2024-09-23T15:45:57.739Z | Downloaded num-integer v0.1.46 |
765 | 2024-09-23T15:45:57.741Z | Downloaded heck v0.3.3 |
766 | 2024-09-23T15:45:57.744Z | Downloaded glob v0.3.1 |
767 | 2024-09-23T15:45:57.746Z | Downloaded aes v0.8.4 |
768 | 2024-09-23T15:45:57.750Z | Downloaded either v1.13.0 |
769 | 2024-09-23T15:45:57.752Z | Downloaded tokio-tungstenite v0.23.1 |
770 | 2024-09-23T15:45:57.754Z | Downloaded pkcs1 v0.7.5 |
771 | 2024-09-23T15:45:57.757Z | Downloaded tower-service v0.3.2 |
772 | 2024-09-23T15:45:57.759Z | Downloaded password-hash v0.4.2 |
773 | 2024-09-23T15:45:57.761Z | Downloaded wait-timeout v0.2.0 |
774 | 2024-09-23T15:45:57.763Z | Downloaded whoami v1.5.1 |
775 | 2024-09-23T15:45:57.766Z | Downloaded ref-cast v1.0.23 |
776 | 2024-09-23T15:45:57.768Z | Downloaded vergen v8.3.2 |
777 | 2024-09-23T15:45:57.771Z | Downloaded erased-serde v0.3.31 |
778 | 2024-09-23T15:45:57.774Z | Downloaded snafu-derive v0.8.2 |
779 | 2024-09-23T15:45:57.777Z | Downloaded mio v1.0.2 |
780 | 2024-09-23T15:45:57.784Z | Downloaded blake3 v1.5.1 |
781 | 2024-09-23T15:45:57.793Z | Downloaded xattr v1.3.1 |
782 | 2024-09-23T15:45:57.796Z | Downloaded unicase v2.7.0 |
783 | 2024-09-23T15:45:57.798Z | Downloaded toml v0.7.8 |
784 | 2024-09-23T15:45:57.803Z | Downloaded fallible-iterator v0.2.0 |
785 | 2024-09-23T15:45:57.805Z | Downloaded ed25519 v2.2.3 |
786 | 2024-09-23T15:45:57.807Z | Downloaded itertools v0.12.1 |
787 | 2024-09-23T15:45:57.817Z | Downloaded tokio-rustls v0.24.1 |
788 | 2024-09-23T15:45:57.820Z | Downloaded psl-types v2.0.11 |
789 | 2024-09-23T15:45:57.823Z | Downloaded pem v3.0.4 |
790 | 2024-09-23T15:45:57.825Z | Downloaded same-file v1.0.6 |
791 | 2024-09-23T15:45:57.828Z | Downloaded pkcs5 v0.7.1 |
792 | 2024-09-23T15:45:57.831Z | Downloaded futures v0.3.30 |
793 | 2024-09-23T15:45:57.837Z | Downloaded time-core v0.1.2 |
794 | 2024-09-23T15:45:57.840Z | Downloaded dirs-next v2.0.0 |
795 | 2024-09-23T15:45:57.840Z | Downloaded spin v0.5.2 |
796 | 2024-09-23T15:45:57.844Z | Downloaded rand_chacha v0.3.1 |
797 | 2024-09-23T15:45:57.846Z | Downloaded subtle v2.5.0 |
798 | 2024-09-23T15:45:57.846Z | Downloaded globset v0.4.14 |
799 | 2024-09-23T15:45:57.849Z | Downloaded env_logger v0.9.3 |
800 | 2024-09-23T15:45:57.851Z | Downloaded libm v0.2.8 |
801 | 2024-09-23T15:45:57.861Z | Downloaded slog-term v2.9.1 |
802 | 2024-09-23T15:45:57.864Z | Downloaded fxhash v0.2.1 |
803 | 2024-09-23T15:45:57.866Z | Downloaded string_cache v0.8.7 |
804 | 2024-09-23T15:45:57.869Z | Downloaded nu-ansi-term v0.50.0 |
805 | 2024-09-23T15:45:57.872Z | Downloaded dhcproto v0.12.0 |
806 | 2024-09-23T15:45:57.874Z | Downloaded packed_struct v0.10.1 |
807 | 2024-09-23T15:45:57.876Z | Downloaded dirs-sys-next v0.1.2 |
808 | 2024-09-23T15:45:57.879Z | Downloaded predicates-core v1.0.6 |
809 | 2024-09-23T15:45:57.882Z | Downloaded pin-utils v0.1.0 |
810 | 2024-09-23T15:45:57.882Z | Downloaded hash32 v0.3.1 |
811 | 2024-09-23T15:45:57.884Z | Downloaded oso v0.27.3 |
812 | 2024-09-23T15:45:57.887Z | Downloaded parking_lot_core v0.8.6 |
813 | 2024-09-23T15:45:57.890Z | Downloaded derive_more v0.99.18 |
814 | 2024-09-23T15:45:57.896Z | Downloaded hash32 v0.2.1 |
815 | 2024-09-23T15:45:57.899Z | Downloaded termtree v0.4.1 |
816 | 2024-09-23T15:45:57.901Z | Downloaded serde-hex v0.1.0 |
817 | 2024-09-23T15:45:57.903Z | Downloaded tower-layer v0.3.2 |
818 | 2024-09-23T15:45:57.907Z | Downloaded yasna v0.5.2 |
819 | 2024-09-23T15:45:57.909Z | Downloaded time-macros v0.2.18 |
820 | 2024-09-23T15:45:57.909Z | Downloaded prettyplease v0.2.20 |
821 | 2024-09-23T15:45:57.913Z | Downloaded tiny-keccak v2.0.2 |
822 | 2024-09-23T15:45:57.916Z | Downloaded dyn-clone v1.0.17 |
823 | 2024-09-23T15:45:57.919Z | Downloaded percent-encoding v2.3.1 |
824 | 2024-09-23T15:45:57.921Z | Downloaded resolv-conf v0.7.0 |
825 | 2024-09-23T15:45:57.923Z | Downloaded defmt-macros v0.3.9 |
826 | 2024-09-23T15:45:57.926Z | Downloaded defmt-parser v0.3.4 |
827 | 2024-09-23T15:45:57.928Z | Downloaded zone v0.1.8 |
828 | 2024-09-23T15:45:57.928Z | Downloaded hyper v1.4.1 |
829 | 2024-09-23T15:45:57.936Z | Downloaded snafu v0.8.2 |
830 | 2024-09-23T15:45:57.944Z | Downloaded path-slash v0.1.5 |
831 | 2024-09-23T15:45:57.946Z | Downloaded shlex v1.3.0 |
832 | 2024-09-23T15:45:57.948Z | Downloaded dsl_auto_type v0.1.2 |
833 | 2024-09-23T15:45:57.948Z | Downloaded rtoolbox v0.0.2 |
834 | 2024-09-23T15:45:57.951Z | Downloaded paste v1.0.15 |
835 | 2024-09-23T15:45:57.954Z | Downloaded num-rational v0.4.2 |
836 | 2024-09-23T15:45:57.956Z | Downloaded shell-words v1.1.0 |
837 | 2024-09-23T15:45:57.958Z | Downloaded russh-keys v0.45.0 |
838 | 2024-09-23T15:45:57.961Z | Downloaded openssl-sys v0.9.103 |
839 | 2024-09-23T15:45:57.967Z | Downloaded toolchain_find v0.4.0 |
840 | 2024-09-23T15:45:57.969Z | Downloaded strum_macros v0.26.4 |
841 | 2024-09-23T15:45:57.972Z | Downloaded socket2 v0.5.7 |
842 | 2024-09-23T15:45:57.974Z | Downloaded term v0.7.0 |
843 | 2024-09-23T15:45:57.978Z | Downloaded thread_local v1.1.8 |
844 | 2024-09-23T15:45:57.981Z | Downloaded hashlink v0.9.1 |
845 | 2024-09-23T15:45:57.984Z | Downloaded unicode-xid v0.2.4 |
846 | 2024-09-23T15:45:57.987Z | Downloaded defmt v0.3.8 |
847 | 2024-09-23T15:45:57.989Z | Downloaded samael v0.0.17 |
848 | 2024-09-23T15:45:57.996Z | Downloaded dropshot_endpoint v0.10.1 |
849 | 2024-09-23T15:45:57.999Z | Downloaded thiserror-no-std v2.0.2 |
850 | 2024-09-23T15:45:58.003Z | Downloaded fallible-iterator v0.3.0 |
851 | 2024-09-23T15:45:58.006Z | Downloaded futures-task v0.3.30 |
852 | 2024-09-23T15:45:58.009Z | Downloaded normalize-line-endings v0.3.0 |
853 | 2024-09-23T15:45:58.009Z | Downloaded unicode_categories v0.1.1 |
854 | 2024-09-23T15:45:58.011Z | Downloaded spki v0.7.3 |
855 | 2024-09-23T15:45:58.014Z | Downloaded scrypt v0.11.0 |
856 | 2024-09-23T15:45:58.016Z | Downloaded scopeguard v1.2.0 |
857 | 2024-09-23T15:45:58.019Z | Downloaded postgres-types v0.2.7 |
858 | 2024-09-23T15:45:58.022Z | Downloaded pbkdf2 v0.11.0 |
859 | 2024-09-23T15:45:58.024Z | Downloaded phf_shared v0.11.2 |
860 | 2024-09-23T15:45:58.024Z | Downloaded sct v0.7.1 |
861 | 2024-09-23T15:45:58.029Z | Downloaded tar v0.4.41 |
862 | 2024-09-23T15:45:58.032Z | Downloaded fd-lock v4.0.2 |
863 | 2024-09-23T15:45:58.035Z | Downloaded password-hash v0.5.0 |
864 | 2024-09-23T15:45:58.038Z | Downloaded aho-corasick v1.1.3 |
865 | 2024-09-23T15:45:58.045Z | Downloaded rustls-pemfile v2.1.3 |
866 | 2024-09-23T15:45:58.048Z | Downloaded half v2.4.1 |
867 | 2024-09-23T15:45:58.052Z | Downloaded num-bigint v0.4.5 |
868 | 2024-09-23T15:45:58.059Z | Downloaded tracing v0.1.40 |
869 | 2024-09-23T15:45:58.064Z | Downloaded num_enum v0.5.11 |
870 | 2024-09-23T15:45:58.071Z | Downloaded publicsuffix v2.2.3 |
871 | 2024-09-23T15:45:58.074Z | Downloaded num v0.4.3 |
872 | 2024-09-23T15:45:58.076Z | Downloaded unicode-bidi v0.3.15 |
873 | 2024-09-23T15:45:58.079Z | Downloaded salty v0.3.0 |
874 | 2024-09-23T15:45:58.087Z | Downloaded unicode-normalization v0.1.23 |
875 | 2024-09-23T15:45:58.092Z | Downloaded rand v0.8.5 |
876 | 2024-09-23T15:45:58.100Z | Downloaded rsa v0.9.6 |
877 | 2024-09-23T15:45:58.103Z | Downloaded reedline v0.33.0 |
878 | 2024-09-23T15:45:58.113Z | Downloaded bindgen v0.69.4 |
879 | 2024-09-23T15:45:58.123Z | Downloaded p256 v0.13.2 |
880 | 2024-09-23T15:45:58.128Z | Downloaded pin-project v1.1.5 |
881 | 2024-09-23T15:45:58.142Z | Downloaded ed25519-dalek v2.1.1 |
882 | 2024-09-23T15:45:58.146Z | Downloaded chrono v0.4.38 |
883 | 2024-09-23T15:45:58.155Z | Downloaded bitvec v1.0.1 |
884 | 2024-09-23T15:45:58.174Z | Downloaded expectorate v1.1.0 |
885 | 2024-09-23T15:45:58.177Z | Downloaded unicode-segmentation v1.11.0 |
886 | 2024-09-23T15:45:58.180Z | Downloaded quick-xml v0.33.0 |
887 | 2024-09-23T15:45:58.188Z | Downloaded zip v0.6.6 |
888 | 2024-09-23T15:45:58.194Z | Downloaded portable-atomic v1.6.0 |
889 | 2024-09-23T15:45:58.201Z | Downloaded der v0.7.9 |
890 | 2024-09-23T15:45:58.208Z | Downloaded tokio-util v0.7.11 |
891 | 2024-09-23T15:45:58.217Z | Downloaded lalrpop v0.19.12 |
892 | 2024-09-23T15:45:58.230Z | Downloaded reqwest v0.11.27 |
893 | 2024-09-23T15:45:58.240Z | Downloaded heapless v0.7.17 |
894 | 2024-09-23T15:45:58.245Z | Downloaded tower v0.4.13 |
895 | 2024-09-23T15:45:58.256Z | Downloaded winnow v0.5.40 |
896 | 2024-09-23T15:45:58.268Z | Downloaded typed-path v0.7.1 |
897 | 2024-09-23T15:45:58.275Z | Downloaded idna v0.5.0 |
898 | 2024-09-23T15:45:58.283Z | Downloaded idna v0.4.0 |
899 | 2024-09-23T15:45:58.292Z | Downloaded p521 v0.13.3 |
900 | 2024-09-23T15:45:58.297Z | Downloaded idna v0.3.0 |
901 | 2024-09-23T15:45:58.306Z | Downloaded x509-cert v0.2.5 |
902 | 2024-09-23T15:45:58.314Z | Downloaded rayon v1.10.0 |
903 | 2024-09-23T15:45:58.326Z | Downloaded nix v0.27.1 |
904 | 2024-09-23T15:45:58.339Z | Downloaded h2 v0.3.26 |
905 | 2024-09-23T15:45:58.347Z | Downloaded time v0.3.36 |
906 | 2024-09-23T15:45:58.356Z | Downloaded webpki-roots v0.25.4 |
907 | 2024-09-23T15:45:58.362Z | Downloaded h2 v0.4.6 |
908 | 2024-09-23T15:45:58.370Z | Downloaded nom v7.1.3 |
909 | 2024-09-23T15:45:58.378Z | Downloaded p384 v0.13.0 |
910 | 2024-09-23T15:45:58.386Z | Downloaded regex v1.10.6 |
911 | 2024-09-23T15:45:58.403Z | Downloaded rustls-webpki v0.101.7 |
912 | 2024-09-23T15:45:58.420Z | Downloaded rustls v0.21.12 |
913 | 2024-09-23T15:45:58.434Z | Downloaded object v0.32.2 |
914 | 2024-09-23T15:45:58.447Z | Downloaded sqlparser v0.45.0 |
915 | 2024-09-23T15:45:58.454Z | Downloaded regex-syntax v0.6.29 |
916 | 2024-09-23T15:45:58.464Z | Downloaded gimli v0.28.1 |
917 | 2024-09-23T15:45:58.475Z | Downloaded git2 v0.19.0 |
918 | 2024-09-23T15:45:58.486Z | Downloaded polar-core v0.27.3 |
919 | 2024-09-23T15:45:58.495Z | Downloaded diesel v2.2.4 |
920 | 2024-09-23T15:45:58.517Z | Downloaded bstr v1.9.1 |
921 | 2024-09-23T15:45:58.529Z | Downloaded rustls v0.23.10 |
922 | 2024-09-23T15:45:58.548Z | Downloaded openapiv3 v2.0.0 |
923 | 2024-09-23T15:45:58.562Z | Downloaded rustls v0.22.4 |
924 | 2024-09-23T15:45:58.578Z | Downloaded regress v0.9.1 |
925 | 2024-09-23T15:45:58.588Z | Downloaded nix v0.29.0 |
926 | 2024-09-23T15:45:58.601Z | Downloaded regex-syntax v0.8.4 |
927 | 2024-09-23T15:45:58.611Z | Downloaded smoltcp v0.11.0 |
928 | 2024-09-23T15:45:58.628Z | Downloaded zerocopy-derive v0.6.6 |
929 | 2024-09-23T15:45:58.639Z | Downloaded sled v0.34.7 |
930 | 2024-09-23T15:45:58.651Z | Downloaded finl_unicode v1.2.0 |
931 | 2024-09-23T15:45:58.666Z | Downloaded regex-automata v0.4.6 |
932 | 2024-09-23T15:45:58.685Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
933 | 2024-09-23T15:45:58.700Z | Downloaded ratatui v0.28.0 |
934 | 2024-09-23T15:45:58.722Z | Downloaded dropshot v0.10.1 |
935 | 2024-09-23T15:45:58.734Z | Downloaded petgraph v0.6.5 |
936 | 2024-09-23T15:45:58.755Z | Downloaded proptest v1.5.0 |
937 | 2024-09-23T15:45:58.766Z | Downloaded tokio v1.39.3 |
938 | 2024-09-23T15:45:58.807Z | Downloaded csv v1.3.0 |
939 | 2024-09-23T15:45:58.830Z | Downloaded sha3 v0.10.8 |
940 | 2024-09-23T15:45:58.835Z | Downloaded hickory-proto v0.24.1 |
941 | 2024-09-23T15:45:58.853Z | Downloaded radix_trie v0.2.1 |
942 | 2024-09-23T15:45:58.858Z | Downloaded smoltcp v0.9.1 |
943 | 2024-09-23T15:45:58.871Z | Downloaded openssl v0.10.66 |
944 | 2024-09-23T15:45:58.882Z | Downloaded object v0.30.4 |
945 | 2024-09-23T15:45:58.893Z | Downloaded trust-dns-proto v0.22.0 |
946 | 2024-09-23T15:45:58.907Z | Downloaded rusqlite v0.32.1 |
947 | 2024-09-23T15:45:58.915Z | Downloaded vcpkg v0.2.15 |
948 | 2024-09-23T15:45:58.957Z | Downloaded rustls-webpki v0.102.4 |
949 | 2024-09-23T15:45:58.976Z | Downloaded encoding_rs v0.8.34 |
950 | 2024-09-23T15:45:59.000Z | Downloaded nix v0.28.0 |
951 | 2024-09-23T15:45:59.014Z | Downloaded curve25519-dalek v4.1.3 |
952 | 2024-09-23T15:45:59.026Z | Downloaded idna v0.2.3 |
953 | 2024-09-23T15:45:59.034Z | Downloaded serde_with v3.9.0 |
954 | 2024-09-23T15:45:59.044Z | Downloaded hyper v0.14.30 |
955 | 2024-09-23T15:45:59.053Z | Downloaded futures-sink v0.3.30 |
956 | 2024-09-23T15:45:59.056Z | Downloaded ppv-lite86 v0.2.17 |
957 | 2024-09-23T15:45:59.056Z | Downloaded rustc-demangle v0.1.24 |
958 | 2024-09-23T15:45:59.058Z | Downloaded ecdsa v0.16.9 |
959 | 2024-09-23T15:45:59.061Z | Downloaded steno v0.4.1 |
960 | 2024-09-23T15:45:59.065Z | Downloaded toml_edit v0.19.15 |
961 | 2024-09-23T15:45:59.083Z | Downloaded rustyline v14.0.0 |
962 | 2024-09-23T15:45:59.089Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
963 | 2024-09-23T15:45:59.151Z | Downloaded pin-project-lite v0.2.14 |
964 | 2024-09-23T15:45:59.156Z | Downloaded subprocess v0.2.9 |
965 | 2024-09-23T15:45:59.159Z | Downloaded tungstenite v0.23.0 |
966 | 2024-09-23T15:45:59.163Z | Downloaded itertools v0.13.0 |
967 | 2024-09-23T15:45:59.172Z | Downloaded parking_lot_core v0.9.10 |
968 | 2024-09-23T15:45:59.175Z | Downloaded pem-rfc7468 v0.7.0 |
969 | 2024-09-23T15:45:59.178Z | Downloaded flate2 v1.0.33 |
970 | 2024-09-23T15:45:59.183Z | Downloaded unarray v0.1.4 |
971 | 2024-09-23T15:45:59.186Z | Downloaded tinyvec v1.6.0 |
972 | 2024-09-23T15:45:59.189Z | Downloaded num-bigint-dig v0.8.4 |
973 | 2024-09-23T15:45:59.194Z | Downloaded futures-util v0.3.30 |
974 | 2024-09-23T15:45:59.208Z | Downloaded flume v0.11.0 |
975 | 2024-09-23T15:45:59.212Z | Downloaded hkdf v0.12.4 |
976 | 2024-09-23T15:45:59.215Z | Downloaded stringprep v0.1.4 |
977 | 2024-09-23T15:45:59.217Z | Downloaded rustls-pki-types v1.7.0 |
978 | 2024-09-23T15:45:59.221Z | Downloaded num-traits v0.2.19 |
979 | 2024-09-23T15:45:59.227Z | Downloaded tokio-postgres v0.7.11 |
980 | 2024-09-23T15:45:59.231Z | Downloaded data-encoding v2.6.0 |
981 | 2024-09-23T15:45:59.231Z | Downloaded serde_arrays v0.1.0 |
982 | 2024-09-23T15:45:59.233Z | Downloaded predicates v3.1.2 |
983 | 2024-09-23T15:45:59.236Z | Downloaded hashbrown v0.12.3 |
984 | 2024-09-23T15:45:59.240Z | Downloaded libxml v0.3.3 |
985 | 2024-09-23T15:45:59.249Z | Downloaded env_logger v0.11.5 |
986 | 2024-09-23T15:45:59.252Z | Downloaded env_logger v0.10.2 |
987 | 2024-09-23T15:45:59.255Z | Downloaded pin-project-internal v1.1.5 |
988 | 2024-09-23T15:45:59.258Z | Downloaded hashbrown v0.13.2 |
989 | 2024-09-23T15:45:59.265Z | Downloaded itertools v0.10.5 |
990 | 2024-09-23T15:45:59.272Z | Downloaded heapless v0.8.0 |
991 | 2024-09-23T15:45:59.277Z | Downloaded wyz v0.5.1 |
992 | 2024-09-23T15:45:59.280Z | Downloaded debug-ignore v1.0.5 |
993 | 2024-09-23T15:45:59.282Z | Downloaded unicode-truncate v1.0.0 |
994 | 2024-09-23T15:45:59.282Z | Downloaded ron v0.7.1 |
995 | 2024-09-23T15:45:59.288Z | Downloaded tough v0.17.1 |
996 | 2024-09-23T15:45:59.297Z | Downloaded similar v2.6.0 |
997 | 2024-09-23T15:45:59.303Z | Downloaded schemars v0.8.21 |
998 | 2024-09-23T15:45:59.318Z | Downloaded russh v0.45.0 |
999 | 2024-09-23T15:45:59.323Z | Downloaded socket2 v0.4.10 |
1000 | 2024-09-23T15:45:59.328Z | Downloaded smallvec v1.13.2 |
1001 | 2024-09-23T15:45:59.331Z | Downloaded headers v0.3.9 |
1002 | 2024-09-23T15:45:59.335Z | Downloaded crossterm v0.28.1 |
1003 | 2024-09-23T15:45:59.342Z | Downloaded slog-stdlog v4.1.1 |
1004 | 2024-09-23T15:45:59.345Z | Downloaded siphasher v0.3.11 |
1005 | 2024-09-23T15:45:59.348Z | Downloaded signature v2.2.0 |
1006 | 2024-09-23T15:45:59.348Z | Downloaded owo-colors v4.0.0 |
1007 | 2024-09-23T15:45:59.350Z | Downloaded elliptic-curve v0.13.8 |
1008 | 2024-09-23T15:45:59.354Z | Downloaded ssh-key v0.6.6 |
1009 | 2024-09-23T15:45:59.362Z | Downloaded aes-gcm v0.10.3 |
1010 | 2024-09-23T15:45:59.366Z | Downloaded rfc6979 v0.4.0 |
1011 | 2024-09-23T15:45:59.369Z | Downloaded getopts v0.2.21 |
1012 | 2024-09-23T15:45:59.371Z | Downloaded enum-as-inner v0.5.1 |
1013 | 2024-09-23T15:45:59.371Z | Downloaded rayon-core v1.12.1 |
1014 | 2024-09-23T15:45:59.375Z | Downloaded strum_macros v0.24.3 |
1015 | 2024-09-23T15:45:59.377Z | Downloaded structmeta-derive v0.3.0 |
1016 | 2024-09-23T15:45:59.380Z | Downloaded tracing-core v0.1.32 |
1017 | 2024-09-23T15:45:59.383Z | Downloaded float-cmp v0.9.0 |
1018 | 2024-09-23T15:45:59.386Z | Downloaded ring v0.17.8 |
1019 | 2024-09-23T15:45:59.459Z | Downloaded flagset v0.4.5 |
1020 | 2024-09-23T15:45:59.461Z | Downloaded embedded-io v0.4.0 |
1021 | 2024-09-23T15:45:59.464Z | Downloaded smf v0.2.3 |
1022 | 2024-09-23T15:45:59.464Z | Downloaded tokio-stream v0.1.15 |
1023 | 2024-09-23T15:45:59.469Z | Downloaded serde_repr v0.1.19 |
1024 | 2024-09-23T15:45:59.471Z | Downloaded parking_lot v0.12.2 |
1025 | 2024-09-23T15:45:59.474Z | Downloaded rand_seeder v0.3.0 |
1026 | 2024-09-23T15:45:59.476Z | Downloaded olpc-cjson v0.1.3 |
1027 | 2024-09-23T15:45:59.476Z | Downloaded diesel_derives v2.2.2 |
1028 | 2024-09-23T15:45:59.480Z | Downloaded backtrace v0.3.71 |
1029 | 2024-09-23T15:45:59.486Z | Downloaded hickory-server v0.24.1 |
1030 | 2024-09-23T15:45:59.492Z | Downloaded structmeta v0.3.0 |
1031 | 2024-09-23T15:45:59.495Z | Downloaded structmeta v0.2.0 |
1032 | 2024-09-23T15:45:59.495Z | Downloaded sqlformat v0.2.4 |
1033 | 2024-09-23T15:45:59.497Z | Downloaded scheduled-thread-pool v0.2.7 |
1034 | 2024-09-23T15:45:59.499Z | Downloaded rand_core v0.6.4 |
1035 | 2024-09-23T15:45:59.499Z | Downloaded universal-hash v0.5.1 |
1036 | 2024-09-23T15:45:59.502Z | Downloaded cc v1.0.97 |
1037 | 2024-09-23T15:45:59.504Z | Downloaded base64 v0.22.1 |
1038 | 2024-09-23T15:45:59.508Z | Downloaded serde_derive_internals v0.29.1 |
1039 | 2024-09-23T15:45:59.511Z | Downloaded proc-macro-crate v1.3.1 |
1040 | 2024-09-23T15:45:59.514Z | Downloaded libz-sys v1.1.16 |
1041 | 2024-09-23T15:45:59.603Z | Downloaded ring v0.16.20 |
1042 | 2024-09-23T15:45:59.702Z | Downloaded peg-macros v0.8.4 |
1043 | 2024-09-23T15:45:59.704Z | Downloaded parking_lot v0.11.2 |
1044 | 2024-09-23T15:45:59.707Z | Downloaded ssh-encoding v0.2.0 |
1045 | 2024-09-23T15:46:00.711Z | Downloaded tokio-rustls v0.26.0 |
1046 | 2024-09-23T15:46:00.712Z | Downloaded serde_yaml v0.9.34+deprecated |
1047 | 2024-09-23T15:46:00.715Z | Downloaded fragile v2.0.0 |
1048 | 2024-09-23T15:46:00.715Z | Downloaded form_urlencoded v1.2.1 |
1049 | 2024-09-23T15:46:00.715Z | Downloaded env_filter v0.1.2 |
1050 | 2024-09-23T15:46:00.715Z | Downloaded enum-as-inner v0.6.0 |
1051 | 2024-09-23T15:46:00.715Z | Downloaded deranged v0.3.11 |
1052 | 2024-09-23T15:46:00.715Z | Downloaded postgres-protocol v0.6.7 |
1053 | 2024-09-23T15:46:00.715Z | Downloaded pkcs8 v0.10.2 |
1054 | 2024-09-23T15:46:00.715Z | Downloaded miniz_oxide v0.8.0 |
1055 | 2024-09-23T15:46:00.715Z | Downloaded rcgen v0.12.1 |
1056 | 2024-09-23T15:46:00.715Z | Downloaded rusty-fork v0.3.0 |
1057 | 2024-09-23T15:46:00.715Z | Downloaded chacha20poly1305 v0.10.1 |
1058 | 2024-09-23T15:46:00.715Z | Downloaded openssl-probe v0.1.5 |
1059 | 2024-09-23T15:46:00.715Z | Downloaded openssl-macros v0.1.1 |
1060 | 2024-09-23T15:46:00.715Z | Downloaded slab v0.4.9 |
1061 | 2024-09-23T15:46:00.715Z | Downloaded salsa20 v0.10.2 |
1062 | 2024-09-23T15:46:00.715Z | Downloaded tls_codec v0.4.1 |
1063 | 2024-09-23T15:46:00.715Z | Downloaded foreign-types v0.5.0 |
1064 | 2024-09-23T15:46:00.715Z | Downloaded crossbeam-utils v0.8.19 |
1065 | 2024-09-23T15:46:00.715Z | Downloaded crc32fast v1.4.0 |
1066 | 2024-09-23T15:46:00.715Z | Downloaded const-oid v0.9.6 |
1067 | 2024-09-23T15:46:00.715Z | Downloaded const_format v0.2.33 |
1068 | 2024-09-23T15:46:00.715Z | Downloaded bytes v1.7.1 |
1069 | 2024-09-23T15:46:00.715Z | Downloaded fallible-streaming-iterator v0.1.9 |
1070 | 2024-09-23T15:46:00.715Z | Downloaded difflib v0.4.0 |
1071 | 2024-09-23T15:46:00.716Z | Downloaded libsqlite3-sys v0.30.1 |
1072 | 2024-09-23T15:46:00.716Z | Downloaded zone_cfg_derive v0.3.0 |
1073 | 2024-09-23T15:46:00.716Z | Downloaded zone v0.3.0 |
1074 | 2024-09-23T15:46:00.716Z | Downloaded untrusted v0.7.1 |
1075 | 2024-09-23T15:46:00.716Z | Downloaded lru-cache v0.1.2 |
1076 | 2024-09-23T15:46:00.716Z | Downloaded cancel-safe-futures v0.1.5 |
1077 | 2024-09-23T15:46:00.716Z | Downloaded bzip2 v0.4.4 |
1078 | 2024-09-23T15:46:00.716Z | Downloaded async-trait v0.1.82 |
1079 | 2024-09-23T15:46:00.716Z | Downloaded zone_cfg_derive v0.1.2 |
1080 | 2024-09-23T15:46:00.716Z | Downloaded maplit v1.0.2 |
1081 | 2024-09-23T15:46:00.716Z | Downloaded lru v0.12.3 |
1082 | 2024-09-23T15:46:00.716Z | Downloaded libsw v3.3.1 |
1083 | 2024-09-23T15:46:00.716Z | Downloaded lazy_static v1.5.0 |
1084 | 2024-09-23T15:46:00.716Z | Downloaded keccak v0.1.5 |
1085 | 2024-09-23T15:46:00.716Z | Downloaded impl-trait-for-tuples v0.2.2 |
1086 | 2024-09-23T15:46:00.716Z | Downloaded slog-bunyan v2.5.0 |
1087 | 2024-09-23T15:46:00.716Z | Downloaded schemars_derive v0.8.21 |
1088 | 2024-09-23T15:46:00.716Z | Downloaded rustc_version v0.1.7 |
1089 | 2024-09-23T15:46:00.716Z | Downloaded hyper-staticfile v0.9.5 |
1090 | 2024-09-23T15:46:00.716Z | Downloaded libloading v0.8.3 |
1091 | 2024-09-23T15:46:00.716Z | Downloaded hickory-client v0.24.1 |
1092 | 2024-09-23T15:46:00.716Z | Downloaded convert_case v0.4.0 |
1093 | 2024-09-23T15:46:00.716Z | Downloaded array-init v0.0.4 |
1094 | 2024-09-23T15:46:00.716Z | Downloaded hubpack v0.1.2 |
1095 | 2024-09-23T15:46:00.716Z | Downloaded ahash v0.8.11 |
1096 | 2024-09-23T15:46:00.716Z | Downloaded hostname v0.4.0 |
1097 | 2024-09-23T15:46:00.716Z | Downloaded home v0.5.9 |
1098 | 2024-09-23T15:46:00.716Z | Downloaded darling v0.20.9 |
1099 | 2024-09-23T15:46:00.716Z | Downloaded lalrpop-util v0.19.12 |
1100 | 2024-09-23T15:46:00.716Z | Downloaded inout v0.1.3 |
1101 | 2024-09-23T15:46:00.716Z | Downloaded hex v0.4.3 |
1102 | 2024-09-23T15:46:00.716Z | Downloaded cookie v0.17.0 |
1103 | 2024-09-23T15:46:00.716Z | Downloaded console v0.15.8 |
1104 | 2024-09-23T15:46:00.716Z | Downloaded hex-literal v0.4.1 |
1105 | 2024-09-23T15:46:00.716Z | Downloaded cobs v0.2.3 |
1106 | 2024-09-23T15:46:00.716Z | Downloaded buf-list v1.0.3 |
1107 | 2024-09-23T15:46:00.717Z | Downloaded curve25519-dalek-derive v0.1.1 |
1108 | 2024-09-23T15:46:00.717Z | Downloaded backoff v0.4.0 |
1109 | 2024-09-23T15:46:00.717Z | Downloaded argon2 v0.5.3 |
1110 | 2024-09-23T15:46:00.717Z | Downloaded adler v1.0.2 |
1111 | 2024-09-23T15:46:00.717Z | Downloaded http-body v0.4.6 |
1112 | 2024-09-23T15:46:00.717Z | Downloaded hostname v0.3.1 |
1113 | 2024-09-23T15:46:00.717Z | Downloaded atomicwrites v0.4.3 |
1114 | 2024-09-23T15:46:00.717Z | Downloaded crc v3.2.1 |
1115 | 2024-09-23T15:46:00.717Z | Downloaded blowfish v0.9.1 |
1116 | 2024-09-23T15:46:00.717Z | Downloaded aead v0.5.2 |
1117 | 2024-09-23T15:46:00.717Z | Downloaded assert_matches v1.5.0 |
1118 | 2024-09-23T15:46:00.717Z | Compiling serde v1.0.208 |
1119 | 2024-09-23T15:46:00.717Z | Compiling typenum v1.17.0 |
1120 | 2024-09-23T15:46:00.717Z | Compiling generic-array v0.14.7 |
1121 | 2024-09-23T15:46:00.717Z | Compiling lock_api v0.4.12 |
1122 | 2024-09-23T15:46:00.717Z | Compiling scopeguard v1.2.0 |
1123 | 2024-09-23T15:46:00.717Z | Compiling value-bag v1.9.0 |
1124 | 2024-09-23T15:46:00.717Z | Compiling syn v2.0.74 |
1125 | 2024-09-23T15:46:00.717Z | Compiling getrandom v0.2.14 |
1126 | 2024-09-23T15:46:00.717Z | Compiling subtle v2.5.0 |
1127 | 2024-09-23T15:46:00.717Z | Compiling rand_core v0.6.4 |
1128 | 2024-09-23T15:46:00.786Z | Compiling log v0.4.21 |
1129 | 2024-09-23T15:46:00.832Z | Compiling const-oid v0.9.6 |
1130 | 2024-09-23T15:46:00.851Z | Compiling jobserver v0.1.32 |
1131 | 2024-09-23T15:46:00.874Z | Compiling smallvec v1.13.2 |
1132 | 2024-09-23T15:46:01.141Z | Compiling pin-project-lite v0.2.14 |
1133 | 2024-09-23T15:46:01.225Z | Compiling cc v1.0.97 |
1134 | 2024-09-23T15:46:01.274Z | Compiling parking_lot_core v0.9.10 |
1135 | 2024-09-23T15:46:01.312Z | Compiling signal-hook-registry v1.4.2 |
1136 | 2024-09-23T15:46:01.742Z | Compiling mio v1.0.2 |
1137 | 2024-09-23T15:46:01.827Z | Compiling socket2 v0.5.7 |
1138 | 2024-09-23T15:46:02.254Z | Compiling parking_lot v0.12.2 |
1139 | 2024-09-23T15:46:02.492Z | Compiling ahash v0.8.11 |
1140 | 2024-09-23T15:46:02.881Z | Compiling futures-core v0.3.30 |
1141 | 2024-09-23T15:46:02.958Z | Compiling futures-sink v0.3.30 |
1142 | 2024-09-23T15:46:02.977Z | Compiling cpufeatures v0.2.12 |
1143 | 2024-09-23T15:46:03.092Z | Compiling slab v0.4.9 |
1144 | 2024-09-23T15:46:03.122Z | Compiling allocator-api2 v0.2.18 |
1145 | 2024-09-23T15:46:03.143Z | Compiling spin v0.9.8 |
1146 | 2024-09-23T15:46:03.166Z | Compiling tinyvec_macros v0.1.1 |
1147 | 2024-09-23T15:46:03.170Z | Compiling futures-channel v0.3.30 |
1148 | 2024-09-23T15:46:03.200Z | Compiling base64ct v1.6.0 |
1149 | 2024-09-23T15:46:03.254Z | Compiling tinyvec v1.6.0 |
1150 | 2024-09-23T15:46:03.541Z | Compiling serde_json v1.0.125 |
1151 | 2024-09-23T15:46:03.595Z | Compiling libm v0.2.8 |
1152 | 2024-09-23T15:46:03.822Z | Compiling futures-io v0.3.30 |
1153 | 2024-09-23T15:46:03.870Z | Compiling futures-task v0.3.30 |
1154 | 2024-09-23T15:46:03.889Z | Compiling pin-utils v0.1.0 |
1155 | 2024-09-23T15:46:03.990Z | Compiling pem-rfc7468 v0.7.0 |
1156 | 2024-09-23T15:46:04.011Z | Compiling num-traits v0.2.19 |
1157 | 2024-09-23T15:46:04.032Z | Compiling unicode-bidi v0.3.15 |
1158 | 2024-09-23T15:46:04.138Z | Compiling flagset v0.4.5 |
1159 | 2024-09-23T15:46:04.358Z | Compiling tracing-core v0.1.32 |
1160 | 2024-09-23T15:46:04.590Z | Compiling vcpkg v0.2.15 |
1161 | 2024-09-23T15:46:04.810Z | Compiling unicode-normalization v0.1.23 |
1162 | 2024-09-23T15:46:04.830Z | Compiling pkg-config v0.3.30 |
1163 | 2024-09-23T15:46:05.715Z | Compiling percent-encoding v2.3.1 |
1164 | 2024-09-23T15:46:05.737Z | Compiling ring v0.17.8 |
1165 | 2024-09-23T15:46:05.835Z | Compiling httparse v1.8.0 |
1166 | 2024-09-23T15:46:06.054Z | Compiling ppv-lite86 v0.2.17 |
1167 | 2024-09-23T15:46:06.131Z | Compiling try-lock v0.2.5 |
1168 | 2024-09-23T15:46:06.282Z | Compiling rustix v0.38.34 |
1169 | 2024-09-23T15:46:06.350Z | Compiling untrusted v0.9.0 |
1170 | 2024-09-23T15:46:06.542Z | Compiling want v0.3.1 |
1171 | 2024-09-23T15:46:06.903Z | Compiling rand_chacha v0.3.1 |
1172 | 2024-09-23T15:46:07.007Z | Compiling num-conv v0.1.0 |
1173 | 2024-09-23T15:46:07.029Z | Compiling openssl-sys v0.9.103 |
1174 | 2024-09-23T15:46:07.279Z | Compiling httpdate v1.0.3 |
1175 | 2024-09-23T15:46:07.301Z | Compiling time-core v0.1.2 |
1176 | 2024-09-23T15:46:07.415Z | Compiling rand v0.8.5 |
1177 | 2024-09-23T15:46:07.472Z | Compiling tower-service v0.3.2 |
1178 | 2024-09-23T15:46:07.594Z | Compiling foreign-types-shared v0.1.1 |
1179 | 2024-09-23T15:46:07.701Z | Compiling powerfmt v0.2.0 |
1180 | 2024-09-23T15:46:07.735Z | Compiling openssl v0.10.66 |
1181 | 2024-09-23T15:46:07.773Z | Compiling rustversion v1.0.17 |
1182 | 2024-09-23T15:46:08.076Z | Compiling deranged v0.3.11 |
1183 | 2024-09-23T15:46:08.157Z | Compiling foreign-types v0.3.2 |
1184 | 2024-09-23T15:46:08.252Z | Compiling time-macros v0.2.18 |
1185 | 2024-09-23T15:46:08.562Z | Compiling form_urlencoded v1.2.1 |
1186 | 2024-09-23T15:46:08.875Z | Compiling aho-corasick v1.1.3 |
1187 | 2024-09-23T15:46:09.050Z | Compiling syn v1.0.109 |
1188 | 2024-09-23T15:46:09.228Z | Compiling crossbeam-utils v0.8.19 |
1189 | 2024-09-23T15:46:09.656Z | Compiling native-tls v0.2.11 |
1190 | 2024-09-23T15:46:09.674Z | Compiling num_threads v0.1.7 |
1191 | 2024-09-23T15:46:09.800Z | Compiling regex-syntax v0.8.4 |
1192 | 2024-09-23T15:46:09.822Z | Compiling siphasher v0.3.11 |
1193 | 2024-09-23T15:46:09.991Z | Compiling rustls v0.21.12 |
1194 | 2024-09-23T15:46:10.358Z | Compiling idna v0.5.0 |
1195 | 2024-09-23T15:46:11.313Z | Compiling socket2 v0.4.10 |
1196 | 2024-09-23T15:46:11.446Z | Compiling time v0.3.36 |
1197 | 2024-09-23T15:46:11.719Z | Compiling cookie v0.17.0 |
1198 | 2024-09-23T15:46:12.027Z | Compiling iana-time-zone v0.1.60 |
1199 | 2024-09-23T15:46:12.048Z | Compiling openssl-probe v0.1.5 |
1200 | 2024-09-23T15:46:12.237Z | Compiling finl_unicode v1.2.0 |
1201 | 2024-09-23T15:46:12.411Z | Compiling slog v2.7.0 |
1202 | 2024-09-23T15:46:12.611Z | Compiling url v2.5.2 |
1203 | 2024-09-23T15:46:12.849Z | Compiling stringprep v0.1.4 |
1204 | 2024-09-23T15:46:13.960Z | Compiling regex-automata v0.4.6 |
1205 | 2024-09-23T15:46:14.411Z | Compiling num-integer v0.1.46 |
1206 | 2024-09-23T15:46:14.977Z | Compiling serde_derive v1.0.208 |
1207 | 2024-09-23T15:46:15.226Z | Compiling zeroize_derive v1.4.2 |
1208 | 2024-09-23T15:46:15.574Z | Compiling zerocopy-derive v0.7.34 |
1209 | 2024-09-23T15:46:16.302Z | Compiling tokio-macros v2.4.0 |
1210 | 2024-09-23T15:46:16.737Z | Compiling futures-macro v0.3.30 |
1211 | 2024-09-23T15:46:16.969Z | Compiling zeroize v1.8.1 |
1212 | 2024-09-23T15:46:17.878Z | Compiling zerocopy v0.7.34 |
1213 | 2024-09-23T15:46:17.969Z | Compiling thiserror-impl v1.0.63 |
1214 | 2024-09-23T15:46:18.659Z | Compiling der_derive v0.7.2 |
1215 | 2024-09-23T15:46:18.716Z | Compiling crypto-common v0.1.6 |
1216 | 2024-09-23T15:46:18.768Z | Compiling block-buffer v0.10.4 |
1217 | 2024-09-23T15:46:18.989Z | Compiling digest v0.10.7 |
1218 | 2024-09-23T15:46:19.050Z | Compiling block-padding v0.3.3 |
1219 | 2024-09-23T15:46:19.315Z | Compiling inout v0.1.3 |
1220 | 2024-09-23T15:46:19.505Z | Compiling hmac v0.12.1 |
1221 | 2024-09-23T15:46:19.634Z | Compiling cipher v0.4.4 |
1222 | 2024-09-23T15:46:19.769Z | Compiling sha2 v0.10.8 |
1223 | 2024-09-23T15:46:20.198Z | Compiling hashbrown v0.14.5 |
1224 | 2024-09-23T15:46:20.201Z | Compiling futures-util v0.3.30 |
1225 | 2024-09-23T15:46:21.359Z | Compiling der v0.7.9 |
1226 | 2024-09-23T15:46:21.445Z | Compiling thiserror v1.0.63 |
1227 | 2024-09-23T15:46:21.603Z | Compiling salsa20 v0.10.2 |
1228 | 2024-09-23T15:46:21.637Z | Compiling pbkdf2 v0.12.2 |
1229 | 2024-09-23T15:46:21.841Z | Compiling tracing-attributes v0.1.27 |
1230 | 2024-09-23T15:46:21.862Z | Compiling scrypt v0.11.0 |
1231 | 2024-09-23T15:46:22.482Z | Compiling cbc v0.1.2 |
1232 | 2024-09-23T15:46:22.733Z | Compiling aes v0.8.4 |
1233 | 2024-09-23T15:46:23.517Z | Compiling pest v2.7.10 |
1234 | 2024-09-23T15:46:24.966Z | Compiling spki v0.7.3 |
1235 | 2024-09-23T15:46:25.379Z | Compiling pkcs5 v0.7.1 |
1236 | 2024-09-23T15:46:25.675Z | Compiling scroll_derive v0.12.0 |
1237 | 2024-09-23T15:46:26.023Z | Compiling tracing v0.1.40 |
1238 | 2024-09-23T15:46:26.597Z | Compiling pest_meta v2.7.10 |
1239 | 2024-09-23T15:46:26.685Z | Compiling pkcs8 v0.10.2 |
1240 | 2024-09-23T15:46:26.915Z | Compiling openssl-macros v0.1.1 |
1241 | 2024-09-23T15:46:27.240Z | Compiling scroll v0.12.0 |
1242 | 2024-09-23T15:46:27.405Z | Compiling signature v2.2.0 |
1243 | 2024-09-23T15:46:27.454Z | Compiling md-5 v0.10.6 |
1244 | 2024-09-23T15:46:27.732Z | Compiling pin-project-internal v1.1.5 |
1245 | 2024-09-23T15:46:27.734Z | Compiling idna v0.3.0 |
1246 | 2024-09-23T15:46:27.772Z | Compiling goblin v0.8.2 |
1247 | 2024-09-23T15:46:27.775Z | Compiling backtrace v0.3.71 |
1248 | 2024-09-23T15:46:27.832Z | Compiling lazy_static v1.5.0 |
1249 | 2024-09-23T15:46:27.961Z | Compiling pest_generator v2.7.10 |
1250 | 2024-09-23T15:46:28.310Z | Compiling ff v0.13.0 |
1251 | 2024-09-23T15:46:28.557Z | Compiling hash32 v0.2.1 |
1252 | 2024-09-23T15:46:28.957Z | Compiling crc32fast v1.4.0 |
1253 | 2024-09-23T15:46:29.493Z | Compiling rustls-webpki v0.101.7 |
1254 | 2024-09-23T15:46:29.533Z | Compiling sct v0.7.1 |
1255 | 2024-09-23T15:46:29.932Z | Compiling num-bigint-dig v0.8.4 |
1256 | 2024-09-23T15:46:30.140Z | Compiling bytes v1.7.1 |
1257 | 2024-09-23T15:46:30.254Z | Compiling indexmap v2.4.0 |
1258 | 2024-09-23T15:46:30.493Z | Compiling bitflags v2.6.0 |
1259 | 2024-09-23T15:46:30.973Z | Compiling semver v1.0.23 |
1260 | 2024-09-23T15:46:31.467Z | Compiling tokio v1.39.3 |
1261 | 2024-09-23T15:46:31.515Z | Compiling rustc_version v0.4.0 |
1262 | 2024-09-23T15:46:31.735Z | Compiling http v0.2.12 |
1263 | 2024-09-23T15:46:31.756Z | Compiling http v1.1.0 |
1264 | 2024-09-23T15:46:32.073Z | Compiling pest_derive v2.7.10 |
1265 | 2024-09-23T15:46:32.319Z | Compiling heapless v0.7.17 |
1266 | 2024-09-23T15:46:32.948Z | Compiling dtrace-parser v0.2.0 |
1267 | 2024-09-23T15:46:34.117Z | Compiling dof v0.3.0 |
1268 | 2024-09-23T15:46:34.333Z | Compiling http-body v0.4.6 |
1269 | 2024-09-23T15:46:34.398Z | Compiling uuid v1.10.0 |
1270 | 2024-09-23T15:46:35.018Z | Compiling curve25519-dalek v4.1.3 |
1271 | 2024-09-23T15:46:35.220Z | Compiling usdt-impl v0.5.0 |
1272 | 2024-09-23T15:46:35.868Z | Compiling serde_spanned v0.6.7 |
1273 | 2024-09-23T15:46:36.096Z | Compiling chrono v0.4.38 |
1274 | 2024-09-23T15:46:36.486Z | Compiling serde_tokenstream v0.2.2 |
1275 | 2024-09-23T15:46:36.489Z | Compiling toml_datetime v0.6.8 |
1276 | 2024-09-23T15:46:36.857Z | Compiling gimli v0.28.1 |
1277 | 2024-09-23T15:46:37.064Z | Compiling fallible-iterator v0.2.0 |
1278 | 2024-09-23T15:46:37.136Z | Compiling base16ct v0.2.0 |
1279 | 2024-09-23T15:46:37.484Z | Compiling psl-types v2.0.11 |
1280 | 2024-09-23T15:46:37.701Z | Compiling adler v1.0.2 |
1281 | 2024-09-23T15:46:37.805Z | Compiling signal-hook v0.3.17 |
1282 | 2024-09-23T15:46:37.951Z | Compiling stable_deref_trait v1.2.0 |
1283 | 2024-09-23T15:46:38.069Z | Compiling base64 v0.22.1 |
1284 | 2024-09-23T15:46:38.108Z | Compiling atomic-waker v1.1.2 |
1285 | 2024-09-23T15:46:38.318Z | Compiling smoltcp v0.9.1 |
1286 | 2024-09-23T15:46:38.675Z | Compiling postgres-protocol v0.6.7 |
1287 | 2024-09-23T15:46:39.881Z | Compiling miniz_oxide v0.7.2 |
1288 | 2024-09-23T15:46:40.033Z | Compiling tokio-util v0.7.11 |
1289 | 2024-09-23T15:46:40.128Z | Compiling tokio-rustls v0.24.1 |
1290 | 2024-09-23T15:46:40.235Z | Compiling tokio-native-tls v0.3.1 |
1291 | 2024-09-23T15:46:40.527Z | Compiling publicsuffix v2.2.3 |
1292 | 2024-09-23T15:46:40.546Z | Compiling sec1 v0.7.3 |
1293 | 2024-09-23T15:46:40.776Z | Compiling terminal_size v0.3.0 |
1294 | 2024-09-23T15:46:40.816Z | Compiling http-body v1.0.0 |
1295 | 2024-09-23T15:46:40.989Z | Compiling h2 v0.3.26 |
1296 | 2024-09-23T15:46:41.065Z | Compiling h2 v0.4.6 |
1297 | 2024-09-23T15:46:41.141Z | Compiling pin-project v1.1.5 |
1298 | 2024-09-23T15:46:41.377Z | Compiling addr2line v0.21.0 |
1299 | 2024-09-23T15:46:41.438Z | Compiling group v0.13.0 |
1300 | 2024-09-23T15:46:41.801Z | Compiling hubpack_derive v0.1.1 |
1301 | 2024-09-23T15:46:41.824Z | Compiling hkdf v0.12.4 |
1302 | 2024-09-23T15:46:42.066Z | Compiling crypto-bigint v0.5.5 |
1303 | 2024-09-23T15:46:42.071Z | Compiling async-trait v0.1.82 |
1304 | 2024-09-23T15:46:42.146Z | Compiling curve25519-dalek-derive v0.1.1 |
1305 | 2024-09-23T15:46:42.737Z | Compiling zerocopy-derive v0.6.6 |
1306 | 2024-09-23T15:46:43.781Z | Compiling num-iter v0.1.45 |
1307 | 2024-09-23T15:46:44.992Z | Compiling phf_shared v0.11.2 |
1308 | 2024-09-23T15:46:45.039Z | Compiling serde_derive_internals v0.29.1 |
1309 | 2024-09-23T15:46:45.223Z | Compiling object v0.32.2 |
1310 | 2024-09-23T15:46:45.378Z | Compiling fs-err v2.11.0 |
1311 | 2024-09-23T15:46:45.692Z | Compiling schemars v0.8.21 |
1312 | 2024-09-23T15:46:45.817Z | Compiling managed v0.8.0 |
1313 | 2024-09-23T15:46:46.066Z | Compiling adler2 v2.0.0 |
1314 | 2024-09-23T15:46:46.273Z | Compiling tower-layer v0.3.2 |
1315 | 2024-09-23T15:46:46.297Z | Compiling rustc-demangle v0.1.24 |
1316 | 2024-09-23T15:46:46.576Z | Compiling ipnet v2.9.0 |
1317 | 2024-09-23T15:46:47.248Z | Compiling base64 v0.21.7 |
1318 | 2024-09-23T15:46:47.328Z | Compiling winnow v0.5.40 |
1319 | 2024-09-23T15:46:47.865Z | Compiling either v1.13.0 |
1320 | 2024-09-23T15:46:47.926Z | Compiling bitflags v1.3.2 |
1321 | 2024-09-23T15:46:48.031Z | Compiling anyhow v1.0.89 |
1322 | 2024-09-23T15:46:48.052Z | Compiling clap_builder v4.5.15 |
1323 | 2024-09-23T15:46:48.291Z | Compiling hyper v0.14.30 |
1324 | 2024-09-23T15:46:48.403Z | Compiling hyper v1.4.1 |
1325 | 2024-09-23T15:46:51.087Z | Compiling toml_edit v0.19.15 |
1326 | 2024-09-23T15:46:51.271Z | Compiling schemars_derive v0.8.21 |
1327 | 2024-09-23T15:46:52.349Z | Compiling rustls-pemfile v1.0.4 |
1328 | 2024-09-23T15:46:52.824Z | Compiling tower v0.4.13 |
1329 | 2024-09-23T15:46:52.842Z | Compiling miniz_oxide v0.8.0 |
1330 | 2024-09-23T15:46:53.139Z | Compiling phf v0.11.2 |
1331 | 2024-09-23T15:46:53.461Z | Compiling elliptic-curve v0.13.8 |
1332 | 2024-09-23T15:46:53.775Z | Compiling zerocopy v0.6.6 |
1333 | 2024-09-23T15:46:54.355Z | Compiling cookie_store v0.20.0 |
1334 | 2024-09-23T15:46:54.828Z | Compiling hubpack v0.1.2 |
1335 | 2024-09-23T15:46:55.709Z | Compiling postgres-types v0.2.7 |
1336 | 2024-09-23T15:46:56.055Z | Compiling hyper-rustls v0.24.2 |
1337 | 2024-09-23T15:46:56.131Z | Compiling hyper-tls v0.5.0 |
1338 | 2024-09-23T15:46:56.494Z | Compiling usdt-attr-macro v0.5.0 |
1339 | 2024-09-23T15:46:57.275Z | Compiling usdt-macro v0.5.0 |
1340 | 2024-09-23T15:46:57.427Z | Compiling serde-big-array v0.5.1 |
1341 | 2024-09-23T15:46:57.672Z | Compiling serde_urlencoded v0.7.1 |
1342 | 2024-09-23T15:46:57.961Z | Compiling ed25519 v2.2.3 |
1343 | 2024-09-23T15:46:58.203Z | Compiling pkcs1 v0.7.5 |
1344 | 2024-09-23T15:46:58.226Z | Compiling futures-executor v0.3.30 |
1345 | 2024-09-23T15:46:58.809Z | Compiling rfc6979 v0.4.0 |
1346 | 2024-09-23T15:46:58.869Z | Compiling regex v1.10.6 |
1347 | 2024-09-23T15:46:58.971Z | Compiling bstr v1.9.1 |
1348 | 2024-09-23T15:46:58.999Z | Compiling strum_macros v0.25.3 |
1349 | 2024-09-23T15:46:59.225Z | Compiling serde_repr v0.1.19 |
1350 | 2024-09-23T15:46:59.462Z | Compiling clap_derive v4.5.13 |
1351 | 2024-09-23T15:47:00.014Z | Compiling enum-as-inner v0.6.0 |
1352 | 2024-09-23T15:47:00.082Z | Compiling phf_shared v0.10.0 |
1353 | 2024-09-23T15:47:00.413Z | Compiling float-cmp v0.9.0 |
1354 | 2024-09-23T15:47:00.501Z | Compiling idna v0.4.0 |
1355 | 2024-09-23T15:47:00.642Z | Compiling mio v0.8.11 |
1356 | 2024-09-23T15:47:00.848Z | Compiling encoding_rs v0.8.34 |
1357 | 2024-09-23T15:47:01.180Z | Compiling difflib v0.4.0 |
1358 | 2024-09-23T15:47:02.019Z | Compiling dyn-clone v1.0.17 |
1359 | 2024-09-23T15:47:02.122Z | Compiling predicates-core v1.0.6 |
1360 | 2024-09-23T15:47:02.250Z | Compiling bit-vec v0.6.3 |
1361 | 2024-09-23T15:47:02.490Z | Compiling data-encoding v2.6.0 |
1362 | 2024-09-23T15:47:02.721Z | Compiling mime v0.3.17 |
1363 | 2024-09-23T15:47:02.749Z | Compiling webpki-roots v0.25.4 |
1364 | 2024-09-23T15:47:02.922Z | Compiling minimal-lexical v0.2.1 |
1365 | 2024-09-23T15:47:03.174Z | Compiling static_assertions v1.1.0 |
1366 | 2024-09-23T15:47:03.266Z | Compiling new_debug_unreachable v1.0.6 |
1367 | 2024-09-23T15:47:03.288Z | Compiling whoami v1.5.1 |
1368 | 2024-09-23T15:47:03.318Z | Compiling sync_wrapper v0.1.2 |
1369 | 2024-09-23T15:47:03.363Z | Compiling unicode-segmentation v1.11.0 |
1370 | 2024-09-23T15:47:03.423Z | Compiling normalize-line-endings v0.3.0 |
1371 | 2024-09-23T15:47:03.454Z | Compiling precomputed-hash v0.1.1 |
1372 | 2024-09-23T15:47:03.550Z | Compiling fixedbitset v0.4.2 |
1373 | 2024-09-23T15:47:03.577Z | Compiling toml_edit v0.22.20 |
1374 | 2024-09-23T15:47:03.944Z | Compiling petgraph v0.6.5 |
1375 | 2024-09-23T15:47:04.023Z | Compiling tokio-postgres v0.7.11 |
1376 | 2024-09-23T15:47:04.235Z | Compiling similar v2.6.0 |
1377 | 2024-09-23T15:47:04.741Z | Compiling clap v4.5.16 |
1378 | 2024-09-23T15:47:04.874Z | Compiling string_cache v0.8.7 |
1379 | 2024-09-23T15:47:04.980Z | Compiling predicates v3.1.2 |
1380 | 2024-09-23T15:47:05.369Z | Compiling reqwest v0.11.27 |
1381 | 2024-09-23T15:47:05.389Z | Compiling nom v7.1.3 |
1382 | 2024-09-23T15:47:06.748Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1383 | 2024-09-23T15:47:06.780Z | Compiling hickory-proto v0.24.1 |
1384 | 2024-09-23T15:47:07.945Z | Compiling console v0.15.8 |
1385 | 2024-09-23T15:47:09.318Z | Compiling bit-set v0.5.3 |
1386 | 2024-09-23T15:47:09.651Z | Compiling signal-hook-mio v0.2.4 |
1387 | 2024-09-23T15:47:09.795Z | Compiling usdt v0.5.0 |
1388 | 2024-09-23T15:47:09.837Z | Compiling ecdsa v0.16.9 |
1389 | 2024-09-23T15:47:10.128Z | Compiling rsa v0.9.6 |
1390 | 2024-09-23T15:47:10.284Z | Compiling futures v0.3.30 |
1391 | 2024-09-23T15:47:10.412Z | Compiling ed25519-dalek v2.1.1 |
1392 | 2024-09-23T15:47:10.693Z | Compiling flate2 v1.0.33 |
1393 | 2024-09-23T15:47:11.690Z | Compiling toml v0.7.8 |
1394 | 2024-09-23T15:47:11.822Z | Compiling hyper-util v0.1.7 |
1395 | 2024-09-23T15:47:13.511Z | Compiling itertools v0.10.5 |
1396 | 2024-09-23T15:47:13.587Z | Compiling itertools v0.12.1 |
1397 | 2024-09-23T15:47:14.162Z | Compiling tokio-stream v0.1.15 |
1398 | 2024-09-23T15:47:14.299Z | Compiling openapiv3 v2.0.0 |
1399 | 2024-09-23T15:47:15.024Z | Compiling hex v0.4.3 |
1400 | 2024-09-23T15:47:15.284Z | Compiling x509-cert v0.2.5 |
1401 | 2024-09-23T15:47:15.652Z | Compiling sha1 v0.10.6 |
1402 | 2024-09-23T15:47:16.135Z | Compiling crossbeam-epoch v0.9.18 |
1403 | 2024-09-23T15:47:16.485Z | Compiling dirs-sys-next v0.1.2 |
1404 | 2024-09-23T15:47:16.861Z | Compiling peg-runtime v0.8.3 |
1405 | 2024-09-23T15:47:16.899Z | Compiling unicode-xid v0.2.4 |
1406 | 2024-09-23T15:47:17.095Z | Compiling lalrpop-util v0.19.12 |
1407 | 2024-09-23T15:47:17.176Z | Compiling dirs-next v2.0.0 |
1408 | 2024-09-23T15:47:17.385Z | Compiling thread_local v1.1.8 |
1409 | 2024-09-23T15:47:17.486Z | Compiling slog-async v2.8.0 |
1410 | 2024-09-23T15:47:17.567Z | Compiling term v0.7.0 |
1411 | 2024-09-23T15:47:17.667Z | Compiling xattr v1.3.1 |
1412 | 2024-09-23T15:47:17.943Z | Compiling crossbeam-channel v0.5.12 |
1413 | 2024-09-23T15:47:17.963Z | Compiling strum_macros v0.26.4 |
1414 | 2024-09-23T15:47:18.133Z | Compiling filetime v0.2.25 |
1415 | 2024-09-23T15:47:18.445Z | Compiling is-terminal v0.4.12 |
1416 | 2024-09-23T15:47:18.584Z | Compiling take_mut v0.2.2 |
1417 | 2024-09-23T15:47:18.900Z | Compiling slog-term v2.9.1 |
1418 | 2024-09-23T15:47:18.981Z | Compiling tar v0.4.41 |
1419 | 2024-09-23T15:47:19.094Z | Compiling camino v1.1.9 |
1420 | 2024-09-23T15:47:20.515Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1421 | 2024-09-23T15:47:21.345Z | Compiling strum v0.26.3 |
1422 | 2024-09-23T15:47:21.430Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1423 | 2024-09-23T15:47:27.365Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 30s |
1424 | 2024-09-23T15:47:27.530Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1425 | 2024-09-23T15:47:27.587Z | Sep 23 15:47:26.080 INFO Starting download, target: Cockroach |
1426 | 2024-09-23T15:47:27.587Z | Sep 23 15:47:26.080 INFO Starting download, target: Clickhouse |
1427 | 2024-09-23T15:47:27.587Z | Sep 23 15:47:26.080 INFO Starting download, target: Console |
1428 | 2024-09-23T15:47:27.587Z | Sep 23 15:47:26.080 INFO Starting download, target: DendriteOpenapi |
1429 | 2024-09-23T15:47:27.587Z | Sep 23 15:47:26.080 INFO Starting download, target: DendriteStub |
1430 | 2024-09-23T15:47:27.587Z | Sep 23 15:47:26.080 INFO Starting download, target: MaghemiteMgd |
1431 | 2024-09-23T15:47:27.590Z | Sep 23 15:47:26.080 INFO Starting download, target: TransceiverControl |
1432 | 2024-09-23T15:47:27.590Z | Sep 23 15:47:26.081 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1433 | 2024-09-23T15:47:27.590Z | Sep 23 15:47:26.081 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1434 | 2024-09-23T15:47:27.590Z | Sep 23 15:47:26.081 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1435 | 2024-09-23T15:47:27.590Z | Sep 23 15:47:26.081 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1436 | 2024-09-23T15:47:27.590Z | Sep 23 15:47:26.081 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1437 | 2024-09-23T15:47:27.590Z | Sep 23 15:47:26.081 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1438 | 2024-09-23T15:47:27.590Z | Sep 23 15:47:26.081 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1439 | 2024-09-23T15:47:27.782Z | Sep 23 15:47:26.263 INFO Download complete, target: DendriteOpenapi |
1440 | 2024-09-23T15:47:27.952Z | Sep 23 15:47:26.428 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1441 | 2024-09-23T15:47:28.108Z | Sep 23 15:47:26.598 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1442 | 2024-09-23T15:47:28.205Z | Sep 23 15:47:26.698 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1443 | 2024-09-23T15:47:28.220Z | Sep 23 15:47:26.713 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1444 | 2024-09-23T15:47:28.594Z | Sep 23 15:47:27.087 INFO Download complete, target: Console |
1445 | 2024-09-23T15:47:28.752Z | Sep 23 15:47:27.244 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1446 | 2024-09-23T15:47:28.752Z | Sep 23 15:47:27.245 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1447 | 2024-09-23T15:47:28.754Z | Sep 23 15:47:27.247 INFO Download complete, target: TransceiverControl |
1448 | 2024-09-23T15:47:29.776Z | Sep 23 15:47:28.269 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1449 | 2024-09-23T15:47:31.417Z | Sep 23 15:47:29.909 INFO Download complete, target: DendriteStub |
1450 | 2024-09-23T15:47:31.617Z | Sep 23 15:47:30.109 INFO Download complete, target: MaghemiteMgd |
1451 | 2024-09-23T15:47:37.069Z | Sep 23 15:47:35.560 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1452 | 2024-09-23T15:47:37.427Z | Sep 23 15:47:35.917 INFO Checking that binary works, target: Cockroach |
1453 | 2024-09-23T15:47:37.635Z | Sep 23 15:47:36.126 INFO Download complete, target: Cockroach |
1454 | 2024-09-23T15:47:43.802Z | Sep 23 15:47:42.292 INFO Checking that binary works, target: Clickhouse |
1455 | 2024-09-23T15:47:44.390Z | Sep 23 15:47:42.879 INFO Download complete, target: Clickhouse |
1456 | 2024-09-23T15:47:44.600Z | All builder prerequisites installed successfully, and PATH looks valid |
1457 | 2024-09-23T15:47:44.602Z | |
1458 | 2024-09-23T15:47:44.603Z | real 4:36.922308015 |
1459 | 2024-09-23T15:47:44.603Z | user 12:43.382076454 |
1460 | 2024-09-23T15:47:44.603Z | sys 2:37.908232412 |
1461 | 2024-09-23T15:47:44.603Z | trap 0.491448111 |
1462 | 2024-09-23T15:47:44.603Z | tflt 5.588465837 |
1463 | 2024-09-23T15:47:44.603Z | dflt 4.301821368 |
1464 | 2024-09-23T15:47:44.603Z | kflt 0.150620937 |
1465 | 2024-09-23T15:47:44.603Z | lock 25:32.947745277 |
1466 | 2024-09-23T15:47:44.603Z | slp 50:31.546741194 |
1467 | 2024-09-23T15:47:44.603Z | lat 43.632171831 |
1468 | 2024-09-23T15:47:44.603Z | stop 1:59.829928772 |
1469 | 2024-09-23T15:47:44.603Z | + banner hack-check |
1470 | 2024-09-23T15:47:44.605Z | |
1471 | 2024-09-23T15:47:44.605Z | # # ## #### # # #### # # ###### #### # # |
1472 | 2024-09-23T15:47:44.605Z | # # # # # # # # # # # # # # # # # |
1473 | 2024-09-23T15:47:44.605Z | ###### # # # #### ##### # ###### ##### # #### |
1474 | 2024-09-23T15:47:44.605Z | # # ###### # # # # # # # # # # |
1475 | 2024-09-23T15:47:44.605Z | # # # # # # # # # # # # # # # # # |
1476 | 2024-09-23T15:47:44.605Z | # # # # #### # # #### # # ###### #### # # |
1477 | 2024-09-23T15:47:44.605Z | |
1478 | 2024-09-23T15:47:44.605Z | + export CARGO_INCREMENTAL=0 |
1479 | 2024-09-23T15:47:44.605Z | + CARGO_INCREMENTAL=0 |
1480 | 2024-09-23T15:47:44.606Z | + ptime -m timeout 2h cargo xtask check-features --ci |
1481 | 2024-09-23T15:47:45.233Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1482 | 2024-09-23T15:47:49.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.73s |
1483 | 2024-09-23T15:47:49.460Z | Running `target/debug/xtask check-features --ci` |
1484 | 2024-09-23T15:47:49.484Z | cargo-hack not found in /work/oxidecomputer/omicron/dev-tools/xtask/../out/cargo-hack, downloading a pre-built version |
1485 | 2024-09-23T15:47:49.484Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "xtask" "download" "cargo-hack" |
1486 | 2024-09-23T15:47:50.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.53s |
1487 | 2024-09-23T15:47:50.039Z | Running `target/debug/xtask download cargo-hack` |
1488 | 2024-09-23T15:47:50.990Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1489 | 2024-09-23T15:47:51.386Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1490 | 2024-09-23T15:47:55.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.77s |
1491 | 2024-09-23T15:47:55.997Z | Running `target/debug/xtask-downloader cargo-hack` |
1492 | 2024-09-23T15:47:56.036Z | Sep 23 15:47:54.523 INFO Starting download, target: CargoHack |
1493 | 2024-09-23T15:47:56.039Z | Sep 23 15:47:54.524 INFO Downloading out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz (attempt 1/3), target: CargoHack |
1494 | 2024-09-23T15:47:56.570Z | Sep 23 15:47:55.057 INFO Unpacking out/downloads/cargo-hack-x86_64-unknown-illumos.tar.gz to out/cargo-hack, target: CargoHack |
1495 | 2024-09-23T15:47:56.670Z | Sep 23 15:47:55.156 INFO Download complete, target: CargoHack |
1496 | 2024-09-23T15:47:56.674Z | 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" |
1497 | 2024-09-23T15:47:56.691Z | info: --no-dev-deps modifies real `Cargo.toml` while cargo-hack is running and restores it when finished |
1498 | 2024-09-23T15:47:56.851Z | info: running `cargo check --bins` on api_identity (1/162) |
1499 | 2024-09-23T15:47:57.478Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1500 | 2024-09-23T15:47:57.481Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1501 | 2024-09-23T15:47:57.481Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1502 | 2024-09-23T15:47:57.484Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1503 | 2024-09-23T15:47:57.553Z | |
1504 | 2024-09-23T15:47:57.553Z | info: running `cargo check --bins` on bootstore (2/162) |
1505 | 2024-09-23T15:47:58.202Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1506 | 2024-09-23T15:47:58.205Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1507 | 2024-09-23T15:47:58.205Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1508 | 2024-09-23T15:47:58.207Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
1509 | 2024-09-23T15:47:58.281Z | |
1510 | 2024-09-23T15:47:58.281Z | info: running `cargo check --bins --no-default-features` on omicron-common (3/162) |
1511 | 2024-09-23T15:47:58.892Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1512 | 2024-09-23T15:47:58.895Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1513 | 2024-09-23T15:47:58.895Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1514 | 2024-09-23T15:47:58.899Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1515 | 2024-09-23T15:47:58.963Z | |
1516 | 2024-09-23T15:47:58.963Z | info: running `cargo check --bins --no-default-features --features testing` on omicron-common (4/162) |
1517 | 2024-09-23T15:47:59.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1518 | 2024-09-23T15:47:59.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1519 | 2024-09-23T15:47:59.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1520 | 2024-09-23T15:47:59.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1521 | 2024-09-23T15:47:59.663Z | |
1522 | 2024-09-23T15:47:59.663Z | info: running `cargo check --bins --no-default-features` on omicron-uuid-kinds (5/162) |
1523 | 2024-09-23T15:48:00.128Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1524 | 2024-09-23T15:48:00.130Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1525 | 2024-09-23T15:48:00.130Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1526 | 2024-09-23T15:48:00.133Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1527 | 2024-09-23T15:48:00.169Z | |
1528 | 2024-09-23T15:48:00.169Z | info: running `cargo check --bins --no-default-features --features serde,std,uuid-v4` on omicron-uuid-kinds (6/162) |
1529 | 2024-09-23T15:48:00.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1530 | 2024-09-23T15:48:00.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1531 | 2024-09-23T15:48:00.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1532 | 2024-09-23T15:48:00.648Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1533 | 2024-09-23T15:48:00.688Z | |
1534 | 2024-09-23T15:48:00.688Z | info: running `cargo check --bins --no-default-features --features default` on omicron-uuid-kinds (7/162) |
1535 | 2024-09-23T15:48:01.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1536 | 2024-09-23T15:48:01.180Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1537 | 2024-09-23T15:48:01.180Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1538 | 2024-09-23T15:48:01.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1539 | 2024-09-23T15:48:01.225Z | |
1540 | 2024-09-23T15:48:01.225Z | info: running `cargo check --bins --no-default-features --features schemars08` on omicron-uuid-kinds (8/162) |
1541 | 2024-09-23T15:48:01.700Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1542 | 2024-09-23T15:48:01.702Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1543 | 2024-09-23T15:48:01.702Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1544 | 2024-09-23T15:48:01.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1545 | 2024-09-23T15:48:01.743Z | |
1546 | 2024-09-23T15:48:01.743Z | info: running `cargo check --bins --no-default-features --features default,schemars08` on omicron-uuid-kinds (9/162) |
1547 | 2024-09-23T15:48:02.218Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1548 | 2024-09-23T15:48:02.222Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1549 | 2024-09-23T15:48:02.222Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1550 | 2024-09-23T15:48:02.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1551 | 2024-09-23T15:48:02.260Z | |
1552 | 2024-09-23T15:48:02.260Z | info: running `cargo check --bins --no-default-features --features serde` on omicron-uuid-kinds (10/162) |
1553 | 2024-09-23T15:48:02.726Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1554 | 2024-09-23T15:48:02.728Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1555 | 2024-09-23T15:48:02.728Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1556 | 2024-09-23T15:48:02.731Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1557 | 2024-09-23T15:48:02.770Z | |
1558 | 2024-09-23T15:48:02.770Z | info: running `cargo check --bins --no-default-features --features default,serde` on omicron-uuid-kinds (11/162) |
1559 | 2024-09-23T15:48:03.231Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1560 | 2024-09-23T15:48:03.233Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1561 | 2024-09-23T15:48:03.233Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1562 | 2024-09-23T15:48:03.236Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1563 | 2024-09-23T15:48:03.274Z | |
1564 | 2024-09-23T15:48:03.274Z | info: running `cargo check --bins --no-default-features --features schemars08,serde` on omicron-uuid-kinds (12/162) |
1565 | 2024-09-23T15:48:03.754Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1566 | 2024-09-23T15:48:03.756Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1567 | 2024-09-23T15:48:03.756Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1568 | 2024-09-23T15:48:03.758Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1569 | 2024-09-23T15:48:03.801Z | |
1570 | 2024-09-23T15:48:03.801Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde` on omicron-uuid-kinds (13/162) |
1571 | 2024-09-23T15:48:04.293Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1572 | 2024-09-23T15:48:04.296Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1573 | 2024-09-23T15:48:04.296Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1574 | 2024-09-23T15:48:04.298Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1575 | 2024-09-23T15:48:04.342Z | |
1576 | 2024-09-23T15:48:04.342Z | info: running `cargo check --bins --no-default-features --features std` on omicron-uuid-kinds (14/162) |
1577 | 2024-09-23T15:48:04.814Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1578 | 2024-09-23T15:48:04.817Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1579 | 2024-09-23T15:48:04.817Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1580 | 2024-09-23T15:48:04.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1581 | 2024-09-23T15:48:04.857Z | |
1582 | 2024-09-23T15:48:04.857Z | info: running `cargo check --bins --no-default-features --features serde,std` on omicron-uuid-kinds (15/162) |
1583 | 2024-09-23T15:48:05.318Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1584 | 2024-09-23T15:48:05.320Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1585 | 2024-09-23T15:48:05.320Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1586 | 2024-09-23T15:48:05.323Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1587 | 2024-09-23T15:48:05.362Z | |
1588 | 2024-09-23T15:48:05.362Z | info: running `cargo check --bins --no-default-features --features uuid-v4` on omicron-uuid-kinds (16/162) |
1589 | 2024-09-23T15:48:05.823Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1590 | 2024-09-23T15:48:05.826Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1591 | 2024-09-23T15:48:05.826Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1592 | 2024-09-23T15:48:05.828Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1593 | 2024-09-23T15:48:05.865Z | |
1594 | 2024-09-23T15:48:05.865Z | info: running `cargo check --bins --no-default-features --features default,uuid-v4` on omicron-uuid-kinds (17/162) |
1595 | 2024-09-23T15:48:06.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1596 | 2024-09-23T15:48:06.333Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1597 | 2024-09-23T15:48:06.333Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1598 | 2024-09-23T15:48:06.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1599 | 2024-09-23T15:48:06.371Z | |
1600 | 2024-09-23T15:48:06.371Z | info: running `cargo check --bins --no-default-features --features schemars08,uuid-v4` on omicron-uuid-kinds (18/162) |
1601 | 2024-09-23T15:48:06.865Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1602 | 2024-09-23T15:48:06.868Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1603 | 2024-09-23T15:48:06.868Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1604 | 2024-09-23T15:48:06.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1605 | 2024-09-23T15:48:06.913Z | |
1606 | 2024-09-23T15:48:06.913Z | info: running `cargo check --bins --no-default-features --features default,schemars08,uuid-v4` on omicron-uuid-kinds (19/162) |
1607 | 2024-09-23T15:48:07.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1608 | 2024-09-23T15:48:07.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1609 | 2024-09-23T15:48:07.402Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1610 | 2024-09-23T15:48:07.407Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1611 | 2024-09-23T15:48:07.449Z | |
1612 | 2024-09-23T15:48:07.449Z | info: running `cargo check --bins --no-default-features --features serde,uuid-v4` on omicron-uuid-kinds (20/162) |
1613 | 2024-09-23T15:48:07.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1614 | 2024-09-23T15:48:07.924Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1615 | 2024-09-23T15:48:07.924Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1616 | 2024-09-23T15:48:07.927Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1617 | 2024-09-23T15:48:07.973Z | |
1618 | 2024-09-23T15:48:07.973Z | info: running `cargo check --bins --no-default-features --features default,serde,uuid-v4` on omicron-uuid-kinds (21/162) |
1619 | 2024-09-23T15:48:08.447Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1620 | 2024-09-23T15:48:08.449Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1621 | 2024-09-23T15:48:08.450Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1622 | 2024-09-23T15:48:08.452Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1623 | 2024-09-23T15:48:08.492Z | |
1624 | 2024-09-23T15:48:08.492Z | info: running `cargo check --bins --no-default-features --features schemars08,serde,uuid-v4` on omicron-uuid-kinds (22/162) |
1625 | 2024-09-23T15:48:08.960Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1626 | 2024-09-23T15:48:08.963Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1627 | 2024-09-23T15:48:08.963Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1628 | 2024-09-23T15:48:08.965Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1629 | 2024-09-23T15:48:09.004Z | |
1630 | 2024-09-23T15:48:09.004Z | info: running `cargo check --bins --no-default-features --features default,schemars08,serde,uuid-v4` on omicron-uuid-kinds (23/162) |
1631 | 2024-09-23T15:48:09.470Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1632 | 2024-09-23T15:48:09.473Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1633 | 2024-09-23T15:48:09.473Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1634 | 2024-09-23T15:48:09.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1635 | 2024-09-23T15:48:09.515Z | |
1636 | 2024-09-23T15:48:09.515Z | info: running `cargo check --bins --no-default-features --features std,uuid-v4` on omicron-uuid-kinds (24/162) |
1637 | 2024-09-23T15:48:09.973Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1638 | 2024-09-23T15:48:09.975Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1639 | 2024-09-23T15:48:09.975Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1640 | 2024-09-23T15:48:09.977Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s |
1641 | 2024-09-23T15:48:10.016Z | |
1642 | 2024-09-23T15:48:10.016Z | info: running `cargo check --bins` on sled-hardware-types (25/162) |
1643 | 2024-09-23T15:48:10.641Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1644 | 2024-09-23T15:48:10.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1645 | 2024-09-23T15:48:10.643Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1646 | 2024-09-23T15:48:10.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
1647 | 2024-09-23T15:48:10.710Z | |
1648 | 2024-09-23T15:48:10.711Z | info: running `cargo check --bins --no-default-features` on illumos-utils (26/162) |
1649 | 2024-09-23T15:48:11.327Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1650 | 2024-09-23T15:48:11.330Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1651 | 2024-09-23T15:48:11.330Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1652 | 2024-09-23T15:48:11.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
1653 | 2024-09-23T15:48:11.395Z | |
1654 | 2024-09-23T15:48:11.395Z | info: running `cargo check --bins --no-default-features --features testing` on illumos-utils (27/162) |
1655 | 2024-09-23T15:48:12.025Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1656 | 2024-09-23T15:48:12.028Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1657 | 2024-09-23T15:48:12.028Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
1658 | 2024-09-23T15:48:12.031Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
1659 | 2024-09-23T15:48:12.099Z | |
1660 | 2024-09-23T15:48:12.099Z | info: running `cargo check --bins` on oxlog (28/162) |
1661 | 2024-09-23T15:48:12.687Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1662 | 2024-09-23T15:48:12.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1663 | 2024-09-23T15:48:12.756Z | Checking cfg-if v1.0.0 |
1664 | 2024-09-23T15:48:12.759Z | Checking libc v0.2.158 |
1665 | 2024-09-23T15:48:12.855Z | Checking serde v1.0.208 |
1666 | 2024-09-23T15:48:12.858Z | Checking zeroize v1.8.1 |
1667 | 2024-09-23T15:48:12.873Z | Checking memchr v2.7.2 |
1668 | 2024-09-23T15:48:12.876Z | Checking typenum v1.17.0 |
1669 | 2024-09-23T15:48:12.882Z | Checking scopeguard v1.2.0 |
1670 | 2024-09-23T15:48:12.885Z | Checking byteorder v1.5.0 |
1671 | 2024-09-23T15:48:12.917Z | Checking value-bag v1.9.0 |
1672 | 2024-09-23T15:48:13.027Z | Checking lock_api v0.4.12 |
1673 | 2024-09-23T15:48:13.307Z | Checking const-oid v0.9.6 |
1674 | 2024-09-23T15:48:13.322Z | Checking log v0.4.21 |
1675 | 2024-09-23T15:48:13.328Z | Checking subtle v2.5.0 |
1676 | 2024-09-23T15:48:13.612Z | Checking itoa v1.0.11 |
1677 | 2024-09-23T15:48:13.634Z | Checking once_cell v1.19.0 |
1678 | 2024-09-23T15:48:13.777Z | Checking pin-project-lite v0.2.14 |
1679 | 2024-09-23T15:48:13.802Z | Checking smallvec v1.13.2 |
1680 | 2024-09-23T15:48:13.881Z | Checking zerocopy v0.7.34 |
1681 | 2024-09-23T15:48:13.931Z | Checking getrandom v0.2.14 |
1682 | 2024-09-23T15:48:13.931Z | Checking signal-hook-registry v1.4.2 |
1683 | 2024-09-23T15:48:14.114Z | Checking mio v1.0.2 |
1684 | 2024-09-23T15:48:14.143Z | Checking socket2 v0.5.7 |
1685 | 2024-09-23T15:48:14.156Z | Checking parking_lot_core v0.9.10 |
1686 | 2024-09-23T15:48:14.180Z | Checking rand_core v0.6.4 |
1687 | 2024-09-23T15:48:14.474Z | Checking futures-core v0.3.30 |
1688 | 2024-09-23T15:48:14.494Z | Checking parking_lot v0.12.2 |
1689 | 2024-09-23T15:48:14.570Z | Checking futures-sink v0.3.30 |
1690 | 2024-09-23T15:48:14.653Z | Checking cpufeatures v0.2.12 |
1691 | 2024-09-23T15:48:14.695Z | Checking allocator-api2 v0.2.18 |
1692 | 2024-09-23T15:48:14.710Z | Checking spin v0.9.8 |
1693 | 2024-09-23T15:48:14.732Z | Checking slab v0.4.9 |
1694 | 2024-09-23T15:48:14.797Z | Checking tinyvec_macros v0.1.1 |
1695 | 2024-09-23T15:48:14.871Z | Checking equivalent v1.0.1 |
1696 | 2024-09-23T15:48:14.968Z | Checking tinyvec v1.6.0 |
1697 | 2024-09-23T15:48:14.983Z | Checking futures-channel v0.3.30 |
1698 | 2024-09-23T15:48:14.995Z | Checking futures-io v0.3.30 |
1699 | 2024-09-23T15:48:15.017Z | Checking pin-utils v0.1.0 |
1700 | 2024-09-23T15:48:15.077Z | Checking ahash v0.8.11 |
1701 | 2024-09-23T15:48:15.098Z | Checking futures-task v0.3.30 |
1702 | 2024-09-23T15:48:15.158Z | Checking base64ct v1.6.0 |
1703 | 2024-09-23T15:48:15.290Z | Checking fnv v1.0.7 |
1704 | 2024-09-23T15:48:15.290Z | Checking flagset v0.4.5 |
1705 | 2024-09-23T15:48:15.312Z | Checking futures-util v0.3.30 |
1706 | 2024-09-23T15:48:15.417Z | Checking unicode-bidi v0.3.15 |
1707 | 2024-09-23T15:48:15.460Z | Checking libm v0.2.8 |
1708 | 2024-09-23T15:48:15.556Z | Checking pem-rfc7468 v0.7.0 |
1709 | 2024-09-23T15:48:15.571Z | Checking hashbrown v0.14.5 |
1710 | 2024-09-23T15:48:15.811Z | Checking ryu v1.0.18 |
1711 | 2024-09-23T15:48:15.913Z | Checking tracing-core v0.1.32 |
1712 | 2024-09-23T15:48:16.053Z | Checking ppv-lite86 v0.2.17 |
1713 | 2024-09-23T15:48:16.163Z | Checking unicode-normalization v0.1.23 |
1714 | 2024-09-23T15:48:16.359Z | Checking num-traits v0.2.19 |
1715 | 2024-09-23T15:48:16.528Z | Checking tracing v0.1.40 |
1716 | 2024-09-23T15:48:16.679Z | Checking percent-encoding v2.3.1 |
1717 | 2024-09-23T15:48:16.695Z | Checking rand_chacha v0.3.1 |
1718 | 2024-09-23T15:48:16.830Z | Checking try-lock v0.2.5 |
1719 | 2024-09-23T15:48:16.885Z | Checking untrusted v0.9.0 |
1720 | 2024-09-23T15:48:16.953Z | Checking want v0.3.1 |
1721 | 2024-09-23T15:48:16.981Z | Checking httparse v1.8.0 |
1722 | 2024-09-23T15:48:17.030Z | Checking ring v0.17.8 |
1723 | 2024-09-23T15:48:17.043Z | Checking rand v0.8.5 |
1724 | 2024-09-23T15:48:17.119Z | Checking thiserror v1.0.63 |
1725 | 2024-09-23T15:48:17.216Z | Checking tower-service v0.3.2 |
1726 | 2024-09-23T15:48:17.317Z | Checking httpdate v1.0.3 |
1727 | 2024-09-23T15:48:17.390Z | Checking foreign-types-shared v0.1.1 |
1728 | 2024-09-23T15:48:17.417Z | Checking generic-array v0.14.7 |
1729 | 2024-09-23T15:48:17.477Z | Checking bytes v1.7.1 |
1730 | 2024-09-23T15:48:17.492Z | Checking indexmap v2.4.0 |
1731 | 2024-09-23T15:48:17.534Z | Checking der v0.7.9 |
1732 | 2024-09-23T15:48:17.989Z | Checking bitflags v2.6.0 |
1733 | 2024-09-23T15:48:18.276Z | Checking serde_json v1.0.125 |
1734 | 2024-09-23T15:48:18.304Z | Checking foreign-types v0.3.2 |
1735 | 2024-09-23T15:48:18.341Z | Checking tokio v1.39.3 |
1736 | 2024-09-23T15:48:18.393Z | Checking http v0.2.12 |
1737 | 2024-09-23T15:48:18.553Z | Checking crypto-common v0.1.6 |
1738 | 2024-09-23T15:48:18.741Z | Checking block-buffer v0.10.4 |
1739 | 2024-09-23T15:48:18.756Z | Checking block-padding v0.3.3 |
1740 | 2024-09-23T15:48:18.899Z | Checking form_urlencoded v1.2.1 |
1741 | 2024-09-23T15:48:18.940Z | Checking digest v0.10.7 |
1742 | 2024-09-23T15:48:18.942Z | Checking inout v0.1.3 |
1743 | 2024-09-23T15:48:19.098Z | Checking openssl-sys v0.9.103 |
1744 | 2024-09-23T15:48:19.193Z | Checking cipher v0.4.4 |
1745 | 2024-09-23T15:48:19.296Z | Checking hmac v0.12.1 |
1746 | 2024-09-23T15:48:19.424Z | Checking sha2 v0.10.8 |
1747 | 2024-09-23T15:48:19.505Z | Checking pbkdf2 v0.12.2 |
1748 | 2024-09-23T15:48:19.581Z | Checking salsa20 v0.10.2 |
1749 | 2024-09-23T15:48:19.658Z | Checking spki v0.7.3 |
1750 | 2024-09-23T15:48:19.710Z | Checking aes v0.8.4 |
1751 | 2024-09-23T15:48:19.777Z | Checking cbc v0.1.2 |
1752 | 2024-09-23T15:48:19.904Z | Checking aho-corasick v1.1.3 |
1753 | 2024-09-23T15:48:19.929Z | Checking siphasher v0.3.11 |
1754 | 2024-09-23T15:48:19.960Z | Checking scrypt v0.11.0 |
1755 | 2024-09-23T15:48:19.976Z | Checking powerfmt v0.2.0 |
1756 | 2024-09-23T15:48:20.171Z | Checking regex-syntax v0.8.4 |
1757 | 2024-09-23T15:48:20.201Z | Checking unicode-ident v1.0.12 |
1758 | 2024-09-23T15:48:20.231Z | Checking http-body v0.4.6 |
1759 | 2024-09-23T15:48:20.246Z | Checking deranged v0.3.11 |
1760 | 2024-09-23T15:48:20.341Z | Checking openssl v0.10.66 |
1761 | 2024-09-23T15:48:20.361Z | Checking proc-macro2 v1.0.86 |
1762 | 2024-09-23T15:48:20.568Z | Checking pkcs5 v0.7.1 |
1763 | 2024-09-23T15:48:20.604Z | Checking signature v2.2.0 |
1764 | 2024-09-23T15:48:20.779Z | Checking sct v0.7.1 |
1765 | 2024-09-23T15:48:20.974Z | Checking rustls-webpki v0.101.7 |
1766 | 2024-09-23T15:48:21.038Z | Checking http v1.1.0 |
1767 | 2024-09-23T15:48:21.090Z | Checking pkcs8 v0.10.2 |
1768 | 2024-09-23T15:48:21.405Z | Checking uuid v1.10.0 |
1769 | 2024-09-23T15:48:21.522Z | Checking idna v0.5.0 |
1770 | 2024-09-23T15:48:21.691Z | Checking scroll v0.12.0 |
1771 | 2024-09-23T15:48:21.980Z | Checking socket2 v0.4.10 |
1772 | 2024-09-23T15:48:21.995Z | Checking errno v0.3.9 |
1773 | 2024-09-23T15:48:22.159Z | Checking finl_unicode v1.2.0 |
1774 | 2024-09-23T15:48:22.159Z | Checking iana-time-zone v0.1.60 |
1775 | 2024-09-23T15:48:22.309Z | Checking utf8parse v0.2.1 |
1776 | 2024-09-23T15:48:22.372Z | Checking num_threads v0.1.7 |
1777 | 2024-09-23T15:48:22.401Z | Checking anstyle v1.0.8 |
1778 | 2024-09-23T15:48:22.401Z | Checking plain v0.2.3 |
1779 | 2024-09-23T15:48:22.463Z | Checking time-core v0.1.2 |
1780 | 2024-09-23T15:48:22.496Z | Checking num-conv v0.1.0 |
1781 | 2024-09-23T15:48:22.548Z | Checking ucd-trie v0.1.6 |
1782 | 2024-09-23T15:48:22.614Z | Checking openssl-probe v0.1.5 |
1783 | 2024-09-23T15:48:22.736Z | Checking time v0.3.36 |
1784 | 2024-09-23T15:48:22.751Z | Checking pest v2.7.10 |
1785 | 2024-09-23T15:48:22.754Z | Checking stringprep v0.1.4 |
1786 | 2024-09-23T15:48:22.754Z | Checking goblin v0.8.2 |
1787 | 2024-09-23T15:48:22.788Z | Checking anstyle-parse v0.2.4 |
1788 | 2024-09-23T15:48:23.048Z | Checking url v2.5.2 |
1789 | 2024-09-23T15:48:23.051Z | Checking chrono v0.4.38 |
1790 | 2024-09-23T15:48:23.377Z | Checking regex-automata v0.4.6 |
1791 | 2024-09-23T15:48:23.860Z | Checking rustix v0.38.34 |
1792 | 2024-09-23T15:48:25.164Z | Checking rustls v0.21.12 |
1793 | 2024-09-23T15:48:25.183Z | Checking quote v1.0.36 |
1794 | 2024-09-23T15:48:25.218Z | Checking tokio-util v0.7.11 |
1795 | 2024-09-23T15:48:25.282Z | Checking md-5 v0.10.6 |
1796 | 2024-09-23T15:48:25.495Z | Checking num-integer v0.1.46 |
1797 | 2024-09-23T15:48:25.517Z | Checking toml_datetime v0.6.8 |
1798 | 2024-09-23T15:48:25.780Z | Checking serde_spanned v0.6.7 |
1799 | 2024-09-23T15:48:25.802Z | Checking native-tls v0.2.11 |
1800 | 2024-09-23T15:48:25.951Z | Checking idna v0.3.0 |
1801 | 2024-09-23T15:48:25.967Z | Checking lazy_static v1.5.0 |
1802 | 2024-09-23T15:48:26.038Z | Checking h2 v0.3.26 |
1803 | 2024-09-23T15:48:26.078Z | Checking ff v0.13.0 |
1804 | 2024-09-23T15:48:26.112Z | Checking hash32 v0.2.1 |
1805 | 2024-09-23T15:48:26.273Z | Checking colorchoice v1.0.1 |
1806 | 2024-09-23T15:48:26.407Z | Checking is_terminal_polyfill v1.70.0 |
1807 | 2024-09-23T15:48:26.425Z | Checking psl-types v2.0.11 |
1808 | 2024-09-23T15:48:26.515Z | Checking gimli v0.28.1 |
1809 | 2024-09-23T15:48:26.603Z | Checking pretty-hex v0.4.1 |
1810 | 2024-09-23T15:48:26.772Z | Checking base16ct v0.2.0 |
1811 | 2024-09-23T15:48:26.775Z | Checking stable_deref_trait v1.2.0 |
1812 | 2024-09-23T15:48:26.883Z | Checking fallible-iterator v0.2.0 |
1813 | 2024-09-23T15:48:26.965Z | Checking anstyle-query v1.0.3 |
1814 | 2024-09-23T15:48:27.091Z | Checking base64 v0.22.1 |
1815 | 2024-09-23T15:48:27.342Z | Checking adler v1.0.2 |
1816 | 2024-09-23T15:48:27.495Z | Checking atomic-waker v1.1.2 |
1817 | 2024-09-23T15:48:27.510Z | Checking miniz_oxide v0.7.2 |
1818 | 2024-09-23T15:48:27.580Z | Checking postgres-protocol v0.6.7 |
1819 | 2024-09-23T15:48:27.621Z | Checking h2 v0.4.6 |
1820 | 2024-09-23T15:48:27.766Z | Checking dof v0.3.0 |
1821 | 2024-09-23T15:48:27.935Z | Checking terminal_size v0.3.0 |
1822 | 2024-09-23T15:48:27.960Z | Checking anstream v0.6.14 |
1823 | 2024-09-23T15:48:28.100Z | Checking sec1 v0.7.3 |
1824 | 2024-09-23T15:48:28.218Z | Checking heapless v0.7.17 |
1825 | 2024-09-23T15:48:28.312Z | Checking publicsuffix v2.2.3 |
1826 | 2024-09-23T15:48:28.384Z | Checking group v0.13.0 |
1827 | 2024-09-23T15:48:28.398Z | Checking tokio-rustls v0.24.1 |
1828 | 2024-09-23T15:48:28.458Z | Checking tokio-native-tls v0.3.1 |
1829 | 2024-09-23T15:48:28.553Z | Checking num-iter v0.1.45 |
1830 | 2024-09-23T15:48:28.622Z | Checking syn v2.0.74 |
1831 | 2024-09-23T15:48:28.713Z | Checking dtrace-parser v0.2.0 |
1832 | 2024-09-23T15:48:28.728Z | Checking cookie v0.17.0 |
1833 | 2024-09-23T15:48:28.744Z | Checking http-body v1.0.0 |
1834 | 2024-09-23T15:48:28.935Z | Checking phf_shared v0.11.2 |
1835 | 2024-09-23T15:48:29.120Z | Checking hkdf v0.12.4 |
1836 | 2024-09-23T15:48:29.190Z | Checking crypto-bigint v0.5.5 |
1837 | 2024-09-23T15:48:29.203Z | Checking pin-project v1.1.5 |
1838 | 2024-09-23T15:48:29.248Z | Checking thread-id v4.2.1 |
1839 | 2024-09-23T15:48:29.321Z | Checking object v0.32.2 |
1840 | 2024-09-23T15:48:29.323Z | Checking winnow v0.5.40 |
1841 | 2024-09-23T15:48:29.353Z | Checking adler2 v2.0.0 |
1842 | 2024-09-23T15:48:29.508Z | Checking rustc-demangle v0.1.24 |
1843 | 2024-09-23T15:48:29.918Z | Checking either v1.13.0 |
1844 | 2024-09-23T15:48:30.325Z | Checking ipnet v2.9.0 |
1845 | 2024-09-23T15:48:30.339Z | Checking addr2line v0.21.0 |
1846 | 2024-09-23T15:48:30.770Z | Checking bitflags v1.3.2 |
1847 | 2024-09-23T15:48:30.853Z | Checking clap_lex v0.7.0 |
1848 | 2024-09-23T15:48:30.868Z | Checking tower-layer v0.3.2 |
1849 | 2024-09-23T15:48:31.093Z | Checking strsim v0.11.1 |
1850 | 2024-09-23T15:48:31.130Z | Checking base64 v0.21.7 |
1851 | 2024-09-23T15:48:31.397Z | Checking managed v0.8.0 |
1852 | 2024-09-23T15:48:31.605Z | Checking rustls-pemfile v1.0.4 |
1853 | 2024-09-23T15:48:31.776Z | Checking smoltcp v0.9.1 |
1854 | 2024-09-23T15:48:31.798Z | Checking clap_builder v4.5.15 |
1855 | 2024-09-23T15:48:31.904Z | Checking elliptic-curve v0.13.8 |
1856 | 2024-09-23T15:48:32.126Z | Checking hyper v0.14.30 |
1857 | 2024-09-23T15:48:32.337Z | Checking toml_edit v0.19.15 |
1858 | 2024-09-23T15:48:32.570Z | Checking tower v0.4.13 |
1859 | 2024-09-23T15:48:33.281Z | Checking miniz_oxide v0.8.0 |
1860 | 2024-09-23T15:48:33.300Z | Checking phf v0.11.2 |
1861 | 2024-09-23T15:48:33.571Z | Checking cookie_store v0.20.0 |
1862 | 2024-09-23T15:48:33.785Z | Checking hyper v1.4.1 |
1863 | 2024-09-23T15:48:34.037Z | Checking num-bigint-dig v0.8.4 |
1864 | 2024-09-23T15:48:34.224Z | Checking postgres-types v0.2.7 |
1865 | 2024-09-23T15:48:34.754Z | Checking bstr v1.9.1 |
1866 | 2024-09-23T15:48:34.809Z | Checking regex v1.10.6 |
1867 | 2024-09-23T15:48:34.924Z | Checking usdt-impl v0.5.0 |
1868 | 2024-09-23T15:48:34.950Z | Checking pkcs1 v0.7.5 |
1869 | 2024-09-23T15:48:35.362Z | Checking ed25519 v2.2.3 |
1870 | 2024-09-23T15:48:35.387Z | Checking backtrace v0.3.71 |
1871 | 2024-09-23T15:48:35.434Z | Checking phf_shared v0.10.0 |
1872 | 2024-09-23T15:48:35.454Z | Checking futures-executor v0.3.30 |
1873 | 2024-09-23T15:48:35.611Z | Checking rfc6979 v0.4.0 |
1874 | 2024-09-23T15:48:35.658Z | Checking curve25519-dalek v4.1.3 |
1875 | 2024-09-23T15:48:35.677Z | Checking serde_urlencoded v0.7.1 |
1876 | 2024-09-23T15:48:35.690Z | Checking float-cmp v0.9.0 |
1877 | 2024-09-23T15:48:35.774Z | Checking hubpack v0.1.2 |
1878 | 2024-09-23T15:48:35.833Z | Checking serde-big-array v0.5.1 |
1879 | 2024-09-23T15:48:35.858Z | Checking zerocopy v0.6.6 |
1880 | 2024-09-23T15:48:35.949Z | Checking crc32fast v1.4.0 |
1881 | 2024-09-23T15:48:36.040Z | Checking signal-hook v0.3.17 |
1882 | 2024-09-23T15:48:36.074Z | Checking crossbeam-utils v0.8.19 |
1883 | 2024-09-23T15:48:36.090Z | Checking idna v0.4.0 |
1884 | 2024-09-23T15:48:36.160Z | Checking memmap v0.7.0 |
1885 | 2024-09-23T15:48:36.176Z | Checking mio v0.8.11 |
1886 | 2024-09-23T15:48:36.345Z | Checking encoding_rs v0.8.34 |
1887 | 2024-09-23T15:48:36.361Z | Checking sync_wrapper v0.1.2 |
1888 | 2024-09-23T15:48:36.477Z | Checking difflib v0.4.0 |
1889 | 2024-09-23T15:48:36.570Z | Checking minimal-lexical v0.2.1 |
1890 | 2024-09-23T15:48:36.744Z | Checking webpki-roots v0.25.4 |
1891 | 2024-09-23T15:48:36.758Z | Checking new_debug_unreachable v1.0.6 |
1892 | 2024-09-23T15:48:36.778Z | Checking bit-vec v0.6.3 |
1893 | 2024-09-23T15:48:36.840Z | Checking precomputed-hash v0.1.1 |
1894 | 2024-09-23T15:48:36.888Z | Checking normalize-line-endings v0.3.0 |
1895 | 2024-09-23T15:48:36.942Z | Checking dyn-clone v1.0.17 |
1896 | 2024-09-23T15:48:36.958Z | Checking unicode-segmentation v1.11.0 |
1897 | 2024-09-23T15:48:36.960Z | Checking predicates-core v1.0.6 |
1898 | 2024-09-23T15:48:37.001Z | Checking winnow v0.6.18 |
1899 | 2024-09-23T15:48:37.072Z | Checking whoami v1.5.1 |
1900 | 2024-09-23T15:48:37.096Z | Checking data-encoding v2.6.0 |
1901 | 2024-09-23T15:48:37.134Z | Checking static_assertions v1.1.0 |
1902 | 2024-09-23T15:48:37.227Z | Checking unicode-width v0.1.13 |
1903 | 2024-09-23T15:48:37.348Z | Checking mime v0.3.17 |
1904 | 2024-09-23T15:48:37.406Z | Checking fixedbitset v0.4.2 |
1905 | 2024-09-23T15:48:37.463Z | Checking ed25519-dalek v2.1.1 |
1906 | 2024-09-23T15:48:37.640Z | Checking similar v2.6.0 |
1907 | 2024-09-23T15:48:37.670Z | Checking console v0.15.8 |
1908 | 2024-09-23T15:48:37.685Z | Checking petgraph v0.6.5 |
1909 | 2024-09-23T15:48:37.752Z | Checking hickory-proto v0.24.1 |
1910 | 2024-09-23T15:48:37.867Z | Checking tokio-postgres v0.7.11 |
1911 | 2024-09-23T15:48:38.234Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1912 | 2024-09-23T15:48:38.335Z | Checking hyper-tls v0.5.0 |
1913 | 2024-09-23T15:48:38.490Z | Checking hyper-rustls v0.24.2 |
1914 | 2024-09-23T15:48:38.619Z | Checking predicates v3.1.2 |
1915 | 2024-09-23T15:48:38.653Z | Checking bit-set v0.5.3 |
1916 | 2024-09-23T15:48:38.781Z | Checking reqwest v0.11.27 |
1917 | 2024-09-23T15:48:38.907Z | Checking schemars v0.8.21 |
1918 | 2024-09-23T15:48:39.290Z | Checking nom v7.1.3 |
1919 | 2024-09-23T15:48:39.946Z | Checking toml_edit v0.22.20 |
1920 | 2024-09-23T15:48:40.397Z | Checking string_cache v0.8.7 |
1921 | 2024-09-23T15:48:40.465Z | Checking signal-hook-mio v0.2.4 |
1922 | 2024-09-23T15:48:40.619Z | Checking crossbeam-epoch v0.9.18 |
1923 | 2024-09-23T15:48:40.685Z | Checking usdt v0.5.0 |
1924 | 2024-09-23T15:48:40.943Z | Checking rsa v0.9.6 |
1925 | 2024-09-23T15:48:41.002Z | Checking flate2 v1.0.33 |
1926 | 2024-09-23T15:48:41.035Z | Checking anyhow v1.0.89 |
1927 | 2024-09-23T15:48:41.050Z | Checking hyper-util v0.1.7 |
1928 | 2024-09-23T15:48:41.422Z | Checking ecdsa v0.16.9 |
1929 | 2024-09-23T15:48:41.640Z | Checking futures v0.3.30 |
1930 | 2024-09-23T15:48:41.749Z | Checking toml v0.7.8 |
1931 | 2024-09-23T15:48:41.968Z | Checking clap v4.5.16 |
1932 | 2024-09-23T15:48:42.084Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1933 | 2024-09-23T15:48:42.113Z | Checking itertools v0.10.5 |
1934 | 2024-09-23T15:48:42.128Z | Checking itertools v0.12.1 |
1935 | 2024-09-23T15:48:42.142Z | Checking tokio-stream v0.1.15 |
1936 | 2024-09-23T15:48:42.450Z | Checking fs-err v2.11.0 |
1937 | 2024-09-23T15:48:42.472Z | Checking slog v2.7.0 |
1938 | 2024-09-23T15:48:42.572Z | Checking x509-cert v0.2.5 |
1939 | 2024-09-23T15:48:42.921Z | Checking openapiv3 v2.0.0 |
1940 | 2024-09-23T15:48:42.946Z | Checking sha1 v0.10.6 |
1941 | 2024-09-23T15:48:42.980Z | Checking hex v0.4.3 |
1942 | 2024-09-23T15:48:42.996Z | Checking semver v1.0.23 |
1943 | 2024-09-23T15:48:43.214Z | Checking lalrpop-util v0.19.12 |
1944 | 2024-09-23T15:48:43.402Z | Checking peg-runtime v0.8.3 |
1945 | 2024-09-23T15:48:43.481Z | Checking camino v1.1.9 |
1946 | 2024-09-23T15:48:43.494Z | Checking sigpipe v0.1.3 |
1947 | 2024-09-23T15:48:45.552Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1948 | 2024-09-23T15:48:45.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.74s |
1949 | 2024-09-23T15:48:45.997Z | |
1950 | 2024-09-23T15:48:45.997Z | info: running `cargo check --bins --no-default-features` on omicron-test-utils (29/162) |
1951 | 2024-09-23T15:48:46.621Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
1952 | 2024-09-23T15:48:46.623Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
1953 | 2024-09-23T15:48:46.702Z | Compiling regress v0.9.1 |
1954 | 2024-09-23T15:48:46.801Z | Checking strum v0.26.3 |
1955 | 2024-09-23T15:48:46.817Z | Checking heck v0.5.0 |
1956 | 2024-09-23T15:48:46.828Z | Compiling getopts v0.2.21 |
1957 | 2024-09-23T15:48:46.839Z | Checking dirs-sys-next v0.1.2 |
1958 | 2024-09-23T15:48:46.851Z | Compiling unsafe-libyaml v0.2.11 |
1959 | 2024-09-23T15:48:46.912Z | Checking thread_local v1.1.8 |
1960 | 2024-09-23T15:48:46.974Z | Compiling ident_case v1.0.1 |
1961 | 2024-09-23T15:48:46.998Z | Checking dirs-next v2.0.0 |
1962 | 2024-09-23T15:48:47.116Z | Checking rustls-pki-types v1.7.0 |
1963 | 2024-09-23T15:48:47.148Z | Checking term v0.7.0 |
1964 | 2024-09-23T15:48:47.164Z | Compiling darling_core v0.20.9 |
1965 | 2024-09-23T15:48:47.167Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1966 | 2024-09-23T15:48:47.498Z | Checking crossbeam-channel v0.5.12 |
1967 | 2024-09-23T15:48:47.544Z | Checking atty v0.2.14 |
1968 | 2024-09-23T15:48:47.575Z | Checking is-terminal v0.4.12 |
1969 | 2024-09-23T15:48:47.667Z | Compiling paste v1.0.15 |
1970 | 2024-09-23T15:48:47.697Z | Checking take_mut v0.2.2 |
1971 | 2024-09-23T15:48:47.733Z | Checking humantime v2.1.0 |
1972 | 2024-09-23T15:48:47.844Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1973 | 2024-09-23T15:48:48.025Z | Checking termcolor v1.4.1 |
1974 | 2024-09-23T15:48:48.207Z | Compiling serde_yaml v0.9.34+deprecated |
1975 | 2024-09-23T15:48:48.210Z | Checking utf-8 v0.7.6 |
1976 | 2024-09-23T15:48:48.234Z | Compiling rustls v0.22.4 |
1977 | 2024-09-23T15:48:48.419Z | Checking slog-async v2.8.0 |
1978 | 2024-09-23T15:48:48.442Z | Checking env_logger v0.9.3 |
1979 | 2024-09-23T15:48:48.636Z | Checking slog-term v2.9.1 |
1980 | 2024-09-23T15:48:48.693Z | Checking rustls-webpki v0.102.4 |
1981 | 2024-09-23T15:48:48.748Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1982 | 2024-09-23T15:48:48.866Z | Compiling proc-macro-crate v1.3.1 |
1983 | 2024-09-23T15:48:49.094Z | Compiling bitstruct_derive v0.1.0 |
1984 | 2024-09-23T15:48:49.123Z | Compiling structmeta-derive v0.3.0 |
1985 | 2024-09-23T15:48:49.457Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1986 | 2024-09-23T15:48:49.583Z | Compiling multer v3.1.0 |
1987 | 2024-09-23T15:48:49.897Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1988 | 2024-09-23T15:48:49.978Z | Checking ascii v1.1.0 |
1989 | 2024-09-23T15:48:50.188Z | Checking match_cfg v0.1.0 |
1990 | 2024-09-23T15:48:50.238Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1991 | 2024-09-23T15:48:50.282Z | Checking hostname v0.3.1 |
1992 | 2024-09-23T15:48:50.416Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1993 | 2024-09-23T15:48:50.487Z | Checking bitstruct v0.1.1 |
1994 | 2024-09-23T15:48:50.622Z | Compiling num_enum_derive v0.5.11 |
1995 | 2024-09-23T15:48:51.420Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1996 | 2024-09-23T15:48:51.804Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1997 | 2024-09-23T15:48:52.161Z | Compiling structmeta v0.3.0 |
1998 | 2024-09-23T15:48:52.334Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1999 | 2024-09-23T15:48:52.628Z | Checking slog-json v2.6.1 |
2000 | 2024-09-23T15:48:52.642Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2001 | 2024-09-23T15:48:52.676Z | Checking erased-serde v0.3.31 |
2002 | 2024-09-23T15:48:52.887Z | Checking serde_arrays v0.1.0 |
2003 | 2024-09-23T15:48:52.890Z | Compiling foreign-types-macros v0.2.3 |
2004 | 2024-09-23T15:48:53.031Z | Compiling async-stream-impl v0.3.5 |
2005 | 2024-09-23T15:48:53.235Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2006 | 2024-09-23T15:48:53.301Z | Checking arc-swap v1.7.1 |
2007 | 2024-09-23T15:48:53.546Z | Checking foreign-types-shared v0.3.1 |
2008 | 2024-09-23T15:48:53.660Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2009 | 2024-09-23T15:48:53.724Z | Checking slog-scope v4.4.0 |
2010 | 2024-09-23T15:48:53.740Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2011 | 2024-09-23T15:48:53.979Z | Checking num_enum v0.5.11 |
2012 | 2024-09-23T15:48:53.995Z | Checking slog-bunyan v2.5.0 |
2013 | 2024-09-23T15:48:54.096Z | Compiling darling_macro v0.20.9 |
2014 | 2024-09-23T15:48:54.131Z | Compiling parse-display-derive v0.10.0 |
2015 | 2024-09-23T15:48:54.162Z | Compiling proc-macro-error v1.0.4 |
2016 | 2024-09-23T15:48:54.202Z | Checking foreign-types v0.5.0 |
2017 | 2024-09-23T15:48:54.466Z | Checking async-stream v0.3.5 |
2018 | 2024-09-23T15:48:54.718Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2019 | 2024-09-23T15:48:54.778Z | Checking toml v0.8.19 |
2020 | 2024-09-23T15:48:54.866Z | Checking tungstenite v0.20.1 |
2021 | 2024-09-23T15:48:55.003Z | Checking rustls-pemfile v2.1.3 |
2022 | 2024-09-23T15:48:55.069Z | Compiling darling v0.20.9 |
2023 | 2024-09-23T15:48:55.192Z | Compiling serde_with_macros v3.9.0 |
2024 | 2024-09-23T15:48:55.248Z | Checking waitgroup v0.1.2 |
2025 | 2024-09-23T15:48:55.304Z | Checking tokio-rustls v0.25.0 |
2026 | 2024-09-23T15:48:55.375Z | Compiling heck v0.3.3 |
2027 | 2024-09-23T15:48:55.466Z | Checking ipnetwork v0.20.0 |
2028 | 2024-09-23T15:48:55.662Z | Checking newtype-uuid v1.1.0 |
2029 | 2024-09-23T15:48:55.733Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2030 | 2024-09-23T15:48:55.813Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2031 | 2024-09-23T15:48:55.830Z | Checking serde_path_to_error v0.1.16 |
2032 | 2024-09-23T15:48:55.897Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2033 | 2024-09-23T15:48:56.612Z | Checking cstr-argument v0.1.2 |
2034 | 2024-09-23T15:48:56.618Z | Checking hostname v0.4.0 |
2035 | 2024-09-23T15:48:56.618Z | Checking instant v0.1.12 |
2036 | 2024-09-23T15:48:56.685Z | Checking debug-ignore v1.0.5 |
2037 | 2024-09-23T15:48:56.721Z | Checking fastrand v2.1.0 |
2038 | 2024-09-23T15:48:56.723Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2039 | 2024-09-23T15:48:56.820Z | Checking pretty-hex v0.2.1 |
2040 | 2024-09-23T15:48:56.983Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2041 | 2024-09-23T15:48:57.054Z | Checking tempfile v3.10.1 |
2042 | 2024-09-23T15:48:57.075Z | Checking backoff v0.4.0 |
2043 | 2024-09-23T15:48:57.263Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2044 | 2024-09-23T15:48:57.374Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2045 | 2024-09-23T15:48:57.464Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2046 | 2024-09-23T15:48:57.600Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2047 | 2024-09-23T15:48:57.692Z | Compiling zone_cfg_derive v0.1.2 |
2048 | 2024-09-23T15:48:57.708Z | Checking tokio-tungstenite v0.20.1 |
2049 | 2024-09-23T15:48:57.968Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2050 | 2024-09-23T15:48:58.179Z | Checking slog-stdlog v4.1.1 |
2051 | 2024-09-23T15:48:58.238Z | Checking serde_with v3.9.0 |
2052 | 2024-09-23T15:48:58.339Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2053 | 2024-09-23T15:48:58.498Z | Checking tungstenite v0.21.0 |
2054 | 2024-09-23T15:48:58.722Z | Checking colored v2.1.0 |
2055 | 2024-09-23T15:48:58.842Z | Checking parse-display v0.10.0 |
2056 | 2024-09-23T15:48:59.114Z | Checking macaddr v1.0.1 |
2057 | 2024-09-23T15:48:59.145Z | Checking base64 v0.13.1 |
2058 | 2024-09-23T15:48:59.345Z | Checking zone v0.1.8 |
2059 | 2024-09-23T15:48:59.538Z | Checking tokio-tungstenite v0.21.0 |
2060 | 2024-09-23T15:48:59.635Z | Checking ron v0.7.1 |
2061 | 2024-09-23T15:49:00.001Z | Checking slog-envlogger v2.2.0 |
2062 | 2024-09-23T15:49:00.002Z | Checking pem v3.0.4 |
2063 | 2024-09-23T15:49:00.222Z | Checking tabwriter v1.4.0 |
2064 | 2024-09-23T15:49:00.290Z | Checking xattr v1.3.1 |
2065 | 2024-09-23T15:49:00.464Z | Checking portpicker v0.1.1 |
2066 | 2024-09-23T15:49:00.484Z | Checking yasna v0.5.2 |
2067 | 2024-09-23T15:49:00.605Z | Checking headers-core v0.2.0 |
2068 | 2024-09-23T15:49:00.748Z | Checking smf v0.2.3 |
2069 | 2024-09-23T15:49:00.806Z | Checking filetime v0.2.25 |
2070 | 2024-09-23T15:49:01.020Z | Checking same-file v1.0.6 |
2071 | 2024-09-23T15:49:01.184Z | Checking walkdir v2.5.0 |
2072 | 2024-09-23T15:49:01.199Z | Checking tar v0.4.41 |
2073 | 2024-09-23T15:49:01.243Z | Checking headers v0.3.9 |
2074 | 2024-09-23T15:49:01.354Z | Checking rcgen v0.12.1 |
2075 | 2024-09-23T15:49:01.452Z | Checking atomicwrites v0.4.3 |
2076 | 2024-09-23T15:49:01.652Z | Checking camino-tempfile v1.1.1 |
2077 | 2024-09-23T15:49:01.876Z | Checking subprocess v0.2.9 |
2078 | 2024-09-23T15:49:02.427Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2079 | 2024-09-23T15:49:02.693Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2080 | 2024-09-23T15:49:04.778Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2081 | 2024-09-23T15:49:06.666Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2082 | 2024-09-23T15:49:06.733Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2083 | 2024-09-23T15:49:09.884Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2084 | 2024-09-23T15:49:15.615Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2085 | 2024-09-23T15:49:15.744Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2086 | 2024-09-23T15:49:15.747Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2087 | 2024-09-23T15:49:18.223Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2088 | 2024-09-23T15:49:18.661Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2089 | 2024-09-23T15:49:24.868Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2090 | 2024-09-23T15:49:26.398Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2091 | 2024-09-23T15:49:27.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.57s |
2092 | 2024-09-23T15:49:27.746Z | |
2093 | 2024-09-23T15:49:27.746Z | info: running `cargo check --bins --no-default-features --features seed-gen` on omicron-test-utils (30/162) |
2094 | 2024-09-23T15:49:28.369Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2095 | 2024-09-23T15:49:28.371Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2096 | 2024-09-23T15:49:28.445Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2097 | 2024-09-23T15:49:29.752Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.00s |
2098 | 2024-09-23T15:49:29.921Z | |
2099 | 2024-09-23T15:49:29.921Z | info: running `cargo check --bins` on nexus-config (31/162) |
2100 | 2024-09-23T15:49:30.524Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2101 | 2024-09-23T15:49:30.526Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2102 | 2024-09-23T15:49:30.527Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2103 | 2024-09-23T15:49:30.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2104 | 2024-09-23T15:49:30.593Z | |
2105 | 2024-09-23T15:49:30.593Z | info: running `cargo check --bins` on omicron-rpaths (32/162) |
2106 | 2024-09-23T15:49:31.174Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2107 | 2024-09-23T15:49:31.177Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2108 | 2024-09-23T15:49:31.177Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2109 | 2024-09-23T15:49:31.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2110 | 2024-09-23T15:49:31.240Z | |
2111 | 2024-09-23T15:49:31.240Z | info: running `cargo check --bins` on omicron-certificates (33/162) |
2112 | 2024-09-23T15:49:31.844Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2113 | 2024-09-23T15:49:31.847Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2114 | 2024-09-23T15:49:31.847Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2115 | 2024-09-23T15:49:31.850Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2116 | 2024-09-23T15:49:31.913Z | |
2117 | 2024-09-23T15:49:31.913Z | info: running `cargo check --bins` on omicron-clickhouse-admin (34/162) |
2118 | 2024-09-23T15:49:32.533Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2119 | 2024-09-23T15:49:32.535Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2120 | 2024-09-23T15:49:32.611Z | Compiling heapless v0.8.0 |
2121 | 2024-09-23T15:49:32.706Z | Checking hash32 v0.3.1 |
2122 | 2024-09-23T15:49:32.714Z | Compiling smoltcp v0.11.0 |
2123 | 2024-09-23T15:49:32.724Z | Checking embedded-io v0.4.0 |
2124 | 2024-09-23T15:49:32.726Z | Checking cobs v0.2.3 |
2125 | 2024-09-23T15:49:32.742Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2126 | 2024-09-23T15:49:32.745Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2127 | 2024-09-23T15:49:32.769Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2128 | 2024-09-23T15:49:32.858Z | Compiling crucible-workspace-hack v0.1.0 |
2129 | 2024-09-23T15:49:32.885Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2130 | 2024-09-23T15:49:32.888Z | Checking newline-converter v0.3.0 |
2131 | 2024-09-23T15:49:32.914Z | Checking postcard v1.0.8 |
2132 | 2024-09-23T15:49:33.057Z | Compiling convert_case v0.4.0 |
2133 | 2024-09-23T15:49:33.085Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2134 | 2024-09-23T15:49:33.271Z | Checking expectorate v1.1.0 |
2135 | 2024-09-23T15:49:33.293Z | Compiling zone_cfg_derive v0.3.0 |
2136 | 2024-09-23T15:49:33.422Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2137 | 2024-09-23T15:49:33.441Z | Compiling num-derive v0.4.2 |
2138 | 2024-09-23T15:49:33.542Z | Compiling slog-dtrace v0.3.0 |
2139 | 2024-09-23T15:49:33.660Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2140 | 2024-09-23T15:49:33.762Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2141 | 2024-09-23T15:49:33.982Z | Compiling derive_more v0.99.18 |
2142 | 2024-09-23T15:49:34.679Z | Checking zone v0.3.0 |
2143 | 2024-09-23T15:49:35.129Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2144 | 2024-09-23T15:49:36.407Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2145 | 2024-09-23T15:49:37.322Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2146 | 2024-09-23T15:49:37.725Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2147 | 2024-09-23T15:49:38.408Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2148 | 2024-09-23T15:49:38.644Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2149 | 2024-09-23T15:49:40.141Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2150 | 2024-09-23T15:49:40.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.00s |
2151 | 2024-09-23T15:49:41.076Z | |
2152 | 2024-09-23T15:49:41.077Z | info: running `cargo check --bins` on clickhouse-admin-api (35/162) |
2153 | 2024-09-23T15:49:41.688Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2154 | 2024-09-23T15:49:41.690Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2155 | 2024-09-23T15:49:41.690Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2156 | 2024-09-23T15:49:41.693Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2157 | 2024-09-23T15:49:41.758Z | |
2158 | 2024-09-23T15:49:41.758Z | info: running `cargo check --bins` on clickhouse-admin-types (36/162) |
2159 | 2024-09-23T15:49:42.367Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2160 | 2024-09-23T15:49:42.370Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2161 | 2024-09-23T15:49:42.370Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2162 | 2024-09-23T15:49:42.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2163 | 2024-09-23T15:49:42.442Z | |
2164 | 2024-09-23T15:49:42.442Z | info: running `cargo check --bins --no-default-features` on nexus-test-utils (37/162) |
2165 | 2024-09-23T15:49:43.156Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2166 | 2024-09-23T15:49:43.159Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2167 | 2024-09-23T15:49:43.159Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2168 | 2024-09-23T15:49:43.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.71s |
2169 | 2024-09-23T15:49:43.242Z | |
2170 | 2024-09-23T15:49:43.242Z | info: running `cargo check --bins --no-default-features --features omicron-dev` on nexus-test-utils (38/162) |
2171 | 2024-09-23T15:49:43.945Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2172 | 2024-09-23T15:49:43.948Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2173 | 2024-09-23T15:49:43.948Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2174 | 2024-09-23T15:49:43.951Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.70s |
2175 | 2024-09-23T15:49:44.034Z | |
2176 | 2024-09-23T15:49:44.034Z | info: running `cargo check --bins` on dns-server (39/162) |
2177 | 2024-09-23T15:49:44.640Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2178 | 2024-09-23T15:49:44.643Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2179 | 2024-09-23T15:49:44.709Z | Compiling parking_lot_core v0.8.6 |
2180 | 2024-09-23T15:49:44.802Z | Checking nibble_vec v0.1.0 |
2181 | 2024-09-23T15:49:44.805Z | Checking endian-type v0.1.2 |
2182 | 2024-09-23T15:49:44.805Z | Checking linked-hash-map v0.5.6 |
2183 | 2024-09-23T15:49:44.805Z | Checking quick-error v1.2.3 |
2184 | 2024-09-23T15:49:44.805Z | Checking fxhash v0.2.1 |
2185 | 2024-09-23T15:49:44.818Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2186 | 2024-09-23T15:49:44.821Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2187 | 2024-09-23T15:49:44.944Z | Checking resolv-conf v0.7.0 |
2188 | 2024-09-23T15:49:44.972Z | Checking hickory-server v0.24.1 |
2189 | 2024-09-23T15:49:44.972Z | Checking radix_trie v0.2.1 |
2190 | 2024-09-23T15:49:45.114Z | Checking lru-cache v0.1.2 |
2191 | 2024-09-23T15:49:45.291Z | Checking hickory-resolver v0.24.1 |
2192 | 2024-09-23T15:49:45.325Z | Checking hickory-client v0.24.1 |
2193 | 2024-09-23T15:49:45.508Z | Checking parking_lot v0.11.2 |
2194 | 2024-09-23T15:49:45.749Z | Checking sled v0.34.7 |
2195 | 2024-09-23T15:49:47.520Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2196 | 2024-09-23T15:49:48.580Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.53s |
2197 | 2024-09-23T15:49:48.727Z | |
2198 | 2024-09-23T15:49:48.727Z | info: running `cargo check --bins` on dns-server-api (40/162) |
2199 | 2024-09-23T15:49:49.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2200 | 2024-09-23T15:49:49.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2201 | 2024-09-23T15:49:49.324Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2202 | 2024-09-23T15:49:49.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2203 | 2024-09-23T15:49:49.390Z | |
2204 | 2024-09-23T15:49:49.390Z | info: running `cargo check --bins` on dns-service-client (41/162) |
2205 | 2024-09-23T15:49:49.976Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2206 | 2024-09-23T15:49:49.979Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2207 | 2024-09-23T15:49:49.979Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2208 | 2024-09-23T15:49:49.981Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2209 | 2024-09-23T15:49:50.045Z | |
2210 | 2024-09-23T15:49:50.045Z | info: running `cargo check --bins` on gateway-test-utils (42/162) |
2211 | 2024-09-23T15:49:50.702Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2212 | 2024-09-23T15:49:50.705Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2213 | 2024-09-23T15:49:50.705Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2214 | 2024-09-23T15:49:50.708Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2215 | 2024-09-23T15:49:50.779Z | |
2216 | 2024-09-23T15:49:50.779Z | info: running `cargo check --bins` on gateway-types (43/162) |
2217 | 2024-09-23T15:49:51.386Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2218 | 2024-09-23T15:49:51.389Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2219 | 2024-09-23T15:49:51.389Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2220 | 2024-09-23T15:49:51.391Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2221 | 2024-09-23T15:49:51.455Z | |
2222 | 2024-09-23T15:49:51.455Z | info: running `cargo check --bins` on ipcc (44/162) |
2223 | 2024-09-23T15:49:52.062Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2224 | 2024-09-23T15:49:52.065Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2225 | 2024-09-23T15:49:52.065Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2226 | 2024-09-23T15:49:52.067Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2227 | 2024-09-23T15:49:52.131Z | |
2228 | 2024-09-23T15:49:52.131Z | info: running `cargo check --bins` on omicron-gateway (45/162) |
2229 | 2024-09-23T15:49:52.779Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2230 | 2024-09-23T15:49:52.782Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2231 | 2024-09-23T15:49:52.884Z | Compiling rustls-pki-types v1.7.0 |
2232 | 2024-09-23T15:49:52.886Z | Compiling match_cfg v0.1.0 |
2233 | 2024-09-23T15:49:52.992Z | Checking num-rational v0.4.2 |
2234 | 2024-09-23T15:49:52.994Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2235 | 2024-09-23T15:49:52.995Z | Compiling slog-json v2.6.1 |
2236 | 2024-09-23T15:49:52.995Z | Checking num-complex v0.4.6 |
2237 | 2024-09-23T15:49:52.995Z | Compiling prettyplease v0.2.20 |
2238 | 2024-09-23T15:49:53.050Z | Compiling hostname v0.3.1 |
2239 | 2024-09-23T15:49:53.064Z | Compiling async-stream v0.3.5 |
2240 | 2024-09-23T15:49:53.297Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2241 | 2024-09-23T15:49:53.341Z | Compiling slog-bunyan v2.5.0 |
2242 | 2024-09-23T15:49:53.365Z | Compiling multer v3.1.0 |
2243 | 2024-09-23T15:49:53.379Z | Compiling rustls-webpki v0.102.4 |
2244 | 2024-09-23T15:49:53.397Z | Compiling rustls-pemfile v2.1.3 |
2245 | 2024-09-23T15:49:53.505Z | Compiling toml v0.8.19 |
2246 | 2024-09-23T15:49:53.549Z | Compiling waitgroup v0.1.2 |
2247 | 2024-09-23T15:49:53.623Z | Compiling ipnetwork v0.20.0 |
2248 | 2024-09-23T15:49:53.762Z | Compiling newtype-uuid v1.1.0 |
2249 | 2024-09-23T15:49:53.777Z | Compiling serde_path_to_error v0.1.16 |
2250 | 2024-09-23T15:49:53.870Z | Compiling hostname v0.4.0 |
2251 | 2024-09-23T15:49:53.909Z | Checking num v0.4.3 |
2252 | 2024-09-23T15:49:54.011Z | Compiling instant v0.1.12 |
2253 | 2024-09-23T15:49:54.069Z | Compiling debug-ignore v1.0.5 |
2254 | 2024-09-23T15:49:54.143Z | Compiling radium v0.7.0 |
2255 | 2024-09-23T15:49:54.167Z | Checking float-ord v0.3.2 |
2256 | 2024-09-23T15:49:54.219Z | Compiling rustls v0.22.4 |
2257 | 2024-09-23T15:49:54.307Z | Compiling semver v0.1.20 |
2258 | 2024-09-23T15:49:54.437Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2259 | 2024-09-23T15:49:54.542Z | Compiling backoff v0.4.0 |
2260 | 2024-09-23T15:49:54.579Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2261 | 2024-09-23T15:49:54.651Z | Compiling rustc_version v0.1.7 |
2262 | 2024-09-23T15:49:54.898Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2263 | 2024-09-23T15:49:54.949Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2264 | 2024-09-23T15:49:55.151Z | Compiling parse-display v0.10.0 |
2265 | 2024-09-23T15:49:55.213Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2266 | 2024-09-23T15:49:55.260Z | Compiling serde_with v3.9.0 |
2267 | 2024-09-23T15:49:55.297Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2268 | 2024-09-23T15:49:55.459Z | Compiling macaddr v1.0.1 |
2269 | 2024-09-23T15:49:55.848Z | Compiling maybe-uninit v2.0.0 |
2270 | 2024-09-23T15:49:55.912Z | Checking tap v1.0.1 |
2271 | 2024-09-23T15:49:56.082Z | Checking wyz v0.5.1 |
2272 | 2024-09-23T15:49:56.493Z | Compiling newtype_derive v0.1.6 |
2273 | 2024-09-23T15:49:56.582Z | Checking password-hash v0.5.0 |
2274 | 2024-09-23T15:49:56.796Z | Checking blake2 v0.10.6 |
2275 | 2024-09-23T15:49:56.904Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2276 | 2024-09-23T15:49:57.016Z | Compiling cancel-safe-futures v0.1.5 |
2277 | 2024-09-23T15:49:57.239Z | Compiling packed_struct v0.10.1 |
2278 | 2024-09-23T15:49:57.366Z | Checking crc-catalog v2.4.0 |
2279 | 2024-09-23T15:49:57.395Z | Checking funty v2.0.0 |
2280 | 2024-09-23T15:49:57.502Z | Checking crc v3.2.1 |
2281 | 2024-09-23T15:49:57.791Z | Checking argon2 v0.5.3 |
2282 | 2024-09-23T15:49:57.947Z | Compiling packed_struct_codegen v0.10.1 |
2283 | 2024-09-23T15:49:58.401Z | Compiling tokio-rustls v0.25.0 |
2284 | 2024-09-23T15:49:58.417Z | Checking bitvec v1.0.1 |
2285 | 2024-09-23T15:49:58.825Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2286 | 2024-09-23T15:49:59.055Z | Compiling cookie v0.18.1 |
2287 | 2024-09-23T15:49:59.079Z | Checking half v2.4.1 |
2288 | 2024-09-23T15:49:59.363Z | Compiling indexmap v1.9.3 |
2289 | 2024-09-23T15:49:59.551Z | Checking nodrop v0.1.14 |
2290 | 2024-09-23T15:49:59.682Z | Checking ciborium-io v0.2.2 |
2291 | 2024-09-23T15:49:59.684Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2292 | 2024-09-23T15:49:59.806Z | Checking ciborium-ll v0.2.2 |
2293 | 2024-09-23T15:50:00.061Z | Checking array-init v0.0.4 |
2294 | 2024-09-23T15:50:00.305Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2295 | 2024-09-23T15:50:00.600Z | Checking smallvec v0.6.14 |
2296 | 2024-09-23T15:50:00.846Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2297 | 2024-09-23T15:50:00.999Z | Checking libsw v3.3.1 |
2298 | 2024-09-23T15:50:01.251Z | Compiling derive-where v1.2.7 |
2299 | 2024-09-23T15:50:01.292Z | Compiling memoffset v0.9.1 |
2300 | 2024-09-23T15:50:01.553Z | Checking highway v1.2.0 |
2301 | 2024-09-23T15:50:01.607Z | Checking swrite v0.1.0 |
2302 | 2024-09-23T15:50:01.732Z | Checking owo-colors v4.0.0 |
2303 | 2024-09-23T15:50:01.983Z | Checking linear-map v1.2.0 |
2304 | 2024-09-23T15:50:02.020Z | Checking indent_write v2.2.0 |
2305 | 2024-09-23T15:50:02.223Z | Checking hashbrown v0.12.3 |
2306 | 2024-09-23T15:50:02.319Z | Checking bitfield v0.14.0 |
2307 | 2024-09-23T15:50:02.664Z | Checking env_logger v0.10.2 |
2308 | 2024-09-23T15:50:02.713Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2309 | 2024-09-23T15:50:03.099Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2310 | 2024-09-23T15:50:03.657Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2311 | 2024-09-23T15:50:03.861Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2312 | 2024-09-23T15:50:03.991Z | Checking serde-hex v0.1.0 |
2313 | 2024-09-23T15:50:04.206Z | Checking steno v0.4.1 |
2314 | 2024-09-23T15:50:04.594Z | Checking bzip2 v0.4.4 |
2315 | 2024-09-23T15:50:04.854Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2316 | 2024-09-23T15:50:05.034Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2317 | 2024-09-23T15:50:05.306Z | Checking ciborium v0.2.2 |
2318 | 2024-09-23T15:50:05.551Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2319 | 2024-09-23T15:50:05.810Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2320 | 2024-09-23T15:50:06.308Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2321 | 2024-09-23T15:50:06.402Z | Checking ron v0.8.1 |
2322 | 2024-09-23T15:50:07.551Z | Checking hashbrown v0.13.2 |
2323 | 2024-09-23T15:50:07.768Z | Checking crc-any v2.5.0 |
2324 | 2024-09-23T15:50:07.823Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2325 | 2024-09-23T15:50:07.945Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2326 | 2024-09-23T15:50:07.994Z | Checking zip v0.6.6 |
2327 | 2024-09-23T15:50:08.156Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2328 | 2024-09-23T15:50:08.194Z | Checking path-slash v0.1.5 |
2329 | 2024-09-23T15:50:08.339Z | Checking nix v0.27.1 |
2330 | 2024-09-23T15:50:08.500Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2331 | 2024-09-23T15:50:08.544Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2332 | 2024-09-23T15:50:08.566Z | Checking object v0.30.4 |
2333 | 2024-09-23T15:50:08.638Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2334 | 2024-09-23T15:50:08.886Z | Checking kstat-rs v0.2.4 |
2335 | 2024-09-23T15:50:09.243Z | Checking signal-hook-tokio v0.3.1 |
2336 | 2024-09-23T15:50:10.391Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2337 | 2024-09-23T15:50:11.125Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2338 | 2024-09-23T15:50:14.099Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2339 | 2024-09-23T15:50:15.727Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2340 | 2024-09-23T15:50:18.481Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2341 | 2024-09-23T15:50:21.368Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2342 | 2024-09-23T15:50:21.528Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2343 | 2024-09-23T15:50:21.779Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2344 | 2024-09-23T15:50:26.847Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2345 | 2024-09-23T15:50:27.472Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2346 | 2024-09-23T15:50:30.064Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 37.91s |
2347 | 2024-09-23T15:50:30.228Z | |
2348 | 2024-09-23T15:50:30.228Z | info: running `cargo check --bins` on gateway-api (46/162) |
2349 | 2024-09-23T15:50:31.017Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2350 | 2024-09-23T15:50:31.026Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2351 | 2024-09-23T15:50:31.026Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2352 | 2024-09-23T15:50:31.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2353 | 2024-09-23T15:50:31.026Z | |
2354 | 2024-09-23T15:50:31.026Z | info: running `cargo check --bins` on oximeter (47/162) |
2355 | 2024-09-23T15:50:31.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2356 | 2024-09-23T15:50:31.533Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2357 | 2024-09-23T15:50:31.533Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2358 | 2024-09-23T15:50:31.536Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2359 | 2024-09-23T15:50:31.604Z | |
2360 | 2024-09-23T15:50:31.604Z | info: running `cargo check --bins` on oximeter-macro-impl (48/162) |
2361 | 2024-09-23T15:50:32.189Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2362 | 2024-09-23T15:50:32.192Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2363 | 2024-09-23T15:50:32.192Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2364 | 2024-09-23T15:50:32.194Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2365 | 2024-09-23T15:50:32.254Z | |
2366 | 2024-09-23T15:50:32.254Z | info: running `cargo check --bins` on oximeter-schema (49/162) |
2367 | 2024-09-23T15:50:32.864Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2368 | 2024-09-23T15:50:32.866Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2369 | 2024-09-23T15:50:32.933Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2370 | 2024-09-23T15:50:33.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
2371 | 2024-09-23T15:50:33.490Z | |
2372 | 2024-09-23T15:50:33.490Z | info: running `cargo check --bins` on oximeter-types (50/162) |
2373 | 2024-09-23T15:50:34.104Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2374 | 2024-09-23T15:50:34.107Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2375 | 2024-09-23T15:50:34.107Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2376 | 2024-09-23T15:50:34.112Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2377 | 2024-09-23T15:50:34.175Z | |
2378 | 2024-09-23T15:50:34.175Z | info: running `cargo check --bins` on oximeter-timeseries-macro (51/162) |
2379 | 2024-09-23T15:50:34.788Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2380 | 2024-09-23T15:50:34.790Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2381 | 2024-09-23T15:50:34.790Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2382 | 2024-09-23T15:50:34.793Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2383 | 2024-09-23T15:50:34.858Z | |
2384 | 2024-09-23T15:50:34.858Z | info: running `cargo check --bins --no-default-features` on oximeter-instruments (52/162) |
2385 | 2024-09-23T15:50:35.445Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2386 | 2024-09-23T15:50:35.447Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2387 | 2024-09-23T15:50:35.447Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2388 | 2024-09-23T15:50:35.450Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2389 | 2024-09-23T15:50:35.511Z | |
2390 | 2024-09-23T15:50:35.511Z | info: running `cargo check --bins --no-default-features --features http-instruments,kstat` on oximeter-instruments (53/162) |
2391 | 2024-09-23T15:50:36.121Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2392 | 2024-09-23T15:50:36.124Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2393 | 2024-09-23T15:50:36.124Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2394 | 2024-09-23T15:50:36.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2395 | 2024-09-23T15:50:36.191Z | |
2396 | 2024-09-23T15:50:36.191Z | info: running `cargo check --bins --no-default-features --features datalink` on oximeter-instruments (54/162) |
2397 | 2024-09-23T15:50:36.805Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2398 | 2024-09-23T15:50:36.807Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2399 | 2024-09-23T15:50:36.807Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2400 | 2024-09-23T15:50:36.810Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2401 | 2024-09-23T15:50:36.876Z | |
2402 | 2024-09-23T15:50:36.876Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-instruments (55/162) |
2403 | 2024-09-23T15:50:37.492Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2404 | 2024-09-23T15:50:37.495Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2405 | 2024-09-23T15:50:37.495Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2406 | 2024-09-23T15:50:37.498Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2407 | 2024-09-23T15:50:37.566Z | |
2408 | 2024-09-23T15:50:37.566Z | info: running `cargo check --bins --no-default-features --features http-instruments` on oximeter-instruments (56/162) |
2409 | 2024-09-23T15:50:38.180Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2410 | 2024-09-23T15:50:38.182Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2411 | 2024-09-23T15:50:38.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2412 | 2024-09-23T15:50:38.187Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2413 | 2024-09-23T15:50:38.249Z | |
2414 | 2024-09-23T15:50:38.249Z | info: running `cargo check --bins --no-default-features --features datalink,http-instruments` on oximeter-instruments (57/162) |
2415 | 2024-09-23T15:50:38.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2416 | 2024-09-23T15:50:38.874Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2417 | 2024-09-23T15:50:38.874Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2418 | 2024-09-23T15:50:38.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2419 | 2024-09-23T15:50:38.933Z | |
2420 | 2024-09-23T15:50:38.933Z | info: running `cargo check --bins --no-default-features --features kstat` on oximeter-instruments (58/162) |
2421 | 2024-09-23T15:50:39.551Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2422 | 2024-09-23T15:50:39.556Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2423 | 2024-09-23T15:50:39.556Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2424 | 2024-09-23T15:50:39.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2425 | 2024-09-23T15:50:39.619Z | |
2426 | 2024-09-23T15:50:39.619Z | info: running `cargo check --bins` on oximeter-producer (59/162) |
2427 | 2024-09-23T15:50:40.256Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2428 | 2024-09-23T15:50:40.259Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2429 | 2024-09-23T15:50:40.259Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2430 | 2024-09-23T15:50:40.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2431 | 2024-09-23T15:50:40.330Z | |
2432 | 2024-09-23T15:50:40.330Z | info: running `cargo check --bins` on internal-dns (60/162) |
2433 | 2024-09-23T15:50:40.943Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2434 | 2024-09-23T15:50:40.946Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2435 | 2024-09-23T15:50:40.946Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2436 | 2024-09-23T15:50:40.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2437 | 2024-09-23T15:50:41.013Z | |
2438 | 2024-09-23T15:50:41.013Z | info: running `cargo check --bins` on nexus-client (61/162) |
2439 | 2024-09-23T15:50:41.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2440 | 2024-09-23T15:50:41.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2441 | 2024-09-23T15:50:41.646Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2442 | 2024-09-23T15:50:41.649Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2443 | 2024-09-23T15:50:41.721Z | |
2444 | 2024-09-23T15:50:41.721Z | info: running `cargo check --bins` on nexus-sled-agent-shared (62/162) |
2445 | 2024-09-23T15:50:42.342Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2446 | 2024-09-23T15:50:42.345Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2447 | 2024-09-23T15:50:42.345Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2448 | 2024-09-23T15:50:42.348Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2449 | 2024-09-23T15:50:42.415Z | |
2450 | 2024-09-23T15:50:42.415Z | info: running `cargo check --bins` on omicron-passwords (63/162) |
2451 | 2024-09-23T15:50:43.014Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2452 | 2024-09-23T15:50:43.018Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2453 | 2024-09-23T15:50:43.018Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2454 | 2024-09-23T15:50:43.022Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2455 | 2024-09-23T15:50:43.081Z | |
2456 | 2024-09-23T15:50:43.081Z | info: running `cargo check --bins` on nexus-types (64/162) |
2457 | 2024-09-23T15:50:43.713Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2458 | 2024-09-23T15:50:43.718Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2459 | 2024-09-23T15:50:43.718Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2460 | 2024-09-23T15:50:43.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2461 | 2024-09-23T15:50:43.788Z | |
2462 | 2024-09-23T15:50:43.788Z | info: running `cargo check --bins` on gateway-client (65/162) |
2463 | 2024-09-23T15:50:44.383Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2464 | 2024-09-23T15:50:44.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2465 | 2024-09-23T15:50:44.392Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2466 | 2024-09-23T15:50:44.392Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2467 | 2024-09-23T15:50:44.443Z | |
2468 | 2024-09-23T15:50:44.443Z | info: running `cargo check --bins` on oxql-types (66/162) |
2469 | 2024-09-23T15:50:45.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2470 | 2024-09-23T15:50:45.120Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2471 | 2024-09-23T15:50:45.120Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2472 | 2024-09-23T15:50:45.121Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2473 | 2024-09-23T15:50:45.206Z | |
2474 | 2024-09-23T15:50:45.206Z | info: running `cargo check --bins` on update-engine (67/162) |
2475 | 2024-09-23T15:50:45.731Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2476 | 2024-09-23T15:50:45.741Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2477 | 2024-09-23T15:50:45.741Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2478 | 2024-09-23T15:50:45.741Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2479 | 2024-09-23T15:50:45.792Z | |
2480 | 2024-09-23T15:50:45.792Z | info: running `cargo check --bins` on sp-sim (68/162) |
2481 | 2024-09-23T15:50:46.400Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2482 | 2024-09-23T15:50:46.402Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2483 | 2024-09-23T15:50:46.472Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2484 | 2024-09-23T15:50:48.195Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.40s |
2485 | 2024-09-23T15:50:48.346Z | |
2486 | 2024-09-23T15:50:48.346Z | info: running `cargo check --bins --no-default-features` on nexus-db-queries (69/162) |
2487 | 2024-09-23T15:50:49.000Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2488 | 2024-09-23T15:50:49.004Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2489 | 2024-09-23T15:50:49.004Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2490 | 2024-09-23T15:50:49.007Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
2491 | 2024-09-23T15:50:49.079Z | |
2492 | 2024-09-23T15:50:49.079Z | info: running `cargo check --bins --no-default-features --features testing` on nexus-db-queries (70/162) |
2493 | 2024-09-23T15:50:49.745Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2494 | 2024-09-23T15:50:49.748Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2495 | 2024-09-23T15:50:49.748Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2496 | 2024-09-23T15:50:49.748Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
2497 | 2024-09-23T15:50:49.837Z | |
2498 | 2024-09-23T15:50:49.837Z | info: running `cargo check --bins` on db-macros (71/162) |
2499 | 2024-09-23T15:50:50.411Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2500 | 2024-09-23T15:50:50.414Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2501 | 2024-09-23T15:50:50.414Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2502 | 2024-09-23T15:50:50.417Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2503 | 2024-09-23T15:50:50.475Z | |
2504 | 2024-09-23T15:50:50.475Z | info: running `cargo check --bins` on nexus-macros-common (72/162) |
2505 | 2024-09-23T15:50:51.068Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2506 | 2024-09-23T15:50:51.070Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2507 | 2024-09-23T15:50:51.070Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2508 | 2024-09-23T15:50:51.074Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2509 | 2024-09-23T15:50:51.135Z | |
2510 | 2024-09-23T15:50:51.135Z | info: running `cargo check --bins` on nexus-auth (73/162) |
2511 | 2024-09-23T15:50:51.783Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2512 | 2024-09-23T15:50:51.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2513 | 2024-09-23T15:50:51.786Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2514 | 2024-09-23T15:50:51.789Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2515 | 2024-09-23T15:50:51.861Z | |
2516 | 2024-09-23T15:50:51.861Z | info: running `cargo check --bins` on authz-macros (74/162) |
2517 | 2024-09-23T15:50:52.452Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2518 | 2024-09-23T15:50:52.455Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2519 | 2024-09-23T15:50:52.455Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2520 | 2024-09-23T15:50:52.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2521 | 2024-09-23T15:50:52.519Z | |
2522 | 2024-09-23T15:50:52.519Z | info: running `cargo check --bins` on nexus-db-fixed-data (75/162) |
2523 | 2024-09-23T15:50:53.153Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2524 | 2024-09-23T15:50:53.156Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2525 | 2024-09-23T15:50:53.156Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2526 | 2024-09-23T15:50:53.159Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2527 | 2024-09-23T15:50:53.227Z | |
2528 | 2024-09-23T15:50:53.227Z | info: running `cargo check --bins` on nexus-db-model (76/162) |
2529 | 2024-09-23T15:50:53.849Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2530 | 2024-09-23T15:50:53.852Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2531 | 2024-09-23T15:50:53.852Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2532 | 2024-09-23T15:50:53.855Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2533 | 2024-09-23T15:50:53.924Z | |
2534 | 2024-09-23T15:50:53.924Z | info: running `cargo check --bins` on nexus-defaults (77/162) |
2535 | 2024-09-23T15:50:54.537Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2536 | 2024-09-23T15:50:54.540Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2537 | 2024-09-23T15:50:54.540Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2538 | 2024-09-23T15:50:54.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2539 | 2024-09-23T15:50:54.608Z | |
2540 | 2024-09-23T15:50:54.608Z | info: running `cargo check --bins` on sled-agent-client (78/162) |
2541 | 2024-09-23T15:50:55.314Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2542 | 2024-09-23T15:50:55.404Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2543 | 2024-09-23T15:50:55.404Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2544 | 2024-09-23T15:50:55.404Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2545 | 2024-09-23T15:50:55.405Z | |
2546 | 2024-09-23T15:50:55.405Z | info: running `cargo check --bins` on nexus-inventory (79/162) |
2547 | 2024-09-23T15:50:55.928Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2548 | 2024-09-23T15:50:55.943Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2549 | 2024-09-23T15:50:55.943Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2550 | 2024-09-23T15:50:55.947Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2551 | 2024-09-23T15:50:56.004Z | |
2552 | 2024-09-23T15:50:56.004Z | info: running `cargo check --bins` on typed-rng (80/162) |
2553 | 2024-09-23T15:50:56.587Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2554 | 2024-09-23T15:50:56.589Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2555 | 2024-09-23T15:50:56.589Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2556 | 2024-09-23T15:50:56.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2557 | 2024-09-23T15:50:56.654Z | |
2558 | 2024-09-23T15:50:56.654Z | info: running `cargo check --bins --no-default-features` on omicron-sled-agent (81/162) |
2559 | 2024-09-23T15:50:57.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2560 | 2024-09-23T15:50:57.325Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2561 | 2024-09-23T15:50:57.449Z | Checking keccak v0.1.5 |
2562 | 2024-09-23T15:50:57.547Z | Compiling rayon-core v1.12.1 |
2563 | 2024-09-23T15:50:57.555Z | Compiling crossbeam-deque v0.8.5 |
2564 | 2024-09-23T15:50:57.559Z | Checking secrecy v0.8.0 |
2565 | 2024-09-23T15:50:57.559Z | Compiling unicase v2.7.0 |
2566 | 2024-09-23T15:50:57.565Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2567 | 2024-09-23T15:50:57.567Z | Compiling same-file v1.0.6 |
2568 | 2024-09-23T15:50:57.576Z | Compiling tempfile v3.10.1 |
2569 | 2024-09-23T15:50:57.744Z | Compiling walkdir v2.5.0 |
2570 | 2024-09-23T15:50:57.825Z | Checking sha3 v0.10.8 |
2571 | 2024-09-23T15:50:57.852Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2572 | 2024-09-23T15:50:57.863Z | Compiling thiserror-impl-no-std v2.0.2 |
2573 | 2024-09-23T15:50:58.109Z | Checking universal-hash v0.5.1 |
2574 | 2024-09-23T15:50:58.197Z | Compiling ring v0.16.20 |
2575 | 2024-09-23T15:50:58.216Z | Compiling blake3 v1.5.1 |
2576 | 2024-09-23T15:50:58.302Z | Checking opaque-debug v0.3.1 |
2577 | 2024-09-23T15:50:58.386Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2578 | 2024-09-23T15:50:58.396Z | Checking poly1305 v0.8.0 |
2579 | 2024-09-23T15:50:58.437Z | Checking chacha20 v0.9.1 |
2580 | 2024-09-23T15:50:58.684Z | Compiling rayon v1.10.0 |
2581 | 2024-09-23T15:50:58.751Z | Checking aead v0.5.2 |
2582 | 2024-09-23T15:50:58.769Z | Compiling memmap2 v0.9.4 |
2583 | 2024-09-23T15:50:58.895Z | Compiling libefi-sys v0.1.0 |
2584 | 2024-09-23T15:50:58.959Z | Compiling salty v0.3.0 |
2585 | 2024-09-23T15:50:59.181Z | Compiling constant_time_eq v0.3.0 |
2586 | 2024-09-23T15:50:59.209Z | Compiling home v0.5.9 |
2587 | 2024-09-23T15:50:59.354Z | Compiling untrusted v0.7.1 |
2588 | 2024-09-23T15:50:59.384Z | Compiling spin v0.5.2 |
2589 | 2024-09-23T15:50:59.453Z | Compiling arrayref v0.3.7 |
2590 | 2024-09-23T15:50:59.472Z | Compiling arrayvec v0.7.4 |
2591 | 2024-09-23T15:50:59.562Z | Compiling toolchain_find v0.4.0 |
2592 | 2024-09-23T15:50:59.589Z | Checking chacha20poly1305 v0.10.1 |
2593 | 2024-09-23T15:50:59.761Z | Compiling camino-tempfile v1.1.1 |
2594 | 2024-09-23T15:50:59.867Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2595 | 2024-09-23T15:50:59.883Z | Compiling bitfield-struct v0.6.1 |
2596 | 2024-09-23T15:51:00.028Z | Compiling rustls v0.23.10 |
2597 | 2024-09-23T15:51:00.213Z | Compiling topological-sort v0.2.2 |
2598 | 2024-09-23T15:51:00.215Z | Compiling mime_guess v2.0.4 |
2599 | 2024-09-23T15:51:00.349Z | Compiling rustfmt-wrapper v0.2.1 |
2600 | 2024-09-23T15:51:00.811Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2601 | 2024-09-23T15:51:00.899Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2602 | 2024-09-23T15:51:01.021Z | Checking primeorder v0.13.6 |
2603 | 2024-09-23T15:51:01.034Z | Checking thiserror-no-std v2.0.2 |
2604 | 2024-09-23T15:51:01.145Z | Checking vsss-rs v3.3.4 |
2605 | 2024-09-23T15:51:01.182Z | Checking env_filter v0.1.2 |
2606 | 2024-09-23T15:51:01.347Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2607 | 2024-09-23T15:51:01.407Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2608 | 2024-09-23T15:51:01.498Z | Checking p384 v0.13.0 |
2609 | 2024-09-23T15:51:01.528Z | Checking env_logger v0.11.5 |
2610 | 2024-09-23T15:51:01.807Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2611 | 2024-09-23T15:51:01.868Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2612 | 2024-09-23T15:51:01.892Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2613 | 2024-09-23T15:51:02.419Z | Checking gethostname v0.5.0 |
2614 | 2024-09-23T15:51:02.582Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2615 | 2024-09-23T15:51:02.607Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2616 | 2024-09-23T15:51:02.920Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2617 | 2024-09-23T15:51:02.931Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2618 | 2024-09-23T15:51:03.457Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2619 | 2024-09-23T15:51:03.505Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2620 | 2024-09-23T15:51:03.759Z | Checking nanorand v0.7.0 |
2621 | 2024-09-23T15:51:04.130Z | Compiling omicron-zone-package v0.11.0 |
2622 | 2024-09-23T15:51:04.286Z | Checking glob v0.3.1 |
2623 | 2024-09-23T15:51:04.565Z | Checking http-range v0.1.5 |
2624 | 2024-09-23T15:51:04.593Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2625 | 2024-09-23T15:51:04.609Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2626 | 2024-09-23T15:51:04.752Z | Checking hyper-staticfile v0.9.5 |
2627 | 2024-09-23T15:51:05.166Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=a9c5fdac442fa6fd5a65e413ea874fe3c62c3fd9#a9c5fdac) |
2628 | 2024-09-23T15:51:05.169Z | Checking flume v0.11.0 |
2629 | 2024-09-23T15:51:05.277Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2630 | 2024-09-23T15:51:05.481Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2631 | 2024-09-23T15:51:05.659Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2632 | 2024-09-23T15:51:06.338Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
2633 | 2024-09-23T15:51:06.470Z | Checking itertools v0.13.0 |
2634 | 2024-09-23T15:51:06.539Z | Checking tokio-rustls v0.26.0 |
2635 | 2024-09-23T15:51:07.080Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2636 | 2024-09-23T15:51:07.426Z | Checking display-error-chain v0.2.1 |
2637 | 2024-09-23T15:51:09.010Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2638 | 2024-09-23T15:51:10.035Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2639 | 2024-09-23T15:51:10.035Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2640 | 2024-09-23T15:51:20.716Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2641 | 2024-09-23T15:51:31.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.20s |
2642 | 2024-09-23T15:51:32.049Z | |
2643 | 2024-09-23T15:51:32.049Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu,switch-stub` on omicron-sled-agent (82/162) |
2644 | 2024-09-23T15:51:32.719Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2645 | 2024-09-23T15:51:32.721Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2646 | 2024-09-23T15:51:32.834Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2647 | 2024-09-23T15:51:44.107Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.05s |
2648 | 2024-09-23T15:51:44.298Z | |
2649 | 2024-09-23T15:51:44.298Z | info: running `cargo check --bins --no-default-features --features switch-asic` on omicron-sled-agent (83/162) |
2650 | 2024-09-23T15:51:44.964Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2651 | 2024-09-23T15:51:44.966Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2652 | 2024-09-23T15:51:45.077Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2653 | 2024-09-23T15:51:56.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.01s |
2654 | 2024-09-23T15:51:56.499Z | |
2655 | 2024-09-23T15:51:56.499Z | info: running `cargo check --bins --no-default-features --features switch-softnpu` on omicron-sled-agent (84/162) |
2656 | 2024-09-23T15:51:57.166Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2657 | 2024-09-23T15:51:57.168Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2658 | 2024-09-23T15:51:57.278Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2659 | 2024-09-23T15:52:08.656Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.14s |
2660 | 2024-09-23T15:52:08.837Z | |
2661 | 2024-09-23T15:52:08.837Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-softnpu` on omicron-sled-agent (85/162) |
2662 | 2024-09-23T15:52:09.507Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2663 | 2024-09-23T15:52:09.509Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2664 | 2024-09-23T15:52:09.625Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2665 | 2024-09-23T15:52:21.005Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.16s |
2666 | 2024-09-23T15:52:21.182Z | |
2667 | 2024-09-23T15:52:21.182Z | info: running `cargo check --bins --no-default-features --features switch-stub` on omicron-sled-agent (86/162) |
2668 | 2024-09-23T15:52:21.848Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2669 | 2024-09-23T15:52:21.851Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2670 | 2024-09-23T15:52:21.962Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2671 | 2024-09-23T15:52:33.350Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.16s |
2672 | 2024-09-23T15:52:33.522Z | |
2673 | 2024-09-23T15:52:33.522Z | info: running `cargo check --bins --no-default-features --features switch-asic,switch-stub` on omicron-sled-agent (87/162) |
2674 | 2024-09-23T15:52:34.183Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2675 | 2024-09-23T15:52:34.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2676 | 2024-09-23T15:52:34.295Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2677 | 2024-09-23T15:52:45.590Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.06s |
2678 | 2024-09-23T15:52:45.766Z | |
2679 | 2024-09-23T15:52:45.766Z | info: running `cargo check --bins --no-default-features --features switch-softnpu,switch-stub` on omicron-sled-agent (88/162) |
2680 | 2024-09-23T15:52:46.436Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2681 | 2024-09-23T15:52:46.439Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2682 | 2024-09-23T15:52:46.551Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2683 | 2024-09-23T15:52:57.889Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.11s |
2684 | 2024-09-23T15:52:58.067Z | |
2685 | 2024-09-23T15:52:58.067Z | info: running `cargo check --bins` on bootstrap-agent-api (89/162) |
2686 | 2024-09-23T15:52:58.701Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2687 | 2024-09-23T15:52:58.703Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2688 | 2024-09-23T15:52:58.703Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2689 | 2024-09-23T15:52:58.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2690 | 2024-09-23T15:52:58.775Z | |
2691 | 2024-09-23T15:52:58.775Z | info: running `cargo check --bins` on sled-agent-types (90/162) |
2692 | 2024-09-23T15:52:59.404Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2693 | 2024-09-23T15:52:59.407Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2694 | 2024-09-23T15:52:59.407Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2695 | 2024-09-23T15:52:59.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2696 | 2024-09-23T15:52:59.480Z | |
2697 | 2024-09-23T15:52:59.480Z | info: running `cargo check --bins` on bootstrap-agent-client (91/162) |
2698 | 2024-09-23T15:53:00.092Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2699 | 2024-09-23T15:53:00.094Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2700 | 2024-09-23T15:53:00.094Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2701 | 2024-09-23T15:53:00.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2702 | 2024-09-23T15:53:00.164Z | |
2703 | 2024-09-23T15:53:00.164Z | info: running `cargo check --bins` on dpd-client (92/162) |
2704 | 2024-09-23T15:53:00.763Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2705 | 2024-09-23T15:53:00.765Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2706 | 2024-09-23T15:53:00.765Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2707 | 2024-09-23T15:53:00.768Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2708 | 2024-09-23T15:53:00.831Z | |
2709 | 2024-09-23T15:53:00.831Z | info: running `cargo check --bins` on installinator-common (93/162) |
2710 | 2024-09-23T15:53:01.450Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2711 | 2024-09-23T15:53:01.453Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2712 | 2024-09-23T15:53:01.453Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2713 | 2024-09-23T15:53:01.456Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2714 | 2024-09-23T15:53:01.522Z | |
2715 | 2024-09-23T15:53:01.522Z | info: running `cargo check --bins` on key-manager (94/162) |
2716 | 2024-09-23T15:53:02.136Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2717 | 2024-09-23T15:53:02.142Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2718 | 2024-09-23T15:53:02.142Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2719 | 2024-09-23T15:53:02.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2720 | 2024-09-23T15:53:02.206Z | |
2721 | 2024-09-23T15:53:02.206Z | info: running `cargo check --bins` on omicron-ddm-admin-client (95/162) |
2722 | 2024-09-23T15:53:02.822Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2723 | 2024-09-23T15:53:02.829Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2724 | 2024-09-23T15:53:02.829Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2725 | 2024-09-23T15:53:02.829Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2726 | 2024-09-23T15:53:02.892Z | |
2727 | 2024-09-23T15:53:02.892Z | info: running `cargo check --bins` on sled-agent-api (96/162) |
2728 | 2024-09-23T15:53:03.522Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2729 | 2024-09-23T15:53:03.529Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2730 | 2024-09-23T15:53:03.529Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2731 | 2024-09-23T15:53:03.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2732 | 2024-09-23T15:53:03.594Z | |
2733 | 2024-09-23T15:53:03.594Z | info: running `cargo check --bins` on sled-hardware (97/162) |
2734 | 2024-09-23T15:53:04.209Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2735 | 2024-09-23T15:53:04.212Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2736 | 2024-09-23T15:53:04.212Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2737 | 2024-09-23T15:53:04.216Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2738 | 2024-09-23T15:53:04.281Z | |
2739 | 2024-09-23T15:53:04.281Z | info: running `cargo check --bins --no-default-features` on sled-storage (98/162) |
2740 | 2024-09-23T15:53:04.907Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2741 | 2024-09-23T15:53:04.910Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2742 | 2024-09-23T15:53:04.910Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2743 | 2024-09-23T15:53:04.913Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2744 | 2024-09-23T15:53:04.980Z | |
2745 | 2024-09-23T15:53:04.980Z | info: running `cargo check --bins --no-default-features --features testing` on sled-storage (99/162) |
2746 | 2024-09-23T15:53:05.599Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2747 | 2024-09-23T15:53:05.602Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2748 | 2024-09-23T15:53:05.602Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2749 | 2024-09-23T15:53:05.605Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2750 | 2024-09-23T15:53:05.673Z | |
2751 | 2024-09-23T15:53:05.673Z | info: running `cargo check --bins` on nexus-reconfigurator-planning (100/162) |
2752 | 2024-09-23T15:53:06.311Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2753 | 2024-09-23T15:53:06.314Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2754 | 2024-09-23T15:53:06.314Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2755 | 2024-09-23T15:53:06.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2756 | 2024-09-23T15:53:06.386Z | |
2757 | 2024-09-23T15:53:06.386Z | info: running `cargo check --bins` on nexus-test-interface (101/162) |
2758 | 2024-09-23T15:53:07.010Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2759 | 2024-09-23T15:53:07.013Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2760 | 2024-09-23T15:53:07.013Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2761 | 2024-09-23T15:53:07.016Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2762 | 2024-09-23T15:53:07.083Z | |
2763 | 2024-09-23T15:53:07.083Z | info: running `cargo check --bins` on oximeter-collector (102/162) |
2764 | 2024-09-23T15:53:07.720Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2765 | 2024-09-23T15:53:07.723Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2766 | 2024-09-23T15:53:07.814Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2767 | 2024-09-23T15:53:07.814Z | Checking bcs v0.1.6 |
2768 | 2024-09-23T15:53:07.814Z | Compiling async-recursion v1.1.1 |
2769 | 2024-09-23T15:53:07.816Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2770 | 2024-09-23T15:53:07.817Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2771 | 2024-09-23T15:53:08.885Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2772 | 2024-09-23T15:53:12.041Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2773 | 2024-09-23T15:53:13.713Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.62s |
2774 | 2024-09-23T15:53:13.887Z | |
2775 | 2024-09-23T15:53:13.887Z | info: running `cargo check --bins` on oximeter-api (103/162) |
2776 | 2024-09-23T15:53:14.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2777 | 2024-09-23T15:53:14.504Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2778 | 2024-09-23T15:53:14.504Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2779 | 2024-09-23T15:53:14.504Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2780 | 2024-09-23T15:53:14.568Z | |
2781 | 2024-09-23T15:53:14.568Z | info: running `cargo check --bins` on oximeter-client (104/162) |
2782 | 2024-09-23T15:53:15.177Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2783 | 2024-09-23T15:53:15.181Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2784 | 2024-09-23T15:53:15.182Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2785 | 2024-09-23T15:53:15.185Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2786 | 2024-09-23T15:53:15.250Z | |
2787 | 2024-09-23T15:53:15.250Z | info: running `cargo check --bins --no-default-features` on oximeter-db (105/162) |
2788 | 2024-09-23T15:53:15.869Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2789 | 2024-09-23T15:53:15.872Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2790 | 2024-09-23T15:53:15.945Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2791 | 2024-09-23T15:53:16.529Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.27s |
2792 | 2024-09-23T15:53:16.692Z | |
2793 | 2024-09-23T15:53:16.692Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql,sql` on oximeter-db (106/162) |
2794 | 2024-09-23T15:53:17.326Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2795 | 2024-09-23T15:53:17.329Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2796 | 2024-09-23T15:53:17.407Z | Compiling cfg_aliases v0.1.1 |
2797 | 2024-09-23T15:53:17.409Z | Compiling vte_generate_state_changes v0.1.1 |
2798 | 2024-09-23T15:53:17.409Z | Checking fd-lock v4.0.2 |
2799 | 2024-09-23T15:53:17.502Z | Checking bytecount v0.6.8 |
2800 | 2024-09-23T15:53:17.510Z | Compiling tabled_derive v0.7.0 |
2801 | 2024-09-23T15:53:17.517Z | Checking crossterm v0.27.0 |
2802 | 2024-09-23T15:53:17.526Z | Compiling peg-macros v0.8.4 |
2803 | 2024-09-23T15:53:17.536Z | Compiling sqlparser_derive v0.2.2 |
2804 | 2024-09-23T15:53:17.577Z | Compiling nix v0.28.0 |
2805 | 2024-09-23T15:53:17.659Z | Checking papergrid v0.11.0 |
2806 | 2024-09-23T15:53:17.661Z | Checking unicode_categories v0.1.1 |
2807 | 2024-09-23T15:53:17.979Z | Checking nu-ansi-term v0.50.0 |
2808 | 2024-09-23T15:53:18.143Z | Checking vte v0.11.1 |
2809 | 2024-09-23T15:53:18.405Z | Checking home v0.5.9 |
2810 | 2024-09-23T15:53:18.557Z | Checking sqlformat v0.2.4 |
2811 | 2024-09-23T15:53:18.660Z | Checking sqlparser v0.45.0 |
2812 | 2024-09-23T15:53:19.081Z | Checking crossterm v0.28.1 |
2813 | 2024-09-23T15:53:19.497Z | Checking strip-ansi-escapes v0.2.0 |
2814 | 2024-09-23T15:53:19.653Z | Checking reedline v0.33.0 |
2815 | 2024-09-23T15:53:19.992Z | Checking tabled v0.15.0 |
2816 | 2024-09-23T15:53:20.651Z | Checking peg v0.8.4 |
2817 | 2024-09-23T15:53:20.789Z | Checking rustyline v14.0.0 |
2818 | 2024-09-23T15:53:25.357Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2819 | 2024-09-23T15:53:30.826Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.12s |
2820 | 2024-09-23T15:53:30.995Z | |
2821 | 2024-09-23T15:53:30.995Z | info: running `cargo check --bins --no-default-features --features default` on oximeter-db (107/162) |
2822 | 2024-09-23T15:53:31.620Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2823 | 2024-09-23T15:53:31.622Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2824 | 2024-09-23T15:53:31.699Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2825 | 2024-09-23T15:53:37.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.27s |
2826 | 2024-09-23T15:53:37.441Z | |
2827 | 2024-09-23T15:53:37.441Z | info: running `cargo check --bins --no-default-features --features native-sql` on oximeter-db (108/162) |
2828 | 2024-09-23T15:53:38.071Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2829 | 2024-09-23T15:53:38.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2830 | 2024-09-23T15:53:38.154Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2831 | 2024-09-23T15:53:42.395Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.94s |
2832 | 2024-09-23T15:53:42.553Z | |
2833 | 2024-09-23T15:53:42.553Z | info: running `cargo check --bins --no-default-features --features oxql` on oximeter-db (109/162) |
2834 | 2024-09-23T15:53:43.170Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2835 | 2024-09-23T15:53:43.173Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2836 | 2024-09-23T15:53:43.248Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2837 | 2024-09-23T15:53:48.135Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.58s |
2838 | 2024-09-23T15:53:48.294Z | |
2839 | 2024-09-23T15:53:48.294Z | info: running `cargo check --bins --no-default-features --features native-sql,oxql` on oximeter-db (110/162) |
2840 | 2024-09-23T15:53:48.922Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2841 | 2024-09-23T15:53:48.925Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2842 | 2024-09-23T15:53:49.002Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2843 | 2024-09-23T15:53:54.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.11s |
2844 | 2024-09-23T15:53:54.582Z | |
2845 | 2024-09-23T15:53:54.583Z | info: running `cargo check --bins --no-default-features --features sql` on oximeter-db (111/162) |
2846 | 2024-09-23T15:53:55.211Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2847 | 2024-09-23T15:53:55.217Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2848 | 2024-09-23T15:53:55.290Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2849 | 2024-09-23T15:53:59.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.79s |
2850 | 2024-09-23T15:53:59.548Z | |
2851 | 2024-09-23T15:53:59.548Z | info: running `cargo check --bins --no-default-features --features native-sql,sql` on oximeter-db (112/162) |
2852 | 2024-09-23T15:54:00.172Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2853 | 2024-09-23T15:54:00.175Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2854 | 2024-09-23T15:54:00.251Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2855 | 2024-09-23T15:54:04.627Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.07s |
2856 | 2024-09-23T15:54:04.798Z | |
2857 | 2024-09-23T15:54:04.798Z | info: running `cargo check --bins --no-default-features --features oxql,sql` on oximeter-db (113/162) |
2858 | 2024-09-23T15:54:05.421Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2859 | 2024-09-23T15:54:05.424Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2860 | 2024-09-23T15:54:05.501Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2861 | 2024-09-23T15:54:10.712Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.90s |
2862 | 2024-09-23T15:54:10.885Z | |
2863 | 2024-09-23T15:54:10.886Z | info: running `cargo check --bins` on oximeter-test-utils (114/162) |
2864 | 2024-09-23T15:54:11.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2865 | 2024-09-23T15:54:11.521Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2866 | 2024-09-23T15:54:11.521Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2867 | 2024-09-23T15:54:11.524Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
2868 | 2024-09-23T15:54:11.592Z | |
2869 | 2024-09-23T15:54:11.592Z | info: running `cargo check --bins` on cockroach-admin-client (115/162) |
2870 | 2024-09-23T15:54:12.182Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2871 | 2024-09-23T15:54:12.185Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2872 | 2024-09-23T15:54:12.185Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2873 | 2024-09-23T15:54:12.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
2874 | 2024-09-23T15:54:12.249Z | |
2875 | 2024-09-23T15:54:12.249Z | info: running `cargo check --bins` on installinator-client (116/162) |
2876 | 2024-09-23T15:54:12.868Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2877 | 2024-09-23T15:54:12.870Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2878 | 2024-09-23T15:54:12.870Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2879 | 2024-09-23T15:54:12.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2880 | 2024-09-23T15:54:12.943Z | |
2881 | 2024-09-23T15:54:12.943Z | info: running `cargo check --bins` on oxide-client (117/162) |
2882 | 2024-09-23T15:54:13.531Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2883 | 2024-09-23T15:54:13.534Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2884 | 2024-09-23T15:54:13.534Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2885 | 2024-09-23T15:54:13.537Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
2886 | 2024-09-23T15:54:13.598Z | |
2887 | 2024-09-23T15:54:13.598Z | info: running `cargo check --bins` on wicketd-client (118/162) |
2888 | 2024-09-23T15:54:14.241Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2889 | 2024-09-23T15:54:14.244Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2890 | 2024-09-23T15:54:14.244Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2891 | 2024-09-23T15:54:14.246Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
2892 | 2024-09-23T15:54:14.316Z | |
2893 | 2024-09-23T15:54:14.316Z | info: running `cargo check --bins` on wicket-common (119/162) |
2894 | 2024-09-23T15:54:14.944Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2895 | 2024-09-23T15:54:14.947Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2896 | 2024-09-23T15:54:14.947Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2897 | 2024-09-23T15:54:14.950Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2898 | 2024-09-23T15:54:15.018Z | |
2899 | 2024-09-23T15:54:15.018Z | info: running `cargo check --bins` on omicron-cockroach-admin (120/162) |
2900 | 2024-09-23T15:54:15.643Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2901 | 2024-09-23T15:54:15.646Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2902 | 2024-09-23T15:54:15.723Z | Checking csv-core v0.1.11 |
2903 | 2024-09-23T15:54:15.725Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2904 | 2024-09-23T15:54:16.014Z | Checking csv v1.3.0 |
2905 | 2024-09-23T15:54:16.525Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2906 | 2024-09-23T15:54:16.855Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2907 | 2024-09-23T15:54:18.048Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.02s |
2908 | 2024-09-23T15:54:18.200Z | |
2909 | 2024-09-23T15:54:18.200Z | info: running `cargo check --bins` on cockroach-admin-api (121/162) |
2910 | 2024-09-23T15:54:18.808Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2911 | 2024-09-23T15:54:18.811Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2912 | 2024-09-23T15:54:18.811Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2913 | 2024-09-23T15:54:18.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.60s |
2914 | 2024-09-23T15:54:18.878Z | |
2915 | 2024-09-23T15:54:18.878Z | info: running `cargo check --bins` on cockroach-admin-types (122/162) |
2916 | 2024-09-23T15:54:19.490Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2917 | 2024-09-23T15:54:19.492Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2918 | 2024-09-23T15:54:19.492Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2919 | 2024-09-23T15:54:19.495Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
2920 | 2024-09-23T15:54:19.561Z | |
2921 | 2024-09-23T15:54:19.561Z | info: running `cargo check --bins` on cert-dev (123/162) |
2922 | 2024-09-23T15:54:20.146Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2923 | 2024-09-23T15:54:20.148Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2924 | 2024-09-23T15:54:20.207Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2925 | 2024-09-23T15:54:20.467Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.90s |
2926 | 2024-09-23T15:54:20.612Z | |
2927 | 2024-09-23T15:54:20.612Z | info: running `cargo check --bins` on ch-dev (124/162) |
2928 | 2024-09-23T15:54:21.237Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2929 | 2024-09-23T15:54:21.239Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2930 | 2024-09-23T15:54:21.317Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2931 | 2024-09-23T15:54:21.996Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s |
2932 | 2024-09-23T15:54:22.155Z | |
2933 | 2024-09-23T15:54:22.155Z | info: running `cargo check --bins` on crdb-seed (125/162) |
2934 | 2024-09-23T15:54:22.784Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2935 | 2024-09-23T15:54:22.786Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2936 | 2024-09-23T15:54:22.859Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2937 | 2024-09-23T15:54:23.183Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.02s |
2938 | 2024-09-23T15:54:23.342Z | |
2939 | 2024-09-23T15:54:23.342Z | info: running `cargo check --bins` on db-dev (126/162) |
2940 | 2024-09-23T15:54:23.971Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2941 | 2024-09-23T15:54:23.974Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2942 | 2024-09-23T15:54:24.050Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2943 | 2024-09-23T15:54:24.733Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.38s |
2944 | 2024-09-23T15:54:24.892Z | |
2945 | 2024-09-23T15:54:24.892Z | info: running `cargo check --bins` on omicron-dev-lib (127/162) |
2946 | 2024-09-23T15:54:25.519Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2947 | 2024-09-23T15:54:25.522Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2948 | 2024-09-23T15:54:25.522Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
2949 | 2024-09-23T15:54:25.525Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
2950 | 2024-09-23T15:54:25.592Z | |
2951 | 2024-09-23T15:54:25.592Z | info: running `cargo check --bins` on xtask-downloader (128/162) |
2952 | 2024-09-23T15:54:26.186Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2953 | 2024-09-23T15:54:26.189Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2954 | 2024-09-23T15:54:26.248Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2955 | 2024-09-23T15:54:27.230Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.47s |
2956 | 2024-09-23T15:54:27.239Z | |
2957 | 2024-09-23T15:54:27.239Z | info: running `cargo check --bins` on mgs-dev (129/162) |
2958 | 2024-09-23T15:54:27.896Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2959 | 2024-09-23T15:54:27.899Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2960 | 2024-09-23T15:54:28.003Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2961 | 2024-09-23T15:54:28.647Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2962 | 2024-09-23T15:54:29.137Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.90s |
2963 | 2024-09-23T15:54:29.314Z | |
2964 | 2024-09-23T15:54:29.314Z | info: running `cargo check --bins` on omicron-omdb (130/162) |
2965 | 2024-09-23T15:54:30.021Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
2966 | 2024-09-23T15:54:30.024Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
2967 | 2024-09-23T15:54:30.158Z | Compiling crunchy v0.2.2 |
2968 | 2024-09-23T15:54:30.158Z | Compiling glob v0.3.1 |
2969 | 2024-09-23T15:54:30.160Z | Compiling tiny-keccak v2.0.2 |
2970 | 2024-09-23T15:54:30.160Z | Compiling dsl_auto_type v0.1.2 |
2971 | 2024-09-23T15:54:30.160Z | Checking scheduled-thread-pool v0.2.7 |
2972 | 2024-09-23T15:54:30.160Z | Compiling diesel_table_macro_syntax v0.2.0 |
2973 | 2024-09-23T15:54:30.265Z | Compiling ascii-canvas v3.0.0 |
2974 | 2024-09-23T15:54:30.283Z | Compiling ena v0.14.3 |
2975 | 2024-09-23T15:54:30.498Z | Checking r2d2 v0.8.10 |
2976 | 2024-09-23T15:54:30.586Z | Compiling libloading v0.8.3 |
2977 | 2024-09-23T15:54:30.720Z | Compiling bindgen v0.69.4 |
2978 | 2024-09-23T15:54:30.764Z | Compiling diff v0.1.13 |
2979 | 2024-09-23T15:54:30.825Z | Compiling regex-syntax v0.6.29 |
2980 | 2024-09-23T15:54:30.843Z | Compiling which v4.4.2 |
2981 | 2024-09-23T15:54:30.976Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2982 | 2024-09-23T15:54:31.213Z | Compiling cexpr v0.6.0 |
2983 | 2024-09-23T15:54:31.232Z | Compiling clang-sys v1.7.0 |
2984 | 2024-09-23T15:54:31.421Z | Compiling rustc-hash v1.1.0 |
2985 | 2024-09-23T15:54:31.453Z | Compiling ref-cast v1.0.23 |
2986 | 2024-09-23T15:54:31.517Z | Compiling lazycell v1.3.0 |
2987 | 2024-09-23T15:54:31.568Z | Compiling shlex v1.3.0 |
2988 | 2024-09-23T15:54:31.615Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2989 | 2024-09-23T15:54:31.682Z | Compiling derive_builder_core v0.20.0 |
2990 | 2024-09-23T15:54:31.861Z | Compiling diesel_derives v2.2.2 |
2991 | 2024-09-23T15:54:31.901Z | Compiling libxml v0.3.3 |
2992 | 2024-09-23T15:54:32.032Z | Compiling ref-cast-impl v1.0.23 |
2993 | 2024-09-23T15:54:32.075Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2994 | 2024-09-23T15:54:32.357Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2995 | 2024-09-23T15:54:32.573Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2996 | 2024-09-23T15:54:32.887Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2997 | 2024-09-23T15:54:32.999Z | Compiling strum_macros v0.24.3 |
2998 | 2024-09-23T15:54:33.284Z | Compiling dropshot v0.10.1 |
2999 | 2024-09-23T15:54:33.441Z | Compiling indoc v1.0.9 |
3000 | 2024-09-23T15:54:34.124Z | Compiling lalrpop v0.19.12 |
3001 | 2024-09-23T15:54:34.445Z | Compiling derive_builder_macro v0.20.0 |
3002 | 2024-09-23T15:54:35.351Z | Checking derive_builder v0.20.0 |
3003 | 2024-09-23T15:54:35.523Z | Checking tungstenite v0.23.0 |
3004 | 2024-09-23T15:54:35.828Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
3005 | 2024-09-23T15:54:36.142Z | Compiling dropshot_endpoint v0.10.1 |
3006 | 2024-09-23T15:54:36.449Z | Compiling impl-trait-for-tuples v0.2.2 |
3007 | 2024-09-23T15:54:36.683Z | Compiling oso-derive v0.27.3 |
3008 | 2024-09-23T15:54:36.702Z | Checking quick-xml v0.33.0 |
3009 | 2024-09-23T15:54:37.837Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
3010 | 2024-09-23T15:54:38.176Z | Checking maplit v1.0.2 |
3011 | 2024-09-23T15:54:38.372Z | Checking tokio-tungstenite v0.23.1 |
3012 | 2024-09-23T15:54:38.877Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3013 | 2024-09-23T15:54:38.920Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3014 | 2024-09-23T15:54:39.227Z | Compiling const_format_proc_macros v0.2.33 |
3015 | 2024-09-23T15:54:40.532Z | Checking bb8 v0.8.5 |
3016 | 2024-09-23T15:54:41.053Z | Checking crossbeam-deque v0.8.5 |
3017 | 2024-09-23T15:54:41.380Z | Compiling portable-atomic v1.6.0 |
3018 | 2024-09-23T15:54:41.441Z | Checking const_format v0.2.33 |
3019 | 2024-09-23T15:54:41.935Z | Checking rayon-core v1.12.1 |
3020 | 2024-09-23T15:54:42.050Z | Checking qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
3021 | 2024-09-23T15:54:42.533Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
3022 | 2024-09-23T15:54:42.681Z | Checking castaway v0.2.3 |
3023 | 2024-09-23T15:54:42.864Z | Checking compact_str v0.8.0 |
3024 | 2024-09-23T15:54:42.888Z | Checking rayon v1.10.0 |
3025 | 2024-09-23T15:54:44.223Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
3026 | 2024-09-23T15:54:44.284Z | Checking unicode-truncate v1.0.0 |
3027 | 2024-09-23T15:54:44.508Z | Checking lru v0.12.3 |
3028 | 2024-09-23T15:54:44.532Z | Compiling instability v0.3.2 |
3029 | 2024-09-23T15:54:44.698Z | Checking diesel v2.2.4 |
3030 | 2024-09-23T15:54:44.743Z | Checking is_ci v1.2.0 |
3031 | 2024-09-23T15:54:44.833Z | Checking cassowary v0.3.0 |
3032 | 2024-09-23T15:54:44.882Z | Checking number_prefix v0.4.0 |
3033 | 2024-09-23T15:54:44.924Z | Checking unicode-linebreak v0.1.5 |
3034 | 2024-09-23T15:54:45.080Z | Checking smawk v0.3.2 |
3035 | 2024-09-23T15:54:45.239Z | Checking supports-color v3.0.1 |
3036 | 2024-09-23T15:54:45.327Z | Checking multimap v0.10.0 |
3037 | 2024-09-23T15:54:45.343Z | Checking textwrap v0.16.1 |
3038 | 2024-09-23T15:54:45.602Z | Checking ratatui v0.28.0 |
3039 | 2024-09-23T15:54:46.630Z | Checking indicatif v0.17.8 |
3040 | 2024-09-23T15:55:07.462Z | Compiling samael v0.0.17 |
3041 | 2024-09-23T15:55:19.617Z | Compiling polar-core v0.27.3 |
3042 | 2024-09-23T15:55:20.826Z | Checking async-bb8-diesel v0.2.1 |
3043 | 2024-09-23T15:55:26.425Z | Checking oso v0.27.3 |
3044 | 2024-09-23T15:56:26.953Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
3045 | 2024-09-23T15:56:32.317Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 02s |
3046 | 2024-09-23T15:56:32.505Z | |
3047 | 2024-09-23T15:56:32.505Z | info: running `cargo check --bins` on nexus-reconfigurator-preparation (131/162) |
3048 | 2024-09-23T15:56:33.171Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3049 | 2024-09-23T15:56:33.174Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3050 | 2024-09-23T15:56:33.174Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3051 | 2024-09-23T15:56:33.177Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3052 | 2024-09-23T15:56:33.329Z | |
3053 | 2024-09-23T15:56:33.329Z | info: running `cargo check --bins` on nexus-saga-recovery (132/162) |
3054 | 2024-09-23T15:56:33.909Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3055 | 2024-09-23T15:56:33.912Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3056 | 2024-09-23T15:56:33.912Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3057 | 2024-09-23T15:56:33.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3058 | 2024-09-23T15:56:33.992Z | |
3059 | 2024-09-23T15:56:33.992Z | info: running `cargo check --bins` on nexus-test-utils-macros (133/162) |
3060 | 2024-09-23T15:56:34.581Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3061 | 2024-09-23T15:56:34.585Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3062 | 2024-09-23T15:56:34.585Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3063 | 2024-09-23T15:56:34.592Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3064 | 2024-09-23T15:56:34.647Z | |
3065 | 2024-09-23T15:56:34.648Z | info: running `cargo check --bins` on omicron-nexus (134/162) |
3066 | 2024-09-23T15:56:35.350Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3067 | 2024-09-23T15:56:35.353Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3068 | 2024-09-23T15:56:35.501Z | Compiling libz-sys v1.1.16 |
3069 | 2024-09-23T15:56:35.598Z | Compiling libgit2-sys v0.17.0+1.8.1 |
3070 | 2024-09-23T15:56:35.611Z | Compiling vergen v8.3.2 |
3071 | 2024-09-23T15:56:35.614Z | Compiling cargo-platform v0.1.8 |
3072 | 2024-09-23T15:56:35.630Z | Compiling snafu-derive v0.8.2 |
3073 | 2024-09-23T15:56:35.630Z | Compiling libsqlite3-sys v0.30.1 |
3074 | 2024-09-23T15:56:35.635Z | Compiling buf-list v1.0.3 |
3075 | 2024-09-23T15:56:35.635Z | Compiling cfg_aliases v0.2.1 |
3076 | 2024-09-23T15:56:35.785Z | Compiling nix v0.29.0 |
3077 | 2024-09-23T15:56:35.910Z | Compiling cargo_metadata v0.18.1 |
3078 | 2024-09-23T15:56:36.158Z | Checking globset v0.4.14 |
3079 | 2024-09-23T15:56:36.180Z | Checking olpc-cjson v0.1.3 |
3080 | 2024-09-23T15:56:36.369Z | Checking rand_seeder v0.3.0 |
3081 | 2024-09-23T15:56:36.401Z | Checking serde_plain v1.0.2 |
3082 | 2024-09-23T15:56:36.500Z | Checking typed-path v0.7.1 |
3083 | 2024-09-23T15:56:36.605Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
3084 | 2024-09-23T15:56:36.744Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
3085 | 2024-09-23T15:56:36.771Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
3086 | 2024-09-23T15:56:36.914Z | Checking hashlink v0.9.1 |
3087 | 2024-09-23T15:56:37.018Z | Checking fallible-iterator v0.3.0 |
3088 | 2024-09-23T15:56:37.036Z | Checking parse-size v1.0.0 |
3089 | 2024-09-23T15:56:37.063Z | Checking fallible-streaming-iterator v0.1.9 |
3090 | 2024-09-23T15:56:37.278Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3091 | 2024-09-23T15:56:37.545Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
3092 | 2024-09-23T15:56:37.643Z | Checking rusqlite v0.32.1 |
3093 | 2024-09-23T15:56:37.844Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3094 | 2024-09-23T15:56:38.141Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
3095 | 2024-09-23T15:56:38.160Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
3096 | 2024-09-23T15:56:38.279Z | Checking twox-hash v1.6.3 |
3097 | 2024-09-23T15:56:38.425Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
3098 | 2024-09-23T15:56:38.586Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
3099 | 2024-09-23T15:56:39.228Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3100 | 2024-09-23T15:56:39.575Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
3101 | 2024-09-23T15:56:39.667Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
3102 | 2024-09-23T15:56:39.774Z | Checking fatfs v0.3.6 |
3103 | 2024-09-23T15:56:39.995Z | Checking assert_matches v1.5.0 |
3104 | 2024-09-23T15:56:41.023Z | Checking snafu v0.8.2 |
3105 | 2024-09-23T15:56:41.437Z | Checking tough v0.17.1 |
3106 | 2024-09-23T15:56:48.486Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3107 | 2024-09-23T15:56:48.544Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3108 | 2024-09-23T15:56:48.544Z | Compiling git2 v0.19.0 |
3109 | 2024-09-23T15:56:51.313Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
3110 | 2024-09-23T15:57:41.103Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
3111 | 2024-09-23T15:57:41.296Z | |
3112 | 2024-09-23T15:57:41.296Z | info: running `cargo check --bins` on nexus-external-api (135/162) |
3113 | 2024-09-23T15:57:41.952Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3114 | 2024-09-23T15:57:41.954Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3115 | 2024-09-23T15:57:41.954Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3116 | 2024-09-23T15:57:41.958Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3117 | 2024-09-23T15:57:42.024Z | |
3118 | 2024-09-23T15:57:42.024Z | info: running `cargo check --bins` on openapi-manager-types (136/162) |
3119 | 2024-09-23T15:57:42.614Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3120 | 2024-09-23T15:57:42.617Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3121 | 2024-09-23T15:57:42.617Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3122 | 2024-09-23T15:57:42.620Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3123 | 2024-09-23T15:57:42.680Z | |
3124 | 2024-09-23T15:57:42.680Z | info: running `cargo check --bins` on nexus-internal-api (137/162) |
3125 | 2024-09-23T15:57:43.308Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3126 | 2024-09-23T15:57:43.310Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3127 | 2024-09-23T15:57:43.310Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3128 | 2024-09-23T15:57:43.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3129 | 2024-09-23T15:57:43.379Z | |
3130 | 2024-09-23T15:57:43.379Z | info: running `cargo check --bins` on nexus-metrics-producer-gc (138/162) |
3131 | 2024-09-23T15:57:44.037Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3132 | 2024-09-23T15:57:44.040Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3133 | 2024-09-23T15:57:44.040Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3134 | 2024-09-23T15:57:44.043Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.65s |
3135 | 2024-09-23T15:57:44.113Z | |
3136 | 2024-09-23T15:57:44.113Z | info: running `cargo check --bins` on nexus-networking (139/162) |
3137 | 2024-09-23T15:57:44.761Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3138 | 2024-09-23T15:57:44.763Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3139 | 2024-09-23T15:57:44.763Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3140 | 2024-09-23T15:57:44.766Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.64s |
3141 | 2024-09-23T15:57:44.835Z | |
3142 | 2024-09-23T15:57:44.835Z | info: running `cargo check --bins` on nexus-reconfigurator-execution (140/162) |
3143 | 2024-09-23T15:57:45.498Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3144 | 2024-09-23T15:57:45.501Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3145 | 2024-09-23T15:57:45.501Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3146 | 2024-09-23T15:57:45.506Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s |
3147 | 2024-09-23T15:57:45.578Z | |
3148 | 2024-09-23T15:57:45.578Z | info: running `cargo check --bins` on update-common (141/162) |
3149 | 2024-09-23T15:57:46.212Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3150 | 2024-09-23T15:57:46.219Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3151 | 2024-09-23T15:57:46.219Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3152 | 2024-09-23T15:57:46.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3153 | 2024-09-23T15:57:46.286Z | |
3154 | 2024-09-23T15:57:46.286Z | info: running `cargo check --bins` on tufaceous-lib (142/162) |
3155 | 2024-09-23T15:57:46.908Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3156 | 2024-09-23T15:57:46.911Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3157 | 2024-09-23T15:57:46.911Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3158 | 2024-09-23T15:57:46.914Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3159 | 2024-09-23T15:57:46.982Z | |
3160 | 2024-09-23T15:57:46.982Z | info: running `cargo check --bins` on tufaceous (143/162) |
3161 | 2024-09-23T15:57:47.611Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3162 | 2024-09-23T15:57:47.614Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3163 | 2024-09-23T15:57:47.693Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3164 | 2024-09-23T15:57:48.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.60s |
3165 | 2024-09-23T15:57:48.763Z | |
3166 | 2024-09-23T15:57:48.763Z | info: running `cargo check --bins` on omicron-dev (144/162) |
3167 | 2024-09-23T15:57:49.503Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3168 | 2024-09-23T15:57:49.505Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3169 | 2024-09-23T15:57:49.668Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3170 | 2024-09-23T15:57:49.671Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3171 | 2024-09-23T15:57:49.671Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
3172 | 2024-09-23T15:57:51.018Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
3173 | 2024-09-23T15:57:53.449Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.68s |
3174 | 2024-09-23T15:57:53.669Z | |
3175 | 2024-09-23T15:57:53.669Z | info: running `cargo check --bins` on openapi-manager (145/162) |
3176 | 2024-09-23T15:57:54.322Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3177 | 2024-09-23T15:57:54.324Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3178 | 2024-09-23T15:57:54.419Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3179 | 2024-09-23T15:57:54.419Z | Checking heck v0.4.1 |
3180 | 2024-09-23T15:57:54.422Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
3181 | 2024-09-23T15:57:54.648Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
3182 | 2024-09-23T15:57:55.988Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
3183 | 2024-09-23T15:57:56.814Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
3184 | 2024-09-23T15:57:57.806Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.13s |
3185 | 2024-09-23T15:57:57.970Z | |
3186 | 2024-09-23T15:57:57.970Z | info: running `cargo check --bins` on installinator-api (146/162) |
3187 | 2024-09-23T15:57:58.594Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3188 | 2024-09-23T15:57:58.596Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3189 | 2024-09-23T15:57:58.596Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3190 | 2024-09-23T15:57:58.600Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.62s |
3191 | 2024-09-23T15:57:58.669Z | |
3192 | 2024-09-23T15:57:58.669Z | info: running `cargo check --bins` on wicketd-api (147/162) |
3193 | 2024-09-23T15:57:59.302Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3194 | 2024-09-23T15:57:59.305Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3195 | 2024-09-23T15:57:59.305Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3196 | 2024-09-23T15:57:59.308Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.63s |
3197 | 2024-09-23T15:57:59.378Z | |
3198 | 2024-09-23T15:57:59.378Z | info: running `cargo check --bins` on reconfigurator-cli (148/162) |
3199 | 2024-09-23T15:58:00.040Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3200 | 2024-09-23T15:58:00.043Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3201 | 2024-09-23T15:58:00.153Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
3202 | 2024-09-23T15:58:01.355Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.97s |
3203 | 2024-09-23T15:58:01.547Z | |
3204 | 2024-09-23T15:58:01.547Z | info: running `cargo check --bins` on omicron-releng (149/162) |
3205 | 2024-09-23T15:58:02.185Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3206 | 2024-09-23T15:58:02.188Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3207 | 2024-09-23T15:58:02.265Z | Checking memmap2 v0.9.4 |
3208 | 2024-09-23T15:58:02.265Z | Checking constant_time_eq v0.3.0 |
3209 | 2024-09-23T15:58:02.265Z | Checking spin v0.5.2 |
3210 | 2024-09-23T15:58:02.268Z | Checking arrayvec v0.7.4 |
3211 | 2024-09-23T15:58:02.268Z | Checking untrusted v0.7.1 |
3212 | 2024-09-23T15:58:02.268Z | Checking arrayref v0.3.7 |
3213 | 2024-09-23T15:58:02.268Z | Checking cargo-platform v0.1.8 |
3214 | 2024-09-23T15:58:02.362Z | Checking topological-sort v0.2.2 |
3215 | 2024-09-23T15:58:02.480Z | Checking shell-words v1.1.0 |
3216 | 2024-09-23T15:58:02.522Z | Checking ring v0.16.20 |
3217 | 2024-09-23T15:58:02.650Z | Checking cargo_metadata v0.18.1 |
3218 | 2024-09-23T15:58:02.682Z | Checking blake3 v1.5.1 |
3219 | 2024-09-23T15:58:03.656Z | Checking omicron-zone-package v0.11.0 |
3220 | 2024-09-23T15:58:04.730Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
3221 | 2024-09-23T15:58:05.578Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.02s |
3222 | 2024-09-23T15:58:05.740Z | |
3223 | 2024-09-23T15:58:05.740Z | info: running `cargo check --bins` on xtask (150/162) |
3224 | 2024-09-23T15:58:06.243Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3225 | 2024-09-23T15:58:06.246Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3226 | 2024-09-23T15:58:06.259Z | Checking bitflags v2.6.0 |
3227 | 2024-09-23T15:58:06.261Z | Checking serde v1.0.208 |
3228 | 2024-09-23T15:58:06.261Z | Checking thiserror v1.0.63 |
3229 | 2024-09-23T15:58:06.349Z | Checking scroll v0.12.0 |
3230 | 2024-09-23T15:58:06.357Z | Checking hashbrown v0.14.5 |
3231 | 2024-09-23T15:58:06.359Z | Checking log v0.4.21 |
3232 | 2024-09-23T15:58:06.365Z | Checking zerocopy v0.7.34 |
3233 | 2024-09-23T15:58:06.386Z | Checking syn v2.0.74 |
3234 | 2024-09-23T15:58:06.449Z | Checking pest v2.7.10 |
3235 | 2024-09-23T15:58:06.584Z | Checking rustix v0.38.34 |
3236 | 2024-09-23T15:58:06.605Z | Checking fs-err v2.11.0 |
3237 | 2024-09-23T15:58:06.804Z | Checking goblin v0.8.2 |
3238 | 2024-09-23T15:58:06.884Z | Checking tabled v0.15.0 |
3239 | 2024-09-23T15:58:07.517Z | Checking indexmap v2.4.0 |
3240 | 2024-09-23T15:58:07.725Z | Checking anyhow v1.0.89 |
3241 | 2024-09-23T15:58:08.406Z | Checking terminal_size v0.3.0 |
3242 | 2024-09-23T15:58:08.406Z | Checking tempfile v3.10.1 |
3243 | 2024-09-23T15:58:08.573Z | Checking clap_builder v4.5.15 |
3244 | 2024-09-23T15:58:08.916Z | Checking dtrace-parser v0.2.0 |
3245 | 2024-09-23T15:58:10.549Z | Checking serde_json v1.0.125 |
3246 | 2024-09-23T15:58:10.549Z | Checking serde_spanned v0.6.7 |
3247 | 2024-09-23T15:58:10.551Z | Checking toml_datetime v0.6.8 |
3248 | 2024-09-23T15:58:10.551Z | Checking camino v1.1.9 |
3249 | 2024-09-23T15:58:10.551Z | Checking semver v1.0.23 |
3250 | 2024-09-23T15:58:10.670Z | Checking cargo-platform v0.1.8 |
3251 | 2024-09-23T15:58:10.752Z | Checking macaddr v1.0.1 |
3252 | 2024-09-23T15:58:10.838Z | Checking toml_edit v0.22.20 |
3253 | 2024-09-23T15:58:11.061Z | Checking clap v4.5.16 |
3254 | 2024-09-23T15:58:11.094Z | Checking camino-tempfile v1.1.1 |
3255 | 2024-09-23T15:58:11.677Z | Checking dof v0.3.0 |
3256 | 2024-09-23T15:58:11.678Z | Checking cargo_metadata v0.18.1 |
3257 | 2024-09-23T15:58:12.082Z | Checking usdt-impl v0.5.0 |
3258 | 2024-09-23T15:58:12.438Z | Checking usdt v0.5.0 |
3259 | 2024-09-23T15:58:12.535Z | Checking toml v0.8.19 |
3260 | 2024-09-23T15:58:13.006Z | Checking cargo_toml v0.20.4 |
3261 | 2024-09-23T15:58:14.191Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3262 | 2024-09-23T15:58:14.780Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.03s |
3263 | 2024-09-23T15:58:14.886Z | |
3264 | 2024-09-23T15:58:14.886Z | info: running `cargo check --bins` on end-to-end-tests (151/162) |
3265 | 2024-09-23T15:58:15.571Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3266 | 2024-09-23T15:58:15.573Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3267 | 2024-09-23T15:58:15.694Z | Checking polyval v0.6.2 |
3268 | 2024-09-23T15:58:15.799Z | Checking ctr v0.9.2 |
3269 | 2024-09-23T15:58:15.808Z | Checking ssh-encoding v0.2.0 |
3270 | 2024-09-23T15:58:15.811Z | Checking blowfish v0.9.1 |
3271 | 2024-09-23T15:58:15.827Z | Checking password-hash v0.4.2 |
3272 | 2024-09-23T15:58:15.829Z | Checking matches v0.1.10 |
3273 | 2024-09-23T15:58:15.854Z | Checking p256 v0.13.2 |
3274 | 2024-09-23T15:58:15.854Z | Checking p521 v0.13.3 |
3275 | 2024-09-23T15:58:15.926Z | Checking idna v0.2.3 |
3276 | 2024-09-23T15:58:16.017Z | Checking ghash v0.5.1 |
3277 | 2024-09-23T15:58:16.034Z | Checking bcrypt-pbkdf v0.10.0 |
3278 | 2024-09-23T15:58:16.048Z | Compiling enum-as-inner v0.5.1 |
3279 | 2024-09-23T15:58:16.118Z | Checking russh-cryptovec v0.7.2 |
3280 | 2024-09-23T15:58:16.180Z | Checking aes-gcm v0.10.3 |
3281 | 2024-09-23T15:58:16.233Z | Checking pbkdf2 v0.11.0 |
3282 | 2024-09-23T15:58:16.273Z | Checking md5 v0.7.0 |
3283 | 2024-09-23T15:58:16.307Z | Checking num-bigint v0.4.5 |
3284 | 2024-09-23T15:58:16.307Z | Checking des v0.8.1 |
3285 | 2024-09-23T15:58:16.412Z | Checking ssh-cipher v0.2.0 |
3286 | 2024-09-23T15:58:16.523Z | Checking hex-literal v0.4.1 |
3287 | 2024-09-23T15:58:16.568Z | Compiling dhcproto-macros v0.1.0 |
3288 | 2024-09-23T15:58:16.592Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3289 | 2024-09-23T15:58:16.661Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
3290 | 2024-09-23T15:58:16.693Z | Checking ssh-key v0.6.6 |
3291 | 2024-09-23T15:58:16.728Z | Checking internet-checksum v0.2.1 |
3292 | 2024-09-23T15:58:17.101Z | Checking trust-dns-proto v0.22.0 |
3293 | 2024-09-23T15:58:18.002Z | Checking russh-keys v0.45.0 |
3294 | 2024-09-23T15:58:18.905Z | Checking russh v0.45.0 |
3295 | 2024-09-23T15:58:19.598Z | Checking dhcproto v0.12.0 |
3296 | 2024-09-23T15:58:35.822Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
3297 | 2024-09-23T15:58:37.099Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.20s |
3298 | 2024-09-23T15:58:37.283Z | |
3299 | 2024-09-23T15:58:37.283Z | info: running `cargo check --bins` on gateway-cli (152/162) |
3300 | 2024-09-23T15:58:37.895Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3301 | 2024-09-23T15:58:37.898Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3302 | 2024-09-23T15:58:37.966Z | Checking termios v0.3.3 |
3303 | 2024-09-23T15:58:38.173Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3304 | 2024-09-23T15:58:38.917Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.63s |
3305 | 2024-09-23T15:58:39.070Z | |
3306 | 2024-09-23T15:58:39.070Z | info: running `cargo check --bins --no-default-features` on installinator (153/162) |
3307 | 2024-09-23T15:58:39.722Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3308 | 2024-09-23T15:58:39.738Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3309 | 2024-09-23T15:58:39.811Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
3310 | 2024-09-23T15:58:41.761Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3311 | 2024-09-23T15:58:43.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.42s |
3312 | 2024-09-23T15:58:43.671Z | |
3313 | 2024-09-23T15:58:43.671Z | info: running `cargo check --bins` on internal-dns-cli (154/162) |
3314 | 2024-09-23T15:58:44.273Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3315 | 2024-09-23T15:58:44.276Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3316 | 2024-09-23T15:58:44.344Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3317 | 2024-09-23T15:58:44.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.10s |
3318 | 2024-09-23T15:58:44.947Z | |
3319 | 2024-09-23T15:58:44.947Z | info: running `cargo check --bins` on omicron-live-tests (155/162) |
3320 | 2024-09-23T15:58:45.536Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3321 | 2024-09-23T15:58:45.538Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3322 | 2024-09-23T15:58:45.538Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3323 | 2024-09-23T15:58:45.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3324 | 2024-09-23T15:58:45.603Z | |
3325 | 2024-09-23T15:58:45.603Z | info: running `cargo check --bins` on live-tests-macros (156/162) |
3326 | 2024-09-23T15:58:46.257Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3327 | 2024-09-23T15:58:46.511Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3328 | 2024-09-23T15:58:46.511Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3329 | 2024-09-23T15:58:46.511Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
3330 | 2024-09-23T15:58:46.511Z | |
3331 | 2024-09-23T15:58:46.511Z | info: running `cargo check --bins` on omicron-package (157/162) |
3332 | 2024-09-23T15:58:46.947Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3333 | 2024-09-23T15:58:46.983Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3334 | 2024-09-23T15:58:47.019Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3335 | 2024-09-23T15:58:48.189Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.92s |
3336 | 2024-09-23T15:58:48.344Z | |
3337 | 2024-09-23T15:58:48.344Z | info: running `cargo check --bins` on wicket-dbg (158/162) |
3338 | 2024-09-23T15:58:49.009Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3339 | 2024-09-23T15:58:49.012Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3340 | 2024-09-23T15:58:49.107Z | Checking rtoolbox v0.0.2 |
3341 | 2024-09-23T15:58:49.110Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3342 | 2024-09-23T15:58:49.110Z | Checking tui-tree-widget v0.22.0 |
3343 | 2024-09-23T15:58:49.321Z | Checking rpassword v7.3.1 |
3344 | 2024-09-23T15:58:53.239Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3345 | 2024-09-23T15:58:56.141Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3346 | 2024-09-23T15:58:57.256Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.90s |
3347 | 2024-09-23T15:58:57.420Z | |
3348 | 2024-09-23T15:58:57.420Z | info: running `cargo check --bins` on wicket (159/162) |
3349 | 2024-09-23T15:58:58.072Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3350 | 2024-09-23T15:58:58.075Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3351 | 2024-09-23T15:58:58.166Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3352 | 2024-09-23T15:58:58.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.12s |
3353 | 2024-09-23T15:58:58.744Z | |
3354 | 2024-09-23T15:58:58.744Z | info: running `cargo check --bins` on wicketd (160/162) |
3355 | 2024-09-23T15:58:59.389Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3356 | 2024-09-23T15:58:59.392Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3357 | 2024-09-23T15:58:59.491Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3358 | 2024-09-23T15:59:03.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.44s |
3359 | 2024-09-23T15:59:03.359Z | |
3360 | 2024-09-23T15:59:03.359Z | info: running `cargo check --bins` on omicron-workspace-hack (161/162) |
3361 | 2024-09-23T15:59:03.949Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3362 | 2024-09-23T15:59:03.952Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3363 | 2024-09-23T15:59:03.952Z | warning: target filter `bins` specified, but no targets matched; this is a no-op |
3364 | 2024-09-23T15:59:03.962Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s |
3365 | 2024-09-23T15:59:04.017Z | |
3366 | 2024-09-23T15:59:04.017Z | info: running `cargo check --bins` on zone-setup (162/162) |
3367 | 2024-09-23T15:59:04.689Z | warning: profile package spec `blake2b_simd` in profile `dev` did not match any packages |
3368 | 2024-09-23T15:59:04.692Z | warning: profile package spec `rust-argon2` in profile `dev` did not match any packages |
3369 | 2024-09-23T15:59:04.804Z | Checking uzers v0.11.3 |
3370 | 2024-09-23T15:59:05.100Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
3371 | 2024-09-23T15:59:06.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.11s |
3372 | 2024-09-23T15:59:06.338Z | |
3373 | 2024-09-23T15:59:06.343Z | real 11:21.573871403 |
3374 | 2024-09-23T15:59:06.343Z | user 23:55.652043510 |
3375 | 2024-09-23T15:59:06.343Z | sys 5:18.902709181 |
3376 | 2024-09-23T15:59:06.343Z | trap 0.495214611 |
3377 | 2024-09-23T15:59:06.343Z | tflt 3.705158222 |
3378 | 2024-09-23T15:59:06.343Z | dflt 2.050231518 |
3379 | 2024-09-23T15:59:06.344Z | kflt 0.002044304 |
3380 | 2024-09-23T15:59:06.344Z | lock 42:30.009789564 |
3381 | 2024-09-23T15:59:06.344Z | slp 1:58:38.848633817 |
3382 | 2024-09-23T15:59:06.344Z | lat 1:01.834648162 |
3383 | 2024-09-23T15:59:06.344Z | stop 3:12.999190495 |
3384 | 2024-09-23T15:59:06.344Z | process exited: duration 958699 ms, exit code 0 |
|
3385 | 2024-09-23T15:59:06.352Z | found 0 output files |