|
|
|
1 | 2024-05-24T15:12:37.265Z | job assigned to worker 01HYNJH3W5AFZJXSVRBBMQ0YTZ (queued for 48 s) |
|
2 | 2024-05-24T15:12:37.905Z | starting task 0: "setup" |
3 | 2024-05-24T15:12:37.939Z | ++ uname -s |
4 | 2024-05-24T15:12:37.939Z | + kern=SunOS |
5 | 2024-05-24T15:12:37.939Z | + case "$kern" in |
6 | 2024-05-24T15:12:37.940Z | + groupadd -g 12345 build |
7 | 2024-05-24T15:12:37.940Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-05-24T15:12:39.936Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-05-24T15:12:39.981Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-05-24T15:12:40.009Z | + home_fs=zfs |
11 | 2024-05-24T15:12:40.010Z | + [[ zfs == autofs ]] |
12 | 2024-05-24T15:12:40.010Z | + mkdir -p /home/build |
13 | 2024-05-24T15:12:40.010Z | + chown build:build /home/build /work |
14 | 2024-05-24T15:12:41.985Z | + chmod 0700 /home/build /work |
15 | 2024-05-24T15:12:42.011Z | process exited: duration 4085 ms, exit code 0 |
|
16 | 2024-05-24T15:12:42.061Z | starting task 1: "rust-toolchain" |
17 | 2024-05-24T15:12:42.087Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-05-24T15:12:42.087Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
19 | 2024-05-24T15:12:42.219Z | info: downloading installer |
20 | 2024-05-24T15:12:42.649Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-05-24T15:12:42.649Z | warning: /opt/ooce/bin |
22 | 2024-05-24T15:12:42.649Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-05-24T15:12:42.649Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-05-24T15:12:42.649Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-05-24T15:12:42.649Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-05-24T15:12:42.650Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-05-24T15:12:42.650Z | error: cannot install while Rust is installed |
28 | 2024-05-24T15:12:42.650Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-05-24T15:12:42.704Z | info: profile set to 'default' |
30 | 2024-05-24T15:12:42.704Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-05-24T15:12:42.730Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
32 | 2024-05-24T15:12:42.809Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
33 | 2024-05-24T15:12:42.809Z | info: downloading component 'cargo' |
34 | 2024-05-24T15:12:42.959Z | info: downloading component 'clippy' |
35 | 2024-05-24T15:12:43.004Z | info: downloading component 'rust-docs' |
36 | 2024-05-24T15:12:43.167Z | info: downloading component 'rust-std' |
37 | 2024-05-24T15:12:43.418Z | info: downloading component 'rustc' |
38 | 2024-05-24T15:12:44.077Z | info: downloading component 'rustfmt' |
39 | 2024-05-24T15:12:44.112Z | info: installing component 'cargo' |
40 | 2024-05-24T15:12:45.214Z | info: installing component 'clippy' |
41 | 2024-05-24T15:12:45.631Z | info: installing component 'rust-docs' |
42 | 2024-05-24T15:12:48.199Z | info: installing component 'rust-std' |
43 | 2024-05-24T15:12:50.183Z | info: installing component 'rustc' |
44 | 2024-05-24T15:12:55.191Z | info: installing component 'rustfmt' |
45 | 2024-05-24T15:12:55.562Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
46 | 2024-05-24T15:12:55.562Z | |
47 | 2024-05-24T15:12:55.684Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
48 | 2024-05-24T15:12:55.684Z | |
49 | 2024-05-24T15:12:55.709Z | |
50 | 2024-05-24T15:12:55.709Z | Rust is installed now. Great! |
51 | 2024-05-24T15:12:55.709Z | |
52 | 2024-05-24T15:12:55.709Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-05-24T15:12:55.709Z | environment variable. This has not been done automatically. |
54 | 2024-05-24T15:12:55.709Z | |
55 | 2024-05-24T15:12:55.710Z | To configure your current shell, you need to source |
56 | 2024-05-24T15:12:55.710Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-05-24T15:12:55.710Z | |
58 | 2024-05-24T15:12:55.710Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-05-24T15:12:55.710Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-05-24T15:12:55.710Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-05-24T15:12:55.757Z | + rustc --version |
62 | 2024-05-24T15:12:55.855Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
63 | 2024-05-24T15:12:55.880Z | process exited: duration 13797 ms, exit code 0 |
|
64 | 2024-05-24T15:12:55.930Z | starting task 2: "authentication" |
65 | 2024-05-24T15:12:55.989Z | process exited: duration 58 ms, exit code 0 |
|
66 | 2024-05-24T15:12:56.466Z | starting task 3: "clone repository" |
67 | 2024-05-24T15:12:56.492Z | + mkdir -p /work/oxidecomputer/omicron |
68 | 2024-05-24T15:12:56.492Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
69 | 2024-05-24T15:12:56.492Z | Cloning into '/work/oxidecomputer/omicron'... |
70 | 2024-05-24T15:13:01.740Z | + cd /work/oxidecomputer/omicron |
71 | 2024-05-24T15:13:01.740Z | + git fetch origin ac617d70685a3600e4bb8d3df159c7b1bcbeef10 |
72 | 2024-05-24T15:13:02.178Z | From https://github.com/oxidecomputer/omicron |
73 | 2024-05-24T15:13:02.178Z | * branch ac617d70685a3600e4bb8d3df159c7b1bcbeef10 -> FETCH_HEAD |
74 | 2024-05-24T15:13:02.204Z | + [[ -n ipnet-weeds ]] |
75 | 2024-05-24T15:13:02.204Z | ++ git branch --show-current |
76 | 2024-05-24T15:13:02.204Z | + current=main |
77 | 2024-05-24T15:13:02.204Z | + [[ main != ipnet-weeds ]] |
78 | 2024-05-24T15:13:02.204Z | + git branch -f ipnet-weeds ac617d70685a3600e4bb8d3df159c7b1bcbeef10 |
79 | 2024-05-24T15:13:02.204Z | + git checkout -f ipnet-weeds |
80 | 2024-05-24T15:13:02.385Z | Switched to branch 'ipnet-weeds' |
81 | 2024-05-24T15:13:02.414Z | + git reset --hard ac617d70685a3600e4bb8d3df159c7b1bcbeef10 |
82 | 2024-05-24T15:13:02.414Z | HEAD is now at ac617d706 one more stray dep |
83 | 2024-05-24T15:13:02.414Z | process exited: duration 6345 ms, exit code 0 |
|
84 | 2024-05-24T15:13:02.485Z | starting task 4: "build" |
85 | 2024-05-24T15:13:02.512Z | + cargo --version |
86 | 2024-05-24T15:13:02.591Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
87 | 2024-05-24T15:13:02.620Z | + rustc --version |
88 | 2024-05-24T15:13:02.691Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
89 | 2024-05-24T15:13:02.717Z | + cd /tmp |
90 | 2024-05-24T15:13:02.717Z | + cargo new --lib test-project |
91 | 2024-05-24T15:13:02.793Z | Creating library `test-project` package |
92 | 2024-05-24T15:13:02.939Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-05-24T15:13:02.939Z | + cd test-project |
94 | 2024-05-24T15:13:02.939Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-05-24T15:13:03.032Z | Adding omicron-common (local) to dependencies |
96 | 2024-05-24T15:13:03.064Z | Features: |
97 | 2024-05-24T15:13:03.064Z | - proptest |
98 | 2024-05-24T15:13:03.064Z | - test-strategy |
99 | 2024-05-24T15:13:03.064Z | - testing |
100 | 2024-05-24T15:13:03.065Z | Updating crates.io index |
101 | 2024-05-24T15:13:03.100Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
102 | 2024-05-24T15:13:04.012Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-05-24T15:13:05.059Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-05-24T15:13:05.559Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
105 | 2024-05-24T15:13:07.891Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-05-24T15:13:08.410Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-05-24T15:13:09.054Z | Updating git repository `https://github.com/oxidecomputer/typify` |
108 | 2024-05-24T15:13:12.322Z | + cargo check |
109 | 2024-05-24T15:13:12.601Z | Downloading crates ... |
110 | 2024-05-24T15:13:12.677Z | Downloaded allocator-api2 v0.2.18 |
111 | 2024-05-24T15:13:12.702Z | Downloaded async-stream v0.3.5 |
112 | 2024-05-24T15:13:12.703Z | Downloaded bitflags v2.5.0 |
113 | 2024-05-24T15:13:12.703Z | Downloaded debug-ignore v1.0.5 |
114 | 2024-05-24T15:13:12.703Z | Downloaded backoff v0.4.0 |
115 | 2024-05-24T15:13:12.703Z | Downloaded openssl-macros v0.1.1 |
116 | 2024-05-24T15:13:12.703Z | Downloaded dirs-next v2.0.0 |
117 | 2024-05-24T15:13:12.703Z | Downloaded dtrace-parser v0.2.0 |
118 | 2024-05-24T15:13:12.703Z | Downloaded block-buffer v0.10.4 |
119 | 2024-05-24T15:13:12.732Z | Downloaded dof v0.3.0 |
120 | 2024-05-24T15:13:12.732Z | Downloaded dirs-sys-next v0.1.2 |
121 | 2024-05-24T15:13:12.732Z | Downloaded unicode-bidi v0.3.15 |
122 | 2024-05-24T15:13:12.733Z | Downloaded uuid v1.8.0 |
123 | 2024-05-24T15:13:12.733Z | Downloaded untrusted v0.9.0 |
124 | 2024-05-24T15:13:12.733Z | Downloaded parking_lot_core v0.9.10 |
125 | 2024-05-24T15:13:12.733Z | Downloaded zerocopy v0.7.34 |
126 | 2024-05-24T15:13:12.759Z | Downloaded iana-time-zone v0.1.60 |
127 | 2024-05-24T15:13:12.785Z | Downloaded rand v0.8.5 |
128 | 2024-05-24T15:13:12.785Z | Downloaded sync_wrapper v0.1.2 |
129 | 2024-05-24T15:13:12.785Z | Downloaded take_mut v0.2.2 |
130 | 2024-05-24T15:13:12.785Z | Downloaded tower-service v0.3.2 |
131 | 2024-05-24T15:13:12.785Z | Downloaded try-lock v0.2.5 |
132 | 2024-05-24T15:13:12.785Z | Downloaded tokio-native-tls v0.3.1 |
133 | 2024-05-24T15:13:12.786Z | Downloaded tinyvec_macros v0.1.1 |
134 | 2024-05-24T15:13:12.786Z | Downloaded toml_datetime v0.6.6 |
135 | 2024-05-24T15:13:12.786Z | Downloaded thiserror-impl v1.0.61 |
136 | 2024-05-24T15:13:12.840Z | Downloaded ppv-lite86 v0.2.17 |
137 | 2024-05-24T15:13:12.841Z | Downloaded tokio-macros v2.2.0 |
138 | 2024-05-24T15:13:12.841Z | Downloaded tokio-rustls v0.24.1 |
139 | 2024-05-24T15:13:12.841Z | Downloaded time-macros v0.2.18 |
140 | 2024-05-24T15:13:12.841Z | Downloaded tracing-core v0.1.32 |
141 | 2024-05-24T15:13:12.841Z | Downloaded tokio-rustls v0.25.0 |
142 | 2024-05-24T15:13:12.841Z | Downloaded toml v0.8.13 |
143 | 2024-05-24T15:13:12.842Z | Downloaded toml_edit v0.22.13 |
144 | 2024-05-24T15:13:12.868Z | Downloaded tokio-util v0.7.11 |
145 | 2024-05-24T15:13:12.868Z | Downloaded subtle v2.5.0 |
146 | 2024-05-24T15:13:12.868Z | Downloaded serde_derive v1.0.202 |
147 | 2024-05-24T15:13:12.868Z | Downloaded tinyvec v1.6.0 |
148 | 2024-05-24T15:13:12.868Z | Downloaded tokio v1.37.0 |
149 | 2024-05-24T15:13:12.939Z | Downloaded serde_yaml v0.9.34+deprecated |
150 | 2024-05-24T15:13:12.939Z | Downloaded serde_with v3.8.1 |
151 | 2024-05-24T15:13:12.939Z | Downloaded regex v1.10.4 |
152 | 2024-05-24T15:13:12.939Z | Downloaded serde_json v1.0.117 |
153 | 2024-05-24T15:13:12.971Z | Downloaded regex-syntax v0.8.3 |
154 | 2024-05-24T15:13:12.971Z | Downloaded syn v2.0.66 |
155 | 2024-05-24T15:13:13.008Z | Downloaded regex-automata v0.4.6 |
156 | 2024-05-24T15:13:13.008Z | Downloaded rustls v0.22.4 |
157 | 2024-05-24T15:13:13.042Z | Downloaded rustls v0.21.12 |
158 | 2024-05-24T15:13:13.043Z | Downloaded rustls-webpki v0.102.4 |
159 | 2024-05-24T15:13:13.043Z | Downloaded rustls-webpki v0.101.7 |
160 | 2024-05-24T15:13:13.073Z | Downloaded reqwest v0.11.27 |
161 | 2024-05-24T15:13:13.073Z | Downloaded serde v1.0.202 |
162 | 2024-05-24T15:13:13.073Z | Downloaded winnow v0.6.8 |
163 | 2024-05-24T15:13:13.108Z | Downloaded webpki-roots v0.25.4 |
164 | 2024-05-24T15:13:13.108Z | Downloaded vcpkg v0.2.15 |
165 | 2024-05-24T15:13:13.145Z | Downloaded idna v0.5.0 |
166 | 2024-05-24T15:13:13.146Z | Downloaded encoding_rs v0.8.34 |
167 | 2024-05-24T15:13:13.173Z | Downloaded pest v2.7.10 |
168 | 2024-05-24T15:13:13.173Z | Downloaded libc v0.2.155 |
169 | 2024-05-24T15:13:13.198Z | Downloaded schemars v0.8.21 |
170 | 2024-05-24T15:13:13.229Z | Downloaded ryu v1.0.18 |
171 | 2024-05-24T15:13:13.230Z | Downloaded rustls-pki-types v1.7.0 |
172 | 2024-05-24T15:13:13.230Z | Downloaded strum_macros v0.26.2 |
173 | 2024-05-24T15:13:13.230Z | Downloaded structmeta-derive v0.3.0 |
174 | 2024-05-24T15:13:13.230Z | Downloaded strsim v0.11.1 |
175 | 2024-05-24T15:13:13.265Z | Downloaded smallvec v1.13.2 |
176 | 2024-05-24T15:13:13.265Z | Downloaded ring v0.17.8 |
177 | 2024-05-24T15:13:13.304Z | Downloaded slog-term v2.9.1 |
178 | 2024-05-24T15:13:13.329Z | Downloaded slog-bunyan v2.5.0 |
179 | 2024-05-24T15:13:13.329Z | Downloaded slog v2.7.0 |
180 | 2024-05-24T15:13:13.330Z | Downloaded slab v0.4.9 |
181 | 2024-05-24T15:13:13.330Z | Downloaded signal-hook-registry v1.4.2 |
182 | 2024-05-24T15:13:13.330Z | Downloaded sha2 v0.10.8 |
183 | 2024-05-24T15:13:13.330Z | Downloaded sha1 v0.10.6 |
184 | 2024-05-24T15:13:13.330Z | Downloaded serde_with_macros v3.8.1 |
185 | 2024-05-24T15:13:13.330Z | Downloaded serde_urlencoded v0.7.1 |
186 | 2024-05-24T15:13:13.330Z | Downloaded serde_tokenstream v0.2.0 |
187 | 2024-05-24T15:13:13.330Z | Downloaded serde_spanned v0.6.6 |
188 | 2024-05-24T15:13:13.330Z | Downloaded serde_path_to_error v0.1.16 |
189 | 2024-05-24T15:13:13.355Z | Downloaded serde_derive_internals v0.29.1 |
190 | 2024-05-24T15:13:13.355Z | Downloaded semver v1.0.23 |
191 | 2024-05-24T15:13:13.355Z | Downloaded scroll v0.12.0 |
192 | 2024-05-24T15:13:13.355Z | Downloaded schemars_derive v0.8.21 |
193 | 2024-05-24T15:13:13.355Z | Downloaded rustls-pemfile v2.1.2 |
194 | 2024-05-24T15:13:13.355Z | Downloaded rustls-pemfile v1.0.4 |
195 | 2024-05-24T15:13:13.355Z | Downloaded openssl v0.10.64 |
196 | 2024-05-24T15:13:13.355Z | Downloaded openapiv3 v2.0.0 |
197 | 2024-05-24T15:13:13.380Z | Downloaded hyper v0.14.28 |
198 | 2024-05-24T15:13:13.381Z | Downloaded slog-async v2.8.0 |
199 | 2024-05-24T15:13:13.381Z | Downloaded scopeguard v1.2.0 |
200 | 2024-05-24T15:13:13.381Z | Downloaded tracing v0.1.40 |
201 | 2024-05-24T15:13:13.409Z | Downloaded time v0.3.36 |
202 | 2024-05-24T15:13:13.409Z | Downloaded structmeta v0.3.0 |
203 | 2024-05-24T15:13:13.409Z | Downloaded slog-json v2.6.1 |
204 | 2024-05-24T15:13:13.409Z | Downloaded mio v0.8.11 |
205 | 2024-05-24T15:13:13.409Z | Downloaded http v1.1.0 |
206 | 2024-05-24T15:13:13.409Z | Downloaded term v0.7.0 |
207 | 2024-05-24T15:13:13.409Z | Downloaded spin v0.9.8 |
208 | 2024-05-24T15:13:13.439Z | Downloaded sct v0.7.1 |
209 | 2024-05-24T15:13:13.439Z | Downloaded zerocopy-derive v0.7.34 |
210 | 2024-05-24T15:13:13.439Z | Downloaded http v0.2.12 |
211 | 2024-05-24T15:13:13.439Z | Downloaded goblin v0.8.2 |
212 | 2024-05-24T15:13:13.439Z | Downloaded typenum v1.17.0 |
213 | 2024-05-24T15:13:13.439Z | Downloaded memchr v2.7.2 |
214 | 2024-05-24T15:13:13.469Z | Downloaded strum v0.26.2 |
215 | 2024-05-24T15:13:13.469Z | Downloaded rand_chacha v0.3.1 |
216 | 2024-05-24T15:13:13.469Z | Downloaded quote v1.0.36 |
217 | 2024-05-24T15:13:13.469Z | Downloaded pest_derive v2.7.10 |
218 | 2024-05-24T15:13:13.470Z | Downloaded scroll_derive v0.12.0 |
219 | 2024-05-24T15:13:13.470Z | Downloaded pkg-config v0.3.30 |
220 | 2024-05-24T15:13:13.470Z | Downloaded thiserror v1.0.61 |
221 | 2024-05-24T15:13:13.470Z | Downloaded num-traits v0.2.19 |
222 | 2024-05-24T15:13:13.470Z | Downloaded percent-encoding v2.3.1 |
223 | 2024-05-24T15:13:13.470Z | Downloaded paste v1.0.15 |
224 | 2024-05-24T15:13:13.470Z | Downloaded httparse v1.8.0 |
225 | 2024-05-24T15:13:13.470Z | Downloaded thread_local v1.1.8 |
226 | 2024-05-24T15:13:13.471Z | Downloaded thread-id v4.2.1 |
227 | 2024-05-24T15:13:13.471Z | Downloaded socket2 v0.5.7 |
228 | 2024-05-24T15:13:13.505Z | Downloaded rustversion v1.0.17 |
229 | 2024-05-24T15:13:13.505Z | Downloaded time-core v0.1.2 |
230 | 2024-05-24T15:13:13.505Z | Downloaded lock_api v0.4.12 |
231 | 2024-05-24T15:13:13.505Z | Downloaded futures-channel v0.3.30 |
232 | 2024-05-24T15:13:13.505Z | Downloaded rand_core v0.6.4 |
233 | 2024-05-24T15:13:13.506Z | Downloaded num_cpus v1.16.0 |
234 | 2024-05-24T15:13:13.506Z | Downloaded multer v3.1.0 |
235 | 2024-05-24T15:13:13.506Z | Downloaded mime v0.3.17 |
236 | 2024-05-24T15:13:13.506Z | Downloaded macaddr v1.0.1 |
237 | 2024-05-24T15:13:13.506Z | Downloaded ipnetwork v0.20.0 |
238 | 2024-05-24T15:13:13.506Z | Downloaded hex v0.4.3 |
239 | 2024-05-24T15:13:13.506Z | Downloaded futures-core v0.3.30 |
240 | 2024-05-24T15:13:13.506Z | Downloaded regress v0.9.1 |
241 | 2024-05-24T15:13:13.506Z | Downloaded proc-macro2 v1.0.83 |
242 | 2024-05-24T15:13:13.506Z | Downloaded plain v0.2.3 |
243 | 2024-05-24T15:13:13.506Z | Downloaded waitgroup v0.1.2 |
244 | 2024-05-24T15:13:13.506Z | Downloaded match_cfg v0.1.0 |
245 | 2024-05-24T15:13:13.532Z | Downloaded itoa v1.0.11 |
246 | 2024-05-24T15:13:13.532Z | Downloaded is-terminal v0.4.12 |
247 | 2024-05-24T15:13:13.532Z | Downloaded ipnet v2.9.0 |
248 | 2024-05-24T15:13:13.532Z | Downloaded indexmap v2.2.6 |
249 | 2024-05-24T15:13:13.532Z | Downloaded generic-array v0.14.7 |
250 | 2024-05-24T15:13:13.533Z | Downloaded futures-executor v0.3.30 |
251 | 2024-05-24T15:13:13.533Z | Downloaded form_urlencoded v1.2.1 |
252 | 2024-05-24T15:13:13.533Z | Downloaded foreign-types v0.3.2 |
253 | 2024-05-24T15:13:13.533Z | Downloaded pretty-hex v0.4.1 |
254 | 2024-05-24T15:13:13.533Z | Downloaded powerfmt v0.2.0 |
255 | 2024-05-24T15:13:13.533Z | Downloaded pin-utils v0.1.0 |
256 | 2024-05-24T15:13:13.533Z | Downloaded pin-project-lite v0.2.14 |
257 | 2024-05-24T15:13:13.533Z | Downloaded pest_meta v2.7.10 |
258 | 2024-05-24T15:13:13.533Z | Downloaded pest_generator v2.7.10 |
259 | 2024-05-24T15:13:13.533Z | Downloaded parse-display-derive v0.9.0 |
260 | 2024-05-24T15:13:13.533Z | Downloaded parse-display v0.9.0 |
261 | 2024-05-24T15:13:13.574Z | Downloaded parking_lot v0.12.2 |
262 | 2024-05-24T15:13:13.574Z | Downloaded openssl-sys v0.9.102 |
263 | 2024-05-24T15:13:13.574Z | Downloaded openssl-probe v0.1.5 |
264 | 2024-05-24T15:13:13.574Z | Downloaded want v0.3.1 |
265 | 2024-05-24T15:13:13.574Z | Downloaded version_check v0.9.4 |
266 | 2024-05-24T15:13:13.574Z | Downloaded once_cell v1.19.0 |
267 | 2024-05-24T15:13:13.574Z | Downloaded omicron-workspace-hack v0.1.0 |
268 | 2024-05-24T15:13:13.574Z | Downloaded num_threads v0.1.7 |
269 | 2024-05-24T15:13:13.574Z | Downloaded num-conv v0.1.0 |
270 | 2024-05-24T15:13:13.575Z | Downloaded newtype-uuid v1.1.0 |
271 | 2024-05-24T15:13:13.575Z | Downloaded native-tls v0.2.11 |
272 | 2024-05-24T15:13:13.575Z | Downloaded memmap v0.7.0 |
273 | 2024-05-24T15:13:13.575Z | Downloaded log v0.4.21 |
274 | 2024-05-24T15:13:13.575Z | Downloaded instant v0.1.13 |
275 | 2024-05-24T15:13:13.575Z | Downloaded indexmap v1.9.3 |
276 | 2024-05-24T15:13:13.575Z | Downloaded ident_case v1.0.1 |
277 | 2024-05-24T15:13:13.603Z | Downloaded hyper-tls v0.5.0 |
278 | 2024-05-24T15:13:13.603Z | Downloaded httpdate v1.0.3 |
279 | 2024-05-24T15:13:13.603Z | Downloaded http-body v0.4.6 |
280 | 2024-05-24T15:13:13.603Z | Downloaded hostname v0.3.1 |
281 | 2024-05-24T15:13:13.603Z | Downloaded heck v0.5.0 |
282 | 2024-05-24T15:13:13.603Z | Downloaded heck v0.4.1 |
283 | 2024-05-24T15:13:13.603Z | Downloaded hashbrown v0.12.3 |
284 | 2024-05-24T15:13:13.603Z | Downloaded h2 v0.3.26 |
285 | 2024-05-24T15:13:13.603Z | Downloaded getrandom v0.2.15 |
286 | 2024-05-24T15:13:13.604Z | Downloaded getopts v0.2.21 |
287 | 2024-05-24T15:13:13.604Z | Downloaded futures-util v0.3.30 |
288 | 2024-05-24T15:13:13.604Z | Downloaded futures-task v0.3.30 |
289 | 2024-05-24T15:13:13.604Z | Downloaded futures-sink v0.3.30 |
290 | 2024-05-24T15:13:13.604Z | Downloaded futures-io v0.3.30 |
291 | 2024-05-24T15:13:13.604Z | Downloaded futures v0.3.30 |
292 | 2024-05-24T15:13:13.640Z | Downloaded foreign-types-shared v0.1.1 |
293 | 2024-05-24T15:13:13.640Z | Downloaded fnv v1.0.7 |
294 | 2024-05-24T15:13:13.640Z | Downloaded equivalent v1.0.1 |
295 | 2024-05-24T15:13:13.640Z | Downloaded hashbrown v0.14.5 |
296 | 2024-05-24T15:13:13.640Z | Downloaded futures-macro v0.3.30 |
297 | 2024-05-24T15:13:13.640Z | Downloaded hyper-rustls v0.24.2 |
298 | 2024-05-24T15:13:13.640Z | Downloaded hostname v0.4.0 |
299 | 2024-05-24T15:13:13.640Z | Downloaded chrono v0.4.38 |
300 | 2024-05-24T15:13:13.640Z | Downloaded zeroize v1.7.0 |
301 | 2024-05-24T15:13:13.640Z | Downloaded usdt-macro v0.5.0 |
302 | 2024-05-24T15:13:13.640Z | Downloaded usdt-attr-macro v0.5.0 |
303 | 2024-05-24T15:13:13.641Z | Downloaded usdt v0.5.0 |
304 | 2024-05-24T15:13:13.641Z | Downloaded url v2.5.0 |
305 | 2024-05-24T15:13:13.641Z | Downloaded cc v1.0.98 |
306 | 2024-05-24T15:13:13.680Z | Downloaded unicode-width v0.1.12 |
307 | 2024-05-24T15:13:13.681Z | Downloaded unicode-normalization v0.1.23 |
308 | 2024-05-24T15:13:13.681Z | Downloaded unicode-ident v1.0.12 |
309 | 2024-05-24T15:13:13.681Z | Downloaded dyn-clone v1.0.17 |
310 | 2024-05-24T15:13:13.681Z | Downloaded digest v0.10.7 |
311 | 2024-05-24T15:13:13.681Z | Downloaded darling_macro v0.20.9 |
312 | 2024-05-24T15:13:13.681Z | Downloaded darling_core v0.20.9 |
313 | 2024-05-24T15:13:13.681Z | Downloaded cpufeatures v0.2.12 |
314 | 2024-05-24T15:13:13.682Z | Downloaded cfg-if v1.0.0 |
315 | 2024-05-24T15:13:13.682Z | Downloaded base64 v0.22.1 |
316 | 2024-05-24T15:13:13.682Z | Downloaded usdt-impl v0.5.0 |
317 | 2024-05-24T15:13:13.682Z | Downloaded unsafe-libyaml v0.2.11 |
318 | 2024-05-24T15:13:13.683Z | Downloaded crypto-common v0.1.6 |
319 | 2024-05-24T15:13:13.683Z | Downloaded ucd-trie v0.1.6 |
320 | 2024-05-24T15:13:13.712Z | Downloaded deranged v0.3.11 |
321 | 2024-05-24T15:13:13.712Z | Downloaded camino v1.1.7 |
322 | 2024-05-24T15:13:13.712Z | Downloaded crossbeam-utils v0.8.20 |
323 | 2024-05-24T15:13:13.712Z | Downloaded crossbeam-channel v0.5.13 |
324 | 2024-05-24T15:13:13.712Z | Downloaded bytes v1.6.0 |
325 | 2024-05-24T15:13:13.712Z | Downloaded darling v0.20.9 |
326 | 2024-05-24T15:13:13.712Z | Downloaded byteorder v1.5.0 |
327 | 2024-05-24T15:13:13.712Z | Downloaded async-trait v0.1.80 |
328 | 2024-05-24T15:13:13.712Z | Downloaded async-stream-impl v0.3.5 |
329 | 2024-05-24T15:13:13.712Z | Downloaded base64 v0.21.7 |
330 | 2024-05-24T15:13:13.712Z | Downloaded autocfg v1.3.0 |
331 | 2024-05-24T15:13:13.712Z | Downloaded atomic-waker v1.1.2 |
332 | 2024-05-24T15:13:13.712Z | Downloaded aho-corasick v1.1.3 |
333 | 2024-05-24T15:13:13.712Z | Downloaded ahash v0.8.11 |
334 | 2024-05-24T15:13:13.713Z | Downloaded anyhow v1.0.86 |
335 | 2024-05-24T15:13:13.811Z | Compiling proc-macro2 v1.0.83 |
336 | 2024-05-24T15:13:13.811Z | Compiling unicode-ident v1.0.12 |
337 | 2024-05-24T15:13:13.837Z | Compiling libc v0.2.155 |
338 | 2024-05-24T15:13:13.838Z | Checking cfg-if v1.0.0 |
339 | 2024-05-24T15:13:13.838Z | Compiling version_check v0.9.4 |
340 | 2024-05-24T15:13:13.838Z | Compiling autocfg v1.3.0 |
341 | 2024-05-24T15:13:13.838Z | Compiling serde v1.0.202 |
342 | 2024-05-24T15:13:13.838Z | Compiling serde_json v1.0.117 |
343 | 2024-05-24T15:13:13.929Z | Checking itoa v1.0.11 |
344 | 2024-05-24T15:13:14.021Z | Compiling thiserror v1.0.61 |
345 | 2024-05-24T15:13:14.097Z | Compiling cc v1.0.98 |
346 | 2024-05-24T15:13:14.210Z | Compiling memchr v2.7.2 |
347 | 2024-05-24T15:13:14.711Z | Checking once_cell v1.19.0 |
348 | 2024-05-24T15:13:14.711Z | Compiling ahash v0.8.11 |
349 | 2024-05-24T15:13:14.760Z | Checking byteorder v1.5.0 |
350 | 2024-05-24T15:13:14.861Z | Compiling num-traits v0.2.19 |
351 | 2024-05-24T15:13:14.999Z | Checking getrandom v0.2.15 |
352 | 2024-05-24T15:13:15.055Z | Checking pin-project-lite v0.2.14 |
353 | 2024-05-24T15:13:15.131Z | Compiling quote v1.0.36 |
354 | 2024-05-24T15:13:15.174Z | Checking ryu v1.0.18 |
355 | 2024-05-24T15:13:15.339Z | Checking log v0.4.21 |
356 | 2024-05-24T15:13:15.377Z | Checking bytes v1.6.0 |
357 | 2024-05-24T15:13:15.436Z | Compiling syn v2.0.66 |
358 | 2024-05-24T15:13:15.485Z | Compiling lock_api v0.4.12 |
359 | 2024-05-24T15:13:15.539Z | Compiling parking_lot_core v0.9.10 |
360 | 2024-05-24T15:13:15.654Z | Compiling schemars v0.8.21 |
361 | 2024-05-24T15:13:15.714Z | Checking allocator-api2 v0.2.18 |
362 | 2024-05-24T15:13:15.755Z | Checking scopeguard v1.2.0 |
363 | 2024-05-24T15:13:15.873Z | Checking smallvec v1.13.2 |
364 | 2024-05-24T15:13:15.901Z | Checking futures-core v0.3.30 |
365 | 2024-05-24T15:13:15.969Z | Checking mio v0.8.11 |
366 | 2024-05-24T15:13:15.994Z | Checking socket2 v0.5.7 |
367 | 2024-05-24T15:13:16.035Z | Checking signal-hook-registry v1.4.2 |
368 | 2024-05-24T15:13:16.220Z | Checking num_cpus v1.16.0 |
369 | 2024-05-24T15:13:16.249Z | Compiling slab v0.4.9 |
370 | 2024-05-24T15:13:16.699Z | Checking spin v0.9.8 |
371 | 2024-05-24T15:13:16.699Z | Checking futures-sink v0.3.30 |
372 | 2024-05-24T15:13:16.699Z | Checking equivalent v1.0.1 |
373 | 2024-05-24T15:13:16.699Z | Checking parking_lot v0.12.2 |
374 | 2024-05-24T15:13:16.699Z | Checking fnv v1.0.7 |
375 | 2024-05-24T15:13:16.699Z | Compiling ring v0.17.8 |
376 | 2024-05-24T15:13:16.699Z | Checking untrusted v0.9.0 |
377 | 2024-05-24T15:13:16.699Z | Checking futures-channel v0.3.30 |
378 | 2024-05-24T15:13:16.699Z | Compiling vcpkg v0.2.15 |
379 | 2024-05-24T15:13:16.737Z | Compiling semver v1.0.23 |
380 | 2024-05-24T15:13:16.857Z | Checking pin-utils v0.1.0 |
381 | 2024-05-24T15:13:17.326Z | Compiling pkg-config v0.3.30 |
382 | 2024-05-24T15:13:17.355Z | Checking futures-task v0.3.30 |
383 | 2024-05-24T15:13:17.355Z | Checking futures-io v0.3.30 |
384 | 2024-05-24T15:13:17.355Z | Compiling ucd-trie v0.1.6 |
385 | 2024-05-24T15:13:17.355Z | Checking iana-time-zone v0.1.60 |
386 | 2024-05-24T15:13:17.356Z | Checking http v0.2.12 |
387 | 2024-05-24T15:13:17.974Z | Compiling httparse v1.8.0 |
388 | 2024-05-24T15:13:18.124Z | Compiling openssl-sys v0.9.102 |
389 | 2024-05-24T15:13:18.319Z | Checking dyn-clone v1.0.17 |
390 | 2024-05-24T15:13:18.379Z | Checking tracing-core v0.1.32 |
391 | 2024-05-24T15:13:18.413Z | Compiling uuid v1.8.0 |
392 | 2024-05-24T15:13:19.107Z | Compiling chrono v0.4.38 |
393 | 2024-05-24T15:13:19.142Z | Compiling slog v2.7.0 |
394 | 2024-05-24T15:13:19.143Z | Checking tracing v0.1.40 |
395 | 2024-05-24T15:13:19.143Z | Compiling openssl v0.10.64 |
396 | 2024-05-24T15:13:19.143Z | Checking try-lock v0.2.5 |
397 | 2024-05-24T15:13:19.177Z | Compiling heck v0.5.0 |
398 | 2024-05-24T15:13:19.219Z | Checking foreign-types-shared v0.1.1 |
399 | 2024-05-24T15:13:19.303Z | Checking foreign-types v0.3.2 |
400 | 2024-05-24T15:13:19.385Z | Checking want v0.3.1 |
401 | 2024-05-24T15:13:19.524Z | Checking http-body v0.4.6 |
402 | 2024-05-24T15:13:19.550Z | Compiling aho-corasick v1.1.3 |
403 | 2024-05-24T15:13:19.577Z | Checking bitflags v2.5.0 |
404 | 2024-05-24T15:13:19.758Z | Compiling regex-syntax v0.8.3 |
405 | 2024-05-24T15:13:20.252Z | Checking percent-encoding v2.3.1 |
406 | 2024-05-24T15:13:20.288Z | Checking httpdate v1.0.3 |
407 | 2024-05-24T15:13:20.289Z | Compiling typenum v1.17.0 |
408 | 2024-05-24T15:13:20.358Z | Compiling native-tls v0.2.11 |
409 | 2024-05-24T15:13:20.462Z | Checking tower-service v0.3.2 |
410 | 2024-05-24T15:13:20.549Z | Checking tinyvec_macros v0.1.1 |
411 | 2024-05-24T15:13:20.615Z | Compiling rustls v0.21.12 |
412 | 2024-05-24T15:13:20.653Z | Checking tinyvec v1.6.0 |
413 | 2024-05-24T15:13:20.898Z | Checking form_urlencoded v1.2.1 |
414 | 2024-05-24T15:13:21.008Z | Compiling serde_derive_internals v0.29.1 |
415 | 2024-05-24T15:13:21.562Z | Compiling generic-array v0.14.7 |
416 | 2024-05-24T15:13:21.601Z | Checking rustls-webpki v0.101.7 |
417 | 2024-05-24T15:13:21.771Z | Checking sct v0.7.1 |
418 | 2024-05-24T15:13:21.941Z | Checking openssl-probe v0.1.5 |
419 | 2024-05-24T15:13:22.031Z | Checking unicode-normalization v0.1.23 |
420 | 2024-05-24T15:13:22.777Z | Compiling regex-automata v0.4.6 |
421 | 2024-05-24T15:13:23.278Z | Compiling usdt-impl v0.5.0 |
422 | 2024-05-24T15:13:23.459Z | Checking encoding_rs v0.8.34 |
423 | 2024-05-24T15:13:23.567Z | Checking powerfmt v0.2.0 |
424 | 2024-05-24T15:13:23.698Z | Compiling time-core v0.1.2 |
425 | 2024-05-24T15:13:23.782Z | Compiling num-conv v0.1.0 |
426 | 2024-05-24T15:13:23.999Z | Checking mime v0.3.17 |
427 | 2024-05-24T15:13:24.231Z | Checking unicode-bidi v0.3.15 |
428 | 2024-05-24T15:13:24.310Z | Compiling time-macros v0.2.18 |
429 | 2024-05-24T15:13:24.750Z | Checking deranged v0.3.11 |
430 | 2024-05-24T15:13:24.751Z | Checking idna v0.5.0 |
431 | 2024-05-24T15:13:24.783Z | Compiling thread-id v4.2.1 |
432 | 2024-05-24T15:13:25.143Z | Compiling strsim v0.11.1 |
433 | 2024-05-24T15:13:25.388Z | Compiling unicode-width v0.1.12 |
434 | 2024-05-24T15:13:25.547Z | Checking rustls-pki-types v1.7.0 |
435 | 2024-05-24T15:13:25.762Z | Checking num_threads v0.1.7 |
436 | 2024-05-24T15:13:25.789Z | Compiling serde_derive v1.0.202 |
437 | 2024-05-24T15:13:25.790Z | Compiling zerocopy-derive v0.7.34 |
438 | 2024-05-24T15:13:25.851Z | Compiling thiserror-impl v1.0.61 |
439 | 2024-05-24T15:13:25.889Z | Compiling schemars_derive v0.8.21 |
440 | 2024-05-24T15:13:25.914Z | Compiling tokio-macros v2.2.0 |
441 | 2024-05-24T15:13:26.200Z | Compiling futures-macro v0.3.30 |
442 | 2024-05-24T15:13:26.692Z | Compiling openssl-macros v0.1.1 |
443 | 2024-05-24T15:13:27.170Z | Checking tokio v1.37.0 |
444 | 2024-05-24T15:13:27.470Z | Checking zerocopy v0.7.34 |
445 | 2024-05-24T15:13:28.237Z | Checking futures-util v0.3.30 |
446 | 2024-05-24T15:13:28.323Z | Compiling pest v2.7.10 |
447 | 2024-05-24T15:13:28.861Z | Checking hashbrown v0.14.5 |
448 | 2024-05-24T15:13:29.312Z | Compiling regex v1.10.4 |
449 | 2024-05-24T15:13:29.776Z | Compiling scroll_derive v0.12.0 |
450 | 2024-05-24T15:13:30.097Z | Checking regress v0.9.1 |
451 | 2024-05-24T15:13:30.477Z | Compiling pest_meta v2.7.10 |
452 | 2024-05-24T15:13:30.860Z | Checking scroll v0.12.0 |
453 | 2024-05-24T15:13:32.354Z | Compiling pest_generator v2.7.10 |
454 | 2024-05-24T15:13:32.629Z | Checking tokio-util v0.7.11 |
455 | 2024-05-24T15:13:32.790Z | Checking tokio-native-tls v0.3.1 |
456 | 2024-05-24T15:13:32.991Z | Checking tokio-rustls v0.24.1 |
457 | 2024-05-24T15:13:33.256Z | Compiling crossbeam-utils v0.8.20 |
458 | 2024-05-24T15:13:33.406Z | Checking base64 v0.21.7 |
459 | 2024-05-24T15:13:33.745Z | Compiling ident_case v1.0.1 |
460 | 2024-05-24T15:13:33.908Z | Checking plain v0.2.3 |
461 | 2024-05-24T15:13:33.962Z | Checking time v0.3.36 |
462 | 2024-05-24T15:13:33.987Z | Compiling pest_derive v2.7.10 |
463 | 2024-05-24T15:13:34.020Z | Checking goblin v0.8.2 |
464 | 2024-05-24T15:13:34.655Z | Compiling darling_core v0.20.9 |
465 | 2024-05-24T15:13:34.681Z | Compiling dtrace-parser v0.2.0 |
466 | 2024-05-24T15:13:35.327Z | Checking rustls-pemfile v1.0.4 |
467 | 2024-05-24T15:13:35.481Z | Checking indexmap v2.2.6 |
468 | 2024-05-24T15:13:36.248Z | Compiling serde_tokenstream v0.2.0 |
469 | 2024-05-24T15:13:36.470Z | Checking h2 v0.3.26 |
470 | 2024-05-24T15:13:36.915Z | Checking serde_urlencoded v0.7.1 |
471 | 2024-05-24T15:13:36.962Z | Checking openapiv3 v2.0.0 |
472 | 2024-05-24T15:13:37.258Z | Compiling getopts v0.2.21 |
473 | 2024-05-24T15:13:37.898Z | Compiling dof v0.3.0 |
474 | 2024-05-24T15:13:38.119Z | Checking url v2.5.0 |
475 | 2024-05-24T15:13:38.713Z | Checking dirs-sys-next v0.1.2 |
476 | 2024-05-24T15:13:39.135Z | Checking pretty-hex v0.4.1 |
477 | 2024-05-24T15:13:39.167Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
478 | 2024-05-24T15:13:39.496Z | Compiling paste v1.0.15 |
479 | 2024-05-24T15:13:39.540Z | Checking sync_wrapper v0.1.2 |
480 | 2024-05-24T15:13:39.624Z | Checking hyper v0.14.28 |
481 | 2024-05-24T15:13:39.648Z | Checking ipnet v2.9.0 |
482 | 2024-05-24T15:13:39.877Z | Compiling unsafe-libyaml v0.2.11 |
483 | 2024-05-24T15:13:39.937Z | Checking webpki-roots v0.25.4 |
484 | 2024-05-24T15:13:39.999Z | Compiling omicron-workspace-hack v0.1.0 |
485 | 2024-05-24T15:13:40.053Z | Compiling rustls v0.22.4 |
486 | 2024-05-24T15:13:40.246Z | Compiling rustversion v1.0.17 |
487 | 2024-05-24T15:13:40.408Z | Compiling darling_macro v0.20.9 |
488 | 2024-05-24T15:13:40.833Z | Compiling serde_yaml v0.9.34+deprecated |
489 | 2024-05-24T15:13:41.080Z | Checking dirs-next v2.0.0 |
490 | 2024-05-24T15:13:41.250Z | Checking serde_spanned v0.6.6 |
491 | 2024-05-24T15:13:41.277Z | Checking toml_datetime v0.6.6 |
492 | 2024-05-24T15:13:41.277Z | Checking rustls-webpki v0.102.4 |
493 | 2024-05-24T15:13:41.404Z | Checking crypto-common v0.1.6 |
494 | 2024-05-24T15:13:41.480Z | Checking block-buffer v0.10.4 |
495 | 2024-05-24T15:13:41.540Z | Compiling structmeta-derive v0.3.0 |
496 | 2024-05-24T15:13:41.579Z | Checking rand_core v0.6.4 |
497 | 2024-05-24T15:13:41.693Z | Checking thread_local v1.1.8 |
498 | 2024-05-24T15:13:41.736Z | Compiling multer v3.1.0 |
499 | 2024-05-24T15:13:41.784Z | Compiling slog-async v2.8.0 |
500 | 2024-05-24T15:13:41.888Z | Compiling camino v1.1.7 |
501 | 2024-05-24T15:13:41.914Z | Compiling anyhow v1.0.86 |
502 | 2024-05-24T15:13:41.993Z | Checking match_cfg v0.1.0 |
503 | 2024-05-24T15:13:42.493Z | Checking ppv-lite86 v0.2.17 |
504 | 2024-05-24T15:13:42.493Z | Checking subtle v2.5.0 |
505 | 2024-05-24T15:13:42.493Z | Checking zeroize v1.7.0 |
506 | 2024-05-24T15:13:42.493Z | Checking winnow v0.6.8 |
507 | 2024-05-24T15:13:42.606Z | Checking hostname v0.3.1 |
508 | 2024-05-24T15:13:42.631Z | Checking rand_chacha v0.3.1 |
509 | 2024-05-24T15:13:42.897Z | Checking crossbeam-channel v0.5.13 |
510 | 2024-05-24T15:13:43.156Z | Checking hyper-rustls v0.24.2 |
511 | 2024-05-24T15:13:43.181Z | Checking hyper-tls v0.5.0 |
512 | 2024-05-24T15:13:43.378Z | Checking digest v0.10.7 |
513 | 2024-05-24T15:13:43.407Z | Checking reqwest v0.11.27 |
514 | 2024-05-24T15:13:43.473Z | Compiling darling v0.20.9 |
515 | 2024-05-24T15:13:43.556Z | Checking term v0.7.0 |
516 | 2024-05-24T15:13:43.710Z | Compiling structmeta v0.3.0 |
517 | 2024-05-24T15:13:43.928Z | Compiling usdt-attr-macro v0.5.0 |
518 | 2024-05-24T15:13:44.026Z | Compiling usdt-macro v0.5.0 |
519 | 2024-05-24T15:13:44.436Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
520 | 2024-05-24T15:13:44.633Z | Checking toml_edit v0.22.13 |
521 | 2024-05-24T15:13:44.659Z | Checking slog-json v2.6.1 |
522 | 2024-05-24T15:13:44.714Z | Checking futures-executor v0.3.30 |
523 | 2024-05-24T15:13:44.777Z | Compiling async-stream-impl v0.3.5 |
524 | 2024-05-24T15:13:44.857Z | Checking http v1.1.0 |
525 | 2024-05-24T15:13:44.892Z | Checking memmap v0.7.0 |
526 | 2024-05-24T15:13:45.045Z | Checking is-terminal v0.4.12 |
527 | 2024-05-24T15:13:45.085Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0bb8694d) |
528 | 2024-05-24T15:13:45.110Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
529 | 2024-05-24T15:13:45.142Z | Compiling heck v0.4.1 |
530 | 2024-05-24T15:13:45.328Z | Checking take_mut v0.2.2 |
531 | 2024-05-24T15:13:45.361Z | Checking base64 v0.22.1 |
532 | 2024-05-24T15:13:45.386Z | Checking cpufeatures v0.2.12 |
533 | 2024-05-24T15:13:45.433Z | Checking atomic-waker v1.1.2 |
534 | 2024-05-24T15:13:45.488Z | Compiling strum_macros v0.26.2 |
535 | 2024-05-24T15:13:45.533Z | Checking waitgroup v0.1.2 |
536 | 2024-05-24T15:13:45.706Z | Checking sha1 v0.10.6 |
537 | 2024-05-24T15:13:45.737Z | Checking rustls-pemfile v2.1.2 |
538 | 2024-05-24T15:13:45.828Z | Checking async-stream v0.3.5 |
539 | 2024-05-24T15:13:45.903Z | Checking tokio-rustls v0.25.0 |
540 | 2024-05-24T15:13:45.928Z | Checking slog-term v2.9.1 |
541 | 2024-05-24T15:13:45.929Z | Checking usdt v0.5.0 |
542 | 2024-05-24T15:13:45.976Z | Checking futures v0.3.30 |
543 | 2024-05-24T15:13:46.057Z | Checking slog-bunyan v2.5.0 |
544 | 2024-05-24T15:13:46.118Z | Compiling parse-display-derive v0.9.0 |
545 | 2024-05-24T15:13:46.177Z | Compiling serde_with_macros v3.8.1 |
546 | 2024-05-24T15:13:46.210Z | Checking rand v0.8.5 |
547 | 2024-05-24T15:13:46.646Z | Checking toml v0.8.13 |
548 | 2024-05-24T15:13:46.678Z | Checking ipnetwork v0.20.0 |
549 | 2024-05-24T15:13:46.712Z | Checking newtype-uuid v1.1.0 |
550 | 2024-05-24T15:13:46.865Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0bb8694d) |
551 | 2024-05-24T15:13:46.974Z | Checking hex v0.4.3 |
552 | 2024-05-24T15:13:47.146Z | Checking serde_path_to_error v0.1.16 |
553 | 2024-05-24T15:13:47.228Z | Compiling async-trait v0.1.80 |
554 | 2024-05-24T15:13:47.377Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
555 | 2024-05-24T15:13:47.632Z | Checking hostname v0.4.0 |
556 | 2024-05-24T15:13:47.739Z | Checking instant v0.1.13 |
557 | 2024-05-24T15:13:47.826Z | Checking debug-ignore v1.0.5 |
558 | 2024-05-24T15:13:47.938Z | Checking backoff v0.4.0 |
559 | 2024-05-24T15:13:48.018Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
560 | 2024-05-24T15:13:48.135Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
561 | 2024-05-24T15:13:48.169Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
562 | 2024-05-24T15:13:48.240Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
563 | 2024-05-24T15:13:48.422Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
564 | 2024-05-24T15:13:48.472Z | Checking serde_with v3.8.1 |
565 | 2024-05-24T15:13:48.591Z | Checking macaddr v1.0.1 |
566 | 2024-05-24T15:13:49.105Z | Checking strum v0.26.2 |
567 | 2024-05-24T15:13:49.405Z | Checking parse-display v0.9.0 |
568 | 2024-05-24T15:13:50.010Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
569 | 2024-05-24T15:13:52.256Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
570 | 2024-05-24T15:13:52.340Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
571 | 2024-05-24T15:13:56.135Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
572 | 2024-05-24T15:14:04.344Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
573 | 2024-05-24T15:14:07.770Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
574 | 2024-05-24T15:14:15.355Z | Checking test-project v0.1.0 (/tmp/test-project) |
575 | 2024-05-24T15:14:15.390Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
576 | 2024-05-24T15:14:15.390Z | + cargo build --release |
577 | 2024-05-24T15:14:15.390Z | Compiling proc-macro2 v1.0.83 |
578 | 2024-05-24T15:14:15.390Z | Compiling unicode-ident v1.0.12 |
579 | 2024-05-24T15:14:15.391Z | Compiling libc v0.2.155 |
580 | 2024-05-24T15:14:15.391Z | Compiling cfg-if v1.0.0 |
581 | 2024-05-24T15:14:15.391Z | Compiling version_check v0.9.4 |
582 | 2024-05-24T15:14:15.391Z | Compiling autocfg v1.3.0 |
583 | 2024-05-24T15:14:15.391Z | Compiling serde v1.0.202 |
584 | 2024-05-24T15:14:15.417Z | Compiling serde_json v1.0.117 |
585 | 2024-05-24T15:14:15.502Z | Compiling itoa v1.0.11 |
586 | 2024-05-24T15:14:15.535Z | Compiling thiserror v1.0.61 |
587 | 2024-05-24T15:14:15.673Z | Compiling once_cell v1.19.0 |
588 | 2024-05-24T15:14:15.730Z | Compiling memchr v2.7.2 |
589 | 2024-05-24T15:14:15.885Z | Compiling cc v1.0.98 |
590 | 2024-05-24T15:14:15.941Z | Compiling ahash v0.8.11 |
591 | 2024-05-24T15:14:16.241Z | Compiling num-traits v0.2.19 |
592 | 2024-05-24T15:14:16.387Z | Compiling byteorder v1.5.0 |
593 | 2024-05-24T15:14:16.518Z | Compiling getrandom v0.2.15 |
594 | 2024-05-24T15:14:16.543Z | Compiling pin-project-lite v0.2.14 |
595 | 2024-05-24T15:14:16.603Z | Compiling quote v1.0.36 |
596 | 2024-05-24T15:14:16.812Z | Compiling ryu v1.0.18 |
597 | 2024-05-24T15:14:16.841Z | Compiling log v0.4.21 |
598 | 2024-05-24T15:14:16.943Z | Compiling syn v2.0.66 |
599 | 2024-05-24T15:14:16.987Z | Compiling bytes v1.6.0 |
600 | 2024-05-24T15:14:17.209Z | Compiling schemars v0.8.21 |
601 | 2024-05-24T15:14:17.664Z | Compiling lock_api v0.4.12 |
602 | 2024-05-24T15:14:17.690Z | Compiling allocator-api2 v0.2.18 |
603 | 2024-05-24T15:14:17.690Z | Compiling parking_lot_core v0.9.10 |
604 | 2024-05-24T15:14:17.690Z | Compiling scopeguard v1.2.0 |
605 | 2024-05-24T15:14:17.690Z | Compiling smallvec v1.13.2 |
606 | 2024-05-24T15:14:17.690Z | Compiling futures-core v0.3.30 |
607 | 2024-05-24T15:14:18.278Z | Compiling mio v0.8.11 |
608 | 2024-05-24T15:14:18.303Z | Compiling num_cpus v1.16.0 |
609 | 2024-05-24T15:14:18.303Z | Compiling signal-hook-registry v1.4.2 |
610 | 2024-05-24T15:14:18.303Z | Compiling socket2 v0.5.7 |
611 | 2024-05-24T15:14:18.303Z | Compiling ring v0.17.8 |
612 | 2024-05-24T15:14:18.328Z | Compiling parking_lot v0.12.2 |
613 | 2024-05-24T15:14:18.517Z | Compiling slab v0.4.9 |
614 | 2024-05-24T15:14:18.769Z | Compiling spin v0.9.8 |
615 | 2024-05-24T15:14:18.869Z | Compiling futures-sink v0.3.30 |
616 | 2024-05-24T15:14:19.097Z | Compiling untrusted v0.9.0 |
617 | 2024-05-24T15:14:19.250Z | Compiling semver v1.0.23 |
618 | 2024-05-24T15:14:19.499Z | Compiling fnv v1.0.7 |
619 | 2024-05-24T15:14:19.536Z | Compiling equivalent v1.0.1 |
620 | 2024-05-24T15:14:19.619Z | Compiling futures-channel v0.3.30 |
621 | 2024-05-24T15:14:19.650Z | Compiling pkg-config v0.3.30 |
622 | 2024-05-24T15:14:19.686Z | Compiling pin-utils v0.1.0 |
623 | 2024-05-24T15:14:19.755Z | Compiling futures-io v0.3.30 |
624 | 2024-05-24T15:14:19.820Z | Compiling futures-task v0.3.30 |
625 | 2024-05-24T15:14:19.866Z | Compiling vcpkg v0.2.15 |
626 | 2024-05-24T15:14:20.091Z | Compiling ucd-trie v0.1.6 |
627 | 2024-05-24T15:14:20.189Z | Compiling iana-time-zone v0.1.60 |
628 | 2024-05-24T15:14:20.495Z | Compiling http v0.2.12 |
629 | 2024-05-24T15:14:20.799Z | Compiling httparse v1.8.0 |
630 | 2024-05-24T15:14:20.926Z | Compiling dyn-clone v1.0.17 |
631 | 2024-05-24T15:14:21.228Z | Compiling tracing-core v0.1.32 |
632 | 2024-05-24T15:14:21.281Z | Compiling openssl-sys v0.9.102 |
633 | 2024-05-24T15:14:21.616Z | Compiling chrono v0.4.38 |
634 | 2024-05-24T15:14:21.923Z | Compiling uuid v1.8.0 |
635 | 2024-05-24T15:14:22.188Z | Compiling tracing v0.1.40 |
636 | 2024-05-24T15:14:22.353Z | Compiling serde_derive_internals v0.29.1 |
637 | 2024-05-24T15:14:23.222Z | Compiling try-lock v0.2.5 |
638 | 2024-05-24T15:14:23.636Z | Compiling slog v2.7.0 |
639 | 2024-05-24T15:14:23.955Z | Compiling openssl v0.10.64 |
640 | 2024-05-24T15:14:24.023Z | Compiling heck v0.5.0 |
641 | 2024-05-24T15:14:24.219Z | Compiling foreign-types-shared v0.1.1 |
642 | 2024-05-24T15:14:24.309Z | Compiling foreign-types v0.3.2 |
643 | 2024-05-24T15:14:24.339Z | Compiling want v0.3.1 |
644 | 2024-05-24T15:14:24.388Z | Compiling http-body v0.4.6 |
645 | 2024-05-24T15:14:24.579Z | Compiling aho-corasick v1.1.3 |
646 | 2024-05-24T15:14:24.605Z | Compiling tinyvec_macros v0.1.1 |
647 | 2024-05-24T15:14:24.677Z | Compiling native-tls v0.2.11 |
648 | 2024-05-24T15:14:24.795Z | Compiling bitflags v2.5.0 |
649 | 2024-05-24T15:14:24.952Z | Compiling tower-service v0.3.2 |
650 | 2024-05-24T15:14:25.065Z | Compiling rustls v0.21.12 |
651 | 2024-05-24T15:14:25.095Z | Compiling percent-encoding v2.3.1 |
652 | 2024-05-24T15:14:25.301Z | Compiling httpdate v1.0.3 |
653 | 2024-05-24T15:14:25.384Z | Compiling typenum v1.17.0 |
654 | 2024-05-24T15:14:25.484Z | Compiling regex-syntax v0.8.3 |
655 | 2024-05-24T15:14:25.533Z | Compiling form_urlencoded v1.2.1 |
656 | 2024-05-24T15:14:26.468Z | Compiling tinyvec v1.6.0 |
657 | 2024-05-24T15:14:26.507Z | Compiling generic-array v0.14.7 |
658 | 2024-05-24T15:14:26.541Z | Compiling openssl-probe v0.1.5 |
659 | 2024-05-24T15:14:26.983Z | Compiling serde_derive v1.0.202 |
660 | 2024-05-24T15:14:27.013Z | Compiling zerocopy-derive v0.7.34 |
661 | 2024-05-24T15:14:27.039Z | Compiling thiserror-impl v1.0.61 |
662 | 2024-05-24T15:14:27.292Z | Compiling schemars_derive v0.8.21 |
663 | 2024-05-24T15:14:28.118Z | Compiling tokio-macros v2.2.0 |
664 | 2024-05-24T15:14:28.843Z | Compiling zerocopy v0.7.34 |
665 | 2024-05-24T15:14:29.528Z | Compiling tokio v1.37.0 |
666 | 2024-05-24T15:14:29.810Z | Compiling futures-macro v0.3.30 |
667 | 2024-05-24T15:14:30.089Z | Compiling pest v2.7.10 |
668 | 2024-05-24T15:14:30.616Z | Compiling hashbrown v0.14.5 |
669 | 2024-05-24T15:14:31.363Z | Compiling futures-util v0.3.30 |
670 | 2024-05-24T15:14:32.036Z | Compiling pest_meta v2.7.10 |
671 | 2024-05-24T15:14:32.148Z | Compiling regress v0.9.1 |
672 | 2024-05-24T15:14:32.297Z | Compiling openssl-macros v0.1.1 |
673 | 2024-05-24T15:14:32.665Z | Compiling sct v0.7.1 |
674 | 2024-05-24T15:14:33.044Z | Compiling pest_generator v2.7.10 |
675 | 2024-05-24T15:14:35.318Z | Compiling pest_derive v2.7.10 |
676 | 2024-05-24T15:14:35.537Z | Compiling rustls-webpki v0.101.7 |
677 | 2024-05-24T15:14:36.050Z | Compiling regex-automata v0.4.6 |
678 | 2024-05-24T15:14:36.880Z | Compiling tokio-util v0.7.11 |
679 | 2024-05-24T15:14:38.730Z | Compiling indexmap v2.2.6 |
680 | 2024-05-24T15:14:38.927Z | Compiling serde_tokenstream v0.2.0 |
681 | 2024-05-24T15:14:42.234Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
682 | 2024-05-24T15:14:42.623Z | Compiling h2 v0.3.26 |
683 | 2024-05-24T15:14:43.643Z | Compiling regex v1.10.4 |
684 | 2024-05-24T15:14:45.894Z | Compiling unicode-normalization v0.1.23 |
685 | 2024-05-24T15:14:45.919Z | Compiling scroll_derive v0.12.0 |
686 | 2024-05-24T15:14:46.862Z | Compiling hyper v0.14.28 |
687 | 2024-05-24T15:14:51.021Z | Compiling usdt-impl v0.5.0 |
688 | 2024-05-24T15:14:51.341Z | Compiling encoding_rs v0.8.34 |
689 | 2024-05-24T15:14:51.842Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
690 | 2024-05-24T15:14:52.664Z | Compiling time-core v0.1.2 |
691 | 2024-05-24T15:14:52.812Z | Compiling num-conv v0.1.0 |
692 | 2024-05-24T15:14:54.893Z | Compiling powerfmt v0.2.0 |
693 | 2024-05-24T15:14:55.283Z | Compiling unicode-bidi v0.3.15 |
694 | 2024-05-24T15:14:55.315Z | Compiling mime v0.3.17 |
695 | 2024-05-24T15:14:56.183Z | Compiling idna v0.5.0 |
696 | 2024-05-24T15:14:58.826Z | Compiling deranged v0.3.11 |
697 | 2024-05-24T15:14:59.445Z | Compiling time-macros v0.2.18 |
698 | 2024-05-24T15:15:00.809Z | Compiling tokio-rustls v0.24.1 |
699 | 2024-05-24T15:15:01.144Z | Compiling thread-id v4.2.1 |
700 | 2024-05-24T15:15:01.224Z | Compiling scroll v0.12.0 |
701 | 2024-05-24T15:15:01.383Z | Compiling tokio-native-tls v0.3.1 |
702 | 2024-05-24T15:15:01.547Z | Compiling dof v0.3.0 |
703 | 2024-05-24T15:15:01.605Z | Compiling serde_urlencoded v0.7.1 |
704 | 2024-05-24T15:15:01.734Z | Compiling dtrace-parser v0.2.0 |
705 | 2024-05-24T15:15:02.066Z | Compiling num_threads v0.1.7 |
706 | 2024-05-24T15:15:02.166Z | Compiling omicron-workspace-hack v0.1.0 |
707 | 2024-05-24T15:15:02.290Z | Compiling unicode-width v0.1.12 |
708 | 2024-05-24T15:15:02.620Z | Compiling rustls-pki-types v1.7.0 |
709 | 2024-05-24T15:15:03.163Z | Compiling crossbeam-utils v0.8.20 |
710 | 2024-05-24T15:15:03.340Z | Compiling plain v0.2.3 |
711 | 2024-05-24T15:15:03.458Z | Compiling strsim v0.11.1 |
712 | 2024-05-24T15:15:03.607Z | Compiling base64 v0.21.7 |
713 | 2024-05-24T15:15:03.747Z | Compiling ident_case v1.0.1 |
714 | 2024-05-24T15:15:05.060Z | Compiling rustls-pemfile v1.0.4 |
715 | 2024-05-24T15:15:05.728Z | Compiling time v0.3.36 |
716 | 2024-05-24T15:15:06.571Z | Compiling darling_core v0.20.9 |
717 | 2024-05-24T15:15:07.494Z | Compiling goblin v0.8.2 |
718 | 2024-05-24T15:15:08.729Z | Compiling getopts v0.2.21 |
719 | 2024-05-24T15:15:10.446Z | Compiling hyper-tls v0.5.0 |
720 | 2024-05-24T15:15:10.837Z | Compiling hyper-rustls v0.24.2 |
721 | 2024-05-24T15:15:11.165Z | Compiling url v2.5.0 |
722 | 2024-05-24T15:15:11.450Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#6fab88c6) |
723 | 2024-05-24T15:15:11.552Z | Compiling openapiv3 v2.0.0 |
724 | 2024-05-24T15:15:13.297Z | Compiling dirs-sys-next v0.1.2 |
725 | 2024-05-24T15:15:13.865Z | Compiling webpki-roots v0.25.4 |
726 | 2024-05-24T15:15:13.984Z | Compiling paste v1.0.15 |
727 | 2024-05-24T15:15:14.247Z | Compiling ipnet v2.9.0 |
728 | 2024-05-24T15:15:14.373Z | Compiling unsafe-libyaml v0.2.11 |
729 | 2024-05-24T15:15:14.784Z | Compiling pretty-hex v0.4.1 |
730 | 2024-05-24T15:15:15.161Z | Compiling rustls v0.22.4 |
731 | 2024-05-24T15:15:15.415Z | Compiling rustversion v1.0.17 |
732 | 2024-05-24T15:15:15.592Z | Compiling sync_wrapper v0.1.2 |
733 | 2024-05-24T15:15:15.671Z | Compiling reqwest v0.11.27 |
734 | 2024-05-24T15:15:15.704Z | Compiling serde_yaml v0.9.34+deprecated |
735 | 2024-05-24T15:15:17.727Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
736 | 2024-05-24T15:15:18.641Z | Compiling dirs-next v2.0.0 |
737 | 2024-05-24T15:15:18.704Z | Compiling darling_macro v0.20.9 |
738 | 2024-05-24T15:15:20.469Z | Compiling rustls-webpki v0.102.4 |
739 | 2024-05-24T15:15:21.584Z | Compiling crypto-common v0.1.6 |
740 | 2024-05-24T15:15:21.752Z | Compiling block-buffer v0.10.4 |
741 | 2024-05-24T15:15:21.778Z | Compiling serde_spanned v0.6.6 |
742 | 2024-05-24T15:15:21.949Z | Compiling toml_datetime v0.6.6 |
743 | 2024-05-24T15:15:21.975Z | Compiling structmeta-derive v0.3.0 |
744 | 2024-05-24T15:15:22.500Z | Compiling rand_core v0.6.4 |
745 | 2024-05-24T15:15:22.959Z | Compiling thread_local v1.1.8 |
746 | 2024-05-24T15:15:23.069Z | Compiling multer v3.1.0 |
747 | 2024-05-24T15:15:23.324Z | Compiling subtle v2.5.0 |
748 | 2024-05-24T15:15:23.548Z | Compiling winnow v0.6.8 |
749 | 2024-05-24T15:15:23.609Z | Compiling zeroize v1.7.0 |
750 | 2024-05-24T15:15:23.878Z | Compiling slog-async v2.8.0 |
751 | 2024-05-24T15:15:24.080Z | Compiling anyhow v1.0.86 |
752 | 2024-05-24T15:15:24.151Z | Compiling match_cfg v0.1.0 |
753 | 2024-05-24T15:15:24.227Z | Compiling ppv-lite86 v0.2.17 |
754 | 2024-05-24T15:15:24.278Z | Compiling camino v1.1.7 |
755 | 2024-05-24T15:15:24.564Z | Compiling hostname v0.3.1 |
756 | 2024-05-24T15:15:24.678Z | Compiling structmeta v0.3.0 |
757 | 2024-05-24T15:15:24.800Z | Compiling rand_chacha v0.3.1 |
758 | 2024-05-24T15:15:24.902Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
759 | 2024-05-24T15:15:26.028Z | Compiling digest v0.10.7 |
760 | 2024-05-24T15:15:26.057Z | Compiling crossbeam-channel v0.5.13 |
761 | 2024-05-24T15:15:26.368Z | Compiling darling v0.20.9 |
762 | 2024-05-24T15:15:26.455Z | Compiling toml_edit v0.22.13 |
763 | 2024-05-24T15:15:27.431Z | Compiling term v0.7.0 |
764 | 2024-05-24T15:15:32.118Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
765 | 2024-05-24T15:15:33.982Z | Compiling usdt-attr-macro v0.5.0 |
766 | 2024-05-24T15:15:34.648Z | Compiling usdt-macro v0.5.0 |
767 | 2024-05-24T15:15:35.187Z | Compiling slog-json v2.6.1 |
768 | 2024-05-24T15:15:35.637Z | Compiling futures-executor v0.3.30 |
769 | 2024-05-24T15:15:35.749Z | Compiling async-stream-impl v0.3.5 |
770 | 2024-05-24T15:15:36.735Z | Compiling http v1.1.0 |
771 | 2024-05-24T15:15:36.863Z | Compiling is-terminal v0.4.12 |
772 | 2024-05-24T15:15:36.961Z | Compiling memmap v0.7.0 |
773 | 2024-05-24T15:15:37.330Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0bb8694d) |
774 | 2024-05-24T15:15:37.582Z | Compiling atomic-waker v1.1.2 |
775 | 2024-05-24T15:15:37.607Z | Compiling take_mut v0.2.2 |
776 | 2024-05-24T15:15:37.724Z | Compiling cpufeatures v0.2.12 |
777 | 2024-05-24T15:15:37.749Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
778 | 2024-05-24T15:15:37.807Z | Compiling base64 v0.22.1 |
779 | 2024-05-24T15:15:37.981Z | Compiling heck v0.4.1 |
780 | 2024-05-24T15:15:38.299Z | Compiling strum_macros v0.26.2 |
781 | 2024-05-24T15:15:38.640Z | Compiling rustls-pemfile v2.1.2 |
782 | 2024-05-24T15:15:40.522Z | Compiling sha1 v0.10.6 |
783 | 2024-05-24T15:15:41.625Z | Compiling waitgroup v0.1.2 |
784 | 2024-05-24T15:15:41.883Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#7395bd26) |
785 | 2024-05-24T15:15:41.909Z | Compiling usdt v0.5.0 |
786 | 2024-05-24T15:15:42.048Z | Compiling slog-term v2.9.1 |
787 | 2024-05-24T15:15:43.253Z | Compiling async-stream v0.3.5 |
788 | 2024-05-24T15:15:43.529Z | Compiling futures v0.3.30 |
789 | 2024-05-24T15:15:43.693Z | Compiling slog-bunyan v2.5.0 |
790 | 2024-05-24T15:15:43.901Z | Compiling toml v0.8.13 |
791 | 2024-05-24T15:15:44.074Z | Compiling tokio-rustls v0.25.0 |
792 | 2024-05-24T15:15:44.372Z | Compiling serde_with_macros v3.8.1 |
793 | 2024-05-24T15:15:44.423Z | Compiling rand v0.8.5 |
794 | 2024-05-24T15:15:45.963Z | Compiling parse-display-derive v0.9.0 |
795 | 2024-05-24T15:15:47.738Z | Compiling newtype-uuid v1.1.0 |
796 | 2024-05-24T15:15:48.005Z | Compiling ipnetwork v0.20.0 |
797 | 2024-05-24T15:15:48.386Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0bb8694d) |
798 | 2024-05-24T15:15:49.258Z | Compiling hex v0.4.3 |
799 | 2024-05-24T15:15:49.796Z | Compiling serde_path_to_error v0.1.16 |
800 | 2024-05-24T15:15:50.039Z | Compiling async-trait v0.1.80 |
801 | 2024-05-24T15:15:50.065Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
802 | 2024-05-24T15:15:50.613Z | Compiling hostname v0.4.0 |
803 | 2024-05-24T15:15:50.719Z | Compiling instant v0.1.13 |
804 | 2024-05-24T15:15:50.810Z | Compiling debug-ignore v1.0.5 |
805 | 2024-05-24T15:15:50.854Z | Compiling backoff v0.4.0 |
806 | 2024-05-24T15:15:50.920Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
807 | 2024-05-24T15:15:51.088Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
808 | 2024-05-24T15:15:51.122Z | Compiling parse-display v0.9.0 |
809 | 2024-05-24T15:15:51.223Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
810 | 2024-05-24T15:15:51.944Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
811 | 2024-05-24T15:15:52.336Z | Compiling serde_with v3.8.1 |
812 | 2024-05-24T15:15:52.751Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
813 | 2024-05-24T15:15:53.400Z | Compiling strum v0.26.2 |
814 | 2024-05-24T15:15:53.550Z | Compiling macaddr v1.0.1 |
815 | 2024-05-24T15:15:56.184Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
816 | 2024-05-24T15:16:03.706Z | Compiling test-project v0.1.0 (/tmp/test-project) |
817 | 2024-05-24T15:16:12.301Z | Finished `release` profile [optimized] target(s) in 1m 57s |
818 | 2024-05-24T15:16:12.345Z | process exited: duration 189864 ms, exit code 0 |
|
819 | 2024-05-24T15:16:12.399Z | found 0 output files |