|
|
|
1 | 2024-07-25T05:08:25.322Z | job assigned to worker 01J3M4KCM3F0MGD97X03WWKE80 (queued for 44 s) |
|
2 | 2024-07-25T05:08:25.941Z | starting task 0: "setup" |
3 | 2024-07-25T05:08:25.965Z | ++ uname -s |
4 | 2024-07-25T05:08:25.965Z | + kern=SunOS |
5 | 2024-07-25T05:08:25.965Z | + case "$kern" in |
6 | 2024-07-25T05:08:25.965Z | + groupadd -g 12345 build |
7 | 2024-07-25T05:08:25.965Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-25T05:08:27.971Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-25T05:08:28.013Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-25T05:08:28.037Z | + home_fs=zfs |
11 | 2024-07-25T05:08:28.037Z | + [[ zfs == autofs ]] |
12 | 2024-07-25T05:08:28.037Z | + mkdir -p /home/build |
13 | 2024-07-25T05:08:28.037Z | + chown build:build /home/build /work |
14 | 2024-07-25T05:08:30.024Z | + chmod 0700 /home/build /work |
15 | 2024-07-25T05:08:30.048Z | process exited: duration 4087 ms, exit code 0 |
|
16 | 2024-07-25T05:08:30.103Z | starting task 1: "rust-toolchain" |
17 | 2024-07-25T05:08:30.127Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-25T05:08:30.127Z | ' 1.78.0 |
19 | 2024-07-25T05:08:30.127Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-25T05:08:30.127Z | ' default |
21 | 2024-07-25T05:08:30.127Z | * toolchain channel = "1.78.0" |
22 | 2024-07-25T05:08:30.127Z | * toolchain profile = "default" |
23 | 2024-07-25T05:08:30.127Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-25T05:08:30.127Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-25T05:08:30.269Z | info: downloading installer |
26 | 2024-07-25T05:08:30.810Z | info: profile set to 'default' |
27 | 2024-07-25T05:08:30.810Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-25T05:08:30.833Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-25T05:08:30.913Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-25T05:08:30.913Z | info: downloading component 'cargo' |
31 | 2024-07-25T05:08:31.035Z | info: downloading component 'clippy' |
32 | 2024-07-25T05:08:31.081Z | info: downloading component 'rust-docs' |
33 | 2024-07-25T05:08:31.242Z | info: downloading component 'rust-std' |
34 | 2024-07-25T05:08:31.571Z | info: downloading component 'rustc' |
35 | 2024-07-25T05:08:32.194Z | info: downloading component 'rustfmt' |
36 | 2024-07-25T05:08:32.233Z | info: installing component 'cargo' |
37 | 2024-07-25T05:08:33.321Z | info: installing component 'clippy' |
38 | 2024-07-25T05:08:33.738Z | info: installing component 'rust-docs' |
39 | 2024-07-25T05:08:36.332Z | info: installing component 'rust-std' |
40 | 2024-07-25T05:08:38.239Z | info: installing component 'rustc' |
41 | 2024-07-25T05:08:43.185Z | info: installing component 'rustfmt' |
42 | 2024-07-25T05:08:43.551Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-25T05:08:43.551Z | |
44 | 2024-07-25T05:08:43.673Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-25T05:08:43.673Z | |
46 | 2024-07-25T05:08:43.673Z | |
47 | 2024-07-25T05:08:43.674Z | Rust is installed now. Great! |
48 | 2024-07-25T05:08:43.674Z | |
49 | 2024-07-25T05:08:43.674Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-25T05:08:43.674Z | environment variable. This has not been done automatically. |
51 | 2024-07-25T05:08:43.674Z | |
52 | 2024-07-25T05:08:43.674Z | To configure your current shell, you need to source |
53 | 2024-07-25T05:08:43.674Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-25T05:08:43.674Z | |
55 | 2024-07-25T05:08:43.674Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-25T05:08:43.674Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-25T05:08:43.674Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-25T05:08:43.745Z | + rustc --version |
59 | 2024-07-25T05:08:43.852Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-25T05:08:43.876Z | process exited: duration 13753 ms, exit code 0 |
|
61 | 2024-07-25T05:08:43.927Z | starting task 2: "authentication" |
62 | 2024-07-25T05:08:43.983Z | process exited: duration 59 ms, exit code 0 |
|
63 | 2024-07-25T05:08:44.031Z | starting task 3: "clone repository" |
64 | 2024-07-25T05:08:44.055Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-25T05:08:44.055Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-25T05:08:44.079Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-25T05:08:50.532Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-25T05:08:50.556Z | + git fetch origin a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 |
69 | 2024-07-25T05:08:50.966Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-25T05:08:50.966Z | * branch a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 -> FETCH_HEAD |
71 | 2024-07-25T05:08:50.966Z | + [[ -n max-firewall-rules ]] |
72 | 2024-07-25T05:08:50.990Z | ++ git branch --show-current |
73 | 2024-07-25T05:08:50.990Z | + current=main |
74 | 2024-07-25T05:08:50.990Z | + [[ main != max-firewall-rules ]] |
75 | 2024-07-25T05:08:50.990Z | + git branch -f max-firewall-rules a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 |
76 | 2024-07-25T05:08:50.990Z | + git checkout -f max-firewall-rules |
77 | 2024-07-25T05:08:51.157Z | Switched to branch 'max-firewall-rules' |
78 | 2024-07-25T05:08:51.180Z | + git reset --hard a1ecf5ab61a9154bb98c1ad4d510c2f3fca5e886 |
79 | 2024-07-25T05:08:51.211Z | HEAD is now at a1ecf5ab6 had to update the sled agent API JSON for the first time in my dang life |
80 | 2024-07-25T05:08:51.235Z | process exited: duration 7181 ms, exit code 0 |
|
81 | 2024-07-25T05:08:51.283Z | starting task 4: "build" |
82 | 2024-07-25T05:08:51.307Z | + cargo --version |
83 | 2024-07-25T05:08:51.380Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-25T05:08:51.403Z | + rustc --version |
85 | 2024-07-25T05:08:51.476Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-25T05:08:51.499Z | + cd /tmp |
87 | 2024-07-25T05:08:51.499Z | + cargo new --lib test-project |
88 | 2024-07-25T05:08:51.567Z | Creating library `test-project` package |
89 | 2024-07-25T05:08:51.691Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-25T05:08:51.715Z | + cd test-project |
91 | 2024-07-25T05:08:51.715Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-25T05:08:51.788Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-25T05:08:51.788Z | Features: |
94 | 2024-07-25T05:08:51.788Z | - proptest |
95 | 2024-07-25T05:08:51.788Z | - test-strategy |
96 | 2024-07-25T05:08:51.788Z | - testing |
97 | 2024-07-25T05:08:51.812Z | Updating crates.io index |
98 | 2024-07-25T05:08:51.853Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-25T05:08:52.915Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-25T05:08:53.910Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-25T05:08:54.469Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-25T05:08:56.826Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-25T05:08:57.238Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-25T05:08:57.706Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-25T05:09:00.835Z | + cargo check |
106 | 2024-07-25T05:09:01.122Z | Downloading crates ... |
107 | 2024-07-25T05:09:01.226Z | Downloaded openssl-macros v0.1.1 |
108 | 2024-07-25T05:09:01.270Z | Downloaded dirs-sys-next v0.1.2 |
109 | 2024-07-25T05:09:01.270Z | Downloaded instant v0.1.13 |
110 | 2024-07-25T05:09:01.270Z | Downloaded want v0.3.1 |
111 | 2024-07-25T05:09:01.270Z | Downloaded pretty-hex v0.4.1 |
112 | 2024-07-25T05:09:01.271Z | Downloaded newtype-uuid v1.1.0 |
113 | 2024-07-25T05:09:01.271Z | Downloaded multer v3.1.0 |
114 | 2024-07-25T05:09:01.271Z | Downloaded thread_local v1.1.8 |
115 | 2024-07-25T05:09:01.335Z | Downloaded time-core v0.1.2 |
116 | 2024-07-25T05:09:01.336Z | Downloaded usdt-impl v0.5.0 |
117 | 2024-07-25T05:09:01.336Z | Downloaded take_mut v0.2.2 |
118 | 2024-07-25T05:09:01.336Z | Downloaded hostname v0.4.0 |
119 | 2024-07-25T05:09:01.336Z | Downloaded tower-service v0.3.2 |
120 | 2024-07-25T05:09:01.336Z | Downloaded httparse v1.9.4 |
121 | 2024-07-25T05:09:01.336Z | Downloaded toml_datetime v0.6.6 |
122 | 2024-07-25T05:09:01.336Z | Downloaded tokio-macros v2.4.0 |
123 | 2024-07-25T05:09:01.336Z | Downloaded thread-id v4.2.2 |
124 | 2024-07-25T05:09:01.336Z | Downloaded tinyvec v1.8.0 |
125 | 2024-07-25T05:09:01.366Z | Downloaded unicode-bidi v0.3.15 |
126 | 2024-07-25T05:09:01.366Z | Downloaded tracing v0.1.40 |
127 | 2024-07-25T05:09:01.366Z | Downloaded time v0.3.36 |
128 | 2024-07-25T05:09:01.417Z | Downloaded tokio-util v0.7.11 |
129 | 2024-07-25T05:09:01.473Z | Downloaded strum v0.26.3 |
130 | 2024-07-25T05:09:01.473Z | Downloaded tokio v1.39.1 |
131 | 2024-07-25T05:09:01.514Z | Downloaded rustls-pki-types v1.7.0 |
132 | 2024-07-25T05:09:01.515Z | Downloaded thiserror v1.0.63 |
133 | 2024-07-25T05:09:01.515Z | Downloaded serde_yaml v0.9.34+deprecated |
134 | 2024-07-25T05:09:01.515Z | Downloaded term v0.7.0 |
135 | 2024-07-25T05:09:01.516Z | Downloaded serde v1.0.204 |
136 | 2024-07-25T05:09:01.516Z | Downloaded rand v0.8.5 |
137 | 2024-07-25T05:09:01.516Z | Downloaded unicode-normalization v0.1.23 |
138 | 2024-07-25T05:09:01.559Z | Downloaded pest v2.7.11 |
139 | 2024-07-25T05:09:01.560Z | Downloaded zerocopy v0.7.35 |
140 | 2024-07-25T05:09:01.599Z | Downloaded serde_with v3.9.0 |
141 | 2024-07-25T05:09:01.600Z | Downloaded serde_json v1.0.120 |
142 | 2024-07-25T05:09:01.600Z | Downloaded syn v2.0.72 |
143 | 2024-07-25T05:09:01.646Z | Downloaded regex-automata v0.4.7 |
144 | 2024-07-25T05:09:01.646Z | Downloaded rustls v0.22.4 |
145 | 2024-07-25T05:09:01.723Z | Downloaded rustls v0.21.12 |
146 | 2024-07-25T05:09:01.723Z | Downloaded regress v0.10.0 |
147 | 2024-07-25T05:09:01.723Z | Downloaded regress v0.9.1 |
148 | 2024-07-25T05:09:01.749Z | Downloaded regex-syntax v0.8.4 |
149 | 2024-07-25T05:09:01.749Z | Downloaded webpki-roots v0.25.4 |
150 | 2024-07-25T05:09:01.749Z | Downloaded vcpkg v0.2.15 |
151 | 2024-07-25T05:09:01.781Z | Downloaded rustls-webpki v0.102.6 |
152 | 2024-07-25T05:09:01.782Z | Downloaded rustls-webpki v0.101.7 |
153 | 2024-07-25T05:09:01.818Z | Downloaded reqwest v0.11.27 |
154 | 2024-07-25T05:09:01.818Z | Downloaded regex v1.10.5 |
155 | 2024-07-25T05:09:01.872Z | Downloaded winnow v0.6.15 |
156 | 2024-07-25T05:09:01.873Z | Downloaded encoding_rs v0.8.34 |
157 | 2024-07-25T05:09:01.918Z | Downloaded strum_macros v0.26.4 |
158 | 2024-07-25T05:09:01.918Z | Downloaded socket2 v0.5.7 |
159 | 2024-07-25T05:09:01.918Z | Downloaded slog-term v2.9.1 |
160 | 2024-07-25T05:09:01.918Z | Downloaded slog v2.7.0 |
161 | 2024-07-25T05:09:01.918Z | Downloaded serde_with_macros v3.9.0 |
162 | 2024-07-25T05:09:01.918Z | Downloaded serde_derive v1.0.204 |
163 | 2024-07-25T05:09:01.918Z | Downloaded schemars v0.8.21 |
164 | 2024-07-25T05:09:01.919Z | Downloaded ring v0.17.8 |
165 | 2024-07-25T05:09:01.976Z | Downloaded ryu v1.0.18 |
166 | 2024-07-25T05:09:02.007Z | Downloaded rustls-pemfile v2.1.2 |
167 | 2024-07-25T05:09:02.007Z | Downloaded proc-macro2 v1.0.86 |
168 | 2024-07-25T05:09:02.007Z | Downloaded url v2.5.2 |
169 | 2024-07-25T05:09:02.007Z | Downloaded ppv-lite86 v0.2.17 |
170 | 2024-07-25T05:09:02.008Z | Downloaded thiserror-impl v1.0.63 |
171 | 2024-07-25T05:09:02.008Z | Downloaded subtle v2.6.1 |
172 | 2024-07-25T05:09:02.008Z | Downloaded structmeta-derive v0.3.0 |
173 | 2024-07-25T05:09:02.008Z | Downloaded spin v0.9.8 |
174 | 2024-07-25T05:09:02.008Z | Downloaded slog-bunyan v2.5.0 |
175 | 2024-07-25T05:09:02.008Z | Downloaded sha2 v0.10.8 |
176 | 2024-07-25T05:09:02.008Z | Downloaded sha1 v0.10.6 |
177 | 2024-07-25T05:09:02.008Z | Downloaded serde_urlencoded v0.7.1 |
178 | 2024-07-25T05:09:02.008Z | Downloaded serde_spanned v0.6.6 |
179 | 2024-07-25T05:09:02.008Z | Downloaded pin-project-lite v0.2.14 |
180 | 2024-07-25T05:09:02.050Z | Downloaded pest_meta v2.7.11 |
181 | 2024-07-25T05:09:02.050Z | Downloaded parking_lot_core v0.9.10 |
182 | 2024-07-25T05:09:02.050Z | Downloaded zerocopy-derive v0.7.35 |
183 | 2024-07-25T05:09:02.050Z | Downloaded uuid v1.10.0 |
184 | 2024-07-25T05:09:02.050Z | Downloaded unsafe-libyaml v0.2.11 |
185 | 2024-07-25T05:09:02.050Z | Downloaded libc v0.2.155 |
186 | 2024-07-25T05:09:02.097Z | Downloaded strsim v0.11.1 |
187 | 2024-07-25T05:09:02.098Z | Downloaded smallvec v1.13.2 |
188 | 2024-07-25T05:09:02.098Z | Downloaded signal-hook-registry v1.4.2 |
189 | 2024-07-25T05:09:02.098Z | Downloaded serde_path_to_error v0.1.16 |
190 | 2024-07-25T05:09:02.098Z | Downloaded serde_derive_internals v0.29.1 |
191 | 2024-07-25T05:09:02.098Z | Downloaded semver v1.0.23 |
192 | 2024-07-25T05:09:02.099Z | Downloaded sct v0.7.1 |
193 | 2024-07-25T05:09:02.099Z | Downloaded schemars_derive v0.8.21 |
194 | 2024-07-25T05:09:02.099Z | Downloaded rand_core v0.6.4 |
195 | 2024-07-25T05:09:02.099Z | Downloaded quote v1.0.36 |
196 | 2024-07-25T05:09:02.099Z | Downloaded pest_derive v2.7.11 |
197 | 2024-07-25T05:09:02.164Z | Downloaded openssl v0.10.66 |
198 | 2024-07-25T05:09:02.164Z | Downloaded openapiv3 v2.0.0 |
199 | 2024-07-25T05:09:02.164Z | Downloaded idna v0.5.0 |
200 | 2024-07-25T05:09:02.164Z | Downloaded slog-json v2.6.1 |
201 | 2024-07-25T05:09:02.164Z | Downloaded serde_tokenstream v0.2.1 |
202 | 2024-07-25T05:09:02.164Z | Downloaded scroll v0.12.0 |
203 | 2024-07-25T05:09:02.164Z | Downloaded rustversion v1.0.17 |
204 | 2024-07-25T05:09:02.165Z | Downloaded pkg-config v0.3.30 |
205 | 2024-07-25T05:09:02.165Z | Downloaded pest_generator v2.7.11 |
206 | 2024-07-25T05:09:02.165Z | Downloaded percent-encoding v2.3.1 |
207 | 2024-07-25T05:09:02.165Z | Downloaded unicode-ident v1.0.12 |
208 | 2024-07-25T05:09:02.165Z | Downloaded parking_lot v0.12.3 |
209 | 2024-07-25T05:09:02.165Z | Downloaded slog-async v2.8.0 |
210 | 2024-07-25T05:09:02.165Z | Downloaded rustls-pemfile v1.0.4 |
211 | 2024-07-25T05:09:02.165Z | Downloaded parse-display-derive v0.9.1 |
212 | 2024-07-25T05:09:02.165Z | Downloaded mio v1.0.1 |
213 | 2024-07-25T05:09:02.221Z | Downloaded hyper v0.14.30 |
214 | 2024-07-25T05:09:02.221Z | Downloaded h2 v0.3.26 |
215 | 2024-07-25T05:09:02.221Z | Downloaded goblin v0.8.2 |
216 | 2024-07-25T05:09:02.221Z | Downloaded futures-util v0.3.30 |
217 | 2024-07-25T05:09:02.221Z | Downloaded chrono v0.4.38 |
218 | 2024-07-25T05:09:02.221Z | Downloaded aho-corasick v1.1.3 |
219 | 2024-07-25T05:09:02.222Z | Downloaded toml_edit v0.22.16 |
220 | 2024-07-25T05:09:02.253Z | Downloaded toml v0.8.15 |
221 | 2024-07-25T05:09:02.253Z | Downloaded tracing-core v0.1.32 |
222 | 2024-07-25T05:09:02.254Z | Downloaded sync_wrapper v0.1.2 |
223 | 2024-07-25T05:09:02.254Z | Downloaded version_check v0.9.4 |
224 | 2024-07-25T05:09:02.254Z | Downloaded indexmap v2.2.6 |
225 | 2024-07-25T05:09:02.254Z | Downloaded http v1.1.0 |
226 | 2024-07-25T05:09:02.254Z | Downloaded hashbrown v0.14.5 |
227 | 2024-07-25T05:09:02.254Z | Downloaded typenum v1.17.0 |
228 | 2024-07-25T05:09:02.254Z | Downloaded scroll_derive v0.12.0 |
229 | 2024-07-25T05:09:02.255Z | Downloaded hashbrown v0.12.3 |
230 | 2024-07-25T05:09:02.284Z | Downloaded ucd-trie v0.1.6 |
231 | 2024-07-25T05:09:02.284Z | Downloaded memchr v2.7.4 |
232 | 2024-07-25T05:09:02.284Z | Downloaded structmeta v0.3.0 |
233 | 2024-07-25T05:09:02.284Z | Downloaded slab v0.4.9 |
234 | 2024-07-25T05:09:02.284Z | Downloaded plain v0.2.3 |
235 | 2024-07-25T05:09:02.284Z | Downloaded log v0.4.22 |
236 | 2024-07-25T05:09:02.284Z | Downloaded time-macros v0.2.18 |
237 | 2024-07-25T05:09:02.284Z | Downloaded scopeguard v1.2.0 |
238 | 2024-07-25T05:09:02.284Z | Downloaded rand_chacha v0.3.1 |
239 | 2024-07-25T05:09:02.284Z | Downloaded powerfmt v0.2.0 |
240 | 2024-07-25T05:09:02.284Z | Downloaded openssl-sys v0.9.103 |
241 | 2024-07-25T05:09:02.284Z | Downloaded once_cell v1.19.0 |
242 | 2024-07-25T05:09:02.284Z | Downloaded http v0.2.12 |
243 | 2024-07-25T05:09:02.325Z | Downloaded generic-array v0.14.7 |
244 | 2024-07-25T05:09:02.326Z | Downloaded futures-channel v0.3.30 |
245 | 2024-07-25T05:09:02.326Z | Downloaded crossbeam-channel v0.5.13 |
246 | 2024-07-25T05:09:02.326Z | Downloaded tokio-rustls v0.25.0 |
247 | 2024-07-25T05:09:02.326Z | Downloaded native-tls v0.2.12 |
248 | 2024-07-25T05:09:02.326Z | Downloaded ipnet v2.9.0 |
249 | 2024-07-25T05:09:02.326Z | Downloaded crossbeam-utils v0.8.20 |
250 | 2024-07-25T05:09:02.326Z | Downloaded cc v1.1.6 |
251 | 2024-07-25T05:09:02.326Z | Downloaded futures-sink v0.3.30 |
252 | 2024-07-25T05:09:02.327Z | Downloaded base64 v0.21.7 |
253 | 2024-07-25T05:09:02.327Z | Downloaded tinyvec_macros v0.1.1 |
254 | 2024-07-25T05:09:02.327Z | Downloaded tokio-rustls v0.24.1 |
255 | 2024-07-25T05:09:02.327Z | Downloaded tokio-native-tls v0.3.1 |
256 | 2024-07-25T05:09:02.327Z | Downloaded hex v0.4.3 |
257 | 2024-07-25T05:09:02.363Z | Downloaded futures-executor v0.3.30 |
258 | 2024-07-25T05:09:02.363Z | Downloaded dyn-clone v1.0.17 |
259 | 2024-07-25T05:09:02.363Z | Downloaded darling_core v0.20.10 |
260 | 2024-07-25T05:09:02.363Z | Downloaded base64 v0.22.1 |
261 | 2024-07-25T05:09:02.364Z | Downloaded memmap v0.7.0 |
262 | 2024-07-25T05:09:02.364Z | Downloaded hyper-tls v0.5.0 |
263 | 2024-07-25T05:09:02.364Z | Downloaded dof v0.3.0 |
264 | 2024-07-25T05:09:02.364Z | Downloaded cpufeatures v0.2.12 |
265 | 2024-07-25T05:09:02.364Z | Downloaded num_threads v0.1.7 |
266 | 2024-07-25T05:09:02.364Z | Downloaded is-terminal v0.4.12 |
267 | 2024-07-25T05:09:02.364Z | Downloaded futures-io v0.3.30 |
268 | 2024-07-25T05:09:02.364Z | Downloaded form_urlencoded v1.2.1 |
269 | 2024-07-25T05:09:02.365Z | Downloaded dirs-next v2.0.0 |
270 | 2024-07-25T05:09:02.365Z | Downloaded deranged v0.3.11 |
271 | 2024-07-25T05:09:02.365Z | Downloaded darling v0.20.10 |
272 | 2024-07-25T05:09:02.365Z | Downloaded camino v1.1.7 |
273 | 2024-07-25T05:09:02.366Z | Downloaded bytes v1.6.1 |
274 | 2024-07-25T05:09:02.366Z | Downloaded anyhow v1.0.86 |
275 | 2024-07-25T05:09:02.366Z | Downloaded allocator-api2 v0.2.18 |
276 | 2024-07-25T05:09:02.398Z | Downloaded try-lock v0.2.5 |
277 | 2024-07-25T05:09:02.398Z | Downloaded pin-utils v0.1.0 |
278 | 2024-07-25T05:09:02.398Z | Downloaded paste v1.0.15 |
279 | 2024-07-25T05:09:02.398Z | Downloaded parse-display v0.9.1 |
280 | 2024-07-25T05:09:02.399Z | Downloaded zeroize v1.8.1 |
281 | 2024-07-25T05:09:02.399Z | Downloaded usdt-macro v0.5.0 |
282 | 2024-07-25T05:09:02.399Z | Downloaded usdt v0.5.0 |
283 | 2024-07-25T05:09:02.399Z | Downloaded untrusted v0.9.0 |
284 | 2024-07-25T05:09:02.399Z | Downloaded num-conv v0.1.0 |
285 | 2024-07-25T05:09:02.399Z | Downloaded match_cfg v0.1.0 |
286 | 2024-07-25T05:09:02.399Z | Downloaded indexmap v1.9.3 |
287 | 2024-07-25T05:09:02.399Z | Downloaded ident_case v1.0.1 |
288 | 2024-07-25T05:09:02.399Z | Downloaded getrandom v0.2.15 |
289 | 2024-07-25T05:09:02.399Z | Downloaded futures v0.3.30 |
290 | 2024-07-25T05:09:02.399Z | Downloaded foreign-types v0.3.2 |
291 | 2024-07-25T05:09:02.400Z | Downloaded equivalent v1.0.1 |
292 | 2024-07-25T05:09:02.400Z | Downloaded darling_macro v0.20.10 |
293 | 2024-07-25T05:09:02.400Z | Downloaded bitflags v2.6.0 |
294 | 2024-07-25T05:09:02.400Z | Downloaded ahash v0.8.11 |
295 | 2024-07-25T05:09:02.425Z | Downloaded openssl-probe v0.1.5 |
296 | 2024-07-25T05:09:02.425Z | Downloaded num-traits v0.2.19 |
297 | 2024-07-25T05:09:02.425Z | Downloaded lock_api v0.4.12 |
298 | 2024-07-25T05:09:02.425Z | Downloaded byteorder v1.5.0 |
299 | 2024-07-25T05:09:02.425Z | Downloaded ipnetwork v0.20.0 |
300 | 2024-07-25T05:09:02.425Z | Downloaded iana-time-zone v0.1.60 |
301 | 2024-07-25T05:09:02.425Z | Downloaded hyper-rustls v0.24.2 |
302 | 2024-07-25T05:09:02.425Z | Downloaded hostname v0.3.1 |
303 | 2024-07-25T05:09:02.425Z | Downloaded digest v0.10.7 |
304 | 2024-07-25T05:09:02.425Z | Downloaded cfg-if v1.0.0 |
305 | 2024-07-25T05:09:02.425Z | Downloaded backoff v0.4.0 |
306 | 2024-07-25T05:09:02.425Z | Downloaded autocfg v1.3.0 |
307 | 2024-07-25T05:09:02.425Z | Downloaded async-trait v0.1.81 |
308 | 2024-07-25T05:09:02.426Z | Downloaded waitgroup v0.1.2 |
309 | 2024-07-25T05:09:02.426Z | Downloaded usdt-attr-macro v0.5.0 |
310 | 2024-07-25T05:09:02.426Z | Downloaded mime v0.3.17 |
311 | 2024-07-25T05:09:02.451Z | Downloaded macaddr v1.0.1 |
312 | 2024-07-25T05:09:02.451Z | Downloaded itoa v1.0.11 |
313 | 2024-07-25T05:09:02.451Z | Downloaded httpdate v1.0.3 |
314 | 2024-07-25T05:09:02.451Z | Downloaded futures-task v0.3.30 |
315 | 2024-07-25T05:09:02.451Z | Downloaded futures-macro v0.3.30 |
316 | 2024-07-25T05:09:02.451Z | Downloaded futures-core v0.3.30 |
317 | 2024-07-25T05:09:02.451Z | Downloaded foreign-types-shared v0.1.1 |
318 | 2024-07-25T05:09:02.451Z | Downloaded fnv v1.0.7 |
319 | 2024-07-25T05:09:02.451Z | Downloaded crypto-common v0.1.6 |
320 | 2024-07-25T05:09:02.451Z | Downloaded block-buffer v0.10.4 |
321 | 2024-07-25T05:09:02.451Z | Downloaded http-body v0.4.6 |
322 | 2024-07-25T05:09:02.451Z | Downloaded heck v0.5.0 |
323 | 2024-07-25T05:09:02.451Z | Downloaded dtrace-parser v0.2.0 |
324 | 2024-07-25T05:09:02.451Z | Downloaded debug-ignore v1.0.5 |
325 | 2024-07-25T05:09:02.451Z | Downloaded atomic-waker v1.1.2 |
326 | 2024-07-25T05:09:02.451Z | Downloaded async-stream v0.3.5 |
327 | 2024-07-25T05:09:02.452Z | Downloaded async-stream-impl v0.3.5 |
328 | 2024-07-25T05:09:02.452Z | Downloaded omicron-workspace-hack v0.1.0 |
329 | 2024-07-25T05:09:02.551Z | Compiling proc-macro2 v1.0.86 |
330 | 2024-07-25T05:09:02.551Z | Compiling unicode-ident v1.0.12 |
331 | 2024-07-25T05:09:02.551Z | Compiling libc v0.2.155 |
332 | 2024-07-25T05:09:02.575Z | Checking cfg-if v1.0.0 |
333 | 2024-07-25T05:09:02.575Z | Compiling version_check v0.9.4 |
334 | 2024-07-25T05:09:02.575Z | Compiling autocfg v1.3.0 |
335 | 2024-07-25T05:09:02.575Z | Compiling serde v1.0.204 |
336 | 2024-07-25T05:09:02.575Z | Compiling serde_json v1.0.120 |
337 | 2024-07-25T05:09:02.678Z | Checking itoa v1.0.11 |
338 | 2024-07-25T05:09:02.746Z | Checking once_cell v1.19.0 |
339 | 2024-07-25T05:09:02.839Z | Compiling thiserror v1.0.63 |
340 | 2024-07-25T05:09:02.991Z | Compiling memchr v2.7.4 |
341 | 2024-07-25T05:09:03.062Z | Compiling cc v1.1.6 |
342 | 2024-07-25T05:09:03.155Z | Compiling ahash v0.8.11 |
343 | 2024-07-25T05:09:03.485Z | Checking byteorder v1.5.0 |
344 | 2024-07-25T05:09:03.562Z | Compiling num-traits v0.2.19 |
345 | 2024-07-25T05:09:03.755Z | Checking getrandom v0.2.15 |
346 | 2024-07-25T05:09:03.786Z | Compiling quote v1.0.36 |
347 | 2024-07-25T05:09:03.818Z | Checking pin-project-lite v0.2.14 |
348 | 2024-07-25T05:09:03.934Z | Checking ryu v1.0.18 |
349 | 2024-07-25T05:09:03.958Z | Checking log v0.4.22 |
350 | 2024-07-25T05:09:04.125Z | Compiling syn v2.0.72 |
351 | 2024-07-25T05:09:04.157Z | Checking bytes v1.6.1 |
352 | 2024-07-25T05:09:04.230Z | Checking allocator-api2 v0.2.18 |
353 | 2024-07-25T05:09:04.303Z | Compiling lock_api v0.4.12 |
354 | 2024-07-25T05:09:04.335Z | Compiling schemars v0.8.21 |
355 | 2024-07-25T05:09:04.435Z | Compiling parking_lot_core v0.9.10 |
356 | 2024-07-25T05:09:04.484Z | Checking futures-core v0.3.30 |
357 | 2024-07-25T05:09:04.641Z | Checking smallvec v1.13.2 |
358 | 2024-07-25T05:09:04.667Z | Checking scopeguard v1.2.0 |
359 | 2024-07-25T05:09:04.691Z | Checking mio v1.0.1 |
360 | 2024-07-25T05:09:04.758Z | Checking signal-hook-registry v1.4.2 |
361 | 2024-07-25T05:09:04.782Z | Checking socket2 v0.5.7 |
362 | 2024-07-25T05:09:04.826Z | Compiling slab v0.4.9 |
363 | 2024-07-25T05:09:05.029Z | Checking spin v0.9.8 |
364 | 2024-07-25T05:09:05.110Z | Checking futures-sink v0.3.30 |
365 | 2024-07-25T05:09:05.175Z | Checking untrusted v0.9.0 |
366 | 2024-07-25T05:09:05.199Z | Checking equivalent v1.0.1 |
367 | 2024-07-25T05:09:05.229Z | Checking fnv v1.0.7 |
368 | 2024-07-25T05:09:05.272Z | Checking parking_lot v0.12.3 |
369 | 2024-07-25T05:09:05.333Z | Checking futures-channel v0.3.30 |
370 | 2024-07-25T05:09:05.409Z | Checking futures-io v0.3.30 |
371 | 2024-07-25T05:09:05.433Z | Compiling vcpkg v0.2.15 |
372 | 2024-07-25T05:09:05.547Z | Compiling semver v1.0.23 |
373 | 2024-07-25T05:09:05.631Z | Compiling pkg-config v0.3.30 |
374 | 2024-07-25T05:09:05.703Z | Checking futures-task v0.3.30 |
375 | 2024-07-25T05:09:05.727Z | Compiling ring v0.17.8 |
376 | 2024-07-25T05:09:05.784Z | Checking pin-utils v0.1.0 |
377 | 2024-07-25T05:09:05.860Z | Compiling heck v0.5.0 |
378 | 2024-07-25T05:09:06.155Z | Compiling ucd-trie v0.1.6 |
379 | 2024-07-25T05:09:06.205Z | Checking iana-time-zone v0.1.60 |
380 | 2024-07-25T05:09:06.313Z | Checking http v0.2.12 |
381 | 2024-07-25T05:09:06.586Z | Compiling httparse v1.9.4 |
382 | 2024-07-25T05:09:06.831Z | Checking dyn-clone v1.0.17 |
383 | 2024-07-25T05:09:07.023Z | Compiling openssl-sys v0.9.103 |
384 | 2024-07-25T05:09:07.186Z | Checking tracing-core v0.1.32 |
385 | 2024-07-25T05:09:07.363Z | Compiling uuid v1.10.0 |
386 | 2024-07-25T05:09:07.754Z | Compiling chrono v0.4.38 |
387 | 2024-07-25T05:09:07.780Z | Checking tracing v0.1.40 |
388 | 2024-07-25T05:09:07.820Z | Checking foreign-types-shared v0.1.1 |
389 | 2024-07-25T05:09:07.846Z | Checking try-lock v0.2.5 |
390 | 2024-07-25T05:09:07.901Z | Compiling slog v2.7.0 |
391 | 2024-07-25T05:09:07.925Z | Compiling openssl v0.10.66 |
392 | 2024-07-25T05:09:07.949Z | Checking want v0.3.1 |
393 | 2024-07-25T05:09:08.028Z | Checking foreign-types v0.3.2 |
394 | 2024-07-25T05:09:08.208Z | Checking http-body v0.4.6 |
395 | 2024-07-25T05:09:08.307Z | Compiling aho-corasick v1.1.3 |
396 | 2024-07-25T05:09:08.387Z | Checking httpdate v1.0.3 |
397 | 2024-07-25T05:09:08.518Z | Compiling native-tls v0.2.12 |
398 | 2024-07-25T05:09:08.564Z | Checking tower-service v0.3.2 |
399 | 2024-07-25T05:09:08.665Z | Checking tinyvec_macros v0.1.1 |
400 | 2024-07-25T05:09:08.731Z | Compiling typenum v1.17.0 |
401 | 2024-07-25T05:09:08.831Z | Compiling regex-syntax v0.8.4 |
402 | 2024-07-25T05:09:09.186Z | Compiling rustls v0.21.12 |
403 | 2024-07-25T05:09:09.475Z | Checking percent-encoding v2.3.1 |
404 | 2024-07-25T05:09:09.505Z | Checking bitflags v2.6.0 |
405 | 2024-07-25T05:09:09.661Z | Checking form_urlencoded v1.2.1 |
406 | 2024-07-25T05:09:09.687Z | Checking tinyvec v1.8.0 |
407 | 2024-07-25T05:09:09.871Z | Compiling generic-array v0.14.7 |
408 | 2024-07-25T05:09:10.135Z | Compiling serde_derive_internals v0.29.1 |
409 | 2024-07-25T05:09:10.264Z | Checking openssl-probe v0.1.5 |
410 | 2024-07-25T05:09:10.844Z | Checking unicode-normalization v0.1.23 |
411 | 2024-07-25T05:09:10.926Z | Checking rustls-webpki v0.101.7 |
412 | 2024-07-25T05:09:11.412Z | Checking sct v0.7.1 |
413 | 2024-07-25T05:09:12.010Z | Compiling regex-automata v0.4.7 |
414 | 2024-07-25T05:09:12.095Z | Compiling usdt-impl v0.5.0 |
415 | 2024-07-25T05:09:12.120Z | Checking encoding_rs v0.8.34 |
416 | 2024-07-25T05:09:12.371Z | Compiling num-conv v0.1.0 |
417 | 2024-07-25T05:09:12.595Z | Checking unicode-bidi v0.3.15 |
418 | 2024-07-25T05:09:12.747Z | Compiling time-core v0.1.2 |
419 | 2024-07-25T05:09:12.881Z | Checking mime v0.3.17 |
420 | 2024-07-25T05:09:13.044Z | Checking powerfmt v0.2.0 |
421 | 2024-07-25T05:09:13.119Z | Checking idna v0.5.0 |
422 | 2024-07-25T05:09:13.251Z | Checking deranged v0.3.11 |
423 | 2024-07-25T05:09:13.619Z | Compiling time-macros v0.2.18 |
424 | 2024-07-25T05:09:13.797Z | Compiling thread-id v4.2.2 |
425 | 2024-07-25T05:09:14.008Z | Compiling ident_case v1.0.1 |
426 | 2024-07-25T05:09:14.140Z | Compiling strsim v0.11.1 |
427 | 2024-07-25T05:09:14.584Z | Compiling serde_derive v1.0.204 |
428 | 2024-07-25T05:09:14.624Z | Compiling zerocopy-derive v0.7.35 |
429 | 2024-07-25T05:09:14.657Z | Compiling thiserror-impl v1.0.63 |
430 | 2024-07-25T05:09:14.697Z | Compiling schemars_derive v0.8.21 |
431 | 2024-07-25T05:09:14.792Z | Compiling tokio-macros v2.4.0 |
432 | 2024-07-25T05:09:14.845Z | Compiling futures-macro v0.3.30 |
433 | 2024-07-25T05:09:16.010Z | Compiling openssl-macros v0.1.1 |
434 | 2024-07-25T05:09:16.117Z | Checking tokio v1.39.1 |
435 | 2024-07-25T05:09:16.333Z | Checking zerocopy v0.7.35 |
436 | 2024-07-25T05:09:16.659Z | Checking futures-util v0.3.30 |
437 | 2024-07-25T05:09:17.066Z | Compiling pest v2.7.11 |
438 | 2024-07-25T05:09:17.758Z | Checking hashbrown v0.14.5 |
439 | 2024-07-25T05:09:18.353Z | Compiling regex v1.10.5 |
440 | 2024-07-25T05:09:18.653Z | Compiling scroll_derive v0.12.0 |
441 | 2024-07-25T05:09:19.090Z | Compiling pest_meta v2.7.11 |
442 | 2024-07-25T05:09:19.131Z | Compiling regress v0.10.0 |
443 | 2024-07-25T05:09:19.801Z | Checking scroll v0.12.0 |
444 | 2024-07-25T05:09:20.166Z | Compiling pest_generator v2.7.11 |
445 | 2024-07-25T05:09:21.650Z | Checking tokio-util v0.7.11 |
446 | 2024-07-25T05:09:21.675Z | Checking tokio-native-tls v0.3.1 |
447 | 2024-07-25T05:09:21.787Z | Checking tokio-rustls v0.24.1 |
448 | 2024-07-25T05:09:21.873Z | Checking num_threads v0.1.7 |
449 | 2024-07-25T05:09:21.958Z | Checking plain v0.2.3 |
450 | 2024-07-25T05:09:22.061Z | Checking rustls-pki-types v1.7.0 |
451 | 2024-07-25T05:09:22.396Z | Compiling crossbeam-utils v0.8.20 |
452 | 2024-07-25T05:09:22.421Z | Checking base64 v0.21.7 |
453 | 2024-07-25T05:09:22.453Z | Checking time v0.3.36 |
454 | 2024-07-25T05:09:22.529Z | Compiling pest_derive v2.7.11 |
455 | 2024-07-25T05:09:22.780Z | Checking rustls-pemfile v1.0.4 |
456 | 2024-07-25T05:09:22.868Z | Checking goblin v0.8.2 |
457 | 2024-07-25T05:09:23.252Z | Compiling dtrace-parser v0.2.0 |
458 | 2024-07-25T05:09:23.879Z | Compiling darling_core v0.20.10 |
459 | 2024-07-25T05:09:24.235Z | Checking indexmap v2.2.6 |
460 | 2024-07-25T05:09:24.742Z | Checking serde_urlencoded v0.7.1 |
461 | 2024-07-25T05:09:25.349Z | Compiling serde_tokenstream v0.2.1 |
462 | 2024-07-25T05:09:25.429Z | Checking h2 v0.3.26 |
463 | 2024-07-25T05:09:25.750Z | Checking openapiv3 v2.0.0 |
464 | 2024-07-25T05:09:25.980Z | Checking url v2.5.2 |
465 | 2024-07-25T05:09:26.671Z | Compiling dof v0.3.0 |
466 | 2024-07-25T05:09:27.388Z | Checking dirs-sys-next v0.1.2 |
467 | 2024-07-25T05:09:27.504Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
468 | 2024-07-25T05:09:27.809Z | Compiling rustversion v1.0.17 |
469 | 2024-07-25T05:09:28.309Z | Checking ipnet v2.9.0 |
470 | 2024-07-25T05:09:28.384Z | Checking sync_wrapper v0.1.2 |
471 | 2024-07-25T05:09:28.478Z | Compiling omicron-workspace-hack v0.1.0 |
472 | 2024-07-25T05:09:28.550Z | Checking hyper v0.14.30 |
473 | 2024-07-25T05:09:28.687Z | Checking webpki-roots v0.25.4 |
474 | 2024-07-25T05:09:28.716Z | Compiling paste v1.0.15 |
475 | 2024-07-25T05:09:28.790Z | Compiling rustls v0.22.4 |
476 | 2024-07-25T05:09:28.815Z | Checking pretty-hex v0.4.1 |
477 | 2024-07-25T05:09:28.949Z | Compiling unsafe-libyaml v0.2.11 |
478 | 2024-07-25T05:09:29.163Z | Compiling darling_macro v0.20.10 |
479 | 2024-07-25T05:09:29.314Z | Checking dirs-next v2.0.0 |
480 | 2024-07-25T05:09:29.432Z | Checking serde_spanned v0.6.6 |
481 | 2024-07-25T05:09:29.540Z | Checking toml_datetime v0.6.6 |
482 | 2024-07-25T05:09:29.752Z | Checking rustls-webpki v0.102.6 |
483 | 2024-07-25T05:09:29.788Z | Checking crypto-common v0.1.6 |
484 | 2024-07-25T05:09:29.914Z | Compiling serde_yaml v0.9.34+deprecated |
485 | 2024-07-25T05:09:30.035Z | Checking block-buffer v0.10.4 |
486 | 2024-07-25T05:09:30.059Z | Compiling structmeta-derive v0.3.0 |
487 | 2024-07-25T05:09:30.145Z | Checking rand_core v0.6.4 |
488 | 2024-07-25T05:09:30.279Z | Compiling multer v3.1.0 |
489 | 2024-07-25T05:09:30.329Z | Checking thread_local v1.1.8 |
490 | 2024-07-25T05:09:30.384Z | Checking match_cfg v0.1.0 |
491 | 2024-07-25T05:09:30.415Z | Compiling slog-async v2.8.0 |
492 | 2024-07-25T05:09:30.459Z | Compiling camino v1.1.7 |
493 | 2024-07-25T05:09:30.537Z | Checking subtle v2.6.1 |
494 | 2024-07-25T05:09:30.562Z | Checking ppv-lite86 v0.2.17 |
495 | 2024-07-25T05:09:30.714Z | Checking winnow v0.6.15 |
496 | 2024-07-25T05:09:30.779Z | Checking zeroize v1.8.1 |
497 | 2024-07-25T05:09:30.920Z | Compiling anyhow v1.0.86 |
498 | 2024-07-25T05:09:31.118Z | Checking rand_chacha v0.3.1 |
499 | 2024-07-25T05:09:31.528Z | Checking hostname v0.3.1 |
500 | 2024-07-25T05:09:31.632Z | Checking digest v0.10.7 |
501 | 2024-07-25T05:09:31.881Z | Checking crossbeam-channel v0.5.13 |
502 | 2024-07-25T05:09:31.959Z | Compiling darling v0.20.10 |
503 | 2024-07-25T05:09:32.052Z | Checking term v0.7.0 |
504 | 2024-07-25T05:09:32.125Z | Checking hyper-rustls v0.24.2 |
505 | 2024-07-25T05:09:32.238Z | Checking hyper-tls v0.5.0 |
506 | 2024-07-25T05:09:32.352Z | Compiling structmeta v0.3.0 |
507 | 2024-07-25T05:09:32.477Z | Checking reqwest v0.11.27 |
508 | 2024-07-25T05:09:32.689Z | Compiling usdt-macro v0.5.0 |
509 | 2024-07-25T05:09:33.004Z | Compiling usdt-attr-macro v0.5.0 |
510 | 2024-07-25T05:09:33.027Z | Checking toml_edit v0.22.16 |
511 | 2024-07-25T05:09:33.360Z | Checking slog-json v2.6.1 |
512 | 2024-07-25T05:09:33.505Z | Checking futures-executor v0.3.30 |
513 | 2024-07-25T05:09:33.530Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
514 | 2024-07-25T05:09:33.571Z | Compiling async-stream-impl v0.3.5 |
515 | 2024-07-25T05:09:33.694Z | Checking http v1.1.0 |
516 | 2024-07-25T05:09:33.766Z | Checking memmap v0.7.0 |
517 | 2024-07-25T05:09:33.789Z | Checking is-terminal v0.4.12 |
518 | 2024-07-25T05:09:33.867Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
519 | 2024-07-25T05:09:33.891Z | Checking atomic-waker v1.1.2 |
520 | 2024-07-25T05:09:33.929Z | Checking base64 v0.22.1 |
521 | 2024-07-25T05:09:33.975Z | Checking take_mut v0.2.2 |
522 | 2024-07-25T05:09:34.089Z | Checking cpufeatures v0.2.12 |
523 | 2024-07-25T05:09:34.164Z | Checking sha1 v0.10.6 |
524 | 2024-07-25T05:09:34.210Z | Checking usdt v0.5.0 |
525 | 2024-07-25T05:09:34.331Z | Checking rustls-pemfile v2.1.2 |
526 | 2024-07-25T05:09:34.370Z | Checking waitgroup v0.1.2 |
527 | 2024-07-25T05:09:34.409Z | Checking slog-term v2.9.1 |
528 | 2024-07-25T05:09:34.434Z | Checking tokio-rustls v0.25.0 |
529 | 2024-07-25T05:09:34.484Z | Checking futures v0.3.30 |
530 | 2024-07-25T05:09:34.526Z | Checking slog-bunyan v2.5.0 |
531 | 2024-07-25T05:09:34.568Z | Compiling strum_macros v0.26.4 |
532 | 2024-07-25T05:09:34.654Z | Compiling parse-display-derive v0.9.1 |
533 | 2024-07-25T05:09:34.678Z | Checking async-stream v0.3.5 |
534 | 2024-07-25T05:09:34.702Z | Compiling serde_with_macros v3.9.0 |
535 | 2024-07-25T05:09:35.105Z | Checking toml v0.8.15 |
536 | 2024-07-25T05:09:35.149Z | Checking rand v0.8.5 |
537 | 2024-07-25T05:09:35.240Z | Checking ipnetwork v0.20.0 |
538 | 2024-07-25T05:09:35.294Z | Checking newtype-uuid v1.1.0 |
539 | 2024-07-25T05:09:35.484Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
540 | 2024-07-25T05:09:35.546Z | Checking serde_path_to_error v0.1.16 |
541 | 2024-07-25T05:09:35.736Z | Checking hex v0.4.3 |
542 | 2024-07-25T05:09:36.043Z | Compiling async-trait v0.1.81 |
543 | 2024-07-25T05:09:36.131Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
544 | 2024-07-25T05:09:36.155Z | Checking hostname v0.4.0 |
545 | 2024-07-25T05:09:36.254Z | Checking instant v0.1.13 |
546 | 2024-07-25T05:09:36.338Z | Checking debug-ignore v1.0.5 |
547 | 2024-07-25T05:09:36.446Z | Checking backoff v0.4.0 |
548 | 2024-07-25T05:09:36.666Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
549 | 2024-07-25T05:09:36.766Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
550 | 2024-07-25T05:09:36.789Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
551 | 2024-07-25T05:09:36.877Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
552 | 2024-07-25T05:09:37.015Z | Checking serde_with v3.9.0 |
553 | 2024-07-25T05:09:37.065Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
554 | 2024-07-25T05:09:37.149Z | Checking macaddr v1.0.1 |
555 | 2024-07-25T05:09:37.405Z | Checking regress v0.9.1 |
556 | 2024-07-25T05:09:38.062Z | Checking parse-display v0.9.1 |
557 | 2024-07-25T05:09:38.417Z | Checking strum v0.26.3 |
558 | 2024-07-25T05:09:39.045Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
559 | 2024-07-25T05:09:41.347Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
560 | 2024-07-25T05:09:41.423Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
561 | 2024-07-25T05:09:44.738Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
562 | 2024-07-25T05:09:52.925Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
563 | 2024-07-25T05:09:53.054Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
564 | 2024-07-25T05:09:56.337Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
565 | 2024-07-25T05:10:04.019Z | Checking test-project v0.1.0 (/tmp/test-project) |
566 | 2024-07-25T05:10:04.091Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
567 | 2024-07-25T05:10:04.148Z | + cargo build --release |
568 | 2024-07-25T05:10:04.466Z | Compiling proc-macro2 v1.0.86 |
569 | 2024-07-25T05:10:04.466Z | Compiling unicode-ident v1.0.12 |
570 | 2024-07-25T05:10:04.466Z | Compiling libc v0.2.155 |
571 | 2024-07-25T05:10:04.490Z | Compiling cfg-if v1.0.0 |
572 | 2024-07-25T05:10:04.490Z | Compiling version_check v0.9.4 |
573 | 2024-07-25T05:10:04.490Z | Compiling autocfg v1.3.0 |
574 | 2024-07-25T05:10:04.490Z | Compiling serde v1.0.204 |
575 | 2024-07-25T05:10:04.490Z | Compiling serde_json v1.0.120 |
576 | 2024-07-25T05:10:04.573Z | Compiling itoa v1.0.11 |
577 | 2024-07-25T05:10:04.630Z | Compiling thiserror v1.0.63 |
578 | 2024-07-25T05:10:04.757Z | Compiling once_cell v1.19.0 |
579 | 2024-07-25T05:10:04.804Z | Compiling memchr v2.7.4 |
580 | 2024-07-25T05:10:04.978Z | Compiling cc v1.1.6 |
581 | 2024-07-25T05:10:05.064Z | Compiling ahash v0.8.11 |
582 | 2024-07-25T05:10:05.366Z | Compiling byteorder v1.5.0 |
583 | 2024-07-25T05:10:05.401Z | Compiling num-traits v0.2.19 |
584 | 2024-07-25T05:10:05.618Z | Compiling getrandom v0.2.15 |
585 | 2024-07-25T05:10:05.676Z | Compiling quote v1.0.36 |
586 | 2024-07-25T05:10:05.819Z | Compiling pin-project-lite v0.2.14 |
587 | 2024-07-25T05:10:05.921Z | Compiling ryu v1.0.18 |
588 | 2024-07-25T05:10:05.985Z | Compiling syn v2.0.72 |
589 | 2024-07-25T05:10:06.142Z | Compiling bytes v1.6.1 |
590 | 2024-07-25T05:10:06.176Z | Compiling log v0.4.22 |
591 | 2024-07-25T05:10:06.203Z | Compiling schemars v0.8.21 |
592 | 2024-07-25T05:10:06.317Z | Compiling allocator-api2 v0.2.18 |
593 | 2024-07-25T05:10:06.511Z | Compiling lock_api v0.4.12 |
594 | 2024-07-25T05:10:06.571Z | Compiling parking_lot_core v0.9.10 |
595 | 2024-07-25T05:10:06.598Z | Compiling futures-core v0.3.30 |
596 | 2024-07-25T05:10:06.801Z | Compiling scopeguard v1.2.0 |
597 | 2024-07-25T05:10:06.895Z | Compiling smallvec v1.13.2 |
598 | 2024-07-25T05:10:06.945Z | Compiling mio v1.0.1 |
599 | 2024-07-25T05:10:07.036Z | Compiling socket2 v0.5.7 |
600 | 2024-07-25T05:10:07.303Z | Compiling signal-hook-registry v1.4.2 |
601 | 2024-07-25T05:10:07.379Z | Compiling slab v0.4.9 |
602 | 2024-07-25T05:10:07.458Z | Compiling ring v0.17.8 |
603 | 2024-07-25T05:10:07.655Z | Compiling parking_lot v0.12.3 |
604 | 2024-07-25T05:10:07.680Z | Compiling spin v0.9.8 |
605 | 2024-07-25T05:10:07.947Z | Compiling futures-sink v0.3.30 |
606 | 2024-07-25T05:10:08.083Z | Compiling equivalent v1.0.1 |
607 | 2024-07-25T05:10:08.198Z | Compiling fnv v1.0.7 |
608 | 2024-07-25T05:10:08.308Z | Compiling untrusted v0.9.0 |
609 | 2024-07-25T05:10:08.349Z | Compiling semver v1.0.23 |
610 | 2024-07-25T05:10:08.468Z | Compiling futures-channel v0.3.30 |
611 | 2024-07-25T05:10:08.714Z | Compiling futures-task v0.3.30 |
612 | 2024-07-25T05:10:08.760Z | Compiling pin-utils v0.1.0 |
613 | 2024-07-25T05:10:08.810Z | Compiling futures-io v0.3.30 |
614 | 2024-07-25T05:10:08.835Z | Compiling heck v0.5.0 |
615 | 2024-07-25T05:10:08.860Z | Compiling vcpkg v0.2.15 |
616 | 2024-07-25T05:10:08.885Z | Compiling pkg-config v0.3.30 |
617 | 2024-07-25T05:10:09.274Z | Compiling iana-time-zone v0.1.60 |
618 | 2024-07-25T05:10:09.299Z | Compiling ucd-trie v0.1.6 |
619 | 2024-07-25T05:10:09.713Z | Compiling http v0.2.12 |
620 | 2024-07-25T05:10:10.006Z | Compiling dyn-clone v1.0.17 |
621 | 2024-07-25T05:10:10.040Z | Compiling httparse v1.9.4 |
622 | 2024-07-25T05:10:10.226Z | Compiling openssl-sys v0.9.103 |
623 | 2024-07-25T05:10:10.702Z | Compiling chrono v0.4.38 |
624 | 2024-07-25T05:10:10.741Z | Compiling tracing-core v0.1.32 |
625 | 2024-07-25T05:10:11.044Z | Compiling uuid v1.10.0 |
626 | 2024-07-25T05:10:11.493Z | Compiling serde_derive_internals v0.29.1 |
627 | 2024-07-25T05:10:12.221Z | Compiling tracing v0.1.40 |
628 | 2024-07-25T05:10:12.787Z | Compiling openssl v0.10.66 |
629 | 2024-07-25T05:10:13.149Z | Compiling slog v2.7.0 |
630 | 2024-07-25T05:10:13.174Z | Compiling foreign-types-shared v0.1.1 |
631 | 2024-07-25T05:10:13.251Z | Compiling try-lock v0.2.5 |
632 | 2024-07-25T05:10:13.340Z | Compiling want v0.3.1 |
633 | 2024-07-25T05:10:13.379Z | Compiling foreign-types v0.3.2 |
634 | 2024-07-25T05:10:13.533Z | Compiling http-body v0.4.6 |
635 | 2024-07-25T05:10:13.594Z | Compiling aho-corasick v1.1.3 |
636 | 2024-07-25T05:10:13.623Z | Compiling bitflags v2.6.0 |
637 | 2024-07-25T05:10:13.915Z | Compiling typenum v1.17.0 |
638 | 2024-07-25T05:10:13.948Z | Compiling tinyvec_macros v0.1.1 |
639 | 2024-07-25T05:10:14.022Z | Compiling native-tls v0.2.12 |
640 | 2024-07-25T05:10:14.309Z | Compiling rustls v0.21.12 |
641 | 2024-07-25T05:10:14.380Z | Compiling regex-syntax v0.8.4 |
642 | 2024-07-25T05:10:14.567Z | Compiling percent-encoding v2.3.1 |
643 | 2024-07-25T05:10:14.670Z | Compiling httpdate v1.0.3 |
644 | 2024-07-25T05:10:14.715Z | Compiling tower-service v0.3.2 |
645 | 2024-07-25T05:10:14.813Z | Compiling form_urlencoded v1.2.1 |
646 | 2024-07-25T05:10:15.039Z | Compiling tinyvec v1.8.0 |
647 | 2024-07-25T05:10:15.284Z | Compiling generic-array v0.14.7 |
648 | 2024-07-25T05:10:15.737Z | Compiling openssl-probe v0.1.5 |
649 | 2024-07-25T05:10:15.968Z | Compiling serde_derive v1.0.204 |
650 | 2024-07-25T05:10:16.203Z | Compiling zerocopy-derive v0.7.35 |
651 | 2024-07-25T05:10:16.254Z | Compiling thiserror-impl v1.0.63 |
652 | 2024-07-25T05:10:16.477Z | Compiling schemars_derive v0.8.21 |
653 | 2024-07-25T05:10:17.190Z | Compiling tokio-macros v2.4.0 |
654 | 2024-07-25T05:10:18.046Z | Compiling zerocopy v0.7.35 |
655 | 2024-07-25T05:10:18.847Z | Compiling tokio v1.39.1 |
656 | 2024-07-25T05:10:18.992Z | Compiling futures-macro v0.3.30 |
657 | 2024-07-25T05:10:19.119Z | Compiling pest v2.7.11 |
658 | 2024-07-25T05:10:19.837Z | Compiling hashbrown v0.14.5 |
659 | 2024-07-25T05:10:20.567Z | Compiling futures-util v0.3.30 |
660 | 2024-07-25T05:10:21.244Z | Compiling pest_meta v2.7.11 |
661 | 2024-07-25T05:10:21.372Z | Compiling regress v0.10.0 |
662 | 2024-07-25T05:10:21.397Z | Compiling openssl-macros v0.1.1 |
663 | 2024-07-25T05:10:24.607Z | Compiling pest_generator v2.7.11 |
664 | 2024-07-25T05:10:25.091Z | Compiling sct v0.7.1 |
665 | 2024-07-25T05:10:25.480Z | Compiling rustls-webpki v0.101.7 |
666 | 2024-07-25T05:10:26.047Z | Compiling tokio-util v0.7.11 |
667 | 2024-07-25T05:10:26.373Z | Compiling pest_derive v2.7.11 |
668 | 2024-07-25T05:10:27.329Z | Compiling indexmap v2.2.6 |
669 | 2024-07-25T05:10:27.952Z | Compiling serde_tokenstream v0.2.1 |
670 | 2024-07-25T05:10:29.725Z | Compiling h2 v0.3.26 |
671 | 2024-07-25T05:10:29.795Z | Compiling regex-automata v0.4.7 |
672 | 2024-07-25T05:10:32.381Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
673 | 2024-07-25T05:10:34.101Z | Compiling hyper v0.14.30 |
674 | 2024-07-25T05:10:35.262Z | Compiling regex v1.10.5 |
675 | 2024-07-25T05:10:37.390Z | Compiling unicode-normalization v0.1.23 |
676 | 2024-07-25T05:10:38.369Z | Compiling scroll_derive v0.12.0 |
677 | 2024-07-25T05:10:41.550Z | Compiling usdt-impl v0.5.0 |
678 | 2024-07-25T05:10:41.887Z | Compiling encoding_rs v0.8.34 |
679 | 2024-07-25T05:10:42.439Z | Compiling time-core v0.1.2 |
680 | 2024-07-25T05:10:42.591Z | Compiling unicode-bidi v0.3.15 |
681 | 2024-07-25T05:10:42.657Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
682 | 2024-07-25T05:10:43.359Z | Compiling num-conv v0.1.0 |
683 | 2024-07-25T05:10:43.601Z | Compiling powerfmt v0.2.0 |
684 | 2024-07-25T05:10:44.010Z | Compiling mime v0.3.17 |
685 | 2024-07-25T05:10:45.206Z | Compiling deranged v0.3.11 |
686 | 2024-07-25T05:10:46.016Z | Compiling time-macros v0.2.18 |
687 | 2024-07-25T05:10:46.881Z | Compiling idna v0.5.0 |
688 | 2024-07-25T05:10:50.098Z | Compiling tokio-rustls v0.24.1 |
689 | 2024-07-25T05:10:50.274Z | Compiling thread-id v4.2.2 |
690 | 2024-07-25T05:10:50.361Z | Compiling scroll v0.12.0 |
691 | 2024-07-25T05:10:50.445Z | Compiling tokio-native-tls v0.3.1 |
692 | 2024-07-25T05:10:50.677Z | Compiling dof v0.3.0 |
693 | 2024-07-25T05:10:50.719Z | Compiling dtrace-parser v0.2.0 |
694 | 2024-07-25T05:10:50.895Z | Compiling serde_urlencoded v0.7.1 |
695 | 2024-07-25T05:10:52.413Z | Compiling base64 v0.21.7 |
696 | 2024-07-25T05:10:53.189Z | Compiling ident_case v1.0.1 |
697 | 2024-07-25T05:10:53.259Z | Compiling num_threads v0.1.7 |
698 | 2024-07-25T05:10:53.331Z | Compiling crossbeam-utils v0.8.20 |
699 | 2024-07-25T05:10:53.359Z | Compiling plain v0.2.3 |
700 | 2024-07-25T05:10:53.491Z | Compiling strsim v0.11.1 |
701 | 2024-07-25T05:10:53.806Z | Compiling omicron-workspace-hack v0.1.0 |
702 | 2024-07-25T05:10:54.117Z | Compiling rustls-pki-types v1.7.0 |
703 | 2024-07-25T05:10:54.426Z | Compiling time v0.3.36 |
704 | 2024-07-25T05:10:57.099Z | Compiling darling_core v0.20.10 |
705 | 2024-07-25T05:10:58.459Z | Compiling goblin v0.8.2 |
706 | 2024-07-25T05:10:58.744Z | Compiling rustls-pemfile v1.0.4 |
707 | 2024-07-25T05:11:01.970Z | Compiling hyper-tls v0.5.0 |
708 | 2024-07-25T05:11:02.298Z | Compiling hyper-rustls v0.24.2 |
709 | 2024-07-25T05:11:02.358Z | Compiling url v2.5.2 |
710 | 2024-07-25T05:11:02.639Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
711 | 2024-07-25T05:11:02.746Z | Compiling openapiv3 v2.0.0 |
712 | 2024-07-25T05:11:04.058Z | Compiling dirs-sys-next v0.1.2 |
713 | 2024-07-25T05:11:04.540Z | Compiling paste v1.0.15 |
714 | 2024-07-25T05:11:04.936Z | Compiling sync_wrapper v0.1.2 |
715 | 2024-07-25T05:11:05.001Z | Compiling rustversion v1.0.17 |
716 | 2024-07-25T05:11:05.039Z | Compiling rustls v0.22.4 |
717 | 2024-07-25T05:11:05.293Z | Compiling ipnet v2.9.0 |
718 | 2024-07-25T05:11:05.544Z | Compiling pretty-hex v0.4.1 |
719 | 2024-07-25T05:11:05.723Z | Compiling webpki-roots v0.25.4 |
720 | 2024-07-25T05:11:05.851Z | Compiling unsafe-libyaml v0.2.11 |
721 | 2024-07-25T05:11:06.066Z | Compiling reqwest v0.11.27 |
722 | 2024-07-25T05:11:06.920Z | Compiling serde_yaml v0.9.34+deprecated |
723 | 2024-07-25T05:11:07.166Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
724 | 2024-07-25T05:11:08.653Z | Compiling dirs-next v2.0.0 |
725 | 2024-07-25T05:11:08.871Z | Compiling darling_macro v0.20.10 |
726 | 2024-07-25T05:11:11.601Z | Compiling rustls-webpki v0.102.6 |
727 | 2024-07-25T05:11:12.583Z | Compiling block-buffer v0.10.4 |
728 | 2024-07-25T05:11:12.776Z | Compiling crypto-common v0.1.6 |
729 | 2024-07-25T05:11:12.821Z | Compiling toml_datetime v0.6.6 |
730 | 2024-07-25T05:11:12.947Z | Compiling serde_spanned v0.6.6 |
731 | 2024-07-25T05:11:13.077Z | Compiling structmeta-derive v0.3.0 |
732 | 2024-07-25T05:11:13.160Z | Compiling rand_core v0.6.4 |
733 | 2024-07-25T05:11:13.495Z | Compiling multer v3.1.0 |
734 | 2024-07-25T05:11:13.562Z | Compiling thread_local v1.1.8 |
735 | 2024-07-25T05:11:13.789Z | Compiling winnow v0.6.15 |
736 | 2024-07-25T05:11:14.243Z | Compiling anyhow v1.0.86 |
737 | 2024-07-25T05:11:14.704Z | Compiling subtle v2.6.1 |
738 | 2024-07-25T05:11:14.773Z | Compiling slog-async v2.8.0 |
739 | 2024-07-25T05:11:14.953Z | Compiling ppv-lite86 v0.2.17 |
740 | 2024-07-25T05:11:15.215Z | Compiling match_cfg v0.1.0 |
741 | 2024-07-25T05:11:15.271Z | Compiling zeroize v1.8.1 |
742 | 2024-07-25T05:11:15.301Z | Compiling camino v1.1.7 |
743 | 2024-07-25T05:11:15.329Z | Compiling structmeta v0.3.0 |
744 | 2024-07-25T05:11:15.646Z | Compiling rand_chacha v0.3.1 |
745 | 2024-07-25T05:11:15.672Z | Compiling hostname v0.3.1 |
746 | 2024-07-25T05:11:16.012Z | Compiling digest v0.10.7 |
747 | 2024-07-25T05:11:16.347Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
748 | 2024-07-25T05:11:16.965Z | Compiling toml_edit v0.22.16 |
749 | 2024-07-25T05:11:17.306Z | Compiling crossbeam-channel v0.5.13 |
750 | 2024-07-25T05:11:18.719Z | Compiling darling v0.20.10 |
751 | 2024-07-25T05:11:18.803Z | Compiling term v0.7.0 |
752 | 2024-07-25T05:11:24.759Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
753 | 2024-07-25T05:11:25.059Z | Compiling usdt-macro v0.5.0 |
754 | 2024-07-25T05:11:26.163Z | Compiling usdt-attr-macro v0.5.0 |
755 | 2024-07-25T05:11:26.282Z | Compiling slog-json v2.6.1 |
756 | 2024-07-25T05:11:26.720Z | Compiling futures-executor v0.3.30 |
757 | 2024-07-25T05:11:27.343Z | Compiling async-stream-impl v0.3.5 |
758 | 2024-07-25T05:11:27.778Z | Compiling http v1.1.0 |
759 | 2024-07-25T05:11:28.378Z | Compiling memmap v0.7.0 |
760 | 2024-07-25T05:11:28.733Z | Compiling is-terminal v0.4.12 |
761 | 2024-07-25T05:11:28.842Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
762 | 2024-07-25T05:11:29.031Z | Compiling cpufeatures v0.2.12 |
763 | 2024-07-25T05:11:29.113Z | Compiling base64 v0.22.1 |
764 | 2024-07-25T05:11:29.138Z | Compiling take_mut v0.2.2 |
765 | 2024-07-25T05:11:29.249Z | Compiling atomic-waker v1.1.2 |
766 | 2024-07-25T05:11:29.402Z | Compiling waitgroup v0.1.2 |
767 | 2024-07-25T05:11:29.607Z | Compiling rustls-pemfile v2.1.2 |
768 | 2024-07-25T05:11:31.591Z | Compiling sha1 v0.10.6 |
769 | 2024-07-25T05:11:32.148Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
770 | 2024-07-25T05:11:32.302Z | Compiling slog-term v2.9.1 |
771 | 2024-07-25T05:11:32.582Z | Compiling usdt v0.5.0 |
772 | 2024-07-25T05:11:32.931Z | Compiling async-stream v0.3.5 |
773 | 2024-07-25T05:11:33.254Z | Compiling futures v0.3.30 |
774 | 2024-07-25T05:11:33.421Z | Compiling slog-bunyan v2.5.0 |
775 | 2024-07-25T05:11:33.629Z | Compiling strum_macros v0.26.4 |
776 | 2024-07-25T05:11:33.857Z | Compiling toml v0.8.15 |
777 | 2024-07-25T05:11:34.590Z | Compiling tokio-rustls v0.25.0 |
778 | 2024-07-25T05:11:34.924Z | Compiling serde_with_macros v3.9.0 |
779 | 2024-07-25T05:11:37.380Z | Compiling rand v0.8.5 |
780 | 2024-07-25T05:11:38.398Z | Compiling parse-display-derive v0.9.1 |
781 | 2024-07-25T05:11:38.462Z | Compiling ipnetwork v0.20.0 |
782 | 2024-07-25T05:11:38.896Z | Compiling newtype-uuid v1.1.0 |
783 | 2024-07-25T05:11:39.148Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
784 | 2024-07-25T05:11:39.877Z | Compiling hex v0.4.3 |
785 | 2024-07-25T05:11:40.433Z | Compiling serde_path_to_error v0.1.16 |
786 | 2024-07-25T05:11:41.254Z | Compiling async-trait v0.1.81 |
787 | 2024-07-25T05:11:41.699Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
788 | 2024-07-25T05:11:42.086Z | Compiling hostname v0.4.0 |
789 | 2024-07-25T05:11:42.289Z | Compiling instant v0.1.13 |
790 | 2024-07-25T05:11:42.375Z | Compiling debug-ignore v1.0.5 |
791 | 2024-07-25T05:11:42.400Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
792 | 2024-07-25T05:11:42.430Z | Compiling backoff v0.4.0 |
793 | 2024-07-25T05:11:42.499Z | Compiling parse-display v0.9.1 |
794 | 2024-07-25T05:11:42.561Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
795 | 2024-07-25T05:11:42.709Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
796 | 2024-07-25T05:11:42.735Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
797 | 2024-07-25T05:11:43.155Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
798 | 2024-07-25T05:11:43.180Z | Compiling strum v0.26.3 |
799 | 2024-07-25T05:11:43.319Z | Compiling serde_with v3.9.0 |
800 | 2024-07-25T05:11:44.125Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
801 | 2024-07-25T05:11:44.778Z | Compiling macaddr v1.0.1 |
802 | 2024-07-25T05:11:45.109Z | Compiling regress v0.9.1 |
803 | 2024-07-25T05:11:48.736Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
804 | 2024-07-25T05:11:56.889Z | Compiling test-project v0.1.0 (/tmp/test-project) |
805 | 2024-07-25T05:12:06.152Z | Finished `release` profile [optimized] target(s) in 2m 01s |
806 | 2024-07-25T05:12:06.200Z | process exited: duration 194919 ms, exit code 0 |
|
807 | 2024-07-25T05:12:06.250Z | found 0 output files |