|
|
|
1 | 2025-01-08T00:18:01.242Z | job assigned to worker 01JH1MAYECDCYZR4AQK1TETHM0 [factory aws, i-050f8527b19df9623] (queued for 1 m 3 s) |
|
2 | 2025-01-08T00:18:09.257Z | starting task 0: "setup" |
3 | 2025-01-08T00:18:09.267Z | ++ uname -s |
4 | 2025-01-08T00:18:09.270Z | + kern=SunOS |
5 | 2025-01-08T00:18:09.270Z | + case "$kern" in |
6 | 2025-01-08T00:18:09.270Z | + groupadd -g 12345 build |
7 | 2025-01-08T00:18:09.274Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-08T00:18:11.284Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-08T00:18:11.457Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-08T00:18:11.459Z | + home_fs=zfs |
11 | 2025-01-08T00:18:11.459Z | + [[ zfs == autofs ]] |
12 | 2025-01-08T00:18:11.459Z | + mkdir -p /home/build |
13 | 2025-01-08T00:18:11.462Z | + chown build:build /home/build /work |
14 | 2025-01-08T00:18:13.463Z | + chmod 0700 /home/build /work |
15 | 2025-01-08T00:18:13.466Z | process exited: duration 4209 ms, exit code 0 |
|
16 | 2025-01-08T00:18:13.474Z | starting task 1: "rust-toolchain" |
17 | 2025-01-08T00:18:13.477Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-08T00:18:13.477Z | ' 1.81.0 |
19 | 2025-01-08T00:18:13.477Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-08T00:18:13.477Z | ' default |
21 | 2025-01-08T00:18:13.477Z | * toolchain channel = "1.81.0" |
22 | 2025-01-08T00:18:13.477Z | * toolchain profile = "default" |
23 | 2025-01-08T00:18:13.480Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-08T00:18:13.480Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-08T00:18:13.585Z | info: downloading installer |
26 | 2025-01-08T00:18:15.160Z | info: profile set to 'default' |
27 | 2025-01-08T00:18:15.160Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-08T00:18:15.163Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-08T00:18:15.310Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-08T00:18:15.310Z | info: downloading component 'cargo' |
31 | 2025-01-08T00:18:16.129Z | info: downloading component 'clippy' |
32 | 2025-01-08T00:18:16.433Z | info: downloading component 'rust-docs' |
33 | 2025-01-08T00:18:17.567Z | info: downloading component 'rust-std' |
34 | 2025-01-08T00:18:19.341Z | info: downloading component 'rustc' |
35 | 2025-01-08T00:18:25.688Z | info: downloading component 'rustfmt' |
36 | 2025-01-08T00:18:25.930Z | info: installing component 'cargo' |
37 | 2025-01-08T00:18:26.728Z | info: installing component 'clippy' |
38 | 2025-01-08T00:18:27.090Z | info: installing component 'rust-docs' |
39 | 2025-01-08T00:18:28.743Z | info: installing component 'rust-std' |
40 | 2025-01-08T00:18:30.465Z | info: installing component 'rustc' |
41 | 2025-01-08T00:18:36.112Z | info: installing component 'rustfmt' |
42 | 2025-01-08T00:18:36.430Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-08T00:18:36.430Z | |
44 | 2025-01-08T00:18:36.796Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-08T00:18:36.796Z | |
46 | 2025-01-08T00:18:36.800Z | |
47 | 2025-01-08T00:18:36.800Z | Rust is installed now. Great! |
48 | 2025-01-08T00:18:36.800Z | |
49 | 2025-01-08T00:18:36.800Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-08T00:18:36.800Z | environment variable. This has not been done automatically. |
51 | 2025-01-08T00:18:36.800Z | |
52 | 2025-01-08T00:18:36.800Z | To configure your current shell, you need to source |
53 | 2025-01-08T00:18:36.801Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-08T00:18:36.801Z | |
55 | 2025-01-08T00:18:36.801Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-08T00:18:36.801Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-08T00:18:36.801Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-08T00:18:36.868Z | + rustc --version |
59 | 2025-01-08T00:18:36.933Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-08T00:18:36.936Z | process exited: duration 23463 ms, exit code 0 |
|
61 | 2025-01-08T00:18:36.944Z | starting task 2: "authentication" |
62 | 2025-01-08T00:18:36.963Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-08T00:18:36.968Z | starting task 3: "clone repository" |
64 | 2025-01-08T00:18:36.973Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-08T00:18:36.977Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-08T00:18:37.011Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-08T00:18:43.526Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-08T00:18:43.529Z | + git fetch origin 125e5170aac0e37130918c3e2b3f1ac324401517 |
69 | 2025-01-08T00:18:43.830Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-08T00:18:43.830Z | * branch 125e5170aac0e37130918c3e2b3f1ac324401517 -> FETCH_HEAD |
71 | 2025-01-08T00:18:43.841Z | + [[ -n spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]] |
72 | 2025-01-08T00:18:43.843Z | ++ git branch --show-current |
73 | 2025-01-08T00:18:43.845Z | + current=main |
74 | 2025-01-08T00:18:43.846Z | + [[ main != spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]] |
75 | 2025-01-08T00:18:43.846Z | + git branch -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured 125e5170aac0e37130918c3e2b3f1ac324401517 |
76 | 2025-01-08T00:18:43.849Z | + git checkout -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured |
77 | 2025-01-08T00:18:44.029Z | Switched to branch 'spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured' |
78 | 2025-01-08T00:18:44.031Z | + git reset --hard 125e5170aac0e37130918c3e2b3f1ac324401517 |
79 | 2025-01-08T00:18:44.047Z | HEAD is now at 125e5170a rebase |
80 | 2025-01-08T00:18:44.051Z | process exited: duration 7079 ms, exit code 0 |
|
81 | 2025-01-08T00:18:44.059Z | starting task 4: "build" |
82 | 2025-01-08T00:18:44.064Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-08T00:18:44.064Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-08T00:18:44.064Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-08T00:18:44.064Z | + cargo --version |
86 | 2025-01-08T00:18:44.121Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-08T00:18:44.124Z | + rustc --version |
88 | 2025-01-08T00:18:44.183Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-08T00:18:44.186Z | + WORK=/work |
90 | 2025-01-08T00:18:44.186Z | + pfexec mkdir -p /work |
91 | 2025-01-08T00:18:44.190Z | + pfexec chown build /work |
92 | 2025-01-08T00:18:44.193Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-08T00:18:52.621Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2025-01-08T00:18:56.558Z | Startup: Caching catalogs ... Done |
95 | 2025-01-08T00:19:07.553Z | Planning: Solver setup ... Done (9.954s) |
96 | 2025-01-08T00:19:07.637Z | Planning: Running solver ... Done (0.138s) |
97 | 2025-01-08T00:19:07.784Z | Planning: Finding local manifests ... Done (0.004s) |
98 | 2025-01-08T00:19:20.213Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2025-01-08T00:19:25.247Z | Planning: Fetching manifests: 4/5 80% complete |
100 | 2025-01-08T00:19:26.472Z | Planning: Fetching manifests: 5/5 100% complete |
101 | 2025-01-08T00:19:26.755Z | Planning: Package planning ... Done (0.265s) |
102 | 2025-01-08T00:19:26.800Z | Planning: Merging actions ... Done (0.056s) |
103 | 2025-01-08T00:19:27.008Z | Planning: Checking for conflicting actions ... Done (0.190s) |
104 | 2025-01-08T00:19:28.787Z | Planning: Consolidating action changes ... Done (1.803s) |
105 | 2025-01-08T00:19:29.228Z | Planning: Evaluating mediators ... Done (0.441s) |
106 | 2025-01-08T00:19:29.305Z | Planning: Planning completed in 32.65 seconds |
107 | 2025-01-08T00:19:29.323Z | Packages to install: 4 |
108 | 2025-01-08T00:19:29.323Z | Packages to update: 1 |
109 | 2025-01-08T00:19:29.326Z | Mediators to change: 2 |
110 | 2025-01-08T00:19:29.326Z | Services to change: 1 |
111 | 2025-01-08T00:19:29.326Z | Estimated space available: 155.63 GB |
112 | 2025-01-08T00:19:29.326Z | Estimated space to be consumed: 1.62 GB |
113 | 2025-01-08T00:19:29.326Z | Create boot environment: No |
114 | 2025-01-08T00:19:29.326Z | Create backup boot environment: Yes |
115 | 2025-01-08T00:19:29.326Z | Rebuild boot archive: No |
116 | 2025-01-08T00:19:29.326Z | |
117 | 2025-01-08T00:19:29.326Z | Changed mediators: |
118 | 2025-01-08T00:19:29.326Z | mediator clang: |
119 | 2025-01-08T00:19:29.326Z | version: None -> 15 (system default) |
120 | 2025-01-08T00:19:29.326Z | |
121 | 2025-01-08T00:19:29.326Z | mediator llvm: |
122 | 2025-01-08T00:19:29.326Z | version: 14 (system default) -> 15 (system default) |
123 | 2025-01-08T00:19:29.327Z | |
124 | 2025-01-08T00:19:29.327Z | Changed packages: |
125 | 2025-01-08T00:19:29.327Z | helios-dev |
126 | 2025-01-08T00:19:29.327Z | developer/build-essential |
127 | 2025-01-08T00:19:29.327Z | None -> 11-2.0 |
128 | 2025-01-08T00:19:29.327Z | library/libxmlsec1 |
129 | 2025-01-08T00:19:29.327Z | None -> 1.2.35-2.0 |
130 | 2025-01-08T00:19:29.327Z | ooce/developer/clang-15 |
131 | 2025-01-08T00:19:29.327Z | None -> 15.0.7-2.0 |
132 | 2025-01-08T00:19:29.327Z | ooce/developer/llvm-15 |
133 | 2025-01-08T00:19:29.327Z | None -> 15.0.7-2.0 |
134 | 2025-01-08T00:19:29.327Z | package/pkg |
135 | 2025-01-08T00:19:29.327Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
136 | 2025-01-08T00:19:29.327Z | |
137 | 2025-01-08T00:19:29.327Z | Services: |
138 | 2025-01-08T00:19:29.327Z | restart_fmri: |
139 | 2025-01-08T00:19:29.327Z | svc:/system/update-man-index:default |
140 | 2025-01-08T00:19:29.328Z | |
141 | 2025-01-08T00:19:29.328Z | Editable files to change: |
142 | 2025-01-08T00:19:29.328Z | Update: |
143 | 2025-01-08T00:19:29.328Z | usr/share/lib/pkg/web/config.shtml |
144 | 2025-01-08T00:19:29.399Z | |
145 | 2025-01-08T00:19:29.399Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
146 | 2025-01-08T00:19:34.758Z | Download: 212/4281 items 1.3/220.6MB 0% complete (372k/s) |
147 | 2025-01-08T00:19:39.762Z | Download: 1484/4281 items 117.4/220.6MB 53% complete (11.9M/s) |
148 | 2025-01-08T00:19:44.766Z | Download: 2217/4281 items 119.2/220.6MB 54% complete (12.2M/s) |
149 | 2025-01-08T00:20:07.407Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
150 | 2025-01-08T00:20:12.409Z | Download: 2304/4281 items 119.6/220.6MB 54% complete (59.4k/s) |
151 | 2025-01-08T00:20:17.432Z | Download: 2763/4281 items 120.7/220.6MB 54% complete (154k/s) |
152 | 2025-01-08T00:20:22.462Z | Download: 3235/4281 items 200.0/220.6MB 90% complete (8.0M/s) |
153 | 2025-01-08T00:20:27.464Z | Download: 3607/4281 items 216.0/220.6MB 97% complete (9.5M/s) |
154 | 2025-01-08T00:20:32.059Z | Download: Completed 220.60 MB in 62.66 seconds (3.5M/s) |
155 | 2025-01-08T00:20:34.194Z | Actions: 1/5063 actions (Removing old actions) |
156 | 2025-01-08T00:20:34.218Z | Actions: 194/5063 actions (Installing new actions) |
157 | 2025-01-08T00:20:38.851Z | Actions: 4226/5063 actions (Updating modified actions) |
158 | 2025-01-08T00:20:39.152Z | Actions: Completed 5063 actions in 4.96 seconds. |
159 | 2025-01-08T00:20:39.568Z | Done (0.408s) |
160 | 2025-01-08T00:20:39.571Z | Done (0.000s) |
161 | 2025-01-08T00:20:40.149Z | Done (0.580s) |
162 | 2025-01-08T00:20:44.463Z | Done (4.087s) |
163 | 2025-01-08T00:20:44.554Z | Done (0.018s) |
164 | 2025-01-08T00:20:44.557Z | Done (0.000s) |
165 | 2025-01-08T00:20:44.734Z | Done (0.000s) |
166 | 2025-01-08T00:20:45.421Z | Planning: Evaluating mediator changes ... Done |
167 | 2025-01-08T00:20:45.586Z | Planning: Checking for conflicting actions ... Done |
168 | 2025-01-08T00:20:45.589Z | Planning: Consolidating action changes ... Done |
169 | 2025-01-08T00:20:45.859Z | Planning: Evaluating mediators ... Done |
170 | 2025-01-08T00:20:45.862Z | Planning: Planning completed in 0.44 seconds |
171 | 2025-01-08T00:20:45.899Z | Mediators to change: 2 |
172 | 2025-01-08T00:20:45.899Z | Create boot environment: No |
173 | 2025-01-08T00:20:45.902Z | Create backup boot environment: No |
174 | 2025-01-08T00:20:46.055Z | Done |
175 | 2025-01-08T00:20:46.055Z | Done |
176 | 2025-01-08T00:20:46.411Z | Done |
177 | 2025-01-08T00:20:50.032Z | Done |
178 | 2025-01-08T00:20:50.123Z | Done |
179 | 2025-01-08T00:20:50.125Z | Done |
180 | 2025-01-08T00:20:50.258Z | Done |
181 | 2025-01-08T00:20:50.867Z | Planning: Evaluating mediator changes ... Done |
182 | 2025-01-08T00:20:50.869Z | Planning: Merging actions ... Done |
183 | 2025-01-08T00:20:51.055Z | Planning: Checking for conflicting actions ... Done |
184 | 2025-01-08T00:20:51.057Z | Planning: Consolidating action changes ... Done |
185 | 2025-01-08T00:20:51.314Z | Planning: Evaluating mediators ... Done |
186 | 2025-01-08T00:20:51.367Z | Planning: Planning completed in 0.74 seconds |
187 | 2025-01-08T00:20:51.410Z | Packages to change: 1 |
188 | 2025-01-08T00:20:51.410Z | Mediators to change: 1 |
189 | 2025-01-08T00:20:51.413Z | Services to change: 1 |
190 | 2025-01-08T00:20:51.413Z | Create boot environment: No |
191 | 2025-01-08T00:20:51.413Z | Create backup boot environment: Yes |
192 | 2025-01-08T00:20:53.708Z | Actions: 1/6 actions (Updating modified actions) |
193 | 2025-01-08T00:20:53.711Z | Actions: Completed 6 actions in 0.00 seconds. |
194 | 2025-01-08T00:20:53.711Z | Done |
195 | 2025-01-08T00:20:53.711Z | Done |
196 | 2025-01-08T00:20:53.829Z | Done |
197 | 2025-01-08T00:20:57.393Z | Done |
198 | 2025-01-08T00:20:57.482Z | Done |
199 | 2025-01-08T00:20:57.485Z | Done |
200 | 2025-01-08T00:20:57.612Z | Done |
201 | 2025-01-08T00:20:58.046Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
202 | 2025-01-08T00:20:58.046Z | clang system 15 system |
203 | 2025-01-08T00:20:58.046Z | csh system system illumos |
204 | 2025-01-08T00:20:58.046Z | ctags system system illumos |
205 | 2025-01-08T00:20:58.046Z | gcc vendor 12 vendor |
206 | 2025-01-08T00:20:58.046Z | gcc system 10 system |
207 | 2025-01-08T00:20:58.046Z | gcc system 7 system |
208 | 2025-01-08T00:20:58.046Z | go system 1.20 system |
209 | 2025-01-08T00:20:58.046Z | go system 1.19 system |
210 | 2025-01-08T00:20:58.046Z | llvm system 15 system |
211 | 2025-01-08T00:20:58.046Z | llvm system 14 system |
212 | 2025-01-08T00:20:58.046Z | mariadb system 10.6 system |
213 | 2025-01-08T00:20:58.046Z | mta vendor vendor dma |
214 | 2025-01-08T00:20:58.046Z | openjdk system 17 system |
215 | 2025-01-08T00:20:58.046Z | openjdk system 11 system |
216 | 2025-01-08T00:20:58.046Z | openjdk system 1.8 system |
217 | 2025-01-08T00:20:58.046Z | openssl vendor 3 vendor |
218 | 2025-01-08T00:20:58.046Z | perl system 5.36 system |
219 | 2025-01-08T00:20:58.046Z | postgresql system 15 system |
220 | 2025-01-08T00:20:58.046Z | postgresql system 13 system |
221 | 2025-01-08T00:20:58.046Z | python vendor 3 vendor |
222 | 2025-01-08T00:20:58.046Z | python system 2 system |
223 | 2025-01-08T00:20:58.046Z | python3 system 3.11 system |
224 | 2025-01-08T00:20:58.046Z | ruby system 3.0 system |
225 | 2025-01-08T00:20:58.046Z | words vendor vendor american-english |
226 | 2025-01-08T00:20:58.047Z | words system system australian-english |
227 | 2025-01-08T00:20:58.047Z | words system system british-english |
228 | 2025-01-08T00:20:58.047Z | words system system canadian-english |
229 | 2025-01-08T00:20:58.047Z | words system system french |
230 | 2025-01-08T00:20:58.047Z | words system system italian |
231 | 2025-01-08T00:20:58.047Z | words system system ngerman |
232 | 2025-01-08T00:20:58.047Z | words system system ogerman |
233 | 2025-01-08T00:20:58.048Z | words system system spanish |
234 | 2025-01-08T00:20:58.380Z | PUBLISHER TYPE STATUS P LOCATION |
235 | 2025-01-08T00:20:58.380Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
236 | 2025-01-08T00:21:01.173Z | FMRI IFO |
237 | 2025-01-08T00:21:01.173Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
238 | 2025-01-08T00:21:01.173Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
239 | 2025-01-08T00:21:01.173Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
240 | 2025-01-08T00:21:01.173Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
241 | 2025-01-08T00:21:01.173Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
242 | 2025-01-08T00:21:01.173Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
243 | 2025-01-08T00:21:01.173Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
244 | 2025-01-08T00:21:01.174Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
245 | 2025-01-08T00:21:01.174Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
246 | 2025-01-08T00:21:01.174Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
247 | 2025-01-08T00:21:01.174Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
248 | 2025-01-08T00:21:01.174Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
249 | 2025-01-08T00:21:01.174Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
250 | 2025-01-08T00:21:01.174Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
251 | 2025-01-08T00:21:01.174Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
252 | 2025-01-08T00:21:01.941Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
253 | 2025-01-08T00:21:02.239Z | Updating crates.io index |
254 | 2025-01-08T00:21:02.282Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
255 | 2025-01-08T00:21:02.669Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
256 | 2025-01-08T00:21:03.198Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
257 | 2025-01-08T00:21:03.499Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
258 | 2025-01-08T00:21:03.776Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
259 | 2025-01-08T00:21:04.018Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
260 | 2025-01-08T00:21:05.180Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
261 | 2025-01-08T00:21:06.792Z | Updating git repository `https://github.com/oxidecomputer/opte` |
262 | 2025-01-08T00:21:07.442Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
263 | 2025-01-08T00:21:08.324Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
264 | 2025-01-08T00:21:08.589Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
265 | 2025-01-08T00:21:08.932Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
266 | 2025-01-08T00:21:09.534Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
267 | 2025-01-08T00:21:09.862Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
268 | 2025-01-08T00:21:10.233Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
269 | 2025-01-08T00:21:10.516Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
270 | 2025-01-08T00:21:10.807Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
271 | 2025-01-08T00:21:11.045Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
272 | 2025-01-08T00:21:11.380Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
273 | 2025-01-08T00:21:11.697Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
274 | 2025-01-08T00:21:11.992Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
275 | 2025-01-08T00:21:12.348Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
276 | 2025-01-08T00:21:12.850Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
277 | 2025-01-08T00:21:13.128Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
278 | 2025-01-08T00:21:13.525Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
279 | 2025-01-08T00:21:13.896Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
280 | 2025-01-08T00:21:14.296Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
281 | 2025-01-08T00:21:14.573Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
282 | 2025-01-08T00:21:14.849Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
283 | 2025-01-08T00:21:16.156Z | Downloading crates ... |
284 | 2025-01-08T00:21:16.277Z | Downloaded anstyle v1.0.10 |
285 | 2025-01-08T00:21:16.280Z | Downloaded autocfg v1.4.0 |
286 | 2025-01-08T00:21:16.288Z | Downloaded block-buffer v0.10.4 |
287 | 2025-01-08T00:21:16.291Z | Downloaded anstream v0.6.15 |
288 | 2025-01-08T00:21:16.291Z | Downloaded cargo_metadata v0.18.1 |
289 | 2025-01-08T00:21:16.300Z | Downloaded bitflags v2.6.0 |
290 | 2025-01-08T00:21:16.305Z | Downloaded anstyle-parse v0.2.5 |
291 | 2025-01-08T00:21:16.307Z | Downloaded cargo-platform v0.1.8 |
292 | 2025-01-08T00:21:16.307Z | Downloaded camino-tempfile v1.1.1 |
293 | 2025-01-08T00:21:16.309Z | Downloaded byteorder v1.5.0 |
294 | 2025-01-08T00:21:16.312Z | Downloaded anstyle-query v1.1.1 |
295 | 2025-01-08T00:21:16.312Z | Downloaded bytecount v0.6.8 |
296 | 2025-01-08T00:21:16.314Z | Downloaded colorchoice v1.0.2 |
297 | 2025-01-08T00:21:16.317Z | Downloaded cargo_toml v0.20.5 |
298 | 2025-01-08T00:21:16.317Z | Downloaded fs-err v2.11.0 |
299 | 2025-01-08T00:21:16.320Z | Downloaded errno v0.3.9 |
300 | 2025-01-08T00:21:16.322Z | Downloaded clap_lex v0.7.2 |
301 | 2025-01-08T00:21:16.322Z | Downloaded cfg-if v1.0.0 |
302 | 2025-01-08T00:21:16.322Z | Downloaded clap_derive v4.5.18 |
303 | 2025-01-08T00:21:16.324Z | Downloaded camino v1.1.9 |
304 | 2025-01-08T00:21:16.327Z | Downloaded anyhow v1.0.93 |
305 | 2025-01-08T00:21:16.330Z | Downloaded pest_generator v2.7.14 |
306 | 2025-01-08T00:21:16.333Z | Downloaded dtrace-parser v0.2.0 |
307 | 2025-01-08T00:21:16.333Z | Downloaded fastrand v2.1.1 |
308 | 2025-01-08T00:21:16.336Z | Downloaded equivalent v1.0.1 |
309 | 2025-01-08T00:21:16.336Z | Downloaded dof v0.3.0 |
310 | 2025-01-08T00:21:16.336Z | Downloaded digest v0.10.7 |
311 | 2025-01-08T00:21:16.339Z | Downloaded crypto-common v0.1.6 |
312 | 2025-01-08T00:21:16.339Z | Downloaded clap v4.5.21 |
313 | 2025-01-08T00:21:16.346Z | Downloaded plain v0.2.3 |
314 | 2025-01-08T00:21:16.349Z | Downloaded heck v0.5.0 |
315 | 2025-01-08T00:21:16.349Z | Downloaded heck v0.4.1 |
316 | 2025-01-08T00:21:16.352Z | Downloaded proc-macro-error v1.0.4 |
317 | 2025-01-08T00:21:16.355Z | Downloaded itoa v1.0.11 |
318 | 2025-01-08T00:21:16.357Z | Downloaded pretty-hex v0.4.1 |
319 | 2025-01-08T00:21:16.361Z | Downloaded usdt-attr-macro v0.5.0 |
320 | 2025-01-08T00:21:16.379Z | Downloaded swrite v0.1.0 |
321 | 2025-01-08T00:21:16.382Z | Downloaded scroll_derive v0.12.0 |
322 | 2025-01-08T00:21:16.390Z | Downloaded cpufeatures v0.2.14 |
323 | 2025-01-08T00:21:16.392Z | Downloaded usdt-macro v0.5.0 |
324 | 2025-01-08T00:21:16.395Z | Downloaded is_terminal_polyfill v1.70.1 |
325 | 2025-01-08T00:21:16.399Z | Downloaded macaddr v1.0.1 |
326 | 2025-01-08T00:21:16.402Z | Downloaded generic-array v0.14.7 |
327 | 2025-01-08T00:21:16.405Z | Downloaded tabled_derive v0.7.0 |
328 | 2025-01-08T00:21:16.408Z | Downloaded smawk v0.3.2 |
329 | 2025-01-08T00:21:16.408Z | Downloaded proc-macro-error-attr v1.0.4 |
330 | 2025-01-08T00:21:16.410Z | Downloaded utf8parse v0.2.2 |
331 | 2025-01-08T00:21:16.410Z | Downloaded memmap v0.7.0 |
332 | 2025-01-08T00:21:16.414Z | Downloaded fnv v1.0.7 |
333 | 2025-01-08T00:21:16.414Z | Downloaded version_check v0.9.5 |
334 | 2025-01-08T00:21:16.414Z | Downloaded toml_datetime v0.6.8 |
335 | 2025-01-08T00:21:16.417Z | Downloaded terminal_size v0.4.0 |
336 | 2025-01-08T00:21:16.419Z | Downloaded thiserror v1.0.69 |
337 | 2025-01-08T00:21:16.425Z | Downloaded unicode-linebreak v0.1.5 |
338 | 2025-01-08T00:21:16.427Z | Downloaded thread-id v4.2.2 |
339 | 2025-01-08T00:21:16.427Z | Downloaded thiserror-impl v1.0.69 |
340 | 2025-01-08T00:21:16.430Z | Downloaded serde_spanned v0.6.8 |
341 | 2025-01-08T00:21:16.432Z | Downloaded strsim v0.11.1 |
342 | 2025-01-08T00:21:16.434Z | Downloaded serde_tokenstream v0.2.2 |
343 | 2025-01-08T00:21:16.448Z | Downloaded pest_derive v2.7.14 |
344 | 2025-01-08T00:21:16.451Z | Downloaded quote v1.0.37 |
345 | 2025-01-08T00:21:16.453Z | Downloaded once_cell v1.20.2 |
346 | 2025-01-08T00:21:16.456Z | Downloaded zerocopy-derive v0.7.35 |
347 | 2025-01-08T00:21:16.460Z | Downloaded usdt-impl v0.5.0 |
348 | 2025-01-08T00:21:16.462Z | Downloaded sha2 v0.10.8 |
349 | 2025-01-08T00:21:16.465Z | Downloaded semver v1.0.23 |
350 | 2025-01-08T00:21:16.468Z | Downloaded scroll v0.12.0 |
351 | 2025-01-08T00:21:16.470Z | Downloaded tempfile v3.13.0 |
352 | 2025-01-08T00:21:16.477Z | Downloaded log v0.4.22 |
353 | 2025-01-08T00:21:16.484Z | Downloaded pest_meta v2.7.14 |
354 | 2025-01-08T00:21:16.486Z | Downloaded usdt v0.5.0 |
355 | 2025-01-08T00:21:16.495Z | Downloaded unicode-ident v1.0.13 |
356 | 2025-01-08T00:21:16.512Z | Downloaded typenum v1.17.0 |
357 | 2025-01-08T00:21:16.515Z | Downloaded textwrap v0.16.1 |
358 | 2025-01-08T00:21:16.515Z | Downloaded toml v0.8.19 |
359 | 2025-01-08T00:21:16.526Z | Downloaded ucd-trie v0.1.7 |
360 | 2025-01-08T00:21:16.529Z | Downloaded serde_derive v1.0.215 |
361 | 2025-01-08T00:21:16.531Z | Downloaded proc-macro2 v1.0.89 |
362 | 2025-01-08T00:21:16.534Z | Downloaded ryu v1.0.18 |
363 | 2025-01-08T00:21:16.537Z | Downloaded papergrid v0.11.0 |
364 | 2025-01-08T00:21:16.553Z | Downloaded serde v1.0.215 |
365 | 2025-01-08T00:21:16.557Z | Downloaded memchr v2.7.4 |
366 | 2025-01-08T00:21:16.562Z | Downloaded hashbrown v0.15.1 |
367 | 2025-01-08T00:21:16.574Z | Downloaded indexmap v2.6.0 |
368 | 2025-01-08T00:21:16.584Z | Downloaded toml_edit v0.22.22 |
369 | 2025-01-08T00:21:16.606Z | Downloaded serde_json v1.0.133 |
370 | 2025-01-08T00:21:16.628Z | Downloaded clap_builder v4.5.21 |
371 | 2025-01-08T00:21:16.638Z | Downloaded zerocopy v0.7.35 |
372 | 2025-01-08T00:21:16.654Z | Downloaded winnow v0.6.20 |
373 | 2025-01-08T00:21:16.662Z | Downloaded goblin v0.8.2 |
374 | 2025-01-08T00:21:16.668Z | Downloaded pest v2.7.14 |
375 | 2025-01-08T00:21:16.677Z | Downloaded tabled v0.15.0 |
376 | 2025-01-08T00:21:16.693Z | Downloaded syn v1.0.109 |
377 | 2025-01-08T00:21:16.702Z | Downloaded unicode-width v0.1.14 |
378 | 2025-01-08T00:21:16.708Z | Downloaded syn v2.0.87 |
379 | 2025-01-08T00:21:16.730Z | Downloaded rustix v0.38.37 |
380 | 2025-01-08T00:21:16.763Z | Downloaded libc v0.2.162 |
381 | 2025-01-08T00:21:17.074Z | Compiling proc-macro2 v1.0.89 |
382 | 2025-01-08T00:21:17.074Z | Compiling unicode-ident v1.0.13 |
383 | 2025-01-08T00:21:17.074Z | Compiling version_check v0.9.5 |
384 | 2025-01-08T00:21:17.077Z | Compiling serde v1.0.215 |
385 | 2025-01-08T00:21:17.077Z | Compiling thiserror v1.0.69 |
386 | 2025-01-08T00:21:17.077Z | Compiling memchr v2.7.4 |
387 | 2025-01-08T00:21:17.077Z | Compiling libc v0.2.162 |
388 | 2025-01-08T00:21:17.109Z | Compiling ryu v1.0.18 |
389 | 2025-01-08T00:21:17.377Z | Compiling itoa v1.0.11 |
390 | 2025-01-08T00:21:17.601Z | Compiling ucd-trie v0.1.7 |
391 | 2025-01-08T00:21:17.644Z | Compiling once_cell v1.20.2 |
392 | 2025-01-08T00:21:17.974Z | Compiling byteorder v1.5.0 |
393 | 2025-01-08T00:21:18.126Z | Compiling rustix v0.38.37 |
394 | 2025-01-08T00:21:18.227Z | Compiling serde_json v1.0.133 |
395 | 2025-01-08T00:21:18.452Z | Compiling bitflags v2.6.0 |
396 | 2025-01-08T00:21:18.594Z | Compiling usdt-impl v0.5.0 |
397 | 2025-01-08T00:21:18.870Z | Compiling proc-macro-error-attr v1.0.4 |
398 | 2025-01-08T00:21:18.894Z | Compiling quote v1.0.37 |
399 | 2025-01-08T00:21:18.896Z | Compiling syn v1.0.109 |
400 | 2025-01-08T00:21:19.082Z | Compiling proc-macro-error v1.0.4 |
401 | 2025-01-08T00:21:19.124Z | Compiling hashbrown v0.15.1 |
402 | 2025-01-08T00:21:19.223Z | Compiling utf8parse v0.2.2 |
403 | 2025-01-08T00:21:19.356Z | Compiling syn v2.0.87 |
404 | 2025-01-08T00:21:19.394Z | Compiling errno v0.3.9 |
405 | 2025-01-08T00:21:19.628Z | Compiling camino v1.1.9 |
406 | 2025-01-08T00:21:19.654Z | Compiling thread-id v4.2.2 |
407 | 2025-01-08T00:21:19.657Z | Compiling plain v0.2.3 |
408 | 2025-01-08T00:21:19.740Z | Compiling equivalent v1.0.1 |
409 | 2025-01-08T00:21:19.795Z | Compiling log v0.4.22 |
410 | 2025-01-08T00:21:19.875Z | Compiling anstyle-parse v0.2.5 |
411 | 2025-01-08T00:21:20.331Z | Compiling indexmap v2.6.0 |
412 | 2025-01-08T00:21:20.361Z | Compiling is_terminal_polyfill v1.70.1 |
413 | 2025-01-08T00:21:20.392Z | Compiling pretty-hex v0.4.1 |
414 | 2025-01-08T00:21:20.502Z | Compiling autocfg v1.4.0 |
415 | 2025-01-08T00:21:20.543Z | Compiling semver v1.0.23 |
416 | 2025-01-08T00:21:20.601Z | Compiling winnow v0.6.20 |
417 | 2025-01-08T00:21:20.659Z | Compiling anstyle v1.0.10 |
418 | 2025-01-08T00:21:21.092Z | Compiling unicode-width v0.1.14 |
419 | 2025-01-08T00:21:21.146Z | Compiling colorchoice v1.0.2 |
420 | 2025-01-08T00:21:21.306Z | Compiling anstyle-query v1.1.1 |
421 | 2025-01-08T00:21:21.473Z | Compiling anstream v0.6.15 |
422 | 2025-01-08T00:21:21.688Z | Compiling terminal_size v0.4.0 |
423 | 2025-01-08T00:21:21.712Z | Compiling fs-err v2.11.0 |
424 | 2025-01-08T00:21:21.930Z | Compiling heck v0.4.1 |
425 | 2025-01-08T00:21:21.978Z | Compiling heck v0.5.0 |
426 | 2025-01-08T00:21:22.228Z | Compiling fnv v1.0.7 |
427 | 2025-01-08T00:21:22.342Z | Compiling clap_lex v0.7.2 |
428 | 2025-01-08T00:21:22.371Z | Compiling fastrand v2.1.1 |
429 | 2025-01-08T00:21:22.433Z | Compiling strsim v0.11.1 |
430 | 2025-01-08T00:21:22.475Z | Compiling bytecount v0.6.8 |
431 | 2025-01-08T00:21:22.505Z | Compiling anyhow v1.0.93 |
432 | 2025-01-08T00:21:22.922Z | Compiling cfg-if v1.0.0 |
433 | 2025-01-08T00:21:22.982Z | Compiling clap_builder v4.5.21 |
434 | 2025-01-08T00:21:23.026Z | Compiling tempfile v3.13.0 |
435 | 2025-01-08T00:21:23.423Z | Compiling papergrid v0.11.0 |
436 | 2025-01-08T00:21:23.527Z | Compiling memmap v0.7.0 |
437 | 2025-01-08T00:21:23.592Z | Compiling smawk v0.3.2 |
438 | 2025-01-08T00:21:23.821Z | Compiling unicode-linebreak v0.1.5 |
439 | 2025-01-08T00:21:24.342Z | Compiling textwrap v0.16.1 |
440 | 2025-01-08T00:21:24.451Z | Compiling swrite v0.1.0 |
441 | 2025-01-08T00:21:25.439Z | Compiling tabled_derive v0.7.0 |
442 | 2025-01-08T00:21:27.124Z | Compiling tabled v0.15.0 |
443 | 2025-01-08T00:21:28.560Z | Compiling serde_derive v1.0.215 |
444 | 2025-01-08T00:21:28.565Z | Compiling thiserror-impl v1.0.69 |
445 | 2025-01-08T00:21:28.565Z | Compiling zerocopy-derive v0.7.35 |
446 | 2025-01-08T00:21:28.565Z | Compiling scroll_derive v0.12.0 |
447 | 2025-01-08T00:21:28.580Z | Compiling clap_derive v4.5.18 |
448 | 2025-01-08T00:21:29.816Z | Compiling scroll v0.12.0 |
449 | 2025-01-08T00:21:30.282Z | Compiling zerocopy v0.7.35 |
450 | 2025-01-08T00:21:30.333Z | Compiling goblin v0.8.2 |
451 | 2025-01-08T00:21:31.029Z | Compiling pest v2.7.14 |
452 | 2025-01-08T00:21:32.293Z | Compiling clap v4.5.21 |
453 | 2025-01-08T00:21:33.352Z | Compiling pest_meta v2.7.14 |
454 | 2025-01-08T00:21:34.173Z | Compiling pest_generator v2.7.14 |
455 | 2025-01-08T00:21:36.109Z | Compiling pest_derive v2.7.14 |
456 | 2025-01-08T00:21:36.819Z | Compiling dtrace-parser v0.2.0 |
457 | 2025-01-08T00:21:38.656Z | Compiling serde_tokenstream v0.2.2 |
458 | 2025-01-08T00:21:38.814Z | Compiling toml_datetime v0.6.8 |
459 | 2025-01-08T00:21:38.814Z | Compiling serde_spanned v0.6.8 |
460 | 2025-01-08T00:21:39.125Z | Compiling toml_edit v0.22.22 |
461 | 2025-01-08T00:21:39.192Z | Compiling cargo-platform v0.1.8 |
462 | 2025-01-08T00:21:39.219Z | Compiling macaddr v1.0.1 |
463 | 2025-01-08T00:21:39.490Z | Compiling camino-tempfile v1.1.1 |
464 | 2025-01-08T00:21:40.143Z | Compiling dof v0.3.0 |
465 | 2025-01-08T00:21:40.340Z | Compiling cargo_metadata v0.18.1 |
466 | 2025-01-08T00:21:41.708Z | Compiling usdt-macro v0.5.0 |
467 | 2025-01-08T00:21:41.751Z | Compiling usdt-attr-macro v0.5.0 |
468 | 2025-01-08T00:21:42.008Z | Compiling toml v0.8.19 |
469 | 2025-01-08T00:21:42.822Z | Compiling cargo_toml v0.20.5 |
470 | 2025-01-08T00:21:42.982Z | Compiling usdt v0.5.0 |
471 | 2025-01-08T00:21:46.291Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
472 | 2025-01-08T00:21:50.439Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.74s |
473 | 2025-01-08T00:21:50.713Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
474 | 2025-01-08T00:21:51.252Z | Downloading crates ... |
475 | 2025-01-08T00:21:51.399Z | Downloaded async-recursion v1.1.1 |
476 | 2025-01-08T00:21:51.403Z | Downloaded ascii-canvas v3.0.0 |
477 | 2025-01-08T00:21:51.405Z | Downloaded array-init v0.0.4 |
478 | 2025-01-08T00:21:51.408Z | Downloaded async-stream v0.3.6 |
479 | 2025-01-08T00:21:51.410Z | Downloaded async-bb8-diesel v0.2.1 |
480 | 2025-01-08T00:21:51.413Z | Downloaded arrayvec v0.7.6 |
481 | 2025-01-08T00:21:51.415Z | Downloaded aead v0.5.2 |
482 | 2025-01-08T00:21:51.415Z | Downloaded headers-core v0.3.0 |
483 | 2025-01-08T00:21:51.418Z | Downloaded atty v0.2.14 |
484 | 2025-01-08T00:21:51.424Z | Downloaded cfg_aliases v0.2.1 |
485 | 2025-01-08T00:21:51.426Z | Downloaded crucible-workspace-hack v0.1.0 |
486 | 2025-01-08T00:21:51.426Z | Downloaded cfg_aliases v0.1.1 |
487 | 2025-01-08T00:21:51.428Z | Downloaded darling v0.20.10 |
488 | 2025-01-08T00:21:51.431Z | Downloaded hostname v0.3.1 |
489 | 2025-01-08T00:21:51.433Z | Downloaded hex-literal v0.4.1 |
490 | 2025-01-08T00:21:51.436Z | Downloaded atomicwrites v0.4.4 |
491 | 2025-01-08T00:21:51.436Z | Downloaded cstr-argument v0.1.2 |
492 | 2025-01-08T00:21:51.438Z | Downloaded addr2line v0.24.2 |
493 | 2025-01-08T00:21:51.452Z | Downloaded crc-catalog v2.4.0 |
494 | 2025-01-08T00:21:51.455Z | Downloaded castaway v0.2.3 |
495 | 2025-01-08T00:21:51.458Z | Downloaded crc v3.2.1 |
496 | 2025-01-08T00:21:51.461Z | Downloaded bit-set v0.5.3 |
497 | 2025-01-08T00:21:51.461Z | Downloaded bitfield v0.14.0 |
498 | 2025-01-08T00:21:51.464Z | Downloaded http-body v1.0.1 |
499 | 2025-01-08T00:21:51.464Z | Downloaded curve25519-dalek-derive v0.1.1 |
500 | 2025-01-08T00:21:51.466Z | Downloaded adler2 v2.0.0 |
501 | 2025-01-08T00:21:51.466Z | Downloaded cassowary v0.3.0 |
502 | 2025-01-08T00:21:51.469Z | Downloaded md5 v0.7.0 |
503 | 2025-01-08T00:21:51.469Z | Downloaded cobs v0.2.3 |
504 | 2025-01-08T00:21:51.471Z | Downloaded cbc v0.1.2 |
505 | 2025-01-08T00:21:51.474Z | Downloaded instant v0.1.13 |
506 | 2025-01-08T00:21:51.476Z | Downloaded convert_case v0.4.0 |
507 | 2025-01-08T00:21:51.476Z | Downloaded colored v2.1.0 |
508 | 2025-01-08T00:21:51.478Z | Downloaded is_ci v1.2.0 |
509 | 2025-01-08T00:21:51.481Z | Downloaded bb8 v0.8.5 |
510 | 2025-01-08T00:21:51.481Z | Downloaded icu_provider_macros v1.5.0 |
511 | 2025-01-08T00:21:51.483Z | Downloaded ident_case v1.0.1 |
512 | 2025-01-08T00:21:51.483Z | Downloaded hubpack_derive v0.1.1 |
513 | 2025-01-08T00:21:51.486Z | Downloaded http-range v0.1.5 |
514 | 2025-01-08T00:21:51.486Z | Downloaded constant_time_eq v0.3.1 |
515 | 2025-01-08T00:21:51.488Z | Downloaded argon2 v0.5.3 |
516 | 2025-01-08T00:21:51.488Z | Downloaded cexpr v0.6.0 |
517 | 2025-01-08T00:21:51.490Z | Downloaded hostname v0.4.0 |
518 | 2025-01-08T00:21:51.493Z | Downloaded cmake v0.1.51 |
519 | 2025-01-08T00:21:51.495Z | Downloaded block-padding v0.3.3 |
520 | 2025-01-08T00:21:51.495Z | Downloaded bitfield-struct v0.6.2 |
521 | 2025-01-08T00:21:51.498Z | Downloaded async-stream-impl v0.3.6 |
522 | 2025-01-08T00:21:51.498Z | Downloaded crunchy v0.2.2 |
523 | 2025-01-08T00:21:51.498Z | Downloaded hex v0.4.3 |
524 | 2025-01-08T00:21:51.500Z | Downloaded match_cfg v0.1.0 |
525 | 2025-01-08T00:21:51.502Z | Downloaded arc-swap v1.7.1 |
526 | 2025-01-08T00:21:51.505Z | Downloaded matches v0.1.10 |
527 | 2025-01-08T00:21:51.507Z | Downloaded cipher v0.4.4 |
528 | 2025-01-08T00:21:51.509Z | Downloaded atomic-waker v1.1.2 |
529 | 2025-01-08T00:21:51.509Z | Downloaded blowfish v0.9.1 |
530 | 2025-01-08T00:21:51.512Z | Downloaded home v0.5.9 |
531 | 2025-01-08T00:21:51.514Z | Downloaded crossbeam-deque v0.8.5 |
532 | 2025-01-08T00:21:51.514Z | Downloaded indoc v1.0.9 |
533 | 2025-01-08T00:21:51.517Z | Downloaded hubpack v0.1.2 |
534 | 2025-01-08T00:21:51.520Z | Downloaded crc32fast v1.4.2 |
535 | 2025-01-08T00:21:51.522Z | Downloaded bcs v0.1.6 |
536 | 2025-01-08T00:21:51.525Z | Downloaded lru-cache v0.1.2 |
537 | 2025-01-08T00:21:51.525Z | Downloaded bcrypt-pbkdf v0.10.0 |
538 | 2025-01-08T00:21:51.528Z | Downloaded lazycell v1.3.0 |
539 | 2025-01-08T00:21:51.528Z | Downloaded buf-list v1.0.3 |
540 | 2025-01-08T00:21:51.531Z | Downloaded cookie_store v0.21.0 |
541 | 2025-01-08T00:21:51.533Z | Downloaded http-body-util v0.1.2 |
542 | 2025-01-08T00:21:51.533Z | Downloaded ctr v0.9.2 |
543 | 2025-01-08T00:21:51.536Z | Downloaded lalrpop-util v0.19.12 |
544 | 2025-01-08T00:21:51.538Z | Downloaded ciborium-io v0.2.2 |
545 | 2025-01-08T00:21:51.538Z | Downloaded assert_matches v1.5.0 |
546 | 2025-01-08T00:21:51.540Z | Downloaded ipnetwork v0.20.0 |
547 | 2025-01-08T00:21:51.543Z | Downloaded csv-core v0.1.11 |
548 | 2025-01-08T00:21:51.545Z | Downloaded const_format_proc_macros v0.2.33 |
549 | 2025-01-08T00:21:51.547Z | Downloaded primeorder v0.13.6 |
550 | 2025-01-08T00:21:51.547Z | Downloaded libsw v3.3.1 |
551 | 2025-01-08T00:21:51.550Z | Downloaded structmeta v0.3.0 |
552 | 2025-01-08T00:21:51.553Z | Downloaded idna_adapter v1.2.0 |
553 | 2025-01-08T00:21:51.553Z | Downloaded bit-vec v0.6.3 |
554 | 2025-01-08T00:21:51.556Z | Downloaded maplit v1.0.2 |
555 | 2025-01-08T00:21:51.556Z | Downloaded termtree v0.4.1 |
556 | 2025-01-08T00:21:51.556Z | Downloaded crossbeam-utils v0.8.20 |
557 | 2025-01-08T00:21:51.559Z | Downloaded r2d2 v0.8.10 |
558 | 2025-01-08T00:21:51.571Z | Downloaded quinn-udp v0.5.5 |
559 | 2025-01-08T00:21:51.571Z | Downloaded serde_repr v0.1.19 |
560 | 2025-01-08T00:21:51.571Z | Downloaded base64ct v1.6.0 |
561 | 2025-01-08T00:21:51.571Z | Downloaded hickory-server v0.24.1 |
562 | 2025-01-08T00:21:51.575Z | Downloaded managed v0.8.0 |
563 | 2025-01-08T00:21:51.578Z | Downloaded console v0.15.8 |
564 | 2025-01-08T00:21:51.580Z | Downloaded time-core v0.1.2 |
565 | 2025-01-08T00:21:51.582Z | Downloaded crossbeam-epoch v0.9.18 |
566 | 2025-01-08T00:21:51.584Z | Downloaded cookie v0.18.1 |
567 | 2025-01-08T00:21:51.587Z | Downloaded memoffset v0.9.1 |
568 | 2025-01-08T00:21:51.589Z | Downloaded lru v0.12.5 |
569 | 2025-01-08T00:21:51.591Z | Downloaded inout v0.1.3 |
570 | 2025-01-08T00:21:51.591Z | Downloaded lockfree-object-pool v0.1.6 |
571 | 2025-01-08T00:21:51.593Z | Downloaded zone_cfg_derive v0.1.2 |
572 | 2025-01-08T00:21:51.595Z | Downloaded difflib v0.4.0 |
573 | 2025-01-08T00:21:51.595Z | Downloaded derive_builder_macro v0.20.2 |
574 | 2025-01-08T00:21:51.598Z | Downloaded md-5 v0.10.6 |
575 | 2025-01-08T00:21:51.598Z | Downloaded highway v1.2.0 |
576 | 2025-01-08T00:21:51.601Z | Downloaded icu_locid_transform v1.5.0 |
577 | 2025-01-08T00:21:51.603Z | Downloaded slab v0.4.9 |
578 | 2025-01-08T00:21:51.606Z | Downloaded slog-json v2.6.1 |
579 | 2025-01-08T00:21:51.609Z | Downloaded termios v0.3.3 |
580 | 2025-01-08T00:21:51.612Z | Downloaded strum_macros v0.25.3 |
581 | 2025-01-08T00:21:51.615Z | Downloaded libloading v0.8.5 |
582 | 2025-01-08T00:21:51.615Z | Downloaded foreign-types v0.3.2 |
583 | 2025-01-08T00:21:51.617Z | Downloaded new_debug_unreachable v1.0.6 |
584 | 2025-01-08T00:21:51.621Z | Downloaded ipnet v2.10.1 |
585 | 2025-01-08T00:21:51.621Z | Downloaded ssh-encoding v0.2.0 |
586 | 2025-01-08T00:21:51.623Z | Downloaded rustversion v1.0.17 |
587 | 2025-01-08T00:21:51.626Z | Downloaded crc-any v2.5.0 |
588 | 2025-01-08T00:21:51.629Z | Downloaded maybe-uninit v2.0.0 |
589 | 2025-01-08T00:21:51.629Z | Downloaded chacha20poly1305 v0.10.1 |
590 | 2025-01-08T00:21:51.631Z | Downloaded httparse v1.9.5 |
591 | 2025-01-08T00:21:51.633Z | Downloaded mime_guess v2.0.5 |
592 | 2025-01-08T00:21:51.636Z | Downloaded bytes v1.8.0 |
593 | 2025-01-08T00:21:51.639Z | Downloaded mime v0.3.17 |
594 | 2025-01-08T00:21:51.642Z | Downloaded memmap2 v0.9.5 |
595 | 2025-01-08T00:21:51.644Z | Downloaded zeroize_derive v1.4.2 |
596 | 2025-01-08T00:21:51.647Z | Downloaded xz2 v0.1.7 |
597 | 2025-01-08T00:21:51.647Z | Downloaded xattr v1.3.1 |
598 | 2025-01-08T00:21:51.650Z | Downloaded rusty-fork v0.3.0 |
599 | 2025-01-08T00:21:51.653Z | Downloaded progenitor-client v0.8.0 |
600 | 2025-01-08T00:21:51.653Z | Downloaded embedded-io v0.6.1 |
601 | 2025-01-08T00:21:51.655Z | Downloaded base64 v0.13.1 |
602 | 2025-01-08T00:21:51.658Z | Downloaded twox-hash v1.6.3 |
603 | 2025-01-08T00:21:51.660Z | Downloaded tokio-rustls v0.26.0 |
604 | 2025-01-08T00:21:51.663Z | Downloaded serde-big-array v0.5.1 |
605 | 2025-01-08T00:21:51.665Z | Downloaded smf v0.2.3 |
606 | 2025-01-08T00:21:51.665Z | Downloaded tokio-macros v2.4.0 |
607 | 2025-01-08T00:21:51.668Z | Downloaded take_mut v0.2.2 |
608 | 2025-01-08T00:21:51.668Z | Downloaded futures-sink v0.3.31 |
609 | 2025-01-08T00:21:51.670Z | Downloaded form_urlencoded v1.2.1 |
610 | 2025-01-08T00:21:51.670Z | Downloaded dsl_auto_type v0.1.2 |
611 | 2025-01-08T00:21:51.672Z | Downloaded strum_macros v0.26.4 |
612 | 2025-01-08T00:21:51.674Z | Downloaded russh-keys v0.45.0 |
613 | 2025-01-08T00:21:51.677Z | Downloaded jobserver v0.1.32 |
614 | 2025-01-08T00:21:51.679Z | Downloaded cc v1.1.30 |
615 | 2025-01-08T00:21:51.682Z | Downloaded rustls-pemfile v1.0.4 |
616 | 2025-01-08T00:21:51.685Z | Downloaded iana-time-zone v0.1.61 |
617 | 2025-01-08T00:21:51.687Z | Downloaded newline-converter v0.3.0 |
618 | 2025-01-08T00:21:51.690Z | Downloaded value-bag v1.9.0 |
619 | 2025-01-08T00:21:51.692Z | Downloaded try-lock v0.2.5 |
620 | 2025-01-08T00:21:51.695Z | Downloaded icu_locid v1.5.0 |
621 | 2025-01-08T00:21:51.698Z | Downloaded untrusted v0.7.1 |
622 | 2025-01-08T00:21:51.700Z | Downloaded num-iter v0.1.45 |
623 | 2025-01-08T00:21:51.702Z | Downloaded indexmap v1.9.3 |
624 | 2025-01-08T00:21:51.704Z | Downloaded percent-encoding v2.3.1 |
625 | 2025-01-08T00:21:51.707Z | Downloaded icu_provider v1.5.0 |
626 | 2025-01-08T00:21:51.709Z | Downloaded rand_core v0.6.4 |
627 | 2025-01-08T00:21:51.711Z | Downloaded progenitor-macro v0.8.0 |
628 | 2025-01-08T00:21:51.714Z | Downloaded hmac v0.12.1 |
629 | 2025-01-08T00:21:51.716Z | Downloaded pem v3.0.4 |
630 | 2025-01-08T00:21:51.716Z | Downloaded linear-map v1.2.0 |
631 | 2025-01-08T00:21:51.718Z | Downloaded semver v0.1.20 |
632 | 2025-01-08T00:21:51.721Z | Downloaded same-file v1.0.6 |
633 | 2025-01-08T00:21:51.721Z | Downloaded globset v0.4.15 |
634 | 2025-01-08T00:21:51.724Z | Downloaded tinyvec_macros v0.1.1 |
635 | 2025-01-08T00:21:51.727Z | Downloaded tap v1.0.1 |
636 | 2025-01-08T00:21:51.727Z | Downloaded native-tls v0.2.12 |
637 | 2025-01-08T00:21:51.729Z | Downloaded fd-lock v4.0.2 |
638 | 2025-01-08T00:21:51.731Z | Downloaded crossbeam-channel v0.5.13 |
639 | 2025-01-08T00:21:51.734Z | Downloaded mockall v0.13.0 |
640 | 2025-01-08T00:21:51.738Z | Downloaded mirai-annotations v1.12.0 |
641 | 2025-01-08T00:21:51.740Z | Downloaded phf v0.11.2 |
642 | 2025-01-08T00:21:51.740Z | Downloaded packed_struct v0.10.1 |
643 | 2025-01-08T00:21:51.743Z | Downloaded opaque-debug v0.3.1 |
644 | 2025-01-08T00:21:51.743Z | Downloaded phf_generator v0.11.2 |
645 | 2025-01-08T00:21:51.745Z | Downloaded rfc6979 v0.4.0 |
646 | 2025-01-08T00:21:51.746Z | Downloaded phf_codegen v0.11.2 |
647 | 2025-01-08T00:21:51.749Z | Downloaded futures-task v0.3.31 |
648 | 2025-01-08T00:21:51.749Z | Downloaded downcast v0.11.0 |
649 | 2025-01-08T00:21:51.749Z | Downloaded untrusted v0.9.0 |
650 | 2025-01-08T00:21:51.752Z | Downloaded fragile v2.0.0 |
651 | 2025-01-08T00:21:51.754Z | Downloaded parse-size v1.1.0 |
652 | 2025-01-08T00:21:51.754Z | Downloaded fxhash v0.2.1 |
653 | 2025-01-08T00:21:51.757Z | Downloaded pem-rfc7468 v0.7.0 |
654 | 2025-01-08T00:21:51.759Z | Downloaded enum-as-inner v0.6.1 |
655 | 2025-01-08T00:21:51.759Z | Downloaded defmt-parser v0.3.4 |
656 | 2025-01-08T00:21:51.762Z | Downloaded universal-hash v0.5.1 |
657 | 2025-01-08T00:21:51.762Z | Downloaded time-macros v0.2.18 |
658 | 2025-01-08T00:21:51.764Z | Downloaded diff v0.1.13 |
659 | 2025-01-08T00:21:51.767Z | Downloaded defmt v0.3.8 |
660 | 2025-01-08T00:21:51.771Z | Downloaded icu_normalizer v1.5.0 |
661 | 2025-01-08T00:21:51.774Z | Downloaded sec1 v0.7.3 |
662 | 2025-01-08T00:21:51.786Z | Downloaded funty v2.0.0 |
663 | 2025-01-08T00:21:51.788Z | Downloaded backtrace v0.3.74 |
664 | 2025-01-08T00:21:51.793Z | Downloaded indicatif v0.17.9 |
665 | 2025-01-08T00:21:51.797Z | Downloaded sct v0.7.1 |
666 | 2025-01-08T00:21:51.802Z | Downloaded tracing-attributes v0.1.27 |
667 | 2025-01-08T00:21:51.805Z | Downloaded want v0.3.1 |
668 | 2025-01-08T00:21:51.809Z | Downloaded paste v1.0.15 |
669 | 2025-01-08T00:21:51.812Z | Downloaded slog-bunyan v2.5.0 |
670 | 2025-01-08T00:21:51.812Z | Downloaded quick-error v1.2.3 |
671 | 2025-01-08T00:21:51.814Z | Downloaded predicates-tree v1.0.11 |
672 | 2025-01-08T00:21:51.814Z | Downloaded parse-display v0.10.0 |
673 | 2025-01-08T00:21:51.814Z | Downloaded structmeta v0.2.0 |
674 | 2025-01-08T00:21:51.817Z | Downloaded slog-async v2.8.0 |
675 | 2025-01-08T00:21:51.817Z | Downloaded progenitor-impl v0.8.0 |
676 | 2025-01-08T00:21:51.819Z | Downloaded packed_struct_codegen v0.10.1 |
677 | 2025-01-08T00:21:51.821Z | Downloaded num-rational v0.4.2 |
678 | 2025-01-08T00:21:51.824Z | Downloaded url v2.5.3 |
679 | 2025-01-08T00:21:51.826Z | Downloaded either v1.13.0 |
680 | 2025-01-08T00:21:51.828Z | Downloaded zone v0.3.0 |
681 | 2025-01-08T00:21:51.831Z | Downloaded utf-8 v0.7.6 |
682 | 2025-01-08T00:21:51.831Z | Downloaded simd-adler32 v0.3.7 |
683 | 2025-01-08T00:21:51.833Z | Downloaded zone_cfg_derive v0.3.0 |
684 | 2025-01-08T00:21:51.835Z | Downloaded tower-service v0.3.3 |
685 | 2025-01-08T00:21:51.835Z | Downloaded sync_wrapper v1.0.1 |
686 | 2025-01-08T00:21:51.837Z | Downloaded slog-scope v4.4.0 |
687 | 2025-01-08T00:21:51.837Z | Downloaded fs_extra v1.3.0 |
688 | 2025-01-08T00:21:51.840Z | Downloaded num_threads v0.1.7 |
689 | 2025-01-08T00:21:51.843Z | Downloaded heapless v0.8.0 |
690 | 2025-01-08T00:21:51.846Z | Downloaded num v0.4.3 |
691 | 2025-01-08T00:21:51.848Z | Downloaded stable_deref_trait v1.2.0 |
692 | 2025-01-08T00:21:51.848Z | Downloaded gethostname v0.5.0 |
693 | 2025-01-08T00:21:51.851Z | Downloaded derive_more v0.99.18 |
694 | 2025-01-08T00:21:51.855Z | Downloaded vsss-rs v3.3.4 |
695 | 2025-01-08T00:21:51.857Z | Downloaded vergen v8.3.2 |
696 | 2025-01-08T00:21:51.861Z | Downloaded tiny-keccak v2.0.2 |
697 | 2025-01-08T00:21:51.864Z | Downloaded thiserror-no-std v2.0.2 |
698 | 2025-01-08T00:21:51.868Z | Downloaded which v4.4.2 |
699 | 2025-01-08T00:21:51.870Z | Downloaded password-hash v0.5.0 |
700 | 2025-01-08T00:21:51.873Z | Downloaded zeroize v1.8.1 |
701 | 2025-01-08T00:21:51.875Z | Downloaded icu_collections v1.5.0 |
702 | 2025-01-08T00:21:51.880Z | Downloaded futures-macro v0.3.31 |
703 | 2025-01-08T00:21:51.883Z | Downloaded hickory-resolver v0.24.1 |
704 | 2025-01-08T00:21:51.886Z | Downloaded oso-derive v0.27.3 |
705 | 2025-01-08T00:21:51.889Z | Downloaded number_prefix v0.4.0 |
706 | 2025-01-08T00:21:51.892Z | Downloaded float-ord v0.3.2 |
707 | 2025-01-08T00:21:51.892Z | Downloaded fixedbitset v0.4.2 |
708 | 2025-01-08T00:21:51.895Z | Downloaded zerovec-derive v0.10.3 |
709 | 2025-01-08T00:21:51.895Z | Downloaded serde_with_macros v3.11.0 |
710 | 2025-01-08T00:21:51.897Z | Downloaded x509-cert v0.2.5 |
711 | 2025-01-08T00:21:51.902Z | Downloaded peg v0.8.4 |
712 | 2025-01-08T00:21:51.908Z | Downloaded sqlformat v0.2.6 |
713 | 2025-01-08T00:21:51.910Z | Downloaded num-traits v0.2.19 |
714 | 2025-01-08T00:21:51.912Z | Downloaded mockall_derive v0.13.0 |
715 | 2025-01-08T00:21:51.914Z | Downloaded float-cmp v0.9.0 |
716 | 2025-01-08T00:21:51.917Z | Downloaded synstructure v0.13.1 |
717 | 2025-01-08T00:21:51.917Z | Downloaded thread_local v1.1.8 |
718 | 2025-01-08T00:21:51.920Z | Downloaded zerofrom v0.1.4 |
719 | 2025-01-08T00:21:51.920Z | Downloaded displaydoc v0.2.5 |
720 | 2025-01-08T00:21:51.923Z | Downloaded zone v0.1.8 |
721 | 2025-01-08T00:21:51.925Z | Downloaded scheduled-thread-pool v0.2.7 |
722 | 2025-01-08T00:21:51.928Z | Downloaded futures-io v0.3.31 |
723 | 2025-01-08T00:21:51.928Z | Downloaded ena v0.14.3 |
724 | 2025-01-08T00:21:51.930Z | Downloaded embedded-io v0.4.0 |
725 | 2025-01-08T00:21:51.930Z | Downloaded rpassword v7.3.1 |
726 | 2025-01-08T00:21:51.933Z | Downloaded unicase v2.7.0 |
727 | 2025-01-08T00:21:51.935Z | Downloaded normalize-line-endings v0.3.0 |
728 | 2025-01-08T00:21:51.935Z | Downloaded serde_path_to_error v0.1.16 |
729 | 2025-01-08T00:21:51.938Z | Downloaded typed-path v0.9.3 |
730 | 2025-01-08T00:21:51.943Z | Downloaded slog-dtrace v0.3.0 |
731 | 2025-01-08T00:21:51.946Z | Downloaded multimap v0.10.0 |
732 | 2025-01-08T00:21:51.948Z | Downloaded precomputed-hash v0.1.1 |
733 | 2025-01-08T00:21:51.948Z | Downloaded futures-channel v0.3.31 |
734 | 2025-01-08T00:21:51.950Z | Downloaded string_cache v0.8.7 |
735 | 2025-01-08T00:21:51.952Z | Downloaded num-complex v0.4.6 |
736 | 2025-01-08T00:21:51.955Z | Downloaded getrandom v0.2.15 |
737 | 2025-01-08T00:21:51.958Z | Downloaded tokio-rustls v0.24.1 |
738 | 2025-01-08T00:21:51.961Z | Downloaded postgres-types v0.2.8 |
739 | 2025-01-08T00:21:51.964Z | Downloaded stringprep v0.1.5 |
740 | 2025-01-08T00:21:51.964Z | Downloaded predicates v3.1.2 |
741 | 2025-01-08T00:21:51.966Z | Downloaded newtype-uuid v1.1.3 |
742 | 2025-01-08T00:21:51.969Z | Downloaded tinystr v0.7.6 |
743 | 2025-01-08T00:21:51.971Z | Downloaded unicode-xid v0.2.6 |
744 | 2025-01-08T00:21:51.971Z | Downloaded tls_codec v0.4.1 |
745 | 2025-01-08T00:21:51.974Z | Downloaded futures-executor v0.3.31 |
746 | 2025-01-08T00:21:51.976Z | Downloaded futures-core v0.3.31 |
747 | 2025-01-08T00:21:51.978Z | Downloaded pkg-config v0.3.31 |
748 | 2025-01-08T00:21:51.978Z | Downloaded rustc_version v0.4.1 |
749 | 2025-01-08T00:21:51.981Z | Downloaded rustc_version v0.1.7 |
750 | 2025-01-08T00:21:51.981Z | Downloaded radium v0.7.0 |
751 | 2025-01-08T00:21:51.983Z | Downloaded slog v2.7.0 |
752 | 2025-01-08T00:21:51.985Z | Downloaded foreign-types v0.5.0 |
753 | 2025-01-08T00:21:51.987Z | Downloaded yasna v0.5.2 |
754 | 2025-01-08T00:21:51.989Z | Downloaded rayon-core v1.12.1 |
755 | 2025-01-08T00:21:51.992Z | Downloaded foreign-types-shared v0.1.1 |
756 | 2025-01-08T00:21:51.994Z | Downloaded diesel_derives v2.2.3 |
757 | 2025-01-08T00:21:51.997Z | Downloaded yoke-derive v0.7.4 |
758 | 2025-01-08T00:21:52.000Z | Downloaded flate2 v1.0.34 |
759 | 2025-01-08T00:21:52.003Z | Downloaded serde_urlencoded v0.7.1 |
760 | 2025-01-08T00:21:52.006Z | Downloaded dropshot_endpoint v0.12.0 |
761 | 2025-01-08T00:21:52.008Z | Downloaded newtype_derive v0.1.6 |
762 | 2025-01-08T00:21:52.011Z | Downloaded serde_yaml v0.9.34+deprecated |
763 | 2025-01-08T00:21:52.013Z | Downloaded reedline v0.35.0 |
764 | 2025-01-08T00:21:52.021Z | Downloaded russh-cryptovec v0.7.3 |
765 | 2025-01-08T00:21:52.023Z | Downloaded http v1.1.0 |
766 | 2025-01-08T00:21:52.026Z | Downloaded ed25519-dalek v2.1.1 |
767 | 2025-01-08T00:21:52.029Z | Downloaded sync-ptr v0.1.1 |
768 | 2025-01-08T00:21:52.031Z | Downloaded structmeta-derive v0.2.0 |
769 | 2025-01-08T00:21:52.031Z | Downloaded utf16_iter v1.0.5 |
770 | 2025-01-08T00:21:52.034Z | Downloaded strip-ansi-escapes v0.2.0 |
771 | 2025-01-08T00:21:52.034Z | Downloaded serde_derive_internals v0.29.1 |
772 | 2025-01-08T00:21:52.036Z | Downloaded tokio-postgres v0.7.12 |
773 | 2025-01-08T00:21:52.040Z | Downloaded aho-corasick v1.1.3 |
774 | 2025-01-08T00:21:52.047Z | Downloaded tui-tree-widget v0.22.0 |
775 | 2025-01-08T00:21:52.049Z | Downloaded tar v0.4.42 |
776 | 2025-01-08T00:21:52.051Z | Downloaded ed25519 v2.2.3 |
777 | 2025-01-08T00:21:52.054Z | Downloaded zip v0.6.6 |
778 | 2025-01-08T00:21:52.057Z | Downloaded openssl-macros v0.1.1 |
779 | 2025-01-08T00:21:52.060Z | Downloaded wyz v0.5.1 |
780 | 2025-01-08T00:21:52.060Z | Downloaded vte v0.11.1 |
781 | 2025-01-08T00:21:52.062Z | Downloaded nu-ansi-term v0.50.1 |
782 | 2025-01-08T00:21:52.064Z | Downloaded dyn-clone v1.0.17 |
783 | 2025-01-08T00:21:52.067Z | Downloaded num-derive v0.4.2 |
784 | 2025-01-08T00:21:52.069Z | Downloaded foreign-types-macros v0.2.3 |
785 | 2025-01-08T00:21:52.069Z | Downloaded serde_plain v1.0.2 |
786 | 2025-01-08T00:21:52.071Z | Downloaded crossterm v0.28.1 |
787 | 2025-01-08T00:21:52.077Z | Downloaded rand_chacha v0.3.1 |
788 | 2025-01-08T00:21:52.079Z | Downloaded endian-type v0.1.2 |
789 | 2025-01-08T00:21:52.082Z | Downloaded salsa20 v0.10.2 |
790 | 2025-01-08T00:21:52.082Z | Downloaded minimal-lexical v0.2.1 |
791 | 2025-01-08T00:21:52.086Z | Downloaded termcolor v1.4.1 |
792 | 2025-01-08T00:21:52.088Z | Downloaded tinyvec v1.8.0 |
793 | 2025-01-08T00:21:52.090Z | Downloaded rustc-hash v1.1.0 |
794 | 2025-01-08T00:21:52.093Z | Downloaded nibble_vec v0.1.0 |
795 | 2025-01-08T00:21:52.093Z | Downloaded rustls-pki-types v1.10.0 |
796 | 2025-01-08T00:21:52.096Z | Downloaded unicode-segmentation v1.12.0 |
797 | 2025-01-08T00:21:52.099Z | Downloaded typify-macro v0.2.0 |
798 | 2025-01-08T00:21:52.101Z | Downloaded writeable v0.5.5 |
799 | 2025-01-08T00:21:52.104Z | Downloaded unarray v0.1.4 |
800 | 2025-01-08T00:21:52.104Z | Downloaded tabwriter v1.4.0 |
801 | 2025-01-08T00:21:52.107Z | Downloaded yoke v0.7.4 |
802 | 2025-01-08T00:21:52.109Z | Downloaded path-slash v0.1.5 |
803 | 2025-01-08T00:21:52.109Z | Downloaded publicsuffix v2.2.3 |
804 | 2025-01-08T00:21:52.112Z | Downloaded tokio-tungstenite v0.24.0 |
805 | 2025-01-08T00:21:52.114Z | Downloaded enum-as-inner v0.5.1 |
806 | 2025-01-08T00:21:52.116Z | Downloaded ff v0.13.0 |
807 | 2025-01-08T00:21:52.119Z | Downloaded dirs-next v2.0.0 |
808 | 2025-01-08T00:21:52.119Z | Downloaded nodrop v0.1.14 |
809 | 2025-01-08T00:21:52.122Z | Downloaded fallible-streaming-iterator v0.1.9 |
810 | 2025-01-08T00:21:52.123Z | Downloaded fallible-iterator v0.2.0 |
811 | 2025-01-08T00:21:52.125Z | Downloaded pretty-hex v0.2.1 |
812 | 2025-01-08T00:21:52.125Z | Downloaded derive_builder_core v0.20.2 |
813 | 2025-01-08T00:21:52.127Z | Downloaded parking_lot v0.12.3 |
814 | 2025-01-08T00:21:52.130Z | Downloaded hashbrown v0.13.2 |
815 | 2025-01-08T00:21:52.133Z | Downloaded tokio-tungstenite v0.23.1 |
816 | 2025-01-08T00:21:52.135Z | Downloaded expectorate v1.1.0 |
817 | 2025-01-08T00:21:52.137Z | Downloaded postcard v1.0.10 |
818 | 2025-01-08T00:21:52.140Z | Downloaded pkcs1 v0.7.5 |
819 | 2025-01-08T00:21:52.142Z | Downloaded derive_builder v0.20.2 |
820 | 2025-01-08T00:21:52.147Z | Downloaded data-encoding v2.6.0 |
821 | 2025-01-08T00:21:52.149Z | Downloaded waitgroup v0.1.2 |
822 | 2025-01-08T00:21:52.149Z | Downloaded wait-timeout v0.2.0 |
823 | 2025-01-08T00:21:52.152Z | Downloaded quinn v0.11.5 |
824 | 2025-01-08T00:21:52.155Z | Downloaded signature v2.2.0 |
825 | 2025-01-08T00:21:52.157Z | Downloaded signal-hook-tokio v0.3.1 |
826 | 2025-01-08T00:21:52.159Z | Downloaded signal-hook-registry v1.4.2 |
827 | 2025-01-08T00:21:52.159Z | Downloaded pin-project-internal v1.1.6 |
828 | 2025-01-08T00:21:52.161Z | Downloaded rustyline v14.0.0 |
829 | 2025-01-08T00:21:52.167Z | Downloaded der_derive v0.7.3 |
830 | 2025-01-08T00:21:52.169Z | Downloaded zerocopy v0.6.6 |
831 | 2025-01-08T00:21:52.171Z | Downloaded subtle v2.6.1 |
832 | 2025-01-08T00:21:52.173Z | Downloaded progenitor v0.8.0 |
833 | 2025-01-08T00:21:52.176Z | Downloaded proc-macro-crate v1.3.1 |
834 | 2025-01-08T00:21:52.176Z | Downloaded itertools v0.12.1 |
835 | 2025-01-08T00:21:52.182Z | Downloaded scopeguard v1.2.0 |
836 | 2025-01-08T00:21:52.184Z | Downloaded term v0.7.0 |
837 | 2025-01-08T00:21:52.186Z | Downloaded serde-hex v0.1.0 |
838 | 2025-01-08T00:21:52.188Z | Downloaded slog-term v2.9.1 |
839 | 2025-01-08T00:21:52.191Z | Downloaded diesel_table_macro_syntax v0.2.0 |
840 | 2025-01-08T00:21:52.193Z | Downloaded parking_lot_core v0.9.10 |
841 | 2025-01-08T00:21:52.196Z | Downloaded env_logger v0.10.2 |
842 | 2025-01-08T00:21:52.198Z | Downloaded sigpipe v0.1.3 |
843 | 2025-01-08T00:21:52.198Z | Downloaded openssl-probe v0.1.5 |
844 | 2025-01-08T00:21:52.201Z | Downloaded uzers v0.12.1 |
845 | 2025-01-08T00:21:52.204Z | Downloaded ppv-lite86 v0.2.20 |
846 | 2025-01-08T00:21:52.204Z | Downloaded display-error-chain v0.2.2 |
847 | 2025-01-08T00:21:52.207Z | Downloaded schemars_derive v0.8.21 |
848 | 2025-01-08T00:21:52.207Z | Downloaded snafu-derive v0.8.5 |
849 | 2025-01-08T00:21:52.209Z | Downloaded der v0.7.9 |
850 | 2025-01-08T00:21:52.212Z | Downloaded test-strategy v0.3.1 |
851 | 2025-01-08T00:21:52.215Z | Downloaded pin-project-lite v0.2.14 |
852 | 2025-01-08T00:21:52.220Z | Downloaded rand_xorshift v0.3.0 |
853 | 2025-01-08T00:21:52.223Z | Downloaded flume v0.11.1 |
854 | 2025-01-08T00:21:52.225Z | Downloaded dhcproto-macros v0.1.0 |
855 | 2025-01-08T00:21:52.228Z | Downloaded snafu v0.8.5 |
856 | 2025-01-08T00:21:52.231Z | Downloaded num_enum v0.5.11 |
857 | 2025-01-08T00:21:52.236Z | Downloaded multer v3.1.0 |
858 | 2025-01-08T00:21:52.239Z | Downloaded elliptic-curve v0.13.8 |
859 | 2025-01-08T00:21:52.244Z | Downloaded phf_shared v0.10.0 |
860 | 2025-01-08T00:21:52.247Z | Downloaded peg-runtime v0.8.3 |
861 | 2025-01-08T00:21:52.247Z | Downloaded darling_macro v0.20.10 |
862 | 2025-01-08T00:21:52.247Z | Downloaded glob v0.3.1 |
863 | 2025-01-08T00:21:52.249Z | Downloaded siphasher v0.3.11 |
864 | 2025-01-08T00:21:52.249Z | Downloaded tls_codec_derive v0.4.1 |
865 | 2025-01-08T00:21:52.252Z | Downloaded thiserror-impl v2.0.3 |
866 | 2025-01-08T00:21:52.252Z | Downloaded rand_seeder v0.3.0 |
867 | 2025-01-08T00:21:52.255Z | Downloaded thiserror-impl-no-std v2.0.2 |
868 | 2025-01-08T00:21:52.255Z | Downloaded write16 v1.0.0 |
869 | 2025-01-08T00:21:52.255Z | Downloaded bindgen v0.69.5 |
870 | 2025-01-08T00:21:52.263Z | Downloaded socket2 v0.5.7 |
871 | 2025-01-08T00:21:52.266Z | Downloaded hashlink v0.9.1 |
872 | 2025-01-08T00:21:52.266Z | Downloaded pbkdf2 v0.12.2 |
873 | 2025-01-08T00:21:52.269Z | Downloaded pin-utils v0.1.0 |
874 | 2025-01-08T00:21:52.269Z | Downloaded steno v0.4.1 |
875 | 2025-01-08T00:21:52.272Z | Downloaded strum v0.26.3 |
876 | 2025-01-08T00:21:52.276Z | Downloaded postgres-protocol v0.6.7 |
877 | 2025-01-08T00:21:52.278Z | Downloaded pbkdf2 v0.11.0 |
878 | 2025-01-08T00:21:52.278Z | Downloaded half v2.4.1 |
879 | 2025-01-08T00:21:52.281Z | Downloaded predicates-core v1.0.8 |
880 | 2025-01-08T00:21:52.283Z | Downloaded zip v2.1.3 |
881 | 2025-01-08T00:21:52.285Z | Downloaded tungstenite v0.24.0 |
882 | 2025-01-08T00:21:52.289Z | Downloaded strum_macros v0.24.3 |
883 | 2025-01-08T00:21:52.291Z | Downloaded toolchain_find v0.4.0 |
884 | 2025-01-08T00:21:52.293Z | Downloaded vte_generate_state_changes v0.1.2 |
885 | 2025-01-08T00:21:52.293Z | Downloaded fatfs v0.3.6 |
886 | 2025-01-08T00:21:52.296Z | Downloaded tokio-tungstenite v0.21.0 |
887 | 2025-01-08T00:21:52.299Z | Downloaded hash32 v0.3.1 |
888 | 2025-01-08T00:21:52.301Z | Downloaded hash32 v0.2.1 |
889 | 2025-01-08T00:21:52.302Z | Downloaded pkcs5 v0.7.1 |
890 | 2025-01-08T00:21:52.305Z | Downloaded signal-hook-mio v0.2.4 |
891 | 2025-01-08T00:21:52.308Z | Downloaded parking_lot v0.11.2 |
892 | 2025-01-08T00:21:52.311Z | Downloaded structmeta-derive v0.3.0 |
893 | 2025-01-08T00:21:52.311Z | Downloaded deranged v0.3.11 |
894 | 2025-01-08T00:21:52.311Z | Downloaded tungstenite v0.23.0 |
895 | 2025-01-08T00:21:52.314Z | Downloaded slog-envlogger v2.2.0 |
896 | 2025-01-08T00:21:52.316Z | Downloaded filetime v0.2.25 |
897 | 2025-01-08T00:21:52.319Z | Downloaded ssh-key v0.6.6 |
898 | 2025-01-08T00:21:52.324Z | Downloaded diesel-dtrace v0.4.2 |
899 | 2025-01-08T00:21:52.328Z | Downloaded static_assertions v1.1.0 |
900 | 2025-01-08T00:21:52.331Z | Downloaded polyval v0.6.2 |
901 | 2025-01-08T00:21:52.331Z | Downloaded omicron-zone-package v0.12.0 |
902 | 2025-01-08T00:21:53.336Z | Downloaded spin v0.9.8 |
903 | 2025-01-08T00:21:53.340Z | Downloaded utf8_iter v1.0.4 |
904 | 2025-01-08T00:21:53.340Z | Downloaded whoami v1.5.2 |
905 | 2025-01-08T00:21:53.340Z | Downloaded miniz_oxide v0.8.0 |
906 | 2025-01-08T00:21:53.340Z | Downloaded tungstenite v0.21.0 |
907 | 2025-01-08T00:21:53.340Z | Downloaded bitvec v1.0.1 |
908 | 2025-01-08T00:21:53.340Z | Downloaded ref-cast-impl v1.0.23 |
909 | 2025-01-08T00:21:53.340Z | Downloaded thiserror v2.0.3 |
910 | 2025-01-08T00:21:53.340Z | Downloaded similar v2.6.0 |
911 | 2025-01-08T00:21:53.340Z | Downloaded des v0.8.1 |
912 | 2025-01-08T00:21:53.340Z | Downloaded dirs-sys-next v0.1.2 |
913 | 2025-01-08T00:21:53.340Z | Downloaded dhcproto v0.12.0 |
914 | 2025-01-08T00:21:53.340Z | Downloaded derive-where v1.2.7 |
915 | 2025-01-08T00:21:53.340Z | Downloaded num_enum_derive v0.5.11 |
916 | 2025-01-08T00:21:53.340Z | Downloaded ghash v0.5.1 |
917 | 2025-01-08T00:21:53.340Z | Downloaded rand v0.8.5 |
918 | 2025-01-08T00:21:53.340Z | Downloaded ref-cast v1.0.23 |
919 | 2025-01-08T00:21:53.340Z | Downloaded walkdir v2.5.0 |
920 | 2025-01-08T00:21:53.340Z | Downloaded rcgen v0.12.1 |
921 | 2025-01-08T00:21:53.340Z | Downloaded spki v0.7.3 |
922 | 2025-01-08T00:21:53.340Z | Downloaded rusqlite v0.32.1 |
923 | 2025-01-08T00:21:53.340Z | Downloaded time v0.3.36 |
924 | 2025-01-08T00:21:53.340Z | Downloaded shlex v1.3.0 |
925 | 2025-01-08T00:21:53.340Z | Downloaded zopfli v0.8.1 |
926 | 2025-01-08T00:21:53.340Z | Downloaded darling_core v0.20.10 |
927 | 2025-01-08T00:21:53.340Z | Downloaded num-bigint-dig v0.8.4 |
928 | 2025-01-08T00:21:53.340Z | Downloaded signal-hook v0.3.17 |
929 | 2025-01-08T00:21:53.340Z | Downloaded ron v0.8.1 |
930 | 2025-01-08T00:21:53.340Z | Downloaded oso v0.27.3 |
931 | 2025-01-08T00:21:53.340Z | Downloaded tracing v0.1.40 |
932 | 2025-01-08T00:21:53.340Z | Downloaded tokio-native-tls v0.3.1 |
933 | 2025-01-08T00:21:53.340Z | Downloaded unicode-properties v0.1.3 |
934 | 2025-01-08T00:21:53.340Z | Downloaded tough v0.19.0 |
935 | 2025-01-08T00:21:53.340Z | Downloaded vcpkg v0.2.15 |
936 | 2025-01-08T00:21:53.340Z | Downloaded ecdsa v0.16.9 |
937 | 2025-01-08T00:21:53.340Z | Downloaded tokio-stream v0.1.16 |
938 | 2025-01-08T00:21:53.341Z | Downloaded russh v0.45.0 |
939 | 2025-01-08T00:21:53.341Z | Downloaded headers v0.4.0 |
940 | 2025-01-08T00:21:53.341Z | Downloaded hashbrown v0.12.3 |
941 | 2025-01-08T00:21:53.341Z | Downloaded curve25519-dalek v4.1.3 |
942 | 2025-01-08T00:21:53.341Z | Downloaded ron v0.7.1 |
943 | 2025-01-08T00:21:53.341Z | Downloaded schemars v0.8.21 |
944 | 2025-01-08T00:21:53.341Z | Downloaded zerocopy-derive v0.8.10 |
945 | 2025-01-08T00:21:53.341Z | Downloaded nom v7.1.3 |
946 | 2025-01-08T00:21:53.341Z | Downloaded rsa v0.9.6 |
947 | 2025-01-08T00:21:53.341Z | Downloaded hkdf v0.12.4 |
948 | 2025-01-08T00:21:53.342Z | Downloaded h2 v0.4.6 |
949 | 2025-01-08T00:21:53.342Z | Downloaded dropshot_endpoint v0.13.0 |
950 | 2025-01-08T00:21:53.342Z | Downloaded toml_edit v0.19.15 |
951 | 2025-01-08T00:21:53.342Z | Downloaded samael v0.0.17 |
952 | 2025-01-08T00:21:53.342Z | Downloaded hashbrown v0.14.5 |
953 | 2025-01-08T00:21:53.342Z | Downloaded reqwest v0.12.9 |
954 | 2025-01-08T00:21:53.342Z | Downloaded quick-xml v0.33.0 |
955 | 2025-01-08T00:21:53.342Z | Downloaded p384 v0.13.0 |
956 | 2025-01-08T00:21:53.342Z | Downloaded p256 v0.13.2 |
957 | 2025-01-08T00:21:53.342Z | Downloaded regex v1.11.1 |
958 | 2025-01-08T00:21:53.342Z | Downloaded rustls-webpki v0.102.8 |
959 | 2025-01-08T00:21:53.342Z | Downloaded icu_properties_data v1.5.0 |
960 | 2025-01-08T00:21:53.342Z | Downloaded webpki-roots v0.26.6 |
961 | 2025-01-08T00:21:53.342Z | Downloaded lalrpop v0.19.12 |
962 | 2025-01-08T00:21:53.342Z | Downloaded rayon v1.10.0 |
963 | 2025-01-08T00:21:53.342Z | Downloaded petname v2.0.2 |
964 | 2025-01-08T00:21:53.342Z | Downloaded zerocopy v0.8.10 |
965 | 2025-01-08T00:21:53.342Z | Downloaded regex-syntax v0.6.29 |
966 | 2025-01-08T00:21:53.342Z | Downloaded idna v0.3.0 |
967 | 2025-01-08T00:21:53.342Z | Downloaded mio v1.0.2 |
968 | 2025-01-08T00:21:53.342Z | Downloaded idna v0.2.3 |
969 | 2025-01-08T00:21:53.342Z | Downloaded bstr v1.10.0 |
970 | 2025-01-08T00:21:53.342Z | Downloaded idna v0.5.0 |
971 | 2025-01-08T00:21:53.342Z | Downloaded salty v0.3.0 |
972 | 2025-01-08T00:21:53.342Z | Downloaded idna v0.4.0 |
973 | 2025-01-08T00:21:53.342Z | Downloaded git2 v0.19.0 |
974 | 2025-01-08T00:21:53.342Z | Downloaded winnow v0.5.40 |
975 | 2025-01-08T00:21:53.342Z | Downloaded futures-util v0.3.31 |
976 | 2025-01-08T00:21:53.342Z | Downloaded p521 v0.13.3 |
977 | 2025-01-08T00:21:53.342Z | Downloaded dropshot v0.12.0 |
978 | 2025-01-08T00:21:53.342Z | Downloaded portable-atomic v1.9.0 |
979 | 2025-01-08T00:21:53.342Z | Downloaded gimli v0.31.1 |
980 | 2025-01-08T00:21:53.342Z | Downloaded proptest v1.5.0 |
981 | 2025-01-08T00:21:53.342Z | Downloaded openapiv3 v2.0.0 |
982 | 2025-01-08T00:21:53.342Z | Downloaded regress v0.9.1 |
983 | 2025-01-08T00:21:53.342Z | Downloaded rustls v0.22.4 |
984 | 2025-01-08T00:21:53.342Z | Downloaded radix_trie v0.2.1 |
985 | 2025-01-08T00:21:53.342Z | Downloaded hickory-proto v0.24.1 |
986 | 2025-01-08T00:21:53.342Z | Downloaded dropshot v0.13.0 |
987 | 2025-01-08T00:21:53.343Z | Downloaded sled v0.34.7 |
988 | 2025-01-08T00:21:53.343Z | Downloaded diesel v2.2.6 |
989 | 2025-01-08T00:21:53.343Z | Downloaded nix v0.27.1 |
990 | 2025-01-08T00:21:53.343Z | Downloaded object v0.30.4 |
991 | 2025-01-08T00:21:53.343Z | Downloaded polar-core v0.27.3 |
992 | 2025-01-08T00:21:53.343Z | Downloaded zerocopy-derive v0.6.6 |
993 | 2025-01-08T00:21:53.343Z | Downloaded nix v0.29.0 |
994 | 2025-01-08T00:21:53.343Z | Downloaded object v0.36.5 |
995 | 2025-01-08T00:21:53.343Z | Downloaded ratatui v0.28.1 |
996 | 2025-01-08T00:21:53.343Z | Downloaded typify-impl v0.2.0 |
997 | 2025-01-08T00:21:53.343Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
998 | 2025-01-08T00:21:53.343Z | Downloaded regress v0.10.1 |
999 | 2025-01-08T00:21:53.343Z | Downloaded regex-automata v0.4.8 |
1000 | 2025-01-08T00:21:53.343Z | Downloaded openssl v0.10.66 |
1001 | 2025-01-08T00:21:53.343Z | Downloaded smoltcp v0.11.0 |
1002 | 2025-01-08T00:21:53.343Z | Downloaded trust-dns-proto v0.22.0 |
1003 | 2025-01-08T00:21:53.347Z | Downloaded serde_with v3.11.0 |
1004 | 2025-01-08T00:21:53.347Z | Downloaded smoltcp v0.9.1 |
1005 | 2025-01-08T00:21:53.347Z | Downloaded sha3 v0.10.8 |
1006 | 2025-01-08T00:21:53.347Z | Downloaded rustls v0.21.12 |
1007 | 2025-01-08T00:21:53.347Z | Downloaded rustls v0.23.19 |
1008 | 2025-01-08T00:21:53.347Z | Downloaded unicode-normalization v0.1.24 |
1009 | 2025-01-08T00:21:53.347Z | Downloaded petgraph v0.6.5 |
1010 | 2025-01-08T00:21:53.347Z | Downloaded lzma-sys v0.1.20 |
1011 | 2025-01-08T00:21:53.347Z | Downloaded csv v1.3.0 |
1012 | 2025-01-08T00:21:53.347Z | Downloaded regex-syntax v0.8.5 |
1013 | 2025-01-08T00:21:53.347Z | Downloaded unicode-width v0.2.0 |
1014 | 2025-01-08T00:21:53.347Z | Downloaded nix v0.28.0 |
1015 | 2025-01-08T00:21:53.347Z | Downloaded chrono-tz v0.10.0 |
1016 | 2025-01-08T00:21:53.347Z | Downloaded sqlparser v0.45.0 |
1017 | 2025-01-08T00:21:53.347Z | Downloaded rustls-webpki v0.101.7 |
1018 | 2025-01-08T00:21:53.347Z | Downloaded libz-sys v1.1.20 |
1019 | 2025-01-08T00:21:53.347Z | Downloaded futures v0.3.31 |
1020 | 2025-01-08T00:21:53.348Z | Downloaded tokio v1.40.0 |
1021 | 2025-01-08T00:21:53.370Z | Downloaded phf_shared v0.11.2 |
1022 | 2025-01-08T00:21:53.373Z | Downloaded unicode-truncate v1.1.0 |
1023 | 2025-01-08T00:21:53.373Z | Downloaded topological-sort v0.2.2 |
1024 | 2025-01-08T00:21:53.373Z | Downloaded zerovec v0.10.4 |
1025 | 2025-01-08T00:21:53.380Z | Downloaded uuid v1.11.0 |
1026 | 2025-01-08T00:21:53.382Z | Downloaded hyper v1.5.0 |
1027 | 2025-01-08T00:21:53.388Z | Downloaded olpc-cjson v0.1.4 |
1028 | 2025-01-08T00:21:53.391Z | Downloaded quinn-proto v0.11.8 |
1029 | 2025-01-08T00:21:53.396Z | Downloaded chrono v0.4.38 |
1030 | 2025-01-08T00:21:53.403Z | Downloaded group v0.13.0 |
1031 | 2025-01-08T00:21:53.405Z | Downloaded itertools v0.13.0 |
1032 | 2025-01-08T00:21:53.411Z | Downloaded pin-project v1.1.6 |
1033 | 2025-01-08T00:21:53.421Z | Downloaded parking_lot_core v0.8.6 |
1034 | 2025-01-08T00:21:53.424Z | Downloaded unicode_categories v0.1.1 |
1035 | 2025-01-08T00:21:53.427Z | Downloaded powerfmt v0.2.0 |
1036 | 2025-01-08T00:21:53.427Z | Downloaded idna v1.0.3 |
1037 | 2025-01-08T00:21:53.430Z | Downloaded aws-lc-rs v1.10.0 |
1038 | 2025-01-08T00:21:53.439Z | Downloaded peg-macros v0.8.4 |
1039 | 2025-01-08T00:21:53.441Z | Downloaded qorb v0.2.1 |
1040 | 2025-01-08T00:21:53.447Z | Downloaded libxml v0.3.3 |
1041 | 2025-01-08T00:21:53.452Z | Downloaded itertools v0.10.5 |
1042 | 2025-01-08T00:21:53.459Z | Downloaded libm v0.2.8 |
1043 | 2025-01-08T00:21:53.468Z | Downloaded num-bigint v0.4.6 |
1044 | 2025-01-08T00:21:53.472Z | Downloaded blake3 v1.5.4 |
1045 | 2025-01-08T00:21:53.480Z | Downloaded unicode-bidi v0.3.17 |
1046 | 2025-01-08T00:21:53.483Z | Downloaded parse-zoneinfo v0.3.1 |
1047 | 2025-01-08T00:21:53.486Z | Downloaded owo-colors v4.1.0 |
1048 | 2025-01-08T00:21:53.488Z | Downloaded nanorand v0.7.0 |
1049 | 2025-01-08T00:21:53.490Z | Downloaded encoding_rs v0.8.34 |
1050 | 2025-01-08T00:21:53.513Z | Downloaded rustfmt-wrapper v0.2.1 |
1051 | 2025-01-08T00:21:53.516Z | Downloaded rustc-hash v2.0.0 |
1052 | 2025-01-08T00:21:53.516Z | Downloaded tokio-util v0.7.12 |
1053 | 2025-01-08T00:21:53.524Z | Downloaded num-conv v0.1.0 |
1054 | 2025-01-08T00:21:53.527Z | Downloaded foreign-types-shared v0.3.1 |
1055 | 2025-01-08T00:21:53.527Z | Downloaded foldhash v0.1.3 |
1056 | 2025-01-08T00:21:53.527Z | Downloaded fallible-iterator v0.3.0 |
1057 | 2025-01-08T00:21:53.527Z | Downloaded zerofrom-derive v0.1.4 |
1058 | 2025-01-08T00:21:53.530Z | Downloaded toml v0.7.8 |
1059 | 2025-01-08T00:21:53.534Z | Downloaded pkcs8 v0.10.2 |
1060 | 2025-01-08T00:21:53.536Z | Downloaded poly1305 v0.8.0 |
1061 | 2025-01-08T00:21:53.537Z | Downloaded openssl-sys v0.9.103 |
1062 | 2025-01-08T00:21:53.541Z | Downloaded slog-stdlog v4.1.1 |
1063 | 2025-01-08T00:21:53.544Z | Downloaded tokio-rustls v0.25.0 |
1064 | 2025-01-08T00:21:53.547Z | Downloaded rustls-pemfile v2.2.0 |
1065 | 2025-01-08T00:21:53.549Z | Downloaded defmt-macros v0.3.9 |
1066 | 2025-01-08T00:21:53.551Z | Downloaded hyper-util v0.1.10 |
1067 | 2025-01-08T00:21:53.555Z | Downloaded heapless v0.7.17 |
1068 | 2025-01-08T00:21:53.559Z | Downloaded parse-display-derive v0.10.0 |
1069 | 2025-01-08T00:21:53.561Z | Downloaded unsafe-libyaml v0.2.11 |
1070 | 2025-01-08T00:21:53.563Z | Downloaded tracing-core v0.1.32 |
1071 | 2025-01-08T00:21:53.566Z | Downloaded flagset v0.4.6 |
1072 | 2025-01-08T00:21:53.568Z | Downloaded aes v0.8.4 |
1073 | 2025-01-08T00:21:53.571Z | Downloaded typify v0.2.0 |
1074 | 2025-01-08T00:21:53.574Z | Downloaded subprocess v0.2.9 |
1075 | 2025-01-08T00:21:53.577Z | Downloaded bumpalo v3.16.0 |
1076 | 2025-01-08T00:21:53.580Z | Downloaded env_logger v0.11.5 |
1077 | 2025-01-08T00:21:53.583Z | Downloaded resolv-conf v0.7.0 |
1078 | 2025-01-08T00:21:53.585Z | Downloaded password-hash v0.4.2 |
1079 | 2025-01-08T00:21:53.588Z | Downloaded aes-gcm v0.10.3 |
1080 | 2025-01-08T00:21:53.591Z | Downloaded icu_properties v1.5.1 |
1081 | 2025-01-08T00:21:53.594Z | Downloaded crypto-bigint v0.5.5 |
1082 | 2025-01-08T00:21:53.601Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1083 | 2025-01-08T00:21:53.663Z | Downloaded base64 v0.22.1 |
1084 | 2025-01-08T00:21:53.667Z | Downloaded env_filter v0.1.2 |
1085 | 2025-01-08T00:21:53.669Z | Downloaded dunce v1.0.5 |
1086 | 2025-01-08T00:21:53.669Z | Downloaded supports-color v3.0.1 |
1087 | 2025-01-08T00:21:53.672Z | Downloaded sqlparser_derive v0.2.2 |
1088 | 2025-01-08T00:21:53.672Z | Downloaded scrypt v0.11.0 |
1089 | 2025-01-08T00:21:53.674Z | Downloaded icu_locid_transform_data v1.5.0 |
1090 | 2025-01-08T00:21:53.677Z | Downloaded debug-ignore v1.0.5 |
1091 | 2025-01-08T00:21:53.677Z | Downloaded prettyplease v0.2.25 |
1092 | 2025-01-08T00:21:53.680Z | Downloaded icu_normalizer_data v1.5.0 |
1093 | 2025-01-08T00:21:53.683Z | Downloaded num-integer v0.1.46 |
1094 | 2025-01-08T00:21:53.685Z | Downloaded base64 v0.21.7 |
1095 | 2025-01-08T00:21:53.687Z | Downloaded const_format v0.2.33 |
1096 | 2025-01-08T00:21:53.692Z | Downloaded compact_str v0.8.0 |
1097 | 2025-01-08T00:21:53.695Z | Downloaded smallvec v1.13.2 |
1098 | 2025-01-08T00:21:53.698Z | Downloaded lock_api v0.4.12 |
1099 | 2025-01-08T00:21:53.700Z | Downloaded indent_write v2.2.0 |
1100 | 2025-01-08T00:21:53.700Z | Downloaded litemap v0.7.3 |
1101 | 2025-01-08T00:21:53.702Z | Downloaded hyper-staticfile v0.10.1 |
1102 | 2025-01-08T00:21:53.705Z | Downloaded backoff v0.4.0 |
1103 | 2025-01-08T00:21:53.707Z | Downloaded kstat-rs v0.2.4 |
1104 | 2025-01-08T00:21:53.710Z | Downloaded blake2 v0.10.6 |
1105 | 2025-01-08T00:21:53.712Z | Downloaded allocator-api2 v0.2.18 |
1106 | 2025-01-08T00:21:53.714Z | Downloaded impl-trait-for-tuples v0.2.2 |
1107 | 2025-01-08T00:21:53.716Z | Downloaded rustc-demangle v0.1.24 |
1108 | 2025-01-08T00:21:53.719Z | Downloaded hyper-rustls v0.27.3 |
1109 | 2025-01-08T00:21:53.721Z | Downloaded ssh-cipher v0.2.0 |
1110 | 2025-01-08T00:21:53.724Z | Downloaded smallvec v0.6.14 |
1111 | 2025-01-08T00:21:53.724Z | Downloaded shell-words v1.1.0 |
1112 | 2025-01-08T00:21:53.726Z | Downloaded sha1 v0.10.6 |
1113 | 2025-01-08T00:21:53.728Z | Downloaded hickory-client v0.24.1 |
1114 | 2025-01-08T00:21:53.731Z | Downloaded async-trait v0.1.83 |
1115 | 2025-01-08T00:21:53.733Z | Downloaded linked-hash-map v0.5.6 |
1116 | 2025-01-08T00:21:53.736Z | Downloaded heck v0.3.3 |
1117 | 2025-01-08T00:21:53.736Z | Downloaded bzip2 v0.4.4 |
1118 | 2025-01-08T00:21:53.738Z | Downloaded const-oid v0.9.6 |
1119 | 2025-01-08T00:21:53.741Z | Downloaded clang-sys v1.8.1 |
1120 | 2025-01-08T00:21:53.744Z | Downloaded libefi-sys v0.1.0 |
1121 | 2025-01-08T00:21:53.744Z | Downloaded instability v0.3.2 |
1122 | 2025-01-08T00:21:53.744Z | Downloaded hyper-tls v0.6.0 |
1123 | 2025-01-08T00:21:53.747Z | Downloaded ciborium v0.2.2 |
1124 | 2025-01-08T00:21:53.749Z | Downloaded chacha20 v0.9.1 |
1125 | 2025-01-08T00:21:53.752Z | Downloaded cancel-safe-futures v0.1.5 |
1126 | 2025-01-08T00:21:53.755Z | Downloaded secrecy v0.8.0 |
1127 | 2025-01-08T00:21:53.755Z | Downloaded rtoolbox v0.0.2 |
1128 | 2025-01-08T00:21:53.758Z | Downloaded psl-types v2.0.11 |
1129 | 2025-01-08T00:21:53.758Z | Downloaded lazy_static v1.5.0 |
1130 | 2025-01-08T00:21:53.761Z | Downloaded is-terminal v0.4.13 |
1131 | 2025-01-08T00:21:53.761Z | Downloaded internet-checksum v0.2.1 |
1132 | 2025-01-08T00:21:53.761Z | Downloaded humantime v2.1.0 |
1133 | 2025-01-08T00:21:53.764Z | Downloaded httpdate v1.0.3 |
1134 | 2025-01-08T00:21:53.764Z | Downloaded keccak v0.1.5 |
1135 | 2025-01-08T00:21:53.766Z | Downloaded arrayref v0.3.9 |
1136 | 2025-01-08T00:21:53.766Z | Downloaded ahash v0.8.11 |
1137 | 2025-01-08T00:21:53.769Z | Downloaded base16ct v0.2.0 |
1138 | 2025-01-08T00:21:53.772Z | Downloaded chrono-tz-build v0.4.0 |
1139 | 2025-01-08T00:21:53.772Z | Downloaded ciborium-ll v0.2.2 |
1140 | 2025-01-08T00:21:53.772Z | Downloaded bitflags v1.3.2 |
1141 | 2025-01-08T00:21:53.913Z | Downloaded ring v0.17.8 |
1142 | 2025-01-08T00:21:54.010Z | Downloaded libsqlite3-sys v0.30.1 |
1143 | 2025-01-08T00:21:54.265Z | Downloaded aws-lc-sys v0.22.0 |
1144 | 2025-01-08T00:21:54.575Z | Compiling serde v1.0.215 |
1145 | 2025-01-08T00:21:54.578Z | Compiling lock_api v0.4.12 |
1146 | 2025-01-08T00:21:54.578Z | Compiling scopeguard v1.2.0 |
1147 | 2025-01-08T00:21:54.578Z | Compiling value-bag v1.9.0 |
1148 | 2025-01-08T00:21:54.578Z | Compiling typenum v1.17.0 |
1149 | 2025-01-08T00:21:54.578Z | Compiling generic-array v0.14.7 |
1150 | 2025-01-08T00:21:54.779Z | Compiling syn v2.0.87 |
1151 | 2025-01-08T00:21:54.797Z | Compiling getrandom v0.2.15 |
1152 | 2025-01-08T00:21:54.855Z | Compiling shlex v1.3.0 |
1153 | 2025-01-08T00:21:55.089Z | Compiling rand_core v0.6.4 |
1154 | 2025-01-08T00:21:55.199Z | Compiling log v0.4.22 |
1155 | 2025-01-08T00:21:55.281Z | Compiling subtle v2.6.1 |
1156 | 2025-01-08T00:21:55.314Z | Compiling jobserver v0.1.32 |
1157 | 2025-01-08T00:21:55.333Z | Compiling const-oid v0.9.6 |
1158 | 2025-01-08T00:21:55.595Z | Compiling smallvec v1.13.2 |
1159 | 2025-01-08T00:21:55.625Z | Compiling spin v0.9.8 |
1160 | 2025-01-08T00:21:55.665Z | Compiling cc v1.1.30 |
1161 | 2025-01-08T00:21:55.987Z | Compiling pin-project-lite v0.2.14 |
1162 | 2025-01-08T00:21:56.022Z | Compiling rustix v0.38.37 |
1163 | 2025-01-08T00:21:56.094Z | Compiling parking_lot_core v0.9.10 |
1164 | 2025-01-08T00:21:56.112Z | Compiling futures-core v0.3.31 |
1165 | 2025-01-08T00:21:56.232Z | Compiling signal-hook-registry v1.4.2 |
1166 | 2025-01-08T00:21:56.367Z | Compiling mio v1.0.2 |
1167 | 2025-01-08T00:21:56.885Z | Compiling aho-corasick v1.1.3 |
1168 | 2025-01-08T00:21:57.044Z | Compiling parking_lot v0.12.3 |
1169 | 2025-01-08T00:21:57.192Z | Compiling regex-syntax v0.8.5 |
1170 | 2025-01-08T00:21:57.291Z | Compiling either v1.13.0 |
1171 | 2025-01-08T00:21:57.404Z | Compiling cpufeatures v0.2.14 |
1172 | 2025-01-08T00:21:57.499Z | Compiling lazy_static v1.5.0 |
1173 | 2025-01-08T00:21:57.538Z | Compiling futures-sink v0.3.31 |
1174 | 2025-01-08T00:21:57.735Z | Compiling stable_deref_trait v1.2.0 |
1175 | 2025-01-08T00:21:57.826Z | Compiling glob v0.3.1 |
1176 | 2025-01-08T00:21:57.846Z | Compiling socket2 v0.5.7 |
1177 | 2025-01-08T00:21:57.865Z | Compiling slab v0.4.9 |
1178 | 2025-01-08T00:21:57.995Z | Compiling prettyplease v0.2.25 |
1179 | 2025-01-08T00:21:58.338Z | Compiling minimal-lexical v0.2.1 |
1180 | 2025-01-08T00:21:58.364Z | Compiling serde_json v1.0.133 |
1181 | 2025-01-08T00:21:58.877Z | Compiling clang-sys v1.8.1 |
1182 | 2025-01-08T00:21:58.899Z | Compiling nom v7.1.3 |
1183 | 2025-01-08T00:21:58.902Z | Compiling libloading v0.8.5 |
1184 | 2025-01-08T00:21:58.996Z | Compiling bindgen v0.69.5 |
1185 | 2025-01-08T00:21:59.351Z | Compiling home v0.5.9 |
1186 | 2025-01-08T00:21:59.630Z | Compiling itertools v0.12.1 |
1187 | 2025-01-08T00:21:59.826Z | Compiling futures-channel v0.3.31 |
1188 | 2025-01-08T00:22:00.071Z | Compiling allocator-api2 v0.2.18 |
1189 | 2025-01-08T00:22:00.256Z | Compiling rustc-hash v1.1.0 |
1190 | 2025-01-08T00:22:00.420Z | Compiling lazycell v1.3.0 |
1191 | 2025-01-08T00:22:00.588Z | Compiling futures-io v0.3.31 |
1192 | 2025-01-08T00:22:00.904Z | Compiling regex-automata v0.4.8 |
1193 | 2025-01-08T00:22:00.908Z | Compiling libm v0.2.8 |
1194 | 2025-01-08T00:22:01.231Z | Compiling pin-utils v0.1.0 |
1195 | 2025-01-08T00:22:01.332Z | Compiling foldhash v0.1.3 |
1196 | 2025-01-08T00:22:01.640Z | Compiling futures-task v0.3.31 |
1197 | 2025-01-08T00:22:01.952Z | Compiling hashbrown v0.15.1 |
1198 | 2025-01-08T00:22:02.649Z | Compiling synstructure v0.13.1 |
1199 | 2025-01-08T00:22:02.878Z | Compiling cexpr v0.6.0 |
1200 | 2025-01-08T00:22:03.350Z | Compiling cmake v0.1.51 |
1201 | 2025-01-08T00:22:04.073Z | Compiling num-traits v0.2.19 |
1202 | 2025-01-08T00:22:04.346Z | Compiling fs_extra v1.3.0 |
1203 | 2025-01-08T00:22:04.367Z | Compiling pkg-config v0.3.31 |
1204 | 2025-01-08T00:22:04.370Z | Compiling tinyvec_macros v0.1.1 |
1205 | 2025-01-08T00:22:04.463Z | Compiling dunce v1.0.5 |
1206 | 2025-01-08T00:22:04.598Z | Compiling tinyvec v1.8.0 |
1207 | 2025-01-08T00:22:04.937Z | Compiling ring v0.17.8 |
1208 | 2025-01-08T00:22:05.935Z | Compiling unicode-bidi v0.3.17 |
1209 | 2025-01-08T00:22:06.070Z | Compiling unicode-normalization v0.1.24 |
1210 | 2025-01-08T00:22:06.115Z | Compiling litemap v0.7.3 |
1211 | 2025-01-08T00:22:06.246Z | Compiling paste v1.0.15 |
1212 | 2025-01-08T00:22:06.502Z | Compiling regex v1.11.1 |
1213 | 2025-01-08T00:22:06.744Z | Compiling base64ct v1.6.0 |
1214 | 2025-01-08T00:22:07.189Z | Compiling writeable v0.5.5 |
1215 | 2025-01-08T00:22:07.348Z | Compiling pem-rfc7468 v0.7.0 |
1216 | 2025-01-08T00:22:07.612Z | Compiling flagset v0.4.6 |
1217 | 2025-01-08T00:22:07.788Z | Compiling aws-lc-rs v1.10.0 |
1218 | 2025-01-08T00:22:07.808Z | Compiling httparse v1.9.5 |
1219 | 2025-01-08T00:22:08.068Z | Compiling tracing-core v0.1.32 |
1220 | 2025-01-08T00:22:08.235Z | Compiling crossbeam-utils v0.8.20 |
1221 | 2025-01-08T00:22:08.634Z | Compiling percent-encoding v2.3.1 |
1222 | 2025-01-08T00:22:08.792Z | Compiling rustls-pki-types v1.10.0 |
1223 | 2025-01-08T00:22:08.996Z | Compiling icu_locid_transform_data v1.5.0 |
1224 | 2025-01-08T00:22:09.103Z | Compiling untrusted v0.7.1 |
1225 | 2025-01-08T00:22:09.275Z | Compiling icu_properties_data v1.5.0 |
1226 | 2025-01-08T00:22:09.393Z | Compiling vcpkg v0.2.15 |
1227 | 2025-01-08T00:22:09.463Z | Compiling serde_derive v1.0.215 |
1228 | 2025-01-08T00:22:09.530Z | Compiling zeroize_derive v1.4.2 |
1229 | 2025-01-08T00:22:09.718Z | Compiling zerocopy-derive v0.7.35 |
1230 | 2025-01-08T00:22:09.861Z | Compiling tokio-macros v2.4.0 |
1231 | 2025-01-08T00:22:11.099Z | Compiling zeroize v1.8.1 |
1232 | 2025-01-08T00:22:11.481Z | Compiling zerofrom-derive v0.1.4 |
1233 | 2025-01-08T00:22:11.484Z | Compiling thiserror-impl v1.0.69 |
1234 | 2025-01-08T00:22:11.694Z | Compiling yoke-derive v0.7.4 |
1235 | 2025-01-08T00:22:11.991Z | Compiling zerocopy v0.7.35 |
1236 | 2025-01-08T00:22:12.920Z | Compiling crypto-common v0.1.6 |
1237 | 2025-01-08T00:22:13.161Z | Compiling block-buffer v0.10.4 |
1238 | 2025-01-08T00:22:13.426Z | Compiling digest v0.10.7 |
1239 | 2025-01-08T00:22:13.448Z | Compiling futures-macro v0.3.31 |
1240 | 2025-01-08T00:22:13.613Z | Compiling zerovec-derive v0.10.3 |
1241 | 2025-01-08T00:22:13.900Z | Compiling hmac v0.12.1 |
1242 | 2025-01-08T00:22:13.922Z | Compiling block-padding v0.3.3 |
1243 | 2025-01-08T00:22:14.148Z | Compiling displaydoc v0.2.5 |
1244 | 2025-01-08T00:22:14.180Z | Compiling inout v0.1.3 |
1245 | 2025-01-08T00:22:14.464Z | Compiling cipher v0.4.4 |
1246 | 2025-01-08T00:22:14.779Z | Compiling sha2 v0.10.8 |
1247 | 2025-01-08T00:22:14.801Z | Compiling thiserror v1.0.69 |
1248 | 2025-01-08T00:22:14.941Z | Compiling ppv-lite86 v0.2.20 |
1249 | 2025-01-08T00:22:15.003Z | Compiling icu_provider_macros v1.5.0 |
1250 | 2025-01-08T00:22:15.432Z | Compiling futures-util v0.3.31 |
1251 | 2025-01-08T00:22:15.723Z | Compiling zerofrom v0.1.4 |
1252 | 2025-01-08T00:22:15.796Z | Compiling der_derive v0.7.3 |
1253 | 2025-01-08T00:22:15.911Z | Compiling rand_chacha v0.3.1 |
1254 | 2025-01-08T00:22:15.946Z | Compiling yoke v0.7.4 |
1255 | 2025-01-08T00:22:16.129Z | Compiling tracing-attributes v0.1.27 |
1256 | 2025-01-08T00:22:16.304Z | Compiling rand v0.8.5 |
1257 | 2025-01-08T00:22:16.327Z | Compiling zerovec v0.10.4 |
1258 | 2025-01-08T00:22:18.289Z | Compiling tinystr v0.7.6 |
1259 | 2025-01-08T00:22:18.359Z | Compiling der v0.7.9 |
1260 | 2025-01-08T00:22:18.380Z | Compiling icu_collections v1.5.0 |
1261 | 2025-01-08T00:22:18.502Z | Compiling salsa20 v0.10.2 |
1262 | 2025-01-08T00:22:18.551Z | Compiling pest v2.7.14 |
1263 | 2025-01-08T00:22:18.742Z | Compiling icu_locid v1.5.0 |
1264 | 2025-01-08T00:22:18.760Z | Compiling pbkdf2 v0.12.2 |
1265 | 2025-01-08T00:22:18.936Z | Compiling num-conv v0.1.0 |
1266 | 2025-01-08T00:22:19.217Z | Compiling time-core v0.1.2 |
1267 | 2025-01-08T00:22:19.403Z | Compiling mirai-annotations v1.12.0 |
1268 | 2025-01-08T00:22:19.587Z | Compiling untrusted v0.9.0 |
1269 | 2025-01-08T00:22:19.774Z | Compiling powerfmt v0.2.0 |
1270 | 2025-01-08T00:22:20.025Z | Compiling icu_provider v1.5.0 |
1271 | 2025-01-08T00:22:20.161Z | Compiling tracing v0.1.40 |
1272 | 2025-01-08T00:22:20.695Z | Compiling spki v0.7.3 |
1273 | 2025-01-08T00:22:21.090Z | Compiling icu_locid_transform v1.5.0 |
1274 | 2025-01-08T00:22:21.129Z | Compiling pest_meta v2.7.14 |
1275 | 2025-01-08T00:22:21.202Z | Compiling deranged v0.3.11 |
1276 | 2025-01-08T00:22:21.620Z | Compiling time-macros v0.2.18 |
1277 | 2025-01-08T00:22:21.638Z | Compiling scrypt v0.11.0 |
1278 | 2025-01-08T00:22:21.748Z | Compiling aes v0.8.4 |
1279 | 2025-01-08T00:22:22.210Z | Compiling icu_properties v1.5.1 |
1280 | 2025-01-08T00:22:23.168Z | Compiling cbc v0.1.2 |
1281 | 2025-01-08T00:22:23.414Z | Compiling openssl-sys v0.9.103 |
1282 | 2025-01-08T00:22:23.592Z | Compiling bitflags v2.6.0 |
1283 | 2025-01-08T00:22:23.786Z | Compiling bytes v1.8.0 |
1284 | 2025-01-08T00:22:24.534Z | Compiling indexmap v2.6.0 |
1285 | 2025-01-08T00:22:24.663Z | Compiling tokio v1.40.0 |
1286 | 2025-01-08T00:22:25.079Z | Compiling http v1.1.0 |
1287 | 2025-01-08T00:22:25.103Z | Compiling semver v1.0.23 |
1288 | 2025-01-08T00:22:25.836Z | Compiling rustc_version v0.4.1 |
1289 | 2025-01-08T00:22:25.992Z | Compiling scroll_derive v0.12.0 |
1290 | 2025-01-08T00:22:26.595Z | Compiling utf8_iter v1.0.4 |
1291 | 2025-01-08T00:22:26.851Z | Compiling write16 v1.0.0 |
1292 | 2025-01-08T00:22:26.984Z | Compiling icu_normalizer_data v1.5.0 |
1293 | 2025-01-08T00:22:27.093Z | Compiling utf16_iter v1.0.5 |
1294 | 2025-01-08T00:22:27.110Z | Compiling num_threads v0.1.7 |
1295 | 2025-01-08T00:22:27.112Z | Compiling atomic-waker v1.1.2 |
1296 | 2025-01-08T00:22:27.245Z | Compiling icu_normalizer v1.5.0 |
1297 | 2025-01-08T00:22:27.292Z | Compiling time v0.3.36 |
1298 | 2025-01-08T00:22:27.311Z | Compiling http-body v1.0.1 |
1299 | 2025-01-08T00:22:27.512Z | Compiling scroll v0.12.0 |
1300 | 2025-01-08T00:22:27.582Z | Compiling pkcs5 v0.7.1 |
1301 | 2025-01-08T00:22:27.615Z | Compiling pest_generator v2.7.14 |
1302 | 2025-01-08T00:22:27.669Z | Compiling form_urlencoded v1.2.1 |
1303 | 2025-01-08T00:22:27.997Z | Compiling which v4.4.2 |
1304 | 2025-01-08T00:22:28.095Z | Compiling slog v2.7.0 |
1305 | 2025-01-08T00:22:28.637Z | Compiling try-lock v0.2.5 |
1306 | 2025-01-08T00:22:28.787Z | Compiling want v0.3.1 |
1307 | 2025-01-08T00:22:28.847Z | Compiling goblin v0.8.2 |
1308 | 2025-01-08T00:22:29.143Z | Compiling pkcs8 v0.10.2 |
1309 | 2025-01-08T00:22:29.281Z | Compiling idna_adapter v1.2.0 |
1310 | 2025-01-08T00:22:29.432Z | Compiling uuid v1.11.0 |
1311 | 2025-01-08T00:22:29.502Z | Compiling iana-time-zone v0.1.61 |
1312 | 2025-01-08T00:22:29.646Z | Compiling pest_derive v2.7.14 |
1313 | 2025-01-08T00:22:29.854Z | Compiling httpdate v1.0.3 |
1314 | 2025-01-08T00:22:29.931Z | Compiling chrono v0.4.38 |
1315 | 2025-01-08T00:22:30.307Z | Compiling idna v1.0.3 |
1316 | 2025-01-08T00:22:30.428Z | Compiling dtrace-parser v0.2.0 |
1317 | 2025-01-08T00:22:31.734Z | Compiling toml_datetime v0.6.8 |
1318 | 2025-01-08T00:22:32.203Z | Compiling serde_spanned v0.6.8 |
1319 | 2025-01-08T00:22:32.244Z | Compiling serde_tokenstream v0.2.2 |
1320 | 2025-01-08T00:22:32.428Z | Compiling base64 v0.22.1 |
1321 | 2025-01-08T00:22:32.620Z | Compiling rustversion v1.0.17 |
1322 | 2025-01-08T00:22:32.641Z | Compiling openssl v0.10.66 |
1323 | 2025-01-08T00:22:32.868Z | Compiling adler2 v2.0.0 |
1324 | 2025-01-08T00:22:33.060Z | Compiling tokio-util v0.7.12 |
1325 | 2025-01-08T00:22:33.081Z | Compiling match_cfg v0.1.0 |
1326 | 2025-01-08T00:22:33.182Z | Compiling tower-service v0.3.3 |
1327 | 2025-01-08T00:22:33.227Z | Compiling foreign-types-shared v0.1.1 |
1328 | 2025-01-08T00:22:33.303Z | Compiling hostname v0.3.1 |
1329 | 2025-01-08T00:22:33.348Z | Compiling foreign-types v0.3.2 |
1330 | 2025-01-08T00:22:33.431Z | Compiling miniz_oxide v0.8.0 |
1331 | 2025-01-08T00:22:33.451Z | Compiling url v2.5.3 |
1332 | 2025-01-08T00:22:33.671Z | Compiling async-trait v0.1.83 |
1333 | 2025-01-08T00:22:34.477Z | Compiling h2 v0.4.6 |
1334 | 2025-01-08T00:22:34.947Z | Compiling dof v0.3.0 |
1335 | 2025-01-08T00:22:34.971Z | Compiling openssl-macros v0.1.1 |
1336 | 2025-01-08T00:22:35.494Z | Compiling serde_derive_internals v0.29.1 |
1337 | 2025-01-08T00:22:35.742Z | Compiling usdt-impl v0.5.0 |
1338 | 2025-01-08T00:22:36.417Z | Compiling dirs-sys-next v0.1.2 |
1339 | 2025-01-08T00:22:37.092Z | Compiling rustls v0.22.4 |
1340 | 2025-01-08T00:22:37.141Z | Compiling schemars v0.8.21 |
1341 | 2025-01-08T00:22:37.322Z | Compiling syn v1.0.109 |
1342 | 2025-01-08T00:22:37.347Z | Compiling rustls v0.23.19 |
1343 | 2025-01-08T00:22:37.472Z | Compiling native-tls v0.2.12 |
1344 | 2025-01-08T00:22:37.641Z | Compiling data-encoding v2.6.0 |
1345 | 2025-01-08T00:22:37.848Z | Compiling siphasher v0.3.11 |
1346 | 2025-01-08T00:22:38.129Z | Compiling dirs-next v2.0.0 |
1347 | 2025-01-08T00:22:38.297Z | Compiling schemars_derive v0.8.21 |
1348 | 2025-01-08T00:22:39.280Z | Compiling http-body-util v0.1.2 |
1349 | 2025-01-08T00:22:39.738Z | Compiling crossbeam-epoch v0.9.18 |
1350 | 2025-01-08T00:22:39.809Z | Compiling heapless v0.7.17 |
1351 | 2025-01-08T00:22:40.099Z | Compiling signature v2.2.0 |
1352 | 2025-01-08T00:22:40.246Z | Compiling sha1 v0.10.6 |
1353 | 2025-01-08T00:22:40.301Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1354 | 2025-01-08T00:22:40.403Z | Compiling thread_local v1.1.8 |
1355 | 2025-01-08T00:22:40.486Z | Compiling encoding_rs v0.8.34 |
1356 | 2025-01-08T00:22:40.680Z | Compiling multer v3.1.0 |
1357 | 2025-01-08T00:22:40.775Z | Compiling cookie v0.18.1 |
1358 | 2025-01-08T00:22:40.933Z | Compiling mime v0.3.17 |
1359 | 2025-01-08T00:22:40.951Z | Compiling signal-hook v0.3.17 |
1360 | 2025-01-08T00:22:41.041Z | Compiling slog-async v2.8.0 |
1361 | 2025-01-08T00:22:41.209Z | Compiling openssl-probe v0.1.5 |
1362 | 2025-01-08T00:22:41.529Z | Compiling hyper v1.5.0 |
1363 | 2025-01-08T00:22:41.563Z | Compiling gimli v0.31.1 |
1364 | 2025-01-08T00:22:41.602Z | Compiling unicode-properties v0.1.3 |
1365 | 2025-01-08T00:22:41.660Z | Compiling ipnet v2.10.1 |
1366 | 2025-01-08T00:22:41.986Z | Compiling dyn-clone v1.0.17 |
1367 | 2025-01-08T00:22:42.206Z | Compiling rayon-core v1.12.1 |
1368 | 2025-01-08T00:22:42.958Z | Compiling stringprep v0.1.5 |
1369 | 2025-01-08T00:22:44.228Z | Compiling hyper-util v0.1.10 |
1370 | 2025-01-08T00:22:45.118Z | Compiling toml_edit v0.22.22 |
1371 | 2025-01-08T00:22:45.843Z | Compiling crossbeam-deque v0.8.5 |
1372 | 2025-01-08T00:22:46.170Z | Compiling addr2line v0.24.2 |
1373 | 2025-01-08T00:22:46.327Z | Compiling usdt-macro v0.5.0 |
1374 | 2025-01-08T00:22:46.782Z | Compiling usdt-attr-macro v0.5.0 |
1375 | 2025-01-08T00:22:46.838Z | Compiling term v0.7.0 |
1376 | 2025-01-08T00:22:47.234Z | Compiling slog-json v2.6.1 |
1377 | 2025-01-08T00:22:47.361Z | Compiling serde_urlencoded v0.7.1 |
1378 | 2025-01-08T00:22:47.610Z | Compiling crossbeam-channel v0.5.13 |
1379 | 2025-01-08T00:22:47.812Z | Compiling curve25519-dalek v4.1.3 |
1380 | 2025-01-08T00:22:47.929Z | Compiling futures-executor v0.3.31 |
1381 | 2025-01-08T00:22:48.391Z | Compiling md-5 v0.10.6 |
1382 | 2025-01-08T00:22:48.412Z | Compiling enum-as-inner v0.6.1 |
1383 | 2025-01-08T00:22:48.455Z | Compiling async-stream-impl v0.3.6 |
1384 | 2025-01-08T00:22:48.498Z | Compiling rustls-pemfile v2.2.0 |
1385 | 2025-01-08T00:22:48.637Z | Compiling num-integer v0.1.46 |
1386 | 2025-01-08T00:22:48.704Z | Compiling idna v0.4.0 |
1387 | 2025-01-08T00:22:48.829Z | Compiling idna v0.3.0 |
1388 | 2025-01-08T00:22:49.409Z | Compiling hash32 v0.2.1 |
1389 | 2025-01-08T00:22:49.476Z | Compiling ff v0.13.0 |
1390 | 2025-01-08T00:22:49.684Z | Compiling is-terminal v0.4.13 |
1391 | 2025-01-08T00:22:49.807Z | Compiling object v0.36.5 |
1392 | 2025-01-08T00:22:49.828Z | Compiling dropshot v0.12.0 |
1393 | 2025-01-08T00:22:49.862Z | Compiling utf-8 v0.7.6 |
1394 | 2025-01-08T00:22:50.112Z | Compiling linked-hash-map v0.5.6 |
1395 | 2025-01-08T00:22:50.196Z | Compiling anyhow v1.0.93 |
1396 | 2025-01-08T00:22:50.327Z | Compiling take_mut v0.2.2 |
1397 | 2025-01-08T00:22:50.480Z | Compiling base16ct v0.2.0 |
1398 | 2025-01-08T00:22:50.500Z | Compiling quick-error v1.2.3 |
1399 | 2025-01-08T00:22:50.525Z | Compiling psl-types v2.0.11 |
1400 | 2025-01-08T00:22:50.656Z | Compiling portable-atomic v1.9.0 |
1401 | 2025-01-08T00:22:50.719Z | Compiling rustc-demangle v0.1.24 |
1402 | 2025-01-08T00:22:50.804Z | Compiling fallible-iterator v0.2.0 |
1403 | 2025-01-08T00:22:50.823Z | Compiling smoltcp v0.9.1 |
1404 | 2025-01-08T00:22:51.534Z | Compiling num-bigint-dig v0.8.4 |
1405 | 2025-01-08T00:22:51.585Z | Compiling postgres-protocol v0.6.7 |
1406 | 2025-01-08T00:22:51.791Z | Compiling publicsuffix v2.2.3 |
1407 | 2025-01-08T00:22:51.849Z | Compiling sec1 v0.7.3 |
1408 | 2025-01-08T00:22:52.043Z | Compiling resolv-conf v0.7.0 |
1409 | 2025-01-08T00:22:52.425Z | Compiling lru-cache v0.1.2 |
1410 | 2025-01-08T00:22:52.767Z | Compiling tungstenite v0.24.0 |
1411 | 2025-01-08T00:22:52.834Z | Compiling async-stream v0.3.6 |
1412 | 2025-01-08T00:22:52.967Z | Compiling usdt v0.5.0 |
1413 | 2025-01-08T00:22:53.138Z | Compiling slog-term v2.9.1 |
1414 | 2025-01-08T00:22:53.385Z | Compiling group v0.13.0 |
1415 | 2025-01-08T00:22:53.479Z | Compiling hickory-proto v0.24.1 |
1416 | 2025-01-08T00:22:53.714Z | Compiling num-iter v0.1.45 |
1417 | 2025-01-08T00:22:54.026Z | Compiling toml v0.8.19 |
1418 | 2025-01-08T00:22:54.404Z | Compiling futures v0.3.31 |
1419 | 2025-01-08T00:22:54.423Z | Compiling slog-bunyan v2.5.0 |
1420 | 2025-01-08T00:22:55.834Z | Compiling camino v1.1.9 |
1421 | 2025-01-08T00:22:56.287Z | Compiling tokio-native-tls v0.3.1 |
1422 | 2025-01-08T00:22:56.438Z | Compiling phf_shared v0.11.2 |
1423 | 2025-01-08T00:22:56.555Z | Compiling dropshot_endpoint v0.12.0 |
1424 | 2025-01-08T00:22:56.790Z | Compiling terminal_size v0.4.0 |
1425 | 2025-01-08T00:22:56.810Z | Compiling waitgroup v0.1.2 |
1426 | 2025-01-08T00:22:56.829Z | Compiling openapiv3 v2.0.0 |
1427 | 2025-01-08T00:22:57.002Z | Compiling serde_path_to_error v0.1.16 |
1428 | 2025-01-08T00:22:57.025Z | Compiling hkdf v0.12.4 |
1429 | 2025-01-08T00:22:57.289Z | Compiling backtrace v0.3.74 |
1430 | 2025-01-08T00:22:57.895Z | Compiling crypto-bigint v0.5.5 |
1431 | 2025-01-08T00:22:57.990Z | Compiling curve25519-dalek-derive v0.1.1 |
1432 | 2025-01-08T00:22:59.580Z | Compiling zerocopy-derive v0.6.6 |
1433 | 2025-01-08T00:23:01.030Z | Compiling webpki-roots v0.26.6 |
1434 | 2025-01-08T00:23:01.234Z | Compiling idna v0.5.0 |
1435 | 2025-01-08T00:23:01.258Z | Compiling hostname v0.4.0 |
1436 | 2025-01-08T00:23:01.286Z | Compiling crc32fast v1.4.2 |
1437 | 2025-01-08T00:23:01.350Z | Compiling hubpack_derive v0.1.1 |
1438 | 2025-01-08T00:23:01.500Z | Compiling ahash v0.8.11 |
1439 | 2025-01-08T00:23:01.631Z | Compiling fs-err v2.11.0 |
1440 | 2025-01-08T00:23:01.793Z | Compiling debug-ignore v1.0.5 |
1441 | 2025-01-08T00:23:01.814Z | Compiling bitflags v1.3.2 |
1442 | 2025-01-08T00:23:01.915Z | Compiling managed v0.8.0 |
1443 | 2025-01-08T00:23:01.936Z | Compiling newtype-uuid v1.1.3 |
1444 | 2025-01-08T00:23:01.939Z | Compiling winnow v0.5.40 |
1445 | 2025-01-08T00:23:02.191Z | Compiling clap_builder v4.5.21 |
1446 | 2025-01-08T00:23:02.224Z | Compiling hubpack v0.1.2 |
1447 | 2025-01-08T00:23:02.743Z | Compiling cookie_store v0.21.0 |
1448 | 2025-01-08T00:23:03.213Z | Compiling console v0.15.8 |
1449 | 2025-01-08T00:23:03.909Z | Compiling strum_macros v0.25.3 |
1450 | 2025-01-08T00:23:04.004Z | Compiling zerocopy v0.6.6 |
1451 | 2025-01-08T00:23:04.390Z | Compiling flate2 v1.0.34 |
1452 | 2025-01-08T00:23:04.500Z | Compiling elliptic-curve v0.13.8 |
1453 | 2025-01-08T00:23:04.925Z | Compiling hickory-resolver v0.24.1 |
1454 | 2025-01-08T00:23:05.356Z | Compiling phf v0.11.2 |
1455 | 2025-01-08T00:23:05.661Z | Compiling toml_edit v0.19.15 |
1456 | 2025-01-08T00:23:05.843Z | Compiling hyper-tls v0.6.0 |
1457 | 2025-01-08T00:23:06.239Z | Compiling signal-hook-mio v0.2.4 |
1458 | 2025-01-08T00:23:06.289Z | Compiling rayon v1.10.0 |
1459 | 2025-01-08T00:23:06.402Z | Compiling bzip2 v0.4.4 |
1460 | 2025-01-08T00:23:08.069Z | Compiling tokio-tungstenite v0.24.0 |
1461 | 2025-01-08T00:23:08.612Z | Compiling postgres-types v0.2.8 |
1462 | 2025-01-08T00:23:11.197Z | Compiling ed25519 v2.2.3 |
1463 | 2025-01-08T00:23:11.480Z | Compiling phf_shared v0.10.0 |
1464 | 2025-01-08T00:23:11.617Z | Compiling tokio-stream v0.1.16 |
1465 | 2025-01-08T00:23:11.696Z | Compiling pkcs1 v0.7.5 |
1466 | 2025-01-08T00:23:11.897Z | Compiling serde-big-array v0.5.1 |
1467 | 2025-01-08T00:23:12.140Z | Compiling rfc6979 v0.4.0 |
1468 | 2025-01-08T00:23:12.344Z | Compiling clap_derive v4.5.18 |
1469 | 2025-01-08T00:23:12.713Z | Compiling derive-where v1.2.7 |
1470 | 2025-01-08T00:23:12.755Z | Compiling serde_repr v0.1.19 |
1471 | 2025-01-08T00:23:12.945Z | Compiling float-cmp v0.9.0 |
1472 | 2025-01-08T00:23:13.090Z | Compiling bstr v1.10.0 |
1473 | 2025-01-08T00:23:13.177Z | Compiling sync_wrapper v1.0.1 |
1474 | 2025-01-08T00:23:13.329Z | Compiling number_prefix v0.4.0 |
1475 | 2025-01-08T00:23:13.577Z | Compiling fixedbitset v0.4.2 |
1476 | 2025-01-08T00:23:13.746Z | Compiling whoami v1.5.2 |
1477 | 2025-01-08T00:23:13.989Z | Compiling difflib v0.4.0 |
1478 | 2025-01-08T00:23:14.061Z | Compiling new_debug_unreachable v1.0.6 |
1479 | 2025-01-08T00:23:14.164Z | Compiling unicode-segmentation v1.12.0 |
1480 | 2025-01-08T00:23:14.365Z | Compiling bit-vec v0.6.3 |
1481 | 2025-01-08T00:23:14.835Z | Compiling unicode-width v0.2.0 |
1482 | 2025-01-08T00:23:14.905Z | Compiling precomputed-hash v0.1.1 |
1483 | 2025-01-08T00:23:15.020Z | Compiling normalize-line-endings v0.3.0 |
1484 | 2025-01-08T00:23:15.056Z | Compiling static_assertions v1.1.0 |
1485 | 2025-01-08T00:23:15.144Z | Compiling predicates-core v1.0.8 |
1486 | 2025-01-08T00:23:15.165Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1487 | 2025-01-08T00:23:15.350Z | Compiling predicates v3.1.2 |
1488 | 2025-01-08T00:23:15.519Z | Compiling indicatif v0.17.9 |
1489 | 2025-01-08T00:23:15.609Z | Compiling string_cache v0.8.7 |
1490 | 2025-01-08T00:23:16.072Z | Compiling similar v2.6.0 |
1491 | 2025-01-08T00:23:16.300Z | Compiling bit-set v0.5.3 |
1492 | 2025-01-08T00:23:16.593Z | Compiling tokio-postgres v0.7.12 |
1493 | 2025-01-08T00:23:17.116Z | Compiling petgraph v0.6.5 |
1494 | 2025-01-08T00:23:17.428Z | Compiling clap v4.5.21 |
1495 | 2025-01-08T00:23:17.560Z | Compiling ecdsa v0.16.9 |
1496 | 2025-01-08T00:23:17.863Z | Compiling rsa v0.9.6 |
1497 | 2025-01-08T00:23:18.441Z | Compiling ed25519-dalek v2.1.1 |
1498 | 2025-01-08T00:23:18.600Z | Compiling toml v0.7.8 |
1499 | 2025-01-08T00:23:19.761Z | Compiling zip v0.6.6 |
1500 | 2025-01-08T00:23:20.366Z | Compiling crossterm v0.28.1 |
1501 | 2025-01-08T00:23:21.705Z | Compiling hex v0.4.3 |
1502 | 2025-01-08T00:23:21.852Z | Compiling x509-cert v0.2.5 |
1503 | 2025-01-08T00:23:22.161Z | Compiling itertools v0.10.5 |
1504 | 2025-01-08T00:23:22.190Z | Compiling peg-runtime v0.8.3 |
1505 | 2025-01-08T00:23:22.264Z | Compiling unicode-xid v0.2.6 |
1506 | 2025-01-08T00:23:22.292Z | Compiling lalrpop-util v0.19.12 |
1507 | 2025-01-08T00:23:22.436Z | Compiling strum_macros v0.26.4 |
1508 | 2025-01-08T00:23:22.664Z | Compiling xattr v1.3.1 |
1509 | 2025-01-08T00:23:22.914Z | Compiling filetime v0.2.25 |
1510 | 2025-01-08T00:23:23.232Z | Compiling tar v0.4.42 |
1511 | 2025-01-08T00:23:27.616Z | Compiling strum v0.26.3 |
1512 | 2025-01-08T00:23:30.255Z | Compiling aws-lc-sys v0.22.0 |
1513 | 2025-01-08T00:23:58.254Z | Compiling rustls-webpki v0.102.8 |
1514 | 2025-01-08T00:24:01.583Z | Compiling tokio-rustls v0.25.0 |
1515 | 2025-01-08T00:24:03.351Z | Compiling tokio-rustls v0.26.0 |
1516 | 2025-01-08T00:24:03.753Z | Compiling hyper-rustls v0.27.3 |
1517 | 2025-01-08T00:24:04.057Z | Compiling reqwest v0.12.9 |
1518 | 2025-01-08T00:24:05.206Z | Compiling qorb v0.2.1 |
1519 | 2025-01-08T00:24:10.031Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1520 | 2025-01-08T00:24:10.266Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1521 | 2025-01-08T00:24:15.994Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1522 | 2025-01-08T00:24:16.153Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1523 | 2025-01-08T00:24:16.202Z | Jan 08 00:24:15.334 INFO Starting download, target: Clickhouse |
1524 | 2025-01-08T00:24:16.202Z | Jan 08 00:24:15.335 INFO Starting download, target: Console |
1525 | 2025-01-08T00:24:16.202Z | Jan 08 00:24:15.335 INFO Starting download, target: Cockroach |
1526 | 2025-01-08T00:24:16.202Z | Jan 08 00:24:15.335 INFO Starting download, target: DendriteOpenapi |
1527 | 2025-01-08T00:24:16.202Z | Jan 08 00:24:15.335 INFO Starting download, target: DendriteStub |
1528 | 2025-01-08T00:24:16.205Z | Jan 08 00:24:15.335 INFO Starting download, target: MaghemiteMgd |
1529 | 2025-01-08T00:24:16.205Z | Jan 08 00:24:15.335 INFO Starting download, target: TransceiverControl |
1530 | 2025-01-08T00:24:16.205Z | Jan 08 00:24:15.335 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1531 | 2025-01-08T00:24:16.205Z | Jan 08 00:24:15.335 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1532 | 2025-01-08T00:24:16.205Z | Jan 08 00:24:15.335 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1533 | 2025-01-08T00:24:16.205Z | Jan 08 00:24:15.335 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1534 | 2025-01-08T00:24:16.205Z | Jan 08 00:24:15.335 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1535 | 2025-01-08T00:24:16.205Z | Jan 08 00:24:15.336 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1536 | 2025-01-08T00:24:16.205Z | Jan 08 00:24:15.336 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1537 | 2025-01-08T00:24:16.398Z | Jan 08 00:24:15.528 INFO Download complete, target: DendriteOpenapi |
1538 | 2025-01-08T00:24:16.561Z | Jan 08 00:24:15.692 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1539 | 2025-01-08T00:24:16.691Z | Jan 08 00:24:15.821 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1540 | 2025-01-08T00:24:17.025Z | Jan 08 00:24:16.154 INFO Download complete, target: Console |
1541 | 2025-01-08T00:24:17.092Z | Jan 08 00:24:16.220 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1542 | 2025-01-08T00:24:17.160Z | Jan 08 00:24:16.290 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1543 | 2025-01-08T00:24:17.264Z | Jan 08 00:24:16.394 INFO Download complete, target: TransceiverControl |
1544 | 2025-01-08T00:24:17.772Z | Jan 08 00:24:16.903 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1545 | 2025-01-08T00:24:17.772Z | Jan 08 00:24:16.903 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1546 | 2025-01-08T00:24:18.267Z | Jan 08 00:24:17.400 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1547 | 2025-01-08T00:24:20.136Z | Jan 08 00:24:19.268 INFO Download complete, target: DendriteStub |
1548 | 2025-01-08T00:24:20.168Z | Jan 08 00:24:19.301 INFO Download complete, target: MaghemiteMgd |
1549 | 2025-01-08T00:24:25.256Z | Jan 08 00:24:24.389 INFO Checking that binary works, target: Cockroach |
1550 | 2025-01-08T00:24:25.426Z | Jan 08 00:24:24.559 INFO Download complete, target: Cockroach |
1551 | 2025-01-08T00:24:30.668Z | Jan 08 00:24:29.801 INFO Checking that binary works, target: Clickhouse |
1552 | 2025-01-08T00:24:30.803Z | Jan 08 00:24:29.931 INFO Download complete, target: Clickhouse |
1553 | 2025-01-08T00:24:30.813Z | All prerequisites installed successfully |
1554 | 2025-01-08T00:24:30.823Z | |
1555 | 2025-01-08T00:24:30.824Z | real 5:46.607267471 |
1556 | 2025-01-08T00:24:30.824Z | user 16:30.482332500 |
1557 | 2025-01-08T00:24:30.824Z | sys 3:14.420601227 |
1558 | 2025-01-08T00:24:30.824Z | trap 0.548180939 |
1559 | 2025-01-08T00:24:30.824Z | tflt 1.570347697 |
1560 | 2025-01-08T00:24:30.824Z | dflt 2.222717113 |
1561 | 2025-01-08T00:24:30.824Z | kflt 0.031015027 |
1562 | 2025-01-08T00:24:30.824Z | lock 29:54.339694696 |
1563 | 2025-01-08T00:24:30.824Z | slp 1:03:00.882791386 |
1564 | 2025-01-08T00:24:30.825Z | lat 56.368325356 |
1565 | 2025-01-08T00:24:30.825Z | stop 2:20.706124205 |
1566 | 2025-01-08T00:24:30.825Z | + ptime -m cargo xtask download softnpu |
1567 | 2025-01-08T00:24:31.321Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1568 | 2025-01-08T00:24:31.352Z | Running `target/debug/xtask download softnpu` |
1569 | 2025-01-08T00:24:32.164Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1570 | 2025-01-08T00:24:32.219Z | Running `target/debug/xtask-downloader softnpu` |
1571 | 2025-01-08T00:24:32.258Z | Jan 08 00:24:31.390 INFO Starting download, target: Softnpu |
1572 | 2025-01-08T00:24:32.260Z | Jan 08 00:24:31.391 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1573 | 2025-01-08T00:24:33.305Z | Jan 08 00:24:32.437 INFO Download complete, target: Softnpu |
1574 | 2025-01-08T00:24:33.316Z | |
1575 | 2025-01-08T00:24:33.316Z | real 2.494621163 |
1576 | 2025-01-08T00:24:33.317Z | user 1.353755246 |
1577 | 2025-01-08T00:24:33.317Z | sys 0.538597423 |
1578 | 2025-01-08T00:24:33.317Z | trap 0.000659406 |
1579 | 2025-01-08T00:24:33.317Z | tflt 0.000001469 |
1580 | 2025-01-08T00:24:33.317Z | dflt 0.000071240 |
1581 | 2025-01-08T00:24:33.317Z | kflt 0.000000000 |
1582 | 2025-01-08T00:24:33.317Z | lock 10.461443787 |
1583 | 2025-01-08T00:24:33.317Z | slp 0.718229560 |
1584 | 2025-01-08T00:24:33.317Z | lat 0.080152249 |
1585 | 2025-01-08T00:24:33.317Z | stop 0.000176097 |
1586 | 2025-01-08T00:24:33.328Z | + export CARGO_INCREMENTAL=0 |
1587 | 2025-01-08T00:24:33.329Z | + CARGO_INCREMENTAL=0 |
1588 | 2025-01-08T00:24:33.329Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1589 | 2025-01-08T00:24:34.252Z | Compiling proc-macro2 v1.0.89 |
1590 | 2025-01-08T00:24:34.252Z | Compiling unicode-ident v1.0.13 |
1591 | 2025-01-08T00:24:34.254Z | Compiling libc v0.2.162 |
1592 | 2025-01-08T00:24:34.254Z | Compiling serde v1.0.215 |
1593 | 2025-01-08T00:24:34.254Z | Compiling autocfg v1.4.0 |
1594 | 2025-01-08T00:24:34.254Z | Compiling version_check v0.9.5 |
1595 | 2025-01-08T00:24:34.254Z | Compiling cfg-if v1.0.0 |
1596 | 2025-01-08T00:24:34.523Z | Compiling memchr v2.7.4 |
1597 | 2025-01-08T00:24:34.541Z | Compiling typenum v1.17.0 |
1598 | 2025-01-08T00:24:34.557Z | Compiling shlex v1.3.0 |
1599 | 2025-01-08T00:24:34.927Z | Compiling value-bag v1.9.0 |
1600 | 2025-01-08T00:24:35.015Z | Compiling generic-array v0.14.7 |
1601 | 2025-01-08T00:24:35.258Z | Compiling lock_api v0.4.12 |
1602 | 2025-01-08T00:24:35.294Z | Compiling scopeguard v1.2.0 |
1603 | 2025-01-08T00:24:35.384Z | Compiling log v0.4.22 |
1604 | 2025-01-08T00:24:35.474Z | Compiling parking_lot_core v0.9.10 |
1605 | 2025-01-08T00:24:35.845Z | Compiling serde_json v1.0.133 |
1606 | 2025-01-08T00:24:35.907Z | Compiling once_cell v1.20.2 |
1607 | 2025-01-08T00:24:36.142Z | Compiling quote v1.0.37 |
1608 | 2025-01-08T00:24:36.161Z | Compiling libm v0.2.8 |
1609 | 2025-01-08T00:24:36.192Z | Compiling rustix v0.38.37 |
1610 | 2025-01-08T00:24:36.292Z | Compiling jobserver v0.1.32 |
1611 | 2025-01-08T00:24:36.470Z | Compiling getrandom v0.2.15 |
1612 | 2025-01-08T00:24:36.711Z | Compiling syn v2.0.87 |
1613 | 2025-01-08T00:24:36.805Z | Compiling cc v1.1.30 |
1614 | 2025-01-08T00:24:36.870Z | Compiling num-traits v0.2.19 |
1615 | 2025-01-08T00:24:36.870Z | Compiling thiserror v1.0.69 |
1616 | 2025-01-08T00:24:36.870Z | Compiling aho-corasick v1.1.3 |
1617 | 2025-01-08T00:24:36.947Z | Compiling regex-syntax v0.8.5 |
1618 | 2025-01-08T00:24:37.086Z | Compiling either v1.13.0 |
1619 | 2025-01-08T00:24:37.158Z | Compiling itoa v1.0.11 |
1620 | 2025-01-08T00:24:37.347Z | Compiling spin v0.9.8 |
1621 | 2025-01-08T00:24:37.593Z | Compiling slab v0.4.9 |
1622 | 2025-01-08T00:24:37.755Z | Compiling byteorder v1.5.0 |
1623 | 2025-01-08T00:24:38.019Z | Compiling errno v0.3.9 |
1624 | 2025-01-08T00:24:38.232Z | Compiling rand_core v0.6.4 |
1625 | 2025-01-08T00:24:38.360Z | Compiling lazy_static v1.5.0 |
1626 | 2025-01-08T00:24:38.490Z | Compiling glob v0.3.1 |
1627 | 2025-01-08T00:24:39.000Z | Compiling prettyplease v0.2.25 |
1628 | 2025-01-08T00:24:39.288Z | Compiling clang-sys v1.8.1 |
1629 | 2025-01-08T00:24:39.434Z | Compiling minimal-lexical v0.2.1 |
1630 | 2025-01-08T00:24:39.763Z | Compiling libloading v0.8.5 |
1631 | 2025-01-08T00:24:39.919Z | Compiling nom v7.1.3 |
1632 | 2025-01-08T00:24:39.965Z | Compiling allocator-api2 v0.2.18 |
1633 | 2025-01-08T00:24:40.145Z | Compiling home v0.5.9 |
1634 | 2025-01-08T00:24:40.270Z | Compiling subtle v2.6.1 |
1635 | 2025-01-08T00:24:40.591Z | Compiling regex-automata v0.4.8 |
1636 | 2025-01-08T00:24:40.675Z | Compiling bindgen v0.69.5 |
1637 | 2025-01-08T00:24:40.740Z | Compiling itertools v0.12.1 |
1638 | 2025-01-08T00:24:41.219Z | Compiling semver v1.0.23 |
1639 | 2025-01-08T00:24:41.325Z | Compiling lazycell v1.3.0 |
1640 | 2025-01-08T00:24:41.502Z | Compiling smallvec v1.13.2 |
1641 | 2025-01-08T00:24:41.640Z | Compiling rustc-hash v1.1.0 |
1642 | 2025-01-08T00:24:41.981Z | Compiling cmake v0.1.51 |
1643 | 2025-01-08T00:24:42.880Z | Compiling dunce v1.0.5 |
1644 | 2025-01-08T00:24:42.918Z | Compiling fs_extra v1.3.0 |
1645 | 2025-01-08T00:24:43.333Z | Compiling cexpr v0.6.0 |
1646 | 2025-01-08T00:24:43.428Z | Compiling pkg-config v0.3.31 |
1647 | 2025-01-08T00:24:43.448Z | Compiling ryu v1.0.18 |
1648 | 2025-01-08T00:24:43.733Z | Compiling ring v0.17.8 |
1649 | 2025-01-08T00:24:43.837Z | Compiling pin-project-lite v0.2.14 |
1650 | 2025-01-08T00:24:43.970Z | Compiling schemars v0.8.21 |
1651 | 2025-01-08T00:24:44.301Z | Compiling paste v1.0.15 |
1652 | 2025-01-08T00:24:44.328Z | Compiling const-oid v0.9.6 |
1653 | 2025-01-08T00:24:44.655Z | Compiling synstructure v0.13.1 |
1654 | 2025-01-08T00:24:44.744Z | Compiling fnv v1.0.7 |
1655 | 2025-01-08T00:24:44.876Z | Compiling serde_derive_internals v0.29.1 |
1656 | 2025-01-08T00:24:44.959Z | Compiling aws-lc-rs v1.10.0 |
1657 | 2025-01-08T00:24:45.943Z | Compiling regex v1.11.1 |
1658 | 2025-01-08T00:24:46.053Z | Compiling foldhash v0.1.3 |
1659 | 2025-01-08T00:24:46.193Z | Compiling httparse v1.9.5 |
1660 | 2025-01-08T00:24:46.349Z | Compiling equivalent v1.0.1 |
1661 | 2025-01-08T00:24:46.470Z | Compiling hashbrown v0.15.1 |
1662 | 2025-01-08T00:24:46.978Z | Compiling heck v0.5.0 |
1663 | 2025-01-08T00:24:47.456Z | Compiling signal-hook-registry v1.4.2 |
1664 | 2025-01-08T00:24:47.904Z | Compiling parking_lot v0.12.3 |
1665 | 2025-01-08T00:24:47.940Z | Compiling mio v1.0.2 |
1666 | 2025-01-08T00:24:49.550Z | Compiling crossbeam-utils v0.8.20 |
1667 | 2025-01-08T00:24:49.693Z | Compiling stable_deref_trait v1.2.0 |
1668 | 2025-01-08T00:24:49.844Z | Compiling socket2 v0.5.7 |
1669 | 2025-01-08T00:24:49.931Z | Compiling futures-core v0.3.31 |
1670 | 2025-01-08T00:24:49.950Z | Compiling serde_derive v1.0.215 |
1671 | 2025-01-08T00:24:50.070Z | Compiling zeroize_derive v1.4.2 |
1672 | 2025-01-08T00:24:50.192Z | Compiling zerocopy-derive v0.7.35 |
1673 | 2025-01-08T00:24:50.642Z | Compiling thiserror-impl v1.0.69 |
1674 | 2025-01-08T00:24:50.893Z | Compiling tokio-macros v2.4.0 |
1675 | 2025-01-08T00:24:51.281Z | Compiling zerofrom-derive v0.1.4 |
1676 | 2025-01-08T00:24:51.480Z | Compiling yoke-derive v0.7.4 |
1677 | 2025-01-08T00:24:51.507Z | Compiling zeroize v1.8.1 |
1678 | 2025-01-08T00:24:51.979Z | Compiling futures-macro v0.3.31 |
1679 | 2025-01-08T00:24:52.170Z | Compiling zerovec-derive v0.10.3 |
1680 | 2025-01-08T00:24:52.367Z | Compiling zerocopy v0.7.35 |
1681 | 2025-01-08T00:24:53.350Z | Compiling displaydoc v0.2.5 |
1682 | 2025-01-08T00:24:53.908Z | Compiling crypto-common v0.1.6 |
1683 | 2025-01-08T00:24:53.943Z | Compiling tracing-attributes v0.1.27 |
1684 | 2025-01-08T00:24:54.082Z | Compiling icu_provider_macros v1.5.0 |
1685 | 2025-01-08T00:24:54.118Z | Compiling schemars_derive v0.8.21 |
1686 | 2025-01-08T00:24:54.644Z | Compiling block-buffer v0.10.4 |
1687 | 2025-01-08T00:24:54.810Z | Compiling der_derive v0.7.3 |
1688 | 2025-01-08T00:24:54.949Z | Compiling digest v0.10.7 |
1689 | 2025-01-08T00:24:55.132Z | Compiling num-conv v0.1.0 |
1690 | 2025-01-08T00:24:55.354Z | Compiling time-core v0.1.2 |
1691 | 2025-01-08T00:24:55.528Z | Compiling time-macros v0.2.18 |
1692 | 2025-01-08T00:24:56.376Z | Compiling vcpkg v0.2.15 |
1693 | 2025-01-08T00:24:57.207Z | Compiling syn v1.0.109 |
1694 | 2025-01-08T00:24:57.998Z | Compiling cpufeatures v0.2.14 |
1695 | 2025-01-08T00:24:58.087Z | Compiling openssl-sys v0.9.103 |
1696 | 2025-01-08T00:24:58.427Z | Compiling futures-sink v0.3.31 |
1697 | 2025-01-08T00:24:58.653Z | Compiling slog v2.7.0 |
1698 | 2025-01-08T00:24:58.749Z | Compiling ahash v0.8.11 |
1699 | 2025-01-08T00:24:59.083Z | Compiling iana-time-zone v0.1.61 |
1700 | 2025-01-08T00:24:59.126Z | Compiling zerofrom v0.1.4 |
1701 | 2025-01-08T00:24:59.360Z | Compiling scroll_derive v0.12.0 |
1702 | 2025-01-08T00:24:59.439Z | Compiling ucd-trie v0.1.7 |
1703 | 2025-01-08T00:24:59.565Z | Compiling yoke v0.7.4 |
1704 | 2025-01-08T00:24:59.891Z | Compiling pest v2.7.14 |
1705 | 2025-01-08T00:24:59.949Z | Compiling futures-channel v0.3.31 |
1706 | 2025-01-08T00:25:00.373Z | Compiling hmac v0.12.1 |
1707 | 2025-01-08T00:25:00.603Z | Compiling futures-task v0.3.31 |
1708 | 2025-01-08T00:25:00.662Z | Compiling futures-io v0.3.31 |
1709 | 2025-01-08T00:25:00.722Z | Compiling pin-utils v0.1.0 |
1710 | 2025-01-08T00:25:01.174Z | Compiling openssl v0.10.66 |
1711 | 2025-01-08T00:25:01.264Z | Compiling futures-util v0.3.31 |
1712 | 2025-01-08T00:25:01.575Z | Compiling zerovec v0.10.4 |
1713 | 2025-01-08T00:25:01.846Z | Compiling block-padding v0.3.3 |
1714 | 2025-01-08T00:25:02.070Z | Compiling tinyvec_macros v0.1.1 |
1715 | 2025-01-08T00:25:02.327Z | Compiling tinyvec v1.8.0 |
1716 | 2025-01-08T00:25:02.900Z | Compiling pest_meta v2.7.14 |
1717 | 2025-01-08T00:25:03.445Z | Compiling bitflags v2.6.0 |
1718 | 2025-01-08T00:25:03.707Z | Compiling bytes v1.8.0 |
1719 | 2025-01-08T00:25:05.709Z | Compiling indexmap v2.6.0 |
1720 | 2025-01-08T00:25:06.988Z | Compiling tokio v1.40.0 |
1721 | 2025-01-08T00:25:07.227Z | Compiling serde_tokenstream v0.2.2 |
1722 | 2025-01-08T00:25:07.589Z | Compiling uuid v1.11.0 |
1723 | 2025-01-08T00:25:07.839Z | Compiling which v4.4.2 |
1724 | 2025-01-08T00:25:08.045Z | Compiling http v1.1.0 |
1725 | 2025-01-08T00:25:08.792Z | Compiling chrono v0.4.38 |
1726 | 2025-01-08T00:25:08.890Z | Compiling rustc_version v0.4.1 |
1727 | 2025-01-08T00:25:12.118Z | Compiling pest_generator v2.7.14 |
1728 | 2025-01-08T00:25:12.424Z | Compiling serde_spanned v0.6.8 |
1729 | 2025-01-08T00:25:12.656Z | Compiling toml_datetime v0.6.8 |
1730 | 2025-01-08T00:25:13.111Z | Compiling inout v0.1.3 |
1731 | 2025-01-08T00:25:13.861Z | Compiling openssl-macros v0.1.1 |
1732 | 2025-01-08T00:25:14.018Z | Compiling native-tls v0.2.12 |
1733 | 2025-01-08T00:25:14.366Z | Compiling strsim v0.11.1 |
1734 | 2025-01-08T00:25:14.577Z | Compiling dyn-clone v1.0.17 |
1735 | 2025-01-08T00:25:14.807Z | Compiling rustls v0.23.19 |
1736 | 2025-01-08T00:25:15.494Z | Compiling pest_derive v2.7.14 |
1737 | 2025-01-08T00:25:16.242Z | Compiling cipher v0.4.4 |
1738 | 2025-01-08T00:25:16.390Z | Compiling unicode-normalization v0.1.24 |
1739 | 2025-01-08T00:25:16.711Z | Compiling tinystr v0.7.6 |
1740 | 2025-01-08T00:25:16.757Z | Compiling sha2 v0.10.8 |
1741 | 2025-01-08T00:25:17.158Z | Compiling tracing-core v0.1.32 |
1742 | 2025-01-08T00:25:17.176Z | Compiling usdt-impl v0.5.0 |
1743 | 2025-01-08T00:25:17.487Z | Compiling writeable v0.5.5 |
1744 | 2025-01-08T00:25:17.518Z | Compiling base64ct v1.6.0 |
1745 | 2025-01-08T00:25:17.571Z | Compiling litemap v0.7.3 |
1746 | 2025-01-08T00:25:17.975Z | Compiling unicode-bidi v0.3.17 |
1747 | 2025-01-08T00:25:18.091Z | Compiling pem-rfc7468 v0.7.0 |
1748 | 2025-01-08T00:25:18.710Z | Compiling icu_locid v1.5.0 |
1749 | 2025-01-08T00:25:19.237Z | Compiling tracing v0.1.40 |
1750 | 2025-01-08T00:25:20.087Z | Compiling scroll v0.12.0 |
1751 | 2025-01-08T00:25:20.575Z | Compiling ppv-lite86 v0.2.20 |
1752 | 2025-01-08T00:25:20.659Z | Compiling async-trait v0.1.83 |
1753 | 2025-01-08T00:25:21.407Z | Compiling cookie v0.18.1 |
1754 | 2025-01-08T00:25:21.494Z | Compiling anyhow v1.0.93 |
1755 | 2025-01-08T00:25:21.998Z | Compiling aws-lc-sys v0.22.0 |
1756 | 2025-01-08T00:25:22.783Z | Compiling camino v1.1.9 |
1757 | 2025-01-08T00:25:22.853Z | Compiling plain v0.2.3 |
1758 | 2025-01-08T00:25:22.989Z | Compiling flagset v0.4.6 |
1759 | 2025-01-08T00:25:23.322Z | Compiling der v0.7.9 |
1760 | 2025-01-08T00:25:25.511Z | Compiling goblin v0.8.2 |
1761 | 2025-01-08T00:25:26.291Z | Compiling rand_chacha v0.3.1 |
1762 | 2025-01-08T00:25:26.942Z | Compiling icu_provider v1.5.0 |
1763 | 2025-01-08T00:25:27.929Z | Compiling rayon-core v1.12.1 |
1764 | 2025-01-08T00:25:28.249Z | Compiling icu_locid_transform_data v1.5.0 |
1765 | 2025-01-08T00:25:28.342Z | Compiling rustls-pki-types v1.10.0 |
1766 | 2025-01-08T00:25:28.872Z | Compiling pretty-hex v0.4.1 |
1767 | 2025-01-08T00:25:29.069Z | Compiling rustls v0.22.4 |
1768 | 2025-01-08T00:25:29.334Z | Compiling percent-encoding v2.3.1 |
1769 | 2025-01-08T00:25:30.624Z | Compiling icu_locid_transform v1.5.0 |
1770 | 2025-01-08T00:25:31.308Z | Compiling dof v0.3.0 |
1771 | 2025-01-08T00:25:32.142Z | Compiling rand v0.8.5 |
1772 | 2025-01-08T00:25:32.240Z | Compiling spki v0.7.3 |
1773 | 2025-01-08T00:25:32.903Z | Compiling salsa20 v0.10.2 |
1774 | 2025-01-08T00:25:33.029Z | Compiling dtrace-parser v0.2.0 |
1775 | 2025-01-08T00:25:33.127Z | Compiling tokio-util v0.7.12 |
1776 | 2025-01-08T00:25:33.662Z | Compiling icu_collections v1.5.0 |
1777 | 2025-01-08T00:25:34.446Z | Compiling pbkdf2 v0.12.2 |
1778 | 2025-01-08T00:25:34.827Z | Compiling thread-id v4.2.2 |
1779 | 2025-01-08T00:25:34.873Z | Compiling untrusted v0.7.1 |
1780 | 2025-01-08T00:25:34.911Z | Compiling winnow v0.5.40 |
1781 | 2025-01-08T00:25:34.945Z | Compiling untrusted v0.9.0 |
1782 | 2025-01-08T00:25:35.063Z | Compiling powerfmt v0.2.0 |
1783 | 2025-01-08T00:25:35.178Z | Compiling icu_properties_data v1.5.0 |
1784 | 2025-01-08T00:25:35.232Z | Compiling mirai-annotations v1.12.0 |
1785 | 2025-01-08T00:25:35.452Z | Compiling deranged v0.3.11 |
1786 | 2025-01-08T00:25:35.625Z | Compiling icu_properties v1.5.1 |
1787 | 2025-01-08T00:25:38.889Z | Compiling toml_edit v0.19.15 |
1788 | 2025-01-08T00:25:40.291Z | Compiling scrypt v0.11.0 |
1789 | 2025-01-08T00:25:40.579Z | Compiling aes v0.8.4 |
1790 | 2025-01-08T00:25:40.812Z | Compiling cbc v0.1.2 |
1791 | 2025-01-08T00:25:41.791Z | Compiling multer v3.1.0 |
1792 | 2025-01-08T00:25:42.098Z | Compiling num_threads v0.1.7 |
1793 | 2025-01-08T00:25:42.243Z | Compiling write16 v1.0.0 |
1794 | 2025-01-08T00:25:42.385Z | Compiling rustversion v1.0.17 |
1795 | 2025-01-08T00:25:42.905Z | Compiling utf16_iter v1.0.5 |
1796 | 2025-01-08T00:25:43.008Z | Compiling atomic-waker v1.1.2 |
1797 | 2025-01-08T00:25:43.282Z | Compiling icu_normalizer_data v1.5.0 |
1798 | 2025-01-08T00:25:43.389Z | Compiling utf8_iter v1.0.4 |
1799 | 2025-01-08T00:25:43.504Z | Compiling slog-async v2.8.0 |
1800 | 2025-01-08T00:25:43.630Z | Compiling icu_normalizer v1.5.0 |
1801 | 2025-01-08T00:25:43.694Z | Compiling time v0.3.36 |
1802 | 2025-01-08T00:25:44.283Z | Compiling pkcs5 v0.7.1 |
1803 | 2025-01-08T00:25:45.763Z | Compiling form_urlencoded v1.2.1 |
1804 | 2025-01-08T00:25:46.056Z | Compiling http-body v1.0.1 |
1805 | 2025-01-08T00:25:46.321Z | Compiling heapless v0.7.17 |
1806 | 2025-01-08T00:25:46.674Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1807 | 2025-01-08T00:25:47.140Z | Compiling try-lock v0.2.5 |
1808 | 2025-01-08T00:25:47.311Z | Compiling signal-hook v0.3.17 |
1809 | 2025-01-08T00:25:47.843Z | Compiling want v0.3.1 |
1810 | 2025-01-08T00:25:49.608Z | Compiling pkcs8 v0.10.2 |
1811 | 2025-01-08T00:25:49.645Z | Compiling idna_adapter v1.2.0 |
1812 | 2025-01-08T00:25:50.287Z | Compiling h2 v0.4.6 |
1813 | 2025-01-08T00:25:51.113Z | Compiling usdt-macro v0.5.0 |
1814 | 2025-01-08T00:25:52.410Z | Compiling usdt-attr-macro v0.5.0 |
1815 | 2025-01-08T00:25:52.917Z | Compiling async-stream-impl v0.3.6 |
1816 | 2025-01-08T00:25:53.319Z | Compiling adler2 v2.0.0 |
1817 | 2025-01-08T00:25:53.828Z | Compiling httpdate v1.0.3 |
1818 | 2025-01-08T00:25:54.215Z | Compiling miniz_oxide v0.8.0 |
1819 | 2025-01-08T00:25:55.445Z | Compiling idna v1.0.3 |
1820 | 2025-01-08T00:25:56.894Z | Compiling curve25519-dalek v4.1.3 |
1821 | 2025-01-08T00:25:57.332Z | Compiling hyper v1.5.0 |
1822 | 2025-01-08T00:25:57.390Z | Compiling openapiv3 v2.0.0 |
1823 | 2025-01-08T00:26:00.001Z | Compiling enum-as-inner v0.6.1 |
1824 | 2025-01-08T00:26:01.143Z | Compiling dropshot v0.12.0 |
1825 | 2025-01-08T00:26:01.332Z | Compiling num-bigint-dig v0.8.4 |
1826 | 2025-01-08T00:26:01.376Z | Compiling tower-service v0.3.3 |
1827 | 2025-01-08T00:26:01.427Z | Compiling match_cfg v0.1.0 |
1828 | 2025-01-08T00:26:01.499Z | Compiling smoltcp v0.9.1 |
1829 | 2025-01-08T00:26:01.527Z | Compiling base64 v0.22.1 |
1830 | 2025-01-08T00:26:01.564Z | Compiling newtype-uuid v1.1.3 |
1831 | 2025-01-08T00:26:01.603Z | Compiling portable-atomic v1.9.0 |
1832 | 2025-01-08T00:26:02.031Z | Compiling foreign-types-shared v0.1.1 |
1833 | 2025-01-08T00:26:02.313Z | Compiling hyper-util v0.1.10 |
1834 | 2025-01-08T00:26:02.502Z | Compiling foreign-types v0.3.2 |
1835 | 2025-01-08T00:26:02.634Z | Compiling hostname v0.3.1 |
1836 | 2025-01-08T00:26:08.403Z | Compiling url v2.5.3 |
1837 | 2025-01-08T00:26:10.542Z | Compiling dirs-sys-next v0.1.2 |
1838 | 2025-01-08T00:26:10.594Z | Compiling gimli v0.31.1 |
1839 | 2025-01-08T00:26:10.614Z | Compiling siphasher v0.3.11 |
1840 | 2025-01-08T00:26:10.991Z | Compiling data-encoding v2.6.0 |
1841 | 2025-01-08T00:26:11.038Z | Compiling heck v0.4.1 |
1842 | 2025-01-08T00:26:11.135Z | Compiling ident_case v1.0.1 |
1843 | 2025-01-08T00:26:11.315Z | Compiling darling_core v0.20.10 |
1844 | 2025-01-08T00:26:11.573Z | Compiling dirs-next v2.0.0 |
1845 | 2025-01-08T00:26:14.199Z | Compiling http-body-util v0.1.2 |
1846 | 2025-01-08T00:26:15.554Z | Compiling addr2line v0.24.2 |
1847 | 2025-01-08T00:26:17.462Z | Compiling crossbeam-epoch v0.9.18 |
1848 | 2025-01-08T00:26:17.510Z | Compiling hubpack_derive v0.1.1 |
1849 | 2025-01-08T00:26:18.167Z | Compiling dropshot_endpoint v0.12.0 |
1850 | 2025-01-08T00:26:18.332Z | Compiling sha1 v0.10.6 |
1851 | 2025-01-08T00:26:18.354Z | Compiling signature v2.2.0 |
1852 | 2025-01-08T00:26:18.590Z | Compiling curve25519-dalek-derive v0.1.1 |
1853 | 2025-01-08T00:26:18.740Z | Compiling zerocopy-derive v0.6.6 |
1854 | 2025-01-08T00:26:19.030Z | Compiling object v0.36.5 |
1855 | 2025-01-08T00:26:19.976Z | Compiling thread_local v1.1.8 |
1856 | 2025-01-08T00:26:20.469Z | Compiling fs-err v2.11.0 |
1857 | 2025-01-08T00:26:20.628Z | Compiling encoding_rs v0.8.34 |
1858 | 2025-01-08T00:26:22.224Z | Compiling anstyle v1.0.10 |
1859 | 2025-01-08T00:26:22.712Z | Compiling rustc-demangle v0.1.24 |
1860 | 2025-01-08T00:26:24.094Z | Compiling ipnet v2.10.1 |
1861 | 2025-01-08T00:26:24.954Z | Compiling mime v0.3.17 |
1862 | 2025-01-08T00:26:25.168Z | Compiling utf8parse v0.2.2 |
1863 | 2025-01-08T00:26:25.486Z | Compiling winnow v0.6.20 |
1864 | 2025-01-08T00:26:29.287Z | Compiling unicode-properties v0.1.3 |
1865 | 2025-01-08T00:26:30.412Z | Compiling openssl-probe v0.1.5 |
1866 | 2025-01-08T00:26:31.291Z | Compiling stringprep v0.1.5 |
1867 | 2025-01-08T00:26:31.392Z | Compiling toml_edit v0.22.22 |
1868 | 2025-01-08T00:26:31.428Z | Compiling backtrace v0.3.74 |
1869 | 2025-01-08T00:26:33.789Z | Compiling anstyle-parse v0.2.5 |
1870 | 2025-01-08T00:26:35.584Z | Compiling rustls-webpki v0.102.8 |
1871 | 2025-01-08T00:26:38.638Z | Compiling crossbeam-deque v0.8.5 |
1872 | 2025-01-08T00:26:38.989Z | Compiling darling_macro v0.20.10 |
1873 | 2025-01-08T00:26:43.059Z | Compiling term v0.7.0 |
1874 | 2025-01-08T00:26:44.334Z | Compiling slog-json v2.6.1 |
1875 | 2025-01-08T00:26:45.015Z | Compiling serde_urlencoded v0.7.1 |
1876 | 2025-01-08T00:26:46.222Z | Compiling crossbeam-channel v0.5.13 |
1877 | 2025-01-08T00:26:46.240Z | Compiling rustls-pemfile v2.2.0 |
1878 | 2025-01-08T00:26:46.587Z | Compiling hashbrown v0.14.5 |
1879 | 2025-01-08T00:26:47.250Z | Compiling idna v0.3.0 |
1880 | 2025-01-08T00:26:47.278Z | Compiling idna v0.4.0 |
1881 | 2025-01-08T00:26:48.003Z | Compiling futures-executor v0.3.31 |
1882 | 2025-01-08T00:26:48.705Z | Compiling num-integer v0.1.46 |
1883 | 2025-01-08T00:26:48.966Z | Compiling md-5 v0.10.6 |
1884 | 2025-01-08T00:26:49.136Z | Compiling ff v0.13.0 |
1885 | 2025-01-08T00:26:49.215Z | Compiling hash32 v0.2.1 |
1886 | 2025-01-08T00:26:49.382Z | Compiling is-terminal v0.4.13 |
1887 | 2025-01-08T00:26:49.432Z | Compiling memmap v0.7.0 |
1888 | 2025-01-08T00:26:49.585Z | Compiling colorchoice v1.0.2 |
1889 | 2025-01-08T00:26:49.747Z | Compiling fallible-iterator v0.2.0 |
1890 | 2025-01-08T00:26:49.749Z | Compiling linked-hash-map v0.5.6 |
1891 | 2025-01-08T00:26:50.160Z | Compiling base16ct v0.2.0 |
1892 | 2025-01-08T00:26:50.499Z | Compiling anstyle-query v1.1.1 |
1893 | 2025-01-08T00:26:50.656Z | Compiling utf-8 v0.7.6 |
1894 | 2025-01-08T00:26:50.968Z | Compiling take_mut v0.2.2 |
1895 | 2025-01-08T00:26:51.351Z | Compiling psl-types v2.0.11 |
1896 | 2025-01-08T00:26:51.560Z | Compiling is_terminal_polyfill v1.70.1 |
1897 | 2025-01-08T00:26:51.697Z | Compiling quick-error v1.2.3 |
1898 | 2025-01-08T00:26:51.859Z | Compiling resolv-conf v0.7.0 |
1899 | 2025-01-08T00:26:52.200Z | Compiling anstream v0.6.15 |
1900 | 2025-01-08T00:26:52.549Z | Compiling publicsuffix v2.2.3 |
1901 | 2025-01-08T00:26:53.507Z | Compiling tungstenite v0.24.0 |
1902 | 2025-01-08T00:26:53.925Z | Compiling postgres-protocol v0.6.7 |
1903 | 2025-01-08T00:26:53.946Z | Compiling sec1 v0.7.3 |
1904 | 2025-01-08T00:26:54.493Z | Compiling lru-cache v0.1.2 |
1905 | 2025-01-08T00:26:54.693Z | Compiling usdt v0.5.0 |
1906 | 2025-01-08T00:26:55.175Z | Compiling slog-term v2.9.1 |
1907 | 2025-01-08T00:26:55.632Z | Compiling group v0.13.0 |
1908 | 2025-01-08T00:26:55.819Z | Compiling num-iter v0.1.45 |
1909 | 2025-01-08T00:26:56.020Z | Compiling futures v0.3.31 |
1910 | 2025-01-08T00:26:56.143Z | Compiling hickory-proto v0.24.1 |
1911 | 2025-01-08T00:26:56.261Z | Compiling regress v0.10.1 |
1912 | 2025-01-08T00:26:59.928Z | Compiling slog-bunyan v2.5.0 |
1913 | 2025-01-08T00:27:00.123Z | Compiling tokio-rustls v0.26.0 |
1914 | 2025-01-08T00:27:00.143Z | Compiling tokio-rustls v0.25.0 |
1915 | 2025-01-08T00:27:00.576Z | Compiling darling v0.20.10 |
1916 | 2025-01-08T00:27:00.579Z | Compiling toml v0.8.19 |
1917 | 2025-01-08T00:27:00.702Z | Compiling tokio-native-tls v0.3.1 |
1918 | 2025-01-08T00:27:00.725Z | Compiling strum_macros v0.25.3 |
1919 | 2025-01-08T00:27:00.892Z | Compiling phf_shared v0.11.2 |
1920 | 2025-01-08T00:27:01.274Z | Compiling async-stream v0.3.6 |
1921 | 2025-01-08T00:27:01.303Z | Compiling waitgroup v0.1.2 |
1922 | 2025-01-08T00:27:01.506Z | Compiling webpki-roots v0.26.6 |
1923 | 2025-01-08T00:27:02.117Z | Compiling idna v0.5.0 |
1924 | 2025-01-08T00:27:02.168Z | Compiling terminal_size v0.4.0 |
1925 | 2025-01-08T00:27:02.403Z | Compiling serde_path_to_error v0.1.16 |
1926 | 2025-01-08T00:27:03.253Z | Compiling hkdf v0.12.4 |
1927 | 2025-01-08T00:27:03.535Z | Compiling crypto-bigint v0.5.5 |
1928 | 2025-01-08T00:27:03.589Z | Compiling clap_derive v4.5.18 |
1929 | 2025-01-08T00:27:03.635Z | Compiling derive-where v1.2.7 |
1930 | 2025-01-08T00:27:04.326Z | Compiling serde_repr v0.1.19 |
1931 | 2025-01-08T00:27:05.248Z | Compiling hostname v0.4.0 |
1932 | 2025-01-08T00:27:05.418Z | Compiling crc32fast v1.4.2 |
1933 | 2025-01-08T00:27:05.478Z | Compiling bitflags v1.3.2 |
1934 | 2025-01-08T00:27:05.565Z | Compiling managed v0.8.0 |
1935 | 2025-01-08T00:27:05.734Z | Compiling debug-ignore v1.0.5 |
1936 | 2025-01-08T00:27:06.104Z | Compiling clap_lex v0.7.2 |
1937 | 2025-01-08T00:27:06.560Z | Compiling unicode-width v0.1.14 |
1938 | 2025-01-08T00:27:07.076Z | Compiling console v0.15.8 |
1939 | 2025-01-08T00:27:08.025Z | Compiling elliptic-curve v0.13.8 |
1940 | 2025-01-08T00:27:08.399Z | Compiling clap_builder v4.5.21 |
1941 | 2025-01-08T00:27:09.048Z | Compiling flate2 v1.0.34 |
1942 | 2025-01-08T00:27:09.965Z | Compiling cookie_store v0.21.0 |
1943 | 2025-01-08T00:27:11.384Z | Compiling hyper-rustls v0.27.3 |
1944 | 2025-01-08T00:27:11.971Z | Compiling hickory-resolver v0.24.1 |
1945 | 2025-01-08T00:27:15.705Z | Compiling phf v0.11.2 |
1946 | 2025-01-08T00:27:16.336Z | Compiling hyper-tls v0.6.0 |
1947 | 2025-01-08T00:27:16.722Z | Compiling signal-hook-mio v0.2.4 |
1948 | 2025-01-08T00:27:16.896Z | Compiling typify-impl v0.2.0 |
1949 | 2025-01-08T00:27:17.092Z | Compiling bzip2 v0.4.4 |
1950 | 2025-01-08T00:27:17.358Z | Compiling rayon v1.10.0 |
1951 | 2025-01-08T00:27:17.484Z | Compiling postgres-types v0.2.8 |
1952 | 2025-01-08T00:27:17.701Z | Compiling tokio-tungstenite v0.24.0 |
1953 | 2025-01-08T00:27:18.190Z | Compiling zerocopy v0.6.6 |
1954 | 2025-01-08T00:27:18.226Z | Compiling ed25519 v2.2.3 |
1955 | 2025-01-08T00:27:18.679Z | Compiling hubpack v0.1.2 |
1956 | 2025-01-08T00:27:18.892Z | Compiling phf_shared v0.10.0 |
1957 | 2025-01-08T00:27:19.118Z | Compiling pkcs1 v0.7.5 |
1958 | 2025-01-08T00:27:19.167Z | Compiling tokio-stream v0.1.16 |
1959 | 2025-01-08T00:27:20.061Z | Compiling ipnetwork v0.20.0 |
1960 | 2025-01-08T00:27:20.812Z | Compiling serde-big-array v0.5.1 |
1961 | 2025-01-08T00:27:21.057Z | Compiling rfc6979 v0.4.0 |
1962 | 2025-01-08T00:27:21.260Z | Compiling float-cmp v0.9.0 |
1963 | 2025-01-08T00:27:21.487Z | Compiling sync_wrapper v1.0.1 |
1964 | 2025-01-08T00:27:21.649Z | Compiling bstr v1.10.0 |
1965 | 2025-01-08T00:27:23.236Z | Compiling predicates-core v1.0.8 |
1966 | 2025-01-08T00:27:23.431Z | Compiling fixedbitset v0.4.2 |
1967 | 2025-01-08T00:27:23.539Z | Compiling new_debug_unreachable v1.0.6 |
1968 | 2025-01-08T00:27:23.639Z | Compiling unicode-segmentation v1.12.0 |
1969 | 2025-01-08T00:27:23.841Z | Compiling static_assertions v1.1.0 |
1970 | 2025-01-08T00:27:23.944Z | Compiling bit-vec v0.6.3 |
1971 | 2025-01-08T00:27:23.958Z | Compiling precomputed-hash v0.1.1 |
1972 | 2025-01-08T00:27:24.088Z | Compiling whoami v1.5.2 |
1973 | 2025-01-08T00:27:24.375Z | Compiling unicode-width v0.2.0 |
1974 | 2025-01-08T00:27:24.445Z | Compiling normalize-line-endings v0.3.0 |
1975 | 2025-01-08T00:27:24.473Z | Compiling difflib v0.4.0 |
1976 | 2025-01-08T00:27:24.578Z | Compiling number_prefix v0.4.0 |
1977 | 2025-01-08T00:27:24.650Z | Compiling tokio-postgres v0.7.12 |
1978 | 2025-01-08T00:27:24.906Z | Compiling predicates v3.1.2 |
1979 | 2025-01-08T00:27:25.753Z | Compiling indicatif v0.17.9 |
1980 | 2025-01-08T00:27:26.226Z | Compiling similar v2.6.0 |
1981 | 2025-01-08T00:27:26.442Z | Compiling bit-set v0.5.3 |
1982 | 2025-01-08T00:27:26.741Z | Compiling string_cache v0.8.7 |
1983 | 2025-01-08T00:27:27.203Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1984 | 2025-01-08T00:27:27.636Z | Compiling petgraph v0.6.5 |
1985 | 2025-01-08T00:27:28.535Z | Compiling reqwest v0.12.9 |
1986 | 2025-01-08T00:27:28.743Z | Compiling typify-macro v0.2.0 |
1987 | 2025-01-08T00:27:30.058Z | Compiling ecdsa v0.16.9 |
1988 | 2025-01-08T00:27:31.576Z | Compiling qorb v0.2.1 |
1989 | 2025-01-08T00:27:32.257Z | Compiling rsa v0.9.6 |
1990 | 2025-01-08T00:27:32.470Z | Compiling ed25519-dalek v2.1.1 |
1991 | 2025-01-08T00:27:33.475Z | Compiling zip v0.6.6 |
1992 | 2025-01-08T00:27:33.570Z | Compiling crossterm v0.28.1 |
1993 | 2025-01-08T00:27:33.946Z | Compiling clap v4.5.21 |
1994 | 2025-01-08T00:27:35.030Z | Compiling toml v0.7.8 |
1995 | 2025-01-08T00:27:36.304Z | Compiling x509-cert v0.2.5 |
1996 | 2025-01-08T00:27:36.885Z | Compiling hex v0.4.3 |
1997 | 2025-01-08T00:27:37.535Z | Compiling itertools v0.10.5 |
1998 | 2025-01-08T00:27:37.824Z | Compiling lalrpop-util v0.19.12 |
1999 | 2025-01-08T00:27:38.075Z | Compiling peg-runtime v0.8.3 |
2000 | 2025-01-08T00:27:38.178Z | Compiling zerocopy v0.8.10 |
2001 | 2025-01-08T00:27:38.611Z | Compiling unicode-xid v0.2.6 |
2002 | 2025-01-08T00:27:40.685Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2003 | 2025-01-08T00:27:44.837Z | Compiling proc-macro-crate v1.3.1 |
2004 | 2025-01-08T00:27:45.032Z | Compiling macaddr v1.0.1 |
2005 | 2025-01-08T00:27:45.688Z | Compiling zerocopy-derive v0.8.10 |
2006 | 2025-01-08T00:27:45.693Z | Compiling itertools v0.13.0 |
2007 | 2025-01-08T00:27:46.433Z | Compiling heapless v0.8.0 |
2008 | 2025-01-08T00:27:48.978Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2009 | 2025-01-08T00:27:53.169Z | Compiling num_enum_derive v0.5.11 |
2010 | 2025-01-08T00:28:06.600Z | Compiling hash32 v0.3.1 |
2011 | 2025-01-08T00:28:06.746Z | Compiling smoltcp v0.11.0 |
2012 | 2025-01-08T00:28:06.746Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2013 | 2025-01-08T00:28:08.385Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2014 | 2025-01-08T00:28:08.634Z | Compiling num_enum v0.5.11 |
2015 | 2025-01-08T00:28:09.339Z | Compiling typify v0.2.0 |
2016 | 2025-01-08T00:28:09.360Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2017 | 2025-01-08T00:28:10.111Z | Compiling proc-macro-error-attr v1.0.4 |
2018 | 2025-01-08T00:28:10.565Z | Compiling cobs v0.2.3 |
2019 | 2025-01-08T00:28:11.007Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2020 | 2025-01-08T00:28:12.037Z | Compiling unsafe-libyaml v0.2.11 |
2021 | 2025-01-08T00:28:14.035Z | Compiling serde_yaml v0.9.34+deprecated |
2022 | 2025-01-08T00:28:15.810Z | Compiling postcard v1.0.10 |
2023 | 2025-01-08T00:28:29.282Z | Compiling progenitor-impl v0.8.0 |
2024 | 2025-01-08T00:28:29.546Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2025 | 2025-01-08T00:28:39.508Z | Compiling strum_macros v0.26.4 |
2026 | 2025-01-08T00:28:40.981Z | Compiling structmeta-derive v0.3.0 |
2027 | 2025-01-08T00:28:41.010Z | Compiling foreign-types-macros v0.2.3 |
2028 | 2025-01-08T00:28:41.178Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2029 | 2025-01-08T00:28:41.484Z | Compiling proc-macro-error v1.0.4 |
2030 | 2025-01-08T00:28:42.413Z | Compiling foreign-types-shared v0.3.1 |
2031 | 2025-01-08T00:28:42.557Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2032 | 2025-01-08T00:28:43.721Z | Compiling structmeta v0.3.0 |
2033 | 2025-01-08T00:28:43.954Z | Compiling strum v0.26.3 |
2034 | 2025-01-08T00:28:47.846Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2035 | 2025-01-08T00:28:49.088Z | Compiling foreign-types v0.5.0 |
2036 | 2025-01-08T00:28:52.841Z | Compiling progenitor-macro v0.8.0 |
2037 | 2025-01-08T00:28:57.742Z | Compiling progenitor-client v0.8.0 |
2038 | 2025-01-08T00:28:57.909Z | Compiling tabwriter v1.4.0 |
2039 | 2025-01-08T00:28:58.729Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2040 | 2025-01-08T00:28:59.948Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2041 | 2025-01-08T00:29:00.776Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2042 | 2025-01-08T00:29:01.633Z | Compiling cstr-argument v0.1.2 |
2043 | 2025-01-08T00:29:01.905Z | Compiling dropshot v0.13.0 |
2044 | 2025-01-08T00:29:02.107Z | Compiling crucible-workspace-hack v0.1.0 |
2045 | 2025-01-08T00:29:02.224Z | Compiling thiserror v2.0.3 |
2046 | 2025-01-08T00:29:02.399Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2047 | 2025-01-08T00:29:02.688Z | Compiling pretty-hex v0.2.1 |
2048 | 2025-01-08T00:29:02.797Z | Compiling fastrand v2.1.1 |
2049 | 2025-01-08T00:29:04.024Z | Compiling tempfile v3.13.0 |
2050 | 2025-01-08T00:29:04.139Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2051 | 2025-01-08T00:29:05.026Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2052 | 2025-01-08T00:29:05.312Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2053 | 2025-01-08T00:29:05.490Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2054 | 2025-01-08T00:29:05.538Z | Compiling progenitor v0.8.0 |
2055 | 2025-01-08T00:29:05.817Z | Compiling parse-display-derive v0.10.0 |
2056 | 2025-01-08T00:29:05.918Z | Compiling colored v2.1.0 |
2057 | 2025-01-08T00:29:06.425Z | Compiling serde_with_macros v3.11.0 |
2058 | 2025-01-08T00:29:07.179Z | Compiling dropshot_endpoint v0.13.0 |
2059 | 2025-01-08T00:29:07.240Z | Compiling thiserror-impl v2.0.3 |
2060 | 2025-01-08T00:29:09.064Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2061 | 2025-01-08T00:29:09.507Z | Compiling instant v0.1.13 |
2062 | 2025-01-08T00:29:09.676Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2063 | 2025-01-08T00:29:09.696Z | Compiling parse-display v0.10.0 |
2064 | 2025-01-08T00:29:09.699Z | Compiling backoff v0.4.0 |
2065 | 2025-01-08T00:29:09.795Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2066 | 2025-01-08T00:29:10.018Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2067 | 2025-01-08T00:29:10.065Z | Compiling serde_with v3.11.0 |
2068 | 2025-01-08T00:29:10.085Z | Compiling zone_cfg_derive v0.3.0 |
2069 | 2025-01-08T00:29:11.471Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2070 | 2025-01-08T00:29:11.635Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2071 | 2025-01-08T00:29:12.151Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2072 | 2025-01-08T00:29:12.498Z | Compiling camino-tempfile v1.1.1 |
2073 | 2025-01-08T00:29:13.078Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2074 | 2025-01-08T00:29:13.293Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2075 | 2025-01-08T00:29:13.489Z | Compiling regress v0.9.1 |
2076 | 2025-01-08T00:29:13.573Z | Compiling num-derive v0.4.2 |
2077 | 2025-01-08T00:29:14.327Z | Compiling sigpipe v0.1.3 |
2078 | 2025-01-08T00:29:14.481Z | Compiling libefi-sys v0.1.0 |
2079 | 2025-01-08T00:29:14.778Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2080 | 2025-01-08T00:29:15.129Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2081 | 2025-01-08T00:29:15.753Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2082 | 2025-01-08T00:29:17.409Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2083 | 2025-01-08T00:29:17.884Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2084 | 2025-01-08T00:29:18.398Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2085 | 2025-01-08T00:29:20.091Z | Compiling zone v0.3.0 |
2086 | 2025-01-08T00:29:22.117Z | Compiling smf v0.2.3 |
2087 | 2025-01-08T00:29:23.276Z | Compiling bitfield-struct v0.6.2 |
2088 | 2025-01-08T00:29:23.458Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2089 | 2025-01-08T00:29:23.862Z | Compiling blake3 v1.5.4 |
2090 | 2025-01-08T00:29:24.683Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2091 | 2025-01-08T00:29:25.175Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2092 | 2025-01-08T00:29:25.371Z | Compiling xattr v1.3.1 |
2093 | 2025-01-08T00:29:25.461Z | Compiling memmap2 v0.9.5 |
2094 | 2025-01-08T00:29:25.682Z | Compiling filetime v0.2.25 |
2095 | 2025-01-08T00:29:25.723Z | Compiling arrayvec v0.7.6 |
2096 | 2025-01-08T00:29:26.037Z | Compiling constant_time_eq v0.3.1 |
2097 | 2025-01-08T00:29:26.055Z | Compiling same-file v1.0.6 |
2098 | 2025-01-08T00:29:26.225Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2099 | 2025-01-08T00:29:26.244Z | Compiling arrayref v0.3.9 |
2100 | 2025-01-08T00:29:26.311Z | Compiling walkdir v2.5.0 |
2101 | 2025-01-08T00:29:26.336Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2102 | 2025-01-08T00:29:26.358Z | Compiling tar v0.4.42 |
2103 | 2025-01-08T00:29:27.981Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2104 | 2025-01-08T00:29:28.444Z | Compiling gethostname v0.5.0 |
2105 | 2025-01-08T00:29:29.663Z | Compiling cargo-platform v0.1.8 |
2106 | 2025-01-08T00:29:29.665Z | Compiling topological-sort v0.2.2 |
2107 | 2025-01-08T00:29:29.665Z | Compiling cargo_metadata v0.18.1 |
2108 | 2025-01-08T00:29:29.665Z | Compiling omicron-zone-package v0.12.0 |
2109 | 2025-01-08T00:29:29.735Z | Compiling indent_write v2.2.0 |
2110 | 2025-01-08T00:29:29.988Z | Compiling shell-words v1.1.0 |
2111 | 2025-01-08T00:29:36.934Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2112 | 2025-01-08T00:29:39.404Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2113 | 2025-01-08T00:29:42.215Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2114 | 2025-01-08T00:29:59.536Z | Finished `release` profile [optimized] target(s) in 5m 26s |
2115 | 2025-01-08T00:29:59.699Z | Running `target/release/omicron-package -t test target create -p dev` |
2116 | 2025-01-08T00:29:59.749Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2117 | 2025-01-08T00:29:59.751Z | Created new build target 'test' and set it as active |
2118 | 2025-01-08T00:29:59.751Z | |
2119 | 2025-01-08T00:29:59.751Z | real 5:26.434707526 |
2120 | 2025-01-08T00:29:59.751Z | user 36:49.205224855 |
2121 | 2025-01-08T00:29:59.751Z | sys 4:54.959853951 |
2122 | 2025-01-08T00:29:59.751Z | trap 1.070868118 |
2123 | 2025-01-08T00:29:59.751Z | tflt 2.970279496 |
2124 | 2025-01-08T00:29:59.751Z | dflt 0.733985518 |
2125 | 2025-01-08T00:29:59.751Z | kflt 0.000762345 |
2126 | 2025-01-08T00:29:59.751Z | lock 1:17:15.008822771 |
2127 | 2025-01-08T00:29:59.751Z | slp 2:33:35.956932061 |
2128 | 2025-01-08T00:29:59.751Z | lat 2:31.400229942 |
2129 | 2025-01-08T00:29:59.751Z | stop 4:31.557331017 |
2130 | 2025-01-08T00:29:59.754Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2131 | 2025-01-08T00:30:00.708Z | Finished `release` profile [optimized] target(s) in 0.90s |
2132 | 2025-01-08T00:30:00.764Z | Running `target/release/omicron-package -t test package` |
2133 | 2025-01-08T00:30:00.809Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2134 | 2025-01-08T00:30:01.936Z | Compiling convert_case v0.4.0 |
2135 | 2025-01-08T00:30:01.936Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2136 | 2025-01-08T00:30:01.939Z | Compiling newline-converter v0.3.0 |
2137 | 2025-01-08T00:30:01.939Z | Compiling password-hash v0.5.0 |
2138 | 2025-01-08T00:30:01.939Z | Compiling blake2 v0.10.6 |
2139 | 2025-01-08T00:30:01.939Z | Compiling base64 v0.21.7 |
2140 | 2025-01-08T00:30:01.940Z | Compiling atomicwrites v0.4.4 |
2141 | 2025-01-08T00:30:01.940Z | Compiling progenitor-client v0.8.0 |
2142 | 2025-01-08T00:30:02.268Z | Compiling expectorate v1.1.0 |
2143 | 2025-01-08T00:30:02.303Z | Compiling cancel-safe-futures v0.1.5 |
2144 | 2025-01-08T00:30:02.474Z | Compiling owo-colors v4.1.0 |
2145 | 2025-01-08T00:30:02.558Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2146 | 2025-01-08T00:30:02.630Z | Compiling argon2 v0.5.3 |
2147 | 2025-01-08T00:30:02.726Z | Compiling progenitor v0.8.0 |
2148 | 2025-01-08T00:30:02.793Z | Compiling num-rational v0.4.2 |
2149 | 2025-01-08T00:30:02.815Z | Compiling derive_more v0.99.18 |
2150 | 2025-01-08T00:30:02.980Z | Compiling num-complex v0.4.6 |
2151 | 2025-01-08T00:30:03.287Z | Compiling libsw v3.3.1 |
2152 | 2025-01-08T00:30:03.619Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2153 | 2025-01-08T00:30:03.976Z | Compiling swrite v0.1.0 |
2154 | 2025-01-08T00:30:04.122Z | Compiling num v0.4.3 |
2155 | 2025-01-08T00:30:04.185Z | Compiling float-ord v0.3.2 |
2156 | 2025-01-08T00:30:04.207Z | Compiling linear-map v1.2.0 |
2157 | 2025-01-08T00:30:04.227Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2158 | 2025-01-08T00:30:04.244Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2159 | 2025-01-08T00:30:04.364Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2160 | 2025-01-08T00:30:04.650Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2161 | 2025-01-08T00:30:05.022Z | Compiling highway v1.2.0 |
2162 | 2025-01-08T00:30:05.188Z | Compiling semver v0.1.20 |
2163 | 2025-01-08T00:30:05.726Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2164 | 2025-01-08T00:30:06.021Z | Compiling rustc_version v0.1.7 |
2165 | 2025-01-08T00:30:06.460Z | Compiling newtype_derive v0.1.6 |
2166 | 2025-01-08T00:30:06.489Z | Compiling tungstenite v0.21.0 |
2167 | 2025-01-08T00:30:06.778Z | Compiling ipnetwork v0.20.0 |
2168 | 2025-01-08T00:30:07.613Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2169 | 2025-01-08T00:30:08.321Z | Compiling tokio-tungstenite v0.21.0 |
2170 | 2025-01-08T00:30:09.005Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2171 | 2025-01-08T00:30:09.368Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2172 | 2025-01-08T00:30:11.737Z | Compiling humantime v2.1.0 |
2173 | 2025-01-08T00:30:12.274Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2174 | 2025-01-08T00:30:12.589Z | Compiling dropshot v0.13.0 |
2175 | 2025-01-08T00:30:12.664Z | Compiling instant v0.1.13 |
2176 | 2025-01-08T00:30:12.844Z | Compiling backoff v0.4.0 |
2177 | 2025-01-08T00:30:13.210Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2178 | 2025-01-08T00:30:13.530Z | Compiling steno v0.4.1 |
2179 | 2025-01-08T00:30:13.682Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2180 | 2025-01-08T00:30:13.703Z | Compiling parse-display v0.10.0 |
2181 | 2025-01-08T00:30:14.266Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2182 | 2025-01-08T00:30:14.464Z | Compiling serde_with v3.11.0 |
2183 | 2025-01-08T00:30:18.498Z | Compiling strum v0.26.3 |
2184 | 2025-01-08T00:30:18.555Z | Compiling regress v0.9.1 |
2185 | 2025-01-08T00:30:18.689Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2186 | 2025-01-08T00:30:21.562Z | Compiling macaddr v1.0.1 |
2187 | 2025-01-08T00:30:21.598Z | Compiling slog-dtrace v0.3.0 |
2188 | 2025-01-08T00:30:21.736Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2189 | 2025-01-08T00:30:21.982Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2190 | 2025-01-08T00:30:22.274Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2191 | 2025-01-08T00:30:24.063Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2192 | 2025-01-08T00:30:24.516Z | Compiling prettyplease v0.2.25 |
2193 | 2025-01-08T00:30:24.744Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2194 | 2025-01-08T00:30:25.087Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2195 | 2025-01-08T00:30:26.116Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2196 | 2025-01-08T00:30:28.384Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2197 | 2025-01-08T00:30:29.116Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2198 | 2025-01-08T00:30:40.933Z | Compiling half v2.4.1 |
2199 | 2025-01-08T00:30:41.367Z | Compiling ciborium-io v0.2.2 |
2200 | 2025-01-08T00:30:41.518Z | Compiling ciborium-ll v0.2.2 |
2201 | 2025-01-08T00:30:41.582Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2202 | 2025-01-08T00:30:42.054Z | Compiling ciborium v0.2.2 |
2203 | 2025-01-08T00:30:42.232Z | Compiling same-file v1.0.6 |
2204 | 2025-01-08T00:30:42.480Z | Compiling fastrand v2.1.1 |
2205 | 2025-01-08T00:30:42.547Z | Compiling display-error-chain v0.2.2 |
2206 | 2025-01-08T00:30:42.777Z | Compiling walkdir v2.5.0 |
2207 | 2025-01-08T00:30:42.974Z | Compiling tempfile v3.13.0 |
2208 | 2025-01-08T00:30:43.418Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2209 | 2025-01-08T00:30:43.437Z | Compiling blake3 v1.5.4 |
2210 | 2025-01-08T00:30:43.776Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2211 | 2025-01-08T00:30:44.096Z | Compiling xattr v1.3.1 |
2212 | 2025-01-08T00:30:44.112Z | Compiling filetime v0.2.25 |
2213 | 2025-01-08T00:30:44.346Z | Compiling memmap2 v0.9.5 |
2214 | 2025-01-08T00:30:44.413Z | Compiling keccak v0.1.5 |
2215 | 2025-01-08T00:30:44.775Z | Compiling arrayvec v0.7.6 |
2216 | 2025-01-08T00:30:45.229Z | Compiling constant_time_eq v0.3.1 |
2217 | 2025-01-08T00:30:45.397Z | Compiling arrayref v0.3.9 |
2218 | 2025-01-08T00:30:45.417Z | Compiling sha3 v0.10.8 |
2219 | 2025-01-08T00:30:46.262Z | Compiling tar v0.4.42 |
2220 | 2025-01-08T00:30:46.641Z | Compiling camino-tempfile v1.1.1 |
2221 | 2025-01-08T00:30:46.797Z | Compiling toolchain_find v0.4.0 |
2222 | 2025-01-08T00:30:47.112Z | Compiling const_format_proc_macros v0.2.33 |
2223 | 2025-01-08T00:30:47.366Z | Compiling radium v0.7.0 |
2224 | 2025-01-08T00:30:47.589Z | Compiling topological-sort v0.2.2 |
2225 | 2025-01-08T00:30:47.592Z | Compiling maplit v1.0.2 |
2226 | 2025-01-08T00:30:47.744Z | Compiling crunchy v0.2.2 |
2227 | 2025-01-08T00:30:47.838Z | Compiling omicron-zone-package v0.12.0 |
2228 | 2025-01-08T00:30:47.862Z | Compiling rustfmt-wrapper v0.2.1 |
2229 | 2025-01-08T00:30:48.200Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2230 | 2025-01-08T00:30:48.243Z | Compiling maybe-uninit v2.0.0 |
2231 | 2025-01-08T00:30:48.277Z | Compiling tap v1.0.1 |
2232 | 2025-01-08T00:30:48.403Z | Compiling tiny-keccak v2.0.2 |
2233 | 2025-01-08T00:30:48.468Z | Compiling wyz v0.5.1 |
2234 | 2025-01-08T00:30:48.775Z | Compiling dsl_auto_type v0.1.2 |
2235 | 2025-01-08T00:30:48.852Z | Compiling phf_generator v0.11.2 |
2236 | 2025-01-08T00:30:48.870Z | Compiling const_format v0.2.33 |
2237 | 2025-01-08T00:30:48.935Z | Compiling scheduled-thread-pool v0.2.7 |
2238 | 2025-01-08T00:30:49.046Z | Compiling secrecy v0.8.0 |
2239 | 2025-01-08T00:30:49.297Z | Compiling diesel_table_macro_syntax v0.2.0 |
2240 | 2025-01-08T00:30:49.326Z | Compiling async-recursion v1.1.1 |
2241 | 2025-01-08T00:30:49.696Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2242 | 2025-01-08T00:30:49.985Z | Compiling funty v2.0.0 |
2243 | 2025-01-08T00:30:50.115Z | Compiling packed_struct v0.10.1 |
2244 | 2025-01-08T00:30:50.179Z | Compiling crc-catalog v2.4.0 |
2245 | 2025-01-08T00:30:50.182Z | Compiling arc-swap v1.7.1 |
2246 | 2025-01-08T00:30:50.334Z | Compiling crc v3.2.1 |
2247 | 2025-01-08T00:30:50.572Z | Compiling diesel_derives v2.2.3 |
2248 | 2025-01-08T00:30:50.813Z | Compiling slog-scope v4.4.0 |
2249 | 2025-01-08T00:30:50.876Z | Compiling r2d2 v0.8.10 |
2250 | 2025-01-08T00:30:51.343Z | Compiling bitvec v1.0.1 |
2251 | 2025-01-08T00:30:51.634Z | Compiling phf_codegen v0.11.2 |
2252 | 2025-01-08T00:30:52.325Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2253 | 2025-01-08T00:30:52.407Z | Compiling ascii-canvas v3.0.0 |
2254 | 2025-01-08T00:30:52.428Z | Compiling universal-hash v0.5.1 |
2255 | 2025-01-08T00:30:52.665Z | Compiling thiserror-impl-no-std v2.0.2 |
2256 | 2025-01-08T00:30:52.885Z | Compiling packed_struct_codegen v0.10.1 |
2257 | 2025-01-08T00:30:53.644Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2258 | 2025-01-08T00:30:55.302Z | Compiling parse-zoneinfo v0.3.1 |
2259 | 2025-01-08T00:30:55.357Z | Compiling ena v0.14.3 |
2260 | 2025-01-08T00:30:55.777Z | Compiling indexmap v1.9.3 |
2261 | 2025-01-08T00:30:55.878Z | Compiling nodrop v0.1.14 |
2262 | 2025-01-08T00:30:56.027Z | Compiling opaque-debug v0.3.1 |
2263 | 2025-01-08T00:30:56.104Z | Compiling regex-syntax v0.6.29 |
2264 | 2025-01-08T00:30:56.139Z | Compiling diff v0.1.13 |
2265 | 2025-01-08T00:30:56.692Z | Compiling poly1305 v0.8.0 |
2266 | 2025-01-08T00:30:56.912Z | Compiling array-init v0.0.4 |
2267 | 2025-01-08T00:30:58.184Z | Compiling chrono-tz-build v0.4.0 |
2268 | 2025-01-08T00:30:59.350Z | Compiling thiserror-no-std v2.0.2 |
2269 | 2025-01-08T00:30:59.490Z | Compiling lalrpop v0.19.12 |
2270 | 2025-01-08T00:31:01.520Z | Compiling smallvec v0.6.14 |
2271 | 2025-01-08T00:31:01.992Z | Compiling slog-stdlog v4.1.1 |
2272 | 2025-01-08T00:31:02.239Z | Compiling diesel v2.2.6 |
2273 | 2025-01-08T00:31:02.819Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2274 | 2025-01-08T00:31:03.096Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2275 | 2025-01-08T00:31:03.410Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2276 | 2025-01-08T00:31:03.653Z | Compiling chacha20 v0.9.1 |
2277 | 2025-01-08T00:31:03.963Z | Compiling aead v0.5.2 |
2278 | 2025-01-08T00:31:04.152Z | Compiling vte_generate_state_changes v0.1.2 |
2279 | 2025-01-08T00:31:04.314Z | Compiling hashbrown v0.12.3 |
2280 | 2025-01-08T00:31:04.763Z | Compiling bitfield v0.14.0 |
2281 | 2025-01-08T00:31:05.085Z | Compiling termcolor v1.4.1 |
2282 | 2025-01-08T00:31:05.639Z | Compiling ref-cast v1.0.23 |
2283 | 2025-01-08T00:31:06.205Z | Compiling env_logger v0.10.2 |
2284 | 2025-01-08T00:31:07.413Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2285 | 2025-01-08T00:31:09.422Z | Compiling vte v0.11.1 |
2286 | 2025-01-08T00:31:10.862Z | Compiling chacha20poly1305 v0.10.1 |
2287 | 2025-01-08T00:31:11.132Z | Compiling slog-envlogger v2.2.0 |
2288 | 2025-01-08T00:31:13.910Z | Compiling serde-hex v0.1.0 |
2289 | 2025-01-08T00:31:19.201Z | Compiling vsss-rs v3.3.4 |
2290 | 2025-01-08T00:31:23.638Z | Compiling chrono-tz v0.10.0 |
2291 | 2025-01-08T00:31:24.282Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2292 | 2025-01-08T00:31:24.629Z | Compiling ron v0.8.1 |
2293 | 2025-01-08T00:31:25.015Z | Compiling polar-core v0.27.3 |
2294 | 2025-01-08T00:31:25.036Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2295 | 2025-01-08T00:31:25.353Z | Compiling derive_builder_core v0.20.2 |
2296 | 2025-01-08T00:31:26.223Z | Compiling hashbrown v0.13.2 |
2297 | 2025-01-08T00:31:27.514Z | Compiling headers-core v0.3.0 |
2298 | 2025-01-08T00:31:27.693Z | Compiling fxhash v0.2.1 |
2299 | 2025-01-08T00:31:27.721Z | Compiling libxml v0.3.3 |
2300 | 2025-01-08T00:31:27.950Z | Compiling ref-cast-impl v1.0.23 |
2301 | 2025-01-08T00:31:28.074Z | Compiling simd-adler32 v0.3.7 |
2302 | 2025-01-08T00:31:29.109Z | Compiling bumpalo v3.16.0 |
2303 | 2025-01-08T00:31:29.297Z | Compiling lockfree-object-pool v0.1.6 |
2304 | 2025-01-08T00:31:29.616Z | Compiling bytecount v0.6.8 |
2305 | 2025-01-08T00:31:29.689Z | Compiling zip v2.1.3 |
2306 | 2025-01-08T00:31:29.915Z | Compiling crc-any v2.5.0 |
2307 | 2025-01-08T00:31:30.037Z | Compiling papergrid v0.11.0 |
2308 | 2025-01-08T00:31:30.453Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2309 | 2025-01-08T00:31:30.878Z | Compiling zopfli v0.8.1 |
2310 | 2025-01-08T00:31:35.295Z | Compiling headers v0.4.0 |
2311 | 2025-01-08T00:31:39.152Z | Compiling object v0.30.4 |
2312 | 2025-01-08T00:31:40.504Z | Compiling derive_builder_macro v0.20.2 |
2313 | 2025-01-08T00:31:41.340Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2314 | 2025-01-08T00:31:43.853Z | Compiling strip-ansi-escapes v0.2.0 |
2315 | 2025-01-08T00:31:44.599Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2316 | 2025-01-08T00:31:45.586Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2317 | 2025-01-08T00:31:45.873Z | Compiling tabled_derive v0.7.0 |
2318 | 2025-01-08T00:31:47.590Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2319 | 2025-01-08T00:31:47.676Z | Compiling fd-lock v4.0.2 |
2320 | 2025-01-08T00:31:47.905Z | Compiling peg-macros v0.8.4 |
2321 | 2025-01-08T00:31:47.995Z | Compiling strum_macros v0.24.3 |
2322 | 2025-01-08T00:31:51.215Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2323 | 2025-01-08T00:31:51.239Z | Compiling kstat-rs v0.2.4 |
2324 | 2025-01-08T00:31:51.888Z | Compiling samael v0.0.17 |
2325 | 2025-01-08T00:31:52.026Z | Compiling unicase v2.7.0 |
2326 | 2025-01-08T00:31:52.191Z | Compiling nu-ansi-term v0.50.1 |
2327 | 2025-01-08T00:31:52.193Z | Compiling path-slash v0.1.5 |
2328 | 2025-01-08T00:31:52.275Z | Compiling indoc v1.0.9 |
2329 | 2025-01-08T00:31:52.378Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2330 | 2025-01-08T00:31:52.459Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2331 | 2025-01-08T00:31:53.346Z | Compiling reedline v0.35.0 |
2332 | 2025-01-08T00:31:54.987Z | Compiling peg v0.8.4 |
2333 | 2025-01-08T00:31:55.116Z | Compiling tabled v0.15.0 |
2334 | 2025-01-08T00:31:57.313Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2335 | 2025-01-08T00:32:07.840Z | Compiling derive_builder v0.20.2 |
2336 | 2025-01-08T00:32:12.066Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2337 | 2025-01-08T00:32:12.977Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2338 | 2025-01-08T00:32:15.274Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2339 | 2025-01-08T00:32:15.293Z | Compiling pem v3.0.4 |
2340 | 2025-01-08T00:32:15.571Z | Compiling bcs v0.1.6 |
2341 | 2025-01-08T00:32:16.489Z | Compiling oso-derive v0.27.3 |
2342 | 2025-01-08T00:32:16.733Z | Compiling impl-trait-for-tuples v0.2.2 |
2343 | 2025-01-08T00:32:17.043Z | Compiling libz-sys v1.1.20 |
2344 | 2025-01-08T00:32:17.483Z | Compiling quick-xml v0.33.0 |
2345 | 2025-01-08T00:32:17.707Z | Compiling diesel-dtrace v0.4.2 |
2346 | 2025-01-08T00:32:18.027Z | Compiling parking_lot_core v0.8.6 |
2347 | 2025-01-08T00:32:23.449Z | Compiling oso v0.27.3 |
2348 | 2025-01-08T00:32:24.018Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2349 | 2025-01-08T00:32:25.701Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2350 | 2025-01-08T00:32:31.235Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2351 | 2025-01-08T00:32:34.435Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2352 | 2025-01-08T00:32:34.736Z | Compiling bb8 v0.8.5 |
2353 | 2025-01-08T00:32:35.369Z | Compiling buf-list v1.0.3 |
2354 | 2025-01-08T00:32:36.016Z | Compiling async-bb8-diesel v0.2.1 |
2355 | 2025-01-08T00:32:38.402Z | Compiling nibble_vec v0.1.0 |
2356 | 2025-01-08T00:32:38.658Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2357 | 2025-01-08T00:32:39.458Z | Compiling pin-project-internal v1.1.6 |
2358 | 2025-01-08T00:32:40.651Z | Compiling atty v0.2.14 |
2359 | 2025-01-08T00:32:40.825Z | Compiling salty v0.3.0 |
2360 | 2025-01-08T00:32:41.247Z | Compiling endian-type v0.1.2 |
2361 | 2025-01-08T00:32:41.498Z | Compiling radix_trie v0.2.1 |
2362 | 2025-01-08T00:32:42.203Z | Compiling pin-project v1.1.6 |
2363 | 2025-01-08T00:32:42.804Z | Compiling parking_lot v0.11.2 |
2364 | 2025-01-08T00:32:45.878Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2365 | 2025-01-08T00:32:51.988Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2366 | 2025-01-08T00:32:56.729Z | Compiling snafu-derive v0.8.5 |
2367 | 2025-01-08T00:32:59.154Z | Compiling sled v0.34.7 |
2368 | 2025-01-08T00:33:01.522Z | Compiling snafu v0.8.5 |
2369 | 2025-01-08T00:33:02.762Z | Compiling mime_guess v2.0.5 |
2370 | 2025-01-08T00:33:05.840Z | Compiling hickory-client v0.24.1 |
2371 | 2025-01-08T00:33:09.698Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2372 | 2025-01-08T00:33:11.067Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2373 | 2025-01-08T00:33:11.881Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2374 | 2025-01-08T00:33:11.901Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2375 | 2025-01-08T00:33:12.588Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2376 | 2025-01-08T00:33:14.128Z | Compiling globset v0.4.15 |
2377 | 2025-01-08T00:33:17.025Z | Compiling hickory-server v0.24.1 |
2378 | 2025-01-08T00:33:20.663Z | Compiling primeorder v0.13.6 |
2379 | 2025-01-08T00:33:21.250Z | Compiling olpc-cjson v0.1.4 |
2380 | 2025-01-08T00:33:21.547Z | Compiling castaway v0.2.3 |
2381 | 2025-01-08T00:33:21.584Z | Compiling vergen v8.3.2 |
2382 | 2025-01-08T00:33:21.739Z | Compiling env_filter v0.1.2 |
2383 | 2025-01-08T00:33:21.873Z | Compiling serde_plain v1.0.2 |
2384 | 2025-01-08T00:33:22.356Z | Compiling cargo-platform v0.1.8 |
2385 | 2025-01-08T00:33:22.868Z | Compiling nanorand v0.7.0 |
2386 | 2025-01-08T00:33:23.259Z | Compiling memoffset v0.9.1 |
2387 | 2025-01-08T00:33:23.550Z | Compiling typed-path v0.9.3 |
2388 | 2025-01-08T00:33:23.721Z | Compiling flume v0.11.1 |
2389 | 2025-01-08T00:33:24.497Z | Compiling cargo_metadata v0.18.1 |
2390 | 2025-01-08T00:33:27.220Z | Compiling tough v0.19.0 |
2391 | 2025-01-08T00:33:27.627Z | Compiling env_logger v0.11.5 |
2392 | 2025-01-08T00:33:29.019Z | Compiling compact_str v0.8.0 |
2393 | 2025-01-08T00:33:30.786Z | Compiling p384 v0.13.0 |
2394 | 2025-01-08T00:33:31.516Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2395 | 2025-01-08T00:33:31.905Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2396 | 2025-01-08T00:33:32.435Z | Compiling git2 v0.19.0 |
2397 | 2025-01-08T00:33:32.931Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2398 | 2025-01-08T00:33:41.791Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2399 | 2025-01-08T00:33:42.095Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2400 | 2025-01-08T00:33:42.945Z | Compiling unicode-truncate v1.1.0 |
2401 | 2025-01-08T00:33:43.240Z | Compiling lru v0.12.5 |
2402 | 2025-01-08T00:33:43.630Z | Compiling rand_seeder v0.3.0 |
2403 | 2025-01-08T00:33:44.033Z | Compiling libsqlite3-sys v0.30.1 |
2404 | 2025-01-08T00:33:44.285Z | Compiling lzma-sys v0.1.20 |
2405 | 2025-01-08T00:33:44.545Z | Compiling instability v0.3.2 |
2406 | 2025-01-08T00:33:44.998Z | Compiling http-range v0.1.5 |
2407 | 2025-01-08T00:33:45.576Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2408 | 2025-01-08T00:33:45.596Z | Compiling parse-size v1.1.0 |
2409 | 2025-01-08T00:33:45.891Z | Compiling rustls v0.21.12 |
2410 | 2025-01-08T00:33:45.917Z | Compiling cassowary v0.3.0 |
2411 | 2025-01-08T00:33:46.206Z | Compiling cfg_aliases v0.2.1 |
2412 | 2025-01-08T00:33:46.331Z | Compiling nix v0.29.0 |
2413 | 2025-01-08T00:33:47.209Z | Compiling ratatui v0.28.1 |
2414 | 2025-01-08T00:33:49.173Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2415 | 2025-01-08T00:33:49.638Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2416 | 2025-01-08T00:33:49.882Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2417 | 2025-01-08T00:33:56.962Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2418 | 2025-01-08T00:33:57.429Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2419 | 2025-01-08T00:33:58.277Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2420 | 2025-01-08T00:33:58.566Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2421 | 2025-01-08T00:33:58.585Z | Compiling rustls-webpki v0.101.7 |
2422 | 2025-01-08T00:34:01.887Z | Compiling sct v0.7.1 |
2423 | 2025-01-08T00:34:02.309Z | Compiling heck v0.3.3 |
2424 | 2025-01-08T00:34:02.376Z | Compiling csv-core v0.1.11 |
2425 | 2025-01-08T00:34:02.507Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2426 | 2025-01-08T00:34:02.704Z | Compiling glob v0.3.1 |
2427 | 2025-01-08T00:34:02.835Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2428 | 2025-01-08T00:34:03.178Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2429 | 2025-01-08T00:34:03.298Z | Compiling csv v1.3.0 |
2430 | 2025-01-08T00:34:04.738Z | Compiling zone_cfg_derive v0.1.2 |
2431 | 2025-01-08T00:34:06.193Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2432 | 2025-01-08T00:34:06.326Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2433 | 2025-01-08T00:34:07.619Z | Compiling nix v0.27.1 |
2434 | 2025-01-08T00:34:10.316Z | Compiling hyper-staticfile v0.10.1 |
2435 | 2025-01-08T00:34:10.629Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2436 | 2025-01-08T00:34:13.827Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2437 | 2025-01-08T00:34:16.561Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2438 | 2025-01-08T00:34:17.251Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2439 | 2025-01-08T00:34:17.798Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2440 | 2025-01-08T00:34:22.802Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2441 | 2025-01-08T00:34:23.145Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2442 | 2025-01-08T00:34:23.447Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2443 | 2025-01-08T00:34:23.753Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2444 | 2025-01-08T00:34:24.328Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2445 | 2025-01-08T00:34:25.239Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2446 | 2025-01-08T00:34:25.422Z | Compiling hashlink v0.9.1 |
2447 | 2025-01-08T00:34:25.842Z | Compiling tungstenite v0.23.0 |
2448 | 2025-01-08T00:34:26.248Z | Compiling base64 v0.13.1 |
2449 | 2025-01-08T00:34:27.042Z | Compiling fallible-streaming-iterator v0.1.9 |
2450 | 2025-01-08T00:34:27.270Z | Compiling fallible-iterator v0.3.0 |
2451 | 2025-01-08T00:34:27.361Z | Compiling tokio-tungstenite v0.23.1 |
2452 | 2025-01-08T00:34:27.996Z | Compiling ron v0.7.1 |
2453 | 2025-01-08T00:34:28.121Z | Compiling rusqlite v0.32.1 |
2454 | 2025-01-08T00:34:30.812Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2455 | 2025-01-08T00:34:31.074Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2456 | 2025-01-08T00:34:31.340Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2457 | 2025-01-08T00:34:31.470Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2458 | 2025-01-08T00:34:33.379Z | Compiling xz2 v0.1.7 |
2459 | 2025-01-08T00:34:34.018Z | Compiling tokio-rustls v0.24.1 |
2460 | 2025-01-08T00:34:34.498Z | Compiling zone v0.1.8 |
2461 | 2025-01-08T00:34:37.193Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2462 | 2025-01-08T00:34:37.953Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2463 | 2025-01-08T00:34:45.216Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2464 | 2025-01-08T00:34:51.073Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2465 | 2025-01-08T00:34:51.135Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2466 | 2025-01-08T00:34:52.427Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2467 | 2025-01-08T00:34:54.569Z | Compiling rustls-pemfile v1.0.4 |
2468 | 2025-01-08T00:34:55.326Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2469 | 2025-01-08T00:34:55.694Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2470 | 2025-01-08T00:34:58.952Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2471 | 2025-01-08T00:34:59.130Z | Compiling signal-hook-tokio v0.3.1 |
2472 | 2025-01-08T00:34:59.365Z | Compiling twox-hash v1.6.3 |
2473 | 2025-01-08T00:35:00.351Z | Compiling yasna v0.5.2 |
2474 | 2025-01-08T00:35:00.450Z | Compiling is_ci v1.2.0 |
2475 | 2025-01-08T00:35:00.494Z | Compiling smawk v0.3.2 |
2476 | 2025-01-08T00:35:00.752Z | Compiling unicode-linebreak v0.1.5 |
2477 | 2025-01-08T00:35:00.776Z | Compiling supports-color v3.0.1 |
2478 | 2025-01-08T00:35:01.180Z | Compiling textwrap v0.16.1 |
2479 | 2025-01-08T00:35:03.743Z | Compiling rcgen v0.12.1 |
2480 | 2025-01-08T00:35:04.662Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2481 | 2025-01-08T00:35:10.825Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2482 | 2025-01-08T00:35:12.025Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2483 | 2025-01-08T00:35:13.921Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2484 | 2025-01-08T00:35:22.857Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2485 | 2025-01-08T00:35:31.140Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2486 | 2025-01-08T00:35:32.835Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2487 | 2025-01-08T00:35:36.008Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2488 | 2025-01-08T00:35:36.667Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2489 | 2025-01-08T00:35:46.210Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2490 | 2025-01-08T00:35:46.532Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2491 | 2025-01-08T00:35:49.192Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2492 | 2025-01-08T00:35:53.189Z | Compiling fatfs v0.3.6 |
2493 | 2025-01-08T00:35:55.704Z | Compiling rtoolbox v0.0.2 |
2494 | 2025-01-08T00:35:56.073Z | Compiling subprocess v0.2.9 |
2495 | 2025-01-08T00:35:56.141Z | Compiling assert_matches v1.5.0 |
2496 | 2025-01-08T00:35:59.555Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2497 | 2025-01-08T00:36:00.734Z | Compiling rpassword v7.3.1 |
2498 | 2025-01-08T00:36:01.196Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2499 | 2025-01-08T00:36:04.935Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2500 | 2025-01-08T00:36:07.217Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2501 | 2025-01-08T00:36:09.859Z | Compiling tui-tree-widget v0.22.0 |
2502 | 2025-01-08T00:36:10.330Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2503 | 2025-01-08T00:36:11.972Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2504 | 2025-01-08T00:36:12.282Z | Compiling uzers v0.12.1 |
2505 | 2025-01-08T00:36:15.467Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2506 | 2025-01-08T00:36:23.654Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2507 | 2025-01-08T00:36:25.673Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2508 | 2025-01-08T00:36:47.802Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2509 | 2025-01-08T00:36:56.176Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2510 | 2025-01-08T00:36:58.553Z | Compiling multimap v0.10.0 |
2511 | 2025-01-08T00:39:16.868Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2512 | 2025-01-08T00:39:19.435Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2513 | 2025-01-08T00:45:57.463Z | Finished `release` profile [optimized] target(s) in 15m 56s |
2514 | 2025-01-08T00:47:01.416Z | |
2515 | 2025-01-08T00:47:01.418Z | real 17:01.640848133 |
2516 | 2025-01-08T00:47:01.418Z | user 1:56:26.292667097 |
2517 | 2025-01-08T00:47:01.418Z | sys 5:50.057416412 |
2518 | 2025-01-08T00:47:01.418Z | trap 2.837191842 |
2519 | 2025-01-08T00:47:01.418Z | tflt 2.967971257 |
2520 | 2025-01-08T00:47:01.418Z | dflt 4.673956345 |
2521 | 2025-01-08T00:47:01.418Z | kflt 0.039690431 |
2522 | 2025-01-08T00:47:01.418Z | lock 7:12:46.196156330 |
2523 | 2025-01-08T00:47:01.418Z | slp 6:12:08.891667096 |
2524 | 2025-01-08T00:47:01.418Z | lat 2:50.246358292 |
2525 | 2025-01-08T00:47:01.418Z | stop 2:28.375985433 |
2526 | 2025-01-08T00:47:01.418Z | + mapfile -t packages |
2527 | 2025-01-08T00:47:01.419Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2528 | 2025-01-08T00:47:02.461Z | Finished `release` profile [optimized] target(s) in 0.99s |
2529 | 2025-01-08T00:47:02.529Z | Running `target/release/omicron-package -t test list-outputs` |
2530 | 2025-01-08T00:47:02.578Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2531 | 2025-01-08T00:47:02.581Z | + ptime -m cargo build --locked --release -p xtask |
2532 | 2025-01-08T00:47:03.148Z | Compiling serde v1.0.215 |
2533 | 2025-01-08T00:47:03.151Z | Compiling rustix v0.38.37 |
2534 | 2025-01-08T00:47:03.151Z | Compiling serde_json v1.0.133 |
2535 | 2025-01-08T00:47:03.151Z | Compiling libc v0.2.162 |
2536 | 2025-01-08T00:47:03.241Z | Compiling syn v2.0.87 |
2537 | 2025-01-08T00:47:03.267Z | Compiling bitflags v2.6.0 |
2538 | 2025-01-08T00:47:03.611Z | Compiling usdt-impl v0.5.0 |
2539 | 2025-01-08T00:47:03.624Z | Compiling syn v1.0.109 |
2540 | 2025-01-08T00:47:03.730Z | Compiling log v0.4.22 |
2541 | 2025-01-08T00:47:03.760Z | Compiling hashbrown v0.15.1 |
2542 | 2025-01-08T00:47:03.835Z | Compiling fs-err v2.11.0 |
2543 | 2025-01-08T00:47:04.127Z | Compiling once_cell v1.20.2 |
2544 | 2025-01-08T00:47:04.193Z | Compiling anyhow v1.0.93 |
2545 | 2025-01-08T00:47:04.745Z | Compiling thread-id v4.2.2 |
2546 | 2025-01-08T00:47:05.152Z | Compiling indexmap v2.6.0 |
2547 | 2025-01-08T00:47:06.147Z | Compiling terminal_size v0.4.0 |
2548 | 2025-01-08T00:47:06.147Z | Compiling tempfile v3.13.0 |
2549 | 2025-01-08T00:47:06.382Z | Compiling clap_builder v4.5.21 |
2550 | 2025-01-08T00:47:07.150Z | Compiling proc-macro-error v1.0.4 |
2551 | 2025-01-08T00:47:08.482Z | Compiling tabled_derive v0.7.0 |
2552 | 2025-01-08T00:47:09.758Z | Compiling tabled v0.15.0 |
2553 | 2025-01-08T00:47:11.233Z | Compiling serde_derive v1.0.215 |
2554 | 2025-01-08T00:47:12.059Z | Compiling thiserror-impl v1.0.69 |
2555 | 2025-01-08T00:47:12.847Z | Compiling zerocopy-derive v0.7.35 |
2556 | 2025-01-08T00:47:14.883Z | Compiling zerocopy v0.7.35 |
2557 | 2025-01-08T00:47:14.940Z | Compiling thiserror v1.0.69 |
2558 | 2025-01-08T00:47:15.095Z | Compiling pest v2.7.14 |
2559 | 2025-01-08T00:47:16.701Z | Compiling scroll_derive v0.12.0 |
2560 | 2025-01-08T00:47:18.127Z | Compiling pest_meta v2.7.14 |
2561 | 2025-01-08T00:47:18.169Z | Compiling scroll v0.12.0 |
2562 | 2025-01-08T00:47:18.886Z | Compiling goblin v0.8.2 |
2563 | 2025-01-08T00:47:22.323Z | Compiling pest_generator v2.7.14 |
2564 | 2025-01-08T00:47:24.315Z | Compiling pest_derive v2.7.14 |
2565 | 2025-01-08T00:47:24.444Z | Compiling clap_derive v4.5.18 |
2566 | 2025-01-08T00:47:24.853Z | Compiling dtrace-parser v0.2.0 |
2567 | 2025-01-08T00:47:26.664Z | Compiling serde_spanned v0.6.8 |
2568 | 2025-01-08T00:47:26.947Z | Compiling toml_datetime v0.6.8 |
2569 | 2025-01-08T00:47:27.670Z | Compiling dof v0.3.0 |
2570 | 2025-01-08T00:47:27.985Z | Compiling serde_tokenstream v0.2.2 |
2571 | 2025-01-08T00:47:29.098Z | Compiling toml_edit v0.22.22 |
2572 | 2025-01-08T00:47:29.867Z | Compiling camino v1.1.9 |
2573 | 2025-01-08T00:47:31.389Z | Compiling usdt-macro v0.5.0 |
2574 | 2025-01-08T00:47:32.636Z | Compiling toml v0.8.19 |
2575 | 2025-01-08T00:47:34.208Z | Compiling usdt-attr-macro v0.5.0 |
2576 | 2025-01-08T00:47:34.375Z | Compiling semver v1.0.23 |
2577 | 2025-01-08T00:47:35.620Z | Compiling cargo-platform v0.1.8 |
2578 | 2025-01-08T00:47:35.864Z | Compiling usdt v0.5.0 |
2579 | 2025-01-08T00:47:35.969Z | Compiling cargo_metadata v0.18.1 |
2580 | 2025-01-08T00:47:36.726Z | Compiling cargo_toml v0.20.5 |
2581 | 2025-01-08T00:47:37.334Z | Compiling camino-tempfile v1.1.1 |
2582 | 2025-01-08T00:47:38.153Z | Compiling clap v4.5.21 |
2583 | 2025-01-08T00:47:38.293Z | Compiling macaddr v1.0.1 |
2584 | 2025-01-08T00:47:47.782Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2585 | 2025-01-08T00:47:58.956Z | Finished `release` profile [optimized] target(s) in 56.32s |
2586 | 2025-01-08T00:47:59.064Z | |
2587 | 2025-01-08T00:47:59.067Z | real 56.457196898 |
2588 | 2025-01-08T00:47:59.067Z | user 5:42.818315731 |
2589 | 2025-01-08T00:47:59.067Z | sys 31.477130338 |
2590 | 2025-01-08T00:47:59.067Z | trap 0.150221249 |
2591 | 2025-01-08T00:47:59.067Z | tflt 0.248946742 |
2592 | 2025-01-08T00:47:59.067Z | dflt 0.576674942 |
2593 | 2025-01-08T00:47:59.067Z | kflt 0.010623188 |
2594 | 2025-01-08T00:47:59.067Z | lock 10:01.157339059 |
2595 | 2025-01-08T00:47:59.067Z | slp 15:23.481663692 |
2596 | 2025-01-08T00:47:59.067Z | lat 14.249867732 |
2597 | 2025-01-08T00:47:59.067Z | stop 15.178865958 |
2598 | 2025-01-08T00:47:59.067Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2599 | 2025-01-08T00:47:59.067Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2600 | 2025-01-08T00:47:59.067Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2601 | 2025-01-08T00:47:59.067Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2602 | 2025-01-08T00:47:59.067Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2603 | 2025-01-08T00:47:59.957Z | Compiling hashbrown v0.14.5 |
2604 | 2025-01-08T00:48:00.085Z | Compiling ident_case v1.0.1 |
2605 | 2025-01-08T00:48:00.098Z | Compiling unsafe-libyaml v0.2.11 |
2606 | 2025-01-08T00:48:00.098Z | Compiling progenitor-client v0.8.0 |
2607 | 2025-01-08T00:48:00.100Z | Compiling ipnetwork v0.20.0 |
2608 | 2025-01-08T00:48:00.100Z | Compiling macaddr v1.0.1 |
2609 | 2025-01-08T00:48:00.100Z | Compiling instant v0.1.13 |
2610 | 2025-01-08T00:48:00.101Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2611 | 2025-01-08T00:48:00.223Z | Compiling darling_core v0.20.10 |
2612 | 2025-01-08T00:48:00.277Z | Compiling structmeta-derive v0.3.0 |
2613 | 2025-01-08T00:48:00.536Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2614 | 2025-01-08T00:48:00.585Z | Compiling dropshot v0.13.0 |
2615 | 2025-01-08T00:48:00.963Z | Compiling dropshot_endpoint v0.13.0 |
2616 | 2025-01-08T00:48:01.083Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2617 | 2025-01-08T00:48:01.220Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2618 | 2025-01-08T00:48:01.359Z | Compiling regress v0.10.1 |
2619 | 2025-01-08T00:48:01.853Z | Compiling serde_yaml v0.9.34+deprecated |
2620 | 2025-01-08T00:48:01.892Z | Compiling regress v0.9.1 |
2621 | 2025-01-08T00:48:01.980Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2622 | 2025-01-08T00:48:02.164Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2623 | 2025-01-08T00:48:02.299Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2624 | 2025-01-08T00:48:02.947Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2625 | 2025-01-08T00:48:03.177Z | Compiling structmeta v0.3.0 |
2626 | 2025-01-08T00:48:03.317Z | Compiling backoff v0.4.0 |
2627 | 2025-01-08T00:48:03.419Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2628 | 2025-01-08T00:48:03.597Z | Compiling tempfile v3.13.0 |
2629 | 2025-01-08T00:48:03.647Z | Compiling parse-display-derive v0.10.0 |
2630 | 2025-01-08T00:48:03.686Z | Compiling proc-macro-crate v1.3.1 |
2631 | 2025-01-08T00:48:04.509Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2632 | 2025-01-08T00:48:04.780Z | Compiling num_enum_derive v0.5.11 |
2633 | 2025-01-08T00:48:04.900Z | Compiling itertools v0.13.0 |
2634 | 2025-01-08T00:48:05.872Z | Compiling typify-impl v0.2.0 |
2635 | 2025-01-08T00:48:06.489Z | Compiling zerocopy v0.8.10 |
2636 | 2025-01-08T00:48:06.953Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2637 | 2025-01-08T00:48:07.285Z | Compiling darling_macro v0.20.10 |
2638 | 2025-01-08T00:48:07.341Z | Compiling foreign-types-macros v0.2.3 |
2639 | 2025-01-08T00:48:07.447Z | Compiling num_enum v0.5.11 |
2640 | 2025-01-08T00:48:07.542Z | Compiling zerocopy-derive v0.8.10 |
2641 | 2025-01-08T00:48:07.619Z | Compiling foreign-types-shared v0.3.1 |
2642 | 2025-01-08T00:48:07.751Z | Compiling crucible-workspace-hack v0.1.0 |
2643 | 2025-01-08T00:48:08.028Z | Compiling heapless v0.8.0 |
2644 | 2025-01-08T00:48:08.249Z | Compiling darling v0.20.10 |
2645 | 2025-01-08T00:48:08.299Z | Compiling proc-macro-error v1.0.4 |
2646 | 2025-01-08T00:48:08.370Z | Compiling serde_with_macros v3.11.0 |
2647 | 2025-01-08T00:48:08.436Z | Compiling parse-display v0.10.0 |
2648 | 2025-01-08T00:48:08.591Z | Compiling foreign-types v0.5.0 |
2649 | 2025-01-08T00:48:08.706Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2650 | 2025-01-08T00:48:09.093Z | Compiling camino-tempfile v1.1.1 |
2651 | 2025-01-08T00:48:09.165Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2652 | 2025-01-08T00:48:09.200Z | Compiling hash32 v0.3.1 |
2653 | 2025-01-08T00:48:09.454Z | Compiling cstr-argument v0.1.2 |
2654 | 2025-01-08T00:48:09.568Z | Compiling smoltcp v0.11.0 |
2655 | 2025-01-08T00:48:09.725Z | Compiling pretty-hex v0.2.1 |
2656 | 2025-01-08T00:48:09.924Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2657 | 2025-01-08T00:48:10.017Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2658 | 2025-01-08T00:48:10.199Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2659 | 2025-01-08T00:48:10.433Z | Compiling tabwriter v1.4.0 |
2660 | 2025-01-08T00:48:10.786Z | Compiling colored v2.1.0 |
2661 | 2025-01-08T00:48:10.973Z | Compiling cobs v0.2.3 |
2662 | 2025-01-08T00:48:11.556Z | Compiling postcard v1.0.10 |
2663 | 2025-01-08T00:48:11.559Z | Compiling serde_with v3.11.0 |
2664 | 2025-01-08T00:48:11.633Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2665 | 2025-01-08T00:48:11.960Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2666 | 2025-01-08T00:48:12.121Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2667 | 2025-01-08T00:48:12.151Z | Compiling thiserror v2.0.3 |
2668 | 2025-01-08T00:48:12.810Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2669 | 2025-01-08T00:48:13.143Z | Compiling smf v0.2.3 |
2670 | 2025-01-08T00:48:13.452Z | Compiling thiserror-impl v2.0.3 |
2671 | 2025-01-08T00:48:13.995Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2672 | 2025-01-08T00:48:14.626Z | Compiling zone_cfg_derive v0.3.0 |
2673 | 2025-01-08T00:48:15.451Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2674 | 2025-01-08T00:48:15.688Z | Compiling num-derive v0.4.2 |
2675 | 2025-01-08T00:48:15.899Z | Compiling sigpipe v0.1.3 |
2676 | 2025-01-08T00:48:16.036Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2677 | 2025-01-08T00:48:16.057Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2678 | 2025-01-08T00:48:16.152Z | Compiling zone v0.3.0 |
2679 | 2025-01-08T00:48:16.348Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2680 | 2025-01-08T00:48:16.495Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2681 | 2025-01-08T00:48:16.919Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2682 | 2025-01-08T00:48:16.996Z | Compiling universal-hash v0.5.1 |
2683 | 2025-01-08T00:48:17.208Z | Compiling opaque-debug v0.3.1 |
2684 | 2025-01-08T00:48:17.307Z | Compiling tungstenite v0.21.0 |
2685 | 2025-01-08T00:48:17.327Z | Compiling num-rational v0.4.2 |
2686 | 2025-01-08T00:48:17.556Z | Compiling password-hash v0.5.0 |
2687 | 2025-01-08T00:48:17.877Z | Compiling blake2 v0.10.6 |
2688 | 2025-01-08T00:48:18.123Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2689 | 2025-01-08T00:48:18.582Z | Compiling num-complex v0.4.6 |
2690 | 2025-01-08T00:48:18.746Z | Compiling aead v0.5.2 |
2691 | 2025-01-08T00:48:19.089Z | Compiling convert_case v0.4.0 |
2692 | 2025-01-08T00:48:19.132Z | Compiling keccak v0.1.5 |
2693 | 2025-01-08T00:48:19.152Z | Compiling base64 v0.21.7 |
2694 | 2025-01-08T00:48:19.255Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2695 | 2025-01-08T00:48:19.540Z | Compiling sha3 v0.10.8 |
2696 | 2025-01-08T00:48:19.581Z | Compiling tokio-tungstenite v0.21.0 |
2697 | 2025-01-08T00:48:19.700Z | Compiling num v0.4.3 |
2698 | 2025-01-08T00:48:19.828Z | Compiling argon2 v0.5.3 |
2699 | 2025-01-08T00:48:19.938Z | Compiling poly1305 v0.8.0 |
2700 | 2025-01-08T00:48:20.116Z | Compiling derive_more v0.99.18 |
2701 | 2025-01-08T00:48:20.138Z | Compiling chacha20 v0.9.1 |
2702 | 2025-01-08T00:48:20.175Z | Compiling float-ord v0.3.2 |
2703 | 2025-01-08T00:48:20.361Z | Compiling same-file v1.0.6 |
2704 | 2025-01-08T00:48:20.625Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2705 | 2025-01-08T00:48:20.683Z | Compiling semver v0.1.20 |
2706 | 2025-01-08T00:48:20.804Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2707 | 2025-01-08T00:48:21.091Z | Compiling rustc_version v0.1.7 |
2708 | 2025-01-08T00:48:21.233Z | Compiling walkdir v2.5.0 |
2709 | 2025-01-08T00:48:21.344Z | Compiling newline-converter v0.3.0 |
2710 | 2025-01-08T00:48:21.561Z | Compiling primeorder v0.13.6 |
2711 | 2025-01-08T00:48:21.642Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2712 | 2025-01-08T00:48:21.671Z | Compiling secrecy v0.8.0 |
2713 | 2025-01-08T00:48:21.965Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2714 | 2025-01-08T00:48:22.074Z | Compiling owo-colors v4.1.0 |
2715 | 2025-01-08T00:48:22.095Z | Compiling cancel-safe-futures v0.1.5 |
2716 | 2025-01-08T00:48:22.293Z | Compiling newtype_derive v0.1.6 |
2717 | 2025-01-08T00:48:22.401Z | Compiling expectorate v1.1.0 |
2718 | 2025-01-08T00:48:22.477Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2719 | 2025-01-08T00:48:22.585Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2720 | 2025-01-08T00:48:22.590Z | Compiling thiserror-impl-no-std v2.0.2 |
2721 | 2025-01-08T00:48:22.709Z | Compiling blake3 v1.5.4 |
2722 | 2025-01-08T00:48:22.814Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2723 | 2025-01-08T00:48:22.946Z | Compiling half v2.4.1 |
2724 | 2025-01-08T00:48:23.111Z | Compiling unicase v2.7.0 |
2725 | 2025-01-08T00:48:23.373Z | Compiling arc-swap v1.7.1 |
2726 | 2025-01-08T00:48:23.408Z | Compiling ciborium-io v0.2.2 |
2727 | 2025-01-08T00:48:23.540Z | Compiling ciborium-ll v0.2.2 |
2728 | 2025-01-08T00:48:23.767Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2729 | 2025-01-08T00:48:23.953Z | Compiling slog-scope v4.4.0 |
2730 | 2025-01-08T00:48:24.045Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2731 | 2025-01-08T00:48:24.334Z | Compiling polyval v0.6.2 |
2732 | 2025-01-08T00:48:24.497Z | Compiling atomicwrites v0.4.4 |
2733 | 2025-01-08T00:48:24.500Z | Compiling typify-macro v0.2.0 |
2734 | 2025-01-08T00:48:24.785Z | Compiling libsw v3.3.1 |
2735 | 2025-01-08T00:48:24.884Z | Compiling memmap2 v0.9.5 |
2736 | 2025-01-08T00:48:24.906Z | Compiling salty v0.3.0 |
2737 | 2025-01-08T00:48:25.107Z | Compiling libefi-sys v0.1.0 |
2738 | 2025-01-08T00:48:25.355Z | Compiling arrayref v0.3.9 |
2739 | 2025-01-08T00:48:25.381Z | Compiling indent_write v2.2.0 |
2740 | 2025-01-08T00:48:25.401Z | Compiling linear-map v1.2.0 |
2741 | 2025-01-08T00:48:25.469Z | Compiling constant_time_eq v0.3.1 |
2742 | 2025-01-08T00:48:25.618Z | Compiling parking_lot_core v0.8.6 |
2743 | 2025-01-08T00:48:25.651Z | Compiling arrayvec v0.7.6 |
2744 | 2025-01-08T00:48:25.856Z | Compiling ghash v0.5.1 |
2745 | 2025-01-08T00:48:25.874Z | Compiling thiserror-no-std v2.0.2 |
2746 | 2025-01-08T00:48:25.993Z | Compiling vsss-rs v3.3.4 |
2747 | 2025-01-08T00:48:26.173Z | Compiling slog-stdlog v4.1.1 |
2748 | 2025-01-08T00:48:26.194Z | Compiling ciborium v0.2.2 |
2749 | 2025-01-08T00:48:26.605Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2750 | 2025-01-08T00:48:27.401Z | Compiling p384 v0.13.0 |
2751 | 2025-01-08T00:48:27.427Z | Compiling toolchain_find v0.4.0 |
2752 | 2025-01-08T00:48:27.801Z | Compiling chacha20poly1305 v0.10.1 |
2753 | 2025-01-08T00:48:27.974Z | Compiling ctr v0.9.2 |
2754 | 2025-01-08T00:48:28.037Z | Compiling lzma-sys v0.1.20 |
2755 | 2025-01-08T00:48:28.153Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2756 | 2025-01-08T00:48:28.348Z | Compiling bitfield-struct v0.6.2 |
2757 | 2025-01-08T00:48:28.532Z | Compiling slog-dtrace v0.3.0 |
2758 | 2025-01-08T00:48:28.566Z | Compiling topological-sort v0.2.2 |
2759 | 2025-01-08T00:48:28.814Z | Compiling highway v1.2.0 |
2760 | 2025-01-08T00:48:28.903Z | Compiling omicron-zone-package v0.12.0 |
2761 | 2025-01-08T00:48:28.926Z | Compiling aes-gcm v0.10.3 |
2762 | 2025-01-08T00:48:28.998Z | Compiling typify v0.2.0 |
2763 | 2025-01-08T00:48:29.049Z | Compiling rustfmt-wrapper v0.2.1 |
2764 | 2025-01-08T00:48:29.156Z | Compiling progenitor-impl v0.8.0 |
2765 | 2025-01-08T00:48:29.260Z | Compiling mime_guess v2.0.5 |
2766 | 2025-01-08T00:48:29.604Z | Compiling slog-envlogger v2.2.0 |
2767 | 2025-01-08T00:48:29.640Z | Compiling steno v0.4.1 |
2768 | 2025-01-08T00:48:29.794Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2769 | 2025-01-08T00:48:30.584Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2770 | 2025-01-08T00:48:30.607Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2771 | 2025-01-08T00:48:30.985Z | Compiling heck v0.3.3 |
2772 | 2025-01-08T00:48:31.127Z | Compiling ssh-encoding v0.2.0 |
2773 | 2025-01-08T00:48:31.306Z | Compiling blowfish v0.9.1 |
2774 | 2025-01-08T00:48:31.446Z | Compiling nibble_vec v0.1.0 |
2775 | 2025-01-08T00:48:31.519Z | Compiling env_filter v0.1.2 |
2776 | 2025-01-08T00:48:31.695Z | Compiling endian-type v0.1.2 |
2777 | 2025-01-08T00:48:31.716Z | Compiling humantime v2.1.0 |
2778 | 2025-01-08T00:48:31.782Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2779 | 2025-01-08T00:48:31.806Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2780 | 2025-01-08T00:48:31.935Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2781 | 2025-01-08T00:48:32.072Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2782 | 2025-01-08T00:48:32.136Z | Compiling radix_trie v0.2.1 |
2783 | 2025-01-08T00:48:32.156Z | Compiling env_logger v0.11.5 |
2784 | 2025-01-08T00:48:32.228Z | Compiling bcrypt-pbkdf v0.10.0 |
2785 | 2025-01-08T00:48:32.323Z | Compiling ssh-cipher v0.2.0 |
2786 | 2025-01-08T00:48:32.860Z | Compiling zone_cfg_derive v0.1.2 |
2787 | 2025-01-08T00:48:32.886Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2788 | 2025-01-08T00:48:32.914Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2789 | 2025-01-08T00:48:33.314Z | Compiling parking_lot v0.11.2 |
2790 | 2025-01-08T00:48:34.063Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2791 | 2025-01-08T00:48:34.063Z | Compiling password-hash v0.4.2 |
2792 | 2025-01-08T00:48:34.264Z | Compiling gethostname v0.5.0 |
2793 | 2025-01-08T00:48:34.283Z | Compiling fxhash v0.2.1 |
2794 | 2025-01-08T00:48:34.385Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2795 | 2025-01-08T00:48:34.480Z | Compiling bumpalo v3.16.0 |
2796 | 2025-01-08T00:48:34.500Z | Compiling matches v0.1.10 |
2797 | 2025-01-08T00:48:34.502Z | Compiling lockfree-object-pool v0.1.6 |
2798 | 2025-01-08T00:48:34.601Z | Compiling base64 v0.13.1 |
2799 | 2025-01-08T00:48:34.681Z | Compiling simd-adler32 v0.3.7 |
2800 | 2025-01-08T00:48:34.784Z | Compiling http-range v0.1.5 |
2801 | 2025-01-08T00:48:34.979Z | Compiling zip v2.1.3 |
2802 | 2025-01-08T00:48:35.026Z | Compiling idna v0.2.3 |
2803 | 2025-01-08T00:48:35.173Z | Compiling zopfli v0.8.1 |
2804 | 2025-01-08T00:48:35.243Z | Compiling ron v0.7.1 |
2805 | 2025-01-08T00:48:35.262Z | Compiling pbkdf2 v0.11.0 |
2806 | 2025-01-08T00:48:35.315Z | Compiling sled v0.34.7 |
2807 | 2025-01-08T00:48:35.630Z | Compiling zone v0.1.8 |
2808 | 2025-01-08T00:48:35.994Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2809 | 2025-01-08T00:48:36.730Z | Compiling xz2 v0.1.7 |
2810 | 2025-01-08T00:48:37.072Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2811 | 2025-01-08T00:48:37.250Z | Compiling ssh-key v0.6.6 |
2812 | 2025-01-08T00:48:37.298Z | Compiling hickory-client v0.24.1 |
2813 | 2025-01-08T00:48:37.518Z | Compiling progenitor-macro v0.8.0 |
2814 | 2025-01-08T00:48:37.759Z | Compiling p256 v0.13.2 |
2815 | 2025-01-08T00:48:37.791Z | Compiling p521 v0.13.3 |
2816 | 2025-01-08T00:48:38.265Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2817 | 2025-01-08T00:48:38.601Z | Compiling hickory-server v0.24.1 |
2818 | 2025-01-08T00:48:38.830Z | Compiling enum-as-inner v0.5.1 |
2819 | 2025-01-08T00:48:39.366Z | Compiling pem v3.0.4 |
2820 | 2025-01-08T00:48:39.896Z | Compiling yasna v0.5.2 |
2821 | 2025-01-08T00:48:40.219Z | Compiling headers-core v0.3.0 |
2822 | 2025-01-08T00:48:40.239Z | Compiling kstat-rs v0.2.4 |
2823 | 2025-01-08T00:48:40.397Z | Compiling nanorand v0.7.0 |
2824 | 2025-01-08T00:48:40.919Z | Compiling russh-cryptovec v0.7.3 |
2825 | 2025-01-08T00:48:40.996Z | Compiling atty v0.2.14 |
2826 | 2025-01-08T00:48:41.151Z | Compiling md5 v0.7.0 |
2827 | 2025-01-08T00:48:41.243Z | Compiling rcgen v0.12.1 |
2828 | 2025-01-08T00:48:41.637Z | Compiling russh-keys v0.45.0 |
2829 | 2025-01-08T00:48:41.706Z | Compiling flume v0.11.1 |
2830 | 2025-01-08T00:48:42.110Z | Compiling headers v0.4.0 |
2831 | 2025-01-08T00:48:42.148Z | Compiling trust-dns-proto v0.22.0 |
2832 | 2025-01-08T00:48:43.324Z | Compiling hyper-staticfile v0.10.1 |
2833 | 2025-01-08T00:48:44.105Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2834 | 2025-01-08T00:48:44.547Z | Compiling num-bigint v0.4.6 |
2835 | 2025-01-08T00:48:44.726Z | Compiling des v0.8.1 |
2836 | 2025-01-08T00:48:44.960Z | Compiling subprocess v0.2.9 |
2837 | 2025-01-08T00:48:45.081Z | Compiling dhcproto-macros v0.1.0 |
2838 | 2025-01-08T00:48:45.862Z | Compiling hex-literal v0.4.1 |
2839 | 2025-01-08T00:48:45.961Z | Compiling display-error-chain v0.2.2 |
2840 | 2025-01-08T00:48:46.029Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2841 | 2025-01-08T00:48:46.085Z | Compiling internet-checksum v0.2.1 |
2842 | 2025-01-08T00:48:46.684Z | Compiling dhcproto v0.12.0 |
2843 | 2025-01-08T00:48:47.759Z | Compiling russh v0.45.0 |
2844 | 2025-01-08T00:48:50.201Z | Compiling progenitor v0.8.0 |
2845 | 2025-01-08T00:48:50.332Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2846 | 2025-01-08T00:48:50.335Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2847 | 2025-01-08T00:48:50.336Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2848 | 2025-01-08T00:48:50.336Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2849 | 2025-01-08T00:48:50.336Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2850 | 2025-01-08T00:48:50.336Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2851 | 2025-01-08T00:48:50.427Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2852 | 2025-01-08T00:48:51.888Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2853 | 2025-01-08T00:48:53.700Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2854 | 2025-01-08T00:48:54.573Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2855 | 2025-01-08T00:48:55.648Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2856 | 2025-01-08T00:48:56.152Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2857 | 2025-01-08T00:49:05.841Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2858 | 2025-01-08T00:49:05.841Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2859 | 2025-01-08T00:49:05.844Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2860 | 2025-01-08T00:49:05.844Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2861 | 2025-01-08T00:49:09.160Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2862 | 2025-01-08T00:49:09.279Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2863 | 2025-01-08T00:49:10.304Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2864 | 2025-01-08T00:49:10.975Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2865 | 2025-01-08T00:49:13.072Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2866 | 2025-01-08T00:49:14.060Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2867 | 2025-01-08T00:49:15.180Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2868 | 2025-01-08T00:49:15.209Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2869 | 2025-01-08T00:49:16.815Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2870 | 2025-01-08T00:49:17.592Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2871 | 2025-01-08T00:49:18.157Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2872 | 2025-01-08T00:49:18.624Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2873 | 2025-01-08T00:49:19.496Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2874 | 2025-01-08T00:49:19.899Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2875 | 2025-01-08T00:49:20.270Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2876 | 2025-01-08T00:49:22.063Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2877 | 2025-01-08T00:49:22.597Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2878 | 2025-01-08T00:49:23.771Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2879 | 2025-01-08T00:49:25.359Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2880 | 2025-01-08T00:49:25.652Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2881 | 2025-01-08T00:49:25.983Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2882 | 2025-01-08T00:49:28.873Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2883 | 2025-01-08T00:49:29.584Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2884 | 2025-01-08T00:49:30.981Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2885 | 2025-01-08T00:49:36.498Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2886 | 2025-01-08T00:49:45.023Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2887 | 2025-01-08T00:49:46.418Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2888 | 2025-01-08T00:50:05.910Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2889 | 2025-01-08T00:50:40.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s |
2890 | 2025-01-08T00:50:40.931Z | |
2891 | 2025-01-08T00:50:40.931Z | real 2:41.820795569 |
2892 | 2025-01-08T00:50:40.931Z | user 12:25.281953089 |
2893 | 2025-01-08T00:50:40.931Z | sys 2:41.745776686 |
2894 | 2025-01-08T00:50:40.931Z | trap 0.333029141 |
2895 | 2025-01-08T00:50:40.931Z | tflt 0.812076539 |
2896 | 2025-01-08T00:50:40.931Z | dflt 1.924383244 |
2897 | 2025-01-08T00:50:40.931Z | kflt 0.000010879 |
2898 | 2025-01-08T00:50:40.934Z | lock 25:42.433815691 |
2899 | 2025-01-08T00:50:40.934Z | slp 44:35.697890286 |
2900 | 2025-01-08T00:50:40.934Z | lat 34.417379480 |
2901 | 2025-01-08T00:50:40.934Z | stop 1:31.782358922 |
2902 | 2025-01-08T00:50:40.934Z | + mkdir tests |
2903 | 2025-01-08T00:50:40.936Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2904 | 2025-01-08T00:50:40.936Z | + xargs -I '{}' -t cp '{}' tests/ |
2905 | 2025-01-08T00:50:40.979Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a65261c80d673e6f tests/ |
2906 | 2025-01-08T00:50:41.007Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a3e6b71d30e2fa2a tests/ |
2907 | 2025-01-08T00:50:41.033Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5d8773b64f36e079 tests/ |
2908 | 2025-01-08T00:50:41.060Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a5443c6ae7b0140e tests/ |
2909 | 2025-01-08T00:50:41.291Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2910 | 2025-01-08T00:50:41.293Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-a3e6b71d30e2fa2a tests/commtest-5d8773b64f36e079 tests/dhcp_server-a65261c80d673e6f tests/end_to_end_tests-a5443c6ae7b0140e out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2911 | 2025-01-08T00:51:52.703Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2912 | 2025-01-08T00:51:52.703Z | a .github/buildomat/ci-env.sh 1K |
2913 | 2025-01-08T00:51:52.703Z | a out/target/test 1K |
2914 | 2025-01-08T00:51:52.703Z | a out/npuzone/npuzone 23144K |
2915 | 2025-01-08T00:51:52.703Z | a package-manifest.toml 34K |
2916 | 2025-01-08T00:51:52.703Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2917 | 2025-01-08T00:51:52.703Z | a target/release/omicron-package 36062K |
2918 | 2025-01-08T00:51:52.703Z | a target/release/xtask 11721K |
2919 | 2025-01-08T00:51:52.703Z | a target/debug/bootstrap 209145K |
2920 | 2025-01-08T00:51:52.703Z | a tests/bootstrap-a3e6b71d30e2fa2a 24243K |
2921 | 2025-01-08T00:51:52.703Z | a tests/commtest-5d8773b64f36e079 25019K |
2922 | 2025-01-08T00:51:52.703Z | a tests/dhcp_server-a65261c80d673e6f 24243K |
2923 | 2025-01-08T00:51:52.704Z | a tests/end_to_end_tests-a5443c6ae7b0140e 227342K |
2924 | 2025-01-08T00:51:52.704Z | a out/clickhouse.tar.gz 293508K |
2925 | 2025-01-08T00:51:52.704Z | a out/clickhouse_keeper.tar.gz 280612K |
2926 | 2025-01-08T00:51:52.704Z | a out/clickhouse_server.tar.gz 293495K |
2927 | 2025-01-08T00:51:52.704Z | a out/cockroachdb.tar.gz 134638K |
2928 | 2025-01-08T00:51:52.704Z | a out/crucible-dtrace.tar 85K |
2929 | 2025-01-08T00:51:52.704Z | a out/crucible-pantry-zone.tar.gz 28212K |
2930 | 2025-01-08T00:51:52.704Z | a out/crucible-zone.tar.gz 36434K |
2931 | 2025-01-08T00:51:52.704Z | a out/external-dns.tar.gz 35342K |
2932 | 2025-01-08T00:51:52.704Z | a out/internal-dns.tar.gz 35343K |
2933 | 2025-01-08T00:51:52.704Z | a out/mg-ddm-gz.tar 63075K |
2934 | 2025-01-08T00:51:52.704Z | a out/nexus.tar.gz 98588K |
2935 | 2025-01-08T00:51:52.704Z | a out/ntp.tar.gz 10389K |
2936 | 2025-01-08T00:51:52.704Z | a out/omicron-gateway-softnpu.tar.gz 23964K |
2937 | 2025-01-08T00:51:52.704Z | a out/omicron-sled-agent.tar 113519K |
2938 | 2025-01-08T00:51:52.704Z | a out/overlay.tar.gz 3K |
2939 | 2025-01-08T00:51:52.704Z | a out/oximeter.tar.gz 47816K |
2940 | 2025-01-08T00:51:52.704Z | a out/oxlog.tar 3088K |
2941 | 2025-01-08T00:51:52.704Z | a out/probe.tar.gz 2764K |
2942 | 2025-01-08T00:51:52.704Z | a out/propolis-server.tar.gz 66291K |
2943 | 2025-01-08T00:51:52.704Z | a out/pumpkind-gz.tar 26665K |
2944 | 2025-01-08T00:51:52.704Z | a out/switch-softnpu.tar.gz 235384K |
2945 | 2025-01-08T00:51:52.707Z | |
2946 | 2025-01-08T00:51:52.707Z | real 1:11.409643510 |
2947 | 2025-01-08T00:51:52.707Z | user 1:08.165333457 |
2948 | 2025-01-08T00:51:52.707Z | sys 4.629196282 |
2949 | 2025-01-08T00:51:52.707Z | trap 0.018597101 |
2950 | 2025-01-08T00:51:52.707Z | tflt 0.000000000 |
2951 | 2025-01-08T00:51:52.707Z | dflt 0.000000000 |
2952 | 2025-01-08T00:51:52.707Z | kflt 0.000000000 |
2953 | 2025-01-08T00:51:52.707Z | lock 0.000000000 |
2954 | 2025-01-08T00:51:52.707Z | slp 1:07.938695209 |
2955 | 2025-01-08T00:51:52.707Z | lat 2.062595605 |
2956 | 2025-01-08T00:51:52.707Z | stop 0.000453815 |
2957 | 2025-01-08T00:51:52.707Z | process exited: duration 1988626 ms, exit code 0 |
|
2958 | 2025-01-08T00:51:52.721Z | found 1 output files |
2959 | 2025-01-08T00:51:52.721Z | uploading: /work/package.tar.gz (1880382407 bytes) |
2960 | 2025-01-08T00:52:28.182Z | uploaded: /work/package.tar.gz |