|
|
|
1 | 2025-01-09T01:07:53.175Z | job assigned to worker 01JH49KBEZ3N52R57E444JQQWV [factory aws, i-03951987abc48e83f] (queued for 59 s) |
|
2 | 2025-01-09T01:08:00.745Z | starting task 0: "setup" |
3 | 2025-01-09T01:08:00.755Z | ++ uname -s |
4 | 2025-01-09T01:08:00.758Z | + kern=SunOS |
5 | 2025-01-09T01:08:00.759Z | + case "$kern" in |
6 | 2025-01-09T01:08:00.759Z | + groupadd -g 12345 build |
7 | 2025-01-09T01:08:00.762Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-09T01:08:02.767Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-09T01:08:02.855Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-09T01:08:02.859Z | + home_fs=zfs |
11 | 2025-01-09T01:08:02.859Z | + [[ zfs == autofs ]] |
12 | 2025-01-09T01:08:02.859Z | + mkdir -p /home/build |
13 | 2025-01-09T01:08:02.861Z | + chown build:build /home/build /work |
14 | 2025-01-09T01:08:04.862Z | + chmod 0700 /home/build /work |
15 | 2025-01-09T01:08:04.865Z | process exited: duration 4121 ms, exit code 0 |
|
16 | 2025-01-09T01:08:04.871Z | starting task 1: "rust-toolchain" |
17 | 2025-01-09T01:08:04.876Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-09T01:08:04.876Z | ' 1.81.0 |
19 | 2025-01-09T01:08:04.876Z | * toolchain channel = "1.81.0" |
20 | 2025-01-09T01:08:04.876Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-09T01:08:04.876Z | * toolchain profile = "default" |
22 | 2025-01-09T01:08:04.876Z | ' default |
23 | 2025-01-09T01:08:04.879Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-09T01:08:04.879Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-09T01:08:04.997Z | info: downloading installer |
26 | 2025-01-09T01:08:06.538Z | info: profile set to 'default' |
27 | 2025-01-09T01:08:06.538Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-09T01:08:06.540Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-09T01:08:06.675Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-09T01:08:06.675Z | info: downloading component 'cargo' |
31 | 2025-01-09T01:08:07.374Z | info: downloading component 'clippy' |
32 | 2025-01-09T01:08:07.633Z | info: downloading component 'rust-docs' |
33 | 2025-01-09T01:08:08.595Z | info: downloading component 'rust-std' |
34 | 2025-01-09T01:08:10.085Z | info: downloading component 'rustc' |
35 | 2025-01-09T01:08:15.462Z | info: downloading component 'rustfmt' |
36 | 2025-01-09T01:08:15.666Z | info: installing component 'cargo' |
37 | 2025-01-09T01:08:16.478Z | info: installing component 'clippy' |
38 | 2025-01-09T01:08:16.834Z | info: installing component 'rust-docs' |
39 | 2025-01-09T01:08:18.442Z | info: installing component 'rust-std' |
40 | 2025-01-09T01:08:20.174Z | info: installing component 'rustc' |
41 | 2025-01-09T01:08:25.938Z | info: installing component 'rustfmt' |
42 | 2025-01-09T01:08:26.264Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-09T01:08:26.264Z | |
44 | 2025-01-09T01:08:26.632Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-09T01:08:26.632Z | |
46 | 2025-01-09T01:08:26.635Z | |
47 | 2025-01-09T01:08:26.635Z | Rust is installed now. Great! |
48 | 2025-01-09T01:08:26.635Z | |
49 | 2025-01-09T01:08:26.635Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-09T01:08:26.636Z | environment variable. This has not been done automatically. |
51 | 2025-01-09T01:08:26.636Z | |
52 | 2025-01-09T01:08:26.636Z | To configure your current shell, you need to source |
53 | 2025-01-09T01:08:26.636Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-09T01:08:26.636Z | |
55 | 2025-01-09T01:08:26.636Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-09T01:08:26.636Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-09T01:08:26.636Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-09T01:08:26.709Z | + rustc --version |
59 | 2025-01-09T01:08:26.776Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-09T01:08:26.780Z | process exited: duration 21908 ms, exit code 0 |
|
61 | 2025-01-09T01:08:26.786Z | starting task 2: "authentication" |
62 | 2025-01-09T01:08:26.808Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-09T01:08:26.813Z | starting task 3: "clone repository" |
64 | 2025-01-09T01:08:26.818Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-09T01:08:26.821Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-09T01:08:26.857Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-09T01:08:33.825Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-09T01:08:33.828Z | + git fetch origin ca9a5006d388cf91c86766f47d1f66b83df08d14 |
69 | 2025-01-09T01:08:34.157Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-09T01:08:34.157Z | * branch ca9a5006d388cf91c86766f47d1f66b83df08d14 -> FETCH_HEAD |
71 | 2025-01-09T01:08:34.168Z | + [[ -n john/blueprint-id-map ]] |
72 | 2025-01-09T01:08:34.172Z | ++ git branch --show-current |
73 | 2025-01-09T01:08:34.174Z | + current=main |
74 | 2025-01-09T01:08:34.175Z | + [[ main != john/blueprint-id-map ]] |
75 | 2025-01-09T01:08:34.175Z | + git branch -f john/blueprint-id-map ca9a5006d388cf91c86766f47d1f66b83df08d14 |
76 | 2025-01-09T01:08:34.177Z | + git checkout -f john/blueprint-id-map |
77 | 2025-01-09T01:08:34.234Z | Switched to branch 'john/blueprint-id-map' |
78 | 2025-01-09T01:08:34.237Z | + git reset --hard ca9a5006d388cf91c86766f47d1f66b83df08d14 |
79 | 2025-01-09T01:08:34.297Z | HEAD is now at ca9a5006d fixup openapi schema |
80 | 2025-01-09T01:08:34.300Z | process exited: duration 7485 ms, exit code 0 |
|
81 | 2025-01-09T01:08:34.307Z | starting task 4: "build" |
82 | 2025-01-09T01:08:34.312Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-09T01:08:34.312Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-09T01:08:34.315Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-09T01:08:34.315Z | + cargo --version |
86 | 2025-01-09T01:08:34.373Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-09T01:08:34.376Z | + rustc --version |
88 | 2025-01-09T01:08:34.438Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-09T01:08:34.441Z | + WORK=/work |
90 | 2025-01-09T01:08:34.441Z | + pfexec mkdir -p /work |
91 | 2025-01-09T01:08:34.445Z | + pfexec chown build /work |
92 | 2025-01-09T01:08:34.448Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-09T01:08:38.120Z | pkg list: illegal option -- F |
94 | 2025-01-09T01:08:38.120Z | Usage: |
95 | 2025-01-09T01:08:38.122Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-09T01:08:38.122Z | [pkg_fmri_pattern ...] |
97 | 2025-01-09T01:08:38.982Z | pkg list: illegal option -- F |
98 | 2025-01-09T01:08:38.982Z | Usage: |
99 | 2025-01-09T01:08:38.986Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-09T01:08:38.986Z | [pkg_fmri_pattern ...] |
101 | 2025-01-09T01:08:45.318Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-09T01:08:49.338Z | Startup: Caching catalogs ... Done |
103 | 2025-01-09T01:09:00.542Z | Planning: Solver setup ... Done (10.208s) |
104 | 2025-01-09T01:09:00.683Z | Planning: Running solver ... Done (0.141s) |
105 | 2025-01-09T01:09:00.806Z | Planning: Finding local manifests ... Done (0.005s) |
106 | 2025-01-09T01:09:01.243Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-09T01:09:01.900Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-09T01:09:02.194Z | Planning: Package planning ... Done (0.293s) |
109 | 2025-01-09T01:09:02.251Z | Planning: Merging actions ... Done (0.058s) |
110 | 2025-01-09T01:09:02.452Z | Planning: Checking for conflicting actions ... Done (0.200s) |
111 | 2025-01-09T01:09:04.003Z | Planning: Consolidating action changes ... Done (1.551s) |
112 | 2025-01-09T01:09:04.413Z | Planning: Evaluating mediators ... Done (0.409s) |
113 | 2025-01-09T01:09:04.495Z | Planning: Planning completed in 15.06 seconds |
114 | 2025-01-09T01:09:04.511Z | Packages to install: 4 |
115 | 2025-01-09T01:09:04.511Z | Packages to update: 3 |
116 | 2025-01-09T01:09:04.511Z | Mediators to change: 2 |
117 | 2025-01-09T01:09:04.514Z | Services to change: 1 |
118 | 2025-01-09T01:09:04.514Z | Estimated space available: 155.63 GB |
119 | 2025-01-09T01:09:04.514Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-09T01:09:04.514Z | Create boot environment: No |
121 | 2025-01-09T01:09:04.514Z | Create backup boot environment: Yes |
122 | 2025-01-09T01:09:04.515Z | Rebuild boot archive: No |
123 | 2025-01-09T01:09:04.515Z | |
124 | 2025-01-09T01:09:04.515Z | Changed mediators: |
125 | 2025-01-09T01:09:04.515Z | mediator clang: |
126 | 2025-01-09T01:09:04.515Z | version: None -> 15 (system default) |
127 | 2025-01-09T01:09:04.515Z | |
128 | 2025-01-09T01:09:04.515Z | mediator llvm: |
129 | 2025-01-09T01:09:04.515Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-09T01:09:04.515Z | |
131 | 2025-01-09T01:09:04.515Z | Changed packages: |
132 | 2025-01-09T01:09:04.515Z | helios-dev |
133 | 2025-01-09T01:09:04.515Z | developer/build-essential |
134 | 2025-01-09T01:09:04.515Z | None -> 11-2.0 |
135 | 2025-01-09T01:09:04.515Z | library/libxmlsec1 |
136 | 2025-01-09T01:09:04.515Z | None -> 1.2.35-2.0 |
137 | 2025-01-09T01:09:04.515Z | ooce/developer/clang-15 |
138 | 2025-01-09T01:09:04.515Z | None -> 15.0.7-2.0 |
139 | 2025-01-09T01:09:04.515Z | ooce/developer/llvm-15 |
140 | 2025-01-09T01:09:04.515Z | None -> 15.0.7-2.0 |
141 | 2025-01-09T01:09:04.515Z | package/pkg |
142 | 2025-01-09T01:09:04.515Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-09T01:09:04.515Z | system/library/g++-runtime |
144 | 2025-01-09T01:09:04.515Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-09T01:09:04.515Z | system/library/gcc-runtime |
146 | 2025-01-09T01:09:04.515Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-09T01:09:04.515Z | |
148 | 2025-01-09T01:09:04.515Z | Services: |
149 | 2025-01-09T01:09:04.515Z | restart_fmri: |
150 | 2025-01-09T01:09:04.515Z | svc:/system/update-man-index:default |
151 | 2025-01-09T01:09:04.515Z | |
152 | 2025-01-09T01:09:04.515Z | Editable files to change: |
153 | 2025-01-09T01:09:04.515Z | Update: |
154 | 2025-01-09T01:09:04.515Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-09T01:09:04.585Z | |
156 | 2025-01-09T01:09:04.585Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-09T01:09:17.117Z | Download: 211/4301 items 1.3/225.4MB 0% complete |
158 | 2025-01-09T01:09:29.907Z | Download: 212/4301 items 1.3/225.4MB 0% complete |
159 | 2025-01-09T01:09:34.909Z | Download: 1717/4301 items 118.1/225.4MB 52% complete (23.6M/s) |
160 | 2025-01-09T01:09:39.914Z | Download: 3238/4301 items 188.8/225.4MB 83% complete (18.8M/s) |
161 | 2025-01-09T01:09:44.826Z | Download: Completed 225.42 MB in 40.24 seconds (5.6M/s) |
162 | 2025-01-09T01:09:46.958Z | Actions: 1/5122 actions (Removing old actions) |
163 | 2025-01-09T01:09:46.974Z | Actions: 194/5122 actions (Installing new actions) |
164 | 2025-01-09T01:09:51.856Z | Actions: 4267/5122 actions (Updating modified actions) |
165 | 2025-01-09T01:09:52.292Z | Actions: Completed 5122 actions in 5.33 seconds. |
166 | 2025-01-09T01:09:52.725Z | Done (0.424s) |
167 | 2025-01-09T01:09:52.728Z | Done (0.001s) |
168 | 2025-01-09T01:09:53.322Z | Done (0.594s) |
169 | 2025-01-09T01:09:57.653Z | Done (4.099s) |
170 | 2025-01-09T01:09:57.742Z | Done (0.017s) |
171 | 2025-01-09T01:09:57.745Z | Done (0.000s) |
172 | 2025-01-09T01:09:57.923Z | Done (0.000s) |
173 | 2025-01-09T01:09:58.651Z | Planning: Evaluating mediator changes ... Done |
174 | 2025-01-09T01:09:58.821Z | Planning: Checking for conflicting actions ... Done |
175 | 2025-01-09T01:09:58.824Z | Planning: Consolidating action changes ... Done |
176 | 2025-01-09T01:09:59.100Z | Planning: Evaluating mediators ... Done |
177 | 2025-01-09T01:09:59.103Z | Planning: Planning completed in 0.45 seconds |
178 | 2025-01-09T01:09:59.139Z | Mediators to change: 2 |
179 | 2025-01-09T01:09:59.139Z | Create boot environment: No |
180 | 2025-01-09T01:09:59.142Z | Create backup boot environment: No |
181 | 2025-01-09T01:09:59.223Z | Done |
182 | 2025-01-09T01:09:59.223Z | Done |
183 | 2025-01-09T01:09:59.599Z | Done |
184 | 2025-01-09T01:10:03.456Z | Done |
185 | 2025-01-09T01:10:03.557Z | Done |
186 | 2025-01-09T01:10:03.560Z | Done |
187 | 2025-01-09T01:10:03.700Z | Done |
188 | 2025-01-09T01:10:04.337Z | Planning: Evaluating mediator changes ... Done |
189 | 2025-01-09T01:10:04.339Z | Planning: Merging actions ... Done |
190 | 2025-01-09T01:10:04.528Z | Planning: Checking for conflicting actions ... Done |
191 | 2025-01-09T01:10:04.531Z | Planning: Consolidating action changes ... Done |
192 | 2025-01-09T01:10:04.804Z | Planning: Evaluating mediators ... Done |
193 | 2025-01-09T01:10:04.861Z | Planning: Planning completed in 0.78 seconds |
194 | 2025-01-09T01:10:04.901Z | Packages to change: 1 |
195 | 2025-01-09T01:10:04.902Z | Mediators to change: 1 |
196 | 2025-01-09T01:10:04.904Z | Services to change: 1 |
197 | 2025-01-09T01:10:04.904Z | Create boot environment: No |
198 | 2025-01-09T01:10:04.904Z | Create backup boot environment: Yes |
199 | 2025-01-09T01:10:07.099Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2025-01-09T01:10:07.102Z | Actions: Completed 6 actions in 0.00 seconds. |
201 | 2025-01-09T01:10:07.102Z | Done |
202 | 2025-01-09T01:10:07.102Z | Done |
203 | 2025-01-09T01:10:07.221Z | Done |
204 | 2025-01-09T01:10:11.072Z | Done |
205 | 2025-01-09T01:10:11.173Z | Done |
206 | 2025-01-09T01:10:11.176Z | Done |
207 | 2025-01-09T01:10:11.316Z | Done |
208 | 2025-01-09T01:10:11.811Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2025-01-09T01:10:11.811Z | clang system 15 system |
210 | 2025-01-09T01:10:11.812Z | csh system system illumos |
211 | 2025-01-09T01:10:11.812Z | ctags system system illumos |
212 | 2025-01-09T01:10:11.812Z | gcc vendor 12 vendor |
213 | 2025-01-09T01:10:11.812Z | gcc system 10 system |
214 | 2025-01-09T01:10:11.812Z | gcc system 7 system |
215 | 2025-01-09T01:10:11.812Z | go system 1.20 system |
216 | 2025-01-09T01:10:11.812Z | go system 1.19 system |
217 | 2025-01-09T01:10:11.812Z | llvm system 15 system |
218 | 2025-01-09T01:10:11.812Z | llvm system 14 system |
219 | 2025-01-09T01:10:11.812Z | mariadb system 10.6 system |
220 | 2025-01-09T01:10:11.812Z | mta vendor vendor dma |
221 | 2025-01-09T01:10:11.812Z | openjdk system 17 system |
222 | 2025-01-09T01:10:11.812Z | openjdk system 11 system |
223 | 2025-01-09T01:10:11.812Z | openjdk system 1.8 system |
224 | 2025-01-09T01:10:11.812Z | openssl vendor 3 vendor |
225 | 2025-01-09T01:10:11.812Z | perl system 5.36 system |
226 | 2025-01-09T01:10:11.812Z | postgresql system 15 system |
227 | 2025-01-09T01:10:11.812Z | postgresql system 13 system |
228 | 2025-01-09T01:10:11.812Z | python vendor 3 vendor |
229 | 2025-01-09T01:10:11.812Z | python system 2 system |
230 | 2025-01-09T01:10:11.812Z | python3 system 3.11 system |
231 | 2025-01-09T01:10:11.812Z | ruby system 3.0 system |
232 | 2025-01-09T01:10:11.812Z | words vendor vendor american-english |
233 | 2025-01-09T01:10:11.812Z | words system system australian-english |
234 | 2025-01-09T01:10:11.812Z | words system system british-english |
235 | 2025-01-09T01:10:11.812Z | words system system canadian-english |
236 | 2025-01-09T01:10:11.812Z | words system system french |
237 | 2025-01-09T01:10:11.812Z | words system system italian |
238 | 2025-01-09T01:10:11.812Z | words system system ngerman |
239 | 2025-01-09T01:10:11.812Z | words system system ogerman |
240 | 2025-01-09T01:10:11.813Z | words system system spanish |
241 | 2025-01-09T01:10:12.193Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2025-01-09T01:10:12.193Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2025-01-09T01:10:15.030Z | FMRI IFO |
244 | 2025-01-09T01:10:15.030Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2025-01-09T01:10:15.030Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2025-01-09T01:10:15.030Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2025-01-09T01:10:15.030Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2025-01-09T01:10:15.030Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2025-01-09T01:10:15.030Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2025-01-09T01:10:15.030Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
251 | 2025-01-09T01:10:15.030Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
252 | 2025-01-09T01:10:15.030Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2025-01-09T01:10:15.030Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
254 | 2025-01-09T01:10:15.030Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
255 | 2025-01-09T01:10:15.030Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2025-01-09T01:10:15.030Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
257 | 2025-01-09T01:10:15.030Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
258 | 2025-01-09T01:10:15.030Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
259 | 2025-01-09T01:10:15.834Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
260 | 2025-01-09T01:10:16.125Z | Updating crates.io index |
261 | 2025-01-09T01:10:16.127Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
262 | 2025-01-09T01:10:16.441Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2025-01-09T01:10:16.925Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2025-01-09T01:10:17.209Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2025-01-09T01:10:17.485Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2025-01-09T01:10:17.755Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2025-01-09T01:10:18.624Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2025-01-09T01:10:20.158Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2025-01-09T01:10:20.970Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2025-01-09T01:10:21.661Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
271 | 2025-01-09T01:10:22.028Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
272 | 2025-01-09T01:10:22.308Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
273 | 2025-01-09T01:10:23.012Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
274 | 2025-01-09T01:10:23.283Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
275 | 2025-01-09T01:10:23.644Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2025-01-09T01:10:23.933Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2025-01-09T01:10:24.195Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2025-01-09T01:10:24.432Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2025-01-09T01:10:24.735Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2025-01-09T01:10:25.015Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2025-01-09T01:10:25.478Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2025-01-09T01:10:26.020Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2025-01-09T01:10:26.516Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2025-01-09T01:10:26.796Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
285 | 2025-01-09T01:10:27.199Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2025-01-09T01:10:27.595Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
287 | 2025-01-09T01:10:27.941Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2025-01-09T01:10:28.224Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2025-01-09T01:10:28.475Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2025-01-09T01:10:29.727Z | Downloading crates ... |
291 | 2025-01-09T01:10:29.789Z | Downloaded anstream v0.6.15 |
292 | 2025-01-09T01:10:29.792Z | Downloaded cfg-if v1.0.0 |
293 | 2025-01-09T01:10:29.796Z | Downloaded anstyle v1.0.10 |
294 | 2025-01-09T01:10:29.800Z | Downloaded camino v1.1.9 |
295 | 2025-01-09T01:10:29.811Z | Downloaded equivalent v1.0.1 |
296 | 2025-01-09T01:10:29.817Z | Downloaded cargo-platform v0.1.8 |
297 | 2025-01-09T01:10:29.825Z | Downloaded proc-macro-error-attr v1.0.4 |
298 | 2025-01-09T01:10:29.832Z | Downloaded dof v0.3.0 |
299 | 2025-01-09T01:10:29.838Z | Downloaded swrite v0.1.0 |
300 | 2025-01-09T01:10:29.842Z | Downloaded pretty-hex v0.4.1 |
301 | 2025-01-09T01:10:29.846Z | Downloaded anstyle-parse v0.2.5 |
302 | 2025-01-09T01:10:29.850Z | Downloaded errno v0.3.9 |
303 | 2025-01-09T01:10:29.850Z | Downloaded bytecount v0.6.8 |
304 | 2025-01-09T01:10:29.853Z | Downloaded digest v0.10.7 |
305 | 2025-01-09T01:10:29.857Z | Downloaded crypto-common v0.1.6 |
306 | 2025-01-09T01:10:29.860Z | Downloaded strsim v0.11.1 |
307 | 2025-01-09T01:10:29.860Z | Downloaded generic-array v0.14.7 |
308 | 2025-01-09T01:10:29.864Z | Downloaded dtrace-parser v0.2.0 |
309 | 2025-01-09T01:10:29.868Z | Downloaded scroll_derive v0.12.0 |
310 | 2025-01-09T01:10:29.872Z | Downloaded byteorder v1.5.0 |
311 | 2025-01-09T01:10:29.874Z | Downloaded anstyle-query v1.1.1 |
312 | 2025-01-09T01:10:29.877Z | Downloaded thiserror v1.0.69 |
313 | 2025-01-09T01:10:29.881Z | Downloaded thread-id v4.2.2 |
314 | 2025-01-09T01:10:29.883Z | Downloaded autocfg v1.4.0 |
315 | 2025-01-09T01:10:29.885Z | Downloaded colorchoice v1.0.2 |
316 | 2025-01-09T01:10:29.888Z | Downloaded thiserror-impl v1.0.69 |
317 | 2025-01-09T01:10:29.888Z | Downloaded usdt v0.5.0 |
318 | 2025-01-09T01:10:29.890Z | Downloaded terminal_size v0.4.0 |
319 | 2025-01-09T01:10:29.890Z | Downloaded tabled_derive v0.7.0 |
320 | 2025-01-09T01:10:29.893Z | Downloaded smawk v0.3.2 |
321 | 2025-01-09T01:10:29.893Z | Downloaded unicode-linebreak v0.1.5 |
322 | 2025-01-09T01:10:29.896Z | Downloaded clap_lex v0.7.2 |
323 | 2025-01-09T01:10:29.898Z | Downloaded usdt-attr-macro v0.5.0 |
324 | 2025-01-09T01:10:29.901Z | Downloaded version_check v0.9.5 |
325 | 2025-01-09T01:10:29.901Z | Downloaded serde_spanned v0.6.8 |
326 | 2025-01-09T01:10:29.903Z | Downloaded fnv v1.0.7 |
327 | 2025-01-09T01:10:29.903Z | Downloaded heck v0.4.1 |
328 | 2025-01-09T01:10:29.904Z | Downloaded itoa v1.0.11 |
329 | 2025-01-09T01:10:29.908Z | Downloaded usdt-impl v0.5.0 |
330 | 2025-01-09T01:10:29.910Z | Downloaded heck v0.5.0 |
331 | 2025-01-09T01:10:29.910Z | Downloaded camino-tempfile v1.1.1 |
332 | 2025-01-09T01:10:29.913Z | Downloaded clap_derive v4.5.18 |
333 | 2025-01-09T01:10:29.915Z | Downloaded cargo_toml v0.20.5 |
334 | 2025-01-09T01:10:29.918Z | Downloaded cargo_metadata v0.18.1 |
335 | 2025-01-09T01:10:29.918Z | Downloaded block-buffer v0.10.4 |
336 | 2025-01-09T01:10:29.920Z | Downloaded usdt-macro v0.5.0 |
337 | 2025-01-09T01:10:29.923Z | Downloaded macaddr v1.0.1 |
338 | 2025-01-09T01:10:29.933Z | Downloaded scroll v0.12.0 |
339 | 2025-01-09T01:10:29.943Z | Downloaded utf8parse v0.2.2 |
340 | 2025-01-09T01:10:29.945Z | Downloaded toml_datetime v0.6.8 |
341 | 2025-01-09T01:10:29.946Z | Downloaded sha2 v0.10.8 |
342 | 2025-01-09T01:10:29.948Z | Downloaded tempfile v3.13.0 |
343 | 2025-01-09T01:10:29.951Z | Downloaded zerocopy-derive v0.7.35 |
344 | 2025-01-09T01:10:29.954Z | Downloaded proc-macro-error v1.0.4 |
345 | 2025-01-09T01:10:29.957Z | Downloaded semver v1.0.23 |
346 | 2025-01-09T01:10:29.960Z | Downloaded serde_tokenstream v0.2.2 |
347 | 2025-01-09T01:10:29.960Z | Downloaded clap v4.5.21 |
348 | 2025-01-09T01:10:29.969Z | Downloaded fastrand v2.1.1 |
349 | 2025-01-09T01:10:29.971Z | Downloaded pest_generator v2.7.14 |
350 | 2025-01-09T01:10:29.974Z | Downloaded once_cell v1.20.2 |
351 | 2025-01-09T01:10:29.974Z | Downloaded is_terminal_polyfill v1.70.1 |
352 | 2025-01-09T01:10:29.977Z | Downloaded memmap v0.7.0 |
353 | 2025-01-09T01:10:29.979Z | Downloaded cpufeatures v0.2.14 |
354 | 2025-01-09T01:10:29.979Z | Downloaded plain v0.2.3 |
355 | 2025-01-09T01:10:29.982Z | Downloaded ucd-trie v0.1.7 |
356 | 2025-01-09T01:10:29.984Z | Downloaded quote v1.0.37 |
357 | 2025-01-09T01:10:29.987Z | Downloaded pest_derive v2.7.14 |
358 | 2025-01-09T01:10:29.987Z | Downloaded fs-err v2.11.0 |
359 | 2025-01-09T01:10:29.989Z | Downloaded anyhow v1.0.93 |
360 | 2025-01-09T01:10:29.993Z | Downloaded bitflags v2.6.0 |
361 | 2025-01-09T01:10:29.998Z | Downloaded serde_derive v1.0.215 |
362 | 2025-01-09T01:10:30.001Z | Downloaded typenum v1.17.0 |
363 | 2025-01-09T01:10:30.004Z | Downloaded toml v0.8.19 |
364 | 2025-01-09T01:10:30.007Z | Downloaded pest_meta v2.7.14 |
365 | 2025-01-09T01:10:30.009Z | Downloaded log v0.4.22 |
366 | 2025-01-09T01:10:30.012Z | Downloaded proc-macro2 v1.0.89 |
367 | 2025-01-09T01:10:30.020Z | Downloaded textwrap v0.16.1 |
368 | 2025-01-09T01:10:30.029Z | Downloaded serde v1.0.215 |
369 | 2025-01-09T01:10:30.039Z | Downloaded ryu v1.0.18 |
370 | 2025-01-09T01:10:30.042Z | Downloaded indexmap v2.6.0 |
371 | 2025-01-09T01:10:30.049Z | Downloaded papergrid v0.11.0 |
372 | 2025-01-09T01:10:30.059Z | Downloaded unicode-ident v1.0.13 |
373 | 2025-01-09T01:10:30.073Z | Downloaded memchr v2.7.4 |
374 | 2025-01-09T01:10:30.079Z | Downloaded toml_edit v0.22.22 |
375 | 2025-01-09T01:10:30.100Z | Downloaded pest v2.7.14 |
376 | 2025-01-09T01:10:30.110Z | Downloaded serde_json v1.0.133 |
377 | 2025-01-09T01:10:30.121Z | Downloaded zerocopy v0.7.35 |
378 | 2025-01-09T01:10:30.135Z | Downloaded winnow v0.6.20 |
379 | 2025-01-09T01:10:30.144Z | Downloaded hashbrown v0.15.1 |
380 | 2025-01-09T01:10:30.148Z | Downloaded clap_builder v4.5.21 |
381 | 2025-01-09T01:10:30.159Z | Downloaded goblin v0.8.2 |
382 | 2025-01-09T01:10:30.165Z | Downloaded tabled v0.15.0 |
383 | 2025-01-09T01:10:30.180Z | Downloaded syn v1.0.109 |
384 | 2025-01-09T01:10:30.198Z | Downloaded unicode-width v0.1.14 |
385 | 2025-01-09T01:10:30.203Z | Downloaded syn v2.0.87 |
386 | 2025-01-09T01:10:30.215Z | Downloaded rustix v0.38.37 |
387 | 2025-01-09T01:10:30.257Z | Downloaded libc v0.2.162 |
388 | 2025-01-09T01:10:30.572Z | Compiling proc-macro2 v1.0.89 |
389 | 2025-01-09T01:10:30.572Z | Compiling unicode-ident v1.0.13 |
390 | 2025-01-09T01:10:30.572Z | Compiling version_check v0.9.5 |
391 | 2025-01-09T01:10:30.575Z | Compiling serde v1.0.215 |
392 | 2025-01-09T01:10:30.575Z | Compiling thiserror v1.0.69 |
393 | 2025-01-09T01:10:30.575Z | Compiling memchr v2.7.4 |
394 | 2025-01-09T01:10:30.575Z | Compiling libc v0.2.162 |
395 | 2025-01-09T01:10:30.609Z | Compiling ucd-trie v0.1.7 |
396 | 2025-01-09T01:10:30.822Z | Compiling itoa v1.0.11 |
397 | 2025-01-09T01:10:31.065Z | Compiling ryu v1.0.18 |
398 | 2025-01-09T01:10:31.354Z | Compiling once_cell v1.20.2 |
399 | 2025-01-09T01:10:31.480Z | Compiling byteorder v1.5.0 |
400 | 2025-01-09T01:10:31.482Z | Compiling rustix v0.38.37 |
401 | 2025-01-09T01:10:31.695Z | Compiling serde_json v1.0.133 |
402 | 2025-01-09T01:10:32.027Z | Compiling bitflags v2.6.0 |
403 | 2025-01-09T01:10:32.092Z | Compiling proc-macro-error-attr v1.0.4 |
404 | 2025-01-09T01:10:32.371Z | Compiling usdt-impl v0.5.0 |
405 | 2025-01-09T01:10:32.398Z | Compiling syn v1.0.109 |
406 | 2025-01-09T01:10:32.468Z | Compiling quote v1.0.37 |
407 | 2025-01-09T01:10:32.493Z | Compiling proc-macro-error v1.0.4 |
408 | 2025-01-09T01:10:32.521Z | Compiling plain v0.2.3 |
409 | 2025-01-09T01:10:32.685Z | Compiling camino v1.1.9 |
410 | 2025-01-09T01:10:32.771Z | Compiling utf8parse v0.2.2 |
411 | 2025-01-09T01:10:32.872Z | Compiling syn v2.0.87 |
412 | 2025-01-09T01:10:32.944Z | Compiling errno v0.3.9 |
413 | 2025-01-09T01:10:33.160Z | Compiling equivalent v1.0.1 |
414 | 2025-01-09T01:10:33.187Z | Compiling hashbrown v0.15.1 |
415 | 2025-01-09T01:10:33.223Z | Compiling log v0.4.22 |
416 | 2025-01-09T01:10:33.410Z | Compiling anstyle-parse v0.2.5 |
417 | 2025-01-09T01:10:33.543Z | Compiling thread-id v4.2.2 |
418 | 2025-01-09T01:10:33.754Z | Compiling winnow v0.6.20 |
419 | 2025-01-09T01:10:33.782Z | Compiling unicode-width v0.1.14 |
420 | 2025-01-09T01:10:33.998Z | Compiling pretty-hex v0.4.1 |
421 | 2025-01-09T01:10:34.239Z | Compiling anstyle-query v1.1.1 |
422 | 2025-01-09T01:10:34.268Z | Compiling semver v1.0.23 |
423 | 2025-01-09T01:10:34.340Z | Compiling colorchoice v1.0.2 |
424 | 2025-01-09T01:10:34.401Z | Compiling anstyle v1.0.10 |
425 | 2025-01-09T01:10:34.513Z | Compiling indexmap v2.6.0 |
426 | 2025-01-09T01:10:34.516Z | Compiling is_terminal_polyfill v1.70.1 |
427 | 2025-01-09T01:10:34.688Z | Compiling autocfg v1.4.0 |
428 | 2025-01-09T01:10:34.864Z | Compiling anstream v0.6.15 |
429 | 2025-01-09T01:10:35.663Z | Compiling terminal_size v0.4.0 |
430 | 2025-01-09T01:10:35.693Z | Compiling fnv v1.0.7 |
431 | 2025-01-09T01:10:35.830Z | Compiling heck v0.4.1 |
432 | 2025-01-09T01:10:35.867Z | Compiling strsim v0.11.1 |
433 | 2025-01-09T01:10:35.915Z | Compiling fs-err v2.11.0 |
434 | 2025-01-09T01:10:35.973Z | Compiling anyhow v1.0.93 |
435 | 2025-01-09T01:10:36.063Z | Compiling fastrand v2.1.1 |
436 | 2025-01-09T01:10:36.385Z | Compiling cfg-if v1.0.0 |
437 | 2025-01-09T01:10:36.499Z | Compiling heck v0.5.0 |
438 | 2025-01-09T01:10:36.692Z | Compiling clap_lex v0.7.2 |
439 | 2025-01-09T01:10:36.695Z | Compiling bytecount v0.6.8 |
440 | 2025-01-09T01:10:36.929Z | Compiling papergrid v0.11.0 |
441 | 2025-01-09T01:10:37.008Z | Compiling clap_builder v4.5.21 |
442 | 2025-01-09T01:10:37.066Z | Compiling tempfile v3.13.0 |
443 | 2025-01-09T01:10:37.274Z | Compiling memmap v0.7.0 |
444 | 2025-01-09T01:10:37.344Z | Compiling unicode-linebreak v0.1.5 |
445 | 2025-01-09T01:10:37.671Z | Compiling smawk v0.3.2 |
446 | 2025-01-09T01:10:37.917Z | Compiling textwrap v0.16.1 |
447 | 2025-01-09T01:10:37.950Z | Compiling swrite v0.1.0 |
448 | 2025-01-09T01:10:39.099Z | Compiling tabled_derive v0.7.0 |
449 | 2025-01-09T01:10:40.785Z | Compiling tabled v0.15.0 |
450 | 2025-01-09T01:10:42.109Z | Compiling serde_derive v1.0.215 |
451 | 2025-01-09T01:10:42.112Z | Compiling thiserror-impl v1.0.69 |
452 | 2025-01-09T01:10:42.112Z | Compiling zerocopy-derive v0.7.35 |
453 | 2025-01-09T01:10:42.112Z | Compiling scroll_derive v0.12.0 |
454 | 2025-01-09T01:10:42.449Z | Compiling clap_derive v4.5.18 |
455 | 2025-01-09T01:10:43.566Z | Compiling scroll v0.12.0 |
456 | 2025-01-09T01:10:44.090Z | Compiling goblin v0.8.2 |
457 | 2025-01-09T01:10:44.323Z | Compiling zerocopy v0.7.35 |
458 | 2025-01-09T01:10:44.980Z | Compiling pest v2.7.14 |
459 | 2025-01-09T01:10:46.598Z | Compiling clap v4.5.21 |
460 | 2025-01-09T01:10:47.299Z | Compiling pest_meta v2.7.14 |
461 | 2025-01-09T01:10:48.174Z | Compiling pest_generator v2.7.14 |
462 | 2025-01-09T01:10:49.845Z | Compiling pest_derive v2.7.14 |
463 | 2025-01-09T01:10:50.488Z | Compiling dtrace-parser v0.2.0 |
464 | 2025-01-09T01:10:52.786Z | Compiling toml_datetime v0.6.8 |
465 | 2025-01-09T01:10:52.786Z | Compiling serde_spanned v0.6.8 |
466 | 2025-01-09T01:10:52.789Z | Compiling cargo-platform v0.1.8 |
467 | 2025-01-09T01:10:53.181Z | Compiling serde_tokenstream v0.2.2 |
468 | 2025-01-09T01:10:53.216Z | Compiling toml_edit v0.22.22 |
469 | 2025-01-09T01:10:53.352Z | Compiling macaddr v1.0.1 |
470 | 2025-01-09T01:10:53.449Z | Compiling camino-tempfile v1.1.1 |
471 | 2025-01-09T01:10:54.377Z | Compiling dof v0.3.0 |
472 | 2025-01-09T01:10:54.377Z | Compiling cargo_metadata v0.18.1 |
473 | 2025-01-09T01:10:56.100Z | Compiling toml v0.8.19 |
474 | 2025-01-09T01:10:56.299Z | Compiling usdt-attr-macro v0.5.0 |
475 | 2025-01-09T01:10:56.299Z | Compiling usdt-macro v0.5.0 |
476 | 2025-01-09T01:10:56.988Z | Compiling cargo_toml v0.20.5 |
477 | 2025-01-09T01:10:57.653Z | Compiling usdt v0.5.0 |
478 | 2025-01-09T01:11:00.667Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
479 | 2025-01-09T01:11:04.999Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.42s |
480 | 2025-01-09T01:11:05.276Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
481 | 2025-01-09T01:11:05.838Z | Downloading crates ... |
482 | 2025-01-09T01:11:05.958Z | Downloaded atty v0.2.14 |
483 | 2025-01-09T01:11:05.962Z | Downloaded async-stream-impl v0.3.6 |
484 | 2025-01-09T01:11:05.964Z | Downloaded base16ct v0.2.0 |
485 | 2025-01-09T01:11:05.967Z | Downloaded bitfield v0.14.0 |
486 | 2025-01-09T01:11:05.975Z | Downloaded hubpack_derive v0.1.1 |
487 | 2025-01-09T01:11:05.977Z | Downloaded hex v0.4.3 |
488 | 2025-01-09T01:11:05.980Z | Downloaded atomicwrites v0.4.4 |
489 | 2025-01-09T01:11:05.988Z | Downloaded cfg_aliases v0.1.1 |
490 | 2025-01-09T01:11:05.991Z | Downloaded headers-core v0.3.0 |
491 | 2025-01-09T01:11:05.994Z | Downloaded cstr-argument v0.1.2 |
492 | 2025-01-09T01:11:05.994Z | Downloaded http-range v0.1.5 |
493 | 2025-01-09T01:11:05.996Z | Downloaded crunchy v0.2.2 |
494 | 2025-01-09T01:11:05.996Z | Downloaded ciborium-io v0.2.2 |
495 | 2025-01-09T01:11:05.999Z | Downloaded cfg_aliases v0.2.1 |
496 | 2025-01-09T01:11:06.001Z | Downloaded match_cfg v0.1.0 |
497 | 2025-01-09T01:11:06.007Z | Downloaded bb8 v0.8.5 |
498 | 2025-01-09T01:11:06.010Z | Downloaded humantime v2.1.0 |
499 | 2025-01-09T01:11:06.010Z | Downloaded heapless v0.7.17 |
500 | 2025-01-09T01:11:06.015Z | Downloaded ident_case v1.0.1 |
501 | 2025-01-09T01:11:06.018Z | Downloaded icu_provider_macros v1.5.0 |
502 | 2025-01-09T01:11:06.018Z | Downloaded crucible-workspace-hack v0.1.0 |
503 | 2025-01-09T01:11:06.021Z | Downloaded allocator-api2 v0.2.18 |
504 | 2025-01-09T01:11:06.023Z | Downloaded bitfield-struct v0.6.2 |
505 | 2025-01-09T01:11:06.026Z | Downloaded is_ci v1.2.0 |
506 | 2025-01-09T01:11:06.026Z | Downloaded bit-vec v0.6.3 |
507 | 2025-01-09T01:11:06.028Z | Downloaded matches v0.1.10 |
508 | 2025-01-09T01:11:06.031Z | Downloaded buf-list v1.0.3 |
509 | 2025-01-09T01:11:06.034Z | Downloaded adler2 v2.0.0 |
510 | 2025-01-09T01:11:06.036Z | Downloaded assert_matches v1.5.0 |
511 | 2025-01-09T01:11:06.036Z | Downloaded heck v0.3.3 |
512 | 2025-01-09T01:11:06.039Z | Downloaded cmake v0.1.51 |
513 | 2025-01-09T01:11:06.042Z | Downloaded http-body-util v0.1.2 |
514 | 2025-01-09T01:11:06.044Z | Downloaded hostname v0.3.1 |
515 | 2025-01-09T01:11:06.047Z | Downloaded cassowary v0.3.0 |
516 | 2025-01-09T01:11:06.047Z | Downloaded maplit v1.0.2 |
517 | 2025-01-09T01:11:06.050Z | Downloaded linked-hash-map v0.5.6 |
518 | 2025-01-09T01:11:06.052Z | Downloaded crossbeam-deque v0.8.5 |
519 | 2025-01-09T01:11:06.052Z | Downloaded ciborium-ll v0.2.2 |
520 | 2025-01-09T01:11:06.055Z | Downloaded lalrpop-util v0.19.12 |
521 | 2025-01-09T01:11:06.058Z | Downloaded base64 v0.22.1 |
522 | 2025-01-09T01:11:06.061Z | Downloaded memoffset v0.9.1 |
523 | 2025-01-09T01:11:06.063Z | Downloaded chrono-tz-build v0.4.0 |
524 | 2025-01-09T01:11:06.067Z | Downloaded linear-map v1.2.0 |
525 | 2025-01-09T01:11:06.067Z | Downloaded ipnetwork v0.20.0 |
526 | 2025-01-09T01:11:06.069Z | Downloaded is-terminal v0.4.13 |
527 | 2025-01-09T01:11:06.072Z | Downloaded libsw v3.3.1 |
528 | 2025-01-09T01:11:06.074Z | Downloaded castaway v0.2.3 |
529 | 2025-01-09T01:11:06.075Z | Downloaded md-5 v0.10.6 |
530 | 2025-01-09T01:11:06.078Z | Downloaded managed v0.8.0 |
531 | 2025-01-09T01:11:06.081Z | Downloaded lazycell v1.3.0 |
532 | 2025-01-09T01:11:06.081Z | Downloaded bcrypt-pbkdf v0.10.0 |
533 | 2025-01-09T01:11:06.084Z | Downloaded backoff v0.4.0 |
534 | 2025-01-09T01:11:06.087Z | Downloaded async-recursion v1.1.1 |
535 | 2025-01-09T01:11:06.089Z | Downloaded async-bb8-diesel v0.2.1 |
536 | 2025-01-09T01:11:06.092Z | Downloaded maybe-uninit v2.0.0 |
537 | 2025-01-09T01:11:06.095Z | Downloaded hyper-staticfile v0.10.1 |
538 | 2025-01-09T01:11:06.098Z | Downloaded icu_locid_transform v1.5.0 |
539 | 2025-01-09T01:11:06.100Z | Downloaded httparse v1.9.5 |
540 | 2025-01-09T01:11:06.104Z | Downloaded rand_chacha v0.3.1 |
541 | 2025-01-09T01:11:06.106Z | Downloaded sigpipe v0.1.3 |
542 | 2025-01-09T01:11:06.109Z | Downloaded semver v0.1.20 |
543 | 2025-01-09T01:11:06.109Z | Downloaded lock_api v0.4.12 |
544 | 2025-01-09T01:11:06.114Z | Downloaded serde-big-array v0.5.1 |
545 | 2025-01-09T01:11:06.114Z | Downloaded md5 v0.7.0 |
546 | 2025-01-09T01:11:06.116Z | Downloaded const_format_proc_macros v0.2.33 |
547 | 2025-01-09T01:11:06.119Z | Downloaded highway v1.2.0 |
548 | 2025-01-09T01:11:06.121Z | Downloaded mime v0.3.17 |
549 | 2025-01-09T01:11:06.124Z | Downloaded rusty-fork v0.3.0 |
550 | 2025-01-09T01:11:06.124Z | Downloaded time-core v0.1.2 |
551 | 2025-01-09T01:11:06.127Z | Downloaded rtoolbox v0.0.2 |
552 | 2025-01-09T01:11:06.127Z | Downloaded libloading v0.8.5 |
553 | 2025-01-09T01:11:06.130Z | Downloaded tower-service v0.3.3 |
554 | 2025-01-09T01:11:06.132Z | Downloaded ciborium v0.2.2 |
555 | 2025-01-09T01:11:06.134Z | Downloaded diesel_table_macro_syntax v0.2.0 |
556 | 2025-01-09T01:11:06.137Z | Downloaded crc32fast v1.4.2 |
557 | 2025-01-09T01:11:06.139Z | Downloaded mime_guess v2.0.5 |
558 | 2025-01-09T01:11:06.142Z | Downloaded csv-core v0.1.11 |
559 | 2025-01-09T01:11:06.145Z | Downloaded iana-time-zone v0.1.61 |
560 | 2025-01-09T01:11:06.147Z | Downloaded hmac v0.12.1 |
561 | 2025-01-09T01:11:06.150Z | Downloaded argon2 v0.5.3 |
562 | 2025-01-09T01:11:06.153Z | Downloaded base64ct v1.6.0 |
563 | 2025-01-09T01:11:06.155Z | Downloaded crossbeam-utils v0.8.20 |
564 | 2025-01-09T01:11:06.158Z | Downloaded normalize-line-endings v0.3.0 |
565 | 2025-01-09T01:11:06.161Z | Downloaded const-oid v0.9.6 |
566 | 2025-01-09T01:11:06.164Z | Downloaded indexmap v1.9.3 |
567 | 2025-01-09T01:11:06.167Z | Downloaded structmeta-derive v0.2.0 |
568 | 2025-01-09T01:11:06.171Z | Downloaded structmeta v0.3.0 |
569 | 2025-01-09T01:11:06.171Z | Downloaded stable_deref_trait v1.2.0 |
570 | 2025-01-09T01:11:06.173Z | Downloaded smf v0.2.3 |
571 | 2025-01-09T01:11:06.173Z | Downloaded memmap2 v0.9.5 |
572 | 2025-01-09T01:11:06.177Z | Downloaded thread_local v1.1.8 |
573 | 2025-01-09T01:11:06.182Z | Downloaded structmeta v0.2.0 |
574 | 2025-01-09T01:11:06.182Z | Downloaded xz2 v0.1.7 |
575 | 2025-01-09T01:11:06.184Z | Downloaded phf_shared v0.10.0 |
576 | 2025-01-09T01:11:06.184Z | Downloaded parse-size v1.1.0 |
577 | 2025-01-09T01:11:06.185Z | Downloaded xattr v1.3.1 |
578 | 2025-01-09T01:11:06.187Z | Downloaded utf16_iter v1.0.5 |
579 | 2025-01-09T01:11:06.187Z | Downloaded utf-8 v0.7.6 |
580 | 2025-01-09T01:11:06.191Z | Downloaded openssl-macros v0.1.1 |
581 | 2025-01-09T01:11:06.191Z | Downloaded wait-timeout v0.2.0 |
582 | 2025-01-09T01:11:06.193Z | Downloaded twox-hash v1.6.3 |
583 | 2025-01-09T01:11:06.196Z | Downloaded pretty-hex v0.2.1 |
584 | 2025-01-09T01:11:06.196Z | Downloaded icu_locid_transform_data v1.5.0 |
585 | 2025-01-09T01:11:06.198Z | Downloaded blake2 v0.10.6 |
586 | 2025-01-09T01:11:06.201Z | Downloaded base64 v0.13.1 |
587 | 2025-01-09T01:11:06.205Z | Downloaded bytes v1.8.0 |
588 | 2025-01-09T01:11:06.210Z | Downloaded ena v0.14.3 |
589 | 2025-01-09T01:11:06.214Z | Downloaded compact_str v0.8.0 |
590 | 2025-01-09T01:11:06.220Z | Downloaded nodrop v0.1.14 |
591 | 2025-01-09T01:11:06.222Z | Downloaded strum v0.26.3 |
592 | 2025-01-09T01:11:06.225Z | Downloaded hyper-util v0.1.10 |
593 | 2025-01-09T01:11:06.232Z | Downloaded termtree v0.4.1 |
594 | 2025-01-09T01:11:06.235Z | Downloaded typify v0.2.0 |
595 | 2025-01-09T01:11:06.239Z | Downloaded phf_generator v0.11.2 |
596 | 2025-01-09T01:11:06.242Z | Downloaded der_derive v0.7.3 |
597 | 2025-01-09T01:11:06.245Z | Downloaded unicode-truncate v1.1.0 |
598 | 2025-01-09T01:11:06.247Z | Downloaded waitgroup v0.1.2 |
599 | 2025-01-09T01:11:06.247Z | Downloaded yoke v0.7.4 |
600 | 2025-01-09T01:11:06.250Z | Downloaded yasna v0.5.2 |
601 | 2025-01-09T01:11:06.253Z | Downloaded parse-display-derive v0.10.0 |
602 | 2025-01-09T01:11:06.256Z | Downloaded vte v0.11.1 |
603 | 2025-01-09T01:11:06.256Z | Downloaded quick-error v1.2.3 |
604 | 2025-01-09T01:11:06.259Z | Downloaded rpassword v7.3.1 |
605 | 2025-01-09T01:11:06.262Z | Downloaded icu_provider v1.5.0 |
606 | 2025-01-09T01:11:06.264Z | Downloaded quinn-udp v0.5.5 |
607 | 2025-01-09T01:11:06.267Z | Downloaded primeorder v0.13.6 |
608 | 2025-01-09T01:11:06.267Z | Downloaded const_format v0.2.33 |
609 | 2025-01-09T01:11:06.272Z | Downloaded rustversion v1.0.17 |
610 | 2025-01-09T01:11:06.275Z | Downloaded mirai-annotations v1.12.0 |
611 | 2025-01-09T01:11:06.278Z | Downloaded num_threads v0.1.7 |
612 | 2025-01-09T01:11:06.278Z | Downloaded dhcproto-macros v0.1.0 |
613 | 2025-01-09T01:11:06.281Z | Downloaded hashlink v0.9.1 |
614 | 2025-01-09T01:11:06.284Z | Downloaded strip-ansi-escapes v0.2.0 |
615 | 2025-01-09T01:11:06.284Z | Downloaded spki v0.7.3 |
616 | 2025-01-09T01:11:06.286Z | Downloaded sha1 v0.10.6 |
617 | 2025-01-09T01:11:06.289Z | Downloaded serde_urlencoded v0.7.1 |
618 | 2025-01-09T01:11:06.289Z | Downloaded serde_repr v0.1.19 |
619 | 2025-01-09T01:11:06.292Z | Downloaded serde_plain v1.0.2 |
620 | 2025-01-09T01:11:06.295Z | Downloaded rustls-pemfile v1.0.4 |
621 | 2025-01-09T01:11:06.297Z | Downloaded termcolor v1.4.1 |
622 | 2025-01-09T01:11:06.297Z | Downloaded ssh-encoding v0.2.0 |
623 | 2025-01-09T01:11:06.300Z | Downloaded peg-runtime v0.8.3 |
624 | 2025-01-09T01:11:06.300Z | Downloaded smallvec v0.6.14 |
625 | 2025-01-09T01:11:06.302Z | Downloaded number_prefix v0.4.0 |
626 | 2025-01-09T01:11:06.305Z | Downloaded postgres-protocol v0.6.7 |
627 | 2025-01-09T01:11:06.307Z | Downloaded debug-ignore v1.0.5 |
628 | 2025-01-09T01:11:06.307Z | Downloaded password-hash v0.4.2 |
629 | 2025-01-09T01:11:06.310Z | Downloaded writeable v0.5.5 |
630 | 2025-01-09T01:11:06.312Z | Downloaded hickory-resolver v0.24.1 |
631 | 2025-01-09T01:11:06.316Z | Downloaded heapless v0.8.0 |
632 | 2025-01-09T01:11:06.321Z | Downloaded zerocopy v0.6.6 |
633 | 2025-01-09T01:11:06.324Z | Downloaded serde_yaml v0.9.34+deprecated |
634 | 2025-01-09T01:11:06.328Z | Downloaded sync_wrapper v1.0.1 |
635 | 2025-01-09T01:11:06.330Z | Downloaded sync-ptr v0.1.1 |
636 | 2025-01-09T01:11:06.330Z | Downloaded wyz v0.5.1 |
637 | 2025-01-09T01:11:06.333Z | Downloaded tinyvec_macros v0.1.1 |
638 | 2025-01-09T01:11:06.333Z | Downloaded zone_cfg_derive v0.1.2 |
639 | 2025-01-09T01:11:06.335Z | Downloaded zone_cfg_derive v0.3.0 |
640 | 2025-01-09T01:11:06.335Z | Downloaded serde_path_to_error v0.1.16 |
641 | 2025-01-09T01:11:06.338Z | Downloaded fs_extra v1.3.0 |
642 | 2025-01-09T01:11:06.341Z | Downloaded form_urlencoded v1.2.1 |
643 | 2025-01-09T01:11:06.341Z | Downloaded num v0.4.3 |
644 | 2025-01-09T01:11:06.344Z | Downloaded funty v2.0.0 |
645 | 2025-01-09T01:11:06.344Z | Downloaded fd-lock v4.0.2 |
646 | 2025-01-09T01:11:06.358Z | Downloaded tokio-stream v0.1.16 |
647 | 2025-01-09T01:11:06.362Z | Downloaded termios v0.3.3 |
648 | 2025-01-09T01:11:06.365Z | Downloaded tap v1.0.1 |
649 | 2025-01-09T01:11:06.368Z | Downloaded paste v1.0.15 |
650 | 2025-01-09T01:11:06.370Z | Downloaded olpc-cjson v0.1.4 |
651 | 2025-01-09T01:11:06.370Z | Downloaded postcard v1.0.10 |
652 | 2025-01-09T01:11:06.373Z | Downloaded vsss-rs v3.3.4 |
653 | 2025-01-09T01:11:06.376Z | Downloaded diesel_derives v2.2.3 |
654 | 2025-01-09T01:11:06.381Z | Downloaded num-conv v0.1.0 |
655 | 2025-01-09T01:11:06.383Z | Downloaded env_logger v0.11.5 |
656 | 2025-01-09T01:11:06.386Z | Downloaded miniz_oxide v0.8.0 |
657 | 2025-01-09T01:11:06.388Z | Downloaded serde-hex v0.1.0 |
658 | 2025-01-09T01:11:06.391Z | Downloaded russh-cryptovec v0.7.3 |
659 | 2025-01-09T01:11:06.391Z | Downloaded slab v0.4.9 |
660 | 2025-01-09T01:11:06.393Z | Downloaded siphasher v0.3.11 |
661 | 2025-01-09T01:11:06.395Z | Downloaded ref-cast-impl v1.0.23 |
662 | 2025-01-09T01:11:06.395Z | Downloaded publicsuffix v2.2.3 |
663 | 2025-01-09T01:11:06.398Z | Downloaded untrusted v0.9.0 |
664 | 2025-01-09T01:11:06.401Z | Downloaded untrusted v0.7.1 |
665 | 2025-01-09T01:11:06.404Z | Downloaded slog-dtrace v0.3.0 |
666 | 2025-01-09T01:11:06.404Z | Downloaded slog-async v2.8.0 |
667 | 2025-01-09T01:11:06.406Z | Downloaded nu-ansi-term v0.50.1 |
668 | 2025-01-09T01:11:06.409Z | Downloaded slog-bunyan v2.5.0 |
669 | 2025-01-09T01:11:06.409Z | Downloaded rsa v0.9.6 |
670 | 2025-01-09T01:11:06.415Z | Downloaded precomputed-hash v0.1.1 |
671 | 2025-01-09T01:11:06.419Z | Downloaded tls_codec v0.4.1 |
672 | 2025-01-09T01:11:06.419Z | Downloaded dyn-clone v1.0.17 |
673 | 2025-01-09T01:11:06.421Z | Downloaded pkg-config v0.3.31 |
674 | 2025-01-09T01:11:06.425Z | Downloaded pkcs8 v0.10.2 |
675 | 2025-01-09T01:11:06.427Z | Downloaded flagset v0.4.6 |
676 | 2025-01-09T01:11:06.427Z | Downloaded aes v0.8.4 |
677 | 2025-01-09T01:11:06.433Z | Downloaded uuid v1.11.0 |
678 | 2025-01-09T01:11:06.435Z | Downloaded darling_macro v0.20.10 |
679 | 2025-01-09T01:11:06.439Z | Downloaded try-lock v0.2.5 |
680 | 2025-01-09T01:11:06.440Z | Downloaded num-integer v0.1.46 |
681 | 2025-01-09T01:11:06.442Z | Downloaded num-derive v0.4.2 |
682 | 2025-01-09T01:11:06.442Z | Downloaded newtype-uuid v1.1.3 |
683 | 2025-01-09T01:11:06.445Z | Downloaded mockall v0.13.0 |
684 | 2025-01-09T01:11:06.445Z | Downloaded downcast v0.11.0 |
685 | 2025-01-09T01:11:06.447Z | Downloaded pin-utils v0.1.0 |
686 | 2025-01-09T01:11:06.451Z | Downloaded dhcproto v0.12.0 |
687 | 2025-01-09T01:11:06.453Z | Downloaded powerfmt v0.2.0 |
688 | 2025-01-09T01:11:06.453Z | Downloaded peg v0.8.4 |
689 | 2025-01-09T01:11:06.458Z | Downloaded schemars_derive v0.8.21 |
690 | 2025-01-09T01:11:06.465Z | Downloaded ppv-lite86 v0.2.20 |
691 | 2025-01-09T01:11:06.465Z | Downloaded tungstenite v0.21.0 |
692 | 2025-01-09T01:11:06.468Z | Downloaded libxml v0.3.3 |
693 | 2025-01-09T01:11:06.471Z | Downloaded path-slash v0.1.5 |
694 | 2025-01-09T01:11:06.473Z | Downloaded opaque-debug v0.3.1 |
695 | 2025-01-09T01:11:06.473Z | Downloaded tungstenite v0.23.0 |
696 | 2025-01-09T01:11:06.477Z | Downloaded synstructure v0.13.1 |
697 | 2025-01-09T01:11:06.480Z | Downloaded simd-adler32 v0.3.7 |
698 | 2025-01-09T01:11:06.480Z | Downloaded ecdsa v0.16.9 |
699 | 2025-01-09T01:11:06.483Z | Downloaded openssl-probe v0.1.5 |
700 | 2025-01-09T01:11:06.486Z | Downloaded quinn v0.11.5 |
701 | 2025-01-09T01:11:06.488Z | Downloaded toml v0.7.8 |
702 | 2025-01-09T01:11:06.491Z | Downloaded data-encoding v2.6.0 |
703 | 2025-01-09T01:11:06.494Z | Downloaded which v4.4.2 |
704 | 2025-01-09T01:11:06.497Z | Downloaded subtle v2.6.1 |
705 | 2025-01-09T01:11:06.497Z | Downloaded tabwriter v1.4.0 |
706 | 2025-01-09T01:11:06.500Z | Downloaded zerofrom v0.1.4 |
707 | 2025-01-09T01:11:06.500Z | Downloaded write16 v1.0.0 |
708 | 2025-01-09T01:11:06.503Z | Downloaded thiserror-impl-no-std v2.0.2 |
709 | 2025-01-09T01:11:06.503Z | Downloaded foreign-types v0.3.2 |
710 | 2025-01-09T01:11:06.506Z | Downloaded scheduled-thread-pool v0.2.7 |
711 | 2025-01-09T01:11:06.506Z | Downloaded foreign-types-shared v0.1.1 |
712 | 2025-01-09T01:11:06.508Z | Downloaded fallible-iterator v0.3.0 |
713 | 2025-01-09T01:11:06.508Z | Downloaded fallible-iterator v0.2.0 |
714 | 2025-01-09T01:11:06.511Z | Downloaded hyper v1.5.0 |
715 | 2025-01-09T01:11:06.517Z | Downloaded rustc-demangle v0.1.24 |
716 | 2025-01-09T01:11:06.520Z | Downloaded zopfli v0.8.1 |
717 | 2025-01-09T01:11:06.522Z | Downloaded x509-cert v0.2.5 |
718 | 2025-01-09T01:11:06.529Z | Downloaded newtype_derive v0.1.6 |
719 | 2025-01-09T01:11:06.532Z | Downloaded new_debug_unreachable v1.0.6 |
720 | 2025-01-09T01:11:06.534Z | Downloaded spin v0.9.8 |
721 | 2025-01-09T01:11:06.537Z | Downloaded salsa20 v0.10.2 |
722 | 2025-01-09T01:11:06.539Z | Downloaded rustc-hash v1.1.0 |
723 | 2025-01-09T01:11:06.539Z | Downloaded sqlformat v0.2.6 |
724 | 2025-01-09T01:11:06.542Z | Downloaded aes-gcm v0.10.3 |
725 | 2025-01-09T01:11:06.545Z | Downloaded itertools v0.13.0 |
726 | 2025-01-09T01:11:06.552Z | Downloaded toolchain_find v0.4.0 |
727 | 2025-01-09T01:11:06.556Z | Downloaded signal-hook-mio v0.2.4 |
728 | 2025-01-09T01:11:06.558Z | Downloaded rcgen v0.12.1 |
729 | 2025-01-09T01:11:06.558Z | Downloaded resolv-conf v0.7.0 |
730 | 2025-01-09T01:11:06.561Z | Downloaded walkdir v2.5.0 |
731 | 2025-01-09T01:11:06.564Z | Downloaded defmt-macros v0.3.9 |
732 | 2025-01-09T01:11:06.566Z | Downloaded display-error-chain v0.2.2 |
733 | 2025-01-09T01:11:06.569Z | Downloaded toml_edit v0.19.15 |
734 | 2025-01-09T01:11:06.587Z | Downloaded foreign-types-macros v0.2.3 |
735 | 2025-01-09T01:11:06.589Z | Downloaded dirs-next v2.0.0 |
736 | 2025-01-09T01:11:06.589Z | Downloaded glob v0.3.1 |
737 | 2025-01-09T01:11:06.592Z | Downloaded ron v0.7.1 |
738 | 2025-01-09T01:11:06.598Z | Downloaded secrecy v0.8.0 |
739 | 2025-01-09T01:11:06.600Z | Downloaded phf_shared v0.11.2 |
740 | 2025-01-09T01:11:06.600Z | Downloaded futures v0.3.31 |
741 | 2025-01-09T01:11:06.604Z | Downloaded signal-hook-registry v1.4.2 |
742 | 2025-01-09T01:11:06.606Z | Downloaded rustc_version v0.1.7 |
743 | 2025-01-09T01:11:06.606Z | Downloaded proc-macro-crate v1.3.1 |
744 | 2025-01-09T01:11:06.610Z | Downloaded predicates v3.1.2 |
745 | 2025-01-09T01:11:06.612Z | Downloaded progenitor-client v0.8.0 |
746 | 2025-01-09T01:11:06.612Z | Downloaded derive_builder_macro v0.20.2 |
747 | 2025-01-09T01:11:06.615Z | Downloaded tokio-rustls v0.26.0 |
748 | 2025-01-09T01:11:06.615Z | Downloaded test-strategy v0.3.1 |
749 | 2025-01-09T01:11:06.619Z | Downloaded futures-io v0.3.31 |
750 | 2025-01-09T01:11:06.622Z | Downloaded env_filter v0.1.2 |
751 | 2025-01-09T01:11:06.624Z | Downloaded dsl_auto_type v0.1.2 |
752 | 2025-01-09T01:11:06.624Z | Downloaded percent-encoding v2.3.1 |
753 | 2025-01-09T01:11:06.627Z | Downloaded packed_struct_codegen v0.10.1 |
754 | 2025-01-09T01:11:06.627Z | Downloaded futures-macro v0.3.31 |
755 | 2025-01-09T01:11:06.630Z | Downloaded tokio-tungstenite v0.21.0 |
756 | 2025-01-09T01:11:06.633Z | Downloaded tls_codec_derive v0.4.1 |
757 | 2025-01-09T01:11:06.633Z | Downloaded dropshot_endpoint v0.12.0 |
758 | 2025-01-09T01:11:06.638Z | Downloaded num_enum_derive v0.5.11 |
759 | 2025-01-09T01:11:06.638Z | Downloaded tracing-core v0.1.32 |
760 | 2025-01-09T01:11:06.641Z | Downloaded similar v2.6.0 |
761 | 2025-01-09T01:11:06.644Z | Downloaded ron v0.8.1 |
762 | 2025-01-09T01:11:06.650Z | Downloaded hashbrown v0.12.3 |
763 | 2025-01-09T01:11:06.655Z | Downloaded thiserror-no-std v2.0.2 |
764 | 2025-01-09T01:11:06.659Z | Downloaded deranged v0.3.11 |
765 | 2025-01-09T01:11:06.662Z | Downloaded value-bag v1.9.0 |
766 | 2025-01-09T01:11:06.664Z | Downloaded postgres-types v0.2.8 |
767 | 2025-01-09T01:11:06.667Z | Downloaded aho-corasick v1.1.3 |
768 | 2025-01-09T01:11:06.672Z | Downloaded zerofrom-derive v0.1.4 |
769 | 2025-01-09T01:11:06.675Z | Downloaded nibble_vec v0.1.0 |
770 | 2025-01-09T01:11:06.678Z | Downloaded uzers v0.12.1 |
771 | 2025-01-09T01:11:06.681Z | Downloaded mio v1.0.2 |
772 | 2025-01-09T01:11:06.684Z | Downloaded strum_macros v0.25.3 |
773 | 2025-01-09T01:11:06.687Z | Downloaded slog-scope v4.4.0 |
774 | 2025-01-09T01:11:06.690Z | Downloaded progenitor v0.8.0 |
775 | 2025-01-09T01:11:06.693Z | Downloaded slog-json v2.6.1 |
776 | 2025-01-09T01:11:06.694Z | Downloaded foldhash v0.1.3 |
777 | 2025-01-09T01:11:06.694Z | Downloaded string_cache v0.8.7 |
778 | 2025-01-09T01:11:06.697Z | Downloaded url v2.5.3 |
779 | 2025-01-09T01:11:06.700Z | Downloaded packed_struct v0.10.1 |
780 | 2025-01-09T01:11:06.703Z | Downloaded zerovec-derive v0.10.3 |
781 | 2025-01-09T01:11:06.703Z | Downloaded zeroize_derive v1.4.2 |
782 | 2025-01-09T01:11:06.705Z | Downloaded derive_more v0.99.18 |
783 | 2025-01-09T01:11:06.712Z | Downloaded hkdf v0.12.4 |
784 | 2025-01-09T01:11:06.714Z | Downloaded oso-derive v0.27.3 |
785 | 2025-01-09T01:11:06.714Z | Downloaded tinystr v0.7.6 |
786 | 2025-01-09T01:11:06.717Z | Downloaded sqlparser_derive v0.2.2 |
787 | 2025-01-09T01:11:06.717Z | Downloaded thiserror-impl v2.0.3 |
788 | 2025-01-09T01:11:06.720Z | Downloaded endian-type v0.1.2 |
789 | 2025-01-09T01:11:06.720Z | Downloaded thiserror v2.0.3 |
790 | 2025-01-09T01:11:06.725Z | Downloaded nanorand v0.7.0 |
791 | 2025-01-09T01:11:06.728Z | Downloaded displaydoc v0.2.5 |
792 | 2025-01-09T01:11:06.730Z | Downloaded aws-lc-rs v1.10.0 |
793 | 2025-01-09T01:11:06.742Z | Downloaded slog-stdlog v4.1.1 |
794 | 2025-01-09T01:11:06.745Z | Downloaded rustfmt-wrapper v0.2.1 |
795 | 2025-01-09T01:11:06.745Z | Downloaded psl-types v2.0.11 |
796 | 2025-01-09T01:11:06.748Z | Downloaded unicode-bidi v0.3.17 |
797 | 2025-01-09T01:11:06.752Z | Downloaded hash32 v0.3.1 |
798 | 2025-01-09T01:11:06.752Z | Downloaded unicode_categories v0.1.1 |
799 | 2025-01-09T01:11:06.754Z | Downloaded rustyline v14.0.0 |
800 | 2025-01-09T01:11:06.758Z | Downloaded float-ord v0.3.2 |
801 | 2025-01-09T01:11:06.761Z | Downloaded zone v0.1.8 |
802 | 2025-01-09T01:11:06.761Z | Downloaded snafu-derive v0.8.5 |
803 | 2025-01-09T01:11:06.764Z | Downloaded pkcs1 v0.7.5 |
804 | 2025-01-09T01:11:06.767Z | Downloaded rusqlite v0.32.1 |
805 | 2025-01-09T01:11:06.772Z | Downloaded gethostname v0.5.0 |
806 | 2025-01-09T01:11:06.774Z | Downloaded whoami v1.5.2 |
807 | 2025-01-09T01:11:06.777Z | Downloaded pin-project-lite v0.2.14 |
808 | 2025-01-09T01:11:06.780Z | Downloaded ssh-cipher v0.2.0 |
809 | 2025-01-09T01:11:06.783Z | Downloaded topological-sort v0.2.2 |
810 | 2025-01-09T01:11:06.786Z | Downloaded fixedbitset v0.4.2 |
811 | 2025-01-09T01:11:06.786Z | Downloaded enum-as-inner v0.6.1 |
812 | 2025-01-09T01:11:06.788Z | Downloaded static_assertions v1.1.0 |
813 | 2025-01-09T01:11:06.789Z | Downloaded multer v3.1.0 |
814 | 2025-01-09T01:11:06.792Z | Downloaded zone v0.3.0 |
815 | 2025-01-09T01:11:06.795Z | Downloaded polyval v0.6.2 |
816 | 2025-01-09T01:11:06.795Z | Downloaded r2d2 v0.8.10 |
817 | 2025-01-09T01:11:06.797Z | Downloaded multimap v0.10.0 |
818 | 2025-01-09T01:11:06.797Z | Downloaded unsafe-libyaml v0.2.11 |
819 | 2025-01-09T01:11:06.801Z | Downloaded pbkdf2 v0.12.2 |
820 | 2025-01-09T01:11:06.805Z | Downloaded typify-macro v0.2.0 |
821 | 2025-01-09T01:11:06.805Z | Downloaded num-iter v0.1.45 |
822 | 2025-01-09T01:11:06.807Z | Downloaded unicase v2.7.0 |
823 | 2025-01-09T01:11:06.808Z | Downloaded rustc-hash v2.0.0 |
824 | 2025-01-09T01:11:06.810Z | Downloaded vergen v8.3.2 |
825 | 2025-01-09T01:11:06.813Z | Downloaded radium v0.7.0 |
826 | 2025-01-09T01:11:06.815Z | Downloaded zerovec v0.10.4 |
827 | 2025-01-09T01:11:06.822Z | Downloaded getrandom v0.2.15 |
828 | 2025-01-09T01:11:06.824Z | Downloaded darling_core v0.20.10 |
829 | 2025-01-09T01:11:06.829Z | Downloaded tokio-tungstenite v0.23.1 |
830 | 2025-01-09T01:11:06.831Z | Downloaded flate2 v1.0.34 |
831 | 2025-01-09T01:11:06.837Z | Downloaded parking_lot_core v0.8.6 |
832 | 2025-01-09T01:11:06.840Z | Downloaded owo-colors v4.1.0 |
833 | 2025-01-09T01:11:06.843Z | Downloaded progenitor-macro v0.8.0 |
834 | 2025-01-09T01:11:06.846Z | Downloaded num-rational v0.4.2 |
835 | 2025-01-09T01:11:06.848Z | Downloaded env_logger v0.10.2 |
836 | 2025-01-09T01:11:06.851Z | Downloaded pem-rfc7468 v0.7.0 |
837 | 2025-01-09T01:11:06.854Z | Downloaded quinn-proto v0.11.8 |
838 | 2025-01-09T01:11:06.860Z | Downloaded mockall_derive v0.13.0 |
839 | 2025-01-09T01:11:06.863Z | Downloaded icu_properties_data v1.5.0 |
840 | 2025-01-09T01:11:06.875Z | Downloaded parking_lot v0.12.3 |
841 | 2025-01-09T01:11:06.878Z | Downloaded chrono v0.4.38 |
842 | 2025-01-09T01:11:06.886Z | Downloaded reedline v0.35.0 |
843 | 2025-01-09T01:11:06.895Z | Downloaded bitvec v1.0.1 |
844 | 2025-01-09T01:11:06.912Z | Downloaded dropshot_endpoint v0.13.0 |
845 | 2025-01-09T01:11:06.915Z | Downloaded oso v0.27.3 |
846 | 2025-01-09T01:11:06.918Z | Downloaded pin-project v1.1.6 |
847 | 2025-01-09T01:11:06.930Z | Downloaded futures-util v0.3.31 |
848 | 2025-01-09T01:11:06.942Z | Downloaded bindgen v0.69.5 |
849 | 2025-01-09T01:11:06.950Z | Downloaded qorb v0.2.1 |
850 | 2025-01-09T01:11:06.955Z | Downloaded zip v2.1.3 |
851 | 2025-01-09T01:11:06.960Z | Downloaded flume v0.11.1 |
852 | 2025-01-09T01:11:06.964Z | Downloaded idna v0.3.0 |
853 | 2025-01-09T01:11:06.971Z | Downloaded num-bigint-dig v0.8.4 |
854 | 2025-01-09T01:11:06.977Z | Downloaded steno v0.4.1 |
855 | 2025-01-09T01:11:06.981Z | Downloaded proptest v1.5.0 |
856 | 2025-01-09T01:11:06.993Z | Downloaded ssh-key v0.6.6 |
857 | 2025-01-09T01:11:06.999Z | Downloaded idna v0.2.3 |
858 | 2025-01-09T01:11:07.007Z | Downloaded curve25519-dalek v4.1.3 |
859 | 2025-01-09T01:11:07.018Z | Downloaded unicode-normalization v0.1.24 |
860 | 2025-01-09T01:11:07.021Z | Downloaded p521 v0.13.3 |
861 | 2025-01-09T01:11:07.025Z | Downloaded zerocopy v0.8.10 |
862 | 2025-01-09T01:11:07.050Z | Downloaded unicode-segmentation v1.12.0 |
863 | 2025-01-09T01:11:07.053Z | Downloaded tokio-util v0.7.12 |
864 | 2025-01-09T01:11:07.060Z | Downloaded idna v0.5.0 |
865 | 2025-01-09T01:11:07.068Z | Downloaded portable-atomic v1.9.0 |
866 | 2025-01-09T01:11:07.075Z | Downloaded openssl v0.10.66 |
867 | 2025-01-09T01:11:07.085Z | Downloaded unicode-width v0.2.0 |
868 | 2025-01-09T01:11:07.092Z | Downloaded reqwest v0.12.9 |
869 | 2025-01-09T01:11:07.102Z | Downloaded rustls-webpki v0.101.7 |
870 | 2025-01-09T01:11:07.117Z | Downloaded git2 v0.19.0 |
871 | 2025-01-09T01:11:07.126Z | Downloaded winnow v0.5.40 |
872 | 2025-01-09T01:11:07.136Z | Downloaded h2 v0.4.6 |
873 | 2025-01-09T01:11:07.143Z | Downloaded webpki-roots v0.26.6 |
874 | 2025-01-09T01:11:07.147Z | Downloaded polar-core v0.27.3 |
875 | 2025-01-09T01:11:07.158Z | Downloaded sqlparser v0.45.0 |
876 | 2025-01-09T01:11:07.163Z | Downloaded trust-dns-proto v0.22.0 |
877 | 2025-01-09T01:11:07.176Z | Downloaded rustls-webpki v0.102.8 |
878 | 2025-01-09T01:11:07.196Z | Downloaded object v0.36.5 |
879 | 2025-01-09T01:11:07.208Z | Downloaded diesel v2.2.6 |
880 | 2025-01-09T01:11:07.228Z | Downloaded chrono-tz v0.10.0 |
881 | 2025-01-09T01:11:07.235Z | Downloaded nix v0.28.0 |
882 | 2025-01-09T01:11:07.248Z | Downloaded gimli v0.31.1 |
883 | 2025-01-09T01:11:07.257Z | Downloaded openapiv3 v2.0.0 |
884 | 2025-01-09T01:11:07.270Z | Downloaded regress v0.10.1 |
885 | 2025-01-09T01:11:07.280Z | Downloaded regex-syntax v0.8.5 |
886 | 2025-01-09T01:11:07.288Z | Downloaded typify-impl v0.2.0 |
887 | 2025-01-09T01:11:07.305Z | Downloaded smoltcp v0.11.0 |
888 | 2025-01-09T01:11:07.318Z | Downloaded ratatui v0.28.1 |
889 | 2025-01-09T01:11:07.339Z | Downloaded rustls v0.23.19 |
890 | 2025-01-09T01:11:07.352Z | Downloaded nix v0.29.0 |
891 | 2025-01-09T01:11:07.365Z | Downloaded sled v0.34.7 |
892 | 2025-01-09T01:11:07.375Z | Downloaded zerocopy-derive v0.6.6 |
893 | 2025-01-09T01:11:07.386Z | Downloaded rustls v0.21.12 |
894 | 2025-01-09T01:11:07.398Z | Downloaded vcpkg v0.2.15 |
895 | 2025-01-09T01:11:07.438Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
896 | 2025-01-09T01:11:07.450Z | Downloaded regex-automata v0.4.8 |
897 | 2025-01-09T01:11:07.469Z | Downloaded p384 v0.13.0 |
898 | 2025-01-09T01:11:07.475Z | Downloaded nix v0.27.1 |
899 | 2025-01-09T01:11:07.486Z | Downloaded regex-syntax v0.6.29 |
900 | 2025-01-09T01:11:07.494Z | Downloaded bstr v1.10.0 |
901 | 2025-01-09T01:11:07.506Z | Downloaded lzma-sys v0.1.20 |
902 | 2025-01-09T01:11:07.537Z | Downloaded petname v2.0.2 |
903 | 2025-01-09T01:11:07.541Z | Downloaded regex v1.11.1 |
904 | 2025-01-09T01:11:07.554Z | Downloaded rustls v0.22.4 |
905 | 2025-01-09T01:11:07.568Z | Downloaded dropshot v0.13.0 |
906 | 2025-01-09T01:11:07.589Z | Downloaded hickory-proto v0.24.1 |
907 | 2025-01-09T01:11:07.605Z | Downloaded regress v0.9.1 |
908 | 2025-01-09T01:11:07.614Z | Downloaded radix_trie v0.2.1 |
909 | 2025-01-09T01:11:07.619Z | Downloaded csv v1.3.0 |
910 | 2025-01-09T01:11:07.640Z | Downloaded petgraph v0.6.5 |
911 | 2025-01-09T01:11:07.658Z | Downloaded object v0.30.4 |
912 | 2025-01-09T01:11:07.668Z | Downloaded tokio v1.40.0 |
913 | 2025-01-09T01:11:07.706Z | Downloaded libz-sys v1.1.20 |
914 | 2025-01-09T01:11:07.728Z | Downloaded dropshot v0.12.0 |
915 | 2025-01-09T01:11:07.747Z | Downloaded salty v0.3.0 |
916 | 2025-01-09T01:11:07.754Z | Downloaded smoltcp v0.9.1 |
917 | 2025-01-09T01:11:07.766Z | Downloaded idna v0.4.0 |
918 | 2025-01-09T01:11:07.773Z | Downloaded fatfs v0.3.6 |
919 | 2025-01-09T01:11:07.776Z | Downloaded sha3 v0.10.8 |
920 | 2025-01-09T01:11:07.781Z | Downloaded half v2.4.1 |
921 | 2025-01-09T01:11:07.784Z | Downloaded num-bigint v0.4.6 |
922 | 2025-01-09T01:11:07.789Z | Downloaded quick-xml v0.33.0 |
923 | 2025-01-09T01:11:07.796Z | Downloaded zip v0.6.6 |
924 | 2025-01-09T01:11:07.800Z | Downloaded lalrpop v0.19.12 |
925 | 2025-01-09T01:11:07.812Z | Downloaded rustls-pki-types v1.10.0 |
926 | 2025-01-09T01:11:07.815Z | Downloaded p256 v0.13.2 |
927 | 2025-01-09T01:11:07.819Z | Downloaded snafu v0.8.5 |
928 | 2025-01-09T01:11:07.825Z | Downloaded tough v0.19.0 |
929 | 2025-01-09T01:11:07.833Z | Downloaded tui-tree-widget v0.22.0 |
930 | 2025-01-09T01:11:07.836Z | Downloaded pkcs5 v0.7.1 |
931 | 2025-01-09T01:11:07.839Z | Downloaded serde_with v3.11.0 |
932 | 2025-01-09T01:11:07.847Z | Downloaded rustls-pemfile v2.2.0 |
933 | 2025-01-09T01:11:07.849Z | Downloaded unicode-properties v0.1.3 |
934 | 2025-01-09T01:11:07.852Z | Downloaded expectorate v1.1.0 |
935 | 2025-01-09T01:11:07.854Z | Downloaded rayon v1.10.0 |
936 | 2025-01-09T01:11:07.863Z | Downloaded unarray v0.1.4 |
937 | 2025-01-09T01:11:07.866Z | Downloaded enum-as-inner v0.5.1 |
938 | 2025-01-09T01:11:07.866Z | Downloaded ed25519 v2.2.3 |
939 | 2025-01-09T01:11:07.869Z | Downloaded schemars v0.8.21 |
940 | 2025-01-09T01:11:07.879Z | Downloaded blake3 v1.5.4 |
941 | 2025-01-09T01:11:07.887Z | Downloaded tokio-tungstenite v0.24.0 |
942 | 2025-01-09T01:11:07.890Z | Downloaded time-macros v0.2.18 |
943 | 2025-01-09T01:11:07.892Z | Downloaded encoding_rs v0.8.34 |
944 | 2025-01-09T01:11:07.913Z | Downloaded derive-where v1.2.7 |
945 | 2025-01-09T01:11:07.917Z | Downloaded hash32 v0.2.1 |
946 | 2025-01-09T01:11:07.919Z | Downloaded omicron-zone-package v0.12.0 |
947 | 2025-01-09T01:11:07.922Z | Downloaded samael v0.0.17 |
948 | 2025-01-09T01:11:07.927Z | Downloaded tiny-keccak v2.0.2 |
949 | 2025-01-09T01:11:07.929Z | Downloaded native-tls v0.2.12 |
950 | 2025-01-09T01:11:07.932Z | Downloaded derive_builder_core v0.20.2 |
951 | 2025-01-09T01:11:07.934Z | Downloaded strum_macros v0.26.4 |
952 | 2025-01-09T01:11:07.936Z | Downloaded rustc_version v0.4.1 |
953 | 2025-01-09T01:11:07.939Z | Downloaded hashbrown v0.14.5 |
954 | 2025-01-09T01:11:07.943Z | Downloaded openssl-sys v0.9.103 |
955 | 2025-01-09T01:11:07.947Z | Downloaded zeroize v1.8.1 |
956 | 2025-01-09T01:11:07.950Z | Downloaded strum_macros v0.24.3 |
957 | 2025-01-09T01:11:07.952Z | Downloaded futures-executor v0.3.31 |
958 | 2025-01-09T01:11:07.952Z | Downloaded serde_derive_internals v0.29.1 |
959 | 2025-01-09T01:11:07.955Z | Downloaded rand v0.8.5 |
960 | 2025-01-09T01:11:07.958Z | Downloaded russh v0.45.0 |
961 | 2025-01-09T01:11:07.963Z | Downloaded subprocess v0.2.9 |
962 | 2025-01-09T01:11:07.965Z | Downloaded time v0.3.36 |
963 | 2025-01-09T01:11:07.972Z | Downloaded nom v7.1.3 |
964 | 2025-01-09T01:11:07.978Z | Downloaded parking_lot_core v0.9.10 |
965 | 2025-01-09T01:11:07.980Z | Downloaded socket2 v0.5.7 |
966 | 2025-01-09T01:11:07.983Z | Downloaded universal-hash v0.5.1 |
967 | 2025-01-09T01:11:07.983Z | Downloaded unicode-xid v0.2.6 |
968 | 2025-01-09T01:11:07.986Z | Downloaded slog-envlogger v2.2.0 |
969 | 2025-01-09T01:11:07.986Z | Downloaded shlex v1.3.0 |
970 | 2025-01-09T01:11:07.989Z | Downloaded shell-words v1.1.0 |
971 | 2025-01-09T01:11:07.989Z | Downloaded password-hash v0.5.0 |
972 | 2025-01-09T01:11:07.992Z | Downloaded crossterm v0.28.1 |
973 | 2025-01-09T01:11:07.996Z | Downloaded itertools v0.12.1 |
974 | 2025-01-09T01:11:08.003Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
975 | 2025-01-09T01:11:08.060Z | Downloaded dirs-sys-next v0.1.2 |
976 | 2025-01-09T01:11:08.063Z | Downloaded tokio-native-tls v0.3.1 |
977 | 2025-01-09T01:11:08.065Z | Downloaded tokio-macros v2.4.0 |
978 | 2025-01-09T01:11:08.065Z | Downloaded sec1 v0.7.3 |
979 | 2025-01-09T01:11:08.068Z | Downloaded globset v0.4.15 |
980 | 2025-01-09T01:11:08.068Z | Downloaded russh-keys v0.45.0 |
981 | 2025-01-09T01:11:08.070Z | Downloaded signal-hook v0.3.17 |
982 | 2025-01-09T01:11:08.073Z | Downloaded scopeguard v1.2.0 |
983 | 2025-01-09T01:11:08.075Z | Downloaded predicates-core v1.0.8 |
984 | 2025-01-09T01:11:08.075Z | Downloaded defmt v0.3.8 |
985 | 2025-01-09T01:11:08.078Z | Downloaded rayon-core v1.12.1 |
986 | 2025-01-09T01:11:08.081Z | Downloaded foreign-types-shared v0.3.1 |
987 | 2025-01-09T01:11:08.084Z | Downloaded predicates-tree v1.0.11 |
988 | 2025-01-09T01:11:08.084Z | Downloaded pbkdf2 v0.11.0 |
989 | 2025-01-09T01:11:08.086Z | Downloaded des v0.8.1 |
990 | 2025-01-09T01:11:08.089Z | Downloaded peg-macros v0.8.4 |
991 | 2025-01-09T01:11:08.089Z | Downloaded parse-zoneinfo v0.3.1 |
992 | 2025-01-09T01:11:08.092Z | Downloaded hashbrown v0.13.2 |
993 | 2025-01-09T01:11:08.096Z | Downloaded typed-path v0.9.3 |
994 | 2025-01-09T01:11:08.102Z | Downloaded idna v1.0.3 |
995 | 2025-01-09T01:11:08.106Z | Downloaded fallible-streaming-iterator v0.1.9 |
996 | 2025-01-09T01:11:08.108Z | Downloaded pem v3.0.4 |
997 | 2025-01-09T01:11:08.108Z | Downloaded slog v2.7.0 |
998 | 2025-01-09T01:11:08.111Z | Downloaded zerocopy-derive v0.8.10 |
999 | 2025-01-09T01:11:08.116Z | Downloaded tinyvec v1.8.0 |
1000 | 2025-01-09T01:11:08.120Z | Downloaded num-complex v0.4.6 |
1001 | 2025-01-09T01:11:08.122Z | Downloaded tracing-attributes v0.1.27 |
1002 | 2025-01-09T01:11:08.125Z | Downloaded libm v0.2.8 |
1003 | 2025-01-09T01:11:08.130Z | Downloaded parse-display v0.10.0 |
1004 | 2025-01-09T01:11:08.133Z | Downloaded utf8_iter v1.0.4 |
1005 | 2025-01-09T01:11:08.133Z | Downloaded diff v0.1.13 |
1006 | 2025-01-09T01:11:08.135Z | Downloaded ed25519-dalek v2.1.1 |
1007 | 2025-01-09T01:11:08.138Z | Downloaded want v0.3.1 |
1008 | 2025-01-09T01:11:08.141Z | Downloaded float-cmp v0.9.0 |
1009 | 2025-01-09T01:11:08.141Z | Downloaded dunce v1.0.5 |
1010 | 2025-01-09T01:11:08.143Z | Downloaded supports-color v3.0.1 |
1011 | 2025-01-09T01:11:08.143Z | Downloaded poly1305 v0.8.0 |
1012 | 2025-01-09T01:11:08.145Z | Downloaded futures-sink v0.3.31 |
1013 | 2025-01-09T01:11:08.145Z | Downloaded difflib v0.4.0 |
1014 | 2025-01-09T01:11:08.148Z | Downloaded tungstenite v0.24.0 |
1015 | 2025-01-09T01:11:08.152Z | Downloaded tracing v0.1.40 |
1016 | 2025-01-09T01:11:08.154Z | Downloaded minimal-lexical v0.2.1 |
1017 | 2025-01-09T01:11:08.158Z | Downloaded itertools v0.10.5 |
1018 | 2025-01-09T01:11:08.164Z | Downloaded pin-project-internal v1.1.6 |
1019 | 2025-01-09T01:11:08.167Z | Downloaded der v0.7.9 |
1020 | 2025-01-09T01:11:08.171Z | Downloaded tokio-postgres v0.7.12 |
1021 | 2025-01-09T01:11:08.176Z | Downloaded futures-channel v0.3.31 |
1022 | 2025-01-09T01:11:08.178Z | Downloaded headers v0.4.0 |
1023 | 2025-01-09T01:11:08.182Z | Downloaded ref-cast v1.0.23 |
1024 | 2025-01-09T01:11:08.185Z | Downloaded rand_xorshift v0.3.0 |
1025 | 2025-01-09T01:11:08.187Z | Downloaded derive_builder v0.20.2 |
1026 | 2025-01-09T01:11:08.190Z | Downloaded rand_seeder v0.3.0 |
1027 | 2025-01-09T01:11:08.192Z | Downloaded ff v0.13.0 |
1028 | 2025-01-09T01:11:08.195Z | Downloaded elliptic-curve v0.13.8 |
1029 | 2025-01-09T01:11:08.197Z | Downloaded newline-converter v0.3.0 |
1030 | 2025-01-09T01:11:08.197Z | Downloaded fxhash v0.2.1 |
1031 | 2025-01-09T01:11:08.200Z | Downloaded rand_core v0.6.4 |
1032 | 2025-01-09T01:11:08.200Z | Downloaded http v1.1.0 |
1033 | 2025-01-09T01:11:08.203Z | Downloaded hickory-server v0.24.1 |
1034 | 2025-01-09T01:11:08.209Z | Downloaded bumpalo v3.16.0 |
1035 | 2025-01-09T01:11:08.212Z | Downloaded tar v0.4.42 |
1036 | 2025-01-09T01:11:08.215Z | Downloaded futures-core v0.3.31 |
1037 | 2025-01-09T01:11:08.217Z | Downloaded sct v0.7.1 |
1038 | 2025-01-09T01:11:08.219Z | Downloaded filetime v0.2.25 |
1039 | 2025-01-09T01:11:08.221Z | Downloaded diesel-dtrace v0.4.2 |
1040 | 2025-01-09T01:11:08.224Z | Downloaded num-traits v0.2.19 |
1041 | 2025-01-09T01:11:08.227Z | Downloaded crypto-bigint v0.5.5 |
1042 | 2025-01-09T01:11:08.231Z | Downloaded cc v1.1.30 |
1043 | 2025-01-09T01:11:08.235Z | Downloaded crossbeam-channel v0.5.13 |
1044 | 2025-01-09T01:11:08.239Z | Downloaded stringprep v0.1.5 |
1045 | 2025-01-09T01:11:08.241Z | Downloaded parking_lot v0.11.2 |
1046 | 2025-01-09T01:11:08.243Z | Downloaded indicatif v0.17.9 |
1047 | 2025-01-09T01:11:08.246Z | Downloaded icu_collections v1.5.0 |
1048 | 2025-01-09T01:11:08.252Z | Downloaded prettyplease v0.2.25 |
1049 | 2025-01-09T01:11:08.255Z | Downloaded group v0.13.0 |
1050 | 2025-01-09T01:11:08.258Z | Downloaded backtrace v0.3.74 |
1051 | 2025-01-09T01:11:08.261Z | Downloaded phf_codegen v0.11.2 |
1052 | 2025-01-09T01:11:08.264Z | Downloaded phf v0.11.2 |
1053 | 2025-01-09T01:11:08.264Z | Downloaded tokio-rustls v0.25.0 |
1054 | 2025-01-09T01:11:08.266Z | Downloaded structmeta-derive v0.3.0 |
1055 | 2025-01-09T01:11:08.266Z | Downloaded tokio-rustls v0.24.1 |
1056 | 2025-01-09T01:11:08.269Z | Downloaded term v0.7.0 |
1057 | 2025-01-09T01:11:08.272Z | Downloaded take_mut v0.2.2 |
1058 | 2025-01-09T01:11:08.274Z | Downloaded num_enum v0.5.11 |
1059 | 2025-01-09T01:11:08.277Z | Downloaded smallvec v1.13.2 |
1060 | 2025-01-09T01:11:08.280Z | Downloaded slog-term v2.9.1 |
1061 | 2025-01-09T01:11:08.282Z | Downloaded icu_properties v1.5.1 |
1062 | 2025-01-09T01:11:08.285Z | Downloaded icu_locid v1.5.0 |
1063 | 2025-01-09T01:11:08.288Z | Downloaded ghash v0.5.1 |
1064 | 2025-01-09T01:11:08.291Z | Downloaded futures-task v0.3.31 |
1065 | 2025-01-09T01:11:08.291Z | Downloaded fragile v2.0.0 |
1066 | 2025-01-09T01:11:08.293Z | Downloaded foreign-types v0.5.0 |
1067 | 2025-01-09T01:11:08.293Z | Downloaded defmt-parser v0.3.4 |
1068 | 2025-01-09T01:11:08.296Z | Downloaded signature v2.2.0 |
1069 | 2025-01-09T01:11:08.296Z | Downloaded signal-hook-tokio v0.3.1 |
1070 | 2025-01-09T01:11:08.299Z | Downloaded progenitor-impl v0.8.0 |
1071 | 2025-01-09T01:11:08.299Z | Downloaded chacha20poly1305 v0.10.1 |
1072 | 2025-01-09T01:11:08.302Z | Downloaded embedded-io v0.6.1 |
1073 | 2025-01-09T01:11:08.302Z | Downloaded either v1.13.0 |
1074 | 2025-01-09T01:11:08.304Z | Downloaded serde_with_macros v3.11.0 |
1075 | 2025-01-09T01:11:08.304Z | Downloaded arc-swap v1.7.1 |
1076 | 2025-01-09T01:11:08.308Z | Downloaded crossbeam-epoch v0.9.18 |
1077 | 2025-01-09T01:11:08.310Z | Downloaded crc-any v2.5.0 |
1078 | 2025-01-09T01:11:08.313Z | Downloaded clang-sys v1.8.1 |
1079 | 2025-01-09T01:11:08.315Z | Downloaded icu_normalizer_data v1.5.0 |
1080 | 2025-01-09T01:11:08.318Z | Downloaded hickory-client v0.24.1 |
1081 | 2025-01-09T01:11:08.320Z | Downloaded icu_normalizer v1.5.0 |
1082 | 2025-01-09T01:11:08.323Z | Downloaded embedded-io v0.4.0 |
1083 | 2025-01-09T01:11:08.326Z | Downloaded scrypt v0.11.0 |
1084 | 2025-01-09T01:11:08.328Z | Downloaded same-file v1.0.6 |
1085 | 2025-01-09T01:11:08.328Z | Downloaded base64 v0.21.7 |
1086 | 2025-01-09T01:11:08.331Z | Downloaded cookie v0.18.1 |
1087 | 2025-01-09T01:11:08.334Z | Downloaded ahash v0.8.11 |
1088 | 2025-01-09T01:11:08.336Z | Downloaded yoke-derive v0.7.4 |
1089 | 2025-01-09T01:11:08.340Z | Downloaded vte_generate_state_changes v0.1.2 |
1090 | 2025-01-09T01:11:08.340Z | Downloaded rfc6979 v0.4.0 |
1091 | 2025-01-09T01:11:08.340Z | Downloaded hyper-rustls v0.27.3 |
1092 | 2025-01-09T01:11:08.342Z | Downloaded cancel-safe-futures v0.1.5 |
1093 | 2025-01-09T01:11:08.345Z | Downloaded bcs v0.1.6 |
1094 | 2025-01-09T01:11:08.347Z | Downloaded litemap v0.7.3 |
1095 | 2025-01-09T01:11:08.350Z | Downloaded keccak v0.1.5 |
1096 | 2025-01-09T01:11:08.350Z | Downloaded jobserver v0.1.32 |
1097 | 2025-01-09T01:11:08.352Z | Downloaded ipnet v2.10.1 |
1098 | 2025-01-09T01:11:08.352Z | Downloaded cookie_store v0.21.0 |
1099 | 2025-01-09T01:11:08.355Z | Downloaded darling v0.20.10 |
1100 | 2025-01-09T01:11:08.358Z | Downloaded bzip2 v0.4.4 |
1101 | 2025-01-09T01:11:08.361Z | Downloaded console v0.15.8 |
1102 | 2025-01-09T01:11:08.363Z | Downloaded cbc v0.1.2 |
1103 | 2025-01-09T01:11:08.367Z | Downloaded hex-literal v0.4.1 |
1104 | 2025-01-09T01:11:08.370Z | Downloaded constant_time_eq v0.3.1 |
1105 | 2025-01-09T01:11:08.373Z | Downloaded addr2line v0.24.2 |
1106 | 2025-01-09T01:11:08.373Z | Downloaded lru-cache v0.1.2 |
1107 | 2025-01-09T01:11:08.373Z | Downloaded lockfree-object-pool v0.1.6 |
1108 | 2025-01-09T01:11:08.375Z | Downloaded cipher v0.4.4 |
1109 | 2025-01-09T01:11:08.378Z | Downloaded arrayvec v0.7.6 |
1110 | 2025-01-09T01:11:08.380Z | Downloaded arrayref v0.3.9 |
1111 | 2025-01-09T01:11:08.380Z | Downloaded indoc v1.0.9 |
1112 | 2025-01-09T01:11:08.383Z | Downloaded indent_write v2.2.0 |
1113 | 2025-01-09T01:11:08.385Z | Downloaded libefi-sys v0.1.0 |
1114 | 2025-01-09T01:11:08.385Z | Downloaded idna_adapter v1.2.0 |
1115 | 2025-01-09T01:11:08.388Z | Downloaded curve25519-dalek-derive v0.1.1 |
1116 | 2025-01-09T01:11:08.388Z | Downloaded convert_case v0.4.0 |
1117 | 2025-01-09T01:11:08.388Z | Downloaded lru v0.12.5 |
1118 | 2025-01-09T01:11:08.390Z | Downloaded lazy_static v1.5.0 |
1119 | 2025-01-09T01:11:08.390Z | Downloaded kstat-rs v0.2.4 |
1120 | 2025-01-09T01:11:08.393Z | Downloaded hostname v0.4.0 |
1121 | 2025-01-09T01:11:08.393Z | Downloaded bitflags v1.3.2 |
1122 | 2025-01-09T01:11:08.396Z | Downloaded async-trait v0.1.83 |
1123 | 2025-01-09T01:11:08.401Z | Downloaded impl-trait-for-tuples v0.2.2 |
1124 | 2025-01-09T01:11:08.404Z | Downloaded chacha20 v0.9.1 |
1125 | 2025-01-09T01:11:08.407Z | Downloaded internet-checksum v0.2.1 |
1126 | 2025-01-09T01:11:08.409Z | Downloaded inout v0.1.3 |
1127 | 2025-01-09T01:11:08.409Z | Downloaded hyper-tls v0.6.0 |
1128 | 2025-01-09T01:11:08.412Z | Downloaded colored v2.1.0 |
1129 | 2025-01-09T01:11:08.412Z | Downloaded cobs v0.2.3 |
1130 | 2025-01-09T01:11:08.414Z | Downloaded ring v0.17.8 |
1131 | 2025-01-09T01:11:08.482Z | Downloaded blowfish v0.9.1 |
1132 | 2025-01-09T01:11:08.485Z | Downloaded instability v0.3.2 |
1133 | 2025-01-09T01:11:08.485Z | Downloaded hubpack v0.1.2 |
1134 | 2025-01-09T01:11:08.487Z | Downloaded block-padding v0.3.3 |
1135 | 2025-01-09T01:11:08.487Z | Downloaded ctr v0.9.2 |
1136 | 2025-01-09T01:11:08.490Z | Downloaded crc-catalog v2.4.0 |
1137 | 2025-01-09T01:11:08.490Z | Downloaded crc v3.2.1 |
1138 | 2025-01-09T01:11:08.493Z | Downloaded cexpr v0.6.0 |
1139 | 2025-01-09T01:11:08.493Z | Downloaded home v0.5.9 |
1140 | 2025-01-09T01:11:08.495Z | Downloaded bit-set v0.5.3 |
1141 | 2025-01-09T01:11:08.495Z | Downloaded array-init v0.0.4 |
1142 | 2025-01-09T01:11:08.495Z | Downloaded aead v0.5.2 |
1143 | 2025-01-09T01:11:08.498Z | Downloaded instant v0.1.13 |
1144 | 2025-01-09T01:11:08.499Z | Downloaded http-body v1.0.1 |
1145 | 2025-01-09T01:11:08.501Z | Downloaded atomic-waker v1.1.2 |
1146 | 2025-01-09T01:11:08.502Z | Downloaded async-stream v0.3.6 |
1147 | 2025-01-09T01:11:08.504Z | Downloaded ascii-canvas v3.0.0 |
1148 | 2025-01-09T01:11:08.504Z | Downloaded httpdate v1.0.3 |
1149 | 2025-01-09T01:11:08.557Z | Downloaded libsqlite3-sys v0.30.1 |
1150 | 2025-01-09T01:11:08.770Z | Downloaded aws-lc-sys v0.22.0 |
1151 | 2025-01-09T01:11:09.090Z | Compiling serde v1.0.215 |
1152 | 2025-01-09T01:11:09.093Z | Compiling lock_api v0.4.12 |
1153 | 2025-01-09T01:11:09.093Z | Compiling scopeguard v1.2.0 |
1154 | 2025-01-09T01:11:09.093Z | Compiling value-bag v1.9.0 |
1155 | 2025-01-09T01:11:09.093Z | Compiling typenum v1.17.0 |
1156 | 2025-01-09T01:11:09.093Z | Compiling generic-array v0.14.7 |
1157 | 2025-01-09T01:11:09.294Z | Compiling syn v2.0.87 |
1158 | 2025-01-09T01:11:09.309Z | Compiling getrandom v0.2.15 |
1159 | 2025-01-09T01:11:09.413Z | Compiling subtle v2.6.1 |
1160 | 2025-01-09T01:11:09.617Z | Compiling rand_core v0.6.4 |
1161 | 2025-01-09T01:11:09.736Z | Compiling log v0.4.22 |
1162 | 2025-01-09T01:11:09.736Z | Compiling shlex v1.3.0 |
1163 | 2025-01-09T01:11:09.890Z | Compiling jobserver v0.1.32 |
1164 | 2025-01-09T01:11:10.109Z | Compiling smallvec v1.13.2 |
1165 | 2025-01-09T01:11:10.139Z | Compiling const-oid v0.9.6 |
1166 | 2025-01-09T01:11:10.162Z | Compiling spin v0.9.8 |
1167 | 2025-01-09T01:11:10.182Z | Compiling pin-project-lite v0.2.14 |
1168 | 2025-01-09T01:11:10.322Z | Compiling cc v1.1.30 |
1169 | 2025-01-09T01:11:10.522Z | Compiling rustix v0.38.37 |
1170 | 2025-01-09T01:11:10.587Z | Compiling parking_lot_core v0.9.10 |
1171 | 2025-01-09T01:11:10.629Z | Compiling futures-core v0.3.31 |
1172 | 2025-01-09T01:11:10.844Z | Compiling signal-hook-registry v1.4.2 |
1173 | 2025-01-09T01:11:10.908Z | Compiling mio v1.0.2 |
1174 | 2025-01-09T01:11:11.607Z | Compiling parking_lot v0.12.3 |
1175 | 2025-01-09T01:11:11.897Z | Compiling aho-corasick v1.1.3 |
1176 | 2025-01-09T01:11:11.919Z | Compiling cpufeatures v0.2.14 |
1177 | 2025-01-09T01:11:12.028Z | Compiling regex-syntax v0.8.5 |
1178 | 2025-01-09T01:11:12.225Z | Compiling either v1.13.0 |
1179 | 2025-01-09T01:11:12.255Z | Compiling lazy_static v1.5.0 |
1180 | 2025-01-09T01:11:12.332Z | Compiling glob v0.3.1 |
1181 | 2025-01-09T01:11:12.425Z | Compiling futures-sink v0.3.31 |
1182 | 2025-01-09T01:11:12.602Z | Compiling stable_deref_trait v1.2.0 |
1183 | 2025-01-09T01:11:12.674Z | Compiling socket2 v0.5.7 |
1184 | 2025-01-09T01:11:12.694Z | Compiling slab v0.4.9 |
1185 | 2025-01-09T01:11:12.736Z | Compiling prettyplease v0.2.25 |
1186 | 2025-01-09T01:11:13.112Z | Compiling minimal-lexical v0.2.1 |
1187 | 2025-01-09T01:11:13.189Z | Compiling serde_json v1.0.133 |
1188 | 2025-01-09T01:11:13.407Z | Compiling clang-sys v1.8.1 |
1189 | 2025-01-09T01:11:13.679Z | Compiling nom v7.1.3 |
1190 | 2025-01-09T01:11:13.729Z | Compiling libloading v0.8.5 |
1191 | 2025-01-09T01:11:13.853Z | Compiling home v0.5.9 |
1192 | 2025-01-09T01:11:14.147Z | Compiling bindgen v0.69.5 |
1193 | 2025-01-09T01:11:14.192Z | Compiling itertools v0.12.1 |
1194 | 2025-01-09T01:11:14.999Z | Compiling futures-channel v0.3.31 |
1195 | 2025-01-09T01:11:15.042Z | Compiling lazycell v1.3.0 |
1196 | 2025-01-09T01:11:15.216Z | Compiling pin-utils v0.1.0 |
1197 | 2025-01-09T01:11:15.324Z | Compiling libm v0.2.8 |
1198 | 2025-01-09T01:11:15.434Z | Compiling futures-io v0.3.31 |
1199 | 2025-01-09T01:11:15.656Z | Compiling rustc-hash v1.1.0 |
1200 | 2025-01-09T01:11:15.763Z | Compiling foldhash v0.1.3 |
1201 | 2025-01-09T01:11:15.808Z | Compiling futures-task v0.3.31 |
1202 | 2025-01-09T01:11:16.082Z | Compiling regex-automata v0.4.8 |
1203 | 2025-01-09T01:11:16.140Z | Compiling allocator-api2 v0.2.18 |
1204 | 2025-01-09T01:11:17.021Z | Compiling hashbrown v0.15.1 |
1205 | 2025-01-09T01:11:17.427Z | Compiling synstructure v0.13.1 |
1206 | 2025-01-09T01:11:17.739Z | Compiling cexpr v0.6.0 |
1207 | 2025-01-09T01:11:18.429Z | Compiling cmake v0.1.51 |
1208 | 2025-01-09T01:11:19.212Z | Compiling num-traits v0.2.19 |
1209 | 2025-01-09T01:11:19.234Z | Compiling tinyvec_macros v0.1.1 |
1210 | 2025-01-09T01:11:19.330Z | Compiling dunce v1.0.5 |
1211 | 2025-01-09T01:11:19.427Z | Compiling fs_extra v1.3.0 |
1212 | 2025-01-09T01:11:19.469Z | Compiling pkg-config v0.3.31 |
1213 | 2025-01-09T01:11:19.578Z | Compiling tinyvec v1.8.0 |
1214 | 2025-01-09T01:11:20.028Z | Compiling ring v0.17.8 |
1215 | 2025-01-09T01:11:20.676Z | Compiling unicode-bidi v0.3.17 |
1216 | 2025-01-09T01:11:21.148Z | Compiling unicode-normalization v0.1.24 |
1217 | 2025-01-09T01:11:21.182Z | Compiling litemap v0.7.3 |
1218 | 2025-01-09T01:11:21.200Z | Compiling paste v1.0.15 |
1219 | 2025-01-09T01:11:21.626Z | Compiling base64ct v1.6.0 |
1220 | 2025-01-09T01:11:21.714Z | Compiling writeable v0.5.5 |
1221 | 2025-01-09T01:11:22.166Z | Compiling regex v1.11.1 |
1222 | 2025-01-09T01:11:22.253Z | Compiling pem-rfc7468 v0.7.0 |
1223 | 2025-01-09T01:11:22.357Z | Compiling flagset v0.4.6 |
1224 | 2025-01-09T01:11:22.581Z | Compiling aws-lc-rs v1.10.0 |
1225 | 2025-01-09T01:11:22.999Z | Compiling httparse v1.9.5 |
1226 | 2025-01-09T01:11:23.162Z | Compiling tracing-core v0.1.32 |
1227 | 2025-01-09T01:11:23.255Z | Compiling icu_locid_transform_data v1.5.0 |
1228 | 2025-01-09T01:11:23.366Z | Compiling percent-encoding v2.3.1 |
1229 | 2025-01-09T01:11:23.739Z | Compiling rustls-pki-types v1.10.0 |
1230 | 2025-01-09T01:11:23.839Z | Compiling crossbeam-utils v0.8.20 |
1231 | 2025-01-09T01:11:24.469Z | Compiling serde_derive v1.0.215 |
1232 | 2025-01-09T01:11:24.469Z | Compiling zeroize_derive v1.4.2 |
1233 | 2025-01-09T01:11:24.596Z | Compiling zerocopy-derive v0.7.35 |
1234 | 2025-01-09T01:11:24.791Z | Compiling tokio-macros v2.4.0 |
1235 | 2025-01-09T01:11:24.954Z | Compiling zerofrom-derive v0.1.4 |
1236 | 2025-01-09T01:11:26.101Z | Compiling zeroize v1.8.1 |
1237 | 2025-01-09T01:11:26.524Z | Compiling thiserror-impl v1.0.69 |
1238 | 2025-01-09T01:11:26.724Z | Compiling yoke-derive v0.7.4 |
1239 | 2025-01-09T01:11:26.962Z | Compiling zerocopy v0.7.35 |
1240 | 2025-01-09T01:11:27.932Z | Compiling crypto-common v0.1.6 |
1241 | 2025-01-09T01:11:28.100Z | Compiling block-buffer v0.10.4 |
1242 | 2025-01-09T01:11:28.188Z | Compiling futures-macro v0.3.31 |
1243 | 2025-01-09T01:11:28.367Z | Compiling digest v0.10.7 |
1244 | 2025-01-09T01:11:28.628Z | Compiling zerovec-derive v0.10.3 |
1245 | 2025-01-09T01:11:28.949Z | Compiling hmac v0.12.1 |
1246 | 2025-01-09T01:11:29.152Z | Compiling block-padding v0.3.3 |
1247 | 2025-01-09T01:11:29.230Z | Compiling zerofrom v0.1.4 |
1248 | 2025-01-09T01:11:29.358Z | Compiling displaydoc v0.2.5 |
1249 | 2025-01-09T01:11:29.412Z | Compiling inout v0.1.3 |
1250 | 2025-01-09T01:11:29.471Z | Compiling sha2 v0.10.8 |
1251 | 2025-01-09T01:11:29.710Z | Compiling cipher v0.4.4 |
1252 | 2025-01-09T01:11:29.820Z | Compiling yoke v0.7.4 |
1253 | 2025-01-09T01:11:29.983Z | Compiling thiserror v1.0.69 |
1254 | 2025-01-09T01:11:30.126Z | Compiling ppv-lite86 v0.2.20 |
1255 | 2025-01-09T01:11:30.197Z | Compiling icu_provider_macros v1.5.0 |
1256 | 2025-01-09T01:11:30.200Z | Compiling futures-util v0.3.31 |
1257 | 2025-01-09T01:11:30.239Z | Compiling der_derive v0.7.3 |
1258 | 2025-01-09T01:11:31.023Z | Compiling rand_chacha v0.3.1 |
1259 | 2025-01-09T01:11:31.132Z | Compiling tracing-attributes v0.1.27 |
1260 | 2025-01-09T01:11:31.398Z | Compiling zerovec v0.10.4 |
1261 | 2025-01-09T01:11:31.453Z | Compiling salsa20 v0.10.2 |
1262 | 2025-01-09T01:11:31.698Z | Compiling rand v0.8.5 |
1263 | 2025-01-09T01:11:32.979Z | Compiling der v0.7.9 |
1264 | 2025-01-09T01:11:33.120Z | Compiling pest v2.7.14 |
1265 | 2025-01-09T01:11:33.466Z | Compiling tinystr v0.7.6 |
1266 | 2025-01-09T01:11:33.805Z | Compiling icu_collections v1.5.0 |
1267 | 2025-01-09T01:11:33.916Z | Compiling icu_locid v1.5.0 |
1268 | 2025-01-09T01:11:33.954Z | Compiling pbkdf2 v0.12.2 |
1269 | 2025-01-09T01:11:34.135Z | Compiling mirai-annotations v1.12.0 |
1270 | 2025-01-09T01:11:34.350Z | Compiling icu_properties_data v1.5.0 |
1271 | 2025-01-09T01:11:34.649Z | Compiling vcpkg v0.2.15 |
1272 | 2025-01-09T01:11:35.107Z | Compiling icu_provider v1.5.0 |
1273 | 2025-01-09T01:11:35.320Z | Compiling tracing v0.1.40 |
1274 | 2025-01-09T01:11:35.852Z | Compiling icu_locid_transform v1.5.0 |
1275 | 2025-01-09T01:11:36.180Z | Compiling spki v0.7.3 |
1276 | 2025-01-09T01:11:36.283Z | Compiling untrusted v0.9.0 |
1277 | 2025-01-09T01:11:36.442Z | Compiling num-conv v0.1.0 |
1278 | 2025-01-09T01:11:36.476Z | Compiling powerfmt v0.2.0 |
1279 | 2025-01-09T01:11:36.476Z | Compiling time-core v0.1.2 |
1280 | 2025-01-09T01:11:36.609Z | Compiling untrusted v0.7.1 |
1281 | 2025-01-09T01:11:36.679Z | Compiling pest_meta v2.7.14 |
1282 | 2025-01-09T01:11:36.736Z | Compiling time-macros v0.2.18 |
1283 | 2025-01-09T01:11:36.798Z | Compiling deranged v0.3.11 |
1284 | 2025-01-09T01:11:36.885Z | Compiling openssl-sys v0.9.103 |
1285 | 2025-01-09T01:11:36.927Z | Compiling scrypt v0.11.0 |
1286 | 2025-01-09T01:11:37.523Z | Compiling icu_properties v1.5.1 |
1287 | 2025-01-09T01:11:38.031Z | Compiling cbc v0.1.2 |
1288 | 2025-01-09T01:11:38.282Z | Compiling aes v0.8.4 |
1289 | 2025-01-09T01:11:38.738Z | Compiling scroll_derive v0.12.0 |
1290 | 2025-01-09T01:11:39.341Z | Compiling bitflags v2.6.0 |
1291 | 2025-01-09T01:11:39.805Z | Compiling bytes v1.8.0 |
1292 | 2025-01-09T01:11:40.265Z | Compiling indexmap v2.6.0 |
1293 | 2025-01-09T01:11:40.514Z | Compiling semver v1.0.23 |
1294 | 2025-01-09T01:11:41.150Z | Compiling tokio v1.40.0 |
1295 | 2025-01-09T01:11:41.227Z | Compiling http v1.1.0 |
1296 | 2025-01-09T01:11:41.352Z | Compiling rustc_version v0.4.1 |
1297 | 2025-01-09T01:11:41.879Z | Compiling utf8_iter v1.0.4 |
1298 | 2025-01-09T01:11:42.024Z | Compiling atomic-waker v1.1.2 |
1299 | 2025-01-09T01:11:42.137Z | Compiling write16 v1.0.0 |
1300 | 2025-01-09T01:11:42.190Z | Compiling num_threads v0.1.7 |
1301 | 2025-01-09T01:11:42.218Z | Compiling icu_normalizer_data v1.5.0 |
1302 | 2025-01-09T01:11:42.278Z | Compiling utf16_iter v1.0.5 |
1303 | 2025-01-09T01:11:42.323Z | Compiling time v0.3.36 |
1304 | 2025-01-09T01:11:42.326Z | Compiling scroll v0.12.0 |
1305 | 2025-01-09T01:11:42.496Z | Compiling icu_normalizer v1.5.0 |
1306 | 2025-01-09T01:11:42.607Z | Compiling pkcs5 v0.7.1 |
1307 | 2025-01-09T01:11:42.906Z | Compiling http-body v1.0.1 |
1308 | 2025-01-09T01:11:43.279Z | Compiling pest_generator v2.7.14 |
1309 | 2025-01-09T01:11:43.446Z | Compiling form_urlencoded v1.2.1 |
1310 | 2025-01-09T01:11:43.786Z | Compiling try-lock v0.2.5 |
1311 | 2025-01-09T01:11:43.847Z | Compiling slog v2.7.0 |
1312 | 2025-01-09T01:11:43.886Z | Compiling goblin v0.8.2 |
1313 | 2025-01-09T01:11:43.947Z | Compiling want v0.3.1 |
1314 | 2025-01-09T01:11:44.241Z | Compiling which v4.4.2 |
1315 | 2025-01-09T01:11:44.453Z | Compiling idna_adapter v1.2.0 |
1316 | 2025-01-09T01:11:44.692Z | Compiling pkcs8 v0.10.2 |
1317 | 2025-01-09T01:11:44.875Z | Compiling uuid v1.11.0 |
1318 | 2025-01-09T01:11:45.427Z | Compiling pest_derive v2.7.14 |
1319 | 2025-01-09T01:11:45.471Z | Compiling httpdate v1.0.3 |
1320 | 2025-01-09T01:11:45.559Z | Compiling iana-time-zone v0.1.61 |
1321 | 2025-01-09T01:11:45.984Z | Compiling chrono v0.4.38 |
1322 | 2025-01-09T01:11:46.051Z | Compiling idna v1.0.3 |
1323 | 2025-01-09T01:11:46.231Z | Compiling dtrace-parser v0.2.0 |
1324 | 2025-01-09T01:11:47.253Z | Compiling toml_datetime v0.6.8 |
1325 | 2025-01-09T01:11:47.808Z | Compiling serde_spanned v0.6.8 |
1326 | 2025-01-09T01:11:47.946Z | Compiling serde_tokenstream v0.2.2 |
1327 | 2025-01-09T01:11:48.039Z | Compiling openssl v0.10.66 |
1328 | 2025-01-09T01:11:48.058Z | Compiling base64 v0.22.1 |
1329 | 2025-01-09T01:11:48.456Z | Compiling adler2 v2.0.0 |
1330 | 2025-01-09T01:11:48.519Z | Compiling rustversion v1.0.17 |
1331 | 2025-01-09T01:11:48.561Z | Compiling match_cfg v0.1.0 |
1332 | 2025-01-09T01:11:48.662Z | Compiling foreign-types-shared v0.1.1 |
1333 | 2025-01-09T01:11:48.682Z | Compiling tower-service v0.3.3 |
1334 | 2025-01-09T01:11:48.782Z | Compiling foreign-types v0.3.2 |
1335 | 2025-01-09T01:11:48.803Z | Compiling hostname v0.3.1 |
1336 | 2025-01-09T01:11:48.823Z | Compiling miniz_oxide v0.8.0 |
1337 | 2025-01-09T01:11:48.917Z | Compiling url v2.5.3 |
1338 | 2025-01-09T01:11:49.330Z | Compiling async-trait v0.1.83 |
1339 | 2025-01-09T01:11:49.960Z | Compiling tokio-util v0.7.12 |
1340 | 2025-01-09T01:11:50.401Z | Compiling dof v0.3.0 |
1341 | 2025-01-09T01:11:50.505Z | Compiling openssl-macros v0.1.1 |
1342 | 2025-01-09T01:11:50.988Z | Compiling h2 v0.4.6 |
1343 | 2025-01-09T01:11:51.328Z | Compiling usdt-impl v0.5.0 |
1344 | 2025-01-09T01:11:51.483Z | Compiling serde_derive_internals v0.29.1 |
1345 | 2025-01-09T01:11:52.202Z | Compiling dirs-sys-next v0.1.2 |
1346 | 2025-01-09T01:11:52.692Z | Compiling native-tls v0.2.12 |
1347 | 2025-01-09T01:11:52.882Z | Compiling siphasher v0.3.11 |
1348 | 2025-01-09T01:11:52.955Z | Compiling rustls v0.23.19 |
1349 | 2025-01-09T01:11:53.027Z | Compiling data-encoding v2.6.0 |
1350 | 2025-01-09T01:11:53.219Z | Compiling rustls v0.22.4 |
1351 | 2025-01-09T01:11:53.276Z | Compiling syn v1.0.109 |
1352 | 2025-01-09T01:11:53.481Z | Compiling schemars v0.8.21 |
1353 | 2025-01-09T01:11:53.942Z | Compiling dirs-next v2.0.0 |
1354 | 2025-01-09T01:11:54.332Z | Compiling schemars_derive v0.8.21 |
1355 | 2025-01-09T01:11:54.418Z | Compiling http-body-util v0.1.2 |
1356 | 2025-01-09T01:11:54.998Z | Compiling heapless v0.7.17 |
1357 | 2025-01-09T01:11:55.436Z | Compiling crossbeam-epoch v0.9.18 |
1358 | 2025-01-09T01:11:55.471Z | Compiling signature v2.2.0 |
1359 | 2025-01-09T01:11:55.593Z | Compiling sha1 v0.10.6 |
1360 | 2025-01-09T01:11:55.766Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1361 | 2025-01-09T01:11:56.048Z | Compiling thread_local v1.1.8 |
1362 | 2025-01-09T01:11:56.199Z | Compiling multer v3.1.0 |
1363 | 2025-01-09T01:11:56.323Z | Compiling encoding_rs v0.8.34 |
1364 | 2025-01-09T01:11:56.507Z | Compiling cookie v0.18.1 |
1365 | 2025-01-09T01:11:56.647Z | Compiling mime v0.3.17 |
1366 | 2025-01-09T01:11:56.811Z | Compiling gimli v0.31.1 |
1367 | 2025-01-09T01:11:57.238Z | Compiling openssl-probe v0.1.5 |
1368 | 2025-01-09T01:11:57.427Z | Compiling rayon-core v1.12.1 |
1369 | 2025-01-09T01:11:57.596Z | Compiling signal-hook v0.3.17 |
1370 | 2025-01-09T01:11:57.680Z | Compiling unicode-properties v0.1.3 |
1371 | 2025-01-09T01:11:57.788Z | Compiling ipnet v2.10.1 |
1372 | 2025-01-09T01:11:57.862Z | Compiling slog-async v2.8.0 |
1373 | 2025-01-09T01:11:58.123Z | Compiling dyn-clone v1.0.17 |
1374 | 2025-01-09T01:11:58.356Z | Compiling hyper v1.5.0 |
1375 | 2025-01-09T01:11:59.106Z | Compiling stringprep v0.1.5 |
1376 | 2025-01-09T01:12:00.914Z | Compiling hyper-util v0.1.10 |
1377 | 2025-01-09T01:12:01.081Z | Compiling toml_edit v0.22.22 |
1378 | 2025-01-09T01:12:02.158Z | Compiling addr2line v0.24.2 |
1379 | 2025-01-09T01:12:02.456Z | Compiling crossbeam-deque v0.8.5 |
1380 | 2025-01-09T01:12:02.754Z | Compiling usdt-attr-macro v0.5.0 |
1381 | 2025-01-09T01:12:02.830Z | Compiling usdt-macro v0.5.0 |
1382 | 2025-01-09T01:12:02.864Z | Compiling term v0.7.0 |
1383 | 2025-01-09T01:12:04.055Z | Compiling slog-json v2.6.1 |
1384 | 2025-01-09T01:12:04.112Z | Compiling serde_urlencoded v0.7.1 |
1385 | 2025-01-09T01:12:04.312Z | Compiling curve25519-dalek v4.1.3 |
1386 | 2025-01-09T01:12:04.446Z | Compiling crossbeam-channel v0.5.13 |
1387 | 2025-01-09T01:12:04.469Z | Compiling enum-as-inner v0.6.1 |
1388 | 2025-01-09T01:12:04.469Z | Compiling futures-executor v0.3.31 |
1389 | 2025-01-09T01:12:04.667Z | Compiling md-5 v0.10.6 |
1390 | 2025-01-09T01:12:04.962Z | Compiling async-stream-impl v0.3.6 |
1391 | 2025-01-09T01:12:04.985Z | Compiling rustls-pemfile v2.2.0 |
1392 | 2025-01-09T01:12:05.105Z | Compiling num-integer v0.1.46 |
1393 | 2025-01-09T01:12:05.357Z | Compiling idna v0.4.0 |
1394 | 2025-01-09T01:12:05.622Z | Compiling idna v0.3.0 |
1395 | 2025-01-09T01:12:05.646Z | Compiling hash32 v0.2.1 |
1396 | 2025-01-09T01:12:05.958Z | Compiling ff v0.13.0 |
1397 | 2025-01-09T01:12:06.009Z | Compiling is-terminal v0.4.13 |
1398 | 2025-01-09T01:12:06.157Z | Compiling object v0.36.5 |
1399 | 2025-01-09T01:12:06.191Z | Compiling dropshot v0.12.0 |
1400 | 2025-01-09T01:12:06.511Z | Compiling fallible-iterator v0.2.0 |
1401 | 2025-01-09T01:12:06.534Z | Compiling rustc-demangle v0.1.24 |
1402 | 2025-01-09T01:12:07.123Z | Compiling take_mut v0.2.2 |
1403 | 2025-01-09T01:12:07.276Z | Compiling smoltcp v0.9.1 |
1404 | 2025-01-09T01:12:07.297Z | Compiling base16ct v0.2.0 |
1405 | 2025-01-09T01:12:07.394Z | Compiling portable-atomic v1.9.0 |
1406 | 2025-01-09T01:12:07.593Z | Compiling psl-types v2.0.11 |
1407 | 2025-01-09T01:12:07.642Z | Compiling linked-hash-map v0.5.6 |
1408 | 2025-01-09T01:12:07.787Z | Compiling utf-8 v0.7.6 |
1409 | 2025-01-09T01:12:08.015Z | Compiling num-bigint-dig v0.8.4 |
1410 | 2025-01-09T01:12:08.018Z | Compiling anyhow v1.0.93 |
1411 | 2025-01-09T01:12:08.108Z | Compiling quick-error v1.2.3 |
1412 | 2025-01-09T01:12:08.257Z | Compiling resolv-conf v0.7.0 |
1413 | 2025-01-09T01:12:08.370Z | Compiling tungstenite v0.24.0 |
1414 | 2025-01-09T01:12:08.539Z | Compiling lru-cache v0.1.2 |
1415 | 2025-01-09T01:12:08.743Z | Compiling publicsuffix v2.2.3 |
1416 | 2025-01-09T01:12:09.003Z | Compiling sec1 v0.7.3 |
1417 | 2025-01-09T01:12:09.077Z | Compiling postgres-protocol v0.6.7 |
1418 | 2025-01-09T01:12:09.675Z | Compiling async-stream v0.3.6 |
1419 | 2025-01-09T01:12:09.740Z | Compiling hickory-proto v0.24.1 |
1420 | 2025-01-09T01:12:09.996Z | Compiling usdt v0.5.0 |
1421 | 2025-01-09T01:12:10.319Z | Compiling group v0.13.0 |
1422 | 2025-01-09T01:12:10.462Z | Compiling slog-term v2.9.1 |
1423 | 2025-01-09T01:12:10.639Z | Compiling num-iter v0.1.45 |
1424 | 2025-01-09T01:12:10.841Z | Compiling futures v0.3.31 |
1425 | 2025-01-09T01:12:10.923Z | Compiling toml v0.8.19 |
1426 | 2025-01-09T01:12:10.970Z | Compiling slog-bunyan v2.5.0 |
1427 | 2025-01-09T01:12:12.970Z | Compiling camino v1.1.9 |
1428 | 2025-01-09T01:12:13.015Z | Compiling tokio-native-tls v0.3.1 |
1429 | 2025-01-09T01:12:13.305Z | Compiling phf_shared v0.11.2 |
1430 | 2025-01-09T01:12:13.327Z | Compiling dropshot_endpoint v0.12.0 |
1431 | 2025-01-09T01:12:13.746Z | Compiling backtrace v0.3.74 |
1432 | 2025-01-09T01:12:13.860Z | Compiling terminal_size v0.4.0 |
1433 | 2025-01-09T01:12:14.030Z | Compiling openapiv3 v2.0.0 |
1434 | 2025-01-09T01:12:14.085Z | Compiling waitgroup v0.1.2 |
1435 | 2025-01-09T01:12:14.319Z | Compiling serde_path_to_error v0.1.16 |
1436 | 2025-01-09T01:12:14.564Z | Compiling hkdf v0.12.4 |
1437 | 2025-01-09T01:12:14.840Z | Compiling crypto-bigint v0.5.5 |
1438 | 2025-01-09T01:12:15.185Z | Compiling zerocopy-derive v0.6.6 |
1439 | 2025-01-09T01:12:17.583Z | Compiling curve25519-dalek-derive v0.1.1 |
1440 | 2025-01-09T01:12:17.602Z | Compiling webpki-roots v0.26.6 |
1441 | 2025-01-09T01:12:17.820Z | Compiling idna v0.5.0 |
1442 | 2025-01-09T01:12:18.097Z | Compiling hostname v0.4.0 |
1443 | 2025-01-09T01:12:18.154Z | Compiling hubpack_derive v0.1.1 |
1444 | 2025-01-09T01:12:18.374Z | Compiling fs-err v2.11.0 |
1445 | 2025-01-09T01:12:18.528Z | Compiling ahash v0.8.11 |
1446 | 2025-01-09T01:12:18.662Z | Compiling crc32fast v1.4.2 |
1447 | 2025-01-09T01:12:18.858Z | Compiling bitflags v1.3.2 |
1448 | 2025-01-09T01:12:18.974Z | Compiling debug-ignore v1.0.5 |
1449 | 2025-01-09T01:12:19.002Z | Compiling newtype-uuid v1.1.3 |
1450 | 2025-01-09T01:12:19.026Z | Compiling managed v0.8.0 |
1451 | 2025-01-09T01:12:19.122Z | Compiling winnow v0.5.40 |
1452 | 2025-01-09T01:12:19.302Z | Compiling clap_builder v4.5.21 |
1453 | 2025-01-09T01:12:19.534Z | Compiling strum_macros v0.25.3 |
1454 | 2025-01-09T01:12:20.625Z | Compiling hubpack v0.1.2 |
1455 | 2025-01-09T01:12:21.094Z | Compiling flate2 v1.0.34 |
1456 | 2025-01-09T01:12:21.214Z | Compiling console v0.15.8 |
1457 | 2025-01-09T01:12:21.753Z | Compiling cookie_store v0.21.0 |
1458 | 2025-01-09T01:12:22.290Z | Compiling elliptic-curve v0.13.8 |
1459 | 2025-01-09T01:12:22.901Z | Compiling toml_edit v0.19.15 |
1460 | 2025-01-09T01:12:23.135Z | Compiling zerocopy v0.6.6 |
1461 | 2025-01-09T01:12:23.156Z | Compiling hickory-resolver v0.24.1 |
1462 | 2025-01-09T01:12:23.850Z | Compiling phf v0.11.2 |
1463 | 2025-01-09T01:12:24.060Z | Compiling hyper-tls v0.6.0 |
1464 | 2025-01-09T01:12:24.153Z | Compiling signal-hook-mio v0.2.4 |
1465 | 2025-01-09T01:12:24.330Z | Compiling rayon v1.10.0 |
1466 | 2025-01-09T01:12:24.354Z | Compiling bzip2 v0.4.4 |
1467 | 2025-01-09T01:12:24.776Z | Compiling postgres-types v0.2.8 |
1468 | 2025-01-09T01:12:26.406Z | Compiling tokio-tungstenite v0.24.0 |
1469 | 2025-01-09T01:12:27.603Z | Compiling ed25519 v2.2.3 |
1470 | 2025-01-09T01:12:28.407Z | Compiling phf_shared v0.10.0 |
1471 | 2025-01-09T01:12:28.832Z | Compiling tokio-stream v0.1.16 |
1472 | 2025-01-09T01:12:29.081Z | Compiling pkcs1 v0.7.5 |
1473 | 2025-01-09T01:12:29.315Z | Compiling serde-big-array v0.5.1 |
1474 | 2025-01-09T01:12:29.534Z | Compiling clap_derive v4.5.18 |
1475 | 2025-01-09T01:12:29.573Z | Compiling rfc6979 v0.4.0 |
1476 | 2025-01-09T01:12:29.786Z | Compiling serde_repr v0.1.19 |
1477 | 2025-01-09T01:12:29.936Z | Compiling derive-where v1.2.7 |
1478 | 2025-01-09T01:12:30.125Z | Compiling float-cmp v0.9.0 |
1479 | 2025-01-09T01:12:30.180Z | Compiling bstr v1.10.0 |
1480 | 2025-01-09T01:12:30.348Z | Compiling sync_wrapper v1.0.1 |
1481 | 2025-01-09T01:12:30.508Z | Compiling number_prefix v0.4.0 |
1482 | 2025-01-09T01:12:30.730Z | Compiling unicode-segmentation v1.12.0 |
1483 | 2025-01-09T01:12:31.013Z | Compiling difflib v0.4.0 |
1484 | 2025-01-09T01:12:31.125Z | Compiling static_assertions v1.1.0 |
1485 | 2025-01-09T01:12:31.260Z | Compiling whoami v1.5.2 |
1486 | 2025-01-09T01:12:31.693Z | Compiling unicode-width v0.2.0 |
1487 | 2025-01-09T01:12:31.922Z | Compiling bit-vec v0.6.3 |
1488 | 2025-01-09T01:12:32.107Z | Compiling new_debug_unreachable v1.0.6 |
1489 | 2025-01-09T01:12:32.215Z | Compiling fixedbitset v0.4.2 |
1490 | 2025-01-09T01:12:32.235Z | Compiling normalize-line-endings v0.3.0 |
1491 | 2025-01-09T01:12:32.370Z | Compiling predicates-core v1.0.8 |
1492 | 2025-01-09T01:12:32.411Z | Compiling precomputed-hash v0.1.1 |
1493 | 2025-01-09T01:12:32.543Z | Compiling string_cache v0.8.7 |
1494 | 2025-01-09T01:12:32.685Z | Compiling predicates v3.1.2 |
1495 | 2025-01-09T01:12:32.712Z | Compiling petgraph v0.6.5 |
1496 | 2025-01-09T01:12:32.754Z | Compiling bit-set v0.5.3 |
1497 | 2025-01-09T01:12:33.030Z | Compiling indicatif v0.17.9 |
1498 | 2025-01-09T01:12:33.059Z | Compiling tokio-postgres v0.7.12 |
1499 | 2025-01-09T01:12:33.654Z | Compiling similar v2.6.0 |
1500 | 2025-01-09T01:12:34.561Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1501 | 2025-01-09T01:12:34.944Z | Compiling clap v4.5.21 |
1502 | 2025-01-09T01:12:35.083Z | Compiling ecdsa v0.16.9 |
1503 | 2025-01-09T01:12:35.427Z | Compiling rsa v0.9.6 |
1504 | 2025-01-09T01:12:35.994Z | Compiling ed25519-dalek v2.1.1 |
1505 | 2025-01-09T01:12:36.203Z | Compiling toml v0.7.8 |
1506 | 2025-01-09T01:12:36.937Z | Compiling zip v0.6.6 |
1507 | 2025-01-09T01:12:37.417Z | Compiling crossterm v0.28.1 |
1508 | 2025-01-09T01:12:39.118Z | Compiling hex v0.4.3 |
1509 | 2025-01-09T01:12:39.206Z | Compiling x509-cert v0.2.5 |
1510 | 2025-01-09T01:12:39.357Z | Compiling itertools v0.10.5 |
1511 | 2025-01-09T01:12:39.436Z | Compiling lalrpop-util v0.19.12 |
1512 | 2025-01-09T01:12:39.757Z | Compiling peg-runtime v0.8.3 |
1513 | 2025-01-09T01:12:39.822Z | Compiling unicode-xid v0.2.6 |
1514 | 2025-01-09T01:12:40.041Z | Compiling strum_macros v0.26.4 |
1515 | 2025-01-09T01:12:40.406Z | Compiling xattr v1.3.1 |
1516 | 2025-01-09T01:12:40.686Z | Compiling filetime v0.2.25 |
1517 | 2025-01-09T01:12:41.022Z | Compiling tar v0.4.42 |
1518 | 2025-01-09T01:12:45.466Z | Compiling strum v0.26.3 |
1519 | 2025-01-09T01:12:48.244Z | Compiling aws-lc-sys v0.22.0 |
1520 | 2025-01-09T01:13:17.267Z | Compiling rustls-webpki v0.102.8 |
1521 | 2025-01-09T01:13:20.775Z | Compiling tokio-rustls v0.25.0 |
1522 | 2025-01-09T01:13:22.516Z | Compiling tokio-rustls v0.26.0 |
1523 | 2025-01-09T01:13:22.947Z | Compiling hyper-rustls v0.27.3 |
1524 | 2025-01-09T01:13:23.281Z | Compiling reqwest v0.12.9 |
1525 | 2025-01-09T01:13:24.366Z | Compiling qorb v0.2.1 |
1526 | 2025-01-09T01:13:29.474Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1527 | 2025-01-09T01:13:29.716Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1528 | 2025-01-09T01:13:35.683Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1529 | 2025-01-09T01:13:35.847Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1530 | 2025-01-09T01:13:35.898Z | Jan 09 01:13:35.125 INFO Starting download, target: Cockroach |
1531 | 2025-01-09T01:13:35.898Z | Jan 09 01:13:35.126 INFO Starting download, target: Clickhouse |
1532 | 2025-01-09T01:13:35.902Z | Jan 09 01:13:35.126 INFO Starting download, target: DendriteOpenapi |
1533 | 2025-01-09T01:13:35.902Z | Jan 09 01:13:35.126 INFO Starting download, target: Console |
1534 | 2025-01-09T01:13:35.902Z | Jan 09 01:13:35.126 INFO Starting download, target: DendriteStub |
1535 | 2025-01-09T01:13:35.903Z | Jan 09 01:13:35.126 INFO Starting download, target: MaghemiteMgd |
1536 | 2025-01-09T01:13:35.903Z | Jan 09 01:13:35.126 INFO Starting download, target: TransceiverControl |
1537 | 2025-01-09T01:13:35.903Z | Jan 09 01:13:35.127 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1538 | 2025-01-09T01:13:35.903Z | Jan 09 01:13:35.127 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1539 | 2025-01-09T01:13:35.903Z | Jan 09 01:13:35.127 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1540 | 2025-01-09T01:13:35.903Z | Jan 09 01:13:35.127 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1541 | 2025-01-09T01:13:35.903Z | Jan 09 01:13:35.127 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1542 | 2025-01-09T01:13:35.903Z | Jan 09 01:13:35.127 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1543 | 2025-01-09T01:13:35.903Z | Jan 09 01:13:35.127 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1544 | 2025-01-09T01:13:36.137Z | Jan 09 01:13:35.365 INFO Download complete, target: DendriteOpenapi |
1545 | 2025-01-09T01:13:36.416Z | Jan 09 01:13:35.637 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1546 | 2025-01-09T01:13:36.453Z | Jan 09 01:13:35.658 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1547 | 2025-01-09T01:13:36.760Z | Jan 09 01:13:35.986 INFO Download complete, target: Console |
1548 | 2025-01-09T01:13:36.919Z | Jan 09 01:13:36.136 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1549 | 2025-01-09T01:13:37.115Z | Jan 09 01:13:36.328 INFO Download complete, target: TransceiverControl |
1550 | 2025-01-09T01:13:37.128Z | Jan 09 01:13:36.358 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1551 | 2025-01-09T01:13:37.787Z | Jan 09 01:13:37.018 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1552 | 2025-01-09T01:13:37.787Z | Jan 09 01:13:37.018 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1553 | 2025-01-09T01:13:37.971Z | Jan 09 01:13:37.203 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1554 | 2025-01-09T01:13:39.741Z | Jan 09 01:13:38.972 INFO Download complete, target: DendriteStub |
1555 | 2025-01-09T01:13:40.047Z | Jan 09 01:13:39.274 INFO Download complete, target: MaghemiteMgd |
1556 | 2025-01-09T01:13:46.227Z | Jan 09 01:13:44.331 INFO Checking that binary works, target: Cockroach |
1557 | 2025-01-09T01:13:46.261Z | Jan 09 01:13:44.596 INFO Download complete, target: Cockroach |
1558 | 2025-01-09T01:13:50.257Z | Jan 09 01:13:49.488 INFO Checking that binary works, target: Clickhouse |
1559 | 2025-01-09T01:13:50.387Z | Jan 09 01:13:49.618 INFO Download complete, target: Clickhouse |
1560 | 2025-01-09T01:13:50.394Z | All prerequisites installed successfully |
1561 | 2025-01-09T01:13:50.397Z | |
1562 | 2025-01-09T01:13:50.397Z | real 5:15.933286817 |
1563 | 2025-01-09T01:13:50.397Z | user 17:01.821837635 |
1564 | 2025-01-09T01:13:50.397Z | sys 3:20.218745270 |
1565 | 2025-01-09T01:13:50.397Z | trap 0.607548385 |
1566 | 2025-01-09T01:13:50.397Z | tflt 1.836241904 |
1567 | 2025-01-09T01:13:50.397Z | dflt 2.047898902 |
1568 | 2025-01-09T01:13:50.397Z | kflt 0.022470154 |
1569 | 2025-01-09T01:13:50.397Z | lock 32:03.783589514 |
1570 | 2025-01-09T01:13:50.397Z | slp 1:03:57.142184888 |
1571 | 2025-01-09T01:13:50.397Z | lat 59.764310084 |
1572 | 2025-01-09T01:13:50.397Z | stop 2:30.304365395 |
1573 | 2025-01-09T01:13:50.397Z | + ptime -m cargo xtask download softnpu |
1574 | 2025-01-09T01:13:50.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1575 | 2025-01-09T01:13:50.988Z | Running `target/debug/xtask download softnpu` |
1576 | 2025-01-09T01:13:51.884Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
1577 | 2025-01-09T01:13:51.942Z | Running `target/debug/xtask-downloader softnpu` |
1578 | 2025-01-09T01:13:51.979Z | Jan 09 01:13:51.210 INFO Starting download, target: Softnpu |
1579 | 2025-01-09T01:13:51.982Z | Jan 09 01:13:51.211 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1580 | 2025-01-09T01:13:52.913Z | Jan 09 01:13:52.143 INFO Download complete, target: Softnpu |
1581 | 2025-01-09T01:13:52.916Z | |
1582 | 2025-01-09T01:13:52.919Z | real 2.514849952 |
1583 | 2025-01-09T01:13:52.919Z | user 1.342449340 |
1584 | 2025-01-09T01:13:52.919Z | sys 0.579693761 |
1585 | 2025-01-09T01:13:52.919Z | trap 0.000850988 |
1586 | 2025-01-09T01:13:52.919Z | tflt 0.000002189 |
1587 | 2025-01-09T01:13:52.919Z | dflt 0.000018670 |
1588 | 2025-01-09T01:13:52.919Z | kflt 0.000000000 |
1589 | 2025-01-09T01:13:52.919Z | lock 9.830105784 |
1590 | 2025-01-09T01:13:52.919Z | slp 0.760070197 |
1591 | 2025-01-09T01:13:52.919Z | lat 0.067869573 |
1592 | 2025-01-09T01:13:52.919Z | stop 0.000173379 |
1593 | 2025-01-09T01:13:52.919Z | + export CARGO_INCREMENTAL=0 |
1594 | 2025-01-09T01:13:52.919Z | + CARGO_INCREMENTAL=0 |
1595 | 2025-01-09T01:13:52.919Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1596 | 2025-01-09T01:13:53.885Z | Compiling proc-macro2 v1.0.89 |
1597 | 2025-01-09T01:13:53.885Z | Compiling unicode-ident v1.0.13 |
1598 | 2025-01-09T01:13:53.885Z | Compiling libc v0.2.162 |
1599 | 2025-01-09T01:13:53.887Z | Compiling serde v1.0.215 |
1600 | 2025-01-09T01:13:53.887Z | Compiling autocfg v1.4.0 |
1601 | 2025-01-09T01:13:53.887Z | Compiling version_check v0.9.5 |
1602 | 2025-01-09T01:13:53.888Z | Compiling cfg-if v1.0.0 |
1603 | 2025-01-09T01:13:54.170Z | Compiling memchr v2.7.4 |
1604 | 2025-01-09T01:13:54.191Z | Compiling typenum v1.17.0 |
1605 | 2025-01-09T01:13:54.220Z | Compiling shlex v1.3.0 |
1606 | 2025-01-09T01:13:54.641Z | Compiling value-bag v1.9.0 |
1607 | 2025-01-09T01:13:54.756Z | Compiling generic-array v0.14.7 |
1608 | 2025-01-09T01:13:54.955Z | Compiling lock_api v0.4.12 |
1609 | 2025-01-09T01:13:55.045Z | Compiling scopeguard v1.2.0 |
1610 | 2025-01-09T01:13:55.084Z | Compiling log v0.4.22 |
1611 | 2025-01-09T01:13:55.218Z | Compiling parking_lot_core v0.9.10 |
1612 | 2025-01-09T01:13:55.629Z | Compiling serde_json v1.0.133 |
1613 | 2025-01-09T01:13:55.648Z | Compiling once_cell v1.20.2 |
1614 | 2025-01-09T01:13:55.898Z | Compiling quote v1.0.37 |
1615 | 2025-01-09T01:13:55.924Z | Compiling libm v0.2.8 |
1616 | 2025-01-09T01:13:55.942Z | Compiling rustix v0.38.37 |
1617 | 2025-01-09T01:13:56.069Z | Compiling jobserver v0.1.32 |
1618 | 2025-01-09T01:13:56.243Z | Compiling getrandom v0.2.15 |
1619 | 2025-01-09T01:13:56.383Z | Compiling syn v2.0.87 |
1620 | 2025-01-09T01:13:56.577Z | Compiling cc v1.1.30 |
1621 | 2025-01-09T01:13:56.599Z | Compiling num-traits v0.2.19 |
1622 | 2025-01-09T01:13:56.619Z | Compiling thiserror v1.0.69 |
1623 | 2025-01-09T01:13:56.638Z | Compiling aho-corasick v1.1.3 |
1624 | 2025-01-09T01:13:56.640Z | Compiling regex-syntax v0.8.5 |
1625 | 2025-01-09T01:13:56.828Z | Compiling either v1.13.0 |
1626 | 2025-01-09T01:13:56.892Z | Compiling itoa v1.0.11 |
1627 | 2025-01-09T01:13:57.100Z | Compiling spin v0.9.8 |
1628 | 2025-01-09T01:13:57.346Z | Compiling slab v0.4.9 |
1629 | 2025-01-09T01:13:57.528Z | Compiling byteorder v1.5.0 |
1630 | 2025-01-09T01:13:57.781Z | Compiling errno v0.3.9 |
1631 | 2025-01-09T01:13:57.994Z | Compiling rand_core v0.6.4 |
1632 | 2025-01-09T01:13:58.166Z | Compiling lazy_static v1.5.0 |
1633 | 2025-01-09T01:13:58.286Z | Compiling glob v0.3.1 |
1634 | 2025-01-09T01:13:58.826Z | Compiling prettyplease v0.2.25 |
1635 | 2025-01-09T01:13:59.060Z | Compiling clang-sys v1.8.1 |
1636 | 2025-01-09T01:13:59.253Z | Compiling minimal-lexical v0.2.1 |
1637 | 2025-01-09T01:13:59.639Z | Compiling libloading v0.8.5 |
1638 | 2025-01-09T01:13:59.736Z | Compiling nom v7.1.3 |
1639 | 2025-01-09T01:13:59.759Z | Compiling subtle v2.6.1 |
1640 | 2025-01-09T01:14:00.039Z | Compiling allocator-api2 v0.2.18 |
1641 | 2025-01-09T01:14:00.116Z | Compiling bindgen v0.69.5 |
1642 | 2025-01-09T01:14:00.228Z | Compiling home v0.5.9 |
1643 | 2025-01-09T01:14:00.456Z | Compiling regex-automata v0.4.8 |
1644 | 2025-01-09T01:14:00.808Z | Compiling itertools v0.12.1 |
1645 | 2025-01-09T01:14:01.041Z | Compiling semver v1.0.23 |
1646 | 2025-01-09T01:14:01.098Z | Compiling rustc-hash v1.1.0 |
1647 | 2025-01-09T01:14:01.262Z | Compiling smallvec v1.13.2 |
1648 | 2025-01-09T01:14:01.496Z | Compiling lazycell v1.3.0 |
1649 | 2025-01-09T01:14:01.777Z | Compiling cmake v0.1.51 |
1650 | 2025-01-09T01:14:02.726Z | Compiling fs_extra v1.3.0 |
1651 | 2025-01-09T01:14:02.794Z | Compiling dunce v1.0.5 |
1652 | 2025-01-09T01:14:03.210Z | Compiling pkg-config v0.3.31 |
1653 | 2025-01-09T01:14:03.288Z | Compiling ryu v1.0.18 |
1654 | 2025-01-09T01:14:03.585Z | Compiling cexpr v0.6.0 |
1655 | 2025-01-09T01:14:03.669Z | Compiling ring v0.17.8 |
1656 | 2025-01-09T01:14:03.730Z | Compiling pin-project-lite v0.2.14 |
1657 | 2025-01-09T01:14:03.899Z | Compiling const-oid v0.9.6 |
1658 | 2025-01-09T01:14:04.111Z | Compiling schemars v0.8.21 |
1659 | 2025-01-09T01:14:04.450Z | Compiling synstructure v0.13.1 |
1660 | 2025-01-09T01:14:05.189Z | Compiling paste v1.0.15 |
1661 | 2025-01-09T01:14:05.214Z | Compiling fnv v1.0.7 |
1662 | 2025-01-09T01:14:05.352Z | Compiling serde_derive_internals v0.29.1 |
1663 | 2025-01-09T01:14:05.790Z | Compiling equivalent v1.0.1 |
1664 | 2025-01-09T01:14:05.892Z | Compiling foldhash v0.1.3 |
1665 | 2025-01-09T01:14:05.912Z | Compiling httparse v1.9.5 |
1666 | 2025-01-09T01:14:06.190Z | Compiling regex v1.11.1 |
1667 | 2025-01-09T01:14:06.511Z | Compiling aws-lc-rs v1.10.0 |
1668 | 2025-01-09T01:14:06.561Z | Compiling hashbrown v0.15.1 |
1669 | 2025-01-09T01:14:07.248Z | Compiling heck v0.5.0 |
1670 | 2025-01-09T01:14:07.656Z | Compiling signal-hook-registry v1.4.2 |
1671 | 2025-01-09T01:14:07.969Z | Compiling parking_lot v0.12.3 |
1672 | 2025-01-09T01:14:08.030Z | Compiling mio v1.0.2 |
1673 | 2025-01-09T01:14:09.674Z | Compiling crossbeam-utils v0.8.20 |
1674 | 2025-01-09T01:14:09.946Z | Compiling serde_derive v1.0.215 |
1675 | 2025-01-09T01:14:10.010Z | Compiling zeroize_derive v1.4.2 |
1676 | 2025-01-09T01:14:10.066Z | Compiling zerocopy-derive v0.7.35 |
1677 | 2025-01-09T01:14:10.231Z | Compiling thiserror-impl v1.0.69 |
1678 | 2025-01-09T01:14:10.770Z | Compiling tokio-macros v2.4.0 |
1679 | 2025-01-09T01:14:11.132Z | Compiling zerofrom-derive v0.1.4 |
1680 | 2025-01-09T01:14:11.419Z | Compiling yoke-derive v0.7.4 |
1681 | 2025-01-09T01:14:11.499Z | Compiling zeroize v1.8.1 |
1682 | 2025-01-09T01:14:12.030Z | Compiling futures-macro v0.3.31 |
1683 | 2025-01-09T01:14:12.107Z | Compiling zerovec-derive v0.10.3 |
1684 | 2025-01-09T01:14:12.231Z | Compiling zerocopy v0.7.35 |
1685 | 2025-01-09T01:14:13.184Z | Compiling displaydoc v0.2.5 |
1686 | 2025-01-09T01:14:13.875Z | Compiling crypto-common v0.1.6 |
1687 | 2025-01-09T01:14:14.067Z | Compiling tracing-attributes v0.1.27 |
1688 | 2025-01-09T01:14:14.085Z | Compiling schemars_derive v0.8.21 |
1689 | 2025-01-09T01:14:14.104Z | Compiling icu_provider_macros v1.5.0 |
1690 | 2025-01-09T01:14:14.543Z | Compiling block-buffer v0.10.4 |
1691 | 2025-01-09T01:14:14.654Z | Compiling stable_deref_trait v1.2.0 |
1692 | 2025-01-09T01:14:14.777Z | Compiling digest v0.10.7 |
1693 | 2025-01-09T01:14:14.799Z | Compiling der_derive v0.7.3 |
1694 | 2025-01-09T01:14:15.261Z | Compiling socket2 v0.5.7 |
1695 | 2025-01-09T01:14:15.443Z | Compiling futures-core v0.3.31 |
1696 | 2025-01-09T01:14:15.532Z | Compiling time-core v0.1.2 |
1697 | 2025-01-09T01:14:15.735Z | Compiling num-conv v0.1.0 |
1698 | 2025-01-09T01:14:16.052Z | Compiling time-macros v0.2.18 |
1699 | 2025-01-09T01:14:17.018Z | Compiling vcpkg v0.2.15 |
1700 | 2025-01-09T01:14:17.689Z | Compiling syn v1.0.109 |
1701 | 2025-01-09T01:14:18.491Z | Compiling cpufeatures v0.2.14 |
1702 | 2025-01-09T01:14:18.669Z | Compiling openssl-sys v0.9.103 |
1703 | 2025-01-09T01:14:18.812Z | Compiling futures-sink v0.3.31 |
1704 | 2025-01-09T01:14:19.082Z | Compiling slog v2.7.0 |
1705 | 2025-01-09T01:14:19.332Z | Compiling ahash v0.8.11 |
1706 | 2025-01-09T01:14:19.626Z | Compiling iana-time-zone v0.1.61 |
1707 | 2025-01-09T01:14:19.648Z | Compiling zerofrom v0.1.4 |
1708 | 2025-01-09T01:14:19.940Z | Compiling scroll_derive v0.12.0 |
1709 | 2025-01-09T01:14:20.041Z | Compiling ucd-trie v0.1.7 |
1710 | 2025-01-09T01:14:20.098Z | Compiling yoke v0.7.4 |
1711 | 2025-01-09T01:14:20.386Z | Compiling pest v2.7.14 |
1712 | 2025-01-09T01:14:20.492Z | Compiling futures-channel v0.3.31 |
1713 | 2025-01-09T01:14:20.917Z | Compiling hmac v0.12.1 |
1714 | 2025-01-09T01:14:21.137Z | Compiling pin-utils v0.1.0 |
1715 | 2025-01-09T01:14:21.245Z | Compiling futures-task v0.3.31 |
1716 | 2025-01-09T01:14:21.382Z | Compiling openssl v0.10.66 |
1717 | 2025-01-09T01:14:21.682Z | Compiling futures-io v0.3.31 |
1718 | 2025-01-09T01:14:22.030Z | Compiling futures-util v0.3.31 |
1719 | 2025-01-09T01:14:22.080Z | Compiling zerovec v0.10.4 |
1720 | 2025-01-09T01:14:22.231Z | Compiling block-padding v0.3.3 |
1721 | 2025-01-09T01:14:22.614Z | Compiling tinyvec_macros v0.1.1 |
1722 | 2025-01-09T01:14:22.713Z | Compiling tinyvec v1.8.0 |
1723 | 2025-01-09T01:14:23.256Z | Compiling pest_meta v2.7.14 |
1724 | 2025-01-09T01:14:23.808Z | Compiling bitflags v2.6.0 |
1725 | 2025-01-09T01:14:24.244Z | Compiling bytes v1.8.0 |
1726 | 2025-01-09T01:14:26.260Z | Compiling indexmap v2.6.0 |
1727 | 2025-01-09T01:14:27.415Z | Compiling tokio v1.40.0 |
1728 | 2025-01-09T01:14:27.803Z | Compiling serde_tokenstream v0.2.2 |
1729 | 2025-01-09T01:14:28.240Z | Compiling which v4.4.2 |
1730 | 2025-01-09T01:14:28.376Z | Compiling uuid v1.11.0 |
1731 | 2025-01-09T01:14:28.993Z | Compiling http v1.1.0 |
1732 | 2025-01-09T01:14:29.367Z | Compiling chrono v0.4.38 |
1733 | 2025-01-09T01:14:29.682Z | Compiling rustc_version v0.4.1 |
1734 | 2025-01-09T01:14:32.971Z | Compiling pest_generator v2.7.14 |
1735 | 2025-01-09T01:14:33.119Z | Compiling serde_spanned v0.6.8 |
1736 | 2025-01-09T01:14:33.348Z | Compiling toml_datetime v0.6.8 |
1737 | 2025-01-09T01:14:33.823Z | Compiling inout v0.1.3 |
1738 | 2025-01-09T01:14:34.828Z | Compiling openssl-macros v0.1.1 |
1739 | 2025-01-09T01:14:35.077Z | Compiling strsim v0.11.1 |
1740 | 2025-01-09T01:14:35.560Z | Compiling dyn-clone v1.0.17 |
1741 | 2025-01-09T01:14:35.785Z | Compiling rustls v0.23.19 |
1742 | 2025-01-09T01:14:35.825Z | Compiling native-tls v0.2.12 |
1743 | 2025-01-09T01:14:36.435Z | Compiling pest_derive v2.7.14 |
1744 | 2025-01-09T01:14:37.154Z | Compiling cipher v0.4.4 |
1745 | 2025-01-09T01:14:37.214Z | Compiling unicode-normalization v0.1.24 |
1746 | 2025-01-09T01:14:37.635Z | Compiling tinystr v0.7.6 |
1747 | 2025-01-09T01:14:37.857Z | Compiling sha2 v0.10.8 |
1748 | 2025-01-09T01:14:37.937Z | Compiling tracing-core v0.1.32 |
1749 | 2025-01-09T01:14:38.080Z | Compiling usdt-impl v0.5.0 |
1750 | 2025-01-09T01:14:38.312Z | Compiling base64ct v1.6.0 |
1751 | 2025-01-09T01:14:38.416Z | Compiling litemap v0.7.3 |
1752 | 2025-01-09T01:14:38.653Z | Compiling writeable v0.5.5 |
1753 | 2025-01-09T01:14:38.832Z | Compiling unicode-bidi v0.3.17 |
1754 | 2025-01-09T01:14:39.076Z | Compiling icu_locid v1.5.0 |
1755 | 2025-01-09T01:14:40.090Z | Compiling tracing v0.1.40 |
1756 | 2025-01-09T01:14:40.353Z | Compiling pem-rfc7468 v0.7.0 |
1757 | 2025-01-09T01:14:41.135Z | Compiling scroll v0.12.0 |
1758 | 2025-01-09T01:14:41.379Z | Compiling ppv-lite86 v0.2.20 |
1759 | 2025-01-09T01:14:41.496Z | Compiling async-trait v0.1.83 |
1760 | 2025-01-09T01:14:42.326Z | Compiling cookie v0.18.1 |
1761 | 2025-01-09T01:14:42.677Z | Compiling camino v1.1.9 |
1762 | 2025-01-09T01:14:42.896Z | Compiling aws-lc-sys v0.22.0 |
1763 | 2025-01-09T01:14:43.213Z | Compiling flagset v0.4.6 |
1764 | 2025-01-09T01:14:43.452Z | Compiling plain v0.2.3 |
1765 | 2025-01-09T01:14:43.847Z | Compiling anyhow v1.0.93 |
1766 | 2025-01-09T01:14:44.410Z | Compiling goblin v0.8.2 |
1767 | 2025-01-09T01:14:46.704Z | Compiling der v0.7.9 |
1768 | 2025-01-09T01:14:47.941Z | Compiling rand_chacha v0.3.1 |
1769 | 2025-01-09T01:14:49.593Z | Compiling icu_provider v1.5.0 |
1770 | 2025-01-09T01:14:50.682Z | Compiling rustls-pki-types v1.10.0 |
1771 | 2025-01-09T01:14:51.408Z | Compiling percent-encoding v2.3.1 |
1772 | 2025-01-09T01:14:51.702Z | Compiling rustls v0.22.4 |
1773 | 2025-01-09T01:14:51.982Z | Compiling icu_locid_transform_data v1.5.0 |
1774 | 2025-01-09T01:14:52.097Z | Compiling rayon-core v1.12.1 |
1775 | 2025-01-09T01:14:52.211Z | Compiling pretty-hex v0.4.1 |
1776 | 2025-01-09T01:14:52.370Z | Compiling dof v0.3.0 |
1777 | 2025-01-09T01:14:52.419Z | Compiling icu_locid_transform v1.5.0 |
1778 | 2025-01-09T01:14:53.600Z | Compiling spki v0.7.3 |
1779 | 2025-01-09T01:14:53.931Z | Compiling rand v0.8.5 |
1780 | 2025-01-09T01:14:54.301Z | Compiling salsa20 v0.10.2 |
1781 | 2025-01-09T01:14:54.400Z | Compiling dtrace-parser v0.2.0 |
1782 | 2025-01-09T01:14:54.527Z | Compiling tokio-util v0.7.12 |
1783 | 2025-01-09T01:14:54.702Z | Compiling icu_collections v1.5.0 |
1784 | 2025-01-09T01:14:55.588Z | Compiling pbkdf2 v0.12.2 |
1785 | 2025-01-09T01:14:55.960Z | Compiling thread-id v4.2.2 |
1786 | 2025-01-09T01:14:56.090Z | Compiling icu_properties_data v1.5.0 |
1787 | 2025-01-09T01:14:56.163Z | Compiling untrusted v0.7.1 |
1788 | 2025-01-09T01:14:56.197Z | Compiling mirai-annotations v1.12.0 |
1789 | 2025-01-09T01:14:56.367Z | Compiling untrusted v0.9.0 |
1790 | 2025-01-09T01:14:56.390Z | Compiling powerfmt v0.2.0 |
1791 | 2025-01-09T01:14:56.544Z | Compiling winnow v0.5.40 |
1792 | 2025-01-09T01:14:56.813Z | Compiling deranged v0.3.11 |
1793 | 2025-01-09T01:14:58.901Z | Compiling icu_properties v1.5.1 |
1794 | 2025-01-09T01:15:00.642Z | Compiling toml_edit v0.19.15 |
1795 | 2025-01-09T01:15:02.291Z | Compiling scrypt v0.11.0 |
1796 | 2025-01-09T01:15:02.379Z | Compiling cbc v0.1.2 |
1797 | 2025-01-09T01:15:02.516Z | Compiling aes v0.8.4 |
1798 | 2025-01-09T01:15:03.718Z | Compiling multer v3.1.0 |
1799 | 2025-01-09T01:15:03.958Z | Compiling num_threads v0.1.7 |
1800 | 2025-01-09T01:15:04.013Z | Compiling utf8_iter v1.0.4 |
1801 | 2025-01-09T01:15:04.096Z | Compiling rustversion v1.0.17 |
1802 | 2025-01-09T01:15:04.402Z | Compiling atomic-waker v1.1.2 |
1803 | 2025-01-09T01:15:04.574Z | Compiling icu_normalizer_data v1.5.0 |
1804 | 2025-01-09T01:15:04.596Z | Compiling utf16_iter v1.0.5 |
1805 | 2025-01-09T01:15:04.691Z | Compiling write16 v1.0.0 |
1806 | 2025-01-09T01:15:04.798Z | Compiling slog-async v2.8.0 |
1807 | 2025-01-09T01:15:05.120Z | Compiling time v0.3.36 |
1808 | 2025-01-09T01:15:05.262Z | Compiling icu_normalizer v1.5.0 |
1809 | 2025-01-09T01:15:06.049Z | Compiling pkcs5 v0.7.1 |
1810 | 2025-01-09T01:15:07.526Z | Compiling form_urlencoded v1.2.1 |
1811 | 2025-01-09T01:15:08.019Z | Compiling http-body v1.0.1 |
1812 | 2025-01-09T01:15:08.281Z | Compiling heapless v0.7.17 |
1813 | 2025-01-09T01:15:08.434Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1814 | 2025-01-09T01:15:09.127Z | Compiling signal-hook v0.3.17 |
1815 | 2025-01-09T01:15:09.400Z | Compiling try-lock v0.2.5 |
1816 | 2025-01-09T01:15:09.722Z | Compiling want v0.3.1 |
1817 | 2025-01-09T01:15:11.295Z | Compiling pkcs8 v0.10.2 |
1818 | 2025-01-09T01:15:11.584Z | Compiling idna_adapter v1.2.0 |
1819 | 2025-01-09T01:15:11.991Z | Compiling h2 v0.4.6 |
1820 | 2025-01-09T01:15:13.065Z | Compiling usdt-macro v0.5.0 |
1821 | 2025-01-09T01:15:14.424Z | Compiling usdt-attr-macro v0.5.0 |
1822 | 2025-01-09T01:15:14.921Z | Compiling async-stream-impl v0.3.6 |
1823 | 2025-01-09T01:15:15.162Z | Compiling httpdate v1.0.3 |
1824 | 2025-01-09T01:15:15.933Z | Compiling adler2 v2.0.0 |
1825 | 2025-01-09T01:15:16.233Z | Compiling miniz_oxide v0.8.0 |
1826 | 2025-01-09T01:15:17.091Z | Compiling idna v1.0.3 |
1827 | 2025-01-09T01:15:18.827Z | Compiling curve25519-dalek v4.1.3 |
1828 | 2025-01-09T01:15:19.228Z | Compiling hyper v1.5.0 |
1829 | 2025-01-09T01:15:19.472Z | Compiling openapiv3 v2.0.0 |
1830 | 2025-01-09T01:15:21.921Z | Compiling enum-as-inner v0.6.1 |
1831 | 2025-01-09T01:15:23.076Z | Compiling dropshot v0.12.0 |
1832 | 2025-01-09T01:15:23.364Z | Compiling tower-service v0.3.3 |
1833 | 2025-01-09T01:15:23.503Z | Compiling base64 v0.22.1 |
1834 | 2025-01-09T01:15:23.669Z | Compiling match_cfg v0.1.0 |
1835 | 2025-01-09T01:15:23.803Z | Compiling smoltcp v0.9.1 |
1836 | 2025-01-09T01:15:23.842Z | Compiling num-bigint-dig v0.8.4 |
1837 | 2025-01-09T01:15:24.127Z | Compiling foreign-types-shared v0.1.1 |
1838 | 2025-01-09T01:15:24.247Z | Compiling newtype-uuid v1.1.3 |
1839 | 2025-01-09T01:15:24.406Z | Compiling portable-atomic v1.9.0 |
1840 | 2025-01-09T01:15:24.481Z | Compiling foreign-types v0.3.2 |
1841 | 2025-01-09T01:15:24.530Z | Compiling hostname v0.3.1 |
1842 | 2025-01-09T01:15:24.584Z | Compiling hyper-util v0.1.10 |
1843 | 2025-01-09T01:15:30.871Z | Compiling url v2.5.3 |
1844 | 2025-01-09T01:15:32.636Z | Compiling dirs-sys-next v0.1.2 |
1845 | 2025-01-09T01:15:32.699Z | Compiling heck v0.4.1 |
1846 | 2025-01-09T01:15:32.825Z | Compiling ident_case v1.0.1 |
1847 | 2025-01-09T01:15:32.959Z | Compiling siphasher v0.3.11 |
1848 | 2025-01-09T01:15:33.122Z | Compiling data-encoding v2.6.0 |
1849 | 2025-01-09T01:15:33.125Z | Compiling gimli v0.31.1 |
1850 | 2025-01-09T01:15:33.262Z | Compiling darling_core v0.20.10 |
1851 | 2025-01-09T01:15:33.323Z | Compiling dirs-next v2.0.0 |
1852 | 2025-01-09T01:15:36.416Z | Compiling http-body-util v0.1.2 |
1853 | 2025-01-09T01:15:39.546Z | Compiling addr2line v0.24.2 |
1854 | 2025-01-09T01:15:40.153Z | Compiling crossbeam-epoch v0.9.18 |
1855 | 2025-01-09T01:15:40.356Z | Compiling hubpack_derive v0.1.1 |
1856 | 2025-01-09T01:15:40.381Z | Compiling dropshot_endpoint v0.12.0 |
1857 | 2025-01-09T01:15:40.575Z | Compiling sha1 v0.10.6 |
1858 | 2025-01-09T01:15:40.874Z | Compiling signature v2.2.0 |
1859 | 2025-01-09T01:15:40.975Z | Compiling zerocopy-derive v0.6.6 |
1860 | 2025-01-09T01:15:41.113Z | Compiling curve25519-dalek-derive v0.1.1 |
1861 | 2025-01-09T01:15:41.273Z | Compiling object v0.36.5 |
1862 | 2025-01-09T01:15:42.515Z | Compiling thread_local v1.1.8 |
1863 | 2025-01-09T01:15:42.899Z | Compiling fs-err v2.11.0 |
1864 | 2025-01-09T01:15:42.996Z | Compiling encoding_rs v0.8.34 |
1865 | 2025-01-09T01:15:44.522Z | Compiling ipnet v2.10.1 |
1866 | 2025-01-09T01:15:45.675Z | Compiling winnow v0.6.20 |
1867 | 2025-01-09T01:15:46.637Z | Compiling anstyle v1.0.10 |
1868 | 2025-01-09T01:15:47.102Z | Compiling utf8parse v0.2.2 |
1869 | 2025-01-09T01:15:49.588Z | Compiling mime v0.3.17 |
1870 | 2025-01-09T01:15:50.783Z | Compiling unicode-properties v0.1.3 |
1871 | 2025-01-09T01:15:51.285Z | Compiling openssl-probe v0.1.5 |
1872 | 2025-01-09T01:15:51.600Z | Compiling rustc-demangle v0.1.24 |
1873 | 2025-01-09T01:15:52.589Z | Compiling backtrace v0.3.74 |
1874 | 2025-01-09T01:15:54.675Z | Compiling stringprep v0.1.5 |
1875 | 2025-01-09T01:15:54.781Z | Compiling toml_edit v0.22.22 |
1876 | 2025-01-09T01:15:56.639Z | Compiling anstyle-parse v0.2.5 |
1877 | 2025-01-09T01:15:58.535Z | Compiling rustls-webpki v0.102.8 |
1878 | 2025-01-09T01:15:58.946Z | Compiling crossbeam-deque v0.8.5 |
1879 | 2025-01-09T01:16:03.893Z | Compiling darling_macro v0.20.10 |
1880 | 2025-01-09T01:16:05.426Z | Compiling term v0.7.0 |
1881 | 2025-01-09T01:16:06.670Z | Compiling slog-json v2.6.1 |
1882 | 2025-01-09T01:16:08.432Z | Compiling serde_urlencoded v0.7.1 |
1883 | 2025-01-09T01:16:09.039Z | Compiling crossbeam-channel v0.5.13 |
1884 | 2025-01-09T01:16:09.128Z | Compiling rustls-pemfile v2.2.0 |
1885 | 2025-01-09T01:16:09.531Z | Compiling hashbrown v0.14.5 |
1886 | 2025-01-09T01:16:10.161Z | Compiling idna v0.4.0 |
1887 | 2025-01-09T01:16:10.181Z | Compiling idna v0.3.0 |
1888 | 2025-01-09T01:16:10.932Z | Compiling futures-executor v0.3.31 |
1889 | 2025-01-09T01:16:11.661Z | Compiling num-integer v0.1.46 |
1890 | 2025-01-09T01:16:11.896Z | Compiling md-5 v0.10.6 |
1891 | 2025-01-09T01:16:12.145Z | Compiling ff v0.13.0 |
1892 | 2025-01-09T01:16:12.167Z | Compiling hash32 v0.2.1 |
1893 | 2025-01-09T01:16:12.389Z | Compiling memmap v0.7.0 |
1894 | 2025-01-09T01:16:12.406Z | Compiling is-terminal v0.4.13 |
1895 | 2025-01-09T01:16:12.548Z | Compiling colorchoice v1.0.2 |
1896 | 2025-01-09T01:16:12.707Z | Compiling utf-8 v0.7.6 |
1897 | 2025-01-09T01:16:13.516Z | Compiling anstyle-query v1.1.1 |
1898 | 2025-01-09T01:16:13.679Z | Compiling quick-error v1.2.3 |
1899 | 2025-01-09T01:16:14.652Z | Compiling is_terminal_polyfill v1.70.1 |
1900 | 2025-01-09T01:16:14.780Z | Compiling base16ct v0.2.0 |
1901 | 2025-01-09T01:16:14.798Z | Compiling psl-types v2.0.11 |
1902 | 2025-01-09T01:16:15.027Z | Compiling linked-hash-map v0.5.6 |
1903 | 2025-01-09T01:16:15.091Z | Compiling take_mut v0.2.2 |
1904 | 2025-01-09T01:16:15.267Z | Compiling fallible-iterator v0.2.0 |
1905 | 2025-01-09T01:16:15.745Z | Compiling lru-cache v0.1.2 |
1906 | 2025-01-09T01:16:15.961Z | Compiling postgres-protocol v0.6.7 |
1907 | 2025-01-09T01:16:16.007Z | Compiling publicsuffix v2.2.3 |
1908 | 2025-01-09T01:16:16.288Z | Compiling sec1 v0.7.3 |
1909 | 2025-01-09T01:16:16.895Z | Compiling anstream v0.6.15 |
1910 | 2025-01-09T01:16:16.974Z | Compiling resolv-conf v0.7.0 |
1911 | 2025-01-09T01:16:17.589Z | Compiling tungstenite v0.24.0 |
1912 | 2025-01-09T01:16:17.716Z | Compiling usdt v0.5.0 |
1913 | 2025-01-09T01:16:18.204Z | Compiling slog-term v2.9.1 |
1914 | 2025-01-09T01:16:19.313Z | Compiling group v0.13.0 |
1915 | 2025-01-09T01:16:19.472Z | Compiling num-iter v0.1.45 |
1916 | 2025-01-09T01:16:19.616Z | Compiling futures v0.3.31 |
1917 | 2025-01-09T01:16:19.640Z | Compiling hickory-proto v0.24.1 |
1918 | 2025-01-09T01:16:19.667Z | Compiling regress v0.10.1 |
1919 | 2025-01-09T01:16:23.359Z | Compiling tokio-rustls v0.26.0 |
1920 | 2025-01-09T01:16:23.626Z | Compiling slog-bunyan v2.5.0 |
1921 | 2025-01-09T01:16:23.830Z | Compiling darling v0.20.10 |
1922 | 2025-01-09T01:16:23.864Z | Compiling tokio-rustls v0.25.0 |
1923 | 2025-01-09T01:16:24.309Z | Compiling toml v0.8.19 |
1924 | 2025-01-09T01:16:24.344Z | Compiling tokio-native-tls v0.3.1 |
1925 | 2025-01-09T01:16:24.488Z | Compiling phf_shared v0.11.2 |
1926 | 2025-01-09T01:16:24.638Z | Compiling strum_macros v0.25.3 |
1927 | 2025-01-09T01:16:25.110Z | Compiling async-stream v0.3.6 |
1928 | 2025-01-09T01:16:25.176Z | Compiling waitgroup v0.1.2 |
1929 | 2025-01-09T01:16:25.387Z | Compiling webpki-roots v0.26.6 |
1930 | 2025-01-09T01:16:25.970Z | Compiling idna v0.5.0 |
1931 | 2025-01-09T01:16:26.024Z | Compiling terminal_size v0.4.0 |
1932 | 2025-01-09T01:16:26.257Z | Compiling serde_path_to_error v0.1.16 |
1933 | 2025-01-09T01:16:27.141Z | Compiling hkdf v0.12.4 |
1934 | 2025-01-09T01:16:27.306Z | Compiling crypto-bigint v0.5.5 |
1935 | 2025-01-09T01:16:27.396Z | Compiling serde_repr v0.1.19 |
1936 | 2025-01-09T01:16:27.447Z | Compiling derive-where v1.2.7 |
1937 | 2025-01-09T01:16:28.345Z | Compiling clap_derive v4.5.18 |
1938 | 2025-01-09T01:16:28.474Z | Compiling hostname v0.4.0 |
1939 | 2025-01-09T01:16:28.707Z | Compiling crc32fast v1.4.2 |
1940 | 2025-01-09T01:16:28.900Z | Compiling debug-ignore v1.0.5 |
1941 | 2025-01-09T01:16:29.043Z | Compiling managed v0.8.0 |
1942 | 2025-01-09T01:16:29.244Z | Compiling bitflags v1.3.2 |
1943 | 2025-01-09T01:16:29.396Z | Compiling unicode-width v0.1.14 |
1944 | 2025-01-09T01:16:29.596Z | Compiling clap_lex v0.7.2 |
1945 | 2025-01-09T01:16:30.803Z | Compiling elliptic-curve v0.13.8 |
1946 | 2025-01-09T01:16:31.106Z | Compiling clap_builder v4.5.21 |
1947 | 2025-01-09T01:16:31.133Z | Compiling console v0.15.8 |
1948 | 2025-01-09T01:16:33.818Z | Compiling flate2 v1.0.34 |
1949 | 2025-01-09T01:16:33.821Z | Compiling cookie_store v0.21.0 |
1950 | 2025-01-09T01:16:38.225Z | Compiling hyper-rustls v0.27.3 |
1951 | 2025-01-09T01:16:38.687Z | Compiling hickory-resolver v0.24.1 |
1952 | 2025-01-09T01:16:39.941Z | Compiling phf v0.11.2 |
1953 | 2025-01-09T01:16:40.283Z | Compiling hyper-tls v0.6.0 |
1954 | 2025-01-09T01:16:40.685Z | Compiling signal-hook-mio v0.2.4 |
1955 | 2025-01-09T01:16:40.856Z | Compiling bzip2 v0.4.4 |
1956 | 2025-01-09T01:16:40.935Z | Compiling typify-impl v0.2.0 |
1957 | 2025-01-09T01:16:41.254Z | Compiling rayon v1.10.0 |
1958 | 2025-01-09T01:16:41.558Z | Compiling tokio-tungstenite v0.24.0 |
1959 | 2025-01-09T01:16:41.945Z | Compiling postgres-types v0.2.8 |
1960 | 2025-01-09T01:16:42.143Z | Compiling zerocopy v0.6.6 |
1961 | 2025-01-09T01:16:42.208Z | Compiling hubpack v0.1.2 |
1962 | 2025-01-09T01:16:42.664Z | Compiling ed25519 v2.2.3 |
1963 | 2025-01-09T01:16:43.040Z | Compiling phf_shared v0.10.0 |
1964 | 2025-01-09T01:16:43.168Z | Compiling pkcs1 v0.7.5 |
1965 | 2025-01-09T01:16:43.438Z | Compiling tokio-stream v0.1.16 |
1966 | 2025-01-09T01:16:44.523Z | Compiling ipnetwork v0.20.0 |
1967 | 2025-01-09T01:16:44.692Z | Compiling serde-big-array v0.5.1 |
1968 | 2025-01-09T01:16:44.961Z | Compiling rfc6979 v0.4.0 |
1969 | 2025-01-09T01:16:45.170Z | Compiling float-cmp v0.9.0 |
1970 | 2025-01-09T01:16:45.402Z | Compiling sync_wrapper v1.0.1 |
1971 | 2025-01-09T01:16:45.571Z | Compiling bstr v1.10.0 |
1972 | 2025-01-09T01:16:47.295Z | Compiling number_prefix v0.4.0 |
1973 | 2025-01-09T01:16:47.522Z | Compiling static_assertions v1.1.0 |
1974 | 2025-01-09T01:16:47.542Z | Compiling predicates-core v1.0.8 |
1975 | 2025-01-09T01:16:47.635Z | Compiling normalize-line-endings v0.3.0 |
1976 | 2025-01-09T01:16:47.778Z | Compiling new_debug_unreachable v1.0.6 |
1977 | 2025-01-09T01:16:47.865Z | Compiling whoami v1.5.2 |
1978 | 2025-01-09T01:16:47.883Z | Compiling unicode-width v0.2.0 |
1979 | 2025-01-09T01:16:48.427Z | Compiling bit-vec v0.6.3 |
1980 | 2025-01-09T01:16:48.445Z | Compiling precomputed-hash v0.1.1 |
1981 | 2025-01-09T01:16:48.463Z | Compiling unicode-segmentation v1.12.0 |
1982 | 2025-01-09T01:16:48.574Z | Compiling fixedbitset v0.4.2 |
1983 | 2025-01-09T01:16:48.953Z | Compiling difflib v0.4.0 |
1984 | 2025-01-09T01:16:49.002Z | Compiling petgraph v0.6.5 |
1985 | 2025-01-09T01:16:49.331Z | Compiling similar v2.6.0 |
1986 | 2025-01-09T01:16:49.415Z | Compiling predicates v3.1.2 |
1987 | 2025-01-09T01:16:50.920Z | Compiling bit-set v0.5.3 |
1988 | 2025-01-09T01:16:50.982Z | Compiling string_cache v0.8.7 |
1989 | 2025-01-09T01:16:51.251Z | Compiling indicatif v0.17.9 |
1990 | 2025-01-09T01:16:51.443Z | Compiling tokio-postgres v0.7.12 |
1991 | 2025-01-09T01:16:51.475Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1992 | 2025-01-09T01:16:53.273Z | Compiling reqwest v0.12.9 |
1993 | 2025-01-09T01:16:53.423Z | Compiling typify-macro v0.2.0 |
1994 | 2025-01-09T01:16:56.676Z | Compiling ecdsa v0.16.9 |
1995 | 2025-01-09T01:16:57.185Z | Compiling qorb v0.2.1 |
1996 | 2025-01-09T01:16:57.574Z | Compiling rsa v0.9.6 |
1997 | 2025-01-09T01:16:57.945Z | Compiling ed25519-dalek v2.1.1 |
1998 | 2025-01-09T01:16:58.442Z | Compiling zip v0.6.6 |
1999 | 2025-01-09T01:16:58.505Z | Compiling crossterm v0.28.1 |
2000 | 2025-01-09T01:16:58.822Z | Compiling clap v4.5.21 |
2001 | 2025-01-09T01:16:59.698Z | Compiling toml v0.7.8 |
2002 | 2025-01-09T01:17:00.987Z | Compiling x509-cert v0.2.5 |
2003 | 2025-01-09T01:17:01.884Z | Compiling hex v0.4.3 |
2004 | 2025-01-09T01:17:02.597Z | Compiling itertools v0.10.5 |
2005 | 2025-01-09T01:17:02.909Z | Compiling unicode-xid v0.2.6 |
2006 | 2025-01-09T01:17:03.084Z | Compiling zerocopy v0.8.10 |
2007 | 2025-01-09T01:17:03.676Z | Compiling lalrpop-util v0.19.12 |
2008 | 2025-01-09T01:17:03.843Z | Compiling peg-runtime v0.8.3 |
2009 | 2025-01-09T01:17:05.578Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2010 | 2025-01-09T01:17:10.021Z | Compiling proc-macro-crate v1.3.1 |
2011 | 2025-01-09T01:17:10.137Z | Compiling macaddr v1.0.1 |
2012 | 2025-01-09T01:17:10.807Z | Compiling zerocopy-derive v0.8.10 |
2013 | 2025-01-09T01:17:10.881Z | Compiling itertools v0.13.0 |
2014 | 2025-01-09T01:17:12.275Z | Compiling heapless v0.8.0 |
2015 | 2025-01-09T01:17:14.449Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2016 | 2025-01-09T01:17:18.610Z | Compiling num_enum_derive v0.5.11 |
2017 | 2025-01-09T01:17:27.497Z | Compiling hash32 v0.3.1 |
2018 | 2025-01-09T01:17:28.054Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2019 | 2025-01-09T01:17:28.803Z | Compiling smoltcp v0.11.0 |
2020 | 2025-01-09T01:17:34.088Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2021 | 2025-01-09T01:17:34.350Z | Compiling num_enum v0.5.11 |
2022 | 2025-01-09T01:17:35.107Z | Compiling typify v0.2.0 |
2023 | 2025-01-09T01:17:35.126Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2024 | 2025-01-09T01:17:36.176Z | Compiling proc-macro-error-attr v1.0.4 |
2025 | 2025-01-09T01:17:36.630Z | Compiling cobs v0.2.3 |
2026 | 2025-01-09T01:17:37.874Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2027 | 2025-01-09T01:17:38.165Z | Compiling unsafe-libyaml v0.2.11 |
2028 | 2025-01-09T01:17:39.057Z | Compiling postcard v1.0.10 |
2029 | 2025-01-09T01:17:40.013Z | Compiling serde_yaml v0.9.34+deprecated |
2030 | 2025-01-09T01:17:55.149Z | Compiling progenitor-impl v0.8.0 |
2031 | 2025-01-09T01:17:56.044Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2032 | 2025-01-09T01:18:06.476Z | Compiling strum_macros v0.26.4 |
2033 | 2025-01-09T01:18:07.761Z | Compiling foreign-types-macros v0.2.3 |
2034 | 2025-01-09T01:18:07.984Z | Compiling structmeta-derive v0.3.0 |
2035 | 2025-01-09T01:18:08.201Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2036 | 2025-01-09T01:18:08.378Z | Compiling proc-macro-error v1.0.4 |
2037 | 2025-01-09T01:18:08.930Z | Compiling foreign-types-shared v0.3.1 |
2038 | 2025-01-09T01:18:09.055Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2039 | 2025-01-09T01:18:10.583Z | Compiling structmeta v0.3.0 |
2040 | 2025-01-09T01:18:11.015Z | Compiling strum v0.26.3 |
2041 | 2025-01-09T01:18:16.188Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2042 | 2025-01-09T01:18:17.846Z | Compiling foreign-types v0.5.0 |
2043 | 2025-01-09T01:18:20.495Z | Compiling progenitor-macro v0.8.0 |
2044 | 2025-01-09T01:18:25.002Z | Compiling progenitor-client v0.8.0 |
2045 | 2025-01-09T01:18:25.305Z | Compiling tabwriter v1.4.0 |
2046 | 2025-01-09T01:18:26.067Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2047 | 2025-01-09T01:18:27.338Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2048 | 2025-01-09T01:18:28.165Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2049 | 2025-01-09T01:18:29.014Z | Compiling cstr-argument v0.1.2 |
2050 | 2025-01-09T01:18:29.303Z | Compiling dropshot v0.13.0 |
2051 | 2025-01-09T01:18:29.536Z | Compiling fastrand v2.1.1 |
2052 | 2025-01-09T01:18:29.620Z | Compiling thiserror v2.0.3 |
2053 | 2025-01-09T01:18:30.207Z | Compiling crucible-workspace-hack v0.1.0 |
2054 | 2025-01-09T01:18:30.504Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2055 | 2025-01-09T01:18:30.813Z | Compiling pretty-hex v0.2.1 |
2056 | 2025-01-09T01:18:31.044Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2057 | 2025-01-09T01:18:31.461Z | Compiling tempfile v3.13.0 |
2058 | 2025-01-09T01:18:31.738Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2059 | 2025-01-09T01:18:32.243Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2060 | 2025-01-09T01:18:32.451Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2061 | 2025-01-09T01:18:33.123Z | Compiling parse-display-derive v0.10.0 |
2062 | 2025-01-09T01:18:33.433Z | Compiling colored v2.1.0 |
2063 | 2025-01-09T01:18:33.453Z | Compiling progenitor v0.8.0 |
2064 | 2025-01-09T01:18:33.749Z | Compiling serde_with_macros v3.11.0 |
2065 | 2025-01-09T01:18:34.243Z | Compiling dropshot_endpoint v0.13.0 |
2066 | 2025-01-09T01:18:34.691Z | Compiling thiserror-impl v2.0.3 |
2067 | 2025-01-09T01:18:36.437Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2068 | 2025-01-09T01:18:36.504Z | Compiling instant v0.1.13 |
2069 | 2025-01-09T01:18:36.703Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2070 | 2025-01-09T01:18:37.129Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2071 | 2025-01-09T01:18:37.149Z | Compiling parse-display v0.10.0 |
2072 | 2025-01-09T01:18:37.174Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2073 | 2025-01-09T01:18:37.204Z | Compiling backoff v0.4.0 |
2074 | 2025-01-09T01:18:37.400Z | Compiling serde_with v3.11.0 |
2075 | 2025-01-09T01:18:38.009Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2076 | 2025-01-09T01:18:39.137Z | Compiling zone_cfg_derive v0.3.0 |
2077 | 2025-01-09T01:18:40.211Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2078 | 2025-01-09T01:18:40.550Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2079 | 2025-01-09T01:18:40.934Z | Compiling camino-tempfile v1.1.1 |
2080 | 2025-01-09T01:18:41.421Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2081 | 2025-01-09T01:18:41.688Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2082 | 2025-01-09T01:18:41.902Z | Compiling regress v0.9.1 |
2083 | 2025-01-09T01:18:41.921Z | Compiling num-derive v0.4.2 |
2084 | 2025-01-09T01:18:41.940Z | Compiling sigpipe v0.1.3 |
2085 | 2025-01-09T01:18:42.089Z | Compiling libefi-sys v0.1.0 |
2086 | 2025-01-09T01:18:42.386Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2087 | 2025-01-09T01:18:42.743Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2088 | 2025-01-09T01:18:44.294Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2089 | 2025-01-09T01:18:45.933Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2090 | 2025-01-09T01:18:46.171Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2091 | 2025-01-09T01:18:46.509Z | Compiling zone v0.3.0 |
2092 | 2025-01-09T01:18:47.660Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2093 | 2025-01-09T01:18:50.672Z | Compiling smf v0.2.3 |
2094 | 2025-01-09T01:18:51.952Z | Compiling bitfield-struct v0.6.2 |
2095 | 2025-01-09T01:18:52.004Z | Compiling blake3 v1.5.4 |
2096 | 2025-01-09T01:18:52.683Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2097 | 2025-01-09T01:18:53.437Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2098 | 2025-01-09T01:18:53.850Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2099 | 2025-01-09T01:18:53.870Z | Compiling xattr v1.3.1 |
2100 | 2025-01-09T01:18:54.082Z | Compiling memmap2 v0.9.5 |
2101 | 2025-01-09T01:18:54.102Z | Compiling filetime v0.2.25 |
2102 | 2025-01-09T01:18:54.213Z | Compiling constant_time_eq v0.3.1 |
2103 | 2025-01-09T01:18:54.411Z | Compiling arrayvec v0.7.6 |
2104 | 2025-01-09T01:18:54.453Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2105 | 2025-01-09T01:18:54.603Z | Compiling same-file v1.0.6 |
2106 | 2025-01-09T01:18:54.648Z | Compiling arrayref v0.3.9 |
2107 | 2025-01-09T01:18:54.768Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2108 | 2025-01-09T01:18:54.910Z | Compiling walkdir v2.5.0 |
2109 | 2025-01-09T01:18:55.008Z | Compiling tar v0.4.42 |
2110 | 2025-01-09T01:18:56.627Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2111 | 2025-01-09T01:18:57.062Z | Compiling gethostname v0.5.0 |
2112 | 2025-01-09T01:18:57.261Z | Compiling cargo-platform v0.1.8 |
2113 | 2025-01-09T01:18:57.280Z | Compiling topological-sort v0.2.2 |
2114 | 2025-01-09T01:18:57.531Z | Compiling omicron-zone-package v0.12.0 |
2115 | 2025-01-09T01:18:57.570Z | Compiling shell-words v1.1.0 |
2116 | 2025-01-09T01:18:57.590Z | Compiling indent_write v2.2.0 |
2117 | 2025-01-09T01:18:57.842Z | Compiling cargo_metadata v0.18.1 |
2118 | 2025-01-09T01:19:05.421Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2119 | 2025-01-09T01:19:06.497Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2120 | 2025-01-09T01:19:10.613Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2121 | 2025-01-09T01:19:28.772Z | Finished `release` profile [optimized] target(s) in 5m 35s |
2122 | 2025-01-09T01:19:28.936Z | Running `target/release/omicron-package -t test target create -p dev` |
2123 | 2025-01-09T01:19:28.986Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2124 | 2025-01-09T01:19:28.989Z | Created new build target 'test' and set it as active |
2125 | 2025-01-09T01:19:28.989Z | |
2126 | 2025-01-09T01:19:28.989Z | real 5:36.057615582 |
2127 | 2025-01-09T01:19:28.989Z | user 37:57.196664410 |
2128 | 2025-01-09T01:19:28.989Z | sys 5:01.406247622 |
2129 | 2025-01-09T01:19:28.989Z | trap 1.164817662 |
2130 | 2025-01-09T01:19:28.989Z | tflt 3.045378623 |
2131 | 2025-01-09T01:19:28.989Z | dflt 0.888133198 |
2132 | 2025-01-09T01:19:28.989Z | kflt 0.003215414 |
2133 | 2025-01-09T01:19:28.989Z | lock 1:19:56.090289834 |
2134 | 2025-01-09T01:19:28.989Z | slp 2:38:15.594123123 |
2135 | 2025-01-09T01:19:28.989Z | lat 2:35.542725474 |
2136 | 2025-01-09T01:19:28.989Z | stop 4:34.134291526 |
2137 | 2025-01-09T01:19:28.991Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2138 | 2025-01-09T01:19:29.985Z | Finished `release` profile [optimized] target(s) in 0.94s |
2139 | 2025-01-09T01:19:30.049Z | Running `target/release/omicron-package -t test package` |
2140 | 2025-01-09T01:19:30.096Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2141 | 2025-01-09T01:19:31.241Z | Compiling convert_case v0.4.0 |
2142 | 2025-01-09T01:19:31.241Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2143 | 2025-01-09T01:19:31.244Z | Compiling newline-converter v0.3.0 |
2144 | 2025-01-09T01:19:31.244Z | Compiling password-hash v0.5.0 |
2145 | 2025-01-09T01:19:31.244Z | Compiling blake2 v0.10.6 |
2146 | 2025-01-09T01:19:31.244Z | Compiling base64 v0.21.7 |
2147 | 2025-01-09T01:19:31.244Z | Compiling atomicwrites v0.4.4 |
2148 | 2025-01-09T01:19:31.389Z | Compiling progenitor-client v0.8.0 |
2149 | 2025-01-09T01:19:31.704Z | Compiling expectorate v1.1.0 |
2150 | 2025-01-09T01:19:31.869Z | Compiling cancel-safe-futures v0.1.5 |
2151 | 2025-01-09T01:19:31.906Z | Compiling owo-colors v4.1.0 |
2152 | 2025-01-09T01:19:31.909Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2153 | 2025-01-09T01:19:32.009Z | Compiling argon2 v0.5.3 |
2154 | 2025-01-09T01:19:32.030Z | Compiling derive_more v0.99.18 |
2155 | 2025-01-09T01:19:32.237Z | Compiling progenitor v0.8.0 |
2156 | 2025-01-09T01:19:32.257Z | Compiling num-rational v0.4.2 |
2157 | 2025-01-09T01:19:32.504Z | Compiling num-complex v0.4.6 |
2158 | 2025-01-09T01:19:32.644Z | Compiling libsw v3.3.1 |
2159 | 2025-01-09T01:19:32.997Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2160 | 2025-01-09T01:19:33.257Z | Compiling swrite v0.1.0 |
2161 | 2025-01-09T01:19:33.410Z | Compiling linear-map v1.2.0 |
2162 | 2025-01-09T01:19:33.574Z | Compiling float-ord v0.3.2 |
2163 | 2025-01-09T01:19:33.596Z | Compiling num v0.4.3 |
2164 | 2025-01-09T01:19:33.714Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2165 | 2025-01-09T01:19:33.745Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2166 | 2025-01-09T01:19:33.835Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2167 | 2025-01-09T01:19:33.855Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2168 | 2025-01-09T01:19:34.513Z | Compiling highway v1.2.0 |
2169 | 2025-01-09T01:19:34.774Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2170 | 2025-01-09T01:19:35.501Z | Compiling semver v0.1.20 |
2171 | 2025-01-09T01:19:36.033Z | Compiling rustc_version v0.1.7 |
2172 | 2025-01-09T01:19:36.084Z | Compiling tungstenite v0.21.0 |
2173 | 2025-01-09T01:19:36.481Z | Compiling newtype_derive v0.1.6 |
2174 | 2025-01-09T01:19:36.815Z | Compiling ipnetwork v0.20.0 |
2175 | 2025-01-09T01:19:37.634Z | Compiling tokio-tungstenite v0.21.0 |
2176 | 2025-01-09T01:19:38.280Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2177 | 2025-01-09T01:19:38.771Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2178 | 2025-01-09T01:19:41.326Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2179 | 2025-01-09T01:19:41.939Z | Compiling humantime v2.1.0 |
2180 | 2025-01-09T01:19:42.189Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2181 | 2025-01-09T01:19:42.840Z | Compiling dropshot v0.13.0 |
2182 | 2025-01-09T01:19:42.926Z | Compiling instant v0.1.13 |
2183 | 2025-01-09T01:19:43.091Z | Compiling backoff v0.4.0 |
2184 | 2025-01-09T01:19:43.200Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2185 | 2025-01-09T01:19:43.368Z | Compiling steno v0.4.1 |
2186 | 2025-01-09T01:19:43.464Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2187 | 2025-01-09T01:19:43.659Z | Compiling parse-display v0.10.0 |
2188 | 2025-01-09T01:19:44.271Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2189 | 2025-01-09T01:19:44.478Z | Compiling serde_with v3.11.0 |
2190 | 2025-01-09T01:19:48.596Z | Compiling strum v0.26.3 |
2191 | 2025-01-09T01:19:48.805Z | Compiling regress v0.9.1 |
2192 | 2025-01-09T01:19:48.808Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2193 | 2025-01-09T01:19:51.602Z | Compiling macaddr v1.0.1 |
2194 | 2025-01-09T01:19:51.870Z | Compiling slog-dtrace v0.3.0 |
2195 | 2025-01-09T01:19:52.021Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2196 | 2025-01-09T01:19:52.286Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2197 | 2025-01-09T01:19:53.823Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2198 | 2025-01-09T01:19:53.846Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2199 | 2025-01-09T01:19:54.071Z | Compiling prettyplease v0.2.25 |
2200 | 2025-01-09T01:19:54.480Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2201 | 2025-01-09T01:19:55.062Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2202 | 2025-01-09T01:19:55.568Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2203 | 2025-01-09T01:19:58.283Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2204 | 2025-01-09T01:19:59.123Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2205 | 2025-01-09T01:20:06.063Z | Compiling half v2.4.1 |
2206 | 2025-01-09T01:20:06.785Z | Compiling ciborium-io v0.2.2 |
2207 | 2025-01-09T01:20:10.194Z | Compiling ciborium-ll v0.2.2 |
2208 | 2025-01-09T01:20:10.608Z | Compiling ciborium v0.2.2 |
2209 | 2025-01-09T01:20:10.739Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2210 | 2025-01-09T01:20:13.426Z | Compiling fastrand v2.1.1 |
2211 | 2025-01-09T01:20:13.541Z | Compiling same-file v1.0.6 |
2212 | 2025-01-09T01:20:13.783Z | Compiling display-error-chain v0.2.2 |
2213 | 2025-01-09T01:20:13.955Z | Compiling tempfile v3.13.0 |
2214 | 2025-01-09T01:20:14.019Z | Compiling walkdir v2.5.0 |
2215 | 2025-01-09T01:20:14.565Z | Compiling blake3 v1.5.4 |
2216 | 2025-01-09T01:20:14.687Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2217 | 2025-01-09T01:20:14.780Z | Compiling xattr v1.3.1 |
2218 | 2025-01-09T01:20:15.080Z | Compiling filetime v0.2.25 |
2219 | 2025-01-09T01:20:15.205Z | Compiling memmap2 v0.9.5 |
2220 | 2025-01-09T01:20:15.411Z | Compiling constant_time_eq v0.3.1 |
2221 | 2025-01-09T01:20:15.570Z | Compiling arrayref v0.3.9 |
2222 | 2025-01-09T01:20:15.654Z | Compiling keccak v0.1.5 |
2223 | 2025-01-09T01:20:15.682Z | Compiling arrayvec v0.7.6 |
2224 | 2025-01-09T01:20:16.424Z | Compiling sha3 v0.10.8 |
2225 | 2025-01-09T01:20:16.476Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2226 | 2025-01-09T01:20:16.699Z | Compiling tar v0.4.42 |
2227 | 2025-01-09T01:20:17.040Z | Compiling camino-tempfile v1.1.1 |
2228 | 2025-01-09T01:20:17.262Z | Compiling toolchain_find v0.4.0 |
2229 | 2025-01-09T01:20:17.323Z | Compiling const_format_proc_macros v0.2.33 |
2230 | 2025-01-09T01:20:17.484Z | Compiling topological-sort v0.2.2 |
2231 | 2025-01-09T01:20:17.727Z | Compiling crunchy v0.2.2 |
2232 | 2025-01-09T01:20:17.854Z | Compiling radium v0.7.0 |
2233 | 2025-01-09T01:20:18.196Z | Compiling maplit v1.0.2 |
2234 | 2025-01-09T01:20:18.274Z | Compiling omicron-zone-package v0.12.0 |
2235 | 2025-01-09T01:20:18.322Z | Compiling rustfmt-wrapper v0.2.1 |
2236 | 2025-01-09T01:20:18.339Z | Compiling tap v1.0.1 |
2237 | 2025-01-09T01:20:18.534Z | Compiling maybe-uninit v2.0.0 |
2238 | 2025-01-09T01:20:18.668Z | Compiling tiny-keccak v2.0.2 |
2239 | 2025-01-09T01:20:18.892Z | Compiling wyz v0.5.1 |
2240 | 2025-01-09T01:20:19.156Z | Compiling const_format v0.2.33 |
2241 | 2025-01-09T01:20:19.202Z | Compiling dsl_auto_type v0.1.2 |
2242 | 2025-01-09T01:20:19.358Z | Compiling phf_generator v0.11.2 |
2243 | 2025-01-09T01:20:19.560Z | Compiling scheduled-thread-pool v0.2.7 |
2244 | 2025-01-09T01:20:19.563Z | Compiling secrecy v0.8.0 |
2245 | 2025-01-09T01:20:19.862Z | Compiling async-recursion v1.1.1 |
2246 | 2025-01-09T01:20:20.440Z | Compiling diesel_table_macro_syntax v0.2.0 |
2247 | 2025-01-09T01:20:20.598Z | Compiling packed_struct v0.10.1 |
2248 | 2025-01-09T01:20:20.826Z | Compiling funty v2.0.0 |
2249 | 2025-01-09T01:20:20.855Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2250 | 2025-01-09T01:20:21.037Z | Compiling crc-catalog v2.4.0 |
2251 | 2025-01-09T01:20:21.150Z | Compiling arc-swap v1.7.1 |
2252 | 2025-01-09T01:20:21.190Z | Compiling crc v3.2.1 |
2253 | 2025-01-09T01:20:21.379Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2254 | 2025-01-09T01:20:21.438Z | Compiling diesel_derives v2.2.3 |
2255 | 2025-01-09T01:20:21.850Z | Compiling slog-scope v4.4.0 |
2256 | 2025-01-09T01:20:21.908Z | Compiling bitvec v1.0.1 |
2257 | 2025-01-09T01:20:22.702Z | Compiling r2d2 v0.8.10 |
2258 | 2025-01-09T01:20:23.131Z | Compiling phf_codegen v0.11.2 |
2259 | 2025-01-09T01:20:23.357Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2260 | 2025-01-09T01:20:23.384Z | Compiling ascii-canvas v3.0.0 |
2261 | 2025-01-09T01:20:23.621Z | Compiling universal-hash v0.5.1 |
2262 | 2025-01-09T01:20:23.871Z | Compiling packed_struct_codegen v0.10.1 |
2263 | 2025-01-09T01:20:23.902Z | Compiling thiserror-impl-no-std v2.0.2 |
2264 | 2025-01-09T01:20:24.062Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2265 | 2025-01-09T01:20:26.424Z | Compiling parse-zoneinfo v0.3.1 |
2266 | 2025-01-09T01:20:26.578Z | Compiling ena v0.14.3 |
2267 | 2025-01-09T01:20:26.755Z | Compiling indexmap v1.9.3 |
2268 | 2025-01-09T01:20:27.043Z | Compiling opaque-debug v0.3.1 |
2269 | 2025-01-09T01:20:27.087Z | Compiling diff v0.1.13 |
2270 | 2025-01-09T01:20:27.169Z | Compiling nodrop v0.1.14 |
2271 | 2025-01-09T01:20:27.322Z | Compiling regex-syntax v0.6.29 |
2272 | 2025-01-09T01:20:27.636Z | Compiling array-init v0.0.4 |
2273 | 2025-01-09T01:20:27.997Z | Compiling poly1305 v0.8.0 |
2274 | 2025-01-09T01:20:28.966Z | Compiling chrono-tz-build v0.4.0 |
2275 | 2025-01-09T01:20:29.588Z | Compiling thiserror-no-std v2.0.2 |
2276 | 2025-01-09T01:20:30.189Z | Compiling smallvec v0.6.14 |
2277 | 2025-01-09T01:20:30.726Z | Compiling slog-stdlog v4.1.1 |
2278 | 2025-01-09T01:20:31.565Z | Compiling lalrpop v0.19.12 |
2279 | 2025-01-09T01:20:33.232Z | Compiling diesel v2.2.6 |
2280 | 2025-01-09T01:20:33.432Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2281 | 2025-01-09T01:20:34.112Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2282 | 2025-01-09T01:20:34.410Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2283 | 2025-01-09T01:20:34.527Z | Compiling chacha20 v0.9.1 |
2284 | 2025-01-09T01:20:34.648Z | Compiling aead v0.5.2 |
2285 | 2025-01-09T01:20:34.992Z | Compiling vte_generate_state_changes v0.1.2 |
2286 | 2025-01-09T01:20:34.995Z | Compiling ref-cast v1.0.23 |
2287 | 2025-01-09T01:20:35.468Z | Compiling bitfield v0.14.0 |
2288 | 2025-01-09T01:20:35.651Z | Compiling hashbrown v0.12.3 |
2289 | 2025-01-09T01:20:35.785Z | Compiling termcolor v1.4.1 |
2290 | 2025-01-09T01:20:36.860Z | Compiling env_logger v0.10.2 |
2291 | 2025-01-09T01:20:38.281Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2292 | 2025-01-09T01:20:40.018Z | Compiling vte v0.11.1 |
2293 | 2025-01-09T01:20:41.568Z | Compiling chacha20poly1305 v0.10.1 |
2294 | 2025-01-09T01:20:41.862Z | Compiling slog-envlogger v2.2.0 |
2295 | 2025-01-09T01:20:44.732Z | Compiling serde-hex v0.1.0 |
2296 | 2025-01-09T01:20:50.030Z | Compiling chrono-tz v0.10.0 |
2297 | 2025-01-09T01:20:50.693Z | Compiling vsss-rs v3.3.4 |
2298 | 2025-01-09T01:20:55.261Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2299 | 2025-01-09T01:20:55.614Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2300 | 2025-01-09T01:20:55.909Z | Compiling ron v0.8.1 |
2301 | 2025-01-09T01:20:57.758Z | Compiling derive_builder_core v0.20.2 |
2302 | 2025-01-09T01:20:58.605Z | Compiling polar-core v0.27.3 |
2303 | 2025-01-09T01:20:59.931Z | Compiling hashbrown v0.13.2 |
2304 | 2025-01-09T01:21:00.049Z | Compiling headers-core v0.3.0 |
2305 | 2025-01-09T01:21:00.249Z | Compiling fxhash v0.2.1 |
2306 | 2025-01-09T01:21:00.511Z | Compiling libxml v0.3.3 |
2307 | 2025-01-09T01:21:00.881Z | Compiling ref-cast-impl v1.0.23 |
2308 | 2025-01-09T01:21:01.425Z | Compiling bytecount v0.6.8 |
2309 | 2025-01-09T01:21:01.775Z | Compiling bumpalo v3.16.0 |
2310 | 2025-01-09T01:21:02.005Z | Compiling simd-adler32 v0.3.7 |
2311 | 2025-01-09T01:21:02.025Z | Compiling crc-any v2.5.0 |
2312 | 2025-01-09T01:21:02.404Z | Compiling zip v2.1.3 |
2313 | 2025-01-09T01:21:02.750Z | Compiling lockfree-object-pool v0.1.6 |
2314 | 2025-01-09T01:21:03.022Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2315 | 2025-01-09T01:21:03.081Z | Compiling zopfli v0.8.1 |
2316 | 2025-01-09T01:21:03.402Z | Compiling papergrid v0.11.0 |
2317 | 2025-01-09T01:21:07.380Z | Compiling object v0.30.4 |
2318 | 2025-01-09T01:21:12.489Z | Compiling headers v0.4.0 |
2319 | 2025-01-09T01:21:13.428Z | Compiling derive_builder_macro v0.20.2 |
2320 | 2025-01-09T01:21:16.229Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2321 | 2025-01-09T01:21:18.547Z | Compiling strip-ansi-escapes v0.2.0 |
2322 | 2025-01-09T01:21:18.753Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2323 | 2025-01-09T01:21:19.252Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2324 | 2025-01-09T01:21:19.540Z | Compiling tabled_derive v0.7.0 |
2325 | 2025-01-09T01:21:20.689Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2326 | 2025-01-09T01:21:21.746Z | Compiling fd-lock v4.0.2 |
2327 | 2025-01-09T01:21:21.830Z | Compiling peg-macros v0.8.4 |
2328 | 2025-01-09T01:21:21.921Z | Compiling strum_macros v0.24.3 |
2329 | 2025-01-09T01:21:21.987Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2330 | 2025-01-09T01:21:23.096Z | Compiling kstat-rs v0.2.4 |
2331 | 2025-01-09T01:21:24.089Z | Compiling samael v0.0.17 |
2332 | 2025-01-09T01:21:25.226Z | Compiling unicase v2.7.0 |
2333 | 2025-01-09T01:21:25.394Z | Compiling indoc v1.0.9 |
2334 | 2025-01-09T01:21:25.409Z | Compiling nu-ansi-term v0.50.1 |
2335 | 2025-01-09T01:21:25.539Z | Compiling path-slash v0.1.5 |
2336 | 2025-01-09T01:21:25.598Z | Compiling peg v0.8.4 |
2337 | 2025-01-09T01:21:25.727Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2338 | 2025-01-09T01:21:25.773Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2339 | 2025-01-09T01:21:26.615Z | Compiling reedline v0.35.0 |
2340 | 2025-01-09T01:21:29.598Z | Compiling tabled v0.15.0 |
2341 | 2025-01-09T01:21:32.132Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2342 | 2025-01-09T01:21:41.692Z | Compiling derive_builder v0.20.2 |
2343 | 2025-01-09T01:21:46.408Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2344 | 2025-01-09T01:21:47.059Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2345 | 2025-01-09T01:21:50.360Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2346 | 2025-01-09T01:21:50.442Z | Compiling pem v3.0.4 |
2347 | 2025-01-09T01:21:50.675Z | Compiling bcs v0.1.6 |
2348 | 2025-01-09T01:21:51.399Z | Compiling oso-derive v0.27.3 |
2349 | 2025-01-09T01:21:51.598Z | Compiling impl-trait-for-tuples v0.2.2 |
2350 | 2025-01-09T01:21:51.938Z | Compiling libz-sys v1.1.20 |
2351 | 2025-01-09T01:21:52.425Z | Compiling quick-xml v0.33.0 |
2352 | 2025-01-09T01:21:52.641Z | Compiling diesel-dtrace v0.4.2 |
2353 | 2025-01-09T01:21:52.954Z | Compiling parking_lot_core v0.8.6 |
2354 | 2025-01-09T01:21:58.429Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2355 | 2025-01-09T01:21:58.649Z | Compiling oso v0.27.3 |
2356 | 2025-01-09T01:22:00.100Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2357 | 2025-01-09T01:22:05.760Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2358 | 2025-01-09T01:22:08.929Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2359 | 2025-01-09T01:22:09.247Z | Compiling bb8 v0.8.5 |
2360 | 2025-01-09T01:22:09.902Z | Compiling buf-list v1.0.3 |
2361 | 2025-01-09T01:22:10.573Z | Compiling async-bb8-diesel v0.2.1 |
2362 | 2025-01-09T01:22:13.024Z | Compiling nibble_vec v0.1.0 |
2363 | 2025-01-09T01:22:13.286Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2364 | 2025-01-09T01:22:14.074Z | Compiling pin-project-internal v1.1.6 |
2365 | 2025-01-09T01:22:16.497Z | Compiling atty v0.2.14 |
2366 | 2025-01-09T01:22:16.701Z | Compiling salty v0.3.0 |
2367 | 2025-01-09T01:22:17.011Z | Compiling endian-type v0.1.2 |
2368 | 2025-01-09T01:22:17.164Z | Compiling pin-project v1.1.6 |
2369 | 2025-01-09T01:22:17.278Z | Compiling radix_trie v0.2.1 |
2370 | 2025-01-09T01:22:18.642Z | Compiling parking_lot v0.11.2 |
2371 | 2025-01-09T01:22:21.784Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2372 | 2025-01-09T01:22:28.258Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2373 | 2025-01-09T01:22:33.214Z | Compiling snafu-derive v0.8.5 |
2374 | 2025-01-09T01:22:36.917Z | Compiling sled v0.34.7 |
2375 | 2025-01-09T01:22:37.996Z | Compiling snafu v0.8.5 |
2376 | 2025-01-09T01:22:39.252Z | Compiling mime_guess v2.0.5 |
2377 | 2025-01-09T01:22:40.347Z | Compiling hickory-client v0.24.1 |
2378 | 2025-01-09T01:22:46.156Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2379 | 2025-01-09T01:22:48.024Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2380 | 2025-01-09T01:22:48.355Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2381 | 2025-01-09T01:22:48.453Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2382 | 2025-01-09T01:22:49.405Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2383 | 2025-01-09T01:22:50.867Z | Compiling globset v0.4.15 |
2384 | 2025-01-09T01:22:53.884Z | Compiling hickory-server v0.24.1 |
2385 | 2025-01-09T01:22:57.493Z | Compiling primeorder v0.13.6 |
2386 | 2025-01-09T01:22:58.115Z | Compiling olpc-cjson v0.1.4 |
2387 | 2025-01-09T01:22:58.477Z | Compiling vergen v8.3.2 |
2388 | 2025-01-09T01:22:58.496Z | Compiling castaway v0.2.3 |
2389 | 2025-01-09T01:22:58.671Z | Compiling env_filter v0.1.2 |
2390 | 2025-01-09T01:22:58.785Z | Compiling serde_plain v1.0.2 |
2391 | 2025-01-09T01:22:59.317Z | Compiling cargo-platform v0.1.8 |
2392 | 2025-01-09T01:22:59.865Z | Compiling nanorand v0.7.0 |
2393 | 2025-01-09T01:23:00.187Z | Compiling memoffset v0.9.1 |
2394 | 2025-01-09T01:23:00.525Z | Compiling typed-path v0.9.3 |
2395 | 2025-01-09T01:23:00.752Z | Compiling flume v0.11.1 |
2396 | 2025-01-09T01:23:01.562Z | Compiling cargo_metadata v0.18.1 |
2397 | 2025-01-09T01:23:04.728Z | Compiling tough v0.19.0 |
2398 | 2025-01-09T01:23:05.947Z | Compiling env_logger v0.11.5 |
2399 | 2025-01-09T01:23:07.458Z | Compiling compact_str v0.8.0 |
2400 | 2025-01-09T01:23:08.029Z | Compiling p384 v0.13.0 |
2401 | 2025-01-09T01:23:08.786Z | Compiling git2 v0.19.0 |
2402 | 2025-01-09T01:23:09.065Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2403 | 2025-01-09T01:23:10.078Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2404 | 2025-01-09T01:23:12.164Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2405 | 2025-01-09T01:23:18.352Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2406 | 2025-01-09T01:23:20.156Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2407 | 2025-01-09T01:23:20.328Z | Compiling unicode-truncate v1.1.0 |
2408 | 2025-01-09T01:23:20.667Z | Compiling lru v0.12.5 |
2409 | 2025-01-09T01:23:21.057Z | Compiling rand_seeder v0.3.0 |
2410 | 2025-01-09T01:23:21.479Z | Compiling libsqlite3-sys v0.30.1 |
2411 | 2025-01-09T01:23:22.001Z | Compiling lzma-sys v0.1.20 |
2412 | 2025-01-09T01:23:22.709Z | Compiling instability v0.3.2 |
2413 | 2025-01-09T01:23:23.786Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2414 | 2025-01-09T01:23:24.048Z | Compiling parse-size v1.1.0 |
2415 | 2025-01-09T01:23:24.120Z | Compiling cassowary v0.3.0 |
2416 | 2025-01-09T01:23:24.391Z | Compiling http-range v0.1.5 |
2417 | 2025-01-09T01:23:25.007Z | Compiling rustls v0.21.12 |
2418 | 2025-01-09T01:23:25.499Z | Compiling cfg_aliases v0.2.1 |
2419 | 2025-01-09T01:23:25.649Z | Compiling nix v0.29.0 |
2420 | 2025-01-09T01:23:26.627Z | Compiling ratatui v0.28.1 |
2421 | 2025-01-09T01:23:27.314Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2422 | 2025-01-09T01:23:28.071Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2423 | 2025-01-09T01:23:30.146Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2424 | 2025-01-09T01:23:35.337Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2425 | 2025-01-09T01:23:36.085Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2426 | 2025-01-09T01:23:36.841Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2427 | 2025-01-09T01:23:36.945Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2428 | 2025-01-09T01:23:37.148Z | Compiling sct v0.7.1 |
2429 | 2025-01-09T01:23:37.628Z | Compiling rustls-webpki v0.101.7 |
2430 | 2025-01-09T01:23:40.376Z | Compiling heck v0.3.3 |
2431 | 2025-01-09T01:23:40.716Z | Compiling csv-core v0.1.11 |
2432 | 2025-01-09T01:23:40.783Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2433 | 2025-01-09T01:23:41.113Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2434 | 2025-01-09T01:23:41.443Z | Compiling glob v0.3.1 |
2435 | 2025-01-09T01:23:41.670Z | Compiling csv v1.3.0 |
2436 | 2025-01-09T01:23:41.734Z | Compiling zone_cfg_derive v0.1.2 |
2437 | 2025-01-09T01:23:43.262Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2438 | 2025-01-09T01:23:43.824Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2439 | 2025-01-09T01:23:46.032Z | Compiling nix v0.27.1 |
2440 | 2025-01-09T01:23:49.200Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2441 | 2025-01-09T01:23:50.700Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2442 | 2025-01-09T01:23:53.031Z | Compiling hyper-staticfile v0.10.1 |
2443 | 2025-01-09T01:23:55.490Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2444 | 2025-01-09T01:23:56.927Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2445 | 2025-01-09T01:23:57.599Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2446 | 2025-01-09T01:23:58.204Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2447 | 2025-01-09T01:24:02.020Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2448 | 2025-01-09T01:24:02.099Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2449 | 2025-01-09T01:24:02.374Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2450 | 2025-01-09T01:24:02.407Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2451 | 2025-01-09T01:24:02.691Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2452 | 2025-01-09T01:24:03.964Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2453 | 2025-01-09T01:24:04.633Z | Compiling hashlink v0.9.1 |
2454 | 2025-01-09T01:24:05.541Z | Compiling tungstenite v0.23.0 |
2455 | 2025-01-09T01:24:05.794Z | Compiling base64 v0.13.1 |
2456 | 2025-01-09T01:24:05.953Z | Compiling fallible-streaming-iterator v0.1.9 |
2457 | 2025-01-09T01:24:06.256Z | Compiling fallible-iterator v0.3.0 |
2458 | 2025-01-09T01:24:06.534Z | Compiling ron v0.7.1 |
2459 | 2025-01-09T01:24:07.076Z | Compiling rusqlite v0.32.1 |
2460 | 2025-01-09T01:24:09.922Z | Compiling tokio-tungstenite v0.23.1 |
2461 | 2025-01-09T01:24:10.609Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2462 | 2025-01-09T01:24:11.365Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2463 | 2025-01-09T01:24:11.983Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2464 | 2025-01-09T01:24:12.448Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2465 | 2025-01-09T01:24:13.168Z | Compiling xz2 v0.1.7 |
2466 | 2025-01-09T01:24:13.919Z | Compiling tokio-rustls v0.24.1 |
2467 | 2025-01-09T01:24:14.394Z | Compiling zone v0.1.8 |
2468 | 2025-01-09T01:24:16.674Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2469 | 2025-01-09T01:24:17.858Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2470 | 2025-01-09T01:24:24.696Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2471 | 2025-01-09T01:24:31.274Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2472 | 2025-01-09T01:24:31.383Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2473 | 2025-01-09T01:24:32.211Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2474 | 2025-01-09T01:24:34.819Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2475 | 2025-01-09T01:24:35.190Z | Compiling rustls-pemfile v1.0.4 |
2476 | 2025-01-09T01:24:36.031Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2477 | 2025-01-09T01:24:38.734Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2478 | 2025-01-09T01:24:38.934Z | Compiling signal-hook-tokio v0.3.1 |
2479 | 2025-01-09T01:24:39.166Z | Compiling twox-hash v1.6.3 |
2480 | 2025-01-09T01:24:40.205Z | Compiling yasna v0.5.2 |
2481 | 2025-01-09T01:24:40.952Z | Compiling is_ci v1.2.0 |
2482 | 2025-01-09T01:24:40.972Z | Compiling unicode-linebreak v0.1.5 |
2483 | 2025-01-09T01:24:41.278Z | Compiling smawk v0.3.2 |
2484 | 2025-01-09T01:24:41.540Z | Compiling textwrap v0.16.1 |
2485 | 2025-01-09T01:24:41.576Z | Compiling rcgen v0.12.1 |
2486 | 2025-01-09T01:24:43.767Z | Compiling supports-color v3.0.1 |
2487 | 2025-01-09T01:24:45.203Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2488 | 2025-01-09T01:24:51.233Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2489 | 2025-01-09T01:24:52.055Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2490 | 2025-01-09T01:24:55.280Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2491 | 2025-01-09T01:25:05.562Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2492 | 2025-01-09T01:25:13.885Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2493 | 2025-01-09T01:25:14.859Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2494 | 2025-01-09T01:25:18.772Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2495 | 2025-01-09T01:25:19.431Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2496 | 2025-01-09T01:25:28.305Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2497 | 2025-01-09T01:25:28.624Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2498 | 2025-01-09T01:25:31.626Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2499 | 2025-01-09T01:25:35.578Z | Compiling fatfs v0.3.6 |
2500 | 2025-01-09T01:25:38.462Z | Compiling rtoolbox v0.0.2 |
2501 | 2025-01-09T01:25:38.912Z | Compiling subprocess v0.2.9 |
2502 | 2025-01-09T01:25:39.048Z | Compiling assert_matches v1.5.0 |
2503 | 2025-01-09T01:25:42.428Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2504 | 2025-01-09T01:25:43.713Z | Compiling rpassword v7.3.1 |
2505 | 2025-01-09T01:25:44.211Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2506 | 2025-01-09T01:25:49.215Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2507 | 2025-01-09T01:25:50.300Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2508 | 2025-01-09T01:25:52.758Z | Compiling tui-tree-widget v0.22.0 |
2509 | 2025-01-09T01:25:53.266Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2510 | 2025-01-09T01:25:56.518Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2511 | 2025-01-09T01:25:56.848Z | Compiling uzers v0.12.1 |
2512 | 2025-01-09T01:26:00.107Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2513 | 2025-01-09T01:26:07.121Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2514 | 2025-01-09T01:26:09.222Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2515 | 2025-01-09T01:26:33.383Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2516 | 2025-01-09T01:26:40.543Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2517 | 2025-01-09T01:26:44.365Z | Compiling multimap v0.10.0 |
2518 | 2025-01-09T01:29:08.193Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2519 | 2025-01-09T01:29:20.362Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2520 | 2025-01-09T01:36:03.050Z | Finished `release` profile [optimized] target(s) in 16m 32s |
2521 | 2025-01-09T01:37:08.516Z | |
2522 | 2025-01-09T01:37:08.516Z | real 17:39.482117295 |
2523 | 2025-01-09T01:37:08.516Z | user 2:00:49.241381688 |
2524 | 2025-01-09T01:37:08.516Z | sys 6:03.926195846 |
2525 | 2025-01-09T01:37:08.516Z | trap 3.152485439 |
2526 | 2025-01-09T01:37:08.519Z | tflt 3.037144178 |
2527 | 2025-01-09T01:37:08.519Z | dflt 4.413761456 |
2528 | 2025-01-09T01:37:08.519Z | kflt 0.000743242 |
2529 | 2025-01-09T01:37:08.519Z | lock 7:26:29.025569619 |
2530 | 2025-01-09T01:37:08.519Z | slp 6:27:49.642021199 |
2531 | 2025-01-09T01:37:08.519Z | lat 2:58.633778675 |
2532 | 2025-01-09T01:37:08.519Z | stop 2:33.244301597 |
2533 | 2025-01-09T01:37:08.519Z | + mapfile -t packages |
2534 | 2025-01-09T01:37:08.519Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2535 | 2025-01-09T01:37:09.558Z | Finished `release` profile [optimized] target(s) in 0.99s |
2536 | 2025-01-09T01:37:09.622Z | Running `target/release/omicron-package -t test list-outputs` |
2537 | 2025-01-09T01:37:09.668Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2538 | 2025-01-09T01:37:09.670Z | + ptime -m cargo build --locked --release -p xtask |
2539 | 2025-01-09T01:37:10.264Z | Compiling serde v1.0.215 |
2540 | 2025-01-09T01:37:10.267Z | Compiling rustix v0.38.37 |
2541 | 2025-01-09T01:37:10.267Z | Compiling libc v0.2.162 |
2542 | 2025-01-09T01:37:10.267Z | Compiling serde_json v1.0.133 |
2543 | 2025-01-09T01:37:10.267Z | Compiling bitflags v2.6.0 |
2544 | 2025-01-09T01:37:10.267Z | Compiling syn v2.0.87 |
2545 | 2025-01-09T01:37:10.708Z | Compiling usdt-impl v0.5.0 |
2546 | 2025-01-09T01:37:10.751Z | Compiling syn v1.0.109 |
2547 | 2025-01-09T01:37:10.892Z | Compiling hashbrown v0.15.1 |
2548 | 2025-01-09T01:37:10.910Z | Compiling log v0.4.22 |
2549 | 2025-01-09T01:37:10.935Z | Compiling fs-err v2.11.0 |
2550 | 2025-01-09T01:37:11.243Z | Compiling anyhow v1.0.93 |
2551 | 2025-01-09T01:37:11.399Z | Compiling once_cell v1.20.2 |
2552 | 2025-01-09T01:37:11.941Z | Compiling thread-id v4.2.2 |
2553 | 2025-01-09T01:37:12.273Z | Compiling indexmap v2.6.0 |
2554 | 2025-01-09T01:37:13.571Z | Compiling terminal_size v0.4.0 |
2555 | 2025-01-09T01:37:13.572Z | Compiling tempfile v3.13.0 |
2556 | 2025-01-09T01:37:13.806Z | Compiling clap_builder v4.5.21 |
2557 | 2025-01-09T01:37:14.285Z | Compiling proc-macro-error v1.0.4 |
2558 | 2025-01-09T01:37:15.647Z | Compiling tabled_derive v0.7.0 |
2559 | 2025-01-09T01:37:16.891Z | Compiling tabled v0.15.0 |
2560 | 2025-01-09T01:37:18.603Z | Compiling serde_derive v1.0.215 |
2561 | 2025-01-09T01:37:19.143Z | Compiling thiserror-impl v1.0.69 |
2562 | 2025-01-09T01:37:19.412Z | Compiling zerocopy-derive v0.7.35 |
2563 | 2025-01-09T01:37:19.827Z | Compiling scroll_derive v0.12.0 |
2564 | 2025-01-09T01:37:21.273Z | Compiling scroll v0.12.0 |
2565 | 2025-01-09T01:37:21.490Z | Compiling zerocopy v0.7.35 |
2566 | 2025-01-09T01:37:22.013Z | Compiling goblin v0.8.2 |
2567 | 2025-01-09T01:37:22.176Z | Compiling thiserror v1.0.69 |
2568 | 2025-01-09T01:37:22.353Z | Compiling pest v2.7.14 |
2569 | 2025-01-09T01:37:25.498Z | Compiling pest_meta v2.7.14 |
2570 | 2025-01-09T01:37:27.433Z | Compiling pest_generator v2.7.14 |
2571 | 2025-01-09T01:37:29.853Z | Compiling pest_derive v2.7.14 |
2572 | 2025-01-09T01:37:30.651Z | Compiling dtrace-parser v0.2.0 |
2573 | 2025-01-09T01:37:32.510Z | Compiling clap_derive v4.5.18 |
2574 | 2025-01-09T01:37:37.393Z | Compiling dof v0.3.0 |
2575 | 2025-01-09T01:37:37.481Z | Compiling serde_tokenstream v0.2.2 |
2576 | 2025-01-09T01:37:38.210Z | Compiling serde_spanned v0.6.8 |
2577 | 2025-01-09T01:37:38.322Z | Compiling toml_datetime v0.6.8 |
2578 | 2025-01-09T01:37:39.068Z | Compiling toml_edit v0.22.22 |
2579 | 2025-01-09T01:37:39.557Z | Compiling camino v1.1.9 |
2580 | 2025-01-09T01:37:39.721Z | Compiling usdt-macro v0.5.0 |
2581 | 2025-01-09T01:37:40.953Z | Compiling usdt-attr-macro v0.5.0 |
2582 | 2025-01-09T01:37:42.426Z | Compiling cargo-platform v0.1.8 |
2583 | 2025-01-09T01:37:42.638Z | Compiling semver v1.0.23 |
2584 | 2025-01-09T01:37:43.031Z | Compiling toml v0.8.19 |
2585 | 2025-01-09T01:37:43.577Z | Compiling cargo_metadata v0.18.1 |
2586 | 2025-01-09T01:37:43.712Z | Compiling usdt v0.5.0 |
2587 | 2025-01-09T01:37:44.206Z | Compiling cargo_toml v0.20.5 |
2588 | 2025-01-09T01:37:44.793Z | Compiling camino-tempfile v1.1.1 |
2589 | 2025-01-09T01:37:45.339Z | Compiling clap v4.5.21 |
2590 | 2025-01-09T01:37:45.488Z | Compiling macaddr v1.0.1 |
2591 | 2025-01-09T01:37:56.309Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2592 | 2025-01-09T01:38:08.014Z | Finished `release` profile [optimized] target(s) in 58.28s |
2593 | 2025-01-09T01:38:08.120Z | |
2594 | 2025-01-09T01:38:08.120Z | real 58.423359206 |
2595 | 2025-01-09T01:38:08.120Z | user 5:55.877214909 |
2596 | 2025-01-09T01:38:08.120Z | sys 32.758960815 |
2597 | 2025-01-09T01:38:08.120Z | trap 0.168851155 |
2598 | 2025-01-09T01:38:08.120Z | tflt 0.331226324 |
2599 | 2025-01-09T01:38:08.120Z | dflt 0.466838729 |
2600 | 2025-01-09T01:38:08.121Z | kflt 0.000000000 |
2601 | 2025-01-09T01:38:08.123Z | lock 10:34.446212236 |
2602 | 2025-01-09T01:38:08.123Z | slp 15:39.147799264 |
2603 | 2025-01-09T01:38:08.123Z | lat 13.546869208 |
2604 | 2025-01-09T01:38:08.123Z | stop 18.453864350 |
2605 | 2025-01-09T01:38:08.123Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2606 | 2025-01-09T01:38:08.123Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2607 | 2025-01-09T01:38:08.123Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2608 | 2025-01-09T01:38:08.123Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2609 | 2025-01-09T01:38:08.123Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2610 | 2025-01-09T01:38:09.038Z | Compiling hashbrown v0.14.5 |
2611 | 2025-01-09T01:38:09.165Z | Compiling ident_case v1.0.1 |
2612 | 2025-01-09T01:38:09.180Z | Compiling unsafe-libyaml v0.2.11 |
2613 | 2025-01-09T01:38:09.180Z | Compiling progenitor-client v0.8.0 |
2614 | 2025-01-09T01:38:09.182Z | Compiling ipnetwork v0.20.0 |
2615 | 2025-01-09T01:38:09.182Z | Compiling macaddr v1.0.1 |
2616 | 2025-01-09T01:38:09.183Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2617 | 2025-01-09T01:38:09.183Z | Compiling instant v0.1.13 |
2618 | 2025-01-09T01:38:09.325Z | Compiling darling_core v0.20.10 |
2619 | 2025-01-09T01:38:09.420Z | Compiling structmeta-derive v0.3.0 |
2620 | 2025-01-09T01:38:09.662Z | Compiling dropshot v0.13.0 |
2621 | 2025-01-09T01:38:09.684Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2622 | 2025-01-09T01:38:09.775Z | Compiling dropshot_endpoint v0.13.0 |
2623 | 2025-01-09T01:38:10.058Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2624 | 2025-01-09T01:38:10.258Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2625 | 2025-01-09T01:38:10.504Z | Compiling regress v0.10.1 |
2626 | 2025-01-09T01:38:10.543Z | Compiling serde_yaml v0.9.34+deprecated |
2627 | 2025-01-09T01:38:11.084Z | Compiling regress v0.9.1 |
2628 | 2025-01-09T01:38:11.223Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2629 | 2025-01-09T01:38:11.398Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2630 | 2025-01-09T01:38:11.427Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2631 | 2025-01-09T01:38:12.229Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2632 | 2025-01-09T01:38:12.464Z | Compiling backoff v0.4.0 |
2633 | 2025-01-09T01:38:12.576Z | Compiling structmeta v0.3.0 |
2634 | 2025-01-09T01:38:12.738Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2635 | 2025-01-09T01:38:12.845Z | Compiling tempfile v3.13.0 |
2636 | 2025-01-09T01:38:12.920Z | Compiling proc-macro-crate v1.3.1 |
2637 | 2025-01-09T01:38:13.077Z | Compiling parse-display-derive v0.10.0 |
2638 | 2025-01-09T01:38:13.790Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2639 | 2025-01-09T01:38:14.079Z | Compiling num_enum_derive v0.5.11 |
2640 | 2025-01-09T01:38:14.203Z | Compiling itertools v0.13.0 |
2641 | 2025-01-09T01:38:14.783Z | Compiling typify-impl v0.2.0 |
2642 | 2025-01-09T01:38:15.902Z | Compiling zerocopy v0.8.10 |
2643 | 2025-01-09T01:38:16.445Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2644 | 2025-01-09T01:38:16.691Z | Compiling darling_macro v0.20.10 |
2645 | 2025-01-09T01:38:16.785Z | Compiling zerocopy-derive v0.8.10 |
2646 | 2025-01-09T01:38:16.823Z | Compiling num_enum v0.5.11 |
2647 | 2025-01-09T01:38:16.918Z | Compiling foreign-types-macros v0.2.3 |
2648 | 2025-01-09T01:38:16.999Z | Compiling heapless v0.8.0 |
2649 | 2025-01-09T01:38:17.668Z | Compiling crucible-workspace-hack v0.1.0 |
2650 | 2025-01-09T01:38:17.672Z | Compiling foreign-types-shared v0.3.1 |
2651 | 2025-01-09T01:38:17.705Z | Compiling darling v0.20.10 |
2652 | 2025-01-09T01:38:17.847Z | Compiling serde_with_macros v3.11.0 |
2653 | 2025-01-09T01:38:17.985Z | Compiling parse-display v0.10.0 |
2654 | 2025-01-09T01:38:18.015Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2655 | 2025-01-09T01:38:18.134Z | Compiling proc-macro-error v1.0.4 |
2656 | 2025-01-09T01:38:18.182Z | Compiling foreign-types v0.5.0 |
2657 | 2025-01-09T01:38:18.709Z | Compiling camino-tempfile v1.1.1 |
2658 | 2025-01-09T01:38:18.730Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2659 | 2025-01-09T01:38:18.904Z | Compiling hash32 v0.3.1 |
2660 | 2025-01-09T01:38:19.180Z | Compiling cstr-argument v0.1.2 |
2661 | 2025-01-09T01:38:19.205Z | Compiling smoltcp v0.11.0 |
2662 | 2025-01-09T01:38:19.450Z | Compiling pretty-hex v0.2.1 |
2663 | 2025-01-09T01:38:19.624Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2664 | 2025-01-09T01:38:19.645Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2665 | 2025-01-09T01:38:19.816Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2666 | 2025-01-09T01:38:20.207Z | Compiling tabwriter v1.4.0 |
2667 | 2025-01-09T01:38:20.536Z | Compiling colored v2.1.0 |
2668 | 2025-01-09T01:38:20.740Z | Compiling cobs v0.2.3 |
2669 | 2025-01-09T01:38:20.771Z | Compiling serde_with v3.11.0 |
2670 | 2025-01-09T01:38:21.087Z | Compiling postcard v1.0.10 |
2671 | 2025-01-09T01:38:21.347Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2672 | 2025-01-09T01:38:21.649Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2673 | 2025-01-09T01:38:21.856Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2674 | 2025-01-09T01:38:21.906Z | Compiling thiserror v2.0.3 |
2675 | 2025-01-09T01:38:22.571Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2676 | 2025-01-09T01:38:22.917Z | Compiling smf v0.2.3 |
2677 | 2025-01-09T01:38:23.194Z | Compiling thiserror-impl v2.0.3 |
2678 | 2025-01-09T01:38:23.572Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2679 | 2025-01-09T01:38:24.411Z | Compiling zone_cfg_derive v0.3.0 |
2680 | 2025-01-09T01:38:24.870Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2681 | 2025-01-09T01:38:24.947Z | Compiling num-derive v0.4.2 |
2682 | 2025-01-09T01:38:25.450Z | Compiling sigpipe v0.1.3 |
2683 | 2025-01-09T01:38:25.620Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2684 | 2025-01-09T01:38:25.685Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2685 | 2025-01-09T01:38:25.954Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2686 | 2025-01-09T01:38:25.990Z | Compiling zone v0.3.0 |
2687 | 2025-01-09T01:38:26.254Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2688 | 2025-01-09T01:38:26.562Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2689 | 2025-01-09T01:38:26.746Z | Compiling universal-hash v0.5.1 |
2690 | 2025-01-09T01:38:26.973Z | Compiling opaque-debug v0.3.1 |
2691 | 2025-01-09T01:38:27.087Z | Compiling tungstenite v0.21.0 |
2692 | 2025-01-09T01:38:27.131Z | Compiling num-rational v0.4.2 |
2693 | 2025-01-09T01:38:27.191Z | Compiling password-hash v0.5.0 |
2694 | 2025-01-09T01:38:27.491Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2695 | 2025-01-09T01:38:27.690Z | Compiling num-complex v0.4.6 |
2696 | 2025-01-09T01:38:28.309Z | Compiling blake2 v0.10.6 |
2697 | 2025-01-09T01:38:28.382Z | Compiling aead v0.5.2 |
2698 | 2025-01-09T01:38:28.492Z | Compiling convert_case v0.4.0 |
2699 | 2025-01-09T01:38:28.773Z | Compiling base64 v0.21.7 |
2700 | 2025-01-09T01:38:28.858Z | Compiling keccak v0.1.5 |
2701 | 2025-01-09T01:38:29.019Z | Compiling argon2 v0.5.3 |
2702 | 2025-01-09T01:38:29.292Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2703 | 2025-01-09T01:38:29.438Z | Compiling sha3 v0.10.8 |
2704 | 2025-01-09T01:38:29.549Z | Compiling derive_more v0.99.18 |
2705 | 2025-01-09T01:38:29.580Z | Compiling num v0.4.3 |
2706 | 2025-01-09T01:38:29.709Z | Compiling tokio-tungstenite v0.21.0 |
2707 | 2025-01-09T01:38:29.731Z | Compiling poly1305 v0.8.0 |
2708 | 2025-01-09T01:38:29.856Z | Compiling chacha20 v0.9.1 |
2709 | 2025-01-09T01:38:30.390Z | Compiling float-ord v0.3.2 |
2710 | 2025-01-09T01:38:30.406Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2711 | 2025-01-09T01:38:30.519Z | Compiling semver v0.1.20 |
2712 | 2025-01-09T01:38:30.570Z | Compiling same-file v1.0.6 |
2713 | 2025-01-09T01:38:30.899Z | Compiling rustc_version v0.1.7 |
2714 | 2025-01-09T01:38:31.161Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2715 | 2025-01-09T01:38:31.222Z | Compiling walkdir v2.5.0 |
2716 | 2025-01-09T01:38:31.468Z | Compiling newline-converter v0.3.0 |
2717 | 2025-01-09T01:38:31.489Z | Compiling primeorder v0.13.6 |
2718 | 2025-01-09T01:38:31.508Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2719 | 2025-01-09T01:38:31.645Z | Compiling secrecy v0.8.0 |
2720 | 2025-01-09T01:38:31.959Z | Compiling owo-colors v4.1.0 |
2721 | 2025-01-09T01:38:32.021Z | Compiling cancel-safe-futures v0.1.5 |
2722 | 2025-01-09T01:38:32.042Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2723 | 2025-01-09T01:38:32.064Z | Compiling expectorate v1.1.0 |
2724 | 2025-01-09T01:38:32.159Z | Compiling newtype_derive v0.1.6 |
2725 | 2025-01-09T01:38:32.270Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2726 | 2025-01-09T01:38:32.296Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2727 | 2025-01-09T01:38:32.410Z | Compiling thiserror-impl-no-std v2.0.2 |
2728 | 2025-01-09T01:38:32.461Z | Compiling blake3 v1.5.4 |
2729 | 2025-01-09T01:38:32.622Z | Compiling half v2.4.1 |
2730 | 2025-01-09T01:38:32.966Z | Compiling unicase v2.7.0 |
2731 | 2025-01-09T01:38:33.164Z | Compiling arc-swap v1.7.1 |
2732 | 2025-01-09T01:38:33.202Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2733 | 2025-01-09T01:38:33.291Z | Compiling ciborium-io v0.2.2 |
2734 | 2025-01-09T01:38:33.456Z | Compiling ciborium-ll v0.2.2 |
2735 | 2025-01-09T01:38:33.731Z | Compiling slog-scope v4.4.0 |
2736 | 2025-01-09T01:38:33.829Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2737 | 2025-01-09T01:38:33.887Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2738 | 2025-01-09T01:38:34.095Z | Compiling typify-macro v0.2.0 |
2739 | 2025-01-09T01:38:34.294Z | Compiling polyval v0.6.2 |
2740 | 2025-01-09T01:38:34.678Z | Compiling atomicwrites v0.4.4 |
2741 | 2025-01-09T01:38:34.773Z | Compiling libsw v3.3.1 |
2742 | 2025-01-09T01:38:34.879Z | Compiling memmap2 v0.9.5 |
2743 | 2025-01-09T01:38:35.097Z | Compiling libefi-sys v0.1.0 |
2744 | 2025-01-09T01:38:35.130Z | Compiling arrayvec v0.7.6 |
2745 | 2025-01-09T01:38:35.409Z | Compiling constant_time_eq v0.3.1 |
2746 | 2025-01-09T01:38:35.432Z | Compiling linear-map v1.2.0 |
2747 | 2025-01-09T01:38:35.574Z | Compiling indent_write v2.2.0 |
2748 | 2025-01-09T01:38:35.626Z | Compiling arrayref v0.3.9 |
2749 | 2025-01-09T01:38:35.756Z | Compiling parking_lot_core v0.8.6 |
2750 | 2025-01-09T01:38:35.817Z | Compiling salty v0.3.0 |
2751 | 2025-01-09T01:38:35.840Z | Compiling thiserror-no-std v2.0.2 |
2752 | 2025-01-09T01:38:35.975Z | Compiling vsss-rs v3.3.4 |
2753 | 2025-01-09T01:38:36.319Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2754 | 2025-01-09T01:38:36.351Z | Compiling ghash v0.5.1 |
2755 | 2025-01-09T01:38:36.715Z | Compiling slog-stdlog v4.1.1 |
2756 | 2025-01-09T01:38:36.737Z | Compiling ciborium v0.2.2 |
2757 | 2025-01-09T01:38:37.479Z | Compiling p384 v0.13.0 |
2758 | 2025-01-09T01:38:37.576Z | Compiling toolchain_find v0.4.0 |
2759 | 2025-01-09T01:38:37.745Z | Compiling chacha20poly1305 v0.10.1 |
2760 | 2025-01-09T01:38:38.023Z | Compiling ctr v0.9.2 |
2761 | 2025-01-09T01:38:38.298Z | Compiling lzma-sys v0.1.20 |
2762 | 2025-01-09T01:38:38.332Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2763 | 2025-01-09T01:38:38.417Z | Compiling bitfield-struct v0.6.2 |
2764 | 2025-01-09T01:38:38.691Z | Compiling typify v0.2.0 |
2765 | 2025-01-09T01:38:38.751Z | Compiling slog-dtrace v0.3.0 |
2766 | 2025-01-09T01:38:38.773Z | Compiling highway v1.2.0 |
2767 | 2025-01-09T01:38:38.851Z | Compiling progenitor-impl v0.8.0 |
2768 | 2025-01-09T01:38:39.026Z | Compiling topological-sort v0.2.2 |
2769 | 2025-01-09T01:38:39.152Z | Compiling aes-gcm v0.10.3 |
2770 | 2025-01-09T01:38:39.251Z | Compiling omicron-zone-package v0.12.0 |
2771 | 2025-01-09T01:38:39.272Z | Compiling rustfmt-wrapper v0.2.1 |
2772 | 2025-01-09T01:38:39.487Z | Compiling mime_guess v2.0.5 |
2773 | 2025-01-09T01:38:39.571Z | Compiling slog-envlogger v2.2.0 |
2774 | 2025-01-09T01:38:39.864Z | Compiling steno v0.4.1 |
2775 | 2025-01-09T01:38:39.954Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2776 | 2025-01-09T01:38:40.845Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2777 | 2025-01-09T01:38:40.939Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2778 | 2025-01-09T01:38:40.961Z | Compiling heck v0.3.3 |
2779 | 2025-01-09T01:38:41.337Z | Compiling ssh-encoding v0.2.0 |
2780 | 2025-01-09T01:38:41.441Z | Compiling blowfish v0.9.1 |
2781 | 2025-01-09T01:38:41.533Z | Compiling nibble_vec v0.1.0 |
2782 | 2025-01-09T01:38:41.606Z | Compiling env_filter v0.1.2 |
2783 | 2025-01-09T01:38:41.786Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2784 | 2025-01-09T01:38:41.903Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2785 | 2025-01-09T01:38:41.937Z | Compiling humantime v2.1.0 |
2786 | 2025-01-09T01:38:41.958Z | Compiling endian-type v0.1.2 |
2787 | 2025-01-09T01:38:42.134Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2788 | 2025-01-09T01:38:42.215Z | Compiling radix_trie v0.2.1 |
2789 | 2025-01-09T01:38:42.245Z | Compiling env_logger v0.11.5 |
2790 | 2025-01-09T01:38:42.396Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2791 | 2025-01-09T01:38:42.477Z | Compiling ssh-cipher v0.2.0 |
2792 | 2025-01-09T01:38:42.500Z | Compiling bcrypt-pbkdf v0.10.0 |
2793 | 2025-01-09T01:38:42.962Z | Compiling zone_cfg_derive v0.1.2 |
2794 | 2025-01-09T01:38:43.191Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2795 | 2025-01-09T01:38:43.446Z | Compiling parking_lot v0.11.2 |
2796 | 2025-01-09T01:38:43.665Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2797 | 2025-01-09T01:38:44.389Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2798 | 2025-01-09T01:38:44.424Z | Compiling password-hash v0.4.2 |
2799 | 2025-01-09T01:38:44.484Z | Compiling gethostname v0.5.0 |
2800 | 2025-01-09T01:38:44.616Z | Compiling fxhash v0.2.1 |
2801 | 2025-01-09T01:38:44.739Z | Compiling matches v0.1.10 |
2802 | 2025-01-09T01:38:44.815Z | Compiling zip v2.1.3 |
2803 | 2025-01-09T01:38:44.856Z | Compiling simd-adler32 v0.3.7 |
2804 | 2025-01-09T01:38:44.880Z | Compiling http-range v0.1.5 |
2805 | 2025-01-09T01:38:44.882Z | Compiling lockfree-object-pool v0.1.6 |
2806 | 2025-01-09T01:38:45.150Z | Compiling bumpalo v3.16.0 |
2807 | 2025-01-09T01:38:45.255Z | Compiling base64 v0.13.1 |
2808 | 2025-01-09T01:38:45.298Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2809 | 2025-01-09T01:38:45.468Z | Compiling pbkdf2 v0.11.0 |
2810 | 2025-01-09T01:38:45.528Z | Compiling zopfli v0.8.1 |
2811 | 2025-01-09T01:38:45.658Z | Compiling idna v0.2.3 |
2812 | 2025-01-09T01:38:45.680Z | Compiling sled v0.34.7 |
2813 | 2025-01-09T01:38:45.855Z | Compiling ron v0.7.1 |
2814 | 2025-01-09T01:38:45.903Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2815 | 2025-01-09T01:38:46.679Z | Compiling zone v0.1.8 |
2816 | 2025-01-09T01:38:46.723Z | Compiling xz2 v0.1.7 |
2817 | 2025-01-09T01:38:47.288Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2818 | 2025-01-09T01:38:47.510Z | Compiling ssh-key v0.6.6 |
2819 | 2025-01-09T01:38:47.537Z | Compiling progenitor-macro v0.8.0 |
2820 | 2025-01-09T01:38:47.987Z | Compiling hickory-client v0.24.1 |
2821 | 2025-01-09T01:38:48.508Z | Compiling p256 v0.13.2 |
2822 | 2025-01-09T01:38:48.580Z | Compiling p521 v0.13.3 |
2823 | 2025-01-09T01:38:48.833Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2824 | 2025-01-09T01:38:49.417Z | Compiling hickory-server v0.24.1 |
2825 | 2025-01-09T01:38:49.512Z | Compiling enum-as-inner v0.5.1 |
2826 | 2025-01-09T01:38:50.055Z | Compiling pem v3.0.4 |
2827 | 2025-01-09T01:38:50.674Z | Compiling yasna v0.5.2 |
2828 | 2025-01-09T01:38:50.951Z | Compiling headers-core v0.3.0 |
2829 | 2025-01-09T01:38:51.074Z | Compiling kstat-rs v0.2.4 |
2830 | 2025-01-09T01:38:51.132Z | Compiling nanorand v0.7.0 |
2831 | 2025-01-09T01:38:51.775Z | Compiling atty v0.2.14 |
2832 | 2025-01-09T01:38:51.794Z | Compiling russh-cryptovec v0.7.3 |
2833 | 2025-01-09T01:38:51.942Z | Compiling md5 v0.7.0 |
2834 | 2025-01-09T01:38:52.144Z | Compiling rcgen v0.12.1 |
2835 | 2025-01-09T01:38:52.456Z | Compiling russh-keys v0.45.0 |
2836 | 2025-01-09T01:38:52.479Z | Compiling flume v0.11.1 |
2837 | 2025-01-09T01:38:52.482Z | Compiling headers v0.4.0 |
2838 | 2025-01-09T01:38:52.864Z | Compiling trust-dns-proto v0.22.0 |
2839 | 2025-01-09T01:38:54.383Z | Compiling hyper-staticfile v0.10.1 |
2840 | 2025-01-09T01:38:54.738Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2841 | 2025-01-09T01:38:55.446Z | Compiling num-bigint v0.4.6 |
2842 | 2025-01-09T01:38:55.635Z | Compiling des v0.8.1 |
2843 | 2025-01-09T01:38:55.861Z | Compiling subprocess v0.2.9 |
2844 | 2025-01-09T01:38:56.010Z | Compiling display-error-chain v0.2.2 |
2845 | 2025-01-09T01:38:56.250Z | Compiling hex-literal v0.4.1 |
2846 | 2025-01-09T01:38:56.426Z | Compiling dhcproto-macros v0.1.0 |
2847 | 2025-01-09T01:38:56.735Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2848 | 2025-01-09T01:38:56.930Z | Compiling internet-checksum v0.2.1 |
2849 | 2025-01-09T01:38:57.623Z | Compiling dhcproto v0.12.0 |
2850 | 2025-01-09T01:38:58.703Z | Compiling russh v0.45.0 |
2851 | 2025-01-09T01:39:00.935Z | Compiling progenitor v0.8.0 |
2852 | 2025-01-09T01:39:01.079Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2853 | 2025-01-09T01:39:01.079Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2854 | 2025-01-09T01:39:01.081Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2855 | 2025-01-09T01:39:01.081Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2856 | 2025-01-09T01:39:01.081Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2857 | 2025-01-09T01:39:01.081Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2858 | 2025-01-09T01:39:01.180Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2859 | 2025-01-09T01:39:02.626Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2860 | 2025-01-09T01:39:04.591Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2861 | 2025-01-09T01:39:05.538Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2862 | 2025-01-09T01:39:07.070Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2863 | 2025-01-09T01:39:07.092Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2864 | 2025-01-09T01:39:17.200Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2865 | 2025-01-09T01:39:17.200Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2866 | 2025-01-09T01:39:17.202Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2867 | 2025-01-09T01:39:17.202Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2868 | 2025-01-09T01:39:18.202Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2869 | 2025-01-09T01:39:20.687Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2870 | 2025-01-09T01:39:21.518Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2871 | 2025-01-09T01:39:21.870Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2872 | 2025-01-09T01:39:24.651Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2873 | 2025-01-09T01:39:25.489Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2874 | 2025-01-09T01:39:25.801Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2875 | 2025-01-09T01:39:26.672Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2876 | 2025-01-09T01:39:27.629Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2877 | 2025-01-09T01:39:28.384Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2878 | 2025-01-09T01:39:29.527Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2879 | 2025-01-09T01:39:29.832Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2880 | 2025-01-09T01:39:30.944Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2881 | 2025-01-09T01:39:31.321Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2882 | 2025-01-09T01:39:32.576Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2883 | 2025-01-09T01:39:33.807Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2884 | 2025-01-09T01:39:34.346Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2885 | 2025-01-09T01:39:35.646Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2886 | 2025-01-09T01:39:37.029Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2887 | 2025-01-09T01:39:37.983Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2888 | 2025-01-09T01:39:41.692Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2889 | 2025-01-09T01:39:42.342Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2890 | 2025-01-09T01:39:43.985Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2891 | 2025-01-09T01:39:44.663Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2892 | 2025-01-09T01:39:47.939Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2893 | 2025-01-09T01:39:57.399Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2894 | 2025-01-09T01:39:58.923Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2895 | 2025-01-09T01:40:20.314Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2896 | 2025-01-09T01:40:57.178Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 48s |
2897 | 2025-01-09T01:40:57.396Z | |
2898 | 2025-01-09T01:40:57.398Z | real 2:49.225732278 |
2899 | 2025-01-09T01:40:57.398Z | user 12:56.008597238 |
2900 | 2025-01-09T01:40:57.398Z | sys 2:50.467296835 |
2901 | 2025-01-09T01:40:57.398Z | trap 0.369614144 |
2902 | 2025-01-09T01:40:57.398Z | tflt 0.885894369 |
2903 | 2025-01-09T01:40:57.398Z | dflt 2.081873741 |
2904 | 2025-01-09T01:40:57.398Z | kflt 0.000067176 |
2905 | 2025-01-09T01:40:57.398Z | lock 27:08.533819857 |
2906 | 2025-01-09T01:40:57.398Z | slp 46:37.440525935 |
2907 | 2025-01-09T01:40:57.398Z | lat 36.066717939 |
2908 | 2025-01-09T01:40:57.398Z | stop 1:37.001198978 |
2909 | 2025-01-09T01:40:57.399Z | + mkdir tests |
2910 | 2025-01-09T01:40:57.407Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2911 | 2025-01-09T01:40:57.408Z | + xargs -I '{}' -t cp '{}' tests/ |
2912 | 2025-01-09T01:40:57.440Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a65261c80d673e6f tests/ |
2913 | 2025-01-09T01:40:57.467Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a3e6b71d30e2fa2a tests/ |
2914 | 2025-01-09T01:40:57.494Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5d8773b64f36e079 tests/ |
2915 | 2025-01-09T01:40:57.522Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-a5443c6ae7b0140e tests/ |
2916 | 2025-01-09T01:40:57.759Z | + 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/*) |
2917 | 2025-01-09T01:40:57.761Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-a3e6b71d30e2fa2a tests/commtest-5d8773b64f36e079 tests/dhcp_server-a65261c80d673e6f tests/end_to_end_tests-a5443c6ae7b0140e out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2918 | 2025-01-09T01:42:09.334Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2919 | 2025-01-09T01:42:09.335Z | a .github/buildomat/ci-env.sh 1K |
2920 | 2025-01-09T01:42:09.335Z | a out/target/test 1K |
2921 | 2025-01-09T01:42:09.335Z | a out/npuzone/npuzone 23144K |
2922 | 2025-01-09T01:42:09.335Z | a package-manifest.toml 34K |
2923 | 2025-01-09T01:42:09.335Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2924 | 2025-01-09T01:42:09.335Z | a target/release/omicron-package 36062K |
2925 | 2025-01-09T01:42:09.335Z | a target/release/xtask 11721K |
2926 | 2025-01-09T01:42:09.335Z | a target/debug/bootstrap 209145K |
2927 | 2025-01-09T01:42:09.335Z | a tests/bootstrap-a3e6b71d30e2fa2a 24243K |
2928 | 2025-01-09T01:42:09.335Z | a tests/commtest-5d8773b64f36e079 25019K |
2929 | 2025-01-09T01:42:09.335Z | a tests/dhcp_server-a65261c80d673e6f 24243K |
2930 | 2025-01-09T01:42:09.335Z | a tests/end_to_end_tests-a5443c6ae7b0140e 227342K |
2931 | 2025-01-09T01:42:09.335Z | a out/clickhouse.tar.gz 293508K |
2932 | 2025-01-09T01:42:09.335Z | a out/clickhouse_keeper.tar.gz 280612K |
2933 | 2025-01-09T01:42:09.335Z | a out/clickhouse_server.tar.gz 293495K |
2934 | 2025-01-09T01:42:09.335Z | a out/cockroachdb.tar.gz 134638K |
2935 | 2025-01-09T01:42:09.335Z | a out/crucible-dtrace.tar 85K |
2936 | 2025-01-09T01:42:09.335Z | a out/crucible-pantry-zone.tar.gz 28212K |
2937 | 2025-01-09T01:42:09.335Z | a out/crucible-zone.tar.gz 36434K |
2938 | 2025-01-09T01:42:09.335Z | a out/external-dns.tar.gz 35342K |
2939 | 2025-01-09T01:42:09.335Z | a out/internal-dns.tar.gz 35343K |
2940 | 2025-01-09T01:42:09.335Z | a out/mg-ddm-gz.tar 63075K |
2941 | 2025-01-09T01:42:09.335Z | a out/nexus.tar.gz 98811K |
2942 | 2025-01-09T01:42:09.335Z | a out/ntp.tar.gz 10389K |
2943 | 2025-01-09T01:42:09.335Z | a out/omicron-gateway-softnpu.tar.gz 23980K |
2944 | 2025-01-09T01:42:09.335Z | a out/omicron-sled-agent.tar 113607K |
2945 | 2025-01-09T01:42:09.335Z | a out/overlay.tar.gz 3K |
2946 | 2025-01-09T01:42:09.335Z | a out/oximeter.tar.gz 47845K |
2947 | 2025-01-09T01:42:09.335Z | a out/oxlog.tar 3088K |
2948 | 2025-01-09T01:42:09.335Z | a out/probe.tar.gz 2764K |
2949 | 2025-01-09T01:42:09.335Z | a out/propolis-server.tar.gz 66291K |
2950 | 2025-01-09T01:42:09.335Z | a out/pumpkind-gz.tar 26665K |
2951 | 2025-01-09T01:42:09.335Z | a out/switch-softnpu.tar.gz 235429K |
2952 | 2025-01-09T01:42:09.338Z | |
2953 | 2025-01-09T01:42:09.338Z | real 1:11.570961564 |
2954 | 2025-01-09T01:42:09.338Z | user 1:08.215323622 |
2955 | 2025-01-09T01:42:09.338Z | sys 4.799625459 |
2956 | 2025-01-09T01:42:09.338Z | trap 0.019663165 |
2957 | 2025-01-09T01:42:09.339Z | tflt 0.000000000 |
2958 | 2025-01-09T01:42:09.339Z | dflt 0.000000000 |
2959 | 2025-01-09T01:42:09.339Z | kflt 0.000000000 |
2960 | 2025-01-09T01:42:09.339Z | lock 0.000000000 |
2961 | 2025-01-09T01:42:09.339Z | slp 1:07.970117571 |
2962 | 2025-01-09T01:42:09.339Z | lat 2.131064637 |
2963 | 2025-01-09T01:42:09.339Z | stop 0.000634836 |
2964 | 2025-01-09T01:42:09.339Z | process exited: duration 2014967 ms, exit code 0 |
|
2965 | 2025-01-09T01:42:09.354Z | found 1 output files |
2966 | 2025-01-09T01:42:09.354Z | uploading: /work/package.tar.gz (1880720378 bytes) |
2967 | 2025-01-09T01:42:48.498Z | uploaded: /work/package.tar.gz |