|
|
|
1 | 2025-01-08T17:36:21.334Z | job assigned to worker 01JH3FREN0P00A24T2KQNJNQC8 [factory aws, i-0faf7f2a81f7eec82] (queued for 1 m 2 s) |
|
2 | 2025-01-08T17:36:29.280Z | starting task 0: "setup" |
3 | 2025-01-08T17:36:29.293Z | ++ uname -s |
4 | 2025-01-08T17:36:29.295Z | + kern=SunOS |
5 | 2025-01-08T17:36:29.296Z | + case "$kern" in |
6 | 2025-01-08T17:36:29.296Z | + groupadd -g 12345 build |
7 | 2025-01-08T17:36:29.298Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-08T17:36:31.306Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-08T17:36:31.417Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-08T17:36:31.419Z | + home_fs=zfs |
11 | 2025-01-08T17:36:31.420Z | + [[ zfs == autofs ]] |
12 | 2025-01-08T17:36:31.420Z | + mkdir -p /home/build |
13 | 2025-01-08T17:36:31.422Z | + chown build:build /home/build /work |
14 | 2025-01-08T17:36:33.423Z | + chmod 0700 /home/build /work |
15 | 2025-01-08T17:36:33.426Z | process exited: duration 4148 ms, exit code 0 |
|
16 | 2025-01-08T17:36:33.432Z | starting task 1: "rust-toolchain" |
17 | 2025-01-08T17:36:33.436Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-08T17:36:33.436Z | ' 1.81.0 |
19 | 2025-01-08T17:36:33.437Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-08T17:36:33.437Z | * toolchain channel = "1.81.0" |
21 | 2025-01-08T17:36:33.437Z | ' default |
22 | 2025-01-08T17:36:33.437Z | * toolchain profile = "default" |
23 | 2025-01-08T17:36:33.439Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-08T17:36:33.439Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-08T17:36:33.560Z | info: downloading installer |
26 | 2025-01-08T17:36:34.715Z | info: profile set to 'default' |
27 | 2025-01-08T17:36:34.715Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-08T17:36:34.719Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-08T17:36:34.869Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-08T17:36:34.869Z | info: downloading component 'cargo' |
31 | 2025-01-08T17:36:35.716Z | info: downloading component 'clippy' |
32 | 2025-01-08T17:36:36.029Z | info: downloading component 'rust-docs' |
33 | 2025-01-08T17:36:37.217Z | info: downloading component 'rust-std' |
34 | 2025-01-08T17:36:39.074Z | info: downloading component 'rustc' |
35 | 2025-01-08T17:36:45.727Z | info: downloading component 'rustfmt' |
36 | 2025-01-08T17:36:45.980Z | info: installing component 'cargo' |
37 | 2025-01-08T17:36:46.773Z | info: installing component 'clippy' |
38 | 2025-01-08T17:36:47.133Z | info: installing component 'rust-docs' |
39 | 2025-01-08T17:36:48.740Z | info: installing component 'rust-std' |
40 | 2025-01-08T17:36:50.450Z | info: installing component 'rustc' |
41 | 2025-01-08T17:36:56.089Z | info: installing component 'rustfmt' |
42 | 2025-01-08T17:36:56.406Z | |
43 | 2025-01-08T17:36:56.406Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2025-01-08T17:36:56.775Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-08T17:36:56.775Z | |
46 | 2025-01-08T17:36:56.778Z | |
47 | 2025-01-08T17:36:56.778Z | Rust is installed now. Great! |
48 | 2025-01-08T17:36:56.778Z | |
49 | 2025-01-08T17:36:56.778Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-08T17:36:56.778Z | environment variable. This has not been done automatically. |
51 | 2025-01-08T17:36:56.778Z | |
52 | 2025-01-08T17:36:56.778Z | To configure your current shell, you need to source |
53 | 2025-01-08T17:36:56.778Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-08T17:36:56.778Z | |
55 | 2025-01-08T17:36:56.778Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-08T17:36:56.778Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-08T17:36:56.778Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-08T17:36:56.849Z | + rustc --version |
59 | 2025-01-08T17:36:56.913Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-08T17:36:56.916Z | process exited: duration 23489 ms, exit code 0 |
|
61 | 2025-01-08T17:36:56.924Z | starting task 2: "authentication" |
62 | 2025-01-08T17:36:56.943Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-08T17:36:56.948Z | starting task 3: "clone repository" |
64 | 2025-01-08T17:36:56.953Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-08T17:36:56.959Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-08T17:36:56.998Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-08T17:37:04.426Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-08T17:37:04.432Z | + git fetch origin 95cfd680cf02778daa4c1e551dfbc84fa5def630 |
69 | 2025-01-08T17:37:04.933Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-08T17:37:04.933Z | * branch 95cfd680cf02778daa4c1e551dfbc84fa5def630 -> FETCH_HEAD |
71 | 2025-01-08T17:37:04.943Z | + [[ -n blueprint-zones-map ]] |
72 | 2025-01-08T17:37:04.945Z | ++ git branch --show-current |
73 | 2025-01-08T17:37:04.948Z | + current=main |
74 | 2025-01-08T17:37:04.948Z | + [[ main != blueprint-zones-map ]] |
75 | 2025-01-08T17:37:04.948Z | + git branch -f blueprint-zones-map 95cfd680cf02778daa4c1e551dfbc84fa5def630 |
76 | 2025-01-08T17:37:04.950Z | + git checkout -f blueprint-zones-map |
77 | 2025-01-08T17:37:05.123Z | Switched to branch 'blueprint-zones-map' |
78 | 2025-01-08T17:37:05.125Z | + git reset --hard 95cfd680cf02778daa4c1e551dfbc84fa5def630 |
79 | 2025-01-08T17:37:05.154Z | HEAD is now at 95cfd680c review feedback |
80 | 2025-01-08T17:37:05.156Z | process exited: duration 8208 ms, exit code 0 |
|
81 | 2025-01-08T17:37:05.163Z | starting task 4: "build" |
82 | 2025-01-08T17:37:05.167Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-08T17:37:05.170Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-08T17:37:05.170Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-08T17:37:05.171Z | + cargo --version |
86 | 2025-01-08T17:37:05.224Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-08T17:37:05.227Z | + rustc --version |
88 | 2025-01-08T17:37:05.287Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-08T17:37:05.290Z | + WORK=/work |
90 | 2025-01-08T17:37:05.290Z | + pfexec mkdir -p /work |
91 | 2025-01-08T17:37:05.294Z | + pfexec chown build /work |
92 | 2025-01-08T17:37:05.297Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-08T17:37:12.264Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2025-01-08T17:37:16.346Z | Startup: Caching catalogs ... Done |
95 | 2025-01-08T17:37:27.531Z | Planning: Solver setup ... Done (10.205s) |
96 | 2025-01-08T17:37:27.669Z | Planning: Running solver ... Done (0.140s) |
97 | 2025-01-08T17:37:27.776Z | Planning: Finding local manifests ... Done (0.006s) |
98 | 2025-01-08T17:37:27.805Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2025-01-08T17:37:28.043Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2025-01-08T17:37:28.314Z | Planning: Package planning ... Done (0.269s) |
101 | 2025-01-08T17:37:28.370Z | Planning: Merging actions ... Done (0.056s) |
102 | 2025-01-08T17:37:28.563Z | Planning: Checking for conflicting actions ... Done (0.193s) |
103 | 2025-01-08T17:37:30.676Z | Planning: Consolidating action changes ... Done (2.113s) |
104 | 2025-01-08T17:37:31.124Z | Planning: Evaluating mediators ... Done (0.448s) |
105 | 2025-01-08T17:37:31.201Z | Planning: Planning completed in 14.76 seconds |
106 | 2025-01-08T17:37:31.217Z | Packages to install: 4 |
107 | 2025-01-08T17:37:31.218Z | Packages to update: 1 |
108 | 2025-01-08T17:37:31.220Z | Mediators to change: 2 |
109 | 2025-01-08T17:37:31.220Z | Services to change: 1 |
110 | 2025-01-08T17:37:31.220Z | Estimated space available: 155.64 GB |
111 | 2025-01-08T17:37:31.220Z | Estimated space to be consumed: 1.62 GB |
112 | 2025-01-08T17:37:31.220Z | Create boot environment: No |
113 | 2025-01-08T17:37:31.220Z | Create backup boot environment: Yes |
114 | 2025-01-08T17:37:31.220Z | Rebuild boot archive: No |
115 | 2025-01-08T17:37:31.220Z | |
116 | 2025-01-08T17:37:31.221Z | Changed mediators: |
117 | 2025-01-08T17:37:31.221Z | mediator clang: |
118 | 2025-01-08T17:37:31.221Z | version: None -> 15 (system default) |
119 | 2025-01-08T17:37:31.221Z | |
120 | 2025-01-08T17:37:31.221Z | mediator llvm: |
121 | 2025-01-08T17:37:31.221Z | version: 14 (system default) -> 15 (system default) |
122 | 2025-01-08T17:37:31.221Z | |
123 | 2025-01-08T17:37:31.221Z | Changed packages: |
124 | 2025-01-08T17:37:31.221Z | helios-dev |
125 | 2025-01-08T17:37:31.221Z | developer/build-essential |
126 | 2025-01-08T17:37:31.221Z | None -> 11-2.0 |
127 | 2025-01-08T17:37:31.221Z | library/libxmlsec1 |
128 | 2025-01-08T17:37:31.221Z | None -> 1.2.35-2.0 |
129 | 2025-01-08T17:37:31.221Z | ooce/developer/clang-15 |
130 | 2025-01-08T17:37:31.221Z | None -> 15.0.7-2.0 |
131 | 2025-01-08T17:37:31.221Z | ooce/developer/llvm-15 |
132 | 2025-01-08T17:37:31.221Z | None -> 15.0.7-2.0 |
133 | 2025-01-08T17:37:31.221Z | package/pkg |
134 | 2025-01-08T17:37:31.221Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2025-01-08T17:37:31.221Z | |
136 | 2025-01-08T17:37:31.221Z | Services: |
137 | 2025-01-08T17:37:31.221Z | restart_fmri: |
138 | 2025-01-08T17:37:31.221Z | svc:/system/update-man-index:default |
139 | 2025-01-08T17:37:31.221Z | |
140 | 2025-01-08T17:37:31.221Z | Editable files to change: |
141 | 2025-01-08T17:37:31.221Z | Update: |
142 | 2025-01-08T17:37:31.221Z | usr/share/lib/pkg/web/config.shtml |
143 | 2025-01-08T17:37:31.302Z | |
144 | 2025-01-08T17:37:31.302Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2025-01-08T17:37:36.303Z | Download: 1246/4281 items 97.8/220.6MB 44% complete (19.5M/s) |
146 | 2025-01-08T17:37:41.305Z | Download: 2914/4281 items 121.1/220.6MB 54% complete (12.2M/s) |
147 | 2025-01-08T17:37:46.785Z | Download: 4206/4281 items 220.5/220.6MB 99% complete (13.6M/s) |
148 | 2025-01-08T17:37:48.154Z | Download: Completed 220.60 MB in 16.86 seconds (13.1M/s) |
149 | 2025-01-08T17:37:50.433Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2025-01-08T17:37:50.456Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2025-01-08T17:37:55.118Z | Actions: 4226/5063 actions (Updating modified actions) |
152 | 2025-01-08T17:37:55.434Z | Actions: Completed 5063 actions in 5.00 seconds. |
153 | 2025-01-08T17:37:55.867Z | Done (0.411s) |
154 | 2025-01-08T17:37:55.894Z | Done (0.000s) |
155 | 2025-01-08T17:37:56.427Z | Done (0.573s) |
156 | 2025-01-08T17:38:00.765Z | Done (4.111s) |
157 | 2025-01-08T17:38:00.854Z | Done (0.019s) |
158 | 2025-01-08T17:38:00.856Z | Done (0.000s) |
159 | 2025-01-08T17:38:01.020Z | Done (0.000s) |
160 | 2025-01-08T17:38:01.705Z | Planning: Evaluating mediator changes ... Done |
161 | 2025-01-08T17:38:01.862Z | Planning: Checking for conflicting actions ... Done |
162 | 2025-01-08T17:38:01.865Z | Planning: Consolidating action changes ... Done |
163 | 2025-01-08T17:38:02.133Z | Planning: Evaluating mediators ... Done |
164 | 2025-01-08T17:38:02.139Z | Planning: Planning completed in 0.42 seconds |
165 | 2025-01-08T17:38:02.204Z | Mediators to change: 2 |
166 | 2025-01-08T17:38:02.252Z | Create boot environment: No |
167 | 2025-01-08T17:38:02.252Z | Create backup boot environment: No |
168 | 2025-01-08T17:38:02.266Z | Done |
169 | 2025-01-08T17:38:02.267Z | Done |
170 | 2025-01-08T17:38:02.612Z | Done |
171 | 2025-01-08T17:38:06.211Z | Done |
172 | 2025-01-08T17:38:06.296Z | Done |
173 | 2025-01-08T17:38:06.359Z | Done |
174 | 2025-01-08T17:38:06.549Z | Done |
175 | 2025-01-08T17:38:07.145Z | Planning: Evaluating mediator changes ... Done |
176 | 2025-01-08T17:38:07.221Z | Planning: Merging actions ... Done |
177 | 2025-01-08T17:38:07.352Z | Planning: Checking for conflicting actions ... Done |
178 | 2025-01-08T17:38:07.439Z | Planning: Consolidating action changes ... Done |
179 | 2025-01-08T17:38:07.641Z | Planning: Evaluating mediators ... Done |
180 | 2025-01-08T17:38:07.767Z | Planning: Planning completed in 0.75 seconds |
181 | 2025-01-08T17:38:07.767Z | Packages to change: 1 |
182 | 2025-01-08T17:38:07.767Z | Mediators to change: 1 |
183 | 2025-01-08T17:38:07.768Z | Services to change: 1 |
184 | 2025-01-08T17:38:07.768Z | Create boot environment: No |
185 | 2025-01-08T17:38:07.768Z | Create backup boot environment: Yes |
186 | 2025-01-08T17:38:09.547Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2025-01-08T17:38:09.555Z | Actions: Completed 6 actions in 0.00 seconds. |
188 | 2025-01-08T17:38:09.555Z | Done |
189 | 2025-01-08T17:38:09.555Z | Done |
190 | 2025-01-08T17:38:09.665Z | Done |
191 | 2025-01-08T17:38:13.260Z | Done |
192 | 2025-01-08T17:38:13.352Z | Done |
193 | 2025-01-08T17:38:13.354Z | Done |
194 | 2025-01-08T17:38:13.454Z | Done |
195 | 2025-01-08T17:38:13.879Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2025-01-08T17:38:13.879Z | clang system 15 system |
197 | 2025-01-08T17:38:13.879Z | csh system system illumos |
198 | 2025-01-08T17:38:13.879Z | ctags system system illumos |
199 | 2025-01-08T17:38:13.879Z | gcc vendor 12 vendor |
200 | 2025-01-08T17:38:13.879Z | gcc system 10 system |
201 | 2025-01-08T17:38:13.879Z | gcc system 7 system |
202 | 2025-01-08T17:38:13.879Z | go system 1.20 system |
203 | 2025-01-08T17:38:13.879Z | go system 1.19 system |
204 | 2025-01-08T17:38:13.879Z | llvm system 15 system |
205 | 2025-01-08T17:38:13.879Z | llvm system 14 system |
206 | 2025-01-08T17:38:13.879Z | mariadb system 10.6 system |
207 | 2025-01-08T17:38:13.880Z | mta vendor vendor dma |
208 | 2025-01-08T17:38:13.880Z | openjdk system 17 system |
209 | 2025-01-08T17:38:13.880Z | openjdk system 11 system |
210 | 2025-01-08T17:38:13.880Z | openjdk system 1.8 system |
211 | 2025-01-08T17:38:13.880Z | openssl vendor 3 vendor |
212 | 2025-01-08T17:38:13.880Z | perl system 5.36 system |
213 | 2025-01-08T17:38:13.880Z | postgresql system 15 system |
214 | 2025-01-08T17:38:13.880Z | postgresql system 13 system |
215 | 2025-01-08T17:38:13.880Z | python vendor 3 vendor |
216 | 2025-01-08T17:38:13.880Z | python system 2 system |
217 | 2025-01-08T17:38:13.880Z | python3 system 3.11 system |
218 | 2025-01-08T17:38:13.880Z | ruby system 3.0 system |
219 | 2025-01-08T17:38:13.880Z | words vendor vendor american-english |
220 | 2025-01-08T17:38:13.880Z | words system system australian-english |
221 | 2025-01-08T17:38:13.880Z | words system system british-english |
222 | 2025-01-08T17:38:13.880Z | words system system canadian-english |
223 | 2025-01-08T17:38:13.880Z | words system system french |
224 | 2025-01-08T17:38:13.880Z | words system system italian |
225 | 2025-01-08T17:38:13.880Z | words system system ngerman |
226 | 2025-01-08T17:38:13.880Z | words system system ogerman |
227 | 2025-01-08T17:38:13.880Z | words system system spanish |
228 | 2025-01-08T17:38:14.209Z | PUBLISHER TYPE STATUS P LOCATION |
229 | 2025-01-08T17:38:14.209Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
230 | 2025-01-08T17:38:17.087Z | FMRI IFO |
231 | 2025-01-08T17:38:17.087Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2025-01-08T17:38:17.087Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2025-01-08T17:38:17.087Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2025-01-08T17:38:17.087Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2025-01-08T17:38:17.087Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
236 | 2025-01-08T17:38:17.087Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2025-01-08T17:38:17.087Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
238 | 2025-01-08T17:38:17.087Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
239 | 2025-01-08T17:38:17.087Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
240 | 2025-01-08T17:38:17.088Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
241 | 2025-01-08T17:38:17.088Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2025-01-08T17:38:17.088Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
243 | 2025-01-08T17:38:17.088Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
244 | 2025-01-08T17:38:17.088Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
245 | 2025-01-08T17:38:17.088Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
246 | 2025-01-08T17:38:17.852Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
247 | 2025-01-08T17:38:18.145Z | Updating crates.io index |
248 | 2025-01-08T17:38:18.148Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
249 | 2025-01-08T17:38:18.496Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
250 | 2025-01-08T17:38:18.996Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
251 | 2025-01-08T17:38:19.283Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
252 | 2025-01-08T17:38:19.585Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
253 | 2025-01-08T17:38:19.884Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
254 | 2025-01-08T17:38:20.883Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
255 | 2025-01-08T17:38:22.447Z | Updating git repository `https://github.com/oxidecomputer/opte` |
256 | 2025-01-08T17:38:23.081Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
257 | 2025-01-08T17:38:23.879Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2025-01-08T17:38:24.173Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
259 | 2025-01-08T17:38:24.466Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
260 | 2025-01-08T17:38:25.045Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
261 | 2025-01-08T17:38:25.423Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
262 | 2025-01-08T17:38:25.770Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
263 | 2025-01-08T17:38:26.047Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
264 | 2025-01-08T17:38:26.344Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
265 | 2025-01-08T17:38:26.604Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
266 | 2025-01-08T17:38:26.916Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
267 | 2025-01-08T17:38:27.320Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
268 | 2025-01-08T17:38:27.722Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
269 | 2025-01-08T17:38:28.023Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2025-01-08T17:38:28.524Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2025-01-08T17:38:28.831Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
272 | 2025-01-08T17:38:29.213Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
273 | 2025-01-08T17:38:29.630Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
274 | 2025-01-08T17:38:33.712Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
275 | 2025-01-08T17:38:33.983Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
276 | 2025-01-08T17:38:34.255Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
277 | 2025-01-08T17:38:35.506Z | Downloading crates ... |
278 | 2025-01-08T17:38:35.580Z | Downloaded anstream v0.6.15 |
279 | 2025-01-08T17:38:35.586Z | Downloaded anstyle v1.0.10 |
280 | 2025-01-08T17:38:35.626Z | Downloaded cargo-platform v0.1.8 |
281 | 2025-01-08T17:38:35.629Z | Downloaded anyhow v1.0.93 |
282 | 2025-01-08T17:38:35.636Z | Downloaded cargo_toml v0.20.5 |
283 | 2025-01-08T17:38:35.638Z | Downloaded camino v1.1.9 |
284 | 2025-01-08T17:38:35.641Z | Downloaded bitflags v2.6.0 |
285 | 2025-01-08T17:38:35.643Z | Downloaded cfg-if v1.0.0 |
286 | 2025-01-08T17:38:35.646Z | Downloaded equivalent v1.0.1 |
287 | 2025-01-08T17:38:35.648Z | Downloaded clap_lex v0.7.2 |
288 | 2025-01-08T17:38:35.653Z | Downloaded colorchoice v1.0.2 |
289 | 2025-01-08T17:38:35.656Z | Downloaded block-buffer v0.10.4 |
290 | 2025-01-08T17:38:35.656Z | Downloaded heck v0.4.1 |
291 | 2025-01-08T17:38:35.658Z | Downloaded cpufeatures v0.2.14 |
292 | 2025-01-08T17:38:35.658Z | Downloaded camino-tempfile v1.1.1 |
293 | 2025-01-08T17:38:35.661Z | Downloaded byteorder v1.5.0 |
294 | 2025-01-08T17:38:35.663Z | Downloaded autocfg v1.4.0 |
295 | 2025-01-08T17:38:35.663Z | Downloaded cargo_metadata v0.18.1 |
296 | 2025-01-08T17:38:35.666Z | Downloaded heck v0.5.0 |
297 | 2025-01-08T17:38:35.668Z | Downloaded anstyle-query v1.1.1 |
298 | 2025-01-08T17:38:35.668Z | Downloaded generic-array v0.14.7 |
299 | 2025-01-08T17:38:35.671Z | Downloaded crypto-common v0.1.6 |
300 | 2025-01-08T17:38:35.671Z | Downloaded clap_derive v4.5.18 |
301 | 2025-01-08T17:38:35.673Z | Downloaded dtrace-parser v0.2.0 |
302 | 2025-01-08T17:38:35.673Z | Downloaded digest v0.10.7 |
303 | 2025-01-08T17:38:35.676Z | Downloaded fnv v1.0.7 |
304 | 2025-01-08T17:38:35.676Z | Downloaded errno v0.3.9 |
305 | 2025-01-08T17:38:35.678Z | Downloaded dof v0.3.0 |
306 | 2025-01-08T17:38:35.678Z | Downloaded anstyle-parse v0.2.5 |
307 | 2025-01-08T17:38:35.681Z | Downloaded bytecount v0.6.8 |
308 | 2025-01-08T17:38:35.681Z | Downloaded fs-err v2.11.0 |
309 | 2025-01-08T17:38:35.684Z | Downloaded fastrand v2.1.1 |
310 | 2025-01-08T17:38:35.707Z | Downloaded scroll_derive v0.12.0 |
311 | 2025-01-08T17:38:35.710Z | Downloaded scroll v0.12.0 |
312 | 2025-01-08T17:38:35.713Z | Downloaded smawk v0.3.2 |
313 | 2025-01-08T17:38:35.716Z | Downloaded swrite v0.1.0 |
314 | 2025-01-08T17:38:35.718Z | Downloaded strsim v0.11.1 |
315 | 2025-01-08T17:38:35.725Z | Downloaded usdt-attr-macro v0.5.0 |
316 | 2025-01-08T17:38:35.732Z | Downloaded clap v4.5.21 |
317 | 2025-01-08T17:38:35.740Z | Downloaded terminal_size v0.4.0 |
318 | 2025-01-08T17:38:35.743Z | Downloaded ryu v1.0.18 |
319 | 2025-01-08T17:38:35.745Z | Downloaded tempfile v3.13.0 |
320 | 2025-01-08T17:38:35.748Z | Downloaded serde_spanned v0.6.8 |
321 | 2025-01-08T17:38:35.750Z | Downloaded macaddr v1.0.1 |
322 | 2025-01-08T17:38:35.750Z | Downloaded pest_generator v2.7.14 |
323 | 2025-01-08T17:38:35.753Z | Downloaded usdt-macro v0.5.0 |
324 | 2025-01-08T17:38:35.753Z | Downloaded thiserror-impl v1.0.69 |
325 | 2025-01-08T17:38:35.753Z | Downloaded tabled_derive v0.7.0 |
326 | 2025-01-08T17:38:35.755Z | Downloaded serde_tokenstream v0.2.2 |
327 | 2025-01-08T17:38:35.755Z | Downloaded is_terminal_polyfill v1.70.1 |
328 | 2025-01-08T17:38:35.758Z | Downloaded thread-id v4.2.2 |
329 | 2025-01-08T17:38:35.760Z | Downloaded unicode-linebreak v0.1.5 |
330 | 2025-01-08T17:38:35.763Z | Downloaded usdt v0.5.0 |
331 | 2025-01-08T17:38:35.768Z | Downloaded itoa v1.0.11 |
332 | 2025-01-08T17:38:35.771Z | Downloaded proc-macro-error-attr v1.0.4 |
333 | 2025-01-08T17:38:35.771Z | Downloaded plain v0.2.3 |
334 | 2025-01-08T17:38:35.774Z | Downloaded memmap v0.7.0 |
335 | 2025-01-08T17:38:35.777Z | Downloaded indexmap v2.6.0 |
336 | 2025-01-08T17:38:35.781Z | Downloaded utf8parse v0.2.2 |
337 | 2025-01-08T17:38:35.784Z | Downloaded sha2 v0.10.8 |
338 | 2025-01-08T17:38:35.786Z | Downloaded semver v1.0.23 |
339 | 2025-01-08T17:38:35.788Z | Downloaded thiserror v1.0.69 |
340 | 2025-01-08T17:38:35.791Z | Downloaded toml_datetime v0.6.8 |
341 | 2025-01-08T17:38:35.793Z | Downloaded pretty-hex v0.4.1 |
342 | 2025-01-08T17:38:35.796Z | Downloaded version_check v0.9.5 |
343 | 2025-01-08T17:38:35.796Z | Downloaded quote v1.0.37 |
344 | 2025-01-08T17:38:35.798Z | Downloaded once_cell v1.20.2 |
345 | 2025-01-08T17:38:35.803Z | Downloaded usdt-impl v0.5.0 |
346 | 2025-01-08T17:38:35.806Z | Downloaded zerocopy-derive v0.7.35 |
347 | 2025-01-08T17:38:35.808Z | Downloaded proc-macro-error v1.0.4 |
348 | 2025-01-08T17:38:35.811Z | Downloaded pest_derive v2.7.14 |
349 | 2025-01-08T17:38:35.821Z | Downloaded unicode-ident v1.0.13 |
350 | 2025-01-08T17:38:35.823Z | Downloaded typenum v1.17.0 |
351 | 2025-01-08T17:38:35.838Z | Downloaded ucd-trie v0.1.7 |
352 | 2025-01-08T17:38:35.838Z | Downloaded textwrap v0.16.1 |
353 | 2025-01-08T17:38:35.838Z | Downloaded pest_meta v2.7.14 |
354 | 2025-01-08T17:38:35.838Z | Downloaded log v0.4.22 |
355 | 2025-01-08T17:38:35.842Z | Downloaded serde_derive v1.0.215 |
356 | 2025-01-08T17:38:35.842Z | Downloaded serde v1.0.215 |
357 | 2025-01-08T17:38:35.844Z | Downloaded clap_builder v4.5.21 |
358 | 2025-01-08T17:38:35.850Z | Downloaded toml v0.8.19 |
359 | 2025-01-08T17:38:35.852Z | Downloaded proc-macro2 v1.0.89 |
360 | 2025-01-08T17:38:35.856Z | Downloaded papergrid v0.11.0 |
361 | 2025-01-08T17:38:35.860Z | Downloaded hashbrown v0.15.1 |
362 | 2025-01-08T17:38:35.868Z | Downloaded goblin v0.8.2 |
363 | 2025-01-08T17:38:35.875Z | Downloaded memchr v2.7.4 |
364 | 2025-01-08T17:38:35.882Z | Downloaded toml_edit v0.22.22 |
365 | 2025-01-08T17:38:35.902Z | Downloaded pest v2.7.14 |
366 | 2025-01-08T17:38:35.929Z | Downloaded serde_json v1.0.133 |
367 | 2025-01-08T17:38:35.936Z | Downloaded zerocopy v0.7.35 |
368 | 2025-01-08T17:38:35.949Z | Downloaded winnow v0.6.20 |
369 | 2025-01-08T17:38:35.957Z | Downloaded tabled v0.15.0 |
370 | 2025-01-08T17:38:35.971Z | Downloaded syn v1.0.109 |
371 | 2025-01-08T17:38:35.980Z | Downloaded syn v2.0.87 |
372 | 2025-01-08T17:38:35.990Z | Downloaded unicode-width v0.1.14 |
373 | 2025-01-08T17:38:35.998Z | Downloaded rustix v0.38.37 |
374 | 2025-01-08T17:38:36.036Z | Downloaded libc v0.2.162 |
375 | 2025-01-08T17:38:36.344Z | Compiling proc-macro2 v1.0.89 |
376 | 2025-01-08T17:38:36.344Z | Compiling unicode-ident v1.0.13 |
377 | 2025-01-08T17:38:36.347Z | Compiling version_check v0.9.5 |
378 | 2025-01-08T17:38:36.347Z | Compiling serde v1.0.215 |
379 | 2025-01-08T17:38:36.347Z | Compiling thiserror v1.0.69 |
380 | 2025-01-08T17:38:36.347Z | Compiling memchr v2.7.4 |
381 | 2025-01-08T17:38:36.347Z | Compiling libc v0.2.162 |
382 | 2025-01-08T17:38:36.379Z | Compiling itoa v1.0.11 |
383 | 2025-01-08T17:38:36.606Z | Compiling ryu v1.0.18 |
384 | 2025-01-08T17:38:36.942Z | Compiling ucd-trie v0.1.7 |
385 | 2025-01-08T17:38:37.149Z | Compiling once_cell v1.20.2 |
386 | 2025-01-08T17:38:37.210Z | Compiling byteorder v1.5.0 |
387 | 2025-01-08T17:38:37.339Z | Compiling serde_json v1.0.133 |
388 | 2025-01-08T17:38:37.551Z | Compiling rustix v0.38.37 |
389 | 2025-01-08T17:38:37.717Z | Compiling bitflags v2.6.0 |
390 | 2025-01-08T17:38:37.742Z | Compiling usdt-impl v0.5.0 |
391 | 2025-01-08T17:38:38.054Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2025-01-08T17:38:38.079Z | Compiling syn v1.0.109 |
393 | 2025-01-08T17:38:38.153Z | Compiling proc-macro-error v1.0.4 |
394 | 2025-01-08T17:38:38.250Z | Compiling quote v1.0.37 |
395 | 2025-01-08T17:38:38.462Z | Compiling errno v0.3.9 |
396 | 2025-01-08T17:38:38.488Z | Compiling camino v1.1.9 |
397 | 2025-01-08T17:38:38.512Z | Compiling hashbrown v0.15.1 |
398 | 2025-01-08T17:38:38.707Z | Compiling syn v2.0.87 |
399 | 2025-01-08T17:38:38.858Z | Compiling plain v0.2.3 |
400 | 2025-01-08T17:38:39.024Z | Compiling equivalent v1.0.1 |
401 | 2025-01-08T17:38:39.049Z | Compiling utf8parse v0.2.2 |
402 | 2025-01-08T17:38:39.145Z | Compiling thread-id v4.2.2 |
403 | 2025-01-08T17:38:39.172Z | Compiling log v0.4.22 |
404 | 2025-01-08T17:38:39.223Z | Compiling anstyle-parse v0.2.5 |
405 | 2025-01-08T17:38:39.558Z | Compiling anstyle v1.0.10 |
406 | 2025-01-08T17:38:39.611Z | Compiling autocfg v1.4.0 |
407 | 2025-01-08T17:38:39.798Z | Compiling indexmap v2.6.0 |
408 | 2025-01-08T17:38:39.824Z | Compiling pretty-hex v0.4.1 |
409 | 2025-01-08T17:38:40.011Z | Compiling semver v1.0.23 |
410 | 2025-01-08T17:38:40.039Z | Compiling is_terminal_polyfill v1.70.1 |
411 | 2025-01-08T17:38:40.062Z | Compiling colorchoice v1.0.2 |
412 | 2025-01-08T17:38:40.175Z | Compiling unicode-width v0.1.14 |
413 | 2025-01-08T17:38:40.236Z | Compiling anstyle-query v1.1.1 |
414 | 2025-01-08T17:38:40.390Z | Compiling winnow v0.6.20 |
415 | 2025-01-08T17:38:40.597Z | Compiling anstream v0.6.15 |
416 | 2025-01-08T17:38:40.763Z | Compiling fs-err v2.11.0 |
417 | 2025-01-08T17:38:40.970Z | Compiling terminal_size v0.4.0 |
418 | 2025-01-08T17:38:41.037Z | Compiling clap_lex v0.7.2 |
419 | 2025-01-08T17:38:41.196Z | Compiling strsim v0.11.1 |
420 | 2025-01-08T17:38:41.223Z | Compiling anyhow v1.0.93 |
421 | 2025-01-08T17:38:41.357Z | Compiling heck v0.5.0 |
422 | 2025-01-08T17:38:41.563Z | Compiling cfg-if v1.0.0 |
423 | 2025-01-08T17:38:41.670Z | Compiling heck v0.4.1 |
424 | 2025-01-08T17:38:41.727Z | Compiling fastrand v2.1.1 |
425 | 2025-01-08T17:38:41.848Z | Compiling fnv v1.0.7 |
426 | 2025-01-08T17:38:41.993Z | Compiling bytecount v0.6.8 |
427 | 2025-01-08T17:38:42.212Z | Compiling papergrid v0.11.0 |
428 | 2025-01-08T17:38:42.298Z | Compiling tempfile v3.13.0 |
429 | 2025-01-08T17:38:42.325Z | Compiling clap_builder v4.5.21 |
430 | 2025-01-08T17:38:42.616Z | Compiling memmap v0.7.0 |
431 | 2025-01-08T17:38:42.909Z | Compiling smawk v0.3.2 |
432 | 2025-01-08T17:38:42.997Z | Compiling unicode-linebreak v0.1.5 |
433 | 2025-01-08T17:38:43.532Z | Compiling textwrap v0.16.1 |
434 | 2025-01-08T17:38:43.725Z | Compiling swrite v0.1.0 |
435 | 2025-01-08T17:38:45.022Z | Compiling tabled_derive v0.7.0 |
436 | 2025-01-08T17:38:46.510Z | Compiling tabled v0.15.0 |
437 | 2025-01-08T17:38:47.794Z | Compiling serde_derive v1.0.215 |
438 | 2025-01-08T17:38:47.796Z | Compiling thiserror-impl v1.0.69 |
439 | 2025-01-08T17:38:47.796Z | Compiling zerocopy-derive v0.7.35 |
440 | 2025-01-08T17:38:47.854Z | Compiling scroll_derive v0.12.0 |
441 | 2025-01-08T17:38:47.987Z | Compiling clap_derive v4.5.18 |
442 | 2025-01-08T17:38:49.190Z | Compiling scroll v0.12.0 |
443 | 2025-01-08T17:38:49.564Z | Compiling zerocopy v0.7.35 |
444 | 2025-01-08T17:38:49.740Z | Compiling goblin v0.8.2 |
445 | 2025-01-08T17:38:50.483Z | Compiling pest v2.7.14 |
446 | 2025-01-08T17:38:51.676Z | Compiling clap v4.5.21 |
447 | 2025-01-08T17:38:52.781Z | Compiling pest_meta v2.7.14 |
448 | 2025-01-08T17:38:53.703Z | Compiling pest_generator v2.7.14 |
449 | 2025-01-08T17:38:55.433Z | Compiling pest_derive v2.7.14 |
450 | 2025-01-08T17:38:56.220Z | Compiling dtrace-parser v0.2.0 |
451 | 2025-01-08T17:38:57.911Z | Compiling serde_tokenstream v0.2.2 |
452 | 2025-01-08T17:38:58.082Z | Compiling serde_spanned v0.6.8 |
453 | 2025-01-08T17:38:58.082Z | Compiling toml_datetime v0.6.8 |
454 | 2025-01-08T17:38:58.405Z | Compiling cargo-platform v0.1.8 |
455 | 2025-01-08T17:38:58.454Z | Compiling toml_edit v0.22.22 |
456 | 2025-01-08T17:38:58.524Z | Compiling macaddr v1.0.1 |
457 | 2025-01-08T17:38:58.854Z | Compiling camino-tempfile v1.1.1 |
458 | 2025-01-08T17:38:59.467Z | Compiling dof v0.3.0 |
459 | 2025-01-08T17:38:59.582Z | Compiling cargo_metadata v0.18.1 |
460 | 2025-01-08T17:39:01.211Z | Compiling usdt-attr-macro v0.5.0 |
461 | 2025-01-08T17:39:01.211Z | Compiling usdt-macro v0.5.0 |
462 | 2025-01-08T17:39:01.336Z | Compiling toml v0.8.19 |
463 | 2025-01-08T17:39:02.127Z | Compiling cargo_toml v0.20.5 |
464 | 2025-01-08T17:39:02.494Z | Compiling usdt v0.5.0 |
465 | 2025-01-08T17:39:05.615Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2025-01-08T17:39:09.658Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.05s |
467 | 2025-01-08T17:39:09.931Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2025-01-08T17:39:10.458Z | Downloading crates ... |
469 | 2025-01-08T17:39:10.565Z | Downloaded adler2 v2.0.0 |
470 | 2025-01-08T17:39:10.573Z | Downloaded atty v0.2.14 |
471 | 2025-01-08T17:39:10.579Z | Downloaded cfg_aliases v0.1.1 |
472 | 2025-01-08T17:39:10.581Z | Downloaded castaway v0.2.3 |
473 | 2025-01-08T17:39:10.584Z | Downloaded allocator-api2 v0.2.18 |
474 | 2025-01-08T17:39:10.587Z | Downloaded atomicwrites v0.4.4 |
475 | 2025-01-08T17:39:10.596Z | Downloaded cstr-argument v0.1.2 |
476 | 2025-01-08T17:39:10.598Z | Downloaded buf-list v1.0.3 |
477 | 2025-01-08T17:39:10.603Z | Downloaded crucible-workspace-hack v0.1.0 |
478 | 2025-01-08T17:39:10.609Z | Downloaded crunchy v0.2.2 |
479 | 2025-01-08T17:39:10.612Z | Downloaded array-init v0.0.4 |
480 | 2025-01-08T17:39:10.614Z | Downloaded ciborium-io v0.2.2 |
481 | 2025-01-08T17:39:10.620Z | Downloaded constant_time_eq v0.3.1 |
482 | 2025-01-08T17:39:10.623Z | Downloaded colored v2.1.0 |
483 | 2025-01-08T17:39:10.625Z | Downloaded icu_provider_macros v1.5.0 |
484 | 2025-01-08T17:39:10.625Z | Downloaded chacha20 v0.9.1 |
485 | 2025-01-08T17:39:10.629Z | Downloaded is_ci v1.2.0 |
486 | 2025-01-08T17:39:10.631Z | Downloaded cfg_aliases v0.2.1 |
487 | 2025-01-08T17:39:10.633Z | Downloaded matches v0.1.10 |
488 | 2025-01-08T17:39:10.634Z | Downloaded hubpack_derive v0.1.1 |
489 | 2025-01-08T17:39:10.634Z | Downloaded blowfish v0.9.1 |
490 | 2025-01-08T17:39:10.636Z | Downloaded cbc v0.1.2 |
491 | 2025-01-08T17:39:10.638Z | Downloaded bit-set v0.5.3 |
492 | 2025-01-08T17:39:10.638Z | Downloaded base16ct v0.2.0 |
493 | 2025-01-08T17:39:10.641Z | Downloaded headers-core v0.3.0 |
494 | 2025-01-08T17:39:10.641Z | Downloaded convert_case v0.4.0 |
495 | 2025-01-08T17:39:10.643Z | Downloaded match_cfg v0.1.0 |
496 | 2025-01-08T17:39:10.643Z | Downloaded async-stream v0.3.6 |
497 | 2025-01-08T17:39:10.645Z | Downloaded atomic-waker v1.1.2 |
498 | 2025-01-08T17:39:10.648Z | Downloaded assert_matches v1.5.0 |
499 | 2025-01-08T17:39:10.648Z | Downloaded arrayref v0.3.9 |
500 | 2025-01-08T17:39:10.650Z | Downloaded curve25519-dalek-derive v0.1.1 |
501 | 2025-01-08T17:39:10.652Z | Downloaded chrono-tz-build v0.4.0 |
502 | 2025-01-08T17:39:10.652Z | Downloaded aead v0.5.2 |
503 | 2025-01-08T17:39:10.654Z | Downloaded cmake v0.1.51 |
504 | 2025-01-08T17:39:10.657Z | Downloaded cipher v0.4.4 |
505 | 2025-01-08T17:39:10.657Z | Downloaded http-range v0.1.5 |
506 | 2025-01-08T17:39:10.660Z | Downloaded md5 v0.7.0 |
507 | 2025-01-08T17:39:10.660Z | Downloaded instant v0.1.13 |
508 | 2025-01-08T17:39:10.662Z | Downloaded new_debug_unreachable v1.0.6 |
509 | 2025-01-08T17:39:10.665Z | Downloaded newline-converter v0.3.0 |
510 | 2025-01-08T17:39:10.665Z | Downloaded crossbeam-deque v0.8.5 |
511 | 2025-01-08T17:39:10.667Z | warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/nanorand/0.7.0/download` (151.101.22.137), got 502 |
512 | 2025-01-08T17:39:10.667Z | body: |
513 | 2025-01-08T17:39:10.667Z | I/O error |
514 | 2025-01-08T17:39:10.667Z | warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/mockall_derive/0.13.0/download` (151.101.22.137), got 502 |
515 | 2025-01-08T17:39:10.667Z | body: |
516 | 2025-01-08T17:39:10.667Z | I/O error |
517 | 2025-01-08T17:39:10.667Z | Downloaded indent_write v2.2.0 |
518 | 2025-01-08T17:39:10.670Z | warning: spurious network error (3 tries remaining): failed to get successful HTTP response from `https://static.crates.io/crates/hubpack/0.1.2/download` (151.101.22.137), got 502 |
519 | 2025-01-08T17:39:10.670Z | body: |
520 | 2025-01-08T17:39:10.670Z | I/O error |
521 | 2025-01-08T17:39:10.670Z | Downloaded crc-catalog v2.4.0 |
522 | 2025-01-08T17:39:10.670Z | Downloaded impl-trait-for-tuples v0.2.2 |
523 | 2025-01-08T17:39:10.676Z | Downloaded lockfree-object-pool v0.1.6 |
524 | 2025-01-08T17:39:10.676Z | Downloaded bitfield-struct v0.6.2 |
525 | 2025-01-08T17:39:10.680Z | Downloaded bcs v0.1.6 |
526 | 2025-01-08T17:39:10.680Z | Downloaded http-body v1.0.1 |
527 | 2025-01-08T17:39:10.683Z | Downloaded arrayvec v0.7.6 |
528 | 2025-01-08T17:39:10.686Z | Downloaded bit-vec v0.6.3 |
529 | 2025-01-08T17:39:10.686Z | Downloaded ident_case v1.0.1 |
530 | 2025-01-08T17:39:10.686Z | Downloaded cexpr v0.6.0 |
531 | 2025-01-08T17:39:10.689Z | Downloaded const_format_proc_macros v0.2.33 |
532 | 2025-01-08T17:39:10.691Z | Downloaded kstat-rs v0.2.4 |
533 | 2025-01-08T17:39:10.691Z | Downloaded argon2 v0.5.3 |
534 | 2025-01-08T17:39:10.694Z | Downloaded hostname v0.4.0 |
535 | 2025-01-08T17:39:10.696Z | Downloaded keccak v0.1.5 |
536 | 2025-01-08T17:39:10.698Z | Downloaded http-body-util v0.1.2 |
537 | 2025-01-08T17:39:10.698Z | Downloaded serde-big-array v0.5.1 |
538 | 2025-01-08T17:39:10.701Z | Downloaded linked-hash-map v0.5.6 |
539 | 2025-01-08T17:39:10.703Z | Downloaded signal-hook-tokio v0.3.1 |
540 | 2025-01-08T17:39:10.703Z | Downloaded libsw v3.3.1 |
541 | 2025-01-08T17:39:10.706Z | Downloaded lru-cache v0.1.2 |
542 | 2025-01-08T17:39:10.709Z | Downloaded linear-map v1.2.0 |
543 | 2025-01-08T17:39:10.709Z | Downloaded ciborium-ll v0.2.2 |
544 | 2025-01-08T17:39:10.711Z | Downloaded crc v3.2.1 |
545 | 2025-01-08T17:39:10.714Z | Downloaded internet-checksum v0.2.1 |
546 | 2025-01-08T17:39:10.716Z | Downloaded md-5 v0.10.6 |
547 | 2025-01-08T17:39:10.716Z | Downloaded maplit v1.0.2 |
548 | 2025-01-08T17:39:10.719Z | Downloaded crc32fast v1.4.2 |
549 | 2025-01-08T17:39:10.719Z | Downloaded console v0.15.8 |
550 | 2025-01-08T17:39:10.722Z | Downloaded maybe-uninit v2.0.0 |
551 | 2025-01-08T17:39:10.724Z | Downloaded cancel-safe-futures v0.1.5 |
552 | 2025-01-08T17:39:10.727Z | Downloaded cobs v0.2.3 |
553 | 2025-01-08T17:39:10.729Z | Downloaded addr2line v0.24.2 |
554 | 2025-01-08T17:39:10.732Z | Downloaded hex-literal v0.4.1 |
555 | 2025-01-08T17:39:10.734Z | Downloaded async-bb8-diesel v0.2.1 |
556 | 2025-01-08T17:39:10.736Z | Downloaded termtree v0.4.1 |
557 | 2025-01-08T17:39:10.736Z | Downloaded multimap v0.10.0 |
558 | 2025-01-08T17:39:10.739Z | Downloaded const-oid v0.9.6 |
559 | 2025-01-08T17:39:10.741Z | Downloaded ipnetwork v0.20.0 |
560 | 2025-01-08T17:39:10.744Z | Downloaded iana-time-zone v0.1.61 |
561 | 2025-01-08T17:39:10.747Z | Downloaded tinyvec_macros v0.1.1 |
562 | 2025-01-08T17:39:10.747Z | Downloaded mirai-annotations v1.12.0 |
563 | 2025-01-08T17:39:10.747Z | Downloaded lru v0.12.5 |
564 | 2025-01-08T17:39:10.749Z | Downloaded backoff v0.4.0 |
565 | 2025-01-08T17:39:10.751Z | Downloaded sigpipe v0.1.3 |
566 | 2025-01-08T17:39:10.754Z | Downloaded rustfmt-wrapper v0.2.1 |
567 | 2025-01-08T17:39:10.754Z | Downloaded semver v0.1.20 |
568 | 2025-01-08T17:39:10.756Z | Downloaded subtle v2.6.1 |
569 | 2025-01-08T17:39:10.756Z | Downloaded signal-hook-registry v1.4.2 |
570 | 2025-01-08T17:39:10.760Z | Downloaded unarray v0.1.4 |
571 | 2025-01-08T17:39:10.760Z | Downloaded secrecy v0.8.0 |
572 | 2025-01-08T17:39:10.762Z | Downloaded clang-sys v1.8.1 |
573 | 2025-01-08T17:39:10.765Z | Downloaded rtoolbox v0.0.2 |
574 | 2025-01-08T17:39:10.765Z | Downloaded ssh-encoding v0.2.0 |
575 | 2025-01-08T17:39:10.768Z | Downloaded indoc v1.0.9 |
576 | 2025-01-08T17:39:10.771Z | Downloaded signature v2.2.0 |
577 | 2025-01-08T17:39:10.773Z | Downloaded crc-any v2.5.0 |
578 | 2025-01-08T17:39:10.776Z | Downloaded mime v0.3.17 |
579 | 2025-01-08T17:39:10.776Z | Downloaded memoffset v0.9.1 |
580 | 2025-01-08T17:39:10.779Z | Downloaded icu_locid_transform v1.5.0 |
581 | 2025-01-08T17:39:10.782Z | Downloaded quinn-udp v0.5.5 |
582 | 2025-01-08T17:39:10.785Z | Downloaded crossbeam-utils v0.8.20 |
583 | 2025-01-08T17:39:10.788Z | Downloaded memmap2 v0.9.5 |
584 | 2025-01-08T17:39:10.788Z | Downloaded termcolor v1.4.1 |
585 | 2025-01-08T17:39:10.791Z | Downloaded structmeta v0.2.0 |
586 | 2025-01-08T17:39:10.791Z | Downloaded bytes v1.8.0 |
587 | 2025-01-08T17:39:10.794Z | Downloaded lock_api v0.4.12 |
588 | 2025-01-08T17:39:10.796Z | Downloaded russh-keys v0.45.0 |
589 | 2025-01-08T17:39:10.800Z | Downloaded rustls-pemfile v2.2.0 |
590 | 2025-01-08T17:39:10.802Z | Downloaded number_prefix v0.4.0 |
591 | 2025-01-08T17:39:10.805Z | Downloaded tls_codec_derive v0.4.1 |
592 | 2025-01-08T17:39:10.805Z | Downloaded phf_generator v0.11.2 |
593 | 2025-01-08T17:39:10.809Z | Downloaded hmac v0.12.1 |
594 | 2025-01-08T17:39:10.811Z | Downloaded multer v3.1.0 |
595 | 2025-01-08T17:39:10.813Z | Downloaded defmt-parser v0.3.4 |
596 | 2025-01-08T17:39:10.813Z | Downloaded xz2 v0.1.7 |
597 | 2025-01-08T17:39:10.816Z | Downloaded same-file v1.0.6 |
598 | 2025-01-08T17:39:10.818Z | Downloaded foreign-types-macros v0.2.3 |
599 | 2025-01-08T17:39:10.818Z | Downloaded enum-as-inner v0.5.1 |
600 | 2025-01-08T17:39:10.820Z | Downloaded hyper-staticfile v0.10.1 |
601 | 2025-01-08T17:39:10.822Z | Downloaded home v0.5.9 |
602 | 2025-01-08T17:39:10.825Z | Downloaded native-tls v0.2.12 |
603 | 2025-01-08T17:39:10.827Z | Downloaded hyper-tls v0.6.0 |
604 | 2025-01-08T17:39:10.827Z | Downloaded typify-macro v0.2.0 |
605 | 2025-01-08T17:39:10.830Z | Downloaded parse-size v1.1.0 |
606 | 2025-01-08T17:39:10.830Z | Downloaded litemap v0.7.3 |
607 | 2025-01-08T17:39:10.834Z | Downloaded highway v1.2.0 |
608 | 2025-01-08T17:39:10.836Z | Downloaded icu_normalizer_data v1.5.0 |
609 | 2025-01-08T17:39:10.836Z | Downloaded base64 v0.13.1 |
610 | 2025-01-08T17:39:10.840Z | Downloaded enum-as-inner v0.6.1 |
611 | 2025-01-08T17:39:10.842Z | Downloaded crypto-bigint v0.5.5 |
612 | 2025-01-08T17:39:10.849Z | Downloaded sync-ptr v0.1.1 |
613 | 2025-01-08T17:39:10.851Z | Downloaded hyper-rustls v0.27.3 |
614 | 2025-01-08T17:39:10.854Z | Downloaded nibble_vec v0.1.0 |
615 | 2025-01-08T17:39:10.854Z | Downloaded hash32 v0.3.1 |
616 | 2025-01-08T17:39:10.858Z | Downloaded predicates-tree v1.0.11 |
617 | 2025-01-08T17:39:10.860Z | Downloaded predicates-core v1.0.8 |
618 | 2025-01-08T17:39:10.860Z | Downloaded phf_codegen v0.11.2 |
619 | 2025-01-08T17:39:10.860Z | Downloaded quick-error v1.2.3 |
620 | 2025-01-08T17:39:10.862Z | Downloaded num_threads v0.1.7 |
621 | 2025-01-08T17:39:10.863Z | Downloaded num_enum_derive v0.5.11 |
622 | 2025-01-08T17:39:10.865Z | Downloaded typify v0.2.0 |
623 | 2025-01-08T17:39:10.868Z | Downloaded ecdsa v0.16.9 |
624 | 2025-01-08T17:39:10.871Z | Downloaded icu_normalizer v1.5.0 |
625 | 2025-01-08T17:39:10.875Z | Downloaded indexmap v1.9.3 |
626 | 2025-01-08T17:39:10.877Z | Downloaded chacha20poly1305 v0.10.1 |
627 | 2025-01-08T17:39:10.880Z | Downloaded compact_str v0.8.0 |
628 | 2025-01-08T17:39:10.883Z | Downloaded hyper-util v0.1.10 |
629 | 2025-01-08T17:39:10.887Z | Downloaded rustc-hash v1.1.0 |
630 | 2025-01-08T17:39:10.890Z | Downloaded icu_locid v1.5.0 |
631 | 2025-01-08T17:39:10.894Z | Downloaded foreign-types-shared v0.1.1 |
632 | 2025-01-08T17:39:10.896Z | Downloaded sha1 v0.10.6 |
633 | 2025-01-08T17:39:10.899Z | Downloaded stable_deref_trait v1.2.0 |
634 | 2025-01-08T17:39:10.899Z | Downloaded ed25519 v2.2.3 |
635 | 2025-01-08T17:39:10.901Z | Downloaded futures-core v0.3.31 |
636 | 2025-01-08T17:39:10.903Z | Downloaded ff v0.13.0 |
637 | 2025-01-08T17:39:10.903Z | Downloaded fd-lock v4.0.2 |
638 | 2025-01-08T17:39:10.906Z | Downloaded tls_codec v0.4.1 |
639 | 2025-01-08T17:39:10.908Z | Downloaded tokio-macros v2.4.0 |
640 | 2025-01-08T17:39:10.911Z | Downloaded thiserror-impl-no-std v2.0.2 |
641 | 2025-01-08T17:39:10.911Z | Downloaded gethostname v0.5.0 |
642 | 2025-01-08T17:39:10.913Z | Downloaded tinystr v0.7.6 |
643 | 2025-01-08T17:39:10.915Z | Downloaded num-conv v0.1.0 |
644 | 2025-01-08T17:39:10.915Z | Downloaded tiny-keccak v2.0.2 |
645 | 2025-01-08T17:39:10.918Z | Downloaded zone_cfg_derive v0.3.0 |
646 | 2025-01-08T17:39:10.921Z | Downloaded zone_cfg_derive v0.1.2 |
647 | 2025-01-08T17:39:10.921Z | Downloaded vte_generate_state_changes v0.1.2 |
648 | 2025-01-08T17:39:10.923Z | Downloaded xattr v1.3.1 |
649 | 2025-01-08T17:39:10.923Z | Downloaded peg v0.8.4 |
650 | 2025-01-08T17:39:10.927Z | Downloaded openssl-probe v0.1.5 |
651 | 2025-01-08T17:39:10.929Z | Downloaded openssl-macros v0.1.1 |
652 | 2025-01-08T17:39:10.930Z | Downloaded try-lock v0.2.5 |
653 | 2025-01-08T17:39:10.932Z | Downloaded const_format v0.2.33 |
654 | 2025-01-08T17:39:10.935Z | Downloaded deranged v0.3.11 |
655 | 2025-01-08T17:39:10.937Z | Downloaded pkg-config v0.3.31 |
656 | 2025-01-08T17:39:10.940Z | Downloaded rustc-hash v2.0.0 |
657 | 2025-01-08T17:39:10.942Z | Downloaded value-bag v1.9.0 |
658 | 2025-01-08T17:39:10.945Z | Downloaded rustc-demangle v0.1.24 |
659 | 2025-01-08T17:39:10.947Z | Downloaded uzers v0.12.1 |
660 | 2025-01-08T17:39:10.947Z | Downloaded crossbeam-channel v0.5.13 |
661 | 2025-01-08T17:39:10.952Z | Downloaded toolchain_find v0.4.0 |
662 | 2025-01-08T17:39:10.955Z | Downloaded fallible-iterator v0.2.0 |
663 | 2025-01-08T17:39:10.958Z | Downloaded snafu-derive v0.8.5 |
664 | 2025-01-08T17:39:10.958Z | Downloaded static_assertions v1.1.0 |
665 | 2025-01-08T17:39:10.960Z | Downloaded group v0.13.0 |
666 | 2025-01-08T17:39:10.960Z | Downloaded half v2.4.1 |
667 | 2025-01-08T17:39:10.963Z | Downloaded miniz_oxide v0.8.0 |
668 | 2025-01-08T17:39:10.966Z | Downloaded samael v0.0.17 |
669 | 2025-01-08T17:39:10.972Z | Downloaded scheduled-thread-pool v0.2.7 |
670 | 2025-01-08T17:39:10.974Z | Downloaded progenitor-client v0.8.0 |
671 | 2025-01-08T17:39:10.974Z | Downloaded ppv-lite86 v0.2.20 |
672 | 2025-01-08T17:39:10.977Z | Downloaded sqlparser_derive v0.2.2 |
673 | 2025-01-08T17:39:10.979Z | Downloaded powerfmt v0.2.0 |
674 | 2025-01-08T17:39:10.980Z | Downloaded derive_builder_core v0.20.2 |
675 | 2025-01-08T17:39:10.982Z | Downloaded unicode-xid v0.2.6 |
676 | 2025-01-08T17:39:10.984Z | Downloaded salsa20 v0.10.2 |
677 | 2025-01-08T17:39:10.984Z | Downloaded rpassword v7.3.1 |
678 | 2025-01-08T17:39:10.987Z | Downloaded derive_builder v0.20.2 |
679 | 2025-01-08T17:39:10.990Z | Downloaded derive_builder_macro v0.20.2 |
680 | 2025-01-08T17:39:11.001Z | Downloaded foreign-types-shared v0.3.1 |
681 | 2025-01-08T17:39:11.003Z | Downloaded newtype_derive v0.1.6 |
682 | 2025-01-08T17:39:11.006Z | Downloaded serde_repr v0.1.19 |
683 | 2025-01-08T17:39:11.006Z | Downloaded serde_plain v1.0.2 |
684 | 2025-01-08T17:39:11.009Z | Downloaded float-ord v0.3.2 |
685 | 2025-01-08T17:39:11.009Z | Downloaded fallible-iterator v0.3.0 |
686 | 2025-01-08T17:39:11.012Z | Downloaded num-complex v0.4.6 |
687 | 2025-01-08T17:39:11.014Z | Downloaded hex v0.4.3 |
688 | 2025-01-08T17:39:11.014Z | Downloaded fallible-streaming-iterator v0.1.9 |
689 | 2025-01-08T17:39:11.017Z | Downloaded either v1.13.0 |
690 | 2025-01-08T17:39:11.019Z | Downloaded thiserror-impl v2.0.3 |
691 | 2025-01-08T17:39:11.019Z | Downloaded tinyvec v1.8.0 |
692 | 2025-01-08T17:39:11.022Z | Downloaded uuid v1.11.0 |
693 | 2025-01-08T17:39:11.025Z | Downloaded num-derive v0.4.2 |
694 | 2025-01-08T17:39:11.027Z | Downloaded der v0.7.9 |
695 | 2025-01-08T17:39:11.033Z | Downloaded zone v0.1.8 |
696 | 2025-01-08T17:39:11.035Z | Downloaded which v4.4.2 |
697 | 2025-01-08T17:39:11.038Z | Downloaded universal-hash v0.5.1 |
698 | 2025-01-08T17:39:11.038Z | Downloaded derive-where v1.2.7 |
699 | 2025-01-08T17:39:11.041Z | Downloaded icu_properties v1.5.1 |
700 | 2025-01-08T17:39:11.044Z | Downloaded aes v0.8.4 |
701 | 2025-01-08T17:39:11.048Z | Downloaded ron v0.8.1 |
702 | 2025-01-08T17:39:11.054Z | Downloaded serde_urlencoded v0.7.1 |
703 | 2025-01-08T17:39:11.056Z | Downloaded crossterm v0.28.1 |
704 | 2025-01-08T17:39:11.063Z | Downloaded precomputed-hash v0.1.1 |
705 | 2025-01-08T17:39:11.065Z | Downloaded nodrop v0.1.14 |
706 | 2025-01-08T17:39:11.066Z | Downloaded newtype-uuid v1.1.3 |
707 | 2025-01-08T17:39:11.068Z | Downloaded r2d2 v0.8.10 |
708 | 2025-01-08T17:39:11.070Z | Downloaded tokio-rustls v0.24.1 |
709 | 2025-01-08T17:39:11.073Z | Downloaded parking_lot v0.12.3 |
710 | 2025-01-08T17:39:11.075Z | Downloaded fatfs v0.3.6 |
711 | 2025-01-08T17:39:11.078Z | Downloaded peg-macros v0.8.4 |
712 | 2025-01-08T17:39:11.081Z | Downloaded tracing-core v0.1.32 |
713 | 2025-01-08T17:39:11.085Z | Downloaded rand_xorshift v0.3.0 |
714 | 2025-01-08T17:39:11.085Z | Downloaded whoami v1.5.2 |
715 | 2025-01-08T17:39:11.087Z | Downloaded wait-timeout v0.2.0 |
716 | 2025-01-08T17:39:11.088Z | Downloaded topological-sort v0.2.2 |
717 | 2025-01-08T17:39:11.091Z | Downloaded vte v0.11.1 |
718 | 2025-01-08T17:39:11.095Z | Downloaded phf_shared v0.10.0 |
719 | 2025-01-08T17:39:11.095Z | Downloaded icu_locid_transform_data v1.5.0 |
720 | 2025-01-08T17:39:11.095Z | Downloaded darling_macro v0.20.10 |
721 | 2025-01-08T17:39:11.097Z | Downloaded strum_macros v0.24.3 |
722 | 2025-01-08T17:39:11.097Z | Downloaded serde-hex v0.1.0 |
723 | 2025-01-08T17:39:11.101Z | Downloaded smf v0.2.3 |
724 | 2025-01-08T17:39:11.101Z | Downloaded smallvec v0.6.14 |
725 | 2025-01-08T17:39:11.104Z | Downloaded difflib v0.4.0 |
726 | 2025-01-08T17:39:11.104Z | Downloaded embedded-io v0.6.1 |
727 | 2025-01-08T17:39:11.106Z | Downloaded embedded-io v0.4.0 |
728 | 2025-01-08T17:39:11.114Z | Downloaded parking_lot_core v0.9.10 |
729 | 2025-01-08T17:39:11.114Z | Downloaded vergen v8.3.2 |
730 | 2025-01-08T17:39:11.117Z | Downloaded normalize-line-endings v0.3.0 |
731 | 2025-01-08T17:39:11.117Z | Downloaded thread_local v1.1.8 |
732 | 2025-01-08T17:39:11.117Z | Downloaded thiserror-no-std v2.0.2 |
733 | 2025-01-08T17:39:11.120Z | Downloaded spin v0.9.8 |
734 | 2025-01-08T17:39:11.123Z | Downloaded writeable v0.5.5 |
735 | 2025-01-08T17:39:11.125Z | Downloaded ssh-cipher v0.2.0 |
736 | 2025-01-08T17:39:11.125Z | Downloaded ron v0.7.1 |
737 | 2025-01-08T17:39:11.130Z | Downloaded sync_wrapper v1.0.1 |
738 | 2025-01-08T17:39:11.133Z | Downloaded take_mut v0.2.2 |
739 | 2025-01-08T17:39:11.133Z | Downloaded diesel_table_macro_syntax v0.2.0 |
740 | 2025-01-08T17:39:11.136Z | Downloaded mio v1.0.2 |
741 | 2025-01-08T17:39:11.140Z | Downloaded futures-executor v0.3.31 |
742 | 2025-01-08T17:39:11.142Z | Downloaded diesel-dtrace v0.4.2 |
743 | 2025-01-08T17:39:11.145Z | Downloaded funty v2.0.0 |
744 | 2025-01-08T17:39:11.145Z | Downloaded poly1305 v0.8.0 |
745 | 2025-01-08T17:39:11.148Z | Downloaded parking_lot_core v0.8.6 |
746 | 2025-01-08T17:39:11.150Z | Downloaded phf_shared v0.11.2 |
747 | 2025-01-08T17:39:11.153Z | Downloaded phf v0.11.2 |
748 | 2025-01-08T17:39:11.153Z | Downloaded heck v0.3.3 |
749 | 2025-01-08T17:39:11.156Z | Downloaded float-cmp v0.9.0 |
750 | 2025-01-08T17:39:11.156Z | Downloaded ref-cast v1.0.23 |
751 | 2025-01-08T17:39:11.159Z | Downloaded smallvec v1.13.2 |
752 | 2025-01-08T17:39:11.162Z | Downloaded sct v0.7.1 |
753 | 2025-01-08T17:39:11.165Z | Downloaded parse-display v0.10.0 |
754 | 2025-01-08T17:39:11.168Z | Downloaded packed_struct_codegen v0.10.1 |
755 | 2025-01-08T17:39:11.168Z | Downloaded scrypt v0.11.0 |
756 | 2025-01-08T17:39:11.171Z | Downloaded num v0.4.3 |
757 | 2025-01-08T17:39:11.171Z | Downloaded want v0.3.1 |
758 | 2025-01-08T17:39:11.174Z | Downloaded dhcproto-macros v0.1.0 |
759 | 2025-01-08T17:39:11.174Z | Downloaded thiserror v2.0.3 |
760 | 2025-01-08T17:39:11.179Z | Downloaded stringprep v0.1.5 |
761 | 2025-01-08T17:39:11.181Z | Downloaded pin-project-lite v0.2.14 |
762 | 2025-01-08T17:39:11.185Z | Downloaded wyz v0.5.1 |
763 | 2025-01-08T17:39:11.190Z | Downloaded untrusted v0.7.1 |
764 | 2025-01-08T17:39:11.190Z | Downloaded ena v0.14.3 |
765 | 2025-01-08T17:39:11.193Z | Downloaded futures-sink v0.3.31 |
766 | 2025-01-08T17:39:11.193Z | Downloaded http v1.1.0 |
767 | 2025-01-08T17:39:11.195Z | Downloaded tabwriter v1.4.0 |
768 | 2025-01-08T17:39:11.198Z | Downloaded rcgen v0.12.1 |
769 | 2025-01-08T17:39:11.200Z | Downloaded unsafe-libyaml v0.2.11 |
770 | 2025-01-08T17:39:11.204Z | Downloaded aes-gcm v0.10.3 |
771 | 2025-01-08T17:39:11.207Z | Downloaded minimal-lexical v0.2.1 |
772 | 2025-01-08T17:39:11.213Z | Downloaded peg-runtime v0.8.3 |
773 | 2025-01-08T17:39:11.215Z | Downloaded nu-ansi-term v0.50.1 |
774 | 2025-01-08T17:39:11.218Z | Downloaded num-integer v0.1.46 |
775 | 2025-01-08T17:39:11.220Z | Downloaded futures-task v0.3.31 |
776 | 2025-01-08T17:39:11.220Z | Downloaded futures-io v0.3.31 |
777 | 2025-01-08T17:39:11.223Z | Downloaded elliptic-curve v0.13.8 |
778 | 2025-01-08T17:39:11.225Z | Downloaded strum v0.26.3 |
779 | 2025-01-08T17:39:11.228Z | Downloaded zone v0.3.0 |
780 | 2025-01-08T17:39:11.228Z | Downloaded utf16_iter v1.0.5 |
781 | 2025-01-08T17:39:11.230Z | Downloaded pin-project v1.1.6 |
782 | 2025-01-08T17:39:11.241Z | Downloaded defmt-macros v0.3.9 |
783 | 2025-01-08T17:39:11.243Z | Downloaded slog-json v2.6.1 |
784 | 2025-01-08T17:39:11.246Z | Downloaded psl-types v2.0.11 |
785 | 2025-01-08T17:39:11.248Z | Downloaded postgres-protocol v0.6.7 |
786 | 2025-01-08T17:39:11.251Z | Downloaded password-hash v0.4.2 |
787 | 2025-01-08T17:39:11.253Z | Downloaded debug-ignore v1.0.5 |
788 | 2025-01-08T17:39:11.253Z | Downloaded openssl-sys v0.9.103 |
789 | 2025-01-08T17:39:11.258Z | Downloaded path-slash v0.1.5 |
790 | 2025-01-08T17:39:11.261Z | Downloaded blake3 v1.5.4 |
791 | 2025-01-08T17:39:11.269Z | Downloaded pem v3.0.4 |
792 | 2025-01-08T17:39:11.272Z | Downloaded structmeta-derive v0.2.0 |
793 | 2025-01-08T17:39:11.274Z | Downloaded structmeta-derive v0.3.0 |
794 | 2025-01-08T17:39:11.274Z | Downloaded shlex v1.3.0 |
795 | 2025-01-08T17:39:11.277Z | Downloaded pbkdf2 v0.12.2 |
796 | 2025-01-08T17:39:11.277Z | Downloaded aho-corasick v1.1.3 |
797 | 2025-01-08T17:39:11.283Z | Downloaded rustyline v14.0.0 |
798 | 2025-01-08T17:39:11.291Z | Downloaded foreign-types v0.3.2 |
799 | 2025-01-08T17:39:11.293Z | Downloaded env_filter v0.1.2 |
800 | 2025-01-08T17:39:11.293Z | Downloaded slog v2.7.0 |
801 | 2025-01-08T17:39:11.296Z | Downloaded num-iter v0.1.45 |
802 | 2025-01-08T17:39:11.298Z | Downloaded radium v0.7.0 |
803 | 2025-01-08T17:39:11.298Z | Downloaded itertools v0.10.5 |
804 | 2025-01-08T17:39:11.305Z | Downloaded filetime v0.2.25 |
805 | 2025-01-08T17:39:11.308Z | Downloaded utf8_iter v1.0.4 |
806 | 2025-01-08T17:39:11.310Z | Downloaded tokio-postgres v0.7.12 |
807 | 2025-01-08T17:39:11.315Z | Downloaded rand_core v0.6.4 |
808 | 2025-01-08T17:39:11.317Z | Downloaded rand_chacha v0.3.1 |
809 | 2025-01-08T17:39:11.320Z | Downloaded hashlink v0.9.1 |
810 | 2025-01-08T17:39:11.320Z | Downloaded untrusted v0.9.0 |
811 | 2025-01-08T17:39:11.322Z | Downloaded slog-envlogger v2.2.0 |
812 | 2025-01-08T17:39:11.325Z | Downloaded aws-lc-rs v1.10.0 |
813 | 2025-01-08T17:39:11.334Z | Downloaded downcast v0.11.0 |
814 | 2025-01-08T17:39:11.338Z | Downloaded postgres-types v0.2.8 |
815 | 2025-01-08T17:39:11.341Z | Downloaded tokio-rustls v0.26.0 |
816 | 2025-01-08T17:39:11.343Z | Downloaded pretty-hex v0.2.1 |
817 | 2025-01-08T17:39:11.343Z | Downloaded rand_seeder v0.3.0 |
818 | 2025-01-08T17:39:11.345Z | Downloaded zip v2.1.3 |
819 | 2025-01-08T17:39:11.349Z | Downloaded ed25519-dalek v2.1.1 |
820 | 2025-01-08T17:39:11.353Z | Downloaded waitgroup v0.1.2 |
821 | 2025-01-08T17:39:11.356Z | Downloaded env_logger v0.11.5 |
822 | 2025-01-08T17:39:11.359Z | Downloaded percent-encoding v2.3.1 |
823 | 2025-01-08T17:39:11.362Z | Downloaded dhcproto v0.12.0 |
824 | 2025-01-08T17:39:11.364Z | Downloaded itertools v0.12.1 |
825 | 2025-01-08T17:39:11.371Z | Downloaded yoke-derive v0.7.4 |
826 | 2025-01-08T17:39:11.374Z | Downloaded rustc_version v0.1.7 |
827 | 2025-01-08T17:39:11.376Z | Downloaded paste v1.0.15 |
828 | 2025-01-08T17:39:11.379Z | Downloaded display-error-chain v0.2.2 |
829 | 2025-01-08T17:39:11.379Z | Downloaded password-hash v0.5.0 |
830 | 2025-01-08T17:39:11.382Z | Downloaded predicates v3.1.2 |
831 | 2025-01-08T17:39:11.385Z | Downloaded idna v1.0.3 |
832 | 2025-01-08T17:39:11.389Z | Downloaded tower-service v0.3.3 |
833 | 2025-01-08T17:39:11.391Z | Downloaded foldhash v0.1.3 |
834 | 2025-01-08T17:39:11.391Z | Downloaded tui-tree-widget v0.22.0 |
835 | 2025-01-08T17:39:11.393Z | Downloaded foreign-types v0.5.0 |
836 | 2025-01-08T17:39:11.396Z | Downloaded rustc_version v0.4.1 |
837 | 2025-01-08T17:39:11.396Z | Downloaded supports-color v3.0.1 |
838 | 2025-01-08T17:39:11.398Z | Downloaded progenitor-impl v0.8.0 |
839 | 2025-01-08T17:39:11.400Z | Downloaded toml_edit v0.19.15 |
840 | 2025-01-08T17:39:11.417Z | Downloaded scopeguard v1.2.0 |
841 | 2025-01-08T17:39:11.419Z | Downloaded bindgen v0.69.5 |
842 | 2025-01-08T17:39:11.426Z | Downloaded time-core v0.1.2 |
843 | 2025-01-08T17:39:11.428Z | Downloaded twox-hash v1.6.3 |
844 | 2025-01-08T17:39:11.430Z | Downloaded num_enum v0.5.11 |
845 | 2025-01-08T17:39:11.434Z | Downloaded rsa v0.9.6 |
846 | 2025-01-08T17:39:11.440Z | Downloaded fxhash v0.2.1 |
847 | 2025-01-08T17:39:11.445Z | Downloaded tungstenite v0.21.0 |
848 | 2025-01-08T17:39:11.448Z | Downloaded hubpack v0.1.2 |
849 | 2025-01-08T17:39:11.448Z | Downloaded structmeta v0.3.0 |
850 | 2025-01-08T17:39:11.448Z | Downloaded dsl_auto_type v0.1.2 |
851 | 2025-01-08T17:39:11.451Z | Downloaded hickory-resolver v0.24.1 |
852 | 2025-01-08T17:39:11.453Z | Downloaded itertools v0.13.0 |
853 | 2025-01-08T17:39:11.461Z | Downloaded vsss-rs v3.3.4 |
854 | 2025-01-08T17:39:11.464Z | Downloaded pin-utils v0.1.0 |
855 | 2025-01-08T17:39:11.466Z | Downloaded pbkdf2 v0.11.0 |
856 | 2025-01-08T17:39:11.471Z | Downloaded oso-derive v0.27.3 |
857 | 2025-01-08T17:39:11.471Z | Downloaded quinn-proto v0.11.8 |
858 | 2025-01-08T17:39:11.475Z | Downloaded bitvec v1.0.1 |
859 | 2025-01-08T17:39:11.491Z | Downloaded endian-type v0.1.2 |
860 | 2025-01-08T17:39:11.494Z | Downloaded zerofrom v0.1.4 |
861 | 2025-01-08T17:39:11.494Z | Downloaded opaque-debug v0.3.1 |
862 | 2025-01-08T17:39:11.494Z | Downloaded resolv-conf v0.7.0 |
863 | 2025-01-08T17:39:11.497Z | Downloaded flagset v0.4.6 |
864 | 2025-01-08T17:39:11.497Z | Downloaded term v0.7.0 |
865 | 2025-01-08T17:39:11.500Z | Downloaded publicsuffix v2.2.3 |
866 | 2025-01-08T17:39:11.503Z | Downloaded unicode-segmentation v1.12.0 |
867 | 2025-01-08T17:39:11.507Z | Downloaded russh-cryptovec v0.7.3 |
868 | 2025-01-08T17:39:11.510Z | Downloaded shell-words v1.1.0 |
869 | 2025-01-08T17:39:11.510Z | Downloaded dropshot_endpoint v0.12.0 |
870 | 2025-01-08T17:39:11.512Z | Downloaded serde_path_to_error v0.1.16 |
871 | 2025-01-08T17:39:11.514Z | Downloaded rusty-fork v0.3.0 |
872 | 2025-01-08T17:39:11.516Z | Downloaded proc-macro-crate v1.3.1 |
873 | 2025-01-08T17:39:11.516Z | Downloaded num-traits v0.2.19 |
874 | 2025-01-08T17:39:11.520Z | Downloaded num-bigint v0.4.6 |
875 | 2025-01-08T17:39:11.524Z | Downloaded pin-project-internal v1.1.6 |
876 | 2025-01-08T17:39:11.527Z | Downloaded heapless v0.7.17 |
877 | 2025-01-08T17:39:11.531Z | Downloaded olpc-cjson v0.1.4 |
878 | 2025-01-08T17:39:11.534Z | Downloaded polyval v0.6.2 |
879 | 2025-01-08T17:39:11.537Z | Downloaded tar v0.4.42 |
880 | 2025-01-08T17:39:11.539Z | Downloaded globset v0.4.15 |
881 | 2025-01-08T17:39:11.539Z | Downloaded pkcs5 v0.7.1 |
882 | 2025-01-08T17:39:11.544Z | Downloaded packed_struct v0.10.1 |
883 | 2025-01-08T17:39:11.547Z | Downloaded zerofrom-derive v0.1.4 |
884 | 2025-01-08T17:39:11.547Z | Downloaded tungstenite v0.23.0 |
885 | 2025-01-08T17:39:11.550Z | Downloaded fixedbitset v0.4.2 |
886 | 2025-01-08T17:39:11.554Z | Downloaded dunce v1.0.5 |
887 | 2025-01-08T17:39:11.556Z | Downloaded strum_macros v0.25.3 |
888 | 2025-01-08T17:39:11.556Z | Downloaded rayon v1.10.0 |
889 | 2025-01-08T17:39:11.565Z | Downloaded rustls-pemfile v1.0.4 |
890 | 2025-01-08T17:39:11.568Z | Downloaded owo-colors v4.1.0 |
891 | 2025-01-08T17:39:11.570Z | Downloaded tokio-native-tls v0.3.1 |
892 | 2025-01-08T17:39:11.573Z | Downloaded yoke v0.7.4 |
893 | 2025-01-08T17:39:11.575Z | Downloaded signal-hook v0.3.17 |
894 | 2025-01-08T17:39:11.578Z | Downloaded expectorate v1.1.0 |
895 | 2025-01-08T17:39:11.580Z | Downloaded yasna v0.5.2 |
896 | 2025-01-08T17:39:11.583Z | Downloaded glob v0.3.1 |
897 | 2025-01-08T17:39:11.585Z | Downloaded primeorder v0.13.6 |
898 | 2025-01-08T17:39:11.585Z | Downloaded time-macros v0.2.18 |
899 | 2025-01-08T17:39:11.587Z | Downloaded walkdir v2.5.0 |
900 | 2025-01-08T17:39:11.590Z | Downloaded toml v0.7.8 |
901 | 2025-01-08T17:39:11.593Z | Downloaded parse-zoneinfo v0.3.1 |
902 | 2025-01-08T17:39:11.596Z | Downloaded reedline v0.35.0 |
903 | 2025-01-08T17:39:11.604Z | Downloaded displaydoc v0.2.5 |
904 | 2025-01-08T17:39:11.613Z | Downloaded dropshot_endpoint v0.13.0 |
905 | 2025-01-08T17:39:11.613Z | Downloaded hashbrown v0.12.3 |
906 | 2025-01-08T17:39:11.616Z | Downloaded unicode_categories v0.1.1 |
907 | 2025-01-08T17:39:11.619Z | Downloaded zerocopy v0.6.6 |
908 | 2025-01-08T17:39:11.622Z | Downloaded tokio-tungstenite v0.23.1 |
909 | 2025-01-08T17:39:11.625Z | Downloaded sqlparser v0.45.0 |
910 | 2025-01-08T17:39:11.628Z | Downloaded x509-cert v0.2.5 |
911 | 2025-01-08T17:39:11.635Z | Downloaded unicode-properties v0.1.3 |
912 | 2025-01-08T17:39:11.637Z | Downloaded unicode-bidi v0.3.17 |
913 | 2025-01-08T17:39:11.640Z | Downloaded quick-xml v0.33.0 |
914 | 2025-01-08T17:39:11.647Z | Downloaded hashbrown v0.13.2 |
915 | 2025-01-08T17:39:11.652Z | Downloaded qorb v0.2.1 |
916 | 2025-01-08T17:39:11.656Z | Downloaded pkcs1 v0.7.5 |
917 | 2025-01-08T17:39:11.659Z | Downloaded p256 v0.13.2 |
918 | 2025-01-08T17:39:11.662Z | Downloaded tokio-tungstenite v0.21.0 |
919 | 2025-01-08T17:39:11.666Z | Downloaded ghash v0.5.1 |
920 | 2025-01-08T17:39:11.669Z | Downloaded p384 v0.13.0 |
921 | 2025-01-08T17:39:11.673Z | Downloaded zerocopy v0.8.10 |
922 | 2025-01-08T17:39:11.698Z | Downloaded headers v0.4.0 |
923 | 2025-01-08T17:39:11.703Z | Downloaded schemars v0.8.21 |
924 | 2025-01-08T17:39:11.715Z | Downloaded tracing v0.1.40 |
925 | 2025-01-08T17:39:11.719Z | Downloaded schemars_derive v0.8.21 |
926 | 2025-01-08T17:39:11.721Z | Downloaded nom v7.1.3 |
927 | 2025-01-08T17:39:11.726Z | Downloaded curve25519-dalek v4.1.3 |
928 | 2025-01-08T17:39:11.735Z | Downloaded test-strategy v0.3.1 |
929 | 2025-01-08T17:39:11.738Z | Downloaded tough v0.19.0 |
930 | 2025-01-08T17:39:11.747Z | Downloaded flate2 v1.0.34 |
931 | 2025-01-08T17:39:11.753Z | Downloaded flume v0.11.1 |
932 | 2025-01-08T17:39:11.756Z | Downloaded url v2.5.3 |
933 | 2025-01-08T17:39:11.760Z | Downloaded object v0.30.4 |
934 | 2025-01-08T17:39:11.770Z | Downloaded steno v0.4.1 |
935 | 2025-01-08T17:39:11.775Z | Downloaded zip v0.6.6 |
936 | 2025-01-08T17:39:11.780Z | Downloaded time v0.3.36 |
937 | 2025-01-08T17:39:11.787Z | Downloaded rusqlite v0.32.1 |
938 | 2025-01-08T17:39:11.794Z | Downloaded h2 v0.4.6 |
939 | 2025-01-08T17:39:11.801Z | Downloaded rustls-webpki v0.101.7 |
940 | 2025-01-08T17:39:11.816Z | Downloaded futures-util v0.3.31 |
941 | 2025-01-08T17:39:11.827Z | Downloaded regex v1.11.1 |
942 | 2025-01-08T17:39:11.841Z | Downloaded regex-syntax v0.6.29 |
943 | 2025-01-08T17:39:11.848Z | Downloaded webpki-roots v0.26.6 |
944 | 2025-01-08T17:39:11.852Z | Downloaded rustls-webpki v0.102.8 |
945 | 2025-01-08T17:39:11.871Z | Downloaded petname v2.0.2 |
946 | 2025-01-08T17:39:11.877Z | Downloaded bstr v1.10.0 |
947 | 2025-01-08T17:39:11.889Z | Downloaded openssl v0.10.66 |
948 | 2025-01-08T17:39:11.898Z | Downloaded dropshot v0.12.0 |
949 | 2025-01-08T17:39:11.918Z | Downloaded lalrpop v0.19.12 |
950 | 2025-01-08T17:39:11.928Z | Downloaded icu_properties_data v1.5.0 |
951 | 2025-01-08T17:39:11.939Z | Downloaded vcpkg v0.2.15 |
952 | 2025-01-08T17:39:11.977Z | Downloaded trust-dns-proto v0.22.0 |
953 | 2025-01-08T17:39:11.989Z | Downloaded typify-impl v0.2.0 |
954 | 2025-01-08T17:39:12.005Z | Downloaded hashbrown v0.14.5 |
955 | 2025-01-08T17:39:12.011Z | Downloaded openapiv3 v2.0.0 |
956 | 2025-01-08T17:39:12.023Z | Downloaded smoltcp v0.9.1 |
957 | 2025-01-08T17:39:12.035Z | Downloaded idna v0.4.0 |
958 | 2025-01-08T17:39:12.042Z | Downloaded russh v0.45.0 |
959 | 2025-01-08T17:39:12.047Z | Downloaded idna v0.3.0 |
960 | 2025-01-08T17:39:12.054Z | Downloaded mockall_derive v0.13.0 |
961 | 2025-01-08T17:39:12.057Z | Downloaded proptest v1.5.0 |
962 | 2025-01-08T17:39:12.066Z | Downloaded nanorand v0.7.0 |
963 | 2025-01-08T17:39:12.069Z | Downloaded reqwest v0.12.9 |
964 | 2025-01-08T17:39:12.077Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
965 | 2025-01-08T17:39:12.090Z | Downloaded polar-core v0.27.3 |
966 | 2025-01-08T17:39:12.098Z | Downloaded zerocopy-derive v0.6.6 |
967 | 2025-01-08T17:39:12.108Z | Downloaded idna v0.2.3 |
968 | 2025-01-08T17:39:12.114Z | Downloaded ratatui v0.28.1 |
969 | 2025-01-08T17:39:12.135Z | Downloaded nix v0.28.0 |
970 | 2025-01-08T17:39:12.146Z | Downloaded idna v0.5.0 |
971 | 2025-01-08T17:39:12.153Z | Downloaded rand v0.8.5 |
972 | 2025-01-08T17:39:12.156Z | Downloaded smoltcp v0.11.0 |
973 | 2025-01-08T17:39:12.170Z | Downloaded unicode-width v0.2.0 |
974 | 2025-01-08T17:39:12.175Z | Downloaded tokio v1.40.0 |
975 | 2025-01-08T17:39:12.211Z | Downloaded ssh-key v0.6.6 |
976 | 2025-01-08T17:39:12.218Z | Downloaded chrono-tz v0.10.0 |
977 | 2025-01-08T17:39:12.225Z | Downloaded git2 v0.19.0 |
978 | 2025-01-08T17:39:12.233Z | Downloaded nix v0.29.0 |
979 | 2025-01-08T17:39:12.246Z | Downloaded csv v1.3.0 |
980 | 2025-01-08T17:39:12.265Z | Downloaded rustls v0.21.12 |
981 | 2025-01-08T17:39:12.276Z | Downloaded dropshot v0.13.0 |
982 | 2025-01-08T17:39:12.296Z | Downloaded gimli v0.31.1 |
983 | 2025-01-08T17:39:12.304Z | Downloaded regress v0.10.1 |
984 | 2025-01-08T17:39:12.312Z | Downloaded rustls v0.23.19 |
985 | 2025-01-08T17:39:12.325Z | Downloaded object v0.36.5 |
986 | 2025-01-08T17:39:12.335Z | Downloaded regex-syntax v0.8.5 |
987 | 2025-01-08T17:39:12.343Z | Downloaded rustls v0.22.4 |
988 | 2025-01-08T17:39:12.357Z | Downloaded diesel v2.2.6 |
989 | 2025-01-08T17:39:12.375Z | Downloaded hickory-proto v0.24.1 |
990 | 2025-01-08T17:39:12.389Z | Downloaded winnow v0.5.40 |
991 | 2025-01-08T17:39:12.398Z | Downloaded nix v0.27.1 |
992 | 2025-01-08T17:39:12.409Z | Downloaded regress v0.9.1 |
993 | 2025-01-08T17:39:12.417Z | Downloaded sled v0.34.7 |
994 | 2025-01-08T17:39:12.428Z | Downloaded zerocopy-derive v0.8.10 |
995 | 2025-01-08T17:39:12.433Z | Downloaded portable-atomic v1.9.0 |
996 | 2025-01-08T17:39:12.440Z | Downloaded salty v0.3.0 |
997 | 2025-01-08T17:39:12.449Z | Downloaded subprocess v0.2.9 |
998 | 2025-01-08T17:39:12.451Z | Downloaded strum_macros v0.26.4 |
999 | 2025-01-08T17:39:12.454Z | Downloaded prettyplease v0.2.25 |
1000 | 2025-01-08T17:39:12.457Z | Downloaded heapless v0.8.0 |
1001 | 2025-01-08T17:39:12.460Z | Downloaded unicode-normalization v0.1.24 |
1002 | 2025-01-08T17:39:12.463Z | Downloaded radix_trie v0.2.1 |
1003 | 2025-01-08T17:39:12.469Z | Downloaded p521 v0.13.3 |
1004 | 2025-01-08T17:39:12.472Z | Downloaded chrono v0.4.38 |
1005 | 2025-01-08T17:39:12.480Z | Downloaded num-bigint-dig v0.8.4 |
1006 | 2025-01-08T17:39:12.484Z | Downloaded serde_with v3.11.0 |
1007 | 2025-01-08T17:39:12.493Z | Downloaded zerovec v0.10.4 |
1008 | 2025-01-08T17:39:12.499Z | Downloaded tokio-util v0.7.12 |
1009 | 2025-01-08T17:39:12.506Z | Downloaded diff v0.1.13 |
1010 | 2025-01-08T17:39:12.509Z | Downloaded hyper v1.5.0 |
1011 | 2025-01-08T17:39:12.515Z | Downloaded hkdf v0.12.4 |
1012 | 2025-01-08T17:39:12.518Z | Downloaded signal-hook-mio v0.2.4 |
1013 | 2025-01-08T17:39:12.521Z | Downloaded progenitor v0.8.0 |
1014 | 2025-01-08T17:39:12.521Z | Downloaded pem-rfc7468 v0.7.0 |
1015 | 2025-01-08T17:39:12.523Z | Downloaded omicron-zone-package v0.12.0 |
1016 | 2025-01-08T17:39:12.526Z | Downloaded darling_core v0.20.10 |
1017 | 2025-01-08T17:39:12.530Z | Downloaded regex-automata v0.4.8 |
1018 | 2025-01-08T17:39:12.547Z | Downloaded zopfli v0.8.1 |
1019 | 2025-01-08T17:39:12.550Z | Downloaded utf-8 v0.7.6 |
1020 | 2025-01-08T17:39:12.553Z | Downloaded tokio-stream v0.1.16 |
1021 | 2025-01-08T17:39:12.556Z | Downloaded slog-term v2.9.1 |
1022 | 2025-01-08T17:39:12.558Z | Downloaded oso v0.27.3 |
1023 | 2025-01-08T17:39:12.561Z | Downloaded libxml v0.3.3 |
1024 | 2025-01-08T17:39:12.566Z | Downloaded lzma-sys v0.1.20 |
1025 | 2025-01-08T17:39:12.595Z | Downloaded env_logger v0.10.2 |
1026 | 2025-01-08T17:39:12.597Z | Downloaded petgraph v0.6.5 |
1027 | 2025-01-08T17:39:12.614Z | Downloaded libz-sys v1.1.20 |
1028 | 2025-01-08T17:39:12.635Z | Downloaded num-rational v0.4.2 |
1029 | 2025-01-08T17:39:12.637Z | Downloaded des v0.8.1 |
1030 | 2025-01-08T17:39:12.639Z | Downloaded sha3 v0.10.8 |
1031 | 2025-01-08T17:39:12.643Z | Downloaded serde_yaml v0.9.34+deprecated |
1032 | 2025-01-08T17:39:12.646Z | Downloaded hickory-server v0.24.1 |
1033 | 2025-01-08T17:39:12.651Z | Downloaded tokio-rustls v0.25.0 |
1034 | 2025-01-08T17:39:12.654Z | Downloaded slog-stdlog v4.1.1 |
1035 | 2025-01-08T17:39:12.657Z | Downloaded slog-scope v4.4.0 |
1036 | 2025-01-08T17:39:12.657Z | Downloaded slog-dtrace v0.3.0 |
1037 | 2025-01-08T17:39:12.659Z | Downloaded slog-bunyan v2.5.0 |
1038 | 2025-01-08T17:39:12.659Z | Downloaded slog-async v2.8.0 |
1039 | 2025-01-08T17:39:12.661Z | Downloaded tungstenite v0.24.0 |
1040 | 2025-01-08T17:39:12.663Z | Downloaded rustversion v1.0.17 |
1041 | 2025-01-08T17:39:12.666Z | Downloaded typed-path v0.9.3 |
1042 | 2025-01-08T17:39:12.672Z | Downloaded defmt v0.3.8 |
1043 | 2025-01-08T17:39:12.675Z | Downloaded rayon-core v1.12.1 |
1044 | 2025-01-08T17:39:12.680Z | Downloaded libm v0.2.8 |
1045 | 2025-01-08T17:39:12.687Z | Downloaded derive_more v0.99.18 |
1046 | 2025-01-08T17:39:12.692Z | Downloaded quinn v0.11.5 |
1047 | 2025-01-08T17:39:12.695Z | Downloaded synstructure v0.13.1 |
1048 | 2025-01-08T17:39:12.697Z | Downloaded data-encoding v2.6.0 |
1049 | 2025-01-08T17:39:12.697Z | Downloaded snafu v0.8.5 |
1050 | 2025-01-08T17:39:12.703Z | Downloaded string_cache v0.8.7 |
1051 | 2025-01-08T17:39:12.705Z | Downloaded serde_derive_internals v0.29.1 |
1052 | 2025-01-08T17:39:12.708Z | Downloaded dirs-next v2.0.0 |
1053 | 2025-01-08T17:39:12.708Z | Downloaded postcard v1.0.10 |
1054 | 2025-01-08T17:39:12.710Z | Downloaded sec1 v0.7.3 |
1055 | 2025-01-08T17:39:12.713Z | Downloaded hickory-client v0.24.1 |
1056 | 2025-01-08T17:39:12.716Z | Downloaded fragile v2.0.0 |
1057 | 2025-01-08T17:39:12.716Z | Downloaded form_urlencoded v1.2.1 |
1058 | 2025-01-08T17:39:12.718Z | Downloaded sqlformat v0.2.6 |
1059 | 2025-01-08T17:39:12.718Z | Downloaded spki v0.7.3 |
1060 | 2025-01-08T17:39:12.721Z | Downloaded serde_with_macros v3.11.0 |
1061 | 2025-01-08T17:39:12.723Z | Downloaded parking_lot v0.11.2 |
1062 | 2025-01-08T17:39:12.725Z | Downloaded futures v0.3.31 |
1063 | 2025-01-08T17:39:12.729Z | Downloaded dyn-clone v1.0.17 |
1064 | 2025-01-08T17:39:12.731Z | Downloaded write16 v1.0.0 |
1065 | 2025-01-08T17:39:12.731Z | Downloaded rfc6979 v0.4.0 |
1066 | 2025-01-08T17:39:12.734Z | Downloaded futures-channel v0.3.31 |
1067 | 2025-01-08T17:39:12.736Z | Downloaded unicode-truncate v1.1.0 |
1068 | 2025-01-08T17:39:12.738Z | Downloaded socket2 v0.5.7 |
1069 | 2025-01-08T17:39:12.741Z | Downloaded similar v2.6.0 |
1070 | 2025-01-08T17:39:12.746Z | Downloaded getrandom v0.2.15 |
1071 | 2025-01-08T17:39:12.748Z | Downloaded fs_extra v1.3.0 |
1072 | 2025-01-08T17:39:12.750Z | Downloaded tracing-attributes v0.1.27 |
1073 | 2025-01-08T17:39:12.753Z | Downloaded der_derive v0.7.3 |
1074 | 2025-01-08T17:39:12.755Z | Downloaded diesel_derives v2.2.3 |
1075 | 2025-01-08T17:39:12.757Z | Downloaded icu_collections v1.5.0 |
1076 | 2025-01-08T17:39:12.764Z | Downloaded siphasher v0.3.11 |
1077 | 2025-01-08T17:39:12.766Z | Downloaded indicatif v0.17.9 |
1078 | 2025-01-08T17:39:12.769Z | Downloaded cc v1.1.30 |
1079 | 2025-01-08T17:39:12.772Z | Downloaded base64 v0.22.1 |
1080 | 2025-01-08T17:39:12.776Z | Downloaded progenitor-macro v0.8.0 |
1081 | 2025-01-08T17:39:12.778Z | Downloaded pkcs8 v0.10.2 |
1082 | 2025-01-08T17:39:12.781Z | Downloaded parse-display-derive v0.10.0 |
1083 | 2025-01-08T17:39:12.784Z | Downloaded encoding_rs v0.8.34 |
1084 | 2025-01-08T17:39:12.804Z | Downloaded tap v1.0.1 |
1085 | 2025-01-08T17:39:12.807Z | Downloaded ipnet v2.10.1 |
1086 | 2025-01-08T17:39:12.807Z | Downloaded dirs-sys-next v0.1.2 |
1087 | 2025-01-08T17:39:12.809Z | Downloaded slab v0.4.9 |
1088 | 2025-01-08T17:39:12.809Z | Downloaded bumpalo v3.16.0 |
1089 | 2025-01-08T17:39:12.812Z | Downloaded backtrace v0.3.74 |
1090 | 2025-01-08T17:39:12.817Z | Downloaded httparse v1.9.5 |
1091 | 2025-01-08T17:39:12.820Z | Downloaded hash32 v0.2.1 |
1092 | 2025-01-08T17:39:12.822Z | Downloaded futures-macro v0.3.31 |
1093 | 2025-01-08T17:39:12.822Z | Downloaded tokio-tungstenite v0.24.0 |
1094 | 2025-01-08T17:39:12.824Z | Downloaded zerovec-derive v0.10.3 |
1095 | 2025-01-08T17:39:12.824Z | Downloaded zeroize_derive v1.4.2 |
1096 | 2025-01-08T17:39:12.827Z | Downloaded zeroize v1.8.1 |
1097 | 2025-01-08T17:39:12.827Z | Downloaded rustls-pki-types v1.10.0 |
1098 | 2025-01-08T17:39:12.829Z | Downloaded unicase v2.7.0 |
1099 | 2025-01-08T17:39:12.832Z | Downloaded base64 v0.21.7 |
1100 | 2025-01-08T17:39:12.835Z | Downloaded icu_provider v1.5.0 |
1101 | 2025-01-08T17:39:12.838Z | Downloaded termios v0.3.3 |
1102 | 2025-01-08T17:39:12.840Z | Downloaded mime_guess v2.0.5 |
1103 | 2025-01-08T17:39:12.842Z | Downloaded darling v0.20.10 |
1104 | 2025-01-08T17:39:12.845Z | Downloaded libloading v0.8.5 |
1105 | 2025-01-08T17:39:12.848Z | Downloaded instability v0.3.2 |
1106 | 2025-01-08T17:39:12.850Z | Downloaded strip-ansi-escapes v0.2.0 |
1107 | 2025-01-08T17:39:12.850Z | Downloaded simd-adler32 v0.3.7 |
1108 | 2025-01-08T17:39:12.853Z | Downloaded jobserver v0.1.32 |
1109 | 2025-01-08T17:39:12.855Z | Downloaded arc-swap v1.7.1 |
1110 | 2025-01-08T17:39:12.857Z | Downloaded idna_adapter v1.2.0 |
1111 | 2025-01-08T17:39:12.860Z | Downloaded lazycell v1.3.0 |
1112 | 2025-01-08T17:39:12.860Z | Downloaded lazy_static v1.5.0 |
1113 | 2025-01-08T17:39:12.862Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1114 | 2025-01-08T17:39:12.917Z | Downloaded csv-core v0.1.11 |
1115 | 2025-01-08T17:39:12.920Z | Downloaded cookie v0.18.1 |
1116 | 2025-01-08T17:39:12.922Z | Downloaded blake2 v0.10.6 |
1117 | 2025-01-08T17:39:12.925Z | Downloaded ref-cast-impl v1.0.23 |
1118 | 2025-01-08T17:39:12.925Z | Downloaded mockall v0.13.0 |
1119 | 2025-01-08T17:39:12.928Z | Downloaded bcrypt-pbkdf v0.10.0 |
1120 | 2025-01-08T17:39:12.928Z | Downloaded is-terminal v0.4.13 |
1121 | 2025-01-08T17:39:12.928Z | Downloaded crossbeam-epoch v0.9.18 |
1122 | 2025-01-08T17:39:12.931Z | Downloaded ahash v0.8.11 |
1123 | 2025-01-08T17:39:12.933Z | Downloaded libefi-sys v0.1.0 |
1124 | 2025-01-08T17:39:12.933Z | Downloaded cookie_store v0.21.0 |
1125 | 2025-01-08T17:39:12.936Z | Downloaded managed v0.8.0 |
1126 | 2025-01-08T17:39:12.936Z | Downloaded lalrpop-util v0.19.12 |
1127 | 2025-01-08T17:39:12.939Z | Downloaded bzip2 v0.4.4 |
1128 | 2025-01-08T17:39:12.939Z | Downloaded block-padding v0.3.3 |
1129 | 2025-01-08T17:39:12.942Z | Downloaded async-recursion v1.1.1 |
1130 | 2025-01-08T17:39:12.945Z | Downloaded ascii-canvas v3.0.0 |
1131 | 2025-01-08T17:39:12.945Z | Downloaded cassowary v0.3.0 |
1132 | 2025-01-08T17:39:12.947Z | Downloaded ciborium v0.2.2 |
1133 | 2025-01-08T17:39:12.947Z | Downloaded base64ct v1.6.0 |
1134 | 2025-01-08T17:39:12.952Z | Downloaded inout v0.1.3 |
1135 | 2025-01-08T17:39:12.952Z | Downloaded async-trait v0.1.83 |
1136 | 2025-01-08T17:39:12.954Z | Downloaded humantime v2.1.0 |
1137 | 2025-01-08T17:39:12.957Z | Downloaded httpdate v1.0.3 |
1138 | 2025-01-08T17:39:12.957Z | Downloaded hostname v0.3.1 |
1139 | 2025-01-08T17:39:12.957Z | Downloaded bitflags v1.3.2 |
1140 | 2025-01-08T17:39:12.960Z | Downloaded bitfield v0.14.0 |
1141 | 2025-01-08T17:39:12.964Z | Downloaded bb8 v0.8.5 |
1142 | 2025-01-08T17:39:12.964Z | Downloaded ctr v0.9.2 |
1143 | 2025-01-08T17:39:12.967Z | Downloaded async-stream-impl v0.3.6 |
1144 | 2025-01-08T17:39:13.062Z | Downloaded ring v0.17.8 |
1145 | 2025-01-08T17:39:13.255Z | Downloaded libsqlite3-sys v0.30.1 |
1146 | 2025-01-08T17:39:13.428Z | Downloaded aws-lc-sys v0.22.0 |
1147 | 2025-01-08T17:39:13.725Z | Compiling serde v1.0.215 |
1148 | 2025-01-08T17:39:13.727Z | Compiling lock_api v0.4.12 |
1149 | 2025-01-08T17:39:13.727Z | Compiling scopeguard v1.2.0 |
1150 | 2025-01-08T17:39:13.727Z | Compiling value-bag v1.9.0 |
1151 | 2025-01-08T17:39:13.727Z | Compiling typenum v1.17.0 |
1152 | 2025-01-08T17:39:13.881Z | Compiling generic-array v0.14.7 |
1153 | 2025-01-08T17:39:13.939Z | Compiling syn v2.0.87 |
1154 | 2025-01-08T17:39:13.955Z | Compiling getrandom v0.2.15 |
1155 | 2025-01-08T17:39:14.072Z | Compiling shlex v1.3.0 |
1156 | 2025-01-08T17:39:14.229Z | Compiling rand_core v0.6.4 |
1157 | 2025-01-08T17:39:14.353Z | Compiling log v0.4.22 |
1158 | 2025-01-08T17:39:14.493Z | Compiling subtle v2.6.1 |
1159 | 2025-01-08T17:39:14.515Z | Compiling jobserver v0.1.32 |
1160 | 2025-01-08T17:39:14.533Z | Compiling const-oid v0.9.6 |
1161 | 2025-01-08T17:39:14.773Z | Compiling smallvec v1.13.2 |
1162 | 2025-01-08T17:39:14.793Z | Compiling spin v0.9.8 |
1163 | 2025-01-08T17:39:14.866Z | Compiling pin-project-lite v0.2.14 |
1164 | 2025-01-08T17:39:15.011Z | Compiling cc v1.1.30 |
1165 | 2025-01-08T17:39:15.183Z | Compiling rustix v0.38.37 |
1166 | 2025-01-08T17:39:15.211Z | Compiling parking_lot_core v0.9.10 |
1167 | 2025-01-08T17:39:15.249Z | Compiling futures-core v0.3.31 |
1168 | 2025-01-08T17:39:15.491Z | Compiling signal-hook-registry v1.4.2 |
1169 | 2025-01-08T17:39:15.530Z | Compiling mio v1.0.2 |
1170 | 2025-01-08T17:39:16.139Z | Compiling parking_lot v0.12.3 |
1171 | 2025-01-08T17:39:16.355Z | Compiling aho-corasick v1.1.3 |
1172 | 2025-01-08T17:39:16.387Z | Compiling either v1.13.0 |
1173 | 2025-01-08T17:39:16.594Z | Compiling cpufeatures v0.2.14 |
1174 | 2025-01-08T17:39:16.709Z | Compiling regex-syntax v0.8.5 |
1175 | 2025-01-08T17:39:16.731Z | Compiling lazy_static v1.5.0 |
1176 | 2025-01-08T17:39:16.811Z | Compiling futures-sink v0.3.31 |
1177 | 2025-01-08T17:39:16.830Z | Compiling stable_deref_trait v1.2.0 |
1178 | 2025-01-08T17:39:16.864Z | Compiling glob v0.3.1 |
1179 | 2025-01-08T17:39:16.947Z | Compiling socket2 v0.5.7 |
1180 | 2025-01-08T17:39:16.969Z | Compiling slab v0.4.9 |
1181 | 2025-01-08T17:39:17.113Z | Compiling prettyplease v0.2.25 |
1182 | 2025-01-08T17:39:17.418Z | Compiling serde_json v1.0.133 |
1183 | 2025-01-08T17:39:17.471Z | Compiling minimal-lexical v0.2.1 |
1184 | 2025-01-08T17:39:17.858Z | Compiling clang-sys v1.8.1 |
1185 | 2025-01-08T17:39:17.950Z | Compiling nom v7.1.3 |
1186 | 2025-01-08T17:39:17.978Z | Compiling libloading v0.8.5 |
1187 | 2025-01-08T17:39:18.051Z | Compiling bindgen v0.69.5 |
1188 | 2025-01-08T17:39:18.399Z | Compiling home v0.5.9 |
1189 | 2025-01-08T17:39:18.706Z | Compiling futures-channel v0.3.31 |
1190 | 2025-01-08T17:39:18.879Z | Compiling itertools v0.12.1 |
1191 | 2025-01-08T17:39:19.162Z | Compiling futures-io v0.3.31 |
1192 | 2025-01-08T17:39:19.330Z | Compiling lazycell v1.3.0 |
1193 | 2025-01-08T17:39:19.486Z | Compiling rustc-hash v1.1.0 |
1194 | 2025-01-08T17:39:19.504Z | Compiling libm v0.2.8 |
1195 | 2025-01-08T17:39:19.642Z | Compiling pin-utils v0.1.0 |
1196 | 2025-01-08T17:39:19.742Z | Compiling allocator-api2 v0.2.18 |
1197 | 2025-01-08T17:39:19.829Z | Compiling futures-task v0.3.31 |
1198 | 2025-01-08T17:39:20.150Z | Compiling foldhash v0.1.3 |
1199 | 2025-01-08T17:39:20.458Z | Compiling regex-automata v0.4.8 |
1200 | 2025-01-08T17:39:20.579Z | Compiling hashbrown v0.15.1 |
1201 | 2025-01-08T17:39:21.743Z | Compiling synstructure v0.13.1 |
1202 | 2025-01-08T17:39:21.971Z | Compiling cexpr v0.6.0 |
1203 | 2025-01-08T17:39:22.016Z | Compiling cmake v0.1.51 |
1204 | 2025-01-08T17:39:23.039Z | Compiling num-traits v0.2.19 |
1205 | 2025-01-08T17:39:23.316Z | Compiling dunce v1.0.5 |
1206 | 2025-01-08T17:39:23.466Z | Compiling pkg-config v0.3.31 |
1207 | 2025-01-08T17:39:23.486Z | Compiling tinyvec_macros v0.1.1 |
1208 | 2025-01-08T17:39:23.540Z | Compiling fs_extra v1.3.0 |
1209 | 2025-01-08T17:39:23.580Z | Compiling tinyvec v1.8.0 |
1210 | 2025-01-08T17:39:24.144Z | Compiling ring v0.17.8 |
1211 | 2025-01-08T17:39:25.110Z | Compiling unicode-normalization v0.1.24 |
1212 | 2025-01-08T17:39:25.129Z | Compiling writeable v0.5.5 |
1213 | 2025-01-08T17:39:25.281Z | Compiling unicode-bidi v0.3.17 |
1214 | 2025-01-08T17:39:25.406Z | Compiling base64ct v1.6.0 |
1215 | 2025-01-08T17:39:25.688Z | Compiling litemap v0.7.3 |
1216 | 2025-01-08T17:39:26.015Z | Compiling regex v1.11.1 |
1217 | 2025-01-08T17:39:26.094Z | Compiling paste v1.0.15 |
1218 | 2025-01-08T17:39:26.232Z | Compiling pem-rfc7468 v0.7.0 |
1219 | 2025-01-08T17:39:26.704Z | Compiling httparse v1.9.5 |
1220 | 2025-01-08T17:39:26.906Z | Compiling flagset v0.4.6 |
1221 | 2025-01-08T17:39:27.021Z | Compiling aws-lc-rs v1.10.0 |
1222 | 2025-01-08T17:39:27.158Z | Compiling tracing-core v0.1.32 |
1223 | 2025-01-08T17:39:27.462Z | Compiling rustls-pki-types v1.10.0 |
1224 | 2025-01-08T17:39:27.477Z | Compiling icu_locid_transform_data v1.5.0 |
1225 | 2025-01-08T17:39:27.588Z | Compiling percent-encoding v2.3.1 |
1226 | 2025-01-08T17:39:27.964Z | Compiling crossbeam-utils v0.8.20 |
1227 | 2025-01-08T17:39:28.508Z | Compiling icu_properties_data v1.5.0 |
1228 | 2025-01-08T17:39:28.555Z | Compiling vcpkg v0.2.15 |
1229 | 2025-01-08T17:39:28.620Z | Compiling num-conv v0.1.0 |
1230 | 2025-01-08T17:39:28.639Z | Compiling serde_derive v1.0.215 |
1231 | 2025-01-08T17:39:28.765Z | Compiling zeroize_derive v1.4.2 |
1232 | 2025-01-08T17:39:28.898Z | Compiling zerocopy-derive v0.7.35 |
1233 | 2025-01-08T17:39:28.960Z | Compiling tokio-macros v2.4.0 |
1234 | 2025-01-08T17:39:30.343Z | Compiling zeroize v1.8.1 |
1235 | 2025-01-08T17:39:30.566Z | Compiling zerofrom-derive v0.1.4 |
1236 | 2025-01-08T17:39:30.723Z | Compiling yoke-derive v0.7.4 |
1237 | 2025-01-08T17:39:30.773Z | Compiling thiserror-impl v1.0.69 |
1238 | 2025-01-08T17:39:31.192Z | Compiling zerocopy v0.7.35 |
1239 | 2025-01-08T17:39:32.057Z | Compiling crypto-common v0.1.6 |
1240 | 2025-01-08T17:39:32.077Z | Compiling block-buffer v0.10.4 |
1241 | 2025-01-08T17:39:32.306Z | Compiling digest v0.10.7 |
1242 | 2025-01-08T17:39:32.348Z | Compiling zerovec-derive v0.10.3 |
1243 | 2025-01-08T17:39:32.807Z | Compiling hmac v0.12.1 |
1244 | 2025-01-08T17:39:32.831Z | Compiling futures-macro v0.3.31 |
1245 | 2025-01-08T17:39:33.064Z | Compiling block-padding v0.3.3 |
1246 | 2025-01-08T17:39:33.231Z | Compiling displaydoc v0.2.5 |
1247 | 2025-01-08T17:39:33.318Z | Compiling inout v0.1.3 |
1248 | 2025-01-08T17:39:33.665Z | Compiling cipher v0.4.4 |
1249 | 2025-01-08T17:39:33.856Z | Compiling sha2 v0.10.8 |
1250 | 2025-01-08T17:39:34.105Z | Compiling thiserror v1.0.69 |
1251 | 2025-01-08T17:39:34.206Z | Compiling ppv-lite86 v0.2.20 |
1252 | 2025-01-08T17:39:34.241Z | Compiling der_derive v0.7.3 |
1253 | 2025-01-08T17:39:34.797Z | Compiling zerofrom v0.1.4 |
1254 | 2025-01-08T17:39:34.854Z | Compiling futures-util v0.3.31 |
1255 | 2025-01-08T17:39:35.005Z | Compiling yoke v0.7.4 |
1256 | 2025-01-08T17:39:35.028Z | Compiling icu_provider_macros v1.5.0 |
1257 | 2025-01-08T17:39:35.054Z | Compiling rand_chacha v0.3.1 |
1258 | 2025-01-08T17:39:35.104Z | Compiling tracing-attributes v0.1.27 |
1259 | 2025-01-08T17:39:35.393Z | Compiling zerovec v0.10.4 |
1260 | 2025-01-08T17:39:36.216Z | Compiling rand v0.8.5 |
1261 | 2025-01-08T17:39:36.737Z | Compiling der v0.7.9 |
1262 | 2025-01-08T17:39:37.412Z | Compiling tinystr v0.7.6 |
1263 | 2025-01-08T17:39:37.434Z | Compiling icu_collections v1.5.0 |
1264 | 2025-01-08T17:39:37.650Z | Compiling pest v2.7.14 |
1265 | 2025-01-08T17:39:37.858Z | Compiling icu_locid v1.5.0 |
1266 | 2025-01-08T17:39:38.391Z | Compiling salsa20 v0.10.2 |
1267 | 2025-01-08T17:39:38.692Z | Compiling pbkdf2 v0.12.2 |
1268 | 2025-01-08T17:39:38.860Z | Compiling spki v0.7.3 |
1269 | 2025-01-08T17:39:38.908Z | Compiling tracing v0.1.40 |
1270 | 2025-01-08T17:39:39.035Z | Compiling time-core v0.1.2 |
1271 | 2025-01-08T17:39:39.227Z | Compiling icu_provider v1.5.0 |
1272 | 2025-01-08T17:39:39.258Z | Compiling powerfmt v0.2.0 |
1273 | 2025-01-08T17:39:39.397Z | Compiling untrusted v0.9.0 |
1274 | 2025-01-08T17:39:39.587Z | Compiling untrusted v0.7.1 |
1275 | 2025-01-08T17:39:39.651Z | Compiling mirai-annotations v1.12.0 |
1276 | 2025-01-08T17:39:39.846Z | Compiling deranged v0.3.11 |
1277 | 2025-01-08T17:39:40.134Z | Compiling icu_locid_transform v1.5.0 |
1278 | 2025-01-08T17:39:40.327Z | Compiling pest_meta v2.7.14 |
1279 | 2025-01-08T17:39:40.362Z | Compiling time-macros v0.2.18 |
1280 | 2025-01-08T17:39:40.757Z | Compiling scrypt v0.11.0 |
1281 | 2025-01-08T17:39:41.043Z | Compiling cbc v0.1.2 |
1282 | 2025-01-08T17:39:41.287Z | Compiling aes v0.8.4 |
1283 | 2025-01-08T17:39:41.345Z | Compiling icu_properties v1.5.1 |
1284 | 2025-01-08T17:39:41.737Z | Compiling openssl-sys v0.9.103 |
1285 | 2025-01-08T17:39:42.841Z | Compiling bitflags v2.6.0 |
1286 | 2025-01-08T17:39:42.843Z | Compiling bytes v1.8.0 |
1287 | 2025-01-08T17:39:43.625Z | Compiling indexmap v2.6.0 |
1288 | 2025-01-08T17:39:43.648Z | Compiling semver v1.0.23 |
1289 | 2025-01-08T17:39:44.120Z | Compiling tokio v1.40.0 |
1290 | 2025-01-08T17:39:44.218Z | Compiling http v1.1.0 |
1291 | 2025-01-08T17:39:44.465Z | Compiling rustc_version v0.4.1 |
1292 | 2025-01-08T17:39:45.156Z | Compiling scroll_derive v0.12.0 |
1293 | 2025-01-08T17:39:45.474Z | Compiling utf16_iter v1.0.5 |
1294 | 2025-01-08T17:39:45.687Z | Compiling utf8_iter v1.0.4 |
1295 | 2025-01-08T17:39:45.940Z | Compiling write16 v1.0.0 |
1296 | 2025-01-08T17:39:46.076Z | Compiling atomic-waker v1.1.2 |
1297 | 2025-01-08T17:39:46.271Z | Compiling num_threads v0.1.7 |
1298 | 2025-01-08T17:39:46.339Z | Compiling icu_normalizer_data v1.5.0 |
1299 | 2025-01-08T17:39:46.372Z | Compiling time v0.3.36 |
1300 | 2025-01-08T17:39:46.404Z | Compiling http-body v1.0.1 |
1301 | 2025-01-08T17:39:46.451Z | Compiling icu_normalizer v1.5.0 |
1302 | 2025-01-08T17:39:46.606Z | Compiling pkcs5 v0.7.1 |
1303 | 2025-01-08T17:39:46.625Z | Compiling scroll v0.12.0 |
1304 | 2025-01-08T17:39:46.647Z | Compiling pest_generator v2.7.14 |
1305 | 2025-01-08T17:39:46.764Z | Compiling form_urlencoded v1.2.1 |
1306 | 2025-01-08T17:39:47.108Z | Compiling slog v2.7.0 |
1307 | 2025-01-08T17:39:47.197Z | Compiling try-lock v0.2.5 |
1308 | 2025-01-08T17:39:47.354Z | Compiling which v4.4.2 |
1309 | 2025-01-08T17:39:47.814Z | Compiling want v0.3.1 |
1310 | 2025-01-08T17:39:47.974Z | Compiling idna_adapter v1.2.0 |
1311 | 2025-01-08T17:39:48.113Z | Compiling pkcs8 v0.10.2 |
1312 | 2025-01-08T17:39:48.203Z | Compiling goblin v0.8.2 |
1313 | 2025-01-08T17:39:48.392Z | Compiling uuid v1.11.0 |
1314 | 2025-01-08T17:39:48.653Z | Compiling pest_derive v2.7.14 |
1315 | 2025-01-08T17:39:48.718Z | Compiling httpdate v1.0.3 |
1316 | 2025-01-08T17:39:48.885Z | Compiling iana-time-zone v0.1.61 |
1317 | 2025-01-08T17:39:49.190Z | Compiling chrono v0.4.38 |
1318 | 2025-01-08T17:39:49.337Z | Compiling idna v1.0.3 |
1319 | 2025-01-08T17:39:49.479Z | Compiling dtrace-parser v0.2.0 |
1320 | 2025-01-08T17:39:50.647Z | Compiling serde_tokenstream v0.2.2 |
1321 | 2025-01-08T17:39:51.215Z | Compiling toml_datetime v0.6.8 |
1322 | 2025-01-08T17:39:51.261Z | Compiling serde_spanned v0.6.8 |
1323 | 2025-01-08T17:39:51.497Z | Compiling base64 v0.22.1 |
1324 | 2025-01-08T17:39:51.587Z | Compiling match_cfg v0.1.0 |
1325 | 2025-01-08T17:39:51.691Z | Compiling foreign-types-shared v0.1.1 |
1326 | 2025-01-08T17:39:51.713Z | Compiling rustversion v1.0.17 |
1327 | 2025-01-08T17:39:51.734Z | Compiling openssl v0.10.66 |
1328 | 2025-01-08T17:39:51.803Z | Compiling tower-service v0.3.3 |
1329 | 2025-01-08T17:39:51.935Z | Compiling adler2 v2.0.0 |
1330 | 2025-01-08T17:39:52.142Z | Compiling miniz_oxide v0.8.0 |
1331 | 2025-01-08T17:39:52.182Z | Compiling foreign-types v0.3.2 |
1332 | 2025-01-08T17:39:52.247Z | Compiling hostname v0.3.1 |
1333 | 2025-01-08T17:39:52.278Z | Compiling url v2.5.3 |
1334 | 2025-01-08T17:39:52.441Z | Compiling tokio-util v0.7.12 |
1335 | 2025-01-08T17:39:52.996Z | Compiling openssl-macros v0.1.1 |
1336 | 2025-01-08T17:39:53.740Z | Compiling h2 v0.4.6 |
1337 | 2025-01-08T17:39:53.765Z | Compiling async-trait v0.1.83 |
1338 | 2025-01-08T17:39:53.868Z | Compiling serde_derive_internals v0.29.1 |
1339 | 2025-01-08T17:39:53.954Z | Compiling dof v0.3.0 |
1340 | 2025-01-08T17:39:54.334Z | Compiling dirs-sys-next v0.1.2 |
1341 | 2025-01-08T17:39:55.002Z | Compiling usdt-impl v0.5.0 |
1342 | 2025-01-08T17:39:56.166Z | Compiling native-tls v0.2.12 |
1343 | 2025-01-08T17:39:56.502Z | Compiling rustls v0.23.19 |
1344 | 2025-01-08T17:39:56.549Z | Compiling rustls v0.22.4 |
1345 | 2025-01-08T17:39:56.577Z | Compiling schemars v0.8.21 |
1346 | 2025-01-08T17:39:56.607Z | Compiling syn v1.0.109 |
1347 | 2025-01-08T17:39:56.760Z | Compiling siphasher v0.3.11 |
1348 | 2025-01-08T17:39:56.805Z | Compiling data-encoding v2.6.0 |
1349 | 2025-01-08T17:39:56.972Z | Compiling schemars_derive v0.8.21 |
1350 | 2025-01-08T17:39:57.176Z | Compiling dirs-next v2.0.0 |
1351 | 2025-01-08T17:39:58.650Z | Compiling http-body-util v0.1.2 |
1352 | 2025-01-08T17:39:58.833Z | Compiling crossbeam-epoch v0.9.18 |
1353 | 2025-01-08T17:39:59.202Z | Compiling heapless v0.7.17 |
1354 | 2025-01-08T17:39:59.273Z | Compiling signature v2.2.0 |
1355 | 2025-01-08T17:39:59.576Z | Compiling sha1 v0.10.6 |
1356 | 2025-01-08T17:39:59.609Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1357 | 2025-01-08T17:39:59.651Z | Compiling thread_local v1.1.8 |
1358 | 2025-01-08T17:39:59.745Z | Compiling multer v3.1.0 |
1359 | 2025-01-08T17:40:00.013Z | Compiling cookie v0.18.1 |
1360 | 2025-01-08T17:40:00.035Z | Compiling encoding_rs v0.8.34 |
1361 | 2025-01-08T17:40:00.105Z | Compiling mime v0.3.17 |
1362 | 2025-01-08T17:40:00.183Z | Compiling dyn-clone v1.0.17 |
1363 | 2025-01-08T17:40:00.288Z | Compiling ipnet v2.10.1 |
1364 | 2025-01-08T17:40:00.347Z | Compiling slog-async v2.8.0 |
1365 | 2025-01-08T17:40:00.399Z | Compiling rayon-core v1.12.1 |
1366 | 2025-01-08T17:40:00.673Z | Compiling hyper v1.5.0 |
1367 | 2025-01-08T17:40:00.675Z | Compiling unicode-properties v0.1.3 |
1368 | 2025-01-08T17:40:00.854Z | Compiling openssl-probe v0.1.5 |
1369 | 2025-01-08T17:40:01.058Z | Compiling gimli v0.31.1 |
1370 | 2025-01-08T17:40:01.209Z | Compiling signal-hook v0.3.17 |
1371 | 2025-01-08T17:40:01.504Z | Compiling stringprep v0.1.5 |
1372 | 2025-01-08T17:40:01.611Z | Compiling toml_edit v0.22.22 |
1373 | 2025-01-08T17:40:04.403Z | Compiling hyper-util v0.1.10 |
1374 | 2025-01-08T17:40:05.274Z | Compiling crossbeam-deque v0.8.5 |
1375 | 2025-01-08T17:40:05.608Z | Compiling usdt-macro v0.5.0 |
1376 | 2025-01-08T17:40:06.150Z | Compiling addr2line v0.24.2 |
1377 | 2025-01-08T17:40:06.369Z | Compiling usdt-attr-macro v0.5.0 |
1378 | 2025-01-08T17:40:06.720Z | Compiling term v0.7.0 |
1379 | 2025-01-08T17:40:06.795Z | Compiling slog-json v2.6.1 |
1380 | 2025-01-08T17:40:07.025Z | Compiling serde_urlencoded v0.7.1 |
1381 | 2025-01-08T17:40:07.184Z | Compiling crossbeam-channel v0.5.13 |
1382 | 2025-01-08T17:40:07.462Z | Compiling curve25519-dalek v4.1.3 |
1383 | 2025-01-08T17:40:07.554Z | Compiling futures-executor v0.3.31 |
1384 | 2025-01-08T17:40:08.019Z | Compiling md-5 v0.10.6 |
1385 | 2025-01-08T17:40:08.052Z | Compiling enum-as-inner v0.6.1 |
1386 | 2025-01-08T17:40:08.146Z | Compiling async-stream-impl v0.3.6 |
1387 | 2025-01-08T17:40:08.238Z | Compiling rustls-pemfile v2.2.0 |
1388 | 2025-01-08T17:40:08.263Z | Compiling num-integer v0.1.46 |
1389 | 2025-01-08T17:40:08.283Z | Compiling idna v0.4.0 |
1390 | 2025-01-08T17:40:08.589Z | Compiling idna v0.3.0 |
1391 | 2025-01-08T17:40:09.120Z | Compiling ff v0.13.0 |
1392 | 2025-01-08T17:40:09.197Z | Compiling hash32 v0.2.1 |
1393 | 2025-01-08T17:40:09.350Z | Compiling is-terminal v0.4.13 |
1394 | 2025-01-08T17:40:09.485Z | Compiling dropshot v0.12.0 |
1395 | 2025-01-08T17:40:09.526Z | Compiling object v0.36.5 |
1396 | 2025-01-08T17:40:09.589Z | Compiling utf-8 v0.7.6 |
1397 | 2025-01-08T17:40:09.766Z | Compiling num-bigint-dig v0.8.4 |
1398 | 2025-01-08T17:40:09.927Z | Compiling base16ct v0.2.0 |
1399 | 2025-01-08T17:40:10.012Z | Compiling anyhow v1.0.93 |
1400 | 2025-01-08T17:40:10.045Z | Compiling take_mut v0.2.2 |
1401 | 2025-01-08T17:40:10.045Z | Compiling smoltcp v0.9.1 |
1402 | 2025-01-08T17:40:10.225Z | Compiling fallible-iterator v0.2.0 |
1403 | 2025-01-08T17:40:10.247Z | Compiling psl-types v2.0.11 |
1404 | 2025-01-08T17:40:10.247Z | Compiling quick-error v1.2.3 |
1405 | 2025-01-08T17:40:10.414Z | Compiling portable-atomic v1.9.0 |
1406 | 2025-01-08T17:40:10.442Z | Compiling linked-hash-map v0.5.6 |
1407 | 2025-01-08T17:40:10.601Z | Compiling rustc-demangle v0.1.24 |
1408 | 2025-01-08T17:40:10.773Z | Compiling lru-cache v0.1.2 |
1409 | 2025-01-08T17:40:10.974Z | Compiling postgres-protocol v0.6.7 |
1410 | 2025-01-08T17:40:10.993Z | Compiling publicsuffix v2.2.3 |
1411 | 2025-01-08T17:40:11.191Z | Compiling resolv-conf v0.7.0 |
1412 | 2025-01-08T17:40:11.520Z | Compiling sec1 v0.7.3 |
1413 | 2025-01-08T17:40:11.673Z | Compiling tungstenite v0.24.0 |
1414 | 2025-01-08T17:40:12.057Z | Compiling async-stream v0.3.6 |
1415 | 2025-01-08T17:40:12.360Z | Compiling slog-term v2.9.1 |
1416 | 2025-01-08T17:40:12.378Z | Compiling usdt v0.5.0 |
1417 | 2025-01-08T17:40:12.471Z | Compiling group v0.13.0 |
1418 | 2025-01-08T17:40:12.817Z | Compiling hickory-proto v0.24.1 |
1419 | 2025-01-08T17:40:12.872Z | Compiling num-iter v0.1.45 |
1420 | 2025-01-08T17:40:13.185Z | Compiling futures v0.3.31 |
1421 | 2025-01-08T17:40:13.302Z | Compiling slog-bunyan v2.5.0 |
1422 | 2025-01-08T17:40:14.052Z | Compiling toml v0.8.19 |
1423 | 2025-01-08T17:40:14.660Z | Compiling tokio-native-tls v0.3.1 |
1424 | 2025-01-08T17:40:14.769Z | Compiling camino v1.1.9 |
1425 | 2025-01-08T17:40:15.311Z | Compiling phf_shared v0.11.2 |
1426 | 2025-01-08T17:40:15.728Z | Compiling dropshot_endpoint v0.12.0 |
1427 | 2025-01-08T17:40:15.775Z | Compiling terminal_size v0.4.0 |
1428 | 2025-01-08T17:40:15.866Z | Compiling waitgroup v0.1.2 |
1429 | 2025-01-08T17:40:15.918Z | Compiling openapiv3 v2.0.0 |
1430 | 2025-01-08T17:40:15.996Z | Compiling serde_path_to_error v0.1.16 |
1431 | 2025-01-08T17:40:16.091Z | Compiling hkdf v0.12.4 |
1432 | 2025-01-08T17:40:16.349Z | Compiling crypto-bigint v0.5.5 |
1433 | 2025-01-08T17:40:16.861Z | Compiling zerocopy-derive v0.6.6 |
1434 | 2025-01-08T17:40:17.724Z | Compiling backtrace v0.3.74 |
1435 | 2025-01-08T17:40:19.182Z | Compiling curve25519-dalek-derive v0.1.1 |
1436 | 2025-01-08T17:40:20.426Z | Compiling webpki-roots v0.26.6 |
1437 | 2025-01-08T17:40:20.466Z | Compiling idna v0.5.0 |
1438 | 2025-01-08T17:40:20.663Z | Compiling hostname v0.4.0 |
1439 | 2025-01-08T17:40:20.742Z | Compiling hubpack_derive v0.1.1 |
1440 | 2025-01-08T17:40:20.762Z | Compiling fs-err v2.11.0 |
1441 | 2025-01-08T17:40:20.917Z | Compiling crc32fast v1.4.2 |
1442 | 2025-01-08T17:40:21.047Z | Compiling ahash v0.8.11 |
1443 | 2025-01-08T17:40:21.239Z | Compiling debug-ignore v1.0.5 |
1444 | 2025-01-08T17:40:21.391Z | Compiling bitflags v1.3.2 |
1445 | 2025-01-08T17:40:21.394Z | Compiling winnow v0.5.40 |
1446 | 2025-01-08T17:40:21.426Z | Compiling newtype-uuid v1.1.3 |
1447 | 2025-01-08T17:40:21.506Z | Compiling managed v0.8.0 |
1448 | 2025-01-08T17:40:21.676Z | Compiling clap_builder v4.5.21 |
1449 | 2025-01-08T17:40:21.726Z | Compiling hubpack v0.1.2 |
1450 | 2025-01-08T17:40:22.210Z | Compiling cookie_store v0.21.0 |
1451 | 2025-01-08T17:40:22.274Z | Compiling strum_macros v0.25.3 |
1452 | 2025-01-08T17:40:22.471Z | Compiling console v0.15.8 |
1453 | 2025-01-08T17:40:23.421Z | Compiling flate2 v1.0.34 |
1454 | 2025-01-08T17:40:24.086Z | Compiling elliptic-curve v0.13.8 |
1455 | 2025-01-08T17:40:24.186Z | Compiling zerocopy v0.6.6 |
1456 | 2025-01-08T17:40:24.399Z | Compiling hickory-resolver v0.24.1 |
1457 | 2025-01-08T17:40:24.928Z | Compiling toml_edit v0.19.15 |
1458 | 2025-01-08T17:40:25.309Z | Compiling phf v0.11.2 |
1459 | 2025-01-08T17:40:25.615Z | Compiling signal-hook-mio v0.2.4 |
1460 | 2025-01-08T17:40:25.785Z | Compiling hyper-tls v0.6.0 |
1461 | 2025-01-08T17:40:25.945Z | Compiling rayon v1.10.0 |
1462 | 2025-01-08T17:40:26.201Z | Compiling bzip2 v0.4.4 |
1463 | 2025-01-08T17:40:26.614Z | Compiling tokio-tungstenite v0.24.0 |
1464 | 2025-01-08T17:40:27.171Z | Compiling postgres-types v0.2.8 |
1465 | 2025-01-08T17:40:30.227Z | Compiling ed25519 v2.2.3 |
1466 | 2025-01-08T17:40:30.902Z | Compiling phf_shared v0.10.0 |
1467 | 2025-01-08T17:40:31.230Z | Compiling tokio-stream v0.1.16 |
1468 | 2025-01-08T17:40:31.277Z | Compiling pkcs1 v0.7.5 |
1469 | 2025-01-08T17:40:31.317Z | Compiling serde-big-array v0.5.1 |
1470 | 2025-01-08T17:40:31.557Z | Compiling rfc6979 v0.4.0 |
1471 | 2025-01-08T17:40:31.754Z | Compiling clap_derive v4.5.18 |
1472 | 2025-01-08T17:40:32.093Z | Compiling derive-where v1.2.7 |
1473 | 2025-01-08T17:40:32.144Z | Compiling serde_repr v0.1.19 |
1474 | 2025-01-08T17:40:32.271Z | Compiling float-cmp v0.9.0 |
1475 | 2025-01-08T17:40:32.404Z | Compiling bstr v1.10.0 |
1476 | 2025-01-08T17:40:32.513Z | Compiling sync_wrapper v1.0.1 |
1477 | 2025-01-08T17:40:32.677Z | Compiling unicode-width v0.2.0 |
1478 | 2025-01-08T17:40:33.000Z | Compiling number_prefix v0.4.0 |
1479 | 2025-01-08T17:40:33.228Z | Compiling whoami v1.5.2 |
1480 | 2025-01-08T17:40:33.231Z | Compiling predicates-core v1.0.8 |
1481 | 2025-01-08T17:40:33.393Z | Compiling static_assertions v1.1.0 |
1482 | 2025-01-08T17:40:33.501Z | Compiling bit-vec v0.6.3 |
1483 | 2025-01-08T17:40:33.669Z | Compiling new_debug_unreachable v1.0.6 |
1484 | 2025-01-08T17:40:33.767Z | Compiling precomputed-hash v0.1.1 |
1485 | 2025-01-08T17:40:33.892Z | Compiling normalize-line-endings v0.3.0 |
1486 | 2025-01-08T17:40:33.920Z | Compiling fixedbitset v0.4.2 |
1487 | 2025-01-08T17:40:33.993Z | Compiling difflib v0.4.0 |
1488 | 2025-01-08T17:40:34.023Z | Compiling unicode-segmentation v1.12.0 |
1489 | 2025-01-08T17:40:34.193Z | Compiling string_cache v0.8.7 |
1490 | 2025-01-08T17:40:34.401Z | Compiling predicates v3.1.2 |
1491 | 2025-01-08T17:40:34.665Z | Compiling petgraph v0.6.5 |
1492 | 2025-01-08T17:40:34.927Z | Compiling similar v2.6.0 |
1493 | 2025-01-08T17:40:35.627Z | Compiling bit-set v0.5.3 |
1494 | 2025-01-08T17:40:35.648Z | Compiling tokio-postgres v0.7.12 |
1495 | 2025-01-08T17:40:35.932Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1496 | 2025-01-08T17:40:36.179Z | Compiling indicatif v0.17.9 |
1497 | 2025-01-08T17:40:36.892Z | Compiling clap v4.5.21 |
1498 | 2025-01-08T17:40:37.018Z | Compiling ecdsa v0.16.9 |
1499 | 2025-01-08T17:40:37.323Z | Compiling rsa v0.9.6 |
1500 | 2025-01-08T17:40:37.891Z | Compiling ed25519-dalek v2.1.1 |
1501 | 2025-01-08T17:40:38.433Z | Compiling toml v0.7.8 |
1502 | 2025-01-08T17:40:38.814Z | Compiling zip v0.6.6 |
1503 | 2025-01-08T17:40:39.280Z | Compiling crossterm v0.28.1 |
1504 | 2025-01-08T17:40:41.060Z | Compiling hex v0.4.3 |
1505 | 2025-01-08T17:40:41.101Z | Compiling x509-cert v0.2.5 |
1506 | 2025-01-08T17:40:41.245Z | Compiling itertools v0.10.5 |
1507 | 2025-01-08T17:40:41.559Z | Compiling peg-runtime v0.8.3 |
1508 | 2025-01-08T17:40:41.674Z | Compiling unicode-xid v0.2.6 |
1509 | 2025-01-08T17:40:41.859Z | Compiling lalrpop-util v0.19.12 |
1510 | 2025-01-08T17:40:42.218Z | Compiling strum_macros v0.26.4 |
1511 | 2025-01-08T17:40:42.221Z | Compiling xattr v1.3.1 |
1512 | 2025-01-08T17:40:43.152Z | Compiling filetime v0.2.25 |
1513 | 2025-01-08T17:40:46.949Z | Compiling tar v0.4.42 |
1514 | 2025-01-08T17:40:46.990Z | Compiling strum v0.26.3 |
1515 | 2025-01-08T17:40:49.817Z | Compiling aws-lc-sys v0.22.0 |
1516 | 2025-01-08T17:41:17.566Z | Compiling rustls-webpki v0.102.8 |
1517 | 2025-01-08T17:41:22.460Z | Compiling tokio-rustls v0.26.0 |
1518 | 2025-01-08T17:41:22.791Z | Compiling hyper-rustls v0.27.3 |
1519 | 2025-01-08T17:41:23.092Z | Compiling reqwest v0.12.9 |
1520 | 2025-01-08T17:41:25.926Z | Compiling tokio-rustls v0.25.0 |
1521 | 2025-01-08T17:41:29.090Z | Compiling qorb v0.2.1 |
1522 | 2025-01-08T17:41:32.136Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1523 | 2025-01-08T17:41:32.369Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1524 | 2025-01-08T17:41:38.111Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
1525 | 2025-01-08T17:41:38.268Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1526 | 2025-01-08T17:41:38.316Z | Jan 08 17:41:36.817 INFO Starting download, target: Cockroach |
1527 | 2025-01-08T17:41:38.316Z | Jan 08 17:41:36.817 INFO Starting download, target: Clickhouse |
1528 | 2025-01-08T17:41:38.316Z | Jan 08 17:41:36.817 INFO Starting download, target: Console |
1529 | 2025-01-08T17:41:38.316Z | Jan 08 17:41:36.818 INFO Starting download, target: DendriteStub |
1530 | 2025-01-08T17:41:38.316Z | Jan 08 17:41:36.818 INFO Starting download, target: DendriteOpenapi |
1531 | 2025-01-08T17:41:38.316Z | Jan 08 17:41:36.818 INFO Starting download, target: MaghemiteMgd |
1532 | 2025-01-08T17:41:38.316Z | Jan 08 17:41:36.818 INFO Starting download, target: TransceiverControl |
1533 | 2025-01-08T17:41:38.319Z | Jan 08 17:41:36.818 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1534 | 2025-01-08T17:41:38.319Z | Jan 08 17:41:36.818 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1535 | 2025-01-08T17:41:38.319Z | Jan 08 17:41:36.818 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1536 | 2025-01-08T17:41:38.319Z | Jan 08 17:41:36.818 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1537 | 2025-01-08T17:41:38.319Z | Jan 08 17:41:36.818 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1538 | 2025-01-08T17:41:38.319Z | Jan 08 17:41:36.818 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1539 | 2025-01-08T17:41:38.319Z | Jan 08 17:41:36.818 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1540 | 2025-01-08T17:41:38.494Z | Jan 08 17:41:36.984 INFO Download complete, target: DendriteOpenapi |
1541 | 2025-01-08T17:41:38.711Z | Jan 08 17:41:37.191 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1542 | 2025-01-08T17:41:39.095Z | Jan 08 17:41:37.565 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1543 | 2025-01-08T17:41:39.183Z | Jan 08 17:41:37.682 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1544 | 2025-01-08T17:41:39.235Z | Jan 08 17:41:37.736 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1545 | 2025-01-08T17:41:39.395Z | Jan 08 17:41:37.895 INFO Download complete, target: TransceiverControl |
1546 | 2025-01-08T17:41:39.406Z | Jan 08 17:41:37.904 INFO Download complete, target: Console |
1547 | 2025-01-08T17:41:39.846Z | Jan 08 17:41:38.348 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1548 | 2025-01-08T17:41:39.847Z | Jan 08 17:41:38.348 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1549 | 2025-01-08T17:41:40.235Z | Jan 08 17:41:38.737 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1550 | 2025-01-08T17:41:42.089Z | Jan 08 17:41:40.591 INFO Download complete, target: DendriteStub |
1551 | 2025-01-08T17:41:42.127Z | Jan 08 17:41:40.629 INFO Download complete, target: MaghemiteMgd |
1552 | 2025-01-08T17:41:47.412Z | Jan 08 17:41:45.915 INFO Checking that binary works, target: Cockroach |
1553 | 2025-01-08T17:41:47.670Z | Jan 08 17:41:46.173 INFO Download complete, target: Cockroach |
1554 | 2025-01-08T17:41:52.889Z | Jan 08 17:41:51.393 INFO Checking that binary works, target: Clickhouse |
1555 | 2025-01-08T17:41:53.007Z | Jan 08 17:41:51.511 INFO Download complete, target: Clickhouse |
1556 | 2025-01-08T17:41:53.015Z | All prerequisites installed successfully |
1557 | 2025-01-08T17:41:53.017Z | |
1558 | 2025-01-08T17:41:53.017Z | real 4:47.768084239 |
1559 | 2025-01-08T17:41:53.017Z | user 16:22.274283710 |
1560 | 2025-01-08T17:41:53.017Z | sys 3:14.297994867 |
1561 | 2025-01-08T17:41:53.017Z | trap 0.533306444 |
1562 | 2025-01-08T17:41:53.017Z | tflt 1.649078247 |
1563 | 2025-01-08T17:41:53.017Z | dflt 2.321718111 |
1564 | 2025-01-08T17:41:53.017Z | kflt 0.028175337 |
1565 | 2025-01-08T17:41:53.017Z | lock 29:26.209868237 |
1566 | 2025-01-08T17:41:53.017Z | slp 1:01:02.305595020 |
1567 | 2025-01-08T17:41:53.017Z | lat 57.238166640 |
1568 | 2025-01-08T17:41:53.017Z | stop 2:16.425809621 |
1569 | 2025-01-08T17:41:53.017Z | + ptime -m cargo xtask download softnpu |
1570 | 2025-01-08T17:41:53.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1571 | 2025-01-08T17:41:53.571Z | Running `target/debug/xtask download softnpu` |
1572 | 2025-01-08T17:41:54.381Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1573 | 2025-01-08T17:41:54.434Z | Running `target/debug/xtask-downloader softnpu` |
1574 | 2025-01-08T17:41:54.469Z | Jan 08 17:41:52.973 INFO Starting download, target: Softnpu |
1575 | 2025-01-08T17:41:54.471Z | Jan 08 17:41:52.974 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1576 | 2025-01-08T17:41:55.265Z | Jan 08 17:41:53.769 INFO Download complete, target: Softnpu |
1577 | 2025-01-08T17:41:55.269Z | |
1578 | 2025-01-08T17:41:55.271Z | real 2.248171791 |
1579 | 2025-01-08T17:41:55.271Z | user 1.259451187 |
1580 | 2025-01-08T17:41:55.271Z | sys 0.529454540 |
1581 | 2025-01-08T17:41:55.271Z | trap 0.000897306 |
1582 | 2025-01-08T17:41:55.271Z | tflt 0.000009461 |
1583 | 2025-01-08T17:41:55.271Z | dflt 0.000023295 |
1584 | 2025-01-08T17:41:55.271Z | kflt 0.000000000 |
1585 | 2025-01-08T17:41:55.271Z | lock 8.209618823 |
1586 | 2025-01-08T17:41:55.271Z | slp 0.621758410 |
1587 | 2025-01-08T17:41:55.271Z | lat 0.067194419 |
1588 | 2025-01-08T17:41:55.271Z | stop 0.000155906 |
1589 | 2025-01-08T17:41:55.271Z | + export CARGO_INCREMENTAL=0 |
1590 | 2025-01-08T17:41:55.271Z | + CARGO_INCREMENTAL=0 |
1591 | 2025-01-08T17:41:55.271Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1592 | 2025-01-08T17:41:56.204Z | Compiling proc-macro2 v1.0.89 |
1593 | 2025-01-08T17:41:56.204Z | Compiling unicode-ident v1.0.13 |
1594 | 2025-01-08T17:41:56.204Z | Compiling libc v0.2.162 |
1595 | 2025-01-08T17:41:56.207Z | Compiling serde v1.0.215 |
1596 | 2025-01-08T17:41:56.207Z | Compiling autocfg v1.4.0 |
1597 | 2025-01-08T17:41:56.207Z | Compiling version_check v0.9.5 |
1598 | 2025-01-08T17:41:56.207Z | Compiling cfg-if v1.0.0 |
1599 | 2025-01-08T17:41:56.468Z | Compiling memchr v2.7.4 |
1600 | 2025-01-08T17:41:56.487Z | Compiling typenum v1.17.0 |
1601 | 2025-01-08T17:41:56.504Z | Compiling shlex v1.3.0 |
1602 | 2025-01-08T17:41:56.869Z | Compiling value-bag v1.9.0 |
1603 | 2025-01-08T17:41:56.917Z | Compiling scopeguard v1.2.0 |
1604 | 2025-01-08T17:41:57.065Z | Compiling generic-array v0.14.7 |
1605 | 2025-01-08T17:41:57.312Z | Compiling lock_api v0.4.12 |
1606 | 2025-01-08T17:41:57.376Z | Compiling log v0.4.22 |
1607 | 2025-01-08T17:41:57.472Z | Compiling parking_lot_core v0.9.10 |
1608 | 2025-01-08T17:41:57.884Z | Compiling serde_json v1.0.133 |
1609 | 2025-01-08T17:41:57.936Z | Compiling once_cell v1.20.2 |
1610 | 2025-01-08T17:41:58.188Z | Compiling quote v1.0.37 |
1611 | 2025-01-08T17:41:58.253Z | Compiling libm v0.2.8 |
1612 | 2025-01-08T17:41:58.282Z | Compiling jobserver v0.1.32 |
1613 | 2025-01-08T17:41:58.324Z | Compiling getrandom v0.2.15 |
1614 | 2025-01-08T17:41:58.570Z | Compiling syn v2.0.87 |
1615 | 2025-01-08T17:41:58.671Z | Compiling cc v1.1.30 |
1616 | 2025-01-08T17:41:58.708Z | Compiling rustix v0.38.37 |
1617 | 2025-01-08T17:41:58.814Z | Compiling num-traits v0.2.19 |
1618 | 2025-01-08T17:41:58.867Z | Compiling thiserror v1.0.69 |
1619 | 2025-01-08T17:41:58.899Z | Compiling aho-corasick v1.1.3 |
1620 | 2025-01-08T17:41:59.039Z | Compiling regex-syntax v0.8.5 |
1621 | 2025-01-08T17:41:59.101Z | Compiling either v1.13.0 |
1622 | 2025-01-08T17:41:59.322Z | Compiling itoa v1.0.11 |
1623 | 2025-01-08T17:41:59.376Z | Compiling spin v0.9.8 |
1624 | 2025-01-08T17:41:59.690Z | Compiling slab v0.4.9 |
1625 | 2025-01-08T17:41:59.766Z | Compiling byteorder v1.5.0 |
1626 | 2025-01-08T17:42:00.080Z | Compiling errno v0.3.9 |
1627 | 2025-01-08T17:42:00.244Z | Compiling rand_core v0.6.4 |
1628 | 2025-01-08T17:42:00.442Z | Compiling lazy_static v1.5.0 |
1629 | 2025-01-08T17:42:00.560Z | Compiling glob v0.3.1 |
1630 | 2025-01-08T17:42:00.962Z | Compiling prettyplease v0.2.25 |
1631 | 2025-01-08T17:42:01.358Z | Compiling clang-sys v1.8.1 |
1632 | 2025-01-08T17:42:01.530Z | Compiling minimal-lexical v0.2.1 |
1633 | 2025-01-08T17:42:01.705Z | Compiling libloading v0.8.5 |
1634 | 2025-01-08T17:42:02.012Z | Compiling nom v7.1.3 |
1635 | 2025-01-08T17:42:02.035Z | Compiling bindgen v0.69.5 |
1636 | 2025-01-08T17:42:02.079Z | Compiling subtle v2.6.1 |
1637 | 2025-01-08T17:42:02.398Z | Compiling allocator-api2 v0.2.18 |
1638 | 2025-01-08T17:42:02.451Z | Compiling home v0.5.9 |
1639 | 2025-01-08T17:42:02.688Z | Compiling regex-automata v0.4.8 |
1640 | 2025-01-08T17:42:02.709Z | Compiling itertools v0.12.1 |
1641 | 2025-01-08T17:42:03.226Z | Compiling rustc-hash v1.1.0 |
1642 | 2025-01-08T17:42:03.373Z | Compiling semver v1.0.23 |
1643 | 2025-01-08T17:42:03.391Z | Compiling smallvec v1.13.2 |
1644 | 2025-01-08T17:42:03.848Z | Compiling lazycell v1.3.0 |
1645 | 2025-01-08T17:42:04.021Z | Compiling cmake v0.1.51 |
1646 | 2025-01-08T17:42:04.946Z | Compiling dunce v1.0.5 |
1647 | 2025-01-08T17:42:04.967Z | Compiling fs_extra v1.3.0 |
1648 | 2025-01-08T17:42:05.328Z | Compiling cexpr v0.6.0 |
1649 | 2025-01-08T17:42:05.420Z | Compiling ryu v1.0.18 |
1650 | 2025-01-08T17:42:05.581Z | Compiling pkg-config v0.3.31 |
1651 | 2025-01-08T17:42:05.705Z | Compiling ring v0.17.8 |
1652 | 2025-01-08T17:42:05.860Z | Compiling pin-project-lite v0.2.14 |
1653 | 2025-01-08T17:42:05.997Z | Compiling schemars v0.8.21 |
1654 | 2025-01-08T17:42:06.014Z | Compiling fnv v1.0.7 |
1655 | 2025-01-08T17:42:06.147Z | Compiling synstructure v0.13.1 |
1656 | 2025-01-08T17:42:06.683Z | Compiling paste v1.0.15 |
1657 | 2025-01-08T17:42:06.862Z | Compiling const-oid v0.9.6 |
1658 | 2025-01-08T17:42:07.193Z | Compiling serde_derive_internals v0.29.1 |
1659 | 2025-01-08T17:42:07.281Z | Compiling aws-lc-rs v1.10.0 |
1660 | 2025-01-08T17:42:07.516Z | Compiling httparse v1.9.5 |
1661 | 2025-01-08T17:42:08.148Z | Compiling regex v1.11.1 |
1662 | 2025-01-08T17:42:08.296Z | Compiling foldhash v0.1.3 |
1663 | 2025-01-08T17:42:08.627Z | Compiling equivalent v1.0.1 |
1664 | 2025-01-08T17:42:08.737Z | Compiling hashbrown v0.15.1 |
1665 | 2025-01-08T17:42:09.137Z | Compiling heck v0.5.0 |
1666 | 2025-01-08T17:42:09.463Z | Compiling signal-hook-registry v1.4.2 |
1667 | 2025-01-08T17:42:09.841Z | Compiling parking_lot v0.12.3 |
1668 | 2025-01-08T17:42:10.044Z | Compiling mio v1.0.2 |
1669 | 2025-01-08T17:42:11.694Z | Compiling crossbeam-utils v0.8.20 |
1670 | 2025-01-08T17:42:11.802Z | Compiling stable_deref_trait v1.2.0 |
1671 | 2025-01-08T17:42:11.837Z | Compiling serde_derive v1.0.215 |
1672 | 2025-01-08T17:42:11.855Z | Compiling zeroize_derive v1.4.2 |
1673 | 2025-01-08T17:42:11.912Z | Compiling zerocopy-derive v0.7.35 |
1674 | 2025-01-08T17:42:12.241Z | Compiling thiserror-impl v1.0.69 |
1675 | 2025-01-08T17:42:12.624Z | Compiling tokio-macros v2.4.0 |
1676 | 2025-01-08T17:42:12.643Z | Compiling zerofrom-derive v0.1.4 |
1677 | 2025-01-08T17:42:13.281Z | Compiling yoke-derive v0.7.4 |
1678 | 2025-01-08T17:42:13.317Z | Compiling zeroize v1.8.1 |
1679 | 2025-01-08T17:42:13.725Z | Compiling futures-macro v0.3.31 |
1680 | 2025-01-08T17:42:14.110Z | Compiling zerovec-derive v0.10.3 |
1681 | 2025-01-08T17:42:14.168Z | Compiling zerocopy v0.7.35 |
1682 | 2025-01-08T17:42:15.081Z | Compiling displaydoc v0.2.5 |
1683 | 2025-01-08T17:42:15.501Z | Compiling crypto-common v0.1.6 |
1684 | 2025-01-08T17:42:15.714Z | Compiling tracing-attributes v0.1.27 |
1685 | 2025-01-08T17:42:15.839Z | Compiling schemars_derive v0.8.21 |
1686 | 2025-01-08T17:42:15.887Z | Compiling icu_provider_macros v1.5.0 |
1687 | 2025-01-08T17:42:16.044Z | Compiling block-buffer v0.10.4 |
1688 | 2025-01-08T17:42:16.290Z | Compiling digest v0.10.7 |
1689 | 2025-01-08T17:42:16.720Z | Compiling der_derive v0.7.3 |
1690 | 2025-01-08T17:42:16.793Z | Compiling socket2 v0.5.7 |
1691 | 2025-01-08T17:42:16.852Z | Compiling time-core v0.1.2 |
1692 | 2025-01-08T17:42:16.906Z | Compiling futures-core v0.3.31 |
1693 | 2025-01-08T17:42:17.027Z | Compiling num-conv v0.1.0 |
1694 | 2025-01-08T17:42:17.379Z | Compiling time-macros v0.2.18 |
1695 | 2025-01-08T17:42:18.707Z | Compiling vcpkg v0.2.15 |
1696 | 2025-01-08T17:42:19.078Z | Compiling syn v1.0.109 |
1697 | 2025-01-08T17:42:20.258Z | Compiling cpufeatures v0.2.14 |
1698 | 2025-01-08T17:42:20.278Z | Compiling openssl-sys v0.9.103 |
1699 | 2025-01-08T17:42:20.354Z | Compiling futures-sink v0.3.31 |
1700 | 2025-01-08T17:42:20.357Z | Compiling slog v2.7.0 |
1701 | 2025-01-08T17:42:20.682Z | Compiling ahash v0.8.11 |
1702 | 2025-01-08T17:42:20.956Z | Compiling iana-time-zone v0.1.61 |
1703 | 2025-01-08T17:42:21.217Z | Compiling zerofrom v0.1.4 |
1704 | 2025-01-08T17:42:21.297Z | Compiling scroll_derive v0.12.0 |
1705 | 2025-01-08T17:42:21.324Z | Compiling ucd-trie v0.1.7 |
1706 | 2025-01-08T17:42:21.707Z | Compiling pest v2.7.14 |
1707 | 2025-01-08T17:42:21.831Z | Compiling yoke v0.7.4 |
1708 | 2025-01-08T17:42:21.852Z | Compiling futures-channel v0.3.31 |
1709 | 2025-01-08T17:42:22.273Z | Compiling hmac v0.12.1 |
1710 | 2025-01-08T17:42:22.597Z | Compiling futures-task v0.3.31 |
1711 | 2025-01-08T17:42:22.725Z | Compiling futures-io v0.3.31 |
1712 | 2025-01-08T17:42:22.898Z | Compiling openssl v0.10.66 |
1713 | 2025-01-08T17:42:23.000Z | Compiling pin-utils v0.1.0 |
1714 | 2025-01-08T17:42:23.248Z | Compiling futures-util v0.3.31 |
1715 | 2025-01-08T17:42:23.539Z | Compiling zerovec v0.10.4 |
1716 | 2025-01-08T17:42:23.655Z | Compiling block-padding v0.3.3 |
1717 | 2025-01-08T17:42:24.032Z | Compiling tinyvec_macros v0.1.1 |
1718 | 2025-01-08T17:42:24.124Z | Compiling tinyvec v1.8.0 |
1719 | 2025-01-08T17:42:24.593Z | Compiling pest_meta v2.7.14 |
1720 | 2025-01-08T17:42:25.482Z | Compiling bitflags v2.6.0 |
1721 | 2025-01-08T17:42:25.537Z | Compiling bytes v1.8.0 |
1722 | 2025-01-08T17:42:27.569Z | Compiling indexmap v2.6.0 |
1723 | 2025-01-08T17:42:28.810Z | Compiling tokio v1.40.0 |
1724 | 2025-01-08T17:42:29.027Z | Compiling serde_tokenstream v0.2.2 |
1725 | 2025-01-08T17:42:29.545Z | Compiling uuid v1.11.0 |
1726 | 2025-01-08T17:42:29.602Z | Compiling http v1.1.0 |
1727 | 2025-01-08T17:42:30.013Z | Compiling which v4.4.2 |
1728 | 2025-01-08T17:42:30.823Z | Compiling chrono v0.4.38 |
1729 | 2025-01-08T17:42:31.071Z | Compiling rustc_version v0.4.1 |
1730 | 2025-01-08T17:42:33.826Z | Compiling pest_generator v2.7.14 |
1731 | 2025-01-08T17:42:34.115Z | Compiling serde_spanned v0.6.8 |
1732 | 2025-01-08T17:42:34.345Z | Compiling toml_datetime v0.6.8 |
1733 | 2025-01-08T17:42:34.796Z | Compiling inout v0.1.3 |
1734 | 2025-01-08T17:42:35.590Z | Compiling openssl-macros v0.1.1 |
1735 | 2025-01-08T17:42:36.022Z | Compiling native-tls v0.2.12 |
1736 | 2025-01-08T17:42:36.257Z | Compiling rustls v0.23.19 |
1737 | 2025-01-08T17:42:36.435Z | Compiling dyn-clone v1.0.17 |
1738 | 2025-01-08T17:42:36.545Z | Compiling strsim v0.11.1 |
1739 | 2025-01-08T17:42:37.925Z | Compiling pest_derive v2.7.14 |
1740 | 2025-01-08T17:42:38.090Z | Compiling cipher v0.4.4 |
1741 | 2025-01-08T17:42:38.559Z | Compiling unicode-normalization v0.1.24 |
1742 | 2025-01-08T17:42:38.656Z | Compiling tinystr v0.7.6 |
1743 | 2025-01-08T17:42:38.947Z | Compiling sha2 v0.10.8 |
1744 | 2025-01-08T17:42:39.113Z | Compiling tracing-core v0.1.32 |
1745 | 2025-01-08T17:42:39.244Z | Compiling usdt-impl v0.5.0 |
1746 | 2025-01-08T17:42:39.655Z | Compiling unicode-bidi v0.3.17 |
1747 | 2025-01-08T17:42:39.722Z | Compiling writeable v0.5.5 |
1748 | 2025-01-08T17:42:39.764Z | Compiling base64ct v1.6.0 |
1749 | 2025-01-08T17:42:40.246Z | Compiling litemap v0.7.3 |
1750 | 2025-01-08T17:42:40.320Z | Compiling pem-rfc7468 v0.7.0 |
1751 | 2025-01-08T17:42:40.657Z | Compiling icu_locid v1.5.0 |
1752 | 2025-01-08T17:42:40.888Z | Compiling tracing v0.1.40 |
1753 | 2025-01-08T17:42:42.149Z | Compiling scroll v0.12.0 |
1754 | 2025-01-08T17:42:42.244Z | Compiling ppv-lite86 v0.2.20 |
1755 | 2025-01-08T17:42:42.744Z | Compiling async-trait v0.1.83 |
1756 | 2025-01-08T17:42:43.107Z | Compiling cookie v0.18.1 |
1757 | 2025-01-08T17:42:43.396Z | Compiling plain v0.2.3 |
1758 | 2025-01-08T17:42:44.234Z | Compiling flagset v0.4.6 |
1759 | 2025-01-08T17:42:44.360Z | Compiling aws-lc-sys v0.22.0 |
1760 | 2025-01-08T17:42:44.971Z | Compiling anyhow v1.0.93 |
1761 | 2025-01-08T17:42:45.579Z | Compiling camino v1.1.9 |
1762 | 2025-01-08T17:42:46.089Z | Compiling der v0.7.9 |
1763 | 2025-01-08T17:42:46.203Z | Compiling goblin v0.8.2 |
1764 | 2025-01-08T17:42:48.304Z | Compiling rand_chacha v0.3.1 |
1765 | 2025-01-08T17:42:49.229Z | Compiling icu_provider v1.5.0 |
1766 | 2025-01-08T17:42:50.184Z | Compiling rayon-core v1.12.1 |
1767 | 2025-01-08T17:42:50.396Z | Compiling rustls-pki-types v1.10.0 |
1768 | 2025-01-08T17:42:51.244Z | Compiling percent-encoding v2.3.1 |
1769 | 2025-01-08T17:42:52.011Z | Compiling icu_locid_transform_data v1.5.0 |
1770 | 2025-01-08T17:42:52.119Z | Compiling pretty-hex v0.4.1 |
1771 | 2025-01-08T17:42:52.336Z | Compiling rustls v0.22.4 |
1772 | 2025-01-08T17:42:52.591Z | Compiling dof v0.3.0 |
1773 | 2025-01-08T17:42:52.864Z | Compiling icu_locid_transform v1.5.0 |
1774 | 2025-01-08T17:42:54.326Z | Compiling rand v0.8.5 |
1775 | 2025-01-08T17:42:54.758Z | Compiling spki v0.7.3 |
1776 | 2025-01-08T17:42:55.099Z | Compiling dtrace-parser v0.2.0 |
1777 | 2025-01-08T17:42:55.167Z | Compiling salsa20 v0.10.2 |
1778 | 2025-01-08T17:42:55.193Z | Compiling tokio-util v0.7.12 |
1779 | 2025-01-08T17:42:55.563Z | Compiling icu_collections v1.5.0 |
1780 | 2025-01-08T17:42:55.908Z | Compiling pbkdf2 v0.12.2 |
1781 | 2025-01-08T17:42:56.649Z | Compiling thread-id v4.2.2 |
1782 | 2025-01-08T17:42:56.774Z | Compiling untrusted v0.9.0 |
1783 | 2025-01-08T17:42:56.806Z | Compiling powerfmt v0.2.0 |
1784 | 2025-01-08T17:42:56.845Z | Compiling mirai-annotations v1.12.0 |
1785 | 2025-01-08T17:42:56.973Z | Compiling untrusted v0.7.1 |
1786 | 2025-01-08T17:42:57.058Z | Compiling winnow v0.5.40 |
1787 | 2025-01-08T17:42:57.282Z | Compiling icu_properties_data v1.5.0 |
1788 | 2025-01-08T17:42:57.434Z | Compiling deranged v0.3.11 |
1789 | 2025-01-08T17:42:57.550Z | Compiling icu_properties v1.5.1 |
1790 | 2025-01-08T17:43:00.721Z | Compiling toml_edit v0.19.15 |
1791 | 2025-01-08T17:43:02.331Z | Compiling scrypt v0.11.0 |
1792 | 2025-01-08T17:43:02.533Z | Compiling aes v0.8.4 |
1793 | 2025-01-08T17:43:02.718Z | Compiling cbc v0.1.2 |
1794 | 2025-01-08T17:43:02.928Z | Compiling multer v3.1.0 |
1795 | 2025-01-08T17:43:03.476Z | Compiling write16 v1.0.0 |
1796 | 2025-01-08T17:43:03.611Z | Compiling atomic-waker v1.1.2 |
1797 | 2025-01-08T17:43:03.759Z | Compiling num_threads v0.1.7 |
1798 | 2025-01-08T17:43:03.809Z | Compiling slog-async v2.8.0 |
1799 | 2025-01-08T17:43:03.890Z | Compiling utf16_iter v1.0.5 |
1800 | 2025-01-08T17:43:04.221Z | Compiling icu_normalizer_data v1.5.0 |
1801 | 2025-01-08T17:43:04.442Z | Compiling rustversion v1.0.17 |
1802 | 2025-01-08T17:43:04.774Z | Compiling utf8_iter v1.0.4 |
1803 | 2025-01-08T17:43:05.001Z | Compiling icu_normalizer v1.5.0 |
1804 | 2025-01-08T17:43:05.123Z | Compiling time v0.3.36 |
1805 | 2025-01-08T17:43:06.664Z | Compiling pkcs5 v0.7.1 |
1806 | 2025-01-08T17:43:07.614Z | Compiling form_urlencoded v1.2.1 |
1807 | 2025-01-08T17:43:08.069Z | Compiling http-body v1.0.1 |
1808 | 2025-01-08T17:43:08.102Z | Compiling heapless v0.7.17 |
1809 | 2025-01-08T17:43:08.607Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1810 | 2025-01-08T17:43:09.064Z | Compiling signal-hook v0.3.17 |
1811 | 2025-01-08T17:43:09.319Z | Compiling try-lock v0.2.5 |
1812 | 2025-01-08T17:43:10.597Z | Compiling want v0.3.1 |
1813 | 2025-01-08T17:43:11.482Z | Compiling pkcs8 v0.10.2 |
1814 | 2025-01-08T17:43:11.758Z | Compiling idna_adapter v1.2.0 |
1815 | 2025-01-08T17:43:12.196Z | Compiling h2 v0.4.6 |
1816 | 2025-01-08T17:43:13.216Z | Compiling usdt-macro v0.5.0 |
1817 | 2025-01-08T17:43:14.532Z | Compiling usdt-attr-macro v0.5.0 |
1818 | 2025-01-08T17:43:14.734Z | Compiling async-stream-impl v0.3.6 |
1819 | 2025-01-08T17:43:14.754Z | Compiling adler2 v2.0.0 |
1820 | 2025-01-08T17:43:15.024Z | Compiling httpdate v1.0.3 |
1821 | 2025-01-08T17:43:16.033Z | Compiling miniz_oxide v0.8.0 |
1822 | 2025-01-08T17:43:17.159Z | Compiling idna v1.0.3 |
1823 | 2025-01-08T17:43:18.847Z | Compiling curve25519-dalek v4.1.3 |
1824 | 2025-01-08T17:43:19.241Z | Compiling hyper v1.5.0 |
1825 | 2025-01-08T17:43:19.259Z | Compiling openapiv3 v2.0.0 |
1826 | 2025-01-08T17:43:20.055Z | Compiling enum-as-inner v0.6.1 |
1827 | 2025-01-08T17:43:22.285Z | Compiling dropshot v0.12.0 |
1828 | 2025-01-08T17:43:22.572Z | Compiling num-bigint-dig v0.8.4 |
1829 | 2025-01-08T17:43:22.851Z | Compiling smoltcp v0.9.1 |
1830 | 2025-01-08T17:43:23.051Z | Compiling base64 v0.22.1 |
1831 | 2025-01-08T17:43:23.296Z | Compiling match_cfg v0.1.0 |
1832 | 2025-01-08T17:43:23.434Z | Compiling foreign-types-shared v0.1.1 |
1833 | 2025-01-08T17:43:23.550Z | Compiling portable-atomic v1.9.0 |
1834 | 2025-01-08T17:43:23.585Z | Compiling tower-service v0.3.3 |
1835 | 2025-01-08T17:43:23.856Z | Compiling newtype-uuid v1.1.3 |
1836 | 2025-01-08T17:43:24.080Z | Compiling hyper-util v0.1.10 |
1837 | 2025-01-08T17:43:24.468Z | Compiling foreign-types v0.3.2 |
1838 | 2025-01-08T17:43:24.569Z | Compiling hostname v0.3.1 |
1839 | 2025-01-08T17:43:30.045Z | Compiling url v2.5.3 |
1840 | 2025-01-08T17:43:32.199Z | Compiling dirs-sys-next v0.1.2 |
1841 | 2025-01-08T17:43:32.425Z | Compiling heck v0.4.1 |
1842 | 2025-01-08T17:43:32.694Z | Compiling gimli v0.31.1 |
1843 | 2025-01-08T17:43:32.713Z | Compiling siphasher v0.3.11 |
1844 | 2025-01-08T17:43:32.829Z | Compiling data-encoding v2.6.0 |
1845 | 2025-01-08T17:43:32.871Z | Compiling ident_case v1.0.1 |
1846 | 2025-01-08T17:43:33.049Z | Compiling darling_core v0.20.10 |
1847 | 2025-01-08T17:43:33.177Z | Compiling dirs-next v2.0.0 |
1848 | 2025-01-08T17:43:35.987Z | Compiling http-body-util v0.1.2 |
1849 | 2025-01-08T17:43:39.217Z | Compiling addr2line v0.24.2 |
1850 | 2025-01-08T17:43:39.643Z | Compiling crossbeam-epoch v0.9.18 |
1851 | 2025-01-08T17:43:39.831Z | Compiling hubpack_derive v0.1.1 |
1852 | 2025-01-08T17:43:39.848Z | Compiling dropshot_endpoint v0.12.0 |
1853 | 2025-01-08T17:43:40.164Z | Compiling sha1 v0.10.6 |
1854 | 2025-01-08T17:43:40.358Z | Compiling signature v2.2.0 |
1855 | 2025-01-08T17:43:40.549Z | Compiling zerocopy-derive v0.6.6 |
1856 | 2025-01-08T17:43:40.572Z | Compiling curve25519-dalek-derive v0.1.1 |
1857 | 2025-01-08T17:43:40.789Z | Compiling object v0.36.5 |
1858 | 2025-01-08T17:43:41.916Z | Compiling thread_local v1.1.8 |
1859 | 2025-01-08T17:43:42.430Z | Compiling fs-err v2.11.0 |
1860 | 2025-01-08T17:43:42.469Z | Compiling encoding_rs v0.8.34 |
1861 | 2025-01-08T17:43:43.877Z | Compiling rustc-demangle v0.1.24 |
1862 | 2025-01-08T17:43:46.098Z | Compiling mime v0.3.17 |
1863 | 2025-01-08T17:43:47.757Z | Compiling ipnet v2.10.1 |
1864 | 2025-01-08T17:43:48.817Z | Compiling unicode-properties v0.1.3 |
1865 | 2025-01-08T17:43:49.225Z | Compiling anstyle v1.0.10 |
1866 | 2025-01-08T17:43:49.677Z | Compiling winnow v0.6.20 |
1867 | 2025-01-08T17:43:53.246Z | Compiling openssl-probe v0.1.5 |
1868 | 2025-01-08T17:43:53.476Z | Compiling utf8parse v0.2.2 |
1869 | 2025-01-08T17:43:53.630Z | Compiling anstyle-parse v0.2.5 |
1870 | 2025-01-08T17:43:53.957Z | Compiling toml_edit v0.22.22 |
1871 | 2025-01-08T17:43:55.159Z | Compiling stringprep v0.1.5 |
1872 | 2025-01-08T17:43:55.768Z | Compiling backtrace v0.3.74 |
1873 | 2025-01-08T17:43:57.707Z | Compiling rustls-webpki v0.102.8 |
1874 | 2025-01-08T17:44:01.148Z | Compiling crossbeam-deque v0.8.5 |
1875 | 2025-01-08T17:44:02.977Z | Compiling darling_macro v0.20.10 |
1876 | 2025-01-08T17:44:04.696Z | Compiling term v0.7.0 |
1877 | 2025-01-08T17:44:05.963Z | Compiling slog-json v2.6.1 |
1878 | 2025-01-08T17:44:06.866Z | Compiling serde_urlencoded v0.7.1 |
1879 | 2025-01-08T17:44:07.955Z | Compiling crossbeam-channel v0.5.13 |
1880 | 2025-01-08T17:44:07.972Z | Compiling rustls-pemfile v2.2.0 |
1881 | 2025-01-08T17:44:08.404Z | Compiling hashbrown v0.14.5 |
1882 | 2025-01-08T17:44:09.093Z | Compiling idna v0.3.0 |
1883 | 2025-01-08T17:44:09.167Z | Compiling idna v0.4.0 |
1884 | 2025-01-08T17:44:09.745Z | Compiling futures-executor v0.3.31 |
1885 | 2025-01-08T17:44:10.535Z | Compiling num-integer v0.1.46 |
1886 | 2025-01-08T17:44:10.559Z | Compiling md-5 v0.10.6 |
1887 | 2025-01-08T17:44:10.816Z | Compiling ff v0.13.0 |
1888 | 2025-01-08T17:44:11.045Z | Compiling hash32 v0.2.1 |
1889 | 2025-01-08T17:44:11.175Z | Compiling memmap v0.7.0 |
1890 | 2025-01-08T17:44:11.235Z | Compiling is-terminal v0.4.13 |
1891 | 2025-01-08T17:44:11.438Z | Compiling colorchoice v1.0.2 |
1892 | 2025-01-08T17:44:11.475Z | Compiling is_terminal_polyfill v1.70.1 |
1893 | 2025-01-08T17:44:11.604Z | Compiling take_mut v0.2.2 |
1894 | 2025-01-08T17:44:11.789Z | Compiling quick-error v1.2.3 |
1895 | 2025-01-08T17:44:12.118Z | Compiling anstyle-query v1.1.1 |
1896 | 2025-01-08T17:44:12.283Z | Compiling psl-types v2.0.11 |
1897 | 2025-01-08T17:44:12.346Z | Compiling fallible-iterator v0.2.0 |
1898 | 2025-01-08T17:44:12.823Z | Compiling base16ct v0.2.0 |
1899 | 2025-01-08T17:44:12.970Z | Compiling linked-hash-map v0.5.6 |
1900 | 2025-01-08T17:44:13.102Z | Compiling utf-8 v0.7.6 |
1901 | 2025-01-08T17:44:13.371Z | Compiling lru-cache v0.1.2 |
1902 | 2025-01-08T17:44:13.432Z | Compiling tungstenite v0.24.0 |
1903 | 2025-01-08T17:44:13.586Z | Compiling postgres-protocol v0.6.7 |
1904 | 2025-01-08T17:44:14.792Z | Compiling sec1 v0.7.3 |
1905 | 2025-01-08T17:44:15.353Z | Compiling publicsuffix v2.2.3 |
1906 | 2025-01-08T17:44:15.478Z | Compiling anstream v0.6.15 |
1907 | 2025-01-08T17:44:15.597Z | Compiling resolv-conf v0.7.0 |
1908 | 2025-01-08T17:44:17.199Z | Compiling usdt v0.5.0 |
1909 | 2025-01-08T17:44:17.199Z | Compiling slog-term v2.9.1 |
1910 | 2025-01-08T17:44:17.486Z | Compiling num-iter v0.1.45 |
1911 | 2025-01-08T17:44:17.650Z | Compiling group v0.13.0 |
1912 | 2025-01-08T17:44:17.684Z | Compiling hickory-proto v0.24.1 |
1913 | 2025-01-08T17:44:17.947Z | Compiling futures v0.3.31 |
1914 | 2025-01-08T17:44:18.069Z | Compiling regress v0.10.1 |
1915 | 2025-01-08T17:44:22.097Z | Compiling slog-bunyan v2.5.0 |
1916 | 2025-01-08T17:44:22.238Z | Compiling tokio-rustls v0.26.0 |
1917 | 2025-01-08T17:44:22.308Z | Compiling tokio-rustls v0.25.0 |
1918 | 2025-01-08T17:44:22.329Z | Compiling darling v0.20.10 |
1919 | 2025-01-08T17:44:22.497Z | Compiling toml v0.8.19 |
1920 | 2025-01-08T17:44:22.681Z | Compiling tokio-native-tls v0.3.1 |
1921 | 2025-01-08T17:44:22.736Z | Compiling phf_shared v0.11.2 |
1922 | 2025-01-08T17:44:22.765Z | Compiling strum_macros v0.25.3 |
1923 | 2025-01-08T17:44:23.168Z | Compiling async-stream v0.3.6 |
1924 | 2025-01-08T17:44:23.235Z | Compiling waitgroup v0.1.2 |
1925 | 2025-01-08T17:44:23.444Z | Compiling webpki-roots v0.26.6 |
1926 | 2025-01-08T17:44:23.977Z | Compiling idna v0.5.0 |
1927 | 2025-01-08T17:44:23.994Z | Compiling terminal_size v0.4.0 |
1928 | 2025-01-08T17:44:24.201Z | Compiling serde_path_to_error v0.1.16 |
1929 | 2025-01-08T17:44:25.047Z | Compiling hkdf v0.12.4 |
1930 | 2025-01-08T17:44:25.382Z | Compiling crypto-bigint v0.5.5 |
1931 | 2025-01-08T17:44:25.422Z | Compiling derive-where v1.2.7 |
1932 | 2025-01-08T17:44:25.502Z | Compiling clap_derive v4.5.18 |
1933 | 2025-01-08T17:44:26.288Z | Compiling serde_repr v0.1.19 |
1934 | 2025-01-08T17:44:26.786Z | Compiling hostname v0.4.0 |
1935 | 2025-01-08T17:44:27.013Z | Compiling crc32fast v1.4.2 |
1936 | 2025-01-08T17:44:27.368Z | Compiling managed v0.8.0 |
1937 | 2025-01-08T17:44:27.581Z | Compiling unicode-width v0.1.14 |
1938 | 2025-01-08T17:44:27.612Z | Compiling bitflags v1.3.2 |
1939 | 2025-01-08T17:44:27.884Z | Compiling clap_lex v0.7.2 |
1940 | 2025-01-08T17:44:28.314Z | Compiling debug-ignore v1.0.5 |
1941 | 2025-01-08T17:44:30.190Z | Compiling elliptic-curve v0.13.8 |
1942 | 2025-01-08T17:44:30.806Z | Compiling clap_builder v4.5.21 |
1943 | 2025-01-08T17:44:30.860Z | Compiling console v0.15.8 |
1944 | 2025-01-08T17:44:32.170Z | Compiling flate2 v1.0.34 |
1945 | 2025-01-08T17:44:32.492Z | Compiling cookie_store v0.21.0 |
1946 | 2025-01-08T17:44:33.963Z | Compiling hyper-rustls v0.27.3 |
1947 | 2025-01-08T17:44:37.048Z | Compiling hickory-resolver v0.24.1 |
1948 | 2025-01-08T17:44:38.144Z | Compiling phf v0.11.2 |
1949 | 2025-01-08T17:44:38.467Z | Compiling hyper-tls v0.6.0 |
1950 | 2025-01-08T17:44:38.486Z | Compiling signal-hook-mio v0.2.4 |
1951 | 2025-01-08T17:44:38.552Z | Compiling typify-impl v0.2.0 |
1952 | 2025-01-08T17:44:38.625Z | Compiling bzip2 v0.4.4 |
1953 | 2025-01-08T17:44:38.644Z | Compiling rayon v1.10.0 |
1954 | 2025-01-08T17:44:38.996Z | Compiling tokio-tungstenite v0.24.0 |
1955 | 2025-01-08T17:44:39.158Z | Compiling postgres-types v0.2.8 |
1956 | 2025-01-08T17:44:39.717Z | Compiling zerocopy v0.6.6 |
1957 | 2025-01-08T17:44:40.298Z | Compiling hubpack v0.1.2 |
1958 | 2025-01-08T17:44:40.552Z | Compiling ed25519 v2.2.3 |
1959 | 2025-01-08T17:44:40.630Z | Compiling phf_shared v0.10.0 |
1960 | 2025-01-08T17:44:40.999Z | Compiling pkcs1 v0.7.5 |
1961 | 2025-01-08T17:44:41.015Z | Compiling tokio-stream v0.1.16 |
1962 | 2025-01-08T17:44:42.036Z | Compiling ipnetwork v0.20.0 |
1963 | 2025-01-08T17:44:42.533Z | Compiling serde-big-array v0.5.1 |
1964 | 2025-01-08T17:44:42.781Z | Compiling rfc6979 v0.4.0 |
1965 | 2025-01-08T17:44:42.993Z | Compiling float-cmp v0.9.0 |
1966 | 2025-01-08T17:44:43.565Z | Compiling sync_wrapper v1.0.1 |
1967 | 2025-01-08T17:44:43.726Z | Compiling bstr v1.10.0 |
1968 | 2025-01-08T17:44:44.794Z | Compiling unicode-width v0.2.0 |
1969 | 2025-01-08T17:44:45.281Z | Compiling bit-vec v0.6.3 |
1970 | 2025-01-08T17:44:45.701Z | Compiling new_debug_unreachable v1.0.6 |
1971 | 2025-01-08T17:44:45.772Z | Compiling fixedbitset v0.4.2 |
1972 | 2025-01-08T17:44:45.805Z | Compiling predicates-core v1.0.8 |
1973 | 2025-01-08T17:44:45.902Z | Compiling static_assertions v1.1.0 |
1974 | 2025-01-08T17:44:46.012Z | Compiling number_prefix v0.4.0 |
1975 | 2025-01-08T17:44:46.118Z | Compiling difflib v0.4.0 |
1976 | 2025-01-08T17:44:46.197Z | Compiling precomputed-hash v0.1.1 |
1977 | 2025-01-08T17:44:46.256Z | Compiling whoami v1.5.2 |
1978 | 2025-01-08T17:44:46.332Z | Compiling normalize-line-endings v0.3.0 |
1979 | 2025-01-08T17:44:46.426Z | Compiling unicode-segmentation v1.12.0 |
1980 | 2025-01-08T17:44:46.821Z | Compiling tokio-postgres v0.7.12 |
1981 | 2025-01-08T17:44:47.273Z | Compiling similar v2.6.0 |
1982 | 2025-01-08T17:44:47.412Z | Compiling predicates v3.1.2 |
1983 | 2025-01-08T17:44:48.170Z | Compiling string_cache v0.8.7 |
1984 | 2025-01-08T17:44:48.602Z | Compiling indicatif v0.17.9 |
1985 | 2025-01-08T17:44:48.945Z | Compiling petgraph v0.6.5 |
1986 | 2025-01-08T17:44:49.266Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1987 | 2025-01-08T17:44:50.319Z | Compiling typify-macro v0.2.0 |
1988 | 2025-01-08T17:44:50.482Z | Compiling bit-set v0.5.3 |
1989 | 2025-01-08T17:44:52.224Z | Compiling reqwest v0.12.9 |
1990 | 2025-01-08T17:44:52.438Z | Compiling ecdsa v0.16.9 |
1991 | 2025-01-08T17:44:52.956Z | Compiling qorb v0.2.1 |
1992 | 2025-01-08T17:44:53.037Z | Compiling rsa v0.9.6 |
1993 | 2025-01-08T17:44:53.676Z | Compiling ed25519-dalek v2.1.1 |
1994 | 2025-01-08T17:44:54.631Z | Compiling zip v0.6.6 |
1995 | 2025-01-08T17:44:54.758Z | Compiling crossterm v0.28.1 |
1996 | 2025-01-08T17:44:54.995Z | Compiling clap v4.5.21 |
1997 | 2025-01-08T17:44:56.652Z | Compiling toml v0.7.8 |
1998 | 2025-01-08T17:44:57.844Z | Compiling x509-cert v0.2.5 |
1999 | 2025-01-08T17:44:58.330Z | Compiling hex v0.4.3 |
2000 | 2025-01-08T17:44:58.968Z | Compiling itertools v0.10.5 |
2001 | 2025-01-08T17:44:59.335Z | Compiling peg-runtime v0.8.3 |
2002 | 2025-01-08T17:44:59.565Z | Compiling unicode-xid v0.2.6 |
2003 | 2025-01-08T17:44:59.884Z | Compiling lalrpop-util v0.19.12 |
2004 | 2025-01-08T17:45:00.160Z | Compiling zerocopy v0.8.10 |
2005 | 2025-01-08T17:45:02.414Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2006 | 2025-01-08T17:45:06.201Z | Compiling proc-macro-crate v1.3.1 |
2007 | 2025-01-08T17:45:06.533Z | Compiling macaddr v1.0.1 |
2008 | 2025-01-08T17:45:07.116Z | Compiling zerocopy-derive v0.8.10 |
2009 | 2025-01-08T17:45:07.190Z | Compiling itertools v0.13.0 |
2010 | 2025-01-08T17:45:09.327Z | Compiling heapless v0.8.0 |
2011 | 2025-01-08T17:45:10.520Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2012 | 2025-01-08T17:45:14.982Z | Compiling num_enum_derive v0.5.11 |
2013 | 2025-01-08T17:45:23.466Z | Compiling hash32 v0.3.1 |
2014 | 2025-01-08T17:45:24.568Z | Compiling smoltcp v0.11.0 |
2015 | 2025-01-08T17:45:25.139Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2016 | 2025-01-08T17:45:30.662Z | Compiling num_enum v0.5.11 |
2017 | 2025-01-08T17:45:30.682Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2018 | 2025-01-08T17:45:31.318Z | Compiling typify v0.2.0 |
2019 | 2025-01-08T17:45:31.371Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2020 | 2025-01-08T17:45:32.072Z | Compiling proc-macro-error-attr v1.0.4 |
2021 | 2025-01-08T17:45:32.392Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2022 | 2025-01-08T17:45:32.662Z | Compiling unsafe-libyaml v0.2.11 |
2023 | 2025-01-08T17:45:32.680Z | Compiling cobs v0.2.3 |
2024 | 2025-01-08T17:45:36.051Z | Compiling serde_yaml v0.9.34+deprecated |
2025 | 2025-01-08T17:45:37.694Z | Compiling postcard v1.0.10 |
2026 | 2025-01-08T17:45:50.354Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2027 | 2025-01-08T17:45:51.494Z | Compiling progenitor-impl v0.8.0 |
2028 | 2025-01-08T17:46:01.452Z | Compiling strum_macros v0.26.4 |
2029 | 2025-01-08T17:46:02.817Z | Compiling structmeta-derive v0.3.0 |
2030 | 2025-01-08T17:46:02.837Z | Compiling foreign-types-macros v0.2.3 |
2031 | 2025-01-08T17:46:03.019Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2032 | 2025-01-08T17:46:03.324Z | Compiling proc-macro-error v1.0.4 |
2033 | 2025-01-08T17:46:03.342Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2034 | 2025-01-08T17:46:05.168Z | Compiling foreign-types-shared v0.3.1 |
2035 | 2025-01-08T17:46:05.303Z | Compiling foreign-types v0.5.0 |
2036 | 2025-01-08T17:46:05.359Z | Compiling structmeta v0.3.0 |
2037 | 2025-01-08T17:46:05.897Z | Compiling strum v0.26.3 |
2038 | 2025-01-08T17:46:10.959Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2039 | 2025-01-08T17:46:15.150Z | Compiling progenitor-macro v0.8.0 |
2040 | 2025-01-08T17:46:19.211Z | Compiling progenitor-client v0.8.0 |
2041 | 2025-01-08T17:46:20.021Z | Compiling tabwriter v1.4.0 |
2042 | 2025-01-08T17:46:20.778Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2043 | 2025-01-08T17:46:22.020Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2044 | 2025-01-08T17:46:22.835Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2045 | 2025-01-08T17:46:23.700Z | Compiling cstr-argument v0.1.2 |
2046 | 2025-01-08T17:46:23.973Z | Compiling dropshot v0.13.0 |
2047 | 2025-01-08T17:46:24.009Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2048 | 2025-01-08T17:46:24.312Z | Compiling pretty-hex v0.2.1 |
2049 | 2025-01-08T17:46:24.539Z | Compiling crucible-workspace-hack v0.1.0 |
2050 | 2025-01-08T17:46:24.827Z | Compiling fastrand v2.1.1 |
2051 | 2025-01-08T17:46:25.529Z | Compiling thiserror v2.0.3 |
2052 | 2025-01-08T17:46:25.782Z | Compiling tempfile v3.13.0 |
2053 | 2025-01-08T17:46:26.148Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2054 | 2025-01-08T17:46:26.540Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2055 | 2025-01-08T17:46:26.807Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2056 | 2025-01-08T17:46:27.004Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2057 | 2025-01-08T17:46:27.602Z | Compiling parse-display-derive v0.10.0 |
2058 | 2025-01-08T17:46:28.106Z | Compiling progenitor v0.8.0 |
2059 | 2025-01-08T17:46:28.136Z | Compiling colored v2.1.0 |
2060 | 2025-01-08T17:46:28.394Z | Compiling serde_with_macros v3.11.0 |
2061 | 2025-01-08T17:46:28.686Z | Compiling dropshot_endpoint v0.13.0 |
2062 | 2025-01-08T17:46:29.361Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2063 | 2025-01-08T17:46:30.087Z | Compiling thiserror-impl v2.0.3 |
2064 | 2025-01-08T17:46:30.240Z | Compiling instant v0.1.13 |
2065 | 2025-01-08T17:46:30.433Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2066 | 2025-01-08T17:46:30.843Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2067 | 2025-01-08T17:46:30.999Z | Compiling serde_with v3.11.0 |
2068 | 2025-01-08T17:46:31.454Z | Compiling parse-display v0.10.0 |
2069 | 2025-01-08T17:46:31.473Z | Compiling backoff v0.4.0 |
2070 | 2025-01-08T17:46:31.852Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2071 | 2025-01-08T17:46:33.356Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2072 | 2025-01-08T17:46:33.415Z | Compiling zone_cfg_derive v0.3.0 |
2073 | 2025-01-08T17:46:33.916Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2074 | 2025-01-08T17:46:34.624Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2075 | 2025-01-08T17:46:34.770Z | Compiling camino-tempfile v1.1.1 |
2076 | 2025-01-08T17:46:35.477Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2077 | 2025-01-08T17:46:35.497Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2078 | 2025-01-08T17:46:35.602Z | Compiling regress v0.9.1 |
2079 | 2025-01-08T17:46:35.701Z | Compiling num-derive v0.4.2 |
2080 | 2025-01-08T17:46:35.998Z | Compiling sigpipe v0.1.3 |
2081 | 2025-01-08T17:46:36.145Z | Compiling libefi-sys v0.1.0 |
2082 | 2025-01-08T17:46:36.448Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2083 | 2025-01-08T17:46:36.805Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2084 | 2025-01-08T17:46:37.964Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2085 | 2025-01-08T17:46:39.510Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2086 | 2025-01-08T17:46:40.049Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2087 | 2025-01-08T17:46:40.068Z | Compiling zone v0.3.0 |
2088 | 2025-01-08T17:46:41.677Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2089 | 2025-01-08T17:46:44.348Z | Compiling smf v0.2.3 |
2090 | 2025-01-08T17:46:45.147Z | Compiling bitfield-struct v0.6.2 |
2091 | 2025-01-08T17:46:46.061Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2092 | 2025-01-08T17:46:46.476Z | Compiling blake3 v1.5.4 |
2093 | 2025-01-08T17:46:46.527Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2094 | 2025-01-08T17:46:47.366Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2095 | 2025-01-08T17:46:47.451Z | Compiling xattr v1.3.1 |
2096 | 2025-01-08T17:46:47.513Z | Compiling filetime v0.2.25 |
2097 | 2025-01-08T17:46:47.737Z | Compiling memmap2 v0.9.5 |
2098 | 2025-01-08T17:46:47.788Z | Compiling same-file v1.0.6 |
2099 | 2025-01-08T17:46:47.867Z | Compiling constant_time_eq v0.3.1 |
2100 | 2025-01-08T17:46:48.055Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2101 | 2025-01-08T17:46:48.080Z | Compiling arrayvec v0.7.6 |
2102 | 2025-01-08T17:46:48.191Z | Compiling arrayref v0.3.9 |
2103 | 2025-01-08T17:46:48.307Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2104 | 2025-01-08T17:46:48.309Z | Compiling walkdir v2.5.0 |
2105 | 2025-01-08T17:46:48.512Z | Compiling tar v0.4.42 |
2106 | 2025-01-08T17:46:49.932Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2107 | 2025-01-08T17:46:50.374Z | Compiling gethostname v0.5.0 |
2108 | 2025-01-08T17:46:50.587Z | Compiling cargo-platform v0.1.8 |
2109 | 2025-01-08T17:46:51.094Z | Compiling topological-sort v0.2.2 |
2110 | 2025-01-08T17:46:51.236Z | Compiling cargo_metadata v0.18.1 |
2111 | 2025-01-08T17:46:51.366Z | Compiling omicron-zone-package v0.12.0 |
2112 | 2025-01-08T17:46:51.669Z | Compiling shell-words v1.1.0 |
2113 | 2025-01-08T17:46:52.107Z | Compiling indent_write v2.2.0 |
2114 | 2025-01-08T17:46:58.535Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2115 | 2025-01-08T17:47:00.859Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2116 | 2025-01-08T17:47:02.962Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2117 | 2025-01-08T17:47:21.240Z | Finished `release` profile [optimized] target(s) in 5m 25s |
2118 | 2025-01-08T17:47:21.400Z | Running `target/release/omicron-package -t test target create -p dev` |
2119 | 2025-01-08T17:47:21.447Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2120 | 2025-01-08T17:47:21.449Z | Created new build target 'test' and set it as active |
2121 | 2025-01-08T17:47:21.449Z | |
2122 | 2025-01-08T17:47:21.449Z | real 5:26.237085552 |
2123 | 2025-01-08T17:47:21.449Z | user 36:52.027004015 |
2124 | 2025-01-08T17:47:21.449Z | sys 4:53.336535223 |
2125 | 2025-01-08T17:47:21.449Z | trap 1.071416270 |
2126 | 2025-01-08T17:47:21.449Z | tflt 3.011348834 |
2127 | 2025-01-08T17:47:21.449Z | dflt 0.677614872 |
2128 | 2025-01-08T17:47:21.449Z | kflt 0.000205078 |
2129 | 2025-01-08T17:47:21.450Z | lock 1:17:18.573391929 |
2130 | 2025-01-08T17:47:21.450Z | slp 2:33:22.425569595 |
2131 | 2025-01-08T17:47:21.450Z | lat 2:33.842883507 |
2132 | 2025-01-08T17:47:21.450Z | stop 4:30.887929757 |
2133 | 2025-01-08T17:47:21.450Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2134 | 2025-01-08T17:47:22.418Z | Finished `release` profile [optimized] target(s) in 0.91s |
2135 | 2025-01-08T17:47:22.478Z | Running `target/release/omicron-package -t test package` |
2136 | 2025-01-08T17:47:22.523Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2137 | 2025-01-08T17:47:23.671Z | Compiling convert_case v0.4.0 |
2138 | 2025-01-08T17:47:23.671Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2139 | 2025-01-08T17:47:23.671Z | Compiling newline-converter v0.3.0 |
2140 | 2025-01-08T17:47:23.673Z | Compiling password-hash v0.5.0 |
2141 | 2025-01-08T17:47:23.673Z | Compiling blake2 v0.10.6 |
2142 | 2025-01-08T17:47:23.673Z | Compiling base64 v0.21.7 |
2143 | 2025-01-08T17:47:23.825Z | Compiling atomicwrites v0.4.4 |
2144 | 2025-01-08T17:47:23.870Z | Compiling progenitor-client v0.8.0 |
2145 | 2025-01-08T17:47:23.989Z | Compiling expectorate v1.1.0 |
2146 | 2025-01-08T17:47:24.183Z | Compiling cancel-safe-futures v0.1.5 |
2147 | 2025-01-08T17:47:24.339Z | Compiling owo-colors v4.1.0 |
2148 | 2025-01-08T17:47:24.365Z | Compiling argon2 v0.5.3 |
2149 | 2025-01-08T17:47:24.466Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2150 | 2025-01-08T17:47:24.487Z | Compiling derive_more v0.99.18 |
2151 | 2025-01-08T17:47:24.533Z | Compiling progenitor v0.8.0 |
2152 | 2025-01-08T17:47:24.626Z | Compiling num-rational v0.4.2 |
2153 | 2025-01-08T17:47:24.799Z | Compiling num-complex v0.4.6 |
2154 | 2025-01-08T17:47:25.034Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2155 | 2025-01-08T17:47:25.636Z | Compiling libsw v3.3.1 |
2156 | 2025-01-08T17:47:25.899Z | Compiling num v0.4.3 |
2157 | 2025-01-08T17:47:25.970Z | Compiling swrite v0.1.0 |
2158 | 2025-01-08T17:47:25.989Z | Compiling linear-map v1.2.0 |
2159 | 2025-01-08T17:47:26.011Z | Compiling float-ord v0.3.2 |
2160 | 2025-01-08T17:47:26.108Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2161 | 2025-01-08T17:47:26.133Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2162 | 2025-01-08T17:47:26.179Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2163 | 2025-01-08T17:47:26.422Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2164 | 2025-01-08T17:47:26.725Z | Compiling highway v1.2.0 |
2165 | 2025-01-08T17:47:27.101Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2166 | 2025-01-08T17:47:27.740Z | Compiling semver v0.1.20 |
2167 | 2025-01-08T17:47:28.146Z | Compiling rustc_version v0.1.7 |
2168 | 2025-01-08T17:47:28.341Z | Compiling tungstenite v0.21.0 |
2169 | 2025-01-08T17:47:28.573Z | Compiling newtype_derive v0.1.6 |
2170 | 2025-01-08T17:47:28.883Z | Compiling ipnetwork v0.20.0 |
2171 | 2025-01-08T17:47:29.691Z | Compiling tokio-tungstenite v0.21.0 |
2172 | 2025-01-08T17:47:30.379Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2173 | 2025-01-08T17:47:31.076Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2174 | 2025-01-08T17:47:31.079Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2175 | 2025-01-08T17:47:33.613Z | Compiling humantime v2.1.0 |
2176 | 2025-01-08T17:47:34.121Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2177 | 2025-01-08T17:47:34.460Z | Compiling dropshot v0.13.0 |
2178 | 2025-01-08T17:47:34.539Z | Compiling instant v0.1.13 |
2179 | 2025-01-08T17:47:34.707Z | Compiling backoff v0.4.0 |
2180 | 2025-01-08T17:47:35.037Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2181 | 2025-01-08T17:47:35.112Z | Compiling steno v0.4.1 |
2182 | 2025-01-08T17:47:35.474Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2183 | 2025-01-08T17:47:35.477Z | Compiling parse-display v0.10.0 |
2184 | 2025-01-08T17:47:36.077Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2185 | 2025-01-08T17:47:36.282Z | Compiling strum v0.26.3 |
2186 | 2025-01-08T17:47:36.465Z | Compiling serde_with v3.11.0 |
2187 | 2025-01-08T17:47:40.551Z | Compiling regress v0.9.1 |
2188 | 2025-01-08T17:47:40.683Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2189 | 2025-01-08T17:47:43.306Z | Compiling macaddr v1.0.1 |
2190 | 2025-01-08T17:47:43.476Z | Compiling slog-dtrace v0.3.0 |
2191 | 2025-01-08T17:47:43.762Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2192 | 2025-01-08T17:47:43.854Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2193 | 2025-01-08T17:47:45.509Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2194 | 2025-01-08T17:47:45.813Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2195 | 2025-01-08T17:47:46.274Z | Compiling prettyplease v0.2.25 |
2196 | 2025-01-08T17:47:46.338Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2197 | 2025-01-08T17:47:46.599Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2198 | 2025-01-08T17:47:47.379Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2199 | 2025-01-08T17:47:50.211Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2200 | 2025-01-08T17:47:50.794Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2201 | 2025-01-08T17:47:56.985Z | Compiling half v2.4.1 |
2202 | 2025-01-08T17:47:57.663Z | Compiling ciborium-io v0.2.2 |
2203 | 2025-01-08T17:47:57.820Z | Compiling ciborium-ll v0.2.2 |
2204 | 2025-01-08T17:48:01.620Z | Compiling ciborium v0.2.2 |
2205 | 2025-01-08T17:48:04.090Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2206 | 2025-01-08T17:48:04.489Z | Compiling fastrand v2.1.1 |
2207 | 2025-01-08T17:48:05.005Z | Compiling same-file v1.0.6 |
2208 | 2025-01-08T17:48:05.251Z | Compiling display-error-chain v0.2.2 |
2209 | 2025-01-08T17:48:05.315Z | Compiling walkdir v2.5.0 |
2210 | 2025-01-08T17:48:05.478Z | Compiling tempfile v3.13.0 |
2211 | 2025-01-08T17:48:05.513Z | Compiling blake3 v1.5.4 |
2212 | 2025-01-08T17:48:05.713Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2213 | 2025-01-08T17:48:05.986Z | Compiling xattr v1.3.1 |
2214 | 2025-01-08T17:48:06.167Z | Compiling memmap2 v0.9.5 |
2215 | 2025-01-08T17:48:06.228Z | Compiling filetime v0.2.25 |
2216 | 2025-01-08T17:48:06.259Z | Compiling keccak v0.1.5 |
2217 | 2025-01-08T17:48:06.531Z | Compiling constant_time_eq v0.3.1 |
2218 | 2025-01-08T17:48:06.595Z | Compiling arrayref v0.3.9 |
2219 | 2025-01-08T17:48:06.701Z | Compiling arrayvec v0.7.6 |
2220 | 2025-01-08T17:48:06.719Z | Compiling sha3 v0.10.8 |
2221 | 2025-01-08T17:48:07.280Z | Compiling tar v0.4.42 |
2222 | 2025-01-08T17:48:07.381Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2223 | 2025-01-08T17:48:07.614Z | Compiling camino-tempfile v1.1.1 |
2224 | 2025-01-08T17:48:08.027Z | Compiling toolchain_find v0.4.0 |
2225 | 2025-01-08T17:48:08.272Z | Compiling const_format_proc_macros v0.2.33 |
2226 | 2025-01-08T17:48:08.622Z | Compiling topological-sort v0.2.2 |
2227 | 2025-01-08T17:48:08.863Z | Compiling maplit v1.0.2 |
2228 | 2025-01-08T17:48:08.998Z | Compiling crunchy v0.2.2 |
2229 | 2025-01-08T17:48:09.285Z | Compiling radium v0.7.0 |
2230 | 2025-01-08T17:48:09.492Z | Compiling omicron-zone-package v0.12.0 |
2231 | 2025-01-08T17:48:09.744Z | Compiling rustfmt-wrapper v0.2.1 |
2232 | 2025-01-08T17:48:09.767Z | Compiling maybe-uninit v2.0.0 |
2233 | 2025-01-08T17:48:10.036Z | Compiling tap v1.0.1 |
2234 | 2025-01-08T17:48:10.132Z | Compiling const_format v0.2.33 |
2235 | 2025-01-08T17:48:10.213Z | Compiling tiny-keccak v2.0.2 |
2236 | 2025-01-08T17:48:10.241Z | Compiling wyz v0.5.1 |
2237 | 2025-01-08T17:48:10.634Z | Compiling dsl_auto_type v0.1.2 |
2238 | 2025-01-08T17:48:10.744Z | Compiling phf_generator v0.11.2 |
2239 | 2025-01-08T17:48:10.872Z | Compiling scheduled-thread-pool v0.2.7 |
2240 | 2025-01-08T17:48:10.947Z | Compiling secrecy v0.8.0 |
2241 | 2025-01-08T17:48:11.246Z | Compiling async-recursion v1.1.1 |
2242 | 2025-01-08T17:48:11.394Z | Compiling diesel_table_macro_syntax v0.2.0 |
2243 | 2025-01-08T17:48:11.806Z | Compiling arc-swap v1.7.1 |
2244 | 2025-01-08T17:48:11.971Z | Compiling funty v2.0.0 |
2245 | 2025-01-08T17:48:12.130Z | Compiling packed_struct v0.10.1 |
2246 | 2025-01-08T17:48:12.219Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2247 | 2025-01-08T17:48:12.532Z | Compiling crc-catalog v2.4.0 |
2248 | 2025-01-08T17:48:12.562Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2249 | 2025-01-08T17:48:12.707Z | Compiling crc v3.2.1 |
2250 | 2025-01-08T17:48:12.745Z | Compiling slog-scope v4.4.0 |
2251 | 2025-01-08T17:48:12.770Z | Compiling diesel_derives v2.2.3 |
2252 | 2025-01-08T17:48:12.905Z | Compiling r2d2 v0.8.10 |
2253 | 2025-01-08T17:48:13.387Z | Compiling bitvec v1.0.1 |
2254 | 2025-01-08T17:48:13.581Z | Compiling phf_codegen v0.11.2 |
2255 | 2025-01-08T17:48:14.338Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2256 | 2025-01-08T17:48:14.361Z | Compiling ascii-canvas v3.0.0 |
2257 | 2025-01-08T17:48:14.654Z | Compiling universal-hash v0.5.1 |
2258 | 2025-01-08T17:48:14.836Z | Compiling packed_struct_codegen v0.10.1 |
2259 | 2025-01-08T17:48:14.913Z | Compiling thiserror-impl-no-std v2.0.2 |
2260 | 2025-01-08T17:48:15.534Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2261 | 2025-01-08T17:48:17.376Z | Compiling parse-zoneinfo v0.3.1 |
2262 | 2025-01-08T17:48:17.663Z | Compiling ena v0.14.3 |
2263 | 2025-01-08T17:48:18.114Z | Compiling indexmap v1.9.3 |
2264 | 2025-01-08T17:48:18.116Z | Compiling diff v0.1.13 |
2265 | 2025-01-08T17:48:18.493Z | Compiling opaque-debug v0.3.1 |
2266 | 2025-01-08T17:48:18.611Z | Compiling regex-syntax v0.6.29 |
2267 | 2025-01-08T17:48:18.683Z | Compiling nodrop v0.1.14 |
2268 | 2025-01-08T17:48:18.844Z | Compiling array-init v0.0.4 |
2269 | 2025-01-08T17:48:19.048Z | Compiling poly1305 v0.8.0 |
2270 | 2025-01-08T17:48:20.214Z | Compiling chrono-tz-build v0.4.0 |
2271 | 2025-01-08T17:48:21.397Z | Compiling thiserror-no-std v2.0.2 |
2272 | 2025-01-08T17:48:21.547Z | Compiling smallvec v0.6.14 |
2273 | 2025-01-08T17:48:22.091Z | Compiling slog-stdlog v4.1.1 |
2274 | 2025-01-08T17:48:22.938Z | Compiling lalrpop v0.19.12 |
2275 | 2025-01-08T17:48:24.735Z | Compiling diesel v2.2.6 |
2276 | 2025-01-08T17:48:24.831Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2277 | 2025-01-08T17:48:24.983Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2278 | 2025-01-08T17:48:25.282Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2279 | 2025-01-08T17:48:25.522Z | Compiling chacha20 v0.9.1 |
2280 | 2025-01-08T17:48:25.959Z | Compiling aead v0.5.2 |
2281 | 2025-01-08T17:48:26.007Z | Compiling vte_generate_state_changes v0.1.2 |
2282 | 2025-01-08T17:48:26.326Z | Compiling ref-cast v1.0.23 |
2283 | 2025-01-08T17:48:26.628Z | Compiling bitfield v0.14.0 |
2284 | 2025-01-08T17:48:26.784Z | Compiling termcolor v1.4.1 |
2285 | 2025-01-08T17:48:26.953Z | Compiling hashbrown v0.12.3 |
2286 | 2025-01-08T17:48:27.917Z | Compiling env_logger v0.10.2 |
2287 | 2025-01-08T17:48:29.610Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2288 | 2025-01-08T17:48:31.066Z | Compiling vte v0.11.1 |
2289 | 2025-01-08T17:48:32.589Z | Compiling chacha20poly1305 v0.10.1 |
2290 | 2025-01-08T17:48:32.898Z | Compiling slog-envlogger v2.2.0 |
2291 | 2025-01-08T17:48:35.676Z | Compiling serde-hex v0.1.0 |
2292 | 2025-01-08T17:48:40.926Z | Compiling vsss-rs v3.3.4 |
2293 | 2025-01-08T17:48:45.403Z | Compiling chrono-tz v0.10.0 |
2294 | 2025-01-08T17:48:46.098Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2295 | 2025-01-08T17:48:46.441Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2296 | 2025-01-08T17:48:46.736Z | Compiling ron v0.8.1 |
2297 | 2025-01-08T17:48:47.002Z | Compiling derive_builder_core v0.20.2 |
2298 | 2025-01-08T17:48:49.114Z | Compiling hashbrown v0.13.2 |
2299 | 2025-01-08T17:48:49.266Z | Compiling polar-core v0.27.3 |
2300 | 2025-01-08T17:48:50.496Z | Compiling headers-core v0.3.0 |
2301 | 2025-01-08T17:48:50.524Z | Compiling fxhash v0.2.1 |
2302 | 2025-01-08T17:48:50.667Z | Compiling libxml v0.3.3 |
2303 | 2025-01-08T17:48:50.756Z | Compiling ref-cast-impl v1.0.23 |
2304 | 2025-01-08T17:48:51.053Z | Compiling bytecount v0.6.8 |
2305 | 2025-01-08T17:48:51.410Z | Compiling lockfree-object-pool v0.1.6 |
2306 | 2025-01-08T17:48:51.701Z | Compiling bumpalo v3.16.0 |
2307 | 2025-01-08T17:48:51.887Z | Compiling crc-any v2.5.0 |
2308 | 2025-01-08T17:48:52.318Z | Compiling simd-adler32 v0.3.7 |
2309 | 2025-01-08T17:48:52.557Z | Compiling zip v2.1.3 |
2310 | 2025-01-08T17:48:52.878Z | Compiling zopfli v0.8.1 |
2311 | 2025-01-08T17:48:52.930Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2312 | 2025-01-08T17:48:53.671Z | Compiling papergrid v0.11.0 |
2313 | 2025-01-08T17:48:57.238Z | Compiling headers v0.4.0 |
2314 | 2025-01-08T17:49:02.733Z | Compiling object v0.30.4 |
2315 | 2025-01-08T17:49:03.118Z | Compiling derive_builder_macro v0.20.2 |
2316 | 2025-01-08T17:49:03.964Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2317 | 2025-01-08T17:49:06.876Z | Compiling strip-ansi-escapes v0.2.0 |
2318 | 2025-01-08T17:49:07.621Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2319 | 2025-01-08T17:49:07.794Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2320 | 2025-01-08T17:49:08.081Z | Compiling tabled_derive v0.7.0 |
2321 | 2025-01-08T17:49:10.143Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2322 | 2025-01-08T17:49:10.770Z | Compiling fd-lock v4.0.2 |
2323 | 2025-01-08T17:49:11.018Z | Compiling peg-macros v0.8.4 |
2324 | 2025-01-08T17:49:11.039Z | Compiling strum_macros v0.24.3 |
2325 | 2025-01-08T17:49:12.421Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2326 | 2025-01-08T17:49:13.482Z | Compiling kstat-rs v0.2.4 |
2327 | 2025-01-08T17:49:14.346Z | Compiling samael v0.0.17 |
2328 | 2025-01-08T17:49:14.416Z | Compiling unicase v2.7.0 |
2329 | 2025-01-08T17:49:14.496Z | Compiling path-slash v0.1.5 |
2330 | 2025-01-08T17:49:14.724Z | Compiling nu-ansi-term v0.50.1 |
2331 | 2025-01-08T17:49:14.727Z | Compiling indoc v1.0.9 |
2332 | 2025-01-08T17:49:14.811Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2333 | 2025-01-08T17:49:15.745Z | Compiling reedline v0.35.0 |
2334 | 2025-01-08T17:49:15.907Z | Compiling peg v0.8.4 |
2335 | 2025-01-08T17:49:16.042Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2336 | 2025-01-08T17:49:19.766Z | Compiling tabled v0.15.0 |
2337 | 2025-01-08T17:49:20.699Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2338 | 2025-01-08T17:49:30.383Z | Compiling derive_builder v0.20.2 |
2339 | 2025-01-08T17:49:35.400Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2340 | 2025-01-08T17:49:35.949Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2341 | 2025-01-08T17:49:38.897Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2342 | 2025-01-08T17:49:39.194Z | Compiling pem v3.0.4 |
2343 | 2025-01-08T17:49:39.213Z | Compiling bcs v0.1.6 |
2344 | 2025-01-08T17:49:39.805Z | Compiling oso-derive v0.27.3 |
2345 | 2025-01-08T17:49:40.070Z | Compiling impl-trait-for-tuples v0.2.2 |
2346 | 2025-01-08T17:49:40.628Z | Compiling libz-sys v1.1.20 |
2347 | 2025-01-08T17:49:40.785Z | Compiling quick-xml v0.33.0 |
2348 | 2025-01-08T17:49:41.276Z | Compiling diesel-dtrace v0.4.2 |
2349 | 2025-01-08T17:49:41.596Z | Compiling parking_lot_core v0.8.6 |
2350 | 2025-01-08T17:49:46.852Z | Compiling oso v0.27.3 |
2351 | 2025-01-08T17:49:47.185Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2352 | 2025-01-08T17:49:48.715Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2353 | 2025-01-08T17:49:54.042Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2354 | 2025-01-08T17:49:57.193Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2355 | 2025-01-08T17:49:57.493Z | Compiling bb8 v0.8.5 |
2356 | 2025-01-08T17:49:58.112Z | Compiling buf-list v1.0.3 |
2357 | 2025-01-08T17:49:58.782Z | Compiling async-bb8-diesel v0.2.1 |
2358 | 2025-01-08T17:50:01.230Z | Compiling nibble_vec v0.1.0 |
2359 | 2025-01-08T17:50:01.483Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2360 | 2025-01-08T17:50:02.286Z | Compiling pin-project-internal v1.1.6 |
2361 | 2025-01-08T17:50:04.366Z | Compiling atty v0.2.14 |
2362 | 2025-01-08T17:50:04.545Z | Compiling salty v0.3.0 |
2363 | 2025-01-08T17:50:04.993Z | Compiling endian-type v0.1.2 |
2364 | 2025-01-08T17:50:05.158Z | Compiling pin-project v1.1.6 |
2365 | 2025-01-08T17:50:05.257Z | Compiling radix_trie v0.2.1 |
2366 | 2025-01-08T17:50:06.435Z | Compiling parking_lot v0.11.2 |
2367 | 2025-01-08T17:50:09.525Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2368 | 2025-01-08T17:50:15.990Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2369 | 2025-01-08T17:50:20.743Z | Compiling snafu-derive v0.8.5 |
2370 | 2025-01-08T17:50:23.029Z | Compiling sled v0.34.7 |
2371 | 2025-01-08T17:50:25.519Z | Compiling snafu v0.8.5 |
2372 | 2025-01-08T17:50:26.794Z | Compiling mime_guess v2.0.5 |
2373 | 2025-01-08T17:50:27.934Z | Compiling hickory-client v0.24.1 |
2374 | 2025-01-08T17:50:34.097Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2375 | 2025-01-08T17:50:35.322Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2376 | 2025-01-08T17:50:36.341Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2377 | 2025-01-08T17:50:36.361Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2378 | 2025-01-08T17:50:36.617Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2379 | 2025-01-08T17:50:38.177Z | Compiling globset v0.4.15 |
2380 | 2025-01-08T17:50:41.182Z | Compiling hickory-server v0.24.1 |
2381 | 2025-01-08T17:50:45.512Z | Compiling primeorder v0.13.6 |
2382 | 2025-01-08T17:50:46.964Z | Compiling olpc-cjson v0.1.4 |
2383 | 2025-01-08T17:50:47.327Z | Compiling vergen v8.3.2 |
2384 | 2025-01-08T17:50:47.644Z | Compiling castaway v0.2.3 |
2385 | 2025-01-08T17:50:47.850Z | Compiling env_filter v0.1.2 |
2386 | 2025-01-08T17:50:49.329Z | Compiling serde_plain v1.0.2 |
2387 | 2025-01-08T17:50:49.781Z | Compiling cargo-platform v0.1.8 |
2388 | 2025-01-08T17:50:50.284Z | Compiling nanorand v0.7.0 |
2389 | 2025-01-08T17:50:52.474Z | Compiling memoffset v0.9.1 |
2390 | 2025-01-08T17:50:52.816Z | Compiling typed-path v0.9.3 |
2391 | 2025-01-08T17:50:53.202Z | Compiling flume v0.11.1 |
2392 | 2025-01-08T17:50:53.977Z | Compiling cargo_metadata v0.18.1 |
2393 | 2025-01-08T17:50:56.076Z | Compiling git2 v0.19.0 |
2394 | 2025-01-08T17:50:56.934Z | Compiling tough v0.19.0 |
2395 | 2025-01-08T17:50:57.331Z | Compiling env_logger v0.11.5 |
2396 | 2025-01-08T17:50:57.652Z | Compiling compact_str v0.8.0 |
2397 | 2025-01-08T17:50:58.854Z | Compiling p384 v0.13.0 |
2398 | 2025-01-08T17:51:00.294Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2399 | 2025-01-08T17:51:00.401Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2400 | 2025-01-08T17:51:05.073Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2401 | 2025-01-08T17:51:06.210Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2402 | 2025-01-08T17:51:07.495Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2403 | 2025-01-08T17:51:10.532Z | Compiling unicode-truncate v1.1.0 |
2404 | 2025-01-08T17:51:10.836Z | Compiling lru v0.12.5 |
2405 | 2025-01-08T17:51:11.234Z | Compiling rand_seeder v0.3.0 |
2406 | 2025-01-08T17:51:11.651Z | Compiling libsqlite3-sys v0.30.1 |
2407 | 2025-01-08T17:51:12.191Z | Compiling lzma-sys v0.1.20 |
2408 | 2025-01-08T17:51:12.893Z | Compiling instability v0.3.2 |
2409 | 2025-01-08T17:51:13.908Z | Compiling parse-size v1.1.0 |
2410 | 2025-01-08T17:51:14.227Z | Compiling cassowary v0.3.0 |
2411 | 2025-01-08T17:51:14.420Z | Compiling cfg_aliases v0.2.1 |
2412 | 2025-01-08T17:51:14.545Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2413 | 2025-01-08T17:51:14.720Z | Compiling rustls v0.21.12 |
2414 | 2025-01-08T17:51:14.849Z | Compiling http-range v0.1.5 |
2415 | 2025-01-08T17:51:15.075Z | Compiling ratatui v0.28.1 |
2416 | 2025-01-08T17:51:15.443Z | Compiling nix v0.29.0 |
2417 | 2025-01-08T17:51:16.321Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2418 | 2025-01-08T17:51:16.810Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2419 | 2025-01-08T17:51:17.791Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2420 | 2025-01-08T17:51:20.672Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2421 | 2025-01-08T17:51:23.696Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2422 | 2025-01-08T17:51:23.919Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2423 | 2025-01-08T17:51:24.237Z | Compiling rustls-webpki v0.101.7 |
2424 | 2025-01-08T17:51:24.528Z | Compiling sct v0.7.1 |
2425 | 2025-01-08T17:51:25.015Z | Compiling heck v0.3.3 |
2426 | 2025-01-08T17:51:25.405Z | Compiling csv-core v0.1.11 |
2427 | 2025-01-08T17:51:26.272Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2428 | 2025-01-08T17:51:26.597Z | Compiling glob v0.3.1 |
2429 | 2025-01-08T17:51:28.190Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2430 | 2025-01-08T17:51:28.550Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2431 | 2025-01-08T17:51:28.749Z | Compiling csv v1.3.0 |
2432 | 2025-01-08T17:51:30.941Z | Compiling zone_cfg_derive v0.1.2 |
2433 | 2025-01-08T17:51:31.959Z | Compiling nix v0.27.1 |
2434 | 2025-01-08T17:51:32.390Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2435 | 2025-01-08T17:51:33.661Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2436 | 2025-01-08T17:51:35.100Z | Compiling hyper-staticfile v0.10.1 |
2437 | 2025-01-08T17:51:35.821Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2438 | 2025-01-08T17:51:38.353Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2439 | 2025-01-08T17:51:38.377Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2440 | 2025-01-08T17:51:39.586Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2441 | 2025-01-08T17:51:40.336Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2442 | 2025-01-08T17:51:45.341Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2443 | 2025-01-08T17:51:45.684Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2444 | 2025-01-08T17:51:46.001Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2445 | 2025-01-08T17:51:46.303Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2446 | 2025-01-08T17:51:47.818Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2447 | 2025-01-08T17:51:49.714Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2448 | 2025-01-08T17:51:50.361Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2449 | 2025-01-08T17:51:50.728Z | Compiling hashlink v0.9.1 |
2450 | 2025-01-08T17:51:50.964Z | Compiling tungstenite v0.23.0 |
2451 | 2025-01-08T17:51:51.561Z | Compiling fallible-streaming-iterator v0.1.9 |
2452 | 2025-01-08T17:51:51.865Z | Compiling fallible-iterator v0.3.0 |
2453 | 2025-01-08T17:51:52.799Z | Compiling base64 v0.13.1 |
2454 | 2025-01-08T17:51:52.818Z | Compiling rusqlite v0.32.1 |
2455 | 2025-01-08T17:51:53.519Z | Compiling ron v0.7.1 |
2456 | 2025-01-08T17:51:53.570Z | Compiling tokio-tungstenite v0.23.1 |
2457 | 2025-01-08T17:51:54.208Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2458 | 2025-01-08T17:51:54.893Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2459 | 2025-01-08T17:51:56.968Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2460 | 2025-01-08T17:51:58.707Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2461 | 2025-01-08T17:51:59.019Z | Compiling xz2 v0.1.7 |
2462 | 2025-01-08T17:51:59.651Z | Compiling tokio-rustls v0.24.1 |
2463 | 2025-01-08T17:52:00.125Z | Compiling zone v0.1.8 |
2464 | 2025-01-08T17:52:03.671Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2465 | 2025-01-08T17:52:03.803Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2466 | 2025-01-08T17:52:12.556Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2467 | 2025-01-08T17:52:15.386Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2468 | 2025-01-08T17:52:17.531Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2469 | 2025-01-08T17:52:18.681Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2470 | 2025-01-08T17:52:18.954Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2471 | 2025-01-08T17:52:19.177Z | Compiling rustls-pemfile v1.0.4 |
2472 | 2025-01-08T17:52:19.956Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2473 | 2025-01-08T17:52:24.881Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2474 | 2025-01-08T17:52:25.067Z | Compiling signal-hook-tokio v0.3.1 |
2475 | 2025-01-08T17:52:25.303Z | Compiling twox-hash v1.6.3 |
2476 | 2025-01-08T17:52:26.092Z | Compiling yasna v0.5.2 |
2477 | 2025-01-08T17:52:26.396Z | Compiling smawk v0.3.2 |
2478 | 2025-01-08T17:52:26.705Z | Compiling unicode-linebreak v0.1.5 |
2479 | 2025-01-08T17:52:27.162Z | Compiling is_ci v1.2.0 |
2480 | 2025-01-08T17:52:27.265Z | Compiling rcgen v0.12.1 |
2481 | 2025-01-08T17:52:27.486Z | Compiling supports-color v3.0.1 |
2482 | 2025-01-08T17:52:27.915Z | Compiling textwrap v0.16.1 |
2483 | 2025-01-08T17:52:31.540Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2484 | 2025-01-08T17:52:37.274Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2485 | 2025-01-08T17:52:37.671Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2486 | 2025-01-08T17:52:39.746Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2487 | 2025-01-08T17:52:40.530Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2488 | 2025-01-08T17:52:53.781Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2489 | 2025-01-08T17:52:58.694Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2490 | 2025-01-08T17:52:58.993Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2491 | 2025-01-08T17:52:59.676Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2492 | 2025-01-08T17:53:12.068Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2493 | 2025-01-08T17:53:12.386Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2494 | 2025-01-08T17:53:15.722Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2495 | 2025-01-08T17:53:18.602Z | Compiling fatfs v0.3.6 |
2496 | 2025-01-08T17:53:19.288Z | Compiling rtoolbox v0.0.2 |
2497 | 2025-01-08T17:53:19.726Z | Compiling subprocess v0.2.9 |
2498 | 2025-01-08T17:53:21.476Z | Compiling assert_matches v1.5.0 |
2499 | 2025-01-08T17:53:22.452Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2500 | 2025-01-08T17:53:24.535Z | Compiling rpassword v7.3.1 |
2501 | 2025-01-08T17:53:25.014Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2502 | 2025-01-08T17:53:26.367Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2503 | 2025-01-08T17:53:30.363Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2504 | 2025-01-08T17:53:33.658Z | Compiling tui-tree-widget v0.22.0 |
2505 | 2025-01-08T17:53:34.156Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2506 | 2025-01-08T17:53:37.876Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2507 | 2025-01-08T17:53:38.199Z | Compiling uzers v0.12.1 |
2508 | 2025-01-08T17:53:41.450Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2509 | 2025-01-08T17:53:47.882Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2510 | 2025-01-08T17:53:50.078Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2511 | 2025-01-08T17:54:18.390Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2512 | 2025-01-08T17:54:20.648Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2513 | 2025-01-08T17:54:25.738Z | Compiling multimap v0.10.0 |
2514 | 2025-01-08T17:56:49.949Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2515 | 2025-01-08T17:57:05.477Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2516 | 2025-01-08T18:03:49.093Z | Finished `release` profile [optimized] target(s) in 16m 26s |
2517 | 2025-01-08T18:04:53.309Z | |
2518 | 2025-01-08T18:04:53.311Z | real 17:32.043146335 |
2519 | 2025-01-08T18:04:53.311Z | user 2:00:00.464699350 |
2520 | 2025-01-08T18:04:53.311Z | sys 5:48.239511408 |
2521 | 2025-01-08T18:04:53.311Z | trap 3.105786753 |
2522 | 2025-01-08T18:04:53.311Z | tflt 3.028155239 |
2523 | 2025-01-08T18:04:53.311Z | dflt 5.122565838 |
2524 | 2025-01-08T18:04:53.312Z | kflt 0.064671788 |
2525 | 2025-01-08T18:04:53.312Z | lock 7:28:29.453588676 |
2526 | 2025-01-08T18:04:53.312Z | slp 6:21:23.118782697 |
2527 | 2025-01-08T18:04:53.312Z | lat 2:57.415551560 |
2528 | 2025-01-08T18:04:53.312Z | stop 2:31.700251361 |
2529 | 2025-01-08T18:04:53.312Z | + mapfile -t packages |
2530 | 2025-01-08T18:04:53.312Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2531 | 2025-01-08T18:04:54.341Z | Finished `release` profile [optimized] target(s) in 0.97s |
2532 | 2025-01-08T18:04:54.408Z | Running `target/release/omicron-package -t test list-outputs` |
2533 | 2025-01-08T18:04:54.455Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2534 | 2025-01-08T18:04:54.457Z | + ptime -m cargo build --locked --release -p xtask |
2535 | 2025-01-08T18:04:55.017Z | Compiling serde v1.0.215 |
2536 | 2025-01-08T18:04:55.019Z | Compiling rustix v0.38.37 |
2537 | 2025-01-08T18:04:55.020Z | Compiling serde_json v1.0.133 |
2538 | 2025-01-08T18:04:55.020Z | Compiling libc v0.2.162 |
2539 | 2025-01-08T18:04:55.118Z | Compiling syn v2.0.87 |
2540 | 2025-01-08T18:04:55.147Z | Compiling bitflags v2.6.0 |
2541 | 2025-01-08T18:04:55.461Z | Compiling usdt-impl v0.5.0 |
2542 | 2025-01-08T18:04:55.501Z | Compiling syn v1.0.109 |
2543 | 2025-01-08T18:04:55.606Z | Compiling log v0.4.22 |
2544 | 2025-01-08T18:04:55.624Z | Compiling hashbrown v0.15.1 |
2545 | 2025-01-08T18:04:55.707Z | Compiling fs-err v2.11.0 |
2546 | 2025-01-08T18:04:56.008Z | Compiling anyhow v1.0.93 |
2547 | 2025-01-08T18:04:56.057Z | Compiling once_cell v1.20.2 |
2548 | 2025-01-08T18:04:56.538Z | Compiling thread-id v4.2.2 |
2549 | 2025-01-08T18:04:56.986Z | Compiling indexmap v2.6.0 |
2550 | 2025-01-08T18:04:58.079Z | Compiling terminal_size v0.4.0 |
2551 | 2025-01-08T18:04:58.080Z | Compiling tempfile v3.13.0 |
2552 | 2025-01-08T18:04:58.350Z | Compiling clap_builder v4.5.21 |
2553 | 2025-01-08T18:04:58.887Z | Compiling proc-macro-error v1.0.4 |
2554 | 2025-01-08T18:05:00.313Z | Compiling tabled_derive v0.7.0 |
2555 | 2025-01-08T18:05:01.603Z | Compiling tabled v0.15.0 |
2556 | 2025-01-08T18:05:03.099Z | Compiling serde_derive v1.0.215 |
2557 | 2025-01-08T18:05:04.211Z | Compiling thiserror-impl v1.0.69 |
2558 | 2025-01-08T18:05:04.289Z | Compiling zerocopy-derive v0.7.35 |
2559 | 2025-01-08T18:05:04.398Z | Compiling scroll_derive v0.12.0 |
2560 | 2025-01-08T18:05:04.432Z | Compiling clap_derive v4.5.18 |
2561 | 2025-01-08T18:05:05.841Z | Compiling scroll v0.12.0 |
2562 | 2025-01-08T18:05:06.297Z | Compiling zerocopy v0.7.35 |
2563 | 2025-01-08T18:05:06.519Z | Compiling goblin v0.8.2 |
2564 | 2025-01-08T18:05:07.149Z | Compiling thiserror v1.0.69 |
2565 | 2025-01-08T18:05:07.323Z | Compiling pest v2.7.14 |
2566 | 2025-01-08T18:05:10.324Z | Compiling pest_meta v2.7.14 |
2567 | 2025-01-08T18:05:12.010Z | Compiling pest_generator v2.7.14 |
2568 | 2025-01-08T18:05:13.900Z | Compiling clap v4.5.21 |
2569 | 2025-01-08T18:05:14.503Z | Compiling pest_derive v2.7.14 |
2570 | 2025-01-08T18:05:15.267Z | Compiling dtrace-parser v0.2.0 |
2571 | 2025-01-08T18:05:17.344Z | Compiling toml_datetime v0.6.8 |
2572 | 2025-01-08T18:05:17.530Z | Compiling serde_spanned v0.6.8 |
2573 | 2025-01-08T18:05:17.836Z | Compiling serde_tokenstream v0.2.2 |
2574 | 2025-01-08T18:05:18.084Z | Compiling toml_edit v0.22.22 |
2575 | 2025-01-08T18:05:18.457Z | Compiling camino v1.1.9 |
2576 | 2025-01-08T18:05:19.826Z | Compiling dof v0.3.0 |
2577 | 2025-01-08T18:05:22.204Z | Compiling usdt-attr-macro v0.5.0 |
2578 | 2025-01-08T18:05:23.644Z | Compiling usdt-macro v0.5.0 |
2579 | 2025-01-08T18:05:24.893Z | Compiling toml v0.8.19 |
2580 | 2025-01-08T18:05:25.831Z | Compiling cargo-platform v0.1.8 |
2581 | 2025-01-08T18:05:26.939Z | Compiling semver v1.0.23 |
2582 | 2025-01-08T18:05:27.877Z | Compiling cargo_metadata v0.18.1 |
2583 | 2025-01-08T18:05:28.434Z | Compiling cargo_toml v0.20.5 |
2584 | 2025-01-08T18:05:29.772Z | Compiling usdt v0.5.0 |
2585 | 2025-01-08T18:05:31.245Z | Compiling camino-tempfile v1.1.1 |
2586 | 2025-01-08T18:05:31.690Z | Compiling macaddr v1.0.1 |
2587 | 2025-01-08T18:05:39.927Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2588 | 2025-01-08T18:05:51.131Z | Finished `release` profile [optimized] target(s) in 56.63s |
2589 | 2025-01-08T18:05:51.234Z | |
2590 | 2025-01-08T18:05:51.234Z | real 56.763370296 |
2591 | 2025-01-08T18:05:51.234Z | user 5:45.139699391 |
2592 | 2025-01-08T18:05:51.234Z | sys 31.588160632 |
2593 | 2025-01-08T18:05:51.234Z | trap 0.152413160 |
2594 | 2025-01-08T18:05:51.234Z | tflt 0.376169779 |
2595 | 2025-01-08T18:05:51.234Z | dflt 0.536607862 |
2596 | 2025-01-08T18:05:51.234Z | kflt 0.000000000 |
2597 | 2025-01-08T18:05:51.236Z | lock 11:14.701606539 |
2598 | 2025-01-08T18:05:51.236Z | slp 16:46.139911580 |
2599 | 2025-01-08T18:05:51.236Z | lat 12.731095134 |
2600 | 2025-01-08T18:05:51.236Z | stop 17.673416590 |
2601 | 2025-01-08T18:05:51.236Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2602 | 2025-01-08T18:05:51.236Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2603 | 2025-01-08T18:05:51.236Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2604 | 2025-01-08T18:05:51.237Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2605 | 2025-01-08T18:05:51.237Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2606 | 2025-01-08T18:05:52.105Z | Compiling hashbrown v0.14.5 |
2607 | 2025-01-08T18:05:52.233Z | Compiling ident_case v1.0.1 |
2608 | 2025-01-08T18:05:52.245Z | Compiling unsafe-libyaml v0.2.11 |
2609 | 2025-01-08T18:05:52.245Z | Compiling progenitor-client v0.8.0 |
2610 | 2025-01-08T18:05:52.248Z | Compiling ipnetwork v0.20.0 |
2611 | 2025-01-08T18:05:52.248Z | Compiling macaddr v1.0.1 |
2612 | 2025-01-08T18:05:52.248Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2613 | 2025-01-08T18:05:52.248Z | Compiling instant v0.1.13 |
2614 | 2025-01-08T18:05:52.376Z | Compiling darling_core v0.20.10 |
2615 | 2025-01-08T18:05:52.449Z | Compiling structmeta-derive v0.3.0 |
2616 | 2025-01-08T18:05:52.728Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2617 | 2025-01-08T18:05:52.748Z | Compiling dropshot v0.13.0 |
2618 | 2025-01-08T18:05:52.764Z | Compiling dropshot_endpoint v0.13.0 |
2619 | 2025-01-08T18:05:53.149Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2620 | 2025-01-08T18:05:53.232Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2621 | 2025-01-08T18:05:53.548Z | Compiling regress v0.10.1 |
2622 | 2025-01-08T18:05:53.567Z | Compiling serde_yaml v0.9.34+deprecated |
2623 | 2025-01-08T18:05:54.033Z | Compiling regress v0.9.1 |
2624 | 2025-01-08T18:05:54.201Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2625 | 2025-01-08T18:05:54.408Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2626 | 2025-01-08T18:05:54.411Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2627 | 2025-01-08T18:05:55.172Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2628 | 2025-01-08T18:05:55.422Z | Compiling structmeta v0.3.0 |
2629 | 2025-01-08T18:05:55.466Z | Compiling backoff v0.4.0 |
2630 | 2025-01-08T18:05:55.660Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2631 | 2025-01-08T18:05:55.825Z | Compiling tempfile v3.13.0 |
2632 | 2025-01-08T18:05:55.845Z | Compiling proc-macro-crate v1.3.1 |
2633 | 2025-01-08T18:05:55.866Z | Compiling parse-display-derive v0.10.0 |
2634 | 2025-01-08T18:05:56.741Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2635 | 2025-01-08T18:05:56.992Z | Compiling num_enum_derive v0.5.11 |
2636 | 2025-01-08T18:05:57.134Z | Compiling itertools v0.13.0 |
2637 | 2025-01-08T18:05:57.671Z | Compiling typify-impl v0.2.0 |
2638 | 2025-01-08T18:05:58.668Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2639 | 2025-01-08T18:05:58.975Z | Compiling zerocopy v0.8.10 |
2640 | 2025-01-08T18:05:59.492Z | Compiling darling_macro v0.20.10 |
2641 | 2025-01-08T18:05:59.520Z | Compiling zerocopy-derive v0.8.10 |
2642 | 2025-01-08T18:05:59.731Z | Compiling num_enum v0.5.11 |
2643 | 2025-01-08T18:05:59.910Z | Compiling foreign-types-macros v0.2.3 |
2644 | 2025-01-08T18:05:59.966Z | Compiling foreign-types-shared v0.3.1 |
2645 | 2025-01-08T18:06:00.107Z | Compiling crucible-workspace-hack v0.1.0 |
2646 | 2025-01-08T18:06:00.396Z | Compiling heapless v0.8.0 |
2647 | 2025-01-08T18:06:00.463Z | Compiling darling v0.20.10 |
2648 | 2025-01-08T18:06:00.516Z | Compiling proc-macro-error v1.0.4 |
2649 | 2025-01-08T18:06:00.599Z | Compiling serde_with_macros v3.11.0 |
2650 | 2025-01-08T18:06:00.616Z | Compiling parse-display v0.10.0 |
2651 | 2025-01-08T18:06:01.230Z | Compiling foreign-types v0.5.0 |
2652 | 2025-01-08T18:06:01.256Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2653 | 2025-01-08T18:06:01.354Z | Compiling camino-tempfile v1.1.1 |
2654 | 2025-01-08T18:06:01.476Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2655 | 2025-01-08T18:06:01.513Z | Compiling hash32 v0.3.1 |
2656 | 2025-01-08T18:06:01.774Z | Compiling cstr-argument v0.1.2 |
2657 | 2025-01-08T18:06:01.818Z | Compiling smoltcp v0.11.0 |
2658 | 2025-01-08T18:06:02.049Z | Compiling pretty-hex v0.2.1 |
2659 | 2025-01-08T18:06:02.255Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2660 | 2025-01-08T18:06:02.329Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2661 | 2025-01-08T18:06:02.526Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2662 | 2025-01-08T18:06:02.749Z | Compiling tabwriter v1.4.0 |
2663 | 2025-01-08T18:06:03.236Z | Compiling colored v2.1.0 |
2664 | 2025-01-08T18:06:03.331Z | Compiling cobs v0.2.3 |
2665 | 2025-01-08T18:06:03.503Z | Compiling serde_with v3.11.0 |
2666 | 2025-01-08T18:06:03.690Z | Compiling postcard v1.0.10 |
2667 | 2025-01-08T18:06:04.061Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2668 | 2025-01-08T18:06:04.374Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2669 | 2025-01-08T18:06:04.476Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2670 | 2025-01-08T18:06:04.561Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2671 | 2025-01-08T18:06:04.854Z | Compiling thiserror v2.0.3 |
2672 | 2025-01-08T18:06:05.495Z | Compiling smf v0.2.3 |
2673 | 2025-01-08T18:06:05.901Z | Compiling thiserror-impl v2.0.3 |
2674 | 2025-01-08T18:06:06.246Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2675 | 2025-01-08T18:06:06.959Z | Compiling zone_cfg_derive v0.3.0 |
2676 | 2025-01-08T18:06:07.550Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2677 | 2025-01-08T18:06:07.670Z | Compiling num-derive v0.4.2 |
2678 | 2025-01-08T18:06:08.091Z | Compiling sigpipe v0.1.3 |
2679 | 2025-01-08T18:06:08.226Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2680 | 2025-01-08T18:06:08.485Z | Compiling zone v0.3.0 |
2681 | 2025-01-08T18:06:08.552Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2682 | 2025-01-08T18:06:08.579Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2683 | 2025-01-08T18:06:08.729Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2684 | 2025-01-08T18:06:09.209Z | Compiling universal-hash v0.5.1 |
2685 | 2025-01-08T18:06:09.413Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2686 | 2025-01-08T18:06:09.434Z | Compiling opaque-debug v0.3.1 |
2687 | 2025-01-08T18:06:09.546Z | Compiling tungstenite v0.21.0 |
2688 | 2025-01-08T18:06:09.677Z | Compiling num-rational v0.4.2 |
2689 | 2025-01-08T18:06:09.825Z | Compiling password-hash v0.5.0 |
2690 | 2025-01-08T18:06:10.083Z | Compiling num-complex v0.4.6 |
2691 | 2025-01-08T18:06:10.119Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2692 | 2025-01-08T18:06:10.892Z | Compiling blake2 v0.10.6 |
2693 | 2025-01-08T18:06:10.917Z | Compiling aead v0.5.2 |
2694 | 2025-01-08T18:06:11.041Z | Compiling base64 v0.21.7 |
2695 | 2025-01-08T18:06:11.219Z | Compiling convert_case v0.4.0 |
2696 | 2025-01-08T18:06:11.318Z | Compiling keccak v0.1.5 |
2697 | 2025-01-08T18:06:11.481Z | Compiling argon2 v0.5.3 |
2698 | 2025-01-08T18:06:11.767Z | Compiling sha3 v0.10.8 |
2699 | 2025-01-08T18:06:11.806Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2700 | 2025-01-08T18:06:12.188Z | Compiling num v0.4.3 |
2701 | 2025-01-08T18:06:12.206Z | Compiling tokio-tungstenite v0.21.0 |
2702 | 2025-01-08T18:06:12.239Z | Compiling derive_more v0.99.18 |
2703 | 2025-01-08T18:06:12.302Z | Compiling poly1305 v0.8.0 |
2704 | 2025-01-08T18:06:12.342Z | Compiling chacha20 v0.9.1 |
2705 | 2025-01-08T18:06:12.815Z | Compiling float-ord v0.3.2 |
2706 | 2025-01-08T18:06:12.862Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2707 | 2025-01-08T18:06:12.883Z | Compiling semver v0.1.20 |
2708 | 2025-01-08T18:06:13.008Z | Compiling same-file v1.0.6 |
2709 | 2025-01-08T18:06:13.342Z | Compiling rustc_version v0.1.7 |
2710 | 2025-01-08T18:06:13.597Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2711 | 2025-01-08T18:06:13.615Z | Compiling walkdir v2.5.0 |
2712 | 2025-01-08T18:06:13.888Z | Compiling newline-converter v0.3.0 |
2713 | 2025-01-08T18:06:13.906Z | Compiling primeorder v0.13.6 |
2714 | 2025-01-08T18:06:14.067Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2715 | 2025-01-08T18:06:14.100Z | Compiling secrecy v0.8.0 |
2716 | 2025-01-08T18:06:14.391Z | Compiling cancel-safe-futures v0.1.5 |
2717 | 2025-01-08T18:06:14.411Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2718 | 2025-01-08T18:06:14.437Z | Compiling owo-colors v4.1.0 |
2719 | 2025-01-08T18:06:14.439Z | Compiling expectorate v1.1.0 |
2720 | 2025-01-08T18:06:14.661Z | Compiling newtype_derive v0.1.6 |
2721 | 2025-01-08T18:06:14.747Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2722 | 2025-01-08T18:06:14.782Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2723 | 2025-01-08T18:06:14.811Z | Compiling thiserror-impl-no-std v2.0.2 |
2724 | 2025-01-08T18:06:14.980Z | Compiling blake3 v1.5.4 |
2725 | 2025-01-08T18:06:15.139Z | Compiling unicase v2.7.0 |
2726 | 2025-01-08T18:06:15.340Z | Compiling half v2.4.1 |
2727 | 2025-01-08T18:06:15.469Z | Compiling arc-swap v1.7.1 |
2728 | 2025-01-08T18:06:15.688Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2729 | 2025-01-08T18:06:15.940Z | Compiling ciborium-io v0.2.2 |
2730 | 2025-01-08T18:06:15.943Z | Compiling slog-scope v4.4.0 |
2731 | 2025-01-08T18:06:16.094Z | Compiling ciborium-ll v0.2.2 |
2732 | 2025-01-08T18:06:16.335Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2733 | 2025-01-08T18:06:16.480Z | Compiling typify-macro v0.2.0 |
2734 | 2025-01-08T18:06:16.508Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2735 | 2025-01-08T18:06:16.812Z | Compiling polyval v0.6.2 |
2736 | 2025-01-08T18:06:17.143Z | Compiling atomicwrites v0.4.4 |
2737 | 2025-01-08T18:06:17.206Z | Compiling libsw v3.3.1 |
2738 | 2025-01-08T18:06:17.288Z | Compiling memmap2 v0.9.5 |
2739 | 2025-01-08T18:06:17.506Z | Compiling constant_time_eq v0.3.1 |
2740 | 2025-01-08T18:06:17.537Z | Compiling arrayref v0.3.9 |
2741 | 2025-01-08T18:06:17.656Z | Compiling parking_lot_core v0.8.6 |
2742 | 2025-01-08T18:06:17.718Z | Compiling libefi-sys v0.1.0 |
2743 | 2025-01-08T18:06:17.751Z | Compiling arrayvec v0.7.6 |
2744 | 2025-01-08T18:06:18.002Z | Compiling salty v0.3.0 |
2745 | 2025-01-08T18:06:18.005Z | Compiling thiserror-no-std v2.0.2 |
2746 | 2025-01-08T18:06:18.161Z | Compiling indent_write v2.2.0 |
2747 | 2025-01-08T18:06:18.182Z | Compiling linear-map v1.2.0 |
2748 | 2025-01-08T18:06:18.405Z | Compiling vsss-rs v3.3.4 |
2749 | 2025-01-08T18:06:18.520Z | Compiling ghash v0.5.1 |
2750 | 2025-01-08T18:06:18.737Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2751 | 2025-01-08T18:06:18.757Z | Compiling ciborium v0.2.2 |
2752 | 2025-01-08T18:06:19.477Z | Compiling slog-stdlog v4.1.1 |
2753 | 2025-01-08T18:06:19.834Z | Compiling p384 v0.13.0 |
2754 | 2025-01-08T18:06:19.892Z | Compiling toolchain_find v0.4.0 |
2755 | 2025-01-08T18:06:20.175Z | Compiling chacha20poly1305 v0.10.1 |
2756 | 2025-01-08T18:06:20.272Z | Compiling ctr v0.9.2 |
2757 | 2025-01-08T18:06:20.415Z | Compiling lzma-sys v0.1.20 |
2758 | 2025-01-08T18:06:20.630Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2759 | 2025-01-08T18:06:20.651Z | Compiling bitfield-struct v0.6.2 |
2760 | 2025-01-08T18:06:20.846Z | Compiling typify v0.2.0 |
2761 | 2025-01-08T18:06:21.020Z | Compiling progenitor-impl v0.8.0 |
2762 | 2025-01-08T18:06:21.047Z | Compiling slog-dtrace v0.3.0 |
2763 | 2025-01-08T18:06:21.155Z | Compiling highway v1.2.0 |
2764 | 2025-01-08T18:06:21.194Z | Compiling topological-sort v0.2.2 |
2765 | 2025-01-08T18:06:21.431Z | Compiling omicron-zone-package v0.12.0 |
2766 | 2025-01-08T18:06:21.452Z | Compiling aes-gcm v0.10.3 |
2767 | 2025-01-08T18:06:21.567Z | Compiling rustfmt-wrapper v0.2.1 |
2768 | 2025-01-08T18:06:21.766Z | Compiling slog-envlogger v2.2.0 |
2769 | 2025-01-08T18:06:21.961Z | Compiling mime_guess v2.0.5 |
2770 | 2025-01-08T18:06:22.119Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2771 | 2025-01-08T18:06:22.154Z | Compiling steno v0.4.1 |
2772 | 2025-01-08T18:06:22.983Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2773 | 2025-01-08T18:06:23.123Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2774 | 2025-01-08T18:06:23.315Z | Compiling heck v0.3.3 |
2775 | 2025-01-08T18:06:23.585Z | Compiling ssh-encoding v0.2.0 |
2776 | 2025-01-08T18:06:23.656Z | Compiling blowfish v0.9.1 |
2777 | 2025-01-08T18:06:23.695Z | Compiling nibble_vec v0.1.0 |
2778 | 2025-01-08T18:06:23.773Z | Compiling env_filter v0.1.2 |
2779 | 2025-01-08T18:06:23.928Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2780 | 2025-01-08T18:06:24.126Z | Compiling endian-type v0.1.2 |
2781 | 2025-01-08T18:06:24.144Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2782 | 2025-01-08T18:06:24.221Z | Compiling humantime v2.1.0 |
2783 | 2025-01-08T18:06:24.301Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2784 | 2025-01-08T18:06:24.359Z | Compiling radix_trie v0.2.1 |
2785 | 2025-01-08T18:06:24.443Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2786 | 2025-01-08T18:06:24.503Z | Compiling env_logger v0.11.5 |
2787 | 2025-01-08T18:06:24.566Z | Compiling ssh-cipher v0.2.0 |
2788 | 2025-01-08T18:06:24.770Z | Compiling bcrypt-pbkdf v0.10.0 |
2789 | 2025-01-08T18:06:25.104Z | Compiling zone_cfg_derive v0.1.2 |
2790 | 2025-01-08T18:06:25.422Z | Compiling parking_lot v0.11.2 |
2791 | 2025-01-08T18:06:25.424Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2792 | 2025-01-08T18:06:25.853Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2793 | 2025-01-08T18:06:26.359Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2794 | 2025-01-08T18:06:26.432Z | Compiling password-hash v0.4.2 |
2795 | 2025-01-08T18:06:26.536Z | Compiling gethostname v0.5.0 |
2796 | 2025-01-08T18:06:26.625Z | Compiling fxhash v0.2.1 |
2797 | 2025-01-08T18:06:26.733Z | Compiling base64 v0.13.1 |
2798 | 2025-01-08T18:06:26.784Z | Compiling zip v2.1.3 |
2799 | 2025-01-08T18:06:26.845Z | Compiling simd-adler32 v0.3.7 |
2800 | 2025-01-08T18:06:26.870Z | Compiling lockfree-object-pool v0.1.6 |
2801 | 2025-01-08T18:06:27.104Z | Compiling matches v0.1.10 |
2802 | 2025-01-08T18:06:27.171Z | Compiling bumpalo v3.16.0 |
2803 | 2025-01-08T18:06:27.217Z | Compiling http-range v0.1.5 |
2804 | 2025-01-08T18:06:27.335Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2805 | 2025-01-08T18:06:27.362Z | Compiling idna v0.2.3 |
2806 | 2025-01-08T18:06:27.433Z | Compiling ron v0.7.1 |
2807 | 2025-01-08T18:06:27.601Z | Compiling zopfli v0.8.1 |
2808 | 2025-01-08T18:06:27.688Z | Compiling pbkdf2 v0.11.0 |
2809 | 2025-01-08T18:06:27.707Z | Compiling sled v0.34.7 |
2810 | 2025-01-08T18:06:28.053Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2811 | 2025-01-08T18:06:28.569Z | Compiling zone v0.1.8 |
2812 | 2025-01-08T18:06:28.798Z | Compiling xz2 v0.1.7 |
2813 | 2025-01-08T18:06:29.096Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2814 | 2025-01-08T18:06:29.311Z | Compiling progenitor-macro v0.8.0 |
2815 | 2025-01-08T18:06:29.461Z | Compiling ssh-key v0.6.6 |
2816 | 2025-01-08T18:06:29.835Z | Compiling hickory-client v0.24.1 |
2817 | 2025-01-08T18:06:30.310Z | Compiling p256 v0.13.2 |
2818 | 2025-01-08T18:06:30.345Z | Compiling p521 v0.13.3 |
2819 | 2025-01-08T18:06:30.371Z | Compiling hickory-server v0.24.1 |
2820 | 2025-01-08T18:06:31.164Z | Compiling enum-as-inner v0.5.1 |
2821 | 2025-01-08T18:06:31.330Z | Compiling pem v3.0.4 |
2822 | 2025-01-08T18:06:32.200Z | Compiling yasna v0.5.2 |
2823 | 2025-01-08T18:06:32.246Z | Compiling headers-core v0.3.0 |
2824 | 2025-01-08T18:06:32.426Z | Compiling kstat-rs v0.2.4 |
2825 | 2025-01-08T18:06:32.728Z | Compiling nanorand v0.7.0 |
2826 | 2025-01-08T18:06:33.131Z | Compiling atty v0.2.14 |
2827 | 2025-01-08T18:06:33.295Z | Compiling russh-cryptovec v0.7.3 |
2828 | 2025-01-08T18:06:33.380Z | Compiling md5 v0.7.0 |
2829 | 2025-01-08T18:06:33.633Z | Compiling rcgen v0.12.1 |
2830 | 2025-01-08T18:06:33.911Z | Compiling russh-keys v0.45.0 |
2831 | 2025-01-08T18:06:33.949Z | Compiling flume v0.11.1 |
2832 | 2025-01-08T18:06:34.217Z | Compiling headers v0.4.0 |
2833 | 2025-01-08T18:06:34.551Z | Compiling trust-dns-proto v0.22.0 |
2834 | 2025-01-08T18:06:35.280Z | Compiling hyper-staticfile v0.10.1 |
2835 | 2025-01-08T18:06:36.234Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2836 | 2025-01-08T18:06:36.428Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2837 | 2025-01-08T18:06:36.857Z | Compiling num-bigint v0.4.6 |
2838 | 2025-01-08T18:06:36.970Z | Compiling des v0.8.1 |
2839 | 2025-01-08T18:06:37.158Z | Compiling subprocess v0.2.9 |
2840 | 2025-01-08T18:06:37.340Z | Compiling dhcproto-macros v0.1.0 |
2841 | 2025-01-08T18:06:38.204Z | Compiling display-error-chain v0.2.2 |
2842 | 2025-01-08T18:06:38.297Z | Compiling hex-literal v0.4.1 |
2843 | 2025-01-08T18:06:38.337Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2844 | 2025-01-08T18:06:38.413Z | Compiling internet-checksum v0.2.1 |
2845 | 2025-01-08T18:06:39.022Z | Compiling dhcproto v0.12.0 |
2846 | 2025-01-08T18:06:39.903Z | Compiling russh v0.45.0 |
2847 | 2025-01-08T18:06:42.399Z | Compiling progenitor v0.8.0 |
2848 | 2025-01-08T18:06:42.530Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2849 | 2025-01-08T18:06:42.533Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2850 | 2025-01-08T18:06:42.533Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2851 | 2025-01-08T18:06:42.533Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2852 | 2025-01-08T18:06:42.533Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2853 | 2025-01-08T18:06:42.533Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2854 | 2025-01-08T18:06:42.640Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2855 | 2025-01-08T18:06:44.041Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2856 | 2025-01-08T18:06:45.850Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2857 | 2025-01-08T18:06:46.705Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2858 | 2025-01-08T18:06:47.772Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2859 | 2025-01-08T18:06:48.378Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2860 | 2025-01-08T18:06:58.404Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2861 | 2025-01-08T18:06:58.407Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2862 | 2025-01-08T18:06:58.407Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2863 | 2025-01-08T18:06:58.407Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2864 | 2025-01-08T18:07:01.671Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2865 | 2025-01-08T18:07:01.787Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2866 | 2025-01-08T18:07:02.857Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2867 | 2025-01-08T18:07:03.364Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2868 | 2025-01-08T18:07:03.868Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2869 | 2025-01-08T18:07:06.565Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2870 | 2025-01-08T18:07:06.805Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2871 | 2025-01-08T18:07:07.665Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2872 | 2025-01-08T18:07:07.812Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2873 | 2025-01-08T18:07:09.329Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2874 | 2025-01-08T18:07:09.502Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2875 | 2025-01-08T18:07:10.896Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2876 | 2025-01-08T18:07:11.263Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2877 | 2025-01-08T18:07:11.818Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2878 | 2025-01-08T18:07:13.071Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2879 | 2025-01-08T18:07:14.482Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2880 | 2025-01-08T18:07:14.974Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2881 | 2025-01-08T18:07:16.032Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2882 | 2025-01-08T18:07:17.017Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2883 | 2025-01-08T18:07:18.053Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2884 | 2025-01-08T18:07:18.252Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2885 | 2025-01-08T18:07:21.182Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2886 | 2025-01-08T18:07:22.183Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2887 | 2025-01-08T18:07:23.239Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2888 | 2025-01-08T18:07:29.812Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2889 | 2025-01-08T18:07:38.153Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2890 | 2025-01-08T18:07:39.465Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2891 | 2025-01-08T18:07:59.457Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2892 | 2025-01-08T18:08:36.214Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s |
2893 | 2025-01-08T18:08:36.420Z | |
2894 | 2025-01-08T18:08:36.420Z | real 2:45.175124916 |
2895 | 2025-01-08T18:08:36.420Z | user 12:26.559686846 |
2896 | 2025-01-08T18:08:36.420Z | sys 2:45.307904636 |
2897 | 2025-01-08T18:08:36.422Z | trap 0.322865708 |
2898 | 2025-01-08T18:08:36.422Z | tflt 0.795092334 |
2899 | 2025-01-08T18:08:36.422Z | dflt 2.548161363 |
2900 | 2025-01-08T18:08:36.423Z | kflt 0.000016752 |
2901 | 2025-01-08T18:08:36.423Z | lock 26:01.725827528 |
2902 | 2025-01-08T18:08:36.423Z | slp 44:44.877248270 |
2903 | 2025-01-08T18:08:36.423Z | lat 34.160579381 |
2904 | 2025-01-08T18:08:36.423Z | stop 1:30.866452944 |
2905 | 2025-01-08T18:08:36.423Z | + mkdir tests |
2906 | 2025-01-08T18:08:36.425Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2907 | 2025-01-08T18:08:36.425Z | + xargs -I '{}' -t cp '{}' tests/ |
2908 | 2025-01-08T18:08:36.468Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-ac05eb8be56e1f83 tests/ |
2909 | 2025-01-08T18:08:36.494Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-43dbb685406a8883 tests/ |
2910 | 2025-01-08T18:08:36.521Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-27f64f3d6ee9c826 tests/ |
2911 | 2025-01-08T18:08:36.547Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4251a604cc8d8cd4 tests/ |
2912 | 2025-01-08T18:08:36.773Z | + 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/*) |
2913 | 2025-01-08T18:08:36.776Z | + 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-27f64f3d6ee9c826 tests/commtest-43dbb685406a8883 tests/dhcp_server-ac05eb8be56e1f83 tests/end_to_end_tests-4251a604cc8d8cd4 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 |
2914 | 2025-01-08T18:09:48.067Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2915 | 2025-01-08T18:09:48.067Z | a .github/buildomat/ci-env.sh 1K |
2916 | 2025-01-08T18:09:48.067Z | a out/target/test 1K |
2917 | 2025-01-08T18:09:48.067Z | a out/npuzone/npuzone 23144K |
2918 | 2025-01-08T18:09:48.067Z | a package-manifest.toml 34K |
2919 | 2025-01-08T18:09:48.067Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2920 | 2025-01-08T18:09:48.067Z | a target/release/omicron-package 36062K |
2921 | 2025-01-08T18:09:48.067Z | a target/release/xtask 11721K |
2922 | 2025-01-08T18:09:48.067Z | a target/debug/bootstrap 209145K |
2923 | 2025-01-08T18:09:48.067Z | a tests/bootstrap-27f64f3d6ee9c826 24243K |
2924 | 2025-01-08T18:09:48.067Z | a tests/commtest-43dbb685406a8883 25019K |
2925 | 2025-01-08T18:09:48.067Z | a tests/dhcp_server-ac05eb8be56e1f83 24243K |
2926 | 2025-01-08T18:09:48.067Z | a tests/end_to_end_tests-4251a604cc8d8cd4 227342K |
2927 | 2025-01-08T18:09:48.067Z | a out/clickhouse.tar.gz 293518K |
2928 | 2025-01-08T18:09:48.067Z | a out/clickhouse_keeper.tar.gz 280611K |
2929 | 2025-01-08T18:09:48.067Z | a out/clickhouse_server.tar.gz 293494K |
2930 | 2025-01-08T18:09:48.067Z | a out/cockroachdb.tar.gz 134636K |
2931 | 2025-01-08T18:09:48.067Z | a out/crucible-dtrace.tar 85K |
2932 | 2025-01-08T18:09:48.067Z | a out/crucible-pantry-zone.tar.gz 28210K |
2933 | 2025-01-08T18:09:48.067Z | a out/crucible-zone.tar.gz 36431K |
2934 | 2025-01-08T18:09:48.067Z | a out/external-dns.tar.gz 35342K |
2935 | 2025-01-08T18:09:48.067Z | a out/internal-dns.tar.gz 35342K |
2936 | 2025-01-08T18:09:48.068Z | a out/mg-ddm-gz.tar 63075K |
2937 | 2025-01-08T18:09:48.068Z | a out/nexus.tar.gz 98782K |
2938 | 2025-01-08T18:09:48.068Z | a out/ntp.tar.gz 10387K |
2939 | 2025-01-08T18:09:48.068Z | a out/omicron-gateway-softnpu.tar.gz 23975K |
2940 | 2025-01-08T18:09:48.068Z | a out/omicron-sled-agent.tar 113323K |
2941 | 2025-01-08T18:09:48.068Z | a out/overlay.tar.gz 3K |
2942 | 2025-01-08T18:09:48.068Z | a out/oximeter.tar.gz 47840K |
2943 | 2025-01-08T18:09:48.068Z | a out/oxlog.tar 3088K |
2944 | 2025-01-08T18:09:48.068Z | a out/probe.tar.gz 2764K |
2945 | 2025-01-08T18:09:48.068Z | a out/propolis-server.tar.gz 66291K |
2946 | 2025-01-08T18:09:48.068Z | a out/pumpkind-gz.tar 26665K |
2947 | 2025-01-08T18:09:48.068Z | a out/switch-softnpu.tar.gz 235406K |
2948 | 2025-01-08T18:09:48.072Z | |
2949 | 2025-01-08T18:09:48.072Z | real 1:11.304253352 |
2950 | 2025-01-08T18:09:48.072Z | user 1:08.080869303 |
2951 | 2025-01-08T18:09:48.072Z | sys 4.541020652 |
2952 | 2025-01-08T18:09:48.072Z | trap 0.020037061 |
2953 | 2025-01-08T18:09:48.072Z | tflt 0.000000000 |
2954 | 2025-01-08T18:09:48.072Z | dflt 0.000000000 |
2955 | 2025-01-08T18:09:48.072Z | kflt 0.000000000 |
2956 | 2025-01-08T18:09:48.072Z | lock 0.000000000 |
2957 | 2025-01-08T18:09:48.072Z | slp 1:07.907834943 |
2958 | 2025-01-08T18:09:48.072Z | lat 2.052956457 |
2959 | 2025-01-08T18:09:48.072Z | stop 0.000618508 |
2960 | 2025-01-08T18:09:48.073Z | process exited: duration 1963274 ms, exit code 0 |
|
2961 | 2025-01-08T18:09:48.087Z | found 1 output files |
2962 | 2025-01-08T18:09:48.087Z | uploading: /work/package.tar.gz (1880581104 bytes) |
2963 | 2025-01-08T18:10:27.483Z | uploaded: /work/package.tar.gz |