|
|
|
1 | 2024-07-10T18:48:55.919Z | job assigned to worker 01J2EZJM6EK9CA2M5A5AG18TGQ (queued for 59 s) |
|
2 | 2024-07-10T18:49:03.328Z | starting task 0: "setup" |
3 | 2024-07-10T18:49:03.388Z | ++ uname -s |
4 | 2024-07-10T18:49:03.391Z | + kern=SunOS |
5 | 2024-07-10T18:49:03.391Z | + case "$kern" in |
6 | 2024-07-10T18:49:03.391Z | + groupadd -g 12345 build |
7 | 2024-07-10T18:49:03.394Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-10T18:49:05.403Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-10T18:49:05.544Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-10T18:49:05.548Z | + home_fs=zfs |
11 | 2024-07-10T18:49:05.548Z | + [[ zfs == autofs ]] |
12 | 2024-07-10T18:49:05.548Z | + mkdir -p /home/build |
13 | 2024-07-10T18:49:05.548Z | + chown build:build /home/build /work |
14 | 2024-07-10T18:49:07.551Z | + chmod 0700 /home/build /work |
15 | 2024-07-10T18:49:07.553Z | process exited: duration 4224 ms, exit code 0 |
|
16 | 2024-07-10T18:49:07.559Z | starting task 1: "rust-toolchain" |
17 | 2024-07-10T18:49:07.564Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-10T18:49:07.564Z | ' 1.78.0 |
19 | 2024-07-10T18:49:07.564Z | * toolchain channel = "1.78.0" |
20 | 2024-07-10T18:49:07.564Z | + printf ' * toolchain profile = "%s" |
21 | 2024-07-10T18:49:07.564Z | ' default |
22 | 2024-07-10T18:49:07.564Z | * toolchain profile = "default" |
23 | 2024-07-10T18:49:07.567Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-10T18:49:07.567Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-10T18:49:07.679Z | info: downloading installer |
26 | 2024-07-10T18:49:09.251Z | info: profile set to 'default' |
27 | 2024-07-10T18:49:09.251Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-10T18:49:09.254Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-10T18:49:09.414Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-10T18:49:09.414Z | info: downloading component 'cargo' |
31 | 2024-07-10T18:49:10.387Z | info: downloading component 'clippy' |
32 | 2024-07-10T18:49:10.715Z | info: downloading component 'rust-docs' |
33 | 2024-07-10T18:49:11.999Z | info: downloading component 'rust-std' |
34 | 2024-07-10T18:49:14.054Z | info: downloading component 'rustc' |
35 | 2024-07-10T18:49:19.295Z | info: downloading component 'rustfmt' |
36 | 2024-07-10T18:49:19.574Z | info: installing component 'cargo' |
37 | 2024-07-10T18:49:20.433Z | info: installing component 'clippy' |
38 | 2024-07-10T18:49:20.807Z | info: installing component 'rust-docs' |
39 | 2024-07-10T18:49:22.342Z | info: installing component 'rust-std' |
40 | 2024-07-10T18:49:24.116Z | info: installing component 'rustc' |
41 | 2024-07-10T18:49:28.558Z | info: installing component 'rustfmt' |
42 | 2024-07-10T18:49:28.916Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-10T18:49:28.916Z | |
44 | 2024-07-10T18:49:29.193Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-10T18:49:29.193Z | |
46 | 2024-07-10T18:49:29.196Z | |
47 | 2024-07-10T18:49:29.196Z | Rust is installed now. Great! |
48 | 2024-07-10T18:49:29.196Z | |
49 | 2024-07-10T18:49:29.196Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-10T18:49:29.196Z | environment variable. This has not been done automatically. |
51 | 2024-07-10T18:49:29.196Z | |
52 | 2024-07-10T18:49:29.196Z | To configure your current shell, you need to source |
53 | 2024-07-10T18:49:29.196Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-10T18:49:29.196Z | |
55 | 2024-07-10T18:49:29.196Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-10T18:49:29.196Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-10T18:49:29.196Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-10T18:49:29.267Z | + rustc --version |
59 | 2024-07-10T18:49:29.335Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-10T18:49:29.339Z | process exited: duration 21775 ms, exit code 0 |
|
61 | 2024-07-10T18:49:29.347Z | starting task 2: "authentication" |
62 | 2024-07-10T18:49:29.370Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-07-10T18:49:29.376Z | starting task 3: "clone repository" |
64 | 2024-07-10T18:49:29.381Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-10T18:49:29.384Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-10T18:49:29.546Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-10T18:49:35.943Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-10T18:49:35.943Z | + git fetch origin 09e43d81d40ce36798d788e4e9e6df77ff1ef738 |
69 | 2024-07-10T18:49:36.213Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-10T18:49:36.213Z | * branch 09e43d81d40ce36798d788e4e9e6df77ff1ef738 -> FETCH_HEAD |
71 | 2024-07-10T18:49:36.222Z | + [[ -n zl/feature-fixes ]] |
72 | 2024-07-10T18:49:36.225Z | ++ git branch --show-current |
73 | 2024-07-10T18:49:36.228Z | + current=main |
74 | 2024-07-10T18:49:36.228Z | + [[ main != zl/feature-fixes ]] |
75 | 2024-07-10T18:49:36.228Z | + git branch -f zl/feature-fixes 09e43d81d40ce36798d788e4e9e6df77ff1ef738 |
76 | 2024-07-10T18:49:36.231Z | + git checkout -f zl/feature-fixes |
77 | 2024-07-10T18:49:36.254Z | Switched to branch 'zl/feature-fixes' |
78 | 2024-07-10T18:49:36.257Z | + git reset --hard 09e43d81d40ce36798d788e4e9e6df77ff1ef738 |
79 | 2024-07-10T18:49:36.281Z | HEAD is now at 09e43d81d Fixes around feature-flagging, particularly in oxql, as well as uuid-kinds, sled-storage |
80 | 2024-07-10T18:49:36.283Z | process exited: duration 6904 ms, exit code 0 |
|
81 | 2024-07-10T18:49:36.289Z | starting task 4: "build" |
82 | 2024-07-10T18:49:36.294Z | + cargo --version |
83 | 2024-07-10T18:49:36.347Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-10T18:49:36.350Z | + rustc --version |
85 | 2024-07-10T18:49:36.402Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-10T18:49:36.405Z | + cd /tmp |
87 | 2024-07-10T18:49:36.405Z | + cargo new --lib test-project |
88 | 2024-07-10T18:49:36.457Z | Creating library `test-project` package |
89 | 2024-07-10T18:49:36.530Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-10T18:49:36.533Z | + cd test-project |
91 | 2024-07-10T18:49:36.533Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-10T18:49:36.586Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-10T18:49:36.586Z | Features: |
94 | 2024-07-10T18:49:36.586Z | - proptest |
95 | 2024-07-10T18:49:36.586Z | - test-strategy |
96 | 2024-07-10T18:49:36.586Z | - testing |
97 | 2024-07-10T18:49:36.589Z | Updating crates.io index |
98 | 2024-07-10T18:49:36.676Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-10T18:49:37.377Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-10T18:49:38.103Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-10T18:49:38.368Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-10T18:49:40.105Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-10T18:49:40.382Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-10T18:49:40.684Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-10T18:49:43.360Z | + cargo check |
106 | 2024-07-10T18:49:43.566Z | Downloading crates ... |
107 | 2024-07-10T18:49:43.649Z | Downloaded async-stream-impl v0.3.5 |
108 | 2024-07-10T18:49:43.652Z | Downloaded dtrace-parser v0.2.0 |
109 | 2024-07-10T18:49:43.660Z | Downloaded foreign-types-shared v0.1.1 |
110 | 2024-07-10T18:49:43.662Z | Downloaded instant v0.1.13 |
111 | 2024-07-10T18:49:43.665Z | Downloaded ident_case v1.0.1 |
112 | 2024-07-10T18:49:43.672Z | Downloaded usdt-macro v0.5.0 |
113 | 2024-07-10T18:49:43.675Z | Downloaded is-terminal v0.4.12 |
114 | 2024-07-10T18:49:43.675Z | Downloaded usdt-attr-macro v0.5.0 |
115 | 2024-07-10T18:49:43.675Z | Downloaded darling_macro v0.20.10 |
116 | 2024-07-10T18:49:43.679Z | Downloaded version_check v0.9.4 |
117 | 2024-07-10T18:49:43.682Z | Downloaded openssl-macros v0.1.1 |
118 | 2024-07-10T18:49:43.685Z | Downloaded num-conv v0.1.0 |
119 | 2024-07-10T18:49:43.685Z | Downloaded byteorder v1.5.0 |
120 | 2024-07-10T18:49:43.688Z | Downloaded autocfg v1.3.0 |
121 | 2024-07-10T18:49:43.688Z | Downloaded async-stream v0.3.5 |
122 | 2024-07-10T18:49:43.690Z | Downloaded block-buffer v0.10.4 |
123 | 2024-07-10T18:49:43.693Z | Downloaded want v0.3.1 |
124 | 2024-07-10T18:49:43.697Z | Downloaded omicron-workspace-hack v0.1.0 |
125 | 2024-07-10T18:49:43.700Z | Downloaded foreign-types v0.3.2 |
126 | 2024-07-10T18:49:43.700Z | Downloaded equivalent v1.0.1 |
127 | 2024-07-10T18:49:43.702Z | Downloaded crypto-common v0.1.6 |
128 | 2024-07-10T18:49:43.702Z | Downloaded atomic-waker v1.1.2 |
129 | 2024-07-10T18:49:43.705Z | Downloaded scroll_derive v0.12.0 |
130 | 2024-07-10T18:49:43.705Z | Downloaded pretty-hex v0.4.1 |
131 | 2024-07-10T18:49:43.711Z | Downloaded sync_wrapper v0.1.2 |
132 | 2024-07-10T18:49:43.714Z | Downloaded strum v0.26.3 |
133 | 2024-07-10T18:49:43.714Z | Downloaded openssl-probe v0.1.5 |
134 | 2024-07-10T18:49:43.716Z | Downloaded match_cfg v0.1.0 |
135 | 2024-07-10T18:49:43.719Z | Downloaded usdt v0.5.0 |
136 | 2024-07-10T18:49:43.724Z | Downloaded usdt-impl v0.5.0 |
137 | 2024-07-10T18:49:43.726Z | Downloaded futures-sink v0.3.30 |
138 | 2024-07-10T18:49:43.726Z | Downloaded futures-core v0.3.30 |
139 | 2024-07-10T18:49:43.729Z | Downloaded fnv v1.0.7 |
140 | 2024-07-10T18:49:43.729Z | Downloaded debug-ignore v1.0.5 |
141 | 2024-07-10T18:49:43.732Z | Downloaded waitgroup v0.1.2 |
142 | 2024-07-10T18:49:43.732Z | Downloaded untrusted v0.9.0 |
143 | 2024-07-10T18:49:43.734Z | Downloaded futures-io v0.3.30 |
144 | 2024-07-10T18:49:43.734Z | Downloaded heck v0.5.0 |
145 | 2024-07-10T18:49:43.737Z | Downloaded generic-array v0.14.7 |
146 | 2024-07-10T18:49:43.737Z | Downloaded hyper-tls v0.5.0 |
147 | 2024-07-10T18:49:43.740Z | Downloaded http-body v0.4.6 |
148 | 2024-07-10T18:49:43.740Z | Downloaded hostname v0.3.1 |
149 | 2024-07-10T18:49:43.743Z | Downloaded dirs-sys-next v0.1.2 |
150 | 2024-07-10T18:49:43.743Z | Downloaded digest v0.10.7 |
151 | 2024-07-10T18:49:43.745Z | Downloaded time-core v0.1.2 |
152 | 2024-07-10T18:49:43.748Z | Downloaded take_mut v0.2.2 |
153 | 2024-07-10T18:49:43.748Z | Downloaded memmap v0.7.0 |
154 | 2024-07-10T18:49:43.748Z | Downloaded futures-macro v0.3.30 |
155 | 2024-07-10T18:49:43.751Z | Downloaded futures-executor v0.3.30 |
156 | 2024-07-10T18:49:43.751Z | Downloaded dirs-next v2.0.0 |
157 | 2024-07-10T18:49:43.754Z | Downloaded serde_urlencoded v0.7.1 |
158 | 2024-07-10T18:49:43.754Z | Downloaded async-trait v0.1.81 |
159 | 2024-07-10T18:49:43.757Z | Downloaded rand_chacha v0.3.1 |
160 | 2024-07-10T18:49:43.760Z | Downloaded paste v1.0.15 |
161 | 2024-07-10T18:49:43.762Z | Downloaded num_cpus v1.16.0 |
162 | 2024-07-10T18:49:43.765Z | Downloaded futures-task v0.3.30 |
163 | 2024-07-10T18:49:43.768Z | Downloaded percent-encoding v2.3.1 |
164 | 2024-07-10T18:49:43.768Z | Downloaded slog-bunyan v2.5.0 |
165 | 2024-07-10T18:49:43.768Z | Downloaded sha1 v0.10.6 |
166 | 2024-07-10T18:49:43.770Z | Downloaded serde_spanned v0.6.6 |
167 | 2024-07-10T18:49:43.773Z | Downloaded serde_path_to_error v0.1.16 |
168 | 2024-07-10T18:49:43.773Z | Downloaded signal-hook-registry v1.4.2 |
169 | 2024-07-10T18:49:43.776Z | Downloaded num_threads v0.1.7 |
170 | 2024-07-10T18:49:43.776Z | Downloaded httpdate v1.0.3 |
171 | 2024-07-10T18:49:43.779Z | Downloaded hostname v0.4.0 |
172 | 2024-07-10T18:49:43.779Z | Downloaded pin-utils v0.1.0 |
173 | 2024-07-10T18:49:43.783Z | Downloaded mime v0.3.17 |
174 | 2024-07-10T18:49:43.783Z | Downloaded itoa v1.0.11 |
175 | 2024-07-10T18:49:43.786Z | Downloaded cpufeatures v0.2.12 |
176 | 2024-07-10T18:49:43.786Z | Downloaded scopeguard v1.2.0 |
177 | 2024-07-10T18:49:43.786Z | Downloaded ipnetwork v0.20.0 |
178 | 2024-07-10T18:49:43.790Z | Downloaded cfg-if v1.0.0 |
179 | 2024-07-10T18:49:43.790Z | Downloaded subtle v2.6.1 |
180 | 2024-07-10T18:49:43.790Z | Downloaded structmeta v0.3.0 |
181 | 2024-07-10T18:49:43.793Z | Downloaded plain v0.2.3 |
182 | 2024-07-10T18:49:43.793Z | Downloaded pest_generator v2.7.11 |
183 | 2024-07-10T18:49:43.793Z | Downloaded iana-time-zone v0.1.60 |
184 | 2024-07-10T18:49:43.796Z | Downloaded tower-service v0.3.2 |
185 | 2024-07-10T18:49:43.798Z | Downloaded parse-display-derive v0.9.1 |
186 | 2024-07-10T18:49:43.798Z | Downloaded unicode-ident v1.0.12 |
187 | 2024-07-10T18:49:43.801Z | Downloaded pkg-config v0.3.30 |
188 | 2024-07-10T18:49:43.803Z | Downloaded hex v0.4.3 |
189 | 2024-07-10T18:49:43.803Z | Downloaded dyn-clone v1.0.17 |
190 | 2024-07-10T18:49:43.806Z | Downloaded camino v1.1.7 |
191 | 2024-07-10T18:49:43.809Z | Downloaded dof v0.3.0 |
192 | 2024-07-10T18:49:43.809Z | Downloaded rustls-pemfile v1.0.4 |
193 | 2024-07-10T18:49:43.811Z | Downloaded deranged v0.3.11 |
194 | 2024-07-10T18:49:43.812Z | Downloaded serde_tokenstream v0.2.1 |
195 | 2024-07-10T18:49:43.814Z | Downloaded newtype-uuid v1.1.0 |
196 | 2024-07-10T18:49:43.817Z | Downloaded try-lock v0.2.5 |
197 | 2024-07-10T18:49:43.817Z | Downloaded native-tls v0.2.12 |
198 | 2024-07-10T18:49:43.820Z | Downloaded darling v0.20.10 |
199 | 2024-07-10T18:49:43.823Z | Downloaded bitflags v2.6.0 |
200 | 2024-07-10T18:49:43.827Z | Downloaded tinyvec_macros v0.1.1 |
201 | 2024-07-10T18:49:43.830Z | Downloaded slog-json v2.6.1 |
202 | 2024-07-10T18:49:43.830Z | Downloaded rand_core v0.6.4 |
203 | 2024-07-10T18:49:43.832Z | Downloaded hyper-rustls v0.24.2 |
204 | 2024-07-10T18:49:43.835Z | Downloaded thiserror-impl v1.0.61 |
205 | 2024-07-10T18:49:43.835Z | Downloaded thiserror v1.0.61 |
206 | 2024-07-10T18:49:43.840Z | Downloaded toml_datetime v0.6.6 |
207 | 2024-07-10T18:49:43.842Z | Downloaded structmeta-derive v0.3.0 |
208 | 2024-07-10T18:49:43.842Z | Downloaded semver v1.0.23 |
209 | 2024-07-10T18:49:43.845Z | Downloaded macaddr v1.0.1 |
210 | 2024-07-10T18:49:43.848Z | Downloaded multer v3.1.0 |
211 | 2024-07-10T18:49:43.850Z | Downloaded lock_api v0.4.12 |
212 | 2024-07-10T18:49:43.850Z | Downloaded serde_with_macros v3.8.3 |
213 | 2024-07-10T18:49:43.853Z | Downloaded powerfmt v0.2.0 |
214 | 2024-07-10T18:49:43.856Z | Downloaded rustls-pki-types v1.7.0 |
215 | 2024-07-10T18:49:43.860Z | Downloaded rustls-pemfile v2.1.2 |
216 | 2024-07-10T18:49:43.860Z | Downloaded once_cell v1.19.0 |
217 | 2024-07-10T18:49:43.863Z | Downloaded zerocopy-derive v0.7.35 |
218 | 2024-07-10T18:49:43.866Z | Downloaded unicode-bidi v0.3.15 |
219 | 2024-07-10T18:49:43.868Z | Downloaded term v0.7.0 |
220 | 2024-07-10T18:49:43.871Z | Downloaded spin v0.9.8 |
221 | 2024-07-10T18:49:43.874Z | Downloaded sha2 v0.10.8 |
222 | 2024-07-10T18:49:43.877Z | Downloaded indexmap v1.9.3 |
223 | 2024-07-10T18:49:43.880Z | Downloaded tokio-macros v2.3.0 |
224 | 2024-07-10T18:49:43.882Z | Downloaded pin-project-lite v0.2.14 |
225 | 2024-07-10T18:49:43.885Z | Downloaded allocator-api2 v0.2.18 |
226 | 2024-07-10T18:49:43.888Z | Downloaded thread_local v1.1.8 |
227 | 2024-07-10T18:49:43.891Z | Downloaded time-macros v0.2.18 |
228 | 2024-07-10T18:49:43.894Z | Downloaded getrandom v0.2.15 |
229 | 2024-07-10T18:49:43.896Z | Downloaded strsim v0.11.1 |
230 | 2024-07-10T18:49:43.899Z | Downloaded strum_macros v0.26.4 |
231 | 2024-07-10T18:49:43.899Z | Downloaded num-traits v0.2.19 |
232 | 2024-07-10T18:49:43.902Z | Downloaded ryu v1.0.18 |
233 | 2024-07-10T18:49:43.905Z | Downloaded pest_derive v2.7.11 |
234 | 2024-07-10T18:49:43.908Z | Downloaded socket2 v0.5.7 |
235 | 2024-07-10T18:49:43.910Z | Downloaded slog v2.7.0 |
236 | 2024-07-10T18:49:43.913Z | Downloaded url v2.5.2 |
237 | 2024-07-10T18:49:43.916Z | Downloaded bytes v1.6.0 |
238 | 2024-07-10T18:49:43.919Z | Downloaded proc-macro2 v1.0.86 |
239 | 2024-07-10T18:49:43.922Z | Downloaded typenum v1.17.0 |
240 | 2024-07-10T18:49:43.925Z | Downloaded tokio-rustls v0.24.1 |
241 | 2024-07-10T18:49:43.928Z | Downloaded smallvec v1.13.2 |
242 | 2024-07-10T18:49:43.930Z | Downloaded tokio-rustls v0.25.0 |
243 | 2024-07-10T18:49:43.933Z | Downloaded base64 v0.21.7 |
244 | 2024-07-10T18:49:43.938Z | Downloaded pest_meta v2.7.11 |
245 | 2024-07-10T18:49:43.941Z | Downloaded parking_lot v0.12.3 |
246 | 2024-07-10T18:49:43.941Z | Downloaded toml v0.8.14 |
247 | 2024-07-10T18:49:43.944Z | Downloaded sct v0.7.1 |
248 | 2024-07-10T18:49:43.947Z | Downloaded darling_core v0.20.10 |
249 | 2024-07-10T18:49:43.952Z | Downloaded schemars v0.8.21 |
250 | 2024-07-10T18:49:43.964Z | Downloaded openssl-sys v0.9.102 |
251 | 2024-07-10T18:49:43.969Z | Downloaded ucd-trie v0.1.6 |
252 | 2024-07-10T18:49:43.972Z | Downloaded serde_derive v1.0.204 |
253 | 2024-07-10T18:49:43.974Z | Downloaded indexmap v2.2.6 |
254 | 2024-07-10T18:49:43.977Z | Downloaded tinyvec v1.8.0 |
255 | 2024-07-10T18:49:43.980Z | Downloaded serde v1.0.204 |
256 | 2024-07-10T18:49:43.984Z | Downloaded base64 v0.22.1 |
257 | 2024-07-10T18:49:43.988Z | Downloaded http v0.2.12 |
258 | 2024-07-10T18:49:43.992Z | Downloaded hashbrown v0.12.3 |
259 | 2024-07-10T18:49:43.996Z | Downloaded cc v1.1.0 |
260 | 2024-07-10T18:49:43.999Z | Downloaded memchr v2.7.4 |
261 | 2024-07-10T18:49:44.005Z | Downloaded http v1.1.0 |
262 | 2024-07-10T18:49:44.009Z | Downloaded tracing-core v0.1.32 |
263 | 2024-07-10T18:49:44.011Z | Downloaded unsafe-libyaml v0.2.11 |
264 | 2024-07-10T18:49:44.015Z | Downloaded toml_edit v0.22.15 |
265 | 2024-07-10T18:49:44.039Z | Downloaded tracing v0.1.40 |
266 | 2024-07-10T18:49:44.042Z | Downloaded tokio-util v0.7.11 |
267 | 2024-07-10T18:49:44.049Z | Downloaded unicode-normalization v0.1.23 |
268 | 2024-07-10T18:49:44.052Z | Downloaded rand v0.8.5 |
269 | 2024-07-10T18:49:44.057Z | Downloaded mio v0.8.11 |
270 | 2024-07-10T18:49:44.061Z | Downloaded crossbeam-channel v0.5.13 |
271 | 2024-07-10T18:49:44.066Z | Downloaded time v0.3.36 |
272 | 2024-07-10T18:49:44.072Z | Downloaded futures-util v0.3.30 |
273 | 2024-07-10T18:49:44.083Z | Downloaded hashbrown v0.14.5 |
274 | 2024-07-10T18:49:44.088Z | Downloaded h2 v0.3.26 |
275 | 2024-07-10T18:49:44.095Z | Downloaded goblin v0.8.2 |
276 | 2024-07-10T18:49:44.101Z | Downloaded pest v2.7.11 |
277 | 2024-07-10T18:49:44.106Z | Downloaded hyper v0.14.30 |
278 | 2024-07-10T18:49:44.114Z | Downloaded aho-corasick v1.1.3 |
279 | 2024-07-10T18:49:44.119Z | Downloaded serde_with v3.8.3 |
280 | 2024-07-10T18:49:44.127Z | Downloaded chrono v0.4.38 |
281 | 2024-07-10T18:49:44.137Z | Downloaded serde_json v1.0.120 |
282 | 2024-07-10T18:49:44.141Z | Downloaded rustls-webpki v0.101.7 |
283 | 2024-07-10T18:49:44.155Z | Downloaded reqwest v0.11.27 |
284 | 2024-07-10T18:49:44.163Z | Downloaded openapiv3 v2.0.0 |
285 | 2024-07-10T18:49:44.175Z | Downloaded vcpkg v0.2.15 |
286 | 2024-07-10T18:49:44.213Z | Downloaded rustls-webpki v0.102.5 |
287 | 2024-07-10T18:49:44.229Z | Downloaded zerocopy v0.7.35 |
288 | 2024-07-10T18:49:44.245Z | Downloaded idna v0.5.0 |
289 | 2024-07-10T18:49:44.251Z | Downloaded regex v1.10.5 |
290 | 2024-07-10T18:49:44.263Z | Downloaded libc v0.2.155 |
291 | 2024-07-10T18:49:44.289Z | Downloaded winnow v0.6.13 |
292 | 2024-07-10T18:49:44.297Z | Downloaded syn v2.0.70 |
293 | 2024-07-10T18:49:44.308Z | Downloaded rustls v0.21.12 |
294 | 2024-07-10T18:49:44.318Z | Downloaded rustls v0.22.4 |
295 | 2024-07-10T18:49:44.331Z | Downloaded regress v0.9.1 |
296 | 2024-07-10T18:49:44.339Z | Downloaded regress v0.10.0 |
297 | 2024-07-10T18:49:44.346Z | Downloaded regex-syntax v0.8.4 |
298 | 2024-07-10T18:49:44.355Z | Downloaded encoding_rs v0.8.34 |
299 | 2024-07-10T18:49:44.373Z | Downloaded webpki-roots v0.25.4 |
300 | 2024-07-10T18:49:44.377Z | Downloaded openssl v0.10.64 |
301 | 2024-07-10T18:49:44.385Z | Downloaded serde_yaml v0.9.34+deprecated |
302 | 2024-07-10T18:49:44.388Z | Downloaded regex-automata v0.4.7 |
303 | 2024-07-10T18:49:44.404Z | Downloaded crossbeam-utils v0.8.20 |
304 | 2024-07-10T18:49:44.407Z | Downloaded log v0.4.22 |
305 | 2024-07-10T18:49:44.409Z | Downloaded anyhow v1.0.86 |
306 | 2024-07-10T18:49:44.412Z | Downloaded scroll v0.12.0 |
307 | 2024-07-10T18:49:44.415Z | Downloaded parking_lot_core v0.9.10 |
308 | 2024-07-10T18:49:44.415Z | Downloaded zeroize v1.8.1 |
309 | 2024-07-10T18:49:44.418Z | Downloaded uuid v1.10.0 |
310 | 2024-07-10T18:49:44.421Z | Downloaded tokio v1.38.0 |
311 | 2024-07-10T18:49:44.453Z | Downloaded ipnet v2.9.0 |
312 | 2024-07-10T18:49:44.455Z | Downloaded httparse v1.9.4 |
313 | 2024-07-10T18:49:44.458Z | Downloaded futures v0.3.30 |
314 | 2024-07-10T18:49:44.461Z | Downloaded quote v1.0.36 |
315 | 2024-07-10T18:49:44.465Z | Downloaded parse-display v0.9.1 |
316 | 2024-07-10T18:49:44.465Z | Downloaded tokio-native-tls v0.3.1 |
317 | 2024-07-10T18:49:44.468Z | Downloaded slog-term v2.9.1 |
318 | 2024-07-10T18:49:44.468Z | Downloaded slog-async v2.8.0 |
319 | 2024-07-10T18:49:44.468Z | Downloaded serde_derive_internals v0.29.1 |
320 | 2024-07-10T18:49:44.471Z | Downloaded futures-channel v0.3.30 |
321 | 2024-07-10T18:49:44.471Z | Downloaded slab v0.4.9 |
322 | 2024-07-10T18:49:44.473Z | Downloaded rustversion v1.0.17 |
323 | 2024-07-10T18:49:44.476Z | Downloaded ahash v0.8.11 |
324 | 2024-07-10T18:49:44.476Z | Downloaded thread-id v4.2.1 |
325 | 2024-07-10T18:49:44.479Z | Downloaded schemars_derive v0.8.21 |
326 | 2024-07-10T18:49:44.479Z | Downloaded ppv-lite86 v0.2.17 |
327 | 2024-07-10T18:49:44.482Z | Downloaded form_urlencoded v1.2.1 |
328 | 2024-07-10T18:49:44.482Z | Downloaded backoff v0.4.0 |
329 | 2024-07-10T18:49:44.702Z | Downloaded ring v0.17.8 |
330 | 2024-07-10T18:49:44.885Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-07-10T18:49:44.886Z | Compiling unicode-ident v1.0.12 |
332 | 2024-07-10T18:49:44.886Z | Compiling libc v0.2.155 |
333 | 2024-07-10T18:49:44.890Z | Checking cfg-if v1.0.0 |
334 | 2024-07-10T18:49:44.890Z | Compiling version_check v0.9.4 |
335 | 2024-07-10T18:49:44.899Z | Compiling autocfg v1.3.0 |
336 | 2024-07-10T18:49:44.902Z | Compiling serde v1.0.204 |
337 | 2024-07-10T18:49:44.905Z | Compiling serde_json v1.0.120 |
338 | 2024-07-10T18:49:44.979Z | Checking itoa v1.0.11 |
339 | 2024-07-10T18:49:45.067Z | Checking once_cell v1.19.0 |
340 | 2024-07-10T18:49:45.151Z | Compiling thiserror v1.0.61 |
341 | 2024-07-10T18:49:45.320Z | Compiling memchr v2.7.4 |
342 | 2024-07-10T18:49:45.488Z | Compiling ahash v0.8.11 |
343 | 2024-07-10T18:49:45.569Z | Compiling cc v1.1.0 |
344 | 2024-07-10T18:49:47.514Z | Checking byteorder v1.5.0 |
345 | 2024-07-10T18:49:47.807Z | Compiling num-traits v0.2.19 |
346 | 2024-07-10T18:49:47.844Z | Checking pin-project-lite v0.2.14 |
347 | 2024-07-10T18:49:47.869Z | Checking ryu v1.0.18 |
348 | 2024-07-10T18:49:47.877Z | Checking bytes v1.6.0 |
349 | 2024-07-10T18:49:47.899Z | Checking log v0.4.22 |
350 | 2024-07-10T18:49:48.067Z | Checking allocator-api2 v0.2.18 |
351 | 2024-07-10T18:49:48.116Z | Compiling lock_api v0.4.12 |
352 | 2024-07-10T18:49:48.255Z | Compiling schemars v0.8.21 |
353 | 2024-07-10T18:49:48.293Z | Compiling parking_lot_core v0.9.10 |
354 | 2024-07-10T18:49:48.402Z | Compiling ring v0.17.8 |
355 | 2024-07-10T18:49:48.550Z | Checking scopeguard v1.2.0 |
356 | 2024-07-10T18:49:48.552Z | Checking getrandom v0.2.15 |
357 | 2024-07-10T18:49:48.615Z | Checking futures-core v0.3.30 |
358 | 2024-07-10T18:49:48.623Z | Checking smallvec v1.13.2 |
359 | 2024-07-10T18:49:48.669Z | Compiling quote v1.0.36 |
360 | 2024-07-10T18:49:48.739Z | Checking num_cpus v1.16.0 |
361 | 2024-07-10T18:49:48.748Z | Checking signal-hook-registry v1.4.2 |
362 | 2024-07-10T18:49:48.780Z | Checking socket2 v0.5.7 |
363 | 2024-07-10T18:49:48.827Z | Checking mio v0.8.11 |
364 | 2024-07-10T18:49:48.969Z | Compiling slab v0.4.9 |
365 | 2024-07-10T18:49:49.137Z | Compiling syn v2.0.70 |
366 | 2024-07-10T18:49:49.222Z | Checking spin v0.9.8 |
367 | 2024-07-10T18:49:49.273Z | Checking futures-sink v0.3.30 |
368 | 2024-07-10T18:49:49.276Z | Checking parking_lot v0.12.3 |
369 | 2024-07-10T18:49:49.387Z | Checking untrusted v0.9.0 |
370 | 2024-07-10T18:49:49.400Z | Checking fnv v1.0.7 |
371 | 2024-07-10T18:49:49.443Z | Checking equivalent v1.0.1 |
372 | 2024-07-10T18:49:49.484Z | Checking futures-channel v0.3.30 |
373 | 2024-07-10T18:49:49.501Z | Compiling pkg-config v0.3.30 |
374 | 2024-07-10T18:49:49.510Z | Compiling vcpkg v0.2.15 |
375 | 2024-07-10T18:49:49.578Z | Checking futures-task v0.3.30 |
376 | 2024-07-10T18:49:49.641Z | Checking futures-io v0.3.30 |
377 | 2024-07-10T18:49:49.786Z | Compiling semver v1.0.23 |
378 | 2024-07-10T18:49:49.795Z | Compiling heck v0.5.0 |
379 | 2024-07-10T18:49:49.797Z | Checking pin-utils v0.1.0 |
380 | 2024-07-10T18:49:50.087Z | Checking iana-time-zone v0.1.60 |
381 | 2024-07-10T18:49:50.160Z | Compiling ucd-trie v0.1.6 |
382 | 2024-07-10T18:49:50.199Z | Checking http v0.2.12 |
383 | 2024-07-10T18:49:50.625Z | Compiling httparse v1.9.4 |
384 | 2024-07-10T18:49:50.806Z | Checking dyn-clone v1.0.17 |
385 | 2024-07-10T18:49:50.992Z | Compiling openssl-sys v0.9.102 |
386 | 2024-07-10T18:49:51.169Z | Checking tracing-core v0.1.32 |
387 | 2024-07-10T18:49:51.413Z | Compiling uuid v1.10.0 |
388 | 2024-07-10T18:49:51.800Z | Compiling chrono v0.4.38 |
389 | 2024-07-10T18:49:51.835Z | Checking tracing v0.1.40 |
390 | 2024-07-10T18:49:51.843Z | Checking foreign-types-shared v0.1.1 |
391 | 2024-07-10T18:49:51.859Z | Compiling slog v2.7.0 |
392 | 2024-07-10T18:49:51.907Z | Compiling openssl v0.10.64 |
393 | 2024-07-10T18:49:52.117Z | Checking try-lock v0.2.5 |
394 | 2024-07-10T18:49:52.152Z | Checking foreign-types v0.3.2 |
395 | 2024-07-10T18:49:52.204Z | Checking want v0.3.1 |
396 | 2024-07-10T18:49:52.229Z | Checking http-body v0.4.6 |
397 | 2024-07-10T18:49:52.307Z | Compiling aho-corasick v1.1.3 |
398 | 2024-07-10T18:49:52.321Z | Checking bitflags v2.6.0 |
399 | 2024-07-10T18:49:52.497Z | Checking httpdate v1.0.3 |
400 | 2024-07-10T18:49:52.540Z | Checking percent-encoding v2.3.1 |
401 | 2024-07-10T18:49:52.699Z | Compiling typenum v1.17.0 |
402 | 2024-07-10T18:49:52.710Z | Checking tower-service v0.3.2 |
403 | 2024-07-10T18:49:52.789Z | Compiling native-tls v0.2.12 |
404 | 2024-07-10T18:49:53.110Z | Compiling regex-syntax v0.8.4 |
405 | 2024-07-10T18:49:53.448Z | Checking tinyvec_macros v0.1.1 |
406 | 2024-07-10T18:49:53.465Z | Compiling rustls v0.21.12 |
407 | 2024-07-10T18:49:53.507Z | Checking tinyvec v1.8.0 |
408 | 2024-07-10T18:49:53.764Z | Checking form_urlencoded v1.2.1 |
409 | 2024-07-10T18:49:54.368Z | Compiling generic-array v0.14.7 |
410 | 2024-07-10T18:49:54.632Z | Checking openssl-probe v0.1.5 |
411 | 2024-07-10T18:49:54.693Z | Checking unicode-normalization v0.1.23 |
412 | 2024-07-10T18:49:55.503Z | Compiling serde_derive_internals v0.29.1 |
413 | 2024-07-10T18:49:55.693Z | Compiling regex-automata v0.4.7 |
414 | 2024-07-10T18:49:56.645Z | Compiling usdt-impl v0.5.0 |
415 | 2024-07-10T18:49:56.667Z | Checking encoding_rs v0.8.34 |
416 | 2024-07-10T18:49:56.959Z | Compiling time-core v0.1.2 |
417 | 2024-07-10T18:49:57.112Z | Checking unicode-bidi v0.3.15 |
418 | 2024-07-10T18:49:57.631Z | Checking mime v0.3.17 |
419 | 2024-07-10T18:49:57.717Z | Checking powerfmt v0.2.0 |
420 | 2024-07-10T18:49:57.876Z | Compiling num-conv v0.1.0 |
421 | 2024-07-10T18:49:57.956Z | Checking deranged v0.3.11 |
422 | 2024-07-10T18:49:58.142Z | Compiling time-macros v0.2.18 |
423 | 2024-07-10T18:49:58.151Z | Checking idna v0.5.0 |
424 | 2024-07-10T18:49:58.878Z | Compiling thread-id v4.2.1 |
425 | 2024-07-10T18:49:59.151Z | Checking plain v0.2.3 |
426 | 2024-07-10T18:49:59.273Z | Checking base64 v0.21.7 |
427 | 2024-07-10T18:49:59.690Z | Compiling regex v1.10.5 |
428 | 2024-07-10T18:49:59.710Z | Checking rustls-pki-types v1.7.0 |
429 | 2024-07-10T18:50:00.233Z | Compiling ident_case v1.0.1 |
430 | 2024-07-10T18:50:00.246Z | Compiling crossbeam-utils v0.8.20 |
431 | 2024-07-10T18:50:00.380Z | Compiling strsim v0.11.1 |
432 | 2024-07-10T18:50:00.785Z | Checking num_threads v0.1.7 |
433 | 2024-07-10T18:50:00.886Z | Compiling darling_core v0.20.10 |
434 | 2024-07-10T18:50:00.905Z | Compiling serde_derive v1.0.204 |
435 | 2024-07-10T18:50:00.958Z | Compiling zerocopy-derive v0.7.35 |
436 | 2024-07-10T18:50:01.064Z | Compiling thiserror-impl v1.0.61 |
437 | 2024-07-10T18:50:01.222Z | Compiling schemars_derive v0.8.21 |
438 | 2024-07-10T18:50:01.854Z | Compiling tokio-macros v2.3.0 |
439 | 2024-07-10T18:50:02.277Z | Compiling futures-macro v0.3.30 |
440 | 2024-07-10T18:50:03.079Z | Checking zerocopy v0.7.35 |
441 | 2024-07-10T18:50:03.538Z | Checking tokio v1.38.0 |
442 | 2024-07-10T18:50:03.999Z | Compiling pest v2.7.11 |
443 | 2024-07-10T18:50:04.217Z | Checking futures-util v0.3.30 |
444 | 2024-07-10T18:50:04.349Z | Compiling openssl-macros v0.1.1 |
445 | 2024-07-10T18:50:04.881Z | Checking hashbrown v0.14.5 |
446 | 2024-07-10T18:50:06.097Z | Checking sct v0.7.1 |
447 | 2024-07-10T18:50:06.246Z | Checking rustls-webpki v0.101.7 |
448 | 2024-07-10T18:50:06.710Z | Compiling pest_meta v2.7.11 |
449 | 2024-07-10T18:50:06.879Z | Compiling regress v0.10.0 |
450 | 2024-07-10T18:50:07.135Z | Compiling scroll_derive v0.12.0 |
451 | 2024-07-10T18:50:09.215Z | Compiling pest_generator v2.7.11 |
452 | 2024-07-10T18:50:09.885Z | Checking scroll v0.12.0 |
453 | 2024-07-10T18:50:10.218Z | Checking tokio-util v0.7.11 |
454 | 2024-07-10T18:50:10.353Z | Checking tokio-rustls v0.24.1 |
455 | 2024-07-10T18:50:10.641Z | Checking tokio-native-tls v0.3.1 |
456 | 2024-07-10T18:50:10.987Z | Checking goblin v0.8.2 |
457 | 2024-07-10T18:50:11.123Z | Compiling pest_derive v2.7.11 |
458 | 2024-07-10T18:50:11.940Z | Compiling dtrace-parser v0.2.0 |
459 | 2024-07-10T18:50:13.362Z | Checking time v0.3.36 |
460 | 2024-07-10T18:50:13.742Z | Checking indexmap v2.2.6 |
461 | 2024-07-10T18:50:14.236Z | Checking serde_urlencoded v0.7.1 |
462 | 2024-07-10T18:50:14.628Z | Compiling serde_tokenstream v0.2.1 |
463 | 2024-07-10T18:50:14.869Z | Checking h2 v0.3.26 |
464 | 2024-07-10T18:50:15.133Z | Checking openapiv3 v2.0.0 |
465 | 2024-07-10T18:50:15.477Z | Checking rustls-pemfile v1.0.4 |
466 | 2024-07-10T18:50:15.647Z | Checking url v2.5.2 |
467 | 2024-07-10T18:50:15.880Z | Checking dirs-sys-next v0.1.2 |
468 | 2024-07-10T18:50:16.036Z | Checking ipnet v2.9.0 |
469 | 2024-07-10T18:50:16.324Z | Compiling dof v0.3.0 |
470 | 2024-07-10T18:50:16.428Z | Compiling rustls v0.22.4 |
471 | 2024-07-10T18:50:16.708Z | Checking pretty-hex v0.4.1 |
472 | 2024-07-10T18:50:17.002Z | Compiling omicron-workspace-hack v0.1.0 |
473 | 2024-07-10T18:50:17.195Z | Checking webpki-roots v0.25.4 |
474 | 2024-07-10T18:50:17.276Z | Checking sync_wrapper v0.1.2 |
475 | 2024-07-10T18:50:17.320Z | Compiling rustversion v1.0.17 |
476 | 2024-07-10T18:50:17.375Z | Compiling paste v1.0.15 |
477 | 2024-07-10T18:50:17.385Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
478 | 2024-07-10T18:50:17.832Z | Compiling unsafe-libyaml v0.2.11 |
479 | 2024-07-10T18:50:18.623Z | Checking dirs-next v2.0.0 |
480 | 2024-07-10T18:50:18.723Z | Checking toml_datetime v0.6.6 |
481 | 2024-07-10T18:50:18.731Z | Checking serde_spanned v0.6.6 |
482 | 2024-07-10T18:50:18.823Z | Checking hyper v0.14.30 |
483 | 2024-07-10T18:50:18.965Z | Compiling darling_macro v0.20.10 |
484 | 2024-07-10T18:50:19.334Z | Compiling serde_yaml v0.9.34+deprecated |
485 | 2024-07-10T18:50:19.588Z | Checking rustls-webpki v0.102.5 |
486 | 2024-07-10T18:50:19.605Z | Compiling structmeta-derive v0.3.0 |
487 | 2024-07-10T18:50:19.970Z | Checking block-buffer v0.10.4 |
488 | 2024-07-10T18:50:20.136Z | Checking crypto-common v0.1.6 |
489 | 2024-07-10T18:50:20.273Z | Checking rand_core v0.6.4 |
490 | 2024-07-10T18:50:20.306Z | Compiling multer v3.1.0 |
491 | 2024-07-10T18:50:20.376Z | Checking thread_local v1.1.8 |
492 | 2024-07-10T18:50:20.533Z | Checking subtle v2.6.1 |
493 | 2024-07-10T18:50:20.591Z | Compiling anyhow v1.0.86 |
494 | 2024-07-10T18:50:20.634Z | Checking match_cfg v0.1.0 |
495 | 2024-07-10T18:50:20.653Z | Checking zeroize v1.8.1 |
496 | 2024-07-10T18:50:20.705Z | Checking winnow v0.6.13 |
497 | 2024-07-10T18:50:20.733Z | Compiling slog-async v2.8.0 |
498 | 2024-07-10T18:50:20.875Z | Checking ppv-lite86 v0.2.17 |
499 | 2024-07-10T18:50:21.130Z | Compiling camino v1.1.7 |
500 | 2024-07-10T18:50:21.561Z | Checking rand_chacha v0.3.1 |
501 | 2024-07-10T18:50:21.731Z | Checking hostname v0.3.1 |
502 | 2024-07-10T18:50:21.892Z | Checking crossbeam-channel v0.5.13 |
503 | 2024-07-10T18:50:22.290Z | Compiling structmeta v0.3.0 |
504 | 2024-07-10T18:50:22.382Z | Checking digest v0.10.7 |
505 | 2024-07-10T18:50:22.629Z | Compiling darling v0.20.10 |
506 | 2024-07-10T18:50:22.659Z | Checking term v0.7.0 |
507 | 2024-07-10T18:50:22.667Z | Compiling usdt-macro v0.5.0 |
508 | 2024-07-10T18:50:22.718Z | Compiling usdt-attr-macro v0.5.0 |
509 | 2024-07-10T18:50:23.090Z | Checking hyper-tls v0.5.0 |
510 | 2024-07-10T18:50:23.189Z | Checking hyper-rustls v0.24.2 |
511 | 2024-07-10T18:50:23.439Z | Checking reqwest v0.11.27 |
512 | 2024-07-10T18:50:23.693Z | Checking toml_edit v0.22.15 |
513 | 2024-07-10T18:50:23.959Z | Checking slog-json v2.6.1 |
514 | 2024-07-10T18:50:24.119Z | Checking futures-executor v0.3.30 |
515 | 2024-07-10T18:50:24.126Z | Compiling async-stream-impl v0.3.5 |
516 | 2024-07-10T18:50:24.170Z | Checking http v1.1.0 |
517 | 2024-07-10T18:50:24.313Z | Checking is-terminal v0.4.12 |
518 | 2024-07-10T18:50:24.414Z | Checking memmap v0.7.0 |
519 | 2024-07-10T18:50:24.597Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
520 | 2024-07-10T18:50:24.624Z | Checking atomic-waker v1.1.2 |
521 | 2024-07-10T18:50:24.676Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
522 | 2024-07-10T18:50:24.727Z | Checking cpufeatures v0.2.12 |
523 | 2024-07-10T18:50:24.802Z | Checking take_mut v0.2.2 |
524 | 2024-07-10T18:50:24.888Z | Checking base64 v0.22.1 |
525 | 2024-07-10T18:50:24.973Z | Checking tokio-rustls v0.25.0 |
526 | 2024-07-10T18:50:25.006Z | Checking sha1 v0.10.6 |
527 | 2024-07-10T18:50:25.164Z | Checking waitgroup v0.1.2 |
528 | 2024-07-10T18:50:25.223Z | Compiling strum_macros v0.26.4 |
529 | 2024-07-10T18:50:25.275Z | Checking usdt v0.5.0 |
530 | 2024-07-10T18:50:25.293Z | Checking slog-term v2.9.1 |
531 | 2024-07-10T18:50:25.341Z | Checking rustls-pemfile v2.1.2 |
532 | 2024-07-10T18:50:25.380Z | Checking async-stream v0.3.5 |
533 | 2024-07-10T18:50:25.475Z | Checking futures v0.3.30 |
534 | 2024-07-10T18:50:25.547Z | Checking slog-bunyan v2.5.0 |
535 | 2024-07-10T18:50:25.549Z | Compiling serde_with_macros v3.8.3 |
536 | 2024-07-10T18:50:25.567Z | Compiling parse-display-derive v0.9.1 |
537 | 2024-07-10T18:50:25.686Z | Checking rand v0.8.5 |
538 | 2024-07-10T18:50:26.088Z | Checking toml v0.8.14 |
539 | 2024-07-10T18:50:26.228Z | Checking newtype-uuid v1.1.0 |
540 | 2024-07-10T18:50:26.264Z | Checking ipnetwork v0.20.0 |
541 | 2024-07-10T18:50:26.437Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
542 | 2024-07-10T18:50:26.595Z | Checking serde_path_to_error v0.1.16 |
543 | 2024-07-10T18:50:26.771Z | Checking hex v0.4.3 |
544 | 2024-07-10T18:50:26.859Z | Compiling async-trait v0.1.81 |
545 | 2024-07-10T18:50:27.195Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-07-10T18:50:27.277Z | Checking hostname v0.4.0 |
547 | 2024-07-10T18:50:27.389Z | Checking instant v0.1.13 |
548 | 2024-07-10T18:50:27.481Z | Checking debug-ignore v1.0.5 |
549 | 2024-07-10T18:50:27.591Z | Checking backoff v0.4.0 |
550 | 2024-07-10T18:50:27.859Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
551 | 2024-07-10T18:50:27.929Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
552 | 2024-07-10T18:50:27.986Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
553 | 2024-07-10T18:50:28.041Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
554 | 2024-07-10T18:50:28.253Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
555 | 2024-07-10T18:50:28.351Z | Checking serde_with v3.8.3 |
556 | 2024-07-10T18:50:28.362Z | Checking macaddr v1.0.1 |
557 | 2024-07-10T18:50:28.674Z | Checking regress v0.9.1 |
558 | 2024-07-10T18:50:29.663Z | Checking parse-display v0.9.1 |
559 | 2024-07-10T18:50:29.867Z | Checking strum v0.26.3 |
560 | 2024-07-10T18:50:31.031Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
561 | 2024-07-10T18:50:32.789Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
562 | 2024-07-10T18:50:32.842Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
563 | 2024-07-10T18:50:35.636Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
564 | 2024-07-10T18:50:41.711Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
565 | 2024-07-10T18:50:41.811Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
566 | 2024-07-10T18:50:44.374Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-07-10T18:50:50.416Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-07-10T18:50:50.464Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
569 | 2024-07-10T18:50:50.522Z | + cargo build --release |
570 | 2024-07-10T18:50:50.765Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-07-10T18:50:50.765Z | Compiling unicode-ident v1.0.12 |
572 | 2024-07-10T18:50:50.765Z | Compiling libc v0.2.155 |
573 | 2024-07-10T18:50:50.768Z | Compiling cfg-if v1.0.0 |
574 | 2024-07-10T18:50:50.768Z | Compiling version_check v0.9.4 |
575 | 2024-07-10T18:50:50.768Z | Compiling autocfg v1.3.0 |
576 | 2024-07-10T18:50:50.768Z | Compiling serde v1.0.204 |
577 | 2024-07-10T18:50:50.768Z | Compiling serde_json v1.0.120 |
578 | 2024-07-10T18:50:50.873Z | Compiling itoa v1.0.11 |
579 | 2024-07-10T18:50:50.935Z | Compiling thiserror v1.0.61 |
580 | 2024-07-10T18:50:51.084Z | Compiling once_cell v1.19.0 |
581 | 2024-07-10T18:50:51.177Z | Compiling cc v1.1.0 |
582 | 2024-07-10T18:50:51.322Z | Compiling memchr v2.7.4 |
583 | 2024-07-10T18:50:51.395Z | Compiling ahash v0.8.11 |
584 | 2024-07-10T18:50:51.725Z | Compiling byteorder v1.5.0 |
585 | 2024-07-10T18:50:51.862Z | Compiling num-traits v0.2.19 |
586 | 2024-07-10T18:50:52.156Z | Compiling getrandom v0.2.15 |
587 | 2024-07-10T18:50:52.187Z | Compiling quote v1.0.36 |
588 | 2024-07-10T18:50:52.218Z | Compiling pin-project-lite v0.2.14 |
589 | 2024-07-10T18:50:52.316Z | Compiling ryu v1.0.18 |
590 | 2024-07-10T18:50:52.540Z | Compiling syn v2.0.70 |
591 | 2024-07-10T18:50:52.640Z | Compiling bytes v1.6.0 |
592 | 2024-07-10T18:50:52.797Z | Compiling log v0.4.22 |
593 | 2024-07-10T18:50:52.861Z | Compiling allocator-api2 v0.2.18 |
594 | 2024-07-10T18:50:52.950Z | Compiling schemars v0.8.21 |
595 | 2024-07-10T18:50:53.220Z | Compiling lock_api v0.4.12 |
596 | 2024-07-10T18:50:53.264Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-07-10T18:50:53.293Z | Compiling scopeguard v1.2.0 |
598 | 2024-07-10T18:50:53.440Z | Compiling smallvec v1.13.2 |
599 | 2024-07-10T18:50:53.605Z | Compiling futures-core v0.3.30 |
600 | 2024-07-10T18:50:53.717Z | Compiling socket2 v0.5.7 |
601 | 2024-07-10T18:50:53.895Z | Compiling signal-hook-registry v1.4.2 |
602 | 2024-07-10T18:50:54.103Z | Compiling ring v0.17.8 |
603 | 2024-07-10T18:50:54.155Z | Compiling mio v0.8.11 |
604 | 2024-07-10T18:50:54.207Z | Compiling parking_lot v0.12.3 |
605 | 2024-07-10T18:50:54.442Z | Compiling num_cpus v1.16.0 |
606 | 2024-07-10T18:50:54.610Z | Compiling slab v0.4.9 |
607 | 2024-07-10T18:50:54.774Z | Compiling futures-sink v0.3.30 |
608 | 2024-07-10T18:50:54.916Z | Compiling spin v0.9.8 |
609 | 2024-07-10T18:50:55.129Z | Compiling semver v1.0.23 |
610 | 2024-07-10T18:50:55.149Z | Compiling equivalent v1.0.1 |
611 | 2024-07-10T18:50:55.423Z | Compiling untrusted v0.9.0 |
612 | 2024-07-10T18:50:55.446Z | Compiling fnv v1.0.7 |
613 | 2024-07-10T18:50:55.590Z | Compiling futures-channel v0.3.30 |
614 | 2024-07-10T18:50:55.790Z | Compiling heck v0.5.0 |
615 | 2024-07-10T18:50:55.834Z | Compiling futures-io v0.3.30 |
616 | 2024-07-10T18:50:55.952Z | Compiling vcpkg v0.2.15 |
617 | 2024-07-10T18:50:56.067Z | Compiling futures-task v0.3.30 |
618 | 2024-07-10T18:50:56.094Z | Compiling pin-utils v0.1.0 |
619 | 2024-07-10T18:50:56.153Z | Compiling pkg-config v0.3.30 |
620 | 2024-07-10T18:50:56.362Z | Compiling iana-time-zone v0.1.60 |
621 | 2024-07-10T18:50:56.375Z | Compiling ucd-trie v0.1.6 |
622 | 2024-07-10T18:50:56.854Z | Compiling http v0.2.12 |
623 | 2024-07-10T18:50:57.387Z | Compiling dyn-clone v1.0.17 |
624 | 2024-07-10T18:50:57.402Z | Compiling httparse v1.9.4 |
625 | 2024-07-10T18:50:57.656Z | Compiling openssl-sys v0.9.102 |
626 | 2024-07-10T18:50:58.113Z | Compiling chrono v0.4.38 |
627 | 2024-07-10T18:50:58.211Z | Compiling tracing-core v0.1.32 |
628 | 2024-07-10T18:50:58.615Z | Compiling uuid v1.10.0 |
629 | 2024-07-10T18:50:59.159Z | Compiling serde_derive_internals v0.29.1 |
630 | 2024-07-10T18:51:00.109Z | Compiling tracing v0.1.40 |
631 | 2024-07-10T18:51:00.791Z | Compiling openssl v0.10.64 |
632 | 2024-07-10T18:51:01.192Z | Compiling try-lock v0.2.5 |
633 | 2024-07-10T18:51:01.216Z | Compiling foreign-types-shared v0.1.1 |
634 | 2024-07-10T18:51:01.306Z | Compiling slog v2.7.0 |
635 | 2024-07-10T18:51:01.326Z | Compiling want v0.3.1 |
636 | 2024-07-10T18:51:01.511Z | Compiling foreign-types v0.3.2 |
637 | 2024-07-10T18:51:01.605Z | Compiling http-body v0.4.6 |
638 | 2024-07-10T18:51:01.608Z | Compiling aho-corasick v1.1.3 |
639 | 2024-07-10T18:51:01.819Z | Compiling bitflags v2.6.0 |
640 | 2024-07-10T18:51:02.075Z | Compiling percent-encoding v2.3.1 |
641 | 2024-07-10T18:51:02.146Z | Compiling rustls v0.21.12 |
642 | 2024-07-10T18:51:02.437Z | Compiling typenum v1.17.0 |
643 | 2024-07-10T18:51:02.525Z | Compiling httpdate v1.0.3 |
644 | 2024-07-10T18:51:02.856Z | Compiling tower-service v0.3.2 |
645 | 2024-07-10T18:51:02.964Z | Compiling tinyvec_macros v0.1.1 |
646 | 2024-07-10T18:51:03.043Z | Compiling regex-syntax v0.8.4 |
647 | 2024-07-10T18:51:03.083Z | Compiling native-tls v0.2.12 |
648 | 2024-07-10T18:51:03.299Z | Compiling tinyvec v1.8.0 |
649 | 2024-07-10T18:51:03.446Z | Compiling form_urlencoded v1.2.1 |
650 | 2024-07-10T18:51:04.040Z | Compiling generic-array v0.14.7 |
651 | 2024-07-10T18:51:04.432Z | Compiling openssl-probe v0.1.5 |
652 | 2024-07-10T18:51:04.903Z | Compiling unicode-normalization v0.1.23 |
653 | 2024-07-10T18:51:05.096Z | Compiling serde_derive v1.0.204 |
654 | 2024-07-10T18:51:05.124Z | Compiling zerocopy-derive v0.7.35 |
655 | 2024-07-10T18:51:05.389Z | Compiling thiserror-impl v1.0.61 |
656 | 2024-07-10T18:51:06.096Z | Compiling schemars_derive v0.8.21 |
657 | 2024-07-10T18:51:06.130Z | Compiling tokio-macros v2.3.0 |
658 | 2024-07-10T18:51:07.257Z | Compiling zerocopy v0.7.35 |
659 | 2024-07-10T18:51:08.401Z | Compiling tokio v1.38.0 |
660 | 2024-07-10T18:51:08.896Z | Compiling futures-macro v0.3.30 |
661 | 2024-07-10T18:51:09.174Z | Compiling pest v2.7.11 |
662 | 2024-07-10T18:51:09.517Z | Compiling hashbrown v0.14.5 |
663 | 2024-07-10T18:51:10.926Z | Compiling futures-util v0.3.30 |
664 | 2024-07-10T18:51:11.186Z | Compiling regress v0.10.0 |
665 | 2024-07-10T18:51:11.255Z | Compiling openssl-macros v0.1.1 |
666 | 2024-07-10T18:51:11.906Z | Compiling pest_meta v2.7.11 |
667 | 2024-07-10T18:51:15.864Z | Compiling pest_generator v2.7.11 |
668 | 2024-07-10T18:51:16.195Z | Compiling rustls-webpki v0.101.7 |
669 | 2024-07-10T18:51:17.677Z | Compiling tokio-util v0.7.11 |
670 | 2024-07-10T18:51:17.886Z | Compiling pest_derive v2.7.11 |
671 | 2024-07-10T18:51:18.755Z | Compiling sct v0.7.1 |
672 | 2024-07-10T18:51:19.577Z | Compiling indexmap v2.2.6 |
673 | 2024-07-10T18:51:20.708Z | Compiling serde_tokenstream v0.2.1 |
674 | 2024-07-10T18:51:21.293Z | Compiling h2 v0.3.26 |
675 | 2024-07-10T18:51:21.933Z | Compiling regex-automata v0.4.7 |
676 | 2024-07-10T18:51:26.344Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
677 | 2024-07-10T18:51:26.650Z | Compiling hyper v0.14.30 |
678 | 2024-07-10T18:51:30.112Z | Compiling regex v1.10.5 |
679 | 2024-07-10T18:51:33.636Z | Compiling scroll_derive v0.12.0 |
680 | 2024-07-10T18:51:37.151Z | Compiling usdt-impl v0.5.0 |
681 | 2024-07-10T18:51:37.506Z | Compiling encoding_rs v0.8.34 |
682 | 2024-07-10T18:51:37.881Z | Compiling unicode-bidi v0.3.15 |
683 | 2024-07-10T18:51:39.180Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
684 | 2024-07-10T18:51:41.020Z | Compiling powerfmt v0.2.0 |
685 | 2024-07-10T18:51:41.528Z | Compiling num-conv v0.1.0 |
686 | 2024-07-10T18:51:41.791Z | Compiling mime v0.3.17 |
687 | 2024-07-10T18:51:42.879Z | Compiling time-core v0.1.2 |
688 | 2024-07-10T18:51:43.039Z | Compiling time-macros v0.2.18 |
689 | 2024-07-10T18:51:44.251Z | Compiling deranged v0.3.11 |
690 | 2024-07-10T18:51:46.163Z | Compiling idna v0.5.0 |
691 | 2024-07-10T18:51:48.079Z | Compiling scroll v0.12.0 |
692 | 2024-07-10T18:51:48.092Z | Compiling tokio-rustls v0.24.1 |
693 | 2024-07-10T18:51:48.494Z | Compiling tokio-native-tls v0.3.1 |
694 | 2024-07-10T18:51:48.709Z | Compiling dof v0.3.0 |
695 | 2024-07-10T18:51:48.762Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-07-10T18:51:49.351Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-07-10T18:51:49.779Z | Compiling thread-id v4.2.1 |
698 | 2024-07-10T18:51:51.147Z | Compiling rustls-pki-types v1.7.0 |
699 | 2024-07-10T18:51:52.277Z | Compiling ident_case v1.0.1 |
700 | 2024-07-10T18:51:52.349Z | Compiling num_threads v0.1.7 |
701 | 2024-07-10T18:51:52.432Z | Compiling base64 v0.21.7 |
702 | 2024-07-10T18:51:52.456Z | Compiling strsim v0.11.1 |
703 | 2024-07-10T18:51:52.662Z | Compiling plain v0.2.3 |
704 | 2024-07-10T18:51:53.048Z | Compiling crossbeam-utils v0.8.20 |
705 | 2024-07-10T18:51:53.185Z | Compiling omicron-workspace-hack v0.1.0 |
706 | 2024-07-10T18:51:53.533Z | Compiling time v0.3.36 |
707 | 2024-07-10T18:51:53.620Z | Compiling rustls-pemfile v1.0.4 |
708 | 2024-07-10T18:51:54.447Z | Compiling goblin v0.8.2 |
709 | 2024-07-10T18:51:55.614Z | Compiling darling_core v0.20.10 |
710 | 2024-07-10T18:52:02.017Z | Compiling hyper-tls v0.5.0 |
711 | 2024-07-10T18:52:02.347Z | Compiling hyper-rustls v0.24.2 |
712 | 2024-07-10T18:52:02.774Z | Compiling url v2.5.2 |
713 | 2024-07-10T18:52:03.007Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#1517f318) |
714 | 2024-07-10T18:52:03.121Z | Compiling openapiv3 v2.0.0 |
715 | 2024-07-10T18:52:06.346Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-07-10T18:52:07.498Z | Compiling sync_wrapper v0.1.2 |
717 | 2024-07-10T18:52:07.612Z | Compiling unsafe-libyaml v0.2.11 |
718 | 2024-07-10T18:52:07.818Z | Compiling webpki-roots v0.25.4 |
719 | 2024-07-10T18:52:07.962Z | Compiling ipnet v2.9.0 |
720 | 2024-07-10T18:52:08.465Z | Compiling pretty-hex v0.4.1 |
721 | 2024-07-10T18:52:08.669Z | Compiling rustls v0.22.4 |
722 | 2024-07-10T18:52:08.953Z | Compiling paste v1.0.15 |
723 | 2024-07-10T18:52:09.346Z | Compiling rustversion v1.0.17 |
724 | 2024-07-10T18:52:09.507Z | Compiling serde_yaml v0.9.34+deprecated |
725 | 2024-07-10T18:52:10.149Z | Compiling reqwest v0.11.27 |
726 | 2024-07-10T18:52:10.295Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
727 | 2024-07-10T18:52:10.768Z | Compiling dirs-next v2.0.0 |
728 | 2024-07-10T18:52:13.550Z | Compiling darling_macro v0.20.10 |
729 | 2024-07-10T18:52:14.699Z | Compiling rustls-webpki v0.102.5 |
730 | 2024-07-10T18:52:16.538Z | Compiling block-buffer v0.10.4 |
731 | 2024-07-10T18:52:16.641Z | Compiling crypto-common v0.1.6 |
732 | 2024-07-10T18:52:16.760Z | Compiling toml_datetime v0.6.6 |
733 | 2024-07-10T18:52:16.838Z | Compiling serde_spanned v0.6.6 |
734 | 2024-07-10T18:52:17.073Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-07-10T18:52:17.443Z | Compiling rand_core v0.6.4 |
736 | 2024-07-10T18:52:17.537Z | Compiling multer v3.1.0 |
737 | 2024-07-10T18:52:17.545Z | Compiling thread_local v1.1.8 |
738 | 2024-07-10T18:52:17.850Z | Compiling ppv-lite86 v0.2.17 |
739 | 2024-07-10T18:52:17.895Z | Compiling subtle v2.6.1 |
740 | 2024-07-10T18:52:18.152Z | Compiling anyhow v1.0.86 |
741 | 2024-07-10T18:52:18.322Z | Compiling match_cfg v0.1.0 |
742 | 2024-07-10T18:52:18.400Z | Compiling zeroize v1.8.1 |
743 | 2024-07-10T18:52:18.651Z | Compiling slog-async v2.8.0 |
744 | 2024-07-10T18:52:18.707Z | Compiling winnow v0.6.13 |
745 | 2024-07-10T18:52:18.715Z | Compiling camino v1.1.7 |
746 | 2024-07-10T18:52:19.185Z | Compiling rand_chacha v0.3.1 |
747 | 2024-07-10T18:52:19.207Z | Compiling hostname v0.3.1 |
748 | 2024-07-10T18:52:19.357Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
749 | 2024-07-10T18:52:19.831Z | Compiling structmeta v0.3.0 |
750 | 2024-07-10T18:52:20.224Z | Compiling digest v0.10.7 |
751 | 2024-07-10T18:52:20.593Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-07-10T18:52:20.849Z | Compiling darling v0.20.10 |
753 | 2024-07-10T18:52:22.280Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
754 | 2024-07-10T18:52:22.975Z | Compiling toml_edit v0.22.15 |
755 | 2024-07-10T18:52:24.017Z | Compiling term v0.7.0 |
756 | 2024-07-10T18:52:30.896Z | Compiling usdt-macro v0.5.0 |
757 | 2024-07-10T18:52:31.359Z | Compiling usdt-attr-macro v0.5.0 |
758 | 2024-07-10T18:52:32.229Z | Compiling slog-json v2.6.1 |
759 | 2024-07-10T18:52:32.755Z | Compiling futures-executor v0.3.30 |
760 | 2024-07-10T18:52:32.852Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-07-10T18:52:34.070Z | Compiling http v1.1.0 |
762 | 2024-07-10T18:52:34.241Z | Compiling is-terminal v0.4.12 |
763 | 2024-07-10T18:52:34.350Z | Compiling memmap v0.7.0 |
764 | 2024-07-10T18:52:34.739Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
765 | 2024-07-10T18:52:35.058Z | Compiling take_mut v0.2.2 |
766 | 2024-07-10T18:52:35.208Z | Compiling base64 v0.22.1 |
767 | 2024-07-10T18:52:35.592Z | Compiling atomic-waker v1.1.2 |
768 | 2024-07-10T18:52:35.776Z | Compiling cpufeatures v0.2.12 |
769 | 2024-07-10T18:52:35.871Z | Compiling sha1 v0.10.6 |
770 | 2024-07-10T18:52:36.324Z | Compiling rustls-pemfile v2.1.2 |
771 | 2024-07-10T18:52:37.129Z | Compiling waitgroup v0.1.2 |
772 | 2024-07-10T18:52:37.380Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0deadb0d) |
773 | 2024-07-10T18:52:38.937Z | Compiling usdt v0.5.0 |
774 | 2024-07-10T18:52:39.723Z | Compiling slog-term v2.9.1 |
775 | 2024-07-10T18:52:40.549Z | Compiling async-stream v0.3.5 |
776 | 2024-07-10T18:52:40.881Z | Compiling futures v0.3.30 |
777 | 2024-07-10T18:52:41.066Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-07-10T18:52:41.311Z | Compiling strum_macros v0.26.4 |
779 | 2024-07-10T18:52:41.328Z | Compiling toml v0.8.14 |
780 | 2024-07-10T18:52:42.649Z | Compiling tokio-rustls v0.25.0 |
781 | 2024-07-10T18:52:43.071Z | Compiling serde_with_macros v3.8.3 |
782 | 2024-07-10T18:52:45.950Z | Compiling parse-display-derive v0.9.1 |
783 | 2024-07-10T18:52:46.247Z | Compiling rand v0.8.5 |
784 | 2024-07-10T18:52:49.447Z | Compiling ipnetwork v0.20.0 |
785 | 2024-07-10T18:52:49.603Z | Compiling newtype-uuid v1.1.0 |
786 | 2024-07-10T18:52:49.914Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#c9e89ccd) |
787 | 2024-07-10T18:52:50.214Z | Compiling serde_path_to_error v0.1.16 |
788 | 2024-07-10T18:52:50.497Z | Compiling hex v0.4.3 |
789 | 2024-07-10T18:52:51.160Z | Compiling async-trait v0.1.81 |
790 | 2024-07-10T18:52:51.212Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
791 | 2024-07-10T18:52:52.019Z | Compiling hostname v0.4.0 |
792 | 2024-07-10T18:52:52.259Z | Compiling instant v0.1.13 |
793 | 2024-07-10T18:52:52.405Z | Compiling debug-ignore v1.0.5 |
794 | 2024-07-10T18:52:52.526Z | Compiling backoff v0.4.0 |
795 | 2024-07-10T18:52:52.847Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-07-10T18:52:53.037Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
797 | 2024-07-10T18:52:53.183Z | Compiling parse-display v0.9.1 |
798 | 2024-07-10T18:52:53.592Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
799 | 2024-07-10T18:52:53.926Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
800 | 2024-07-10T18:52:54.163Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
801 | 2024-07-10T18:52:54.347Z | Compiling strum v0.26.3 |
802 | 2024-07-10T18:52:54.513Z | Compiling serde_with v3.8.3 |
803 | 2024-07-10T18:52:55.266Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-07-10T18:52:56.076Z | Compiling macaddr v1.0.1 |
805 | 2024-07-10T18:52:56.678Z | Compiling regress v0.9.1 |
806 | 2024-07-10T18:53:01.639Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-07-10T18:53:11.162Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-07-10T18:53:19.418Z | Finished `release` profile [optimized] target(s) in 2m 28s |
809 | 2024-07-10T18:53:19.466Z | process exited: duration 223135 ms, exit code 0 |
|
810 | 2024-07-10T18:53:19.472Z | found 0 output files |