|
|
|
1 | 2024-07-12T02:55:41.559Z | job assigned to worker 01J2JDV0HJWSJ7EVBK5CXJC3MD (queued for 43 s) |
|
2 | 2024-07-12T02:55:42.576Z | starting task 0: "setup" |
3 | 2024-07-12T02:55:42.604Z | ++ uname -s |
4 | 2024-07-12T02:55:42.604Z | + kern=SunOS |
5 | 2024-07-12T02:55:42.604Z | + case "$kern" in |
6 | 2024-07-12T02:55:42.604Z | + groupadd -g 12345 build |
7 | 2024-07-12T02:55:42.604Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-12T02:55:44.608Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-12T02:55:44.651Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-12T02:55:44.676Z | + home_fs=zfs |
11 | 2024-07-12T02:55:44.676Z | + [[ zfs == autofs ]] |
12 | 2024-07-12T02:55:44.676Z | + mkdir -p /home/build |
13 | 2024-07-12T02:55:44.676Z | + chown build:build /home/build /work |
14 | 2024-07-12T02:55:46.661Z | + chmod 0700 /home/build /work |
15 | 2024-07-12T02:55:46.686Z | process exited: duration 4088 ms, exit code 0 |
|
16 | 2024-07-12T02:55:46.736Z | starting task 1: "rust-toolchain" |
17 | 2024-07-12T02:55:46.761Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-12T02:55:46.761Z | ' 1.78.0 |
19 | 2024-07-12T02:55:46.761Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-12T02:55:46.761Z | ' default |
21 | 2024-07-12T02:55:46.761Z | * toolchain channel = "1.78.0" |
22 | 2024-07-12T02:55:46.761Z | * toolchain profile = "default" |
23 | 2024-07-12T02:55:46.761Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-12T02:55:46.761Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-12T02:55:46.890Z | info: downloading installer |
26 | 2024-07-12T02:55:47.352Z | info: profile set to 'default' |
27 | 2024-07-12T02:55:47.352Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-12T02:55:47.387Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-12T02:55:47.468Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-12T02:55:47.468Z | info: downloading component 'cargo' |
31 | 2024-07-12T02:55:47.673Z | info: downloading component 'clippy' |
32 | 2024-07-12T02:55:47.741Z | info: downloading component 'rust-docs' |
33 | 2024-07-12T02:55:47.901Z | info: downloading component 'rust-std' |
34 | 2024-07-12T02:55:48.143Z | info: downloading component 'rustc' |
35 | 2024-07-12T02:55:48.804Z | info: downloading component 'rustfmt' |
36 | 2024-07-12T02:55:48.847Z | info: installing component 'cargo' |
37 | 2024-07-12T02:55:49.922Z | info: installing component 'clippy' |
38 | 2024-07-12T02:55:50.332Z | info: installing component 'rust-docs' |
39 | 2024-07-12T02:55:52.991Z | info: installing component 'rust-std' |
40 | 2024-07-12T02:55:54.994Z | info: installing component 'rustc' |
41 | 2024-07-12T02:55:59.961Z | info: installing component 'rustfmt' |
42 | 2024-07-12T02:56:00.367Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-12T02:56:00.367Z | |
44 | 2024-07-12T02:56:00.492Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-12T02:56:00.492Z | |
46 | 2024-07-12T02:56:00.492Z | |
47 | 2024-07-12T02:56:00.492Z | Rust is installed now. Great! |
48 | 2024-07-12T02:56:00.492Z | |
49 | 2024-07-12T02:56:00.492Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-12T02:56:00.492Z | environment variable. This has not been done automatically. |
51 | 2024-07-12T02:56:00.492Z | |
52 | 2024-07-12T02:56:00.492Z | To configure your current shell, you need to source |
53 | 2024-07-12T02:56:00.517Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-12T02:56:00.517Z | |
55 | 2024-07-12T02:56:00.517Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-12T02:56:00.517Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-12T02:56:00.518Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-12T02:56:00.564Z | + rustc --version |
59 | 2024-07-12T02:56:00.642Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-12T02:56:00.667Z | process exited: duration 13910 ms, exit code 0 |
|
61 | 2024-07-12T02:56:00.716Z | starting task 2: "authentication" |
62 | 2024-07-12T02:56:00.771Z | process exited: duration 55 ms, exit code 0 |
|
63 | 2024-07-12T02:56:00.821Z | starting task 3: "clone repository" |
64 | 2024-07-12T02:56:00.846Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-12T02:56:00.846Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-12T02:56:00.871Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-12T02:56:07.228Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-12T02:56:07.228Z | + git fetch origin 4593c8d7b714ffcb8a6be53d0e6c654f6826344b |
69 | 2024-07-12T02:56:07.664Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-12T02:56:07.664Z | * branch 4593c8d7b714ffcb8a6be53d0e6c654f6826344b -> FETCH_HEAD |
71 | 2024-07-12T02:56:07.692Z | + [[ -n sunshowers/spr/example-conversion-of-nexus-internal-api ]] |
72 | 2024-07-12T02:56:07.692Z | ++ git branch --show-current |
73 | 2024-07-12T02:56:07.692Z | + current=main |
74 | 2024-07-12T02:56:07.692Z | + [[ main != sunshowers/spr/example-conversion-of-nexus-internal-api ]] |
75 | 2024-07-12T02:56:07.692Z | + git branch -f sunshowers/spr/example-conversion-of-nexus-internal-api 4593c8d7b714ffcb8a6be53d0e6c654f6826344b |
76 | 2024-07-12T02:56:07.692Z | + git checkout -f sunshowers/spr/example-conversion-of-nexus-internal-api |
77 | 2024-07-12T02:56:07.852Z | Switched to branch 'sunshowers/spr/example-conversion-of-nexus-internal-api' |
78 | 2024-07-12T02:56:07.877Z | + git reset --hard 4593c8d7b714ffcb8a6be53d0e6c654f6826344b |
79 | 2024-07-12T02:56:07.877Z | HEAD is now at 4593c8d7b update readme |
80 | 2024-07-12T02:56:07.877Z | process exited: duration 7050 ms, exit code 0 |
|
81 | 2024-07-12T02:56:07.926Z | starting task 4: "build" |
82 | 2024-07-12T02:56:07.951Z | + cargo --version |
83 | 2024-07-12T02:56:08.002Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-12T02:56:08.027Z | + rustc --version |
85 | 2024-07-12T02:56:08.073Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-12T02:56:08.097Z | + cd /tmp |
87 | 2024-07-12T02:56:08.097Z | + cargo new --lib test-project |
88 | 2024-07-12T02:56:08.143Z | Creating library `test-project` package |
89 | 2024-07-12T02:56:08.234Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-12T02:56:08.259Z | + cd test-project |
91 | 2024-07-12T02:56:08.259Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-12T02:56:08.313Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-12T02:56:08.313Z | Features: |
94 | 2024-07-12T02:56:08.313Z | - proptest |
95 | 2024-07-12T02:56:08.313Z | - test-strategy |
96 | 2024-07-12T02:56:08.313Z | - testing |
97 | 2024-07-12T02:56:08.338Z | Updating crates.io index |
98 | 2024-07-12T02:56:08.379Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-12T02:56:09.364Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-12T02:56:10.446Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-12T02:56:10.897Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-12T02:56:13.059Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-12T02:56:13.512Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-12T02:56:14.042Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-12T02:56:17.054Z | + cargo check |
106 | 2024-07-12T02:56:17.327Z | Downloading crates ... |
107 | 2024-07-12T02:56:17.398Z | Downloaded async-stream-impl v0.3.5 |
108 | 2024-07-12T02:56:17.424Z | Downloaded equivalent v1.0.1 |
109 | 2024-07-12T02:56:17.424Z | Downloaded num_threads v0.1.7 |
110 | 2024-07-12T02:56:17.424Z | Downloaded ident_case v1.0.1 |
111 | 2024-07-12T02:56:17.424Z | Downloaded openssl-probe v0.1.5 |
112 | 2024-07-12T02:56:17.424Z | Downloaded newtype-uuid v1.1.0 |
113 | 2024-07-12T02:56:17.424Z | Downloaded mime v0.3.17 |
114 | 2024-07-12T02:56:17.424Z | Downloaded itoa v1.0.11 |
115 | 2024-07-12T02:56:17.424Z | Downloaded usdt-macro v0.5.0 |
116 | 2024-07-12T02:56:17.424Z | Downloaded multer v3.1.0 |
117 | 2024-07-12T02:56:17.451Z | Downloaded waitgroup v0.1.2 |
118 | 2024-07-12T02:56:17.451Z | Downloaded httparse v1.9.4 |
119 | 2024-07-12T02:56:17.451Z | Downloaded tokio-macros v2.3.0 |
120 | 2024-07-12T02:56:17.451Z | Downloaded scroll_derive v0.12.0 |
121 | 2024-07-12T02:56:17.451Z | Downloaded num-conv v0.1.0 |
122 | 2024-07-12T02:56:17.451Z | Downloaded is-terminal v0.4.12 |
123 | 2024-07-12T02:56:17.451Z | Downloaded tower-service v0.3.2 |
124 | 2024-07-12T02:56:17.451Z | Downloaded omicron-workspace-hack v0.1.0 |
125 | 2024-07-12T02:56:17.451Z | Downloaded want v0.3.1 |
126 | 2024-07-12T02:56:17.476Z | Downloaded native-tls v0.2.12 |
127 | 2024-07-12T02:56:17.476Z | Downloaded toml v0.8.14 |
128 | 2024-07-12T02:56:17.476Z | Downloaded thread-id v4.2.1 |
129 | 2024-07-12T02:56:17.476Z | Downloaded tinyvec_macros v0.1.1 |
130 | 2024-07-12T02:56:17.476Z | Downloaded typenum v1.17.0 |
131 | 2024-07-12T02:56:17.476Z | Downloaded untrusted v0.9.0 |
132 | 2024-07-12T02:56:17.476Z | Downloaded toml_edit v0.22.15 |
133 | 2024-07-12T02:56:17.501Z | Downloaded tinyvec v1.8.0 |
134 | 2024-07-12T02:56:17.525Z | Downloaded ucd-trie v0.1.6 |
135 | 2024-07-12T02:56:17.526Z | Downloaded tokio-util v0.7.11 |
136 | 2024-07-12T02:56:17.526Z | Downloaded structmeta-derive v0.3.0 |
137 | 2024-07-12T02:56:17.526Z | Downloaded signal-hook-registry v1.4.2 |
138 | 2024-07-12T02:56:17.526Z | Downloaded thiserror v1.0.62 |
139 | 2024-07-12T02:56:17.551Z | Downloaded openapiv3 v2.0.0 |
140 | 2024-07-12T02:56:17.551Z | Downloaded parse-display v0.9.1 |
141 | 2024-07-12T02:56:17.551Z | Downloaded rustls-pemfile v1.0.4 |
142 | 2024-07-12T02:56:17.551Z | Downloaded sync_wrapper v0.1.2 |
143 | 2024-07-12T02:56:17.552Z | Downloaded slog-json v2.6.1 |
144 | 2024-07-12T02:56:17.552Z | Downloaded serde_path_to_error v0.1.16 |
145 | 2024-07-12T02:56:17.552Z | Downloaded schemars_derive v0.8.21 |
146 | 2024-07-12T02:56:17.577Z | Downloaded tokio v1.38.0 |
147 | 2024-07-12T02:56:17.604Z | Downloaded structmeta v0.3.0 |
148 | 2024-07-12T02:56:17.604Z | Downloaded thiserror-impl v1.0.62 |
149 | 2024-07-12T02:56:17.604Z | Downloaded ryu v1.0.18 |
150 | 2024-07-12T02:56:17.629Z | Downloaded encoding_rs v0.8.34 |
151 | 2024-07-12T02:56:17.653Z | Downloaded spin v0.9.8 |
152 | 2024-07-12T02:56:17.653Z | Downloaded serde_yaml v0.9.34+deprecated |
153 | 2024-07-12T02:56:17.653Z | Downloaded schemars v0.8.21 |
154 | 2024-07-12T02:56:17.653Z | Downloaded openssl-sys v0.9.102 |
155 | 2024-07-12T02:56:17.678Z | Downloaded serde v1.0.204 |
156 | 2024-07-12T02:56:17.678Z | Downloaded pest v2.7.11 |
157 | 2024-07-12T02:56:17.678Z | Downloaded rand v0.8.5 |
158 | 2024-07-12T02:56:17.678Z | Downloaded serde_json v1.0.120 |
159 | 2024-07-12T02:56:17.703Z | Downloaded zerocopy v0.7.35 |
160 | 2024-07-12T02:56:17.703Z | Downloaded serde_with v3.8.3 |
161 | 2024-07-12T02:56:17.728Z | Downloaded reqwest v0.11.27 |
162 | 2024-07-12T02:56:17.728Z | Downloaded syn v2.0.70 |
163 | 2024-07-12T02:56:17.752Z | Downloaded rustls v0.22.4 |
164 | 2024-07-12T02:56:17.752Z | Downloaded rustls v0.21.12 |
165 | 2024-07-12T02:56:17.777Z | Downloaded regex-automata v0.4.7 |
166 | 2024-07-12T02:56:17.802Z | Downloaded regress v0.10.0 |
167 | 2024-07-12T02:56:17.802Z | Downloaded regress v0.9.1 |
168 | 2024-07-12T02:56:17.802Z | Downloaded regex-syntax v0.8.4 |
169 | 2024-07-12T02:56:17.826Z | Downloaded regex v1.10.5 |
170 | 2024-07-12T02:56:17.826Z | Downloaded winnow v0.6.13 |
171 | 2024-07-12T02:56:17.851Z | Downloaded webpki-roots v0.25.4 |
172 | 2024-07-12T02:56:17.851Z | Downloaded vcpkg v0.2.15 |
173 | 2024-07-12T02:56:17.886Z | Downloaded rustls-webpki v0.102.5 |
174 | 2024-07-12T02:56:17.911Z | Downloaded rustls-webpki v0.101.7 |
175 | 2024-07-12T02:56:17.936Z | Downloaded unicode-normalization v0.1.23 |
176 | 2024-07-12T02:56:17.936Z | Downloaded slog v2.7.0 |
177 | 2024-07-12T02:56:17.936Z | Downloaded semver v1.0.23 |
178 | 2024-07-12T02:56:17.936Z | Downloaded term v0.7.0 |
179 | 2024-07-12T02:56:17.960Z | Downloaded subtle v2.6.1 |
180 | 2024-07-12T02:56:17.961Z | Downloaded strum_macros v0.26.4 |
181 | 2024-07-12T02:56:17.961Z | Downloaded socket2 v0.5.7 |
182 | 2024-07-12T02:56:17.961Z | Downloaded smallvec v1.13.2 |
183 | 2024-07-12T02:56:17.961Z | Downloaded slog-term v2.9.1 |
184 | 2024-07-12T02:56:17.961Z | Downloaded sha2 v0.10.8 |
185 | 2024-07-12T02:56:17.961Z | Downloaded ring v0.17.8 |
186 | 2024-07-12T02:56:18.028Z | Downloaded serde_with_macros v3.8.3 |
187 | 2024-07-12T02:56:18.053Z | Downloaded serde_urlencoded v0.7.1 |
188 | 2024-07-12T02:56:18.053Z | Downloaded serde_tokenstream v0.2.1 |
189 | 2024-07-12T02:56:18.053Z | Downloaded serde_derive_internals v0.29.1 |
190 | 2024-07-12T02:56:18.053Z | Downloaded serde_derive v1.0.204 |
191 | 2024-07-12T02:56:18.053Z | Downloaded sct v0.7.1 |
192 | 2024-07-12T02:56:18.053Z | Downloaded rustls-pki-types v1.7.0 |
193 | 2024-07-12T02:56:18.053Z | Downloaded rustls-pemfile v2.1.2 |
194 | 2024-07-12T02:56:18.053Z | Downloaded quote v1.0.36 |
195 | 2024-07-12T02:56:18.053Z | Downloaded proc-macro2 v1.0.86 |
196 | 2024-07-12T02:56:18.053Z | Downloaded pin-project-lite v0.2.14 |
197 | 2024-07-12T02:56:18.078Z | Downloaded pest_meta v2.7.11 |
198 | 2024-07-12T02:56:18.078Z | Downloaded pest_derive v2.7.11 |
199 | 2024-07-12T02:56:18.078Z | Downloaded parking_lot v0.12.3 |
200 | 2024-07-12T02:56:18.078Z | Downloaded zerocopy-derive v0.7.35 |
201 | 2024-07-12T02:56:18.078Z | Downloaded uuid v1.10.0 |
202 | 2024-07-12T02:56:18.078Z | Downloaded usdt-impl v0.5.0 |
203 | 2024-07-12T02:56:18.078Z | Downloaded url v2.5.2 |
204 | 2024-07-12T02:56:18.078Z | Downloaded unsafe-libyaml v0.2.11 |
205 | 2024-07-12T02:56:18.102Z | Downloaded unicode-ident v1.0.12 |
206 | 2024-07-12T02:56:18.102Z | Downloaded slog-async v2.8.0 |
207 | 2024-07-12T02:56:18.102Z | Downloaded slab v0.4.9 |
208 | 2024-07-12T02:56:18.102Z | Downloaded scroll v0.12.0 |
209 | 2024-07-12T02:56:18.102Z | Downloaded libc v0.2.155 |
210 | 2024-07-12T02:56:18.127Z | Downloaded plain v0.2.3 |
211 | 2024-07-12T02:56:18.127Z | Downloaded ppv-lite86 v0.2.17 |
212 | 2024-07-12T02:56:18.127Z | Downloaded pin-utils v0.1.0 |
213 | 2024-07-12T02:56:18.127Z | Downloaded paste v1.0.15 |
214 | 2024-07-12T02:56:18.127Z | Downloaded rand_core v0.6.4 |
215 | 2024-07-12T02:56:18.127Z | Downloaded pest_generator v2.7.11 |
216 | 2024-07-12T02:56:18.127Z | Downloaded parking_lot_core v0.9.10 |
217 | 2024-07-12T02:56:18.152Z | Downloaded strsim v0.11.1 |
218 | 2024-07-12T02:56:18.152Z | Downloaded sha1 v0.10.6 |
219 | 2024-07-12T02:56:18.152Z | Downloaded version_check v0.9.4 |
220 | 2024-07-12T02:56:18.152Z | Downloaded slog-bunyan v2.5.0 |
221 | 2024-07-12T02:56:18.152Z | Downloaded serde_spanned v0.6.6 |
222 | 2024-07-12T02:56:18.152Z | Downloaded idna v0.5.0 |
223 | 2024-07-12T02:56:18.152Z | Downloaded goblin v0.8.2 |
224 | 2024-07-12T02:56:18.152Z | Downloaded rand_chacha v0.3.1 |
225 | 2024-07-12T02:56:18.152Z | Downloaded parse-display-derive v0.9.1 |
226 | 2024-07-12T02:56:18.152Z | Downloaded tracing-core v0.1.32 |
227 | 2024-07-12T02:56:18.177Z | Downloaded tracing v0.1.40 |
228 | 2024-07-12T02:56:18.177Z | Downloaded strum v0.26.3 |
229 | 2024-07-12T02:56:18.177Z | Downloaded scopeguard v1.2.0 |
230 | 2024-07-12T02:56:18.177Z | Downloaded rustversion v1.0.17 |
231 | 2024-07-12T02:56:18.177Z | Downloaded pretty-hex v0.4.1 |
232 | 2024-07-12T02:56:18.177Z | Downloaded powerfmt v0.2.0 |
233 | 2024-07-12T02:56:18.177Z | Downloaded pkg-config v0.3.30 |
234 | 2024-07-12T02:56:18.177Z | Downloaded openssl v0.10.64 |
235 | 2024-07-12T02:56:18.177Z | Downloaded mio v0.8.11 |
236 | 2024-07-12T02:56:18.202Z | Downloaded hyper v0.14.30 |
237 | 2024-07-12T02:56:18.202Z | Downloaded http v0.2.12 |
238 | 2024-07-12T02:56:18.202Z | Downloaded hashbrown v0.12.3 |
239 | 2024-07-12T02:56:18.202Z | Downloaded chrono v0.4.38 |
240 | 2024-07-12T02:56:18.227Z | Downloaded time-macros v0.2.18 |
241 | 2024-07-12T02:56:18.227Z | Downloaded tokio-native-tls v0.3.1 |
242 | 2024-07-12T02:56:18.227Z | Downloaded time v0.3.36 |
243 | 2024-07-12T02:56:18.227Z | Downloaded percent-encoding v2.3.1 |
244 | 2024-07-12T02:56:18.227Z | Downloaded zeroize v1.8.1 |
245 | 2024-07-12T02:56:18.227Z | Downloaded unicode-bidi v0.3.15 |
246 | 2024-07-12T02:56:18.227Z | Downloaded indexmap v2.2.6 |
247 | 2024-07-12T02:56:18.251Z | Downloaded toml_datetime v0.6.6 |
248 | 2024-07-12T02:56:18.251Z | Downloaded h2 v0.3.26 |
249 | 2024-07-12T02:56:18.251Z | Downloaded futures-util v0.3.30 |
250 | 2024-07-12T02:56:18.251Z | Downloaded try-lock v0.2.5 |
251 | 2024-07-12T02:56:18.251Z | Downloaded tokio-rustls v0.25.0 |
252 | 2024-07-12T02:56:18.276Z | Downloaded thread_local v1.1.8 |
253 | 2024-07-12T02:56:18.276Z | Downloaded take_mut v0.2.2 |
254 | 2024-07-12T02:56:18.276Z | Downloaded usdt v0.5.0 |
255 | 2024-07-12T02:56:18.276Z | Downloaded iana-time-zone v0.1.60 |
256 | 2024-07-12T02:56:18.276Z | Downloaded hyper-rustls v0.24.2 |
257 | 2024-07-12T02:56:18.276Z | Downloaded futures-channel v0.3.30 |
258 | 2024-07-12T02:56:18.276Z | Downloaded tokio-rustls v0.24.1 |
259 | 2024-07-12T02:56:18.276Z | Downloaded time-core v0.1.2 |
260 | 2024-07-12T02:56:18.276Z | Downloaded num_cpus v1.16.0 |
261 | 2024-07-12T02:56:18.276Z | Downloaded log v0.4.22 |
262 | 2024-07-12T02:56:18.276Z | Downloaded ipnet v2.9.0 |
263 | 2024-07-12T02:56:18.277Z | Downloaded httpdate v1.0.3 |
264 | 2024-07-12T02:56:18.277Z | Downloaded hostname v0.3.1 |
265 | 2024-07-12T02:56:18.277Z | Downloaded futures-task v0.3.30 |
266 | 2024-07-12T02:56:18.277Z | Downloaded futures-executor v0.3.30 |
267 | 2024-07-12T02:56:18.303Z | Downloaded aho-corasick v1.1.3 |
268 | 2024-07-12T02:56:18.303Z | Downloaded hashbrown v0.14.5 |
269 | 2024-07-12T02:56:18.303Z | Downloaded foreign-types v0.3.2 |
270 | 2024-07-12T02:56:18.303Z | Downloaded heck v0.5.0 |
271 | 2024-07-12T02:56:18.303Z | Downloaded generic-array v0.14.7 |
272 | 2024-07-12T02:56:18.303Z | Downloaded futures-sink v0.3.30 |
273 | 2024-07-12T02:56:18.303Z | Downloaded form_urlencoded v1.2.1 |
274 | 2024-07-12T02:56:18.303Z | Downloaded openssl-macros v0.1.1 |
275 | 2024-07-12T02:56:18.303Z | Downloaded http-body v0.4.6 |
276 | 2024-07-12T02:56:18.303Z | Downloaded bytes v1.6.0 |
277 | 2024-07-12T02:56:18.303Z | Downloaded base64 v0.22.1 |
278 | 2024-07-12T02:56:18.328Z | Downloaded memmap v0.7.0 |
279 | 2024-07-12T02:56:18.328Z | Downloaded memchr v2.7.4 |
280 | 2024-07-12T02:56:18.328Z | Downloaded match_cfg v0.1.0 |
281 | 2024-07-12T02:56:18.328Z | Downloaded macaddr v1.0.1 |
282 | 2024-07-12T02:56:18.328Z | Downloaded http v1.1.0 |
283 | 2024-07-12T02:56:18.328Z | Downloaded futures-macro v0.3.30 |
284 | 2024-07-12T02:56:18.328Z | Downloaded darling_core v0.20.10 |
285 | 2024-07-12T02:56:18.328Z | Downloaded crossbeam-channel v0.5.13 |
286 | 2024-07-12T02:56:18.353Z | Downloaded cc v1.1.0 |
287 | 2024-07-12T02:56:18.353Z | Downloaded base64 v0.21.7 |
288 | 2024-07-12T02:56:18.353Z | Downloaded getrandom v0.2.15 |
289 | 2024-07-12T02:56:18.353Z | Downloaded futures-core v0.3.30 |
290 | 2024-07-12T02:56:18.353Z | Downloaded bitflags v2.6.0 |
291 | 2024-07-12T02:56:18.353Z | Downloaded anyhow v1.0.86 |
292 | 2024-07-12T02:56:18.353Z | Downloaded allocator-api2 v0.2.18 |
293 | 2024-07-12T02:56:18.353Z | Downloaded usdt-attr-macro v0.5.0 |
294 | 2024-07-12T02:56:18.353Z | Downloaded once_cell v1.19.0 |
295 | 2024-07-12T02:56:18.378Z | Downloaded num-traits v0.2.19 |
296 | 2024-07-12T02:56:18.378Z | Downloaded lock_api v0.4.12 |
297 | 2024-07-12T02:56:18.378Z | Downloaded ipnetwork v0.20.0 |
298 | 2024-07-12T02:56:18.378Z | Downloaded indexmap v1.9.3 |
299 | 2024-07-12T02:56:18.378Z | Downloaded futures-io v0.3.30 |
300 | 2024-07-12T02:56:18.378Z | Downloaded futures v0.3.30 |
301 | 2024-07-12T02:56:18.378Z | Downloaded dirs-sys-next v0.1.2 |
302 | 2024-07-12T02:56:18.378Z | Downloaded digest v0.10.7 |
303 | 2024-07-12T02:56:18.378Z | Downloaded debug-ignore v1.0.5 |
304 | 2024-07-12T02:56:18.378Z | Downloaded darling v0.20.10 |
305 | 2024-07-12T02:56:18.403Z | Downloaded crypto-common v0.1.6 |
306 | 2024-07-12T02:56:18.403Z | Downloaded block-buffer v0.10.4 |
307 | 2024-07-12T02:56:18.403Z | Downloaded backoff v0.4.0 |
308 | 2024-07-12T02:56:18.403Z | Downloaded ahash v0.8.11 |
309 | 2024-07-12T02:56:18.403Z | Downloaded deranged v0.3.11 |
310 | 2024-07-12T02:56:18.403Z | Downloaded crossbeam-utils v0.8.20 |
311 | 2024-07-12T02:56:18.403Z | Downloaded camino v1.1.7 |
312 | 2024-07-12T02:56:18.403Z | Downloaded hostname v0.4.0 |
313 | 2024-07-12T02:56:18.403Z | Downloaded hex v0.4.3 |
314 | 2024-07-12T02:56:18.403Z | Downloaded foreign-types-shared v0.1.1 |
315 | 2024-07-12T02:56:18.403Z | Downloaded fnv v1.0.7 |
316 | 2024-07-12T02:56:18.403Z | Downloaded dyn-clone v1.0.17 |
317 | 2024-07-12T02:56:18.403Z | Downloaded dtrace-parser v0.2.0 |
318 | 2024-07-12T02:56:18.403Z | Downloaded dof v0.3.0 |
319 | 2024-07-12T02:56:18.403Z | Downloaded dirs-next v2.0.0 |
320 | 2024-07-12T02:56:18.403Z | Downloaded cpufeatures v0.2.12 |
321 | 2024-07-12T02:56:18.428Z | Downloaded async-trait v0.1.81 |
322 | 2024-07-12T02:56:18.428Z | Downloaded async-stream v0.3.5 |
323 | 2024-07-12T02:56:18.428Z | Downloaded cfg-if v1.0.0 |
324 | 2024-07-12T02:56:18.428Z | Downloaded byteorder v1.5.0 |
325 | 2024-07-12T02:56:18.429Z | Downloaded autocfg v1.3.0 |
326 | 2024-07-12T02:56:18.429Z | Downloaded instant v0.1.13 |
327 | 2024-07-12T02:56:18.429Z | Downloaded hyper-tls v0.5.0 |
328 | 2024-07-12T02:56:18.429Z | Downloaded darling_macro v0.20.10 |
329 | 2024-07-12T02:56:18.429Z | Downloaded atomic-waker v1.1.2 |
330 | 2024-07-12T02:56:18.512Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-07-12T02:56:18.512Z | Compiling unicode-ident v1.0.12 |
332 | 2024-07-12T02:56:18.536Z | Compiling libc v0.2.155 |
333 | 2024-07-12T02:56:18.536Z | Checking cfg-if v1.0.0 |
334 | 2024-07-12T02:56:18.536Z | Compiling version_check v0.9.4 |
335 | 2024-07-12T02:56:18.536Z | Compiling autocfg v1.3.0 |
336 | 2024-07-12T02:56:18.536Z | Compiling serde v1.0.204 |
337 | 2024-07-12T02:56:18.537Z | Compiling serde_json v1.0.120 |
338 | 2024-07-12T02:56:18.601Z | Checking itoa v1.0.11 |
339 | 2024-07-12T02:56:18.704Z | Checking once_cell v1.19.0 |
340 | 2024-07-12T02:56:18.775Z | Compiling thiserror v1.0.62 |
341 | 2024-07-12T02:56:18.969Z | Compiling memchr v2.7.4 |
342 | 2024-07-12T02:56:18.969Z | Compiling cc v1.1.0 |
343 | 2024-07-12T02:56:19.129Z | Compiling ahash v0.8.11 |
344 | 2024-07-12T02:56:19.377Z | Checking byteorder v1.5.0 |
345 | 2024-07-12T02:56:19.461Z | Compiling num-traits v0.2.19 |
346 | 2024-07-12T02:56:19.705Z | Checking pin-project-lite v0.2.14 |
347 | 2024-07-12T02:56:19.769Z | Checking getrandom v0.2.15 |
348 | 2024-07-12T02:56:19.811Z | Checking ryu v1.0.18 |
349 | 2024-07-12T02:56:19.941Z | Compiling quote v1.0.36 |
350 | 2024-07-12T02:56:19.977Z | Checking bytes v1.6.0 |
351 | 2024-07-12T02:56:20.002Z | Checking log v0.4.22 |
352 | 2024-07-12T02:56:20.121Z | Checking allocator-api2 v0.2.18 |
353 | 2024-07-12T02:56:20.190Z | Compiling lock_api v0.4.12 |
354 | 2024-07-12T02:56:20.236Z | Compiling schemars v0.8.21 |
355 | 2024-07-12T02:56:20.424Z | Compiling syn v2.0.70 |
356 | 2024-07-12T02:56:20.448Z | Compiling parking_lot_core v0.9.10 |
357 | 2024-07-12T02:56:20.539Z | Checking futures-core v0.3.30 |
358 | 2024-07-12T02:56:20.563Z | Checking scopeguard v1.2.0 |
359 | 2024-07-12T02:56:20.588Z | Checking smallvec v1.13.2 |
360 | 2024-07-12T02:56:20.613Z | Checking num_cpus v1.16.0 |
361 | 2024-07-12T02:56:20.655Z | Checking socket2 v0.5.7 |
362 | 2024-07-12T02:56:20.691Z | Checking mio v0.8.11 |
363 | 2024-07-12T02:56:20.716Z | Checking signal-hook-registry v1.4.2 |
364 | 2024-07-12T02:56:20.820Z | Compiling slab v0.4.9 |
365 | 2024-07-12T02:56:20.901Z | Checking futures-sink v0.3.30 |
366 | 2024-07-12T02:56:21.020Z | Checking spin v0.9.8 |
367 | 2024-07-12T02:56:21.081Z | Checking untrusted v0.9.0 |
368 | 2024-07-12T02:56:21.168Z | Checking parking_lot v0.12.3 |
369 | 2024-07-12T02:56:21.193Z | Checking equivalent v1.0.1 |
370 | 2024-07-12T02:56:21.217Z | Checking fnv v1.0.7 |
371 | 2024-07-12T02:56:21.217Z | Checking futures-channel v0.3.30 |
372 | 2024-07-12T02:56:21.277Z | Compiling vcpkg v0.2.15 |
373 | 2024-07-12T02:56:21.302Z | Compiling semver v1.0.23 |
374 | 2024-07-12T02:56:21.429Z | Checking futures-task v0.3.30 |
375 | 2024-07-12T02:56:21.459Z | Checking futures-io v0.3.30 |
376 | 2024-07-12T02:56:21.492Z | Compiling ring v0.17.8 |
377 | 2024-07-12T02:56:21.517Z | Compiling heck v0.5.0 |
378 | 2024-07-12T02:56:21.600Z | Compiling pkg-config v0.3.30 |
379 | 2024-07-12T02:56:21.625Z | Checking pin-utils v0.1.0 |
380 | 2024-07-12T02:56:21.706Z | Checking iana-time-zone v0.1.60 |
381 | 2024-07-12T02:56:21.764Z | Compiling ucd-trie v0.1.6 |
382 | 2024-07-12T02:56:21.819Z | Checking http v0.2.12 |
383 | 2024-07-12T02:56:22.341Z | Checking dyn-clone v1.0.17 |
384 | 2024-07-12T02:56:22.451Z | Compiling httparse v1.9.4 |
385 | 2024-07-12T02:56:22.859Z | Compiling openssl-sys v0.9.102 |
386 | 2024-07-12T02:56:23.040Z | Checking tracing-core v0.1.32 |
387 | 2024-07-12T02:56:23.072Z | Compiling uuid v1.10.0 |
388 | 2024-07-12T02:56:23.451Z | Compiling chrono v0.4.38 |
389 | 2024-07-12T02:56:23.554Z | Compiling slog v2.7.0 |
390 | 2024-07-12T02:56:23.589Z | Checking tracing v0.1.40 |
391 | 2024-07-12T02:56:23.722Z | Checking foreign-types-shared v0.1.1 |
392 | 2024-07-12T02:56:23.791Z | Compiling openssl v0.10.64 |
393 | 2024-07-12T02:56:23.816Z | Checking try-lock v0.2.5 |
394 | 2024-07-12T02:56:23.844Z | Checking foreign-types v0.3.2 |
395 | 2024-07-12T02:56:23.897Z | Checking want v0.3.1 |
396 | 2024-07-12T02:56:24.013Z | Checking http-body v0.4.6 |
397 | 2024-07-12T02:56:24.038Z | Compiling aho-corasick v1.1.3 |
398 | 2024-07-12T02:56:24.143Z | Compiling native-tls v0.2.12 |
399 | 2024-07-12T02:56:24.328Z | Checking percent-encoding v2.3.1 |
400 | 2024-07-12T02:56:24.458Z | Checking tinyvec_macros v0.1.1 |
401 | 2024-07-12T02:56:24.509Z | Compiling typenum v1.17.0 |
402 | 2024-07-12T02:56:24.533Z | Checking tower-service v0.3.2 |
403 | 2024-07-12T02:56:24.622Z | Compiling regex-syntax v0.8.4 |
404 | 2024-07-12T02:56:25.075Z | Checking bitflags v2.6.0 |
405 | 2024-07-12T02:56:25.146Z | Checking httpdate v1.0.3 |
406 | 2024-07-12T02:56:25.280Z | Compiling rustls v0.21.12 |
407 | 2024-07-12T02:56:25.332Z | Checking tinyvec v1.8.0 |
408 | 2024-07-12T02:56:25.358Z | Checking form_urlencoded v1.2.1 |
409 | 2024-07-12T02:56:25.535Z | Compiling generic-array v0.14.7 |
410 | 2024-07-12T02:56:25.824Z | Checking openssl-probe v0.1.5 |
411 | 2024-07-12T02:56:26.008Z | Compiling serde_derive_internals v0.29.1 |
412 | 2024-07-12T02:56:26.430Z | Checking unicode-normalization v0.1.23 |
413 | 2024-07-12T02:56:26.622Z | Checking rustls-webpki v0.101.7 |
414 | 2024-07-12T02:56:27.090Z | Checking sct v0.7.1 |
415 | 2024-07-12T02:56:27.868Z | Compiling regex-automata v0.4.7 |
416 | 2024-07-12T02:56:27.917Z | Compiling usdt-impl v0.5.0 |
417 | 2024-07-12T02:56:27.942Z | Checking encoding_rs v0.8.34 |
418 | 2024-07-12T02:56:28.202Z | Checking powerfmt v0.2.0 |
419 | 2024-07-12T02:56:28.413Z | Compiling num-conv v0.1.0 |
420 | 2024-07-12T02:56:28.508Z | Checking mime v0.3.17 |
421 | 2024-07-12T02:56:28.639Z | Compiling time-core v0.1.2 |
422 | 2024-07-12T02:56:28.747Z | Checking unicode-bidi v0.3.15 |
423 | 2024-07-12T02:56:28.779Z | Compiling time-macros v0.2.18 |
424 | 2024-07-12T02:56:29.214Z | Checking idna v0.5.0 |
425 | 2024-07-12T02:56:29.404Z | Checking deranged v0.3.11 |
426 | 2024-07-12T02:56:29.727Z | Compiling thread-id v4.2.1 |
427 | 2024-07-12T02:56:29.814Z | Checking base64 v0.21.7 |
428 | 2024-07-12T02:56:30.341Z | Compiling strsim v0.11.1 |
429 | 2024-07-12T02:56:30.664Z | Checking rustls-pki-types v1.7.0 |
430 | 2024-07-12T02:56:30.712Z | Compiling serde_derive v1.0.204 |
431 | 2024-07-12T02:56:30.825Z | Compiling zerocopy-derive v0.7.35 |
432 | 2024-07-12T02:56:30.968Z | Compiling thiserror-impl v1.0.62 |
433 | 2024-07-12T02:56:31.019Z | Compiling schemars_derive v0.8.21 |
434 | 2024-07-12T02:56:31.066Z | Compiling tokio-macros v2.3.0 |
435 | 2024-07-12T02:56:31.149Z | Compiling futures-macro v0.3.30 |
436 | 2024-07-12T02:56:32.312Z | Checking tokio v1.38.0 |
437 | 2024-07-12T02:56:32.517Z | Checking zerocopy v0.7.35 |
438 | 2024-07-12T02:56:33.045Z | Checking futures-util v0.3.30 |
439 | 2024-07-12T02:56:33.276Z | Compiling pest v2.7.11 |
440 | 2024-07-12T02:56:33.478Z | Compiling openssl-macros v0.1.1 |
441 | 2024-07-12T02:56:33.969Z | Checking hashbrown v0.14.5 |
442 | 2024-07-12T02:56:34.379Z | Compiling regex v1.10.5 |
443 | 2024-07-12T02:56:34.899Z | Compiling scroll_derive v0.12.0 |
444 | 2024-07-12T02:56:35.218Z | Compiling pest_meta v2.7.11 |
445 | 2024-07-12T02:56:35.387Z | Compiling regress v0.10.0 |
446 | 2024-07-12T02:56:36.061Z | Checking scroll v0.12.0 |
447 | 2024-07-12T02:56:37.147Z | Compiling pest_generator v2.7.11 |
448 | 2024-07-12T02:56:38.046Z | Checking tokio-util v0.7.11 |
449 | 2024-07-12T02:56:38.071Z | Checking tokio-rustls v0.24.1 |
450 | 2024-07-12T02:56:38.322Z | Compiling ident_case v1.0.1 |
451 | 2024-07-12T02:56:38.487Z | Compiling crossbeam-utils v0.8.20 |
452 | 2024-07-12T02:56:38.616Z | Checking tokio-native-tls v0.3.1 |
453 | 2024-07-12T02:56:38.642Z | Checking num_threads v0.1.7 |
454 | 2024-07-12T02:56:38.686Z | Compiling pest_derive v2.7.11 |
455 | 2024-07-12T02:56:38.726Z | Checking plain v0.2.3 |
456 | 2024-07-12T02:56:38.751Z | Checking time v0.3.36 |
457 | 2024-07-12T02:56:38.843Z | Checking goblin v0.8.2 |
458 | 2024-07-12T02:56:38.911Z | Compiling darling_core v0.20.10 |
459 | 2024-07-12T02:56:39.380Z | Compiling dtrace-parser v0.2.0 |
460 | 2024-07-12T02:56:40.145Z | Checking rustls-pemfile v1.0.4 |
461 | 2024-07-12T02:56:40.286Z | Checking url v2.5.2 |
462 | 2024-07-12T02:56:40.782Z | Checking indexmap v2.2.6 |
463 | 2024-07-12T02:56:41.359Z | Compiling serde_tokenstream v0.2.1 |
464 | 2024-07-12T02:56:41.757Z | Checking h2 v0.3.26 |
465 | 2024-07-12T02:56:41.782Z | Checking serde_urlencoded v0.7.1 |
466 | 2024-07-12T02:56:42.128Z | Checking openapiv3 v2.0.0 |
467 | 2024-07-12T02:56:42.259Z | Checking dirs-sys-next v0.1.2 |
468 | 2024-07-12T02:56:42.750Z | Compiling dof v0.3.0 |
469 | 2024-07-12T02:56:43.481Z | Checking pretty-hex v0.4.1 |
470 | 2024-07-12T02:56:43.616Z | Compiling omicron-workspace-hack v0.1.0 |
471 | 2024-07-12T02:56:43.811Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
472 | 2024-07-12T02:56:43.868Z | Checking webpki-roots v0.25.4 |
473 | 2024-07-12T02:56:43.979Z | Checking ipnet v2.9.0 |
474 | 2024-07-12T02:56:44.006Z | Compiling paste v1.0.15 |
475 | 2024-07-12T02:56:44.413Z | Compiling unsafe-libyaml v0.2.11 |
476 | 2024-07-12T02:56:44.553Z | Compiling rustls v0.22.4 |
477 | 2024-07-12T02:56:44.789Z | Checking sync_wrapper v0.1.2 |
478 | 2024-07-12T02:56:44.857Z | Compiling rustversion v1.0.17 |
479 | 2024-07-12T02:56:44.955Z | Compiling darling_macro v0.20.10 |
480 | 2024-07-12T02:56:45.023Z | Checking hyper v0.14.30 |
481 | 2024-07-12T02:56:45.426Z | Compiling serde_yaml v0.9.34+deprecated |
482 | 2024-07-12T02:56:45.798Z | Checking dirs-next v2.0.0 |
483 | 2024-07-12T02:56:45.841Z | Checking toml_datetime v0.6.6 |
484 | 2024-07-12T02:56:45.900Z | Checking serde_spanned v0.6.6 |
485 | 2024-07-12T02:56:46.037Z | Checking rustls-webpki v0.102.5 |
486 | 2024-07-12T02:56:46.062Z | Compiling structmeta-derive v0.3.0 |
487 | 2024-07-12T02:56:46.171Z | Checking crypto-common v0.1.6 |
488 | 2024-07-12T02:56:46.222Z | Checking block-buffer v0.10.4 |
489 | 2024-07-12T02:56:46.303Z | Checking rand_core v0.6.4 |
490 | 2024-07-12T02:56:46.458Z | Compiling multer v3.1.0 |
491 | 2024-07-12T02:56:46.482Z | Checking thread_local v1.1.8 |
492 | 2024-07-12T02:56:46.524Z | Checking zeroize v1.8.1 |
493 | 2024-07-12T02:56:46.644Z | Compiling slog-async v2.8.0 |
494 | 2024-07-12T02:56:46.684Z | Compiling anyhow v1.0.86 |
495 | 2024-07-12T02:56:46.716Z | Checking match_cfg v0.1.0 |
496 | 2024-07-12T02:56:46.741Z | Compiling camino v1.1.7 |
497 | 2024-07-12T02:56:46.781Z | Checking subtle v2.6.1 |
498 | 2024-07-12T02:56:46.960Z | Checking ppv-lite86 v0.2.17 |
499 | 2024-07-12T02:56:47.046Z | Checking winnow v0.6.13 |
500 | 2024-07-12T02:56:47.288Z | Checking hostname v0.3.1 |
501 | 2024-07-12T02:56:47.435Z | Checking crossbeam-channel v0.5.13 |
502 | 2024-07-12T02:56:47.524Z | Checking rand_chacha v0.3.1 |
503 | 2024-07-12T02:56:47.996Z | Checking digest v0.10.7 |
504 | 2024-07-12T02:56:48.200Z | Compiling structmeta v0.3.0 |
505 | 2024-07-12T02:56:48.231Z | Checking term v0.7.0 |
506 | 2024-07-12T02:56:48.265Z | Compiling darling v0.20.10 |
507 | 2024-07-12T02:56:48.499Z | Checking hyper-tls v0.5.0 |
508 | 2024-07-12T02:56:48.535Z | Checking hyper-rustls v0.24.2 |
509 | 2024-07-12T02:56:48.583Z | Compiling usdt-attr-macro v0.5.0 |
510 | 2024-07-12T02:56:48.719Z | Compiling usdt-macro v0.5.0 |
511 | 2024-07-12T02:56:48.771Z | Checking reqwest v0.11.27 |
512 | 2024-07-12T02:56:49.473Z | Checking toml_edit v0.22.15 |
513 | 2024-07-12T02:56:49.498Z | Checking slog-json v2.6.1 |
514 | 2024-07-12T02:56:49.528Z | Checking futures-executor v0.3.30 |
515 | 2024-07-12T02:56:49.716Z | Compiling async-stream-impl v0.3.5 |
516 | 2024-07-12T02:56:49.741Z | Checking http v1.1.0 |
517 | 2024-07-12T02:56:49.853Z | Checking is-terminal v0.4.12 |
518 | 2024-07-12T02:56:49.877Z | Checking memmap v0.7.0 |
519 | 2024-07-12T02:56:49.915Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
520 | 2024-07-12T02:56:49.948Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
521 | 2024-07-12T02:56:50.027Z | Checking take_mut v0.2.2 |
522 | 2024-07-12T02:56:50.140Z | Checking base64 v0.22.1 |
523 | 2024-07-12T02:56:50.165Z | Checking atomic-waker v1.1.2 |
524 | 2024-07-12T02:56:50.208Z | Checking cpufeatures v0.2.12 |
525 | 2024-07-12T02:56:50.237Z | Checking tokio-rustls v0.25.0 |
526 | 2024-07-12T02:56:50.271Z | Checking waitgroup v0.1.2 |
527 | 2024-07-12T02:56:50.297Z | Checking sha1 v0.10.6 |
528 | 2024-07-12T02:56:50.499Z | Checking usdt v0.5.0 |
529 | 2024-07-12T02:56:50.528Z | Checking slog-term v2.9.1 |
530 | 2024-07-12T02:56:50.552Z | Checking rustls-pemfile v2.1.2 |
531 | 2024-07-12T02:56:50.660Z | Checking futures v0.3.30 |
532 | 2024-07-12T02:56:50.696Z | Checking slog-bunyan v2.5.0 |
533 | 2024-07-12T02:56:50.728Z | Compiling strum_macros v0.26.4 |
534 | 2024-07-12T02:56:50.753Z | Compiling parse-display-derive v0.9.1 |
535 | 2024-07-12T02:56:50.819Z | Compiling serde_with_macros v3.8.3 |
536 | 2024-07-12T02:56:50.844Z | Checking async-stream v0.3.5 |
537 | 2024-07-12T02:56:50.914Z | Checking rand v0.8.5 |
538 | 2024-07-12T02:56:51.375Z | Checking newtype-uuid v1.1.0 |
539 | 2024-07-12T02:56:51.570Z | Checking ipnetwork v0.20.0 |
540 | 2024-07-12T02:56:51.608Z | Checking toml v0.8.14 |
541 | 2024-07-12T02:56:51.632Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
542 | 2024-07-12T02:56:51.847Z | Checking hex v0.4.3 |
543 | 2024-07-12T02:56:51.895Z | Checking serde_path_to_error v0.1.16 |
544 | 2024-07-12T02:56:52.204Z | Compiling async-trait v0.1.81 |
545 | 2024-07-12T02:56:52.245Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-07-12T02:56:52.404Z | Checking hostname v0.4.0 |
547 | 2024-07-12T02:56:52.509Z | Checking instant v0.1.13 |
548 | 2024-07-12T02:56:52.604Z | Checking debug-ignore v1.0.5 |
549 | 2024-07-12T02:56:52.706Z | Checking backoff v0.4.0 |
550 | 2024-07-12T02:56:52.879Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
551 | 2024-07-12T02:56:52.923Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
552 | 2024-07-12T02:56:52.992Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
553 | 2024-07-12T02:56:53.044Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
554 | 2024-07-12T02:56:53.074Z | Checking serde_with v3.8.3 |
555 | 2024-07-12T02:56:53.227Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
556 | 2024-07-12T02:56:53.347Z | Checking macaddr v1.0.1 |
557 | 2024-07-12T02:56:53.617Z | Checking regress v0.9.1 |
558 | 2024-07-12T02:56:54.120Z | Checking parse-display v0.9.1 |
559 | 2024-07-12T02:56:54.550Z | Checking strum v0.26.3 |
560 | 2024-07-12T02:56:55.465Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
561 | 2024-07-12T02:56:57.731Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
562 | 2024-07-12T02:56:57.807Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
563 | 2024-07-12T02:57:01.258Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
564 | 2024-07-12T02:57:09.422Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
565 | 2024-07-12T02:57:09.549Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
566 | 2024-07-12T02:57:12.876Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-07-12T02:57:20.574Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-07-12T02:57:20.644Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
569 | 2024-07-12T02:57:20.703Z | + cargo build --release |
570 | 2024-07-12T02:57:21.027Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-07-12T02:57:21.027Z | Compiling unicode-ident v1.0.12 |
572 | 2024-07-12T02:57:21.027Z | Compiling libc v0.2.155 |
573 | 2024-07-12T02:57:21.027Z | Compiling cfg-if v1.0.0 |
574 | 2024-07-12T02:57:21.052Z | Compiling version_check v0.9.4 |
575 | 2024-07-12T02:57:21.052Z | Compiling autocfg v1.3.0 |
576 | 2024-07-12T02:57:21.052Z | Compiling serde v1.0.204 |
577 | 2024-07-12T02:57:21.052Z | Compiling serde_json v1.0.120 |
578 | 2024-07-12T02:57:21.137Z | Compiling itoa v1.0.11 |
579 | 2024-07-12T02:57:21.181Z | Compiling thiserror v1.0.62 |
580 | 2024-07-12T02:57:21.317Z | Compiling once_cell v1.19.0 |
581 | 2024-07-12T02:57:21.342Z | Compiling memchr v2.7.4 |
582 | 2024-07-12T02:57:21.509Z | Compiling cc v1.1.0 |
583 | 2024-07-12T02:57:21.602Z | Compiling ahash v0.8.11 |
584 | 2024-07-12T02:57:21.901Z | Compiling byteorder v1.5.0 |
585 | 2024-07-12T02:57:22.004Z | Compiling num-traits v0.2.19 |
586 | 2024-07-12T02:57:22.270Z | Compiling quote v1.0.36 |
587 | 2024-07-12T02:57:22.295Z | Compiling getrandom v0.2.15 |
588 | 2024-07-12T02:57:22.320Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-07-12T02:57:22.422Z | Compiling ryu v1.0.18 |
590 | 2024-07-12T02:57:22.564Z | Compiling syn v2.0.70 |
591 | 2024-07-12T02:57:22.674Z | Compiling log v0.4.22 |
592 | 2024-07-12T02:57:22.755Z | Compiling bytes v1.6.0 |
593 | 2024-07-12T02:57:22.862Z | Compiling schemars v0.8.21 |
594 | 2024-07-12T02:57:22.886Z | Compiling allocator-api2 v0.2.18 |
595 | 2024-07-12T02:57:23.021Z | Compiling lock_api v0.4.12 |
596 | 2024-07-12T02:57:23.072Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-07-12T02:57:23.170Z | Compiling scopeguard v1.2.0 |
598 | 2024-07-12T02:57:23.302Z | Compiling smallvec v1.13.2 |
599 | 2024-07-12T02:57:23.403Z | Compiling futures-core v0.3.30 |
600 | 2024-07-12T02:57:23.584Z | Compiling mio v0.8.11 |
601 | 2024-07-12T02:57:23.608Z | Compiling num_cpus v1.16.0 |
602 | 2024-07-12T02:57:23.715Z | Compiling signal-hook-registry v1.4.2 |
603 | 2024-07-12T02:57:23.810Z | Compiling socket2 v0.5.7 |
604 | 2024-07-12T02:57:23.920Z | Compiling slab v0.4.9 |
605 | 2024-07-12T02:57:23.999Z | Compiling ring v0.17.8 |
606 | 2024-07-12T02:57:24.189Z | Compiling parking_lot v0.12.3 |
607 | 2024-07-12T02:57:24.295Z | Compiling spin v0.9.8 |
608 | 2024-07-12T02:57:24.478Z | Compiling futures-sink v0.3.30 |
609 | 2024-07-12T02:57:24.701Z | Compiling semver v1.0.23 |
610 | 2024-07-12T02:57:25.054Z | Compiling fnv v1.0.7 |
611 | 2024-07-12T02:57:25.097Z | Compiling equivalent v1.0.1 |
612 | 2024-07-12T02:57:25.162Z | Compiling untrusted v0.9.0 |
613 | 2024-07-12T02:57:25.215Z | Compiling futures-channel v0.3.30 |
614 | 2024-07-12T02:57:25.257Z | Compiling pin-utils v0.1.0 |
615 | 2024-07-12T02:57:25.316Z | Compiling pkg-config v0.3.30 |
616 | 2024-07-12T02:57:25.340Z | Compiling heck v0.5.0 |
617 | 2024-07-12T02:57:25.427Z | Compiling futures-io v0.3.30 |
618 | 2024-07-12T02:57:25.452Z | Compiling vcpkg v0.2.15 |
619 | 2024-07-12T02:57:25.600Z | Compiling futures-task v0.3.30 |
620 | 2024-07-12T02:57:25.889Z | Compiling ucd-trie v0.1.6 |
621 | 2024-07-12T02:57:25.954Z | Compiling iana-time-zone v0.1.60 |
622 | 2024-07-12T02:57:26.291Z | Compiling http v0.2.12 |
623 | 2024-07-12T02:57:26.486Z | Compiling httparse v1.9.4 |
624 | 2024-07-12T02:57:26.721Z | Compiling dyn-clone v1.0.17 |
625 | 2024-07-12T02:57:26.853Z | Compiling openssl-sys v0.9.102 |
626 | 2024-07-12T02:57:27.149Z | Compiling tracing-core v0.1.32 |
627 | 2024-07-12T02:57:27.356Z | Compiling chrono v0.4.38 |
628 | 2024-07-12T02:57:27.660Z | Compiling uuid v1.10.0 |
629 | 2024-07-12T02:57:27.736Z | Compiling tracing v0.1.40 |
630 | 2024-07-12T02:57:28.113Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-07-12T02:57:29.112Z | Compiling openssl v0.10.64 |
632 | 2024-07-12T02:57:29.743Z | Compiling slog v2.7.0 |
633 | 2024-07-12T02:57:29.810Z | Compiling try-lock v0.2.5 |
634 | 2024-07-12T02:57:29.940Z | Compiling foreign-types-shared v0.1.1 |
635 | 2024-07-12T02:57:30.026Z | Compiling foreign-types v0.3.2 |
636 | 2024-07-12T02:57:30.050Z | Compiling want v0.3.1 |
637 | 2024-07-12T02:57:30.166Z | Compiling http-body v0.4.6 |
638 | 2024-07-12T02:57:30.236Z | Compiling aho-corasick v1.1.3 |
639 | 2024-07-12T02:57:30.292Z | Compiling tower-service v0.3.2 |
640 | 2024-07-12T02:57:30.389Z | Compiling tinyvec_macros v0.1.1 |
641 | 2024-07-12T02:57:30.470Z | Compiling httpdate v1.0.3 |
642 | 2024-07-12T02:57:30.588Z | Compiling rustls v0.21.12 |
643 | 2024-07-12T02:57:30.828Z | Compiling regex-syntax v0.8.4 |
644 | 2024-07-12T02:57:31.051Z | Compiling bitflags v2.6.0 |
645 | 2024-07-12T02:57:31.257Z | Compiling percent-encoding v2.3.1 |
646 | 2024-07-12T02:57:31.283Z | Compiling native-tls v0.2.12 |
647 | 2024-07-12T02:57:31.355Z | Compiling typenum v1.17.0 |
648 | 2024-07-12T02:57:31.577Z | Compiling form_urlencoded v1.2.1 |
649 | 2024-07-12T02:57:31.652Z | Compiling tinyvec v1.8.0 |
650 | 2024-07-12T02:57:32.247Z | Compiling generic-array v0.14.7 |
651 | 2024-07-12T02:57:32.535Z | Compiling serde_derive v1.0.204 |
652 | 2024-07-12T02:57:32.601Z | Compiling zerocopy-derive v0.7.35 |
653 | 2024-07-12T02:57:32.974Z | Compiling thiserror-impl v1.0.62 |
654 | 2024-07-12T02:57:32.999Z | Compiling schemars_derive v0.8.21 |
655 | 2024-07-12T02:57:33.873Z | Compiling tokio-macros v2.3.0 |
656 | 2024-07-12T02:57:34.276Z | Compiling zerocopy v0.7.35 |
657 | 2024-07-12T02:57:35.557Z | Compiling tokio v1.38.0 |
658 | 2024-07-12T02:57:35.582Z | Compiling futures-macro v0.3.30 |
659 | 2024-07-12T02:57:35.763Z | Compiling pest v2.7.11 |
660 | 2024-07-12T02:57:36.129Z | Compiling hashbrown v0.14.5 |
661 | 2024-07-12T02:57:37.226Z | Compiling futures-util v0.3.30 |
662 | 2024-07-12T02:57:37.601Z | Compiling openssl-macros v0.1.1 |
663 | 2024-07-12T02:57:38.127Z | Compiling pest_meta v2.7.11 |
664 | 2024-07-12T02:57:38.176Z | Compiling regress v0.10.0 |
665 | 2024-07-12T02:57:41.540Z | Compiling pest_generator v2.7.11 |
666 | 2024-07-12T02:57:41.771Z | Compiling rustls-webpki v0.101.7 |
667 | 2024-07-12T02:57:42.929Z | Compiling tokio-util v0.7.11 |
668 | 2024-07-12T02:57:43.180Z | Compiling pest_derive v2.7.11 |
669 | 2024-07-12T02:57:44.072Z | Compiling indexmap v2.2.6 |
670 | 2024-07-12T02:57:44.897Z | Compiling serde_tokenstream v0.2.1 |
671 | 2024-07-12T02:57:46.198Z | Compiling h2 v0.3.26 |
672 | 2024-07-12T02:57:46.333Z | Compiling sct v0.7.1 |
673 | 2024-07-12T02:57:46.702Z | Compiling regex-automata v0.4.7 |
674 | 2024-07-12T02:57:49.280Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
675 | 2024-07-12T02:57:50.316Z | Compiling hyper v0.14.30 |
676 | 2024-07-12T02:57:52.277Z | Compiling openssl-probe v0.1.5 |
677 | 2024-07-12T02:57:53.230Z | Compiling regex v1.10.5 |
678 | 2024-07-12T02:57:55.143Z | Compiling unicode-normalization v0.1.23 |
679 | 2024-07-12T02:57:56.095Z | Compiling scroll_derive v0.12.0 |
680 | 2024-07-12T02:57:59.006Z | Compiling usdt-impl v0.5.0 |
681 | 2024-07-12T02:57:59.031Z | Compiling encoding_rs v0.8.34 |
682 | 2024-07-12T02:57:59.283Z | Compiling num-conv v0.1.0 |
683 | 2024-07-12T02:57:59.308Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
684 | 2024-07-12T02:57:59.502Z | Compiling unicode-bidi v0.3.15 |
685 | 2024-07-12T02:58:02.029Z | Compiling powerfmt v0.2.0 |
686 | 2024-07-12T02:58:02.439Z | Compiling time-core v0.1.2 |
687 | 2024-07-12T02:58:02.602Z | Compiling mime v0.3.17 |
688 | 2024-07-12T02:58:02.664Z | Compiling time-macros v0.2.18 |
689 | 2024-07-12T02:58:04.959Z | Compiling deranged v0.3.11 |
690 | 2024-07-12T02:58:05.096Z | Compiling idna v0.5.0 |
691 | 2024-07-12T02:58:07.782Z | Compiling thread-id v4.2.1 |
692 | 2024-07-12T02:58:07.833Z | Compiling scroll v0.12.0 |
693 | 2024-07-12T02:58:07.870Z | Compiling tokio-rustls v0.24.1 |
694 | 2024-07-12T02:58:08.213Z | Compiling tokio-native-tls v0.3.1 |
695 | 2024-07-12T02:58:08.327Z | Compiling dof v0.3.0 |
696 | 2024-07-12T02:58:08.400Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-07-12T02:58:08.452Z | Compiling serde_urlencoded v0.7.1 |
698 | 2024-07-12T02:58:09.743Z | Compiling omicron-workspace-hack v0.1.0 |
699 | 2024-07-12T02:58:09.989Z | Compiling strsim v0.11.1 |
700 | 2024-07-12T02:58:10.237Z | Compiling base64 v0.21.7 |
701 | 2024-07-12T02:58:10.599Z | Compiling plain v0.2.3 |
702 | 2024-07-12T02:58:10.988Z | Compiling num_threads v0.1.7 |
703 | 2024-07-12T02:58:11.082Z | Compiling rustls-pki-types v1.7.0 |
704 | 2024-07-12T02:58:11.135Z | Compiling crossbeam-utils v0.8.20 |
705 | 2024-07-12T02:58:11.584Z | Compiling ident_case v1.0.1 |
706 | 2024-07-12T02:58:11.708Z | Compiling darling_core v0.20.10 |
707 | 2024-07-12T02:58:11.733Z | Compiling time v0.3.36 |
708 | 2024-07-12T02:58:14.114Z | Compiling goblin v0.8.2 |
709 | 2024-07-12T02:58:16.621Z | Compiling rustls-pemfile v1.0.4 |
710 | 2024-07-12T02:58:17.681Z | Compiling hyper-tls v0.5.0 |
711 | 2024-07-12T02:58:18.074Z | Compiling hyper-rustls v0.24.2 |
712 | 2024-07-12T02:58:18.636Z | Compiling url v2.5.2 |
713 | 2024-07-12T02:58:19.070Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#abf38e33) |
714 | 2024-07-12T02:58:19.167Z | Compiling openapiv3 v2.0.0 |
715 | 2024-07-12T02:58:21.390Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-07-12T02:58:22.406Z | Compiling webpki-roots v0.25.4 |
717 | 2024-07-12T02:58:22.527Z | Compiling sync_wrapper v0.1.2 |
718 | 2024-07-12T02:58:22.625Z | Compiling rustls v0.22.4 |
719 | 2024-07-12T02:58:22.655Z | Compiling rustversion v1.0.17 |
720 | 2024-07-12T02:58:22.984Z | Compiling pretty-hex v0.4.1 |
721 | 2024-07-12T02:58:23.167Z | Compiling ipnet v2.9.0 |
722 | 2024-07-12T02:58:23.192Z | Compiling unsafe-libyaml v0.2.11 |
723 | 2024-07-12T02:58:23.216Z | Compiling paste v1.0.15 |
724 | 2024-07-12T02:58:23.719Z | Compiling reqwest v0.11.27 |
725 | 2024-07-12T02:58:24.507Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-07-12T02:58:25.516Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
727 | 2024-07-12T02:58:25.541Z | Compiling dirs-next v2.0.0 |
728 | 2024-07-12T02:58:27.480Z | Compiling darling_macro v0.20.10 |
729 | 2024-07-12T02:58:28.377Z | Compiling rustls-webpki v0.102.5 |
730 | 2024-07-12T02:58:29.151Z | Compiling block-buffer v0.10.4 |
731 | 2024-07-12T02:58:29.347Z | Compiling crypto-common v0.1.6 |
732 | 2024-07-12T02:58:29.514Z | Compiling toml_datetime v0.6.6 |
733 | 2024-07-12T02:58:29.763Z | Compiling serde_spanned v0.6.6 |
734 | 2024-07-12T02:58:29.967Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-07-12T02:58:30.071Z | Compiling rand_core v0.6.4 |
736 | 2024-07-12T02:58:30.548Z | Compiling multer v3.1.0 |
737 | 2024-07-12T02:58:30.723Z | Compiling thread_local v1.1.8 |
738 | 2024-07-12T02:58:30.819Z | Compiling anyhow v1.0.86 |
739 | 2024-07-12T02:58:30.984Z | Compiling subtle v2.6.1 |
740 | 2024-07-12T02:58:31.207Z | Compiling ppv-lite86 v0.2.17 |
741 | 2024-07-12T02:58:31.293Z | Compiling zeroize v1.8.1 |
742 | 2024-07-12T02:58:31.392Z | Compiling winnow v0.6.13 |
743 | 2024-07-12T02:58:31.578Z | Compiling camino v1.1.7 |
744 | 2024-07-12T02:58:31.864Z | Compiling slog-async v2.8.0 |
745 | 2024-07-12T02:58:32.055Z | Compiling match_cfg v0.1.0 |
746 | 2024-07-12T02:58:32.116Z | Compiling hostname v0.3.1 |
747 | 2024-07-12T02:58:32.141Z | Compiling rand_chacha v0.3.1 |
748 | 2024-07-12T02:58:32.251Z | Compiling structmeta v0.3.0 |
749 | 2024-07-12T02:58:32.487Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
750 | 2024-07-12T02:58:33.194Z | Compiling digest v0.10.7 |
751 | 2024-07-12T02:58:33.455Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-07-12T02:58:33.553Z | Compiling darling v0.20.10 |
753 | 2024-07-12T02:58:34.905Z | Compiling toml_edit v0.22.15 |
754 | 2024-07-12T02:58:34.954Z | Compiling term v0.7.0 |
755 | 2024-07-12T02:58:38.723Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
756 | 2024-07-12T02:58:41.719Z | Compiling usdt-attr-macro v0.5.0 |
757 | 2024-07-12T02:58:42.109Z | Compiling usdt-macro v0.5.0 |
758 | 2024-07-12T02:58:42.909Z | Compiling slog-json v2.6.1 |
759 | 2024-07-12T02:58:43.200Z | Compiling futures-executor v0.3.30 |
760 | 2024-07-12T02:58:43.342Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-07-12T02:58:44.277Z | Compiling http v1.1.0 |
762 | 2024-07-12T02:58:44.522Z | Compiling is-terminal v0.4.12 |
763 | 2024-07-12T02:58:44.633Z | Compiling memmap v0.7.0 |
764 | 2024-07-12T02:58:45.034Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
765 | 2024-07-12T02:58:45.208Z | Compiling base64 v0.22.1 |
766 | 2024-07-12T02:58:45.345Z | Compiling atomic-waker v1.1.2 |
767 | 2024-07-12T02:58:45.515Z | Compiling take_mut v0.2.2 |
768 | 2024-07-12T02:58:45.656Z | Compiling cpufeatures v0.2.12 |
769 | 2024-07-12T02:58:46.131Z | Compiling sha1 v0.10.6 |
770 | 2024-07-12T02:58:46.718Z | Compiling rustls-pemfile v2.1.2 |
771 | 2024-07-12T02:58:48.178Z | Compiling waitgroup v0.1.2 |
772 | 2024-07-12T02:58:48.270Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
773 | 2024-07-12T02:58:48.401Z | Compiling usdt v0.5.0 |
774 | 2024-07-12T02:58:48.441Z | Compiling slog-term v2.9.1 |
775 | 2024-07-12T02:58:49.711Z | Compiling async-stream v0.3.5 |
776 | 2024-07-12T02:58:50.009Z | Compiling futures v0.3.30 |
777 | 2024-07-12T02:58:50.182Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-07-12T02:58:50.387Z | Compiling strum_macros v0.26.4 |
779 | 2024-07-12T02:58:50.425Z | Compiling toml v0.8.14 |
780 | 2024-07-12T02:58:50.841Z | Compiling tokio-rustls v0.25.0 |
781 | 2024-07-12T02:58:51.167Z | Compiling serde_with_macros v3.8.3 |
782 | 2024-07-12T02:58:53.347Z | Compiling parse-display-derive v0.9.1 |
783 | 2024-07-12T02:58:55.233Z | Compiling rand v0.8.5 |
784 | 2024-07-12T02:58:56.347Z | Compiling newtype-uuid v1.1.0 |
785 | 2024-07-12T02:58:56.584Z | Compiling ipnetwork v0.20.0 |
786 | 2024-07-12T02:58:56.627Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#9fef3961) |
787 | 2024-07-12T02:58:56.663Z | Compiling serde_path_to_error v0.1.16 |
788 | 2024-07-12T02:58:56.743Z | Compiling hex v0.4.3 |
789 | 2024-07-12T02:58:57.263Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-07-12T02:58:57.474Z | Compiling async-trait v0.1.81 |
791 | 2024-07-12T02:58:57.911Z | Compiling hostname v0.4.0 |
792 | 2024-07-12T02:58:58.103Z | Compiling instant v0.1.13 |
793 | 2024-07-12T02:58:58.228Z | Compiling debug-ignore v1.0.5 |
794 | 2024-07-12T02:58:58.344Z | Compiling backoff v0.4.0 |
795 | 2024-07-12T02:58:58.620Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-07-12T02:58:58.776Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
797 | 2024-07-12T02:58:58.912Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
798 | 2024-07-12T02:58:59.476Z | Compiling parse-display v0.9.1 |
799 | 2024-07-12T02:58:59.731Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
800 | 2024-07-12T02:59:00.195Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
801 | 2024-07-12T02:59:00.440Z | Compiling strum v0.26.3 |
802 | 2024-07-12T02:59:00.592Z | Compiling serde_with v3.8.3 |
803 | 2024-07-12T02:59:01.190Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-07-12T02:59:01.829Z | Compiling macaddr v1.0.1 |
805 | 2024-07-12T02:59:02.289Z | Compiling regress v0.9.1 |
806 | 2024-07-12T02:59:05.175Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-07-12T02:59:13.686Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-07-12T02:59:23.186Z | Finished `release` profile [optimized] target(s) in 2m 02s |
809 | 2024-07-12T02:59:23.233Z | process exited: duration 195307 ms, exit code 0 |
|
810 | 2024-07-12T02:59:23.283Z | found 0 output files |