|
|
|
1 | 2024-10-30T13:28:10.612Z | job assigned to worker 01JBESQEC34SWVQKW8K55J4K6T (queued for 1 m 6 s) |
|
2 | 2024-10-30T13:28:18.236Z | starting task 0: "setup" |
3 | 2024-10-30T13:28:18.245Z | ++ uname -s |
4 | 2024-10-30T13:28:18.247Z | + kern=SunOS |
5 | 2024-10-30T13:28:18.247Z | + case "$kern" in |
6 | 2024-10-30T13:28:18.247Z | + [[ 0 == 12345 ]] |
7 | 2024-10-30T13:28:18.247Z | + groupadd -g 12345 build |
8 | 2024-10-30T13:28:18.250Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-10-30T13:28:20.261Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-10-30T13:28:20.366Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-10-30T13:28:20.369Z | + home_fs=zfs |
12 | 2024-10-30T13:28:20.369Z | + [[ zfs == autofs ]] |
13 | 2024-10-30T13:28:20.369Z | + mkdir -p /home/build |
14 | 2024-10-30T13:28:20.371Z | + chown build:build /home/build /work |
15 | 2024-10-30T13:28:22.374Z | + chmod 0700 /home/build /work |
16 | 2024-10-30T13:28:22.376Z | process exited: duration 4142 ms, exit code 0 |
|
17 | 2024-10-30T13:28:22.382Z | starting task 1: "rust-toolchain" |
18 | 2024-10-30T13:28:22.388Z | + printf ' * toolchain channel = "%s" |
19 | 2024-10-30T13:28:22.388Z | * toolchain channel = "stable" |
20 | 2024-10-30T13:28:22.388Z | ' stable |
21 | 2024-10-30T13:28:22.388Z | + printf ' * toolchain profile = "%s" |
22 | 2024-10-30T13:28:22.388Z | ' default |
23 | 2024-10-30T13:28:22.388Z | * toolchain profile = "default" |
24 | 2024-10-30T13:28:22.390Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-10-30T13:28:22.390Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-10-30T13:28:22.507Z | info: downloading installer |
27 | 2024-10-30T13:28:23.720Z | info: profile set to 'default' |
28 | 2024-10-30T13:28:23.721Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-10-30T13:28:23.723Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-10-30T13:28:23.895Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-10-30T13:28:23.895Z | info: downloading component 'cargo' |
32 | 2024-10-30T13:28:24.869Z | info: downloading component 'clippy' |
33 | 2024-10-30T13:28:25.239Z | info: downloading component 'rust-docs' |
34 | 2024-10-30T13:28:26.616Z | info: downloading component 'rust-std' |
35 | 2024-10-30T13:28:28.788Z | info: downloading component 'rustc' |
36 | 2024-10-30T13:28:36.555Z | info: downloading component 'rustfmt' |
37 | 2024-10-30T13:28:36.833Z | info: installing component 'cargo' |
38 | 2024-10-30T13:28:37.689Z | info: installing component 'clippy' |
39 | 2024-10-30T13:28:38.091Z | info: installing component 'rust-docs' |
40 | 2024-10-30T13:28:39.819Z | info: installing component 'rust-std' |
41 | 2024-10-30T13:28:41.743Z | info: installing component 'rustc' |
42 | 2024-10-30T13:28:47.948Z | info: installing component 'rustfmt' |
43 | 2024-10-30T13:28:48.298Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-10-30T13:28:48.298Z | |
45 | 2024-10-30T13:28:48.682Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-10-30T13:28:48.682Z | |
47 | 2024-10-30T13:28:48.685Z | |
48 | 2024-10-30T13:28:48.685Z | Rust is installed now. Great! |
49 | 2024-10-30T13:28:48.685Z | |
50 | 2024-10-30T13:28:48.685Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-10-30T13:28:48.685Z | environment variable. This has not been done automatically. |
52 | 2024-10-30T13:28:48.685Z | |
53 | 2024-10-30T13:28:48.685Z | To configure your current shell, you need to source |
54 | 2024-10-30T13:28:48.685Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-10-30T13:28:48.685Z | |
56 | 2024-10-30T13:28:48.685Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-10-30T13:28:48.685Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-10-30T13:28:48.685Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-10-30T13:28:48.768Z | + rustc --version |
60 | 2024-10-30T13:28:48.841Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-10-30T13:28:48.845Z | process exited: duration 26459 ms, exit code 0 |
|
62 | 2024-10-30T13:28:48.850Z | starting task 2: "authentication" |
63 | 2024-10-30T13:28:48.873Z | process exited: duration 22 ms, exit code 0 |
|
64 | 2024-10-30T13:28:48.877Z | starting task 3: "clone repository" |
65 | 2024-10-30T13:28:48.883Z | + mkdir -p /work/oxidecomputer/maghemite |
66 | 2024-10-30T13:28:48.885Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
67 | 2024-10-30T13:28:48.921Z | Cloning into '/work/oxidecomputer/maghemite'... |
68 | 2024-10-30T13:28:49.898Z | + cd /work/oxidecomputer/maghemite |
69 | 2024-10-30T13:28:49.899Z | + git fetch origin 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
70 | 2024-10-30T13:28:50.161Z | From https://github.com/oxidecomputer/maghemite |
71 | 2024-10-30T13:28:50.161Z | * branch 2ed1c9fe8832179449efb5fc9b298af8ecea01cd -> FETCH_HEAD |
72 | 2024-10-30T13:28:50.170Z | + [[ -n zl/mgd-ddm-meta ]] |
73 | 2024-10-30T13:28:50.172Z | ++ git branch --show-current |
74 | 2024-10-30T13:28:50.175Z | + current=main |
75 | 2024-10-30T13:28:50.175Z | + [[ main != zl/mgd-ddm-meta ]] |
76 | 2024-10-30T13:28:50.175Z | + git branch -f zl/mgd-ddm-meta 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
77 | 2024-10-30T13:28:50.178Z | + git checkout -f zl/mgd-ddm-meta |
78 | 2024-10-30T13:28:50.194Z | Switched to branch 'zl/mgd-ddm-meta' |
79 | 2024-10-30T13:28:50.196Z | + git reset --hard 2ed1c9fe8832179449efb5fc9b298af8ecea01cd |
80 | 2024-10-30T13:28:50.203Z | HEAD is now at 2ed1c9f add switch info/meta to ddmd/mgd related timeseries |
81 | 2024-10-30T13:28:50.205Z | process exited: duration 1326 ms, exit code 0 |
|
82 | 2024-10-30T13:28:50.210Z | starting task 4: "build" |
83 | 2024-10-30T13:28:50.216Z | + set -e |
84 | 2024-10-30T13:28:50.216Z | + cargo --version |
85 | 2024-10-30T13:28:50.221Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
86 | 2024-10-30T13:28:50.382Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
87 | 2024-10-30T13:28:50.382Z | info: downloading component 'cargo' |
88 | 2024-10-30T13:28:51.220Z | info: downloading component 'clippy' |
89 | 2024-10-30T13:28:51.548Z | info: downloading component 'rust-docs' |
90 | 2024-10-30T13:28:52.707Z | info: downloading component 'rust-std' |
91 | 2024-10-30T13:28:54.514Z | info: downloading component 'rustc' |
92 | 2024-10-30T13:29:00.924Z | info: downloading component 'rustfmt' |
93 | 2024-10-30T13:29:01.169Z | info: installing component 'cargo' |
94 | 2024-10-30T13:29:02.037Z | info: installing component 'clippy' |
95 | 2024-10-30T13:29:02.430Z | info: installing component 'rust-docs' |
96 | 2024-10-30T13:29:04.093Z | info: installing component 'rust-std' |
97 | 2024-10-30T13:29:05.937Z | info: installing component 'rustc' |
98 | 2024-10-30T13:29:11.886Z | info: installing component 'rustfmt' |
99 | 2024-10-30T13:29:12.326Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
100 | 2024-10-30T13:29:12.334Z | + rustc --version |
101 | 2024-10-30T13:29:12.399Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
102 | 2024-10-30T13:29:12.406Z | + cargo install cargo-nextest |
103 | 2024-10-30T13:29:12.494Z | Updating crates.io index |
104 | 2024-10-30T13:29:12.592Z | Downloading crates ... |
105 | 2024-10-30T13:29:12.657Z | Downloaded cargo-nextest v0.9.82 |
106 | 2024-10-30T13:29:12.706Z | Installing cargo-nextest v0.9.82 |
107 | 2024-10-30T13:29:12.798Z | Updating crates.io index |
108 | 2024-10-30T13:29:13.732Z | Locking 332 packages to latest compatible versions |
109 | 2024-10-30T13:29:13.736Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
110 | 2024-10-30T13:29:13.736Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
111 | 2024-10-30T13:29:13.736Z | Adding base64 v0.21.7 (latest: v0.22.1) |
112 | 2024-10-30T13:29:13.747Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
113 | 2024-10-30T13:29:13.750Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
114 | 2024-10-30T13:29:13.750Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
115 | 2024-10-30T13:29:13.750Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
116 | 2024-10-30T13:29:13.751Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
117 | 2024-10-30T13:29:13.751Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
118 | 2024-10-30T13:29:13.751Z | Adding gimli v0.28.1 (latest: v0.31.1) |
119 | 2024-10-30T13:29:13.751Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
120 | 2024-10-30T13:29:13.754Z | Adding idna v0.5.0 (latest: v1.0.2) |
121 | 2024-10-30T13:29:13.754Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
122 | 2024-10-30T13:29:13.754Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
123 | 2024-10-30T13:29:13.757Z | Adding object v0.32.2 (latest: v0.36.5) |
124 | 2024-10-30T13:29:13.757Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
125 | 2024-10-30T13:29:13.760Z | Adding quick-xml v0.23.1 (latest: v0.37.0) |
126 | 2024-10-30T13:29:13.760Z | Adding quick-xml v0.36.2 (latest: v0.37.0) |
127 | 2024-10-30T13:29:13.765Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
128 | 2024-10-30T13:29:13.769Z | Adding terminal_size v0.3.0 (latest: v0.4.0) |
129 | 2024-10-30T13:29:13.772Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
130 | 2024-10-30T13:29:13.775Z | Adding vte v0.11.1 (latest: v0.13.0) |
131 | 2024-10-30T13:29:13.775Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
132 | 2024-10-30T13:29:13.776Z | Adding windows v0.52.0 (latest: v0.58.0) |
133 | 2024-10-30T13:29:13.776Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
134 | 2024-10-30T13:29:13.776Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
135 | 2024-10-30T13:29:13.776Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
136 | 2024-10-30T13:29:13.776Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
137 | 2024-10-30T13:29:13.776Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
138 | 2024-10-30T13:29:13.776Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
139 | 2024-10-30T13:29:13.776Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
140 | 2024-10-30T13:29:13.776Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
141 | 2024-10-30T13:29:13.776Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
142 | 2024-10-30T13:29:13.776Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
143 | 2024-10-30T13:29:13.776Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
144 | 2024-10-30T13:29:13.776Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
145 | 2024-10-30T13:29:13.776Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
146 | 2024-10-30T13:29:13.776Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
147 | 2024-10-30T13:29:13.776Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-10-30T13:29:13.776Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
149 | 2024-10-30T13:29:13.776Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
150 | 2024-10-30T13:29:13.776Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
151 | 2024-10-30T13:29:13.776Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-10-30T13:29:13.776Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
153 | 2024-10-30T13:29:13.776Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
154 | 2024-10-30T13:29:13.779Z | Adding zerocopy v0.7.35 (latest: v0.8.7) |
155 | 2024-10-30T13:29:13.779Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.7) |
156 | 2024-10-30T13:29:13.779Z | Downloading crates ... |
157 | 2024-10-30T13:29:13.843Z | Downloaded addr2line v0.21.0 |
158 | 2024-10-30T13:29:13.849Z | Downloaded cfg_aliases v0.2.1 |
159 | 2024-10-30T13:29:13.853Z | Downloaded autocfg v1.4.0 |
160 | 2024-10-30T13:29:13.855Z | Downloaded async-scoped v0.9.0 |
161 | 2024-10-30T13:29:13.855Z | Downloaded base64ct v1.6.0 |
162 | 2024-10-30T13:29:13.858Z | Downloaded strip-ansi-escapes v0.2.0 |
163 | 2024-10-30T13:29:13.861Z | Downloaded sync_wrapper v1.0.1 |
164 | 2024-10-30T13:29:13.864Z | Downloaded swrite v0.1.0 |
165 | 2024-10-30T13:29:13.864Z | Downloaded indenter v0.3.3 |
166 | 2024-10-30T13:29:13.866Z | Downloaded ahash v0.8.11 |
167 | 2024-10-30T13:29:14.871Z | Downloaded http-body v1.0.1 |
168 | 2024-10-30T13:29:14.871Z | Downloaded adler v1.0.2 |
169 | 2024-10-30T13:29:14.875Z | Downloaded enable-ansi-support v0.2.1 |
170 | 2024-10-30T13:29:14.875Z | Downloaded toml v0.8.19 |
171 | 2024-10-30T13:29:14.875Z | Downloaded futures-io v0.3.31 |
172 | 2024-10-30T13:29:14.875Z | Downloaded number_prefix v0.4.0 |
173 | 2024-10-30T13:29:14.875Z | Downloaded futures-task v0.3.31 |
174 | 2024-10-30T13:29:14.875Z | Downloaded thiserror v1.0.65 |
175 | 2024-10-30T13:29:14.875Z | Downloaded is_ci v1.2.0 |
176 | 2024-10-30T13:29:14.875Z | Downloaded tokio-macros v2.4.0 |
177 | 2024-10-30T13:29:14.875Z | Downloaded target-spec v3.2.2 |
178 | 2024-10-30T13:29:14.875Z | Downloaded tracing-log v0.2.0 |
179 | 2024-10-30T13:29:14.875Z | Downloaded itoa v1.0.11 |
180 | 2024-10-30T13:29:14.875Z | Downloaded const-oid v0.9.6 |
181 | 2024-10-30T13:29:14.875Z | Downloaded zeroize v1.8.1 |
182 | 2024-10-30T13:29:14.875Z | Downloaded zstd-safe v7.2.1 |
183 | 2024-10-30T13:29:14.875Z | Downloaded eyre v0.6.12 |
184 | 2024-10-30T13:29:14.875Z | Downloaded subtle v2.6.1 |
185 | 2024-10-30T13:29:14.875Z | Downloaded native-tls v0.2.12 |
186 | 2024-10-30T13:29:14.875Z | Downloaded tracing-attributes v0.1.27 |
187 | 2024-10-30T13:29:14.875Z | Downloaded tinyvec v1.8.0 |
188 | 2024-10-30T13:29:14.875Z | Downloaded atomicwrites v0.4.4 |
189 | 2024-10-30T13:29:14.876Z | Downloaded cfg-if v1.0.0 |
190 | 2024-10-30T13:29:14.876Z | Downloaded bytes v1.8.0 |
191 | 2024-10-30T13:29:14.876Z | Downloaded quote v1.0.37 |
192 | 2024-10-30T13:29:14.876Z | Downloaded signature v2.2.0 |
193 | 2024-10-30T13:29:14.876Z | Downloaded miniz_oxide v0.7.4 |
194 | 2024-10-30T13:29:14.876Z | Downloaded supports-unicode v3.0.0 |
195 | 2024-10-30T13:29:14.876Z | Downloaded foreign-types-shared v0.1.1 |
196 | 2024-10-30T13:29:14.876Z | Downloaded hyper-util v0.1.10 |
197 | 2024-10-30T13:29:14.876Z | Downloaded anstyle-query v1.1.2 |
198 | 2024-10-30T13:29:14.876Z | Downloaded supports-hyperlinks v3.0.0 |
199 | 2024-10-30T13:29:14.876Z | Downloaded equivalent v1.0.1 |
200 | 2024-10-30T13:29:14.876Z | Downloaded block-buffer v0.10.4 |
201 | 2024-10-30T13:29:14.876Z | Downloaded futures-sink v0.3.31 |
202 | 2024-10-30T13:29:14.876Z | Downloaded filetime v0.2.25 |
203 | 2024-10-30T13:29:14.876Z | Downloaded strsim v0.11.1 |
204 | 2024-10-30T13:29:14.876Z | Downloaded guppy-workspace-hack v0.1.0 |
205 | 2024-10-30T13:29:14.876Z | Downloaded camino-tempfile v1.1.1 |
206 | 2024-10-30T13:29:14.876Z | Downloaded target-lexicon v0.12.16 |
207 | 2024-10-30T13:29:14.876Z | Downloaded openssl-macros v0.1.1 |
208 | 2024-10-30T13:29:14.876Z | Downloaded memchr v2.7.4 |
209 | 2024-10-30T13:29:14.876Z | Downloaded spki v0.7.3 |
210 | 2024-10-30T13:29:14.876Z | Downloaded digest v0.10.7 |
211 | 2024-10-30T13:29:14.876Z | Downloaded pathdiff v0.2.2 |
212 | 2024-10-30T13:29:14.876Z | Downloaded toml_edit v0.22.22 |
213 | 2024-10-30T13:29:14.876Z | Downloaded want v0.3.1 |
214 | 2024-10-30T13:29:14.876Z | Downloaded cargo_metadata v0.18.1 |
215 | 2024-10-30T13:29:14.876Z | Downloaded urlencoding v2.1.3 |
216 | 2024-10-30T13:29:14.876Z | Downloaded try-lock v0.2.5 |
217 | 2024-10-30T13:29:14.876Z | Downloaded tower-service v0.3.3 |
218 | 2024-10-30T13:29:14.876Z | Downloaded futures-macro v0.3.31 |
219 | 2024-10-30T13:29:14.876Z | Downloaded semver v1.0.23 |
220 | 2024-10-30T13:29:14.876Z | Downloaded target-spec-miette v0.4.0 |
221 | 2024-10-30T13:29:14.876Z | Downloaded hyper-tls v0.6.0 |
222 | 2024-10-30T13:29:14.876Z | Downloaded http-body-util v0.1.2 |
223 | 2024-10-30T13:29:14.876Z | Downloaded shell-words v1.1.0 |
224 | 2024-10-30T13:29:14.876Z | Downloaded nextest-workspace-hack v0.1.0 |
225 | 2024-10-30T13:29:14.876Z | Downloaded mukti-metadata v0.2.1 |
226 | 2024-10-30T13:29:14.876Z | Downloaded home v0.5.9 |
227 | 2024-10-30T13:29:14.877Z | Downloaded fastrand v2.1.1 |
228 | 2024-10-30T13:29:14.877Z | Downloaded future-queue v0.3.0 |
229 | 2024-10-30T13:29:14.877Z | Downloaded unicase v2.8.0 |
230 | 2024-10-30T13:29:14.877Z | Downloaded humantime v2.1.0 |
231 | 2024-10-30T13:29:14.877Z | Downloaded generic-array v0.14.7 |
232 | 2024-10-30T13:29:14.877Z | Downloaded futures-executor v0.3.31 |
233 | 2024-10-30T13:29:14.877Z | Downloaded os_pipe v1.2.1 |
234 | 2024-10-30T13:29:14.877Z | Downloaded openssl-probe v0.1.5 |
235 | 2024-10-30T13:29:14.877Z | Downloaded nested v0.1.1 |
236 | 2024-10-30T13:29:14.877Z | Downloaded curve25519-dalek-derive v0.1.1 |
237 | 2024-10-30T13:29:14.877Z | Downloaded cpufeatures v0.2.14 |
238 | 2024-10-30T13:29:14.877Z | Downloaded serde_path_to_error v0.1.16 |
239 | 2024-10-30T13:29:14.877Z | Downloaded untrusted v0.9.0 |
240 | 2024-10-30T13:29:14.877Z | Downloaded tokio-native-tls v0.3.1 |
241 | 2024-10-30T13:29:14.877Z | Downloaded thread_local v1.1.8 |
242 | 2024-10-30T13:29:14.877Z | Downloaded pkg-config v0.3.31 |
243 | 2024-10-30T13:29:14.877Z | Downloaded tar v0.4.42 |
244 | 2024-10-30T13:29:14.877Z | Downloaded owo-colors v3.5.0 |
245 | 2024-10-30T13:29:14.877Z | Downloaded smol_str v0.3.2 |
246 | 2024-10-30T13:29:14.877Z | Downloaded ryu v1.0.18 |
247 | 2024-10-30T13:29:14.877Z | Downloaded zstd v0.13.2 |
248 | 2024-10-30T13:29:14.877Z | Downloaded quick-junit v0.5.0 |
249 | 2024-10-30T13:29:14.877Z | Downloaded thiserror-impl v1.0.65 |
250 | 2024-10-30T13:29:14.877Z | Downloaded self-replace v1.5.0 |
251 | 2024-10-30T13:29:14.877Z | Downloaded quinn-udp v0.5.6 |
252 | 2024-10-30T13:29:14.877Z | Downloaded nextest-metadata v0.12.1 |
253 | 2024-10-30T13:29:14.877Z | Downloaded newtype-uuid v1.1.2 |
254 | 2024-10-30T13:29:14.877Z | Downloaded mime v0.3.17 |
255 | 2024-10-30T13:29:14.877Z | Downloaded signal-hook-registry v1.4.2 |
256 | 2024-10-30T13:29:14.877Z | Downloaded owo-colors v4.1.0 |
257 | 2024-10-30T13:29:14.877Z | Downloaded tempfile v3.13.0 |
258 | 2024-10-30T13:29:14.877Z | Downloaded tokio-rustls v0.26.0 |
259 | 2024-10-30T13:29:14.877Z | Downloaded rustc_version v0.4.1 |
260 | 2024-10-30T13:29:14.877Z | Downloaded rustc-hash v2.0.0 |
261 | 2024-10-30T13:29:14.877Z | Downloaded rand_chacha v0.3.1 |
262 | 2024-10-30T13:29:14.877Z | Downloaded shlex v1.3.0 |
263 | 2024-10-30T13:29:14.877Z | Downloaded static_assertions v1.1.0 |
264 | 2024-10-30T13:29:14.877Z | Downloaded pin-project v1.1.7 |
265 | 2024-10-30T13:29:14.877Z | Downloaded pin-utils v0.1.0 |
266 | 2024-10-30T13:29:14.878Z | Downloaded futures v0.3.31 |
267 | 2024-10-30T13:29:14.878Z | Downloaded duct v0.13.7 |
268 | 2024-10-30T13:29:14.878Z | Downloaded ipnet v2.10.1 |
269 | 2024-10-30T13:29:14.881Z | Downloaded zerocopy-derive v0.7.35 |
270 | 2024-10-30T13:29:14.881Z | Downloaded serde_urlencoded v0.7.1 |
271 | 2024-10-30T13:29:14.881Z | Downloaded spin v0.9.8 |
272 | 2024-10-30T13:29:14.881Z | Downloaded uuid v1.11.0 |
273 | 2024-10-30T13:29:14.881Z | Downloaded self_update v0.41.0 |
274 | 2024-10-30T13:29:14.881Z | Downloaded once_cell v1.20.2 |
275 | 2024-10-30T13:29:14.881Z | Downloaded rustc-demangle v0.1.24 |
276 | 2024-10-30T13:29:14.881Z | Downloaded textwrap v0.16.1 |
277 | 2024-10-30T13:29:14.881Z | Downloaded sharded-slab v0.1.7 |
278 | 2024-10-30T13:29:14.881Z | Downloaded pin-project-lite v0.2.15 |
279 | 2024-10-30T13:29:14.881Z | Downloaded ron v0.8.1 |
280 | 2024-10-30T13:29:14.881Z | Downloaded proc-macro2 v1.0.89 |
281 | 2024-10-30T13:29:14.881Z | Downloaded der v0.7.9 |
282 | 2024-10-30T13:29:14.881Z | Downloaded backtrace v0.3.71 |
283 | 2024-10-30T13:29:14.881Z | Downloaded socket2 v0.5.7 |
284 | 2024-10-30T13:29:14.881Z | Downloaded rustls-pki-types v1.10.0 |
285 | 2024-10-30T13:29:14.881Z | Downloaded sha2 v0.10.8 |
286 | 2024-10-30T13:29:14.881Z | Downloaded clap_builder v4.5.20 |
287 | 2024-10-30T13:29:14.881Z | Downloaded log v0.4.22 |
288 | 2024-10-30T13:29:14.881Z | Downloaded unicode-bidi v0.3.17 |
289 | 2024-10-30T13:29:14.881Z | Downloaded tracing-core v0.1.32 |
290 | 2024-10-30T13:29:14.881Z | Downloaded num-traits v0.2.19 |
291 | 2024-10-30T13:29:14.881Z | Downloaded openssl-sys v0.9.104 |
292 | 2024-10-30T13:29:14.881Z | Downloaded tracing v0.1.40 |
293 | 2024-10-30T13:29:14.882Z | Downloaded vcpkg v0.2.15 |
294 | 2024-10-30T13:29:14.882Z | Downloaded indicatif v0.17.8 |
295 | 2024-10-30T13:29:14.882Z | Downloaded http v1.1.0 |
296 | 2024-10-30T13:29:14.882Z | Downloaded rand v0.8.5 |
297 | 2024-10-30T13:29:14.882Z | Downloaded flate2 v1.0.34 |
298 | 2024-10-30T13:29:14.882Z | Downloaded guppy v0.17.8 |
299 | 2024-10-30T13:29:14.882Z | Downloaded miette v7.2.0 |
300 | 2024-10-30T13:29:14.882Z | Downloaded quick-xml v0.23.1 |
301 | 2024-10-30T13:29:14.882Z | Downloaded mio v1.0.2 |
302 | 2024-10-30T13:29:14.882Z | Downloaded quick-xml v0.36.2 |
303 | 2024-10-30T13:29:14.882Z | Downloaded color-spantrace v0.2.1 |
304 | 2024-10-30T13:29:14.882Z | Downloaded rustls-webpki v0.102.8 |
305 | 2024-10-30T13:29:14.882Z | Downloaded regex v1.11.1 |
306 | 2024-10-30T13:29:14.882Z | Downloaded unicode-normalization v0.1.24 |
307 | 2024-10-30T13:29:14.882Z | Downloaded itertools v0.13.0 |
308 | 2024-10-30T13:29:14.882Z | Downloaded nextest-runner v0.65.0 |
309 | 2024-10-30T13:29:14.882Z | Downloaded zerocopy v0.7.35 |
310 | 2024-10-30T13:29:14.882Z | Downloaded serde_json v1.0.132 |
311 | 2024-10-30T13:29:14.882Z | Downloaded portable-atomic v1.9.0 |
312 | 2024-10-30T13:29:14.882Z | Downloaded rustls v0.23.16 |
313 | 2024-10-30T13:29:14.882Z | Downloaded reqwest v0.12.9 |
314 | 2024-10-30T13:29:14.882Z | Downloaded syn v2.0.85 |
315 | 2024-10-30T13:29:14.882Z | Downloaded bstr v1.10.0 |
316 | 2024-10-30T13:29:14.882Z | Downloaded nix v0.29.0 |
317 | 2024-10-30T13:29:14.882Z | Downloaded tracing-subscriber v0.3.18 |
318 | 2024-10-30T13:29:14.882Z | Downloaded winnow v0.6.20 |
319 | 2024-10-30T13:29:14.882Z | Downloaded curve25519-dalek v4.1.3 |
320 | 2024-10-30T13:29:14.882Z | Downloaded object v0.32.2 |
321 | 2024-10-30T13:29:14.882Z | Downloaded openssl v0.10.68 |
322 | 2024-10-30T13:29:14.882Z | Downloaded unicode-width v0.2.0 |
323 | 2024-10-30T13:29:14.882Z | Downloaded webpki-roots v0.26.6 |
324 | 2024-10-30T13:29:14.882Z | Downloaded idna v0.5.0 |
325 | 2024-10-30T13:29:14.882Z | Downloaded color-eyre v0.6.3 |
326 | 2024-10-30T13:29:14.882Z | Downloaded regex-syntax v0.8.5 |
327 | 2024-10-30T13:29:14.882Z | Downloaded gimli v0.28.1 |
328 | 2024-10-30T13:29:14.882Z | Downloaded rustix v0.38.38 |
329 | 2024-10-30T13:29:14.882Z | Downloaded unicode-width v0.1.14 |
330 | 2024-10-30T13:29:14.882Z | Downloaded nom v7.1.3 |
331 | 2024-10-30T13:29:14.882Z | Downloaded chrono v0.4.38 |
332 | 2024-10-30T13:29:14.882Z | Downloaded quinn-proto v0.11.8 |
333 | 2024-10-30T13:29:14.883Z | Downloaded minimal-lexical v0.2.1 |
334 | 2024-10-30T13:29:14.883Z | Downloaded aho-corasick v1.1.3 |
335 | 2024-10-30T13:29:14.883Z | Downloaded futures-util v0.3.31 |
336 | 2024-10-30T13:29:14.883Z | Downloaded quinn v0.11.5 |
337 | 2024-10-30T13:29:14.883Z | Downloaded petgraph v0.6.5 |
338 | 2024-10-30T13:29:14.883Z | Downloaded regex-automata v0.4.8 |
339 | 2024-10-30T13:29:14.883Z | Downloaded serde v1.0.214 |
340 | 2024-10-30T13:29:14.883Z | Downloaded serde_derive v1.0.214 |
341 | 2024-10-30T13:29:14.883Z | Downloaded vte v0.11.1 |
342 | 2024-10-30T13:29:14.883Z | Downloaded ed25519-dalek v2.1.1 |
343 | 2024-10-30T13:29:14.883Z | Downloaded miniz_oxide v0.8.0 |
344 | 2024-10-30T13:29:14.883Z | Downloaded hyper v1.5.0 |
345 | 2024-10-30T13:29:14.883Z | Downloaded base64 v0.22.1 |
346 | 2024-10-30T13:29:14.883Z | Downloaded rustls-pemfile v2.2.0 |
347 | 2024-10-30T13:29:14.883Z | Downloaded cc v1.1.31 |
348 | 2024-10-30T13:29:14.883Z | Downloaded hashbrown v0.15.0 |
349 | 2024-10-30T13:29:14.883Z | Downloaded rand_core v0.6.4 |
350 | 2024-10-30T13:29:14.883Z | Downloaded slab v0.4.9 |
351 | 2024-10-30T13:29:14.883Z | Downloaded smawk v0.3.2 |
352 | 2024-10-30T13:29:14.883Z | Downloaded smallvec v1.13.2 |
353 | 2024-10-30T13:29:14.883Z | Downloaded pkcs8 v0.10.2 |
354 | 2024-10-30T13:29:14.883Z | Downloaded jobserver v0.1.32 |
355 | 2024-10-30T13:29:14.883Z | Downloaded url v2.5.2 |
356 | 2024-10-30T13:29:14.883Z | Downloaded getrandom v0.2.15 |
357 | 2024-10-30T13:29:14.883Z | Downloaded serde_spanned v0.6.8 |
358 | 2024-10-30T13:29:14.883Z | Downloaded ppv-lite86 v0.2.20 |
359 | 2024-10-30T13:29:14.883Z | Downloaded percent-encoding v2.3.1 |
360 | 2024-10-30T13:29:14.883Z | Downloaded pin-project-internal v1.1.7 |
361 | 2024-10-30T13:29:14.883Z | Downloaded iana-time-zone v0.1.61 |
362 | 2024-10-30T13:29:14.883Z | Downloaded hyper-rustls v0.27.3 |
363 | 2024-10-30T13:29:14.883Z | Downloaded miette-derive v7.2.0 |
364 | 2024-10-30T13:29:14.883Z | Downloaded lazy_static v1.5.0 |
365 | 2024-10-30T13:29:14.883Z | Downloaded zipsign-api v0.1.2 |
366 | 2024-10-30T13:29:14.883Z | Downloaded libc v0.2.161 |
367 | 2024-10-30T13:29:14.883Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
368 | 2024-10-30T13:29:14.883Z | Downloaded tokio v1.41.0 |
369 | 2024-10-30T13:29:14.887Z | Downloaded xattr v1.3.1 |
370 | 2024-10-30T13:29:14.887Z | Downloaded version_check v0.9.5 |
371 | 2024-10-30T13:29:14.887Z | Downloaded unicode-linebreak v0.1.5 |
372 | 2024-10-30T13:29:14.887Z | Downloaded crc32fast v1.4.2 |
373 | 2024-10-30T13:29:14.887Z | Downloaded is_terminal_polyfill v1.70.1 |
374 | 2024-10-30T13:29:14.887Z | Downloaded console v0.15.8 |
375 | 2024-10-30T13:29:14.887Z | Downloaded humantime-serde v1.1.1 |
376 | 2024-10-30T13:29:14.887Z | Downloaded clap_derive v4.5.18 |
377 | 2024-10-30T13:29:14.887Z | Downloaded shared_child v1.0.1 |
378 | 2024-10-30T13:29:14.887Z | Downloaded serde_ignored v0.1.10 |
379 | 2024-10-30T13:29:14.887Z | Downloaded utf8parse v0.2.2 |
380 | 2024-10-30T13:29:14.887Z | Downloaded tracing-error v0.2.0 |
381 | 2024-10-30T13:29:14.887Z | Downloaded toml_datetime v0.6.8 |
382 | 2024-10-30T13:29:14.887Z | Downloaded tinyvec_macros v0.1.1 |
383 | 2024-10-30T13:29:14.887Z | Downloaded terminal_size v0.4.0 |
384 | 2024-10-30T13:29:14.887Z | Downloaded clap v4.5.20 |
385 | 2024-10-30T13:29:14.887Z | Downloaded camino v1.1.9 |
386 | 2024-10-30T13:29:14.887Z | Downloaded fnv v1.0.7 |
387 | 2024-10-30T13:29:14.887Z | Downloaded errno v0.3.9 |
388 | 2024-10-30T13:29:14.887Z | Downloaded either v1.13.0 |
389 | 2024-10-30T13:29:14.887Z | Downloaded colorchoice v1.0.3 |
390 | 2024-10-30T13:29:14.887Z | Downloaded bitflags v2.6.0 |
391 | 2024-10-30T13:29:14.887Z | Downloaded indexmap v2.6.0 |
392 | 2024-10-30T13:29:14.887Z | Downloaded futures-core v0.3.31 |
393 | 2024-10-30T13:29:14.887Z | Downloaded display-error-chain v0.2.2 |
394 | 2024-10-30T13:29:14.887Z | Downloaded anstream v0.6.17 |
395 | 2024-10-30T13:29:14.887Z | Downloaded clap_lex v0.7.2 |
396 | 2024-10-30T13:29:14.887Z | Downloaded backtrace-ext v0.2.1 |
397 | 2024-10-30T13:29:14.887Z | Downloaded byteorder v1.5.0 |
398 | 2024-10-30T13:29:14.887Z | Downloaded base64 v0.21.7 |
399 | 2024-10-30T13:29:14.887Z | Downloaded anstyle-parse v0.2.6 |
400 | 2024-10-30T13:29:14.887Z | Downloaded adler2 v2.0.0 |
401 | 2024-10-30T13:29:14.887Z | Downloaded nextest-filtering v0.12.0 |
402 | 2024-10-30T13:29:14.887Z | Downloaded unicode-ident v1.0.13 |
403 | 2024-10-30T13:29:14.888Z | Downloaded typenum v1.17.0 |
404 | 2024-10-30T13:29:14.888Z | Downloaded borsh v1.5.1 |
405 | 2024-10-30T13:29:14.888Z | Downloaded httparse v1.9.5 |
406 | 2024-10-30T13:29:14.888Z | Downloaded globset v0.4.15 |
407 | 2024-10-30T13:29:14.888Z | Downloaded config v0.14.1 |
408 | 2024-10-30T13:29:14.888Z | Downloaded xxhash-rust v0.8.12 |
409 | 2024-10-30T13:29:14.888Z | Downloaded terminal_size v0.3.0 |
410 | 2024-10-30T13:29:14.888Z | Downloaded recursion v0.5.2 |
411 | 2024-10-30T13:29:14.888Z | Downloaded dialoguer v0.11.0 |
412 | 2024-10-30T13:29:14.888Z | Downloaded cfg-expr v0.17.0 |
413 | 2024-10-30T13:29:14.888Z | Downloaded heck v0.5.0 |
414 | 2024-10-30T13:29:14.888Z | Downloaded futures-channel v0.3.31 |
415 | 2024-10-30T13:29:14.888Z | Downloaded form_urlencoded v1.2.1 |
416 | 2024-10-30T13:29:14.888Z | Downloaded crypto-common v0.1.6 |
417 | 2024-10-30T13:29:14.888Z | Downloaded vte_generate_state_changes v0.1.2 |
418 | 2024-10-30T13:29:14.888Z | Downloaded ed25519 v2.2.3 |
419 | 2024-10-30T13:29:14.888Z | Downloaded fixedbitset v0.4.2 |
420 | 2024-10-30T13:29:14.888Z | Downloaded anstyle v1.0.9 |
421 | 2024-10-30T13:29:14.888Z | Downloaded debug-ignore v1.0.5 |
422 | 2024-10-30T13:29:14.888Z | Downloaded cargo-platform v0.1.8 |
423 | 2024-10-30T13:29:14.888Z | Downloaded supports-color v3.0.1 |
424 | 2024-10-30T13:29:14.888Z | Downloaded foreign-types v0.3.2 |
425 | 2024-10-30T13:29:15.027Z | Downloaded ring v0.17.8 |
426 | 2024-10-30T13:29:15.309Z | Compiling proc-macro2 v1.0.89 |
427 | 2024-10-30T13:29:15.309Z | Compiling unicode-ident v1.0.13 |
428 | 2024-10-30T13:29:15.312Z | Compiling libc v0.2.161 |
429 | 2024-10-30T13:29:15.312Z | Compiling cfg-if v1.0.0 |
430 | 2024-10-30T13:29:15.312Z | Compiling memchr v2.7.4 |
431 | 2024-10-30T13:29:15.312Z | Compiling serde v1.0.214 |
432 | 2024-10-30T13:29:15.330Z | Compiling shlex v1.3.0 |
433 | 2024-10-30T13:29:15.426Z | Compiling once_cell v1.20.2 |
434 | 2024-10-30T13:29:15.537Z | Compiling autocfg v1.4.0 |
435 | 2024-10-30T13:29:15.739Z | Compiling itoa v1.0.11 |
436 | 2024-10-30T13:29:15.936Z | Compiling bitflags v2.6.0 |
437 | 2024-10-30T13:29:15.951Z | Compiling pin-project-lite v0.2.15 |
438 | 2024-10-30T13:29:16.027Z | Compiling rustix v0.38.38 |
439 | 2024-10-30T13:29:16.079Z | Compiling futures-core v0.3.31 |
440 | 2024-10-30T13:29:16.335Z | Compiling futures-sink v0.3.31 |
441 | 2024-10-30T13:29:16.425Z | Compiling slab v0.4.9 |
442 | 2024-10-30T13:29:16.492Z | Compiling futures-channel v0.3.31 |
443 | 2024-10-30T13:29:16.492Z | Compiling serde_json v1.0.132 |
444 | 2024-10-30T13:29:16.844Z | Compiling jobserver v0.1.32 |
445 | 2024-10-30T13:29:16.872Z | Compiling bytes v1.8.0 |
446 | 2024-10-30T13:29:16.886Z | Compiling futures-task v0.3.31 |
447 | 2024-10-30T13:29:16.976Z | Compiling smallvec v1.13.2 |
448 | 2024-10-30T13:29:17.201Z | Compiling quote v1.0.37 |
449 | 2024-10-30T13:29:17.233Z | Compiling cc v1.1.31 |
450 | 2024-10-30T13:29:17.496Z | Compiling getrandom v0.2.15 |
451 | 2024-10-30T13:29:17.617Z | Compiling syn v2.0.85 |
452 | 2024-10-30T13:29:17.845Z | Compiling errno v0.3.9 |
453 | 2024-10-30T13:29:17.861Z | Compiling pin-utils v0.1.0 |
454 | 2024-10-30T13:29:17.864Z | Compiling ryu v1.0.18 |
455 | 2024-10-30T13:29:17.959Z | Compiling futures-io v0.3.31 |
456 | 2024-10-30T13:29:18.173Z | Compiling tracing-core v0.1.32 |
457 | 2024-10-30T13:29:18.364Z | Compiling thiserror v1.0.65 |
458 | 2024-10-30T13:29:18.395Z | Compiling log v0.4.22 |
459 | 2024-10-30T13:29:18.527Z | Compiling lazy_static v1.5.0 |
460 | 2024-10-30T13:29:18.677Z | Compiling camino v1.1.9 |
461 | 2024-10-30T13:29:18.951Z | Compiling fnv v1.0.7 |
462 | 2024-10-30T13:29:19.011Z | Compiling socket2 v0.5.7 |
463 | 2024-10-30T13:29:19.099Z | Compiling mio v1.0.2 |
464 | 2024-10-30T13:29:19.325Z | Compiling signal-hook-registry v1.4.2 |
465 | 2024-10-30T13:29:19.364Z | Compiling rustls-pki-types v1.10.0 |
466 | 2024-10-30T13:29:20.786Z | Compiling equivalent v1.0.1 |
467 | 2024-10-30T13:29:20.789Z | Compiling unicode-width v0.1.14 |
468 | 2024-10-30T13:29:20.880Z | Compiling target-lexicon v0.12.16 |
469 | 2024-10-30T13:29:20.908Z | Compiling hashbrown v0.15.0 |
470 | 2024-10-30T13:29:20.938Z | Compiling http v1.1.0 |
471 | 2024-10-30T13:29:21.028Z | Compiling ring v0.17.8 |
472 | 2024-10-30T13:29:21.362Z | Compiling backtrace v0.3.71 |
473 | 2024-10-30T13:29:21.378Z | Compiling byteorder v1.5.0 |
474 | 2024-10-30T13:29:21.775Z | Compiling semver v1.0.23 |
475 | 2024-10-30T13:29:21.901Z | Compiling httparse v1.9.5 |
476 | 2024-10-30T13:29:21.917Z | Compiling gimli v0.28.1 |
477 | 2024-10-30T13:29:22.309Z | Compiling utf8parse v0.2.2 |
478 | 2024-10-30T13:29:22.377Z | Compiling adler v1.0.2 |
479 | 2024-10-30T13:29:22.479Z | Compiling guppy-workspace-hack v0.1.0 |
480 | 2024-10-30T13:29:22.633Z | Compiling untrusted v0.9.0 |
481 | 2024-10-30T13:29:22.660Z | Compiling spin v0.9.8 |
482 | 2024-10-30T13:29:22.821Z | Compiling http-body v1.0.1 |
483 | 2024-10-30T13:29:22.886Z | Compiling miniz_oxide v0.7.4 |
484 | 2024-10-30T13:29:23.094Z | Compiling object v0.32.2 |
485 | 2024-10-30T13:29:23.245Z | Compiling try-lock v0.2.5 |
486 | 2024-10-30T13:29:23.412Z | Compiling zeroize v1.8.1 |
487 | 2024-10-30T13:29:23.763Z | Compiling target-spec v3.2.2 |
488 | 2024-10-30T13:29:24.285Z | Compiling pkg-config v0.3.31 |
489 | 2024-10-30T13:29:24.300Z | Compiling fastrand v2.1.1 |
490 | 2024-10-30T13:29:24.340Z | Compiling rustc-demangle v0.1.24 |
491 | 2024-10-30T13:29:25.012Z | Compiling tinyvec_macros v0.1.1 |
492 | 2024-10-30T13:29:25.113Z | Compiling rustls v0.23.16 |
493 | 2024-10-30T13:29:25.462Z | Compiling tinyvec v1.8.0 |
494 | 2024-10-30T13:29:25.576Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
495 | 2024-10-30T13:29:25.838Z | Compiling tempfile v3.13.0 |
496 | 2024-10-30T13:29:26.416Z | Compiling cfg-expr v0.17.0 |
497 | 2024-10-30T13:29:26.726Z | Compiling want v0.3.1 |
498 | 2024-10-30T13:29:27.035Z | Compiling addr2line v0.21.0 |
499 | 2024-10-30T13:29:27.955Z | Compiling aho-corasick v1.1.3 |
500 | 2024-10-30T13:29:27.970Z | Compiling subtle v2.6.1 |
501 | 2024-10-30T13:29:28.262Z | Compiling version_check v0.9.5 |
502 | 2024-10-30T13:29:28.397Z | Compiling regex-syntax v0.8.5 |
503 | 2024-10-30T13:29:28.663Z | Compiling percent-encoding v2.3.1 |
504 | 2024-10-30T13:29:28.907Z | Compiling owo-colors v4.1.0 |
505 | 2024-10-30T13:29:28.943Z | Compiling ahash v0.8.11 |
506 | 2024-10-30T13:29:29.104Z | Compiling form_urlencoded v1.2.1 |
507 | 2024-10-30T13:29:29.248Z | Compiling unicode-normalization v0.1.24 |
508 | 2024-10-30T13:29:29.607Z | Compiling num-traits v0.2.19 |
509 | 2024-10-30T13:29:29.936Z | Compiling is_ci v1.2.0 |
510 | 2024-10-30T13:29:30.211Z | Compiling tower-service v0.3.3 |
511 | 2024-10-30T13:29:30.342Z | Compiling either v1.13.0 |
512 | 2024-10-30T13:29:30.467Z | Compiling serde_derive v1.0.214 |
513 | 2024-10-30T13:29:30.546Z | Compiling futures-macro v0.3.31 |
514 | 2024-10-30T13:29:30.787Z | Compiling thiserror-impl v1.0.65 |
515 | 2024-10-30T13:29:31.851Z | Compiling tokio-macros v2.4.0 |
516 | 2024-10-30T13:29:32.499Z | Compiling futures-util v0.3.31 |
517 | 2024-10-30T13:29:33.435Z | Compiling tracing-attributes v0.1.27 |
518 | 2024-10-30T13:29:33.817Z | Compiling tokio v1.41.0 |
519 | 2024-10-30T13:29:34.961Z | Compiling zerocopy-derive v0.7.35 |
520 | 2024-10-30T13:29:36.943Z | Compiling tracing v0.1.40 |
521 | 2024-10-30T13:29:37.206Z | Compiling zerocopy v0.7.35 |
522 | 2024-10-30T13:29:39.486Z | Compiling regex-automata v0.4.8 |
523 | 2024-10-30T13:29:43.081Z | Compiling rustls-webpki v0.102.8 |
524 | 2024-10-30T13:29:45.600Z | Compiling indexmap v2.6.0 |
525 | 2024-10-30T13:29:48.960Z | Compiling hyper v1.5.0 |
526 | 2024-10-30T13:29:50.908Z | Compiling winnow v0.6.20 |
527 | 2024-10-30T13:29:52.183Z | Compiling unicode-linebreak v0.1.5 |
528 | 2024-10-30T13:29:52.752Z | Compiling portable-atomic v1.9.0 |
529 | 2024-10-30T13:29:53.786Z | Compiling smawk v0.3.2 |
530 | 2024-10-30T13:29:54.062Z | Compiling nextest-workspace-hack v0.1.0 |
531 | 2024-10-30T13:29:54.398Z | Compiling unicode-bidi v0.3.17 |
532 | 2024-10-30T13:29:55.645Z | Compiling idna v0.5.0 |
533 | 2024-10-30T13:29:55.806Z | Compiling tokio-rustls v0.26.0 |
534 | 2024-10-30T13:29:56.348Z | Compiling textwrap v0.16.1 |
535 | 2024-10-30T13:29:57.430Z | Compiling hyper-util v0.1.10 |
536 | 2024-10-30T13:29:57.736Z | Compiling pathdiff v0.2.2 |
537 | 2024-10-30T13:29:57.925Z | Compiling toml_datetime v0.6.8 |
538 | 2024-10-30T13:29:58.566Z | Compiling serde_spanned v0.6.8 |
539 | 2024-10-30T13:29:58.817Z | Compiling cargo-platform v0.1.8 |
540 | 2024-10-30T13:29:59.978Z | Compiling backtrace-ext v0.2.1 |
541 | 2024-10-30T13:30:00.180Z | Compiling miette-derive v7.2.0 |
542 | 2024-10-30T13:30:00.272Z | Compiling supports-color v3.0.1 |
543 | 2024-10-30T13:30:00.783Z | Compiling console v0.15.8 |
544 | 2024-10-30T13:30:03.282Z | Compiling terminal_size v0.3.0 |
545 | 2024-10-30T13:30:03.301Z | Compiling webpki-roots v0.26.6 |
546 | 2024-10-30T13:30:03.518Z | Compiling tracing-log v0.2.0 |
547 | 2024-10-30T13:30:03.532Z | Compiling sharded-slab v0.1.7 |
548 | 2024-10-30T13:30:03.745Z | Compiling vte_generate_state_changes v0.1.2 |
549 | 2024-10-30T13:30:04.099Z | Compiling thread_local v1.1.8 |
550 | 2024-10-30T13:30:04.271Z | Compiling cfg_aliases v0.2.1 |
551 | 2024-10-30T13:30:04.369Z | Compiling zstd-safe v7.2.1 |
552 | 2024-10-30T13:30:04.448Z | Compiling newtype-uuid v1.1.2 |
553 | 2024-10-30T13:30:04.747Z | Compiling supports-unicode v3.0.0 |
554 | 2024-10-30T13:30:04.789Z | Compiling supports-hyperlinks v3.0.0 |
555 | 2024-10-30T13:30:04.846Z | Compiling adler2 v2.0.0 |
556 | 2024-10-30T13:30:05.106Z | Compiling fixedbitset v0.4.2 |
557 | 2024-10-30T13:30:05.124Z | Compiling miniz_oxide v0.8.0 |
558 | 2024-10-30T13:30:05.145Z | Compiling miette v7.2.0 |
559 | 2024-10-30T13:30:05.193Z | Compiling tracing-subscriber v0.3.18 |
560 | 2024-10-30T13:30:05.738Z | Compiling petgraph v0.6.5 |
561 | 2024-10-30T13:30:05.817Z | Compiling vte v0.11.1 |
562 | 2024-10-30T13:30:07.359Z | Compiling nix v0.29.0 |
563 | 2024-10-30T13:30:08.275Z | Compiling hyper-rustls v0.27.3 |
564 | 2024-10-30T13:30:09.628Z | Compiling cargo_metadata v0.18.1 |
565 | 2024-10-30T13:30:09.962Z | Compiling toml_edit v0.22.22 |
566 | 2024-10-30T13:30:11.332Z | Compiling url v2.5.2 |
567 | 2024-10-30T13:30:12.708Z | Compiling smol_str v0.3.2 |
568 | 2024-10-30T13:30:13.409Z | Compiling serde_urlencoded v0.7.1 |
569 | 2024-10-30T13:30:13.466Z | Compiling regex v1.11.1 |
570 | 2024-10-30T13:30:14.018Z | Compiling ppv-lite86 v0.2.20 |
571 | 2024-10-30T13:30:15.023Z | Compiling futures-executor v0.3.31 |
572 | 2024-10-30T13:30:16.046Z | Compiling http-body-util v0.1.2 |
573 | 2024-10-30T13:30:16.242Z | Compiling itertools v0.13.0 |
574 | 2024-10-30T13:30:16.672Z | Compiling pin-project-internal v1.1.7 |
575 | 2024-10-30T13:30:17.100Z | Compiling anstyle-parse v0.2.6 |
576 | 2024-10-30T13:30:17.278Z | Compiling xattr v1.3.1 |
577 | 2024-10-30T13:30:17.517Z | Compiling rustls-pemfile v2.2.0 |
578 | 2024-10-30T13:30:17.601Z | Compiling rand_core v0.6.4 |
579 | 2024-10-30T13:30:17.992Z | Compiling uuid v1.11.0 |
580 | 2024-10-30T13:30:18.084Z | Compiling filetime v0.2.25 |
581 | 2024-10-30T13:30:18.446Z | Compiling bstr v1.10.0 |
582 | 2024-10-30T13:30:19.186Z | Compiling sync_wrapper v1.0.1 |
583 | 2024-10-30T13:30:19.348Z | Compiling crc32fast v1.4.2 |
584 | 2024-10-30T13:30:19.588Z | Compiling anstyle-query v1.1.2 |
585 | 2024-10-30T13:30:19.757Z | Compiling mime v0.3.17 |
586 | 2024-10-30T13:30:19.850Z | Compiling is_terminal_polyfill v1.70.1 |
587 | 2024-10-30T13:30:19.989Z | Compiling debug-ignore v1.0.5 |
588 | 2024-10-30T13:30:20.011Z | Compiling colorchoice v1.0.3 |
589 | 2024-10-30T13:30:20.140Z | Compiling self_update v0.41.0 |
590 | 2024-10-30T13:30:20.186Z | Compiling number_prefix v0.4.0 |
591 | 2024-10-30T13:30:20.264Z | Compiling nested v0.1.1 |
592 | 2024-10-30T13:30:20.425Z | Compiling anstyle v1.0.9 |
593 | 2024-10-30T13:30:20.517Z | Compiling eyre v0.6.12 |
594 | 2024-10-30T13:30:20.634Z | Compiling base64 v0.22.1 |
595 | 2024-10-30T13:30:20.848Z | Compiling static_assertions v1.1.0 |
596 | 2024-10-30T13:30:20.946Z | Compiling iana-time-zone v0.1.61 |
597 | 2024-10-30T13:30:20.994Z | Compiling ipnet v2.10.1 |
598 | 2024-10-30T13:30:21.062Z | Compiling minimal-lexical v0.2.1 |
599 | 2024-10-30T13:30:21.692Z | Compiling reqwest v0.12.9 |
600 | 2024-10-30T13:30:21.729Z | Compiling nom v7.1.3 |
601 | 2024-10-30T13:30:21.748Z | Compiling chrono v0.4.38 |
602 | 2024-10-30T13:30:22.550Z | Compiling guppy v0.17.8 |
603 | 2024-10-30T13:30:24.210Z | Compiling anstream v0.6.17 |
604 | 2024-10-30T13:30:25.276Z | Compiling indicatif v0.17.8 |
605 | 2024-10-30T13:30:26.219Z | Compiling pin-project v1.1.7 |
606 | 2024-10-30T13:30:26.363Z | Compiling flate2 v1.0.34 |
607 | 2024-10-30T13:30:27.770Z | Compiling globset v0.4.15 |
608 | 2024-10-30T13:30:30.386Z | Compiling tar v0.4.42 |
609 | 2024-10-30T13:30:32.757Z | Compiling rand_chacha v0.3.1 |
610 | 2024-10-30T13:30:33.139Z | Compiling futures v0.3.31 |
611 | 2024-10-30T13:30:33.267Z | Compiling toml v0.8.19 |
612 | 2024-10-30T13:30:33.778Z | Compiling nextest-metadata v0.12.1 |
613 | 2024-10-30T13:30:34.614Z | Compiling tracing-error v0.2.0 |
614 | 2024-10-30T13:30:35.073Z | Compiling strip-ansi-escapes v0.2.0 |
615 | 2024-10-30T13:30:36.294Z | Compiling self-replace v1.5.0 |
616 | 2024-10-30T13:30:36.737Z | Compiling terminal_size v0.4.0 |
617 | 2024-10-30T13:30:36.865Z | Compiling shared_child v1.0.1 |
618 | 2024-10-30T13:30:36.894Z | Compiling os_pipe v1.2.1 |
619 | 2024-10-30T13:30:36.985Z | Compiling quick-xml v0.23.1 |
620 | 2024-10-30T13:30:37.170Z | Compiling quick-xml v0.36.2 |
621 | 2024-10-30T13:30:37.210Z | Compiling recursion v0.5.2 |
622 | 2024-10-30T13:30:37.444Z | Compiling shell-words v1.1.0 |
623 | 2024-10-30T13:30:37.542Z | Compiling strsim v0.11.1 |
624 | 2024-10-30T13:30:37.872Z | Compiling heck v0.5.0 |
625 | 2024-10-30T13:30:38.354Z | Compiling humantime v2.1.0 |
626 | 2024-10-30T13:30:39.231Z | Compiling indenter v0.3.3 |
627 | 2024-10-30T13:30:39.427Z | Compiling unicase v2.8.0 |
628 | 2024-10-30T13:30:39.598Z | Compiling urlencoding v2.1.3 |
629 | 2024-10-30T13:30:39.618Z | Compiling unicode-width v0.2.0 |
630 | 2024-10-30T13:30:40.003Z | Compiling owo-colors v3.5.0 |
631 | 2024-10-30T13:30:40.106Z | Compiling clap_lex v0.7.2 |
632 | 2024-10-30T13:30:40.931Z | Compiling clap_builder v4.5.20 |
633 | 2024-10-30T13:30:41.129Z | Compiling humantime-serde v1.1.1 |
634 | 2024-10-30T13:30:41.399Z | Compiling quick-junit v0.5.0 |
635 | 2024-10-30T13:30:42.192Z | Compiling color-spantrace v0.2.1 |
636 | 2024-10-30T13:30:42.976Z | Compiling clap_derive v4.5.18 |
637 | 2024-10-30T13:30:43.242Z | Compiling nextest-filtering v0.12.0 |
638 | 2024-10-30T13:30:43.803Z | Compiling duct v0.13.7 |
639 | 2024-10-30T13:30:48.067Z | Compiling cargo-nextest v0.9.82 |
640 | 2024-10-30T13:30:48.147Z | Compiling config v0.14.1 |
641 | 2024-10-30T13:30:48.662Z | Compiling async-scoped v0.9.0 |
642 | 2024-10-30T13:30:49.004Z | Compiling rand v0.8.5 |
643 | 2024-10-30T13:30:50.594Z | Compiling zstd v0.13.2 |
644 | 2024-10-30T13:30:51.047Z | Compiling target-spec-miette v0.4.0 |
645 | 2024-10-30T13:30:51.567Z | Compiling mukti-metadata v0.2.1 |
646 | 2024-10-30T13:30:51.838Z | Compiling camino-tempfile v1.1.1 |
647 | 2024-10-30T13:30:52.528Z | Compiling serde_ignored v0.1.10 |
648 | 2024-10-30T13:30:52.623Z | Compiling serde_path_to_error v0.1.16 |
649 | 2024-10-30T13:30:52.625Z | Compiling future-queue v0.3.0 |
650 | 2024-10-30T13:30:52.984Z | Compiling atomicwrites v0.4.4 |
651 | 2024-10-30T13:30:53.144Z | Compiling display-error-chain v0.2.2 |
652 | 2024-10-30T13:30:53.368Z | Compiling xxhash-rust v0.8.12 |
653 | 2024-10-30T13:30:53.549Z | Compiling home v0.5.9 |
654 | 2024-10-30T13:30:53.666Z | Compiling clap v4.5.20 |
655 | 2024-10-30T13:30:53.682Z | Compiling color-eyre v0.6.3 |
656 | 2024-10-30T13:30:53.784Z | Compiling nextest-runner v0.65.0 |
657 | 2024-10-30T13:30:53.866Z | Compiling dialoguer v0.11.0 |
658 | 2024-10-30T13:30:56.183Z | Compiling enable-ansi-support v0.2.1 |
659 | 2024-10-30T13:30:56.313Z | Compiling swrite v0.1.0 |
660 | 2024-10-30T13:31:35.381Z | Finished `release` profile [optimized] target(s) in 2m 22s |
661 | 2024-10-30T13:31:35.595Z | Installing /home/build/.cargo/bin/cargo-nextest |
662 | 2024-10-30T13:31:35.598Z | Installed package `cargo-nextest v0.9.82` (executable `cargo-nextest`) |
663 | 2024-10-30T13:31:35.693Z | + pushd rdb |
664 | 2024-10-30T13:31:35.696Z | /work/oxidecomputer/maghemite/rdb /work/oxidecomputer/maghemite |
665 | 2024-10-30T13:31:35.696Z | + cargo nextest run |
666 | 2024-10-30T13:31:36.005Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
667 | 2024-10-30T13:31:36.255Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
668 | 2024-10-30T13:31:36.535Z | From https://www.github.com/oxidecomputer/oxnet |
669 | 2024-10-30T13:31:36.535Z | * [new branch] ci -> origin/ci |
670 | 2024-10-30T13:31:36.538Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
671 | 2024-10-30T13:31:36.538Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
672 | 2024-10-30T13:31:36.538Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
673 | 2024-10-30T13:31:36.538Z | * [new branch] main -> origin/main |
674 | 2024-10-30T13:31:36.538Z | * [new ref] -> origin/HEAD |
675 | 2024-10-30T13:31:36.548Z | Updating crates.io index |
676 | 2024-10-30T13:31:36.551Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
677 | 2024-10-30T13:31:37.294Z | From https://github.com/oxidecomputer/falcon |
678 | 2024-10-30T13:31:37.295Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
679 | 2024-10-30T13:31:37.449Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
680 | 2024-10-30T13:31:38.692Z | From https://github.com/oxidecomputer/dendrite |
681 | 2024-10-30T13:31:38.692Z | * [new ref] 1bdebcb17b92c6d41b9761fd22eadad591ca2ded -> refs/commit/1bdebcb17b92c6d41b9761fd22eadad591ca2ded |
682 | 2024-10-30T13:31:38.736Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
683 | 2024-10-30T13:31:39.143Z | From https://github.com/oxidecomputer/ispf |
684 | 2024-10-30T13:31:39.143Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
685 | 2024-10-30T13:31:39.162Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
686 | 2024-10-30T13:31:39.634Z | From https://github.com/oxidecomputer/netadm-sys |
687 | 2024-10-30T13:31:39.634Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
688 | 2024-10-30T13:31:39.646Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
689 | 2024-10-30T13:31:44.420Z | From https://github.com/oxidecomputer/omicron |
690 | 2024-10-30T13:31:44.421Z | * [new ref] f0606153019cf48894a82886dc3b99c8dbcaa67a -> refs/commit/f0606153019cf48894a82886dc3b99c8dbcaa67a |
691 | 2024-10-30T13:31:44.453Z | * [new tag] dogfood -> dogfood |
692 | 2024-10-30T13:31:44.453Z | * [new tag] v5 -> v5 |
693 | 2024-10-30T13:31:44.455Z | * [new tag] v6 -> v6 |
694 | 2024-10-30T13:31:44.455Z | * [new tag] v7 -> v7 |
695 | 2024-10-30T13:31:44.455Z | * [new tag] v8 -> v8 |
696 | 2024-10-30T13:31:44.455Z | * [new tag] v9 -> v9 |
697 | 2024-10-30T13:31:44.838Z | Updating git repository `https://github.com/oxidecomputer/opte` |
698 | 2024-10-30T13:31:45.756Z | From https://github.com/oxidecomputer/opte |
699 | 2024-10-30T13:31:45.756Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
700 | 2024-10-30T13:31:45.804Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
701 | 2024-10-30T13:31:46.477Z | From https://github.com/oxidecomputer/omicron |
702 | 2024-10-30T13:31:46.477Z | * [new ref] dceed974ee3beee7698db473153722ef28f53373 -> refs/commit/dceed974ee3beee7698db473153722ef28f53373 |
703 | 2024-10-30T13:31:46.970Z | Updating git repository `https://github.com/illumos/smf-rs` |
704 | 2024-10-30T13:31:47.383Z | From https://github.com/illumos/smf-rs |
705 | 2024-10-30T13:31:47.383Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
706 | 2024-10-30T13:31:47.411Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
707 | 2024-10-30T13:31:48.237Z | From https://github.com/oxidecomputer/maghemite |
708 | 2024-10-30T13:31:48.237Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
709 | 2024-10-30T13:31:48.254Z | * [new tag] rift -> rift |
710 | 2024-10-30T13:31:48.257Z | * [new tag] srp -> srp |
711 | 2024-10-30T13:31:48.257Z | * [new tag] tie-spf -> tie-spf |
712 | 2024-10-30T13:31:48.312Z | Updating git repository `https://github.com/oxidecomputer/zone` |
713 | 2024-10-30T13:31:48.779Z | From https://github.com/oxidecomputer/zone |
714 | 2024-10-30T13:31:48.779Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
715 | 2024-10-30T13:31:48.801Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
716 | 2024-10-30T13:31:49.494Z | From https://github.com/oxidecomputer/propolis |
717 | 2024-10-30T13:31:49.494Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
718 | 2024-10-30T13:31:49.960Z | Updating git repository `https://github.com/illumos/smf-rs` |
719 | 2024-10-30T13:31:50.316Z | From https://github.com/illumos/smf-rs |
720 | 2024-10-30T13:31:50.316Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
721 | 2024-10-30T13:31:50.331Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
722 | 2024-10-30T13:31:50.798Z | From https://github.com/oxidecomputer/dlpi-sys |
723 | 2024-10-30T13:31:50.798Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
724 | 2024-10-30T13:31:50.818Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
725 | 2024-10-30T13:31:51.263Z | From https://github.com/jmesmon/rust-libzfs |
726 | 2024-10-30T13:31:51.263Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
727 | 2024-10-30T13:31:51.280Z | * [new tag] v0.4.0 -> v0.4.0 |
728 | 2024-10-30T13:31:51.296Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
729 | 2024-10-30T13:31:51.701Z | From https://github.com/oxidecomputer/rusty-doors |
730 | 2024-10-30T13:31:51.701Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
731 | 2024-10-30T13:31:51.715Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
732 | 2024-10-30T13:31:52.209Z | From https://github.com/oxidecomputer/maghemite |
733 | 2024-10-30T13:31:52.209Z | * [new ref] 056283eb02b6887fbf27f66a215662520f7c159c -> refs/commit/056283eb02b6887fbf27f66a215662520f7c159c |
734 | 2024-10-30T13:31:52.257Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
735 | 2024-10-30T13:31:52.678Z | From https://github.com/oxidecomputer/serde_human_bytes |
736 | 2024-10-30T13:31:52.678Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
737 | 2024-10-30T13:31:52.700Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
738 | 2024-10-30T13:31:53.097Z | From https://github.com/oxidecomputer/slog-error-chain |
739 | 2024-10-30T13:31:53.097Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
740 | 2024-10-30T13:31:53.141Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
741 | 2024-10-30T13:31:53.575Z | From https://github.com/oxidecomputer/poptrie |
742 | 2024-10-30T13:31:53.575Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
743 | 2024-10-30T13:31:53.599Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
744 | 2024-10-30T13:31:53.989Z | From https://github.com/illumos/libscf-sys |
745 | 2024-10-30T13:31:53.989Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
746 | 2024-10-30T13:31:54.016Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
747 | 2024-10-30T13:31:54.964Z | From https://github.com/oxidecomputer/progenitor |
748 | 2024-10-30T13:31:54.964Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
749 | 2024-10-30T13:31:54.987Z | * [new tag] v0.1.1 -> v0.1.1 |
750 | 2024-10-30T13:31:54.990Z | * [new tag] v0.2.0 -> v0.2.0 |
751 | 2024-10-30T13:31:54.990Z | * [new tag] v0.3.0 -> v0.3.0 |
752 | 2024-10-30T13:31:54.990Z | * [new tag] v0.4.0 -> v0.4.0 |
753 | 2024-10-30T13:31:54.990Z | * [new tag] v0.5.0 -> v0.5.0 |
754 | 2024-10-30T13:31:54.990Z | * [new tag] v0.6.0 -> v0.6.0 |
755 | 2024-10-30T13:31:54.990Z | * [new tag] v0.7.0 -> v0.7.0 |
756 | 2024-10-30T13:31:55.097Z | Updating git repository `https://github.com/oxidecomputer/typify` |
757 | 2024-10-30T13:31:55.834Z | From https://github.com/oxidecomputer/typify |
758 | 2024-10-30T13:31:55.834Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
759 | 2024-10-30T13:31:55.836Z | * [new tag] v0.2.0 -> v0.2.0 |
760 | 2024-10-30T13:31:55.855Z | * [new tag] v0.0.10 -> v0.0.10 |
761 | 2024-10-30T13:31:55.857Z | * [new tag] v0.0.11 -> v0.0.11 |
762 | 2024-10-30T13:31:55.857Z | * [new tag] v0.0.12 -> v0.0.12 |
763 | 2024-10-30T13:31:55.857Z | * [new tag] v0.0.13 -> v0.0.13 |
764 | 2024-10-30T13:31:55.857Z | * [new tag] v0.0.14 -> v0.0.14 |
765 | 2024-10-30T13:31:55.857Z | * [new tag] v0.0.15 -> v0.0.15 |
766 | 2024-10-30T13:31:55.857Z | * [new tag] v0.0.16 -> v0.0.16 |
767 | 2024-10-30T13:31:55.858Z | * [new tag] v0.0.4 -> v0.0.4 |
768 | 2024-10-30T13:31:55.858Z | * [new tag] v0.0.5 -> v0.0.5 |
769 | 2024-10-30T13:31:55.858Z | * [new tag] v0.0.7 -> v0.0.7 |
770 | 2024-10-30T13:31:55.858Z | * [new tag] v0.0.8 -> v0.0.8 |
771 | 2024-10-30T13:31:55.858Z | * [new tag] v0.0.9 -> v0.0.9 |
772 | 2024-10-30T13:31:55.858Z | * [new tag] v0.1.0 -> v0.1.0 |
773 | 2024-10-30T13:31:55.962Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
774 | 2024-10-30T13:31:56.393Z | From https://github.com/oxidecomputer/propolis |
775 | 2024-10-30T13:31:56.394Z | * [new ref] 11371b0f3743f8df5b047dc0edc2699f4bdf3927 -> refs/commit/11371b0f3743f8df5b047dc0edc2699f4bdf3927 |
776 | 2024-10-30T13:31:56.472Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
777 | 2024-10-30T13:31:58.348Z | From https://github.com/oxidecomputer/crucible |
778 | 2024-10-30T13:31:58.348Z | * [new ref] 2b88ab88461fb06aaf2aab11c5e381a3cad25eac -> refs/commit/2b88ab88461fb06aaf2aab11c5e381a3cad25eac |
779 | 2024-10-30T13:31:58.409Z | Updating git repository `https://github.com/oxidecomputer/opte` |
780 | 2024-10-30T13:31:58.904Z | From https://github.com/oxidecomputer/opte |
781 | 2024-10-30T13:31:58.905Z | * [new ref] f3002b356da7d0e4ca15beb66a5566a92919baaa -> refs/commit/f3002b356da7d0e4ca15beb66a5566a92919baaa |
782 | 2024-10-30T13:31:58.951Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
783 | 2024-10-30T13:31:59.595Z | From https://github.com/oxidecomputer/management-gateway-service |
784 | 2024-10-30T13:31:59.595Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
785 | 2024-10-30T13:32:00.109Z | Downloading crates ... |
786 | 2024-10-30T13:32:00.219Z | Downloaded arrayref v0.3.9 |
787 | 2024-10-30T13:32:00.221Z | Downloaded anstyle v1.0.8 |
788 | 2024-10-30T13:32:00.226Z | Downloaded constant_time_eq v0.3.1 |
789 | 2024-10-30T13:32:00.228Z | Downloaded async-stream-impl v0.3.5 |
790 | 2024-10-30T13:32:00.232Z | Downloaded anyhow v1.0.89 |
791 | 2024-10-30T13:32:00.235Z | Downloaded foreign-types-shared v0.3.1 |
792 | 2024-10-30T13:32:00.237Z | Downloaded dtrace-parser v0.2.0 |
793 | 2024-10-30T13:32:00.240Z | Downloaded defmt-parser v0.3.4 |
794 | 2024-10-30T13:32:00.243Z | Downloaded crucible-workspace-hack v0.1.0 |
795 | 2024-10-30T13:32:00.243Z | Downloaded heck v0.4.1 |
796 | 2024-10-30T13:32:00.245Z | Downloaded hubpack v0.1.2 |
797 | 2024-10-30T13:32:00.247Z | Downloaded float-ord v0.3.2 |
798 | 2024-10-30T13:32:00.250Z | Downloaded serde_yaml v0.9.34+deprecated |
799 | 2024-10-30T13:32:00.255Z | Downloaded smartstring v1.0.1 |
800 | 2024-10-30T13:32:00.258Z | Downloaded tar v0.4.41 |
801 | 2024-10-30T13:32:00.262Z | Downloaded strum v0.26.3 |
802 | 2024-10-30T13:32:00.265Z | Downloaded ciborium-ll v0.2.2 |
803 | 2024-10-30T13:32:00.268Z | Downloaded dirs-next v2.0.0 |
804 | 2024-10-30T13:32:00.268Z | Downloaded instant v0.1.13 |
805 | 2024-10-30T13:32:00.270Z | Downloaded embedded-io v0.6.1 |
806 | 2024-10-30T13:32:00.272Z | Downloaded darling v0.20.10 |
807 | 2024-10-30T13:32:00.276Z | Downloaded usdt-macro v0.5.0 |
808 | 2024-10-30T13:32:00.279Z | Downloaded slog-dtrace v0.3.0 |
809 | 2024-10-30T13:32:00.282Z | Downloaded slog-scope v4.4.0 |
810 | 2024-10-30T13:32:00.282Z | Downloaded httparse v1.9.4 |
811 | 2024-10-30T13:32:00.284Z | Downloaded tiny-keccak v2.0.2 |
812 | 2024-10-30T13:32:00.288Z | Downloaded cookie v0.18.1 |
813 | 2024-10-30T13:32:00.291Z | Downloaded zone v0.3.0 |
814 | 2024-10-30T13:32:00.294Z | Downloaded strum_macros v0.26.4 |
815 | 2024-10-30T13:32:00.297Z | Downloaded linked-hash-map v0.5.6 |
816 | 2024-10-30T13:32:00.299Z | Downloaded anstyle-query v1.1.1 |
817 | 2024-10-30T13:32:00.301Z | Downloaded anstyle-parse v0.2.5 |
818 | 2024-10-30T13:32:00.304Z | Downloaded typify v0.2.0 |
819 | 2024-10-30T13:32:00.307Z | Downloaded pretty-hex v0.2.1 |
820 | 2024-10-30T13:32:00.309Z | Downloaded tokio-rustls v0.25.0 |
821 | 2024-10-30T13:32:00.312Z | Downloaded similar v2.6.0 |
822 | 2024-10-30T13:32:00.317Z | Downloaded progenitor-client v0.8.0 |
823 | 2024-10-30T13:32:00.320Z | Downloaded zerocopy v0.6.6 |
824 | 2024-10-30T13:32:00.322Z | Downloaded async-stream v0.3.5 |
825 | 2024-10-30T13:32:00.325Z | Downloaded serde-big-array v0.5.1 |
826 | 2024-10-30T13:32:00.328Z | Downloaded sha1 v0.10.6 |
827 | 2024-10-30T13:32:00.331Z | Downloaded scroll_derive v0.12.0 |
828 | 2024-10-30T13:32:00.333Z | Downloaded ucd-trie v0.1.6 |
829 | 2024-10-30T13:32:00.336Z | Downloaded convert_case v0.4.0 |
830 | 2024-10-30T13:32:00.339Z | Downloaded const-random-macro v0.1.16 |
831 | 2024-10-30T13:32:00.339Z | Downloaded const-random v0.1.18 |
832 | 2024-10-30T13:32:00.341Z | Downloaded darling_macro v0.20.10 |
833 | 2024-10-30T13:32:00.341Z | Downloaded num-rational v0.4.2 |
834 | 2024-10-30T13:32:00.344Z | Downloaded time-core v0.1.2 |
835 | 2024-10-30T13:32:00.346Z | Downloaded crc8 v0.1.1 |
836 | 2024-10-30T13:32:00.346Z | Downloaded ident_case v1.0.1 |
837 | 2024-10-30T13:32:00.350Z | Downloaded waitgroup v0.1.2 |
838 | 2024-10-30T13:32:00.352Z | Downloaded take_mut v0.2.2 |
839 | 2024-10-30T13:32:00.352Z | Downloaded foreign-types-macros v0.2.3 |
840 | 2024-10-30T13:32:00.352Z | Downloaded quick-error v1.2.3 |
841 | 2024-10-30T13:32:00.354Z | Downloaded ciborium-io v0.2.2 |
842 | 2024-10-30T13:32:00.354Z | Downloaded expectorate v1.1.0 |
843 | 2024-10-30T13:32:00.358Z | Downloaded serde_tokenstream v0.2.2 |
844 | 2024-10-30T13:32:00.360Z | Downloaded fxhash v0.2.1 |
845 | 2024-10-30T13:32:00.362Z | Downloaded cstr-argument v0.1.2 |
846 | 2024-10-30T13:32:00.362Z | Downloaded crunchy v0.2.2 |
847 | 2024-10-30T13:32:00.365Z | Downloaded argon2 v0.5.3 |
848 | 2024-10-30T13:32:00.367Z | Downloaded arc-swap v1.7.1 |
849 | 2024-10-30T13:32:00.371Z | Downloaded atomic-waker v1.1.2 |
850 | 2024-10-30T13:32:00.373Z | Downloaded usdt-attr-macro v0.5.0 |
851 | 2024-10-30T13:32:00.375Z | Downloaded hubpack_derive v0.1.1 |
852 | 2024-10-30T13:32:00.378Z | Downloaded powerfmt v0.2.0 |
853 | 2024-10-30T13:32:00.378Z | Downloaded heck v0.3.3 |
854 | 2024-10-30T13:32:00.380Z | Downloaded slog-async v2.8.0 |
855 | 2024-10-30T13:32:00.383Z | Downloaded plain v0.2.3 |
856 | 2024-10-30T13:32:00.385Z | Downloaded smf v0.2.3 |
857 | 2024-10-30T13:32:00.387Z | Downloaded newtype_derive v0.1.6 |
858 | 2024-10-30T13:32:00.387Z | Downloaded strum_macros v0.25.3 |
859 | 2024-10-30T13:32:00.389Z | Downloaded untrusted v0.7.1 |
860 | 2024-10-30T13:32:00.392Z | Downloaded thiserror-impl v1.0.64 |
861 | 2024-10-30T13:32:00.392Z | Downloaded lru-cache v0.1.2 |
862 | 2024-10-30T13:32:00.394Z | Downloaded num-conv v0.1.0 |
863 | 2024-10-30T13:32:00.398Z | Downloaded embedded-io v0.4.0 |
864 | 2024-10-30T13:32:00.400Z | Downloaded typify-macro v0.2.0 |
865 | 2024-10-30T13:32:00.400Z | Downloaded dirs-sys-next v0.1.2 |
866 | 2024-10-30T13:32:00.400Z | Downloaded defmt-macros v0.3.9 |
867 | 2024-10-30T13:32:00.403Z | Downloaded pretty-hex v0.4.1 |
868 | 2024-10-30T13:32:00.406Z | Downloaded slog-stdlog v4.1.1 |
869 | 2024-10-30T13:32:00.408Z | Downloaded topological-sort v0.2.2 |
870 | 2024-10-30T13:32:00.410Z | Downloaded rustls-pemfile v2.1.3 |
871 | 2024-10-30T13:32:00.412Z | Downloaded rustversion v1.0.17 |
872 | 2024-10-30T13:32:00.415Z | Downloaded hyper-tls v0.5.0 |
873 | 2024-10-30T13:32:00.417Z | Downloaded parse-display v0.10.0 |
874 | 2024-10-30T13:32:00.419Z | Downloaded toml_edit v0.22.21 |
875 | 2024-10-30T13:32:00.443Z | Downloaded newline-converter v0.3.0 |
876 | 2024-10-30T13:32:00.446Z | Downloaded openssl-sys v0.9.103 |
877 | 2024-10-30T13:32:00.449Z | Downloaded xz2 v0.1.7 |
878 | 2024-10-30T13:32:00.452Z | Downloaded omicron-workspace-hack v0.1.0 |
879 | 2024-10-30T13:32:00.456Z | Downloaded num-derive v0.3.3 |
880 | 2024-10-30T13:32:00.458Z | Downloaded num-iter v0.1.45 |
881 | 2024-10-30T13:32:00.458Z | Downloaded macaddr v1.0.1 |
882 | 2024-10-30T13:32:00.458Z | Downloaded zone v0.1.8 |
883 | 2024-10-30T13:32:00.458Z | Downloaded usdt-impl v0.5.0 |
884 | 2024-10-30T13:32:00.461Z | Downloaded pest_generator v2.7.13 |
885 | 2024-10-30T13:32:00.463Z | Downloaded progenitor-macro v0.8.0 |
886 | 2024-10-30T13:32:00.463Z | Downloaded linear-map v1.2.0 |
887 | 2024-10-30T13:32:00.466Z | Downloaded libscf-sys v1.1.0 |
888 | 2024-10-30T13:32:00.466Z | Downloaded thiserror v1.0.64 |
889 | 2024-10-30T13:32:00.471Z | Downloaded match_cfg v0.1.0 |
890 | 2024-10-30T13:32:00.473Z | Downloaded async-trait v0.1.83 |
891 | 2024-10-30T13:32:00.476Z | Downloaded num_enum_derive v0.5.11 |
892 | 2024-10-30T13:32:00.478Z | Downloaded num v0.4.3 |
893 | 2024-10-30T13:32:00.480Z | Downloaded tokio-stream v0.1.16 |
894 | 2024-10-30T13:32:00.483Z | Downloaded parse-display-derive v0.10.0 |
895 | 2024-10-30T13:32:00.486Z | Downloaded resolv-conf v0.7.0 |
896 | 2024-10-30T13:32:00.488Z | Downloaded hyper-rustls v0.24.2 |
897 | 2024-10-30T13:32:00.490Z | Downloaded crossbeam-utils v0.8.20 |
898 | 2024-10-30T13:32:00.493Z | Downloaded proc-macro-error-attr v1.0.4 |
899 | 2024-10-30T13:32:00.496Z | Downloaded deranged v0.3.11 |
900 | 2024-10-30T13:32:00.498Z | Downloaded num-complex v0.4.6 |
901 | 2024-10-30T13:32:00.498Z | Downloaded ipnet v2.10.0 |
902 | 2024-10-30T13:32:00.500Z | Downloaded tokio-rustls v0.24.1 |
903 | 2024-10-30T13:32:00.503Z | Downloaded memmap v0.7.0 |
904 | 2024-10-30T13:32:00.505Z | Downloaded slog v2.7.0 |
905 | 2024-10-30T13:32:00.507Z | Downloaded progenitor v0.8.0 |
906 | 2024-10-30T13:32:00.511Z | Downloaded postcard v1.0.10 |
907 | 2024-10-30T13:32:00.513Z | Downloaded managed v0.8.0 |
908 | 2024-10-30T13:32:00.513Z | Downloaded proc-macro-crate v3.2.0 |
909 | 2024-10-30T13:32:00.516Z | Downloaded proc-macro-error v1.0.4 |
910 | 2024-10-30T13:32:00.519Z | Downloaded rustls-pki-types v1.8.0 |
911 | 2024-10-30T13:32:00.521Z | Downloaded serde_spanned v0.6.7 |
912 | 2024-10-30T13:32:00.523Z | Downloaded time v0.3.36 |
913 | 2024-10-30T13:32:00.531Z | Downloaded num_enum v0.5.11 |
914 | 2024-10-30T13:32:00.537Z | Downloaded num-integer v0.1.46 |
915 | 2024-10-30T13:32:00.539Z | Downloaded pest_derive v2.7.13 |
916 | 2024-10-30T13:32:00.541Z | Downloaded uuid v1.10.0 |
917 | 2024-10-30T13:32:00.545Z | Downloaded diff v0.1.13 |
918 | 2024-10-30T13:32:00.548Z | Downloaded base64 v0.13.1 |
919 | 2024-10-30T13:32:00.551Z | Downloaded cancel-safe-futures v0.1.5 |
920 | 2024-10-30T13:32:00.555Z | Downloaded num_enum_derive v0.7.3 |
921 | 2024-10-30T13:32:00.557Z | Downloaded derive-where v1.2.7 |
922 | 2024-10-30T13:32:00.561Z | Downloaded quinn-udp v0.5.5 |
923 | 2024-10-30T13:32:00.563Z | Downloaded num_enum v0.7.3 |
924 | 2024-10-30T13:32:00.568Z | Downloaded schemars v0.8.21 |
925 | 2024-10-30T13:32:00.582Z | Downloaded password-hash v0.5.0 |
926 | 2024-10-30T13:32:00.584Z | Downloaded yansi v1.0.1 |
927 | 2024-10-30T13:32:00.586Z | Downloaded serde_with v3.11.0 |
928 | 2024-10-30T13:32:00.595Z | Downloaded prettyplease v0.2.22 |
929 | 2024-10-30T13:32:00.600Z | Downloaded parking_lot v0.12.3 |
930 | 2024-10-30T13:32:00.602Z | Downloaded winnow v0.6.18 |
931 | 2024-10-30T13:32:00.612Z | Downloaded schemars_derive v0.8.21 |
932 | 2024-10-30T13:32:00.614Z | Downloaded rayon-core v1.12.1 |
933 | 2024-10-30T13:32:00.618Z | Downloaded serde_derive_internals v0.29.1 |
934 | 2024-10-30T13:32:00.620Z | Downloaded pretty_assertions v1.4.1 |
935 | 2024-10-30T13:32:00.623Z | Downloaded serde v1.0.210 |
936 | 2024-10-30T13:32:00.625Z | Downloaded omicron-zone-package v0.11.0 |
937 | 2024-10-30T13:32:00.628Z | Downloaded qorb v0.1.2 |
938 | 2024-10-30T13:32:00.633Z | Downloaded toml_edit v0.19.15 |
939 | 2024-10-30T13:32:00.652Z | Downloaded ron v0.7.1 |
940 | 2024-10-30T13:32:00.656Z | Downloaded hashbrown v0.12.3 |
941 | 2024-10-30T13:32:00.661Z | Downloaded pest v2.7.13 |
942 | 2024-10-30T13:32:00.666Z | Downloaded crossbeam-channel v0.5.13 |
943 | 2024-10-30T13:32:00.671Z | Downloaded winnow v0.5.40 |
944 | 2024-10-30T13:32:00.681Z | Downloaded http v0.2.12 |
945 | 2024-10-30T13:32:00.685Z | Downloaded webpki-roots v0.25.4 |
946 | 2024-10-30T13:32:00.689Z | Downloaded hickory-resolver v0.24.1 |
947 | 2024-10-30T13:32:00.694Z | Downloaded idna v0.4.0 |
948 | 2024-10-30T13:32:00.701Z | Downloaded serde_derive v1.0.210 |
949 | 2024-10-30T13:32:00.704Z | Downloaded rustls-webpki v0.101.7 |
950 | 2024-10-30T13:32:00.721Z | Downloaded flate2 v1.0.33 |
951 | 2024-10-30T13:32:00.726Z | Downloaded syn v1.0.109 |
952 | 2024-10-30T13:32:00.737Z | Downloaded libm v0.2.8 |
953 | 2024-10-30T13:32:00.746Z | Downloaded hashbrown v0.14.5 |
954 | 2024-10-30T13:32:00.752Z | Downloaded syn v2.0.77 |
955 | 2024-10-30T13:32:00.765Z | Downloaded itertools v0.10.5 |
956 | 2024-10-30T13:32:00.771Z | Downloaded smoltcp v0.11.0 |
957 | 2024-10-30T13:32:00.786Z | Downloaded rustls v0.23.13 |
958 | 2024-10-30T13:32:00.797Z | Downloaded reqwest v0.11.27 |
959 | 2024-10-30T13:32:00.805Z | Downloaded reqwest v0.12.8 |
960 | 2024-10-30T13:32:00.814Z | Downloaded portable-atomic v1.8.0 |
961 | 2024-10-30T13:32:00.820Z | Downloaded hyper v0.14.30 |
962 | 2024-10-30T13:32:00.829Z | Downloaded dropshot v0.12.0 |
963 | 2024-10-30T13:32:00.851Z | Downloaded serde_json v1.0.128 |
964 | 2024-10-30T13:32:00.858Z | Downloaded rhai v1.19.0 |
965 | 2024-10-30T13:32:00.870Z | Downloaded zerocopy-derive v0.6.6 |
966 | 2024-10-30T13:32:00.880Z | Downloaded sled v0.34.7 |
967 | 2024-10-30T13:32:00.891Z | Downloaded hickory-proto v0.24.1 |
968 | 2024-10-30T13:32:00.907Z | Downloaded goblin v0.8.2 |
969 | 2024-10-30T13:32:00.913Z | Downloaded rustls v0.21.12 |
970 | 2024-10-30T13:32:00.925Z | Downloaded regress v0.10.1 |
971 | 2024-10-30T13:32:00.934Z | Downloaded rustls v0.22.4 |
972 | 2024-10-30T13:32:00.948Z | Downloaded regress v0.9.1 |
973 | 2024-10-30T13:32:00.957Z | Downloaded openapiv3 v2.0.0 |
974 | 2024-10-30T13:32:00.970Z | Downloaded rustix v0.38.37 |
975 | 2024-10-30T13:32:00.993Z | Downloaded openssl v0.10.66 |
976 | 2024-10-30T13:32:01.003Z | Downloaded typify-impl v0.2.0 |
977 | 2024-10-30T13:32:01.020Z | Downloaded h2 v0.4.6 |
978 | 2024-10-30T13:32:01.027Z | Downloaded clap_builder v4.5.18 |
979 | 2024-10-30T13:32:01.034Z | Downloaded blake3 v1.5.4 |
980 | 2024-10-30T13:32:01.042Z | Downloaded h2 v0.3.26 |
981 | 2024-10-30T13:32:01.049Z | Downloaded heapless v0.8.0 |
982 | 2024-10-30T13:32:01.052Z | Downloaded cc v1.1.21 |
983 | 2024-10-30T13:32:01.056Z | Downloaded rhai_codegen v2.2.0 |
984 | 2024-10-30T13:32:01.064Z | Downloaded proc-macro2 v1.0.86 |
985 | 2024-10-30T13:32:01.067Z | Downloaded pest_meta v2.7.13 |
986 | 2024-10-30T13:32:01.069Z | Downloaded progenitor-impl v0.8.0 |
987 | 2024-10-30T13:32:01.072Z | Downloaded itertools v0.12.1 |
988 | 2024-10-30T13:32:01.079Z | Downloaded tokio-util v0.7.12 |
989 | 2024-10-30T13:32:01.086Z | Downloaded tokio v1.40.0 |
990 | 2024-10-30T13:32:01.125Z | Downloaded clap v4.5.18 |
991 | 2024-10-30T13:32:01.133Z | Downloaded indexmap v1.9.3 |
992 | 2024-10-30T13:32:01.137Z | Downloaded lzma-sys v0.1.20 |
993 | 2024-10-30T13:32:01.167Z | Downloaded unsafe-libyaml v0.2.11 |
994 | 2024-10-30T13:32:01.171Z | Downloaded unicode-bidi v0.3.15 |
995 | 2024-10-30T13:32:01.173Z | Downloaded darling_core v0.20.10 |
996 | 2024-10-30T13:32:01.179Z | Downloaded multer v3.1.0 |
997 | 2024-10-30T13:32:01.182Z | Downloaded memmap2 v0.9.5 |
998 | 2024-10-30T13:32:01.185Z | Downloaded pin-project-lite v0.2.14 |
999 | 2024-10-30T13:32:01.187Z | Downloaded hyper v1.4.1 |
1000 | 2024-10-30T13:32:01.194Z | Downloaded tungstenite v0.21.0 |
1001 | 2024-10-30T13:32:01.198Z | Downloaded dropshot_endpoint v0.12.0 |
1002 | 2024-10-30T13:32:01.201Z | Downloaded scopeguard v1.2.0 |
1003 | 2024-10-30T13:32:01.203Z | Downloaded parking_lot v0.11.2 |
1004 | 2024-10-30T13:32:01.205Z | Downloaded toml v0.7.8 |
1005 | 2024-10-30T13:32:01.208Z | Downloaded scroll v0.12.0 |
1006 | 2024-10-30T13:32:01.210Z | Downloaded parking_lot_core v0.9.10 |
1007 | 2024-10-30T13:32:01.212Z | Downloaded parking_lot_core v0.8.6 |
1008 | 2024-10-30T13:32:01.214Z | Downloaded walkdir v2.5.0 |
1009 | 2024-10-30T13:32:01.217Z | Downloaded proc-macro-crate v1.3.1 |
1010 | 2024-10-30T13:32:01.217Z | Downloaded serde_repr v0.1.19 |
1011 | 2024-10-30T13:32:01.219Z | Downloaded paste v1.0.15 |
1012 | 2024-10-30T13:32:01.222Z | Downloaded lock_api v0.4.12 |
1013 | 2024-10-30T13:32:01.224Z | Downloaded tokio-tungstenite v0.21.0 |
1014 | 2024-10-30T13:32:01.226Z | Downloaded half v2.4.1 |
1015 | 2024-10-30T13:32:01.228Z | Downloaded crossbeam-epoch v0.9.18 |
1016 | 2024-10-30T13:32:01.231Z | Downloaded slog-term v2.9.1 |
1017 | 2024-10-30T13:32:01.233Z | Downloaded num-derive v0.4.2 |
1018 | 2024-10-30T13:32:01.235Z | Downloaded indent_write v2.2.0 |
1019 | 2024-10-30T13:32:01.235Z | Downloaded unicode-segmentation v1.12.0 |
1020 | 2024-10-30T13:32:01.239Z | Downloaded same-file v1.0.6 |
1021 | 2024-10-30T13:32:01.241Z | Downloaded rustc_version v0.1.7 |
1022 | 2024-10-30T13:32:01.241Z | Downloaded rustls-pemfile v1.0.4 |
1023 | 2024-10-30T13:32:01.244Z | Downloaded thread-id v4.2.2 |
1024 | 2024-10-30T13:32:01.246Z | Downloaded term v0.7.0 |
1025 | 2024-10-30T13:32:01.249Z | Downloaded tempfile v3.12.0 |
1026 | 2024-10-30T13:32:01.251Z | Downloaded slog-bunyan v2.5.0 |
1027 | 2024-10-30T13:32:01.253Z | Downloaded stable_deref_trait v1.2.0 |
1028 | 2024-10-30T13:32:01.253Z | Downloaded spin v0.5.2 |
1029 | 2024-10-30T13:32:01.256Z | Downloaded whoami v1.5.2 |
1030 | 2024-10-30T13:32:01.256Z | Downloaded utf-8 v0.7.6 |
1031 | 2024-10-30T13:32:01.259Z | Downloaded slog-json v2.6.1 |
1032 | 2024-10-30T13:32:01.259Z | Downloaded semver v0.1.20 |
1033 | 2024-10-30T13:32:01.262Z | Downloaded httpdate v1.0.3 |
1034 | 2024-10-30T13:32:01.262Z | Downloaded hostname v0.3.1 |
1035 | 2024-10-30T13:32:01.264Z | Downloaded foreign-types v0.5.0 |
1036 | 2024-10-30T13:32:01.264Z | Downloaded colored v2.1.0 |
1037 | 2024-10-30T13:32:01.267Z | Downloaded backoff v0.4.0 |
1038 | 2024-10-30T13:32:01.269Z | Downloaded serde_with_macros v3.11.0 |
1039 | 2024-10-30T13:32:01.269Z | Downloaded http-body v0.4.6 |
1040 | 2024-10-30T13:32:01.271Z | Downloaded time-macros v0.2.18 |
1041 | 2024-10-30T13:32:01.273Z | Downloaded num_threads v0.1.7 |
1042 | 2024-10-30T13:32:01.276Z | Downloaded steno v0.4.1 |
1043 | 2024-10-30T13:32:01.278Z | Downloaded hex v0.4.3 |
1044 | 2024-10-30T13:32:01.281Z | Downloaded enum-as-inner v0.6.1 |
1045 | 2024-10-30T13:32:01.283Z | Downloaded defmt v0.3.8 |
1046 | 2024-10-30T13:32:01.286Z | Downloaded is-terminal v0.4.13 |
1047 | 2024-10-30T13:32:01.289Z | Downloaded encoding_rs v0.8.34 |
1048 | 2024-10-30T13:32:01.309Z | Downloaded zone_cfg_derive v0.3.0 |
1049 | 2024-10-30T13:32:01.311Z | Downloaded zone_cfg_derive v0.1.2 |
1050 | 2024-10-30T13:32:01.312Z | Downloaded dof v0.3.0 |
1051 | 2024-10-30T13:32:01.312Z | Downloaded slog-envlogger v2.2.0 |
1052 | 2024-10-30T13:32:01.314Z | Downloaded tabwriter v1.4.0 |
1053 | 2024-10-30T13:32:01.314Z | Downloaded structmeta-derive v0.3.0 |
1054 | 2024-10-30T13:32:01.316Z | Downloaded structmeta v0.3.0 |
1055 | 2024-10-30T13:32:01.316Z | Downloaded dyn-clone v1.0.17 |
1056 | 2024-10-30T13:32:01.318Z | Downloaded colorchoice v1.0.2 |
1057 | 2024-10-30T13:32:01.318Z | Downloaded sigpipe v0.1.3 |
1058 | 2024-10-30T13:32:01.321Z | Downloaded allocator-api2 v0.2.18 |
1059 | 2024-10-30T13:32:01.323Z | Downloaded thin-vec v0.2.13 |
1060 | 2024-10-30T13:32:01.326Z | Downloaded arrayvec v0.7.6 |
1061 | 2024-10-30T13:32:01.326Z | Downloaded sct v0.7.1 |
1062 | 2024-10-30T13:32:01.329Z | Downloaded hyper-util v0.1.9 |
1063 | 2024-10-30T13:32:01.333Z | Downloaded bytes v1.7.2 |
1064 | 2024-10-30T13:32:01.336Z | Downloaded anstream v0.6.15 |
1065 | 2024-10-30T13:32:01.339Z | Downloaded libsw v3.3.1 |
1066 | 2024-10-30T13:32:01.342Z | Downloaded ipnetwork v0.20.0 |
1067 | 2024-10-30T13:32:01.344Z | Downloaded usdt v0.5.0 |
1068 | 2024-10-30T13:32:01.344Z | Downloaded derive_more v0.99.18 |
1069 | 2024-10-30T13:32:01.350Z | Downloaded blake2 v0.10.6 |
1070 | 2024-10-30T13:32:01.353Z | Downloaded hostname v0.4.0 |
1071 | 2024-10-30T13:32:01.355Z | Downloaded highway v1.2.0 |
1072 | 2024-10-30T13:32:01.355Z | Downloaded ciborium v0.2.2 |
1073 | 2024-10-30T13:32:01.358Z | Downloaded data-encoding v2.6.0 |
1074 | 2024-10-30T13:32:01.358Z | Downloaded autocfg v1.3.0 |
1075 | 2024-10-30T13:32:01.360Z | Downloaded sync_wrapper v0.1.2 |
1076 | 2024-10-30T13:32:01.360Z | Downloaded hash32 v0.3.1 |
1077 | 2024-10-30T13:32:01.363Z | Downloaded crossbeam-deque v0.8.5 |
1078 | 2024-10-30T13:32:01.366Z | Downloaded cobs v0.2.3 |
1079 | 2024-10-30T13:32:01.366Z | Downloaded bitflags v1.3.2 |
1080 | 2024-10-30T13:32:01.579Z | Downloaded ring v0.16.20 |
1081 | 2024-10-30T13:32:02.815Z | Compiling proc-macro2 v1.0.86 |
1082 | 2024-10-30T13:32:02.815Z | Compiling unicode-ident v1.0.13 |
1083 | 2024-10-30T13:32:02.815Z | Compiling libc v0.2.161 |
1084 | 2024-10-30T13:32:02.818Z | Compiling serde v1.0.210 |
1085 | 2024-10-30T13:32:02.818Z | Compiling cfg-if v1.0.0 |
1086 | 2024-10-30T13:32:02.818Z | Compiling autocfg v1.3.0 |
1087 | 2024-10-30T13:32:02.818Z | Compiling memchr v2.7.4 |
1088 | 2024-10-30T13:32:02.818Z | Compiling itoa v1.0.11 |
1089 | 2024-10-30T13:32:02.908Z | Compiling once_cell v1.20.2 |
1090 | 2024-10-30T13:32:02.998Z | Compiling version_check v0.9.5 |
1091 | 2024-10-30T13:32:03.065Z | Compiling libm v0.2.8 |
1092 | 2024-10-30T13:32:03.408Z | Compiling ryu v1.0.18 |
1093 | 2024-10-30T13:32:03.526Z | Compiling serde_json v1.0.128 |
1094 | 2024-10-30T13:32:03.735Z | Compiling byteorder v1.5.0 |
1095 | 2024-10-30T13:32:03.767Z | Compiling pin-project-lite v0.2.14 |
1096 | 2024-10-30T13:32:03.781Z | Compiling lock_api v0.4.12 |
1097 | 2024-10-30T13:32:03.892Z | Compiling smallvec v1.13.2 |
1098 | 2024-10-30T13:32:03.927Z | Compiling thiserror v1.0.64 |
1099 | 2024-10-30T13:32:04.221Z | Compiling scopeguard v1.2.0 |
1100 | 2024-10-30T13:32:04.265Z | Compiling parking_lot_core v0.9.10 |
1101 | 2024-10-30T13:32:04.374Z | Compiling iana-time-zone v0.1.61 |
1102 | 2024-10-30T13:32:04.741Z | Compiling quote v1.0.37 |
1103 | 2024-10-30T13:32:04.868Z | Compiling hashbrown v0.15.0 |
1104 | 2024-10-30T13:32:04.885Z | Compiling equivalent v1.0.1 |
1105 | 2024-10-30T13:32:04.954Z | Compiling schemars v0.8.21 |
1106 | 2024-10-30T13:32:04.992Z | Compiling futures-core v0.3.31 |
1107 | 2024-10-30T13:32:05.047Z | Compiling getrandom v0.2.15 |
1108 | 2024-10-30T13:32:05.248Z | Compiling syn v2.0.77 |
1109 | 2024-10-30T13:32:05.336Z | Compiling socket2 v0.5.7 |
1110 | 2024-10-30T13:32:05.382Z | Compiling signal-hook-registry v1.4.2 |
1111 | 2024-10-30T13:32:05.425Z | Compiling mio v1.0.2 |
1112 | 2024-10-30T13:32:05.580Z | Compiling parking_lot v0.12.3 |
1113 | 2024-10-30T13:32:05.889Z | Compiling dyn-clone v1.0.17 |
1114 | 2024-10-30T13:32:05.953Z | Compiling log v0.4.22 |
1115 | 2024-10-30T13:32:06.113Z | Compiling futures-sink v0.3.31 |
1116 | 2024-10-30T13:32:06.193Z | Compiling fnv v1.0.7 |
1117 | 2024-10-30T13:32:06.273Z | Compiling slab v0.4.9 |
1118 | 2024-10-30T13:32:06.367Z | Compiling shlex v1.3.0 |
1119 | 2024-10-30T13:32:06.406Z | Compiling futures-channel v0.3.31 |
1120 | 2024-10-30T13:32:06.499Z | Compiling num-traits v0.2.19 |
1121 | 2024-10-30T13:32:06.530Z | Compiling futures-task v0.3.31 |
1122 | 2024-10-30T13:32:06.707Z | Compiling cc v1.1.21 |
1123 | 2024-10-30T13:32:06.740Z | Compiling futures-io v0.3.31 |
1124 | 2024-10-30T13:32:06.811Z | Compiling pin-utils v0.1.0 |
1125 | 2024-10-30T13:32:06.846Z | Compiling tracing-core v0.1.32 |
1126 | 2024-10-30T13:32:06.851Z | Compiling heck v0.5.0 |
1127 | 2024-10-30T13:32:07.051Z | Compiling bitflags v2.6.0 |
1128 | 2024-10-30T13:32:07.069Z | Compiling subtle v2.6.1 |
1129 | 2024-10-30T13:32:07.328Z | Compiling atomic-waker v1.1.2 |
1130 | 2024-10-30T13:32:07.505Z | Compiling httparse v1.9.4 |
1131 | 2024-10-30T13:32:07.518Z | Compiling rustls-pki-types v1.8.0 |
1132 | 2024-10-30T13:32:07.530Z | Compiling spin v0.9.8 |
1133 | 2024-10-30T13:32:07.774Z | Compiling try-lock v0.2.5 |
1134 | 2024-10-30T13:32:07.925Z | Compiling want v0.3.1 |
1135 | 2024-10-30T13:32:08.292Z | Compiling untrusted v0.9.0 |
1136 | 2024-10-30T13:32:08.465Z | Compiling httpdate v1.0.3 |
1137 | 2024-10-30T13:32:08.511Z | Compiling slog v2.7.0 |
1138 | 2024-10-30T13:32:08.614Z | Compiling vcpkg v0.2.15 |
1139 | 2024-10-30T13:32:09.021Z | Compiling pkg-config v0.3.31 |
1140 | 2024-10-30T13:32:09.117Z | Compiling ahash v0.8.11 |
1141 | 2024-10-30T13:32:09.274Z | Compiling tinyvec_macros v0.1.1 |
1142 | 2024-10-30T13:32:09.366Z | Compiling tower-service v0.3.3 |
1143 | 2024-10-30T13:32:09.492Z | Compiling zeroize v1.8.1 |
1144 | 2024-10-30T13:32:09.561Z | Compiling percent-encoding v2.3.1 |
1145 | 2024-10-30T13:32:09.606Z | Compiling tinyvec v1.8.0 |
1146 | 2024-10-30T13:32:09.796Z | Compiling ring v0.17.8 |
1147 | 2024-10-30T13:32:09.822Z | Compiling form_urlencoded v1.2.1 |
1148 | 2024-10-30T13:32:09.966Z | Compiling allocator-api2 v0.2.18 |
1149 | 2024-10-30T13:32:10.089Z | Compiling openssl v0.10.66 |
1150 | 2024-10-30T13:32:10.170Z | Compiling unicode-bidi v0.3.15 |
1151 | 2024-10-30T13:32:10.241Z | Compiling semver v1.0.23 |
1152 | 2024-10-30T13:32:10.325Z | Compiling openssl-sys v0.9.103 |
1153 | 2024-10-30T13:32:10.537Z | Compiling foreign-types-shared v0.1.1 |
1154 | 2024-10-30T13:32:10.637Z | Compiling foreign-types v0.3.2 |
1155 | 2024-10-30T13:32:10.725Z | Compiling typenum v1.17.0 |
1156 | 2024-10-30T13:32:10.786Z | Compiling native-tls v0.2.12 |
1157 | 2024-10-30T13:32:10.826Z | Compiling rustls v0.23.13 |
1158 | 2024-10-30T13:32:11.143Z | Compiling unicode-normalization v0.1.24 |
1159 | 2024-10-30T13:32:11.157Z | Compiling ucd-trie v0.1.6 |
1160 | 2024-10-30T13:32:11.169Z | Compiling rand_core v0.6.4 |
1161 | 2024-10-30T13:32:11.667Z | Compiling generic-array v0.14.7 |
1162 | 2024-10-30T13:32:11.856Z | Compiling openssl-probe v0.1.5 |
1163 | 2024-10-30T13:32:11.926Z | Compiling aho-corasick v1.1.3 |
1164 | 2024-10-30T13:32:12.059Z | Compiling encoding_rs v0.8.34 |
1165 | 2024-10-30T13:32:12.249Z | Compiling idna v0.5.0 |
1166 | 2024-10-30T13:32:12.331Z | Compiling powerfmt v0.2.0 |
1167 | 2024-10-30T13:32:12.720Z | Compiling serde_derive_internals v0.29.1 |
1168 | 2024-10-30T13:32:12.897Z | Compiling ipnet v2.10.0 |
1169 | 2024-10-30T13:32:13.387Z | Compiling url v2.5.2 |
1170 | 2024-10-30T13:32:14.326Z | Compiling strsim v0.11.1 |
1171 | 2024-10-30T13:32:14.407Z | Compiling time-core v0.1.2 |
1172 | 2024-10-30T13:32:14.576Z | Compiling mime v0.3.17 |
1173 | 2024-10-30T13:32:15.058Z | Compiling base64 v0.22.1 |
1174 | 2024-10-30T13:32:15.293Z | Compiling num-conv v0.1.0 |
1175 | 2024-10-30T13:32:15.459Z | Compiling regex-syntax v0.8.5 |
1176 | 2024-10-30T13:32:15.578Z | Compiling time-macros v0.2.18 |
1177 | 2024-10-30T13:32:15.615Z | Compiling rustls-pemfile v2.1.3 |
1178 | 2024-10-30T13:32:16.131Z | Compiling rustls-webpki v0.102.8 |
1179 | 2024-10-30T13:32:17.287Z | Compiling deranged v0.3.11 |
1180 | 2024-10-30T13:32:18.337Z | Compiling webpki-roots v0.26.6 |
1181 | 2024-10-30T13:32:18.369Z | Compiling serde_derive v1.0.210 |
1182 | 2024-10-30T13:32:18.565Z | Compiling thiserror-impl v1.0.64 |
1183 | 2024-10-30T13:32:18.667Z | Compiling tokio-macros v2.4.0 |
1184 | 2024-10-30T13:32:18.755Z | Compiling zerocopy-derive v0.7.35 |
1185 | 2024-10-30T13:32:18.899Z | Compiling schemars_derive v0.8.21 |
1186 | 2024-10-30T13:32:19.375Z | Compiling futures-macro v0.3.31 |
1187 | 2024-10-30T13:32:20.301Z | Compiling openssl-macros v0.1.1 |
1188 | 2024-10-30T13:32:20.900Z | Compiling zerocopy v0.7.35 |
1189 | 2024-10-30T13:32:21.361Z | Compiling futures-util v0.3.31 |
1190 | 2024-10-30T13:32:21.712Z | Compiling pest v2.7.13 |
1191 | 2024-10-30T13:32:22.056Z | Compiling scroll_derive v0.12.0 |
1192 | 2024-10-30T13:32:23.085Z | Compiling hashbrown v0.14.5 |
1193 | 2024-10-30T13:32:23.604Z | Compiling ppv-lite86 v0.2.20 |
1194 | 2024-10-30T13:32:23.618Z | Compiling scroll v0.12.0 |
1195 | 2024-10-30T13:32:24.231Z | Compiling regex-automata v0.4.8 |
1196 | 2024-10-30T13:32:24.511Z | Compiling pest_meta v2.7.13 |
1197 | 2024-10-30T13:32:24.675Z | Compiling regress v0.10.1 |
1198 | 2024-10-30T13:32:24.937Z | Compiling plain v0.2.3 |
1199 | 2024-10-30T13:32:25.107Z | Compiling anyhow v1.0.89 |
1200 | 2024-10-30T13:32:25.695Z | Compiling omicron-workspace-hack v0.1.0 |
1201 | 2024-10-30T13:32:26.043Z | Compiling pest_generator v2.7.13 |
1202 | 2024-10-30T13:32:27.882Z | Compiling num_threads v0.1.7 |
1203 | 2024-10-30T13:32:28.444Z | Compiling regex v1.11.1 |
1204 | 2024-10-30T13:32:28.598Z | Compiling goblin v0.8.2 |
1205 | 2024-10-30T13:32:28.915Z | Compiling pest_derive v2.7.13 |
1206 | 2024-10-30T13:32:29.708Z | Compiling rand_chacha v0.3.1 |
1207 | 2024-10-30T13:32:29.900Z | Compiling tracing-attributes v0.1.27 |
1208 | 2024-10-30T13:32:30.374Z | Compiling usdt-impl v0.5.0 |
1209 | 2024-10-30T13:32:30.747Z | Compiling pretty-hex v0.4.1 |
1210 | 2024-10-30T13:32:30.957Z | Compiling rand v0.8.5 |
1211 | 2024-10-30T13:32:31.057Z | Compiling dtrace-parser v0.2.0 |
1212 | 2024-10-30T13:32:32.227Z | Compiling crypto-common v0.1.6 |
1213 | 2024-10-30T13:32:32.406Z | Compiling block-buffer v0.10.4 |
1214 | 2024-10-30T13:32:32.625Z | Compiling bytes v1.7.2 |
1215 | 2024-10-30T13:32:32.929Z | Compiling uuid v1.10.0 |
1216 | 2024-10-30T13:32:33.372Z | Compiling indexmap v2.6.0 |
1217 | 2024-10-30T13:32:33.702Z | Compiling tokio v1.40.0 |
1218 | 2024-10-30T13:32:33.937Z | Compiling http v1.1.0 |
1219 | 2024-10-30T13:32:34.122Z | Compiling serde_tokenstream v0.2.2 |
1220 | 2024-10-30T13:32:34.163Z | Compiling chrono v0.4.38 |
1221 | 2024-10-30T13:32:35.222Z | Compiling toml_datetime v0.6.8 |
1222 | 2024-10-30T13:32:35.805Z | Compiling http-body v1.0.1 |
1223 | 2024-10-30T13:32:35.860Z | Compiling serde_urlencoded v0.7.1 |
1224 | 2024-10-30T13:32:36.055Z | Compiling http-body-util v0.1.2 |
1225 | 2024-10-30T13:32:36.094Z | Compiling openapiv3 v2.0.0 |
1226 | 2024-10-30T13:32:36.408Z | Compiling dof v0.3.0 |
1227 | 2024-10-30T13:32:36.522Z | Compiling tracing v0.1.40 |
1228 | 2024-10-30T13:32:37.025Z | Compiling sync_wrapper v1.0.1 |
1229 | 2024-10-30T13:32:38.580Z | Compiling thread-id v4.2.2 |
1230 | 2024-10-30T13:32:38.694Z | Compiling paste v1.0.15 |
1231 | 2024-10-30T13:32:39.049Z | Compiling typify-impl v0.2.0 |
1232 | 2024-10-30T13:32:39.202Z | Compiling rustversion v1.0.17 |
1233 | 2024-10-30T13:32:39.278Z | Compiling match_cfg v0.1.0 |
1234 | 2024-10-30T13:32:39.368Z | Compiling newtype-uuid v1.1.2 |
1235 | 2024-10-30T13:32:39.714Z | Compiling hostname v0.3.1 |
1236 | 2024-10-30T13:32:41.161Z | Compiling unsafe-libyaml v0.2.11 |
1237 | 2024-10-30T13:32:41.255Z | Compiling ident_case v1.0.1 |
1238 | 2024-10-30T13:32:41.377Z | Compiling winnow v0.6.18 |
1239 | 2024-10-30T13:32:41.421Z | Compiling darling_core v0.20.10 |
1240 | 2024-10-30T13:32:41.561Z | Compiling futures-executor v0.3.31 |
1241 | 2024-10-30T13:32:41.923Z | Compiling async-trait v0.1.83 |
1242 | 2024-10-30T13:32:42.251Z | Compiling dirs-sys-next v0.1.2 |
1243 | 2024-10-30T13:32:42.855Z | Compiling serde_yaml v0.9.34+deprecated |
1244 | 2024-10-30T13:32:42.998Z | Compiling thread_local v1.1.8 |
1245 | 2024-10-30T13:32:43.075Z | Compiling camino v1.1.9 |
1246 | 2024-10-30T13:32:43.688Z | Compiling tokio-util v0.7.12 |
1247 | 2024-10-30T13:32:43.764Z | Compiling tokio-rustls v0.26.0 |
1248 | 2024-10-30T13:32:44.259Z | Compiling tokio-native-tls v0.3.1 |
1249 | 2024-10-30T13:32:44.534Z | Compiling cpufeatures v0.2.14 |
1250 | 2024-10-30T13:32:44.605Z | Compiling usdt-attr-macro v0.5.0 |
1251 | 2024-10-30T13:32:44.629Z | Compiling usdt-macro v0.5.0 |
1252 | 2024-10-30T13:32:45.151Z | Compiling dirs-next v2.0.0 |
1253 | 2024-10-30T13:32:45.355Z | Compiling futures v0.3.31 |
1254 | 2024-10-30T13:32:45.467Z | Compiling memmap v0.7.0 |
1255 | 2024-10-30T13:32:45.532Z | Compiling slog-async v2.8.0 |
1256 | 2024-10-30T13:32:45.884Z | Compiling rustls v0.22.4 |
1257 | 2024-10-30T13:32:46.115Z | Compiling term v0.7.0 |
1258 | 2024-10-30T13:32:46.743Z | Compiling serde_spanned v0.6.7 |
1259 | 2024-10-30T13:32:46.783Z | Compiling is-terminal v0.4.13 |
1260 | 2024-10-30T13:32:46.911Z | Compiling multer v3.1.0 |
1261 | 2024-10-30T13:32:46.926Z | Compiling instant v0.1.13 |
1262 | 2024-10-30T13:32:46.979Z | Compiling debug-ignore v1.0.5 |
1263 | 2024-10-30T13:32:47.085Z | Compiling take_mut v0.2.2 |
1264 | 2024-10-30T13:32:47.130Z | Compiling toml_edit v0.22.21 |
1265 | 2024-10-30T13:32:47.325Z | Compiling strum_macros v0.26.4 |
1266 | 2024-10-30T13:32:47.378Z | Compiling structmeta-derive v0.3.0 |
1267 | 2024-10-30T13:32:47.560Z | Compiling darling_macro v0.20.10 |
1268 | 2024-10-30T13:32:47.998Z | Compiling async-stream-impl v0.3.5 |
1269 | 2024-10-30T13:32:48.735Z | Compiling darling v0.20.10 |
1270 | 2024-10-30T13:32:48.854Z | Compiling serde_with_macros v3.11.0 |
1271 | 2024-10-30T13:32:50.316Z | Compiling dropshot v0.12.0 |
1272 | 2024-10-30T13:32:50.756Z | Compiling toml v0.8.19 |
1273 | 2024-10-30T13:32:51.739Z | Compiling serde_with v3.11.0 |
1274 | 2024-10-30T13:32:52.232Z | Compiling strum v0.26.3 |
1275 | 2024-10-30T13:32:52.400Z | Compiling tokio-rustls v0.25.0 |
1276 | 2024-10-30T13:32:52.771Z | Compiling structmeta v0.3.0 |
1277 | 2024-10-30T13:32:52.849Z | Compiling async-stream v0.3.5 |
1278 | 2024-10-30T13:32:53.251Z | Compiling h2 v0.4.6 |
1279 | 2024-10-30T13:32:54.521Z | Compiling dropshot_endpoint v0.12.0 |
1280 | 2024-10-30T13:32:54.881Z | Compiling serde_path_to_error v0.1.16 |
1281 | 2024-10-30T13:32:55.805Z | Compiling waitgroup v0.1.2 |
1282 | 2024-10-30T13:32:55.819Z | Compiling hostname v0.4.0 |
1283 | 2024-10-30T13:32:56.057Z | Compiling parse-display-derive v0.10.0 |
1284 | 2024-10-30T13:32:56.107Z | Compiling hex v0.4.3 |
1285 | 2024-10-30T13:32:56.779Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1286 | 2024-10-30T13:32:57.647Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1287 | 2024-10-30T13:32:57.697Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1288 | 2024-10-30T13:32:57.800Z | Compiling backoff v0.4.0 |
1289 | 2024-10-30T13:32:57.872Z | Compiling macaddr v1.0.1 |
1290 | 2024-10-30T13:32:58.235Z | Compiling regress v0.9.1 |
1291 | 2024-10-30T13:32:58.379Z | Compiling hyper v1.4.1 |
1292 | 2024-10-30T13:32:58.989Z | Compiling ipnetwork v0.20.0 |
1293 | 2024-10-30T13:33:00.143Z | Compiling crossbeam-utils v0.8.20 |
1294 | 2024-10-30T13:33:00.269Z | Compiling syn v1.0.109 |
1295 | 2024-10-30T13:33:00.708Z | Compiling errno v0.3.9 |
1296 | 2024-10-30T13:33:00.803Z | Compiling parse-display v0.10.0 |
1297 | 2024-10-30T13:33:00.858Z | Compiling hyper-util v0.1.9 |
1298 | 2024-10-30T13:33:03.247Z | Compiling hyper-tls v0.6.0 |
1299 | 2024-10-30T13:33:03.364Z | Compiling hyper-rustls v0.27.3 |
1300 | 2024-10-30T13:33:03.726Z | Compiling digest v0.10.7 |
1301 | 2024-10-30T13:33:04.129Z | Compiling time v0.3.36 |
1302 | 2024-10-30T13:33:04.143Z | Compiling reqwest v0.12.8 |
1303 | 2024-10-30T13:33:04.157Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1304 | 2024-10-30T13:33:05.387Z | Compiling usdt v0.5.0 |
1305 | 2024-10-30T13:33:05.403Z | Compiling crossbeam-channel v0.5.13 |
1306 | 2024-10-30T13:33:06.005Z | Compiling sha1 v0.10.6 |
1307 | 2024-10-30T13:33:06.230Z | Compiling typify-macro v0.2.0 |
1308 | 2024-10-30T13:33:06.451Z | Compiling progenitor-client v0.8.0 |
1309 | 2024-10-30T13:33:06.909Z | Compiling utf8parse v0.2.2 |
1310 | 2024-10-30T13:33:07.044Z | Compiling anstyle-parse v0.2.5 |
1311 | 2024-10-30T13:33:07.073Z | Compiling slog-json v2.6.1 |
1312 | 2024-10-30T13:33:07.387Z | Compiling slog-bunyan v2.5.0 |
1313 | 2024-10-30T13:33:07.495Z | Compiling slog-term v2.9.1 |
1314 | 2024-10-30T13:33:07.750Z | Compiling colorchoice v1.0.2 |
1315 | 2024-10-30T13:33:07.911Z | Compiling anstyle v1.0.8 |
1316 | 2024-10-30T13:33:09.001Z | Compiling rustix v0.38.37 |
1317 | 2024-10-30T13:33:09.780Z | Compiling anstyle-query v1.1.1 |
1318 | 2024-10-30T13:33:09.935Z | Compiling is_terminal_polyfill v1.70.1 |
1319 | 2024-10-30T13:33:10.067Z | Compiling anstream v0.6.15 |
1320 | 2024-10-30T13:33:10.424Z | Compiling clap_lex v0.7.2 |
1321 | 2024-10-30T13:33:11.039Z | Compiling clap_derive v4.5.18 |
1322 | 2024-10-30T13:33:11.568Z | Compiling typify v0.2.0 |
1323 | 2024-10-30T13:33:11.708Z | Compiling progenitor-impl v0.8.0 |
1324 | 2024-10-30T13:33:15.939Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1325 | 2024-10-30T13:33:16.314Z | Compiling float-ord v0.3.2 |
1326 | 2024-10-30T13:33:20.250Z | Compiling terminal_size v0.3.0 |
1327 | 2024-10-30T13:33:20.508Z | Compiling num-integer v0.1.46 |
1328 | 2024-10-30T13:33:20.600Z | Compiling clap_builder v4.5.18 |
1329 | 2024-10-30T13:33:21.295Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1330 | 2024-10-30T13:33:22.943Z | Compiling progenitor-macro v0.8.0 |
1331 | 2024-10-30T13:33:23.114Z | Compiling winnow v0.5.40 |
1332 | 2024-10-30T13:33:23.276Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1333 | 2024-10-30T13:33:23.676Z | Compiling lazy_static v1.5.0 |
1334 | 2024-10-30T13:33:23.810Z | Compiling prettyplease v0.2.22 |
1335 | 2024-10-30T13:33:24.149Z | Compiling unicode-width v0.1.14 |
1336 | 2024-10-30T13:33:24.684Z | Compiling clap v4.5.18 |
1337 | 2024-10-30T13:33:24.804Z | Compiling num-rational v0.4.2 |
1338 | 2024-10-30T13:33:25.350Z | Compiling num-iter v0.1.45 |
1339 | 2024-10-30T13:33:25.530Z | Compiling num-complex v0.4.6 |
1340 | 2024-10-30T13:33:26.644Z | Compiling heapless v0.8.0 |
1341 | 2024-10-30T13:33:26.824Z | Compiling num v0.4.3 |
1342 | 2024-10-30T13:33:26.928Z | Compiling toml_edit v0.19.15 |
1343 | 2024-10-30T13:33:29.436Z | Compiling hash32 v0.3.1 |
1344 | 2024-10-30T13:33:29.689Z | Compiling proc-macro-crate v1.3.1 |
1345 | 2024-10-30T13:33:29.718Z | Compiling smoltcp v0.11.0 |
1346 | 2024-10-30T13:33:29.941Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1347 | 2024-10-30T13:33:30.281Z | Compiling stable_deref_trait v1.2.0 |
1348 | 2024-10-30T13:33:30.542Z | Compiling foreign-types-macros v0.2.3 |
1349 | 2024-10-30T13:33:30.703Z | Compiling proc-macro-error-attr v1.0.4 |
1350 | 2024-10-30T13:33:31.057Z | Compiling foreign-types-shared v0.3.1 |
1351 | 2024-10-30T13:33:31.175Z | Compiling bitflags v1.3.2 |
1352 | 2024-10-30T13:33:31.274Z | Compiling either v1.13.0 |
1353 | 2024-10-30T13:33:31.461Z | Compiling heck v0.4.1 |
1354 | 2024-10-30T13:33:31.726Z | Compiling managed v0.8.0 |
1355 | 2024-10-30T13:33:31.876Z | Compiling cobs v0.2.3 |
1356 | 2024-10-30T13:33:31.909Z | Compiling foreign-types v0.5.0 |
1357 | 2024-10-30T13:33:32.082Z | Compiling postcard v1.0.10 |
1358 | 2024-10-30T13:33:32.776Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1359 | 2024-10-30T13:33:32.902Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1360 | 2024-10-30T13:33:33.210Z | Compiling cstr-argument v0.1.2 |
1361 | 2024-10-30T13:33:33.438Z | Compiling num_enum_derive v0.5.11 |
1362 | 2024-10-30T13:33:33.476Z | Compiling proc-macro-error v1.0.4 |
1363 | 2024-10-30T13:33:33.832Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1364 | 2024-10-30T13:33:33.835Z | Compiling fastrand v2.1.1 |
1365 | 2024-10-30T13:33:33.856Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1366 | 2024-10-30T13:33:34.034Z | Compiling pretty-hex v0.2.1 |
1367 | 2024-10-30T13:33:34.213Z | Compiling tempfile v3.12.0 |
1368 | 2024-10-30T13:33:34.404Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1369 | 2024-10-30T13:33:34.443Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1370 | 2024-10-30T13:33:35.148Z | Compiling tabwriter v1.4.0 |
1371 | 2024-10-30T13:33:35.462Z | Compiling colored v2.1.0 |
1372 | 2024-10-30T13:33:35.720Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1373 | 2024-10-30T13:33:35.846Z | Compiling num_enum v0.5.11 |
1374 | 2024-10-30T13:33:36.002Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1375 | 2024-10-30T13:33:36.412Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1376 | 2024-10-30T13:33:36.490Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1377 | 2024-10-30T13:33:36.730Z | Compiling crucible-workspace-hack v0.1.0 |
1378 | 2024-10-30T13:33:37.071Z | Compiling semver v0.1.20 |
1379 | 2024-10-30T13:33:37.112Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1380 | 2024-10-30T13:33:37.453Z | Compiling zone_cfg_derive v0.3.0 |
1381 | 2024-10-30T13:33:37.471Z | Compiling rustc_version v0.1.7 |
1382 | 2024-10-30T13:33:37.901Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1383 | 2024-10-30T13:33:37.954Z | Compiling camino-tempfile v1.1.1 |
1384 | 2024-10-30T13:33:38.484Z | Compiling itertools v0.10.5 |
1385 | 2024-10-30T13:33:39.049Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1386 | 2024-10-30T13:33:39.166Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1387 | 2024-10-30T13:33:39.381Z | Compiling derive-where v1.2.7 |
1388 | 2024-10-30T13:33:39.628Z | Compiling num-derive v0.4.2 |
1389 | 2024-10-30T13:33:40.364Z | Compiling sigpipe v0.1.3 |
1390 | 2024-10-30T13:33:40.488Z | Compiling base64ct v1.6.0 |
1391 | 2024-10-30T13:33:40.529Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1392 | 2024-10-30T13:33:40.894Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1393 | 2024-10-30T13:33:41.130Z | Compiling password-hash v0.5.0 |
1394 | 2024-10-30T13:33:41.294Z | Compiling progenitor v0.8.0 |
1395 | 2024-10-30T13:33:41.486Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1396 | 2024-10-30T13:33:42.050Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2b88ab88461fb06aaf2aab11c5e381a3cad25eac#2b88ab88) |
1397 | 2024-10-30T13:33:42.268Z | Compiling zone v0.3.0 |
1398 | 2024-10-30T13:33:42.337Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1399 | 2024-10-30T13:33:42.353Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=11371b0f3743f8df5b047dc0edc2699f4bdf3927#11371b0f) |
1400 | 2024-10-30T13:33:42.685Z | Compiling newtype_derive v0.1.6 |
1401 | 2024-10-30T13:33:42.837Z | Compiling hubpack_derive v0.1.1 |
1402 | 2024-10-30T13:33:43.030Z | Compiling num-derive v0.3.3 |
1403 | 2024-10-30T13:33:43.076Z | Compiling blake2 v0.10.6 |
1404 | 2024-10-30T13:33:43.424Z | Compiling smf v0.2.3 |
1405 | 2024-10-30T13:33:43.905Z | Compiling zerocopy-derive v0.6.6 |
1406 | 2024-10-30T13:33:44.216Z | Compiling enum-as-inner v0.6.1 |
1407 | 2024-10-30T13:33:44.246Z | Compiling idna v0.4.0 |
1408 | 2024-10-30T13:33:44.553Z | Compiling quick-error v1.2.3 |
1409 | 2024-10-30T13:33:44.702Z | Compiling whoami v1.5.2 |
1410 | 2024-10-30T13:33:45.233Z | Compiling cancel-safe-futures v0.1.5 |
1411 | 2024-10-30T13:33:45.431Z | Compiling fixedbitset v0.4.2 |
1412 | 2024-10-30T13:33:45.455Z | Compiling linked-hash-map v0.5.6 |
1413 | 2024-10-30T13:33:45.455Z | Compiling owo-colors v4.1.0 |
1414 | 2024-10-30T13:33:45.606Z | Compiling unicode-segmentation v1.12.0 |
1415 | 2024-10-30T13:33:45.775Z | Compiling data-encoding v2.6.0 |
1416 | 2024-10-30T13:33:45.820Z | Compiling lru-cache v0.1.2 |
1417 | 2024-10-30T13:33:45.978Z | Compiling petgraph v0.6.5 |
1418 | 2024-10-30T13:33:46.010Z | Compiling zerocopy v0.6.6 |
1419 | 2024-10-30T13:33:46.045Z | Compiling resolv-conf v0.7.0 |
1420 | 2024-10-30T13:33:46.170Z | Compiling hubpack v0.1.2 |
1421 | 2024-10-30T13:33:46.575Z | Compiling hickory-proto v0.24.1 |
1422 | 2024-10-30T13:33:46.639Z | Compiling newline-converter v0.3.0 |
1423 | 2024-10-30T13:33:46.802Z | Compiling argon2 v0.5.3 |
1424 | 2024-10-30T13:33:46.931Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1425 | 2024-10-30T13:33:46.973Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1426 | 2024-10-30T13:33:50.415Z | Compiling strum_macros v0.25.3 |
1427 | 2024-10-30T13:33:50.492Z | Compiling console v0.15.8 |
1428 | 2024-10-30T13:33:50.492Z | Compiling serde-big-array v0.5.1 |
1429 | 2024-10-30T13:33:50.717Z | Compiling serde_repr v0.1.19 |
1430 | 2024-10-30T13:33:51.912Z | Compiling cookie v0.18.1 |
1431 | 2024-10-30T13:33:52.280Z | Compiling static_assertions v1.1.0 |
1432 | 2024-10-30T13:33:52.357Z | Compiling similar v2.6.0 |
1433 | 2024-10-30T13:33:52.387Z | Compiling convert_case v0.4.0 |
1434 | 2024-10-30T13:33:53.253Z | Compiling derive_more v0.99.18 |
1435 | 2024-10-30T13:33:54.409Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1436 | 2024-10-30T13:33:55.508Z | Compiling expectorate v1.1.0 |
1437 | 2024-10-30T13:33:55.746Z | Compiling hickory-resolver v0.24.1 |
1438 | 2024-10-30T13:33:56.570Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1439 | 2024-10-30T13:34:00.172Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1440 | 2024-10-30T13:34:01.839Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1441 | 2024-10-30T13:34:04.251Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1442 | 2024-10-30T13:34:08.956Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1443 | 2024-10-30T13:34:12.178Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1444 | 2024-10-30T13:34:13.260Z | Compiling atomicwrites v0.4.4 |
1445 | 2024-10-30T13:34:13.435Z | Compiling itertools v0.13.0 |
1446 | 2024-10-30T13:34:13.642Z | Compiling tokio-stream v0.1.16 |
1447 | 2024-10-30T13:34:13.966Z | Compiling libsw v3.3.1 |
1448 | 2024-10-30T13:34:13.996Z | Compiling highway v1.2.0 |
1449 | 2024-10-30T13:34:14.204Z | Compiling linear-map v1.2.0 |
1450 | 2024-10-30T13:34:14.284Z | Compiling indent_write v2.2.0 |
1451 | 2024-10-30T13:34:14.338Z | Compiling swrite v0.1.0 |
1452 | 2024-10-30T13:34:14.459Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1453 | 2024-10-30T13:34:14.486Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1454 | 2024-10-30T13:34:14.569Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1455 | 2024-10-30T13:34:14.686Z | Compiling qorb v0.1.2 |
1456 | 2024-10-30T13:34:14.883Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1457 | 2024-10-30T13:34:16.781Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1458 | 2024-10-30T13:34:18.906Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1459 | 2024-10-30T13:34:19.778Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1460 | 2024-10-30T13:34:19.885Z | Compiling steno v0.4.1 |
1461 | 2024-10-30T13:34:20.472Z | Compiling libscf-sys v1.1.0 |
1462 | 2024-10-30T13:34:20.716Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1463 | 2024-10-30T13:34:21.083Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1464 | 2024-10-30T13:34:21.215Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1465 | 2024-10-30T13:34:21.355Z | Compiling slog-dtrace v0.3.0 |
1466 | 2024-10-30T13:34:21.405Z | Compiling parking_lot_core v0.8.6 |
1467 | 2024-10-30T13:34:21.456Z | Compiling humantime v2.1.0 |
1468 | 2024-10-30T13:34:21.750Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
1469 | 2024-10-30T13:34:21.875Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1470 | 2024-10-30T13:34:21.960Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1471 | 2024-10-30T13:34:22.394Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1472 | 2024-10-30T13:34:22.701Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1473 | 2024-10-30T13:34:23.770Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1474 | 2024-10-30T13:34:24.280Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1475 | 2024-10-30T13:34:24.503Z | Compiling half v2.4.1 |
1476 | 2024-10-30T13:34:25.103Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1477 | 2024-10-30T13:34:25.700Z | Compiling crc8 v0.1.1 |
1478 | 2024-10-30T13:34:25.876Z | Compiling ciborium-io v0.2.2 |
1479 | 2024-10-30T13:34:26.013Z | Compiling ciborium-ll v0.2.2 |
1480 | 2024-10-30T13:34:26.448Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1481 | 2024-10-30T13:34:27.105Z | Compiling parking_lot v0.11.2 |
1482 | 2024-10-30T13:34:27.468Z | Compiling crossbeam-epoch v0.9.18 |
1483 | 2024-10-30T13:34:28.186Z | Compiling fxhash v0.2.1 |
1484 | 2024-10-30T13:34:28.410Z | Compiling crc32fast v1.4.2 |
1485 | 2024-10-30T13:34:28.423Z | Compiling ciborium v0.2.2 |
1486 | 2024-10-30T13:34:28.771Z | Compiling sled v0.34.7 |
1487 | 2024-10-30T13:34:30.426Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/tfportd-oximeter#b1c33da1) |
1488 | 2024-10-30T13:34:30.676Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1489 | 2024-10-30T13:34:32.943Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1490 | 2024-10-30T13:34:33.554Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=zl/tfportd-oximeter#1bdebcb1) |
1491 | 2024-10-30T13:34:35.882Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dceed974) |
1492 | 2024-10-30T13:34:37.313Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1493 | 2024-10-30T13:34:42.815Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1494 | 2024-10-30T13:34:50.790Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=zl/mgd-ddm-meta#f0606153) |
1495 | 2024-10-30T13:34:52.055Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1496 | 2024-10-30T13:34:53.527Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1497 | 2024-10-30T13:35:19.712Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 17s |
1498 | 2024-10-30T13:35:19.935Z | ------------ |
1499 | 2024-10-30T13:35:19.935Z | Nextest run ID 934402fd-9e0a-47b9-8e52-de2dd8b987c5 with nextest profile: default |
1500 | 2024-10-30T13:35:19.935Z | Starting 2 tests across 1 binary |
1501 | 2024-10-30T13:35:19.951Z | PASS [ 0.015s] rdb bestpath::test::test_bestpath |
1502 | 2024-10-30T13:35:20.035Z | PASS [ 0.095s] rdb db::test::test_rib |
1503 | 2024-10-30T13:35:20.038Z | ------------ |
1504 | 2024-10-30T13:35:20.038Z | Summary [ 0.100s] 2 tests run: 2 passed, 0 skipped |
1505 | 2024-10-30T13:35:20.054Z | + cp rib.log /work/ |
1506 | 2024-10-30T13:35:20.058Z | process exited: duration 389793 ms, exit code 0 |
|
1507 | 2024-10-30T13:35:20.068Z | found 1 output files |
1508 | 2024-10-30T13:35:20.068Z | uploading: /work/rib.log (0 bytes) |
1509 | 2024-10-30T13:35:21.076Z | uploaded: /work/rib.log |