|
|
|
1 | 2024-07-29T22:00:22.655Z | job assigned to worker 01J4082VYNDQ808ZCFXE8ED4G5 (queued for 1 m 1 s) |
|
2 | 2024-07-29T22:00:29.904Z | starting task 0: "setup" |
3 | 2024-07-29T22:00:29.913Z | ++ uname -s |
4 | 2024-07-29T22:00:29.916Z | + kern=SunOS |
5 | 2024-07-29T22:00:29.916Z | + case "$kern" in |
6 | 2024-07-29T22:00:29.916Z | + groupadd -g 12345 build |
7 | 2024-07-29T22:00:29.919Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-29T22:00:31.929Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-29T22:00:32.030Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-29T22:00:32.033Z | + home_fs=zfs |
11 | 2024-07-29T22:00:32.033Z | + [[ zfs == autofs ]] |
12 | 2024-07-29T22:00:32.033Z | + mkdir -p /home/build |
13 | 2024-07-29T22:00:32.036Z | + chown build:build /home/build /work |
14 | 2024-07-29T22:00:34.037Z | + chmod 0700 /home/build /work |
15 | 2024-07-29T22:00:34.040Z | process exited: duration 4137 ms, exit code 0 |
|
16 | 2024-07-29T22:00:34.046Z | starting task 1: "rust-toolchain" |
17 | 2024-07-29T22:00:34.052Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-29T22:00:34.052Z | ' 1.78.0 |
19 | 2024-07-29T22:00:34.052Z | * toolchain channel = "1.78.0" |
20 | 2024-07-29T22:00:34.055Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-29T22:00:34.055Z | * toolchain profile = "default" |
22 | 2024-07-29T22:00:34.055Z | ' default |
23 | 2024-07-29T22:00:34.055Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-29T22:00:34.055Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-29T22:00:34.143Z | info: downloading installer |
26 | 2024-07-29T22:00:35.535Z | info: profile set to 'default' |
27 | 2024-07-29T22:00:35.535Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-29T22:00:35.535Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-29T22:00:35.686Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-29T22:00:35.686Z | info: downloading component 'cargo' |
31 | 2024-07-29T22:00:36.540Z | info: downloading component 'clippy' |
32 | 2024-07-29T22:00:36.822Z | info: downloading component 'rust-docs' |
33 | 2024-07-29T22:00:37.946Z | info: downloading component 'rust-std' |
34 | 2024-07-29T22:00:39.768Z | info: downloading component 'rustc' |
35 | 2024-07-29T22:00:44.331Z | info: downloading component 'rustfmt' |
36 | 2024-07-29T22:00:44.574Z | info: installing component 'cargo' |
37 | 2024-07-29T22:00:45.398Z | info: installing component 'clippy' |
38 | 2024-07-29T22:00:45.755Z | info: installing component 'rust-docs' |
39 | 2024-07-29T22:00:47.289Z | info: installing component 'rust-std' |
40 | 2024-07-29T22:00:49.046Z | info: installing component 'rustc' |
41 | 2024-07-29T22:00:53.246Z | info: installing component 'rustfmt' |
42 | 2024-07-29T22:00:53.581Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-29T22:00:53.581Z | |
44 | 2024-07-29T22:00:53.845Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-29T22:00:53.845Z | |
46 | 2024-07-29T22:00:53.848Z | |
47 | 2024-07-29T22:00:53.848Z | Rust is installed now. Great! |
48 | 2024-07-29T22:00:53.848Z | |
49 | 2024-07-29T22:00:53.848Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-29T22:00:53.848Z | environment variable. This has not been done automatically. |
51 | 2024-07-29T22:00:53.848Z | |
52 | 2024-07-29T22:00:53.848Z | To configure your current shell, you need to source |
53 | 2024-07-29T22:00:53.849Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-29T22:00:53.849Z | |
55 | 2024-07-29T22:00:53.849Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-29T22:00:53.849Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-29T22:00:53.849Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-29T22:00:53.895Z | + rustc --version |
59 | 2024-07-29T22:00:53.955Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-29T22:00:53.958Z | process exited: duration 19912 ms, exit code 0 |
|
61 | 2024-07-29T22:00:53.967Z | starting task 2: "authentication" |
62 | 2024-07-29T22:00:53.986Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-07-29T22:00:53.992Z | starting task 3: "clone repository" |
64 | 2024-07-29T22:00:53.997Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-29T22:00:54.001Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-29T22:00:54.043Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-29T22:01:00.671Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-29T22:01:00.671Z | + git fetch origin d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 |
69 | 2024-07-29T22:01:00.985Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-29T22:01:00.985Z | * branch d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 -> FETCH_HEAD |
71 | 2024-07-29T22:01:00.994Z | + [[ -n sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary ]] |
72 | 2024-07-29T22:01:00.996Z | ++ git branch --show-current |
73 | 2024-07-29T22:01:00.999Z | + current=main |
74 | 2024-07-29T22:01:00.999Z | + [[ main != sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary ]] |
75 | 2024-07-29T22:01:00.999Z | + git branch -f sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 |
76 | 2024-07-29T22:01:01.002Z | + git checkout -f sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary |
77 | 2024-07-29T22:01:01.107Z | Switched to branch 'sunshowers/spr/omicron-dev-move-downloader-to-a-separate-binary' |
78 | 2024-07-29T22:01:01.110Z | + git reset --hard d8f2fcb7e435948f2dc6ad1a9f7110d4dd93d321 |
79 | 2024-07-29T22:01:01.213Z | HEAD is now at d8f2fcb7e rebase on main |
80 | 2024-07-29T22:01:01.216Z | process exited: duration 7222 ms, exit code 0 |
|
81 | 2024-07-29T22:01:01.223Z | starting task 4: "build" |
82 | 2024-07-29T22:01:01.228Z | + cargo --version |
83 | 2024-07-29T22:01:01.280Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-29T22:01:01.283Z | + rustc --version |
85 | 2024-07-29T22:01:01.337Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-29T22:01:01.340Z | + cd /tmp |
87 | 2024-07-29T22:01:01.340Z | + cargo new --lib test-project |
88 | 2024-07-29T22:01:01.392Z | Creating library `test-project` package |
89 | 2024-07-29T22:01:01.466Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-29T22:01:01.469Z | + cd test-project |
91 | 2024-07-29T22:01:01.469Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-29T22:01:01.524Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-29T22:01:01.524Z | Features: |
94 | 2024-07-29T22:01:01.524Z | - proptest |
95 | 2024-07-29T22:01:01.524Z | - test-strategy |
96 | 2024-07-29T22:01:01.524Z | - testing |
97 | 2024-07-29T22:01:01.527Z | Updating crates.io index |
98 | 2024-07-29T22:01:01.592Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-29T22:01:02.324Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-29T22:01:03.252Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-29T22:01:03.510Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-29T22:01:05.533Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-29T22:01:05.791Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-29T22:01:06.145Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-29T22:01:08.856Z | + cargo check |
106 | 2024-07-29T22:01:09.062Z | Downloading crates ... |
107 | 2024-07-29T22:01:09.125Z | Downloaded darling_macro v0.20.10 |
108 | 2024-07-29T22:01:09.129Z | Downloaded async-stream-impl v0.3.5 |
109 | 2024-07-29T22:01:09.134Z | Downloaded match_cfg v0.1.0 |
110 | 2024-07-29T22:01:09.142Z | Downloaded equivalent v1.0.1 |
111 | 2024-07-29T22:01:09.145Z | Downloaded usdt-attr-macro v0.5.0 |
112 | 2024-07-29T22:01:09.148Z | Downloaded openssl-probe v0.1.5 |
113 | 2024-07-29T22:01:09.151Z | Downloaded num_threads v0.1.7 |
114 | 2024-07-29T22:01:09.151Z | Downloaded is-terminal v0.4.12 |
115 | 2024-07-29T22:01:09.154Z | Downloaded foreign-types v0.3.2 |
116 | 2024-07-29T22:01:09.154Z | Downloaded waitgroup v0.1.2 |
117 | 2024-07-29T22:01:09.158Z | Downloaded dof v0.3.0 |
118 | 2024-07-29T22:01:09.158Z | Downloaded usdt-macro v0.5.0 |
119 | 2024-07-29T22:01:09.161Z | Downloaded paste v1.0.15 |
120 | 2024-07-29T22:01:09.164Z | Downloaded deranged v0.3.11 |
121 | 2024-07-29T22:01:09.167Z | Downloaded pest_generator v2.7.11 |
122 | 2024-07-29T22:01:09.170Z | Downloaded num-conv v0.1.0 |
123 | 2024-07-29T22:01:09.170Z | Downloaded hostname v0.3.1 |
124 | 2024-07-29T22:01:09.173Z | Downloaded zeroize v1.8.1 |
125 | 2024-07-29T22:01:09.173Z | Downloaded httpdate v1.0.3 |
126 | 2024-07-29T22:01:09.176Z | Downloaded futures-task v0.3.30 |
127 | 2024-07-29T22:01:09.176Z | Downloaded heck v0.5.0 |
128 | 2024-07-29T22:01:09.178Z | Downloaded want v0.3.1 |
129 | 2024-07-29T22:01:09.178Z | Downloaded futures-macro v0.3.30 |
130 | 2024-07-29T22:01:09.178Z | Downloaded ahash v0.8.11 |
131 | 2024-07-29T22:01:09.182Z | Downloaded camino v1.1.7 |
132 | 2024-07-29T22:01:09.185Z | Downloaded take_mut v0.2.2 |
133 | 2024-07-29T22:01:09.185Z | Downloaded backoff v0.4.0 |
134 | 2024-07-29T22:01:09.188Z | Downloaded futures-channel v0.3.30 |
135 | 2024-07-29T22:01:09.191Z | Downloaded pkg-config v0.3.30 |
136 | 2024-07-29T22:01:09.193Z | Downloaded serde_spanned v0.6.7 |
137 | 2024-07-29T22:01:09.193Z | Downloaded parse-display v0.9.1 |
138 | 2024-07-29T22:01:09.196Z | Downloaded mime v0.3.17 |
139 | 2024-07-29T22:01:09.196Z | Downloaded slog-json v2.6.1 |
140 | 2024-07-29T22:01:09.199Z | Downloaded once_cell v1.19.0 |
141 | 2024-07-29T22:01:09.202Z | Downloaded slab v0.4.9 |
142 | 2024-07-29T22:01:09.205Z | Downloaded slog-async v2.8.0 |
143 | 2024-07-29T22:01:09.205Z | Downloaded sha1 v0.10.6 |
144 | 2024-07-29T22:01:09.208Z | Downloaded serde_urlencoded v0.7.1 |
145 | 2024-07-29T22:01:09.208Z | Downloaded ppv-lite86 v0.2.17 |
146 | 2024-07-29T22:01:09.211Z | Downloaded untrusted v0.9.0 |
147 | 2024-07-29T22:01:09.214Z | Downloaded foreign-types-shared v0.1.1 |
148 | 2024-07-29T22:01:09.214Z | Downloaded thiserror-impl v1.0.63 |
149 | 2024-07-29T22:01:09.214Z | Downloaded version_check v0.9.5 |
150 | 2024-07-29T22:01:09.218Z | Downloaded instant v0.1.13 |
151 | 2024-07-29T22:01:09.218Z | Downloaded structmeta-derive v0.3.0 |
152 | 2024-07-29T22:01:09.220Z | Downloaded percent-encoding v2.3.1 |
153 | 2024-07-29T22:01:09.221Z | Downloaded tinyvec_macros v0.1.1 |
154 | 2024-07-29T22:01:09.221Z | Downloaded openssl-macros v0.1.1 |
155 | 2024-07-29T22:01:09.221Z | Downloaded omicron-workspace-hack v0.1.0 |
156 | 2024-07-29T22:01:09.223Z | Downloaded usdt-impl v0.5.0 |
157 | 2024-07-29T22:01:09.223Z | Downloaded pin-utils v0.1.0 |
158 | 2024-07-29T22:01:09.226Z | Downloaded tower-service v0.3.2 |
159 | 2024-07-29T22:01:09.226Z | Downloaded thread_local v1.1.8 |
160 | 2024-07-29T22:01:09.229Z | Downloaded log v0.4.22 |
161 | 2024-07-29T22:01:09.229Z | Downloaded usdt v0.5.0 |
162 | 2024-07-29T22:01:09.232Z | Downloaded unicode-ident v1.0.12 |
163 | 2024-07-29T22:01:09.235Z | Downloaded iana-time-zone v0.1.60 |
164 | 2024-07-29T22:01:09.238Z | Downloaded rustls-pemfile v2.1.2 |
165 | 2024-07-29T22:01:09.241Z | Downloaded sct v0.7.1 |
166 | 2024-07-29T22:01:09.244Z | Downloaded strum_macros v0.26.4 |
167 | 2024-07-29T22:01:09.247Z | Downloaded block-buffer v0.10.4 |
168 | 2024-07-29T22:01:09.247Z | Downloaded time-core v0.1.2 |
169 | 2024-07-29T22:01:09.247Z | Downloaded pretty-hex v0.4.1 |
170 | 2024-07-29T22:01:09.253Z | Downloaded scroll_derive v0.12.0 |
171 | 2024-07-29T22:01:09.253Z | Downloaded hyper-tls v0.5.0 |
172 | 2024-07-29T22:01:09.253Z | Downloaded fnv v1.0.7 |
173 | 2024-07-29T22:01:09.253Z | Downloaded strum v0.26.3 |
174 | 2024-07-29T22:01:09.253Z | Downloaded hex v0.4.3 |
175 | 2024-07-29T22:01:09.257Z | Downloaded sync_wrapper v0.1.2 |
176 | 2024-07-29T22:01:09.257Z | Downloaded itoa v1.0.11 |
177 | 2024-07-29T22:01:09.257Z | Downloaded ipnetwork v0.20.0 |
178 | 2024-07-29T22:01:09.260Z | Downloaded hostname v0.4.0 |
179 | 2024-07-29T22:01:09.260Z | Downloaded futures-sink v0.3.30 |
180 | 2024-07-29T22:01:09.263Z | Downloaded tokio-native-tls v0.3.1 |
181 | 2024-07-29T22:01:09.263Z | Downloaded term v0.7.0 |
182 | 2024-07-29T22:01:09.266Z | Downloaded macaddr v1.0.1 |
183 | 2024-07-29T22:01:09.269Z | Downloaded toml_datetime v0.6.7 |
184 | 2024-07-29T22:01:09.269Z | Downloaded scopeguard v1.2.0 |
185 | 2024-07-29T22:01:09.272Z | Downloaded rand_chacha v0.3.1 |
186 | 2024-07-29T22:01:09.272Z | Downloaded newtype-uuid v1.1.0 |
187 | 2024-07-29T22:01:09.275Z | Downloaded spin v0.9.8 |
188 | 2024-07-29T22:01:09.278Z | Downloaded try-lock v0.2.5 |
189 | 2024-07-29T22:01:09.278Z | Downloaded tokio-rustls v0.25.0 |
190 | 2024-07-29T22:01:09.278Z | Downloaded async-trait v0.1.81 |
191 | 2024-07-29T22:01:09.282Z | Downloaded ryu v1.0.18 |
192 | 2024-07-29T22:01:09.285Z | Downloaded rustls-pemfile v1.0.4 |
193 | 2024-07-29T22:01:09.288Z | Downloaded strsim v0.11.1 |
194 | 2024-07-29T22:01:09.291Z | Downloaded slog-bunyan v2.5.0 |
195 | 2024-07-29T22:01:09.291Z | Downloaded serde_path_to_error v0.1.16 |
196 | 2024-07-29T22:01:09.294Z | Downloaded serde_tokenstream v0.2.1 |
197 | 2024-07-29T22:01:09.297Z | Downloaded parking_lot v0.12.3 |
198 | 2024-07-29T22:01:09.300Z | Downloaded thiserror v1.0.63 |
199 | 2024-07-29T22:01:09.304Z | Downloaded lock_api v0.4.12 |
200 | 2024-07-29T22:01:09.306Z | Downloaded thread-id v4.2.2 |
201 | 2024-07-29T22:01:09.306Z | Downloaded subtle v2.6.1 |
202 | 2024-07-29T22:01:09.309Z | Downloaded sha2 v0.10.8 |
203 | 2024-07-29T22:01:09.313Z | Downloaded rustls-pki-types v1.7.0 |
204 | 2024-07-29T22:01:09.313Z | Downloaded pest_derive v2.7.11 |
205 | 2024-07-29T22:01:09.316Z | Downloaded structmeta v0.3.0 |
206 | 2024-07-29T22:01:09.319Z | Downloaded pest_meta v2.7.11 |
207 | 2024-07-29T22:01:09.319Z | Downloaded uuid v1.10.0 |
208 | 2024-07-29T22:01:09.322Z | Downloaded futures-io v0.3.30 |
209 | 2024-07-29T22:01:09.325Z | Downloaded time-macros v0.2.18 |
210 | 2024-07-29T22:01:09.325Z | Downloaded semver v1.0.23 |
211 | 2024-07-29T22:01:09.328Z | Downloaded futures v0.3.30 |
212 | 2024-07-29T22:01:09.332Z | Downloaded serde_derive_internals v0.29.1 |
213 | 2024-07-29T22:01:09.335Z | Downloaded num-traits v0.2.19 |
214 | 2024-07-29T22:01:09.338Z | Downloaded http v0.2.12 |
215 | 2024-07-29T22:01:09.342Z | Downloaded tinyvec v1.8.0 |
216 | 2024-07-29T22:01:09.345Z | Downloaded typenum v1.17.0 |
217 | 2024-07-29T22:01:09.348Z | Downloaded socket2 v0.5.7 |
218 | 2024-07-29T22:01:09.351Z | Downloaded slog-term v2.9.1 |
219 | 2024-07-29T22:01:09.354Z | Downloaded tokio-rustls v0.24.1 |
220 | 2024-07-29T22:01:09.357Z | Downloaded ucd-trie v0.1.6 |
221 | 2024-07-29T22:01:09.357Z | Downloaded toml v0.8.16 |
222 | 2024-07-29T22:01:09.360Z | Downloaded url v2.5.2 |
223 | 2024-07-29T22:01:09.364Z | Downloaded unicode-bidi v0.3.15 |
224 | 2024-07-29T22:01:09.366Z | Downloaded openssl-sys v0.9.103 |
225 | 2024-07-29T22:01:09.372Z | Downloaded tracing-core v0.1.32 |
226 | 2024-07-29T22:01:09.375Z | Downloaded serde_yaml v0.9.34+deprecated |
227 | 2024-07-29T22:01:09.379Z | Downloaded schemars v0.8.21 |
228 | 2024-07-29T22:01:09.391Z | Downloaded rand v0.8.5 |
229 | 2024-07-29T22:01:09.394Z | Downloaded tracing v0.1.40 |
230 | 2024-07-29T22:01:09.399Z | Downloaded http v1.1.0 |
231 | 2024-07-29T22:01:09.403Z | Downloaded mio v1.0.1 |
232 | 2024-07-29T22:01:09.409Z | Downloaded memchr v2.7.4 |
233 | 2024-07-29T22:01:09.414Z | Downloaded pest v2.7.11 |
234 | 2024-07-29T22:01:09.419Z | Downloaded unicode-normalization v0.1.23 |
235 | 2024-07-29T22:01:09.423Z | Downloaded crossbeam-channel v0.5.13 |
236 | 2024-07-29T22:01:09.428Z | Downloaded toml_edit v0.22.17 |
237 | 2024-07-29T22:01:09.449Z | Downloaded tokio-util v0.7.11 |
238 | 2024-07-29T22:01:09.455Z | Downloaded serde_json v1.0.121 |
239 | 2024-07-29T22:01:09.462Z | Downloaded rustls-webpki v0.101.7 |
240 | 2024-07-29T22:01:09.477Z | Downloaded time v0.3.36 |
241 | 2024-07-29T22:01:09.483Z | Downloaded serde_with v3.9.0 |
242 | 2024-07-29T22:01:09.492Z | Downloaded h2 v0.3.26 |
243 | 2024-07-29T22:01:09.498Z | Downloaded reqwest v0.11.27 |
244 | 2024-07-29T22:01:09.506Z | Downloaded hyper v0.14.30 |
245 | 2024-07-29T22:01:09.515Z | Downloaded webpki-roots v0.25.4 |
246 | 2024-07-29T22:01:09.518Z | Downloaded rustls-webpki v0.102.6 |
247 | 2024-07-29T22:01:09.537Z | Downloaded vcpkg v0.2.15 |
248 | 2024-07-29T22:01:09.573Z | Downloaded regex v1.10.5 |
249 | 2024-07-29T22:01:09.586Z | Downloaded syn v2.0.72 |
250 | 2024-07-29T22:01:09.598Z | Downloaded rustls v0.22.4 |
251 | 2024-07-29T22:01:09.610Z | Downloaded regress v0.10.0 |
252 | 2024-07-29T22:01:09.619Z | Downloaded regress v0.9.1 |
253 | 2024-07-29T22:01:09.627Z | Downloaded regex-syntax v0.8.4 |
254 | 2024-07-29T22:01:09.636Z | Downloaded regex-automata v0.4.7 |
255 | 2024-07-29T22:01:09.653Z | Downloaded tokio v1.39.2 |
256 | 2024-07-29T22:01:09.688Z | Downloaded libc v0.2.155 |
257 | 2024-07-29T22:01:09.713Z | Downloaded rustls v0.21.12 |
258 | 2024-07-29T22:01:09.724Z | Downloaded openapiv3 v2.0.0 |
259 | 2024-07-29T22:01:09.734Z | Downloaded encoding_rs v0.8.34 |
260 | 2024-07-29T22:01:09.754Z | Downloaded openssl v0.10.66 |
261 | 2024-07-29T22:01:09.763Z | Downloaded idna v0.5.0 |
262 | 2024-07-29T22:01:09.769Z | Downloaded chrono v0.4.38 |
263 | 2024-07-29T22:01:09.776Z | Downloaded winnow v0.6.16 |
264 | 2024-07-29T22:01:09.784Z | Downloaded hashbrown v0.14.5 |
265 | 2024-07-29T22:01:09.789Z | Downloaded futures-util v0.3.30 |
266 | 2024-07-29T22:01:09.801Z | Downloaded zerocopy v0.7.35 |
267 | 2024-07-29T22:01:09.815Z | Downloaded goblin v0.8.2 |
268 | 2024-07-29T22:01:09.820Z | Downloaded aho-corasick v1.1.3 |
269 | 2024-07-29T22:01:09.826Z | Downloaded cc v1.1.7 |
270 | 2024-07-29T22:01:09.829Z | Downloaded base64 v0.21.7 |
271 | 2024-07-29T22:01:09.833Z | Downloaded indexmap v2.2.6 |
272 | 2024-07-29T22:01:09.838Z | Downloaded serde_derive v1.0.204 |
273 | 2024-07-29T22:01:09.840Z | Downloaded slog v2.7.0 |
274 | 2024-07-29T22:01:09.843Z | Downloaded darling_core v0.20.10 |
275 | 2024-07-29T22:01:09.846Z | Downloaded smallvec v1.13.2 |
276 | 2024-07-29T22:01:09.849Z | Downloaded serde v1.0.204 |
277 | 2024-07-29T22:01:09.852Z | Downloaded hashbrown v0.12.3 |
278 | 2024-07-29T22:01:09.855Z | Downloaded bytes v1.6.1 |
279 | 2024-07-29T22:01:09.858Z | Downloaded native-tls v0.2.12 |
280 | 2024-07-29T22:01:09.861Z | Downloaded quote v1.0.36 |
281 | 2024-07-29T22:01:09.864Z | Downloaded indexmap v1.9.3 |
282 | 2024-07-29T22:01:09.867Z | Downloaded signal-hook-registry v1.4.2 |
283 | 2024-07-29T22:01:09.867Z | Downloaded unsafe-libyaml v0.2.11 |
284 | 2024-07-29T22:01:09.870Z | Downloaded httparse v1.9.4 |
285 | 2024-07-29T22:01:09.873Z | Downloaded rustversion v1.0.17 |
286 | 2024-07-29T22:01:09.876Z | Downloaded powerfmt v0.2.0 |
287 | 2024-07-29T22:01:09.876Z | Downloaded getrandom v0.2.15 |
288 | 2024-07-29T22:01:09.879Z | Downloaded base64 v0.22.1 |
289 | 2024-07-29T22:01:09.882Z | Downloaded proc-macro2 v1.0.86 |
290 | 2024-07-29T22:01:09.885Z | Downloaded digest v0.10.7 |
291 | 2024-07-29T22:01:09.888Z | Downloaded tokio-macros v2.4.0 |
292 | 2024-07-29T22:01:09.888Z | Downloaded ring v0.17.8 |
293 | 2024-07-29T22:01:09.950Z | Downloaded async-stream v0.3.5 |
294 | 2024-07-29T22:01:09.953Z | Downloaded rand_core v0.6.4 |
295 | 2024-07-29T22:01:09.953Z | Downloaded futures-core v0.3.30 |
296 | 2024-07-29T22:01:09.956Z | Downloaded ident_case v1.0.1 |
297 | 2024-07-29T22:01:09.956Z | Downloaded autocfg v1.3.0 |
298 | 2024-07-29T22:01:09.956Z | Downloaded serde_with_macros v3.9.0 |
299 | 2024-07-29T22:01:09.959Z | Downloaded parking_lot_core v0.9.10 |
300 | 2024-07-29T22:01:09.962Z | Downloaded zerocopy-derive v0.7.35 |
301 | 2024-07-29T22:01:09.965Z | Downloaded debug-ignore v1.0.5 |
302 | 2024-07-29T22:01:09.965Z | Downloaded crypto-common v0.1.6 |
303 | 2024-07-29T22:01:09.965Z | Downloaded dirs-sys-next v0.1.2 |
304 | 2024-07-29T22:01:09.968Z | Downloaded multer v3.1.0 |
305 | 2024-07-29T22:01:09.968Z | Downloaded crossbeam-utils v0.8.20 |
306 | 2024-07-29T22:01:09.970Z | Downloaded bitflags v2.6.0 |
307 | 2024-07-29T22:01:09.973Z | Downloaded anyhow v1.0.86 |
308 | 2024-07-29T22:01:09.976Z | Downloaded scroll v0.12.0 |
309 | 2024-07-29T22:01:09.979Z | Downloaded schemars_derive v0.8.21 |
310 | 2024-07-29T22:01:09.979Z | Downloaded plain v0.2.3 |
311 | 2024-07-29T22:01:09.982Z | Downloaded dtrace-parser v0.2.0 |
312 | 2024-07-29T22:01:09.982Z | Downloaded allocator-api2 v0.2.18 |
313 | 2024-07-29T22:01:09.985Z | Downloaded ipnet v2.9.0 |
314 | 2024-07-29T22:01:09.985Z | Downloaded hyper-rustls v0.24.2 |
315 | 2024-07-29T22:01:09.988Z | Downloaded pin-project-lite v0.2.14 |
316 | 2024-07-29T22:01:09.991Z | Downloaded parse-display-derive v0.9.1 |
317 | 2024-07-29T22:01:09.994Z | Downloaded darling v0.20.10 |
318 | 2024-07-29T22:01:09.997Z | Downloaded dyn-clone v1.0.17 |
319 | 2024-07-29T22:01:09.997Z | Downloaded memmap v0.7.0 |
320 | 2024-07-29T22:01:10.000Z | Downloaded http-body v0.4.6 |
321 | 2024-07-29T22:01:10.000Z | Downloaded generic-array v0.14.7 |
322 | 2024-07-29T22:01:10.000Z | Downloaded futures-executor v0.3.30 |
323 | 2024-07-29T22:01:10.003Z | Downloaded form_urlencoded v1.2.1 |
324 | 2024-07-29T22:01:10.003Z | Downloaded dirs-next v2.0.0 |
325 | 2024-07-29T22:01:10.003Z | Downloaded cfg-if v1.0.0 |
326 | 2024-07-29T22:01:10.006Z | Downloaded atomic-waker v1.1.2 |
327 | 2024-07-29T22:01:10.006Z | Downloaded cpufeatures v0.2.12 |
328 | 2024-07-29T22:01:10.006Z | Downloaded byteorder v1.5.0 |
329 | 2024-07-29T22:01:10.121Z | Compiling proc-macro2 v1.0.86 |
330 | 2024-07-29T22:01:10.121Z | Compiling unicode-ident v1.0.12 |
331 | 2024-07-29T22:01:10.124Z | Compiling libc v0.2.155 |
332 | 2024-07-29T22:01:10.124Z | Checking cfg-if v1.0.0 |
333 | 2024-07-29T22:01:10.124Z | Compiling version_check v0.9.5 |
334 | 2024-07-29T22:01:10.124Z | Compiling autocfg v1.3.0 |
335 | 2024-07-29T22:01:10.135Z | Compiling serde v1.0.204 |
336 | 2024-07-29T22:01:10.138Z | Checking memchr v2.7.4 |
337 | 2024-07-29T22:01:10.215Z | Compiling serde_json v1.0.121 |
338 | 2024-07-29T22:01:10.293Z | Checking itoa v1.0.11 |
339 | 2024-07-29T22:01:10.683Z | Compiling thiserror v1.0.63 |
340 | 2024-07-29T22:01:10.726Z | Checking once_cell v1.19.0 |
341 | 2024-07-29T22:01:10.834Z | Compiling ahash v0.8.11 |
342 | 2024-07-29T22:01:10.989Z | Compiling cc v1.1.7 |
343 | 2024-07-29T22:01:11.222Z | Checking byteorder v1.5.0 |
344 | 2024-07-29T22:01:11.318Z | Compiling num-traits v0.2.19 |
345 | 2024-07-29T22:01:11.584Z | Checking pin-project-lite v0.2.14 |
346 | 2024-07-29T22:01:11.604Z | Checking ryu v1.0.18 |
347 | 2024-07-29T22:01:11.612Z | Compiling quote v1.0.36 |
348 | 2024-07-29T22:01:11.615Z | Checking getrandom v0.2.15 |
349 | 2024-07-29T22:01:11.801Z | Checking bytes v1.6.1 |
350 | 2024-07-29T22:01:11.804Z | Checking log v0.4.22 |
351 | 2024-07-29T22:01:12.004Z | Compiling syn v2.0.72 |
352 | 2024-07-29T22:01:12.033Z | Checking allocator-api2 v0.2.18 |
353 | 2024-07-29T22:01:12.053Z | Compiling lock_api v0.4.12 |
354 | 2024-07-29T22:01:12.181Z | Compiling parking_lot_core v0.9.10 |
355 | 2024-07-29T22:01:12.225Z | Compiling schemars v0.8.21 |
356 | 2024-07-29T22:01:12.394Z | Checking scopeguard v1.2.0 |
357 | 2024-07-29T22:01:12.464Z | Checking smallvec v1.13.2 |
358 | 2024-07-29T22:01:12.520Z | Checking futures-core v0.3.30 |
359 | 2024-07-29T22:01:12.566Z | Checking socket2 v0.5.7 |
360 | 2024-07-29T22:01:12.603Z | Checking signal-hook-registry v1.4.2 |
361 | 2024-07-29T22:01:12.626Z | Checking mio v1.0.1 |
362 | 2024-07-29T22:01:12.681Z | Compiling slab v0.4.9 |
363 | 2024-07-29T22:01:12.893Z | Checking futures-sink v0.3.30 |
364 | 2024-07-29T22:01:12.932Z | Checking spin v0.9.8 |
365 | 2024-07-29T22:01:12.991Z | Checking fnv v1.0.7 |
366 | 2024-07-29T22:01:13.017Z | Checking untrusted v0.9.0 |
367 | 2024-07-29T22:01:13.097Z | Checking equivalent v1.0.1 |
368 | 2024-07-29T22:01:13.114Z | Checking parking_lot v0.12.3 |
369 | 2024-07-29T22:01:13.145Z | Checking futures-channel v0.3.30 |
370 | 2024-07-29T22:01:13.173Z | Checking futures-io v0.3.30 |
371 | 2024-07-29T22:01:13.184Z | Compiling semver v1.0.23 |
372 | 2024-07-29T22:01:13.335Z | Compiling pkg-config v0.3.30 |
373 | 2024-07-29T22:01:13.344Z | Checking pin-utils v0.1.0 |
374 | 2024-07-29T22:01:13.412Z | Compiling vcpkg v0.2.15 |
375 | 2024-07-29T22:01:13.436Z | Checking futures-task v0.3.30 |
376 | 2024-07-29T22:01:13.496Z | Compiling heck v0.5.0 |
377 | 2024-07-29T22:01:13.678Z | Compiling ucd-trie v0.1.6 |
378 | 2024-07-29T22:01:13.829Z | Checking iana-time-zone v0.1.60 |
379 | 2024-07-29T22:01:13.905Z | Checking http v0.2.12 |
380 | 2024-07-29T22:01:13.962Z | Compiling ring v0.17.8 |
381 | 2024-07-29T22:01:14.314Z | Compiling httparse v1.9.4 |
382 | 2024-07-29T22:01:14.569Z | Checking dyn-clone v1.0.17 |
383 | 2024-07-29T22:01:15.034Z | Checking tracing-core v0.1.32 |
384 | 2024-07-29T22:01:15.084Z | Compiling openssl-sys v0.9.103 |
385 | 2024-07-29T22:01:15.184Z | Compiling uuid v1.10.0 |
386 | 2024-07-29T22:01:15.608Z | Compiling chrono v0.4.38 |
387 | 2024-07-29T22:01:15.633Z | Checking tracing v0.1.40 |
388 | 2024-07-29T22:01:15.712Z | Compiling slog v2.7.0 |
389 | 2024-07-29T22:01:15.862Z | Checking try-lock v0.2.5 |
390 | 2024-07-29T22:01:15.924Z | Checking foreign-types-shared v0.1.1 |
391 | 2024-07-29T22:01:15.971Z | Compiling openssl v0.10.66 |
392 | 2024-07-29T22:01:16.009Z | Checking foreign-types v0.3.2 |
393 | 2024-07-29T22:01:16.044Z | Checking want v0.3.1 |
394 | 2024-07-29T22:01:16.196Z | Checking http-body v0.4.6 |
395 | 2024-07-29T22:01:16.207Z | Compiling aho-corasick v1.1.3 |
396 | 2024-07-29T22:01:16.375Z | Compiling native-tls v0.2.12 |
397 | 2024-07-29T22:01:16.568Z | Checking percent-encoding v2.3.1 |
398 | 2024-07-29T22:01:16.692Z | Checking bitflags v2.6.0 |
399 | 2024-07-29T22:01:16.740Z | Compiling rustls v0.21.12 |
400 | 2024-07-29T22:01:16.918Z | Checking tower-service v0.3.2 |
401 | 2024-07-29T22:01:17.011Z | Compiling typenum v1.17.0 |
402 | 2024-07-29T22:01:17.021Z | Checking httpdate v1.0.3 |
403 | 2024-07-29T22:01:17.221Z | Checking tinyvec_macros v0.1.1 |
404 | 2024-07-29T22:01:17.287Z | Compiling regex-syntax v0.8.4 |
405 | 2024-07-29T22:01:17.403Z | Checking tinyvec v1.8.0 |
406 | 2024-07-29T22:01:17.574Z | Checking form_urlencoded v1.2.1 |
407 | 2024-07-29T22:01:17.981Z | Compiling generic-array v0.14.7 |
408 | 2024-07-29T22:01:18.261Z | Checking openssl-probe v0.1.5 |
409 | 2024-07-29T22:01:18.647Z | Compiling serde_derive_internals v0.29.1 |
410 | 2024-07-29T22:01:19.649Z | Checking unicode-normalization v0.1.23 |
411 | 2024-07-29T22:01:19.911Z | Checking sct v0.7.1 |
412 | 2024-07-29T22:01:19.920Z | Checking rustls-webpki v0.101.7 |
413 | 2024-07-29T22:01:20.460Z | Compiling usdt-impl v0.5.0 |
414 | 2024-07-29T22:01:20.574Z | Compiling regex-automata v0.4.7 |
415 | 2024-07-29T22:01:20.815Z | Checking encoding_rs v0.8.34 |
416 | 2024-07-29T22:01:20.893Z | Compiling num-conv v0.1.0 |
417 | 2024-07-29T22:01:20.952Z | Checking mime v0.3.17 |
418 | 2024-07-29T22:01:21.148Z | Compiling time-core v0.1.2 |
419 | 2024-07-29T22:01:21.236Z | Checking unicode-bidi v0.3.15 |
420 | 2024-07-29T22:01:21.294Z | Checking powerfmt v0.2.0 |
421 | 2024-07-29T22:01:21.556Z | Checking deranged v0.3.11 |
422 | 2024-07-29T22:01:21.814Z | Checking idna v0.5.0 |
423 | 2024-07-29T22:01:22.566Z | Compiling time-macros v0.2.18 |
424 | 2024-07-29T22:01:23.099Z | Compiling thread-id v4.2.2 |
425 | 2024-07-29T22:01:23.191Z | Compiling crossbeam-utils v0.8.20 |
426 | 2024-07-29T22:01:23.303Z | Compiling strsim v0.11.1 |
427 | 2024-07-29T22:01:23.899Z | Checking base64 v0.21.7 |
428 | 2024-07-29T22:01:24.024Z | Compiling ident_case v1.0.1 |
429 | 2024-07-29T22:01:24.088Z | Checking num_threads v0.1.7 |
430 | 2024-07-29T22:01:24.184Z | Checking rustls-pki-types v1.7.0 |
431 | 2024-07-29T22:01:24.338Z | Checking plain v0.2.3 |
432 | 2024-07-29T22:01:24.462Z | Compiling regex v1.10.5 |
433 | 2024-07-29T22:01:24.509Z | Checking rustls-pemfile v1.0.4 |
434 | 2024-07-29T22:01:24.556Z | Compiling serde_derive v1.0.204 |
435 | 2024-07-29T22:01:24.583Z | Compiling zerocopy-derive v0.7.35 |
436 | 2024-07-29T22:01:24.682Z | Compiling thiserror-impl v1.0.63 |
437 | 2024-07-29T22:01:25.363Z | Compiling schemars_derive v0.8.21 |
438 | 2024-07-29T22:01:25.454Z | Compiling tokio-macros v2.4.0 |
439 | 2024-07-29T22:01:25.541Z | Compiling futures-macro v0.3.30 |
440 | 2024-07-29T22:01:26.633Z | Checking zerocopy v0.7.35 |
441 | 2024-07-29T22:01:27.278Z | Checking tokio v1.39.2 |
442 | 2024-07-29T22:01:27.501Z | Checking futures-util v0.3.30 |
443 | 2024-07-29T22:01:27.693Z | Compiling pest v2.7.11 |
444 | 2024-07-29T22:01:28.438Z | Checking hashbrown v0.14.5 |
445 | 2024-07-29T22:01:28.498Z | Compiling openssl-macros v0.1.1 |
446 | 2024-07-29T22:01:28.614Z | Compiling scroll_derive v0.12.0 |
447 | 2024-07-29T22:01:29.606Z | Checking regress v0.10.0 |
448 | 2024-07-29T22:01:30.113Z | Compiling pest_meta v2.7.11 |
449 | 2024-07-29T22:01:30.496Z | Checking scroll v0.12.0 |
450 | 2024-07-29T22:01:30.920Z | Checking goblin v0.8.2 |
451 | 2024-07-29T22:01:32.993Z | Compiling pest_generator v2.7.11 |
452 | 2024-07-29T22:01:33.865Z | Checking tokio-util v0.7.11 |
453 | 2024-07-29T22:01:34.532Z | Checking tokio-rustls v0.24.1 |
454 | 2024-07-29T22:01:34.681Z | Checking tokio-native-tls v0.3.1 |
455 | 2024-07-29T22:01:34.884Z | Compiling pest_derive v2.7.11 |
456 | 2024-07-29T22:01:34.908Z | Checking time v0.3.36 |
457 | 2024-07-29T22:01:35.409Z | Compiling darling_core v0.20.10 |
458 | 2024-07-29T22:01:35.683Z | Compiling dtrace-parser v0.2.0 |
459 | 2024-07-29T22:01:35.718Z | Checking url v2.5.2 |
460 | 2024-07-29T22:01:36.431Z | Checking dirs-sys-next v0.1.2 |
461 | 2024-07-29T22:01:36.670Z | Checking pretty-hex v0.4.1 |
462 | 2024-07-29T22:01:36.822Z | Checking sync_wrapper v0.1.2 |
463 | 2024-07-29T22:01:36.911Z | Checking ipnet v2.9.0 |
464 | 2024-07-29T22:01:36.924Z | Compiling unsafe-libyaml v0.2.11 |
465 | 2024-07-29T22:01:36.942Z | Checking webpki-roots v0.25.4 |
466 | 2024-07-29T22:01:37.072Z | Compiling omicron-workspace-hack v0.1.0 |
467 | 2024-07-29T22:01:37.332Z | Compiling paste v1.0.15 |
468 | 2024-07-29T22:01:37.340Z | Compiling rustversion v1.0.17 |
469 | 2024-07-29T22:01:37.354Z | Checking indexmap v2.2.6 |
470 | 2024-07-29T22:01:38.023Z | Checking serde_urlencoded v0.7.1 |
471 | 2024-07-29T22:01:38.415Z | Compiling serde_tokenstream v0.2.1 |
472 | 2024-07-29T22:01:38.658Z | Checking h2 v0.3.26 |
473 | 2024-07-29T22:01:38.777Z | Checking openapiv3 v2.0.0 |
474 | 2024-07-29T22:01:38.927Z | Compiling rustls v0.22.4 |
475 | 2024-07-29T22:01:39.211Z | Checking dof v0.3.0 |
476 | 2024-07-29T22:01:39.332Z | Checking serde_spanned v0.6.7 |
477 | 2024-07-29T22:01:39.501Z | Checking toml_datetime v0.6.7 |
478 | 2024-07-29T22:01:40.958Z | Compiling serde_yaml v0.9.34+deprecated |
479 | 2024-07-29T22:01:41.403Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c284d872) |
480 | 2024-07-29T22:01:42.153Z | Compiling darling_macro v0.20.10 |
481 | 2024-07-29T22:01:42.281Z | Checking dirs-next v2.0.0 |
482 | 2024-07-29T22:01:42.587Z | Checking hyper v0.14.30 |
483 | 2024-07-29T22:01:43.092Z | Checking rustls-webpki v0.102.6 |
484 | 2024-07-29T22:01:43.137Z | Compiling structmeta-derive v0.3.0 |
485 | 2024-07-29T22:01:43.319Z | Checking crypto-common v0.1.6 |
486 | 2024-07-29T22:01:43.472Z | Checking block-buffer v0.10.4 |
487 | 2024-07-29T22:01:43.644Z | Checking rand_core v0.6.4 |
488 | 2024-07-29T22:01:43.775Z | Checking thread_local v1.1.8 |
489 | 2024-07-29T22:01:43.786Z | Compiling multer v3.1.0 |
490 | 2024-07-29T22:01:43.901Z | Checking winnow v0.6.16 |
491 | 2024-07-29T22:01:44.033Z | Checking ppv-lite86 v0.2.17 |
492 | 2024-07-29T22:01:44.087Z | Compiling camino v1.1.7 |
493 | 2024-07-29T22:01:44.387Z | Compiling anyhow v1.0.86 |
494 | 2024-07-29T22:01:44.623Z | Checking zeroize v1.8.1 |
495 | 2024-07-29T22:01:44.738Z | Compiling slog-async v2.8.0 |
496 | 2024-07-29T22:01:44.783Z | Checking match_cfg v0.1.0 |
497 | 2024-07-29T22:01:44.831Z | Checking subtle v2.6.1 |
498 | 2024-07-29T22:01:44.857Z | Checking hostname v0.3.1 |
499 | 2024-07-29T22:01:44.968Z | Checking rand_chacha v0.3.1 |
500 | 2024-07-29T22:01:45.261Z | Checking digest v0.10.7 |
501 | 2024-07-29T22:01:45.294Z | Compiling darling v0.20.10 |
502 | 2024-07-29T22:01:45.395Z | Checking crossbeam-channel v0.5.13 |
503 | 2024-07-29T22:01:45.543Z | Checking term v0.7.0 |
504 | 2024-07-29T22:01:45.677Z | Compiling usdt-attr-macro v0.5.0 |
505 | 2024-07-29T22:01:45.809Z | Compiling structmeta v0.3.0 |
506 | 2024-07-29T22:01:45.956Z | Compiling usdt-macro v0.5.0 |
507 | 2024-07-29T22:01:46.864Z | Checking hyper-rustls v0.24.2 |
508 | 2024-07-29T22:01:46.873Z | Checking hyper-tls v0.5.0 |
509 | 2024-07-29T22:01:47.088Z | Checking toml_edit v0.22.17 |
510 | 2024-07-29T22:01:47.121Z | Checking slog-json v2.6.1 |
511 | 2024-07-29T22:01:47.124Z | Checking reqwest v0.11.27 |
512 | 2024-07-29T22:01:47.141Z | Checking futures-executor v0.3.30 |
513 | 2024-07-29T22:01:47.223Z | Compiling async-stream-impl v0.3.5 |
514 | 2024-07-29T22:01:47.345Z | Checking http v1.1.0 |
515 | 2024-07-29T22:01:47.348Z | Checking is-terminal v0.4.12 |
516 | 2024-07-29T22:01:47.444Z | Checking memmap v0.7.0 |
517 | 2024-07-29T22:01:47.489Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
518 | 2024-07-29T22:01:47.617Z | Checking base64 v0.22.1 |
519 | 2024-07-29T22:01:47.778Z | Checking take_mut v0.2.2 |
520 | 2024-07-29T22:01:47.906Z | Checking cpufeatures v0.2.12 |
521 | 2024-07-29T22:01:47.982Z | Checking atomic-waker v1.1.2 |
522 | 2024-07-29T22:01:48.057Z | Checking rustls-pemfile v2.1.2 |
523 | 2024-07-29T22:01:48.082Z | Checking waitgroup v0.1.2 |
524 | 2024-07-29T22:01:48.196Z | Checking sha1 v0.10.6 |
525 | 2024-07-29T22:01:48.381Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
526 | 2024-07-29T22:01:48.468Z | Checking usdt v0.5.0 |
527 | 2024-07-29T22:01:48.520Z | Compiling strum_macros v0.26.4 |
528 | 2024-07-29T22:01:48.528Z | Checking async-stream v0.3.5 |
529 | 2024-07-29T22:01:48.606Z | Checking tokio-rustls v0.25.0 |
530 | 2024-07-29T22:01:48.653Z | Checking slog-term v2.9.1 |
531 | 2024-07-29T22:01:48.685Z | Checking futures v0.3.30 |
532 | 2024-07-29T22:01:48.688Z | Checking slog-bunyan v2.5.0 |
533 | 2024-07-29T22:01:48.776Z | Compiling parse-display-derive v0.9.1 |
534 | 2024-07-29T22:01:48.831Z | Compiling serde_with_macros v3.9.0 |
535 | 2024-07-29T22:01:48.933Z | Checking rand v0.8.5 |
536 | 2024-07-29T22:01:49.463Z | Checking newtype-uuid v1.1.0 |
537 | 2024-07-29T22:01:49.513Z | Checking ipnetwork v0.20.0 |
538 | 2024-07-29T22:01:49.521Z | Checking toml v0.8.16 |
539 | 2024-07-29T22:01:49.758Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
540 | 2024-07-29T22:01:49.844Z | Checking hex v0.4.3 |
541 | 2024-07-29T22:01:50.133Z | Checking serde_path_to_error v0.1.16 |
542 | 2024-07-29T22:01:50.210Z | Compiling async-trait v0.1.81 |
543 | 2024-07-29T22:01:50.356Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
544 | 2024-07-29T22:01:50.744Z | Checking hostname v0.4.0 |
545 | 2024-07-29T22:01:50.863Z | Checking instant v0.1.13 |
546 | 2024-07-29T22:01:50.959Z | Checking debug-ignore v1.0.5 |
547 | 2024-07-29T22:01:51.080Z | Checking backoff v0.4.0 |
548 | 2024-07-29T22:01:51.134Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
549 | 2024-07-29T22:01:51.257Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
550 | 2024-07-29T22:01:51.340Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
551 | 2024-07-29T22:01:51.385Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
552 | 2024-07-29T22:01:51.613Z | Checking serde_with v3.9.0 |
553 | 2024-07-29T22:01:51.636Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
554 | 2024-07-29T22:01:51.946Z | Checking macaddr v1.0.1 |
555 | 2024-07-29T22:01:52.244Z | Checking regress v0.9.1 |
556 | 2024-07-29T22:01:52.838Z | Checking parse-display v0.9.1 |
557 | 2024-07-29T22:01:53.189Z | Checking strum v0.26.3 |
558 | 2024-07-29T22:01:54.002Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c284d872) |
559 | 2024-07-29T22:01:55.900Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c284d872) |
560 | 2024-07-29T22:01:55.957Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
561 | 2024-07-29T22:01:58.583Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
562 | 2024-07-29T22:02:04.693Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
563 | 2024-07-29T22:02:04.793Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
564 | 2024-07-29T22:02:07.452Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
565 | 2024-07-29T22:02:13.733Z | Checking test-project v0.1.0 (/tmp/test-project) |
566 | 2024-07-29T22:02:13.784Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
567 | 2024-07-29T22:02:13.839Z | + cargo build --release |
568 | 2024-07-29T22:02:14.086Z | Compiling proc-macro2 v1.0.86 |
569 | 2024-07-29T22:02:14.086Z | Compiling unicode-ident v1.0.12 |
570 | 2024-07-29T22:02:14.089Z | Compiling libc v0.2.155 |
571 | 2024-07-29T22:02:14.089Z | Compiling cfg-if v1.0.0 |
572 | 2024-07-29T22:02:14.089Z | Compiling version_check v0.9.5 |
573 | 2024-07-29T22:02:14.089Z | Compiling autocfg v1.3.0 |
574 | 2024-07-29T22:02:14.124Z | Compiling serde v1.0.204 |
575 | 2024-07-29T22:02:14.127Z | Compiling memchr v2.7.4 |
576 | 2024-07-29T22:02:14.197Z | Compiling serde_json v1.0.121 |
577 | 2024-07-29T22:02:14.262Z | Compiling itoa v1.0.11 |
578 | 2024-07-29T22:02:14.534Z | Compiling thiserror v1.0.63 |
579 | 2024-07-29T22:02:14.663Z | Compiling once_cell v1.19.0 |
580 | 2024-07-29T22:02:14.746Z | Compiling ahash v0.8.11 |
581 | 2024-07-29T22:02:14.824Z | Compiling cc v1.1.7 |
582 | 2024-07-29T22:02:15.092Z | Compiling byteorder v1.5.0 |
583 | 2024-07-29T22:02:15.488Z | Compiling quote v1.0.36 |
584 | 2024-07-29T22:02:15.518Z | Compiling getrandom v0.2.15 |
585 | 2024-07-29T22:02:15.559Z | Compiling num-traits v0.2.19 |
586 | 2024-07-29T22:02:15.850Z | Compiling syn v2.0.72 |
587 | 2024-07-29T22:02:15.863Z | Compiling pin-project-lite v0.2.14 |
588 | 2024-07-29T22:02:15.894Z | Compiling ryu v1.0.18 |
589 | 2024-07-29T22:02:16.031Z | Compiling bytes v1.6.1 |
590 | 2024-07-29T22:02:16.082Z | Compiling log v0.4.22 |
591 | 2024-07-29T22:02:16.220Z | Compiling allocator-api2 v0.2.18 |
592 | 2024-07-29T22:02:16.236Z | Compiling schemars v0.8.21 |
593 | 2024-07-29T22:02:16.514Z | Compiling lock_api v0.4.12 |
594 | 2024-07-29T22:02:16.590Z | Compiling parking_lot_core v0.9.10 |
595 | 2024-07-29T22:02:16.703Z | Compiling scopeguard v1.2.0 |
596 | 2024-07-29T22:02:16.806Z | Compiling smallvec v1.13.2 |
597 | 2024-07-29T22:02:16.840Z | Compiling futures-core v0.3.30 |
598 | 2024-07-29T22:02:17.017Z | Compiling socket2 v0.5.7 |
599 | 2024-07-29T22:02:17.053Z | Compiling signal-hook-registry v1.4.2 |
600 | 2024-07-29T22:02:17.063Z | Compiling mio v1.0.1 |
601 | 2024-07-29T22:02:17.484Z | Compiling slab v0.4.9 |
602 | 2024-07-29T22:02:17.807Z | Compiling parking_lot v0.12.3 |
603 | 2024-07-29T22:02:17.834Z | Compiling ring v0.17.8 |
604 | 2024-07-29T22:02:17.897Z | Compiling futures-sink v0.3.30 |
605 | 2024-07-29T22:02:18.048Z | Compiling spin v0.9.8 |
606 | 2024-07-29T22:02:18.287Z | Compiling semver v1.0.23 |
607 | 2024-07-29T22:02:18.660Z | Compiling fnv v1.0.7 |
608 | 2024-07-29T22:02:18.712Z | Compiling equivalent v1.0.1 |
609 | 2024-07-29T22:02:18.757Z | Compiling untrusted v0.9.0 |
610 | 2024-07-29T22:02:18.785Z | Compiling futures-channel v0.3.30 |
611 | 2024-07-29T22:02:18.916Z | Compiling vcpkg v0.2.15 |
612 | 2024-07-29T22:02:18.994Z | Compiling pkg-config v0.3.30 |
613 | 2024-07-29T22:02:19.071Z | Compiling futures-task v0.3.30 |
614 | 2024-07-29T22:02:19.078Z | Compiling heck v0.5.0 |
615 | 2024-07-29T22:02:19.246Z | Compiling pin-utils v0.1.0 |
616 | 2024-07-29T22:02:19.324Z | Compiling futures-io v0.3.30 |
617 | 2024-07-29T22:02:19.679Z | Compiling ucd-trie v0.1.6 |
618 | 2024-07-29T22:02:19.752Z | Compiling iana-time-zone v0.1.60 |
619 | 2024-07-29T22:02:20.175Z | Compiling http v0.2.12 |
620 | 2024-07-29T22:02:20.371Z | Compiling httparse v1.9.4 |
621 | 2024-07-29T22:02:20.599Z | Compiling openssl-sys v0.9.103 |
622 | 2024-07-29T22:02:20.661Z | Compiling dyn-clone v1.0.17 |
623 | 2024-07-29T22:02:21.158Z | Compiling tracing-core v0.1.32 |
624 | 2024-07-29T22:02:21.526Z | Compiling chrono v0.4.38 |
625 | 2024-07-29T22:02:21.642Z | Compiling uuid v1.10.0 |
626 | 2024-07-29T22:02:21.915Z | Compiling tracing v0.1.40 |
627 | 2024-07-29T22:02:23.525Z | Compiling serde_derive_internals v0.29.1 |
628 | 2024-07-29T22:02:23.583Z | Compiling slog v2.7.0 |
629 | 2024-07-29T22:02:23.649Z | Compiling foreign-types-shared v0.1.1 |
630 | 2024-07-29T22:02:23.741Z | Compiling try-lock v0.2.5 |
631 | 2024-07-29T22:02:23.881Z | Compiling openssl v0.10.66 |
632 | 2024-07-29T22:02:24.357Z | Compiling want v0.3.1 |
633 | 2024-07-29T22:02:24.370Z | Compiling foreign-types v0.3.2 |
634 | 2024-07-29T22:02:24.443Z | Compiling http-body v0.4.6 |
635 | 2024-07-29T22:02:24.768Z | Compiling aho-corasick v1.1.3 |
636 | 2024-07-29T22:02:24.918Z | Compiling percent-encoding v2.3.1 |
637 | 2024-07-29T22:02:25.372Z | Compiling typenum v1.17.0 |
638 | 2024-07-29T22:02:25.846Z | Compiling regex-syntax v0.8.4 |
639 | 2024-07-29T22:02:26.132Z | Compiling native-tls v0.2.12 |
640 | 2024-07-29T22:02:26.161Z | Compiling bitflags v2.6.0 |
641 | 2024-07-29T22:02:26.339Z | Compiling httpdate v1.0.3 |
642 | 2024-07-29T22:02:26.474Z | Compiling tinyvec_macros v0.1.1 |
643 | 2024-07-29T22:02:26.505Z | Compiling rustls v0.21.12 |
644 | 2024-07-29T22:02:26.549Z | Compiling tower-service v0.3.2 |
645 | 2024-07-29T22:02:26.660Z | Compiling tinyvec v1.8.0 |
646 | 2024-07-29T22:02:26.850Z | Compiling form_urlencoded v1.2.1 |
647 | 2024-07-29T22:02:27.376Z | Compiling generic-array v0.14.7 |
648 | 2024-07-29T22:02:27.744Z | Compiling openssl-probe v0.1.5 |
649 | 2024-07-29T22:02:28.247Z | Compiling unicode-normalization v0.1.23 |
650 | 2024-07-29T22:02:28.572Z | Compiling serde_derive v1.0.204 |
651 | 2024-07-29T22:02:28.603Z | Compiling zerocopy-derive v0.7.35 |
652 | 2024-07-29T22:02:28.931Z | Compiling thiserror-impl v1.0.63 |
653 | 2024-07-29T22:02:29.183Z | Compiling schemars_derive v0.8.21 |
654 | 2024-07-29T22:02:29.460Z | Compiling tokio-macros v2.4.0 |
655 | 2024-07-29T22:02:30.714Z | Compiling zerocopy v0.7.35 |
656 | 2024-07-29T22:02:31.620Z | Compiling tokio v1.39.2 |
657 | 2024-07-29T22:02:31.987Z | Compiling futures-macro v0.3.30 |
658 | 2024-07-29T22:02:32.240Z | Compiling pest v2.7.11 |
659 | 2024-07-29T22:02:32.983Z | Compiling hashbrown v0.14.5 |
660 | 2024-07-29T22:02:33.984Z | Compiling futures-util v0.3.30 |
661 | 2024-07-29T22:02:34.605Z | Compiling pest_meta v2.7.11 |
662 | 2024-07-29T22:02:34.638Z | Compiling regress v0.10.0 |
663 | 2024-07-29T22:02:34.976Z | Compiling openssl-macros v0.1.1 |
664 | 2024-07-29T22:02:35.739Z | Compiling pest_generator v2.7.11 |
665 | 2024-07-29T22:02:38.893Z | Compiling pest_derive v2.7.11 |
666 | 2024-07-29T22:02:39.379Z | Compiling sct v0.7.1 |
667 | 2024-07-29T22:02:39.743Z | Compiling rustls-webpki v0.101.7 |
668 | 2024-07-29T22:02:39.828Z | Compiling tokio-util v0.7.11 |
669 | 2024-07-29T22:02:41.036Z | Compiling regex-automata v0.4.7 |
670 | 2024-07-29T22:02:44.017Z | Compiling serde_tokenstream v0.2.1 |
671 | 2024-07-29T22:02:44.508Z | Compiling indexmap v2.2.6 |
672 | 2024-07-29T22:02:50.112Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c284d872) |
673 | 2024-07-29T22:02:50.987Z | Compiling h2 v0.3.26 |
674 | 2024-07-29T22:02:52.168Z | Compiling regex v1.10.5 |
675 | 2024-07-29T22:02:55.078Z | Compiling scroll_derive v0.12.0 |
676 | 2024-07-29T22:02:56.563Z | Compiling hyper v0.14.30 |
677 | 2024-07-29T22:03:00.950Z | Compiling usdt-impl v0.5.0 |
678 | 2024-07-29T22:03:01.309Z | Compiling encoding_rs v0.8.34 |
679 | 2024-07-29T22:03:01.609Z | Compiling num-conv v0.1.0 |
680 | 2024-07-29T22:03:02.986Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c284d872) |
681 | 2024-07-29T22:03:06.943Z | Compiling powerfmt v0.2.0 |
682 | 2024-07-29T22:03:07.094Z | Compiling mime v0.3.17 |
683 | 2024-07-29T22:03:07.415Z | Compiling time-core v0.1.2 |
684 | 2024-07-29T22:03:07.569Z | Compiling unicode-bidi v0.3.15 |
685 | 2024-07-29T22:03:08.177Z | Compiling time-macros v0.2.18 |
686 | 2024-07-29T22:03:10.313Z | Compiling idna v0.5.0 |
687 | 2024-07-29T22:03:10.646Z | Compiling deranged v0.3.11 |
688 | 2024-07-29T22:03:11.900Z | Compiling scroll v0.12.0 |
689 | 2024-07-29T22:03:12.528Z | Compiling tokio-native-tls v0.3.1 |
690 | 2024-07-29T22:03:12.799Z | Compiling tokio-rustls v0.24.1 |
691 | 2024-07-29T22:03:12.834Z | Compiling dof v0.3.0 |
692 | 2024-07-29T22:03:13.208Z | Compiling serde_urlencoded v0.7.1 |
693 | 2024-07-29T22:03:13.481Z | Compiling dtrace-parser v0.2.0 |
694 | 2024-07-29T22:03:13.837Z | Compiling thread-id v4.2.2 |
695 | 2024-07-29T22:03:13.928Z | Compiling omicron-workspace-hack v0.1.0 |
696 | 2024-07-29T22:03:14.172Z | Compiling ident_case v1.0.1 |
697 | 2024-07-29T22:03:14.219Z | Compiling strsim v0.11.1 |
698 | 2024-07-29T22:03:15.197Z | Compiling base64 v0.21.7 |
699 | 2024-07-29T22:03:15.291Z | Compiling rustls-pki-types v1.7.0 |
700 | 2024-07-29T22:03:16.330Z | Compiling num_threads v0.1.7 |
701 | 2024-07-29T22:03:16.347Z | Compiling crossbeam-utils v0.8.20 |
702 | 2024-07-29T22:03:16.439Z | Compiling plain v0.2.3 |
703 | 2024-07-29T22:03:16.585Z | Compiling goblin v0.8.2 |
704 | 2024-07-29T22:03:16.914Z | Compiling time v0.3.36 |
705 | 2024-07-29T22:03:16.959Z | Compiling rustls-pemfile v1.0.4 |
706 | 2024-07-29T22:03:22.627Z | Compiling darling_core v0.20.10 |
707 | 2024-07-29T22:03:22.949Z | Compiling hyper-rustls v0.24.2 |
708 | 2024-07-29T22:03:23.372Z | Compiling hyper-tls v0.5.0 |
709 | 2024-07-29T22:03:23.860Z | Compiling url v2.5.2 |
710 | 2024-07-29T22:03:24.257Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c284d872) |
711 | 2024-07-29T22:03:24.373Z | Compiling openapiv3 v2.0.0 |
712 | 2024-07-29T22:03:28.330Z | Compiling dirs-sys-next v0.1.2 |
713 | 2024-07-29T22:03:29.096Z | Compiling pretty-hex v0.4.1 |
714 | 2024-07-29T22:03:29.107Z | Compiling ipnet v2.9.0 |
715 | 2024-07-29T22:03:29.315Z | Compiling unsafe-libyaml v0.2.11 |
716 | 2024-07-29T22:03:29.479Z | Compiling rustversion v1.0.17 |
717 | 2024-07-29T22:03:29.543Z | Compiling paste v1.0.15 |
718 | 2024-07-29T22:03:30.015Z | Compiling webpki-roots v0.25.4 |
719 | 2024-07-29T22:03:30.115Z | Compiling sync_wrapper v0.1.2 |
720 | 2024-07-29T22:03:30.154Z | Compiling rustls v0.22.4 |
721 | 2024-07-29T22:03:30.232Z | Compiling reqwest v0.11.27 |
722 | 2024-07-29T22:03:30.559Z | Compiling serde_yaml v0.9.34+deprecated |
723 | 2024-07-29T22:03:31.831Z | Compiling darling_macro v0.20.10 |
724 | 2024-07-29T22:03:33.045Z | Compiling dirs-next v2.0.0 |
725 | 2024-07-29T22:03:33.294Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
726 | 2024-07-29T22:03:36.471Z | Compiling rustls-webpki v0.102.6 |
727 | 2024-07-29T22:03:37.425Z | Compiling block-buffer v0.10.4 |
728 | 2024-07-29T22:03:37.640Z | Compiling crypto-common v0.1.6 |
729 | 2024-07-29T22:03:37.837Z | Compiling toml_datetime v0.6.7 |
730 | 2024-07-29T22:03:38.527Z | Compiling serde_spanned v0.6.7 |
731 | 2024-07-29T22:03:38.762Z | Compiling structmeta-derive v0.3.0 |
732 | 2024-07-29T22:03:39.595Z | Compiling rand_core v0.6.4 |
733 | 2024-07-29T22:03:40.172Z | Compiling thread_local v1.1.8 |
734 | 2024-07-29T22:03:40.366Z | Compiling multer v3.1.0 |
735 | 2024-07-29T22:03:40.674Z | Compiling winnow v0.6.16 |
736 | 2024-07-29T22:03:40.961Z | Compiling subtle v2.6.1 |
737 | 2024-07-29T22:03:40.964Z | Compiling ppv-lite86 v0.2.17 |
738 | 2024-07-29T22:03:40.974Z | Compiling camino v1.1.7 |
739 | 2024-07-29T22:03:41.210Z | Compiling anyhow v1.0.86 |
740 | 2024-07-29T22:03:41.532Z | Compiling slog-async v2.8.0 |
741 | 2024-07-29T22:03:41.608Z | Compiling match_cfg v0.1.0 |
742 | 2024-07-29T22:03:41.689Z | Compiling zeroize v1.8.1 |
743 | 2024-07-29T22:03:41.745Z | Compiling rand_chacha v0.3.1 |
744 | 2024-07-29T22:03:41.870Z | Compiling hostname v0.3.1 |
745 | 2024-07-29T22:03:42.048Z | Compiling structmeta v0.3.0 |
746 | 2024-07-29T22:03:42.166Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
747 | 2024-07-29T22:03:42.404Z | Compiling digest v0.10.7 |
748 | 2024-07-29T22:03:42.796Z | Compiling crossbeam-channel v0.5.13 |
749 | 2024-07-29T22:03:44.504Z | Compiling toml_edit v0.22.17 |
750 | 2024-07-29T22:03:44.976Z | Compiling term v0.7.0 |
751 | 2024-07-29T22:03:49.764Z | Compiling darling v0.20.10 |
752 | 2024-07-29T22:03:49.860Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
753 | 2024-07-29T22:03:53.718Z | Compiling usdt-attr-macro v0.5.0 |
754 | 2024-07-29T22:03:54.148Z | Compiling usdt-macro v0.5.0 |
755 | 2024-07-29T22:03:55.206Z | Compiling slog-json v2.6.1 |
756 | 2024-07-29T22:03:55.525Z | Compiling futures-executor v0.3.30 |
757 | 2024-07-29T22:03:55.740Z | Compiling async-stream-impl v0.3.5 |
758 | 2024-07-29T22:03:56.816Z | Compiling http v1.1.0 |
759 | 2024-07-29T22:03:57.120Z | Compiling memmap v0.7.0 |
760 | 2024-07-29T22:03:57.557Z | Compiling is-terminal v0.4.12 |
761 | 2024-07-29T22:03:57.673Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
762 | 2024-07-29T22:03:57.996Z | Compiling cpufeatures v0.2.12 |
763 | 2024-07-29T22:03:58.084Z | Compiling base64 v0.22.1 |
764 | 2024-07-29T22:03:58.453Z | Compiling take_mut v0.2.2 |
765 | 2024-07-29T22:03:58.593Z | Compiling atomic-waker v1.1.2 |
766 | 2024-07-29T22:03:58.768Z | Compiling waitgroup v0.1.2 |
767 | 2024-07-29T22:03:59.129Z | Compiling rustls-pemfile v2.1.2 |
768 | 2024-07-29T22:03:59.877Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#6c80d102) |
769 | 2024-07-29T22:04:01.397Z | Compiling sha1 v0.10.6 |
770 | 2024-07-29T22:04:02.233Z | Compiling slog-term v2.9.1 |
771 | 2024-07-29T22:04:02.656Z | Compiling usdt v0.5.0 |
772 | 2024-07-29T22:04:03.007Z | Compiling async-stream v0.3.5 |
773 | 2024-07-29T22:04:03.359Z | Compiling futures v0.3.30 |
774 | 2024-07-29T22:04:03.546Z | Compiling slog-bunyan v2.5.0 |
775 | 2024-07-29T22:04:03.814Z | Compiling strum_macros v0.26.4 |
776 | 2024-07-29T22:04:04.274Z | Compiling serde_with_macros v3.9.0 |
777 | 2024-07-29T22:04:05.188Z | Compiling toml v0.8.16 |
778 | 2024-07-29T22:04:07.155Z | Compiling tokio-rustls v0.25.0 |
779 | 2024-07-29T22:04:07.577Z | Compiling parse-display-derive v0.9.1 |
780 | 2024-07-29T22:04:10.094Z | Compiling rand v0.8.5 |
781 | 2024-07-29T22:04:11.651Z | Compiling ipnetwork v0.20.0 |
782 | 2024-07-29T22:04:11.818Z | Compiling newtype-uuid v1.1.0 |
783 | 2024-07-29T22:04:12.012Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
784 | 2024-07-29T22:04:12.124Z | Compiling hex v0.4.3 |
785 | 2024-07-29T22:04:12.818Z | Compiling serde_path_to_error v0.1.16 |
786 | 2024-07-29T22:04:12.826Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
787 | 2024-07-29T22:04:13.660Z | Compiling async-trait v0.1.81 |
788 | 2024-07-29T22:04:13.823Z | Compiling hostname v0.4.0 |
789 | 2024-07-29T22:04:14.057Z | Compiling instant v0.1.13 |
790 | 2024-07-29T22:04:14.206Z | Compiling debug-ignore v1.0.5 |
791 | 2024-07-29T22:04:14.341Z | Compiling backoff v0.4.0 |
792 | 2024-07-29T22:04:14.684Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
793 | 2024-07-29T22:04:14.881Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
794 | 2024-07-29T22:04:15.035Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
795 | 2024-07-29T22:04:15.586Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
796 | 2024-07-29T22:04:15.858Z | Compiling parse-display v0.9.1 |
797 | 2024-07-29T22:04:16.483Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
798 | 2024-07-29T22:04:16.591Z | Compiling strum v0.26.3 |
799 | 2024-07-29T22:04:16.754Z | Compiling serde_with v3.9.0 |
800 | 2024-07-29T22:04:17.908Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
801 | 2024-07-29T22:04:18.707Z | Compiling macaddr v1.0.1 |
802 | 2024-07-29T22:04:18.998Z | Compiling regress v0.9.1 |
803 | 2024-07-29T22:04:23.256Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
804 | 2024-07-29T22:04:33.122Z | Compiling test-project v0.1.0 (/tmp/test-project) |
805 | 2024-07-29T22:04:41.614Z | Finished `release` profile [optimized] target(s) in 2m 27s |
806 | 2024-07-29T22:04:41.662Z | process exited: duration 220436 ms, exit code 0 |
|
807 | 2024-07-29T22:04:41.669Z | found 0 output files |