|
|
|
1 | 2024-07-10T23:11:54.624Z | job assigned to worker 01J2FEMG56XA34GNJATNC6CQCZ (queued for 45 s) |
|
2 | 2024-07-10T23:11:55.052Z | starting task 0: "setup" |
3 | 2024-07-10T23:11:55.075Z | ++ uname -s |
4 | 2024-07-10T23:11:55.076Z | + kern=SunOS |
5 | 2024-07-10T23:11:55.076Z | + case "$kern" in |
6 | 2024-07-10T23:11:55.076Z | + groupadd -g 12345 build |
7 | 2024-07-10T23:11:55.076Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-10T23:11:57.086Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-10T23:11:57.132Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-10T23:11:57.157Z | + home_fs=zfs |
11 | 2024-07-10T23:11:57.157Z | + [[ zfs == autofs ]] |
12 | 2024-07-10T23:11:57.157Z | + mkdir -p /home/build |
13 | 2024-07-10T23:11:57.157Z | + chown build:build /home/build /work |
14 | 2024-07-10T23:11:59.142Z | + chmod 0700 /home/build /work |
15 | 2024-07-10T23:11:59.166Z | process exited: duration 4093 ms, exit code 0 |
|
16 | 2024-07-10T23:11:59.214Z | starting task 1: "rust-toolchain" |
17 | 2024-07-10T23:11:59.238Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-10T23:11:59.238Z | ' 1.78.0 |
19 | 2024-07-10T23:11:59.238Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-10T23:11:59.239Z | ' default |
21 | 2024-07-10T23:11:59.239Z | * toolchain channel = "1.78.0" |
22 | 2024-07-10T23:11:59.239Z | * toolchain profile = "default" |
23 | 2024-07-10T23:11:59.239Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-10T23:11:59.239Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-10T23:11:59.400Z | info: downloading installer |
26 | 2024-07-10T23:11:59.954Z | info: profile set to 'default' |
27 | 2024-07-10T23:11:59.954Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-10T23:11:59.978Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-10T23:12:00.079Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-10T23:12:00.079Z | info: downloading component 'cargo' |
31 | 2024-07-10T23:12:00.185Z | info: downloading component 'clippy' |
32 | 2024-07-10T23:12:00.232Z | info: downloading component 'rust-docs' |
33 | 2024-07-10T23:12:00.383Z | info: downloading component 'rust-std' |
34 | 2024-07-10T23:12:00.632Z | info: downloading component 'rustc' |
35 | 2024-07-10T23:12:01.281Z | info: downloading component 'rustfmt' |
36 | 2024-07-10T23:12:01.345Z | info: installing component 'cargo' |
37 | 2024-07-10T23:12:02.455Z | info: installing component 'clippy' |
38 | 2024-07-10T23:12:02.865Z | info: installing component 'rust-docs' |
39 | 2024-07-10T23:12:05.530Z | info: installing component 'rust-std' |
40 | 2024-07-10T23:12:07.601Z | info: installing component 'rustc' |
41 | 2024-07-10T23:12:12.739Z | info: installing component 'rustfmt' |
42 | 2024-07-10T23:12:13.120Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-10T23:12:13.120Z | |
44 | 2024-07-10T23:12:13.248Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-10T23:12:13.248Z | |
46 | 2024-07-10T23:12:13.248Z | |
47 | 2024-07-10T23:12:13.248Z | Rust is installed now. Great! |
48 | 2024-07-10T23:12:13.248Z | |
49 | 2024-07-10T23:12:13.248Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-10T23:12:13.248Z | environment variable. This has not been done automatically. |
51 | 2024-07-10T23:12:13.248Z | |
52 | 2024-07-10T23:12:13.248Z | To configure your current shell, you need to source |
53 | 2024-07-10T23:12:13.248Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-10T23:12:13.248Z | |
55 | 2024-07-10T23:12:13.248Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-10T23:12:13.248Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-10T23:12:13.248Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-10T23:12:13.321Z | + rustc --version |
59 | 2024-07-10T23:12:13.438Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-10T23:12:13.462Z | process exited: duration 14229 ms, exit code 0 |
|
61 | 2024-07-10T23:12:13.510Z | starting task 2: "authentication" |
62 | 2024-07-10T23:12:13.568Z | process exited: duration 57 ms, exit code 0 |
|
63 | 2024-07-10T23:12:13.616Z | starting task 3: "clone repository" |
64 | 2024-07-10T23:12:13.641Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-10T23:12:13.641Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-10T23:12:13.665Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-10T23:12:19.330Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-10T23:12:19.330Z | + git fetch origin 315f2e4ee5cde88b3c832862963468b0c9e7317e |
69 | 2024-07-10T23:12:19.736Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-10T23:12:19.736Z | * branch 315f2e4ee5cde88b3c832862963468b0c9e7317e -> FETCH_HEAD |
71 | 2024-07-10T23:12:19.760Z | + [[ -n move-bfd-timeseries-to-toml ]] |
72 | 2024-07-10T23:12:19.760Z | ++ git branch --show-current |
73 | 2024-07-10T23:12:19.760Z | + current=main |
74 | 2024-07-10T23:12:19.760Z | + [[ main != move-bfd-timeseries-to-toml ]] |
75 | 2024-07-10T23:12:19.760Z | + git branch -f move-bfd-timeseries-to-toml 315f2e4ee5cde88b3c832862963468b0c9e7317e |
76 | 2024-07-10T23:12:19.784Z | + git checkout -f move-bfd-timeseries-to-toml |
77 | 2024-07-10T23:12:19.809Z | Switched to branch 'move-bfd-timeseries-to-toml' |
78 | 2024-07-10T23:12:19.809Z | + git reset --hard 315f2e4ee5cde88b3c832862963468b0c9e7317e |
79 | 2024-07-10T23:12:19.839Z | HEAD is now at 315f2e4ee Move BFD session timeseries to TOML |
80 | 2024-07-10T23:12:19.865Z | process exited: duration 6224 ms, exit code 0 |
|
81 | 2024-07-10T23:12:19.913Z | starting task 4: "build" |
82 | 2024-07-10T23:12:19.939Z | + cargo --version |
83 | 2024-07-10T23:12:20.020Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-10T23:12:20.044Z | + rustc --version |
85 | 2024-07-10T23:12:20.127Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-10T23:12:20.154Z | + cd /tmp |
87 | 2024-07-10T23:12:20.154Z | + cargo new --lib test-project |
88 | 2024-07-10T23:12:20.228Z | Creating library `test-project` package |
89 | 2024-07-10T23:12:20.361Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-10T23:12:20.385Z | + cd test-project |
91 | 2024-07-10T23:12:20.385Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-10T23:12:20.462Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-10T23:12:20.462Z | Features: |
94 | 2024-07-10T23:12:20.462Z | - proptest |
95 | 2024-07-10T23:12:20.462Z | - test-strategy |
96 | 2024-07-10T23:12:20.462Z | - testing |
97 | 2024-07-10T23:12:20.486Z | Updating crates.io index |
98 | 2024-07-10T23:12:20.534Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-10T23:12:21.531Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-10T23:12:22.631Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-10T23:12:23.224Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-10T23:12:25.355Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-10T23:12:25.816Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-10T23:12:26.433Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-10T23:12:29.591Z | + cargo check |
106 | 2024-07-10T23:12:29.875Z | Downloading crates ... |
107 | 2024-07-10T23:12:29.961Z | Downloaded darling_macro v0.20.10 |
108 | 2024-07-10T23:12:29.987Z | Downloaded openssl-probe v0.1.5 |
109 | 2024-07-10T23:12:29.987Z | Downloaded mime v0.3.17 |
110 | 2024-07-10T23:12:29.987Z | Downloaded omicron-workspace-hack v0.1.0 |
111 | 2024-07-10T23:12:29.987Z | Downloaded hex v0.4.3 |
112 | 2024-07-10T23:12:29.987Z | Downloaded darling v0.20.10 |
113 | 2024-07-10T23:12:29.987Z | Downloaded pin-utils v0.1.0 |
114 | 2024-07-10T23:12:29.987Z | Downloaded num-traits v0.2.19 |
115 | 2024-07-10T23:12:30.594Z | Downloaded indexmap v1.9.3 |
116 | 2024-07-10T23:12:30.594Z | Downloaded waitgroup v0.1.2 |
117 | 2024-07-10T23:12:30.594Z | Downloaded tinyvec v1.8.0 |
118 | 2024-07-10T23:12:30.594Z | Downloaded try-lock v0.2.5 |
119 | 2024-07-10T23:12:30.594Z | Downloaded ppv-lite86 v0.2.17 |
120 | 2024-07-10T23:12:30.595Z | Downloaded parse-display-derive v0.9.1 |
121 | 2024-07-10T23:12:30.595Z | Downloaded futures-util v0.3.30 |
122 | 2024-07-10T23:12:30.595Z | Downloaded time-core v0.1.2 |
123 | 2024-07-10T23:12:30.595Z | Downloaded toml_datetime v0.6.6 |
124 | 2024-07-10T23:12:30.595Z | Downloaded tokio-rustls v0.24.1 |
125 | 2024-07-10T23:12:30.595Z | Downloaded tokio-macros v2.3.0 |
126 | 2024-07-10T23:12:30.595Z | Downloaded thread_local v1.1.8 |
127 | 2024-07-10T23:12:30.595Z | Downloaded ucd-trie v0.1.6 |
128 | 2024-07-10T23:12:30.595Z | Downloaded untrusted v0.9.0 |
129 | 2024-07-10T23:12:30.595Z | Downloaded tracing v0.1.40 |
130 | 2024-07-10T23:12:30.595Z | Downloaded futures-executor v0.3.30 |
131 | 2024-07-10T23:12:30.596Z | Downloaded usdt v0.5.0 |
132 | 2024-07-10T23:12:30.596Z | Downloaded mio v0.8.11 |
133 | 2024-07-10T23:12:30.596Z | Downloaded subtle v2.6.1 |
134 | 2024-07-10T23:12:30.596Z | Downloaded structmeta v0.3.0 |
135 | 2024-07-10T23:12:30.596Z | Downloaded serde_urlencoded v0.7.1 |
136 | 2024-07-10T23:12:30.596Z | Downloaded once_cell v1.19.0 |
137 | 2024-07-10T23:12:30.597Z | Downloaded memmap v0.7.0 |
138 | 2024-07-10T23:12:30.597Z | Downloaded rustversion v1.0.17 |
139 | 2024-07-10T23:12:30.597Z | Downloaded signal-hook-registry v1.4.2 |
140 | 2024-07-10T23:12:30.597Z | Downloaded tower-service v0.3.2 |
141 | 2024-07-10T23:12:30.597Z | Downloaded tinyvec_macros v0.1.1 |
142 | 2024-07-10T23:12:30.597Z | Downloaded serde_spanned v0.6.6 |
143 | 2024-07-10T23:12:30.597Z | Downloaded schemars_derive v0.8.21 |
144 | 2024-07-10T23:12:30.598Z | Downloaded thread-id v4.2.1 |
145 | 2024-07-10T23:12:30.598Z | Downloaded native-tls v0.2.12 |
146 | 2024-07-10T23:12:30.598Z | Downloaded heck v0.5.0 |
147 | 2024-07-10T23:12:30.598Z | Downloaded httpdate v1.0.3 |
148 | 2024-07-10T23:12:30.598Z | Downloaded hostname v0.3.1 |
149 | 2024-07-10T23:12:30.598Z | Downloaded tokio-util v0.7.11 |
150 | 2024-07-10T23:12:30.598Z | Downloaded tokio-native-tls v0.3.1 |
151 | 2024-07-10T23:12:30.598Z | Downloaded pest_derive v2.7.11 |
152 | 2024-07-10T23:12:30.598Z | Downloaded futures-channel v0.3.30 |
153 | 2024-07-10T23:12:30.599Z | Downloaded ipnet v2.9.0 |
154 | 2024-07-10T23:12:30.599Z | Downloaded tokio-rustls v0.25.0 |
155 | 2024-07-10T23:12:30.599Z | Downloaded time-macros v0.2.18 |
156 | 2024-07-10T23:12:30.599Z | Downloaded hyper-rustls v0.24.2 |
157 | 2024-07-10T23:12:30.599Z | Downloaded take_mut v0.2.2 |
158 | 2024-07-10T23:12:30.599Z | Downloaded toml v0.8.14 |
159 | 2024-07-10T23:12:30.599Z | Downloaded tracing-core v0.1.32 |
160 | 2024-07-10T23:12:30.600Z | Downloaded parse-display v0.9.1 |
161 | 2024-07-10T23:12:30.600Z | Downloaded http v0.2.12 |
162 | 2024-07-10T23:12:30.600Z | Downloaded typenum v1.17.0 |
163 | 2024-07-10T23:12:30.600Z | Downloaded pkg-config v0.3.30 |
164 | 2024-07-10T23:12:30.600Z | Downloaded toml_edit v0.22.15 |
165 | 2024-07-10T23:12:30.600Z | Downloaded time v0.3.36 |
166 | 2024-07-10T23:12:30.600Z | Downloaded term v0.7.0 |
167 | 2024-07-10T23:12:30.601Z | Downloaded spin v0.9.8 |
168 | 2024-07-10T23:12:30.601Z | Downloaded rustls-pemfile v2.1.2 |
169 | 2024-07-10T23:12:30.601Z | Downloaded quote v1.0.36 |
170 | 2024-07-10T23:12:30.601Z | Downloaded h2 v0.3.26 |
171 | 2024-07-10T23:12:30.601Z | Downloaded slab v0.4.9 |
172 | 2024-07-10T23:12:30.602Z | Downloaded scopeguard v1.2.0 |
173 | 2024-07-10T23:12:30.602Z | Downloaded pest_meta v2.7.11 |
174 | 2024-07-10T23:12:30.602Z | Downloaded idna v0.5.0 |
175 | 2024-07-10T23:12:30.602Z | Downloaded proc-macro2 v1.0.86 |
176 | 2024-07-10T23:12:30.602Z | Downloaded rustls-pemfile v1.0.4 |
177 | 2024-07-10T23:12:30.602Z | Downloaded rand_chacha v0.3.1 |
178 | 2024-07-10T23:12:30.602Z | Downloaded rand_core v0.6.4 |
179 | 2024-07-10T23:12:30.602Z | Downloaded serde_path_to_error v0.1.16 |
180 | 2024-07-10T23:12:30.603Z | Downloaded structmeta-derive v0.3.0 |
181 | 2024-07-10T23:12:30.603Z | Downloaded slog-json v2.6.1 |
182 | 2024-07-10T23:12:30.603Z | Downloaded slog-term v2.9.1 |
183 | 2024-07-10T23:12:30.603Z | Downloaded serde_with_macros v3.8.3 |
184 | 2024-07-10T23:12:30.603Z | Downloaded semver v1.0.23 |
185 | 2024-07-10T23:12:30.603Z | Downloaded scroll v0.12.0 |
186 | 2024-07-10T23:12:30.604Z | Downloaded thiserror v1.0.61 |
187 | 2024-07-10T23:12:30.604Z | Downloaded powerfmt v0.2.0 |
188 | 2024-07-10T23:12:30.604Z | Downloaded strsim v0.11.1 |
189 | 2024-07-10T23:12:30.604Z | Downloaded serde_tokenstream v0.2.1 |
190 | 2024-07-10T23:12:30.604Z | Downloaded pin-project-lite v0.2.14 |
191 | 2024-07-10T23:12:30.604Z | Downloaded unicode-ident v1.0.12 |
192 | 2024-07-10T23:12:30.604Z | Downloaded pest_generator v2.7.11 |
193 | 2024-07-10T23:12:30.604Z | Downloaded version_check v0.9.4 |
194 | 2024-07-10T23:12:30.604Z | Downloaded usdt-impl v0.5.0 |
195 | 2024-07-10T23:12:30.605Z | Downloaded openssl v0.10.64 |
196 | 2024-07-10T23:12:30.605Z | Downloaded goblin v0.8.2 |
197 | 2024-07-10T23:12:30.605Z | Downloaded slog-bunyan v2.5.0 |
198 | 2024-07-10T23:12:30.605Z | Downloaded sct v0.7.1 |
199 | 2024-07-10T23:12:30.605Z | Downloaded strum_macros v0.26.4 |
200 | 2024-07-10T23:12:30.605Z | Downloaded sha2 v0.10.8 |
201 | 2024-07-10T23:12:30.605Z | Downloaded tokio v1.38.0 |
202 | 2024-07-10T23:12:30.605Z | Downloaded unsafe-libyaml v0.2.11 |
203 | 2024-07-10T23:12:30.605Z | Downloaded smallvec v1.13.2 |
204 | 2024-07-10T23:12:30.605Z | Downloaded slog-async v2.8.0 |
205 | 2024-07-10T23:12:30.605Z | Downloaded serde_yaml v0.9.34+deprecated |
206 | 2024-07-10T23:12:30.605Z | Downloaded encoding_rs v0.8.34 |
207 | 2024-07-10T23:12:30.605Z | Downloaded socket2 v0.5.7 |
208 | 2024-07-10T23:12:30.606Z | Downloaded serde v1.0.204 |
209 | 2024-07-10T23:12:30.606Z | Downloaded rand v0.8.5 |
210 | 2024-07-10T23:12:30.606Z | Downloaded url v2.5.2 |
211 | 2024-07-10T23:12:30.606Z | Downloaded unicode-normalization v0.1.23 |
212 | 2024-07-10T23:12:30.606Z | Downloaded openssl-sys v0.9.102 |
213 | 2024-07-10T23:12:30.606Z | Downloaded slog v2.7.0 |
214 | 2024-07-10T23:12:30.606Z | Downloaded serde_derive_internals v0.29.1 |
215 | 2024-07-10T23:12:30.636Z | Downloaded serde_derive v1.0.204 |
216 | 2024-07-10T23:12:30.636Z | Downloaded pest v2.7.11 |
217 | 2024-07-10T23:12:30.636Z | Downloaded schemars v0.8.21 |
218 | 2024-07-10T23:12:30.637Z | Downloaded zerocopy v0.7.35 |
219 | 2024-07-10T23:12:30.637Z | Downloaded serde_with v3.8.3 |
220 | 2024-07-10T23:12:30.637Z | Downloaded serde_json v1.0.120 |
221 | 2024-07-10T23:12:30.637Z | Downloaded vcpkg v0.2.15 |
222 | 2024-07-10T23:12:30.637Z | Downloaded regex v1.10.5 |
223 | 2024-07-10T23:12:30.637Z | Downloaded syn v2.0.70 |
224 | 2024-07-10T23:12:30.637Z | Downloaded regex-automata v0.4.7 |
225 | 2024-07-10T23:12:30.638Z | Downloaded rustls v0.22.4 |
226 | 2024-07-10T23:12:30.638Z | Downloaded rustls v0.21.12 |
227 | 2024-07-10T23:12:30.638Z | Downloaded regress v0.10.0 |
228 | 2024-07-10T23:12:30.638Z | Downloaded regress v0.9.1 |
229 | 2024-07-10T23:12:30.638Z | Downloaded regex-syntax v0.8.4 |
230 | 2024-07-10T23:12:30.638Z | Downloaded webpki-roots v0.25.4 |
231 | 2024-07-10T23:12:30.638Z | Downloaded rustls-webpki v0.102.5 |
232 | 2024-07-10T23:12:30.669Z | Downloaded rustls-webpki v0.101.7 |
233 | 2024-07-10T23:12:30.669Z | Downloaded reqwest v0.11.27 |
234 | 2024-07-10T23:12:30.669Z | Downloaded winnow v0.6.13 |
235 | 2024-07-10T23:12:30.693Z | Downloaded ryu v1.0.18 |
236 | 2024-07-10T23:12:30.693Z | Downloaded parking_lot_core v0.9.10 |
237 | 2024-07-10T23:12:30.693Z | Downloaded parking_lot v0.12.3 |
238 | 2024-07-10T23:12:30.693Z | Downloaded zerocopy-derive v0.7.35 |
239 | 2024-07-10T23:12:30.693Z | Downloaded uuid v1.10.0 |
240 | 2024-07-10T23:12:30.693Z | Downloaded unicode-bidi v0.3.15 |
241 | 2024-07-10T23:12:30.719Z | Downloaded rustls-pki-types v1.7.0 |
242 | 2024-07-10T23:12:30.719Z | Downloaded libc v0.2.155 |
243 | 2024-07-10T23:12:30.744Z | Downloaded openapiv3 v2.0.0 |
244 | 2024-07-10T23:12:30.744Z | Downloaded ring v0.17.8 |
245 | 2024-07-10T23:12:30.818Z | Downloaded indexmap v2.2.6 |
246 | 2024-07-10T23:12:30.843Z | Downloaded thiserror-impl v1.0.61 |
247 | 2024-07-10T23:12:30.843Z | Downloaded scroll_derive v0.12.0 |
248 | 2024-07-10T23:12:30.843Z | Downloaded iana-time-zone v0.1.60 |
249 | 2024-07-10T23:12:30.843Z | Downloaded futures-macro v0.3.30 |
250 | 2024-07-10T23:12:30.843Z | Downloaded http-body v0.4.6 |
251 | 2024-07-10T23:12:30.843Z | Downloaded sha1 v0.10.6 |
252 | 2024-07-10T23:12:30.843Z | Downloaded hashbrown v0.12.3 |
253 | 2024-07-10T23:12:30.843Z | Downloaded log v0.4.22 |
254 | 2024-07-10T23:12:30.844Z | Downloaded is-terminal v0.4.12 |
255 | 2024-07-10T23:12:30.844Z | Downloaded futures-task v0.3.30 |
256 | 2024-07-10T23:12:30.844Z | Downloaded openssl-macros v0.1.1 |
257 | 2024-07-10T23:12:30.844Z | Downloaded num_threads v0.1.7 |
258 | 2024-07-10T23:12:30.844Z | Downloaded foreign-types v0.3.2 |
259 | 2024-07-10T23:12:30.884Z | Downloaded equivalent v1.0.1 |
260 | 2024-07-10T23:12:30.884Z | Downloaded num-conv v0.1.0 |
261 | 2024-07-10T23:12:30.884Z | Downloaded generic-array v0.14.7 |
262 | 2024-07-10T23:12:30.885Z | Downloaded chrono v0.4.38 |
263 | 2024-07-10T23:12:30.885Z | Downloaded pretty-hex v0.4.1 |
264 | 2024-07-10T23:12:30.885Z | Downloaded zeroize v1.8.1 |
265 | 2024-07-10T23:12:30.885Z | Downloaded hyper v0.14.30 |
266 | 2024-07-10T23:12:30.885Z | Downloaded form_urlencoded v1.2.1 |
267 | 2024-07-10T23:12:30.885Z | Downloaded aho-corasick v1.1.3 |
268 | 2024-07-10T23:12:30.913Z | Downloaded strum v0.26.3 |
269 | 2024-07-10T23:12:30.913Z | Downloaded plain v0.2.3 |
270 | 2024-07-10T23:12:30.913Z | Downloaded percent-encoding v2.3.1 |
271 | 2024-07-10T23:12:30.913Z | Downloaded paste v1.0.15 |
272 | 2024-07-10T23:12:30.914Z | Downloaded match_cfg v0.1.0 |
273 | 2024-07-10T23:12:30.914Z | Downloaded sync_wrapper v0.1.2 |
274 | 2024-07-10T23:12:30.914Z | Downloaded want v0.3.1 |
275 | 2024-07-10T23:12:30.914Z | Downloaded memchr v2.7.4 |
276 | 2024-07-10T23:12:30.914Z | Downloaded http v1.1.0 |
277 | 2024-07-10T23:12:30.914Z | Downloaded hashbrown v0.14.5 |
278 | 2024-07-10T23:12:30.914Z | Downloaded crossbeam-channel v0.5.13 |
279 | 2024-07-10T23:12:30.914Z | Downloaded bytes v1.6.0 |
280 | 2024-07-10T23:12:30.914Z | Downloaded usdt-macro v0.5.0 |
281 | 2024-07-10T23:12:30.914Z | Downloaded usdt-attr-macro v0.5.0 |
282 | 2024-07-10T23:12:30.915Z | Downloaded httparse v1.9.4 |
283 | 2024-07-10T23:12:30.915Z | Downloaded dtrace-parser v0.2.0 |
284 | 2024-07-10T23:12:30.915Z | Downloaded debug-ignore v1.0.5 |
285 | 2024-07-10T23:12:30.915Z | Downloaded darling_core v0.20.10 |
286 | 2024-07-10T23:12:30.948Z | Downloaded crypto-common v0.1.6 |
287 | 2024-07-10T23:12:30.948Z | Downloaded cc v1.1.0 |
288 | 2024-07-10T23:12:30.948Z | Downloaded base64 v0.22.1 |
289 | 2024-07-10T23:12:30.948Z | Downloaded base64 v0.21.7 |
290 | 2024-07-10T23:12:30.948Z | Downloaded backoff v0.4.0 |
291 | 2024-07-10T23:12:30.948Z | Downloaded allocator-api2 v0.2.18 |
292 | 2024-07-10T23:12:30.948Z | Downloaded futures v0.3.30 |
293 | 2024-07-10T23:12:30.948Z | Downloaded digest v0.10.7 |
294 | 2024-07-10T23:12:30.949Z | Downloaded bitflags v2.6.0 |
295 | 2024-07-10T23:12:30.979Z | Downloaded multer v3.1.0 |
296 | 2024-07-10T23:12:30.980Z | Downloaded lock_api v0.4.12 |
297 | 2024-07-10T23:12:30.980Z | Downloaded getrandom v0.2.15 |
298 | 2024-07-10T23:12:30.980Z | Downloaded dirs-sys-next v0.1.2 |
299 | 2024-07-10T23:12:30.980Z | Downloaded crossbeam-utils v0.8.20 |
300 | 2024-07-10T23:12:30.980Z | Downloaded block-buffer v0.10.4 |
301 | 2024-07-10T23:12:30.980Z | Downloaded async-trait v0.1.81 |
302 | 2024-07-10T23:12:30.980Z | Downloaded anyhow v1.0.86 |
303 | 2024-07-10T23:12:30.980Z | Downloaded ahash v0.8.11 |
304 | 2024-07-10T23:12:30.980Z | Downloaded camino v1.1.7 |
305 | 2024-07-10T23:12:30.980Z | Downloaded futures-io v0.3.30 |
306 | 2024-07-10T23:12:30.981Z | Downloaded fnv v1.0.7 |
307 | 2024-07-10T23:12:30.981Z | Downloaded num_cpus v1.16.0 |
308 | 2024-07-10T23:12:30.981Z | Downloaded newtype-uuid v1.1.0 |
309 | 2024-07-10T23:12:30.981Z | Downloaded itoa v1.0.11 |
310 | 2024-07-10T23:12:31.007Z | Downloaded ipnetwork v0.20.0 |
311 | 2024-07-10T23:12:31.008Z | Downloaded ident_case v1.0.1 |
312 | 2024-07-10T23:12:31.008Z | Downloaded hyper-tls v0.5.0 |
313 | 2024-07-10T23:12:31.008Z | Downloaded hostname v0.4.0 |
314 | 2024-07-10T23:12:31.008Z | Downloaded futures-core v0.3.30 |
315 | 2024-07-10T23:12:31.008Z | Downloaded foreign-types-shared v0.1.1 |
316 | 2024-07-10T23:12:31.008Z | Downloaded dyn-clone v1.0.17 |
317 | 2024-07-10T23:12:31.008Z | Downloaded dof v0.3.0 |
318 | 2024-07-10T23:12:31.008Z | Downloaded cfg-if v1.0.0 |
319 | 2024-07-10T23:12:31.008Z | Downloaded byteorder v1.5.0 |
320 | 2024-07-10T23:12:31.008Z | Downloaded atomic-waker v1.1.2 |
321 | 2024-07-10T23:12:31.008Z | Downloaded macaddr v1.0.1 |
322 | 2024-07-10T23:12:31.008Z | Downloaded futures-sink v0.3.30 |
323 | 2024-07-10T23:12:31.008Z | Downloaded dirs-next v2.0.0 |
324 | 2024-07-10T23:12:31.008Z | Downloaded deranged v0.3.11 |
325 | 2024-07-10T23:12:31.008Z | Downloaded cpufeatures v0.2.12 |
326 | 2024-07-10T23:12:31.009Z | Downloaded autocfg v1.3.0 |
327 | 2024-07-10T23:12:31.009Z | Downloaded async-stream v0.3.5 |
328 | 2024-07-10T23:12:31.009Z | Downloaded instant v0.1.13 |
329 | 2024-07-10T23:12:31.009Z | Downloaded async-stream-impl v0.3.5 |
330 | 2024-07-10T23:12:31.096Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-07-10T23:12:31.096Z | Compiling unicode-ident v1.0.12 |
332 | 2024-07-10T23:12:31.120Z | Compiling libc v0.2.155 |
333 | 2024-07-10T23:12:31.120Z | Checking cfg-if v1.0.0 |
334 | 2024-07-10T23:12:31.120Z | Compiling version_check v0.9.4 |
335 | 2024-07-10T23:12:31.120Z | Compiling autocfg v1.3.0 |
336 | 2024-07-10T23:12:31.120Z | Compiling serde v1.0.204 |
337 | 2024-07-10T23:12:31.120Z | Compiling serde_json v1.0.120 |
338 | 2024-07-10T23:12:31.219Z | Checking itoa v1.0.11 |
339 | 2024-07-10T23:12:31.287Z | Checking once_cell v1.19.0 |
340 | 2024-07-10T23:12:31.360Z | Compiling thiserror v1.0.61 |
341 | 2024-07-10T23:12:31.490Z | Compiling cc v1.1.0 |
342 | 2024-07-10T23:12:31.537Z | Compiling memchr v2.7.4 |
343 | 2024-07-10T23:12:31.695Z | Compiling ahash v0.8.11 |
344 | 2024-07-10T23:12:32.025Z | Checking byteorder v1.5.0 |
345 | 2024-07-10T23:12:32.110Z | Compiling num-traits v0.2.19 |
346 | 2024-07-10T23:12:32.298Z | Checking getrandom v0.2.15 |
347 | 2024-07-10T23:12:32.355Z | Compiling quote v1.0.36 |
348 | 2024-07-10T23:12:32.379Z | Checking pin-project-lite v0.2.14 |
349 | 2024-07-10T23:12:32.468Z | Checking ryu v1.0.18 |
350 | 2024-07-10T23:12:32.492Z | Checking log v0.4.22 |
351 | 2024-07-10T23:12:32.651Z | Compiling syn v2.0.70 |
352 | 2024-07-10T23:12:32.684Z | Checking bytes v1.6.0 |
353 | 2024-07-10T23:12:32.750Z | Checking allocator-api2 v0.2.18 |
354 | 2024-07-10T23:12:32.852Z | Compiling lock_api v0.4.12 |
355 | 2024-07-10T23:12:32.883Z | Compiling schemars v0.8.21 |
356 | 2024-07-10T23:12:32.975Z | Compiling parking_lot_core v0.9.10 |
357 | 2024-07-10T23:12:33.025Z | Checking scopeguard v1.2.0 |
358 | 2024-07-10T23:12:33.130Z | Checking futures-core v0.3.30 |
359 | 2024-07-10T23:12:33.171Z | Checking smallvec v1.13.2 |
360 | 2024-07-10T23:12:33.291Z | Checking socket2 v0.5.7 |
361 | 2024-07-10T23:12:33.315Z | Checking num_cpus v1.16.0 |
362 | 2024-07-10T23:12:33.315Z | Checking signal-hook-registry v1.4.2 |
363 | 2024-07-10T23:12:33.359Z | Checking mio v0.8.11 |
364 | 2024-07-10T23:12:33.386Z | Compiling slab v0.4.9 |
365 | 2024-07-10T23:12:33.595Z | Checking spin v0.9.8 |
366 | 2024-07-10T23:12:33.619Z | Checking futures-sink v0.3.30 |
367 | 2024-07-10T23:12:33.704Z | Checking fnv v1.0.7 |
368 | 2024-07-10T23:12:33.729Z | Checking untrusted v0.9.0 |
369 | 2024-07-10T23:12:33.754Z | Checking parking_lot v0.12.3 |
370 | 2024-07-10T23:12:33.779Z | Checking equivalent v1.0.1 |
371 | 2024-07-10T23:12:33.847Z | Checking futures-channel v0.3.30 |
372 | 2024-07-10T23:12:33.871Z | Checking pin-utils v0.1.0 |
373 | 2024-07-10T23:12:33.895Z | Checking futures-task v0.3.30 |
374 | 2024-07-10T23:12:33.925Z | Compiling vcpkg v0.2.15 |
375 | 2024-07-10T23:12:34.074Z | Compiling semver v1.0.23 |
376 | 2024-07-10T23:12:34.101Z | Compiling heck v0.5.0 |
377 | 2024-07-10T23:12:34.185Z | Compiling pkg-config v0.3.30 |
378 | 2024-07-10T23:12:34.259Z | Compiling ring v0.17.8 |
379 | 2024-07-10T23:12:34.309Z | Checking futures-io v0.3.30 |
380 | 2024-07-10T23:12:34.555Z | Compiling ucd-trie v0.1.6 |
381 | 2024-07-10T23:12:34.622Z | Checking iana-time-zone v0.1.60 |
382 | 2024-07-10T23:12:34.649Z | Checking http v0.2.12 |
383 | 2024-07-10T23:12:35.012Z | Checking dyn-clone v1.0.17 |
384 | 2024-07-10T23:12:35.257Z | Compiling httparse v1.9.4 |
385 | 2024-07-10T23:12:35.576Z | Compiling openssl-sys v0.9.102 |
386 | 2024-07-10T23:12:35.729Z | Checking tracing-core v0.1.32 |
387 | 2024-07-10T23:12:35.824Z | Compiling uuid v1.10.0 |
388 | 2024-07-10T23:12:36.244Z | Compiling chrono v0.4.38 |
389 | 2024-07-10T23:12:36.292Z | Compiling slog v2.7.0 |
390 | 2024-07-10T23:12:36.315Z | Checking tracing v0.1.40 |
391 | 2024-07-10T23:12:36.316Z | Checking try-lock v0.2.5 |
392 | 2024-07-10T23:12:36.393Z | Compiling openssl v0.10.64 |
393 | 2024-07-10T23:12:36.458Z | Checking foreign-types-shared v0.1.1 |
394 | 2024-07-10T23:12:36.535Z | Checking foreign-types v0.3.2 |
395 | 2024-07-10T23:12:36.606Z | Checking want v0.3.1 |
396 | 2024-07-10T23:12:36.759Z | Checking http-body v0.4.6 |
397 | 2024-07-10T23:12:36.783Z | Compiling aho-corasick v1.1.3 |
398 | 2024-07-10T23:12:36.807Z | Compiling native-tls v0.2.12 |
399 | 2024-07-10T23:12:37.065Z | Compiling rustls v0.21.12 |
400 | 2024-07-10T23:12:37.089Z | Compiling typenum v1.17.0 |
401 | 2024-07-10T23:12:37.338Z | Checking tower-service v0.3.2 |
402 | 2024-07-10T23:12:37.430Z | Checking httpdate v1.0.3 |
403 | 2024-07-10T23:12:37.632Z | Checking bitflags v2.6.0 |
404 | 2024-07-10T23:12:37.676Z | Compiling regex-syntax v0.8.4 |
405 | 2024-07-10T23:12:37.836Z | Checking percent-encoding v2.3.1 |
406 | 2024-07-10T23:12:37.903Z | Checking tinyvec_macros v0.1.1 |
407 | 2024-07-10T23:12:37.968Z | Checking tinyvec v1.8.0 |
408 | 2024-07-10T23:12:38.013Z | Checking form_urlencoded v1.2.1 |
409 | 2024-07-10T23:12:38.176Z | Compiling generic-array v0.14.7 |
410 | 2024-07-10T23:12:38.472Z | Compiling serde_derive_internals v0.29.1 |
411 | 2024-07-10T23:12:38.499Z | Checking openssl-probe v0.1.5 |
412 | 2024-07-10T23:12:39.111Z | Checking unicode-normalization v0.1.23 |
413 | 2024-07-10T23:12:39.448Z | Checking rustls-webpki v0.101.7 |
414 | 2024-07-10T23:12:39.882Z | Checking sct v0.7.1 |
415 | 2024-07-10T23:12:40.556Z | Compiling usdt-impl v0.5.0 |
416 | 2024-07-10T23:12:40.705Z | Compiling regex-automata v0.4.7 |
417 | 2024-07-10T23:12:40.743Z | Checking encoding_rs v0.8.34 |
418 | 2024-07-10T23:12:40.865Z | Compiling time-core v0.1.2 |
419 | 2024-07-10T23:12:41.015Z | Checking powerfmt v0.2.0 |
420 | 2024-07-10T23:12:41.224Z | Checking mime v0.3.17 |
421 | 2024-07-10T23:12:41.328Z | Checking unicode-bidi v0.3.15 |
422 | 2024-07-10T23:12:41.487Z | Compiling num-conv v0.1.0 |
423 | 2024-07-10T23:12:41.693Z | Compiling time-macros v0.2.18 |
424 | 2024-07-10T23:12:41.787Z | Checking idna v0.5.0 |
425 | 2024-07-10T23:12:42.352Z | Checking deranged v0.3.11 |
426 | 2024-07-10T23:12:42.606Z | Compiling thread-id v4.2.1 |
427 | 2024-07-10T23:12:42.901Z | Compiling strsim v0.11.1 |
428 | 2024-07-10T23:12:43.344Z | Compiling serde_derive v1.0.204 |
429 | 2024-07-10T23:12:43.368Z | Compiling zerocopy-derive v0.7.35 |
430 | 2024-07-10T23:12:43.511Z | Compiling thiserror-impl v1.0.61 |
431 | 2024-07-10T23:12:43.537Z | Compiling schemars_derive v0.8.21 |
432 | 2024-07-10T23:12:43.654Z | Compiling tokio-macros v2.3.0 |
433 | 2024-07-10T23:12:43.726Z | Compiling futures-macro v0.3.30 |
434 | 2024-07-10T23:12:44.072Z | Compiling openssl-macros v0.1.1 |
435 | 2024-07-10T23:12:45.031Z | Checking tokio v1.38.0 |
436 | 2024-07-10T23:12:45.169Z | Checking zerocopy v0.7.35 |
437 | 2024-07-10T23:12:45.997Z | Checking futures-util v0.3.30 |
438 | 2024-07-10T23:12:46.063Z | Compiling pest v2.7.11 |
439 | 2024-07-10T23:12:46.626Z | Checking hashbrown v0.14.5 |
440 | 2024-07-10T23:12:47.506Z | Compiling regex v1.10.5 |
441 | 2024-07-10T23:12:47.569Z | Compiling scroll_derive v0.12.0 |
442 | 2024-07-10T23:12:48.093Z | Compiling pest_meta v2.7.11 |
443 | 2024-07-10T23:12:48.281Z | Compiling regress v0.10.0 |
444 | 2024-07-10T23:12:48.698Z | Checking scroll v0.12.0 |
445 | 2024-07-10T23:12:49.048Z | Compiling pest_generator v2.7.11 |
446 | 2024-07-10T23:12:50.521Z | Checking plain v0.2.3 |
447 | 2024-07-10T23:12:50.824Z | Checking tokio-util v0.7.11 |
448 | 2024-07-10T23:12:50.902Z | Checking tokio-native-tls v0.3.1 |
449 | 2024-07-10T23:12:50.946Z | Checking tokio-rustls v0.24.1 |
450 | 2024-07-10T23:12:51.102Z | Compiling crossbeam-utils v0.8.20 |
451 | 2024-07-10T23:12:51.219Z | Compiling ident_case v1.0.1 |
452 | 2024-07-10T23:12:51.348Z | Checking num_threads v0.1.7 |
453 | 2024-07-10T23:12:51.433Z | Checking rustls-pki-types v1.7.0 |
454 | 2024-07-10T23:12:51.488Z | Checking base64 v0.21.7 |
455 | 2024-07-10T23:12:51.650Z | Compiling pest_derive v2.7.11 |
456 | 2024-07-10T23:12:51.793Z | Checking time v0.3.36 |
457 | 2024-07-10T23:12:51.864Z | Checking rustls-pemfile v1.0.4 |
458 | 2024-07-10T23:12:52.015Z | Compiling darling_core v0.20.10 |
459 | 2024-07-10T23:12:52.097Z | Checking goblin v0.8.2 |
460 | 2024-07-10T23:12:52.359Z | Compiling dtrace-parser v0.2.0 |
461 | 2024-07-10T23:12:53.572Z | Checking indexmap v2.2.6 |
462 | 2024-07-10T23:12:54.266Z | Compiling serde_tokenstream v0.2.1 |
463 | 2024-07-10T23:12:54.690Z | Checking h2 v0.3.26 |
464 | 2024-07-10T23:12:55.192Z | Checking serde_urlencoded v0.7.1 |
465 | 2024-07-10T23:12:55.507Z | Checking openapiv3 v2.0.0 |
466 | 2024-07-10T23:12:55.542Z | Checking url v2.5.2 |
467 | 2024-07-10T23:12:56.182Z | Compiling dof v0.3.0 |
468 | 2024-07-10T23:12:56.453Z | Checking dirs-sys-next v0.1.2 |
469 | 2024-07-10T23:12:56.821Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
470 | 2024-07-10T23:12:57.221Z | Compiling paste v1.0.15 |
471 | 2024-07-10T23:12:57.270Z | Compiling omicron-workspace-hack v0.1.0 |
472 | 2024-07-10T23:12:57.597Z | Checking sync_wrapper v0.1.2 |
473 | 2024-07-10T23:12:57.685Z | Checking ipnet v2.9.0 |
474 | 2024-07-10T23:12:57.760Z | Compiling rustls v0.22.4 |
475 | 2024-07-10T23:12:58.002Z | Compiling rustversion v1.0.17 |
476 | 2024-07-10T23:12:58.063Z | Compiling unsafe-libyaml v0.2.11 |
477 | 2024-07-10T23:12:58.086Z | Checking hyper v0.14.30 |
478 | 2024-07-10T23:12:58.246Z | Checking pretty-hex v0.4.1 |
479 | 2024-07-10T23:12:58.380Z | Checking webpki-roots v0.25.4 |
480 | 2024-07-10T23:12:58.631Z | Compiling darling_macro v0.20.10 |
481 | 2024-07-10T23:12:58.719Z | Checking dirs-next v2.0.0 |
482 | 2024-07-10T23:12:58.824Z | Checking toml_datetime v0.6.6 |
483 | 2024-07-10T23:12:59.012Z | Checking serde_spanned v0.6.6 |
484 | 2024-07-10T23:12:59.165Z | Compiling serde_yaml v0.9.34+deprecated |
485 | 2024-07-10T23:12:59.189Z | Checking rustls-webpki v0.102.5 |
486 | 2024-07-10T23:12:59.503Z | Checking block-buffer v0.10.4 |
487 | 2024-07-10T23:12:59.547Z | Checking crypto-common v0.1.6 |
488 | 2024-07-10T23:12:59.613Z | Compiling structmeta-derive v0.3.0 |
489 | 2024-07-10T23:12:59.638Z | Checking rand_core v0.6.4 |
490 | 2024-07-10T23:12:59.683Z | Compiling multer v3.1.0 |
491 | 2024-07-10T23:12:59.752Z | Checking thread_local v1.1.8 |
492 | 2024-07-10T23:12:59.855Z | Compiling camino v1.1.7 |
493 | 2024-07-10T23:12:59.879Z | Checking subtle v2.6.1 |
494 | 2024-07-10T23:12:59.955Z | Checking zeroize v1.8.1 |
495 | 2024-07-10T23:12:59.988Z | Compiling slog-async v2.8.0 |
496 | 2024-07-10T23:13:00.074Z | Checking match_cfg v0.1.0 |
497 | 2024-07-10T23:13:00.121Z | Checking winnow v0.6.13 |
498 | 2024-07-10T23:13:00.157Z | Compiling anyhow v1.0.86 |
499 | 2024-07-10T23:13:00.332Z | Checking ppv-lite86 v0.2.17 |
500 | 2024-07-10T23:13:00.748Z | Checking hostname v0.3.1 |
501 | 2024-07-10T23:13:00.907Z | Checking rand_chacha v0.3.1 |
502 | 2024-07-10T23:13:01.187Z | Checking digest v0.10.7 |
503 | 2024-07-10T23:13:01.318Z | Checking crossbeam-channel v0.5.13 |
504 | 2024-07-10T23:13:01.437Z | Compiling darling v0.20.10 |
505 | 2024-07-10T23:13:01.530Z | Checking term v0.7.0 |
506 | 2024-07-10T23:13:01.803Z | Checking hyper-rustls v0.24.2 |
507 | 2024-07-10T23:13:01.861Z | Checking hyper-tls v0.5.0 |
508 | 2024-07-10T23:13:01.885Z | Compiling structmeta v0.3.0 |
509 | 2024-07-10T23:13:02.087Z | Checking reqwest v0.11.27 |
510 | 2024-07-10T23:13:02.200Z | Compiling usdt-attr-macro v0.5.0 |
511 | 2024-07-10T23:13:02.341Z | Compiling usdt-macro v0.5.0 |
512 | 2024-07-10T23:13:02.502Z | Checking toml_edit v0.22.15 |
513 | 2024-07-10T23:13:02.827Z | Checking slog-json v2.6.1 |
514 | 2024-07-10T23:13:03.035Z | Checking futures-executor v0.3.30 |
515 | 2024-07-10T23:13:03.168Z | Compiling async-stream-impl v0.3.5 |
516 | 2024-07-10T23:13:03.192Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
517 | 2024-07-10T23:13:03.216Z | Checking http v1.1.0 |
518 | 2024-07-10T23:13:03.426Z | Checking memmap v0.7.0 |
519 | 2024-07-10T23:13:03.449Z | Checking is-terminal v0.4.12 |
520 | 2024-07-10T23:13:03.473Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
521 | 2024-07-10T23:13:03.528Z | Checking atomic-waker v1.1.2 |
522 | 2024-07-10T23:13:03.553Z | Checking take_mut v0.2.2 |
523 | 2024-07-10T23:13:03.597Z | Checking base64 v0.22.1 |
524 | 2024-07-10T23:13:03.634Z | Checking cpufeatures v0.2.12 |
525 | 2024-07-10T23:13:03.709Z | Checking sha1 v0.10.6 |
526 | 2024-07-10T23:13:03.793Z | Checking waitgroup v0.1.2 |
527 | 2024-07-10T23:13:03.896Z | Checking usdt v0.5.0 |
528 | 2024-07-10T23:13:03.920Z | Checking slog-term v2.9.1 |
529 | 2024-07-10T23:13:03.944Z | Checking tokio-rustls v0.25.0 |
530 | 2024-07-10T23:13:04.031Z | Checking rustls-pemfile v2.1.2 |
531 | 2024-07-10T23:13:04.102Z | Checking futures v0.3.30 |
532 | 2024-07-10T23:13:04.188Z | Compiling strum_macros v0.26.4 |
533 | 2024-07-10T23:13:04.212Z | Checking slog-bunyan v2.5.0 |
534 | 2024-07-10T23:13:04.236Z | Compiling parse-display-derive v0.9.1 |
535 | 2024-07-10T23:13:04.326Z | Checking async-stream v0.3.5 |
536 | 2024-07-10T23:13:04.350Z | Compiling serde_with_macros v3.8.3 |
537 | 2024-07-10T23:13:04.350Z | Checking rand v0.8.5 |
538 | 2024-07-10T23:13:04.665Z | Checking toml v0.8.14 |
539 | 2024-07-10T23:13:04.852Z | Checking newtype-uuid v1.1.0 |
540 | 2024-07-10T23:13:05.039Z | Checking ipnetwork v0.20.0 |
541 | 2024-07-10T23:13:05.160Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
542 | 2024-07-10T23:13:05.294Z | Checking serde_path_to_error v0.1.16 |
543 | 2024-07-10T23:13:05.326Z | Checking hex v0.4.3 |
544 | 2024-07-10T23:13:05.356Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
545 | 2024-07-10T23:13:05.735Z | Compiling async-trait v0.1.81 |
546 | 2024-07-10T23:13:05.816Z | Checking hostname v0.4.0 |
547 | 2024-07-10T23:13:05.917Z | Checking instant v0.1.13 |
548 | 2024-07-10T23:13:05.984Z | Checking debug-ignore v1.0.5 |
549 | 2024-07-10T23:13:06.009Z | Checking backoff v0.4.0 |
550 | 2024-07-10T23:13:06.090Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
551 | 2024-07-10T23:13:06.200Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
552 | 2024-07-10T23:13:06.235Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
553 | 2024-07-10T23:13:06.322Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
554 | 2024-07-10T23:13:06.503Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
555 | 2024-07-10T23:13:06.585Z | Checking macaddr v1.0.1 |
556 | 2024-07-10T23:13:06.649Z | Checking serde_with v3.8.3 |
557 | 2024-07-10T23:13:06.871Z | Checking regress v0.9.1 |
558 | 2024-07-10T23:13:07.669Z | Checking parse-display v0.9.1 |
559 | 2024-07-10T23:13:07.981Z | Checking strum v0.26.3 |
560 | 2024-07-10T23:13:08.921Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
561 | 2024-07-10T23:13:11.308Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
562 | 2024-07-10T23:13:11.394Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
563 | 2024-07-10T23:13:14.952Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
564 | 2024-07-10T23:13:23.480Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
565 | 2024-07-10T23:13:23.610Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
566 | 2024-07-10T23:13:27.132Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-07-10T23:13:35.416Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-07-10T23:13:35.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
569 | 2024-07-10T23:13:35.547Z | + cargo build --release |
570 | 2024-07-10T23:13:35.887Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-07-10T23:13:35.887Z | Compiling unicode-ident v1.0.12 |
572 | 2024-07-10T23:13:35.887Z | Compiling libc v0.2.155 |
573 | 2024-07-10T23:13:35.911Z | Compiling cfg-if v1.0.0 |
574 | 2024-07-10T23:13:35.911Z | Compiling version_check v0.9.4 |
575 | 2024-07-10T23:13:35.911Z | Compiling autocfg v1.3.0 |
576 | 2024-07-10T23:13:35.911Z | Compiling serde v1.0.204 |
577 | 2024-07-10T23:13:35.911Z | Compiling serde_json v1.0.120 |
578 | 2024-07-10T23:13:36.011Z | Compiling itoa v1.0.11 |
579 | 2024-07-10T23:13:36.046Z | Compiling thiserror v1.0.61 |
580 | 2024-07-10T23:13:36.188Z | Compiling once_cell v1.19.0 |
581 | 2024-07-10T23:13:36.228Z | Compiling cc v1.1.0 |
582 | 2024-07-10T23:13:36.407Z | Compiling memchr v2.7.4 |
583 | 2024-07-10T23:13:36.499Z | Compiling ahash v0.8.11 |
584 | 2024-07-10T23:13:36.825Z | Compiling byteorder v1.5.0 |
585 | 2024-07-10T23:13:36.848Z | Compiling num-traits v0.2.19 |
586 | 2024-07-10T23:13:37.065Z | Compiling getrandom v0.2.15 |
587 | 2024-07-10T23:13:37.150Z | Compiling pin-project-lite v0.2.14 |
588 | 2024-07-10T23:13:37.217Z | Compiling quote v1.0.36 |
589 | 2024-07-10T23:13:37.254Z | Compiling ryu v1.0.18 |
590 | 2024-07-10T23:13:37.602Z | Compiling syn v2.0.70 |
591 | 2024-07-10T23:13:37.628Z | Compiling log v0.4.22 |
592 | 2024-07-10T23:13:37.656Z | Compiling bytes v1.6.0 |
593 | 2024-07-10T23:13:37.710Z | Compiling allocator-api2 v0.2.18 |
594 | 2024-07-10T23:13:37.837Z | Compiling schemars v0.8.21 |
595 | 2024-07-10T23:13:37.994Z | Compiling lock_api v0.4.12 |
596 | 2024-07-10T23:13:38.018Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-07-10T23:13:38.151Z | Compiling smallvec v1.13.2 |
598 | 2024-07-10T23:13:38.406Z | Compiling futures-core v0.3.30 |
599 | 2024-07-10T23:13:38.430Z | Compiling scopeguard v1.2.0 |
600 | 2024-07-10T23:13:38.470Z | Compiling num_cpus v1.16.0 |
601 | 2024-07-10T23:13:38.597Z | Compiling socket2 v0.5.7 |
602 | 2024-07-10T23:13:38.620Z | Compiling signal-hook-registry v1.4.2 |
603 | 2024-07-10T23:13:38.825Z | Compiling ring v0.17.8 |
604 | 2024-07-10T23:13:38.864Z | Compiling mio v0.8.11 |
605 | 2024-07-10T23:13:39.036Z | Compiling parking_lot v0.12.3 |
606 | 2024-07-10T23:13:39.281Z | Compiling slab v0.4.9 |
607 | 2024-07-10T23:13:39.384Z | Compiling futures-sink v0.3.30 |
608 | 2024-07-10T23:13:39.574Z | Compiling spin v0.9.8 |
609 | 2024-07-10T23:13:39.731Z | Compiling semver v1.0.23 |
610 | 2024-07-10T23:13:40.073Z | Compiling untrusted v0.9.0 |
611 | 2024-07-10T23:13:40.145Z | Compiling fnv v1.0.7 |
612 | 2024-07-10T23:13:40.169Z | Compiling equivalent v1.0.1 |
613 | 2024-07-10T23:13:40.245Z | Compiling futures-channel v0.3.30 |
614 | 2024-07-10T23:13:40.460Z | Compiling futures-io v0.3.30 |
615 | 2024-07-10T23:13:40.507Z | Compiling pkg-config v0.3.30 |
616 | 2024-07-10T23:13:40.531Z | Compiling vcpkg v0.2.15 |
617 | 2024-07-10T23:13:40.606Z | Compiling futures-task v0.3.30 |
618 | 2024-07-10T23:13:40.646Z | Compiling pin-utils v0.1.0 |
619 | 2024-07-10T23:13:40.725Z | Compiling heck v0.5.0 |
620 | 2024-07-10T23:13:41.011Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-07-10T23:13:41.083Z | Compiling ucd-trie v0.1.6 |
622 | 2024-07-10T23:13:41.493Z | Compiling http v0.2.12 |
623 | 2024-07-10T23:13:41.629Z | Compiling dyn-clone v1.0.17 |
624 | 2024-07-10T23:13:41.819Z | Compiling httparse v1.9.4 |
625 | 2024-07-10T23:13:41.978Z | Compiling openssl-sys v0.9.102 |
626 | 2024-07-10T23:13:42.470Z | Compiling chrono v0.4.38 |
627 | 2024-07-10T23:13:42.581Z | Compiling tracing-core v0.1.32 |
628 | 2024-07-10T23:13:42.604Z | Compiling uuid v1.10.0 |
629 | 2024-07-10T23:13:43.984Z | Compiling serde_derive_internals v0.29.1 |
630 | 2024-07-10T23:13:44.132Z | Compiling tracing v0.1.40 |
631 | 2024-07-10T23:13:44.754Z | Compiling openssl v0.10.64 |
632 | 2024-07-10T23:13:45.032Z | Compiling try-lock v0.2.5 |
633 | 2024-07-10T23:13:45.086Z | Compiling slog v2.7.0 |
634 | 2024-07-10T23:13:45.120Z | Compiling foreign-types-shared v0.1.1 |
635 | 2024-07-10T23:13:45.171Z | Compiling want v0.3.1 |
636 | 2024-07-10T23:13:45.210Z | Compiling foreign-types v0.3.2 |
637 | 2024-07-10T23:13:45.570Z | Compiling http-body v0.4.6 |
638 | 2024-07-10T23:13:45.594Z | Compiling aho-corasick v1.1.3 |
639 | 2024-07-10T23:13:45.985Z | Compiling rustls v0.21.12 |
640 | 2024-07-10T23:13:46.031Z | Compiling native-tls v0.2.12 |
641 | 2024-07-10T23:13:46.248Z | Compiling percent-encoding v2.3.1 |
642 | 2024-07-10T23:13:46.358Z | Compiling typenum v1.17.0 |
643 | 2024-07-10T23:13:46.491Z | Compiling tower-service v0.3.2 |
644 | 2024-07-10T23:13:46.603Z | Compiling tinyvec_macros v0.1.1 |
645 | 2024-07-10T23:13:46.658Z | Compiling regex-syntax v0.8.4 |
646 | 2024-07-10T23:13:46.683Z | Compiling httpdate v1.0.3 |
647 | 2024-07-10T23:13:46.731Z | Compiling bitflags v2.6.0 |
648 | 2024-07-10T23:13:47.043Z | Compiling tinyvec v1.8.0 |
649 | 2024-07-10T23:13:47.246Z | Compiling form_urlencoded v1.2.1 |
650 | 2024-07-10T23:13:47.751Z | Compiling generic-array v0.14.7 |
651 | 2024-07-10T23:13:48.191Z | Compiling openssl-probe v0.1.5 |
652 | 2024-07-10T23:13:48.316Z | Compiling serde_derive v1.0.204 |
653 | 2024-07-10T23:13:48.384Z | Compiling zerocopy-derive v0.7.35 |
654 | 2024-07-10T23:13:48.581Z | Compiling thiserror-impl v1.0.61 |
655 | 2024-07-10T23:13:48.720Z | Compiling schemars_derive v0.8.21 |
656 | 2024-07-10T23:13:49.645Z | Compiling tokio-macros v2.3.0 |
657 | 2024-07-10T23:13:50.513Z | Compiling zerocopy v0.7.35 |
658 | 2024-07-10T23:13:51.434Z | Compiling tokio v1.38.0 |
659 | 2024-07-10T23:13:51.666Z | Compiling futures-macro v0.3.30 |
660 | 2024-07-10T23:13:52.092Z | Compiling pest v2.7.11 |
661 | 2024-07-10T23:13:52.470Z | Compiling hashbrown v0.14.5 |
662 | 2024-07-10T23:13:53.367Z | Compiling futures-util v0.3.30 |
663 | 2024-07-10T23:13:54.001Z | Compiling openssl-macros v0.1.1 |
664 | 2024-07-10T23:13:54.200Z | Compiling pest_meta v2.7.11 |
665 | 2024-07-10T23:13:54.523Z | Compiling regress v0.10.0 |
666 | 2024-07-10T23:13:54.771Z | Compiling regex-automata v0.4.7 |
667 | 2024-07-10T23:13:58.322Z | Compiling pest_generator v2.7.11 |
668 | 2024-07-10T23:13:59.476Z | Compiling tokio-util v0.7.11 |
669 | 2024-07-10T23:13:59.828Z | Compiling pest_derive v2.7.11 |
670 | 2024-07-10T23:14:00.892Z | Compiling indexmap v2.2.6 |
671 | 2024-07-10T23:14:02.343Z | Compiling h2 v0.3.26 |
672 | 2024-07-10T23:14:03.071Z | Compiling serde_tokenstream v0.2.1 |
673 | 2024-07-10T23:14:06.288Z | Compiling sct v0.7.1 |
674 | 2024-07-10T23:14:06.689Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
675 | 2024-07-10T23:14:07.619Z | Compiling hyper v0.14.30 |
676 | 2024-07-10T23:14:07.755Z | Compiling rustls-webpki v0.101.7 |
677 | 2024-07-10T23:14:13.653Z | Compiling regex v1.10.5 |
678 | 2024-07-10T23:14:14.533Z | Compiling unicode-normalization v0.1.23 |
679 | 2024-07-10T23:14:14.885Z | Compiling scroll_derive v0.12.0 |
680 | 2024-07-10T23:14:16.261Z | Compiling usdt-impl v0.5.0 |
681 | 2024-07-10T23:14:16.581Z | Compiling encoding_rs v0.8.34 |
682 | 2024-07-10T23:14:17.684Z | Compiling unicode-bidi v0.3.15 |
683 | 2024-07-10T23:14:17.746Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
684 | 2024-07-10T23:14:20.394Z | Compiling num-conv v0.1.0 |
685 | 2024-07-10T23:14:20.628Z | Compiling powerfmt v0.2.0 |
686 | 2024-07-10T23:14:21.061Z | Compiling time-core v0.1.2 |
687 | 2024-07-10T23:14:21.207Z | Compiling mime v0.3.17 |
688 | 2024-07-10T23:14:21.282Z | Compiling time-macros v0.2.18 |
689 | 2024-07-10T23:14:22.143Z | Compiling deranged v0.3.11 |
690 | 2024-07-10T23:14:23.861Z | Compiling idna v0.5.0 |
691 | 2024-07-10T23:14:25.295Z | Compiling scroll v0.12.0 |
692 | 2024-07-10T23:14:25.844Z | Compiling thread-id v4.2.1 |
693 | 2024-07-10T23:14:25.931Z | Compiling tokio-native-tls v0.3.1 |
694 | 2024-07-10T23:14:26.174Z | Compiling tokio-rustls v0.24.1 |
695 | 2024-07-10T23:14:26.531Z | Compiling dof v0.3.0 |
696 | 2024-07-10T23:14:26.564Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-07-10T23:14:26.898Z | Compiling serde_urlencoded v0.7.1 |
698 | 2024-07-10T23:14:28.050Z | Compiling base64 v0.21.7 |
699 | 2024-07-10T23:14:28.471Z | Compiling strsim v0.11.1 |
700 | 2024-07-10T23:14:28.812Z | Compiling num_threads v0.1.7 |
701 | 2024-07-10T23:14:28.911Z | Compiling ident_case v1.0.1 |
702 | 2024-07-10T23:14:28.950Z | Compiling omicron-workspace-hack v0.1.0 |
703 | 2024-07-10T23:14:29.433Z | Compiling crossbeam-utils v0.8.20 |
704 | 2024-07-10T23:14:29.898Z | Compiling rustls-pki-types v1.7.0 |
705 | 2024-07-10T23:14:30.068Z | Compiling plain v0.2.3 |
706 | 2024-07-10T23:14:30.287Z | Compiling time v0.3.36 |
707 | 2024-07-10T23:14:31.017Z | Compiling goblin v0.8.2 |
708 | 2024-07-10T23:14:34.623Z | Compiling darling_core v0.20.10 |
709 | 2024-07-10T23:14:34.736Z | Compiling rustls-pemfile v1.0.4 |
710 | 2024-07-10T23:14:37.553Z | Compiling hyper-rustls v0.24.2 |
711 | 2024-07-10T23:14:37.897Z | Compiling hyper-tls v0.5.0 |
712 | 2024-07-10T23:14:38.170Z | Compiling url v2.5.2 |
713 | 2024-07-10T23:14:38.316Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
714 | 2024-07-10T23:14:38.418Z | Compiling openapiv3 v2.0.0 |
715 | 2024-07-10T23:14:39.998Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-07-10T23:14:41.287Z | Compiling sync_wrapper v0.1.2 |
717 | 2024-07-10T23:14:41.399Z | Compiling rustls v0.22.4 |
718 | 2024-07-10T23:14:41.647Z | Compiling webpki-roots v0.25.4 |
719 | 2024-07-10T23:14:41.770Z | Compiling paste v1.0.15 |
720 | 2024-07-10T23:14:42.060Z | Compiling unsafe-libyaml v0.2.11 |
721 | 2024-07-10T23:14:42.182Z | Compiling rustversion v1.0.17 |
722 | 2024-07-10T23:14:42.749Z | Compiling pretty-hex v0.4.1 |
723 | 2024-07-10T23:14:42.945Z | Compiling ipnet v2.9.0 |
724 | 2024-07-10T23:14:43.239Z | Compiling serde_yaml v0.9.34+deprecated |
725 | 2024-07-10T23:14:43.506Z | Compiling reqwest v0.11.27 |
726 | 2024-07-10T23:14:45.489Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
727 | 2024-07-10T23:14:45.975Z | Compiling dirs-next v2.0.0 |
728 | 2024-07-10T23:14:46.187Z | Compiling darling_macro v0.20.10 |
729 | 2024-07-10T23:14:48.846Z | Compiling rustls-webpki v0.102.5 |
730 | 2024-07-10T23:14:49.293Z | Compiling crypto-common v0.1.6 |
731 | 2024-07-10T23:14:49.424Z | Compiling block-buffer v0.10.4 |
732 | 2024-07-10T23:14:49.479Z | Compiling toml_datetime v0.6.6 |
733 | 2024-07-10T23:14:49.638Z | Compiling serde_spanned v0.6.6 |
734 | 2024-07-10T23:14:49.874Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-07-10T23:14:50.093Z | Compiling rand_core v0.6.4 |
736 | 2024-07-10T23:14:50.618Z | Compiling multer v3.1.0 |
737 | 2024-07-10T23:14:50.888Z | Compiling thread_local v1.1.8 |
738 | 2024-07-10T23:14:51.338Z | Compiling anyhow v1.0.86 |
739 | 2024-07-10T23:14:51.602Z | Compiling zeroize v1.8.1 |
740 | 2024-07-10T23:14:51.859Z | Compiling match_cfg v0.1.0 |
741 | 2024-07-10T23:14:51.884Z | Compiling slog-async v2.8.0 |
742 | 2024-07-10T23:14:51.925Z | Compiling ppv-lite86 v0.2.17 |
743 | 2024-07-10T23:14:51.948Z | Compiling camino v1.1.7 |
744 | 2024-07-10T23:14:51.948Z | Compiling subtle v2.6.1 |
745 | 2024-07-10T23:14:52.177Z | Compiling winnow v0.6.13 |
746 | 2024-07-10T23:14:52.284Z | Compiling structmeta v0.3.0 |
747 | 2024-07-10T23:14:52.513Z | Compiling hostname v0.3.1 |
748 | 2024-07-10T23:14:52.590Z | Compiling rand_chacha v0.3.1 |
749 | 2024-07-10T23:14:52.726Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
750 | 2024-07-10T23:14:52.847Z | Compiling digest v0.10.7 |
751 | 2024-07-10T23:14:53.184Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-07-10T23:14:54.718Z | Compiling darling v0.20.10 |
753 | 2024-07-10T23:14:54.811Z | Compiling term v0.7.0 |
754 | 2024-07-10T23:14:55.814Z | Compiling toml_edit v0.22.15 |
755 | 2024-07-10T23:15:00.891Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
756 | 2024-07-10T23:15:02.378Z | Compiling usdt-attr-macro v0.5.0 |
757 | 2024-07-10T23:15:02.458Z | Compiling usdt-macro v0.5.0 |
758 | 2024-07-10T23:15:03.647Z | Compiling slog-json v2.6.1 |
759 | 2024-07-10T23:15:03.747Z | Compiling futures-executor v0.3.30 |
760 | 2024-07-10T23:15:04.159Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-07-10T23:15:04.943Z | Compiling http v1.1.0 |
762 | 2024-07-10T23:15:05.407Z | Compiling memmap v0.7.0 |
763 | 2024-07-10T23:15:05.793Z | Compiling is-terminal v0.4.12 |
764 | 2024-07-10T23:15:05.907Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
765 | 2024-07-10T23:15:06.141Z | Compiling base64 v0.22.1 |
766 | 2024-07-10T23:15:06.202Z | Compiling take_mut v0.2.2 |
767 | 2024-07-10T23:15:06.349Z | Compiling cpufeatures v0.2.12 |
768 | 2024-07-10T23:15:06.433Z | Compiling atomic-waker v1.1.2 |
769 | 2024-07-10T23:15:06.596Z | Compiling rustls-pemfile v2.1.2 |
770 | 2024-07-10T23:15:07.028Z | Compiling waitgroup v0.1.2 |
771 | 2024-07-10T23:15:07.234Z | Compiling sha1 v0.10.6 |
772 | 2024-07-10T23:15:09.076Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
773 | 2024-07-10T23:15:09.238Z | Compiling slog-term v2.9.1 |
774 | 2024-07-10T23:15:09.758Z | Compiling usdt v0.5.0 |
775 | 2024-07-10T23:15:11.000Z | Compiling async-stream v0.3.5 |
776 | 2024-07-10T23:15:11.132Z | Compiling futures v0.3.30 |
777 | 2024-07-10T23:15:11.228Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-07-10T23:15:11.420Z | Compiling strum_macros v0.26.4 |
779 | 2024-07-10T23:15:11.489Z | Compiling toml v0.8.14 |
780 | 2024-07-10T23:15:11.789Z | Compiling tokio-rustls v0.25.0 |
781 | 2024-07-10T23:15:12.166Z | Compiling serde_with_macros v3.8.3 |
782 | 2024-07-10T23:15:14.653Z | Compiling rand v0.8.5 |
783 | 2024-07-10T23:15:16.272Z | Compiling parse-display-derive v0.9.1 |
784 | 2024-07-10T23:15:17.979Z | Compiling ipnetwork v0.20.0 |
785 | 2024-07-10T23:15:18.037Z | Compiling newtype-uuid v1.1.0 |
786 | 2024-07-10T23:15:18.094Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
787 | 2024-07-10T23:15:18.321Z | Compiling hex v0.4.3 |
788 | 2024-07-10T23:15:18.891Z | Compiling serde_path_to_error v0.1.16 |
789 | 2024-07-10T23:15:19.807Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-07-10T23:15:19.885Z | Compiling async-trait v0.1.81 |
791 | 2024-07-10T23:15:20.530Z | Compiling hostname v0.4.0 |
792 | 2024-07-10T23:15:20.741Z | Compiling instant v0.1.13 |
793 | 2024-07-10T23:15:20.890Z | Compiling debug-ignore v1.0.5 |
794 | 2024-07-10T23:15:21.007Z | Compiling backoff v0.4.0 |
795 | 2024-07-10T23:15:21.282Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-07-10T23:15:21.306Z | Compiling parse-display v0.9.1 |
797 | 2024-07-10T23:15:21.463Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
798 | 2024-07-10T23:15:21.610Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
799 | 2024-07-10T23:15:22.035Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
800 | 2024-07-10T23:15:22.296Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
801 | 2024-07-10T23:15:22.452Z | Compiling strum v0.26.3 |
802 | 2024-07-10T23:15:22.626Z | Compiling serde_with v3.8.3 |
803 | 2024-07-10T23:15:22.992Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-07-10T23:15:23.680Z | Compiling macaddr v1.0.1 |
805 | 2024-07-10T23:15:24.178Z | Compiling regress v0.9.1 |
806 | 2024-07-10T23:15:28.754Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-07-10T23:15:38.211Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-07-10T23:15:48.634Z | Finished `release` profile [optimized] target(s) in 2m 13s |
809 | 2024-07-10T23:15:48.700Z | process exited: duration 208799 ms, exit code 0 |
|
810 | 2024-07-10T23:15:48.749Z | found 0 output files |