|
|
|
1 | 2024-11-13T21:10:38.436Z | job assigned to worker 01JCKNRMYVT08RWE8A8GFYDTXJ (queued for 59 s) |
|
2 | 2024-11-13T21:10:46.492Z | starting task 0: "setup" |
3 | 2024-11-13T21:10:46.500Z | ++ uname -s |
4 | 2024-11-13T21:10:46.507Z | + kern=SunOS |
5 | 2024-11-13T21:10:46.507Z | + case "$kern" in |
6 | 2024-11-13T21:10:46.507Z | + groupadd -g 12345 build |
7 | 2024-11-13T21:10:46.511Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-13T21:10:48.492Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-13T21:10:48.621Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-13T21:10:48.624Z | + home_fs=zfs |
11 | 2024-11-13T21:10:48.624Z | + [[ zfs == autofs ]] |
12 | 2024-11-13T21:10:48.624Z | + mkdir -p /home/build |
13 | 2024-11-13T21:10:48.626Z | + chown build:build /home/build /work |
14 | 2024-11-13T21:10:50.605Z | + chmod 0700 /home/build /work |
15 | 2024-11-13T21:10:50.608Z | process exited: duration 4164 ms, exit code 0 |
|
16 | 2024-11-13T21:10:50.613Z | starting task 1: "rust-toolchain" |
17 | 2024-11-13T21:10:50.620Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-13T21:10:50.620Z | * toolchain channel = "1.81.0" |
19 | 2024-11-13T21:10:50.620Z | * toolchain profile = "default" |
20 | 2024-11-13T21:10:50.620Z | ' 1.81.0 |
21 | 2024-11-13T21:10:50.620Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-13T21:10:50.620Z | ' default |
23 | 2024-11-13T21:10:50.623Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-13T21:10:50.623Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-13T21:10:50.747Z | info: downloading installer |
26 | 2024-11-13T21:10:52.056Z | info: profile set to 'default' |
27 | 2024-11-13T21:10:52.056Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-13T21:10:52.059Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-13T21:10:52.197Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-13T21:10:52.197Z | info: downloading component 'cargo' |
31 | 2024-11-13T21:10:52.937Z | info: downloading component 'clippy' |
32 | 2024-11-13T21:10:53.215Z | info: downloading component 'rust-docs' |
33 | 2024-11-13T21:10:54.226Z | info: downloading component 'rust-std' |
34 | 2024-11-13T21:10:55.800Z | info: downloading component 'rustc' |
35 | 2024-11-13T21:11:01.503Z | info: downloading component 'rustfmt' |
36 | 2024-11-13T21:11:01.728Z | info: installing component 'cargo' |
37 | 2024-11-13T21:11:02.605Z | info: installing component 'clippy' |
38 | 2024-11-13T21:11:03.002Z | info: installing component 'rust-docs' |
39 | 2024-11-13T21:11:04.673Z | info: installing component 'rust-std' |
40 | 2024-11-13T21:11:06.522Z | info: installing component 'rustc' |
41 | 2024-11-13T21:11:12.552Z | info: installing component 'rustfmt' |
42 | 2024-11-13T21:11:12.899Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-13T21:11:12.899Z | |
44 | 2024-11-13T21:11:13.269Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-13T21:11:13.269Z | |
46 | 2024-11-13T21:11:13.272Z | |
47 | 2024-11-13T21:11:13.272Z | Rust is installed now. Great! |
48 | 2024-11-13T21:11:13.272Z | |
49 | 2024-11-13T21:11:13.272Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-13T21:11:13.272Z | environment variable. This has not been done automatically. |
51 | 2024-11-13T21:11:13.272Z | |
52 | 2024-11-13T21:11:13.272Z | To configure your current shell, you need to source |
53 | 2024-11-13T21:11:13.272Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-13T21:11:13.272Z | |
55 | 2024-11-13T21:11:13.272Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-13T21:11:13.272Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-13T21:11:13.272Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-13T21:11:13.349Z | + rustc --version |
59 | 2024-11-13T21:11:13.418Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-13T21:11:13.422Z | process exited: duration 23066 ms, exit code 0 |
|
61 | 2024-11-13T21:11:13.427Z | starting task 2: "authentication" |
62 | 2024-11-13T21:11:13.449Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-11-13T21:11:13.455Z | starting task 3: "clone repository" |
64 | 2024-11-13T21:11:13.460Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-13T21:11:13.462Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-13T21:11:13.744Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-13T21:11:49.943Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-13T21:11:49.943Z | + git fetch origin 9380f0b2b640c365a0f1434ae0fee96be1e95610 |
69 | 2024-11-13T21:11:50.575Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-13T21:11:50.575Z | * branch 9380f0b2b640c365a0f1434ae0fee96be1e95610 -> FETCH_HEAD |
71 | 2024-11-13T21:11:50.586Z | + [[ -n dap/fix-dropshot-coupling ]] |
72 | 2024-11-13T21:11:50.589Z | ++ git branch --show-current |
73 | 2024-11-13T21:11:50.591Z | + current=main |
74 | 2024-11-13T21:11:50.591Z | + [[ main != dap/fix-dropshot-coupling ]] |
75 | 2024-11-13T21:11:50.591Z | + git branch -f dap/fix-dropshot-coupling 9380f0b2b640c365a0f1434ae0fee96be1e95610 |
76 | 2024-11-13T21:11:50.594Z | + git checkout -f dap/fix-dropshot-coupling |
77 | 2024-11-13T21:11:50.769Z | Switched to branch 'dap/fix-dropshot-coupling' |
78 | 2024-11-13T21:11:50.771Z | + git reset --hard 9380f0b2b640c365a0f1434ae0fee96be1e95610 |
79 | 2024-11-13T21:11:50.794Z | HEAD is now at 9380f0b2b Merge branch 'dap/propolis-update' into dap/fix-dropshot-coupling |
80 | 2024-11-13T21:11:50.797Z | process exited: duration 37764 ms, exit code 0 |
|
81 | 2024-11-13T21:11:50.802Z | starting task 4: "build" |
82 | 2024-11-13T21:11:50.807Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-13T21:11:50.810Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-13T21:11:50.810Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-13T21:11:50.810Z | + cargo --version |
86 | 2024-11-13T21:11:50.866Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-13T21:11:50.868Z | + rustc --version |
88 | 2024-11-13T21:11:50.928Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-13T21:11:50.931Z | + cd /tmp |
90 | 2024-11-13T21:11:50.931Z | + cargo new --lib test-project |
91 | 2024-11-13T21:11:50.990Z | Creating library `test-project` package |
92 | 2024-11-13T21:11:51.065Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-13T21:11:51.067Z | + cd test-project |
94 | 2024-11-13T21:11:51.068Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-13T21:11:51.126Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-13T21:11:51.127Z | Features: |
97 | 2024-11-13T21:11:51.127Z | - proptest |
98 | 2024-11-13T21:11:51.127Z | - test-strategy |
99 | 2024-11-13T21:11:51.127Z | - testing |
100 | 2024-11-13T21:11:51.129Z | Updating crates.io index |
101 | 2024-11-13T21:11:51.195Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-13T21:11:53.316Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-13T21:11:54.217Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-13T21:11:54.859Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-13T21:11:56.606Z | Locking 328 packages to latest compatible versions |
106 | 2024-11-13T21:11:56.610Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-13T21:11:56.610Z | Adding dropshot v0.12.0 (latest: v0.13.0) |
108 | 2024-11-13T21:11:56.610Z | Adding dropshot_endpoint v0.12.0 (latest: v0.13.0) |
109 | 2024-11-13T21:11:56.610Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-11-13T21:11:56.610Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-11-13T21:11:56.610Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-11-13T21:11:56.613Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-11-13T21:11:56.613Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
114 | 2024-11-13T21:11:56.613Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
115 | 2024-11-13T21:11:56.613Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
116 | 2024-11-13T21:11:56.613Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2024-11-13T21:11:56.613Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
118 | 2024-11-13T21:11:56.616Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
119 | 2024-11-13T21:11:56.618Z | Adding regress v0.9.1 (latest: v0.10.1) |
120 | 2024-11-13T21:11:56.623Z | Adding rustls v0.22.4 (latest: v0.23.16) |
121 | 2024-11-13T21:11:56.625Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
122 | 2024-11-13T21:11:56.628Z | Adding term v0.7.0 (latest: v1.0.0) |
123 | 2024-11-13T21:11:56.628Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
124 | 2024-11-13T21:11:56.628Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
125 | 2024-11-13T21:11:56.628Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
126 | 2024-11-13T21:11:56.631Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
127 | 2024-11-13T21:11:56.633Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-11-13T21:11:56.633Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-11-13T21:11:56.633Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-11-13T21:11:56.633Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-11-13T21:11:56.633Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-11-13T21:11:56.633Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-11-13T21:11:56.636Z | Adding zerocopy v0.7.35 (latest: v0.8.9) |
134 | 2024-11-13T21:11:56.636Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.9) |
135 | 2024-11-13T21:11:56.711Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
136 | 2024-11-13T21:11:56.714Z | + cargo check |
137 | 2024-11-13T21:11:56.888Z | Updating crates.io index |
138 | 2024-11-13T21:11:57.684Z | Locking 2 packages to latest compatible versions |
139 | 2024-11-13T21:12:00.936Z | Adding omicron-workspace-hack v0.1.0 |
140 | 2024-11-13T21:12:02.903Z | Adding test-project v0.1.0 (/tmp/test-project) |
141 | 2024-11-13T21:12:03.630Z | Downloading crates ... |
142 | 2024-11-13T21:12:03.725Z | Downloaded bitflags v2.6.0 |
143 | 2024-11-13T21:12:03.737Z | Downloaded foreign-types-shared v0.1.1 |
144 | 2024-11-13T21:12:03.740Z | Downloaded equivalent v1.0.1 |
145 | 2024-11-13T21:12:03.740Z | Downloaded async-stream-impl v0.3.6 |
146 | 2024-11-13T21:12:03.743Z | Downloaded ident_case v1.0.1 |
147 | 2024-11-13T21:12:03.745Z | Downloaded autocfg v1.4.0 |
148 | 2024-11-13T21:12:03.748Z | Downloaded tower-service v0.3.3 |
149 | 2024-11-13T21:12:03.750Z | Downloaded heck v0.5.0 |
150 | 2024-11-13T21:12:03.750Z | Downloaded cfg-if v1.0.0 |
151 | 2024-11-13T21:12:03.752Z | Downloaded futures-task v0.3.31 |
152 | 2024-11-13T21:12:03.755Z | Downloaded usdt-macro v0.5.0 |
153 | 2024-11-13T21:12:03.755Z | Downloaded thiserror-impl v1.0.69 |
154 | 2024-11-13T21:12:03.757Z | Downloaded dirs-sys-next v0.1.2 |
155 | 2024-11-13T21:12:03.759Z | Downloaded usdt v0.5.0 |
156 | 2024-11-13T21:12:03.759Z | Downloaded dyn-clone v1.0.17 |
157 | 2024-11-13T21:12:03.762Z | Downloaded deranged v0.3.11 |
158 | 2024-11-13T21:12:03.765Z | Downloaded tokio-rustls v0.25.0 |
159 | 2024-11-13T21:12:03.768Z | Downloaded itoa v1.0.11 |
160 | 2024-11-13T21:12:03.770Z | Downloaded zerofrom v0.1.4 |
161 | 2024-11-13T21:12:03.770Z | Downloaded async-stream v0.3.6 |
162 | 2024-11-13T21:12:03.773Z | Downloaded pretty-hex v0.4.1 |
163 | 2024-11-13T21:12:03.773Z | Downloaded openssl-macros v0.1.1 |
164 | 2024-11-13T21:12:03.775Z | Downloaded getrandom v0.2.15 |
165 | 2024-11-13T21:12:03.778Z | Downloaded yoke-derive v0.7.4 |
166 | 2024-11-13T21:12:03.780Z | Downloaded want v0.3.1 |
167 | 2024-11-13T21:12:03.780Z | Downloaded httparse v1.9.5 |
168 | 2024-11-13T21:12:03.783Z | Downloaded atomic-waker v1.1.2 |
169 | 2024-11-13T21:12:03.785Z | Downloaded ucd-trie v0.1.7 |
170 | 2024-11-13T21:12:03.788Z | Downloaded toml v0.8.19 |
171 | 2024-11-13T21:12:03.790Z | Downloaded pin-utils v0.1.0 |
172 | 2024-11-13T21:12:03.793Z | Downloaded icu_normalizer v1.5.0 |
173 | 2024-11-13T21:12:03.796Z | Downloaded tinystr v0.7.6 |
174 | 2024-11-13T21:12:03.800Z | Downloaded rand_core v0.6.4 |
175 | 2024-11-13T21:12:03.802Z | Downloaded parse-display-derive v0.10.0 |
176 | 2024-11-13T21:12:03.806Z | Downloaded thread-id v4.2.2 |
177 | 2024-11-13T21:12:03.809Z | Downloaded icu_locid v1.5.0 |
178 | 2024-11-13T21:12:03.811Z | Downloaded once_cell v1.20.2 |
179 | 2024-11-13T21:12:03.814Z | Downloaded bytes v1.7.2 |
180 | 2024-11-13T21:12:03.818Z | Downloaded quote v1.0.37 |
181 | 2024-11-13T21:12:03.821Z | Downloaded num-traits v0.2.19 |
182 | 2024-11-13T21:12:03.825Z | Downloaded icu_provider_macros v1.5.0 |
183 | 2024-11-13T21:12:03.827Z | Downloaded memmap v0.7.0 |
184 | 2024-11-13T21:12:03.829Z | Downloaded usdt-attr-macro v0.5.0 |
185 | 2024-11-13T21:12:03.829Z | Downloaded try-lock v0.2.5 |
186 | 2024-11-13T21:12:03.832Z | Downloaded futures-sink v0.3.31 |
187 | 2024-11-13T21:12:03.832Z | Downloaded instant v0.1.13 |
188 | 2024-11-13T21:12:03.835Z | Downloaded progenitor-impl v0.8.0 |
189 | 2024-11-13T21:12:03.837Z | Downloaded scroll_derive v0.12.0 |
190 | 2024-11-13T21:12:03.837Z | Downloaded sync_wrapper v1.0.1 |
191 | 2024-11-13T21:12:03.840Z | Downloaded hyper-util v0.1.10 |
192 | 2024-11-13T21:12:03.842Z | Downloaded tracing-core v0.1.32 |
193 | 2024-11-13T21:12:03.846Z | Downloaded typify-macro v0.2.0 |
194 | 2024-11-13T21:12:03.849Z | Downloaded anyhow v1.0.93 |
195 | 2024-11-13T21:12:03.852Z | Downloaded signal-hook-registry v1.4.2 |
196 | 2024-11-13T21:12:03.855Z | Downloaded debug-ignore v1.0.5 |
197 | 2024-11-13T21:12:03.857Z | Downloaded parking_lot v0.12.3 |
198 | 2024-11-13T21:12:03.860Z | Downloaded toml_datetime v0.6.8 |
199 | 2024-11-13T21:12:03.860Z | Downloaded crypto-common v0.1.6 |
200 | 2024-11-13T21:12:03.863Z | Downloaded thread_local v1.1.8 |
201 | 2024-11-13T21:12:03.865Z | Downloaded num_threads v0.1.7 |
202 | 2024-11-13T21:12:03.865Z | Downloaded futures-macro v0.3.31 |
203 | 2024-11-13T21:12:03.865Z | Downloaded digest v0.10.7 |
204 | 2024-11-13T21:12:03.869Z | Downloaded idna_adapter v1.2.0 |
205 | 2024-11-13T21:12:03.872Z | Downloaded httpdate v1.0.3 |
206 | 2024-11-13T21:12:03.872Z | Downloaded hostname v0.4.0 |
207 | 2024-11-13T21:12:03.872Z | Downloaded generic-array v0.14.7 |
208 | 2024-11-13T21:12:03.874Z | Downloaded is-terminal v0.4.13 |
209 | 2024-11-13T21:12:03.877Z | Downloaded serde_tokenstream v0.2.2 |
210 | 2024-11-13T21:12:03.877Z | Downloaded hostname v0.3.1 |
211 | 2024-11-13T21:12:03.881Z | Downloaded ipnetwork v0.20.0 |
212 | 2024-11-13T21:12:03.881Z | Downloaded untrusted v0.9.0 |
213 | 2024-11-13T21:12:03.883Z | Downloaded hyper-tls v0.6.0 |
214 | 2024-11-13T21:12:03.886Z | Downloaded num-conv v0.1.0 |
215 | 2024-11-13T21:12:03.886Z | Downloaded omicron-workspace-hack v0.1.0 |
216 | 2024-11-13T21:12:03.886Z | Downloaded usdt-impl v0.5.0 |
217 | 2024-11-13T21:12:03.888Z | Downloaded futures-core v0.3.31 |
218 | 2024-11-13T21:12:03.891Z | Downloaded http-body-util v0.1.2 |
219 | 2024-11-13T21:12:03.891Z | Downloaded macaddr v1.0.1 |
220 | 2024-11-13T21:12:03.893Z | Downloaded sha1 v0.10.6 |
221 | 2024-11-13T21:12:03.896Z | Downloaded zeroize v1.8.1 |
222 | 2024-11-13T21:12:03.896Z | Downloaded rustversion v1.0.17 |
223 | 2024-11-13T21:12:03.898Z | Downloaded mime v0.3.17 |
224 | 2024-11-13T21:12:03.901Z | Downloaded zerofrom-derive v0.1.4 |
225 | 2024-11-13T21:12:03.906Z | Downloaded tokio-native-tls v0.3.1 |
226 | 2024-11-13T21:12:03.906Z | Downloaded schemars_derive v0.8.21 |
227 | 2024-11-13T21:12:03.909Z | Downloaded strsim v0.11.1 |
228 | 2024-11-13T21:12:03.909Z | Downloaded scroll v0.12.0 |
229 | 2024-11-13T21:12:03.909Z | Downloaded scopeguard v1.2.0 |
230 | 2024-11-13T21:12:03.911Z | Downloaded icu_locid_transform v1.5.0 |
231 | 2024-11-13T21:12:03.913Z | Downloaded strum v0.26.3 |
232 | 2024-11-13T21:12:03.913Z | Downloaded iana-time-zone v0.1.61 |
233 | 2024-11-13T21:12:03.916Z | Downloaded displaydoc v0.2.5 |
234 | 2024-11-13T21:12:03.919Z | Downloaded structmeta v0.3.0 |
235 | 2024-11-13T21:12:03.922Z | Downloaded camino v1.1.9 |
236 | 2024-11-13T21:12:03.925Z | Downloaded newtype-uuid v1.1.3 |
237 | 2024-11-13T21:12:03.925Z | Downloaded litemap v0.7.3 |
238 | 2024-11-13T21:12:03.930Z | Downloaded parse-display v0.10.0 |
239 | 2024-11-13T21:12:03.930Z | Downloaded paste v1.0.15 |
240 | 2024-11-13T21:12:03.933Z | Downloaded base64 v0.22.1 |
241 | 2024-11-13T21:12:03.935Z | Downloaded take_mut v0.2.2 |
242 | 2024-11-13T21:12:03.938Z | Downloaded tinyvec v1.8.0 |
243 | 2024-11-13T21:12:03.940Z | Downloaded serde_spanned v0.6.8 |
244 | 2024-11-13T21:12:03.943Z | Downloaded progenitor-macro v0.8.0 |
245 | 2024-11-13T21:12:03.943Z | Downloaded powerfmt v0.2.0 |
246 | 2024-11-13T21:12:03.947Z | Downloaded pkg-config v0.3.31 |
247 | 2024-11-13T21:12:03.947Z | Downloaded rustc-hash v2.0.0 |
248 | 2024-11-13T21:12:03.950Z | Downloaded synstructure v0.13.1 |
249 | 2024-11-13T21:12:03.950Z | Downloaded serde_urlencoded v0.7.1 |
250 | 2024-11-13T21:12:03.950Z | Downloaded quinn v0.11.5 |
251 | 2024-11-13T21:12:03.953Z | Downloaded structmeta-derive v0.3.0 |
252 | 2024-11-13T21:12:03.955Z | Downloaded unicode-ident v1.0.13 |
253 | 2024-11-13T21:12:03.959Z | Downloaded icu_locid_transform_data v1.5.0 |
254 | 2024-11-13T21:12:03.962Z | Downloaded writeable v0.5.5 |
255 | 2024-11-13T21:12:03.962Z | Downloaded typenum v1.17.0 |
256 | 2024-11-13T21:12:03.964Z | Downloaded serde_path_to_error v0.1.16 |
257 | 2024-11-13T21:12:03.967Z | Downloaded http v1.1.0 |
258 | 2024-11-13T21:12:03.970Z | Downloaded subtle v2.6.1 |
259 | 2024-11-13T21:12:03.974Z | Downloaded spin v0.9.8 |
260 | 2024-11-13T21:12:03.976Z | Downloaded sha2 v0.10.8 |
261 | 2024-11-13T21:12:03.977Z | Downloaded pin-project-lite v0.2.14 |
262 | 2024-11-13T21:12:03.982Z | Downloaded slog-async v2.8.0 |
263 | 2024-11-13T21:12:03.984Z | Downloaded icu_properties v1.5.1 |
264 | 2024-11-13T21:12:03.987Z | Downloaded icu_normalizer_data v1.5.0 |
265 | 2024-11-13T21:12:03.989Z | Downloaded pest_derive v2.7.14 |
266 | 2024-11-13T21:12:03.992Z | Downloaded parking_lot_core v0.9.10 |
267 | 2024-11-13T21:12:03.994Z | Downloaded percent-encoding v2.3.1 |
268 | 2024-11-13T21:12:03.997Z | Downloaded yoke v0.7.4 |
269 | 2024-11-13T21:12:03.997Z | Downloaded strum_macros v0.26.4 |
270 | 2024-11-13T21:12:04.000Z | Downloaded serde_with_macros v3.11.0 |
271 | 2024-11-13T21:12:04.003Z | Downloaded rustls-pki-types v1.9.0 |
272 | 2024-11-13T21:12:04.005Z | Downloaded term v0.7.0 |
273 | 2024-11-13T21:12:04.009Z | Downloaded serde_derive_internals v0.29.1 |
274 | 2024-11-13T21:12:04.012Z | Downloaded indexmap v2.6.0 |
275 | 2024-11-13T21:12:04.015Z | Downloaded pest_meta v2.7.14 |
276 | 2024-11-13T21:12:04.017Z | Downloaded serde_derive v1.0.215 |
277 | 2024-11-13T21:12:04.020Z | Downloaded icu_collections v1.5.0 |
278 | 2024-11-13T21:12:04.026Z | Downloaded serde v1.0.215 |
279 | 2024-11-13T21:12:04.030Z | Downloaded cc v1.1.30 |
280 | 2024-11-13T21:12:04.034Z | Downloaded tracing v0.1.40 |
281 | 2024-11-13T21:12:04.039Z | Downloaded memchr v2.7.4 |
282 | 2024-11-13T21:12:04.044Z | Downloaded smallvec v1.13.2 |
283 | 2024-11-13T21:12:04.048Z | Downloaded hashbrown v0.12.3 |
284 | 2024-11-13T21:12:04.052Z | Downloaded url v2.5.3 |
285 | 2024-11-13T21:12:04.055Z | Downloaded proc-macro2 v1.0.89 |
286 | 2024-11-13T21:12:04.058Z | Downloaded openssl-sys v0.9.104 |
287 | 2024-11-13T21:12:04.064Z | Downloaded ryu v1.0.18 |
288 | 2024-11-13T21:12:04.067Z | Downloaded socket2 v0.5.7 |
289 | 2024-11-13T21:12:04.070Z | Downloaded serde_yaml v0.9.34+deprecated |
290 | 2024-11-13T21:12:04.073Z | Downloaded mio v1.0.2 |
291 | 2024-11-13T21:12:04.080Z | Downloaded idna v1.0.3 |
292 | 2024-11-13T21:12:04.085Z | Downloaded schemars v0.8.21 |
293 | 2024-11-13T21:12:04.097Z | Downloaded rand v0.8.5 |
294 | 2024-11-13T21:12:04.100Z | Downloaded hyper v1.4.1 |
295 | 2024-11-13T21:12:04.107Z | Downloaded toml_edit v0.22.22 |
296 | 2024-11-13T21:12:04.130Z | Downloaded serde_json v1.0.132 |
297 | 2024-11-13T21:12:04.137Z | Downloaded reqwest v0.12.9 |
298 | 2024-11-13T21:12:04.146Z | Downloaded zerovec v0.10.4 |
299 | 2024-11-13T21:12:04.155Z | Downloaded rustls-webpki v0.102.8 |
300 | 2024-11-13T21:12:04.173Z | Downloaded serde_with v3.11.0 |
301 | 2024-11-13T21:12:04.181Z | Downloaded zerocopy v0.7.35 |
302 | 2024-11-13T21:12:04.196Z | Downloaded winnow v0.6.20 |
303 | 2024-11-13T21:12:04.205Z | Downloaded vcpkg v0.2.15 |
304 | 2024-11-13T21:12:04.243Z | Downloaded dropshot v0.12.0 |
305 | 2024-11-13T21:12:04.261Z | Downloaded quinn-proto v0.11.8 |
306 | 2024-11-13T21:12:04.267Z | Downloaded regex v1.11.1 |
307 | 2024-11-13T21:12:04.280Z | Downloaded rustls v0.23.14 |
308 | 2024-11-13T21:12:04.292Z | Downloaded regex-syntax v0.8.5 |
309 | 2024-11-13T21:12:04.300Z | Downloaded webpki-roots v0.26.6 |
310 | 2024-11-13T21:12:04.303Z | Downloaded h2 v0.4.6 |
311 | 2024-11-13T21:12:04.310Z | Downloaded tokio-util v0.7.12 |
312 | 2024-11-13T21:12:04.316Z | Downloaded openssl v0.10.68 |
313 | 2024-11-13T21:12:04.326Z | Downloaded syn v2.0.87 |
314 | 2024-11-13T21:12:04.337Z | Downloaded icu_properties_data v1.5.0 |
315 | 2024-11-13T21:12:04.347Z | Downloaded regress v0.9.1 |
316 | 2024-11-13T21:12:04.355Z | Downloaded futures-util v0.3.31 |
317 | 2024-11-13T21:12:04.367Z | Downloaded rustls v0.22.4 |
318 | 2024-11-13T21:12:04.379Z | Downloaded openapiv3 v2.0.0 |
319 | 2024-11-13T21:12:04.390Z | Downloaded regress v0.10.1 |
320 | 2024-11-13T21:12:04.399Z | Downloaded chrono v0.4.38 |
321 | 2024-11-13T21:12:04.405Z | Downloaded hashbrown v0.15.0 |
322 | 2024-11-13T21:12:04.410Z | Downloaded uuid v1.10.0 |
323 | 2024-11-13T21:12:04.413Z | Downloaded typify-impl v0.2.0 |
324 | 2024-11-13T21:12:04.427Z | Downloaded goblin v0.8.2 |
325 | 2024-11-13T21:12:04.432Z | Downloaded pest v2.7.14 |
326 | 2024-11-13T21:12:04.437Z | Downloaded hashbrown v0.14.5 |
327 | 2024-11-13T21:12:04.445Z | Downloaded slog v2.7.0 |
328 | 2024-11-13T21:12:04.447Z | Downloaded slog-term v2.9.1 |
329 | 2024-11-13T21:12:04.450Z | Downloaded thiserror v1.0.69 |
330 | 2024-11-13T21:12:04.453Z | Downloaded crossbeam-channel v0.5.13 |
331 | 2024-11-13T21:12:04.457Z | Downloaded slog-bunyan v2.5.0 |
332 | 2024-11-13T21:12:04.460Z | Downloaded libc v0.2.162 |
333 | 2024-11-13T21:12:04.497Z | Downloaded regex-automata v0.4.8 |
334 | 2024-11-13T21:12:04.515Z | Downloaded multer v3.1.0 |
335 | 2024-11-13T21:12:04.518Z | Downloaded futures v0.3.31 |
336 | 2024-11-13T21:12:04.522Z | Downloaded log v0.4.22 |
337 | 2024-11-13T21:12:04.525Z | Downloaded tokio v1.40.0 |
338 | 2024-11-13T21:12:04.564Z | Downloaded icu_provider v1.5.0 |
339 | 2024-11-13T21:12:04.568Z | Downloaded dropshot_endpoint v0.12.0 |
340 | 2024-11-13T21:12:04.570Z | Downloaded zerocopy-derive v0.7.35 |
341 | 2024-11-13T21:12:04.574Z | Downloaded rand_chacha v0.3.1 |
342 | 2024-11-13T21:12:04.576Z | Downloaded quinn-udp v0.5.5 |
343 | 2024-11-13T21:12:04.576Z | Downloaded progenitor v0.8.0 |
344 | 2024-11-13T21:12:04.579Z | Downloaded plain v0.2.3 |
345 | 2024-11-13T21:12:04.579Z | Downloaded tokio-rustls v0.26.0 |
346 | 2024-11-13T21:12:04.582Z | Downloaded semver v1.0.23 |
347 | 2024-11-13T21:12:04.584Z | Downloaded rustls-pemfile v2.2.0 |
348 | 2024-11-13T21:12:04.587Z | Downloaded time v0.3.36 |
349 | 2024-11-13T21:12:04.592Z | Downloaded ahash v0.8.11 |
350 | 2024-11-13T21:12:04.595Z | Downloaded ppv-lite86 v0.2.20 |
351 | 2024-11-13T21:12:04.598Z | Downloaded async-trait v0.1.83 |
352 | 2024-11-13T21:12:04.601Z | Downloaded zerovec-derive v0.10.3 |
353 | 2024-11-13T21:12:04.606Z | Downloaded version_check v0.9.5 |
354 | 2024-11-13T21:12:04.606Z | Downloaded dof v0.3.0 |
355 | 2024-11-13T21:12:04.606Z | Downloaded slog-json v2.6.1 |
356 | 2024-11-13T21:12:04.608Z | Downloaded slab v0.4.9 |
357 | 2024-11-13T21:12:04.608Z | Downloaded progenitor-client v0.8.0 |
358 | 2024-11-13T21:12:04.608Z | Downloaded stable_deref_trait v1.2.0 |
359 | 2024-11-13T21:12:04.609Z | Downloaded shlex v1.3.0 |
360 | 2024-11-13T21:12:04.611Z | Downloaded dirs-next v2.0.0 |
361 | 2024-11-13T21:12:04.611Z | Downloaded darling v0.20.10 |
362 | 2024-11-13T21:12:04.614Z | Downloaded utf16_iter v1.0.5 |
363 | 2024-11-13T21:12:04.623Z | Downloaded aho-corasick v1.1.3 |
364 | 2024-11-13T21:12:04.623Z | Downloaded hex v0.4.3 |
365 | 2024-11-13T21:12:04.626Z | Downloaded futures-executor v0.3.31 |
366 | 2024-11-13T21:12:04.626Z | Downloaded form_urlencoded v1.2.1 |
367 | 2024-11-13T21:12:04.626Z | Downloaded fnv v1.0.7 |
368 | 2024-11-13T21:12:04.626Z | Downloaded cpufeatures v0.2.14 |
369 | 2024-11-13T21:12:04.628Z | Downloaded byteorder v1.5.0 |
370 | 2024-11-13T21:12:04.631Z | Downloaded openssl-probe v0.1.5 |
371 | 2024-11-13T21:12:04.631Z | Downloaded waitgroup v0.1.2 |
372 | 2024-11-13T21:12:04.631Z | Downloaded block-buffer v0.10.4 |
373 | 2024-11-13T21:12:04.634Z | Downloaded allocator-api2 v0.2.18 |
374 | 2024-11-13T21:12:04.636Z | Downloaded darling_core v0.20.10 |
375 | 2024-11-13T21:12:04.640Z | Downloaded encoding_rs v0.8.34 |
376 | 2024-11-13T21:12:04.661Z | Downloaded tokio-macros v2.4.0 |
377 | 2024-11-13T21:12:04.664Z | Downloaded time-macros v0.2.18 |
378 | 2024-11-13T21:12:04.664Z | Downloaded match_cfg v0.1.0 |
379 | 2024-11-13T21:12:04.667Z | Downloaded unsafe-libyaml v0.2.11 |
380 | 2024-11-13T21:12:04.669Z | Downloaded dtrace-parser v0.2.0 |
381 | 2024-11-13T21:12:04.669Z | Downloaded http-body v1.0.1 |
382 | 2024-11-13T21:12:04.672Z | Downloaded foreign-types v0.3.2 |
383 | 2024-11-13T21:12:04.673Z | Downloaded native-tls v0.2.12 |
384 | 2024-11-13T21:12:04.673Z | Downloaded typify v0.2.0 |
385 | 2024-11-13T21:12:04.675Z | Downloaded tinyvec_macros v0.1.1 |
386 | 2024-11-13T21:12:04.678Z | Downloaded time-core v0.1.2 |
387 | 2024-11-13T21:12:04.678Z | Downloaded lock_api v0.4.12 |
388 | 2024-11-13T21:12:04.678Z | Downloaded ipnet v2.10.1 |
389 | 2024-11-13T21:12:04.681Z | Downloaded darling_macro v0.20.10 |
390 | 2024-11-13T21:12:04.681Z | Downloaded backoff v0.4.0 |
391 | 2024-11-13T21:12:04.683Z | Downloaded pest_generator v2.7.14 |
392 | 2024-11-13T21:12:04.683Z | Downloaded indexmap v1.9.3 |
393 | 2024-11-13T21:12:04.686Z | Downloaded crossbeam-utils v0.8.20 |
394 | 2024-11-13T21:12:04.690Z | Downloaded utf8_iter v1.0.4 |
395 | 2024-11-13T21:12:04.692Z | Downloaded hyper-rustls v0.27.3 |
396 | 2024-11-13T21:12:04.695Z | Downloaded futures-io v0.3.31 |
397 | 2024-11-13T21:12:04.695Z | Downloaded futures-channel v0.3.31 |
398 | 2024-11-13T21:12:04.699Z | Downloaded write16 v1.0.0 |
399 | 2024-11-13T21:12:04.830Z | Downloaded ring v0.17.8 |
400 | 2024-11-13T21:12:05.166Z | Compiling proc-macro2 v1.0.89 |
401 | 2024-11-13T21:12:05.166Z | Compiling unicode-ident v1.0.13 |
402 | 2024-11-13T21:12:05.169Z | Compiling libc v0.2.162 |
403 | 2024-11-13T21:12:05.169Z | Checking cfg-if v1.0.0 |
404 | 2024-11-13T21:12:05.169Z | Compiling autocfg v1.4.0 |
405 | 2024-11-13T21:12:05.169Z | Compiling serde v1.0.215 |
406 | 2024-11-13T21:12:05.192Z | Compiling version_check v0.9.5 |
407 | 2024-11-13T21:12:05.194Z | Checking memchr v2.7.4 |
408 | 2024-11-13T21:12:05.304Z | Compiling serde_json v1.0.132 |
409 | 2024-11-13T21:12:05.449Z | Checking itoa v1.0.11 |
410 | 2024-11-13T21:12:05.812Z | Compiling thiserror v1.0.69 |
411 | 2024-11-13T21:12:06.009Z | Checking once_cell v1.20.2 |
412 | 2024-11-13T21:12:06.037Z | Compiling shlex v1.3.0 |
413 | 2024-11-13T21:12:06.234Z | Compiling cc v1.1.30 |
414 | 2024-11-13T21:12:06.990Z | Checking pin-project-lite v0.2.14 |
415 | 2024-11-13T21:12:07.073Z | Compiling num-traits v0.2.19 |
416 | 2024-11-13T21:12:07.603Z | Checking smallvec v1.13.2 |
417 | 2024-11-13T21:12:07.720Z | Checking ryu v1.0.18 |
418 | 2024-11-13T21:12:07.738Z | Checking bytes v1.7.2 |
419 | 2024-11-13T21:12:07.920Z | Checking futures-core v0.3.31 |
420 | 2024-11-13T21:12:07.958Z | Compiling lock_api v0.4.12 |
421 | 2024-11-13T21:12:07.975Z | Compiling byteorder v1.5.0 |
422 | 2024-11-13T21:12:08.127Z | Compiling parking_lot_core v0.9.10 |
423 | 2024-11-13T21:12:08.418Z | Compiling ahash v0.8.11 |
424 | 2024-11-13T21:12:08.438Z | Checking scopeguard v1.2.0 |
425 | 2024-11-13T21:12:08.477Z | Checking getrandom v0.2.15 |
426 | 2024-11-13T21:12:08.497Z | Compiling schemars v0.8.21 |
427 | 2024-11-13T21:12:08.535Z | Compiling slab v0.4.9 |
428 | 2024-11-13T21:12:08.689Z | Checking log v0.4.22 |
429 | 2024-11-13T21:12:08.794Z | Compiling quote v1.0.37 |
430 | 2024-11-13T21:12:08.874Z | Checking futures-sink v0.3.31 |
431 | 2024-11-13T21:12:08.910Z | Checking mio v1.0.2 |
432 | 2024-11-13T21:12:08.926Z | Checking signal-hook-registry v1.4.2 |
433 | 2024-11-13T21:12:08.948Z | Checking socket2 v0.5.7 |
434 | 2024-11-13T21:12:09.005Z | Checking parking_lot v0.12.3 |
435 | 2024-11-13T21:12:09.025Z | Checking stable_deref_trait v1.2.0 |
436 | 2024-11-13T21:12:09.127Z | Compiling ring v0.17.8 |
437 | 2024-11-13T21:12:09.158Z | Compiling syn v2.0.87 |
438 | 2024-11-13T21:12:09.315Z | Checking fnv v1.0.7 |
439 | 2024-11-13T21:12:09.348Z | Checking hashbrown v0.15.0 |
440 | 2024-11-13T21:12:09.392Z | Checking equivalent v1.0.1 |
441 | 2024-11-13T21:12:09.423Z | Checking futures-channel v0.3.31 |
442 | 2024-11-13T21:12:09.426Z | Checking futures-task v0.3.31 |
443 | 2024-11-13T21:12:09.461Z | Checking http v1.1.0 |
444 | 2024-11-13T21:12:09.488Z | Checking pin-utils v0.1.0 |
445 | 2024-11-13T21:12:09.518Z | Checking futures-io v0.3.31 |
446 | 2024-11-13T21:12:09.576Z | Compiling heck v0.5.0 |
447 | 2024-11-13T21:12:09.686Z | Compiling vcpkg v0.2.15 |
448 | 2024-11-13T21:12:09.721Z | Compiling pkg-config v0.3.31 |
449 | 2024-11-13T21:12:09.793Z | Compiling semver v1.0.23 |
450 | 2024-11-13T21:12:10.072Z | Checking rustls-pki-types v1.9.0 |
451 | 2024-11-13T21:12:10.277Z | Checking spin v0.9.8 |
452 | 2024-11-13T21:12:10.495Z | Checking iana-time-zone v0.1.61 |
453 | 2024-11-13T21:12:10.639Z | Checking litemap v0.7.3 |
454 | 2024-11-13T21:12:10.660Z | Compiling httparse v1.9.5 |
455 | 2024-11-13T21:12:10.908Z | Checking writeable v0.5.5 |
456 | 2024-11-13T21:12:10.933Z | Compiling ucd-trie v0.1.7 |
457 | 2024-11-13T21:12:11.065Z | Checking untrusted v0.9.0 |
458 | 2024-11-13T21:12:11.229Z | Compiling openssl-sys v0.9.104 |
459 | 2024-11-13T21:12:11.233Z | Checking tracing-core v0.1.32 |
460 | 2024-11-13T21:12:11.395Z | Compiling allocator-api2 v0.2.18 |
461 | 2024-11-13T21:12:11.414Z | Checking atomic-waker v1.1.2 |
462 | 2024-11-13T21:12:11.693Z | Checking dyn-clone v1.0.17 |
463 | 2024-11-13T21:12:11.870Z | Checking tracing v0.1.40 |
464 | 2024-11-13T21:12:12.148Z | Checking http-body v1.0.1 |
465 | 2024-11-13T21:12:12.318Z | Checking zeroize v1.8.1 |
466 | 2024-11-13T21:12:12.352Z | Checking subtle v2.6.1 |
467 | 2024-11-13T21:12:12.456Z | Checking try-lock v0.2.5 |
468 | 2024-11-13T21:12:12.494Z | Checking icu_locid_transform_data v1.5.0 |
469 | 2024-11-13T21:12:12.515Z | Compiling uuid v1.10.0 |
470 | 2024-11-13T21:12:12.573Z | Checking want v0.3.1 |
471 | 2024-11-13T21:12:12.589Z | Checking foreign-types-shared v0.1.1 |
472 | 2024-11-13T21:12:12.700Z | Compiling chrono v0.4.38 |
473 | 2024-11-13T21:12:12.759Z | Checking httpdate v1.0.3 |
474 | 2024-11-13T21:12:12.778Z | Checking icu_properties_data v1.5.0 |
475 | 2024-11-13T21:12:12.848Z | Compiling slog v2.7.0 |
476 | 2024-11-13T21:12:12.945Z | Compiling openssl v0.10.68 |
477 | 2024-11-13T21:12:13.344Z | Checking foreign-types v0.3.2 |
478 | 2024-11-13T21:12:13.362Z | Compiling aho-corasick v1.1.3 |
479 | 2024-11-13T21:12:13.364Z | Checking icu_normalizer_data v1.5.0 |
480 | 2024-11-13T21:12:13.428Z | Compiling typenum v1.17.0 |
481 | 2024-11-13T21:12:13.457Z | Checking write16 v1.0.0 |
482 | 2024-11-13T21:12:13.552Z | Compiling rustls v0.23.14 |
483 | 2024-11-13T21:12:13.829Z | Checking bitflags v2.6.0 |
484 | 2024-11-13T21:12:14.037Z | Checking utf16_iter v1.0.5 |
485 | 2024-11-13T21:12:14.192Z | Compiling regex-syntax v0.8.5 |
486 | 2024-11-13T21:12:14.279Z | Checking utf8_iter v1.0.4 |
487 | 2024-11-13T21:12:14.522Z | Checking tower-service v0.3.3 |
488 | 2024-11-13T21:12:14.631Z | Compiling native-tls v0.2.12 |
489 | 2024-11-13T21:12:14.973Z | Checking percent-encoding v2.3.1 |
490 | 2024-11-13T21:12:15.175Z | Checking form_urlencoded v1.2.1 |
491 | 2024-11-13T21:12:15.372Z | Compiling generic-array v0.14.7 |
492 | 2024-11-13T21:12:15.523Z | Checking openssl-probe v0.1.5 |
493 | 2024-11-13T21:12:15.879Z | Compiling synstructure v0.13.1 |
494 | 2024-11-13T21:12:16.934Z | Compiling serde_derive_internals v0.29.1 |
495 | 2024-11-13T21:12:17.237Z | Compiling regex-automata v0.4.8 |
496 | 2024-11-13T21:12:18.084Z | Compiling usdt-impl v0.5.0 |
497 | 2024-11-13T21:12:18.211Z | Checking encoding_rs v0.8.34 |
498 | 2024-11-13T21:12:18.409Z | Compiling time-core v0.1.2 |
499 | 2024-11-13T21:12:19.106Z | Compiling num-conv v0.1.0 |
500 | 2024-11-13T21:12:19.353Z | Checking powerfmt v0.2.0 |
501 | 2024-11-13T21:12:19.479Z | Checking mime v0.3.17 |
502 | 2024-11-13T21:12:19.554Z | Compiling time-macros v0.2.18 |
503 | 2024-11-13T21:12:19.617Z | Checking deranged v0.3.11 |
504 | 2024-11-13T21:12:20.430Z | Compiling thread-id v4.2.2 |
505 | 2024-11-13T21:12:20.538Z | Checking webpki-roots v0.26.6 |
506 | 2024-11-13T21:12:20.754Z | Checking rustls-pemfile v2.2.0 |
507 | 2024-11-13T21:12:20.971Z | Checking num_threads v0.1.7 |
508 | 2024-11-13T21:12:21.085Z | Compiling regex v1.11.1 |
509 | 2024-11-13T21:12:21.106Z | Compiling serde_derive v1.0.215 |
510 | 2024-11-13T21:12:21.356Z | Compiling zerocopy-derive v0.7.35 |
511 | 2024-11-13T21:12:21.699Z | Compiling thiserror-impl v1.0.69 |
512 | 2024-11-13T21:12:22.062Z | Compiling zerofrom-derive v0.1.4 |
513 | 2024-11-13T21:12:22.085Z | Compiling schemars_derive v0.8.21 |
514 | 2024-11-13T21:12:22.757Z | Compiling yoke-derive v0.7.4 |
515 | 2024-11-13T21:12:23.417Z | Compiling zerocopy v0.7.35 |
516 | 2024-11-13T21:12:24.707Z | Compiling tokio-macros v2.4.0 |
517 | 2024-11-13T21:12:24.816Z | Compiling zerovec-derive v0.10.3 |
518 | 2024-11-13T21:12:24.964Z | Compiling displaydoc v0.2.5 |
519 | 2024-11-13T21:12:24.997Z | Compiling futures-macro v0.3.31 |
520 | 2024-11-13T21:12:25.481Z | Compiling pest v2.7.14 |
521 | 2024-11-13T21:12:25.638Z | Checking zerofrom v0.1.4 |
522 | 2024-11-13T21:12:25.844Z | Checking yoke v0.7.4 |
523 | 2024-11-13T21:12:26.198Z | Compiling icu_provider_macros v1.5.0 |
524 | 2024-11-13T21:12:26.220Z | Checking tokio v1.40.0 |
525 | 2024-11-13T21:12:26.536Z | Compiling hashbrown v0.14.5 |
526 | 2024-11-13T21:12:26.896Z | Checking futures-util v0.3.31 |
527 | 2024-11-13T21:12:27.314Z | Checking zerovec v0.10.4 |
528 | 2024-11-13T21:12:27.726Z | Checking rustls-webpki v0.102.8 |
529 | 2024-11-13T21:12:27.746Z | Compiling openssl-macros v0.1.1 |
530 | 2024-11-13T21:12:27.867Z | Compiling regress v0.10.1 |
531 | 2024-11-13T21:12:28.460Z | Compiling pest_meta v2.7.14 |
532 | 2024-11-13T21:12:29.018Z | Checking tinystr v0.7.6 |
533 | 2024-11-13T21:12:29.411Z | Checking icu_locid v1.5.0 |
534 | 2024-11-13T21:12:30.550Z | Checking icu_provider v1.5.0 |
535 | 2024-11-13T21:12:31.231Z | Checking icu_locid_transform v1.5.0 |
536 | 2024-11-13T21:12:32.262Z | Compiling pest_generator v2.7.14 |
537 | 2024-11-13T21:12:32.283Z | Checking icu_collections v1.5.0 |
538 | 2024-11-13T21:12:32.962Z | Checking icu_properties v1.5.1 |
539 | 2024-11-13T21:12:33.412Z | Checking tokio-util v0.7.12 |
540 | 2024-11-13T21:12:33.855Z | Checking indexmap v2.6.0 |
541 | 2024-11-13T21:12:34.258Z | Compiling pest_derive v2.7.14 |
542 | 2024-11-13T21:12:34.795Z | Compiling serde_tokenstream v0.2.2 |
543 | 2024-11-13T21:12:35.126Z | Checking h2 v0.4.6 |
544 | 2024-11-13T21:12:35.731Z | Checking http-body-util v0.1.2 |
545 | 2024-11-13T21:12:35.838Z | Compiling scroll_derive v0.12.0 |
546 | 2024-11-13T21:12:36.188Z | Checking tokio-native-tls v0.3.1 |
547 | 2024-11-13T21:12:36.252Z | Checking icu_normalizer v1.5.0 |
548 | 2024-11-13T21:12:36.434Z | Compiling dtrace-parser v0.2.0 |
549 | 2024-11-13T21:12:37.107Z | Checking idna_adapter v1.2.0 |
550 | 2024-11-13T21:12:37.303Z | Checking scroll v0.12.0 |
551 | 2024-11-13T21:12:37.306Z | Checking idna v1.0.3 |
552 | 2024-11-13T21:12:37.340Z | Compiling dof v0.3.0 |
553 | 2024-11-13T21:12:37.814Z | Checking serde_urlencoded v0.7.1 |
554 | 2024-11-13T21:12:37.817Z | Checking tokio-rustls v0.26.0 |
555 | 2024-11-13T21:12:38.257Z | Checking base64 v0.22.1 |
556 | 2024-11-13T21:12:38.419Z | Checking plain v0.2.3 |
557 | 2024-11-13T21:12:38.465Z | Compiling crossbeam-utils v0.8.20 |
558 | 2024-11-13T21:12:38.569Z | Compiling strsim v0.11.1 |
559 | 2024-11-13T21:12:38.652Z | Compiling ident_case v1.0.1 |
560 | 2024-11-13T21:12:38.757Z | Compiling typify-impl v0.2.0 |
561 | 2024-11-13T21:12:38.834Z | Checking time v0.3.36 |
562 | 2024-11-13T21:12:39.067Z | Compiling darling_core v0.20.10 |
563 | 2024-11-13T21:12:39.326Z | Checking goblin v0.8.2 |
564 | 2024-11-13T21:12:39.371Z | Checking hyper v1.4.1 |
565 | 2024-11-13T21:12:41.433Z | Checking hyper-util v0.1.10 |
566 | 2024-11-13T21:12:42.040Z | Checking url v2.5.3 |
567 | 2024-11-13T21:12:42.258Z | Compiling openapiv3 v2.0.0 |
568 | 2024-11-13T21:12:43.122Z | Checking hyper-tls v0.6.0 |
569 | 2024-11-13T21:12:43.396Z | Checking hyper-rustls v0.27.3 |
570 | 2024-11-13T21:12:43.731Z | Checking dirs-sys-next v0.1.2 |
571 | 2024-11-13T21:12:43.914Z | Checking sync_wrapper v1.0.1 |
572 | 2024-11-13T21:12:44.063Z | Compiling rustversion v1.0.17 |
573 | 2024-11-13T21:12:44.304Z | Compiling paste v1.0.15 |
574 | 2024-11-13T21:12:44.595Z | Compiling omicron-workspace-hack v0.1.0 |
575 | 2024-11-13T21:12:44.717Z | Compiling unsafe-libyaml v0.2.11 |
576 | 2024-11-13T21:12:44.818Z | Checking pretty-hex v0.4.1 |
577 | 2024-11-13T21:12:44.893Z | Checking ipnet v2.10.1 |
578 | 2024-11-13T21:12:44.995Z | Compiling rustls v0.22.4 |
579 | 2024-11-13T21:12:45.229Z | Compiling darling_macro v0.20.10 |
580 | 2024-11-13T21:12:45.365Z | Checking reqwest v0.12.9 |
581 | 2024-11-13T21:12:45.664Z | Checking dirs-next v2.0.0 |
582 | 2024-11-13T21:12:46.197Z | Compiling serde_yaml v0.9.34+deprecated |
583 | 2024-11-13T21:12:46.215Z | Checking serde_spanned v0.6.8 |
584 | 2024-11-13T21:12:46.276Z | Checking toml_datetime v0.6.8 |
585 | 2024-11-13T21:12:46.400Z | Checking ppv-lite86 v0.2.20 |
586 | 2024-11-13T21:12:46.450Z | Compiling structmeta-derive v0.3.0 |
587 | 2024-11-13T21:12:46.469Z | Checking block-buffer v0.10.4 |
588 | 2024-11-13T21:12:46.550Z | Checking crypto-common v0.1.6 |
589 | 2024-11-13T21:12:46.627Z | Checking rand_core v0.6.4 |
590 | 2024-11-13T21:12:46.725Z | Checking thread_local v1.1.8 |
591 | 2024-11-13T21:12:46.772Z | Compiling multer v3.1.0 |
592 | 2024-11-13T21:12:46.825Z | Checking winnow v0.6.20 |
593 | 2024-11-13T21:12:46.908Z | Compiling camino v1.1.9 |
594 | 2024-11-13T21:12:47.024Z | Compiling newtype-uuid v1.1.3 |
595 | 2024-11-13T21:12:47.104Z | Compiling anyhow v1.0.93 |
596 | 2024-11-13T21:12:47.151Z | Compiling slog-async v2.8.0 |
597 | 2024-11-13T21:12:47.326Z | Checking match_cfg v0.1.0 |
598 | 2024-11-13T21:12:47.422Z | Checking hostname v0.3.1 |
599 | 2024-11-13T21:12:47.581Z | Checking rand_chacha v0.3.1 |
600 | 2024-11-13T21:12:47.677Z | Checking progenitor-client v0.8.0 |
601 | 2024-11-13T21:12:47.971Z | Checking digest v0.10.7 |
602 | 2024-11-13T21:12:48.004Z | Checking crossbeam-channel v0.5.13 |
603 | 2024-11-13T21:12:48.076Z | Compiling darling v0.20.10 |
604 | 2024-11-13T21:12:48.198Z | Checking term v0.7.0 |
605 | 2024-11-13T21:12:48.765Z | Compiling usdt-macro v0.5.0 |
606 | 2024-11-13T21:12:49.076Z | Compiling structmeta v0.3.0 |
607 | 2024-11-13T21:12:49.376Z | Compiling usdt-attr-macro v0.5.0 |
608 | 2024-11-13T21:12:49.492Z | Checking slog-json v2.6.1 |
609 | 2024-11-13T21:12:49.553Z | Checking futures-executor v0.3.31 |
610 | 2024-11-13T21:12:49.744Z | Compiling async-stream-impl v0.3.6 |
611 | 2024-11-13T21:12:49.791Z | Checking is-terminal v0.4.13 |
612 | 2024-11-13T21:12:49.844Z | Checking toml_edit v0.22.22 |
613 | 2024-11-13T21:12:49.893Z | Checking memmap v0.7.0 |
614 | 2024-11-13T21:12:49.915Z | Compiling dropshot v0.12.0 |
615 | 2024-11-13T21:12:50.094Z | Checking cpufeatures v0.2.14 |
616 | 2024-11-13T21:12:50.111Z | Checking take_mut v0.2.2 |
617 | 2024-11-13T21:12:50.186Z | Checking sha1 v0.10.6 |
618 | 2024-11-13T21:12:50.307Z | Checking slog-term v2.9.1 |
619 | 2024-11-13T21:12:50.451Z | Checking futures v0.3.31 |
620 | 2024-11-13T21:12:50.549Z | Checking slog-bunyan v2.5.0 |
621 | 2024-11-13T21:12:50.569Z | Compiling strum_macros v0.26.4 |
622 | 2024-11-13T21:12:50.715Z | Compiling parse-display-derive v0.10.0 |
623 | 2024-11-13T21:12:50.801Z | Compiling serde_with_macros v3.11.0 |
624 | 2024-11-13T21:12:50.821Z | Checking usdt v0.5.0 |
625 | 2024-11-13T21:12:51.004Z | Checking async-stream v0.3.6 |
626 | 2024-11-13T21:12:51.187Z | Checking rand v0.8.5 |
627 | 2024-11-13T21:12:52.258Z | Checking tokio-rustls v0.25.0 |
628 | 2024-11-13T21:12:52.521Z | Checking toml v0.8.19 |
629 | 2024-11-13T21:12:52.553Z | Checking ipnetwork v0.20.0 |
630 | 2024-11-13T21:12:52.600Z | Compiling dropshot_endpoint v0.12.0 |
631 | 2024-11-13T21:12:52.693Z | Checking hex v0.4.3 |
632 | 2024-11-13T21:12:52.712Z | Compiling typify-macro v0.2.0 |
633 | 2024-11-13T21:12:52.924Z | Checking serde_path_to_error v0.1.16 |
634 | 2024-11-13T21:12:53.241Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
635 | 2024-11-13T21:12:53.257Z | Compiling async-trait v0.1.83 |
636 | 2024-11-13T21:12:53.419Z | Checking waitgroup v0.1.2 |
637 | 2024-11-13T21:12:53.558Z | Checking hostname v0.4.0 |
638 | 2024-11-13T21:12:53.561Z | Checking instant v0.1.13 |
639 | 2024-11-13T21:12:53.933Z | Checking debug-ignore v1.0.5 |
640 | 2024-11-13T21:12:53.953Z | Checking backoff v0.4.0 |
641 | 2024-11-13T21:12:53.953Z | Checking serde_with v3.11.0 |
642 | 2024-11-13T21:12:53.991Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
643 | 2024-11-13T21:12:54.031Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
644 | 2024-11-13T21:12:54.146Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
645 | 2024-11-13T21:12:54.171Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
646 | 2024-11-13T21:12:54.428Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
647 | 2024-11-13T21:12:54.582Z | Checking regress v0.9.1 |
648 | 2024-11-13T21:12:54.614Z | Checking parse-display v0.10.0 |
649 | 2024-11-13T21:12:54.831Z | Checking macaddr v1.0.1 |
650 | 2024-11-13T21:12:54.999Z | Checking strum v0.26.3 |
651 | 2024-11-13T21:12:56.091Z | Compiling typify v0.2.0 |
652 | 2024-11-13T21:12:56.179Z | Compiling progenitor-impl v0.8.0 |
653 | 2024-11-13T21:12:58.874Z | Compiling progenitor-macro v0.8.0 |
654 | 2024-11-13T21:13:03.120Z | Checking progenitor v0.8.0 |
655 | 2024-11-13T21:13:03.251Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
656 | 2024-11-13T21:13:06.096Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
657 | 2024-11-13T21:13:13.726Z | Checking test-project v0.1.0 (/tmp/test-project) |
658 | 2024-11-13T21:13:13.791Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
659 | 2024-11-13T21:13:14.123Z | + cargo build --release |
660 | 2024-11-13T21:13:14.382Z | Compiling proc-macro2 v1.0.89 |
661 | 2024-11-13T21:13:14.382Z | Compiling unicode-ident v1.0.13 |
662 | 2024-11-13T21:13:14.382Z | Compiling libc v0.2.162 |
663 | 2024-11-13T21:13:14.385Z | Compiling cfg-if v1.0.0 |
664 | 2024-11-13T21:13:14.385Z | Compiling autocfg v1.4.0 |
665 | 2024-11-13T21:13:14.386Z | Compiling serde v1.0.215 |
666 | 2024-11-13T21:13:14.386Z | Compiling version_check v0.9.5 |
667 | 2024-11-13T21:13:14.386Z | Compiling memchr v2.7.4 |
668 | 2024-11-13T21:13:14.496Z | Compiling serde_json v1.0.132 |
669 | 2024-11-13T21:13:14.574Z | Compiling itoa v1.0.11 |
670 | 2024-11-13T21:13:14.826Z | Compiling thiserror v1.0.69 |
671 | 2024-11-13T21:13:14.963Z | Compiling once_cell v1.20.2 |
672 | 2024-11-13T21:13:15.045Z | Compiling shlex v1.3.0 |
673 | 2024-11-13T21:13:15.278Z | Compiling cc v1.1.30 |
674 | 2024-11-13T21:13:15.392Z | Compiling num-traits v0.2.19 |
675 | 2024-11-13T21:13:15.716Z | Compiling pin-project-lite v0.2.14 |
676 | 2024-11-13T21:13:15.841Z | Compiling getrandom v0.2.15 |
677 | 2024-11-13T21:13:15.848Z | Compiling smallvec v1.13.2 |
678 | 2024-11-13T21:13:15.909Z | Compiling bytes v1.7.2 |
679 | 2024-11-13T21:13:16.034Z | Compiling quote v1.0.37 |
680 | 2024-11-13T21:13:16.179Z | Compiling ryu v1.0.18 |
681 | 2024-11-13T21:13:16.211Z | Compiling futures-core v0.3.31 |
682 | 2024-11-13T21:13:16.438Z | Compiling syn v2.0.87 |
683 | 2024-11-13T21:13:16.516Z | Compiling lock_api v0.4.12 |
684 | 2024-11-13T21:13:16.665Z | Compiling ahash v0.8.11 |
685 | 2024-11-13T21:13:16.734Z | Compiling parking_lot_core v0.9.10 |
686 | 2024-11-13T21:13:16.844Z | Compiling schemars v0.8.21 |
687 | 2024-11-13T21:13:17.020Z | Compiling byteorder v1.5.0 |
688 | 2024-11-13T21:13:17.168Z | Compiling scopeguard v1.2.0 |
689 | 2024-11-13T21:13:17.199Z | Compiling slab v0.4.9 |
690 | 2024-11-13T21:13:17.469Z | Compiling futures-sink v0.3.31 |
691 | 2024-11-13T21:13:17.543Z | Compiling log v0.4.22 |
692 | 2024-11-13T21:13:17.651Z | Compiling mio v1.0.2 |
693 | 2024-11-13T21:13:17.728Z | Compiling socket2 v0.5.7 |
694 | 2024-11-13T21:13:17.730Z | Compiling signal-hook-registry v1.4.2 |
695 | 2024-11-13T21:13:17.792Z | Compiling parking_lot v0.12.3 |
696 | 2024-11-13T21:13:17.971Z | Compiling stable_deref_trait v1.2.0 |
697 | 2024-11-13T21:13:18.070Z | Compiling hashbrown v0.15.0 |
698 | 2024-11-13T21:13:18.233Z | Compiling ring v0.17.8 |
699 | 2024-11-13T21:13:18.341Z | Compiling fnv v1.0.7 |
700 | 2024-11-13T21:13:18.473Z | Compiling equivalent v1.0.1 |
701 | 2024-11-13T21:13:18.571Z | Compiling http v1.1.0 |
702 | 2024-11-13T21:13:19.264Z | Compiling futures-channel v0.3.31 |
703 | 2024-11-13T21:13:19.297Z | Compiling semver v1.0.23 |
704 | 2024-11-13T21:13:19.363Z | Compiling pin-utils v0.1.0 |
705 | 2024-11-13T21:13:19.446Z | Compiling futures-task v0.3.31 |
706 | 2024-11-13T21:13:19.510Z | Compiling futures-io v0.3.31 |
707 | 2024-11-13T21:13:19.729Z | Compiling heck v0.5.0 |
708 | 2024-11-13T21:13:19.773Z | Compiling spin v0.9.8 |
709 | 2024-11-13T21:13:19.829Z | Compiling rustls-pki-types v1.9.0 |
710 | 2024-11-13T21:13:19.892Z | Compiling pkg-config v0.3.31 |
711 | 2024-11-13T21:13:19.899Z | Compiling vcpkg v0.2.15 |
712 | 2024-11-13T21:13:20.716Z | Compiling iana-time-zone v0.1.61 |
713 | 2024-11-13T21:13:21.118Z | Compiling writeable v0.5.5 |
714 | 2024-11-13T21:13:21.442Z | Compiling ucd-trie v0.1.7 |
715 | 2024-11-13T21:13:21.549Z | Compiling openssl-sys v0.9.104 |
716 | 2024-11-13T21:13:21.658Z | Compiling litemap v0.7.3 |
717 | 2024-11-13T21:13:21.995Z | Compiling httparse v1.9.5 |
718 | 2024-11-13T21:13:22.108Z | Compiling untrusted v0.9.0 |
719 | 2024-11-13T21:13:22.217Z | Compiling tracing-core v0.1.32 |
720 | 2024-11-13T21:13:22.633Z | Compiling allocator-api2 v0.2.18 |
721 | 2024-11-13T21:13:22.689Z | Compiling dyn-clone v1.0.17 |
722 | 2024-11-13T21:13:22.796Z | Compiling atomic-waker v1.1.2 |
723 | 2024-11-13T21:13:22.969Z | Compiling tracing v0.1.40 |
724 | 2024-11-13T21:13:23.397Z | Compiling http-body v1.0.1 |
725 | 2024-11-13T21:13:23.678Z | Compiling subtle v2.6.1 |
726 | 2024-11-13T21:13:23.686Z | Compiling try-lock v0.2.5 |
727 | 2024-11-13T21:13:23.950Z | Compiling chrono v0.4.38 |
728 | 2024-11-13T21:13:23.960Z | Compiling zeroize v1.8.1 |
729 | 2024-11-13T21:13:24.127Z | Compiling uuid v1.10.0 |
730 | 2024-11-13T21:13:24.291Z | Compiling synstructure v0.13.1 |
731 | 2024-11-13T21:13:24.356Z | Compiling serde_derive_internals v0.29.1 |
732 | 2024-11-13T21:13:24.584Z | Compiling icu_locid_transform_data v1.5.0 |
733 | 2024-11-13T21:13:24.673Z | Compiling want v0.3.1 |
734 | 2024-11-13T21:13:25.000Z | Compiling openssl v0.10.68 |
735 | 2024-11-13T21:13:25.437Z | Compiling foreign-types-shared v0.1.1 |
736 | 2024-11-13T21:13:25.536Z | Compiling slog v2.7.0 |
737 | 2024-11-13T21:13:25.685Z | Compiling icu_properties_data v1.5.0 |
738 | 2024-11-13T21:13:25.936Z | Compiling httpdate v1.0.3 |
739 | 2024-11-13T21:13:26.086Z | Compiling foreign-types v0.3.2 |
740 | 2024-11-13T21:13:26.606Z | Compiling aho-corasick v1.1.3 |
741 | 2024-11-13T21:13:26.674Z | Compiling bitflags v2.6.0 |
742 | 2024-11-13T21:13:26.783Z | Compiling utf16_iter v1.0.5 |
743 | 2024-11-13T21:13:26.989Z | Compiling icu_normalizer_data v1.5.0 |
744 | 2024-11-13T21:13:27.020Z | Compiling utf8_iter v1.0.4 |
745 | 2024-11-13T21:13:27.081Z | Compiling percent-encoding v2.3.1 |
746 | 2024-11-13T21:13:27.562Z | Compiling rustls v0.23.14 |
747 | 2024-11-13T21:13:27.780Z | Compiling write16 v1.0.0 |
748 | 2024-11-13T21:13:27.878Z | Compiling typenum v1.17.0 |
749 | 2024-11-13T21:13:27.907Z | Compiling tower-service v0.3.3 |
750 | 2024-11-13T21:13:28.021Z | Compiling native-tls v0.2.12 |
751 | 2024-11-13T21:13:28.154Z | Compiling regex-syntax v0.8.5 |
752 | 2024-11-13T21:13:28.298Z | Compiling form_urlencoded v1.2.1 |
753 | 2024-11-13T21:13:28.846Z | Compiling generic-array v0.14.7 |
754 | 2024-11-13T21:13:29.164Z | Compiling openssl-probe v0.1.5 |
755 | 2024-11-13T21:13:29.853Z | Compiling serde_derive v1.0.215 |
756 | 2024-11-13T21:13:30.237Z | Compiling zerocopy-derive v0.7.35 |
757 | 2024-11-13T21:13:30.469Z | Compiling thiserror-impl v1.0.69 |
758 | 2024-11-13T21:13:30.986Z | Compiling schemars_derive v0.8.21 |
759 | 2024-11-13T21:13:31.106Z | Compiling zerofrom-derive v0.1.4 |
760 | 2024-11-13T21:13:32.327Z | Compiling zerocopy v0.7.35 |
761 | 2024-11-13T21:13:33.970Z | Compiling tokio-macros v2.4.0 |
762 | 2024-11-13T21:13:34.045Z | Compiling yoke-derive v0.7.4 |
763 | 2024-11-13T21:13:34.110Z | Compiling zerovec-derive v0.10.3 |
764 | 2024-11-13T21:13:34.764Z | Compiling zerofrom v0.1.4 |
765 | 2024-11-13T21:13:35.009Z | Compiling futures-macro v0.3.31 |
766 | 2024-11-13T21:13:35.296Z | Compiling displaydoc v0.2.5 |
767 | 2024-11-13T21:13:35.544Z | Compiling tokio v1.40.0 |
768 | 2024-11-13T21:13:36.751Z | Compiling yoke v0.7.4 |
769 | 2024-11-13T21:13:36.915Z | Compiling pest v2.7.14 |
770 | 2024-11-13T21:13:36.973Z | Compiling futures-util v0.3.31 |
771 | 2024-11-13T21:13:37.077Z | Compiling zerovec v0.10.4 |
772 | 2024-11-13T21:13:37.109Z | Compiling icu_provider_macros v1.5.0 |
773 | 2024-11-13T21:13:37.148Z | Compiling hashbrown v0.14.5 |
774 | 2024-11-13T21:13:38.439Z | Compiling rustls-webpki v0.102.8 |
775 | 2024-11-13T21:13:39.825Z | Compiling tinystr v0.7.6 |
776 | 2024-11-13T21:13:40.226Z | Compiling icu_locid v1.5.0 |
777 | 2024-11-13T21:13:40.271Z | Compiling pest_meta v2.7.14 |
778 | 2024-11-13T21:13:43.346Z | Compiling icu_provider v1.5.0 |
779 | 2024-11-13T21:13:44.369Z | Compiling indexmap v2.6.0 |
780 | 2024-11-13T21:13:45.688Z | Compiling serde_tokenstream v0.2.2 |
781 | 2024-11-13T21:13:46.259Z | Compiling tokio-util v0.7.12 |
782 | 2024-11-13T21:13:47.446Z | Compiling h2 v0.4.6 |
783 | 2024-11-13T21:13:49.246Z | Compiling icu_locid_transform v1.5.0 |
784 | 2024-11-13T21:13:50.504Z | Compiling pest_generator v2.7.14 |
785 | 2024-11-13T21:13:51.364Z | Compiling icu_collections v1.5.0 |
786 | 2024-11-13T21:13:52.276Z | Compiling regress v0.10.1 |
787 | 2024-11-13T21:13:52.946Z | Compiling hyper v1.4.1 |
788 | 2024-11-13T21:13:54.114Z | Compiling pest_derive v2.7.14 |
789 | 2024-11-13T21:13:54.980Z | Compiling icu_properties v1.5.1 |
790 | 2024-11-13T21:13:55.800Z | Compiling openssl-macros v0.1.1 |
791 | 2024-11-13T21:13:56.646Z | Compiling typify-impl v0.2.0 |
792 | 2024-11-13T21:13:59.881Z | Compiling icu_normalizer v1.5.0 |
793 | 2024-11-13T21:14:01.435Z | Compiling hyper-util v0.1.10 |
794 | 2024-11-13T21:14:04.934Z | Compiling regex-automata v0.4.8 |
795 | 2024-11-13T21:14:05.226Z | Compiling idna_adapter v1.2.0 |
796 | 2024-11-13T21:14:05.410Z | Compiling http-body-util v0.1.2 |
797 | 2024-11-13T21:14:06.323Z | Compiling scroll_derive v0.12.0 |
798 | 2024-11-13T21:14:07.442Z | Compiling usdt-impl v0.5.0 |
799 | 2024-11-13T21:14:07.824Z | Compiling encoding_rs v0.8.34 |
800 | 2024-11-13T21:14:07.843Z | Compiling powerfmt v0.2.0 |
801 | 2024-11-13T21:14:08.781Z | Compiling typify-macro v0.2.0 |
802 | 2024-11-13T21:14:11.626Z | Compiling regex v1.11.1 |
803 | 2024-11-13T21:14:12.647Z | Compiling mime v0.3.17 |
804 | 2024-11-13T21:14:12.654Z | Compiling num-conv v0.1.0 |
805 | 2024-11-13T21:14:12.903Z | Compiling time-core v0.1.2 |
806 | 2024-11-13T21:14:12.930Z | Compiling tokio-rustls v0.26.0 |
807 | 2024-11-13T21:14:13.065Z | Compiling time-macros v0.2.18 |
808 | 2024-11-13T21:14:13.728Z | Compiling deranged v0.3.11 |
809 | 2024-11-13T21:14:16.099Z | Compiling scroll v0.12.0 |
810 | 2024-11-13T21:14:16.740Z | Compiling tokio-native-tls v0.3.1 |
811 | 2024-11-13T21:14:17.028Z | Compiling idna v1.0.3 |
812 | 2024-11-13T21:14:18.743Z | Compiling dtrace-parser v0.2.0 |
813 | 2024-11-13T21:14:20.465Z | Compiling dof v0.3.0 |
814 | 2024-11-13T21:14:21.362Z | Compiling serde_urlencoded v0.7.1 |
815 | 2024-11-13T21:14:21.935Z | Compiling thread-id v4.2.2 |
816 | 2024-11-13T21:14:22.036Z | Compiling rustls-pemfile v2.2.0 |
817 | 2024-11-13T21:14:22.516Z | Compiling webpki-roots v0.26.6 |
818 | 2024-11-13T21:14:23.018Z | Compiling ident_case v1.0.1 |
819 | 2024-11-13T21:14:23.181Z | Compiling base64 v0.22.1 |
820 | 2024-11-13T21:14:23.358Z | Compiling strsim v0.11.1 |
821 | 2024-11-13T21:14:24.107Z | Compiling crossbeam-utils v0.8.20 |
822 | 2024-11-13T21:14:24.293Z | Compiling num_threads v0.1.7 |
823 | 2024-11-13T21:14:24.416Z | Compiling plain v0.2.3 |
824 | 2024-11-13T21:14:24.570Z | Compiling omicron-workspace-hack v0.1.0 |
825 | 2024-11-13T21:14:25.226Z | Compiling goblin v0.8.2 |
826 | 2024-11-13T21:14:25.853Z | Compiling time v0.3.36 |
827 | 2024-11-13T21:14:26.469Z | Compiling darling_core v0.20.10 |
828 | 2024-11-13T21:14:31.105Z | Compiling hyper-rustls v0.27.3 |
829 | 2024-11-13T21:14:33.403Z | Compiling url v2.5.3 |
830 | 2024-11-13T21:14:34.033Z | Compiling hyper-tls v0.6.0 |
831 | 2024-11-13T21:14:34.525Z | Compiling typify v0.2.0 |
832 | 2024-11-13T21:14:34.650Z | Compiling openapiv3 v2.0.0 |
833 | 2024-11-13T21:14:36.428Z | Compiling sync_wrapper v1.0.1 |
834 | 2024-11-13T21:14:36.584Z | Compiling dirs-sys-next v0.1.2 |
835 | 2024-11-13T21:14:38.082Z | Compiling rustversion v1.0.17 |
836 | 2024-11-13T21:14:38.743Z | Compiling unsafe-libyaml v0.2.11 |
837 | 2024-11-13T21:14:39.025Z | Compiling pretty-hex v0.4.1 |
838 | 2024-11-13T21:14:39.251Z | Compiling rustls v0.22.4 |
839 | 2024-11-13T21:14:39.301Z | Compiling paste v1.0.15 |
840 | 2024-11-13T21:14:39.553Z | Compiling ipnet v2.10.1 |
841 | 2024-11-13T21:14:40.502Z | Compiling serde_yaml v0.9.34+deprecated |
842 | 2024-11-13T21:14:42.180Z | Compiling reqwest v0.12.9 |
843 | 2024-11-13T21:14:42.700Z | Compiling progenitor-impl v0.8.0 |
844 | 2024-11-13T21:14:44.333Z | Compiling dirs-next v2.0.0 |
845 | 2024-11-13T21:14:44.371Z | Compiling darling_macro v0.20.10 |
846 | 2024-11-13T21:14:46.400Z | Compiling crypto-common v0.1.6 |
847 | 2024-11-13T21:14:46.637Z | Compiling block-buffer v0.10.4 |
848 | 2024-11-13T21:14:46.879Z | Compiling serde_spanned v0.6.8 |
849 | 2024-11-13T21:14:47.123Z | Compiling toml_datetime v0.6.8 |
850 | 2024-11-13T21:14:47.193Z | Compiling ppv-lite86 v0.2.20 |
851 | 2024-11-13T21:14:47.811Z | Compiling structmeta-derive v0.3.0 |
852 | 2024-11-13T21:14:48.108Z | Compiling rand_core v0.6.4 |
853 | 2024-11-13T21:14:48.700Z | Compiling thread_local v1.1.8 |
854 | 2024-11-13T21:14:49.426Z | Compiling multer v3.1.0 |
855 | 2024-11-13T21:14:49.566Z | Compiling anyhow v1.0.93 |
856 | 2024-11-13T21:14:49.765Z | Compiling newtype-uuid v1.1.3 |
857 | 2024-11-13T21:14:50.046Z | Compiling camino v1.1.9 |
858 | 2024-11-13T21:14:50.061Z | Compiling winnow v0.6.20 |
859 | 2024-11-13T21:14:50.128Z | Compiling slog-async v2.8.0 |
860 | 2024-11-13T21:14:50.594Z | Compiling match_cfg v0.1.0 |
861 | 2024-11-13T21:14:50.618Z | Compiling structmeta v0.3.0 |
862 | 2024-11-13T21:14:50.680Z | Compiling hostname v0.3.1 |
863 | 2024-11-13T21:14:50.988Z | Compiling progenitor-macro v0.8.0 |
864 | 2024-11-13T21:14:51.091Z | Compiling rand_chacha v0.3.1 |
865 | 2024-11-13T21:14:51.184Z | Compiling digest v0.10.7 |
866 | 2024-11-13T21:14:51.611Z | Compiling crossbeam-channel v0.5.13 |
867 | 2024-11-13T21:14:51.632Z | Compiling darling v0.20.10 |
868 | 2024-11-13T21:14:52.827Z | Compiling term v0.7.0 |
869 | 2024-11-13T21:14:53.215Z | Compiling progenitor-client v0.8.0 |
870 | 2024-11-13T21:14:54.202Z | Compiling toml_edit v0.22.22 |
871 | 2024-11-13T21:14:58.579Z | Compiling usdt-attr-macro v0.5.0 |
872 | 2024-11-13T21:15:00.085Z | Compiling usdt-macro v0.5.0 |
873 | 2024-11-13T21:15:01.388Z | Compiling slog-json v2.6.1 |
874 | 2024-11-13T21:15:01.849Z | Compiling futures-executor v0.3.31 |
875 | 2024-11-13T21:15:02.382Z | Compiling async-stream-impl v0.3.6 |
876 | 2024-11-13T21:15:02.986Z | Compiling memmap v0.7.0 |
877 | 2024-11-13T21:15:03.461Z | Compiling is-terminal v0.4.13 |
878 | 2024-11-13T21:15:03.583Z | Compiling dropshot v0.12.0 |
879 | 2024-11-13T21:15:03.766Z | Compiling cpufeatures v0.2.14 |
880 | 2024-11-13T21:15:03.860Z | Compiling take_mut v0.2.2 |
881 | 2024-11-13T21:15:03.966Z | Compiling sha1 v0.10.6 |
882 | 2024-11-13T21:15:04.143Z | Compiling progenitor v0.8.0 |
883 | 2024-11-13T21:15:04.356Z | Compiling async-stream v0.3.6 |
884 | 2024-11-13T21:15:04.667Z | Compiling slog-term v2.9.1 |
885 | 2024-11-13T21:15:04.725Z | Compiling usdt v0.5.0 |
886 | 2024-11-13T21:15:06.287Z | Compiling futures v0.3.31 |
887 | 2024-11-13T21:15:06.484Z | Compiling slog-bunyan v2.5.0 |
888 | 2024-11-13T21:15:06.747Z | Compiling tokio-rustls v0.25.0 |
889 | 2024-11-13T21:15:07.196Z | Compiling toml v0.8.19 |
890 | 2024-11-13T21:15:07.472Z | Compiling strum_macros v0.26.4 |
891 | 2024-11-13T21:15:07.640Z | Compiling serde_with_macros v3.11.0 |
892 | 2024-11-13T21:15:10.342Z | Compiling rand v0.8.5 |
893 | 2024-11-13T21:15:12.314Z | Compiling parse-display-derive v0.10.0 |
894 | 2024-11-13T21:15:16.387Z | Compiling ipnetwork v0.20.0 |
895 | 2024-11-13T21:15:16.485Z | Compiling dropshot_endpoint v0.12.0 |
896 | 2024-11-13T21:15:16.576Z | Compiling serde_path_to_error v0.1.16 |
897 | 2024-11-13T21:15:17.391Z | Compiling hex v0.4.3 |
898 | 2024-11-13T21:15:17.626Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
899 | 2024-11-13T21:15:18.095Z | Compiling async-trait v0.1.83 |
900 | 2024-11-13T21:15:18.454Z | Compiling waitgroup v0.1.2 |
901 | 2024-11-13T21:15:18.685Z | Compiling hostname v0.4.0 |
902 | 2024-11-13T21:15:18.933Z | Compiling instant v0.1.13 |
903 | 2024-11-13T21:15:19.084Z | Compiling debug-ignore v1.0.5 |
904 | 2024-11-13T21:15:19.227Z | Compiling backoff v0.4.0 |
905 | 2024-11-13T21:15:19.572Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
906 | 2024-11-13T21:15:19.776Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
907 | 2024-11-13T21:15:19.929Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
908 | 2024-11-13T21:15:20.631Z | Compiling parse-display v0.10.0 |
909 | 2024-11-13T21:15:21.497Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
910 | 2024-11-13T21:15:22.065Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
911 | 2024-11-13T21:15:22.819Z | Compiling strum v0.26.3 |
912 | 2024-11-13T21:15:23.004Z | Compiling serde_with v3.11.0 |
913 | 2024-11-13T21:15:24.944Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
914 | 2024-11-13T21:15:25.764Z | Compiling regress v0.9.1 |
915 | 2024-11-13T21:15:27.053Z | Compiling macaddr v1.0.1 |
916 | 2024-11-13T21:15:29.807Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
917 | 2024-11-13T21:15:41.077Z | Compiling test-project v0.1.0 (/tmp/test-project) |
918 | 2024-11-13T21:15:51.123Z | Finished `release` profile [optimized] target(s) in 2m 38s |
919 | 2024-11-13T21:15:51.190Z | process exited: duration 243121 ms, exit code 0 |
|
920 | 2024-11-13T21:15:51.196Z | found 0 output files |