|
|
|
1 | 2024-07-05T22:39:41.077Z | job assigned to worker 01J22GSD3XKGBFP650FVWNN86V (queued for 1 m 6 s) |
|
2 | 2024-07-05T22:39:49.149Z | starting task 0: "setup" |
3 | 2024-07-05T22:39:49.203Z | ++ uname -s |
4 | 2024-07-05T22:39:49.206Z | + kern=SunOS |
5 | 2024-07-05T22:39:49.207Z | + case "$kern" in |
6 | 2024-07-05T22:39:49.207Z | + groupadd -g 12345 build |
7 | 2024-07-05T22:39:49.210Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-05T22:39:51.218Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-05T22:39:51.313Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-05T22:39:51.318Z | + home_fs=zfs |
11 | 2024-07-05T22:39:51.318Z | + [[ zfs == autofs ]] |
12 | 2024-07-05T22:39:51.318Z | + mkdir -p /home/build |
13 | 2024-07-05T22:39:51.318Z | + chown build:build /home/build /work |
14 | 2024-07-05T22:39:53.319Z | + chmod 0700 /home/build /work |
15 | 2024-07-05T22:39:53.322Z | process exited: duration 4172 ms, exit code 0 |
|
16 | 2024-07-05T22:39:53.327Z | starting task 1: "rust-toolchain" |
17 | 2024-07-05T22:39:53.333Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-05T22:39:53.333Z | ' 1.78.0 |
19 | 2024-07-05T22:39:53.333Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-05T22:39:53.333Z | * toolchain channel = "1.78.0" |
21 | 2024-07-05T22:39:53.333Z | ' default |
22 | 2024-07-05T22:39:53.333Z | * toolchain profile = "default" |
23 | 2024-07-05T22:39:53.336Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-05T22:39:53.336Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-05T22:39:53.444Z | info: downloading installer |
26 | 2024-07-05T22:39:54.663Z | info: profile set to 'default' |
27 | 2024-07-05T22:39:54.664Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-05T22:39:54.669Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-05T22:39:54.781Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-05T22:39:54.782Z | info: downloading component 'cargo' |
31 | 2024-07-05T22:39:55.430Z | info: downloading component 'clippy' |
32 | 2024-07-05T22:39:55.651Z | info: downloading component 'rust-docs' |
33 | 2024-07-05T22:39:56.504Z | info: downloading component 'rust-std' |
34 | 2024-07-05T22:39:57.861Z | info: downloading component 'rustc' |
35 | 2024-07-05T22:40:01.280Z | info: downloading component 'rustfmt' |
36 | 2024-07-05T22:40:01.468Z | info: installing component 'cargo' |
37 | 2024-07-05T22:40:02.281Z | info: installing component 'clippy' |
38 | 2024-07-05T22:40:02.635Z | info: installing component 'rust-docs' |
39 | 2024-07-05T22:40:04.139Z | info: installing component 'rust-std' |
40 | 2024-07-05T22:40:05.861Z | info: installing component 'rustc' |
41 | 2024-07-05T22:40:09.999Z | info: installing component 'rustfmt' |
42 | 2024-07-05T22:40:10.339Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-05T22:40:10.339Z | |
44 | 2024-07-05T22:40:10.626Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-05T22:40:10.626Z | |
46 | 2024-07-05T22:40:10.629Z | |
47 | 2024-07-05T22:40:10.629Z | Rust is installed now. Great! |
48 | 2024-07-05T22:40:10.629Z | |
49 | 2024-07-05T22:40:10.629Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-05T22:40:10.629Z | environment variable. This has not been done automatically. |
51 | 2024-07-05T22:40:10.629Z | |
52 | 2024-07-05T22:40:10.629Z | To configure your current shell, you need to source |
53 | 2024-07-05T22:40:10.629Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-05T22:40:10.629Z | |
55 | 2024-07-05T22:40:10.629Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-05T22:40:10.629Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-05T22:40:10.629Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-05T22:40:10.698Z | + rustc --version |
59 | 2024-07-05T22:40:10.755Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-05T22:40:10.758Z | process exited: duration 17428 ms, exit code 0 |
|
61 | 2024-07-05T22:40:10.764Z | starting task 2: "authentication" |
62 | 2024-07-05T22:40:10.784Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-07-05T22:40:10.791Z | starting task 3: "clone repository" |
64 | 2024-07-05T22:40:10.795Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-05T22:40:10.798Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-05T22:40:10.978Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-05T22:40:19.519Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-05T22:40:19.519Z | + git fetch origin 3ad73c721facf6804695a9b55574c66feea5147c |
69 | 2024-07-05T22:40:19.828Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-05T22:40:19.828Z | * branch 3ad73c721facf6804695a9b55574c66feea5147c -> FETCH_HEAD |
71 | 2024-07-05T22:40:19.837Z | + [[ -n move-provisioning-timeseries-to-toml ]] |
72 | 2024-07-05T22:40:19.840Z | ++ git branch --show-current |
73 | 2024-07-05T22:40:19.845Z | + current=main |
74 | 2024-07-05T22:40:19.845Z | + [[ main != move-provisioning-timeseries-to-toml ]] |
75 | 2024-07-05T22:40:19.845Z | + git branch -f move-provisioning-timeseries-to-toml 3ad73c721facf6804695a9b55574c66feea5147c |
76 | 2024-07-05T22:40:19.848Z | + git checkout -f move-provisioning-timeseries-to-toml |
77 | 2024-07-05T22:40:19.977Z | Switched to branch 'move-provisioning-timeseries-to-toml' |
78 | 2024-07-05T22:40:19.980Z | + git reset --hard 3ad73c721facf6804695a9b55574c66feea5147c |
79 | 2024-07-05T22:40:19.991Z | HEAD is now at 3ad73c721 Define virtual resource provisioning timeseries in TOML |
80 | 2024-07-05T22:40:19.994Z | process exited: duration 9200 ms, exit code 0 |
|
81 | 2024-07-05T22:40:19.999Z | starting task 4: "build" |
82 | 2024-07-05T22:40:20.004Z | + cargo --version |
83 | 2024-07-05T22:40:20.056Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-05T22:40:20.059Z | + rustc --version |
85 | 2024-07-05T22:40:20.113Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-05T22:40:20.116Z | + cd /tmp |
87 | 2024-07-05T22:40:20.116Z | + cargo new --lib test-project |
88 | 2024-07-05T22:40:20.168Z | Creating library `test-project` package |
89 | 2024-07-05T22:40:20.242Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-07-05T22:40:20.245Z | + cd test-project |
91 | 2024-07-05T22:40:20.245Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-07-05T22:40:20.298Z | Adding omicron-common (local) to dependencies |
93 | 2024-07-05T22:40:20.298Z | Features: |
94 | 2024-07-05T22:40:20.298Z | - proptest |
95 | 2024-07-05T22:40:20.298Z | - test-strategy |
96 | 2024-07-05T22:40:20.298Z | - testing |
97 | 2024-07-05T22:40:20.301Z | Updating crates.io index |
98 | 2024-07-05T22:40:20.394Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-07-05T22:40:21.105Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-07-05T22:40:21.864Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-05T22:40:22.143Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-07-05T22:40:24.134Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-05T22:40:24.378Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-05T22:40:24.685Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-07-05T22:40:27.207Z | + cargo check |
106 | 2024-07-05T22:40:27.415Z | Downloading crates ... |
107 | 2024-07-05T22:40:27.491Z | Downloaded darling_macro v0.20.9 |
108 | 2024-07-05T22:40:27.500Z | Downloaded equivalent v1.0.1 |
109 | 2024-07-05T22:40:27.508Z | Downloaded async-stream-impl v0.3.5 |
110 | 2024-07-05T22:40:27.512Z | Downloaded foreign-types v0.3.2 |
111 | 2024-07-05T22:40:27.515Z | Downloaded want v0.3.1 |
112 | 2024-07-05T22:40:27.518Z | Downloaded openssl-macros v0.1.1 |
113 | 2024-07-05T22:40:27.518Z | Downloaded is-terminal v0.4.12 |
114 | 2024-07-05T22:40:27.521Z | Downloaded match_cfg v0.1.0 |
115 | 2024-07-05T22:40:27.521Z | Downloaded dtrace-parser v0.2.0 |
116 | 2024-07-05T22:40:27.524Z | Downloaded num-conv v0.1.0 |
117 | 2024-07-05T22:40:27.524Z | Downloaded bitflags v2.6.0 |
118 | 2024-07-05T22:40:27.529Z | Downloaded cpufeatures v0.2.12 |
119 | 2024-07-05T22:40:27.532Z | Downloaded autocfg v1.3.0 |
120 | 2024-07-05T22:40:27.534Z | Downloaded usdt-macro v0.5.0 |
121 | 2024-07-05T22:40:27.534Z | Downloaded foreign-types-shared v0.1.1 |
122 | 2024-07-05T22:40:27.534Z | Downloaded omicron-workspace-hack v0.1.0 |
123 | 2024-07-05T22:40:27.537Z | Downloaded cfg-if v1.0.0 |
124 | 2024-07-05T22:40:27.537Z | Downloaded scroll_derive v0.12.0 |
125 | 2024-07-05T22:40:27.540Z | Downloaded waitgroup v0.1.2 |
126 | 2024-07-05T22:40:27.540Z | Downloaded instant v0.1.13 |
127 | 2024-07-05T22:40:27.543Z | Downloaded ident_case v1.0.1 |
128 | 2024-07-05T22:40:27.543Z | Downloaded async-stream v0.3.5 |
129 | 2024-07-05T22:40:27.545Z | Downloaded strum v0.26.3 |
130 | 2024-07-05T22:40:27.548Z | Downloaded block-buffer v0.10.4 |
131 | 2024-07-05T22:40:27.548Z | Downloaded dirs-sys-next v0.1.2 |
132 | 2024-07-05T22:40:27.548Z | Downloaded atomic-waker v1.1.2 |
133 | 2024-07-05T22:40:27.551Z | Downloaded sync_wrapper v0.1.2 |
134 | 2024-07-05T22:40:27.551Z | Downloaded usdt-attr-macro v0.5.0 |
135 | 2024-07-05T22:40:27.554Z | Downloaded version_check v0.9.4 |
136 | 2024-07-05T22:40:27.554Z | Downloaded usdt v0.5.0 |
137 | 2024-07-05T22:40:27.556Z | Downloaded paste v1.0.15 |
138 | 2024-07-05T22:40:27.559Z | Downloaded num_cpus v1.16.0 |
139 | 2024-07-05T22:40:27.561Z | Downloaded httpdate v1.0.3 |
140 | 2024-07-05T22:40:27.564Z | Downloaded untrusted v0.9.0 |
141 | 2024-07-05T22:40:27.564Z | Downloaded openssl-probe v0.1.5 |
142 | 2024-07-05T22:40:27.567Z | Downloaded num_threads v0.1.7 |
143 | 2024-07-05T22:40:27.567Z | Downloaded futures-executor v0.3.30 |
144 | 2024-07-05T22:40:27.571Z | Downloaded pretty-hex v0.4.1 |
145 | 2024-07-05T22:40:27.571Z | Downloaded generic-array v0.14.7 |
146 | 2024-07-05T22:40:27.574Z | Downloaded http-body v0.4.6 |
147 | 2024-07-05T22:40:27.574Z | Downloaded newtype-uuid v1.1.0 |
148 | 2024-07-05T22:40:27.574Z | Downloaded digest v0.10.7 |
149 | 2024-07-05T22:40:27.577Z | Downloaded take_mut v0.2.2 |
150 | 2024-07-05T22:40:27.577Z | Downloaded darling v0.20.9 |
151 | 2024-07-05T22:40:27.580Z | Downloaded async-trait v0.1.80 |
152 | 2024-07-05T22:40:27.584Z | Downloaded pest_generator v2.7.11 |
153 | 2024-07-05T22:40:27.587Z | Downloaded serde_urlencoded v0.7.1 |
154 | 2024-07-05T22:40:27.589Z | Downloaded try-lock v0.2.5 |
155 | 2024-07-05T22:40:27.589Z | Downloaded slog-bunyan v2.5.0 |
156 | 2024-07-05T22:40:27.592Z | Downloaded percent-encoding v2.3.1 |
157 | 2024-07-05T22:40:27.592Z | Downloaded tinyvec_macros v0.1.1 |
158 | 2024-07-05T22:40:27.592Z | Downloaded tower-service v0.3.2 |
159 | 2024-07-05T22:40:27.595Z | Downloaded rustversion v1.0.17 |
160 | 2024-07-05T22:40:27.598Z | Downloaded native-tls v0.2.12 |
161 | 2024-07-05T22:40:27.598Z | Downloaded signal-hook-registry v1.4.2 |
162 | 2024-07-05T22:40:27.600Z | Downloaded deranged v0.3.11 |
163 | 2024-07-05T22:40:27.603Z | Downloaded sha1 v0.10.6 |
164 | 2024-07-05T22:40:27.603Z | Downloaded ppv-lite86 v0.2.17 |
165 | 2024-07-05T22:40:27.606Z | Downloaded subtle v2.6.1 |
166 | 2024-07-05T22:40:27.606Z | Downloaded structmeta v0.3.0 |
167 | 2024-07-05T22:40:27.608Z | Downloaded futures-channel v0.3.30 |
168 | 2024-07-05T22:40:27.609Z | Downloaded itoa v1.0.11 |
169 | 2024-07-05T22:40:27.611Z | Downloaded tokio-macros v2.3.0 |
170 | 2024-07-05T22:40:27.611Z | Downloaded usdt-impl v0.5.0 |
171 | 2024-07-05T22:40:27.614Z | Downloaded pest_derive v2.7.11 |
172 | 2024-07-05T22:40:27.614Z | Downloaded time-core v0.1.2 |
173 | 2024-07-05T22:40:27.617Z | Downloaded hyper-rustls v0.24.2 |
174 | 2024-07-05T22:40:27.620Z | Downloaded pin-utils v0.1.0 |
175 | 2024-07-05T22:40:27.620Z | Downloaded thiserror-impl v1.0.61 |
176 | 2024-07-05T22:40:27.624Z | Downloaded rustls-pemfile v1.0.4 |
177 | 2024-07-05T22:40:27.624Z | Downloaded rand_chacha v0.3.1 |
178 | 2024-07-05T22:40:27.627Z | Downloaded slog-json v2.6.1 |
179 | 2024-07-05T22:40:27.627Z | Downloaded serde_tokenstream v0.2.1 |
180 | 2024-07-05T22:40:27.631Z | Downloaded scroll v0.12.0 |
181 | 2024-07-05T22:40:27.634Z | Downloaded serde_path_to_error v0.1.16 |
182 | 2024-07-05T22:40:27.634Z | Downloaded multer v3.1.0 |
183 | 2024-07-05T22:40:27.636Z | Downloaded getrandom v0.2.15 |
184 | 2024-07-05T22:40:27.639Z | Downloaded tokio-native-tls v0.3.1 |
185 | 2024-07-05T22:40:27.642Z | Downloaded toml_datetime v0.6.6 |
186 | 2024-07-05T22:40:27.642Z | Downloaded thiserror v1.0.61 |
187 | 2024-07-05T22:40:27.649Z | Downloaded structmeta-derive v0.3.0 |
188 | 2024-07-05T22:40:27.651Z | Downloaded semver v1.0.23 |
189 | 2024-07-05T22:40:27.651Z | Downloaded rustls-pemfile v2.1.2 |
190 | 2024-07-05T22:40:27.654Z | Downloaded rand_core v0.6.4 |
191 | 2024-07-05T22:40:27.658Z | Downloaded thread-id v4.2.1 |
192 | 2024-07-05T22:40:27.658Z | Downloaded pin-project-lite v0.2.14 |
193 | 2024-07-05T22:40:27.661Z | Downloaded parking_lot_core v0.9.10 |
194 | 2024-07-05T22:40:27.664Z | Downloaded thread_local v1.1.8 |
195 | 2024-07-05T22:40:27.664Z | Downloaded httparse v1.9.4 |
196 | 2024-07-05T22:40:27.673Z | Downloaded allocator-api2 v0.2.18 |
197 | 2024-07-05T22:40:27.681Z | Downloaded sha2 v0.10.8 |
198 | 2024-07-05T22:40:27.681Z | Downloaded sct v0.7.1 |
199 | 2024-07-05T22:40:27.681Z | Downloaded time-macros v0.2.18 |
200 | 2024-07-05T22:40:27.681Z | Downloaded smallvec v1.13.2 |
201 | 2024-07-05T22:40:27.685Z | Downloaded strum_macros v0.26.4 |
202 | 2024-07-05T22:40:27.685Z | Downloaded slab v0.4.9 |
203 | 2024-07-05T22:40:27.685Z | Downloaded futures v0.3.30 |
204 | 2024-07-05T22:40:27.690Z | Downloaded num-traits v0.2.19 |
205 | 2024-07-05T22:40:27.693Z | Downloaded tokio-rustls v0.24.1 |
206 | 2024-07-05T22:40:27.698Z | Downloaded term v0.7.0 |
207 | 2024-07-05T22:40:27.702Z | Downloaded slog v2.7.0 |
208 | 2024-07-05T22:40:27.702Z | Downloaded unsafe-libyaml v0.2.11 |
209 | 2024-07-05T22:40:27.705Z | Downloaded cc v1.0.104 |
210 | 2024-07-05T22:40:27.709Z | Downloaded typenum v1.17.0 |
211 | 2024-07-05T22:40:27.713Z | Downloaded indexmap v2.2.6 |
212 | 2024-07-05T22:40:27.718Z | Downloaded ryu v1.0.18 |
213 | 2024-07-05T22:40:27.718Z | Downloaded ucd-trie v0.1.6 |
214 | 2024-07-05T22:40:27.722Z | Downloaded schemars v0.8.21 |
215 | 2024-07-05T22:40:27.732Z | Downloaded log v0.4.22 |
216 | 2024-07-05T22:40:27.736Z | Downloaded tinyvec v1.7.0 |
217 | 2024-07-05T22:40:27.739Z | Downloaded toml v0.8.14 |
218 | 2024-07-05T22:40:27.744Z | Downloaded tracing-core v0.1.32 |
219 | 2024-07-05T22:40:27.747Z | Downloaded socket2 v0.5.7 |
220 | 2024-07-05T22:40:27.748Z | Downloaded rand v0.8.5 |
221 | 2024-07-05T22:40:27.751Z | Downloaded tokio-rustls v0.25.0 |
222 | 2024-07-05T22:40:27.755Z | Downloaded serde_yaml v0.9.34+deprecated |
223 | 2024-07-05T22:40:27.760Z | Downloaded memchr v2.7.4 |
224 | 2024-07-05T22:40:27.764Z | Downloaded hashbrown v0.12.3 |
225 | 2024-07-05T22:40:27.768Z | Downloaded toml_edit v0.22.14 |
226 | 2024-07-05T22:40:27.787Z | Downloaded url v2.5.2 |
227 | 2024-07-05T22:40:27.790Z | Downloaded tracing v0.1.40 |
228 | 2024-07-05T22:40:27.796Z | Downloaded mio v0.8.11 |
229 | 2024-07-05T22:40:27.800Z | Downloaded http v1.1.0 |
230 | 2024-07-05T22:40:27.804Z | Downloaded pest v2.7.11 |
231 | 2024-07-05T22:40:27.815Z | Downloaded hashbrown v0.14.5 |
232 | 2024-07-05T22:40:27.820Z | Downloaded http v0.2.12 |
233 | 2024-07-05T22:40:27.820Z | Downloaded winnow v0.6.13 |
234 | 2024-07-05T22:40:27.826Z | Downloaded tokio-util v0.7.11 |
235 | 2024-07-05T22:40:27.833Z | Downloaded time v0.3.36 |
236 | 2024-07-05T22:40:27.840Z | Downloaded serde_with v3.8.3 |
237 | 2024-07-05T22:40:27.849Z | Downloaded serde_json v1.0.120 |
238 | 2024-07-05T22:40:27.855Z | Downloaded rustls-webpki v0.101.7 |
239 | 2024-07-05T22:40:27.870Z | Downloaded reqwest v0.11.27 |
240 | 2024-07-05T22:40:27.877Z | Downloaded zerocopy v0.7.35 |
241 | 2024-07-05T22:40:27.893Z | Downloaded openssl v0.10.64 |
242 | 2024-07-05T22:40:27.901Z | Downloaded rustls-webpki v0.102.5 |
243 | 2024-07-05T22:40:27.919Z | Downloaded vcpkg v0.2.15 |
244 | 2024-07-05T22:40:27.955Z | Downloaded openapiv3 v2.0.0 |
245 | 2024-07-05T22:40:27.967Z | Downloaded regex v1.10.5 |
246 | 2024-07-05T22:40:27.995Z | Downloaded syn v2.0.68 |
247 | 2024-07-05T22:40:28.017Z | Downloaded rustls v0.22.4 |
248 | 2024-07-05T22:40:28.017Z | Downloaded regress v0.10.0 |
249 | 2024-07-05T22:40:28.017Z | Downloaded tokio v1.38.0 |
250 | 2024-07-05T22:40:28.051Z | Downloaded libc v0.2.155 |
251 | 2024-07-05T22:40:28.071Z | Downloaded regex-automata v0.4.7 |
252 | 2024-07-05T22:40:28.087Z | Downloaded regress v0.9.1 |
253 | 2024-07-05T22:40:28.095Z | Downloaded encoding_rs v0.8.34 |
254 | 2024-07-05T22:40:28.114Z | Downloaded regex-syntax v0.8.4 |
255 | 2024-07-05T22:40:28.122Z | Downloaded rustls v0.21.12 |
256 | 2024-07-05T22:40:28.133Z | Downloaded webpki-roots v0.25.4 |
257 | 2024-07-05T22:40:28.138Z | Downloaded idna v0.5.0 |
258 | 2024-07-05T22:40:28.143Z | Downloaded chrono v0.4.38 |
259 | 2024-07-05T22:40:28.148Z | Downloaded hyper v0.14.29 |
260 | 2024-07-05T22:40:28.155Z | Downloaded h2 v0.3.26 |
261 | 2024-07-05T22:40:28.161Z | Downloaded goblin v0.8.2 |
262 | 2024-07-05T22:40:28.166Z | Downloaded aho-corasick v1.1.3 |
263 | 2024-07-05T22:40:28.171Z | Downloaded futures-util v0.3.30 |
264 | 2024-07-05T22:40:28.182Z | Downloaded unicode-normalization v0.1.23 |
265 | 2024-07-05T22:40:28.185Z | Downloaded serde v1.0.203 |
266 | 2024-07-05T22:40:28.188Z | Downloaded pest_meta v2.7.11 |
267 | 2024-07-05T22:40:28.191Z | Downloaded openssl-sys v0.9.102 |
268 | 2024-07-05T22:40:28.196Z | Downloaded crossbeam-channel v0.5.13 |
269 | 2024-07-05T22:40:28.200Z | Downloaded base64 v0.22.1 |
270 | 2024-07-05T22:40:28.204Z | Downloaded unicode-bidi v0.3.15 |
271 | 2024-07-05T22:40:28.207Z | Downloaded base64 v0.21.7 |
272 | 2024-07-05T22:40:28.210Z | Downloaded serde_derive v1.0.203 |
273 | 2024-07-05T22:40:28.213Z | Downloaded darling_core v0.20.9 |
274 | 2024-07-05T22:40:28.216Z | Downloaded serde_derive_internals v0.29.1 |
275 | 2024-07-05T22:40:28.219Z | Downloaded proc-macro2 v1.0.86 |
276 | 2024-07-05T22:40:28.222Z | Downloaded unicode-ident v1.0.12 |
277 | 2024-07-05T22:40:28.225Z | Downloaded bytes v1.6.0 |
278 | 2024-07-05T22:40:28.227Z | Downloaded rustls-pki-types v1.7.0 |
279 | 2024-07-05T22:40:28.230Z | Downloaded quote v1.0.36 |
280 | 2024-07-05T22:40:28.230Z | Downloaded once_cell v1.19.0 |
281 | 2024-07-05T22:40:28.233Z | Downloaded indexmap v1.9.3 |
282 | 2024-07-05T22:40:28.236Z | Downloaded spin v0.9.8 |
283 | 2024-07-05T22:40:28.239Z | Downloaded slog-term v2.9.1 |
284 | 2024-07-05T22:40:28.239Z | Downloaded serde_with_macros v3.8.3 |
285 | 2024-07-05T22:40:28.242Z | Downloaded parking_lot v0.12.3 |
286 | 2024-07-05T22:40:28.245Z | Downloaded uuid v1.9.1 |
287 | 2024-07-05T22:40:28.248Z | Downloaded ipnetwork v0.20.0 |
288 | 2024-07-05T22:40:28.248Z | Downloaded anyhow v1.0.86 |
289 | 2024-07-05T22:40:28.251Z | Downloaded strsim v0.11.1 |
290 | 2024-07-05T22:40:28.253Z | Downloaded slog-async v2.8.0 |
291 | 2024-07-05T22:40:28.254Z | Downloaded plain v0.2.3 |
292 | 2024-07-05T22:40:28.256Z | Downloaded lock_api v0.4.12 |
293 | 2024-07-05T22:40:28.256Z | Downloaded schemars_derive v0.8.21 |
294 | 2024-07-05T22:40:28.259Z | Downloaded byteorder v1.5.0 |
295 | 2024-07-05T22:40:28.259Z | Downloaded ahash v0.8.11 |
296 | 2024-07-05T22:40:28.261Z | Downloaded powerfmt v0.2.0 |
297 | 2024-07-05T22:40:28.261Z | Downloaded fnv v1.0.7 |
298 | 2024-07-05T22:40:28.264Z | Downloaded crossbeam-utils v0.8.20 |
299 | 2024-07-05T22:40:28.267Z | Downloaded zerocopy-derive v0.7.35 |
300 | 2024-07-05T22:40:28.270Z | Downloaded hostname v0.4.0 |
301 | 2024-07-05T22:40:28.272Z | Downloaded dyn-clone v1.0.17 |
302 | 2024-07-05T22:40:28.273Z | Downloaded pkg-config v0.3.30 |
303 | 2024-07-05T22:40:28.273Z | Downloaded memmap v0.7.0 |
304 | 2024-07-05T22:40:28.275Z | Downloaded ipnet v2.9.0 |
305 | 2024-07-05T22:40:28.275Z | Downloaded heck v0.5.0 |
306 | 2024-07-05T22:40:28.278Z | Downloaded backoff v0.4.0 |
307 | 2024-07-05T22:40:28.278Z | Downloaded ring v0.17.8 |
308 | 2024-07-05T22:40:28.341Z | Downloaded serde_spanned v0.6.6 |
309 | 2024-07-05T22:40:28.344Z | Downloaded scopeguard v1.2.0 |
310 | 2024-07-05T22:40:28.344Z | Downloaded iana-time-zone v0.1.60 |
311 | 2024-07-05T22:40:28.346Z | Downloaded futures-core v0.3.30 |
312 | 2024-07-05T22:40:28.347Z | Downloaded dof v0.3.0 |
313 | 2024-07-05T22:40:28.347Z | Downloaded mime v0.3.17 |
314 | 2024-07-05T22:40:28.349Z | Downloaded parse-display-derive v0.9.1 |
315 | 2024-07-05T22:40:28.349Z | Downloaded parse-display v0.9.1 |
316 | 2024-07-05T22:40:28.349Z | Downloaded zeroize v1.8.1 |
317 | 2024-07-05T22:40:28.352Z | Downloaded macaddr v1.0.1 |
318 | 2024-07-05T22:40:28.352Z | Downloaded hyper-tls v0.5.0 |
319 | 2024-07-05T22:40:28.355Z | Downloaded hex v0.4.3 |
320 | 2024-07-05T22:40:28.355Z | Downloaded futures-sink v0.3.30 |
321 | 2024-07-05T22:40:28.355Z | Downloaded futures-io v0.3.30 |
322 | 2024-07-05T22:40:28.355Z | Downloaded dirs-next v2.0.0 |
323 | 2024-07-05T22:40:28.357Z | Downloaded camino v1.1.7 |
324 | 2024-07-05T22:40:28.357Z | Downloaded debug-ignore v1.0.5 |
325 | 2024-07-05T22:40:28.360Z | Downloaded futures-macro v0.3.30 |
326 | 2024-07-05T22:40:28.360Z | Downloaded form_urlencoded v1.2.1 |
327 | 2024-07-05T22:40:28.360Z | Downloaded crypto-common v0.1.6 |
328 | 2024-07-05T22:40:28.363Z | Downloaded hostname v0.3.1 |
329 | 2024-07-05T22:40:28.363Z | Downloaded futures-task v0.3.30 |
330 | 2024-07-05T22:40:28.479Z | Compiling proc-macro2 v1.0.86 |
331 | 2024-07-05T22:40:28.479Z | Compiling unicode-ident v1.0.12 |
332 | 2024-07-05T22:40:28.481Z | Compiling libc v0.2.155 |
333 | 2024-07-05T22:40:28.481Z | Checking cfg-if v1.0.0 |
334 | 2024-07-05T22:40:28.481Z | Compiling version_check v0.9.4 |
335 | 2024-07-05T22:40:28.481Z | Compiling autocfg v1.3.0 |
336 | 2024-07-05T22:40:28.491Z | Compiling serde v1.0.203 |
337 | 2024-07-05T22:40:28.494Z | Compiling serde_json v1.0.120 |
338 | 2024-07-05T22:40:28.574Z | Checking itoa v1.0.11 |
339 | 2024-07-05T22:40:28.662Z | Checking once_cell v1.19.0 |
340 | 2024-07-05T22:40:28.745Z | Compiling thiserror v1.0.61 |
341 | 2024-07-05T22:40:28.913Z | Compiling memchr v2.7.4 |
342 | 2024-07-05T22:40:29.060Z | Compiling ahash v0.8.11 |
343 | 2024-07-05T22:40:29.127Z | Compiling cc v1.0.104 |
344 | 2024-07-05T22:40:31.072Z | Checking byteorder v1.5.0 |
345 | 2024-07-05T22:40:31.094Z | Compiling num-traits v0.2.19 |
346 | 2024-07-05T22:40:31.096Z | Checking pin-project-lite v0.2.14 |
347 | 2024-07-05T22:40:31.115Z | Checking ryu v1.0.18 |
348 | 2024-07-05T22:40:31.155Z | Checking log v0.4.22 |
349 | 2024-07-05T22:40:31.187Z | Checking bytes v1.6.0 |
350 | 2024-07-05T22:40:31.442Z | Checking allocator-api2 v0.2.18 |
351 | 2024-07-05T22:40:31.502Z | Compiling lock_api v0.4.12 |
352 | 2024-07-05T22:40:31.521Z | Compiling parking_lot_core v0.9.10 |
353 | 2024-07-05T22:40:31.562Z | Compiling schemars v0.8.21 |
354 | 2024-07-05T22:40:31.677Z | Compiling ring v0.17.8 |
355 | 2024-07-05T22:40:31.786Z | Checking getrandom v0.2.15 |
356 | 2024-07-05T22:40:31.895Z | Checking smallvec v1.13.2 |
357 | 2024-07-05T22:40:31.905Z | Checking futures-core v0.3.30 |
358 | 2024-07-05T22:40:31.911Z | Compiling quote v1.0.36 |
359 | 2024-07-05T22:40:31.941Z | Checking scopeguard v1.2.0 |
360 | 2024-07-05T22:40:31.969Z | Checking mio v0.8.11 |
361 | 2024-07-05T22:40:32.053Z | Checking socket2 v0.5.7 |
362 | 2024-07-05T22:40:32.066Z | Checking signal-hook-registry v1.4.2 |
363 | 2024-07-05T22:40:32.287Z | Compiling syn v2.0.68 |
364 | 2024-07-05T22:40:32.474Z | Checking num_cpus v1.16.0 |
365 | 2024-07-05T22:40:32.508Z | Compiling slab v0.4.9 |
366 | 2024-07-05T22:40:32.516Z | Checking futures-sink v0.3.30 |
367 | 2024-07-05T22:40:32.558Z | Checking spin v0.9.8 |
368 | 2024-07-05T22:40:32.604Z | Checking parking_lot v0.12.3 |
369 | 2024-07-05T22:40:32.625Z | Checking untrusted v0.9.0 |
370 | 2024-07-05T22:40:32.687Z | Checking equivalent v1.0.1 |
371 | 2024-07-05T22:40:32.734Z | Checking fnv v1.0.7 |
372 | 2024-07-05T22:40:32.743Z | Checking futures-channel v0.3.30 |
373 | 2024-07-05T22:40:32.757Z | Compiling heck v0.5.0 |
374 | 2024-07-05T22:40:32.821Z | Checking pin-utils v0.1.0 |
375 | 2024-07-05T22:40:32.890Z | Compiling pkg-config v0.3.30 |
376 | 2024-07-05T22:40:32.902Z | Checking futures-task v0.3.30 |
377 | 2024-07-05T22:40:33.038Z | Compiling semver v1.0.23 |
378 | 2024-07-05T22:40:33.107Z | Checking futures-io v0.3.30 |
379 | 2024-07-05T22:40:33.123Z | Compiling vcpkg v0.2.15 |
380 | 2024-07-05T22:40:33.260Z | Compiling ucd-trie v0.1.6 |
381 | 2024-07-05T22:40:33.338Z | Checking iana-time-zone v0.1.60 |
382 | 2024-07-05T22:40:33.451Z | Checking http v0.2.12 |
383 | 2024-07-05T22:40:33.880Z | Compiling httparse v1.9.4 |
384 | 2024-07-05T22:40:34.049Z | Checking dyn-clone v1.0.17 |
385 | 2024-07-05T22:40:34.517Z | Checking tracing-core v0.1.32 |
386 | 2024-07-05T22:40:34.679Z | Compiling openssl-sys v0.9.102 |
387 | 2024-07-05T22:40:34.682Z | Compiling uuid v1.9.1 |
388 | 2024-07-05T22:40:35.045Z | Checking tracing v0.1.40 |
389 | 2024-07-05T22:40:35.103Z | Compiling chrono v0.4.38 |
390 | 2024-07-05T22:40:35.179Z | Compiling slog v2.7.0 |
391 | 2024-07-05T22:40:35.209Z | Checking foreign-types-shared v0.1.1 |
392 | 2024-07-05T22:40:35.219Z | Compiling openssl v0.10.64 |
393 | 2024-07-05T22:40:35.281Z | Checking try-lock v0.2.5 |
394 | 2024-07-05T22:40:35.382Z | Checking want v0.3.1 |
395 | 2024-07-05T22:40:35.507Z | Checking foreign-types v0.3.2 |
396 | 2024-07-05T22:40:35.570Z | Checking http-body v0.4.6 |
397 | 2024-07-05T22:40:35.627Z | Compiling aho-corasick v1.1.3 |
398 | 2024-07-05T22:40:35.647Z | Compiling native-tls v0.2.12 |
399 | 2024-07-05T22:40:35.897Z | Compiling regex-syntax v0.8.4 |
400 | 2024-07-05T22:40:35.937Z | Checking tinyvec_macros v0.1.1 |
401 | 2024-07-05T22:40:36.000Z | Checking bitflags v2.6.0 |
402 | 2024-07-05T22:40:36.172Z | Compiling typenum v1.17.0 |
403 | 2024-07-05T22:40:36.828Z | Checking httpdate v1.0.3 |
404 | 2024-07-05T22:40:37.016Z | Checking percent-encoding v2.3.1 |
405 | 2024-07-05T22:40:37.086Z | Checking tower-service v0.3.2 |
406 | 2024-07-05T22:40:37.163Z | Compiling rustls v0.21.12 |
407 | 2024-07-05T22:40:37.178Z | Checking form_urlencoded v1.2.1 |
408 | 2024-07-05T22:40:37.407Z | Checking tinyvec v1.7.0 |
409 | 2024-07-05T22:40:37.836Z | Compiling generic-array v0.14.7 |
410 | 2024-07-05T22:40:37.975Z | Checking openssl-probe v0.1.5 |
411 | 2024-07-05T22:40:38.671Z | Compiling serde_derive_internals v0.29.1 |
412 | 2024-07-05T22:40:38.847Z | Compiling regex-automata v0.4.7 |
413 | 2024-07-05T22:40:39.403Z | Checking unicode-normalization v0.1.23 |
414 | 2024-07-05T22:40:39.984Z | Compiling usdt-impl v0.5.0 |
415 | 2024-07-05T22:40:40.113Z | Checking encoding_rs v0.8.34 |
416 | 2024-07-05T22:40:40.311Z | Checking mime v0.3.17 |
417 | 2024-07-05T22:40:40.600Z | Checking unicode-bidi v0.3.15 |
418 | 2024-07-05T22:40:40.913Z | Compiling num-conv v0.1.0 |
419 | 2024-07-05T22:40:41.180Z | Checking powerfmt v0.2.0 |
420 | 2024-07-05T22:40:41.278Z | Compiling time-core v0.1.2 |
421 | 2024-07-05T22:40:41.359Z | Checking idna v0.5.0 |
422 | 2024-07-05T22:40:41.415Z | Checking deranged v0.3.11 |
423 | 2024-07-05T22:40:41.422Z | Compiling time-macros v0.2.18 |
424 | 2024-07-05T22:40:42.269Z | Compiling thread-id v4.2.1 |
425 | 2024-07-05T22:40:42.370Z | Checking base64 v0.21.7 |
426 | 2024-07-05T22:40:42.818Z | Compiling regex v1.10.5 |
427 | 2024-07-05T22:40:43.186Z | Compiling ident_case v1.0.1 |
428 | 2024-07-05T22:40:43.263Z | Checking plain v0.2.3 |
429 | 2024-07-05T22:40:43.508Z | Compiling crossbeam-utils v0.8.20 |
430 | 2024-07-05T22:40:43.611Z | Compiling strsim v0.11.1 |
431 | 2024-07-05T22:40:43.922Z | Checking rustls-pki-types v1.7.0 |
432 | 2024-07-05T22:40:44.138Z | Compiling serde_derive v1.0.203 |
433 | 2024-07-05T22:40:44.162Z | Compiling zerocopy-derive v0.7.35 |
434 | 2024-07-05T22:40:44.185Z | Compiling thiserror-impl v1.0.61 |
435 | 2024-07-05T22:40:44.226Z | Compiling schemars_derive v0.8.21 |
436 | 2024-07-05T22:40:44.314Z | Compiling tokio-macros v2.3.0 |
437 | 2024-07-05T22:40:44.334Z | Compiling futures-macro v0.3.30 |
438 | 2024-07-05T22:40:44.591Z | Compiling openssl-macros v0.1.1 |
439 | 2024-07-05T22:40:45.864Z | Checking tokio v1.38.0 |
440 | 2024-07-05T22:40:46.237Z | Checking zerocopy v0.7.35 |
441 | 2024-07-05T22:40:46.817Z | Checking futures-util v0.3.30 |
442 | 2024-07-05T22:40:47.102Z | Compiling pest v2.7.11 |
443 | 2024-07-05T22:40:47.324Z | Checking rustls-webpki v0.101.7 |
444 | 2024-07-05T22:40:48.028Z | Checking sct v0.7.1 |
445 | 2024-07-05T22:40:48.052Z | Checking hashbrown v0.14.5 |
446 | 2024-07-05T22:40:49.202Z | Compiling scroll_derive v0.12.0 |
447 | 2024-07-05T22:40:49.806Z | Compiling pest_meta v2.7.11 |
448 | 2024-07-05T22:40:49.821Z | Compiling regress v0.10.0 |
449 | 2024-07-05T22:40:50.703Z | Checking scroll v0.12.0 |
450 | 2024-07-05T22:40:51.182Z | Compiling pest_generator v2.7.11 |
451 | 2024-07-05T22:40:52.635Z | Checking tokio-util v0.7.11 |
452 | 2024-07-05T22:40:52.930Z | Checking tokio-rustls v0.24.1 |
453 | 2024-07-05T22:40:53.251Z | Checking tokio-native-tls v0.3.1 |
454 | 2024-07-05T22:40:53.473Z | Checking num_threads v0.1.7 |
455 | 2024-07-05T22:40:53.568Z | Checking time v0.3.36 |
456 | 2024-07-05T22:40:54.083Z | Compiling pest_derive v2.7.11 |
457 | 2024-07-05T22:40:54.185Z | Checking goblin v0.8.2 |
458 | 2024-07-05T22:40:54.884Z | Compiling dtrace-parser v0.2.0 |
459 | 2024-07-05T22:40:55.053Z | Compiling darling_core v0.20.9 |
460 | 2024-07-05T22:40:55.337Z | Checking rustls-pemfile v1.0.4 |
461 | 2024-07-05T22:40:55.512Z | Checking url v2.5.2 |
462 | 2024-07-05T22:40:56.203Z | Checking dirs-sys-next v0.1.2 |
463 | 2024-07-05T22:40:56.682Z | Compiling omicron-workspace-hack v0.1.0 |
464 | 2024-07-05T22:40:56.707Z | Compiling rustls v0.22.4 |
465 | 2024-07-05T22:40:56.814Z | Checking pretty-hex v0.4.1 |
466 | 2024-07-05T22:40:56.850Z | Checking ipnet v2.9.0 |
467 | 2024-07-05T22:40:56.943Z | Checking indexmap v2.2.6 |
468 | 2024-07-05T22:40:57.255Z | Checking serde_urlencoded v0.7.1 |
469 | 2024-07-05T22:40:57.862Z | Compiling serde_tokenstream v0.2.1 |
470 | 2024-07-05T22:40:58.167Z | Checking h2 v0.3.26 |
471 | 2024-07-05T22:40:58.368Z | Checking openapiv3 v2.0.0 |
472 | 2024-07-05T22:40:58.529Z | Compiling unsafe-libyaml v0.2.11 |
473 | 2024-07-05T22:40:59.006Z | Checking webpki-roots v0.25.4 |
474 | 2024-07-05T22:40:59.133Z | Checking sync_wrapper v0.1.2 |
475 | 2024-07-05T22:40:59.228Z | Compiling paste v1.0.15 |
476 | 2024-07-05T22:40:59.690Z | Compiling dof v0.3.0 |
477 | 2024-07-05T22:41:00.577Z | Compiling rustversion v1.0.17 |
478 | 2024-07-05T22:41:00.589Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
479 | 2024-07-05T22:41:01.255Z | Compiling serde_yaml v0.9.34+deprecated |
480 | 2024-07-05T22:41:01.263Z | Compiling darling_macro v0.20.9 |
481 | 2024-07-05T22:41:02.179Z | Checking hyper v0.14.29 |
482 | 2024-07-05T22:41:02.305Z | Checking toml_datetime v0.6.6 |
483 | 2024-07-05T22:41:02.393Z | Checking serde_spanned v0.6.6 |
484 | 2024-07-05T22:41:02.680Z | Checking dirs-next v2.0.0 |
485 | 2024-07-05T22:41:02.900Z | Checking rustls-webpki v0.102.5 |
486 | 2024-07-05T22:41:02.994Z | Compiling structmeta-derive v0.3.0 |
487 | 2024-07-05T22:41:03.073Z | Checking block-buffer v0.10.4 |
488 | 2024-07-05T22:41:03.238Z | Checking crypto-common v0.1.6 |
489 | 2024-07-05T22:41:03.381Z | Checking rand_core v0.6.4 |
490 | 2024-07-05T22:41:03.533Z | Compiling multer v3.1.0 |
491 | 2024-07-05T22:41:03.585Z | Checking thread_local v1.1.8 |
492 | 2024-07-05T22:41:03.639Z | Checking match_cfg v0.1.0 |
493 | 2024-07-05T22:41:03.709Z | Checking winnow v0.6.13 |
494 | 2024-07-05T22:41:03.820Z | Compiling camino v1.1.7 |
495 | 2024-07-05T22:41:03.835Z | Checking ppv-lite86 v0.2.17 |
496 | 2024-07-05T22:41:04.390Z | Compiling anyhow v1.0.86 |
497 | 2024-07-05T22:41:04.436Z | Checking zeroize v1.8.1 |
498 | 2024-07-05T22:41:04.515Z | Compiling slog-async v2.8.0 |
499 | 2024-07-05T22:41:04.651Z | Checking subtle v2.6.1 |
500 | 2024-07-05T22:41:05.030Z | Checking rand_chacha v0.3.1 |
501 | 2024-07-05T22:41:05.110Z | Checking hostname v0.3.1 |
502 | 2024-07-05T22:41:05.217Z | Checking crossbeam-channel v0.5.13 |
503 | 2024-07-05T22:41:05.363Z | Checking digest v0.10.7 |
504 | 2024-07-05T22:41:05.619Z | Checking term v0.7.0 |
505 | 2024-07-05T22:41:05.654Z | Compiling darling v0.20.9 |
506 | 2024-07-05T22:41:05.688Z | Compiling structmeta v0.3.0 |
507 | 2024-07-05T22:41:05.910Z | Compiling usdt-attr-macro v0.5.0 |
508 | 2024-07-05T22:41:05.999Z | Compiling usdt-macro v0.5.0 |
509 | 2024-07-05T22:41:06.445Z | Checking hyper-rustls v0.24.2 |
510 | 2024-07-05T22:41:06.689Z | Checking hyper-tls v0.5.0 |
511 | 2024-07-05T22:41:06.697Z | Checking toml_edit v0.22.14 |
512 | 2024-07-05T22:41:06.783Z | Checking slog-json v2.6.1 |
513 | 2024-07-05T22:41:06.933Z | Checking reqwest v0.11.27 |
514 | 2024-07-05T22:41:06.998Z | Checking futures-executor v0.3.30 |
515 | 2024-07-05T22:41:07.193Z | Compiling async-stream-impl v0.3.5 |
516 | 2024-07-05T22:41:07.221Z | Checking http v1.1.0 |
517 | 2024-07-05T22:41:07.320Z | Checking is-terminal v0.4.12 |
518 | 2024-07-05T22:41:07.382Z | Checking memmap v0.7.0 |
519 | 2024-07-05T22:41:07.416Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
520 | 2024-07-05T22:41:07.555Z | Checking base64 v0.22.1 |
521 | 2024-07-05T22:41:07.726Z | Checking cpufeatures v0.2.12 |
522 | 2024-07-05T22:41:07.801Z | Checking take_mut v0.2.2 |
523 | 2024-07-05T22:41:07.926Z | Checking atomic-waker v1.1.2 |
524 | 2024-07-05T22:41:07.993Z | Checking rustls-pemfile v2.1.2 |
525 | 2024-07-05T22:41:08.028Z | Checking waitgroup v0.1.2 |
526 | 2024-07-05T22:41:08.186Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
527 | 2024-07-05T22:41:08.200Z | Checking sha1 v0.10.6 |
528 | 2024-07-05T22:41:08.399Z | Checking tokio-rustls v0.25.0 |
529 | 2024-07-05T22:41:08.428Z | Checking usdt v0.5.0 |
530 | 2024-07-05T22:41:08.454Z | Checking slog-term v2.9.1 |
531 | 2024-07-05T22:41:08.457Z | Compiling strum_macros v0.26.4 |
532 | 2024-07-05T22:41:08.481Z | Checking async-stream v0.3.5 |
533 | 2024-07-05T22:41:08.639Z | Checking futures v0.3.30 |
534 | 2024-07-05T22:41:08.647Z | Checking slog-bunyan v2.5.0 |
535 | 2024-07-05T22:41:08.707Z | Compiling parse-display-derive v0.9.1 |
536 | 2024-07-05T22:41:08.729Z | Compiling serde_with_macros v3.8.3 |
537 | 2024-07-05T22:41:08.770Z | Checking rand v0.8.5 |
538 | 2024-07-05T22:41:09.110Z | Checking toml v0.8.14 |
539 | 2024-07-05T22:41:09.324Z | Checking ipnetwork v0.20.0 |
540 | 2024-07-05T22:41:09.399Z | Checking newtype-uuid v1.1.0 |
541 | 2024-07-05T22:41:09.621Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
542 | 2024-07-05T22:41:09.630Z | Checking serde_path_to_error v0.1.16 |
543 | 2024-07-05T22:41:09.803Z | Checking hex v0.4.3 |
544 | 2024-07-05T22:41:09.983Z | Compiling async-trait v0.1.80 |
545 | 2024-07-05T22:41:10.221Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
546 | 2024-07-05T22:41:10.288Z | Checking hostname v0.4.0 |
547 | 2024-07-05T22:41:10.397Z | Checking instant v0.1.13 |
548 | 2024-07-05T22:41:10.490Z | Checking debug-ignore v1.0.5 |
549 | 2024-07-05T22:41:10.596Z | Checking backoff v0.4.0 |
550 | 2024-07-05T22:41:10.847Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
551 | 2024-07-05T22:41:10.974Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
552 | 2024-07-05T22:41:10.982Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
553 | 2024-07-05T22:41:11.095Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
554 | 2024-07-05T22:41:11.275Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
555 | 2024-07-05T22:41:11.385Z | Checking macaddr v1.0.1 |
556 | 2024-07-05T22:41:11.432Z | Checking serde_with v3.8.3 |
557 | 2024-07-05T22:41:11.696Z | Checking regress v0.9.1 |
558 | 2024-07-05T22:41:12.703Z | Checking parse-display v0.9.1 |
559 | 2024-07-05T22:41:13.064Z | Checking strum v0.26.3 |
560 | 2024-07-05T22:41:14.071Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
561 | 2024-07-05T22:41:15.894Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
562 | 2024-07-05T22:41:15.947Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
563 | 2024-07-05T22:41:18.749Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
564 | 2024-07-05T22:41:24.741Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
565 | 2024-07-05T22:41:24.841Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
566 | 2024-07-05T22:41:27.404Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
567 | 2024-07-05T22:41:33.257Z | Checking test-project v0.1.0 (/tmp/test-project) |
568 | 2024-07-05T22:41:33.307Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
569 | 2024-07-05T22:41:33.363Z | + cargo build --release |
570 | 2024-07-05T22:41:33.603Z | Compiling proc-macro2 v1.0.86 |
571 | 2024-07-05T22:41:33.603Z | Compiling unicode-ident v1.0.12 |
572 | 2024-07-05T22:41:33.603Z | Compiling libc v0.2.155 |
573 | 2024-07-05T22:41:33.603Z | Compiling cfg-if v1.0.0 |
574 | 2024-07-05T22:41:33.603Z | Compiling version_check v0.9.4 |
575 | 2024-07-05T22:41:33.606Z | Compiling autocfg v1.3.0 |
576 | 2024-07-05T22:41:33.606Z | Compiling serde v1.0.203 |
577 | 2024-07-05T22:41:33.640Z | Compiling serde_json v1.0.120 |
578 | 2024-07-05T22:41:33.705Z | Compiling itoa v1.0.11 |
579 | 2024-07-05T22:41:33.802Z | Compiling thiserror v1.0.61 |
580 | 2024-07-05T22:41:33.913Z | Compiling once_cell v1.19.0 |
581 | 2024-07-05T22:41:34.068Z | Compiling cc v1.0.104 |
582 | 2024-07-05T22:41:34.171Z | Compiling memchr v2.7.4 |
583 | 2024-07-05T22:41:34.225Z | Compiling ahash v0.8.11 |
584 | 2024-07-05T22:41:34.559Z | Compiling byteorder v1.5.0 |
585 | 2024-07-05T22:41:34.634Z | Compiling num-traits v0.2.19 |
586 | 2024-07-05T22:41:34.948Z | Compiling getrandom v0.2.15 |
587 | 2024-07-05T22:41:34.970Z | Compiling pin-project-lite v0.2.14 |
588 | 2024-07-05T22:41:35.035Z | Compiling quote v1.0.36 |
589 | 2024-07-05T22:41:35.073Z | Compiling ryu v1.0.18 |
590 | 2024-07-05T22:41:35.330Z | Compiling log v0.4.22 |
591 | 2024-07-05T22:41:35.470Z | Compiling syn v2.0.68 |
592 | 2024-07-05T22:41:35.616Z | Compiling bytes v1.6.0 |
593 | 2024-07-05T22:41:35.657Z | Compiling allocator-api2 v0.2.18 |
594 | 2024-07-05T22:41:35.734Z | Compiling schemars v0.8.21 |
595 | 2024-07-05T22:41:35.778Z | Compiling lock_api v0.4.12 |
596 | 2024-07-05T22:41:36.038Z | Compiling parking_lot_core v0.9.10 |
597 | 2024-07-05T22:41:36.086Z | Compiling futures-core v0.3.30 |
598 | 2024-07-05T22:41:36.207Z | Compiling scopeguard v1.2.0 |
599 | 2024-07-05T22:41:36.321Z | Compiling smallvec v1.13.2 |
600 | 2024-07-05T22:41:36.459Z | Compiling num_cpus v1.16.0 |
601 | 2024-07-05T22:41:36.476Z | Compiling mio v0.8.11 |
602 | 2024-07-05T22:41:36.576Z | Compiling signal-hook-registry v1.4.2 |
603 | 2024-07-05T22:41:36.858Z | Compiling socket2 v0.5.7 |
604 | 2024-07-05T22:41:37.047Z | Compiling ring v0.17.8 |
605 | 2024-07-05T22:41:37.057Z | Compiling slab v0.4.9 |
606 | 2024-07-05T22:41:37.385Z | Compiling parking_lot v0.12.3 |
607 | 2024-07-05T22:41:37.442Z | Compiling spin v0.9.8 |
608 | 2024-07-05T22:41:37.692Z | Compiling futures-sink v0.3.30 |
609 | 2024-07-05T22:41:37.833Z | Compiling equivalent v1.0.1 |
610 | 2024-07-05T22:41:37.918Z | Compiling untrusted v0.9.0 |
611 | 2024-07-05T22:41:37.926Z | Compiling semver v1.0.23 |
612 | 2024-07-05T22:41:38.141Z | Compiling fnv v1.0.7 |
613 | 2024-07-05T22:41:38.391Z | Compiling futures-channel v0.3.30 |
614 | 2024-07-05T22:41:38.541Z | Compiling vcpkg v0.2.15 |
615 | 2024-07-05T22:41:38.550Z | Compiling futures-io v0.3.30 |
616 | 2024-07-05T22:41:38.642Z | Compiling heck v0.5.0 |
617 | 2024-07-05T22:41:38.815Z | Compiling pin-utils v0.1.0 |
618 | 2024-07-05T22:41:38.843Z | Compiling pkg-config v0.3.30 |
619 | 2024-07-05T22:41:38.864Z | Compiling futures-task v0.3.30 |
620 | 2024-07-05T22:41:39.230Z | Compiling ucd-trie v0.1.6 |
621 | 2024-07-05T22:41:39.274Z | Compiling iana-time-zone v0.1.60 |
622 | 2024-07-05T22:41:39.708Z | Compiling http v0.2.12 |
623 | 2024-07-05T22:41:40.134Z | Compiling httparse v1.9.4 |
624 | 2024-07-05T22:41:40.224Z | Compiling dyn-clone v1.0.17 |
625 | 2024-07-05T22:41:40.231Z | Compiling openssl-sys v0.9.102 |
626 | 2024-07-05T22:41:40.912Z | Compiling tracing-core v0.1.32 |
627 | 2024-07-05T22:41:41.101Z | Compiling uuid v1.9.1 |
628 | 2024-07-05T22:41:41.252Z | Compiling chrono v0.4.38 |
629 | 2024-07-05T22:41:41.636Z | Compiling tracing v0.1.40 |
630 | 2024-07-05T22:41:42.333Z | Compiling serde_derive_internals v0.29.1 |
631 | 2024-07-05T22:41:43.336Z | Compiling slog v2.7.0 |
632 | 2024-07-05T22:41:43.807Z | Compiling openssl v0.10.64 |
633 | 2024-07-05T22:41:44.046Z | Compiling try-lock v0.2.5 |
634 | 2024-07-05T22:41:44.182Z | Compiling foreign-types-shared v0.1.1 |
635 | 2024-07-05T22:41:44.220Z | Compiling want v0.3.1 |
636 | 2024-07-05T22:41:44.268Z | Compiling foreign-types v0.3.2 |
637 | 2024-07-05T22:41:44.365Z | Compiling http-body v0.4.6 |
638 | 2024-07-05T22:41:44.510Z | Compiling aho-corasick v1.1.3 |
639 | 2024-07-05T22:41:44.687Z | Compiling percent-encoding v2.3.1 |
640 | 2024-07-05T22:41:44.838Z | Compiling native-tls v0.2.12 |
641 | 2024-07-05T22:41:45.128Z | Compiling httpdate v1.0.3 |
642 | 2024-07-05T22:41:45.197Z | Compiling rustls v0.21.12 |
643 | 2024-07-05T22:41:45.489Z | Compiling bitflags v2.6.0 |
644 | 2024-07-05T22:41:45.772Z | Compiling tinyvec_macros v0.1.1 |
645 | 2024-07-05T22:41:45.833Z | Compiling typenum v1.17.0 |
646 | 2024-07-05T22:41:45.848Z | Compiling tower-service v0.3.2 |
647 | 2024-07-05T22:41:45.865Z | Compiling regex-syntax v0.8.4 |
648 | 2024-07-05T22:41:45.937Z | Compiling tinyvec v1.7.0 |
649 | 2024-07-05T22:41:45.962Z | Compiling form_urlencoded v1.2.1 |
650 | 2024-07-05T22:41:46.862Z | Compiling generic-array v0.14.7 |
651 | 2024-07-05T22:41:47.255Z | Compiling openssl-probe v0.1.5 |
652 | 2024-07-05T22:41:47.572Z | Compiling unicode-normalization v0.1.23 |
653 | 2024-07-05T22:41:47.934Z | Compiling serde_derive v1.0.203 |
654 | 2024-07-05T22:41:48.047Z | Compiling zerocopy-derive v0.7.35 |
655 | 2024-07-05T22:41:48.346Z | Compiling thiserror-impl v1.0.61 |
656 | 2024-07-05T22:41:48.781Z | Compiling schemars_derive v0.8.21 |
657 | 2024-07-05T22:41:48.919Z | Compiling tokio-macros v2.3.0 |
658 | 2024-07-05T22:41:50.166Z | Compiling zerocopy v0.7.35 |
659 | 2024-07-05T22:41:51.372Z | Compiling tokio v1.38.0 |
660 | 2024-07-05T22:41:51.607Z | Compiling futures-macro v0.3.30 |
661 | 2024-07-05T22:41:51.902Z | Compiling pest v2.7.11 |
662 | 2024-07-05T22:41:52.370Z | Compiling hashbrown v0.14.5 |
663 | 2024-07-05T22:41:53.583Z | Compiling futures-util v0.3.30 |
664 | 2024-07-05T22:41:53.975Z | Compiling regress v0.10.0 |
665 | 2024-07-05T22:41:54.038Z | Compiling openssl-macros v0.1.1 |
666 | 2024-07-05T22:41:54.629Z | Compiling pest_meta v2.7.11 |
667 | 2024-07-05T22:41:58.652Z | Compiling pest_generator v2.7.11 |
668 | 2024-07-05T22:41:58.979Z | Compiling sct v0.7.1 |
669 | 2024-07-05T22:41:59.415Z | Compiling rustls-webpki v0.101.7 |
670 | 2024-07-05T22:42:00.478Z | Compiling tokio-util v0.7.11 |
671 | 2024-07-05T22:42:00.490Z | Compiling pest_derive v2.7.11 |
672 | 2024-07-05T22:42:01.337Z | Compiling regex-automata v0.4.7 |
673 | 2024-07-05T22:42:02.753Z | Compiling indexmap v2.2.6 |
674 | 2024-07-05T22:42:03.666Z | Compiling serde_tokenstream v0.2.1 |
675 | 2024-07-05T22:42:06.896Z | Compiling h2 v0.3.26 |
676 | 2024-07-05T22:42:08.945Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
677 | 2024-07-05T22:42:09.560Z | Compiling regex v1.10.5 |
678 | 2024-07-05T22:42:11.932Z | Compiling hyper v0.14.29 |
679 | 2024-07-05T22:42:14.336Z | Compiling scroll_derive v0.12.0 |
680 | 2024-07-05T22:42:20.577Z | Compiling usdt-impl v0.5.0 |
681 | 2024-07-05T22:42:20.927Z | Compiling encoding_rs v0.8.34 |
682 | 2024-07-05T22:42:21.253Z | Compiling time-core v0.1.2 |
683 | 2024-07-05T22:42:21.411Z | Compiling powerfmt v0.2.0 |
684 | 2024-07-05T22:42:21.604Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
685 | 2024-07-05T22:42:21.902Z | Compiling num-conv v0.1.0 |
686 | 2024-07-05T22:42:22.172Z | Compiling unicode-bidi v0.3.15 |
687 | 2024-07-05T22:42:22.559Z | Compiling mime v0.3.17 |
688 | 2024-07-05T22:42:25.258Z | Compiling idna v0.5.0 |
689 | 2024-07-05T22:42:25.645Z | Compiling time-macros v0.2.18 |
690 | 2024-07-05T22:42:28.787Z | Compiling deranged v0.3.11 |
691 | 2024-07-05T22:42:30.509Z | Compiling scroll v0.12.0 |
692 | 2024-07-05T22:42:30.972Z | Compiling tokio-native-tls v0.3.1 |
693 | 2024-07-05T22:42:31.128Z | Compiling tokio-rustls v0.24.1 |
694 | 2024-07-05T22:42:31.243Z | Compiling dof v0.3.0 |
695 | 2024-07-05T22:42:31.318Z | Compiling serde_urlencoded v0.7.1 |
696 | 2024-07-05T22:42:31.535Z | Compiling dtrace-parser v0.2.0 |
697 | 2024-07-05T22:42:32.133Z | Compiling thread-id v4.2.1 |
698 | 2024-07-05T22:42:32.388Z | Compiling omicron-workspace-hack v0.1.0 |
699 | 2024-07-05T22:42:32.678Z | Compiling rustls-pki-types v1.7.0 |
700 | 2024-07-05T22:42:33.324Z | Compiling strsim v0.11.1 |
701 | 2024-07-05T22:42:34.098Z | Compiling plain v0.2.3 |
702 | 2024-07-05T22:42:34.480Z | Compiling crossbeam-utils v0.8.20 |
703 | 2024-07-05T22:42:35.031Z | Compiling num_threads v0.1.7 |
704 | 2024-07-05T22:42:35.138Z | Compiling base64 v0.21.7 |
705 | 2024-07-05T22:42:35.251Z | Compiling ident_case v1.0.1 |
706 | 2024-07-05T22:42:35.399Z | Compiling darling_core v0.20.9 |
707 | 2024-07-05T22:42:35.735Z | Compiling rustls-pemfile v1.0.4 |
708 | 2024-07-05T22:42:36.563Z | Compiling time v0.3.36 |
709 | 2024-07-05T22:42:40.629Z | Compiling goblin v0.8.2 |
710 | 2024-07-05T22:42:43.357Z | Compiling hyper-rustls v0.24.2 |
711 | 2024-07-05T22:42:43.784Z | Compiling hyper-tls v0.5.0 |
712 | 2024-07-05T22:42:44.122Z | Compiling url v2.5.2 |
713 | 2024-07-05T22:42:44.287Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#25e11d81) |
714 | 2024-07-05T22:42:44.402Z | Compiling openapiv3 v2.0.0 |
715 | 2024-07-05T22:42:45.942Z | Compiling dirs-sys-next v0.1.2 |
716 | 2024-07-05T22:42:47.446Z | Compiling unsafe-libyaml v0.2.11 |
717 | 2024-07-05T22:42:48.778Z | Compiling rustversion v1.0.17 |
718 | 2024-07-05T22:42:49.206Z | Compiling ipnet v2.9.0 |
719 | 2024-07-05T22:42:49.435Z | Compiling pretty-hex v0.4.1 |
720 | 2024-07-05T22:42:49.645Z | Compiling sync_wrapper v0.1.2 |
721 | 2024-07-05T22:42:49.765Z | Compiling paste v1.0.15 |
722 | 2024-07-05T22:42:49.869Z | Compiling webpki-roots v0.25.4 |
723 | 2024-07-05T22:42:50.002Z | Compiling rustls v0.22.4 |
724 | 2024-07-05T22:42:50.281Z | Compiling reqwest v0.11.27 |
725 | 2024-07-05T22:42:51.919Z | Compiling serde_yaml v0.9.34+deprecated |
726 | 2024-07-05T22:42:51.986Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
727 | 2024-07-05T22:42:52.676Z | Compiling dirs-next v2.0.0 |
728 | 2024-07-05T22:42:52.936Z | Compiling darling_macro v0.20.9 |
729 | 2024-07-05T22:42:56.814Z | Compiling block-buffer v0.10.4 |
730 | 2024-07-05T22:42:57.025Z | Compiling crypto-common v0.1.6 |
731 | 2024-07-05T22:42:57.216Z | Compiling rustls-webpki v0.102.5 |
732 | 2024-07-05T22:42:57.834Z | Compiling toml_datetime v0.6.6 |
733 | 2024-07-05T22:42:58.510Z | Compiling serde_spanned v0.6.6 |
734 | 2024-07-05T22:42:58.748Z | Compiling structmeta-derive v0.3.0 |
735 | 2024-07-05T22:42:58.938Z | Compiling rand_core v0.6.4 |
736 | 2024-07-05T22:42:59.514Z | Compiling multer v3.1.0 |
737 | 2024-07-05T22:42:59.693Z | Compiling thread_local v1.1.8 |
738 | 2024-07-05T22:42:59.830Z | Compiling zeroize v1.8.1 |
739 | 2024-07-05T22:43:00.168Z | Compiling match_cfg v0.1.0 |
740 | 2024-07-05T22:43:00.223Z | Compiling winnow v0.6.13 |
741 | 2024-07-05T22:43:00.248Z | Compiling camino v1.1.7 |
742 | 2024-07-05T22:43:00.477Z | Compiling subtle v2.6.1 |
743 | 2024-07-05T22:43:00.740Z | Compiling slog-async v2.8.0 |
744 | 2024-07-05T22:43:00.810Z | Compiling anyhow v1.0.86 |
745 | 2024-07-05T22:43:01.247Z | Compiling ppv-lite86 v0.2.17 |
746 | 2024-07-05T22:43:01.590Z | Compiling structmeta v0.3.0 |
747 | 2024-07-05T22:43:01.751Z | Compiling hostname v0.3.1 |
748 | 2024-07-05T22:43:01.976Z | Compiling rand_chacha v0.3.1 |
749 | 2024-07-05T22:43:02.034Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
750 | 2024-07-05T22:43:03.664Z | Compiling digest v0.10.7 |
751 | 2024-07-05T22:43:04.038Z | Compiling crossbeam-channel v0.5.13 |
752 | 2024-07-05T22:43:04.612Z | Compiling toml_edit v0.22.14 |
753 | 2024-07-05T22:43:05.775Z | Compiling darling v0.20.9 |
754 | 2024-07-05T22:43:05.874Z | Compiling term v0.7.0 |
755 | 2024-07-05T22:43:12.095Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
756 | 2024-07-05T22:43:13.837Z | Compiling usdt-attr-macro v0.5.0 |
757 | 2024-07-05T22:43:14.600Z | Compiling usdt-macro v0.5.0 |
758 | 2024-07-05T22:43:15.328Z | Compiling slog-json v2.6.1 |
759 | 2024-07-05T22:43:15.837Z | Compiling futures-executor v0.3.30 |
760 | 2024-07-05T22:43:15.960Z | Compiling async-stream-impl v0.3.5 |
761 | 2024-07-05T22:43:17.112Z | Compiling http v1.1.0 |
762 | 2024-07-05T22:43:17.382Z | Compiling memmap v0.7.0 |
763 | 2024-07-05T22:43:17.802Z | Compiling is-terminal v0.4.12 |
764 | 2024-07-05T22:43:17.915Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
765 | 2024-07-05T22:43:18.239Z | Compiling take_mut v0.2.2 |
766 | 2024-07-05T22:43:18.323Z | Compiling atomic-waker v1.1.2 |
767 | 2024-07-05T22:43:18.373Z | Compiling cpufeatures v0.2.12 |
768 | 2024-07-05T22:43:18.456Z | Compiling base64 v0.22.1 |
769 | 2024-07-05T22:43:18.498Z | Compiling sha1 v0.10.6 |
770 | 2024-07-05T22:43:19.262Z | Compiling rustls-pemfile v2.1.2 |
771 | 2024-07-05T22:43:20.035Z | Compiling waitgroup v0.1.2 |
772 | 2024-07-05T22:43:21.762Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#26bbe2cf) |
773 | 2024-07-05T22:43:21.993Z | Compiling slog-term v2.9.1 |
774 | 2024-07-05T22:43:22.468Z | Compiling usdt v0.5.0 |
775 | 2024-07-05T22:43:23.954Z | Compiling async-stream v0.3.5 |
776 | 2024-07-05T22:43:24.057Z | Compiling futures v0.3.30 |
777 | 2024-07-05T22:43:24.241Z | Compiling slog-bunyan v2.5.0 |
778 | 2024-07-05T22:43:24.305Z | Compiling strum_macros v0.26.4 |
779 | 2024-07-05T22:43:24.501Z | Compiling toml v0.8.14 |
780 | 2024-07-05T22:43:24.933Z | Compiling tokio-rustls v0.25.0 |
781 | 2024-07-05T22:43:25.360Z | Compiling serde_with_macros v3.8.3 |
782 | 2024-07-05T22:43:28.212Z | Compiling rand v0.8.5 |
783 | 2024-07-05T22:43:29.217Z | Compiling parse-display-derive v0.9.1 |
784 | 2024-07-05T22:43:31.451Z | Compiling ipnetwork v0.20.0 |
785 | 2024-07-05T22:43:32.203Z | Compiling newtype-uuid v1.1.0 |
786 | 2024-07-05T22:43:32.525Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
787 | 2024-07-05T22:43:32.717Z | Compiling serde_path_to_error v0.1.16 |
788 | 2024-07-05T22:43:33.398Z | Compiling hex v0.4.3 |
789 | 2024-07-05T22:43:33.751Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
790 | 2024-07-05T22:43:34.086Z | Compiling async-trait v0.1.80 |
791 | 2024-07-05T22:43:34.559Z | Compiling hostname v0.4.0 |
792 | 2024-07-05T22:43:34.801Z | Compiling instant v0.1.13 |
793 | 2024-07-05T22:43:34.941Z | Compiling debug-ignore v1.0.5 |
794 | 2024-07-05T22:43:35.070Z | Compiling backoff v0.4.0 |
795 | 2024-07-05T22:43:35.393Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
796 | 2024-07-05T22:43:35.589Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
797 | 2024-07-05T22:43:35.643Z | Compiling parse-display v0.9.1 |
798 | 2024-07-05T22:43:35.750Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
799 | 2024-07-05T22:43:36.188Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#f37a7aaf) |
800 | 2024-07-05T22:43:36.215Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
801 | 2024-07-05T22:43:36.479Z | Compiling strum v0.26.3 |
802 | 2024-07-05T22:43:36.649Z | Compiling serde_with v3.8.3 |
803 | 2024-07-05T22:43:37.674Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
804 | 2024-07-05T22:43:38.478Z | Compiling macaddr v1.0.1 |
805 | 2024-07-05T22:43:39.063Z | Compiling regress v0.9.1 |
806 | 2024-07-05T22:43:44.006Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
807 | 2024-07-05T22:43:53.360Z | Compiling test-project v0.1.0 (/tmp/test-project) |
808 | 2024-07-05T22:44:01.419Z | Finished `release` profile [optimized] target(s) in 2m 27s |
809 | 2024-07-05T22:44:01.467Z | process exited: duration 221444 ms, exit code 0 |
|
810 | 2024-07-05T22:44:01.473Z | found 0 output files |