|
|
|
1 | 2024-11-26T07:15:12.573Z | job assigned to worker 01JDKN4N7AAM5WQSMJVNRCTZ73 [factory aws, i-0a69216ce3bbf4f0b] (queued for 1 m 9 s) |
|
2 | 2024-11-26T07:15:20.326Z | starting task 0: "setup" |
3 | 2024-11-26T07:15:20.343Z | ++ uname -s |
4 | 2024-11-26T07:15:20.346Z | + kern=SunOS |
5 | 2024-11-26T07:15:20.346Z | + case "$kern" in |
6 | 2024-11-26T07:15:20.346Z | + groupadd -g 12345 build |
7 | 2024-11-26T07:15:20.350Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T07:15:22.359Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T07:15:22.466Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T07:15:22.468Z | + home_fs=zfs |
11 | 2024-11-26T07:15:22.468Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T07:15:22.468Z | + mkdir -p /home/build |
13 | 2024-11-26T07:15:22.471Z | + chown build:build /home/build /work |
14 | 2024-11-26T07:15:23.472Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T07:15:23.474Z | process exited: duration 3147 ms, exit code 0 |
|
16 | 2024-11-26T07:15:23.480Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T07:15:23.484Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T07:15:23.484Z | ' stable |
19 | 2024-11-26T07:15:23.484Z | * toolchain channel = "stable" |
20 | 2024-11-26T07:15:23.484Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-26T07:15:23.484Z | ' default |
22 | 2024-11-26T07:15:23.487Z | * toolchain profile = "default" |
23 | 2024-11-26T07:15:23.487Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T07:15:23.487Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T07:15:23.791Z | info: downloading installer |
26 | 2024-11-26T07:15:25.156Z | info: profile set to 'default' |
27 | 2024-11-26T07:15:25.156Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T07:15:25.156Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T07:15:25.336Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T07:15:25.336Z | info: downloading component 'cargo' |
31 | 2024-11-26T07:15:26.375Z | info: downloading component 'clippy' |
32 | 2024-11-26T07:15:26.763Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T07:15:28.217Z | info: downloading component 'rust-std' |
34 | 2024-11-26T07:15:30.519Z | info: downloading component 'rustc' |
35 | 2024-11-26T07:15:38.808Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T07:15:39.105Z | info: installing component 'cargo' |
37 | 2024-11-26T07:15:39.890Z | info: installing component 'clippy' |
38 | 2024-11-26T07:15:40.255Z | info: installing component 'rust-docs' |
39 | 2024-11-26T07:15:41.942Z | info: installing component 'rust-std' |
40 | 2024-11-26T07:15:43.736Z | info: installing component 'rustc' |
41 | 2024-11-26T07:15:49.662Z | info: installing component 'rustfmt' |
42 | 2024-11-26T07:15:49.976Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T07:15:49.976Z | |
44 | 2024-11-26T07:15:50.352Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T07:15:50.352Z | |
46 | 2024-11-26T07:15:50.355Z | |
47 | 2024-11-26T07:15:50.355Z | Rust is installed now. Great! |
48 | 2024-11-26T07:15:50.355Z | |
49 | 2024-11-26T07:15:50.355Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T07:15:50.355Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T07:15:50.355Z | |
52 | 2024-11-26T07:15:50.355Z | To configure your current shell, you need to source |
53 | 2024-11-26T07:15:50.355Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T07:15:50.355Z | |
55 | 2024-11-26T07:15:50.355Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T07:15:50.355Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T07:15:50.355Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T07:15:50.426Z | + rustc --version |
59 | 2024-11-26T07:15:50.493Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T07:15:50.496Z | process exited: duration 27012 ms, exit code 0 |
|
61 | 2024-11-26T07:15:50.502Z | starting task 2: "authentication" |
62 | 2024-11-26T07:15:50.523Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-26T07:15:50.528Z | starting task 3: "clone repository" |
64 | 2024-11-26T07:15:50.532Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T07:15:50.535Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T07:15:50.569Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T07:15:51.483Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T07:15:51.483Z | + git fetch origin cce693f4ac3318c6bc9c500093cf0cc74737af62 |
69 | 2024-11-26T07:15:51.731Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T07:15:51.731Z | * branch cce693f4ac3318c6bc9c500093cf0cc74737af62 -> FETCH_HEAD |
71 | 2024-11-26T07:15:51.739Z | + [[ -n renovate/dropshot-0.x ]] |
72 | 2024-11-26T07:15:51.742Z | ++ git branch --show-current |
73 | 2024-11-26T07:15:51.744Z | + current=main |
74 | 2024-11-26T07:15:51.744Z | + [[ main != renovate/dropshot-0.x ]] |
75 | 2024-11-26T07:15:51.744Z | + git branch -f renovate/dropshot-0.x cce693f4ac3318c6bc9c500093cf0cc74737af62 |
76 | 2024-11-26T07:15:51.747Z | + git checkout -f renovate/dropshot-0.x |
77 | 2024-11-26T07:15:51.762Z | Switched to branch 'renovate/dropshot-0.x' |
78 | 2024-11-26T07:15:51.765Z | + git reset --hard cce693f4ac3318c6bc9c500093cf0cc74737af62 |
79 | 2024-11-26T07:15:51.777Z | HEAD is now at cce693f Update Rust crate dropshot to 0.13.0 |
80 | 2024-11-26T07:15:51.779Z | process exited: duration 1249 ms, exit code 0 |
|
81 | 2024-11-26T07:15:51.784Z | starting task 4: "build" |
82 | 2024-11-26T07:15:51.789Z | + set -e |
83 | 2024-11-26T07:15:51.789Z | + cargo --version |
84 | 2024-11-26T07:15:51.794Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-11-26T07:15:51.958Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-11-26T07:15:51.958Z | info: downloading component 'cargo' |
87 | 2024-11-26T07:15:52.840Z | info: downloading component 'clippy' |
88 | 2024-11-26T07:15:53.165Z | info: downloading component 'rust-docs' |
89 | 2024-11-26T07:15:54.379Z | info: downloading component 'rust-std' |
90 | 2024-11-26T07:15:56.266Z | info: downloading component 'rustc' |
91 | 2024-11-26T07:16:03.132Z | info: downloading component 'rustfmt' |
92 | 2024-11-26T07:16:03.349Z | info: installing component 'cargo' |
93 | 2024-11-26T07:16:04.143Z | info: installing component 'clippy' |
94 | 2024-11-26T07:16:04.498Z | info: installing component 'rust-docs' |
95 | 2024-11-26T07:16:06.069Z | info: installing component 'rust-std' |
96 | 2024-11-26T07:16:07.767Z | info: installing component 'rustc' |
97 | 2024-11-26T07:16:13.367Z | info: installing component 'rustfmt' |
98 | 2024-11-26T07:16:13.765Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-11-26T07:16:13.767Z | + rustc --version |
100 | 2024-11-26T07:16:13.834Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-11-26T07:16:13.839Z | + cargo install cargo-nextest |
102 | 2024-11-26T07:16:13.924Z | Updating crates.io index |
103 | 2024-11-26T07:16:14.027Z | Downloading crates ... |
104 | 2024-11-26T07:16:14.085Z | Downloaded cargo-nextest v0.9.84 |
105 | 2024-11-26T07:16:14.123Z | Installing cargo-nextest v0.9.84 |
106 | 2024-11-26T07:16:14.201Z | Updating crates.io index |
107 | 2024-11-26T07:16:15.376Z | Locking 359 packages to latest compatible versions |
108 | 2024-11-26T07:16:15.379Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
109 | 2024-11-26T07:16:15.379Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
110 | 2024-11-26T07:16:15.379Z | Adding base64 v0.21.7 (latest: v0.22.1) |
111 | 2024-11-26T07:16:15.392Z | Adding cargo_metadata v0.18.1 (latest: v0.19.0) |
112 | 2024-11-26T07:16:15.396Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
113 | 2024-11-26T07:16:15.399Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
114 | 2024-11-26T07:16:15.399Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
115 | 2024-11-26T07:16:15.399Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
116 | 2024-11-26T07:16:15.399Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
117 | 2024-11-26T07:16:15.399Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
118 | 2024-11-26T07:16:15.399Z | Adding gimli v0.28.1 (latest: v0.31.1) |
119 | 2024-11-26T07:16:15.399Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
120 | 2024-11-26T07:16:15.402Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
121 | 2024-11-26T07:16:15.402Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
122 | 2024-11-26T07:16:15.402Z | Adding mukti-metadata v0.2.1 (latest: v0.3.0) |
123 | 2024-11-26T07:16:15.402Z | Adding nextest-runner v0.67.0 (latest: v0.68.0) |
124 | 2024-11-26T07:16:15.404Z | Adding object v0.32.2 (latest: v0.36.5) |
125 | 2024-11-26T07:16:15.404Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
126 | 2024-11-26T07:16:15.404Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
127 | 2024-11-26T07:16:15.412Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
128 | 2024-11-26T07:16:15.416Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
129 | 2024-11-26T07:16:15.418Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
130 | 2024-11-26T07:16:15.418Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
131 | 2024-11-26T07:16:15.418Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
132 | 2024-11-26T07:16:15.423Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
133 | 2024-11-26T07:16:15.423Z | Adding vte v0.11.1 (latest: v0.13.0) |
134 | 2024-11-26T07:16:15.423Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
135 | 2024-11-26T07:16:15.423Z | Adding windows v0.52.0 (latest: v0.58.0) |
136 | 2024-11-26T07:16:15.423Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
137 | 2024-11-26T07:16:15.423Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
138 | 2024-11-26T07:16:15.423Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
139 | 2024-11-26T07:16:15.423Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
140 | 2024-11-26T07:16:15.423Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
141 | 2024-11-26T07:16:15.423Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
142 | 2024-11-26T07:16:15.423Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
143 | 2024-11-26T07:16:15.423Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
144 | 2024-11-26T07:16:15.423Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
145 | 2024-11-26T07:16:15.423Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
146 | 2024-11-26T07:16:15.423Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
147 | 2024-11-26T07:16:15.423Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
148 | 2024-11-26T07:16:15.423Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-11-26T07:16:15.423Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
150 | 2024-11-26T07:16:15.423Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
151 | 2024-11-26T07:16:15.423Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
152 | 2024-11-26T07:16:15.423Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
153 | 2024-11-26T07:16:15.423Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
154 | 2024-11-26T07:16:15.423Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
155 | 2024-11-26T07:16:15.423Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
156 | 2024-11-26T07:16:15.423Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
157 | 2024-11-26T07:16:15.423Z | Adding writeable v0.5.5 (latest: v0.6.0) |
158 | 2024-11-26T07:16:15.426Z | Adding zerocopy v0.7.35 (latest: v0.8.11) |
159 | 2024-11-26T07:16:15.426Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.11) |
160 | 2024-11-26T07:16:15.426Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
161 | 2024-11-26T07:16:15.426Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
162 | 2024-11-26T07:16:15.426Z | Downloading crates ... |
163 | 2024-11-26T07:16:15.486Z | Downloaded globset v0.4.15 |
164 | 2024-11-26T07:16:15.519Z | Downloaded static_assertions v1.1.0 |
165 | 2024-11-26T07:16:15.526Z | Downloaded urlencoding v2.1.3 |
166 | 2024-11-26T07:16:15.537Z | Downloaded addr2line v0.21.0 |
167 | 2024-11-26T07:16:15.540Z | Downloaded zerofrom v0.1.5 |
168 | 2024-11-26T07:16:15.546Z | Downloaded anstyle v1.0.10 |
169 | 2024-11-26T07:16:15.549Z | Downloaded async-scoped v0.9.0 |
170 | 2024-11-26T07:16:15.551Z | Downloaded zeroize v1.8.1 |
171 | 2024-11-26T07:16:15.555Z | Downloaded ahash v0.8.11 |
172 | 2024-11-26T07:16:15.557Z | Downloaded utf8_iter v1.0.4 |
173 | 2024-11-26T07:16:15.557Z | Downloaded atomicwrites v0.4.4 |
174 | 2024-11-26T07:16:15.559Z | Downloaded tracing-error v0.2.0 |
175 | 2024-11-26T07:16:15.559Z | Downloaded terminal_size v0.4.0 |
176 | 2024-11-26T07:16:15.562Z | Downloaded anstyle-parse v0.2.6 |
177 | 2024-11-26T07:16:15.564Z | Downloaded backtrace-ext v0.2.1 |
178 | 2024-11-26T07:16:15.564Z | Downloaded backtrace v0.3.71 |
179 | 2024-11-26T07:16:15.569Z | Downloaded vcpkg v0.2.15 |
180 | 2024-11-26T07:16:15.605Z | Downloaded icu_properties_data v1.5.0 |
181 | 2024-11-26T07:16:15.616Z | Downloaded spin v0.9.8 |
182 | 2024-11-26T07:16:15.619Z | Downloaded cfg_aliases v0.2.1 |
183 | 2024-11-26T07:16:15.622Z | Downloaded cargo-platform v0.1.8 |
184 | 2024-11-26T07:16:15.624Z | Downloaded camino-tempfile v1.1.1 |
185 | 2024-11-26T07:16:15.624Z | Downloaded byteorder v1.5.0 |
186 | 2024-11-26T07:16:15.627Z | Downloaded base64 v0.22.1 |
187 | 2024-11-26T07:16:15.630Z | Downloaded syn v2.0.89 |
188 | 2024-11-26T07:16:15.642Z | Downloaded spki v0.7.3 |
189 | 2024-11-26T07:16:15.644Z | Downloaded slab v0.4.9 |
190 | 2024-11-26T07:16:15.648Z | Downloaded block-buffer v0.10.4 |
191 | 2024-11-26T07:16:15.648Z | Downloaded once_cell v1.20.2 |
192 | 2024-11-26T07:16:15.651Z | Downloaded tempfile v3.14.0 |
193 | 2024-11-26T07:16:15.653Z | Downloaded supports-color v3.0.1 |
194 | 2024-11-26T07:16:15.656Z | Downloaded http-body v1.0.1 |
195 | 2024-11-26T07:16:15.656Z | Downloaded home v0.5.9 |
196 | 2024-11-26T07:16:15.659Z | Downloaded heck v0.5.0 |
197 | 2024-11-26T07:16:15.659Z | Downloaded guppy-workspace-hack v0.1.0 |
198 | 2024-11-26T07:16:15.659Z | Downloaded target-spec-miette v0.4.0 |
199 | 2024-11-26T07:16:15.669Z | Downloaded tar v0.4.43 |
200 | 2024-11-26T07:16:15.669Z | Downloaded ed25519 v2.2.3 |
201 | 2024-11-26T07:16:15.669Z | Downloaded foreign-types-shared v0.1.1 |
202 | 2024-11-26T07:16:15.669Z | Downloaded foreign-types v0.3.2 |
203 | 2024-11-26T07:16:15.669Z | Downloaded curve25519-dalek-derive v0.1.1 |
204 | 2024-11-26T07:16:15.669Z | Downloaded humantime-serde v1.1.1 |
205 | 2024-11-26T07:16:15.672Z | Downloaded tower-service v0.3.3 |
206 | 2024-11-26T07:16:15.672Z | Downloaded tinyvec_macros v0.1.1 |
207 | 2024-11-26T07:16:15.672Z | Downloaded enable-ansi-support v0.2.1 |
208 | 2024-11-26T07:16:15.675Z | Downloaded colorchoice v1.0.3 |
209 | 2024-11-26T07:16:15.675Z | Downloaded form_urlencoded v1.2.1 |
210 | 2024-11-26T07:16:15.678Z | Downloaded mukti-metadata v0.2.1 |
211 | 2024-11-26T07:16:15.678Z | Downloaded errno v0.3.9 |
212 | 2024-11-26T07:16:15.678Z | Downloaded display-error-chain v0.2.2 |
213 | 2024-11-26T07:16:15.683Z | Downloaded try-lock v0.2.5 |
214 | 2024-11-26T07:16:15.683Z | Downloaded supports-unicode v3.0.0 |
215 | 2024-11-26T07:16:15.686Z | Downloaded want v0.3.1 |
216 | 2024-11-26T07:16:15.686Z | Downloaded futures-macro v0.3.31 |
217 | 2024-11-26T07:16:15.686Z | Downloaded futures-executor v0.3.31 |
218 | 2024-11-26T07:16:15.686Z | Downloaded future-queue v0.3.0 |
219 | 2024-11-26T07:16:15.689Z | Downloaded displaydoc v0.2.5 |
220 | 2024-11-26T07:16:15.692Z | Downloaded icu_provider_macros v1.5.0 |
221 | 2024-11-26T07:16:15.694Z | Downloaded yoke-derive v0.7.5 |
222 | 2024-11-26T07:16:15.694Z | Downloaded vte_generate_state_changes v0.1.2 |
223 | 2024-11-26T07:16:15.697Z | Downloaded generic-array v0.14.7 |
224 | 2024-11-26T07:16:15.697Z | Downloaded futures-sink v0.3.31 |
225 | 2024-11-26T07:16:15.700Z | Downloaded indenter v0.3.3 |
226 | 2024-11-26T07:16:15.700Z | Downloaded futures-task v0.3.31 |
227 | 2024-11-26T07:16:15.704Z | Downloaded tokio-macros v2.4.0 |
228 | 2024-11-26T07:16:15.704Z | Downloaded fastrand v2.2.0 |
229 | 2024-11-26T07:16:15.707Z | Downloaded hyper-tls v0.6.0 |
230 | 2024-11-26T07:16:15.707Z | Downloaded nextest-workspace-hack v0.1.0 |
231 | 2024-11-26T07:16:15.707Z | Downloaded nested v0.1.1 |
232 | 2024-11-26T07:16:15.707Z | Downloaded fnv v1.0.7 |
233 | 2024-11-26T07:16:15.709Z | Downloaded borsh v1.5.3 |
234 | 2024-11-26T07:16:15.714Z | Downloaded idna_adapter v1.2.0 |
235 | 2024-11-26T07:16:15.716Z | Downloaded zipsign-api v0.1.2 |
236 | 2024-11-26T07:16:15.720Z | Downloaded zerofrom-derive v0.1.5 |
237 | 2024-11-26T07:16:15.720Z | Downloaded shared_child v1.0.1 |
238 | 2024-11-26T07:16:15.720Z | Downloaded http-body-util v0.1.2 |
239 | 2024-11-26T07:16:15.723Z | Downloaded number_prefix v0.4.0 |
240 | 2024-11-26T07:16:15.723Z | Downloaded thiserror-impl v1.0.69 |
241 | 2024-11-26T07:16:15.725Z | Downloaded target-spec v3.2.2 |
242 | 2024-11-26T07:16:15.728Z | Downloaded terminal_size v0.3.0 |
243 | 2024-11-26T07:16:15.728Z | Downloaded thread_local v1.1.8 |
244 | 2024-11-26T07:16:15.730Z | Downloaded humantime v2.1.0 |
245 | 2024-11-26T07:16:15.730Z | Downloaded getrandom v0.2.15 |
246 | 2024-11-26T07:16:15.733Z | Downloaded tinystr v0.7.6 |
247 | 2024-11-26T07:16:15.736Z | Downloaded thiserror v1.0.69 |
248 | 2024-11-26T07:16:15.741Z | Downloaded openssl-macros v0.1.1 |
249 | 2024-11-26T07:16:15.745Z | Downloaded tokio-native-tls v0.3.1 |
250 | 2024-11-26T07:16:15.748Z | Downloaded serde_urlencoded v0.7.1 |
251 | 2024-11-26T07:16:15.748Z | Downloaded futures-channel v0.3.31 |
252 | 2024-11-26T07:16:15.748Z | Downloaded config v0.14.1 |
253 | 2024-11-26T07:16:15.752Z | Downloaded xxhash-rust v0.8.12 |
254 | 2024-11-26T07:16:15.755Z | Downloaded cc v1.2.1 |
255 | 2024-11-26T07:16:15.758Z | Downloaded serde_path_to_error v0.1.16 |
256 | 2024-11-26T07:16:15.761Z | Downloaded nextest-metadata v0.12.1 |
257 | 2024-11-26T07:16:15.764Z | Downloaded newtype-uuid v1.1.3 |
258 | 2024-11-26T07:16:15.764Z | Downloaded zstd-safe v7.2.1 |
259 | 2024-11-26T07:16:15.766Z | Downloaded zerovec-derive v0.10.3 |
260 | 2024-11-26T07:16:15.769Z | Downloaded httparse v1.9.5 |
261 | 2024-11-26T07:16:15.771Z | Downloaded xattr v1.3.1 |
262 | 2024-11-26T07:16:15.771Z | Downloaded clap v4.5.21 |
263 | 2024-11-26T07:16:15.782Z | Downloaded rustc-hash v2.0.0 |
264 | 2024-11-26T07:16:15.786Z | Downloaded quote v1.0.37 |
265 | 2024-11-26T07:16:15.786Z | Downloaded rustc-demangle v0.1.24 |
266 | 2024-11-26T07:16:15.788Z | Downloaded openssl-probe v0.1.5 |
267 | 2024-11-26T07:16:15.788Z | Downloaded futures v0.3.31 |
268 | 2024-11-26T07:16:15.791Z | Downloaded is_ci v1.2.0 |
269 | 2024-11-26T07:16:15.794Z | Downloaded serde_ignored v0.1.10 |
270 | 2024-11-26T07:16:15.794Z | Downloaded hyper-util v0.1.10 |
271 | 2024-11-26T07:16:15.798Z | Downloaded is_terminal_polyfill v1.70.1 |
272 | 2024-11-26T07:16:15.800Z | Downloaded console v0.15.8 |
273 | 2024-11-26T07:16:15.802Z | Downloaded pin-project-lite v0.2.15 |
274 | 2024-11-26T07:16:15.806Z | Downloaded os_pipe v1.2.1 |
275 | 2024-11-26T07:16:15.809Z | Downloaded percent-encoding v2.3.1 |
276 | 2024-11-26T07:16:15.809Z | Downloaded toml_datetime v0.6.8 |
277 | 2024-11-26T07:16:15.812Z | Downloaded thiserror-impl v2.0.3 |
278 | 2024-11-26T07:16:15.812Z | Downloaded thiserror v2.0.3 |
279 | 2024-11-26T07:16:15.818Z | Downloaded unicode-linebreak v0.1.5 |
280 | 2024-11-26T07:16:15.821Z | Downloaded tracing-log v0.2.0 |
281 | 2024-11-26T07:16:15.821Z | Downloaded rustls-pemfile v2.2.0 |
282 | 2024-11-26T07:16:15.823Z | Downloaded proc-macro2 v1.0.92 |
283 | 2024-11-26T07:16:15.826Z | Downloaded zerocopy-derive v0.7.35 |
284 | 2024-11-26T07:16:15.830Z | Downloaded icu_locid_transform v1.5.0 |
285 | 2024-11-26T07:16:15.832Z | Downloaded pathdiff v0.2.3 |
286 | 2024-11-26T07:16:15.835Z | Downloaded utf8parse v0.2.2 |
287 | 2024-11-26T07:16:15.835Z | Downloaded rand_chacha v0.3.1 |
288 | 2024-11-26T07:16:15.837Z | Downloaded shell-words v1.1.0 |
289 | 2024-11-26T07:16:15.840Z | Downloaded native-tls v0.2.12 |
290 | 2024-11-26T07:16:15.840Z | Downloaded rustc_version v0.4.1 |
291 | 2024-11-26T07:16:15.842Z | Downloaded zstd v0.13.2 |
292 | 2024-11-26T07:16:15.845Z | Downloaded pkg-config v0.3.31 |
293 | 2024-11-26T07:16:15.847Z | Downloaded itoa v1.0.14 |
294 | 2024-11-26T07:16:15.847Z | Downloaded const-oid v0.9.6 |
295 | 2024-11-26T07:16:15.850Z | Downloaded tracing-attributes v0.1.27 |
296 | 2024-11-26T07:16:15.852Z | Downloaded rand_core v0.6.4 |
297 | 2024-11-26T07:16:15.855Z | Downloaded quinn-udp v0.5.7 |
298 | 2024-11-26T07:16:15.855Z | Downloaded owo-colors v3.5.0 |
299 | 2024-11-26T07:16:15.859Z | Downloaded icu_locid_transform_data v1.5.0 |
300 | 2024-11-26T07:16:15.862Z | Downloaded signal-hook-registry v1.4.2 |
301 | 2024-11-26T07:16:15.862Z | Downloaded signature v2.2.0 |
302 | 2024-11-26T07:16:15.862Z | Downloaded writeable v0.5.5 |
303 | 2024-11-26T07:16:15.865Z | Downloaded pin-project-internal v1.1.7 |
304 | 2024-11-26T07:16:15.865Z | Downloaded tokio-rustls v0.26.0 |
305 | 2024-11-26T07:16:15.868Z | Downloaded eyre v0.6.12 |
306 | 2024-11-26T07:16:15.871Z | Downloaded mime v0.3.17 |
307 | 2024-11-26T07:16:15.873Z | Downloaded ppv-lite86 v0.2.20 |
308 | 2024-11-26T07:16:15.873Z | Downloaded ron v0.8.1 |
309 | 2024-11-26T07:16:15.877Z | Downloaded quick-junit v0.5.1 |
310 | 2024-11-26T07:16:15.880Z | Downloaded lazy_static v1.5.0 |
311 | 2024-11-26T07:16:15.883Z | Downloaded serde_derive v1.0.215 |
312 | 2024-11-26T07:16:15.886Z | Downloaded toml v0.8.19 |
313 | 2024-11-26T07:16:15.889Z | Downloaded unicode-ident v1.0.14 |
314 | 2024-11-26T07:16:15.891Z | Downloaded vte v0.11.1 |
315 | 2024-11-26T07:16:15.894Z | Downloaded typenum v1.17.0 |
316 | 2024-11-26T07:16:15.898Z | Downloaded jobserver v0.1.32 |
317 | 2024-11-26T07:16:15.900Z | Downloaded tinyvec v1.8.0 |
318 | 2024-11-26T07:16:15.900Z | Downloaded icu_collections v1.5.0 |
319 | 2024-11-26T07:16:15.907Z | Downloaded log v0.4.22 |
320 | 2024-11-26T07:16:15.910Z | Downloaded yoke v0.7.5 |
321 | 2024-11-26T07:16:15.913Z | Downloaded ed25519-dalek v2.1.1 |
322 | 2024-11-26T07:16:15.915Z | Downloaded shlex v1.3.0 |
323 | 2024-11-26T07:16:15.915Z | Downloaded icu_provider v1.5.0 |
324 | 2024-11-26T07:16:15.918Z | Downloaded icu_properties v1.5.1 |
325 | 2024-11-26T07:16:15.921Z | Downloaded pin-project v1.1.7 |
326 | 2024-11-26T07:16:15.932Z | Downloaded owo-colors v4.1.0 |
327 | 2024-11-26T07:16:15.934Z | Downloaded sharded-slab v0.1.7 |
328 | 2024-11-26T07:16:15.943Z | Downloaded uuid v1.11.0 |
329 | 2024-11-26T07:16:15.944Z | Downloaded tracing-core v0.1.33 |
330 | 2024-11-26T07:16:15.946Z | Downloaded pkcs8 v0.10.2 |
331 | 2024-11-26T07:16:15.946Z | Downloaded rand v0.8.5 |
332 | 2024-11-26T07:16:15.949Z | Downloaded ipnet v2.10.1 |
333 | 2024-11-26T07:16:15.952Z | Downloaded ryu v1.0.18 |
334 | 2024-11-26T07:16:15.956Z | Downloaded num-traits v0.2.19 |
335 | 2024-11-26T07:16:15.958Z | Downloaded semver v1.0.23 |
336 | 2024-11-26T07:16:15.961Z | Downloaded icu_normalizer_data v1.5.0 |
337 | 2024-11-26T07:16:15.963Z | Downloaded icu_normalizer v1.5.0 |
338 | 2024-11-26T07:16:15.966Z | Downloaded self_update v0.41.0 |
339 | 2024-11-26T07:16:15.968Z | Downloaded textwrap v0.16.1 |
340 | 2024-11-26T07:16:15.971Z | Downloaded flate2 v1.0.35 |
341 | 2024-11-26T07:16:15.976Z | Downloaded der v0.7.9 |
342 | 2024-11-26T07:16:15.980Z | Downloaded sha2 v0.10.8 |
343 | 2024-11-26T07:16:15.983Z | Downloaded miette v7.2.0 |
344 | 2024-11-26T07:16:15.988Z | Downloaded indexmap v2.6.0 |
345 | 2024-11-26T07:16:15.992Z | Downloaded quinn v0.11.6 |
346 | 2024-11-26T07:16:15.996Z | Downloaded openssl-sys v0.9.104 |
347 | 2024-11-26T07:16:16.001Z | Downloaded memchr v2.7.4 |
348 | 2024-11-26T07:16:16.006Z | Downloaded nom v7.1.3 |
349 | 2024-11-26T07:16:16.012Z | Downloaded guppy v0.17.8 |
350 | 2024-11-26T07:16:16.019Z | Downloaded miniz_oxide v0.7.4 |
351 | 2024-11-26T07:16:16.022Z | Downloaded serde_json v1.0.133 |
352 | 2024-11-26T07:16:16.030Z | Downloaded serde v1.0.215 |
353 | 2024-11-26T07:16:16.033Z | Downloaded toml_edit v0.22.22 |
354 | 2024-11-26T07:16:16.056Z | Downloaded color-spantrace v0.2.1 |
355 | 2024-11-26T07:16:16.059Z | Downloaded clap_builder v4.5.21 |
356 | 2024-11-26T07:16:16.065Z | Downloaded futures-util v0.3.31 |
357 | 2024-11-26T07:16:16.078Z | Downloaded zerovec v0.10.4 |
358 | 2024-11-26T07:16:16.083Z | Downloaded hyper v1.5.1 |
359 | 2024-11-26T07:16:16.090Z | Downloaded idna v1.0.3 |
360 | 2024-11-26T07:16:16.094Z | Downloaded hashbrown v0.15.2 |
361 | 2024-11-26T07:16:16.101Z | Downloaded unicode-normalization v0.1.24 |
362 | 2024-11-26T07:16:16.103Z | Downloaded quick-xml v0.23.1 |
363 | 2024-11-26T07:16:16.110Z | Downloaded zerocopy v0.7.35 |
364 | 2024-11-26T07:16:16.125Z | Downloaded reqwest v0.12.9 |
365 | 2024-11-26T07:16:16.133Z | Downloaded quinn-proto v0.11.9 |
366 | 2024-11-26T07:16:16.140Z | Downloaded winnow v0.6.20 |
367 | 2024-11-26T07:16:16.150Z | Downloaded itertools v0.13.0 |
368 | 2024-11-26T07:16:16.155Z | Downloaded portable-atomic v1.10.0 |
369 | 2024-11-26T07:16:16.163Z | Downloaded gimli v0.28.1 |
370 | 2024-11-26T07:16:16.171Z | Downloaded tracing-subscriber v0.3.18 |
371 | 2024-11-26T07:16:16.179Z | Downloaded rustls-webpki v0.102.8 |
372 | 2024-11-26T07:16:16.195Z | Downloaded curve25519-dalek v4.1.3 |
373 | 2024-11-26T07:16:16.203Z | Downloaded nix v0.29.0 |
374 | 2024-11-26T07:16:16.214Z | Downloaded nextest-runner v0.67.0 |
375 | 2024-11-26T07:16:16.222Z | Downloaded rustls v0.23.18 |
376 | 2024-11-26T07:16:16.233Z | Downloaded openssl v0.10.68 |
377 | 2024-11-26T07:16:16.243Z | Downloaded webpki-roots v0.26.7 |
378 | 2024-11-26T07:16:16.246Z | Downloaded unicode-width v0.2.0 |
379 | 2024-11-26T07:16:16.251Z | Downloaded unicode-width v0.1.14 |
380 | 2024-11-26T07:16:16.257Z | Downloaded object v0.32.2 |
381 | 2024-11-26T07:16:16.268Z | Downloaded bstr v1.11.0 |
382 | 2024-11-26T07:16:16.277Z | Downloaded regex v1.11.1 |
383 | 2024-11-26T07:16:16.290Z | Downloaded regex-syntax v0.8.5 |
384 | 2024-11-26T07:16:16.299Z | Downloaded rustix v0.38.41 |
385 | 2024-11-26T07:16:16.320Z | Downloaded quick-xml v0.37.1 |
386 | 2024-11-26T07:16:16.326Z | Downloaded chrono v0.4.38 |
387 | 2024-11-26T07:16:16.332Z | Downloaded minimal-lexical v0.2.1 |
388 | 2024-11-26T07:16:16.337Z | Downloaded rustls-pki-types v1.10.0 |
389 | 2024-11-26T07:16:16.340Z | Downloaded mio v1.0.2 |
390 | 2024-11-26T07:16:16.345Z | Downloaded color-eyre v0.6.3 |
391 | 2024-11-26T07:16:16.352Z | Downloaded indicatif v0.17.9 |
392 | 2024-11-26T07:16:16.356Z | Downloaded url v2.5.4 |
393 | 2024-11-26T07:16:16.359Z | Downloaded regex-automata v0.4.9 |
394 | 2024-11-26T07:16:16.375Z | Downloaded http v1.1.0 |
395 | 2024-11-26T07:16:16.379Z | Downloaded tracing v0.1.40 |
396 | 2024-11-26T07:16:16.383Z | Downloaded petgraph v0.6.5 |
397 | 2024-11-26T07:16:16.399Z | Downloaded miniz_oxide v0.8.0 |
398 | 2024-11-26T07:16:16.402Z | Downloaded pin-utils v0.1.0 |
399 | 2024-11-26T07:16:16.404Z | Downloaded self-replace v1.5.0 |
400 | 2024-11-26T07:16:16.404Z | Downloaded bitflags v2.6.0 |
401 | 2024-11-26T07:16:16.407Z | Downloaded nextest-filtering v0.12.0 |
402 | 2024-11-26T07:16:16.410Z | Downloaded miette-derive v7.2.0 |
403 | 2024-11-26T07:16:16.412Z | Downloaded litemap v0.7.4 |
404 | 2024-11-26T07:16:16.415Z | Downloaded libc v0.2.165 |
405 | 2024-11-26T07:16:16.437Z | Downloaded write16 v1.0.0 |
406 | 2024-11-26T07:16:16.440Z | Downloaded unicase v2.8.0 |
407 | 2024-11-26T07:16:16.440Z | Downloaded strsim v0.11.1 |
408 | 2024-11-26T07:16:16.443Z | Downloaded strip-ansi-escapes v0.2.0 |
409 | 2024-11-26T07:16:16.443Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
410 | 2024-11-26T07:16:16.459Z | Downloaded serde_spanned v0.6.8 |
411 | 2024-11-26T07:16:16.462Z | Downloaded tokio v1.41.1 |
412 | 2024-11-26T07:16:16.496Z | Downloaded version_check v0.9.5 |
413 | 2024-11-26T07:16:16.498Z | Downloaded utf16_iter v1.0.5 |
414 | 2024-11-26T07:16:16.498Z | Downloaded untrusted v0.9.0 |
415 | 2024-11-26T07:16:16.501Z | Downloaded iana-time-zone v0.1.61 |
416 | 2024-11-26T07:16:16.503Z | Downloaded futures-core v0.3.31 |
417 | 2024-11-26T07:16:16.503Z | Downloaded camino v1.1.9 |
418 | 2024-11-26T07:16:16.505Z | Downloaded hyper-rustls v0.27.3 |
419 | 2024-11-26T07:16:16.509Z | Downloaded crc32fast v1.4.2 |
420 | 2024-11-26T07:16:16.509Z | Downloaded clap_lex v0.7.3 |
421 | 2024-11-26T07:16:16.511Z | Downloaded bytes v1.8.0 |
422 | 2024-11-26T07:16:16.513Z | Downloaded filetime v0.2.25 |
423 | 2024-11-26T07:16:16.513Z | Downloaded duct v0.13.7 |
424 | 2024-11-26T07:16:16.517Z | Downloaded crypto-common v0.1.6 |
425 | 2024-11-26T07:16:16.517Z | Downloaded clap_derive v4.5.18 |
426 | 2024-11-26T07:16:16.520Z | Downloaded cfg-expr v0.17.1 |
427 | 2024-11-26T07:16:16.521Z | Downloaded fixedbitset v0.4.2 |
428 | 2024-11-26T07:16:16.524Z | Downloaded dialoguer v0.11.0 |
429 | 2024-11-26T07:16:16.527Z | Downloaded futures-io v0.3.31 |
430 | 2024-11-26T07:16:16.527Z | Downloaded cargo_metadata v0.18.1 |
431 | 2024-11-26T07:16:16.527Z | Downloaded stable_deref_trait v1.2.0 |
432 | 2024-11-26T07:16:16.530Z | Downloaded supports-hyperlinks v3.0.0 |
433 | 2024-11-26T07:16:16.530Z | Downloaded target-lexicon v0.12.16 |
434 | 2024-11-26T07:16:16.533Z | Downloaded synstructure v0.13.1 |
435 | 2024-11-26T07:16:16.533Z | Downloaded sync_wrapper v1.0.2 |
436 | 2024-11-26T07:16:16.533Z | Downloaded swrite v0.1.0 |
437 | 2024-11-26T07:16:16.533Z | Downloaded subtle v2.6.1 |
438 | 2024-11-26T07:16:16.535Z | Downloaded icu_locid v1.5.0 |
439 | 2024-11-26T07:16:16.538Z | Downloaded digest v0.10.7 |
440 | 2024-11-26T07:16:16.541Z | Downloaded debug-ignore v1.0.5 |
441 | 2024-11-26T07:16:16.543Z | Downloaded cpufeatures v0.2.16 |
442 | 2024-11-26T07:16:16.543Z | Downloaded cfg-if v1.0.0 |
443 | 2024-11-26T07:16:16.543Z | Downloaded socket2 v0.5.7 |
444 | 2024-11-26T07:16:16.546Z | Downloaded smawk v0.3.2 |
445 | 2024-11-26T07:16:16.548Z | Downloaded smallvec v1.13.2 |
446 | 2024-11-26T07:16:16.550Z | Downloaded smol_str v0.3.2 |
447 | 2024-11-26T07:16:16.550Z | Downloaded equivalent v1.0.1 |
448 | 2024-11-26T07:16:16.553Z | Downloaded base64 v0.21.7 |
449 | 2024-11-26T07:16:16.555Z | Downloaded autocfg v1.4.0 |
450 | 2024-11-26T07:16:16.558Z | Downloaded either v1.13.0 |
451 | 2024-11-26T07:16:16.558Z | Downloaded base64ct v1.6.0 |
452 | 2024-11-26T07:16:16.560Z | Downloaded anstream v0.6.18 |
453 | 2024-11-26T07:16:16.563Z | Downloaded recursion v0.5.2 |
454 | 2024-11-26T07:16:16.570Z | Downloaded aho-corasick v1.1.3 |
455 | 2024-11-26T07:16:16.575Z | Downloaded adler2 v2.0.0 |
456 | 2024-11-26T07:16:16.578Z | Downloaded adler v1.0.2 |
457 | 2024-11-26T07:16:16.578Z | Downloaded anstyle-query v1.1.2 |
458 | 2024-11-26T07:16:16.733Z | Downloaded ring v0.17.8 |
459 | 2024-11-26T07:16:17.016Z | Compiling proc-macro2 v1.0.92 |
460 | 2024-11-26T07:16:17.016Z | Compiling unicode-ident v1.0.14 |
461 | 2024-11-26T07:16:17.016Z | Compiling libc v0.2.165 |
462 | 2024-11-26T07:16:17.019Z | Compiling cfg-if v1.0.0 |
463 | 2024-11-26T07:16:17.019Z | Compiling memchr v2.7.4 |
464 | 2024-11-26T07:16:17.019Z | Compiling serde v1.0.215 |
465 | 2024-11-26T07:16:17.038Z | Compiling shlex v1.3.0 |
466 | 2024-11-26T07:16:17.130Z | Compiling once_cell v1.20.2 |
467 | 2024-11-26T07:16:17.231Z | Compiling autocfg v1.4.0 |
468 | 2024-11-26T07:16:17.410Z | Compiling itoa v1.0.14 |
469 | 2024-11-26T07:16:17.626Z | Compiling bitflags v2.6.0 |
470 | 2024-11-26T07:16:17.642Z | Compiling pin-project-lite v0.2.15 |
471 | 2024-11-26T07:16:17.738Z | Compiling rustix v0.38.41 |
472 | 2024-11-26T07:16:17.785Z | Compiling smallvec v1.13.2 |
473 | 2024-11-26T07:16:18.043Z | Compiling stable_deref_trait v1.2.0 |
474 | 2024-11-26T07:16:18.148Z | Compiling slab v0.4.9 |
475 | 2024-11-26T07:16:18.172Z | Compiling futures-core v0.3.31 |
476 | 2024-11-26T07:16:18.247Z | Compiling futures-sink v0.3.31 |
477 | 2024-11-26T07:16:18.417Z | Compiling futures-channel v0.3.31 |
478 | 2024-11-26T07:16:18.432Z | Compiling ryu v1.0.18 |
479 | 2024-11-26T07:16:18.505Z | Compiling jobserver v0.1.32 |
480 | 2024-11-26T07:16:18.565Z | Compiling serde_json v1.0.133 |
481 | 2024-11-26T07:16:18.874Z | Compiling quote v1.0.37 |
482 | 2024-11-26T07:16:18.912Z | Compiling cc v1.2.1 |
483 | 2024-11-26T07:16:18.948Z | Compiling futures-task v0.3.31 |
484 | 2024-11-26T07:16:18.989Z | Compiling bytes v1.8.0 |
485 | 2024-11-26T07:16:19.238Z | Compiling errno v0.3.9 |
486 | 2024-11-26T07:16:19.240Z | Compiling getrandom v0.2.15 |
487 | 2024-11-26T07:16:19.450Z | Compiling syn v2.0.89 |
488 | 2024-11-26T07:16:19.525Z | Compiling pin-utils v0.1.0 |
489 | 2024-11-26T07:16:19.572Z | Compiling futures-io v0.3.31 |
490 | 2024-11-26T07:16:19.634Z | Compiling tracing-core v0.1.33 |
491 | 2024-11-26T07:16:19.672Z | Compiling litemap v0.7.4 |
492 | 2024-11-26T07:16:19.774Z | Compiling writeable v0.5.5 |
493 | 2024-11-26T07:16:19.966Z | Compiling camino v1.1.9 |
494 | 2024-11-26T07:16:20.137Z | Compiling fnv v1.0.7 |
495 | 2024-11-26T07:16:20.283Z | Compiling log v0.4.22 |
496 | 2024-11-26T07:16:20.575Z | Compiling lazy_static v1.5.0 |
497 | 2024-11-26T07:16:20.730Z | Compiling thiserror v1.0.69 |
498 | 2024-11-26T07:16:20.893Z | Compiling socket2 v0.5.7 |
499 | 2024-11-26T07:16:20.909Z | Compiling mio v1.0.2 |
500 | 2024-11-26T07:16:21.017Z | Compiling signal-hook-registry v1.4.2 |
501 | 2024-11-26T07:16:21.656Z | Compiling hashbrown v0.15.2 |
502 | 2024-11-26T07:16:22.222Z | Compiling target-lexicon v0.12.16 |
503 | 2024-11-26T07:16:22.555Z | Compiling icu_locid_transform_data v1.5.0 |
504 | 2024-11-26T07:16:22.557Z | Compiling unicode-width v0.1.14 |
505 | 2024-11-26T07:16:22.594Z | Compiling equivalent v1.0.1 |
506 | 2024-11-26T07:16:22.654Z | Compiling ring v0.17.8 |
507 | 2024-11-26T07:16:22.656Z | Compiling rustls-pki-types v1.10.0 |
508 | 2024-11-26T07:16:22.695Z | Compiling backtrace v0.3.71 |
509 | 2024-11-26T07:16:23.149Z | Compiling http v1.1.0 |
510 | 2024-11-26T07:16:23.188Z | Compiling icu_properties_data v1.5.0 |
511 | 2024-11-26T07:16:23.208Z | Compiling utf8parse v0.2.2 |
512 | 2024-11-26T07:16:23.226Z | Compiling byteorder v1.5.0 |
513 | 2024-11-26T07:16:23.363Z | Compiling httparse v1.9.5 |
514 | 2024-11-26T07:16:23.436Z | Compiling semver v1.0.23 |
515 | 2024-11-26T07:16:23.606Z | Compiling gimli v0.28.1 |
516 | 2024-11-26T07:16:23.914Z | Compiling guppy-workspace-hack v0.1.0 |
517 | 2024-11-26T07:16:24.027Z | Compiling untrusted v0.9.0 |
518 | 2024-11-26T07:16:24.218Z | Compiling adler v1.0.2 |
519 | 2024-11-26T07:16:24.233Z | Compiling spin v0.9.8 |
520 | 2024-11-26T07:16:24.347Z | Compiling miniz_oxide v0.7.4 |
521 | 2024-11-26T07:16:24.497Z | Compiling object v0.32.2 |
522 | 2024-11-26T07:16:24.531Z | Compiling zeroize v1.8.1 |
523 | 2024-11-26T07:16:24.861Z | Compiling http-body v1.0.1 |
524 | 2024-11-26T07:16:25.108Z | Compiling icu_normalizer_data v1.5.0 |
525 | 2024-11-26T07:16:25.209Z | Compiling write16 v1.0.0 |
526 | 2024-11-26T07:16:25.357Z | Compiling utf16_iter v1.0.5 |
527 | 2024-11-26T07:16:25.566Z | Compiling fastrand v2.2.0 |
528 | 2024-11-26T07:16:25.712Z | Compiling target-spec v3.2.2 |
529 | 2024-11-26T07:16:25.728Z | Compiling try-lock v0.2.5 |
530 | 2024-11-26T07:16:25.889Z | Compiling rustc-demangle v0.1.24 |
531 | 2024-11-26T07:16:26.214Z | Compiling utf8_iter v1.0.4 |
532 | 2024-11-26T07:16:26.231Z | Compiling pkg-config v0.3.31 |
533 | 2024-11-26T07:16:26.479Z | Compiling rustls v0.23.18 |
534 | 2024-11-26T07:16:26.814Z | Compiling tempfile v3.14.0 |
535 | 2024-11-26T07:16:27.443Z | Compiling synstructure v0.13.1 |
536 | 2024-11-26T07:16:27.724Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
537 | 2024-11-26T07:16:28.128Z | Compiling want v0.3.1 |
538 | 2024-11-26T07:16:28.425Z | Compiling addr2line v0.21.0 |
539 | 2024-11-26T07:16:28.478Z | Compiling cfg-expr v0.17.1 |
540 | 2024-11-26T07:16:28.891Z | Compiling aho-corasick v1.1.3 |
541 | 2024-11-26T07:16:29.236Z | Compiling percent-encoding v2.3.1 |
542 | 2024-11-26T07:16:29.688Z | Compiling subtle v2.6.1 |
543 | 2024-11-26T07:16:29.754Z | Compiling owo-colors v4.1.0 |
544 | 2024-11-26T07:16:29.975Z | Compiling version_check v0.9.5 |
545 | 2024-11-26T07:16:30.077Z | Compiling regex-syntax v0.8.5 |
546 | 2024-11-26T07:16:30.226Z | Compiling form_urlencoded v1.2.1 |
547 | 2024-11-26T07:16:30.612Z | Compiling ahash v0.8.11 |
548 | 2024-11-26T07:16:30.720Z | Compiling num-traits v0.2.19 |
549 | 2024-11-26T07:16:30.978Z | Compiling portable-atomic v1.10.0 |
550 | 2024-11-26T07:16:31.060Z | Compiling tower-service v0.3.3 |
551 | 2024-11-26T07:16:31.185Z | Compiling either v1.13.0 |
552 | 2024-11-26T07:16:31.613Z | Compiling unicode-linebreak v0.1.5 |
553 | 2024-11-26T07:16:31.847Z | Compiling unicode-width v0.2.0 |
554 | 2024-11-26T07:16:32.335Z | Compiling smawk v0.3.2 |
555 | 2024-11-26T07:16:32.562Z | Compiling is_ci v1.2.0 |
556 | 2024-11-26T07:16:32.579Z | Compiling serde_derive v1.0.215 |
557 | 2024-11-26T07:16:32.831Z | Compiling zerofrom-derive v0.1.5 |
558 | 2024-11-26T07:16:32.991Z | Compiling yoke-derive v0.7.5 |
559 | 2024-11-26T07:16:35.686Z | Compiling zerovec-derive v0.10.3 |
560 | 2024-11-26T07:16:36.305Z | Compiling zerofrom v0.1.5 |
561 | 2024-11-26T07:16:36.542Z | Compiling yoke v0.7.5 |
562 | 2024-11-26T07:16:36.558Z | Compiling displaydoc v0.2.5 |
563 | 2024-11-26T07:16:36.951Z | Compiling futures-macro v0.3.31 |
564 | 2024-11-26T07:16:38.160Z | Compiling icu_provider_macros v1.5.0 |
565 | 2024-11-26T07:16:38.229Z | Compiling zerovec v0.10.4 |
566 | 2024-11-26T07:16:38.754Z | Compiling futures-util v0.3.31 |
567 | 2024-11-26T07:16:39.291Z | Compiling tracing-attributes v0.1.27 |
568 | 2024-11-26T07:16:41.196Z | Compiling tinystr v0.7.6 |
569 | 2024-11-26T07:16:41.661Z | Compiling icu_locid v1.5.0 |
570 | 2024-11-26T07:16:42.677Z | Compiling thiserror-impl v1.0.69 |
571 | 2024-11-26T07:16:42.914Z | Compiling tokio-macros v2.4.0 |
572 | 2024-11-26T07:16:43.209Z | Compiling icu_provider v1.5.0 |
573 | 2024-11-26T07:16:44.475Z | Compiling tokio v1.41.1 |
574 | 2024-11-26T07:16:45.464Z | Compiling icu_locid_transform v1.5.0 |
575 | 2024-11-26T07:16:45.714Z | Compiling tracing v0.1.40 |
576 | 2024-11-26T07:16:45.755Z | Compiling icu_collections v1.5.0 |
577 | 2024-11-26T07:16:47.392Z | Compiling indexmap v2.6.0 |
578 | 2024-11-26T07:16:47.790Z | Compiling zerocopy-derive v0.7.35 |
579 | 2024-11-26T07:16:48.417Z | Compiling icu_properties v1.5.1 |
580 | 2024-11-26T07:16:49.903Z | Compiling zerocopy v0.7.35 |
581 | 2024-11-26T07:16:51.533Z | Compiling rustls-webpki v0.102.8 |
582 | 2024-11-26T07:16:51.574Z | Compiling regex-automata v0.4.9 |
583 | 2024-11-26T07:16:52.636Z | Compiling icu_normalizer v1.5.0 |
584 | 2024-11-26T07:16:54.748Z | Compiling idna_adapter v1.2.0 |
585 | 2024-11-26T07:16:54.959Z | Compiling hyper v1.5.1 |
586 | 2024-11-26T07:16:56.534Z | Compiling nextest-workspace-hack v0.1.0 |
587 | 2024-11-26T07:16:56.847Z | Compiling winnow v0.6.20 |
588 | 2024-11-26T07:16:57.850Z | Compiling hyper-util v0.1.10 |
589 | 2024-11-26T07:16:58.096Z | Compiling idna v1.0.3 |
590 | 2024-11-26T07:17:01.214Z | Compiling pathdiff v0.2.3 |
591 | 2024-11-26T07:17:01.398Z | Compiling cargo-platform v0.1.8 |
592 | 2024-11-26T07:17:02.606Z | Compiling toml_datetime v0.6.8 |
593 | 2024-11-26T07:17:03.169Z | Compiling tokio-rustls v0.26.0 |
594 | 2024-11-26T07:17:03.253Z | Compiling serde_spanned v0.6.8 |
595 | 2024-11-26T07:17:03.298Z | Compiling backtrace-ext v0.2.1 |
596 | 2024-11-26T07:17:03.488Z | Compiling supports-color v3.0.1 |
597 | 2024-11-26T07:17:03.661Z | Compiling miette-derive v7.2.0 |
598 | 2024-11-26T07:17:03.785Z | Compiling textwrap v0.16.1 |
599 | 2024-11-26T07:17:04.097Z | Compiling webpki-roots v0.26.7 |
600 | 2024-11-26T07:17:04.307Z | Compiling console v0.15.8 |
601 | 2024-11-26T07:17:06.502Z | Compiling terminal_size v0.3.0 |
602 | 2024-11-26T07:17:06.707Z | Compiling sharded-slab v0.1.7 |
603 | 2024-11-26T07:17:06.787Z | Compiling tracing-log v0.2.0 |
604 | 2024-11-26T07:17:07.417Z | Compiling vte_generate_state_changes v0.1.2 |
605 | 2024-11-26T07:17:07.440Z | Compiling thread_local v1.1.8 |
606 | 2024-11-26T07:17:07.490Z | Compiling fixedbitset v0.4.2 |
607 | 2024-11-26T07:17:08.036Z | Compiling supports-hyperlinks v3.0.0 |
608 | 2024-11-26T07:17:08.113Z | Compiling supports-unicode v3.0.0 |
609 | 2024-11-26T07:17:08.133Z | Compiling thiserror v2.0.3 |
610 | 2024-11-26T07:17:08.282Z | Compiling zstd-safe v7.2.1 |
611 | 2024-11-26T07:17:08.374Z | Compiling cfg_aliases v0.2.1 |
612 | 2024-11-26T07:17:08.389Z | Compiling newtype-uuid v1.1.3 |
613 | 2024-11-26T07:17:08.631Z | Compiling adler2 v2.0.0 |
614 | 2024-11-26T07:17:08.745Z | Compiling nix v0.29.0 |
615 | 2024-11-26T07:17:08.882Z | Compiling miniz_oxide v0.8.0 |
616 | 2024-11-26T07:17:09.077Z | Compiling miette v7.2.0 |
617 | 2024-11-26T07:17:09.092Z | Compiling vte v0.11.1 |
618 | 2024-11-26T07:17:09.606Z | Compiling tracing-subscriber v0.3.18 |
619 | 2024-11-26T07:17:10.496Z | Compiling petgraph v0.6.5 |
620 | 2024-11-26T07:17:12.074Z | Compiling hyper-rustls v0.27.3 |
621 | 2024-11-26T07:17:14.387Z | Compiling toml_edit v0.22.22 |
622 | 2024-11-26T07:17:15.713Z | Compiling cargo_metadata v0.18.1 |
623 | 2024-11-26T07:17:15.797Z | Compiling url v2.5.4 |
624 | 2024-11-26T07:17:17.507Z | Compiling regex v1.11.1 |
625 | 2024-11-26T07:17:19.343Z | Compiling ppv-lite86 v0.2.20 |
626 | 2024-11-26T07:17:20.243Z | Compiling smol_str v0.3.2 |
627 | 2024-11-26T07:17:20.850Z | Compiling serde_urlencoded v0.7.1 |
628 | 2024-11-26T07:17:21.124Z | Compiling http-body-util v0.1.2 |
629 | 2024-11-26T07:17:21.255Z | Compiling futures-executor v0.3.31 |
630 | 2024-11-26T07:17:21.436Z | Compiling thiserror-impl v2.0.3 |
631 | 2024-11-26T07:17:21.519Z | Compiling pin-project-internal v1.1.7 |
632 | 2024-11-26T07:17:21.671Z | Compiling itertools v0.13.0 |
633 | 2024-11-26T07:17:22.450Z | Compiling anstyle-parse v0.2.6 |
634 | 2024-11-26T07:17:22.843Z | Compiling rustls-pemfile v2.2.0 |
635 | 2024-11-26T07:17:23.314Z | Compiling xattr v1.3.1 |
636 | 2024-11-26T07:17:23.614Z | Compiling uuid v1.11.0 |
637 | 2024-11-26T07:17:24.333Z | Compiling rand_core v0.6.4 |
638 | 2024-11-26T07:17:24.576Z | Compiling filetime v0.2.25 |
639 | 2024-11-26T07:17:24.755Z | Compiling sync_wrapper v1.0.2 |
640 | 2024-11-26T07:17:24.797Z | Compiling bstr v1.11.0 |
641 | 2024-11-26T07:17:24.903Z | Compiling crc32fast v1.4.2 |
642 | 2024-11-26T07:17:24.920Z | Compiling debug-ignore v1.0.5 |
643 | 2024-11-26T07:17:25.073Z | Compiling nested v0.1.1 |
644 | 2024-11-26T07:17:25.375Z | Compiling iana-time-zone v0.1.61 |
645 | 2024-11-26T07:17:25.424Z | Compiling anstyle-query v1.1.2 |
646 | 2024-11-26T07:17:25.426Z | Compiling anstyle v1.0.10 |
647 | 2024-11-26T07:17:25.590Z | Compiling eyre v0.6.12 |
648 | 2024-11-26T07:17:25.946Z | Compiling colorchoice v1.0.3 |
649 | 2024-11-26T07:17:26.033Z | Compiling minimal-lexical v0.2.1 |
650 | 2024-11-26T07:17:26.091Z | Compiling is_terminal_polyfill v1.70.1 |
651 | 2024-11-26T07:17:26.111Z | Compiling indenter v0.3.3 |
652 | 2024-11-26T07:17:26.221Z | Compiling number_prefix v0.4.0 |
653 | 2024-11-26T07:17:26.287Z | Compiling ipnet v2.10.1 |
654 | 2024-11-26T07:17:26.317Z | Compiling self_update v0.41.0 |
655 | 2024-11-26T07:17:26.466Z | Compiling static_assertions v1.1.0 |
656 | 2024-11-26T07:17:26.571Z | Compiling tinyvec_macros v0.1.1 |
657 | 2024-11-26T07:17:26.655Z | Compiling base64 v0.22.1 |
658 | 2024-11-26T07:17:26.672Z | Compiling mime v0.3.17 |
659 | 2024-11-26T07:17:26.712Z | Compiling tinyvec v1.8.0 |
660 | 2024-11-26T07:17:27.630Z | Compiling reqwest v0.12.9 |
661 | 2024-11-26T07:17:27.735Z | Compiling guppy v0.17.8 |
662 | 2024-11-26T07:17:27.773Z | Compiling nom v7.1.3 |
663 | 2024-11-26T07:17:28.465Z | Compiling indicatif v0.17.9 |
664 | 2024-11-26T07:17:29.311Z | Compiling anstream v0.6.18 |
665 | 2024-11-26T07:17:30.854Z | Compiling globset v0.4.15 |
666 | 2024-11-26T07:17:31.899Z | Compiling chrono v0.4.38 |
667 | 2024-11-26T07:17:31.997Z | Compiling flate2 v1.0.35 |
668 | 2024-11-26T07:17:33.289Z | Compiling tar v0.4.43 |
669 | 2024-11-26T07:17:35.576Z | Compiling rand_chacha v0.3.1 |
670 | 2024-11-26T07:17:37.182Z | Compiling pin-project v1.1.7 |
671 | 2024-11-26T07:17:37.384Z | Compiling futures v0.3.31 |
672 | 2024-11-26T07:17:37.582Z | Compiling nextest-metadata v0.12.1 |
673 | 2024-11-26T07:17:37.605Z | Compiling toml v0.8.19 |
674 | 2024-11-26T07:17:39.315Z | Compiling tracing-error v0.2.0 |
675 | 2024-11-26T07:17:39.753Z | Compiling strip-ansi-escapes v0.2.0 |
676 | 2024-11-26T07:17:40.024Z | Compiling self-replace v1.5.0 |
677 | 2024-11-26T07:17:40.493Z | Compiling terminal_size v0.4.0 |
678 | 2024-11-26T07:17:40.602Z | Compiling os_pipe v1.2.1 |
679 | 2024-11-26T07:17:40.713Z | Compiling shared_child v1.0.1 |
680 | 2024-11-26T07:17:40.728Z | Compiling quick-xml v0.23.1 |
681 | 2024-11-26T07:17:40.868Z | Compiling quick-xml v0.37.1 |
682 | 2024-11-26T07:17:41.405Z | Compiling strsim v0.11.1 |
683 | 2024-11-26T07:17:41.584Z | Compiling shell-words v1.1.0 |
684 | 2024-11-26T07:17:42.004Z | Compiling heck v0.5.0 |
685 | 2024-11-26T07:17:42.452Z | Compiling clap_lex v0.7.3 |
686 | 2024-11-26T07:17:43.170Z | Compiling owo-colors v3.5.0 |
687 | 2024-11-26T07:17:43.197Z | Compiling urlencoding v2.1.3 |
688 | 2024-11-26T07:17:43.388Z | Compiling recursion v0.5.2 |
689 | 2024-11-26T07:17:43.604Z | Compiling unicase v2.8.0 |
690 | 2024-11-26T07:17:43.628Z | Compiling humantime v2.1.0 |
691 | 2024-11-26T07:17:44.164Z | Compiling humantime-serde v1.1.1 |
692 | 2024-11-26T07:17:44.420Z | Compiling clap_builder v4.5.21 |
693 | 2024-11-26T07:17:44.442Z | Compiling nextest-filtering v0.12.0 |
694 | 2024-11-26T07:17:45.140Z | Compiling clap_derive v4.5.18 |
695 | 2024-11-26T07:17:46.002Z | Compiling color-spantrace v0.2.1 |
696 | 2024-11-26T07:17:46.980Z | Compiling quick-junit v0.5.1 |
697 | 2024-11-26T07:17:49.509Z | Compiling duct v0.13.7 |
698 | 2024-11-26T07:17:49.803Z | Compiling cargo-nextest v0.9.84 |
699 | 2024-11-26T07:17:50.988Z | Compiling config v0.14.1 |
700 | 2024-11-26T07:17:52.699Z | Compiling async-scoped v0.9.0 |
701 | 2024-11-26T07:17:53.013Z | Compiling rand v0.8.5 |
702 | 2024-11-26T07:17:53.397Z | Compiling zstd v0.13.2 |
703 | 2024-11-26T07:17:54.291Z | Compiling unicode-normalization v0.1.24 |
704 | 2024-11-26T07:17:54.733Z | Compiling target-spec-miette v0.4.0 |
705 | 2024-11-26T07:17:54.898Z | Compiling mukti-metadata v0.2.1 |
706 | 2024-11-26T07:17:55.489Z | Compiling camino-tempfile v1.1.1 |
707 | 2024-11-26T07:17:55.630Z | Compiling serde_ignored v0.1.10 |
708 | 2024-11-26T07:17:55.912Z | Compiling serde_path_to_error v0.1.16 |
709 | 2024-11-26T07:17:56.069Z | Compiling future-queue v0.3.0 |
710 | 2024-11-26T07:17:56.253Z | Compiling atomicwrites v0.4.4 |
711 | 2024-11-26T07:17:56.527Z | Compiling xxhash-rust v0.8.12 |
712 | 2024-11-26T07:17:56.792Z | Compiling display-error-chain v0.2.2 |
713 | 2024-11-26T07:17:56.818Z | Compiling home v0.5.9 |
714 | 2024-11-26T07:17:56.917Z | Compiling swrite v0.1.0 |
715 | 2024-11-26T07:17:57.008Z | Compiling color-eyre v0.6.3 |
716 | 2024-11-26T07:17:57.044Z | Compiling nextest-runner v0.67.0 |
717 | 2024-11-26T07:17:57.116Z | Compiling clap v4.5.21 |
718 | 2024-11-26T07:17:57.234Z | Compiling dialoguer v0.11.0 |
719 | 2024-11-26T07:17:59.722Z | Compiling enable-ansi-support v0.2.1 |
720 | 2024-11-26T07:18:36.354Z | Finished `release` profile [optimized] target(s) in 2m 22s |
721 | 2024-11-26T07:18:36.572Z | Installing /home/build/.cargo/bin/cargo-nextest |
722 | 2024-11-26T07:18:36.574Z | Installed package `cargo-nextest v0.9.84` (executable `cargo-nextest`) |
723 | 2024-11-26T07:18:36.668Z | + pushd rdb |
724 | 2024-11-26T07:18:36.671Z | /work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite |
725 | 2024-11-26T07:18:36.671Z | + cargo nextest run |
726 | 2024-11-26T07:18:36.950Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
727 | 2024-11-26T07:18:37.178Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
728 | 2024-11-26T07:18:37.401Z | From https://www.github.com/oxidecomputer/oxnet |
729 | 2024-11-26T07:18:37.401Z | * [new branch] ci -> origin/ci |
730 | 2024-11-26T07:18:37.403Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
731 | 2024-11-26T07:18:37.403Z | * [new branch] main -> origin/main |
732 | 2024-11-26T07:18:37.403Z | * [new ref] -> origin/HEAD |
733 | 2024-11-26T07:18:37.415Z | Updating crates.io index |
734 | 2024-11-26T07:18:37.419Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
735 | 2024-11-26T07:18:38.139Z | From https://github.com/oxidecomputer/falcon |
736 | 2024-11-26T07:18:38.139Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
737 | 2024-11-26T07:18:38.315Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
738 | 2024-11-26T07:18:39.474Z | From https://github.com/oxidecomputer/dendrite |
739 | 2024-11-26T07:18:39.474Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
740 | 2024-11-26T07:18:39.514Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
741 | 2024-11-26T07:18:39.902Z | From https://github.com/oxidecomputer/ispf |
742 | 2024-11-26T07:18:39.902Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
743 | 2024-11-26T07:18:39.927Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
744 | 2024-11-26T07:18:40.332Z | From https://github.com/oxidecomputer/netadm-sys |
745 | 2024-11-26T07:18:40.332Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
746 | 2024-11-26T07:18:40.345Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
747 | 2024-11-26T07:18:44.241Z | From https://github.com/oxidecomputer/omicron |
748 | 2024-11-26T07:18:44.241Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
749 | 2024-11-26T07:18:44.271Z | * [new tag] dogfood -> dogfood |
750 | 2024-11-26T07:18:44.274Z | * [new tag] v5 -> v5 |
751 | 2024-11-26T07:18:44.274Z | * [new tag] v6 -> v6 |
752 | 2024-11-26T07:18:44.274Z | * [new tag] v7 -> v7 |
753 | 2024-11-26T07:18:44.274Z | * [new tag] v8 -> v8 |
754 | 2024-11-26T07:18:44.274Z | * [new tag] v9 -> v9 |
755 | 2024-11-26T07:18:44.632Z | Updating git repository `https://github.com/oxidecomputer/opte` |
756 | 2024-11-26T07:18:45.717Z | From https://github.com/oxidecomputer/opte |
757 | 2024-11-26T07:18:45.717Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
758 | 2024-11-26T07:18:45.761Z | Updating git repository `https://github.com/illumos/smf-rs` |
759 | 2024-11-26T07:18:46.147Z | From https://github.com/illumos/smf-rs |
760 | 2024-11-26T07:18:46.147Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
761 | 2024-11-26T07:18:46.187Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
762 | 2024-11-26T07:18:46.987Z | From https://github.com/oxidecomputer/maghemite |
763 | 2024-11-26T07:18:46.987Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
764 | 2024-11-26T07:18:47.003Z | * [new tag] rift -> rift |
765 | 2024-11-26T07:18:47.006Z | * [new tag] srp -> srp |
766 | 2024-11-26T07:18:47.006Z | * [new tag] tie-spf -> tie-spf |
767 | 2024-11-26T07:18:47.152Z | Updating git repository `https://github.com/oxidecomputer/zone` |
768 | 2024-11-26T07:18:47.541Z | From https://github.com/oxidecomputer/zone |
769 | 2024-11-26T07:18:47.541Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
770 | 2024-11-26T07:18:47.584Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
771 | 2024-11-26T07:18:48.234Z | From https://github.com/oxidecomputer/propolis |
772 | 2024-11-26T07:18:48.234Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
773 | 2024-11-26T07:18:48.444Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
774 | 2024-11-26T07:18:48.831Z | From https://github.com/oxidecomputer/dlpi-sys |
775 | 2024-11-26T07:18:48.831Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
776 | 2024-11-26T07:18:48.840Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
777 | 2024-11-26T07:18:49.267Z | From https://github.com/jmesmon/rust-libzfs |
778 | 2024-11-26T07:18:49.267Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
779 | 2024-11-26T07:18:49.283Z | * [new tag] v0.4.0 -> v0.4.0 |
780 | 2024-11-26T07:18:49.296Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
781 | 2024-11-26T07:18:49.667Z | From https://github.com/oxidecomputer/rusty-doors |
782 | 2024-11-26T07:18:49.667Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
783 | 2024-11-26T07:18:49.701Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
784 | 2024-11-26T07:18:50.121Z | From https://github.com/oxidecomputer/maghemite |
785 | 2024-11-26T07:18:50.121Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
786 | 2024-11-26T07:18:50.174Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
787 | 2024-11-26T07:18:50.519Z | From https://github.com/oxidecomputer/serde_human_bytes |
788 | 2024-11-26T07:18:50.519Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
789 | 2024-11-26T07:18:50.538Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
790 | 2024-11-26T07:18:50.911Z | From https://github.com/oxidecomputer/slog-error-chain |
791 | 2024-11-26T07:18:50.911Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
792 | 2024-11-26T07:18:50.939Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
793 | 2024-11-26T07:18:51.315Z | From https://github.com/oxidecomputer/poptrie |
794 | 2024-11-26T07:18:51.315Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
795 | 2024-11-26T07:18:51.346Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
796 | 2024-11-26T07:18:51.718Z | From https://github.com/illumos/libscf-sys |
797 | 2024-11-26T07:18:51.718Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
798 | 2024-11-26T07:18:51.734Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
799 | 2024-11-26T07:18:52.645Z | From https://github.com/oxidecomputer/progenitor |
800 | 2024-11-26T07:18:52.645Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
801 | 2024-11-26T07:18:52.667Z | * [new tag] v0.1.1 -> v0.1.1 |
802 | 2024-11-26T07:18:52.670Z | * [new tag] v0.2.0 -> v0.2.0 |
803 | 2024-11-26T07:18:52.670Z | * [new tag] v0.3.0 -> v0.3.0 |
804 | 2024-11-26T07:18:52.670Z | * [new tag] v0.4.0 -> v0.4.0 |
805 | 2024-11-26T07:18:52.670Z | * [new tag] v0.5.0 -> v0.5.0 |
806 | 2024-11-26T07:18:52.670Z | * [new tag] v0.6.0 -> v0.6.0 |
807 | 2024-11-26T07:18:52.670Z | * [new tag] v0.7.0 -> v0.7.0 |
808 | 2024-11-26T07:18:52.884Z | Updating git repository `https://github.com/oxidecomputer/typify` |
809 | 2024-11-26T07:18:53.731Z | From https://github.com/oxidecomputer/typify |
810 | 2024-11-26T07:18:53.731Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
811 | 2024-11-26T07:18:53.734Z | * [new tag] v0.2.0 -> v0.2.0 |
812 | 2024-11-26T07:18:53.751Z | * [new tag] v0.0.10 -> v0.0.10 |
813 | 2024-11-26T07:18:53.753Z | * [new tag] v0.0.11 -> v0.0.11 |
814 | 2024-11-26T07:18:53.753Z | * [new tag] v0.0.12 -> v0.0.12 |
815 | 2024-11-26T07:18:53.754Z | * [new tag] v0.0.13 -> v0.0.13 |
816 | 2024-11-26T07:18:53.754Z | * [new tag] v0.0.14 -> v0.0.14 |
817 | 2024-11-26T07:18:53.754Z | * [new tag] v0.0.15 -> v0.0.15 |
818 | 2024-11-26T07:18:53.754Z | * [new tag] v0.0.16 -> v0.0.16 |
819 | 2024-11-26T07:18:53.754Z | * [new tag] v0.0.4 -> v0.0.4 |
820 | 2024-11-26T07:18:53.754Z | * [new tag] v0.0.5 -> v0.0.5 |
821 | 2024-11-26T07:18:53.754Z | * [new tag] v0.0.7 -> v0.0.7 |
822 | 2024-11-26T07:18:53.754Z | * [new tag] v0.0.8 -> v0.0.8 |
823 | 2024-11-26T07:18:53.754Z | * [new tag] v0.0.9 -> v0.0.9 |
824 | 2024-11-26T07:18:53.754Z | * [new tag] v0.1.0 -> v0.1.0 |
825 | 2024-11-26T07:18:53.890Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
826 | 2024-11-26T07:18:55.779Z | From https://github.com/oxidecomputer/crucible |
827 | 2024-11-26T07:18:55.779Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
828 | 2024-11-26T07:18:55.834Z | Updating git repository `https://github.com/oxidecomputer/opte` |
829 | 2024-11-26T07:18:56.204Z | From https://github.com/oxidecomputer/opte |
830 | 2024-11-26T07:18:56.204Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
831 | 2024-11-26T07:18:56.256Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
832 | 2024-11-26T07:18:56.951Z | From https://github.com/oxidecomputer/management-gateway-service |
833 | 2024-11-26T07:18:56.951Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
834 | 2024-11-26T07:18:57.923Z | Locking 21 packages to latest compatible versions |
835 | 2024-11-26T07:18:57.927Z | Updating async-stream v0.3.5 -> v0.3.6 |
836 | 2024-11-26T07:18:57.927Z | Updating async-stream-impl v0.3.5 -> v0.3.6 |
837 | 2024-11-26T07:18:57.947Z | Adding dropshot v0.13.0 |
838 | 2024-11-26T07:18:57.949Z | Adding dropshot_endpoint v0.13.0 |
839 | 2024-11-26T07:18:57.949Z | Updating futures v0.3.30 -> v0.3.31 |
840 | 2024-11-26T07:18:57.952Z | Updating futures-channel v0.3.30 -> v0.3.31 |
841 | 2024-11-26T07:18:57.952Z | Updating futures-core v0.3.30 -> v0.3.31 |
842 | 2024-11-26T07:18:57.952Z | Updating futures-executor v0.3.30 -> v0.3.31 |
843 | 2024-11-26T07:18:57.952Z | Updating futures-io v0.3.30 -> v0.3.31 |
844 | 2024-11-26T07:18:57.952Z | Updating futures-macro v0.3.30 -> v0.3.31 |
845 | 2024-11-26T07:18:57.952Z | Updating futures-sink v0.3.30 -> v0.3.31 |
846 | 2024-11-26T07:18:57.952Z | Updating futures-task v0.3.30 -> v0.3.31 |
847 | 2024-11-26T07:18:57.952Z | Updating futures-util v0.3.30 -> v0.3.31 |
848 | 2024-11-26T07:18:57.955Z | Adding hashbrown v0.15.2 |
849 | 2024-11-26T07:18:57.965Z | Updating indexmap v2.5.0 -> v2.6.0 |
850 | 2024-11-26T07:18:57.980Z | Updating proc-macro2 v1.0.86 -> v1.0.92 |
851 | 2024-11-26T07:18:58.014Z | Updating serde v1.0.210 -> v1.0.215 |
852 | 2024-11-26T07:18:58.017Z | Updating serde_derive v1.0.210 -> v1.0.215 |
853 | 2024-11-26T07:18:58.023Z | Updating syn v2.0.77 -> v2.0.89 |
854 | 2024-11-26T07:18:58.026Z | Updating thiserror v1.0.64 -> v1.0.69 (latest: v2.0.3) |
855 | 2024-11-26T07:18:58.026Z | Updating thiserror-impl v1.0.64 -> v1.0.69 (latest: v2.0.3) |
856 | 2024-11-26T07:18:58.119Z | Downloading crates ... |
857 | 2024-11-26T07:18:58.290Z | Downloaded anstyle-parse v0.2.5 |
858 | 2024-11-26T07:18:58.292Z | Downloaded anstream v0.6.15 |
859 | 2024-11-26T07:18:58.295Z | Downloaded allocator-api2 v0.2.18 |
860 | 2024-11-26T07:18:58.299Z | Downloaded scroll_derive v0.12.0 |
861 | 2024-11-26T07:18:58.301Z | Downloaded ident_case v1.0.1 |
862 | 2024-11-26T07:18:58.301Z | Downloaded async-stream-impl v0.3.6 |
863 | 2024-11-26T07:18:58.304Z | Downloaded base64 v0.13.1 |
864 | 2024-11-26T07:18:58.307Z | Downloaded scopeguard v1.2.0 |
865 | 2024-11-26T07:18:58.309Z | Downloaded scroll v0.12.0 |
866 | 2024-11-26T07:18:58.312Z | Downloaded schemars_derive v0.8.21 |
867 | 2024-11-26T07:18:58.315Z | Downloaded crossbeam-utils v0.8.20 |
868 | 2024-11-26T07:18:58.317Z | Downloaded anyhow v1.0.93 |
869 | 2024-11-26T07:18:58.320Z | Downloaded schemars v0.8.21 |
870 | 2024-11-26T07:18:58.333Z | Downloaded slog-bunyan v2.5.0 |
871 | 2024-11-26T07:18:58.335Z | Downloaded serde_spanned v0.6.7 |
872 | 2024-11-26T07:18:58.338Z | Downloaded serde_with_macros v3.9.0 |
873 | 2024-11-26T07:18:58.340Z | Downloaded serde_repr v0.1.19 |
874 | 2024-11-26T07:18:58.340Z | Downloaded serde_derive_internals v0.29.1 |
875 | 2024-11-26T07:18:58.343Z | Downloaded foreign-types v0.5.0 |
876 | 2024-11-26T07:18:58.346Z | Downloaded slog-json v2.6.1 |
877 | 2024-11-26T07:18:58.346Z | Downloaded const-random v0.1.18 |
878 | 2024-11-26T07:18:58.348Z | Downloaded slog-async v2.8.0 |
879 | 2024-11-26T07:18:58.350Z | Downloaded structmeta-derive v0.3.0 |
880 | 2024-11-26T07:18:58.351Z | Downloaded serde_tokenstream v0.2.2 |
881 | 2024-11-26T07:18:58.353Z | Downloaded spin v0.5.2 |
882 | 2024-11-26T07:18:58.355Z | Downloaded cstr-argument v0.1.2 |
883 | 2024-11-26T07:18:58.355Z | Downloaded crc8 v0.1.1 |
884 | 2024-11-26T07:18:58.359Z | Downloaded structmeta v0.3.0 |
885 | 2024-11-26T07:18:58.359Z | Downloaded smf v0.2.3 |
886 | 2024-11-26T07:18:58.359Z | Downloaded slog-envlogger v2.2.0 |
887 | 2024-11-26T07:18:58.361Z | Downloaded slog-term v2.9.1 |
888 | 2024-11-26T07:18:58.364Z | Downloaded slog v2.7.0 |
889 | 2024-11-26T07:18:58.366Z | Downloaded sync_wrapper v0.1.2 |
890 | 2024-11-26T07:18:58.369Z | Downloaded strum v0.26.3 |
891 | 2024-11-26T07:18:58.369Z | Downloaded arrayref v0.3.9 |
892 | 2024-11-26T07:18:58.372Z | Downloaded sync_wrapper v1.0.1 |
893 | 2024-11-26T07:18:58.375Z | Downloaded fxhash v0.2.1 |
894 | 2024-11-26T07:18:58.375Z | Downloaded embedded-io v0.4.0 |
895 | 2024-11-26T07:18:58.375Z | Downloaded similar v2.6.0 |
896 | 2024-11-26T07:18:58.381Z | Downloaded take_mut v0.2.2 |
897 | 2024-11-26T07:18:58.384Z | Downloaded time-core v0.1.2 |
898 | 2024-11-26T07:18:58.384Z | Downloaded foreign-types-shared v0.3.1 |
899 | 2024-11-26T07:18:58.387Z | Downloaded convert_case v0.4.0 |
900 | 2024-11-26T07:18:58.387Z | Downloaded const-random-macro v0.1.16 |
901 | 2024-11-26T07:18:58.389Z | Downloaded crunchy v0.2.2 |
902 | 2024-11-26T07:18:58.389Z | Downloaded serde_yaml v0.9.34+deprecated |
903 | 2024-11-26T07:18:58.392Z | Downloaded tabwriter v1.4.0 |
904 | 2024-11-26T07:18:58.395Z | Downloaded cobs v0.2.3 |
905 | 2024-11-26T07:18:58.397Z | Downloaded async-trait v0.1.83 |
906 | 2024-11-26T07:18:58.400Z | Downloaded usdt-macro v0.5.0 |
907 | 2024-11-26T07:18:58.402Z | Downloaded untrusted v0.7.1 |
908 | 2024-11-26T07:18:58.402Z | Downloaded float-ord v0.3.2 |
909 | 2024-11-26T07:18:58.405Z | Downloaded waitgroup v0.1.2 |
910 | 2024-11-26T07:18:58.405Z | Downloaded sct v0.7.1 |
911 | 2024-11-26T07:18:58.408Z | Downloaded zone_cfg_derive v0.1.2 |
912 | 2024-11-26T07:18:58.410Z | Downloaded dtrace-parser v0.2.0 |
913 | 2024-11-26T07:18:58.410Z | Downloaded bitflags v1.3.2 |
914 | 2024-11-26T07:18:58.413Z | Downloaded zone_cfg_derive v0.3.0 |
915 | 2024-11-26T07:18:58.415Z | Downloaded strum_macros v0.25.3 |
916 | 2024-11-26T07:18:58.418Z | Downloaded hubpack_derive v0.1.1 |
917 | 2024-11-26T07:18:58.418Z | Downloaded ciborium v0.2.2 |
918 | 2024-11-26T07:18:58.421Z | Downloaded blake2 v0.10.6 |
919 | 2024-11-26T07:18:58.424Z | Downloaded slog-scope v4.4.0 |
920 | 2024-11-26T07:18:58.429Z | Downloaded instant v0.1.13 |
921 | 2024-11-26T07:18:58.429Z | Downloaded tokio-rustls v0.24.1 |
922 | 2024-11-26T07:18:58.431Z | Downloaded pretty-hex v0.4.1 |
923 | 2024-11-26T07:18:58.431Z | Downloaded match_cfg v0.1.0 |
924 | 2024-11-26T07:18:58.431Z | Downloaded tempfile v3.12.0 |
925 | 2024-11-26T07:18:58.434Z | Downloaded pretty-hex v0.2.1 |
926 | 2024-11-26T07:18:58.436Z | Downloaded managed v0.8.0 |
927 | 2024-11-26T07:18:58.438Z | Downloaded hex v0.4.3 |
928 | 2024-11-26T07:18:58.438Z | Downloaded atomic-waker v1.1.2 |
929 | 2024-11-26T07:18:58.441Z | Downloaded constant_time_eq v0.3.1 |
930 | 2024-11-26T07:18:58.443Z | Downloaded half v2.4.1 |
931 | 2024-11-26T07:18:58.445Z | Downloaded newtype_derive v0.1.6 |
932 | 2024-11-26T07:18:58.448Z | Downloaded expectorate v1.1.0 |
933 | 2024-11-26T07:18:58.448Z | Downloaded newline-converter v0.3.0 |
934 | 2024-11-26T07:18:58.451Z | Downloaded xz2 v0.1.7 |
935 | 2024-11-26T07:18:58.453Z | Downloaded topological-sort v0.2.2 |
936 | 2024-11-26T07:18:58.453Z | Downloaded usdt v0.5.0 |
937 | 2024-11-26T07:18:58.453Z | Downloaded enum-as-inner v0.6.1 |
938 | 2024-11-26T07:18:58.456Z | Downloaded dirs-sys-next v0.1.2 |
939 | 2024-11-26T07:18:58.458Z | Downloaded darling v0.20.10 |
940 | 2024-11-26T07:18:58.461Z | Downloaded walkdir v2.5.0 |
941 | 2024-11-26T07:18:58.463Z | Downloaded indent_write v2.2.0 |
942 | 2024-11-26T07:18:58.466Z | Downloaded omicron-workspace-hack v0.1.0 |
943 | 2024-11-26T07:18:58.466Z | Downloaded progenitor-client v0.8.0 |
944 | 2024-11-26T07:18:58.466Z | Downloaded zone v0.1.8 |
945 | 2024-11-26T07:18:58.468Z | Downloaded typify v0.2.0 |
946 | 2024-11-26T07:18:58.471Z | Downloaded http-body v0.4.6 |
947 | 2024-11-26T07:18:58.474Z | Downloaded tokio-rustls v0.25.0 |
948 | 2024-11-26T07:18:58.476Z | Downloaded hostname v0.4.0 |
949 | 2024-11-26T07:18:58.476Z | Downloaded hostname v0.3.1 |
950 | 2024-11-26T07:18:58.478Z | Downloaded hyper-tls v0.5.0 |
951 | 2024-11-26T07:18:58.478Z | Downloaded embedded-io v0.6.1 |
952 | 2024-11-26T07:18:58.481Z | Downloaded deranged v0.3.11 |
953 | 2024-11-26T07:18:58.483Z | Downloaded num_threads v0.1.7 |
954 | 2024-11-26T07:18:58.483Z | Downloaded ipnetwork v0.20.0 |
955 | 2024-11-26T07:18:58.486Z | Downloaded highway v1.2.0 |
956 | 2024-11-26T07:18:58.489Z | Downloaded num_enum_derive v0.7.3 |
957 | 2024-11-26T07:18:58.489Z | Downloaded num-conv v0.1.0 |
958 | 2024-11-26T07:18:58.491Z | Downloaded num_enum_derive v0.5.11 |
959 | 2024-11-26T07:18:58.491Z | Downloaded proc-macro-crate v1.3.1 |
960 | 2024-11-26T07:18:58.494Z | Downloaded whoami v1.5.2 |
961 | 2024-11-26T07:18:58.494Z | Downloaded time-macros v0.2.18 |
962 | 2024-11-26T07:18:58.496Z | Downloaded num_enum v0.7.3 |
963 | 2024-11-26T07:18:58.501Z | Downloaded powerfmt v0.2.0 |
964 | 2024-11-26T07:18:58.503Z | Downloaded linear-map v1.2.0 |
965 | 2024-11-26T07:18:58.506Z | Downloaded plain v0.2.3 |
966 | 2024-11-26T07:18:58.506Z | Downloaded libsw v3.3.1 |
967 | 2024-11-26T07:18:58.508Z | Downloaded dropshot_endpoint v0.13.0 |
968 | 2024-11-26T07:18:58.511Z | Downloaded proc-macro-crate v3.2.0 |
969 | 2024-11-26T07:18:58.513Z | Downloaded usdt-impl v0.5.0 |
970 | 2024-11-26T07:18:58.514Z | Downloaded newtype-uuid v1.1.0 |
971 | 2024-11-26T07:18:58.517Z | Downloaded parse-display-derive v0.10.0 |
972 | 2024-11-26T07:18:58.517Z | Downloaded rustls-pemfile v1.0.4 |
973 | 2024-11-26T07:18:58.519Z | Downloaded cookie v0.18.1 |
974 | 2024-11-26T07:18:58.521Z | Downloaded pest_generator v2.7.13 |
975 | 2024-11-26T07:18:58.524Z | Downloaded backoff v0.4.0 |
976 | 2024-11-26T07:18:58.526Z | Downloaded ucd-trie v0.1.6 |
977 | 2024-11-26T07:18:58.526Z | Downloaded quick-error v1.2.3 |
978 | 2024-11-26T07:18:58.529Z | Downloaded unicode-ident v1.0.13 |
979 | 2024-11-26T07:18:58.532Z | Downloaded derive_more v0.99.18 |
980 | 2024-11-26T07:18:58.535Z | Downloaded progenitor-macro v0.8.0 |
981 | 2024-11-26T07:18:58.538Z | Downloaded parking_lot_core v0.9.10 |
982 | 2024-11-26T07:18:58.540Z | Downloaded memmap v0.7.0 |
983 | 2024-11-26T07:18:58.540Z | Downloaded num-derive v0.3.3 |
984 | 2024-11-26T07:18:58.542Z | Downloaded rustversion v1.0.17 |
985 | 2024-11-26T07:18:58.545Z | Downloaded macaddr v1.0.1 |
986 | 2024-11-26T07:18:58.556Z | Downloaded is-terminal v0.4.13 |
987 | 2024-11-26T07:18:58.556Z | Downloaded once_cell v1.19.0 |
988 | 2024-11-26T07:18:58.556Z | Downloaded linked-hash-map v0.5.6 |
989 | 2024-11-26T07:18:58.556Z | Downloaded num-iter v0.1.45 |
990 | 2024-11-26T07:18:58.556Z | Downloaded paste v1.0.15 |
991 | 2024-11-26T07:18:58.556Z | Downloaded num v0.4.3 |
992 | 2024-11-26T07:18:58.560Z | Downloaded tokio-tungstenite v0.21.0 |
993 | 2024-11-26T07:18:58.560Z | Downloaded num-complex v0.4.6 |
994 | 2024-11-26T07:18:58.563Z | Downloaded rhai_codegen v2.2.0 |
995 | 2024-11-26T07:18:58.568Z | Downloaded proc-macro-error v1.0.4 |
996 | 2024-11-26T07:18:58.572Z | Downloaded lru-cache v0.1.2 |
997 | 2024-11-26T07:18:58.575Z | Downloaded multer v3.1.0 |
998 | 2024-11-26T07:18:58.577Z | Downloaded lock_api v0.4.12 |
999 | 2024-11-26T07:18:58.577Z | Downloaded unicode-bidi v0.3.15 |
1000 | 2024-11-26T07:18:58.580Z | Downloaded num-integer v0.1.46 |
1001 | 2024-11-26T07:18:58.583Z | Downloaded parse-display v0.10.0 |
1002 | 2024-11-26T07:18:58.585Z | Downloaded proc-macro-error-attr v1.0.4 |
1003 | 2024-11-26T07:18:58.585Z | Downloaded tungstenite v0.21.0 |
1004 | 2024-11-26T07:18:58.591Z | Downloaded ron v0.7.1 |
1005 | 2024-11-26T07:18:58.595Z | Downloaded parking_lot_core v0.8.6 |
1006 | 2024-11-26T07:18:58.595Z | Downloaded progenitor v0.8.0 |
1007 | 2024-11-26T07:18:58.598Z | Downloaded parking_lot v0.12.3 |
1008 | 2024-11-26T07:18:58.600Z | Downloaded itoa v1.0.11 |
1009 | 2024-11-26T07:18:58.600Z | Downloaded cancel-safe-futures v0.1.5 |
1010 | 2024-11-26T07:18:58.603Z | Downloaded progenitor-impl v0.8.0 |
1011 | 2024-11-26T07:18:58.606Z | Downloaded indicatif v0.17.8 |
1012 | 2024-11-26T07:18:58.609Z | Downloaded memmap2 v0.9.5 |
1013 | 2024-11-26T07:18:58.611Z | Downloaded postcard v1.0.10 |
1014 | 2024-11-26T07:18:58.613Z | Downloaded zerocopy v0.6.6 |
1015 | 2024-11-26T07:18:58.616Z | Downloaded heapless v0.8.0 |
1016 | 2024-11-26T07:18:58.620Z | Downloaded pest_derive v2.7.13 |
1017 | 2024-11-26T07:18:58.622Z | Downloaded omicron-zone-package v0.11.1 |
1018 | 2024-11-26T07:18:58.625Z | Downloaded password-hash v0.5.0 |
1019 | 2024-11-26T07:18:58.628Z | Downloaded parking_lot v0.11.2 |
1020 | 2024-11-26T07:18:58.630Z | Downloaded pest_meta v2.7.13 |
1021 | 2024-11-26T07:18:58.633Z | Downloaded yansi v1.0.1 |
1022 | 2024-11-26T07:18:58.635Z | Downloaded prettyplease v0.2.22 |
1023 | 2024-11-26T07:18:58.638Z | Downloaded hickory-resolver v0.24.1 |
1024 | 2024-11-26T07:18:58.642Z | Downloaded toml_edit v0.22.21 |
1025 | 2024-11-26T07:18:58.665Z | Downloaded openssl-sys v0.9.103 |
1026 | 2024-11-26T07:18:58.670Z | Downloaded serde_with v3.9.0 |
1027 | 2024-11-26T07:18:58.679Z | Downloaded rayon-core v1.12.1 |
1028 | 2024-11-26T07:18:58.683Z | Downloaded pretty_assertions v1.4.1 |
1029 | 2024-11-26T07:18:58.685Z | Downloaded url v2.5.2 |
1030 | 2024-11-26T07:18:58.688Z | Downloaded bytes v1.7.2 |
1031 | 2024-11-26T07:18:58.690Z | Downloaded quinn v0.11.5 |
1032 | 2024-11-26T07:18:58.694Z | Downloaded toml_edit v0.19.15 |
1033 | 2024-11-26T07:18:58.710Z | Downloaded hashbrown v0.12.3 |
1034 | 2024-11-26T07:18:58.714Z | Downloaded time v0.3.36 |
1035 | 2024-11-26T07:18:58.722Z | Downloaded unicode-segmentation v1.12.0 |
1036 | 2024-11-26T07:18:58.725Z | Downloaded tokio-util v0.7.12 |
1037 | 2024-11-26T07:18:58.732Z | Downloaded hashbrown v0.14.5 |
1038 | 2024-11-26T07:18:58.737Z | Downloaded http v0.2.12 |
1039 | 2024-11-26T07:18:58.741Z | Downloaded pest v2.7.13 |
1040 | 2024-11-26T07:18:58.746Z | Downloaded flate2 v1.0.33 |
1041 | 2024-11-26T07:18:58.751Z | Downloaded libm v0.2.8 |
1042 | 2024-11-26T07:18:58.760Z | Downloaded diff v0.1.13 |
1043 | 2024-11-26T07:18:58.763Z | Downloaded darling_core v0.20.10 |
1044 | 2024-11-26T07:18:58.767Z | Downloaded itertools v0.10.5 |
1045 | 2024-11-26T07:18:58.774Z | Downloaded itertools v0.12.1 |
1046 | 2024-11-26T07:18:58.781Z | Downloaded winnow v0.6.18 |
1047 | 2024-11-26T07:18:58.790Z | Downloaded h2 v0.3.26 |
1048 | 2024-11-26T07:18:58.798Z | Downloaded portable-atomic v1.8.0 |
1049 | 2024-11-26T07:18:58.804Z | Downloaded goblin v0.8.2 |
1050 | 2024-11-26T07:18:58.810Z | Downloaded reqwest v0.11.27 |
1051 | 2024-11-26T07:18:58.818Z | Downloaded blake3 v1.5.4 |
1052 | 2024-11-26T07:18:58.826Z | Downloaded rustls-webpki v0.101.7 |
1053 | 2024-11-26T07:18:58.840Z | Downloaded syn v1.0.109 |
1054 | 2024-11-26T07:18:58.850Z | Downloaded quinn-proto v0.11.8 |
1055 | 2024-11-26T07:18:58.856Z | Downloaded hyper v0.14.30 |
1056 | 2024-11-26T07:18:58.864Z | Downloaded winnow v0.5.40 |
1057 | 2024-11-26T07:18:58.873Z | Downloaded webpki-roots v0.25.4 |
1058 | 2024-11-26T07:18:58.877Z | Downloaded h2 v0.4.6 |
1059 | 2024-11-26T07:18:58.883Z | Downloaded unsafe-libyaml v0.2.11 |
1060 | 2024-11-26T07:18:58.887Z | Downloaded idna v0.5.0 |
1061 | 2024-11-26T07:18:58.893Z | Downloaded idna v0.4.0 |
1062 | 2024-11-26T07:18:58.900Z | Downloaded webpki-roots v0.26.6 |
1063 | 2024-11-26T07:18:58.903Z | Downloaded dropshot v0.12.0 |
1064 | 2024-11-26T07:18:58.923Z | Downloaded openssl v0.10.66 |
1065 | 2024-11-26T07:18:58.932Z | Downloaded smoltcp v0.11.0 |
1066 | 2024-11-26T07:18:58.944Z | Downloaded rhai v1.19.0 |
1067 | 2024-11-26T07:18:58.956Z | Downloaded rustls v0.23.13 |
1068 | 2024-11-26T07:18:58.966Z | Downloaded openapiv3 v2.0.0 |
1069 | 2024-11-26T07:18:58.977Z | Downloaded rustls v0.22.4 |
1070 | 2024-11-26T07:18:58.990Z | Downloaded regex-syntax v0.8.4 |
1071 | 2024-11-26T07:18:58.997Z | Downloaded rustix v0.38.37 |
1072 | 2024-11-26T07:18:59.018Z | Downloaded sled v0.34.7 |
1073 | 2024-11-26T07:18:59.027Z | Downloaded regress v0.9.1 |
1074 | 2024-11-26T07:18:59.034Z | Downloaded typify-impl v0.2.0 |
1075 | 2024-11-26T07:18:59.048Z | Downloaded hickory-proto v0.24.1 |
1076 | 2024-11-26T07:18:59.062Z | Downloaded regress v0.10.1 |
1077 | 2024-11-26T07:18:59.069Z | Downloaded dropshot v0.13.0 |
1078 | 2024-11-26T07:18:59.088Z | Downloaded regex v1.10.6 |
1079 | 2024-11-26T07:18:59.100Z | Downloaded zerocopy-derive v0.6.6 |
1080 | 2024-11-26T07:18:59.108Z | Downloaded rustls v0.21.12 |
1081 | 2024-11-26T07:18:59.119Z | Downloaded tracing-core v0.1.32 |
1082 | 2024-11-26T07:18:59.121Z | Downloaded num-rational v0.4.2 |
1083 | 2024-11-26T07:18:59.124Z | Downloaded derive-where v1.2.7 |
1084 | 2024-11-26T07:18:59.126Z | Downloaded defmt-macros v0.3.9 |
1085 | 2024-11-26T07:18:59.129Z | Downloaded indexmap v1.9.3 |
1086 | 2024-11-26T07:18:59.131Z | Downloaded regex-automata v0.4.7 |
1087 | 2024-11-26T07:18:59.147Z | Downloaded dropshot_endpoint v0.12.0 |
1088 | 2024-11-26T07:18:59.150Z | Downloaded ipnet v2.10.0 |
1089 | 2024-11-26T07:18:59.153Z | Downloaded pin-project-lite v0.2.14 |
1090 | 2024-11-26T07:18:59.156Z | Downloaded rustls-pki-types v1.8.0 |
1091 | 2024-11-26T07:18:59.158Z | Downloaded rustls-pemfile v2.1.3 |
1092 | 2024-11-26T07:18:59.161Z | Downloaded tokio v1.40.0 |
1093 | 2024-11-26T07:18:59.194Z | Downloaded num-derive v0.4.2 |
1094 | 2024-11-26T07:18:59.199Z | Downloaded quinn-udp v0.5.5 |
1095 | 2024-11-26T07:18:59.201Z | Downloaded toml v0.7.8 |
1096 | 2024-11-26T07:18:59.201Z | Downloaded tar v0.4.41 |
1097 | 2024-11-26T07:18:59.203Z | Downloaded hyper-rustls v0.24.2 |
1098 | 2024-11-26T07:18:59.206Z | Downloaded httparse v1.9.4 |
1099 | 2024-11-26T07:18:59.208Z | Downloaded lzma-sys v0.1.20 |
1100 | 2024-11-26T07:18:59.234Z | Downloaded resolv-conf v0.7.0 |
1101 | 2024-11-26T07:18:59.236Z | Downloaded num_enum v0.5.11 |
1102 | 2024-11-26T07:18:59.239Z | Downloaded rustc_version v0.1.7 |
1103 | 2024-11-26T07:18:59.242Z | Downloaded tiny-keccak v2.0.2 |
1104 | 2024-11-26T07:18:59.244Z | Downloaded fastrand v2.1.1 |
1105 | 2024-11-26T07:18:59.244Z | Downloaded steno v0.4.1 |
1106 | 2024-11-26T07:18:59.247Z | Downloaded hubpack v0.1.2 |
1107 | 2024-11-26T07:18:59.249Z | Downloaded httpdate v1.0.3 |
1108 | 2024-11-26T07:18:59.249Z | Downloaded thread-id v4.2.2 |
1109 | 2024-11-26T07:18:59.252Z | Downloaded thin-vec v0.2.13 |
1110 | 2024-11-26T07:18:59.252Z | Downloaded strum_macros v0.26.4 |
1111 | 2024-11-26T07:18:59.254Z | Downloaded smartstring v1.0.1 |
1112 | 2024-11-26T07:18:59.256Z | Downloaded heck v0.4.1 |
1113 | 2024-11-26T07:18:59.259Z | Downloaded colored v2.1.0 |
1114 | 2024-11-26T07:18:59.259Z | Downloaded zone v0.3.0 |
1115 | 2024-11-26T07:18:59.261Z | Downloaded utf-8 v0.7.6 |
1116 | 2024-11-26T07:18:59.261Z | Downloaded usdt-attr-macro v0.5.0 |
1117 | 2024-11-26T07:18:59.261Z | Downloaded typify-macro v0.2.0 |
1118 | 2024-11-26T07:18:59.264Z | Downloaded foreign-types-macros v0.2.3 |
1119 | 2024-11-26T07:18:59.264Z | Downloaded dyn-clone v1.0.17 |
1120 | 2024-11-26T07:18:59.264Z | Downloaded cpufeatures v0.2.14 |
1121 | 2024-11-26T07:18:59.266Z | Downloaded argon2 v0.5.3 |
1122 | 2024-11-26T07:18:59.266Z | Downloaded term v0.7.0 |
1123 | 2024-11-26T07:18:59.270Z | Downloaded async-stream v0.3.6 |
1124 | 2024-11-26T07:18:59.273Z | Downloaded heck v0.3.3 |
1125 | 2024-11-26T07:18:59.275Z | Downloaded hash32 v0.3.1 |
1126 | 2024-11-26T07:18:59.275Z | Downloaded dof v0.3.0 |
1127 | 2024-11-26T07:18:59.275Z | Downloaded dirs-next v2.0.0 |
1128 | 2024-11-26T07:18:59.278Z | Downloaded defmt v0.3.8 |
1129 | 2024-11-26T07:18:59.280Z | Downloaded defmt-parser v0.3.4 |
1130 | 2024-11-26T07:18:59.280Z | Downloaded darling_macro v0.20.10 |
1131 | 2024-11-26T07:18:59.283Z | Downloaded slog-stdlog v4.1.1 |
1132 | 2024-11-26T07:18:59.283Z | Downloaded slog-dtrace v0.3.0 |
1133 | 2024-11-26T07:18:59.286Z | Downloaded autocfg v1.3.0 |
1134 | 2024-11-26T07:18:59.286Z | Downloaded data-encoding v2.6.0 |
1135 | 2024-11-26T07:18:59.286Z | Downloaded crossbeam-deque v0.8.5 |
1136 | 2024-11-26T07:18:59.289Z | Downloaded crossbeam-channel v0.5.13 |
1137 | 2024-11-26T07:18:59.292Z | Downloaded colorchoice v1.0.2 |
1138 | 2024-11-26T07:18:59.292Z | Downloaded ciborium-ll v0.2.2 |
1139 | 2024-11-26T07:18:59.294Z | Downloaded sigpipe v0.1.3 |
1140 | 2024-11-26T07:18:59.294Z | Downloaded sha1 v0.10.6 |
1141 | 2024-11-26T07:18:59.297Z | Downloaded serde-big-array v0.5.1 |
1142 | 2024-11-26T07:18:59.297Z | Downloaded semver v0.1.20 |
1143 | 2024-11-26T07:18:59.299Z | Downloaded encoding_rs v0.8.34 |
1144 | 2024-11-26T07:18:59.318Z | Downloaded crucible-workspace-hack v0.1.0 |
1145 | 2024-11-26T07:18:59.320Z | Downloaded crossbeam-epoch v0.9.18 |
1146 | 2024-11-26T07:18:59.320Z | Downloaded clap_lex v0.7.2 |
1147 | 2024-11-26T07:18:59.323Z | Downloaded cc v1.1.21 |
1148 | 2024-11-26T07:18:59.326Z | Downloaded arrayvec v0.7.6 |
1149 | 2024-11-26T07:18:59.328Z | Downloaded same-file v1.0.6 |
1150 | 2024-11-26T07:18:59.328Z | Downloaded ciborium-io v0.2.2 |
1151 | 2024-11-26T07:18:59.328Z | Downloaded arc-swap v1.7.1 |
1152 | 2024-11-26T07:18:59.331Z | Downloaded anstyle-query v1.1.1 |
1153 | 2024-11-26T07:18:59.544Z | Downloaded ring v0.16.20 |
1154 | 2024-11-26T07:19:00.623Z | Compiling proc-macro2 v1.0.92 |
1155 | 2024-11-26T07:19:00.627Z | Compiling unicode-ident v1.0.13 |
1156 | 2024-11-26T07:19:00.627Z | Compiling libc v0.2.165 |
1157 | 2024-11-26T07:19:00.627Z | Compiling serde v1.0.215 |
1158 | 2024-11-26T07:19:00.627Z | Compiling cfg-if v1.0.0 |
1159 | 2024-11-26T07:19:00.627Z | Compiling autocfg v1.3.0 |
1160 | 2024-11-26T07:19:00.627Z | Compiling memchr v2.7.4 |
1161 | 2024-11-26T07:19:00.627Z | Compiling itoa v1.0.11 |
1162 | 2024-11-26T07:19:00.738Z | Compiling once_cell v1.19.0 |
1163 | 2024-11-26T07:19:00.809Z | Compiling version_check v0.9.5 |
1164 | 2024-11-26T07:19:00.896Z | Compiling libm v0.2.8 |
1165 | 2024-11-26T07:19:01.199Z | Compiling ryu v1.0.18 |
1166 | 2024-11-26T07:19:01.201Z | Compiling serde_json v1.0.133 |
1167 | 2024-11-26T07:19:01.388Z | Compiling byteorder v1.5.0 |
1168 | 2024-11-26T07:19:01.489Z | Compiling pin-project-lite v0.2.14 |
1169 | 2024-11-26T07:19:01.544Z | Compiling lock_api v0.4.12 |
1170 | 2024-11-26T07:19:01.594Z | Compiling smallvec v1.13.2 |
1171 | 2024-11-26T07:19:01.603Z | Compiling thiserror v1.0.69 |
1172 | 2024-11-26T07:19:01.850Z | Compiling scopeguard v1.2.0 |
1173 | 2024-11-26T07:19:01.987Z | Compiling parking_lot_core v0.9.10 |
1174 | 2024-11-26T07:19:02.000Z | Compiling hashbrown v0.15.2 |
1175 | 2024-11-26T07:19:02.422Z | Compiling quote v1.0.37 |
1176 | 2024-11-26T07:19:02.487Z | Compiling equivalent v1.0.1 |
1177 | 2024-11-26T07:19:02.502Z | Compiling iana-time-zone v0.1.61 |
1178 | 2024-11-26T07:19:02.588Z | Compiling getrandom v0.2.15 |
1179 | 2024-11-26T07:19:02.701Z | Compiling signal-hook-registry v1.4.2 |
1180 | 2024-11-26T07:19:02.916Z | Compiling syn v2.0.89 |
1181 | 2024-11-26T07:19:02.929Z | Compiling socket2 v0.5.7 |
1182 | 2024-11-26T07:19:03.049Z | Compiling parking_lot v0.12.3 |
1183 | 2024-11-26T07:19:03.222Z | Compiling mio v1.0.2 |
1184 | 2024-11-26T07:19:03.252Z | Compiling futures-core v0.3.31 |
1185 | 2024-11-26T07:19:03.313Z | Compiling schemars v0.8.21 |
1186 | 2024-11-26T07:19:03.493Z | Compiling fnv v1.0.7 |
1187 | 2024-11-26T07:19:03.571Z | Compiling log v0.4.22 |
1188 | 2024-11-26T07:19:03.617Z | Compiling shlex v1.3.0 |
1189 | 2024-11-26T07:19:03.681Z | Compiling dyn-clone v1.0.17 |
1190 | 2024-11-26T07:19:03.711Z | Compiling slab v0.4.9 |
1191 | 2024-11-26T07:19:03.885Z | Compiling cc v1.1.21 |
1192 | 2024-11-26T07:19:03.961Z | Compiling futures-sink v0.3.31 |
1193 | 2024-11-26T07:19:03.976Z | Compiling num-traits v0.2.19 |
1194 | 2024-11-26T07:19:04.016Z | Compiling pin-utils v0.1.0 |
1195 | 2024-11-26T07:19:04.053Z | Compiling futures-io v0.3.31 |
1196 | 2024-11-26T07:19:04.092Z | Compiling futures-channel v0.3.31 |
1197 | 2024-11-26T07:19:04.104Z | Compiling futures-task v0.3.31 |
1198 | 2024-11-26T07:19:04.392Z | Compiling tracing-core v0.1.32 |
1199 | 2024-11-26T07:19:04.405Z | Compiling bitflags v2.6.0 |
1200 | 2024-11-26T07:19:04.437Z | Compiling heck v0.5.0 |
1201 | 2024-11-26T07:19:04.541Z | Compiling subtle v2.6.1 |
1202 | 2024-11-26T07:19:04.804Z | Compiling atomic-waker v1.1.2 |
1203 | 2024-11-26T07:19:04.831Z | Compiling httparse v1.9.4 |
1204 | 2024-11-26T07:19:05.021Z | Compiling try-lock v0.2.5 |
1205 | 2024-11-26T07:19:05.045Z | Compiling rustls-pki-types v1.8.0 |
1206 | 2024-11-26T07:19:05.158Z | Compiling spin v0.9.8 |
1207 | 2024-11-26T07:19:05.395Z | Compiling want v0.3.1 |
1208 | 2024-11-26T07:19:05.713Z | Compiling untrusted v0.9.0 |
1209 | 2024-11-26T07:19:05.882Z | Compiling pkg-config v0.3.31 |
1210 | 2024-11-26T07:19:05.988Z | Compiling slog v2.7.0 |
1211 | 2024-11-26T07:19:06.010Z | Compiling httpdate v1.0.3 |
1212 | 2024-11-26T07:19:06.429Z | Compiling vcpkg v0.2.15 |
1213 | 2024-11-26T07:19:06.510Z | Compiling ahash v0.8.11 |
1214 | 2024-11-26T07:19:06.603Z | Compiling zeroize v1.8.1 |
1215 | 2024-11-26T07:19:06.891Z | Compiling ring v0.17.8 |
1216 | 2024-11-26T07:19:06.920Z | Compiling tower-service v0.3.3 |
1217 | 2024-11-26T07:19:06.933Z | Compiling percent-encoding v2.3.1 |
1218 | 2024-11-26T07:19:06.974Z | Compiling allocator-api2 v0.2.18 |
1219 | 2024-11-26T07:19:07.036Z | Compiling tinyvec_macros v0.1.1 |
1220 | 2024-11-26T07:19:07.079Z | Compiling openssl v0.10.66 |
1221 | 2024-11-26T07:19:07.118Z | Compiling tinyvec v1.8.0 |
1222 | 2024-11-26T07:19:07.322Z | Compiling form_urlencoded v1.2.1 |
1223 | 2024-11-26T07:19:07.417Z | Compiling semver v1.0.23 |
1224 | 2024-11-26T07:19:07.521Z | Compiling foreign-types-shared v0.1.1 |
1225 | 2024-11-26T07:19:07.619Z | Compiling foreign-types v0.3.2 |
1226 | 2024-11-26T07:19:07.657Z | Compiling native-tls v0.2.12 |
1227 | 2024-11-26T07:19:07.696Z | Compiling rustls v0.23.13 |
1228 | 2024-11-26T07:19:07.783Z | Compiling unicode-bidi v0.3.15 |
1229 | 2024-11-26T07:19:07.952Z | Compiling ucd-trie v0.1.6 |
1230 | 2024-11-26T07:19:07.994Z | Compiling typenum v1.17.0 |
1231 | 2024-11-26T07:19:08.011Z | Compiling openssl-sys v0.9.103 |
1232 | 2024-11-26T07:19:08.024Z | Compiling openssl-probe v0.1.5 |
1233 | 2024-11-26T07:19:08.403Z | Compiling aho-corasick v1.1.3 |
1234 | 2024-11-26T07:19:08.571Z | Compiling unicode-normalization v0.1.24 |
1235 | 2024-11-26T07:19:08.674Z | Compiling generic-array v0.14.7 |
1236 | 2024-11-26T07:19:08.986Z | Compiling encoding_rs v0.8.34 |
1237 | 2024-11-26T07:19:09.124Z | Compiling regex-syntax v0.8.4 |
1238 | 2024-11-26T07:19:09.442Z | Compiling base64 v0.22.1 |
1239 | 2024-11-26T07:19:09.682Z | Compiling idna v0.5.0 |
1240 | 2024-11-26T07:19:10.255Z | Compiling serde_derive_internals v0.29.1 |
1241 | 2024-11-26T07:19:10.392Z | Compiling mime v0.3.17 |
1242 | 2024-11-26T07:19:11.101Z | Compiling url v2.5.2 |
1243 | 2024-11-26T07:19:11.641Z | Compiling rustls-pemfile v2.1.3 |
1244 | 2024-11-26T07:19:12.575Z | Compiling regex-automata v0.4.7 |
1245 | 2024-11-26T07:19:13.157Z | Compiling rustls-webpki v0.102.8 |
1246 | 2024-11-26T07:19:13.539Z | Compiling webpki-roots v0.26.6 |
1247 | 2024-11-26T07:19:13.752Z | Compiling rand_core v0.6.4 |
1248 | 2024-11-26T07:19:13.899Z | Compiling ipnet v2.10.0 |
1249 | 2024-11-26T07:19:15.053Z | Compiling num-conv v0.1.0 |
1250 | 2024-11-26T07:19:15.111Z | Compiling time-core v0.1.2 |
1251 | 2024-11-26T07:19:15.286Z | Compiling strsim v0.11.1 |
1252 | 2024-11-26T07:19:15.339Z | Compiling powerfmt v0.2.0 |
1253 | 2024-11-26T07:19:15.416Z | Compiling time-macros v0.2.18 |
1254 | 2024-11-26T07:19:15.544Z | Compiling serde_derive v1.0.215 |
1255 | 2024-11-26T07:19:15.603Z | Compiling thiserror-impl v1.0.69 |
1256 | 2024-11-26T07:19:15.746Z | Compiling zerocopy-derive v0.7.35 |
1257 | 2024-11-26T07:19:16.393Z | Compiling tokio-macros v2.4.0 |
1258 | 2024-11-26T07:19:16.786Z | Compiling schemars_derive v0.8.21 |
1259 | 2024-11-26T07:19:17.919Z | Compiling zerocopy v0.7.35 |
1260 | 2024-11-26T07:19:17.956Z | Compiling futures-macro v0.3.31 |
1261 | 2024-11-26T07:19:18.332Z | Compiling openssl-macros v0.1.1 |
1262 | 2024-11-26T07:19:18.751Z | Compiling tracing-attributes v0.1.27 |
1263 | 2024-11-26T07:19:19.864Z | Compiling pest v2.7.13 |
1264 | 2024-11-26T07:19:19.866Z | Compiling futures-util v0.3.31 |
1265 | 2024-11-26T07:19:20.042Z | Compiling hashbrown v0.14.5 |
1266 | 2024-11-26T07:19:21.474Z | Compiling regress v0.10.1 |
1267 | 2024-11-26T07:19:22.085Z | Compiling tracing v0.1.40 |
1268 | 2024-11-26T07:19:22.537Z | Compiling pest_meta v2.7.13 |
1269 | 2024-11-26T07:19:23.021Z | Compiling scroll_derive v0.12.0 |
1270 | 2024-11-26T07:19:23.329Z | Compiling regex v1.10.6 |
1271 | 2024-11-26T07:19:24.540Z | Compiling pest_generator v2.7.13 |
1272 | 2024-11-26T07:19:24.553Z | Compiling scroll v0.12.0 |
1273 | 2024-11-26T07:19:25.862Z | Compiling deranged v0.3.11 |
1274 | 2024-11-26T07:19:26.283Z | Compiling anyhow v1.0.93 |
1275 | 2024-11-26T07:19:26.634Z | Compiling num_threads v0.1.7 |
1276 | 2024-11-26T07:19:26.750Z | Compiling plain v0.2.3 |
1277 | 2024-11-26T07:19:26.905Z | Compiling goblin v0.8.2 |
1278 | 2024-11-26T07:19:26.960Z | Compiling pest_derive v2.7.13 |
1279 | 2024-11-26T07:19:27.220Z | Compiling ppv-lite86 v0.2.20 |
1280 | 2024-11-26T07:19:27.515Z | Compiling sync_wrapper v1.0.1 |
1281 | 2024-11-26T07:19:27.654Z | Compiling usdt-impl v0.5.0 |
1282 | 2024-11-26T07:19:27.893Z | Compiling pretty-hex v0.4.1 |
1283 | 2024-11-26T07:19:27.906Z | Compiling dtrace-parser v0.2.0 |
1284 | 2024-11-26T07:19:28.001Z | Compiling rand_chacha v0.3.1 |
1285 | 2024-11-26T07:19:28.104Z | Compiling block-buffer v0.10.4 |
1286 | 2024-11-26T07:19:28.167Z | Compiling crypto-common v0.1.6 |
1287 | 2024-11-26T07:19:28.335Z | Compiling thread-id v4.2.2 |
1288 | 2024-11-26T07:19:28.434Z | Compiling rustversion v1.0.17 |
1289 | 2024-11-26T07:19:28.490Z | Compiling omicron-workspace-hack v0.1.0 |
1290 | 2024-11-26T07:19:28.791Z | Compiling syn v1.0.109 |
1291 | 2024-11-26T07:19:29.094Z | Compiling bytes v1.7.2 |
1292 | 2024-11-26T07:19:29.294Z | Compiling indexmap v2.6.0 |
1293 | 2024-11-26T07:19:29.338Z | Compiling uuid v1.11.0 |
1294 | 2024-11-26T07:19:29.598Z | Compiling chrono v0.4.38 |
1295 | 2024-11-26T07:19:30.043Z | Compiling tokio v1.40.0 |
1296 | 2024-11-26T07:19:30.308Z | Compiling http v1.1.0 |
1297 | 2024-11-26T07:19:30.507Z | Compiling serde_tokenstream v0.2.2 |
1298 | 2024-11-26T07:19:31.064Z | Compiling serde_urlencoded v0.7.1 |
1299 | 2024-11-26T07:19:31.616Z | Compiling toml_datetime v0.6.8 |
1300 | 2024-11-26T07:19:31.666Z | Compiling openapiv3 v2.0.0 |
1301 | 2024-11-26T07:19:32.169Z | Compiling http-body v1.0.1 |
1302 | 2024-11-26T07:19:32.564Z | Compiling http-body-util v0.1.2 |
1303 | 2024-11-26T07:19:33.078Z | Compiling dof v0.3.0 |
1304 | 2024-11-26T07:19:33.934Z | Compiling rand v0.8.5 |
1305 | 2024-11-26T07:19:35.561Z | Compiling typify-impl v0.2.0 |
1306 | 2024-11-26T07:19:35.709Z | Compiling unsafe-libyaml v0.2.11 |
1307 | 2024-11-26T07:19:37.463Z | Compiling serde_yaml v0.9.34+deprecated |
1308 | 2024-11-26T07:19:37.530Z | Compiling winnow v0.6.18 |
1309 | 2024-11-26T07:19:39.013Z | Compiling tokio-util v0.7.12 |
1310 | 2024-11-26T07:19:39.548Z | Compiling tokio-native-tls v0.3.1 |
1311 | 2024-11-26T07:19:39.814Z | Compiling tokio-rustls v0.26.0 |
1312 | 2024-11-26T07:19:40.303Z | Compiling h2 v0.4.6 |
1313 | 2024-11-26T07:19:40.496Z | Compiling ident_case v1.0.1 |
1314 | 2024-11-26T07:19:40.671Z | Compiling match_cfg v0.1.0 |
1315 | 2024-11-26T07:19:40.758Z | Compiling hostname v0.3.1 |
1316 | 2024-11-26T07:19:41.035Z | Compiling darling_core v0.20.10 |
1317 | 2024-11-26T07:19:41.246Z | Compiling errno v0.3.9 |
1318 | 2024-11-26T07:19:41.474Z | Compiling dirs-sys-next v0.1.2 |
1319 | 2024-11-26T07:19:41.487Z | Compiling thread_local v1.1.8 |
1320 | 2024-11-26T07:19:42.131Z | Compiling camino v1.1.9 |
1321 | 2024-11-26T07:19:42.270Z | Compiling paste v1.0.15 |
1322 | 2024-11-26T07:19:42.702Z | Compiling cpufeatures v0.2.14 |
1323 | 2024-11-26T07:19:42.836Z | Compiling dirs-next v2.0.0 |
1324 | 2024-11-26T07:19:42.851Z | Compiling usdt-macro v0.5.0 |
1325 | 2024-11-26T07:19:43.037Z | Compiling usdt-attr-macro v0.5.0 |
1326 | 2024-11-26T07:19:44.918Z | Compiling futures-executor v0.3.31 |
1327 | 2024-11-26T07:19:45.285Z | Compiling hyper v1.5.1 |
1328 | 2024-11-26T07:19:45.595Z | Compiling async-trait v0.1.83 |
1329 | 2024-11-26T07:19:47.062Z | Compiling darling_macro v0.20.10 |
1330 | 2024-11-26T07:19:48.025Z | Compiling hyper-util v0.1.10 |
1331 | 2024-11-26T07:19:48.125Z | Compiling memmap v0.7.0 |
1332 | 2024-11-26T07:19:48.280Z | Compiling rustls v0.22.4 |
1333 | 2024-11-26T07:19:48.513Z | Compiling slog-async v2.8.0 |
1334 | 2024-11-26T07:19:48.567Z | Compiling darling v0.20.10 |
1335 | 2024-11-26T07:19:48.603Z | Compiling futures v0.3.31 |
1336 | 2024-11-26T07:19:48.675Z | Compiling term v0.7.0 |
1337 | 2024-11-26T07:19:49.716Z | Compiling serde_spanned v0.6.7 |
1338 | 2024-11-26T07:19:49.839Z | Compiling is-terminal v0.4.13 |
1339 | 2024-11-26T07:19:49.936Z | Compiling multer v3.1.0 |
1340 | 2024-11-26T07:19:50.006Z | Compiling instant v0.1.13 |
1341 | 2024-11-26T07:19:50.024Z | Compiling take_mut v0.2.2 |
1342 | 2024-11-26T07:19:50.128Z | Compiling toml_edit v0.22.21 |
1343 | 2024-11-26T07:19:50.131Z | Compiling serde_with_macros v3.9.0 |
1344 | 2024-11-26T07:19:50.165Z | Compiling strum_macros v0.26.4 |
1345 | 2024-11-26T07:19:50.335Z | Compiling ipnetwork v0.20.0 |
1346 | 2024-11-26T07:19:50.539Z | Compiling async-stream-impl v0.3.6 |
1347 | 2024-11-26T07:19:51.030Z | Compiling structmeta-derive v0.3.0 |
1348 | 2024-11-26T07:19:51.451Z | Compiling dropshot v0.12.0 |
1349 | 2024-11-26T07:19:51.763Z | Compiling crossbeam-utils v0.8.20 |
1350 | 2024-11-26T07:19:51.893Z | Compiling debug-ignore v1.0.5 |
1351 | 2024-11-26T07:19:52.031Z | Compiling async-stream v0.3.6 |
1352 | 2024-11-26T07:19:52.391Z | Compiling hyper-tls v0.6.0 |
1353 | 2024-11-26T07:19:52.822Z | Compiling hyper-rustls v0.27.3 |
1354 | 2024-11-26T07:19:52.863Z | Compiling serde_with v3.9.0 |
1355 | 2024-11-26T07:19:53.489Z | Compiling toml v0.8.19 |
1356 | 2024-11-26T07:19:53.737Z | Compiling structmeta v0.3.0 |
1357 | 2024-11-26T07:19:54.121Z | Compiling dropshot_endpoint v0.12.0 |
1358 | 2024-11-26T07:19:54.719Z | Compiling strum v0.26.3 |
1359 | 2024-11-26T07:19:54.889Z | Compiling tokio-rustls v0.25.0 |
1360 | 2024-11-26T07:19:55.321Z | Compiling serde_path_to_error v0.1.16 |
1361 | 2024-11-26T07:19:55.570Z | Compiling waitgroup v0.1.2 |
1362 | 2024-11-26T07:19:55.812Z | Compiling hostname v0.4.0 |
1363 | 2024-11-26T07:19:56.074Z | Compiling parse-display-derive v0.10.0 |
1364 | 2024-11-26T07:19:56.209Z | Compiling reqwest v0.12.9 |
1365 | 2024-11-26T07:19:58.158Z | Compiling hex v0.4.3 |
1366 | 2024-11-26T07:19:58.290Z | Compiling digest v0.10.7 |
1367 | 2024-11-26T07:19:58.776Z | Compiling time v0.3.36 |
1368 | 2024-11-26T07:19:58.794Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1369 | 2024-11-26T07:19:59.665Z | Compiling rustix v0.38.37 |
1370 | 2024-11-26T07:19:59.962Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1371 | 2024-11-26T07:20:00.149Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1372 | 2024-11-26T07:20:00.315Z | Compiling progenitor-client v0.8.0 |
1373 | 2024-11-26T07:20:00.502Z | Compiling backoff v0.4.0 |
1374 | 2024-11-26T07:20:00.612Z | Compiling parse-display v0.10.0 |
1375 | 2024-11-26T07:20:00.767Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1376 | 2024-11-26T07:20:00.892Z | Compiling macaddr v1.0.1 |
1377 | 2024-11-26T07:20:00.905Z | Compiling typify-macro v0.2.0 |
1378 | 2024-11-26T07:20:01.358Z | Compiling regress v0.9.1 |
1379 | 2024-11-26T07:20:01.421Z | Compiling utf8parse v0.2.2 |
1380 | 2024-11-26T07:20:01.574Z | Compiling anstyle-parse v0.2.5 |
1381 | 2024-11-26T07:20:01.925Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1382 | 2024-11-26T07:20:03.212Z | Compiling colorchoice v1.0.2 |
1383 | 2024-11-26T07:20:03.368Z | Compiling unicode-width v0.1.14 |
1384 | 2024-11-26T07:20:03.892Z | Compiling anstyle v1.0.10 |
1385 | 2024-11-26T07:20:04.185Z | Compiling is_terminal_polyfill v1.70.1 |
1386 | 2024-11-26T07:20:04.311Z | Compiling anstyle-query v1.1.1 |
1387 | 2024-11-26T07:20:04.323Z | Compiling lazy_static v1.5.0 |
1388 | 2024-11-26T07:20:04.440Z | Compiling anstream v0.6.15 |
1389 | 2024-11-26T07:20:04.481Z | Compiling usdt v0.5.0 |
1390 | 2024-11-26T07:20:04.646Z | Compiling slog-json v2.6.1 |
1391 | 2024-11-26T07:20:05.085Z | Compiling crossbeam-channel v0.5.13 |
1392 | 2024-11-26T07:20:05.098Z | Compiling clap_lex v0.7.2 |
1393 | 2024-11-26T07:20:05.293Z | Compiling slog-bunyan v2.5.0 |
1394 | 2024-11-26T07:20:05.500Z | Compiling slog-term v2.9.1 |
1395 | 2024-11-26T07:20:05.689Z | Compiling sha1 v0.10.6 |
1396 | 2024-11-26T07:20:05.959Z | Compiling typify v0.2.0 |
1397 | 2024-11-26T07:20:06.088Z | Compiling progenitor-impl v0.8.0 |
1398 | 2024-11-26T07:20:06.911Z | Compiling newtype-uuid v1.1.0 |
1399 | 2024-11-26T07:20:06.985Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1400 | 2024-11-26T07:20:07.205Z | Compiling winnow v0.5.40 |
1401 | 2024-11-26T07:20:07.372Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1402 | 2024-11-26T07:20:07.722Z | Compiling clap_derive v4.5.18 |
1403 | 2024-11-26T07:20:08.641Z | Compiling heapless v0.8.0 |
1404 | 2024-11-26T07:20:11.195Z | Compiling toml_edit v0.19.15 |
1405 | 2024-11-26T07:20:12.990Z | Compiling hash32 v0.3.1 |
1406 | 2024-11-26T07:20:13.224Z | Compiling smoltcp v0.11.0 |
1407 | 2024-11-26T07:20:13.845Z | Compiling proc-macro-crate v1.3.1 |
1408 | 2024-11-26T07:20:13.930Z | Compiling stable_deref_trait v1.2.0 |
1409 | 2024-11-26T07:20:14.033Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1410 | 2024-11-26T07:20:14.705Z | Compiling terminal_size v0.4.0 |
1411 | 2024-11-26T07:20:14.902Z | Compiling foreign-types-macros v0.2.3 |
1412 | 2024-11-26T07:20:15.330Z | Compiling proc-macro-error-attr v1.0.4 |
1413 | 2024-11-26T07:20:15.461Z | Compiling managed v0.8.0 |
1414 | 2024-11-26T07:20:15.662Z | Compiling heck v0.4.1 |
1415 | 2024-11-26T07:20:15.896Z | Compiling foreign-types-shared v0.3.1 |
1416 | 2024-11-26T07:20:16.004Z | Compiling cobs v0.2.3 |
1417 | 2024-11-26T07:20:16.077Z | Compiling either v1.13.0 |
1418 | 2024-11-26T07:20:16.307Z | Compiling bitflags v1.3.2 |
1419 | 2024-11-26T07:20:16.478Z | Compiling foreign-types v0.5.0 |
1420 | 2024-11-26T07:20:16.581Z | Compiling postcard v1.0.10 |
1421 | 2024-11-26T07:20:16.898Z | Compiling clap_builder v4.5.21 |
1422 | 2024-11-26T07:20:17.054Z | Compiling progenitor-macro v0.8.0 |
1423 | 2024-11-26T07:20:17.297Z | Compiling num_enum_derive v0.5.11 |
1424 | 2024-11-26T07:20:17.889Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1425 | 2024-11-26T07:20:18.604Z | Compiling num-integer v0.1.46 |
1426 | 2024-11-26T07:20:18.816Z | Compiling cstr-argument v0.1.2 |
1427 | 2024-11-26T07:20:19.083Z | Compiling proc-macro-error v1.0.4 |
1428 | 2024-11-26T07:20:19.382Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1429 | 2024-11-26T07:20:19.408Z | Compiling fastrand v2.1.1 |
1430 | 2024-11-26T07:20:19.676Z | Compiling num_enum v0.5.11 |
1431 | 2024-11-26T07:20:19.703Z | Compiling pretty-hex v0.2.1 |
1432 | 2024-11-26T07:20:19.824Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1433 | 2024-11-26T07:20:19.869Z | Compiling float-ord v0.3.2 |
1434 | 2024-11-26T07:20:19.882Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1435 | 2024-11-26T07:20:20.006Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1436 | 2024-11-26T07:20:20.057Z | Compiling tempfile v3.12.0 |
1437 | 2024-11-26T07:20:20.276Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1438 | 2024-11-26T07:20:20.288Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1439 | 2024-11-26T07:20:20.959Z | Compiling clap v4.5.21 |
1440 | 2024-11-26T07:20:21.247Z | Compiling colored v2.1.0 |
1441 | 2024-11-26T07:20:21.901Z | Compiling tabwriter v1.4.0 |
1442 | 2024-11-26T07:20:21.914Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1443 | 2024-11-26T07:20:22.129Z | Compiling crucible-workspace-hack v0.1.0 |
1444 | 2024-11-26T07:20:22.227Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1445 | 2024-11-26T07:20:22.995Z | Compiling num-iter v0.1.45 |
1446 | 2024-11-26T07:20:23.040Z | Compiling num-rational v0.4.2 |
1447 | 2024-11-26T07:20:23.387Z | Compiling num-complex v0.4.6 |
1448 | 2024-11-26T07:20:23.399Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1449 | 2024-11-26T07:20:23.692Z | Compiling prettyplease v0.2.22 |
1450 | 2024-11-26T07:20:23.750Z | Compiling unicode-segmentation v1.12.0 |
1451 | 2024-11-26T07:20:23.957Z | Compiling semver v0.1.20 |
1452 | 2024-11-26T07:20:24.021Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1453 | 2024-11-26T07:20:24.493Z | Compiling newline-converter v0.3.0 |
1454 | 2024-11-26T07:20:24.517Z | Compiling num v0.4.3 |
1455 | 2024-11-26T07:20:24.612Z | Compiling rustc_version v0.1.7 |
1456 | 2024-11-26T07:20:24.927Z | Compiling zone_cfg_derive v0.3.0 |
1457 | 2024-11-26T07:20:26.200Z | Compiling camino-tempfile v1.1.1 |
1458 | 2024-11-26T07:20:26.469Z | Compiling itertools v0.10.5 |
1459 | 2024-11-26T07:20:26.561Z | Compiling console v0.15.8 |
1460 | 2024-11-26T07:20:26.672Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1461 | 2024-11-26T07:20:27.929Z | Compiling num-derive v0.4.2 |
1462 | 2024-11-26T07:20:28.203Z | Compiling sigpipe v0.1.3 |
1463 | 2024-11-26T07:20:28.317Z | Compiling similar v2.6.0 |
1464 | 2024-11-26T07:20:28.385Z | Compiling base64ct v1.6.0 |
1465 | 2024-11-26T07:20:28.806Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1466 | 2024-11-26T07:20:28.998Z | Compiling password-hash v0.5.0 |
1467 | 2024-11-26T07:20:29.142Z | Compiling zone v0.3.0 |
1468 | 2024-11-26T07:20:29.401Z | Compiling expectorate v1.1.0 |
1469 | 2024-11-26T07:20:29.422Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1470 | 2024-11-26T07:20:30.246Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1471 | 2024-11-26T07:20:30.503Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1472 | 2024-11-26T07:20:30.850Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1473 | 2024-11-26T07:20:31.046Z | Compiling newtype_derive v0.1.6 |
1474 | 2024-11-26T07:20:31.314Z | Compiling blake2 v0.10.6 |
1475 | 2024-11-26T07:20:31.377Z | Compiling hubpack_derive v0.1.1 |
1476 | 2024-11-26T07:20:31.413Z | Compiling smf v0.2.3 |
1477 | 2024-11-26T07:20:32.095Z | Compiling zerocopy-derive v0.6.6 |
1478 | 2024-11-26T07:20:32.382Z | Compiling progenitor v0.8.0 |
1479 | 2024-11-26T07:20:32.584Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1480 | 2024-11-26T07:20:33.104Z | Compiling whoami v1.5.2 |
1481 | 2024-11-26T07:20:33.157Z | Compiling cancel-safe-futures v0.1.5 |
1482 | 2024-11-26T07:20:33.302Z | Compiling fixedbitset v0.4.2 |
1483 | 2024-11-26T07:20:33.522Z | Compiling owo-colors v4.1.0 |
1484 | 2024-11-26T07:20:33.757Z | Compiling petgraph v0.6.5 |
1485 | 2024-11-26T07:20:33.827Z | Compiling hubpack v0.1.2 |
1486 | 2024-11-26T07:20:33.841Z | Compiling argon2 v0.5.3 |
1487 | 2024-11-26T07:20:34.143Z | Compiling zerocopy v0.6.6 |
1488 | 2024-11-26T07:20:34.293Z | Compiling strum_macros v0.25.3 |
1489 | 2024-11-26T07:20:34.994Z | Compiling serde-big-array v0.5.1 |
1490 | 2024-11-26T07:20:35.233Z | Compiling serde_repr v0.1.19 |
1491 | 2024-11-26T07:20:35.357Z | Compiling cookie v0.18.1 |
1492 | 2024-11-26T07:20:35.698Z | Compiling convert_case v0.4.0 |
1493 | 2024-11-26T07:20:36.465Z | Compiling static_assertions v1.1.0 |
1494 | 2024-11-26T07:20:36.512Z | Compiling derive_more v0.99.18 |
1495 | 2024-11-26T07:20:36.627Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1496 | 2024-11-26T07:20:37.894Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1497 | 2024-11-26T07:20:39.442Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1498 | 2024-11-26T07:20:41.257Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1499 | 2024-11-26T07:20:41.999Z | Compiling atomicwrites v0.4.4 |
1500 | 2024-11-26T07:20:42.380Z | Compiling itertools v0.13.0 |
1501 | 2024-11-26T07:20:42.484Z | Compiling libsw v3.3.1 |
1502 | 2024-11-26T07:20:42.794Z | Compiling derive-where v1.2.7 |
1503 | 2024-11-26T07:20:43.181Z | Compiling enum-as-inner v0.6.1 |
1504 | 2024-11-26T07:20:43.770Z | Compiling idna v0.4.0 |
1505 | 2024-11-26T07:20:44.361Z | Compiling highway v1.2.0 |
1506 | 2024-11-26T07:20:45.243Z | Compiling indent_write v2.2.0 |
1507 | 2024-11-26T07:20:45.448Z | Compiling linear-map v1.2.0 |
1508 | 2024-11-26T07:20:45.569Z | Compiling quick-error v1.2.3 |
1509 | 2024-11-26T07:20:45.651Z | Compiling swrite v0.1.0 |
1510 | 2024-11-26T07:20:45.705Z | Compiling linked-hash-map v0.5.6 |
1511 | 2024-11-26T07:20:45.738Z | Compiling data-encoding v2.6.0 |
1512 | 2024-11-26T07:20:45.770Z | Compiling resolv-conf v0.7.0 |
1513 | 2024-11-26T07:20:45.939Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1514 | 2024-11-26T07:20:46.026Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1515 | 2024-11-26T07:20:46.069Z | Compiling lru-cache v0.1.2 |
1516 | 2024-11-26T07:20:46.264Z | Compiling steno v0.4.1 |
1517 | 2024-11-26T07:20:46.569Z | Compiling hickory-proto v0.24.1 |
1518 | 2024-11-26T07:20:48.595Z | Compiling slog-dtrace v0.3.0 |
1519 | 2024-11-26T07:20:48.909Z | Compiling parking_lot_core v0.8.6 |
1520 | 2024-11-26T07:20:49.368Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1521 | 2024-11-26T07:20:52.664Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1522 | 2024-11-26T07:20:55.899Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1523 | 2024-11-26T07:20:55.919Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1524 | 2024-11-26T07:20:56.857Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1525 | 2024-11-26T07:20:57.025Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1526 | 2024-11-26T07:20:57.780Z | Compiling humantime v2.1.0 |
1527 | 2024-11-26T07:20:59.288Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1528 | 2024-11-26T07:21:00.257Z | Compiling hickory-resolver v0.24.1 |
1529 | 2024-11-26T07:21:00.347Z | Compiling num-derive v0.3.3 |
1530 | 2024-11-26T07:21:00.628Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1531 | 2024-11-26T07:21:01.786Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1532 | 2024-11-26T07:21:02.108Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1533 | 2024-11-26T07:21:02.550Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1534 | 2024-11-26T07:21:02.783Z | Compiling half v2.4.1 |
1535 | 2024-11-26T07:21:02.828Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1536 | 2024-11-26T07:21:02.971Z | Compiling ciborium-io v0.2.2 |
1537 | 2024-11-26T07:21:03.052Z | Compiling parking_lot v0.11.2 |
1538 | 2024-11-26T07:21:03.088Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1539 | 2024-11-26T07:21:03.301Z | Compiling ciborium-ll v0.2.2 |
1540 | 2024-11-26T07:21:03.734Z | Compiling crossbeam-epoch v0.9.18 |
1541 | 2024-11-26T07:21:04.052Z | Compiling fxhash v0.2.1 |
1542 | 2024-11-26T07:21:04.065Z | Compiling crc32fast v1.4.2 |
1543 | 2024-11-26T07:21:04.246Z | Compiling ciborium v0.2.2 |
1544 | 2024-11-26T07:21:04.420Z | Compiling sled v0.34.7 |
1545 | 2024-11-26T07:21:13.596Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1546 | 2024-11-26T07:21:14.157Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1547 | 2024-11-26T07:21:20.306Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1548 | 2024-11-26T07:21:21.368Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1549 | 2024-11-26T07:21:22.690Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1550 | 2024-11-26T07:21:43.957Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 44s |
1551 | 2024-11-26T07:21:44.120Z | ------------ |
1552 | 2024-11-26T07:21:44.120Z | Nextest run ID 58aae150-345c-4baf-8a32-f4aba9e99e2d with nextest profile: default |
1553 | 2024-11-26T07:21:44.120Z | Starting 2 tests across 1 binary |
1554 | 2024-11-26T07:21:44.133Z | PASS [ 0.013s] rdb bestpath::test::test_bestpath |
1555 | 2024-11-26T07:21:44.202Z | PASS [ 0.079s] rdb db::test::test_rib |
1556 | 2024-11-26T07:21:44.205Z | ------------ |
1557 | 2024-11-26T07:21:44.205Z | Summary [ 0.083s] 2 tests run: 2 passed, 0 skipped |
1558 | 2024-11-26T07:21:44.219Z | + cp rib.log /work/ |
1559 | 2024-11-26T07:21:44.222Z | process exited: duration 352386 ms, exit code 0 |
|
1560 | 2024-11-26T07:21:44.232Z | found 1 output files |
1561 | 2024-11-26T07:21:44.232Z | uploading: /work/rib.log (0 bytes) |
1562 | 2024-11-26T07:21:45.239Z | uploaded: /work/rib.log |