|
|
|
1 | 2023-12-04T23:05:43.588Z | job assigned to worker 01HGVH78CGH8ZYKBF9X3P59M2V (queued for 1 m 10 s) |
|
2 | 2023-12-04T23:05:43.737Z | starting task 0: "setup" |
3 | 2023-12-04T23:05:43.804Z | ++ uname -s |
4 | 2023-12-04T23:05:43.807Z | + kern=SunOS |
5 | 2023-12-04T23:05:43.807Z | + case "$kern" in |
6 | 2023-12-04T23:05:43.807Z | + groupadd -g 12345 build |
7 | 2023-12-04T23:05:43.810Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-04T23:05:45.822Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-04T23:05:45.917Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-04T23:05:45.921Z | + home_fs=zfs |
11 | 2023-12-04T23:05:45.921Z | + [[ zfs == autofs ]] |
12 | 2023-12-04T23:05:45.921Z | + mkdir -p /home/build |
13 | 2023-12-04T23:05:45.924Z | + chown build:build /home/build /work |
14 | 2023-12-04T23:05:47.927Z | + chmod 0700 /home/build /work |
15 | 2023-12-04T23:05:47.930Z | process exited: duration 4196 ms, exit code 0 |
|
16 | 2023-12-04T23:05:47.937Z | starting task 1: "rust-toolchain" |
17 | 2023-12-04T23:05:47.948Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-04T23:05:47.950Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-12-04T23:05:48.299Z | info: downloading installer |
20 | 2023-12-04T23:05:49.603Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-04T23:05:49.603Z | warning: /opt/ooce/bin |
22 | 2023-12-04T23:05:49.603Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-04T23:05:49.603Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-04T23:05:49.603Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-04T23:05:49.603Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-04T23:05:49.603Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-04T23:05:49.603Z | error: cannot install while Rust is installed |
28 | 2023-12-04T23:05:49.603Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-04T23:05:49.717Z | info: profile set to 'default' |
30 | 2023-12-04T23:05:49.717Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-04T23:05:49.720Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-12-04T23:05:49.888Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
33 | 2023-12-04T23:05:49.888Z | info: downloading component 'cargo' |
34 | 2023-12-04T23:05:50.578Z | info: downloading component 'clippy' |
35 | 2023-12-04T23:05:50.797Z | info: downloading component 'rust-docs' |
36 | 2023-12-04T23:05:51.636Z | info: downloading component 'rust-std' |
37 | 2023-12-04T23:05:53.007Z | info: downloading component 'rustc' |
38 | 2023-12-04T23:05:56.422Z | info: downloading component 'rustfmt' |
39 | 2023-12-04T23:05:56.625Z | info: installing component 'cargo' |
40 | 2023-12-04T23:05:58.138Z | info: installing component 'clippy' |
41 | 2023-12-04T23:05:58.688Z | info: installing component 'rust-docs' |
42 | 2023-12-04T23:06:02.012Z | info: installing component 'rust-std' |
43 | 2023-12-04T23:06:05.045Z | info: installing component 'rustc' |
44 | 2023-12-04T23:06:12.184Z | info: installing component 'rustfmt' |
45 | 2023-12-04T23:06:12.631Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-12-04T23:06:12.631Z | |
47 | 2023-12-04T23:06:12.765Z | stable-x86_64-unknown-illumos installed - rustc 1.74.0 (79e9716c9 2023-11-13) |
48 | 2023-12-04T23:06:12.765Z | |
49 | 2023-12-04T23:06:12.768Z | |
50 | 2023-12-04T23:06:12.768Z | Rust is installed now. Great! |
51 | 2023-12-04T23:06:12.768Z | |
52 | 2023-12-04T23:06:12.768Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-04T23:06:12.768Z | environment variable. This has not been done automatically. |
54 | 2023-12-04T23:06:12.768Z | |
55 | 2023-12-04T23:06:12.768Z | To configure your current shell, run: |
56 | 2023-12-04T23:06:12.768Z | source "$HOME/.cargo/env" |
57 | 2023-12-04T23:06:12.872Z | + rustc --version |
58 | 2023-12-04T23:06:12.986Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
59 | 2023-12-04T23:06:12.991Z | process exited: duration 25054 ms, exit code 0 |
|
60 | 2023-12-04T23:06:12.998Z | starting task 2: "authentication" |
61 | 2023-12-04T23:06:13.041Z | process exited: duration 43 ms, exit code 0 |
|
62 | 2023-12-04T23:06:13.047Z | starting task 3: "clone repository" |
63 | 2023-12-04T23:06:13.055Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2023-12-04T23:06:13.057Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2023-12-04T23:06:13.127Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2023-12-04T23:06:14.385Z | + cd /work/oxidecomputer/propolis |
67 | 2023-12-04T23:06:14.387Z | + [[ -n luqmana/nvme-abort ]] |
68 | 2023-12-04T23:06:14.394Z | + git fetch origin luqmana/nvme-abort |
69 | 2023-12-04T23:06:14.745Z | From https://github.com/oxidecomputer/propolis |
70 | 2023-12-04T23:06:14.745Z | * branch luqmana/nvme-abort -> FETCH_HEAD |
71 | 2023-12-04T23:06:14.758Z | + git checkout -B luqmana/nvme-abort remotes/origin/luqmana/nvme-abort |
72 | 2023-12-04T23:06:14.787Z | Switched to a new branch 'luqmana/nvme-abort' |
73 | 2023-12-04T23:06:14.790Z | branch 'luqmana/nvme-abort' set up to track 'origin/luqmana/nvme-abort'. |
74 | 2023-12-04T23:06:14.790Z | + git reset --hard 71e2b5bf17fb4cf26a6f5c4ad0ededde9e7e45f8 |
75 | 2023-12-04T23:06:14.801Z | HEAD is now at 71e2b5b nvme: log controller enable/disable |
76 | 2023-12-04T23:06:14.804Z | process exited: duration 1755 ms, exit code 0 |
|
77 | 2023-12-04T23:06:14.817Z | starting task 4: "build" |
78 | 2023-12-04T23:06:14.825Z | + cargo --version |
79 | 2023-12-04T23:06:14.926Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
80 | 2023-12-04T23:06:14.929Z | + rustc --version |
81 | 2023-12-04T23:06:15.043Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
82 | 2023-12-04T23:06:15.051Z | + banner check |
83 | 2023-12-04T23:06:15.102Z | |
84 | 2023-12-04T23:06:15.103Z | #### # # ###### #### # # |
85 | 2023-12-04T23:06:15.106Z | # # # # # # # # # |
86 | 2023-12-04T23:06:15.106Z | # ###### ##### # #### |
87 | 2023-12-04T23:06:15.106Z | # # # # # # # |
88 | 2023-12-04T23:06:15.106Z | # # # # # # # # # |
89 | 2023-12-04T23:06:15.106Z | #### # # ###### #### # # |
90 | 2023-12-04T23:06:15.106Z | |
91 | 2023-12-04T23:06:15.109Z | + ptime -m cargo check --features falcon |
92 | 2023-12-04T23:06:15.487Z | Updating crates.io index |
93 | 2023-12-04T23:06:15.637Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
94 | 2023-12-04T23:06:17.891Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
95 | 2023-12-04T23:06:18.349Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
96 | 2023-12-04T23:06:18.661Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
97 | 2023-12-04T23:06:28.575Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
98 | 2023-12-04T23:06:28.940Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
99 | 2023-12-04T23:06:29.288Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
100 | 2023-12-04T23:06:29.742Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
101 | 2023-12-04T23:06:30.538Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2023-12-04T23:06:32.584Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
103 | 2023-12-04T23:06:33.068Z | Updating git repository `https://github.com/oxidecomputer/p4` |
104 | 2023-12-04T23:06:33.849Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
105 | 2023-12-04T23:06:34.930Z | Updating git repository `https://github.com/oxidecomputer/typify` |
106 | 2023-12-04T23:06:36.982Z | Downloading crates ... |
107 | 2023-12-04T23:06:37.230Z | Downloaded aes v0.8.3 |
108 | 2023-12-04T23:06:37.246Z | Downloaded clap_lex v0.2.4 |
109 | 2023-12-04T23:06:37.252Z | Downloaded atty v0.2.14 |
110 | 2023-12-04T23:06:37.252Z | Downloaded byteorder v1.4.3 |
111 | 2023-12-04T23:06:37.260Z | Downloaded rand_chacha v0.3.1 |
112 | 2023-12-04T23:06:37.260Z | Downloaded async-stream v0.3.5 |
113 | 2023-12-04T23:06:37.268Z | Downloaded quote v1.0.33 |
114 | 2023-12-04T23:06:37.268Z | Downloaded async-stream-impl v0.3.5 |
115 | 2023-12-04T23:06:37.268Z | Downloaded bit_field v0.10.2 |
116 | 2023-12-04T23:06:37.276Z | Downloaded tinyvec_macros v0.1.1 |
117 | 2023-12-04T23:06:37.276Z | Downloaded async-trait v0.1.74 |
118 | 2023-12-04T23:06:37.284Z | Downloaded clap v4.4.0 |
119 | 2023-12-04T23:06:37.299Z | Downloaded form_urlencoded v1.2.0 |
120 | 2023-12-04T23:06:37.351Z | Downloaded tokio-macros v2.2.0 |
121 | 2023-12-04T23:06:37.351Z | Downloaded bitstruct_derive v0.1.0 |
122 | 2023-12-04T23:06:37.351Z | Downloaded base64 v0.21.5 |
123 | 2023-12-04T23:06:37.359Z | Downloaded serde_path_to_error v0.1.14 |
124 | 2023-12-04T23:06:37.359Z | Downloaded equivalent v1.0.1 |
125 | 2023-12-04T23:06:37.359Z | Downloaded bitstruct v0.1.1 |
126 | 2023-12-04T23:06:37.359Z | Downloaded futures-io v0.3.29 |
127 | 2023-12-04T23:06:37.359Z | Downloaded ryu v1.0.15 |
128 | 2023-12-04T23:06:37.359Z | Downloaded camino v1.1.6 |
129 | 2023-12-04T23:06:37.359Z | Downloaded structmeta v0.2.0 |
130 | 2023-12-04T23:06:37.359Z | Downloaded slog-envlogger v2.2.0 |
131 | 2023-12-04T23:06:37.359Z | Downloaded slog-term v2.9.0 |
132 | 2023-12-04T23:06:37.359Z | Downloaded parse-display v0.8.2 |
133 | 2023-12-04T23:06:37.359Z | Downloaded openssl-macros v0.1.1 |
134 | 2023-12-04T23:06:37.359Z | Downloaded spin v0.5.2 |
135 | 2023-12-04T23:06:37.371Z | Downloaded env_logger v0.9.3 |
136 | 2023-12-04T23:06:37.371Z | Downloaded either v1.9.0 |
137 | 2023-12-04T23:06:37.371Z | Downloaded foreign-types v0.3.2 |
138 | 2023-12-04T23:06:37.374Z | Downloaded quick-error v1.2.3 |
139 | 2023-12-04T23:06:37.374Z | Downloaded rand_core v0.6.4 |
140 | 2023-12-04T23:06:37.374Z | Downloaded anstream v0.5.0 |
141 | 2023-12-04T23:06:37.377Z | Downloaded slog-json v2.6.1 |
142 | 2023-12-04T23:06:37.384Z | Downloaded openssl-probe v0.1.5 |
143 | 2023-12-04T23:06:37.384Z | Downloaded slab v0.4.9 |
144 | 2023-12-04T23:06:37.384Z | Downloaded foreign-types-shared v0.1.1 |
145 | 2023-12-04T23:06:37.387Z | Downloaded bincode v1.3.3 |
146 | 2023-12-04T23:06:37.390Z | Downloaded futures-sink v0.3.29 |
147 | 2023-12-04T23:06:37.394Z | Downloaded strum v0.25.0 |
148 | 2023-12-04T23:06:37.394Z | Downloaded serde_derive_internals v0.26.0 |
149 | 2023-12-04T23:06:37.398Z | Downloaded async-recursion v1.0.5 |
150 | 2023-12-04T23:06:37.403Z | Downloaded futures v0.3.29 |
151 | 2023-12-04T23:06:37.410Z | Downloaded stringprep v0.1.3 |
152 | 2023-12-04T23:06:37.416Z | Downloaded bitflags v1.3.2 |
153 | 2023-12-04T23:06:37.423Z | Downloaded tower-service v0.3.2 |
154 | 2023-12-04T23:06:37.424Z | Downloaded try-lock v0.2.4 |
155 | 2023-12-04T23:06:37.433Z | Downloaded tokio-native-tls v0.3.1 |
156 | 2023-12-04T23:06:37.433Z | Downloaded take_mut v0.2.2 |
157 | 2023-12-04T23:06:37.444Z | Downloaded argon2 v0.5.2 |
158 | 2023-12-04T23:06:37.444Z | Downloaded serde_tokenstream v0.2.0 |
159 | 2023-12-04T23:06:37.444Z | Downloaded matches v0.1.10 |
160 | 2023-12-04T23:06:37.444Z | Downloaded funty v2.0.0 |
161 | 2023-12-04T23:06:37.445Z | Downloaded structmeta-derive v0.2.0 |
162 | 2023-12-04T23:06:37.453Z | Downloaded futures-executor v0.3.29 |
163 | 2023-12-04T23:06:37.453Z | Downloaded strum_macros v0.25.2 |
164 | 2023-12-04T23:06:37.459Z | Downloaded ringbuffer v0.15.0 |
165 | 2023-12-04T23:06:37.459Z | Downloaded rustls-pemfile v1.0.4 |
166 | 2023-12-04T23:06:37.459Z | Downloaded scopeguard v1.2.0 |
167 | 2023-12-04T23:06:37.468Z | Downloaded instant v0.1.12 |
168 | 2023-12-04T23:06:37.468Z | Downloaded usdt-macro v0.3.5 |
169 | 2023-12-04T23:06:37.473Z | Downloaded thread-id v4.2.0 |
170 | 2023-12-04T23:06:37.473Z | Downloaded opaque-debug v0.3.0 |
171 | 2023-12-04T23:06:37.473Z | Downloaded pretty-hex v0.2.1 |
172 | 2023-12-04T23:06:37.473Z | Downloaded polyval v0.6.1 |
173 | 2023-12-04T23:06:37.485Z | Downloaded serde_with_macros v2.3.3 |
174 | 2023-12-04T23:06:37.486Z | Downloaded match_cfg v0.1.0 |
175 | 2023-12-04T23:06:37.486Z | Downloaded crossbeam-utils v0.8.16 |
176 | 2023-12-04T23:06:37.490Z | Downloaded inout v0.1.3 |
177 | 2023-12-04T23:06:37.490Z | Downloaded ron v0.7.1 |
178 | 2023-12-04T23:06:37.498Z | Downloaded universal-hash v0.5.1 |
179 | 2023-12-04T23:06:37.507Z | Downloaded term v0.7.0 |
180 | 2023-12-04T23:06:37.507Z | Downloaded ident_case v1.0.1 |
181 | 2023-12-04T23:06:37.507Z | Downloaded usdt-attr-macro v0.3.5 |
182 | 2023-12-04T23:06:37.507Z | Downloaded unicode-width v0.1.10 |
183 | 2023-12-04T23:06:37.515Z | Downloaded http-body v0.4.5 |
184 | 2023-12-04T23:06:37.515Z | Downloaded itoa v1.0.9 |
185 | 2023-12-04T23:06:37.521Z | Downloaded usdt v0.3.5 |
186 | 2023-12-04T23:06:37.521Z | Downloaded untrusted v0.7.1 |
187 | 2023-12-04T23:06:37.521Z | Downloaded num-integer v0.1.45 |
188 | 2023-12-04T23:06:37.521Z | Downloaded utf8parse v0.2.1 |
189 | 2023-12-04T23:06:37.526Z | Downloaded rustc_version v0.4.0 |
190 | 2023-12-04T23:06:37.527Z | Downloaded tokio-tungstenite v0.20.1 |
191 | 2023-12-04T23:06:37.533Z | Downloaded hyper-tls v0.5.0 |
192 | 2023-12-04T23:06:37.533Z | Downloaded bytes v1.5.0 |
193 | 2023-12-04T23:06:37.537Z | Downloaded allocator-api2 v0.2.16 |
194 | 2023-12-04T23:06:37.544Z | Downloaded mime v0.3.17 |
195 | 2023-12-04T23:06:37.548Z | Downloaded memoffset v0.7.1 |
196 | 2023-12-04T23:06:37.548Z | Downloaded unicode-xid v0.2.4 |
197 | 2023-12-04T23:06:37.556Z | Downloaded want v0.3.1 |
198 | 2023-12-04T23:06:37.556Z | Downloaded waitgroup v0.1.2 |
199 | 2023-12-04T23:06:37.556Z | Downloaded lru-cache v0.1.2 |
200 | 2023-12-04T23:06:37.560Z | Downloaded hostname v0.3.1 |
201 | 2023-12-04T23:06:37.560Z | Downloaded utf-8 v0.7.6 |
202 | 2023-12-04T23:06:37.560Z | Downloaded num_enum v0.7.0 |
203 | 2023-12-04T23:06:37.568Z | Downloaded humantime v2.1.0 |
204 | 2023-12-04T23:06:37.574Z | Downloaded num_enum_derive v0.7.0 |
205 | 2023-12-04T23:06:37.578Z | Downloaded usdt-impl v0.3.5 |
206 | 2023-12-04T23:06:37.578Z | Downloaded is-terminal v0.4.9 |
207 | 2023-12-04T23:06:37.578Z | Downloaded linked-hash-map v0.5.6 |
208 | 2023-12-04T23:06:37.582Z | Downloaded httpdate v1.0.3 |
209 | 2023-12-04T23:06:37.583Z | Downloaded textwrap v0.16.0 |
210 | 2023-12-04T23:06:37.589Z | Downloaded pin-project-lite v0.2.13 |
211 | 2023-12-04T23:06:37.597Z | Downloaded iana-time-zone v0.1.57 |
212 | 2023-12-04T23:06:37.601Z | Downloaded toml_datetime v0.6.5 |
213 | 2023-12-04T23:06:37.602Z | Downloaded parking_lot v0.12.1 |
214 | 2023-12-04T23:06:37.606Z | Downloaded jobserver v0.1.26 |
215 | 2023-12-04T23:06:37.610Z | Downloaded whoami v1.4.1 |
216 | 2023-12-04T23:06:37.610Z | Downloaded heck v0.4.1 |
217 | 2023-12-04T23:06:37.615Z | Downloaded num-complex v0.4.4 |
218 | 2023-12-04T23:06:37.615Z | Downloaded hex v0.4.3 |
219 | 2023-12-04T23:06:37.622Z | Downloaded lock_api v0.4.10 |
220 | 2023-12-04T23:06:37.623Z | Downloaded parse-display-derive v0.8.2 |
221 | 2023-12-04T23:06:37.628Z | Downloaded typenum v1.16.0 |
222 | 2023-12-04T23:06:37.628Z | Downloaded ipnet v2.8.0 |
223 | 2023-12-04T23:06:37.636Z | Downloaded ipnetwork v0.20.0 |
224 | 2023-12-04T23:06:37.636Z | Downloaded zerocopy v0.3.0 |
225 | 2023-12-04T23:06:37.640Z | Downloaded tracing v0.1.37 |
226 | 2023-12-04T23:06:37.640Z | Downloaded hashlink v0.8.3 |
227 | 2023-12-04T23:06:37.644Z | Downloaded hmac v0.12.1 |
228 | 2023-12-04T23:06:37.651Z | Downloaded uuid v1.6.1 |
229 | 2023-12-04T23:06:37.656Z | Downloaded native-tls v0.2.11 |
230 | 2023-12-04T23:06:37.671Z | Downloaded httparse v1.8.0 |
231 | 2023-12-04T23:06:37.671Z | Downloaded os_str_bytes v6.5.1 |
232 | 2023-12-04T23:06:37.673Z | Downloaded serde_yaml v0.9.25 |
233 | 2023-12-04T23:06:37.678Z | Downloaded unsafe-libyaml v0.2.9 |
234 | 2023-12-04T23:06:37.678Z | Downloaded toml v0.5.11 |
235 | 2023-12-04T23:06:37.685Z | Downloaded serde v1.0.192 |
236 | 2023-12-04T23:06:37.690Z | Downloaded clap_builder v4.4.0 |
237 | 2023-12-04T23:06:37.700Z | Downloaded ppv-lite86 v0.2.17 |
238 | 2023-12-04T23:06:37.706Z | Downloaded indicatif v0.17.6 |
239 | 2023-12-04T23:06:37.711Z | Downloaded url v2.4.0 |
240 | 2023-12-04T23:06:37.716Z | Downloaded serde_with v2.3.3 |
241 | 2023-12-04T23:06:37.728Z | Downloaded indexmap v2.1.0 |
242 | 2023-12-04T23:06:37.735Z | Downloaded num-bigint v0.4.4 |
243 | 2023-12-04T23:06:37.744Z | Downloaded hyper-rustls v0.24.1 |
244 | 2023-12-04T23:06:37.751Z | Downloaded trust-dns-resolver v0.22.0 |
245 | 2023-12-04T23:06:37.757Z | Downloaded tracing-core v0.1.31 |
246 | 2023-12-04T23:06:37.763Z | Downloaded time v0.3.27 |
247 | 2023-12-04T23:06:37.773Z | Downloaded memchr v2.6.4 |
248 | 2023-12-04T23:06:37.787Z | Downloaded hashbrown v0.13.2 |
249 | 2023-12-04T23:06:37.792Z | Downloaded aho-corasick v1.0.4 |
250 | 2023-12-04T23:06:37.800Z | Downloaded rustls-webpki v0.101.4 |
251 | 2023-12-04T23:06:37.829Z | Downloaded pest v2.7.2 |
252 | 2023-12-04T23:06:37.844Z | Downloaded libm v0.2.7 |
253 | 2023-12-04T23:06:37.858Z | Downloaded h2 v0.3.21 |
254 | 2023-12-04T23:06:37.867Z | Downloaded regress v0.7.1 |
255 | 2023-12-04T23:06:37.879Z | Downloaded syn v2.0.29 |
256 | 2023-12-04T23:06:37.903Z | Downloaded syn v1.0.109 |
257 | 2023-12-04T23:06:37.919Z | Downloaded hyper v0.14.27 |
258 | 2023-12-04T23:06:37.934Z | Downloaded idna v0.2.3 |
259 | 2023-12-04T23:06:37.943Z | Downloaded vcpkg v0.2.15 |
260 | 2023-12-04T23:06:38.018Z | Downloaded idna v0.4.0 |
261 | 2023-12-04T23:06:38.033Z | Downloaded openssl v0.10.56 |
262 | 2023-12-04T23:06:38.052Z | Downloaded nix v0.26.2 |
263 | 2023-12-04T23:06:38.072Z | Downloaded bstr v1.6.0 |
264 | 2023-12-04T23:06:38.098Z | Downloaded openapiv3 v2.0.0-rc.1 |
265 | 2023-12-04T23:06:38.117Z | Downloaded tokio v1.34.0 |
266 | 2023-12-04T23:06:38.186Z | Downloaded zerocopy-derive v0.2.0 |
267 | 2023-12-04T23:06:38.203Z | Downloaded libc v0.2.150 |
268 | 2023-12-04T23:06:38.255Z | Downloaded regex-automata v0.4.3 |
269 | 2023-12-04T23:06:38.287Z | Downloaded regex-syntax v0.7.4 |
270 | 2023-12-04T23:06:38.308Z | Downloaded webpki-roots v0.25.2 |
271 | 2023-12-04T23:06:38.316Z | Downloaded trust-dns-proto v0.22.0 |
272 | 2023-12-04T23:06:38.337Z | Downloaded rustix v0.38.9 |
273 | 2023-12-04T23:06:38.411Z | Downloaded encoding_rs v0.8.33 |
274 | 2023-12-04T23:06:38.822Z | Downloaded regex-syntax v0.8.2 |
275 | 2023-12-04T23:06:38.822Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
276 | 2023-12-04T23:06:38.822Z | Downloaded regex v1.10.2 |
277 | 2023-12-04T23:06:38.822Z | Downloaded git2 v0.17.2 |
278 | 2023-12-04T23:06:38.822Z | Downloaded rustls v0.21.7 |
279 | 2023-12-04T23:06:38.822Z | Downloaded clap v3.2.25 |
280 | 2023-12-04T23:06:38.822Z | Downloaded chrono v0.4.31 |
281 | 2023-12-04T23:06:38.823Z | Downloaded bitvec v1.0.1 |
282 | 2023-12-04T23:06:38.823Z | Downloaded futures-util v0.3.29 |
283 | 2023-12-04T23:06:38.823Z | Downloaded itertools v0.12.0 |
284 | 2023-12-04T23:06:38.823Z | Downloaded winnow v0.5.15 |
285 | 2023-12-04T23:06:38.823Z | Downloaded serde_json v1.0.108 |
286 | 2023-12-04T23:06:38.823Z | Downloaded hashbrown v0.14.2 |
287 | 2023-12-04T23:06:38.823Z | Downloaded unicode-normalization v0.1.22 |
288 | 2023-12-04T23:06:38.823Z | Downloaded reqwest v0.11.22 |
289 | 2023-12-04T23:06:38.823Z | Downloaded http v0.2.11 |
290 | 2023-12-04T23:06:38.823Z | Downloaded toml_edit v0.19.15 |
291 | 2023-12-04T23:06:38.823Z | Downloaded mio v0.8.9 |
292 | 2023-12-04T23:06:38.823Z | Downloaded rusqlite v0.29.0 |
293 | 2023-12-04T23:06:38.823Z | Downloaded hashbrown v0.12.3 |
294 | 2023-12-04T23:06:38.826Z | Downloaded portable-atomic v1.4.3 |
295 | 2023-12-04T23:06:38.833Z | Downloaded toml_edit v0.21.0 |
296 | 2023-12-04T23:06:38.873Z | Downloaded tokio-util v0.7.8 |
297 | 2023-12-04T23:06:38.883Z | Downloaded openssl-sys v0.9.91 |
298 | 2023-12-04T23:06:38.891Z | Downloaded indexmap v1.9.3 |
299 | 2023-12-04T23:06:38.898Z | Downloaded toml v0.8.8 |
300 | 2023-12-04T23:06:38.903Z | Downloaded postgres-types v0.2.6 |
301 | 2023-12-04T23:06:38.907Z | Downloaded num-traits v0.2.16 |
302 | 2023-12-04T23:06:38.912Z | Downloaded serde_derive v1.0.192 |
303 | 2023-12-04T23:06:38.917Z | Downloaded crossbeam-channel v0.5.8 |
304 | 2023-12-04T23:06:38.924Z | Downloaded const_format v0.2.31 |
305 | 2023-12-04T23:06:38.933Z | Downloaded ucd-trie v0.1.6 |
306 | 2023-12-04T23:06:38.936Z | Downloaded rand v0.8.5 |
307 | 2023-12-04T23:06:38.943Z | Downloaded once_cell v1.18.0 |
308 | 2023-12-04T23:06:38.947Z | Downloaded tungstenite v0.20.1 |
309 | 2023-12-04T23:06:38.954Z | Downloaded lazy_static v1.4.0 |
310 | 2023-12-04T23:06:38.958Z | Downloaded getrandom v0.2.10 |
311 | 2023-12-04T23:06:38.961Z | Downloaded pest_meta v2.7.2 |
312 | 2023-12-04T23:06:38.964Z | Downloaded schemars v0.8.15 |
313 | 2023-12-04T23:06:38.985Z | Downloaded socket2 v0.5.5 |
314 | 2023-12-04T23:06:38.988Z | Downloaded zeroize v1.6.0 |
315 | 2023-12-04T23:06:38.992Z | Downloaded log v0.4.20 |
316 | 2023-12-04T23:06:38.995Z | Downloaded version_check v0.9.4 |
317 | 2023-12-04T23:06:38.997Z | Downloaded pest_generator v2.7.2 |
318 | 2023-12-04T23:06:39.000Z | Downloaded globset v0.4.13 |
319 | 2023-12-04T23:06:39.004Z | Downloaded md-5 v0.10.5 |
320 | 2023-12-04T23:06:39.006Z | Downloaded glob v0.3.1 |
321 | 2023-12-04T23:06:39.007Z | Downloaded libz-sys v1.1.12 |
322 | 2023-12-04T23:06:39.125Z | Downloaded multer v2.1.0 |
323 | 2023-12-04T23:06:39.129Z | Downloaded unicode-ident v1.0.12 |
324 | 2023-12-04T23:06:39.136Z | Downloaded unicode-bidi v0.3.13 |
325 | 2023-12-04T23:06:39.143Z | Downloaded fatfs v0.3.6 |
326 | 2023-12-04T23:06:39.164Z | Downloaded slog v2.7.0 |
327 | 2023-12-04T23:06:39.164Z | Downloaded libloading v0.7.4 |
328 | 2023-12-04T23:06:39.167Z | Downloaded pest_derive v2.7.2 |
329 | 2023-12-04T23:06:39.167Z | Downloaded password-hash v0.5.0 |
330 | 2023-12-04T23:06:39.168Z | Downloaded tempfile v3.8.0 |
331 | 2023-12-04T23:06:39.168Z | Downloaded vergen v8.2.4 |
332 | 2023-12-04T23:06:39.168Z | Downloaded darling_core v0.20.3 |
333 | 2023-12-04T23:06:39.175Z | Downloaded parking_lot_core v0.9.8 |
334 | 2023-12-04T23:06:39.179Z | Downloaded toml v0.7.8 |
335 | 2023-12-04T23:06:39.214Z | Downloaded proc-macro2 v1.0.69 |
336 | 2023-12-04T23:06:39.219Z | Downloaded arc-swap v1.6.0 |
337 | 2023-12-04T23:06:39.232Z | Downloaded ahash v0.8.3 |
338 | 2023-12-04T23:06:39.237Z | Downloaded percent-encoding v2.3.0 |
339 | 2023-12-04T23:06:39.240Z | Downloaded socket2 v0.4.9 |
340 | 2023-12-04T23:06:39.243Z | Downloaded semver v1.0.20 |
341 | 2023-12-04T23:06:39.250Z | Downloaded tokio-rustls v0.24.1 |
342 | 2023-12-04T23:06:39.256Z | Downloaded blake2 v0.10.6 |
343 | 2023-12-04T23:06:39.262Z | Downloaded pkg-config v0.3.27 |
344 | 2023-12-04T23:06:39.266Z | Downloaded pin-utils v0.1.0 |
345 | 2023-12-04T23:06:39.269Z | Downloaded twox-hash v1.6.3 |
346 | 2023-12-04T23:06:39.273Z | Downloaded futures-channel v0.3.29 |
347 | 2023-12-04T23:06:39.277Z | Downloaded num_enum_derive v0.5.11 |
348 | 2023-12-04T23:06:39.280Z | Downloaded macaddr v1.0.1 |
349 | 2023-12-04T23:06:39.283Z | Downloaded tracing-attributes v0.1.26 |
350 | 2023-12-04T23:06:39.285Z | Downloaded num_threads v0.1.6 |
351 | 2023-12-04T23:06:39.288Z | Downloaded serde_spanned v0.6.4 |
352 | 2023-12-04T23:06:39.288Z | Downloaded slog-bunyan v2.4.0 |
353 | 2023-12-04T23:06:39.291Z | Downloaded num-iter v0.1.43 |
354 | 2023-12-04T23:06:39.294Z | Downloaded thread_local v1.1.7 |
355 | 2023-12-04T23:06:39.294Z | Downloaded static_assertions v1.1.0 |
356 | 2023-12-04T23:06:39.296Z | Downloaded serde_urlencoded v0.7.1 |
357 | 2023-12-04T23:06:39.299Z | Downloaded subtle v2.5.0 |
358 | 2023-12-04T23:06:39.302Z | Downloaded siphasher v0.3.11 |
359 | 2023-12-04T23:06:39.302Z | Downloaded num-rational v0.4.1 |
360 | 2023-12-04T23:06:39.305Z | Downloaded wyz v0.5.1 |
361 | 2023-12-04T23:06:39.308Z | Downloaded tap v1.0.1 |
362 | 2023-12-04T23:06:39.308Z | Downloaded sha2 v0.10.7 |
363 | 2023-12-04T23:06:39.311Z | Downloaded serde_arrays v0.1.0 |
364 | 2023-12-04T23:06:39.314Z | Downloaded smallvec v1.11.0 |
365 | 2023-12-04T23:06:39.321Z | Downloaded generic-array v0.14.7 |
366 | 2023-12-04T23:06:39.324Z | Downloaded fastrand v2.0.0 |
367 | 2023-12-04T23:06:39.327Z | Downloaded fallible-iterator v0.2.0 |
368 | 2023-12-04T23:06:39.330Z | Downloaded synstructure v0.12.6 |
369 | 2023-12-04T23:06:39.330Z | Downloaded cc v1.0.83 |
370 | 2023-12-04T23:06:39.334Z | Downloaded postgres-protocol v0.6.6 |
371 | 2023-12-04T23:06:39.338Z | Downloaded strsim v0.10.0 |
372 | 2023-12-04T23:06:39.340Z | Downloaded rustversion v1.0.14 |
373 | 2023-12-04T23:06:39.345Z | Downloaded clap_derive v4.4.0 |
374 | 2023-12-04T23:06:39.348Z | Downloaded time-macros v0.2.13 |
375 | 2023-12-04T23:06:39.353Z | Downloaded erased-serde v0.3.30 |
376 | 2023-12-04T23:06:39.356Z | Downloaded sct v0.7.0 |
377 | 2023-12-04T23:06:39.359Z | Downloaded schemars_derive v0.8.15 |
378 | 2023-12-04T23:06:39.362Z | Downloaded deranged v0.3.8 |
379 | 2023-12-04T23:06:39.365Z | Downloaded anstyle-parse v0.2.1 |
380 | 2023-12-04T23:06:39.368Z | Downloaded termcolor v1.2.0 |
381 | 2023-12-04T23:06:39.371Z | Downloaded digest v0.10.7 |
382 | 2023-12-04T23:06:39.371Z | Downloaded slog-stdlog v4.1.1 |
383 | 2023-12-04T23:06:39.374Z | Downloaded slog-async v2.8.0 |
384 | 2023-12-04T23:06:39.377Z | Downloaded ascii v1.1.0 |
385 | 2023-12-04T23:06:39.380Z | Downloaded aes-gcm-siv v0.11.1 |
386 | 2023-12-04T23:06:39.382Z | Downloaded console v0.15.7 |
387 | 2023-12-04T23:06:39.386Z | Downloaded phf_shared v0.11.2 |
388 | 2023-12-04T23:06:39.389Z | Downloaded paste v1.0.14 |
389 | 2023-12-04T23:06:39.392Z | Downloaded proc-macro-error v1.0.4 |
390 | 2023-12-04T23:06:39.398Z | Downloaded spin v0.9.8 |
391 | 2023-12-04T23:06:39.434Z | Downloaded serde_repr v0.1.16 |
392 | 2023-12-04T23:06:39.438Z | Downloaded clap_derive v3.2.25 |
393 | 2023-12-04T23:06:39.438Z | Downloaded phf v0.11.2 |
394 | 2023-12-04T23:06:39.438Z | Downloaded omicron-workspace-hack v0.1.0 |
395 | 2023-12-04T23:06:39.438Z | Downloaded num_enum v0.5.11 |
396 | 2023-12-04T23:06:39.438Z | Downloaded num_cpus v1.16.0 |
397 | 2023-12-04T23:06:39.438Z | Downloaded thiserror-impl v1.0.47 |
398 | 2023-12-04T23:06:39.438Z | Downloaded thiserror v1.0.47 |
399 | 2023-12-04T23:06:39.440Z | Downloaded cipher v0.4.4 |
400 | 2023-12-04T23:06:39.440Z | Downloaded num v0.4.1 |
401 | 2023-12-04T23:06:39.440Z | Downloaded dof v0.1.5 |
402 | 2023-12-04T23:06:39.443Z | Downloaded debug-ignore v1.0.5 |
403 | 2023-12-04T23:06:39.443Z | Downloaded dirs-sys-next v0.1.2 |
404 | 2023-12-04T23:06:39.443Z | Downloaded dirs-next v2.0.0 |
405 | 2023-12-04T23:06:39.446Z | Downloaded libsqlite3-sys v0.26.0 |
406 | 2023-12-04T23:06:39.583Z | Downloaded ring v0.16.20 |
407 | 2023-12-04T23:06:39.742Z | Downloaded getopts v0.2.21 |
408 | 2023-12-04T23:06:39.752Z | Downloaded proc-macro-crate v1.3.1 |
409 | 2023-12-04T23:06:39.752Z | Downloaded anstyle-query v1.0.0 |
410 | 2023-12-04T23:06:39.752Z | Downloaded ctrlc v3.4.0 |
411 | 2023-12-04T23:06:39.752Z | Downloaded aead v0.5.2 |
412 | 2023-12-04T23:06:39.758Z | Downloaded time-core v0.1.1 |
413 | 2023-12-04T23:06:39.759Z | Downloaded dyn-clone v1.0.13 |
414 | 2023-12-04T23:06:39.759Z | Downloaded cfg-if v1.0.0 |
415 | 2023-12-04T23:06:39.759Z | Downloaded resolv-conf v0.7.0 |
416 | 2023-12-04T23:06:39.759Z | Downloaded radium v0.7.0 |
417 | 2023-12-04T23:06:39.759Z | Downloaded errno v0.3.2 |
418 | 2023-12-04T23:06:39.764Z | Downloaded darling v0.20.3 |
419 | 2023-12-04T23:06:39.766Z | Downloaded slog-scope v4.4.0 |
420 | 2023-12-04T23:06:39.769Z | Downloaded enum-as-inner v0.5.1 |
421 | 2023-12-04T23:06:39.772Z | Downloaded ctr v0.9.2 |
422 | 2023-12-04T23:06:39.775Z | Downloaded number_prefix v0.4.0 |
423 | 2023-12-04T23:06:39.775Z | Downloaded slog-dtrace v0.2.3 |
424 | 2023-12-04T23:06:39.778Z | Downloaded futures-macro v0.3.29 |
425 | 2023-12-04T23:06:39.782Z | Downloaded sha1 v0.10.6 |
426 | 2023-12-04T23:06:39.785Z | Downloaded signal-hook-registry v1.4.1 |
427 | 2023-12-04T23:06:39.785Z | Downloaded base64 v0.13.1 |
428 | 2023-12-04T23:06:39.788Z | Downloaded bitflags v2.4.0 |
429 | 2023-12-04T23:06:39.793Z | Downloaded async-recursion v0.3.2 |
430 | 2023-12-04T23:06:39.796Z | Downloaded proc-macro-error-attr v1.0.4 |
431 | 2023-12-04T23:06:39.798Z | Downloaded crypto-common v0.1.6 |
432 | 2023-12-04T23:06:39.798Z | Downloaded dtrace-parser v0.1.14 |
433 | 2023-12-04T23:06:39.801Z | Downloaded futures-task v0.3.29 |
434 | 2023-12-04T23:06:39.804Z | Downloaded futures-core v0.3.29 |
435 | 2023-12-04T23:06:39.804Z | Downloaded fallible-streaming-iterator v0.1.9 |
436 | 2023-12-04T23:06:39.807Z | Downloaded serde_tokenstream v0.1.7 |
437 | 2023-12-04T23:06:39.811Z | Downloaded fnv v1.0.7 |
438 | 2023-12-04T23:06:39.814Z | Downloaded colorchoice v1.0.0 |
439 | 2023-12-04T23:06:39.816Z | Downloaded darling_macro v0.20.3 |
440 | 2023-12-04T23:06:39.816Z | Downloaded data-encoding v2.4.0 |
441 | 2023-12-04T23:06:39.820Z | Downloaded cpufeatures v0.2.9 |
442 | 2023-12-04T23:06:39.820Z | Downloaded colored v2.0.4 |
443 | 2023-12-04T23:06:39.823Z | Downloaded clap_lex v0.5.1 |
444 | 2023-12-04T23:06:39.826Z | Downloaded block-buffer v0.10.4 |
445 | 2023-12-04T23:06:39.826Z | Downloaded anyhow v1.0.75 |
446 | 2023-12-04T23:06:39.835Z | Downloaded tokio-postgres v0.7.10 |
447 | 2023-12-04T23:06:39.843Z | Downloaded tinyvec v1.6.0 |
448 | 2023-12-04T23:06:39.848Z | Downloaded crucible-workspace-hack v0.1.0 |
449 | 2023-12-04T23:06:39.851Z | Downloaded const_format_proc_macros v0.2.31 |
450 | 2023-12-04T23:06:39.854Z | Downloaded autocfg v1.1.0 |
451 | 2023-12-04T23:06:39.857Z | Downloaded backoff v0.4.0 |
452 | 2023-12-04T23:06:39.859Z | Downloaded anstyle v1.0.2 |
453 | 2023-12-04T23:06:39.862Z | Downloaded atomic-waker v1.1.1 |
454 | 2023-12-04T23:06:39.866Z | Downloaded base64ct v1.6.0 |
455 | 2023-12-04T23:06:40.121Z | Compiling proc-macro2 v1.0.69 |
456 | 2023-12-04T23:06:40.121Z | Compiling unicode-ident v1.0.12 |
457 | 2023-12-04T23:06:40.124Z | Compiling libc v0.2.150 |
458 | 2023-12-04T23:06:40.124Z | Checking cfg-if v1.0.0 |
459 | 2023-12-04T23:06:40.124Z | Compiling version_check v0.9.4 |
460 | 2023-12-04T23:06:40.124Z | Compiling autocfg v1.1.0 |
461 | 2023-12-04T23:06:40.140Z | Compiling serde v1.0.192 |
462 | 2023-12-04T23:06:40.143Z | Compiling syn v1.0.109 |
463 | 2023-12-04T23:06:40.264Z | Checking once_cell v1.18.0 |
464 | 2023-12-04T23:06:40.752Z | Compiling thiserror v1.0.47 |
465 | 2023-12-04T23:06:41.195Z | Checking itoa v1.0.9 |
466 | 2023-12-04T23:06:41.674Z | Compiling serde_json v1.0.108 |
467 | 2023-12-04T23:06:43.092Z | Checking memchr v2.6.4 |
468 | 2023-12-04T23:06:43.225Z | Compiling ahash v0.8.3 |
469 | 2023-12-04T23:06:43.260Z | Checking pin-project-lite v0.2.13 |
470 | 2023-12-04T23:06:43.289Z | Compiling libm v0.2.7 |
471 | 2023-12-04T23:06:43.308Z | Checking log v0.4.20 |
472 | 2023-12-04T23:06:43.433Z | Compiling num-traits v0.2.16 |
473 | 2023-12-04T23:06:43.761Z | Compiling typenum v1.16.0 |
474 | 2023-12-04T23:06:43.938Z | Compiling pkg-config v0.3.27 |
475 | 2023-12-04T23:06:44.599Z | Compiling quote v1.0.33 |
476 | 2023-12-04T23:06:44.603Z | Compiling jobserver v0.1.26 |
477 | 2023-12-04T23:06:45.230Z | Compiling syn v2.0.29 |
478 | 2023-12-04T23:06:45.446Z | Checking getrandom v0.2.10 |
479 | 2023-12-04T23:06:45.589Z | Compiling cc v1.0.83 |
480 | 2023-12-04T23:06:45.692Z | Compiling generic-array v0.14.7 |
481 | 2023-12-04T23:06:45.755Z | Compiling vcpkg v0.2.15 |
482 | 2023-12-04T23:06:45.787Z | Checking rand_core v0.6.4 |
483 | 2023-12-04T23:06:45.956Z | Checking ryu v1.0.15 |
484 | 2023-12-04T23:06:46.306Z | Compiling lock_api v0.4.10 |
485 | 2023-12-04T23:06:46.337Z | Compiling parking_lot_core v0.9.8 |
486 | 2023-12-04T23:06:46.863Z | Checking smallvec v1.11.0 |
487 | 2023-12-04T23:06:47.243Z | Compiling futures-core v0.3.29 |
488 | 2023-12-04T23:06:47.418Z | Checking scopeguard v1.2.0 |
489 | 2023-12-04T23:06:48.393Z | Checking parking_lot v0.12.1 |
490 | 2023-12-04T23:06:48.455Z | Checking socket2 v0.5.5 |
491 | 2023-12-04T23:06:48.581Z | Checking num_cpus v1.16.0 |
492 | 2023-12-04T23:06:48.733Z | Checking signal-hook-registry v1.4.1 |
493 | 2023-12-04T23:06:48.916Z | Checking mio v0.8.9 |
494 | 2023-12-04T23:06:49.076Z | Compiling heck v0.4.1 |
495 | 2023-12-04T23:06:49.189Z | Compiling slab v0.4.9 |
496 | 2023-12-04T23:06:49.659Z | Checking futures-sink v0.3.29 |
497 | 2023-12-04T23:06:49.767Z | Checking pin-utils v0.1.0 |
498 | 2023-12-04T23:06:49.793Z | Compiling futures-channel v0.3.29 |
499 | 2023-12-04T23:06:49.853Z | Compiling futures-task v0.3.29 |
500 | 2023-12-04T23:06:50.053Z | Compiling hashbrown v0.14.2 |
501 | 2023-12-04T23:06:50.103Z | Compiling equivalent v1.0.1 |
502 | 2023-12-04T23:06:50.251Z | Compiling futures-util v0.3.29 |
503 | 2023-12-04T23:06:50.371Z | Checking crypto-common v0.1.6 |
504 | 2023-12-04T23:06:50.601Z | Checking futures-io v0.3.29 |
505 | 2023-12-04T23:06:50.789Z | Checking subtle v2.5.0 |
506 | 2023-12-04T23:06:50.816Z | Checking iana-time-zone v0.1.57 |
507 | 2023-12-04T23:06:50.859Z | Checking fnv v1.0.7 |
508 | 2023-12-04T23:06:50.883Z | Checking bitflags v1.3.2 |
509 | 2023-12-04T23:06:50.998Z | Checking tinyvec_macros v0.1.1 |
510 | 2023-12-04T23:06:51.018Z | Checking allocator-api2 v0.2.16 |
511 | 2023-12-04T23:06:51.021Z | Compiling slog v2.7.0 |
512 | 2023-12-04T23:06:51.096Z | Compiling unicode-xid v0.2.4 |
513 | 2023-12-04T23:06:51.128Z | Checking tinyvec v1.6.0 |
514 | 2023-12-04T23:06:51.346Z | Checking block-buffer v0.10.4 |
515 | 2023-12-04T23:06:51.631Z | Compiling indexmap v1.9.3 |
516 | 2023-12-04T23:06:51.907Z | Checking tracing-core v0.1.31 |
517 | 2023-12-04T23:06:52.155Z | Checking byteorder v1.4.3 |
518 | 2023-12-04T23:06:52.851Z | Checking digest v0.10.7 |
519 | 2023-12-04T23:06:52.857Z | Compiling ring v0.16.20 |
520 | 2023-12-04T23:06:52.953Z | Compiling time-core v0.1.1 |
521 | 2023-12-04T23:06:52.974Z | Compiling httparse v1.8.0 |
522 | 2023-12-04T23:06:53.201Z | Checking unicode-bidi v0.3.13 |
523 | 2023-12-04T23:06:53.406Z | Checking unicode-normalization v0.1.22 |
524 | 2023-12-04T23:06:53.925Z | Compiling schemars v0.8.15 |
525 | 2023-12-04T23:06:53.978Z | Checking cpufeatures v0.2.9 |
526 | 2023-12-04T23:06:54.096Z | Checking hashbrown v0.12.3 |
527 | 2023-12-04T23:06:54.277Z | Checking percent-encoding v2.3.0 |
528 | 2023-12-04T23:06:54.574Z | Compiling ucd-trie v0.1.6 |
529 | 2023-12-04T23:06:54.671Z | Checking aho-corasick v1.0.4 |
530 | 2023-12-04T23:06:54.939Z | Checking regex-syntax v0.8.2 |
531 | 2023-12-04T23:06:55.327Z | Checking dyn-clone v1.0.13 |
532 | 2023-12-04T23:06:55.507Z | Checking ppv-lite86 v0.2.17 |
533 | 2023-12-04T23:06:55.682Z | Compiling serde_derive_internals v0.26.0 |
534 | 2023-12-04T23:06:56.597Z | Compiling synstructure v0.12.6 |
535 | 2023-12-04T23:06:57.151Z | Checking rand_chacha v0.3.1 |
536 | 2023-12-04T23:06:57.712Z | Checking form_urlencoded v1.2.0 |
537 | 2023-12-04T23:06:58.008Z | Checking spin v0.5.2 |
538 | 2023-12-04T23:06:58.270Z | Checking base64 v0.21.5 |
539 | 2023-12-04T23:06:58.486Z | Checking untrusted v0.7.1 |
540 | 2023-12-04T23:06:58.941Z | Checking rand v0.8.5 |
541 | 2023-12-04T23:06:58.992Z | Compiling openssl-sys v0.9.91 |
542 | 2023-12-04T23:06:59.388Z | Compiling rustversion v1.0.14 |
543 | 2023-12-04T23:07:00.185Z | Checking regex-automata v0.4.3 |
544 | 2023-12-04T23:07:00.502Z | Compiling async-trait v0.1.74 |
545 | 2023-12-04T23:07:00.761Z | Checking try-lock v0.2.4 |
546 | 2023-12-04T23:07:01.104Z | Compiling rustls v0.21.7 |
547 | 2023-12-04T23:07:01.204Z | Checking want v0.3.1 |
548 | 2023-12-04T23:07:01.436Z | Compiling hashbrown v0.13.2 |
549 | 2023-12-04T23:07:01.643Z | Compiling time-macros v0.2.13 |
550 | 2023-12-04T23:07:03.336Z | Compiling chrono v0.4.31 |
551 | 2023-12-04T23:07:03.493Z | Checking socket2 v0.4.9 |
552 | 2023-12-04T23:07:03.722Z | Checking atty v0.2.14 |
553 | 2023-12-04T23:07:03.883Z | Compiling usdt-impl v0.3.5 |
554 | 2023-12-04T23:07:04.150Z | Checking deranged v0.3.8 |
555 | 2023-12-04T23:07:04.313Z | Checking sct v0.7.0 |
556 | 2023-12-04T23:07:04.564Z | Checking rustls-webpki v0.101.4 |
557 | 2023-12-04T23:07:04.811Z | Compiling uuid v1.6.1 |
558 | 2023-12-04T23:07:05.378Z | Compiling serde_derive v1.0.192 |
559 | 2023-12-04T23:07:05.671Z | Compiling thiserror-impl v1.0.47 |
560 | 2023-12-04T23:07:05.697Z | Compiling tokio-macros v2.2.0 |
561 | 2023-12-04T23:07:05.730Z | Compiling schemars_derive v0.8.15 |
562 | 2023-12-04T23:07:06.074Z | Compiling futures-macro v0.3.29 |
563 | 2023-12-04T23:07:06.766Z | Compiling tracing-attributes v0.1.26 |
564 | 2023-12-04T23:07:06.980Z | Compiling zerocopy-derive v0.2.0 |
565 | 2023-12-04T23:07:07.050Z | Checking regex v1.10.2 |
566 | 2023-12-04T23:07:07.996Z | Compiling crossbeam-utils v0.8.16 |
567 | 2023-12-04T23:07:08.651Z | Checking num_threads v0.1.6 |
568 | 2023-12-04T23:07:08.941Z | Checking httpdate v1.0.3 |
569 | 2023-12-04T23:07:09.149Z | Checking tower-service v0.3.2 |
570 | 2023-12-04T23:07:09.322Z | Checking time v0.3.27 |
571 | 2023-12-04T23:07:10.163Z | Compiling zerocopy v0.3.0 |
572 | 2023-12-04T23:07:11.234Z | Compiling pest v2.7.2 |
573 | 2023-12-04T23:07:12.014Z | Compiling regress v0.7.1 |
574 | 2023-12-04T23:07:12.299Z | Checking idna v0.4.0 |
575 | 2023-12-04T23:07:12.625Z | Checking tracing v0.1.37 |
576 | 2023-12-04T23:07:13.483Z | Checking dirs-sys-next v0.1.2 |
577 | 2023-12-04T23:07:13.495Z | Checking lazy_static v1.4.0 |
578 | 2023-12-04T23:07:13.503Z | Compiling anyhow v1.0.75 |
579 | 2023-12-04T23:07:13.788Z | Compiling openssl v0.10.56 |
580 | 2023-12-04T23:07:14.383Z | Checking foreign-types-shared v0.1.1 |
581 | 2023-12-04T23:07:14.518Z | Checking foreign-types v0.3.2 |
582 | 2023-12-04T23:07:15.043Z | Checking url v2.4.0 |
583 | 2023-12-04T23:07:15.049Z | Compiling pest_meta v2.7.2 |
584 | 2023-12-04T23:07:15.049Z | Checking dirs-next v2.0.0 |
585 | 2023-12-04T23:07:15.124Z | Compiling dof v0.1.5 |
586 | 2023-12-04T23:07:15.456Z | Compiling openssl-macros v0.1.1 |
587 | 2023-12-04T23:07:16.459Z | Compiling thread-id v4.2.0 |
588 | 2023-12-04T23:07:16.615Z | Checking thread_local v1.1.7 |
589 | 2023-12-04T23:07:16.786Z | Checking encoding_rs v0.8.33 |
590 | 2023-12-04T23:07:17.037Z | Compiling pest_generator v2.7.2 |
591 | 2023-12-04T23:07:18.451Z | Compiling native-tls v0.2.11 |
592 | 2023-12-04T23:07:19.922Z | Checking mime v0.3.17 |
593 | 2023-12-04T23:07:20.391Z | Compiling slog-async v2.8.0 |
594 | 2023-12-04T23:07:21.254Z | Checking crossbeam-channel v0.5.8 |
595 | 2023-12-04T23:07:21.935Z | Compiling pest_derive v2.7.2 |
596 | 2023-12-04T23:07:22.389Z | Checking term v0.7.0 |
597 | 2023-12-04T23:07:23.085Z | Checking rustls-pemfile v1.0.4 |
598 | 2023-12-04T23:07:23.332Z | Checking unicode-width v0.1.10 |
599 | 2023-12-04T23:07:23.349Z | Compiling dtrace-parser v0.1.14 |
600 | 2023-12-04T23:07:23.553Z | Compiling toml_datetime v0.6.5 |
601 | 2023-12-04T23:07:23.745Z | Checking take_mut v0.2.2 |
602 | 2023-12-04T23:07:23.983Z | Compiling winnow v0.5.15 |
603 | 2023-12-04T23:07:24.673Z | Checking openssl-probe v0.1.5 |
604 | 2023-12-04T23:07:26.244Z | Checking slog-term v2.9.0 |
605 | 2023-12-04T23:07:27.231Z | Checking bytes v1.5.0 |
606 | 2023-12-04T23:07:28.601Z | Checking tokio v1.34.0 |
607 | 2023-12-04T23:07:29.386Z | Compiling indexmap v2.1.0 |
608 | 2023-12-04T23:07:29.963Z | Checking http v0.2.11 |
609 | 2023-12-04T23:07:31.913Z | Compiling serde_tokenstream v0.2.0 |
610 | 2023-12-04T23:07:32.208Z | Checking http-body v0.4.5 |
611 | 2023-12-04T23:07:33.146Z | Compiling serde_tokenstream v0.1.7 |
612 | 2023-12-04T23:07:33.459Z | Checking serde_urlencoded v0.7.1 |
613 | 2023-12-04T23:07:34.341Z | Checking openapiv3 v2.0.0-rc.1 |
614 | 2023-12-04T23:07:34.345Z | Compiling toml_edit v0.19.15 |
615 | 2023-12-04T23:07:35.379Z | Checking ipnet v2.8.0 |
616 | 2023-12-04T23:07:36.119Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
617 | 2023-12-04T23:07:36.385Z | Compiling usdt-attr-macro v0.3.5 |
618 | 2023-12-04T23:07:36.481Z | Compiling usdt-macro v0.3.5 |
619 | 2023-12-04T23:07:38.194Z | Compiling proc-macro-crate v1.3.1 |
620 | 2023-12-04T23:07:38.735Z | Checking serde_spanned v0.6.4 |
621 | 2023-12-04T23:07:39.092Z | Checking futures-executor v0.3.29 |
622 | 2023-12-04T23:07:39.322Z | Checking sha1 v0.10.6 |
623 | 2023-12-04T23:07:39.584Z | Checking match_cfg v0.1.0 |
624 | 2023-12-04T23:07:39.639Z | Checking tokio-util v0.7.8 |
625 | 2023-12-04T23:07:39.701Z | Checking tokio-rustls v0.24.1 |
626 | 2023-12-04T23:07:39.730Z | Checking tokio-native-tls v0.3.1 |
627 | 2023-12-04T23:07:40.079Z | Compiling omicron-workspace-hack v0.1.0 |
628 | 2023-12-04T23:07:40.623Z | Compiling getopts v0.2.21 |
629 | 2023-12-04T23:07:41.017Z | Checking h2 v0.3.21 |
630 | 2023-12-04T23:07:42.146Z | Checking hostname v0.3.1 |
631 | 2023-12-04T23:07:42.322Z | Checking futures v0.3.29 |
632 | 2023-12-04T23:07:42.473Z | Checking usdt v0.3.5 |
633 | 2023-12-04T23:07:43.828Z | Compiling unsafe-libyaml v0.2.9 |
634 | 2023-12-04T23:07:44.518Z | Compiling ident_case v1.0.1 |
635 | 2023-12-04T23:07:44.775Z | Checking fallible-iterator v0.2.0 |
636 | 2023-12-04T23:07:45.662Z | Checking webpki-roots v0.25.2 |
637 | 2023-12-04T23:07:45.829Z | Compiling strsim v0.10.0 |
638 | 2023-12-04T23:07:45.886Z | Compiling serde_yaml v0.9.25 |
639 | 2023-12-04T23:07:46.404Z | Compiling darling_core v0.20.3 |
640 | 2023-12-04T23:07:46.835Z | Compiling libz-sys v1.1.12 |
641 | 2023-12-04T23:07:47.290Z | Compiling num-integer v0.1.45 |
642 | 2023-12-04T23:07:47.791Z | Compiling multer v2.1.0 |
643 | 2023-12-04T23:07:47.874Z | Compiling camino v1.1.6 |
644 | 2023-12-04T23:07:47.906Z | Checking hyper v0.14.27 |
645 | 2023-12-04T23:07:48.330Z | Compiling paste v1.0.14 |
646 | 2023-12-04T23:07:49.139Z | Checking toml_edit v0.21.0 |
647 | 2023-12-04T23:07:49.232Z | Checking slog-json v2.6.1 |
648 | 2023-12-04T23:07:49.646Z | Compiling async-stream-impl v0.3.5 |
649 | 2023-12-04T23:07:50.936Z | Compiling strum_macros v0.25.2 |
650 | 2023-12-04T23:07:51.589Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#1e187aff) |
651 | 2023-12-04T23:07:51.845Z | Checking atomic-waker v1.1.1 |
652 | 2023-12-04T23:07:52.021Z | Compiling rustix v0.38.9 |
653 | 2023-12-04T23:07:52.175Z | Checking spin v0.9.8 |
654 | 2023-12-04T23:07:52.196Z | Checking bitflags v2.4.0 |
655 | 2023-12-04T23:07:52.688Z | Checking waitgroup v0.1.2 |
656 | 2023-12-04T23:07:52.864Z | Checking async-stream v0.3.5 |
657 | 2023-12-04T23:07:53.136Z | Checking slog-bunyan v2.4.0 |
658 | 2023-12-04T23:07:53.240Z | Checking toml v0.8.8 |
659 | 2023-12-04T23:07:54.426Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#1e187aff) |
660 | 2023-12-04T23:07:54.786Z | Checking serde_path_to_error v0.1.14 |
661 | 2023-12-04T23:07:55.142Z | Compiling structmeta-derive v0.2.0 |
662 | 2023-12-04T23:07:55.159Z | Checking stringprep v0.1.3 |
663 | 2023-12-04T23:07:55.338Z | Compiling darling_macro v0.20.3 |
664 | 2023-12-04T23:07:55.557Z | Checking sha2 v0.10.7 |
665 | 2023-12-04T23:07:55.579Z | Checking hyper-rustls v0.24.1 |
666 | 2023-12-04T23:07:55.836Z | Checking hyper-tls v0.5.0 |
667 | 2023-12-04T23:07:56.008Z | Checking md-5 v0.10.5 |
668 | 2023-12-04T23:07:56.252Z | Checking reqwest v0.11.22 |
669 | 2023-12-04T23:07:56.311Z | Checking hmac v0.12.1 |
670 | 2023-12-04T23:07:56.398Z | Compiling libgit2-sys v0.15.2+1.6.4 |
671 | 2023-12-04T23:07:56.608Z | Checking errno v0.3.2 |
672 | 2023-12-04T23:07:56.823Z | Compiling num-bigint v0.4.4 |
673 | 2023-12-04T23:07:57.142Z | Compiling darling v0.20.3 |
674 | 2023-12-04T23:07:57.267Z | Checking strum v0.25.0 |
675 | 2023-12-04T23:07:57.301Z | Checking debug-ignore v1.0.5 |
676 | 2023-12-04T23:07:57.473Z | Checking siphasher v0.3.11 |
677 | 2023-12-04T23:07:57.602Z | Compiling semver v1.0.20 |
678 | 2023-12-04T23:07:57.914Z | Checking phf_shared v0.11.2 |
679 | 2023-12-04T23:07:58.476Z | Compiling serde_with_macros v2.3.3 |
680 | 2023-12-04T23:07:58.817Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
681 | 2023-12-04T23:07:59.317Z | Checking postgres-protocol v0.6.6 |
682 | 2023-12-04T23:07:59.654Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
683 | 2023-12-04T23:07:59.753Z | Compiling structmeta v0.2.0 |
684 | 2023-12-04T23:07:59.981Z | Compiling num_enum_derive v0.5.11 |
685 | 2023-12-04T23:08:00.524Z | Compiling num-rational v0.4.1 |
686 | 2023-12-04T23:08:00.532Z | Compiling num-iter v0.1.43 |
687 | 2023-12-04T23:08:01.051Z | Compiling regex-syntax v0.7.4 |
688 | 2023-12-04T23:08:01.958Z | Checking postgres-types v0.2.6 |
689 | 2023-12-04T23:08:02.662Z | Checking serde_with v2.3.3 |
690 | 2023-12-04T23:08:04.024Z | Checking phf v0.11.2 |
691 | 2023-12-04T23:08:04.057Z | Checking hex v0.4.3 |
692 | 2023-12-04T23:08:04.128Z | Checking num_enum v0.5.11 |
693 | 2023-12-04T23:08:04.366Z | Compiling vergen v8.2.4 |
694 | 2023-12-04T23:08:04.522Z | Compiling memoffset v0.7.1 |
695 | 2023-12-04T23:08:04.878Z | Compiling proc-macro-error-attr v1.0.4 |
696 | 2023-12-04T23:08:04.933Z | Checking instant v0.1.12 |
697 | 2023-12-04T23:08:05.073Z | Checking whoami v1.4.1 |
698 | 2023-12-04T23:08:05.279Z | Checking utf8parse v0.2.1 |
699 | 2023-12-04T23:08:05.413Z | Compiling crucible-workspace-hack v0.1.0 |
700 | 2023-12-04T23:08:05.471Z | Checking anstyle-parse v0.2.1 |
701 | 2023-12-04T23:08:05.795Z | Checking tokio-postgres v0.7.10 |
702 | 2023-12-04T23:08:05.969Z | Checking backoff v0.4.0 |
703 | 2023-12-04T23:08:06.175Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
704 | 2023-12-04T23:08:06.393Z | Compiling rustc_version v0.4.0 |
705 | 2023-12-04T23:08:07.216Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
706 | 2023-12-04T23:08:07.300Z | Checking ipnetwork v0.20.0 |
707 | 2023-12-04T23:08:07.317Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
708 | 2023-12-04T23:08:07.497Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
709 | 2023-12-04T23:08:07.931Z | Checking num-complex v0.4.4 |
710 | 2023-12-04T23:08:08.499Z | Checking macaddr v1.0.1 |
711 | 2023-12-04T23:08:08.991Z | Compiling libsqlite3-sys v0.26.0 |
712 | 2023-12-04T23:08:09.468Z | Compiling slog-dtrace v0.2.3 |
713 | 2023-12-04T23:08:09.685Z | Compiling proc-macro-error v1.0.4 |
714 | 2023-12-04T23:08:09.880Z | Checking colorchoice v1.0.0 |
715 | 2023-12-04T23:08:10.006Z | Checking arc-swap v1.6.0 |
716 | 2023-12-04T23:08:10.063Z | Checking static_assertions v1.1.0 |
717 | 2023-12-04T23:08:10.193Z | Checking anstyle-query v1.0.0 |
718 | 2023-12-04T23:08:10.239Z | Checking base64ct v1.6.0 |
719 | 2023-12-04T23:08:10.376Z | Checking anstyle v1.0.2 |
720 | 2023-12-04T23:08:10.795Z | Checking slog-scope v4.4.0 |
721 | 2023-12-04T23:08:10.796Z | Checking num v0.4.1 |
722 | 2023-12-04T23:08:10.874Z | Checking anstream v0.5.0 |
723 | 2023-12-04T23:08:10.937Z | Checking password-hash v0.5.0 |
724 | 2023-12-04T23:08:10.968Z | Checking blake2 v0.10.6 |
725 | 2023-12-04T23:08:10.985Z | Checking inout v0.1.3 |
726 | 2023-12-04T23:08:11.271Z | Checking termcolor v1.2.0 |
727 | 2023-12-04T23:08:11.276Z | Compiling parse-display-derive v0.8.2 |
728 | 2023-12-04T23:08:11.826Z | Compiling radium v0.7.0 |
729 | 2023-12-04T23:08:11.836Z | Checking clap_lex v0.5.1 |
730 | 2023-12-04T23:08:11.836Z | Checking argon2 v0.5.2 |
731 | 2023-12-04T23:08:11.863Z | Checking cipher v0.4.4 |
732 | 2023-12-04T23:08:11.951Z | Checking clap_builder v4.4.0 |
733 | 2023-12-04T23:08:12.177Z | Checking slog-stdlog v4.1.1 |
734 | 2023-12-04T23:08:12.383Z | Checking nix v0.26.2 |
735 | 2023-12-04T23:08:13.099Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
736 | 2023-12-04T23:08:13.164Z | Compiling clap_derive v4.4.0 |
737 | 2023-12-04T23:08:13.232Z | Compiling serde_repr v0.1.16 |
738 | 2023-12-04T23:08:13.703Z | Checking hashlink v0.8.3 |
739 | 2023-12-04T23:08:14.673Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
740 | 2023-12-04T23:08:15.141Z | Checking fallible-streaming-iterator v0.1.9 |
741 | 2023-12-04T23:08:15.218Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
742 | 2023-12-04T23:08:15.479Z | Checking tap v1.0.1 |
743 | 2023-12-04T23:08:15.724Z | Checking os_str_bytes v6.5.1 |
744 | 2023-12-04T23:08:15.763Z | Checking fastrand v2.0.0 |
745 | 2023-12-04T23:08:16.145Z | Compiling portable-atomic v1.4.3 |
746 | 2023-12-04T23:08:16.259Z | Checking clap_lex v0.2.4 |
747 | 2023-12-04T23:08:16.287Z | Checking tempfile v3.8.0 |
748 | 2023-12-04T23:08:16.647Z | Checking wyz v0.5.1 |
749 | 2023-12-04T23:08:16.811Z | Checking rusqlite v0.29.0 |
750 | 2023-12-04T23:08:17.006Z | Compiling clap_derive v3.2.25 |
751 | 2023-12-04T23:08:17.236Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
752 | 2023-12-04T23:08:17.647Z | Checking slog-envlogger v2.2.0 |
753 | 2023-12-04T23:08:17.985Z | Checking twox-hash v1.6.3 |
754 | 2023-12-04T23:08:18.033Z | Checking parse-display v0.8.2 |
755 | 2023-12-04T23:08:18.251Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
756 | 2023-12-04T23:08:18.274Z | Checking is-terminal v0.4.9 |
757 | 2023-12-04T23:08:18.294Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
758 | 2023-12-04T23:08:18.430Z | Compiling num_enum_derive v0.7.0 |
759 | 2023-12-04T23:08:18.857Z | Checking universal-hash v0.5.1 |
760 | 2023-12-04T23:08:18.858Z | Checking funty v2.0.0 |
761 | 2023-12-04T23:08:18.858Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
762 | 2023-12-04T23:08:19.199Z | Checking opaque-debug v0.3.0 |
763 | 2023-12-04T23:08:19.365Z | Checking textwrap v0.16.0 |
764 | 2023-12-04T23:08:19.906Z | Checking polyval v0.6.1 |
765 | 2023-12-04T23:08:19.909Z | Checking colored v2.0.4 |
766 | 2023-12-04T23:08:20.494Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
767 | 2023-12-04T23:08:20.504Z | Checking bitvec v1.0.1 |
768 | 2023-12-04T23:08:20.537Z | Checking aes v0.8.3 |
769 | 2023-12-04T23:08:21.146Z | Checking clap v4.4.0 |
770 | 2023-12-04T23:08:21.284Z | Checking ctr v0.9.2 |
771 | 2023-12-04T23:08:21.550Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
772 | 2023-12-04T23:08:21.716Z | Checking bincode v1.3.3 |
773 | 2023-12-04T23:08:21.904Z | Checking console v0.15.7 |
774 | 2023-12-04T23:08:22.381Z | Compiling async-recursion v0.3.2 |
775 | 2023-12-04T23:08:22.779Z | Checking aead v0.5.2 |
776 | 2023-12-04T23:08:22.835Z | Checking num_enum v0.7.0 |
777 | 2023-12-04T23:08:22.998Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
778 | 2023-12-04T23:08:23.047Z | Checking humantime v2.1.0 |
779 | 2023-12-04T23:08:23.072Z | Checking zeroize v1.6.0 |
780 | 2023-12-04T23:08:23.225Z | Checking number_prefix v0.4.0 |
781 | 2023-12-04T23:08:23.395Z | Checking data-encoding v2.4.0 |
782 | 2023-12-04T23:08:23.482Z | Checking pretty-hex v0.2.1 |
783 | 2023-12-04T23:08:23.504Z | Compiling erased-serde v0.3.30 |
784 | 2023-12-04T23:08:23.526Z | Checking either v1.9.0 |
785 | 2023-12-04T23:08:23.701Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
786 | 2023-12-04T23:08:23.985Z | Checking itertools v0.12.0 |
787 | 2023-12-04T23:08:24.100Z | Checking env_logger v0.9.3 |
788 | 2023-12-04T23:08:24.145Z | Checking indicatif v0.17.6 |
789 | 2023-12-04T23:08:24.329Z | Checking aes-gcm-siv v0.11.1 |
790 | 2023-12-04T23:08:24.632Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
791 | 2023-12-04T23:08:24.741Z | Checking clap v3.2.25 |
792 | 2023-12-04T23:08:24.852Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
793 | 2023-12-04T23:08:24.874Z | Checking toml v0.5.11 |
794 | 2023-12-04T23:08:25.284Z | Compiling bitstruct_derive v0.1.0 |
795 | 2023-12-04T23:08:25.726Z | Compiling async-recursion v1.0.5 |
796 | 2023-12-04T23:08:25.730Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
797 | 2023-12-04T23:08:25.730Z | Checking libloading v0.7.4 |
798 | 2023-12-04T23:08:25.870Z | Checking ascii v1.1.0 |
799 | 2023-12-04T23:08:26.491Z | Checking ringbuffer v0.15.0 |
800 | 2023-12-04T23:08:27.086Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
801 | 2023-12-04T23:08:27.139Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
802 | 2023-12-04T23:08:27.316Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
803 | 2023-12-04T23:08:27.526Z | Checking bitstruct v0.1.1 |
804 | 2023-12-04T23:08:27.614Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
805 | 2023-12-04T23:08:27.668Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
806 | 2023-12-04T23:08:27.719Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
807 | 2023-12-04T23:08:28.353Z | Checking serde_arrays v0.1.0 |
808 | 2023-12-04T23:08:28.519Z | Checking utf-8 v0.7.6 |
809 | 2023-12-04T23:08:28.564Z | Checking matches v0.1.10 |
810 | 2023-12-04T23:08:28.585Z | Compiling enum-as-inner v0.5.1 |
811 | 2023-12-04T23:08:28.683Z | Checking idna v0.2.3 |
812 | 2023-12-04T23:08:29.148Z | Checking tungstenite v0.20.1 |
813 | 2023-12-04T23:08:29.148Z | Checking linked-hash-map v0.5.6 |
814 | 2023-12-04T23:08:29.717Z | Checking quick-error v1.2.3 |
815 | 2023-12-04T23:08:29.915Z | Checking resolv-conf v0.7.0 |
816 | 2023-12-04T23:08:30.154Z | Checking lru-cache v0.1.2 |
817 | 2023-12-04T23:08:30.232Z | Checking tokio-tungstenite v0.20.1 |
818 | 2023-12-04T23:08:30.276Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
819 | 2023-12-04T23:08:30.358Z | Checking trust-dns-proto v0.22.0 |
820 | 2023-12-04T23:08:30.415Z | Compiling const_format_proc_macros v0.2.31 |
821 | 2023-12-04T23:08:30.436Z | Checking base64 v0.13.1 |
822 | 2023-12-04T23:08:30.465Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
823 | 2023-12-04T23:08:30.868Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
824 | 2023-12-04T23:08:30.902Z | Checking bstr v1.6.0 |
825 | 2023-12-04T23:08:31.475Z | Checking ron v0.7.1 |
826 | 2023-12-04T23:08:31.623Z | Checking bit_field v0.10.2 |
827 | 2023-12-04T23:08:32.237Z | Checking globset v0.4.13 |
828 | 2023-12-04T23:08:32.264Z | Checking toml v0.7.8 |
829 | 2023-12-04T23:08:32.957Z | Checking ctrlc v3.4.0 |
830 | 2023-12-04T23:08:32.966Z | Checking fatfs v0.3.6 |
831 | 2023-12-04T23:08:33.223Z | Checking glob v0.3.1 |
832 | 2023-12-04T23:08:33.763Z | Checking const_format v0.2.31 |
833 | 2023-12-04T23:08:35.855Z | Checking trust-dns-resolver v0.22.0 |
834 | 2023-12-04T23:08:37.131Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
835 | 2023-12-04T23:08:40.716Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
836 | 2023-12-04T23:08:40.948Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
837 | 2023-12-04T23:08:41.021Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
838 | 2023-12-04T23:08:41.033Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
839 | 2023-12-04T23:08:44.512Z | Compiling git2 v0.17.2 |
840 | 2023-12-04T23:08:47.011Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
841 | 2023-12-04T23:08:49.853Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
842 | 2023-12-04T23:08:49.879Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
843 | 2023-12-04T23:08:49.934Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
844 | 2023-12-04T23:08:50.966Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
845 | 2023-12-04T23:08:52.811Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
846 | 2023-12-04T23:08:59.084Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
847 | 2023-12-04T23:09:06.805Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
848 | 2023-12-04T23:09:18.780Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
849 | 2023-12-04T23:09:19.102Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
850 | 2023-12-04T23:09:19.105Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
851 | 2023-12-04T23:09:19.663Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
852 | 2023-12-04T23:09:19.710Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
853 | 2023-12-04T23:09:26.209Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 10s |
854 | 2023-12-04T23:09:26.486Z | |
855 | 2023-12-04T23:09:26.486Z | real 3:11.205238088 |
856 | 2023-12-04T23:09:26.486Z | user 14:13.708090157 |
857 | 2023-12-04T23:09:26.486Z | sys 2:36.916259816 |
858 | 2023-12-04T23:09:26.486Z | trap 0.568616095 |
859 | 2023-12-04T23:09:26.486Z | tflt 2.544853756 |
860 | 2023-12-04T23:09:26.486Z | dflt 6.325447419 |
861 | 2023-12-04T23:09:26.486Z | kflt 0.024001187 |
862 | 2023-12-04T23:09:26.486Z | lock 19:37.361772716 |
863 | 2023-12-04T23:09:26.489Z | slp 42:28.948090155 |
864 | 2023-12-04T23:09:26.489Z | lat 51.454069239 |
865 | 2023-12-04T23:09:26.489Z | stop 2:21.611798951 |
866 | 2023-12-04T23:09:26.489Z | + banner build |
867 | 2023-12-04T23:09:26.489Z | |
868 | 2023-12-04T23:09:26.489Z | ##### # # # # ##### |
869 | 2023-12-04T23:09:26.489Z | # # # # # # # # |
870 | 2023-12-04T23:09:26.489Z | ##### # # # # # # |
871 | 2023-12-04T23:09:26.489Z | # # # # # # # # |
872 | 2023-12-04T23:09:26.489Z | # # # # # # # # |
873 | 2023-12-04T23:09:26.489Z | ##### #### # ###### ##### |
874 | 2023-12-04T23:09:26.489Z | |
875 | 2023-12-04T23:09:26.492Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
876 | 2023-12-04T23:09:27.185Z | Compiling proc-macro2 v1.0.69 |
877 | 2023-12-04T23:09:27.185Z | Compiling unicode-ident v1.0.12 |
878 | 2023-12-04T23:09:27.193Z | Compiling libc v0.2.150 |
879 | 2023-12-04T23:09:27.193Z | Compiling cfg-if v1.0.0 |
880 | 2023-12-04T23:09:27.193Z | Compiling version_check v0.9.4 |
881 | 2023-12-04T23:09:27.193Z | Compiling autocfg v1.1.0 |
882 | 2023-12-04T23:09:27.193Z | Compiling serde v1.0.192 |
883 | 2023-12-04T23:09:27.193Z | Compiling syn v1.0.109 |
884 | 2023-12-04T23:09:27.322Z | Compiling once_cell v1.18.0 |
885 | 2023-12-04T23:09:28.037Z | Compiling thiserror v1.0.47 |
886 | 2023-12-04T23:09:28.155Z | Compiling itoa v1.0.9 |
887 | 2023-12-04T23:09:28.281Z | Compiling serde_json v1.0.108 |
888 | 2023-12-04T23:09:28.470Z | Compiling memchr v2.6.4 |
889 | 2023-12-04T23:09:28.724Z | Compiling pin-project-lite v0.2.13 |
890 | 2023-12-04T23:09:28.816Z | Compiling ahash v0.8.3 |
891 | 2023-12-04T23:09:28.853Z | Compiling pkg-config v0.3.27 |
892 | 2023-12-04T23:09:28.877Z | Compiling libm v0.2.7 |
893 | 2023-12-04T23:09:28.895Z | Compiling typenum v1.16.0 |
894 | 2023-12-04T23:09:29.464Z | Compiling quote v1.0.33 |
895 | 2023-12-04T23:09:29.724Z | Compiling jobserver v0.1.26 |
896 | 2023-12-04T23:09:29.917Z | Compiling num-traits v0.2.16 |
897 | 2023-12-04T23:09:30.443Z | Compiling syn v2.0.29 |
898 | 2023-12-04T23:09:30.530Z | Compiling getrandom v0.2.10 |
899 | 2023-12-04T23:09:30.542Z | Compiling cc v1.0.83 |
900 | 2023-12-04T23:09:30.774Z | Compiling generic-array v0.14.7 |
901 | 2023-12-04T23:09:30.956Z | Compiling rand_core v0.6.4 |
902 | 2023-12-04T23:09:31.176Z | Compiling vcpkg v0.2.15 |
903 | 2023-12-04T23:09:32.845Z | Compiling lock_api v0.4.10 |
904 | 2023-12-04T23:09:33.380Z | Compiling smallvec v1.11.0 |
905 | 2023-12-04T23:09:33.958Z | Compiling parking_lot_core v0.9.8 |
906 | 2023-12-04T23:09:34.123Z | Compiling log v0.4.20 |
907 | 2023-12-04T23:09:34.908Z | Compiling ryu v1.0.15 |
908 | 2023-12-04T23:09:35.132Z | Compiling scopeguard v1.2.0 |
909 | 2023-12-04T23:09:35.201Z | Compiling futures-core v0.3.29 |
910 | 2023-12-04T23:09:36.074Z | Compiling socket2 v0.5.5 |
911 | 2023-12-04T23:09:36.222Z | Compiling num_cpus v1.16.0 |
912 | 2023-12-04T23:09:36.394Z | Compiling parking_lot v0.12.1 |
913 | 2023-12-04T23:09:36.536Z | Compiling mio v0.8.9 |
914 | 2023-12-04T23:09:36.935Z | Compiling signal-hook-registry v1.4.1 |
915 | 2023-12-04T23:09:37.314Z | Compiling crypto-common v0.1.6 |
916 | 2023-12-04T23:09:37.619Z | Compiling heck v0.4.1 |
917 | 2023-12-04T23:09:38.403Z | Compiling slab v0.4.9 |
918 | 2023-12-04T23:09:38.695Z | Compiling futures-task v0.3.29 |
919 | 2023-12-04T23:09:38.995Z | Compiling futures-channel v0.3.29 |
920 | 2023-12-04T23:09:39.229Z | Compiling futures-sink v0.3.29 |
921 | 2023-12-04T23:09:39.450Z | Compiling pin-utils v0.1.0 |
922 | 2023-12-04T23:09:39.471Z | Compiling futures-util v0.3.29 |
923 | 2023-12-04T23:09:39.510Z | Compiling hashbrown v0.14.2 |
924 | 2023-12-04T23:09:39.567Z | Compiling equivalent v1.0.1 |
925 | 2023-12-04T23:09:40.142Z | Compiling futures-io v0.3.29 |
926 | 2023-12-04T23:09:40.209Z | Compiling subtle v2.5.0 |
927 | 2023-12-04T23:09:40.406Z | Compiling iana-time-zone v0.1.57 |
928 | 2023-12-04T23:09:40.638Z | Compiling unicode-xid v0.2.4 |
929 | 2023-12-04T23:09:40.665Z | Compiling tinyvec_macros v0.1.1 |
930 | 2023-12-04T23:09:40.761Z | Compiling slog v2.7.0 |
931 | 2023-12-04T23:09:40.776Z | Compiling fnv v1.0.7 |
932 | 2023-12-04T23:09:40.888Z | Compiling tinyvec v1.6.0 |
933 | 2023-12-04T23:09:41.075Z | Compiling block-buffer v0.10.4 |
934 | 2023-12-04T23:09:41.405Z | Compiling serde_derive_internals v0.26.0 |
935 | 2023-12-04T23:09:41.481Z | Compiling indexmap v1.9.3 |
936 | 2023-12-04T23:09:41.558Z | Compiling tracing-core v0.1.31 |
937 | 2023-12-04T23:09:41.618Z | Compiling bitflags v1.3.2 |
938 | 2023-12-04T23:09:42.059Z | Compiling digest v0.10.7 |
939 | 2023-12-04T23:09:43.631Z | Compiling unicode-normalization v0.1.22 |
940 | 2023-12-04T23:09:43.682Z | Compiling ring v0.16.20 |
941 | 2023-12-04T23:09:45.351Z | Compiling byteorder v1.4.3 |
942 | 2023-12-04T23:09:45.446Z | Compiling httparse v1.8.0 |
943 | 2023-12-04T23:09:46.022Z | Compiling unicode-bidi v0.3.13 |
944 | 2023-12-04T23:09:46.141Z | Compiling cpufeatures v0.2.9 |
945 | 2023-12-04T23:09:46.223Z | Compiling percent-encoding v2.3.0 |
946 | 2023-12-04T23:09:46.271Z | Compiling time-core v0.1.1 |
947 | 2023-12-04T23:09:46.509Z | Compiling schemars v0.8.15 |
948 | 2023-12-04T23:09:46.871Z | Compiling hashbrown v0.12.3 |
949 | 2023-12-04T23:09:47.090Z | Compiling ucd-trie v0.1.6 |
950 | 2023-12-04T23:09:47.677Z | Compiling allocator-api2 v0.2.16 |
951 | 2023-12-04T23:09:48.558Z | Compiling synstructure v0.12.6 |
952 | 2023-12-04T23:09:49.556Z | Compiling ppv-lite86 v0.2.17 |
953 | 2023-12-04T23:09:50.824Z | Compiling dyn-clone v1.0.13 |
954 | 2023-12-04T23:09:50.833Z | Compiling rand_chacha v0.3.1 |
955 | 2023-12-04T23:09:51.115Z | Compiling form_urlencoded v1.2.0 |
956 | 2023-12-04T23:09:51.328Z | Compiling serde_derive v1.0.192 |
957 | 2023-12-04T23:09:51.392Z | Compiling thiserror-impl v1.0.47 |
958 | 2023-12-04T23:09:51.469Z | Compiling tokio-macros v2.2.0 |
959 | 2023-12-04T23:09:52.006Z | Compiling schemars_derive v0.8.15 |
960 | 2023-12-04T23:09:52.055Z | Compiling futures-macro v0.3.29 |
961 | 2023-12-04T23:09:52.837Z | Compiling tracing-attributes v0.1.26 |
962 | 2023-12-04T23:09:53.487Z | Compiling zerocopy-derive v0.2.0 |
963 | 2023-12-04T23:09:54.697Z | Compiling base64 v0.21.5 |
964 | 2023-12-04T23:09:56.543Z | Compiling pest v2.7.2 |
965 | 2023-12-04T23:09:56.565Z | Compiling untrusted v0.7.1 |
966 | 2023-12-04T23:09:57.006Z | Compiling spin v0.5.2 |
967 | 2023-12-04T23:09:57.031Z | Compiling rand v0.8.5 |
968 | 2023-12-04T23:09:57.346Z | Compiling openssl-sys v0.9.91 |
969 | 2023-12-04T23:09:57.675Z | Compiling aho-corasick v1.0.4 |
970 | 2023-12-04T23:09:58.514Z | Compiling tracing v0.1.37 |
971 | 2023-12-04T23:09:59.094Z | Compiling rustversion v1.0.14 |
972 | 2023-12-04T23:09:59.873Z | Compiling regex-syntax v0.8.2 |
973 | 2023-12-04T23:10:00.792Z | Compiling pest_meta v2.7.2 |
974 | 2023-12-04T23:10:01.183Z | Compiling usdt-impl v0.3.5 |
975 | 2023-12-04T23:10:01.963Z | Compiling async-trait v0.1.74 |
976 | 2023-12-04T23:10:03.366Z | Compiling pest_generator v2.7.2 |
977 | 2023-12-04T23:10:03.400Z | Compiling try-lock v0.2.4 |
978 | 2023-12-04T23:10:03.608Z | Compiling rustls v0.21.7 |
979 | 2023-12-04T23:10:04.137Z | Compiling want v0.3.1 |
980 | 2023-12-04T23:10:06.387Z | Compiling regex-automata v0.4.3 |
981 | 2023-12-04T23:10:06.955Z | Compiling chrono v0.4.31 |
982 | 2023-12-04T23:10:07.618Z | Compiling pest_derive v2.7.2 |
983 | 2023-12-04T23:10:09.086Z | Compiling hashbrown v0.13.2 |
984 | 2023-12-04T23:10:10.588Z | Compiling rustls-webpki v0.101.4 |
985 | 2023-12-04T23:10:10.936Z | Compiling sct v0.7.0 |
986 | 2023-12-04T23:10:11.750Z | Compiling time-macros v0.2.13 |
987 | 2023-12-04T23:10:12.837Z | Compiling atty v0.2.14 |
988 | 2023-12-04T23:10:13.040Z | Compiling socket2 v0.4.9 |
989 | 2023-12-04T23:10:15.264Z | Compiling bytes v1.5.0 |
990 | 2023-12-04T23:10:16.972Z | Compiling tokio v1.34.0 |
991 | 2023-12-04T23:10:18.442Z | Compiling indexmap v2.1.0 |
992 | 2023-12-04T23:10:19.711Z | Compiling http v0.2.11 |
993 | 2023-12-04T23:10:20.361Z | Compiling uuid v1.6.1 |
994 | 2023-12-04T23:10:20.590Z | Compiling serde_tokenstream v0.2.0 |
995 | 2023-12-04T23:10:23.820Z | Compiling http-body v0.4.5 |
996 | 2023-12-04T23:10:24.549Z | Compiling regex v1.10.2 |
997 | 2023-12-04T23:10:28.203Z | Compiling crossbeam-utils v0.8.16 |
998 | 2023-12-04T23:10:28.951Z | Compiling tower-service v0.3.2 |
999 | 2023-12-04T23:10:28.995Z | Compiling httpdate v1.0.3 |
1000 | 2023-12-04T23:10:29.117Z | Compiling deranged v0.3.8 |
1001 | 2023-12-04T23:10:29.816Z | Compiling num_threads v0.1.6 |
1002 | 2023-12-04T23:10:30.011Z | Compiling zerocopy v0.3.0 |
1003 | 2023-12-04T23:10:30.261Z | Compiling tokio-util v0.7.8 |
1004 | 2023-12-04T23:10:32.529Z | Compiling h2 v0.3.21 |
1005 | 2023-12-04T23:10:33.551Z | Compiling time v0.3.27 |
1006 | 2023-12-04T23:10:33.911Z | Compiling regress v0.7.1 |
1007 | 2023-12-04T23:10:40.692Z | Compiling hyper v0.14.27 |
1008 | 2023-12-04T23:10:41.990Z | Compiling idna v0.4.0 |
1009 | 2023-12-04T23:10:42.678Z | Compiling dirs-sys-next v0.1.2 |
1010 | 2023-12-04T23:10:44.551Z | Compiling openssl v0.10.56 |
1011 | 2023-12-04T23:10:46.097Z | Compiling foreign-types-shared v0.1.1 |
1012 | 2023-12-04T23:10:47.857Z | Compiling lazy_static v1.4.0 |
1013 | 2023-12-04T23:10:47.857Z | Compiling anyhow v1.0.75 |
1014 | 2023-12-04T23:10:48.687Z | Compiling foreign-types v0.3.2 |
1015 | 2023-12-04T23:10:48.687Z | Compiling url v2.4.0 |
1016 | 2023-12-04T23:10:49.465Z | Compiling dirs-next v2.0.0 |
1017 | 2023-12-04T23:10:49.465Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1018 | 2023-12-04T23:10:51.123Z | Compiling tokio-rustls v0.24.1 |
1019 | 2023-12-04T23:11:12.230Z | Compiling dof v0.1.5 |
1020 | 2023-12-04T23:11:14.092Z | Compiling dtrace-parser v0.1.14 |
1021 | 2023-12-04T23:11:14.092Z | Compiling openssl-macros v0.1.1 |
1022 | 2023-12-04T23:11:14.211Z | Compiling thread-id v4.2.0 |
1023 | 2023-12-04T23:11:14.472Z | Compiling thread_local v1.1.7 |
1024 | 2023-12-04T23:11:14.472Z | Compiling encoding_rs v0.8.33 |
1025 | 2023-12-04T23:11:14.472Z | Compiling native-tls v0.2.11 |
1026 | 2023-12-04T23:11:14.472Z | Compiling mime v0.3.17 |
1027 | 2023-12-04T23:11:14.472Z | Compiling slog-async v2.8.0 |
1028 | 2023-12-04T23:11:14.472Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1029 | 2023-12-04T23:11:14.472Z | Compiling crossbeam-channel v0.5.8 |
1030 | 2023-12-04T23:11:14.475Z | Compiling term v0.7.0 |
1031 | 2023-12-04T23:11:15.466Z | Compiling serde_urlencoded v0.7.1 |
1032 | 2023-12-04T23:11:16.220Z | Compiling serde_tokenstream v0.1.7 |
1033 | 2023-12-04T23:11:17.029Z | Compiling rustls-pemfile v1.0.4 |
1034 | 2023-12-04T23:11:17.695Z | Compiling unicode-width v0.1.10 |
1035 | 2023-12-04T23:11:17.736Z | Compiling winnow v0.5.15 |
1036 | 2023-12-04T23:11:17.846Z | Compiling toml_datetime v0.6.5 |
1037 | 2023-12-04T23:11:17.937Z | Compiling take_mut v0.2.2 |
1038 | 2023-12-04T23:11:18.142Z | Compiling openssl-probe v0.1.5 |
1039 | 2023-12-04T23:11:20.201Z | Compiling slog-term v2.9.0 |
1040 | 2023-12-04T23:11:22.750Z | Compiling openapiv3 v2.0.0-rc.1 |
1041 | 2023-12-04T23:11:23.620Z | Compiling toml_edit v0.19.15 |
1042 | 2023-12-04T23:11:25.414Z | Compiling omicron-workspace-hack v0.1.0 |
1043 | 2023-12-04T23:11:25.745Z | Compiling ipnet v2.8.0 |
1044 | 2023-12-04T23:11:25.935Z | Compiling tokio-native-tls v0.3.1 |
1045 | 2023-12-04T23:11:26.368Z | Compiling usdt-macro v0.3.5 |
1046 | 2023-12-04T23:11:28.595Z | Compiling proc-macro-crate v1.3.1 |
1047 | 2023-12-04T23:11:29.633Z | Compiling usdt-attr-macro v0.3.5 |
1048 | 2023-12-04T23:11:30.375Z | Compiling serde_spanned v0.6.4 |
1049 | 2023-12-04T23:11:30.767Z | Compiling futures-executor v0.3.29 |
1050 | 2023-12-04T23:11:31.286Z | Compiling sha1 v0.10.6 |
1051 | 2023-12-04T23:11:34.246Z | Compiling match_cfg v0.1.0 |
1052 | 2023-12-04T23:11:35.043Z | Compiling getopts v0.2.21 |
1053 | 2023-12-04T23:11:36.392Z | Compiling hostname v0.3.1 |
1054 | 2023-12-04T23:11:36.744Z | Compiling usdt v0.3.5 |
1055 | 2023-12-04T23:11:37.465Z | Compiling futures v0.3.29 |
1056 | 2023-12-04T23:11:37.622Z | Compiling hyper-tls v0.5.0 |
1057 | 2023-12-04T23:11:38.333Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1058 | 2023-12-04T23:11:38.355Z | Compiling hyper-rustls v0.24.1 |
1059 | 2023-12-04T23:11:39.134Z | Compiling ident_case v1.0.1 |
1060 | 2023-12-04T23:11:39.134Z | Compiling webpki-roots v0.25.2 |
1061 | 2023-12-04T23:11:39.346Z | Compiling fallible-iterator v0.2.0 |
1062 | 2023-12-04T23:11:40.451Z | Compiling strsim v0.10.0 |
1063 | 2023-12-04T23:11:40.627Z | Compiling unsafe-libyaml v0.2.9 |
1064 | 2023-12-04T23:11:41.430Z | Compiling darling_core v0.20.3 |
1065 | 2023-12-04T23:11:43.452Z | Compiling serde_yaml v0.9.25 |
1066 | 2023-12-04T23:11:44.973Z | Compiling reqwest v0.11.22 |
1067 | 2023-12-04T23:11:46.819Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1068 | 2023-12-04T23:11:50.007Z | Compiling libz-sys v1.1.12 |
1069 | 2023-12-04T23:11:50.502Z | Compiling num-integer v0.1.45 |
1070 | 2023-12-04T23:11:50.976Z | Compiling multer v2.1.0 |
1071 | 2023-12-04T23:11:51.197Z | Compiling camino v1.1.6 |
1072 | 2023-12-04T23:11:51.531Z | Compiling paste v1.0.14 |
1073 | 2023-12-04T23:11:52.257Z | Compiling darling_macro v0.20.3 |
1074 | 2023-12-04T23:11:54.029Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1075 | 2023-12-04T23:11:54.650Z | Compiling toml_edit v0.21.0 |
1076 | 2023-12-04T23:11:56.495Z | Compiling slog-json v2.6.1 |
1077 | 2023-12-04T23:11:57.297Z | Compiling strum_macros v0.25.2 |
1078 | 2023-12-04T23:11:57.788Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1079 | 2023-12-04T23:12:03.767Z | Compiling async-stream-impl v0.3.5 |
1080 | 2023-12-04T23:12:06.066Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#1e187aff) |
1081 | 2023-12-04T23:12:06.603Z | Compiling bitflags v2.4.0 |
1082 | 2023-12-04T23:12:07.474Z | Compiling rustix v0.38.9 |
1083 | 2023-12-04T23:12:08.553Z | Compiling spin v0.9.8 |
1084 | 2023-12-04T23:12:08.807Z | Compiling atomic-waker v1.1.1 |
1085 | 2023-12-04T23:12:09.078Z | Compiling waitgroup v0.1.2 |
1086 | 2023-12-04T23:12:14.650Z | Compiling async-stream v0.3.5 |
1087 | 2023-12-04T23:12:15.104Z | Compiling strum v0.25.0 |
1088 | 2023-12-04T23:12:15.359Z | Compiling toml v0.8.8 |
1089 | 2023-12-04T23:12:24.461Z | Compiling slog-bunyan v2.4.0 |
1090 | 2023-12-04T23:12:24.806Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1091 | 2023-12-04T23:12:25.100Z | Compiling darling v0.20.3 |
1092 | 2023-12-04T23:12:28.598Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#1e187aff) |
1093 | 2023-12-04T23:12:30.143Z | Compiling serde_path_to_error v0.1.14 |
1094 | 2023-12-04T23:12:31.851Z | Compiling structmeta-derive v0.2.0 |
1095 | 2023-12-04T23:12:32.216Z | Compiling stringprep v0.1.3 |
1096 | 2023-12-04T23:12:36.228Z | Compiling sha2 v0.10.7 |
1097 | 2023-12-04T23:12:36.563Z | Compiling md-5 v0.10.5 |
1098 | 2023-12-04T23:12:36.934Z | Compiling hmac v0.12.1 |
1099 | 2023-12-04T23:12:37.262Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1100 | 2023-12-04T23:12:37.909Z | Compiling errno v0.3.2 |
1101 | 2023-12-04T23:12:38.250Z | Compiling num-bigint v0.4.4 |
1102 | 2023-12-04T23:12:38.464Z | Compiling semver v1.0.20 |
1103 | 2023-12-04T23:12:39.285Z | Compiling siphasher v0.3.11 |
1104 | 2023-12-04T23:12:40.065Z | Compiling debug-ignore v1.0.5 |
1105 | 2023-12-04T23:12:42.310Z | Compiling phf_shared v0.11.2 |
1106 | 2023-12-04T23:12:46.271Z | Compiling postgres-protocol v0.6.6 |
1107 | 2023-12-04T23:12:47.725Z | Compiling structmeta v0.2.0 |
1108 | 2023-12-04T23:12:48.577Z | Compiling serde_with_macros v2.3.3 |
1109 | 2023-12-04T23:12:51.549Z | Compiling num_enum_derive v0.5.11 |
1110 | 2023-12-04T23:12:51.562Z | Compiling num-iter v0.1.43 |
1111 | 2023-12-04T23:12:52.127Z | Compiling num-rational v0.4.1 |
1112 | 2023-12-04T23:12:52.690Z | Compiling regex-syntax v0.7.4 |
1113 | 2023-12-04T23:12:53.667Z | Compiling serde_with v2.3.3 |
1114 | 2023-12-04T23:12:55.133Z | Compiling postgres-types v0.2.6 |
1115 | 2023-12-04T23:12:55.714Z | Compiling num_enum v0.5.11 |
1116 | 2023-12-04T23:13:00.153Z | Compiling phf v0.11.2 |
1117 | 2023-12-04T23:13:00.861Z | Compiling hex v0.4.3 |
1118 | 2023-12-04T23:13:01.461Z | Compiling vergen v8.2.4 |
1119 | 2023-12-04T23:13:01.997Z | Compiling proc-macro-error-attr v1.0.4 |
1120 | 2023-12-04T23:13:02.016Z | Compiling instant v0.1.12 |
1121 | 2023-12-04T23:13:02.395Z | Compiling whoami v1.4.1 |
1122 | 2023-12-04T23:13:02.730Z | Compiling crucible-workspace-hack v0.1.0 |
1123 | 2023-12-04T23:13:03.170Z | Compiling parse-display-derive v0.8.2 |
1124 | 2023-12-04T23:13:03.279Z | Compiling tokio-postgres v0.7.10 |
1125 | 2023-12-04T23:13:03.455Z | Compiling backoff v0.4.0 |
1126 | 2023-12-04T23:13:03.929Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1127 | 2023-12-04T23:13:05.033Z | Compiling rustc_version v0.4.0 |
1128 | 2023-12-04T23:13:08.939Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1129 | 2023-12-04T23:13:09.299Z | Compiling ipnetwork v0.20.0 |
1130 | 2023-12-04T23:13:09.921Z | Compiling parse-display v0.8.2 |
1131 | 2023-12-04T23:13:10.205Z | Compiling macaddr v1.0.1 |
1132 | 2023-12-04T23:13:10.252Z | Compiling num-complex v0.4.4 |
1133 | 2023-12-04T23:13:11.358Z | Compiling libsqlite3-sys v0.26.0 |
1134 | 2023-12-04T23:13:12.124Z | Compiling memoffset v0.7.1 |
1135 | 2023-12-04T23:13:12.168Z | Compiling proc-macro-error v1.0.4 |
1136 | 2023-12-04T23:13:12.541Z | Compiling slog-dtrace v0.2.3 |
1137 | 2023-12-04T23:13:12.758Z | Compiling arc-swap v1.6.0 |
1138 | 2023-12-04T23:13:13.130Z | Compiling base64ct v1.6.0 |
1139 | 2023-12-04T23:13:13.828Z | Compiling utf8parse v0.2.1 |
1140 | 2023-12-04T23:13:23.177Z | Compiling password-hash v0.5.0 |
1141 | 2023-12-04T23:13:23.369Z | Compiling anstyle-parse v0.2.1 |
1142 | 2023-12-04T23:13:23.369Z | Compiling slog-scope v4.4.0 |
1143 | 2023-12-04T23:13:23.369Z | Compiling num v0.4.1 |
1144 | 2023-12-04T23:13:23.369Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1145 | 2023-12-04T23:13:23.369Z | Compiling blake2 v0.10.6 |
1146 | 2023-12-04T23:13:23.369Z | Compiling inout v0.1.3 |
1147 | 2023-12-04T23:13:23.369Z | Compiling anstyle v1.0.2 |
1148 | 2023-12-04T23:13:23.369Z | Compiling anstyle-query v1.0.0 |
1149 | 2023-12-04T23:13:23.369Z | Compiling colorchoice v1.0.0 |
1150 | 2023-12-04T23:13:23.369Z | Compiling termcolor v1.2.0 |
1151 | 2023-12-04T23:13:23.369Z | Compiling static_assertions v1.1.0 |
1152 | 2023-12-04T23:13:23.369Z | Compiling radium v0.7.0 |
1153 | 2023-12-04T23:13:23.369Z | Compiling argon2 v0.5.2 |
1154 | 2023-12-04T23:13:23.369Z | Compiling anstream v0.5.0 |
1155 | 2023-12-04T23:13:23.369Z | Compiling cipher v0.4.4 |
1156 | 2023-12-04T23:13:23.702Z | Compiling slog-stdlog v4.1.1 |
1157 | 2023-12-04T23:13:23.702Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1158 | 2023-12-04T23:13:23.703Z | Compiling serde_repr v0.1.16 |
1159 | 2023-12-04T23:13:23.703Z | Compiling hashlink v0.8.3 |
1160 | 2023-12-04T23:13:23.703Z | Compiling os_str_bytes v6.5.1 |
1161 | 2023-12-04T23:13:23.703Z | Compiling tap v1.0.1 |
1162 | 2023-12-04T23:13:23.703Z | Compiling clap_lex v0.5.1 |
1163 | 2023-12-04T23:13:23.703Z | Compiling portable-atomic v1.4.3 |
1164 | 2023-12-04T23:13:23.703Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1165 | 2023-12-04T23:13:23.703Z | Compiling fastrand v2.0.0 |
1166 | 2023-12-04T23:13:23.703Z | Compiling fallible-streaming-iterator v0.1.9 |
1167 | 2023-12-04T23:13:23.703Z | Compiling data-encoding v2.4.0 |
1168 | 2023-12-04T23:13:23.703Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1169 | 2023-12-04T23:13:23.703Z | Compiling tempfile v3.8.0 |
1170 | 2023-12-04T23:13:23.703Z | Compiling rusqlite v0.29.0 |
1171 | 2023-12-04T23:13:23.703Z | Compiling clap_builder v4.4.0 |
1172 | 2023-12-04T23:13:23.703Z | Compiling wyz v0.5.1 |
1173 | 2023-12-04T23:13:24.100Z | Compiling clap_lex v0.2.4 |
1174 | 2023-12-04T23:13:25.782Z | Compiling slog-envlogger v2.2.0 |
1175 | 2023-12-04T23:13:25.857Z | Compiling nix v0.26.2 |
1176 | 2023-12-04T23:13:26.080Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1177 | 2023-12-04T23:13:27.070Z | Compiling clap_derive v3.2.25 |
1178 | 2023-12-04T23:13:30.361Z | Compiling twox-hash v1.6.3 |
1179 | 2023-12-04T23:13:30.917Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1180 | 2023-12-04T23:13:31.679Z | Compiling is-terminal v0.4.9 |
1181 | 2023-12-04T23:13:31.840Z | Compiling num_enum_derive v0.7.0 |
1182 | 2023-12-04T23:13:32.099Z | Compiling clap_derive v4.4.0 |
1183 | 2023-12-04T23:13:32.735Z | Compiling universal-hash v0.5.1 |
1184 | 2023-12-04T23:13:33.039Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1185 | 2023-12-04T23:13:33.575Z | Compiling funty v2.0.0 |
1186 | 2023-12-04T23:13:34.832Z | Compiling opaque-debug v0.3.0 |
1187 | 2023-12-04T23:13:34.955Z | Compiling textwrap v0.16.0 |
1188 | 2023-12-04T23:13:35.759Z | Compiling bitvec v1.0.1 |
1189 | 2023-12-04T23:13:36.263Z | Compiling num_enum v0.7.0 |
1190 | 2023-12-04T23:13:36.491Z | Compiling clap v3.2.25 |
1191 | 2023-12-04T23:13:38.509Z | Compiling polyval v0.6.1 |
1192 | 2023-12-04T23:13:39.124Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1193 | 2023-12-04T23:13:39.324Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1194 | 2023-12-04T23:13:39.361Z | Compiling colored v2.0.4 |
1195 | 2023-12-04T23:13:40.285Z | Compiling clap v4.4.0 |
1196 | 2023-12-04T23:13:44.222Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1197 | 2023-12-04T23:13:44.763Z | Compiling ctr v0.9.2 |
1198 | 2023-12-04T23:13:44.886Z | Compiling aes v0.8.3 |
1199 | 2023-12-04T23:13:45.277Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1200 | 2023-12-04T23:13:48.321Z | Compiling console v0.15.7 |
1201 | 2023-12-04T23:13:49.323Z | Compiling bincode v1.3.3 |
1202 | 2023-12-04T23:13:51.225Z | Compiling async-recursion v0.3.2 |
1203 | 2023-12-04T23:13:52.969Z | Compiling aead v0.5.2 |
1204 | 2023-12-04T23:13:53.438Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1205 | 2023-12-04T23:13:53.839Z | Compiling either v1.9.0 |
1206 | 2023-12-04T23:13:53.902Z | Compiling erased-serde v0.3.30 |
1207 | 2023-12-04T23:13:53.988Z | Compiling zeroize v1.6.0 |
1208 | 2023-12-04T23:13:54.388Z | Compiling pretty-hex v0.2.1 |
1209 | 2023-12-04T23:13:54.444Z | Compiling number_prefix v0.4.0 |
1210 | 2023-12-04T23:13:54.704Z | Compiling humantime v2.1.0 |
1211 | 2023-12-04T23:13:54.786Z | Compiling indicatif v0.17.6 |
1212 | 2023-12-04T23:13:54.820Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1213 | 2023-12-04T23:13:55.440Z | Compiling env_logger v0.9.3 |
1214 | 2023-12-04T23:13:56.103Z | Compiling aes-gcm-siv v0.11.1 |
1215 | 2023-12-04T23:13:56.535Z | Compiling itertools v0.12.0 |
1216 | 2023-12-04T23:14:02.608Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1217 | 2023-12-04T23:14:03.282Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1218 | 2023-12-04T23:14:05.286Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
1219 | 2023-12-04T23:14:08.985Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1220 | 2023-12-04T23:14:09.603Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1221 | 2023-12-04T23:14:09.783Z | Compiling toml v0.5.11 |
1222 | 2023-12-04T23:14:09.825Z | Compiling bitstruct_derive v0.1.0 |
1223 | 2023-12-04T23:14:12.116Z | Compiling async-recursion v1.0.5 |
1224 | 2023-12-04T23:14:13.849Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1225 | 2023-12-04T23:14:14.028Z | Compiling libloading v0.7.4 |
1226 | 2023-12-04T23:14:14.425Z | Compiling ascii v1.1.0 |
1227 | 2023-12-04T23:14:14.776Z | Compiling utf-8 v0.7.6 |
1228 | 2023-12-04T23:14:15.389Z | Compiling matches v0.1.10 |
1229 | 2023-12-04T23:14:15.512Z | Compiling ringbuffer v0.15.0 |
1230 | 2023-12-04T23:14:15.735Z | Compiling idna v0.2.3 |
1231 | 2023-12-04T23:14:16.597Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1232 | 2023-12-04T23:14:17.854Z | Compiling tungstenite v0.20.1 |
1233 | 2023-12-04T23:14:19.204Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
1234 | 2023-12-04T23:14:21.458Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1235 | 2023-12-04T23:14:21.463Z | Compiling bitstruct v0.1.1 |
1236 | 2023-12-04T23:14:21.599Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1237 | 2023-12-04T23:14:22.406Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1238 | 2023-12-04T23:14:24.667Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1239 | 2023-12-04T23:14:26.624Z | Compiling serde_arrays v0.1.0 |
1240 | 2023-12-04T23:14:26.859Z | Compiling enum-as-inner v0.5.1 |
1241 | 2023-12-04T23:14:26.864Z | Compiling quick-error v1.2.3 |
1242 | 2023-12-04T23:14:27.060Z | Compiling linked-hash-map v0.5.6 |
1243 | 2023-12-04T23:14:27.098Z | Compiling resolv-conf v0.7.0 |
1244 | 2023-12-04T23:14:27.457Z | Compiling tokio-tungstenite v0.20.1 |
1245 | 2023-12-04T23:14:27.681Z | Compiling lru-cache v0.1.2 |
1246 | 2023-12-04T23:14:27.961Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1247 | 2023-12-04T23:14:28.360Z | Compiling const_format_proc_macros v0.2.31 |
1248 | 2023-12-04T23:14:28.608Z | Compiling trust-dns-proto v0.22.0 |
1249 | 2023-12-04T23:14:30.302Z | Compiling base64 v0.13.1 |
1250 | 2023-12-04T23:14:30.644Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1251 | 2023-12-04T23:14:31.716Z | Compiling toml v0.7.8 |
1252 | 2023-12-04T23:14:31.861Z | Compiling const_format v0.2.31 |
1253 | 2023-12-04T23:14:33.661Z | Compiling ron v0.7.1 |
1254 | 2023-12-04T23:14:41.442Z | Compiling trust-dns-resolver v0.22.0 |
1255 | 2023-12-04T23:14:41.464Z | Compiling bit_field v0.10.2 |
1256 | 2023-12-04T23:14:41.646Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1257 | 2023-12-04T23:14:59.268Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1258 | 2023-12-04T23:15:09.924Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1259 | 2023-12-04T23:15:28.268Z | Compiling git2 v0.17.2 |
1260 | 2023-12-04T23:15:34.335Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1261 | 2023-12-04T23:15:36.109Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1262 | 2023-12-04T23:15:47.493Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1263 | 2023-12-04T23:16:10.578Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1264 | 2023-12-04T23:16:11.631Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1265 | 2023-12-04T23:16:12.442Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1266 | 2023-12-04T23:17:49.163Z | Finished release [optimized] target(s) in 8m 09s |
1267 | 2023-12-04T23:17:49.163Z | |
1268 | 2023-12-04T23:17:49.784Z | real 8:09.238819404 |
1269 | 2023-12-04T23:17:49.784Z | user 55:46.175282297 |
1270 | 2023-12-04T23:17:49.784Z | sys 3:45.368706267 |
1271 | 2023-12-04T23:17:49.784Z | trap 2.094894092 |
1272 | 2023-12-04T23:17:49.784Z | tflt 1.349825211 |
1273 | 2023-12-04T23:17:49.784Z | dflt 2.474508257 |
1274 | 2023-12-04T23:17:49.784Z | kflt 0.012947599 |
1275 | 2023-12-04T23:17:49.784Z | lock 2:04:28.885330101 |
1276 | 2023-12-04T23:17:49.784Z | slp 2:28:26.409833531 |
1277 | 2023-12-04T23:17:49.785Z | lat 1:47.060258349 |
1278 | 2023-12-04T23:17:49.785Z | stop 48.448947427 |
1279 | 2023-12-04T23:17:49.785Z | + OUTDIR=/work/release |
1280 | 2023-12-04T23:17:49.785Z | + mkdir -p /work/release |
1281 | 2023-12-04T23:17:49.785Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1282 | 2023-12-04T23:17:49.785Z | + cp target/release/propolis-server /work/release/propolis-server |
1283 | 2023-12-04T23:17:49.786Z | process exited: duration 681066 ms, exit code 0 |
|
1284 | 2023-12-04T23:17:49.901Z | found 2 output files |
1285 | 2023-12-04T23:17:49.901Z | uploading: /work/release/propolis-cli (20801592 bytes) |
1286 | 2023-12-04T23:18:00.094Z | uploaded: /work/release/propolis-cli |
1287 | 2023-12-04T23:18:00.105Z | uploading: /work/release/propolis-server (55575224 bytes) |
1288 | 2023-12-04T23:18:24.226Z | uploaded: /work/release/propolis-server |