|
|
|
1 | 2024-11-20T00:44:09.675Z | job assigned to worker 01JD3GC1AQ7N9MDJA36AJMC1F2 [factory aws, i-0797ff5fb3c9ae631] (queued for 58 s) |
|
2 | 2024-11-20T00:44:17.615Z | starting task 0: "setup" |
3 | 2024-11-20T00:44:17.624Z | ++ uname -s |
4 | 2024-11-20T00:44:17.627Z | + kern=SunOS |
5 | 2024-11-20T00:44:17.627Z | + case "$kern" in |
6 | 2024-11-20T00:44:17.627Z | + groupadd -g 12345 build |
7 | 2024-11-20T00:44:17.629Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-20T00:44:19.636Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-20T00:44:19.714Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-20T00:44:19.718Z | + home_fs=zfs |
11 | 2024-11-20T00:44:19.718Z | + [[ zfs == autofs ]] |
12 | 2024-11-20T00:44:19.718Z | + mkdir -p /home/build |
13 | 2024-11-20T00:44:19.721Z | + chown build:build /home/build /work |
14 | 2024-11-20T00:44:21.720Z | + chmod 0700 /home/build /work |
15 | 2024-11-20T00:44:21.726Z | process exited: duration 4109 ms, exit code 0 |
|
16 | 2024-11-20T00:44:21.733Z | starting task 1: "rust-toolchain" |
17 | 2024-11-20T00:44:21.739Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-20T00:44:21.739Z | ' 1.81.0 |
19 | 2024-11-20T00:44:21.739Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-20T00:44:21.739Z | ' default |
21 | 2024-11-20T00:44:21.739Z | * toolchain channel = "1.81.0" |
22 | 2024-11-20T00:44:21.739Z | * toolchain profile = "default" |
23 | 2024-11-20T00:44:21.743Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-20T00:44:21.743Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-20T00:44:22.030Z | info: downloading installer |
26 | 2024-11-20T00:44:23.179Z | info: profile set to 'default' |
27 | 2024-11-20T00:44:23.179Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-20T00:44:23.182Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-20T00:44:23.356Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-20T00:44:23.356Z | info: downloading component 'cargo' |
31 | 2024-11-20T00:44:24.187Z | info: downloading component 'clippy' |
32 | 2024-11-20T00:44:24.509Z | info: downloading component 'rust-docs' |
33 | 2024-11-20T00:44:25.668Z | info: downloading component 'rust-std' |
34 | 2024-11-20T00:44:27.478Z | info: downloading component 'rustc' |
35 | 2024-11-20T00:44:34.065Z | info: downloading component 'rustfmt' |
36 | 2024-11-20T00:44:34.315Z | info: installing component 'cargo' |
37 | 2024-11-20T00:44:35.122Z | info: installing component 'clippy' |
38 | 2024-11-20T00:44:35.483Z | info: installing component 'rust-docs' |
39 | 2024-11-20T00:44:37.140Z | info: installing component 'rust-std' |
40 | 2024-11-20T00:44:38.900Z | info: installing component 'rustc' |
41 | 2024-11-20T00:44:44.623Z | info: installing component 'rustfmt' |
42 | 2024-11-20T00:44:44.947Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-20T00:44:44.947Z | |
44 | 2024-11-20T00:44:45.315Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-20T00:44:45.315Z | |
46 | 2024-11-20T00:44:45.317Z | |
47 | 2024-11-20T00:44:45.317Z | Rust is installed now. Great! |
48 | 2024-11-20T00:44:45.317Z | |
49 | 2024-11-20T00:44:45.317Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-20T00:44:45.318Z | environment variable. This has not been done automatically. |
51 | 2024-11-20T00:44:45.318Z | |
52 | 2024-11-20T00:44:45.318Z | To configure your current shell, you need to source |
53 | 2024-11-20T00:44:45.318Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-20T00:44:45.318Z | |
55 | 2024-11-20T00:44:45.318Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-20T00:44:45.318Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-20T00:44:45.318Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-20T00:44:45.392Z | + rustc --version |
59 | 2024-11-20T00:44:45.459Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-20T00:44:45.462Z | process exited: duration 23726 ms, exit code 0 |
|
61 | 2024-11-20T00:44:45.475Z | starting task 2: "authentication" |
62 | 2024-11-20T00:44:45.496Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-20T00:44:45.501Z | starting task 3: "clone repository" |
64 | 2024-11-20T00:44:45.506Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-20T00:44:45.508Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-20T00:44:45.544Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-20T00:44:52.583Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-20T00:44:52.583Z | + git fetch origin 034856d52d23db4e329953f9086e8909aa5402aa |
69 | 2024-11-20T00:44:52.875Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-20T00:44:52.876Z | * branch 034856d52d23db4e329953f9086e8909aa5402aa -> FETCH_HEAD |
71 | 2024-11-20T00:44:52.887Z | + [[ -n fix-mountpoint-for-tests ]] |
72 | 2024-11-20T00:44:52.891Z | ++ git branch --show-current |
73 | 2024-11-20T00:44:52.894Z | + current=main |
74 | 2024-11-20T00:44:52.894Z | + [[ main != fix-mountpoint-for-tests ]] |
75 | 2024-11-20T00:44:52.894Z | + git branch -f fix-mountpoint-for-tests 034856d52d23db4e329953f9086e8909aa5402aa |
76 | 2024-11-20T00:44:52.896Z | + git checkout -f fix-mountpoint-for-tests |
77 | 2024-11-20T00:44:53.071Z | Switched to branch 'fix-mountpoint-for-tests' |
78 | 2024-11-20T00:44:53.073Z | + git reset --hard 034856d52d23db4e329953f9086e8909aa5402aa |
79 | 2024-11-20T00:44:53.243Z | HEAD is now at 034856d52 Use test-configured mountpoint root for datasets |
80 | 2024-11-20T00:44:53.246Z | process exited: duration 7742 ms, exit code 0 |
|
81 | 2024-11-20T00:44:53.252Z | starting task 4: "build" |
82 | 2024-11-20T00:44:53.257Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-20T00:44:53.257Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-20T00:44:53.257Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-20T00:44:53.257Z | + cargo --version |
86 | 2024-11-20T00:44:53.316Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-20T00:44:53.318Z | + rustc --version |
88 | 2024-11-20T00:44:53.381Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-20T00:44:53.384Z | + cd /tmp |
90 | 2024-11-20T00:44:53.384Z | + cargo new --lib test-project |
91 | 2024-11-20T00:44:53.446Z | Creating library `test-project` package |
92 | 2024-11-20T00:44:53.524Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-20T00:44:53.530Z | + cd test-project |
94 | 2024-11-20T00:44:53.530Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-20T00:44:53.591Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-20T00:44:53.591Z | Features: |
97 | 2024-11-20T00:44:53.591Z | - proptest |
98 | 2024-11-20T00:44:53.591Z | - test-strategy |
99 | 2024-11-20T00:44:53.595Z | - testing |
100 | 2024-11-20T00:44:53.595Z | Updating crates.io index |
101 | 2024-11-20T00:44:53.654Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-20T00:44:54.379Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-20T00:44:54.818Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-20T00:44:55.304Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-20T00:44:56.580Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-20T00:44:56.583Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-20T00:44:56.587Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-20T00:44:56.587Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-20T00:44:56.587Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-11-20T00:44:56.588Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-20T00:44:56.588Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
112 | 2024-11-20T00:44:56.588Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
113 | 2024-11-20T00:44:56.588Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-20T00:44:56.588Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-20T00:44:56.588Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-20T00:44:56.588Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-20T00:44:56.590Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-20T00:44:56.595Z | Adding rustls v0.22.4 (latest: v0.23.17) |
119 | 2024-11-20T00:44:56.598Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-20T00:44:56.600Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-20T00:44:56.600Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-20T00:44:56.600Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-20T00:44:56.600Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-20T00:44:56.603Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-20T00:44:56.605Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-20T00:44:56.605Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-20T00:44:56.605Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-20T00:44:56.605Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-20T00:44:56.605Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-20T00:44:56.605Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-20T00:44:56.608Z | Adding zerocopy v0.7.35 (latest: v0.8.10) |
132 | 2024-11-20T00:44:56.608Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.10) |
133 | 2024-11-20T00:44:56.682Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-20T00:44:56.685Z | + cargo check |
135 | 2024-11-20T00:44:56.855Z | Updating crates.io index |
136 | 2024-11-20T00:44:57.629Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-20T00:45:01.055Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-20T00:45:03.388Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-20T00:45:04.350Z | Downloading crates ... |
140 | 2024-11-20T00:45:04.449Z | Downloaded debug-ignore v1.0.5 |
141 | 2024-11-20T00:45:04.464Z | Downloaded icu_properties v1.5.1 |
142 | 2024-11-20T00:45:04.497Z | Downloaded async-stream v0.3.6 |
143 | 2024-11-20T00:45:04.523Z | Downloaded atomic-waker v1.1.2 |
144 | 2024-11-20T00:45:04.523Z | Downloaded allocator-api2 v0.2.18 |
145 | 2024-11-20T00:45:04.523Z | Downloaded thiserror-impl v1.0.69 |
146 | 2024-11-20T00:45:04.524Z | Downloaded memmap v0.7.0 |
147 | 2024-11-20T00:45:04.524Z | Downloaded ahash v0.8.11 |
148 | 2024-11-20T00:45:04.524Z | Downloaded thread-id v4.2.2 |
149 | 2024-11-20T00:45:04.590Z | Downloaded async-trait v0.1.83 |
150 | 2024-11-20T00:45:04.590Z | Downloaded anyhow v1.0.93 |
151 | 2024-11-20T00:45:04.590Z | Downloaded async-stream-impl v0.3.6 |
152 | 2024-11-20T00:45:04.591Z | Downloaded tinystr v0.7.6 |
153 | 2024-11-20T00:45:04.591Z | Downloaded time-core v0.1.2 |
154 | 2024-11-20T00:45:04.591Z | Downloaded tinyvec_macros v0.1.1 |
155 | 2024-11-20T00:45:04.591Z | Downloaded thread_local v1.1.8 |
156 | 2024-11-20T00:45:04.591Z | Downloaded aho-corasick v1.1.3 |
157 | 2024-11-20T00:45:04.591Z | Downloaded tokio-native-tls v0.3.1 |
158 | 2024-11-20T00:45:04.591Z | Downloaded tokio-rustls v0.25.0 |
159 | 2024-11-20T00:45:04.591Z | Downloaded time-macros v0.2.18 |
160 | 2024-11-20T00:45:04.591Z | Downloaded bitflags v2.6.0 |
161 | 2024-11-20T00:45:04.592Z | Downloaded tokio-macros v2.4.0 |
162 | 2024-11-20T00:45:04.592Z | Downloaded time v0.3.36 |
163 | 2024-11-20T00:45:04.675Z | Downloaded crossbeam-channel v0.5.13 |
164 | 2024-11-20T00:45:04.676Z | Downloaded tinyvec v1.8.0 |
165 | 2024-11-20T00:45:04.676Z | Downloaded darling_macro v0.20.10 |
166 | 2024-11-20T00:45:04.676Z | Downloaded cfg-if v1.0.0 |
167 | 2024-11-20T00:45:04.676Z | Downloaded cc v1.1.30 |
168 | 2024-11-20T00:45:04.676Z | Downloaded tower-service v0.3.3 |
169 | 2024-11-20T00:45:04.676Z | Downloaded getrandom v0.2.15 |
170 | 2024-11-20T00:45:04.676Z | Downloaded camino v1.1.9 |
171 | 2024-11-20T00:45:04.677Z | Downloaded try-lock v0.2.5 |
172 | 2024-11-20T00:45:04.677Z | Downloaded futures v0.3.31 |
173 | 2024-11-20T00:45:04.677Z | Downloaded usdt-macro v0.5.0 |
174 | 2024-11-20T00:45:04.677Z | Downloaded toml_datetime v0.6.8 |
175 | 2024-11-20T00:45:04.677Z | Downloaded zerofrom v0.1.4 |
176 | 2024-11-20T00:45:04.677Z | Downloaded want v0.3.1 |
177 | 2024-11-20T00:45:04.677Z | Downloaded untrusted v0.9.0 |
178 | 2024-11-20T00:45:04.677Z | Downloaded waitgroup v0.1.2 |
179 | 2024-11-20T00:45:04.677Z | Downloaded utf16_iter v1.0.5 |
180 | 2024-11-20T00:45:04.677Z | Downloaded ident_case v1.0.1 |
181 | 2024-11-20T00:45:04.677Z | Downloaded typify-macro v0.2.0 |
182 | 2024-11-20T00:45:04.678Z | Downloaded foreign-types v0.3.2 |
183 | 2024-11-20T00:45:04.678Z | Downloaded dropshot v0.13.0 |
184 | 2024-11-20T00:45:04.707Z | Downloaded openssl-probe v0.1.5 |
185 | 2024-11-20T00:45:04.707Z | Downloaded cpufeatures v0.2.14 |
186 | 2024-11-20T00:45:04.707Z | Downloaded openssl-macros v0.1.1 |
187 | 2024-11-20T00:45:04.707Z | Downloaded omicron-workspace-hack v0.1.0 |
188 | 2024-11-20T00:45:04.707Z | Downloaded num-conv v0.1.0 |
189 | 2024-11-20T00:45:04.707Z | Downloaded yoke-derive v0.7.4 |
190 | 2024-11-20T00:45:04.707Z | Downloaded write16 v1.0.0 |
191 | 2024-11-20T00:45:04.707Z | Downloaded pin-utils v0.1.0 |
192 | 2024-11-20T00:45:04.707Z | Downloaded zerofrom-derive v0.1.4 |
193 | 2024-11-20T00:45:04.707Z | Downloaded utf8_iter v1.0.4 |
194 | 2024-11-20T00:45:04.707Z | Downloaded match_cfg v0.1.0 |
195 | 2024-11-20T00:45:04.707Z | Downloaded idna_adapter v1.2.0 |
196 | 2024-11-20T00:45:04.707Z | Downloaded fnv v1.0.7 |
197 | 2024-11-20T00:45:04.707Z | Downloaded dof v0.3.0 |
198 | 2024-11-20T00:45:04.707Z | Downloaded usdt-attr-macro v0.5.0 |
199 | 2024-11-20T00:45:04.708Z | Downloaded instant v0.1.13 |
200 | 2024-11-20T00:45:04.708Z | Downloaded hyper-tls v0.6.0 |
201 | 2024-11-20T00:45:04.708Z | Downloaded tokio-rustls v0.26.0 |
202 | 2024-11-20T00:45:04.708Z | Downloaded parse-display v0.10.0 |
203 | 2024-11-20T00:45:04.708Z | Downloaded newtype-uuid v1.1.3 |
204 | 2024-11-20T00:45:04.708Z | Downloaded macaddr v1.0.1 |
205 | 2024-11-20T00:45:04.708Z | Downloaded hostname v0.3.1 |
206 | 2024-11-20T00:45:04.708Z | Downloaded futures-executor v0.3.31 |
207 | 2024-11-20T00:45:04.708Z | Downloaded progenitor-client v0.8.0 |
208 | 2024-11-20T00:45:04.708Z | Downloaded pretty-hex v0.4.1 |
209 | 2024-11-20T00:45:04.708Z | Downloaded typify v0.2.0 |
210 | 2024-11-20T00:45:04.708Z | Downloaded generic-array v0.14.7 |
211 | 2024-11-20T00:45:04.709Z | Downloaded num_threads v0.1.7 |
212 | 2024-11-20T00:45:04.709Z | Downloaded mime v0.3.17 |
213 | 2024-11-20T00:45:04.709Z | Downloaded zeroize v1.8.1 |
214 | 2024-11-20T00:45:04.709Z | Downloaded is-terminal v0.4.13 |
215 | 2024-11-20T00:45:04.709Z | Downloaded hostname v0.4.0 |
216 | 2024-11-20T00:45:04.709Z | Downloaded hex v0.4.3 |
217 | 2024-11-20T00:45:04.709Z | Downloaded autocfg v1.4.0 |
218 | 2024-11-20T00:45:04.709Z | Downloaded version_check v0.9.5 |
219 | 2024-11-20T00:45:04.709Z | Downloaded block-buffer v0.10.4 |
220 | 2024-11-20T00:45:04.709Z | Downloaded strum v0.26.3 |
221 | 2024-11-20T00:45:04.709Z | Downloaded scroll_derive v0.12.0 |
222 | 2024-11-20T00:45:04.709Z | Downloaded percent-encoding v2.3.1 |
223 | 2024-11-20T00:45:04.709Z | Downloaded parse-display-derive v0.10.0 |
224 | 2024-11-20T00:45:04.709Z | Downloaded writeable v0.5.5 |
225 | 2024-11-20T00:45:04.709Z | Downloaded futures-task v0.3.31 |
226 | 2024-11-20T00:45:04.709Z | Downloaded paste v1.0.15 |
227 | 2024-11-20T00:45:04.750Z | Downloaded toml v0.8.19 |
228 | 2024-11-20T00:45:04.750Z | Downloaded scopeguard v1.2.0 |
229 | 2024-11-20T00:45:04.750Z | Downloaded ucd-trie v0.1.7 |
230 | 2024-11-20T00:45:04.750Z | Downloaded typenum v1.17.0 |
231 | 2024-11-20T00:45:04.750Z | Downloaded rand_core v0.6.4 |
232 | 2024-11-20T00:45:04.750Z | Downloaded rand_chacha v0.3.1 |
233 | 2024-11-20T00:45:04.750Z | Downloaded ppv-lite86 v0.2.20 |
234 | 2024-11-20T00:45:04.750Z | Downloaded dirs-next v2.0.0 |
235 | 2024-11-20T00:45:04.750Z | Downloaded pkg-config v0.3.31 |
236 | 2024-11-20T00:45:04.750Z | Downloaded pest_generator v2.7.14 |
237 | 2024-11-20T00:45:04.750Z | Downloaded futures-channel v0.3.31 |
238 | 2024-11-20T00:45:04.751Z | Downloaded progenitor v0.8.0 |
239 | 2024-11-20T00:45:04.751Z | Downloaded take_mut v0.2.2 |
240 | 2024-11-20T00:45:04.751Z | Downloaded signal-hook-registry v1.4.2 |
241 | 2024-11-20T00:45:04.751Z | Downloaded ipnetwork v0.20.0 |
242 | 2024-11-20T00:45:04.751Z | Downloaded zerocopy-derive v0.7.35 |
243 | 2024-11-20T00:45:04.769Z | Downloaded progenitor-macro v0.8.0 |
244 | 2024-11-20T00:45:04.769Z | Downloaded zerovec-derive v0.10.3 |
245 | 2024-11-20T00:45:04.769Z | Downloaded schemars_derive v0.8.21 |
246 | 2024-11-20T00:45:04.769Z | Downloaded once_cell v1.20.2 |
247 | 2024-11-20T00:45:04.769Z | Downloaded native-tls v0.2.12 |
248 | 2024-11-20T00:45:04.769Z | Downloaded parking_lot_core v0.9.10 |
249 | 2024-11-20T00:45:04.769Z | Downloaded lock_api v0.4.12 |
250 | 2024-11-20T00:45:04.769Z | Downloaded hyper-rustls v0.27.3 |
251 | 2024-11-20T00:45:04.769Z | Downloaded structmeta v0.3.0 |
252 | 2024-11-20T00:45:04.770Z | Downloaded unsafe-libyaml v0.2.11 |
253 | 2024-11-20T00:45:04.770Z | Downloaded shlex v1.3.0 |
254 | 2024-11-20T00:45:04.770Z | Downloaded synstructure v0.13.1 |
255 | 2024-11-20T00:45:04.770Z | Downloaded url v2.5.3 |
256 | 2024-11-20T00:45:04.770Z | Downloaded quinn-udp v0.5.5 |
257 | 2024-11-20T00:45:04.770Z | Downloaded crossbeam-utils v0.8.20 |
258 | 2024-11-20T00:45:04.770Z | Downloaded thiserror v1.0.69 |
259 | 2024-11-20T00:45:04.770Z | Downloaded ipnet v2.10.1 |
260 | 2024-11-20T00:45:04.770Z | Downloaded subtle v2.6.1 |
261 | 2024-11-20T00:45:04.771Z | Downloaded serde_path_to_error v0.1.16 |
262 | 2024-11-20T00:45:04.780Z | Downloaded rustls-pemfile v2.2.0 |
263 | 2024-11-20T00:45:04.781Z | Downloaded sync_wrapper v1.0.1 |
264 | 2024-11-20T00:45:04.781Z | Downloaded strsim v0.11.1 |
265 | 2024-11-20T00:45:04.781Z | Downloaded slog-json v2.6.1 |
266 | 2024-11-20T00:45:04.781Z | Downloaded serde_with_macros v3.11.0 |
267 | 2024-11-20T00:45:04.781Z | Downloaded icu_provider v1.5.0 |
268 | 2024-11-20T00:45:04.782Z | Downloaded stable_deref_trait v1.2.0 |
269 | 2024-11-20T00:45:04.782Z | Downloaded proc-macro2 v1.0.89 |
270 | 2024-11-20T00:45:04.782Z | Downloaded pin-project-lite v0.2.14 |
271 | 2024-11-20T00:45:04.791Z | Downloaded serde_urlencoded v0.7.1 |
272 | 2024-11-20T00:45:04.792Z | Downloaded rustversion v1.0.17 |
273 | 2024-11-20T00:45:04.792Z | Downloaded rustc-hash v2.0.0 |
274 | 2024-11-20T00:45:04.792Z | Downloaded serde_spanned v0.6.8 |
275 | 2024-11-20T00:45:04.793Z | Downloaded semver v1.0.23 |
276 | 2024-11-20T00:45:04.811Z | Downloaded slog-bunyan v2.5.0 |
277 | 2024-11-20T00:45:04.811Z | Downloaded scroll v0.12.0 |
278 | 2024-11-20T00:45:04.812Z | Downloaded log v0.4.22 |
279 | 2024-11-20T00:45:04.812Z | Downloaded progenitor-impl v0.8.0 |
280 | 2024-11-20T00:45:04.812Z | Downloaded openssl-sys v0.9.103 |
281 | 2024-11-20T00:45:04.812Z | Downloaded strum_macros v0.26.4 |
282 | 2024-11-20T00:45:04.823Z | Downloaded tokio v1.40.0 |
283 | 2024-11-20T00:45:04.848Z | Downloaded spin v0.9.8 |
284 | 2024-11-20T00:45:04.861Z | Downloaded toml_edit v0.22.22 |
285 | 2024-11-20T00:45:04.881Z | Downloaded serde_derive v1.0.215 |
286 | 2024-11-20T00:45:04.887Z | Downloaded base64 v0.22.1 |
287 | 2024-11-20T00:45:04.887Z | Downloaded schemars v0.8.21 |
288 | 2024-11-20T00:45:04.887Z | Downloaded serde_yaml v0.9.34+deprecated |
289 | 2024-11-20T00:45:04.887Z | Downloaded tokio-util v0.7.12 |
290 | 2024-11-20T00:45:04.905Z | Downloaded hashbrown v0.12.3 |
291 | 2024-11-20T00:45:04.930Z | Downloaded icu_collections v1.5.0 |
292 | 2024-11-20T00:45:04.930Z | Downloaded serde v1.0.215 |
293 | 2024-11-20T00:45:04.931Z | Downloaded http v1.1.0 |
294 | 2024-11-20T00:45:04.931Z | Downloaded zerovec v0.10.4 |
295 | 2024-11-20T00:45:04.931Z | Downloaded hashbrown v0.14.5 |
296 | 2024-11-20T00:45:04.951Z | Downloaded zerocopy v0.7.35 |
297 | 2024-11-20T00:45:04.951Z | Downloaded idna v1.0.3 |
298 | 2024-11-20T00:45:04.951Z | Downloaded pest v2.7.14 |
299 | 2024-11-20T00:45:04.967Z | Downloaded serde_with v3.11.0 |
300 | 2024-11-20T00:45:04.967Z | Downloaded hashbrown v0.15.0 |
301 | 2024-11-20T00:45:05.007Z | Downloaded serde_json v1.0.132 |
302 | 2024-11-20T00:45:05.007Z | Downloaded reqwest v0.12.9 |
303 | 2024-11-20T00:45:05.007Z | Downloaded quinn-proto v0.11.8 |
304 | 2024-11-20T00:45:05.023Z | Downloaded vcpkg v0.2.15 |
305 | 2024-11-20T00:45:05.031Z | Downloaded hyper v1.5.0 |
306 | 2024-11-20T00:45:05.031Z | Downloaded webpki-roots v0.26.6 |
307 | 2024-11-20T00:45:05.038Z | Downloaded h2 v0.4.6 |
308 | 2024-11-20T00:45:05.042Z | Downloaded openssl v0.10.66 |
309 | 2024-11-20T00:45:05.048Z | Downloaded rustls-webpki v0.102.8 |
310 | 2024-11-20T00:45:05.072Z | Downloaded regex v1.11.1 |
311 | 2024-11-20T00:45:05.106Z | Downloaded syn v2.0.87 |
312 | 2024-11-20T00:45:05.118Z | Downloaded regress v0.9.1 |
313 | 2024-11-20T00:45:05.118Z | Downloaded rustls v0.22.4 |
314 | 2024-11-20T00:45:05.118Z | Downloaded regex-syntax v0.8.5 |
315 | 2024-11-20T00:45:05.131Z | Downloaded icu_properties_data v1.5.0 |
316 | 2024-11-20T00:45:05.136Z | Downloaded regress v0.10.1 |
317 | 2024-11-20T00:45:05.136Z | Downloaded openapiv3 v2.0.0 |
318 | 2024-11-20T00:45:05.149Z | Downloaded chrono v0.4.38 |
319 | 2024-11-20T00:45:05.165Z | Downloaded goblin v0.8.2 |
320 | 2024-11-20T00:45:05.168Z | Downloaded rustls v0.23.14 |
321 | 2024-11-20T00:45:05.169Z | Downloaded futures-util v0.3.31 |
322 | 2024-11-20T00:45:05.185Z | Downloaded typify-impl v0.2.0 |
323 | 2024-11-20T00:45:05.191Z | Downloaded winnow v0.6.20 |
324 | 2024-11-20T00:45:05.198Z | Downloaded quinn v0.11.5 |
325 | 2024-11-20T00:45:05.205Z | Downloaded mio v1.0.2 |
326 | 2024-11-20T00:45:05.209Z | Downloaded memchr v2.7.4 |
327 | 2024-11-20T00:45:05.217Z | Downloaded indexmap v2.6.0 |
328 | 2024-11-20T00:45:05.226Z | Downloaded rand v0.8.5 |
329 | 2024-11-20T00:45:05.226Z | Downloaded regex-automata v0.4.8 |
330 | 2024-11-20T00:45:05.237Z | Downloaded bytes v1.8.0 |
331 | 2024-11-20T00:45:05.245Z | Downloaded slog v2.7.0 |
332 | 2024-11-20T00:45:05.245Z | Downloaded term v0.7.0 |
333 | 2024-11-20T00:45:05.256Z | Downloaded socket2 v0.5.7 |
334 | 2024-11-20T00:45:05.256Z | Downloaded rustls-pki-types v1.9.0 |
335 | 2024-11-20T00:45:05.256Z | Downloaded ryu v1.0.18 |
336 | 2024-11-20T00:45:05.256Z | Downloaded hyper-util v0.1.10 |
337 | 2024-11-20T00:45:05.282Z | Downloaded serde_derive_internals v0.29.1 |
338 | 2024-11-20T00:45:05.282Z | Downloaded smallvec v1.13.2 |
339 | 2024-11-20T00:45:05.282Z | Downloaded sha2 v0.10.8 |
340 | 2024-11-20T00:45:05.282Z | Downloaded icu_locid v1.5.0 |
341 | 2024-11-20T00:45:05.282Z | Downloaded pest_derive v2.7.14 |
342 | 2024-11-20T00:45:05.282Z | Downloaded pest_meta v2.7.14 |
343 | 2024-11-20T00:45:05.282Z | Downloaded tracing-core v0.1.32 |
344 | 2024-11-20T00:45:05.282Z | Downloaded tracing v0.1.40 |
345 | 2024-11-20T00:45:05.286Z | Downloaded darling_core v0.20.10 |
346 | 2024-11-20T00:45:05.286Z | Downloaded libc v0.2.162 |
347 | 2024-11-20T00:45:05.304Z | Downloaded icu_normalizer_data v1.5.0 |
348 | 2024-11-20T00:45:05.306Z | Downloaded icu_normalizer v1.5.0 |
349 | 2024-11-20T00:45:05.310Z | Downloaded icu_locid_transform_data v1.5.0 |
350 | 2024-11-20T00:45:05.315Z | Downloaded iana-time-zone v0.1.61 |
351 | 2024-11-20T00:45:05.315Z | Downloaded serde_tokenstream v0.2.2 |
352 | 2024-11-20T00:45:05.315Z | Downloaded parking_lot v0.12.3 |
353 | 2024-11-20T00:45:05.320Z | Downloaded num-traits v0.2.19 |
354 | 2024-11-20T00:45:05.320Z | Downloaded indexmap v1.9.3 |
355 | 2024-11-20T00:45:05.333Z | Downloaded sha1 v0.10.6 |
356 | 2024-11-20T00:45:05.333Z | Downloaded slog-async v2.8.0 |
357 | 2024-11-20T00:45:05.333Z | Downloaded slab v0.4.9 |
358 | 2024-11-20T00:45:05.333Z | Downloaded slog-term v2.9.1 |
359 | 2024-11-20T00:45:05.333Z | Downloaded quote v1.0.37 |
360 | 2024-11-20T00:45:05.333Z | Downloaded structmeta-derive v0.3.0 |
361 | 2024-11-20T00:45:05.333Z | Downloaded multer v3.1.0 |
362 | 2024-11-20T00:45:05.333Z | Downloaded usdt-impl v0.5.0 |
363 | 2024-11-20T00:45:05.335Z | Downloaded litemap v0.7.3 |
364 | 2024-11-20T00:45:05.336Z | Downloaded itoa v1.0.11 |
365 | 2024-11-20T00:45:05.336Z | Downloaded icu_locid_transform v1.5.0 |
366 | 2024-11-20T00:45:05.338Z | Downloaded httparse v1.9.5 |
367 | 2024-11-20T00:45:05.340Z | Downloaded futures-core v0.3.31 |
368 | 2024-11-20T00:45:05.343Z | Downloaded yoke v0.7.4 |
369 | 2024-11-20T00:45:05.345Z | Downloaded dyn-clone v1.0.17 |
370 | 2024-11-20T00:45:05.345Z | Downloaded powerfmt v0.2.0 |
371 | 2024-11-20T00:45:05.348Z | Downloaded plain v0.2.3 |
372 | 2024-11-20T00:45:05.348Z | Downloaded httpdate v1.0.3 |
373 | 2024-11-20T00:45:05.348Z | Downloaded http-body-util v0.1.2 |
374 | 2024-11-20T00:45:05.352Z | Downloaded heck v0.5.0 |
375 | 2024-11-20T00:45:05.352Z | Downloaded futures-io v0.3.31 |
376 | 2024-11-20T00:45:05.354Z | Downloaded displaydoc v0.2.5 |
377 | 2024-11-20T00:45:05.354Z | Downloaded darling v0.20.10 |
378 | 2024-11-20T00:45:05.357Z | Downloaded backoff v0.4.0 |
379 | 2024-11-20T00:45:05.361Z | Downloaded uuid v1.11.0 |
380 | 2024-11-20T00:45:05.363Z | Downloaded unicode-ident v1.0.13 |
381 | 2024-11-20T00:45:05.366Z | Downloaded futures-macro v0.3.31 |
382 | 2024-11-20T00:45:05.366Z | Downloaded deranged v0.3.11 |
383 | 2024-11-20T00:45:05.378Z | Downloaded futures-sink v0.3.31 |
384 | 2024-11-20T00:45:05.378Z | Downloaded digest v0.10.7 |
385 | 2024-11-20T00:45:05.382Z | Downloaded crypto-common v0.1.6 |
386 | 2024-11-20T00:45:05.382Z | Downloaded byteorder v1.5.0 |
387 | 2024-11-20T00:45:05.382Z | Downloaded icu_provider_macros v1.5.0 |
388 | 2024-11-20T00:45:05.382Z | Downloaded http-body v1.0.1 |
389 | 2024-11-20T00:45:05.382Z | Downloaded form_urlencoded v1.2.1 |
390 | 2024-11-20T00:45:05.382Z | Downloaded foreign-types-shared v0.1.1 |
391 | 2024-11-20T00:45:05.382Z | Downloaded dirs-sys-next v0.1.2 |
392 | 2024-11-20T00:45:05.382Z | Downloaded usdt v0.5.0 |
393 | 2024-11-20T00:45:05.382Z | Downloaded equivalent v1.0.1 |
394 | 2024-11-20T00:45:05.382Z | Downloaded dtrace-parser v0.2.0 |
395 | 2024-11-20T00:45:05.382Z | Downloaded dropshot_endpoint v0.13.0 |
396 | 2024-11-20T00:45:05.384Z | Downloaded encoding_rs v0.8.34 |
397 | 2024-11-20T00:45:05.578Z | Downloaded ring v0.17.8 |
398 | 2024-11-20T00:45:05.901Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-20T00:45:05.901Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-20T00:45:05.904Z | Compiling libc v0.2.162 |
401 | 2024-11-20T00:45:05.904Z | Checking cfg-if v1.0.0 |
402 | 2024-11-20T00:45:05.904Z | Compiling autocfg v1.4.0 |
403 | 2024-11-20T00:45:05.904Z | Compiling serde v1.0.215 |
404 | 2024-11-20T00:45:05.904Z | Compiling version_check v0.9.5 |
405 | 2024-11-20T00:45:05.904Z | Checking memchr v2.7.4 |
406 | 2024-11-20T00:45:06.045Z | Compiling serde_json v1.0.132 |
407 | 2024-11-20T00:45:06.090Z | Checking itoa v1.0.11 |
408 | 2024-11-20T00:45:06.564Z | Compiling thiserror v1.0.69 |
409 | 2024-11-20T00:45:06.671Z | Checking once_cell v1.20.2 |
410 | 2024-11-20T00:45:06.708Z | Compiling shlex v1.3.0 |
411 | 2024-11-20T00:45:06.970Z | Compiling cc v1.1.30 |
412 | 2024-11-20T00:45:07.008Z | Checking pin-project-lite v0.2.14 |
413 | 2024-11-20T00:45:07.123Z | Compiling num-traits v0.2.19 |
414 | 2024-11-20T00:45:07.478Z | Checking smallvec v1.13.2 |
415 | 2024-11-20T00:45:07.534Z | Checking bytes v1.8.0 |
416 | 2024-11-20T00:45:07.538Z | Checking getrandom v0.2.15 |
417 | 2024-11-20T00:45:07.572Z | Checking ryu v1.0.18 |
418 | 2024-11-20T00:45:07.732Z | Compiling quote v1.0.37 |
419 | 2024-11-20T00:45:07.775Z | Checking futures-core v0.3.31 |
420 | 2024-11-20T00:45:07.816Z | Compiling lock_api v0.4.12 |
421 | 2024-11-20T00:45:07.964Z | Compiling byteorder v1.5.0 |
422 | 2024-11-20T00:45:08.009Z | Compiling parking_lot_core v0.9.10 |
423 | 2024-11-20T00:45:08.133Z | Compiling syn v2.0.87 |
424 | 2024-11-20T00:45:08.339Z | Compiling ahash v0.8.11 |
425 | 2024-11-20T00:45:08.386Z | Compiling schemars v0.8.21 |
426 | 2024-11-20T00:45:08.436Z | Checking scopeguard v1.2.0 |
427 | 2024-11-20T00:45:08.476Z | Compiling slab v0.4.9 |
428 | 2024-11-20T00:45:08.769Z | Checking futures-sink v0.3.31 |
429 | 2024-11-20T00:45:08.771Z | Checking log v0.4.22 |
430 | 2024-11-20T00:45:08.809Z | Checking socket2 v0.5.7 |
431 | 2024-11-20T00:45:08.826Z | Checking mio v1.0.2 |
432 | 2024-11-20T00:45:08.910Z | Checking signal-hook-registry v1.4.2 |
433 | 2024-11-20T00:45:08.968Z | Checking parking_lot v0.12.3 |
434 | 2024-11-20T00:45:08.991Z | Checking stable_deref_trait v1.2.0 |
435 | 2024-11-20T00:45:09.095Z | Checking equivalent v1.0.1 |
436 | 2024-11-20T00:45:09.168Z | Compiling semver v1.0.23 |
437 | 2024-11-20T00:45:09.204Z | Checking hashbrown v0.15.0 |
438 | 2024-11-20T00:45:09.294Z | Checking fnv v1.0.7 |
439 | 2024-11-20T00:45:09.315Z | Checking futures-channel v0.3.31 |
440 | 2024-11-20T00:45:09.319Z | Checking pin-utils v0.1.0 |
441 | 2024-11-20T00:45:09.389Z | Checking futures-task v0.3.31 |
442 | 2024-11-20T00:45:09.424Z | Checking futures-io v0.3.31 |
443 | 2024-11-20T00:45:09.443Z | Checking http v1.1.0 |
444 | 2024-11-20T00:45:09.617Z | Compiling pkg-config v0.3.31 |
445 | 2024-11-20T00:45:09.637Z | Compiling vcpkg v0.2.15 |
446 | 2024-11-20T00:45:09.665Z | Compiling heck v0.5.0 |
447 | 2024-11-20T00:45:09.772Z | Checking spin v0.9.8 |
448 | 2024-11-20T00:45:09.983Z | Compiling ring v0.17.8 |
449 | 2024-11-20T00:45:10.004Z | Checking rustls-pki-types v1.9.0 |
450 | 2024-11-20T00:45:10.267Z | Checking untrusted v0.9.0 |
451 | 2024-11-20T00:45:10.430Z | Checking litemap v0.7.3 |
452 | 2024-11-20T00:45:10.614Z | Checking writeable v0.5.5 |
453 | 2024-11-20T00:45:10.889Z | Checking iana-time-zone v0.1.61 |
454 | 2024-11-20T00:45:10.907Z | Compiling ucd-trie v0.1.7 |
455 | 2024-11-20T00:45:10.910Z | Compiling httparse v1.9.5 |
456 | 2024-11-20T00:45:11.032Z | Checking tracing-core v0.1.32 |
457 | 2024-11-20T00:45:11.289Z | Compiling openssl-sys v0.9.103 |
458 | 2024-11-20T00:45:11.418Z | Checking dyn-clone v1.0.17 |
459 | 2024-11-20T00:45:11.635Z | Checking atomic-waker v1.1.2 |
460 | 2024-11-20T00:45:11.680Z | Compiling allocator-api2 v0.2.18 |
461 | 2024-11-20T00:45:11.748Z | Checking tracing v0.1.40 |
462 | 2024-11-20T00:45:12.070Z | Checking http-body v1.0.1 |
463 | 2024-11-20T00:45:12.239Z | Checking zeroize v1.8.1 |
464 | 2024-11-20T00:45:12.269Z | Checking try-lock v0.2.5 |
465 | 2024-11-20T00:45:12.448Z | Checking subtle v2.6.1 |
466 | 2024-11-20T00:45:12.494Z | Compiling uuid v1.11.0 |
467 | 2024-11-20T00:45:12.503Z | Checking icu_locid_transform_data v1.5.0 |
468 | 2024-11-20T00:45:12.580Z | Compiling chrono v0.4.38 |
469 | 2024-11-20T00:45:12.684Z | Checking want v0.3.1 |
470 | 2024-11-20T00:45:12.711Z | Checking httpdate v1.0.3 |
471 | 2024-11-20T00:45:12.848Z | Compiling openssl v0.10.66 |
472 | 2024-11-20T00:45:12.856Z | Checking foreign-types-shared v0.1.1 |
473 | 2024-11-20T00:45:12.949Z | Compiling slog v2.7.0 |
474 | 2024-11-20T00:45:12.984Z | Checking icu_properties_data v1.5.0 |
475 | 2024-11-20T00:45:13.044Z | Checking foreign-types v0.3.2 |
476 | 2024-11-20T00:45:13.227Z | Compiling aho-corasick v1.1.3 |
477 | 2024-11-20T00:45:13.302Z | Compiling native-tls v0.2.12 |
478 | 2024-11-20T00:45:13.508Z | Compiling regex-syntax v0.8.5 |
479 | 2024-11-20T00:45:14.334Z | Checking percent-encoding v2.3.1 |
480 | 2024-11-20T00:45:14.910Z | Checking write16 v1.0.0 |
481 | 2024-11-20T00:45:14.961Z | Checking utf16_iter v1.0.5 |
482 | 2024-11-20T00:45:14.961Z | Compiling rustls v0.23.14 |
483 | 2024-11-20T00:45:14.961Z | Checking icu_normalizer_data v1.5.0 |
484 | 2024-11-20T00:45:14.961Z | Checking tower-service v0.3.3 |
485 | 2024-11-20T00:45:14.961Z | Compiling typenum v1.17.0 |
486 | 2024-11-20T00:45:14.961Z | Checking utf8_iter v1.0.4 |
487 | 2024-11-20T00:45:14.961Z | Checking bitflags v2.6.0 |
488 | 2024-11-20T00:45:15.031Z | Checking form_urlencoded v1.2.1 |
489 | 2024-11-20T00:45:15.244Z | Compiling generic-array v0.14.7 |
490 | 2024-11-20T00:45:15.686Z | Checking openssl-probe v0.1.5 |
491 | 2024-11-20T00:45:15.843Z | Compiling synstructure v0.13.1 |
492 | 2024-11-20T00:45:15.861Z | Compiling serde_derive_internals v0.29.1 |
493 | 2024-11-20T00:45:16.374Z | Checking rustls-webpki v0.102.8 |
494 | 2024-11-20T00:45:17.146Z | Compiling regex-automata v0.4.8 |
495 | 2024-11-20T00:45:18.317Z | Compiling usdt-impl v0.5.0 |
496 | 2024-11-20T00:45:18.393Z | Checking encoding_rs v0.8.34 |
497 | 2024-11-20T00:45:18.677Z | Checking powerfmt v0.2.0 |
498 | 2024-11-20T00:45:18.990Z | Compiling time-core v0.1.2 |
499 | 2024-11-20T00:45:19.017Z | Compiling num-conv v0.1.0 |
500 | 2024-11-20T00:45:19.129Z | Checking mime v0.3.17 |
501 | 2024-11-20T00:45:19.474Z | Compiling time-macros v0.2.18 |
502 | 2024-11-20T00:45:19.509Z | Checking deranged v0.3.11 |
503 | 2024-11-20T00:45:19.542Z | Compiling thread-id v4.2.2 |
504 | 2024-11-20T00:45:20.694Z | Checking rustls-pemfile v2.2.0 |
505 | 2024-11-20T00:45:20.913Z | Checking webpki-roots v0.26.6 |
506 | 2024-11-20T00:45:21.039Z | Compiling strsim v0.11.1 |
507 | 2024-11-20T00:45:21.117Z | Compiling crossbeam-utils v0.8.20 |
508 | 2024-11-20T00:45:21.402Z | Compiling regex v1.11.1 |
509 | 2024-11-20T00:45:21.631Z | Compiling serde_derive v1.0.215 |
510 | 2024-11-20T00:45:21.689Z | Compiling zerocopy-derive v0.7.35 |
511 | 2024-11-20T00:45:21.815Z | Compiling thiserror-impl v1.0.69 |
512 | 2024-11-20T00:45:22.378Z | Compiling schemars_derive v0.8.21 |
513 | 2024-11-20T00:45:22.418Z | Compiling zerofrom-derive v0.1.4 |
514 | 2024-11-20T00:45:22.523Z | Compiling yoke-derive v0.7.4 |
515 | 2024-11-20T00:45:22.728Z | Compiling tokio-macros v2.4.0 |
516 | 2024-11-20T00:45:23.754Z | Compiling zerocopy v0.7.35 |
517 | 2024-11-20T00:45:24.944Z | Checking tokio v1.40.0 |
518 | 2024-11-20T00:45:25.087Z | Compiling zerovec-derive v0.10.3 |
519 | 2024-11-20T00:45:25.274Z | Compiling futures-macro v0.3.31 |
520 | 2024-11-20T00:45:25.277Z | Compiling displaydoc v0.2.5 |
521 | 2024-11-20T00:45:25.726Z | Compiling pest v2.7.14 |
522 | 2024-11-20T00:45:26.050Z | Checking zerofrom v0.1.4 |
523 | 2024-11-20T00:45:26.077Z | Compiling icu_provider_macros v1.5.0 |
524 | 2024-11-20T00:45:26.265Z | Checking yoke v0.7.4 |
525 | 2024-11-20T00:45:26.596Z | Compiling hashbrown v0.14.5 |
526 | 2024-11-20T00:45:27.196Z | Checking futures-util v0.3.31 |
527 | 2024-11-20T00:45:27.241Z | Compiling openssl-macros v0.1.1 |
528 | 2024-11-20T00:45:27.580Z | Checking zerovec v0.10.4 |
529 | 2024-11-20T00:45:27.953Z | Compiling regress v0.10.1 |
530 | 2024-11-20T00:45:28.506Z | Compiling pest_meta v2.7.14 |
531 | 2024-11-20T00:45:28.710Z | Compiling scroll_derive v0.12.0 |
532 | 2024-11-20T00:45:30.187Z | Checking tinystr v0.7.6 |
533 | 2024-11-20T00:45:30.611Z | Checking icu_locid v1.5.0 |
534 | 2024-11-20T00:45:31.722Z | Checking icu_provider v1.5.0 |
535 | 2024-11-20T00:45:32.313Z | Checking tokio-util v0.7.12 |
536 | 2024-11-20T00:45:32.381Z | Checking icu_locid_transform v1.5.0 |
537 | 2024-11-20T00:45:32.506Z | Compiling pest_generator v2.7.14 |
538 | 2024-11-20T00:45:32.689Z | Checking icu_collections v1.5.0 |
539 | 2024-11-20T00:45:32.709Z | Checking http-body-util v0.1.2 |
540 | 2024-11-20T00:45:33.161Z | Checking tokio-rustls v0.26.0 |
541 | 2024-11-20T00:45:33.182Z | Checking scroll v0.12.0 |
542 | 2024-11-20T00:45:33.385Z | Checking icu_properties v1.5.1 |
543 | 2024-11-20T00:45:33.850Z | Checking num_threads v0.1.7 |
544 | 2024-11-20T00:45:33.971Z | Checking tokio-native-tls v0.3.1 |
545 | 2024-11-20T00:45:34.281Z | Compiling pest_derive v2.7.14 |
546 | 2024-11-20T00:45:34.359Z | Checking base64 v0.22.1 |
547 | 2024-11-20T00:45:34.817Z | Checking indexmap v2.6.0 |
548 | 2024-11-20T00:45:35.626Z | Compiling serde_tokenstream v0.2.2 |
549 | 2024-11-20T00:45:36.144Z | Checking h2 v0.4.6 |
550 | 2024-11-20T00:45:36.687Z | Checking icu_normalizer v1.5.0 |
551 | 2024-11-20T00:45:36.820Z | Compiling dtrace-parser v0.2.0 |
552 | 2024-11-20T00:45:37.060Z | Checking serde_urlencoded v0.7.1 |
553 | 2024-11-20T00:45:37.504Z | Checking idna_adapter v1.2.0 |
554 | 2024-11-20T00:45:37.506Z | Compiling dof v0.3.0 |
555 | 2024-11-20T00:45:37.584Z | Compiling ident_case v1.0.1 |
556 | 2024-11-20T00:45:37.721Z | Checking idna v1.0.3 |
557 | 2024-11-20T00:45:37.769Z | Checking plain v0.2.3 |
558 | 2024-11-20T00:45:37.917Z | Checking goblin v0.8.2 |
559 | 2024-11-20T00:45:38.218Z | Checking url v2.5.3 |
560 | 2024-11-20T00:45:38.412Z | Compiling darling_core v0.20.10 |
561 | 2024-11-20T00:45:38.600Z | Compiling openapiv3 v2.0.0 |
562 | 2024-11-20T00:45:39.103Z | Checking time v0.3.36 |
563 | 2024-11-20T00:45:39.572Z | Compiling typify-impl v0.2.0 |
564 | 2024-11-20T00:45:40.506Z | Checking hyper v1.5.0 |
565 | 2024-11-20T00:45:42.790Z | Checking hyper-util v0.1.10 |
566 | 2024-11-20T00:45:42.963Z | Checking sync_wrapper v1.0.1 |
567 | 2024-11-20T00:45:43.115Z | Checking dirs-sys-next v0.1.2 |
568 | 2024-11-20T00:45:43.302Z | Compiling rustversion v1.0.17 |
569 | 2024-11-20T00:45:43.538Z | Compiling unsafe-libyaml v0.2.11 |
570 | 2024-11-20T00:45:43.844Z | Compiling paste v1.0.15 |
571 | 2024-11-20T00:45:43.999Z | Compiling rustls v0.22.4 |
572 | 2024-11-20T00:45:44.311Z | Checking pretty-hex v0.4.1 |
573 | 2024-11-20T00:45:44.366Z | Checking ipnet v2.10.1 |
574 | 2024-11-20T00:45:44.482Z | Compiling omicron-workspace-hack v0.1.0 |
575 | 2024-11-20T00:45:44.528Z | Checking hyper-tls v0.6.0 |
576 | 2024-11-20T00:45:44.565Z | Checking hyper-rustls v0.27.3 |
577 | 2024-11-20T00:45:44.599Z | Compiling darling_macro v0.20.10 |
578 | 2024-11-20T00:45:44.846Z | Compiling serde_yaml v0.9.34+deprecated |
579 | 2024-11-20T00:45:44.912Z | Checking reqwest v0.12.9 |
580 | 2024-11-20T00:45:45.151Z | Checking dirs-next v2.0.0 |
581 | 2024-11-20T00:45:45.304Z | Checking serde_spanned v0.6.8 |
582 | 2024-11-20T00:45:45.391Z | Checking toml_datetime v0.6.8 |
583 | 2024-11-20T00:45:45.495Z | Checking ppv-lite86 v0.2.20 |
584 | 2024-11-20T00:45:45.527Z | Compiling structmeta-derive v0.3.0 |
585 | 2024-11-20T00:45:45.583Z | Checking crypto-common v0.1.6 |
586 | 2024-11-20T00:45:45.687Z | Checking block-buffer v0.10.4 |
587 | 2024-11-20T00:45:45.754Z | Checking rand_core v0.6.4 |
588 | 2024-11-20T00:45:45.994Z | Checking thread_local v1.1.8 |
589 | 2024-11-20T00:45:46.015Z | Compiling multer v3.1.0 |
590 | 2024-11-20T00:45:46.043Z | Checking winnow v0.6.20 |
591 | 2024-11-20T00:45:46.255Z | Compiling anyhow v1.0.93 |
592 | 2024-11-20T00:45:46.293Z | Checking match_cfg v0.1.0 |
593 | 2024-11-20T00:45:46.354Z | Compiling newtype-uuid v1.1.3 |
594 | 2024-11-20T00:45:46.386Z | Compiling slog-async v2.8.0 |
595 | 2024-11-20T00:45:46.406Z | Compiling camino v1.1.9 |
596 | 2024-11-20T00:45:46.696Z | Checking progenitor-client v0.8.0 |
597 | 2024-11-20T00:45:46.950Z | Checking hostname v0.3.1 |
598 | 2024-11-20T00:45:47.081Z | Checking rand_chacha v0.3.1 |
599 | 2024-11-20T00:45:47.117Z | Checking crossbeam-channel v0.5.13 |
600 | 2024-11-20T00:45:47.244Z | Checking digest v0.10.7 |
601 | 2024-11-20T00:45:47.453Z | Compiling darling v0.20.10 |
602 | 2024-11-20T00:45:47.579Z | Checking term v0.7.0 |
603 | 2024-11-20T00:45:48.025Z | Checking slog-json v2.6.1 |
604 | 2024-11-20T00:45:48.197Z | Compiling structmeta v0.3.0 |
605 | 2024-11-20T00:45:48.294Z | Compiling usdt-attr-macro v0.5.0 |
606 | 2024-11-20T00:45:48.465Z | Compiling usdt-macro v0.5.0 |
607 | 2024-11-20T00:45:48.582Z | Checking futures-executor v0.3.31 |
608 | 2024-11-20T00:45:48.822Z | Compiling async-stream-impl v0.3.6 |
609 | 2024-11-20T00:45:48.885Z | Checking is-terminal v0.4.13 |
610 | 2024-11-20T00:45:48.990Z | Checking memmap v0.7.0 |
611 | 2024-11-20T00:45:49.009Z | Compiling dropshot v0.13.0 |
612 | 2024-11-20T00:45:49.031Z | Checking toml_edit v0.22.22 |
613 | 2024-11-20T00:45:49.207Z | Checking cpufeatures v0.2.14 |
614 | 2024-11-20T00:45:49.296Z | Checking take_mut v0.2.2 |
615 | 2024-11-20T00:45:49.401Z | Checking sha1 v0.10.6 |
616 | 2024-11-20T00:45:49.672Z | Checking slog-term v2.9.1 |
617 | 2024-11-20T00:45:49.729Z | Compiling strum_macros v0.26.4 |
618 | 2024-11-20T00:45:49.762Z | Checking futures v0.3.31 |
619 | 2024-11-20T00:45:49.814Z | Checking usdt v0.5.0 |
620 | 2024-11-20T00:45:49.877Z | Compiling parse-display-derive v0.10.0 |
621 | 2024-11-20T00:45:50.072Z | Checking slog-bunyan v2.5.0 |
622 | 2024-11-20T00:45:50.123Z | Checking async-stream v0.3.6 |
623 | 2024-11-20T00:45:50.151Z | Compiling serde_with_macros v3.11.0 |
624 | 2024-11-20T00:45:50.236Z | Checking rand v0.8.5 |
625 | 2024-11-20T00:45:51.399Z | Checking tokio-rustls v0.25.0 |
626 | 2024-11-20T00:45:51.635Z | Checking toml v0.8.19 |
627 | 2024-11-20T00:45:51.785Z | Checking ipnetwork v0.20.0 |
628 | 2024-11-20T00:45:51.828Z | Compiling dropshot_endpoint v0.13.0 |
629 | 2024-11-20T00:45:51.845Z | Checking hex v0.4.3 |
630 | 2024-11-20T00:45:52.144Z | Checking serde_path_to_error v0.1.16 |
631 | 2024-11-20T00:45:52.420Z | Compiling async-trait v0.1.83 |
632 | 2024-11-20T00:45:52.442Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
633 | 2024-11-20T00:45:52.788Z | Checking waitgroup v0.1.2 |
634 | 2024-11-20T00:45:52.848Z | Checking hostname v0.4.0 |
635 | 2024-11-20T00:45:52.925Z | Checking instant v0.1.13 |
636 | 2024-11-20T00:45:52.982Z | Checking debug-ignore v1.0.5 |
637 | 2024-11-20T00:45:53.034Z | Checking backoff v0.4.0 |
638 | 2024-11-20T00:45:53.117Z | Checking serde_with v3.11.0 |
639 | 2024-11-20T00:45:53.216Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
640 | 2024-11-20T00:45:53.317Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
641 | 2024-11-20T00:45:53.359Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
642 | 2024-11-20T00:45:53.474Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
643 | 2024-11-20T00:45:53.668Z | Compiling typify-macro v0.2.0 |
644 | 2024-11-20T00:45:53.695Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
645 | 2024-11-20T00:45:53.827Z | Checking parse-display v0.10.0 |
646 | 2024-11-20T00:45:54.051Z | Checking macaddr v1.0.1 |
647 | 2024-11-20T00:45:54.055Z | Checking regress v0.9.1 |
648 | 2024-11-20T00:45:54.231Z | Checking strum v0.26.3 |
649 | 2024-11-20T00:45:56.019Z | Compiling typify v0.2.0 |
650 | 2024-11-20T00:45:56.109Z | Compiling progenitor-impl v0.8.0 |
651 | 2024-11-20T00:45:58.734Z | Compiling progenitor-macro v0.8.0 |
652 | 2024-11-20T00:46:02.977Z | Checking progenitor v0.8.0 |
653 | 2024-11-20T00:46:03.107Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
654 | 2024-11-20T00:46:05.962Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
655 | 2024-11-20T00:46:13.630Z | Checking test-project v0.1.0 (/tmp/test-project) |
656 | 2024-11-20T00:46:13.695Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
657 | 2024-11-20T00:46:14.019Z | + cargo build --release |
658 | 2024-11-20T00:46:14.274Z | Compiling proc-macro2 v1.0.89 |
659 | 2024-11-20T00:46:14.274Z | Compiling unicode-ident v1.0.13 |
660 | 2024-11-20T00:46:14.274Z | Compiling libc v0.2.162 |
661 | 2024-11-20T00:46:14.276Z | Compiling cfg-if v1.0.0 |
662 | 2024-11-20T00:46:14.276Z | Compiling autocfg v1.4.0 |
663 | 2024-11-20T00:46:14.276Z | Compiling serde v1.0.215 |
664 | 2024-11-20T00:46:14.276Z | Compiling version_check v0.9.5 |
665 | 2024-11-20T00:46:14.276Z | Compiling memchr v2.7.4 |
666 | 2024-11-20T00:46:14.397Z | Compiling serde_json v1.0.132 |
667 | 2024-11-20T00:46:14.488Z | Compiling itoa v1.0.11 |
668 | 2024-11-20T00:46:14.717Z | Compiling thiserror v1.0.69 |
669 | 2024-11-20T00:46:14.870Z | Compiling once_cell v1.20.2 |
670 | 2024-11-20T00:46:14.938Z | Compiling shlex v1.3.0 |
671 | 2024-11-20T00:46:15.206Z | Compiling cc v1.1.30 |
672 | 2024-11-20T00:46:15.327Z | Compiling num-traits v0.2.19 |
673 | 2024-11-20T00:46:15.560Z | Compiling pin-project-lite v0.2.14 |
674 | 2024-11-20T00:46:15.680Z | Compiling smallvec v1.13.2 |
675 | 2024-11-20T00:46:15.760Z | Compiling getrandom v0.2.15 |
676 | 2024-11-20T00:46:15.882Z | Compiling bytes v1.8.0 |
677 | 2024-11-20T00:46:16.051Z | Compiling quote v1.0.37 |
678 | 2024-11-20T00:46:16.059Z | Compiling ryu v1.0.18 |
679 | 2024-11-20T00:46:16.108Z | Compiling futures-core v0.3.31 |
680 | 2024-11-20T00:46:16.347Z | Compiling lock_api v0.4.12 |
681 | 2024-11-20T00:46:16.366Z | Compiling ahash v0.8.11 |
682 | 2024-11-20T00:46:16.588Z | Compiling syn v2.0.87 |
683 | 2024-11-20T00:46:16.679Z | Compiling byteorder v1.5.0 |
684 | 2024-11-20T00:46:16.723Z | Compiling schemars v0.8.21 |
685 | 2024-11-20T00:46:16.740Z | Compiling parking_lot_core v0.9.10 |
686 | 2024-11-20T00:46:17.084Z | Compiling scopeguard v1.2.0 |
687 | 2024-11-20T00:46:17.092Z | Compiling slab v0.4.9 |
688 | 2024-11-20T00:46:17.130Z | Compiling log v0.4.22 |
689 | 2024-11-20T00:46:17.442Z | Compiling futures-sink v0.3.31 |
690 | 2024-11-20T00:46:17.593Z | Compiling signal-hook-registry v1.4.2 |
691 | 2024-11-20T00:46:17.605Z | Compiling socket2 v0.5.7 |
692 | 2024-11-20T00:46:17.693Z | Compiling parking_lot v0.12.3 |
693 | 2024-11-20T00:46:17.746Z | Compiling mio v1.0.2 |
694 | 2024-11-20T00:46:17.758Z | Compiling stable_deref_trait v1.2.0 |
695 | 2024-11-20T00:46:17.845Z | Compiling semver v1.0.23 |
696 | 2024-11-20T00:46:18.209Z | Compiling ring v0.17.8 |
697 | 2024-11-20T00:46:18.327Z | Compiling equivalent v1.0.1 |
698 | 2024-11-20T00:46:18.345Z | Compiling fnv v1.0.7 |
699 | 2024-11-20T00:46:18.440Z | Compiling hashbrown v0.15.0 |
700 | 2024-11-20T00:46:18.468Z | Compiling http v1.1.0 |
701 | 2024-11-20T00:46:19.130Z | Compiling futures-channel v0.3.31 |
702 | 2024-11-20T00:46:19.265Z | Compiling pin-utils v0.1.0 |
703 | 2024-11-20T00:46:19.350Z | Compiling futures-io v0.3.31 |
704 | 2024-11-20T00:46:19.495Z | Compiling futures-task v0.3.31 |
705 | 2024-11-20T00:46:19.664Z | Compiling spin v0.9.8 |
706 | 2024-11-20T00:46:19.779Z | Compiling heck v0.5.0 |
707 | 2024-11-20T00:46:19.781Z | Compiling vcpkg v0.2.15 |
708 | 2024-11-20T00:46:19.812Z | Compiling rustls-pki-types v1.9.0 |
709 | 2024-11-20T00:46:19.899Z | Compiling pkg-config v0.3.31 |
710 | 2024-11-20T00:46:20.847Z | Compiling iana-time-zone v0.1.61 |
711 | 2024-11-20T00:46:21.126Z | Compiling writeable v0.5.5 |
712 | 2024-11-20T00:46:21.384Z | Compiling openssl-sys v0.9.103 |
713 | 2024-11-20T00:46:21.651Z | Compiling untrusted v0.9.0 |
714 | 2024-11-20T00:46:21.655Z | Compiling litemap v0.7.3 |
715 | 2024-11-20T00:46:21.833Z | Compiling ucd-trie v0.1.7 |
716 | 2024-11-20T00:46:22.114Z | Compiling httparse v1.9.5 |
717 | 2024-11-20T00:46:22.254Z | Compiling tracing-core v0.1.32 |
718 | 2024-11-20T00:46:22.498Z | Compiling allocator-api2 v0.2.18 |
719 | 2024-11-20T00:46:22.663Z | Compiling dyn-clone v1.0.17 |
720 | 2024-11-20T00:46:22.863Z | Compiling atomic-waker v1.1.2 |
721 | 2024-11-20T00:46:23.010Z | Compiling tracing v0.1.40 |
722 | 2024-11-20T00:46:23.298Z | Compiling http-body v1.0.1 |
723 | 2024-11-20T00:46:23.714Z | Compiling subtle v2.6.1 |
724 | 2024-11-20T00:46:23.720Z | Compiling uuid v1.11.0 |
725 | 2024-11-20T00:46:23.961Z | Compiling chrono v0.4.38 |
726 | 2024-11-20T00:46:23.977Z | Compiling try-lock v0.2.5 |
727 | 2024-11-20T00:46:24.125Z | Compiling zeroize v1.8.1 |
728 | 2024-11-20T00:46:24.336Z | Compiling icu_locid_transform_data v1.5.0 |
729 | 2024-11-20T00:46:24.401Z | Compiling want v0.3.1 |
730 | 2024-11-20T00:46:24.517Z | Compiling synstructure v0.13.1 |
731 | 2024-11-20T00:46:24.640Z | Compiling serde_derive_internals v0.29.1 |
732 | 2024-11-20T00:46:25.054Z | Compiling openssl v0.10.66 |
733 | 2024-11-20T00:46:25.493Z | Compiling foreign-types-shared v0.1.1 |
734 | 2024-11-20T00:46:25.596Z | Compiling icu_properties_data v1.5.0 |
735 | 2024-11-20T00:46:25.849Z | Compiling slog v2.7.0 |
736 | 2024-11-20T00:46:25.909Z | Compiling httpdate v1.0.3 |
737 | 2024-11-20T00:46:25.980Z | Compiling foreign-types v0.3.2 |
738 | 2024-11-20T00:46:26.543Z | Compiling aho-corasick v1.1.3 |
739 | 2024-11-20T00:46:26.647Z | Compiling percent-encoding v2.3.1 |
740 | 2024-11-20T00:46:26.927Z | Compiling tower-service v0.3.3 |
741 | 2024-11-20T00:46:27.043Z | Compiling utf8_iter v1.0.4 |
742 | 2024-11-20T00:46:27.117Z | Compiling native-tls v0.2.12 |
743 | 2024-11-20T00:46:27.320Z | Compiling icu_normalizer_data v1.5.0 |
744 | 2024-11-20T00:46:27.413Z | Compiling rustls v0.23.14 |
745 | 2024-11-20T00:46:27.475Z | Compiling typenum v1.17.0 |
746 | 2024-11-20T00:46:27.831Z | Compiling utf16_iter v1.0.5 |
747 | 2024-11-20T00:46:28.051Z | Compiling regex-syntax v0.8.5 |
748 | 2024-11-20T00:46:28.479Z | Compiling bitflags v2.6.0 |
749 | 2024-11-20T00:46:28.528Z | Compiling write16 v1.0.0 |
750 | 2024-11-20T00:46:28.638Z | Compiling form_urlencoded v1.2.1 |
751 | 2024-11-20T00:46:28.929Z | Compiling generic-array v0.14.7 |
752 | 2024-11-20T00:46:29.129Z | Compiling openssl-probe v0.1.5 |
753 | 2024-11-20T00:46:30.099Z | Compiling serde_derive v1.0.215 |
754 | 2024-11-20T00:46:30.484Z | Compiling zerocopy-derive v0.7.35 |
755 | 2024-11-20T00:46:30.515Z | Compiling thiserror-impl v1.0.69 |
756 | 2024-11-20T00:46:31.097Z | Compiling schemars_derive v0.8.21 |
757 | 2024-11-20T00:46:31.343Z | Compiling zerofrom-derive v0.1.4 |
758 | 2024-11-20T00:46:32.631Z | Compiling zerocopy v0.7.35 |
759 | 2024-11-20T00:46:34.052Z | Compiling yoke-derive v0.7.4 |
760 | 2024-11-20T00:46:34.239Z | Compiling tokio-macros v2.4.0 |
761 | 2024-11-20T00:46:34.247Z | Compiling zerovec-derive v0.10.3 |
762 | 2024-11-20T00:46:35.023Z | Compiling zerofrom v0.1.4 |
763 | 2024-11-20T00:46:35.260Z | Compiling futures-macro v0.3.31 |
764 | 2024-11-20T00:46:35.403Z | Compiling displaydoc v0.2.5 |
765 | 2024-11-20T00:46:35.828Z | Compiling tokio v1.40.0 |
766 | 2024-11-20T00:46:36.852Z | Compiling yoke v0.7.4 |
767 | 2024-11-20T00:46:37.026Z | Compiling pest v2.7.14 |
768 | 2024-11-20T00:46:37.197Z | Compiling zerovec v0.10.4 |
769 | 2024-11-20T00:46:37.210Z | Compiling futures-util v0.3.31 |
770 | 2024-11-20T00:46:37.225Z | Compiling icu_provider_macros v1.5.0 |
771 | 2024-11-20T00:46:37.310Z | Compiling hashbrown v0.14.5 |
772 | 2024-11-20T00:46:38.626Z | Compiling rustls-webpki v0.102.8 |
773 | 2024-11-20T00:46:40.036Z | Compiling tinystr v0.7.6 |
774 | 2024-11-20T00:46:40.230Z | Compiling pest_meta v2.7.14 |
775 | 2024-11-20T00:46:40.488Z | Compiling icu_locid v1.5.0 |
776 | 2024-11-20T00:46:43.516Z | Compiling icu_provider v1.5.0 |
777 | 2024-11-20T00:46:44.185Z | Compiling pest_generator v2.7.14 |
778 | 2024-11-20T00:46:44.730Z | Compiling indexmap v2.6.0 |
779 | 2024-11-20T00:46:45.782Z | Compiling serde_tokenstream v0.2.2 |
780 | 2024-11-20T00:46:46.689Z | Compiling tokio-util v0.7.12 |
781 | 2024-11-20T00:46:47.723Z | Compiling h2 v0.4.6 |
782 | 2024-11-20T00:46:48.232Z | Compiling icu_locid_transform v1.5.0 |
783 | 2024-11-20T00:46:49.002Z | Compiling icu_collections v1.5.0 |
784 | 2024-11-20T00:46:51.093Z | Compiling regress v0.10.1 |
785 | 2024-11-20T00:46:51.794Z | Compiling icu_properties v1.5.1 |
786 | 2024-11-20T00:46:54.232Z | Compiling hyper v1.5.0 |
787 | 2024-11-20T00:46:55.365Z | Compiling typify-impl v0.2.0 |
788 | 2024-11-20T00:46:55.954Z | Compiling pest_derive v2.7.14 |
789 | 2024-11-20T00:46:57.437Z | Compiling openssl-macros v0.1.1 |
790 | 2024-11-20T00:46:59.953Z | Compiling hyper-util v0.1.10 |
791 | 2024-11-20T00:47:03.734Z | Compiling icu_normalizer v1.5.0 |
792 | 2024-11-20T00:47:04.143Z | Compiling regex-automata v0.4.8 |
793 | 2024-11-20T00:47:06.109Z | Compiling idna_adapter v1.2.0 |
794 | 2024-11-20T00:47:06.630Z | Compiling http-body-util v0.1.2 |
795 | 2024-11-20T00:47:07.745Z | Compiling typify-macro v0.2.0 |
796 | 2024-11-20T00:47:07.800Z | Compiling scroll_derive v0.12.0 |
797 | 2024-11-20T00:47:09.130Z | Compiling regex v1.11.1 |
798 | 2024-11-20T00:47:09.368Z | Compiling usdt-impl v0.5.0 |
799 | 2024-11-20T00:47:09.748Z | Compiling encoding_rs v0.8.34 |
800 | 2024-11-20T00:47:10.130Z | Compiling time-core v0.1.2 |
801 | 2024-11-20T00:47:10.299Z | Compiling num-conv v0.1.0 |
802 | 2024-11-20T00:47:10.592Z | Compiling mime v0.3.17 |
803 | 2024-11-20T00:47:11.648Z | Compiling powerfmt v0.2.0 |
804 | 2024-11-20T00:47:12.129Z | Compiling deranged v0.3.11 |
805 | 2024-11-20T00:47:12.156Z | Compiling time-macros v0.2.18 |
806 | 2024-11-20T00:47:12.956Z | Compiling scroll v0.12.0 |
807 | 2024-11-20T00:47:13.597Z | Compiling idna v1.0.3 |
808 | 2024-11-20T00:47:14.468Z | Compiling tokio-rustls v0.26.0 |
809 | 2024-11-20T00:47:14.951Z | Compiling tokio-native-tls v0.3.1 |
810 | 2024-11-20T00:47:15.234Z | Compiling dtrace-parser v0.2.0 |
811 | 2024-11-20T00:47:19.397Z | Compiling dof v0.3.0 |
812 | 2024-11-20T00:47:20.301Z | Compiling serde_urlencoded v0.7.1 |
813 | 2024-11-20T00:47:20.909Z | Compiling thread-id v4.2.2 |
814 | 2024-11-20T00:47:21.032Z | Compiling rustls-pemfile v2.2.0 |
815 | 2024-11-20T00:47:21.501Z | Compiling webpki-roots v0.26.6 |
816 | 2024-11-20T00:47:22.274Z | Compiling crossbeam-utils v0.8.20 |
817 | 2024-11-20T00:47:22.918Z | Compiling base64 v0.22.1 |
818 | 2024-11-20T00:47:23.127Z | Compiling num_threads v0.1.7 |
819 | 2024-11-20T00:47:23.243Z | Compiling ident_case v1.0.1 |
820 | 2024-11-20T00:47:23.414Z | Compiling strsim v0.11.1 |
821 | 2024-11-20T00:47:24.022Z | Compiling plain v0.2.3 |
822 | 2024-11-20T00:47:24.068Z | Compiling omicron-workspace-hack v0.1.0 |
823 | 2024-11-20T00:47:24.174Z | Compiling goblin v0.8.2 |
824 | 2024-11-20T00:47:25.477Z | Compiling darling_core v0.20.10 |
825 | 2024-11-20T00:47:26.631Z | Compiling time v0.3.36 |
826 | 2024-11-20T00:47:31.799Z | Compiling hyper-rustls v0.27.3 |
827 | 2024-11-20T00:47:34.580Z | Compiling hyper-tls v0.6.0 |
828 | 2024-11-20T00:47:35.103Z | Compiling url v2.5.3 |
829 | 2024-11-20T00:47:35.368Z | Compiling typify v0.2.0 |
830 | 2024-11-20T00:47:35.490Z | Compiling openapiv3 v2.0.0 |
831 | 2024-11-20T00:47:37.291Z | Compiling sync_wrapper v1.0.1 |
832 | 2024-11-20T00:47:37.437Z | Compiling dirs-sys-next v0.1.2 |
833 | 2024-11-20T00:47:38.923Z | Compiling pretty-hex v0.4.1 |
834 | 2024-11-20T00:47:39.157Z | Compiling rustversion v1.0.17 |
835 | 2024-11-20T00:47:39.803Z | Compiling unsafe-libyaml v0.2.11 |
836 | 2024-11-20T00:47:39.878Z | Compiling ipnet v2.10.1 |
837 | 2024-11-20T00:47:41.047Z | Compiling paste v1.0.15 |
838 | 2024-11-20T00:47:41.551Z | Compiling rustls v0.22.4 |
839 | 2024-11-20T00:47:41.672Z | Compiling serde_yaml v0.9.34+deprecated |
840 | 2024-11-20T00:47:41.894Z | Compiling reqwest v0.12.9 |
841 | 2024-11-20T00:47:42.808Z | Compiling progenitor-impl v0.8.0 |
842 | 2024-11-20T00:47:45.671Z | Compiling dirs-next v2.0.0 |
843 | 2024-11-20T00:47:47.976Z | Compiling darling_macro v0.20.10 |
844 | 2024-11-20T00:47:49.462Z | Compiling block-buffer v0.10.4 |
845 | 2024-11-20T00:47:49.652Z | Compiling crypto-common v0.1.6 |
846 | 2024-11-20T00:47:49.694Z | Compiling serde_spanned v0.6.8 |
847 | 2024-11-20T00:47:49.716Z | Compiling toml_datetime v0.6.8 |
848 | 2024-11-20T00:47:49.862Z | Compiling ppv-lite86 v0.2.20 |
849 | 2024-11-20T00:47:49.927Z | Compiling structmeta-derive v0.3.0 |
850 | 2024-11-20T00:47:50.399Z | Compiling rand_core v0.6.4 |
851 | 2024-11-20T00:47:50.825Z | Compiling thread_local v1.1.8 |
852 | 2024-11-20T00:47:50.875Z | Compiling multer v3.1.0 |
853 | 2024-11-20T00:47:50.890Z | Compiling anyhow v1.0.93 |
854 | 2024-11-20T00:47:51.223Z | Compiling winnow v0.6.20 |
855 | 2024-11-20T00:47:51.511Z | Compiling newtype-uuid v1.1.3 |
856 | 2024-11-20T00:47:51.558Z | Compiling match_cfg v0.1.0 |
857 | 2024-11-20T00:47:51.653Z | Compiling camino v1.1.9 |
858 | 2024-11-20T00:47:51.848Z | Compiling slog-async v2.8.0 |
859 | 2024-11-20T00:47:52.374Z | Compiling hostname v0.3.1 |
860 | 2024-11-20T00:47:52.599Z | Compiling rand_chacha v0.3.1 |
861 | 2024-11-20T00:47:52.722Z | Compiling structmeta v0.3.0 |
862 | 2024-11-20T00:47:52.767Z | Compiling crossbeam-channel v0.5.13 |
863 | 2024-11-20T00:47:53.108Z | Compiling digest v0.10.7 |
864 | 2024-11-20T00:47:53.170Z | Compiling progenitor-macro v0.8.0 |
865 | 2024-11-20T00:47:54.357Z | Compiling darling v0.20.10 |
866 | 2024-11-20T00:47:54.380Z | Compiling term v0.7.0 |
867 | 2024-11-20T00:47:54.454Z | Compiling progenitor-client v0.8.0 |
868 | 2024-11-20T00:47:55.404Z | Compiling toml_edit v0.22.22 |
869 | 2024-11-20T00:48:00.173Z | Compiling usdt-attr-macro v0.5.0 |
870 | 2024-11-20T00:48:01.719Z | Compiling usdt-macro v0.5.0 |
871 | 2024-11-20T00:48:03.070Z | Compiling slog-json v2.6.1 |
872 | 2024-11-20T00:48:03.541Z | Compiling futures-executor v0.3.31 |
873 | 2024-11-20T00:48:04.022Z | Compiling async-stream-impl v0.3.6 |
874 | 2024-11-20T00:48:04.710Z | Compiling memmap v0.7.0 |
875 | 2024-11-20T00:48:05.154Z | Compiling is-terminal v0.4.13 |
876 | 2024-11-20T00:48:05.281Z | Compiling dropshot v0.13.0 |
877 | 2024-11-20T00:48:05.396Z | Compiling take_mut v0.2.2 |
878 | 2024-11-20T00:48:05.551Z | Compiling cpufeatures v0.2.14 |
879 | 2024-11-20T00:48:05.642Z | Compiling sha1 v0.10.6 |
880 | 2024-11-20T00:48:06.242Z | Compiling progenitor v0.8.0 |
881 | 2024-11-20T00:48:06.421Z | Compiling async-stream v0.3.6 |
882 | 2024-11-20T00:48:06.466Z | Compiling slog-term v2.9.1 |
883 | 2024-11-20T00:48:06.723Z | Compiling usdt v0.5.0 |
884 | 2024-11-20T00:48:08.289Z | Compiling futures v0.3.31 |
885 | 2024-11-20T00:48:08.490Z | Compiling slog-bunyan v2.5.0 |
886 | 2024-11-20T00:48:08.759Z | Compiling tokio-rustls v0.25.0 |
887 | 2024-11-20T00:48:09.140Z | Compiling toml v0.8.19 |
888 | 2024-11-20T00:48:09.222Z | Compiling strum_macros v0.26.4 |
889 | 2024-11-20T00:48:09.411Z | Compiling serde_with_macros v3.11.0 |
890 | 2024-11-20T00:48:12.236Z | Compiling parse-display-derive v0.10.0 |
891 | 2024-11-20T00:48:13.954Z | Compiling rand v0.8.5 |
892 | 2024-11-20T00:48:17.418Z | Compiling ipnetwork v0.20.0 |
893 | 2024-11-20T00:48:18.394Z | Compiling dropshot_endpoint v0.13.0 |
894 | 2024-11-20T00:48:18.609Z | Compiling serde_path_to_error v0.1.16 |
895 | 2024-11-20T00:48:19.122Z | Compiling hex v0.4.3 |
896 | 2024-11-20T00:48:19.631Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
897 | 2024-11-20T00:48:19.800Z | Compiling async-trait v0.1.83 |
898 | 2024-11-20T00:48:20.448Z | Compiling waitgroup v0.1.2 |
899 | 2024-11-20T00:48:20.692Z | Compiling hostname v0.4.0 |
900 | 2024-11-20T00:48:20.935Z | Compiling instant v0.1.13 |
901 | 2024-11-20T00:48:21.087Z | Compiling debug-ignore v1.0.5 |
902 | 2024-11-20T00:48:21.264Z | Compiling backoff v0.4.0 |
903 | 2024-11-20T00:48:21.650Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
904 | 2024-11-20T00:48:21.846Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
905 | 2024-11-20T00:48:21.991Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
906 | 2024-11-20T00:48:22.403Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
907 | 2024-11-20T00:48:22.497Z | Compiling parse-display v0.10.0 |
908 | 2024-11-20T00:48:22.987Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
909 | 2024-11-20T00:48:24.735Z | Compiling strum v0.26.3 |
910 | 2024-11-20T00:48:24.911Z | Compiling serde_with v3.11.0 |
911 | 2024-11-20T00:48:26.561Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
912 | 2024-11-20T00:48:26.960Z | Compiling regress v0.9.1 |
913 | 2024-11-20T00:48:27.399Z | Compiling macaddr v1.0.1 |
914 | 2024-11-20T00:48:31.008Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
915 | 2024-11-20T00:48:42.504Z | Compiling test-project v0.1.0 (/tmp/test-project) |
916 | 2024-11-20T00:48:52.437Z | Finished `release` profile [optimized] target(s) in 2m 38s |
917 | 2024-11-20T00:48:52.503Z | process exited: duration 239216 ms, exit code 0 |
|
918 | 2024-11-20T00:48:52.508Z | found 0 output files |