|
|
|
1 | 2024-11-26T08:00:03.434Z | job assigned to worker 01JDKQNR1CJ7K3910GBK1D57YN [factory aws, i-0ee9c5cc47b145a4f] (queued for 1 m 18 s) |
|
2 | 2024-11-26T08:00:11.326Z | starting task 0: "setup" |
3 | 2024-11-26T08:00:11.337Z | ++ uname -s |
4 | 2024-11-26T08:00:11.339Z | + kern=SunOS |
5 | 2024-11-26T08:00:11.339Z | + case "$kern" in |
6 | 2024-11-26T08:00:11.339Z | + groupadd -g 12345 build |
7 | 2024-11-26T08:00:11.341Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T08:00:13.348Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T08:00:13.457Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T08:00:13.459Z | + home_fs=zfs |
11 | 2024-11-26T08:00:13.459Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T08:00:13.459Z | + mkdir -p /home/build |
13 | 2024-11-26T08:00:13.462Z | + chown build:build /home/build /work |
14 | 2024-11-26T08:00:14.463Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T08:00:14.466Z | process exited: duration 3139 ms, exit code 0 |
|
16 | 2024-11-26T08:00:14.470Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T08:00:14.476Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T08:00:14.476Z | ' stable |
19 | 2024-11-26T08:00:14.478Z | * toolchain channel = "stable" |
20 | 2024-11-26T08:00:14.478Z | * toolchain profile = "default" |
21 | 2024-11-26T08:00:14.478Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-26T08:00:14.478Z | ' default |
23 | 2024-11-26T08:00:14.478Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T08:00:14.478Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T08:00:14.571Z | info: downloading installer |
26 | 2024-11-26T08:00:15.742Z | info: profile set to 'default' |
27 | 2024-11-26T08:00:15.742Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T08:00:15.748Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T08:00:15.900Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T08:00:15.900Z | info: downloading component 'cargo' |
31 | 2024-11-26T08:00:16.776Z | info: downloading component 'clippy' |
32 | 2024-11-26T08:00:17.109Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T08:00:18.342Z | info: downloading component 'rust-std' |
34 | 2024-11-26T08:00:20.304Z | info: downloading component 'rustc' |
35 | 2024-11-26T08:00:27.443Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T08:00:27.697Z | info: installing component 'cargo' |
37 | 2024-11-26T08:00:28.502Z | info: installing component 'clippy' |
38 | 2024-11-26T08:00:28.874Z | info: installing component 'rust-docs' |
39 | 2024-11-26T08:00:30.574Z | info: installing component 'rust-std' |
40 | 2024-11-26T08:00:32.372Z | info: installing component 'rustc' |
41 | 2024-11-26T08:00:38.406Z | info: installing component 'rustfmt' |
42 | 2024-11-26T08:00:38.724Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T08:00:38.724Z | |
44 | 2024-11-26T08:00:39.103Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T08:00:39.103Z | |
46 | 2024-11-26T08:00:39.105Z | |
47 | 2024-11-26T08:00:39.105Z | Rust is installed now. Great! |
48 | 2024-11-26T08:00:39.106Z | |
49 | 2024-11-26T08:00:39.106Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T08:00:39.106Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T08:00:39.106Z | |
52 | 2024-11-26T08:00:39.106Z | To configure your current shell, you need to source |
53 | 2024-11-26T08:00:39.106Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T08:00:39.106Z | |
55 | 2024-11-26T08:00:39.106Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T08:00:39.106Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T08:00:39.106Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T08:00:39.183Z | + rustc --version |
59 | 2024-11-26T08:00:39.251Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T08:00:39.255Z | process exited: duration 24784 ms, exit code 0 |
|
61 | 2024-11-26T08:00:39.260Z | starting task 2: "authentication" |
62 | 2024-11-26T08:00:39.281Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-26T08:00:39.288Z | starting task 3: "clone repository" |
64 | 2024-11-26T08:00:39.291Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T08:00:39.293Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T08:00:39.328Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T08:00:39.899Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T08:00:39.899Z | + git fetch origin ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
69 | 2024-11-26T08:00:40.136Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T08:00:40.136Z | * branch ea2205913f50e3f5d9e448957a49fc1368ad2ac3 -> FETCH_HEAD |
71 | 2024-11-26T08:00:40.147Z | + [[ -n renovate/hostname-0.x ]] |
72 | 2024-11-26T08:00:40.149Z | ++ git branch --show-current |
73 | 2024-11-26T08:00:40.151Z | + current=main |
74 | 2024-11-26T08:00:40.155Z | + [[ main != renovate/hostname-0.x ]] |
75 | 2024-11-26T08:00:40.155Z | + git branch -f renovate/hostname-0.x ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
76 | 2024-11-26T08:00:40.157Z | + git checkout -f renovate/hostname-0.x |
77 | 2024-11-26T08:00:40.173Z | Switched to branch 'renovate/hostname-0.x' |
78 | 2024-11-26T08:00:40.175Z | + git reset --hard ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
79 | 2024-11-26T08:00:40.188Z | HEAD is now at ea22059 Update Rust crate hostname to 0.4 |
80 | 2024-11-26T08:00:40.190Z | process exited: duration 903 ms, exit code 0 |
|
81 | 2024-11-26T08:00:40.196Z | starting task 4: "build" |
82 | 2024-11-26T08:00:40.202Z | + set -e |
83 | 2024-11-26T08:00:40.202Z | + cargo --version |
84 | 2024-11-26T08:00:40.206Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-11-26T08:00:40.348Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-11-26T08:00:40.348Z | info: downloading component 'cargo' |
87 | 2024-11-26T08:00:41.046Z | info: downloading component 'clippy' |
88 | 2024-11-26T08:00:41.306Z | info: downloading component 'rust-docs' |
89 | 2024-11-26T08:00:42.280Z | info: downloading component 'rust-std' |
90 | 2024-11-26T08:00:43.791Z | info: downloading component 'rustc' |
91 | 2024-11-26T08:00:49.219Z | info: downloading component 'rustfmt' |
92 | 2024-11-26T08:00:49.424Z | info: installing component 'cargo' |
93 | 2024-11-26T08:00:50.232Z | info: installing component 'clippy' |
94 | 2024-11-26T08:00:50.594Z | info: installing component 'rust-docs' |
95 | 2024-11-26T08:00:52.242Z | info: installing component 'rust-std' |
96 | 2024-11-26T08:00:53.974Z | info: installing component 'rustc' |
97 | 2024-11-26T08:00:59.650Z | info: installing component 'rustfmt' |
98 | 2024-11-26T08:01:00.060Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-11-26T08:01:00.064Z | + rustc --version |
100 | 2024-11-26T08:01:00.136Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-11-26T08:01:00.141Z | + cargo install cargo-nextest |
102 | 2024-11-26T08:01:00.227Z | Updating crates.io index |
103 | 2024-11-26T08:01:00.337Z | Downloading crates ... |
104 | 2024-11-26T08:01:00.401Z | Downloaded cargo-nextest v0.9.84 |
105 | 2024-11-26T08:01:00.443Z | Installing cargo-nextest v0.9.84 |
106 | 2024-11-26T08:01:00.532Z | Updating crates.io index |
107 | 2024-11-26T08:01:01.650Z | Locking 359 packages to latest compatible versions |
108 | 2024-11-26T08:01:01.652Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
109 | 2024-11-26T08:01:01.652Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
110 | 2024-11-26T08:01:01.652Z | Adding base64 v0.21.7 (latest: v0.22.1) |
111 | 2024-11-26T08:01:01.668Z | Adding cargo_metadata v0.18.1 (latest: v0.19.0) |
112 | 2024-11-26T08:01:01.672Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
113 | 2024-11-26T08:01:01.675Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
114 | 2024-11-26T08:01:01.675Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
115 | 2024-11-26T08:01:01.675Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
116 | 2024-11-26T08:01:01.675Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
117 | 2024-11-26T08:01:01.675Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
118 | 2024-11-26T08:01:01.675Z | Adding gimli v0.28.1 (latest: v0.31.1) |
119 | 2024-11-26T08:01:01.678Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
120 | 2024-11-26T08:01:01.681Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
121 | 2024-11-26T08:01:01.685Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
122 | 2024-11-26T08:01:01.685Z | Adding mukti-metadata v0.2.1 (latest: v0.3.0) |
123 | 2024-11-26T08:01:01.687Z | Adding nextest-runner v0.67.0 (latest: v0.68.0) |
124 | 2024-11-26T08:01:01.688Z | Adding object v0.32.2 (latest: v0.36.5) |
125 | 2024-11-26T08:01:01.688Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
126 | 2024-11-26T08:01:01.690Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
127 | 2024-11-26T08:01:01.702Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
128 | 2024-11-26T08:01:01.708Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
129 | 2024-11-26T08:01:01.710Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
130 | 2024-11-26T08:01:01.710Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
131 | 2024-11-26T08:01:01.710Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
132 | 2024-11-26T08:01:01.713Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
133 | 2024-11-26T08:01:01.713Z | Adding vte v0.11.1 (latest: v0.13.0) |
134 | 2024-11-26T08:01:01.716Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
135 | 2024-11-26T08:01:01.716Z | Adding windows v0.52.0 (latest: v0.58.0) |
136 | 2024-11-26T08:01:01.716Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
137 | 2024-11-26T08:01:01.716Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
138 | 2024-11-26T08:01:01.716Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
139 | 2024-11-26T08:01:01.716Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
140 | 2024-11-26T08:01:01.716Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
141 | 2024-11-26T08:01:01.716Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
142 | 2024-11-26T08:01:01.716Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
143 | 2024-11-26T08:01:01.716Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
144 | 2024-11-26T08:01:01.716Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
145 | 2024-11-26T08:01:01.716Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
146 | 2024-11-26T08:01:01.716Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
147 | 2024-11-26T08:01:01.716Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
148 | 2024-11-26T08:01:01.716Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-11-26T08:01:01.717Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
150 | 2024-11-26T08:01:01.717Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
151 | 2024-11-26T08:01:01.717Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
152 | 2024-11-26T08:01:01.717Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
153 | 2024-11-26T08:01:01.717Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
154 | 2024-11-26T08:01:01.717Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
155 | 2024-11-26T08:01:01.717Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
156 | 2024-11-26T08:01:01.717Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
157 | 2024-11-26T08:01:01.720Z | Adding writeable v0.5.5 (latest: v0.6.0) |
158 | 2024-11-26T08:01:01.720Z | Adding zerocopy v0.7.35 (latest: v0.8.11) |
159 | 2024-11-26T08:01:01.720Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.11) |
160 | 2024-11-26T08:01:01.720Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
161 | 2024-11-26T08:01:01.720Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
162 | 2024-11-26T08:01:01.720Z | Downloading crates ... |
163 | 2024-11-26T08:01:01.792Z | Downloaded digest v0.10.7 |
164 | 2024-11-26T08:01:01.804Z | Downloaded icu_collections v1.5.0 |
165 | 2024-11-26T08:01:01.823Z | Downloaded aho-corasick v1.1.3 |
166 | 2024-11-26T08:01:01.828Z | Downloaded adler2 v2.0.0 |
167 | 2024-11-26T08:01:01.831Z | Downloaded addr2line v0.21.0 |
168 | 2024-11-26T08:01:01.833Z | Downloaded anstyle-parse v0.2.6 |
169 | 2024-11-26T08:01:01.835Z | Downloaded anstyle-query v1.1.2 |
170 | 2024-11-26T08:01:01.838Z | Downloaded anstyle v1.0.10 |
171 | 2024-11-26T08:01:01.838Z | Downloaded adler v1.0.2 |
172 | 2024-11-26T08:01:01.841Z | Downloaded ahash v0.8.11 |
173 | 2024-11-26T08:01:01.843Z | Downloaded anstream v0.6.18 |
174 | 2024-11-26T08:01:01.854Z | Downloaded block-buffer v0.10.4 |
175 | 2024-11-26T08:01:01.856Z | Downloaded base64ct v1.6.0 |
176 | 2024-11-26T08:01:01.859Z | Downloaded atomicwrites v0.4.4 |
177 | 2024-11-26T08:01:01.862Z | Downloaded async-scoped v0.9.0 |
178 | 2024-11-26T08:01:01.864Z | Downloaded base64 v0.22.1 |
179 | 2024-11-26T08:01:01.867Z | Downloaded shared_child v1.0.1 |
180 | 2024-11-26T08:01:01.869Z | Downloaded backtrace v0.3.71 |
181 | 2024-11-26T08:01:01.876Z | Downloaded cargo-platform v0.1.8 |
182 | 2024-11-26T08:01:01.878Z | Downloaded icu_locid v1.5.0 |
183 | 2024-11-26T08:01:01.882Z | Downloaded socket2 v0.5.7 |
184 | 2024-11-26T08:01:01.885Z | Downloaded slab v0.4.9 |
185 | 2024-11-26T08:01:01.888Z | Downloaded signature v2.2.0 |
186 | 2024-11-26T08:01:01.888Z | Downloaded shlex v1.3.0 |
187 | 2024-11-26T08:01:01.891Z | Downloaded spki v0.7.3 |
188 | 2024-11-26T08:01:01.893Z | Downloaded backtrace-ext v0.2.1 |
189 | 2024-11-26T08:01:01.896Z | Downloaded supports-color v3.0.1 |
190 | 2024-11-26T08:01:01.896Z | Downloaded strip-ansi-escapes v0.2.0 |
191 | 2024-11-26T08:01:01.899Z | Downloaded supports-unicode v3.0.0 |
192 | 2024-11-26T08:01:01.899Z | Downloaded shell-words v1.1.0 |
193 | 2024-11-26T08:01:01.902Z | Downloaded dialoguer v0.11.0 |
194 | 2024-11-26T08:01:01.905Z | Downloaded thread_local v1.1.8 |
195 | 2024-11-26T08:01:01.905Z | Downloaded supports-hyperlinks v3.0.0 |
196 | 2024-11-26T08:01:01.907Z | Downloaded camino-tempfile v1.1.1 |
197 | 2024-11-26T08:01:01.910Z | Downloaded crc32fast v1.4.2 |
198 | 2024-11-26T08:01:01.910Z | Downloaded camino v1.1.9 |
199 | 2024-11-26T08:01:01.913Z | Downloaded tinyvec_macros v0.1.1 |
200 | 2024-11-26T08:01:01.916Z | Downloaded byteorder v1.5.0 |
201 | 2024-11-26T08:01:01.916Z | Downloaded cfg-if v1.0.0 |
202 | 2024-11-26T08:01:01.919Z | Downloaded tinyvec v1.8.0 |
203 | 2024-11-26T08:01:01.923Z | Downloaded tokio-macros v2.4.0 |
204 | 2024-11-26T08:01:01.923Z | Downloaded thiserror-impl v2.0.3 |
205 | 2024-11-26T08:01:01.926Z | Downloaded target-spec-miette v0.4.0 |
206 | 2024-11-26T08:01:01.926Z | Downloaded sync_wrapper v1.0.2 |
207 | 2024-11-26T08:01:01.926Z | Downloaded cargo_metadata v0.18.1 |
208 | 2024-11-26T08:01:01.928Z | Downloaded stable_deref_trait v1.2.0 |
209 | 2024-11-26T08:01:01.928Z | Downloaded swrite v0.1.0 |
210 | 2024-11-26T08:01:01.929Z | Downloaded subtle v2.6.1 |
211 | 2024-11-26T08:01:01.931Z | Downloaded strsim v0.11.1 |
212 | 2024-11-26T08:01:01.933Z | Downloaded static_assertions v1.1.0 |
213 | 2024-11-26T08:01:01.936Z | Downloaded vte_generate_state_changes v0.1.2 |
214 | 2024-11-26T08:01:01.936Z | Downloaded syn v2.0.89 |
215 | 2024-11-26T08:01:01.947Z | Downloaded yoke-derive v0.7.5 |
216 | 2024-11-26T08:01:01.950Z | Downloaded want v0.3.1 |
217 | 2024-11-26T08:01:01.950Z | Downloaded synstructure v0.13.1 |
218 | 2024-11-26T08:01:01.953Z | Downloaded write16 v1.0.0 |
219 | 2024-11-26T08:01:01.953Z | Downloaded try-lock v0.2.5 |
220 | 2024-11-26T08:01:01.953Z | Downloaded tower-service v0.3.3 |
221 | 2024-11-26T08:01:01.956Z | Downloaded tokio-native-tls v0.3.1 |
222 | 2024-11-26T08:01:01.956Z | Downloaded zerofrom v0.1.5 |
223 | 2024-11-26T08:01:01.959Z | Downloaded terminal_size v0.3.0 |
224 | 2024-11-26T08:01:01.959Z | Downloaded urlencoding v2.1.3 |
225 | 2024-11-26T08:01:01.961Z | Downloaded spin v0.9.8 |
226 | 2024-11-26T08:01:01.964Z | Downloaded smol_str v0.3.2 |
227 | 2024-11-26T08:01:01.964Z | Downloaded toml_datetime v0.6.8 |
228 | 2024-11-26T08:01:01.966Z | Downloaded unicode-linebreak v0.1.5 |
229 | 2024-11-26T08:01:01.968Z | Downloaded tinystr v0.7.6 |
230 | 2024-11-26T08:01:01.968Z | Downloaded thiserror v1.0.69 |
231 | 2024-11-26T08:01:01.974Z | Downloaded version_check v0.9.5 |
232 | 2024-11-26T08:01:01.977Z | Downloaded target-lexicon v0.12.16 |
233 | 2024-11-26T08:01:01.980Z | Downloaded writeable v0.5.5 |
234 | 2024-11-26T08:01:01.982Z | Downloaded icu_provider_macros v1.5.0 |
235 | 2024-11-26T08:01:01.982Z | Downloaded tokio-rustls v0.26.0 |
236 | 2024-11-26T08:01:01.985Z | Downloaded thiserror-impl v1.0.69 |
237 | 2024-11-26T08:01:01.985Z | Downloaded untrusted v0.9.0 |
238 | 2024-11-26T08:01:01.987Z | Downloaded tracing-log v0.2.0 |
239 | 2024-11-26T08:01:01.989Z | Downloaded target-spec v3.2.2 |
240 | 2024-11-26T08:01:01.992Z | Downloaded unicase v2.8.0 |
241 | 2024-11-26T08:01:01.992Z | Downloaded terminal_size v0.4.0 |
242 | 2024-11-26T08:01:01.996Z | Downloaded utf8parse v0.2.2 |
243 | 2024-11-26T08:01:01.996Z | Downloaded xattr v1.3.1 |
244 | 2024-11-26T08:01:01.999Z | Downloaded utf8_iter v1.0.4 |
245 | 2024-11-26T08:01:01.999Z | Downloaded tracing-error v0.2.0 |
246 | 2024-11-26T08:01:02.002Z | Downloaded smawk v0.3.2 |
247 | 2024-11-26T08:01:02.005Z | Downloaded percent-encoding v2.3.1 |
248 | 2024-11-26T08:01:02.005Z | Downloaded pathdiff v0.2.3 |
249 | 2024-11-26T08:01:02.005Z | Downloaded zstd-safe v7.2.1 |
250 | 2024-11-26T08:01:02.007Z | Downloaded zipsign-api v0.1.2 |
251 | 2024-11-26T08:01:02.009Z | Downloaded zerovec-derive v0.10.3 |
252 | 2024-11-26T08:01:02.009Z | Downloaded equivalent v1.0.1 |
253 | 2024-11-26T08:01:02.012Z | Downloaded enable-ansi-support v0.2.1 |
254 | 2024-11-26T08:01:02.012Z | Downloaded clap_derive v4.5.18 |
255 | 2024-11-26T08:01:02.014Z | Downloaded cfg-expr v0.17.1 |
256 | 2024-11-26T08:01:02.017Z | Downloaded tracing-attributes v0.1.27 |
257 | 2024-11-26T08:01:02.020Z | Downloaded guppy-workspace-hack v0.1.0 |
258 | 2024-11-26T08:01:02.022Z | Downloaded foreign-types-shared v0.1.1 |
259 | 2024-11-26T08:01:02.022Z | Downloaded foreign-types v0.3.2 |
260 | 2024-11-26T08:01:02.022Z | Downloaded zeroize v1.8.1 |
261 | 2024-11-26T08:01:02.025Z | Downloaded zerofrom-derive v0.1.5 |
262 | 2024-11-26T08:01:02.027Z | Downloaded mukti-metadata v0.2.1 |
263 | 2024-11-26T08:01:02.027Z | Downloaded humantime-serde v1.1.1 |
264 | 2024-11-26T08:01:02.030Z | Downloaded http-body v1.0.1 |
265 | 2024-11-26T08:01:02.030Z | Downloaded pin-utils v0.1.0 |
266 | 2024-11-26T08:01:02.030Z | Downloaded newtype-uuid v1.1.3 |
267 | 2024-11-26T08:01:02.032Z | Downloaded os_pipe v1.2.1 |
268 | 2024-11-26T08:01:02.034Z | Downloaded xxhash-rust v0.8.12 |
269 | 2024-11-26T08:01:02.034Z | Downloaded utf16_iter v1.0.5 |
270 | 2024-11-26T08:01:02.037Z | Downloaded thiserror v2.0.3 |
271 | 2024-11-26T08:01:02.041Z | Downloaded serde_path_to_error v0.1.16 |
272 | 2024-11-26T08:01:02.044Z | Downloaded debug-ignore v1.0.5 |
273 | 2024-11-26T08:01:02.047Z | Downloaded tempfile v3.14.0 |
274 | 2024-11-26T08:01:02.051Z | Downloaded serde_urlencoded v0.7.1 |
275 | 2024-11-26T08:01:02.057Z | Downloaded nextest-metadata v0.12.1 |
276 | 2024-11-26T08:01:02.057Z | Downloaded crypto-common v0.1.6 |
277 | 2024-11-26T08:01:02.057Z | Downloaded filetime v0.2.25 |
278 | 2024-11-26T08:01:02.057Z | Downloaded nextest-workspace-hack v0.1.0 |
279 | 2024-11-26T08:01:02.057Z | Downloaded ed25519 v2.2.3 |
280 | 2024-11-26T08:01:02.059Z | Downloaded clap_lex v0.7.3 |
281 | 2024-11-26T08:01:02.059Z | Downloaded borsh v1.5.3 |
282 | 2024-11-26T08:01:02.064Z | Downloaded number_prefix v0.4.0 |
283 | 2024-11-26T08:01:02.067Z | Downloaded textwrap v0.16.1 |
284 | 2024-11-26T08:01:02.070Z | Downloaded zstd v0.13.2 |
285 | 2024-11-26T08:01:02.072Z | Downloaded zerocopy-derive v0.7.35 |
286 | 2024-11-26T08:01:02.074Z | Downloaded openssl-macros v0.1.1 |
287 | 2024-11-26T08:01:02.077Z | Downloaded uuid v1.11.0 |
288 | 2024-11-26T08:01:02.081Z | Downloaded miette-derive v7.2.0 |
289 | 2024-11-26T08:01:02.081Z | Downloaded unicode-ident v1.0.14 |
290 | 2024-11-26T08:01:02.084Z | Downloaded typenum v1.17.0 |
291 | 2024-11-26T08:01:02.086Z | Downloaded yoke v0.7.5 |
292 | 2024-11-26T08:01:02.088Z | Downloaded http-body-util v0.1.2 |
293 | 2024-11-26T08:01:02.088Z | Downloaded pkg-config v0.3.31 |
294 | 2024-11-26T08:01:02.091Z | Downloaded quick-junit v0.5.1 |
295 | 2024-11-26T08:01:02.093Z | Downloaded native-tls v0.2.12 |
296 | 2024-11-26T08:01:02.096Z | Downloaded pin-project-lite v0.2.15 |
297 | 2024-11-26T08:01:02.100Z | Downloaded indenter v0.3.3 |
298 | 2024-11-26T08:01:02.103Z | Downloaded rustc_version v0.4.1 |
299 | 2024-11-26T08:01:02.103Z | Downloaded heck v0.5.0 |
300 | 2024-11-26T08:01:02.105Z | Downloaded generic-array v0.14.7 |
301 | 2024-11-26T08:01:02.105Z | Downloaded rustc-hash v2.0.0 |
302 | 2024-11-26T08:01:02.108Z | Downloaded is_ci v1.2.0 |
303 | 2024-11-26T08:01:02.108Z | Downloaded nextest-filtering v0.12.0 |
304 | 2024-11-26T08:01:02.111Z | Downloaded owo-colors v3.5.0 |
305 | 2024-11-26T08:01:02.111Z | Downloaded nested v0.1.1 |
306 | 2024-11-26T08:01:02.114Z | Downloaded icu_locid_transform v1.5.0 |
307 | 2024-11-26T08:01:02.118Z | Downloaded mime v0.3.17 |
308 | 2024-11-26T08:01:02.118Z | Downloaded icu_normalizer v1.5.0 |
309 | 2024-11-26T08:01:02.121Z | Downloaded lazy_static v1.5.0 |
310 | 2024-11-26T08:01:02.121Z | Downloaded owo-colors v4.1.0 |
311 | 2024-11-26T08:01:02.123Z | Downloaded rustc-demangle v0.1.24 |
312 | 2024-11-26T08:01:02.126Z | Downloaded tar v0.4.43 |
313 | 2024-11-26T08:01:02.128Z | Downloaded tracing-core v0.1.33 |
314 | 2024-11-26T08:01:02.131Z | Downloaded idna_adapter v1.2.0 |
315 | 2024-11-26T08:01:02.134Z | Downloaded hyper-tls v0.6.0 |
316 | 2024-11-26T08:01:02.134Z | Downloaded itoa v1.0.14 |
317 | 2024-11-26T08:01:02.136Z | Downloaded ryu v1.0.18 |
318 | 2024-11-26T08:01:02.139Z | Downloaded self-replace v1.5.0 |
319 | 2024-11-26T08:01:02.141Z | Downloaded log v0.4.22 |
320 | 2024-11-26T08:01:02.144Z | Downloaded proc-macro2 v1.0.92 |
321 | 2024-11-26T08:01:02.146Z | Downloaded quote v1.0.37 |
322 | 2024-11-26T08:01:02.149Z | Downloaded iana-time-zone v0.1.61 |
323 | 2024-11-26T08:01:02.151Z | Downloaded openssl-probe v0.1.5 |
324 | 2024-11-26T08:01:02.154Z | Downloaded getrandom v0.2.15 |
325 | 2024-11-26T08:01:02.157Z | Downloaded httparse v1.9.5 |
326 | 2024-11-26T08:01:02.159Z | Downloaded semver v1.0.23 |
327 | 2024-11-26T08:01:02.162Z | Downloaded once_cell v1.20.2 |
328 | 2024-11-26T08:01:02.164Z | Downloaded is_terminal_polyfill v1.70.1 |
329 | 2024-11-26T08:01:02.166Z | Downloaded rand_core v0.6.4 |
330 | 2024-11-26T08:01:02.167Z | Downloaded icu_properties v1.5.1 |
331 | 2024-11-26T08:01:02.169Z | Downloaded futures v0.3.31 |
332 | 2024-11-26T08:01:02.173Z | Downloaded jobserver v0.1.32 |
333 | 2024-11-26T08:01:02.175Z | Downloaded futures-channel v0.3.31 |
334 | 2024-11-26T08:01:02.178Z | Downloaded url v2.5.4 |
335 | 2024-11-26T08:01:02.180Z | Downloaded rustls-pemfile v2.2.0 |
336 | 2024-11-26T08:01:02.184Z | Downloaded serde_derive v1.0.215 |
337 | 2024-11-26T08:01:02.186Z | Downloaded num-traits v0.2.19 |
338 | 2024-11-26T08:01:02.189Z | Downloaded ipnet v2.10.1 |
339 | 2024-11-26T08:01:02.192Z | Downloaded tracing v0.1.40 |
340 | 2024-11-26T08:01:02.194Z | Downloaded clap v4.5.21 |
341 | 2024-11-26T08:01:02.204Z | Downloaded pin-project-internal v1.1.7 |
342 | 2024-11-26T08:01:02.206Z | Downloaded sha2 v0.10.8 |
343 | 2024-11-26T08:01:02.208Z | Downloaded icu_normalizer_data v1.5.0 |
344 | 2024-11-26T08:01:02.210Z | Downloaded self_update v0.41.0 |
345 | 2024-11-26T08:01:02.213Z | Downloaded ron v0.8.1 |
346 | 2024-11-26T08:01:02.218Z | Downloaded miniz_oxide v0.8.0 |
347 | 2024-11-26T08:01:02.221Z | Downloaded icu_provider v1.5.0 |
348 | 2024-11-26T08:01:02.224Z | Downloaded miniz_oxide v0.7.4 |
349 | 2024-11-26T08:01:02.226Z | Downloaded indicatif v0.17.9 |
350 | 2024-11-26T08:01:02.232Z | Downloaded serde v1.0.215 |
351 | 2024-11-26T08:01:02.234Z | Downloaded eyre v0.6.12 |
352 | 2024-11-26T08:01:02.238Z | Downloaded ed25519-dalek v2.1.1 |
353 | 2024-11-26T08:01:02.241Z | Downloaded toml_edit v0.22.22 |
354 | 2024-11-26T08:01:02.264Z | Downloaded pin-project v1.1.7 |
355 | 2024-11-26T08:01:02.276Z | Downloaded openssl-sys v0.9.104 |
356 | 2024-11-26T08:01:02.282Z | Downloaded rustls-pki-types v1.10.0 |
357 | 2024-11-26T08:01:02.285Z | Downloaded sharded-slab v0.1.7 |
358 | 2024-11-26T08:01:02.289Z | Downloaded quinn v0.11.6 |
359 | 2024-11-26T08:01:02.293Z | Downloaded der v0.7.9 |
360 | 2024-11-26T08:01:02.298Z | Downloaded http v1.1.0 |
361 | 2024-11-26T08:01:02.303Z | Downloaded rand v0.8.5 |
362 | 2024-11-26T08:01:02.307Z | Downloaded miette v7.2.0 |
363 | 2024-11-26T08:01:02.312Z | Downloaded mio v1.0.2 |
364 | 2024-11-26T08:01:02.319Z | Downloaded minimal-lexical v0.2.1 |
365 | 2024-11-26T08:01:02.322Z | Downloaded memchr v2.7.4 |
366 | 2024-11-26T08:01:02.327Z | Downloaded zerovec v0.10.4 |
367 | 2024-11-26T08:01:02.333Z | Downloaded unicode-normalization v0.1.24 |
368 | 2024-11-26T08:01:02.337Z | Downloaded nom v7.1.3 |
369 | 2024-11-26T08:01:02.343Z | Downloaded zerocopy v0.7.35 |
370 | 2024-11-26T08:01:02.360Z | Downloaded serde_json v1.0.133 |
371 | 2024-11-26T08:01:02.366Z | Downloaded clap_builder v4.5.21 |
372 | 2024-11-26T08:01:02.377Z | Downloaded itertools v0.13.0 |
373 | 2024-11-26T08:01:02.382Z | Downloaded idna v1.0.3 |
374 | 2024-11-26T08:01:02.393Z | Downloaded futures-util v0.3.31 |
375 | 2024-11-26T08:01:02.398Z | Downloaded portable-atomic v1.10.0 |
376 | 2024-11-26T08:01:02.402Z | Downloaded color-spantrace v0.2.1 |
377 | 2024-11-26T08:01:02.405Z | Downloaded reqwest v0.12.9 |
378 | 2024-11-26T08:01:02.414Z | Downloaded rustls-webpki v0.102.8 |
379 | 2024-11-26T08:01:02.432Z | Downloaded quick-xml v0.23.1 |
380 | 2024-11-26T08:01:02.439Z | Downloaded tracing-subscriber v0.3.18 |
381 | 2024-11-26T08:01:02.446Z | Downloaded chrono v0.4.38 |
382 | 2024-11-26T08:01:02.454Z | Downloaded hashbrown v0.15.2 |
383 | 2024-11-26T08:01:02.459Z | Downloaded gimli v0.28.1 |
384 | 2024-11-26T08:01:02.467Z | Downloaded quick-xml v0.37.1 |
385 | 2024-11-26T08:01:02.473Z | Downloaded bstr v1.11.0 |
386 | 2024-11-26T08:01:02.483Z | Downloaded icu_properties_data v1.5.0 |
387 | 2024-11-26T08:01:02.494Z | Downloaded quinn-proto v0.11.9 |
388 | 2024-11-26T08:01:02.502Z | Downloaded nix v0.29.0 |
389 | 2024-11-26T08:01:02.512Z | Downloaded vcpkg v0.2.15 |
390 | 2024-11-26T08:01:02.552Z | Downloaded regex v1.11.1 |
391 | 2024-11-26T08:01:02.563Z | Downloaded webpki-roots v0.26.7 |
392 | 2024-11-26T08:01:02.567Z | Downloaded unicode-width v0.2.0 |
393 | 2024-11-26T08:01:02.573Z | Downloaded openssl v0.10.68 |
394 | 2024-11-26T08:01:02.581Z | Downloaded object v0.32.2 |
395 | 2024-11-26T08:01:02.592Z | Downloaded nextest-runner v0.67.0 |
396 | 2024-11-26T08:01:02.601Z | Downloaded unicode-width v0.1.14 |
397 | 2024-11-26T08:01:02.608Z | Downloaded curve25519-dalek v4.1.3 |
398 | 2024-11-26T08:01:02.617Z | Downloaded rustls v0.23.18 |
399 | 2024-11-26T08:01:02.628Z | Downloaded rustix v0.38.41 |
400 | 2024-11-26T08:01:02.652Z | Downloaded regex-syntax v0.8.5 |
401 | 2024-11-26T08:01:02.658Z | Downloaded winnow v0.6.20 |
402 | 2024-11-26T08:01:02.665Z | Downloaded hyper v1.5.1 |
403 | 2024-11-26T08:01:02.672Z | Downloaded guppy v0.17.8 |
404 | 2024-11-26T08:01:02.676Z | Downloaded flate2 v1.0.35 |
405 | 2024-11-26T08:01:02.682Z | Downloaded regex-automata v0.4.9 |
406 | 2024-11-26T08:01:02.698Z | Downloaded color-eyre v0.6.3 |
407 | 2024-11-26T08:01:02.705Z | Downloaded indexmap v2.6.0 |
408 | 2024-11-26T08:01:02.710Z | Downloaded hyper-util v0.1.10 |
409 | 2024-11-26T08:01:02.713Z | Downloaded config v0.14.1 |
410 | 2024-11-26T08:01:02.718Z | Downloaded petgraph v0.6.5 |
411 | 2024-11-26T08:01:02.734Z | Downloaded rand_chacha v0.3.1 |
412 | 2024-11-26T08:01:02.737Z | Downloaded libc v0.2.165 |
413 | 2024-11-26T08:01:02.760Z | Downloaded serde_ignored v0.1.10 |
414 | 2024-11-26T08:01:02.762Z | Downloaded const-oid v0.9.6 |
415 | 2024-11-26T08:01:02.762Z | Downloaded cc v1.2.1 |
416 | 2024-11-26T08:01:02.765Z | Downloaded hyper-rustls v0.27.3 |
417 | 2024-11-26T08:01:02.768Z | Downloaded toml v0.8.19 |
418 | 2024-11-26T08:01:02.771Z | Downloaded quinn-udp v0.5.7 |
419 | 2024-11-26T08:01:02.771Z | Downloaded ppv-lite86 v0.2.20 |
420 | 2024-11-26T08:01:02.775Z | Downloaded globset v0.4.15 |
421 | 2024-11-26T08:01:02.775Z | Downloaded futures-io v0.3.31 |
422 | 2024-11-26T08:01:02.777Z | Downloaded errno v0.3.9 |
423 | 2024-11-26T08:01:02.777Z | Downloaded duct v0.13.7 |
424 | 2024-11-26T08:01:02.777Z | Downloaded displaydoc v0.2.5 |
425 | 2024-11-26T08:01:02.780Z | Downloaded serde_spanned v0.6.8 |
426 | 2024-11-26T08:01:02.783Z | Downloaded icu_locid_transform_data v1.5.0 |
427 | 2024-11-26T08:01:02.785Z | Downloaded bytes v1.8.0 |
428 | 2024-11-26T08:01:02.788Z | Downloaded vte v0.11.1 |
429 | 2024-11-26T08:01:02.790Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
430 | 2024-11-26T08:01:02.806Z | Downloaded home v0.5.9 |
431 | 2024-11-26T08:01:02.809Z | Downloaded tokio v1.41.1 |
432 | 2024-11-26T08:01:02.843Z | Downloaded futures-executor v0.3.31 |
433 | 2024-11-26T08:01:02.846Z | Downloaded console v0.15.8 |
434 | 2024-11-26T08:01:02.850Z | Downloaded futures-sink v0.3.31 |
435 | 2024-11-26T08:01:02.850Z | Downloaded pkcs8 v0.10.2 |
436 | 2024-11-26T08:01:02.853Z | Downloaded litemap v0.7.4 |
437 | 2024-11-26T08:01:02.853Z | Downloaded humantime v2.1.0 |
438 | 2024-11-26T08:01:02.853Z | Downloaded futures-task v0.3.31 |
439 | 2024-11-26T08:01:02.857Z | Downloaded futures-macro v0.3.31 |
440 | 2024-11-26T08:01:02.857Z | Downloaded fnv v1.0.7 |
441 | 2024-11-26T08:01:02.857Z | Downloaded futures-core v0.3.31 |
442 | 2024-11-26T08:01:02.860Z | Downloaded future-queue v0.3.0 |
443 | 2024-11-26T08:01:02.860Z | Downloaded form_urlencoded v1.2.1 |
444 | 2024-11-26T08:01:02.860Z | Downloaded fixedbitset v0.4.2 |
445 | 2024-11-26T08:01:02.863Z | Downloaded fastrand v2.2.0 |
446 | 2024-11-26T08:01:02.863Z | Downloaded either v1.13.0 |
447 | 2024-11-26T08:01:02.867Z | Downloaded display-error-chain v0.2.2 |
448 | 2024-11-26T08:01:02.867Z | Downloaded curve25519-dalek-derive v0.1.1 |
449 | 2024-11-26T08:01:02.867Z | Downloaded cpufeatures v0.2.16 |
450 | 2024-11-26T08:01:02.870Z | Downloaded colorchoice v1.0.3 |
451 | 2024-11-26T08:01:02.870Z | Downloaded smallvec v1.13.2 |
452 | 2024-11-26T08:01:02.870Z | Downloaded cfg_aliases v0.2.1 |
453 | 2024-11-26T08:01:02.870Z | Downloaded bitflags v2.6.0 |
454 | 2024-11-26T08:01:02.875Z | Downloaded signal-hook-registry v1.4.2 |
455 | 2024-11-26T08:01:02.879Z | Downloaded base64 v0.21.7 |
456 | 2024-11-26T08:01:02.881Z | Downloaded autocfg v1.4.0 |
457 | 2024-11-26T08:01:02.918Z | Downloaded recursion v0.5.2 |
458 | 2024-11-26T08:01:03.084Z | Downloaded ring v0.17.8 |
459 | 2024-11-26T08:01:03.378Z | Compiling proc-macro2 v1.0.92 |
460 | 2024-11-26T08:01:03.379Z | Compiling unicode-ident v1.0.14 |
461 | 2024-11-26T08:01:03.401Z | Compiling libc v0.2.165 |
462 | 2024-11-26T08:01:03.401Z | Compiling cfg-if v1.0.0 |
463 | 2024-11-26T08:01:03.401Z | Compiling memchr v2.7.4 |
464 | 2024-11-26T08:01:03.401Z | Compiling serde v1.0.215 |
465 | 2024-11-26T08:01:03.421Z | Compiling shlex v1.3.0 |
466 | 2024-11-26T08:01:03.506Z | Compiling once_cell v1.20.2 |
467 | 2024-11-26T08:01:03.578Z | Compiling autocfg v1.4.0 |
468 | 2024-11-26T08:01:03.819Z | Compiling itoa v1.0.14 |
469 | 2024-11-26T08:01:03.969Z | Compiling bitflags v2.6.0 |
470 | 2024-11-26T08:01:04.044Z | Compiling pin-project-lite v0.2.15 |
471 | 2024-11-26T08:01:04.068Z | Compiling rustix v0.38.41 |
472 | 2024-11-26T08:01:04.165Z | Compiling smallvec v1.13.2 |
473 | 2024-11-26T08:01:04.475Z | Compiling stable_deref_trait v1.2.0 |
474 | 2024-11-26T08:01:04.475Z | Compiling slab v0.4.9 |
475 | 2024-11-26T08:01:04.590Z | Compiling futures-core v0.3.31 |
476 | 2024-11-26T08:01:04.621Z | Compiling futures-sink v0.3.31 |
477 | 2024-11-26T08:01:04.784Z | Compiling futures-channel v0.3.31 |
478 | 2024-11-26T08:01:04.844Z | Compiling futures-task v0.3.31 |
479 | 2024-11-26T08:01:04.877Z | Compiling bytes v1.8.0 |
480 | 2024-11-26T08:01:04.953Z | Compiling jobserver v0.1.32 |
481 | 2024-11-26T08:01:05.137Z | Compiling quote v1.0.37 |
482 | 2024-11-26T08:01:05.246Z | Compiling ryu v1.0.18 |
483 | 2024-11-26T08:01:05.310Z | Compiling cc v1.2.1 |
484 | 2024-11-26T08:01:05.762Z | Compiling syn v2.0.89 |
485 | 2024-11-26T08:01:05.800Z | Compiling errno v0.3.9 |
486 | 2024-11-26T08:01:05.839Z | Compiling getrandom v0.2.15 |
487 | 2024-11-26T08:01:05.843Z | Compiling serde_json v1.0.133 |
488 | 2024-11-26T08:01:06.066Z | Compiling pin-utils v0.1.0 |
489 | 2024-11-26T08:01:06.170Z | Compiling futures-io v0.3.31 |
490 | 2024-11-26T08:01:06.200Z | Compiling tracing-core v0.1.33 |
491 | 2024-11-26T08:01:06.245Z | Compiling writeable v0.5.5 |
492 | 2024-11-26T08:01:06.268Z | Compiling litemap v0.7.4 |
493 | 2024-11-26T08:01:06.509Z | Compiling log v0.4.22 |
494 | 2024-11-26T08:01:06.791Z | Compiling fnv v1.0.7 |
495 | 2024-11-26T08:01:06.831Z | Compiling thiserror v1.0.69 |
496 | 2024-11-26T08:01:06.931Z | Compiling camino v1.1.9 |
497 | 2024-11-26T08:01:07.115Z | Compiling lazy_static v1.5.0 |
498 | 2024-11-26T08:01:07.263Z | Compiling signal-hook-registry v1.4.2 |
499 | 2024-11-26T08:01:07.448Z | Compiling mio v1.0.2 |
500 | 2024-11-26T08:01:07.644Z | Compiling socket2 v0.5.7 |
501 | 2024-11-26T08:01:07.789Z | Compiling target-lexicon v0.12.16 |
502 | 2024-11-26T08:01:08.820Z | Compiling hashbrown v0.15.2 |
503 | 2024-11-26T08:01:08.867Z | Compiling rustls-pki-types v1.10.0 |
504 | 2024-11-26T08:01:08.870Z | Compiling unicode-width v0.1.14 |
505 | 2024-11-26T08:01:09.123Z | Compiling ring v0.17.8 |
506 | 2024-11-26T08:01:09.214Z | Compiling equivalent v1.0.1 |
507 | 2024-11-26T08:01:09.332Z | Compiling icu_locid_transform_data v1.5.0 |
508 | 2024-11-26T08:01:09.371Z | Compiling backtrace v0.3.71 |
509 | 2024-11-26T08:01:09.451Z | Compiling http v1.1.0 |
510 | 2024-11-26T08:01:09.497Z | Compiling spin v0.9.8 |
511 | 2024-11-26T08:01:09.734Z | Compiling httparse v1.9.5 |
512 | 2024-11-26T08:01:09.902Z | Compiling semver v1.0.23 |
513 | 2024-11-26T08:01:10.321Z | Compiling untrusted v0.9.0 |
514 | 2024-11-26T08:01:10.398Z | Compiling adler v1.0.2 |
515 | 2024-11-26T08:01:10.438Z | Compiling icu_properties_data v1.5.0 |
516 | 2024-11-26T08:01:10.516Z | Compiling utf8parse v0.2.2 |
517 | 2024-11-26T08:01:10.679Z | Compiling gimli v0.28.1 |
518 | 2024-11-26T08:01:10.695Z | Compiling byteorder v1.5.0 |
519 | 2024-11-26T08:01:10.714Z | Compiling guppy-workspace-hack v0.1.0 |
520 | 2024-11-26T08:01:10.741Z | Compiling miniz_oxide v0.7.4 |
521 | 2024-11-26T08:01:11.074Z | Compiling object v0.32.2 |
522 | 2024-11-26T08:01:11.092Z | Compiling utf8_iter v1.0.4 |
523 | 2024-11-26T08:01:11.354Z | Compiling http-body v1.0.1 |
524 | 2024-11-26T08:01:11.597Z | Compiling target-spec v3.2.2 |
525 | 2024-11-26T08:01:12.093Z | Compiling icu_normalizer_data v1.5.0 |
526 | 2024-11-26T08:01:12.124Z | Compiling rustls v0.23.18 |
527 | 2024-11-26T08:01:12.195Z | Compiling write16 v1.0.0 |
528 | 2024-11-26T08:01:12.319Z | Compiling rustc-demangle v0.1.24 |
529 | 2024-11-26T08:01:12.336Z | Compiling zeroize v1.8.1 |
530 | 2024-11-26T08:01:12.449Z | Compiling fastrand v2.2.0 |
531 | 2024-11-26T08:01:12.695Z | Compiling pkg-config v0.3.31 |
532 | 2024-11-26T08:01:13.143Z | Compiling try-lock v0.2.5 |
533 | 2024-11-26T08:01:13.308Z | Compiling utf16_iter v1.0.5 |
534 | 2024-11-26T08:01:13.542Z | Compiling want v0.3.1 |
535 | 2024-11-26T08:01:13.850Z | Compiling synstructure v0.13.1 |
536 | 2024-11-26T08:01:13.954Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
537 | 2024-11-26T08:01:14.162Z | Compiling tempfile v3.14.0 |
538 | 2024-11-26T08:01:14.694Z | Compiling cfg-expr v0.17.1 |
539 | 2024-11-26T08:01:15.230Z | Compiling aho-corasick v1.1.3 |
540 | 2024-11-26T08:01:15.916Z | Compiling addr2line v0.21.0 |
541 | 2024-11-26T08:01:16.068Z | Compiling regex-syntax v0.8.5 |
542 | 2024-11-26T08:01:16.770Z | Compiling subtle v2.6.1 |
543 | 2024-11-26T08:01:17.038Z | Compiling owo-colors v4.1.0 |
544 | 2024-11-26T08:01:17.224Z | Compiling percent-encoding v2.3.1 |
545 | 2024-11-26T08:01:17.345Z | Compiling version_check v0.9.5 |
546 | 2024-11-26T08:01:17.681Z | Compiling form_urlencoded v1.2.1 |
547 | 2024-11-26T08:01:18.002Z | Compiling ahash v0.8.11 |
548 | 2024-11-26T08:01:18.174Z | Compiling num-traits v0.2.19 |
549 | 2024-11-26T08:01:18.390Z | Compiling smawk v0.3.2 |
550 | 2024-11-26T08:01:18.516Z | Compiling either v1.13.0 |
551 | 2024-11-26T08:01:18.976Z | Compiling unicode-width v0.2.0 |
552 | 2024-11-26T08:01:19.084Z | Compiling serde_derive v1.0.215 |
553 | 2024-11-26T08:01:19.510Z | Compiling zerofrom-derive v0.1.5 |
554 | 2024-11-26T08:01:19.699Z | Compiling yoke-derive v0.7.5 |
555 | 2024-11-26T08:01:22.428Z | Compiling zerovec-derive v0.10.3 |
556 | 2024-11-26T08:01:22.910Z | Compiling zerofrom v0.1.5 |
557 | 2024-11-26T08:01:23.018Z | Compiling displaydoc v0.2.5 |
558 | 2024-11-26T08:01:23.166Z | Compiling yoke v0.7.5 |
559 | 2024-11-26T08:01:23.594Z | Compiling futures-macro v0.3.31 |
560 | 2024-11-26T08:01:24.679Z | Compiling icu_provider_macros v1.5.0 |
561 | 2024-11-26T08:01:25.038Z | Compiling zerovec v0.10.4 |
562 | 2024-11-26T08:01:25.566Z | Compiling futures-util v0.3.31 |
563 | 2024-11-26T08:01:25.820Z | Compiling tokio-macros v2.4.0 |
564 | 2024-11-26T08:01:27.386Z | Compiling tinystr v0.7.6 |
565 | 2024-11-26T08:01:27.852Z | Compiling icu_locid v1.5.0 |
566 | 2024-11-26T08:01:28.023Z | Compiling tracing-attributes v0.1.27 |
567 | 2024-11-26T08:01:29.623Z | Compiling icu_provider v1.5.0 |
568 | 2024-11-26T08:01:30.309Z | Compiling thiserror-impl v1.0.69 |
569 | 2024-11-26T08:01:31.493Z | Compiling tracing v0.1.40 |
570 | 2024-11-26T08:01:31.951Z | Compiling icu_locid_transform v1.5.0 |
571 | 2024-11-26T08:01:32.236Z | Compiling tokio v1.41.1 |
572 | 2024-11-26T08:01:32.476Z | Compiling icu_collections v1.5.0 |
573 | 2024-11-26T08:01:33.694Z | Compiling indexmap v2.6.0 |
574 | 2024-11-26T08:01:35.017Z | Compiling zerocopy-derive v0.7.35 |
575 | 2024-11-26T08:01:35.143Z | Compiling icu_properties v1.5.1 |
576 | 2024-11-26T08:01:37.210Z | Compiling zerocopy v0.7.35 |
577 | 2024-11-26T08:01:38.087Z | Compiling rustls-webpki v0.102.8 |
578 | 2024-11-26T08:01:38.951Z | Compiling icu_normalizer v1.5.0 |
579 | 2024-11-26T08:01:41.456Z | Compiling hyper v1.5.1 |
580 | 2024-11-26T08:01:42.790Z | Compiling idna_adapter v1.2.0 |
581 | 2024-11-26T08:01:43.013Z | Compiling regex-automata v0.4.9 |
582 | 2024-11-26T08:01:43.437Z | Compiling nextest-workspace-hack v0.1.0 |
583 | 2024-11-26T08:01:43.766Z | Compiling is_ci v1.2.0 |
584 | 2024-11-26T08:01:44.060Z | Compiling unicode-linebreak v0.1.5 |
585 | 2024-11-26T08:01:44.338Z | Compiling portable-atomic v1.10.0 |
586 | 2024-11-26T08:01:44.598Z | Compiling tower-service v0.3.3 |
587 | 2024-11-26T08:01:44.713Z | Compiling winnow v0.6.20 |
588 | 2024-11-26T08:01:44.738Z | Compiling hyper-util v0.1.10 |
589 | 2024-11-26T08:01:45.405Z | Compiling textwrap v0.16.1 |
590 | 2024-11-26T08:01:49.085Z | Compiling tokio-rustls v0.26.0 |
591 | 2024-11-26T08:01:49.215Z | Compiling supports-color v3.0.1 |
592 | 2024-11-26T08:01:49.620Z | Compiling idna v1.0.3 |
593 | 2024-11-26T08:01:49.640Z | Compiling pathdiff v0.2.3 |
594 | 2024-11-26T08:01:49.829Z | Compiling cargo-platform v0.1.8 |
595 | 2024-11-26T08:01:50.080Z | Compiling toml_datetime v0.6.8 |
596 | 2024-11-26T08:01:50.348Z | Compiling serde_spanned v0.6.8 |
597 | 2024-11-26T08:01:50.595Z | Compiling backtrace-ext v0.2.1 |
598 | 2024-11-26T08:01:50.740Z | Compiling miette-derive v7.2.0 |
599 | 2024-11-26T08:01:51.179Z | Compiling webpki-roots v0.26.7 |
600 | 2024-11-26T08:01:51.401Z | Compiling console v0.15.8 |
601 | 2024-11-26T08:01:53.658Z | Compiling terminal_size v0.3.0 |
602 | 2024-11-26T08:01:53.873Z | Compiling sharded-slab v0.1.7 |
603 | 2024-11-26T08:01:53.990Z | Compiling tracing-log v0.2.0 |
604 | 2024-11-26T08:01:54.592Z | Compiling vte_generate_state_changes v0.1.2 |
605 | 2024-11-26T08:01:54.736Z | Compiling thread_local v1.1.8 |
606 | 2024-11-26T08:01:55.258Z | Compiling adler2 v2.0.0 |
607 | 2024-11-26T08:01:55.438Z | Compiling supports-hyperlinks v3.0.0 |
608 | 2024-11-26T08:01:55.466Z | Compiling supports-unicode v3.0.0 |
609 | 2024-11-26T08:01:55.518Z | Compiling zstd-safe v7.2.1 |
610 | 2024-11-26T08:01:55.714Z | Compiling fixedbitset v0.4.2 |
611 | 2024-11-26T08:01:55.785Z | Compiling cfg_aliases v0.2.1 |
612 | 2024-11-26T08:01:55.876Z | Compiling thiserror v2.0.3 |
613 | 2024-11-26T08:01:55.887Z | Compiling newtype-uuid v1.1.3 |
614 | 2024-11-26T08:01:56.161Z | Compiling petgraph v0.6.5 |
615 | 2024-11-26T08:01:56.240Z | Compiling nix v0.29.0 |
616 | 2024-11-26T08:01:56.394Z | Compiling miette v7.2.0 |
617 | 2024-11-26T08:01:56.808Z | Compiling miniz_oxide v0.8.0 |
618 | 2024-11-26T08:01:57.132Z | Compiling vte v0.11.1 |
619 | 2024-11-26T08:01:58.621Z | Compiling tracing-subscriber v0.3.18 |
620 | 2024-11-26T08:01:59.235Z | Compiling hyper-rustls v0.27.3 |
621 | 2024-11-26T08:02:00.849Z | Compiling toml_edit v0.22.22 |
622 | 2024-11-26T08:02:02.318Z | Compiling url v2.5.4 |
623 | 2024-11-26T08:02:03.023Z | Compiling cargo_metadata v0.18.1 |
624 | 2024-11-26T08:02:06.784Z | Compiling regex v1.11.1 |
625 | 2024-11-26T08:02:07.970Z | Compiling ppv-lite86 v0.2.20 |
626 | 2024-11-26T08:02:08.589Z | Compiling serde_urlencoded v0.7.1 |
627 | 2024-11-26T08:02:08.958Z | Compiling smol_str v0.3.2 |
628 | 2024-11-26T08:02:09.184Z | Compiling futures-executor v0.3.31 |
629 | 2024-11-26T08:02:09.620Z | Compiling http-body-util v0.1.2 |
630 | 2024-11-26T08:02:10.213Z | Compiling thiserror-impl v2.0.3 |
631 | 2024-11-26T08:02:10.324Z | Compiling pin-project-internal v1.1.7 |
632 | 2024-11-26T08:02:10.496Z | Compiling itertools v0.13.0 |
633 | 2024-11-26T08:02:13.267Z | Compiling anstyle-parse v0.2.6 |
634 | 2024-11-26T08:02:13.481Z | Compiling rustls-pemfile v2.2.0 |
635 | 2024-11-26T08:02:13.687Z | Compiling xattr v1.3.1 |
636 | 2024-11-26T08:02:13.724Z | Compiling rand_core v0.6.4 |
637 | 2024-11-26T08:02:13.962Z | Compiling uuid v1.11.0 |
638 | 2024-11-26T08:02:14.002Z | Compiling filetime v0.2.25 |
639 | 2024-11-26T08:02:14.242Z | Compiling sync_wrapper v1.0.2 |
640 | 2024-11-26T08:02:14.338Z | Compiling bstr v1.11.0 |
641 | 2024-11-26T08:02:14.355Z | Compiling crc32fast v1.4.2 |
642 | 2024-11-26T08:02:14.397Z | Compiling is_terminal_polyfill v1.70.1 |
643 | 2024-11-26T08:02:14.531Z | Compiling eyre v0.6.12 |
644 | 2024-11-26T08:02:14.852Z | Compiling debug-ignore v1.0.5 |
645 | 2024-11-26T08:02:15.013Z | Compiling minimal-lexical v0.2.1 |
646 | 2024-11-26T08:02:15.090Z | Compiling self_update v0.41.0 |
647 | 2024-11-26T08:02:15.108Z | Compiling mime v0.3.17 |
648 | 2024-11-26T08:02:15.110Z | Compiling base64 v0.22.1 |
649 | 2024-11-26T08:02:15.460Z | Compiling ipnet v2.10.1 |
650 | 2024-11-26T08:02:15.660Z | Compiling anstyle v1.0.10 |
651 | 2024-11-26T08:02:15.869Z | Compiling nested v0.1.1 |
652 | 2024-11-26T08:02:16.215Z | Compiling number_prefix v0.4.0 |
653 | 2024-11-26T08:02:16.218Z | Compiling tinyvec_macros v0.1.1 |
654 | 2024-11-26T08:02:16.218Z | Compiling static_assertions v1.1.0 |
655 | 2024-11-26T08:02:16.264Z | Compiling indenter v0.3.3 |
656 | 2024-11-26T08:02:16.322Z | Compiling colorchoice v1.0.3 |
657 | 2024-11-26T08:02:16.349Z | Compiling iana-time-zone v0.1.61 |
658 | 2024-11-26T08:02:16.441Z | Compiling anstyle-query v1.1.2 |
659 | 2024-11-26T08:02:16.484Z | Compiling chrono v0.4.38 |
660 | 2024-11-26T08:02:16.486Z | Compiling indicatif v0.17.9 |
661 | 2024-11-26T08:02:16.588Z | Compiling anstream v0.6.18 |
662 | 2024-11-26T08:02:17.066Z | Compiling tinyvec v1.8.0 |
663 | 2024-11-26T08:02:17.708Z | Compiling guppy v0.17.8 |
664 | 2024-11-26T08:02:18.578Z | Compiling reqwest v0.12.9 |
665 | 2024-11-26T08:02:18.869Z | Compiling nom v7.1.3 |
666 | 2024-11-26T08:02:20.258Z | Compiling globset v0.4.15 |
667 | 2024-11-26T08:02:23.784Z | Compiling flate2 v1.0.35 |
668 | 2024-11-26T08:02:24.251Z | Compiling tar v0.4.43 |
669 | 2024-11-26T08:02:24.344Z | Compiling rand_chacha v0.3.1 |
670 | 2024-11-26T08:02:24.861Z | Compiling pin-project v1.1.7 |
671 | 2024-11-26T08:02:25.002Z | Compiling futures v0.3.31 |
672 | 2024-11-26T08:02:25.127Z | Compiling nextest-metadata v0.12.1 |
673 | 2024-11-26T08:02:25.148Z | Compiling toml v0.8.19 |
674 | 2024-11-26T08:02:26.155Z | Compiling tracing-error v0.2.0 |
675 | 2024-11-26T08:02:26.457Z | Compiling strip-ansi-escapes v0.2.0 |
676 | 2024-11-26T08:02:27.209Z | Compiling self-replace v1.5.0 |
677 | 2024-11-26T08:02:27.565Z | Compiling terminal_size v0.4.0 |
678 | 2024-11-26T08:02:27.786Z | Compiling shared_child v1.0.1 |
679 | 2024-11-26T08:02:27.807Z | Compiling os_pipe v1.2.1 |
680 | 2024-11-26T08:02:28.093Z | Compiling quick-xml v0.23.1 |
681 | 2024-11-26T08:02:28.455Z | Compiling quick-xml v0.37.1 |
682 | 2024-11-26T08:02:29.399Z | Compiling recursion v0.5.2 |
683 | 2024-11-26T08:02:29.624Z | Compiling shell-words v1.1.0 |
684 | 2024-11-26T08:02:30.064Z | Compiling heck v0.5.0 |
685 | 2024-11-26T08:02:30.522Z | Compiling owo-colors v3.5.0 |
686 | 2024-11-26T08:02:30.546Z | Compiling strsim v0.11.1 |
687 | 2024-11-26T08:02:30.569Z | Compiling humantime v2.1.0 |
688 | 2024-11-26T08:02:31.445Z | Compiling unicase v2.8.0 |
689 | 2024-11-26T08:02:31.998Z | Compiling urlencoding v2.1.3 |
690 | 2024-11-26T08:02:32.189Z | Compiling clap_lex v0.7.3 |
691 | 2024-11-26T08:02:32.453Z | Compiling clap_builder v4.5.21 |
692 | 2024-11-26T08:02:32.847Z | Compiling color-spantrace v0.2.1 |
693 | 2024-11-26T08:02:32.915Z | Compiling humantime-serde v1.1.1 |
694 | 2024-11-26T08:02:33.166Z | Compiling clap_derive v4.5.18 |
695 | 2024-11-26T08:02:33.536Z | Compiling quick-junit v0.5.1 |
696 | 2024-11-26T08:02:33.811Z | Compiling nextest-filtering v0.12.0 |
697 | 2024-11-26T08:02:36.045Z | Compiling duct v0.13.7 |
698 | 2024-11-26T08:02:37.998Z | Compiling cargo-nextest v0.9.84 |
699 | 2024-11-26T08:02:38.970Z | Compiling config v0.14.1 |
700 | 2024-11-26T08:02:40.215Z | Compiling async-scoped v0.9.0 |
701 | 2024-11-26T08:02:40.541Z | Compiling rand v0.8.5 |
702 | 2024-11-26T08:02:42.220Z | Compiling zstd v0.13.2 |
703 | 2024-11-26T08:02:42.471Z | Compiling unicode-normalization v0.1.24 |
704 | 2024-11-26T08:02:42.923Z | Compiling target-spec-miette v0.4.0 |
705 | 2024-11-26T08:02:43.163Z | Compiling mukti-metadata v0.2.1 |
706 | 2024-11-26T08:02:43.695Z | Compiling camino-tempfile v1.1.1 |
707 | 2024-11-26T08:02:43.834Z | Compiling serde_path_to_error v0.1.16 |
708 | 2024-11-26T08:02:44.218Z | Compiling serde_ignored v0.1.10 |
709 | 2024-11-26T08:02:44.481Z | Compiling future-queue v0.3.0 |
710 | 2024-11-26T08:02:44.690Z | Compiling atomicwrites v0.4.4 |
711 | 2024-11-26T08:02:44.890Z | Compiling xxhash-rust v0.8.12 |
712 | 2024-11-26T08:02:44.940Z | Compiling display-error-chain v0.2.2 |
713 | 2024-11-26T08:02:45.157Z | Compiling home v0.5.9 |
714 | 2024-11-26T08:02:45.183Z | Compiling swrite v0.1.0 |
715 | 2024-11-26T08:02:45.219Z | Compiling color-eyre v0.6.3 |
716 | 2024-11-26T08:02:45.320Z | Compiling nextest-runner v0.67.0 |
717 | 2024-11-26T08:02:45.498Z | Compiling clap v4.5.21 |
718 | 2024-11-26T08:02:45.619Z | Compiling dialoguer v0.11.0 |
719 | 2024-11-26T08:02:48.236Z | Compiling enable-ansi-support v0.2.1 |
720 | 2024-11-26T08:03:26.160Z | Finished `release` profile [optimized] target(s) in 2m 25s |
721 | 2024-11-26T08:03:26.360Z | Installing /home/build/.cargo/bin/cargo-nextest |
722 | 2024-11-26T08:03:26.367Z | Installed package `cargo-nextest v0.9.84` (executable `cargo-nextest`) |
723 | 2024-11-26T08:03:26.465Z | + pushd rdb |
724 | 2024-11-26T08:03:26.469Z | /work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite |
725 | 2024-11-26T08:03:26.469Z | + cargo nextest run |
726 | 2024-11-26T08:03:26.777Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
727 | 2024-11-26T08:03:27.011Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
728 | 2024-11-26T08:03:28.365Z | From https://www.github.com/oxidecomputer/oxnet |
729 | 2024-11-26T08:03:28.366Z | * [new branch] ci -> origin/ci |
730 | 2024-11-26T08:03:28.410Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
731 | 2024-11-26T08:03:28.410Z | * [new branch] main -> origin/main |
732 | 2024-11-26T08:03:28.410Z | * [new ref] -> origin/HEAD |
733 | 2024-11-26T08:03:28.410Z | Updating crates.io index |
734 | 2024-11-26T08:03:28.444Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
735 | 2024-11-26T08:03:29.192Z | From https://github.com/oxidecomputer/falcon |
736 | 2024-11-26T08:03:29.192Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
737 | 2024-11-26T08:03:29.295Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
738 | 2024-11-26T08:03:30.469Z | From https://github.com/oxidecomputer/dendrite |
739 | 2024-11-26T08:03:30.469Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
740 | 2024-11-26T08:03:30.520Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
741 | 2024-11-26T08:03:30.926Z | From https://github.com/oxidecomputer/ispf |
742 | 2024-11-26T08:03:30.926Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
743 | 2024-11-26T08:03:30.934Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
744 | 2024-11-26T08:03:31.375Z | From https://github.com/oxidecomputer/netadm-sys |
745 | 2024-11-26T08:03:31.375Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
746 | 2024-11-26T08:03:31.387Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
747 | 2024-11-26T08:03:35.271Z | From https://github.com/oxidecomputer/omicron |
748 | 2024-11-26T08:03:35.271Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
749 | 2024-11-26T08:03:35.302Z | * [new tag] dogfood -> dogfood |
750 | 2024-11-26T08:03:35.306Z | * [new tag] v5 -> v5 |
751 | 2024-11-26T08:03:35.306Z | * [new tag] v6 -> v6 |
752 | 2024-11-26T08:03:35.306Z | * [new tag] v7 -> v7 |
753 | 2024-11-26T08:03:35.306Z | * [new tag] v8 -> v8 |
754 | 2024-11-26T08:03:35.306Z | * [new tag] v9 -> v9 |
755 | 2024-11-26T08:03:35.660Z | Updating git repository `https://github.com/oxidecomputer/opte` |
756 | 2024-11-26T08:03:36.613Z | From https://github.com/oxidecomputer/opte |
757 | 2024-11-26T08:03:36.613Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
758 | 2024-11-26T08:03:36.777Z | Updating git repository `https://github.com/illumos/smf-rs` |
759 | 2024-11-26T08:03:37.147Z | From https://github.com/illumos/smf-rs |
760 | 2024-11-26T08:03:37.147Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
761 | 2024-11-26T08:03:37.178Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
762 | 2024-11-26T08:03:37.679Z | From https://github.com/oxidecomputer/maghemite |
763 | 2024-11-26T08:03:37.679Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
764 | 2024-11-26T08:03:37.697Z | * [new tag] rift -> rift |
765 | 2024-11-26T08:03:37.699Z | * [new tag] srp -> srp |
766 | 2024-11-26T08:03:37.699Z | * [new tag] tie-spf -> tie-spf |
767 | 2024-11-26T08:03:37.731Z | Updating git repository `https://github.com/oxidecomputer/zone` |
768 | 2024-11-26T08:03:38.121Z | From https://github.com/oxidecomputer/zone |
769 | 2024-11-26T08:03:38.121Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
770 | 2024-11-26T08:03:38.133Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
771 | 2024-11-26T08:03:38.878Z | From https://github.com/oxidecomputer/propolis |
772 | 2024-11-26T08:03:38.878Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
773 | 2024-11-26T08:03:38.963Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
774 | 2024-11-26T08:03:39.325Z | From https://github.com/oxidecomputer/dlpi-sys |
775 | 2024-11-26T08:03:39.326Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
776 | 2024-11-26T08:03:39.353Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
777 | 2024-11-26T08:03:39.725Z | From https://github.com/jmesmon/rust-libzfs |
778 | 2024-11-26T08:03:39.725Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
779 | 2024-11-26T08:03:39.741Z | * [new tag] v0.4.0 -> v0.4.0 |
780 | 2024-11-26T08:03:39.756Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
781 | 2024-11-26T08:03:40.153Z | From https://github.com/oxidecomputer/rusty-doors |
782 | 2024-11-26T08:03:40.153Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
783 | 2024-11-26T08:03:40.169Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
784 | 2024-11-26T08:03:40.642Z | From https://github.com/oxidecomputer/maghemite |
785 | 2024-11-26T08:03:40.642Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
786 | 2024-11-26T08:03:40.695Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
787 | 2024-11-26T08:03:41.070Z | From https://github.com/oxidecomputer/serde_human_bytes |
788 | 2024-11-26T08:03:41.070Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
789 | 2024-11-26T08:03:41.092Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
790 | 2024-11-26T08:03:41.491Z | From https://github.com/oxidecomputer/slog-error-chain |
791 | 2024-11-26T08:03:41.491Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
792 | 2024-11-26T08:03:41.531Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
793 | 2024-11-26T08:03:41.913Z | From https://github.com/oxidecomputer/poptrie |
794 | 2024-11-26T08:03:41.913Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
795 | 2024-11-26T08:03:41.936Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
796 | 2024-11-26T08:03:42.307Z | From https://github.com/illumos/libscf-sys |
797 | 2024-11-26T08:03:42.307Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
798 | 2024-11-26T08:03:42.333Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
799 | 2024-11-26T08:03:43.140Z | From https://github.com/oxidecomputer/progenitor |
800 | 2024-11-26T08:03:43.140Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
801 | 2024-11-26T08:03:43.161Z | * [new tag] v0.1.1 -> v0.1.1 |
802 | 2024-11-26T08:03:43.164Z | * [new tag] v0.2.0 -> v0.2.0 |
803 | 2024-11-26T08:03:43.164Z | * [new tag] v0.3.0 -> v0.3.0 |
804 | 2024-11-26T08:03:43.164Z | * [new tag] v0.4.0 -> v0.4.0 |
805 | 2024-11-26T08:03:43.164Z | * [new tag] v0.5.0 -> v0.5.0 |
806 | 2024-11-26T08:03:43.164Z | * [new tag] v0.6.0 -> v0.6.0 |
807 | 2024-11-26T08:03:43.164Z | * [new tag] v0.7.0 -> v0.7.0 |
808 | 2024-11-26T08:03:43.264Z | Updating git repository `https://github.com/oxidecomputer/typify` |
809 | 2024-11-26T08:03:44.036Z | From https://github.com/oxidecomputer/typify |
810 | 2024-11-26T08:03:44.036Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
811 | 2024-11-26T08:03:44.039Z | * [new tag] v0.2.0 -> v0.2.0 |
812 | 2024-11-26T08:03:44.056Z | * [new tag] v0.0.10 -> v0.0.10 |
813 | 2024-11-26T08:03:44.059Z | * [new tag] v0.0.11 -> v0.0.11 |
814 | 2024-11-26T08:03:44.059Z | * [new tag] v0.0.12 -> v0.0.12 |
815 | 2024-11-26T08:03:44.059Z | * [new tag] v0.0.13 -> v0.0.13 |
816 | 2024-11-26T08:03:44.059Z | * [new tag] v0.0.14 -> v0.0.14 |
817 | 2024-11-26T08:03:44.059Z | * [new tag] v0.0.15 -> v0.0.15 |
818 | 2024-11-26T08:03:44.059Z | * [new tag] v0.0.16 -> v0.0.16 |
819 | 2024-11-26T08:03:44.059Z | * [new tag] v0.0.4 -> v0.0.4 |
820 | 2024-11-26T08:03:44.059Z | * [new tag] v0.0.5 -> v0.0.5 |
821 | 2024-11-26T08:03:44.059Z | * [new tag] v0.0.7 -> v0.0.7 |
822 | 2024-11-26T08:03:44.059Z | * [new tag] v0.0.8 -> v0.0.8 |
823 | 2024-11-26T08:03:44.059Z | * [new tag] v0.0.9 -> v0.0.9 |
824 | 2024-11-26T08:03:44.059Z | * [new tag] v0.1.0 -> v0.1.0 |
825 | 2024-11-26T08:03:44.315Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
826 | 2024-11-26T08:03:46.107Z | From https://github.com/oxidecomputer/crucible |
827 | 2024-11-26T08:03:46.107Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
828 | 2024-11-26T08:03:46.165Z | Updating git repository `https://github.com/oxidecomputer/opte` |
829 | 2024-11-26T08:03:46.592Z | From https://github.com/oxidecomputer/opte |
830 | 2024-11-26T08:03:46.592Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
831 | 2024-11-26T08:03:46.643Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
832 | 2024-11-26T08:03:47.285Z | From https://github.com/oxidecomputer/management-gateway-service |
833 | 2024-11-26T08:03:47.285Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
834 | 2024-11-26T08:03:47.757Z | Downloading crates ... |
835 | 2024-11-26T08:03:47.916Z | Downloaded anstream v0.6.15 |
836 | 2024-11-26T08:03:47.924Z | Downloaded allocator-api2 v0.2.18 |
837 | 2024-11-26T08:03:47.938Z | Downloaded async-stream v0.3.5 |
838 | 2024-11-26T08:03:47.941Z | Downloaded argon2 v0.5.3 |
839 | 2024-11-26T08:03:47.944Z | Downloaded arc-swap v1.7.1 |
840 | 2024-11-26T08:03:47.947Z | Downloaded arrayref v0.3.9 |
841 | 2024-11-26T08:03:47.950Z | Downloaded base64 v0.13.1 |
842 | 2024-11-26T08:03:47.953Z | Downloaded autocfg v1.3.0 |
843 | 2024-11-26T08:03:47.957Z | Downloaded async-stream-impl v0.3.5 |
844 | 2024-11-26T08:03:47.959Z | Downloaded backoff v0.4.0 |
845 | 2024-11-26T08:03:47.961Z | Downloaded atomic-waker v1.1.2 |
846 | 2024-11-26T08:03:47.964Z | Downloaded slog-dtrace v0.3.0 |
847 | 2024-11-26T08:03:47.966Z | Downloaded bitflags v1.3.2 |
848 | 2024-11-26T08:03:47.969Z | Downloaded blake2 v0.10.6 |
849 | 2024-11-26T08:03:47.972Z | Downloaded slog-term v2.9.1 |
850 | 2024-11-26T08:03:47.974Z | Downloaded similar v2.6.0 |
851 | 2024-11-26T08:03:47.979Z | Downloaded bytes v1.7.2 |
852 | 2024-11-26T08:03:47.983Z | Downloaded anyhow v1.0.93 |
853 | 2024-11-26T08:03:47.988Z | Downloaded cc v1.1.21 |
854 | 2024-11-26T08:03:47.992Z | Downloaded structmeta-derive v0.3.0 |
855 | 2024-11-26T08:03:47.994Z | Downloaded scroll v0.12.0 |
856 | 2024-11-26T08:03:47.996Z | Downloaded crc8 v0.1.1 |
857 | 2024-11-26T08:03:47.999Z | Downloaded clap_lex v0.7.2 |
858 | 2024-11-26T08:03:47.999Z | Downloaded ciborium-io v0.2.2 |
859 | 2024-11-26T08:03:48.002Z | Downloaded convert_case v0.4.0 |
860 | 2024-11-26T08:03:48.002Z | Downloaded crucible-workspace-hack v0.1.0 |
861 | 2024-11-26T08:03:48.002Z | Downloaded dtrace-parser v0.2.0 |
862 | 2024-11-26T08:03:48.005Z | Downloaded const-random-macro v0.1.16 |
863 | 2024-11-26T08:03:48.005Z | Downloaded const-random v0.1.18 |
864 | 2024-11-26T08:03:48.007Z | Downloaded slog-scope v4.4.0 |
865 | 2024-11-26T08:03:48.009Z | Downloaded spin v0.5.2 |
866 | 2024-11-26T08:03:48.009Z | Downloaded same-file v1.0.6 |
867 | 2024-11-26T08:03:48.012Z | Downloaded rustls-pemfile v1.0.4 |
868 | 2024-11-26T08:03:48.015Z | Downloaded slog-stdlog v4.1.1 |
869 | 2024-11-26T08:03:48.017Z | Downloaded serde_spanned v0.6.7 |
870 | 2024-11-26T08:03:48.017Z | Downloaded slog-json v2.6.1 |
871 | 2024-11-26T08:03:48.019Z | Downloaded foreign-types v0.5.0 |
872 | 2024-11-26T08:03:48.021Z | Downloaded typify v0.2.0 |
873 | 2024-11-26T08:03:48.025Z | Downloaded time-macros v0.2.18 |
874 | 2024-11-26T08:03:48.028Z | Downloaded sync_wrapper v1.0.1 |
875 | 2024-11-26T08:03:48.030Z | Downloaded sigpipe v0.1.3 |
876 | 2024-11-26T08:03:48.031Z | Downloaded waitgroup v0.1.2 |
877 | 2024-11-26T08:03:48.033Z | Downloaded serde-big-array v0.5.1 |
878 | 2024-11-26T08:03:48.035Z | Downloaded dof v0.3.0 |
879 | 2024-11-26T08:03:48.035Z | Downloaded data-encoding v2.6.0 |
880 | 2024-11-26T08:03:48.037Z | Downloaded rustls-pki-types v1.8.0 |
881 | 2024-11-26T08:03:48.040Z | Downloaded syn v1.0.109 |
882 | 2024-11-26T08:03:48.051Z | Downloaded omicron-workspace-hack v0.1.0 |
883 | 2024-11-26T08:03:48.053Z | Downloaded time-core v0.1.2 |
884 | 2024-11-26T08:03:48.053Z | Downloaded usdt-attr-macro v0.5.0 |
885 | 2024-11-26T08:03:48.056Z | Downloaded take_mut v0.2.2 |
886 | 2024-11-26T08:03:48.056Z | Downloaded sync_wrapper v0.1.2 |
887 | 2024-11-26T08:03:48.056Z | Downloaded strum v0.26.3 |
888 | 2024-11-26T08:03:48.059Z | Downloaded hostname v0.4.0 |
889 | 2024-11-26T08:03:48.061Z | Downloaded usdt-macro v0.5.0 |
890 | 2024-11-26T08:03:48.061Z | Downloaded cpufeatures v0.2.14 |
891 | 2024-11-26T08:03:48.064Z | Downloaded slog-async v2.8.0 |
892 | 2024-11-26T08:03:48.064Z | Downloaded schemars_derive v0.8.21 |
893 | 2024-11-26T08:03:48.067Z | Downloaded futures-macro v0.3.30 |
894 | 2024-11-26T08:03:48.070Z | Downloaded utf-8 v0.7.6 |
895 | 2024-11-26T08:03:48.070Z | Downloaded sha1 v0.10.6 |
896 | 2024-11-26T08:03:48.073Z | Downloaded slog-bunyan v2.5.0 |
897 | 2024-11-26T08:03:48.073Z | Downloaded futures-task v0.3.30 |
898 | 2024-11-26T08:03:48.075Z | Downloaded tabwriter v1.4.0 |
899 | 2024-11-26T08:03:48.078Z | Downloaded slog v2.7.0 |
900 | 2024-11-26T08:03:48.080Z | Downloaded rustls-pemfile v2.1.3 |
901 | 2024-11-26T08:03:48.082Z | Downloaded pretty-hex v0.2.1 |
902 | 2024-11-26T08:03:48.084Z | Downloaded newline-converter v0.3.0 |
903 | 2024-11-26T08:03:48.084Z | Downloaded typify-macro v0.2.0 |
904 | 2024-11-26T08:03:48.087Z | Downloaded serde_tokenstream v0.2.2 |
905 | 2024-11-26T08:03:48.087Z | Downloaded hubpack_derive v0.1.1 |
906 | 2024-11-26T08:03:48.089Z | Downloaded zone_cfg_derive v0.3.0 |
907 | 2024-11-26T08:03:48.089Z | Downloaded zone_cfg_derive v0.1.2 |
908 | 2024-11-26T08:03:48.089Z | Downloaded is-terminal v0.4.13 |
909 | 2024-11-26T08:03:48.092Z | Downloaded hyper-tls v0.5.0 |
910 | 2024-11-26T08:03:48.092Z | Downloaded strum_macros v0.25.3 |
911 | 2024-11-26T08:03:48.094Z | Downloaded futures-channel v0.3.30 |
912 | 2024-11-26T08:03:48.097Z | Downloaded hubpack v0.1.2 |
913 | 2024-11-26T08:03:48.100Z | Downloaded topological-sort v0.2.2 |
914 | 2024-11-26T08:03:48.100Z | Downloaded memmap v0.7.0 |
915 | 2024-11-26T08:03:48.102Z | Downloaded tiny-keccak v2.0.2 |
916 | 2024-11-26T08:03:48.105Z | Downloaded thread-id v4.2.2 |
917 | 2024-11-26T08:03:48.105Z | Downloaded plain v0.2.3 |
918 | 2024-11-26T08:03:48.107Z | Downloaded parse-display v0.10.0 |
919 | 2024-11-26T08:03:48.110Z | Downloaded num_enum v0.7.3 |
920 | 2024-11-26T08:03:48.113Z | Downloaded smf v0.2.3 |
921 | 2024-11-26T08:03:48.116Z | Downloaded thiserror-impl v1.0.64 |
922 | 2024-11-26T08:03:48.118Z | Downloaded structmeta v0.3.0 |
923 | 2024-11-26T08:03:48.118Z | Downloaded num-conv v0.1.0 |
924 | 2024-11-26T08:03:48.118Z | Downloaded cookie v0.18.1 |
925 | 2024-11-26T08:03:48.123Z | Downloaded rustc_version v0.1.7 |
926 | 2024-11-26T08:03:48.125Z | Downloaded quick-error v1.2.3 |
927 | 2024-11-26T08:03:48.125Z | Downloaded walkdir v2.5.0 |
928 | 2024-11-26T08:03:48.125Z | Downloaded usdt v0.5.0 |
929 | 2024-11-26T08:03:48.131Z | Downloaded smartstring v1.0.1 |
930 | 2024-11-26T08:03:48.131Z | Downloaded num-iter v0.1.45 |
931 | 2024-11-26T08:03:48.131Z | Downloaded crossbeam-epoch v0.9.18 |
932 | 2024-11-26T08:03:48.134Z | Downloaded ident_case v1.0.1 |
933 | 2024-11-26T08:03:48.134Z | Downloaded dropshot_endpoint v0.12.0 |
934 | 2024-11-26T08:03:48.137Z | Downloaded half v2.4.1 |
935 | 2024-11-26T08:03:48.140Z | Downloaded futures v0.3.30 |
936 | 2024-11-26T08:03:48.145Z | Downloaded num_threads v0.1.7 |
937 | 2024-11-26T08:03:48.147Z | Downloaded thin-vec v0.2.13 |
938 | 2024-11-26T08:03:48.152Z | Downloaded strum_macros v0.26.4 |
939 | 2024-11-26T08:03:48.152Z | Downloaded tokio-tungstenite v0.21.0 |
940 | 2024-11-26T08:03:48.155Z | Downloaded postcard v1.0.10 |
941 | 2024-11-26T08:03:48.157Z | Downloaded memmap2 v0.9.5 |
942 | 2024-11-26T08:03:48.157Z | Downloaded progenitor-client v0.8.0 |
943 | 2024-11-26T08:03:48.160Z | Downloaded term v0.7.0 |
944 | 2024-11-26T08:03:48.163Z | Downloaded match_cfg v0.1.0 |
945 | 2024-11-26T08:03:48.163Z | Downloaded tempfile v3.12.0 |
946 | 2024-11-26T08:03:48.166Z | Downloaded pretty-hex v0.4.1 |
947 | 2024-11-26T08:03:48.168Z | Downloaded instant v0.1.13 |
948 | 2024-11-26T08:03:48.170Z | Downloaded linked-hash-map v0.5.6 |
949 | 2024-11-26T08:03:48.170Z | Downloaded linear-map v1.2.0 |
950 | 2024-11-26T08:03:48.174Z | Downloaded whoami v1.5.2 |
951 | 2024-11-26T08:03:48.174Z | Downloaded blake3 v1.5.4 |
952 | 2024-11-26T08:03:48.181Z | Downloaded itoa v1.0.11 |
953 | 2024-11-26T08:03:48.184Z | Downloaded ron v0.7.1 |
954 | 2024-11-26T08:03:48.187Z | Downloaded derive-where v1.2.7 |
955 | 2024-11-26T08:03:48.192Z | Downloaded zone v0.3.0 |
956 | 2024-11-26T08:03:48.196Z | Downloaded resolv-conf v0.7.0 |
957 | 2024-11-26T08:03:48.196Z | Downloaded powerfmt v0.2.0 |
958 | 2024-11-26T08:03:48.196Z | Downloaded hyper-rustls v0.24.2 |
959 | 2024-11-26T08:03:48.198Z | Downloaded paste v1.0.15 |
960 | 2024-11-26T08:03:48.202Z | Downloaded pin-project-lite v0.2.14 |
961 | 2024-11-26T08:03:48.206Z | Downloaded newtype_derive v0.1.6 |
962 | 2024-11-26T08:03:48.208Z | Downloaded darling_core v0.20.10 |
963 | 2024-11-26T08:03:48.212Z | Downloaded managed v0.8.0 |
964 | 2024-11-26T08:03:48.214Z | Downloaded num v0.4.3 |
965 | 2024-11-26T08:03:48.215Z | Downloaded no-std-compat v0.4.1 |
966 | 2024-11-26T08:03:48.217Z | Downloaded ipnetwork v0.20.0 |
967 | 2024-11-26T08:03:48.217Z | Downloaded macaddr v1.0.1 |
968 | 2024-11-26T08:03:48.220Z | Downloaded indent_write v2.2.0 |
969 | 2024-11-26T08:03:48.222Z | Downloaded proc-macro-error v1.0.4 |
970 | 2024-11-26T08:03:48.224Z | Downloaded ucd-trie v0.1.6 |
971 | 2024-11-26T08:03:48.226Z | Downloaded tokio-rustls v0.25.0 |
972 | 2024-11-26T08:03:48.229Z | Downloaded tar v0.4.41 |
973 | 2024-11-26T08:03:48.231Z | Downloaded parking_lot v0.11.2 |
974 | 2024-11-26T08:03:48.233Z | Downloaded schemars v0.8.21 |
975 | 2024-11-26T08:03:48.245Z | Downloaded pest_generator v2.7.13 |
976 | 2024-11-26T08:03:48.248Z | Downloaded diff v0.1.13 |
977 | 2024-11-26T08:03:48.250Z | Downloaded crossbeam-channel v0.5.13 |
978 | 2024-11-26T08:03:48.254Z | Downloaded lock_api v0.4.12 |
979 | 2024-11-26T08:03:48.257Z | Downloaded indexmap v1.9.3 |
980 | 2024-11-26T08:03:48.259Z | Downloaded heapless v0.8.0 |
981 | 2024-11-26T08:03:48.266Z | Downloaded ipnet v2.10.0 |
982 | 2024-11-26T08:03:48.268Z | Downloaded num-complex v0.4.6 |
983 | 2024-11-26T08:03:48.268Z | Downloaded tungstenite v0.21.0 |
984 | 2024-11-26T08:03:48.271Z | Downloaded parking_lot v0.12.3 |
985 | 2024-11-26T08:03:48.274Z | Downloaded quinn v0.11.5 |
986 | 2024-11-26T08:03:48.277Z | Downloaded toml v0.7.8 |
987 | 2024-11-26T08:03:48.280Z | Downloaded hashbrown v0.12.3 |
988 | 2024-11-26T08:03:48.285Z | Downloaded zerocopy v0.6.6 |
989 | 2024-11-26T08:03:48.287Z | Downloaded prettyplease v0.2.22 |
990 | 2024-11-26T08:03:48.290Z | Downloaded hickory-resolver v0.24.1 |
991 | 2024-11-26T08:03:48.295Z | Downloaded proc-macro2 v1.0.86 |
992 | 2024-11-26T08:03:48.298Z | Downloaded flate2 v1.0.33 |
993 | 2024-11-26T08:03:48.304Z | Downloaded indicatif v0.17.8 |
994 | 2024-11-26T08:03:48.308Z | Downloaded openssl-sys v0.9.103 |
995 | 2024-11-26T08:03:48.313Z | Downloaded unsafe-libyaml v0.2.11 |
996 | 2024-11-26T08:03:48.316Z | Downloaded pretty_assertions v1.4.1 |
997 | 2024-11-26T08:03:48.319Z | Downloaded url v2.5.2 |
998 | 2024-11-26T08:03:48.321Z | Downloaded rayon-core v1.12.1 |
999 | 2024-11-26T08:03:48.325Z | Downloaded yansi v1.0.1 |
1000 | 2024-11-26T08:03:48.329Z | Downloaded libm v0.2.8 |
1001 | 2024-11-26T08:03:48.336Z | Downloaded indexmap v2.5.0 |
1002 | 2024-11-26T08:03:48.340Z | Downloaded toml_edit v0.22.21 |
1003 | 2024-11-26T08:03:48.363Z | Downloaded winnow v0.6.18 |
1004 | 2024-11-26T08:03:48.372Z | Downloaded itertools v0.10.5 |
1005 | 2024-11-26T08:03:48.377Z | Downloaded h2 v0.3.26 |
1006 | 2024-11-26T08:03:48.384Z | Downloaded itertools v0.12.1 |
1007 | 2024-11-26T08:03:48.393Z | Downloaded pest v2.7.13 |
1008 | 2024-11-26T08:03:48.397Z | Downloaded serde_with v3.9.0 |
1009 | 2024-11-26T08:03:48.406Z | Downloaded goblin v0.8.2 |
1010 | 2024-11-26T08:03:48.412Z | Downloaded winnow v0.5.40 |
1011 | 2024-11-26T08:03:48.421Z | Downloaded portable-atomic v1.8.0 |
1012 | 2024-11-26T08:03:48.429Z | Downloaded reqwest v0.11.27 |
1013 | 2024-11-26T08:03:48.438Z | Downloaded rustls-webpki v0.101.7 |
1014 | 2024-11-26T08:03:48.453Z | Downloaded h2 v0.4.6 |
1015 | 2024-11-26T08:03:48.460Z | Downloaded dropshot v0.12.0 |
1016 | 2024-11-26T08:03:48.481Z | Downloaded openssl v0.10.66 |
1017 | 2024-11-26T08:03:48.490Z | Downloaded hyper v0.14.30 |
1018 | 2024-11-26T08:03:48.498Z | Downloaded regress v0.9.1 |
1019 | 2024-11-26T08:03:48.507Z | Downloaded regex-syntax v0.8.4 |
1020 | 2024-11-26T08:03:48.516Z | Downloaded regress v0.10.1 |
1021 | 2024-11-26T08:03:48.524Z | Downloaded hickory-proto v0.24.1 |
1022 | 2024-11-26T08:03:48.540Z | Downloaded quinn-proto v0.11.8 |
1023 | 2024-11-26T08:03:48.546Z | Downloaded openapiv3 v2.0.0 |
1024 | 2024-11-26T08:03:48.558Z | Downloaded webpki-roots v0.25.4 |
1025 | 2024-11-26T08:03:48.561Z | Downloaded tokio-util v0.7.12 |
1026 | 2024-11-26T08:03:48.568Z | Downloaded futures-util v0.3.30 |
1027 | 2024-11-26T08:03:48.579Z | Downloaded webpki-roots v0.26.6 |
1028 | 2024-11-26T08:03:48.583Z | Downloaded regex v1.10.6 |
1029 | 2024-11-26T08:03:48.597Z | Downloaded idna v0.4.0 |
1030 | 2024-11-26T08:03:48.602Z | Downloaded smoltcp v0.11.0 |
1031 | 2024-11-26T08:03:48.615Z | Downloaded idna v0.5.0 |
1032 | 2024-11-26T08:03:48.621Z | Downloaded rustix v0.38.37 |
1033 | 2024-11-26T08:03:48.643Z | Downloaded rustls v0.22.4 |
1034 | 2024-11-26T08:03:48.656Z | Downloaded rhai v1.20.0 |
1035 | 2024-11-26T08:03:48.667Z | Downloaded rustls v0.23.13 |
1036 | 2024-11-26T08:03:48.679Z | Downloaded rustls v0.21.12 |
1037 | 2024-11-26T08:03:48.690Z | Downloaded syn v2.0.87 |
1038 | 2024-11-26T08:03:48.701Z | Downloaded sled v0.34.7 |
1039 | 2024-11-26T08:03:48.711Z | Downloaded time v0.3.36 |
1040 | 2024-11-26T08:03:48.719Z | Downloaded hashbrown v0.14.5 |
1041 | 2024-11-26T08:03:48.723Z | Downloaded typify-impl v0.2.0 |
1042 | 2024-11-26T08:03:48.736Z | Downloaded unicode-segmentation v1.12.0 |
1043 | 2024-11-26T08:03:48.740Z | Downloaded steno v0.4.1 |
1044 | 2024-11-26T08:03:48.744Z | Downloaded toml_edit v0.19.15 |
1045 | 2024-11-26T08:03:48.760Z | Downloaded http v0.2.12 |
1046 | 2024-11-26T08:03:48.764Z | Downloaded expectorate v1.1.0 |
1047 | 2024-11-26T08:03:48.768Z | Downloaded zerocopy-derive v0.6.6 |
1048 | 2024-11-26T08:03:48.775Z | Downloaded lzma-sys v0.1.20 |
1049 | 2024-11-26T08:03:48.804Z | Downloaded pest_derive v2.7.13 |
1050 | 2024-11-26T08:03:48.806Z | Downloaded regex-automata v0.4.7 |
1051 | 2024-11-26T08:03:48.822Z | Downloaded parking_lot_core v0.9.10 |
1052 | 2024-11-26T08:03:48.825Z | Downloaded quinn-udp v0.5.5 |
1053 | 2024-11-26T08:03:48.828Z | Downloaded password-hash v0.5.0 |
1054 | 2024-11-26T08:03:48.828Z | Downloaded progenitor-impl v0.8.0 |
1055 | 2024-11-26T08:03:48.831Z | Downloaded pest_meta v2.7.13 |
1056 | 2024-11-26T08:03:48.833Z | Downloaded serde_yaml v0.9.34+deprecated |
1057 | 2024-11-26T08:03:48.835Z | Downloaded unicode-bidi v0.3.15 |
1058 | 2024-11-26T08:03:48.838Z | Downloaded tracing-core v0.1.32 |
1059 | 2024-11-26T08:03:48.840Z | Downloaded derive_more v0.99.18 |
1060 | 2024-11-26T08:03:48.844Z | Downloaded tokio v1.40.0 |
1061 | 2024-11-26T08:03:48.882Z | Downloaded num-rational v0.4.2 |
1062 | 2024-11-26T08:03:48.885Z | Downloaded num_enum_derive v0.7.3 |
1063 | 2024-11-26T08:03:48.887Z | Downloaded lru-cache v0.1.2 |
1064 | 2024-11-26T08:03:48.887Z | Downloaded rhai_codegen v2.2.0 |
1065 | 2024-11-26T08:03:48.893Z | Downloaded progenitor-macro v0.8.0 |
1066 | 2024-11-26T08:03:48.895Z | Downloaded progenitor v0.8.0 |
1067 | 2024-11-26T08:03:48.895Z | Downloaded unicode-ident v1.0.13 |
1068 | 2024-11-26T08:03:48.899Z | Downloaded omicron-zone-package v0.11.1 |
1069 | 2024-11-26T08:03:48.901Z | Downloaded tokio-rustls v0.24.1 |
1070 | 2024-11-26T08:03:48.903Z | Downloaded crossbeam-utils v0.8.20 |
1071 | 2024-11-26T08:03:48.906Z | Downloaded proc-macro-crate v3.2.0 |
1072 | 2024-11-26T08:03:48.909Z | Downloaded proc-macro-crate v1.3.1 |
1073 | 2024-11-26T08:03:48.909Z | Downloaded num_enum_derive v0.5.11 |
1074 | 2024-11-26T08:03:48.911Z | Downloaded num_enum v0.5.11 |
1075 | 2024-11-26T08:03:48.914Z | Downloaded num-derive v0.4.2 |
1076 | 2024-11-26T08:03:48.917Z | Downloaded parking_lot_core v0.8.6 |
1077 | 2024-11-26T08:03:48.919Z | Downloaded multer v3.1.0 |
1078 | 2024-11-26T08:03:48.919Z | Downloaded highway v1.2.0 |
1079 | 2024-11-26T08:03:48.921Z | Downloaded libsw v3.3.1 |
1080 | 2024-11-26T08:03:48.923Z | Downloaded proc-macro-error-attr v1.0.4 |
1081 | 2024-11-26T08:03:48.926Z | Downloaded newtype-uuid v1.1.0 |
1082 | 2024-11-26T08:03:48.926Z | Downloaded num-integer v0.1.46 |
1083 | 2024-11-26T08:03:48.928Z | Downloaded httpdate v1.0.3 |
1084 | 2024-11-26T08:03:48.928Z | Downloaded parse-display-derive v0.10.0 |
1085 | 2024-11-26T08:03:48.931Z | Downloaded encoding_rs v0.8.34 |
1086 | 2024-11-26T08:03:48.951Z | Downloaded num-derive v0.3.3 |
1087 | 2024-11-26T08:03:48.953Z | Downloaded sct v0.7.1 |
1088 | 2024-11-26T08:03:48.955Z | Downloaded scopeguard v1.2.0 |
1089 | 2024-11-26T08:03:48.963Z | Downloaded xz2 v0.1.7 |
1090 | 2024-11-26T08:03:48.967Z | Downloaded usdt-impl v0.5.0 |
1091 | 2024-11-26T08:03:48.967Z | Downloaded untrusted v0.7.1 |
1092 | 2024-11-26T08:03:48.967Z | Downloaded thiserror v1.0.64 |
1093 | 2024-11-26T08:03:48.967Z | Downloaded zone v0.1.8 |
1094 | 2024-11-26T08:03:48.967Z | Downloaded embedded-io v0.4.0 |
1095 | 2024-11-26T08:03:48.970Z | Downloaded http-body v0.4.6 |
1096 | 2024-11-26T08:03:48.970Z | Downloaded hostname v0.3.1 |
1097 | 2024-11-26T08:03:48.970Z | Downloaded heck v0.3.3 |
1098 | 2024-11-26T08:03:48.972Z | Downloaded deranged v0.3.11 |
1099 | 2024-11-26T08:03:48.972Z | Downloaded defmt v0.3.8 |
1100 | 2024-11-26T08:03:48.975Z | Downloaded darling v0.20.10 |
1101 | 2024-11-26T08:03:48.979Z | Downloaded float-ord v0.3.2 |
1102 | 2024-11-26T08:03:48.981Z | Downloaded fastrand v2.1.1 |
1103 | 2024-11-26T08:03:48.981Z | Downloaded dirs-sys-next v0.1.2 |
1104 | 2024-11-26T08:03:48.983Z | Downloaded crunchy v0.2.2 |
1105 | 2024-11-26T08:03:48.983Z | Downloaded futures-executor v0.3.30 |
1106 | 2024-11-26T08:03:48.985Z | Downloaded hex v0.4.3 |
1107 | 2024-11-26T08:03:48.987Z | Downloaded heck v0.4.1 |
1108 | 2024-11-26T08:03:48.987Z | Downloaded hash32 v0.3.1 |
1109 | 2024-11-26T08:03:48.990Z | Downloaded futures-io v0.3.30 |
1110 | 2024-11-26T08:03:48.990Z | Downloaded futures-core v0.3.30 |
1111 | 2024-11-26T08:03:48.990Z | Downloaded foreign-types-shared v0.3.1 |
1112 | 2024-11-26T08:03:48.992Z | Downloaded foreign-types-macros v0.2.3 |
1113 | 2024-11-26T08:03:48.992Z | Downloaded enum-as-inner v0.6.1 |
1114 | 2024-11-26T08:03:48.995Z | Downloaded embedded-io v0.6.1 |
1115 | 2024-11-26T08:03:48.995Z | Downloaded dyn-clone v1.0.17 |
1116 | 2024-11-26T08:03:48.997Z | Downloaded dirs-next v2.0.0 |
1117 | 2024-11-26T08:03:48.997Z | Downloaded defmt-parser v0.3.4 |
1118 | 2024-11-26T08:03:48.999Z | Downloaded slog-envlogger v2.2.0 |
1119 | 2024-11-26T08:03:48.999Z | Downloaded serde_derive_internals v0.29.1 |
1120 | 2024-11-26T08:03:49.002Z | Downloaded semver v0.1.20 |
1121 | 2024-11-26T08:03:49.002Z | Downloaded httparse v1.9.4 |
1122 | 2024-11-26T08:03:49.004Z | Downloaded defmt-macros v0.3.9 |
1123 | 2024-11-26T08:03:49.006Z | Downloaded serde_with_macros v3.9.0 |
1124 | 2024-11-26T08:03:49.009Z | Downloaded scroll_derive v0.12.0 |
1125 | 2024-11-26T08:03:49.011Z | Downloaded colored v2.1.0 |
1126 | 2024-11-26T08:03:49.011Z | Downloaded ciborium-ll v0.2.2 |
1127 | 2024-11-26T08:03:49.013Z | Downloaded cstr-argument v0.1.2 |
1128 | 2024-11-26T08:03:49.013Z | Downloaded crossbeam-deque v0.8.5 |
1129 | 2024-11-26T08:03:49.016Z | Downloaded constant_time_eq v0.3.1 |
1130 | 2024-11-26T08:03:49.016Z | Downloaded cobs v0.2.3 |
1131 | 2024-11-26T08:03:49.018Z | Downloaded serde_repr v0.1.19 |
1132 | 2024-11-26T08:03:49.020Z | Downloaded rustversion v1.0.17 |
1133 | 2024-11-26T08:03:49.031Z | Downloaded fxhash v0.2.1 |
1134 | 2024-11-26T08:03:49.031Z | Downloaded futures-sink v0.3.30 |
1135 | 2024-11-26T08:03:49.031Z | Downloaded darling_macro v0.20.10 |
1136 | 2024-11-26T08:03:49.031Z | Downloaded colorchoice v1.0.2 |
1137 | 2024-11-26T08:03:49.031Z | Downloaded anstyle-parse v0.2.5 |
1138 | 2024-11-26T08:03:49.040Z | Downloaded ciborium v0.2.2 |
1139 | 2024-11-26T08:03:49.040Z | Downloaded cancel-safe-futures v0.1.5 |
1140 | 2024-11-26T08:03:49.040Z | Downloaded arrayvec v0.7.6 |
1141 | 2024-11-26T08:03:49.040Z | Downloaded async-trait v0.1.83 |
1142 | 2024-11-26T08:03:49.040Z | Downloaded anstyle-query v1.1.1 |
1143 | 2024-11-26T08:03:49.216Z | Downloaded ring v0.16.20 |
1144 | 2024-11-26T08:03:50.188Z | Compiling proc-macro2 v1.0.86 |
1145 | 2024-11-26T08:03:50.188Z | Compiling unicode-ident v1.0.13 |
1146 | 2024-11-26T08:03:50.188Z | Compiling libc v0.2.165 |
1147 | 2024-11-26T08:03:50.190Z | Compiling cfg-if v1.0.0 |
1148 | 2024-11-26T08:03:50.190Z | Compiling serde v1.0.215 |
1149 | 2024-11-26T08:03:50.191Z | Compiling autocfg v1.3.0 |
1150 | 2024-11-26T08:03:50.191Z | Compiling version_check v0.9.5 |
1151 | 2024-11-26T08:03:50.191Z | Compiling memchr v2.7.4 |
1152 | 2024-11-26T08:03:50.278Z | Compiling once_cell v1.20.2 |
1153 | 2024-11-26T08:03:50.365Z | Compiling byteorder v1.5.0 |
1154 | 2024-11-26T08:03:50.725Z | Compiling itoa v1.0.11 |
1155 | 2024-11-26T08:03:50.800Z | Compiling libm v0.2.8 |
1156 | 2024-11-26T08:03:50.813Z | Compiling ryu v1.0.18 |
1157 | 2024-11-26T08:03:50.879Z | Compiling serde_json v1.0.133 |
1158 | 2024-11-26T08:03:50.928Z | Compiling ahash v0.8.11 |
1159 | 2024-11-26T08:03:50.984Z | Compiling allocator-api2 v0.2.18 |
1160 | 2024-11-26T08:03:51.141Z | Compiling pin-project-lite v0.2.14 |
1161 | 2024-11-26T08:03:51.209Z | Compiling lock_api v0.4.12 |
1162 | 2024-11-26T08:03:51.251Z | Compiling smallvec v1.13.2 |
1163 | 2024-11-26T08:03:51.353Z | Compiling scopeguard v1.2.0 |
1164 | 2024-11-26T08:03:51.502Z | Compiling thiserror v1.0.64 |
1165 | 2024-11-26T08:03:51.642Z | Compiling parking_lot_core v0.9.10 |
1166 | 2024-11-26T08:03:51.910Z | Compiling equivalent v1.0.1 |
1167 | 2024-11-26T08:03:52.014Z | Compiling quote v1.0.37 |
1168 | 2024-11-26T08:03:52.246Z | Compiling iana-time-zone v0.1.61 |
1169 | 2024-11-26T08:03:52.257Z | Compiling futures-core v0.3.30 |
1170 | 2024-11-26T08:03:52.322Z | Compiling schemars v0.8.21 |
1171 | 2024-11-26T08:03:52.498Z | Compiling syn v2.0.87 |
1172 | 2024-11-26T08:03:52.526Z | Compiling getrandom v0.2.15 |
1173 | 2024-11-26T08:03:52.695Z | Compiling socket2 v0.5.7 |
1174 | 2024-11-26T08:03:52.768Z | Compiling signal-hook-registry v1.4.2 |
1175 | 2024-11-26T08:03:52.825Z | Compiling mio v1.0.2 |
1176 | 2024-11-26T08:03:52.871Z | Compiling fnv v1.0.7 |
1177 | 2024-11-26T08:03:52.907Z | Compiling log v0.4.22 |
1178 | 2024-11-26T08:03:53.011Z | Compiling dyn-clone v1.0.17 |
1179 | 2024-11-26T08:03:53.252Z | Compiling parking_lot v0.12.3 |
1180 | 2024-11-26T08:03:53.350Z | Compiling shlex v1.3.0 |
1181 | 2024-11-26T08:03:53.361Z | Compiling slab v0.4.9 |
1182 | 2024-11-26T08:03:53.432Z | Compiling futures-sink v0.3.30 |
1183 | 2024-11-26T08:03:53.593Z | Compiling cc v1.1.21 |
1184 | 2024-11-26T08:03:53.743Z | Compiling num-traits v0.2.19 |
1185 | 2024-11-26T08:03:53.841Z | Compiling futures-channel v0.3.30 |
1186 | 2024-11-26T08:03:53.843Z | Compiling futures-task v0.3.30 |
1187 | 2024-11-26T08:03:54.145Z | Compiling futures-io v0.3.30 |
1188 | 2024-11-26T08:03:54.147Z | Compiling pin-utils v0.1.0 |
1189 | 2024-11-26T08:03:54.210Z | Compiling tracing-core v0.1.32 |
1190 | 2024-11-26T08:03:54.236Z | Compiling bitflags v2.6.0 |
1191 | 2024-11-26T08:03:54.262Z | Compiling heck v0.5.0 |
1192 | 2024-11-26T08:03:54.520Z | Compiling subtle v2.6.1 |
1193 | 2024-11-26T08:03:54.716Z | Compiling httparse v1.9.4 |
1194 | 2024-11-26T08:03:54.774Z | Compiling atomic-waker v1.1.2 |
1195 | 2024-11-26T08:03:54.868Z | Compiling spin v0.9.8 |
1196 | 2024-11-26T08:03:54.947Z | Compiling try-lock v0.2.5 |
1197 | 2024-11-26T08:03:55.093Z | Compiling rustls-pki-types v1.8.0 |
1198 | 2024-11-26T08:03:55.111Z | Compiling want v0.3.1 |
1199 | 2024-11-26T08:03:55.423Z | Compiling untrusted v0.9.0 |
1200 | 2024-11-26T08:03:55.595Z | Compiling httpdate v1.0.3 |
1201 | 2024-11-26T08:03:55.857Z | Compiling pkg-config v0.3.31 |
1202 | 2024-11-26T08:03:56.020Z | Compiling slog v2.7.0 |
1203 | 2024-11-26T08:03:56.123Z | Compiling vcpkg v0.2.15 |
1204 | 2024-11-26T08:03:56.335Z | Compiling tower-service v0.3.3 |
1205 | 2024-11-26T08:03:56.397Z | Compiling zeroize v1.8.1 |
1206 | 2024-11-26T08:03:56.409Z | Compiling percent-encoding v2.3.1 |
1207 | 2024-11-26T08:03:56.625Z | Compiling ring v0.17.8 |
1208 | 2024-11-26T08:03:56.771Z | Compiling tinyvec_macros v0.1.1 |
1209 | 2024-11-26T08:03:56.848Z | Compiling tinyvec v1.8.0 |
1210 | 2024-11-26T08:03:56.859Z | Compiling form_urlencoded v1.2.1 |
1211 | 2024-11-26T08:03:56.905Z | Compiling openssl v0.10.66 |
1212 | 2024-11-26T08:03:57.104Z | Compiling semver v1.0.23 |
1213 | 2024-11-26T08:03:57.215Z | Compiling foreign-types-shared v0.1.1 |
1214 | 2024-11-26T08:03:57.321Z | Compiling foreign-types v0.3.2 |
1215 | 2024-11-26T08:03:57.359Z | Compiling unicode-bidi v0.3.15 |
1216 | 2024-11-26T08:03:57.405Z | Compiling rustls v0.23.13 |
1217 | 2024-11-26T08:03:57.533Z | Compiling native-tls v0.2.12 |
1218 | 2024-11-26T08:03:57.674Z | Compiling openssl-probe v0.1.5 |
1219 | 2024-11-26T08:03:57.710Z | Compiling ucd-trie v0.1.6 |
1220 | 2024-11-26T08:03:57.815Z | Compiling openssl-sys v0.9.103 |
1221 | 2024-11-26T08:03:57.898Z | Compiling typenum v1.17.0 |
1222 | 2024-11-26T08:03:58.095Z | Compiling aho-corasick v1.1.3 |
1223 | 2024-11-26T08:03:58.339Z | Compiling unicode-normalization v0.1.24 |
1224 | 2024-11-26T08:03:58.455Z | Compiling generic-array v0.14.7 |
1225 | 2024-11-26T08:03:58.774Z | Compiling encoding_rs v0.8.34 |
1226 | 2024-11-26T08:03:59.039Z | Compiling regex-syntax v0.8.4 |
1227 | 2024-11-26T08:03:59.063Z | Compiling base64 v0.22.1 |
1228 | 2024-11-26T08:03:59.508Z | Compiling idna v0.5.0 |
1229 | 2024-11-26T08:03:59.861Z | Compiling serde_derive_internals v0.29.1 |
1230 | 2024-11-26T08:04:00.356Z | Compiling mime v0.3.17 |
1231 | 2024-11-26T08:04:01.100Z | Compiling url v2.5.2 |
1232 | 2024-11-26T08:04:01.416Z | Compiling rustls-pemfile v2.1.3 |
1233 | 2024-11-26T08:04:02.198Z | Compiling webpki-roots v0.26.6 |
1234 | 2024-11-26T08:04:02.407Z | Compiling rand_core v0.6.4 |
1235 | 2024-11-26T08:04:02.893Z | Compiling rustls-webpki v0.102.8 |
1236 | 2024-11-26T08:04:03.308Z | Compiling regex-automata v0.4.7 |
1237 | 2024-11-26T08:04:03.440Z | Compiling powerfmt v0.2.0 |
1238 | 2024-11-26T08:04:03.891Z | Compiling strsim v0.11.1 |
1239 | 2024-11-26T08:04:04.876Z | Compiling ipnet v2.10.0 |
1240 | 2024-11-26T08:04:04.986Z | Compiling time-core v0.1.2 |
1241 | 2024-11-26T08:04:05.060Z | Compiling num-conv v0.1.0 |
1242 | 2024-11-26T08:04:05.169Z | Compiling deranged v0.3.11 |
1243 | 2024-11-26T08:04:05.360Z | Compiling time-macros v0.2.18 |
1244 | 2024-11-26T08:04:05.478Z | Compiling serde_derive v1.0.215 |
1245 | 2024-11-26T08:04:06.415Z | Compiling zerocopy-derive v0.7.35 |
1246 | 2024-11-26T08:04:06.786Z | Compiling thiserror-impl v1.0.64 |
1247 | 2024-11-26T08:04:06.900Z | Compiling tokio-macros v2.4.0 |
1248 | 2024-11-26T08:04:07.227Z | Compiling schemars_derive v0.8.21 |
1249 | 2024-11-26T08:04:08.463Z | Compiling futures-macro v0.3.30 |
1250 | 2024-11-26T08:04:08.557Z | Compiling openssl-macros v0.1.1 |
1251 | 2024-11-26T08:04:08.656Z | Compiling zerocopy v0.7.35 |
1252 | 2024-11-26T08:04:09.876Z | Compiling tracing-attributes v0.1.27 |
1253 | 2024-11-26T08:04:10.327Z | Compiling pest v2.7.13 |
1254 | 2024-11-26T08:04:10.476Z | Compiling futures-util v0.3.30 |
1255 | 2024-11-26T08:04:10.808Z | Compiling hashbrown v0.14.5 |
1256 | 2024-11-26T08:04:12.405Z | Compiling regress v0.10.1 |
1257 | 2024-11-26T08:04:13.359Z | Compiling tracing v0.1.40 |
1258 | 2024-11-26T08:04:13.524Z | Compiling pest_meta v2.7.13 |
1259 | 2024-11-26T08:04:13.817Z | Compiling scroll_derive v0.12.0 |
1260 | 2024-11-26T08:04:14.275Z | Compiling regex v1.10.6 |
1261 | 2024-11-26T08:04:15.341Z | Compiling scroll v0.12.0 |
1262 | 2024-11-26T08:04:15.501Z | Compiling pest_generator v2.7.13 |
1263 | 2024-11-26T08:04:16.644Z | Compiling num_threads v0.1.7 |
1264 | 2024-11-26T08:04:16.788Z | Compiling anyhow v1.0.93 |
1265 | 2024-11-26T08:04:16.940Z | Compiling plain v0.2.3 |
1266 | 2024-11-26T08:04:17.104Z | Compiling goblin v0.8.2 |
1267 | 2024-11-26T08:04:17.371Z | Compiling ppv-lite86 v0.2.20 |
1268 | 2024-11-26T08:04:17.769Z | Compiling sync_wrapper v1.0.1 |
1269 | 2024-11-26T08:04:17.827Z | Compiling pest_derive v2.7.13 |
1270 | 2024-11-26T08:04:17.916Z | Compiling usdt-impl v0.5.0 |
1271 | 2024-11-26T08:04:17.985Z | Compiling pretty-hex v0.4.1 |
1272 | 2024-11-26T08:04:18.185Z | Compiling rand_chacha v0.3.1 |
1273 | 2024-11-26T08:04:18.414Z | Compiling crypto-common v0.1.6 |
1274 | 2024-11-26T08:04:18.593Z | Compiling block-buffer v0.10.4 |
1275 | 2024-11-26T08:04:18.804Z | Compiling dtrace-parser v0.2.0 |
1276 | 2024-11-26T08:04:18.808Z | Compiling thread-id v4.2.2 |
1277 | 2024-11-26T08:04:18.917Z | Compiling omicron-workspace-hack v0.1.0 |
1278 | 2024-11-26T08:04:19.224Z | Compiling rustversion v1.0.17 |
1279 | 2024-11-26T08:04:19.228Z | Compiling syn v1.0.109 |
1280 | 2024-11-26T08:04:19.263Z | Compiling rand v0.8.5 |
1281 | 2024-11-26T08:04:19.479Z | Compiling bytes v1.7.2 |
1282 | 2024-11-26T08:04:19.898Z | Compiling indexmap v2.5.0 |
1283 | 2024-11-26T08:04:19.920Z | Compiling uuid v1.11.0 |
1284 | 2024-11-26T08:04:20.573Z | Compiling tokio v1.40.0 |
1285 | 2024-11-26T08:04:20.856Z | Compiling http v1.1.0 |
1286 | 2024-11-26T08:04:20.896Z | Compiling chrono v0.4.38 |
1287 | 2024-11-26T08:04:20.923Z | Compiling serde_tokenstream v0.2.2 |
1288 | 2024-11-26T08:04:21.467Z | Compiling toml_datetime v0.6.8 |
1289 | 2024-11-26T08:04:22.100Z | Compiling serde_urlencoded v0.7.1 |
1290 | 2024-11-26T08:04:22.354Z | Compiling openapiv3 v2.0.0 |
1291 | 2024-11-26T08:04:22.668Z | Compiling http-body v1.0.1 |
1292 | 2024-11-26T08:04:22.918Z | Compiling http-body-util v0.1.2 |
1293 | 2024-11-26T08:04:23.163Z | Compiling dof v0.3.0 |
1294 | 2024-11-26T08:04:25.664Z | Compiling unsafe-libyaml v0.2.11 |
1295 | 2024-11-26T08:04:25.907Z | Compiling typify-impl v0.2.0 |
1296 | 2024-11-26T08:04:27.563Z | Compiling serde_yaml v0.9.34+deprecated |
1297 | 2024-11-26T08:04:29.501Z | Compiling match_cfg v0.1.0 |
1298 | 2024-11-26T08:04:29.521Z | Compiling ident_case v1.0.1 |
1299 | 2024-11-26T08:04:29.592Z | Compiling winnow v0.6.18 |
1300 | 2024-11-26T08:04:29.692Z | Compiling darling_core v0.20.10 |
1301 | 2024-11-26T08:04:30.559Z | Compiling tokio-util v0.7.12 |
1302 | 2024-11-26T08:04:31.446Z | Compiling tokio-native-tls v0.3.1 |
1303 | 2024-11-26T08:04:31.763Z | Compiling tokio-rustls v0.26.0 |
1304 | 2024-11-26T08:04:32.132Z | Compiling h2 v0.4.6 |
1305 | 2024-11-26T08:04:32.234Z | Compiling hostname v0.3.1 |
1306 | 2024-11-26T08:04:32.501Z | Compiling dirs-sys-next v0.1.2 |
1307 | 2024-11-26T08:04:33.344Z | Compiling errno v0.3.9 |
1308 | 2024-11-26T08:04:33.591Z | Compiling thread_local v1.1.8 |
1309 | 2024-11-26T08:04:33.675Z | Compiling cpufeatures v0.2.14 |
1310 | 2024-11-26T08:04:33.772Z | Compiling camino v1.1.9 |
1311 | 2024-11-26T08:04:34.249Z | Compiling paste v1.0.15 |
1312 | 2024-11-26T08:04:34.476Z | Compiling dirs-next v2.0.0 |
1313 | 2024-11-26T08:04:34.674Z | Compiling usdt-attr-macro v0.5.0 |
1314 | 2024-11-26T08:04:34.829Z | Compiling usdt-macro v0.5.0 |
1315 | 2024-11-26T08:04:35.877Z | Compiling darling_macro v0.20.10 |
1316 | 2024-11-26T08:04:36.974Z | Compiling hyper v1.5.1 |
1317 | 2024-11-26T08:04:36.985Z | Compiling futures-executor v0.3.30 |
1318 | 2024-11-26T08:04:37.029Z | Compiling async-trait v0.1.83 |
1319 | 2024-11-26T08:04:37.658Z | Compiling memmap v0.7.0 |
1320 | 2024-11-26T08:04:38.063Z | Compiling slog-async v2.8.0 |
1321 | 2024-11-26T08:04:38.464Z | Compiling rustls v0.22.4 |
1322 | 2024-11-26T08:04:38.636Z | Compiling futures v0.3.30 |
1323 | 2024-11-26T08:04:38.754Z | Compiling darling v0.20.10 |
1324 | 2024-11-26T08:04:38.859Z | Compiling term v0.7.0 |
1325 | 2024-11-26T08:04:39.550Z | Compiling hyper-util v0.1.10 |
1326 | 2024-11-26T08:04:40.593Z | Compiling serde_spanned v0.6.7 |
1327 | 2024-11-26T08:04:40.748Z | Compiling is-terminal v0.4.13 |
1328 | 2024-11-26T08:04:40.830Z | Compiling multer v3.1.0 |
1329 | 2024-11-26T08:04:40.870Z | Compiling instant v0.1.13 |
1330 | 2024-11-26T08:04:41.007Z | Compiling take_mut v0.2.2 |
1331 | 2024-11-26T08:04:41.009Z | Compiling toml_edit v0.22.21 |
1332 | 2024-11-26T08:04:41.041Z | Compiling serde_with_macros v3.9.0 |
1333 | 2024-11-26T08:04:41.168Z | Compiling strum_macros v0.26.4 |
1334 | 2024-11-26T08:04:41.204Z | Compiling ipnetwork v0.20.0 |
1335 | 2024-11-26T08:04:41.887Z | Compiling structmeta-derive v0.3.0 |
1336 | 2024-11-26T08:04:42.458Z | Compiling async-stream-impl v0.3.5 |
1337 | 2024-11-26T08:04:42.765Z | Compiling dropshot v0.12.0 |
1338 | 2024-11-26T08:04:43.103Z | Compiling crossbeam-utils v0.8.20 |
1339 | 2024-11-26T08:04:43.636Z | Compiling debug-ignore v1.0.5 |
1340 | 2024-11-26T08:04:43.845Z | Compiling hyper-rustls v0.27.3 |
1341 | 2024-11-26T08:04:43.856Z | Compiling serde_with v3.9.0 |
1342 | 2024-11-26T08:04:43.867Z | Compiling async-stream v0.3.5 |
1343 | 2024-11-26T08:04:44.196Z | Compiling hyper-tls v0.6.0 |
1344 | 2024-11-26T08:04:44.533Z | Compiling toml v0.8.19 |
1345 | 2024-11-26T08:04:44.724Z | Compiling structmeta v0.3.0 |
1346 | 2024-11-26T08:04:45.894Z | Compiling strum v0.26.3 |
1347 | 2024-11-26T08:04:45.908Z | Compiling tokio-rustls v0.25.0 |
1348 | 2024-11-26T08:04:46.077Z | Compiling dropshot_endpoint v0.12.0 |
1349 | 2024-11-26T08:04:46.371Z | Compiling serde_path_to_error v0.1.16 |
1350 | 2024-11-26T08:04:46.600Z | Compiling waitgroup v0.1.2 |
1351 | 2024-11-26T08:04:46.853Z | Compiling hostname v0.4.0 |
1352 | 2024-11-26T08:04:47.132Z | Compiling parse-display-derive v0.10.0 |
1353 | 2024-11-26T08:04:47.325Z | Compiling reqwest v0.12.9 |
1354 | 2024-11-26T08:04:49.414Z | Compiling hex v0.4.3 |
1355 | 2024-11-26T08:04:50.051Z | Compiling digest v0.10.7 |
1356 | 2024-11-26T08:04:50.420Z | Compiling time v0.3.36 |
1357 | 2024-11-26T08:04:50.495Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1358 | 2024-11-26T08:04:50.999Z | Compiling rustix v0.38.37 |
1359 | 2024-11-26T08:04:51.334Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1360 | 2024-11-26T08:04:51.504Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1361 | 2024-11-26T08:04:51.735Z | Compiling progenitor-client v0.8.0 |
1362 | 2024-11-26T08:04:51.802Z | Compiling parse-display v0.10.0 |
1363 | 2024-11-26T08:04:51.836Z | Compiling backoff v0.4.0 |
1364 | 2024-11-26T08:04:52.183Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1365 | 2024-11-26T08:04:52.226Z | Compiling typify-macro v0.2.0 |
1366 | 2024-11-26T08:04:52.229Z | Compiling macaddr v1.0.1 |
1367 | 2024-11-26T08:04:52.667Z | Compiling regress v0.9.1 |
1368 | 2024-11-26T08:04:52.689Z | Compiling utf8parse v0.2.2 |
1369 | 2024-11-26T08:04:52.854Z | Compiling anstyle-parse v0.2.5 |
1370 | 2024-11-26T08:04:53.208Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1371 | 2024-11-26T08:04:54.500Z | Compiling unicode-width v0.1.14 |
1372 | 2024-11-26T08:04:55.039Z | Compiling lazy_static v1.5.0 |
1373 | 2024-11-26T08:04:55.163Z | Compiling anstyle-query v1.1.1 |
1374 | 2024-11-26T08:04:55.320Z | Compiling colorchoice v1.0.2 |
1375 | 2024-11-26T08:04:55.487Z | Compiling anstyle v1.0.10 |
1376 | 2024-11-26T08:04:55.751Z | Compiling is_terminal_polyfill v1.70.1 |
1377 | 2024-11-26T08:04:55.873Z | Compiling anstream v0.6.15 |
1378 | 2024-11-26T08:04:56.225Z | Compiling usdt v0.5.0 |
1379 | 2024-11-26T08:04:56.490Z | Compiling slog-json v2.6.1 |
1380 | 2024-11-26T08:04:56.764Z | Compiling crossbeam-channel v0.5.13 |
1381 | 2024-11-26T08:04:56.808Z | Compiling clap_lex v0.7.2 |
1382 | 2024-11-26T08:04:56.866Z | Compiling slog-bunyan v2.5.0 |
1383 | 2024-11-26T08:04:57.082Z | Compiling slog-term v2.9.1 |
1384 | 2024-11-26T08:04:57.436Z | Compiling sha1 v0.10.6 |
1385 | 2024-11-26T08:04:57.451Z | Compiling typify v0.2.0 |
1386 | 2024-11-26T08:04:57.586Z | Compiling progenitor-impl v0.8.0 |
1387 | 2024-11-26T08:04:58.456Z | Compiling newtype-uuid v1.1.0 |
1388 | 2024-11-26T08:04:58.523Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1389 | 2024-11-26T08:04:58.769Z | Compiling winnow v0.5.40 |
1390 | 2024-11-26T08:04:58.927Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1391 | 2024-11-26T08:04:59.458Z | Compiling clap_derive v4.5.18 |
1392 | 2024-11-26T08:05:00.519Z | Compiling heapless v0.8.0 |
1393 | 2024-11-26T08:05:02.699Z | Compiling toml_edit v0.19.15 |
1394 | 2024-11-26T08:05:04.754Z | Compiling hash32 v0.3.1 |
1395 | 2024-11-26T08:05:05.006Z | Compiling smoltcp v0.11.0 |
1396 | 2024-11-26T08:05:05.646Z | Compiling proc-macro-crate v1.3.1 |
1397 | 2024-11-26T08:05:05.958Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1398 | 2024-11-26T08:05:06.263Z | Compiling stable_deref_trait v1.2.0 |
1399 | 2024-11-26T08:05:06.553Z | Compiling terminal_size v0.4.0 |
1400 | 2024-11-26T08:05:06.803Z | Compiling foreign-types-macros v0.2.3 |
1401 | 2024-11-26T08:05:07.364Z | Compiling proc-macro-error-attr v1.0.4 |
1402 | 2024-11-26T08:05:07.517Z | Compiling foreign-types-shared v0.3.1 |
1403 | 2024-11-26T08:05:07.632Z | Compiling cobs v0.2.3 |
1404 | 2024-11-26T08:05:07.712Z | Compiling managed v0.8.0 |
1405 | 2024-11-26T08:05:07.939Z | Compiling either v1.13.0 |
1406 | 2024-11-26T08:05:08.155Z | Compiling bitflags v1.3.2 |
1407 | 2024-11-26T08:05:08.191Z | Compiling heck v0.4.1 |
1408 | 2024-11-26T08:05:08.596Z | Compiling foreign-types v0.5.0 |
1409 | 2024-11-26T08:05:08.693Z | Compiling progenitor-macro v0.8.0 |
1410 | 2024-11-26T08:05:08.703Z | Compiling postcard v1.0.10 |
1411 | 2024-11-26T08:05:08.830Z | Compiling num_enum_derive v0.5.11 |
1412 | 2024-11-26T08:05:08.901Z | Compiling clap_builder v4.5.21 |
1413 | 2024-11-26T08:05:09.898Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1414 | 2024-11-26T08:05:10.833Z | Compiling num-integer v0.1.46 |
1415 | 2024-11-26T08:05:10.986Z | Compiling cstr-argument v0.1.2 |
1416 | 2024-11-26T08:05:11.189Z | Compiling num_enum v0.5.11 |
1417 | 2024-11-26T08:05:11.262Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1418 | 2024-11-26T08:05:11.345Z | Compiling proc-macro-error v1.0.4 |
1419 | 2024-11-26T08:05:11.596Z | Compiling fastrand v2.1.1 |
1420 | 2024-11-26T08:05:11.596Z | Compiling float-ord v0.3.2 |
1421 | 2024-11-26T08:05:11.736Z | Compiling pretty-hex v0.2.1 |
1422 | 2024-11-26T08:05:11.785Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1423 | 2024-11-26T08:05:11.905Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1424 | 2024-11-26T08:05:11.934Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1425 | 2024-11-26T08:05:12.010Z | Compiling tempfile v3.12.0 |
1426 | 2024-11-26T08:05:12.258Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1427 | 2024-11-26T08:05:12.317Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1428 | 2024-11-26T08:05:12.949Z | Compiling clap v4.5.21 |
1429 | 2024-11-26T08:05:13.570Z | Compiling colored v2.1.0 |
1430 | 2024-11-26T08:05:13.922Z | Compiling tabwriter v1.4.0 |
1431 | 2024-11-26T08:05:13.939Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1432 | 2024-11-26T08:05:14.231Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1433 | 2024-11-26T08:05:14.253Z | Compiling crucible-workspace-hack v0.1.0 |
1434 | 2024-11-26T08:05:15.104Z | Compiling num-rational v0.4.2 |
1435 | 2024-11-26T08:05:15.117Z | Compiling num-iter v0.1.45 |
1436 | 2024-11-26T08:05:15.411Z | Compiling num-complex v0.4.6 |
1437 | 2024-11-26T08:05:15.588Z | Compiling unicode-segmentation v1.12.0 |
1438 | 2024-11-26T08:05:15.794Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1439 | 2024-11-26T08:05:16.088Z | Compiling prettyplease v0.2.22 |
1440 | 2024-11-26T08:05:16.162Z | Compiling semver v0.1.20 |
1441 | 2024-11-26T08:05:16.417Z | Compiling num v0.4.3 |
1442 | 2024-11-26T08:05:16.488Z | Compiling newline-converter v0.3.0 |
1443 | 2024-11-26T08:05:16.524Z | Compiling rustc_version v0.1.7 |
1444 | 2024-11-26T08:05:16.534Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1445 | 2024-11-26T08:05:17.070Z | Compiling zone_cfg_derive v0.3.0 |
1446 | 2024-11-26T08:05:18.267Z | Compiling camino-tempfile v1.1.1 |
1447 | 2024-11-26T08:05:18.621Z | Compiling itertools v0.10.5 |
1448 | 2024-11-26T08:05:18.744Z | Compiling console v0.15.8 |
1449 | 2024-11-26T08:05:18.947Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1450 | 2024-11-26T08:05:20.207Z | Compiling num-derive v0.4.2 |
1451 | 2024-11-26T08:05:20.589Z | Compiling sigpipe v0.1.3 |
1452 | 2024-11-26T08:05:20.677Z | Compiling similar v2.6.0 |
1453 | 2024-11-26T08:05:20.710Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1454 | 2024-11-26T08:05:21.038Z | Compiling base64ct v1.6.0 |
1455 | 2024-11-26T08:05:21.127Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1456 | 2024-11-26T08:05:21.589Z | Compiling expectorate v1.1.0 |
1457 | 2024-11-26T08:05:21.616Z | Compiling password-hash v0.5.0 |
1458 | 2024-11-26T08:05:21.755Z | Compiling zone v0.3.0 |
1459 | 2024-11-26T08:05:22.605Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1460 | 2024-11-26T08:05:22.825Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1461 | 2024-11-26T08:05:22.987Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1462 | 2024-11-26T08:05:23.495Z | Compiling newtype_derive v0.1.6 |
1463 | 2024-11-26T08:05:23.695Z | Compiling blake2 v0.10.6 |
1464 | 2024-11-26T08:05:23.826Z | Compiling hubpack_derive v0.1.1 |
1465 | 2024-11-26T08:05:23.829Z | Compiling smf v0.2.3 |
1466 | 2024-11-26T08:05:24.315Z | Compiling progenitor v0.8.0 |
1467 | 2024-11-26T08:05:24.510Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1468 | 2024-11-26T08:05:24.830Z | Compiling zerocopy-derive v0.6.6 |
1469 | 2024-11-26T08:05:25.547Z | Compiling fixedbitset v0.4.2 |
1470 | 2024-11-26T08:05:25.563Z | Compiling cancel-safe-futures v0.1.5 |
1471 | 2024-11-26T08:05:25.739Z | Compiling whoami v1.5.2 |
1472 | 2024-11-26T08:05:25.918Z | Compiling owo-colors v4.1.0 |
1473 | 2024-11-26T08:05:26.119Z | Compiling petgraph v0.6.5 |
1474 | 2024-11-26T08:05:26.160Z | Compiling hubpack v0.1.2 |
1475 | 2024-11-26T08:05:26.250Z | Compiling argon2 v0.5.3 |
1476 | 2024-11-26T08:05:26.615Z | Compiling strum_macros v0.25.3 |
1477 | 2024-11-26T08:05:26.985Z | Compiling zerocopy v0.6.6 |
1478 | 2024-11-26T08:05:27.846Z | Compiling serde-big-array v0.5.1 |
1479 | 2024-11-26T08:05:27.929Z | Compiling serde_repr v0.1.19 |
1480 | 2024-11-26T08:05:28.084Z | Compiling cookie v0.18.1 |
1481 | 2024-11-26T08:05:28.407Z | Compiling convert_case v0.4.0 |
1482 | 2024-11-26T08:05:29.208Z | Compiling static_assertions v1.1.0 |
1483 | 2024-11-26T08:05:29.240Z | Compiling derive_more v0.99.18 |
1484 | 2024-11-26T08:05:29.363Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1485 | 2024-11-26T08:05:29.931Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1486 | 2024-11-26T08:05:31.133Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1487 | 2024-11-26T08:05:34.047Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1488 | 2024-11-26T08:05:34.924Z | Compiling atomicwrites v0.4.4 |
1489 | 2024-11-26T08:05:36.665Z | Compiling itertools v0.13.0 |
1490 | 2024-11-26T08:05:36.731Z | Compiling libsw v3.3.1 |
1491 | 2024-11-26T08:05:36.731Z | Compiling derive-where v1.2.7 |
1492 | 2024-11-26T08:05:36.731Z | Compiling enum-as-inner v0.6.1 |
1493 | 2024-11-26T08:05:36.747Z | Compiling idna v0.4.0 |
1494 | 2024-11-26T08:05:37.345Z | Compiling data-encoding v2.6.0 |
1495 | 2024-11-26T08:05:38.118Z | Compiling quick-error v1.2.3 |
1496 | 2024-11-26T08:05:38.181Z | Compiling swrite v0.1.0 |
1497 | 2024-11-26T08:05:38.270Z | Compiling linked-hash-map v0.5.6 |
1498 | 2024-11-26T08:05:38.531Z | Compiling linear-map v1.2.0 |
1499 | 2024-11-26T08:05:38.691Z | Compiling highway v1.2.0 |
1500 | 2024-11-26T08:05:38.769Z | Compiling indent_write v2.2.0 |
1501 | 2024-11-26T08:05:38.823Z | Compiling lru-cache v0.1.2 |
1502 | 2024-11-26T08:05:38.879Z | Compiling resolv-conf v0.7.0 |
1503 | 2024-11-26T08:05:39.009Z | Compiling hickory-proto v0.24.1 |
1504 | 2024-11-26T08:05:39.021Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1505 | 2024-11-26T08:05:40.353Z | Compiling steno v0.4.1 |
1506 | 2024-11-26T08:05:40.364Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1507 | 2024-11-26T08:05:41.080Z | Compiling slog-dtrace v0.3.0 |
1508 | 2024-11-26T08:05:41.430Z | Compiling humantime v2.1.0 |
1509 | 2024-11-26T08:05:42.012Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1510 | 2024-11-26T08:05:46.216Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1511 | 2024-11-26T08:05:48.768Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1512 | 2024-11-26T08:05:50.420Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1513 | 2024-11-26T08:05:50.456Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1514 | 2024-11-26T08:05:50.633Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1515 | 2024-11-26T08:05:51.744Z | Compiling parking_lot_core v0.8.6 |
1516 | 2024-11-26T08:05:52.240Z | Compiling hickory-resolver v0.24.1 |
1517 | 2024-11-26T08:05:53.065Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1518 | 2024-11-26T08:05:54.461Z | Compiling num-derive v0.3.3 |
1519 | 2024-11-26T08:05:54.684Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1520 | 2024-11-26T08:05:55.147Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1521 | 2024-11-26T08:05:55.517Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1522 | 2024-11-26T08:05:55.981Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1523 | 2024-11-26T08:05:56.089Z | Compiling half v2.4.1 |
1524 | 2024-11-26T08:05:56.565Z | Compiling ciborium-io v0.2.2 |
1525 | 2024-11-26T08:05:56.618Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1526 | 2024-11-26T08:05:56.721Z | Compiling ciborium-ll v0.2.2 |
1527 | 2024-11-26T08:05:56.735Z | Compiling parking_lot v0.11.2 |
1528 | 2024-11-26T08:05:56.854Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1529 | 2024-11-26T08:05:57.211Z | Compiling crossbeam-epoch v0.9.18 |
1530 | 2024-11-26T08:05:57.822Z | Compiling fxhash v0.2.1 |
1531 | 2024-11-26T08:05:57.835Z | Compiling crc32fast v1.4.2 |
1532 | 2024-11-26T08:05:58.025Z | Compiling ciborium v0.2.2 |
1533 | 2024-11-26T08:05:58.049Z | Compiling sled v0.34.7 |
1534 | 2024-11-26T08:06:07.141Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1535 | 2024-11-26T08:06:07.638Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1536 | 2024-11-26T08:06:13.875Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1537 | 2024-11-26T08:06:15.111Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1538 | 2024-11-26T08:06:16.476Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1539 | 2024-11-26T08:06:39.031Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 49s |
1540 | 2024-11-26T08:06:39.170Z | ------------ |
1541 | 2024-11-26T08:06:39.170Z | Nextest run ID 87b18963-b78d-4fc0-8ff5-b195b101c001 with nextest profile: default |
1542 | 2024-11-26T08:06:39.170Z | Starting 2 tests across 1 binary |
1543 | 2024-11-26T08:06:39.182Z | PASS [ 0.013s] rdb bestpath::test::test_bestpath |
1544 | 2024-11-26T08:06:39.255Z | PASS [ 0.083s] rdb db::test::test_rib |
1545 | 2024-11-26T08:06:39.258Z | ------------ |
1546 | 2024-11-26T08:06:39.258Z | Summary [ 0.087s] 2 tests run: 2 passed, 0 skipped |
1547 | 2024-11-26T08:06:39.273Z | + cp rib.log /work/ |
1548 | 2024-11-26T08:06:39.277Z | process exited: duration 359075 ms, exit code 0 |
|
1549 | 2024-11-26T08:06:39.283Z | found 1 output files |
1550 | 2024-11-26T08:06:39.283Z | uploading: /work/rib.log (0 bytes) |
1551 | 2024-11-26T08:06:40.291Z | uploaded: /work/rib.log |