|
|
|
1 | 2024-11-26T08:16:41.352Z | job assigned to worker 01JDKRMWWRDESBW1GY0A5J5DSA [factory aws, i-04ddea9a01d75bfb8] (queued for 58 s) |
|
2 | 2024-11-26T08:16:48.884Z | starting task 0: "setup" |
3 | 2024-11-26T08:16:48.896Z | ++ uname -s |
4 | 2024-11-26T08:16:48.899Z | + kern=SunOS |
5 | 2024-11-26T08:16:48.899Z | + case "$kern" in |
6 | 2024-11-26T08:16:48.899Z | + groupadd -g 12345 build |
7 | 2024-11-26T08:16:48.902Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T08:16:50.909Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T08:16:51.034Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T08:16:51.037Z | + home_fs=zfs |
11 | 2024-11-26T08:16:51.037Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T08:16:51.037Z | + mkdir -p /home/build |
13 | 2024-11-26T08:16:51.040Z | + chown build:build /home/build /work |
14 | 2024-11-26T08:16:53.041Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T08:16:53.044Z | process exited: duration 4158 ms, exit code 0 |
|
16 | 2024-11-26T08:16:53.049Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T08:16:53.054Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T08:16:53.054Z | ' stable |
19 | 2024-11-26T08:16:53.054Z | * toolchain channel = "stable" |
20 | 2024-11-26T08:16:53.054Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-26T08:16:53.054Z | ' default |
22 | 2024-11-26T08:16:53.057Z | * toolchain profile = "default" |
23 | 2024-11-26T08:16:53.057Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T08:16:53.057Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T08:16:53.149Z | info: downloading installer |
26 | 2024-11-26T08:16:54.334Z | info: profile set to 'default' |
27 | 2024-11-26T08:16:54.334Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T08:16:54.334Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T08:16:54.474Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T08:16:54.475Z | info: downloading component 'cargo' |
31 | 2024-11-26T08:16:55.208Z | info: downloading component 'clippy' |
32 | 2024-11-26T08:16:55.488Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T08:16:56.514Z | info: downloading component 'rust-std' |
34 | 2024-11-26T08:16:58.148Z | info: downloading component 'rustc' |
35 | 2024-11-26T08:17:04.021Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T08:17:04.231Z | info: installing component 'cargo' |
37 | 2024-11-26T08:17:05.028Z | info: installing component 'clippy' |
38 | 2024-11-26T08:17:05.392Z | info: installing component 'rust-docs' |
39 | 2024-11-26T08:17:07.081Z | info: installing component 'rust-std' |
40 | 2024-11-26T08:17:08.885Z | info: installing component 'rustc' |
41 | 2024-11-26T08:17:14.858Z | info: installing component 'rustfmt' |
42 | 2024-11-26T08:17:15.183Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T08:17:15.183Z | |
44 | 2024-11-26T08:17:15.572Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T08:17:15.573Z | |
46 | 2024-11-26T08:17:15.588Z | |
47 | 2024-11-26T08:17:15.588Z | Rust is installed now. Great! |
48 | 2024-11-26T08:17:15.588Z | |
49 | 2024-11-26T08:17:15.588Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T08:17:15.588Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T08:17:15.588Z | |
52 | 2024-11-26T08:17:15.588Z | To configure your current shell, you need to source |
53 | 2024-11-26T08:17:15.588Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T08:17:15.588Z | |
55 | 2024-11-26T08:17:15.588Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T08:17:15.589Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T08:17:15.589Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T08:17:15.716Z | + rustc --version |
59 | 2024-11-26T08:17:15.727Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T08:17:15.728Z | process exited: duration 22663 ms, exit code 0 |
|
61 | 2024-11-26T08:17:15.738Z | starting task 2: "authentication" |
62 | 2024-11-26T08:17:15.759Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-26T08:17:15.764Z | starting task 3: "clone repository" |
64 | 2024-11-26T08:17:15.770Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T08:17:15.774Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T08:17:15.809Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T08:17:16.411Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T08:17:16.411Z | + git fetch origin 38057ed7ebd8f56861699cff9e87eba1b3970cc0 |
69 | 2024-11-26T08:17:16.635Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T08:17:16.635Z | * branch 38057ed7ebd8f56861699cff9e87eba1b3970cc0 -> FETCH_HEAD |
71 | 2024-11-26T08:17:16.643Z | + [[ -n renovate/thiserror-2.x ]] |
72 | 2024-11-26T08:17:16.646Z | ++ git branch --show-current |
73 | 2024-11-26T08:17:16.650Z | + current=main |
74 | 2024-11-26T08:17:16.650Z | + [[ main != renovate/thiserror-2.x ]] |
75 | 2024-11-26T08:17:16.650Z | + git branch -f renovate/thiserror-2.x 38057ed7ebd8f56861699cff9e87eba1b3970cc0 |
76 | 2024-11-26T08:17:16.653Z | + git checkout -f renovate/thiserror-2.x |
77 | 2024-11-26T08:17:16.665Z | Switched to branch 'renovate/thiserror-2.x' |
78 | 2024-11-26T08:17:16.667Z | + git reset --hard 38057ed7ebd8f56861699cff9e87eba1b3970cc0 |
79 | 2024-11-26T08:17:16.679Z | HEAD is now at 38057ed Update Rust crate thiserror to v2 |
80 | 2024-11-26T08:17:16.681Z | process exited: duration 915 ms, exit code 0 |
|
81 | 2024-11-26T08:17:16.699Z | starting task 4: "build" |
82 | 2024-11-26T08:17:16.740Z | + set -e |
83 | 2024-11-26T08:17:16.740Z | + cargo --version |
84 | 2024-11-26T08:17:16.741Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-11-26T08:17:16.924Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-11-26T08:17:16.924Z | info: downloading component 'cargo' |
87 | 2024-11-26T08:17:17.772Z | info: downloading component 'clippy' |
88 | 2024-11-26T08:17:18.075Z | info: downloading component 'rust-docs' |
89 | 2024-11-26T08:17:19.289Z | info: downloading component 'rust-std' |
90 | 2024-11-26T08:17:21.174Z | info: downloading component 'rustc' |
91 | 2024-11-26T08:17:27.909Z | info: downloading component 'rustfmt' |
92 | 2024-11-26T08:17:28.161Z | info: installing component 'cargo' |
93 | 2024-11-26T08:17:28.962Z | info: installing component 'clippy' |
94 | 2024-11-26T08:17:29.331Z | info: installing component 'rust-docs' |
95 | 2024-11-26T08:17:30.965Z | info: installing component 'rust-std' |
96 | 2024-11-26T08:17:32.664Z | info: installing component 'rustc' |
97 | 2024-11-26T08:17:38.404Z | info: installing component 'rustfmt' |
98 | 2024-11-26T08:17:38.817Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-11-26T08:17:38.819Z | + rustc --version |
100 | 2024-11-26T08:17:38.892Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-11-26T08:17:38.897Z | + cargo install cargo-nextest |
102 | 2024-11-26T08:17:38.985Z | Updating crates.io index |
103 | 2024-11-26T08:17:39.068Z | Downloading crates ... |
104 | 2024-11-26T08:17:39.132Z | Downloaded cargo-nextest v0.9.84 |
105 | 2024-11-26T08:17:39.172Z | Installing cargo-nextest v0.9.84 |
106 | 2024-11-26T08:17:39.259Z | Updating crates.io index |
107 | 2024-11-26T08:17:40.562Z | Locking 359 packages to latest compatible versions |
108 | 2024-11-26T08:17:40.566Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
109 | 2024-11-26T08:17:40.566Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
110 | 2024-11-26T08:17:40.566Z | Adding base64 v0.21.7 (latest: v0.22.1) |
111 | 2024-11-26T08:17:40.576Z | Adding cargo_metadata v0.18.1 (latest: v0.19.0) |
112 | 2024-11-26T08:17:40.579Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
113 | 2024-11-26T08:17:40.579Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
114 | 2024-11-26T08:17:40.579Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
115 | 2024-11-26T08:17:40.579Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
116 | 2024-11-26T08:17:40.579Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
117 | 2024-11-26T08:17:40.579Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
118 | 2024-11-26T08:17:40.579Z | Adding gimli v0.28.1 (latest: v0.31.1) |
119 | 2024-11-26T08:17:40.582Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
120 | 2024-11-26T08:17:40.584Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
121 | 2024-11-26T08:17:40.584Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
122 | 2024-11-26T08:17:40.584Z | Adding mukti-metadata v0.2.1 (latest: v0.3.0) |
123 | 2024-11-26T08:17:40.584Z | Adding nextest-runner v0.67.0 (latest: v0.68.0) |
124 | 2024-11-26T08:17:40.587Z | Adding object v0.32.2 (latest: v0.36.5) |
125 | 2024-11-26T08:17:40.587Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
126 | 2024-11-26T08:17:40.587Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
127 | 2024-11-26T08:17:40.595Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
128 | 2024-11-26T08:17:40.598Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
129 | 2024-11-26T08:17:40.598Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
130 | 2024-11-26T08:17:40.598Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
131 | 2024-11-26T08:17:40.598Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
132 | 2024-11-26T08:17:40.601Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
133 | 2024-11-26T08:17:40.601Z | Adding vte v0.11.1 (latest: v0.13.0) |
134 | 2024-11-26T08:17:40.601Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
135 | 2024-11-26T08:17:40.603Z | Adding windows v0.52.0 (latest: v0.58.0) |
136 | 2024-11-26T08:17:40.603Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
137 | 2024-11-26T08:17:40.603Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
138 | 2024-11-26T08:17:40.603Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
139 | 2024-11-26T08:17:40.603Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
140 | 2024-11-26T08:17:40.603Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
141 | 2024-11-26T08:17:40.604Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
142 | 2024-11-26T08:17:40.604Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
143 | 2024-11-26T08:17:40.604Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
144 | 2024-11-26T08:17:40.604Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
145 | 2024-11-26T08:17:40.604Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
146 | 2024-11-26T08:17:40.604Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
147 | 2024-11-26T08:17:40.604Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
148 | 2024-11-26T08:17:40.604Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-11-26T08:17:40.604Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
150 | 2024-11-26T08:17:40.604Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
151 | 2024-11-26T08:17:40.604Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
152 | 2024-11-26T08:17:40.604Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
153 | 2024-11-26T08:17:40.604Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
154 | 2024-11-26T08:17:40.604Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
155 | 2024-11-26T08:17:40.604Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
156 | 2024-11-26T08:17:40.604Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
157 | 2024-11-26T08:17:40.604Z | Adding writeable v0.5.5 (latest: v0.6.0) |
158 | 2024-11-26T08:17:40.604Z | Adding zerocopy v0.7.35 (latest: v0.8.11) |
159 | 2024-11-26T08:17:40.604Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.11) |
160 | 2024-11-26T08:17:40.604Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
161 | 2024-11-26T08:17:40.604Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
162 | 2024-11-26T08:17:40.607Z | Downloading crates ... |
163 | 2024-11-26T08:17:40.694Z | Downloaded shell-words v1.1.0 |
164 | 2024-11-26T08:17:40.699Z | Downloaded adler2 v2.0.0 |
165 | 2024-11-26T08:17:40.703Z | Downloaded terminal_size v0.3.0 |
166 | 2024-11-26T08:17:40.703Z | Downloaded socket2 v0.5.7 |
167 | 2024-11-26T08:17:40.705Z | Downloaded adler v1.0.2 |
168 | 2024-11-26T08:17:40.708Z | Downloaded shared_child v1.0.1 |
169 | 2024-11-26T08:17:40.708Z | Downloaded anstream v0.6.18 |
170 | 2024-11-26T08:17:40.711Z | Downloaded icu_locid v1.5.0 |
171 | 2024-11-26T08:17:40.716Z | Downloaded signal-hook-registry v1.4.2 |
172 | 2024-11-26T08:17:40.719Z | Downloaded stable_deref_trait v1.2.0 |
173 | 2024-11-26T08:17:40.725Z | Downloaded shlex v1.3.0 |
174 | 2024-11-26T08:17:40.725Z | Downloaded smallvec v1.13.2 |
175 | 2024-11-26T08:17:40.725Z | Downloaded slab v0.4.9 |
176 | 2024-11-26T08:17:40.725Z | Downloaded spki v0.7.3 |
177 | 2024-11-26T08:17:40.728Z | Downloaded supports-unicode v3.0.0 |
178 | 2024-11-26T08:17:40.731Z | Downloaded supports-hyperlinks v3.0.0 |
179 | 2024-11-26T08:17:40.731Z | Downloaded subtle v2.6.1 |
180 | 2024-11-26T08:17:40.735Z | Downloaded supports-color v3.0.1 |
181 | 2024-11-26T08:17:40.735Z | Downloaded static_assertions v1.1.0 |
182 | 2024-11-26T08:17:40.738Z | Downloaded byteorder v1.5.0 |
183 | 2024-11-26T08:17:40.738Z | Downloaded smawk v0.3.2 |
184 | 2024-11-26T08:17:40.738Z | Downloaded strsim v0.11.1 |
185 | 2024-11-26T08:17:40.741Z | Downloaded strip-ansi-escapes v0.2.0 |
186 | 2024-11-26T08:17:40.741Z | Downloaded zipsign-api v0.1.2 |
187 | 2024-11-26T08:17:40.744Z | Downloaded target-lexicon v0.12.16 |
188 | 2024-11-26T08:17:40.747Z | Downloaded aho-corasick v1.1.3 |
189 | 2024-11-26T08:17:40.758Z | Downloaded cfg_aliases v0.2.1 |
190 | 2024-11-26T08:17:40.761Z | Downloaded block-buffer v0.10.4 |
191 | 2024-11-26T08:17:40.761Z | Downloaded atomicwrites v0.4.4 |
192 | 2024-11-26T08:17:40.761Z | Downloaded zerofrom v0.1.5 |
193 | 2024-11-26T08:17:40.761Z | Downloaded smol_str v0.3.2 |
194 | 2024-11-26T08:17:40.761Z | Downloaded textwrap v0.16.1 |
195 | 2024-11-26T08:17:40.765Z | Downloaded sync_wrapper v1.0.2 |
196 | 2024-11-26T08:17:40.765Z | Downloaded target-spec v3.2.2 |
197 | 2024-11-26T08:17:40.765Z | Downloaded addr2line v0.21.0 |
198 | 2024-11-26T08:17:40.768Z | Downloaded tinyvec_macros v0.1.1 |
199 | 2024-11-26T08:17:40.772Z | Downloaded cargo-platform v0.1.8 |
200 | 2024-11-26T08:17:40.772Z | Downloaded target-spec-miette v0.4.0 |
201 | 2024-11-26T08:17:40.778Z | Downloaded cfg-if v1.0.0 |
202 | 2024-11-26T08:17:40.778Z | Downloaded tower-service v0.3.3 |
203 | 2024-11-26T08:17:40.783Z | Downloaded syn v2.0.89 |
204 | 2024-11-26T08:17:40.789Z | Downloaded try-lock v0.2.5 |
205 | 2024-11-26T08:17:40.792Z | Downloaded tokio-native-tls v0.3.1 |
206 | 2024-11-26T08:17:40.796Z | Downloaded humantime-serde v1.1.1 |
207 | 2024-11-26T08:17:40.796Z | Downloaded tokio-macros v2.4.0 |
208 | 2024-11-26T08:17:40.796Z | Downloaded thiserror-impl v1.0.69 |
209 | 2024-11-26T08:17:40.799Z | Downloaded write16 v1.0.0 |
210 | 2024-11-26T08:17:40.799Z | Downloaded http-body v1.0.1 |
211 | 2024-11-26T08:17:40.799Z | Downloaded want v0.3.1 |
212 | 2024-11-26T08:17:40.803Z | Downloaded thiserror v1.0.69 |
213 | 2024-11-26T08:17:40.807Z | Downloaded yoke-derive v0.7.5 |
214 | 2024-11-26T08:17:40.810Z | Downloaded guppy-workspace-hack v0.1.0 |
215 | 2024-11-26T08:17:40.810Z | Downloaded cc v1.2.1 |
216 | 2024-11-26T08:17:40.814Z | Downloaded urlencoding v2.1.3 |
217 | 2024-11-26T08:17:40.817Z | Downloaded async-scoped v0.9.0 |
218 | 2024-11-26T08:17:40.817Z | Downloaded camino v1.1.9 |
219 | 2024-11-26T08:17:40.820Z | Downloaded autocfg v1.4.0 |
220 | 2024-11-26T08:17:40.824Z | Downloaded swrite v0.1.0 |
221 | 2024-11-26T08:17:40.824Z | Downloaded camino-tempfile v1.1.1 |
222 | 2024-11-26T08:17:40.827Z | Downloaded is_terminal_polyfill v1.70.1 |
223 | 2024-11-26T08:17:40.827Z | Downloaded vte_generate_state_changes v0.1.2 |
224 | 2024-11-26T08:17:40.831Z | Downloaded tracing-error v0.2.0 |
225 | 2024-11-26T08:17:40.831Z | Downloaded openssl-macros v0.1.1 |
226 | 2024-11-26T08:17:40.831Z | Downloaded utf8parse v0.2.2 |
227 | 2024-11-26T08:17:40.831Z | Downloaded crypto-common v0.1.6 |
228 | 2024-11-26T08:17:40.835Z | Downloaded bitflags v2.6.0 |
229 | 2024-11-26T08:17:40.838Z | Downloaded openssl-probe v0.1.5 |
230 | 2024-11-26T08:17:40.839Z | Downloaded foreign-types v0.3.2 |
231 | 2024-11-26T08:17:40.841Z | Downloaded debug-ignore v1.0.5 |
232 | 2024-11-26T08:17:40.841Z | Downloaded anstyle-parse v0.2.6 |
233 | 2024-11-26T08:17:40.845Z | Downloaded nested v0.1.1 |
234 | 2024-11-26T08:17:40.845Z | Downloaded heck v0.5.0 |
235 | 2024-11-26T08:17:40.848Z | Downloaded futures-sink v0.3.31 |
236 | 2024-11-26T08:17:40.848Z | Downloaded version_check v0.9.5 |
237 | 2024-11-26T08:17:40.848Z | Downloaded hyper-tls v0.6.0 |
238 | 2024-11-26T08:17:40.851Z | Downloaded futures-task v0.3.31 |
239 | 2024-11-26T08:17:40.851Z | Downloaded xxhash-rust v0.8.12 |
240 | 2024-11-26T08:17:40.853Z | Downloaded fastrand v2.2.0 |
241 | 2024-11-26T08:17:40.856Z | Downloaded errno v0.3.9 |
242 | 2024-11-26T08:17:40.857Z | Downloaded writeable v0.5.5 |
243 | 2024-11-26T08:17:40.860Z | Downloaded yoke v0.7.5 |
244 | 2024-11-26T08:17:40.863Z | Downloaded unicase v2.8.0 |
245 | 2024-11-26T08:17:40.863Z | Downloaded fixedbitset v0.4.2 |
246 | 2024-11-26T08:17:40.866Z | Downloaded tracing-attributes v0.1.27 |
247 | 2024-11-26T08:17:40.866Z | Downloaded toml v0.8.19 |
248 | 2024-11-26T08:17:40.870Z | Downloaded home v0.5.9 |
249 | 2024-11-26T08:17:40.873Z | Downloaded tar v0.4.43 |
250 | 2024-11-26T08:17:40.873Z | Downloaded humantime v2.1.0 |
251 | 2024-11-26T08:17:40.879Z | Downloaded is_ci v1.2.0 |
252 | 2024-11-26T08:17:40.879Z | Downloaded http-body-util v0.1.2 |
253 | 2024-11-26T08:17:40.883Z | Downloaded future-queue v0.3.0 |
254 | 2024-11-26T08:17:40.883Z | Downloaded clap_derive v4.5.18 |
255 | 2024-11-26T08:17:40.883Z | Downloaded zerofrom-derive v0.1.5 |
256 | 2024-11-26T08:17:40.883Z | Downloaded clap v4.5.21 |
257 | 2024-11-26T08:17:40.891Z | Downloaded nextest-workspace-hack v0.1.0 |
258 | 2024-11-26T08:17:40.894Z | Downloaded pkg-config v0.3.31 |
259 | 2024-11-26T08:17:40.894Z | Downloaded filetime v0.2.25 |
260 | 2024-11-26T08:17:40.897Z | Downloaded crc32fast v1.4.2 |
261 | 2024-11-26T08:17:40.897Z | Downloaded rand_core v0.6.4 |
262 | 2024-11-26T08:17:40.900Z | Downloaded rand_chacha v0.3.1 |
263 | 2024-11-26T08:17:40.900Z | Downloaded quick-junit v0.5.1 |
264 | 2024-11-26T08:17:40.903Z | Downloaded miette-derive v7.2.0 |
265 | 2024-11-26T08:17:40.903Z | Downloaded dialoguer v0.11.0 |
266 | 2024-11-26T08:17:40.908Z | Downloaded zerocopy-derive v0.7.35 |
267 | 2024-11-26T08:17:40.911Z | Downloaded itoa v1.0.14 |
268 | 2024-11-26T08:17:40.913Z | Downloaded hyper-rustls v0.27.3 |
269 | 2024-11-26T08:17:40.914Z | Downloaded jobserver v0.1.32 |
270 | 2024-11-26T08:17:40.918Z | Downloaded indenter v0.3.3 |
271 | 2024-11-26T08:17:40.918Z | Downloaded tinyvec v1.8.0 |
272 | 2024-11-26T08:17:40.921Z | Downloaded vte v0.11.1 |
273 | 2024-11-26T08:17:40.921Z | Downloaded httparse v1.9.5 |
274 | 2024-11-26T08:17:40.924Z | Downloaded globset v0.4.15 |
275 | 2024-11-26T08:17:40.927Z | Downloaded getrandom v0.2.15 |
276 | 2024-11-26T08:17:40.930Z | Downloaded zstd-safe v7.2.1 |
277 | 2024-11-26T08:17:40.930Z | Downloaded futures-channel v0.3.31 |
278 | 2024-11-26T08:17:40.933Z | Downloaded duct v0.13.7 |
279 | 2024-11-26T08:17:40.933Z | Downloaded ed25519 v2.2.3 |
280 | 2024-11-26T08:17:40.937Z | Downloaded os_pipe v1.2.1 |
281 | 2024-11-26T08:17:40.940Z | Downloaded typenum v1.17.0 |
282 | 2024-11-26T08:17:40.940Z | Downloaded nextest-metadata v0.12.1 |
283 | 2024-11-26T08:17:40.945Z | Downloaded uuid v1.11.0 |
284 | 2024-11-26T08:17:40.948Z | Downloaded pkcs8 v0.10.2 |
285 | 2024-11-26T08:17:40.948Z | Downloaded serde_urlencoded v0.7.1 |
286 | 2024-11-26T08:17:40.951Z | Downloaded icu_locid_transform v1.5.0 |
287 | 2024-11-26T08:17:40.954Z | Downloaded semver v1.0.23 |
288 | 2024-11-26T08:17:40.959Z | Downloaded owo-colors v4.1.0 |
289 | 2024-11-26T08:17:40.959Z | Downloaded zeroize v1.8.1 |
290 | 2024-11-26T08:17:40.963Z | Downloaded unicode-ident v1.0.14 |
291 | 2024-11-26T08:17:40.963Z | Downloaded config v0.14.1 |
292 | 2024-11-26T08:17:40.967Z | Downloaded icu_normalizer_data v1.5.0 |
293 | 2024-11-26T08:17:40.970Z | Downloaded lazy_static v1.5.0 |
294 | 2024-11-26T08:17:40.972Z | Downloaded percent-encoding v2.3.1 |
295 | 2024-11-26T08:17:40.973Z | Downloaded pathdiff v0.2.3 |
296 | 2024-11-26T08:17:40.973Z | Downloaded mime v0.3.17 |
297 | 2024-11-26T08:17:40.975Z | Downloaded rustls-pemfile v2.2.0 |
298 | 2024-11-26T08:17:40.978Z | Downloaded idna_adapter v1.2.0 |
299 | 2024-11-26T08:17:40.978Z | Downloaded icu_locid_transform_data v1.5.0 |
300 | 2024-11-26T08:17:40.981Z | Downloaded base64 v0.22.1 |
301 | 2024-11-26T08:17:40.984Z | Downloaded ppv-lite86 v0.2.20 |
302 | 2024-11-26T08:17:40.988Z | Downloaded pin-project-lite v0.2.15 |
303 | 2024-11-26T08:17:40.991Z | Downloaded self-replace v1.5.0 |
304 | 2024-11-26T08:17:40.994Z | Downloaded ipnet v2.10.1 |
305 | 2024-11-26T08:17:40.995Z | Downloaded sha2 v0.10.8 |
306 | 2024-11-26T08:17:40.997Z | Downloaded icu_provider v1.5.0 |
307 | 2024-11-26T08:17:41.000Z | Downloaded serde_spanned v0.6.8 |
308 | 2024-11-26T08:17:41.003Z | Downloaded rustc-hash v2.0.0 |
309 | 2024-11-26T08:17:41.003Z | Downloaded self_update v0.41.0 |
310 | 2024-11-26T08:17:41.007Z | Downloaded proc-macro2 v1.0.92 |
311 | 2024-11-26T08:17:41.010Z | Downloaded serde_derive v1.0.215 |
312 | 2024-11-26T08:17:41.013Z | Downloaded litemap v0.7.4 |
313 | 2024-11-26T08:17:41.015Z | Downloaded icu_properties v1.5.1 |
314 | 2024-11-26T08:17:41.018Z | Downloaded url v2.5.4 |
315 | 2024-11-26T08:17:41.021Z | Downloaded num-traits v0.2.19 |
316 | 2024-11-26T08:17:41.023Z | Downloaded pin-project-internal v1.1.7 |
317 | 2024-11-26T08:17:41.027Z | Downloaded owo-colors v3.5.0 |
318 | 2024-11-26T08:17:41.030Z | Downloaded rustls-pki-types v1.10.0 |
319 | 2024-11-26T08:17:41.033Z | Downloaded nextest-filtering v0.12.0 |
320 | 2024-11-26T08:17:41.035Z | Downloaded rustc-demangle v0.1.24 |
321 | 2024-11-26T08:17:41.036Z | Downloaded quote v1.0.37 |
322 | 2024-11-26T08:17:41.039Z | Downloaded quinn-udp v0.5.7 |
323 | 2024-11-26T08:17:41.042Z | Downloaded tracing-core v0.1.33 |
324 | 2024-11-26T08:17:41.045Z | Downloaded miniz_oxide v0.7.4 |
325 | 2024-11-26T08:17:41.048Z | Downloaded ryu v1.0.18 |
326 | 2024-11-26T08:17:41.050Z | Downloaded hyper-util v0.1.10 |
327 | 2024-11-26T08:17:41.053Z | Downloaded log v0.4.22 |
328 | 2024-11-26T08:17:41.056Z | Downloaded pin-project v1.1.7 |
329 | 2024-11-26T08:17:41.067Z | Downloaded indexmap v2.6.0 |
330 | 2024-11-26T08:17:41.071Z | Downloaded openssl-sys v0.9.104 |
331 | 2024-11-26T08:17:41.077Z | Downloaded miniz_oxide v0.8.0 |
332 | 2024-11-26T08:17:41.080Z | Downloaded serde v1.0.215 |
333 | 2024-11-26T08:17:41.082Z | Downloaded http v1.1.0 |
334 | 2024-11-26T08:17:41.086Z | Downloaded backtrace v0.3.71 |
335 | 2024-11-26T08:17:41.092Z | Downloaded indicatif v0.17.9 |
336 | 2024-11-26T08:17:41.097Z | Downloaded ed25519-dalek v2.1.1 |
337 | 2024-11-26T08:17:41.100Z | Downloaded sharded-slab v0.1.7 |
338 | 2024-11-26T08:17:41.102Z | Downloaded der v0.7.9 |
339 | 2024-11-26T08:17:41.108Z | Downloaded minimal-lexical v0.2.1 |
340 | 2024-11-26T08:17:41.112Z | Downloaded icu_collections v1.5.0 |
341 | 2024-11-26T08:17:41.118Z | Downloaded rand v0.8.5 |
342 | 2024-11-26T08:17:41.121Z | Downloaded ron v0.8.1 |
343 | 2024-11-26T08:17:41.129Z | Downloaded quinn v0.11.6 |
344 | 2024-11-26T08:17:41.132Z | Downloaded toml_edit v0.22.22 |
345 | 2024-11-26T08:17:41.154Z | Downloaded mio v1.0.2 |
346 | 2024-11-26T08:17:41.159Z | Downloaded unicode-normalization v0.1.24 |
347 | 2024-11-26T08:17:41.163Z | Downloaded nom v7.1.3 |
348 | 2024-11-26T08:17:41.168Z | Downloaded hashbrown v0.15.2 |
349 | 2024-11-26T08:17:41.174Z | Downloaded miette v7.2.0 |
350 | 2024-11-26T08:17:41.178Z | Downloaded memchr v2.7.4 |
351 | 2024-11-26T08:17:41.183Z | Downloaded hyper v1.5.1 |
352 | 2024-11-26T08:17:41.189Z | Downloaded itertools v0.13.0 |
353 | 2024-11-26T08:17:41.197Z | Downloaded zerocopy v0.7.35 |
354 | 2024-11-26T08:17:41.212Z | Downloaded idna v1.0.3 |
355 | 2024-11-26T08:17:41.215Z | Downloaded serde_json v1.0.133 |
356 | 2024-11-26T08:17:41.222Z | Downloaded futures-util v0.3.31 |
357 | 2024-11-26T08:17:41.233Z | Downloaded portable-atomic v1.10.0 |
358 | 2024-11-26T08:17:41.240Z | Downloaded guppy v0.17.8 |
359 | 2024-11-26T08:17:41.247Z | Downloaded tracing-subscriber v0.3.18 |
360 | 2024-11-26T08:17:41.254Z | Downloaded quick-xml v0.23.1 |
361 | 2024-11-26T08:17:41.263Z | Downloaded clap_builder v4.5.21 |
362 | 2024-11-26T08:17:41.266Z | Downloaded vcpkg v0.2.15 |
363 | 2024-11-26T08:17:41.305Z | Downloaded quick-xml v0.37.1 |
364 | 2024-11-26T08:17:41.310Z | Downloaded reqwest v0.12.9 |
365 | 2024-11-26T08:17:41.320Z | Downloaded webpki-roots v0.26.7 |
366 | 2024-11-26T08:17:41.322Z | Downloaded rustls-webpki v0.102.8 |
367 | 2024-11-26T08:17:41.342Z | Downloaded quinn-proto v0.11.9 |
368 | 2024-11-26T08:17:41.349Z | Downloaded unicode-width v0.2.0 |
369 | 2024-11-26T08:17:41.354Z | Downloaded nextest-runner v0.67.0 |
370 | 2024-11-26T08:17:41.363Z | Downloaded regex v1.11.1 |
371 | 2024-11-26T08:17:41.376Z | Downloaded object v0.32.2 |
372 | 2024-11-26T08:17:41.386Z | Downloaded bstr v1.11.0 |
373 | 2024-11-26T08:17:41.397Z | Downloaded openssl v0.10.68 |
374 | 2024-11-26T08:17:41.407Z | Downloaded curve25519-dalek v4.1.3 |
375 | 2024-11-26T08:17:41.415Z | Downloaded nix v0.29.0 |
376 | 2024-11-26T08:17:41.428Z | Downloaded rustix v0.38.41 |
377 | 2024-11-26T08:17:41.449Z | Downloaded rustls v0.23.18 |
378 | 2024-11-26T08:17:41.460Z | Downloaded regex-syntax v0.8.5 |
379 | 2024-11-26T08:17:41.467Z | Downloaded gimli v0.28.1 |
380 | 2024-11-26T08:17:41.475Z | Downloaded unicode-width v0.1.14 |
381 | 2024-11-26T08:17:41.481Z | Downloaded chrono v0.4.38 |
382 | 2024-11-26T08:17:41.488Z | Downloaded icu_properties_data v1.5.0 |
383 | 2024-11-26T08:17:41.499Z | Downloaded color-spantrace v0.2.1 |
384 | 2024-11-26T08:17:41.501Z | Downloaded winnow v0.6.20 |
385 | 2024-11-26T08:17:41.510Z | Downloaded zerovec v0.10.4 |
386 | 2024-11-26T08:17:41.515Z | Downloaded flate2 v1.0.35 |
387 | 2024-11-26T08:17:41.520Z | Downloaded tracing v0.1.40 |
388 | 2024-11-26T08:17:41.524Z | Downloaded futures v0.3.31 |
389 | 2024-11-26T08:17:41.528Z | Downloaded base64 v0.21.7 |
390 | 2024-11-26T08:17:41.532Z | Downloaded once_cell v1.20.2 |
391 | 2024-11-26T08:17:41.535Z | Downloaded icu_normalizer v1.5.0 |
392 | 2024-11-26T08:17:41.538Z | Downloaded eyre v0.6.12 |
393 | 2024-11-26T08:17:41.540Z | Downloaded regex-automata v0.4.9 |
394 | 2024-11-26T08:17:41.557Z | Downloaded const-oid v0.9.6 |
395 | 2024-11-26T08:17:41.559Z | Downloaded rustc_version v0.4.1 |
396 | 2024-11-26T08:17:41.562Z | Downloaded color-eyre v0.6.3 |
397 | 2024-11-26T08:17:41.567Z | Downloaded zstd v0.13.2 |
398 | 2024-11-26T08:17:41.570Z | Downloaded zerovec-derive v0.10.3 |
399 | 2024-11-26T08:17:41.573Z | Downloaded iana-time-zone v0.1.61 |
400 | 2024-11-26T08:17:41.575Z | Downloaded bytes v1.8.0 |
401 | 2024-11-26T08:17:41.577Z | Downloaded borsh v1.5.3 |
402 | 2024-11-26T08:17:41.582Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
403 | 2024-11-26T08:17:41.600Z | Downloaded displaydoc v0.2.5 |
404 | 2024-11-26T08:17:41.603Z | Downloaded petgraph v0.6.5 |
405 | 2024-11-26T08:17:41.618Z | Downloaded console v0.15.8 |
406 | 2024-11-26T08:17:41.620Z | Downloaded tokio v1.41.1 |
407 | 2024-11-26T08:17:41.656Z | Downloaded libc v0.2.165 |
408 | 2024-11-26T08:17:41.679Z | Downloaded cpufeatures v0.2.16 |
409 | 2024-11-26T08:17:41.681Z | Downloaded newtype-uuid v1.1.3 |
410 | 2024-11-26T08:17:41.681Z | Downloaded serde_path_to_error v0.1.16 |
411 | 2024-11-26T08:17:41.684Z | Downloaded serde_ignored v0.1.10 |
412 | 2024-11-26T08:17:41.684Z | Downloaded pin-utils v0.1.0 |
413 | 2024-11-26T08:17:41.687Z | Downloaded native-tls v0.2.12 |
414 | 2024-11-26T08:17:41.687Z | Downloaded cfg-expr v0.17.1 |
415 | 2024-11-26T08:17:41.689Z | Downloaded cargo_metadata v0.18.1 |
416 | 2024-11-26T08:17:41.693Z | Downloaded base64ct v1.6.0 |
417 | 2024-11-26T08:17:41.696Z | Downloaded number_prefix v0.4.0 |
418 | 2024-11-26T08:17:41.696Z | Downloaded icu_provider_macros v1.5.0 |
419 | 2024-11-26T08:17:41.696Z | Downloaded form_urlencoded v1.2.1 |
420 | 2024-11-26T08:17:41.696Z | Downloaded generic-array v0.14.7 |
421 | 2024-11-26T08:17:41.698Z | Downloaded futures-io v0.3.31 |
422 | 2024-11-26T08:17:41.698Z | Downloaded xattr v1.3.1 |
423 | 2024-11-26T08:17:41.701Z | Downloaded utf8_iter v1.0.4 |
424 | 2024-11-26T08:17:41.701Z | Downloaded futures-macro v0.3.31 |
425 | 2024-11-26T08:17:41.701Z | Downloaded digest v0.10.7 |
426 | 2024-11-26T08:17:41.704Z | Downloaded utf16_iter v1.0.5 |
427 | 2024-11-26T08:17:41.704Z | Downloaded fnv v1.0.7 |
428 | 2024-11-26T08:17:41.704Z | Downloaded display-error-chain v0.2.2 |
429 | 2024-11-26T08:17:41.707Z | Downloaded futures-executor v0.3.31 |
430 | 2024-11-26T08:17:41.707Z | Downloaded futures-core v0.3.31 |
431 | 2024-11-26T08:17:41.710Z | Downloaded mukti-metadata v0.2.1 |
432 | 2024-11-26T08:17:41.710Z | Downloaded tinystr v0.7.6 |
433 | 2024-11-26T08:17:41.710Z | Downloaded curve25519-dalek-derive v0.1.1 |
434 | 2024-11-26T08:17:41.713Z | Downloaded colorchoice v1.0.3 |
435 | 2024-11-26T08:17:41.713Z | Downloaded untrusted v0.9.0 |
436 | 2024-11-26T08:17:41.715Z | Downloaded unicode-linebreak v0.1.5 |
437 | 2024-11-26T08:17:41.715Z | Downloaded tracing-log v0.2.0 |
438 | 2024-11-26T08:17:41.718Z | Downloaded tokio-rustls v0.26.0 |
439 | 2024-11-26T08:17:41.718Z | Downloaded thiserror v2.0.3 |
440 | 2024-11-26T08:17:41.723Z | Downloaded tempfile v3.14.0 |
441 | 2024-11-26T08:17:41.725Z | Downloaded either v1.13.0 |
442 | 2024-11-26T08:17:41.728Z | Downloaded clap_lex v0.7.3 |
443 | 2024-11-26T08:17:41.728Z | Downloaded backtrace-ext v0.2.1 |
444 | 2024-11-26T08:17:41.731Z | Downloaded anstyle-query v1.1.2 |
445 | 2024-11-26T08:17:41.731Z | Downloaded thiserror-impl v2.0.3 |
446 | 2024-11-26T08:17:41.733Z | Downloaded terminal_size v0.4.0 |
447 | 2024-11-26T08:17:41.733Z | Downloaded synstructure v0.13.1 |
448 | 2024-11-26T08:17:41.736Z | Downloaded toml_datetime v0.6.8 |
449 | 2024-11-26T08:17:41.736Z | Downloaded thread_local v1.1.8 |
450 | 2024-11-26T08:17:41.738Z | Downloaded recursion v0.5.2 |
451 | 2024-11-26T08:17:41.745Z | Downloaded equivalent v1.0.1 |
452 | 2024-11-26T08:17:41.747Z | Downloaded enable-ansi-support v0.2.1 |
453 | 2024-11-26T08:17:41.747Z | Downloaded foreign-types-shared v0.1.1 |
454 | 2024-11-26T08:17:41.748Z | Downloaded spin v0.9.8 |
455 | 2024-11-26T08:17:41.750Z | Downloaded signature v2.2.0 |
456 | 2024-11-26T08:17:41.750Z | Downloaded anstyle v1.0.10 |
457 | 2024-11-26T08:17:41.753Z | Downloaded ahash v0.8.11 |
458 | 2024-11-26T08:17:41.918Z | Downloaded ring v0.17.8 |
459 | 2024-11-26T08:17:42.206Z | Compiling proc-macro2 v1.0.92 |
460 | 2024-11-26T08:17:42.206Z | Compiling unicode-ident v1.0.14 |
461 | 2024-11-26T08:17:42.210Z | Compiling libc v0.2.165 |
462 | 2024-11-26T08:17:42.210Z | Compiling cfg-if v1.0.0 |
463 | 2024-11-26T08:17:42.210Z | Compiling memchr v2.7.4 |
464 | 2024-11-26T08:17:42.210Z | Compiling serde v1.0.215 |
465 | 2024-11-26T08:17:42.210Z | Compiling shlex v1.3.0 |
466 | 2024-11-26T08:17:42.321Z | Compiling once_cell v1.20.2 |
467 | 2024-11-26T08:17:42.418Z | Compiling autocfg v1.4.0 |
468 | 2024-11-26T08:17:42.629Z | Compiling itoa v1.0.14 |
469 | 2024-11-26T08:17:42.806Z | Compiling pin-project-lite v0.2.15 |
470 | 2024-11-26T08:17:42.840Z | Compiling bitflags v2.6.0 |
471 | 2024-11-26T08:17:42.920Z | Compiling rustix v0.38.41 |
472 | 2024-11-26T08:17:42.923Z | Compiling smallvec v1.13.2 |
473 | 2024-11-26T08:17:43.278Z | Compiling stable_deref_trait v1.2.0 |
474 | 2024-11-26T08:17:43.371Z | Compiling slab v0.4.9 |
475 | 2024-11-26T08:17:43.371Z | Compiling futures-core v0.3.31 |
476 | 2024-11-26T08:17:43.398Z | Compiling futures-sink v0.3.31 |
477 | 2024-11-26T08:17:43.550Z | Compiling futures-channel v0.3.31 |
478 | 2024-11-26T08:17:43.613Z | Compiling bytes v1.8.0 |
479 | 2024-11-26T08:17:43.725Z | Compiling serde_json v1.0.133 |
480 | 2024-11-26T08:17:43.828Z | Compiling jobserver v0.1.32 |
481 | 2024-11-26T08:17:44.013Z | Compiling quote v1.0.37 |
482 | 2024-11-26T08:17:44.069Z | Compiling futures-io v0.3.31 |
483 | 2024-11-26T08:17:44.190Z | Compiling futures-task v0.3.31 |
484 | 2024-11-26T08:17:44.412Z | Compiling syn v2.0.89 |
485 | 2024-11-26T08:17:44.502Z | Compiling cc v1.2.1 |
486 | 2024-11-26T08:17:44.624Z | Compiling getrandom v0.2.15 |
487 | 2024-11-26T08:17:44.649Z | Compiling errno v0.3.9 |
488 | 2024-11-26T08:17:44.704Z | Compiling pin-utils v0.1.0 |
489 | 2024-11-26T08:17:44.802Z | Compiling ryu v1.0.18 |
490 | 2024-11-26T08:17:44.991Z | Compiling tracing-core v0.1.33 |
491 | 2024-11-26T08:17:44.996Z | Compiling litemap v0.7.4 |
492 | 2024-11-26T08:17:45.020Z | Compiling writeable v0.5.5 |
493 | 2024-11-26T08:17:45.331Z | Compiling log v0.4.22 |
494 | 2024-11-26T08:17:45.459Z | Compiling fnv v1.0.7 |
495 | 2024-11-26T08:17:45.511Z | Compiling lazy_static v1.5.0 |
496 | 2024-11-26T08:17:45.633Z | Compiling camino v1.1.9 |
497 | 2024-11-26T08:17:45.648Z | Compiling thiserror v1.0.69 |
498 | 2024-11-26T08:17:45.970Z | Compiling socket2 v0.5.7 |
499 | 2024-11-26T08:17:46.216Z | Compiling mio v1.0.2 |
500 | 2024-11-26T08:17:46.321Z | Compiling signal-hook-registry v1.4.2 |
501 | 2024-11-26T08:17:46.629Z | Compiling target-lexicon v0.12.16 |
502 | 2024-11-26T08:17:47.565Z | Compiling rustls-pki-types v1.10.0 |
503 | 2024-11-26T08:17:47.603Z | Compiling hashbrown v0.15.2 |
504 | 2024-11-26T08:17:47.696Z | Compiling unicode-width v0.1.14 |
505 | 2024-11-26T08:17:47.911Z | Compiling equivalent v1.0.1 |
506 | 2024-11-26T08:17:47.950Z | Compiling icu_locid_transform_data v1.5.0 |
507 | 2024-11-26T08:17:48.049Z | Compiling http v1.1.0 |
508 | 2024-11-26T08:17:48.095Z | Compiling adler v1.0.2 |
509 | 2024-11-26T08:17:48.259Z | Compiling spin v0.9.8 |
510 | 2024-11-26T08:17:48.349Z | Compiling ring v0.17.8 |
511 | 2024-11-26T08:17:48.363Z | Compiling backtrace v0.3.71 |
512 | 2024-11-26T08:17:48.481Z | Compiling httparse v1.9.5 |
513 | 2024-11-26T08:17:48.882Z | Compiling guppy-workspace-hack v0.1.0 |
514 | 2024-11-26T08:17:49.078Z | Compiling untrusted v0.9.0 |
515 | 2024-11-26T08:17:49.193Z | Compiling icu_properties_data v1.5.0 |
516 | 2024-11-26T08:17:49.207Z | Compiling gimli v0.28.1 |
517 | 2024-11-26T08:17:49.267Z | Compiling semver v1.0.23 |
518 | 2024-11-26T08:17:49.383Z | Compiling utf8parse v0.2.2 |
519 | 2024-11-26T08:17:49.465Z | Compiling byteorder v1.5.0 |
520 | 2024-11-26T08:17:49.635Z | Compiling miniz_oxide v0.7.4 |
521 | 2024-11-26T08:17:49.808Z | Compiling http-body v1.0.1 |
522 | 2024-11-26T08:17:49.884Z | Compiling object v0.32.2 |
523 | 2024-11-26T08:17:50.053Z | Compiling write16 v1.0.0 |
524 | 2024-11-26T08:17:50.198Z | Compiling icu_normalizer_data v1.5.0 |
525 | 2024-11-26T08:17:50.297Z | Compiling try-lock v0.2.5 |
526 | 2024-11-26T08:17:50.467Z | Compiling zeroize v1.8.1 |
527 | 2024-11-26T08:17:50.799Z | Compiling fastrand v2.2.0 |
528 | 2024-11-26T08:17:50.964Z | Compiling rustc-demangle v0.1.24 |
529 | 2024-11-26T08:17:51.097Z | Compiling rustls v0.23.18 |
530 | 2024-11-26T08:17:51.419Z | Compiling utf16_iter v1.0.5 |
531 | 2024-11-26T08:17:51.442Z | Compiling target-spec v3.2.2 |
532 | 2024-11-26T08:17:51.641Z | Compiling pkg-config v0.3.31 |
533 | 2024-11-26T08:17:51.956Z | Compiling utf8_iter v1.0.4 |
534 | 2024-11-26T08:17:52.263Z | Compiling tempfile v3.14.0 |
535 | 2024-11-26T08:17:52.675Z | Compiling synstructure v0.13.1 |
536 | 2024-11-26T08:17:52.865Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
537 | 2024-11-26T08:17:53.191Z | Compiling want v0.3.1 |
538 | 2024-11-26T08:17:53.486Z | Compiling cfg-expr v0.17.1 |
539 | 2024-11-26T08:17:54.073Z | Compiling addr2line v0.21.0 |
540 | 2024-11-26T08:17:54.317Z | Compiling aho-corasick v1.1.3 |
541 | 2024-11-26T08:17:54.708Z | Compiling regex-syntax v0.8.5 |
542 | 2024-11-26T08:17:54.949Z | Compiling owo-colors v4.1.0 |
543 | 2024-11-26T08:17:55.254Z | Compiling subtle v2.6.1 |
544 | 2024-11-26T08:17:55.535Z | Compiling version_check v0.9.5 |
545 | 2024-11-26T08:17:55.875Z | Compiling percent-encoding v2.3.1 |
546 | 2024-11-26T08:17:56.148Z | Compiling ahash v0.8.11 |
547 | 2024-11-26T08:17:56.304Z | Compiling form_urlencoded v1.2.1 |
548 | 2024-11-26T08:17:56.508Z | Compiling num-traits v0.2.19 |
549 | 2024-11-26T08:17:56.812Z | Compiling either v1.13.0 |
550 | 2024-11-26T08:17:56.855Z | Compiling nextest-workspace-hack v0.1.0 |
551 | 2024-11-26T08:17:57.174Z | Compiling portable-atomic v1.10.0 |
552 | 2024-11-26T08:17:57.177Z | Compiling is_ci v1.2.0 |
553 | 2024-11-26T08:17:57.776Z | Compiling serde_derive v1.0.215 |
554 | 2024-11-26T08:17:58.134Z | Compiling zerofrom-derive v0.1.5 |
555 | 2024-11-26T08:17:58.287Z | Compiling yoke-derive v0.7.5 |
556 | 2024-11-26T08:18:01.024Z | Compiling zerovec-derive v0.10.3 |
557 | 2024-11-26T08:18:01.716Z | Compiling zerofrom v0.1.5 |
558 | 2024-11-26T08:18:01.921Z | Compiling yoke v0.7.5 |
559 | 2024-11-26T08:18:02.295Z | Compiling displaydoc v0.2.5 |
560 | 2024-11-26T08:18:02.342Z | Compiling futures-macro v0.3.31 |
561 | 2024-11-26T08:18:03.567Z | Compiling zerovec v0.10.4 |
562 | 2024-11-26T08:18:03.874Z | Compiling icu_provider_macros v1.5.0 |
563 | 2024-11-26T08:18:04.305Z | Compiling futures-util v0.3.31 |
564 | 2024-11-26T08:18:05.047Z | Compiling tokio-macros v2.4.0 |
565 | 2024-11-26T08:18:06.669Z | Compiling tinystr v0.7.6 |
566 | 2024-11-26T08:18:06.694Z | Compiling tracing-attributes v0.1.27 |
567 | 2024-11-26T08:18:07.149Z | Compiling icu_locid v1.5.0 |
568 | 2024-11-26T08:18:08.496Z | Compiling icu_provider v1.5.0 |
569 | 2024-11-26T08:18:08.860Z | Compiling thiserror-impl v1.0.69 |
570 | 2024-11-26T08:18:10.194Z | Compiling tracing v0.1.40 |
571 | 2024-11-26T08:18:10.739Z | Compiling icu_locid_transform v1.5.0 |
572 | 2024-11-26T08:18:10.918Z | Compiling tokio v1.41.1 |
573 | 2024-11-26T08:18:11.421Z | Compiling icu_collections v1.5.0 |
574 | 2024-11-26T08:18:12.146Z | Compiling indexmap v2.6.0 |
575 | 2024-11-26T08:18:13.844Z | Compiling zerocopy-derive v0.7.35 |
576 | 2024-11-26T08:18:13.948Z | Compiling icu_properties v1.5.1 |
577 | 2024-11-26T08:18:16.024Z | Compiling zerocopy v0.7.35 |
578 | 2024-11-26T08:18:16.835Z | Compiling rustls-webpki v0.102.8 |
579 | 2024-11-26T08:18:17.785Z | Compiling icu_normalizer v1.5.0 |
580 | 2024-11-26T08:18:20.282Z | Compiling hyper v1.5.1 |
581 | 2024-11-26T08:18:21.526Z | Compiling idna_adapter v1.2.0 |
582 | 2024-11-26T08:18:21.736Z | Compiling regex-automata v0.4.9 |
583 | 2024-11-26T08:18:21.993Z | Compiling winnow v0.6.20 |
584 | 2024-11-26T08:18:23.186Z | Compiling smawk v0.3.2 |
585 | 2024-11-26T08:18:23.435Z | Compiling unicode-linebreak v0.1.5 |
586 | 2024-11-26T08:18:23.825Z | Compiling tower-service v0.3.3 |
587 | 2024-11-26T08:18:23.957Z | Compiling unicode-width v0.2.0 |
588 | 2024-11-26T08:18:23.960Z | Compiling hyper-util v0.1.10 |
589 | 2024-11-26T08:18:24.508Z | Compiling textwrap v0.16.1 |
590 | 2024-11-26T08:18:26.436Z | Compiling tokio-rustls v0.26.0 |
591 | 2024-11-26T08:18:26.940Z | Compiling idna v1.0.3 |
592 | 2024-11-26T08:18:28.176Z | Compiling pathdiff v0.2.3 |
593 | 2024-11-26T08:18:28.377Z | Compiling serde_spanned v0.6.8 |
594 | 2024-11-26T08:18:28.630Z | Compiling cargo-platform v0.1.8 |
595 | 2024-11-26T08:18:28.771Z | Compiling toml_datetime v0.6.8 |
596 | 2024-11-26T08:18:29.522Z | Compiling backtrace-ext v0.2.1 |
597 | 2024-11-26T08:18:29.537Z | Compiling miette-derive v7.2.0 |
598 | 2024-11-26T08:18:29.769Z | Compiling supports-color v3.0.1 |
599 | 2024-11-26T08:18:30.312Z | Compiling webpki-roots v0.26.7 |
600 | 2024-11-26T08:18:30.532Z | Compiling console v0.15.8 |
601 | 2024-11-26T08:18:32.506Z | Compiling terminal_size v0.3.0 |
602 | 2024-11-26T08:18:32.659Z | Compiling tracing-log v0.2.0 |
603 | 2024-11-26T08:18:32.708Z | Compiling sharded-slab v0.1.7 |
604 | 2024-11-26T08:18:33.035Z | Compiling vte_generate_state_changes v0.1.2 |
605 | 2024-11-26T08:18:33.379Z | Compiling thread_local v1.1.8 |
606 | 2024-11-26T08:18:33.673Z | Compiling adler2 v2.0.0 |
607 | 2024-11-26T08:18:33.695Z | Compiling cfg_aliases v0.2.1 |
608 | 2024-11-26T08:18:33.797Z | Compiling supports-hyperlinks v3.0.0 |
609 | 2024-11-26T08:18:33.936Z | Compiling thiserror v2.0.3 |
610 | 2024-11-26T08:18:34.124Z | Compiling newtype-uuid v1.1.3 |
611 | 2024-11-26T08:18:34.142Z | Compiling supports-unicode v3.0.0 |
612 | 2024-11-26T08:18:34.307Z | Compiling zstd-safe v7.2.1 |
613 | 2024-11-26T08:18:34.456Z | Compiling fixedbitset v0.4.2 |
614 | 2024-11-26T08:18:34.677Z | Compiling miette v7.2.0 |
615 | 2024-11-26T08:18:34.863Z | Compiling petgraph v0.6.5 |
616 | 2024-11-26T08:18:35.033Z | Compiling tracing-subscriber v0.3.18 |
617 | 2024-11-26T08:18:35.126Z | Compiling miniz_oxide v0.8.0 |
618 | 2024-11-26T08:18:38.002Z | Compiling nix v0.29.0 |
619 | 2024-11-26T08:18:38.338Z | Compiling vte v0.11.1 |
620 | 2024-11-26T08:18:38.852Z | Compiling hyper-rustls v0.27.3 |
621 | 2024-11-26T08:18:41.200Z | Compiling toml_edit v0.22.22 |
622 | 2024-11-26T08:18:42.031Z | Compiling cargo_metadata v0.18.1 |
623 | 2024-11-26T08:18:42.423Z | Compiling url v2.5.4 |
624 | 2024-11-26T08:18:43.029Z | Compiling regex v1.11.1 |
625 | 2024-11-26T08:18:44.901Z | Compiling ppv-lite86 v0.2.20 |
626 | 2024-11-26T08:18:45.840Z | Compiling serde_urlencoded v0.7.1 |
627 | 2024-11-26T08:18:46.449Z | Compiling smol_str v0.3.2 |
628 | 2024-11-26T08:18:46.728Z | Compiling futures-executor v0.3.31 |
629 | 2024-11-26T08:18:47.099Z | Compiling http-body-util v0.1.2 |
630 | 2024-11-26T08:18:47.629Z | Compiling thiserror-impl v2.0.3 |
631 | 2024-11-26T08:18:47.913Z | Compiling pin-project-internal v1.1.7 |
632 | 2024-11-26T08:18:47.963Z | Compiling itertools v0.13.0 |
633 | 2024-11-26T08:18:50.793Z | Compiling anstyle-parse v0.2.6 |
634 | 2024-11-26T08:18:50.830Z | Compiling rustls-pemfile v2.2.0 |
635 | 2024-11-26T08:18:51.193Z | Compiling xattr v1.3.1 |
636 | 2024-11-26T08:18:51.307Z | Compiling rand_core v0.6.4 |
637 | 2024-11-26T08:18:51.510Z | Compiling uuid v1.11.0 |
638 | 2024-11-26T08:18:51.790Z | Compiling filetime v0.2.25 |
639 | 2024-11-26T08:18:51.805Z | Compiling sync_wrapper v1.0.2 |
640 | 2024-11-26T08:18:51.849Z | Compiling bstr v1.11.0 |
641 | 2024-11-26T08:18:51.957Z | Compiling crc32fast v1.4.2 |
642 | 2024-11-26T08:18:52.136Z | Compiling base64 v0.22.1 |
643 | 2024-11-26T08:18:52.471Z | Compiling eyre v0.6.12 |
644 | 2024-11-26T08:18:52.663Z | Compiling self_update v0.41.0 |
645 | 2024-11-26T08:18:53.013Z | Compiling mime v0.3.17 |
646 | 2024-11-26T08:18:53.017Z | Compiling static_assertions v1.1.0 |
647 | 2024-11-26T08:18:53.114Z | Compiling number_prefix v0.4.0 |
648 | 2024-11-26T08:18:53.250Z | Compiling debug-ignore v1.0.5 |
649 | 2024-11-26T08:18:53.357Z | Compiling anstyle v1.0.10 |
650 | 2024-11-26T08:18:53.400Z | Compiling is_terminal_polyfill v1.70.1 |
651 | 2024-11-26T08:18:53.428Z | Compiling indenter v0.3.3 |
652 | 2024-11-26T08:18:53.535Z | Compiling anstyle-query v1.1.2 |
653 | 2024-11-26T08:18:53.611Z | Compiling ipnet v2.10.1 |
654 | 2024-11-26T08:18:53.683Z | Compiling colorchoice v1.0.3 |
655 | 2024-11-26T08:18:53.844Z | Compiling nested v0.1.1 |
656 | 2024-11-26T08:18:53.885Z | Compiling iana-time-zone v0.1.61 |
657 | 2024-11-26T08:18:54.088Z | Compiling tinyvec_macros v0.1.1 |
658 | 2024-11-26T08:18:54.184Z | Compiling minimal-lexical v0.2.1 |
659 | 2024-11-26T08:18:54.221Z | Compiling tinyvec v1.8.0 |
660 | 2024-11-26T08:18:54.325Z | Compiling reqwest v0.12.9 |
661 | 2024-11-26T08:18:54.617Z | Compiling guppy v0.17.8 |
662 | 2024-11-26T08:18:54.828Z | Compiling nom v7.1.3 |
663 | 2024-11-26T08:18:56.008Z | Compiling chrono v0.4.38 |
664 | 2024-11-26T08:18:56.759Z | Compiling anstream v0.6.18 |
665 | 2024-11-26T08:18:57.681Z | Compiling indicatif v0.17.9 |
666 | 2024-11-26T08:18:58.234Z | Compiling globset v0.4.15 |
667 | 2024-11-26T08:18:59.321Z | Compiling flate2 v1.0.35 |
668 | 2024-11-26T08:19:00.973Z | Compiling tar v0.4.43 |
669 | 2024-11-26T08:19:04.116Z | Compiling rand_chacha v0.3.1 |
670 | 2024-11-26T08:19:04.232Z | Compiling pin-project v1.1.7 |
671 | 2024-11-26T08:19:04.312Z | Compiling futures v0.3.31 |
672 | 2024-11-26T08:19:04.372Z | Compiling nextest-metadata v0.12.1 |
673 | 2024-11-26T08:19:04.435Z | Compiling toml v0.8.19 |
674 | 2024-11-26T08:19:04.980Z | Compiling strip-ansi-escapes v0.2.0 |
675 | 2024-11-26T08:19:05.747Z | Compiling tracing-error v0.2.0 |
676 | 2024-11-26T08:19:06.183Z | Compiling self-replace v1.5.0 |
677 | 2024-11-26T08:19:06.761Z | Compiling terminal_size v0.4.0 |
678 | 2024-11-26T08:19:06.777Z | Compiling shared_child v1.0.1 |
679 | 2024-11-26T08:19:06.998Z | Compiling os_pipe v1.2.1 |
680 | 2024-11-26T08:19:07.173Z | Compiling quick-xml v0.37.1 |
681 | 2024-11-26T08:19:07.290Z | Compiling quick-xml v0.23.1 |
682 | 2024-11-26T08:19:07.314Z | Compiling heck v0.5.0 |
683 | 2024-11-26T08:19:07.430Z | Compiling unicase v2.8.0 |
684 | 2024-11-26T08:19:07.761Z | Compiling owo-colors v3.5.0 |
685 | 2024-11-26T08:19:07.989Z | Compiling urlencoding v2.1.3 |
686 | 2024-11-26T08:19:08.438Z | Compiling clap_lex v0.7.3 |
687 | 2024-11-26T08:19:09.186Z | Compiling humantime v2.1.0 |
688 | 2024-11-26T08:19:09.734Z | Compiling recursion v0.5.2 |
689 | 2024-11-26T08:19:09.947Z | Compiling shell-words v1.1.0 |
690 | 2024-11-26T08:19:10.047Z | Compiling strsim v0.11.1 |
691 | 2024-11-26T08:19:10.379Z | Compiling clap_builder v4.5.21 |
692 | 2024-11-26T08:19:10.716Z | Compiling color-spantrace v0.2.1 |
693 | 2024-11-26T08:19:10.849Z | Compiling nextest-filtering v0.12.0 |
694 | 2024-11-26T08:19:11.700Z | Compiling humantime-serde v1.1.1 |
695 | 2024-11-26T08:19:11.958Z | Compiling quick-junit v0.5.1 |
696 | 2024-11-26T08:19:12.059Z | Compiling clap_derive v4.5.18 |
697 | 2024-11-26T08:19:14.464Z | Compiling duct v0.13.7 |
698 | 2024-11-26T08:19:16.920Z | Compiling cargo-nextest v0.9.84 |
699 | 2024-11-26T08:19:18.140Z | Compiling config v0.14.1 |
700 | 2024-11-26T08:19:18.590Z | Compiling rand v0.8.5 |
701 | 2024-11-26T08:19:19.872Z | Compiling async-scoped v0.9.0 |
702 | 2024-11-26T08:19:20.193Z | Compiling zstd v0.13.2 |
703 | 2024-11-26T08:19:20.509Z | Compiling unicode-normalization v0.1.24 |
704 | 2024-11-26T08:19:21.104Z | Compiling target-spec-miette v0.4.0 |
705 | 2024-11-26T08:19:21.124Z | Compiling mukti-metadata v0.2.1 |
706 | 2024-11-26T08:19:21.846Z | Compiling camino-tempfile v1.1.1 |
707 | 2024-11-26T08:19:21.861Z | Compiling serde_ignored v0.1.10 |
708 | 2024-11-26T08:19:22.148Z | Compiling serde_path_to_error v0.1.16 |
709 | 2024-11-26T08:19:22.307Z | Compiling future-queue v0.3.0 |
710 | 2024-11-26T08:19:22.611Z | Compiling atomicwrites v0.4.4 |
711 | 2024-11-26T08:19:22.765Z | Compiling xxhash-rust v0.8.12 |
712 | 2024-11-26T08:19:23.053Z | Compiling swrite v0.1.0 |
713 | 2024-11-26T08:19:23.151Z | Compiling display-error-chain v0.2.2 |
714 | 2024-11-26T08:19:23.184Z | Compiling home v0.5.9 |
715 | 2024-11-26T08:19:23.198Z | Compiling color-eyre v0.6.3 |
716 | 2024-11-26T08:19:23.382Z | Compiling nextest-runner v0.67.0 |
717 | 2024-11-26T08:19:23.508Z | Compiling clap v4.5.21 |
718 | 2024-11-26T08:19:23.628Z | Compiling dialoguer v0.11.0 |
719 | 2024-11-26T08:19:27.077Z | Compiling enable-ansi-support v0.2.1 |
720 | 2024-11-26T08:20:03.613Z | Finished `release` profile [optimized] target(s) in 2m 24s |
721 | 2024-11-26T08:20:03.829Z | Installing /home/build/.cargo/bin/cargo-nextest |
722 | 2024-11-26T08:20:03.832Z | Installed package `cargo-nextest v0.9.84` (executable `cargo-nextest`) |
723 | 2024-11-26T08:20:03.946Z | + pushd bgp |
724 | 2024-11-26T08:20:03.959Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
725 | 2024-11-26T08:20:03.959Z | + cargo nextest run |
726 | 2024-11-26T08:20:04.233Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
727 | 2024-11-26T08:20:04.444Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
728 | 2024-11-26T08:20:04.632Z | From https://www.github.com/oxidecomputer/oxnet |
729 | 2024-11-26T08:20:04.632Z | * [new branch] ci -> origin/ci |
730 | 2024-11-26T08:20:04.635Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
731 | 2024-11-26T08:20:04.635Z | * [new branch] main -> origin/main |
732 | 2024-11-26T08:20:04.635Z | * [new ref] -> origin/HEAD |
733 | 2024-11-26T08:20:04.644Z | Updating crates.io index |
734 | 2024-11-26T08:20:04.735Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
735 | 2024-11-26T08:20:05.388Z | From https://github.com/oxidecomputer/falcon |
736 | 2024-11-26T08:20:05.388Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
737 | 2024-11-26T08:20:05.495Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
738 | 2024-11-26T08:20:06.572Z | From https://github.com/oxidecomputer/dendrite |
739 | 2024-11-26T08:20:06.572Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
740 | 2024-11-26T08:20:06.635Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
741 | 2024-11-26T08:20:06.988Z | From https://github.com/oxidecomputer/ispf |
742 | 2024-11-26T08:20:06.988Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
743 | 2024-11-26T08:20:06.997Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
744 | 2024-11-26T08:20:07.461Z | From https://github.com/oxidecomputer/netadm-sys |
745 | 2024-11-26T08:20:07.461Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
746 | 2024-11-26T08:20:07.472Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
747 | 2024-11-26T08:20:10.938Z | From https://github.com/oxidecomputer/omicron |
748 | 2024-11-26T08:20:10.938Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
749 | 2024-11-26T08:20:10.969Z | * [new tag] dogfood -> dogfood |
750 | 2024-11-26T08:20:10.971Z | * [new tag] v5 -> v5 |
751 | 2024-11-26T08:20:10.971Z | * [new tag] v6 -> v6 |
752 | 2024-11-26T08:20:10.971Z | * [new tag] v7 -> v7 |
753 | 2024-11-26T08:20:10.971Z | * [new tag] v8 -> v8 |
754 | 2024-11-26T08:20:10.971Z | * [new tag] v9 -> v9 |
755 | 2024-11-26T08:20:11.339Z | Updating git repository `https://github.com/oxidecomputer/opte` |
756 | 2024-11-26T08:20:12.275Z | From https://github.com/oxidecomputer/opte |
757 | 2024-11-26T08:20:12.275Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
758 | 2024-11-26T08:20:12.344Z | Updating git repository `https://github.com/illumos/smf-rs` |
759 | 2024-11-26T08:20:12.694Z | From https://github.com/illumos/smf-rs |
760 | 2024-11-26T08:20:12.695Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
761 | 2024-11-26T08:20:12.822Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
762 | 2024-11-26T08:20:13.307Z | From https://github.com/oxidecomputer/maghemite |
763 | 2024-11-26T08:20:13.307Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
764 | 2024-11-26T08:20:13.325Z | * [new tag] rift -> rift |
765 | 2024-11-26T08:20:13.328Z | * [new tag] srp -> srp |
766 | 2024-11-26T08:20:13.328Z | * [new tag] tie-spf -> tie-spf |
767 | 2024-11-26T08:20:13.359Z | Updating git repository `https://github.com/oxidecomputer/zone` |
768 | 2024-11-26T08:20:13.727Z | From https://github.com/oxidecomputer/zone |
769 | 2024-11-26T08:20:13.727Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
770 | 2024-11-26T08:20:13.765Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
771 | 2024-11-26T08:20:14.477Z | From https://github.com/oxidecomputer/propolis |
772 | 2024-11-26T08:20:14.477Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
773 | 2024-11-26T08:20:14.573Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
774 | 2024-11-26T08:20:14.952Z | From https://github.com/oxidecomputer/dlpi-sys |
775 | 2024-11-26T08:20:14.952Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
776 | 2024-11-26T08:20:14.962Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
777 | 2024-11-26T08:20:15.340Z | From https://github.com/jmesmon/rust-libzfs |
778 | 2024-11-26T08:20:15.340Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
779 | 2024-11-26T08:20:15.356Z | * [new tag] v0.4.0 -> v0.4.0 |
780 | 2024-11-26T08:20:15.371Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
781 | 2024-11-26T08:20:15.700Z | From https://github.com/oxidecomputer/rusty-doors |
782 | 2024-11-26T08:20:15.700Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
783 | 2024-11-26T08:20:15.732Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
784 | 2024-11-26T08:20:16.164Z | From https://github.com/oxidecomputer/maghemite |
785 | 2024-11-26T08:20:16.164Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
786 | 2024-11-26T08:20:16.211Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
787 | 2024-11-26T08:20:16.557Z | From https://github.com/oxidecomputer/serde_human_bytes |
788 | 2024-11-26T08:20:16.557Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
789 | 2024-11-26T08:20:16.576Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
790 | 2024-11-26T08:20:16.929Z | From https://github.com/oxidecomputer/slog-error-chain |
791 | 2024-11-26T08:20:16.929Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
792 | 2024-11-26T08:20:16.954Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
793 | 2024-11-26T08:20:17.306Z | From https://github.com/oxidecomputer/poptrie |
794 | 2024-11-26T08:20:17.306Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
795 | 2024-11-26T08:20:17.321Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
796 | 2024-11-26T08:20:17.694Z | From https://github.com/illumos/libscf-sys |
797 | 2024-11-26T08:20:17.694Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
798 | 2024-11-26T08:20:17.727Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
799 | 2024-11-26T08:20:18.579Z | From https://github.com/oxidecomputer/progenitor |
800 | 2024-11-26T08:20:18.579Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
801 | 2024-11-26T08:20:18.600Z | * [new tag] v0.1.1 -> v0.1.1 |
802 | 2024-11-26T08:20:18.603Z | * [new tag] v0.2.0 -> v0.2.0 |
803 | 2024-11-26T08:20:18.603Z | * [new tag] v0.3.0 -> v0.3.0 |
804 | 2024-11-26T08:20:18.603Z | * [new tag] v0.4.0 -> v0.4.0 |
805 | 2024-11-26T08:20:18.603Z | * [new tag] v0.5.0 -> v0.5.0 |
806 | 2024-11-26T08:20:18.603Z | * [new tag] v0.6.0 -> v0.6.0 |
807 | 2024-11-26T08:20:18.603Z | * [new tag] v0.7.0 -> v0.7.0 |
808 | 2024-11-26T08:20:18.774Z | Updating git repository `https://github.com/oxidecomputer/typify` |
809 | 2024-11-26T08:20:19.507Z | From https://github.com/oxidecomputer/typify |
810 | 2024-11-26T08:20:19.507Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
811 | 2024-11-26T08:20:19.510Z | * [new tag] v0.2.0 -> v0.2.0 |
812 | 2024-11-26T08:20:19.527Z | * [new tag] v0.0.10 -> v0.0.10 |
813 | 2024-11-26T08:20:19.530Z | * [new tag] v0.0.11 -> v0.0.11 |
814 | 2024-11-26T08:20:19.530Z | * [new tag] v0.0.12 -> v0.0.12 |
815 | 2024-11-26T08:20:19.530Z | * [new tag] v0.0.13 -> v0.0.13 |
816 | 2024-11-26T08:20:19.530Z | * [new tag] v0.0.14 -> v0.0.14 |
817 | 2024-11-26T08:20:19.530Z | * [new tag] v0.0.15 -> v0.0.15 |
818 | 2024-11-26T08:20:19.530Z | * [new tag] v0.0.16 -> v0.0.16 |
819 | 2024-11-26T08:20:19.530Z | * [new tag] v0.0.4 -> v0.0.4 |
820 | 2024-11-26T08:20:19.530Z | * [new tag] v0.0.5 -> v0.0.5 |
821 | 2024-11-26T08:20:19.530Z | * [new tag] v0.0.7 -> v0.0.7 |
822 | 2024-11-26T08:20:19.530Z | * [new tag] v0.0.8 -> v0.0.8 |
823 | 2024-11-26T08:20:19.530Z | * [new tag] v0.0.9 -> v0.0.9 |
824 | 2024-11-26T08:20:19.530Z | * [new tag] v0.1.0 -> v0.1.0 |
825 | 2024-11-26T08:20:19.665Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
826 | 2024-11-26T08:20:21.525Z | From https://github.com/oxidecomputer/crucible |
827 | 2024-11-26T08:20:21.525Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
828 | 2024-11-26T08:20:21.583Z | Updating git repository `https://github.com/oxidecomputer/opte` |
829 | 2024-11-26T08:20:21.976Z | From https://github.com/oxidecomputer/opte |
830 | 2024-11-26T08:20:21.976Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
831 | 2024-11-26T08:20:22.030Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
832 | 2024-11-26T08:20:22.633Z | From https://github.com/oxidecomputer/management-gateway-service |
833 | 2024-11-26T08:20:22.633Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
834 | 2024-11-26T08:20:23.667Z | Locking 2 packages to latest compatible versions |
835 | 2024-11-26T08:20:23.770Z | Adding thiserror v2.0.3 |
836 | 2024-11-26T08:20:23.772Z | Adding thiserror-impl v2.0.3 |
837 | 2024-11-26T08:20:23.867Z | Downloading crates ... |
838 | 2024-11-26T08:20:23.987Z | Downloaded arrayvec v0.7.6 |
839 | 2024-11-26T08:20:23.992Z | Downloaded data-encoding v2.6.0 |
840 | 2024-11-26T08:20:23.995Z | Downloaded crc8 v0.1.1 |
841 | 2024-11-26T08:20:23.998Z | Downloaded colorchoice v1.0.2 |
842 | 2024-11-26T08:20:23.998Z | Downloaded convert_case v0.4.0 |
843 | 2024-11-26T08:20:24.001Z | Downloaded derive-where v1.2.7 |
844 | 2024-11-26T08:20:24.004Z | Downloaded crossbeam-epoch v0.9.18 |
845 | 2024-11-26T08:20:24.016Z | Downloaded http-body v0.4.6 |
846 | 2024-11-26T08:20:24.019Z | Downloaded hashbrown v0.12.3 |
847 | 2024-11-26T08:20:24.021Z | Downloaded flate2 v1.0.33 |
848 | 2024-11-26T08:20:24.026Z | Downloaded rustls-pemfile v2.1.3 |
849 | 2024-11-26T08:20:24.030Z | Downloaded h2 v0.4.6 |
850 | 2024-11-26T08:20:24.045Z | Downloaded arc-swap v1.7.1 |
851 | 2024-11-26T08:20:24.048Z | Downloaded anstream v0.6.15 |
852 | 2024-11-26T08:20:24.052Z | Downloaded async-trait v0.1.83 |
853 | 2024-11-26T08:20:24.055Z | Downloaded arrayref v0.3.9 |
854 | 2024-11-26T08:20:24.058Z | Downloaded anyhow v1.0.93 |
855 | 2024-11-26T08:20:24.061Z | Downloaded bytes v1.7.2 |
856 | 2024-11-26T08:20:24.064Z | Downloaded backoff v0.4.0 |
857 | 2024-11-26T08:20:24.067Z | Downloaded autocfg v1.3.0 |
858 | 2024-11-26T08:20:24.069Z | Downloaded bitflags v1.3.2 |
859 | 2024-11-26T08:20:24.072Z | Downloaded allocator-api2 v0.2.18 |
860 | 2024-11-26T08:20:24.075Z | Downloaded blake2 v0.10.6 |
861 | 2024-11-26T08:20:24.078Z | Downloaded scopeguard v1.2.0 |
862 | 2024-11-26T08:20:24.078Z | Downloaded same-file v1.0.6 |
863 | 2024-11-26T08:20:24.081Z | Downloaded async-stream-impl v0.3.5 |
864 | 2024-11-26T08:20:24.081Z | Downloaded anstyle-parse v0.2.5 |
865 | 2024-11-26T08:20:24.084Z | Downloaded anstyle-query v1.1.1 |
866 | 2024-11-26T08:20:24.087Z | Downloaded atomic-waker v1.1.2 |
867 | 2024-11-26T08:20:24.087Z | Downloaded blake3 v1.5.4 |
868 | 2024-11-26T08:20:24.093Z | Downloaded serde_derive_internals v0.29.1 |
869 | 2024-11-26T08:20:24.095Z | Downloaded sigpipe v0.1.3 |
870 | 2024-11-26T08:20:24.098Z | Downloaded serde-big-array v0.5.1 |
871 | 2024-11-26T08:20:24.100Z | Downloaded dtrace-parser v0.2.0 |
872 | 2024-11-26T08:20:24.100Z | Downloaded cstr-argument v0.1.2 |
873 | 2024-11-26T08:20:24.104Z | Downloaded const-random-macro v0.1.16 |
874 | 2024-11-26T08:20:24.104Z | Downloaded schemars v0.8.21 |
875 | 2024-11-26T08:20:24.114Z | Downloaded slog-envlogger v2.2.0 |
876 | 2024-11-26T08:20:24.116Z | Downloaded slog-async v2.8.0 |
877 | 2024-11-26T08:20:24.119Z | Downloaded sha1 v0.10.6 |
878 | 2024-11-26T08:20:24.121Z | Downloaded scroll v0.12.0 |
879 | 2024-11-26T08:20:24.121Z | Downloaded constant_time_eq v0.3.1 |
880 | 2024-11-26T08:20:24.124Z | Downloaded slog-scope v4.4.0 |
881 | 2024-11-26T08:20:24.126Z | Downloaded serde_yaml v0.9.34+deprecated |
882 | 2024-11-26T08:20:24.129Z | Downloaded slog-dtrace v0.3.0 |
883 | 2024-11-26T08:20:24.131Z | Downloaded smf v0.2.3 |
884 | 2024-11-26T08:20:24.134Z | Downloaded slog-term v2.9.1 |
885 | 2024-11-26T08:20:24.138Z | Downloaded cpufeatures v0.2.14 |
886 | 2024-11-26T08:20:24.138Z | Downloaded colored v2.1.0 |
887 | 2024-11-26T08:20:24.141Z | Downloaded instant v0.1.13 |
888 | 2024-11-26T08:20:24.141Z | Downloaded cc v1.1.21 |
889 | 2024-11-26T08:20:24.144Z | Downloaded time-core v0.1.2 |
890 | 2024-11-26T08:20:24.147Z | Downloaded sync_wrapper v1.0.1 |
891 | 2024-11-26T08:20:24.149Z | Downloaded futures-core v0.3.30 |
892 | 2024-11-26T08:20:24.149Z | Downloaded embedded-io v0.4.0 |
893 | 2024-11-26T08:20:24.151Z | Downloaded dirs-next v2.0.0 |
894 | 2024-11-26T08:20:24.154Z | Downloaded pretty-hex v0.4.1 |
895 | 2024-11-26T08:20:24.154Z | Downloaded usdt-attr-macro v0.5.0 |
896 | 2024-11-26T08:20:24.156Z | Downloaded hash32 v0.3.1 |
897 | 2024-11-26T08:20:24.156Z | Downloaded futures-macro v0.3.30 |
898 | 2024-11-26T08:20:24.159Z | Downloaded waitgroup v0.1.2 |
899 | 2024-11-26T08:20:24.159Z | Downloaded futures-task v0.3.30 |
900 | 2024-11-26T08:20:24.161Z | Downloaded pretty-hex v0.2.1 |
901 | 2024-11-26T08:20:24.163Z | Downloaded usdt-macro v0.5.0 |
902 | 2024-11-26T08:20:24.163Z | Downloaded tiny-keccak v2.0.2 |
903 | 2024-11-26T08:20:24.166Z | Downloaded futures-sink v0.3.30 |
904 | 2024-11-26T08:20:24.166Z | Downloaded strum_macros v0.25.3 |
905 | 2024-11-26T08:20:24.169Z | Downloaded thread-id v4.2.2 |
906 | 2024-11-26T08:20:24.172Z | Downloaded hostname v0.3.1 |
907 | 2024-11-26T08:20:24.172Z | Downloaded hex v0.4.3 |
908 | 2024-11-26T08:20:24.174Z | Downloaded heck v0.4.1 |
909 | 2024-11-26T08:20:24.174Z | Downloaded zone_cfg_derive v0.3.0 |
910 | 2024-11-26T08:20:24.177Z | Downloaded zone_cfg_derive v0.1.2 |
911 | 2024-11-26T08:20:24.177Z | Downloaded defmt-macros v0.3.9 |
912 | 2024-11-26T08:20:24.180Z | Downloaded num-iter v0.1.45 |
913 | 2024-11-26T08:20:24.182Z | Downloaded rustls-pemfile v1.0.4 |
914 | 2024-11-26T08:20:24.185Z | Downloaded time-macros v0.2.18 |
915 | 2024-11-26T08:20:24.185Z | Downloaded thiserror-impl v1.0.64 |
916 | 2024-11-26T08:20:24.187Z | Downloaded tabwriter v1.4.0 |
917 | 2024-11-26T08:20:24.187Z | Downloaded linked-hash-map v0.5.6 |
918 | 2024-11-26T08:20:24.190Z | Downloaded num v0.4.3 |
919 | 2024-11-26T08:20:24.194Z | Downloaded parse-display v0.10.0 |
920 | 2024-11-26T08:20:24.194Z | Downloaded num_enum_derive v0.7.3 |
921 | 2024-11-26T08:20:24.194Z | Downloaded managed v0.8.0 |
922 | 2024-11-26T08:20:24.197Z | Downloaded futures-channel v0.3.30 |
923 | 2024-11-26T08:20:24.197Z | Downloaded crossbeam-utils v0.8.20 |
924 | 2024-11-26T08:20:24.201Z | Downloaded usdt v0.5.0 |
925 | 2024-11-26T08:20:24.203Z | Downloaded untrusted v0.7.1 |
926 | 2024-11-26T08:20:24.203Z | Downloaded typify-macro v0.2.0 |
927 | 2024-11-26T08:20:24.203Z | Downloaded thiserror v1.0.64 |
928 | 2024-11-26T08:20:24.207Z | Downloaded no-std-compat v0.4.1 |
929 | 2024-11-26T08:20:24.209Z | Downloaded newtype_derive v0.1.6 |
930 | 2024-11-26T08:20:24.212Z | Downloaded match_cfg v0.1.0 |
931 | 2024-11-26T08:20:24.212Z | Downloaded is-terminal v0.4.13 |
932 | 2024-11-26T08:20:24.212Z | Downloaded hostname v0.4.0 |
933 | 2024-11-26T08:20:24.215Z | Downloaded omicron-workspace-hack v0.1.0 |
934 | 2024-11-26T08:20:24.215Z | Downloaded num_threads v0.1.7 |
935 | 2024-11-26T08:20:24.220Z | Downloaded tempfile v3.12.0 |
936 | 2024-11-26T08:20:24.222Z | Downloaded itoa v1.0.11 |
937 | 2024-11-26T08:20:24.222Z | Downloaded highway v1.2.0 |
938 | 2024-11-26T08:20:24.222Z | Downloaded zone v0.3.0 |
939 | 2024-11-26T08:20:24.225Z | Downloaded cookie v0.18.1 |
940 | 2024-11-26T08:20:24.228Z | Downloaded strum_macros v0.26.4 |
941 | 2024-11-26T08:20:24.228Z | Downloaded paste v1.0.15 |
942 | 2024-11-26T08:20:24.231Z | Downloaded hubpack_derive v0.1.1 |
943 | 2024-11-26T08:20:24.231Z | Downloaded newline-converter v0.3.0 |
944 | 2024-11-26T08:20:24.233Z | Downloaded parse-display-derive v0.10.0 |
945 | 2024-11-26T08:20:24.233Z | Downloaded lru-cache v0.1.2 |
946 | 2024-11-26T08:20:24.236Z | Downloaded ipnet v2.10.0 |
947 | 2024-11-26T08:20:24.236Z | Downloaded progenitor-client v0.8.0 |
948 | 2024-11-26T08:20:24.239Z | Downloaded indent_write v2.2.0 |
949 | 2024-11-26T08:20:24.239Z | Downloaded tokio-tungstenite v0.21.0 |
950 | 2024-11-26T08:20:24.243Z | Downloaded rustls-pki-types v1.8.0 |
951 | 2024-11-26T08:20:24.246Z | Downloaded ident_case v1.0.1 |
952 | 2024-11-26T08:20:24.246Z | Downloaded ipnetwork v0.20.0 |
953 | 2024-11-26T08:20:24.246Z | Downloaded num-complex v0.4.6 |
954 | 2024-11-26T08:20:24.246Z | Downloaded multer v3.1.0 |
955 | 2024-11-26T08:20:24.249Z | Downloaded parking_lot_core v0.9.10 |
956 | 2024-11-26T08:20:24.253Z | Downloaded num_enum v0.5.11 |
957 | 2024-11-26T08:20:24.256Z | Downloaded num-derive v0.4.2 |
958 | 2024-11-26T08:20:24.258Z | Downloaded whoami v1.5.2 |
959 | 2024-11-26T08:20:24.261Z | Downloaded walkdir v2.5.0 |
960 | 2024-11-26T08:20:24.263Z | Downloaded dropshot_endpoint v0.12.0 |
961 | 2024-11-26T08:20:24.266Z | Downloaded rustc_version v0.1.7 |
962 | 2024-11-26T08:20:24.266Z | Downloaded progenitor-macro v0.8.0 |
963 | 2024-11-26T08:20:24.268Z | Downloaded linear-map v1.2.0 |
964 | 2024-11-26T08:20:24.268Z | Downloaded darling_core v0.20.10 |
965 | 2024-11-26T08:20:24.272Z | Downloaded newtype-uuid v1.1.0 |
966 | 2024-11-26T08:20:24.274Z | Downloaded rustversion v1.0.17 |
967 | 2024-11-26T08:20:24.277Z | Downloaded diff v0.1.13 |
968 | 2024-11-26T08:20:24.280Z | Downloaded progenitor v0.8.0 |
969 | 2024-11-26T08:20:24.282Z | Downloaded resolv-conf v0.7.0 |
970 | 2024-11-26T08:20:24.282Z | Downloaded rhai_codegen v2.2.0 |
971 | 2024-11-26T08:20:24.289Z | Downloaded plain v0.2.3 |
972 | 2024-11-26T08:20:24.291Z | Downloaded pest_generator v2.7.13 |
973 | 2024-11-26T08:20:24.292Z | Downloaded parking_lot_core v0.8.6 |
974 | 2024-11-26T08:20:24.294Z | Downloaded quinn-udp v0.5.5 |
975 | 2024-11-26T08:20:24.297Z | Downloaded ucd-trie v0.1.6 |
976 | 2024-11-26T08:20:24.297Z | Downloaded hyper-tls v0.5.0 |
977 | 2024-11-26T08:20:24.299Z | Downloaded num_enum v0.7.3 |
978 | 2024-11-26T08:20:24.303Z | Downloaded tar v0.4.41 |
979 | 2024-11-26T08:20:24.305Z | Downloaded pest_meta v2.7.13 |
980 | 2024-11-26T08:20:24.307Z | Downloaded proc-macro-error-attr v1.0.4 |
981 | 2024-11-26T08:20:24.311Z | Downloaded toml v0.7.8 |
982 | 2024-11-26T08:20:24.314Z | Downloaded password-hash v0.5.0 |
983 | 2024-11-26T08:20:24.314Z | Downloaded zerocopy v0.6.6 |
984 | 2024-11-26T08:20:24.316Z | Downloaded parking_lot v0.11.2 |
985 | 2024-11-26T08:20:24.318Z | Downloaded powerfmt v0.2.0 |
986 | 2024-11-26T08:20:24.321Z | Downloaded proc-macro-error v1.0.4 |
987 | 2024-11-26T08:20:24.323Z | Downloaded postcard v1.0.10 |
988 | 2024-11-26T08:20:24.326Z | Downloaded pest_derive v2.7.13 |
989 | 2024-11-26T08:20:24.328Z | Downloaded tungstenite v0.21.0 |
990 | 2024-11-26T08:20:24.331Z | Downloaded prettyplease v0.2.22 |
991 | 2024-11-26T08:20:24.334Z | Downloaded unsafe-libyaml v0.2.11 |
992 | 2024-11-26T08:20:24.337Z | Downloaded unicode-ident v1.0.13 |
993 | 2024-11-26T08:20:24.340Z | Downloaded hyper-rustls v0.24.2 |
994 | 2024-11-26T08:20:24.342Z | Downloaded progenitor-impl v0.8.0 |
995 | 2024-11-26T08:20:24.345Z | Downloaded indicatif v0.17.8 |
996 | 2024-11-26T08:20:24.348Z | Downloaded openssl-sys v0.9.103 |
997 | 2024-11-26T08:20:24.352Z | Downloaded pin-project-lite v0.2.14 |
998 | 2024-11-26T08:20:24.357Z | Downloaded tracing-core v0.1.32 |
999 | 2024-11-26T08:20:24.360Z | Downloaded crossbeam-channel v0.5.13 |
1000 | 2024-11-26T08:20:24.365Z | Downloaded pretty_assertions v1.4.1 |
1001 | 2024-11-26T08:20:24.369Z | Downloaded serde_with v3.9.0 |
1002 | 2024-11-26T08:20:24.376Z | Downloaded rayon-core v1.12.1 |
1003 | 2024-11-26T08:20:24.378Z | Downloaded ron v0.7.1 |
1004 | 2024-11-26T08:20:24.382Z | Downloaded indexmap v2.5.0 |
1005 | 2024-11-26T08:20:24.386Z | Downloaded toml_edit v0.19.15 |
1006 | 2024-11-26T08:20:24.402Z | Downloaded quinn v0.11.5 |
1007 | 2024-11-26T08:20:24.405Z | Downloaded unicode-segmentation v1.12.0 |
1008 | 2024-11-26T08:20:24.408Z | Downloaded steno v0.4.1 |
1009 | 2024-11-26T08:20:24.412Z | Downloaded tokio-util v0.7.12 |
1010 | 2024-11-26T08:20:24.419Z | Downloaded proc-macro2 v1.0.86 |
1011 | 2024-11-26T08:20:24.422Z | Downloaded time v0.3.36 |
1012 | 2024-11-26T08:20:24.428Z | Downloaded yansi v1.0.1 |
1013 | 2024-11-26T08:20:24.432Z | Downloaded toml_edit v0.22.21 |
1014 | 2024-11-26T08:20:24.451Z | Downloaded libm v0.2.8 |
1015 | 2024-11-26T08:20:24.458Z | Downloaded hashbrown v0.14.5 |
1016 | 2024-11-26T08:20:24.463Z | Downloaded pest v2.7.13 |
1017 | 2024-11-26T08:20:24.470Z | Downloaded itertools v0.10.5 |
1018 | 2024-11-26T08:20:24.474Z | Downloaded itertools v0.12.1 |
1019 | 2024-11-26T08:20:24.480Z | Downloaded winnow v0.5.40 |
1020 | 2024-11-26T08:20:24.489Z | Downloaded winnow v0.6.18 |
1021 | 2024-11-26T08:20:24.497Z | Downloaded rustls-webpki v0.101.7 |
1022 | 2024-11-26T08:20:24.510Z | Downloaded goblin v0.8.2 |
1023 | 2024-11-26T08:20:24.516Z | Downloaded portable-atomic v1.8.0 |
1024 | 2024-11-26T08:20:24.523Z | Downloaded reqwest v0.11.27 |
1025 | 2024-11-26T08:20:24.530Z | Downloaded quinn-proto v0.11.8 |
1026 | 2024-11-26T08:20:24.537Z | Downloaded futures-util v0.3.30 |
1027 | 2024-11-26T08:20:24.547Z | Downloaded syn v1.0.109 |
1028 | 2024-11-26T08:20:24.560Z | Downloaded webpki-roots v0.25.4 |
1029 | 2024-11-26T08:20:24.563Z | Downloaded syn v2.0.87 |
1030 | 2024-11-26T08:20:24.572Z | Downloaded h2 v0.3.26 |
1031 | 2024-11-26T08:20:24.578Z | Downloaded openssl v0.10.66 |
1032 | 2024-11-26T08:20:24.587Z | Downloaded hyper v0.14.30 |
1033 | 2024-11-26T08:20:24.595Z | Downloaded regex v1.10.6 |
1034 | 2024-11-26T08:20:24.606Z | Downloaded idna v0.5.0 |
1035 | 2024-11-26T08:20:24.612Z | Downloaded rhai v1.20.0 |
1036 | 2024-11-26T08:20:24.624Z | Downloaded dropshot v0.12.0 |
1037 | 2024-11-26T08:20:24.643Z | Downloaded rustls v0.21.12 |
1038 | 2024-11-26T08:20:24.653Z | Downloaded smoltcp v0.11.0 |
1039 | 2024-11-26T08:20:24.664Z | Downloaded sled v0.34.7 |
1040 | 2024-11-26T08:20:24.674Z | Downloaded idna v0.4.0 |
1041 | 2024-11-26T08:20:24.680Z | Downloaded regress v0.9.1 |
1042 | 2024-11-26T08:20:24.688Z | Downloaded regex-syntax v0.8.4 |
1043 | 2024-11-26T08:20:24.695Z | Downloaded openapiv3 v2.0.0 |
1044 | 2024-11-26T08:20:24.705Z | Downloaded rustix v0.38.37 |
1045 | 2024-11-26T08:20:24.725Z | Downloaded typify-impl v0.2.0 |
1046 | 2024-11-26T08:20:24.738Z | Downloaded rustls v0.23.13 |
1047 | 2024-11-26T08:20:24.750Z | Downloaded hickory-proto v0.24.1 |
1048 | 2024-11-26T08:20:24.763Z | Downloaded zerocopy-derive v0.6.6 |
1049 | 2024-11-26T08:20:24.774Z | Downloaded regress v0.10.1 |
1050 | 2024-11-26T08:20:24.780Z | Downloaded rustls v0.22.4 |
1051 | 2024-11-26T08:20:24.791Z | Downloaded webpki-roots v0.26.6 |
1052 | 2024-11-26T08:20:24.795Z | Downloaded http v0.2.12 |
1053 | 2024-11-26T08:20:24.798Z | Downloaded hickory-resolver v0.24.1 |
1054 | 2024-11-26T08:20:24.803Z | Downloaded url v2.5.2 |
1055 | 2024-11-26T08:20:24.807Z | Downloaded regex-automata v0.4.7 |
1056 | 2024-11-26T08:20:24.820Z | Downloaded expectorate v1.1.0 |
1057 | 2024-11-26T08:20:24.823Z | Downloaded omicron-zone-package v0.11.1 |
1058 | 2024-11-26T08:20:24.825Z | Downloaded heapless v0.8.0 |
1059 | 2024-11-26T08:20:24.829Z | Downloaded tokio v1.40.0 |
1060 | 2024-11-26T08:20:24.865Z | Downloaded unicode-bidi v0.3.15 |
1061 | 2024-11-26T08:20:24.867Z | Downloaded lock_api v0.4.12 |
1062 | 2024-11-26T08:20:24.870Z | Downloaded indexmap v1.9.3 |
1063 | 2024-11-26T08:20:24.873Z | Downloaded memmap2 v0.9.5 |
1064 | 2024-11-26T08:20:24.875Z | Downloaded parking_lot v0.12.3 |
1065 | 2024-11-26T08:20:24.878Z | Downloaded proc-macro-crate v3.2.0 |
1066 | 2024-11-26T08:20:24.878Z | Downloaded proc-macro-crate v1.3.1 |
1067 | 2024-11-26T08:20:24.878Z | Downloaded quick-error v1.2.3 |
1068 | 2024-11-26T08:20:24.880Z | Downloaded lzma-sys v0.1.20 |
1069 | 2024-11-26T08:20:24.906Z | Downloaded libsw v3.3.1 |
1070 | 2024-11-26T08:20:24.908Z | Downloaded memmap v0.7.0 |
1071 | 2024-11-26T08:20:24.911Z | Downloaded macaddr v1.0.1 |
1072 | 2024-11-26T08:20:24.911Z | Downloaded num_enum_derive v0.5.11 |
1073 | 2024-11-26T08:20:24.913Z | Downloaded num-integer v0.1.46 |
1074 | 2024-11-26T08:20:24.914Z | Downloaded num-rational v0.4.2 |
1075 | 2024-11-26T08:20:24.916Z | Downloaded num-derive v0.3.3 |
1076 | 2024-11-26T08:20:24.916Z | Downloaded num-conv v0.1.0 |
1077 | 2024-11-26T08:20:24.919Z | Downloaded typify v0.2.0 |
1078 | 2024-11-26T08:20:24.919Z | Downloaded tokio-rustls v0.24.1 |
1079 | 2024-11-26T08:20:24.922Z | Downloaded tokio-rustls v0.25.0 |
1080 | 2024-11-26T08:20:24.925Z | Downloaded half v2.4.1 |
1081 | 2024-11-26T08:20:24.928Z | Downloaded topological-sort v0.2.2 |
1082 | 2024-11-26T08:20:24.928Z | Downloaded thin-vec v0.2.13 |
1083 | 2024-11-26T08:20:24.931Z | Downloaded term v0.7.0 |
1084 | 2024-11-26T08:20:24.934Z | Downloaded hubpack v0.1.2 |
1085 | 2024-11-26T08:20:24.934Z | Downloaded httpdate v1.0.3 |
1086 | 2024-11-26T08:20:24.934Z | Downloaded zone v0.1.8 |
1087 | 2024-11-26T08:20:24.934Z | Downloaded xz2 v0.1.7 |
1088 | 2024-11-26T08:20:24.937Z | Downloaded futures v0.3.30 |
1089 | 2024-11-26T08:20:24.940Z | Downloaded derive_more v0.99.18 |
1090 | 2024-11-26T08:20:24.944Z | Downloaded cancel-safe-futures v0.1.5 |
1091 | 2024-11-26T08:20:24.947Z | Downloaded utf-8 v0.7.6 |
1092 | 2024-11-26T08:20:24.949Z | Downloaded usdt-impl v0.5.0 |
1093 | 2024-11-26T08:20:24.949Z | Downloaded httparse v1.9.4 |
1094 | 2024-11-26T08:20:24.952Z | Downloaded enum-as-inner v0.6.1 |
1095 | 2024-11-26T08:20:24.955Z | Downloaded defmt v0.3.8 |
1096 | 2024-11-26T08:20:24.958Z | Downloaded heck v0.3.3 |
1097 | 2024-11-26T08:20:24.958Z | Downloaded structmeta-derive v0.3.0 |
1098 | 2024-11-26T08:20:24.958Z | Downloaded structmeta v0.3.0 |
1099 | 2024-11-26T08:20:24.961Z | Downloaded spin v0.5.2 |
1100 | 2024-11-26T08:20:24.961Z | Downloaded float-ord v0.3.2 |
1101 | 2024-11-26T08:20:24.961Z | Downloaded futures-io v0.3.30 |
1102 | 2024-11-26T08:20:24.963Z | Downloaded futures-executor v0.3.30 |
1103 | 2024-11-26T08:20:24.963Z | Downloaded fastrand v2.1.1 |
1104 | 2024-11-26T08:20:24.963Z | Downloaded foreign-types-macros v0.2.3 |
1105 | 2024-11-26T08:20:24.966Z | Downloaded foreign-types v0.5.0 |
1106 | 2024-11-26T08:20:24.966Z | Downloaded embedded-io v0.6.1 |
1107 | 2024-11-26T08:20:24.966Z | Downloaded deranged v0.3.11 |
1108 | 2024-11-26T08:20:24.970Z | Downloaded take_mut v0.2.2 |
1109 | 2024-11-26T08:20:24.970Z | Downloaded sync_wrapper v0.1.2 |
1110 | 2024-11-26T08:20:24.970Z | Downloaded strum v0.26.3 |
1111 | 2024-11-26T08:20:24.970Z | Downloaded dyn-clone v1.0.17 |
1112 | 2024-11-26T08:20:24.973Z | Downloaded dirs-sys-next v0.1.2 |
1113 | 2024-11-26T08:20:24.973Z | Downloaded crossbeam-deque v0.8.5 |
1114 | 2024-11-26T08:20:24.973Z | Downloaded smartstring v1.0.1 |
1115 | 2024-11-26T08:20:24.976Z | Downloaded slog-stdlog v4.1.1 |
1116 | 2024-11-26T08:20:24.976Z | Downloaded slog-json v2.6.1 |
1117 | 2024-11-26T08:20:24.978Z | Downloaded encoding_rs v0.8.34 |
1118 | 2024-11-26T08:20:24.998Z | Downloaded dof v0.3.0 |
1119 | 2024-11-26T08:20:25.001Z | Downloaded defmt-parser v0.3.4 |
1120 | 2024-11-26T08:20:25.001Z | Downloaded clap_lex v0.7.2 |
1121 | 2024-11-26T08:20:25.001Z | Downloaded slog v2.7.0 |
1122 | 2024-11-26T08:20:25.004Z | Downloaded fxhash v0.2.1 |
1123 | 2024-11-26T08:20:25.004Z | Downloaded cobs v0.2.3 |
1124 | 2024-11-26T08:20:25.006Z | Downloaded ciborium v0.2.2 |
1125 | 2024-11-26T08:20:25.009Z | Downloaded slog-bunyan v2.5.0 |
1126 | 2024-11-26T08:20:25.009Z | Downloaded similar v2.6.0 |
1127 | 2024-11-26T08:20:25.012Z | Downloaded serde_with_macros v3.9.0 |
1128 | 2024-11-26T08:20:25.014Z | Downloaded serde_tokenstream v0.2.2 |
1129 | 2024-11-26T08:20:25.016Z | Downloaded serde_spanned v0.6.7 |
1130 | 2024-11-26T08:20:25.016Z | Downloaded serde_repr v0.1.19 |
1131 | 2024-11-26T08:20:25.018Z | Downloaded foreign-types-shared v0.3.1 |
1132 | 2024-11-26T08:20:25.018Z | Downloaded darling_macro v0.20.10 |
1133 | 2024-11-26T08:20:25.018Z | Downloaded darling v0.20.10 |
1134 | 2024-11-26T08:20:25.022Z | Downloaded crunchy v0.2.2 |
1135 | 2024-11-26T08:20:25.025Z | Downloaded crucible-workspace-hack v0.1.0 |
1136 | 2024-11-26T08:20:25.025Z | Downloaded semver v0.1.20 |
1137 | 2024-11-26T08:20:25.025Z | Downloaded sct v0.7.1 |
1138 | 2024-11-26T08:20:25.028Z | Downloaded scroll_derive v0.12.0 |
1139 | 2024-11-26T08:20:25.028Z | Downloaded schemars_derive v0.8.21 |
1140 | 2024-11-26T08:20:25.031Z | Downloaded const-random v0.1.18 |
1141 | 2024-11-26T08:20:25.031Z | Downloaded ciborium-ll v0.2.2 |
1142 | 2024-11-26T08:20:25.031Z | Downloaded ciborium-io v0.2.2 |
1143 | 2024-11-26T08:20:25.033Z | Downloaded base64 v0.13.1 |
1144 | 2024-11-26T08:20:25.036Z | Downloaded async-stream v0.3.5 |
1145 | 2024-11-26T08:20:25.038Z | Downloaded argon2 v0.5.3 |
1146 | 2024-11-26T08:20:25.227Z | Downloaded ring v0.16.20 |
1147 | 2024-11-26T08:20:26.356Z | Compiling proc-macro2 v1.0.86 |
1148 | 2024-11-26T08:20:26.356Z | Compiling unicode-ident v1.0.13 |
1149 | 2024-11-26T08:20:26.356Z | Compiling libc v0.2.165 |
1150 | 2024-11-26T08:20:26.359Z | Compiling cfg-if v1.0.0 |
1151 | 2024-11-26T08:20:26.359Z | Compiling serde v1.0.215 |
1152 | 2024-11-26T08:20:26.359Z | Compiling version_check v0.9.5 |
1153 | 2024-11-26T08:20:26.359Z | Compiling autocfg v1.3.0 |
1154 | 2024-11-26T08:20:26.359Z | Compiling memchr v2.7.4 |
1155 | 2024-11-26T08:20:26.514Z | Compiling byteorder v1.5.0 |
1156 | 2024-11-26T08:20:26.583Z | Compiling once_cell v1.20.2 |
1157 | 2024-11-26T08:20:26.992Z | Compiling itoa v1.0.11 |
1158 | 2024-11-26T08:20:27.012Z | Compiling allocator-api2 v0.2.18 |
1159 | 2024-11-26T08:20:27.024Z | Compiling ryu v1.0.18 |
1160 | 2024-11-26T08:20:27.170Z | Compiling libm v0.2.8 |
1161 | 2024-11-26T08:20:27.178Z | Compiling pin-project-lite v0.2.14 |
1162 | 2024-11-26T08:20:27.220Z | Compiling lock_api v0.4.12 |
1163 | 2024-11-26T08:20:27.309Z | Compiling scopeguard v1.2.0 |
1164 | 2024-11-26T08:20:27.372Z | Compiling parking_lot_core v0.9.10 |
1165 | 2024-11-26T08:20:27.457Z | Compiling equivalent v1.0.1 |
1166 | 2024-11-26T08:20:27.562Z | Compiling portable-atomic v1.8.0 |
1167 | 2024-11-26T08:20:27.805Z | Compiling thiserror v1.0.64 |
1168 | 2024-11-26T08:20:27.847Z | Compiling ahash v0.8.11 |
1169 | 2024-11-26T08:20:28.117Z | Compiling quote v1.0.37 |
1170 | 2024-11-26T08:20:28.266Z | Compiling shlex v1.3.0 |
1171 | 2024-11-26T08:20:28.279Z | Compiling log v0.4.22 |
1172 | 2024-11-26T08:20:28.490Z | Compiling syn v2.0.87 |
1173 | 2024-11-26T08:20:28.632Z | Compiling getrandom v0.2.15 |
1174 | 2024-11-26T08:20:28.645Z | Compiling socket2 v0.5.7 |
1175 | 2024-11-26T08:20:28.665Z | Compiling mio v1.0.2 |
1176 | 2024-11-26T08:20:28.828Z | Compiling signal-hook-registry v1.4.2 |
1177 | 2024-11-26T08:20:28.919Z | Compiling cc v1.1.21 |
1178 | 2024-11-26T08:20:28.947Z | Compiling iana-time-zone v0.1.61 |
1179 | 2024-11-26T08:20:29.316Z | Compiling futures-core v0.3.30 |
1180 | 2024-11-26T08:20:29.508Z | Compiling fnv v1.0.7 |
1181 | 2024-11-26T08:20:29.580Z | Compiling schemars v0.8.21 |
1182 | 2024-11-26T08:20:29.631Z | Compiling dyn-clone v1.0.17 |
1183 | 2024-11-26T08:20:29.758Z | Compiling futures-sink v0.3.30 |
1184 | 2024-11-26T08:20:29.827Z | Compiling slab v0.4.9 |
1185 | 2024-11-26T08:20:29.853Z | Compiling serde_json v1.0.133 |
1186 | 2024-11-26T08:20:29.896Z | Compiling num-traits v0.2.19 |
1187 | 2024-11-26T08:20:29.964Z | Compiling bitflags v2.6.0 |
1188 | 2024-11-26T08:20:30.009Z | Compiling futures-channel v0.3.30 |
1189 | 2024-11-26T08:20:30.210Z | Compiling pin-utils v0.1.0 |
1190 | 2024-11-26T08:20:30.295Z | Compiling futures-task v0.3.30 |
1191 | 2024-11-26T08:20:30.400Z | Compiling futures-io v0.3.30 |
1192 | 2024-11-26T08:20:30.446Z | Compiling crunchy v0.2.2 |
1193 | 2024-11-26T08:20:30.571Z | Compiling heck v0.5.0 |
1194 | 2024-11-26T08:20:30.630Z | Compiling tiny-keccak v2.0.2 |
1195 | 2024-11-26T08:20:30.777Z | Compiling subtle v2.6.1 |
1196 | 2024-11-26T08:20:31.025Z | Compiling rustls-pki-types v1.8.0 |
1197 | 2024-11-26T08:20:31.179Z | Compiling spin v0.9.8 |
1198 | 2024-11-26T08:20:31.422Z | Compiling httparse v1.9.4 |
1199 | 2024-11-26T08:20:31.435Z | Compiling untrusted v0.9.0 |
1200 | 2024-11-26T08:20:31.584Z | Compiling const-random-macro v0.1.16 |
1201 | 2024-11-26T08:20:31.604Z | Compiling vcpkg v0.2.15 |
1202 | 2024-11-26T08:20:31.978Z | Compiling pkg-config v0.3.31 |
1203 | 2024-11-26T08:20:31.981Z | Compiling ring v0.17.8 |
1204 | 2024-11-26T08:20:32.114Z | Compiling atomic-waker v1.1.2 |
1205 | 2024-11-26T08:20:32.352Z | Compiling const-random v0.1.18 |
1206 | 2024-11-26T08:20:32.441Z | Compiling zeroize v1.8.1 |
1207 | 2024-11-26T08:20:32.493Z | Compiling try-lock v0.2.5 |
1208 | 2024-11-26T08:20:32.635Z | Compiling want v0.3.1 |
1209 | 2024-11-26T08:20:32.780Z | Compiling httpdate v1.0.3 |
1210 | 2024-11-26T08:20:32.957Z | Compiling slog v2.7.0 |
1211 | 2024-11-26T08:20:33.136Z | Compiling openssl v0.10.66 |
1212 | 2024-11-26T08:20:33.149Z | Compiling foreign-types-shared v0.1.1 |
1213 | 2024-11-26T08:20:33.184Z | Compiling tower-service v0.3.3 |
1214 | 2024-11-26T08:20:33.216Z | Compiling openssl-sys v0.9.103 |
1215 | 2024-11-26T08:20:33.242Z | Compiling foreign-types v0.3.2 |
1216 | 2024-11-26T08:20:33.289Z | Compiling native-tls v0.2.12 |
1217 | 2024-11-26T08:20:33.302Z | Compiling percent-encoding v2.3.1 |
1218 | 2024-11-26T08:20:33.323Z | Compiling tinyvec_macros v0.1.1 |
1219 | 2024-11-26T08:20:33.404Z | Compiling rustls v0.23.13 |
1220 | 2024-11-26T08:20:33.569Z | Compiling form_urlencoded v1.2.1 |
1221 | 2024-11-26T08:20:33.652Z | Compiling tinyvec v1.8.0 |
1222 | 2024-11-26T08:20:33.676Z | Compiling openssl-probe v0.1.5 |
1223 | 2024-11-26T08:20:33.721Z | Compiling semver v1.0.23 |
1224 | 2024-11-26T08:20:33.908Z | Compiling unicode-bidi v0.3.15 |
1225 | 2024-11-26T08:20:34.079Z | Compiling tracing-core v0.1.32 |
1226 | 2024-11-26T08:20:34.279Z | Compiling ucd-trie v0.1.6 |
1227 | 2024-11-26T08:20:34.445Z | Compiling typenum v1.17.0 |
1228 | 2024-11-26T08:20:35.034Z | Compiling rand_core v0.6.4 |
1229 | 2024-11-26T08:20:35.152Z | Compiling unicode-normalization v0.1.24 |
1230 | 2024-11-26T08:20:35.485Z | Compiling aho-corasick v1.1.3 |
1231 | 2024-11-26T08:20:35.601Z | Compiling generic-array v0.14.7 |
1232 | 2024-11-26T08:20:35.625Z | Compiling encoding_rs v0.8.34 |
1233 | 2024-11-26T08:20:35.717Z | Compiling serde_derive_internals v0.29.1 |
1234 | 2024-11-26T08:20:35.731Z | Compiling regex-syntax v0.8.4 |
1235 | 2024-11-26T08:20:35.943Z | Compiling base64 v0.22.1 |
1236 | 2024-11-26T08:20:36.353Z | Compiling idna v0.5.0 |
1237 | 2024-11-26T08:20:36.752Z | Compiling mime v0.3.17 |
1238 | 2024-11-26T08:20:37.449Z | Compiling url v2.5.2 |
1239 | 2024-11-26T08:20:37.994Z | Compiling rustls-pemfile v2.1.3 |
1240 | 2024-11-26T08:20:38.252Z | Compiling rustls-webpki v0.102.8 |
1241 | 2024-11-26T08:20:39.631Z | Compiling regex-automata v0.4.7 |
1242 | 2024-11-26T08:20:40.115Z | Compiling webpki-roots v0.26.6 |
1243 | 2024-11-26T08:20:40.248Z | Compiling winnow v0.6.18 |
1244 | 2024-11-26T08:20:40.330Z | Compiling powerfmt v0.2.0 |
1245 | 2024-11-26T08:20:40.555Z | Compiling ipnet v2.10.0 |
1246 | 2024-11-26T08:20:40.754Z | Compiling num-conv v0.1.0 |
1247 | 2024-11-26T08:20:40.780Z | Compiling strsim v0.11.1 |
1248 | 2024-11-26T08:20:41.058Z | Compiling time-core v0.1.2 |
1249 | 2024-11-26T08:20:41.227Z | Compiling plain v0.2.3 |
1250 | 2024-11-26T08:20:41.353Z | Compiling serde_derive v1.0.215 |
1251 | 2024-11-26T08:20:41.373Z | Compiling zerocopy-derive v0.7.35 |
1252 | 2024-11-26T08:20:41.934Z | Compiling tokio-macros v2.4.0 |
1253 | 2024-11-26T08:20:42.151Z | Compiling thiserror-impl v1.0.64 |
1254 | 2024-11-26T08:20:42.197Z | Compiling schemars_derive v0.8.21 |
1255 | 2024-11-26T08:20:43.502Z | Compiling futures-macro v0.3.30 |
1256 | 2024-11-26T08:20:43.564Z | Compiling openssl-macros v0.1.1 |
1257 | 2024-11-26T08:20:43.577Z | Compiling zerocopy v0.7.35 |
1258 | 2024-11-26T08:20:44.263Z | Compiling tracing-attributes v0.1.27 |
1259 | 2024-11-26T08:20:44.404Z | Compiling scroll_derive v0.12.0 |
1260 | 2024-11-26T08:20:45.339Z | Compiling pest v2.7.13 |
1261 | 2024-11-26T08:20:45.482Z | Compiling futures-util v0.3.30 |
1262 | 2024-11-26T08:20:45.623Z | Compiling hashbrown v0.14.5 |
1263 | 2024-11-26T08:20:45.947Z | Compiling scroll v0.12.0 |
1264 | 2024-11-26T08:20:46.544Z | Compiling goblin v0.8.2 |
1265 | 2024-11-26T08:20:47.091Z | Compiling regress v0.10.1 |
1266 | 2024-11-26T08:20:47.413Z | Compiling ppv-lite86 v0.2.20 |
1267 | 2024-11-26T08:20:47.751Z | Compiling tracing v0.1.40 |
1268 | 2024-11-26T08:20:48.206Z | Compiling pest_meta v2.7.13 |
1269 | 2024-11-26T08:20:48.273Z | Compiling regex v1.10.6 |
1270 | 2024-11-26T08:20:48.505Z | Compiling time-macros v0.2.18 |
1271 | 2024-11-26T08:20:49.562Z | Compiling pest_generator v2.7.13 |
1272 | 2024-11-26T08:20:50.630Z | Compiling deranged v0.3.11 |
1273 | 2024-11-26T08:20:51.558Z | Compiling num_threads v0.1.7 |
1274 | 2024-11-26T08:20:51.681Z | Compiling anyhow v1.0.93 |
1275 | 2024-11-26T08:20:52.047Z | Compiling pretty-hex v0.4.1 |
1276 | 2024-11-26T08:20:52.242Z | Compiling rand_chacha v0.3.1 |
1277 | 2024-11-26T08:20:52.415Z | Compiling pest_derive v2.7.13 |
1278 | 2024-11-26T08:20:52.531Z | Compiling sync_wrapper v1.0.1 |
1279 | 2024-11-26T08:20:52.628Z | Compiling usdt-impl v0.5.0 |
1280 | 2024-11-26T08:20:52.670Z | Compiling block-buffer v0.10.4 |
1281 | 2024-11-26T08:20:52.696Z | Compiling crypto-common v0.1.6 |
1282 | 2024-11-26T08:20:52.866Z | Compiling rand v0.8.5 |
1283 | 2024-11-26T08:20:52.882Z | Compiling thread-id v4.2.2 |
1284 | 2024-11-26T08:20:52.982Z | Compiling syn v1.0.109 |
1285 | 2024-11-26T08:20:53.143Z | Compiling rustversion v1.0.17 |
1286 | 2024-11-26T08:20:53.383Z | Compiling dtrace-parser v0.2.0 |
1287 | 2024-11-26T08:20:53.525Z | Compiling omicron-workspace-hack v0.1.0 |
1288 | 2024-11-26T08:20:53.704Z | Compiling unsafe-libyaml v0.2.11 |
1289 | 2024-11-26T08:20:54.484Z | Compiling match_cfg v0.1.0 |
1290 | 2024-11-26T08:20:54.575Z | Compiling ident_case v1.0.1 |
1291 | 2024-11-26T08:20:54.754Z | Compiling smallvec v1.13.2 |
1292 | 2024-11-26T08:20:55.132Z | Compiling bytes v1.7.2 |
1293 | 2024-11-26T08:20:55.165Z | Compiling uuid v1.11.0 |
1294 | 2024-11-26T08:20:56.013Z | Compiling indexmap v2.5.0 |
1295 | 2024-11-26T08:20:56.139Z | Compiling http v1.1.0 |
1296 | 2024-11-26T08:20:57.313Z | Compiling parking_lot v0.12.3 |
1297 | 2024-11-26T08:20:57.507Z | Compiling chrono v0.4.38 |
1298 | 2024-11-26T08:20:58.146Z | Compiling tokio v1.40.0 |
1299 | 2024-11-26T08:20:58.403Z | Compiling http-body v1.0.1 |
1300 | 2024-11-26T08:20:58.633Z | Compiling serde_tokenstream v0.2.2 |
1301 | 2024-11-26T08:20:59.022Z | Compiling toml_datetime v0.6.8 |
1302 | 2024-11-26T08:20:59.273Z | Compiling http-body-util v0.1.2 |
1303 | 2024-11-26T08:20:59.774Z | Compiling serde_urlencoded v0.7.1 |
1304 | 2024-11-26T08:21:00.495Z | Compiling openapiv3 v2.0.0 |
1305 | 2024-11-26T08:21:00.768Z | Compiling serde_spanned v0.6.7 |
1306 | 2024-11-26T08:21:01.004Z | Compiling dof v0.3.0 |
1307 | 2024-11-26T08:21:03.700Z | Compiling serde_yaml v0.9.34+deprecated |
1308 | 2024-11-26T08:21:04.954Z | Compiling typify-impl v0.2.0 |
1309 | 2024-11-26T08:21:05.176Z | Compiling darling_core v0.20.10 |
1310 | 2024-11-26T08:21:05.519Z | Compiling hostname v0.3.1 |
1311 | 2024-11-26T08:21:05.810Z | Compiling dirs-sys-next v0.1.2 |
1312 | 2024-11-26T08:21:05.829Z | Compiling errno v0.3.9 |
1313 | 2024-11-26T08:21:06.074Z | Compiling paste v1.0.15 |
1314 | 2024-11-26T08:21:06.441Z | Compiling cpufeatures v0.2.14 |
1315 | 2024-11-26T08:21:06.531Z | Compiling rustls v0.22.4 |
1316 | 2024-11-26T08:21:06.579Z | Compiling camino v1.1.9 |
1317 | 2024-11-26T08:21:06.679Z | Compiling dirs-next v2.0.0 |
1318 | 2024-11-26T08:21:06.883Z | Compiling usdt-attr-macro v0.5.0 |
1319 | 2024-11-26T08:21:07.260Z | Compiling tokio-util v0.7.12 |
1320 | 2024-11-26T08:21:07.487Z | Compiling usdt-macro v0.5.0 |
1321 | 2024-11-26T08:21:07.926Z | Compiling futures-executor v0.3.30 |
1322 | 2024-11-26T08:21:08.607Z | Compiling h2 v0.4.6 |
1323 | 2024-11-26T08:21:09.101Z | Compiling async-trait v0.1.83 |
1324 | 2024-11-26T08:21:09.290Z | Compiling memmap v0.7.0 |
1325 | 2024-11-26T08:21:09.537Z | Compiling instant v0.1.13 |
1326 | 2024-11-26T08:21:09.667Z | Compiling slog-async v2.8.0 |
1327 | 2024-11-26T08:21:09.687Z | Compiling futures v0.3.30 |
1328 | 2024-11-26T08:21:11.297Z | Compiling darling_macro v0.20.10 |
1329 | 2024-11-26T08:21:11.626Z | Compiling term v0.7.0 |
1330 | 2024-11-26T08:21:12.407Z | Compiling darling v0.20.10 |
1331 | 2024-11-26T08:21:13.567Z | Compiling hyper v1.5.1 |
1332 | 2024-11-26T08:21:17.050Z | Compiling hyper-util v0.1.10 |
1333 | 2024-11-26T08:21:18.496Z | Compiling is-terminal v0.4.13 |
1334 | 2024-11-26T08:21:18.523Z | Compiling multer v3.1.0 |
1335 | 2024-11-26T08:21:18.620Z | Compiling take_mut v0.2.2 |
1336 | 2024-11-26T08:21:18.777Z | Compiling tokio-native-tls v0.3.1 |
1337 | 2024-11-26T08:21:18.946Z | Compiling serde_with_macros v3.9.0 |
1338 | 2024-11-26T08:21:18.955Z | Compiling ipnetwork v0.20.0 |
1339 | 2024-11-26T08:21:19.051Z | Compiling strum_macros v0.26.4 |
1340 | 2024-11-26T08:21:20.048Z | Compiling tokio-rustls v0.26.0 |
1341 | 2024-11-26T08:21:20.568Z | Compiling async-stream-impl v0.3.5 |
1342 | 2024-11-26T08:21:21.739Z | Compiling structmeta-derive v0.3.0 |
1343 | 2024-11-26T08:21:21.967Z | Compiling dropshot v0.12.0 |
1344 | 2024-11-26T08:21:22.307Z | Compiling crossbeam-utils v0.8.20 |
1345 | 2024-11-26T08:21:22.872Z | Compiling debug-ignore v1.0.5 |
1346 | 2024-11-26T08:21:23.102Z | Compiling async-stream v0.3.5 |
1347 | 2024-11-26T08:21:23.341Z | Compiling serde_with v3.9.0 |
1348 | 2024-11-26T08:21:23.432Z | Compiling hyper-rustls v0.27.3 |
1349 | 2024-11-26T08:21:23.718Z | Compiling strum v0.26.3 |
1350 | 2024-11-26T08:21:24.142Z | Compiling hyper-tls v0.6.0 |
1351 | 2024-11-26T08:21:24.461Z | Compiling structmeta v0.3.0 |
1352 | 2024-11-26T08:21:25.731Z | Compiling dropshot_endpoint v0.12.0 |
1353 | 2024-11-26T08:21:25.917Z | Compiling serde_path_to_error v0.1.16 |
1354 | 2024-11-26T08:21:26.834Z | Compiling waitgroup v0.1.2 |
1355 | 2024-11-26T08:21:27.085Z | Compiling hostname v0.4.0 |
1356 | 2024-11-26T08:21:27.318Z | Compiling parse-display-derive v0.10.0 |
1357 | 2024-11-26T08:21:27.363Z | Compiling reqwest v0.12.9 |
1358 | 2024-11-26T08:21:29.928Z | Compiling hex v0.4.3 |
1359 | 2024-11-26T08:21:30.190Z | Compiling digest v0.10.7 |
1360 | 2024-11-26T08:21:30.491Z | Compiling time v0.3.36 |
1361 | 2024-11-26T08:21:30.586Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1362 | 2024-11-26T08:21:30.624Z | Compiling rustix v0.38.37 |
1363 | 2024-11-26T08:21:30.847Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1364 | 2024-11-26T08:21:30.912Z | Compiling typify-macro v0.2.0 |
1365 | 2024-11-26T08:21:31.004Z | Compiling progenitor-client v0.8.0 |
1366 | 2024-11-26T08:21:31.416Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1367 | 2024-11-26T08:21:31.489Z | Compiling macaddr v1.0.1 |
1368 | 2024-11-26T08:21:31.588Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1369 | 2024-11-26T08:21:31.935Z | Compiling parse-display v0.10.0 |
1370 | 2024-11-26T08:21:32.453Z | Compiling utf8parse v0.2.2 |
1371 | 2024-11-26T08:21:32.617Z | Compiling anstyle-parse v0.2.5 |
1372 | 2024-11-26T08:21:34.074Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1373 | 2024-11-26T08:21:34.986Z | Compiling thread_local v1.1.8 |
1374 | 2024-11-26T08:21:35.035Z | Compiling anstyle-query v1.1.1 |
1375 | 2024-11-26T08:21:35.053Z | Compiling anstyle v1.0.10 |
1376 | 2024-11-26T08:21:35.186Z | Compiling lazy_static v1.5.0 |
1377 | 2024-11-26T08:21:35.321Z | Compiling colorchoice v1.0.2 |
1378 | 2024-11-26T08:21:35.503Z | Compiling is_terminal_polyfill v1.70.1 |
1379 | 2024-11-26T08:21:35.591Z | Compiling unicode-width v0.1.14 |
1380 | 2024-11-26T08:21:35.651Z | Compiling anstream v0.6.15 |
1381 | 2024-11-26T08:21:35.993Z | Compiling typify v0.2.0 |
1382 | 2024-11-26T08:21:36.128Z | Compiling progenitor-impl v0.8.0 |
1383 | 2024-11-26T08:21:36.453Z | Compiling usdt v0.5.0 |
1384 | 2024-11-26T08:21:36.497Z | Compiling slog-json v2.6.1 |
1385 | 2024-11-26T08:21:36.574Z | Compiling crossbeam-channel v0.5.13 |
1386 | 2024-11-26T08:21:36.890Z | Compiling toml_edit v0.22.21 |
1387 | 2024-11-26T08:21:37.056Z | Compiling clap_lex v0.7.2 |
1388 | 2024-11-26T08:21:37.793Z | Compiling slog-bunyan v2.5.0 |
1389 | 2024-11-26T08:21:38.008Z | Compiling slog-term v2.9.1 |
1390 | 2024-11-26T08:21:39.177Z | Compiling sha1 v0.10.6 |
1391 | 2024-11-26T08:21:39.447Z | Compiling tokio-rustls v0.25.0 |
1392 | 2024-11-26T08:21:39.628Z | Compiling newtype-uuid v1.1.0 |
1393 | 2024-11-26T08:21:39.859Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1394 | 2024-11-26T08:21:39.926Z | Compiling winnow v0.5.40 |
1395 | 2024-11-26T08:21:39.984Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1396 | 2024-11-26T08:21:40.222Z | Compiling toml v0.8.19 |
1397 | 2024-11-26T08:21:43.850Z | Compiling toml_edit v0.19.15 |
1398 | 2024-11-26T08:21:45.266Z | Compiling backoff v0.4.0 |
1399 | 2024-11-26T08:21:45.690Z | Compiling regress v0.9.1 |
1400 | 2024-11-26T08:21:46.933Z | Compiling progenitor-macro v0.8.0 |
1401 | 2024-11-26T08:21:47.042Z | Compiling clap_derive v4.5.18 |
1402 | 2024-11-26T08:21:47.221Z | Compiling heapless v0.8.0 |
1403 | 2024-11-26T08:21:48.062Z | Compiling proc-macro-crate v1.3.1 |
1404 | 2024-11-26T08:21:49.728Z | Compiling hash32 v0.3.1 |
1405 | 2024-11-26T08:21:49.952Z | Compiling smoltcp v0.11.0 |
1406 | 2024-11-26T08:21:50.019Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1407 | 2024-11-26T08:21:50.338Z | Compiling stable_deref_trait v1.2.0 |
1408 | 2024-11-26T08:21:50.663Z | Compiling num_enum_derive v0.5.11 |
1409 | 2024-11-26T08:21:51.388Z | Compiling terminal_size v0.4.0 |
1410 | 2024-11-26T08:21:51.603Z | Compiling foreign-types-macros v0.2.3 |
1411 | 2024-11-26T08:21:51.756Z | Compiling proc-macro-error-attr v1.0.4 |
1412 | 2024-11-26T08:21:52.653Z | Compiling either v1.13.0 |
1413 | 2024-11-26T08:21:52.980Z | Compiling bitflags v1.3.2 |
1414 | 2024-11-26T08:21:53.084Z | Compiling managed v0.8.0 |
1415 | 2024-11-26T08:21:53.155Z | Compiling foreign-types-shared v0.3.1 |
1416 | 2024-11-26T08:21:53.269Z | Compiling cobs v0.2.3 |
1417 | 2024-11-26T08:21:53.564Z | Compiling heck v0.4.1 |
1418 | 2024-11-26T08:21:53.990Z | Compiling postcard v1.0.10 |
1419 | 2024-11-26T08:21:54.228Z | Compiling foreign-types v0.5.0 |
1420 | 2024-11-26T08:21:54.341Z | Compiling num_enum v0.5.11 |
1421 | 2024-11-26T08:21:54.573Z | Compiling clap_builder v4.5.21 |
1422 | 2024-11-26T08:21:54.892Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1423 | 2024-11-26T08:21:56.060Z | Compiling num-integer v0.1.46 |
1424 | 2024-11-26T08:21:56.514Z | Compiling cstr-argument v0.1.2 |
1425 | 2024-11-26T08:21:56.792Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1426 | 2024-11-26T08:21:56.852Z | Compiling proc-macro-error v1.0.4 |
1427 | 2024-11-26T08:21:57.146Z | Compiling fastrand v2.1.1 |
1428 | 2024-11-26T08:21:57.187Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1429 | 2024-11-26T08:21:57.357Z | Compiling pretty-hex v0.2.1 |
1430 | 2024-11-26T08:21:57.542Z | Compiling float-ord v0.3.2 |
1431 | 2024-11-26T08:21:57.705Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1432 | 2024-11-26T08:21:57.764Z | Compiling tempfile v3.12.0 |
1433 | 2024-11-26T08:21:58.109Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1434 | 2024-11-26T08:21:58.802Z | Compiling clap v4.5.21 |
1435 | 2024-11-26T08:21:59.005Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1436 | 2024-11-26T08:21:59.056Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1437 | 2024-11-26T08:21:59.636Z | Compiling tabwriter v1.4.0 |
1438 | 2024-11-26T08:22:00.094Z | Compiling colored v2.1.0 |
1439 | 2024-11-26T08:22:00.186Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1440 | 2024-11-26T08:22:00.554Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1441 | 2024-11-26T08:22:00.958Z | Compiling crucible-workspace-hack v0.1.0 |
1442 | 2024-11-26T08:22:01.763Z | Compiling num-iter v0.1.45 |
1443 | 2024-11-26T08:22:01.862Z | Compiling num-rational v0.4.2 |
1444 | 2024-11-26T08:22:02.239Z | Compiling num-complex v0.4.6 |
1445 | 2024-11-26T08:22:02.319Z | Compiling prettyplease v0.2.22 |
1446 | 2024-11-26T08:22:02.478Z | Compiling progenitor v0.8.0 |
1447 | 2024-11-26T08:22:02.645Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1448 | 2024-11-26T08:22:02.694Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1449 | 2024-11-26T08:22:02.948Z | Compiling semver v0.1.20 |
1450 | 2024-11-26T08:22:03.045Z | Compiling unicode-segmentation v1.12.0 |
1451 | 2024-11-26T08:22:03.335Z | Compiling rustc_version v0.1.7 |
1452 | 2024-11-26T08:22:03.525Z | Compiling num v0.4.3 |
1453 | 2024-11-26T08:22:03.634Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1454 | 2024-11-26T08:22:03.751Z | Compiling newline-converter v0.3.0 |
1455 | 2024-11-26T08:22:03.968Z | Compiling zone_cfg_derive v0.3.0 |
1456 | 2024-11-26T08:22:05.594Z | Compiling camino-tempfile v1.1.1 |
1457 | 2024-11-26T08:22:06.007Z | Compiling itertools v0.10.5 |
1458 | 2024-11-26T08:22:06.098Z | Compiling console v0.15.8 |
1459 | 2024-11-26T08:22:06.139Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1460 | 2024-11-26T08:22:07.769Z | Compiling num-derive v0.4.2 |
1461 | 2024-11-26T08:22:07.901Z | Compiling sigpipe v0.1.3 |
1462 | 2024-11-26T08:22:07.933Z | Compiling static_assertions v1.1.0 |
1463 | 2024-11-26T08:22:08.015Z | Compiling base64ct v1.6.0 |
1464 | 2024-11-26T08:22:08.029Z | Compiling similar v2.6.0 |
1465 | 2024-11-26T08:22:08.209Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1466 | 2024-11-26T08:22:08.645Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1467 | 2024-11-26T08:22:08.992Z | Compiling expectorate v1.1.0 |
1468 | 2024-11-26T08:22:09.042Z | Compiling zone v0.3.0 |
1469 | 2024-11-26T08:22:09.157Z | Compiling password-hash v0.5.0 |
1470 | 2024-11-26T08:22:09.763Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1471 | 2024-11-26T08:22:10.133Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1472 | 2024-11-26T08:22:10.852Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1473 | 2024-11-26T08:22:11.220Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1474 | 2024-11-26T08:22:11.463Z | Compiling newtype_derive v0.1.6 |
1475 | 2024-11-26T08:22:11.780Z | Compiling blake2 v0.10.6 |
1476 | 2024-11-26T08:22:12.149Z | Compiling hubpack_derive v0.1.1 |
1477 | 2024-11-26T08:22:13.390Z | Compiling smf v0.2.3 |
1478 | 2024-11-26T08:22:13.428Z | Compiling zerocopy-derive v0.6.6 |
1479 | 2024-11-26T08:22:13.616Z | Compiling owo-colors v4.1.0 |
1480 | 2024-11-26T08:22:13.945Z | Compiling fixedbitset v0.4.2 |
1481 | 2024-11-26T08:22:14.196Z | Compiling whoami v1.5.2 |
1482 | 2024-11-26T08:22:14.245Z | Compiling cancel-safe-futures v0.1.5 |
1483 | 2024-11-26T08:22:14.476Z | Compiling petgraph v0.6.5 |
1484 | 2024-11-26T08:22:14.771Z | Compiling hubpack v0.1.2 |
1485 | 2024-11-26T08:22:14.948Z | Compiling argon2 v0.5.3 |
1486 | 2024-11-26T08:22:15.144Z | Compiling zerocopy v0.6.6 |
1487 | 2024-11-26T08:22:16.061Z | Compiling strum_macros v0.25.3 |
1488 | 2024-11-26T08:22:16.544Z | Compiling serde-big-array v0.5.1 |
1489 | 2024-11-26T08:22:16.689Z | Compiling serde_repr v0.1.19 |
1490 | 2024-11-26T08:22:17.960Z | Compiling cookie v0.18.1 |
1491 | 2024-11-26T08:22:18.294Z | Compiling convert_case v0.4.0 |
1492 | 2024-11-26T08:22:18.836Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1493 | 2024-11-26T08:22:19.106Z | Compiling derive_more v0.99.18 |
1494 | 2024-11-26T08:22:19.810Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1495 | 2024-11-26T08:22:21.950Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1496 | 2024-11-26T08:22:23.431Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1497 | 2024-11-26T08:22:23.687Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1498 | 2024-11-26T08:22:26.088Z | Compiling atomicwrites v0.4.4 |
1499 | 2024-11-26T08:22:26.241Z | Compiling itertools v0.13.0 |
1500 | 2024-11-26T08:22:26.478Z | Compiling libsw v3.3.1 |
1501 | 2024-11-26T08:22:26.808Z | Compiling enum-as-inner v0.6.1 |
1502 | 2024-11-26T08:22:27.939Z | Compiling derive-where v1.2.7 |
1503 | 2024-11-26T08:22:28.446Z | Compiling idna v0.4.0 |
1504 | 2024-11-26T08:22:28.465Z | Compiling data-encoding v2.6.0 |
1505 | 2024-11-26T08:22:29.143Z | Compiling linear-map v1.2.0 |
1506 | 2024-11-26T08:22:29.644Z | Compiling highway v1.2.0 |
1507 | 2024-11-26T08:22:30.301Z | Compiling linked-hash-map v0.5.6 |
1508 | 2024-11-26T08:22:30.512Z | Compiling swrite v0.1.0 |
1509 | 2024-11-26T08:22:30.539Z | Compiling indent_write v2.2.0 |
1510 | 2024-11-26T08:22:30.647Z | Compiling quick-error v1.2.3 |
1511 | 2024-11-26T08:22:30.750Z | Compiling resolv-conf v0.7.0 |
1512 | 2024-11-26T08:22:30.764Z | Compiling lru-cache v0.1.2 |
1513 | 2024-11-26T08:22:30.787Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1514 | 2024-11-26T08:22:30.970Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1515 | 2024-11-26T08:22:31.297Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1516 | 2024-11-26T08:22:31.338Z | Compiling hickory-proto v0.24.1 |
1517 | 2024-11-26T08:22:31.671Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1518 | 2024-11-26T08:22:33.371Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1519 | 2024-11-26T08:22:35.441Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1520 | 2024-11-26T08:22:35.459Z | Compiling steno v0.4.1 |
1521 | 2024-11-26T08:22:38.069Z | Compiling slog-dtrace v0.3.0 |
1522 | 2024-11-26T08:22:38.372Z | Compiling parking_lot_core v0.8.6 |
1523 | 2024-11-26T08:22:38.482Z | Compiling humantime v2.1.0 |
1524 | 2024-11-26T08:22:38.482Z | Compiling hickory-resolver v0.24.1 |
1525 | 2024-11-26T08:22:38.644Z | Compiling num-derive v0.3.3 |
1526 | 2024-11-26T08:22:39.489Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1527 | 2024-11-26T08:22:40.903Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1528 | 2024-11-26T08:22:41.202Z | Compiling thiserror v2.0.3 |
1529 | 2024-11-26T08:22:41.397Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1530 | 2024-11-26T08:22:41.741Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1531 | 2024-11-26T08:22:41.966Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1532 | 2024-11-26T08:22:42.691Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1533 | 2024-11-26T08:22:42.750Z | Compiling thiserror-impl v2.0.3 |
1534 | 2024-11-26T08:22:42.789Z | Compiling smartstring v1.0.1 |
1535 | 2024-11-26T08:22:43.155Z | Compiling half v2.4.1 |
1536 | 2024-11-26T08:22:43.637Z | Compiling ciborium-io v0.2.2 |
1537 | 2024-11-26T08:22:43.767Z | Compiling ciborium-ll v0.2.2 |
1538 | 2024-11-26T08:22:44.205Z | Compiling parking_lot v0.11.2 |
1539 | 2024-11-26T08:22:44.246Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1540 | 2024-11-26T08:22:45.903Z | Compiling proc-macro-crate v3.2.0 |
1541 | 2024-11-26T08:22:45.926Z | Compiling crossbeam-epoch v0.9.18 |
1542 | 2024-11-26T08:22:45.926Z | Compiling fxhash v0.2.1 |
1543 | 2024-11-26T08:22:45.937Z | Compiling crc32fast v1.4.2 |
1544 | 2024-11-26T08:22:46.068Z | Compiling spin v0.5.2 |
1545 | 2024-11-26T08:22:46.318Z | Compiling no-std-compat v0.4.1 |
1546 | 2024-11-26T08:22:46.318Z | Compiling sled v0.34.7 |
1547 | 2024-11-26T08:22:46.409Z | Compiling num_enum_derive v0.7.3 |
1548 | 2024-11-26T08:22:46.435Z | Compiling ciborium v0.2.2 |
1549 | 2024-11-26T08:22:46.830Z | Compiling thin-vec v0.2.13 |
1550 | 2024-11-26T08:22:47.054Z | Compiling rhai_codegen v2.2.0 |
1551 | 2024-11-26T08:22:47.462Z | Compiling minimal-lexical v0.2.1 |
1552 | 2024-11-26T08:22:47.977Z | Compiling nom v7.1.3 |
1553 | 2024-11-26T08:22:48.064Z | Compiling yansi v1.0.1 |
1554 | 2024-11-26T08:22:48.853Z | Compiling diff v0.1.13 |
1555 | 2024-11-26T08:22:48.964Z | Compiling num_enum v0.7.3 |
1556 | 2024-11-26T08:22:49.127Z | Compiling pretty_assertions v1.4.1 |
1557 | 2024-11-26T08:22:49.958Z | Compiling rhai v1.20.0 |
1558 | 2024-11-26T08:22:55.592Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1559 | 2024-11-26T08:22:55.633Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1560 | 2024-11-26T08:23:02.756Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1561 | 2024-11-26T08:23:04.078Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1562 | 2024-11-26T08:23:05.616Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1563 | 2024-11-26T08:23:08.035Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1564 | 2024-11-26T08:23:46.034Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 20s |
1565 | 2024-11-26T08:23:46.206Z | ------------ |
1566 | 2024-11-26T08:23:46.206Z | Nextest run ID 6e08c5e4-4054-4101-8204-3cd7c763494d with nextest profile: default |
1567 | 2024-11-26T08:23:46.206Z | Starting 11 tests across 1 binary |
1568 | 2024-11-26T08:23:46.245Z | PASS [ 0.026s] bgp messages::tests::header_round_trip |
1569 | 2024-11-26T08:23:46.245Z | PASS [ 0.020s] bgp messages::tests::prefix_within |
1570 | 2024-11-26T08:23:46.247Z | PASS [ 0.017s] bgp messages::tests::update_round_trip |
1571 | 2024-11-26T08:23:46.247Z | PASS [ 0.023s] bgp messages::tests::open_round_trip |
1572 | 2024-11-26T08:23:46.261Z | PASS [ 0.042s] bgp policy::test::open_add_4byte_as |
1573 | 2024-11-26T08:23:46.270Z | PASS [ 0.048s] bgp policy::test::open_require_4byte_as |
1574 | 2024-11-26T08:23:46.272Z | PASS [ 0.045s] bgp policy::test::shape_update_prefixes |
1575 | 2024-11-26T08:23:46.275Z | PASS [ 0.043s] bgp policy::test::update_drop_on_no_export |
1576 | 2024-11-26T08:23:46.275Z | PASS [ 0.041s] bgp policy::test::update_shape_community |
1577 | 2024-11-26T08:23:59.354Z | PASS [ 13.115s] bgp test::test_basic_peering |
1578 | 2024-11-26T08:24:01.357Z | PASS [ 15.113s] bgp test::test_basic_update |
1579 | 2024-11-26T08:24:01.360Z | ------------ |
1580 | 2024-11-26T08:24:01.360Z | Summary [ 15.148s] 11 tests run: 11 passed, 0 skipped |
1581 | 2024-11-26T08:24:01.374Z | + cp r1.basic_peering.log r1.basic_update.log r2.basic_peering.log r2.basic_update.log /work/ |
1582 | 2024-11-26T08:24:01.378Z | process exited: duration 404613 ms, exit code 0 |
|
1583 | 2024-11-26T08:24:01.384Z | found 4 output files |
1584 | 2024-11-26T08:24:01.384Z | uploading: /work/r1.basic_peering.log (7874 bytes) |
1585 | 2024-11-26T08:24:02.394Z | uploaded: /work/r1.basic_peering.log |
1586 | 2024-11-26T08:24:02.397Z | uploading: /work/r1.basic_update.log (4962 bytes) |
1587 | 2024-11-26T08:24:03.403Z | uploaded: /work/r1.basic_update.log |
1588 | 2024-11-26T08:24:03.406Z | uploading: /work/r2.basic_peering.log (9263 bytes) |
1589 | 2024-11-26T08:24:04.412Z | uploaded: /work/r2.basic_peering.log |
1590 | 2024-11-26T08:24:04.414Z | uploading: /work/r2.basic_update.log (11219 bytes) |
1591 | 2024-11-26T08:24:05.420Z | uploaded: /work/r2.basic_update.log |