|
|
|
1 | 2024-05-30T03:10:48.490Z | job assigned to worker 01HZ3QM10H92ADS78F1S2HB17H (queued for 37 s) |
|
2 | 2024-05-30T03:10:49.551Z | starting task 0: "setup" |
3 | 2024-05-30T03:10:49.581Z | ++ uname -s |
4 | 2024-05-30T03:10:49.582Z | + kern=SunOS |
5 | 2024-05-30T03:10:49.582Z | + case "$kern" in |
6 | 2024-05-30T03:10:49.582Z | + groupadd -g 12345 build |
7 | 2024-05-30T03:10:49.583Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-30T03:10:51.590Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-30T03:10:51.632Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-30T03:10:51.672Z | + home_fs=zfs |
11 | 2024-05-30T03:10:51.672Z | + [[ zfs == autofs ]] |
12 | 2024-05-30T03:10:51.673Z | + mkdir -p /home/build |
13 | 2024-05-30T03:10:51.673Z | + chown build:build /home/build /work |
14 | 2024-05-30T03:10:54.051Z | + chmod 0700 /home/build /work |
15 | 2024-05-30T03:10:54.082Z | process exited: duration 4092 ms, exit code 0 |
|
16 | 2024-05-30T03:10:54.557Z | starting task 1: "rust-toolchain" |
17 | 2024-05-30T03:10:54.617Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-30T03:10:54.617Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-05-30T03:10:54.617Z | info: downloading installer |
20 | 2024-05-30T03:10:55.225Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-30T03:10:55.225Z | warning: /opt/ooce/bin |
22 | 2024-05-30T03:10:55.225Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-30T03:10:55.225Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-30T03:10:55.225Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-30T03:10:55.225Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-30T03:10:55.226Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-30T03:10:55.226Z | error: cannot install while Rust is installed |
28 | 2024-05-30T03:10:55.226Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-30T03:10:55.226Z | info: profile set to 'default' |
30 | 2024-05-30T03:10:55.226Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-30T03:10:55.226Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-05-30T03:10:55.227Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-30T03:10:55.227Z | info: downloading component 'cargo' |
34 | 2024-05-30T03:10:55.227Z | info: downloading component 'clippy' |
35 | 2024-05-30T03:10:55.227Z | info: downloading component 'rust-docs' |
36 | 2024-05-30T03:10:55.268Z | info: downloading component 'rust-std' |
37 | 2024-05-30T03:10:55.960Z | info: downloading component 'rustc' |
38 | 2024-05-30T03:10:56.475Z | info: downloading component 'rustfmt' |
39 | 2024-05-30T03:10:56.528Z | info: installing component 'cargo' |
40 | 2024-05-30T03:10:57.627Z | info: installing component 'clippy' |
41 | 2024-05-30T03:10:58.086Z | info: installing component 'rust-docs' |
42 | 2024-05-30T03:11:00.590Z | info: installing component 'rust-std' |
43 | 2024-05-30T03:11:02.738Z | info: installing component 'rustc' |
44 | 2024-05-30T03:11:07.765Z | info: installing component 'rustfmt' |
45 | 2024-05-30T03:11:08.150Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-05-30T03:11:08.151Z | |
47 | 2024-05-30T03:11:08.268Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-30T03:11:08.269Z | |
49 | 2024-05-30T03:11:08.303Z | |
50 | 2024-05-30T03:11:08.303Z | Rust is installed now. Great! |
51 | 2024-05-30T03:11:08.303Z | |
52 | 2024-05-30T03:11:08.303Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-30T03:11:08.303Z | environment variable. This has not been done automatically. |
54 | 2024-05-30T03:11:08.304Z | |
55 | 2024-05-30T03:11:08.304Z | To configure your current shell, you need to source |
56 | 2024-05-30T03:11:08.304Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-30T03:11:08.304Z | |
58 | 2024-05-30T03:11:08.304Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-30T03:11:08.304Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-30T03:11:08.304Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-30T03:11:08.343Z | + rustc --version |
62 | 2024-05-30T03:11:08.457Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-30T03:11:08.489Z | process exited: duration 14311 ms, exit code 0 |
|
64 | 2024-05-30T03:11:08.555Z | starting task 2: "authentication" |
65 | 2024-05-30T03:11:08.624Z | process exited: duration 61 ms, exit code 0 |
|
66 | 2024-05-30T03:11:09.093Z | starting task 3: "clone repository" |
67 | 2024-05-30T03:11:09.138Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-30T03:11:09.138Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-30T03:11:09.139Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-30T03:11:14.677Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-30T03:11:14.677Z | + git fetch origin 456520b82107f9d050f4ddbc7b80468a4184d3d4 |
72 | 2024-05-30T03:11:15.095Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-30T03:11:15.095Z | * branch 456520b82107f9d050f4ddbc7b80468a4184d3d4 -> FETCH_HEAD |
74 | 2024-05-30T03:11:15.126Z | + [[ -n renovate/either-1.x ]] |
75 | 2024-05-30T03:11:15.126Z | ++ git branch --show-current |
76 | 2024-05-30T03:11:15.126Z | + current=main |
77 | 2024-05-30T03:11:15.126Z | + [[ main != renovate/either-1.x ]] |
78 | 2024-05-30T03:11:15.127Z | + git branch -f renovate/either-1.x 456520b82107f9d050f4ddbc7b80468a4184d3d4 |
79 | 2024-05-30T03:11:15.127Z | + git checkout -f renovate/either-1.x |
80 | 2024-05-30T03:11:15.292Z | Switched to branch 'renovate/either-1.x' |
81 | 2024-05-30T03:11:15.326Z | + git reset --hard 456520b82107f9d050f4ddbc7b80468a4184d3d4 |
82 | 2024-05-30T03:11:15.326Z | HEAD is now at 456520b82 Update Rust crate either to 1.12.0 |
83 | 2024-05-30T03:11:15.326Z | process exited: duration 6622 ms, exit code 0 |
|
84 | 2024-05-30T03:11:15.407Z | starting task 4: "build" |
85 | 2024-05-30T03:11:15.441Z | + cargo --version |
86 | 2024-05-30T03:11:15.522Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
87 | 2024-05-30T03:11:15.556Z | + rustc --version |
88 | 2024-05-30T03:11:15.612Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
89 | 2024-05-30T03:11:15.652Z | + cd /tmp |
90 | 2024-05-30T03:11:15.652Z | + cargo new --lib test-project |
91 | 2024-05-30T03:11:15.716Z | Creating library `test-project` package |
92 | 2024-05-30T03:11:15.834Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-05-30T03:11:15.873Z | + cd test-project |
94 | 2024-05-30T03:11:15.873Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-05-30T03:11:15.935Z | Adding omicron-common (local) to dependencies |
96 | 2024-05-30T03:11:15.936Z | Features: |
97 | 2024-05-30T03:11:15.936Z | - proptest |
98 | 2024-05-30T03:11:15.936Z | - test-strategy |
99 | 2024-05-30T03:11:15.936Z | - testing |
100 | 2024-05-30T03:11:15.978Z | Updating crates.io index |
101 | 2024-05-30T03:11:16.047Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
102 | 2024-05-30T03:11:16.880Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-05-30T03:11:18.034Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-05-30T03:11:18.447Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
105 | 2024-05-30T03:11:20.893Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-05-30T03:11:20.935Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-05-30T03:11:21.811Z | Updating git repository `https://github.com/oxidecomputer/typify` |
108 | 2024-05-30T03:11:24.413Z | + cargo check |
109 | 2024-05-30T03:11:26.659Z | Downloading crates ... |
110 | 2024-05-30T03:11:26.659Z | Downloaded unicode-ident v1.0.12 |
111 | 2024-05-30T03:11:26.659Z | Downloaded pest_derive v2.7.10 |
112 | 2024-05-30T03:11:26.758Z | Downloaded tokio-util v0.7.11 |
113 | 2024-05-30T03:11:26.759Z | Downloaded syn v2.0.66 |
114 | 2024-05-30T03:11:26.759Z | Downloaded typenum v1.17.0 |
115 | 2024-05-30T03:11:26.759Z | Downloaded thiserror-impl v1.0.61 |
116 | 2024-05-30T03:11:26.759Z | Downloaded regex-automata v0.4.6 |
117 | 2024-05-30T03:11:26.759Z | Downloaded tokio v1.37.0 |
118 | 2024-05-30T03:11:26.759Z | Downloaded openssl v0.10.64 |
119 | 2024-05-30T03:11:26.760Z | Downloaded idna v0.5.0 |
120 | 2024-05-30T03:11:26.761Z | Downloaded libc v0.2.155 |
121 | 2024-05-30T03:11:26.761Z | Downloaded encoding_rs v0.8.34 |
122 | 2024-05-30T03:11:26.761Z | Downloaded chrono v0.4.38 |
123 | 2024-05-30T03:11:26.761Z | Downloaded thiserror v1.0.61 |
124 | 2024-05-30T03:11:26.761Z | Downloaded term v0.7.0 |
125 | 2024-05-30T03:11:26.762Z | Downloaded openapiv3 v2.0.0 |
126 | 2024-05-30T03:11:26.762Z | Downloaded mio v0.8.11 |
127 | 2024-05-30T03:11:26.762Z | Downloaded memchr v2.7.2 |
128 | 2024-05-30T03:11:26.762Z | Downloaded indexmap v2.2.6 |
129 | 2024-05-30T03:11:26.762Z | Downloaded indexmap v1.9.3 |
130 | 2024-05-30T03:11:26.763Z | Downloaded hyper-rustls v0.24.2 |
131 | 2024-05-30T03:11:26.763Z | Downloaded hyper v0.14.28 |
132 | 2024-05-30T03:11:26.763Z | Downloaded http v1.1.0 |
133 | 2024-05-30T03:11:26.763Z | Downloaded http v0.2.12 |
134 | 2024-05-30T03:11:26.763Z | Downloaded hashbrown v0.14.5 |
135 | 2024-05-30T03:11:26.763Z | Downloaded h2 v0.3.26 |
136 | 2024-05-30T03:11:26.763Z | Downloaded ring v0.17.8 |
137 | 2024-05-30T03:11:26.764Z | Downloaded goblin v0.8.2 |
138 | 2024-05-30T03:11:26.764Z | Downloaded futures-util v0.3.30 |
139 | 2024-05-30T03:11:26.764Z | Downloaded darling_core v0.20.9 |
140 | 2024-05-30T03:11:26.764Z | Downloaded try-lock v0.2.5 |
141 | 2024-05-30T03:11:26.764Z | Downloaded tracing-core v0.1.32 |
142 | 2024-05-30T03:11:26.764Z | Downloaded tracing v0.1.40 |
143 | 2024-05-30T03:11:26.765Z | Downloaded tower-service v0.3.2 |
144 | 2024-05-30T03:11:26.765Z | Downloaded toml_edit v0.22.13 |
145 | 2024-05-30T03:11:26.765Z | Downloaded toml_datetime v0.6.6 |
146 | 2024-05-30T03:11:26.765Z | Downloaded toml v0.8.13 |
147 | 2024-05-30T03:11:26.765Z | Downloaded regex-syntax v0.8.3 |
148 | 2024-05-30T03:11:26.765Z | Downloaded num-conv v0.1.0 |
149 | 2024-05-30T03:11:26.766Z | Downloaded newtype-uuid v1.1.0 |
150 | 2024-05-30T03:11:26.766Z | Downloaded native-tls v0.2.12 |
151 | 2024-05-30T03:11:26.766Z | Downloaded macaddr v1.0.1 |
152 | 2024-05-30T03:11:26.766Z | Downloaded lock_api v0.4.12 |
153 | 2024-05-30T03:11:26.766Z | Downloaded itoa v1.0.11 |
154 | 2024-05-30T03:11:26.766Z | Downloaded is-terminal v0.4.12 |
155 | 2024-05-30T03:11:26.767Z | Downloaded ipnetwork v0.20.0 |
156 | 2024-05-30T03:11:26.767Z | Downloaded ipnet v2.9.0 |
157 | 2024-05-30T03:11:26.767Z | Downloaded instant v0.1.13 |
158 | 2024-05-30T03:11:26.767Z | Downloaded ident_case v1.0.1 |
159 | 2024-05-30T03:11:26.767Z | Downloaded iana-time-zone v0.1.60 |
160 | 2024-05-30T03:11:26.768Z | Downloaded hyper-tls v0.5.0 |
161 | 2024-05-30T03:11:26.768Z | Downloaded httpdate v1.0.3 |
162 | 2024-05-30T03:11:26.768Z | Downloaded http-body v0.4.6 |
163 | 2024-05-30T03:11:26.768Z | Downloaded heck v0.4.1 |
164 | 2024-05-30T03:11:26.769Z | Downloaded hashbrown v0.12.3 |
165 | 2024-05-30T03:11:26.769Z | Downloaded getopts v0.2.21 |
166 | 2024-05-30T03:11:26.769Z | Downloaded generic-array v0.14.7 |
167 | 2024-05-30T03:11:26.769Z | Downloaded dyn-clone v1.0.17 |
168 | 2024-05-30T03:11:26.769Z | Downloaded dirs-next v2.0.0 |
169 | 2024-05-30T03:11:26.770Z | Downloaded digest v0.10.7 |
170 | 2024-05-30T03:11:26.770Z | Downloaded darling_macro v0.20.9 |
171 | 2024-05-30T03:11:26.770Z | Downloaded crypto-common v0.1.6 |
172 | 2024-05-30T03:11:26.770Z | Downloaded cpufeatures v0.2.12 |
173 | 2024-05-30T03:11:26.771Z | Downloaded bytes v1.6.0 |
174 | 2024-05-30T03:11:26.771Z | Downloaded block-buffer v0.10.4 |
175 | 2024-05-30T03:11:26.771Z | Downloaded bitflags v2.5.0 |
176 | 2024-05-30T03:11:26.771Z | Downloaded base64 v0.21.7 |
177 | 2024-05-30T03:11:26.772Z | Downloaded anyhow v1.0.86 |
178 | 2024-05-30T03:11:26.772Z | Downloaded allocator-api2 v0.2.18 |
179 | 2024-05-30T03:11:26.772Z | Downloaded aho-corasick v1.1.3 |
180 | 2024-05-30T03:11:26.772Z | Downloaded rustls-webpki v0.102.4 |
181 | 2024-05-30T03:11:26.772Z | Downloaded rustls-webpki v0.101.7 |
182 | 2024-05-30T03:11:26.772Z | Downloaded rustls v0.22.4 |
183 | 2024-05-30T03:11:26.773Z | Downloaded rustls v0.21.12 |
184 | 2024-05-30T03:11:26.773Z | Downloaded regress v0.9.1 |
185 | 2024-05-30T03:11:26.773Z | Downloaded regex v1.10.4 |
186 | 2024-05-30T03:11:26.773Z | Downloaded pkg-config v0.3.30 |
187 | 2024-05-30T03:11:26.773Z | Downloaded pin-utils v0.1.0 |
188 | 2024-05-30T03:11:26.774Z | Downloaded pin-project-lite v0.2.14 |
189 | 2024-05-30T03:11:26.774Z | Downloaded webpki-roots v0.25.4 |
190 | 2024-05-30T03:11:26.774Z | Downloaded want v0.3.1 |
191 | 2024-05-30T03:11:26.774Z | Downloaded vcpkg v0.2.15 |
192 | 2024-05-30T03:11:26.774Z | Downloaded unicode-width v0.1.12 |
193 | 2024-05-30T03:11:26.774Z | Downloaded unicode-normalization v0.1.23 |
194 | 2024-05-30T03:11:26.774Z | Downloaded once_cell v1.19.0 |
195 | 2024-05-30T03:11:26.774Z | Downloaded omicron-workspace-hack v0.1.0 |
196 | 2024-05-30T03:11:26.775Z | Downloaded num_threads v0.1.7 |
197 | 2024-05-30T03:11:26.775Z | Downloaded num_cpus v1.16.0 |
198 | 2024-05-30T03:11:26.775Z | Downloaded num-traits v0.2.19 |
199 | 2024-05-30T03:11:26.775Z | Downloaded multer v3.1.0 |
200 | 2024-05-30T03:11:26.775Z | Downloaded mime v0.3.17 |
201 | 2024-05-30T03:11:26.775Z | Downloaded memmap v0.7.0 |
202 | 2024-05-30T03:11:26.776Z | Downloaded match_cfg v0.1.0 |
203 | 2024-05-30T03:11:26.776Z | Downloaded httparse v1.8.0 |
204 | 2024-05-30T03:11:26.776Z | Downloaded hostname v0.4.0 |
205 | 2024-05-30T03:11:26.776Z | Downloaded hostname v0.3.1 |
206 | 2024-05-30T03:11:26.776Z | Downloaded hex v0.4.3 |
207 | 2024-05-30T03:11:26.776Z | Downloaded heck v0.5.0 |
208 | 2024-05-30T03:11:26.777Z | Downloaded getrandom v0.2.15 |
209 | 2024-05-30T03:11:26.777Z | Downloaded futures-task v0.3.30 |
210 | 2024-05-30T03:11:26.777Z | Downloaded futures-sink v0.3.30 |
211 | 2024-05-30T03:11:26.777Z | Downloaded futures-macro v0.3.30 |
212 | 2024-05-30T03:11:26.829Z | Downloaded futures-io v0.3.30 |
213 | 2024-05-30T03:11:26.829Z | Downloaded futures-executor v0.3.30 |
214 | 2024-05-30T03:11:26.829Z | Downloaded futures-core v0.3.30 |
215 | 2024-05-30T03:11:26.829Z | Downloaded futures v0.3.30 |
216 | 2024-05-30T03:11:26.830Z | Downloaded form_urlencoded v1.2.1 |
217 | 2024-05-30T03:11:26.830Z | Downloaded foreign-types-shared v0.1.1 |
218 | 2024-05-30T03:11:26.830Z | Downloaded foreign-types v0.3.2 |
219 | 2024-05-30T03:11:26.830Z | Downloaded fnv v1.0.7 |
220 | 2024-05-30T03:11:26.831Z | Downloaded dtrace-parser v0.2.0 |
221 | 2024-05-30T03:11:26.831Z | Downloaded dof v0.3.0 |
222 | 2024-05-30T03:11:26.831Z | Downloaded dirs-sys-next v0.1.2 |
223 | 2024-05-30T03:11:26.831Z | Downloaded deranged v0.3.11 |
224 | 2024-05-30T03:11:26.831Z | Downloaded debug-ignore v1.0.5 |
225 | 2024-05-30T03:11:26.832Z | Downloaded darling v0.20.9 |
226 | 2024-05-30T03:11:26.832Z | Downloaded cfg-if v1.0.0 |
227 | 2024-05-30T03:11:26.832Z | Downloaded cc v1.0.98 |
228 | 2024-05-30T03:11:26.833Z | Downloaded camino v1.1.7 |
229 | 2024-05-30T03:11:26.834Z | Downloaded byteorder v1.5.0 |
230 | 2024-05-30T03:11:26.834Z | Downloaded base64 v0.22.1 |
231 | 2024-05-30T03:11:26.834Z | Downloaded async-trait v0.1.80 |
232 | 2024-05-30T03:11:26.835Z | Downloaded async-stream-impl v0.3.5 |
233 | 2024-05-30T03:11:26.835Z | Downloaded async-stream v0.3.5 |
234 | 2024-05-30T03:11:26.835Z | Downloaded ahash v0.8.11 |
235 | 2024-05-30T03:11:26.835Z | Downloaded tokio-rustls v0.25.0 |
236 | 2024-05-30T03:11:26.835Z | Downloaded tokio-rustls v0.24.1 |
237 | 2024-05-30T03:11:26.835Z | Downloaded tokio-native-tls v0.3.1 |
238 | 2024-05-30T03:11:26.835Z | Downloaded tokio-macros v2.2.0 |
239 | 2024-05-30T03:11:26.835Z | Downloaded tinyvec_macros v0.1.1 |
240 | 2024-05-30T03:11:26.835Z | Downloaded tinyvec v1.6.0 |
241 | 2024-05-30T03:11:26.836Z | Downloaded time-macros v0.2.18 |
242 | 2024-05-30T03:11:26.836Z | Downloaded time-core v0.1.2 |
243 | 2024-05-30T03:11:26.836Z | Downloaded time v0.3.36 |
244 | 2024-05-30T03:11:26.836Z | Downloaded thread_local v1.1.8 |
245 | 2024-05-30T03:11:26.836Z | Downloaded thread-id v4.2.1 |
246 | 2024-05-30T03:11:26.836Z | Downloaded take_mut v0.2.2 |
247 | 2024-05-30T03:11:26.836Z | Downloaded sync_wrapper v0.1.2 |
248 | 2024-05-30T03:11:26.837Z | Downloaded subtle v2.5.0 |
249 | 2024-05-30T03:11:26.837Z | Downloaded strum_macros v0.26.2 |
250 | 2024-05-30T03:11:26.837Z | Downloaded strum v0.26.2 |
251 | 2024-05-30T03:11:26.837Z | Downloaded structmeta-derive v0.3.0 |
252 | 2024-05-30T03:11:26.837Z | Downloaded structmeta v0.3.0 |
253 | 2024-05-30T03:11:26.837Z | Downloaded strsim v0.11.1 |
254 | 2024-05-30T03:11:26.837Z | Downloaded spin v0.9.8 |
255 | 2024-05-30T03:11:26.838Z | Downloaded socket2 v0.5.7 |
256 | 2024-05-30T03:11:26.838Z | Downloaded smallvec v1.13.2 |
257 | 2024-05-30T03:11:26.838Z | Downloaded slog-term v2.9.1 |
258 | 2024-05-30T03:11:26.838Z | Downloaded slog-json v2.6.1 |
259 | 2024-05-30T03:11:26.838Z | Downloaded slog-bunyan v2.5.0 |
260 | 2024-05-30T03:11:26.838Z | Downloaded slog-async v2.8.0 |
261 | 2024-05-30T03:11:26.838Z | Downloaded slog v2.7.0 |
262 | 2024-05-30T03:11:26.839Z | Downloaded slab v0.4.9 |
263 | 2024-05-30T03:11:26.839Z | Downloaded signal-hook-registry v1.4.2 |
264 | 2024-05-30T03:11:26.839Z | Downloaded sha2 v0.10.8 |
265 | 2024-05-30T03:11:26.839Z | Downloaded sha1 v0.10.6 |
266 | 2024-05-30T03:11:26.839Z | Downloaded serde_yaml v0.9.34+deprecated |
267 | 2024-05-30T03:11:26.839Z | Downloaded serde_with_macros v3.8.1 |
268 | 2024-05-30T03:11:26.839Z | Downloaded serde_with v3.8.1 |
269 | 2024-05-30T03:11:26.840Z | Downloaded serde_urlencoded v0.7.1 |
270 | 2024-05-30T03:11:26.840Z | Downloaded serde_tokenstream v0.2.0 |
271 | 2024-05-30T03:11:26.840Z | Downloaded serde_spanned v0.6.6 |
272 | 2024-05-30T03:11:26.840Z | Downloaded serde_path_to_error v0.1.16 |
273 | 2024-05-30T03:11:26.840Z | Downloaded serde_json v1.0.117 |
274 | 2024-05-30T03:11:26.840Z | Downloaded serde_derive_internals v0.29.1 |
275 | 2024-05-30T03:11:26.840Z | Downloaded serde_derive v1.0.203 |
276 | 2024-05-30T03:11:26.840Z | Downloaded serde v1.0.203 |
277 | 2024-05-30T03:11:26.840Z | Downloaded semver v1.0.23 |
278 | 2024-05-30T03:11:26.841Z | Downloaded sct v0.7.1 |
279 | 2024-05-30T03:11:26.841Z | Downloaded scroll_derive v0.12.0 |
280 | 2024-05-30T03:11:26.841Z | Downloaded scroll v0.12.0 |
281 | 2024-05-30T03:11:26.841Z | Downloaded scopeguard v1.2.0 |
282 | 2024-05-30T03:11:26.841Z | Downloaded schemars_derive v0.8.21 |
283 | 2024-05-30T03:11:26.841Z | Downloaded schemars v0.8.21 |
284 | 2024-05-30T03:11:26.841Z | Downloaded ryu v1.0.18 |
285 | 2024-05-30T03:11:26.841Z | Downloaded rustversion v1.0.17 |
286 | 2024-05-30T03:11:26.841Z | Downloaded rustls-pki-types v1.7.0 |
287 | 2024-05-30T03:11:26.841Z | Downloaded rustls-pemfile v2.1.2 |
288 | 2024-05-30T03:11:26.842Z | Downloaded rustls-pemfile v1.0.4 |
289 | 2024-05-30T03:11:26.842Z | Downloaded reqwest v0.11.27 |
290 | 2024-05-30T03:11:26.842Z | Downloaded rand_core v0.6.4 |
291 | 2024-05-30T03:11:26.842Z | Downloaded rand_chacha v0.3.1 |
292 | 2024-05-30T03:11:26.842Z | Downloaded rand v0.8.5 |
293 | 2024-05-30T03:11:26.842Z | Downloaded quote v1.0.36 |
294 | 2024-05-30T03:11:26.842Z | Downloaded proc-macro2 v1.0.84 |
295 | 2024-05-30T03:11:26.843Z | Downloaded pretty-hex v0.4.1 |
296 | 2024-05-30T03:11:26.843Z | Downloaded ppv-lite86 v0.2.17 |
297 | 2024-05-30T03:11:26.843Z | Downloaded powerfmt v0.2.0 |
298 | 2024-05-30T03:11:26.843Z | Downloaded plain v0.2.3 |
299 | 2024-05-30T03:11:26.843Z | Downloaded pest_meta v2.7.10 |
300 | 2024-05-30T03:11:26.843Z | Downloaded pest_generator v2.7.10 |
301 | 2024-05-30T03:11:26.843Z | Downloaded percent-encoding v2.3.1 |
302 | 2024-05-30T03:11:26.843Z | Downloaded paste v1.0.15 |
303 | 2024-05-30T03:11:26.844Z | Downloaded parse-display-derive v0.9.0 |
304 | 2024-05-30T03:11:26.844Z | Downloaded parse-display v0.9.0 |
305 | 2024-05-30T03:11:26.844Z | Downloaded parking_lot_core v0.9.10 |
306 | 2024-05-30T03:11:26.844Z | Downloaded parking_lot v0.12.3 |
307 | 2024-05-30T03:11:26.844Z | Downloaded openssl-sys v0.9.102 |
308 | 2024-05-30T03:11:26.844Z | Downloaded openssl-probe v0.1.5 |
309 | 2024-05-30T03:11:26.845Z | Downloaded zeroize v1.8.1 |
310 | 2024-05-30T03:11:26.845Z | Downloaded zerocopy-derive v0.7.34 |
311 | 2024-05-30T03:11:26.845Z | Downloaded zerocopy v0.7.34 |
312 | 2024-05-30T03:11:26.897Z | Downloaded winnow v0.6.9 |
313 | 2024-05-30T03:11:26.897Z | Downloaded ucd-trie v0.1.6 |
314 | 2024-05-30T03:11:26.898Z | Downloaded openssl-macros v0.1.1 |
315 | 2024-05-30T03:11:26.898Z | Downloaded log v0.4.21 |
316 | 2024-05-30T03:11:26.898Z | Downloaded futures-channel v0.3.30 |
317 | 2024-05-30T03:11:26.898Z | Downloaded equivalent v1.0.1 |
318 | 2024-05-30T03:11:26.898Z | Downloaded crossbeam-utils v0.8.20 |
319 | 2024-05-30T03:11:26.898Z | Downloaded crossbeam-channel v0.5.13 |
320 | 2024-05-30T03:11:26.898Z | Downloaded backoff v0.4.0 |
321 | 2024-05-30T03:11:26.898Z | Downloaded autocfg v1.3.0 |
322 | 2024-05-30T03:11:26.899Z | Downloaded atomic-waker v1.1.2 |
323 | 2024-05-30T03:11:26.899Z | Downloaded pest v2.7.10 |
324 | 2024-05-30T03:11:26.899Z | Downloaded waitgroup v0.1.2 |
325 | 2024-05-30T03:11:26.899Z | Downloaded version_check v0.9.4 |
326 | 2024-05-30T03:11:26.899Z | Downloaded uuid v1.8.0 |
327 | 2024-05-30T03:11:26.900Z | Downloaded usdt-macro v0.5.0 |
328 | 2024-05-30T03:11:26.900Z | Downloaded usdt-impl v0.5.0 |
329 | 2024-05-30T03:11:26.900Z | Downloaded usdt-attr-macro v0.5.0 |
330 | 2024-05-30T03:11:26.900Z | Downloaded usdt v0.5.0 |
331 | 2024-05-30T03:11:26.900Z | Downloaded url v2.5.0 |
332 | 2024-05-30T03:11:26.901Z | Downloaded untrusted v0.9.0 |
333 | 2024-05-30T03:11:26.901Z | Downloaded unsafe-libyaml v0.2.11 |
334 | 2024-05-30T03:11:26.901Z | Downloaded unicode-bidi v0.3.15 |
335 | 2024-05-30T03:11:26.901Z | Compiling proc-macro2 v1.0.84 |
336 | 2024-05-30T03:11:26.901Z | Compiling unicode-ident v1.0.12 |
337 | 2024-05-30T03:11:26.901Z | Compiling libc v0.2.155 |
338 | 2024-05-30T03:11:26.902Z | Checking cfg-if v1.0.0 |
339 | 2024-05-30T03:11:26.902Z | Compiling version_check v0.9.4 |
340 | 2024-05-30T03:11:26.902Z | Compiling autocfg v1.3.0 |
341 | 2024-05-30T03:11:26.902Z | Compiling serde v1.0.203 |
342 | 2024-05-30T03:11:26.902Z | Compiling serde_json v1.0.117 |
343 | 2024-05-30T03:11:26.902Z | Checking itoa v1.0.11 |
344 | 2024-05-30T03:11:26.902Z | Compiling thiserror v1.0.61 |
345 | 2024-05-30T03:11:26.903Z | Compiling memchr v2.7.2 |
346 | 2024-05-30T03:11:26.903Z | Checking once_cell v1.19.0 |
347 | 2024-05-30T03:11:26.903Z | Compiling cc v1.0.98 |
348 | 2024-05-30T03:11:26.903Z | Compiling ahash v0.8.11 |
349 | 2024-05-30T03:11:27.597Z | Checking byteorder v1.5.0 |
350 | 2024-05-30T03:11:27.628Z | Compiling num-traits v0.2.19 |
351 | 2024-05-30T03:11:27.629Z | Checking pin-project-lite v0.2.14 |
352 | 2024-05-30T03:11:27.629Z | Checking getrandom v0.2.15 |
353 | 2024-05-30T03:11:27.629Z | Checking ryu v1.0.18 |
354 | 2024-05-30T03:11:27.665Z | Compiling quote v1.0.36 |
355 | 2024-05-30T03:11:28.132Z | Checking log v0.4.21 |
356 | 2024-05-30T03:11:28.133Z | Checking bytes v1.6.0 |
357 | 2024-05-30T03:11:28.133Z | Compiling lock_api v0.4.12 |
358 | 2024-05-30T03:11:28.133Z | Compiling schemars v0.8.21 |
359 | 2024-05-30T03:11:28.133Z | Compiling parking_lot_core v0.9.10 |
360 | 2024-05-30T03:11:28.134Z | Compiling syn v2.0.66 |
361 | 2024-05-30T03:11:28.134Z | Checking allocator-api2 v0.2.18 |
362 | 2024-05-30T03:11:28.179Z | Checking futures-core v0.3.30 |
363 | 2024-05-30T03:11:28.213Z | Checking smallvec v1.13.2 |
364 | 2024-05-30T03:11:28.245Z | Checking scopeguard v1.2.0 |
365 | 2024-05-30T03:11:28.278Z | Checking num_cpus v1.16.0 |
366 | 2024-05-30T03:11:28.333Z | Checking mio v0.8.11 |
367 | 2024-05-30T03:11:28.369Z | Checking socket2 v0.5.7 |
368 | 2024-05-30T03:11:28.370Z | Checking signal-hook-registry v1.4.2 |
369 | 2024-05-30T03:11:28.552Z | Compiling slab v0.4.9 |
370 | 2024-05-30T03:11:28.630Z | Checking spin v0.9.8 |
371 | 2024-05-30T03:11:28.693Z | Checking futures-sink v0.3.30 |
372 | 2024-05-30T03:11:28.748Z | Checking parking_lot v0.12.3 |
373 | 2024-05-30T03:11:28.801Z | Checking equivalent v1.0.1 |
374 | 2024-05-30T03:11:28.843Z | Checking untrusted v0.9.0 |
375 | 2024-05-30T03:11:28.843Z | Checking fnv v1.0.7 |
376 | 2024-05-30T03:11:28.878Z | Checking futures-channel v0.3.30 |
377 | 2024-05-30T03:11:28.908Z | Checking futures-io v0.3.30 |
378 | 2024-05-30T03:11:28.941Z | Checking pin-utils v0.1.0 |
379 | 2024-05-30T03:11:28.986Z | Compiling vcpkg v0.2.15 |
380 | 2024-05-30T03:11:29.026Z | Compiling pkg-config v0.3.30 |
381 | 2024-05-30T03:11:29.059Z | Compiling semver v1.0.23 |
382 | 2024-05-30T03:11:29.140Z | Checking futures-task v0.3.30 |
383 | 2024-05-30T03:11:29.206Z | Compiling ring v0.17.8 |
384 | 2024-05-30T03:11:30.550Z | Checking iana-time-zone v0.1.60 |
385 | 2024-05-30T03:11:30.592Z | Compiling ucd-trie v0.1.6 |
386 | 2024-05-30T03:11:30.593Z | Checking http v0.2.12 |
387 | 2024-05-30T03:11:30.593Z | Checking dyn-clone v1.0.17 |
388 | 2024-05-30T03:11:30.594Z | Compiling httparse v1.8.0 |
389 | 2024-05-30T03:11:30.594Z | Checking tracing-core v0.1.32 |
390 | 2024-05-30T03:11:30.594Z | Compiling openssl-sys v0.9.102 |
391 | 2024-05-30T03:11:30.728Z | Compiling uuid v1.8.0 |
392 | 2024-05-30T03:11:30.882Z | Compiling chrono v0.4.38 |
393 | 2024-05-30T03:11:31.037Z | Checking tracing v0.1.40 |
394 | 2024-05-30T03:11:31.104Z | Checking try-lock v0.2.5 |
395 | 2024-05-30T03:11:31.581Z | Compiling slog v2.7.0 |
396 | 2024-05-30T03:11:31.617Z | Compiling openssl v0.10.64 |
397 | 2024-05-30T03:11:31.617Z | Compiling heck v0.5.0 |
398 | 2024-05-30T03:11:31.617Z | Checking foreign-types-shared v0.1.1 |
399 | 2024-05-30T03:11:31.618Z | Checking foreign-types v0.3.2 |
400 | 2024-05-30T03:11:31.618Z | Checking want v0.3.1 |
401 | 2024-05-30T03:11:31.656Z | Checking http-body v0.4.6 |
402 | 2024-05-30T03:11:32.110Z | Compiling aho-corasick v1.1.3 |
403 | 2024-05-30T03:11:32.168Z | Checking httpdate v1.0.3 |
404 | 2024-05-30T03:11:32.168Z | Checking tinyvec_macros v0.1.1 |
405 | 2024-05-30T03:11:32.168Z | Compiling regex-syntax v0.8.3 |
406 | 2024-05-30T03:11:32.168Z | Compiling rustls v0.21.12 |
407 | 2024-05-30T03:11:32.210Z | Checking tower-service v0.3.2 |
408 | 2024-05-30T03:11:32.267Z | Checking bitflags v2.5.0 |
409 | 2024-05-30T03:11:32.461Z | Compiling native-tls v0.2.12 |
410 | 2024-05-30T03:11:32.499Z | Compiling typenum v1.17.0 |
411 | 2024-05-30T03:11:32.539Z | Checking percent-encoding v2.3.1 |
412 | 2024-05-30T03:11:32.703Z | Checking form_urlencoded v1.2.1 |
413 | 2024-05-30T03:11:33.178Z | Checking tinyvec v1.6.0 |
414 | 2024-05-30T03:11:33.277Z | Compiling generic-array v0.14.7 |
415 | 2024-05-30T03:11:33.484Z | Checking openssl-probe v0.1.5 |
416 | 2024-05-30T03:11:33.899Z | Compiling serde_derive_internals v0.29.1 |
417 | 2024-05-30T03:11:34.714Z | Checking rustls-webpki v0.101.7 |
418 | 2024-05-30T03:11:35.055Z | Checking sct v0.7.1 |
419 | 2024-05-30T03:11:35.055Z | Compiling regex-automata v0.4.6 |
420 | 2024-05-30T03:11:35.056Z | Checking unicode-normalization v0.1.23 |
421 | 2024-05-30T03:11:35.587Z | Compiling usdt-impl v0.5.0 |
422 | 2024-05-30T03:11:35.702Z | Checking encoding_rs v0.8.34 |
423 | 2024-05-30T03:11:35.885Z | Compiling num-conv v0.1.0 |
424 | 2024-05-30T03:11:36.099Z | Checking unicode-bidi v0.3.15 |
425 | 2024-05-30T03:11:36.575Z | Checking mime v0.3.17 |
426 | 2024-05-30T03:11:36.608Z | Checking powerfmt v0.2.0 |
427 | 2024-05-30T03:11:36.609Z | Compiling time-core v0.1.2 |
428 | 2024-05-30T03:11:36.685Z | Checking deranged v0.3.11 |
429 | 2024-05-30T03:11:36.721Z | Checking idna v0.5.0 |
430 | 2024-05-30T03:11:36.721Z | Compiling time-macros v0.2.18 |
431 | 2024-05-30T03:11:37.295Z | Compiling thread-id v4.2.1 |
432 | 2024-05-30T03:11:37.449Z | Checking plain v0.2.3 |
433 | 2024-05-30T03:11:37.573Z | Compiling crossbeam-utils v0.8.20 |
434 | 2024-05-30T03:11:37.641Z | Checking base64 v0.21.7 |
435 | 2024-05-30T03:11:37.984Z | Compiling regex v1.10.4 |
436 | 2024-05-30T03:11:38.026Z | Compiling unicode-width v0.1.12 |
437 | 2024-05-30T03:11:38.340Z | Checking rustls-pki-types v1.7.0 |
438 | 2024-05-30T03:11:38.422Z | Checking num_threads v0.1.7 |
439 | 2024-05-30T03:11:38.469Z | Compiling serde_derive v1.0.203 |
440 | 2024-05-30T03:11:38.516Z | Compiling zerocopy-derive v0.7.34 |
441 | 2024-05-30T03:11:38.699Z | Compiling thiserror-impl v1.0.61 |
442 | 2024-05-30T03:11:38.792Z | Compiling schemars_derive v0.8.21 |
443 | 2024-05-30T03:11:38.974Z | Compiling tokio-macros v2.2.0 |
444 | 2024-05-30T03:11:39.123Z | Compiling futures-macro v0.3.30 |
445 | 2024-05-30T03:11:40.789Z | Checking zerocopy v0.7.34 |
446 | 2024-05-30T03:11:40.789Z | Checking tokio v1.37.0 |
447 | 2024-05-30T03:11:41.063Z | Checking futures-util v0.3.30 |
448 | 2024-05-30T03:11:41.114Z | Compiling pest v2.7.10 |
449 | 2024-05-30T03:11:41.382Z | Compiling openssl-macros v0.1.1 |
450 | 2024-05-30T03:11:41.415Z | Compiling scroll_derive v0.12.0 |
451 | 2024-05-30T03:11:41.703Z | Checking hashbrown v0.14.5 |
452 | 2024-05-30T03:11:42.545Z | Checking scroll v0.12.0 |
453 | 2024-05-30T03:11:42.636Z | Checking regress v0.9.1 |
454 | 2024-05-30T03:11:42.897Z | Compiling ident_case v1.0.1 |
455 | 2024-05-30T03:11:43.040Z | Compiling pest_meta v2.7.10 |
456 | 2024-05-30T03:11:43.547Z | Compiling strsim v0.11.1 |
457 | 2024-05-30T03:11:44.171Z | Compiling pest_generator v2.7.10 |
458 | 2024-05-30T03:11:45.159Z | Compiling darling_core v0.20.9 |
459 | 2024-05-30T03:11:45.942Z | Checking time v0.3.36 |
460 | 2024-05-30T03:11:46.361Z | Checking tokio-util v0.7.11 |
461 | 2024-05-30T03:11:46.943Z | Checking tokio-native-tls v0.3.1 |
462 | 2024-05-30T03:11:46.990Z | Checking tokio-rustls v0.24.1 |
463 | 2024-05-30T03:11:46.990Z | Compiling pest_derive v2.7.10 |
464 | 2024-05-30T03:11:46.991Z | Checking goblin v0.8.2 |
465 | 2024-05-30T03:11:47.270Z | Compiling dtrace-parser v0.2.0 |
466 | 2024-05-30T03:11:47.886Z | Compiling getopts v0.2.21 |
467 | 2024-05-30T03:11:48.185Z | Checking rustls-pemfile v1.0.4 |
468 | 2024-05-30T03:11:49.786Z | Checking indexmap v2.2.6 |
469 | 2024-05-30T03:11:49.786Z | Checking serde_urlencoded v0.7.1 |
470 | 2024-05-30T03:11:49.787Z | Checking url v2.5.0 |
471 | 2024-05-30T03:11:49.787Z | Checking h2 v0.3.26 |
472 | 2024-05-30T03:11:49.787Z | Checking openapiv3 v2.0.0 |
473 | 2024-05-30T03:11:49.787Z | Checking dirs-sys-next v0.1.2 |
474 | 2024-05-30T03:11:49.819Z | Compiling serde_tokenstream v0.2.0 |
475 | 2024-05-30T03:11:50.475Z | Checking sync_wrapper v0.1.2 |
476 | 2024-05-30T03:11:50.555Z | Compiling unsafe-libyaml v0.2.11 |
477 | 2024-05-30T03:11:50.998Z | Compiling rustversion v1.0.17 |
478 | 2024-05-30T03:11:51.031Z | Checking webpki-roots v0.25.4 |
479 | 2024-05-30T03:11:51.031Z | Compiling rustls v0.22.4 |
480 | 2024-05-30T03:11:51.136Z | Compiling dof v0.3.0 |
481 | 2024-05-30T03:11:51.989Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
482 | 2024-05-30T03:11:52.439Z | Checking pretty-hex v0.4.1 |
483 | 2024-05-30T03:11:52.439Z | Compiling paste v1.0.15 |
484 | 2024-05-30T03:11:52.515Z | Compiling omicron-workspace-hack v0.1.0 |
485 | 2024-05-30T03:11:52.515Z | Checking ipnet v2.9.0 |
486 | 2024-05-30T03:11:52.515Z | Compiling serde_yaml v0.9.34+deprecated |
487 | 2024-05-30T03:11:52.639Z | Checking hyper v0.14.28 |
488 | 2024-05-30T03:11:53.012Z | Compiling darling_macro v0.20.9 |
489 | 2024-05-30T03:11:53.460Z | Checking dirs-next v2.0.0 |
490 | 2024-05-30T03:11:53.498Z | Checking serde_spanned v0.6.6 |
491 | 2024-05-30T03:11:53.498Z | Checking toml_datetime v0.6.6 |
492 | 2024-05-30T03:11:53.722Z | Checking rustls-webpki v0.102.4 |
493 | 2024-05-30T03:11:53.770Z | Compiling structmeta-derive v0.3.0 |
494 | 2024-05-30T03:11:53.865Z | Checking block-buffer v0.10.4 |
495 | 2024-05-30T03:11:54.017Z | Checking crypto-common v0.1.6 |
496 | 2024-05-30T03:11:54.153Z | Checking rand_core v0.6.4 |
497 | 2024-05-30T03:11:54.610Z | Checking thread_local v1.1.8 |
498 | 2024-05-30T03:11:54.610Z | Compiling multer v3.1.0 |
499 | 2024-05-30T03:11:54.611Z | Checking subtle v2.5.0 |
500 | 2024-05-30T03:11:54.611Z | Checking zeroize v1.8.1 |
501 | 2024-05-30T03:11:54.611Z | Compiling camino v1.1.7 |
502 | 2024-05-30T03:11:54.643Z | Checking match_cfg v0.1.0 |
503 | 2024-05-30T03:11:54.644Z | Checking ppv-lite86 v0.2.17 |
504 | 2024-05-30T03:11:54.685Z | Checking winnow v0.6.9 |
505 | 2024-05-30T03:11:54.724Z | Compiling anyhow v1.0.86 |
506 | 2024-05-30T03:11:55.015Z | Compiling slog-async v2.8.0 |
507 | 2024-05-30T03:11:55.197Z | Checking rand_chacha v0.3.1 |
508 | 2024-05-30T03:11:55.362Z | Checking hostname v0.3.1 |
509 | 2024-05-30T03:11:55.533Z | Checking crossbeam-channel v0.5.13 |
510 | 2024-05-30T03:11:55.599Z | Checking digest v0.10.7 |
511 | 2024-05-30T03:11:55.813Z | Compiling darling v0.20.9 |
512 | 2024-05-30T03:11:55.890Z | Checking term v0.7.0 |
513 | 2024-05-30T03:11:55.941Z | Compiling usdt-macro v0.5.0 |
514 | 2024-05-30T03:11:55.980Z | Compiling structmeta v0.3.0 |
515 | 2024-05-30T03:11:56.159Z | Compiling usdt-attr-macro v0.5.0 |
516 | 2024-05-30T03:11:56.690Z | Checking hyper-tls v0.5.0 |
517 | 2024-05-30T03:11:56.690Z | Checking hyper-rustls v0.24.2 |
518 | 2024-05-30T03:11:56.690Z | Checking reqwest v0.11.27 |
519 | 2024-05-30T03:11:57.015Z | Checking slog-json v2.6.1 |
520 | 2024-05-30T03:11:57.070Z | Checking toml_edit v0.22.13 |
521 | 2024-05-30T03:11:57.222Z | Checking futures-executor v0.3.30 |
522 | 2024-05-30T03:11:57.754Z | Compiling async-stream-impl v0.3.5 |
523 | 2024-05-30T03:11:57.754Z | Checking http v1.1.0 |
524 | 2024-05-30T03:11:57.754Z | Checking is-terminal v0.4.12 |
525 | 2024-05-30T03:11:57.755Z | Checking memmap v0.7.0 |
526 | 2024-05-30T03:11:57.755Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
527 | 2024-05-30T03:11:57.755Z | Checking base64 v0.22.1 |
528 | 2024-05-30T03:11:57.755Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
529 | 2024-05-30T03:11:57.755Z | Checking atomic-waker v1.1.2 |
530 | 2024-05-30T03:11:57.799Z | Checking cpufeatures v0.2.12 |
531 | 2024-05-30T03:11:58.246Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
532 | 2024-05-30T03:11:58.285Z | Checking take_mut v0.2.2 |
533 | 2024-05-30T03:11:58.285Z | Compiling heck v0.4.1 |
534 | 2024-05-30T03:11:58.286Z | Checking rustls-pemfile v2.1.2 |
535 | 2024-05-30T03:11:58.286Z | Checking sha1 v0.10.6 |
536 | 2024-05-30T03:11:58.286Z | Checking waitgroup v0.1.2 |
537 | 2024-05-30T03:11:58.331Z | Compiling strum_macros v0.26.2 |
538 | 2024-05-30T03:11:58.418Z | Checking tokio-rustls v0.25.0 |
539 | 2024-05-30T03:11:58.462Z | Checking async-stream v0.3.5 |
540 | 2024-05-30T03:11:58.463Z | Checking usdt v0.5.0 |
541 | 2024-05-30T03:11:58.463Z | Checking slog-term v2.9.1 |
542 | 2024-05-30T03:11:58.567Z | Checking futures v0.3.30 |
543 | 2024-05-30T03:11:59.061Z | Checking slog-bunyan v2.5.0 |
544 | 2024-05-30T03:11:59.061Z | Compiling parse-display-derive v0.9.0 |
545 | 2024-05-30T03:11:59.061Z | Compiling serde_with_macros v3.8.1 |
546 | 2024-05-30T03:11:59.061Z | Checking rand v0.8.5 |
547 | 2024-05-30T03:11:59.145Z | Checking toml v0.8.13 |
548 | 2024-05-30T03:11:59.209Z | Checking newtype-uuid v1.1.0 |
549 | 2024-05-30T03:11:59.251Z | Checking ipnetwork v0.20.0 |
550 | 2024-05-30T03:11:59.410Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
551 | 2024-05-30T03:11:59.534Z | Checking hex v0.4.3 |
552 | 2024-05-30T03:11:59.710Z | Checking serde_path_to_error v0.1.16 |
553 | 2024-05-30T03:11:59.749Z | Compiling async-trait v0.1.80 |
554 | 2024-05-30T03:11:59.929Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
555 | 2024-05-30T03:12:00.248Z | Checking hostname v0.4.0 |
556 | 2024-05-30T03:12:00.325Z | Checking instant v0.1.13 |
557 | 2024-05-30T03:12:00.415Z | Checking debug-ignore v1.0.5 |
558 | 2024-05-30T03:12:00.514Z | Checking backoff v0.4.0 |
559 | 2024-05-30T03:12:00.561Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
560 | 2024-05-30T03:12:00.688Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
561 | 2024-05-30T03:12:00.734Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#5d09ba3c) |
562 | 2024-05-30T03:12:01.207Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
563 | 2024-05-30T03:12:01.250Z | Checking serde_with v3.8.1 |
564 | 2024-05-30T03:12:01.250Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
565 | 2024-05-30T03:12:01.250Z | Checking macaddr v1.0.1 |
566 | 2024-05-30T03:12:01.937Z | Checking strum v0.26.2 |
567 | 2024-05-30T03:12:01.988Z | Checking parse-display v0.9.0 |
568 | 2024-05-30T03:12:02.769Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
569 | 2024-05-30T03:12:05.007Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
570 | 2024-05-30T03:12:05.081Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
571 | 2024-05-30T03:12:08.960Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
572 | 2024-05-30T03:12:17.227Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
573 | 2024-05-30T03:12:21.048Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
574 | 2024-05-30T03:12:28.022Z | Checking test-project v0.1.0 (/tmp/test-project) |
575 | 2024-05-30T03:12:28.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
576 | 2024-05-30T03:12:28.548Z | + cargo build --release |
577 | 2024-05-30T03:12:28.548Z | Compiling proc-macro2 v1.0.84 |
578 | 2024-05-30T03:12:28.548Z | Compiling unicode-ident v1.0.12 |
579 | 2024-05-30T03:12:28.549Z | Compiling libc v0.2.155 |
580 | 2024-05-30T03:12:28.549Z | Compiling cfg-if v1.0.0 |
581 | 2024-05-30T03:12:28.549Z | Compiling version_check v0.9.4 |
582 | 2024-05-30T03:12:28.549Z | Compiling autocfg v1.3.0 |
583 | 2024-05-30T03:12:28.549Z | Compiling serde v1.0.203 |
584 | 2024-05-30T03:12:28.550Z | Compiling serde_json v1.0.117 |
585 | 2024-05-30T03:12:28.599Z | Compiling itoa v1.0.11 |
586 | 2024-05-30T03:12:29.046Z | Compiling thiserror v1.0.61 |
587 | 2024-05-30T03:12:29.085Z | Compiling memchr v2.7.2 |
588 | 2024-05-30T03:12:29.085Z | Compiling cc v1.0.98 |
589 | 2024-05-30T03:12:29.085Z | Compiling once_cell v1.19.0 |
590 | 2024-05-30T03:12:29.086Z | Compiling ahash v0.8.11 |
591 | 2024-05-30T03:12:29.374Z | Compiling num-traits v0.2.19 |
592 | 2024-05-30T03:12:29.915Z | Compiling byteorder v1.5.0 |
593 | 2024-05-30T03:12:29.975Z | Compiling getrandom v0.2.15 |
594 | 2024-05-30T03:12:29.975Z | Compiling quote v1.0.36 |
595 | 2024-05-30T03:12:29.976Z | Compiling pin-project-lite v0.2.14 |
596 | 2024-05-30T03:12:29.976Z | Compiling ryu v1.0.18 |
597 | 2024-05-30T03:12:30.021Z | Compiling syn v2.0.66 |
598 | 2024-05-30T03:12:30.178Z | Compiling log v0.4.21 |
599 | 2024-05-30T03:12:30.222Z | Compiling bytes v1.6.0 |
600 | 2024-05-30T03:12:30.380Z | Compiling schemars v0.8.21 |
601 | 2024-05-30T03:12:30.414Z | Compiling lock_api v0.4.12 |
602 | 2024-05-30T03:12:30.551Z | Compiling allocator-api2 v0.2.18 |
603 | 2024-05-30T03:12:30.586Z | Compiling parking_lot_core v0.9.10 |
604 | 2024-05-30T03:12:30.694Z | Compiling scopeguard v1.2.0 |
605 | 2024-05-30T03:12:30.808Z | Compiling futures-core v0.3.30 |
606 | 2024-05-30T03:12:30.855Z | Compiling smallvec v1.13.2 |
607 | 2024-05-30T03:12:31.366Z | Compiling mio v0.8.11 |
608 | 2024-05-30T03:12:31.366Z | Compiling signal-hook-registry v1.4.2 |
609 | 2024-05-30T03:12:31.366Z | Compiling ring v0.17.8 |
610 | 2024-05-30T03:12:31.424Z | Compiling num_cpus v1.16.0 |
611 | 2024-05-30T03:12:31.463Z | Compiling socket2 v0.5.7 |
612 | 2024-05-30T03:12:31.583Z | Compiling parking_lot v0.12.3 |
613 | 2024-05-30T03:12:31.802Z | Compiling slab v0.4.9 |
614 | 2024-05-30T03:12:32.071Z | Compiling spin v0.9.8 |
615 | 2024-05-30T03:12:32.116Z | Compiling futures-sink v0.3.30 |
616 | 2024-05-30T03:12:32.290Z | Compiling untrusted v0.9.0 |
617 | 2024-05-30T03:12:32.351Z | Compiling semver v1.0.23 |
618 | 2024-05-30T03:12:32.637Z | Compiling fnv v1.0.7 |
619 | 2024-05-30T03:12:32.677Z | Compiling equivalent v1.0.1 |
620 | 2024-05-30T03:12:32.762Z | Compiling futures-channel v0.3.30 |
621 | 2024-05-30T03:12:33.320Z | Compiling futures-io v0.3.30 |
622 | 2024-05-30T03:12:33.361Z | Compiling vcpkg v0.2.15 |
623 | 2024-05-30T03:12:33.362Z | Compiling pin-utils v0.1.0 |
624 | 2024-05-30T03:12:33.362Z | Compiling pkg-config v0.3.30 |
625 | 2024-05-30T03:12:33.363Z | Compiling futures-task v0.3.30 |
626 | 2024-05-30T03:12:33.408Z | Compiling ucd-trie v0.1.6 |
627 | 2024-05-30T03:12:33.408Z | Compiling iana-time-zone v0.1.60 |
628 | 2024-05-30T03:12:33.814Z | Compiling http v0.2.12 |
629 | 2024-05-30T03:12:34.118Z | Compiling httparse v1.8.0 |
630 | 2024-05-30T03:12:34.698Z | Compiling dyn-clone v1.0.17 |
631 | 2024-05-30T03:12:34.743Z | Compiling openssl-sys v0.9.102 |
632 | 2024-05-30T03:12:34.744Z | Compiling tracing-core v0.1.32 |
633 | 2024-05-30T03:12:34.851Z | Compiling chrono v0.4.38 |
634 | 2024-05-30T03:12:35.175Z | Compiling uuid v1.8.0 |
635 | 2024-05-30T03:12:35.242Z | Compiling tracing v0.1.40 |
636 | 2024-05-30T03:12:35.617Z | Compiling serde_derive_internals v0.29.1 |
637 | 2024-05-30T03:12:36.898Z | Compiling try-lock v0.2.5 |
638 | 2024-05-30T03:12:37.018Z | Compiling heck v0.5.0 |
639 | 2024-05-30T03:12:37.287Z | Compiling slog v2.7.0 |
640 | 2024-05-30T03:12:37.383Z | Compiling foreign-types-shared v0.1.1 |
641 | 2024-05-30T03:12:37.451Z | Compiling openssl v0.10.64 |
642 | 2024-05-30T03:12:37.532Z | Compiling foreign-types v0.3.2 |
643 | 2024-05-30T03:12:37.615Z | Compiling want v0.3.1 |
644 | 2024-05-30T03:12:37.752Z | Compiling http-body v0.4.6 |
645 | 2024-05-30T03:12:37.834Z | Compiling aho-corasick v1.1.3 |
646 | 2024-05-30T03:12:37.882Z | Compiling rustls v0.21.12 |
647 | 2024-05-30T03:12:38.108Z | Compiling tower-service v0.3.2 |
648 | 2024-05-30T03:12:38.152Z | Compiling native-tls v0.2.12 |
649 | 2024-05-30T03:12:38.214Z | Compiling bitflags v2.5.0 |
650 | 2024-05-30T03:12:38.416Z | Compiling httpdate v1.0.3 |
651 | 2024-05-30T03:12:38.518Z | Compiling tinyvec_macros v0.1.1 |
652 | 2024-05-30T03:12:38.582Z | Compiling regex-syntax v0.8.3 |
653 | 2024-05-30T03:12:38.943Z | Compiling percent-encoding v2.3.1 |
654 | 2024-05-30T03:12:39.399Z | Compiling typenum v1.17.0 |
655 | 2024-05-30T03:12:39.857Z | Compiling form_urlencoded v1.2.1 |
656 | 2024-05-30T03:12:39.857Z | Compiling tinyvec v1.6.0 |
657 | 2024-05-30T03:12:40.293Z | Compiling generic-array v0.14.7 |
658 | 2024-05-30T03:12:40.338Z | Compiling openssl-probe v0.1.5 |
659 | 2024-05-30T03:12:40.339Z | Compiling serde_derive v1.0.203 |
660 | 2024-05-30T03:12:40.472Z | Compiling zerocopy-derive v0.7.34 |
661 | 2024-05-30T03:12:40.526Z | Compiling thiserror-impl v1.0.61 |
662 | 2024-05-30T03:12:40.583Z | Compiling schemars_derive v0.8.21 |
663 | 2024-05-30T03:12:41.492Z | Compiling tokio-macros v2.2.0 |
664 | 2024-05-30T03:12:42.351Z | Compiling zerocopy v0.7.34 |
665 | 2024-05-30T03:12:43.060Z | Compiling tokio v1.37.0 |
666 | 2024-05-30T03:12:43.218Z | Compiling futures-macro v0.3.30 |
667 | 2024-05-30T03:12:43.755Z | Compiling pest v2.7.10 |
668 | 2024-05-30T03:12:44.152Z | Compiling hashbrown v0.14.5 |
669 | 2024-05-30T03:12:45.004Z | Compiling futures-util v0.3.30 |
670 | 2024-05-30T03:12:45.934Z | Compiling pest_meta v2.7.10 |
671 | 2024-05-30T03:12:45.975Z | Compiling openssl-macros v0.1.1 |
672 | 2024-05-30T03:12:45.975Z | Compiling regress v0.9.1 |
673 | 2024-05-30T03:12:46.090Z | Compiling rustls-webpki v0.101.7 |
674 | 2024-05-30T03:12:48.835Z | Compiling pest_generator v2.7.10 |
675 | 2024-05-30T03:12:49.424Z | Compiling sct v0.7.1 |
676 | 2024-05-30T03:12:49.816Z | Compiling tokio-util v0.7.11 |
677 | 2024-05-30T03:12:50.662Z | Compiling pest_derive v2.7.10 |
678 | 2024-05-30T03:12:50.717Z | Compiling regex-automata v0.4.6 |
679 | 2024-05-30T03:12:51.446Z | Compiling serde_tokenstream v0.2.0 |
680 | 2024-05-30T03:12:51.891Z | Compiling indexmap v2.2.6 |
681 | 2024-05-30T03:12:56.223Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
682 | 2024-05-30T03:12:56.781Z | Compiling h2 v0.3.26 |
683 | 2024-05-30T03:12:58.429Z | Compiling regex v1.10.4 |
684 | 2024-05-30T03:12:59.220Z | Compiling unicode-normalization v0.1.23 |
685 | 2024-05-30T03:13:00.189Z | Compiling scroll_derive v0.12.0 |
686 | 2024-05-30T03:13:00.941Z | Compiling hyper v0.14.28 |
687 | 2024-05-30T03:13:03.619Z | Compiling usdt-impl v0.5.0 |
688 | 2024-05-30T03:13:03.891Z | Compiling encoding_rs v0.8.34 |
689 | 2024-05-30T03:13:06.055Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
690 | 2024-05-30T03:13:06.730Z | Compiling time-core v0.1.2 |
691 | 2024-05-30T03:13:06.874Z | Compiling unicode-bidi v0.3.15 |
692 | 2024-05-30T03:13:09.397Z | Compiling num-conv v0.1.0 |
693 | 2024-05-30T03:13:09.439Z | Compiling mime v0.3.17 |
694 | 2024-05-30T03:13:10.455Z | Compiling powerfmt v0.2.0 |
695 | 2024-05-30T03:13:10.455Z | Compiling deranged v0.3.11 |
696 | 2024-05-30T03:13:10.455Z | Compiling time-macros v0.2.18 |
697 | 2024-05-30T03:13:11.669Z | Compiling idna v0.5.0 |
698 | 2024-05-30T03:13:14.358Z | Compiling tokio-rustls v0.24.1 |
699 | 2024-05-30T03:13:14.442Z | Compiling thread-id v4.2.1 |
700 | 2024-05-30T03:13:14.901Z | Compiling scroll v0.12.0 |
701 | 2024-05-30T03:13:14.901Z | Compiling tokio-native-tls v0.3.1 |
702 | 2024-05-30T03:13:14.939Z | Compiling dof v0.3.0 |
703 | 2024-05-30T03:13:15.003Z | Compiling serde_urlencoded v0.7.1 |
704 | 2024-05-30T03:13:15.062Z | Compiling dtrace-parser v0.2.0 |
705 | 2024-05-30T03:13:15.595Z | Compiling unicode-width v0.1.12 |
706 | 2024-05-30T03:13:15.628Z | Compiling omicron-workspace-hack v0.1.0 |
707 | 2024-05-30T03:13:15.665Z | Compiling num_threads v0.1.7 |
708 | 2024-05-30T03:13:15.877Z | Compiling ident_case v1.0.1 |
709 | 2024-05-30T03:13:16.004Z | Compiling plain v0.2.3 |
710 | 2024-05-30T03:13:16.125Z | Compiling strsim v0.11.1 |
711 | 2024-05-30T03:13:16.757Z | Compiling base64 v0.21.7 |
712 | 2024-05-30T03:13:16.800Z | Compiling crossbeam-utils v0.8.20 |
713 | 2024-05-30T03:13:17.445Z | Compiling rustls-pki-types v1.7.0 |
714 | 2024-05-30T03:13:18.564Z | Compiling time v0.3.36 |
715 | 2024-05-30T03:13:20.465Z | Compiling rustls-pemfile v1.0.4 |
716 | 2024-05-30T03:13:22.018Z | Compiling darling_core v0.20.9 |
717 | 2024-05-30T03:13:22.391Z | Compiling goblin v0.8.2 |
718 | 2024-05-30T03:13:23.237Z | Compiling getopts v0.2.21 |
719 | 2024-05-30T03:13:24.014Z | Compiling hyper-tls v0.5.0 |
720 | 2024-05-30T03:13:24.430Z | Compiling hyper-rustls v0.24.2 |
721 | 2024-05-30T03:13:24.780Z | Compiling url v2.5.0 |
722 | 2024-05-30T03:13:25.964Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#dc2047f7) |
723 | 2024-05-30T03:13:26.202Z | Compiling openapiv3 v2.0.0 |
724 | 2024-05-30T03:13:26.863Z | Compiling dirs-sys-next v0.1.2 |
725 | 2024-05-30T03:13:27.771Z | Compiling rustversion v1.0.17 |
726 | 2024-05-30T03:13:27.927Z | Compiling sync_wrapper v0.1.2 |
727 | 2024-05-30T03:13:28.044Z | Compiling paste v1.0.15 |
728 | 2024-05-30T03:13:28.305Z | Compiling webpki-roots v0.25.4 |
729 | 2024-05-30T03:13:28.413Z | Compiling ipnet v2.9.0 |
730 | 2024-05-30T03:13:28.461Z | Compiling unsafe-libyaml v0.2.11 |
731 | 2024-05-30T03:13:29.651Z | Compiling pretty-hex v0.4.1 |
732 | 2024-05-30T03:13:29.698Z | Compiling rustls v0.22.4 |
733 | 2024-05-30T03:13:29.746Z | Compiling serde_yaml v0.9.34+deprecated |
734 | 2024-05-30T03:13:30.580Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
735 | 2024-05-30T03:13:31.704Z | Compiling reqwest v0.11.27 |
736 | 2024-05-30T03:13:32.171Z | Compiling dirs-next v2.0.0 |
737 | 2024-05-30T03:13:32.378Z | Compiling darling_macro v0.20.9 |
738 | 2024-05-30T03:13:34.294Z | Compiling rustls-webpki v0.102.4 |
739 | 2024-05-30T03:13:35.031Z | Compiling block-buffer v0.10.4 |
740 | 2024-05-30T03:13:35.075Z | Compiling crypto-common v0.1.6 |
741 | 2024-05-30T03:13:35.245Z | Compiling toml_datetime v0.6.6 |
742 | 2024-05-30T03:13:35.795Z | Compiling serde_spanned v0.6.6 |
743 | 2024-05-30T03:13:35.938Z | Compiling structmeta-derive v0.3.0 |
744 | 2024-05-30T03:13:36.006Z | Compiling rand_core v0.6.4 |
745 | 2024-05-30T03:13:36.218Z | Compiling thread_local v1.1.8 |
746 | 2024-05-30T03:13:36.395Z | Compiling multer v3.1.0 |
747 | 2024-05-30T03:13:36.653Z | Compiling slog-async v2.8.0 |
748 | 2024-05-30T03:13:36.853Z | Compiling winnow v0.6.9 |
749 | 2024-05-30T03:13:37.041Z | Compiling camino v1.1.7 |
750 | 2024-05-30T03:13:37.496Z | Compiling ppv-lite86 v0.2.17 |
751 | 2024-05-30T03:13:37.928Z | Compiling anyhow v1.0.86 |
752 | 2024-05-30T03:13:38.090Z | Compiling subtle v2.5.0 |
753 | 2024-05-30T03:13:38.134Z | Compiling match_cfg v0.1.0 |
754 | 2024-05-30T03:13:38.165Z | Compiling zeroize v1.8.1 |
755 | 2024-05-30T03:13:38.209Z | Compiling hostname v0.3.1 |
756 | 2024-05-30T03:13:38.316Z | Compiling structmeta v0.3.0 |
757 | 2024-05-30T03:13:38.444Z | Compiling rand_chacha v0.3.1 |
758 | 2024-05-30T03:13:38.679Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
759 | 2024-05-30T03:13:39.695Z | Compiling digest v0.10.7 |
760 | 2024-05-30T03:13:40.140Z | Compiling toml_edit v0.22.13 |
761 | 2024-05-30T03:13:40.232Z | Compiling crossbeam-channel v0.5.13 |
762 | 2024-05-30T03:13:41.006Z | Compiling darling v0.20.9 |
763 | 2024-05-30T03:13:41.604Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
764 | 2024-05-30T03:13:43.055Z | Compiling term v0.7.0 |
765 | 2024-05-30T03:13:47.930Z | Compiling usdt-attr-macro v0.5.0 |
766 | 2024-05-30T03:13:48.558Z | Compiling usdt-macro v0.5.0 |
767 | 2024-05-30T03:13:49.112Z | Compiling slog-json v2.6.1 |
768 | 2024-05-30T03:13:49.579Z | Compiling futures-executor v0.3.30 |
769 | 2024-05-30T03:13:50.295Z | Compiling async-stream-impl v0.3.5 |
770 | 2024-05-30T03:13:50.663Z | Compiling http v1.1.0 |
771 | 2024-05-30T03:13:50.809Z | Compiling memmap v0.7.0 |
772 | 2024-05-30T03:13:51.160Z | Compiling is-terminal v0.4.12 |
773 | 2024-05-30T03:13:51.201Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
774 | 2024-05-30T03:13:51.669Z | Compiling base64 v0.22.1 |
775 | 2024-05-30T03:13:51.711Z | Compiling heck v0.4.1 |
776 | 2024-05-30T03:13:51.774Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
777 | 2024-05-30T03:13:52.036Z | Compiling atomic-waker v1.1.2 |
778 | 2024-05-30T03:13:52.116Z | Compiling take_mut v0.2.2 |
779 | 2024-05-30T03:13:52.186Z | Compiling cpufeatures v0.2.12 |
780 | 2024-05-30T03:13:52.628Z | Compiling sha1 v0.10.6 |
781 | 2024-05-30T03:13:53.141Z | Compiling waitgroup v0.1.2 |
782 | 2024-05-30T03:13:54.389Z | Compiling strum_macros v0.26.2 |
783 | 2024-05-30T03:13:55.267Z | Compiling rustls-pemfile v2.1.2 |
784 | 2024-05-30T03:13:55.469Z | Compiling slog-term v2.9.1 |
785 | 2024-05-30T03:13:55.907Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#55d8b98e) |
786 | 2024-05-30T03:13:56.102Z | Compiling usdt v0.5.0 |
787 | 2024-05-30T03:13:57.361Z | Compiling async-stream v0.3.5 |
788 | 2024-05-30T03:13:57.633Z | Compiling futures v0.3.30 |
789 | 2024-05-30T03:13:57.759Z | Compiling slog-bunyan v2.5.0 |
790 | 2024-05-30T03:13:57.816Z | Compiling toml v0.8.13 |
791 | 2024-05-30T03:13:57.958Z | Compiling tokio-rustls v0.25.0 |
792 | 2024-05-30T03:13:57.988Z | Compiling serde_with_macros v3.8.1 |
793 | 2024-05-30T03:13:58.274Z | Compiling rand v0.8.5 |
794 | 2024-05-30T03:14:00.090Z | Compiling parse-display-derive v0.9.0 |
795 | 2024-05-30T03:14:01.327Z | Compiling newtype-uuid v1.1.0 |
796 | 2024-05-30T03:14:01.560Z | Compiling ipnetwork v0.20.0 |
797 | 2024-05-30T03:14:02.102Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d91ef514) |
798 | 2024-05-30T03:14:03.397Z | Compiling serde_path_to_error v0.1.16 |
799 | 2024-05-30T03:14:03.796Z | Compiling hex v0.4.3 |
800 | 2024-05-30T03:14:04.356Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
801 | 2024-05-30T03:14:04.356Z | Compiling async-trait v0.1.80 |
802 | 2024-05-30T03:14:04.356Z | Compiling hostname v0.4.0 |
803 | 2024-05-30T03:14:04.495Z | Compiling instant v0.1.13 |
804 | 2024-05-30T03:14:04.532Z | Compiling debug-ignore v1.0.5 |
805 | 2024-05-30T03:14:04.618Z | Compiling backoff v0.4.0 |
806 | 2024-05-30T03:14:04.658Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
807 | 2024-05-30T03:14:04.813Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
808 | 2024-05-30T03:14:04.900Z | Compiling parse-display v0.9.0 |
809 | 2024-05-30T03:14:04.955Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#5d09ba3c) |
810 | 2024-05-30T03:14:05.509Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
811 | 2024-05-30T03:14:05.975Z | Compiling serde_with v3.8.1 |
812 | 2024-05-30T03:14:06.536Z | Compiling strum v0.26.2 |
813 | 2024-05-30T03:14:06.667Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
814 | 2024-05-30T03:14:07.286Z | Compiling macaddr v1.0.1 |
815 | 2024-05-30T03:14:10.033Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
816 | 2024-05-30T03:14:17.881Z | Compiling test-project v0.1.0 (/tmp/test-project) |
817 | 2024-05-30T03:14:26.309Z | Finished `release` profile [optimized] target(s) in 1m 58s |
818 | 2024-05-30T03:14:26.352Z | process exited: duration 190953 ms, exit code 0 |
|
819 | 2024-05-30T03:14:26.843Z | found 0 output files |