|
|
|
1 | 2024-11-18T23:47:35.777Z | job assigned to worker 01JD0TQZQ65FF6K2YQ2C6R2779 [factory aws, i-03a87aea882617686] (queued for 50 s) |
|
2 | 2024-11-18T23:47:43.254Z | starting task 0: "setup" |
3 | 2024-11-18T23:47:43.266Z | ++ uname -s |
4 | 2024-11-18T23:47:43.269Z | + kern=SunOS |
5 | 2024-11-18T23:47:43.269Z | + case "$kern" in |
6 | 2024-11-18T23:47:43.269Z | + groupadd -g 12345 build |
7 | 2024-11-18T23:47:43.271Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-18T23:47:45.279Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-18T23:47:45.382Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-18T23:47:45.384Z | + home_fs=zfs |
11 | 2024-11-18T23:47:45.384Z | + [[ zfs == autofs ]] |
12 | 2024-11-18T23:47:45.384Z | + mkdir -p /home/build |
13 | 2024-11-18T23:47:45.386Z | + chown build:build /home/build /work |
14 | 2024-11-18T23:47:47.388Z | + chmod 0700 /home/build /work |
15 | 2024-11-18T23:47:47.391Z | process exited: duration 4135 ms, exit code 0 |
|
16 | 2024-11-18T23:47:47.396Z | starting task 1: "rust-toolchain" |
17 | 2024-11-18T23:47:47.402Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-18T23:47:47.402Z | ' 1.81.0 |
19 | 2024-11-18T23:47:47.402Z | * toolchain channel = "1.81.0" |
20 | 2024-11-18T23:47:47.402Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-18T23:47:47.402Z | ' default |
22 | 2024-11-18T23:47:47.402Z | * toolchain profile = "default" |
23 | 2024-11-18T23:47:47.404Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-18T23:47:47.404Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-18T23:47:47.532Z | info: downloading installer |
26 | 2024-11-18T23:47:48.610Z | info: profile set to 'default' |
27 | 2024-11-18T23:47:48.610Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-18T23:47:48.612Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-18T23:47:48.756Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-18T23:47:48.756Z | info: downloading component 'cargo' |
31 | 2024-11-18T23:47:49.548Z | info: downloading component 'clippy' |
32 | 2024-11-18T23:47:49.844Z | info: downloading component 'rust-docs' |
33 | 2024-11-18T23:47:50.950Z | info: downloading component 'rust-std' |
34 | 2024-11-18T23:47:52.690Z | info: downloading component 'rustc' |
35 | 2024-11-18T23:47:58.881Z | info: downloading component 'rustfmt' |
36 | 2024-11-18T23:47:59.115Z | info: installing component 'cargo' |
37 | 2024-11-18T23:47:59.898Z | info: installing component 'clippy' |
38 | 2024-11-18T23:48:00.255Z | info: installing component 'rust-docs' |
39 | 2024-11-18T23:48:01.899Z | info: installing component 'rust-std' |
40 | 2024-11-18T23:48:03.677Z | info: installing component 'rustc' |
41 | 2024-11-18T23:48:09.279Z | info: installing component 'rustfmt' |
42 | 2024-11-18T23:48:09.599Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-18T23:48:09.599Z | |
44 | 2024-11-18T23:48:09.962Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-18T23:48:09.962Z | |
46 | 2024-11-18T23:48:09.965Z | |
47 | 2024-11-18T23:48:09.965Z | Rust is installed now. Great! |
48 | 2024-11-18T23:48:09.965Z | |
49 | 2024-11-18T23:48:09.965Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-18T23:48:09.965Z | environment variable. This has not been done automatically. |
51 | 2024-11-18T23:48:09.966Z | |
52 | 2024-11-18T23:48:09.966Z | To configure your current shell, you need to source |
53 | 2024-11-18T23:48:09.966Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-18T23:48:09.966Z | |
55 | 2024-11-18T23:48:09.966Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-18T23:48:09.966Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-18T23:48:09.966Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-18T23:48:10.035Z | + rustc --version |
59 | 2024-11-18T23:48:10.099Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-18T23:48:10.101Z | process exited: duration 22702 ms, exit code 0 |
|
61 | 2024-11-18T23:48:10.106Z | starting task 2: "authentication" |
62 | 2024-11-18T23:48:10.128Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-18T23:48:10.133Z | starting task 3: "clone repository" |
64 | 2024-11-18T23:48:10.139Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-18T23:48:10.142Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-18T23:48:10.259Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-18T23:48:17.448Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-18T23:48:17.448Z | + git fetch origin da1637621a1973a4a5c893cb9d3a3deeac5c7f11 |
69 | 2024-11-18T23:48:17.776Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-18T23:48:17.776Z | * branch da1637621a1973a4a5c893cb9d3a3deeac5c7f11 -> FETCH_HEAD |
71 | 2024-11-18T23:48:17.786Z | + [[ -n clarify-dataset-function-name ]] |
72 | 2024-11-18T23:48:17.788Z | ++ git branch --show-current |
73 | 2024-11-18T23:48:17.790Z | + current=main |
74 | 2024-11-18T23:48:17.790Z | + [[ main != clarify-dataset-function-name ]] |
75 | 2024-11-18T23:48:17.791Z | + git branch -f clarify-dataset-function-name da1637621a1973a4a5c893cb9d3a3deeac5c7f11 |
76 | 2024-11-18T23:48:17.793Z | + git checkout -f clarify-dataset-function-name |
77 | 2024-11-18T23:48:17.965Z | Switched to branch 'clarify-dataset-function-name' |
78 | 2024-11-18T23:48:17.968Z | + git reset --hard da1637621a1973a4a5c893cb9d3a3deeac5c7f11 |
79 | 2024-11-18T23:48:17.979Z | HEAD is now at da1637621 Clarify sled-agent method related to datasets |
80 | 2024-11-18T23:48:17.981Z | process exited: duration 7845 ms, exit code 0 |
|
81 | 2024-11-18T23:48:17.989Z | starting task 4: "build" |
82 | 2024-11-18T23:48:17.992Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-18T23:48:17.995Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-18T23:48:17.995Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-18T23:48:17.995Z | + cargo --version |
86 | 2024-11-18T23:48:18.049Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-18T23:48:18.051Z | + rustc --version |
88 | 2024-11-18T23:48:18.111Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-18T23:48:18.113Z | + cd /tmp |
90 | 2024-11-18T23:48:18.113Z | + cargo new --lib test-project |
91 | 2024-11-18T23:48:18.171Z | Creating library `test-project` package |
92 | 2024-11-18T23:48:18.245Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-18T23:48:18.248Z | + cd test-project |
94 | 2024-11-18T23:48:18.248Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-18T23:48:18.306Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-18T23:48:18.306Z | Features: |
97 | 2024-11-18T23:48:18.306Z | - proptest |
98 | 2024-11-18T23:48:18.306Z | - test-strategy |
99 | 2024-11-18T23:48:18.306Z | - testing |
100 | 2024-11-18T23:48:18.308Z | Updating crates.io index |
101 | 2024-11-18T23:48:18.355Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-18T23:48:19.257Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-18T23:48:19.681Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-18T23:48:20.060Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-18T23:48:21.611Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-18T23:48:21.613Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-18T23:48:21.616Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-18T23:48:21.616Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-18T23:48:21.616Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-11-18T23:48:21.616Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-18T23:48:21.616Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
112 | 2024-11-18T23:48:21.616Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
113 | 2024-11-18T23:48:21.616Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-18T23:48:21.616Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-18T23:48:21.619Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-18T23:48:21.619Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-18T23:48:21.621Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-18T23:48:21.628Z | Adding rustls v0.22.4 (latest: v0.23.17) |
119 | 2024-11-18T23:48:21.630Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-18T23:48:21.632Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-18T23:48:21.632Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-18T23:48:21.635Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-18T23:48:21.635Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-18T23:48:21.635Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-18T23:48:21.637Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-18T23:48:21.637Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-18T23:48:21.637Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-18T23:48:21.637Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-18T23:48:21.637Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-18T23:48:21.637Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-18T23:48:21.640Z | Adding zerocopy v0.7.35 (latest: v0.8.10) |
132 | 2024-11-18T23:48:21.640Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.10) |
133 | 2024-11-18T23:48:21.715Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-18T23:48:21.718Z | + cargo check |
135 | 2024-11-18T23:48:21.885Z | Updating crates.io index |
136 | 2024-11-18T23:48:22.635Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-18T23:48:26.385Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-18T23:48:29.087Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-18T23:48:30.254Z | Downloading crates ... |
140 | 2024-11-18T23:48:30.329Z | Downloaded allocator-api2 v0.2.18 |
141 | 2024-11-18T23:48:30.335Z | Downloaded atomic-waker v1.1.2 |
142 | 2024-11-18T23:48:30.338Z | Downloaded async-trait v0.1.83 |
143 | 2024-11-18T23:48:30.342Z | Downloaded anyhow v1.0.93 |
144 | 2024-11-18T23:48:30.348Z | Downloaded async-stream v0.3.6 |
145 | 2024-11-18T23:48:30.350Z | Downloaded ahash v0.8.11 |
146 | 2024-11-18T23:48:30.352Z | Downloaded aho-corasick v1.1.3 |
147 | 2024-11-18T23:48:30.396Z | Downloaded thread_local v1.1.8 |
148 | 2024-11-18T23:48:30.402Z | Downloaded thread-id v4.2.2 |
149 | 2024-11-18T23:48:30.404Z | Downloaded thiserror-impl v1.0.69 |
150 | 2024-11-18T23:48:30.407Z | Downloaded byteorder v1.5.0 |
151 | 2024-11-18T23:48:30.409Z | Downloaded base64 v0.22.1 |
152 | 2024-11-18T23:48:30.414Z | Downloaded cpufeatures v0.2.14 |
153 | 2024-11-18T23:48:30.416Z | Downloaded cfg-if v1.0.0 |
154 | 2024-11-18T23:48:30.419Z | Downloaded bytes v1.8.0 |
155 | 2024-11-18T23:48:30.421Z | Downloaded time v0.3.36 |
156 | 2024-11-18T23:48:30.427Z | Downloaded tinystr v0.7.6 |
157 | 2024-11-18T23:48:30.430Z | Downloaded tower-service v0.3.3 |
158 | 2024-11-18T23:48:30.432Z | Downloaded time-core v0.1.2 |
159 | 2024-11-18T23:48:30.432Z | Downloaded tokio-rustls v0.26.0 |
160 | 2024-11-18T23:48:30.435Z | Downloaded fnv v1.0.7 |
161 | 2024-11-18T23:48:30.437Z | Downloaded dyn-clone v1.0.17 |
162 | 2024-11-18T23:48:30.437Z | Downloaded tinyvec v1.8.0 |
163 | 2024-11-18T23:48:30.439Z | Downloaded typenum v1.17.0 |
164 | 2024-11-18T23:48:30.442Z | Downloaded usdt-attr-macro v0.5.0 |
165 | 2024-11-18T23:48:30.444Z | Downloaded toml v0.8.19 |
166 | 2024-11-18T23:48:30.447Z | Downloaded try-lock v0.2.5 |
167 | 2024-11-18T23:48:30.449Z | Downloaded toml_datetime v0.6.8 |
168 | 2024-11-18T23:48:30.451Z | Downloaded foreign-types-shared v0.1.1 |
169 | 2024-11-18T23:48:30.453Z | Downloaded usdt-macro v0.5.0 |
170 | 2024-11-18T23:48:30.455Z | Downloaded usdt v0.5.0 |
171 | 2024-11-18T23:48:30.456Z | Downloaded tokio-rustls v0.25.0 |
172 | 2024-11-18T23:48:30.456Z | Downloaded http-body v1.0.1 |
173 | 2024-11-18T23:48:30.458Z | Downloaded dropshot_endpoint v0.13.0 |
174 | 2024-11-18T23:48:30.461Z | Downloaded crossbeam-utils v0.8.20 |
175 | 2024-11-18T23:48:30.463Z | Downloaded tracing-core v0.1.32 |
176 | 2024-11-18T23:48:30.466Z | Downloaded camino v1.1.9 |
177 | 2024-11-18T23:48:30.468Z | Downloaded async-stream-impl v0.3.6 |
178 | 2024-11-18T23:48:30.468Z | Downloaded time-macros v0.2.18 |
179 | 2024-11-18T23:48:30.470Z | Downloaded icu_provider_macros v1.5.0 |
180 | 2024-11-18T23:48:30.473Z | Downloaded unicode-ident v1.0.13 |
181 | 2024-11-18T23:48:30.475Z | Downloaded write16 v1.0.0 |
182 | 2024-11-18T23:48:30.475Z | Downloaded waitgroup v0.1.2 |
183 | 2024-11-18T23:48:30.477Z | Downloaded dirs-next v2.0.0 |
184 | 2024-11-18T23:48:30.477Z | Downloaded digest v0.10.7 |
185 | 2024-11-18T23:48:30.480Z | Downloaded want v0.3.1 |
186 | 2024-11-18T23:48:30.482Z | Downloaded usdt-impl v0.5.0 |
187 | 2024-11-18T23:48:30.482Z | Downloaded untrusted v0.9.0 |
188 | 2024-11-18T23:48:30.484Z | Downloaded instant v0.1.13 |
189 | 2024-11-18T23:48:30.487Z | Downloaded ident_case v1.0.1 |
190 | 2024-11-18T23:48:30.487Z | Downloaded yoke-derive v0.7.4 |
191 | 2024-11-18T23:48:30.489Z | Downloaded num_threads v0.1.7 |
192 | 2024-11-18T23:48:30.489Z | Downloaded zerofrom v0.1.4 |
193 | 2024-11-18T23:48:30.489Z | Downloaded hex v0.4.3 |
194 | 2024-11-18T23:48:30.492Z | Downloaded hostname v0.4.0 |
195 | 2024-11-18T23:48:30.495Z | Downloaded openssl-macros v0.1.1 |
196 | 2024-11-18T23:48:30.495Z | Downloaded num-conv v0.1.0 |
197 | 2024-11-18T23:48:30.495Z | Downloaded omicron-workspace-hack v0.1.0 |
198 | 2024-11-18T23:48:30.495Z | Downloaded unsafe-libyaml v0.2.11 |
199 | 2024-11-18T23:48:30.498Z | Downloaded hyper-tls v0.6.0 |
200 | 2024-11-18T23:48:30.500Z | Downloaded url v2.5.3 |
201 | 2024-11-18T23:48:30.503Z | Downloaded ucd-trie v0.1.7 |
202 | 2024-11-18T23:48:30.505Z | Downloaded httpdate v1.0.3 |
203 | 2024-11-18T23:48:30.507Z | Downloaded http-body-util v0.1.2 |
204 | 2024-11-18T23:48:30.507Z | Downloaded openssl-probe v0.1.5 |
205 | 2024-11-18T23:48:30.509Z | Downloaded hostname v0.3.1 |
206 | 2024-11-18T23:48:30.509Z | Downloaded autocfg v1.4.0 |
207 | 2024-11-18T23:48:30.512Z | Downloaded typify-macro v0.2.0 |
208 | 2024-11-18T23:48:30.512Z | Downloaded form_urlencoded v1.2.1 |
209 | 2024-11-18T23:48:30.514Z | Downloaded futures-task v0.3.31 |
210 | 2024-11-18T23:48:30.514Z | Downloaded pretty-hex v0.4.1 |
211 | 2024-11-18T23:48:30.517Z | Downloaded progenitor-client v0.8.0 |
212 | 2024-11-18T23:48:30.517Z | Downloaded sync_wrapper v1.0.1 |
213 | 2024-11-18T23:48:30.519Z | Downloaded futures-macro v0.3.31 |
214 | 2024-11-18T23:48:30.519Z | Downloaded futures-io v0.3.31 |
215 | 2024-11-18T23:48:30.519Z | Downloaded dof v0.3.0 |
216 | 2024-11-18T23:48:30.522Z | Downloaded zerovec-derive v0.10.3 |
217 | 2024-11-18T23:48:30.522Z | Downloaded utf16_iter v1.0.5 |
218 | 2024-11-18T23:48:30.524Z | Downloaded displaydoc v0.2.5 |
219 | 2024-11-18T23:48:30.527Z | Downloaded idna_adapter v1.2.0 |
220 | 2024-11-18T23:48:30.527Z | Downloaded newtype-uuid v1.1.3 |
221 | 2024-11-18T23:48:30.531Z | Downloaded mime v0.3.17 |
222 | 2024-11-18T23:48:30.531Z | Downloaded writeable v0.5.5 |
223 | 2024-11-18T23:48:30.531Z | Downloaded paste v1.0.15 |
224 | 2024-11-18T23:48:30.534Z | Downloaded zerofrom-derive v0.1.4 |
225 | 2024-11-18T23:48:30.536Z | Downloaded tracing v0.1.40 |
226 | 2024-11-18T23:48:30.539Z | Downloaded macaddr v1.0.1 |
227 | 2024-11-18T23:48:30.541Z | Downloaded crossbeam-channel v0.5.13 |
228 | 2024-11-18T23:48:30.544Z | Downloaded scroll_derive v0.12.0 |
229 | 2024-11-18T23:48:30.546Z | Downloaded serde_urlencoded v0.7.1 |
230 | 2024-11-18T23:48:30.548Z | Downloaded take_mut v0.2.2 |
231 | 2024-11-18T23:48:30.548Z | Downloaded ppv-lite86 v0.2.20 |
232 | 2024-11-18T23:48:30.548Z | Downloaded powerfmt v0.2.0 |
233 | 2024-11-18T23:48:30.551Z | Downloaded pin-utils v0.1.0 |
234 | 2024-11-18T23:48:30.551Z | Downloaded rustversion v1.0.17 |
235 | 2024-11-18T23:48:30.553Z | Downloaded hyper-rustls v0.27.3 |
236 | 2024-11-18T23:48:30.555Z | Downloaded backoff v0.4.0 |
237 | 2024-11-18T23:48:30.560Z | Downloaded progenitor v0.8.0 |
238 | 2024-11-18T23:48:30.563Z | Downloaded rand_chacha v0.3.1 |
239 | 2024-11-18T23:48:30.563Z | Downloaded quinn-udp v0.5.5 |
240 | 2024-11-18T23:48:30.563Z | Downloaded progenitor-macro v0.8.0 |
241 | 2024-11-18T23:48:30.563Z | Downloaded pest_generator v2.7.14 |
242 | 2024-11-18T23:48:30.565Z | Downloaded rand_core v0.6.4 |
243 | 2024-11-18T23:48:30.565Z | Downloaded subtle v2.6.1 |
244 | 2024-11-18T23:48:30.568Z | Downloaded strum v0.26.3 |
245 | 2024-11-18T23:48:30.568Z | Downloaded native-tls v0.2.12 |
246 | 2024-11-18T23:48:30.570Z | Downloaded structmeta-derive v0.3.0 |
247 | 2024-11-18T23:48:30.570Z | Downloaded zerocopy-derive v0.7.35 |
248 | 2024-11-18T23:48:30.574Z | Downloaded once_cell v1.20.2 |
249 | 2024-11-18T23:48:30.576Z | Downloaded multer v3.1.0 |
250 | 2024-11-18T23:48:30.579Z | Downloaded signal-hook-registry v1.4.2 |
251 | 2024-11-18T23:48:30.581Z | Downloaded pin-project-lite v0.2.14 |
252 | 2024-11-18T23:48:30.584Z | Downloaded thiserror v1.0.69 |
253 | 2024-11-18T23:48:30.588Z | Downloaded schemars_derive v0.8.21 |
254 | 2024-11-18T23:48:30.591Z | Downloaded serde_spanned v0.6.8 |
255 | 2024-11-18T23:48:30.593Z | Downloaded slog-bunyan v2.5.0 |
256 | 2024-11-18T23:48:30.593Z | Downloaded strsim v0.11.1 |
257 | 2024-11-18T23:48:30.595Z | Downloaded rustc-hash v2.0.0 |
258 | 2024-11-18T23:48:30.595Z | Downloaded scopeguard v1.2.0 |
259 | 2024-11-18T23:48:30.597Z | Downloaded strum_macros v0.26.4 |
260 | 2024-11-18T23:48:30.597Z | Downloaded pest_derive v2.7.14 |
261 | 2024-11-18T23:48:30.600Z | Downloaded icu_normalizer_data v1.5.0 |
262 | 2024-11-18T23:48:30.602Z | Downloaded num-traits v0.2.19 |
263 | 2024-11-18T23:48:30.605Z | Downloaded icu_normalizer v1.5.0 |
264 | 2024-11-18T23:48:30.608Z | Downloaded parking_lot_core v0.9.10 |
265 | 2024-11-18T23:48:30.610Z | Downloaded darling_core v0.20.10 |
266 | 2024-11-18T23:48:30.614Z | Downloaded serde_derive_internals v0.29.1 |
267 | 2024-11-18T23:48:30.616Z | Downloaded spin v0.9.8 |
268 | 2024-11-18T23:48:30.619Z | Downloaded slog-json v2.6.1 |
269 | 2024-11-18T23:48:30.622Z | Downloaded proc-macro2 v1.0.89 |
270 | 2024-11-18T23:48:30.624Z | Downloaded smallvec v1.13.2 |
271 | 2024-11-18T23:48:30.624Z | Downloaded ryu v1.0.18 |
272 | 2024-11-18T23:48:30.626Z | Downloaded scroll v0.12.0 |
273 | 2024-11-18T23:48:30.629Z | Downloaded hyper-util v0.1.10 |
274 | 2024-11-18T23:48:30.632Z | Downloaded indexmap v1.9.3 |
275 | 2024-11-18T23:48:30.635Z | Downloaded icu_provider v1.5.0 |
276 | 2024-11-18T23:48:30.637Z | Downloaded icu_properties v1.5.1 |
277 | 2024-11-18T23:48:30.640Z | Downloaded term v0.7.0 |
278 | 2024-11-18T23:48:30.643Z | Downloaded rustls-pki-types v1.9.0 |
279 | 2024-11-18T23:48:30.646Z | Downloaded quote v1.0.37 |
280 | 2024-11-18T23:48:30.648Z | Downloaded slog-term v2.9.1 |
281 | 2024-11-18T23:48:30.651Z | Downloaded uuid v1.11.0 |
282 | 2024-11-18T23:48:30.653Z | Downloaded openssl-sys v0.9.104 |
283 | 2024-11-18T23:48:30.658Z | Downloaded icu_collections v1.5.0 |
284 | 2024-11-18T23:48:30.663Z | Downloaded socket2 v0.5.7 |
285 | 2024-11-18T23:48:30.666Z | Downloaded slog v2.7.0 |
286 | 2024-11-18T23:48:30.670Z | Downloaded schemars v0.8.21 |
287 | 2024-11-18T23:48:30.679Z | Downloaded mio v1.0.2 |
288 | 2024-11-18T23:48:30.684Z | Downloaded rand v0.8.5 |
289 | 2024-11-18T23:48:30.688Z | Downloaded memchr v2.7.4 |
290 | 2024-11-18T23:48:30.692Z | Downloaded indexmap v2.6.0 |
291 | 2024-11-18T23:48:30.697Z | Downloaded serde v1.0.215 |
292 | 2024-11-18T23:48:30.700Z | Downloaded hashbrown v0.12.3 |
293 | 2024-11-18T23:48:30.704Z | Downloaded zerovec v0.10.4 |
294 | 2024-11-18T23:48:30.709Z | Downloaded pest v2.7.14 |
295 | 2024-11-18T23:48:30.714Z | Downloaded zerocopy v0.7.35 |
296 | 2024-11-18T23:48:30.728Z | Downloaded winnow v0.6.20 |
297 | 2024-11-18T23:48:30.736Z | Downloaded hashbrown v0.15.0 |
298 | 2024-11-18T23:48:30.741Z | Downloaded hashbrown v0.14.5 |
299 | 2024-11-18T23:48:30.747Z | Downloaded http v1.1.0 |
300 | 2024-11-18T23:48:30.750Z | Downloaded idna v1.0.3 |
301 | 2024-11-18T23:48:30.754Z | Downloaded quinn-proto v0.11.8 |
302 | 2024-11-18T23:48:30.760Z | Downloaded hyper v1.5.0 |
303 | 2024-11-18T23:48:30.766Z | Downloaded serde_with v3.11.0 |
304 | 2024-11-18T23:48:30.773Z | Downloaded webpki-roots v0.26.6 |
305 | 2024-11-18T23:48:30.777Z | Downloaded goblin v0.8.2 |
306 | 2024-11-18T23:48:30.783Z | Downloaded chrono v0.4.38 |
307 | 2024-11-18T23:48:30.789Z | Downloaded serde_json v1.0.132 |
308 | 2024-11-18T23:48:30.796Z | Downloaded syn v2.0.87 |
309 | 2024-11-18T23:48:30.806Z | Downloaded rustls-webpki v0.102.8 |
310 | 2024-11-18T23:48:30.822Z | Downloaded icu_properties_data v1.5.0 |
311 | 2024-11-18T23:48:30.832Z | Downloaded openssl v0.10.68 |
312 | 2024-11-18T23:48:30.840Z | Downloaded regex-syntax v0.8.5 |
313 | 2024-11-18T23:48:30.847Z | Downloaded typify-impl v0.2.0 |
314 | 2024-11-18T23:48:30.860Z | Downloaded openapiv3 v2.0.0 |
315 | 2024-11-18T23:48:30.871Z | Downloaded regex v1.11.1 |
316 | 2024-11-18T23:48:30.882Z | Downloaded regress v0.10.1 |
317 | 2024-11-18T23:48:30.890Z | Downloaded regress v0.9.1 |
318 | 2024-11-18T23:48:30.897Z | Downloaded dropshot v0.13.0 |
319 | 2024-11-18T23:48:30.915Z | Downloaded rustls v0.22.4 |
320 | 2024-11-18T23:48:30.927Z | Downloaded rustls v0.23.14 |
321 | 2024-11-18T23:48:30.937Z | Downloaded reqwest v0.12.9 |
322 | 2024-11-18T23:48:30.944Z | Downloaded h2 v0.4.6 |
323 | 2024-11-18T23:48:30.950Z | Downloaded vcpkg v0.2.15 |
324 | 2024-11-18T23:48:30.984Z | Downloaded futures-util v0.3.31 |
325 | 2024-11-18T23:48:30.995Z | Downloaded serde_derive v1.0.215 |
326 | 2024-11-18T23:48:30.997Z | Downloaded serde_yaml v0.9.34+deprecated |
327 | 2024-11-18T23:48:31.000Z | Downloaded quinn v0.11.5 |
328 | 2024-11-18T23:48:31.003Z | Downloaded tokio-util v0.7.12 |
329 | 2024-11-18T23:48:31.008Z | Downloaded sha2 v0.10.8 |
330 | 2024-11-18T23:48:31.012Z | Downloaded progenitor-impl v0.8.0 |
331 | 2024-11-18T23:48:31.013Z | Downloaded pest_meta v2.7.14 |
332 | 2024-11-18T23:48:31.015Z | Downloaded parking_lot v0.12.3 |
333 | 2024-11-18T23:48:31.017Z | Downloaded log v0.4.22 |
334 | 2024-11-18T23:48:31.020Z | Downloaded icu_locid_transform_data v1.5.0 |
335 | 2024-11-18T23:48:31.020Z | Downloaded tokio v1.40.0 |
336 | 2024-11-18T23:48:31.053Z | Downloaded regex-automata v0.4.8 |
337 | 2024-11-18T23:48:31.068Z | Downloaded icu_locid v1.5.0 |
338 | 2024-11-18T23:48:31.072Z | Downloaded serde_path_to_error v0.1.16 |
339 | 2024-11-18T23:48:31.074Z | Downloaded slog-async v2.8.0 |
340 | 2024-11-18T23:48:31.074Z | Downloaded semver v1.0.23 |
341 | 2024-11-18T23:48:31.077Z | Downloaded stable_deref_trait v1.2.0 |
342 | 2024-11-18T23:48:31.077Z | Downloaded shlex v1.3.0 |
343 | 2024-11-18T23:48:31.080Z | Downloaded rustls-pemfile v2.2.0 |
344 | 2024-11-18T23:48:31.080Z | Downloaded sha1 v0.10.6 |
345 | 2024-11-18T23:48:31.082Z | Downloaded parse-display-derive v0.10.0 |
346 | 2024-11-18T23:48:31.082Z | Downloaded zeroize v1.8.1 |
347 | 2024-11-18T23:48:31.085Z | Downloaded toml_edit v0.22.22 |
348 | 2024-11-18T23:48:31.101Z | Downloaded getrandom v0.2.15 |
349 | 2024-11-18T23:48:31.104Z | Downloaded futures v0.3.31 |
350 | 2024-11-18T23:48:31.108Z | Downloaded libc v0.2.162 |
351 | 2024-11-18T23:48:31.132Z | Downloaded bitflags v2.6.0 |
352 | 2024-11-18T23:48:31.135Z | Downloaded structmeta v0.3.0 |
353 | 2024-11-18T23:48:31.138Z | Downloaded slab v0.4.9 |
354 | 2024-11-18T23:48:31.138Z | Downloaded serde_with_macros v3.11.0 |
355 | 2024-11-18T23:48:31.140Z | Downloaded serde_tokenstream v0.2.2 |
356 | 2024-11-18T23:48:31.143Z | Downloaded utf8_iter v1.0.4 |
357 | 2024-11-18T23:48:31.143Z | Downloaded lock_api v0.4.12 |
358 | 2024-11-18T23:48:31.143Z | Downloaded ipnet v2.10.1 |
359 | 2024-11-18T23:48:31.146Z | Downloaded yoke v0.7.4 |
360 | 2024-11-18T23:48:31.148Z | Downloaded litemap v0.7.3 |
361 | 2024-11-18T23:48:31.148Z | Downloaded icu_locid_transform v1.5.0 |
362 | 2024-11-18T23:48:31.150Z | Downloaded iana-time-zone v0.1.61 |
363 | 2024-11-18T23:48:31.153Z | Downloaded plain v0.2.3 |
364 | 2024-11-18T23:48:31.155Z | Downloaded itoa v1.0.11 |
365 | 2024-11-18T23:48:31.155Z | Downloaded httparse v1.9.5 |
366 | 2024-11-18T23:48:31.157Z | Downloaded synstructure v0.13.1 |
367 | 2024-11-18T23:48:31.157Z | Downloaded pkg-config v0.3.31 |
368 | 2024-11-18T23:48:31.160Z | Downloaded percent-encoding v2.3.1 |
369 | 2024-11-18T23:48:31.160Z | Downloaded parse-display v0.10.0 |
370 | 2024-11-18T23:48:31.162Z | Downloaded cc v1.1.30 |
371 | 2024-11-18T23:48:31.164Z | Downloaded ipnetwork v0.20.0 |
372 | 2024-11-18T23:48:31.164Z | Downloaded match_cfg v0.1.0 |
373 | 2024-11-18T23:48:31.167Z | Downloaded is-terminal v0.4.13 |
374 | 2024-11-18T23:48:31.167Z | Downloaded version_check v0.9.5 |
375 | 2024-11-18T23:48:31.167Z | Downloaded typify v0.2.0 |
376 | 2024-11-18T23:48:31.169Z | Downloaded futures-channel v0.3.31 |
377 | 2024-11-18T23:48:31.172Z | Downloaded deranged v0.3.11 |
378 | 2024-11-18T23:48:31.172Z | Downloaded futures-sink v0.3.31 |
379 | 2024-11-18T23:48:31.174Z | Downloaded futures-executor v0.3.31 |
380 | 2024-11-18T23:48:31.174Z | Downloaded heck v0.5.0 |
381 | 2024-11-18T23:48:31.176Z | Downloaded encoding_rs v0.8.34 |
382 | 2024-11-18T23:48:31.193Z | Downloaded generic-array v0.14.7 |
383 | 2024-11-18T23:48:31.196Z | Downloaded futures-core v0.3.31 |
384 | 2024-11-18T23:48:31.196Z | Downloaded tokio-native-tls v0.3.1 |
385 | 2024-11-18T23:48:31.198Z | Downloaded foreign-types v0.3.2 |
386 | 2024-11-18T23:48:31.198Z | Downloaded tinyvec_macros v0.1.1 |
387 | 2024-11-18T23:48:31.200Z | Downloaded dirs-sys-next v0.1.2 |
388 | 2024-11-18T23:48:31.200Z | Downloaded debug-ignore v1.0.5 |
389 | 2024-11-18T23:48:31.203Z | Downloaded crypto-common v0.1.6 |
390 | 2024-11-18T23:48:31.203Z | Downloaded block-buffer v0.10.4 |
391 | 2024-11-18T23:48:31.203Z | Downloaded tokio-macros v2.4.0 |
392 | 2024-11-18T23:48:31.205Z | Downloaded dtrace-parser v0.2.0 |
393 | 2024-11-18T23:48:31.205Z | Downloaded memmap v0.7.0 |
394 | 2024-11-18T23:48:31.205Z | Downloaded equivalent v1.0.1 |
395 | 2024-11-18T23:48:31.207Z | Downloaded darling_macro v0.20.10 |
396 | 2024-11-18T23:48:31.207Z | Downloaded darling v0.20.10 |
397 | 2024-11-18T23:48:31.357Z | Downloaded ring v0.17.8 |
398 | 2024-11-18T23:48:31.690Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-18T23:48:31.690Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-18T23:48:31.693Z | Compiling libc v0.2.162 |
401 | 2024-11-18T23:48:31.693Z | Checking cfg-if v1.0.0 |
402 | 2024-11-18T23:48:31.693Z | Compiling autocfg v1.4.0 |
403 | 2024-11-18T23:48:31.715Z | Compiling serde v1.0.215 |
404 | 2024-11-18T23:48:31.717Z | Compiling version_check v0.9.5 |
405 | 2024-11-18T23:48:31.718Z | Checking memchr v2.7.4 |
406 | 2024-11-18T23:48:31.834Z | Checking itoa v1.0.11 |
407 | 2024-11-18T23:48:31.908Z | Compiling serde_json v1.0.132 |
408 | 2024-11-18T23:48:32.385Z | Compiling thiserror v1.0.69 |
409 | 2024-11-18T23:48:32.596Z | Checking once_cell v1.20.2 |
410 | 2024-11-18T23:48:32.618Z | Compiling shlex v1.3.0 |
411 | 2024-11-18T23:48:32.822Z | Compiling cc v1.1.30 |
412 | 2024-11-18T23:48:33.182Z | Checking pin-project-lite v0.2.14 |
413 | 2024-11-18T23:48:33.284Z | Compiling num-traits v0.2.19 |
414 | 2024-11-18T23:48:33.302Z | Checking smallvec v1.13.2 |
415 | 2024-11-18T23:48:33.321Z | Checking ryu v1.0.18 |
416 | 2024-11-18T23:48:33.407Z | Checking bytes v1.8.0 |
417 | 2024-11-18T23:48:33.465Z | Checking futures-core v0.3.31 |
418 | 2024-11-18T23:48:33.644Z | Compiling lock_api v0.4.12 |
419 | 2024-11-18T23:48:33.660Z | Compiling parking_lot_core v0.9.10 |
420 | 2024-11-18T23:48:33.805Z | Compiling byteorder v1.5.0 |
421 | 2024-11-18T23:48:34.053Z | Compiling ahash v0.8.11 |
422 | 2024-11-18T23:48:34.105Z | Checking getrandom v0.2.15 |
423 | 2024-11-18T23:48:34.123Z | Compiling schemars v0.8.21 |
424 | 2024-11-18T23:48:34.164Z | Compiling quote v1.0.37 |
425 | 2024-11-18T23:48:34.272Z | Checking scopeguard v1.2.0 |
426 | 2024-11-18T23:48:34.476Z | Compiling slab v0.4.9 |
427 | 2024-11-18T23:48:34.478Z | Checking futures-sink v0.3.31 |
428 | 2024-11-18T23:48:34.512Z | Compiling syn v2.0.87 |
429 | 2024-11-18T23:48:34.636Z | Checking log v0.4.22 |
430 | 2024-11-18T23:48:34.653Z | Checking signal-hook-registry v1.4.2 |
431 | 2024-11-18T23:48:34.768Z | Checking mio v1.0.2 |
432 | 2024-11-18T23:48:34.830Z | Checking parking_lot v0.12.3 |
433 | 2024-11-18T23:48:34.849Z | Checking socket2 v0.5.7 |
434 | 2024-11-18T23:48:34.891Z | Checking stable_deref_trait v1.2.0 |
435 | 2024-11-18T23:48:34.908Z | Checking hashbrown v0.15.0 |
436 | 2024-11-18T23:48:34.988Z | Checking fnv v1.0.7 |
437 | 2024-11-18T23:48:35.123Z | Compiling semver v1.0.23 |
438 | 2024-11-18T23:48:35.169Z | Checking equivalent v1.0.1 |
439 | 2024-11-18T23:48:35.216Z | Checking http v1.1.0 |
440 | 2024-11-18T23:48:35.265Z | Checking futures-channel v0.3.31 |
441 | 2024-11-18T23:48:35.312Z | Checking futures-task v0.3.31 |
442 | 2024-11-18T23:48:35.368Z | Checking pin-utils v0.1.0 |
443 | 2024-11-18T23:48:35.463Z | Checking futures-io v0.3.31 |
444 | 2024-11-18T23:48:35.564Z | Compiling vcpkg v0.2.15 |
445 | 2024-11-18T23:48:35.633Z | Checking rustls-pki-types v1.9.0 |
446 | 2024-11-18T23:48:35.653Z | Checking spin v0.9.8 |
447 | 2024-11-18T23:48:35.656Z | Compiling heck v0.5.0 |
448 | 2024-11-18T23:48:35.760Z | Compiling ring v0.17.8 |
449 | 2024-11-18T23:48:35.854Z | Compiling pkg-config v0.3.31 |
450 | 2024-11-18T23:48:36.109Z | Compiling ucd-trie v0.1.7 |
451 | 2024-11-18T23:48:36.224Z | Compiling httparse v1.9.5 |
452 | 2024-11-18T23:48:36.590Z | Checking iana-time-zone v0.1.61 |
453 | 2024-11-18T23:48:36.607Z | Checking litemap v0.7.3 |
454 | 2024-11-18T23:48:36.827Z | Checking writeable v0.5.5 |
455 | 2024-11-18T23:48:36.877Z | Checking untrusted v0.9.0 |
456 | 2024-11-18T23:48:37.006Z | Checking tracing-core v0.1.32 |
457 | 2024-11-18T23:48:37.043Z | Checking atomic-waker v1.1.2 |
458 | 2024-11-18T23:48:37.154Z | Checking dyn-clone v1.0.17 |
459 | 2024-11-18T23:48:37.170Z | Compiling allocator-api2 v0.2.18 |
460 | 2024-11-18T23:48:37.269Z | Compiling openssl-sys v0.9.104 |
461 | 2024-11-18T23:48:37.627Z | Checking tracing v0.1.40 |
462 | 2024-11-18T23:48:37.863Z | Checking http-body v1.0.1 |
463 | 2024-11-18T23:48:38.041Z | Checking zeroize v1.8.1 |
464 | 2024-11-18T23:48:38.060Z | Compiling uuid v1.11.0 |
465 | 2024-11-18T23:48:38.062Z | Checking try-lock v0.2.5 |
466 | 2024-11-18T23:48:38.093Z | Checking subtle v2.6.1 |
467 | 2024-11-18T23:48:38.267Z | Checking icu_locid_transform_data v1.5.0 |
468 | 2024-11-18T23:48:38.345Z | Checking foreign-types-shared v0.1.1 |
469 | 2024-11-18T23:48:38.440Z | Checking icu_properties_data v1.5.0 |
470 | 2024-11-18T23:48:38.509Z | Compiling chrono v0.4.38 |
471 | 2024-11-18T23:48:38.530Z | Checking want v0.3.1 |
472 | 2024-11-18T23:48:38.574Z | Checking httpdate v1.0.3 |
473 | 2024-11-18T23:48:38.646Z | Compiling slog v2.7.0 |
474 | 2024-11-18T23:48:38.679Z | Compiling openssl v0.10.68 |
475 | 2024-11-18T23:48:38.886Z | Checking foreign-types v0.3.2 |
476 | 2024-11-18T23:48:38.971Z | Compiling aho-corasick v1.1.3 |
477 | 2024-11-18T23:48:39.057Z | Checking bitflags v2.6.0 |
478 | 2024-11-18T23:48:39.131Z | Checking percent-encoding v2.3.1 |
479 | 2024-11-18T23:48:39.282Z | Compiling native-tls v0.2.12 |
480 | 2024-11-18T23:48:39.324Z | Checking icu_normalizer_data v1.5.0 |
481 | 2024-11-18T23:48:39.418Z | Checking utf8_iter v1.0.4 |
482 | 2024-11-18T23:48:39.604Z | Checking utf16_iter v1.0.5 |
483 | 2024-11-18T23:48:39.619Z | Checking write16 v1.0.0 |
484 | 2024-11-18T23:48:39.731Z | Checking tower-service v0.3.3 |
485 | 2024-11-18T23:48:39.765Z | Compiling regex-syntax v0.8.5 |
486 | 2024-11-18T23:48:39.840Z | Compiling typenum v1.17.0 |
487 | 2024-11-18T23:48:40.357Z | Compiling rustls v0.23.14 |
488 | 2024-11-18T23:48:40.798Z | Checking form_urlencoded v1.2.1 |
489 | 2024-11-18T23:48:41.186Z | Compiling generic-array v0.14.7 |
490 | 2024-11-18T23:48:41.369Z | Compiling synstructure v0.13.1 |
491 | 2024-11-18T23:48:41.473Z | Compiling serde_derive_internals v0.29.1 |
492 | 2024-11-18T23:48:42.604Z | Checking openssl-probe v0.1.5 |
493 | 2024-11-18T23:48:43.237Z | Compiling regex-automata v0.4.8 |
494 | 2024-11-18T23:48:43.602Z | Compiling usdt-impl v0.5.0 |
495 | 2024-11-18T23:48:43.645Z | Checking encoding_rs v0.8.34 |
496 | 2024-11-18T23:48:43.956Z | Compiling time-core v0.1.2 |
497 | 2024-11-18T23:48:43.985Z | Checking powerfmt v0.2.0 |
498 | 2024-11-18T23:48:44.160Z | Compiling num-conv v0.1.0 |
499 | 2024-11-18T23:48:44.260Z | Checking mime v0.3.17 |
500 | 2024-11-18T23:48:44.571Z | Compiling time-macros v0.2.18 |
501 | 2024-11-18T23:48:45.269Z | Checking deranged v0.3.11 |
502 | 2024-11-18T23:48:46.187Z | Compiling thread-id v4.2.2 |
503 | 2024-11-18T23:48:46.306Z | Checking rustls-pemfile v2.2.0 |
504 | 2024-11-18T23:48:46.436Z | Checking rustls-webpki v0.102.8 |
505 | 2024-11-18T23:48:46.516Z | Checking webpki-roots v0.26.6 |
506 | 2024-11-18T23:48:46.683Z | Checking plain v0.2.3 |
507 | 2024-11-18T23:48:46.721Z | Checking base64 v0.22.1 |
508 | 2024-11-18T23:48:46.803Z | Compiling serde_derive v1.0.215 |
509 | 2024-11-18T23:48:46.821Z | Compiling zerocopy-derive v0.7.35 |
510 | 2024-11-18T23:48:47.139Z | Compiling thiserror-impl v1.0.69 |
511 | 2024-11-18T23:48:47.200Z | Compiling schemars_derive v0.8.21 |
512 | 2024-11-18T23:48:47.220Z | Compiling zerofrom-derive v0.1.4 |
513 | 2024-11-18T23:48:47.622Z | Compiling tokio-macros v2.4.0 |
514 | 2024-11-18T23:48:47.738Z | Compiling yoke-derive v0.7.4 |
515 | 2024-11-18T23:48:48.856Z | Compiling zerocopy v0.7.35 |
516 | 2024-11-18T23:48:50.060Z | Checking tokio v1.40.0 |
517 | 2024-11-18T23:48:50.178Z | Compiling zerovec-derive v0.10.3 |
518 | 2024-11-18T23:48:50.427Z | Compiling displaydoc v0.2.5 |
519 | 2024-11-18T23:48:50.519Z | Compiling futures-macro v0.3.31 |
520 | 2024-11-18T23:48:50.781Z | Checking zerofrom v0.1.4 |
521 | 2024-11-18T23:48:50.961Z | Compiling pest v2.7.14 |
522 | 2024-11-18T23:48:50.988Z | Checking yoke v0.7.4 |
523 | 2024-11-18T23:48:51.179Z | Compiling icu_provider_macros v1.5.0 |
524 | 2024-11-18T23:48:51.339Z | Compiling hashbrown v0.14.5 |
525 | 2024-11-18T23:48:52.328Z | Compiling openssl-macros v0.1.1 |
526 | 2024-11-18T23:48:52.364Z | Checking futures-util v0.3.31 |
527 | 2024-11-18T23:48:52.567Z | Checking zerovec v0.10.4 |
528 | 2024-11-18T23:48:52.701Z | Compiling regress v0.10.1 |
529 | 2024-11-18T23:48:53.563Z | Compiling pest_meta v2.7.14 |
530 | 2024-11-18T23:48:57.181Z | Checking tinystr v0.7.6 |
531 | 2024-11-18T23:48:57.447Z | Checking tokio-util v0.7.12 |
532 | 2024-11-18T23:48:57.547Z | Checking icu_locid v1.5.0 |
533 | 2024-11-18T23:48:57.655Z | Compiling pest_generator v2.7.14 |
534 | 2024-11-18T23:48:57.793Z | Checking icu_collections v1.5.0 |
535 | 2024-11-18T23:48:58.269Z | Checking http-body-util v0.1.2 |
536 | 2024-11-18T23:48:58.481Z | Compiling regex v1.11.1 |
537 | 2024-11-18T23:48:58.525Z | Checking icu_provider v1.5.0 |
538 | 2024-11-18T23:48:58.690Z | Compiling scroll_derive v0.12.0 |
539 | 2024-11-18T23:48:58.716Z | Checking tokio-rustls v0.26.0 |
540 | 2024-11-18T23:48:58.881Z | Checking tokio-native-tls v0.3.1 |
541 | 2024-11-18T23:48:59.154Z | Checking icu_locid_transform v1.5.0 |
542 | 2024-11-18T23:48:59.370Z | Checking indexmap v2.6.0 |
543 | 2024-11-18T23:49:00.110Z | Compiling pest_derive v2.7.14 |
544 | 2024-11-18T23:49:00.449Z | Compiling serde_tokenstream v0.2.2 |
545 | 2024-11-18T23:49:00.807Z | Checking h2 v0.4.6 |
546 | 2024-11-18T23:49:00.906Z | Checking icu_properties v1.5.1 |
547 | 2024-11-18T23:49:01.646Z | Compiling dtrace-parser v0.2.0 |
548 | 2024-11-18T23:49:02.592Z | Compiling dof v0.3.0 |
549 | 2024-11-18T23:49:02.712Z | Checking scroll v0.12.0 |
550 | 2024-11-18T23:49:02.744Z | Checking serde_urlencoded v0.7.1 |
551 | 2024-11-18T23:49:03.336Z | Checking num_threads v0.1.7 |
552 | 2024-11-18T23:49:03.441Z | Compiling crossbeam-utils v0.8.20 |
553 | 2024-11-18T23:49:03.460Z | Compiling ident_case v1.0.1 |
554 | 2024-11-18T23:49:03.756Z | Compiling strsim v0.11.1 |
555 | 2024-11-18T23:49:03.880Z | Checking time v0.3.36 |
556 | 2024-11-18T23:49:03.910Z | Checking typify-impl v0.2.0 |
557 | 2024-11-18T23:49:04.210Z | Checking icu_normalizer v1.5.0 |
558 | 2024-11-18T23:49:04.470Z | Compiling darling_core v0.20.10 |
559 | 2024-11-18T23:49:04.952Z | Checking idna_adapter v1.2.0 |
560 | 2024-11-18T23:49:04.971Z | Checking hyper v1.5.0 |
561 | 2024-11-18T23:49:05.164Z | Checking idna v1.0.3 |
562 | 2024-11-18T23:49:05.665Z | Checking url v2.5.3 |
563 | 2024-11-18T23:49:05.780Z | Checking goblin v0.8.2 |
564 | 2024-11-18T23:49:06.530Z | Compiling openapiv3 v2.0.0 |
565 | 2024-11-18T23:49:07.150Z | Checking hyper-util v0.1.10 |
566 | 2024-11-18T23:49:07.741Z | Checking dirs-sys-next v0.1.2 |
567 | 2024-11-18T23:49:07.927Z | Checking sync_wrapper v1.0.1 |
568 | 2024-11-18T23:49:08.235Z | Compiling rustls v0.22.4 |
569 | 2024-11-18T23:49:08.453Z | Compiling omicron-workspace-hack v0.1.0 |
570 | 2024-11-18T23:49:08.538Z | Compiling rustversion v1.0.17 |
571 | 2024-11-18T23:49:08.758Z | Checking ipnet v2.10.1 |
572 | 2024-11-18T23:49:08.783Z | Checking hyper-tls v0.6.0 |
573 | 2024-11-18T23:49:09.058Z | Checking hyper-rustls v0.27.3 |
574 | 2024-11-18T23:49:09.208Z | Compiling unsafe-libyaml v0.2.11 |
575 | 2024-11-18T23:49:09.226Z | Compiling paste v1.0.15 |
576 | 2024-11-18T23:49:09.381Z | Checking pretty-hex v0.4.1 |
577 | 2024-11-18T23:49:09.552Z | Checking reqwest v0.12.9 |
578 | 2024-11-18T23:49:10.411Z | Checking dirs-next v2.0.0 |
579 | 2024-11-18T23:49:10.448Z | Compiling darling_macro v0.20.10 |
580 | 2024-11-18T23:49:10.506Z | Compiling serde_yaml v0.9.34+deprecated |
581 | 2024-11-18T23:49:10.610Z | Checking toml_datetime v0.6.8 |
582 | 2024-11-18T23:49:10.894Z | Checking serde_spanned v0.6.8 |
583 | 2024-11-18T23:49:10.952Z | Checking ppv-lite86 v0.2.20 |
584 | 2024-11-18T23:49:11.025Z | Compiling structmeta-derive v0.3.0 |
585 | 2024-11-18T23:49:11.090Z | Checking block-buffer v0.10.4 |
586 | 2024-11-18T23:49:11.224Z | Checking crypto-common v0.1.6 |
587 | 2024-11-18T23:49:11.286Z | Checking rand_core v0.6.4 |
588 | 2024-11-18T23:49:11.421Z | Checking thread_local v1.1.8 |
589 | 2024-11-18T23:49:11.490Z | Compiling multer v3.1.0 |
590 | 2024-11-18T23:49:11.510Z | Checking winnow v0.6.20 |
591 | 2024-11-18T23:49:11.581Z | Compiling camino v1.1.9 |
592 | 2024-11-18T23:49:11.693Z | Compiling newtype-uuid v1.1.3 |
593 | 2024-11-18T23:49:11.713Z | Compiling anyhow v1.0.93 |
594 | 2024-11-18T23:49:11.813Z | Compiling slog-async v2.8.0 |
595 | 2024-11-18T23:49:12.002Z | Checking match_cfg v0.1.0 |
596 | 2024-11-18T23:49:12.090Z | Checking hostname v0.3.1 |
597 | 2024-11-18T23:49:12.261Z | Checking rand_chacha v0.3.1 |
598 | 2024-11-18T23:49:12.356Z | Compiling darling v0.20.10 |
599 | 2024-11-18T23:49:12.475Z | Checking digest v0.10.7 |
600 | 2024-11-18T23:49:12.627Z | Checking crossbeam-channel v0.5.13 |
601 | 2024-11-18T23:49:12.685Z | Checking progenitor-client v0.8.0 |
602 | 2024-11-18T23:49:12.789Z | Checking term v0.7.0 |
603 | 2024-11-18T23:49:13.336Z | Compiling usdt-attr-macro v0.5.0 |
604 | 2024-11-18T23:49:13.649Z | Compiling structmeta v0.3.0 |
605 | 2024-11-18T23:49:14.046Z | Compiling usdt-macro v0.5.0 |
606 | 2024-11-18T23:49:14.066Z | Checking slog-json v2.6.1 |
607 | 2024-11-18T23:49:14.238Z | Checking futures-executor v0.3.31 |
608 | 2024-11-18T23:49:14.280Z | Compiling async-stream-impl v0.3.6 |
609 | 2024-11-18T23:49:14.329Z | Checking memmap v0.7.0 |
610 | 2024-11-18T23:49:14.469Z | Checking is-terminal v0.4.13 |
611 | 2024-11-18T23:49:14.509Z | Checking toml_edit v0.22.22 |
612 | 2024-11-18T23:49:14.541Z | Compiling dropshot v0.13.0 |
613 | 2024-11-18T23:49:14.590Z | Checking take_mut v0.2.2 |
614 | 2024-11-18T23:49:14.748Z | Checking cpufeatures v0.2.14 |
615 | 2024-11-18T23:49:14.844Z | Checking sha1 v0.10.6 |
616 | 2024-11-18T23:49:14.934Z | Checking slog-term v2.9.1 |
617 | 2024-11-18T23:49:15.051Z | Checking futures v0.3.31 |
618 | 2024-11-18T23:49:15.103Z | Checking slog-bunyan v2.5.0 |
619 | 2024-11-18T23:49:15.154Z | Compiling strum_macros v0.26.4 |
620 | 2024-11-18T23:49:15.269Z | Compiling parse-display-derive v0.10.0 |
621 | 2024-11-18T23:49:15.290Z | Checking usdt v0.5.0 |
622 | 2024-11-18T23:49:15.526Z | Checking rand v0.8.5 |
623 | 2024-11-18T23:49:15.546Z | Checking async-stream v0.3.6 |
624 | 2024-11-18T23:49:15.740Z | Compiling serde_with_macros v3.11.0 |
625 | 2024-11-18T23:49:16.533Z | Checking tokio-rustls v0.25.0 |
626 | 2024-11-18T23:49:16.895Z | Checking ipnetwork v0.20.0 |
627 | 2024-11-18T23:49:16.898Z | Compiling dropshot_endpoint v0.13.0 |
628 | 2024-11-18T23:49:16.996Z | Checking hex v0.4.3 |
629 | 2024-11-18T23:49:17.092Z | Checking toml v0.8.19 |
630 | 2024-11-18T23:49:17.266Z | Checking serde_path_to_error v0.1.16 |
631 | 2024-11-18T23:49:17.559Z | Compiling async-trait v0.1.83 |
632 | 2024-11-18T23:49:17.842Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
633 | 2024-11-18T23:49:17.927Z | Checking waitgroup v0.1.2 |
634 | 2024-11-18T23:49:18.057Z | Checking hostname v0.4.0 |
635 | 2024-11-18T23:49:18.196Z | Checking instant v0.1.13 |
636 | 2024-11-18T23:49:18.258Z | Compiling typify-macro v0.2.0 |
637 | 2024-11-18T23:49:18.304Z | Checking debug-ignore v1.0.5 |
638 | 2024-11-18T23:49:18.323Z | Checking serde_with v3.11.0 |
639 | 2024-11-18T23:49:18.447Z | Checking backoff v0.4.0 |
640 | 2024-11-18T23:49:18.608Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
641 | 2024-11-18T23:49:18.715Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
642 | 2024-11-18T23:49:18.754Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
643 | 2024-11-18T23:49:18.862Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
644 | 2024-11-18T23:49:19.080Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
645 | 2024-11-18T23:49:19.123Z | Checking parse-display v0.10.0 |
646 | 2024-11-18T23:49:19.362Z | Checking macaddr v1.0.1 |
647 | 2024-11-18T23:49:19.444Z | Checking regress v0.9.1 |
648 | 2024-11-18T23:49:19.652Z | Checking strum v0.26.3 |
649 | 2024-11-18T23:49:20.973Z | Compiling typify v0.2.0 |
650 | 2024-11-18T23:49:21.051Z | Compiling progenitor-impl v0.8.0 |
651 | 2024-11-18T23:49:23.715Z | Compiling progenitor-macro v0.8.0 |
652 | 2024-11-18T23:49:27.872Z | Checking progenitor v0.8.0 |
653 | 2024-11-18T23:49:27.998Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
654 | 2024-11-18T23:49:30.760Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
655 | 2024-11-18T23:49:38.230Z | Checking test-project v0.1.0 (/tmp/test-project) |
656 | 2024-11-18T23:49:38.291Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
657 | 2024-11-18T23:49:38.612Z | + cargo build --release |
658 | 2024-11-18T23:49:38.859Z | Compiling proc-macro2 v1.0.89 |
659 | 2024-11-18T23:49:38.860Z | Compiling unicode-ident v1.0.13 |
660 | 2024-11-18T23:49:38.860Z | Compiling libc v0.2.162 |
661 | 2024-11-18T23:49:38.862Z | Compiling cfg-if v1.0.0 |
662 | 2024-11-18T23:49:38.862Z | Compiling autocfg v1.4.0 |
663 | 2024-11-18T23:49:38.862Z | Compiling serde v1.0.215 |
664 | 2024-11-18T23:49:38.862Z | Compiling version_check v0.9.5 |
665 | 2024-11-18T23:49:38.862Z | Compiling memchr v2.7.4 |
666 | 2024-11-18T23:49:38.961Z | Compiling serde_json v1.0.132 |
667 | 2024-11-18T23:49:39.052Z | Compiling itoa v1.0.11 |
668 | 2024-11-18T23:49:39.272Z | Compiling thiserror v1.0.69 |
669 | 2024-11-18T23:49:39.423Z | Compiling once_cell v1.20.2 |
670 | 2024-11-18T23:49:39.546Z | Compiling shlex v1.3.0 |
671 | 2024-11-18T23:49:39.816Z | Compiling cc v1.1.30 |
672 | 2024-11-18T23:49:39.892Z | Compiling num-traits v0.2.19 |
673 | 2024-11-18T23:49:40.138Z | Compiling pin-project-lite v0.2.14 |
674 | 2024-11-18T23:49:40.244Z | Compiling smallvec v1.13.2 |
675 | 2024-11-18T23:49:40.251Z | Compiling ryu v1.0.18 |
676 | 2024-11-18T23:49:40.366Z | Compiling getrandom v0.2.15 |
677 | 2024-11-18T23:49:40.608Z | Compiling quote v1.0.37 |
678 | 2024-11-18T23:49:40.632Z | Compiling bytes v1.8.0 |
679 | 2024-11-18T23:49:40.710Z | Compiling futures-core v0.3.31 |
680 | 2024-11-18T23:49:40.796Z | Compiling lock_api v0.4.12 |
681 | 2024-11-18T23:49:40.903Z | Compiling ahash v0.8.11 |
682 | 2024-11-18T23:49:40.935Z | Compiling schemars v0.8.21 |
683 | 2024-11-18T23:49:41.117Z | Compiling syn v2.0.87 |
684 | 2024-11-18T23:49:41.186Z | Compiling parking_lot_core v0.9.10 |
685 | 2024-11-18T23:49:41.255Z | Compiling byteorder v1.5.0 |
686 | 2024-11-18T23:49:41.416Z | Compiling scopeguard v1.2.0 |
687 | 2024-11-18T23:49:41.698Z | Compiling slab v0.4.9 |
688 | 2024-11-18T23:49:41.707Z | Compiling futures-sink v0.3.31 |
689 | 2024-11-18T23:49:41.846Z | Compiling log v0.4.22 |
690 | 2024-11-18T23:49:41.964Z | Compiling socket2 v0.5.7 |
691 | 2024-11-18T23:49:42.055Z | Compiling parking_lot v0.12.3 |
692 | 2024-11-18T23:49:42.152Z | Compiling signal-hook-registry v1.4.2 |
693 | 2024-11-18T23:49:42.294Z | Compiling mio v1.0.2 |
694 | 2024-11-18T23:49:42.436Z | Compiling stable_deref_trait v1.2.0 |
695 | 2024-11-18T23:49:42.475Z | Compiling semver v1.0.23 |
696 | 2024-11-18T23:49:42.781Z | Compiling ring v0.17.8 |
697 | 2024-11-18T23:49:42.843Z | Compiling fnv v1.0.7 |
698 | 2024-11-18T23:49:42.948Z | Compiling hashbrown v0.15.0 |
699 | 2024-11-18T23:49:42.969Z | Compiling equivalent v1.0.1 |
700 | 2024-11-18T23:49:43.069Z | Compiling http v1.1.0 |
701 | 2024-11-18T23:49:43.569Z | Compiling futures-channel v0.3.31 |
702 | 2024-11-18T23:49:43.663Z | Compiling futures-task v0.3.31 |
703 | 2024-11-18T23:49:43.935Z | Compiling pin-utils v0.1.0 |
704 | 2024-11-18T23:49:43.950Z | Compiling futures-io v0.3.31 |
705 | 2024-11-18T23:49:44.018Z | Compiling spin v0.9.8 |
706 | 2024-11-18T23:49:44.135Z | Compiling vcpkg v0.2.15 |
707 | 2024-11-18T23:49:44.213Z | Compiling pkg-config v0.3.31 |
708 | 2024-11-18T23:49:44.246Z | Compiling heck v0.5.0 |
709 | 2024-11-18T23:49:44.269Z | Compiling rustls-pki-types v1.9.0 |
710 | 2024-11-18T23:49:45.281Z | Compiling httparse v1.9.5 |
711 | 2024-11-18T23:49:45.374Z | Compiling writeable v0.5.5 |
712 | 2024-11-18T23:49:45.724Z | Compiling openssl-sys v0.9.104 |
713 | 2024-11-18T23:49:45.942Z | Compiling litemap v0.7.3 |
714 | 2024-11-18T23:49:46.061Z | Compiling iana-time-zone v0.1.61 |
715 | 2024-11-18T23:49:46.458Z | Compiling untrusted v0.9.0 |
716 | 2024-11-18T23:49:46.465Z | Compiling ucd-trie v0.1.7 |
717 | 2024-11-18T23:49:46.664Z | Compiling tracing-core v0.1.32 |
718 | 2024-11-18T23:49:46.914Z | Compiling dyn-clone v1.0.17 |
719 | 2024-11-18T23:49:46.977Z | Compiling allocator-api2 v0.2.18 |
720 | 2024-11-18T23:49:47.075Z | Compiling atomic-waker v1.1.2 |
721 | 2024-11-18T23:49:47.727Z | Compiling tracing v0.1.40 |
722 | 2024-11-18T23:49:47.767Z | Compiling http-body v1.0.1 |
723 | 2024-11-18T23:49:48.003Z | Compiling zeroize v1.8.1 |
724 | 2024-11-18T23:49:48.336Z | Compiling chrono v0.4.38 |
725 | 2024-11-18T23:49:48.367Z | Compiling try-lock v0.2.5 |
726 | 2024-11-18T23:49:48.376Z | Compiling icu_locid_transform_data v1.5.0 |
727 | 2024-11-18T23:49:48.443Z | Compiling subtle v2.6.1 |
728 | 2024-11-18T23:49:48.459Z | Compiling uuid v1.11.0 |
729 | 2024-11-18T23:49:48.676Z | Compiling synstructure v0.13.1 |
730 | 2024-11-18T23:49:48.701Z | Compiling serde_derive_internals v0.29.1 |
731 | 2024-11-18T23:49:48.935Z | Compiling want v0.3.1 |
732 | 2024-11-18T23:49:49.251Z | Compiling openssl v0.10.68 |
733 | 2024-11-18T23:49:49.680Z | Compiling slog v2.7.0 |
734 | 2024-11-18T23:49:50.056Z | Compiling httpdate v1.0.3 |
735 | 2024-11-18T23:49:50.159Z | Compiling icu_properties_data v1.5.0 |
736 | 2024-11-18T23:49:50.398Z | Compiling foreign-types-shared v0.1.1 |
737 | 2024-11-18T23:49:50.490Z | Compiling foreign-types v0.3.2 |
738 | 2024-11-18T23:49:50.778Z | Compiling aho-corasick v1.1.3 |
739 | 2024-11-18T23:49:50.885Z | Compiling utf8_iter v1.0.4 |
740 | 2024-11-18T23:49:51.056Z | Compiling native-tls v0.2.12 |
741 | 2024-11-18T23:49:51.455Z | Compiling write16 v1.0.0 |
742 | 2024-11-18T23:49:51.553Z | Compiling tower-service v0.3.3 |
743 | 2024-11-18T23:49:51.662Z | Compiling percent-encoding v2.3.1 |
744 | 2024-11-18T23:49:52.002Z | Compiling typenum v1.17.0 |
745 | 2024-11-18T23:49:52.116Z | Compiling icu_normalizer_data v1.5.0 |
746 | 2024-11-18T23:49:52.147Z | Compiling regex-syntax v0.8.5 |
747 | 2024-11-18T23:49:52.205Z | Compiling utf16_iter v1.0.5 |
748 | 2024-11-18T23:49:52.427Z | Compiling bitflags v2.6.0 |
749 | 2024-11-18T23:49:52.482Z | Compiling rustls v0.23.14 |
750 | 2024-11-18T23:49:52.768Z | Compiling form_urlencoded v1.2.1 |
751 | 2024-11-18T23:49:53.084Z | Compiling generic-array v0.14.7 |
752 | 2024-11-18T23:49:53.349Z | Compiling openssl-probe v0.1.5 |
753 | 2024-11-18T23:49:54.260Z | Compiling serde_derive v1.0.215 |
754 | 2024-11-18T23:49:54.599Z | Compiling zerocopy-derive v0.7.35 |
755 | 2024-11-18T23:49:54.643Z | Compiling thiserror-impl v1.0.69 |
756 | 2024-11-18T23:49:55.194Z | Compiling zerofrom-derive v0.1.4 |
757 | 2024-11-18T23:49:55.365Z | Compiling schemars_derive v0.8.21 |
758 | 2024-11-18T23:49:56.752Z | Compiling zerocopy v0.7.35 |
759 | 2024-11-18T23:49:58.004Z | Compiling tokio-macros v2.4.0 |
760 | 2024-11-18T23:49:58.405Z | Compiling yoke-derive v0.7.4 |
761 | 2024-11-18T23:49:58.405Z | Compiling zerovec-derive v0.10.3 |
762 | 2024-11-18T23:49:58.708Z | Compiling zerofrom v0.1.4 |
763 | 2024-11-18T23:49:58.941Z | Compiling displaydoc v0.2.5 |
764 | 2024-11-18T23:49:59.432Z | Compiling futures-macro v0.3.31 |
765 | 2024-11-18T23:49:59.498Z | Compiling tokio v1.40.0 |
766 | 2024-11-18T23:50:00.837Z | Compiling pest v2.7.14 |
767 | 2024-11-18T23:50:01.027Z | Compiling yoke v0.7.4 |
768 | 2024-11-18T23:50:01.099Z | Compiling icu_provider_macros v1.5.0 |
769 | 2024-11-18T23:50:01.346Z | Compiling futures-util v0.3.31 |
770 | 2024-11-18T23:50:01.410Z | Compiling zerovec v0.10.4 |
771 | 2024-11-18T23:50:01.434Z | Compiling hashbrown v0.14.5 |
772 | 2024-11-18T23:50:02.751Z | Compiling rustls-webpki v0.102.8 |
773 | 2024-11-18T23:50:03.714Z | Compiling tinystr v0.7.6 |
774 | 2024-11-18T23:50:04.169Z | Compiling icu_locid v1.5.0 |
775 | 2024-11-18T23:50:04.295Z | Compiling pest_meta v2.7.14 |
776 | 2024-11-18T23:50:07.534Z | Compiling icu_provider v1.5.0 |
777 | 2024-11-18T23:50:08.385Z | Compiling indexmap v2.6.0 |
778 | 2024-11-18T23:50:08.705Z | Compiling serde_tokenstream v0.2.2 |
779 | 2024-11-18T23:50:10.119Z | Compiling tokio-util v0.7.12 |
780 | 2024-11-18T23:50:11.096Z | Compiling h2 v0.4.6 |
781 | 2024-11-18T23:50:11.657Z | Compiling icu_locid_transform v1.5.0 |
782 | 2024-11-18T23:50:12.362Z | Compiling pest_generator v2.7.14 |
783 | 2024-11-18T23:50:14.389Z | Compiling icu_collections v1.5.0 |
784 | 2024-11-18T23:50:14.610Z | Compiling regress v0.10.1 |
785 | 2024-11-18T23:50:17.105Z | Compiling hyper v1.5.0 |
786 | 2024-11-18T23:50:17.600Z | Compiling icu_properties v1.5.1 |
787 | 2024-11-18T23:50:18.388Z | Compiling typify-impl v0.2.0 |
788 | 2024-11-18T23:50:19.295Z | Compiling pest_derive v2.7.14 |
789 | 2024-11-18T23:50:20.749Z | Compiling openssl-macros v0.1.1 |
790 | 2024-11-18T23:50:23.975Z | Compiling icu_normalizer v1.5.0 |
791 | 2024-11-18T23:50:26.900Z | Compiling hyper-util v0.1.10 |
792 | 2024-11-18T23:50:28.087Z | Compiling regex-automata v0.4.8 |
793 | 2024-11-18T23:50:29.100Z | Compiling idna_adapter v1.2.0 |
794 | 2024-11-18T23:50:29.484Z | Compiling http-body-util v0.1.2 |
795 | 2024-11-18T23:50:30.540Z | Compiling typify-macro v0.2.0 |
796 | 2024-11-18T23:50:30.607Z | Compiling scroll_derive v0.12.0 |
797 | 2024-11-18T23:50:32.159Z | Compiling usdt-impl v0.5.0 |
798 | 2024-11-18T23:50:32.525Z | Compiling regex v1.11.1 |
799 | 2024-11-18T23:50:32.851Z | Compiling encoding_rs v0.8.34 |
800 | 2024-11-18T23:50:33.517Z | Compiling powerfmt v0.2.0 |
801 | 2024-11-18T23:50:33.993Z | Compiling num-conv v0.1.0 |
802 | 2024-11-18T23:50:34.271Z | Compiling time-core v0.1.2 |
803 | 2024-11-18T23:50:34.365Z | Compiling mime v0.3.17 |
804 | 2024-11-18T23:50:35.439Z | Compiling time-macros v0.2.18 |
805 | 2024-11-18T23:50:35.976Z | Compiling deranged v0.3.11 |
806 | 2024-11-18T23:50:36.170Z | Compiling scroll v0.12.0 |
807 | 2024-11-18T23:50:36.811Z | Compiling tokio-rustls v0.26.0 |
808 | 2024-11-18T23:50:37.288Z | Compiling idna v1.0.3 |
809 | 2024-11-18T23:50:38.449Z | Compiling tokio-native-tls v0.3.1 |
810 | 2024-11-18T23:50:43.041Z | Compiling dtrace-parser v0.2.0 |
811 | 2024-11-18T23:50:43.434Z | Compiling dof v0.3.0 |
812 | 2024-11-18T23:50:44.323Z | Compiling serde_urlencoded v0.7.1 |
813 | 2024-11-18T23:50:44.910Z | Compiling thread-id v4.2.2 |
814 | 2024-11-18T23:50:45.008Z | Compiling rustls-pemfile v2.2.0 |
815 | 2024-11-18T23:50:45.262Z | Compiling webpki-roots v0.26.6 |
816 | 2024-11-18T23:50:45.462Z | Compiling num_threads v0.1.7 |
817 | 2024-11-18T23:50:46.234Z | Compiling strsim v0.11.1 |
818 | 2024-11-18T23:50:46.754Z | Compiling ident_case v1.0.1 |
819 | 2024-11-18T23:50:46.920Z | Compiling base64 v0.22.1 |
820 | 2024-11-18T23:50:47.135Z | Compiling omicron-workspace-hack v0.1.0 |
821 | 2024-11-18T23:50:47.319Z | Compiling crossbeam-utils v0.8.20 |
822 | 2024-11-18T23:50:47.437Z | Compiling plain v0.2.3 |
823 | 2024-11-18T23:50:47.590Z | Compiling goblin v0.8.2 |
824 | 2024-11-18T23:50:47.981Z | Compiling darling_core v0.20.10 |
825 | 2024-11-18T23:50:50.400Z | Compiling time v0.3.36 |
826 | 2024-11-18T23:50:52.155Z | Compiling hyper-rustls v0.27.3 |
827 | 2024-11-18T23:50:55.284Z | Compiling hyper-tls v0.6.0 |
828 | 2024-11-18T23:50:55.787Z | Compiling url v2.5.3 |
829 | 2024-11-18T23:50:56.971Z | Compiling typify v0.2.0 |
830 | 2024-11-18T23:50:57.096Z | Compiling openapiv3 v2.0.0 |
831 | 2024-11-18T23:50:59.629Z | Compiling sync_wrapper v1.0.1 |
832 | 2024-11-18T23:50:59.774Z | Compiling dirs-sys-next v0.1.2 |
833 | 2024-11-18T23:51:01.224Z | Compiling rustls v0.22.4 |
834 | 2024-11-18T23:51:01.491Z | Compiling unsafe-libyaml v0.2.11 |
835 | 2024-11-18T23:51:01.520Z | Compiling ipnet v2.10.1 |
836 | 2024-11-18T23:51:01.588Z | Compiling paste v1.0.15 |
837 | 2024-11-18T23:51:02.069Z | Compiling pretty-hex v0.4.1 |
838 | 2024-11-18T23:51:02.287Z | Compiling rustversion v1.0.17 |
839 | 2024-11-18T23:51:02.990Z | Compiling serde_yaml v0.9.34+deprecated |
840 | 2024-11-18T23:51:04.313Z | Compiling reqwest v0.12.9 |
841 | 2024-11-18T23:51:04.696Z | Compiling progenitor-impl v0.8.0 |
842 | 2024-11-18T23:51:06.812Z | Compiling dirs-next v2.0.0 |
843 | 2024-11-18T23:51:07.193Z | Compiling darling_macro v0.20.10 |
844 | 2024-11-18T23:51:09.711Z | Compiling crypto-common v0.1.6 |
845 | 2024-11-18T23:51:09.919Z | Compiling block-buffer v0.10.4 |
846 | 2024-11-18T23:51:10.153Z | Compiling serde_spanned v0.6.8 |
847 | 2024-11-18T23:51:10.388Z | Compiling toml_datetime v0.6.8 |
848 | 2024-11-18T23:51:10.511Z | Compiling ppv-lite86 v0.2.20 |
849 | 2024-11-18T23:51:11.070Z | Compiling structmeta-derive v0.3.0 |
850 | 2024-11-18T23:51:11.437Z | Compiling rand_core v0.6.4 |
851 | 2024-11-18T23:51:11.636Z | Compiling thread_local v1.1.8 |
852 | 2024-11-18T23:51:11.895Z | Compiling multer v3.1.0 |
853 | 2024-11-18T23:51:12.185Z | Compiling match_cfg v0.1.0 |
854 | 2024-11-18T23:51:12.216Z | Compiling winnow v0.6.20 |
855 | 2024-11-18T23:51:12.265Z | Compiling newtype-uuid v1.1.3 |
856 | 2024-11-18T23:51:12.350Z | Compiling camino v1.1.9 |
857 | 2024-11-18T23:51:12.572Z | Compiling anyhow v1.0.93 |
858 | 2024-11-18T23:51:12.942Z | Compiling slog-async v2.8.0 |
859 | 2024-11-18T23:51:13.502Z | Compiling hostname v0.3.1 |
860 | 2024-11-18T23:51:13.571Z | Compiling rand_chacha v0.3.1 |
861 | 2024-11-18T23:51:13.756Z | Compiling structmeta v0.3.0 |
862 | 2024-11-18T23:51:14.119Z | Compiling progenitor-macro v0.8.0 |
863 | 2024-11-18T23:51:14.600Z | Compiling digest v0.10.7 |
864 | 2024-11-18T23:51:14.749Z | Compiling crossbeam-channel v0.5.13 |
865 | 2024-11-18T23:51:15.094Z | Compiling darling v0.20.10 |
866 | 2024-11-18T23:51:15.403Z | Compiling term v0.7.0 |
867 | 2024-11-18T23:51:16.291Z | Compiling toml_edit v0.22.22 |
868 | 2024-11-18T23:51:16.626Z | Compiling progenitor-client v0.8.0 |
869 | 2024-11-18T23:51:22.295Z | Compiling usdt-attr-macro v0.5.0 |
870 | 2024-11-18T23:51:23.781Z | Compiling usdt-macro v0.5.0 |
871 | 2024-11-18T23:51:24.920Z | Compiling slog-json v2.6.1 |
872 | 2024-11-18T23:51:25.113Z | Compiling futures-executor v0.3.31 |
873 | 2024-11-18T23:51:25.374Z | Compiling async-stream-impl v0.3.6 |
874 | 2024-11-18T23:51:26.270Z | Compiling memmap v0.7.0 |
875 | 2024-11-18T23:51:26.669Z | Compiling is-terminal v0.4.13 |
876 | 2024-11-18T23:51:26.722Z | Compiling dropshot v0.13.0 |
877 | 2024-11-18T23:51:26.786Z | Compiling take_mut v0.2.2 |
878 | 2024-11-18T23:51:26.944Z | Compiling cpufeatures v0.2.14 |
879 | 2024-11-18T23:51:27.010Z | Compiling progenitor v0.8.0 |
880 | 2024-11-18T23:51:27.032Z | Compiling sha1 v0.10.6 |
881 | 2024-11-18T23:51:27.206Z | Compiling slog-term v2.9.1 |
882 | 2024-11-18T23:51:27.800Z | Compiling async-stream v0.3.6 |
883 | 2024-11-18T23:51:28.104Z | Compiling usdt v0.5.0 |
884 | 2024-11-18T23:51:29.651Z | Compiling futures v0.3.31 |
885 | 2024-11-18T23:51:29.757Z | Compiling slog-bunyan v2.5.0 |
886 | 2024-11-18T23:51:30.106Z | Compiling strum_macros v0.26.4 |
887 | 2024-11-18T23:51:30.149Z | Compiling tokio-rustls v0.25.0 |
888 | 2024-11-18T23:51:30.448Z | Compiling toml v0.8.19 |
889 | 2024-11-18T23:51:30.584Z | Compiling serde_with_macros v3.11.0 |
890 | 2024-11-18T23:51:33.240Z | Compiling parse-display-derive v0.10.0 |
891 | 2024-11-18T23:51:34.686Z | Compiling rand v0.8.5 |
892 | 2024-11-18T23:51:38.593Z | Compiling ipnetwork v0.20.0 |
893 | 2024-11-18T23:51:39.115Z | Compiling dropshot_endpoint v0.13.0 |
894 | 2024-11-18T23:51:39.344Z | Compiling serde_path_to_error v0.1.16 |
895 | 2024-11-18T23:51:39.582Z | Compiling hex v0.4.3 |
896 | 2024-11-18T23:51:40.271Z | Compiling async-trait v0.1.83 |
897 | 2024-11-18T23:51:40.403Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
898 | 2024-11-18T23:51:41.215Z | Compiling waitgroup v0.1.2 |
899 | 2024-11-18T23:51:41.450Z | Compiling hostname v0.4.0 |
900 | 2024-11-18T23:51:41.693Z | Compiling instant v0.1.13 |
901 | 2024-11-18T23:51:41.839Z | Compiling debug-ignore v1.0.5 |
902 | 2024-11-18T23:51:41.978Z | Compiling backoff v0.4.0 |
903 | 2024-11-18T23:51:42.322Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
904 | 2024-11-18T23:51:42.515Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
905 | 2024-11-18T23:51:42.670Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
906 | 2024-11-18T23:51:42.766Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
907 | 2024-11-18T23:51:43.722Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
908 | 2024-11-18T23:51:44.270Z | Compiling parse-display v0.10.0 |
909 | 2024-11-18T23:51:46.477Z | Compiling strum v0.26.3 |
910 | 2024-11-18T23:51:46.659Z | Compiling serde_with v3.11.0 |
911 | 2024-11-18T23:51:47.560Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
912 | 2024-11-18T23:51:48.300Z | Compiling regress v0.9.1 |
913 | 2024-11-18T23:51:48.356Z | Compiling macaddr v1.0.1 |
914 | 2024-11-18T23:51:53.267Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
915 | 2024-11-18T23:52:03.967Z | Compiling test-project v0.1.0 (/tmp/test-project) |
916 | 2024-11-18T23:52:13.818Z | Finished `release` profile [optimized] target(s) in 2m 35s |
917 | 2024-11-18T23:52:13.882Z | process exited: duration 235864 ms, exit code 0 |
|
918 | 2024-11-18T23:52:13.888Z | found 0 output files |