|
|
|
1 | 2024-06-22T00:49:03.212Z | job assigned to worker 01J0YPMQWHT63RHXFMKNFPN6B1 (queued for 43 s) |
|
2 | 2024-06-22T00:49:03.406Z | starting task 0: "setup" |
3 | 2024-06-22T00:49:03.433Z | ++ uname -s |
4 | 2024-06-22T00:49:03.434Z | + kern=SunOS |
5 | 2024-06-22T00:49:03.434Z | + case "$kern" in |
6 | 2024-06-22T00:49:03.435Z | + groupadd -g 12345 build |
7 | 2024-06-22T00:49:03.435Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-22T00:49:05.437Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-22T00:49:05.483Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-22T00:49:05.507Z | + home_fs=zfs |
11 | 2024-06-22T00:49:05.507Z | + [[ zfs == autofs ]] |
12 | 2024-06-22T00:49:05.507Z | + mkdir -p /home/build |
13 | 2024-06-22T00:49:05.507Z | + chown build:build /home/build /work |
14 | 2024-06-22T00:49:07.494Z | + chmod 0700 /home/build /work |
15 | 2024-06-22T00:49:07.518Z | process exited: duration 4092 ms, exit code 0 |
|
16 | 2024-06-22T00:49:07.567Z | starting task 1: "rust-toolchain" |
17 | 2024-06-22T00:49:07.591Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-22T00:49:07.591Z | ' 1.78.0 |
19 | 2024-06-22T00:49:07.591Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-22T00:49:07.591Z | ' default |
21 | 2024-06-22T00:49:07.591Z | * toolchain channel = "1.78.0" |
22 | 2024-06-22T00:49:07.591Z | * toolchain profile = "default" |
23 | 2024-06-22T00:49:07.591Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-22T00:49:07.591Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-22T00:49:07.714Z | info: downloading installer |
26 | 2024-06-22T00:49:08.553Z | info: profile set to 'default' |
27 | 2024-06-22T00:49:08.553Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-22T00:49:08.578Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-22T00:49:08.671Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-22T00:49:08.671Z | info: downloading component 'cargo' |
31 | 2024-06-22T00:49:08.865Z | info: downloading component 'clippy' |
32 | 2024-06-22T00:49:08.923Z | info: downloading component 'rust-docs' |
33 | 2024-06-22T00:49:09.112Z | info: downloading component 'rust-std' |
34 | 2024-06-22T00:49:09.515Z | info: downloading component 'rustc' |
35 | 2024-06-22T00:49:10.193Z | info: downloading component 'rustfmt' |
36 | 2024-06-22T00:49:10.249Z | info: installing component 'cargo' |
37 | 2024-06-22T00:49:11.370Z | info: installing component 'clippy' |
38 | 2024-06-22T00:49:11.784Z | info: installing component 'rust-docs' |
39 | 2024-06-22T00:49:14.365Z | info: installing component 'rust-std' |
40 | 2024-06-22T00:49:16.319Z | info: installing component 'rustc' |
41 | 2024-06-22T00:49:21.238Z | info: installing component 'rustfmt' |
42 | 2024-06-22T00:49:21.609Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-22T00:49:21.609Z | |
44 | 2024-06-22T00:49:21.730Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-22T00:49:21.730Z | |
46 | 2024-06-22T00:49:21.730Z | |
47 | 2024-06-22T00:49:21.756Z | Rust is installed now. Great! |
48 | 2024-06-22T00:49:21.756Z | |
49 | 2024-06-22T00:49:21.756Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-22T00:49:21.756Z | environment variable. This has not been done automatically. |
51 | 2024-06-22T00:49:21.756Z | |
52 | 2024-06-22T00:49:21.756Z | To configure your current shell, you need to source |
53 | 2024-06-22T00:49:21.756Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-22T00:49:21.756Z | |
55 | 2024-06-22T00:49:21.756Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-22T00:49:21.756Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-22T00:49:21.756Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-22T00:49:21.799Z | + rustc --version |
59 | 2024-06-22T00:49:21.906Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-22T00:49:21.932Z | process exited: duration 14343 ms, exit code 0 |
|
61 | 2024-06-22T00:49:21.985Z | starting task 2: "authentication" |
62 | 2024-06-22T00:49:22.047Z | process exited: duration 66 ms, exit code 0 |
|
63 | 2024-06-22T00:49:22.097Z | starting task 3: "clone repository" |
64 | 2024-06-22T00:49:22.122Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-22T00:49:22.122Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-22T00:49:22.146Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-22T00:49:28.822Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-22T00:49:28.822Z | + git fetch origin 8734762713b48dfb1415f7b6805fdb9822e0319a |
69 | 2024-06-22T00:49:29.251Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-22T00:49:29.251Z | * branch 8734762713b48dfb1415f7b6805fdb9822e0319a -> FETCH_HEAD |
71 | 2024-06-22T00:49:29.275Z | + [[ -n add-clickhouse-schema-upgrade-tests ]] |
72 | 2024-06-22T00:49:29.275Z | ++ git branch --show-current |
73 | 2024-06-22T00:49:29.275Z | + current=main |
74 | 2024-06-22T00:49:29.275Z | + [[ main != add-clickhouse-schema-upgrade-tests ]] |
75 | 2024-06-22T00:49:29.275Z | + git branch -f add-clickhouse-schema-upgrade-tests 8734762713b48dfb1415f7b6805fdb9822e0319a |
76 | 2024-06-22T00:49:29.298Z | + git checkout -f add-clickhouse-schema-upgrade-tests |
77 | 2024-06-22T00:49:29.444Z | Switched to branch 'add-clickhouse-schema-upgrade-tests' |
78 | 2024-06-22T00:49:29.468Z | + git reset --hard 8734762713b48dfb1415f7b6805fdb9822e0319a |
79 | 2024-06-22T00:49:29.469Z | HEAD is now at 873476271 feed clippy |
80 | 2024-06-22T00:49:29.469Z | process exited: duration 7367 ms, exit code 0 |
|
81 | 2024-06-22T00:49:29.516Z | starting task 4: "build" |
82 | 2024-06-22T00:49:29.540Z | + cargo --version |
83 | 2024-06-22T00:49:29.615Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-22T00:49:29.640Z | + rustc --version |
85 | 2024-06-22T00:49:29.713Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-22T00:49:29.737Z | + cd /tmp |
87 | 2024-06-22T00:49:29.737Z | + cargo new --lib test-project |
88 | 2024-06-22T00:49:29.806Z | Creating library `test-project` package |
89 | 2024-06-22T00:49:29.935Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-22T00:49:29.958Z | + cd test-project |
91 | 2024-06-22T00:49:29.958Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-22T00:49:30.033Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-22T00:49:30.033Z | Features: |
94 | 2024-06-22T00:49:30.033Z | - proptest |
95 | 2024-06-22T00:49:30.033Z | - test-strategy |
96 | 2024-06-22T00:49:30.033Z | - testing |
97 | 2024-06-22T00:49:30.057Z | Updating crates.io index |
98 | 2024-06-22T00:49:30.131Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-22T00:49:31.146Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-22T00:49:32.078Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-22T00:49:32.746Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-22T00:49:35.080Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-22T00:49:35.601Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-22T00:49:36.162Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-22T00:49:39.609Z | + cargo check |
106 | 2024-06-22T00:49:39.867Z | Downloading crates ... |
107 | 2024-06-22T00:49:39.944Z | Downloaded instant v0.1.13 |
108 | 2024-06-22T00:49:39.968Z | Downloaded itoa v1.0.11 |
109 | 2024-06-22T00:49:39.969Z | Downloaded openssl-probe v0.1.5 |
110 | 2024-06-22T00:49:39.969Z | Downloaded once_cell v1.19.0 |
111 | 2024-06-22T00:49:39.969Z | Downloaded newtype-uuid v1.1.0 |
112 | 2024-06-22T00:49:39.969Z | Downloaded num-traits v0.2.19 |
113 | 2024-06-22T00:49:39.993Z | Downloaded want v0.3.1 |
114 | 2024-06-22T00:49:39.993Z | Downloaded usdt-macro v0.5.0 |
115 | 2024-06-22T00:49:39.993Z | Downloaded memchr v2.7.4 |
116 | 2024-06-22T00:49:39.993Z | Downloaded tokio-rustls v0.25.0 |
117 | 2024-06-22T00:49:40.018Z | Downloaded toml v0.8.14 |
118 | 2024-06-22T00:49:40.018Z | Downloaded tokio-rustls v0.24.1 |
119 | 2024-06-22T00:49:40.018Z | Downloaded toml_datetime v0.6.6 |
120 | 2024-06-22T00:49:40.018Z | Downloaded time-macros v0.2.18 |
121 | 2024-06-22T00:49:40.018Z | Downloaded tokio-util v0.7.11 |
122 | 2024-06-22T00:49:40.042Z | Downloaded scroll_derive v0.12.0 |
123 | 2024-06-22T00:49:40.042Z | Downloaded take_mut v0.2.2 |
124 | 2024-06-22T00:49:40.042Z | Downloaded tokio v1.38.0 |
125 | 2024-06-22T00:49:40.073Z | Downloaded pin-utils v0.1.0 |
126 | 2024-06-22T00:49:40.097Z | Downloaded thiserror v1.0.61 |
127 | 2024-06-22T00:49:40.097Z | Downloaded serde_derive_internals v0.29.1 |
128 | 2024-06-22T00:49:40.097Z | Downloaded subtle v2.6.0 |
129 | 2024-06-22T00:49:40.097Z | Downloaded slog-term v2.9.1 |
130 | 2024-06-22T00:49:40.097Z | Downloaded unsafe-libyaml v0.2.11 |
131 | 2024-06-22T00:49:40.097Z | Downloaded openssl-sys v0.9.102 |
132 | 2024-06-22T00:49:40.121Z | Downloaded serde_with_macros v3.8.1 |
133 | 2024-06-22T00:49:40.121Z | Downloaded strum_macros v0.26.4 |
134 | 2024-06-22T00:49:40.121Z | Downloaded sha2 v0.10.8 |
135 | 2024-06-22T00:49:40.122Z | Downloaded term v0.7.0 |
136 | 2024-06-22T00:49:40.122Z | Downloaded unicode-bidi v0.3.15 |
137 | 2024-06-22T00:49:40.122Z | Downloaded scopeguard v1.2.0 |
138 | 2024-06-22T00:49:40.122Z | Downloaded serde_yaml v0.9.34+deprecated |
139 | 2024-06-22T00:49:40.146Z | Downloaded url v2.5.2 |
140 | 2024-06-22T00:49:40.146Z | Downloaded serde_derive v1.0.203 |
141 | 2024-06-22T00:49:40.146Z | Downloaded serde v1.0.203 |
142 | 2024-06-22T00:49:40.146Z | Downloaded schemars v0.8.21 |
143 | 2024-06-22T00:49:40.170Z | Downloaded rand v0.8.5 |
144 | 2024-06-22T00:49:40.170Z | Downloaded proc-macro2 v1.0.86 |
145 | 2024-06-22T00:49:40.170Z | Downloaded unicode-normalization v0.1.23 |
146 | 2024-06-22T00:49:40.170Z | Downloaded socket2 v0.5.7 |
147 | 2024-06-22T00:49:40.170Z | Downloaded serde_with v3.8.1 |
148 | 2024-06-22T00:49:40.194Z | Downloaded pest v2.7.10 |
149 | 2024-06-22T00:49:40.194Z | Downloaded serde_json v1.0.117 |
150 | 2024-06-22T00:49:40.194Z | Downloaded rustls-webpki v0.102.4 |
151 | 2024-06-22T00:49:40.218Z | Downloaded vcpkg v0.2.15 |
152 | 2024-06-22T00:49:40.260Z | Downloaded syn v2.0.67 |
153 | 2024-06-22T00:49:40.284Z | Downloaded rustls v0.22.4 |
154 | 2024-06-22T00:49:40.308Z | Downloaded regress v0.10.0 |
155 | 2024-06-22T00:49:40.308Z | Downloaded regress v0.9.1 |
156 | 2024-06-22T00:49:40.332Z | Downloaded regex-syntax v0.8.4 |
157 | 2024-06-22T00:49:40.332Z | Downloaded regex-automata v0.4.7 |
158 | 2024-06-22T00:49:40.356Z | Downloaded rustls v0.21.12 |
159 | 2024-06-22T00:49:40.356Z | Downloaded regex v1.10.5 |
160 | 2024-06-22T00:49:40.380Z | Downloaded webpki-roots v0.25.4 |
161 | 2024-06-22T00:49:40.380Z | Downloaded rustls-webpki v0.101.7 |
162 | 2024-06-22T00:49:40.404Z | Downloaded reqwest v0.11.27 |
163 | 2024-06-22T00:49:40.404Z | Downloaded winnow v0.6.13 |
164 | 2024-06-22T00:49:40.428Z | Downloaded zerocopy v0.7.34 |
165 | 2024-06-22T00:49:40.428Z | Downloaded slog v2.7.0 |
166 | 2024-06-22T00:49:40.452Z | Downloaded pest_derive v2.7.10 |
167 | 2024-06-22T00:49:40.453Z | Downloaded pest_meta v2.7.10 |
168 | 2024-06-22T00:49:40.453Z | Downloaded spin v0.9.8 |
169 | 2024-06-22T00:49:40.453Z | Downloaded smallvec v1.13.2 |
170 | 2024-06-22T00:49:40.453Z | Downloaded ryu v1.0.18 |
171 | 2024-06-22T00:49:40.453Z | Downloaded rustls-pemfile v2.1.2 |
172 | 2024-06-22T00:49:40.453Z | Downloaded rand_core v0.6.4 |
173 | 2024-06-22T00:49:40.453Z | Downloaded uuid v1.8.0 |
174 | 2024-06-22T00:49:40.453Z | Downloaded ring v0.17.8 |
175 | 2024-06-22T00:49:40.531Z | Downloaded semver v1.0.23 |
176 | 2024-06-22T00:49:40.555Z | Downloaded quote v1.0.36 |
177 | 2024-06-22T00:49:40.555Z | Downloaded pin-project-lite v0.2.14 |
178 | 2024-06-22T00:49:40.555Z | Downloaded parking_lot v0.12.3 |
179 | 2024-06-22T00:49:40.555Z | Downloaded encoding_rs v0.8.34 |
180 | 2024-06-22T00:49:40.580Z | Downloaded sct v0.7.1 |
181 | 2024-06-22T00:49:40.580Z | Downloaded scroll v0.12.0 |
182 | 2024-06-22T00:49:40.580Z | Downloaded rustls-pki-types v1.7.0 |
183 | 2024-06-22T00:49:40.580Z | Downloaded ppv-lite86 v0.2.17 |
184 | 2024-06-22T00:49:40.580Z | Downloaded structmeta-derive v0.3.0 |
185 | 2024-06-22T00:49:40.605Z | Downloaded structmeta v0.3.0 |
186 | 2024-06-22T00:49:40.605Z | Downloaded strsim v0.11.1 |
187 | 2024-06-22T00:49:40.605Z | Downloaded slog-json v2.6.1 |
188 | 2024-06-22T00:49:40.605Z | Downloaded slog-bunyan v2.5.0 |
189 | 2024-06-22T00:49:40.605Z | Downloaded slog-async v2.8.0 |
190 | 2024-06-22T00:49:40.605Z | Downloaded slab v0.4.9 |
191 | 2024-06-22T00:49:40.605Z | Downloaded signal-hook-registry v1.4.2 |
192 | 2024-06-22T00:49:40.605Z | Downloaded sha1 v0.10.6 |
193 | 2024-06-22T00:49:40.605Z | Downloaded serde_urlencoded v0.7.1 |
194 | 2024-06-22T00:49:40.605Z | Downloaded serde_tokenstream v0.2.1 |
195 | 2024-06-22T00:49:40.605Z | Downloaded serde_spanned v0.6.6 |
196 | 2024-06-22T00:49:40.605Z | Downloaded serde_path_to_error v0.1.16 |
197 | 2024-06-22T00:49:40.605Z | Downloaded schemars_derive v0.8.21 |
198 | 2024-06-22T00:49:40.606Z | Downloaded rustversion v1.0.17 |
199 | 2024-06-22T00:49:40.630Z | Downloaded rustls-pemfile v1.0.4 |
200 | 2024-06-22T00:49:40.630Z | Downloaded rand_chacha v0.3.1 |
201 | 2024-06-22T00:49:40.630Z | Downloaded powerfmt v0.2.0 |
202 | 2024-06-22T00:49:40.630Z | Downloaded plain v0.2.3 |
203 | 2024-06-22T00:49:40.630Z | Downloaded pkg-config v0.3.30 |
204 | 2024-06-22T00:49:40.630Z | Downloaded pest_generator v2.7.10 |
205 | 2024-06-22T00:49:40.630Z | Downloaded parse-display v0.9.1 |
206 | 2024-06-22T00:49:40.630Z | Downloaded parking_lot_core v0.9.10 |
207 | 2024-06-22T00:49:40.630Z | Downloaded zeroize v1.8.1 |
208 | 2024-06-22T00:49:40.630Z | Downloaded zerocopy-derive v0.7.34 |
209 | 2024-06-22T00:49:40.630Z | Downloaded usdt-impl v0.5.0 |
210 | 2024-06-22T00:49:40.630Z | Downloaded usdt v0.5.0 |
211 | 2024-06-22T00:49:40.630Z | Downloaded unicode-ident v1.0.12 |
212 | 2024-06-22T00:49:40.654Z | Downloaded libc v0.2.155 |
213 | 2024-06-22T00:49:40.678Z | Downloaded version_check v0.9.4 |
214 | 2024-06-22T00:49:40.678Z | Downloaded strum v0.26.2 |
215 | 2024-06-22T00:49:40.678Z | Downloaded openapiv3 v2.0.0 |
216 | 2024-06-22T00:49:40.678Z | Downloaded idna v0.5.0 |
217 | 2024-06-22T00:49:40.703Z | Downloaded tracing v0.1.40 |
218 | 2024-06-22T00:49:40.703Z | Downloaded time v0.3.36 |
219 | 2024-06-22T00:49:40.703Z | Downloaded pretty-hex v0.4.1 |
220 | 2024-06-22T00:49:40.703Z | Downloaded ucd-trie v0.1.6 |
221 | 2024-06-22T00:49:40.703Z | Downloaded mio v0.8.11 |
222 | 2024-06-22T00:49:40.727Z | Downloaded hashbrown v0.12.3 |
223 | 2024-06-22T00:49:40.727Z | Downloaded goblin v0.8.2 |
224 | 2024-06-22T00:49:40.727Z | Downloaded tokio-macros v2.3.0 |
225 | 2024-06-22T00:49:40.727Z | Downloaded tinyvec_macros v0.1.1 |
226 | 2024-06-22T00:49:40.727Z | Downloaded try-lock v0.2.5 |
227 | 2024-06-22T00:49:40.727Z | Downloaded thiserror-impl v1.0.61 |
228 | 2024-06-22T00:49:40.727Z | Downloaded percent-encoding v2.3.1 |
229 | 2024-06-22T00:49:40.727Z | Downloaded paste v1.0.15 |
230 | 2024-06-22T00:49:40.752Z | Downloaded parse-display-derive v0.9.1 |
231 | 2024-06-22T00:49:40.752Z | Downloaded untrusted v0.9.0 |
232 | 2024-06-22T00:49:40.752Z | Downloaded native-tls v0.2.12 |
233 | 2024-06-22T00:49:40.752Z | Downloaded log v0.4.21 |
234 | 2024-06-22T00:49:40.752Z | Downloaded is-terminal v0.4.12 |
235 | 2024-06-22T00:49:40.752Z | Downloaded indexmap v2.2.6 |
236 | 2024-06-22T00:49:40.752Z | Downloaded httpdate v1.0.3 |
237 | 2024-06-22T00:49:40.752Z | Downloaded http v0.2.12 |
238 | 2024-06-22T00:49:40.752Z | Downloaded fnv v1.0.7 |
239 | 2024-06-22T00:49:40.752Z | Downloaded base64 v0.21.7 |
240 | 2024-06-22T00:49:40.752Z | Downloaded sync_wrapper v0.1.2 |
241 | 2024-06-22T00:49:40.776Z | Downloaded omicron-workspace-hack v0.1.0 |
242 | 2024-06-22T00:49:40.776Z | Downloaded num_cpus v1.16.0 |
243 | 2024-06-22T00:49:40.776Z | Downloaded num-conv v0.1.0 |
244 | 2024-06-22T00:49:40.776Z | Downloaded memmap v0.7.0 |
245 | 2024-06-22T00:49:40.776Z | Downloaded match_cfg v0.1.0 |
246 | 2024-06-22T00:49:40.776Z | Downloaded iana-time-zone v0.1.60 |
247 | 2024-06-22T00:49:40.776Z | Downloaded hyper-rustls v0.24.2 |
248 | 2024-06-22T00:49:40.776Z | Downloaded http-body v0.4.6 |
249 | 2024-06-22T00:49:40.776Z | Downloaded hostname v0.3.1 |
250 | 2024-06-22T00:49:40.776Z | Downloaded heck v0.5.0 |
251 | 2024-06-22T00:49:40.776Z | Downloaded form_urlencoded v1.2.1 |
252 | 2024-06-22T00:49:40.776Z | Downloaded tokio-native-tls v0.3.1 |
253 | 2024-06-22T00:49:40.776Z | Downloaded tinyvec v1.6.0 |
254 | 2024-06-22T00:49:40.776Z | Downloaded time-core v0.1.2 |
255 | 2024-06-22T00:49:40.801Z | Downloaded typenum v1.17.0 |
256 | 2024-06-22T00:49:40.801Z | Downloaded tracing-core v0.1.32 |
257 | 2024-06-22T00:49:40.801Z | Downloaded tower-service v0.3.2 |
258 | 2024-06-22T00:49:40.801Z | Downloaded toml_edit v0.22.14 |
259 | 2024-06-22T00:49:40.825Z | Downloaded thread_local v1.1.8 |
260 | 2024-06-22T00:49:40.825Z | Downloaded thread-id v4.2.1 |
261 | 2024-06-22T00:49:40.825Z | Downloaded openssl-macros v0.1.1 |
262 | 2024-06-22T00:49:40.825Z | Downloaded openssl v0.10.64 |
263 | 2024-06-22T00:49:40.825Z | Downloaded ipnet v2.9.0 |
264 | 2024-06-22T00:49:40.826Z | Downloaded hyper v0.14.29 |
265 | 2024-06-22T00:49:40.850Z | Downloaded hashbrown v0.14.5 |
266 | 2024-06-22T00:49:40.850Z | Downloaded generic-array v0.14.7 |
267 | 2024-06-22T00:49:40.850Z | Downloaded futures-task v0.3.30 |
268 | 2024-06-22T00:49:40.850Z | Downloaded futures-macro v0.3.30 |
269 | 2024-06-22T00:49:40.850Z | Downloaded futures-executor v0.3.30 |
270 | 2024-06-22T00:49:40.850Z | Downloaded futures-channel v0.3.30 |
271 | 2024-06-22T00:49:40.850Z | Downloaded foreign-types v0.3.2 |
272 | 2024-06-22T00:49:40.850Z | Downloaded dtrace-parser v0.2.0 |
273 | 2024-06-22T00:49:40.850Z | Downloaded dirs-sys-next v0.1.2 |
274 | 2024-06-22T00:49:40.850Z | Downloaded digest v0.10.7 |
275 | 2024-06-22T00:49:40.875Z | Downloaded darling_macro v0.20.9 |
276 | 2024-06-22T00:49:40.875Z | Downloaded darling v0.20.9 |
277 | 2024-06-22T00:49:40.875Z | Downloaded crossbeam-utils v0.8.20 |
278 | 2024-06-22T00:49:40.875Z | Downloaded cpufeatures v0.2.12 |
279 | 2024-06-22T00:49:40.875Z | Downloaded chrono v0.4.38 |
280 | 2024-06-22T00:49:40.875Z | Downloaded cfg-if v1.0.0 |
281 | 2024-06-22T00:49:40.875Z | Downloaded camino v1.1.7 |
282 | 2024-06-22T00:49:40.875Z | Downloaded byteorder v1.5.0 |
283 | 2024-06-22T00:49:40.875Z | Downloaded bitflags v2.5.0 |
284 | 2024-06-22T00:49:40.899Z | Downloaded http v1.1.0 |
285 | 2024-06-22T00:49:40.899Z | Downloaded crossbeam-channel v0.5.13 |
286 | 2024-06-22T00:49:40.899Z | Downloaded aho-corasick v1.1.3 |
287 | 2024-06-22T00:49:40.899Z | Downloaded usdt-attr-macro v0.5.0 |
288 | 2024-06-22T00:49:40.899Z | Downloaded h2 v0.3.26 |
289 | 2024-06-22T00:49:40.923Z | Downloaded futures-util v0.3.30 |
290 | 2024-06-22T00:49:40.923Z | Downloaded waitgroup v0.1.2 |
291 | 2024-06-22T00:49:40.923Z | Downloaded base64 v0.22.1 |
292 | 2024-06-22T00:49:40.923Z | Downloaded httparse v1.9.4 |
293 | 2024-06-22T00:49:40.923Z | Downloaded darling_core v0.20.9 |
294 | 2024-06-22T00:49:40.947Z | Downloaded cc v1.0.99 |
295 | 2024-06-22T00:49:40.947Z | Downloaded bytes v1.6.0 |
296 | 2024-06-22T00:49:40.947Z | Downloaded async-trait v0.1.80 |
297 | 2024-06-22T00:49:40.947Z | Downloaded allocator-api2 v0.2.18 |
298 | 2024-06-22T00:49:40.947Z | Downloaded multer v3.1.0 |
299 | 2024-06-22T00:49:40.947Z | Downloaded mime v0.3.17 |
300 | 2024-06-22T00:49:40.947Z | Downloaded ipnetwork v0.20.0 |
301 | 2024-06-22T00:49:40.947Z | Downloaded getrandom v0.2.15 |
302 | 2024-06-22T00:49:40.971Z | Downloaded futures-io v0.3.30 |
303 | 2024-06-22T00:49:40.971Z | Downloaded futures v0.3.30 |
304 | 2024-06-22T00:49:40.971Z | Downloaded dof v0.3.0 |
305 | 2024-06-22T00:49:40.972Z | Downloaded backoff v0.4.0 |
306 | 2024-06-22T00:49:40.972Z | Downloaded async-stream v0.3.5 |
307 | 2024-06-22T00:49:40.972Z | Downloaded anyhow v1.0.86 |
308 | 2024-06-22T00:49:40.972Z | Downloaded ahash v0.8.11 |
309 | 2024-06-22T00:49:40.972Z | Downloaded macaddr v1.0.1 |
310 | 2024-06-22T00:49:40.972Z | Downloaded lock_api v0.4.12 |
311 | 2024-06-22T00:49:40.996Z | Downloaded indexmap v1.9.3 |
312 | 2024-06-22T00:49:40.996Z | Downloaded autocfg v1.3.0 |
313 | 2024-06-22T00:49:40.996Z | Downloaded num_threads v0.1.7 |
314 | 2024-06-22T00:49:40.996Z | Downloaded hyper-tls v0.5.0 |
315 | 2024-06-22T00:49:40.996Z | Downloaded hostname v0.4.0 |
316 | 2024-06-22T00:49:40.996Z | Downloaded hex v0.4.3 |
317 | 2024-06-22T00:49:40.996Z | Downloaded futures-sink v0.3.30 |
318 | 2024-06-22T00:49:40.996Z | Downloaded equivalent v1.0.1 |
319 | 2024-06-22T00:49:40.996Z | Downloaded dyn-clone v1.0.17 |
320 | 2024-06-22T00:49:40.996Z | Downloaded debug-ignore v1.0.5 |
321 | 2024-06-22T00:49:40.996Z | Downloaded crypto-common v0.1.6 |
322 | 2024-06-22T00:49:40.996Z | Downloaded atomic-waker v1.1.2 |
323 | 2024-06-22T00:49:40.996Z | Downloaded futures-core v0.3.30 |
324 | 2024-06-22T00:49:40.996Z | Downloaded dirs-next v2.0.0 |
325 | 2024-06-22T00:49:40.996Z | Downloaded deranged v0.3.11 |
326 | 2024-06-22T00:49:40.996Z | Downloaded block-buffer v0.10.4 |
327 | 2024-06-22T00:49:40.996Z | Downloaded ident_case v1.0.1 |
328 | 2024-06-22T00:49:41.020Z | Downloaded foreign-types-shared v0.1.1 |
329 | 2024-06-22T00:49:41.020Z | Downloaded async-stream-impl v0.3.5 |
330 | 2024-06-22T00:49:41.090Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-06-22T00:49:41.090Z | Compiling unicode-ident v1.0.12 |
332 | 2024-06-22T00:49:41.090Z | Compiling libc v0.2.155 |
333 | 2024-06-22T00:49:41.114Z | Checking cfg-if v1.0.0 |
334 | 2024-06-22T00:49:41.114Z | Compiling version_check v0.9.4 |
335 | 2024-06-22T00:49:41.114Z | Compiling autocfg v1.3.0 |
336 | 2024-06-22T00:49:41.114Z | Compiling serde v1.0.203 |
337 | 2024-06-22T00:49:41.114Z | Compiling serde_json v1.0.117 |
338 | 2024-06-22T00:49:41.200Z | Checking itoa v1.0.11 |
339 | 2024-06-22T00:49:41.274Z | Checking once_cell v1.19.0 |
340 | 2024-06-22T00:49:41.369Z | Compiling thiserror v1.0.61 |
341 | 2024-06-22T00:49:41.476Z | Compiling cc v1.0.99 |
342 | 2024-06-22T00:49:41.515Z | Compiling memchr v2.7.4 |
343 | 2024-06-22T00:49:41.701Z | Compiling ahash v0.8.11 |
344 | 2024-06-22T00:49:42.025Z | Checking byteorder v1.5.0 |
345 | 2024-06-22T00:49:42.098Z | Compiling num-traits v0.2.19 |
346 | 2024-06-22T00:49:42.268Z | Checking getrandom v0.2.15 |
347 | 2024-06-22T00:49:42.341Z | Compiling quote v1.0.36 |
348 | 2024-06-22T00:49:42.365Z | Checking pin-project-lite v0.2.14 |
349 | 2024-06-22T00:49:42.433Z | Checking ryu v1.0.18 |
350 | 2024-06-22T00:49:42.457Z | Checking bytes v1.6.0 |
351 | 2024-06-22T00:49:42.547Z | Checking log v0.4.21 |
352 | 2024-06-22T00:49:42.617Z | Compiling syn v2.0.67 |
353 | 2024-06-22T00:49:42.745Z | Checking allocator-api2 v0.2.18 |
354 | 2024-06-22T00:49:42.811Z | Compiling lock_api v0.4.12 |
355 | 2024-06-22T00:49:42.841Z | Compiling schemars v0.8.21 |
356 | 2024-06-22T00:49:42.952Z | Compiling parking_lot_core v0.9.10 |
357 | 2024-06-22T00:49:43.029Z | Checking smallvec v1.13.2 |
358 | 2024-06-22T00:49:43.053Z | Checking scopeguard v1.2.0 |
359 | 2024-06-22T00:49:43.146Z | Checking futures-core v0.3.30 |
360 | 2024-06-22T00:49:43.170Z | Checking socket2 v0.5.7 |
361 | 2024-06-22T00:49:43.255Z | Checking num_cpus v1.16.0 |
362 | 2024-06-22T00:49:43.294Z | Checking signal-hook-registry v1.4.2 |
363 | 2024-06-22T00:49:43.324Z | Checking mio v0.8.11 |
364 | 2024-06-22T00:49:43.348Z | Compiling slab v0.4.9 |
365 | 2024-06-22T00:49:43.491Z | Checking futures-sink v0.3.30 |
366 | 2024-06-22T00:49:43.561Z | Checking spin v0.9.8 |
367 | 2024-06-22T00:49:43.627Z | Checking untrusted v0.9.0 |
368 | 2024-06-22T00:49:43.661Z | Checking parking_lot v0.12.3 |
369 | 2024-06-22T00:49:43.718Z | Checking equivalent v1.0.1 |
370 | 2024-06-22T00:49:43.836Z | Checking fnv v1.0.7 |
371 | 2024-06-22T00:49:43.864Z | Checking futures-channel v0.3.30 |
372 | 2024-06-22T00:49:43.933Z | Compiling semver v1.0.23 |
373 | 2024-06-22T00:49:43.966Z | Compiling vcpkg v0.2.15 |
374 | 2024-06-22T00:49:44.032Z | Checking futures-task v0.3.30 |
375 | 2024-06-22T00:49:44.056Z | Checking futures-io v0.3.30 |
376 | 2024-06-22T00:49:44.056Z | Compiling ring v0.17.8 |
377 | 2024-06-22T00:49:44.158Z | Checking pin-utils v0.1.0 |
378 | 2024-06-22T00:49:44.210Z | Compiling pkg-config v0.3.30 |
379 | 2024-06-22T00:49:44.238Z | Compiling ucd-trie v0.1.6 |
380 | 2024-06-22T00:49:44.403Z | Checking iana-time-zone v0.1.60 |
381 | 2024-06-22T00:49:44.484Z | Checking http v0.2.12 |
382 | 2024-06-22T00:49:44.682Z | Compiling httparse v1.9.4 |
383 | 2024-06-22T00:49:45.310Z | Compiling heck v0.5.0 |
384 | 2024-06-22T00:49:45.434Z | Compiling openssl-sys v0.9.102 |
385 | 2024-06-22T00:49:45.463Z | Checking dyn-clone v1.0.17 |
386 | 2024-06-22T00:49:45.613Z | Checking tracing-core v0.1.32 |
387 | 2024-06-22T00:49:45.734Z | Compiling uuid v1.8.0 |
388 | 2024-06-22T00:49:46.008Z | Compiling chrono v0.4.38 |
389 | 2024-06-22T00:49:46.125Z | Checking tracing v0.1.40 |
390 | 2024-06-22T00:49:46.153Z | Compiling openssl v0.10.64 |
391 | 2024-06-22T00:49:46.266Z | Checking foreign-types-shared v0.1.1 |
392 | 2024-06-22T00:49:46.301Z | Checking try-lock v0.2.5 |
393 | 2024-06-22T00:49:46.350Z | Compiling slog v2.7.0 |
394 | 2024-06-22T00:49:46.390Z | Checking foreign-types v0.3.2 |
395 | 2024-06-22T00:49:46.422Z | Checking want v0.3.1 |
396 | 2024-06-22T00:49:46.500Z | Checking http-body v0.4.6 |
397 | 2024-06-22T00:49:46.548Z | Compiling aho-corasick v1.1.3 |
398 | 2024-06-22T00:49:46.807Z | Compiling rustls v0.21.12 |
399 | 2024-06-22T00:49:46.833Z | Checking bitflags v2.5.0 |
400 | 2024-06-22T00:49:47.039Z | Checking httpdate v1.0.3 |
401 | 2024-06-22T00:49:47.063Z | Compiling native-tls v0.2.12 |
402 | 2024-06-22T00:49:47.218Z | Checking percent-encoding v2.3.1 |
403 | 2024-06-22T00:49:47.368Z | Checking tinyvec_macros v0.1.1 |
404 | 2024-06-22T00:49:47.393Z | Compiling typenum v1.17.0 |
405 | 2024-06-22T00:49:47.435Z | Checking tower-service v0.3.2 |
406 | 2024-06-22T00:49:47.496Z | Compiling regex-syntax v0.8.4 |
407 | 2024-06-22T00:49:47.525Z | Checking tinyvec v1.6.0 |
408 | 2024-06-22T00:49:47.702Z | Checking form_urlencoded v1.2.1 |
409 | 2024-06-22T00:49:48.207Z | Compiling serde_derive_internals v0.29.1 |
410 | 2024-06-22T00:49:48.354Z | Compiling generic-array v0.14.7 |
411 | 2024-06-22T00:49:48.600Z | Checking openssl-probe v0.1.5 |
412 | 2024-06-22T00:49:48.767Z | Checking unicode-normalization v0.1.23 |
413 | 2024-06-22T00:49:49.085Z | Checking sct v0.7.1 |
414 | 2024-06-22T00:49:49.260Z | Checking rustls-webpki v0.101.7 |
415 | 2024-06-22T00:49:50.243Z | Compiling usdt-impl v0.5.0 |
416 | 2024-06-22T00:49:50.475Z | Compiling regex-automata v0.4.7 |
417 | 2024-06-22T00:49:50.548Z | Checking encoding_rs v0.8.34 |
418 | 2024-06-22T00:49:50.572Z | Checking mime v0.3.17 |
419 | 2024-06-22T00:49:50.607Z | Compiling time-core v0.1.2 |
420 | 2024-06-22T00:49:50.743Z | Checking powerfmt v0.2.0 |
421 | 2024-06-22T00:49:50.805Z | Checking unicode-bidi v0.3.15 |
422 | 2024-06-22T00:49:50.959Z | Compiling num-conv v0.1.0 |
423 | 2024-06-22T00:49:51.174Z | Compiling time-macros v0.2.18 |
424 | 2024-06-22T00:49:51.282Z | Checking idna v0.5.0 |
425 | 2024-06-22T00:49:51.852Z | Checking deranged v0.3.11 |
426 | 2024-06-22T00:49:52.381Z | Compiling thread-id v4.2.1 |
427 | 2024-06-22T00:49:52.472Z | Checking plain v0.2.3 |
428 | 2024-06-22T00:49:52.602Z | Compiling crossbeam-utils v0.8.20 |
429 | 2024-06-22T00:49:53.053Z | Checking rustls-pki-types v1.7.0 |
430 | 2024-06-22T00:49:53.077Z | Compiling serde_derive v1.0.203 |
431 | 2024-06-22T00:49:53.293Z | Compiling zerocopy-derive v0.7.34 |
432 | 2024-06-22T00:49:53.318Z | Compiling thiserror-impl v1.0.61 |
433 | 2024-06-22T00:49:53.318Z | Compiling schemars_derive v0.8.21 |
434 | 2024-06-22T00:49:53.385Z | Compiling tokio-macros v2.3.0 |
435 | 2024-06-22T00:49:53.515Z | Compiling futures-macro v0.3.30 |
436 | 2024-06-22T00:49:53.539Z | Compiling openssl-macros v0.1.1 |
437 | 2024-06-22T00:49:54.688Z | Checking tokio v1.38.0 |
438 | 2024-06-22T00:49:55.005Z | Checking zerocopy v0.7.34 |
439 | 2024-06-22T00:49:55.703Z | Checking futures-util v0.3.30 |
440 | 2024-06-22T00:49:55.737Z | Compiling pest v2.7.10 |
441 | 2024-06-22T00:49:56.412Z | Checking hashbrown v0.14.5 |
442 | 2024-06-22T00:49:57.109Z | Compiling regex v1.10.5 |
443 | 2024-06-22T00:49:57.325Z | Compiling scroll_derive v0.12.0 |
444 | 2024-06-22T00:49:57.771Z | Compiling pest_meta v2.7.10 |
445 | 2024-06-22T00:49:57.896Z | Compiling regress v0.10.0 |
446 | 2024-06-22T00:49:58.480Z | Checking scroll v0.12.0 |
447 | 2024-06-22T00:49:59.897Z | Compiling pest_generator v2.7.10 |
448 | 2024-06-22T00:50:00.304Z | Checking tokio-util v0.7.11 |
449 | 2024-06-22T00:50:00.539Z | Checking tokio-native-tls v0.3.1 |
450 | 2024-06-22T00:50:00.715Z | Checking tokio-rustls v0.24.1 |
451 | 2024-06-22T00:50:00.931Z | Checking base64 v0.21.7 |
452 | 2024-06-22T00:50:01.277Z | Compiling ident_case v1.0.1 |
453 | 2024-06-22T00:50:01.301Z | Checking num_threads v0.1.7 |
454 | 2024-06-22T00:50:01.325Z | Compiling strsim v0.11.1 |
455 | 2024-06-22T00:50:01.325Z | Compiling pest_derive v2.7.10 |
456 | 2024-06-22T00:50:01.380Z | Checking rustls-pemfile v1.0.4 |
457 | 2024-06-22T00:50:01.433Z | Checking time v0.3.36 |
458 | 2024-06-22T00:50:01.531Z | Checking goblin v0.8.2 |
459 | 2024-06-22T00:50:01.888Z | Compiling darling_core v0.20.9 |
460 | 2024-06-22T00:50:02.013Z | Compiling dtrace-parser v0.2.0 |
461 | 2024-06-22T00:50:02.853Z | Checking indexmap v2.2.6 |
462 | 2024-06-22T00:50:03.641Z | Compiling serde_tokenstream v0.2.1 |
463 | 2024-06-22T00:50:03.841Z | Checking h2 v0.3.26 |
464 | 2024-06-22T00:50:04.057Z | Checking serde_urlencoded v0.7.1 |
465 | 2024-06-22T00:50:04.425Z | Checking openapiv3 v2.0.0 |
466 | 2024-06-22T00:50:04.678Z | Checking url v2.5.2 |
467 | 2024-06-22T00:50:05.284Z | Compiling dof v0.3.0 |
468 | 2024-06-22T00:50:05.556Z | Checking dirs-sys-next v0.1.2 |
469 | 2024-06-22T00:50:06.302Z | Compiling omicron-workspace-hack v0.1.0 |
470 | 2024-06-22T00:50:06.536Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
471 | 2024-06-22T00:50:06.865Z | Checking pretty-hex v0.4.1 |
472 | 2024-06-22T00:50:06.916Z | Compiling rustls v0.22.4 |
473 | 2024-06-22T00:50:07.011Z | Compiling paste v1.0.15 |
474 | 2024-06-22T00:50:07.035Z | Checking sync_wrapper v0.1.2 |
475 | 2024-06-22T00:50:07.099Z | Checking hyper v0.14.29 |
476 | 2024-06-22T00:50:07.135Z | Checking ipnet v2.9.0 |
477 | 2024-06-22T00:50:07.167Z | Compiling unsafe-libyaml v0.2.11 |
478 | 2024-06-22T00:50:07.403Z | Checking webpki-roots v0.25.4 |
479 | 2024-06-22T00:50:07.507Z | Compiling rustversion v1.0.17 |
480 | 2024-06-22T00:50:07.808Z | Compiling darling_macro v0.20.9 |
481 | 2024-06-22T00:50:08.079Z | Checking dirs-next v2.0.0 |
482 | 2024-06-22T00:50:08.177Z | Compiling serde_yaml v0.9.34+deprecated |
483 | 2024-06-22T00:50:08.555Z | Checking serde_spanned v0.6.6 |
484 | 2024-06-22T00:50:08.658Z | Checking toml_datetime v0.6.6 |
485 | 2024-06-22T00:50:08.697Z | Checking rustls-webpki v0.102.4 |
486 | 2024-06-22T00:50:08.752Z | Checking crypto-common v0.1.6 |
487 | 2024-06-22T00:50:08.820Z | Checking block-buffer v0.10.4 |
488 | 2024-06-22T00:50:08.874Z | Compiling structmeta-derive v0.3.0 |
489 | 2024-06-22T00:50:08.898Z | Checking rand_core v0.6.4 |
490 | 2024-06-22T00:50:08.977Z | Compiling multer v3.1.0 |
491 | 2024-06-22T00:50:09.001Z | Checking thread_local v1.1.8 |
492 | 2024-06-22T00:50:09.132Z | Checking match_cfg v0.1.0 |
493 | 2024-06-22T00:50:09.206Z | Checking winnow v0.6.13 |
494 | 2024-06-22T00:50:09.231Z | Compiling camino v1.1.7 |
495 | 2024-06-22T00:50:09.255Z | Checking subtle v2.6.0 |
496 | 2024-06-22T00:50:09.351Z | Compiling anyhow v1.0.86 |
497 | 2024-06-22T00:50:09.457Z | Checking ppv-lite86 v0.2.17 |
498 | 2024-06-22T00:50:09.717Z | Compiling slog-async v2.8.0 |
499 | 2024-06-22T00:50:09.809Z | Checking zeroize v1.8.1 |
500 | 2024-06-22T00:50:09.990Z | Checking rand_chacha v0.3.1 |
501 | 2024-06-22T00:50:10.315Z | Checking hostname v0.3.1 |
502 | 2024-06-22T00:50:10.350Z | Checking digest v0.10.7 |
503 | 2024-06-22T00:50:10.604Z | Checking crossbeam-channel v0.5.13 |
504 | 2024-06-22T00:50:10.709Z | Checking hyper-tls v0.5.0 |
505 | 2024-06-22T00:50:10.819Z | Checking hyper-rustls v0.24.2 |
506 | 2024-06-22T00:50:10.927Z | Compiling darling v0.20.9 |
507 | 2024-06-22T00:50:11.012Z | Checking term v0.7.0 |
508 | 2024-06-22T00:50:11.054Z | Checking reqwest v0.11.27 |
509 | 2024-06-22T00:50:11.116Z | Compiling structmeta v0.3.0 |
510 | 2024-06-22T00:50:11.343Z | Compiling usdt-macro v0.5.0 |
511 | 2024-06-22T00:50:11.442Z | Compiling usdt-attr-macro v0.5.0 |
512 | 2024-06-22T00:50:11.544Z | Checking toml_edit v0.22.14 |
513 | 2024-06-22T00:50:12.112Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
514 | 2024-06-22T00:50:12.185Z | Checking slog-json v2.6.1 |
515 | 2024-06-22T00:50:12.303Z | Checking futures-executor v0.3.30 |
516 | 2024-06-22T00:50:12.344Z | Compiling async-stream-impl v0.3.5 |
517 | 2024-06-22T00:50:12.385Z | Checking http v1.1.0 |
518 | 2024-06-22T00:50:12.418Z | Checking is-terminal v0.4.12 |
519 | 2024-06-22T00:50:12.488Z | Checking memmap v0.7.0 |
520 | 2024-06-22T00:50:12.513Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
521 | 2024-06-22T00:50:12.650Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
522 | 2024-06-22T00:50:12.673Z | Checking cpufeatures v0.2.12 |
523 | 2024-06-22T00:50:12.729Z | Checking base64 v0.22.1 |
524 | 2024-06-22T00:50:12.794Z | Checking atomic-waker v1.1.2 |
525 | 2024-06-22T00:50:12.891Z | Checking take_mut v0.2.2 |
526 | 2024-06-22T00:50:12.923Z | Checking tokio-rustls v0.25.0 |
527 | 2024-06-22T00:50:12.946Z | Checking waitgroup v0.1.2 |
528 | 2024-06-22T00:50:13.087Z | Checking sha1 v0.10.6 |
529 | 2024-06-22T00:50:13.111Z | Checking rustls-pemfile v2.1.2 |
530 | 2024-06-22T00:50:13.197Z | Checking usdt v0.5.0 |
531 | 2024-06-22T00:50:13.239Z | Checking slog-term v2.9.1 |
532 | 2024-06-22T00:50:13.303Z | Checking futures v0.3.30 |
533 | 2024-06-22T00:50:13.327Z | Checking slog-bunyan v2.5.0 |
534 | 2024-06-22T00:50:13.389Z | Compiling strum_macros v0.26.4 |
535 | 2024-06-22T00:50:13.413Z | Compiling parse-display-derive v0.9.1 |
536 | 2024-06-22T00:50:13.437Z | Checking async-stream v0.3.5 |
537 | 2024-06-22T00:50:13.437Z | Compiling serde_with_macros v3.8.1 |
538 | 2024-06-22T00:50:13.577Z | Checking toml v0.8.14 |
539 | 2024-06-22T00:50:13.809Z | Checking rand v0.8.5 |
540 | 2024-06-22T00:50:13.996Z | Checking ipnetwork v0.20.0 |
541 | 2024-06-22T00:50:14.020Z | Checking newtype-uuid v1.1.0 |
542 | 2024-06-22T00:50:14.181Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
543 | 2024-06-22T00:50:14.210Z | Checking hex v0.4.3 |
544 | 2024-06-22T00:50:14.291Z | Checking serde_path_to_error v0.1.16 |
545 | 2024-06-22T00:50:14.641Z | Compiling async-trait v0.1.80 |
546 | 2024-06-22T00:50:14.802Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
547 | 2024-06-22T00:50:14.827Z | Checking hostname v0.4.0 |
548 | 2024-06-22T00:50:14.934Z | Checking instant v0.1.13 |
549 | 2024-06-22T00:50:15.022Z | Checking debug-ignore v1.0.5 |
550 | 2024-06-22T00:50:15.127Z | Checking backoff v0.4.0 |
551 | 2024-06-22T00:50:15.343Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
552 | 2024-06-22T00:50:15.456Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
553 | 2024-06-22T00:50:15.480Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
554 | 2024-06-22T00:50:15.562Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
555 | 2024-06-22T00:50:15.696Z | Checking serde_with v3.8.1 |
556 | 2024-06-22T00:50:15.742Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
557 | 2024-06-22T00:50:15.830Z | Checking macaddr v1.0.1 |
558 | 2024-06-22T00:50:16.085Z | Checking regress v0.9.1 |
559 | 2024-06-22T00:50:16.784Z | Checking parse-display v0.9.1 |
560 | 2024-06-22T00:50:17.032Z | Checking strum v0.26.2 |
561 | 2024-06-22T00:50:17.516Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
562 | 2024-06-22T00:50:19.841Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
563 | 2024-06-22T00:50:19.917Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
564 | 2024-06-22T00:50:23.736Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
565 | 2024-06-22T00:50:31.899Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
566 | 2024-06-22T00:50:35.357Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-06-22T00:50:42.633Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-06-22T00:50:42.702Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
569 | 2024-06-22T00:50:42.757Z | + cargo build --release |
570 | 2024-06-22T00:50:43.077Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-06-22T00:50:43.077Z | Compiling unicode-ident v1.0.12 |
572 | 2024-06-22T00:50:43.077Z | Compiling libc v0.2.155 |
573 | 2024-06-22T00:50:43.102Z | Compiling cfg-if v1.0.0 |
574 | 2024-06-22T00:50:43.102Z | Compiling version_check v0.9.4 |
575 | 2024-06-22T00:50:43.102Z | Compiling autocfg v1.3.0 |
576 | 2024-06-22T00:50:43.102Z | Compiling serde v1.0.203 |
577 | 2024-06-22T00:50:43.102Z | Compiling serde_json v1.0.117 |
578 | 2024-06-22T00:50:43.198Z | Compiling itoa v1.0.11 |
579 | 2024-06-22T00:50:43.232Z | Compiling thiserror v1.0.61 |
580 | 2024-06-22T00:50:43.380Z | Compiling once_cell v1.19.0 |
581 | 2024-06-22T00:50:43.405Z | Compiling memchr v2.7.4 |
582 | 2024-06-22T00:50:43.549Z | Compiling cc v1.0.99 |
583 | 2024-06-22T00:50:43.654Z | Compiling ahash v0.8.11 |
584 | 2024-06-22T00:50:43.944Z | Compiling byteorder v1.5.0 |
585 | 2024-06-22T00:50:43.992Z | Compiling num-traits v0.2.19 |
586 | 2024-06-22T00:50:44.263Z | Compiling getrandom v0.2.15 |
587 | 2024-06-22T00:50:44.340Z | Compiling quote v1.0.36 |
588 | 2024-06-22T00:50:44.364Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-06-22T00:50:44.443Z | Compiling ryu v1.0.18 |
590 | 2024-06-22T00:50:44.569Z | Compiling bytes v1.6.0 |
591 | 2024-06-22T00:50:44.697Z | Compiling syn v2.0.67 |
592 | 2024-06-22T00:50:44.770Z | Compiling log v0.4.21 |
593 | 2024-06-22T00:50:44.837Z | Compiling schemars v0.8.21 |
594 | 2024-06-22T00:50:44.890Z | Compiling allocator-api2 v0.2.18 |
595 | 2024-06-22T00:50:45.132Z | Compiling lock_api v0.4.12 |
596 | 2024-06-22T00:50:45.162Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-06-22T00:50:45.186Z | Compiling futures-core v0.3.30 |
598 | 2024-06-22T00:50:45.386Z | Compiling scopeguard v1.2.0 |
599 | 2024-06-22T00:50:45.511Z | Compiling smallvec v1.13.2 |
600 | 2024-06-22T00:50:45.557Z | Compiling mio v0.8.11 |
601 | 2024-06-22T00:50:45.634Z | Compiling num_cpus v1.16.0 |
602 | 2024-06-22T00:50:45.736Z | Compiling socket2 v0.5.7 |
603 | 2024-06-22T00:50:45.918Z | Compiling signal-hook-registry v1.4.2 |
604 | 2024-06-22T00:50:45.949Z | Compiling ring v0.17.8 |
605 | 2024-06-22T00:50:46.012Z | Compiling slab v0.4.9 |
606 | 2024-06-22T00:50:46.110Z | Compiling futures-sink v0.3.30 |
607 | 2024-06-22T00:50:46.235Z | Compiling parking_lot v0.12.3 |
608 | 2024-06-22T00:50:46.364Z | Compiling spin v0.9.8 |
609 | 2024-06-22T00:50:46.679Z | Compiling equivalent v1.0.1 |
610 | 2024-06-22T00:50:46.769Z | Compiling fnv v1.0.7 |
611 | 2024-06-22T00:50:46.876Z | Compiling semver v1.0.23 |
612 | 2024-06-22T00:50:47.170Z | Compiling untrusted v0.9.0 |
613 | 2024-06-22T00:50:47.232Z | Compiling futures-channel v0.3.30 |
614 | 2024-06-22T00:50:47.320Z | Compiling futures-io v0.3.30 |
615 | 2024-06-22T00:50:47.344Z | Compiling pkg-config v0.3.30 |
616 | 2024-06-22T00:50:47.462Z | Compiling futures-task v0.3.30 |
617 | 2024-06-22T00:50:47.486Z | Compiling vcpkg v0.2.15 |
618 | 2024-06-22T00:50:47.607Z | Compiling pin-utils v0.1.0 |
619 | 2024-06-22T00:50:47.820Z | Compiling iana-time-zone v0.1.60 |
620 | 2024-06-22T00:50:47.861Z | Compiling ucd-trie v0.1.6 |
621 | 2024-06-22T00:50:48.271Z | Compiling http v0.2.12 |
622 | 2024-06-22T00:50:48.399Z | Compiling heck v0.5.0 |
623 | 2024-06-22T00:50:48.632Z | Compiling httparse v1.9.4 |
624 | 2024-06-22T00:50:48.748Z | Compiling dyn-clone v1.0.17 |
625 | 2024-06-22T00:50:48.887Z | Compiling openssl-sys v0.9.102 |
626 | 2024-06-22T00:50:49.254Z | Compiling chrono v0.4.38 |
627 | 2024-06-22T00:50:49.375Z | Compiling tracing-core v0.1.32 |
628 | 2024-06-22T00:50:49.399Z | Compiling uuid v1.8.0 |
629 | 2024-06-22T00:50:50.802Z | Compiling serde_derive_internals v0.29.1 |
630 | 2024-06-22T00:50:50.826Z | Compiling tracing v0.1.40 |
631 | 2024-06-22T00:50:51.398Z | Compiling slog v2.7.0 |
632 | 2024-06-22T00:50:51.649Z | Compiling openssl v0.10.64 |
633 | 2024-06-22T00:50:51.673Z | Compiling try-lock v0.2.5 |
634 | 2024-06-22T00:50:51.799Z | Compiling foreign-types-shared v0.1.1 |
635 | 2024-06-22T00:50:51.853Z | Compiling want v0.3.1 |
636 | 2024-06-22T00:50:51.886Z | Compiling foreign-types v0.3.2 |
637 | 2024-06-22T00:50:52.107Z | Compiling http-body v0.4.6 |
638 | 2024-06-22T00:50:52.151Z | Compiling aho-corasick v1.1.3 |
639 | 2024-06-22T00:50:52.501Z | Compiling tinyvec_macros v0.1.1 |
640 | 2024-06-22T00:50:52.576Z | Compiling percent-encoding v2.3.1 |
641 | 2024-06-22T00:50:52.680Z | Compiling rustls v0.21.12 |
642 | 2024-06-22T00:50:52.944Z | Compiling tower-service v0.3.2 |
643 | 2024-06-22T00:50:52.968Z | Compiling regex-syntax v0.8.4 |
644 | 2024-06-22T00:50:53.047Z | Compiling native-tls v0.2.12 |
645 | 2024-06-22T00:50:53.180Z | Compiling typenum v1.17.0 |
646 | 2024-06-22T00:50:53.315Z | Compiling bitflags v2.5.0 |
647 | 2024-06-22T00:50:53.350Z | Compiling httpdate v1.0.3 |
648 | 2024-06-22T00:50:53.663Z | Compiling form_urlencoded v1.2.1 |
649 | 2024-06-22T00:50:53.956Z | Compiling tinyvec v1.6.0 |
650 | 2024-06-22T00:50:54.136Z | Compiling generic-array v0.14.7 |
651 | 2024-06-22T00:50:54.409Z | Compiling openssl-probe v0.1.5 |
652 | 2024-06-22T00:50:54.927Z | Compiling serde_derive v1.0.203 |
653 | 2024-06-22T00:50:54.985Z | Compiling zerocopy-derive v0.7.34 |
654 | 2024-06-22T00:50:55.023Z | Compiling thiserror-impl v1.0.61 |
655 | 2024-06-22T00:50:55.405Z | Compiling schemars_derive v0.8.21 |
656 | 2024-06-22T00:50:55.834Z | Compiling tokio-macros v2.3.0 |
657 | 2024-06-22T00:51:00.311Z | Compiling zerocopy v0.7.34 |
658 | 2024-06-22T00:51:00.357Z | Compiling tokio v1.38.0 |
659 | 2024-06-22T00:51:00.357Z | Compiling futures-macro v0.3.30 |
660 | 2024-06-22T00:51:00.357Z | Compiling pest v2.7.10 |
661 | 2024-06-22T00:51:00.387Z | Compiling hashbrown v0.14.5 |
662 | 2024-06-22T00:51:00.387Z | Compiling futures-util v0.3.30 |
663 | 2024-06-22T00:51:00.387Z | Compiling pest_meta v2.7.10 |
664 | 2024-06-22T00:51:00.387Z | Compiling regress v0.10.0 |
665 | 2024-06-22T00:51:00.387Z | Compiling openssl-macros v0.1.1 |
666 | 2024-06-22T00:51:00.926Z | Compiling rustls-webpki v0.101.7 |
667 | 2024-06-22T00:51:03.681Z | Compiling pest_generator v2.7.10 |
668 | 2024-06-22T00:51:04.400Z | Compiling sct v0.7.1 |
669 | 2024-06-22T00:51:04.792Z | Compiling tokio-util v0.7.11 |
670 | 2024-06-22T00:51:05.107Z | Compiling pest_derive v2.7.10 |
671 | 2024-06-22T00:51:05.472Z | Compiling regex-automata v0.4.7 |
672 | 2024-06-22T00:51:06.127Z | Compiling serde_tokenstream v0.2.1 |
673 | 2024-06-22T00:51:06.691Z | Compiling indexmap v2.2.6 |
674 | 2024-06-22T00:51:08.631Z | Compiling h2 v0.3.26 |
675 | 2024-06-22T00:51:11.873Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
676 | 2024-06-22T00:51:13.170Z | Compiling hyper v0.14.29 |
677 | 2024-06-22T00:51:14.870Z | Compiling regex v1.10.5 |
678 | 2024-06-22T00:51:16.869Z | Compiling unicode-normalization v0.1.23 |
679 | 2024-06-22T00:51:17.862Z | Compiling scroll_derive v0.12.0 |
680 | 2024-06-22T00:51:20.849Z | Compiling usdt-impl v0.5.0 |
681 | 2024-06-22T00:51:21.200Z | Compiling encoding_rs v0.8.34 |
682 | 2024-06-22T00:51:21.721Z | Compiling powerfmt v0.2.0 |
683 | 2024-06-22T00:51:22.013Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
684 | 2024-06-22T00:51:22.333Z | Compiling num-conv v0.1.0 |
685 | 2024-06-22T00:51:22.587Z | Compiling unicode-bidi v0.3.15 |
686 | 2024-06-22T00:51:25.218Z | Compiling time-core v0.1.2 |
687 | 2024-06-22T00:51:25.373Z | Compiling mime v0.3.17 |
688 | 2024-06-22T00:51:25.604Z | Compiling time-macros v0.2.18 |
689 | 2024-06-22T00:51:28.011Z | Compiling idna v0.5.0 |
690 | 2024-06-22T00:51:28.036Z | Compiling deranged v0.3.11 |
691 | 2024-06-22T00:51:30.819Z | Compiling thread-id v4.2.1 |
692 | 2024-06-22T00:51:30.843Z | Compiling tokio-rustls v0.24.1 |
693 | 2024-06-22T00:51:30.905Z | Compiling scroll v0.12.0 |
694 | 2024-06-22T00:51:31.044Z | Compiling tokio-native-tls v0.3.1 |
695 | 2024-06-22T00:51:31.168Z | Compiling dof v0.3.0 |
696 | 2024-06-22T00:51:31.286Z | Compiling serde_urlencoded v0.7.1 |
697 | 2024-06-22T00:51:31.419Z | Compiling dtrace-parser v0.2.0 |
698 | 2024-06-22T00:51:31.882Z | Compiling base64 v0.21.7 |
699 | 2024-06-22T00:51:32.604Z | Compiling omicron-workspace-hack v0.1.0 |
700 | 2024-06-22T00:51:32.858Z | Compiling rustls-pki-types v1.7.0 |
701 | 2024-06-22T00:51:33.068Z | Compiling crossbeam-utils v0.8.20 |
702 | 2024-06-22T00:51:33.538Z | Compiling num_threads v0.1.7 |
703 | 2024-06-22T00:51:33.632Z | Compiling plain v0.2.3 |
704 | 2024-06-22T00:51:33.914Z | Compiling ident_case v1.0.1 |
705 | 2024-06-22T00:51:34.043Z | Compiling strsim v0.11.1 |
706 | 2024-06-22T00:51:34.997Z | Compiling darling_core v0.20.9 |
707 | 2024-06-22T00:51:36.381Z | Compiling time v0.3.36 |
708 | 2024-06-22T00:51:36.529Z | Compiling goblin v0.8.2 |
709 | 2024-06-22T00:51:39.914Z | Compiling rustls-pemfile v1.0.4 |
710 | 2024-06-22T00:51:40.589Z | Compiling hyper-tls v0.5.0 |
711 | 2024-06-22T00:51:40.995Z | Compiling hyper-rustls v0.24.2 |
712 | 2024-06-22T00:51:41.333Z | Compiling url v2.5.2 |
713 | 2024-06-22T00:51:41.654Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#66f11c64) |
714 | 2024-06-22T00:51:41.763Z | Compiling openapiv3 v2.0.0 |
715 | 2024-06-22T00:51:44.187Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-06-22T00:51:45.158Z | Compiling pretty-hex v0.4.1 |
717 | 2024-06-22T00:51:45.347Z | Compiling rustversion v1.0.17 |
718 | 2024-06-22T00:51:45.411Z | Compiling rustls v0.22.4 |
719 | 2024-06-22T00:51:45.659Z | Compiling ipnet v2.9.0 |
720 | 2024-06-22T00:51:45.861Z | Compiling unsafe-libyaml v0.2.11 |
721 | 2024-06-22T00:51:45.886Z | Compiling sync_wrapper v0.1.2 |
722 | 2024-06-22T00:51:45.984Z | Compiling webpki-roots v0.25.4 |
723 | 2024-06-22T00:51:46.099Z | Compiling paste v1.0.15 |
724 | 2024-06-22T00:51:46.439Z | Compiling reqwest v0.11.27 |
725 | 2024-06-22T00:51:47.254Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-06-22T00:51:47.884Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
727 | 2024-06-22T00:51:49.252Z | Compiling dirs-next v2.0.0 |
728 | 2024-06-22T00:51:50.250Z | Compiling darling_macro v0.20.9 |
729 | 2024-06-22T00:51:51.271Z | Compiling rustls-webpki v0.102.4 |
730 | 2024-06-22T00:51:52.004Z | Compiling block-buffer v0.10.4 |
731 | 2024-06-22T00:51:52.199Z | Compiling crypto-common v0.1.6 |
732 | 2024-06-22T00:51:52.355Z | Compiling toml_datetime v0.6.6 |
733 | 2024-06-22T00:51:52.457Z | Compiling serde_spanned v0.6.6 |
734 | 2024-06-22T00:51:52.654Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-06-22T00:51:52.898Z | Compiling rand_core v0.6.4 |
736 | 2024-06-22T00:51:53.299Z | Compiling multer v3.1.0 |
737 | 2024-06-22T00:51:53.384Z | Compiling thread_local v1.1.8 |
738 | 2024-06-22T00:51:53.563Z | Compiling ppv-lite86 v0.2.17 |
739 | 2024-06-22T00:51:54.040Z | Compiling slog-async v2.8.0 |
740 | 2024-06-22T00:51:54.216Z | Compiling winnow v0.6.13 |
741 | 2024-06-22T00:51:54.441Z | Compiling zeroize v1.8.1 |
742 | 2024-06-22T00:51:54.465Z | Compiling camino v1.1.7 |
743 | 2024-06-22T00:51:54.731Z | Compiling anyhow v1.0.86 |
744 | 2024-06-22T00:51:54.886Z | Compiling match_cfg v0.1.0 |
745 | 2024-06-22T00:51:54.938Z | Compiling subtle v2.6.0 |
746 | 2024-06-22T00:51:54.968Z | Compiling hostname v0.3.1 |
747 | 2024-06-22T00:51:54.998Z | Compiling structmeta v0.3.0 |
748 | 2024-06-22T00:51:55.222Z | Compiling rand_chacha v0.3.1 |
749 | 2024-06-22T00:51:55.380Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
750 | 2024-06-22T00:51:55.630Z | Compiling digest v0.10.7 |
751 | 2024-06-22T00:51:55.963Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-06-22T00:51:57.349Z | Compiling toml_edit v0.22.14 |
753 | 2024-06-22T00:51:57.646Z | Compiling darling v0.20.9 |
754 | 2024-06-22T00:51:57.733Z | Compiling term v0.7.0 |
755 | 2024-06-22T00:52:01.605Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
756 | 2024-06-22T00:52:04.639Z | Compiling usdt-macro v0.5.0 |
757 | 2024-06-22T00:52:05.025Z | Compiling usdt-attr-macro v0.5.0 |
758 | 2024-06-22T00:52:05.793Z | Compiling slog-json v2.6.1 |
759 | 2024-06-22T00:52:06.252Z | Compiling futures-executor v0.3.30 |
760 | 2024-06-22T00:52:06.304Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-06-22T00:52:07.332Z | Compiling http v1.1.0 |
762 | 2024-06-22T00:52:07.384Z | Compiling is-terminal v0.4.12 |
763 | 2024-06-22T00:52:07.481Z | Compiling memmap v0.7.0 |
764 | 2024-06-22T00:52:07.839Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
765 | 2024-06-22T00:52:08.008Z | Compiling cpufeatures v0.2.12 |
766 | 2024-06-22T00:52:08.088Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
767 | 2024-06-22T00:52:08.112Z | Compiling atomic-waker v1.1.2 |
768 | 2024-06-22T00:52:08.260Z | Compiling base64 v0.22.1 |
769 | 2024-06-22T00:52:08.328Z | Compiling take_mut v0.2.2 |
770 | 2024-06-22T00:52:09.105Z | Compiling rustls-pemfile v2.1.2 |
771 | 2024-06-22T00:52:11.132Z | Compiling waitgroup v0.1.2 |
772 | 2024-06-22T00:52:11.363Z | Compiling sha1 v0.10.6 |
773 | 2024-06-22T00:52:11.546Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#244fe031) |
774 | 2024-06-22T00:52:11.695Z | Compiling usdt v0.5.0 |
775 | 2024-06-22T00:52:11.915Z | Compiling slog-term v2.9.1 |
776 | 2024-06-22T00:52:12.061Z | Compiling async-stream v0.3.5 |
777 | 2024-06-22T00:52:12.354Z | Compiling futures v0.3.30 |
778 | 2024-06-22T00:52:12.522Z | Compiling slog-bunyan v2.5.0 |
779 | 2024-06-22T00:52:12.730Z | Compiling strum_macros v0.26.4 |
780 | 2024-06-22T00:52:13.007Z | Compiling toml v0.8.14 |
781 | 2024-06-22T00:52:14.283Z | Compiling tokio-rustls v0.25.0 |
782 | 2024-06-22T00:52:14.615Z | Compiling serde_with_macros v3.8.1 |
783 | 2024-06-22T00:52:16.412Z | Compiling rand v0.8.5 |
784 | 2024-06-22T00:52:17.953Z | Compiling parse-display-derive v0.9.1 |
785 | 2024-06-22T00:52:18.296Z | Compiling newtype-uuid v1.1.0 |
786 | 2024-06-22T00:52:18.547Z | Compiling ipnetwork v0.20.0 |
787 | 2024-06-22T00:52:19.089Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d3e7ac68) |
788 | 2024-06-22T00:52:19.274Z | Compiling serde_path_to_error v0.1.16 |
789 | 2024-06-22T00:52:20.074Z | Compiling hex v0.4.3 |
790 | 2024-06-22T00:52:20.627Z | Compiling async-trait v0.1.80 |
791 | 2024-06-22T00:52:21.104Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
792 | 2024-06-22T00:52:21.352Z | Compiling hostname v0.4.0 |
793 | 2024-06-22T00:52:21.556Z | Compiling instant v0.1.13 |
794 | 2024-06-22T00:52:21.685Z | Compiling debug-ignore v1.0.5 |
795 | 2024-06-22T00:52:21.779Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-06-22T00:52:21.808Z | Compiling backoff v0.4.0 |
797 | 2024-06-22T00:52:21.951Z | Compiling parse-display v0.9.1 |
798 | 2024-06-22T00:52:22.069Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
799 | 2024-06-22T00:52:22.209Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
800 | 2024-06-22T00:52:22.479Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
801 | 2024-06-22T00:52:22.873Z | Compiling serde_with v3.8.1 |
802 | 2024-06-22T00:52:23.636Z | Compiling strum v0.26.2 |
803 | 2024-06-22T00:52:23.803Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-06-22T00:52:24.490Z | Compiling macaddr v1.0.1 |
805 | 2024-06-22T00:52:24.989Z | Compiling regress v0.9.1 |
806 | 2024-06-22T00:52:28.699Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-06-22T00:52:36.974Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-06-22T00:52:46.251Z | Finished `release` profile [optimized] target(s) in 2m 03s |
809 | 2024-06-22T00:52:46.295Z | process exited: duration 196786 ms, exit code 0 |
|
810 | 2024-06-22T00:52:46.347Z | found 0 output files |