|
|
|
1 | 2025-01-09T19:49:52.063Z | job assigned to worker 01JH69T1N8CD7WXE860AJ9SHAK [factory aws, i-004945fb0841b37e8] (queued for 56 s) |
|
2 | 2025-01-09T19:49:59.362Z | starting task 0: "setup" |
3 | 2025-01-09T19:49:59.371Z | ++ uname -s |
4 | 2025-01-09T19:49:59.373Z | + kern=SunOS |
5 | 2025-01-09T19:49:59.373Z | + case "$kern" in |
6 | 2025-01-09T19:49:59.373Z | + groupadd -g 12345 build |
7 | 2025-01-09T19:49:59.376Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-09T19:50:01.389Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-09T19:50:01.536Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-09T19:50:01.539Z | + home_fs=zfs |
11 | 2025-01-09T19:50:01.539Z | + [[ zfs == autofs ]] |
12 | 2025-01-09T19:50:01.539Z | + mkdir -p /home/build |
13 | 2025-01-09T19:50:01.542Z | + chown build:build /home/build /work |
14 | 2025-01-09T19:50:03.545Z | + chmod 0700 /home/build /work |
15 | 2025-01-09T19:50:03.547Z | process exited: duration 4185 ms, exit code 0 |
|
16 | 2025-01-09T19:50:03.555Z | starting task 1: "rust-toolchain" |
17 | 2025-01-09T19:50:03.559Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-09T19:50:03.559Z | ' 1.81.0 |
19 | 2025-01-09T19:50:03.559Z | * toolchain channel = "1.81.0" |
20 | 2025-01-09T19:50:03.559Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-09T19:50:03.559Z | ' default |
22 | 2025-01-09T19:50:03.559Z | * toolchain profile = "default" |
23 | 2025-01-09T19:50:03.561Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-09T19:50:03.561Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-09T19:50:03.680Z | info: downloading installer |
26 | 2025-01-09T19:50:04.999Z | info: profile set to 'default' |
27 | 2025-01-09T19:50:04.999Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-09T19:50:05.002Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-09T19:50:05.156Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-09T19:50:05.156Z | info: downloading component 'cargo' |
31 | 2025-01-09T19:50:06.006Z | info: downloading component 'clippy' |
32 | 2025-01-09T19:50:06.323Z | info: downloading component 'rust-docs' |
33 | 2025-01-09T19:50:07.507Z | info: downloading component 'rust-std' |
34 | 2025-01-09T19:50:09.349Z | info: downloading component 'rustc' |
35 | 2025-01-09T19:50:15.930Z | info: downloading component 'rustfmt' |
36 | 2025-01-09T19:50:16.182Z | info: installing component 'cargo' |
37 | 2025-01-09T19:50:16.987Z | info: installing component 'clippy' |
38 | 2025-01-09T19:50:17.347Z | info: installing component 'rust-docs' |
39 | 2025-01-09T19:50:18.945Z | info: installing component 'rust-std' |
40 | 2025-01-09T19:50:20.700Z | info: installing component 'rustc' |
41 | 2025-01-09T19:50:26.364Z | info: installing component 'rustfmt' |
42 | 2025-01-09T19:50:26.680Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-09T19:50:26.680Z | |
44 | 2025-01-09T19:50:27.047Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-09T19:50:27.048Z | |
46 | 2025-01-09T19:50:27.050Z | |
47 | 2025-01-09T19:50:27.050Z | Rust is installed now. Great! |
48 | 2025-01-09T19:50:27.050Z | |
49 | 2025-01-09T19:50:27.050Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-09T19:50:27.050Z | environment variable. This has not been done automatically. |
51 | 2025-01-09T19:50:27.050Z | |
52 | 2025-01-09T19:50:27.050Z | To configure your current shell, you need to source |
53 | 2025-01-09T19:50:27.050Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-09T19:50:27.050Z | |
55 | 2025-01-09T19:50:27.050Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-09T19:50:27.051Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-09T19:50:27.051Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-09T19:50:27.122Z | + rustc --version |
59 | 2025-01-09T19:50:27.189Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-09T19:50:27.192Z | process exited: duration 23623 ms, exit code 0 |
|
61 | 2025-01-09T19:50:27.200Z | starting task 2: "authentication" |
62 | 2025-01-09T19:50:27.220Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-09T19:50:27.227Z | starting task 3: "clone repository" |
64 | 2025-01-09T19:50:27.233Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-09T19:50:27.236Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-09T19:50:27.338Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-09T19:50:35.024Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-09T19:50:35.024Z | + git fetch origin f40f1a40d3059b487ba809097e00c4f42d34fdec |
69 | 2025-01-09T19:50:35.388Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-09T19:50:35.388Z | * branch f40f1a40d3059b487ba809097e00c4f42d34fdec -> FETCH_HEAD |
71 | 2025-01-09T19:50:35.398Z | + [[ -n support-bundle-bg-task ]] |
72 | 2025-01-09T19:50:35.400Z | ++ git branch --show-current |
73 | 2025-01-09T19:50:35.403Z | + current=main |
74 | 2025-01-09T19:50:35.403Z | + [[ main != support-bundle-bg-task ]] |
75 | 2025-01-09T19:50:35.403Z | + git branch -f support-bundle-bg-task f40f1a40d3059b487ba809097e00c4f42d34fdec |
76 | 2025-01-09T19:50:35.405Z | + git checkout -f support-bundle-bg-task |
77 | 2025-01-09T19:50:35.578Z | Switched to branch 'support-bundle-bg-task' |
78 | 2025-01-09T19:50:35.581Z | + git reset --hard f40f1a40d3059b487ba809097e00c4f42d34fdec |
79 | 2025-01-09T19:50:35.605Z | HEAD is now at f40f1a40d Merge branch 'support-bundle-simulated-implementation' into support-bundle-bg-task |
80 | 2025-01-09T19:50:35.609Z | process exited: duration 8374 ms, exit code 0 |
|
81 | 2025-01-09T19:50:35.617Z | starting task 4: "build" |
82 | 2025-01-09T19:50:35.619Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-09T19:50:35.620Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-09T19:50:35.620Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-09T19:50:35.620Z | + cargo --version |
86 | 2025-01-09T19:50:35.681Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-09T19:50:35.684Z | + rustc --version |
88 | 2025-01-09T19:50:35.740Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-09T19:50:35.743Z | + WORK=/work |
90 | 2025-01-09T19:50:35.743Z | + pfexec mkdir -p /work |
91 | 2025-01-09T19:50:35.747Z | + pfexec chown build /work |
92 | 2025-01-09T19:50:35.750Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-09T19:50:37.482Z | pkg list: illegal option -- F |
94 | 2025-01-09T19:50:37.482Z | Usage: |
95 | 2025-01-09T19:50:37.486Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-09T19:50:37.486Z | [pkg_fmri_pattern ...] |
97 | 2025-01-09T19:50:38.333Z | pkg list: illegal option -- F |
98 | 2025-01-09T19:50:38.333Z | Usage: |
99 | 2025-01-09T19:50:38.336Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-09T19:50:38.336Z | [pkg_fmri_pattern ...] |
101 | 2025-01-09T19:50:44.289Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-09T19:50:48.303Z | Startup: Caching catalogs ... Done |
103 | 2025-01-09T19:50:59.607Z | Planning: Solver setup ... Done (10.311s) |
104 | 2025-01-09T19:50:59.747Z | Planning: Running solver ... Done (0.141s) |
105 | 2025-01-09T19:50:59.930Z | Planning: Finding local manifests ... Done (0.080s) |
106 | 2025-01-09T19:50:59.949Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-09T19:51:00.266Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-09T19:51:00.709Z | Planning: Package planning ... Done (0.443s) |
109 | 2025-01-09T19:51:00.766Z | Planning: Merging actions ... Done (0.057s) |
110 | 2025-01-09T19:51:01.126Z | Planning: Checking for conflicting actions ... Done (0.359s) |
111 | 2025-01-09T19:51:03.848Z | Planning: Consolidating action changes ... Done (2.716s) |
112 | 2025-01-09T19:51:04.256Z | Planning: Evaluating mediators ... Done (0.410s) |
113 | 2025-01-09T19:51:04.334Z | Planning: Planning completed in 15.93 seconds |
114 | 2025-01-09T19:51:04.351Z | Packages to install: 4 |
115 | 2025-01-09T19:51:04.351Z | Packages to update: 3 |
116 | 2025-01-09T19:51:04.354Z | Mediators to change: 2 |
117 | 2025-01-09T19:51:04.354Z | Services to change: 1 |
118 | 2025-01-09T19:51:04.354Z | Estimated space available: 155.63 GB |
119 | 2025-01-09T19:51:04.354Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-09T19:51:04.354Z | Create boot environment: No |
121 | 2025-01-09T19:51:04.354Z | Create backup boot environment: Yes |
122 | 2025-01-09T19:51:04.354Z | Rebuild boot archive: No |
123 | 2025-01-09T19:51:04.354Z | |
124 | 2025-01-09T19:51:04.354Z | Changed mediators: |
125 | 2025-01-09T19:51:04.354Z | mediator clang: |
126 | 2025-01-09T19:51:04.354Z | version: None -> 15 (system default) |
127 | 2025-01-09T19:51:04.354Z | |
128 | 2025-01-09T19:51:04.354Z | mediator llvm: |
129 | 2025-01-09T19:51:04.354Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-09T19:51:04.354Z | |
131 | 2025-01-09T19:51:04.354Z | Changed packages: |
132 | 2025-01-09T19:51:04.354Z | helios-dev |
133 | 2025-01-09T19:51:04.354Z | developer/build-essential |
134 | 2025-01-09T19:51:04.355Z | None -> 11-2.0 |
135 | 2025-01-09T19:51:04.355Z | library/libxmlsec1 |
136 | 2025-01-09T19:51:04.355Z | None -> 1.2.35-2.0 |
137 | 2025-01-09T19:51:04.355Z | ooce/developer/clang-15 |
138 | 2025-01-09T19:51:04.355Z | None -> 15.0.7-2.0 |
139 | 2025-01-09T19:51:04.355Z | ooce/developer/llvm-15 |
140 | 2025-01-09T19:51:04.355Z | None -> 15.0.7-2.0 |
141 | 2025-01-09T19:51:04.355Z | package/pkg |
142 | 2025-01-09T19:51:04.355Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-09T19:51:04.355Z | system/library/g++-runtime |
144 | 2025-01-09T19:51:04.355Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-09T19:51:04.355Z | system/library/gcc-runtime |
146 | 2025-01-09T19:51:04.355Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-09T19:51:04.355Z | |
148 | 2025-01-09T19:51:04.356Z | Services: |
149 | 2025-01-09T19:51:04.356Z | restart_fmri: |
150 | 2025-01-09T19:51:04.356Z | svc:/system/update-man-index:default |
151 | 2025-01-09T19:51:04.356Z | |
152 | 2025-01-09T19:51:04.356Z | Editable files to change: |
153 | 2025-01-09T19:51:04.356Z | Update: |
154 | 2025-01-09T19:51:04.356Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-09T19:51:04.505Z | |
156 | 2025-01-09T19:51:04.505Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-09T19:51:09.519Z | Download: 831/4301 items 18.8/225.4MB 8% complete (4.0M/s) |
158 | 2025-01-09T19:51:14.523Z | Download: 1140/4301 items 77.7/225.4MB 34% complete (7.7M/s) |
159 | 2025-01-09T19:51:21.879Z | Download: 1195/4301 items 83.0/225.4MB 36% complete (7.7M/s) |
160 | 2025-01-09T19:51:39.566Z | Download: 1197/4301 items 83.0/225.4MB 36% complete |
161 | 2025-01-09T19:51:44.754Z | Download: 1409/4301 items 114.6/225.4MB 50% complete (9.7M/s) |
162 | 2025-01-09T19:51:49.951Z | Download: 1487/4301 items 115.6/225.4MB 51% complete (3.8M/s) |
163 | 2025-01-09T19:51:55.183Z | Download: 1541/4301 items 116.5/225.4MB 51% complete (420k/s) |
164 | 2025-01-09T19:52:00.203Z | Download: 1629/4301 items 116.6/225.4MB 51% complete (118k/s) |
165 | 2025-01-09T19:52:05.265Z | Download: 1824/4301 items 117.3/225.4MB 52% complete (90.6k/s) |
166 | 2025-01-09T19:52:10.348Z | Download: 1966/4301 items 117.5/225.4MB 52% complete (90.3k/s) |
167 | 2025-01-09T19:52:15.710Z | Download: 2205/4301 items 118.0/225.4MB 52% complete (67.0k/s) |
168 | 2025-01-09T19:52:22.616Z | Download: 2212/4301 items 118.0/225.4MB 52% complete (65.7k/s) |
169 | 2025-01-09T19:52:28.847Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (91.6k/s) |
170 | 2025-01-09T19:52:33.862Z | Download: 2623/4301 items 120.5/225.4MB 53% complete (232k/s) |
171 | 2025-01-09T19:52:38.914Z | Download: 2897/4301 items 121.1/225.4MB 53% complete (200k/s) |
172 | 2025-01-09T19:52:43.917Z | Download: 3163/4301 items 180.3/225.4MB 79% complete (6.0M/s) |
173 | 2025-01-09T19:52:50.047Z | Download: 3241/4301 items 202.1/225.4MB 89% complete (8.1M/s) |
174 | 2025-01-09T19:52:55.080Z | Download: 3245/4301 items 203.0/225.4MB 90% complete (8.0M/s) |
175 | 2025-01-09T19:53:01.578Z | Download: 3248/4301 items 203.1/225.4MB 90% complete (6.5M/s) |
176 | 2025-01-09T19:53:06.724Z | Download: 3468/4301 items 213.5/225.4MB 94% complete (1.7M/s) |
177 | 2025-01-09T19:53:11.744Z | Download: 3847/4301 items 217.5/225.4MB 96% complete (1.4M/s) |
178 | 2025-01-09T19:53:16.750Z | Download: 4197/4301 items 220.5/225.4MB 97% complete (731k/s) |
179 | 2025-01-09T19:53:25.543Z | Download: 4208/4301 items 220.6/225.4MB 97% complete (699k/s) |
180 | 2025-01-09T19:53:27.375Z | Download: Completed 225.42 MB in 142.78 seconds (1.6M/s) |
181 | 2025-01-09T19:53:29.524Z | Actions: 1/5122 actions (Removing old actions) |
182 | 2025-01-09T19:53:29.540Z | Actions: 194/5122 actions (Installing new actions) |
183 | 2025-01-09T19:53:34.327Z | Actions: 4267/5122 actions (Updating modified actions) |
184 | 2025-01-09T19:53:34.674Z | Actions: Completed 5122 actions in 5.15 seconds. |
185 | 2025-01-09T19:53:35.097Z | Done (0.414s) |
186 | 2025-01-09T19:53:35.099Z | Done (0.001s) |
187 | 2025-01-09T19:53:35.690Z | Done (0.582s) |
188 | 2025-01-09T19:53:40.510Z | Done (4.598s) |
189 | 2025-01-09T19:53:40.664Z | Done (0.087s) |
190 | 2025-01-09T19:53:40.667Z | Done (0.000s) |
191 | 2025-01-09T19:53:40.831Z | Done (0.000s) |
192 | 2025-01-09T19:53:41.518Z | Planning: Evaluating mediator changes ... Done |
193 | 2025-01-09T19:53:41.677Z | Planning: Checking for conflicting actions ... Done |
194 | 2025-01-09T19:53:41.679Z | Planning: Consolidating action changes ... Done |
195 | 2025-01-09T19:53:41.943Z | Planning: Evaluating mediators ... Done |
196 | 2025-01-09T19:53:41.947Z | Planning: Planning completed in 0.43 seconds |
197 | 2025-01-09T19:53:41.983Z | Mediators to change: 2 |
198 | 2025-01-09T19:53:41.983Z | Create boot environment: No |
199 | 2025-01-09T19:53:41.986Z | Create backup boot environment: No |
200 | 2025-01-09T19:53:42.066Z | Done |
201 | 2025-01-09T19:53:42.066Z | Done |
202 | 2025-01-09T19:53:42.432Z | Done |
203 | 2025-01-09T19:53:46.037Z | Done |
204 | 2025-01-09T19:53:46.134Z | Done |
205 | 2025-01-09T19:53:46.136Z | Done |
206 | 2025-01-09T19:53:46.257Z | Done |
207 | 2025-01-09T19:53:46.877Z | Planning: Evaluating mediator changes ... Done |
208 | 2025-01-09T19:53:46.879Z | Planning: Merging actions ... Done |
209 | 2025-01-09T19:53:47.065Z | Planning: Checking for conflicting actions ... Done |
210 | 2025-01-09T19:53:47.068Z | Planning: Consolidating action changes ... Done |
211 | 2025-01-09T19:53:47.329Z | Planning: Evaluating mediators ... Done |
212 | 2025-01-09T19:53:47.383Z | Planning: Planning completed in 0.74 seconds |
213 | 2025-01-09T19:53:47.425Z | Packages to change: 1 |
214 | 2025-01-09T19:53:47.425Z | Mediators to change: 1 |
215 | 2025-01-09T19:53:47.427Z | Services to change: 1 |
216 | 2025-01-09T19:53:47.427Z | Create boot environment: No |
217 | 2025-01-09T19:53:47.427Z | Create backup boot environment: Yes |
218 | 2025-01-09T19:53:49.759Z | Actions: 1/6 actions (Updating modified actions) |
219 | 2025-01-09T19:53:49.762Z | Actions: Completed 6 actions in 0.00 seconds. |
220 | 2025-01-09T19:53:49.762Z | Done |
221 | 2025-01-09T19:53:49.763Z | Done |
222 | 2025-01-09T19:53:49.879Z | Done |
223 | 2025-01-09T19:53:53.497Z | Done |
224 | 2025-01-09T19:53:53.593Z | Done |
225 | 2025-01-09T19:53:53.596Z | Done |
226 | 2025-01-09T19:53:53.735Z | Done |
227 | 2025-01-09T19:53:54.167Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
228 | 2025-01-09T19:53:54.167Z | clang system 15 system |
229 | 2025-01-09T19:53:54.167Z | csh system system illumos |
230 | 2025-01-09T19:53:54.167Z | ctags system system illumos |
231 | 2025-01-09T19:53:54.167Z | gcc vendor 12 vendor |
232 | 2025-01-09T19:53:54.167Z | gcc system 10 system |
233 | 2025-01-09T19:53:54.167Z | gcc system 7 system |
234 | 2025-01-09T19:53:54.167Z | go system 1.20 system |
235 | 2025-01-09T19:53:54.167Z | go system 1.19 system |
236 | 2025-01-09T19:53:54.167Z | llvm system 15 system |
237 | 2025-01-09T19:53:54.167Z | llvm system 14 system |
238 | 2025-01-09T19:53:54.167Z | mariadb system 10.6 system |
239 | 2025-01-09T19:53:54.167Z | mta vendor vendor dma |
240 | 2025-01-09T19:53:54.167Z | openjdk system 17 system |
241 | 2025-01-09T19:53:54.167Z | openjdk system 11 system |
242 | 2025-01-09T19:53:54.167Z | openjdk system 1.8 system |
243 | 2025-01-09T19:53:54.167Z | openssl vendor 3 vendor |
244 | 2025-01-09T19:53:54.167Z | perl system 5.36 system |
245 | 2025-01-09T19:53:54.167Z | postgresql system 15 system |
246 | 2025-01-09T19:53:54.168Z | postgresql system 13 system |
247 | 2025-01-09T19:53:54.168Z | python vendor 3 vendor |
248 | 2025-01-09T19:53:54.168Z | python system 2 system |
249 | 2025-01-09T19:53:54.168Z | python3 system 3.11 system |
250 | 2025-01-09T19:53:54.168Z | ruby system 3.0 system |
251 | 2025-01-09T19:53:54.168Z | words vendor vendor american-english |
252 | 2025-01-09T19:53:54.168Z | words system system australian-english |
253 | 2025-01-09T19:53:54.168Z | words system system british-english |
254 | 2025-01-09T19:53:54.168Z | words system system canadian-english |
255 | 2025-01-09T19:53:54.168Z | words system system french |
256 | 2025-01-09T19:53:54.168Z | words system system italian |
257 | 2025-01-09T19:53:54.168Z | words system system ngerman |
258 | 2025-01-09T19:53:54.168Z | words system system ogerman |
259 | 2025-01-09T19:53:54.168Z | words system system spanish |
260 | 2025-01-09T19:53:54.501Z | PUBLISHER TYPE STATUS P LOCATION |
261 | 2025-01-09T19:53:54.502Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
262 | 2025-01-09T19:53:57.257Z | FMRI IFO |
263 | 2025-01-09T19:53:57.257Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
264 | 2025-01-09T19:53:57.257Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
265 | 2025-01-09T19:53:57.257Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
266 | 2025-01-09T19:53:57.258Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
267 | 2025-01-09T19:53:57.258Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
268 | 2025-01-09T19:53:57.258Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
269 | 2025-01-09T19:53:57.258Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
270 | 2025-01-09T19:53:57.258Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
271 | 2025-01-09T19:53:57.258Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
272 | 2025-01-09T19:53:57.258Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
273 | 2025-01-09T19:53:57.258Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
274 | 2025-01-09T19:53:57.258Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
275 | 2025-01-09T19:53:57.258Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
276 | 2025-01-09T19:53:57.258Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
277 | 2025-01-09T19:53:57.258Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
278 | 2025-01-09T19:53:58.039Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
279 | 2025-01-09T19:53:58.334Z | Updating crates.io index |
280 | 2025-01-09T19:53:58.399Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
281 | 2025-01-09T19:53:59.172Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
282 | 2025-01-09T19:53:59.655Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
283 | 2025-01-09T19:53:59.914Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
284 | 2025-01-09T19:54:00.198Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
285 | 2025-01-09T19:54:00.446Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
286 | 2025-01-09T19:54:01.475Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
287 | 2025-01-09T19:54:03.204Z | Updating git repository `https://github.com/oxidecomputer/opte` |
288 | 2025-01-09T19:54:03.795Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
289 | 2025-01-09T19:54:04.539Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
290 | 2025-01-09T19:54:04.783Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
291 | 2025-01-09T19:54:05.068Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
292 | 2025-01-09T19:54:05.623Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
293 | 2025-01-09T19:54:05.893Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
294 | 2025-01-09T19:54:06.175Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
295 | 2025-01-09T19:54:06.459Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
296 | 2025-01-09T19:54:06.722Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
297 | 2025-01-09T19:54:06.978Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
298 | 2025-01-09T19:54:07.266Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
299 | 2025-01-09T19:54:07.531Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
300 | 2025-01-09T19:54:07.844Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
301 | 2025-01-09T19:54:08.060Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
302 | 2025-01-09T19:54:08.537Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
303 | 2025-01-09T19:54:08.791Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
304 | 2025-01-09T19:54:09.133Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
305 | 2025-01-09T19:54:09.523Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
306 | 2025-01-09T19:54:09.772Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
307 | 2025-01-09T19:54:09.997Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
308 | 2025-01-09T19:54:10.243Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
309 | 2025-01-09T19:54:11.431Z | Downloading crates ... |
310 | 2025-01-09T19:54:11.517Z | Downloaded anstyle v1.0.10 |
311 | 2025-01-09T19:54:11.524Z | Downloaded anstream v0.6.15 |
312 | 2025-01-09T19:54:11.527Z | Downloaded dof v0.3.0 |
313 | 2025-01-09T19:54:11.529Z | Downloaded cargo_toml v0.20.5 |
314 | 2025-01-09T19:54:11.535Z | Downloaded equivalent v1.0.1 |
315 | 2025-01-09T19:54:11.555Z | Downloaded usdt-attr-macro v0.5.0 |
316 | 2025-01-09T19:54:11.562Z | Downloaded dtrace-parser v0.2.0 |
317 | 2025-01-09T19:54:11.567Z | Downloaded swrite v0.1.0 |
318 | 2025-01-09T19:54:11.571Z | Downloaded usdt-macro v0.5.0 |
319 | 2025-01-09T19:54:11.576Z | Downloaded scroll_derive v0.12.0 |
320 | 2025-01-09T19:54:11.578Z | Downloaded bytecount v0.6.8 |
321 | 2025-01-09T19:54:11.581Z | Downloaded cfg-if v1.0.0 |
322 | 2025-01-09T19:54:11.581Z | Downloaded camino-tempfile v1.1.1 |
323 | 2025-01-09T19:54:11.585Z | Downloaded autocfg v1.4.0 |
324 | 2025-01-09T19:54:11.587Z | Downloaded errno v0.3.9 |
325 | 2025-01-09T19:54:11.588Z | Downloaded digest v0.10.7 |
326 | 2025-01-09T19:54:11.590Z | Downloaded plain v0.2.3 |
327 | 2025-01-09T19:54:11.590Z | Downloaded fastrand v2.1.1 |
328 | 2025-01-09T19:54:11.590Z | Downloaded crypto-common v0.1.6 |
329 | 2025-01-09T19:54:11.594Z | Downloaded anstyle-query v1.1.1 |
330 | 2025-01-09T19:54:11.594Z | Downloaded serde_spanned v0.6.8 |
331 | 2025-01-09T19:54:11.598Z | Downloaded memmap v0.7.0 |
332 | 2025-01-09T19:54:11.598Z | Downloaded anstyle-parse v0.2.5 |
333 | 2025-01-09T19:54:11.598Z | Downloaded usdt v0.5.0 |
334 | 2025-01-09T19:54:11.602Z | Downloaded heck v0.5.0 |
335 | 2025-01-09T19:54:11.602Z | Downloaded clap_lex v0.7.2 |
336 | 2025-01-09T19:54:11.602Z | Downloaded cargo-platform v0.1.8 |
337 | 2025-01-09T19:54:11.602Z | Downloaded fs-err v2.11.0 |
338 | 2025-01-09T19:54:11.605Z | Downloaded thiserror v1.0.69 |
339 | 2025-01-09T19:54:11.610Z | Downloaded terminal_size v0.4.0 |
340 | 2025-01-09T19:54:11.612Z | Downloaded thread-id v4.2.2 |
341 | 2025-01-09T19:54:11.612Z | Downloaded serde_tokenstream v0.2.2 |
342 | 2025-01-09T19:54:11.615Z | Downloaded fnv v1.0.7 |
343 | 2025-01-09T19:54:11.615Z | Downloaded version_check v0.9.5 |
344 | 2025-01-09T19:54:11.615Z | Downloaded smawk v0.3.2 |
345 | 2025-01-09T19:54:11.618Z | Downloaded heck v0.4.1 |
346 | 2025-01-09T19:54:11.618Z | Downloaded toml_datetime v0.6.8 |
347 | 2025-01-09T19:54:11.620Z | Downloaded utf8parse v0.2.2 |
348 | 2025-01-09T19:54:11.620Z | Downloaded proc-macro-error-attr v1.0.4 |
349 | 2025-01-09T19:54:11.620Z | Downloaded itoa v1.0.11 |
350 | 2025-01-09T19:54:11.623Z | Downloaded colorchoice v1.0.2 |
351 | 2025-01-09T19:54:11.623Z | Downloaded unicode-linebreak v0.1.5 |
352 | 2025-01-09T19:54:11.625Z | Downloaded byteorder v1.5.0 |
353 | 2025-01-09T19:54:11.625Z | Downloaded strsim v0.11.1 |
354 | 2025-01-09T19:54:11.628Z | Downloaded pretty-hex v0.4.1 |
355 | 2025-01-09T19:54:11.628Z | Downloaded is_terminal_polyfill v1.70.1 |
356 | 2025-01-09T19:54:11.630Z | Downloaded thiserror-impl v1.0.69 |
357 | 2025-01-09T19:54:11.630Z | Downloaded block-buffer v0.10.4 |
358 | 2025-01-09T19:54:11.633Z | Downloaded tabled_derive v0.7.0 |
359 | 2025-01-09T19:54:11.636Z | Downloaded clap_derive v4.5.18 |
360 | 2025-01-09T19:54:11.639Z | Downloaded cargo_metadata v0.18.1 |
361 | 2025-01-09T19:54:11.642Z | Downloaded pest_generator v2.7.14 |
362 | 2025-01-09T19:54:11.642Z | Downloaded macaddr v1.0.1 |
363 | 2025-01-09T19:54:11.644Z | Downloaded cpufeatures v0.2.14 |
364 | 2025-01-09T19:54:11.653Z | Downloaded clap v4.5.21 |
365 | 2025-01-09T19:54:11.661Z | Downloaded zerocopy-derive v0.7.35 |
366 | 2025-01-09T19:54:11.666Z | Downloaded sha2 v0.10.8 |
367 | 2025-01-09T19:54:11.668Z | Downloaded pest_derive v2.7.14 |
368 | 2025-01-09T19:54:11.670Z | Downloaded semver v1.0.23 |
369 | 2025-01-09T19:54:11.673Z | Downloaded quote v1.0.37 |
370 | 2025-01-09T19:54:11.675Z | Downloaded once_cell v1.20.2 |
371 | 2025-01-09T19:54:11.676Z | Downloaded usdt-impl v0.5.0 |
372 | 2025-01-09T19:54:11.678Z | Downloaded bitflags v2.6.0 |
373 | 2025-01-09T19:54:11.680Z | Downloaded typenum v1.17.0 |
374 | 2025-01-09T19:54:11.685Z | Downloaded anyhow v1.0.93 |
375 | 2025-01-09T19:54:11.688Z | Downloaded camino v1.1.9 |
376 | 2025-01-09T19:54:11.688Z | Downloaded pest_meta v2.7.14 |
377 | 2025-01-09T19:54:11.691Z | Downloaded papergrid v0.11.0 |
378 | 2025-01-09T19:54:11.693Z | Downloaded generic-array v0.14.7 |
379 | 2025-01-09T19:54:11.700Z | Downloaded scroll v0.12.0 |
380 | 2025-01-09T19:54:11.700Z | Downloaded proc-macro-error v1.0.4 |
381 | 2025-01-09T19:54:11.701Z | Downloaded unicode-ident v1.0.13 |
382 | 2025-01-09T19:54:11.705Z | Downloaded tempfile v3.13.0 |
383 | 2025-01-09T19:54:11.705Z | Downloaded log v0.4.22 |
384 | 2025-01-09T19:54:11.708Z | Downloaded toml v0.8.19 |
385 | 2025-01-09T19:54:11.713Z | Downloaded ryu v1.0.18 |
386 | 2025-01-09T19:54:11.721Z | Downloaded serde_derive v1.0.215 |
387 | 2025-01-09T19:54:11.724Z | Downloaded proc-macro2 v1.0.89 |
388 | 2025-01-09T19:54:11.724Z | Downloaded textwrap v0.16.1 |
389 | 2025-01-09T19:54:11.731Z | Downloaded ucd-trie v0.1.7 |
390 | 2025-01-09T19:54:11.734Z | Downloaded indexmap v2.6.0 |
391 | 2025-01-09T19:54:11.752Z | Downloaded serde v1.0.215 |
392 | 2025-01-09T19:54:11.755Z | Downloaded memchr v2.7.4 |
393 | 2025-01-09T19:54:11.760Z | Downloaded toml_edit v0.22.22 |
394 | 2025-01-09T19:54:11.788Z | Downloaded hashbrown v0.15.1 |
395 | 2025-01-09T19:54:11.798Z | Downloaded zerocopy v0.7.35 |
396 | 2025-01-09T19:54:11.811Z | Downloaded pest v2.7.14 |
397 | 2025-01-09T19:54:11.816Z | Downloaded clap_builder v4.5.21 |
398 | 2025-01-09T19:54:11.821Z | Downloaded serde_json v1.0.133 |
399 | 2025-01-09T19:54:11.828Z | Downloaded winnow v0.6.20 |
400 | 2025-01-09T19:54:11.837Z | Downloaded goblin v0.8.2 |
401 | 2025-01-09T19:54:11.841Z | Downloaded tabled v0.15.0 |
402 | 2025-01-09T19:54:11.855Z | Downloaded syn v1.0.109 |
403 | 2025-01-09T19:54:11.864Z | Downloaded unicode-width v0.1.14 |
404 | 2025-01-09T19:54:11.869Z | Downloaded syn v2.0.87 |
405 | 2025-01-09T19:54:11.879Z | Downloaded rustix v0.38.37 |
406 | 2025-01-09T19:54:11.925Z | Downloaded libc v0.2.162 |
407 | 2025-01-09T19:54:12.233Z | Compiling proc-macro2 v1.0.89 |
408 | 2025-01-09T19:54:12.233Z | Compiling unicode-ident v1.0.13 |
409 | 2025-01-09T19:54:12.234Z | Compiling serde v1.0.215 |
410 | 2025-01-09T19:54:12.236Z | Compiling version_check v0.9.5 |
411 | 2025-01-09T19:54:12.236Z | Compiling memchr v2.7.4 |
412 | 2025-01-09T19:54:12.236Z | Compiling thiserror v1.0.69 |
413 | 2025-01-09T19:54:12.236Z | Compiling libc v0.2.162 |
414 | 2025-01-09T19:54:12.236Z | Compiling ryu v1.0.18 |
415 | 2025-01-09T19:54:12.493Z | Compiling itoa v1.0.11 |
416 | 2025-01-09T19:54:12.716Z | Compiling ucd-trie v0.1.7 |
417 | 2025-01-09T19:54:12.740Z | Compiling once_cell v1.20.2 |
418 | 2025-01-09T19:54:13.103Z | Compiling byteorder v1.5.0 |
419 | 2025-01-09T19:54:13.227Z | Compiling rustix v0.38.37 |
420 | 2025-01-09T19:54:13.321Z | Compiling serde_json v1.0.133 |
421 | 2025-01-09T19:54:13.579Z | Compiling bitflags v2.6.0 |
422 | 2025-01-09T19:54:13.721Z | Compiling usdt-impl v0.5.0 |
423 | 2025-01-09T19:54:13.949Z | Compiling proc-macro-error-attr v1.0.4 |
424 | 2025-01-09T19:54:14.077Z | Compiling syn v1.0.109 |
425 | 2025-01-09T19:54:14.127Z | Compiling quote v1.0.37 |
426 | 2025-01-09T19:54:14.177Z | Compiling proc-macro-error v1.0.4 |
427 | 2025-01-09T19:54:14.251Z | Compiling hashbrown v0.15.1 |
428 | 2025-01-09T19:54:14.298Z | Compiling log v0.4.22 |
429 | 2025-01-09T19:54:14.478Z | Compiling utf8parse v0.2.2 |
430 | 2025-01-09T19:54:14.652Z | Compiling syn v2.0.87 |
431 | 2025-01-09T19:54:14.736Z | Compiling errno v0.3.9 |
432 | 2025-01-09T19:54:14.827Z | Compiling camino v1.1.9 |
433 | 2025-01-09T19:54:14.854Z | Compiling plain v0.2.3 |
434 | 2025-01-09T19:54:14.881Z | Compiling thread-id v4.2.2 |
435 | 2025-01-09T19:54:14.960Z | Compiling equivalent v1.0.1 |
436 | 2025-01-09T19:54:15.038Z | Compiling anstyle-parse v0.2.5 |
437 | 2025-01-09T19:54:15.386Z | Compiling indexmap v2.6.0 |
438 | 2025-01-09T19:54:15.467Z | Compiling unicode-width v0.1.14 |
439 | 2025-01-09T19:54:15.503Z | Compiling anstyle-query v1.1.1 |
440 | 2025-01-09T19:54:15.581Z | Compiling winnow v0.6.20 |
441 | 2025-01-09T19:54:15.663Z | Compiling is_terminal_polyfill v1.70.1 |
442 | 2025-01-09T19:54:15.809Z | Compiling semver v1.0.23 |
443 | 2025-01-09T19:54:15.897Z | Compiling colorchoice v1.0.2 |
444 | 2025-01-09T19:54:16.009Z | Compiling pretty-hex v0.4.1 |
445 | 2025-01-09T19:54:16.058Z | Compiling autocfg v1.4.0 |
446 | 2025-01-09T19:54:16.237Z | Compiling anstyle v1.0.10 |
447 | 2025-01-09T19:54:16.696Z | Compiling anstream v0.6.15 |
448 | 2025-01-09T19:54:16.719Z | Compiling cfg-if v1.0.0 |
449 | 2025-01-09T19:54:16.795Z | Compiling fastrand v2.1.1 |
450 | 2025-01-09T19:54:16.823Z | Compiling fnv v1.0.7 |
451 | 2025-01-09T19:54:17.220Z | Compiling fs-err v2.11.0 |
452 | 2025-01-09T19:54:17.363Z | Compiling terminal_size v0.4.0 |
453 | 2025-01-09T19:54:17.432Z | Compiling clap_lex v0.7.2 |
454 | 2025-01-09T19:54:17.434Z | Compiling bytecount v0.6.8 |
455 | 2025-01-09T19:54:17.492Z | Compiling heck v0.4.1 |
456 | 2025-01-09T19:54:17.575Z | Compiling strsim v0.11.1 |
457 | 2025-01-09T19:54:17.655Z | Compiling anyhow v1.0.93 |
458 | 2025-01-09T19:54:17.978Z | Compiling heck v0.5.0 |
459 | 2025-01-09T19:54:18.004Z | Compiling clap_builder v4.5.21 |
460 | 2025-01-09T19:54:18.483Z | Compiling papergrid v0.11.0 |
461 | 2025-01-09T19:54:18.535Z | Compiling tempfile v3.13.0 |
462 | 2025-01-09T19:54:18.627Z | Compiling memmap v0.7.0 |
463 | 2025-01-09T19:54:18.697Z | Compiling smawk v0.3.2 |
464 | 2025-01-09T19:54:18.927Z | Compiling unicode-linebreak v0.1.5 |
465 | 2025-01-09T19:54:19.423Z | Compiling textwrap v0.16.1 |
466 | 2025-01-09T19:54:19.481Z | Compiling swrite v0.1.0 |
467 | 2025-01-09T19:54:20.613Z | Compiling tabled_derive v0.7.0 |
468 | 2025-01-09T19:54:22.236Z | Compiling tabled v0.15.0 |
469 | 2025-01-09T19:54:23.770Z | Compiling serde_derive v1.0.215 |
470 | 2025-01-09T19:54:23.770Z | Compiling thiserror-impl v1.0.69 |
471 | 2025-01-09T19:54:23.772Z | Compiling zerocopy-derive v0.7.35 |
472 | 2025-01-09T19:54:23.772Z | Compiling scroll_derive v0.12.0 |
473 | 2025-01-09T19:54:23.772Z | Compiling clap_derive v4.5.18 |
474 | 2025-01-09T19:54:25.006Z | Compiling scroll v0.12.0 |
475 | 2025-01-09T19:54:25.460Z | Compiling zerocopy v0.7.35 |
476 | 2025-01-09T19:54:25.498Z | Compiling goblin v0.8.2 |
477 | 2025-01-09T19:54:26.603Z | Compiling pest v2.7.14 |
478 | 2025-01-09T19:54:27.295Z | Compiling clap v4.5.21 |
479 | 2025-01-09T19:54:28.741Z | Compiling pest_meta v2.7.14 |
480 | 2025-01-09T19:54:29.641Z | Compiling pest_generator v2.7.14 |
481 | 2025-01-09T19:54:31.662Z | Compiling pest_derive v2.7.14 |
482 | 2025-01-09T19:54:32.360Z | Compiling dtrace-parser v0.2.0 |
483 | 2025-01-09T19:54:33.965Z | Compiling serde_tokenstream v0.2.2 |
484 | 2025-01-09T19:54:34.106Z | Compiling toml_datetime v0.6.8 |
485 | 2025-01-09T19:54:34.111Z | Compiling serde_spanned v0.6.8 |
486 | 2025-01-09T19:54:34.225Z | Compiling cargo-platform v0.1.8 |
487 | 2025-01-09T19:54:34.493Z | Compiling toml_edit v0.22.22 |
488 | 2025-01-09T19:54:34.548Z | Compiling macaddr v1.0.1 |
489 | 2025-01-09T19:54:34.813Z | Compiling camino-tempfile v1.1.1 |
490 | 2025-01-09T19:54:35.468Z | Compiling dof v0.3.0 |
491 | 2025-01-09T19:54:35.651Z | Compiling cargo_metadata v0.18.1 |
492 | 2025-01-09T19:54:37.052Z | Compiling usdt-attr-macro v0.5.0 |
493 | 2025-01-09T19:54:37.096Z | Compiling usdt-macro v0.5.0 |
494 | 2025-01-09T19:54:37.310Z | Compiling toml v0.8.19 |
495 | 2025-01-09T19:54:38.193Z | Compiling cargo_toml v0.20.5 |
496 | 2025-01-09T19:54:38.308Z | Compiling usdt v0.5.0 |
497 | 2025-01-09T19:54:41.693Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
498 | 2025-01-09T19:54:45.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.00s |
499 | 2025-01-09T19:54:46.090Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
500 | 2025-01-09T19:54:46.619Z | Downloading crates ... |
501 | 2025-01-09T19:54:46.754Z | Downloaded http-body v1.0.1 |
502 | 2025-01-09T19:54:46.763Z | Downloaded heapless v0.7.17 |
503 | 2025-01-09T19:54:46.768Z | Downloaded httpdate v1.0.3 |
504 | 2025-01-09T19:54:46.773Z | Downloaded http-range v0.1.5 |
505 | 2025-01-09T19:54:46.773Z | Downloaded hyper-rustls v0.27.3 |
506 | 2025-01-09T19:54:46.776Z | Downloaded hubpack_derive v0.1.1 |
507 | 2025-01-09T19:54:46.776Z | Downloaded hostname v0.4.0 |
508 | 2025-01-09T19:54:46.776Z | Downloaded headers-core v0.3.0 |
509 | 2025-01-09T19:54:46.779Z | Downloaded heapless v0.8.0 |
510 | 2025-01-09T19:54:46.782Z | Downloaded ident_case v1.0.1 |
511 | 2025-01-09T19:54:46.787Z | Downloaded hubpack v0.1.2 |
512 | 2025-01-09T19:54:46.793Z | Downloaded matches v0.1.10 |
513 | 2025-01-09T19:54:46.806Z | Downloaded linear-map v1.2.0 |
514 | 2025-01-09T19:54:46.809Z | Downloaded home v0.5.9 |
515 | 2025-01-09T19:54:46.809Z | Downloaded md5 v0.7.0 |
516 | 2025-01-09T19:54:46.812Z | Downloaded highway v1.2.0 |
517 | 2025-01-09T19:54:46.812Z | Downloaded impl-trait-for-tuples v0.2.2 |
518 | 2025-01-09T19:54:46.815Z | Downloaded hex-literal v0.4.1 |
519 | 2025-01-09T19:54:46.818Z | Downloaded keccak v0.1.5 |
520 | 2025-01-09T19:54:46.818Z | Downloaded hex v0.4.3 |
521 | 2025-01-09T19:54:46.823Z | Downloaded is_ci v1.2.0 |
522 | 2025-01-09T19:54:46.826Z | Downloaded adler2 v2.0.0 |
523 | 2025-01-09T19:54:46.829Z | Downloaded ipnet v2.10.1 |
524 | 2025-01-09T19:54:46.833Z | Downloaded match_cfg v0.1.0 |
525 | 2025-01-09T19:54:46.833Z | Downloaded darling v0.20.10 |
526 | 2025-01-09T19:54:46.836Z | Downloaded icu_locid v1.5.0 |
527 | 2025-01-09T19:54:46.842Z | Downloaded icu_provider_macros v1.5.0 |
528 | 2025-01-09T19:54:46.846Z | Downloaded async-stream-impl v0.3.6 |
529 | 2025-01-09T19:54:46.846Z | Downloaded hickory-client v0.24.1 |
530 | 2025-01-09T19:54:46.850Z | Downloaded instant v0.1.13 |
531 | 2025-01-09T19:54:46.850Z | Downloaded async-recursion v1.1.1 |
532 | 2025-01-09T19:54:46.856Z | Downloaded md-5 v0.10.6 |
533 | 2025-01-09T19:54:46.856Z | Downloaded managed v0.8.0 |
534 | 2025-01-09T19:54:46.859Z | Downloaded atomic-waker v1.1.2 |
535 | 2025-01-09T19:54:46.859Z | Downloaded async-stream v0.3.6 |
536 | 2025-01-09T19:54:46.859Z | Downloaded lock_api v0.4.12 |
537 | 2025-01-09T19:54:46.859Z | Downloaded instability v0.3.2 |
538 | 2025-01-09T19:54:46.862Z | Downloaded async-trait v0.1.83 |
539 | 2025-01-09T19:54:46.865Z | Downloaded arc-swap v1.7.1 |
540 | 2025-01-09T19:54:46.868Z | Downloaded memoffset v0.9.1 |
541 | 2025-01-09T19:54:46.871Z | Downloaded hmac v0.12.1 |
542 | 2025-01-09T19:54:46.871Z | Downloaded aes-gcm v0.10.3 |
543 | 2025-01-09T19:54:46.874Z | Downloaded icu_locid_transform_data v1.5.0 |
544 | 2025-01-09T19:54:46.880Z | Downloaded async-bb8-diesel v0.2.1 |
545 | 2025-01-09T19:54:46.885Z | Downloaded ahash v0.8.11 |
546 | 2025-01-09T19:54:46.885Z | Downloaded lru v0.12.5 |
547 | 2025-01-09T19:54:46.885Z | Downloaded lockfree-object-pool v0.1.6 |
548 | 2025-01-09T19:54:46.888Z | Downloaded linked-hash-map v0.5.6 |
549 | 2025-01-09T19:54:46.888Z | Downloaded base16ct v0.2.0 |
550 | 2025-01-09T19:54:46.888Z | Downloaded lru-cache v0.1.2 |
551 | 2025-01-09T19:54:46.891Z | Downloaded maplit v1.0.2 |
552 | 2025-01-09T19:54:46.891Z | Downloaded lalrpop-util v0.19.12 |
553 | 2025-01-09T19:54:46.891Z | Downloaded hyper-tls v0.6.0 |
554 | 2025-01-09T19:54:46.895Z | Downloaded arrayvec v0.7.6 |
555 | 2025-01-09T19:54:46.895Z | Downloaded maybe-uninit v2.0.0 |
556 | 2025-01-09T19:54:46.898Z | Downloaded memmap2 v0.9.5 |
557 | 2025-01-09T19:54:46.903Z | Downloaded litemap v0.7.3 |
558 | 2025-01-09T19:54:46.903Z | Downloaded lazy_static v1.5.0 |
559 | 2025-01-09T19:54:46.908Z | Downloaded rand_xorshift v0.3.0 |
560 | 2025-01-09T19:54:46.908Z | Downloaded quick-error v1.2.3 |
561 | 2025-01-09T19:54:46.918Z | Downloaded libloading v0.8.5 |
562 | 2025-01-09T19:54:46.919Z | Downloaded hyper-staticfile v0.10.1 |
563 | 2025-01-09T19:54:46.919Z | Downloaded cfg_aliases v0.2.1 |
564 | 2025-01-09T19:54:46.924Z | Downloaded cfg_aliases v0.1.1 |
565 | 2025-01-09T19:54:46.924Z | Downloaded atomicwrites v0.4.4 |
566 | 2025-01-09T19:54:46.924Z | Downloaded inout v0.1.3 |
567 | 2025-01-09T19:54:46.924Z | Downloaded iana-time-zone v0.1.61 |
568 | 2025-01-09T19:54:46.924Z | Downloaded atty v0.2.14 |
569 | 2025-01-09T19:54:46.924Z | Downloaded ciborium-io v0.2.2 |
570 | 2025-01-09T19:54:46.924Z | Downloaded jobserver v0.1.32 |
571 | 2025-01-09T19:54:46.928Z | Downloaded bit-set v0.5.3 |
572 | 2025-01-09T19:54:46.928Z | Downloaded hickory-server v0.24.1 |
573 | 2025-01-09T19:54:46.932Z | Downloaded rustfmt-wrapper v0.2.1 |
574 | 2025-01-09T19:54:46.935Z | Downloaded bit-vec v0.6.3 |
575 | 2025-01-09T19:54:46.935Z | Downloaded bcrypt-pbkdf v0.10.0 |
576 | 2025-01-09T19:54:46.935Z | Downloaded block-padding v0.3.3 |
577 | 2025-01-09T19:54:46.937Z | Downloaded bitfield v0.14.0 |
578 | 2025-01-09T19:54:46.937Z | Downloaded assert_matches v1.5.0 |
579 | 2025-01-09T19:54:46.940Z | Downloaded mime_guess v2.0.5 |
580 | 2025-01-09T19:54:46.940Z | Downloaded ascii-canvas v3.0.0 |
581 | 2025-01-09T19:54:46.943Z | Downloaded serde-hex v0.1.0 |
582 | 2025-01-09T19:54:46.943Z | Downloaded arrayref v0.3.9 |
583 | 2025-01-09T19:54:46.945Z | Downloaded argon2 v0.5.3 |
584 | 2025-01-09T19:54:46.948Z | Downloaded icu_locid_transform v1.5.0 |
585 | 2025-01-09T19:54:46.949Z | Downloaded aead v0.5.2 |
586 | 2025-01-09T19:54:46.951Z | Downloaded cbc v0.1.2 |
587 | 2025-01-09T19:54:46.951Z | Downloaded bitflags v1.3.2 |
588 | 2025-01-09T19:54:46.954Z | Downloaded vte_generate_state_changes v0.1.2 |
589 | 2025-01-09T19:54:46.956Z | Downloaded cipher v0.4.4 |
590 | 2025-01-09T19:54:46.959Z | Downloaded blowfish v0.9.1 |
591 | 2025-01-09T19:54:46.959Z | Downloaded chacha20 v0.9.1 |
592 | 2025-01-09T19:54:46.962Z | Downloaded simd-adler32 v0.3.7 |
593 | 2025-01-09T19:54:46.964Z | Downloaded smallvec v0.6.14 |
594 | 2025-01-09T19:54:46.964Z | Downloaded cstr-argument v0.1.2 |
595 | 2025-01-09T19:54:46.968Z | Downloaded backoff v0.4.0 |
596 | 2025-01-09T19:54:46.971Z | Downloaded rustc-demangle v0.1.24 |
597 | 2025-01-09T19:54:46.971Z | Downloaded cmake v0.1.51 |
598 | 2025-01-09T19:54:46.971Z | Downloaded bitfield-struct v0.6.2 |
599 | 2025-01-09T19:54:46.973Z | Downloaded chrono-tz-build v0.4.0 |
600 | 2025-01-09T19:54:46.973Z | Downloaded ciborium-ll v0.2.2 |
601 | 2025-01-09T19:54:46.977Z | Downloaded bb8 v0.8.5 |
602 | 2025-01-09T19:54:46.977Z | Downloaded base64ct v1.6.0 |
603 | 2025-01-09T19:54:46.980Z | Downloaded httparse v1.9.5 |
604 | 2025-01-09T19:54:46.983Z | Downloaded static_assertions v1.1.0 |
605 | 2025-01-09T19:54:46.986Z | Downloaded stable_deref_trait v1.2.0 |
606 | 2025-01-09T19:54:46.986Z | Downloaded foreign-types v0.3.2 |
607 | 2025-01-09T19:54:46.987Z | Downloaded cassowary v0.3.0 |
608 | 2025-01-09T19:54:46.991Z | Downloaded convert_case v0.4.0 |
609 | 2025-01-09T19:54:46.991Z | Downloaded colored v2.1.0 |
610 | 2025-01-09T19:54:46.993Z | Downloaded foldhash v0.1.3 |
611 | 2025-01-09T19:54:46.994Z | Downloaded icu_normalizer v1.5.0 |
612 | 2025-01-09T19:54:46.997Z | Downloaded synstructure v0.13.1 |
613 | 2025-01-09T19:54:46.997Z | Downloaded thiserror-no-std v2.0.2 |
614 | 2025-01-09T19:54:46.999Z | Downloaded thread_local v1.1.8 |
615 | 2025-01-09T19:54:47.004Z | Downloaded crc-catalog v2.4.0 |
616 | 2025-01-09T19:54:47.006Z | Downloaded thiserror-impl-no-std v2.0.2 |
617 | 2025-01-09T19:54:47.006Z | Downloaded indicatif v0.17.9 |
618 | 2025-01-09T19:54:47.009Z | Downloaded wait-timeout v0.2.0 |
619 | 2025-01-09T19:54:47.011Z | Downloaded sync_wrapper v1.0.1 |
620 | 2025-01-09T19:54:47.011Z | Downloaded openssl-probe v0.1.5 |
621 | 2025-01-09T19:54:47.014Z | Downloaded zone v0.3.0 |
622 | 2025-01-09T19:54:47.014Z | Downloaded wyz v0.5.1 |
623 | 2025-01-09T19:54:47.016Z | Downloaded lazycell v1.3.0 |
624 | 2025-01-09T19:54:47.016Z | Downloaded mime v0.3.17 |
625 | 2025-01-09T19:54:47.019Z | Downloaded constant_time_eq v0.3.1 |
626 | 2025-01-09T19:54:47.019Z | Downloaded smallvec v1.13.2 |
627 | 2025-01-09T19:54:47.022Z | Downloaded libsw v3.3.1 |
628 | 2025-01-09T19:54:47.024Z | Downloaded kstat-rs v0.2.4 |
629 | 2025-01-09T19:54:47.024Z | Downloaded bzip2 v0.4.4 |
630 | 2025-01-09T19:54:47.028Z | Downloaded indent_write v2.2.0 |
631 | 2025-01-09T19:54:47.028Z | Downloaded hickory-resolver v0.24.1 |
632 | 2025-01-09T19:54:47.033Z | Downloaded humantime v2.1.0 |
633 | 2025-01-09T19:54:47.036Z | Downloaded rustls-pki-types v1.10.0 |
634 | 2025-01-09T19:54:47.040Z | Downloaded dirs-next v2.0.0 |
635 | 2025-01-09T19:54:47.041Z | Downloaded crc32fast v1.4.2 |
636 | 2025-01-09T19:54:47.043Z | Downloaded ena v0.14.3 |
637 | 2025-01-09T19:54:47.043Z | Downloaded futures-io v0.3.31 |
638 | 2025-01-09T19:54:47.044Z | Downloaded hash32 v0.3.1 |
639 | 2025-01-09T19:54:47.048Z | Downloaded futures-macro v0.3.31 |
640 | 2025-01-09T19:54:47.049Z | Downloaded futures-executor v0.3.31 |
641 | 2025-01-09T19:54:47.049Z | Downloaded env_filter v0.1.2 |
642 | 2025-01-09T19:54:47.052Z | Downloaded progenitor-client v0.8.0 |
643 | 2025-01-09T19:54:47.052Z | Downloaded tokio-tungstenite v0.24.0 |
644 | 2025-01-09T19:54:47.055Z | Downloaded thiserror v2.0.3 |
645 | 2025-01-09T19:54:47.058Z | Downloaded cookie_store v0.21.0 |
646 | 2025-01-09T19:54:47.061Z | Downloaded ciborium v0.2.2 |
647 | 2025-01-09T19:54:47.063Z | Downloaded num-derive v0.4.2 |
648 | 2025-01-09T19:54:47.067Z | Downloaded display-error-chain v0.2.2 |
649 | 2025-01-09T19:54:47.071Z | Downloaded zone v0.1.8 |
650 | 2025-01-09T19:54:47.071Z | Downloaded cancel-safe-futures v0.1.5 |
651 | 2025-01-09T19:54:47.071Z | Downloaded twox-hash v1.6.3 |
652 | 2025-01-09T19:54:47.073Z | Downloaded writeable v0.5.5 |
653 | 2025-01-09T19:54:47.076Z | Downloaded strum_macros v0.25.3 |
654 | 2025-01-09T19:54:47.078Z | Downloaded zerofrom-derive v0.1.4 |
655 | 2025-01-09T19:54:47.079Z | Downloaded csv-core v0.1.11 |
656 | 2025-01-09T19:54:47.082Z | Downloaded sqlformat v0.2.6 |
657 | 2025-01-09T19:54:47.082Z | Downloaded termtree v0.4.1 |
658 | 2025-01-09T19:54:47.085Z | Downloaded sqlparser_derive v0.2.2 |
659 | 2025-01-09T19:54:47.085Z | Downloaded dirs-sys-next v0.1.2 |
660 | 2025-01-09T19:54:47.085Z | Downloaded zone_cfg_derive v0.3.0 |
661 | 2025-01-09T19:54:47.088Z | Downloaded write16 v1.0.0 |
662 | 2025-01-09T19:54:47.088Z | Downloaded slog-envlogger v2.2.0 |
663 | 2025-01-09T19:54:47.091Z | Downloaded env_logger v0.10.2 |
664 | 2025-01-09T19:54:47.094Z | Downloaded serde-big-array v0.5.1 |
665 | 2025-01-09T19:54:47.094Z | Downloaded sigpipe v0.1.3 |
666 | 2025-01-09T19:54:47.094Z | Downloaded progenitor-macro v0.8.0 |
667 | 2025-01-09T19:54:47.096Z | Downloaded pkg-config v0.3.31 |
668 | 2025-01-09T19:54:47.097Z | Downloaded toml v0.7.8 |
669 | 2025-01-09T19:54:47.101Z | Downloaded futures-core v0.3.31 |
670 | 2025-01-09T19:54:47.103Z | Downloaded console v0.15.8 |
671 | 2025-01-09T19:54:47.106Z | Downloaded zone_cfg_derive v0.1.2 |
672 | 2025-01-09T19:54:47.106Z | Downloaded serde_yaml v0.9.34+deprecated |
673 | 2025-01-09T19:54:47.109Z | Downloaded crossbeam-epoch v0.9.18 |
674 | 2025-01-09T19:54:47.112Z | Downloaded schemars v0.8.21 |
675 | 2025-01-09T19:54:47.123Z | Downloaded pbkdf2 v0.12.2 |
676 | 2025-01-09T19:54:47.126Z | Downloaded qorb v0.2.1 |
677 | 2025-01-09T19:54:47.130Z | Downloaded new_debug_unreachable v1.0.6 |
678 | 2025-01-09T19:54:47.134Z | Downloaded structmeta v0.2.0 |
679 | 2025-01-09T19:54:47.134Z | Downloaded http v1.1.0 |
680 | 2025-01-09T19:54:47.141Z | Downloaded strip-ansi-escapes v0.2.0 |
681 | 2025-01-09T19:54:47.141Z | Downloaded progenitor v0.8.0 |
682 | 2025-01-09T19:54:47.149Z | Downloaded structmeta v0.3.0 |
683 | 2025-01-09T19:54:47.149Z | Downloaded env_logger v0.11.5 |
684 | 2025-01-09T19:54:47.149Z | Downloaded unicode-truncate v1.1.0 |
685 | 2025-01-09T19:54:47.149Z | Downloaded unicase v2.7.0 |
686 | 2025-01-09T19:54:47.156Z | Downloaded ctr v0.9.2 |
687 | 2025-01-09T19:54:47.156Z | Downloaded tui-tree-widget v0.22.0 |
688 | 2025-01-09T19:54:47.156Z | Downloaded crc-any v2.5.0 |
689 | 2025-01-09T19:54:47.156Z | Downloaded bytes v1.8.0 |
690 | 2025-01-09T19:54:47.166Z | Downloaded psl-types v2.0.11 |
691 | 2025-01-09T19:54:47.171Z | Downloaded openssl-macros v0.1.1 |
692 | 2025-01-09T19:54:47.171Z | Downloaded num_enum_derive v0.5.11 |
693 | 2025-01-09T19:54:47.171Z | Downloaded ff v0.13.0 |
694 | 2025-01-09T19:54:47.176Z | Downloaded fd-lock v4.0.2 |
695 | 2025-01-09T19:54:47.176Z | Downloaded dsl_auto_type v0.1.2 |
696 | 2025-01-09T19:54:47.176Z | Downloaded filetime v0.2.25 |
697 | 2025-01-09T19:54:47.179Z | Downloaded tokio-macros v2.4.0 |
698 | 2025-01-09T19:54:47.179Z | Downloaded compact_str v0.8.0 |
699 | 2025-01-09T19:54:47.187Z | Downloaded termios v0.3.3 |
700 | 2025-01-09T19:54:47.187Z | Downloaded slog-async v2.8.0 |
701 | 2025-01-09T19:54:47.193Z | Downloaded base64 v0.22.1 |
702 | 2025-01-09T19:54:47.193Z | Downloaded glob v0.3.1 |
703 | 2025-01-09T19:54:47.193Z | Downloaded flagset v0.4.6 |
704 | 2025-01-09T19:54:47.197Z | Downloaded take_mut v0.2.2 |
705 | 2025-01-09T19:54:47.197Z | Downloaded signal-hook-tokio v0.3.1 |
706 | 2025-01-09T19:54:47.197Z | Downloaded slog v2.7.0 |
707 | 2025-01-09T19:54:47.197Z | Downloaded num_enum v0.5.11 |
708 | 2025-01-09T19:54:47.201Z | Downloaded mockall v0.13.0 |
709 | 2025-01-09T19:54:47.209Z | Downloaded tokio-tungstenite v0.23.1 |
710 | 2025-01-09T19:54:47.218Z | Downloaded cookie v0.18.1 |
711 | 2025-01-09T19:54:47.218Z | Downloaded postgres-protocol v0.6.7 |
712 | 2025-01-09T19:54:47.218Z | Downloaded value-bag v1.9.0 |
713 | 2025-01-09T19:54:47.227Z | Downloaded tower-service v0.3.3 |
714 | 2025-01-09T19:54:47.227Z | Downloaded derive_builder v0.20.2 |
715 | 2025-01-09T19:54:47.227Z | Downloaded percent-encoding v2.3.1 |
716 | 2025-01-09T19:54:47.227Z | Downloaded cc v1.1.30 |
717 | 2025-01-09T19:54:47.233Z | Downloaded itertools v0.10.5 |
718 | 2025-01-09T19:54:47.233Z | Downloaded rustc_version v0.4.1 |
719 | 2025-01-09T19:54:47.242Z | Downloaded publicsuffix v2.2.3 |
720 | 2025-01-09T19:54:47.242Z | Downloaded mirai-annotations v1.12.0 |
721 | 2025-01-09T19:54:47.242Z | Downloaded slog-term v2.9.1 |
722 | 2025-01-09T19:54:47.247Z | Downloaded dhcproto-macros v0.1.0 |
723 | 2025-01-09T19:54:47.247Z | Downloaded des v0.8.1 |
724 | 2025-01-09T19:54:47.247Z | Downloaded rustc_version v0.1.7 |
725 | 2025-01-09T19:54:47.247Z | Downloaded native-tls v0.2.12 |
726 | 2025-01-09T19:54:47.247Z | Downloaded serde_path_to_error v0.1.16 |
727 | 2025-01-09T19:54:47.255Z | Downloaded foreign-types-shared v0.3.1 |
728 | 2025-01-09T19:54:47.255Z | Downloaded idna v1.0.3 |
729 | 2025-01-09T19:54:47.259Z | Downloaded foreign-types-shared v0.1.1 |
730 | 2025-01-09T19:54:47.260Z | Downloaded foreign-types-macros v0.2.3 |
731 | 2025-01-09T19:54:47.260Z | Downloaded slog-bunyan v2.5.0 |
732 | 2025-01-09T19:54:47.260Z | Downloaded tinystr v0.7.6 |
733 | 2025-01-09T19:54:47.260Z | Downloaded crypto-bigint v0.5.5 |
734 | 2025-01-09T19:54:47.265Z | Downloaded zopfli v0.8.1 |
735 | 2025-01-09T19:54:47.270Z | Downloaded uuid v1.11.0 |
736 | 2025-01-09T19:54:47.274Z | Downloaded tungstenite v0.23.0 |
737 | 2025-01-09T19:54:47.274Z | Downloaded libxml v0.3.3 |
738 | 2025-01-09T19:54:47.280Z | Downloaded radium v0.7.0 |
739 | 2025-01-09T19:54:47.291Z | Downloaded password-hash v0.5.0 |
740 | 2025-01-09T19:54:47.291Z | Downloaded phf_shared v0.10.0 |
741 | 2025-01-09T19:54:47.291Z | Downloaded peg-runtime v0.8.3 |
742 | 2025-01-09T19:54:47.291Z | Downloaded dropshot_endpoint v0.13.0 |
743 | 2025-01-09T19:54:47.299Z | Downloaded time-core v0.1.2 |
744 | 2025-01-09T19:54:47.300Z | Downloaded tinyvec_macros v0.1.1 |
745 | 2025-01-09T19:54:47.300Z | Downloaded defmt-parser v0.3.4 |
746 | 2025-01-09T19:54:47.300Z | Downloaded r2d2 v0.8.10 |
747 | 2025-01-09T19:54:47.300Z | Downloaded try-lock v0.2.5 |
748 | 2025-01-09T19:54:47.300Z | Downloaded sync-ptr v0.1.1 |
749 | 2025-01-09T19:54:47.300Z | Downloaded flume v0.11.1 |
750 | 2025-01-09T19:54:47.304Z | Downloaded either v1.13.0 |
751 | 2025-01-09T19:54:47.304Z | Downloaded enum-as-inner v0.5.1 |
752 | 2025-01-09T19:54:47.304Z | Downloaded p256 v0.13.2 |
753 | 2025-01-09T19:54:47.308Z | Downloaded fxhash v0.2.1 |
754 | 2025-01-09T19:54:47.308Z | Downloaded diesel_table_macro_syntax v0.2.0 |
755 | 2025-01-09T19:54:47.308Z | Downloaded snafu-derive v0.8.5 |
756 | 2025-01-09T19:54:47.308Z | Downloaded time-macros v0.2.18 |
757 | 2025-01-09T19:54:47.312Z | Downloaded derive_more v0.99.18 |
758 | 2025-01-09T19:54:47.316Z | Downloaded tracing-attributes v0.1.27 |
759 | 2025-01-09T19:54:47.319Z | Downloaded crossbeam-channel v0.5.13 |
760 | 2025-01-09T19:54:47.324Z | Downloaded num_threads v0.1.7 |
761 | 2025-01-09T19:54:47.324Z | Downloaded num-conv v0.1.0 |
762 | 2025-01-09T19:54:47.328Z | Downloaded rayon-core v1.12.1 |
763 | 2025-01-09T19:54:47.332Z | Downloaded number_prefix v0.4.0 |
764 | 2025-01-09T19:54:47.332Z | Downloaded newtype_derive v0.1.6 |
765 | 2025-01-09T19:54:47.332Z | Downloaded yasna v0.5.2 |
766 | 2025-01-09T19:54:47.338Z | Downloaded phf_shared v0.11.2 |
767 | 2025-01-09T19:54:47.338Z | Downloaded pin-utils v0.1.0 |
768 | 2025-01-09T19:54:47.342Z | Downloaded pem v3.0.4 |
769 | 2025-01-09T19:54:47.342Z | Downloaded path-slash v0.1.5 |
770 | 2025-01-09T19:54:47.342Z | Downloaded paste v1.0.15 |
771 | 2025-01-09T19:54:47.342Z | Downloaded slab v0.4.9 |
772 | 2025-01-09T19:54:47.347Z | Downloaded peg v0.8.4 |
773 | 2025-01-09T19:54:47.355Z | Downloaded pbkdf2 v0.11.0 |
774 | 2025-01-09T19:54:47.355Z | Downloaded siphasher v0.3.11 |
775 | 2025-01-09T19:54:47.355Z | Downloaded signature v2.2.0 |
776 | 2025-01-09T19:54:47.359Z | Downloaded signal-hook-registry v1.4.2 |
777 | 2025-01-09T19:54:47.359Z | Downloaded serde_urlencoded v0.7.1 |
778 | 2025-01-09T19:54:47.359Z | Downloaded dropshot_endpoint v0.12.0 |
779 | 2025-01-09T19:54:47.359Z | Downloaded zeroize_derive v1.4.2 |
780 | 2025-01-09T19:54:47.367Z | Downloaded typify-macro v0.2.0 |
781 | 2025-01-09T19:54:47.368Z | Downloaded hashbrown v0.12.3 |
782 | 2025-01-09T19:54:47.372Z | Downloaded xattr v1.3.1 |
783 | 2025-01-09T19:54:47.372Z | Downloaded foreign-types v0.5.0 |
784 | 2025-01-09T19:54:47.372Z | Downloaded gethostname v0.5.0 |
785 | 2025-01-09T19:54:47.372Z | Downloaded zeroize v1.8.1 |
786 | 2025-01-09T19:54:47.373Z | Downloaded vte v0.11.1 |
787 | 2025-01-09T19:54:47.380Z | Downloaded num-traits v0.2.19 |
788 | 2025-01-09T19:54:47.380Z | Downloaded vsss-rs v3.3.4 |
789 | 2025-01-09T19:54:47.384Z | Downloaded fragile v2.0.0 |
790 | 2025-01-09T19:54:47.384Z | Downloaded float-ord v0.3.2 |
791 | 2025-01-09T19:54:47.384Z | Downloaded waitgroup v0.1.2 |
792 | 2025-01-09T19:54:47.384Z | Downloaded normalize-line-endings v0.3.0 |
793 | 2025-01-09T19:54:47.391Z | Downloaded pretty-hex v0.2.1 |
794 | 2025-01-09T19:54:47.391Z | Downloaded newtype-uuid v1.1.3 |
795 | 2025-01-09T19:54:47.391Z | Downloaded pin-project-internal v1.1.6 |
796 | 2025-01-09T19:54:47.395Z | Downloaded pkcs8 v0.10.2 |
797 | 2025-01-09T19:54:47.395Z | Downloaded zip v2.1.3 |
798 | 2025-01-09T19:54:47.399Z | Downloaded quinn-udp v0.5.5 |
799 | 2025-01-09T19:54:47.399Z | Downloaded pin-project-lite v0.2.14 |
800 | 2025-01-09T19:54:47.407Z | Downloaded resolv-conf v0.7.0 |
801 | 2025-01-09T19:54:47.412Z | Downloaded peg-macros v0.8.4 |
802 | 2025-01-09T19:54:47.412Z | Downloaded tokio-stream v0.1.16 |
803 | 2025-01-09T19:54:47.416Z | Downloaded shlex v1.3.0 |
804 | 2025-01-09T19:54:47.416Z | Downloaded rusty-fork v0.3.0 |
805 | 2025-01-09T19:54:47.416Z | Downloaded olpc-cjson v0.1.4 |
806 | 2025-01-09T19:54:47.416Z | Downloaded tokio-util v0.7.12 |
807 | 2025-01-09T19:54:47.422Z | Downloaded precomputed-hash v0.1.1 |
808 | 2025-01-09T19:54:47.426Z | Downloaded toolchain_find v0.4.0 |
809 | 2025-01-09T19:54:47.426Z | Downloaded snafu v0.8.5 |
810 | 2025-01-09T19:54:47.431Z | Downloaded tls_codec_derive v0.4.1 |
811 | 2025-01-09T19:54:47.434Z | Downloaded fallible-streaming-iterator v0.1.9 |
812 | 2025-01-09T19:54:47.434Z | Downloaded hkdf v0.12.4 |
813 | 2025-01-09T19:54:47.439Z | Downloaded parking_lot v0.12.3 |
814 | 2025-01-09T19:54:47.439Z | Downloaded strum v0.26.3 |
815 | 2025-01-09T19:54:47.446Z | Downloaded oso v0.27.3 |
816 | 2025-01-09T19:54:47.446Z | Downloaded untrusted v0.9.0 |
817 | 2025-01-09T19:54:47.451Z | Downloaded pkcs5 v0.7.1 |
818 | 2025-01-09T19:54:47.452Z | Downloaded num-rational v0.4.2 |
819 | 2025-01-09T19:54:47.452Z | Downloaded pkcs1 v0.7.5 |
820 | 2025-01-09T19:54:47.458Z | Downloaded packed_struct v0.10.1 |
821 | 2025-01-09T19:54:47.458Z | Downloaded enum-as-inner v0.6.1 |
822 | 2025-01-09T19:54:47.463Z | Downloaded darling_core v0.20.10 |
823 | 2025-01-09T19:54:47.463Z | Downloaded newline-converter v0.3.0 |
824 | 2025-01-09T19:54:47.463Z | Downloaded slog-dtrace v0.3.0 |
825 | 2025-01-09T19:54:47.467Z | Downloaded rustversion v1.0.17 |
826 | 2025-01-09T19:54:47.467Z | Downloaded xz2 v0.1.7 |
827 | 2025-01-09T19:54:47.471Z | Downloaded defmt v0.3.8 |
828 | 2025-01-09T19:54:47.477Z | Downloaded rustls-webpki v0.101.7 |
829 | 2025-01-09T19:54:47.487Z | Downloaded oso-derive v0.27.3 |
830 | 2025-01-09T19:54:47.491Z | Downloaded hash32 v0.2.1 |
831 | 2025-01-09T19:54:47.491Z | Downloaded group v0.13.0 |
832 | 2025-01-09T19:54:47.491Z | Downloaded float-cmp v0.9.0 |
833 | 2025-01-09T19:54:47.491Z | Downloaded tinyvec v1.8.0 |
834 | 2025-01-09T19:54:47.497Z | Downloaded tracing v0.1.40 |
835 | 2025-01-09T19:54:47.500Z | Downloaded polyval v0.6.2 |
836 | 2025-01-09T19:54:47.500Z | Downloaded futures-sink v0.3.31 |
837 | 2025-01-09T19:54:47.500Z | Downloaded opaque-debug v0.3.1 |
838 | 2025-01-09T19:54:47.505Z | Downloaded primeorder v0.13.6 |
839 | 2025-01-09T19:54:47.505Z | Downloaded diff v0.1.13 |
840 | 2025-01-09T19:54:47.509Z | Downloaded walkdir v2.5.0 |
841 | 2025-01-09T19:54:47.509Z | Downloaded predicates-tree v1.0.11 |
842 | 2025-01-09T19:54:47.513Z | Downloaded parking_lot v0.11.2 |
843 | 2025-01-09T19:54:47.513Z | Downloaded dyn-clone v1.0.17 |
844 | 2025-01-09T19:54:47.517Z | Downloaded ssh-key v0.6.6 |
845 | 2025-01-09T19:54:47.524Z | Downloaded serde_repr v0.1.19 |
846 | 2025-01-09T19:54:47.530Z | Downloaded nibble_vec v0.1.0 |
847 | 2025-01-09T19:54:47.530Z | Downloaded which v4.4.2 |
848 | 2025-01-09T19:54:47.530Z | Downloaded russh v0.45.0 |
849 | 2025-01-09T19:54:47.534Z | Downloaded predicates v3.1.2 |
850 | 2025-01-09T19:54:47.534Z | Downloaded similar v2.6.0 |
851 | 2025-01-09T19:54:47.543Z | Downloaded downcast v0.11.0 |
852 | 2025-01-09T19:54:47.549Z | Downloaded scopeguard v1.2.0 |
853 | 2025-01-09T19:54:47.549Z | Downloaded multer v3.1.0 |
854 | 2025-01-09T19:54:47.549Z | Downloaded p521 v0.13.3 |
855 | 2025-01-09T19:54:47.555Z | Downloaded strum_macros v0.26.4 |
856 | 2025-01-09T19:54:47.555Z | Downloaded fatfs v0.3.6 |
857 | 2025-01-09T19:54:47.555Z | Downloaded darling_macro v0.20.10 |
858 | 2025-01-09T19:54:47.555Z | Downloaded hashbrown v0.14.5 |
859 | 2025-01-09T19:54:47.562Z | Downloaded ref-cast v1.0.23 |
860 | 2025-01-09T19:54:47.566Z | Downloaded funty v2.0.0 |
861 | 2025-01-09T19:54:47.567Z | Downloaded dunce v1.0.5 |
862 | 2025-01-09T19:54:47.567Z | Downloaded tokio-rustls v0.24.1 |
863 | 2025-01-09T19:54:47.567Z | Downloaded tokio-rustls v0.25.0 |
864 | 2025-01-09T19:54:47.574Z | Downloaded elliptic-curve v0.13.8 |
865 | 2025-01-09T19:54:47.579Z | Downloaded derive_builder_core v0.20.2 |
866 | 2025-01-09T19:54:47.579Z | Downloaded data-encoding v2.6.0 |
867 | 2025-01-09T19:54:47.579Z | Downloaded tokio-native-tls v0.3.1 |
868 | 2025-01-09T19:54:47.579Z | Downloaded rand_seeder v0.3.0 |
869 | 2025-01-09T19:54:47.583Z | Downloaded rand_core v0.6.4 |
870 | 2025-01-09T19:54:47.583Z | Downloaded unarray v0.1.4 |
871 | 2025-01-09T19:54:47.583Z | Downloaded parse-size v1.1.0 |
872 | 2025-01-09T19:54:47.583Z | Downloaded sct v0.7.1 |
873 | 2025-01-09T19:54:47.599Z | Downloaded russh-cryptovec v0.7.3 |
874 | 2025-01-09T19:54:47.599Z | Downloaded parse-zoneinfo v0.3.1 |
875 | 2025-01-09T19:54:47.604Z | Downloaded num-bigint-dig v0.8.4 |
876 | 2025-01-09T19:54:47.604Z | Downloaded unicode-xid v0.2.6 |
877 | 2025-01-09T19:54:47.604Z | Downloaded spki v0.7.3 |
878 | 2025-01-09T19:54:47.604Z | Downloaded ed25519 v2.2.3 |
879 | 2025-01-09T19:54:47.604Z | Downloaded parking_lot_core v0.9.10 |
880 | 2025-01-09T19:54:47.604Z | Downloaded displaydoc v0.2.5 |
881 | 2025-01-09T19:54:47.604Z | Downloaded ssh-encoding v0.2.0 |
882 | 2025-01-09T19:54:47.609Z | Downloaded tokio-rustls v0.26.0 |
883 | 2025-01-09T19:54:47.609Z | Downloaded rand_chacha v0.3.1 |
884 | 2025-01-09T19:54:47.609Z | Downloaded ghash v0.5.1 |
885 | 2025-01-09T19:54:47.616Z | Downloaded owo-colors v4.1.0 |
886 | 2025-01-09T19:54:47.617Z | Downloaded half v2.4.1 |
887 | 2025-01-09T19:54:47.626Z | Downloaded samael v0.0.17 |
888 | 2025-01-09T19:54:47.626Z | Downloaded yoke-derive v0.7.4 |
889 | 2025-01-09T19:54:47.631Z | Downloaded tabwriter v1.4.0 |
890 | 2025-01-09T19:54:47.631Z | Downloaded strum_macros v0.24.3 |
891 | 2025-01-09T19:54:47.631Z | Downloaded ppv-lite86 v0.2.20 |
892 | 2025-01-09T19:54:47.632Z | Downloaded zerocopy-derive v0.8.10 |
893 | 2025-01-09T19:54:47.635Z | Downloaded powerfmt v0.2.0 |
894 | 2025-01-09T19:54:47.635Z | Downloaded rusqlite v0.32.1 |
895 | 2025-01-09T19:54:47.639Z | Downloaded ref-cast-impl v1.0.23 |
896 | 2025-01-09T19:54:47.643Z | Downloaded nanorand v0.7.0 |
897 | 2025-01-09T19:54:47.643Z | Downloaded blake3 v1.5.4 |
898 | 2025-01-09T19:54:47.649Z | Downloaded deranged v0.3.11 |
899 | 2025-01-09T19:54:47.653Z | Downloaded tap v1.0.1 |
900 | 2025-01-09T19:54:47.653Z | Downloaded embedded-io v0.6.1 |
901 | 2025-01-09T19:54:47.659Z | Downloaded same-file v1.0.6 |
902 | 2025-01-09T19:54:47.659Z | Downloaded ecdsa v0.16.9 |
903 | 2025-01-09T19:54:47.659Z | Downloaded serde_with_macros v3.11.0 |
904 | 2025-01-09T19:54:47.662Z | Downloaded rustc-hash v1.1.0 |
905 | 2025-01-09T19:54:47.662Z | Downloaded icu_properties_data v1.5.0 |
906 | 2025-01-09T19:54:47.672Z | Downloaded shell-words v1.1.0 |
907 | 2025-01-09T19:54:47.677Z | Downloaded idna v0.2.3 |
908 | 2025-01-09T19:54:47.681Z | Downloaded parse-display v0.10.0 |
909 | 2025-01-09T19:54:47.681Z | Downloaded num-complex v0.4.6 |
910 | 2025-01-09T19:54:47.681Z | Downloaded aws-lc-rs v1.10.0 |
911 | 2025-01-09T19:54:47.687Z | Downloaded universal-hash v0.5.1 |
912 | 2025-01-09T19:54:47.692Z | Downloaded aho-corasick v1.1.3 |
913 | 2025-01-09T19:54:47.696Z | Downloaded postcard v1.0.10 |
914 | 2025-01-09T19:54:47.700Z | Downloaded signal-hook v0.3.17 |
915 | 2025-01-09T19:54:47.704Z | Downloaded mio v1.0.2 |
916 | 2025-01-09T19:54:47.708Z | Downloaded signal-hook-mio v0.2.4 |
917 | 2025-01-09T19:54:47.708Z | Downloaded unicode-properties v0.1.3 |
918 | 2025-01-09T19:54:47.722Z | Downloaded futures-channel v0.3.31 |
919 | 2025-01-09T19:54:47.722Z | Downloaded scheduled-thread-pool v0.2.7 |
920 | 2025-01-09T19:54:47.733Z | Downloaded poly1305 v0.8.0 |
921 | 2025-01-09T19:54:47.733Z | Downloaded term v0.7.0 |
922 | 2025-01-09T19:54:47.733Z | Downloaded reqwest v0.12.9 |
923 | 2025-01-09T19:54:47.787Z | Downloaded parse-display-derive v0.10.0 |
924 | 2025-01-09T19:54:47.787Z | Downloaded num v0.4.3 |
925 | 2025-01-09T19:54:47.787Z | Downloaded nodrop v0.1.14 |
926 | 2025-01-09T19:54:47.787Z | Downloaded multimap v0.10.0 |
927 | 2025-01-09T19:54:47.787Z | Downloaded globset v0.4.15 |
928 | 2025-01-09T19:54:47.787Z | Downloaded futures v0.3.31 |
929 | 2025-01-09T19:54:47.787Z | Downloaded derive-where v1.2.7 |
930 | 2025-01-09T19:54:47.787Z | Downloaded whoami v1.5.2 |
931 | 2025-01-09T19:54:47.787Z | Downloaded russh-keys v0.45.0 |
932 | 2025-01-09T19:54:47.828Z | Downloaded unicode-bidi v0.3.17 |
933 | 2025-01-09T19:54:47.828Z | Downloaded expectorate v1.1.0 |
934 | 2025-01-09T19:54:47.828Z | Downloaded ron v0.7.1 |
935 | 2025-01-09T19:54:47.828Z | Downloaded spin v0.9.8 |
936 | 2025-01-09T19:54:47.828Z | Downloaded zerocopy v0.6.6 |
937 | 2025-01-09T19:54:47.828Z | Downloaded tokio-postgres v0.7.12 |
938 | 2025-01-09T19:54:47.828Z | Downloaded url v2.5.3 |
939 | 2025-01-09T19:54:47.828Z | Downloaded rand v0.8.5 |
940 | 2025-01-09T19:54:47.828Z | Downloaded idna v0.5.0 |
941 | 2025-01-09T19:54:47.828Z | Downloaded rcgen v0.12.1 |
942 | 2025-01-09T19:54:47.828Z | Downloaded x509-cert v0.2.5 |
943 | 2025-01-09T19:54:47.828Z | Downloaded unsafe-libyaml v0.2.11 |
944 | 2025-01-09T19:54:47.828Z | Downloaded bindgen v0.69.5 |
945 | 2025-01-09T19:54:47.828Z | Downloaded steno v0.4.1 |
946 | 2025-01-09T19:54:47.849Z | Downloaded tar v0.4.42 |
947 | 2025-01-09T19:54:47.849Z | Downloaded openssl-sys v0.9.103 |
948 | 2025-01-09T19:54:47.849Z | Downloaded unicode_categories v0.1.1 |
949 | 2025-01-09T19:54:47.849Z | Downloaded idna v0.4.0 |
950 | 2025-01-09T19:54:47.850Z | Downloaded bitvec v1.0.1 |
951 | 2025-01-09T19:54:47.850Z | Downloaded ed25519-dalek v2.1.1 |
952 | 2025-01-09T19:54:47.882Z | Downloaded der v0.7.9 |
953 | 2025-01-09T19:54:47.882Z | Downloaded petname v2.0.2 |
954 | 2025-01-09T19:54:47.883Z | Downloaded diesel_derives v2.2.3 |
955 | 2025-01-09T19:54:47.883Z | Downloaded quinn v0.11.5 |
956 | 2025-01-09T19:54:47.885Z | Downloaded num-bigint v0.4.6 |
957 | 2025-01-09T19:54:47.886Z | Downloaded toml_edit v0.19.15 |
958 | 2025-01-09T19:54:47.910Z | Downloaded unicode-segmentation v1.12.0 |
959 | 2025-01-09T19:54:47.910Z | Downloaded idna v0.3.0 |
960 | 2025-01-09T19:54:47.910Z | Downloaded winnow v0.5.40 |
961 | 2025-01-09T19:54:47.910Z | Downloaded time v0.3.36 |
962 | 2025-01-09T19:54:47.926Z | Downloaded git2 v0.19.0 |
963 | 2025-01-09T19:54:47.926Z | Downloaded chrono v0.4.38 |
964 | 2025-01-09T19:54:47.926Z | Downloaded unicode-normalization v0.1.24 |
965 | 2025-01-09T19:54:47.941Z | Downloaded tough v0.19.0 |
966 | 2025-01-09T19:54:47.941Z | Downloaded salty v0.3.0 |
967 | 2025-01-09T19:54:47.941Z | Downloaded p384 v0.13.0 |
968 | 2025-01-09T19:54:47.962Z | Downloaded futures-util v0.3.31 |
969 | 2025-01-09T19:54:47.975Z | Downloaded rayon v1.10.0 |
970 | 2025-01-09T19:54:47.976Z | Downloaded nom v7.1.3 |
971 | 2025-01-09T19:54:47.976Z | Downloaded quinn-proto v0.11.8 |
972 | 2025-01-09T19:54:47.980Z | Downloaded unicode-width v0.2.0 |
973 | 2025-01-09T19:54:47.980Z | Downloaded zerovec v0.10.4 |
974 | 2025-01-09T19:54:47.980Z | Downloaded reedline v0.35.0 |
975 | 2025-01-09T19:54:47.988Z | Downloaded nix v0.27.1 |
976 | 2025-01-09T19:54:47.997Z | Downloaded proptest v1.5.0 |
977 | 2025-01-09T19:54:48.006Z | Downloaded regex v1.11.1 |
978 | 2025-01-09T19:54:48.018Z | Downloaded trust-dns-proto v0.22.0 |
979 | 2025-01-09T19:54:48.030Z | Downloaded sqlparser v0.45.0 |
980 | 2025-01-09T19:54:48.038Z | Downloaded quick-xml v0.33.0 |
981 | 2025-01-09T19:54:48.042Z | Downloaded openssl v0.10.66 |
982 | 2025-01-09T19:54:48.051Z | Downloaded dropshot v0.13.0 |
983 | 2025-01-09T19:54:48.070Z | Downloaded rustls-webpki v0.102.8 |
984 | 2025-01-09T19:54:48.089Z | Downloaded chrono-tz v0.10.0 |
985 | 2025-01-09T19:54:48.094Z | Downloaded zerocopy v0.8.10 |
986 | 2025-01-09T19:54:48.117Z | Downloaded smoltcp v0.9.1 |
987 | 2025-01-09T19:54:48.131Z | Downloaded object v0.36.5 |
988 | 2025-01-09T19:54:48.140Z | Downloaded webpki-roots v0.26.6 |
989 | 2025-01-09T19:54:48.144Z | Downloaded diesel v2.2.6 |
990 | 2025-01-09T19:54:48.161Z | Downloaded regex-syntax v0.6.29 |
991 | 2025-01-09T19:54:48.168Z | Downloaded regress v0.9.1 |
992 | 2025-01-09T19:54:48.176Z | Downloaded smoltcp v0.11.0 |
993 | 2025-01-09T19:54:48.190Z | Downloaded rustls v0.22.4 |
994 | 2025-01-09T19:54:48.200Z | Downloaded nix v0.29.0 |
995 | 2025-01-09T19:54:48.212Z | Downloaded rustls v0.23.19 |
996 | 2025-01-09T19:54:48.222Z | Downloaded typify-impl v0.2.0 |
997 | 2025-01-09T19:54:48.237Z | Downloaded openapiv3 v2.0.0 |
998 | 2025-01-09T19:54:48.248Z | Downloaded sled v0.34.7 |
999 | 2025-01-09T19:54:48.259Z | Downloaded regex-syntax v0.8.5 |
1000 | 2025-01-09T19:54:48.267Z | Downloaded zerocopy-derive v0.6.6 |
1001 | 2025-01-09T19:54:48.277Z | Downloaded regex-automata v0.4.8 |
1002 | 2025-01-09T19:54:48.292Z | Downloaded ratatui v0.28.1 |
1003 | 2025-01-09T19:54:48.311Z | Downloaded regress v0.10.1 |
1004 | 2025-01-09T19:54:48.320Z | Downloaded bstr v1.10.0 |
1005 | 2025-01-09T19:54:48.330Z | Downloaded lzma-sys v0.1.20 |
1006 | 2025-01-09T19:54:48.358Z | Downloaded object v0.30.4 |
1007 | 2025-01-09T19:54:48.367Z | Downloaded petgraph v0.6.5 |
1008 | 2025-01-09T19:54:48.384Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1009 | 2025-01-09T19:54:48.395Z | Downloaded libz-sys v1.1.20 |
1010 | 2025-01-09T19:54:48.415Z | Downloaded vcpkg v0.2.15 |
1011 | 2025-01-09T19:54:48.449Z | Downloaded polar-core v0.27.3 |
1012 | 2025-01-09T19:54:48.457Z | Downloaded gimli v0.31.1 |
1013 | 2025-01-09T19:54:48.469Z | Downloaded dropshot v0.12.0 |
1014 | 2025-01-09T19:54:48.486Z | Downloaded nix v0.28.0 |
1015 | 2025-01-09T19:54:48.495Z | Downloaded rustls v0.21.12 |
1016 | 2025-01-09T19:54:48.505Z | Downloaded hickory-proto v0.24.1 |
1017 | 2025-01-09T19:54:48.519Z | Downloaded h2 v0.4.6 |
1018 | 2025-01-09T19:54:48.525Z | Downloaded curve25519-dalek v4.1.3 |
1019 | 2025-01-09T19:54:48.533Z | Downloaded portable-atomic v1.9.0 |
1020 | 2025-01-09T19:54:48.540Z | Downloaded radix_trie v0.2.1 |
1021 | 2025-01-09T19:54:48.545Z | Downloaded tokio v1.40.0 |
1022 | 2025-01-09T19:54:48.580Z | Downloaded csv v1.3.0 |
1023 | 2025-01-09T19:54:48.600Z | Downloaded serde_with v3.11.0 |
1024 | 2025-01-09T19:54:48.607Z | Downloaded lalrpop v0.19.12 |
1025 | 2025-01-09T19:54:48.623Z | Downloaded futures-task v0.3.31 |
1026 | 2025-01-09T19:54:48.628Z | Downloaded want v0.3.1 |
1027 | 2025-01-09T19:54:48.629Z | Downloaded slog-json v2.6.1 |
1028 | 2025-01-09T19:54:48.629Z | Downloaded rustc-hash v2.0.0 |
1029 | 2025-01-09T19:54:48.629Z | Downloaded fs_extra v1.3.0 |
1030 | 2025-01-09T19:54:48.629Z | Downloaded mockall_derive v0.13.0 |
1031 | 2025-01-09T19:54:48.632Z | Downloaded sha3 v0.10.8 |
1032 | 2025-01-09T19:54:48.632Z | Downloaded der_derive v0.7.3 |
1033 | 2025-01-09T19:54:48.632Z | Downloaded rustyline v14.0.0 |
1034 | 2025-01-09T19:54:48.637Z | Downloaded nu-ansi-term v0.50.1 |
1035 | 2025-01-09T19:54:48.642Z | Downloaded headers v0.4.0 |
1036 | 2025-01-09T19:54:48.645Z | Downloaded crossterm v0.28.1 |
1037 | 2025-01-09T19:54:48.649Z | Downloaded flate2 v1.0.34 |
1038 | 2025-01-09T19:54:48.655Z | Downloaded scrypt v0.11.0 |
1039 | 2025-01-09T19:54:48.657Z | Downloaded rfc6979 v0.4.0 |
1040 | 2025-01-09T19:54:48.657Z | Downloaded itertools v0.13.0 |
1041 | 2025-01-09T19:54:48.664Z | Downloaded typed-path v0.9.3 |
1042 | 2025-01-09T19:54:48.685Z | Downloaded diesel-dtrace v0.4.2 |
1043 | 2025-01-09T19:54:48.685Z | Downloaded topological-sort v0.2.2 |
1044 | 2025-01-09T19:54:48.685Z | Downloaded string_cache v0.8.7 |
1045 | 2025-01-09T19:54:48.685Z | Downloaded supports-color v3.0.1 |
1046 | 2025-01-09T19:54:48.685Z | Downloaded subtle v2.6.1 |
1047 | 2025-01-09T19:54:48.692Z | Downloaded ssh-cipher v0.2.0 |
1048 | 2025-01-09T19:54:48.694Z | Downloaded slog-stdlog v4.1.1 |
1049 | 2025-01-09T19:54:48.697Z | Downloaded rustls-pemfile v1.0.4 |
1050 | 2025-01-09T19:54:48.700Z | Downloaded predicates-core v1.0.8 |
1051 | 2025-01-09T19:54:48.703Z | Downloaded packed_struct_codegen v0.10.1 |
1052 | 2025-01-09T19:54:48.709Z | Downloaded socket2 v0.5.7 |
1053 | 2025-01-09T19:54:48.709Z | Downloaded ron v0.8.1 |
1054 | 2025-01-09T19:54:48.713Z | Downloaded untrusted v0.7.1 |
1055 | 2025-01-09T19:54:48.716Z | Downloaded tls_codec v0.4.1 |
1056 | 2025-01-09T19:54:48.718Z | Downloaded fallible-iterator v0.3.0 |
1057 | 2025-01-09T19:54:48.722Z | Downloaded fallible-iterator v0.2.0 |
1058 | 2025-01-09T19:54:48.722Z | Downloaded debug-ignore v1.0.5 |
1059 | 2025-01-09T19:54:48.728Z | Downloaded getrandom v0.2.15 |
1060 | 2025-01-09T19:54:48.728Z | Downloaded structmeta-derive v0.3.0 |
1061 | 2025-01-09T19:54:48.731Z | Downloaded structmeta-derive v0.2.0 |
1062 | 2025-01-09T19:54:48.731Z | Downloaded defmt-macros v0.3.9 |
1063 | 2025-01-09T19:54:48.733Z | Downloaded slog-scope v4.4.0 |
1064 | 2025-01-09T19:54:48.736Z | Downloaded encoding_rs v0.8.34 |
1065 | 2025-01-09T19:54:48.763Z | Downloaded miniz_oxide v0.8.0 |
1066 | 2025-01-09T19:54:48.767Z | Downloaded embedded-io v0.4.0 |
1067 | 2025-01-09T19:54:48.769Z | Downloaded hashbrown v0.13.2 |
1068 | 2025-01-09T19:54:48.773Z | Downloaded vergen v8.3.2 |
1069 | 2025-01-09T19:54:48.777Z | Downloaded hashlink v0.9.1 |
1070 | 2025-01-09T19:54:48.779Z | Downloaded subprocess v0.2.9 |
1071 | 2025-01-09T19:54:48.782Z | Downloaded yoke v0.7.4 |
1072 | 2025-01-09T19:54:48.782Z | Downloaded pem-rfc7468 v0.7.0 |
1073 | 2025-01-09T19:54:48.786Z | Downloaded num-iter v0.1.45 |
1074 | 2025-01-09T19:54:48.786Z | Downloaded num-integer v0.1.46 |
1075 | 2025-01-09T19:54:48.789Z | Downloaded form_urlencoded v1.2.1 |
1076 | 2025-01-09T19:54:48.789Z | Downloaded tracing-core v0.1.32 |
1077 | 2025-01-09T19:54:48.791Z | Downloaded parking_lot_core v0.8.6 |
1078 | 2025-01-09T19:54:48.794Z | Downloaded pin-project v1.1.6 |
1079 | 2025-01-09T19:54:48.802Z | Downloaded zerofrom v0.1.4 |
1080 | 2025-01-09T19:54:48.804Z | Downloaded itertools v0.12.1 |
1081 | 2025-01-09T19:54:48.811Z | Downloaded zip v0.6.6 |
1082 | 2025-01-09T19:54:48.815Z | Downloaded tungstenite v0.24.0 |
1083 | 2025-01-09T19:54:48.818Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1084 | 2025-01-09T19:54:48.875Z | Downloaded tungstenite v0.21.0 |
1085 | 2025-01-09T19:54:48.878Z | Downloaded rsa v0.9.6 |
1086 | 2025-01-09T19:54:48.883Z | Downloaded libm v0.2.8 |
1087 | 2025-01-09T19:54:48.892Z | Downloaded tiny-keccak v2.0.2 |
1088 | 2025-01-09T19:54:48.894Z | Downloaded phf_generator v0.11.2 |
1089 | 2025-01-09T19:54:48.894Z | Downloaded serde_plain v1.0.2 |
1090 | 2025-01-09T19:54:48.894Z | Downloaded sec1 v0.7.3 |
1091 | 2025-01-09T19:54:48.897Z | Downloaded const_format v0.2.33 |
1092 | 2025-01-09T19:54:48.900Z | Downloaded tokio-tungstenite v0.21.0 |
1093 | 2025-01-09T19:54:48.902Z | Downloaded postgres-types v0.2.8 |
1094 | 2025-01-09T19:54:48.907Z | Downloaded derive_builder_macro v0.20.2 |
1095 | 2025-01-09T19:54:48.909Z | Downloaded bumpalo v3.16.0 |
1096 | 2025-01-09T19:54:48.909Z | Downloaded omicron-zone-package v0.12.0 |
1097 | 2025-01-09T19:54:48.912Z | Downloaded allocator-api2 v0.2.18 |
1098 | 2025-01-09T19:54:48.917Z | Downloaded endian-type v0.1.2 |
1099 | 2025-01-09T19:54:48.919Z | Downloaded hyper v1.5.0 |
1100 | 2025-01-09T19:54:48.922Z | Downloaded phf_codegen v0.11.2 |
1101 | 2025-01-09T19:54:48.924Z | Downloaded phf v0.11.2 |
1102 | 2025-01-09T19:54:48.924Z | Downloaded fixedbitset v0.4.2 |
1103 | 2025-01-09T19:54:48.927Z | Downloaded smf v0.2.3 |
1104 | 2025-01-09T19:54:48.927Z | Downloaded chacha20poly1305 v0.10.1 |
1105 | 2025-01-09T19:54:48.929Z | Downloaded backtrace v0.3.74 |
1106 | 2025-01-09T19:54:48.937Z | Downloaded uzers v0.12.1 |
1107 | 2025-01-09T19:54:48.939Z | Downloaded utf8_iter v1.0.4 |
1108 | 2025-01-09T19:54:48.939Z | Downloaded utf16_iter v1.0.5 |
1109 | 2025-01-09T19:54:48.939Z | Downloaded utf-8 v0.7.6 |
1110 | 2025-01-09T19:54:48.940Z | Downloaded password-hash v0.4.2 |
1111 | 2025-01-09T19:54:48.940Z | Downloaded base64 v0.21.7 |
1112 | 2025-01-09T19:54:48.946Z | Downloaded termcolor v1.4.1 |
1113 | 2025-01-09T19:54:48.950Z | Downloaded stringprep v0.1.5 |
1114 | 2025-01-09T19:54:48.950Z | Downloaded serde_derive_internals v0.29.1 |
1115 | 2025-01-09T19:54:48.950Z | Downloaded zerovec-derive v0.10.3 |
1116 | 2025-01-09T19:54:48.950Z | Downloaded semver v0.1.20 |
1117 | 2025-01-09T19:54:48.950Z | Downloaded secrecy v0.8.0 |
1118 | 2025-01-09T19:54:48.960Z | Downloaded salsa20 v0.10.2 |
1119 | 2025-01-09T19:54:48.960Z | Downloaded rtoolbox v0.0.2 |
1120 | 2025-01-09T19:54:48.960Z | Downloaded rpassword v7.3.1 |
1121 | 2025-01-09T19:54:48.960Z | Downloaded dhcproto v0.12.0 |
1122 | 2025-01-09T19:54:48.963Z | Downloaded typify v0.2.0 |
1123 | 2025-01-09T19:54:48.963Z | Downloaded test-strategy v0.3.1 |
1124 | 2025-01-09T19:54:48.963Z | Downloaded minimal-lexical v0.2.1 |
1125 | 2025-01-09T19:54:48.971Z | Downloaded crossbeam-utils v0.8.20 |
1126 | 2025-01-09T19:54:48.977Z | Downloaded clang-sys v1.8.1 |
1127 | 2025-01-09T19:54:48.977Z | Downloaded proc-macro-crate v1.3.1 |
1128 | 2025-01-09T19:54:48.977Z | Downloaded const_format_proc_macros v0.2.33 |
1129 | 2025-01-09T19:54:48.987Z | Downloaded const-oid v0.9.6 |
1130 | 2025-01-09T19:54:48.987Z | Downloaded base64 v0.13.1 |
1131 | 2025-01-09T19:54:48.987Z | Downloaded icu_collections v1.5.0 |
1132 | 2025-01-09T19:54:48.991Z | Downloaded difflib v0.4.0 |
1133 | 2025-01-09T19:54:48.991Z | Downloaded sha1 v0.10.6 |
1134 | 2025-01-09T19:54:48.991Z | Downloaded blake2 v0.10.6 |
1135 | 2025-01-09T19:54:48.991Z | Downloaded hyper-util v0.1.10 |
1136 | 2025-01-09T19:54:49.008Z | Downloaded http-body-util v0.1.2 |
1137 | 2025-01-09T19:54:49.012Z | Downloaded hostname v0.3.1 |
1138 | 2025-01-09T19:54:49.013Z | Downloaded heck v0.3.3 |
1139 | 2025-01-09T19:54:49.013Z | Downloaded prettyplease v0.2.25 |
1140 | 2025-01-09T19:54:49.013Z | Downloaded indexmap v1.9.3 |
1141 | 2025-01-09T19:54:49.013Z | Downloaded icu_provider v1.5.0 |
1142 | 2025-01-09T19:54:49.013Z | Downloaded icu_properties v1.5.1 |
1143 | 2025-01-09T19:54:49.013Z | Downloaded icu_normalizer_data v1.5.0 |
1144 | 2025-01-09T19:54:49.019Z | Downloaded rustls-pemfile v2.2.0 |
1145 | 2025-01-09T19:54:49.019Z | Downloaded curve25519-dalek-derive v0.1.1 |
1146 | 2025-01-09T19:54:49.019Z | Downloaded crossbeam-deque v0.8.5 |
1147 | 2025-01-09T19:54:49.027Z | Downloaded cobs v0.2.3 |
1148 | 2025-01-09T19:54:49.027Z | Downloaded thiserror-impl v2.0.3 |
1149 | 2025-01-09T19:54:49.027Z | Downloaded crc v3.2.1 |
1150 | 2025-01-09T19:54:49.027Z | Downloaded schemars_derive v0.8.21 |
1151 | 2025-01-09T19:54:49.030Z | Downloaded bcs v0.1.6 |
1152 | 2025-01-09T19:54:49.030Z | Downloaded cexpr v0.6.0 |
1153 | 2025-01-09T19:54:49.030Z | Downloaded progenitor-impl v0.8.0 |
1154 | 2025-01-09T19:54:49.031Z | Downloaded crunchy v0.2.2 |
1155 | 2025-01-09T19:54:49.031Z | Downloaded crucible-workspace-hack v0.1.0 |
1156 | 2025-01-09T19:54:49.032Z | Downloaded castaway v0.2.3 |
1157 | 2025-01-09T19:54:49.036Z | Downloaded buf-list v1.0.3 |
1158 | 2025-01-09T19:54:49.036Z | Downloaded addr2line v0.24.2 |
1159 | 2025-01-09T19:54:49.036Z | Downloaded is-terminal v0.4.13 |
1160 | 2025-01-09T19:54:49.041Z | Downloaded indoc v1.0.9 |
1161 | 2025-01-09T19:54:49.041Z | Downloaded libefi-sys v0.1.0 |
1162 | 2025-01-09T19:54:49.046Z | Downloaded ipnetwork v0.20.0 |
1163 | 2025-01-09T19:54:49.046Z | Downloaded internet-checksum v0.2.1 |
1164 | 2025-01-09T19:54:49.046Z | Downloaded idna_adapter v1.2.0 |
1165 | 2025-01-09T19:54:49.046Z | Downloaded array-init v0.0.4 |
1166 | 2025-01-09T19:54:49.046Z | Downloaded aes v0.8.4 |
1167 | 2025-01-09T19:54:49.177Z | Downloaded ring v0.17.8 |
1168 | 2025-01-09T19:54:49.291Z | Downloaded libsqlite3-sys v0.30.1 |
1169 | 2025-01-09T19:54:49.467Z | Downloaded aws-lc-sys v0.22.0 |
1170 | 2025-01-09T19:54:49.799Z | Compiling serde v1.0.215 |
1171 | 2025-01-09T19:54:49.805Z | Compiling lock_api v0.4.12 |
1172 | 2025-01-09T19:54:49.805Z | Compiling scopeguard v1.2.0 |
1173 | 2025-01-09T19:54:49.805Z | Compiling value-bag v1.9.0 |
1174 | 2025-01-09T19:54:49.805Z | Compiling typenum v1.17.0 |
1175 | 2025-01-09T19:54:49.953Z | Compiling generic-array v0.14.7 |
1176 | 2025-01-09T19:54:49.996Z | Compiling syn v2.0.87 |
1177 | 2025-01-09T19:54:50.018Z | Compiling getrandom v0.2.15 |
1178 | 2025-01-09T19:54:50.094Z | Compiling shlex v1.3.0 |
1179 | 2025-01-09T19:54:50.368Z | Compiling log v0.4.22 |
1180 | 2025-01-09T19:54:50.462Z | Compiling rand_core v0.6.4 |
1181 | 2025-01-09T19:54:50.512Z | Compiling subtle v2.6.1 |
1182 | 2025-01-09T19:54:50.534Z | Compiling jobserver v0.1.32 |
1183 | 2025-01-09T19:54:50.554Z | Compiling const-oid v0.9.6 |
1184 | 2025-01-09T19:54:50.896Z | Compiling smallvec v1.13.2 |
1185 | 2025-01-09T19:54:50.916Z | Compiling cc v1.1.30 |
1186 | 2025-01-09T19:54:51.008Z | Compiling spin v0.9.8 |
1187 | 2025-01-09T19:54:51.290Z | Compiling pin-project-lite v0.2.14 |
1188 | 2025-01-09T19:54:51.337Z | Compiling rustix v0.38.37 |
1189 | 2025-01-09T19:54:51.416Z | Compiling parking_lot_core v0.9.10 |
1190 | 2025-01-09T19:54:51.456Z | Compiling futures-core v0.3.31 |
1191 | 2025-01-09T19:54:51.491Z | Compiling signal-hook-registry v1.4.2 |
1192 | 2025-01-09T19:54:51.705Z | Compiling mio v1.0.2 |
1193 | 2025-01-09T19:54:52.261Z | Compiling parking_lot v0.12.3 |
1194 | 2025-01-09T19:54:52.308Z | Compiling aho-corasick v1.1.3 |
1195 | 2025-01-09T19:54:52.499Z | Compiling either v1.13.0 |
1196 | 2025-01-09T19:54:52.523Z | Compiling cpufeatures v0.2.14 |
1197 | 2025-01-09T19:54:52.624Z | Compiling regex-syntax v0.8.5 |
1198 | 2025-01-09T19:54:52.743Z | Compiling lazy_static v1.5.0 |
1199 | 2025-01-09T19:54:52.872Z | Compiling glob v0.3.1 |
1200 | 2025-01-09T19:54:52.875Z | Compiling futures-sink v0.3.31 |
1201 | 2025-01-09T19:54:52.915Z | Compiling stable_deref_trait v1.2.0 |
1202 | 2025-01-09T19:54:53.021Z | Compiling socket2 v0.5.7 |
1203 | 2025-01-09T19:54:53.155Z | Compiling slab v0.4.9 |
1204 | 2025-01-09T19:54:53.441Z | Compiling prettyplease v0.2.25 |
1205 | 2025-01-09T19:54:53.828Z | Compiling clang-sys v1.8.1 |
1206 | 2025-01-09T19:54:53.847Z | Compiling minimal-lexical v0.2.1 |
1207 | 2025-01-09T19:54:53.944Z | Compiling serde_json v1.0.133 |
1208 | 2025-01-09T19:54:54.300Z | Compiling nom v7.1.3 |
1209 | 2025-01-09T19:54:54.339Z | Compiling libloading v0.8.5 |
1210 | 2025-01-09T19:54:54.360Z | Compiling bindgen v0.69.5 |
1211 | 2025-01-09T19:54:54.557Z | Compiling home v0.5.9 |
1212 | 2025-01-09T19:54:54.832Z | Compiling futures-channel v0.3.31 |
1213 | 2025-01-09T19:54:55.179Z | Compiling itertools v0.12.1 |
1214 | 2025-01-09T19:54:55.199Z | Compiling libm v0.2.8 |
1215 | 2025-01-09T19:54:55.258Z | Compiling pin-utils v0.1.0 |
1216 | 2025-01-09T19:54:55.359Z | Compiling foldhash v0.1.3 |
1217 | 2025-01-09T19:54:55.542Z | Compiling futures-task v0.3.31 |
1218 | 2025-01-09T19:54:55.680Z | Compiling futures-io v0.3.31 |
1219 | 2025-01-09T19:54:55.851Z | Compiling lazycell v1.3.0 |
1220 | 2025-01-09T19:54:56.034Z | Compiling allocator-api2 v0.2.18 |
1221 | 2025-01-09T19:54:56.037Z | Compiling rustc-hash v1.1.0 |
1222 | 2025-01-09T19:54:56.223Z | Compiling cmake v0.1.51 |
1223 | 2025-01-09T19:54:56.868Z | Compiling regex-automata v0.4.8 |
1224 | 2025-01-09T19:54:57.254Z | Compiling hashbrown v0.15.1 |
1225 | 2025-01-09T19:54:57.919Z | Compiling synstructure v0.13.1 |
1226 | 2025-01-09T19:54:58.030Z | Compiling cexpr v0.6.0 |
1227 | 2025-01-09T19:54:58.552Z | Compiling num-traits v0.2.19 |
1228 | 2025-01-09T19:54:58.868Z | Compiling dunce v1.0.5 |
1229 | 2025-01-09T19:54:59.008Z | Compiling pkg-config v0.3.31 |
1230 | 2025-01-09T19:54:59.500Z | Compiling fs_extra v1.3.0 |
1231 | 2025-01-09T19:54:59.741Z | Compiling tinyvec_macros v0.1.1 |
1232 | 2025-01-09T19:54:59.838Z | Compiling tinyvec v1.8.0 |
1233 | 2025-01-09T19:55:00.112Z | Compiling ring v0.17.8 |
1234 | 2025-01-09T19:55:00.543Z | Compiling base64ct v1.6.0 |
1235 | 2025-01-09T19:55:01.259Z | Compiling litemap v0.7.3 |
1236 | 2025-01-09T19:55:01.329Z | Compiling unicode-normalization v0.1.24 |
1237 | 2025-01-09T19:55:01.493Z | Compiling unicode-bidi v0.3.17 |
1238 | 2025-01-09T19:55:01.536Z | Compiling paste v1.0.15 |
1239 | 2025-01-09T19:55:01.651Z | Compiling writeable v0.5.5 |
1240 | 2025-01-09T19:55:02.212Z | Compiling pem-rfc7468 v0.7.0 |
1241 | 2025-01-09T19:55:02.411Z | Compiling regex v1.11.1 |
1242 | 2025-01-09T19:55:02.912Z | Compiling aws-lc-rs v1.10.0 |
1243 | 2025-01-09T19:55:02.912Z | Compiling flagset v0.4.6 |
1244 | 2025-01-09T19:55:03.131Z | Compiling httparse v1.9.5 |
1245 | 2025-01-09T19:55:03.321Z | Compiling tracing-core v0.1.32 |
1246 | 2025-01-09T19:55:03.542Z | Compiling crossbeam-utils v0.8.20 |
1247 | 2025-01-09T19:55:03.931Z | Compiling percent-encoding v2.3.1 |
1248 | 2025-01-09T19:55:04.173Z | Compiling rustls-pki-types v1.10.0 |
1249 | 2025-01-09T19:55:04.293Z | Compiling icu_locid_transform_data v1.5.0 |
1250 | 2025-01-09T19:55:04.401Z | Compiling icu_properties_data v1.5.0 |
1251 | 2025-01-09T19:55:04.667Z | Compiling time-core v0.1.2 |
1252 | 2025-01-09T19:55:04.711Z | Compiling mirai-annotations v1.12.0 |
1253 | 2025-01-09T19:55:04.818Z | Compiling serde_derive v1.0.215 |
1254 | 2025-01-09T19:55:04.841Z | Compiling zeroize_derive v1.4.2 |
1255 | 2025-01-09T19:55:04.902Z | Compiling zerocopy-derive v0.7.35 |
1256 | 2025-01-09T19:55:05.057Z | Compiling tokio-macros v2.4.0 |
1257 | 2025-01-09T19:55:05.265Z | Compiling zerofrom-derive v0.1.4 |
1258 | 2025-01-09T19:55:06.429Z | Compiling zeroize v1.8.1 |
1259 | 2025-01-09T19:55:06.817Z | Compiling yoke-derive v0.7.4 |
1260 | 2025-01-09T19:55:06.946Z | Compiling thiserror-impl v1.0.69 |
1261 | 2025-01-09T19:55:07.198Z | Compiling zerocopy v0.7.35 |
1262 | 2025-01-09T19:55:08.080Z | Compiling crypto-common v0.1.6 |
1263 | 2025-01-09T19:55:08.102Z | Compiling block-buffer v0.10.4 |
1264 | 2025-01-09T19:55:08.324Z | Compiling zerovec-derive v0.10.3 |
1265 | 2025-01-09T19:55:08.373Z | Compiling digest v0.10.7 |
1266 | 2025-01-09T19:55:08.859Z | Compiling futures-macro v0.3.31 |
1267 | 2025-01-09T19:55:08.937Z | Compiling hmac v0.12.1 |
1268 | 2025-01-09T19:55:09.198Z | Compiling block-padding v0.3.3 |
1269 | 2025-01-09T19:55:09.406Z | Compiling zerofrom v0.1.4 |
1270 | 2025-01-09T19:55:09.478Z | Compiling displaydoc v0.2.5 |
1271 | 2025-01-09T19:55:09.649Z | Compiling inout v0.1.3 |
1272 | 2025-01-09T19:55:09.790Z | Compiling sha2 v0.10.8 |
1273 | 2025-01-09T19:55:09.932Z | Compiling cipher v0.4.4 |
1274 | 2025-01-09T19:55:09.960Z | Compiling yoke v0.7.4 |
1275 | 2025-01-09T19:55:10.349Z | Compiling ppv-lite86 v0.2.20 |
1276 | 2025-01-09T19:55:10.444Z | Compiling thiserror v1.0.69 |
1277 | 2025-01-09T19:55:10.475Z | Compiling icu_provider_macros v1.5.0 |
1278 | 2025-01-09T19:55:10.584Z | Compiling der_derive v0.7.3 |
1279 | 2025-01-09T19:55:10.832Z | Compiling futures-util v0.3.31 |
1280 | 2025-01-09T19:55:11.122Z | Compiling zerovec v0.10.4 |
1281 | 2025-01-09T19:55:11.195Z | Compiling rand_chacha v0.3.1 |
1282 | 2025-01-09T19:55:11.198Z | Compiling tracing-attributes v0.1.27 |
1283 | 2025-01-09T19:55:11.672Z | Compiling rand v0.8.5 |
1284 | 2025-01-09T19:55:13.104Z | Compiling tinystr v0.7.6 |
1285 | 2025-01-09T19:55:13.315Z | Compiling der v0.7.9 |
1286 | 2025-01-09T19:55:13.335Z | Compiling icu_collections v1.5.0 |
1287 | 2025-01-09T19:55:13.468Z | Compiling pest v2.7.14 |
1288 | 2025-01-09T19:55:13.563Z | Compiling icu_locid v1.5.0 |
1289 | 2025-01-09T19:55:13.900Z | Compiling salsa20 v0.10.2 |
1290 | 2025-01-09T19:55:14.148Z | Compiling pbkdf2 v0.12.2 |
1291 | 2025-01-09T19:55:14.316Z | Compiling untrusted v0.7.1 |
1292 | 2025-01-09T19:55:14.514Z | Compiling untrusted v0.9.0 |
1293 | 2025-01-09T19:55:14.701Z | Compiling num-conv v0.1.0 |
1294 | 2025-01-09T19:55:14.934Z | Compiling icu_provider v1.5.0 |
1295 | 2025-01-09T19:55:14.995Z | Compiling vcpkg v0.2.15 |
1296 | 2025-01-09T19:55:15.150Z | Compiling tracing v0.1.40 |
1297 | 2025-01-09T19:55:15.681Z | Compiling icu_locid_transform v1.5.0 |
1298 | 2025-01-09T19:55:16.024Z | Compiling spki v0.7.3 |
1299 | 2025-01-09T19:55:16.098Z | Compiling powerfmt v0.2.0 |
1300 | 2025-01-09T19:55:16.413Z | Compiling deranged v0.3.11 |
1301 | 2025-01-09T19:55:16.507Z | Compiling pest_meta v2.7.14 |
1302 | 2025-01-09T19:55:16.597Z | Compiling time-macros v0.2.18 |
1303 | 2025-01-09T19:55:17.013Z | Compiling icu_properties v1.5.1 |
1304 | 2025-01-09T19:55:17.164Z | Compiling openssl-sys v0.9.103 |
1305 | 2025-01-09T19:55:18.257Z | Compiling scrypt v0.11.0 |
1306 | 2025-01-09T19:55:18.300Z | Compiling cbc v0.1.2 |
1307 | 2025-01-09T19:55:18.362Z | Compiling aes v0.8.4 |
1308 | 2025-01-09T19:55:18.555Z | Compiling scroll_derive v0.12.0 |
1309 | 2025-01-09T19:55:19.308Z | Compiling bitflags v2.6.0 |
1310 | 2025-01-09T19:55:19.762Z | Compiling bytes v1.8.0 |
1311 | 2025-01-09T19:55:20.091Z | Compiling indexmap v2.6.0 |
1312 | 2025-01-09T19:55:20.621Z | Compiling semver v1.0.23 |
1313 | 2025-01-09T19:55:21.080Z | Compiling tokio v1.40.0 |
1314 | 2025-01-09T19:55:21.180Z | Compiling http v1.1.0 |
1315 | 2025-01-09T19:55:21.387Z | Compiling rustc_version v0.4.1 |
1316 | 2025-01-09T19:55:21.614Z | Compiling utf16_iter v1.0.5 |
1317 | 2025-01-09T19:55:21.785Z | Compiling atomic-waker v1.1.2 |
1318 | 2025-01-09T19:55:21.815Z | Compiling num_threads v0.1.7 |
1319 | 2025-01-09T19:55:21.923Z | Compiling utf8_iter v1.0.4 |
1320 | 2025-01-09T19:55:21.943Z | Compiling icu_normalizer_data v1.5.0 |
1321 | 2025-01-09T19:55:21.964Z | Compiling write16 v1.0.0 |
1322 | 2025-01-09T19:55:22.050Z | Compiling time v0.3.36 |
1323 | 2025-01-09T19:55:22.098Z | Compiling scroll v0.12.0 |
1324 | 2025-01-09T19:55:22.126Z | Compiling icu_normalizer v1.5.0 |
1325 | 2025-01-09T19:55:22.173Z | Compiling pkcs5 v0.7.1 |
1326 | 2025-01-09T19:55:22.768Z | Compiling http-body v1.0.1 |
1327 | 2025-01-09T19:55:23.011Z | Compiling pest_generator v2.7.14 |
1328 | 2025-01-09T19:55:23.298Z | Compiling form_urlencoded v1.2.1 |
1329 | 2025-01-09T19:55:23.411Z | Compiling try-lock v0.2.5 |
1330 | 2025-01-09T19:55:23.566Z | Compiling slog v2.7.0 |
1331 | 2025-01-09T19:55:23.614Z | Compiling want v0.3.1 |
1332 | 2025-01-09T19:55:23.662Z | Compiling goblin v0.8.2 |
1333 | 2025-01-09T19:55:23.945Z | Compiling which v4.4.2 |
1334 | 2025-01-09T19:55:24.176Z | Compiling idna_adapter v1.2.0 |
1335 | 2025-01-09T19:55:24.176Z | Compiling pkcs8 v0.10.2 |
1336 | 2025-01-09T19:55:24.573Z | Compiling uuid v1.11.0 |
1337 | 2025-01-09T19:55:24.897Z | Compiling httpdate v1.0.3 |
1338 | 2025-01-09T19:55:25.039Z | Compiling pest_derive v2.7.14 |
1339 | 2025-01-09T19:55:25.278Z | Compiling iana-time-zone v0.1.61 |
1340 | 2025-01-09T19:55:25.380Z | Compiling idna v1.0.3 |
1341 | 2025-01-09T19:55:25.754Z | Compiling chrono v0.4.38 |
1342 | 2025-01-09T19:55:25.844Z | Compiling dtrace-parser v0.2.0 |
1343 | 2025-01-09T19:55:26.837Z | Compiling serde_spanned v0.6.8 |
1344 | 2025-01-09T19:55:27.073Z | Compiling serde_tokenstream v0.2.2 |
1345 | 2025-01-09T19:55:27.248Z | Compiling toml_datetime v0.6.8 |
1346 | 2025-01-09T19:55:27.459Z | Compiling base64 v0.22.1 |
1347 | 2025-01-09T19:55:27.685Z | Compiling match_cfg v0.1.0 |
1348 | 2025-01-09T19:55:27.767Z | Compiling adler2 v2.0.0 |
1349 | 2025-01-09T19:55:27.792Z | Compiling foreign-types-shared v0.1.1 |
1350 | 2025-01-09T19:55:27.902Z | Compiling openssl v0.10.66 |
1351 | 2025-01-09T19:55:27.981Z | Compiling rustversion v1.0.17 |
1352 | 2025-01-09T19:55:28.068Z | Compiling tower-service v0.3.3 |
1353 | 2025-01-09T19:55:28.196Z | Compiling miniz_oxide v0.8.0 |
1354 | 2025-01-09T19:55:28.215Z | Compiling foreign-types v0.3.2 |
1355 | 2025-01-09T19:55:28.314Z | Compiling hostname v0.3.1 |
1356 | 2025-01-09T19:55:28.368Z | Compiling url v2.5.3 |
1357 | 2025-01-09T19:55:28.778Z | Compiling openssl-macros v0.1.1 |
1358 | 2025-01-09T19:55:29.529Z | Compiling tokio-util v0.7.12 |
1359 | 2025-01-09T19:55:29.564Z | Compiling dof v0.3.0 |
1360 | 2025-01-09T19:55:29.815Z | Compiling async-trait v0.1.83 |
1361 | 2025-01-09T19:55:30.010Z | Compiling serde_derive_internals v0.29.1 |
1362 | 2025-01-09T19:55:30.404Z | Compiling usdt-impl v0.5.0 |
1363 | 2025-01-09T19:55:31.039Z | Compiling h2 v0.4.6 |
1364 | 2025-01-09T19:55:31.801Z | Compiling dirs-sys-next v0.1.2 |
1365 | 2025-01-09T19:55:31.986Z | Compiling data-encoding v2.6.0 |
1366 | 2025-01-09T19:55:32.440Z | Compiling syn v1.0.109 |
1367 | 2025-01-09T19:55:32.609Z | Compiling schemars v0.8.21 |
1368 | 2025-01-09T19:55:32.801Z | Compiling rustls v0.23.19 |
1369 | 2025-01-09T19:55:32.943Z | Compiling siphasher v0.3.11 |
1370 | 2025-01-09T19:55:33.056Z | Compiling native-tls v0.2.12 |
1371 | 2025-01-09T19:55:33.077Z | Compiling rustls v0.22.4 |
1372 | 2025-01-09T19:55:33.409Z | Compiling schemars_derive v0.8.21 |
1373 | 2025-01-09T19:55:33.446Z | Compiling dirs-next v2.0.0 |
1374 | 2025-01-09T19:55:34.108Z | Compiling http-body-util v0.1.2 |
1375 | 2025-01-09T19:55:34.407Z | Compiling heapless v0.7.17 |
1376 | 2025-01-09T19:55:34.662Z | Compiling crossbeam-epoch v0.9.18 |
1377 | 2025-01-09T19:55:34.845Z | Compiling sha1 v0.10.6 |
1378 | 2025-01-09T19:55:35.147Z | Compiling signature v2.2.0 |
1379 | 2025-01-09T19:55:35.269Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1380 | 2025-01-09T19:55:35.400Z | Compiling thread_local v1.1.8 |
1381 | 2025-01-09T19:55:35.444Z | Compiling encoding_rs v0.8.34 |
1382 | 2025-01-09T19:55:35.748Z | Compiling cookie v0.18.1 |
1383 | 2025-01-09T19:55:35.930Z | Compiling multer v3.1.0 |
1384 | 2025-01-09T19:55:36.039Z | Compiling gimli v0.31.1 |
1385 | 2025-01-09T19:55:36.220Z | Compiling ipnet v2.10.1 |
1386 | 2025-01-09T19:55:36.797Z | Compiling openssl-probe v0.1.5 |
1387 | 2025-01-09T19:55:36.866Z | Compiling rayon-core v1.12.1 |
1388 | 2025-01-09T19:55:37.130Z | Compiling unicode-properties v0.1.3 |
1389 | 2025-01-09T19:55:37.170Z | Compiling signal-hook v0.3.17 |
1390 | 2025-01-09T19:55:37.431Z | Compiling dyn-clone v1.0.17 |
1391 | 2025-01-09T19:55:37.504Z | Compiling slog-async v2.8.0 |
1392 | 2025-01-09T19:55:37.528Z | Compiling mime v0.3.17 |
1393 | 2025-01-09T19:55:38.115Z | Compiling stringprep v0.1.5 |
1394 | 2025-01-09T19:55:38.136Z | Compiling hyper v1.5.0 |
1395 | 2025-01-09T19:55:39.549Z | Compiling toml_edit v0.22.22 |
1396 | 2025-01-09T19:55:40.626Z | Compiling hyper-util v0.1.10 |
1397 | 2025-01-09T19:55:41.303Z | Compiling addr2line v0.24.2 |
1398 | 2025-01-09T19:55:41.824Z | Compiling crossbeam-deque v0.8.5 |
1399 | 2025-01-09T19:55:42.092Z | Compiling usdt-attr-macro v0.5.0 |
1400 | 2025-01-09T19:55:42.143Z | Compiling usdt-macro v0.5.0 |
1401 | 2025-01-09T19:55:42.221Z | Compiling term v0.7.0 |
1402 | 2025-01-09T19:55:43.085Z | Compiling slog-json v2.6.1 |
1403 | 2025-01-09T19:55:43.453Z | Compiling serde_urlencoded v0.7.1 |
1404 | 2025-01-09T19:55:43.626Z | Compiling curve25519-dalek v4.1.3 |
1405 | 2025-01-09T19:55:43.697Z | Compiling crossbeam-channel v0.5.13 |
1406 | 2025-01-09T19:55:43.731Z | Compiling futures-executor v0.3.31 |
1407 | 2025-01-09T19:55:43.733Z | Compiling enum-as-inner v0.6.1 |
1408 | 2025-01-09T19:55:44.032Z | Compiling md-5 v0.10.6 |
1409 | 2025-01-09T19:55:44.248Z | Compiling async-stream-impl v0.3.6 |
1410 | 2025-01-09T19:55:44.300Z | Compiling rustls-pemfile v2.2.0 |
1411 | 2025-01-09T19:55:44.354Z | Compiling num-integer v0.1.46 |
1412 | 2025-01-09T19:55:44.640Z | Compiling idna v0.3.0 |
1413 | 2025-01-09T19:55:44.834Z | Compiling idna v0.4.0 |
1414 | 2025-01-09T19:55:44.868Z | Compiling hash32 v0.2.1 |
1415 | 2025-01-09T19:55:45.144Z | Compiling ff v0.13.0 |
1416 | 2025-01-09T19:55:45.259Z | Compiling is-terminal v0.4.13 |
1417 | 2025-01-09T19:55:45.356Z | Compiling dropshot v0.12.0 |
1418 | 2025-01-09T19:55:45.394Z | Compiling object v0.36.5 |
1419 | 2025-01-09T19:55:45.652Z | Compiling portable-atomic v1.9.0 |
1420 | 2025-01-09T19:55:45.654Z | Compiling fallible-iterator v0.2.0 |
1421 | 2025-01-09T19:55:46.320Z | Compiling rustc-demangle v0.1.24 |
1422 | 2025-01-09T19:55:46.379Z | Compiling psl-types v2.0.11 |
1423 | 2025-01-09T19:55:46.486Z | Compiling anyhow v1.0.93 |
1424 | 2025-01-09T19:55:46.586Z | Compiling linked-hash-map v0.5.6 |
1425 | 2025-01-09T19:55:46.734Z | Compiling num-bigint-dig v0.8.4 |
1426 | 2025-01-09T19:55:46.949Z | Compiling base16ct v0.2.0 |
1427 | 2025-01-09T19:55:47.030Z | Compiling take_mut v0.2.2 |
1428 | 2025-01-09T19:55:47.105Z | Compiling quick-error v1.2.3 |
1429 | 2025-01-09T19:55:47.187Z | Compiling utf-8 v0.7.6 |
1430 | 2025-01-09T19:55:47.253Z | Compiling smoltcp v0.9.1 |
1431 | 2025-01-09T19:55:47.274Z | Compiling resolv-conf v0.7.0 |
1432 | 2025-01-09T19:55:47.533Z | Compiling tungstenite v0.24.0 |
1433 | 2025-01-09T19:55:47.812Z | Compiling sec1 v0.7.3 |
1434 | 2025-01-09T19:55:48.107Z | Compiling lru-cache v0.1.2 |
1435 | 2025-01-09T19:55:48.374Z | Compiling publicsuffix v2.2.3 |
1436 | 2025-01-09T19:55:48.377Z | Compiling postgres-protocol v0.6.7 |
1437 | 2025-01-09T19:55:48.414Z | Compiling hickory-proto v0.24.1 |
1438 | 2025-01-09T19:55:48.501Z | Compiling async-stream v0.3.6 |
1439 | 2025-01-09T19:55:48.697Z | Compiling slog-term v2.9.1 |
1440 | 2025-01-09T19:55:48.815Z | Compiling usdt v0.5.0 |
1441 | 2025-01-09T19:55:49.347Z | Compiling group v0.13.0 |
1442 | 2025-01-09T19:55:49.732Z | Compiling num-iter v0.1.45 |
1443 | 2025-01-09T19:55:49.918Z | Compiling futures v0.3.31 |
1444 | 2025-01-09T19:55:49.983Z | Compiling slog-bunyan v2.5.0 |
1445 | 2025-01-09T19:55:50.041Z | Compiling toml v0.8.19 |
1446 | 2025-01-09T19:55:50.856Z | Compiling camino v1.1.9 |
1447 | 2025-01-09T19:55:51.844Z | Compiling tokio-native-tls v0.3.1 |
1448 | 2025-01-09T19:55:51.934Z | Compiling phf_shared v0.11.2 |
1449 | 2025-01-09T19:55:52.129Z | Compiling dropshot_endpoint v0.12.0 |
1450 | 2025-01-09T19:55:52.343Z | Compiling terminal_size v0.4.0 |
1451 | 2025-01-09T19:55:52.410Z | Compiling openapiv3 v2.0.0 |
1452 | 2025-01-09T19:55:52.573Z | Compiling waitgroup v0.1.2 |
1453 | 2025-01-09T19:55:52.805Z | Compiling backtrace v0.3.74 |
1454 | 2025-01-09T19:55:52.862Z | Compiling serde_path_to_error v0.1.16 |
1455 | 2025-01-09T19:55:53.465Z | Compiling hkdf v0.12.4 |
1456 | 2025-01-09T19:55:53.724Z | Compiling crypto-bigint v0.5.5 |
1457 | 2025-01-09T19:55:53.757Z | Compiling zerocopy-derive v0.6.6 |
1458 | 2025-01-09T19:55:56.037Z | Compiling curve25519-dalek-derive v0.1.1 |
1459 | 2025-01-09T19:55:56.609Z | Compiling webpki-roots v0.26.6 |
1460 | 2025-01-09T19:55:56.765Z | Compiling hubpack_derive v0.1.1 |
1461 | 2025-01-09T19:55:56.837Z | Compiling idna v0.5.0 |
1462 | 2025-01-09T19:55:56.868Z | Compiling hostname v0.4.0 |
1463 | 2025-01-09T19:55:56.888Z | Compiling ahash v0.8.11 |
1464 | 2025-01-09T19:55:57.136Z | Compiling fs-err v2.11.0 |
1465 | 2025-01-09T19:55:57.224Z | Compiling crc32fast v1.4.2 |
1466 | 2025-01-09T19:55:57.436Z | Compiling winnow v0.5.40 |
1467 | 2025-01-09T19:55:57.572Z | Compiling bitflags v1.3.2 |
1468 | 2025-01-09T19:55:57.593Z | Compiling newtype-uuid v1.1.3 |
1469 | 2025-01-09T19:55:57.644Z | Compiling managed v0.8.0 |
1470 | 2025-01-09T19:55:57.684Z | Compiling debug-ignore v1.0.5 |
1471 | 2025-01-09T19:55:57.826Z | Compiling cookie_store v0.21.0 |
1472 | 2025-01-09T19:55:57.877Z | Compiling clap_builder v4.5.21 |
1473 | 2025-01-09T19:55:58.544Z | Compiling strum_macros v0.25.3 |
1474 | 2025-01-09T19:55:59.091Z | Compiling console v0.15.8 |
1475 | 2025-01-09T19:55:59.497Z | Compiling hubpack v0.1.2 |
1476 | 2025-01-09T19:55:59.968Z | Compiling flate2 v1.0.34 |
1477 | 2025-01-09T19:56:00.477Z | Compiling elliptic-curve v0.13.8 |
1478 | 2025-01-09T19:56:00.703Z | Compiling zerocopy v0.6.6 |
1479 | 2025-01-09T19:56:00.942Z | Compiling hickory-resolver v0.24.1 |
1480 | 2025-01-09T19:56:01.340Z | Compiling toml_edit v0.19.15 |
1481 | 2025-01-09T19:56:01.581Z | Compiling signal-hook-mio v0.2.4 |
1482 | 2025-01-09T19:56:01.751Z | Compiling phf v0.11.2 |
1483 | 2025-01-09T19:56:02.060Z | Compiling hyper-tls v0.6.0 |
1484 | 2025-01-09T19:56:02.288Z | Compiling rayon v1.10.0 |
1485 | 2025-01-09T19:56:02.486Z | Compiling bzip2 v0.4.4 |
1486 | 2025-01-09T19:56:02.907Z | Compiling postgres-types v0.2.8 |
1487 | 2025-01-09T19:56:04.488Z | Compiling tokio-tungstenite v0.24.0 |
1488 | 2025-01-09T19:56:06.474Z | Compiling ed25519 v2.2.3 |
1489 | 2025-01-09T19:56:07.167Z | Compiling phf_shared v0.10.0 |
1490 | 2025-01-09T19:56:07.349Z | Compiling tokio-stream v0.1.16 |
1491 | 2025-01-09T19:56:07.594Z | Compiling pkcs1 v0.7.5 |
1492 | 2025-01-09T19:56:07.798Z | Compiling serde-big-array v0.5.1 |
1493 | 2025-01-09T19:56:07.989Z | Compiling clap_derive v4.5.18 |
1494 | 2025-01-09T19:56:08.030Z | Compiling rfc6979 v0.4.0 |
1495 | 2025-01-09T19:56:08.226Z | Compiling derive-where v1.2.7 |
1496 | 2025-01-09T19:56:08.312Z | Compiling serde_repr v0.1.19 |
1497 | 2025-01-09T19:56:08.446Z | Compiling float-cmp v0.9.0 |
1498 | 2025-01-09T19:56:08.608Z | Compiling bstr v1.10.0 |
1499 | 2025-01-09T19:56:08.678Z | Compiling sync_wrapper v1.0.1 |
1500 | 2025-01-09T19:56:08.842Z | Compiling fixedbitset v0.4.2 |
1501 | 2025-01-09T19:56:09.324Z | Compiling new_debug_unreachable v1.0.6 |
1502 | 2025-01-09T19:56:09.424Z | Compiling predicates-core v1.0.8 |
1503 | 2025-01-09T19:56:09.503Z | Compiling unicode-width v0.2.0 |
1504 | 2025-01-09T19:56:09.534Z | Compiling whoami v1.5.2 |
1505 | 2025-01-09T19:56:09.787Z | Compiling unicode-segmentation v1.12.0 |
1506 | 2025-01-09T19:56:10.045Z | Compiling number_prefix v0.4.0 |
1507 | 2025-01-09T19:56:10.179Z | Compiling precomputed-hash v0.1.1 |
1508 | 2025-01-09T19:56:10.285Z | Compiling normalize-line-endings v0.3.0 |
1509 | 2025-01-09T19:56:10.306Z | Compiling static_assertions v1.1.0 |
1510 | 2025-01-09T19:56:10.409Z | Compiling bit-vec v0.6.3 |
1511 | 2025-01-09T19:56:10.430Z | Compiling difflib v0.4.0 |
1512 | 2025-01-09T19:56:10.433Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1513 | 2025-01-09T19:56:10.675Z | Compiling similar v2.6.0 |
1514 | 2025-01-09T19:56:10.883Z | Compiling predicates v3.1.2 |
1515 | 2025-01-09T19:56:11.904Z | Compiling bit-set v0.5.3 |
1516 | 2025-01-09T19:56:12.107Z | Compiling string_cache v0.8.7 |
1517 | 2025-01-09T19:56:12.192Z | Compiling indicatif v0.17.9 |
1518 | 2025-01-09T19:56:12.588Z | Compiling tokio-postgres v0.7.12 |
1519 | 2025-01-09T19:56:12.659Z | Compiling petgraph v0.6.5 |
1520 | 2025-01-09T19:56:13.169Z | Compiling ecdsa v0.16.9 |
1521 | 2025-01-09T19:56:13.196Z | Compiling clap v4.5.21 |
1522 | 2025-01-09T19:56:13.332Z | Compiling rsa v0.9.6 |
1523 | 2025-01-09T19:56:14.100Z | Compiling ed25519-dalek v2.1.1 |
1524 | 2025-01-09T19:56:14.559Z | Compiling toml v0.7.8 |
1525 | 2025-01-09T19:56:15.452Z | Compiling zip v0.6.6 |
1526 | 2025-01-09T19:56:16.304Z | Compiling crossterm v0.28.1 |
1527 | 2025-01-09T19:56:17.515Z | Compiling hex v0.4.3 |
1528 | 2025-01-09T19:56:17.535Z | Compiling x509-cert v0.2.5 |
1529 | 2025-01-09T19:56:17.613Z | Compiling itertools v0.10.5 |
1530 | 2025-01-09T19:56:17.798Z | Compiling unicode-xid v0.2.6 |
1531 | 2025-01-09T19:56:17.978Z | Compiling peg-runtime v0.8.3 |
1532 | 2025-01-09T19:56:18.109Z | Compiling lalrpop-util v0.19.12 |
1533 | 2025-01-09T19:56:18.678Z | Compiling strum_macros v0.26.4 |
1534 | 2025-01-09T19:56:18.708Z | Compiling xattr v1.3.1 |
1535 | 2025-01-09T19:56:18.708Z | Compiling filetime v0.2.25 |
1536 | 2025-01-09T19:56:19.001Z | Compiling tar v0.4.42 |
1537 | 2025-01-09T19:56:23.707Z | Compiling strum v0.26.3 |
1538 | 2025-01-09T19:56:26.038Z | Compiling aws-lc-sys v0.22.0 |
1539 | 2025-01-09T19:56:53.946Z | Compiling rustls-webpki v0.102.8 |
1540 | 2025-01-09T19:56:57.309Z | Compiling tokio-rustls v0.25.0 |
1541 | 2025-01-09T19:56:59.032Z | Compiling tokio-rustls v0.26.0 |
1542 | 2025-01-09T19:56:59.435Z | Compiling hyper-rustls v0.27.3 |
1543 | 2025-01-09T19:56:59.752Z | Compiling reqwest v0.12.9 |
1544 | 2025-01-09T19:57:01.102Z | Compiling qorb v0.2.1 |
1545 | 2025-01-09T19:57:05.680Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1546 | 2025-01-09T19:57:05.916Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1547 | 2025-01-09T19:57:11.755Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1548 | 2025-01-09T19:57:11.925Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1549 | 2025-01-09T19:57:12.006Z | Jan 09 19:57:10.647 INFO Starting download, target: Clickhouse |
1550 | 2025-01-09T19:57:12.006Z | Jan 09 19:57:10.647 INFO Starting download, target: Cockroach |
1551 | 2025-01-09T19:57:12.006Z | Jan 09 19:57:10.647 INFO Starting download, target: Console |
1552 | 2025-01-09T19:57:12.006Z | Jan 09 19:57:10.647 INFO Starting download, target: DendriteOpenapi |
1553 | 2025-01-09T19:57:12.006Z | Jan 09 19:57:10.647 INFO Starting download, target: DendriteStub |
1554 | 2025-01-09T19:57:12.006Z | Jan 09 19:57:10.647 INFO Starting download, target: MaghemiteMgd |
1555 | 2025-01-09T19:57:12.006Z | Jan 09 19:57:10.647 INFO Starting download, target: TransceiverControl |
1556 | 2025-01-09T19:57:12.006Z | Jan 09 19:57:10.648 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1557 | 2025-01-09T19:57:12.006Z | Jan 09 19:57:10.648 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1558 | 2025-01-09T19:57:12.006Z | Jan 09 19:57:10.648 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1559 | 2025-01-09T19:57:12.006Z | Jan 09 19:57:10.648 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1560 | 2025-01-09T19:57:12.007Z | Jan 09 19:57:10.649 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1561 | 2025-01-09T19:57:12.007Z | Jan 09 19:57:10.649 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1562 | 2025-01-09T19:57:12.007Z | Jan 09 19:57:10.649 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1563 | 2025-01-09T19:57:12.328Z | Jan 09 19:57:10.993 INFO Download complete, target: DendriteOpenapi |
1564 | 2025-01-09T19:57:12.618Z | Jan 09 19:57:11.194 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1565 | 2025-01-09T19:57:12.751Z | Jan 09 19:57:11.273 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1566 | 2025-01-09T19:57:12.911Z | Jan 09 19:57:11.537 INFO Download complete, target: Console |
1567 | 2025-01-09T19:57:13.274Z | Jan 09 19:57:11.934 INFO Download complete, target: TransceiverControl |
1568 | 2025-01-09T19:57:13.416Z | Jan 09 19:57:12.094 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1569 | 2025-01-09T19:57:13.443Z | Jan 09 19:57:12.115 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1570 | 2025-01-09T19:57:14.132Z | Jan 09 19:57:12.836 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1571 | 2025-01-09T19:57:14.132Z | Jan 09 19:57:12.836 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1572 | 2025-01-09T19:57:14.239Z | Jan 09 19:57:12.943 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1573 | 2025-01-09T19:57:16.434Z | Jan 09 19:57:15.098 INFO Download complete, target: DendriteStub |
1574 | 2025-01-09T19:57:16.500Z | Jan 09 19:57:15.160 INFO Download complete, target: MaghemiteMgd |
1575 | 2025-01-09T19:57:21.672Z | Jan 09 19:57:20.371 INFO Checking that binary works, target: Cockroach |
1576 | 2025-01-09T19:57:21.831Z | Jan 09 19:57:20.531 INFO Download complete, target: Cockroach |
1577 | 2025-01-09T19:57:26.984Z | Jan 09 19:57:25.678 INFO Checking that binary works, target: Clickhouse |
1578 | 2025-01-09T19:57:27.128Z | Jan 09 19:57:25.821 INFO Download complete, target: Clickhouse |
1579 | 2025-01-09T19:57:27.136Z | All prerequisites installed successfully |
1580 | 2025-01-09T19:57:27.142Z | |
1581 | 2025-01-09T19:57:27.142Z | real 6:51.116587025 |
1582 | 2025-01-09T19:57:27.142Z | user 16:35.428960186 |
1583 | 2025-01-09T19:57:27.142Z | sys 3:16.351836966 |
1584 | 2025-01-09T19:57:27.143Z | trap 0.546677582 |
1585 | 2025-01-09T19:57:27.143Z | tflt 1.602769669 |
1586 | 2025-01-09T19:57:27.143Z | dflt 2.418495974 |
1587 | 2025-01-09T19:57:27.143Z | kflt 0.023707515 |
1588 | 2025-01-09T19:57:27.143Z | lock 30:25.393697928 |
1589 | 2025-01-09T19:57:27.143Z | slp 1:05:25.313615489 |
1590 | 2025-01-09T19:57:27.143Z | lat 56.536833402 |
1591 | 2025-01-09T19:57:27.143Z | stop 2:21.191270142 |
1592 | 2025-01-09T19:57:27.143Z | + ptime -m cargo xtask download softnpu |
1593 | 2025-01-09T19:57:27.685Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1594 | 2025-01-09T19:57:27.687Z | Running `target/debug/xtask download softnpu` |
1595 | 2025-01-09T19:57:28.533Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1596 | 2025-01-09T19:57:28.589Z | Running `target/debug/xtask-downloader softnpu` |
1597 | 2025-01-09T19:57:28.621Z | Jan 09 19:57:27.316 INFO Starting download, target: Softnpu |
1598 | 2025-01-09T19:57:28.623Z | Jan 09 19:57:27.316 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1599 | 2025-01-09T19:57:29.154Z | Jan 09 19:57:27.849 INFO Download complete, target: Softnpu |
1600 | 2025-01-09T19:57:29.157Z | |
1601 | 2025-01-09T19:57:29.160Z | real 2.017273193 |
1602 | 2025-01-09T19:57:29.160Z | user 1.281555437 |
1603 | 2025-01-09T19:57:29.160Z | sys 0.545177342 |
1604 | 2025-01-09T19:57:29.160Z | trap 0.000593746 |
1605 | 2025-01-09T19:57:29.160Z | tflt 0.000036586 |
1606 | 2025-01-09T19:57:29.160Z | dflt 0.000063620 |
1607 | 2025-01-09T19:57:29.160Z | kflt 0.000000000 |
1608 | 2025-01-09T19:57:29.160Z | lock 5.450531699 |
1609 | 2025-01-09T19:57:29.160Z | slp 0.366544093 |
1610 | 2025-01-09T19:57:29.160Z | lat 0.066325864 |
1611 | 2025-01-09T19:57:29.160Z | stop 0.000159347 |
1612 | 2025-01-09T19:57:29.160Z | + export CARGO_INCREMENTAL=0 |
1613 | 2025-01-09T19:57:29.160Z | + CARGO_INCREMENTAL=0 |
1614 | 2025-01-09T19:57:29.160Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1615 | 2025-01-09T19:57:30.135Z | Compiling proc-macro2 v1.0.89 |
1616 | 2025-01-09T19:57:30.135Z | Compiling unicode-ident v1.0.13 |
1617 | 2025-01-09T19:57:30.138Z | Compiling libc v0.2.162 |
1618 | 2025-01-09T19:57:30.139Z | Compiling serde v1.0.215 |
1619 | 2025-01-09T19:57:30.139Z | Compiling autocfg v1.4.0 |
1620 | 2025-01-09T19:57:30.139Z | Compiling version_check v0.9.5 |
1621 | 2025-01-09T19:57:30.139Z | Compiling cfg-if v1.0.0 |
1622 | 2025-01-09T19:57:30.412Z | Compiling memchr v2.7.4 |
1623 | 2025-01-09T19:57:30.433Z | Compiling typenum v1.17.0 |
1624 | 2025-01-09T19:57:30.445Z | Compiling shlex v1.3.0 |
1625 | 2025-01-09T19:57:30.798Z | Compiling value-bag v1.9.0 |
1626 | 2025-01-09T19:57:31.009Z | Compiling generic-array v0.14.7 |
1627 | 2025-01-09T19:57:31.229Z | Compiling lock_api v0.4.12 |
1628 | 2025-01-09T19:57:31.268Z | Compiling log v0.4.22 |
1629 | 2025-01-09T19:57:31.322Z | Compiling scopeguard v1.2.0 |
1630 | 2025-01-09T19:57:31.481Z | Compiling parking_lot_core v0.9.10 |
1631 | 2025-01-09T19:57:31.823Z | Compiling serde_json v1.0.133 |
1632 | 2025-01-09T19:57:31.895Z | Compiling once_cell v1.20.2 |
1633 | 2025-01-09T19:57:32.129Z | Compiling quote v1.0.37 |
1634 | 2025-01-09T19:57:32.146Z | Compiling jobserver v0.1.32 |
1635 | 2025-01-09T19:57:32.162Z | Compiling getrandom v0.2.15 |
1636 | 2025-01-09T19:57:32.398Z | Compiling libm v0.2.8 |
1637 | 2025-01-09T19:57:32.513Z | Compiling syn v2.0.87 |
1638 | 2025-01-09T19:57:32.600Z | Compiling cc v1.1.30 |
1639 | 2025-01-09T19:57:32.620Z | Compiling rustix v0.38.37 |
1640 | 2025-01-09T19:57:32.729Z | Compiling num-traits v0.2.19 |
1641 | 2025-01-09T19:57:32.749Z | Compiling thiserror v1.0.69 |
1642 | 2025-01-09T19:57:32.767Z | Compiling aho-corasick v1.1.3 |
1643 | 2025-01-09T19:57:32.881Z | Compiling regex-syntax v0.8.5 |
1644 | 2025-01-09T19:57:33.031Z | Compiling either v1.13.0 |
1645 | 2025-01-09T19:57:33.283Z | Compiling itoa v1.0.11 |
1646 | 2025-01-09T19:57:33.327Z | Compiling spin v0.9.8 |
1647 | 2025-01-09T19:57:33.664Z | Compiling slab v0.4.9 |
1648 | 2025-01-09T19:57:33.730Z | Compiling byteorder v1.5.0 |
1649 | 2025-01-09T19:57:34.103Z | Compiling errno v0.3.9 |
1650 | 2025-01-09T19:57:34.217Z | Compiling rand_core v0.6.4 |
1651 | 2025-01-09T19:57:34.389Z | Compiling lazy_static v1.5.0 |
1652 | 2025-01-09T19:57:34.518Z | Compiling glob v0.3.1 |
1653 | 2025-01-09T19:57:34.961Z | Compiling prettyplease v0.2.25 |
1654 | 2025-01-09T19:57:35.359Z | Compiling clang-sys v1.8.1 |
1655 | 2025-01-09T19:57:35.634Z | Compiling minimal-lexical v0.2.1 |
1656 | 2025-01-09T19:57:35.688Z | Compiling libloading v0.8.5 |
1657 | 2025-01-09T19:57:36.026Z | Compiling bindgen v0.69.5 |
1658 | 2025-01-09T19:57:36.073Z | Compiling nom v7.1.3 |
1659 | 2025-01-09T19:57:36.135Z | Compiling allocator-api2 v0.2.18 |
1660 | 2025-01-09T19:57:36.156Z | Compiling home v0.5.9 |
1661 | 2025-01-09T19:57:36.386Z | Compiling subtle v2.6.1 |
1662 | 2025-01-09T19:57:36.671Z | Compiling regex-automata v0.4.8 |
1663 | 2025-01-09T19:57:36.769Z | Compiling itertools v0.12.1 |
1664 | 2025-01-09T19:57:37.125Z | Compiling semver v1.0.23 |
1665 | 2025-01-09T19:57:37.145Z | Compiling lazycell v1.3.0 |
1666 | 2025-01-09T19:57:37.324Z | Compiling rustc-hash v1.1.0 |
1667 | 2025-01-09T19:57:37.472Z | Compiling smallvec v1.13.2 |
1668 | 2025-01-09T19:57:37.982Z | Compiling cmake v0.1.51 |
1669 | 2025-01-09T19:57:38.925Z | Compiling fs_extra v1.3.0 |
1670 | 2025-01-09T19:57:38.942Z | Compiling dunce v1.0.5 |
1671 | 2025-01-09T19:57:39.157Z | Compiling pkg-config v0.3.31 |
1672 | 2025-01-09T19:57:39.383Z | Compiling ryu v1.0.18 |
1673 | 2025-01-09T19:57:39.446Z | Compiling cexpr v0.6.0 |
1674 | 2025-01-09T19:57:39.715Z | Compiling ring v0.17.8 |
1675 | 2025-01-09T19:57:39.992Z | Compiling pin-project-lite v0.2.14 |
1676 | 2025-01-09T19:57:40.156Z | Compiling schemars v0.8.21 |
1677 | 2025-01-09T19:57:40.179Z | Compiling synstructure v0.13.1 |
1678 | 2025-01-09T19:57:40.490Z | Compiling fnv v1.0.7 |
1679 | 2025-01-09T19:57:40.708Z | Compiling paste v1.0.15 |
1680 | 2025-01-09T19:57:40.984Z | Compiling const-oid v0.9.6 |
1681 | 2025-01-09T19:57:41.051Z | Compiling serde_derive_internals v0.29.1 |
1682 | 2025-01-09T19:57:41.304Z | Compiling equivalent v1.0.1 |
1683 | 2025-01-09T19:57:41.632Z | Compiling httparse v1.9.5 |
1684 | 2025-01-09T19:57:41.992Z | Compiling regex v1.11.1 |
1685 | 2025-01-09T19:57:42.258Z | Compiling aws-lc-rs v1.10.0 |
1686 | 2025-01-09T19:57:42.677Z | Compiling foldhash v0.1.3 |
1687 | 2025-01-09T19:57:42.890Z | Compiling hashbrown v0.15.1 |
1688 | 2025-01-09T19:57:43.048Z | Compiling heck v0.5.0 |
1689 | 2025-01-09T19:57:43.361Z | Compiling signal-hook-registry v1.4.2 |
1690 | 2025-01-09T19:57:43.884Z | Compiling parking_lot v0.12.3 |
1691 | 2025-01-09T19:57:44.332Z | Compiling mio v1.0.2 |
1692 | 2025-01-09T19:57:45.717Z | Compiling crossbeam-utils v0.8.20 |
1693 | 2025-01-09T19:57:45.814Z | Compiling serde_derive v1.0.215 |
1694 | 2025-01-09T19:57:45.922Z | Compiling zeroize_derive v1.4.2 |
1695 | 2025-01-09T19:57:45.968Z | Compiling zerocopy-derive v0.7.35 |
1696 | 2025-01-09T19:57:46.249Z | Compiling thiserror-impl v1.0.69 |
1697 | 2025-01-09T19:57:46.781Z | Compiling tokio-macros v2.4.0 |
1698 | 2025-01-09T19:57:47.033Z | Compiling zerofrom-derive v0.1.4 |
1699 | 2025-01-09T19:57:47.337Z | Compiling zeroize v1.8.1 |
1700 | 2025-01-09T19:57:47.616Z | Compiling yoke-derive v0.7.4 |
1701 | 2025-01-09T19:57:47.768Z | Compiling futures-macro v0.3.31 |
1702 | 2025-01-09T19:57:47.912Z | Compiling zerovec-derive v0.10.3 |
1703 | 2025-01-09T19:57:48.213Z | Compiling zerocopy v0.7.35 |
1704 | 2025-01-09T19:57:49.147Z | Compiling displaydoc v0.2.5 |
1705 | 2025-01-09T19:57:49.826Z | Compiling crypto-common v0.1.6 |
1706 | 2025-01-09T19:57:49.887Z | Compiling tracing-attributes v0.1.27 |
1707 | 2025-01-09T19:57:50.019Z | Compiling icu_provider_macros v1.5.0 |
1708 | 2025-01-09T19:57:50.261Z | Compiling schemars_derive v0.8.21 |
1709 | 2025-01-09T19:57:50.317Z | Compiling block-buffer v0.10.4 |
1710 | 2025-01-09T19:57:50.539Z | Compiling digest v0.10.7 |
1711 | 2025-01-09T19:57:50.610Z | Compiling stable_deref_trait v1.2.0 |
1712 | 2025-01-09T19:57:50.732Z | Compiling der_derive v0.7.3 |
1713 | 2025-01-09T19:57:51.002Z | Compiling socket2 v0.5.7 |
1714 | 2025-01-09T19:57:51.028Z | Compiling num-conv v0.1.0 |
1715 | 2025-01-09T19:57:51.086Z | Compiling futures-core v0.3.31 |
1716 | 2025-01-09T19:57:51.327Z | Compiling time-core v0.1.2 |
1717 | 2025-01-09T19:57:51.517Z | Compiling time-macros v0.2.18 |
1718 | 2025-01-09T19:57:52.839Z | Compiling vcpkg v0.2.15 |
1719 | 2025-01-09T19:57:53.616Z | Compiling syn v1.0.109 |
1720 | 2025-01-09T19:57:54.237Z | Compiling cpufeatures v0.2.14 |
1721 | 2025-01-09T19:57:54.431Z | Compiling futures-sink v0.3.31 |
1722 | 2025-01-09T19:57:54.479Z | Compiling openssl-sys v0.9.103 |
1723 | 2025-01-09T19:57:54.533Z | Compiling slog v2.7.0 |
1724 | 2025-01-09T19:57:54.975Z | Compiling ahash v0.8.11 |
1725 | 2025-01-09T19:57:55.159Z | Compiling iana-time-zone v0.1.61 |
1726 | 2025-01-09T19:57:55.426Z | Compiling zerofrom v0.1.4 |
1727 | 2025-01-09T19:57:55.605Z | Compiling scroll_derive v0.12.0 |
1728 | 2025-01-09T19:57:55.628Z | Compiling ucd-trie v0.1.7 |
1729 | 2025-01-09T19:57:55.867Z | Compiling pest v2.7.14 |
1730 | 2025-01-09T19:57:56.074Z | Compiling yoke v0.7.4 |
1731 | 2025-01-09T19:57:56.142Z | Compiling futures-channel v0.3.31 |
1732 | 2025-01-09T19:57:56.637Z | Compiling hmac v0.12.1 |
1733 | 2025-01-09T19:57:56.891Z | Compiling futures-task v0.3.31 |
1734 | 2025-01-09T19:57:56.989Z | Compiling pin-utils v0.1.0 |
1735 | 2025-01-09T19:57:57.124Z | Compiling futures-io v0.3.31 |
1736 | 2025-01-09T19:57:57.411Z | Compiling openssl v0.10.66 |
1737 | 2025-01-09T19:57:57.507Z | Compiling futures-util v0.3.31 |
1738 | 2025-01-09T19:57:57.789Z | Compiling zerovec v0.10.4 |
1739 | 2025-01-09T19:57:57.950Z | Compiling block-padding v0.3.3 |
1740 | 2025-01-09T19:57:58.178Z | Compiling tinyvec_macros v0.1.1 |
1741 | 2025-01-09T19:57:58.450Z | Compiling pest_meta v2.7.14 |
1742 | 2025-01-09T19:57:58.775Z | Compiling tinyvec v1.8.0 |
1743 | 2025-01-09T19:57:59.617Z | Compiling bitflags v2.6.0 |
1744 | 2025-01-09T19:57:59.839Z | Compiling bytes v1.8.0 |
1745 | 2025-01-09T19:58:02.108Z | Compiling indexmap v2.6.0 |
1746 | 2025-01-09T19:58:02.568Z | Compiling tokio v1.40.0 |
1747 | 2025-01-09T19:58:03.616Z | Compiling serde_tokenstream v0.2.2 |
1748 | 2025-01-09T19:58:03.803Z | Compiling uuid v1.11.0 |
1749 | 2025-01-09T19:58:04.208Z | Compiling which v4.4.2 |
1750 | 2025-01-09T19:58:04.763Z | Compiling http v1.1.0 |
1751 | 2025-01-09T19:58:05.053Z | Compiling chrono v0.4.38 |
1752 | 2025-01-09T19:58:05.104Z | Compiling rustc_version v0.4.1 |
1753 | 2025-01-09T19:58:08.477Z | Compiling pest_generator v2.7.14 |
1754 | 2025-01-09T19:58:08.550Z | Compiling serde_spanned v0.6.8 |
1755 | 2025-01-09T19:58:08.785Z | Compiling toml_datetime v0.6.8 |
1756 | 2025-01-09T19:58:09.230Z | Compiling inout v0.1.3 |
1757 | 2025-01-09T19:58:10.265Z | Compiling openssl-macros v0.1.1 |
1758 | 2025-01-09T19:58:10.782Z | Compiling dyn-clone v1.0.17 |
1759 | 2025-01-09T19:58:10.994Z | Compiling native-tls v0.2.12 |
1760 | 2025-01-09T19:58:11.021Z | Compiling rustls v0.23.19 |
1761 | 2025-01-09T19:58:11.285Z | Compiling strsim v0.11.1 |
1762 | 2025-01-09T19:58:12.012Z | Compiling pest_derive v2.7.14 |
1763 | 2025-01-09T19:58:12.493Z | Compiling cipher v0.4.4 |
1764 | 2025-01-09T19:58:12.775Z | Compiling unicode-normalization v0.1.24 |
1765 | 2025-01-09T19:58:12.977Z | Compiling tinystr v0.7.6 |
1766 | 2025-01-09T19:58:13.446Z | Compiling sha2 v0.10.8 |
1767 | 2025-01-09T19:58:13.497Z | Compiling tracing-core v0.1.32 |
1768 | 2025-01-09T19:58:13.637Z | Compiling usdt-impl v0.5.0 |
1769 | 2025-01-09T19:58:13.890Z | Compiling unicode-bidi v0.3.17 |
1770 | 2025-01-09T19:58:13.981Z | Compiling writeable v0.5.5 |
1771 | 2025-01-09T19:58:14.476Z | Compiling litemap v0.7.3 |
1772 | 2025-01-09T19:58:14.497Z | Compiling base64ct v1.6.0 |
1773 | 2025-01-09T19:58:14.888Z | Compiling icu_locid v1.5.0 |
1774 | 2025-01-09T19:58:15.055Z | Compiling pem-rfc7468 v0.7.0 |
1775 | 2025-01-09T19:58:15.706Z | Compiling tracing v0.1.40 |
1776 | 2025-01-09T19:58:16.591Z | Compiling scroll v0.12.0 |
1777 | 2025-01-09T19:58:16.997Z | Compiling ppv-lite86 v0.2.20 |
1778 | 2025-01-09T19:58:17.023Z | Compiling async-trait v0.1.83 |
1779 | 2025-01-09T19:58:17.861Z | Compiling cookie v0.18.1 |
1780 | 2025-01-09T19:58:18.145Z | Compiling flagset v0.4.6 |
1781 | 2025-01-09T19:58:18.162Z | Compiling aws-lc-sys v0.22.0 |
1782 | 2025-01-09T19:58:19.279Z | Compiling anyhow v1.0.93 |
1783 | 2025-01-09T19:58:19.477Z | Compiling camino v1.1.9 |
1784 | 2025-01-09T19:58:19.800Z | Compiling plain v0.2.3 |
1785 | 2025-01-09T19:58:19.958Z | Compiling goblin v0.8.2 |
1786 | 2025-01-09T19:58:21.657Z | Compiling der v0.7.9 |
1787 | 2025-01-09T19:58:22.637Z | Compiling rand_chacha v0.3.1 |
1788 | 2025-01-09T19:58:24.231Z | Compiling icu_provider v1.5.0 |
1789 | 2025-01-09T19:58:25.228Z | Compiling pretty-hex v0.4.1 |
1790 | 2025-01-09T19:58:25.435Z | Compiling rustls-pki-types v1.10.0 |
1791 | 2025-01-09T19:58:26.204Z | Compiling percent-encoding v2.3.1 |
1792 | 2025-01-09T19:58:26.969Z | Compiling icu_locid_transform_data v1.5.0 |
1793 | 2025-01-09T19:58:27.033Z | Compiling rayon-core v1.12.1 |
1794 | 2025-01-09T19:58:27.074Z | Compiling rustls v0.22.4 |
1795 | 2025-01-09T19:58:27.316Z | Compiling icu_locid_transform v1.5.0 |
1796 | 2025-01-09T19:58:27.351Z | Compiling dof v0.3.0 |
1797 | 2025-01-09T19:58:29.044Z | Compiling spki v0.7.3 |
1798 | 2025-01-09T19:58:29.196Z | Compiling rand v0.8.5 |
1799 | 2025-01-09T19:58:29.433Z | Compiling salsa20 v0.10.2 |
1800 | 2025-01-09T19:58:29.506Z | Compiling dtrace-parser v0.2.0 |
1801 | 2025-01-09T19:58:29.529Z | Compiling tokio-util v0.7.12 |
1802 | 2025-01-09T19:58:29.807Z | Compiling icu_collections v1.5.0 |
1803 | 2025-01-09T19:58:30.796Z | Compiling pbkdf2 v0.12.2 |
1804 | 2025-01-09T19:58:31.092Z | Compiling thread-id v4.2.2 |
1805 | 2025-01-09T19:58:31.195Z | Compiling powerfmt v0.2.0 |
1806 | 2025-01-09T19:58:31.215Z | Compiling untrusted v0.7.1 |
1807 | 2025-01-09T19:58:31.240Z | Compiling untrusted v0.9.0 |
1808 | 2025-01-09T19:58:31.511Z | Compiling mirai-annotations v1.12.0 |
1809 | 2025-01-09T19:58:31.555Z | Compiling icu_properties_data v1.5.0 |
1810 | 2025-01-09T19:58:31.574Z | Compiling winnow v0.5.40 |
1811 | 2025-01-09T19:58:31.828Z | Compiling icu_properties v1.5.1 |
1812 | 2025-01-09T19:58:32.143Z | Compiling deranged v0.3.11 |
1813 | 2025-01-09T19:58:35.309Z | Compiling toml_edit v0.19.15 |
1814 | 2025-01-09T19:58:36.499Z | Compiling scrypt v0.11.0 |
1815 | 2025-01-09T19:58:36.848Z | Compiling aes v0.8.4 |
1816 | 2025-01-09T19:58:37.006Z | Compiling cbc v0.1.2 |
1817 | 2025-01-09T19:58:37.401Z | Compiling multer v3.1.0 |
1818 | 2025-01-09T19:58:37.966Z | Compiling utf8_iter v1.0.4 |
1819 | 2025-01-09T19:58:38.017Z | Compiling num_threads v0.1.7 |
1820 | 2025-01-09T19:58:38.145Z | Compiling utf16_iter v1.0.5 |
1821 | 2025-01-09T19:58:38.217Z | Compiling atomic-waker v1.1.2 |
1822 | 2025-01-09T19:58:38.418Z | Compiling slog-async v2.8.0 |
1823 | 2025-01-09T19:58:38.872Z | Compiling rustversion v1.0.17 |
1824 | 2025-01-09T19:58:38.973Z | Compiling write16 v1.0.0 |
1825 | 2025-01-09T19:58:39.319Z | Compiling icu_normalizer_data v1.5.0 |
1826 | 2025-01-09T19:58:39.432Z | Compiling icu_normalizer v1.5.0 |
1827 | 2025-01-09T19:58:39.563Z | Compiling time v0.3.36 |
1828 | 2025-01-09T19:58:41.070Z | Compiling pkcs5 v0.7.1 |
1829 | 2025-01-09T19:58:42.201Z | Compiling form_urlencoded v1.2.1 |
1830 | 2025-01-09T19:58:42.711Z | Compiling http-body v1.0.1 |
1831 | 2025-01-09T19:58:42.971Z | Compiling heapless v0.7.17 |
1832 | 2025-01-09T19:58:43.148Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1833 | 2025-01-09T19:58:43.627Z | Compiling try-lock v0.2.5 |
1834 | 2025-01-09T19:58:44.019Z | Compiling signal-hook v0.3.17 |
1835 | 2025-01-09T19:58:44.295Z | Compiling want v0.3.1 |
1836 | 2025-01-09T19:58:45.763Z | Compiling pkcs8 v0.10.2 |
1837 | 2025-01-09T19:58:46.344Z | Compiling idna_adapter v1.2.0 |
1838 | 2025-01-09T19:58:46.581Z | Compiling h2 v0.4.6 |
1839 | 2025-01-09T19:58:47.668Z | Compiling usdt-attr-macro v0.5.0 |
1840 | 2025-01-09T19:58:49.150Z | Compiling usdt-macro v0.5.0 |
1841 | 2025-01-09T19:58:49.623Z | Compiling async-stream-impl v0.3.6 |
1842 | 2025-01-09T19:58:49.642Z | Compiling httpdate v1.0.3 |
1843 | 2025-01-09T19:58:50.468Z | Compiling adler2 v2.0.0 |
1844 | 2025-01-09T19:58:50.732Z | Compiling miniz_oxide v0.8.0 |
1845 | 2025-01-09T19:58:51.787Z | Compiling idna v1.0.3 |
1846 | 2025-01-09T19:58:53.227Z | Compiling curve25519-dalek v4.1.3 |
1847 | 2025-01-09T19:58:53.652Z | Compiling hyper v1.5.0 |
1848 | 2025-01-09T19:58:53.881Z | Compiling openapiv3 v2.0.0 |
1849 | 2025-01-09T19:58:56.362Z | Compiling enum-as-inner v0.6.1 |
1850 | 2025-01-09T19:58:57.483Z | Compiling dropshot v0.12.0 |
1851 | 2025-01-09T19:58:57.775Z | Compiling num-bigint-dig v0.8.4 |
1852 | 2025-01-09T19:58:57.859Z | Compiling portable-atomic v1.9.0 |
1853 | 2025-01-09T19:58:58.058Z | Compiling tower-service v0.3.3 |
1854 | 2025-01-09T19:58:58.125Z | Compiling foreign-types-shared v0.1.1 |
1855 | 2025-01-09T19:58:58.190Z | Compiling base64 v0.22.1 |
1856 | 2025-01-09T19:58:58.243Z | Compiling newtype-uuid v1.1.3 |
1857 | 2025-01-09T19:58:58.553Z | Compiling smoltcp v0.9.1 |
1858 | 2025-01-09T19:58:58.767Z | Compiling match_cfg v0.1.0 |
1859 | 2025-01-09T19:58:58.868Z | Compiling hostname v0.3.1 |
1860 | 2025-01-09T19:58:58.945Z | Compiling foreign-types v0.3.2 |
1861 | 2025-01-09T19:58:59.051Z | Compiling hyper-util v0.1.10 |
1862 | 2025-01-09T19:59:05.162Z | Compiling url v2.5.3 |
1863 | 2025-01-09T19:59:06.907Z | Compiling dirs-sys-next v0.1.2 |
1864 | 2025-01-09T19:59:07.039Z | Compiling data-encoding v2.6.0 |
1865 | 2025-01-09T19:59:07.102Z | Compiling heck v0.4.1 |
1866 | 2025-01-09T19:59:07.410Z | Compiling gimli v0.31.1 |
1867 | 2025-01-09T19:59:07.525Z | Compiling siphasher v0.3.11 |
1868 | 2025-01-09T19:59:07.540Z | Compiling ident_case v1.0.1 |
1869 | 2025-01-09T19:59:07.731Z | Compiling darling_core v0.20.10 |
1870 | 2025-01-09T19:59:07.757Z | Compiling dirs-next v2.0.0 |
1871 | 2025-01-09T19:59:10.283Z | Compiling http-body-util v0.1.2 |
1872 | 2025-01-09T19:59:13.794Z | Compiling addr2line v0.24.2 |
1873 | 2025-01-09T19:59:14.152Z | Compiling crossbeam-epoch v0.9.18 |
1874 | 2025-01-09T19:59:14.419Z | Compiling hubpack_derive v0.1.1 |
1875 | 2025-01-09T19:59:14.438Z | Compiling dropshot_endpoint v0.12.0 |
1876 | 2025-01-09T19:59:14.769Z | Compiling sha1 v0.10.6 |
1877 | 2025-01-09T19:59:14.859Z | Compiling signature v2.2.0 |
1878 | 2025-01-09T19:59:15.087Z | Compiling zerocopy-derive v0.6.6 |
1879 | 2025-01-09T19:59:15.176Z | Compiling curve25519-dalek-derive v0.1.1 |
1880 | 2025-01-09T19:59:15.328Z | Compiling object v0.36.5 |
1881 | 2025-01-09T19:59:16.525Z | Compiling thread_local v1.1.8 |
1882 | 2025-01-09T19:59:16.990Z | Compiling fs-err v2.11.0 |
1883 | 2025-01-09T19:59:16.994Z | Compiling encoding_rs v0.8.34 |
1884 | 2025-01-09T19:59:18.450Z | Compiling mime v0.3.17 |
1885 | 2025-01-09T19:59:20.500Z | Compiling winnow v0.6.20 |
1886 | 2025-01-09T19:59:24.354Z | Compiling utf8parse v0.2.2 |
1887 | 2025-01-09T19:59:24.532Z | Compiling rustc-demangle v0.1.24 |
1888 | 2025-01-09T19:59:26.753Z | Compiling anstyle v1.0.10 |
1889 | 2025-01-09T19:59:27.218Z | Compiling ipnet v2.10.1 |
1890 | 2025-01-09T19:59:28.096Z | Compiling unicode-properties v0.1.3 |
1891 | 2025-01-09T19:59:28.281Z | Compiling openssl-probe v0.1.5 |
1892 | 2025-01-09T19:59:28.628Z | Compiling stringprep v0.1.5 |
1893 | 2025-01-09T19:59:29.124Z | Compiling backtrace v0.3.74 |
1894 | 2025-01-09T19:59:30.340Z | Compiling anstyle-parse v0.2.5 |
1895 | 2025-01-09T19:59:30.457Z | Compiling toml_edit v0.22.22 |
1896 | 2025-01-09T19:59:32.894Z | Compiling rustls-webpki v0.102.8 |
1897 | 2025-01-09T19:59:33.484Z | Compiling crossbeam-deque v0.8.5 |
1898 | 2025-01-09T19:59:33.847Z | Compiling darling_macro v0.20.10 |
1899 | 2025-01-09T19:59:39.470Z | Compiling term v0.7.0 |
1900 | 2025-01-09T19:59:40.210Z | Compiling slog-json v2.6.1 |
1901 | 2025-01-09T19:59:40.824Z | Compiling serde_urlencoded v0.7.1 |
1902 | 2025-01-09T19:59:42.036Z | Compiling crossbeam-channel v0.5.13 |
1903 | 2025-01-09T19:59:42.111Z | Compiling rustls-pemfile v2.2.0 |
1904 | 2025-01-09T19:59:42.886Z | Compiling hashbrown v0.14.5 |
1905 | 2025-01-09T19:59:43.619Z | Compiling idna v0.4.0 |
1906 | 2025-01-09T19:59:43.735Z | Compiling idna v0.3.0 |
1907 | 2025-01-09T19:59:44.248Z | Compiling futures-executor v0.3.31 |
1908 | 2025-01-09T19:59:45.037Z | Compiling num-integer v0.1.46 |
1909 | 2025-01-09T19:59:45.212Z | Compiling md-5 v0.10.6 |
1910 | 2025-01-09T19:59:45.462Z | Compiling ff v0.13.0 |
1911 | 2025-01-09T19:59:45.689Z | Compiling hash32 v0.2.1 |
1912 | 2025-01-09T19:59:45.706Z | Compiling memmap v0.7.0 |
1913 | 2025-01-09T19:59:45.757Z | Compiling is-terminal v0.4.13 |
1914 | 2025-01-09T19:59:46.045Z | Compiling base16ct v0.2.0 |
1915 | 2025-01-09T19:59:46.330Z | Compiling take_mut v0.2.2 |
1916 | 2025-01-09T19:59:46.498Z | Compiling linked-hash-map v0.5.6 |
1917 | 2025-01-09T19:59:46.894Z | Compiling is_terminal_polyfill v1.70.1 |
1918 | 2025-01-09T19:59:47.046Z | Compiling utf-8 v0.7.6 |
1919 | 2025-01-09T19:59:47.362Z | Compiling quick-error v1.2.3 |
1920 | 2025-01-09T19:59:47.379Z | Compiling fallible-iterator v0.2.0 |
1921 | 2025-01-09T19:59:47.523Z | Compiling psl-types v2.0.11 |
1922 | 2025-01-09T19:59:48.475Z | Compiling colorchoice v1.0.2 |
1923 | 2025-01-09T19:59:48.616Z | Compiling anstyle-query v1.1.1 |
1924 | 2025-01-09T19:59:48.778Z | Compiling anstream v0.6.15 |
1925 | 2025-01-09T19:59:49.477Z | Compiling postgres-protocol v0.6.7 |
1926 | 2025-01-09T19:59:49.709Z | Compiling publicsuffix v2.2.3 |
1927 | 2025-01-09T19:59:49.985Z | Compiling resolv-conf v0.7.0 |
1928 | 2025-01-09T19:59:50.674Z | Compiling tungstenite v0.24.0 |
1929 | 2025-01-09T19:59:50.740Z | Compiling lru-cache v0.1.2 |
1930 | 2025-01-09T19:59:50.940Z | Compiling sec1 v0.7.3 |
1931 | 2025-01-09T19:59:51.798Z | Compiling usdt v0.5.0 |
1932 | 2025-01-09T19:59:52.300Z | Compiling slog-term v2.9.1 |
1933 | 2025-01-09T19:59:52.750Z | Compiling group v0.13.0 |
1934 | 2025-01-09T19:59:52.770Z | Compiling num-iter v0.1.45 |
1935 | 2025-01-09T19:59:52.966Z | Compiling hickory-proto v0.24.1 |
1936 | 2025-01-09T19:59:53.063Z | Compiling futures v0.3.31 |
1937 | 2025-01-09T19:59:53.184Z | Compiling regress v0.10.1 |
1938 | 2025-01-09T19:59:56.400Z | Compiling tokio-rustls v0.26.0 |
1939 | 2025-01-09T19:59:56.864Z | Compiling slog-bunyan v2.5.0 |
1940 | 2025-01-09T19:59:56.936Z | Compiling tokio-rustls v0.25.0 |
1941 | 2025-01-09T19:59:57.078Z | Compiling darling v0.20.10 |
1942 | 2025-01-09T19:59:57.210Z | Compiling toml v0.8.19 |
1943 | 2025-01-09T19:59:57.310Z | Compiling tokio-native-tls v0.3.1 |
1944 | 2025-01-09T19:59:57.376Z | Compiling phf_shared v0.11.2 |
1945 | 2025-01-09T19:59:57.592Z | Compiling strum_macros v0.25.3 |
1946 | 2025-01-09T19:59:57.986Z | Compiling async-stream v0.3.6 |
1947 | 2025-01-09T19:59:58.046Z | Compiling waitgroup v0.1.2 |
1948 | 2025-01-09T19:59:58.268Z | Compiling webpki-roots v0.26.6 |
1949 | 2025-01-09T19:59:58.773Z | Compiling idna v0.5.0 |
1950 | 2025-01-09T19:59:58.825Z | Compiling terminal_size v0.4.0 |
1951 | 2025-01-09T19:59:59.047Z | Compiling serde_path_to_error v0.1.16 |
1952 | 2025-01-09T19:59:59.853Z | Compiling hkdf v0.12.4 |
1953 | 2025-01-09T20:00:00.105Z | Compiling crypto-bigint v0.5.5 |
1954 | 2025-01-09T20:00:00.195Z | Compiling clap_derive v4.5.18 |
1955 | 2025-01-09T20:00:00.216Z | Compiling serde_repr v0.1.19 |
1956 | 2025-01-09T20:00:01.194Z | Compiling derive-where v1.2.7 |
1957 | 2025-01-09T20:00:01.298Z | Compiling hostname v0.4.0 |
1958 | 2025-01-09T20:00:01.532Z | Compiling crc32fast v1.4.2 |
1959 | 2025-01-09T20:00:01.868Z | Compiling managed v0.8.0 |
1960 | 2025-01-09T20:00:02.023Z | Compiling bitflags v1.3.2 |
1961 | 2025-01-09T20:00:02.142Z | Compiling debug-ignore v1.0.5 |
1962 | 2025-01-09T20:00:02.289Z | Compiling clap_lex v0.7.2 |
1963 | 2025-01-09T20:00:03.410Z | Compiling unicode-width v0.1.14 |
1964 | 2025-01-09T20:00:04.159Z | Compiling console v0.15.8 |
1965 | 2025-01-09T20:00:04.424Z | Compiling elliptic-curve v0.13.8 |
1966 | 2025-01-09T20:00:05.003Z | Compiling clap_builder v4.5.21 |
1967 | 2025-01-09T20:00:07.034Z | Compiling flate2 v1.0.34 |
1968 | 2025-01-09T20:00:07.378Z | Compiling cookie_store v0.21.0 |
1969 | 2025-01-09T20:00:10.623Z | Compiling hyper-rustls v0.27.3 |
1970 | 2025-01-09T20:00:11.204Z | Compiling hickory-resolver v0.24.1 |
1971 | 2025-01-09T20:00:13.369Z | Compiling phf v0.11.2 |
1972 | 2025-01-09T20:00:13.701Z | Compiling hyper-tls v0.6.0 |
1973 | 2025-01-09T20:00:13.946Z | Compiling typify-impl v0.2.0 |
1974 | 2025-01-09T20:00:14.085Z | Compiling signal-hook-mio v0.2.4 |
1975 | 2025-01-09T20:00:14.261Z | Compiling bzip2 v0.4.4 |
1976 | 2025-01-09T20:00:14.406Z | Compiling rayon v1.10.0 |
1977 | 2025-01-09T20:00:14.633Z | Compiling tokio-tungstenite v0.24.0 |
1978 | 2025-01-09T20:00:14.994Z | Compiling postgres-types v0.2.8 |
1979 | 2025-01-09T20:00:15.690Z | Compiling zerocopy v0.6.6 |
1980 | 2025-01-09T20:00:15.933Z | Compiling hubpack v0.1.2 |
1981 | 2025-01-09T20:00:16.385Z | Compiling ed25519 v2.2.3 |
1982 | 2025-01-09T20:00:16.439Z | Compiling phf_shared v0.10.0 |
1983 | 2025-01-09T20:00:16.638Z | Compiling pkcs1 v0.7.5 |
1984 | 2025-01-09T20:00:16.830Z | Compiling tokio-stream v0.1.16 |
1985 | 2025-01-09T20:00:17.655Z | Compiling ipnetwork v0.20.0 |
1986 | 2025-01-09T20:00:17.880Z | Compiling serde-big-array v0.5.1 |
1987 | 2025-01-09T20:00:18.115Z | Compiling rfc6979 v0.4.0 |
1988 | 2025-01-09T20:00:18.309Z | Compiling float-cmp v0.9.0 |
1989 | 2025-01-09T20:00:18.555Z | Compiling sync_wrapper v1.0.1 |
1990 | 2025-01-09T20:00:18.720Z | Compiling bstr v1.10.0 |
1991 | 2025-01-09T20:00:20.331Z | Compiling unicode-width v0.2.0 |
1992 | 2025-01-09T20:00:20.370Z | Compiling new_debug_unreachable v1.0.6 |
1993 | 2025-01-09T20:00:20.471Z | Compiling precomputed-hash v0.1.1 |
1994 | 2025-01-09T20:00:20.851Z | Compiling whoami v1.5.2 |
1995 | 2025-01-09T20:00:21.176Z | Compiling bit-vec v0.6.3 |
1996 | 2025-01-09T20:00:21.432Z | Compiling number_prefix v0.4.0 |
1997 | 2025-01-09T20:00:21.469Z | Compiling normalize-line-endings v0.3.0 |
1998 | 2025-01-09T20:00:21.605Z | Compiling unicode-segmentation v1.12.0 |
1999 | 2025-01-09T20:00:21.608Z | Compiling static_assertions v1.1.0 |
2000 | 2025-01-09T20:00:21.665Z | Compiling fixedbitset v0.4.2 |
2001 | 2025-01-09T20:00:21.734Z | Compiling predicates-core v1.0.8 |
2002 | 2025-01-09T20:00:21.980Z | Compiling difflib v0.4.0 |
2003 | 2025-01-09T20:00:22.057Z | Compiling petgraph v0.6.5 |
2004 | 2025-01-09T20:00:22.412Z | Compiling predicates v3.1.2 |
2005 | 2025-01-09T20:00:23.271Z | Compiling similar v2.6.0 |
2006 | 2025-01-09T20:00:23.807Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2007 | 2025-01-09T20:00:23.990Z | Compiling indicatif v0.17.9 |
2008 | 2025-01-09T20:00:25.341Z | Compiling bit-set v0.5.3 |
2009 | 2025-01-09T20:00:25.645Z | Compiling tokio-postgres v0.7.12 |
2010 | 2025-01-09T20:00:25.881Z | Compiling string_cache v0.8.7 |
2011 | 2025-01-09T20:00:25.988Z | Compiling typify-macro v0.2.0 |
2012 | 2025-01-09T20:00:26.295Z | Compiling reqwest v0.12.9 |
2013 | 2025-01-09T20:00:28.195Z | Compiling ecdsa v0.16.9 |
2014 | 2025-01-09T20:00:28.284Z | Compiling qorb v0.2.1 |
2015 | 2025-01-09T20:00:29.788Z | Compiling rsa v0.9.6 |
2016 | 2025-01-09T20:00:30.537Z | Compiling ed25519-dalek v2.1.1 |
2017 | 2025-01-09T20:00:31.033Z | Compiling zip v0.6.6 |
2018 | 2025-01-09T20:00:31.127Z | Compiling crossterm v0.28.1 |
2019 | 2025-01-09T20:00:31.445Z | Compiling clap v4.5.21 |
2020 | 2025-01-09T20:00:32.250Z | Compiling toml v0.7.8 |
2021 | 2025-01-09T20:00:33.330Z | Compiling x509-cert v0.2.5 |
2022 | 2025-01-09T20:00:33.991Z | Compiling hex v0.4.3 |
2023 | 2025-01-09T20:00:34.792Z | Compiling itertools v0.10.5 |
2024 | 2025-01-09T20:00:35.321Z | Compiling unicode-xid v0.2.6 |
2025 | 2025-01-09T20:00:35.341Z | Compiling lalrpop-util v0.19.12 |
2026 | 2025-01-09T20:00:35.376Z | Compiling zerocopy v0.8.10 |
2027 | 2025-01-09T20:00:35.707Z | Compiling peg-runtime v0.8.3 |
2028 | 2025-01-09T20:00:37.739Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2029 | 2025-01-09T20:00:42.136Z | Compiling proc-macro-crate v1.3.1 |
2030 | 2025-01-09T20:00:42.599Z | Compiling macaddr v1.0.1 |
2031 | 2025-01-09T20:00:43.112Z | Compiling zerocopy-derive v0.8.10 |
2032 | 2025-01-09T20:00:43.250Z | Compiling itertools v0.13.0 |
2033 | 2025-01-09T20:00:43.888Z | Compiling heapless v0.8.0 |
2034 | 2025-01-09T20:00:46.569Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2035 | 2025-01-09T20:00:51.129Z | Compiling num_enum_derive v0.5.11 |
2036 | 2025-01-09T20:00:59.383Z | Compiling hash32 v0.3.1 |
2037 | 2025-01-09T20:01:00.576Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2038 | 2025-01-09T20:01:00.967Z | Compiling smoltcp v0.11.0 |
2039 | 2025-01-09T20:01:06.143Z | Compiling num_enum v0.5.11 |
2040 | 2025-01-09T20:01:06.327Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2041 | 2025-01-09T20:01:06.943Z | Compiling typify v0.2.0 |
2042 | 2025-01-09T20:01:07.096Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2043 | 2025-01-09T20:01:07.766Z | Compiling proc-macro-error-attr v1.0.4 |
2044 | 2025-01-09T20:01:08.072Z | Compiling cobs v0.2.3 |
2045 | 2025-01-09T20:01:08.257Z | Compiling unsafe-libyaml v0.2.11 |
2046 | 2025-01-09T20:01:09.259Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2047 | 2025-01-09T20:01:11.847Z | Compiling serde_yaml v0.9.34+deprecated |
2048 | 2025-01-09T20:01:13.519Z | Compiling postcard v1.0.10 |
2049 | 2025-01-09T20:01:25.727Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2050 | 2025-01-09T20:01:29.307Z | Compiling progenitor-impl v0.8.0 |
2051 | 2025-01-09T20:01:38.179Z | Compiling strum_macros v0.26.4 |
2052 | 2025-01-09T20:01:39.359Z | Compiling foreign-types-macros v0.2.3 |
2053 | 2025-01-09T20:01:39.479Z | Compiling structmeta-derive v0.3.0 |
2054 | 2025-01-09T20:01:39.814Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2055 | 2025-01-09T20:01:39.883Z | Compiling proc-macro-error v1.0.4 |
2056 | 2025-01-09T20:01:40.267Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2057 | 2025-01-09T20:01:40.597Z | Compiling foreign-types-shared v0.3.1 |
2058 | 2025-01-09T20:01:42.074Z | Compiling structmeta v0.3.0 |
2059 | 2025-01-09T20:01:42.639Z | Compiling strum v0.26.3 |
2060 | 2025-01-09T20:01:46.690Z | Compiling foreign-types v0.5.0 |
2061 | 2025-01-09T20:01:46.737Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2062 | 2025-01-09T20:01:50.618Z | Compiling progenitor-macro v0.8.0 |
2063 | 2025-01-09T20:01:55.923Z | Compiling progenitor-client v0.8.0 |
2064 | 2025-01-09T20:01:56.102Z | Compiling tabwriter v1.4.0 |
2065 | 2025-01-09T20:01:56.914Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2066 | 2025-01-09T20:01:58.149Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2067 | 2025-01-09T20:01:58.970Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2068 | 2025-01-09T20:01:59.811Z | Compiling cstr-argument v0.1.2 |
2069 | 2025-01-09T20:02:00.037Z | Compiling dropshot v0.13.0 |
2070 | 2025-01-09T20:02:00.345Z | Compiling pretty-hex v0.2.1 |
2071 | 2025-01-09T20:02:00.537Z | Compiling thiserror v2.0.3 |
2072 | 2025-01-09T20:02:00.578Z | Compiling crucible-workspace-hack v0.1.0 |
2073 | 2025-01-09T20:02:00.874Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2074 | 2025-01-09T20:02:01.125Z | Compiling fastrand v2.1.1 |
2075 | 2025-01-09T20:02:01.574Z | Compiling tempfile v3.13.0 |
2076 | 2025-01-09T20:02:01.958Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2077 | 2025-01-09T20:02:02.211Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2078 | 2025-01-09T20:02:02.638Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2079 | 2025-01-09T20:02:02.846Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2080 | 2025-01-09T20:02:03.249Z | Compiling parse-display-derive v0.10.0 |
2081 | 2025-01-09T20:02:03.394Z | Compiling progenitor v0.8.0 |
2082 | 2025-01-09T20:02:03.705Z | Compiling colored v2.1.0 |
2083 | 2025-01-09T20:02:03.885Z | Compiling serde_with_macros v3.11.0 |
2084 | 2025-01-09T20:02:04.642Z | Compiling dropshot_endpoint v0.13.0 |
2085 | 2025-01-09T20:02:04.947Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2086 | 2025-01-09T20:02:05.708Z | Compiling thiserror-impl v2.0.3 |
2087 | 2025-01-09T20:02:06.485Z | Compiling instant v0.1.13 |
2088 | 2025-01-09T20:02:06.657Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2089 | 2025-01-09T20:02:07.082Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2090 | 2025-01-09T20:02:07.145Z | Compiling parse-display v0.10.0 |
2091 | 2025-01-09T20:02:07.882Z | Compiling backoff v0.4.0 |
2092 | 2025-01-09T20:02:08.284Z | Compiling serde_with v3.11.0 |
2093 | 2025-01-09T20:02:09.035Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2094 | 2025-01-09T20:02:09.198Z | Compiling zone_cfg_derive v0.3.0 |
2095 | 2025-01-09T20:02:09.265Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2096 | 2025-01-09T20:02:10.175Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2097 | 2025-01-09T20:02:10.576Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2098 | 2025-01-09T20:02:10.890Z | Compiling camino-tempfile v1.1.1 |
2099 | 2025-01-09T20:02:11.428Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2100 | 2025-01-09T20:02:11.663Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2101 | 2025-01-09T20:02:11.866Z | Compiling regress v0.9.1 |
2102 | 2025-01-09T20:02:11.924Z | Compiling num-derive v0.4.2 |
2103 | 2025-01-09T20:02:12.665Z | Compiling sigpipe v0.1.3 |
2104 | 2025-01-09T20:02:12.818Z | Compiling libefi-sys v0.1.0 |
2105 | 2025-01-09T20:02:13.122Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2106 | 2025-01-09T20:02:13.479Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2107 | 2025-01-09T20:02:14.232Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2108 | 2025-01-09T20:02:15.837Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2109 | 2025-01-09T20:02:16.696Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2110 | 2025-01-09T20:02:17.268Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2111 | 2025-01-09T20:02:18.826Z | Compiling zone v0.3.0 |
2112 | 2025-01-09T20:02:20.487Z | Compiling smf v0.2.3 |
2113 | 2025-01-09T20:02:21.584Z | Compiling bitfield-struct v0.6.2 |
2114 | 2025-01-09T20:02:22.239Z | Compiling blake3 v1.5.4 |
2115 | 2025-01-09T20:02:22.872Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2116 | 2025-01-09T20:02:22.971Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2117 | 2025-01-09T20:02:23.692Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2118 | 2025-01-09T20:02:23.795Z | Compiling xattr v1.3.1 |
2119 | 2025-01-09T20:02:23.862Z | Compiling memmap2 v0.9.5 |
2120 | 2025-01-09T20:02:24.133Z | Compiling filetime v0.2.25 |
2121 | 2025-01-09T20:02:24.367Z | Compiling constant_time_eq v0.3.1 |
2122 | 2025-01-09T20:02:24.441Z | Compiling arrayvec v0.7.6 |
2123 | 2025-01-09T20:02:24.474Z | Compiling same-file v1.0.6 |
2124 | 2025-01-09T20:02:24.546Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2125 | 2025-01-09T20:02:24.687Z | Compiling arrayref v0.3.9 |
2126 | 2025-01-09T20:02:24.771Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2127 | 2025-01-09T20:02:24.808Z | Compiling walkdir v2.5.0 |
2128 | 2025-01-09T20:02:24.857Z | Compiling tar v0.4.42 |
2129 | 2025-01-09T20:02:26.466Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2130 | 2025-01-09T20:02:26.910Z | Compiling gethostname v0.5.0 |
2131 | 2025-01-09T20:02:27.125Z | Compiling cargo-platform v0.1.8 |
2132 | 2025-01-09T20:02:27.446Z | Compiling topological-sort v0.2.2 |
2133 | 2025-01-09T20:02:27.670Z | Compiling cargo_metadata v0.18.1 |
2134 | 2025-01-09T20:02:27.732Z | Compiling omicron-zone-package v0.12.0 |
2135 | 2025-01-09T20:02:27.807Z | Compiling indent_write v2.2.0 |
2136 | 2025-01-09T20:02:28.058Z | Compiling shell-words v1.1.0 |
2137 | 2025-01-09T20:02:33.762Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2138 | 2025-01-09T20:02:35.642Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2139 | 2025-01-09T20:02:39.221Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2140 | 2025-01-09T20:02:57.882Z | Finished `release` profile [optimized] target(s) in 5m 28s |
2141 | 2025-01-09T20:02:58.044Z | Running `target/release/omicron-package -t test target create -p dev` |
2142 | 2025-01-09T20:02:58.091Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2143 | 2025-01-09T20:02:58.093Z | Created new build target 'test' and set it as active |
2144 | 2025-01-09T20:02:58.093Z | |
2145 | 2025-01-09T20:02:58.093Z | real 5:28.720671632 |
2146 | 2025-01-09T20:02:58.093Z | user 37:04.112507868 |
2147 | 2025-01-09T20:02:58.093Z | sys 4:57.833546832 |
2148 | 2025-01-09T20:02:58.093Z | trap 1.094300112 |
2149 | 2025-01-09T20:02:58.093Z | tflt 3.235588538 |
2150 | 2025-01-09T20:02:58.093Z | dflt 0.662662430 |
2151 | 2025-01-09T20:02:58.093Z | kflt 0.000297075 |
2152 | 2025-01-09T20:02:58.094Z | lock 1:17:48.380579467 |
2153 | 2025-01-09T20:02:58.094Z | slp 2:34:51.743724899 |
2154 | 2025-01-09T20:02:58.094Z | lat 2:33.241044296 |
2155 | 2025-01-09T20:02:58.094Z | stop 4:34.877978566 |
2156 | 2025-01-09T20:02:58.096Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2157 | 2025-01-09T20:02:59.083Z | Finished `release` profile [optimized] target(s) in 0.93s |
2158 | 2025-01-09T20:02:59.142Z | Running `target/release/omicron-package -t test package` |
2159 | 2025-01-09T20:02:59.185Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2160 | 2025-01-09T20:03:00.303Z | Compiling convert_case v0.4.0 |
2161 | 2025-01-09T20:03:00.304Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2162 | 2025-01-09T20:03:00.306Z | Compiling newline-converter v0.3.0 |
2163 | 2025-01-09T20:03:00.306Z | Compiling password-hash v0.5.0 |
2164 | 2025-01-09T20:03:00.306Z | Compiling blake2 v0.10.6 |
2165 | 2025-01-09T20:03:00.306Z | Compiling base64 v0.21.7 |
2166 | 2025-01-09T20:03:00.306Z | Compiling atomicwrites v0.4.4 |
2167 | 2025-01-09T20:03:00.449Z | Compiling progenitor-client v0.8.0 |
2168 | 2025-01-09T20:03:00.646Z | Compiling cancel-safe-futures v0.1.5 |
2169 | 2025-01-09T20:03:00.746Z | Compiling expectorate v1.1.0 |
2170 | 2025-01-09T20:03:00.939Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2171 | 2025-01-09T20:03:00.957Z | Compiling owo-colors v4.1.0 |
2172 | 2025-01-09T20:03:01.010Z | Compiling argon2 v0.5.3 |
2173 | 2025-01-09T20:03:01.030Z | Compiling progenitor v0.8.0 |
2174 | 2025-01-09T20:03:01.158Z | Compiling derive_more v0.99.18 |
2175 | 2025-01-09T20:03:01.273Z | Compiling num-rational v0.4.2 |
2176 | 2025-01-09T20:03:01.298Z | Compiling num-complex v0.4.6 |
2177 | 2025-01-09T20:03:01.676Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2178 | 2025-01-09T20:03:02.270Z | Compiling libsw v3.3.1 |
2179 | 2025-01-09T20:03:02.312Z | Compiling float-ord v0.3.2 |
2180 | 2025-01-09T20:03:02.503Z | Compiling num v0.4.3 |
2181 | 2025-01-09T20:03:02.603Z | Compiling swrite v0.1.0 |
2182 | 2025-01-09T20:03:02.622Z | Compiling linear-map v1.2.0 |
2183 | 2025-01-09T20:03:02.639Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2184 | 2025-01-09T20:03:02.642Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2185 | 2025-01-09T20:03:02.752Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2186 | 2025-01-09T20:03:03.055Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2187 | 2025-01-09T20:03:03.382Z | Compiling highway v1.2.0 |
2188 | 2025-01-09T20:03:03.770Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2189 | 2025-01-09T20:03:04.496Z | Compiling semver v0.1.20 |
2190 | 2025-01-09T20:03:04.790Z | Compiling tungstenite v0.21.0 |
2191 | 2025-01-09T20:03:05.102Z | Compiling rustc_version v0.1.7 |
2192 | 2025-01-09T20:03:05.538Z | Compiling newtype_derive v0.1.6 |
2193 | 2025-01-09T20:03:05.851Z | Compiling ipnetwork v0.20.0 |
2194 | 2025-01-09T20:03:06.669Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2195 | 2025-01-09T20:03:07.347Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2196 | 2025-01-09T20:03:07.777Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2197 | 2025-01-09T20:03:10.039Z | Compiling tokio-tungstenite v0.21.0 |
2198 | 2025-01-09T20:03:10.722Z | Compiling humantime v2.1.0 |
2199 | 2025-01-09T20:03:10.933Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2200 | 2025-01-09T20:03:11.598Z | Compiling dropshot v0.13.0 |
2201 | 2025-01-09T20:03:11.661Z | Compiling instant v0.1.13 |
2202 | 2025-01-09T20:03:11.819Z | Compiling backoff v0.4.0 |
2203 | 2025-01-09T20:03:11.950Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2204 | 2025-01-09T20:03:12.079Z | Compiling steno v0.4.1 |
2205 | 2025-01-09T20:03:12.164Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2206 | 2025-01-09T20:03:12.378Z | Compiling parse-display v0.10.0 |
2207 | 2025-01-09T20:03:12.952Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2208 | 2025-01-09T20:03:13.152Z | Compiling strum v0.26.3 |
2209 | 2025-01-09T20:03:13.339Z | Compiling serde_with v3.11.0 |
2210 | 2025-01-09T20:03:17.171Z | Compiling regress v0.9.1 |
2211 | 2025-01-09T20:03:17.403Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2212 | 2025-01-09T20:03:20.021Z | Compiling macaddr v1.0.1 |
2213 | 2025-01-09T20:03:20.190Z | Compiling slog-dtrace v0.3.0 |
2214 | 2025-01-09T20:03:20.442Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2215 | 2025-01-09T20:03:20.584Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2216 | 2025-01-09T20:03:22.050Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2217 | 2025-01-09T20:03:22.474Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2218 | 2025-01-09T20:03:22.563Z | Compiling prettyplease v0.2.25 |
2219 | 2025-01-09T20:03:22.976Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2220 | 2025-01-09T20:03:23.322Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2221 | 2025-01-09T20:03:24.075Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2222 | 2025-01-09T20:03:26.776Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2223 | 2025-01-09T20:03:27.387Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2224 | 2025-01-09T20:03:34.161Z | Compiling half v2.4.1 |
2225 | 2025-01-09T20:03:34.875Z | Compiling ciborium-io v0.2.2 |
2226 | 2025-01-09T20:03:38.503Z | Compiling ciborium-ll v0.2.2 |
2227 | 2025-01-09T20:03:38.990Z | Compiling ciborium v0.2.2 |
2228 | 2025-01-09T20:03:39.034Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2229 | 2025-01-09T20:03:41.134Z | Compiling same-file v1.0.6 |
2230 | 2025-01-09T20:03:41.365Z | Compiling display-error-chain v0.2.2 |
2231 | 2025-01-09T20:03:41.408Z | Compiling fastrand v2.1.1 |
2232 | 2025-01-09T20:03:41.609Z | Compiling walkdir v2.5.0 |
2233 | 2025-01-09T20:03:41.925Z | Compiling tempfile v3.13.0 |
2234 | 2025-01-09T20:03:42.289Z | Compiling blake3 v1.5.4 |
2235 | 2025-01-09T20:03:42.476Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2236 | 2025-01-09T20:03:42.725Z | Compiling xattr v1.3.1 |
2237 | 2025-01-09T20:03:42.919Z | Compiling memmap2 v0.9.5 |
2238 | 2025-01-09T20:03:43.008Z | Compiling filetime v0.2.25 |
2239 | 2025-01-09T20:03:43.312Z | Compiling keccak v0.1.5 |
2240 | 2025-01-09T20:03:43.433Z | Compiling arrayref v0.3.9 |
2241 | 2025-01-09T20:03:43.575Z | Compiling constant_time_eq v0.3.1 |
2242 | 2025-01-09T20:03:43.751Z | Compiling arrayvec v0.7.6 |
2243 | 2025-01-09T20:03:44.343Z | Compiling sha3 v0.10.8 |
2244 | 2025-01-09T20:03:44.446Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2245 | 2025-01-09T20:03:45.053Z | Compiling tar v0.4.42 |
2246 | 2025-01-09T20:03:45.183Z | Compiling camino-tempfile v1.1.1 |
2247 | 2025-01-09T20:03:45.308Z | Compiling toolchain_find v0.4.0 |
2248 | 2025-01-09T20:03:45.332Z | Compiling const_format_proc_macros v0.2.33 |
2249 | 2025-01-09T20:03:45.664Z | Compiling maplit v1.0.2 |
2250 | 2025-01-09T20:03:45.809Z | Compiling topological-sort v0.2.2 |
2251 | 2025-01-09T20:03:45.834Z | Compiling radium v0.7.0 |
2252 | 2025-01-09T20:03:45.854Z | Compiling crunchy v0.2.2 |
2253 | 2025-01-09T20:03:46.031Z | Compiling omicron-zone-package v0.12.0 |
2254 | 2025-01-09T20:03:46.282Z | Compiling rustfmt-wrapper v0.2.1 |
2255 | 2025-01-09T20:03:46.331Z | Compiling tiny-keccak v2.0.2 |
2256 | 2025-01-09T20:03:46.635Z | Compiling maybe-uninit v2.0.0 |
2257 | 2025-01-09T20:03:46.838Z | Compiling tap v1.0.1 |
2258 | 2025-01-09T20:03:47.047Z | Compiling wyz v0.5.1 |
2259 | 2025-01-09T20:03:47.221Z | Compiling dsl_auto_type v0.1.2 |
2260 | 2025-01-09T20:03:47.248Z | Compiling const_format v0.2.33 |
2261 | 2025-01-09T20:03:47.516Z | Compiling phf_generator v0.11.2 |
2262 | 2025-01-09T20:03:47.946Z | Compiling scheduled-thread-pool v0.2.7 |
2263 | 2025-01-09T20:03:47.951Z | Compiling secrecy v0.8.0 |
2264 | 2025-01-09T20:03:47.998Z | Compiling diesel_table_macro_syntax v0.2.0 |
2265 | 2025-01-09T20:03:48.375Z | Compiling async-recursion v1.1.1 |
2266 | 2025-01-09T20:03:48.571Z | Compiling packed_struct v0.10.1 |
2267 | 2025-01-09T20:03:48.671Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2268 | 2025-01-09T20:03:49.001Z | Compiling crc-catalog v2.4.0 |
2269 | 2025-01-09T20:03:49.004Z | Compiling funty v2.0.0 |
2270 | 2025-01-09T20:03:49.039Z | Compiling arc-swap v1.7.1 |
2271 | 2025-01-09T20:03:49.161Z | Compiling crc v3.2.1 |
2272 | 2025-01-09T20:03:49.276Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2273 | 2025-01-09T20:03:49.731Z | Compiling slog-scope v4.4.0 |
2274 | 2025-01-09T20:03:49.846Z | Compiling diesel_derives v2.2.3 |
2275 | 2025-01-09T20:03:49.872Z | Compiling r2d2 v0.8.10 |
2276 | 2025-01-09T20:03:50.345Z | Compiling bitvec v1.0.1 |
2277 | 2025-01-09T20:03:50.558Z | Compiling phf_codegen v0.11.2 |
2278 | 2025-01-09T20:03:51.220Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2279 | 2025-01-09T20:03:51.238Z | Compiling ascii-canvas v3.0.0 |
2280 | 2025-01-09T20:03:51.389Z | Compiling universal-hash v0.5.1 |
2281 | 2025-01-09T20:03:51.617Z | Compiling thiserror-impl-no-std v2.0.2 |
2282 | 2025-01-09T20:03:51.721Z | Compiling packed_struct_codegen v0.10.1 |
2283 | 2025-01-09T20:03:51.880Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2284 | 2025-01-09T20:03:54.175Z | Compiling parse-zoneinfo v0.3.1 |
2285 | 2025-01-09T20:03:54.365Z | Compiling ena v0.14.3 |
2286 | 2025-01-09T20:03:54.792Z | Compiling unicase v2.7.0 |
2287 | 2025-01-09T20:03:54.872Z | Compiling indexmap v1.9.3 |
2288 | 2025-01-09T20:03:55.105Z | Compiling opaque-debug v0.3.1 |
2289 | 2025-01-09T20:03:55.184Z | Compiling nodrop v0.1.14 |
2290 | 2025-01-09T20:03:55.221Z | Compiling regex-syntax v0.6.29 |
2291 | 2025-01-09T20:03:55.334Z | Compiling diff v0.1.13 |
2292 | 2025-01-09T20:03:55.747Z | Compiling array-init v0.0.4 |
2293 | 2025-01-09T20:03:55.898Z | Compiling poly1305 v0.8.0 |
2294 | 2025-01-09T20:03:57.001Z | Compiling chrono-tz-build v0.4.0 |
2295 | 2025-01-09T20:03:58.151Z | Compiling thiserror-no-std v2.0.2 |
2296 | 2025-01-09T20:03:58.289Z | Compiling smallvec v0.6.14 |
2297 | 2025-01-09T20:03:58.844Z | Compiling lalrpop v0.19.12 |
2298 | 2025-01-09T20:04:00.606Z | Compiling slog-stdlog v4.1.1 |
2299 | 2025-01-09T20:04:01.391Z | Compiling diesel v2.2.6 |
2300 | 2025-01-09T20:04:01.640Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2301 | 2025-01-09T20:04:01.984Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2302 | 2025-01-09T20:04:02.298Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2303 | 2025-01-09T20:04:02.539Z | Compiling chacha20 v0.9.1 |
2304 | 2025-01-09T20:04:02.764Z | Compiling aead v0.5.2 |
2305 | 2025-01-09T20:04:03.031Z | Compiling vte_generate_state_changes v0.1.2 |
2306 | 2025-01-09T20:04:03.096Z | Compiling hashbrown v0.12.3 |
2307 | 2025-01-09T20:04:03.723Z | Compiling ref-cast v1.0.23 |
2308 | 2025-01-09T20:04:04.153Z | Compiling bitfield v0.14.0 |
2309 | 2025-01-09T20:04:04.483Z | Compiling termcolor v1.4.1 |
2310 | 2025-01-09T20:04:04.502Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2311 | 2025-01-09T20:04:05.605Z | Compiling env_logger v0.10.2 |
2312 | 2025-01-09T20:04:09.781Z | Compiling vte v0.11.1 |
2313 | 2025-01-09T20:04:11.280Z | Compiling chacha20poly1305 v0.10.1 |
2314 | 2025-01-09T20:04:11.630Z | Compiling slog-envlogger v2.2.0 |
2315 | 2025-01-09T20:04:14.335Z | Compiling serde-hex v0.1.0 |
2316 | 2025-01-09T20:04:19.615Z | Compiling vsss-rs v3.3.4 |
2317 | 2025-01-09T20:04:24.060Z | Compiling chrono-tz v0.10.0 |
2318 | 2025-01-09T20:04:24.125Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2319 | 2025-01-09T20:04:24.453Z | Compiling ron v0.8.1 |
2320 | 2025-01-09T20:04:24.718Z | Compiling polar-core v0.27.3 |
2321 | 2025-01-09T20:04:24.737Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2322 | 2025-01-09T20:04:25.067Z | Compiling derive_builder_core v0.20.2 |
2323 | 2025-01-09T20:04:25.979Z | Compiling hashbrown v0.13.2 |
2324 | 2025-01-09T20:04:27.435Z | Compiling headers-core v0.3.0 |
2325 | 2025-01-09T20:04:27.465Z | Compiling fxhash v0.2.1 |
2326 | 2025-01-09T20:04:27.618Z | Compiling libxml v0.3.3 |
2327 | 2025-01-09T20:04:27.716Z | Compiling ref-cast-impl v1.0.23 |
2328 | 2025-01-09T20:04:27.980Z | Compiling lockfree-object-pool v0.1.6 |
2329 | 2025-01-09T20:04:28.314Z | Compiling bytecount v0.6.8 |
2330 | 2025-01-09T20:04:28.643Z | Compiling crc-any v2.5.0 |
2331 | 2025-01-09T20:04:28.885Z | Compiling bumpalo v3.16.0 |
2332 | 2025-01-09T20:04:29.514Z | Compiling zip v2.1.3 |
2333 | 2025-01-09T20:04:29.634Z | Compiling simd-adler32 v0.3.7 |
2334 | 2025-01-09T20:04:29.875Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2335 | 2025-01-09T20:04:30.400Z | Compiling zopfli v0.8.1 |
2336 | 2025-01-09T20:04:30.977Z | Compiling papergrid v0.11.0 |
2337 | 2025-01-09T20:04:34.778Z | Compiling headers v0.4.0 |
2338 | 2025-01-09T20:04:38.520Z | Compiling derive_builder_macro v0.20.2 |
2339 | 2025-01-09T20:04:38.527Z | Compiling object v0.30.4 |
2340 | 2025-01-09T20:04:39.027Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2341 | 2025-01-09T20:04:44.483Z | Compiling strip-ansi-escapes v0.2.0 |
2342 | 2025-01-09T20:04:44.931Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2343 | 2025-01-09T20:04:45.420Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2344 | 2025-01-09T20:04:45.725Z | Compiling tabled_derive v0.7.0 |
2345 | 2025-01-09T20:04:47.924Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2346 | 2025-01-09T20:04:47.991Z | Compiling fd-lock v4.0.2 |
2347 | 2025-01-09T20:04:48.016Z | Compiling peg-macros v0.8.4 |
2348 | 2025-01-09T20:04:48.226Z | Compiling strum_macros v0.24.3 |
2349 | 2025-01-09T20:04:50.726Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2350 | 2025-01-09T20:04:51.323Z | Compiling kstat-rs v0.2.4 |
2351 | 2025-01-09T20:04:51.499Z | Compiling samael v0.0.17 |
2352 | 2025-01-09T20:04:51.719Z | Compiling path-slash v0.1.5 |
2353 | 2025-01-09T20:04:51.755Z | Compiling indoc v1.0.9 |
2354 | 2025-01-09T20:04:51.977Z | Compiling nu-ansi-term v0.50.1 |
2355 | 2025-01-09T20:04:52.282Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2356 | 2025-01-09T20:04:52.670Z | Compiling reedline v0.35.0 |
2357 | 2025-01-09T20:04:53.252Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2358 | 2025-01-09T20:04:54.055Z | Compiling peg v0.8.4 |
2359 | 2025-01-09T20:04:57.030Z | Compiling tabled v0.15.0 |
2360 | 2025-01-09T20:04:57.313Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2361 | 2025-01-09T20:05:08.237Z | Compiling derive_builder v0.20.2 |
2362 | 2025-01-09T20:05:13.110Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2363 | 2025-01-09T20:05:13.342Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2364 | 2025-01-09T20:05:14.420Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2365 | 2025-01-09T20:05:14.725Z | Compiling pem v3.0.4 |
2366 | 2025-01-09T20:05:16.174Z | Compiling bcs v0.1.6 |
2367 | 2025-01-09T20:05:16.715Z | Compiling oso-derive v0.27.3 |
2368 | 2025-01-09T20:05:17.084Z | Compiling impl-trait-for-tuples v0.2.2 |
2369 | 2025-01-09T20:05:17.197Z | Compiling libz-sys v1.1.20 |
2370 | 2025-01-09T20:05:17.709Z | Compiling quick-xml v0.33.0 |
2371 | 2025-01-09T20:05:17.881Z | Compiling diesel-dtrace v0.4.2 |
2372 | 2025-01-09T20:05:18.199Z | Compiling parking_lot_core v0.8.6 |
2373 | 2025-01-09T20:05:23.767Z | Compiling oso v0.27.3 |
2374 | 2025-01-09T20:05:24.453Z | Compiling mime_guess v2.0.5 |
2375 | 2025-01-09T20:05:25.657Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2376 | 2025-01-09T20:05:27.487Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2377 | 2025-01-09T20:05:32.900Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2378 | 2025-01-09T20:05:36.026Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2379 | 2025-01-09T20:05:36.333Z | Compiling bb8 v0.8.5 |
2380 | 2025-01-09T20:05:36.947Z | Compiling buf-list v1.0.3 |
2381 | 2025-01-09T20:05:37.606Z | Compiling async-bb8-diesel v0.2.1 |
2382 | 2025-01-09T20:05:40.353Z | Compiling nibble_vec v0.1.0 |
2383 | 2025-01-09T20:05:40.629Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2384 | 2025-01-09T20:05:41.271Z | Compiling pin-project-internal v1.1.6 |
2385 | 2025-01-09T20:05:41.437Z | Compiling atty v0.2.14 |
2386 | 2025-01-09T20:05:41.615Z | Compiling salty v0.3.0 |
2387 | 2025-01-09T20:05:42.049Z | Compiling endian-type v0.1.2 |
2388 | 2025-01-09T20:05:42.301Z | Compiling http-range v0.1.5 |
2389 | 2025-01-09T20:05:42.927Z | Compiling radix_trie v0.2.1 |
2390 | 2025-01-09T20:05:44.083Z | Compiling pin-project v1.1.6 |
2391 | 2025-01-09T20:05:44.243Z | Compiling parking_lot v0.11.2 |
2392 | 2025-01-09T20:05:49.218Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2393 | 2025-01-09T20:05:55.792Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2394 | 2025-01-09T20:05:59.878Z | Compiling snafu-derive v0.8.5 |
2395 | 2025-01-09T20:06:00.383Z | Compiling hyper-staticfile v0.10.1 |
2396 | 2025-01-09T20:06:03.203Z | Compiling sled v0.34.7 |
2397 | 2025-01-09T20:06:04.590Z | Compiling snafu v0.8.5 |
2398 | 2025-01-09T20:06:07.996Z | Compiling hickory-client v0.24.1 |
2399 | 2025-01-09T20:06:09.651Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2400 | 2025-01-09T20:06:11.852Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2401 | 2025-01-09T20:06:13.108Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2402 | 2025-01-09T20:06:13.191Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2403 | 2025-01-09T20:06:13.402Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2404 | 2025-01-09T20:06:14.880Z | Compiling globset v0.4.15 |
2405 | 2025-01-09T20:06:17.814Z | Compiling hickory-server v0.24.1 |
2406 | 2025-01-09T20:06:21.837Z | Compiling primeorder v0.13.6 |
2407 | 2025-01-09T20:06:22.199Z | Compiling olpc-cjson v0.1.4 |
2408 | 2025-01-09T20:06:22.229Z | Compiling castaway v0.2.3 |
2409 | 2025-01-09T20:06:22.431Z | Compiling vergen v8.3.2 |
2410 | 2025-01-09T20:06:22.552Z | Compiling env_filter v0.1.2 |
2411 | 2025-01-09T20:06:22.738Z | Compiling serde_plain v1.0.2 |
2412 | 2025-01-09T20:06:23.257Z | Compiling cargo-platform v0.1.8 |
2413 | 2025-01-09T20:06:23.766Z | Compiling nanorand v0.7.0 |
2414 | 2025-01-09T20:06:24.052Z | Compiling memoffset v0.9.1 |
2415 | 2025-01-09T20:06:24.369Z | Compiling typed-path v0.9.3 |
2416 | 2025-01-09T20:06:24.608Z | Compiling flume v0.11.1 |
2417 | 2025-01-09T20:06:25.338Z | Compiling cargo_metadata v0.18.1 |
2418 | 2025-01-09T20:06:29.072Z | Compiling tough v0.19.0 |
2419 | 2025-01-09T20:06:30.260Z | Compiling env_logger v0.11.5 |
2420 | 2025-01-09T20:06:31.619Z | Compiling compact_str v0.8.0 |
2421 | 2025-01-09T20:06:31.688Z | Compiling p384 v0.13.0 |
2422 | 2025-01-09T20:06:33.668Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2423 | 2025-01-09T20:06:34.199Z | Compiling git2 v0.19.0 |
2424 | 2025-01-09T20:06:34.218Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2425 | 2025-01-09T20:06:37.788Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2426 | 2025-01-09T20:06:43.383Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2427 | 2025-01-09T20:06:44.163Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2428 | 2025-01-09T20:06:44.608Z | Compiling unicode-truncate v1.1.0 |
2429 | 2025-01-09T20:06:44.916Z | Compiling lru v0.12.5 |
2430 | 2025-01-09T20:06:45.313Z | Compiling rand_seeder v0.3.0 |
2431 | 2025-01-09T20:06:45.739Z | Compiling libsqlite3-sys v0.30.1 |
2432 | 2025-01-09T20:06:46.267Z | Compiling lzma-sys v0.1.20 |
2433 | 2025-01-09T20:06:47.011Z | Compiling instability v0.3.2 |
2434 | 2025-01-09T20:06:48.045Z | Compiling cfg_aliases v0.2.1 |
2435 | 2025-01-09T20:06:48.173Z | Compiling parse-size v1.1.0 |
2436 | 2025-01-09T20:06:48.497Z | Compiling rustls v0.21.12 |
2437 | 2025-01-09T20:06:48.826Z | Compiling cassowary v0.3.0 |
2438 | 2025-01-09T20:06:49.122Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2439 | 2025-01-09T20:06:49.477Z | Compiling ratatui v0.28.1 |
2440 | 2025-01-09T20:06:51.244Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2441 | 2025-01-09T20:06:52.419Z | Compiling nix v0.29.0 |
2442 | 2025-01-09T20:06:53.392Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2443 | 2025-01-09T20:06:53.654Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2444 | 2025-01-09T20:06:58.351Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2445 | 2025-01-09T20:06:59.113Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2446 | 2025-01-09T20:06:59.567Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2447 | 2025-01-09T20:06:59.870Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2448 | 2025-01-09T20:06:59.943Z | Compiling rustls-webpki v0.101.7 |
2449 | 2025-01-09T20:07:03.638Z | Compiling sct v0.7.1 |
2450 | 2025-01-09T20:07:03.913Z | Compiling heck v0.3.3 |
2451 | 2025-01-09T20:07:03.959Z | Compiling csv-core v0.1.11 |
2452 | 2025-01-09T20:07:04.126Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2453 | 2025-01-09T20:07:04.276Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2454 | 2025-01-09T20:07:04.453Z | Compiling glob v0.3.1 |
2455 | 2025-01-09T20:07:04.716Z | Compiling csv v1.3.0 |
2456 | 2025-01-09T20:07:04.821Z | Compiling zone_cfg_derive v0.1.2 |
2457 | 2025-01-09T20:07:06.243Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2458 | 2025-01-09T20:07:06.889Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2459 | 2025-01-09T20:07:08.683Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2460 | 2025-01-09T20:07:09.955Z | Compiling nix v0.27.1 |
2461 | 2025-01-09T20:07:13.461Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2462 | 2025-01-09T20:07:15.032Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2463 | 2025-01-09T20:07:16.191Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2464 | 2025-01-09T20:07:17.443Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2465 | 2025-01-09T20:07:21.709Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2466 | 2025-01-09T20:07:24.241Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2467 | 2025-01-09T20:07:24.599Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2468 | 2025-01-09T20:07:24.602Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2469 | 2025-01-09T20:07:24.904Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2470 | 2025-01-09T20:07:24.927Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2471 | 2025-01-09T20:07:26.536Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2472 | 2025-01-09T20:07:27.133Z | Compiling hashlink v0.9.1 |
2473 | 2025-01-09T20:07:27.930Z | Compiling tungstenite v0.23.0 |
2474 | 2025-01-09T20:07:27.964Z | Compiling fallible-iterator v0.3.0 |
2475 | 2025-01-09T20:07:28.815Z | Compiling base64 v0.13.1 |
2476 | 2025-01-09T20:07:29.122Z | Compiling fallible-streaming-iterator v0.1.9 |
2477 | 2025-01-09T20:07:29.584Z | Compiling rusqlite v0.32.1 |
2478 | 2025-01-09T20:07:29.601Z | Compiling ron v0.7.1 |
2479 | 2025-01-09T20:07:30.680Z | Compiling tokio-tungstenite v0.23.1 |
2480 | 2025-01-09T20:07:31.324Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2481 | 2025-01-09T20:07:32.026Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2482 | 2025-01-09T20:07:32.672Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2483 | 2025-01-09T20:07:33.622Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2484 | 2025-01-09T20:07:35.009Z | Compiling xz2 v0.1.7 |
2485 | 2025-01-09T20:07:35.690Z | Compiling tokio-rustls v0.24.1 |
2486 | 2025-01-09T20:07:36.144Z | Compiling zone v0.1.8 |
2487 | 2025-01-09T20:07:38.071Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2488 | 2025-01-09T20:07:39.557Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2489 | 2025-01-09T20:07:46.750Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2490 | 2025-01-09T20:07:52.110Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2491 | 2025-01-09T20:07:53.109Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2492 | 2025-01-09T20:07:53.653Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2493 | 2025-01-09T20:07:56.477Z | Compiling rustls-pemfile v1.0.4 |
2494 | 2025-01-09T20:07:57.255Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2495 | 2025-01-09T20:07:57.568Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2496 | 2025-01-09T20:08:00.728Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2497 | 2025-01-09T20:08:00.912Z | Compiling signal-hook-tokio v0.3.1 |
2498 | 2025-01-09T20:08:01.149Z | Compiling twox-hash v1.6.3 |
2499 | 2025-01-09T20:08:01.236Z | Compiling yasna v0.5.2 |
2500 | 2025-01-09T20:08:02.166Z | Compiling unicode-linebreak v0.1.5 |
2501 | 2025-01-09T20:08:02.345Z | Compiling smawk v0.3.2 |
2502 | 2025-01-09T20:08:02.626Z | Compiling is_ci v1.2.0 |
2503 | 2025-01-09T20:08:02.752Z | Compiling textwrap v0.16.1 |
2504 | 2025-01-09T20:08:02.942Z | Compiling supports-color v3.0.1 |
2505 | 2025-01-09T20:08:03.372Z | Compiling rcgen v0.12.1 |
2506 | 2025-01-09T20:08:06.363Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2507 | 2025-01-09T20:08:12.039Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2508 | 2025-01-09T20:08:13.634Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2509 | 2025-01-09T20:08:15.531Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2510 | 2025-01-09T20:08:24.449Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2511 | 2025-01-09T20:08:32.100Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2512 | 2025-01-09T20:08:34.653Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2513 | 2025-01-09T20:08:36.881Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2514 | 2025-01-09T20:08:37.511Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2515 | 2025-01-09T20:08:48.079Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2516 | 2025-01-09T20:08:48.375Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2517 | 2025-01-09T20:08:51.616Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2518 | 2025-01-09T20:08:55.135Z | Compiling fatfs v0.3.6 |
2519 | 2025-01-09T20:08:56.557Z | Compiling rtoolbox v0.0.2 |
2520 | 2025-01-09T20:08:57.009Z | Compiling subprocess v0.2.9 |
2521 | 2025-01-09T20:08:58.121Z | Compiling assert_matches v1.5.0 |
2522 | 2025-01-09T20:09:01.679Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2523 | 2025-01-09T20:09:02.025Z | Compiling rpassword v7.3.1 |
2524 | 2025-01-09T20:09:02.484Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2525 | 2025-01-09T20:09:06.557Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2526 | 2025-01-09T20:09:09.334Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2527 | 2025-01-09T20:09:11.750Z | Compiling tui-tree-widget v0.22.0 |
2528 | 2025-01-09T20:09:12.227Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2529 | 2025-01-09T20:09:13.649Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2530 | 2025-01-09T20:09:13.962Z | Compiling uzers v0.12.1 |
2531 | 2025-01-09T20:09:17.063Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2532 | 2025-01-09T20:09:25.824Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2533 | 2025-01-09T20:09:27.884Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2534 | 2025-01-09T20:09:50.782Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2535 | 2025-01-09T20:09:58.409Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2536 | 2025-01-09T20:10:01.419Z | Compiling multimap v0.10.0 |
2537 | 2025-01-09T20:12:20.427Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2538 | 2025-01-09T20:12:33.159Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2539 | 2025-01-09T20:19:01.276Z | Finished `release` profile [optimized] target(s) in 16m 01s |
2540 | 2025-01-09T20:20:05.779Z | |
2541 | 2025-01-09T20:20:05.782Z | real 17:07.014890225 |
2542 | 2025-01-09T20:20:05.782Z | user 1:57:51.874091853 |
2543 | 2025-01-09T20:20:05.782Z | sys 5:55.400057089 |
2544 | 2025-01-09T20:20:05.782Z | trap 2.865573921 |
2545 | 2025-01-09T20:20:05.782Z | tflt 2.991719784 |
2546 | 2025-01-09T20:20:05.782Z | dflt 4.944396453 |
2547 | 2025-01-09T20:20:05.782Z | kflt 0.065842097 |
2548 | 2025-01-09T20:20:05.782Z | lock 7:13:00.428195023 |
2549 | 2025-01-09T20:20:05.782Z | slp 6:13:36.748431086 |
2550 | 2025-01-09T20:20:05.782Z | lat 2:52.115804966 |
2551 | 2025-01-09T20:20:05.782Z | stop 2:30.728151791 |
2552 | 2025-01-09T20:20:05.782Z | + mapfile -t packages |
2553 | 2025-01-09T20:20:05.782Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2554 | 2025-01-09T20:20:06.795Z | Finished `release` profile [optimized] target(s) in 0.96s |
2555 | 2025-01-09T20:20:06.859Z | Running `target/release/omicron-package -t test list-outputs` |
2556 | 2025-01-09T20:20:06.908Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2557 | 2025-01-09T20:20:06.910Z | + ptime -m cargo build --locked --release -p xtask |
2558 | 2025-01-09T20:20:07.505Z | Compiling serde v1.0.215 |
2559 | 2025-01-09T20:20:07.524Z | Compiling serde_json v1.0.133 |
2560 | 2025-01-09T20:20:07.525Z | Compiling rustix v0.38.37 |
2561 | 2025-01-09T20:20:07.525Z | Compiling libc v0.2.162 |
2562 | 2025-01-09T20:20:07.589Z | Compiling syn v2.0.87 |
2563 | 2025-01-09T20:20:07.699Z | Compiling bitflags v2.6.0 |
2564 | 2025-01-09T20:20:07.916Z | Compiling usdt-impl v0.5.0 |
2565 | 2025-01-09T20:20:07.960Z | Compiling syn v1.0.109 |
2566 | 2025-01-09T20:20:08.064Z | Compiling log v0.4.22 |
2567 | 2025-01-09T20:20:08.088Z | Compiling hashbrown v0.15.1 |
2568 | 2025-01-09T20:20:08.188Z | Compiling fs-err v2.11.0 |
2569 | 2025-01-09T20:20:08.497Z | Compiling anyhow v1.0.93 |
2570 | 2025-01-09T20:20:08.535Z | Compiling once_cell v1.20.2 |
2571 | 2025-01-09T20:20:09.098Z | Compiling thread-id v4.2.2 |
2572 | 2025-01-09T20:20:09.455Z | Compiling indexmap v2.6.0 |
2573 | 2025-01-09T20:20:10.574Z | Compiling terminal_size v0.4.0 |
2574 | 2025-01-09T20:20:10.574Z | Compiling tempfile v3.13.0 |
2575 | 2025-01-09T20:20:10.829Z | Compiling clap_builder v4.5.21 |
2576 | 2025-01-09T20:20:11.681Z | Compiling proc-macro-error v1.0.4 |
2577 | 2025-01-09T20:20:12.751Z | Compiling tabled_derive v0.7.0 |
2578 | 2025-01-09T20:20:14.050Z | Compiling tabled v0.15.0 |
2579 | 2025-01-09T20:20:15.772Z | Compiling serde_derive v1.0.215 |
2580 | 2025-01-09T20:20:16.005Z | Compiling thiserror-impl v1.0.69 |
2581 | 2025-01-09T20:20:16.047Z | Compiling zerocopy-derive v0.7.35 |
2582 | 2025-01-09T20:20:17.656Z | Compiling scroll_derive v0.12.0 |
2583 | 2025-01-09T20:20:17.843Z | Compiling clap_derive v4.5.18 |
2584 | 2025-01-09T20:20:18.095Z | Compiling zerocopy v0.7.35 |
2585 | 2025-01-09T20:20:18.980Z | Compiling thiserror v1.0.69 |
2586 | 2025-01-09T20:20:19.156Z | Compiling pest v2.7.14 |
2587 | 2025-01-09T20:20:19.288Z | Compiling scroll v0.12.0 |
2588 | 2025-01-09T20:20:20.011Z | Compiling goblin v0.8.2 |
2589 | 2025-01-09T20:20:22.252Z | Compiling pest_meta v2.7.14 |
2590 | 2025-01-09T20:20:23.658Z | Compiling pest_generator v2.7.14 |
2591 | 2025-01-09T20:20:25.545Z | Compiling clap v4.5.21 |
2592 | 2025-01-09T20:20:26.557Z | Compiling pest_derive v2.7.14 |
2593 | 2025-01-09T20:20:27.355Z | Compiling dtrace-parser v0.2.0 |
2594 | 2025-01-09T20:20:31.298Z | Compiling serde_tokenstream v0.2.2 |
2595 | 2025-01-09T20:20:32.022Z | Compiling serde_spanned v0.6.8 |
2596 | 2025-01-09T20:20:32.209Z | Compiling toml_datetime v0.6.8 |
2597 | 2025-01-09T20:20:32.925Z | Compiling dof v0.3.0 |
2598 | 2025-01-09T20:20:33.890Z | Compiling toml_edit v0.22.22 |
2599 | 2025-01-09T20:20:35.124Z | Compiling camino v1.1.9 |
2600 | 2025-01-09T20:20:36.497Z | Compiling usdt-macro v0.5.0 |
2601 | 2025-01-09T20:20:37.736Z | Compiling toml v0.8.19 |
2602 | 2025-01-09T20:20:40.324Z | Compiling usdt-attr-macro v0.5.0 |
2603 | 2025-01-09T20:20:40.405Z | Compiling cargo-platform v0.1.8 |
2604 | 2025-01-09T20:20:41.482Z | Compiling semver v1.0.23 |
2605 | 2025-01-09T20:20:41.675Z | Compiling usdt v0.5.0 |
2606 | 2025-01-09T20:20:42.862Z | Compiling cargo_metadata v0.18.1 |
2607 | 2025-01-09T20:20:42.953Z | Compiling cargo_toml v0.20.5 |
2608 | 2025-01-09T20:20:43.196Z | Compiling camino-tempfile v1.1.1 |
2609 | 2025-01-09T20:20:43.477Z | Compiling macaddr v1.0.1 |
2610 | 2025-01-09T20:20:53.206Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2611 | 2025-01-09T20:21:04.512Z | Finished `release` profile [optimized] target(s) in 57.51s |
2612 | 2025-01-09T20:21:04.634Z | |
2613 | 2025-01-09T20:21:04.634Z | real 57.659031661 |
2614 | 2025-01-09T20:21:04.634Z | user 5:43.394217849 |
2615 | 2025-01-09T20:21:04.634Z | sys 31.779380030 |
2616 | 2025-01-09T20:21:04.634Z | trap 0.150700563 |
2617 | 2025-01-09T20:21:04.634Z | tflt 0.334410824 |
2618 | 2025-01-09T20:21:04.634Z | dflt 0.685695909 |
2619 | 2025-01-09T20:21:04.638Z | kflt 0.000045852 |
2620 | 2025-01-09T20:21:04.638Z | lock 9:40.691248633 |
2621 | 2025-01-09T20:21:04.638Z | slp 15:26.735907028 |
2622 | 2025-01-09T20:21:04.638Z | lat 13.626873930 |
2623 | 2025-01-09T20:21:04.638Z | stop 16.279237680 |
2624 | 2025-01-09T20:21:04.638Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2625 | 2025-01-09T20:21:04.638Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2626 | 2025-01-09T20:21:04.638Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2627 | 2025-01-09T20:21:04.638Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2628 | 2025-01-09T20:21:04.638Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2629 | 2025-01-09T20:21:05.527Z | Compiling hashbrown v0.14.5 |
2630 | 2025-01-09T20:21:05.654Z | Compiling ident_case v1.0.1 |
2631 | 2025-01-09T20:21:05.666Z | Compiling unsafe-libyaml v0.2.11 |
2632 | 2025-01-09T20:21:05.666Z | Compiling progenitor-client v0.8.0 |
2633 | 2025-01-09T20:21:05.669Z | Compiling ipnetwork v0.20.0 |
2634 | 2025-01-09T20:21:05.669Z | Compiling macaddr v1.0.1 |
2635 | 2025-01-09T20:21:05.669Z | Compiling instant v0.1.13 |
2636 | 2025-01-09T20:21:05.669Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2637 | 2025-01-09T20:21:05.805Z | Compiling darling_core v0.20.10 |
2638 | 2025-01-09T20:21:05.825Z | Compiling structmeta-derive v0.3.0 |
2639 | 2025-01-09T20:21:06.135Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2640 | 2025-01-09T20:21:06.170Z | Compiling dropshot v0.13.0 |
2641 | 2025-01-09T20:21:06.173Z | Compiling dropshot_endpoint v0.13.0 |
2642 | 2025-01-09T20:21:06.551Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2643 | 2025-01-09T20:21:06.647Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2644 | 2025-01-09T20:21:06.953Z | Compiling regress v0.10.1 |
2645 | 2025-01-09T20:21:07.025Z | Compiling serde_yaml v0.9.34+deprecated |
2646 | 2025-01-09T20:21:07.442Z | Compiling regress v0.9.1 |
2647 | 2025-01-09T20:21:07.648Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2648 | 2025-01-09T20:21:07.840Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2649 | 2025-01-09T20:21:07.868Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2650 | 2025-01-09T20:21:08.677Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2651 | 2025-01-09T20:21:08.885Z | Compiling structmeta v0.3.0 |
2652 | 2025-01-09T20:21:08.967Z | Compiling backoff v0.4.0 |
2653 | 2025-01-09T20:21:09.164Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2654 | 2025-01-09T20:21:09.331Z | Compiling parse-display-derive v0.10.0 |
2655 | 2025-01-09T20:21:09.353Z | Compiling tempfile v3.13.0 |
2656 | 2025-01-09T20:21:09.353Z | Compiling proc-macro-crate v1.3.1 |
2657 | 2025-01-09T20:21:10.270Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2658 | 2025-01-09T20:21:10.492Z | Compiling num_enum_derive v0.5.11 |
2659 | 2025-01-09T20:21:10.663Z | Compiling itertools v0.13.0 |
2660 | 2025-01-09T20:21:10.989Z | Compiling typify-impl v0.2.0 |
2661 | 2025-01-09T20:21:12.194Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2662 | 2025-01-09T20:21:12.491Z | Compiling zerocopy v0.8.10 |
2663 | 2025-01-09T20:21:12.667Z | Compiling foreign-types-macros v0.2.3 |
2664 | 2025-01-09T20:21:12.987Z | Compiling darling_macro v0.20.10 |
2665 | 2025-01-09T20:21:13.175Z | Compiling num_enum v0.5.11 |
2666 | 2025-01-09T20:21:13.370Z | Compiling zerocopy-derive v0.8.10 |
2667 | 2025-01-09T20:21:13.532Z | Compiling foreign-types-shared v0.3.1 |
2668 | 2025-01-09T20:21:13.669Z | Compiling heapless v0.8.0 |
2669 | 2025-01-09T20:21:14.008Z | Compiling darling v0.20.10 |
2670 | 2025-01-09T20:21:14.033Z | Compiling parse-display v0.10.0 |
2671 | 2025-01-09T20:21:14.054Z | Compiling crucible-workspace-hack v0.1.0 |
2672 | 2025-01-09T20:21:14.073Z | Compiling foreign-types v0.5.0 |
2673 | 2025-01-09T20:21:14.134Z | Compiling serde_with_macros v3.11.0 |
2674 | 2025-01-09T20:21:14.190Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2675 | 2025-01-09T20:21:14.358Z | Compiling proc-macro-error v1.0.4 |
2676 | 2025-01-09T20:21:14.774Z | Compiling camino-tempfile v1.1.1 |
2677 | 2025-01-09T20:21:14.931Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2678 | 2025-01-09T20:21:15.064Z | Compiling hash32 v0.3.1 |
2679 | 2025-01-09T20:21:15.259Z | Compiling cstr-argument v0.1.2 |
2680 | 2025-01-09T20:21:15.324Z | Compiling smoltcp v0.11.0 |
2681 | 2025-01-09T20:21:15.528Z | Compiling pretty-hex v0.2.1 |
2682 | 2025-01-09T20:21:15.729Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2683 | 2025-01-09T20:21:15.793Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2684 | 2025-01-09T20:21:15.969Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2685 | 2025-01-09T20:21:16.246Z | Compiling tabwriter v1.4.0 |
2686 | 2025-01-09T20:21:16.582Z | Compiling colored v2.1.0 |
2687 | 2025-01-09T20:21:16.747Z | Compiling cobs v0.2.3 |
2688 | 2025-01-09T20:21:16.993Z | Compiling serde_with v3.11.0 |
2689 | 2025-01-09T20:21:17.065Z | Compiling postcard v1.0.10 |
2690 | 2025-01-09T20:21:17.363Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2691 | 2025-01-09T20:21:17.683Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2692 | 2025-01-09T20:21:17.823Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2693 | 2025-01-09T20:21:17.877Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2694 | 2025-01-09T20:21:18.181Z | Compiling thiserror v2.0.3 |
2695 | 2025-01-09T20:21:18.864Z | Compiling smf v0.2.3 |
2696 | 2025-01-09T20:21:19.286Z | Compiling thiserror-impl v2.0.3 |
2697 | 2025-01-09T20:21:20.048Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2698 | 2025-01-09T20:21:20.414Z | Compiling zone_cfg_derive v0.3.0 |
2699 | 2025-01-09T20:21:20.974Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2700 | 2025-01-09T20:21:21.020Z | Compiling num-derive v0.4.2 |
2701 | 2025-01-09T20:21:21.593Z | Compiling sigpipe v0.1.3 |
2702 | 2025-01-09T20:21:21.628Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2703 | 2025-01-09T20:21:21.731Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2704 | 2025-01-09T20:21:21.884Z | Compiling zone v0.3.0 |
2705 | 2025-01-09T20:21:22.064Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2706 | 2025-01-09T20:21:22.386Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2707 | 2025-01-09T20:21:22.474Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2708 | 2025-01-09T20:21:22.942Z | Compiling universal-hash v0.5.1 |
2709 | 2025-01-09T20:21:23.150Z | Compiling opaque-debug v0.3.1 |
2710 | 2025-01-09T20:21:23.205Z | Compiling tungstenite v0.21.0 |
2711 | 2025-01-09T20:21:23.226Z | Compiling num-rational v0.4.2 |
2712 | 2025-01-09T20:21:23.271Z | Compiling password-hash v0.5.0 |
2713 | 2025-01-09T20:21:23.457Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2714 | 2025-01-09T20:21:23.569Z | Compiling num-complex v0.4.6 |
2715 | 2025-01-09T20:21:24.427Z | Compiling blake2 v0.10.6 |
2716 | 2025-01-09T20:21:24.472Z | Compiling aead v0.5.2 |
2717 | 2025-01-09T20:21:24.628Z | Compiling keccak v0.1.5 |
2718 | 2025-01-09T20:21:24.706Z | Compiling convert_case v0.4.0 |
2719 | 2025-01-09T20:21:24.836Z | Compiling base64 v0.21.7 |
2720 | 2025-01-09T20:21:25.122Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2721 | 2025-01-09T20:21:25.245Z | Compiling sha3 v0.10.8 |
2722 | 2025-01-09T20:21:25.483Z | Compiling argon2 v0.5.3 |
2723 | 2025-01-09T20:21:25.627Z | Compiling num v0.4.3 |
2724 | 2025-01-09T20:21:25.675Z | Compiling tokio-tungstenite v0.21.0 |
2725 | 2025-01-09T20:21:25.745Z | Compiling derive_more v0.99.18 |
2726 | 2025-01-09T20:21:25.766Z | Compiling poly1305 v0.8.0 |
2727 | 2025-01-09T20:21:25.786Z | Compiling chacha20 v0.9.1 |
2728 | 2025-01-09T20:21:26.269Z | Compiling float-ord v0.3.2 |
2729 | 2025-01-09T20:21:26.272Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2730 | 2025-01-09T20:21:26.309Z | Compiling semver v0.1.20 |
2731 | 2025-01-09T20:21:26.718Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2732 | 2025-01-09T20:21:26.744Z | Compiling same-file v1.0.6 |
2733 | 2025-01-09T20:21:27.008Z | Compiling walkdir v2.5.0 |
2734 | 2025-01-09T20:21:27.064Z | Compiling rustc_version v0.1.7 |
2735 | 2025-01-09T20:21:27.145Z | Compiling newline-converter v0.3.0 |
2736 | 2025-01-09T20:21:27.333Z | Compiling primeorder v0.13.6 |
2737 | 2025-01-09T20:21:27.500Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2738 | 2025-01-09T20:21:27.598Z | Compiling secrecy v0.8.0 |
2739 | 2025-01-09T20:21:27.834Z | Compiling cancel-safe-futures v0.1.5 |
2740 | 2025-01-09T20:21:27.875Z | Compiling owo-colors v4.1.0 |
2741 | 2025-01-09T20:21:27.896Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2742 | 2025-01-09T20:21:28.153Z | Compiling newtype_derive v0.1.6 |
2743 | 2025-01-09T20:21:28.231Z | Compiling expectorate v1.1.0 |
2744 | 2025-01-09T20:21:28.252Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2745 | 2025-01-09T20:21:28.335Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2746 | 2025-01-09T20:21:28.457Z | Compiling thiserror-impl-no-std v2.0.2 |
2747 | 2025-01-09T20:21:28.504Z | Compiling blake3 v1.5.4 |
2748 | 2025-01-09T20:21:28.695Z | Compiling half v2.4.1 |
2749 | 2025-01-09T20:21:28.762Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2750 | 2025-01-09T20:21:29.107Z | Compiling unicase v2.7.0 |
2751 | 2025-01-09T20:21:29.189Z | Compiling arc-swap v1.7.1 |
2752 | 2025-01-09T20:21:29.271Z | Compiling ciborium-io v0.2.2 |
2753 | 2025-01-09T20:21:29.430Z | Compiling ciborium-ll v0.2.2 |
2754 | 2025-01-09T20:21:29.633Z | Compiling slog-scope v4.4.0 |
2755 | 2025-01-09T20:21:29.860Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2756 | 2025-01-09T20:21:29.877Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2757 | 2025-01-09T20:21:29.991Z | Compiling typify-macro v0.2.0 |
2758 | 2025-01-09T20:21:30.232Z | Compiling polyval v0.6.2 |
2759 | 2025-01-09T20:21:30.235Z | Compiling atomicwrites v0.4.4 |
2760 | 2025-01-09T20:21:30.630Z | Compiling libsw v3.3.1 |
2761 | 2025-01-09T20:21:30.708Z | Compiling memmap2 v0.9.5 |
2762 | 2025-01-09T20:21:30.769Z | Compiling arrayref v0.3.9 |
2763 | 2025-01-09T20:21:30.896Z | Compiling arrayvec v0.7.6 |
2764 | 2025-01-09T20:21:30.975Z | Compiling salty v0.3.0 |
2765 | 2025-01-09T20:21:31.197Z | Compiling libefi-sys v0.1.0 |
2766 | 2025-01-09T20:21:31.337Z | Compiling indent_write v2.2.0 |
2767 | 2025-01-09T20:21:31.443Z | Compiling parking_lot_core v0.8.6 |
2768 | 2025-01-09T20:21:31.491Z | Compiling linear-map v1.2.0 |
2769 | 2025-01-09T20:21:31.566Z | Compiling constant_time_eq v0.3.1 |
2770 | 2025-01-09T20:21:31.761Z | Compiling thiserror-no-std v2.0.2 |
2771 | 2025-01-09T20:21:31.857Z | Compiling vsss-rs v3.3.4 |
2772 | 2025-01-09T20:21:31.969Z | Compiling ghash v0.5.1 |
2773 | 2025-01-09T20:21:32.151Z | Compiling slog-stdlog v4.1.1 |
2774 | 2025-01-09T20:21:32.181Z | Compiling ciborium v0.2.2 |
2775 | 2025-01-09T20:21:32.580Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2776 | 2025-01-09T20:21:33.050Z | Compiling p384 v0.13.0 |
2777 | 2025-01-09T20:21:33.379Z | Compiling toolchain_find v0.4.0 |
2778 | 2025-01-09T20:21:33.672Z | Compiling chacha20poly1305 v0.10.1 |
2779 | 2025-01-09T20:21:33.771Z | Compiling lzma-sys v0.1.20 |
2780 | 2025-01-09T20:21:33.941Z | Compiling ctr v0.9.2 |
2781 | 2025-01-09T20:21:34.167Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2782 | 2025-01-09T20:21:34.338Z | Compiling bitfield-struct v0.6.2 |
2783 | 2025-01-09T20:21:34.405Z | Compiling typify v0.2.0 |
2784 | 2025-01-09T20:21:34.560Z | Compiling progenitor-impl v0.8.0 |
2785 | 2025-01-09T20:21:34.579Z | Compiling slog-dtrace v0.3.0 |
2786 | 2025-01-09T20:21:34.601Z | Compiling topological-sort v0.2.2 |
2787 | 2025-01-09T20:21:34.685Z | Compiling highway v1.2.0 |
2788 | 2025-01-09T20:21:34.810Z | Compiling omicron-zone-package v0.12.0 |
2789 | 2025-01-09T20:21:34.979Z | Compiling aes-gcm v0.10.3 |
2790 | 2025-01-09T20:21:35.008Z | Compiling rustfmt-wrapper v0.2.1 |
2791 | 2025-01-09T20:21:35.288Z | Compiling mime_guess v2.0.5 |
2792 | 2025-01-09T20:21:35.511Z | Compiling slog-envlogger v2.2.0 |
2793 | 2025-01-09T20:21:35.594Z | Compiling steno v0.4.1 |
2794 | 2025-01-09T20:21:35.883Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2795 | 2025-01-09T20:21:36.691Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2796 | 2025-01-09T20:21:36.712Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2797 | 2025-01-09T20:21:36.988Z | Compiling heck v0.3.3 |
2798 | 2025-01-09T20:21:37.128Z | Compiling ssh-encoding v0.2.0 |
2799 | 2025-01-09T20:21:37.413Z | Compiling blowfish v0.9.1 |
2800 | 2025-01-09T20:21:37.437Z | Compiling nibble_vec v0.1.0 |
2801 | 2025-01-09T20:21:37.501Z | Compiling env_filter v0.1.2 |
2802 | 2025-01-09T20:21:37.653Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2803 | 2025-01-09T20:21:37.655Z | Compiling humantime v2.1.0 |
2804 | 2025-01-09T20:21:37.867Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2805 | 2025-01-09T20:21:37.886Z | Compiling endian-type v0.1.2 |
2806 | 2025-01-09T20:21:37.962Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2807 | 2025-01-09T20:21:38.110Z | Compiling radix_trie v0.2.1 |
2808 | 2025-01-09T20:21:38.140Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2809 | 2025-01-09T20:21:38.217Z | Compiling env_logger v0.11.5 |
2810 | 2025-01-09T20:21:38.239Z | Compiling bcrypt-pbkdf v0.10.0 |
2811 | 2025-01-09T20:21:38.242Z | Compiling ssh-cipher v0.2.0 |
2812 | 2025-01-09T20:21:38.898Z | Compiling zone_cfg_derive v0.1.2 |
2813 | 2025-01-09T20:21:38.936Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2814 | 2025-01-09T20:21:39.052Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2815 | 2025-01-09T20:21:39.349Z | Compiling parking_lot v0.11.2 |
2816 | 2025-01-09T20:21:40.025Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2817 | 2025-01-09T20:21:40.084Z | Compiling password-hash v0.4.2 |
2818 | 2025-01-09T20:21:40.342Z | Compiling gethostname v0.5.0 |
2819 | 2025-01-09T20:21:40.423Z | Compiling fxhash v0.2.1 |
2820 | 2025-01-09T20:21:40.467Z | Compiling bumpalo v3.16.0 |
2821 | 2025-01-09T20:21:40.589Z | Compiling http-range v0.1.5 |
2822 | 2025-01-09T20:21:40.637Z | Compiling simd-adler32 v0.3.7 |
2823 | 2025-01-09T20:21:40.658Z | Compiling matches v0.1.10 |
2824 | 2025-01-09T20:21:40.775Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2825 | 2025-01-09T20:21:40.979Z | Compiling base64 v0.13.1 |
2826 | 2025-01-09T20:21:40.982Z | Compiling zip v2.1.3 |
2827 | 2025-01-09T20:21:41.016Z | Compiling lockfree-object-pool v0.1.6 |
2828 | 2025-01-09T20:21:41.100Z | Compiling idna v0.2.3 |
2829 | 2025-01-09T20:21:41.230Z | Compiling sled v0.34.7 |
2830 | 2025-01-09T20:21:41.302Z | Compiling zopfli v0.8.1 |
2831 | 2025-01-09T20:21:41.356Z | Compiling pbkdf2 v0.11.0 |
2832 | 2025-01-09T20:21:41.632Z | Compiling ron v0.7.1 |
2833 | 2025-01-09T20:21:41.722Z | Compiling zone v0.1.8 |
2834 | 2025-01-09T20:21:41.834Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2835 | 2025-01-09T20:21:42.569Z | Compiling xz2 v0.1.7 |
2836 | 2025-01-09T20:21:42.857Z | Compiling progenitor-macro v0.8.0 |
2837 | 2025-01-09T20:21:43.041Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2838 | 2025-01-09T20:21:43.180Z | Compiling ssh-key v0.6.6 |
2839 | 2025-01-09T20:21:43.286Z | Compiling hickory-client v0.24.1 |
2840 | 2025-01-09T20:21:43.888Z | Compiling p256 v0.13.2 |
2841 | 2025-01-09T20:21:44.164Z | Compiling p521 v0.13.3 |
2842 | 2025-01-09T20:21:44.264Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2843 | 2025-01-09T20:21:44.767Z | Compiling hickory-server v0.24.1 |
2844 | 2025-01-09T20:21:44.798Z | Compiling enum-as-inner v0.5.1 |
2845 | 2025-01-09T20:21:45.443Z | Compiling pem v3.0.4 |
2846 | 2025-01-09T20:21:45.867Z | Compiling yasna v0.5.2 |
2847 | 2025-01-09T20:21:46.321Z | Compiling headers-core v0.3.0 |
2848 | 2025-01-09T20:21:46.504Z | Compiling kstat-rs v0.2.4 |
2849 | 2025-01-09T20:21:46.572Z | Compiling nanorand v0.7.0 |
2850 | 2025-01-09T20:21:47.166Z | Compiling atty v0.2.14 |
2851 | 2025-01-09T20:21:47.189Z | Compiling russh-cryptovec v0.7.3 |
2852 | 2025-01-09T20:21:47.333Z | Compiling md5 v0.7.0 |
2853 | 2025-01-09T20:21:47.518Z | Compiling flume v0.11.1 |
2854 | 2025-01-09T20:21:47.618Z | Compiling russh-keys v0.45.0 |
2855 | 2025-01-09T20:21:47.858Z | Compiling rcgen v0.12.1 |
2856 | 2025-01-09T20:21:48.070Z | Compiling headers v0.4.0 |
2857 | 2025-01-09T20:21:48.144Z | Compiling trust-dns-proto v0.22.0 |
2858 | 2025-01-09T20:21:49.531Z | Compiling hyper-staticfile v0.10.1 |
2859 | 2025-01-09T20:21:50.443Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2860 | 2025-01-09T20:21:50.713Z | Compiling num-bigint v0.4.6 |
2861 | 2025-01-09T20:21:50.787Z | Compiling des v0.8.1 |
2862 | 2025-01-09T20:21:51.073Z | Compiling subprocess v0.2.9 |
2863 | 2025-01-09T20:21:51.166Z | Compiling dhcproto-macros v0.1.0 |
2864 | 2025-01-09T20:21:51.959Z | Compiling hex-literal v0.4.1 |
2865 | 2025-01-09T20:21:52.129Z | Compiling display-error-chain v0.2.2 |
2866 | 2025-01-09T20:21:52.150Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2867 | 2025-01-09T20:21:52.230Z | Compiling internet-checksum v0.2.1 |
2868 | 2025-01-09T20:21:52.646Z | Compiling dhcproto v0.12.0 |
2869 | 2025-01-09T20:21:53.835Z | Compiling russh v0.45.0 |
2870 | 2025-01-09T20:21:56.036Z | Compiling progenitor v0.8.0 |
2871 | 2025-01-09T20:21:56.170Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2872 | 2025-01-09T20:21:56.173Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2873 | 2025-01-09T20:21:56.173Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2874 | 2025-01-09T20:21:56.173Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2875 | 2025-01-09T20:21:56.173Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2876 | 2025-01-09T20:21:56.173Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2877 | 2025-01-09T20:21:56.265Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2878 | 2025-01-09T20:21:57.018Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2879 | 2025-01-09T20:21:57.670Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2880 | 2025-01-09T20:21:58.937Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2881 | 2025-01-09T20:22:01.712Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2882 | 2025-01-09T20:22:01.921Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2883 | 2025-01-09T20:22:12.044Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2884 | 2025-01-09T20:22:12.047Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2885 | 2025-01-09T20:22:12.047Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2886 | 2025-01-09T20:22:12.047Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2887 | 2025-01-09T20:22:15.459Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2888 | 2025-01-09T20:22:15.503Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2889 | 2025-01-09T20:22:16.614Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2890 | 2025-01-09T20:22:17.273Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2891 | 2025-01-09T20:22:19.240Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2892 | 2025-01-09T20:22:20.291Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2893 | 2025-01-09T20:22:21.525Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2894 | 2025-01-09T20:22:21.615Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2895 | 2025-01-09T20:22:22.793Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2896 | 2025-01-09T20:22:23.969Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2897 | 2025-01-09T20:22:24.406Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2898 | 2025-01-09T20:22:25.099Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2899 | 2025-01-09T20:22:25.952Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2900 | 2025-01-09T20:22:26.182Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2901 | 2025-01-09T20:22:26.554Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2902 | 2025-01-09T20:22:28.050Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2903 | 2025-01-09T20:22:28.651Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2904 | 2025-01-09T20:22:28.854Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2905 | 2025-01-09T20:22:30.026Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2906 | 2025-01-09T20:22:32.075Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2907 | 2025-01-09T20:22:33.951Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2908 | 2025-01-09T20:22:35.811Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2909 | 2025-01-09T20:22:36.919Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2910 | 2025-01-09T20:22:37.909Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2911 | 2025-01-09T20:22:42.284Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2912 | 2025-01-09T20:22:50.860Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2913 | 2025-01-09T20:22:52.144Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2914 | 2025-01-09T20:23:12.585Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2915 | 2025-01-09T20:23:51.443Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 46s |
2916 | 2025-01-09T20:23:51.646Z | |
2917 | 2025-01-09T20:23:51.646Z | real 2:46.863365534 |
2918 | 2025-01-09T20:23:51.646Z | user 12:37.609345231 |
2919 | 2025-01-09T20:23:51.646Z | sys 2:46.901142024 |
2920 | 2025-01-09T20:23:51.646Z | trap 0.332616933 |
2921 | 2025-01-09T20:23:51.650Z | tflt 0.831315621 |
2922 | 2025-01-09T20:23:51.650Z | dflt 2.240712304 |
2923 | 2025-01-09T20:23:51.650Z | kflt 0.000045110 |
2924 | 2025-01-09T20:23:51.650Z | lock 26:04.280463593 |
2925 | 2025-01-09T20:23:51.650Z | slp 45:23.532979668 |
2926 | 2025-01-09T20:23:51.650Z | lat 35.830835616 |
2927 | 2025-01-09T20:23:51.650Z | stop 1:26.149608324 |
2928 | 2025-01-09T20:23:51.650Z | + mkdir tests |
2929 | 2025-01-09T20:23:51.653Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2930 | 2025-01-09T20:23:51.653Z | + xargs -I '{}' -t cp '{}' tests/ |
2931 | 2025-01-09T20:23:51.692Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-de0a7ca8dcb7211a tests/ |
2932 | 2025-01-09T20:23:51.719Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-233039bd511b28d4 tests/ |
2933 | 2025-01-09T20:23:51.746Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3ac7d7b8b4c9a31f tests/ |
2934 | 2025-01-09T20:23:51.772Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-517e010e9925d683 tests/ |
2935 | 2025-01-09T20:23:52.046Z | + 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/*) |
2936 | 2025-01-09T20:23:52.049Z | + 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-de0a7ca8dcb7211a tests/commtest-3ac7d7b8b4c9a31f tests/dhcp_server-233039bd511b28d4 tests/end_to_end_tests-517e010e9925d683 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 |
2937 | 2025-01-09T20:25:05.648Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2938 | 2025-01-09T20:25:05.648Z | a .github/buildomat/ci-env.sh 1K |
2939 | 2025-01-09T20:25:05.648Z | a out/target/test 1K |
2940 | 2025-01-09T20:25:05.648Z | a out/npuzone/npuzone 23144K |
2941 | 2025-01-09T20:25:05.648Z | a package-manifest.toml 34K |
2942 | 2025-01-09T20:25:05.648Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2943 | 2025-01-09T20:25:05.648Z | a target/release/omicron-package 36062K |
2944 | 2025-01-09T20:25:05.649Z | a target/release/xtask 11721K |
2945 | 2025-01-09T20:25:05.649Z | a target/debug/bootstrap 209150K |
2946 | 2025-01-09T20:25:05.649Z | a tests/bootstrap-de0a7ca8dcb7211a 24243K |
2947 | 2025-01-09T20:25:05.649Z | a tests/commtest-3ac7d7b8b4c9a31f 25019K |
2948 | 2025-01-09T20:25:05.649Z | a tests/dhcp_server-233039bd511b28d4 24243K |
2949 | 2025-01-09T20:25:05.649Z | a tests/end_to_end_tests-517e010e9925d683 271956K |
2950 | 2025-01-09T20:25:05.649Z | a out/clickhouse.tar.gz 293508K |
2951 | 2025-01-09T20:25:05.649Z | a out/clickhouse_keeper.tar.gz 280612K |
2952 | 2025-01-09T20:25:05.649Z | a out/clickhouse_server.tar.gz 293495K |
2953 | 2025-01-09T20:25:05.649Z | a out/cockroachdb.tar.gz 134638K |
2954 | 2025-01-09T20:25:05.649Z | a out/crucible-dtrace.tar 85K |
2955 | 2025-01-09T20:25:05.649Z | a out/crucible-pantry-zone.tar.gz 28212K |
2956 | 2025-01-09T20:25:05.649Z | a out/crucible-zone.tar.gz 36434K |
2957 | 2025-01-09T20:25:05.649Z | a out/external-dns.tar.gz 35342K |
2958 | 2025-01-09T20:25:05.649Z | a out/internal-dns.tar.gz 35343K |
2959 | 2025-01-09T20:25:05.649Z | a out/mg-ddm-gz.tar 63075K |
2960 | 2025-01-09T20:25:05.649Z | a out/nexus.tar.gz 99188K |
2961 | 2025-01-09T20:25:05.649Z | a out/ntp.tar.gz 10389K |
2962 | 2025-01-09T20:25:05.649Z | a out/omicron-gateway-softnpu.tar.gz 23975K |
2963 | 2025-01-09T20:25:05.649Z | a out/omicron-sled-agent.tar 113922K |
2964 | 2025-01-09T20:25:05.649Z | a out/overlay.tar.gz 3K |
2965 | 2025-01-09T20:25:05.649Z | a out/oximeter.tar.gz 47834K |
2966 | 2025-01-09T20:25:05.649Z | a out/oxlog.tar 3088K |
2967 | 2025-01-09T20:25:05.649Z | a out/probe.tar.gz 2764K |
2968 | 2025-01-09T20:25:05.649Z | a out/propolis-server.tar.gz 66291K |
2969 | 2025-01-09T20:25:05.649Z | a out/pumpkind-gz.tar 26665K |
2970 | 2025-01-09T20:25:05.649Z | a out/switch-softnpu.tar.gz 235413K |
2971 | 2025-01-09T20:25:05.652Z | |
2972 | 2025-01-09T20:25:05.653Z | real 1:13.555234378 |
2973 | 2025-01-09T20:25:05.653Z | user 1:10.260708345 |
2974 | 2025-01-09T20:25:05.653Z | sys 4.648454382 |
2975 | 2025-01-09T20:25:05.653Z | trap 0.018749415 |
2976 | 2025-01-09T20:25:05.653Z | tflt 0.000000000 |
2977 | 2025-01-09T20:25:05.653Z | dflt 0.000000000 |
2978 | 2025-01-09T20:25:05.653Z | kflt 0.000000000 |
2979 | 2025-01-09T20:25:05.653Z | lock 0.000000000 |
2980 | 2025-01-09T20:25:05.653Z | slp 1:10.121622234 |
2981 | 2025-01-09T20:25:05.653Z | lat 2.056280226 |
2982 | 2025-01-09T20:25:05.653Z | stop 0.000219427 |
2983 | 2025-01-09T20:25:05.653Z | process exited: duration 2068712 ms, exit code 0 |
|
2984 | 2025-01-09T20:25:05.667Z | found 1 output files |
2985 | 2025-01-09T20:25:05.667Z | uploading: /work/package.tar.gz (1891042257 bytes) |
2986 | 2025-01-09T20:25:41.318Z | uploaded: /work/package.tar.gz |