|
|
|
1 | 2024-08-27T18:08:54.716Z | job assigned to worker 01J6AGC96NBEP8BZ5ZF10D0QVD (queued for 45 s) |
|
2 | 2024-08-27T18:09:02.202Z | starting task 0: "setup" |
3 | 2024-08-27T18:09:02.212Z | ++ uname -s |
4 | 2024-08-27T18:09:02.215Z | + kern=SunOS |
5 | 2024-08-27T18:09:02.215Z | + case "$kern" in |
6 | 2024-08-27T18:09:02.215Z | + groupadd -g 12345 build |
7 | 2024-08-27T18:09:02.218Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-27T18:09:04.227Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-27T18:09:04.384Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-27T18:09:04.386Z | + home_fs=zfs |
11 | 2024-08-27T18:09:04.386Z | + [[ zfs == autofs ]] |
12 | 2024-08-27T18:09:04.386Z | + mkdir -p /home/build |
13 | 2024-08-27T18:09:04.389Z | + chown build:build /home/build /work |
14 | 2024-08-27T18:09:06.390Z | + chmod 0700 /home/build /work |
15 | 2024-08-27T18:09:06.393Z | process exited: duration 4192 ms, exit code 0 |
|
16 | 2024-08-27T18:09:06.398Z | starting task 1: "rust-toolchain" |
17 | 2024-08-27T18:09:06.404Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-27T18:09:06.404Z | ' 1.80.1 |
19 | 2024-08-27T18:09:06.404Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-27T18:09:06.404Z | ' default |
21 | 2024-08-27T18:09:06.407Z | * toolchain channel = "1.80.1" |
22 | 2024-08-27T18:09:06.407Z | * toolchain profile = "default" |
23 | 2024-08-27T18:09:06.407Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-27T18:09:06.407Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-27T18:09:06.519Z | info: downloading installer |
26 | 2024-08-27T18:09:07.846Z | info: profile set to 'default' |
27 | 2024-08-27T18:09:07.846Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-27T18:09:07.966Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-27T18:09:08.092Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-27T18:09:08.092Z | info: downloading component 'cargo' |
31 | 2024-08-27T18:09:08.934Z | info: downloading component 'clippy' |
32 | 2024-08-27T18:09:09.375Z | info: downloading component 'rust-docs' |
33 | 2024-08-27T18:09:10.758Z | info: downloading component 'rust-std' |
34 | 2024-08-27T18:09:12.716Z | info: downloading component 'rustc' |
35 | 2024-08-27T18:09:18.237Z | info: downloading component 'rustfmt' |
36 | 2024-08-27T18:09:18.529Z | info: installing component 'cargo' |
37 | 2024-08-27T18:09:19.456Z | info: installing component 'clippy' |
38 | 2024-08-27T18:09:19.887Z | info: installing component 'rust-docs' |
39 | 2024-08-27T18:09:21.518Z | info: installing component 'rust-std' |
40 | 2024-08-27T18:09:23.195Z | info: installing component 'rustc' |
41 | 2024-08-27T18:09:27.338Z | info: installing component 'rustfmt' |
42 | 2024-08-27T18:09:27.676Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-27T18:09:27.676Z | |
44 | 2024-08-27T18:09:27.927Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-27T18:09:27.928Z | |
46 | 2024-08-27T18:09:27.931Z | |
47 | 2024-08-27T18:09:27.931Z | Rust is installed now. Great! |
48 | 2024-08-27T18:09:27.931Z | |
49 | 2024-08-27T18:09:27.931Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-27T18:09:27.931Z | environment variable. This has not been done automatically. |
51 | 2024-08-27T18:09:27.931Z | |
52 | 2024-08-27T18:09:27.931Z | To configure your current shell, you need to source |
53 | 2024-08-27T18:09:27.931Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-27T18:09:27.931Z | |
55 | 2024-08-27T18:09:27.931Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-27T18:09:27.931Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-27T18:09:27.931Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-27T18:09:27.976Z | + rustc --version |
59 | 2024-08-27T18:09:28.038Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-27T18:09:28.041Z | process exited: duration 21638 ms, exit code 0 |
|
61 | 2024-08-27T18:09:28.047Z | starting task 2: "authentication" |
62 | 2024-08-27T18:09:28.067Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-27T18:09:28.073Z | starting task 3: "clone repository" |
64 | 2024-08-27T18:09:28.078Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-27T18:09:28.081Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-27T18:09:28.117Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-27T18:09:35.064Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-27T18:09:35.064Z | + git fetch origin 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a |
69 | 2024-08-27T18:09:35.379Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-27T18:09:35.379Z | * branch 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a -> FETCH_HEAD |
71 | 2024-08-27T18:09:35.388Z | + [[ -n sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides ]] |
72 | 2024-08-27T18:09:35.391Z | ++ git branch --show-current |
73 | 2024-08-27T18:09:35.393Z | + current=main |
74 | 2024-08-27T18:09:35.393Z | + [[ main != sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides ]] |
75 | 2024-08-27T18:09:35.393Z | + git branch -f sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a |
76 | 2024-08-27T18:09:35.396Z | + git checkout -f sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides |
77 | 2024-08-27T18:09:35.483Z | Switched to branch 'sunshowers/spr/reconfigurator-add-a-test-wrapper-around-realize_blueprint_with_overrides' |
78 | 2024-08-27T18:09:35.485Z | + git reset --hard 3f25c21d6b6ba6d8581b01e14233510ecd76bb9a |
79 | 2024-08-27T18:09:35.569Z | HEAD is now at 3f25c21d6 update comment |
80 | 2024-08-27T18:09:35.571Z | process exited: duration 7495 ms, exit code 0 |
|
81 | 2024-08-27T18:09:35.576Z | starting task 4: "build" |
82 | 2024-08-27T18:09:35.581Z | + cargo --version |
83 | 2024-08-27T18:09:35.635Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-27T18:09:35.637Z | + rustc --version |
85 | 2024-08-27T18:09:35.694Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-27T18:09:35.696Z | + cd /tmp |
87 | 2024-08-27T18:09:35.696Z | + cargo new --lib test-project |
88 | 2024-08-27T18:09:35.749Z | Creating library `test-project` package |
89 | 2024-08-27T18:09:35.823Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-27T18:09:35.826Z | + cd test-project |
91 | 2024-08-27T18:09:35.826Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-27T18:09:35.881Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-27T18:09:35.881Z | Features: |
94 | 2024-08-27T18:09:35.881Z | - proptest |
95 | 2024-08-27T18:09:35.881Z | - test-strategy |
96 | 2024-08-27T18:09:35.881Z | - testing |
97 | 2024-08-27T18:09:35.884Z | Updating crates.io index |
98 | 2024-08-27T18:09:35.948Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-27T18:09:36.897Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-27T18:09:37.645Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-27T18:09:37.994Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-27T18:09:39.767Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-27T18:09:40.142Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-27T18:09:40.582Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-27T18:09:43.910Z | Locking 306 packages to latest compatible versions |
106 | 2024-08-27T18:09:43.912Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-27T18:09:43.912Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-27T18:09:43.912Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-27T18:09:43.912Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-08-27T18:09:43.912Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-08-27T18:09:43.912Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-08-27T18:09:43.913Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-08-27T18:09:43.913Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-08-27T18:09:43.915Z | Adding h2 v0.3.26 (latest: v0.4.6) |
115 | 2024-08-27T18:09:43.915Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-08-27T18:09:43.915Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-08-27T18:09:43.915Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-08-27T18:09:43.915Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-08-27T18:09:43.915Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-08-27T18:09:43.915Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-08-27T18:09:43.915Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-08-27T18:09:43.915Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-08-27T18:09:43.915Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-08-27T18:09:43.915Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
125 | 2024-08-27T18:09:43.918Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-08-27T18:09:43.918Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-08-27T18:09:43.918Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-27T18:09:43.921Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
129 | 2024-08-27T18:09:43.924Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-27T18:09:43.924Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-27T18:09:43.927Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-27T18:09:43.927Z | Adding rustls-webpki v0.101.7 (latest: v0.102.7) |
133 | 2024-08-27T18:09:43.930Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-27T18:09:43.930Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
135 | 2024-08-27T18:09:43.930Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-27T18:09:43.930Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-27T18:09:43.932Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-27T18:09:43.932Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-27T18:09:43.932Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-08-27T18:09:43.932Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-27T18:09:43.935Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-27T18:09:43.935Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-27T18:09:43.935Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-27T18:09:43.935Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-27T18:09:43.935Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-27T18:09:43.935Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-27T18:09:43.935Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-27T18:09:43.935Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-27T18:09:43.935Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-27T18:09:43.935Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-27T18:09:43.935Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-27T18:09:43.935Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-27T18:09:43.935Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-27T18:09:44.007Z | + cargo check |
155 | 2024-08-27T18:09:44.241Z | Downloading crates ... |
156 | 2024-08-27T18:09:44.320Z | Downloaded autocfg v1.3.0 |
157 | 2024-08-27T18:09:44.332Z | Downloaded byteorder v1.5.0 |
158 | 2024-08-27T18:09:44.335Z | Downloaded async-trait v0.1.81 |
159 | 2024-08-27T18:09:44.344Z | Downloaded instant v0.1.13 |
160 | 2024-08-27T18:09:44.347Z | Downloaded version_check v0.9.5 |
161 | 2024-08-27T18:09:44.349Z | Downloaded usdt-impl v0.5.0 |
162 | 2024-08-27T18:09:44.352Z | Downloaded num-conv v0.1.0 |
163 | 2024-08-27T18:09:44.352Z | Downloaded match_cfg v0.1.0 |
164 | 2024-08-27T18:09:44.354Z | Downloaded ident_case v1.0.1 |
165 | 2024-08-27T18:09:44.354Z | Downloaded equivalent v1.0.1 |
166 | 2024-08-27T18:09:44.354Z | Downloaded openssl-probe v0.1.5 |
167 | 2024-08-27T18:09:44.358Z | Downloaded darling_macro v0.20.10 |
168 | 2024-08-27T18:09:44.358Z | Downloaded cfg-if v1.0.0 |
169 | 2024-08-27T18:09:44.361Z | Downloaded base64 v0.21.7 |
170 | 2024-08-27T18:09:44.365Z | Downloaded foreign-types v0.3.2 |
171 | 2024-08-27T18:09:44.369Z | Downloaded futures-io v0.3.30 |
172 | 2024-08-27T18:09:44.371Z | Downloaded form_urlencoded v1.2.1 |
173 | 2024-08-27T18:09:44.371Z | Downloaded hostname v0.4.0 |
174 | 2024-08-27T18:09:44.374Z | Downloaded futures-sink v0.3.30 |
175 | 2024-08-27T18:09:44.376Z | Downloaded take_mut v0.2.2 |
176 | 2024-08-27T18:09:44.376Z | Downloaded pest_derive v2.7.11 |
177 | 2024-08-27T18:09:44.379Z | Downloaded dirs-sys-next v0.1.2 |
178 | 2024-08-27T18:09:44.381Z | Downloaded want v0.3.1 |
179 | 2024-08-27T18:09:44.381Z | Downloaded usdt-attr-macro v0.5.0 |
180 | 2024-08-27T18:09:44.382Z | Downloaded hyper-tls v0.5.0 |
181 | 2024-08-27T18:09:44.384Z | Downloaded plain v0.2.3 |
182 | 2024-08-27T18:09:44.384Z | Downloaded pin-utils v0.1.0 |
183 | 2024-08-27T18:09:44.387Z | Downloaded serde_path_to_error v0.1.16 |
184 | 2024-08-27T18:09:44.387Z | Downloaded strsim v0.11.1 |
185 | 2024-08-27T18:09:44.389Z | Downloaded slog-bunyan v2.5.0 |
186 | 2024-08-27T18:09:44.392Z | Downloaded serde_tokenstream v0.2.2 |
187 | 2024-08-27T18:09:44.392Z | Downloaded async-stream-impl v0.3.5 |
188 | 2024-08-27T18:09:44.395Z | Downloaded rand_core v0.6.4 |
189 | 2024-08-27T18:09:44.395Z | Downloaded num_threads v0.1.7 |
190 | 2024-08-27T18:09:44.397Z | Downloaded hex v0.4.3 |
191 | 2024-08-27T18:09:44.397Z | Downloaded structmeta-derive v0.3.0 |
192 | 2024-08-27T18:09:44.401Z | Downloaded usdt v0.5.0 |
193 | 2024-08-27T18:09:44.401Z | Downloaded ppv-lite86 v0.2.20 |
194 | 2024-08-27T18:09:44.403Z | Downloaded debug-ignore v1.0.5 |
195 | 2024-08-27T18:09:44.406Z | Downloaded darling v0.20.10 |
196 | 2024-08-27T18:09:44.409Z | Downloaded thiserror v1.0.63 |
197 | 2024-08-27T18:09:44.414Z | Downloaded usdt-macro v0.5.0 |
198 | 2024-08-27T18:09:44.417Z | Downloaded thread-id v4.2.2 |
199 | 2024-08-27T18:09:44.417Z | Downloaded paste v1.0.15 |
200 | 2024-08-27T18:09:44.420Z | Downloaded parse-display-derive v0.10.0 |
201 | 2024-08-27T18:09:44.423Z | Downloaded serde_derive_internals v0.29.1 |
202 | 2024-08-27T18:09:44.423Z | Downloaded sct v0.7.1 |
203 | 2024-08-27T18:09:44.426Z | Downloaded rustls-pemfile v2.1.3 |
204 | 2024-08-27T18:09:44.430Z | Downloaded scroll v0.12.0 |
205 | 2024-08-27T18:09:44.432Z | Downloaded foreign-types-shared v0.1.1 |
206 | 2024-08-27T18:09:44.432Z | Downloaded dtrace-parser v0.2.0 |
207 | 2024-08-27T18:09:44.432Z | Downloaded ipnetwork v0.20.0 |
208 | 2024-08-27T18:09:44.435Z | Downloaded strum v0.26.3 |
209 | 2024-08-27T18:09:44.439Z | Downloaded openssl-macros v0.1.1 |
210 | 2024-08-27T18:09:44.439Z | Downloaded pretty-hex v0.4.1 |
211 | 2024-08-27T18:09:44.439Z | Downloaded omicron-workspace-hack v0.1.0 |
212 | 2024-08-27T18:09:44.439Z | Downloaded httparse v1.9.4 |
213 | 2024-08-27T18:09:44.442Z | Downloaded futures-channel v0.3.30 |
214 | 2024-08-27T18:09:44.445Z | Downloaded scroll_derive v0.12.0 |
215 | 2024-08-27T18:09:44.445Z | Downloaded mime v0.3.17 |
216 | 2024-08-27T18:09:44.445Z | Downloaded getrandom v0.2.15 |
217 | 2024-08-27T18:09:44.448Z | Downloaded atomic-waker v1.1.2 |
218 | 2024-08-27T18:09:44.452Z | Downloaded time-macros v0.2.18 |
219 | 2024-08-27T18:09:44.452Z | Downloaded strum_macros v0.26.4 |
220 | 2024-08-27T18:09:44.455Z | Downloaded once_cell v1.19.0 |
221 | 2024-08-27T18:09:44.457Z | Downloaded pkg-config v0.3.30 |
222 | 2024-08-27T18:09:44.460Z | Downloaded pest_generator v2.7.11 |
223 | 2024-08-27T18:09:44.460Z | Downloaded log v0.4.22 |
224 | 2024-08-27T18:09:44.462Z | Downloaded multer v3.1.0 |
225 | 2024-08-27T18:09:44.465Z | Downloaded tinyvec_macros v0.1.1 |
226 | 2024-08-27T18:09:44.468Z | Downloaded tower-service v0.3.3 |
227 | 2024-08-27T18:09:44.468Z | Downloaded sha2 v0.10.8 |
228 | 2024-08-27T18:09:44.472Z | Downloaded socket2 v0.5.7 |
229 | 2024-08-27T18:09:44.476Z | Downloaded slog v2.7.0 |
230 | 2024-08-27T18:09:44.476Z | Downloaded proc-macro2 v1.0.86 |
231 | 2024-08-27T18:09:44.479Z | Downloaded is-terminal v0.4.13 |
232 | 2024-08-27T18:09:44.479Z | Downloaded rustls-pemfile v1.0.4 |
233 | 2024-08-27T18:09:44.482Z | Downloaded serde_urlencoded v0.7.1 |
234 | 2024-08-27T18:09:44.491Z | Downloaded scopeguard v1.2.0 |
235 | 2024-08-27T18:09:44.491Z | Downloaded try-lock v0.2.5 |
236 | 2024-08-27T18:09:44.491Z | Downloaded schemars_derive v0.8.21 |
237 | 2024-08-27T18:09:44.491Z | Downloaded httpdate v1.0.3 |
238 | 2024-08-27T18:09:44.491Z | Downloaded structmeta v0.3.0 |
239 | 2024-08-27T18:09:44.491Z | Downloaded http-body v0.4.6 |
240 | 2024-08-27T18:09:44.492Z | Downloaded newtype-uuid v1.1.0 |
241 | 2024-08-27T18:09:44.495Z | Downloaded memmap v0.7.0 |
242 | 2024-08-27T18:09:44.495Z | Downloaded thiserror-impl v1.0.63 |
243 | 2024-08-27T18:09:44.495Z | Downloaded subtle v2.6.1 |
244 | 2024-08-27T18:09:44.498Z | Downloaded macaddr v1.0.1 |
245 | 2024-08-27T18:09:44.498Z | Downloaded slog-async v2.8.0 |
246 | 2024-08-27T18:09:44.501Z | Downloaded backoff v0.4.0 |
247 | 2024-08-27T18:09:44.501Z | Downloaded thread_local v1.1.8 |
248 | 2024-08-27T18:09:44.504Z | Downloaded toml_datetime v0.6.8 |
249 | 2024-08-27T18:09:44.504Z | Downloaded uuid v1.10.0 |
250 | 2024-08-27T18:09:44.507Z | Downloaded pin-project-lite v0.2.14 |
251 | 2024-08-27T18:09:44.512Z | Downloaded crossbeam-utils v0.8.20 |
252 | 2024-08-27T18:09:44.515Z | Downloaded serde_yaml v0.9.34+deprecated |
253 | 2024-08-27T18:09:44.518Z | Downloaded untrusted v0.9.0 |
254 | 2024-08-27T18:09:44.522Z | Downloaded tokio-native-tls v0.3.1 |
255 | 2024-08-27T18:09:44.525Z | Downloaded smallvec v1.13.2 |
256 | 2024-08-27T18:09:44.525Z | Downloaded spin v0.9.8 |
257 | 2024-08-27T18:09:44.527Z | Downloaded ipnet v2.9.0 |
258 | 2024-08-27T18:09:44.530Z | Downloaded iana-time-zone v0.1.60 |
259 | 2024-08-27T18:09:44.533Z | Downloaded tokio-macros v2.4.0 |
260 | 2024-08-27T18:09:44.533Z | Downloaded tokio-rustls v0.25.0 |
261 | 2024-08-27T18:09:44.536Z | Downloaded native-tls v0.2.12 |
262 | 2024-08-27T18:09:44.538Z | Downloaded lock_api v0.4.12 |
263 | 2024-08-27T18:09:44.538Z | Downloaded ucd-trie v0.1.6 |
264 | 2024-08-27T18:09:44.541Z | Downloaded fnv v1.0.7 |
265 | 2024-08-27T18:09:44.541Z | Downloaded serde_with_macros v3.9.0 |
266 | 2024-08-27T18:09:44.543Z | Downloaded shlex v1.3.0 |
267 | 2024-08-27T18:09:44.546Z | Downloaded semver v1.0.23 |
268 | 2024-08-27T18:09:44.546Z | Downloaded rustls-pki-types v1.8.0 |
269 | 2024-08-27T18:09:44.548Z | Downloaded quote v1.0.37 |
270 | 2024-08-27T18:09:44.551Z | Downloaded tokio-rustls v0.24.1 |
271 | 2024-08-27T18:09:44.553Z | Downloaded term v0.7.0 |
272 | 2024-08-27T18:09:44.556Z | Downloaded openssl-sys v0.9.103 |
273 | 2024-08-27T18:09:44.562Z | Downloaded url v2.5.2 |
274 | 2024-08-27T18:09:44.565Z | Downloaded rand v0.8.5 |
275 | 2024-08-27T18:09:44.569Z | Downloaded futures v0.3.30 |
276 | 2024-08-27T18:09:44.574Z | Downloaded typenum v1.17.0 |
277 | 2024-08-27T18:09:44.577Z | Downloaded serde_derive v1.0.209 |
278 | 2024-08-27T18:09:44.580Z | Downloaded tinyvec v1.8.0 |
279 | 2024-08-27T18:09:44.583Z | Downloaded bytes v1.7.1 |
280 | 2024-08-27T18:09:44.587Z | Downloaded num-traits v0.2.19 |
281 | 2024-08-27T18:09:44.590Z | Downloaded memchr v2.7.4 |
282 | 2024-08-27T18:09:44.595Z | Downloaded unicode-ident v1.0.12 |
283 | 2024-08-27T18:09:44.598Z | Downloaded unsafe-libyaml v0.2.11 |
284 | 2024-08-27T18:09:44.602Z | Downloaded serde v1.0.209 |
285 | 2024-08-27T18:09:44.605Z | Downloaded darling_core v0.20.10 |
286 | 2024-08-27T18:09:44.610Z | Downloaded http v1.1.0 |
287 | 2024-08-27T18:09:44.614Z | Downloaded tracing-core v0.1.32 |
288 | 2024-08-27T18:09:44.617Z | Downloaded toml v0.8.19 |
289 | 2024-08-27T18:09:44.621Z | Downloaded unicode-bidi v0.3.15 |
290 | 2024-08-27T18:09:44.624Z | Downloaded cc v1.1.15 |
291 | 2024-08-27T18:09:44.627Z | Downloaded pest v2.7.11 |
292 | 2024-08-27T18:09:44.632Z | Downloaded time v0.3.36 |
293 | 2024-08-27T18:09:44.639Z | Downloaded tracing v0.1.40 |
294 | 2024-08-27T18:09:44.644Z | Downloaded serde_with v3.9.0 |
295 | 2024-08-27T18:09:44.653Z | Downloaded hashbrown v0.12.3 |
296 | 2024-08-27T18:09:44.657Z | Downloaded rustls-webpki v0.101.7 |
297 | 2024-08-27T18:09:44.672Z | Downloaded zerocopy v0.7.35 |
298 | 2024-08-27T18:09:44.687Z | Downloaded toml_edit v0.22.20 |
299 | 2024-08-27T18:09:44.710Z | Downloaded reqwest v0.11.27 |
300 | 2024-08-27T18:09:44.717Z | Downloaded tokio-util v0.7.11 |
301 | 2024-08-27T18:09:44.724Z | Downloaded unicode-normalization v0.1.23 |
302 | 2024-08-27T18:09:44.728Z | Downloaded aho-corasick v1.1.3 |
303 | 2024-08-27T18:09:44.733Z | Downloaded vcpkg v0.2.15 |
304 | 2024-08-27T18:09:44.772Z | Downloaded hyper v0.14.30 |
305 | 2024-08-27T18:09:44.779Z | Downloaded rustls-webpki v0.102.7 |
306 | 2024-08-27T18:09:44.798Z | Downloaded webpki-roots v0.25.4 |
307 | 2024-08-27T18:09:44.806Z | Downloaded syn v2.0.76 |
308 | 2024-08-27T18:09:44.820Z | Downloaded regex v1.10.6 |
309 | 2024-08-27T18:09:44.833Z | Downloaded rustls v0.21.12 |
310 | 2024-08-27T18:09:44.845Z | Downloaded rustls v0.22.4 |
311 | 2024-08-27T18:09:44.859Z | Downloaded regress v0.9.1 |
312 | 2024-08-27T18:09:44.867Z | Downloaded regex-syntax v0.8.4 |
313 | 2024-08-27T18:09:44.875Z | Downloaded regress v0.10.0 |
314 | 2024-08-27T18:09:44.884Z | Downloaded openapiv3 v2.0.0 |
315 | 2024-08-27T18:09:44.899Z | Downloaded regex-automata v0.4.7 |
316 | 2024-08-27T18:09:44.916Z | Downloaded libc v0.2.158 |
317 | 2024-08-27T18:09:44.945Z | Downloaded tokio v1.39.3 |
318 | 2024-08-27T18:09:44.983Z | Downloaded idna v0.5.0 |
319 | 2024-08-27T18:09:44.991Z | Downloaded encoding_rs v0.8.34 |
320 | 2024-08-27T18:09:45.013Z | Downloaded openssl v0.10.66 |
321 | 2024-08-27T18:09:45.023Z | Downloaded goblin v0.8.2 |
322 | 2024-08-27T18:09:45.030Z | Downloaded chrono v0.4.38 |
323 | 2024-08-27T18:09:45.037Z | Downloaded futures-util v0.3.30 |
324 | 2024-08-27T18:09:45.050Z | Downloaded h2 v0.3.26 |
325 | 2024-08-27T18:09:45.057Z | Downloaded serde_json v1.0.127 |
326 | 2024-08-27T18:09:45.064Z | Downloaded mio v1.0.2 |
327 | 2024-08-27T18:09:45.069Z | Downloaded hashbrown v0.14.5 |
328 | 2024-08-27T18:09:45.074Z | Downloaded http v0.2.12 |
329 | 2024-08-27T18:09:45.079Z | Downloaded base64 v0.22.1 |
330 | 2024-08-27T18:09:45.082Z | Downloaded winnow v0.6.18 |
331 | 2024-08-27T18:09:45.091Z | Downloaded crossbeam-channel v0.5.13 |
332 | 2024-08-27T18:09:45.095Z | Downloaded indexmap v2.4.0 |
333 | 2024-08-27T18:09:45.099Z | Downloaded hyper-rustls v0.24.2 |
334 | 2024-08-27T18:09:45.102Z | Downloaded ryu v1.0.18 |
335 | 2024-08-27T18:09:45.105Z | Downloaded anyhow v1.0.86 |
336 | 2024-08-27T18:09:45.108Z | Downloaded schemars v0.8.21 |
337 | 2024-08-27T18:09:45.119Z | Downloaded bitflags v2.6.0 |
338 | 2024-08-27T18:09:45.123Z | Downloaded allocator-api2 v0.2.18 |
339 | 2024-08-27T18:09:45.125Z | Downloaded ahash v0.8.11 |
340 | 2024-08-27T18:09:45.128Z | Downloaded parking_lot_core v0.9.10 |
341 | 2024-08-27T18:09:45.130Z | Downloaded zerocopy-derive v0.7.35 |
342 | 2024-08-27T18:09:45.134Z | Downloaded sha1 v0.10.6 |
343 | 2024-08-27T18:09:45.136Z | Downloaded serde_spanned v0.6.7 |
344 | 2024-08-27T18:09:45.139Z | Downloaded parse-display v0.10.0 |
345 | 2024-08-27T18:09:45.139Z | Downloaded slog-json v2.6.1 |
346 | 2024-08-27T18:09:45.141Z | Downloaded slab v0.4.9 |
347 | 2024-08-27T18:09:45.141Z | Downloaded hostname v0.3.1 |
348 | 2024-08-27T18:09:45.144Z | Downloaded powerfmt v0.2.0 |
349 | 2024-08-27T18:09:45.144Z | Downloaded futures-task v0.3.30 |
350 | 2024-08-27T18:09:45.144Z | Downloaded rand_chacha v0.3.1 |
351 | 2024-08-27T18:09:45.146Z | Downloaded heck v0.5.0 |
352 | 2024-08-27T18:09:45.146Z | Downloaded generic-array v0.14.7 |
353 | 2024-08-27T18:09:45.148Z | Downloaded futures-core v0.3.30 |
354 | 2024-08-27T18:09:45.149Z | Downloaded parking_lot v0.12.3 |
355 | 2024-08-27T18:09:45.151Z | Downloaded futures-macro v0.3.30 |
356 | 2024-08-27T18:09:45.151Z | Downloaded dirs-next v2.0.0 |
357 | 2024-08-27T18:09:45.153Z | Downloaded deranged v0.3.11 |
358 | 2024-08-27T18:09:45.153Z | Downloaded crypto-common v0.1.6 |
359 | 2024-08-27T18:09:45.157Z | Downloaded pest_meta v2.7.11 |
360 | 2024-08-27T18:09:45.160Z | Downloaded indexmap v1.9.3 |
361 | 2024-08-27T18:09:45.160Z | Downloaded slog-term v2.9.1 |
362 | 2024-08-27T18:09:45.162Z | Downloaded time-core v0.1.2 |
363 | 2024-08-27T18:09:45.162Z | Downloaded sync_wrapper v0.1.2 |
364 | 2024-08-27T18:09:45.165Z | Downloaded cpufeatures v0.2.13 |
365 | 2024-08-27T18:09:45.165Z | Downloaded signal-hook-registry v1.4.2 |
366 | 2024-08-27T18:09:45.165Z | Downloaded camino v1.1.9 |
367 | 2024-08-27T18:09:45.168Z | Downloaded ring v0.17.8 |
368 | 2024-08-27T18:09:45.232Z | Downloaded block-buffer v0.10.4 |
369 | 2024-08-27T18:09:45.234Z | Downloaded dof v0.3.0 |
370 | 2024-08-27T18:09:45.234Z | Downloaded async-stream v0.3.5 |
371 | 2024-08-27T18:09:45.237Z | Downloaded rustversion v1.0.17 |
372 | 2024-08-27T18:09:45.239Z | Downloaded itoa v1.0.11 |
373 | 2024-08-27T18:09:45.239Z | Downloaded dyn-clone v1.0.17 |
374 | 2024-08-27T18:09:45.242Z | Downloaded percent-encoding v2.3.1 |
375 | 2024-08-27T18:09:45.242Z | Downloaded zeroize v1.8.1 |
376 | 2024-08-27T18:09:45.242Z | Downloaded waitgroup v0.1.2 |
377 | 2024-08-27T18:09:45.245Z | Downloaded futures-executor v0.3.30 |
378 | 2024-08-27T18:09:45.245Z | Downloaded digest v0.10.7 |
379 | 2024-08-27T18:09:45.359Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-27T18:09:45.362Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-27T18:09:45.362Z | Compiling libc v0.2.158 |
382 | 2024-08-27T18:09:45.362Z | Checking cfg-if v1.0.0 |
383 | 2024-08-27T18:09:45.362Z | Compiling version_check v0.9.5 |
384 | 2024-08-27T18:09:45.362Z | Compiling autocfg v1.3.0 |
385 | 2024-08-27T18:09:45.362Z | Compiling serde v1.0.209 |
386 | 2024-08-27T18:09:45.362Z | Checking memchr v2.7.4 |
387 | 2024-08-27T18:09:45.440Z | Compiling serde_json v1.0.127 |
388 | 2024-08-27T18:09:45.542Z | Checking itoa v1.0.11 |
389 | 2024-08-27T18:09:45.867Z | Compiling shlex v1.3.0 |
390 | 2024-08-27T18:09:45.946Z | Checking once_cell v1.19.0 |
391 | 2024-08-27T18:09:46.033Z | Compiling ahash v0.8.11 |
392 | 2024-08-27T18:09:46.131Z | Checking byteorder v1.5.0 |
393 | 2024-08-27T18:09:46.190Z | Compiling thiserror v1.0.63 |
394 | 2024-08-27T18:09:46.216Z | Compiling cc v1.1.15 |
395 | 2024-08-27T18:09:46.525Z | Compiling num-traits v0.2.19 |
396 | 2024-08-27T18:09:46.756Z | Checking getrandom v0.2.15 |
397 | 2024-08-27T18:09:46.840Z | Compiling quote v1.0.37 |
398 | 2024-08-27T18:09:46.857Z | Checking pin-project-lite v0.2.14 |
399 | 2024-08-27T18:09:46.960Z | Checking ryu v1.0.18 |
400 | 2024-08-27T18:09:47.075Z | Checking bytes v1.7.1 |
401 | 2024-08-27T18:09:47.156Z | Checking log v0.4.22 |
402 | 2024-08-27T18:09:47.168Z | Checking allocator-api2 v0.2.18 |
403 | 2024-08-27T18:09:47.176Z | Compiling syn v2.0.76 |
404 | 2024-08-27T18:09:47.397Z | Compiling lock_api v0.4.12 |
405 | 2024-08-27T18:09:47.441Z | Compiling schemars v0.8.21 |
406 | 2024-08-27T18:09:47.489Z | Compiling parking_lot_core v0.9.10 |
407 | 2024-08-27T18:09:47.561Z | Checking smallvec v1.13.2 |
408 | 2024-08-27T18:09:47.777Z | Checking futures-core v0.3.30 |
409 | 2024-08-27T18:09:47.810Z | Checking scopeguard v1.2.0 |
410 | 2024-08-27T18:09:47.817Z | Checking mio v1.0.2 |
411 | 2024-08-27T18:09:47.846Z | Checking socket2 v0.5.7 |
412 | 2024-08-27T18:09:47.909Z | Checking signal-hook-registry v1.4.2 |
413 | 2024-08-27T18:09:47.943Z | Compiling slab v0.4.9 |
414 | 2024-08-27T18:09:48.213Z | Checking futures-sink v0.3.30 |
415 | 2024-08-27T18:09:48.240Z | Checking spin v0.9.8 |
416 | 2024-08-27T18:09:48.280Z | Checking untrusted v0.9.0 |
417 | 2024-08-27T18:09:48.322Z | Checking parking_lot v0.12.3 |
418 | 2024-08-27T18:09:48.334Z | Checking fnv v1.0.7 |
419 | 2024-08-27T18:09:48.358Z | Checking equivalent v1.0.1 |
420 | 2024-08-27T18:09:48.424Z | Checking futures-channel v0.3.30 |
421 | 2024-08-27T18:09:48.436Z | Checking futures-task v0.3.30 |
422 | 2024-08-27T18:09:48.438Z | Compiling pkg-config v0.3.30 |
423 | 2024-08-27T18:09:48.646Z | Checking pin-utils v0.1.0 |
424 | 2024-08-27T18:09:48.653Z | Compiling vcpkg v0.2.15 |
425 | 2024-08-27T18:09:48.669Z | Compiling heck v0.5.0 |
426 | 2024-08-27T18:09:48.716Z | Checking futures-io v0.3.30 |
427 | 2024-08-27T18:09:48.760Z | Compiling semver v1.0.23 |
428 | 2024-08-27T18:09:49.079Z | Compiling ucd-trie v0.1.6 |
429 | 2024-08-27T18:09:49.109Z | Compiling ring v0.17.8 |
430 | 2024-08-27T18:09:49.133Z | Checking iana-time-zone v0.1.60 |
431 | 2024-08-27T18:09:49.264Z | Checking http v0.2.12 |
432 | 2024-08-27T18:09:49.646Z | Checking dyn-clone v1.0.17 |
433 | 2024-08-27T18:09:49.722Z | Compiling httparse v1.9.4 |
434 | 2024-08-27T18:09:50.371Z | Compiling openssl-sys v0.9.103 |
435 | 2024-08-27T18:09:50.422Z | Checking tracing-core v0.1.32 |
436 | 2024-08-27T18:09:50.616Z | Compiling uuid v1.10.0 |
437 | 2024-08-27T18:09:51.009Z | Compiling chrono v0.4.38 |
438 | 2024-08-27T18:09:51.044Z | Checking tracing v0.1.40 |
439 | 2024-08-27T18:09:51.106Z | Compiling openssl v0.10.66 |
440 | 2024-08-27T18:09:51.139Z | Checking foreign-types-shared v0.1.1 |
441 | 2024-08-27T18:09:51.153Z | Compiling slog v2.7.0 |
442 | 2024-08-27T18:09:51.221Z | Checking try-lock v0.2.5 |
443 | 2024-08-27T18:09:51.332Z | Checking want v0.3.1 |
444 | 2024-08-27T18:09:51.495Z | Checking foreign-types v0.3.2 |
445 | 2024-08-27T18:09:51.566Z | Checking http-body v0.4.6 |
446 | 2024-08-27T18:09:51.650Z | Compiling aho-corasick v1.1.3 |
447 | 2024-08-27T18:09:51.689Z | Compiling native-tls v0.2.12 |
448 | 2024-08-27T18:09:51.928Z | Checking httpdate v1.0.3 |
449 | 2024-08-27T18:09:52.059Z | Compiling rustls v0.21.12 |
450 | 2024-08-27T18:09:52.135Z | Compiling regex-syntax v0.8.4 |
451 | 2024-08-27T18:09:52.373Z | Checking tower-service v0.3.3 |
452 | 2024-08-27T18:09:52.466Z | Checking bitflags v2.6.0 |
453 | 2024-08-27T18:09:52.644Z | Checking percent-encoding v2.3.1 |
454 | 2024-08-27T18:09:52.686Z | Compiling typenum v1.17.0 |
455 | 2024-08-27T18:09:52.834Z | Checking tinyvec_macros v0.1.1 |
456 | 2024-08-27T18:09:52.910Z | Checking tinyvec v1.8.0 |
457 | 2024-08-27T18:09:52.953Z | Checking form_urlencoded v1.2.1 |
458 | 2024-08-27T18:09:53.634Z | Compiling generic-array v0.14.7 |
459 | 2024-08-27T18:09:53.683Z | Checking openssl-probe v0.1.5 |
460 | 2024-08-27T18:09:54.190Z | Compiling serde_derive_internals v0.29.1 |
461 | 2024-08-27T18:09:54.962Z | Checking sct v0.7.1 |
462 | 2024-08-27T18:09:55.129Z | Checking rustls-webpki v0.101.7 |
463 | 2024-08-27T18:09:55.246Z | Checking unicode-normalization v0.1.23 |
464 | 2024-08-27T18:09:55.647Z | Compiling regex-automata v0.4.7 |
465 | 2024-08-27T18:09:56.136Z | Compiling usdt-impl v0.5.0 |
466 | 2024-08-27T18:09:56.379Z | Checking encoding_rs v0.8.34 |
467 | 2024-08-27T18:09:56.499Z | Checking powerfmt v0.2.0 |
468 | 2024-08-27T18:09:56.594Z | Compiling time-core v0.1.2 |
469 | 2024-08-27T18:09:56.757Z | Compiling num-conv v0.1.0 |
470 | 2024-08-27T18:09:56.757Z | Checking mime v0.3.17 |
471 | 2024-08-27T18:09:57.011Z | Checking unicode-bidi v0.3.15 |
472 | 2024-08-27T18:09:57.065Z | Compiling time-macros v0.2.18 |
473 | 2024-08-27T18:09:57.594Z | Checking idna v0.5.0 |
474 | 2024-08-27T18:09:57.877Z | Checking deranged v0.3.11 |
475 | 2024-08-27T18:09:58.420Z | Compiling thread-id v4.2.2 |
476 | 2024-08-27T18:09:59.075Z | Compiling ident_case v1.0.1 |
477 | 2024-08-27T18:09:59.235Z | Compiling crossbeam-utils v0.8.20 |
478 | 2024-08-27T18:09:59.671Z | Compiling serde_derive v1.0.209 |
479 | 2024-08-27T18:09:59.681Z | Compiling zerocopy-derive v0.7.35 |
480 | 2024-08-27T18:09:59.782Z | Compiling thiserror-impl v1.0.63 |
481 | 2024-08-27T18:09:59.790Z | Compiling schemars_derive v0.8.21 |
482 | 2024-08-27T18:09:59.912Z | Compiling tokio-macros v2.4.0 |
483 | 2024-08-27T18:09:59.921Z | Compiling futures-macro v0.3.30 |
484 | 2024-08-27T18:09:59.956Z | Compiling openssl-macros v0.1.1 |
485 | 2024-08-27T18:10:01.467Z | Checking tokio v1.39.3 |
486 | 2024-08-27T18:10:01.661Z | Checking zerocopy v0.7.35 |
487 | 2024-08-27T18:10:02.661Z | Checking futures-util v0.3.30 |
488 | 2024-08-27T18:10:02.712Z | Compiling pest v2.7.11 |
489 | 2024-08-27T18:10:03.392Z | Checking hashbrown v0.14.5 |
490 | 2024-08-27T18:10:03.472Z | Compiling scroll_derive v0.12.0 |
491 | 2024-08-27T18:10:04.548Z | Compiling regex v1.10.6 |
492 | 2024-08-27T18:10:04.908Z | Checking scroll v0.12.0 |
493 | 2024-08-27T18:10:05.252Z | Compiling pest_meta v2.7.11 |
494 | 2024-08-27T18:10:05.394Z | Compiling regress v0.10.0 |
495 | 2024-08-27T18:10:06.531Z | Compiling pest_generator v2.7.11 |
496 | 2024-08-27T18:10:08.254Z | Checking num_threads v0.1.7 |
497 | 2024-08-27T18:10:08.359Z | Checking base64 v0.21.7 |
498 | 2024-08-27T18:10:08.435Z | Checking tokio-util v0.7.11 |
499 | 2024-08-27T18:10:08.788Z | Checking tokio-native-tls v0.3.1 |
500 | 2024-08-27T18:10:08.879Z | Checking tokio-rustls v0.24.1 |
501 | 2024-08-27T18:10:09.008Z | Checking plain v0.2.3 |
502 | 2024-08-27T18:10:09.132Z | Compiling strsim v0.11.1 |
503 | 2024-08-27T18:10:09.214Z | Checking rustls-pki-types v1.8.0 |
504 | 2024-08-27T18:10:09.235Z | Checking goblin v0.8.2 |
505 | 2024-08-27T18:10:09.314Z | Compiling pest_derive v2.7.11 |
506 | 2024-08-27T18:10:09.451Z | Checking time v0.3.36 |
507 | 2024-08-27T18:10:09.633Z | Compiling darling_core v0.20.10 |
508 | 2024-08-27T18:10:10.093Z | Checking rustls-pemfile v1.0.4 |
509 | 2024-08-27T18:10:10.157Z | Compiling dtrace-parser v0.2.0 |
510 | 2024-08-27T18:10:11.255Z | Checking url v2.5.2 |
511 | 2024-08-27T18:10:11.923Z | Checking dirs-sys-next v0.1.2 |
512 | 2024-08-27T18:10:12.071Z | Checking indexmap v2.4.0 |
513 | 2024-08-27T18:10:12.740Z | Checking serde_urlencoded v0.7.1 |
514 | 2024-08-27T18:10:13.246Z | Compiling omicron-workspace-hack v0.1.0 |
515 | 2024-08-27T18:10:13.339Z | Checking h2 v0.3.26 |
516 | 2024-08-27T18:10:13.475Z | Checking openapiv3 v2.0.0 |
517 | 2024-08-27T18:10:13.536Z | Checking sync_wrapper v0.1.2 |
518 | 2024-08-27T18:10:13.545Z | Compiling paste v1.0.15 |
519 | 2024-08-27T18:10:13.641Z | Compiling rustversion v1.0.17 |
520 | 2024-08-27T18:10:14.051Z | Compiling serde_tokenstream v0.2.2 |
521 | 2024-08-27T18:10:14.573Z | Compiling rustls v0.22.4 |
522 | 2024-08-27T18:10:14.883Z | Compiling unsafe-libyaml v0.2.11 |
523 | 2024-08-27T18:10:14.935Z | Checking ipnet v2.9.0 |
524 | 2024-08-27T18:10:15.394Z | Checking webpki-roots v0.25.4 |
525 | 2024-08-27T18:10:15.541Z | Checking pretty-hex v0.4.1 |
526 | 2024-08-27T18:10:15.693Z | Compiling dof v0.3.0 |
527 | 2024-08-27T18:10:15.991Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
528 | 2024-08-27T18:10:16.555Z | Compiling serde_yaml v0.9.34+deprecated |
529 | 2024-08-27T18:10:16.938Z | Compiling darling_macro v0.20.10 |
530 | 2024-08-27T18:10:17.433Z | Checking hyper v0.14.30 |
531 | 2024-08-27T18:10:17.921Z | Checking dirs-next v2.0.0 |
532 | 2024-08-27T18:10:17.951Z | Checking toml_datetime v0.6.8 |
533 | 2024-08-27T18:10:18.032Z | Checking serde_spanned v0.6.7 |
534 | 2024-08-27T18:10:18.218Z | Checking rustls-webpki v0.102.7 |
535 | 2024-08-27T18:10:18.398Z | Checking ppv-lite86 v0.2.20 |
536 | 2024-08-27T18:10:18.898Z | Checking crypto-common v0.1.6 |
537 | 2024-08-27T18:10:18.957Z | Checking block-buffer v0.10.4 |
538 | 2024-08-27T18:10:18.979Z | Compiling structmeta-derive v0.3.0 |
539 | 2024-08-27T18:10:19.046Z | Checking rand_core v0.6.4 |
540 | 2024-08-27T18:10:19.167Z | Checking thread_local v1.1.8 |
541 | 2024-08-27T18:10:19.230Z | Compiling multer v3.1.0 |
542 | 2024-08-27T18:10:19.311Z | Checking zeroize v1.8.1 |
543 | 2024-08-27T18:10:19.424Z | Checking winnow v0.6.18 |
544 | 2024-08-27T18:10:19.526Z | Compiling anyhow v1.0.86 |
545 | 2024-08-27T18:10:19.569Z | Checking match_cfg v0.1.0 |
546 | 2024-08-27T18:10:19.644Z | Checking subtle v2.6.1 |
547 | 2024-08-27T18:10:19.868Z | Compiling camino v1.1.9 |
548 | 2024-08-27T18:10:19.883Z | Compiling slog-async v2.8.0 |
549 | 2024-08-27T18:10:20.277Z | Checking hostname v0.3.1 |
550 | 2024-08-27T18:10:20.413Z | Checking rand_chacha v0.3.1 |
551 | 2024-08-27T18:10:20.511Z | Checking digest v0.10.7 |
552 | 2024-08-27T18:10:20.755Z | Checking crossbeam-channel v0.5.13 |
553 | 2024-08-27T18:10:20.805Z | Checking term v0.7.0 |
554 | 2024-08-27T18:10:20.944Z | Compiling darling v0.20.10 |
555 | 2024-08-27T18:10:21.041Z | Compiling usdt-macro v0.5.0 |
556 | 2024-08-27T18:10:21.202Z | Compiling usdt-attr-macro v0.5.0 |
557 | 2024-08-27T18:10:21.605Z | Compiling structmeta v0.3.0 |
558 | 2024-08-27T18:10:21.838Z | Checking hyper-tls v0.5.0 |
559 | 2024-08-27T18:10:21.963Z | Checking hyper-rustls v0.24.2 |
560 | 2024-08-27T18:10:23.220Z | Checking slog-json v2.6.1 |
561 | 2024-08-27T18:10:23.221Z | Checking reqwest v0.11.27 |
562 | 2024-08-27T18:10:23.221Z | Checking toml_edit v0.22.20 |
563 | 2024-08-27T18:10:23.221Z | Checking futures-executor v0.3.30 |
564 | 2024-08-27T18:10:23.221Z | Compiling async-stream-impl v0.3.5 |
565 | 2024-08-27T18:10:23.221Z | Checking http v1.1.0 |
566 | 2024-08-27T18:10:23.221Z | Checking is-terminal v0.4.13 |
567 | 2024-08-27T18:10:23.221Z | Checking memmap v0.7.0 |
568 | 2024-08-27T18:10:23.221Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
569 | 2024-08-27T18:10:23.302Z | Checking base64 v0.22.1 |
570 | 2024-08-27T18:10:23.311Z | Checking cpufeatures v0.2.13 |
571 | 2024-08-27T18:10:23.391Z | Checking take_mut v0.2.2 |
572 | 2024-08-27T18:10:23.586Z | Checking atomic-waker v1.1.2 |
573 | 2024-08-27T18:10:23.589Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
574 | 2024-08-27T18:10:23.640Z | Checking waitgroup v0.1.2 |
575 | 2024-08-27T18:10:23.693Z | Checking tokio-rustls v0.25.0 |
576 | 2024-08-27T18:10:23.767Z | Checking rustls-pemfile v2.1.3 |
577 | 2024-08-27T18:10:23.798Z | Checking async-stream v0.3.5 |
578 | 2024-08-27T18:10:23.805Z | Checking sha1 v0.10.6 |
579 | 2024-08-27T18:10:23.964Z | Compiling strum_macros v0.26.4 |
580 | 2024-08-27T18:10:24.012Z | Checking usdt v0.5.0 |
581 | 2024-08-27T18:10:24.019Z | Checking slog-term v2.9.1 |
582 | 2024-08-27T18:10:24.030Z | Checking futures v0.3.30 |
583 | 2024-08-27T18:10:24.049Z | Checking slog-bunyan v2.5.0 |
584 | 2024-08-27T18:10:24.117Z | Compiling parse-display-derive v0.10.0 |
585 | 2024-08-27T18:10:24.191Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-08-27T18:10:24.231Z | Checking rand v0.8.5 |
587 | 2024-08-27T18:10:24.929Z | Checking newtype-uuid v1.1.0 |
588 | 2024-08-27T18:10:24.947Z | Checking ipnetwork v0.20.0 |
589 | 2024-08-27T18:10:24.955Z | Checking toml v0.8.19 |
590 | 2024-08-27T18:10:25.146Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
591 | 2024-08-27T18:10:25.279Z | Checking hex v0.4.3 |
592 | 2024-08-27T18:10:25.444Z | Checking serde_path_to_error v0.1.16 |
593 | 2024-08-27T18:10:25.724Z | Compiling async-trait v0.1.81 |
594 | 2024-08-27T18:10:25.782Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
595 | 2024-08-27T18:10:26.067Z | Checking hostname v0.4.0 |
596 | 2024-08-27T18:10:26.192Z | Checking instant v0.1.13 |
597 | 2024-08-27T18:10:26.294Z | Checking debug-ignore v1.0.5 |
598 | 2024-08-27T18:10:26.415Z | Checking backoff v0.4.0 |
599 | 2024-08-27T18:10:26.561Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
600 | 2024-08-27T18:10:26.661Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
601 | 2024-08-27T18:10:26.689Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
602 | 2024-08-27T18:10:26.784Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
603 | 2024-08-27T18:10:26.795Z | Checking serde_with v3.9.0 |
604 | 2024-08-27T18:10:27.027Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-08-27T18:10:27.111Z | Checking macaddr v1.0.1 |
606 | 2024-08-27T18:10:27.433Z | Checking regress v0.9.1 |
607 | 2024-08-27T18:10:28.017Z | Checking parse-display v0.10.0 |
608 | 2024-08-27T18:10:28.333Z | Checking strum v0.26.3 |
609 | 2024-08-27T18:10:29.994Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
610 | 2024-08-27T18:10:31.791Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
611 | 2024-08-27T18:10:31.846Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
612 | 2024-08-27T18:10:34.323Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
613 | 2024-08-27T18:10:39.284Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
614 | 2024-08-27T18:10:39.384Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
615 | 2024-08-27T18:10:42.163Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-08-27T18:10:48.925Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-08-27T18:10:48.976Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
618 | 2024-08-27T18:10:49.041Z | + cargo build --release |
619 | 2024-08-27T18:10:49.297Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-08-27T18:10:49.297Z | Compiling unicode-ident v1.0.12 |
621 | 2024-08-27T18:10:49.297Z | Compiling libc v0.2.158 |
622 | 2024-08-27T18:10:49.297Z | Compiling cfg-if v1.0.0 |
623 | 2024-08-27T18:10:49.300Z | Compiling version_check v0.9.5 |
624 | 2024-08-27T18:10:49.300Z | Compiling autocfg v1.3.0 |
625 | 2024-08-27T18:10:49.300Z | Compiling serde v1.0.209 |
626 | 2024-08-27T18:10:49.300Z | Compiling memchr v2.7.4 |
627 | 2024-08-27T18:10:49.403Z | Compiling serde_json v1.0.127 |
628 | 2024-08-27T18:10:49.477Z | Compiling itoa v1.0.11 |
629 | 2024-08-27T18:10:49.754Z | Compiling thiserror v1.0.63 |
630 | 2024-08-27T18:10:49.875Z | Compiling once_cell v1.19.0 |
631 | 2024-08-27T18:10:49.916Z | Compiling ahash v0.8.11 |
632 | 2024-08-27T18:10:50.021Z | Compiling shlex v1.3.0 |
633 | 2024-08-27T18:10:50.268Z | Compiling byteorder v1.5.0 |
634 | 2024-08-27T18:10:50.271Z | Compiling cc v1.1.15 |
635 | 2024-08-27T18:10:50.768Z | Compiling getrandom v0.2.15 |
636 | 2024-08-27T18:10:50.777Z | Compiling quote v1.0.37 |
637 | 2024-08-27T18:10:50.780Z | Compiling num-traits v0.2.19 |
638 | 2024-08-27T18:10:50.927Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-08-27T18:10:51.075Z | Compiling ryu v1.0.18 |
640 | 2024-08-27T18:10:51.121Z | Compiling syn v2.0.76 |
641 | 2024-08-27T18:10:51.152Z | Compiling log v0.4.22 |
642 | 2024-08-27T18:10:51.354Z | Compiling bytes v1.7.1 |
643 | 2024-08-27T18:10:51.504Z | Compiling allocator-api2 v0.2.18 |
644 | 2024-08-27T18:10:51.607Z | Compiling schemars v0.8.21 |
645 | 2024-08-27T18:10:51.691Z | Compiling lock_api v0.4.12 |
646 | 2024-08-27T18:10:51.915Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-08-27T18:10:51.977Z | Compiling smallvec v1.13.2 |
648 | 2024-08-27T18:10:51.984Z | Compiling futures-core v0.3.30 |
649 | 2024-08-27T18:10:52.153Z | Compiling scopeguard v1.2.0 |
650 | 2024-08-27T18:10:52.213Z | Compiling socket2 v0.5.7 |
651 | 2024-08-27T18:10:52.325Z | Compiling mio v1.0.2 |
652 | 2024-08-27T18:10:52.454Z | Compiling signal-hook-registry v1.4.2 |
653 | 2024-08-27T18:10:52.780Z | Compiling parking_lot v0.12.3 |
654 | 2024-08-27T18:10:53.176Z | Compiling slab v0.4.9 |
655 | 2024-08-27T18:10:53.252Z | Compiling ring v0.17.8 |
656 | 2024-08-27T18:10:53.261Z | Compiling spin v0.9.8 |
657 | 2024-08-27T18:10:53.503Z | Compiling futures-sink v0.3.30 |
658 | 2024-08-27T18:10:53.655Z | Compiling semver v1.0.23 |
659 | 2024-08-27T18:10:53.662Z | Compiling fnv v1.0.7 |
660 | 2024-08-27T18:10:53.780Z | Compiling untrusted v0.9.0 |
661 | 2024-08-27T18:10:53.819Z | Compiling equivalent v1.0.1 |
662 | 2024-08-27T18:10:53.968Z | Compiling futures-channel v0.3.30 |
663 | 2024-08-27T18:10:54.147Z | Compiling pin-utils v0.1.0 |
664 | 2024-08-27T18:10:54.181Z | Compiling futures-io v0.3.30 |
665 | 2024-08-27T18:10:54.220Z | Compiling pkg-config v0.3.30 |
666 | 2024-08-27T18:10:54.264Z | Compiling heck v0.5.0 |
667 | 2024-08-27T18:10:54.417Z | Compiling futures-task v0.3.30 |
668 | 2024-08-27T18:10:54.510Z | Compiling vcpkg v0.2.15 |
669 | 2024-08-27T18:10:54.809Z | Compiling iana-time-zone v0.1.60 |
670 | 2024-08-27T18:10:54.862Z | Compiling ucd-trie v0.1.6 |
671 | 2024-08-27T18:10:55.337Z | Compiling http v0.2.12 |
672 | 2024-08-27T18:10:55.563Z | Compiling httparse v1.9.4 |
673 | 2024-08-27T18:10:55.632Z | Compiling dyn-clone v1.0.17 |
674 | 2024-08-27T18:10:56.163Z | Compiling openssl-sys v0.9.103 |
675 | 2024-08-27T18:10:56.372Z | Compiling tracing-core v0.1.32 |
676 | 2024-08-27T18:10:56.648Z | Compiling chrono v0.4.38 |
677 | 2024-08-27T18:10:57.099Z | Compiling uuid v1.10.0 |
678 | 2024-08-27T18:10:57.220Z | Compiling tracing v0.1.40 |
679 | 2024-08-27T18:10:58.590Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-08-27T18:10:58.667Z | Compiling openssl v0.10.66 |
681 | 2024-08-27T18:10:58.931Z | Compiling foreign-types-shared v0.1.1 |
682 | 2024-08-27T18:10:59.020Z | Compiling try-lock v0.2.5 |
683 | 2024-08-27T18:10:59.095Z | Compiling slog v2.7.0 |
684 | 2024-08-27T18:10:59.510Z | Compiling want v0.3.1 |
685 | 2024-08-27T18:10:59.661Z | Compiling foreign-types v0.3.2 |
686 | 2024-08-27T18:10:59.787Z | Compiling http-body v0.4.6 |
687 | 2024-08-27T18:11:00.053Z | Compiling aho-corasick v1.1.3 |
688 | 2024-08-27T18:11:00.262Z | Compiling httpdate v1.0.3 |
689 | 2024-08-27T18:11:00.782Z | Compiling typenum v1.17.0 |
690 | 2024-08-27T18:11:01.000Z | Compiling bitflags v2.6.0 |
691 | 2024-08-27T18:11:01.021Z | Compiling tower-service v0.3.3 |
692 | 2024-08-27T18:11:01.121Z | Compiling native-tls v0.2.12 |
693 | 2024-08-27T18:11:01.132Z | Compiling rustls v0.21.12 |
694 | 2024-08-27T18:11:01.335Z | Compiling percent-encoding v2.3.1 |
695 | 2024-08-27T18:11:01.455Z | Compiling regex-syntax v0.8.4 |
696 | 2024-08-27T18:11:01.497Z | Compiling tinyvec_macros v0.1.1 |
697 | 2024-08-27T18:11:01.571Z | Compiling tinyvec v1.8.0 |
698 | 2024-08-27T18:11:01.789Z | Compiling form_urlencoded v1.2.1 |
699 | 2024-08-27T18:11:02.328Z | Compiling generic-array v0.14.7 |
700 | 2024-08-27T18:11:02.669Z | Compiling openssl-probe v0.1.5 |
701 | 2024-08-27T18:11:03.167Z | Compiling unicode-normalization v0.1.23 |
702 | 2024-08-27T18:11:03.410Z | Compiling serde_derive v1.0.209 |
703 | 2024-08-27T18:11:03.748Z | Compiling zerocopy-derive v0.7.35 |
704 | 2024-08-27T18:11:04.048Z | Compiling thiserror-impl v1.0.63 |
705 | 2024-08-27T18:11:04.379Z | Compiling schemars_derive v0.8.21 |
706 | 2024-08-27T18:11:04.389Z | Compiling tokio-macros v2.4.0 |
707 | 2024-08-27T18:11:05.745Z | Compiling zerocopy v0.7.35 |
708 | 2024-08-27T18:11:06.990Z | Compiling tokio v1.39.3 |
709 | 2024-08-27T18:11:07.104Z | Compiling futures-macro v0.3.30 |
710 | 2024-08-27T18:11:07.369Z | Compiling pest v2.7.11 |
711 | 2024-08-27T18:11:07.887Z | Compiling hashbrown v0.14.5 |
712 | 2024-08-27T18:11:08.955Z | Compiling futures-util v0.3.30 |
713 | 2024-08-27T18:11:09.341Z | Compiling regress v0.10.0 |
714 | 2024-08-27T18:11:09.417Z | Compiling openssl-macros v0.1.1 |
715 | 2024-08-27T18:11:10.215Z | Compiling pest_meta v2.7.11 |
716 | 2024-08-27T18:11:14.108Z | Compiling pest_generator v2.7.11 |
717 | 2024-08-27T18:11:14.141Z | Compiling sct v0.7.1 |
718 | 2024-08-27T18:11:14.574Z | Compiling rustls-webpki v0.101.7 |
719 | 2024-08-27T18:11:15.822Z | Compiling tokio-util v0.7.11 |
720 | 2024-08-27T18:11:16.015Z | Compiling pest_derive v2.7.11 |
721 | 2024-08-27T18:11:16.882Z | Compiling regex-automata v0.4.7 |
722 | 2024-08-27T18:11:18.040Z | Compiling indexmap v2.4.0 |
723 | 2024-08-27T18:11:18.567Z | Compiling serde_tokenstream v0.2.2 |
724 | 2024-08-27T18:11:21.634Z | Compiling h2 v0.3.26 |
725 | 2024-08-27T18:11:24.048Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
726 | 2024-08-27T18:11:24.704Z | Compiling regex v1.10.6 |
727 | 2024-08-27T18:11:27.114Z | Compiling hyper v0.14.30 |
728 | 2024-08-27T18:11:29.506Z | Compiling scroll_derive v0.12.0 |
729 | 2024-08-27T18:11:35.804Z | Compiling usdt-impl v0.5.0 |
730 | 2024-08-27T18:11:36.072Z | Compiling encoding_rs v0.8.34 |
731 | 2024-08-27T18:11:36.187Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
732 | 2024-08-27T18:11:37.116Z | Compiling mime v0.3.17 |
733 | 2024-08-27T18:11:38.234Z | Compiling unicode-bidi v0.3.15 |
734 | 2024-08-27T18:11:40.022Z | Compiling num-conv v0.1.0 |
735 | 2024-08-27T18:11:40.296Z | Compiling time-core v0.1.2 |
736 | 2024-08-27T18:11:40.454Z | Compiling powerfmt v0.2.0 |
737 | 2024-08-27T18:11:40.932Z | Compiling deranged v0.3.11 |
738 | 2024-08-27T18:11:41.256Z | Compiling time-macros v0.2.18 |
739 | 2024-08-27T18:11:44.262Z | Compiling idna v0.5.0 |
740 | 2024-08-27T18:11:45.536Z | Compiling scroll v0.12.0 |
741 | 2024-08-27T18:11:46.027Z | Compiling tokio-native-tls v0.3.1 |
742 | 2024-08-27T18:11:46.148Z | Compiling tokio-rustls v0.24.1 |
743 | 2024-08-27T18:11:46.306Z | Compiling dof v0.3.0 |
744 | 2024-08-27T18:11:46.562Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-08-27T18:11:46.643Z | Compiling dtrace-parser v0.2.0 |
746 | 2024-08-27T18:11:47.870Z | Compiling thread-id v4.2.2 |
747 | 2024-08-27T18:11:48.387Z | Compiling crossbeam-utils v0.8.20 |
748 | 2024-08-27T18:11:48.614Z | Compiling base64 v0.21.7 |
749 | 2024-08-27T18:11:48.964Z | Compiling plain v0.2.3 |
750 | 2024-08-27T18:11:49.106Z | Compiling strsim v0.11.1 |
751 | 2024-08-27T18:11:49.240Z | Compiling num_threads v0.1.7 |
752 | 2024-08-27T18:11:49.812Z | Compiling omicron-workspace-hack v0.1.0 |
753 | 2024-08-27T18:11:49.893Z | Compiling ident_case v1.0.1 |
754 | 2024-08-27T18:11:50.309Z | Compiling rustls-pki-types v1.8.0 |
755 | 2024-08-27T18:11:50.549Z | Compiling time v0.3.36 |
756 | 2024-08-27T18:11:53.070Z | Compiling darling_core v0.20.10 |
757 | 2024-08-27T18:11:53.863Z | Compiling rustls-pemfile v1.0.4 |
758 | 2024-08-27T18:11:54.676Z | Compiling goblin v0.8.2 |
759 | 2024-08-27T18:11:57.474Z | Compiling hyper-rustls v0.24.2 |
760 | 2024-08-27T18:11:57.901Z | Compiling hyper-tls v0.5.0 |
761 | 2024-08-27T18:11:58.374Z | Compiling url v2.5.2 |
762 | 2024-08-27T18:11:59.258Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
763 | 2024-08-27T18:11:59.373Z | Compiling openapiv3 v2.0.0 |
764 | 2024-08-27T18:12:00.935Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-08-27T18:12:01.339Z | Compiling ipnet v2.9.0 |
766 | 2024-08-27T18:12:02.054Z | Compiling pretty-hex v0.4.1 |
767 | 2024-08-27T18:12:02.266Z | Compiling paste v1.0.15 |
768 | 2024-08-27T18:12:02.779Z | Compiling rustversion v1.0.17 |
769 | 2024-08-27T18:12:03.425Z | Compiling webpki-roots v0.25.4 |
770 | 2024-08-27T18:12:03.511Z | Compiling unsafe-libyaml v0.2.11 |
771 | 2024-08-27T18:12:03.568Z | Compiling sync_wrapper v0.1.2 |
772 | 2024-08-27T18:12:03.686Z | Compiling rustls v0.22.4 |
773 | 2024-08-27T18:12:03.893Z | Compiling reqwest v0.11.27 |
774 | 2024-08-27T18:12:04.003Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
775 | 2024-08-27T18:12:05.283Z | Compiling serde_yaml v0.9.34+deprecated |
776 | 2024-08-27T18:12:06.022Z | Compiling dirs-next v2.0.0 |
777 | 2024-08-27T18:12:06.270Z | Compiling darling_macro v0.20.10 |
778 | 2024-08-27T18:12:10.324Z | Compiling rustls-webpki v0.102.7 |
779 | 2024-08-27T18:12:10.677Z | Compiling block-buffer v0.10.4 |
780 | 2024-08-27T18:12:10.848Z | Compiling crypto-common v0.1.6 |
781 | 2024-08-27T18:12:10.900Z | Compiling serde_spanned v0.6.7 |
782 | 2024-08-27T18:12:11.046Z | Compiling toml_datetime v0.6.8 |
783 | 2024-08-27T18:12:11.133Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-08-27T18:12:11.719Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-08-27T18:12:12.034Z | Compiling rand_core v0.6.4 |
786 | 2024-08-27T18:12:12.607Z | Compiling thread_local v1.1.8 |
787 | 2024-08-27T18:12:12.862Z | Compiling multer v3.1.0 |
788 | 2024-08-27T18:12:13.211Z | Compiling slog-async v2.8.0 |
789 | 2024-08-27T18:12:13.338Z | Compiling anyhow v1.0.86 |
790 | 2024-08-27T18:12:13.634Z | Compiling camino v1.1.9 |
791 | 2024-08-27T18:12:13.718Z | Compiling match_cfg v0.1.0 |
792 | 2024-08-27T18:12:13.800Z | Compiling zeroize v1.8.1 |
793 | 2024-08-27T18:12:13.890Z | Compiling winnow v0.6.18 |
794 | 2024-08-27T18:12:14.137Z | Compiling subtle v2.6.1 |
795 | 2024-08-27T18:12:14.365Z | Compiling structmeta v0.3.0 |
796 | 2024-08-27T18:12:14.413Z | Compiling hostname v0.3.1 |
797 | 2024-08-27T18:12:14.730Z | Compiling rand_chacha v0.3.1 |
798 | 2024-08-27T18:12:14.736Z | Compiling digest v0.10.7 |
799 | 2024-08-27T18:12:15.127Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
800 | 2024-08-27T18:12:18.249Z | Compiling toml_edit v0.22.20 |
801 | 2024-08-27T18:12:18.853Z | Compiling crossbeam-channel v0.5.13 |
802 | 2024-08-27T18:12:20.456Z | Compiling darling v0.20.10 |
803 | 2024-08-27T18:12:20.554Z | Compiling term v0.7.0 |
804 | 2024-08-27T18:12:25.166Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
805 | 2024-08-27T18:12:27.087Z | Compiling usdt-macro v0.5.0 |
806 | 2024-08-27T18:12:28.096Z | Compiling usdt-attr-macro v0.5.0 |
807 | 2024-08-27T18:12:28.399Z | Compiling slog-json v2.6.1 |
808 | 2024-08-27T18:12:28.891Z | Compiling futures-executor v0.3.30 |
809 | 2024-08-27T18:12:29.637Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-08-27T18:12:30.032Z | Compiling http v1.1.0 |
811 | 2024-08-27T18:12:30.167Z | Compiling is-terminal v0.4.13 |
812 | 2024-08-27T18:12:30.266Z | Compiling memmap v0.7.0 |
813 | 2024-08-27T18:12:30.692Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
814 | 2024-08-27T18:12:30.981Z | Compiling atomic-waker v1.1.2 |
815 | 2024-08-27T18:12:31.023Z | Compiling cpufeatures v0.2.13 |
816 | 2024-08-27T18:12:31.108Z | Compiling take_mut v0.2.2 |
817 | 2024-08-27T18:12:31.158Z | Compiling base64 v0.22.1 |
818 | 2024-08-27T18:12:34.722Z | Compiling rustls-pemfile v2.1.3 |
819 | 2024-08-27T18:12:34.724Z | Compiling sha1 v0.10.6 |
820 | 2024-08-27T18:12:35.011Z | Compiling waitgroup v0.1.2 |
821 | 2024-08-27T18:12:35.297Z | Compiling async-stream v0.3.5 |
822 | 2024-08-27T18:12:35.477Z | Compiling usdt v0.5.0 |
823 | 2024-08-27T18:12:35.486Z | Compiling slog-term v2.9.1 |
824 | 2024-08-27T18:12:35.637Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
825 | 2024-08-27T18:12:35.816Z | Compiling futures v0.3.30 |
826 | 2024-08-27T18:12:36.007Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-08-27T18:12:36.268Z | Compiling strum_macros v0.26.4 |
828 | 2024-08-27T18:12:37.015Z | Compiling toml v0.8.19 |
829 | 2024-08-27T18:12:38.351Z | Compiling serde_with_macros v3.9.0 |
830 | 2024-08-27T18:12:40.849Z | Compiling tokio-rustls v0.25.0 |
831 | 2024-08-27T18:12:41.050Z | Compiling rand v0.8.5 |
832 | 2024-08-27T18:12:41.252Z | Compiling parse-display-derive v0.10.0 |
833 | 2024-08-27T18:12:42.941Z | Compiling ipnetwork v0.20.0 |
834 | 2024-08-27T18:12:44.101Z | Compiling newtype-uuid v1.1.0 |
835 | 2024-08-27T18:12:44.431Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
836 | 2024-08-27T18:12:44.529Z | Compiling serde_path_to_error v0.1.16 |
837 | 2024-08-27T18:12:45.290Z | Compiling hex v0.4.3 |
838 | 2024-08-27T18:12:45.565Z | Compiling async-trait v0.1.81 |
839 | 2024-08-27T18:12:45.967Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
840 | 2024-08-27T18:12:46.767Z | Compiling hostname v0.4.0 |
841 | 2024-08-27T18:12:47.010Z | Compiling instant v0.1.13 |
842 | 2024-08-27T18:12:47.157Z | Compiling debug-ignore v1.0.5 |
843 | 2024-08-27T18:12:47.283Z | Compiling backoff v0.4.0 |
844 | 2024-08-27T18:12:47.320Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-08-27T18:12:47.510Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
846 | 2024-08-27T18:12:47.604Z | Compiling parse-display v0.10.0 |
847 | 2024-08-27T18:12:47.643Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
848 | 2024-08-27T18:12:47.671Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
849 | 2024-08-27T18:12:48.097Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
850 | 2024-08-27T18:12:48.186Z | Compiling serde_with v3.9.0 |
851 | 2024-08-27T18:12:49.667Z | Compiling strum v0.26.3 |
852 | 2024-08-27T18:12:49.846Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-08-27T18:12:50.659Z | Compiling macaddr v1.0.1 |
854 | 2024-08-27T18:12:51.244Z | Compiling regress v0.9.1 |
855 | 2024-08-27T18:12:55.793Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-08-27T18:13:05.820Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-08-27T18:13:14.383Z | Finished `release` profile [optimized] target(s) in 2m 25s |
858 | 2024-08-27T18:13:14.441Z | process exited: duration 218827 ms, exit code 0 |
|
859 | 2024-08-27T18:13:14.446Z | found 0 output files |