|
|
|
1 | 2024-06-25T03:36:24.298Z | job assigned to worker 01J16QCZB8REVVPYWXDY4KS3QK (queued for 1 m 0 s) |
|
2 | 2024-06-25T03:36:32.755Z | starting task 0: "setup" |
3 | 2024-06-25T03:36:32.814Z | ++ uname -s |
4 | 2024-06-25T03:36:32.826Z | + kern=SunOS |
5 | 2024-06-25T03:36:32.826Z | + case "$kern" in |
6 | 2024-06-25T03:36:32.826Z | + groupadd -g 12345 build |
7 | 2024-06-25T03:36:32.827Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-25T03:36:34.828Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-25T03:36:34.950Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-25T03:36:34.953Z | + home_fs=zfs |
11 | 2024-06-25T03:36:34.953Z | + [[ zfs == autofs ]] |
12 | 2024-06-25T03:36:34.953Z | + mkdir -p /home/build |
13 | 2024-06-25T03:36:34.955Z | + chown build:build /home/build /work |
14 | 2024-06-25T03:36:36.957Z | + chmod 0700 /home/build /work |
15 | 2024-06-25T03:36:36.960Z | process exited: duration 4204 ms, exit code 0 |
|
16 | 2024-06-25T03:36:36.967Z | starting task 1: "rust-toolchain" |
17 | 2024-06-25T03:36:36.973Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-25T03:36:36.973Z | ' 1.78.0 |
19 | 2024-06-25T03:36:36.973Z | * toolchain channel = "1.78.0" |
20 | 2024-06-25T03:36:36.976Z | * toolchain profile = "default" |
21 | 2024-06-25T03:36:36.976Z | + printf ' * toolchain profile = "%s" |
22 | 2024-06-25T03:36:36.976Z | ' default |
23 | 2024-06-25T03:36:36.976Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-25T03:36:36.976Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-25T03:36:37.091Z | info: downloading installer |
26 | 2024-06-25T03:36:38.619Z | info: profile set to 'default' |
27 | 2024-06-25T03:36:38.619Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-25T03:36:38.622Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-25T03:36:38.794Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-25T03:36:38.794Z | info: downloading component 'cargo' |
31 | 2024-06-25T03:36:39.868Z | info: downloading component 'clippy' |
32 | 2024-06-25T03:36:40.225Z | info: downloading component 'rust-docs' |
33 | 2024-06-25T03:36:41.641Z | info: downloading component 'rust-std' |
34 | 2024-06-25T03:36:43.855Z | info: downloading component 'rustc' |
35 | 2024-06-25T03:36:49.494Z | info: downloading component 'rustfmt' |
36 | 2024-06-25T03:36:49.806Z | info: installing component 'cargo' |
37 | 2024-06-25T03:36:50.698Z | info: installing component 'clippy' |
38 | 2024-06-25T03:36:51.074Z | info: installing component 'rust-docs' |
39 | 2024-06-25T03:36:52.601Z | info: installing component 'rust-std' |
40 | 2024-06-25T03:36:54.431Z | info: installing component 'rustc' |
41 | 2024-06-25T03:36:59.086Z | info: installing component 'rustfmt' |
42 | 2024-06-25T03:36:59.435Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-25T03:36:59.435Z | |
44 | 2024-06-25T03:36:59.709Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-25T03:36:59.709Z | |
46 | 2024-06-25T03:36:59.712Z | |
47 | 2024-06-25T03:36:59.712Z | Rust is installed now. Great! |
48 | 2024-06-25T03:36:59.712Z | |
49 | 2024-06-25T03:36:59.712Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-25T03:36:59.712Z | environment variable. This has not been done automatically. |
51 | 2024-06-25T03:36:59.712Z | |
52 | 2024-06-25T03:36:59.713Z | To configure your current shell, you need to source |
53 | 2024-06-25T03:36:59.713Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-25T03:36:59.713Z | |
55 | 2024-06-25T03:36:59.713Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-25T03:36:59.713Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-25T03:36:59.713Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-25T03:36:59.785Z | + rustc --version |
59 | 2024-06-25T03:36:59.854Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-25T03:36:59.857Z | process exited: duration 22886 ms, exit code 0 |
|
61 | 2024-06-25T03:36:59.865Z | starting task 2: "authentication" |
62 | 2024-06-25T03:36:59.888Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-06-25T03:36:59.894Z | starting task 3: "clone repository" |
64 | 2024-06-25T03:36:59.899Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-25T03:36:59.902Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-25T03:37:00.058Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-25T03:37:05.522Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-25T03:37:05.525Z | + git fetch origin 72a1a6cfaa46a278902621aa5adf6da710f008c2 |
69 | 2024-06-25T03:37:05.837Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-25T03:37:05.837Z | * branch 72a1a6cfaa46a278902621aa5adf6da710f008c2 -> FETCH_HEAD |
71 | 2024-06-25T03:37:05.847Z | + [[ -n a-shell-of-your-former-self ]] |
72 | 2024-06-25T03:37:05.850Z | ++ git branch --show-current |
73 | 2024-06-25T03:37:05.853Z | + current=main |
74 | 2024-06-25T03:37:05.853Z | + [[ main != a-shell-of-your-former-self ]] |
75 | 2024-06-25T03:37:05.853Z | + git branch -f a-shell-of-your-former-self 72a1a6cfaa46a278902621aa5adf6da710f008c2 |
76 | 2024-06-25T03:37:05.856Z | + git checkout -f a-shell-of-your-former-self |
77 | 2024-06-25T03:37:05.986Z | Switched to branch 'a-shell-of-your-former-self' |
78 | 2024-06-25T03:37:05.990Z | + git reset --hard 72a1a6cfaa46a278902621aa5adf6da710f008c2 |
79 | 2024-06-25T03:37:06.011Z | HEAD is now at 72a1a6cfa Define timeseries schema in TOML |
80 | 2024-06-25T03:37:06.014Z | process exited: duration 6118 ms, exit code 0 |
|
81 | 2024-06-25T03:37:06.021Z | starting task 4: "build" |
82 | 2024-06-25T03:37:06.026Z | + cargo --version |
83 | 2024-06-25T03:37:06.082Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-25T03:37:06.085Z | + rustc --version |
85 | 2024-06-25T03:37:06.142Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-25T03:37:06.145Z | + cd /tmp |
87 | 2024-06-25T03:37:06.145Z | + cargo new --lib test-project |
88 | 2024-06-25T03:37:06.197Z | Creating library `test-project` package |
89 | 2024-06-25T03:37:06.275Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-25T03:37:06.278Z | + cd test-project |
91 | 2024-06-25T03:37:06.278Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-25T03:37:06.336Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-25T03:37:06.337Z | Features: |
94 | 2024-06-25T03:37:06.337Z | - proptest |
95 | 2024-06-25T03:37:06.337Z | - test-strategy |
96 | 2024-06-25T03:37:06.337Z | - testing |
97 | 2024-06-25T03:37:06.339Z | Updating crates.io index |
98 | 2024-06-25T03:37:06.432Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-25T03:37:07.132Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-25T03:37:07.962Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-25T03:37:08.239Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-25T03:37:10.213Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-25T03:37:10.485Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-25T03:37:10.789Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-25T03:37:13.514Z | + cargo check |
106 | 2024-06-25T03:37:13.748Z | Downloading crates ... |
107 | 2024-06-25T03:37:13.836Z | Downloaded async-stream-impl v0.3.5 |
108 | 2024-06-25T03:37:13.844Z | Downloaded instant v0.1.13 |
109 | 2024-06-25T03:37:13.847Z | Downloaded darling_macro v0.20.9 |
110 | 2024-06-25T03:37:13.853Z | Downloaded foreign-types v0.3.2 |
111 | 2024-06-25T03:37:13.858Z | Downloaded usdt v0.5.0 |
112 | 2024-06-25T03:37:13.858Z | Downloaded untrusted v0.9.0 |
113 | 2024-06-25T03:37:13.863Z | Downloaded equivalent v1.0.1 |
114 | 2024-06-25T03:37:13.863Z | Downloaded ident_case v1.0.1 |
115 | 2024-06-25T03:37:13.865Z | Downloaded waitgroup v0.1.2 |
116 | 2024-06-25T03:37:13.868Z | Downloaded openssl-macros v0.1.1 |
117 | 2024-06-25T03:37:13.871Z | Downloaded sync_wrapper v0.1.2 |
118 | 2024-06-25T03:37:13.874Z | Downloaded async-stream v0.3.5 |
119 | 2024-06-25T03:37:13.874Z | Downloaded strum v0.26.3 |
120 | 2024-06-25T03:37:13.877Z | Downloaded autocfg v1.3.0 |
121 | 2024-06-25T03:37:13.877Z | Downloaded atomic-waker v1.1.2 |
122 | 2024-06-25T03:37:13.880Z | Downloaded scroll_derive v0.12.0 |
123 | 2024-06-25T03:37:13.882Z | Downloaded omicron-workspace-hack v0.1.0 |
124 | 2024-06-25T03:37:13.882Z | Downloaded ppv-lite86 v0.2.17 |
125 | 2024-06-25T03:37:13.885Z | Downloaded paste v1.0.15 |
126 | 2024-06-25T03:37:13.888Z | Downloaded byteorder v1.5.0 |
127 | 2024-06-25T03:37:13.891Z | Downloaded version_check v0.9.4 |
128 | 2024-06-25T03:37:13.891Z | Downloaded mime v0.3.17 |
129 | 2024-06-25T03:37:13.894Z | Downloaded hyper-tls v0.5.0 |
130 | 2024-06-25T03:37:13.894Z | Downloaded parse-display v0.9.1 |
131 | 2024-06-25T03:37:13.897Z | Downloaded rand_chacha v0.3.1 |
132 | 2024-06-25T03:37:13.897Z | Downloaded pkg-config v0.3.30 |
133 | 2024-06-25T03:37:13.899Z | Downloaded pest_generator v2.7.10 |
134 | 2024-06-25T03:37:13.902Z | Downloaded serde_path_to_error v0.1.16 |
135 | 2024-06-25T03:37:13.905Z | Downloaded slog-async v2.8.0 |
136 | 2024-06-25T03:37:13.905Z | Downloaded signal-hook-registry v1.4.2 |
137 | 2024-06-25T03:37:13.908Z | Downloaded async-trait v0.1.80 |
138 | 2024-06-25T03:37:13.910Z | Downloaded quote v1.0.36 |
139 | 2024-06-25T03:37:13.913Z | Downloaded try-lock v0.2.5 |
140 | 2024-06-25T03:37:13.916Z | Downloaded structmeta v0.3.0 |
141 | 2024-06-25T03:37:13.916Z | Downloaded slog-json v2.6.1 |
142 | 2024-06-25T03:37:13.918Z | Downloaded rustversion v1.0.17 |
143 | 2024-06-25T03:37:13.921Z | Downloaded rustls-pemfile v2.1.2 |
144 | 2024-06-25T03:37:13.924Z | Downloaded zerocopy-derive v0.7.34 |
145 | 2024-06-25T03:37:13.928Z | Downloaded usdt-macro v0.5.0 |
146 | 2024-06-25T03:37:13.931Z | Downloaded term v0.7.0 |
147 | 2024-06-25T03:37:13.935Z | Downloaded multer v3.1.0 |
148 | 2024-06-25T03:37:13.938Z | Downloaded tower-service v0.3.2 |
149 | 2024-06-25T03:37:13.941Z | Downloaded spin v0.9.8 |
150 | 2024-06-25T03:37:13.944Z | Downloaded tinyvec_macros v0.1.1 |
151 | 2024-06-25T03:37:13.944Z | Downloaded parking_lot v0.12.3 |
152 | 2024-06-25T03:37:13.946Z | Downloaded is-terminal v0.4.12 |
153 | 2024-06-25T03:37:13.949Z | Downloaded proc-macro2 v1.0.86 |
154 | 2024-06-25T03:37:13.952Z | Downloaded foreign-types-shared v0.1.1 |
155 | 2024-06-25T03:37:13.952Z | Downloaded match_cfg v0.1.0 |
156 | 2024-06-25T03:37:13.955Z | Downloaded dtrace-parser v0.2.0 |
157 | 2024-06-25T03:37:13.955Z | Downloaded serde_with_macros v3.8.1 |
158 | 2024-06-25T03:37:13.958Z | Downloaded num_threads v0.1.7 |
159 | 2024-06-25T03:37:13.958Z | Downloaded openssl-sys v0.9.102 |
160 | 2024-06-25T03:37:13.963Z | Downloaded pretty-hex v0.4.1 |
161 | 2024-06-25T03:37:13.968Z | Downloaded take_mut v0.2.2 |
162 | 2024-06-25T03:37:13.968Z | Downloaded openssl-probe v0.1.5 |
163 | 2024-06-25T03:37:13.971Z | Downloaded serde_derive_internals v0.29.1 |
164 | 2024-06-25T03:37:13.971Z | Downloaded slog-bunyan v2.5.0 |
165 | 2024-06-25T03:37:13.971Z | Downloaded httparse v1.9.4 |
166 | 2024-06-25T03:37:13.974Z | Downloaded ahash v0.8.11 |
167 | 2024-06-25T03:37:13.977Z | Downloaded time-core v0.1.2 |
168 | 2024-06-25T03:37:13.979Z | Downloaded rustls-pemfile v1.0.4 |
169 | 2024-06-25T03:37:13.982Z | Downloaded percent-encoding v2.3.1 |
170 | 2024-06-25T03:37:13.982Z | Downloaded thiserror-impl v1.0.61 |
171 | 2024-06-25T03:37:13.985Z | Downloaded futures-macro v0.3.30 |
172 | 2024-06-25T03:37:13.985Z | Downloaded futures-executor v0.3.30 |
173 | 2024-06-25T03:37:13.988Z | Downloaded plain v0.2.3 |
174 | 2024-06-25T03:37:13.988Z | Downloaded zeroize v1.8.1 |
175 | 2024-06-25T03:37:13.991Z | Downloaded log v0.4.21 |
176 | 2024-06-25T03:37:13.994Z | Downloaded bitflags v2.6.0 |
177 | 2024-06-25T03:37:13.998Z | Downloaded schemars v0.8.21 |
178 | 2024-06-25T03:37:14.010Z | Downloaded serde_urlencoded v0.7.1 |
179 | 2024-06-25T03:37:14.013Z | Downloaded thiserror v1.0.61 |
180 | 2024-06-25T03:37:14.017Z | Downloaded structmeta-derive v0.3.0 |
181 | 2024-06-25T03:37:14.020Z | Downloaded pest_derive v2.7.10 |
182 | 2024-06-25T03:37:14.023Z | Downloaded tokio-rustls v0.24.1 |
183 | 2024-06-25T03:37:14.025Z | Downloaded toml_datetime v0.6.6 |
184 | 2024-06-25T03:37:14.028Z | Downloaded tokio-macros v2.3.0 |
185 | 2024-06-25T03:37:14.028Z | Downloaded serde v1.0.203 |
186 | 2024-06-25T03:37:14.031Z | Downloaded thread_local v1.1.8 |
187 | 2024-06-25T03:37:14.034Z | Downloaded num-traits v0.2.19 |
188 | 2024-06-25T03:37:14.037Z | Downloaded thread-id v4.2.1 |
189 | 2024-06-25T03:37:14.037Z | Downloaded unicode-normalization v0.1.23 |
190 | 2024-06-25T03:37:14.041Z | Downloaded bytes v1.6.0 |
191 | 2024-06-25T03:37:14.045Z | Downloaded strum_macros v0.26.4 |
192 | 2024-06-25T03:37:14.048Z | Downloaded slog-term v2.9.1 |
193 | 2024-06-25T03:37:14.050Z | Downloaded semver v1.0.23 |
194 | 2024-06-25T03:37:14.053Z | Downloaded ipnet v2.9.0 |
195 | 2024-06-25T03:37:14.056Z | Downloaded futures-channel v0.3.30 |
196 | 2024-06-25T03:37:14.061Z | Downloaded lock_api v0.4.12 |
197 | 2024-06-25T03:37:14.064Z | Downloaded hyper-rustls v0.24.2 |
198 | 2024-06-25T03:37:14.064Z | Downloaded tinyvec v1.6.0 |
199 | 2024-06-25T03:37:14.066Z | Downloaded rustls-pki-types v1.7.0 |
200 | 2024-06-25T03:37:14.069Z | Downloaded tokio-native-tls v0.3.1 |
201 | 2024-06-25T03:37:14.072Z | Downloaded url v2.5.2 |
202 | 2024-06-25T03:37:14.075Z | Downloaded once_cell v1.19.0 |
203 | 2024-06-25T03:37:14.077Z | Downloaded time-macros v0.2.18 |
204 | 2024-06-25T03:37:14.081Z | Downloaded slog v2.7.0 |
205 | 2024-06-25T03:37:14.084Z | Downloaded socket2 v0.5.7 |
206 | 2024-06-25T03:37:14.087Z | Downloaded iana-time-zone v0.1.60 |
207 | 2024-06-25T03:37:14.090Z | Downloaded cc v1.0.100 |
208 | 2024-06-25T03:37:14.093Z | Downloaded typenum v1.17.0 |
209 | 2024-06-25T03:37:14.095Z | Downloaded serde_yaml v0.9.34+deprecated |
210 | 2024-06-25T03:37:14.098Z | Downloaded serde_derive v1.0.203 |
211 | 2024-06-25T03:37:14.101Z | Downloaded futures v0.3.30 |
212 | 2024-06-25T03:37:14.106Z | Downloaded base64 v0.21.7 |
213 | 2024-06-25T03:37:14.110Z | Downloaded toml v0.8.14 |
214 | 2024-06-25T03:37:14.115Z | Downloaded tokio-rustls v0.25.0 |
215 | 2024-06-25T03:37:14.118Z | Downloaded ucd-trie v0.1.6 |
216 | 2024-06-25T03:37:14.121Z | Downloaded memchr v2.7.4 |
217 | 2024-06-25T03:37:14.125Z | Downloaded http v1.1.0 |
218 | 2024-06-25T03:37:14.129Z | Downloaded time v0.3.36 |
219 | 2024-06-25T03:37:14.137Z | Downloaded darling_core v0.20.9 |
220 | 2024-06-25T03:37:14.143Z | Downloaded tracing-core v0.1.32 |
221 | 2024-06-25T03:37:14.146Z | Downloaded zerocopy v0.7.34 |
222 | 2024-06-25T03:37:14.166Z | Downloaded pest v2.7.10 |
223 | 2024-06-25T03:37:14.169Z | Downloaded tracing v0.1.40 |
224 | 2024-06-25T03:37:14.175Z | Downloaded http v0.2.12 |
225 | 2024-06-25T03:37:14.179Z | Downloaded winnow v0.6.13 |
226 | 2024-06-25T03:37:14.189Z | Downloaded serde_json v1.0.117 |
227 | 2024-06-25T03:37:14.198Z | Downloaded reqwest v0.11.27 |
228 | 2024-06-25T03:37:14.207Z | Downloaded toml_edit v0.22.14 |
229 | 2024-06-25T03:37:14.230Z | Downloaded webpki-roots v0.25.4 |
230 | 2024-06-25T03:37:14.235Z | Downloaded tokio-util v0.7.11 |
231 | 2024-06-25T03:37:14.242Z | Downloaded rustls-webpki v0.102.4 |
232 | 2024-06-25T03:37:14.262Z | Downloaded h2 v0.3.26 |
233 | 2024-06-25T03:37:14.268Z | Downloaded syn v2.0.68 |
234 | 2024-06-25T03:37:14.281Z | Downloaded rustls v0.22.4 |
235 | 2024-06-25T03:37:14.296Z | Downloaded regress v0.9.1 |
236 | 2024-06-25T03:37:14.304Z | Downloaded chrono v0.4.38 |
237 | 2024-06-25T03:37:14.312Z | Downloaded regex-syntax v0.8.4 |
238 | 2024-06-25T03:37:14.321Z | Downloaded regex-automata v0.4.7 |
239 | 2024-06-25T03:37:14.340Z | Downloaded openssl v0.10.64 |
240 | 2024-06-25T03:37:14.350Z | Downloaded openapiv3 v2.0.0 |
241 | 2024-06-25T03:37:14.362Z | Downloaded idna v0.5.0 |
242 | 2024-06-25T03:37:14.368Z | Downloaded hyper v0.14.29 |
243 | 2024-06-25T03:37:14.378Z | Downloaded rustls v0.21.12 |
244 | 2024-06-25T03:37:14.388Z | Downloaded regress v0.10.0 |
245 | 2024-06-25T03:37:14.397Z | Downloaded goblin v0.8.2 |
246 | 2024-06-25T03:37:14.404Z | Downloaded aho-corasick v1.1.3 |
247 | 2024-06-25T03:37:14.410Z | Downloaded regex v1.10.5 |
248 | 2024-06-25T03:37:14.423Z | Downloaded hashbrown v0.14.5 |
249 | 2024-06-25T03:37:14.429Z | Downloaded libc v0.2.155 |
250 | 2024-06-25T03:37:14.456Z | Downloaded futures-util v0.3.30 |
251 | 2024-06-25T03:37:14.468Z | Downloaded tokio v1.38.0 |
252 | 2024-06-25T03:37:14.505Z | Downloaded vcpkg v0.2.15 |
253 | 2024-06-25T03:37:14.544Z | Downloaded mio v0.8.11 |
254 | 2024-06-25T03:37:14.549Z | Downloaded encoding_rs v0.8.34 |
255 | 2024-06-25T03:37:14.569Z | Downloaded indexmap v2.2.6 |
256 | 2024-06-25T03:37:14.573Z | Downloaded hashbrown v0.12.3 |
257 | 2024-06-25T03:37:14.582Z | Downloaded crossbeam-channel v0.5.13 |
258 | 2024-06-25T03:37:14.587Z | Downloaded serde_with v3.8.1 |
259 | 2024-06-25T03:37:14.595Z | Downloaded rustls-webpki v0.101.7 |
260 | 2024-06-25T03:37:14.609Z | Downloaded base64 v0.22.1 |
261 | 2024-06-25T03:37:14.612Z | Downloaded rand v0.8.5 |
262 | 2024-06-25T03:37:14.616Z | Downloaded ryu v1.0.18 |
263 | 2024-06-25T03:37:14.619Z | Downloaded ring v0.17.8 |
264 | 2024-06-25T03:37:14.684Z | Downloaded unsafe-libyaml v0.2.11 |
265 | 2024-06-25T03:37:14.687Z | Downloaded allocator-api2 v0.2.18 |
266 | 2024-06-25T03:37:14.690Z | Downloaded sha2 v0.10.8 |
267 | 2024-06-25T03:37:14.696Z | Downloaded pest_meta v2.7.10 |
268 | 2024-06-25T03:37:14.698Z | Downloaded getrandom v0.2.15 |
269 | 2024-06-25T03:37:14.698Z | Downloaded parking_lot_core v0.9.10 |
270 | 2024-06-25T03:37:14.698Z | Downloaded num_cpus v1.16.0 |
271 | 2024-06-25T03:37:14.701Z | Downloaded strsim v0.11.1 |
272 | 2024-06-25T03:37:14.701Z | Downloaded serde_spanned v0.6.6 |
273 | 2024-06-25T03:37:14.704Z | Downloaded scroll v0.12.0 |
274 | 2024-06-25T03:37:14.704Z | Downloaded schemars_derive v0.8.21 |
275 | 2024-06-25T03:37:14.704Z | Downloaded powerfmt v0.2.0 |
276 | 2024-06-25T03:37:14.707Z | Downloaded num-conv v0.1.0 |
277 | 2024-06-25T03:37:14.707Z | Downloaded native-tls v0.2.12 |
278 | 2024-06-25T03:37:14.710Z | Downloaded memmap v0.7.0 |
279 | 2024-06-25T03:37:14.710Z | Downloaded macaddr v1.0.1 |
280 | 2024-06-25T03:37:14.710Z | Downloaded http-body v0.4.6 |
281 | 2024-06-25T03:37:14.713Z | Downloaded hostname v0.3.1 |
282 | 2024-06-25T03:37:14.713Z | Downloaded heck v0.5.0 |
283 | 2024-06-25T03:37:14.716Z | Downloaded generic-array v0.14.7 |
284 | 2024-06-25T03:37:14.716Z | Downloaded futures-task v0.3.30 |
285 | 2024-06-25T03:37:14.716Z | Downloaded fnv v1.0.7 |
286 | 2024-06-25T03:37:14.719Z | Downloaded dirs-sys-next v0.1.2 |
287 | 2024-06-25T03:37:14.719Z | Downloaded digest v0.10.7 |
288 | 2024-06-25T03:37:14.719Z | Downloaded crypto-common v0.1.6 |
289 | 2024-06-25T03:37:14.722Z | Downloaded rand_core v0.6.4 |
290 | 2024-06-25T03:37:14.722Z | Downloaded httpdate v1.0.3 |
291 | 2024-06-25T03:37:14.722Z | Downloaded indexmap v1.9.3 |
292 | 2024-06-25T03:37:14.725Z | Downloaded debug-ignore v1.0.5 |
293 | 2024-06-25T03:37:14.727Z | Downloaded crossbeam-utils v0.8.20 |
294 | 2024-06-25T03:37:14.730Z | Downloaded unicode-ident v1.0.12 |
295 | 2024-06-25T03:37:14.733Z | Downloaded backoff v0.4.0 |
296 | 2024-06-25T03:37:14.733Z | Downloaded anyhow v1.0.86 |
297 | 2024-06-25T03:37:14.736Z | Downloaded darling v0.20.9 |
298 | 2024-06-25T03:37:14.740Z | Downloaded pin-utils v0.1.0 |
299 | 2024-06-25T03:37:14.743Z | Downloaded parse-display-derive v0.9.1 |
300 | 2024-06-25T03:37:14.743Z | Downloaded pin-project-lite v0.2.14 |
301 | 2024-06-25T03:37:14.745Z | Downloaded want v0.3.1 |
302 | 2024-06-25T03:37:14.748Z | Downloaded dof v0.3.0 |
303 | 2024-06-25T03:37:14.748Z | Downloaded smallvec v1.13.2 |
304 | 2024-06-25T03:37:14.751Z | Downloaded sct v0.7.1 |
305 | 2024-06-25T03:37:14.754Z | Downloaded scopeguard v1.2.0 |
306 | 2024-06-25T03:37:14.754Z | Downloaded usdt-impl v0.5.0 |
307 | 2024-06-25T03:37:14.757Z | Downloaded unicode-bidi v0.3.15 |
308 | 2024-06-25T03:37:14.757Z | Downloaded camino v1.1.7 |
309 | 2024-06-25T03:37:14.760Z | Downloaded subtle v2.6.1 |
310 | 2024-06-25T03:37:14.760Z | Downloaded slab v0.4.9 |
311 | 2024-06-25T03:37:14.762Z | Downloaded newtype-uuid v1.1.0 |
312 | 2024-06-25T03:37:14.762Z | Downloaded uuid v1.9.1 |
313 | 2024-06-25T03:37:14.765Z | Downloaded sha1 v0.10.6 |
314 | 2024-06-25T03:37:14.765Z | Downloaded serde_tokenstream v0.2.1 |
315 | 2024-06-25T03:37:14.768Z | Downloaded hostname v0.4.0 |
316 | 2024-06-25T03:37:14.771Z | Downloaded deranged v0.3.11 |
317 | 2024-06-25T03:37:14.771Z | Downloaded cpufeatures v0.2.12 |
318 | 2024-06-25T03:37:14.774Z | Downloaded ipnetwork v0.20.0 |
319 | 2024-06-25T03:37:14.774Z | Downloaded futures-sink v0.3.30 |
320 | 2024-06-25T03:37:14.774Z | Downloaded futures-io v0.3.30 |
321 | 2024-06-25T03:37:14.777Z | Downloaded itoa v1.0.11 |
322 | 2024-06-25T03:37:14.777Z | Downloaded hex v0.4.3 |
323 | 2024-06-25T03:37:14.777Z | Downloaded futures-core v0.3.30 |
324 | 2024-06-25T03:37:14.780Z | Downloaded dirs-next v2.0.0 |
325 | 2024-06-25T03:37:14.780Z | Downloaded form_urlencoded v1.2.1 |
326 | 2024-06-25T03:37:14.780Z | Downloaded dyn-clone v1.0.17 |
327 | 2024-06-25T03:37:14.783Z | Downloaded block-buffer v0.10.4 |
328 | 2024-06-25T03:37:14.783Z | Downloaded usdt-attr-macro v0.5.0 |
329 | 2024-06-25T03:37:14.783Z | Downloaded cfg-if v1.0.0 |
330 | 2024-06-25T03:37:14.903Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-06-25T03:37:14.903Z | Compiling unicode-ident v1.0.12 |
332 | 2024-06-25T03:37:14.906Z | Compiling libc v0.2.155 |
333 | 2024-06-25T03:37:14.906Z | Checking cfg-if v1.0.0 |
334 | 2024-06-25T03:37:14.916Z | Compiling version_check v0.9.4 |
335 | 2024-06-25T03:37:14.919Z | Compiling autocfg v1.3.0 |
336 | 2024-06-25T03:37:14.919Z | Compiling serde v1.0.203 |
337 | 2024-06-25T03:37:14.919Z | Compiling serde_json v1.0.117 |
338 | 2024-06-25T03:37:15.001Z | Checking itoa v1.0.11 |
339 | 2024-06-25T03:37:15.128Z | Compiling thiserror v1.0.61 |
340 | 2024-06-25T03:37:15.235Z | Checking once_cell v1.19.0 |
341 | 2024-06-25T03:37:15.498Z | Compiling cc v1.0.100 |
342 | 2024-06-25T03:37:15.576Z | Compiling ahash v0.8.11 |
343 | 2024-06-25T03:37:15.696Z | Compiling memchr v2.7.4 |
344 | 2024-06-25T03:37:17.538Z | Checking byteorder v1.5.0 |
345 | 2024-06-25T03:37:17.802Z | Compiling num-traits v0.2.19 |
346 | 2024-06-25T03:37:18.139Z | Checking pin-project-lite v0.2.14 |
347 | 2024-06-25T03:37:18.182Z | Checking ryu v1.0.18 |
348 | 2024-06-25T03:37:18.243Z | Checking bytes v1.6.0 |
349 | 2024-06-25T03:37:18.271Z | Checking log v0.4.21 |
350 | 2024-06-25T03:37:18.436Z | Checking allocator-api2 v0.2.18 |
351 | 2024-06-25T03:37:18.487Z | Compiling lock_api v0.4.12 |
352 | 2024-06-25T03:37:18.611Z | Compiling schemars v0.8.21 |
353 | 2024-06-25T03:37:18.627Z | Compiling parking_lot_core v0.9.10 |
354 | 2024-06-25T03:37:18.685Z | Compiling ring v0.17.8 |
355 | 2024-06-25T03:37:18.886Z | Checking smallvec v1.13.2 |
356 | 2024-06-25T03:37:18.896Z | Checking getrandom v0.2.15 |
357 | 2024-06-25T03:37:18.938Z | Checking scopeguard v1.2.0 |
358 | 2024-06-25T03:37:18.949Z | Checking futures-core v0.3.30 |
359 | 2024-06-25T03:37:19.006Z | Checking num_cpus v1.16.0 |
360 | 2024-06-25T03:37:19.032Z | Compiling quote v1.0.36 |
361 | 2024-06-25T03:37:19.067Z | Checking socket2 v0.5.7 |
362 | 2024-06-25T03:37:19.087Z | Checking mio v0.8.11 |
363 | 2024-06-25T03:37:19.100Z | Checking signal-hook-registry v1.4.2 |
364 | 2024-06-25T03:37:19.304Z | Compiling slab v0.4.9 |
365 | 2024-06-25T03:37:19.455Z | Compiling syn v2.0.68 |
366 | 2024-06-25T03:37:19.511Z | Checking spin v0.9.8 |
367 | 2024-06-25T03:37:19.526Z | Checking parking_lot v0.12.3 |
368 | 2024-06-25T03:37:19.625Z | Checking futures-sink v0.3.30 |
369 | 2024-06-25T03:37:19.693Z | Checking fnv v1.0.7 |
370 | 2024-06-25T03:37:19.736Z | Checking untrusted v0.9.0 |
371 | 2024-06-25T03:37:19.764Z | Checking equivalent v1.0.1 |
372 | 2024-06-25T03:37:19.823Z | Checking futures-channel v0.3.30 |
373 | 2024-06-25T03:37:19.831Z | Checking futures-io v0.3.30 |
374 | 2024-06-25T03:37:19.838Z | Compiling semver v1.0.23 |
375 | 2024-06-25T03:37:19.852Z | Checking pin-utils v0.1.0 |
376 | 2024-06-25T03:37:19.916Z | Compiling vcpkg v0.2.15 |
377 | 2024-06-25T03:37:19.961Z | Checking futures-task v0.3.30 |
378 | 2024-06-25T03:37:19.983Z | Compiling pkg-config v0.3.30 |
379 | 2024-06-25T03:37:20.160Z | Compiling ucd-trie v0.1.6 |
380 | 2024-06-25T03:37:20.326Z | Checking iana-time-zone v0.1.60 |
381 | 2024-06-25T03:37:20.363Z | Checking http v0.2.12 |
382 | 2024-06-25T03:37:20.646Z | Checking dyn-clone v1.0.17 |
383 | 2024-06-25T03:37:20.755Z | Compiling heck v0.5.0 |
384 | 2024-06-25T03:37:21.123Z | Compiling httparse v1.9.4 |
385 | 2024-06-25T03:37:21.514Z | Checking tracing-core v0.1.32 |
386 | 2024-06-25T03:37:21.551Z | Compiling openssl-sys v0.9.102 |
387 | 2024-06-25T03:37:21.822Z | Compiling uuid v1.9.1 |
388 | 2024-06-25T03:37:22.091Z | Compiling chrono v0.4.38 |
389 | 2024-06-25T03:37:22.117Z | Checking tracing v0.1.40 |
390 | 2024-06-25T03:37:22.208Z | Checking foreign-types-shared v0.1.1 |
391 | 2024-06-25T03:37:22.263Z | Checking try-lock v0.2.5 |
392 | 2024-06-25T03:37:22.280Z | Compiling openssl v0.10.64 |
393 | 2024-06-25T03:37:22.367Z | Compiling slog v2.7.0 |
394 | 2024-06-25T03:37:22.389Z | Checking want v0.3.1 |
395 | 2024-06-25T03:37:22.541Z | Checking foreign-types v0.3.2 |
396 | 2024-06-25T03:37:22.626Z | Checking http-body v0.4.6 |
397 | 2024-06-25T03:37:22.652Z | Compiling aho-corasick v1.1.3 |
398 | 2024-06-25T03:37:22.811Z | Compiling typenum v1.17.0 |
399 | 2024-06-25T03:37:22.990Z | Checking percent-encoding v2.3.1 |
400 | 2024-06-25T03:37:23.166Z | Checking bitflags v2.6.0 |
401 | 2024-06-25T03:37:23.395Z | Compiling native-tls v0.2.12 |
402 | 2024-06-25T03:37:23.613Z | Compiling rustls v0.21.12 |
403 | 2024-06-25T03:37:23.671Z | Compiling regex-syntax v0.8.4 |
404 | 2024-06-25T03:37:23.869Z | Checking tower-service v0.3.2 |
405 | 2024-06-25T03:37:23.883Z | Checking httpdate v1.0.3 |
406 | 2024-06-25T03:37:23.959Z | Checking tinyvec_macros v0.1.1 |
407 | 2024-06-25T03:37:24.026Z | Checking tinyvec v1.6.0 |
408 | 2024-06-25T03:37:24.129Z | Checking form_urlencoded v1.2.1 |
409 | 2024-06-25T03:37:24.725Z | Compiling generic-array v0.14.7 |
410 | 2024-06-25T03:37:25.089Z | Checking openssl-probe v0.1.5 |
411 | 2024-06-25T03:37:25.113Z | Checking unicode-normalization v0.1.23 |
412 | 2024-06-25T03:37:25.929Z | Compiling serde_derive_internals v0.29.1 |
413 | 2024-06-25T03:37:26.575Z | Compiling regex-automata v0.4.7 |
414 | 2024-06-25T03:37:26.841Z | Compiling usdt-impl v0.5.0 |
415 | 2024-06-25T03:37:27.169Z | Checking encoding_rs v0.8.34 |
416 | 2024-06-25T03:37:27.361Z | Compiling num-conv v0.1.0 |
417 | 2024-06-25T03:37:27.625Z | Checking mime v0.3.17 |
418 | 2024-06-25T03:37:27.917Z | Checking powerfmt v0.2.0 |
419 | 2024-06-25T03:37:28.159Z | Compiling time-core v0.1.2 |
420 | 2024-06-25T03:37:28.318Z | Checking unicode-bidi v0.3.15 |
421 | 2024-06-25T03:37:28.359Z | Compiling time-macros v0.2.18 |
422 | 2024-06-25T03:37:28.846Z | Checking deranged v0.3.11 |
423 | 2024-06-25T03:37:28.880Z | Checking idna v0.5.0 |
424 | 2024-06-25T03:37:29.367Z | Compiling thread-id v4.2.1 |
425 | 2024-06-25T03:37:29.767Z | Compiling crossbeam-utils v0.8.20 |
426 | 2024-06-25T03:37:30.487Z | Compiling regex v1.10.5 |
427 | 2024-06-25T03:37:30.597Z | Checking plain v0.2.3 |
428 | 2024-06-25T03:37:30.710Z | Checking num_threads v0.1.7 |
429 | 2024-06-25T03:37:30.803Z | Compiling strsim v0.11.1 |
430 | 2024-06-25T03:37:30.944Z | Checking rustls-pki-types v1.7.0 |
431 | 2024-06-25T03:37:31.247Z | Compiling serde_derive v1.0.203 |
432 | 2024-06-25T03:37:31.250Z | Compiling zerocopy-derive v0.7.34 |
433 | 2024-06-25T03:37:31.276Z | Compiling thiserror-impl v1.0.61 |
434 | 2024-06-25T03:37:31.309Z | Compiling schemars_derive v0.8.21 |
435 | 2024-06-25T03:37:31.509Z | Compiling tokio-macros v2.3.0 |
436 | 2024-06-25T03:37:31.525Z | Compiling futures-macro v0.3.30 |
437 | 2024-06-25T03:37:33.157Z | Checking tokio v1.38.0 |
438 | 2024-06-25T03:37:33.408Z | Checking zerocopy v0.7.34 |
439 | 2024-06-25T03:37:33.926Z | Checking futures-util v0.3.30 |
440 | 2024-06-25T03:37:34.181Z | Compiling pest v2.7.10 |
441 | 2024-06-25T03:37:34.567Z | Compiling openssl-macros v0.1.1 |
442 | 2024-06-25T03:37:34.574Z | Checking rustls-webpki v0.101.7 |
443 | 2024-06-25T03:37:35.238Z | Checking hashbrown v0.14.5 |
444 | 2024-06-25T03:37:35.251Z | Checking sct v0.7.1 |
445 | 2024-06-25T03:37:36.465Z | Compiling scroll_derive v0.12.0 |
446 | 2024-06-25T03:37:36.969Z | Compiling pest_meta v2.7.10 |
447 | 2024-06-25T03:37:37.089Z | Compiling regress v0.10.0 |
448 | 2024-06-25T03:37:38.013Z | Checking scroll v0.12.0 |
449 | 2024-06-25T03:37:38.481Z | Compiling pest_generator v2.7.10 |
450 | 2024-06-25T03:37:40.331Z | Checking tokio-util v0.7.11 |
451 | 2024-06-25T03:37:40.911Z | Checking tokio-native-tls v0.3.1 |
452 | 2024-06-25T03:37:41.127Z | Checking tokio-rustls v0.24.1 |
453 | 2024-06-25T03:37:41.142Z | Compiling ident_case v1.0.1 |
454 | 2024-06-25T03:37:41.454Z | Checking base64 v0.21.7 |
455 | 2024-06-25T03:37:41.516Z | Compiling pest_derive v2.7.10 |
456 | 2024-06-25T03:37:41.916Z | Checking rustls-pemfile v1.0.4 |
457 | 2024-06-25T03:37:41.948Z | Checking time v0.3.36 |
458 | 2024-06-25T03:37:42.114Z | Compiling darling_core v0.20.9 |
459 | 2024-06-25T03:37:42.338Z | Compiling dtrace-parser v0.2.0 |
460 | 2024-06-25T03:37:42.851Z | Checking goblin v0.8.2 |
461 | 2024-06-25T03:37:43.798Z | Checking url v2.5.2 |
462 | 2024-06-25T03:37:44.152Z | Checking dirs-sys-next v0.1.2 |
463 | 2024-06-25T03:37:44.428Z | Compiling paste v1.0.15 |
464 | 2024-06-25T03:37:44.549Z | Checking indexmap v2.2.6 |
465 | 2024-06-25T03:37:45.105Z | Checking serde_urlencoded v0.7.1 |
466 | 2024-06-25T03:37:45.524Z | Compiling rustls v0.22.4 |
467 | 2024-06-25T03:37:45.577Z | Checking pretty-hex v0.4.1 |
468 | 2024-06-25T03:37:45.725Z | Checking ipnet v2.9.0 |
469 | 2024-06-25T03:37:45.777Z | Checking h2 v0.3.26 |
470 | 2024-06-25T03:37:45.807Z | Checking sync_wrapper v0.1.2 |
471 | 2024-06-25T03:37:45.937Z | Compiling serde_tokenstream v0.2.1 |
472 | 2024-06-25T03:37:46.428Z | Checking openapiv3 v2.0.0 |
473 | 2024-06-25T03:37:46.811Z | Checking webpki-roots v0.25.4 |
474 | 2024-06-25T03:37:46.945Z | Compiling omicron-workspace-hack v0.1.0 |
475 | 2024-06-25T03:37:47.211Z | Compiling rustversion v1.0.17 |
476 | 2024-06-25T03:37:47.812Z | Compiling dof v0.3.0 |
477 | 2024-06-25T03:37:48.523Z | Compiling unsafe-libyaml v0.2.11 |
478 | 2024-06-25T03:37:48.566Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
479 | 2024-06-25T03:37:48.722Z | Compiling darling_macro v0.20.9 |
480 | 2024-06-25T03:37:49.871Z | Compiling serde_yaml v0.9.34+deprecated |
481 | 2024-06-25T03:37:49.891Z | Checking hyper v0.14.29 |
482 | 2024-06-25T03:37:50.590Z | Checking serde_spanned v0.6.6 |
483 | 2024-06-25T03:37:50.608Z | Checking toml_datetime v0.6.6 |
484 | 2024-06-25T03:37:50.857Z | Checking dirs-next v2.0.0 |
485 | 2024-06-25T03:37:50.973Z | Checking rustls-webpki v0.102.4 |
486 | 2024-06-25T03:37:51.021Z | Compiling structmeta-derive v0.3.0 |
487 | 2024-06-25T03:37:51.182Z | Checking block-buffer v0.10.4 |
488 | 2024-06-25T03:37:51.356Z | Checking crypto-common v0.1.6 |
489 | 2024-06-25T03:37:51.504Z | Checking rand_core v0.6.4 |
490 | 2024-06-25T03:37:51.708Z | Compiling multer v3.1.0 |
491 | 2024-06-25T03:37:51.714Z | Checking thread_local v1.1.8 |
492 | 2024-06-25T03:37:51.758Z | Compiling anyhow v1.0.86 |
493 | 2024-06-25T03:37:51.970Z | Compiling slog-async v2.8.0 |
494 | 2024-06-25T03:37:52.002Z | Checking ppv-lite86 v0.2.17 |
495 | 2024-06-25T03:37:52.278Z | Compiling camino v1.1.7 |
496 | 2024-06-25T03:37:52.364Z | Checking winnow v0.6.13 |
497 | 2024-06-25T03:37:52.435Z | Checking zeroize v1.8.1 |
498 | 2024-06-25T03:37:52.659Z | Checking match_cfg v0.1.0 |
499 | 2024-06-25T03:37:52.687Z | Checking subtle v2.6.1 |
500 | 2024-06-25T03:37:52.728Z | Checking hostname v0.3.1 |
501 | 2024-06-25T03:37:52.843Z | Checking rand_chacha v0.3.1 |
502 | 2024-06-25T03:37:53.189Z | Checking crossbeam-channel v0.5.13 |
503 | 2024-06-25T03:37:53.678Z | Checking digest v0.10.7 |
504 | 2024-06-25T03:37:53.780Z | Checking term v0.7.0 |
505 | 2024-06-25T03:37:53.831Z | Compiling structmeta v0.3.0 |
506 | 2024-06-25T03:37:54.198Z | Compiling usdt-attr-macro v0.5.0 |
507 | 2024-06-25T03:37:54.220Z | Compiling usdt-macro v0.5.0 |
508 | 2024-06-25T03:37:54.323Z | Checking hyper-tls v0.5.0 |
509 | 2024-06-25T03:37:54.580Z | Checking hyper-rustls v0.24.2 |
510 | 2024-06-25T03:37:54.857Z | Checking reqwest v0.11.27 |
511 | 2024-06-25T03:37:54.978Z | Compiling darling v0.20.9 |
512 | 2024-06-25T03:37:55.073Z | Checking slog-json v2.6.1 |
513 | 2024-06-25T03:37:55.303Z | Checking futures-executor v0.3.30 |
514 | 2024-06-25T03:37:55.356Z | Compiling async-stream-impl v0.3.5 |
515 | 2024-06-25T03:37:55.464Z | Checking toml_edit v0.22.14 |
516 | 2024-06-25T03:37:55.481Z | Checking http v1.1.0 |
517 | 2024-06-25T03:37:55.500Z | Checking memmap v0.7.0 |
518 | 2024-06-25T03:37:55.660Z | Checking is-terminal v0.4.12 |
519 | 2024-06-25T03:37:55.677Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
520 | 2024-06-25T03:37:55.753Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
521 | 2024-06-25T03:37:55.981Z | Checking base64 v0.22.1 |
522 | 2024-06-25T03:37:56.031Z | Checking cpufeatures v0.2.12 |
523 | 2024-06-25T03:37:56.106Z | Checking atomic-waker v1.1.2 |
524 | 2024-06-25T03:37:56.133Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
525 | 2024-06-25T03:37:56.211Z | Checking take_mut v0.2.2 |
526 | 2024-06-25T03:37:56.407Z | Checking rustls-pemfile v2.1.2 |
527 | 2024-06-25T03:37:56.420Z | Checking waitgroup v0.1.2 |
528 | 2024-06-25T03:37:56.522Z | Checking sha1 v0.10.6 |
529 | 2024-06-25T03:37:56.544Z | Checking tokio-rustls v0.25.0 |
530 | 2024-06-25T03:37:56.615Z | Checking slog-term v2.9.1 |
531 | 2024-06-25T03:37:56.659Z | Checking usdt v0.5.0 |
532 | 2024-06-25T03:37:56.677Z | Checking async-stream v0.3.5 |
533 | 2024-06-25T03:37:56.759Z | Checking futures v0.3.30 |
534 | 2024-06-25T03:37:56.835Z | Compiling strum_macros v0.26.4 |
535 | 2024-06-25T03:37:56.851Z | Checking slog-bunyan v2.5.0 |
536 | 2024-06-25T03:37:56.871Z | Compiling serde_with_macros v3.8.1 |
537 | 2024-06-25T03:37:56.883Z | Compiling parse-display-derive v0.9.1 |
538 | 2024-06-25T03:37:56.984Z | Checking rand v0.8.5 |
539 | 2024-06-25T03:37:57.523Z | Checking ipnetwork v0.20.0 |
540 | 2024-06-25T03:37:57.733Z | Checking newtype-uuid v1.1.0 |
541 | 2024-06-25T03:37:57.898Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
542 | 2024-06-25T03:37:57.908Z | Checking toml v0.8.14 |
543 | 2024-06-25T03:37:57.959Z | Checking hex v0.4.3 |
544 | 2024-06-25T03:37:58.198Z | Checking serde_path_to_error v0.1.16 |
545 | 2024-06-25T03:37:58.466Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-06-25T03:37:58.654Z | Compiling async-trait v0.1.80 |
547 | 2024-06-25T03:37:58.838Z | Checking hostname v0.4.0 |
548 | 2024-06-25T03:37:58.959Z | Checking instant v0.1.13 |
549 | 2024-06-25T03:37:59.056Z | Checking debug-ignore v1.0.5 |
550 | 2024-06-25T03:37:59.172Z | Checking backoff v0.4.0 |
551 | 2024-06-25T03:37:59.254Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
552 | 2024-06-25T03:37:59.382Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
553 | 2024-06-25T03:37:59.430Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
554 | 2024-06-25T03:37:59.507Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
555 | 2024-06-25T03:37:59.654Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
556 | 2024-06-25T03:37:59.767Z | Checking serde_with v3.8.1 |
557 | 2024-06-25T03:37:59.916Z | Checking macaddr v1.0.1 |
558 | 2024-06-25T03:38:00.220Z | Checking regress v0.9.1 |
559 | 2024-06-25T03:38:01.139Z | Checking parse-display v0.9.1 |
560 | 2024-06-25T03:38:01.435Z | Checking strum v0.26.3 |
561 | 2024-06-25T03:38:02.864Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
562 | 2024-06-25T03:38:04.745Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
563 | 2024-06-25T03:38:04.802Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
564 | 2024-06-25T03:38:07.961Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
565 | 2024-06-25T03:38:14.406Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
566 | 2024-06-25T03:38:17.366Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-06-25T03:38:23.515Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-06-25T03:38:23.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
569 | 2024-06-25T03:38:23.636Z | + cargo build --release |
570 | 2024-06-25T03:38:23.894Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-06-25T03:38:23.895Z | Compiling unicode-ident v1.0.12 |
572 | 2024-06-25T03:38:23.898Z | Compiling libc v0.2.155 |
573 | 2024-06-25T03:38:23.898Z | Compiling cfg-if v1.0.0 |
574 | 2024-06-25T03:38:23.898Z | Compiling version_check v0.9.4 |
575 | 2024-06-25T03:38:23.898Z | Compiling autocfg v1.3.0 |
576 | 2024-06-25T03:38:23.930Z | Compiling serde v1.0.203 |
577 | 2024-06-25T03:38:23.934Z | Compiling serde_json v1.0.117 |
578 | 2024-06-25T03:38:24.003Z | Compiling itoa v1.0.11 |
579 | 2024-06-25T03:38:24.068Z | Compiling thiserror v1.0.61 |
580 | 2024-06-25T03:38:24.209Z | Compiling once_cell v1.19.0 |
581 | 2024-06-25T03:38:24.351Z | Compiling cc v1.0.100 |
582 | 2024-06-25T03:38:24.440Z | Compiling memchr v2.7.4 |
583 | 2024-06-25T03:38:24.537Z | Compiling ahash v0.8.11 |
584 | 2024-06-25T03:38:24.906Z | Compiling byteorder v1.5.0 |
585 | 2024-06-25T03:38:24.947Z | Compiling num-traits v0.2.19 |
586 | 2024-06-25T03:38:25.319Z | Compiling quote v1.0.36 |
587 | 2024-06-25T03:38:25.406Z | Compiling getrandom v0.2.15 |
588 | 2024-06-25T03:38:25.406Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-06-25T03:38:25.515Z | Compiling ryu v1.0.18 |
590 | 2024-06-25T03:38:25.714Z | Compiling syn v2.0.68 |
591 | 2024-06-25T03:38:25.924Z | Compiling bytes v1.6.0 |
592 | 2024-06-25T03:38:25.965Z | Compiling log v0.4.21 |
593 | 2024-06-25T03:38:26.015Z | Compiling schemars v0.8.21 |
594 | 2024-06-25T03:38:26.093Z | Compiling allocator-api2 v0.2.18 |
595 | 2024-06-25T03:38:26.372Z | Compiling lock_api v0.4.12 |
596 | 2024-06-25T03:38:26.396Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-06-25T03:38:26.416Z | Compiling futures-core v0.3.30 |
598 | 2024-06-25T03:38:26.659Z | Compiling smallvec v1.13.2 |
599 | 2024-06-25T03:38:26.815Z | Compiling scopeguard v1.2.0 |
600 | 2024-06-25T03:38:26.842Z | Compiling socket2 v0.5.7 |
601 | 2024-06-25T03:38:26.960Z | Compiling signal-hook-registry v1.4.2 |
602 | 2024-06-25T03:38:27.436Z | Compiling num_cpus v1.16.0 |
603 | 2024-06-25T03:38:27.442Z | Compiling ring v0.17.8 |
604 | 2024-06-25T03:38:27.468Z | Compiling mio v0.8.11 |
605 | 2024-06-25T03:38:27.549Z | Compiling parking_lot v0.12.3 |
606 | 2024-06-25T03:38:27.838Z | Compiling slab v0.4.9 |
607 | 2024-06-25T03:38:28.110Z | Compiling futures-sink v0.3.30 |
608 | 2024-06-25T03:38:28.258Z | Compiling spin v0.9.8 |
609 | 2024-06-25T03:38:28.376Z | Compiling semver v1.0.23 |
610 | 2024-06-25T03:38:28.607Z | Compiling untrusted v0.9.0 |
611 | 2024-06-25T03:38:28.614Z | Compiling equivalent v1.0.1 |
612 | 2024-06-25T03:38:28.708Z | Compiling fnv v1.0.7 |
613 | 2024-06-25T03:38:28.824Z | Compiling futures-channel v0.3.30 |
614 | 2024-06-25T03:38:29.069Z | Compiling pkg-config v0.3.30 |
615 | 2024-06-25T03:38:29.089Z | Compiling futures-task v0.3.30 |
616 | 2024-06-25T03:38:29.266Z | Compiling futures-io v0.3.30 |
617 | 2024-06-25T03:38:29.277Z | Compiling vcpkg v0.2.15 |
618 | 2024-06-25T03:38:29.393Z | Compiling pin-utils v0.1.0 |
619 | 2024-06-25T03:38:29.692Z | Compiling iana-time-zone v0.1.60 |
620 | 2024-06-25T03:38:29.704Z | Compiling ucd-trie v0.1.6 |
621 | 2024-06-25T03:38:30.221Z | Compiling http v0.2.12 |
622 | 2024-06-25T03:38:30.441Z | Compiling httparse v1.9.4 |
623 | 2024-06-25T03:38:30.479Z | Compiling heck v0.5.0 |
624 | 2024-06-25T03:38:30.918Z | Compiling dyn-clone v1.0.17 |
625 | 2024-06-25T03:38:30.990Z | Compiling openssl-sys v0.9.102 |
626 | 2024-06-25T03:38:31.236Z | Compiling tracing-core v0.1.32 |
627 | 2024-06-25T03:38:31.559Z | Compiling chrono v0.4.38 |
628 | 2024-06-25T03:38:31.836Z | Compiling uuid v1.9.1 |
629 | 2024-06-25T03:38:32.397Z | Compiling tracing v0.1.40 |
630 | 2024-06-25T03:38:33.105Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-06-25T03:38:33.698Z | Compiling foreign-types-shared v0.1.1 |
632 | 2024-06-25T03:38:33.792Z | Compiling slog v2.7.0 |
633 | 2024-06-25T03:38:34.298Z | Compiling openssl v0.10.64 |
634 | 2024-06-25T03:38:34.447Z | Compiling try-lock v0.2.5 |
635 | 2024-06-25T03:38:34.653Z | Compiling want v0.3.1 |
636 | 2024-06-25T03:38:34.785Z | Compiling foreign-types v0.3.2 |
637 | 2024-06-25T03:38:34.940Z | Compiling http-body v0.4.6 |
638 | 2024-06-25T03:38:35.137Z | Compiling aho-corasick v1.1.3 |
639 | 2024-06-25T03:38:35.426Z | Compiling tinyvec_macros v0.1.1 |
640 | 2024-06-25T03:38:35.487Z | Compiling tower-service v0.3.2 |
641 | 2024-06-25T03:38:35.503Z | Compiling typenum v1.17.0 |
642 | 2024-06-25T03:38:35.596Z | Compiling rustls v0.21.12 |
643 | 2024-06-25T03:38:35.914Z | Compiling percent-encoding v2.3.1 |
644 | 2024-06-25T03:38:36.385Z | Compiling httpdate v1.0.3 |
645 | 2024-06-25T03:38:36.407Z | Compiling regex-syntax v0.8.4 |
646 | 2024-06-25T03:38:36.497Z | Compiling bitflags v2.6.0 |
647 | 2024-06-25T03:38:36.701Z | Compiling native-tls v0.2.12 |
648 | 2024-06-25T03:38:36.911Z | Compiling form_urlencoded v1.2.1 |
649 | 2024-06-25T03:38:37.085Z | Compiling tinyvec v1.6.0 |
650 | 2024-06-25T03:38:37.516Z | Compiling generic-array v0.14.7 |
651 | 2024-06-25T03:38:37.918Z | Compiling openssl-probe v0.1.5 |
652 | 2024-06-25T03:38:38.724Z | Compiling serde_derive v1.0.203 |
653 | 2024-06-25T03:38:38.733Z | Compiling zerocopy-derive v0.7.34 |
654 | 2024-06-25T03:38:38.801Z | Compiling thiserror-impl v1.0.61 |
655 | 2024-06-25T03:38:39.070Z | Compiling schemars_derive v0.8.21 |
656 | 2024-06-25T03:38:39.735Z | Compiling tokio-macros v2.3.0 |
657 | 2024-06-25T03:38:40.933Z | Compiling zerocopy v0.7.34 |
658 | 2024-06-25T03:38:41.880Z | Compiling tokio v1.38.0 |
659 | 2024-06-25T03:38:42.203Z | Compiling futures-macro v0.3.30 |
660 | 2024-06-25T03:38:42.268Z | Compiling pest v2.7.10 |
661 | 2024-06-25T03:38:43.226Z | Compiling hashbrown v0.14.5 |
662 | 2024-06-25T03:38:44.285Z | Compiling futures-util v0.3.30 |
663 | 2024-06-25T03:38:44.896Z | Compiling pest_meta v2.7.10 |
664 | 2024-06-25T03:38:44.931Z | Compiling regress v0.10.0 |
665 | 2024-06-25T03:38:45.135Z | Compiling openssl-macros v0.1.1 |
666 | 2024-06-25T03:38:49.396Z | Compiling pest_generator v2.7.10 |
667 | 2024-06-25T03:38:49.790Z | Compiling sct v0.7.1 |
668 | 2024-06-25T03:38:50.280Z | Compiling rustls-webpki v0.101.7 |
669 | 2024-06-25T03:38:51.236Z | Compiling tokio-util v0.7.11 |
670 | 2024-06-25T03:38:51.501Z | Compiling pest_derive v2.7.10 |
671 | 2024-06-25T03:38:52.394Z | Compiling regex-automata v0.4.7 |
672 | 2024-06-25T03:38:53.645Z | Compiling indexmap v2.2.6 |
673 | 2024-06-25T03:38:54.712Z | Compiling serde_tokenstream v0.2.1 |
674 | 2024-06-25T03:39:00.211Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
675 | 2024-06-25T03:39:00.249Z | Compiling h2 v0.3.26 |
676 | 2024-06-25T03:39:01.025Z | Compiling regex v1.10.5 |
677 | 2024-06-25T03:39:04.353Z | Compiling scroll_derive v0.12.0 |
678 | 2024-06-25T03:39:04.897Z | Compiling unicode-normalization v0.1.23 |
679 | 2024-06-25T03:39:06.005Z | Compiling hyper v0.14.29 |
680 | 2024-06-25T03:39:11.113Z | Compiling usdt-impl v0.5.0 |
681 | 2024-06-25T03:39:11.488Z | Compiling encoding_rs v0.8.34 |
682 | 2024-06-25T03:39:12.460Z | Compiling time-core v0.1.2 |
683 | 2024-06-25T03:39:12.631Z | Compiling mime v0.3.17 |
684 | 2024-06-25T03:39:13.578Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
685 | 2024-06-25T03:39:13.753Z | Compiling powerfmt v0.2.0 |
686 | 2024-06-25T03:39:14.263Z | Compiling unicode-bidi v0.3.15 |
687 | 2024-06-25T03:39:17.440Z | Compiling num-conv v0.1.0 |
688 | 2024-06-25T03:39:17.737Z | Compiling time-macros v0.2.18 |
689 | 2024-06-25T03:39:17.787Z | Compiling idna v0.5.0 |
690 | 2024-06-25T03:39:21.202Z | Compiling deranged v0.3.11 |
691 | 2024-06-25T03:39:22.592Z | Compiling scroll v0.12.0 |
692 | 2024-06-25T03:39:23.105Z | Compiling tokio-rustls v0.24.1 |
693 | 2024-06-25T03:39:23.243Z | Compiling tokio-native-tls v0.3.1 |
694 | 2024-06-25T03:39:23.487Z | Compiling dof v0.3.0 |
695 | 2024-06-25T03:39:23.523Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-06-25T03:39:23.533Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-06-25T03:39:24.574Z | Compiling thread-id v4.2.1 |
698 | 2024-06-25T03:39:24.667Z | Compiling rustls-pki-types v1.7.0 |
699 | 2024-06-25T03:39:25.817Z | Compiling crossbeam-utils v0.8.20 |
700 | 2024-06-25T03:39:26.075Z | Compiling omicron-workspace-hack v0.1.0 |
701 | 2024-06-25T03:39:26.367Z | Compiling strsim v0.11.1 |
702 | 2024-06-25T03:39:26.384Z | Compiling plain v0.2.3 |
703 | 2024-06-25T03:39:26.544Z | Compiling ident_case v1.0.1 |
704 | 2024-06-25T03:39:26.696Z | Compiling base64 v0.21.7 |
705 | 2024-06-25T03:39:28.020Z | Compiling num_threads v0.1.7 |
706 | 2024-06-25T03:39:28.102Z | Compiling time v0.3.36 |
707 | 2024-06-25T03:39:31.373Z | Compiling rustls-pemfile v1.0.4 |
708 | 2024-06-25T03:39:32.158Z | Compiling darling_core v0.20.9 |
709 | 2024-06-25T03:39:32.232Z | Compiling goblin v0.8.2 |
710 | 2024-06-25T03:39:37.333Z | Compiling hyper-rustls v0.24.2 |
711 | 2024-06-25T03:39:37.688Z | Compiling hyper-tls v0.5.0 |
712 | 2024-06-25T03:39:37.769Z | Compiling url v2.5.2 |
713 | 2024-06-25T03:39:38.174Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#b462bde4) |
714 | 2024-06-25T03:39:38.298Z | Compiling openapiv3 v2.0.0 |
715 | 2024-06-25T03:39:39.043Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-06-25T03:39:40.653Z | Compiling rustversion v1.0.17 |
717 | 2024-06-25T03:39:41.322Z | Compiling sync_wrapper v0.1.2 |
718 | 2024-06-25T03:39:41.440Z | Compiling webpki-roots v0.25.4 |
719 | 2024-06-25T03:39:41.583Z | Compiling paste v1.0.15 |
720 | 2024-06-25T03:39:42.073Z | Compiling pretty-hex v0.4.1 |
721 | 2024-06-25T03:39:42.300Z | Compiling rustls v0.22.4 |
722 | 2024-06-25T03:39:42.608Z | Compiling ipnet v2.9.0 |
723 | 2024-06-25T03:39:42.816Z | Compiling unsafe-libyaml v0.2.11 |
724 | 2024-06-25T03:39:43.700Z | Compiling reqwest v0.11.27 |
725 | 2024-06-25T03:39:44.661Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-06-25T03:39:45.327Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
727 | 2024-06-25T03:39:46.346Z | Compiling dirs-next v2.0.0 |
728 | 2024-06-25T03:39:46.617Z | Compiling darling_macro v0.20.9 |
729 | 2024-06-25T03:39:49.608Z | Compiling crypto-common v0.1.6 |
730 | 2024-06-25T03:39:49.814Z | Compiling block-buffer v0.10.4 |
731 | 2024-06-25T03:39:50.041Z | Compiling rustls-webpki v0.102.4 |
732 | 2024-06-25T03:39:52.628Z | Compiling serde_spanned v0.6.6 |
733 | 2024-06-25T03:39:52.672Z | Compiling toml_datetime v0.6.6 |
734 | 2024-06-25T03:39:52.760Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-06-25T03:39:52.858Z | Compiling rand_core v0.6.4 |
736 | 2024-06-25T03:39:53.348Z | Compiling multer v3.1.0 |
737 | 2024-06-25T03:39:53.443Z | Compiling thread_local v1.1.8 |
738 | 2024-06-25T03:39:53.669Z | Compiling subtle v2.6.1 |
739 | 2024-06-25T03:39:53.948Z | Compiling match_cfg v0.1.0 |
740 | 2024-06-25T03:39:54.040Z | Compiling zeroize v1.8.1 |
741 | 2024-06-25T03:39:54.262Z | Compiling winnow v0.6.13 |
742 | 2024-06-25T03:39:54.395Z | Compiling slog-async v2.8.0 |
743 | 2024-06-25T03:39:54.681Z | Compiling camino v1.1.7 |
744 | 2024-06-25T03:39:54.902Z | Compiling ppv-lite86 v0.2.17 |
745 | 2024-06-25T03:39:55.256Z | Compiling anyhow v1.0.86 |
746 | 2024-06-25T03:39:55.669Z | Compiling structmeta v0.3.0 |
747 | 2024-06-25T03:39:55.679Z | Compiling rand_chacha v0.3.1 |
748 | 2024-06-25T03:39:55.990Z | Compiling hostname v0.3.1 |
749 | 2024-06-25T03:39:56.224Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
750 | 2024-06-25T03:39:57.360Z | Compiling digest v0.10.7 |
751 | 2024-06-25T03:39:57.783Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-06-25T03:39:58.776Z | Compiling toml_edit v0.22.14 |
753 | 2024-06-25T03:39:59.536Z | Compiling darling v0.20.9 |
754 | 2024-06-25T03:39:59.639Z | Compiling term v0.7.0 |
755 | 2024-06-25T03:40:07.347Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
756 | 2024-06-25T03:40:08.325Z | Compiling usdt-macro v0.5.0 |
757 | 2024-06-25T03:40:09.156Z | Compiling usdt-attr-macro v0.5.0 |
758 | 2024-06-25T03:40:09.782Z | Compiling slog-json v2.6.1 |
759 | 2024-06-25T03:40:10.318Z | Compiling futures-executor v0.3.30 |
760 | 2024-06-25T03:40:10.727Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-06-25T03:40:11.654Z | Compiling http v1.1.0 |
762 | 2024-06-25T03:40:12.118Z | Compiling is-terminal v0.4.12 |
763 | 2024-06-25T03:40:12.237Z | Compiling memmap v0.7.0 |
764 | 2024-06-25T03:40:12.685Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
765 | 2024-06-25T03:40:13.018Z | Compiling base64 v0.22.1 |
766 | 2024-06-25T03:40:13.071Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
767 | 2024-06-25T03:40:13.389Z | Compiling cpufeatures v0.2.12 |
768 | 2024-06-25T03:40:13.474Z | Compiling take_mut v0.2.2 |
769 | 2024-06-25T03:40:13.625Z | Compiling atomic-waker v1.1.2 |
770 | 2024-06-25T03:40:13.802Z | Compiling waitgroup v0.1.2 |
771 | 2024-06-25T03:40:14.098Z | Compiling rustls-pemfile v2.1.2 |
772 | 2024-06-25T03:40:14.873Z | Compiling sha1 v0.10.6 |
773 | 2024-06-25T03:40:16.489Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0c705064) |
774 | 2024-06-25T03:40:16.735Z | Compiling usdt v0.5.0 |
775 | 2024-06-25T03:40:17.870Z | Compiling slog-term v2.9.1 |
776 | 2024-06-25T03:40:18.410Z | Compiling async-stream v0.3.5 |
777 | 2024-06-25T03:40:18.732Z | Compiling futures v0.3.30 |
778 | 2024-06-25T03:40:18.836Z | Compiling slog-bunyan v2.5.0 |
779 | 2024-06-25T03:40:18.857Z | Compiling strum_macros v0.26.4 |
780 | 2024-06-25T03:40:19.100Z | Compiling toml v0.8.14 |
781 | 2024-06-25T03:40:20.969Z | Compiling tokio-rustls v0.25.0 |
782 | 2024-06-25T03:40:21.409Z | Compiling serde_with_macros v3.8.1 |
783 | 2024-06-25T03:40:23.951Z | Compiling parse-display-derive v0.9.1 |
784 | 2024-06-25T03:40:24.392Z | Compiling rand v0.8.5 |
785 | 2024-06-25T03:40:27.004Z | Compiling newtype-uuid v1.1.0 |
786 | 2024-06-25T03:40:27.322Z | Compiling ipnetwork v0.20.0 |
787 | 2024-06-25T03:40:27.792Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#84aaeb7d) |
788 | 2024-06-25T03:40:27.956Z | Compiling hex v0.4.3 |
789 | 2024-06-25T03:40:28.344Z | Compiling serde_path_to_error v0.1.16 |
790 | 2024-06-25T03:40:28.640Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
791 | 2024-06-25T03:40:29.365Z | Compiling async-trait v0.1.80 |
792 | 2024-06-25T03:40:29.473Z | Compiling hostname v0.4.0 |
793 | 2024-06-25T03:40:29.724Z | Compiling instant v0.1.13 |
794 | 2024-06-25T03:40:29.871Z | Compiling debug-ignore v1.0.5 |
795 | 2024-06-25T03:40:30.004Z | Compiling backoff v0.4.0 |
796 | 2024-06-25T03:40:30.344Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
797 | 2024-06-25T03:40:30.474Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
798 | 2024-06-25T03:40:30.545Z | Compiling parse-display v0.9.1 |
799 | 2024-06-25T03:40:30.642Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
800 | 2024-06-25T03:40:30.788Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
801 | 2024-06-25T03:40:32.373Z | Compiling serde_with v3.8.1 |
802 | 2024-06-25T03:40:32.651Z | Compiling strum v0.26.3 |
803 | 2024-06-25T03:40:32.831Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-06-25T03:40:33.662Z | Compiling macaddr v1.0.1 |
805 | 2024-06-25T03:40:34.302Z | Compiling regress v0.9.1 |
806 | 2024-06-25T03:40:39.304Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-06-25T03:40:48.823Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-06-25T03:40:57.326Z | Finished `release` profile [optimized] target(s) in 2m 33s |
809 | 2024-06-25T03:40:57.377Z | process exited: duration 231316 ms, exit code 0 |
|
810 | 2024-06-25T03:40:57.383Z | found 0 output files |