|
|
|
1 | 2025-01-13T08:48:08.453Z | job assigned to worker 01JHFDGVBF8AEG146EEV2PQ3TS [factory aws, i-05624ce042ae64242] (queued for 59 s) |
|
2 | 2025-01-13T08:48:16.108Z | starting task 0: "setup" |
3 | 2025-01-13T08:48:16.120Z | ++ uname -s |
4 | 2025-01-13T08:48:16.122Z | + kern=SunOS |
5 | 2025-01-13T08:48:16.122Z | + case "$kern" in |
6 | 2025-01-13T08:48:16.122Z | + groupadd -g 12345 build |
7 | 2025-01-13T08:48:16.125Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-13T08:48:18.133Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-13T08:48:18.263Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-13T08:48:18.265Z | + home_fs=zfs |
11 | 2025-01-13T08:48:18.265Z | + [[ zfs == autofs ]] |
12 | 2025-01-13T08:48:18.265Z | + mkdir -p /home/build |
13 | 2025-01-13T08:48:18.267Z | + chown build:build /home/build /work |
14 | 2025-01-13T08:48:20.270Z | + chmod 0700 /home/build /work |
15 | 2025-01-13T08:48:20.272Z | process exited: duration 4163 ms, exit code 0 |
|
16 | 2025-01-13T08:48:20.277Z | starting task 1: "rust-toolchain" |
17 | 2025-01-13T08:48:20.282Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-13T08:48:20.282Z | ' 1.81.0 |
19 | 2025-01-13T08:48:20.282Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-13T08:48:20.283Z | ' default |
21 | 2025-01-13T08:48:20.283Z | * toolchain channel = "1.81.0" |
22 | 2025-01-13T08:48:20.283Z | * toolchain profile = "default" |
23 | 2025-01-13T08:48:20.285Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-13T08:48:20.285Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-13T08:48:20.389Z | info: downloading installer |
26 | 2025-01-13T08:48:21.551Z | info: profile set to 'default' |
27 | 2025-01-13T08:48:21.551Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-13T08:48:21.554Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-13T08:48:21.722Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-13T08:48:21.722Z | info: downloading component 'cargo' |
31 | 2025-01-13T08:48:22.695Z | info: downloading component 'clippy' |
32 | 2025-01-13T08:48:23.053Z | info: downloading component 'rust-docs' |
33 | 2025-01-13T08:48:24.394Z | info: downloading component 'rust-std' |
34 | 2025-01-13T08:48:26.485Z | info: downloading component 'rustc' |
35 | 2025-01-13T08:48:34.020Z | info: downloading component 'rustfmt' |
36 | 2025-01-13T08:48:34.300Z | info: installing component 'cargo' |
37 | 2025-01-13T08:48:35.099Z | info: installing component 'clippy' |
38 | 2025-01-13T08:48:35.456Z | info: installing component 'rust-docs' |
39 | 2025-01-13T08:48:37.085Z | info: installing component 'rust-std' |
40 | 2025-01-13T08:48:38.821Z | info: installing component 'rustc' |
41 | 2025-01-13T08:48:44.614Z | info: installing component 'rustfmt' |
42 | 2025-01-13T08:48:44.935Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-13T08:48:44.935Z | |
44 | 2025-01-13T08:48:45.302Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-13T08:48:45.302Z | |
46 | 2025-01-13T08:48:45.304Z | |
47 | 2025-01-13T08:48:45.304Z | Rust is installed now. Great! |
48 | 2025-01-13T08:48:45.305Z | |
49 | 2025-01-13T08:48:45.305Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-13T08:48:45.305Z | environment variable. This has not been done automatically. |
51 | 2025-01-13T08:48:45.305Z | |
52 | 2025-01-13T08:48:45.305Z | To configure your current shell, you need to source |
53 | 2025-01-13T08:48:45.305Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-13T08:48:45.305Z | |
55 | 2025-01-13T08:48:45.305Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-13T08:48:45.305Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-13T08:48:45.305Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-13T08:48:45.381Z | + rustc --version |
59 | 2025-01-13T08:48:45.448Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-13T08:48:45.451Z | process exited: duration 25171 ms, exit code 0 |
|
61 | 2025-01-13T08:48:45.457Z | starting task 2: "authentication" |
62 | 2025-01-13T08:48:45.478Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-13T08:48:45.483Z | starting task 3: "clone repository" |
64 | 2025-01-13T08:48:45.488Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-13T08:48:45.490Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-13T08:48:45.524Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-13T08:48:52.469Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-13T08:48:52.469Z | + git fetch origin 27409a1abdb84f3c458ceca77ec5c422faf0265d |
69 | 2025-01-13T08:48:52.822Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-13T08:48:52.822Z | * branch 27409a1abdb84f3c458ceca77ec5c422faf0265d -> FETCH_HEAD |
71 | 2025-01-13T08:48:52.833Z | + [[ -n renovate/lock-file-maintenance ]] |
72 | 2025-01-13T08:48:52.835Z | ++ git branch --show-current |
73 | 2025-01-13T08:48:52.838Z | + current=main |
74 | 2025-01-13T08:48:52.838Z | + [[ main != renovate/lock-file-maintenance ]] |
75 | 2025-01-13T08:48:52.838Z | + git branch -f renovate/lock-file-maintenance 27409a1abdb84f3c458ceca77ec5c422faf0265d |
76 | 2025-01-13T08:48:52.841Z | + git checkout -f renovate/lock-file-maintenance |
77 | 2025-01-13T08:48:53.021Z | Switched to branch 'renovate/lock-file-maintenance' |
78 | 2025-01-13T08:48:53.023Z | + git reset --hard 27409a1abdb84f3c458ceca77ec5c422faf0265d |
79 | 2025-01-13T08:48:53.199Z | HEAD is now at 27409a1ab Lock file maintenance |
80 | 2025-01-13T08:48:53.202Z | process exited: duration 7716 ms, exit code 0 |
|
81 | 2025-01-13T08:48:53.207Z | starting task 4: "build" |
82 | 2025-01-13T08:48:53.213Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-13T08:48:53.213Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-13T08:48:53.213Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-13T08:48:53.213Z | + cargo --version |
86 | 2025-01-13T08:48:53.272Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-13T08:48:53.275Z | + rustc --version |
88 | 2025-01-13T08:48:53.335Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-13T08:48:53.338Z | + WORK=/work |
90 | 2025-01-13T08:48:53.338Z | + pfexec mkdir -p /work |
91 | 2025-01-13T08:48:53.343Z | + pfexec chown build /work |
92 | 2025-01-13T08:48:53.345Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-13T08:48:54.939Z | pkg list: illegal option -- F |
94 | 2025-01-13T08:48:54.939Z | Usage: |
95 | 2025-01-13T08:48:54.942Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-13T08:48:54.942Z | [pkg_fmri_pattern ...] |
97 | 2025-01-13T08:48:55.799Z | pkg list: illegal option -- F |
98 | 2025-01-13T08:48:55.799Z | Usage: |
99 | 2025-01-13T08:48:55.801Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-13T08:48:55.801Z | [pkg_fmri_pattern ...] |
101 | 2025-01-13T08:49:01.531Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-13T08:49:05.621Z | Startup: Caching catalogs ... Done |
103 | 2025-01-13T08:49:17.193Z | Planning: Solver setup ... Done (10.730s) |
104 | 2025-01-13T08:49:17.336Z | Planning: Running solver ... Done (0.143s) |
105 | 2025-01-13T08:49:17.453Z | Planning: Finding local manifests ... Done (0.006s) |
106 | 2025-01-13T08:49:17.482Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-13T08:49:17.755Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-13T08:49:17.868Z | Planning: Package planning ... Done (0.113s) |
109 | 2025-01-13T08:49:17.925Z | Planning: Merging actions ... Done (0.057s) |
110 | 2025-01-13T08:49:18.123Z | Planning: Checking for conflicting actions ... Done (0.198s) |
111 | 2025-01-13T08:49:20.152Z | Planning: Consolidating action changes ... Done (2.029s) |
112 | 2025-01-13T08:49:20.587Z | Planning: Evaluating mediators ... Done (0.435s) |
113 | 2025-01-13T08:49:20.671Z | Planning: Planning completed in 14.95 seconds |
114 | 2025-01-13T08:49:20.687Z | Packages to install: 4 |
115 | 2025-01-13T08:49:20.687Z | Packages to update: 3 |
116 | 2025-01-13T08:49:20.687Z | Mediators to change: 2 |
117 | 2025-01-13T08:49:20.690Z | Services to change: 1 |
118 | 2025-01-13T08:49:20.690Z | Estimated space available: 155.63 GB |
119 | 2025-01-13T08:49:20.690Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-13T08:49:20.690Z | Create boot environment: No |
121 | 2025-01-13T08:49:20.690Z | Create backup boot environment: Yes |
122 | 2025-01-13T08:49:20.690Z | Rebuild boot archive: No |
123 | 2025-01-13T08:49:20.690Z | |
124 | 2025-01-13T08:49:20.690Z | Changed mediators: |
125 | 2025-01-13T08:49:20.690Z | mediator clang: |
126 | 2025-01-13T08:49:20.690Z | version: None -> 15 (system default) |
127 | 2025-01-13T08:49:20.690Z | |
128 | 2025-01-13T08:49:20.690Z | mediator llvm: |
129 | 2025-01-13T08:49:20.690Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-13T08:49:20.690Z | |
131 | 2025-01-13T08:49:20.690Z | Changed packages: |
132 | 2025-01-13T08:49:20.690Z | helios-dev |
133 | 2025-01-13T08:49:20.690Z | developer/build-essential |
134 | 2025-01-13T08:49:20.690Z | None -> 11-2.0 |
135 | 2025-01-13T08:49:20.690Z | library/libxmlsec1 |
136 | 2025-01-13T08:49:20.690Z | None -> 1.2.35-2.0 |
137 | 2025-01-13T08:49:20.690Z | ooce/developer/clang-15 |
138 | 2025-01-13T08:49:20.690Z | None -> 15.0.7-2.0 |
139 | 2025-01-13T08:49:20.690Z | ooce/developer/llvm-15 |
140 | 2025-01-13T08:49:20.691Z | None -> 15.0.7-2.0 |
141 | 2025-01-13T08:49:20.691Z | package/pkg |
142 | 2025-01-13T08:49:20.691Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-13T08:49:20.691Z | system/library/g++-runtime |
144 | 2025-01-13T08:49:20.691Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-13T08:49:20.691Z | system/library/gcc-runtime |
146 | 2025-01-13T08:49:20.691Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-13T08:49:20.691Z | |
148 | 2025-01-13T08:49:20.691Z | Services: |
149 | 2025-01-13T08:49:20.691Z | restart_fmri: |
150 | 2025-01-13T08:49:20.691Z | svc:/system/update-man-index:default |
151 | 2025-01-13T08:49:20.691Z | |
152 | 2025-01-13T08:49:20.691Z | Editable files to change: |
153 | 2025-01-13T08:49:20.691Z | Update: |
154 | 2025-01-13T08:49:20.691Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-13T08:49:20.772Z | |
156 | 2025-01-13T08:49:20.772Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-13T08:49:25.773Z | Download: 1138/4301 items 41.8/225.4MB 18% complete (8.3M/s) |
158 | 2025-01-13T08:49:30.775Z | Download: 2022/4301 items 118.7/225.4MB 52% complete (12.0M/s) |
159 | 2025-01-13T08:49:37.175Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (11.7M/s) |
160 | 2025-01-13T08:49:42.176Z | Download: 3244/4301 items 183.3/225.4MB 81% complete (6.6M/s) |
161 | 2025-01-13T08:49:47.248Z | Download: 3275/4301 items 208.9/225.4MB 92% complete (9.1M/s) |
162 | 2025-01-13T08:49:52.251Z | Download: 4199/4301 items 220.5/225.4MB 97% complete (4.7M/s) |
163 | 2025-01-13T08:49:57.276Z | Download: Completed 225.42 MB in 36.48 seconds (6.2M/s) |
164 | 2025-01-13T08:49:59.294Z | Actions: 1/5122 actions (Removing old actions) |
165 | 2025-01-13T08:49:59.315Z | Actions: 194/5122 actions (Installing new actions) |
166 | 2025-01-13T08:50:04.120Z | Actions: 4267/5122 actions (Updating modified actions) |
167 | 2025-01-13T08:50:04.470Z | Actions: Completed 5122 actions in 5.17 seconds. |
168 | 2025-01-13T08:50:04.896Z | Done (0.418s) |
169 | 2025-01-13T08:50:04.898Z | Done (0.001s) |
170 | 2025-01-13T08:50:05.528Z | Done (0.592s) |
171 | 2025-01-13T08:50:10.164Z | Done (4.433s) |
172 | 2025-01-13T08:50:10.253Z | Done (0.018s) |
173 | 2025-01-13T08:50:10.255Z | Done (0.000s) |
174 | 2025-01-13T08:50:10.435Z | Done (0.000s) |
175 | 2025-01-13T08:50:11.181Z | Planning: Evaluating mediator changes ... Done |
176 | 2025-01-13T08:50:11.348Z | Planning: Checking for conflicting actions ... Done |
177 | 2025-01-13T08:50:11.351Z | Planning: Consolidating action changes ... Done |
178 | 2025-01-13T08:50:11.627Z | Planning: Evaluating mediators ... Done |
179 | 2025-01-13T08:50:11.630Z | Planning: Planning completed in 0.45 seconds |
180 | 2025-01-13T08:50:11.668Z | Mediators to change: 2 |
181 | 2025-01-13T08:50:11.668Z | Create boot environment: No |
182 | 2025-01-13T08:50:11.671Z | Create backup boot environment: No |
183 | 2025-01-13T08:50:11.752Z | Done |
184 | 2025-01-13T08:50:11.752Z | Done |
185 | 2025-01-13T08:50:12.162Z | Done |
186 | 2025-01-13T08:50:15.994Z | Done |
187 | 2025-01-13T08:50:16.088Z | Done |
188 | 2025-01-13T08:50:16.090Z | Done |
189 | 2025-01-13T08:50:16.215Z | Done |
190 | 2025-01-13T08:50:16.856Z | Planning: Evaluating mediator changes ... Done |
191 | 2025-01-13T08:50:16.859Z | Planning: Merging actions ... Done |
192 | 2025-01-13T08:50:17.050Z | Planning: Checking for conflicting actions ... Done |
193 | 2025-01-13T08:50:17.053Z | Planning: Consolidating action changes ... Done |
194 | 2025-01-13T08:50:17.335Z | Planning: Evaluating mediators ... Done |
195 | 2025-01-13T08:50:17.391Z | Planning: Planning completed in 0.79 seconds |
196 | 2025-01-13T08:50:17.433Z | Packages to change: 1 |
197 | 2025-01-13T08:50:17.433Z | Mediators to change: 1 |
198 | 2025-01-13T08:50:17.436Z | Services to change: 1 |
199 | 2025-01-13T08:50:17.436Z | Create boot environment: No |
200 | 2025-01-13T08:50:17.436Z | Create backup boot environment: Yes |
201 | 2025-01-13T08:50:19.774Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2025-01-13T08:50:19.777Z | Actions: Completed 6 actions in 0.00 seconds. |
203 | 2025-01-13T08:50:19.777Z | Done |
204 | 2025-01-13T08:50:19.777Z | Done |
205 | 2025-01-13T08:50:19.896Z | Done |
206 | 2025-01-13T08:50:23.778Z | Done |
207 | 2025-01-13T08:50:23.871Z | Done |
208 | 2025-01-13T08:50:23.873Z | Done |
209 | 2025-01-13T08:50:24.006Z | Done |
210 | 2025-01-13T08:50:24.460Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2025-01-13T08:50:24.460Z | clang system 15 system |
212 | 2025-01-13T08:50:24.460Z | csh system system illumos |
213 | 2025-01-13T08:50:24.460Z | ctags system system illumos |
214 | 2025-01-13T08:50:24.460Z | gcc vendor 12 vendor |
215 | 2025-01-13T08:50:24.460Z | gcc system 10 system |
216 | 2025-01-13T08:50:24.460Z | gcc system 7 system |
217 | 2025-01-13T08:50:24.460Z | go system 1.20 system |
218 | 2025-01-13T08:50:24.460Z | go system 1.19 system |
219 | 2025-01-13T08:50:24.460Z | llvm system 15 system |
220 | 2025-01-13T08:50:24.460Z | llvm system 14 system |
221 | 2025-01-13T08:50:24.460Z | mariadb system 10.6 system |
222 | 2025-01-13T08:50:24.460Z | mta vendor vendor dma |
223 | 2025-01-13T08:50:24.460Z | openjdk system 17 system |
224 | 2025-01-13T08:50:24.460Z | openjdk system 11 system |
225 | 2025-01-13T08:50:24.461Z | openjdk system 1.8 system |
226 | 2025-01-13T08:50:24.461Z | openssl vendor 3 vendor |
227 | 2025-01-13T08:50:24.461Z | perl system 5.36 system |
228 | 2025-01-13T08:50:24.461Z | postgresql system 15 system |
229 | 2025-01-13T08:50:24.461Z | postgresql system 13 system |
230 | 2025-01-13T08:50:24.461Z | python vendor 3 vendor |
231 | 2025-01-13T08:50:24.461Z | python system 2 system |
232 | 2025-01-13T08:50:24.461Z | python3 system 3.11 system |
233 | 2025-01-13T08:50:24.461Z | ruby system 3.0 system |
234 | 2025-01-13T08:50:24.461Z | words vendor vendor american-english |
235 | 2025-01-13T08:50:24.461Z | words system system australian-english |
236 | 2025-01-13T08:50:24.461Z | words system system british-english |
237 | 2025-01-13T08:50:24.461Z | words system system canadian-english |
238 | 2025-01-13T08:50:24.461Z | words system system french |
239 | 2025-01-13T08:50:24.461Z | words system system italian |
240 | 2025-01-13T08:50:24.461Z | words system system ngerman |
241 | 2025-01-13T08:50:24.461Z | words system system ogerman |
242 | 2025-01-13T08:50:24.461Z | words system system spanish |
243 | 2025-01-13T08:50:24.812Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2025-01-13T08:50:24.812Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2025-01-13T08:50:27.698Z | FMRI IFO |
246 | 2025-01-13T08:50:27.698Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2025-01-13T08:50:27.698Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2025-01-13T08:50:27.698Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2025-01-13T08:50:27.698Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2025-01-13T08:50:27.698Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2025-01-13T08:50:27.698Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2025-01-13T08:50:27.698Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
253 | 2025-01-13T08:50:27.698Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
254 | 2025-01-13T08:50:27.698Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
255 | 2025-01-13T08:50:27.698Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
256 | 2025-01-13T08:50:27.698Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
257 | 2025-01-13T08:50:27.698Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
258 | 2025-01-13T08:50:27.698Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
259 | 2025-01-13T08:50:27.698Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
260 | 2025-01-13T08:50:27.698Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
261 | 2025-01-13T08:50:28.506Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
262 | 2025-01-13T08:50:28.801Z | Updating crates.io index |
263 | 2025-01-13T08:50:28.803Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
264 | 2025-01-13T08:50:29.128Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
265 | 2025-01-13T08:50:29.599Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
266 | 2025-01-13T08:50:29.887Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
267 | 2025-01-13T08:50:30.126Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
268 | 2025-01-13T08:50:30.391Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
269 | 2025-01-13T08:50:31.262Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
270 | 2025-01-13T08:50:32.794Z | Updating git repository `https://github.com/oxidecomputer/opte` |
271 | 2025-01-13T08:50:33.530Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
272 | 2025-01-13T08:50:34.274Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
273 | 2025-01-13T08:50:34.507Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
274 | 2025-01-13T08:50:34.777Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
275 | 2025-01-13T08:50:35.423Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
276 | 2025-01-13T08:50:35.757Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
277 | 2025-01-13T08:50:36.083Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
278 | 2025-01-13T08:50:36.351Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
279 | 2025-01-13T08:50:37.342Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
280 | 2025-01-13T08:50:37.592Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
281 | 2025-01-13T08:50:37.873Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
282 | 2025-01-13T08:50:38.233Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
283 | 2025-01-13T08:50:38.594Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
284 | 2025-01-13T08:50:38.866Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
285 | 2025-01-13T08:50:39.393Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
286 | 2025-01-13T08:50:39.687Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
287 | 2025-01-13T08:50:40.035Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
288 | 2025-01-13T08:50:40.471Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
289 | 2025-01-13T08:50:40.722Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
290 | 2025-01-13T08:50:41.039Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
291 | 2025-01-13T08:50:41.307Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
292 | 2025-01-13T08:50:42.724Z | Downloading crates ... |
293 | 2025-01-13T08:50:42.842Z | Downloaded cfg-if v1.0.0 |
294 | 2025-01-13T08:50:42.845Z | Downloaded anstream v0.6.18 |
295 | 2025-01-13T08:50:42.849Z | Downloaded anstyle v1.0.10 |
296 | 2025-01-13T08:50:42.853Z | Downloaded anstyle-query v1.1.2 |
297 | 2025-01-13T08:50:42.856Z | Downloaded anstyle-parse v0.2.6 |
298 | 2025-01-13T08:50:42.867Z | Downloaded anyhow v1.0.95 |
299 | 2025-01-13T08:50:42.871Z | Downloaded bitflags v2.7.0 |
300 | 2025-01-13T08:50:42.874Z | Downloaded getrandom v0.2.15 |
301 | 2025-01-13T08:50:42.877Z | Downloaded log v0.4.22 |
302 | 2025-01-13T08:50:42.879Z | Downloaded block-buffer v0.10.4 |
303 | 2025-01-13T08:50:42.883Z | Downloaded generic-array v0.14.7 |
304 | 2025-01-13T08:50:42.883Z | Downloaded crypto-common v0.1.6 |
305 | 2025-01-13T08:50:42.886Z | Downloaded camino v1.1.9 |
306 | 2025-01-13T08:50:42.889Z | Downloaded cargo-platform v0.1.9 |
307 | 2025-01-13T08:50:42.891Z | Downloaded cargo_toml v0.20.5 |
308 | 2025-01-13T08:50:42.891Z | Downloaded clap v4.5.26 |
309 | 2025-01-13T08:50:42.899Z | Downloaded clap_derive v4.5.24 |
310 | 2025-01-13T08:50:42.901Z | Downloaded camino-tempfile v1.1.1 |
311 | 2025-01-13T08:50:42.904Z | Downloaded clap_lex v0.7.4 |
312 | 2025-01-13T08:50:42.906Z | Downloaded clap_builder v4.5.26 |
313 | 2025-01-13T08:50:42.911Z | Downloaded fs-err v2.11.0 |
314 | 2025-01-13T08:50:42.913Z | Downloaded fastrand v2.3.0 |
315 | 2025-01-13T08:50:42.916Z | Downloaded errno v0.3.10 |
316 | 2025-01-13T08:50:42.916Z | Downloaded hashbrown v0.15.2 |
317 | 2025-01-13T08:50:42.920Z | Downloaded heck v0.5.0 |
318 | 2025-01-13T08:50:42.922Z | Downloaded digest v0.10.7 |
319 | 2025-01-13T08:50:42.925Z | Downloaded cpufeatures v0.2.16 |
320 | 2025-01-13T08:50:42.925Z | Downloaded is_terminal_polyfill v1.70.1 |
321 | 2025-01-13T08:50:42.927Z | Downloaded indexmap v2.7.0 |
322 | 2025-01-13T08:50:42.929Z | Downloaded colorchoice v1.0.3 |
323 | 2025-01-13T08:50:42.932Z | Downloaded cargo_metadata v0.18.1 |
324 | 2025-01-13T08:50:42.971Z | Downloaded equivalent v1.0.1 |
325 | 2025-01-13T08:50:42.973Z | Downloaded fnv v1.0.7 |
326 | 2025-01-13T08:50:42.973Z | Downloaded heck v0.4.1 |
327 | 2025-01-13T08:50:42.975Z | Downloaded byteorder v1.5.0 |
328 | 2025-01-13T08:50:42.975Z | Downloaded autocfg v1.4.0 |
329 | 2025-01-13T08:50:42.978Z | Downloaded ryu v1.0.18 |
330 | 2025-01-13T08:50:42.982Z | Downloaded memchr v2.7.4 |
331 | 2025-01-13T08:50:42.986Z | Downloaded version_check v0.9.5 |
332 | 2025-01-13T08:50:42.990Z | Downloaded zerocopy v0.7.35 |
333 | 2025-01-13T08:50:43.039Z | Downloaded utf8parse v0.2.2 |
334 | 2025-01-13T08:50:43.041Z | Downloaded serde_spanned v0.6.8 |
335 | 2025-01-13T08:50:43.044Z | Downloaded proc-macro2 v1.0.93 |
336 | 2025-01-13T08:50:43.046Z | Downloaded toml_datetime v0.6.8 |
337 | 2025-01-13T08:50:43.048Z | Downloaded quote v1.0.38 |
338 | 2025-01-13T08:50:43.051Z | Downloaded serde_derive v1.0.217 |
339 | 2025-01-13T08:50:43.053Z | Downloaded zerocopy-derive v0.7.35 |
340 | 2025-01-13T08:50:43.056Z | Downloaded semver v1.0.24 |
341 | 2025-01-13T08:50:43.058Z | Downloaded serde v1.0.217 |
342 | 2025-01-13T08:50:43.068Z | Downloaded syn v1.0.109 |
343 | 2025-01-13T08:50:43.084Z | Downloaded scroll_derive v0.12.0 |
344 | 2025-01-13T08:50:43.086Z | Downloaded scroll v0.12.0 |
345 | 2025-01-13T08:50:43.086Z | Downloaded proc-macro-error-attr v1.0.4 |
346 | 2025-01-13T08:50:43.089Z | Downloaded proc-macro-error v1.0.4 |
347 | 2025-01-13T08:50:43.092Z | Downloaded plain v0.2.3 |
348 | 2025-01-13T08:50:43.092Z | Downloaded pest_meta v2.7.15 |
349 | 2025-01-13T08:50:43.095Z | Downloaded pest_generator v2.7.15 |
350 | 2025-01-13T08:50:43.095Z | Downloaded pest_derive v2.7.15 |
351 | 2025-01-13T08:50:43.097Z | Downloaded pest v2.7.15 |
352 | 2025-01-13T08:50:43.101Z | Downloaded serde_tokenstream v0.2.2 |
353 | 2025-01-13T08:50:43.103Z | Downloaded papergrid v0.11.0 |
354 | 2025-01-13T08:50:43.106Z | Downloaded thiserror-impl v2.0.11 |
355 | 2025-01-13T08:50:43.109Z | Downloaded thiserror v2.0.11 |
356 | 2025-01-13T08:50:43.112Z | Downloaded typenum v1.17.0 |
357 | 2025-01-13T08:50:43.115Z | Downloaded textwrap v0.16.1 |
358 | 2025-01-13T08:50:43.117Z | Downloaded tempfile v3.15.0 |
359 | 2025-01-13T08:50:43.119Z | Downloaded serde_json v1.0.135 |
360 | 2025-01-13T08:50:43.126Z | Downloaded once_cell v1.20.2 |
361 | 2025-01-13T08:50:43.128Z | Downloaded memmap v0.7.0 |
362 | 2025-01-13T08:50:43.131Z | Downloaded macaddr v1.0.1 |
363 | 2025-01-13T08:50:43.131Z | Downloaded itoa v1.0.14 |
364 | 2025-01-13T08:50:43.133Z | Downloaded goblin v0.8.2 |
365 | 2025-01-13T08:50:43.137Z | Downloaded unicode-ident v1.0.14 |
366 | 2025-01-13T08:50:43.140Z | Downloaded ucd-trie v0.1.7 |
367 | 2025-01-13T08:50:43.142Z | Downloaded toml_edit v0.22.22 |
368 | 2025-01-13T08:50:43.161Z | Downloaded winnow v0.6.24 |
369 | 2025-01-13T08:50:43.169Z | Downloaded bytecount v0.6.8 |
370 | 2025-01-13T08:50:43.172Z | Downloaded unicode-linebreak v0.1.5 |
371 | 2025-01-13T08:50:43.172Z | Downloaded tabled_derive v0.7.0 |
372 | 2025-01-13T08:50:43.174Z | Downloaded toml v0.8.19 |
373 | 2025-01-13T08:50:43.176Z | Downloaded thread-id v4.2.2 |
374 | 2025-01-13T08:50:43.177Z | Downloaded thiserror-impl v1.0.69 |
375 | 2025-01-13T08:50:43.179Z | Downloaded thiserror v1.0.69 |
376 | 2025-01-13T08:50:43.182Z | Downloaded rustix v0.38.43 |
377 | 2025-01-13T08:50:43.202Z | Downloaded usdt-macro v0.5.0 |
378 | 2025-01-13T08:50:43.204Z | Downloaded usdt-impl v0.5.0 |
379 | 2025-01-13T08:50:43.204Z | Downloaded usdt-attr-macro v0.5.0 |
380 | 2025-01-13T08:50:43.204Z | Downloaded usdt v0.5.0 |
381 | 2025-01-13T08:50:43.207Z | Downloaded unicode-width v0.1.14 |
382 | 2025-01-13T08:50:43.210Z | Downloaded pretty-hex v0.4.1 |
383 | 2025-01-13T08:50:43.213Z | Downloaded libc v0.2.169 |
384 | 2025-01-13T08:50:43.234Z | Downloaded dtrace-parser v0.2.0 |
385 | 2025-01-13T08:50:43.237Z | Downloaded dof v0.3.0 |
386 | 2025-01-13T08:50:43.237Z | Downloaded terminal_size v0.4.1 |
387 | 2025-01-13T08:50:43.237Z | Downloaded tabled v0.15.0 |
388 | 2025-01-13T08:50:43.250Z | Downloaded syn v2.0.96 |
389 | 2025-01-13T08:50:43.260Z | Downloaded swrite v0.1.0 |
390 | 2025-01-13T08:50:43.263Z | Downloaded strsim v0.11.1 |
391 | 2025-01-13T08:50:43.263Z | Downloaded smawk v0.3.2 |
392 | 2025-01-13T08:50:43.266Z | Downloaded sha2 v0.10.8 |
393 | 2025-01-13T08:50:43.555Z | Compiling proc-macro2 v1.0.93 |
394 | 2025-01-13T08:50:43.556Z | Compiling unicode-ident v1.0.14 |
395 | 2025-01-13T08:50:43.556Z | Compiling version_check v0.9.5 |
396 | 2025-01-13T08:50:43.560Z | Compiling serde v1.0.217 |
397 | 2025-01-13T08:50:43.560Z | Compiling memchr v2.7.4 |
398 | 2025-01-13T08:50:43.610Z | Compiling libc v0.2.169 |
399 | 2025-01-13T08:50:43.630Z | Compiling thiserror v2.0.11 |
400 | 2025-01-13T08:50:43.633Z | Compiling thiserror v1.0.69 |
401 | 2025-01-13T08:50:43.805Z | Compiling itoa v1.0.14 |
402 | 2025-01-13T08:50:44.085Z | Compiling ryu v1.0.18 |
403 | 2025-01-13T08:50:44.411Z | Compiling ucd-trie v0.1.7 |
404 | 2025-01-13T08:50:44.489Z | Compiling once_cell v1.20.2 |
405 | 2025-01-13T08:50:44.700Z | Compiling byteorder v1.5.0 |
406 | 2025-01-13T08:50:44.727Z | Compiling rustix v0.38.43 |
407 | 2025-01-13T08:50:44.923Z | Compiling serde_json v1.0.135 |
408 | 2025-01-13T08:50:45.194Z | Compiling bitflags v2.7.0 |
409 | 2025-01-13T08:50:45.290Z | Compiling usdt-impl v0.5.0 |
410 | 2025-01-13T08:50:45.378Z | Compiling proc-macro-error-attr v1.0.4 |
411 | 2025-01-13T08:50:45.451Z | Compiling syn v1.0.109 |
412 | 2025-01-13T08:50:45.566Z | Compiling quote v1.0.38 |
413 | 2025-01-13T08:50:45.747Z | Compiling proc-macro-error v1.0.4 |
414 | 2025-01-13T08:50:45.750Z | Compiling log v0.4.22 |
415 | 2025-01-13T08:50:45.804Z | Compiling utf8parse v0.2.2 |
416 | 2025-01-13T08:50:45.911Z | Compiling errno v0.3.10 |
417 | 2025-01-13T08:50:45.984Z | Compiling syn v2.0.96 |
418 | 2025-01-13T08:50:46.162Z | Compiling hashbrown v0.15.2 |
419 | 2025-01-13T08:50:46.162Z | Compiling plain v0.2.3 |
420 | 2025-01-13T08:50:46.210Z | Compiling equivalent v1.0.1 |
421 | 2025-01-13T08:50:46.296Z | Compiling camino v1.1.9 |
422 | 2025-01-13T08:50:46.511Z | Compiling anstyle-parse v0.2.6 |
423 | 2025-01-13T08:50:46.829Z | Compiling thread-id v4.2.2 |
424 | 2025-01-13T08:50:46.950Z | Compiling pretty-hex v0.4.1 |
425 | 2025-01-13T08:50:47.070Z | Compiling semver v1.0.24 |
426 | 2025-01-13T08:50:47.169Z | Compiling cfg-if v1.0.0 |
427 | 2025-01-13T08:50:47.218Z | Compiling is_terminal_polyfill v1.70.1 |
428 | 2025-01-13T08:50:47.270Z | Compiling indexmap v2.7.0 |
429 | 2025-01-13T08:50:47.297Z | Compiling autocfg v1.4.0 |
430 | 2025-01-13T08:50:47.356Z | Compiling anstyle-query v1.1.2 |
431 | 2025-01-13T08:50:47.384Z | Compiling unicode-width v0.1.14 |
432 | 2025-01-13T08:50:47.522Z | Compiling anstyle v1.0.10 |
433 | 2025-01-13T08:50:47.605Z | Compiling winnow v0.6.24 |
434 | 2025-01-13T08:50:47.967Z | Compiling colorchoice v1.0.3 |
435 | 2025-01-13T08:50:48.091Z | Compiling getrandom v0.2.15 |
436 | 2025-01-13T08:50:48.138Z | Compiling anstream v0.6.18 |
437 | 2025-01-13T08:50:48.459Z | Compiling terminal_size v0.4.1 |
438 | 2025-01-13T08:50:48.512Z | Compiling fs-err v2.11.0 |
439 | 2025-01-13T08:50:48.799Z | Compiling anyhow v1.0.95 |
440 | 2025-01-13T08:50:48.850Z | Compiling strsim v0.11.1 |
441 | 2025-01-13T08:50:48.881Z | Compiling fnv v1.0.7 |
442 | 2025-01-13T08:50:48.933Z | Compiling clap_lex v0.7.4 |
443 | 2025-01-13T08:50:49.044Z | Compiling fastrand v2.3.0 |
444 | 2025-01-13T08:50:49.521Z | Compiling heck v0.4.1 |
445 | 2025-01-13T08:50:49.553Z | Compiling bytecount v0.6.8 |
446 | 2025-01-13T08:50:49.798Z | Compiling heck v0.5.0 |
447 | 2025-01-13T08:50:49.826Z | Compiling papergrid v0.11.0 |
448 | 2025-01-13T08:50:49.991Z | Compiling tempfile v3.15.0 |
449 | 2025-01-13T08:50:50.120Z | Compiling clap_builder v4.5.26 |
450 | 2025-01-13T08:50:50.439Z | Compiling memmap v0.7.0 |
451 | 2025-01-13T08:50:50.516Z | Compiling smawk v0.3.2 |
452 | 2025-01-13T08:50:50.752Z | Compiling unicode-linebreak v0.1.5 |
453 | 2025-01-13T08:50:51.268Z | Compiling textwrap v0.16.1 |
454 | 2025-01-13T08:50:51.418Z | Compiling swrite v0.1.0 |
455 | 2025-01-13T08:50:52.385Z | Compiling tabled_derive v0.7.0 |
456 | 2025-01-13T08:50:54.061Z | Compiling tabled v0.15.0 |
457 | 2025-01-13T08:50:55.352Z | Compiling serde_derive v1.0.217 |
458 | 2025-01-13T08:50:55.352Z | Compiling thiserror-impl v2.0.11 |
459 | 2025-01-13T08:50:55.355Z | Compiling thiserror-impl v1.0.69 |
460 | 2025-01-13T08:50:55.355Z | Compiling zerocopy-derive v0.7.35 |
461 | 2025-01-13T08:50:55.725Z | Compiling scroll_derive v0.12.0 |
462 | 2025-01-13T08:50:56.067Z | Compiling clap_derive v4.5.24 |
463 | 2025-01-13T08:50:57.297Z | Compiling scroll v0.12.0 |
464 | 2025-01-13T08:50:57.657Z | Compiling zerocopy v0.7.35 |
465 | 2025-01-13T08:50:57.916Z | Compiling goblin v0.8.2 |
466 | 2025-01-13T08:50:58.673Z | Compiling pest v2.7.15 |
467 | 2025-01-13T08:51:00.186Z | Compiling clap v4.5.26 |
468 | 2025-01-13T08:51:00.984Z | Compiling pest_meta v2.7.15 |
469 | 2025-01-13T08:51:01.904Z | Compiling pest_generator v2.7.15 |
470 | 2025-01-13T08:51:03.718Z | Compiling pest_derive v2.7.15 |
471 | 2025-01-13T08:51:04.491Z | Compiling dtrace-parser v0.2.0 |
472 | 2025-01-13T08:51:06.110Z | Compiling toml_datetime v0.6.8 |
473 | 2025-01-13T08:51:06.110Z | Compiling serde_spanned v0.6.8 |
474 | 2025-01-13T08:51:06.113Z | Compiling cargo-platform v0.1.9 |
475 | 2025-01-13T08:51:06.487Z | Compiling serde_tokenstream v0.2.2 |
476 | 2025-01-13T08:51:06.722Z | Compiling toml_edit v0.22.22 |
477 | 2025-01-13T08:51:06.751Z | Compiling camino-tempfile v1.1.1 |
478 | 2025-01-13T08:51:06.780Z | Compiling macaddr v1.0.1 |
479 | 2025-01-13T08:51:07.620Z | Compiling dof v0.3.0 |
480 | 2025-01-13T08:51:07.620Z | Compiling cargo_metadata v0.18.1 |
481 | 2025-01-13T08:51:09.599Z | Compiling toml v0.8.19 |
482 | 2025-01-13T08:51:09.814Z | Compiling usdt-attr-macro v0.5.0 |
483 | 2025-01-13T08:51:09.817Z | Compiling usdt-macro v0.5.0 |
484 | 2025-01-13T08:51:10.497Z | Compiling cargo_toml v0.20.5 |
485 | 2025-01-13T08:51:11.182Z | Compiling usdt v0.5.0 |
486 | 2025-01-13T08:51:14.201Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
487 | 2025-01-13T08:51:18.489Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.23s |
488 | 2025-01-13T08:51:18.786Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
489 | 2025-01-13T08:51:19.379Z | Downloading crates ... |
490 | 2025-01-13T08:51:19.536Z | Downloaded addr2line v0.24.2 |
491 | 2025-01-13T08:51:19.542Z | Downloaded allocator-api2 v0.2.21 |
492 | 2025-01-13T08:51:19.546Z | Downloaded arrayref v0.3.9 |
493 | 2025-01-13T08:51:19.549Z | Downloaded arrayvec v0.7.6 |
494 | 2025-01-13T08:51:19.551Z | Downloaded argon2 v0.5.3 |
495 | 2025-01-13T08:51:19.554Z | Downloaded async-stream-impl v0.3.6 |
496 | 2025-01-13T08:51:19.555Z | Downloaded async-stream v0.3.6 |
497 | 2025-01-13T08:51:19.557Z | Downloaded backoff v0.4.0 |
498 | 2025-01-13T08:51:19.560Z | Downloaded base16ct v0.2.0 |
499 | 2025-01-13T08:51:19.563Z | Downloaded headers v0.4.0 |
500 | 2025-01-13T08:51:19.567Z | Downloaded backtrace v0.3.74 |
501 | 2025-01-13T08:51:19.573Z | Downloaded async-recursion v1.1.1 |
502 | 2025-01-13T08:51:19.577Z | Downloaded assert_matches v1.5.0 |
503 | 2025-01-13T08:51:19.580Z | Downloaded headers-core v0.3.0 |
504 | 2025-01-13T08:51:19.582Z | Downloaded curve25519-dalek v4.1.3 |
505 | 2025-01-13T08:51:19.590Z | Downloaded hmac v0.12.1 |
506 | 2025-01-13T08:51:19.593Z | Downloaded heapless v0.8.0 |
507 | 2025-01-13T08:51:19.596Z | Downloaded hkdf v0.12.4 |
508 | 2025-01-13T08:51:19.599Z | Downloaded hostname v0.3.1 |
509 | 2025-01-13T08:51:19.602Z | Downloaded hex-literal v0.4.1 |
510 | 2025-01-13T08:51:19.605Z | Downloaded hickory-resolver v0.24.2 |
511 | 2025-01-13T08:51:19.608Z | Downloaded blake2 v0.10.6 |
512 | 2025-01-13T08:51:19.615Z | Downloaded bitfield v0.14.0 |
513 | 2025-01-13T08:51:19.617Z | Downloaded heck v0.3.3 |
514 | 2025-01-13T08:51:19.617Z | Downloaded heapless v0.7.17 |
515 | 2025-01-13T08:51:19.620Z | Downloaded bit-vec v0.8.0 |
516 | 2025-01-13T08:51:19.623Z | Downloaded bit-set v0.8.0 |
517 | 2025-01-13T08:51:19.626Z | Downloaded bb8 v0.8.6 |
518 | 2025-01-13T08:51:19.629Z | Downloaded base64ct v1.6.0 |
519 | 2025-01-13T08:51:19.632Z | Downloaded base64 v0.22.1 |
520 | 2025-01-13T08:51:19.636Z | Downloaded array-init v0.0.4 |
521 | 2025-01-13T08:51:19.640Z | Downloaded arc-swap v1.7.1 |
522 | 2025-01-13T08:51:19.692Z | Downloaded cfg_aliases v0.1.1 |
523 | 2025-01-13T08:51:19.696Z | Downloaded bit-vec v0.6.3 |
524 | 2025-01-13T08:51:19.698Z | Downloaded bit-set v0.5.3 |
525 | 2025-01-13T08:51:19.698Z | Downloaded atomic-waker v1.1.2 |
526 | 2025-01-13T08:51:19.701Z | Downloaded cipher v0.4.4 |
527 | 2025-01-13T08:51:19.704Z | Downloaded ahash v0.8.11 |
528 | 2025-01-13T08:51:19.707Z | Downloaded clang-sys v1.8.1 |
529 | 2025-01-13T08:51:19.710Z | Downloaded base64 v0.21.7 |
530 | 2025-01-13T08:51:19.713Z | Downloaded cc v1.2.9 |
531 | 2025-01-13T08:51:19.718Z | Downloaded cexpr v0.6.0 |
532 | 2025-01-13T08:51:19.720Z | Downloaded aes-gcm v0.10.3 |
533 | 2025-01-13T08:51:19.724Z | Downloaded bitflags v1.3.2 |
534 | 2025-01-13T08:51:19.727Z | Downloaded async-trait v0.1.85 |
535 | 2025-01-13T08:51:19.732Z | Downloaded is-terminal v0.4.13 |
536 | 2025-01-13T08:51:19.734Z | Downloaded httparse v1.9.5 |
537 | 2025-01-13T08:51:19.737Z | Downloaded lock_api v0.4.12 |
538 | 2025-01-13T08:51:19.740Z | Downloaded icu_locid_transform_data v1.5.0 |
539 | 2025-01-13T08:51:19.743Z | Downloaded icu_locid v1.5.0 |
540 | 2025-01-13T08:51:19.747Z | Downloaded icu_normalizer v1.5.0 |
541 | 2025-01-13T08:51:19.751Z | Downloaded icu_properties v1.5.1 |
542 | 2025-01-13T08:51:19.754Z | Downloaded icu_normalizer_data v1.5.0 |
543 | 2025-01-13T08:51:19.757Z | Downloaded icu_collections v1.5.0 |
544 | 2025-01-13T08:51:19.764Z | Downloaded hyper v1.5.2 |
545 | 2025-01-13T08:51:19.773Z | Downloaded icu_properties_data v1.5.0 |
546 | 2025-01-13T08:51:19.785Z | Downloaded bzip2 v0.4.4 |
547 | 2025-01-13T08:51:19.789Z | Downloaded cbc v0.1.2 |
548 | 2025-01-13T08:51:19.792Z | Downloaded cfg_aliases v0.2.1 |
549 | 2025-01-13T08:51:19.792Z | Downloaded base64 v0.13.1 |
550 | 2025-01-13T08:51:19.795Z | Downloaded ctr v0.9.2 |
551 | 2025-01-13T08:51:19.798Z | Downloaded ciborium-ll v0.2.2 |
552 | 2025-01-13T08:51:19.800Z | Downloaded instability v0.3.7 |
553 | 2025-01-13T08:51:19.800Z | Downloaded icu_provider v1.5.0 |
554 | 2025-01-13T08:51:19.804Z | Downloaded instant v0.1.13 |
555 | 2025-01-13T08:51:19.806Z | Downloaded litrs v0.4.1 |
556 | 2025-01-13T08:51:19.810Z | Downloaded indexmap v1.9.3 |
557 | 2025-01-13T08:51:19.813Z | Downloaded ciborium-io v0.2.2 |
558 | 2025-01-13T08:51:19.815Z | Downloaded itertools v0.13.0 |
559 | 2025-01-13T08:51:19.822Z | Downloaded crossbeam-epoch v0.9.18 |
560 | 2025-01-13T08:51:19.826Z | Downloaded aes v0.8.4 |
561 | 2025-01-13T08:51:19.829Z | Downloaded icu_locid_transform v1.5.0 |
562 | 2025-01-13T08:51:19.832Z | Downloaded crossbeam-utils v0.8.21 |
563 | 2025-01-13T08:51:19.836Z | Downloaded idna v1.0.3 |
564 | 2025-01-13T08:51:19.841Z | Downloaded keccak v0.1.5 |
565 | 2025-01-13T08:51:19.844Z | Downloaded hubpack_derive v0.1.1 |
566 | 2025-01-13T08:51:19.844Z | Downloaded prettyplease v0.2.29 |
567 | 2025-01-13T08:51:19.849Z | Downloaded crunchy v0.2.2 |
568 | 2025-01-13T08:51:19.852Z | Downloaded jobserver v0.1.32 |
569 | 2025-01-13T08:51:19.855Z | Downloaded crc-catalog v2.4.0 |
570 | 2025-01-13T08:51:19.857Z | Downloaded libm v0.2.11 |
571 | 2025-01-13T08:51:19.864Z | Downloaded serde_derive_internals v0.29.1 |
572 | 2025-01-13T08:51:19.867Z | Downloaded serde-big-array v0.5.1 |
573 | 2025-01-13T08:51:19.870Z | Downloaded libloading v0.8.6 |
574 | 2025-01-13T08:51:19.873Z | Downloaded mime v0.3.17 |
575 | 2025-01-13T08:51:19.873Z | Downloaded same-file v1.0.6 |
576 | 2025-01-13T08:51:19.875Z | Downloaded lru v0.12.5 |
577 | 2025-01-13T08:51:19.877Z | Downloaded md-5 v0.10.6 |
578 | 2025-01-13T08:51:19.880Z | Downloaded csv-core v0.1.11 |
579 | 2025-01-13T08:51:19.882Z | Downloaded cstr-argument v0.1.2 |
580 | 2025-01-13T08:51:19.893Z | Downloaded tinyvec_macros v0.1.1 |
581 | 2025-01-13T08:51:19.895Z | Downloaded tiny-keccak v2.0.2 |
582 | 2025-01-13T08:51:19.898Z | Downloaded termtree v0.5.1 |
583 | 2025-01-13T08:51:19.900Z | Downloaded sqlparser_derive v0.2.2 |
584 | 2025-01-13T08:51:19.901Z | Downloaded lockfree-object-pool v0.1.6 |
585 | 2025-01-13T08:51:19.903Z | Downloaded litemap v0.7.4 |
586 | 2025-01-13T08:51:19.906Z | Downloaded linked-hash-map v0.5.6 |
587 | 2025-01-13T08:51:19.909Z | Downloaded linear-map v1.2.0 |
588 | 2025-01-13T08:51:19.909Z | Downloaded libsw-core v0.3.1 |
589 | 2025-01-13T08:51:19.913Z | Downloaded libsw v3.4.0 |
590 | 2025-01-13T08:51:19.915Z | Downloaded lalrpop-util v0.19.12 |
591 | 2025-01-13T08:51:19.915Z | Downloaded memoffset v0.9.1 |
592 | 2025-01-13T08:51:19.918Z | Downloaded memmap2 v0.9.5 |
593 | 2025-01-13T08:51:19.921Z | Downloaded md5 v0.7.0 |
594 | 2025-01-13T08:51:19.921Z | Downloaded maybe-uninit v2.0.0 |
595 | 2025-01-13T08:51:19.925Z | Downloaded matches v0.1.10 |
596 | 2025-01-13T08:51:19.925Z | Downloaded match_cfg v0.1.0 |
597 | 2025-01-13T08:51:19.925Z | Downloaded maplit v1.0.2 |
598 | 2025-01-13T08:51:19.928Z | Downloaded lru-cache v0.1.2 |
599 | 2025-01-13T08:51:19.928Z | Downloaded hickory-proto v0.24.2 |
600 | 2025-01-13T08:51:19.943Z | Downloaded lalrpop v0.19.12 |
601 | 2025-01-13T08:51:19.955Z | Downloaded dyn-clone v1.0.17 |
602 | 2025-01-13T08:51:19.958Z | Downloaded lzma-sys v0.1.20 |
603 | 2025-01-13T08:51:19.988Z | Downloaded fixedbitset v0.4.2 |
604 | 2025-01-13T08:51:19.991Z | Downloaded xz2 v0.1.7 |
605 | 2025-01-13T08:51:19.993Z | Downloaded writeable v0.5.5 |
606 | 2025-01-13T08:51:19.996Z | Downloaded write16 v1.0.0 |
607 | 2025-01-13T08:51:19.996Z | Downloaded chrono-tz v0.10.0 |
608 | 2025-01-13T08:51:20.006Z | Downloaded miniz_oxide v0.8.2 |
609 | 2025-01-13T08:51:20.009Z | Downloaded mio v1.0.3 |
610 | 2025-01-13T08:51:20.014Z | Downloaded diff v0.1.13 |
611 | 2025-01-13T08:51:20.016Z | Downloaded futures-util v0.3.31 |
612 | 2025-01-13T08:51:20.033Z | Downloaded unicode_categories v0.1.1 |
613 | 2025-01-13T08:51:20.037Z | Downloaded progenitor v0.8.0 |
614 | 2025-01-13T08:51:20.037Z | Downloaded unicode-properties v0.1.3 |
615 | 2025-01-13T08:51:20.040Z | Downloaded tungstenite v0.21.0 |
616 | 2025-01-13T08:51:20.042Z | Downloaded tower v0.5.2 |
617 | 2025-01-13T08:51:20.052Z | Downloaded rustc-hash v1.1.0 |
618 | 2025-01-13T08:51:20.054Z | Downloaded url v2.5.4 |
619 | 2025-01-13T08:51:20.057Z | Downloaded tungstenite v0.23.0 |
620 | 2025-01-13T08:51:20.061Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
621 | 2025-01-13T08:51:20.076Z | Downloaded termcolor v1.4.1 |
622 | 2025-01-13T08:51:20.079Z | Downloaded synstructure v0.13.1 |
623 | 2025-01-13T08:51:20.081Z | Downloaded float-cmp v0.10.0 |
624 | 2025-01-13T08:51:20.081Z | Downloaded flate2 v1.0.35 |
625 | 2025-01-13T08:51:20.087Z | Downloaded term v0.7.0 |
626 | 2025-01-13T08:51:20.092Z | Downloaded smf v0.2.3 |
627 | 2025-01-13T08:51:20.095Z | Downloaded hubpack v0.1.2 |
628 | 2025-01-13T08:51:20.098Z | Downloaded serde_with v3.12.0 |
629 | 2025-01-13T08:51:20.106Z | Downloaded num_enum v0.5.11 |
630 | 2025-01-13T08:51:20.111Z | Downloaded powerfmt v0.2.0 |
631 | 2025-01-13T08:51:20.113Z | Downloaded opaque-debug v0.3.1 |
632 | 2025-01-13T08:51:20.115Z | Downloaded num-traits v0.2.19 |
633 | 2025-01-13T08:51:20.118Z | Downloaded num-iter v0.1.45 |
634 | 2025-01-13T08:51:20.120Z | Downloaded downcast v0.11.0 |
635 | 2025-01-13T08:51:20.123Z | Downloaded dirs-next v2.0.0 |
636 | 2025-01-13T08:51:20.123Z | Downloaded difflib v0.4.0 |
637 | 2025-01-13T08:51:20.126Z | Downloaded dirs-sys-next v0.1.2 |
638 | 2025-01-13T08:51:20.129Z | Downloaded futures-io v0.3.31 |
639 | 2025-01-13T08:51:20.129Z | Downloaded futures-macro v0.3.31 |
640 | 2025-01-13T08:51:20.129Z | Downloaded futures-executor v0.3.31 |
641 | 2025-01-13T08:51:20.132Z | Downloaded salsa20 v0.10.2 |
642 | 2025-01-13T08:51:20.135Z | Downloaded tough v0.19.0 |
643 | 2025-01-13T08:51:20.143Z | Downloaded shlex v1.3.0 |
644 | 2025-01-13T08:51:20.145Z | Downloaded thiserror-no-std v2.0.2 |
645 | 2025-01-13T08:51:20.150Z | Downloaded serde_yaml v0.9.34+deprecated |
646 | 2025-01-13T08:51:20.154Z | Downloaded unsafe-libyaml v0.2.11 |
647 | 2025-01-13T08:51:20.159Z | Downloaded zerovec-derive v0.10.3 |
648 | 2025-01-13T08:51:20.161Z | Downloaded termios v0.3.3 |
649 | 2025-01-13T08:51:20.163Z | Downloaded zerovec v0.10.4 |
650 | 2025-01-13T08:51:20.170Z | Downloaded tar v0.4.43 |
651 | 2025-01-13T08:51:20.173Z | Downloaded tap v1.0.1 |
652 | 2025-01-13T08:51:20.176Z | Downloaded tabwriter v1.4.1 |
653 | 2025-01-13T08:51:20.179Z | Downloaded sync_wrapper v1.0.2 |
654 | 2025-01-13T08:51:20.179Z | Downloaded sync-ptr v0.1.1 |
655 | 2025-01-13T08:51:20.179Z | Downloaded supports-color v3.0.2 |
656 | 2025-01-13T08:51:20.181Z | Downloaded subtle v2.6.1 |
657 | 2025-01-13T08:51:20.182Z | Downloaded signal-hook-mio v0.2.4 |
658 | 2025-01-13T08:51:20.184Z | Downloaded signal-hook v0.3.17 |
659 | 2025-01-13T08:51:20.187Z | Downloaded x509-cert v0.2.5 |
660 | 2025-01-13T08:51:20.194Z | Downloaded wyz v0.5.1 |
661 | 2025-01-13T08:51:20.196Z | Downloaded steno v0.4.1 |
662 | 2025-01-13T08:51:20.201Z | Downloaded ed25519-dalek v2.1.1 |
663 | 2025-01-13T08:51:20.204Z | Downloaded ed25519 v2.2.3 |
664 | 2025-01-13T08:51:20.207Z | Downloaded ecdsa v0.16.9 |
665 | 2025-01-13T08:51:20.210Z | Downloaded document-features v0.2.10 |
666 | 2025-01-13T08:51:20.213Z | Downloaded dhcproto-macros v0.1.0 |
667 | 2025-01-13T08:51:20.213Z | Downloaded derive_builder_core v0.20.2 |
668 | 2025-01-13T08:51:20.216Z | Downloaded der v0.7.9 |
669 | 2025-01-13T08:51:20.220Z | Downloaded xattr v1.4.0 |
670 | 2025-01-13T08:51:20.223Z | Downloaded regex-syntax v0.8.5 |
671 | 2025-01-13T08:51:20.234Z | Downloaded number_prefix v0.4.0 |
672 | 2025-01-13T08:51:20.236Z | Downloaded num-rational v0.4.2 |
673 | 2025-01-13T08:51:20.239Z | Downloaded normalize-line-endings v0.3.0 |
674 | 2025-01-13T08:51:20.241Z | Downloaded openssl-macros v0.1.1 |
675 | 2025-01-13T08:51:20.241Z | Downloaded openssl-probe v0.1.5 |
676 | 2025-01-13T08:51:20.243Z | Downloaded glob v0.3.2 |
677 | 2025-01-13T08:51:20.246Z | Downloaded diesel_table_macro_syntax v0.2.0 |
678 | 2025-01-13T08:51:20.246Z | Downloaded pin-utils v0.1.0 |
679 | 2025-01-13T08:51:20.249Z | Downloaded phf_shared v0.10.0 |
680 | 2025-01-13T08:51:20.249Z | Downloaded pin-project v1.1.8 |
681 | 2025-01-13T08:51:20.262Z | Downloaded tokio-macros v2.5.0 |
682 | 2025-01-13T08:51:20.264Z | Downloaded pin-project-lite v0.2.16 |
683 | 2025-01-13T08:51:20.270Z | Downloaded tokio-util v0.7.13 |
684 | 2025-01-13T08:51:20.278Z | Downloaded tokio-rustls v0.24.1 |
685 | 2025-01-13T08:51:20.281Z | Downloaded rustc-hash v2.1.0 |
686 | 2025-01-13T08:51:20.284Z | Downloaded progenitor-client v0.8.0 |
687 | 2025-01-13T08:51:20.284Z | Downloaded proc-macro-error2 v2.0.1 |
688 | 2025-01-13T08:51:20.287Z | Downloaded postgres-types v0.2.8 |
689 | 2025-01-13T08:51:20.289Z | Downloaded num_threads v0.1.7 |
690 | 2025-01-13T08:51:20.292Z | Downloaded num_enum_derive v0.5.11 |
691 | 2025-01-13T08:51:20.294Z | Downloaded spin v0.9.8 |
692 | 2025-01-13T08:51:20.297Z | Downloaded pin-project-internal v1.1.8 |
693 | 2025-01-13T08:51:20.299Z | Downloaded toml v0.7.8 |
694 | 2025-01-13T08:51:20.302Z | Downloaded diesel_derives v2.2.3 |
695 | 2025-01-13T08:51:20.307Z | Downloaded vsss-rs v3.3.4 |
696 | 2025-01-13T08:51:20.310Z | Downloaded shell-words v1.1.0 |
697 | 2025-01-13T08:51:20.313Z | Downloaded sha1 v0.10.6 |
698 | 2025-01-13T08:51:20.315Z | Downloaded vergen v8.3.2 |
699 | 2025-01-13T08:51:20.318Z | Downloaded take_mut v0.2.2 |
700 | 2025-01-13T08:51:20.318Z | Downloaded num-integer v0.1.46 |
701 | 2025-01-13T08:51:20.321Z | Downloaded num-derive v0.4.2 |
702 | 2025-01-13T08:51:20.323Z | Downloaded debug-ignore v1.0.5 |
703 | 2025-01-13T08:51:20.326Z | Downloaded data-encoding v2.6.0 |
704 | 2025-01-13T08:51:20.330Z | Downloaded zip v0.6.6 |
705 | 2025-01-13T08:51:20.332Z | Downloaded zerocopy v0.6.6 |
706 | 2025-01-13T08:51:20.335Z | Downloaded yoke-derive v0.7.5 |
707 | 2025-01-13T08:51:20.337Z | Downloaded untrusted v0.7.1 |
708 | 2025-01-13T08:51:20.340Z | Downloaded ssh-cipher v0.2.0 |
709 | 2025-01-13T08:51:20.340Z | Downloaded hashbrown v0.14.5 |
710 | 2025-01-13T08:51:20.347Z | Downloaded either v1.13.0 |
711 | 2025-01-13T08:51:20.349Z | Downloaded rustls-pemfile v2.2.0 |
712 | 2025-01-13T08:51:20.351Z | Downloaded structmeta v0.2.0 |
713 | 2025-01-13T08:51:20.353Z | Downloaded openssl-sys v0.9.104 |
714 | 2025-01-13T08:51:20.358Z | Downloaded hash32 v0.3.1 |
715 | 2025-01-13T08:51:20.361Z | Downloaded num-complex v0.4.6 |
716 | 2025-01-13T08:51:20.365Z | Downloaded rustls v0.21.12 |
717 | 2025-01-13T08:51:20.376Z | Downloaded russh v0.45.0 |
718 | 2025-01-13T08:51:20.382Z | Downloaded rusqlite v0.32.1 |
719 | 2025-01-13T08:51:20.390Z | Downloaded ron v0.8.1 |
720 | 2025-01-13T08:51:20.396Z | Downloaded ron v0.7.1 |
721 | 2025-01-13T08:51:20.402Z | Downloaded thread_local v1.1.8 |
722 | 2025-01-13T08:51:20.404Z | Downloaded slog-bunyan v2.5.0 |
723 | 2025-01-13T08:51:20.407Z | Downloaded time v0.3.37 |
724 | 2025-01-13T08:51:20.415Z | Downloaded typify-macro v0.2.0 |
725 | 2025-01-13T08:51:20.417Z | Downloaded rsa v0.9.7 |
726 | 2025-01-13T08:51:20.423Z | Downloaded display-error-chain v0.2.2 |
727 | 2025-01-13T08:51:20.426Z | Downloaded rfc6979 v0.4.0 |
728 | 2025-01-13T08:51:20.426Z | Downloaded resolv-conf v0.7.0 |
729 | 2025-01-13T08:51:20.428Z | Downloaded reqwest v0.12.12 |
730 | 2025-01-13T08:51:20.438Z | Downloaded fallible-iterator v0.3.0 |
731 | 2025-01-13T08:51:20.440Z | Downloaded fallible-iterator v0.2.0 |
732 | 2025-01-13T08:51:20.443Z | Downloaded unicode-segmentation v1.12.0 |
733 | 2025-01-13T08:51:20.446Z | Downloaded new_debug_unreachable v1.0.6 |
734 | 2025-01-13T08:51:20.448Z | Downloaded native-tls v0.2.12 |
735 | 2025-01-13T08:51:20.450Z | Downloaded multimap v0.10.0 |
736 | 2025-01-13T08:51:20.453Z | Downloaded unicode-normalization v0.1.24 |
737 | 2025-01-13T08:51:20.456Z | Downloaded omicron-zone-package v0.12.0 |
738 | 2025-01-13T08:51:20.460Z | Downloaded predicates-tree v1.0.12 |
739 | 2025-01-13T08:51:20.462Z | Downloaded predicates-core v1.0.9 |
740 | 2025-01-13T08:51:20.464Z | Downloaded predicates v3.1.3 |
741 | 2025-01-13T08:51:20.467Z | Downloaded ppv-lite86 v0.2.20 |
742 | 2025-01-13T08:51:20.471Z | Downloaded tokio-tungstenite v0.24.0 |
743 | 2025-01-13T08:51:20.474Z | Downloaded tokio-tungstenite v0.21.0 |
744 | 2025-01-13T08:51:20.474Z | Downloaded tokio-stream v0.1.17 |
745 | 2025-01-13T08:51:20.479Z | Downloaded quick-error v1.2.3 |
746 | 2025-01-13T08:51:20.481Z | Downloaded tokio-rustls v0.26.1 |
747 | 2025-01-13T08:51:20.484Z | Downloaded tokio-rustls v0.25.0 |
748 | 2025-01-13T08:51:20.486Z | Downloaded tokio-native-tls v0.3.1 |
749 | 2025-01-13T08:51:20.489Z | Downloaded diesel-dtrace v0.4.2 |
750 | 2025-01-13T08:51:20.491Z | Downloaded diesel v2.2.6 |
751 | 2025-01-13T08:51:20.511Z | Downloaded strum v0.26.3 |
752 | 2025-01-13T08:51:20.513Z | Downloaded des v0.8.1 |
753 | 2025-01-13T08:51:20.516Z | Downloaded defmt-macros v0.4.0 |
754 | 2025-01-13T08:51:20.520Z | Downloaded zerocopy v0.8.14 |
755 | 2025-01-13T08:51:20.543Z | Downloaded time-macros v0.2.19 |
756 | 2025-01-13T08:51:20.546Z | Downloaded regress v0.9.1 |
757 | 2025-01-13T08:51:20.555Z | Downloaded zone_cfg_derive v0.1.2 |
758 | 2025-01-13T08:51:20.557Z | Downloaded snafu-derive v0.8.5 |
759 | 2025-01-13T08:51:20.560Z | Downloaded rustls-pki-types v1.10.1 |
760 | 2025-01-13T08:51:20.563Z | Downloaded funty v2.0.0 |
761 | 2025-01-13T08:51:20.567Z | Downloaded dunce v1.0.5 |
762 | 2025-01-13T08:51:20.567Z | Downloaded dsl_auto_type v0.1.2 |
763 | 2025-01-13T08:51:20.569Z | Downloaded derive_more v0.99.18 |
764 | 2025-01-13T08:51:20.572Z | Downloaded derive_builder_macro v0.20.2 |
765 | 2025-01-13T08:51:20.575Z | Downloaded derive_builder v0.20.2 |
766 | 2025-01-13T08:51:20.579Z | Downloaded rustls-pemfile v1.0.4 |
767 | 2025-01-13T08:51:20.581Z | Downloaded flume v0.11.1 |
768 | 2025-01-13T08:51:20.585Z | Downloaded hashbrown v0.13.2 |
769 | 2025-01-13T08:51:20.591Z | Downloaded scopeguard v1.2.0 |
770 | 2025-01-13T08:51:20.593Z | Downloaded unicode-truncate v1.1.0 |
771 | 2025-01-13T08:51:20.596Z | Downloaded slog-scope v4.4.0 |
772 | 2025-01-13T08:51:20.598Z | Downloaded zone v0.3.0 |
773 | 2025-01-13T08:51:20.601Z | Downloaded unicode-bidi v0.3.18 |
774 | 2025-01-13T08:51:20.603Z | Downloaded ssh-encoding v0.2.0 |
775 | 2025-01-13T08:51:20.607Z | Downloaded sqlformat v0.2.6 |
776 | 2025-01-13T08:51:20.612Z | Downloaded mime_guess v2.0.5 |
777 | 2025-01-13T08:51:20.612Z | Downloaded globset v0.4.15 |
778 | 2025-01-13T08:51:20.612Z | Downloaded foreign-types-macros v0.2.3 |
779 | 2025-01-13T08:51:20.614Z | Downloaded embedded-io v0.6.1 |
780 | 2025-01-13T08:51:20.614Z | Downloaded embedded-io v0.4.0 |
781 | 2025-01-13T08:51:20.618Z | Downloaded unicase v2.8.1 |
782 | 2025-01-13T08:51:20.618Z | Downloaded sct v0.7.1 |
783 | 2025-01-13T08:51:20.621Z | Downloaded signal-hook-registry v1.4.2 |
784 | 2025-01-13T08:51:20.625Z | Downloaded subprocess v0.2.9 |
785 | 2025-01-13T08:51:20.629Z | Downloaded toolchain_find v0.4.0 |
786 | 2025-01-13T08:51:20.629Z | Downloaded ssh-key v0.6.7 |
787 | 2025-01-13T08:51:20.635Z | Downloaded toml_edit v0.19.15 |
788 | 2025-01-13T08:51:20.654Z | Downloaded russh-keys v0.45.0 |
789 | 2025-01-13T08:51:20.660Z | Downloaded unarray v0.1.4 |
790 | 2025-01-13T08:51:20.660Z | Downloaded typify v0.2.0 |
791 | 2025-01-13T08:51:20.660Z | Downloaded newline-converter v0.3.0 |
792 | 2025-01-13T08:51:20.663Z | Downloaded nix v0.29.0 |
793 | 2025-01-13T08:51:20.674Z | Downloaded zeroize_derive v1.4.2 |
794 | 2025-01-13T08:51:20.676Z | Downloaded which v4.4.2 |
795 | 2025-01-13T08:51:20.679Z | Downloaded deranged v0.3.11 |
796 | 2025-01-13T08:51:20.679Z | Downloaded ena v0.14.3 |
797 | 2025-01-13T08:51:20.681Z | Downloaded progenitor-macro v0.8.0 |
798 | 2025-01-13T08:51:20.681Z | Downloaded primeorder v0.13.6 |
799 | 2025-01-13T08:51:20.685Z | Downloaded zeroize v1.8.1 |
800 | 2025-01-13T08:51:20.687Z | Downloaded tokio v1.43.0 |
801 | 2025-01-13T08:51:20.727Z | Downloaded want v0.3.1 |
802 | 2025-01-13T08:51:20.729Z | Downloaded peg-macros v0.8.4 |
803 | 2025-01-13T08:51:20.732Z | Downloaded zerocopy-derive v0.6.6 |
804 | 2025-01-13T08:51:20.742Z | Downloaded stable_deref_trait v1.2.0 |
805 | 2025-01-13T08:51:20.744Z | Downloaded strum_macros v0.25.3 |
806 | 2025-01-13T08:51:20.746Z | Downloaded utf16_iter v1.0.5 |
807 | 2025-01-13T08:51:20.746Z | Downloaded untrusted v0.9.0 |
808 | 2025-01-13T08:51:20.749Z | Downloaded static_assertions v1.1.0 |
809 | 2025-01-13T08:51:20.752Z | Downloaded tower-service v0.3.3 |
810 | 2025-01-13T08:51:20.752Z | Downloaded quick-xml v0.33.0 |
811 | 2025-01-13T08:51:20.759Z | Downloaded pem v3.0.4 |
812 | 2025-01-13T08:51:20.761Z | Downloaded darling v0.20.10 |
813 | 2025-01-13T08:51:20.765Z | Downloaded string_cache v0.8.7 |
814 | 2025-01-13T08:51:20.767Z | Downloaded smallvec v1.13.2 |
815 | 2025-01-13T08:51:20.770Z | Downloaded rand_xorshift v0.3.0 |
816 | 2025-01-13T08:51:20.773Z | Downloaded quinn-proto v0.11.9 |
817 | 2025-01-13T08:51:20.780Z | Downloaded owo-colors v4.1.0 |
818 | 2025-01-13T08:51:20.783Z | Downloaded poly1305 v0.8.0 |
819 | 2025-01-13T08:51:20.786Z | Downloaded pkcs1 v0.7.5 |
820 | 2025-01-13T08:51:20.789Z | Downloaded p384 v0.13.0 |
821 | 2025-01-13T08:51:20.796Z | Downloaded p256 v0.13.2 |
822 | 2025-01-13T08:51:20.801Z | Downloaded foldhash v0.1.4 |
823 | 2025-01-13T08:51:20.804Z | Downloaded darling_core v0.20.10 |
824 | 2025-01-13T08:51:20.807Z | Downloaded curve25519-dalek-derive v0.1.1 |
825 | 2025-01-13T08:51:20.810Z | Downloaded rustls v0.22.4 |
826 | 2025-01-13T08:51:20.823Z | Downloaded regex v1.11.1 |
827 | 2025-01-13T08:51:20.838Z | Downloaded zerofrom v0.1.5 |
828 | 2025-01-13T08:51:20.841Z | Downloaded yoke v0.7.5 |
829 | 2025-01-13T08:51:20.844Z | Downloaded rustls-webpki v0.102.8 |
830 | 2025-01-13T08:51:20.862Z | Downloaded universal-hash v0.5.1 |
831 | 2025-01-13T08:51:20.864Z | Downloaded spki v0.7.3 |
832 | 2025-01-13T08:51:20.864Z | Downloaded pkcs8 v0.10.2 |
833 | 2025-01-13T08:51:20.868Z | Downloaded wait-timeout v0.2.0 |
834 | 2025-01-13T08:51:20.872Z | Downloaded percent-encoding v2.3.1 |
835 | 2025-01-13T08:51:20.873Z | Downloaded utf8_iter v1.0.4 |
836 | 2025-01-13T08:51:20.873Z | Downloaded unicode-xid v0.2.6 |
837 | 2025-01-13T08:51:20.877Z | Downloaded rand v0.8.5 |
838 | 2025-01-13T08:51:20.879Z | Downloaded zone v0.1.8 |
839 | 2025-01-13T08:51:20.879Z | Downloaded zip v2.1.3 |
840 | 2025-01-13T08:51:20.882Z | Downloaded schemars v0.8.21 |
841 | 2025-01-13T08:51:20.896Z | Downloaded fragile v2.0.0 |
842 | 2025-01-13T08:51:20.898Z | Downloaded group v0.13.0 |
843 | 2025-01-13T08:51:20.902Z | Downloaded slog-term v2.9.1 |
844 | 2025-01-13T08:51:20.904Z | Downloaded parse-display-derive v0.10.0 |
845 | 2025-01-13T08:51:20.904Z | Downloaded slab v0.4.9 |
846 | 2025-01-13T08:51:20.908Z | Downloaded schemars_derive v0.8.21 |
847 | 2025-01-13T08:51:20.908Z | Downloaded parking_lot_core v0.8.6 |
848 | 2025-01-13T08:51:20.911Z | Downloaded dropshot v0.13.0 |
849 | 2025-01-13T08:51:20.932Z | Downloaded elliptic-curve v0.13.8 |
850 | 2025-01-13T08:51:20.935Z | Downloaded derive-where v1.2.7 |
851 | 2025-01-13T08:51:20.939Z | Downloaded der_derive v0.7.3 |
852 | 2025-01-13T08:51:20.941Z | Downloaded foreign-types-shared v0.1.1 |
853 | 2025-01-13T08:51:20.946Z | Downloaded radium v0.7.0 |
854 | 2025-01-13T08:51:20.946Z | Downloaded quinn-udp v0.5.9 |
855 | 2025-01-13T08:51:20.946Z | Downloaded futures v0.3.31 |
856 | 2025-01-13T08:51:20.952Z | Downloaded futures-channel v0.3.31 |
857 | 2025-01-13T08:51:20.955Z | Downloaded ratatui v0.28.1 |
858 | 2025-01-13T08:51:20.974Z | Downloaded tracing-attributes v0.1.28 |
859 | 2025-01-13T08:51:20.977Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
860 | 2025-01-13T08:51:21.035Z | Downloaded tracing v0.1.41 |
861 | 2025-01-13T08:51:21.040Z | Downloaded parking_lot v0.12.3 |
862 | 2025-01-13T08:51:21.044Z | Downloaded siphasher v1.0.1 |
863 | 2025-01-13T08:51:21.046Z | Downloaded simd-adler32 v0.3.7 |
864 | 2025-01-13T08:51:21.046Z | Downloaded value-bag v1.10.0 |
865 | 2025-01-13T08:51:21.049Z | Downloaded foreign-types-shared v0.3.1 |
866 | 2025-01-13T08:51:21.051Z | Downloaded form_urlencoded v1.2.1 |
867 | 2025-01-13T08:51:21.051Z | Downloaded foreign-types v0.3.2 |
868 | 2025-01-13T08:51:21.054Z | Downloaded trust-dns-proto v0.22.0 |
869 | 2025-01-13T08:51:21.066Z | Downloaded futures-core v0.3.31 |
870 | 2025-01-13T08:51:21.069Z | Downloaded tls_codec_derive v0.4.1 |
871 | 2025-01-13T08:51:21.071Z | Downloaded time-core v0.1.2 |
872 | 2025-01-13T08:51:21.071Z | Downloaded strum_macros v0.26.4 |
873 | 2025-01-13T08:51:21.076Z | Downloaded strum_macros v0.24.3 |
874 | 2025-01-13T08:51:21.087Z | Downloaded slog-stdlog v4.1.1 |
875 | 2025-01-13T08:51:21.087Z | Downloaded slog-json v2.6.1 |
876 | 2025-01-13T08:51:21.087Z | Downloaded regress v0.10.2 |
877 | 2025-01-13T08:51:21.091Z | Downloaded half v2.4.1 |
878 | 2025-01-13T08:51:21.093Z | Downloaded tower-layer v0.3.3 |
879 | 2025-01-13T08:51:21.093Z | Downloaded topological-sort v0.2.2 |
880 | 2025-01-13T08:51:21.093Z | Downloaded sigpipe v0.1.3 |
881 | 2025-01-13T08:51:21.093Z | Downloaded polar-core v0.27.3 |
882 | 2025-01-13T08:51:21.103Z | Downloaded multer v3.1.0 |
883 | 2025-01-13T08:51:21.108Z | Downloaded p521 v0.13.3 |
884 | 2025-01-13T08:51:21.110Z | Downloaded h2 v0.4.7 |
885 | 2025-01-13T08:51:21.116Z | Downloaded enum-as-inner v0.5.1 |
886 | 2025-01-13T08:51:21.119Z | Downloaded darling_macro v0.20.10 |
887 | 2025-01-13T08:51:21.119Z | Downloaded strip-ansi-escapes v0.2.0 |
888 | 2025-01-13T08:51:21.122Z | Downloaded stringprep v0.1.5 |
889 | 2025-01-13T08:51:21.122Z | Downloaded smallvec v0.6.14 |
890 | 2025-01-13T08:51:21.124Z | Downloaded samael v0.0.17 |
891 | 2025-01-13T08:51:21.129Z | Downloaded mockall_derive v0.13.1 |
892 | 2025-01-13T08:51:21.135Z | Downloaded structmeta-derive v0.3.0 |
893 | 2025-01-13T08:51:21.135Z | Downloaded mockall v0.13.1 |
894 | 2025-01-13T08:51:21.137Z | Downloaded radix_trie v0.2.1 |
895 | 2025-01-13T08:51:21.142Z | Downloaded fs_extra v1.3.0 |
896 | 2025-01-13T08:51:21.146Z | Downloaded env_logger v0.11.6 |
897 | 2025-01-13T08:51:21.149Z | Downloaded env_logger v0.10.2 |
898 | 2025-01-13T08:51:21.151Z | Downloaded env_filter v0.1.3 |
899 | 2025-01-13T08:51:21.151Z | Downloaded enum-as-inner v0.6.1 |
900 | 2025-01-13T08:51:21.154Z | Downloaded vte v0.11.1 |
901 | 2025-01-13T08:51:21.160Z | Downloaded tracing-core v0.1.33 |
902 | 2025-01-13T08:51:21.160Z | Downloaded encoding_rs v0.8.35 |
903 | 2025-01-13T08:51:21.181Z | Downloaded petgraph v0.6.5 |
904 | 2025-01-13T08:51:21.199Z | Downloaded slog-envlogger v2.2.0 |
905 | 2025-01-13T08:51:21.202Z | Downloaded slog-async v2.8.0 |
906 | 2025-01-13T08:51:21.204Z | Downloaded slog v2.7.0 |
907 | 2025-01-13T08:51:21.206Z | Downloaded rustyline v14.0.0 |
908 | 2025-01-13T08:51:21.210Z | Downloaded petname v2.0.2 |
909 | 2025-01-13T08:51:21.216Z | Downloaded expectorate v1.1.0 |
910 | 2025-01-13T08:51:21.219Z | Downloaded packed_struct_codegen v0.10.1 |
911 | 2025-01-13T08:51:21.221Z | Downloaded packed_struct v0.10.1 |
912 | 2025-01-13T08:51:21.223Z | Downloaded regex-syntax v0.6.29 |
913 | 2025-01-13T08:51:21.231Z | Downloaded rusty-fork v0.3.0 |
914 | 2025-01-13T08:51:21.234Z | Downloaded rustversion v1.0.19 |
915 | 2025-01-13T08:51:21.236Z | Downloaded pkcs5 v0.7.1 |
916 | 2025-01-13T08:51:21.239Z | Downloaded parking_lot v0.11.2 |
917 | 2025-01-13T08:51:21.242Z | Downloaded postgres-protocol v0.6.7 |
918 | 2025-01-13T08:51:21.244Z | Downloaded postcard v1.1.1 |
919 | 2025-01-13T08:51:21.247Z | Downloaded defmt-parser v0.4.1 |
920 | 2025-01-13T08:51:21.247Z | Downloaded nix v0.28.0 |
921 | 2025-01-13T08:51:21.260Z | Downloaded nix v0.27.1 |
922 | 2025-01-13T08:51:21.270Z | Downloaded sled v0.34.7 |
923 | 2025-01-13T08:51:21.281Z | Downloaded regex-automata v0.4.9 |
924 | 2025-01-13T08:51:21.298Z | Downloaded sha3 v0.10.8 |
925 | 2025-01-13T08:51:21.302Z | Downloaded portable-atomic v1.10.0 |
926 | 2025-01-13T08:51:21.310Z | Downloaded pem-rfc7468 v0.7.0 |
927 | 2025-01-13T08:51:21.312Z | Downloaded endian-type v0.1.2 |
928 | 2025-01-13T08:51:21.317Z | Downloaded defmt v0.3.10 |
929 | 2025-01-13T08:51:21.317Z | Downloaded parse-display v0.10.0 |
930 | 2025-01-13T08:51:21.319Z | Downloaded waitgroup v0.1.2 |
931 | 2025-01-13T08:51:21.319Z | Downloaded zone_cfg_derive v0.3.0 |
932 | 2025-01-13T08:51:21.319Z | Downloaded qorb v0.2.1 |
933 | 2025-01-13T08:51:21.322Z | Downloaded nom v7.1.3 |
934 | 2025-01-13T08:51:21.329Z | Downloaded minimal-lexical v0.2.1 |
935 | 2025-01-13T08:51:21.333Z | Downloaded hashlink v0.9.1 |
936 | 2025-01-13T08:51:21.335Z | Downloaded siphasher v0.3.11 |
937 | 2025-01-13T08:51:21.338Z | Downloaded vcpkg v0.2.15 |
938 | 2025-01-13T08:51:21.375Z | Downloaded uuid v1.11.1 |
939 | 2025-01-13T08:51:21.377Z | Downloaded unicode-width v0.2.0 |
940 | 2025-01-13T08:51:21.383Z | Downloaded zerocopy-derive v0.8.14 |
941 | 2025-01-13T08:51:21.390Z | Downloaded webpki-roots v0.26.7 |
942 | 2025-01-13T08:51:21.393Z | Downloaded typify-impl v0.2.0 |
943 | 2025-01-13T08:51:21.409Z | Downloaded try-lock v0.2.5 |
944 | 2025-01-13T08:51:21.412Z | Downloaded utf-8 v0.7.6 |
945 | 2025-01-13T08:51:21.412Z | Downloaded signature v2.2.0 |
946 | 2025-01-13T08:51:21.414Z | Downloaded signal-hook-tokio v0.3.1 |
947 | 2025-01-13T08:51:21.414Z | Downloaded sec1 v0.7.3 |
948 | 2025-01-13T08:51:21.418Z | Downloaded scrypt v0.11.0 |
949 | 2025-01-13T08:51:21.418Z | Downloaded fatfs v0.3.6 |
950 | 2025-01-13T08:51:21.421Z | Downloaded rustls v0.23.21 |
951 | 2025-01-13T08:51:21.432Z | Downloaded zopfli v0.8.1 |
952 | 2025-01-13T08:51:21.434Z | Downloaded zerofrom-derive v0.1.5 |
953 | 2025-01-13T08:51:21.437Z | Downloaded proptest v1.6.0 |
954 | 2025-01-13T08:51:21.445Z | Downloaded openapiv3 v2.0.0 |
955 | 2025-01-13T08:51:21.458Z | Downloaded quinn v0.11.6 |
956 | 2025-01-13T08:51:21.461Z | Downloaded nodrop v0.1.14 |
957 | 2025-01-13T08:51:21.463Z | Downloaded filetime v0.2.25 |
958 | 2025-01-13T08:51:21.465Z | Downloaded ff v0.13.0 |
959 | 2025-01-13T08:51:21.465Z | Downloaded fd-lock v4.0.2 |
960 | 2025-01-13T08:51:21.468Z | Downloaded progenitor-impl v0.8.0 |
961 | 2025-01-13T08:51:21.470Z | Downloaded typed-path v0.9.3 |
962 | 2025-01-13T08:51:21.475Z | Downloaded polyval v0.6.2 |
963 | 2025-01-13T08:51:21.478Z | Downloaded pkg-config v0.3.31 |
964 | 2025-01-13T08:51:21.480Z | Downloaded dropshot v0.12.0 |
965 | 2025-01-13T08:51:21.498Z | Downloaded walkdir v2.5.0 |
966 | 2025-01-13T08:51:21.501Z | Downloaded similar v2.6.0 |
967 | 2025-01-13T08:51:21.505Z | Downloaded parking_lot_core v0.9.10 |
968 | 2025-01-13T08:51:21.507Z | Downloaded pretty-hex v0.2.1 |
969 | 2025-01-13T08:51:21.510Z | Downloaded foreign-types v0.5.0 |
970 | 2025-01-13T08:51:21.510Z | Downloaded peg-runtime v0.8.3 |
971 | 2025-01-13T08:51:21.513Z | Downloaded peg v0.8.4 |
972 | 2025-01-13T08:51:21.515Z | Downloaded path-slash v0.1.5 |
973 | 2025-01-13T08:51:21.515Z | Downloaded parse-size v1.1.0 |
974 | 2025-01-13T08:51:21.518Z | Downloaded oso-derive v0.27.3 |
975 | 2025-01-13T08:51:21.518Z | Downloaded oso v0.27.3 |
976 | 2025-01-13T08:51:21.521Z | Downloaded dropshot_endpoint v0.12.0 |
977 | 2025-01-13T08:51:21.524Z | Downloaded tokio-postgres v0.7.12 |
978 | 2025-01-13T08:51:21.529Z | Downloaded smoltcp v0.11.0 |
979 | 2025-01-13T08:51:21.541Z | Downloaded nanorand v0.7.0 |
980 | 2025-01-13T08:51:21.544Z | Downloaded twox-hash v1.6.3 |
981 | 2025-01-13T08:51:21.546Z | Downloaded tungstenite v0.24.0 |
982 | 2025-01-13T08:51:21.549Z | Downloaded tokio-tungstenite v0.23.1 |
983 | 2025-01-13T08:51:21.551Z | Downloaded smoltcp v0.9.1 |
984 | 2025-01-13T08:51:21.561Z | Downloaded csv v1.3.1 |
985 | 2025-01-13T08:51:21.581Z | Downloaded rand_chacha v0.3.1 |
986 | 2025-01-13T08:51:21.584Z | Downloaded rayon v1.10.0 |
987 | 2025-01-13T08:51:21.591Z | Downloaded pbkdf2 v0.12.2 |
988 | 2025-01-13T08:51:21.594Z | Downloaded pbkdf2 v0.11.0 |
989 | 2025-01-13T08:51:21.596Z | Downloaded paste v1.0.15 |
990 | 2025-01-13T08:51:21.599Z | Downloaded password-hash v0.5.0 |
991 | 2025-01-13T08:51:21.601Z | Downloaded password-hash v0.4.2 |
992 | 2025-01-13T08:51:21.603Z | Downloaded parse-zoneinfo v0.3.1 |
993 | 2025-01-13T08:51:21.606Z | Downloaded ring v0.17.8 |
994 | 2025-01-13T08:51:21.675Z | Downloaded hash32 v0.2.1 |
995 | 2025-01-13T08:51:21.678Z | Downloaded dropshot_endpoint v0.13.0 |
996 | 2025-01-13T08:51:21.680Z | Downloaded rtoolbox v0.0.2 |
997 | 2025-01-13T08:51:21.683Z | Downloaded hashbrown v0.12.3 |
998 | 2025-01-13T08:51:21.685Z | Downloaded slog-dtrace v0.3.0 |
999 | 2025-01-13T08:51:21.687Z | Downloaded gimli v0.31.1 |
1000 | 2025-01-13T08:51:21.695Z | Downloaded dhcproto v0.12.0 |
1001 | 2025-01-13T08:51:21.698Z | Downloaded snafu v0.8.5 |
1002 | 2025-01-13T08:51:21.703Z | Downloaded salty v0.3.0 |
1003 | 2025-01-13T08:51:21.710Z | Downloaded openssl v0.10.68 |
1004 | 2025-01-13T08:51:21.719Z | Downloaded object v0.30.4 |
1005 | 2025-01-13T08:51:21.730Z | Downloaded libz-sys v1.1.21 |
1006 | 2025-01-13T08:51:21.750Z | Downloaded precomputed-hash v0.1.1 |
1007 | 2025-01-13T08:51:21.752Z | Downloaded object v0.36.7 |
1008 | 2025-01-13T08:51:21.762Z | Downloaded phf_shared v0.11.3 |
1009 | 2025-01-13T08:51:21.765Z | Downloaded phf_generator v0.11.3 |
1010 | 2025-01-13T08:51:21.765Z | Downloaded phf_codegen v0.11.3 |
1011 | 2025-01-13T08:51:21.767Z | Downloaded phf v0.11.3 |
1012 | 2025-01-13T08:51:21.767Z | Downloaded rand_seeder v0.3.0 |
1013 | 2025-01-13T08:51:21.770Z | Downloaded thiserror-impl-no-std v2.0.2 |
1014 | 2025-01-13T08:51:21.770Z | Downloaded sqlparser v0.45.0 |
1015 | 2025-01-13T08:51:21.776Z | Downloaded rustfmt-wrapper v0.2.1 |
1016 | 2025-01-13T08:51:21.778Z | Downloaded num-bigint-dig v0.8.4 |
1017 | 2025-01-13T08:51:21.782Z | Downloaded num-bigint v0.4.6 |
1018 | 2025-01-13T08:51:21.787Z | Downloaded num v0.4.3 |
1019 | 2025-01-13T08:51:21.790Z | Downloaded nu-ansi-term v0.50.1 |
1020 | 2025-01-13T08:51:21.793Z | Downloaded git2 v0.19.0 |
1021 | 2025-01-13T08:51:21.798Z | Downloaded ghash v0.5.1 |
1022 | 2025-01-13T08:51:21.801Z | Downloaded olpc-cjson v0.1.4 |
1023 | 2025-01-13T08:51:21.801Z | Downloaded semver v0.1.20 |
1024 | 2025-01-13T08:51:21.803Z | Downloaded secrecy v0.8.0 |
1025 | 2025-01-13T08:51:21.803Z | Downloaded float-ord v0.3.2 |
1026 | 2025-01-13T08:51:21.805Z | Downloaded fallible-streaming-iterator v0.1.9 |
1027 | 2025-01-13T08:51:21.805Z | Downloaded rpassword v7.3.1 |
1028 | 2025-01-13T08:51:21.805Z | Downloaded proc-macro-error-attr2 v2.0.0 |
1029 | 2025-01-13T08:51:21.807Z | Downloaded proc-macro-crate v1.3.1 |
1030 | 2025-01-13T08:51:21.807Z | Downloaded nibble_vec v0.1.0 |
1031 | 2025-01-13T08:51:21.813Z | Downloaded newtype_derive v0.1.6 |
1032 | 2025-01-13T08:51:21.813Z | Downloaded newtype-uuid v1.1.3 |
1033 | 2025-01-13T08:51:21.815Z | Downloaded gethostname v0.5.0 |
1034 | 2025-01-13T08:51:21.815Z | Downloaded fxhash v0.2.1 |
1035 | 2025-01-13T08:51:21.815Z | Downloaded tui-tree-widget v0.22.0 |
1036 | 2025-01-13T08:51:21.816Z | Downloaded test-strategy v0.3.1 |
1037 | 2025-01-13T08:51:21.818Z | Downloaded num-conv v0.1.0 |
1038 | 2025-01-13T08:51:21.818Z | Downloaded managed v0.8.0 |
1039 | 2025-01-13T08:51:21.821Z | Downloaded libxml v0.3.3 |
1040 | 2025-01-13T08:51:21.828Z | Downloaded libefi-sys v0.1.0 |
1041 | 2025-01-13T08:51:21.831Z | Downloaded kstat-rs v0.2.4 |
1042 | 2025-01-13T08:51:21.831Z | Downloaded idna v0.2.3 |
1043 | 2025-01-13T08:51:21.835Z | Downloaded hyper-staticfile v0.10.1 |
1044 | 2025-01-13T08:51:21.838Z | Downloaded flagset v0.4.6 |
1045 | 2025-01-13T08:51:21.842Z | Downloaded displaydoc v0.2.5 |
1046 | 2025-01-13T08:51:21.842Z | Downloaded whoami v1.5.2 |
1047 | 2025-01-13T08:51:21.845Z | Downloaded vte_generate_state_changes v0.1.2 |
1048 | 2025-01-13T08:51:21.845Z | Downloaded uzers v0.12.1 |
1049 | 2025-01-13T08:51:21.848Z | Downloaded structmeta-derive v0.2.0 |
1050 | 2025-01-13T08:51:21.848Z | Downloaded reedline v0.35.0 |
1051 | 2025-01-13T08:51:21.854Z | Downloaded rustc-demangle v0.1.24 |
1052 | 2025-01-13T08:51:21.858Z | Downloaded socket2 v0.5.8 |
1053 | 2025-01-13T08:51:21.858Z | Downloaded serde_with_macros v3.12.0 |
1054 | 2025-01-13T08:51:21.862Z | Downloaded scheduled-thread-pool v0.2.7 |
1055 | 2025-01-13T08:51:21.862Z | Downloaded tls_codec v0.4.1 |
1056 | 2025-01-13T08:51:21.865Z | Downloaded tinyvec v1.8.1 |
1057 | 2025-01-13T08:51:21.868Z | Downloaded tinystr v0.7.6 |
1058 | 2025-01-13T08:51:21.868Z | Downloaded russh-cryptovec v0.7.3 |
1059 | 2025-01-13T08:51:21.870Z | Downloaded rcgen v0.12.1 |
1060 | 2025-01-13T08:51:21.873Z | Downloaded yasna v0.5.2 |
1061 | 2025-01-13T08:51:21.875Z | Downloaded bcs v0.1.6 |
1062 | 2025-01-13T08:51:21.878Z | Downloaded futures-task v0.3.31 |
1063 | 2025-01-13T08:51:21.878Z | Downloaded futures-sink v0.3.31 |
1064 | 2025-01-13T08:51:21.878Z | Downloaded winnow v0.5.40 |
1065 | 2025-01-13T08:51:21.886Z | Downloaded structmeta v0.3.0 |
1066 | 2025-01-13T08:51:21.891Z | Downloaded serde_plain v1.0.2 |
1067 | 2025-01-13T08:51:21.891Z | Downloaded serde_path_to_error v0.1.16 |
1068 | 2025-01-13T08:51:21.892Z | Downloaded serde-hex v0.1.0 |
1069 | 2025-01-13T08:51:21.892Z | Downloaded rustc_version v0.1.7 |
1070 | 2025-01-13T08:51:21.895Z | Downloaded crucible-workspace-hack v0.1.0 |
1071 | 2025-01-13T08:51:21.895Z | Downloaded chacha20poly1305 v0.10.1 |
1072 | 2025-01-13T08:51:21.895Z | Downloaded cancel-safe-futures v0.1.5 |
1073 | 2025-01-13T08:51:21.901Z | Downloaded buf-list v1.0.3 |
1074 | 2025-01-13T08:51:21.905Z | Downloaded async-bb8-diesel v0.2.1 |
1075 | 2025-01-13T08:51:21.905Z | Downloaded rustc_version v0.4.1 |
1076 | 2025-01-13T08:51:21.908Z | Downloaded ref-cast-impl v1.0.23 |
1077 | 2025-01-13T08:51:21.908Z | Downloaded ref-cast v1.0.23 |
1078 | 2025-01-13T08:51:21.911Z | Downloaded rayon-core v1.12.1 |
1079 | 2025-01-13T08:51:21.914Z | Downloaded rand_core v0.6.4 |
1080 | 2025-01-13T08:51:21.914Z | Downloaded r2d2 v0.8.10 |
1081 | 2025-01-13T08:51:21.916Z | Downloaded publicsuffix v2.3.0 |
1082 | 2025-01-13T08:51:21.920Z | Downloaded libsqlite3-sys v0.30.1 |
1083 | 2025-01-13T08:51:21.996Z | Downloaded psl-types v2.0.11 |
1084 | 2025-01-13T08:51:22.002Z | Downloaded aws-lc-rs v1.12.0 |
1085 | 2025-01-13T08:51:22.006Z | Downloaded serde_urlencoded v0.7.1 |
1086 | 2025-01-13T08:51:22.008Z | Downloaded serde_repr v0.1.19 |
1087 | 2025-01-13T08:51:22.011Z | Downloaded rustls-webpki v0.101.7 |
1088 | 2025-01-13T08:51:22.023Z | Downloaded crypto-bigint v0.5.5 |
1089 | 2025-01-13T08:51:22.030Z | Downloaded crossterm v0.28.1 |
1090 | 2025-01-13T08:51:22.034Z | Downloaded crossbeam-deque v0.8.6 |
1091 | 2025-01-13T08:51:22.038Z | Downloaded crc32fast v1.4.2 |
1092 | 2025-01-13T08:51:22.041Z | Downloaded const_format_proc_macros v0.2.34 |
1093 | 2025-01-13T08:51:22.041Z | Downloaded colored v2.2.0 |
1094 | 2025-01-13T08:51:22.044Z | Downloaded cobs v0.2.3 |
1095 | 2025-01-13T08:51:22.044Z | Downloaded bstr v1.11.3 |
1096 | 2025-01-13T08:51:22.052Z | Downloaded block-padding v0.3.3 |
1097 | 2025-01-13T08:51:22.055Z | Downloaded bitvec v1.0.1 |
1098 | 2025-01-13T08:51:22.068Z | Downloaded lazy_static v1.5.0 |
1099 | 2025-01-13T08:51:22.071Z | Downloaded internet-checksum v0.2.1 |
1100 | 2025-01-13T08:51:22.071Z | Downloaded lazycell v1.3.0 |
1101 | 2025-01-13T08:51:22.073Z | Downloaded crc-any v2.5.0 |
1102 | 2025-01-13T08:51:22.076Z | Downloaded crc v3.2.1 |
1103 | 2025-01-13T08:51:22.077Z | Downloaded cookie_store v0.21.1 |
1104 | 2025-01-13T08:51:22.079Z | Downloaded cookie v0.18.1 |
1105 | 2025-01-13T08:51:22.081Z | Downloaded convert_case v0.4.0 |
1106 | 2025-01-13T08:51:22.083Z | Downloaded constant_time_eq v0.3.1 |
1107 | 2025-01-13T08:51:22.083Z | Downloaded const_format v0.2.34 |
1108 | 2025-01-13T08:51:22.087Z | Downloaded const-oid v0.9.6 |
1109 | 2025-01-13T08:51:22.090Z | Downloaded console v0.15.10 |
1110 | 2025-01-13T08:51:22.092Z | Downloaded compact_str v0.8.1 |
1111 | 2025-01-13T08:51:22.096Z | Downloaded cmake v0.1.52 |
1112 | 2025-01-13T08:51:22.100Z | Downloaded chrono-tz-build v0.4.0 |
1113 | 2025-01-13T08:51:22.100Z | Downloaded chacha20 v0.9.1 |
1114 | 2025-01-13T08:51:22.102Z | Downloaded itertools v0.14.0 |
1115 | 2025-01-13T08:51:22.107Z | Downloaded itertools v0.12.1 |
1116 | 2025-01-13T08:51:22.115Z | Downloaded itertools v0.10.5 |
1117 | 2025-01-13T08:51:22.121Z | Downloaded is_ci v1.2.0 |
1118 | 2025-01-13T08:51:22.123Z | Downloaded ipnetwork v0.20.0 |
1119 | 2025-01-13T08:51:22.126Z | Downloaded ipnet v2.10.1 |
1120 | 2025-01-13T08:51:22.126Z | Downloaded indoc v1.0.9 |
1121 | 2025-01-13T08:51:22.128Z | Downloaded bumpalo v3.16.0 |
1122 | 2025-01-13T08:51:22.131Z | Downloaded crossbeam-channel v0.5.14 |
1123 | 2025-01-13T08:51:22.135Z | Downloaded bindgen v0.69.5 |
1124 | 2025-01-13T08:51:22.149Z | Downloaded hickory-client v0.24.2 |
1125 | 2025-01-13T08:51:22.151Z | Downloaded inout v0.1.3 |
1126 | 2025-01-13T08:51:22.152Z | Downloaded indoc v2.0.5 |
1127 | 2025-01-13T08:51:22.152Z | Downloaded indicatif v0.17.9 |
1128 | 2025-01-13T08:51:22.152Z | Downloaded indent_write v2.2.0 |
1129 | 2025-01-13T08:51:22.154Z | Downloaded impl-trait-for-tuples v0.2.3 |
1130 | 2025-01-13T08:51:22.156Z | Downloaded ident_case v1.0.1 |
1131 | 2025-01-13T08:51:22.156Z | Downloaded iana-time-zone v0.1.61 |
1132 | 2025-01-13T08:51:22.159Z | Downloaded hyper-util v0.1.10 |
1133 | 2025-01-13T08:51:22.167Z | Downloaded hyper-rustls v0.27.5 |
1134 | 2025-01-13T08:51:22.167Z | Downloaded httpdate v1.0.3 |
1135 | 2025-01-13T08:51:22.167Z | Downloaded http-range v0.1.5 |
1136 | 2025-01-13T08:51:22.167Z | Downloaded http-body v1.0.1 |
1137 | 2025-01-13T08:51:22.167Z | Downloaded http v1.2.0 |
1138 | 2025-01-13T08:51:22.177Z | Downloaded hostname v0.4.0 |
1139 | 2025-01-13T08:51:22.177Z | Downloaded highway v1.3.0 |
1140 | 2025-01-13T08:51:22.177Z | Downloaded hickory-server v0.24.2 |
1141 | 2025-01-13T08:51:22.180Z | Downloaded ciborium v0.2.2 |
1142 | 2025-01-13T08:51:22.193Z | Downloaded castaway v0.2.3 |
1143 | 2025-01-13T08:51:22.193Z | Downloaded cassowary v0.3.0 |
1144 | 2025-01-13T08:51:22.193Z | Downloaded bitfield-struct v0.6.2 |
1145 | 2025-01-13T08:51:22.193Z | Downloaded bcrypt-pbkdf v0.10.0 |
1146 | 2025-01-13T08:51:22.193Z | Downloaded bytes v1.9.0 |
1147 | 2025-01-13T08:51:22.195Z | Downloaded blowfish v0.9.1 |
1148 | 2025-01-13T08:51:22.195Z | Downloaded blake3 v1.5.5 |
1149 | 2025-01-13T08:51:22.199Z | Downloaded adler2 v2.0.0 |
1150 | 2025-01-13T08:51:22.201Z | Downloaded aho-corasick v1.1.3 |
1151 | 2025-01-13T08:51:22.206Z | Downloaded idna_adapter v1.2.0 |
1152 | 2025-01-13T08:51:22.208Z | Downloaded icu_provider_macros v1.5.0 |
1153 | 2025-01-13T08:51:22.208Z | Downloaded hyper-tls v0.6.0 |
1154 | 2025-01-13T08:51:22.210Z | Downloaded humantime v2.1.0 |
1155 | 2025-01-13T08:51:22.210Z | Downloaded http-body-util v0.1.2 |
1156 | 2025-01-13T08:51:22.213Z | Downloaded home v0.5.11 |
1157 | 2025-01-13T08:51:22.213Z | Downloaded hex v0.4.3 |
1158 | 2025-01-13T08:51:22.216Z | Downloaded chrono v0.4.39 |
1159 | 2025-01-13T08:51:22.221Z | Downloaded atty v0.2.14 |
1160 | 2025-01-13T08:51:22.227Z | Downloaded atomicwrites v0.4.4 |
1161 | 2025-01-13T08:51:22.227Z | Downloaded aead v0.5.2 |
1162 | 2025-01-13T08:51:22.227Z | Downloaded ascii-canvas v3.0.0 |
1163 | 2025-01-13T08:51:22.358Z | Downloaded aws-lc-sys v0.24.1 |
1164 | 2025-01-13T08:51:22.673Z | Compiling serde v1.0.217 |
1165 | 2025-01-13T08:51:22.675Z | Compiling lock_api v0.4.12 |
1166 | 2025-01-13T08:51:22.675Z | Compiling value-bag v1.10.0 |
1167 | 2025-01-13T08:51:22.676Z | Compiling scopeguard v1.2.0 |
1168 | 2025-01-13T08:51:22.676Z | Compiling typenum v1.17.0 |
1169 | 2025-01-13T08:51:22.676Z | Compiling generic-array v0.14.7 |
1170 | 2025-01-13T08:51:22.866Z | Compiling syn v2.0.96 |
1171 | 2025-01-13T08:51:22.881Z | Compiling getrandom v0.2.15 |
1172 | 2025-01-13T08:51:22.980Z | Compiling subtle v2.6.1 |
1173 | 2025-01-13T08:51:23.182Z | Compiling rand_core v0.6.4 |
1174 | 2025-01-13T08:51:23.294Z | Compiling log v0.4.22 |
1175 | 2025-01-13T08:51:23.403Z | Compiling shlex v1.3.0 |
1176 | 2025-01-13T08:51:23.423Z | Compiling jobserver v0.1.32 |
1177 | 2025-01-13T08:51:23.460Z | Compiling smallvec v1.13.2 |
1178 | 2025-01-13T08:51:23.729Z | Compiling const-oid v0.9.6 |
1179 | 2025-01-13T08:51:23.806Z | Compiling cc v1.2.9 |
1180 | 2025-01-13T08:51:23.809Z | Compiling pin-project-lite v0.2.16 |
1181 | 2025-01-13T08:51:23.877Z | Compiling rustix v0.38.43 |
1182 | 2025-01-13T08:51:24.134Z | Compiling parking_lot_core v0.9.10 |
1183 | 2025-01-13T08:51:24.298Z | Compiling spin v0.9.8 |
1184 | 2025-01-13T08:51:24.564Z | Compiling futures-core v0.3.31 |
1185 | 2025-01-13T08:51:24.718Z | Compiling signal-hook-registry v1.4.2 |
1186 | 2025-01-13T08:51:24.835Z | Compiling mio v1.0.3 |
1187 | 2025-01-13T08:51:25.035Z | Compiling parking_lot v0.12.3 |
1188 | 2025-01-13T08:51:25.359Z | Compiling aho-corasick v1.1.3 |
1189 | 2025-01-13T08:51:25.582Z | Compiling cpufeatures v0.2.16 |
1190 | 2025-01-13T08:51:25.722Z | Compiling stable_deref_trait v1.2.0 |
1191 | 2025-01-13T08:51:25.744Z | Compiling either v1.13.0 |
1192 | 2025-01-13T08:51:25.836Z | Compiling regex-syntax v0.8.5 |
1193 | 2025-01-13T08:51:25.855Z | Compiling futures-sink v0.3.31 |
1194 | 2025-01-13T08:51:26.020Z | Compiling socket2 v0.5.8 |
1195 | 2025-01-13T08:51:26.056Z | Compiling slab v0.4.9 |
1196 | 2025-01-13T08:51:26.179Z | Compiling glob v0.3.2 |
1197 | 2025-01-13T08:51:26.226Z | Compiling prettyplease v0.2.29 |
1198 | 2025-01-13T08:51:26.593Z | Compiling lazy_static v1.5.0 |
1199 | 2025-01-13T08:51:26.727Z | Compiling minimal-lexical v0.2.1 |
1200 | 2025-01-13T08:51:26.833Z | Compiling serde_json v1.0.135 |
1201 | 2025-01-13T08:51:27.080Z | Compiling futures-channel v0.3.31 |
1202 | 2025-01-13T08:51:27.195Z | Compiling nom v7.1.3 |
1203 | 2025-01-13T08:51:27.270Z | Compiling libloading v0.8.6 |
1204 | 2025-01-13T08:51:27.307Z | Compiling clang-sys v1.8.1 |
1205 | 2025-01-13T08:51:27.531Z | Compiling futures-io v0.3.31 |
1206 | 2025-01-13T08:51:27.711Z | Compiling pin-utils v0.1.0 |
1207 | 2025-01-13T08:51:27.817Z | Compiling bindgen v0.69.5 |
1208 | 2025-01-13T08:51:27.867Z | Compiling futures-task v0.3.31 |
1209 | 2025-01-13T08:51:28.056Z | Compiling home v0.5.11 |
1210 | 2025-01-13T08:51:28.329Z | Compiling itertools v0.12.1 |
1211 | 2025-01-13T08:51:28.627Z | Compiling rustc-hash v1.1.0 |
1212 | 2025-01-13T08:51:28.774Z | Compiling allocator-api2 v0.2.21 |
1213 | 2025-01-13T08:51:28.906Z | Compiling foldhash v0.1.4 |
1214 | 2025-01-13T08:51:29.249Z | Compiling libm v0.2.11 |
1215 | 2025-01-13T08:51:29.565Z | Compiling lazycell v1.3.0 |
1216 | 2025-01-13T08:51:29.636Z | Compiling hashbrown v0.15.2 |
1217 | 2025-01-13T08:51:29.736Z | Compiling regex-automata v0.4.9 |
1218 | 2025-01-13T08:51:31.058Z | Compiling synstructure v0.13.1 |
1219 | 2025-01-13T08:51:31.279Z | Compiling cexpr v0.6.0 |
1220 | 2025-01-13T08:51:31.505Z | Compiling cmake v0.1.52 |
1221 | 2025-01-13T08:51:32.584Z | Compiling num-traits v0.2.19 |
1222 | 2025-01-13T08:51:32.825Z | Compiling fs_extra v1.3.0 |
1223 | 2025-01-13T08:51:32.867Z | Compiling dunce v1.0.5 |
1224 | 2025-01-13T08:51:33.005Z | Compiling pkg-config v0.3.31 |
1225 | 2025-01-13T08:51:33.271Z | Compiling writeable v0.5.5 |
1226 | 2025-01-13T08:51:33.455Z | Compiling litemap v0.7.4 |
1227 | 2025-01-13T08:51:33.864Z | Compiling ring v0.17.8 |
1228 | 2025-01-13T08:51:33.883Z | Compiling base64ct v1.6.0 |
1229 | 2025-01-13T08:51:34.533Z | Compiling paste v1.0.15 |
1230 | 2025-01-13T08:51:34.551Z | Compiling pem-rfc7468 v0.7.0 |
1231 | 2025-01-13T08:51:34.646Z | Compiling flagset v0.4.6 |
1232 | 2025-01-13T08:51:34.855Z | Compiling icu_locid_transform_data v1.5.0 |
1233 | 2025-01-13T08:51:34.959Z | Compiling aws-lc-rs v1.12.0 |
1234 | 2025-01-13T08:51:35.118Z | Compiling httparse v1.9.5 |
1235 | 2025-01-13T08:51:35.429Z | Compiling regex v1.11.1 |
1236 | 2025-01-13T08:51:35.992Z | Compiling tracing-core v0.1.33 |
1237 | 2025-01-13T08:51:36.468Z | Compiling crossbeam-utils v0.8.21 |
1238 | 2025-01-13T08:51:36.507Z | Compiling icu_properties_data v1.5.0 |
1239 | 2025-01-13T08:51:36.526Z | Compiling percent-encoding v2.3.1 |
1240 | 2025-01-13T08:51:36.768Z | Compiling rustls-pki-types v1.10.1 |
1241 | 2025-01-13T08:51:37.068Z | Compiling num-conv v0.1.0 |
1242 | 2025-01-13T08:51:37.373Z | Compiling utf16_iter v1.0.5 |
1243 | 2025-01-13T08:51:37.399Z | Compiling powerfmt v0.2.0 |
1244 | 2025-01-13T08:51:37.578Z | Compiling utf8_iter v1.0.4 |
1245 | 2025-01-13T08:51:37.596Z | Compiling untrusted v0.9.0 |
1246 | 2025-01-13T08:51:37.771Z | Compiling untrusted v0.7.1 |
1247 | 2025-01-13T08:51:37.792Z | Compiling icu_normalizer_data v1.5.0 |
1248 | 2025-01-13T08:51:37.817Z | Compiling time-core v0.1.2 |
1249 | 2025-01-13T08:51:37.855Z | Compiling vcpkg v0.2.15 |
1250 | 2025-01-13T08:51:37.896Z | Compiling write16 v1.0.0 |
1251 | 2025-01-13T08:51:37.959Z | Compiling deranged v0.3.11 |
1252 | 2025-01-13T08:51:37.987Z | Compiling time-macros v0.2.19 |
1253 | 2025-01-13T08:51:38.067Z | Compiling serde_derive v1.0.217 |
1254 | 2025-01-13T08:51:39.354Z | Compiling zeroize_derive v1.4.2 |
1255 | 2025-01-13T08:51:39.972Z | Compiling zerocopy-derive v0.7.35 |
1256 | 2025-01-13T08:51:40.130Z | Compiling tokio-macros v2.5.0 |
1257 | 2025-01-13T08:51:40.614Z | Compiling zerofrom-derive v0.1.5 |
1258 | 2025-01-13T08:51:40.951Z | Compiling zeroize v1.8.1 |
1259 | 2025-01-13T08:51:41.049Z | Compiling yoke-derive v0.7.5 |
1260 | 2025-01-13T08:51:41.405Z | Compiling futures-macro v0.3.31 |
1261 | 2025-01-13T08:51:41.728Z | Compiling zerovec-derive v0.10.3 |
1262 | 2025-01-13T08:51:42.304Z | Compiling zerocopy v0.7.35 |
1263 | 2025-01-13T08:51:42.884Z | Compiling crypto-common v0.1.6 |
1264 | 2025-01-13T08:51:43.050Z | Compiling block-buffer v0.10.4 |
1265 | 2025-01-13T08:51:43.141Z | Compiling displaydoc v0.2.5 |
1266 | 2025-01-13T08:51:43.344Z | Compiling digest v0.10.7 |
1267 | 2025-01-13T08:51:43.415Z | Compiling futures-util v0.3.31 |
1268 | 2025-01-13T08:51:43.856Z | Compiling hmac v0.12.1 |
1269 | 2025-01-13T08:51:44.029Z | Compiling block-padding v0.3.3 |
1270 | 2025-01-13T08:51:44.114Z | Compiling sha2 v0.10.8 |
1271 | 2025-01-13T08:51:44.291Z | Compiling inout v0.1.3 |
1272 | 2025-01-13T08:51:44.328Z | Compiling thiserror-impl v1.0.69 |
1273 | 2025-01-13T08:51:44.562Z | Compiling cipher v0.4.4 |
1274 | 2025-01-13T08:51:44.582Z | Compiling icu_provider_macros v1.5.0 |
1275 | 2025-01-13T08:51:44.952Z | Compiling ppv-lite86 v0.2.20 |
1276 | 2025-01-13T08:51:44.986Z | Compiling zerofrom v0.1.5 |
1277 | 2025-01-13T08:51:45.072Z | Compiling der_derive v0.7.3 |
1278 | 2025-01-13T08:51:45.228Z | Compiling yoke v0.7.5 |
1279 | 2025-01-13T08:51:45.630Z | Compiling zerovec v0.10.4 |
1280 | 2025-01-13T08:51:45.744Z | Compiling thiserror-impl v2.0.11 |
1281 | 2025-01-13T08:51:45.773Z | Compiling rand_chacha v0.3.1 |
1282 | 2025-01-13T08:51:47.653Z | Compiling tinystr v0.7.6 |
1283 | 2025-01-13T08:51:47.784Z | Compiling der v0.7.9 |
1284 | 2025-01-13T08:51:47.912Z | Compiling icu_collections v1.5.0 |
1285 | 2025-01-13T08:51:47.993Z | Compiling thiserror v1.0.69 |
1286 | 2025-01-13T08:51:48.089Z | Compiling icu_locid v1.5.0 |
1287 | 2025-01-13T08:51:48.146Z | Compiling tracing-attributes v0.1.28 |
1288 | 2025-01-13T08:51:48.176Z | Compiling rand v0.8.5 |
1289 | 2025-01-13T08:51:49.533Z | Compiling icu_provider v1.5.0 |
1290 | 2025-01-13T08:51:49.579Z | Compiling thiserror v2.0.11 |
1291 | 2025-01-13T08:51:49.733Z | Compiling pest v2.7.15 |
1292 | 2025-01-13T08:51:49.985Z | Compiling salsa20 v0.10.2 |
1293 | 2025-01-13T08:51:50.232Z | Compiling spki v0.7.3 |
1294 | 2025-01-13T08:51:50.505Z | Compiling icu_locid_transform v1.5.0 |
1295 | 2025-01-13T08:51:50.627Z | Compiling pbkdf2 v0.12.2 |
1296 | 2025-01-13T08:51:50.630Z | Compiling cbc v0.1.2 |
1297 | 2025-01-13T08:51:50.681Z | Compiling aes v0.8.4 |
1298 | 2025-01-13T08:51:50.821Z | Compiling scrypt v0.11.0 |
1299 | 2025-01-13T08:51:51.344Z | Compiling openssl-sys v0.9.104 |
1300 | 2025-01-13T08:51:51.433Z | Compiling scroll_derive v0.12.0 |
1301 | 2025-01-13T08:51:52.154Z | Compiling tracing v0.1.41 |
1302 | 2025-01-13T08:51:52.488Z | Compiling icu_properties v1.5.1 |
1303 | 2025-01-13T08:51:52.681Z | Compiling bitflags v2.7.0 |
1304 | 2025-01-13T08:51:52.864Z | Compiling bytes v1.9.0 |
1305 | 2025-01-13T08:51:53.095Z | Compiling indexmap v2.7.0 |
1306 | 2025-01-13T08:51:53.227Z | Compiling semver v1.0.24 |
1307 | 2025-01-13T08:51:53.565Z | Compiling pest_meta v2.7.15 |
1308 | 2025-01-13T08:51:54.090Z | Compiling tokio v1.43.0 |
1309 | 2025-01-13T08:51:54.261Z | Compiling http v1.2.0 |
1310 | 2025-01-13T08:51:54.700Z | Compiling rustc_version v0.4.1 |
1311 | 2025-01-13T08:51:54.782Z | Compiling tinyvec_macros v0.1.1 |
1312 | 2025-01-13T08:51:54.889Z | Compiling atomic-waker v1.1.2 |
1313 | 2025-01-13T08:51:55.081Z | Compiling num_threads v0.1.7 |
1314 | 2025-01-13T08:51:55.213Z | Compiling time v0.3.37 |
1315 | 2025-01-13T08:51:55.508Z | Compiling tinyvec v1.8.1 |
1316 | 2025-01-13T08:51:56.280Z | Compiling icu_normalizer v1.5.0 |
1317 | 2025-01-13T08:51:56.881Z | Compiling http-body v1.0.1 |
1318 | 2025-01-13T08:51:57.109Z | Compiling pest_generator v2.7.15 |
1319 | 2025-01-13T08:51:57.133Z | Compiling scroll v0.12.0 |
1320 | 2025-01-13T08:51:57.531Z | Compiling idna_adapter v1.2.0 |
1321 | 2025-01-13T08:51:57.717Z | Compiling which v4.4.2 |
1322 | 2025-01-13T08:51:57.876Z | Compiling pkcs5 v0.7.1 |
1323 | 2025-01-13T08:51:58.402Z | Compiling form_urlencoded v1.2.1 |
1324 | 2025-01-13T08:51:58.740Z | Compiling try-lock v0.2.5 |
1325 | 2025-01-13T08:51:58.901Z | Compiling slog v2.7.0 |
1326 | 2025-01-13T08:51:58.957Z | Compiling want v0.3.1 |
1327 | 2025-01-13T08:51:59.155Z | Compiling goblin v0.8.2 |
1328 | 2025-01-13T08:51:59.176Z | Compiling pest_derive v2.7.15 |
1329 | 2025-01-13T08:51:59.253Z | Compiling pkcs8 v0.10.2 |
1330 | 2025-01-13T08:51:59.273Z | Compiling idna v1.0.3 |
1331 | 2025-01-13T08:51:59.511Z | Compiling uuid v1.11.1 |
1332 | 2025-01-13T08:51:59.971Z | Compiling httpdate v1.0.3 |
1333 | 2025-01-13T08:52:00.013Z | Compiling iana-time-zone v0.1.61 |
1334 | 2025-01-13T08:52:00.460Z | Compiling tower-service v0.3.3 |
1335 | 2025-01-13T08:52:00.502Z | Compiling chrono v0.4.39 |
1336 | 2025-01-13T08:52:00.592Z | Compiling dtrace-parser v0.2.0 |
1337 | 2025-01-13T08:52:00.978Z | Compiling serde_spanned v0.6.8 |
1338 | 2025-01-13T08:52:01.192Z | Compiling toml_datetime v0.6.8 |
1339 | 2025-01-13T08:52:01.231Z | Compiling serde_tokenstream v0.2.2 |
1340 | 2025-01-13T08:52:01.728Z | Compiling openssl v0.10.68 |
1341 | 2025-01-13T08:52:01.767Z | Compiling foreign-types-shared v0.1.1 |
1342 | 2025-01-13T08:52:01.857Z | Compiling base64 v0.22.1 |
1343 | 2025-01-13T08:52:01.882Z | Compiling rustversion v1.0.19 |
1344 | 2025-01-13T08:52:02.168Z | Compiling adler2 v2.0.0 |
1345 | 2025-01-13T08:52:02.383Z | Compiling match_cfg v0.1.0 |
1346 | 2025-01-13T08:52:02.483Z | Compiling hostname v0.3.1 |
1347 | 2025-01-13T08:52:02.640Z | Compiling miniz_oxide v0.8.2 |
1348 | 2025-01-13T08:52:02.724Z | Compiling foreign-types v0.3.2 |
1349 | 2025-01-13T08:52:02.743Z | Compiling url v2.5.4 |
1350 | 2025-01-13T08:52:02.871Z | Compiling async-trait v0.1.85 |
1351 | 2025-01-13T08:52:04.282Z | Compiling tokio-util v0.7.13 |
1352 | 2025-01-13T08:52:04.285Z | Compiling openssl-macros v0.1.1 |
1353 | 2025-01-13T08:52:04.424Z | Compiling serde_derive_internals v0.29.1 |
1354 | 2025-01-13T08:52:04.737Z | Compiling dirs-sys-next v0.1.2 |
1355 | 2025-01-13T08:52:05.084Z | Compiling dof v0.3.0 |
1356 | 2025-01-13T08:52:05.419Z | Compiling h2 v0.4.7 |
1357 | 2025-01-13T08:52:05.739Z | Compiling native-tls v0.2.12 |
1358 | 2025-01-13T08:52:05.888Z | Compiling usdt-impl v0.5.0 |
1359 | 2025-01-13T08:52:06.071Z | Compiling schemars v0.8.21 |
1360 | 2025-01-13T08:52:06.411Z | Compiling syn v1.0.109 |
1361 | 2025-01-13T08:52:07.062Z | Compiling data-encoding v2.6.0 |
1362 | 2025-01-13T08:52:07.302Z | Compiling rustls v0.22.4 |
1363 | 2025-01-13T08:52:07.382Z | Compiling rustls v0.23.21 |
1364 | 2025-01-13T08:52:07.576Z | Compiling object v0.36.7 |
1365 | 2025-01-13T08:52:07.627Z | Compiling schemars_derive v0.8.21 |
1366 | 2025-01-13T08:52:08.172Z | Compiling dirs-next v2.0.0 |
1367 | 2025-01-13T08:52:09.524Z | Compiling http-body-util v0.1.2 |
1368 | 2025-01-13T08:52:09.887Z | Compiling unicode-normalization v0.1.24 |
1369 | 2025-01-13T08:52:09.937Z | Compiling heapless v0.7.17 |
1370 | 2025-01-13T08:52:10.068Z | Compiling signature v2.2.0 |
1371 | 2025-01-13T08:52:10.370Z | Compiling sha1 v0.10.6 |
1372 | 2025-01-13T08:52:10.398Z | Compiling crossbeam-epoch v0.9.18 |
1373 | 2025-01-13T08:52:10.714Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1374 | 2025-01-13T08:52:10.802Z | Compiling thread_local v1.1.8 |
1375 | 2025-01-13T08:52:11.036Z | Compiling encoding_rs v0.8.35 |
1376 | 2025-01-13T08:52:11.162Z | Compiling multer v3.1.0 |
1377 | 2025-01-13T08:52:11.182Z | Compiling cookie v0.18.1 |
1378 | 2025-01-13T08:52:11.220Z | Compiling unicode-bidi v0.3.18 |
1379 | 2025-01-13T08:52:11.365Z | Compiling gimli v0.31.1 |
1380 | 2025-01-13T08:52:11.432Z | Compiling ipnet v2.10.1 |
1381 | 2025-01-13T08:52:11.460Z | Compiling slog-async v2.8.0 |
1382 | 2025-01-13T08:52:11.984Z | Compiling unicode-properties v0.1.3 |
1383 | 2025-01-13T08:52:12.418Z | Compiling mime v0.3.17 |
1384 | 2025-01-13T08:52:12.733Z | Compiling hyper v1.5.2 |
1385 | 2025-01-13T08:52:12.756Z | Compiling rayon-core v1.12.1 |
1386 | 2025-01-13T08:52:13.028Z | Compiling openssl-probe v0.1.5 |
1387 | 2025-01-13T08:52:13.054Z | Compiling dyn-clone v1.0.17 |
1388 | 2025-01-13T08:52:13.294Z | Compiling signal-hook v0.3.17 |
1389 | 2025-01-13T08:52:13.584Z | Compiling toml_edit v0.22.22 |
1390 | 2025-01-13T08:52:15.634Z | Compiling hyper-util v0.1.10 |
1391 | 2025-01-13T08:52:16.511Z | Compiling addr2line v0.24.2 |
1392 | 2025-01-13T08:52:16.951Z | Compiling stringprep v0.1.5 |
1393 | 2025-01-13T08:52:17.373Z | Compiling crossbeam-deque v0.8.6 |
1394 | 2025-01-13T08:52:17.425Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2025-01-13T08:52:17.477Z | Compiling usdt-macro v0.5.0 |
1396 | 2025-01-13T08:52:17.703Z | Compiling term v0.7.0 |
1397 | 2025-01-13T08:52:18.961Z | Compiling slog-json v2.6.1 |
1398 | 2025-01-13T08:52:19.006Z | Compiling serde_urlencoded v0.7.1 |
1399 | 2025-01-13T08:52:19.060Z | Compiling curve25519-dalek v4.1.3 |
1400 | 2025-01-13T08:52:19.285Z | Compiling futures-executor v0.3.31 |
1401 | 2025-01-13T08:52:19.349Z | Compiling md-5 v0.10.6 |
1402 | 2025-01-13T08:52:19.560Z | Compiling crossbeam-channel v0.5.14 |
1403 | 2025-01-13T08:52:19.639Z | Compiling async-stream-impl v0.3.6 |
1404 | 2025-01-13T08:52:19.710Z | Compiling enum-as-inner v0.6.1 |
1405 | 2025-01-13T08:52:19.869Z | Compiling rustls-pemfile v2.2.0 |
1406 | 2025-01-13T08:52:20.245Z | Compiling num-integer v0.1.46 |
1407 | 2025-01-13T08:52:20.741Z | Compiling hash32 v0.2.1 |
1408 | 2025-01-13T08:52:20.805Z | Compiling ff v0.13.0 |
1409 | 2025-01-13T08:52:21.012Z | Compiling is-terminal v0.4.13 |
1410 | 2025-01-13T08:52:21.050Z | Compiling dropshot v0.12.0 |
1411 | 2025-01-13T08:52:21.071Z | Compiling utf-8 v0.7.6 |
1412 | 2025-01-13T08:52:21.142Z | Compiling quick-error v1.2.3 |
1413 | 2025-01-13T08:52:21.142Z | Compiling rustc-demangle v0.1.24 |
1414 | 2025-01-13T08:52:21.295Z | Compiling psl-types v2.0.11 |
1415 | 2025-01-13T08:52:21.341Z | Compiling base16ct v0.2.0 |
1416 | 2025-01-13T08:52:21.395Z | Compiling litrs v0.4.1 |
1417 | 2025-01-13T08:52:21.506Z | Compiling portable-atomic v1.10.0 |
1418 | 2025-01-13T08:52:21.685Z | Compiling anyhow v1.0.95 |
1419 | 2025-01-13T08:52:22.190Z | Compiling linked-hash-map v0.5.6 |
1420 | 2025-01-13T08:52:22.210Z | Compiling take_mut v0.2.2 |
1421 | 2025-01-13T08:52:22.328Z | Compiling siphasher v1.0.1 |
1422 | 2025-01-13T08:52:22.360Z | Compiling num-bigint-dig v0.8.4 |
1423 | 2025-01-13T08:52:22.555Z | Compiling fallible-iterator v0.2.0 |
1424 | 2025-01-13T08:52:22.594Z | Compiling smoltcp v0.9.1 |
1425 | 2025-01-13T08:52:22.678Z | Compiling phf_shared v0.11.3 |
1426 | 2025-01-13T08:52:22.698Z | Compiling document-features v0.2.10 |
1427 | 2025-01-13T08:52:22.792Z | Compiling lru-cache v0.1.2 |
1428 | 2025-01-13T08:52:23.293Z | Compiling postgres-protocol v0.6.7 |
1429 | 2025-01-13T08:52:23.351Z | Compiling sec1 v0.7.3 |
1430 | 2025-01-13T08:52:23.373Z | Compiling publicsuffix v2.3.0 |
1431 | 2025-01-13T08:52:23.747Z | Compiling tungstenite v0.24.0 |
1432 | 2025-01-13T08:52:23.948Z | Compiling resolv-conf v0.7.0 |
1433 | 2025-01-13T08:52:24.017Z | Compiling slog-term v2.9.1 |
1434 | 2025-01-13T08:52:24.701Z | Compiling group v0.13.0 |
1435 | 2025-01-13T08:52:24.820Z | Compiling usdt v0.5.0 |
1436 | 2025-01-13T08:52:25.048Z | Compiling async-stream v0.3.6 |
1437 | 2025-01-13T08:52:25.333Z | Compiling hickory-proto v0.24.2 |
1438 | 2025-01-13T08:52:25.352Z | Compiling num-iter v0.1.45 |
1439 | 2025-01-13T08:52:25.483Z | Compiling futures v0.3.31 |
1440 | 2025-01-13T08:52:25.540Z | Compiling slog-bunyan v2.5.0 |
1441 | 2025-01-13T08:52:26.196Z | Compiling backtrace v0.3.74 |
1442 | 2025-01-13T08:52:26.621Z | Compiling camino v1.1.9 |
1443 | 2025-01-13T08:52:26.892Z | Compiling tokio-native-tls v0.3.1 |
1444 | 2025-01-13T08:52:26.914Z | Compiling toml v0.8.19 |
1445 | 2025-01-13T08:52:27.407Z | Compiling dropshot_endpoint v0.12.0 |
1446 | 2025-01-13T08:52:27.677Z | Compiling terminal_size v0.4.1 |
1447 | 2025-01-13T08:52:27.919Z | Compiling waitgroup v0.1.2 |
1448 | 2025-01-13T08:52:28.165Z | Compiling openapiv3 v2.0.0 |
1449 | 2025-01-13T08:52:28.242Z | Compiling serde_path_to_error v0.1.16 |
1450 | 2025-01-13T08:52:28.820Z | Compiling hkdf v0.12.4 |
1451 | 2025-01-13T08:52:29.094Z | Compiling crypto-bigint v0.5.5 |
1452 | 2025-01-13T08:52:29.140Z | Compiling zerocopy-derive v0.6.6 |
1453 | 2025-01-13T08:52:30.127Z | Compiling curve25519-dalek-derive v0.1.1 |
1454 | 2025-01-13T08:52:31.544Z | Compiling webpki-roots v0.26.7 |
1455 | 2025-01-13T08:52:31.727Z | Compiling sync_wrapper v1.0.2 |
1456 | 2025-01-13T08:52:31.773Z | Compiling hostname v0.4.0 |
1457 | 2025-01-13T08:52:31.890Z | Compiling fs-err v2.11.0 |
1458 | 2025-01-13T08:52:32.033Z | Compiling ahash v0.8.11 |
1459 | 2025-01-13T08:52:32.106Z | Compiling hubpack_derive v0.1.1 |
1460 | 2025-01-13T08:52:32.193Z | Compiling crc32fast v1.4.2 |
1461 | 2025-01-13T08:52:32.248Z | Compiling managed v0.8.0 |
1462 | 2025-01-13T08:52:32.374Z | Compiling bitflags v1.3.2 |
1463 | 2025-01-13T08:52:32.485Z | Compiling siphasher v0.3.11 |
1464 | 2025-01-13T08:52:32.532Z | Compiling newtype-uuid v1.1.3 |
1465 | 2025-01-13T08:52:32.715Z | Compiling tower-layer v0.3.3 |
1466 | 2025-01-13T08:52:32.815Z | Compiling unicode-width v0.2.0 |
1467 | 2025-01-13T08:52:32.837Z | Compiling debug-ignore v1.0.5 |
1468 | 2025-01-13T08:52:32.864Z | Compiling winnow v0.5.40 |
1469 | 2025-01-13T08:52:32.986Z | Compiling tower v0.5.2 |
1470 | 2025-01-13T08:52:33.013Z | Compiling clap_builder v4.5.26 |
1471 | 2025-01-13T08:52:33.040Z | Compiling hubpack v0.1.2 |
1472 | 2025-01-13T08:52:33.367Z | Compiling console v0.15.10 |
1473 | 2025-01-13T08:52:33.529Z | Compiling phf_shared v0.10.0 |
1474 | 2025-01-13T08:52:34.008Z | Compiling flate2 v1.0.35 |
1475 | 2025-01-13T08:52:35.063Z | Compiling elliptic-curve v0.13.8 |
1476 | 2025-01-13T08:52:35.101Z | Compiling strum_macros v0.25.3 |
1477 | 2025-01-13T08:52:35.973Z | Compiling zerocopy v0.6.6 |
1478 | 2025-01-13T08:52:36.131Z | Compiling hickory-resolver v0.24.2 |
1479 | 2025-01-13T08:52:36.241Z | Compiling signal-hook-mio v0.2.4 |
1480 | 2025-01-13T08:52:36.412Z | Compiling hyper-tls v0.6.0 |
1481 | 2025-01-13T08:52:36.853Z | Compiling toml_edit v0.19.15 |
1482 | 2025-01-13T08:52:36.973Z | Compiling rayon v1.10.0 |
1483 | 2025-01-13T08:52:37.823Z | Compiling cookie_store v0.21.1 |
1484 | 2025-01-13T08:52:39.518Z | Compiling bzip2 v0.4.4 |
1485 | 2025-01-13T08:52:39.960Z | Compiling tokio-tungstenite v0.24.0 |
1486 | 2025-01-13T08:52:40.540Z | Compiling postgres-types v0.2.8 |
1487 | 2025-01-13T08:52:42.044Z | Compiling phf v0.11.3 |
1488 | 2025-01-13T08:52:42.356Z | Compiling ed25519 v2.2.3 |
1489 | 2025-01-13T08:52:42.840Z | Compiling tokio-stream v0.1.17 |
1490 | 2025-01-13T08:52:43.234Z | Compiling pkcs1 v0.7.5 |
1491 | 2025-01-13T08:52:43.539Z | Compiling serde-big-array v0.5.1 |
1492 | 2025-01-13T08:52:43.793Z | Compiling rfc6979 v0.4.0 |
1493 | 2025-01-13T08:52:43.920Z | Compiling clap_derive v4.5.24 |
1494 | 2025-01-13T08:52:44.006Z | Compiling derive-where v1.2.7 |
1495 | 2025-01-13T08:52:44.027Z | Compiling serde_repr v0.1.19 |
1496 | 2025-01-13T08:52:44.305Z | Compiling float-cmp v0.10.0 |
1497 | 2025-01-13T08:52:44.326Z | Compiling bstr v1.11.3 |
1498 | 2025-01-13T08:52:44.540Z | Compiling static_assertions v1.1.0 |
1499 | 2025-01-13T08:52:44.654Z | Compiling predicates-core v1.0.9 |
1500 | 2025-01-13T08:52:45.013Z | Compiling normalize-line-endings v0.3.0 |
1501 | 2025-01-13T08:52:45.152Z | Compiling new_debug_unreachable v1.0.6 |
1502 | 2025-01-13T08:52:45.258Z | Compiling precomputed-hash v0.1.1 |
1503 | 2025-01-13T08:52:45.261Z | Compiling bit-vec v0.8.0 |
1504 | 2025-01-13T08:52:45.362Z | Compiling whoami v1.5.2 |
1505 | 2025-01-13T08:52:45.402Z | Compiling unicode-segmentation v1.12.0 |
1506 | 2025-01-13T08:52:45.789Z | Compiling number_prefix v0.4.0 |
1507 | 2025-01-13T08:52:46.017Z | Compiling fixedbitset v0.4.2 |
1508 | 2025-01-13T08:52:46.038Z | Compiling difflib v0.4.0 |
1509 | 2025-01-13T08:52:46.196Z | Compiling similar v2.6.0 |
1510 | 2025-01-13T08:52:46.334Z | Compiling petgraph v0.6.5 |
1511 | 2025-01-13T08:52:46.502Z | Compiling predicates v3.1.3 |
1512 | 2025-01-13T08:52:47.755Z | Compiling indicatif v0.17.9 |
1513 | 2025-01-13T08:52:47.850Z | Compiling tokio-postgres v0.7.12 |
1514 | 2025-01-13T08:52:48.331Z | Compiling bit-set v0.8.0 |
1515 | 2025-01-13T08:52:48.636Z | Compiling string_cache v0.8.7 |
1516 | 2025-01-13T08:52:48.706Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1517 | 2025-01-13T08:52:49.124Z | Compiling ecdsa v0.16.9 |
1518 | 2025-01-13T08:52:49.174Z | Compiling clap v4.5.26 |
1519 | 2025-01-13T08:52:49.313Z | Compiling rsa v0.9.7 |
1520 | 2025-01-13T08:52:50.062Z | Compiling ed25519-dalek v2.1.1 |
1521 | 2025-01-13T08:52:50.217Z | Compiling toml v0.7.8 |
1522 | 2025-01-13T08:52:50.668Z | Compiling zip v0.6.6 |
1523 | 2025-01-13T08:52:51.390Z | Compiling crossterm v0.28.1 |
1524 | 2025-01-13T08:52:52.995Z | Compiling hex v0.4.3 |
1525 | 2025-01-13T08:52:53.147Z | Compiling x509-cert v0.2.5 |
1526 | 2025-01-13T08:52:53.634Z | Compiling itertools v0.10.5 |
1527 | 2025-01-13T08:52:53.913Z | Compiling lalrpop-util v0.19.12 |
1528 | 2025-01-13T08:52:54.306Z | Compiling peg-runtime v0.8.3 |
1529 | 2025-01-13T08:52:54.613Z | Compiling unicode-xid v0.2.6 |
1530 | 2025-01-13T08:52:54.801Z | Compiling strum_macros v0.26.4 |
1531 | 2025-01-13T08:52:55.029Z | Compiling xattr v1.4.0 |
1532 | 2025-01-13T08:52:55.304Z | Compiling filetime v0.2.25 |
1533 | 2025-01-13T08:52:55.630Z | Compiling tar v0.4.43 |
1534 | 2025-01-13T08:53:00.151Z | Compiling strum v0.26.3 |
1535 | 2025-01-13T08:53:03.311Z | Compiling aws-lc-sys v0.24.1 |
1536 | 2025-01-13T08:53:33.154Z | Compiling rustls-webpki v0.102.8 |
1537 | 2025-01-13T08:53:36.701Z | Compiling tokio-rustls v0.25.0 |
1538 | 2025-01-13T08:53:38.496Z | Compiling tokio-rustls v0.26.1 |
1539 | 2025-01-13T08:53:38.934Z | Compiling hyper-rustls v0.27.5 |
1540 | 2025-01-13T08:53:39.248Z | Compiling reqwest v0.12.12 |
1541 | 2025-01-13T08:53:40.525Z | Compiling qorb v0.2.1 |
1542 | 2025-01-13T08:53:45.631Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1543 | 2025-01-13T08:53:45.870Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1544 | 2025-01-13T08:53:51.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1545 | 2025-01-13T08:53:52.055Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1546 | 2025-01-13T08:53:52.113Z | Jan 13 08:53:51.044 INFO Starting download, target: Cockroach |
1547 | 2025-01-13T08:53:52.113Z | Jan 13 08:53:51.044 INFO Starting download, target: Clickhouse |
1548 | 2025-01-13T08:53:52.113Z | Jan 13 08:53:51.044 INFO Starting download, target: Console |
1549 | 2025-01-13T08:53:52.114Z | Jan 13 08:53:51.044 INFO Starting download, target: DendriteOpenapi |
1550 | 2025-01-13T08:53:52.114Z | Jan 13 08:53:51.044 INFO Starting download, target: DendriteStub |
1551 | 2025-01-13T08:53:52.114Z | Jan 13 08:53:51.044 INFO Starting download, target: MaghemiteMgd |
1552 | 2025-01-13T08:53:52.116Z | Jan 13 08:53:51.044 INFO Starting download, target: TransceiverControl |
1553 | 2025-01-13T08:53:52.117Z | Jan 13 08:53:51.045 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1554 | 2025-01-13T08:53:52.117Z | Jan 13 08:53:51.045 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1555 | 2025-01-13T08:53:52.117Z | Jan 13 08:53:51.045 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1556 | 2025-01-13T08:53:52.117Z | Jan 13 08:53:51.045 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1557 | 2025-01-13T08:53:52.117Z | Jan 13 08:53:51.045 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1558 | 2025-01-13T08:53:52.117Z | Jan 13 08:53:51.045 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1559 | 2025-01-13T08:53:52.117Z | Jan 13 08:53:51.045 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1560 | 2025-01-13T08:53:52.380Z | Jan 13 08:53:51.290 INFO Download complete, target: DendriteOpenapi |
1561 | 2025-01-13T08:53:52.577Z | Jan 13 08:53:51.473 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1562 | 2025-01-13T08:53:52.611Z | Jan 13 08:53:51.491 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1563 | 2025-01-13T08:53:52.878Z | Jan 13 08:53:51.796 INFO Download complete, target: Console |
1564 | 2025-01-13T08:53:53.045Z | Jan 13 08:53:51.974 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1565 | 2025-01-13T08:53:53.061Z | Jan 13 08:53:51.987 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1566 | 2025-01-13T08:53:53.196Z | Jan 13 08:53:52.126 INFO Download complete, target: TransceiverControl |
1567 | 2025-01-13T08:53:53.634Z | Jan 13 08:53:52.564 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1568 | 2025-01-13T08:53:53.634Z | Jan 13 08:53:52.564 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1569 | 2025-01-13T08:53:54.113Z | Jan 13 08:53:53.043 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1570 | 2025-01-13T08:53:55.598Z | Jan 13 08:53:54.528 INFO Download complete, target: DendriteStub |
1571 | 2025-01-13T08:53:55.682Z | Jan 13 08:53:54.612 INFO Download complete, target: MaghemiteMgd |
1572 | 2025-01-13T08:54:00.261Z | Jan 13 08:53:59.191 INFO Checking that binary works, target: Cockroach |
1573 | 2025-01-13T08:54:00.425Z | Jan 13 08:53:59.355 INFO Download complete, target: Cockroach |
1574 | 2025-01-13T08:54:04.917Z | Jan 13 08:54:03.846 INFO Checking that binary works, target: Clickhouse |
1575 | 2025-01-13T08:54:05.080Z | Jan 13 08:54:04.009 INFO Download complete, target: Clickhouse |
1576 | 2025-01-13T08:54:05.088Z | All prerequisites installed successfully |
1577 | 2025-01-13T08:54:05.091Z | |
1578 | 2025-01-13T08:54:05.091Z | real 5:11.702279556 |
1579 | 2025-01-13T08:54:05.091Z | user 17:13.771323636 |
1580 | 2025-01-13T08:54:05.091Z | sys 3:22.137640403 |
1581 | 2025-01-13T08:54:05.091Z | trap 0.630376401 |
1582 | 2025-01-13T08:54:05.091Z | tflt 1.765269526 |
1583 | 2025-01-13T08:54:05.091Z | dflt 1.989119535 |
1584 | 2025-01-13T08:54:05.091Z | kflt 0.022535286 |
1585 | 2025-01-13T08:54:05.091Z | lock 30:08.441615713 |
1586 | 2025-01-13T08:54:05.091Z | slp 1:04:38.888747083 |
1587 | 2025-01-13T08:54:05.091Z | lat 1:01.122980158 |
1588 | 2025-01-13T08:54:05.091Z | stop 2:29.322159912 |
1589 | 2025-01-13T08:54:05.091Z | + ptime -m cargo xtask download softnpu |
1590 | 2025-01-13T08:54:05.666Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s |
1591 | 2025-01-13T08:54:05.686Z | Running `target/debug/xtask download softnpu` |
1592 | 2025-01-13T08:54:06.577Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
1593 | 2025-01-13T08:54:06.637Z | Running `target/debug/xtask-downloader softnpu` |
1594 | 2025-01-13T08:54:06.676Z | Jan 13 08:54:05.605 INFO Starting download, target: Softnpu |
1595 | 2025-01-13T08:54:06.679Z | Jan 13 08:54:05.605 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1596 | 2025-01-13T08:54:07.247Z | Jan 13 08:54:06.175 INFO Download complete, target: Softnpu |
1597 | 2025-01-13T08:54:07.250Z | |
1598 | 2025-01-13T08:54:07.253Z | real 2.155372555 |
1599 | 2025-01-13T08:54:07.253Z | user 1.339183817 |
1600 | 2025-01-13T08:54:07.253Z | sys 0.579022542 |
1601 | 2025-01-13T08:54:07.253Z | trap 0.000942242 |
1602 | 2025-01-13T08:54:07.253Z | tflt 0.000035695 |
1603 | 2025-01-13T08:54:07.253Z | dflt 0.000001789 |
1604 | 2025-01-13T08:54:07.253Z | kflt 0.000000000 |
1605 | 2025-01-13T08:54:07.253Z | lock 5.840487754 |
1606 | 2025-01-13T08:54:07.253Z | slp 0.425965063 |
1607 | 2025-01-13T08:54:07.253Z | lat 0.070899840 |
1608 | 2025-01-13T08:54:07.253Z | stop 0.000197249 |
1609 | 2025-01-13T08:54:07.253Z | + export CARGO_INCREMENTAL=0 |
1610 | 2025-01-13T08:54:07.253Z | + CARGO_INCREMENTAL=0 |
1611 | 2025-01-13T08:54:07.253Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1612 | 2025-01-13T08:54:08.235Z | Compiling proc-macro2 v1.0.93 |
1613 | 2025-01-13T08:54:08.235Z | Compiling unicode-ident v1.0.14 |
1614 | 2025-01-13T08:54:08.238Z | Compiling libc v0.2.169 |
1615 | 2025-01-13T08:54:08.238Z | Compiling serde v1.0.217 |
1616 | 2025-01-13T08:54:08.238Z | Compiling autocfg v1.4.0 |
1617 | 2025-01-13T08:54:08.238Z | Compiling version_check v0.9.5 |
1618 | 2025-01-13T08:54:08.238Z | Compiling cfg-if v1.0.0 |
1619 | 2025-01-13T08:54:08.498Z | Compiling memchr v2.7.4 |
1620 | 2025-01-13T08:54:08.525Z | Compiling typenum v1.17.0 |
1621 | 2025-01-13T08:54:08.702Z | Compiling shlex v1.3.0 |
1622 | 2025-01-13T08:54:09.055Z | Compiling value-bag v1.10.0 |
1623 | 2025-01-13T08:54:09.167Z | Compiling generic-array v0.14.7 |
1624 | 2025-01-13T08:54:09.290Z | Compiling lock_api v0.4.12 |
1625 | 2025-01-13T08:54:09.454Z | Compiling scopeguard v1.2.0 |
1626 | 2025-01-13T08:54:09.488Z | Compiling log v0.4.22 |
1627 | 2025-01-13T08:54:09.640Z | Compiling parking_lot_core v0.9.10 |
1628 | 2025-01-13T08:54:10.022Z | Compiling serde_json v1.0.135 |
1629 | 2025-01-13T08:54:10.058Z | Compiling libm v0.2.11 |
1630 | 2025-01-13T08:54:10.200Z | Compiling quote v1.0.38 |
1631 | 2025-01-13T08:54:10.331Z | Compiling rustix v0.38.43 |
1632 | 2025-01-13T08:54:10.351Z | Compiling num-traits v0.2.19 |
1633 | 2025-01-13T08:54:10.374Z | Compiling jobserver v0.1.32 |
1634 | 2025-01-13T08:54:10.574Z | Compiling syn v2.0.96 |
1635 | 2025-01-13T08:54:10.636Z | Compiling getrandom v0.2.15 |
1636 | 2025-01-13T08:54:10.832Z | Compiling cc v1.2.9 |
1637 | 2025-01-13T08:54:10.970Z | Compiling aho-corasick v1.1.3 |
1638 | 2025-01-13T08:54:10.992Z | Compiling regex-syntax v0.8.5 |
1639 | 2025-01-13T08:54:11.009Z | Compiling either v1.13.0 |
1640 | 2025-01-13T08:54:11.148Z | Compiling thiserror v1.0.69 |
1641 | 2025-01-13T08:54:11.159Z | Compiling itoa v1.0.14 |
1642 | 2025-01-13T08:54:11.404Z | Compiling once_cell v1.20.2 |
1643 | 2025-01-13T08:54:11.480Z | Compiling slab v0.4.9 |
1644 | 2025-01-13T08:54:11.781Z | Compiling spin v0.9.8 |
1645 | 2025-01-13T08:54:12.310Z | Compiling errno v0.3.10 |
1646 | 2025-01-13T08:54:12.428Z | Compiling rand_core v0.6.4 |
1647 | 2025-01-13T08:54:12.820Z | Compiling glob v0.3.2 |
1648 | 2025-01-13T08:54:13.070Z | Compiling prettyplease v0.2.29 |
1649 | 2025-01-13T08:54:13.427Z | Compiling lazy_static v1.5.0 |
1650 | 2025-01-13T08:54:13.581Z | Compiling smallvec v1.13.2 |
1651 | 2025-01-13T08:54:13.657Z | Compiling minimal-lexical v0.2.1 |
1652 | 2025-01-13T08:54:13.715Z | Compiling clang-sys v1.8.1 |
1653 | 2025-01-13T08:54:14.130Z | Compiling nom v7.1.3 |
1654 | 2025-01-13T08:54:14.175Z | Compiling libloading v0.8.6 |
1655 | 2025-01-13T08:54:14.412Z | Compiling subtle v2.6.1 |
1656 | 2025-01-13T08:54:14.665Z | Compiling regex-automata v0.4.9 |
1657 | 2025-01-13T08:54:14.710Z | Compiling bindgen v0.69.5 |
1658 | 2025-01-13T08:54:14.732Z | Compiling home v0.5.11 |
1659 | 2025-01-13T08:54:14.963Z | Compiling itertools v0.12.1 |
1660 | 2025-01-13T08:54:15.324Z | Compiling semver v1.0.24 |
1661 | 2025-01-13T08:54:15.428Z | Compiling rustc-hash v1.1.0 |
1662 | 2025-01-13T08:54:15.574Z | Compiling lazycell v1.3.0 |
1663 | 2025-01-13T08:54:15.735Z | Compiling allocator-api2 v0.2.21 |
1664 | 2025-01-13T08:54:15.775Z | Compiling foldhash v0.1.4 |
1665 | 2025-01-13T08:54:16.093Z | Compiling equivalent v1.0.1 |
1666 | 2025-01-13T08:54:16.529Z | Compiling hashbrown v0.15.2 |
1667 | 2025-01-13T08:54:17.124Z | Compiling cmake v0.1.52 |
1668 | 2025-01-13T08:54:17.776Z | Compiling cexpr v0.6.0 |
1669 | 2025-01-13T08:54:17.872Z | Compiling fs_extra v1.3.0 |
1670 | 2025-01-13T08:54:17.875Z | Compiling dunce v1.0.5 |
1671 | 2025-01-13T08:54:17.984Z | Compiling byteorder v1.5.0 |
1672 | 2025-01-13T08:54:18.034Z | Compiling pin-project-lite v0.2.16 |
1673 | 2025-01-13T08:54:18.186Z | Compiling pkg-config v0.3.31 |
1674 | 2025-01-13T08:54:18.407Z | Compiling synstructure v0.13.1 |
1675 | 2025-01-13T08:54:18.693Z | Compiling ryu v1.0.18 |
1676 | 2025-01-13T08:54:18.992Z | Compiling ring v0.17.8 |
1677 | 2025-01-13T08:54:19.876Z | Compiling const-oid v0.9.6 |
1678 | 2025-01-13T08:54:19.879Z | Compiling fnv v1.0.7 |
1679 | 2025-01-13T08:54:19.995Z | Compiling schemars v0.8.21 |
1680 | 2025-01-13T08:54:20.031Z | Compiling paste v1.0.15 |
1681 | 2025-01-13T08:54:20.052Z | Compiling serde_derive_internals v0.29.1 |
1682 | 2025-01-13T08:54:20.327Z | Compiling regex v1.11.1 |
1683 | 2025-01-13T08:54:20.662Z | Compiling aws-lc-rs v1.12.0 |
1684 | 2025-01-13T08:54:21.371Z | Compiling httparse v1.9.5 |
1685 | 2025-01-13T08:54:21.775Z | Compiling signal-hook-registry v1.4.2 |
1686 | 2025-01-13T08:54:22.059Z | Compiling heck v0.5.0 |
1687 | 2025-01-13T08:54:22.357Z | Compiling parking_lot v0.12.3 |
1688 | 2025-01-13T08:54:22.376Z | Compiling mio v1.0.3 |
1689 | 2025-01-13T08:54:23.912Z | Compiling stable_deref_trait v1.2.0 |
1690 | 2025-01-13T08:54:24.102Z | Compiling socket2 v0.5.8 |
1691 | 2025-01-13T08:54:24.130Z | Compiling serde_derive v1.0.217 |
1692 | 2025-01-13T08:54:24.405Z | Compiling zeroize_derive v1.4.2 |
1693 | 2025-01-13T08:54:25.016Z | Compiling tokio-macros v2.5.0 |
1694 | 2025-01-13T08:54:25.379Z | Compiling zerocopy-derive v0.7.35 |
1695 | 2025-01-13T08:54:25.545Z | Compiling thiserror-impl v1.0.69 |
1696 | 2025-01-13T08:54:25.667Z | Compiling zerofrom-derive v0.1.5 |
1697 | 2025-01-13T08:54:25.807Z | Compiling yoke-derive v0.7.5 |
1698 | 2025-01-13T08:54:25.880Z | Compiling zeroize v1.8.1 |
1699 | 2025-01-13T08:54:26.533Z | Compiling futures-macro v0.3.31 |
1700 | 2025-01-13T08:54:26.536Z | Compiling zerovec-derive v0.10.3 |
1701 | 2025-01-13T08:54:27.368Z | Compiling displaydoc v0.2.5 |
1702 | 2025-01-13T08:54:28.393Z | Compiling crypto-common v0.1.6 |
1703 | 2025-01-13T08:54:28.424Z | Compiling icu_provider_macros v1.5.0 |
1704 | 2025-01-13T08:54:28.464Z | Compiling tracing-attributes v0.1.28 |
1705 | 2025-01-13T08:54:28.585Z | Compiling schemars_derive v0.8.21 |
1706 | 2025-01-13T08:54:28.888Z | Compiling block-buffer v0.10.4 |
1707 | 2025-01-13T08:54:29.155Z | Compiling digest v0.10.7 |
1708 | 2025-01-13T08:54:29.175Z | Compiling futures-core v0.3.31 |
1709 | 2025-01-13T08:54:29.195Z | Compiling crossbeam-utils v0.8.21 |
1710 | 2025-01-13T08:54:29.439Z | Compiling zerocopy v0.7.35 |
1711 | 2025-01-13T08:54:29.591Z | Compiling der_derive v0.7.3 |
1712 | 2025-01-13T08:54:29.772Z | Compiling num-conv v0.1.0 |
1713 | 2025-01-13T08:54:29.816Z | Compiling time-core v0.1.2 |
1714 | 2025-01-13T08:54:30.066Z | Compiling time-macros v0.2.19 |
1715 | 2025-01-13T08:54:31.099Z | Compiling vcpkg v0.2.15 |
1716 | 2025-01-13T08:54:31.465Z | Compiling thiserror v2.0.11 |
1717 | 2025-01-13T08:54:32.590Z | Compiling syn v1.0.109 |
1718 | 2025-01-13T08:54:32.749Z | Compiling openssl-sys v0.9.104 |
1719 | 2025-01-13T08:54:33.055Z | Compiling thiserror-impl v2.0.11 |
1720 | 2025-01-13T08:54:33.112Z | Compiling futures-sink v0.3.31 |
1721 | 2025-01-13T08:54:33.192Z | Compiling cpufeatures v0.2.16 |
1722 | 2025-01-13T08:54:33.652Z | Compiling slog v2.7.0 |
1723 | 2025-01-13T08:54:34.751Z | Compiling zerofrom v0.1.5 |
1724 | 2025-01-13T08:54:35.015Z | Compiling iana-time-zone v0.1.61 |
1725 | 2025-01-13T08:54:35.182Z | Compiling yoke v0.7.5 |
1726 | 2025-01-13T08:54:35.591Z | Compiling futures-channel v0.3.31 |
1727 | 2025-01-13T08:54:35.801Z | Compiling scroll_derive v0.12.0 |
1728 | 2025-01-13T08:54:36.025Z | Compiling pin-utils v0.1.0 |
1729 | 2025-01-13T08:54:36.056Z | Compiling futures-task v0.3.31 |
1730 | 2025-01-13T08:54:36.133Z | Compiling futures-io v0.3.31 |
1731 | 2025-01-13T08:54:36.353Z | Compiling ucd-trie v0.1.7 |
1732 | 2025-01-13T08:54:36.639Z | Compiling pest v2.7.15 |
1733 | 2025-01-13T08:54:36.778Z | Compiling futures-util v0.3.31 |
1734 | 2025-01-13T08:54:36.916Z | Compiling zerovec v0.10.4 |
1735 | 2025-01-13T08:54:37.159Z | Compiling hmac v0.12.1 |
1736 | 2025-01-13T08:54:37.733Z | Compiling object v0.36.7 |
1737 | 2025-01-13T08:54:38.151Z | Compiling bitflags v2.7.0 |
1738 | 2025-01-13T08:54:38.197Z | Compiling bytes v1.9.0 |
1739 | 2025-01-13T08:54:40.221Z | Compiling indexmap v2.7.0 |
1740 | 2025-01-13T08:54:40.449Z | Compiling tokio v1.43.0 |
1741 | 2025-01-13T08:54:42.340Z | Compiling serde_tokenstream v0.2.2 |
1742 | 2025-01-13T08:54:42.953Z | Compiling which v4.4.2 |
1743 | 2025-01-13T08:54:43.152Z | Compiling uuid v1.11.1 |
1744 | 2025-01-13T08:54:43.834Z | Compiling http v1.2.0 |
1745 | 2025-01-13T08:54:44.192Z | Compiling chrono v0.4.39 |
1746 | 2025-01-13T08:54:44.548Z | Compiling rustc_version v0.4.1 |
1747 | 2025-01-13T08:54:45.233Z | Compiling openssl v0.10.68 |
1748 | 2025-01-13T08:54:45.650Z | Compiling pest_meta v2.7.15 |
1749 | 2025-01-13T08:54:47.806Z | Compiling block-padding v0.3.3 |
1750 | 2025-01-13T08:54:49.808Z | Compiling inout v0.1.3 |
1751 | 2025-01-13T08:54:49.902Z | Compiling pest_generator v2.7.15 |
1752 | 2025-01-13T08:54:50.015Z | Compiling tinystr v0.7.6 |
1753 | 2025-01-13T08:54:50.061Z | Compiling serde_spanned v0.6.8 |
1754 | 2025-01-13T08:54:50.297Z | Compiling toml_datetime v0.6.8 |
1755 | 2025-01-13T08:54:50.482Z | Compiling openssl-macros v0.1.1 |
1756 | 2025-01-13T08:54:50.798Z | Compiling litemap v0.7.4 |
1757 | 2025-01-13T08:54:51.226Z | Compiling native-tls v0.2.12 |
1758 | 2025-01-13T08:54:51.229Z | Compiling rustls v0.23.21 |
1759 | 2025-01-13T08:54:51.552Z | Compiling strsim v0.11.1 |
1760 | 2025-01-13T08:54:51.574Z | Compiling writeable v0.5.5 |
1761 | 2025-01-13T08:54:51.699Z | Compiling dyn-clone v1.0.17 |
1762 | 2025-01-13T08:54:52.113Z | Compiling icu_locid v1.5.0 |
1763 | 2025-01-13T08:54:52.282Z | Compiling pest_derive v2.7.15 |
1764 | 2025-01-13T08:54:52.742Z | Compiling cipher v0.4.4 |
1765 | 2025-01-13T08:54:53.066Z | Compiling sha2 v0.10.8 |
1766 | 2025-01-13T08:54:53.236Z | Compiling tracing-core v0.1.33 |
1767 | 2025-01-13T08:54:53.458Z | Compiling usdt-impl v0.5.0 |
1768 | 2025-01-13T08:54:54.342Z | Compiling base64ct v1.6.0 |
1769 | 2025-01-13T08:54:54.934Z | Compiling pem-rfc7468 v0.7.0 |
1770 | 2025-01-13T08:54:55.091Z | Compiling tracing v0.1.41 |
1771 | 2025-01-13T08:54:55.653Z | Compiling icu_provider v1.5.0 |
1772 | 2025-01-13T08:54:55.953Z | Compiling scroll v0.12.0 |
1773 | 2025-01-13T08:54:56.377Z | Compiling ppv-lite86 v0.2.20 |
1774 | 2025-01-13T08:54:56.556Z | Compiling async-trait v0.1.85 |
1775 | 2025-01-13T08:54:57.626Z | Compiling aws-lc-sys v0.24.1 |
1776 | 2025-01-13T08:54:58.967Z | Compiling cookie v0.18.1 |
1777 | 2025-01-13T08:54:59.017Z | Compiling icu_locid_transform_data v1.5.0 |
1778 | 2025-01-13T08:54:59.128Z | Compiling anyhow v1.0.95 |
1779 | 2025-01-13T08:54:59.254Z | Compiling flagset v0.4.6 |
1780 | 2025-01-13T08:54:59.481Z | Compiling plain v0.2.3 |
1781 | 2025-01-13T08:54:59.653Z | Compiling camino v1.1.9 |
1782 | 2025-01-13T08:54:59.690Z | Compiling goblin v0.8.2 |
1783 | 2025-01-13T08:55:00.177Z | Compiling der v0.7.9 |
1784 | 2025-01-13T08:55:02.529Z | Compiling icu_locid_transform v1.5.0 |
1785 | 2025-01-13T08:55:02.549Z | Compiling rand_chacha v0.3.1 |
1786 | 2025-01-13T08:55:03.554Z | Compiling icu_collections v1.5.0 |
1787 | 2025-01-13T08:55:05.044Z | Compiling rustls v0.22.4 |
1788 | 2025-01-13T08:55:05.332Z | Compiling percent-encoding v2.3.1 |
1789 | 2025-01-13T08:55:05.467Z | Compiling rustls-pki-types v1.10.1 |
1790 | 2025-01-13T08:55:05.686Z | Compiling pretty-hex v0.4.1 |
1791 | 2025-01-13T08:55:05.984Z | Compiling rayon-core v1.12.1 |
1792 | 2025-01-13T08:55:06.260Z | Compiling icu_properties_data v1.5.0 |
1793 | 2025-01-13T08:55:06.748Z | Compiling icu_properties v1.5.1 |
1794 | 2025-01-13T08:55:07.525Z | Compiling dof v0.3.0 |
1795 | 2025-01-13T08:55:09.217Z | Compiling rand v0.8.5 |
1796 | 2025-01-13T08:55:09.435Z | Compiling spki v0.7.3 |
1797 | 2025-01-13T08:55:09.976Z | Compiling salsa20 v0.10.2 |
1798 | 2025-01-13T08:55:09.997Z | Compiling dtrace-parser v0.2.0 |
1799 | 2025-01-13T08:55:10.000Z | Compiling tokio-util v0.7.13 |
1800 | 2025-01-13T08:55:11.362Z | Compiling pbkdf2 v0.12.2 |
1801 | 2025-01-13T08:55:11.751Z | Compiling thread-id v4.2.2 |
1802 | 2025-01-13T08:55:11.849Z | Compiling untrusted v0.9.0 |
1803 | 2025-01-13T08:55:11.868Z | Compiling utf16_iter v1.0.5 |
1804 | 2025-01-13T08:55:12.031Z | Compiling winnow v0.5.40 |
1805 | 2025-01-13T08:55:12.064Z | Compiling utf8_iter v1.0.4 |
1806 | 2025-01-13T08:55:12.319Z | Compiling icu_normalizer_data v1.5.0 |
1807 | 2025-01-13T08:55:12.339Z | Compiling untrusted v0.7.1 |
1808 | 2025-01-13T08:55:12.531Z | Compiling write16 v1.0.0 |
1809 | 2025-01-13T08:55:12.550Z | Compiling powerfmt v0.2.0 |
1810 | 2025-01-13T08:55:12.937Z | Compiling deranged v0.3.11 |
1811 | 2025-01-13T08:55:13.117Z | Compiling icu_normalizer v1.5.0 |
1812 | 2025-01-13T08:55:16.067Z | Compiling toml_edit v0.19.15 |
1813 | 2025-01-13T08:55:16.977Z | Compiling scrypt v0.11.0 |
1814 | 2025-01-13T08:55:17.518Z | Compiling cbc v0.1.2 |
1815 | 2025-01-13T08:55:17.755Z | Compiling aes v0.8.4 |
1816 | 2025-01-13T08:55:18.577Z | Compiling multer v3.1.0 |
1817 | 2025-01-13T08:55:19.212Z | Compiling num_threads v0.1.7 |
1818 | 2025-01-13T08:55:19.347Z | Compiling slog-async v2.8.0 |
1819 | 2025-01-13T08:55:19.366Z | Compiling rustversion v1.0.19 |
1820 | 2025-01-13T08:55:19.598Z | Compiling tinyvec_macros v0.1.1 |
1821 | 2025-01-13T08:55:19.813Z | Compiling litrs v0.4.1 |
1822 | 2025-01-13T08:55:19.847Z | Compiling atomic-waker v1.1.2 |
1823 | 2025-01-13T08:55:20.300Z | Compiling time v0.3.37 |
1824 | 2025-01-13T08:55:20.970Z | Compiling document-features v0.2.10 |
1825 | 2025-01-13T08:55:21.204Z | Compiling tinyvec v1.8.1 |
1826 | 2025-01-13T08:55:22.057Z | Compiling pkcs5 v0.7.1 |
1827 | 2025-01-13T08:55:23.201Z | Compiling idna_adapter v1.2.0 |
1828 | 2025-01-13T08:55:23.308Z | Compiling form_urlencoded v1.2.1 |
1829 | 2025-01-13T08:55:23.745Z | Compiling http-body v1.0.1 |
1830 | 2025-01-13T08:55:24.026Z | Compiling heapless v0.7.17 |
1831 | 2025-01-13T08:55:24.228Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1832 | 2025-01-13T08:55:24.830Z | Compiling signal-hook v0.3.17 |
1833 | 2025-01-13T08:55:24.921Z | Compiling try-lock v0.2.5 |
1834 | 2025-01-13T08:55:25.135Z | Compiling want v0.3.1 |
1835 | 2025-01-13T08:55:25.406Z | Compiling idna v1.0.3 |
1836 | 2025-01-13T08:55:25.545Z | Compiling pkcs8 v0.10.2 |
1837 | 2025-01-13T08:55:26.906Z | Compiling h2 v0.4.7 |
1838 | 2025-01-13T08:55:27.254Z | Compiling usdt-macro v0.5.0 |
1839 | 2025-01-13T08:55:27.683Z | Compiling usdt-attr-macro v0.5.0 |
1840 | 2025-01-13T08:55:28.832Z | Compiling async-stream-impl v0.3.6 |
1841 | 2025-01-13T08:55:29.171Z | Compiling httpdate v1.0.3 |
1842 | 2025-01-13T08:55:30.343Z | Compiling tower-service v0.3.3 |
1843 | 2025-01-13T08:55:30.364Z | Compiling adler2 v2.0.0 |
1844 | 2025-01-13T08:55:30.524Z | Compiling miniz_oxide v0.8.2 |
1845 | 2025-01-13T08:55:34.774Z | Compiling hyper v1.5.2 |
1846 | 2025-01-13T08:55:37.158Z | Compiling curve25519-dalek v4.1.3 |
1847 | 2025-01-13T08:55:37.273Z | Compiling openapiv3 v2.0.0 |
1848 | 2025-01-13T08:55:37.674Z | Compiling enum-as-inner v0.6.1 |
1849 | 2025-01-13T08:55:38.380Z | Compiling ahash v0.8.11 |
1850 | 2025-01-13T08:55:38.676Z | Compiling dropshot v0.12.0 |
1851 | 2025-01-13T08:55:38.697Z | Compiling smoltcp v0.9.1 |
1852 | 2025-01-13T08:55:38.744Z | Compiling base64 v0.22.1 |
1853 | 2025-01-13T08:55:38.974Z | Compiling foreign-types-shared v0.1.1 |
1854 | 2025-01-13T08:55:39.099Z | Compiling num-bigint-dig v0.8.4 |
1855 | 2025-01-13T08:55:39.320Z | Compiling match_cfg v0.1.0 |
1856 | 2025-01-13T08:55:39.393Z | Compiling portable-atomic v1.10.0 |
1857 | 2025-01-13T08:55:39.448Z | Compiling newtype-uuid v1.1.3 |
1858 | 2025-01-13T08:55:40.313Z | Compiling hostname v0.3.1 |
1859 | 2025-01-13T08:55:40.554Z | Compiling hyper-util v0.1.10 |
1860 | 2025-01-13T08:55:40.577Z | Compiling foreign-types v0.3.2 |
1861 | 2025-01-13T08:55:45.331Z | Compiling url v2.5.4 |
1862 | 2025-01-13T08:55:47.377Z | Compiling dirs-sys-next v0.1.2 |
1863 | 2025-01-13T08:55:47.472Z | Compiling data-encoding v2.6.0 |
1864 | 2025-01-13T08:55:47.789Z | Compiling ident_case v1.0.1 |
1865 | 2025-01-13T08:55:47.869Z | Compiling gimli v0.31.1 |
1866 | 2025-01-13T08:55:48.111Z | Compiling heck v0.4.1 |
1867 | 2025-01-13T08:55:48.540Z | Compiling darling_core v0.20.10 |
1868 | 2025-01-13T08:55:49.233Z | Compiling dirs-next v2.0.0 |
1869 | 2025-01-13T08:55:55.038Z | Compiling addr2line v0.24.2 |
1870 | 2025-01-13T08:55:56.017Z | Compiling http-body-util v0.1.2 |
1871 | 2025-01-13T08:55:56.800Z | Compiling unicode-normalization v0.1.24 |
1872 | 2025-01-13T08:55:56.921Z | Compiling crossbeam-epoch v0.9.18 |
1873 | 2025-01-13T08:55:57.147Z | Compiling hubpack_derive v0.1.1 |
1874 | 2025-01-13T08:55:57.659Z | Compiling dropshot_endpoint v0.12.0 |
1875 | 2025-01-13T08:55:57.966Z | Compiling sha1 v0.10.6 |
1876 | 2025-01-13T08:55:58.341Z | Compiling signature v2.2.0 |
1877 | 2025-01-13T08:55:58.404Z | Compiling zerocopy-derive v0.6.6 |
1878 | 2025-01-13T08:55:58.580Z | Compiling curve25519-dalek-derive v0.1.1 |
1879 | 2025-01-13T08:55:59.207Z | Compiling thread_local v1.1.8 |
1880 | 2025-01-13T08:55:59.710Z | Compiling fs-err v2.11.0 |
1881 | 2025-01-13T08:55:59.975Z | Compiling encoding_rs v0.8.35 |
1882 | 2025-01-13T08:56:00.327Z | Compiling mime v0.3.17 |
1883 | 2025-01-13T08:56:01.436Z | Compiling ipnet v2.10.1 |
1884 | 2025-01-13T08:56:02.490Z | Compiling utf8parse v0.2.2 |
1885 | 2025-01-13T08:56:02.671Z | Compiling openssl-probe v0.1.5 |
1886 | 2025-01-13T08:56:02.983Z | Compiling unicode-properties v0.1.3 |
1887 | 2025-01-13T08:56:03.404Z | Compiling winnow v0.6.24 |
1888 | 2025-01-13T08:56:04.201Z | Compiling rustc-demangle v0.1.24 |
1889 | 2025-01-13T08:56:07.138Z | Compiling unicode-bidi v0.3.18 |
1890 | 2025-01-13T08:56:07.391Z | Compiling anstyle v1.0.10 |
1891 | 2025-01-13T08:56:07.861Z | Compiling stringprep v0.1.5 |
1892 | 2025-01-13T08:56:08.386Z | Compiling toml_edit v0.22.22 |
1893 | 2025-01-13T08:56:09.571Z | Compiling backtrace v0.3.74 |
1894 | 2025-01-13T08:56:15.758Z | Compiling anstyle-parse v0.2.6 |
1895 | 2025-01-13T08:56:16.113Z | Compiling rustls-webpki v0.102.8 |
1896 | 2025-01-13T08:56:23.664Z | Compiling crossbeam-deque v0.8.6 |
1897 | 2025-01-13T08:56:24.168Z | Compiling darling_macro v0.20.10 |
1898 | 2025-01-13T08:56:25.101Z | Compiling term v0.7.0 |
1899 | 2025-01-13T08:56:26.351Z | Compiling slog-json v2.6.1 |
1900 | 2025-01-13T08:56:26.669Z | Compiling serde_urlencoded v0.7.1 |
1901 | 2025-01-13T08:56:27.268Z | Compiling crossbeam-channel v0.5.14 |
1902 | 2025-01-13T08:56:27.289Z | Compiling rustls-pemfile v2.2.0 |
1903 | 2025-01-13T08:56:28.261Z | Compiling futures-executor v0.3.31 |
1904 | 2025-01-13T08:56:28.770Z | Compiling num-integer v0.1.46 |
1905 | 2025-01-13T08:56:28.789Z | Compiling md-5 v0.10.6 |
1906 | 2025-01-13T08:56:29.044Z | Compiling hash32 v0.2.1 |
1907 | 2025-01-13T08:56:29.064Z | Compiling ff v0.13.0 |
1908 | 2025-01-13T08:56:29.315Z | Compiling memmap v0.7.0 |
1909 | 2025-01-13T08:56:29.439Z | Compiling is-terminal v0.4.13 |
1910 | 2025-01-13T08:56:29.501Z | Compiling anstyle-query v1.1.2 |
1911 | 2025-01-13T08:56:29.655Z | Compiling colorchoice v1.0.3 |
1912 | 2025-01-13T08:56:29.827Z | Compiling take_mut v0.2.2 |
1913 | 2025-01-13T08:56:30.023Z | Compiling psl-types v2.0.11 |
1914 | 2025-01-13T08:56:30.227Z | Compiling base16ct v0.2.0 |
1915 | 2025-01-13T08:56:30.496Z | Compiling siphasher v1.0.1 |
1916 | 2025-01-13T08:56:30.530Z | Compiling is_terminal_polyfill v1.70.1 |
1917 | 2025-01-13T08:56:30.672Z | Compiling linked-hash-map v0.5.6 |
1918 | 2025-01-13T08:56:30.886Z | Compiling quick-error v1.2.3 |
1919 | 2025-01-13T08:56:31.049Z | Compiling utf-8 v0.7.6 |
1920 | 2025-01-13T08:56:31.068Z | Compiling fallible-iterator v0.2.0 |
1921 | 2025-01-13T08:56:31.381Z | Compiling tungstenite v0.24.0 |
1922 | 2025-01-13T08:56:31.822Z | Compiling postgres-protocol v0.6.7 |
1923 | 2025-01-13T08:56:32.745Z | Compiling resolv-conf v0.7.0 |
1924 | 2025-01-13T08:56:33.045Z | Compiling lru-cache v0.1.2 |
1925 | 2025-01-13T08:56:33.266Z | Compiling phf_shared v0.11.3 |
1926 | 2025-01-13T08:56:33.448Z | Compiling anstream v0.6.18 |
1927 | 2025-01-13T08:56:33.534Z | Compiling sec1 v0.7.3 |
1928 | 2025-01-13T08:56:33.667Z | Compiling publicsuffix v2.3.0 |
1929 | 2025-01-13T08:56:34.148Z | Compiling slog-term v2.9.1 |
1930 | 2025-01-13T08:56:34.176Z | Compiling usdt v0.5.0 |
1931 | 2025-01-13T08:56:35.029Z | Compiling num-iter v0.1.45 |
1932 | 2025-01-13T08:56:35.238Z | Compiling group v0.13.0 |
1933 | 2025-01-13T08:56:35.319Z | Compiling futures v0.3.31 |
1934 | 2025-01-13T08:56:36.834Z | Compiling slog-bunyan v2.5.0 |
1935 | 2025-01-13T08:56:37.037Z | Compiling darling v0.20.10 |
1936 | 2025-01-13T08:56:37.174Z | Compiling tokio-rustls v0.26.1 |
1937 | 2025-01-13T08:56:37.692Z | Compiling tokio-rustls v0.25.0 |
1938 | 2025-01-13T08:56:37.788Z | Compiling tokio-native-tls v0.3.1 |
1939 | 2025-01-13T08:56:38.090Z | Compiling toml v0.8.19 |
1940 | 2025-01-13T08:56:38.137Z | Compiling hickory-proto v0.24.2 |
1941 | 2025-01-13T08:56:38.236Z | Compiling strum_macros v0.25.3 |
1942 | 2025-01-13T08:56:40.040Z | Compiling async-stream v0.3.6 |
1943 | 2025-01-13T08:56:40.171Z | Compiling waitgroup v0.1.2 |
1944 | 2025-01-13T08:56:40.291Z | Compiling webpki-roots v0.26.7 |
1945 | 2025-01-13T08:56:40.492Z | Compiling terminal_size v0.4.1 |
1946 | 2025-01-13T08:56:40.510Z | Compiling serde_path_to_error v0.1.16 |
1947 | 2025-01-13T08:56:40.721Z | Compiling hkdf v0.12.4 |
1948 | 2025-01-13T08:56:40.996Z | Compiling sync_wrapper v1.0.2 |
1949 | 2025-01-13T08:56:41.164Z | Compiling crypto-bigint v0.5.5 |
1950 | 2025-01-13T08:56:41.267Z | Compiling clap_derive v4.5.24 |
1951 | 2025-01-13T08:56:41.392Z | Compiling derive-where v1.2.7 |
1952 | 2025-01-13T08:56:41.959Z | Compiling serde_repr v0.1.19 |
1953 | 2025-01-13T08:56:42.775Z | Compiling regress v0.10.2 |
1954 | 2025-01-13T08:56:43.031Z | Compiling hostname v0.4.0 |
1955 | 2025-01-13T08:56:43.259Z | Compiling crc32fast v1.4.2 |
1956 | 2025-01-13T08:56:43.728Z | Compiling debug-ignore v1.0.5 |
1957 | 2025-01-13T08:56:43.885Z | Compiling unicode-width v0.2.0 |
1958 | 2025-01-13T08:56:44.437Z | Compiling managed v0.8.0 |
1959 | 2025-01-13T08:56:44.622Z | Compiling tower-layer v0.3.3 |
1960 | 2025-01-13T08:56:44.866Z | Compiling bitflags v1.3.2 |
1961 | 2025-01-13T08:56:45.063Z | Compiling siphasher v0.3.11 |
1962 | 2025-01-13T08:56:45.456Z | Compiling clap_lex v0.7.4 |
1963 | 2025-01-13T08:56:46.110Z | Compiling clap_builder v4.5.26 |
1964 | 2025-01-13T08:56:46.402Z | Compiling phf_shared v0.10.0 |
1965 | 2025-01-13T08:56:46.775Z | Compiling typify-impl v0.2.0 |
1966 | 2025-01-13T08:56:49.809Z | Compiling tower v0.5.2 |
1967 | 2025-01-13T08:56:49.838Z | Compiling console v0.15.10 |
1968 | 2025-01-13T08:56:50.512Z | Compiling elliptic-curve v0.13.8 |
1969 | 2025-01-13T08:56:51.192Z | Compiling hickory-resolver v0.24.2 |
1970 | 2025-01-13T08:56:51.573Z | Compiling flate2 v1.0.35 |
1971 | 2025-01-13T08:56:55.606Z | Compiling hyper-rustls v0.27.5 |
1972 | 2025-01-13T08:56:58.060Z | Compiling hyper-tls v0.6.0 |
1973 | 2025-01-13T08:56:58.488Z | Compiling rayon v1.10.0 |
1974 | 2025-01-13T08:56:59.015Z | Compiling signal-hook-mio v0.2.4 |
1975 | 2025-01-13T08:56:59.042Z | Compiling bzip2 v0.4.4 |
1976 | 2025-01-13T08:56:59.195Z | Compiling cookie_store v0.21.1 |
1977 | 2025-01-13T08:56:59.404Z | Compiling phf v0.11.3 |
1978 | 2025-01-13T08:56:59.441Z | Compiling postgres-types v0.2.8 |
1979 | 2025-01-13T08:56:59.745Z | Compiling tokio-tungstenite v0.24.0 |
1980 | 2025-01-13T08:57:00.291Z | Compiling zerocopy v0.6.6 |
1981 | 2025-01-13T08:57:00.479Z | Compiling ed25519 v2.2.3 |
1982 | 2025-01-13T08:57:00.498Z | Compiling hubpack v0.1.2 |
1983 | 2025-01-13T08:57:00.835Z | Compiling pkcs1 v0.7.5 |
1984 | 2025-01-13T08:57:00.921Z | Compiling tokio-stream v0.1.17 |
1985 | 2025-01-13T08:57:01.202Z | Compiling ipnetwork v0.20.0 |
1986 | 2025-01-13T08:57:01.810Z | Compiling serde-big-array v0.5.1 |
1987 | 2025-01-13T08:57:01.901Z | Compiling rfc6979 v0.4.0 |
1988 | 2025-01-13T08:57:02.081Z | Compiling float-cmp v0.10.0 |
1989 | 2025-01-13T08:57:02.289Z | Compiling bstr v1.11.3 |
1990 | 2025-01-13T08:57:02.552Z | Compiling unicode-segmentation v1.12.0 |
1991 | 2025-01-13T08:57:03.390Z | Compiling precomputed-hash v0.1.1 |
1992 | 2025-01-13T08:57:03.417Z | Compiling bit-vec v0.8.0 |
1993 | 2025-01-13T08:57:03.526Z | Compiling fixedbitset v0.4.2 |
1994 | 2025-01-13T08:57:03.529Z | Compiling static_assertions v1.1.0 |
1995 | 2025-01-13T08:57:03.945Z | Compiling predicates-core v1.0.9 |
1996 | 2025-01-13T08:57:03.965Z | Compiling number_prefix v0.4.0 |
1997 | 2025-01-13T08:57:04.065Z | Compiling difflib v0.4.0 |
1998 | 2025-01-13T08:57:04.231Z | Compiling whoami v1.5.2 |
1999 | 2025-01-13T08:57:04.535Z | Compiling new_debug_unreachable v1.0.6 |
2000 | 2025-01-13T08:57:04.572Z | Compiling normalize-line-endings v0.3.0 |
2001 | 2025-01-13T08:57:04.645Z | Compiling string_cache v0.8.7 |
2002 | 2025-01-13T08:57:04.708Z | Compiling predicates v3.1.3 |
2003 | 2025-01-13T08:57:04.801Z | Compiling tokio-postgres v0.7.12 |
2004 | 2025-01-13T08:57:05.376Z | Compiling indicatif v0.17.9 |
2005 | 2025-01-13T08:57:06.267Z | Compiling bit-set v0.8.0 |
2006 | 2025-01-13T08:57:06.480Z | Compiling petgraph v0.6.5 |
2007 | 2025-01-13T08:57:06.583Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2008 | 2025-01-13T08:57:07.243Z | Compiling similar v2.6.0 |
2009 | 2025-01-13T08:57:09.254Z | Compiling ecdsa v0.16.9 |
2010 | 2025-01-13T08:57:09.281Z | Compiling qorb v0.2.1 |
2011 | 2025-01-13T08:57:10.160Z | Compiling rsa v0.9.7 |
2012 | 2025-01-13T08:57:10.513Z | Compiling ed25519-dalek v2.1.1 |
2013 | 2025-01-13T08:57:11.470Z | Compiling reqwest v0.12.12 |
2014 | 2025-01-13T08:57:11.848Z | Compiling zip v0.6.6 |
2015 | 2025-01-13T08:57:11.869Z | Compiling crossterm v0.28.1 |
2016 | 2025-01-13T08:57:12.091Z | Compiling typify-macro v0.2.0 |
2017 | 2025-01-13T08:57:13.105Z | Compiling clap v4.5.26 |
2018 | 2025-01-13T08:57:15.254Z | Compiling toml v0.7.8 |
2019 | 2025-01-13T08:57:15.483Z | Compiling x509-cert v0.2.5 |
2020 | 2025-01-13T08:57:16.496Z | Compiling hex v0.4.3 |
2021 | 2025-01-13T08:57:17.081Z | Compiling itertools v0.10.5 |
2022 | 2025-01-13T08:57:17.285Z | Compiling unicode-xid v0.2.6 |
2023 | 2025-01-13T08:57:17.363Z | Compiling zerocopy v0.8.14 |
2024 | 2025-01-13T08:57:17.720Z | Compiling peg-runtime v0.8.3 |
2025 | 2025-01-13T08:57:18.095Z | Compiling lalrpop-util v0.19.12 |
2026 | 2025-01-13T08:57:22.713Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2027 | 2025-01-13T08:57:24.863Z | Compiling proc-macro-crate v1.3.1 |
2028 | 2025-01-13T08:57:25.026Z | Compiling macaddr v1.0.1 |
2029 | 2025-01-13T08:57:25.715Z | Compiling zerocopy-derive v0.8.14 |
2030 | 2025-01-13T08:57:25.996Z | Compiling itertools v0.13.0 |
2031 | 2025-01-13T08:57:26.970Z | Compiling heapless v0.8.0 |
2032 | 2025-01-13T08:57:29.439Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2033 | 2025-01-13T08:57:35.028Z | Compiling num_enum_derive v0.5.11 |
2034 | 2025-01-13T08:57:41.384Z | Compiling hash32 v0.3.1 |
2035 | 2025-01-13T08:57:42.526Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2036 | 2025-01-13T08:57:43.870Z | Compiling smoltcp v0.11.0 |
2037 | 2025-01-13T08:57:50.423Z | Compiling num_enum v0.5.11 |
2038 | 2025-01-13T08:57:50.486Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2039 | 2025-01-13T08:57:50.622Z | Compiling typify v0.2.0 |
2040 | 2025-01-13T08:57:50.780Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2041 | 2025-01-13T08:57:52.106Z | Compiling proc-macro-error-attr v1.0.4 |
2042 | 2025-01-13T08:57:53.149Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2043 | 2025-01-13T08:57:53.460Z | Compiling unsafe-libyaml v0.2.11 |
2044 | 2025-01-13T08:57:54.515Z | Compiling cobs v0.2.3 |
2045 | 2025-01-13T08:57:54.981Z | Compiling serde_yaml v0.9.34+deprecated |
2046 | 2025-01-13T08:57:55.541Z | Compiling postcard v1.1.1 |
2047 | 2025-01-13T08:58:10.920Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2048 | 2025-01-13T08:58:14.438Z | Compiling progenitor-impl v0.8.0 |
2049 | 2025-01-13T08:58:23.466Z | Compiling strum_macros v0.26.4 |
2050 | 2025-01-13T08:58:24.798Z | Compiling structmeta-derive v0.3.0 |
2051 | 2025-01-13T08:58:25.133Z | Compiling foreign-types-macros v0.2.3 |
2052 | 2025-01-13T08:58:25.225Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2053 | 2025-01-13T08:58:25.542Z | Compiling proc-macro-error v1.0.4 |
2054 | 2025-01-13T08:58:25.761Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2055 | 2025-01-13T08:58:25.866Z | Compiling foreign-types-shared v0.3.1 |
2056 | 2025-01-13T08:58:28.075Z | Compiling strum v0.26.3 |
2057 | 2025-01-13T08:58:28.297Z | Compiling structmeta v0.3.0 |
2058 | 2025-01-13T08:58:32.889Z | Compiling foreign-types v0.5.0 |
2059 | 2025-01-13T08:58:33.022Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2060 | 2025-01-13T08:58:36.691Z | Compiling progenitor-macro v0.8.0 |
2061 | 2025-01-13T08:58:41.317Z | Compiling progenitor-client v0.8.0 |
2062 | 2025-01-13T08:58:41.944Z | Compiling tabwriter v1.4.1 |
2063 | 2025-01-13T08:58:43.621Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c) |
2064 | 2025-01-13T08:58:44.907Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2065 | 2025-01-13T08:58:45.735Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2066 | 2025-01-13T08:58:46.227Z | Compiling cstr-argument v0.1.2 |
2067 | 2025-01-13T08:58:46.511Z | Compiling dropshot v0.13.0 |
2068 | 2025-01-13T08:58:47.048Z | Compiling crucible-workspace-hack v0.1.0 |
2069 | 2025-01-13T08:58:47.171Z | Compiling pretty-hex v0.2.1 |
2070 | 2025-01-13T08:58:47.355Z | Compiling fastrand v2.3.0 |
2071 | 2025-01-13T08:58:47.414Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2072 | 2025-01-13T08:58:47.771Z | Compiling tempfile v3.15.0 |
2073 | 2025-01-13T08:58:48.086Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2074 | 2025-01-13T08:58:48.514Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2075 | 2025-01-13T08:58:48.601Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2076 | 2025-01-13T08:58:48.826Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c) |
2077 | 2025-01-13T08:58:49.551Z | Compiling parse-display-derive v0.10.0 |
2078 | 2025-01-13T08:58:49.915Z | Compiling progenitor v0.8.0 |
2079 | 2025-01-13T08:58:50.124Z | Compiling hashbrown v0.14.5 |
2080 | 2025-01-13T08:58:50.193Z | Compiling colored v2.2.0 |
2081 | 2025-01-13T08:58:50.623Z | Compiling serde_with_macros v3.12.0 |
2082 | 2025-01-13T08:58:51.641Z | Compiling dropshot_endpoint v0.13.0 |
2083 | 2025-01-13T08:58:51.780Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2084 | 2025-01-13T08:58:52.239Z | Compiling instant v0.1.13 |
2085 | 2025-01-13T08:58:52.440Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2086 | 2025-01-13T08:58:52.547Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2087 | 2025-01-13T08:58:52.777Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2088 | 2025-01-13T08:58:52.842Z | Compiling backoff v0.4.0 |
2089 | 2025-01-13T08:58:53.202Z | Compiling serde_with v3.12.0 |
2090 | 2025-01-13T08:58:53.248Z | Compiling regress v0.9.1 |
2091 | 2025-01-13T08:58:53.605Z | Compiling parse-display v0.10.0 |
2092 | 2025-01-13T08:58:55.654Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2093 | 2025-01-13T08:58:55.893Z | Compiling zone_cfg_derive v0.3.0 |
2094 | 2025-01-13T08:58:57.296Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2095 | 2025-01-13T08:58:58.015Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2096 | 2025-01-13T08:58:58.057Z | Compiling camino-tempfile v1.1.1 |
2097 | 2025-01-13T08:58:58.925Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2098 | 2025-01-13T08:58:58.944Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2099 | 2025-01-13T08:58:59.147Z | Compiling num-derive v0.4.2 |
2100 | 2025-01-13T08:58:59.472Z | Compiling sigpipe v0.1.3 |
2101 | 2025-01-13T08:58:59.620Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2102 | 2025-01-13T08:58:59.915Z | Compiling libefi-sys v0.1.0 |
2103 | 2025-01-13T08:59:00.286Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2104 | 2025-01-13T08:59:01.457Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2105 | 2025-01-13T08:59:02.149Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2106 | 2025-01-13T08:59:03.072Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2107 | 2025-01-13T08:59:03.662Z | Compiling zone v0.3.0 |
2108 | 2025-01-13T08:59:03.681Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2109 | 2025-01-13T08:59:07.274Z | Compiling smf v0.2.3 |
2110 | 2025-01-13T08:59:08.114Z | Compiling bitfield-struct v0.6.2 |
2111 | 2025-01-13T08:59:08.348Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
2112 | 2025-01-13T08:59:08.775Z | Compiling blake3 v1.5.5 |
2113 | 2025-01-13T08:59:09.508Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2114 | 2025-01-13T08:59:10.131Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2115 | 2025-01-13T08:59:10.350Z | Compiling xattr v1.4.0 |
2116 | 2025-01-13T08:59:10.460Z | Compiling filetime v0.2.25 |
2117 | 2025-01-13T08:59:10.574Z | Compiling memmap2 v0.9.5 |
2118 | 2025-01-13T08:59:10.682Z | Compiling arrayvec v0.7.6 |
2119 | 2025-01-13T08:59:10.822Z | Compiling arrayref v0.3.9 |
2120 | 2025-01-13T08:59:10.954Z | Compiling same-file v1.0.6 |
2121 | 2025-01-13T08:59:11.174Z | Compiling constant_time_eq v0.3.1 |
2122 | 2025-01-13T08:59:11.177Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2123 | 2025-01-13T08:59:11.259Z | Compiling walkdir v2.5.0 |
2124 | 2025-01-13T08:59:11.327Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2125 | 2025-01-13T08:59:11.367Z | Compiling tar v0.4.43 |
2126 | 2025-01-13T08:59:12.945Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2127 | 2025-01-13T08:59:13.381Z | Compiling gethostname v0.5.0 |
2128 | 2025-01-13T08:59:13.693Z | Compiling cargo-platform v0.1.9 |
2129 | 2025-01-13T08:59:14.156Z | Compiling topological-sort v0.2.2 |
2130 | 2025-01-13T08:59:14.179Z | Compiling cargo_metadata v0.18.1 |
2131 | 2025-01-13T08:59:14.452Z | Compiling omicron-zone-package v0.12.0 |
2132 | 2025-01-13T08:59:14.481Z | Compiling indent_write v2.2.0 |
2133 | 2025-01-13T08:59:14.738Z | Compiling shell-words v1.1.0 |
2134 | 2025-01-13T08:59:24.136Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2135 | 2025-01-13T08:59:26.701Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2136 | 2025-01-13T08:59:29.737Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2137 | 2025-01-13T08:59:46.043Z | Finished `release` profile [optimized] target(s) in 5m 38s |
2138 | 2025-01-13T08:59:46.212Z | Running `target/release/omicron-package -t test target create -p dev` |
2139 | 2025-01-13T08:59:46.263Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2140 | 2025-01-13T08:59:46.266Z | Created new build target 'test' and set it as active |
2141 | 2025-01-13T08:59:46.266Z | |
2142 | 2025-01-13T08:59:46.266Z | real 5:38.970194911 |
2143 | 2025-01-13T08:59:46.266Z | user 38:07.147031868 |
2144 | 2025-01-13T08:59:46.266Z | sys 5:05.587957871 |
2145 | 2025-01-13T08:59:46.266Z | trap 1.205636839 |
2146 | 2025-01-13T08:59:46.266Z | tflt 3.069543944 |
2147 | 2025-01-13T08:59:46.266Z | dflt 0.914362840 |
2148 | 2025-01-13T08:59:46.266Z | kflt 0.010496691 |
2149 | 2025-01-13T08:59:46.266Z | lock 1:19:56.994906258 |
2150 | 2025-01-13T08:59:46.267Z | slp 2:38:34.118087189 |
2151 | 2025-01-13T08:59:46.267Z | lat 2:34.141912195 |
2152 | 2025-01-13T08:59:46.267Z | stop 4:43.587591951 |
2153 | 2025-01-13T08:59:46.267Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2154 | 2025-01-13T08:59:47.281Z | Finished `release` profile [optimized] target(s) in 0.96s |
2155 | 2025-01-13T08:59:47.345Z | Running `target/release/omicron-package -t test package` |
2156 | 2025-01-13T08:59:47.392Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2157 | 2025-01-13T08:59:48.569Z | Compiling unicode-width v0.1.14 |
2158 | 2025-01-13T08:59:48.572Z | Compiling convert_case v0.4.0 |
2159 | 2025-01-13T08:59:48.572Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2160 | 2025-01-13T08:59:48.572Z | Compiling newline-converter v0.3.0 |
2161 | 2025-01-13T08:59:48.572Z | Compiling password-hash v0.5.0 |
2162 | 2025-01-13T08:59:48.572Z | Compiling blake2 v0.10.6 |
2163 | 2025-01-13T08:59:48.709Z | Compiling base64 v0.21.7 |
2164 | 2025-01-13T08:59:48.711Z | Compiling atomicwrites v0.4.4 |
2165 | 2025-01-13T08:59:49.003Z | Compiling expectorate v1.1.0 |
2166 | 2025-01-13T08:59:49.059Z | Compiling progenitor-client v0.8.0 |
2167 | 2025-01-13T08:59:49.214Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2168 | 2025-01-13T08:59:49.217Z | Compiling cancel-safe-futures v0.1.5 |
2169 | 2025-01-13T08:59:49.273Z | Compiling owo-colors v4.1.0 |
2170 | 2025-01-13T08:59:49.525Z | Compiling derive_more v0.99.18 |
2171 | 2025-01-13T08:59:49.560Z | Compiling argon2 v0.5.3 |
2172 | 2025-01-13T08:59:49.623Z | Compiling progenitor v0.8.0 |
2173 | 2025-01-13T08:59:49.644Z | Compiling num-rational v0.4.2 |
2174 | 2025-01-13T08:59:49.825Z | Compiling libsw-core v0.3.1 |
2175 | 2025-01-13T08:59:49.893Z | Compiling num-complex v0.4.6 |
2176 | 2025-01-13T08:59:50.103Z | Compiling libsw v3.4.0 |
2177 | 2025-01-13T08:59:50.417Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2178 | 2025-01-13T08:59:50.624Z | Compiling linear-map v1.2.0 |
2179 | 2025-01-13T08:59:51.022Z | Compiling float-ord v0.3.2 |
2180 | 2025-01-13T08:59:51.084Z | Compiling num v0.4.3 |
2181 | 2025-01-13T08:59:51.087Z | Compiling swrite v0.1.0 |
2182 | 2025-01-13T08:59:51.210Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2183 | 2025-01-13T08:59:51.234Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2184 | 2025-01-13T08:59:51.254Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2185 | 2025-01-13T08:59:51.273Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2186 | 2025-01-13T08:59:52.022Z | Compiling highway v1.3.0 |
2187 | 2025-01-13T08:59:52.202Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2188 | 2025-01-13T08:59:52.838Z | Compiling semver v0.1.20 |
2189 | 2025-01-13T08:59:53.438Z | Compiling rustc_version v0.1.7 |
2190 | 2025-01-13T08:59:53.710Z | Compiling tungstenite v0.21.0 |
2191 | 2025-01-13T08:59:53.906Z | Compiling newtype_derive v0.1.6 |
2192 | 2025-01-13T08:59:54.243Z | Compiling ipnetwork v0.20.0 |
2193 | 2025-01-13T08:59:55.084Z | Compiling tokio-tungstenite v0.21.0 |
2194 | 2025-01-13T08:59:55.755Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2195 | 2025-01-13T08:59:56.191Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2196 | 2025-01-13T08:59:59.022Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2197 | 2025-01-13T08:59:59.433Z | Compiling humantime v2.1.0 |
2198 | 2025-01-13T08:59:59.925Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c) |
2199 | 2025-01-13T09:00:00.359Z | Compiling dropshot v0.13.0 |
2200 | 2025-01-13T09:00:00.435Z | Compiling hashbrown v0.14.5 |
2201 | 2025-01-13T09:00:00.451Z | Compiling instant v0.1.13 |
2202 | 2025-01-13T09:00:00.607Z | Compiling backoff v0.4.0 |
2203 | 2025-01-13T09:00:00.938Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2204 | 2025-01-13T09:00:01.019Z | Compiling steno v0.4.1 |
2205 | 2025-01-13T09:00:01.425Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2206 | 2025-01-13T09:00:01.895Z | Compiling regress v0.9.1 |
2207 | 2025-01-13T09:00:05.605Z | Compiling parse-display v0.10.0 |
2208 | 2025-01-13T09:00:06.190Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2209 | 2025-01-13T09:00:06.399Z | Compiling strum v0.26.3 |
2210 | 2025-01-13T09:00:06.605Z | Compiling serde_with v3.12.0 |
2211 | 2025-01-13T09:00:06.905Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2212 | 2025-01-13T09:00:09.502Z | Compiling macaddr v1.0.1 |
2213 | 2025-01-13T09:00:09.899Z | Compiling slog-dtrace v0.3.0 |
2214 | 2025-01-13T09:00:09.964Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2215 | 2025-01-13T09:00:10.296Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2216 | 2025-01-13T09:00:11.075Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2217 | 2025-01-13T09:00:11.247Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2218 | 2025-01-13T09:00:11.877Z | Compiling prettyplease v0.2.29 |
2219 | 2025-01-13T09:00:12.171Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2220 | 2025-01-13T09:00:13.149Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2221 | 2025-01-13T09:00:14.182Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2222 | 2025-01-13T09:00:15.753Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2223 | 2025-01-13T09:00:17.045Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2224 | 2025-01-13T09:00:27.628Z | Compiling half v2.4.1 |
2225 | 2025-01-13T09:00:29.489Z | Compiling ciborium-io v0.2.2 |
2226 | 2025-01-13T09:00:29.654Z | Compiling ciborium-ll v0.2.2 |
2227 | 2025-01-13T09:00:30.213Z | Compiling ciborium v0.2.2 |
2228 | 2025-01-13T09:00:30.515Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2229 | 2025-01-13T09:00:31.695Z | Compiling display-error-chain v0.2.2 |
2230 | 2025-01-13T09:00:31.772Z | Compiling fastrand v2.3.0 |
2231 | 2025-01-13T09:00:31.943Z | Compiling same-file v1.0.6 |
2232 | 2025-01-13T09:00:32.125Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2233 | 2025-01-13T09:00:32.199Z | Compiling tempfile v3.15.0 |
2234 | 2025-01-13T09:00:32.320Z | Compiling walkdir v2.5.0 |
2235 | 2025-01-13T09:00:32.490Z | Compiling blake3 v1.5.5 |
2236 | 2025-01-13T09:00:32.997Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2237 | 2025-01-13T09:00:33.017Z | Compiling xattr v1.4.0 |
2238 | 2025-01-13T09:00:33.167Z | Compiling filetime v0.2.25 |
2239 | 2025-01-13T09:00:33.300Z | Compiling memmap2 v0.9.5 |
2240 | 2025-01-13T09:00:33.463Z | Compiling arrayref v0.3.9 |
2241 | 2025-01-13T09:00:33.589Z | Compiling keccak v0.1.5 |
2242 | 2025-01-13T09:00:33.766Z | Compiling arrayvec v0.7.6 |
2243 | 2025-01-13T09:00:34.227Z | Compiling constant_time_eq v0.3.1 |
2244 | 2025-01-13T09:00:34.568Z | Compiling sha3 v0.10.8 |
2245 | 2025-01-13T09:00:34.662Z | Compiling tar v0.4.43 |
2246 | 2025-01-13T09:00:35.496Z | Compiling toolchain_find v0.4.0 |
2247 | 2025-01-13T09:00:35.571Z | Compiling camino-tempfile v1.1.1 |
2248 | 2025-01-13T09:00:36.040Z | Compiling const_format_proc_macros v0.2.34 |
2249 | 2025-01-13T09:00:36.108Z | Compiling crunchy v0.2.2 |
2250 | 2025-01-13T09:00:36.588Z | Compiling maplit v1.0.2 |
2251 | 2025-01-13T09:00:36.735Z | Compiling radium v0.7.0 |
2252 | 2025-01-13T09:00:36.768Z | Compiling topological-sort v0.2.2 |
2253 | 2025-01-13T09:00:36.983Z | Compiling omicron-zone-package v0.12.0 |
2254 | 2025-01-13T09:00:37.006Z | Compiling rustfmt-wrapper v0.2.1 |
2255 | 2025-01-13T09:00:37.167Z | Compiling maybe-uninit v2.0.0 |
2256 | 2025-01-13T09:00:37.206Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2257 | 2025-01-13T09:00:37.225Z | Compiling tiny-keccak v2.0.2 |
2258 | 2025-01-13T09:00:37.528Z | Compiling tap v1.0.1 |
2259 | 2025-01-13T09:00:37.718Z | Compiling wyz v0.5.1 |
2260 | 2025-01-13T09:00:37.739Z | Compiling dsl_auto_type v0.1.2 |
2261 | 2025-01-13T09:00:37.789Z | Compiling phf_generator v0.11.3 |
2262 | 2025-01-13T09:00:37.951Z | Compiling const_format v0.2.34 |
2263 | 2025-01-13T09:00:38.179Z | Compiling scheduled-thread-pool v0.2.7 |
2264 | 2025-01-13T09:00:38.248Z | Compiling secrecy v0.8.0 |
2265 | 2025-01-13T09:00:38.269Z | Compiling diesel_table_macro_syntax v0.2.0 |
2266 | 2025-01-13T09:00:38.538Z | Compiling async-recursion v1.1.1 |
2267 | 2025-01-13T09:00:38.675Z | Compiling funty v2.0.0 |
2268 | 2025-01-13T09:00:39.234Z | Compiling bit-vec v0.6.3 |
2269 | 2025-01-13T09:00:39.336Z | Compiling arc-swap v1.7.1 |
2270 | 2025-01-13T09:00:39.475Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2271 | 2025-01-13T09:00:39.657Z | Compiling packed_struct v0.10.1 |
2272 | 2025-01-13T09:00:39.797Z | Compiling crc-catalog v2.4.0 |
2273 | 2025-01-13T09:00:39.973Z | Compiling crc v3.2.1 |
2274 | 2025-01-13T09:00:40.056Z | Compiling bitvec v1.0.1 |
2275 | 2025-01-13T09:00:40.099Z | Compiling slog-scope v4.4.0 |
2276 | 2025-01-13T09:00:40.155Z | Compiling bit-set v0.5.3 |
2277 | 2025-01-13T09:00:40.458Z | Compiling diesel_derives v2.2.3 |
2278 | 2025-01-13T09:00:40.945Z | Compiling r2d2 v0.8.10 |
2279 | 2025-01-13T09:00:41.216Z | Compiling phf_codegen v0.11.3 |
2280 | 2025-01-13T09:00:41.580Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2281 | 2025-01-13T09:00:41.882Z | Compiling ascii-canvas v3.0.0 |
2282 | 2025-01-13T09:00:42.014Z | Compiling universal-hash v0.5.1 |
2283 | 2025-01-13T09:00:42.264Z | Compiling packed_struct_codegen v0.10.1 |
2284 | 2025-01-13T09:00:42.391Z | Compiling thiserror-impl-no-std v2.0.2 |
2285 | 2025-01-13T09:00:43.125Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2286 | 2025-01-13T09:00:44.753Z | Compiling parse-zoneinfo v0.3.1 |
2287 | 2025-01-13T09:00:44.784Z | Compiling ena v0.14.3 |
2288 | 2025-01-13T09:00:45.106Z | Compiling indexmap v1.9.3 |
2289 | 2025-01-13T09:00:45.194Z | Compiling nodrop v0.1.14 |
2290 | 2025-01-13T09:00:45.339Z | Compiling regex-syntax v0.6.29 |
2291 | 2025-01-13T09:00:45.419Z | Compiling diff v0.1.13 |
2292 | 2025-01-13T09:00:45.956Z | Compiling opaque-debug v0.3.1 |
2293 | 2025-01-13T09:00:46.078Z | Compiling poly1305 v0.8.0 |
2294 | 2025-01-13T09:00:46.425Z | Compiling chrono-tz-build v0.4.0 |
2295 | 2025-01-13T09:00:47.574Z | Compiling array-init v0.0.4 |
2296 | 2025-01-13T09:00:47.682Z | Compiling thiserror-no-std v2.0.2 |
2297 | 2025-01-13T09:00:48.903Z | Compiling lalrpop v0.19.12 |
2298 | 2025-01-13T09:00:50.808Z | Compiling smallvec v0.6.14 |
2299 | 2025-01-13T09:00:51.339Z | Compiling slog-stdlog v4.1.1 |
2300 | 2025-01-13T09:00:52.225Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2301 | 2025-01-13T09:00:52.366Z | Compiling diesel v2.2.6 |
2302 | 2025-01-13T09:00:52.810Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2303 | 2025-01-13T09:00:53.172Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2304 | 2025-01-13T09:00:53.392Z | Compiling chacha20 v0.9.1 |
2305 | 2025-01-13T09:00:53.414Z | Compiling aead v0.5.2 |
2306 | 2025-01-13T09:00:53.819Z | Compiling vte_generate_state_changes v0.1.2 |
2307 | 2025-01-13T09:00:53.934Z | Compiling termcolor v1.4.1 |
2308 | 2025-01-13T09:00:54.466Z | Compiling ref-cast v1.0.23 |
2309 | 2025-01-13T09:00:54.966Z | Compiling bitfield v0.14.0 |
2310 | 2025-01-13T09:00:55.072Z | Compiling hashbrown v0.12.3 |
2311 | 2025-01-13T09:00:55.304Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2312 | 2025-01-13T09:00:57.745Z | Compiling vte v0.11.1 |
2313 | 2025-01-13T09:00:59.300Z | Compiling env_logger v0.10.2 |
2314 | 2025-01-13T09:01:02.559Z | Compiling chacha20poly1305 v0.10.1 |
2315 | 2025-01-13T09:01:02.835Z | Compiling slog-envlogger v2.2.0 |
2316 | 2025-01-13T09:01:05.569Z | Compiling serde-hex v0.1.0 |
2317 | 2025-01-13T09:01:11.146Z | Compiling vsss-rs v3.3.4 |
2318 | 2025-01-13T09:01:15.364Z | Compiling polar-core v0.27.3 |
2319 | 2025-01-13T09:01:15.411Z | Compiling chrono-tz v0.10.0 |
2320 | 2025-01-13T09:01:15.693Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2321 | 2025-01-13T09:01:16.012Z | Compiling ron v0.8.1 |
2322 | 2025-01-13T09:01:16.059Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2323 | 2025-01-13T09:01:16.364Z | Compiling hashbrown v0.13.2 |
2324 | 2025-01-13T09:01:16.575Z | Compiling derive_builder_core v0.20.2 |
2325 | 2025-01-13T09:01:17.839Z | Compiling headers-core v0.3.0 |
2326 | 2025-01-13T09:01:18.044Z | Compiling fxhash v0.2.1 |
2327 | 2025-01-13T09:01:18.306Z | Compiling libxml v0.3.3 |
2328 | 2025-01-13T09:01:18.765Z | Compiling ref-cast-impl v1.0.23 |
2329 | 2025-01-13T09:01:18.880Z | Compiling zip v2.1.3 |
2330 | 2025-01-13T09:01:19.226Z | Compiling simd-adler32 v0.3.7 |
2331 | 2025-01-13T09:01:19.984Z | Compiling lockfree-object-pool v0.1.6 |
2332 | 2025-01-13T09:01:20.329Z | Compiling crc-any v2.5.0 |
2333 | 2025-01-13T09:01:20.403Z | Compiling bumpalo v3.16.0 |
2334 | 2025-01-13T09:01:21.031Z | Compiling bytecount v0.6.8 |
2335 | 2025-01-13T09:01:21.221Z | Compiling papergrid v0.11.0 |
2336 | 2025-01-13T09:01:21.390Z | Compiling zopfli v0.8.1 |
2337 | 2025-01-13T09:01:22.265Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2338 | 2025-01-13T09:01:26.035Z | Compiling derive_builder_macro v0.20.2 |
2339 | 2025-01-13T09:01:26.945Z | Compiling headers v0.4.0 |
2340 | 2025-01-13T09:01:30.091Z | Compiling object v0.30.4 |
2341 | 2025-01-13T09:01:30.933Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2342 | 2025-01-13T09:01:34.915Z | Compiling strip-ansi-escapes v0.2.0 |
2343 | 2025-01-13T09:01:35.689Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2344 | 2025-01-13T09:01:37.572Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2345 | 2025-01-13T09:01:37.878Z | Compiling tabled_derive v0.7.0 |
2346 | 2025-01-13T09:01:38.934Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2347 | 2025-01-13T09:01:39.576Z | Compiling fd-lock v4.0.2 |
2348 | 2025-01-13T09:01:39.828Z | Compiling peg-macros v0.8.4 |
2349 | 2025-01-13T09:01:40.083Z | Compiling strum_macros v0.24.3 |
2350 | 2025-01-13T09:01:43.251Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2351 | 2025-01-13T09:01:43.373Z | Compiling kstat-rs v0.2.4 |
2352 | 2025-01-13T09:01:43.501Z | Compiling samael v0.0.17 |
2353 | 2025-01-13T09:01:43.851Z | Compiling indoc v1.0.9 |
2354 | 2025-01-13T09:01:43.976Z | Compiling path-slash v0.1.5 |
2355 | 2025-01-13T09:01:44.215Z | Compiling nu-ansi-term v0.50.1 |
2356 | 2025-01-13T09:01:44.370Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2357 | 2025-01-13T09:01:44.408Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2358 | 2025-01-13T09:01:45.459Z | Compiling reedline v0.35.0 |
2359 | 2025-01-13T09:01:46.766Z | Compiling peg v0.8.4 |
2360 | 2025-01-13T09:01:46.904Z | Compiling tabled v0.15.0 |
2361 | 2025-01-13T09:01:49.562Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2362 | 2025-01-13T09:02:03.551Z | Compiling derive_builder v0.20.2 |
2363 | 2025-01-13T09:02:05.533Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2364 | 2025-01-13T09:02:05.886Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2365 | 2025-01-13T09:02:07.675Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2366 | 2025-01-13T09:02:07.796Z | Compiling pem v3.0.4 |
2367 | 2025-01-13T09:02:07.990Z | Compiling bcs v0.1.6 |
2368 | 2025-01-13T09:02:08.951Z | Compiling oso-derive v0.27.3 |
2369 | 2025-01-13T09:02:09.338Z | Compiling libz-sys v1.1.21 |
2370 | 2025-01-13T09:02:09.824Z | Compiling quick-xml v0.33.0 |
2371 | 2025-01-13T09:02:09.962Z | Compiling impl-trait-for-tuples v0.2.3 |
2372 | 2025-01-13T09:02:09.965Z | Compiling diesel-dtrace v0.4.2 |
2373 | 2025-01-13T09:02:10.307Z | Compiling parking_lot_core v0.8.6 |
2374 | 2025-01-13T09:02:13.939Z | Compiling oso v0.27.3 |
2375 | 2025-01-13T09:02:17.119Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2376 | 2025-01-13T09:02:18.767Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2377 | 2025-01-13T09:02:24.388Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2378 | 2025-01-13T09:02:27.695Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2379 | 2025-01-13T09:02:28.015Z | Compiling bb8 v0.8.6 |
2380 | 2025-01-13T09:02:28.718Z | Compiling buf-list v1.0.3 |
2381 | 2025-01-13T09:02:29.398Z | Compiling async-bb8-diesel v0.2.1 |
2382 | 2025-01-13T09:02:31.604Z | Compiling nibble_vec v0.1.0 |
2383 | 2025-01-13T09:02:31.862Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2384 | 2025-01-13T09:02:31.882Z | Compiling pin-project-internal v1.1.8 |
2385 | 2025-01-13T09:02:32.675Z | Compiling atty v0.2.14 |
2386 | 2025-01-13T09:02:32.862Z | Compiling salty v0.3.0 |
2387 | 2025-01-13T09:02:33.294Z | Compiling endian-type v0.1.2 |
2388 | 2025-01-13T09:02:33.577Z | Compiling radix_trie v0.2.1 |
2389 | 2025-01-13T09:02:34.749Z | Compiling pin-project v1.1.8 |
2390 | 2025-01-13T09:02:34.911Z | Compiling parking_lot v0.11.2 |
2391 | 2025-01-13T09:02:38.064Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2392 | 2025-01-13T09:02:44.673Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2393 | 2025-01-13T09:02:49.547Z | Compiling snafu-derive v0.8.5 |
2394 | 2025-01-13T09:02:54.078Z | Compiling unicase v2.8.1 |
2395 | 2025-01-13T09:02:54.442Z | Compiling mime_guess v2.0.5 |
2396 | 2025-01-13T09:02:54.475Z | Compiling snafu v0.8.5 |
2397 | 2025-01-13T09:02:55.645Z | Compiling sled v0.34.7 |
2398 | 2025-01-13T09:02:57.866Z | Compiling hickory-client v0.24.2 |
2399 | 2025-01-13T09:03:03.282Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2400 | 2025-01-13T09:03:04.488Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2401 | 2025-01-13T09:03:05.563Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2402 | 2025-01-13T09:03:07.146Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2403 | 2025-01-13T09:03:10.460Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2404 | 2025-01-13T09:03:10.638Z | Compiling globset v0.4.15 |
2405 | 2025-01-13T09:03:12.034Z | Compiling hickory-server v0.24.2 |
2406 | 2025-01-13T09:03:15.904Z | Compiling primeorder v0.13.6 |
2407 | 2025-01-13T09:03:16.531Z | Compiling olpc-cjson v0.1.4 |
2408 | 2025-01-13T09:03:16.885Z | Compiling castaway v0.2.3 |
2409 | 2025-01-13T09:03:17.095Z | Compiling vergen v8.3.2 |
2410 | 2025-01-13T09:03:17.396Z | Compiling env_filter v0.1.3 |
2411 | 2025-01-13T09:03:18.148Z | Compiling serde_plain v1.0.2 |
2412 | 2025-01-13T09:03:18.646Z | Compiling cargo-platform v0.1.9 |
2413 | 2025-01-13T09:03:18.958Z | Compiling nanorand v0.7.0 |
2414 | 2025-01-13T09:03:19.205Z | Compiling memoffset v0.9.1 |
2415 | 2025-01-13T09:03:19.526Z | Compiling typed-path v0.9.3 |
2416 | 2025-01-13T09:03:19.636Z | Compiling indoc v2.0.5 |
2417 | 2025-01-13T09:03:20.597Z | Compiling instability v0.3.7 |
2418 | 2025-01-13T09:03:22.249Z | Compiling tough v0.19.0 |
2419 | 2025-01-13T09:03:24.005Z | Compiling flume v0.11.1 |
2420 | 2025-01-13T09:03:24.830Z | Compiling cargo_metadata v0.18.1 |
2421 | 2025-01-13T09:03:25.738Z | Compiling git2 v0.19.0 |
2422 | 2025-01-13T09:03:26.123Z | Compiling env_logger v0.11.6 |
2423 | 2025-01-13T09:03:27.029Z | Compiling compact_str v0.8.1 |
2424 | 2025-01-13T09:03:28.242Z | Compiling p384 v0.13.0 |
2425 | 2025-01-13T09:03:28.352Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2426 | 2025-01-13T09:03:29.780Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2427 | 2025-01-13T09:03:30.973Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2428 | 2025-01-13T09:03:35.390Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2429 | 2025-01-13T09:03:36.644Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2430 | 2025-01-13T09:03:40.880Z | Compiling unicode-truncate v1.1.0 |
2431 | 2025-01-13T09:03:41.195Z | Compiling lru v0.12.5 |
2432 | 2025-01-13T09:03:41.622Z | Compiling rand_seeder v0.3.0 |
2433 | 2025-01-13T09:03:42.048Z | Compiling libsqlite3-sys v0.30.1 |
2434 | 2025-01-13T09:03:42.615Z | Compiling lzma-sys v0.1.20 |
2435 | 2025-01-13T09:03:42.845Z | Compiling cfg_aliases v0.2.1 |
2436 | 2025-01-13T09:03:42.978Z | Compiling http-range v0.1.5 |
2437 | 2025-01-13T09:03:43.343Z | Compiling rustls v0.21.12 |
2438 | 2025-01-13T09:03:43.536Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2439 | 2025-01-13T09:03:43.650Z | Compiling cassowary v0.3.0 |
2440 | 2025-01-13T09:03:43.817Z | Compiling parse-size v1.1.0 |
2441 | 2025-01-13T09:03:44.152Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2442 | 2025-01-13T09:03:46.303Z | Compiling ratatui v0.28.1 |
2443 | 2025-01-13T09:03:47.571Z | Compiling nix v0.29.0 |
2444 | 2025-01-13T09:03:48.514Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2445 | 2025-01-13T09:03:48.760Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2446 | 2025-01-13T09:03:54.680Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2447 | 2025-01-13T09:03:54.727Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2448 | 2025-01-13T09:03:55.591Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2449 | 2025-01-13T09:03:55.923Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2450 | 2025-01-13T09:03:56.969Z | Compiling sct v0.7.1 |
2451 | 2025-01-13T09:03:57.463Z | Compiling rustls-webpki v0.101.7 |
2452 | 2025-01-13T09:03:58.467Z | Compiling heck v0.3.3 |
2453 | 2025-01-13T09:03:58.907Z | Compiling csv-core v0.1.11 |
2454 | 2025-01-13T09:03:59.726Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2455 | 2025-01-13T09:03:59.829Z | Compiling glob v0.3.2 |
2456 | 2025-01-13T09:04:00.068Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2457 | 2025-01-13T09:04:00.443Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2458 | 2025-01-13T09:04:01.621Z | Compiling csv v1.3.1 |
2459 | 2025-01-13T09:04:02.015Z | Compiling zone_cfg_derive v0.1.2 |
2460 | 2025-01-13T09:04:03.812Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2461 | 2025-01-13T09:04:06.086Z | Compiling nix v0.27.1 |
2462 | 2025-01-13T09:04:08.012Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2463 | 2025-01-13T09:04:09.366Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2464 | 2025-01-13T09:04:12.971Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2465 | 2025-01-13T09:04:16.751Z | Compiling hyper-staticfile v0.10.1 |
2466 | 2025-01-13T09:04:18.435Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2467 | 2025-01-13T09:04:19.785Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2468 | 2025-01-13T09:04:19.840Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2469 | 2025-01-13T09:04:19.985Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2470 | 2025-01-13T09:04:20.325Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2471 | 2025-01-13T09:04:20.565Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2472 | 2025-01-13T09:04:20.633Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2473 | 2025-01-13T09:04:20.870Z | Compiling hashlink v0.9.1 |
2474 | 2025-01-13T09:04:21.709Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2475 | 2025-01-13T09:04:24.034Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2476 | 2025-01-13T09:04:24.687Z | Compiling tungstenite v0.23.0 |
2477 | 2025-01-13T09:04:24.766Z | Compiling fallible-iterator v0.3.0 |
2478 | 2025-01-13T09:04:25.593Z | Compiling base64 v0.13.1 |
2479 | 2025-01-13T09:04:26.368Z | Compiling fallible-streaming-iterator v0.1.9 |
2480 | 2025-01-13T09:04:26.676Z | Compiling rusqlite v0.32.1 |
2481 | 2025-01-13T09:04:26.897Z | Compiling ron v0.7.1 |
2482 | 2025-01-13T09:04:27.603Z | Compiling tokio-tungstenite v0.23.1 |
2483 | 2025-01-13T09:04:28.172Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2484 | 2025-01-13T09:04:28.307Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2485 | 2025-01-13T09:04:30.447Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2486 | 2025-01-13T09:04:30.541Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2487 | 2025-01-13T09:04:31.974Z | Compiling xz2 v0.1.7 |
2488 | 2025-01-13T09:04:32.637Z | Compiling tokio-rustls v0.24.1 |
2489 | 2025-01-13T09:04:33.125Z | Compiling zone v0.1.8 |
2490 | 2025-01-13T09:04:36.104Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2491 | 2025-01-13T09:04:36.721Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2492 | 2025-01-13T09:04:43.564Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2493 | 2025-01-13T09:04:50.664Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2494 | 2025-01-13T09:04:50.772Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2495 | 2025-01-13T09:04:50.987Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2496 | 2025-01-13T09:04:54.365Z | Compiling rustls-pemfile v1.0.4 |
2497 | 2025-01-13T09:04:55.225Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2498 | 2025-01-13T09:04:55.540Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2499 | 2025-01-13T09:04:58.252Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2500 | 2025-01-13T09:04:58.453Z | Compiling signal-hook-tokio v0.3.1 |
2501 | 2025-01-13T09:04:58.704Z | Compiling twox-hash v1.6.3 |
2502 | 2025-01-13T09:04:59.756Z | Compiling yasna v0.5.2 |
2503 | 2025-01-13T09:05:00.264Z | Compiling is_ci v1.2.0 |
2504 | 2025-01-13T09:05:00.554Z | Compiling unicode-linebreak v0.1.5 |
2505 | 2025-01-13T09:05:00.575Z | Compiling smawk v0.3.2 |
2506 | 2025-01-13T09:05:00.854Z | Compiling supports-color v3.0.2 |
2507 | 2025-01-13T09:05:01.130Z | Compiling textwrap v0.16.1 |
2508 | 2025-01-13T09:05:01.284Z | Compiling rcgen v0.12.1 |
2509 | 2025-01-13T09:05:04.804Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2510 | 2025-01-13T09:05:10.007Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2511 | 2025-01-13T09:05:11.672Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2512 | 2025-01-13T09:05:14.276Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2513 | 2025-01-13T09:05:29.296Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2514 | 2025-01-13T09:05:34.779Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2515 | 2025-01-13T09:05:39.519Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2516 | 2025-01-13T09:05:39.686Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2517 | 2025-01-13T09:05:40.343Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2518 | 2025-01-13T09:05:50.640Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2519 | 2025-01-13T09:05:50.966Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2520 | 2025-01-13T09:05:53.079Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2521 | 2025-01-13T09:05:57.812Z | Compiling fatfs v0.3.6 |
2522 | 2025-01-13T09:05:59.952Z | Compiling rtoolbox v0.0.2 |
2523 | 2025-01-13T09:06:00.416Z | Compiling subprocess v0.2.9 |
2524 | 2025-01-13T09:06:00.825Z | Compiling assert_matches v1.5.0 |
2525 | 2025-01-13T09:06:03.560Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2526 | 2025-01-13T09:06:05.224Z | Compiling rpassword v7.3.1 |
2527 | 2025-01-13T09:06:05.658Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2528 | 2025-01-13T09:06:11.646Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2529 | 2025-01-13T09:06:11.811Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2530 | 2025-01-13T09:06:12.498Z | Compiling tui-tree-widget v0.22.0 |
2531 | 2025-01-13T09:06:12.944Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2532 | 2025-01-13T09:06:18.955Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2533 | 2025-01-13T09:06:19.286Z | Compiling uzers v0.12.1 |
2534 | 2025-01-13T09:06:22.489Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2535 | 2025-01-13T09:06:26.798Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2536 | 2025-01-13T09:06:28.914Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2537 | 2025-01-13T09:06:57.345Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2538 | 2025-01-13T09:07:02.714Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2539 | 2025-01-13T09:07:07.673Z | Compiling multimap v0.10.0 |
2540 | 2025-01-13T09:09:35.371Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2541 | 2025-01-13T09:09:44.673Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2542 | 2025-01-13T09:17:03.437Z | Finished `release` profile [optimized] target(s) in 17m 15s |
2543 | 2025-01-13T09:18:08.461Z | |
2544 | 2025-01-13T09:18:08.463Z | real 18:22.051656691 |
2545 | 2025-01-13T09:18:08.463Z | user 2:06:04.930426733 |
2546 | 2025-01-13T09:18:08.463Z | sys 6:13.981180841 |
2547 | 2025-01-13T09:18:08.463Z | trap 3.386306253 |
2548 | 2025-01-13T09:18:08.463Z | tflt 3.099844288 |
2549 | 2025-01-13T09:18:08.463Z | dflt 5.417210077 |
2550 | 2025-01-13T09:18:08.464Z | kflt 0.016341139 |
2551 | 2025-01-13T09:18:08.464Z | lock 7:41:34.498283766 |
2552 | 2025-01-13T09:18:08.464Z | slp 6:33:16.645701172 |
2553 | 2025-01-13T09:18:08.464Z | lat 2:57.229637972 |
2554 | 2025-01-13T09:18:08.464Z | stop 2:39.232141163 |
2555 | 2025-01-13T09:18:08.464Z | + mapfile -t packages |
2556 | 2025-01-13T09:18:08.464Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2557 | 2025-01-13T09:18:09.572Z | Finished `release` profile [optimized] target(s) in 1.05s |
2558 | 2025-01-13T09:18:09.629Z | Running `target/release/omicron-package -t test list-outputs` |
2559 | 2025-01-13T09:18:09.681Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2560 | 2025-01-13T09:18:09.684Z | + ptime -m cargo build --locked --release -p xtask |
2561 | 2025-01-13T09:18:10.283Z | Compiling serde v1.0.217 |
2562 | 2025-01-13T09:18:10.285Z | Compiling rustix v0.38.43 |
2563 | 2025-01-13T09:18:10.286Z | Compiling serde_json v1.0.135 |
2564 | 2025-01-13T09:18:10.286Z | Compiling libc v0.2.169 |
2565 | 2025-01-13T09:18:10.388Z | Compiling syn v2.0.96 |
2566 | 2025-01-13T09:18:10.409Z | Compiling bitflags v2.7.0 |
2567 | 2025-01-13T09:18:10.724Z | Compiling usdt-impl v0.5.0 |
2568 | 2025-01-13T09:18:10.809Z | Compiling syn v1.0.109 |
2569 | 2025-01-13T09:18:10.901Z | Compiling hashbrown v0.15.2 |
2570 | 2025-01-13T09:18:10.929Z | Compiling log v0.4.22 |
2571 | 2025-01-13T09:18:10.971Z | Compiling getrandom v0.2.15 |
2572 | 2025-01-13T09:18:11.209Z | Compiling fs-err v2.11.0 |
2573 | 2025-01-13T09:18:11.422Z | Compiling once_cell v1.20.2 |
2574 | 2025-01-13T09:18:11.523Z | Compiling anyhow v1.0.95 |
2575 | 2025-01-13T09:18:11.946Z | Compiling thread-id v4.2.2 |
2576 | 2025-01-13T09:18:12.336Z | Compiling indexmap v2.7.0 |
2577 | 2025-01-13T09:18:13.488Z | Compiling terminal_size v0.4.1 |
2578 | 2025-01-13T09:18:13.488Z | Compiling tempfile v3.15.0 |
2579 | 2025-01-13T09:18:13.739Z | Compiling clap_builder v4.5.26 |
2580 | 2025-01-13T09:18:14.474Z | Compiling proc-macro-error v1.0.4 |
2581 | 2025-01-13T09:18:15.913Z | Compiling tabled_derive v0.7.0 |
2582 | 2025-01-13T09:18:17.238Z | Compiling tabled v0.15.0 |
2583 | 2025-01-13T09:18:18.392Z | Compiling serde_derive v1.0.217 |
2584 | 2025-01-13T09:18:19.591Z | Compiling thiserror-impl v2.0.11 |
2585 | 2025-01-13T09:18:19.866Z | Compiling thiserror-impl v1.0.69 |
2586 | 2025-01-13T09:18:19.966Z | Compiling zerocopy-derive v0.7.35 |
2587 | 2025-01-13T09:18:22.077Z | Compiling zerocopy v0.7.35 |
2588 | 2025-01-13T09:18:22.765Z | Compiling thiserror v2.0.11 |
2589 | 2025-01-13T09:18:22.893Z | Compiling thiserror v1.0.69 |
2590 | 2025-01-13T09:18:22.934Z | Compiling pest v2.7.15 |
2591 | 2025-01-13T09:18:23.225Z | Compiling scroll_derive v0.12.0 |
2592 | 2025-01-13T09:18:24.667Z | Compiling scroll v0.12.0 |
2593 | 2025-01-13T09:18:25.369Z | Compiling goblin v0.8.2 |
2594 | 2025-01-13T09:18:26.043Z | Compiling pest_meta v2.7.15 |
2595 | 2025-01-13T09:18:27.851Z | Compiling pest_generator v2.7.15 |
2596 | 2025-01-13T09:18:30.338Z | Compiling pest_derive v2.7.15 |
2597 | 2025-01-13T09:18:31.129Z | Compiling dtrace-parser v0.2.0 |
2598 | 2025-01-13T09:18:34.767Z | Compiling serde_spanned v0.6.8 |
2599 | 2025-01-13T09:18:35.077Z | Compiling toml_datetime v0.6.8 |
2600 | 2025-01-13T09:18:35.812Z | Compiling dof v0.3.0 |
2601 | 2025-01-13T09:18:36.727Z | Compiling serde_tokenstream v0.2.2 |
2602 | 2025-01-13T09:18:37.339Z | Compiling toml_edit v0.22.22 |
2603 | 2025-01-13T09:18:39.277Z | Compiling camino v1.1.9 |
2604 | 2025-01-13T09:18:40.707Z | Compiling cargo-platform v0.1.9 |
2605 | 2025-01-13T09:18:41.673Z | Compiling usdt-macro v0.5.0 |
2606 | 2025-01-13T09:18:41.833Z | Compiling usdt-attr-macro v0.5.0 |
2607 | 2025-01-13T09:18:42.035Z | Compiling toml v0.8.19 |
2608 | 2025-01-13T09:18:42.958Z | Compiling semver v1.0.24 |
2609 | 2025-01-13T09:18:43.241Z | Compiling clap_derive v4.5.24 |
2610 | 2025-01-13T09:18:44.361Z | Compiling cargo_metadata v0.18.1 |
2611 | 2025-01-13T09:18:44.491Z | Compiling usdt v0.5.0 |
2612 | 2025-01-13T09:18:46.044Z | Compiling cargo_toml v0.20.5 |
2613 | 2025-01-13T09:18:46.484Z | Compiling camino-tempfile v1.1.1 |
2614 | 2025-01-13T09:18:47.317Z | Compiling macaddr v1.0.1 |
2615 | 2025-01-13T09:18:48.113Z | Compiling clap v4.5.26 |
2616 | 2025-01-13T09:18:57.327Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2617 | 2025-01-13T09:19:08.771Z | Finished `release` profile [optimized] target(s) in 59.02s |
2618 | 2025-01-13T09:19:08.883Z | |
2619 | 2025-01-13T09:19:08.886Z | real 59.163384844 |
2620 | 2025-01-13T09:19:08.886Z | user 5:57.397379879 |
2621 | 2025-01-13T09:19:08.886Z | sys 33.202170249 |
2622 | 2025-01-13T09:19:08.886Z | trap 0.176662441 |
2623 | 2025-01-13T09:19:08.886Z | tflt 0.224768161 |
2624 | 2025-01-13T09:19:08.886Z | dflt 0.439183602 |
2625 | 2025-01-13T09:19:08.886Z | kflt 0.000007709 |
2626 | 2025-01-13T09:19:08.886Z | lock 10:50.847131519 |
2627 | 2025-01-13T09:19:08.886Z | slp 16:35.995438900 |
2628 | 2025-01-13T09:19:08.886Z | lat 13.690055352 |
2629 | 2025-01-13T09:19:08.886Z | stop 18.086135946 |
2630 | 2025-01-13T09:19:08.886Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2631 | 2025-01-13T09:19:08.886Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2632 | 2025-01-13T09:19:08.886Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2633 | 2025-01-13T09:19:08.886Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2634 | 2025-01-13T09:19:08.886Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2635 | 2025-01-13T09:19:09.808Z | Compiling regress v0.10.2 |
2636 | 2025-01-13T09:19:09.809Z | Compiling ident_case v1.0.1 |
2637 | 2025-01-13T09:19:09.950Z | Compiling unsafe-libyaml v0.2.11 |
2638 | 2025-01-13T09:19:09.950Z | Compiling progenitor-client v0.8.0 |
2639 | 2025-01-13T09:19:09.952Z | Compiling ipnetwork v0.20.0 |
2640 | 2025-01-13T09:19:09.952Z | Compiling macaddr v1.0.1 |
2641 | 2025-01-13T09:19:09.952Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2642 | 2025-01-13T09:19:09.952Z | Compiling instant v0.1.13 |
2643 | 2025-01-13T09:19:10.087Z | Compiling darling_core v0.20.10 |
2644 | 2025-01-13T09:19:10.188Z | Compiling hashbrown v0.14.5 |
2645 | 2025-01-13T09:19:10.405Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2646 | 2025-01-13T09:19:10.427Z | Compiling structmeta-derive v0.3.0 |
2647 | 2025-01-13T09:19:10.594Z | Compiling dropshot v0.13.0 |
2648 | 2025-01-13T09:19:10.977Z | Compiling dropshot_endpoint v0.13.0 |
2649 | 2025-01-13T09:19:10.999Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c) |
2650 | 2025-01-13T09:19:11.208Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2651 | 2025-01-13T09:19:11.614Z | Compiling serde_yaml v0.9.34+deprecated |
2652 | 2025-01-13T09:19:12.004Z | Compiling regress v0.9.1 |
2653 | 2025-01-13T09:19:12.027Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2654 | 2025-01-13T09:19:12.227Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2655 | 2025-01-13T09:19:12.343Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#b3dbf18c) |
2656 | 2025-01-13T09:19:13.001Z | Compiling backoff v0.4.0 |
2657 | 2025-01-13T09:19:13.385Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2658 | 2025-01-13T09:19:13.460Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2659 | 2025-01-13T09:19:13.550Z | Compiling structmeta v0.3.0 |
2660 | 2025-01-13T09:19:13.631Z | Compiling tempfile v3.15.0 |
2661 | 2025-01-13T09:19:13.868Z | Compiling typify-impl v0.2.0 |
2662 | 2025-01-13T09:19:14.069Z | Compiling parse-display-derive v0.10.0 |
2663 | 2025-01-13T09:19:14.641Z | Compiling proc-macro-crate v1.3.1 |
2664 | 2025-01-13T09:19:15.295Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2665 | 2025-01-13T09:19:15.701Z | Compiling itertools v0.13.0 |
2666 | 2025-01-13T09:19:15.795Z | Compiling num_enum_derive v0.5.11 |
2667 | 2025-01-13T09:19:16.017Z | Compiling zerocopy v0.8.14 |
2668 | 2025-01-13T09:19:16.988Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2669 | 2025-01-13T09:19:17.402Z | Compiling foreign-types-macros v0.2.3 |
2670 | 2025-01-13T09:19:17.427Z | Compiling darling_macro v0.20.10 |
2671 | 2025-01-13T09:19:17.448Z | Compiling zerocopy-derive v0.8.14 |
2672 | 2025-01-13T09:19:18.432Z | Compiling darling v0.20.10 |
2673 | 2025-01-13T09:19:18.517Z | Compiling num_enum v0.5.11 |
2674 | 2025-01-13T09:19:18.570Z | Compiling serde_with_macros v3.12.0 |
2675 | 2025-01-13T09:19:18.704Z | Compiling crucible-workspace-hack v0.1.0 |
2676 | 2025-01-13T09:19:18.791Z | Compiling heapless v0.8.0 |
2677 | 2025-01-13T09:19:18.935Z | Compiling parse-display v0.10.0 |
2678 | 2025-01-13T09:19:19.025Z | Compiling foreign-types-shared v0.3.1 |
2679 | 2025-01-13T09:19:19.165Z | Compiling foreign-types v0.5.0 |
2680 | 2025-01-13T09:19:19.248Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2681 | 2025-01-13T09:19:19.329Z | Compiling proc-macro-error v1.0.4 |
2682 | 2025-01-13T09:19:19.876Z | Compiling camino-tempfile v1.1.1 |
2683 | 2025-01-13T09:19:19.925Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2684 | 2025-01-13T09:19:20.074Z | Compiling hash32 v0.3.1 |
2685 | 2025-01-13T09:19:20.337Z | Compiling cstr-argument v0.1.2 |
2686 | 2025-01-13T09:19:20.360Z | Compiling smoltcp v0.11.0 |
2687 | 2025-01-13T09:19:20.625Z | Compiling pretty-hex v0.2.1 |
2688 | 2025-01-13T09:19:20.804Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2689 | 2025-01-13T09:19:20.838Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2690 | 2025-01-13T09:19:20.994Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2691 | 2025-01-13T09:19:21.362Z | Compiling tabwriter v1.4.1 |
2692 | 2025-01-13T09:19:21.621Z | Compiling serde_with v3.12.0 |
2693 | 2025-01-13T09:19:21.658Z | Compiling colored v2.2.0 |
2694 | 2025-01-13T09:19:21.982Z | Compiling cobs v0.2.3 |
2695 | 2025-01-13T09:19:22.247Z | Compiling postcard v1.1.1 |
2696 | 2025-01-13T09:19:22.644Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2697 | 2025-01-13T09:19:22.952Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2698 | 2025-01-13T09:19:23.061Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2699 | 2025-01-13T09:19:23.150Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2700 | 2025-01-13T09:19:23.489Z | Compiling smf v0.2.3 |
2701 | 2025-01-13T09:19:24.083Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2702 | 2025-01-13T09:19:24.617Z | Compiling zone_cfg_derive v0.3.0 |
2703 | 2025-01-13T09:19:25.047Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2704 | 2025-01-13T09:19:25.542Z | Compiling num-derive v0.4.2 |
2705 | 2025-01-13T09:19:26.075Z | Compiling sigpipe v0.1.3 |
2706 | 2025-01-13T09:19:26.204Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2707 | 2025-01-13T09:19:26.225Z | Compiling zone v0.3.0 |
2708 | 2025-01-13T09:19:26.274Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2709 | 2025-01-13T09:19:26.535Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2710 | 2025-01-13T09:19:26.833Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2711 | 2025-01-13T09:19:27.009Z | Compiling universal-hash v0.5.1 |
2712 | 2025-01-13T09:19:27.247Z | Compiling opaque-debug v0.3.1 |
2713 | 2025-01-13T09:19:27.366Z | Compiling tungstenite v0.21.0 |
2714 | 2025-01-13T09:19:27.479Z | Compiling num-rational v0.4.2 |
2715 | 2025-01-13T09:19:27.500Z | Compiling password-hash v0.5.0 |
2716 | 2025-01-13T09:19:27.721Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2717 | 2025-01-13T09:19:27.907Z | Compiling blake2 v0.10.6 |
2718 | 2025-01-13T09:19:27.984Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2719 | 2025-01-13T09:19:28.575Z | Compiling num-complex v0.4.6 |
2720 | 2025-01-13T09:19:28.944Z | Compiling aead v0.5.2 |
2721 | 2025-01-13T09:19:29.025Z | Compiling base64 v0.21.7 |
2722 | 2025-01-13T09:19:29.344Z | Compiling keccak v0.1.5 |
2723 | 2025-01-13T09:19:29.346Z | Compiling convert_case v0.4.0 |
2724 | 2025-01-13T09:19:29.346Z | Compiling tokio-tungstenite v0.21.0 |
2725 | 2025-01-13T09:19:29.742Z | Compiling sha3 v0.10.8 |
2726 | 2025-01-13T09:19:29.762Z | Compiling num v0.4.3 |
2727 | 2025-01-13T09:19:29.842Z | Compiling argon2 v0.5.3 |
2728 | 2025-01-13T09:19:29.884Z | Compiling poly1305 v0.8.0 |
2729 | 2025-01-13T09:19:30.015Z | Compiling chacha20 v0.9.1 |
2730 | 2025-01-13T09:19:30.417Z | Compiling float-ord v0.3.2 |
2731 | 2025-01-13T09:19:30.454Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2732 | 2025-01-13T09:19:30.512Z | Compiling derive_more v0.99.18 |
2733 | 2025-01-13T09:19:30.611Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2734 | 2025-01-13T09:19:30.807Z | Compiling same-file v1.0.6 |
2735 | 2025-01-13T09:19:30.810Z | Compiling semver v0.1.20 |
2736 | 2025-01-13T09:19:31.057Z | Compiling walkdir v2.5.0 |
2737 | 2025-01-13T09:19:31.144Z | Compiling newline-converter v0.3.0 |
2738 | 2025-01-13T09:19:31.336Z | Compiling rustc_version v0.1.7 |
2739 | 2025-01-13T09:19:31.533Z | Compiling primeorder v0.13.6 |
2740 | 2025-01-13T09:19:31.672Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2741 | 2025-01-13T09:19:31.910Z | Compiling secrecy v0.8.0 |
2742 | 2025-01-13T09:19:32.094Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2743 | 2025-01-13T09:19:32.156Z | Compiling cancel-safe-futures v0.1.5 |
2744 | 2025-01-13T09:19:32.187Z | Compiling owo-colors v4.1.0 |
2745 | 2025-01-13T09:19:32.308Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2746 | 2025-01-13T09:19:32.536Z | Compiling newtype_derive v0.1.6 |
2747 | 2025-01-13T09:19:32.557Z | Compiling expectorate v1.1.0 |
2748 | 2025-01-13T09:19:32.633Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2749 | 2025-01-13T09:19:32.685Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2750 | 2025-01-13T09:19:32.743Z | Compiling thiserror-impl-no-std v2.0.2 |
2751 | 2025-01-13T09:19:32.825Z | Compiling libsw-core v0.3.1 |
2752 | 2025-01-13T09:19:33.045Z | Compiling blake3 v1.5.5 |
2753 | 2025-01-13T09:19:33.141Z | Compiling half v2.4.1 |
2754 | 2025-01-13T09:19:33.227Z | Compiling ciborium-io v0.2.2 |
2755 | 2025-01-13T09:19:33.322Z | Compiling typify-macro v0.2.0 |
2756 | 2025-01-13T09:19:33.377Z | Compiling arc-swap v1.7.1 |
2757 | 2025-01-13T09:19:33.774Z | Compiling ciborium-ll v0.2.2 |
2758 | 2025-01-13T09:19:33.837Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2759 | 2025-01-13T09:19:34.090Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2760 | 2025-01-13T09:19:34.216Z | Compiling slog-scope v4.4.0 |
2761 | 2025-01-13T09:19:34.417Z | Compiling libsw v3.4.0 |
2762 | 2025-01-13T09:19:34.448Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2763 | 2025-01-13T09:19:34.821Z | Compiling polyval v0.6.2 |
2764 | 2025-01-13T09:19:35.296Z | Compiling atomicwrites v0.4.4 |
2765 | 2025-01-13T09:19:35.406Z | Compiling memmap2 v0.9.5 |
2766 | 2025-01-13T09:19:35.569Z | Compiling indent_write v2.2.0 |
2767 | 2025-01-13T09:19:35.674Z | Compiling arrayvec v0.7.6 |
2768 | 2025-01-13T09:19:35.807Z | Compiling linear-map v1.2.0 |
2769 | 2025-01-13T09:19:35.889Z | Compiling libefi-sys v0.1.0 |
2770 | 2025-01-13T09:19:36.095Z | Compiling constant_time_eq v0.3.1 |
2771 | 2025-01-13T09:19:36.098Z | Compiling thiserror-no-std v2.0.2 |
2772 | 2025-01-13T09:19:36.192Z | Compiling salty v0.3.0 |
2773 | 2025-01-13T09:19:36.213Z | Compiling arrayref v0.3.9 |
2774 | 2025-01-13T09:19:36.234Z | Compiling parking_lot_core v0.8.6 |
2775 | 2025-01-13T09:19:36.373Z | Compiling vsss-rs v3.3.4 |
2776 | 2025-01-13T09:19:36.673Z | Compiling ghash v0.5.1 |
2777 | 2025-01-13T09:19:36.872Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2778 | 2025-01-13T09:19:36.926Z | Compiling slog-stdlog v4.1.1 |
2779 | 2025-01-13T09:19:37.206Z | Compiling ciborium v0.2.2 |
2780 | 2025-01-13T09:19:37.584Z | Compiling p384 v0.13.0 |
2781 | 2025-01-13T09:19:37.673Z | Compiling toolchain_find v0.4.0 |
2782 | 2025-01-13T09:19:37.802Z | Compiling typify v0.2.0 |
2783 | 2025-01-13T09:19:37.973Z | Compiling progenitor-impl v0.8.0 |
2784 | 2025-01-13T09:19:38.406Z | Compiling chacha20poly1305 v0.10.1 |
2785 | 2025-01-13T09:19:38.563Z | Compiling ctr v0.9.2 |
2786 | 2025-01-13T09:19:38.651Z | Compiling lzma-sys v0.1.20 |
2787 | 2025-01-13T09:19:38.736Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
2788 | 2025-01-13T09:19:38.834Z | Compiling bitfield-struct v0.6.2 |
2789 | 2025-01-13T09:19:38.970Z | Compiling slog-dtrace v0.3.0 |
2790 | 2025-01-13T09:19:39.191Z | Compiling highway v1.3.0 |
2791 | 2025-01-13T09:19:39.222Z | Compiling unicase v2.8.1 |
2792 | 2025-01-13T09:19:39.287Z | Compiling topological-sort v0.2.2 |
2793 | 2025-01-13T09:19:39.550Z | Compiling omicron-zone-package v0.12.0 |
2794 | 2025-01-13T09:19:39.682Z | Compiling mime_guess v2.0.5 |
2795 | 2025-01-13T09:19:39.786Z | Compiling aes-gcm v0.10.3 |
2796 | 2025-01-13T09:19:40.100Z | Compiling rustfmt-wrapper v0.2.1 |
2797 | 2025-01-13T09:19:40.124Z | Compiling slog-envlogger v2.2.0 |
2798 | 2025-01-13T09:19:40.309Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2799 | 2025-01-13T09:19:40.735Z | Compiling steno v0.4.1 |
2800 | 2025-01-13T09:19:41.086Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2801 | 2025-01-13T09:19:41.107Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2802 | 2025-01-13T09:19:41.517Z | Compiling heck v0.3.3 |
2803 | 2025-01-13T09:19:41.660Z | Compiling ssh-encoding v0.2.0 |
2804 | 2025-01-13T09:19:41.827Z | Compiling blowfish v0.9.1 |
2805 | 2025-01-13T09:19:41.975Z | Compiling nibble_vec v0.1.0 |
2806 | 2025-01-13T09:19:42.043Z | Compiling env_filter v0.1.3 |
2807 | 2025-01-13T09:19:42.208Z | Compiling endian-type v0.1.2 |
2808 | 2025-01-13T09:19:42.230Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2809 | 2025-01-13T09:19:42.280Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2810 | 2025-01-13T09:19:42.310Z | Compiling humantime v2.1.0 |
2811 | 2025-01-13T09:19:42.358Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2812 | 2025-01-13T09:19:42.441Z | Compiling radix_trie v0.2.1 |
2813 | 2025-01-13T09:19:42.610Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2814 | 2025-01-13T09:19:42.682Z | Compiling env_logger v0.11.6 |
2815 | 2025-01-13T09:19:42.813Z | Compiling bcrypt-pbkdf v0.10.0 |
2816 | 2025-01-13T09:19:42.852Z | Compiling ssh-cipher v0.2.0 |
2817 | 2025-01-13T09:19:43.210Z | Compiling zone_cfg_derive v0.1.2 |
2818 | 2025-01-13T09:19:43.464Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2819 | 2025-01-13T09:19:43.466Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2820 | 2025-01-13T09:19:43.954Z | Compiling parking_lot v0.11.2 |
2821 | 2025-01-13T09:19:44.671Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2822 | 2025-01-13T09:19:44.753Z | Compiling password-hash v0.4.2 |
2823 | 2025-01-13T09:19:44.805Z | Compiling gethostname v0.5.0 |
2824 | 2025-01-13T09:19:44.939Z | Compiling fxhash v0.2.1 |
2825 | 2025-01-13T09:19:44.962Z | Compiling lockfree-object-pool v0.1.6 |
2826 | 2025-01-13T09:19:45.037Z | Compiling simd-adler32 v0.3.7 |
2827 | 2025-01-13T09:19:45.102Z | Compiling http-range v0.1.5 |
2828 | 2025-01-13T09:19:45.159Z | Compiling zip v2.1.3 |
2829 | 2025-01-13T09:19:45.256Z | Compiling matches v0.1.10 |
2830 | 2025-01-13T09:19:45.380Z | Compiling base64 v0.13.1 |
2831 | 2025-01-13T09:19:45.492Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2832 | 2025-01-13T09:19:45.495Z | Compiling bumpalo v3.16.0 |
2833 | 2025-01-13T09:19:45.673Z | Compiling idna v0.2.3 |
2834 | 2025-01-13T09:19:45.699Z | Compiling pbkdf2 v0.11.0 |
2835 | 2025-01-13T09:19:45.825Z | Compiling sled v0.34.7 |
2836 | 2025-01-13T09:19:46.036Z | Compiling zopfli v0.8.1 |
2837 | 2025-01-13T09:19:46.039Z | Compiling ron v0.7.1 |
2838 | 2025-01-13T09:19:46.082Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2839 | 2025-01-13T09:19:46.673Z | Compiling progenitor-macro v0.8.0 |
2840 | 2025-01-13T09:19:46.838Z | Compiling zone v0.1.8 |
2841 | 2025-01-13T09:19:46.964Z | Compiling xz2 v0.1.7 |
2842 | 2025-01-13T09:19:47.493Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2843 | 2025-01-13T09:19:47.940Z | Compiling ssh-key v0.6.7 |
2844 | 2025-01-13T09:19:48.533Z | Compiling hickory-client v0.24.2 |
2845 | 2025-01-13T09:19:48.692Z | Compiling p521 v0.13.3 |
2846 | 2025-01-13T09:19:48.713Z | Compiling p256 v0.13.2 |
2847 | 2025-01-13T09:19:49.068Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2848 | 2025-01-13T09:19:49.601Z | Compiling hickory-server v0.24.2 |
2849 | 2025-01-13T09:19:50.093Z | Compiling enum-as-inner v0.5.1 |
2850 | 2025-01-13T09:19:50.244Z | Compiling pem v3.0.4 |
2851 | 2025-01-13T09:19:51.116Z | Compiling yasna v0.5.2 |
2852 | 2025-01-13T09:19:51.180Z | Compiling headers-core v0.3.0 |
2853 | 2025-01-13T09:19:51.252Z | Compiling kstat-rs v0.2.4 |
2854 | 2025-01-13T09:19:51.363Z | Compiling nanorand v0.7.0 |
2855 | 2025-01-13T09:19:51.957Z | Compiling atty v0.2.14 |
2856 | 2025-01-13T09:19:51.984Z | Compiling russh-cryptovec v0.7.3 |
2857 | 2025-01-13T09:19:52.122Z | Compiling md5 v0.7.0 |
2858 | 2025-01-13T09:19:52.335Z | Compiling rcgen v0.12.1 |
2859 | 2025-01-13T09:19:52.652Z | Compiling russh-keys v0.45.0 |
2860 | 2025-01-13T09:19:52.940Z | Compiling flume v0.11.1 |
2861 | 2025-01-13T09:19:53.001Z | Compiling headers v0.4.0 |
2862 | 2025-01-13T09:19:53.099Z | Compiling trust-dns-proto v0.22.0 |
2863 | 2025-01-13T09:19:54.700Z | Compiling hyper-staticfile v0.10.1 |
2864 | 2025-01-13T09:19:55.115Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2865 | 2025-01-13T09:19:55.775Z | Compiling num-bigint v0.4.6 |
2866 | 2025-01-13T09:19:55.912Z | Compiling des v0.8.1 |
2867 | 2025-01-13T09:19:56.279Z | Compiling subprocess v0.2.9 |
2868 | 2025-01-13T09:19:56.300Z | Compiling dhcproto-macros v0.1.0 |
2869 | 2025-01-13T09:19:57.132Z | Compiling hex-literal v0.4.1 |
2870 | 2025-01-13T09:19:57.154Z | Compiling display-error-chain v0.2.2 |
2871 | 2025-01-13T09:19:57.306Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2872 | 2025-01-13T09:19:57.324Z | Compiling internet-checksum v0.2.1 |
2873 | 2025-01-13T09:19:57.834Z | Compiling dhcproto v0.12.0 |
2874 | 2025-01-13T09:19:58.848Z | Compiling russh v0.45.0 |
2875 | 2025-01-13T09:20:00.595Z | Compiling progenitor v0.8.0 |
2876 | 2025-01-13T09:20:00.885Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2877 | 2025-01-13T09:20:00.906Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2878 | 2025-01-13T09:20:00.926Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2879 | 2025-01-13T09:20:00.998Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2880 | 2025-01-13T09:20:01.140Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2881 | 2025-01-13T09:20:01.159Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2882 | 2025-01-13T09:20:01.298Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2883 | 2025-01-13T09:20:02.205Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2884 | 2025-01-13T09:20:02.686Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2885 | 2025-01-13T09:20:04.173Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2886 | 2025-01-13T09:20:06.980Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2887 | 2025-01-13T09:20:07.325Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2888 | 2025-01-13T09:20:17.651Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2889 | 2025-01-13T09:20:17.651Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2890 | 2025-01-13T09:20:17.654Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2891 | 2025-01-13T09:20:17.654Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2892 | 2025-01-13T09:20:21.080Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2893 | 2025-01-13T09:20:21.325Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2894 | 2025-01-13T09:20:22.507Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2895 | 2025-01-13T09:20:22.900Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2896 | 2025-01-13T09:20:25.321Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2897 | 2025-01-13T09:20:26.019Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2898 | 2025-01-13T09:20:27.371Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2899 | 2025-01-13T09:20:27.450Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2900 | 2025-01-13T09:20:28.769Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2901 | 2025-01-13T09:20:30.123Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2902 | 2025-01-13T09:20:30.342Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2903 | 2025-01-13T09:20:31.301Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2904 | 2025-01-13T09:20:32.107Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2905 | 2025-01-13T09:20:32.249Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2906 | 2025-01-13T09:20:32.252Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2907 | 2025-01-13T09:20:34.194Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2908 | 2025-01-13T09:20:34.708Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2909 | 2025-01-13T09:20:36.438Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2910 | 2025-01-13T09:20:38.307Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2911 | 2025-01-13T09:20:38.680Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2912 | 2025-01-13T09:20:41.791Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2913 | 2025-01-13T09:20:43.541Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2914 | 2025-01-13T09:20:44.602Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2915 | 2025-01-13T09:20:44.761Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2916 | 2025-01-13T09:20:48.893Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2917 | 2025-01-13T09:20:58.164Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2918 | 2025-01-13T09:20:59.629Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2919 | 2025-01-13T09:21:21.086Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2920 | 2025-01-13T09:22:01.357Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s |
2921 | 2025-01-13T09:22:01.583Z | |
2922 | 2025-01-13T09:22:01.583Z | real 2:52.634300035 |
2923 | 2025-01-13T09:22:01.583Z | user 13:00.939254598 |
2924 | 2025-01-13T09:22:01.583Z | sys 2:48.696126558 |
2925 | 2025-01-13T09:22:01.583Z | trap 0.372988826 |
2926 | 2025-01-13T09:22:01.583Z | tflt 0.797088844 |
2927 | 2025-01-13T09:22:01.583Z | dflt 2.051000507 |
2928 | 2025-01-13T09:22:01.586Z | kflt 0.000000000 |
2929 | 2025-01-13T09:22:01.586Z | lock 27:20.112787125 |
2930 | 2025-01-13T09:22:01.586Z | slp 46:45.174924768 |
2931 | 2025-01-13T09:22:01.586Z | lat 34.501533935 |
2932 | 2025-01-13T09:22:01.586Z | stop 1:36.176189200 |
2933 | 2025-01-13T09:22:01.586Z | + mkdir tests |
2934 | 2025-01-13T09:22:01.588Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2935 | 2025-01-13T09:22:01.588Z | + xargs -I '{}' -t cp '{}' tests/ |
2936 | 2025-01-13T09:22:01.629Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d52313e955230279 tests/ |
2937 | 2025-01-13T09:22:01.657Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-0b9e39cbf6b5022d tests/ |
2938 | 2025-01-13T09:22:01.683Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-04edf9ba3c69fb51 tests/ |
2939 | 2025-01-13T09:22:01.710Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-574bf4253535f3ae tests/ |
2940 | 2025-01-13T09:22:01.998Z | + 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/*) |
2941 | 2025-01-13T09:22:02.002Z | + 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-0b9e39cbf6b5022d tests/commtest-04edf9ba3c69fb51 tests/dhcp_server-d52313e955230279 tests/end_to_end_tests-574bf4253535f3ae 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 |
2942 | 2025-01-13T09:23:14.499Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2943 | 2025-01-13T09:23:14.499Z | a .github/buildomat/ci-env.sh 1K |
2944 | 2025-01-13T09:23:14.499Z | a out/target/test 1K |
2945 | 2025-01-13T09:23:14.499Z | a out/npuzone/npuzone 23144K |
2946 | 2025-01-13T09:23:14.499Z | a package-manifest.toml 34K |
2947 | 2025-01-13T09:23:14.499Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2948 | 2025-01-13T09:23:14.499Z | a target/release/omicron-package 35802K |
2949 | 2025-01-13T09:23:14.499Z | a target/release/xtask 11739K |
2950 | 2025-01-13T09:23:14.499Z | a target/debug/bootstrap 208200K |
2951 | 2025-01-13T09:23:14.499Z | a tests/bootstrap-0b9e39cbf6b5022d 24238K |
2952 | 2025-01-13T09:23:14.499Z | a tests/commtest-04edf9ba3c69fb51 24500K |
2953 | 2025-01-13T09:23:14.499Z | a tests/dhcp_server-d52313e955230279 24238K |
2954 | 2025-01-13T09:23:14.499Z | a tests/end_to_end_tests-574bf4253535f3ae 270158K |
2955 | 2025-01-13T09:23:14.499Z | a out/clickhouse.tar.gz 292847K |
2956 | 2025-01-13T09:23:14.499Z | a out/clickhouse_keeper.tar.gz 280115K |
2957 | 2025-01-13T09:23:14.499Z | a out/clickhouse_server.tar.gz 292856K |
2958 | 2025-01-13T09:23:14.499Z | a out/cockroachdb.tar.gz 134480K |
2959 | 2025-01-13T09:23:14.499Z | a out/crucible-dtrace.tar 85K |
2960 | 2025-01-13T09:23:14.499Z | a out/crucible-pantry-zone.tar.gz 28187K |
2961 | 2025-01-13T09:23:14.499Z | a out/crucible-zone.tar.gz 36399K |
2962 | 2025-01-13T09:23:14.499Z | a out/external-dns.tar.gz 35002K |
2963 | 2025-01-13T09:23:14.499Z | a out/internal-dns.tar.gz 35002K |
2964 | 2025-01-13T09:23:14.499Z | a out/mg-ddm-gz.tar 63075K |
2965 | 2025-01-13T09:23:14.499Z | a out/nexus.tar.gz 98405K |
2966 | 2025-01-13T09:23:14.499Z | a out/ntp.tar.gz 10360K |
2967 | 2025-01-13T09:23:14.499Z | a out/omicron-gateway-softnpu.tar.gz 23854K |
2968 | 2025-01-13T09:23:14.499Z | a out/omicron-sled-agent.tar 113099K |
2969 | 2025-01-13T09:23:14.499Z | a out/overlay.tar.gz 3K |
2970 | 2025-01-13T09:23:14.499Z | a out/oximeter.tar.gz 47550K |
2971 | 2025-01-13T09:23:14.499Z | a out/oxlog.tar 3098K |
2972 | 2025-01-13T09:23:14.499Z | a out/probe.tar.gz 2764K |
2973 | 2025-01-13T09:23:14.499Z | a out/propolis-server.tar.gz 66291K |
2974 | 2025-01-13T09:23:14.499Z | a out/pumpkind-gz.tar 26665K |
2975 | 2025-01-13T09:23:14.500Z | a out/switch-softnpu.tar.gz 234865K |
2976 | 2025-01-13T09:23:14.502Z | |
2977 | 2025-01-13T09:23:14.502Z | real 1:12.490222456 |
2978 | 2025-01-13T09:23:14.503Z | user 1:09.144226925 |
2979 | 2025-01-13T09:23:14.503Z | sys 4.761667309 |
2980 | 2025-01-13T09:23:14.503Z | trap 0.019710863 |
2981 | 2025-01-13T09:23:14.503Z | tflt 0.000000000 |
2982 | 2025-01-13T09:23:14.503Z | dflt 0.000000000 |
2983 | 2025-01-13T09:23:14.503Z | kflt 0.000000000 |
2984 | 2025-01-13T09:23:14.503Z | lock 0.000000000 |
2985 | 2025-01-13T09:23:14.503Z | slp 1:08.946585496 |
2986 | 2025-01-13T09:23:14.503Z | lat 2.103692910 |
2987 | 2025-01-13T09:23:14.503Z | stop 0.000239235 |
2988 | 2025-01-13T09:23:14.503Z | process exited: duration 2061049 ms, exit code 0 |
|
2989 | 2025-01-13T09:23:14.516Z | found 1 output files |
2990 | 2025-01-13T09:23:14.516Z | uploading: /work/package.tar.gz (1884989604 bytes) |
2991 | 2025-01-13T09:23:42.538Z | uploaded: /work/package.tar.gz |