|
|
|
1 | 2024-11-02T03:10:51.432Z | job assigned to worker 01JBNDKPN7TWVA5QV1R0YRXZX7 (queued for 1 m 0 s) |
|
2 | 2024-11-02T03:10:59.569Z | starting task 0: "setup" |
3 | 2024-11-02T03:10:59.577Z | ++ uname -s |
4 | 2024-11-02T03:10:59.579Z | + kern=SunOS |
5 | 2024-11-02T03:10:59.579Z | + case "$kern" in |
6 | 2024-11-02T03:10:59.579Z | + [[ 0 == 12345 ]] |
7 | 2024-11-02T03:10:59.580Z | + groupadd -g 12345 build |
8 | 2024-11-02T03:10:59.582Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-02T03:11:01.592Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-02T03:11:01.703Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-02T03:11:01.706Z | + home_fs=zfs |
12 | 2024-11-02T03:11:01.706Z | + [[ zfs == autofs ]] |
13 | 2024-11-02T03:11:01.706Z | + mkdir -p /home/build |
14 | 2024-11-02T03:11:01.708Z | + chown build:build /home/build /work |
15 | 2024-11-02T03:11:03.710Z | + chmod 0700 /home/build /work |
16 | 2024-11-02T03:11:03.713Z | process exited: duration 4146 ms, exit code 0 |
|
17 | 2024-11-02T03:11:03.718Z | starting task 1: "rust-toolchain" |
18 | 2024-11-02T03:11:03.724Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-02T03:11:03.724Z | * toolchain channel = "1.82.0" |
20 | 2024-11-02T03:11:03.724Z | ' 1.82.0 |
21 | 2024-11-02T03:11:03.724Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-02T03:11:03.724Z | ' default |
23 | 2024-11-02T03:11:03.724Z | * toolchain profile = "default" |
24 | 2024-11-02T03:11:03.727Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-02T03:11:03.727Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-02T03:11:03.852Z | info: downloading installer |
27 | 2024-11-02T03:11:05.351Z | info: profile set to 'default' |
28 | 2024-11-02T03:11:05.351Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-02T03:11:05.353Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-02T03:11:05.511Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-02T03:11:05.511Z | info: downloading component 'cargo' |
32 | 2024-11-02T03:11:06.366Z | info: downloading component 'clippy' |
33 | 2024-11-02T03:11:06.691Z | info: downloading component 'rust-docs' |
34 | 2024-11-02T03:11:07.896Z | info: downloading component 'rust-std' |
35 | 2024-11-02T03:11:09.811Z | info: downloading component 'rustc' |
36 | 2024-11-02T03:11:16.605Z | info: downloading component 'rustfmt' |
37 | 2024-11-02T03:11:16.853Z | info: installing component 'cargo' |
38 | 2024-11-02T03:11:17.705Z | info: installing component 'clippy' |
39 | 2024-11-02T03:11:18.107Z | info: installing component 'rust-docs' |
40 | 2024-11-02T03:11:19.824Z | info: installing component 'rust-std' |
41 | 2024-11-02T03:11:21.685Z | info: installing component 'rustc' |
42 | 2024-11-02T03:11:28.006Z | info: installing component 'rustfmt' |
43 | 2024-11-02T03:11:28.350Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-02T03:11:28.350Z | |
45 | 2024-11-02T03:11:28.727Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-02T03:11:28.727Z | |
47 | 2024-11-02T03:11:28.729Z | |
48 | 2024-11-02T03:11:28.729Z | Rust is installed now. Great! |
49 | 2024-11-02T03:11:28.729Z | |
50 | 2024-11-02T03:11:28.729Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-02T03:11:28.729Z | environment variable. This has not been done automatically. |
52 | 2024-11-02T03:11:28.730Z | |
53 | 2024-11-02T03:11:28.730Z | To configure your current shell, you need to source |
54 | 2024-11-02T03:11:28.730Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-02T03:11:28.730Z | |
56 | 2024-11-02T03:11:28.730Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-02T03:11:28.730Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-02T03:11:28.730Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-02T03:11:28.806Z | + rustc --version |
60 | 2024-11-02T03:11:28.876Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-02T03:11:28.880Z | process exited: duration 25158 ms, exit code 0 |
|
62 | 2024-11-02T03:11:28.885Z | starting task 2: "authentication" |
63 | 2024-11-02T03:11:28.906Z | process exited: duration 20 ms, exit code 0 |
|
64 | 2024-11-02T03:11:28.911Z | starting task 3: "clone repository" |
65 | 2024-11-02T03:11:28.916Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-02T03:11:28.918Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-02T03:11:29.224Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-02T03:11:36.940Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-02T03:11:36.940Z | + git fetch origin 6367ca54f452a2dcd18e3c53530f23286050161b |
70 | 2024-11-02T03:11:37.229Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-02T03:11:37.229Z | * branch 6367ca54f452a2dcd18e3c53530f23286050161b -> FETCH_HEAD |
72 | 2024-11-02T03:11:37.240Z | + [[ -n renovate/hyper-util-0.x ]] |
73 | 2024-11-02T03:11:37.242Z | ++ git branch --show-current |
74 | 2024-11-02T03:11:37.244Z | + current=main |
75 | 2024-11-02T03:11:37.244Z | + [[ main != renovate/hyper-util-0.x ]] |
76 | 2024-11-02T03:11:37.244Z | + git branch -f renovate/hyper-util-0.x 6367ca54f452a2dcd18e3c53530f23286050161b |
77 | 2024-11-02T03:11:37.249Z | + git checkout -f renovate/hyper-util-0.x |
78 | 2024-11-02T03:11:37.418Z | Switched to branch 'renovate/hyper-util-0.x' |
79 | 2024-11-02T03:11:37.421Z | + git reset --hard 6367ca54f452a2dcd18e3c53530f23286050161b |
80 | 2024-11-02T03:11:37.433Z | HEAD is now at 6367ca54f Update Rust crate hyper-util to 0.1.10 |
81 | 2024-11-02T03:11:37.435Z | process exited: duration 8522 ms, exit code 0 |
|
82 | 2024-11-02T03:11:37.440Z | starting task 4: "build" |
83 | 2024-11-02T03:11:37.445Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-02T03:11:37.448Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-02T03:11:37.448Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-02T03:11:37.448Z | + cargo --version |
87 | 2024-11-02T03:11:37.506Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-02T03:11:37.509Z | + rustc --version |
89 | 2024-11-02T03:11:37.575Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-02T03:11:37.579Z | + cd /tmp |
91 | 2024-11-02T03:11:37.582Z | + cargo new --lib test-project |
92 | 2024-11-02T03:11:37.639Z | Creating library `test-project` package |
93 | 2024-11-02T03:11:37.721Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
94 | 2024-11-02T03:11:37.724Z | + cd test-project |
95 | 2024-11-02T03:11:37.724Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
96 | 2024-11-02T03:11:37.800Z | Adding omicron-common (local) to dependencies |
97 | 2024-11-02T03:11:37.800Z | Features: |
98 | 2024-11-02T03:11:37.800Z | - proptest |
99 | 2024-11-02T03:11:37.800Z | - test-strategy |
100 | 2024-11-02T03:11:37.801Z | - testing |
101 | 2024-11-02T03:11:37.810Z | Updating crates.io index |
102 | 2024-11-02T03:11:37.856Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-11-02T03:11:38.602Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-11-02T03:11:38.997Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2024-11-02T03:11:39.341Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2024-11-02T03:11:40.539Z | Locking 301 packages to latest compatible versions |
107 | 2024-11-02T03:11:40.548Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2024-11-02T03:11:40.548Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
109 | 2024-11-02T03:11:40.548Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
110 | 2024-11-02T03:11:40.548Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
111 | 2024-11-02T03:11:40.548Z | Adding goblin v0.8.2 (latest: v0.9.2) |
112 | 2024-11-02T03:11:40.548Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
113 | 2024-11-02T03:11:40.548Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
114 | 2024-11-02T03:11:40.549Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
115 | 2024-11-02T03:11:40.549Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-11-02T03:11:40.549Z | Adding idna v0.5.0 (latest: v1.0.2) |
117 | 2024-11-02T03:11:40.549Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
118 | 2024-11-02T03:11:40.550Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
119 | 2024-11-02T03:11:40.565Z | Adding regress v0.9.1 (latest: v0.10.1) |
120 | 2024-11-02T03:11:40.566Z | Adding rustls v0.22.4 (latest: v0.23.16) |
121 | 2024-11-02T03:11:40.566Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
122 | 2024-11-02T03:11:40.573Z | Adding term v0.7.0 (latest: v1.0.0) |
123 | 2024-11-02T03:11:40.573Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-02T03:11:40.573Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-02T03:11:40.574Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-02T03:11:40.574Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-02T03:11:40.574Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-02T03:11:40.574Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-02T03:11:40.574Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-02T03:11:40.575Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-02T03:11:40.575Z | Adding zerocopy v0.7.35 (latest: v0.8.8) |
132 | 2024-11-02T03:11:40.575Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.8) |
133 | 2024-11-02T03:11:40.644Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-02T03:11:40.650Z | + cargo check |
135 | 2024-11-02T03:11:40.794Z | Updating crates.io index |
136 | 2024-11-02T03:11:41.487Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-02T03:11:45.428Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-02T03:11:47.962Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-02T03:11:48.862Z | Downloading crates ... |
140 | 2024-11-02T03:11:48.935Z | Downloaded cpufeatures v0.2.14 |
141 | 2024-11-02T03:11:48.938Z | Downloaded byteorder v1.5.0 |
142 | 2024-11-02T03:11:48.940Z | Downloaded atomic-waker v1.1.2 |
143 | 2024-11-02T03:11:48.943Z | Downloaded num_threads v0.1.7 |
144 | 2024-11-02T03:11:48.955Z | Downloaded async-stream v0.3.6 |
145 | 2024-11-02T03:11:48.958Z | Downloaded openssl-macros v0.1.1 |
146 | 2024-11-02T03:11:48.960Z | Downloaded futures-io v0.3.31 |
147 | 2024-11-02T03:11:48.960Z | Downloaded http-body-util v0.1.2 |
148 | 2024-11-02T03:11:48.963Z | Downloaded fnv v1.0.7 |
149 | 2024-11-02T03:11:48.965Z | Downloaded dirs-sys-next v0.1.2 |
150 | 2024-11-02T03:11:48.965Z | Downloaded generic-array v0.14.7 |
151 | 2024-11-02T03:11:48.968Z | Downloaded futures-task v0.3.31 |
152 | 2024-11-02T03:11:48.972Z | Downloaded ipnetwork v0.20.0 |
153 | 2024-11-02T03:11:48.975Z | Downloaded macaddr v1.0.1 |
154 | 2024-11-02T03:11:48.978Z | Downloaded hostname v0.4.0 |
155 | 2024-11-02T03:11:48.980Z | Downloaded futures-channel v0.3.31 |
156 | 2024-11-02T03:11:48.982Z | Downloaded pretty-hex v0.4.1 |
157 | 2024-11-02T03:11:48.985Z | Downloaded crossbeam-utils v0.8.20 |
158 | 2024-11-02T03:11:48.987Z | Downloaded multer v3.1.0 |
159 | 2024-11-02T03:11:48.990Z | Downloaded heck v0.5.0 |
160 | 2024-11-02T03:11:48.992Z | Downloaded deranged v0.3.11 |
161 | 2024-11-02T03:11:48.997Z | Downloaded progenitor-client v0.8.0 |
162 | 2024-11-02T03:11:49.001Z | Downloaded waitgroup v0.1.2 |
163 | 2024-11-02T03:11:49.003Z | Downloaded powerfmt v0.2.0 |
164 | 2024-11-02T03:11:49.004Z | Downloaded dropshot_endpoint v0.12.0 |
165 | 2024-11-02T03:11:49.007Z | Downloaded hyper-util v0.1.10 |
166 | 2024-11-02T03:11:49.012Z | Downloaded scroll v0.12.0 |
167 | 2024-11-02T03:11:49.014Z | Downloaded pin-utils v0.1.0 |
168 | 2024-11-02T03:11:49.018Z | Downloaded usdt v0.5.0 |
169 | 2024-11-02T03:11:49.018Z | Downloaded newtype-uuid v1.1.2 |
170 | 2024-11-02T03:11:49.020Z | Downloaded serde_tokenstream v0.2.2 |
171 | 2024-11-02T03:11:49.020Z | Downloaded darling_core v0.20.10 |
172 | 2024-11-02T03:11:49.024Z | Downloaded pest_generator v2.7.14 |
173 | 2024-11-02T03:11:49.027Z | Downloaded rustversion v1.0.17 |
174 | 2024-11-02T03:11:49.029Z | Downloaded structmeta v0.3.0 |
175 | 2024-11-02T03:11:49.032Z | Downloaded shlex v1.3.0 |
176 | 2024-11-02T03:11:49.032Z | Downloaded usdt-impl v0.5.0 |
177 | 2024-11-02T03:11:49.034Z | Downloaded crypto-common v0.1.6 |
178 | 2024-11-02T03:11:49.034Z | Downloaded autocfg v1.4.0 |
179 | 2024-11-02T03:11:49.037Z | Downloaded thread-id v4.2.2 |
180 | 2024-11-02T03:11:49.039Z | Downloaded zeroize v1.8.1 |
181 | 2024-11-02T03:11:49.042Z | Downloaded indexmap v2.6.0 |
182 | 2024-11-02T03:11:49.044Z | Downloaded tinyvec_macros v0.1.1 |
183 | 2024-11-02T03:11:49.047Z | Downloaded async-stream-impl v0.3.6 |
184 | 2024-11-02T03:11:49.047Z | Downloaded base64 v0.22.1 |
185 | 2024-11-02T03:11:49.050Z | Downloaded async-trait v0.1.83 |
186 | 2024-11-02T03:11:49.054Z | Downloaded darling v0.20.10 |
187 | 2024-11-02T03:11:49.059Z | Downloaded serde_with_macros v3.11.0 |
188 | 2024-11-02T03:11:49.062Z | Downloaded cfg-if v1.0.0 |
189 | 2024-11-02T03:11:49.062Z | Downloaded block-buffer v0.10.4 |
190 | 2024-11-02T03:11:49.065Z | Downloaded zerocopy-derive v0.7.35 |
191 | 2024-11-02T03:11:49.067Z | Downloaded camino v1.1.9 |
192 | 2024-11-02T03:11:49.070Z | Downloaded quote v1.0.37 |
193 | 2024-11-02T03:11:49.073Z | Downloaded unicode-bidi v0.3.17 |
194 | 2024-11-02T03:11:49.075Z | Downloaded anyhow v1.0.92 |
195 | 2024-11-02T03:11:49.080Z | Downloaded structmeta-derive v0.3.0 |
196 | 2024-11-02T03:11:49.082Z | Downloaded rustls-pki-types v1.9.0 |
197 | 2024-11-02T03:11:49.085Z | Downloaded take_mut v0.2.2 |
198 | 2024-11-02T03:11:49.088Z | Downloaded slog v2.7.0 |
199 | 2024-11-02T03:11:49.090Z | Downloaded schemars v0.8.21 |
200 | 2024-11-02T03:11:49.103Z | Downloaded openssl-sys v0.9.103 |
201 | 2024-11-02T03:11:49.108Z | Downloaded tokio-rustls v0.25.0 |
202 | 2024-11-02T03:11:49.111Z | Downloaded hyper-tls v0.6.0 |
203 | 2024-11-02T03:11:49.113Z | Downloaded hostname v0.3.1 |
204 | 2024-11-02T03:11:49.116Z | Downloaded quinn v0.11.5 |
205 | 2024-11-02T03:11:49.118Z | Downloaded futures-sink v0.3.31 |
206 | 2024-11-02T03:11:49.121Z | Downloaded ident_case v1.0.1 |
207 | 2024-11-02T03:11:49.121Z | Downloaded serde v1.0.210 |
208 | 2024-11-02T03:11:49.124Z | Downloaded match_cfg v0.1.0 |
209 | 2024-11-02T03:11:49.126Z | Downloaded dyn-clone v1.0.17 |
210 | 2024-11-02T03:11:49.126Z | Downloaded dtrace-parser v0.2.0 |
211 | 2024-11-02T03:11:49.129Z | Downloaded foreign-types-shared v0.1.1 |
212 | 2024-11-02T03:11:49.129Z | Downloaded futures-macro v0.3.31 |
213 | 2024-11-02T03:11:49.131Z | Downloaded futures-core v0.3.31 |
214 | 2024-11-02T03:11:49.131Z | Downloaded hex v0.4.3 |
215 | 2024-11-02T03:11:49.134Z | Downloaded omicron-workspace-hack v0.1.0 |
216 | 2024-11-02T03:11:49.134Z | Downloaded num-conv v0.1.0 |
217 | 2024-11-02T03:11:49.136Z | Downloaded vcpkg v0.2.15 |
218 | 2024-11-02T03:11:49.175Z | Downloaded pest v2.7.14 |
219 | 2024-11-02T03:11:49.180Z | Downloaded usdt-attr-macro v0.5.0 |
220 | 2024-11-02T03:11:49.184Z | Downloaded try-lock v0.2.5 |
221 | 2024-11-02T03:11:49.184Z | Downloaded debug-ignore v1.0.5 |
222 | 2024-11-02T03:11:49.184Z | Downloaded bytes v1.7.2 |
223 | 2024-11-02T03:11:49.189Z | Downloaded openssl-probe v0.1.5 |
224 | 2024-11-02T03:11:49.192Z | Downloaded tower-service v0.3.3 |
225 | 2024-11-02T03:11:49.192Z | Downloaded want v0.3.1 |
226 | 2024-11-02T03:11:49.192Z | Downloaded itoa v1.0.11 |
227 | 2024-11-02T03:11:49.195Z | Downloaded iana-time-zone v0.1.61 |
228 | 2024-11-02T03:11:49.195Z | Downloaded futures-executor v0.3.31 |
229 | 2024-11-02T03:11:49.197Z | Downloaded serde_json v1.0.128 |
230 | 2024-11-02T03:11:49.204Z | Downloaded tinyvec v1.8.0 |
231 | 2024-11-02T03:11:49.207Z | Downloaded aho-corasick v1.1.3 |
232 | 2024-11-02T03:11:49.213Z | Downloaded mime v0.3.17 |
233 | 2024-11-02T03:11:49.216Z | Downloaded memmap v0.7.0 |
234 | 2024-11-02T03:11:49.218Z | Downloaded scroll_derive v0.12.0 |
235 | 2024-11-02T03:11:49.218Z | Downloaded sync_wrapper v1.0.1 |
236 | 2024-11-02T03:11:49.220Z | Downloaded lock_api v0.4.12 |
237 | 2024-11-02T03:11:49.220Z | Downloaded httparse v1.9.5 |
238 | 2024-11-02T03:11:49.222Z | Downloaded untrusted v0.9.0 |
239 | 2024-11-02T03:11:49.225Z | Downloaded native-tls v0.2.12 |
240 | 2024-11-02T03:11:49.227Z | Downloaded once_cell v1.20.2 |
241 | 2024-11-02T03:11:49.230Z | Downloaded rand_core v0.6.4 |
242 | 2024-11-02T03:11:49.230Z | Downloaded paste v1.0.15 |
243 | 2024-11-02T03:11:49.233Z | Downloaded typify-macro v0.2.0 |
244 | 2024-11-02T03:11:49.235Z | Downloaded strum v0.26.3 |
245 | 2024-11-02T03:11:49.235Z | Downloaded strsim v0.11.1 |
246 | 2024-11-02T03:11:49.238Z | Downloaded scopeguard v1.2.0 |
247 | 2024-11-02T03:11:49.238Z | Downloaded plain v0.2.3 |
248 | 2024-11-02T03:11:49.240Z | Downloaded crossbeam-channel v0.5.13 |
249 | 2024-11-02T03:11:49.243Z | Downloaded slog-bunyan v2.5.0 |
250 | 2024-11-02T03:11:49.245Z | Downloaded h2 v0.4.6 |
251 | 2024-11-02T03:11:49.251Z | Downloaded rand_chacha v0.3.1 |
252 | 2024-11-02T03:11:49.253Z | Downloaded thiserror v1.0.64 |
253 | 2024-11-02T03:11:49.257Z | Downloaded serde_spanned v0.6.8 |
254 | 2024-11-02T03:11:49.260Z | Downloaded quinn-udp v0.5.5 |
255 | 2024-11-02T03:11:49.262Z | Downloaded time-core v0.1.2 |
256 | 2024-11-02T03:11:49.262Z | Downloaded slog-json v2.6.1 |
257 | 2024-11-02T03:11:49.264Z | Downloaded tokio-native-tls v0.3.1 |
258 | 2024-11-02T03:11:49.267Z | Downloaded subtle v2.6.1 |
259 | 2024-11-02T03:11:49.267Z | Downloaded thiserror-impl v1.0.64 |
260 | 2024-11-02T03:11:49.269Z | Downloaded progenitor v0.8.0 |
261 | 2024-11-02T03:11:49.269Z | Downloaded tokio-macros v2.4.0 |
262 | 2024-11-02T03:11:49.272Z | Downloaded pkg-config v0.3.31 |
263 | 2024-11-02T03:11:49.272Z | Downloaded version_check v0.9.5 |
264 | 2024-11-02T03:11:49.274Z | Downloaded parse-display v0.10.0 |
265 | 2024-11-02T03:11:49.274Z | Downloaded num-traits v0.2.19 |
266 | 2024-11-02T03:11:49.277Z | Downloaded getrandom v0.2.15 |
267 | 2024-11-02T03:11:49.280Z | Downloaded signal-hook-registry v1.4.2 |
268 | 2024-11-02T03:11:49.284Z | Downloaded serde_urlencoded v0.7.1 |
269 | 2024-11-02T03:11:49.284Z | Downloaded rustc-hash v2.0.0 |
270 | 2024-11-02T03:11:49.286Z | Downloaded progenitor-macro v0.8.0 |
271 | 2024-11-02T03:11:49.286Z | Downloaded log v0.4.22 |
272 | 2024-11-02T03:11:49.289Z | Downloaded slog-term v2.9.1 |
273 | 2024-11-02T03:11:49.291Z | Downloaded slog-async v2.8.0 |
274 | 2024-11-02T03:11:49.293Z | Downloaded slab v0.4.9 |
275 | 2024-11-02T03:11:49.293Z | Downloaded sha1 v0.10.6 |
276 | 2024-11-02T03:11:49.296Z | Downloaded term v0.7.0 |
277 | 2024-11-02T03:11:49.298Z | Downloaded time v0.3.36 |
278 | 2024-11-02T03:11:49.306Z | Downloaded socket2 v0.5.7 |
279 | 2024-11-02T03:11:49.308Z | Downloaded toml v0.8.19 |
280 | 2024-11-02T03:11:49.312Z | Downloaded serde_path_to_error v0.1.16 |
281 | 2024-11-02T03:11:49.315Z | Downloaded http v1.1.0 |
282 | 2024-11-02T03:11:49.318Z | Downloaded hashbrown v0.14.5 |
283 | 2024-11-02T03:11:49.323Z | Downloaded rustls-pemfile v2.2.0 |
284 | 2024-11-02T03:11:49.326Z | Downloaded pest_derive v2.7.14 |
285 | 2024-11-02T03:11:49.329Z | Downloaded hashbrown v0.12.3 |
286 | 2024-11-02T03:11:49.333Z | Downloaded sha2 v0.10.8 |
287 | 2024-11-02T03:11:49.336Z | Downloaded serde_derive_internals v0.29.1 |
288 | 2024-11-02T03:11:49.338Z | Downloaded typify v0.2.0 |
289 | 2024-11-02T03:11:49.341Z | Downloaded uuid v1.10.0 |
290 | 2024-11-02T03:11:49.343Z | Downloaded tokio-util v0.7.12 |
291 | 2024-11-02T03:11:49.350Z | Downloaded toml_edit v0.22.22 |
292 | 2024-11-02T03:11:49.373Z | Downloaded spin v0.9.8 |
293 | 2024-11-02T03:11:49.376Z | Downloaded futures-util v0.3.31 |
294 | 2024-11-02T03:11:49.387Z | Downloaded ryu v1.0.18 |
295 | 2024-11-02T03:11:49.390Z | Downloaded ucd-trie v0.1.7 |
296 | 2024-11-02T03:11:49.392Z | Downloaded chrono v0.4.38 |
297 | 2024-11-02T03:11:49.399Z | Downloaded tokio-rustls v0.26.0 |
298 | 2024-11-02T03:11:49.403Z | Downloaded tracing v0.1.40 |
299 | 2024-11-02T03:11:49.407Z | Downloaded serde_yaml v0.9.34+deprecated |
300 | 2024-11-02T03:11:49.410Z | Downloaded goblin v0.8.2 |
301 | 2024-11-02T03:11:49.415Z | Downloaded serde_derive v1.0.210 |
302 | 2024-11-02T03:11:49.418Z | Downloaded smallvec v1.13.2 |
303 | 2024-11-02T03:11:49.420Z | Downloaded openapiv3 v2.0.0 |
304 | 2024-11-02T03:11:49.432Z | Downloaded proc-macro2 v1.0.87 |
305 | 2024-11-02T03:11:49.434Z | Downloaded url v2.5.2 |
306 | 2024-11-02T03:11:49.437Z | Downloaded openssl v0.10.66 |
307 | 2024-11-02T03:11:49.447Z | Downloaded syn v2.0.79 |
308 | 2024-11-02T03:11:49.458Z | Downloaded rand v0.8.5 |
309 | 2024-11-02T03:11:49.461Z | Downloaded dropshot v0.12.0 |
310 | 2024-11-02T03:11:49.481Z | Downloaded regex v1.11.0 |
311 | 2024-11-02T03:11:49.494Z | Downloaded strum_macros v0.26.4 |
312 | 2024-11-02T03:11:49.496Z | Downloaded progenitor-impl v0.8.0 |
313 | 2024-11-02T03:11:49.499Z | Downloaded pin-project-lite v0.2.14 |
314 | 2024-11-02T03:11:49.508Z | Downloaded pest_meta v2.7.14 |
315 | 2024-11-02T03:11:49.512Z | Downloaded parking_lot v0.12.3 |
316 | 2024-11-02T03:11:49.512Z | Downloaded idna v0.5.0 |
317 | 2024-11-02T03:11:49.514Z | Downloaded hashbrown v0.15.0 |
318 | 2024-11-02T03:11:49.519Z | Downloaded semver v1.0.23 |
319 | 2024-11-02T03:11:49.522Z | Downloaded unicode-ident v1.0.13 |
320 | 2024-11-02T03:11:49.525Z | Downloaded webpki-roots v0.26.6 |
321 | 2024-11-02T03:11:49.528Z | Downloaded unicode-normalization v0.1.24 |
322 | 2024-11-02T03:11:49.531Z | Downloaded mio v1.0.2 |
323 | 2024-11-02T03:11:49.536Z | Downloaded serde_with v3.11.0 |
324 | 2024-11-02T03:11:49.544Z | Downloaded winnow v0.6.20 |
325 | 2024-11-02T03:11:49.553Z | Downloaded zerocopy v0.7.35 |
326 | 2024-11-02T03:11:49.568Z | Downloaded reqwest v0.12.8 |
327 | 2024-11-02T03:11:49.577Z | Downloaded libc v0.2.161 |
328 | 2024-11-02T03:11:49.602Z | Downloaded rustls-webpki v0.102.8 |
329 | 2024-11-02T03:11:49.620Z | Downloaded rustls v0.22.4 |
330 | 2024-11-02T03:11:49.632Z | Downloaded regress v0.9.1 |
331 | 2024-11-02T03:11:49.640Z | Downloaded quinn-proto v0.11.8 |
332 | 2024-11-02T03:11:49.647Z | Downloaded memchr v2.7.4 |
333 | 2024-11-02T03:11:49.652Z | Downloaded thread_local v1.1.8 |
334 | 2024-11-02T03:11:49.654Z | Downloaded schemars_derive v0.8.21 |
335 | 2024-11-02T03:11:49.657Z | Downloaded time-macros v0.2.18 |
336 | 2024-11-02T03:11:49.657Z | Downloaded ppv-lite86 v0.2.20 |
337 | 2024-11-02T03:11:49.659Z | Downloaded parse-display-derive v0.10.0 |
338 | 2024-11-02T03:11:49.659Z | Downloaded percent-encoding v2.3.1 |
339 | 2024-11-02T03:11:49.660Z | Downloaded indexmap v1.9.3 |
340 | 2024-11-02T03:11:49.663Z | Downloaded ipnet v2.10.1 |
341 | 2024-11-02T03:11:49.665Z | Downloaded futures v0.3.31 |
342 | 2024-11-02T03:11:49.669Z | Downloaded hyper-rustls v0.27.3 |
343 | 2024-11-02T03:11:49.672Z | Downloaded toml_datetime v0.6.8 |
344 | 2024-11-02T03:11:49.674Z | Downloaded dirs-next v2.0.0 |
345 | 2024-11-02T03:11:49.675Z | Downloaded typify-impl v0.2.0 |
346 | 2024-11-02T03:11:49.688Z | Downloaded allocator-api2 v0.2.18 |
347 | 2024-11-02T03:11:49.691Z | Downloaded regress v0.10.1 |
348 | 2024-11-02T03:11:49.700Z | Downloaded rustls v0.23.14 |
349 | 2024-11-02T03:11:49.711Z | Downloaded regex-syntax v0.8.5 |
350 | 2024-11-02T03:11:49.719Z | Downloaded usdt-macro v0.5.0 |
351 | 2024-11-02T03:11:49.721Z | Downloaded instant v0.1.13 |
352 | 2024-11-02T03:11:49.721Z | Downloaded hyper v1.4.1 |
353 | 2024-11-02T03:11:49.727Z | Downloaded http-body v1.0.1 |
354 | 2024-11-02T03:11:49.730Z | Downloaded is-terminal v0.4.13 |
355 | 2024-11-02T03:11:49.730Z | Downloaded httpdate v1.0.3 |
356 | 2024-11-02T03:11:49.732Z | Downloaded form_urlencoded v1.2.1 |
357 | 2024-11-02T03:11:49.733Z | Downloaded dof v0.3.0 |
358 | 2024-11-02T03:11:49.733Z | Downloaded digest v0.10.7 |
359 | 2024-11-02T03:11:49.735Z | Downloaded foreign-types v0.3.2 |
360 | 2024-11-02T03:11:49.735Z | Downloaded equivalent v1.0.1 |
361 | 2024-11-02T03:11:49.735Z | Downloaded unsafe-libyaml v0.2.11 |
362 | 2024-11-02T03:11:49.738Z | Downloaded tracing-core v0.1.32 |
363 | 2024-11-02T03:11:49.740Z | Downloaded bitflags v2.6.0 |
364 | 2024-11-02T03:11:49.744Z | Downloaded parking_lot_core v0.9.10 |
365 | 2024-11-02T03:11:49.746Z | Downloaded backoff v0.4.0 |
366 | 2024-11-02T03:11:49.749Z | Downloaded ahash v0.8.11 |
367 | 2024-11-02T03:11:49.751Z | Downloaded typenum v1.17.0 |
368 | 2024-11-02T03:11:49.753Z | Downloaded darling_macro v0.20.10 |
369 | 2024-11-02T03:11:49.756Z | Downloaded cc v1.1.30 |
370 | 2024-11-02T03:11:49.758Z | Downloaded encoding_rs v0.8.34 |
371 | 2024-11-02T03:11:49.788Z | Downloaded regex-automata v0.4.8 |
372 | 2024-11-02T03:11:49.819Z | Downloaded tokio v1.40.0 |
373 | 2024-11-02T03:11:50.099Z | Downloaded ring v0.17.8 |
374 | 2024-11-02T03:11:50.420Z | Compiling proc-macro2 v1.0.87 |
375 | 2024-11-02T03:11:50.420Z | Compiling unicode-ident v1.0.13 |
376 | 2024-11-02T03:11:50.423Z | Compiling libc v0.2.161 |
377 | 2024-11-02T03:11:50.423Z | Checking cfg-if v1.0.0 |
378 | 2024-11-02T03:11:50.423Z | Compiling autocfg v1.4.0 |
379 | 2024-11-02T03:11:50.423Z | Compiling serde v1.0.210 |
380 | 2024-11-02T03:11:50.423Z | Compiling version_check v0.9.5 |
381 | 2024-11-02T03:11:50.423Z | Checking memchr v2.7.4 |
382 | 2024-11-02T03:11:50.562Z | Compiling serde_json v1.0.128 |
383 | 2024-11-02T03:11:50.624Z | Checking itoa v1.0.11 |
384 | 2024-11-02T03:11:51.082Z | Compiling thiserror v1.0.64 |
385 | 2024-11-02T03:11:51.285Z | Checking once_cell v1.20.2 |
386 | 2024-11-02T03:11:51.306Z | Compiling shlex v1.3.0 |
387 | 2024-11-02T03:11:51.595Z | Compiling cc v1.1.30 |
388 | 2024-11-02T03:11:52.306Z | Checking pin-project-lite v0.2.14 |
389 | 2024-11-02T03:11:52.393Z | Compiling num-traits v0.2.19 |
390 | 2024-11-02T03:11:52.671Z | Checking ryu v1.0.18 |
391 | 2024-11-02T03:11:52.691Z | Checking bytes v1.7.2 |
392 | 2024-11-02T03:11:52.740Z | Checking futures-core v0.3.31 |
393 | 2024-11-02T03:11:52.929Z | Compiling lock_api v0.4.12 |
394 | 2024-11-02T03:11:52.933Z | Compiling byteorder v1.5.0 |
395 | 2024-11-02T03:11:52.962Z | Compiling parking_lot_core v0.9.10 |
396 | 2024-11-02T03:11:53.400Z | Checking getrandom v0.2.15 |
397 | 2024-11-02T03:11:53.419Z | Compiling ahash v0.8.11 |
398 | 2024-11-02T03:11:53.457Z | Checking smallvec v1.13.2 |
399 | 2024-11-02T03:11:53.491Z | Checking scopeguard v1.2.0 |
400 | 2024-11-02T03:11:53.509Z | Compiling schemars v0.8.21 |
401 | 2024-11-02T03:11:53.603Z | Compiling slab v0.4.9 |
402 | 2024-11-02T03:11:53.809Z | Compiling quote v1.0.37 |
403 | 2024-11-02T03:11:53.918Z | Checking futures-sink v0.3.31 |
404 | 2024-11-02T03:11:53.964Z | Checking log v0.4.22 |
405 | 2024-11-02T03:11:54.035Z | Checking signal-hook-registry v1.4.2 |
406 | 2024-11-02T03:11:54.065Z | Checking mio v1.0.2 |
407 | 2024-11-02T03:11:54.068Z | Checking socket2 v0.5.7 |
408 | 2024-11-02T03:11:54.165Z | Compiling syn v2.0.79 |
409 | 2024-11-02T03:11:54.240Z | Checking parking_lot v0.12.3 |
410 | 2024-11-02T03:11:54.281Z | Compiling ring v0.17.8 |
411 | 2024-11-02T03:11:54.308Z | Checking hashbrown v0.15.0 |
412 | 2024-11-02T03:11:54.397Z | Checking equivalent v1.0.1 |
413 | 2024-11-02T03:11:54.418Z | Checking fnv v1.0.7 |
414 | 2024-11-02T03:11:54.512Z | Checking futures-channel v0.3.31 |
415 | 2024-11-02T03:11:54.538Z | Checking http v1.1.0 |
416 | 2024-11-02T03:11:54.561Z | Checking futures-io v0.3.31 |
417 | 2024-11-02T03:11:54.584Z | Checking futures-task v0.3.31 |
418 | 2024-11-02T03:11:54.649Z | Checking pin-utils v0.1.0 |
419 | 2024-11-02T03:11:54.740Z | Compiling semver v1.0.23 |
420 | 2024-11-02T03:11:54.742Z | Checking rustls-pki-types v1.9.0 |
421 | 2024-11-02T03:11:54.816Z | Compiling pkg-config v0.3.31 |
422 | 2024-11-02T03:11:54.862Z | Compiling heck v0.5.0 |
423 | 2024-11-02T03:11:55.261Z | Checking spin v0.9.8 |
424 | 2024-11-02T03:11:55.298Z | Compiling vcpkg v0.2.15 |
425 | 2024-11-02T03:11:55.459Z | Checking untrusted v0.9.0 |
426 | 2024-11-02T03:11:55.532Z | Checking iana-time-zone v0.1.61 |
427 | 2024-11-02T03:11:55.624Z | Compiling httparse v1.9.5 |
428 | 2024-11-02T03:11:55.685Z | Compiling ucd-trie v0.1.7 |
429 | 2024-11-02T03:11:55.960Z | Checking tracing-core v0.1.32 |
430 | 2024-11-02T03:11:56.118Z | Checking dyn-clone v1.0.17 |
431 | 2024-11-02T03:11:56.255Z | Compiling allocator-api2 v0.2.18 |
432 | 2024-11-02T03:11:56.352Z | Checking atomic-waker v1.1.2 |
433 | 2024-11-02T03:11:56.574Z | Checking tracing v0.1.40 |
434 | 2024-11-02T03:11:56.861Z | Compiling openssl-sys v0.9.103 |
435 | 2024-11-02T03:11:56.880Z | Checking http-body v1.0.1 |
436 | 2024-11-02T03:11:57.062Z | Checking zeroize v1.8.1 |
437 | 2024-11-02T03:11:57.214Z | Checking subtle v2.6.1 |
438 | 2024-11-02T03:11:57.290Z | Checking try-lock v0.2.5 |
439 | 2024-11-02T03:11:57.300Z | Compiling uuid v1.10.0 |
440 | 2024-11-02T03:11:57.376Z | Checking want v0.3.1 |
441 | 2024-11-02T03:11:57.432Z | Compiling chrono v0.4.38 |
442 | 2024-11-02T03:11:57.543Z | Checking httpdate v1.0.3 |
443 | 2024-11-02T03:11:57.652Z | Compiling openssl v0.10.66 |
444 | 2024-11-02T03:11:57.924Z | Checking foreign-types-shared v0.1.1 |
445 | 2024-11-02T03:11:58.238Z | Compiling slog v2.7.0 |
446 | 2024-11-02T03:11:58.238Z | Checking foreign-types v0.3.2 |
447 | 2024-11-02T03:11:58.238Z | Compiling aho-corasick v1.1.3 |
448 | 2024-11-02T03:11:58.238Z | Checking tower-service v0.3.3 |
449 | 2024-11-02T03:11:58.347Z | Checking percent-encoding v2.3.1 |
450 | 2024-11-02T03:11:58.482Z | Checking bitflags v2.6.0 |
451 | 2024-11-02T03:11:58.482Z | Compiling native-tls v0.2.12 |
452 | 2024-11-02T03:11:58.618Z | Checking tinyvec_macros v0.1.1 |
453 | 2024-11-02T03:11:58.703Z | Compiling regex-syntax v0.8.5 |
454 | 2024-11-02T03:11:58.734Z | Compiling rustls v0.23.14 |
455 | 2024-11-02T03:11:59.200Z | Compiling typenum v1.17.0 |
456 | 2024-11-02T03:11:59.521Z | Checking tinyvec v1.8.0 |
457 | 2024-11-02T03:12:00.539Z | Checking form_urlencoded v1.2.1 |
458 | 2024-11-02T03:12:00.604Z | Compiling generic-array v0.14.7 |
459 | 2024-11-02T03:12:00.728Z | Compiling serde_derive_internals v0.29.1 |
460 | 2024-11-02T03:12:01.055Z | Checking openssl-probe v0.1.5 |
461 | 2024-11-02T03:12:01.893Z | Compiling regex-automata v0.4.8 |
462 | 2024-11-02T03:12:02.496Z | Checking unicode-normalization v0.1.24 |
463 | 2024-11-02T03:12:03.319Z | Compiling usdt-impl v0.5.0 |
464 | 2024-11-02T03:12:03.396Z | Checking encoding_rs v0.8.34 |
465 | 2024-11-02T03:12:03.710Z | Checking powerfmt v0.2.0 |
466 | 2024-11-02T03:12:03.774Z | Compiling time-core v0.1.2 |
467 | 2024-11-02T03:12:03.955Z | Compiling num-conv v0.1.0 |
468 | 2024-11-02T03:12:03.972Z | Checking mime v0.3.17 |
469 | 2024-11-02T03:12:04.166Z | Checking unicode-bidi v0.3.17 |
470 | 2024-11-02T03:12:04.194Z | Compiling time-macros v0.2.18 |
471 | 2024-11-02T03:12:04.248Z | Checking deranged v0.3.11 |
472 | 2024-11-02T03:12:04.794Z | Checking idna v0.5.0 |
473 | 2024-11-02T03:12:05.031Z | Compiling serde_derive v1.0.210 |
474 | 2024-11-02T03:12:05.616Z | Compiling zerocopy-derive v0.7.35 |
475 | 2024-11-02T03:12:05.682Z | Compiling thiserror-impl v1.0.64 |
476 | 2024-11-02T03:12:05.973Z | Compiling schemars_derive v0.8.21 |
477 | 2024-11-02T03:12:06.857Z | Compiling tokio-macros v2.4.0 |
478 | 2024-11-02T03:12:07.115Z | Compiling futures-macro v0.3.31 |
479 | 2024-11-02T03:12:07.394Z | Compiling zerocopy v0.7.35 |
480 | 2024-11-02T03:12:08.320Z | Checking tokio v1.40.0 |
481 | 2024-11-02T03:12:08.698Z | Compiling pest v2.7.14 |
482 | 2024-11-02T03:12:08.830Z | Checking futures-util v0.3.31 |
483 | 2024-11-02T03:12:09.013Z | Compiling openssl-macros v0.1.1 |
484 | 2024-11-02T03:12:09.495Z | Compiling hashbrown v0.14.5 |
485 | 2024-11-02T03:12:10.821Z | Compiling regress v0.10.1 |
486 | 2024-11-02T03:12:11.372Z | Compiling pest_meta v2.7.14 |
487 | 2024-11-02T03:12:11.654Z | Compiling regex v1.11.0 |
488 | 2024-11-02T03:12:11.766Z | Checking rustls-webpki v0.102.8 |
489 | 2024-11-02T03:12:14.094Z | Compiling pest_generator v2.7.14 |
490 | 2024-11-02T03:12:15.310Z | Checking http-body-util v0.1.2 |
491 | 2024-11-02T03:12:15.586Z | Checking tokio-util v0.7.12 |
492 | 2024-11-02T03:12:15.647Z | Compiling scroll_derive v0.12.0 |
493 | 2024-11-02T03:12:15.759Z | Compiling pest_derive v2.7.14 |
494 | 2024-11-02T03:12:15.762Z | Checking tokio-native-tls v0.3.1 |
495 | 2024-11-02T03:12:16.616Z | Compiling dtrace-parser v0.2.0 |
496 | 2024-11-02T03:12:17.126Z | Checking indexmap v2.6.0 |
497 | 2024-11-02T03:12:18.173Z | Checking tokio-rustls v0.26.0 |
498 | 2024-11-02T03:12:18.264Z | Checking scroll v0.12.0 |
499 | 2024-11-02T03:12:18.556Z | Compiling serde_tokenstream v0.2.2 |
500 | 2024-11-02T03:12:18.576Z | Checking h2 v0.4.6 |
501 | 2024-11-02T03:12:19.113Z | Checking serde_urlencoded v0.7.1 |
502 | 2024-11-02T03:12:19.550Z | Compiling thread-id v4.2.2 |
503 | 2024-11-02T03:12:19.552Z | Checking rustls-pemfile v2.2.0 |
504 | 2024-11-02T03:12:19.628Z | Checking webpki-roots v0.26.6 |
505 | 2024-11-02T03:12:19.667Z | Compiling strsim v0.11.1 |
506 | 2024-11-02T03:12:19.801Z | Checking num_threads v0.1.7 |
507 | 2024-11-02T03:12:19.917Z | Compiling ident_case v1.0.1 |
508 | 2024-11-02T03:12:19.917Z | Compiling crossbeam-utils v0.8.20 |
509 | 2024-11-02T03:12:20.276Z | Compiling dof v0.3.0 |
510 | 2024-11-02T03:12:20.338Z | Checking plain v0.2.3 |
511 | 2024-11-02T03:12:20.477Z | Checking base64 v0.22.1 |
512 | 2024-11-02T03:12:20.981Z | Checking goblin v0.8.2 |
513 | 2024-11-02T03:12:21.315Z | Compiling openapiv3 v2.0.0 |
514 | 2024-11-02T03:12:21.550Z | Checking typify-impl v0.2.0 |
515 | 2024-11-02T03:12:22.956Z | Checking hyper v1.4.1 |
516 | 2024-11-02T03:12:23.295Z | Checking time v0.3.36 |
517 | 2024-11-02T03:12:23.480Z | Compiling darling_core v0.20.10 |
518 | 2024-11-02T03:12:24.175Z | Checking url v2.5.2 |
519 | 2024-11-02T03:12:25.005Z | Checking dirs-sys-next v0.1.2 |
520 | 2024-11-02T03:12:25.093Z | Checking hyper-util v0.1.10 |
521 | 2024-11-02T03:12:25.173Z | Checking sync_wrapper v1.0.1 |
522 | 2024-11-02T03:12:25.321Z | Checking pretty-hex v0.4.1 |
523 | 2024-11-02T03:12:25.505Z | Compiling unsafe-libyaml v0.2.11 |
524 | 2024-11-02T03:12:25.590Z | Compiling rustversion v1.0.17 |
525 | 2024-11-02T03:12:25.643Z | Compiling omicron-workspace-hack v0.1.0 |
526 | 2024-11-02T03:12:26.005Z | Compiling paste v1.0.15 |
527 | 2024-11-02T03:12:26.109Z | Compiling rustls v0.22.4 |
528 | 2024-11-02T03:12:26.272Z | Checking ipnet v2.10.1 |
529 | 2024-11-02T03:12:26.788Z | Checking dirs-next v2.0.0 |
530 | 2024-11-02T03:12:26.863Z | Compiling serde_yaml v0.9.34+deprecated |
531 | 2024-11-02T03:12:26.906Z | Checking hyper-rustls v0.27.3 |
532 | 2024-11-02T03:12:27.212Z | Checking hyper-tls v0.6.0 |
533 | 2024-11-02T03:12:27.252Z | Checking block-buffer v0.10.4 |
534 | 2024-11-02T03:12:27.282Z | Checking crypto-common v0.1.6 |
535 | 2024-11-02T03:12:27.448Z | Checking reqwest v0.12.8 |
536 | 2024-11-02T03:12:27.465Z | Checking toml_datetime v0.6.8 |
537 | 2024-11-02T03:12:27.468Z | Checking serde_spanned v0.6.8 |
538 | 2024-11-02T03:12:27.599Z | Checking ppv-lite86 v0.2.20 |
539 | 2024-11-02T03:12:27.671Z | Compiling structmeta-derive v0.3.0 |
540 | 2024-11-02T03:12:27.795Z | Checking rand_core v0.6.4 |
541 | 2024-11-02T03:12:28.105Z | Checking thread_local v1.1.8 |
542 | 2024-11-02T03:12:28.108Z | Compiling multer v3.1.0 |
543 | 2024-11-02T03:12:28.415Z | Compiling anyhow v1.0.92 |
544 | 2024-11-02T03:12:28.435Z | Compiling slog-async v2.8.0 |
545 | 2024-11-02T03:12:28.479Z | Compiling newtype-uuid v1.1.2 |
546 | 2024-11-02T03:12:28.806Z | Checking match_cfg v0.1.0 |
547 | 2024-11-02T03:12:28.888Z | Compiling camino v1.1.9 |
548 | 2024-11-02T03:12:28.916Z | Checking winnow v0.6.20 |
549 | 2024-11-02T03:12:28.952Z | Compiling darling_macro v0.20.10 |
550 | 2024-11-02T03:12:29.032Z | Checking progenitor-client v0.8.0 |
551 | 2024-11-02T03:12:29.373Z | Checking hostname v0.3.1 |
552 | 2024-11-02T03:12:29.498Z | Checking rand_chacha v0.3.1 |
553 | 2024-11-02T03:12:29.537Z | Checking crossbeam-channel v0.5.13 |
554 | 2024-11-02T03:12:29.901Z | Checking digest v0.10.7 |
555 | 2024-11-02T03:12:29.940Z | Compiling darling v0.20.10 |
556 | 2024-11-02T03:12:30.004Z | Checking term v0.7.0 |
557 | 2024-11-02T03:12:30.164Z | Compiling structmeta v0.3.0 |
558 | 2024-11-02T03:12:30.384Z | Checking slog-json v2.6.1 |
559 | 2024-11-02T03:12:30.434Z | Compiling usdt-macro v0.5.0 |
560 | 2024-11-02T03:12:30.541Z | Compiling usdt-attr-macro v0.5.0 |
561 | 2024-11-02T03:12:30.637Z | Checking futures-executor v0.3.31 |
562 | 2024-11-02T03:12:30.851Z | Compiling async-stream-impl v0.3.6 |
563 | 2024-11-02T03:12:31.131Z | Checking is-terminal v0.4.13 |
564 | 2024-11-02T03:12:31.271Z | Checking memmap v0.7.0 |
565 | 2024-11-02T03:12:31.429Z | Compiling dropshot v0.12.0 |
566 | 2024-11-02T03:12:31.468Z | Checking take_mut v0.2.2 |
567 | 2024-11-02T03:12:31.704Z | Checking cpufeatures v0.2.14 |
568 | 2024-11-02T03:12:31.723Z | Checking sha1 v0.10.6 |
569 | 2024-11-02T03:12:31.848Z | Compiling strum_macros v0.26.4 |
570 | 2024-11-02T03:12:31.957Z | Checking toml_edit v0.22.22 |
571 | 2024-11-02T03:12:31.976Z | Checking usdt v0.5.0 |
572 | 2024-11-02T03:12:32.003Z | Checking slog-term v2.9.1 |
573 | 2024-11-02T03:12:32.017Z | Checking futures v0.3.31 |
574 | 2024-11-02T03:12:32.122Z | Checking slog-bunyan v2.5.0 |
575 | 2024-11-02T03:12:32.144Z | Checking async-stream v0.3.6 |
576 | 2024-11-02T03:12:32.231Z | Compiling parse-display-derive v0.10.0 |
577 | 2024-11-02T03:12:32.289Z | Compiling serde_with_macros v3.11.0 |
578 | 2024-11-02T03:12:32.336Z | Checking rand v0.8.5 |
579 | 2024-11-02T03:12:33.829Z | Checking ipnetwork v0.20.0 |
580 | 2024-11-02T03:12:34.046Z | Checking tokio-rustls v0.25.0 |
581 | 2024-11-02T03:12:34.097Z | Compiling dropshot_endpoint v0.12.0 |
582 | 2024-11-02T03:12:34.191Z | Checking serde_path_to_error v0.1.16 |
583 | 2024-11-02T03:12:34.400Z | Checking hex v0.4.3 |
584 | 2024-11-02T03:12:34.829Z | Compiling async-trait v0.1.83 |
585 | 2024-11-02T03:12:34.832Z | Checking toml v0.8.19 |
586 | 2024-11-02T03:12:34.850Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
587 | 2024-11-02T03:12:34.939Z | Checking waitgroup v0.1.2 |
588 | 2024-11-02T03:12:34.994Z | Compiling typify-macro v0.2.0 |
589 | 2024-11-02T03:12:35.078Z | Checking hostname v0.4.0 |
590 | 2024-11-02T03:12:35.221Z | Checking instant v0.1.13 |
591 | 2024-11-02T03:12:35.344Z | Checking debug-ignore v1.0.5 |
592 | 2024-11-02T03:12:35.493Z | Checking backoff v0.4.0 |
593 | 2024-11-02T03:12:35.568Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
594 | 2024-11-02T03:12:35.658Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
595 | 2024-11-02T03:12:35.721Z | Checking serde_with v3.11.0 |
596 | 2024-11-02T03:12:35.776Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
597 | 2024-11-02T03:12:35.801Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
598 | 2024-11-02T03:12:36.048Z | Checking parse-display v0.10.0 |
599 | 2024-11-02T03:12:36.091Z | Checking strum v0.26.3 |
600 | 2024-11-02T03:12:36.118Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
601 | 2024-11-02T03:12:36.276Z | Checking macaddr v1.0.1 |
602 | 2024-11-02T03:12:36.347Z | Checking regress v0.9.1 |
603 | 2024-11-02T03:12:37.722Z | Compiling typify v0.2.0 |
604 | 2024-11-02T03:12:37.808Z | Compiling progenitor-impl v0.8.0 |
605 | 2024-11-02T03:12:40.528Z | Compiling progenitor-macro v0.8.0 |
606 | 2024-11-02T03:12:45.393Z | Checking progenitor v0.8.0 |
607 | 2024-11-02T03:12:45.505Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
608 | 2024-11-02T03:12:48.563Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
609 | 2024-11-02T03:12:56.530Z | Checking test-project v0.1.0 (/tmp/test-project) |
610 | 2024-11-02T03:12:56.597Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
611 | 2024-11-02T03:12:56.930Z | + cargo build --release |
612 | 2024-11-02T03:12:57.184Z | Compiling proc-macro2 v1.0.87 |
613 | 2024-11-02T03:12:57.185Z | Compiling unicode-ident v1.0.13 |
614 | 2024-11-02T03:12:57.185Z | Compiling libc v0.2.161 |
615 | 2024-11-02T03:12:57.187Z | Compiling cfg-if v1.0.0 |
616 | 2024-11-02T03:12:57.187Z | Compiling autocfg v1.4.0 |
617 | 2024-11-02T03:12:57.187Z | Compiling serde v1.0.210 |
618 | 2024-11-02T03:12:57.187Z | Compiling version_check v0.9.5 |
619 | 2024-11-02T03:12:57.188Z | Compiling memchr v2.7.4 |
620 | 2024-11-02T03:12:57.298Z | Compiling serde_json v1.0.128 |
621 | 2024-11-02T03:12:57.381Z | Compiling itoa v1.0.11 |
622 | 2024-11-02T03:12:57.673Z | Compiling thiserror v1.0.64 |
623 | 2024-11-02T03:12:57.773Z | Compiling once_cell v1.20.2 |
624 | 2024-11-02T03:12:57.807Z | Compiling shlex v1.3.0 |
625 | 2024-11-02T03:12:58.162Z | Compiling cc v1.1.30 |
626 | 2024-11-02T03:12:58.213Z | Compiling num-traits v0.2.19 |
627 | 2024-11-02T03:12:58.568Z | Compiling pin-project-lite v0.2.14 |
628 | 2024-11-02T03:12:58.587Z | Compiling ryu v1.0.18 |
629 | 2024-11-02T03:12:58.666Z | Compiling bytes v1.7.2 |
630 | 2024-11-02T03:12:58.821Z | Compiling getrandom v0.2.15 |
631 | 2024-11-02T03:12:58.921Z | Compiling quote v1.0.37 |
632 | 2024-11-02T03:12:59.177Z | Compiling futures-core v0.3.31 |
633 | 2024-11-02T03:12:59.187Z | Compiling lock_api v0.4.12 |
634 | 2024-11-02T03:12:59.255Z | Compiling ahash v0.8.11 |
635 | 2024-11-02T03:12:59.430Z | Compiling syn v2.0.79 |
636 | 2024-11-02T03:12:59.508Z | Compiling byteorder v1.5.0 |
637 | 2024-11-02T03:12:59.542Z | Compiling parking_lot_core v0.9.10 |
638 | 2024-11-02T03:12:59.568Z | Compiling schemars v0.8.21 |
639 | 2024-11-02T03:12:59.955Z | Compiling smallvec v1.13.2 |
640 | 2024-11-02T03:12:59.969Z | Compiling scopeguard v1.2.0 |
641 | 2024-11-02T03:13:00.016Z | Compiling slab v0.4.9 |
642 | 2024-11-02T03:13:00.028Z | Compiling log v0.4.22 |
643 | 2024-11-02T03:13:00.443Z | Compiling futures-sink v0.3.31 |
644 | 2024-11-02T03:13:00.522Z | Compiling socket2 v0.5.7 |
645 | 2024-11-02T03:13:00.540Z | Compiling signal-hook-registry v1.4.2 |
646 | 2024-11-02T03:13:00.599Z | Compiling mio v1.0.2 |
647 | 2024-11-02T03:13:00.662Z | Compiling fnv v1.0.7 |
648 | 2024-11-02T03:13:00.774Z | Compiling hashbrown v0.15.0 |
649 | 2024-11-02T03:13:00.958Z | Compiling parking_lot v0.12.3 |
650 | 2024-11-02T03:13:00.975Z | Compiling ring v0.17.8 |
651 | 2024-11-02T03:13:01.236Z | Compiling equivalent v1.0.1 |
652 | 2024-11-02T03:13:01.340Z | Compiling http v1.1.0 |
653 | 2024-11-02T03:13:02.092Z | Compiling futures-channel v0.3.31 |
654 | 2024-11-02T03:13:02.231Z | Compiling futures-io v0.3.31 |
655 | 2024-11-02T03:13:02.231Z | Compiling pin-utils v0.1.0 |
656 | 2024-11-02T03:13:02.282Z | Compiling semver v1.0.23 |
657 | 2024-11-02T03:13:02.505Z | Compiling futures-task v0.3.31 |
658 | 2024-11-02T03:13:02.577Z | Compiling pkg-config v0.3.31 |
659 | 2024-11-02T03:13:02.736Z | Compiling spin v0.9.8 |
660 | 2024-11-02T03:13:02.764Z | Compiling heck v0.5.0 |
661 | 2024-11-02T03:13:02.798Z | Compiling vcpkg v0.2.15 |
662 | 2024-11-02T03:13:03.016Z | Compiling rustls-pki-types v1.9.0 |
663 | 2024-11-02T03:13:03.719Z | Compiling httparse v1.9.5 |
664 | 2024-11-02T03:13:03.815Z | Compiling ucd-trie v0.1.7 |
665 | 2024-11-02T03:13:04.274Z | Compiling untrusted v0.9.0 |
666 | 2024-11-02T03:13:04.347Z | Compiling openssl-sys v0.9.103 |
667 | 2024-11-02T03:13:04.404Z | Compiling iana-time-zone v0.1.61 |
668 | 2024-11-02T03:13:04.890Z | Compiling tracing-core v0.1.32 |
669 | 2024-11-02T03:13:05.304Z | Compiling atomic-waker v1.1.2 |
670 | 2024-11-02T03:13:05.419Z | Compiling allocator-api2 v0.2.18 |
671 | 2024-11-02T03:13:05.493Z | Compiling dyn-clone v1.0.17 |
672 | 2024-11-02T03:13:05.716Z | Compiling tracing v0.1.40 |
673 | 2024-11-02T03:13:06.189Z | Compiling http-body v1.0.1 |
674 | 2024-11-02T03:13:06.340Z | Compiling chrono v0.4.38 |
675 | 2024-11-02T03:13:06.445Z | Compiling subtle v2.6.1 |
676 | 2024-11-02T03:13:06.452Z | Compiling try-lock v0.2.5 |
677 | 2024-11-02T03:13:06.599Z | Compiling serde_derive_internals v0.29.1 |
678 | 2024-11-02T03:13:06.822Z | Compiling zeroize v1.8.1 |
679 | 2024-11-02T03:13:07.111Z | Compiling uuid v1.10.0 |
680 | 2024-11-02T03:13:07.282Z | Compiling want v0.3.1 |
681 | 2024-11-02T03:13:07.617Z | Compiling slog v2.7.0 |
682 | 2024-11-02T03:13:07.683Z | Compiling foreign-types-shared v0.1.1 |
683 | 2024-11-02T03:13:07.781Z | Compiling httpdate v1.0.3 |
684 | 2024-11-02T03:13:08.121Z | Compiling openssl v0.10.66 |
685 | 2024-11-02T03:13:08.594Z | Compiling foreign-types v0.3.2 |
686 | 2024-11-02T03:13:08.680Z | Compiling aho-corasick v1.1.3 |
687 | 2024-11-02T03:13:08.765Z | Compiling bitflags v2.6.0 |
688 | 2024-11-02T03:13:09.147Z | Compiling regex-syntax v0.8.5 |
689 | 2024-11-02T03:13:09.255Z | Compiling tower-service v0.3.3 |
690 | 2024-11-02T03:13:10.095Z | Compiling rustls v0.23.14 |
691 | 2024-11-02T03:13:10.214Z | Compiling percent-encoding v2.3.1 |
692 | 2024-11-02T03:13:10.448Z | Compiling tinyvec_macros v0.1.1 |
693 | 2024-11-02T03:13:10.529Z | Compiling typenum v1.17.0 |
694 | 2024-11-02T03:13:10.677Z | Compiling native-tls v0.2.12 |
695 | 2024-11-02T03:13:10.906Z | Compiling tinyvec v1.8.0 |
696 | 2024-11-02T03:13:11.061Z | Compiling form_urlencoded v1.2.1 |
697 | 2024-11-02T03:13:11.416Z | Compiling serde_derive v1.0.210 |
698 | 2024-11-02T03:13:11.468Z | Compiling zerocopy-derive v0.7.35 |
699 | 2024-11-02T03:13:11.557Z | Compiling thiserror-impl v1.0.64 |
700 | 2024-11-02T03:13:12.284Z | Compiling schemars_derive v0.8.21 |
701 | 2024-11-02T03:13:12.650Z | Compiling tokio-macros v2.4.0 |
702 | 2024-11-02T03:13:12.810Z | Compiling futures-macro v0.3.31 |
703 | 2024-11-02T03:13:13.469Z | Compiling zerocopy v0.7.35 |
704 | 2024-11-02T03:13:14.395Z | Compiling tokio v1.40.0 |
705 | 2024-11-02T03:13:14.741Z | Compiling futures-util v0.3.31 |
706 | 2024-11-02T03:13:15.050Z | Compiling pest v2.7.14 |
707 | 2024-11-02T03:13:15.439Z | Compiling hashbrown v0.14.5 |
708 | 2024-11-02T03:13:16.400Z | Compiling openssl-macros v0.1.1 |
709 | 2024-11-02T03:13:16.810Z | Compiling regress v0.10.1 |
710 | 2024-11-02T03:13:17.980Z | Compiling pest_meta v2.7.14 |
711 | 2024-11-02T03:13:21.767Z | Compiling rustls-webpki v0.102.8 |
712 | 2024-11-02T03:13:21.844Z | Compiling pest_generator v2.7.14 |
713 | 2024-11-02T03:13:23.506Z | Compiling tokio-util v0.7.12 |
714 | 2024-11-02T03:13:24.800Z | Compiling pest_derive v2.7.14 |
715 | 2024-11-02T03:13:25.683Z | Compiling indexmap v2.6.0 |
716 | 2024-11-02T03:13:27.531Z | Compiling h2 v0.4.6 |
717 | 2024-11-02T03:13:27.960Z | Compiling serde_tokenstream v0.2.2 |
718 | 2024-11-02T03:13:31.811Z | Compiling regex-automata v0.4.8 |
719 | 2024-11-02T03:13:33.345Z | Compiling hyper v1.4.1 |
720 | 2024-11-02T03:13:33.862Z | Compiling typify-impl v0.2.0 |
721 | 2024-11-02T03:13:34.569Z | Compiling generic-array v0.14.7 |
722 | 2024-11-02T03:13:36.377Z | Compiling hyper-util v0.1.10 |
723 | 2024-11-02T03:13:39.434Z | Compiling openssl-probe v0.1.5 |
724 | 2024-11-02T03:13:41.160Z | Compiling regex v1.11.0 |
725 | 2024-11-02T03:13:43.021Z | Compiling http-body-util v0.1.2 |
726 | 2024-11-02T03:13:43.509Z | Compiling unicode-normalization v0.1.24 |
727 | 2024-11-02T03:13:43.602Z | Compiling scroll_derive v0.12.0 |
728 | 2024-11-02T03:13:44.073Z | Compiling usdt-impl v0.5.0 |
729 | 2024-11-02T03:13:44.482Z | Compiling encoding_rs v0.8.34 |
730 | 2024-11-02T03:13:45.077Z | Compiling num-conv v0.1.0 |
731 | 2024-11-02T03:13:45.234Z | Compiling typify-macro v0.2.0 |
732 | 2024-11-02T03:13:45.245Z | Compiling unicode-bidi v0.3.17 |
733 | 2024-11-02T03:13:45.352Z | Compiling mime v0.3.17 |
734 | 2024-11-02T03:13:46.441Z | Compiling time-core v0.1.2 |
735 | 2024-11-02T03:13:46.614Z | Compiling powerfmt v0.2.0 |
736 | 2024-11-02T03:13:47.126Z | Compiling deranged v0.3.11 |
737 | 2024-11-02T03:13:48.188Z | Compiling time-macros v0.2.18 |
738 | 2024-11-02T03:13:49.383Z | Compiling tokio-rustls v0.26.0 |
739 | 2024-11-02T03:13:49.849Z | Compiling idna v0.5.0 |
740 | 2024-11-02T03:13:51.262Z | Compiling scroll v0.12.0 |
741 | 2024-11-02T03:13:54.013Z | Compiling thread-id v4.2.2 |
742 | 2024-11-02T03:13:54.119Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-11-02T03:13:54.415Z | Compiling dof v0.3.0 |
744 | 2024-11-02T03:13:55.066Z | Compiling dtrace-parser v0.2.0 |
745 | 2024-11-02T03:13:55.267Z | Compiling serde_urlencoded v0.7.1 |
746 | 2024-11-02T03:13:55.902Z | Compiling rustls-pemfile v2.2.0 |
747 | 2024-11-02T03:13:56.401Z | Compiling webpki-roots v0.26.6 |
748 | 2024-11-02T03:13:56.614Z | Compiling plain v0.2.3 |
749 | 2024-11-02T03:13:56.698Z | Compiling crossbeam-utils v0.8.20 |
750 | 2024-11-02T03:13:56.758Z | Compiling num_threads v0.1.7 |
751 | 2024-11-02T03:13:57.270Z | Compiling strsim v0.11.1 |
752 | 2024-11-02T03:13:57.977Z | Compiling omicron-workspace-hack v0.1.0 |
753 | 2024-11-02T03:13:58.317Z | Compiling base64 v0.22.1 |
754 | 2024-11-02T03:13:58.847Z | Compiling ident_case v1.0.1 |
755 | 2024-11-02T03:14:01.703Z | Compiling darling_core v0.20.10 |
756 | 2024-11-02T03:14:03.385Z | Compiling time v0.3.36 |
757 | 2024-11-02T03:14:03.576Z | Compiling goblin v0.8.2 |
758 | 2024-11-02T03:14:04.666Z | Compiling hyper-rustls v0.27.3 |
759 | 2024-11-02T03:14:07.593Z | Compiling hyper-tls v0.6.0 |
760 | 2024-11-02T03:14:08.094Z | Compiling url v2.5.2 |
761 | 2024-11-02T03:14:11.323Z | Compiling typify v0.2.0 |
762 | 2024-11-02T03:14:11.440Z | Compiling openapiv3 v2.0.0 |
763 | 2024-11-02T03:14:13.777Z | Compiling sync_wrapper v1.0.1 |
764 | 2024-11-02T03:14:13.923Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-11-02T03:14:15.447Z | Compiling unsafe-libyaml v0.2.11 |
766 | 2024-11-02T03:14:15.892Z | Compiling rustls v0.22.4 |
767 | 2024-11-02T03:14:16.212Z | Compiling ipnet v2.10.1 |
768 | 2024-11-02T03:14:16.558Z | Compiling paste v1.0.15 |
769 | 2024-11-02T03:14:17.035Z | Compiling rustversion v1.0.17 |
770 | 2024-11-02T03:14:17.161Z | Compiling pretty-hex v0.4.1 |
771 | 2024-11-02T03:14:17.807Z | Compiling serde_yaml v0.9.34+deprecated |
772 | 2024-11-02T03:14:19.194Z | Compiling reqwest v0.12.8 |
773 | 2024-11-02T03:14:19.337Z | Compiling progenitor-impl v0.8.0 |
774 | 2024-11-02T03:14:19.720Z | Compiling dirs-next v2.0.0 |
775 | 2024-11-02T03:14:19.982Z | Compiling darling_macro v0.20.10 |
776 | 2024-11-02T03:14:22.956Z | Compiling crypto-common v0.1.6 |
777 | 2024-11-02T03:14:23.156Z | Compiling block-buffer v0.10.4 |
778 | 2024-11-02T03:14:23.404Z | Compiling toml_datetime v0.6.8 |
779 | 2024-11-02T03:14:23.857Z | Compiling serde_spanned v0.6.8 |
780 | 2024-11-02T03:14:24.097Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-11-02T03:14:24.111Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-11-02T03:14:25.078Z | Compiling rand_core v0.6.4 |
783 | 2024-11-02T03:14:25.670Z | Compiling thread_local v1.1.8 |
784 | 2024-11-02T03:14:25.686Z | Compiling multer v3.1.0 |
785 | 2024-11-02T03:14:26.047Z | Compiling anyhow v1.0.92 |
786 | 2024-11-02T03:14:26.375Z | Compiling newtype-uuid v1.1.2 |
787 | 2024-11-02T03:14:26.605Z | Compiling winnow v0.6.20 |
788 | 2024-11-02T03:14:26.706Z | Compiling slog-async v2.8.0 |
789 | 2024-11-02T03:14:26.740Z | Compiling match_cfg v0.1.0 |
790 | 2024-11-02T03:14:26.826Z | Compiling camino v1.1.9 |
791 | 2024-11-02T03:14:27.271Z | Compiling hostname v0.3.1 |
792 | 2024-11-02T03:14:27.502Z | Compiling structmeta v0.3.0 |
793 | 2024-11-02T03:14:27.847Z | Compiling progenitor-macro v0.8.0 |
794 | 2024-11-02T03:14:27.905Z | Compiling rand_chacha v0.3.1 |
795 | 2024-11-02T03:14:28.426Z | Compiling digest v0.10.7 |
796 | 2024-11-02T03:14:28.872Z | Compiling crossbeam-channel v0.5.13 |
797 | 2024-11-02T03:14:29.660Z | Compiling darling v0.20.10 |
798 | 2024-11-02T03:14:29.760Z | Compiling progenitor-client v0.8.0 |
799 | 2024-11-02T03:14:30.522Z | Compiling toml_edit v0.22.22 |
800 | 2024-11-02T03:14:30.706Z | Compiling term v0.7.0 |
801 | 2024-11-02T03:14:37.867Z | Compiling usdt-macro v0.5.0 |
802 | 2024-11-02T03:14:38.996Z | Compiling usdt-attr-macro v0.5.0 |
803 | 2024-11-02T03:14:39.241Z | Compiling slog-json v2.6.1 |
804 | 2024-11-02T03:14:39.713Z | Compiling futures-executor v0.3.31 |
805 | 2024-11-02T03:14:40.518Z | Compiling async-stream-impl v0.3.6 |
806 | 2024-11-02T03:14:40.859Z | Compiling memmap v0.7.0 |
807 | 2024-11-02T03:14:41.280Z | Compiling is-terminal v0.4.13 |
808 | 2024-11-02T03:14:41.394Z | Compiling dropshot v0.12.0 |
809 | 2024-11-02T03:14:41.772Z | Compiling cpufeatures v0.2.14 |
810 | 2024-11-02T03:14:41.866Z | Compiling take_mut v0.2.2 |
811 | 2024-11-02T03:14:41.919Z | Compiling async-stream v0.3.6 |
812 | 2024-11-02T03:14:42.016Z | Compiling progenitor v0.8.0 |
813 | 2024-11-02T03:14:42.202Z | Compiling sha1 v0.10.6 |
814 | 2024-11-02T03:14:42.308Z | Compiling slog-term v2.9.1 |
815 | 2024-11-02T03:14:43.026Z | Compiling usdt v0.5.0 |
816 | 2024-11-02T03:14:44.624Z | Compiling futures v0.3.31 |
817 | 2024-11-02T03:14:44.791Z | Compiling slog-bunyan v2.5.0 |
818 | 2024-11-02T03:14:45.072Z | Compiling strum_macros v0.26.4 |
819 | 2024-11-02T03:14:45.167Z | Compiling tokio-rustls v0.25.0 |
820 | 2024-11-02T03:14:45.359Z | Compiling toml v0.8.19 |
821 | 2024-11-02T03:14:45.599Z | Compiling serde_with_macros v3.11.0 |
822 | 2024-11-02T03:14:48.282Z | Compiling rand v0.8.5 |
823 | 2024-11-02T03:14:50.280Z | Compiling parse-display-derive v0.10.0 |
824 | 2024-11-02T03:14:53.746Z | Compiling ipnetwork v0.20.0 |
825 | 2024-11-02T03:14:53.876Z | Compiling dropshot_endpoint v0.12.0 |
826 | 2024-11-02T03:14:54.246Z | Compiling serde_path_to_error v0.1.16 |
827 | 2024-11-02T03:14:54.638Z | Compiling hex v0.4.3 |
828 | 2024-11-02T03:14:55.292Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
829 | 2024-11-02T03:14:55.350Z | Compiling async-trait v0.1.83 |
830 | 2024-11-02T03:14:56.171Z | Compiling waitgroup v0.1.2 |
831 | 2024-11-02T03:14:56.415Z | Compiling hostname v0.4.0 |
832 | 2024-11-02T03:14:56.679Z | Compiling instant v0.1.13 |
833 | 2024-11-02T03:14:56.837Z | Compiling debug-ignore v1.0.5 |
834 | 2024-11-02T03:14:56.975Z | Compiling backoff v0.4.0 |
835 | 2024-11-02T03:14:57.327Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-11-02T03:14:57.504Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
837 | 2024-11-02T03:14:57.656Z | Compiling parse-display v0.10.0 |
838 | 2024-11-02T03:14:57.717Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
839 | 2024-11-02T03:14:58.982Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
840 | 2024-11-02T03:14:59.556Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
841 | 2024-11-02T03:14:59.675Z | Compiling strum v0.26.3 |
842 | 2024-11-02T03:14:59.846Z | Compiling serde_with v3.11.0 |
843 | 2024-11-02T03:15:02.817Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
844 | 2024-11-02T03:15:03.624Z | Compiling macaddr v1.0.1 |
845 | 2024-11-02T03:15:04.039Z | Compiling regress v0.9.1 |
846 | 2024-11-02T03:15:09.093Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
847 | 2024-11-02T03:15:19.303Z | Compiling test-project v0.1.0 (/tmp/test-project) |
848 | 2024-11-02T03:15:29.250Z | Finished `release` profile [optimized] target(s) in 2m 32s |
849 | 2024-11-02T03:15:29.313Z | process exited: duration 231843 ms, exit code 0 |
|
850 | 2024-11-02T03:15:29.318Z | found 0 output files |