|
|
|
1 | 2024-12-21T02:24:22.261Z | job assigned to worker 01JFKGDN3RBGN9XE90A7K0B8T6 [factory aws, i-09fd8edd66a0634ed] (queued for 1 m 4 s) |
|
2 | 2024-12-21T02:24:30.190Z | starting task 0: "setup" |
3 | 2024-12-21T02:24:30.198Z | ++ uname -s |
4 | 2024-12-21T02:24:30.200Z | + kern=SunOS |
5 | 2024-12-21T02:24:30.200Z | + case "$kern" in |
6 | 2024-12-21T02:24:30.200Z | + groupadd -g 12345 build |
7 | 2024-12-21T02:24:30.203Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T02:24:32.210Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T02:24:32.328Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T02:24:32.330Z | + home_fs=zfs |
11 | 2024-12-21T02:24:32.330Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T02:24:32.331Z | + mkdir -p /home/build |
13 | 2024-12-21T02:24:32.331Z | + chown build:build /home/build /work |
14 | 2024-12-21T02:24:34.332Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T02:24:34.334Z | process exited: duration 4145 ms, exit code 0 |
|
16 | 2024-12-21T02:24:34.342Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T02:24:34.348Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T02:24:34.348Z | ' 1.81.0 |
19 | 2024-12-21T02:24:34.348Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T02:24:34.348Z | * toolchain profile = "default" |
21 | 2024-12-21T02:24:34.348Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-21T02:24:34.348Z | ' default |
23 | 2024-12-21T02:24:34.350Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T02:24:34.350Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T02:24:34.455Z | info: downloading installer |
26 | 2024-12-21T02:24:35.917Z | info: profile set to 'default' |
27 | 2024-12-21T02:24:35.917Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T02:24:35.920Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T02:24:36.062Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T02:24:36.062Z | info: downloading component 'cargo' |
31 | 2024-12-21T02:24:36.772Z | info: downloading component 'clippy' |
32 | 2024-12-21T02:24:37.086Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T02:24:38.023Z | info: downloading component 'rust-std' |
34 | 2024-12-21T02:24:39.554Z | info: downloading component 'rustc' |
35 | 2024-12-21T02:24:45.056Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T02:24:45.264Z | info: installing component 'cargo' |
37 | 2024-12-21T02:24:46.058Z | info: installing component 'clippy' |
38 | 2024-12-21T02:24:46.414Z | info: installing component 'rust-docs' |
39 | 2024-12-21T02:24:48.047Z | info: installing component 'rust-std' |
40 | 2024-12-21T02:24:49.719Z | info: installing component 'rustc' |
41 | 2024-12-21T02:24:55.429Z | info: installing component 'rustfmt' |
42 | 2024-12-21T02:24:55.749Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T02:24:55.749Z | |
44 | 2024-12-21T02:24:56.111Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T02:24:56.111Z | |
46 | 2024-12-21T02:24:56.114Z | |
47 | 2024-12-21T02:24:56.114Z | Rust is installed now. Great! |
48 | 2024-12-21T02:24:56.114Z | |
49 | 2024-12-21T02:24:56.114Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T02:24:56.114Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T02:24:56.114Z | |
52 | 2024-12-21T02:24:56.114Z | To configure your current shell, you need to source |
53 | 2024-12-21T02:24:56.114Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T02:24:56.114Z | |
55 | 2024-12-21T02:24:56.114Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T02:24:56.114Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T02:24:56.114Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T02:24:56.184Z | + rustc --version |
59 | 2024-12-21T02:24:56.249Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T02:24:56.251Z | process exited: duration 21904 ms, exit code 0 |
|
61 | 2024-12-21T02:24:56.259Z | starting task 2: "authentication" |
62 | 2024-12-21T02:24:56.278Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-21T02:24:56.284Z | starting task 3: "clone repository" |
64 | 2024-12-21T02:24:56.290Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T02:24:56.292Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T02:24:56.672Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T02:25:03.872Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T02:25:03.872Z | + git fetch origin ecf33f7efc15e9c1eef5568db2673504d76bfc5c |
69 | 2024-12-21T02:25:04.186Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T02:25:04.186Z | * branch ecf33f7efc15e9c1eef5568db2673504d76bfc5c -> FETCH_HEAD |
71 | 2024-12-21T02:25:04.194Z | + [[ -n sunshowers/spr/3n-omicron-package-update-omicron-zone-package ]] |
72 | 2024-12-21T02:25:04.198Z | ++ git branch --show-current |
73 | 2024-12-21T02:25:04.201Z | + current=main |
74 | 2024-12-21T02:25:04.201Z | + [[ main != sunshowers/spr/3n-omicron-package-update-omicron-zone-package ]] |
75 | 2024-12-21T02:25:04.201Z | + git branch -f sunshowers/spr/3n-omicron-package-update-omicron-zone-package ecf33f7efc15e9c1eef5568db2673504d76bfc5c |
76 | 2024-12-21T02:25:04.204Z | + git checkout -f sunshowers/spr/3n-omicron-package-update-omicron-zone-package |
77 | 2024-12-21T02:25:04.381Z | Switched to branch 'sunshowers/spr/3n-omicron-package-update-omicron-zone-package' |
78 | 2024-12-21T02:25:04.384Z | + git reset --hard ecf33f7efc15e9c1eef5568db2673504d76bfc5c |
79 | 2024-12-21T02:25:04.402Z | HEAD is now at ecf33f7ef fix test |
80 | 2024-12-21T02:25:04.406Z | process exited: duration 8118 ms, exit code 0 |
|
81 | 2024-12-21T02:25:04.410Z | starting task 4: "build" |
82 | 2024-12-21T02:25:04.416Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T02:25:04.416Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T02:25:04.416Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T02:25:04.416Z | + cargo --version |
86 | 2024-12-21T02:25:04.474Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T02:25:04.476Z | + rustc --version |
88 | 2024-12-21T02:25:04.537Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T02:25:04.540Z | + WORK=/work |
90 | 2024-12-21T02:25:04.540Z | + pfexec mkdir -p /work |
91 | 2024-12-21T02:25:04.543Z | + pfexec chown build /work |
92 | 2024-12-21T02:25:04.546Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-21T02:25:19.407Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-21T02:25:23.440Z | Startup: Caching catalogs ... Done |
95 | 2024-12-21T02:25:34.442Z | Planning: Solver setup ... Done (10.025s) |
96 | 2024-12-21T02:25:34.576Z | Planning: Running solver ... Done (0.134s) |
97 | 2024-12-21T02:25:34.775Z | Planning: Finding local manifests ... Done (0.099s) |
98 | 2024-12-21T02:25:36.029Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-21T02:25:36.318Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-21T02:25:36.517Z | Planning: Package planning ... Done (0.199s) |
101 | 2024-12-21T02:25:36.741Z | Planning: Merging actions ... Done (0.224s) |
102 | 2024-12-21T02:25:37.326Z | Planning: Checking for conflicting actions ... Done (0.585s) |
103 | 2024-12-21T02:25:42.181Z | Planning: Consolidating action changes ... Done (4.852s) |
104 | 2024-12-21T02:25:42.576Z | Planning: Evaluating mediators ... Done (0.394s) |
105 | 2024-12-21T02:25:42.718Z | Planning: Planning completed in 19.18 seconds |
106 | 2024-12-21T02:25:42.944Z | Packages to install: 4 |
107 | 2024-12-21T02:25:42.944Z | Packages to update: 1 |
108 | 2024-12-21T02:25:42.947Z | Mediators to change: 2 |
109 | 2024-12-21T02:25:42.947Z | Services to change: 1 |
110 | 2024-12-21T02:25:42.947Z | Estimated space available: 155.63 GB |
111 | 2024-12-21T02:25:42.947Z | Estimated space to be consumed: 1.62 GB |
112 | 2024-12-21T02:25:42.947Z | Create boot environment: No |
113 | 2024-12-21T02:25:42.947Z | Create backup boot environment: Yes |
114 | 2024-12-21T02:25:42.947Z | Rebuild boot archive: No |
115 | 2024-12-21T02:25:42.947Z | |
116 | 2024-12-21T02:25:42.947Z | Changed mediators: |
117 | 2024-12-21T02:25:42.947Z | mediator clang: |
118 | 2024-12-21T02:25:42.947Z | version: None -> 15 (system default) |
119 | 2024-12-21T02:25:42.947Z | |
120 | 2024-12-21T02:25:42.947Z | mediator llvm: |
121 | 2024-12-21T02:25:42.947Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-21T02:25:42.947Z | |
123 | 2024-12-21T02:25:42.947Z | Changed packages: |
124 | 2024-12-21T02:25:42.947Z | helios-dev |
125 | 2024-12-21T02:25:42.947Z | developer/build-essential |
126 | 2024-12-21T02:25:42.948Z | None -> 11-2.0 |
127 | 2024-12-21T02:25:42.948Z | library/libxmlsec1 |
128 | 2024-12-21T02:25:42.948Z | None -> 1.2.35-2.0 |
129 | 2024-12-21T02:25:42.948Z | ooce/developer/clang-15 |
130 | 2024-12-21T02:25:42.948Z | None -> 15.0.7-2.0 |
131 | 2024-12-21T02:25:42.948Z | ooce/developer/llvm-15 |
132 | 2024-12-21T02:25:42.948Z | None -> 15.0.7-2.0 |
133 | 2024-12-21T02:25:42.948Z | package/pkg |
134 | 2024-12-21T02:25:42.948Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-21T02:25:42.948Z | |
136 | 2024-12-21T02:25:42.948Z | Services: |
137 | 2024-12-21T02:25:42.948Z | restart_fmri: |
138 | 2024-12-21T02:25:42.948Z | svc:/system/update-man-index:default |
139 | 2024-12-21T02:25:42.948Z | |
140 | 2024-12-21T02:25:42.948Z | Editable files to change: |
141 | 2024-12-21T02:25:42.948Z | Update: |
142 | 2024-12-21T02:25:42.948Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-21T02:25:43.203Z | |
144 | 2024-12-21T02:25:43.203Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-21T02:25:48.210Z | Download: 438/4281 items 17.0/220.6MB 7% complete (3.6M/s) |
146 | 2024-12-21T02:25:53.228Z | Download: 847/4281 items 18.8/220.6MB 8% complete (1.9M/s) |
147 | 2024-12-21T02:25:58.232Z | Download: 1198/4281 items 76.0/220.6MB 34% complete (5.8M/s) |
148 | 2024-12-21T02:26:03.237Z | Download: 2041/4281 items 118.7/220.6MB 53% complete (10.0M/s) |
149 | 2024-12-21T02:26:09.452Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (9.5M/s) |
150 | 2024-12-21T02:26:14.489Z | Download: 2598/4281 items 120.5/220.6MB 54% complete (145k/s) |
151 | 2024-12-21T02:26:19.469Z | Download: 2911/4281 items 121.2/220.6MB 54% complete (219k/s) |
152 | 2024-12-21T02:26:24.472Z | Download: 3139/4281 items 176.5/220.6MB 79% complete (5.5M/s) |
153 | 2024-12-21T02:26:29.866Z | Download: 3243/4281 items 203.1/220.6MB 92% complete (8.2M/s) |
154 | 2024-12-21T02:26:44.256Z | Download: 3246/4281 items 203.1/220.6MB 92% complete |
155 | 2024-12-21T02:26:52.850Z | Download: 3247/4281 items 203.1/220.6MB 92% complete |
156 | 2024-12-21T02:26:59.642Z | Download: 3288/4281 items 212.6/220.6MB 96% complete (964k/s) |
157 | 2024-12-21T02:27:04.659Z | Download: 3461/4281 items 213.4/220.6MB 96% complete (507k/s) |
158 | 2024-12-21T02:27:09.690Z | Download: 3683/4281 items 216.3/220.6MB 98% complete (390k/s) |
159 | 2024-12-21T02:27:14.694Z | Download: 3910/4281 items 217.7/220.6MB 98% complete (428k/s) |
160 | 2024-12-21T02:27:19.759Z | Download: 4199/4281 items 220.5/220.6MB 99% complete (447k/s) |
161 | 2024-12-21T02:27:27.676Z | Download: 4205/4281 items 220.6/220.6MB 99% complete (426k/s) |
162 | 2024-12-21T02:27:36.911Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
163 | 2024-12-21T02:27:37.016Z | Download: Completed 220.60 MB in 113.79 seconds (1.9M/s) |
164 | 2024-12-21T02:27:39.021Z | Actions: 1/5063 actions (Removing old actions) |
165 | 2024-12-21T02:27:39.036Z | Actions: 194/5063 actions (Installing new actions) |
166 | 2024-12-21T02:27:44.107Z | Actions: 4116/5063 actions (Installing new actions) |
167 | 2024-12-21T02:27:44.230Z | Actions: 4226/5063 actions (Updating modified actions) |
168 | 2024-12-21T02:27:44.566Z | Actions: Completed 5063 actions in 5.54 seconds. |
169 | 2024-12-21T02:27:44.982Z | Done (0.410s) |
170 | 2024-12-21T02:27:44.984Z | Done (0.000s) |
171 | 2024-12-21T02:27:45.561Z | Done (0.577s) |
172 | 2024-12-21T02:27:50.971Z | Done (5.184s) |
173 | 2024-12-21T02:27:51.272Z | Done (0.226s) |
174 | 2024-12-21T02:27:51.274Z | Done (0.000s) |
175 | 2024-12-21T02:27:51.517Z | Done (0.000s) |
176 | 2024-12-21T02:27:52.219Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-12-21T02:27:52.380Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-12-21T02:27:52.383Z | Planning: Consolidating action changes ... Done |
179 | 2024-12-21T02:27:52.654Z | Planning: Evaluating mediators ... Done |
180 | 2024-12-21T02:27:52.657Z | Planning: Planning completed in 0.44 seconds |
181 | 2024-12-21T02:27:52.693Z | Mediators to change: 2 |
182 | 2024-12-21T02:27:52.693Z | Create boot environment: No |
183 | 2024-12-21T02:27:52.695Z | Create backup boot environment: No |
184 | 2024-12-21T02:27:52.758Z | Done |
185 | 2024-12-21T02:27:52.758Z | Done |
186 | 2024-12-21T02:27:53.122Z | Done |
187 | 2024-12-21T02:27:56.822Z | Done |
188 | 2024-12-21T02:27:56.911Z | Done |
189 | 2024-12-21T02:27:56.913Z | Done |
190 | 2024-12-21T02:27:57.007Z | Done |
191 | 2024-12-21T02:27:57.624Z | Planning: Evaluating mediator changes ... Done |
192 | 2024-12-21T02:27:57.626Z | Planning: Merging actions ... Done |
193 | 2024-12-21T02:27:57.813Z | Planning: Checking for conflicting actions ... Done |
194 | 2024-12-21T02:27:57.817Z | Planning: Consolidating action changes ... Done |
195 | 2024-12-21T02:27:58.085Z | Planning: Evaluating mediators ... Done |
196 | 2024-12-21T02:27:58.141Z | Planning: Planning completed in 0.76 seconds |
197 | 2024-12-21T02:27:58.183Z | Packages to change: 1 |
198 | 2024-12-21T02:27:58.183Z | Mediators to change: 1 |
199 | 2024-12-21T02:27:58.186Z | Services to change: 1 |
200 | 2024-12-21T02:27:58.186Z | Create boot environment: No |
201 | 2024-12-21T02:27:58.186Z | Create backup boot environment: Yes |
202 | 2024-12-21T02:28:00.251Z | Actions: 1/6 actions (Updating modified actions) |
203 | 2024-12-21T02:28:00.294Z | Actions: Completed 6 actions in 0.04 seconds. |
204 | 2024-12-21T02:28:00.297Z | Done |
205 | 2024-12-21T02:28:00.297Z | Done |
206 | 2024-12-21T02:28:00.409Z | Done |
207 | 2024-12-21T02:28:04.050Z | Done |
208 | 2024-12-21T02:28:04.139Z | Done |
209 | 2024-12-21T02:28:04.141Z | Done |
210 | 2024-12-21T02:28:04.263Z | Done |
211 | 2024-12-21T02:28:04.707Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
212 | 2024-12-21T02:28:04.708Z | clang system 15 system |
213 | 2024-12-21T02:28:04.708Z | csh system system illumos |
214 | 2024-12-21T02:28:04.708Z | ctags system system illumos |
215 | 2024-12-21T02:28:04.708Z | gcc vendor 12 vendor |
216 | 2024-12-21T02:28:04.708Z | gcc system 10 system |
217 | 2024-12-21T02:28:04.708Z | gcc system 7 system |
218 | 2024-12-21T02:28:04.708Z | go system 1.20 system |
219 | 2024-12-21T02:28:04.708Z | go system 1.19 system |
220 | 2024-12-21T02:28:04.708Z | llvm system 15 system |
221 | 2024-12-21T02:28:04.708Z | llvm system 14 system |
222 | 2024-12-21T02:28:04.708Z | mariadb system 10.6 system |
223 | 2024-12-21T02:28:04.708Z | mta vendor vendor dma |
224 | 2024-12-21T02:28:04.708Z | openjdk system 17 system |
225 | 2024-12-21T02:28:04.708Z | openjdk system 11 system |
226 | 2024-12-21T02:28:04.708Z | openjdk system 1.8 system |
227 | 2024-12-21T02:28:04.708Z | openssl vendor 3 vendor |
228 | 2024-12-21T02:28:04.708Z | perl system 5.36 system |
229 | 2024-12-21T02:28:04.709Z | postgresql system 15 system |
230 | 2024-12-21T02:28:04.709Z | postgresql system 13 system |
231 | 2024-12-21T02:28:04.709Z | python vendor 3 vendor |
232 | 2024-12-21T02:28:04.709Z | python system 2 system |
233 | 2024-12-21T02:28:04.709Z | python3 system 3.11 system |
234 | 2024-12-21T02:28:04.709Z | ruby system 3.0 system |
235 | 2024-12-21T02:28:04.709Z | words vendor vendor american-english |
236 | 2024-12-21T02:28:04.709Z | words system system australian-english |
237 | 2024-12-21T02:28:04.709Z | words system system british-english |
238 | 2024-12-21T02:28:04.709Z | words system system canadian-english |
239 | 2024-12-21T02:28:04.709Z | words system system french |
240 | 2024-12-21T02:28:04.709Z | words system system italian |
241 | 2024-12-21T02:28:04.709Z | words system system ngerman |
242 | 2024-12-21T02:28:04.709Z | words system system ogerman |
243 | 2024-12-21T02:28:04.709Z | words system system spanish |
244 | 2024-12-21T02:28:05.044Z | PUBLISHER TYPE STATUS P LOCATION |
245 | 2024-12-21T02:28:05.044Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
246 | 2024-12-21T02:28:07.795Z | FMRI IFO |
247 | 2024-12-21T02:28:07.795Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2024-12-21T02:28:07.795Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2024-12-21T02:28:07.795Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2024-12-21T02:28:07.795Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2024-12-21T02:28:07.795Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
252 | 2024-12-21T02:28:07.795Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
253 | 2024-12-21T02:28:07.795Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
254 | 2024-12-21T02:28:07.795Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
255 | 2024-12-21T02:28:07.795Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
256 | 2024-12-21T02:28:07.795Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
257 | 2024-12-21T02:28:07.795Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
258 | 2024-12-21T02:28:07.795Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
259 | 2024-12-21T02:28:07.795Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
260 | 2024-12-21T02:28:07.795Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
261 | 2024-12-21T02:28:07.795Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
262 | 2024-12-21T02:28:08.716Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
263 | 2024-12-21T02:28:08.816Z | Updating crates.io index |
264 | 2024-12-21T02:28:08.819Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
265 | 2024-12-21T02:28:09.361Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
266 | 2024-12-21T02:28:09.638Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
267 | 2024-12-21T02:28:09.849Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
268 | 2024-12-21T02:28:10.165Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
269 | 2024-12-21T02:28:11.119Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
270 | 2024-12-21T02:28:12.669Z | Updating git repository `https://github.com/oxidecomputer/opte` |
271 | 2024-12-21T02:28:13.278Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
272 | 2024-12-21T02:28:14.073Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
273 | 2024-12-21T02:28:14.381Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
274 | 2024-12-21T02:28:14.704Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
275 | 2024-12-21T02:28:15.370Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
276 | 2024-12-21T02:28:15.690Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
277 | 2024-12-21T02:28:16.027Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
278 | 2024-12-21T02:28:16.404Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
279 | 2024-12-21T02:28:16.640Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
280 | 2024-12-21T02:28:16.902Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
281 | 2024-12-21T02:28:17.217Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
282 | 2024-12-21T02:28:17.591Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
283 | 2024-12-21T02:28:17.986Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
284 | 2024-12-21T02:28:18.235Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
285 | 2024-12-21T02:28:18.675Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
286 | 2024-12-21T02:28:19.065Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
287 | 2024-12-21T02:28:19.440Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
288 | 2024-12-21T02:28:19.795Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
289 | 2024-12-21T02:28:20.121Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
290 | 2024-12-21T02:28:20.395Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
291 | 2024-12-21T02:28:20.664Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
292 | 2024-12-21T02:28:21.993Z | Downloading crates ... |
293 | 2024-12-21T02:28:22.114Z | Downloaded anstream v0.6.15 |
294 | 2024-12-21T02:28:22.119Z | Downloaded byteorder v1.5.0 |
295 | 2024-12-21T02:28:22.121Z | Downloaded camino v1.1.9 |
296 | 2024-12-21T02:28:22.125Z | Downloaded anstyle-parse v0.2.5 |
297 | 2024-12-21T02:28:22.127Z | Downloaded bytecount v0.6.8 |
298 | 2024-12-21T02:28:22.129Z | Downloaded block-buffer v0.10.4 |
299 | 2024-12-21T02:28:22.129Z | Downloaded anstyle v1.0.10 |
300 | 2024-12-21T02:28:22.133Z | Downloaded autocfg v1.4.0 |
301 | 2024-12-21T02:28:22.135Z | Downloaded bitflags v2.6.0 |
302 | 2024-12-21T02:28:22.138Z | Downloaded anstyle-query v1.1.1 |
303 | 2024-12-21T02:28:22.138Z | Downloaded anyhow v1.0.93 |
304 | 2024-12-21T02:28:22.148Z | Downloaded digest v0.10.7 |
305 | 2024-12-21T02:28:22.151Z | Downloaded heck v0.4.1 |
306 | 2024-12-21T02:28:22.151Z | Downloaded dof v0.3.0 |
307 | 2024-12-21T02:28:22.153Z | Downloaded cargo_metadata v0.18.1 |
308 | 2024-12-21T02:28:22.156Z | Downloaded memchr v2.7.4 |
309 | 2024-12-21T02:28:22.162Z | Downloaded macaddr v1.0.1 |
310 | 2024-12-21T02:28:22.164Z | Downloaded is_terminal_polyfill v1.70.1 |
311 | 2024-12-21T02:28:22.164Z | Downloaded clap v4.5.21 |
312 | 2024-12-21T02:28:22.171Z | Downloaded generic-array v0.14.7 |
313 | 2024-12-21T02:28:22.174Z | Downloaded heck v0.5.0 |
314 | 2024-12-21T02:28:22.176Z | Downloaded camino-tempfile v1.1.1 |
315 | 2024-12-21T02:28:22.176Z | Downloaded errno v0.3.9 |
316 | 2024-12-21T02:28:22.178Z | Downloaded colorchoice v1.0.2 |
317 | 2024-12-21T02:28:22.178Z | Downloaded clap_lex v0.7.2 |
318 | 2024-12-21T02:28:22.182Z | Downloaded clap_builder v4.5.21 |
319 | 2024-12-21T02:28:22.185Z | Downloaded fastrand v2.1.1 |
320 | 2024-12-21T02:28:22.188Z | Downloaded cpufeatures v0.2.14 |
321 | 2024-12-21T02:28:22.188Z | Downloaded cfg-if v1.0.0 |
322 | 2024-12-21T02:28:22.191Z | Downloaded crypto-common v0.1.6 |
323 | 2024-12-21T02:28:22.191Z | Downloaded clap_derive v4.5.18 |
324 | 2024-12-21T02:28:22.194Z | Downloaded cargo-platform v0.1.8 |
325 | 2024-12-21T02:28:22.194Z | Downloaded usdt-attr-macro v0.5.0 |
326 | 2024-12-21T02:28:22.197Z | Downloaded equivalent v1.0.1 |
327 | 2024-12-21T02:28:22.197Z | Downloaded pretty-hex v0.4.1 |
328 | 2024-12-21T02:28:22.197Z | Downloaded scroll_derive v0.12.0 |
329 | 2024-12-21T02:28:22.201Z | Downloaded dtrace-parser v0.2.0 |
330 | 2024-12-21T02:28:22.208Z | Downloaded usdt-macro v0.5.0 |
331 | 2024-12-21T02:28:22.211Z | Downloaded swrite v0.1.0 |
332 | 2024-12-21T02:28:22.215Z | Downloaded cargo_toml v0.20.5 |
333 | 2024-12-21T02:28:22.227Z | Downloaded itoa v1.0.11 |
334 | 2024-12-21T02:28:22.229Z | Downloaded strsim v0.11.1 |
335 | 2024-12-21T02:28:22.231Z | Downloaded plain v0.2.3 |
336 | 2024-12-21T02:28:22.231Z | Downloaded utf8parse v0.2.2 |
337 | 2024-12-21T02:28:22.231Z | Downloaded usdt-impl v0.5.0 |
338 | 2024-12-21T02:28:22.234Z | Downloaded fnv v1.0.7 |
339 | 2024-12-21T02:28:22.237Z | Downloaded pest_generator v2.7.14 |
340 | 2024-12-21T02:28:22.240Z | Downloaded serde_tokenstream v0.2.2 |
341 | 2024-12-21T02:28:22.240Z | Downloaded memmap v0.7.0 |
342 | 2024-12-21T02:28:22.242Z | Downloaded version_check v0.9.5 |
343 | 2024-12-21T02:28:22.242Z | Downloaded usdt v0.5.0 |
344 | 2024-12-21T02:28:22.245Z | Downloaded proc-macro-error-attr v1.0.4 |
345 | 2024-12-21T02:28:22.246Z | Downloaded smawk v0.3.2 |
346 | 2024-12-21T02:28:22.248Z | Downloaded once_cell v1.20.2 |
347 | 2024-12-21T02:28:22.250Z | Downloaded unicode-linebreak v0.1.5 |
348 | 2024-12-21T02:28:22.254Z | Downloaded thread-id v4.2.2 |
349 | 2024-12-21T02:28:22.256Z | Downloaded terminal_size v0.4.0 |
350 | 2024-12-21T02:28:22.259Z | Downloaded toml_datetime v0.6.8 |
351 | 2024-12-21T02:28:22.259Z | Downloaded thiserror v1.0.69 |
352 | 2024-12-21T02:28:22.263Z | Downloaded zerocopy-derive v0.7.35 |
353 | 2024-12-21T02:28:22.266Z | Downloaded tabled_derive v0.7.0 |
354 | 2024-12-21T02:28:22.269Z | Downloaded fs-err v2.11.0 |
355 | 2024-12-21T02:28:22.269Z | Downloaded pest_derive v2.7.14 |
356 | 2024-12-21T02:28:22.271Z | Downloaded scroll v0.12.0 |
357 | 2024-12-21T02:28:22.273Z | Downloaded thiserror-impl v1.0.69 |
358 | 2024-12-21T02:28:22.274Z | Downloaded serde_spanned v0.6.8 |
359 | 2024-12-21T02:28:22.276Z | Downloaded pest v2.7.14 |
360 | 2024-12-21T02:28:22.280Z | Downloaded sha2 v0.10.8 |
361 | 2024-12-21T02:28:22.285Z | Downloaded semver v1.0.23 |
362 | 2024-12-21T02:28:22.288Z | Downloaded quote v1.0.37 |
363 | 2024-12-21T02:28:22.288Z | Downloaded tempfile v3.13.0 |
364 | 2024-12-21T02:28:22.290Z | Downloaded proc-macro-error v1.0.4 |
365 | 2024-12-21T02:28:22.294Z | Downloaded log v0.4.22 |
366 | 2024-12-21T02:28:22.296Z | Downloaded ryu v1.0.18 |
367 | 2024-12-21T02:28:22.299Z | Downloaded pest_meta v2.7.14 |
368 | 2024-12-21T02:28:22.302Z | Downloaded ucd-trie v0.1.7 |
369 | 2024-12-21T02:28:22.307Z | Downloaded unicode-ident v1.0.13 |
370 | 2024-12-21T02:28:22.311Z | Downloaded typenum v1.17.0 |
371 | 2024-12-21T02:28:22.313Z | Downloaded toml v0.8.19 |
372 | 2024-12-21T02:28:22.316Z | Downloaded serde_derive v1.0.215 |
373 | 2024-12-21T02:28:22.320Z | Downloaded papergrid v0.11.0 |
374 | 2024-12-21T02:28:22.325Z | Downloaded textwrap v0.16.1 |
375 | 2024-12-21T02:28:22.332Z | Downloaded hashbrown v0.15.1 |
376 | 2024-12-21T02:28:22.334Z | Downloaded serde v1.0.215 |
377 | 2024-12-21T02:28:22.338Z | Downloaded proc-macro2 v1.0.89 |
378 | 2024-12-21T02:28:22.341Z | Downloaded indexmap v2.6.0 |
379 | 2024-12-21T02:28:22.350Z | Downloaded toml_edit v0.22.22 |
380 | 2024-12-21T02:28:22.374Z | Downloaded zerocopy v0.7.35 |
381 | 2024-12-21T02:28:22.386Z | Downloaded serde_json v1.0.132 |
382 | 2024-12-21T02:28:22.394Z | Downloaded winnow v0.6.20 |
383 | 2024-12-21T02:28:22.402Z | Downloaded goblin v0.8.2 |
384 | 2024-12-21T02:28:22.409Z | Downloaded tabled v0.15.0 |
385 | 2024-12-21T02:28:22.424Z | Downloaded unicode-width v0.1.14 |
386 | 2024-12-21T02:28:22.429Z | Downloaded syn v1.0.109 |
387 | 2024-12-21T02:28:22.438Z | Downloaded syn v2.0.87 |
388 | 2024-12-21T02:28:22.450Z | Downloaded rustix v0.38.37 |
389 | 2024-12-21T02:28:22.492Z | Downloaded libc v0.2.162 |
390 | 2024-12-21T02:28:22.806Z | Compiling proc-macro2 v1.0.89 |
391 | 2024-12-21T02:28:22.807Z | Compiling unicode-ident v1.0.13 |
392 | 2024-12-21T02:28:22.807Z | Compiling version_check v0.9.5 |
393 | 2024-12-21T02:28:22.809Z | Compiling serde v1.0.215 |
394 | 2024-12-21T02:28:22.809Z | Compiling thiserror v1.0.69 |
395 | 2024-12-21T02:28:22.809Z | Compiling memchr v2.7.4 |
396 | 2024-12-21T02:28:22.809Z | Compiling libc v0.2.162 |
397 | 2024-12-21T02:28:22.809Z | Compiling ucd-trie v0.1.7 |
398 | 2024-12-21T02:28:23.067Z | Compiling ryu v1.0.18 |
399 | 2024-12-21T02:28:23.405Z | Compiling itoa v1.0.11 |
400 | 2024-12-21T02:28:23.603Z | Compiling once_cell v1.20.2 |
401 | 2024-12-21T02:28:23.911Z | Compiling byteorder v1.5.0 |
402 | 2024-12-21T02:28:24.259Z | Compiling rustix v0.38.37 |
403 | 2024-12-21T02:28:24.308Z | Compiling serde_json v1.0.132 |
404 | 2024-12-21T02:28:24.357Z | Compiling bitflags v2.6.0 |
405 | 2024-12-21T02:28:24.448Z | Compiling proc-macro-error-attr v1.0.4 |
406 | 2024-12-21T02:28:24.676Z | Compiling usdt-impl v0.5.0 |
407 | 2024-12-21T02:28:24.700Z | Compiling syn v1.0.109 |
408 | 2024-12-21T02:28:24.794Z | Compiling proc-macro-error v1.0.4 |
409 | 2024-12-21T02:28:24.821Z | Compiling utf8parse v0.2.2 |
410 | 2024-12-21T02:28:24.989Z | Compiling camino v1.1.9 |
411 | 2024-12-21T02:28:25.087Z | Compiling log v0.4.22 |
412 | 2024-12-21T02:28:25.173Z | Compiling equivalent v1.0.1 |
413 | 2024-12-21T02:28:25.206Z | Compiling hashbrown v0.15.1 |
414 | 2024-12-21T02:28:25.296Z | Compiling quote v1.0.37 |
415 | 2024-12-21T02:28:25.399Z | Compiling plain v0.2.3 |
416 | 2024-12-21T02:28:25.564Z | Compiling errno v0.3.9 |
417 | 2024-12-21T02:28:25.606Z | Compiling anstyle-parse v0.2.5 |
418 | 2024-12-21T02:28:25.709Z | Compiling syn v2.0.87 |
419 | 2024-12-21T02:28:25.841Z | Compiling thread-id v4.2.2 |
420 | 2024-12-21T02:28:25.974Z | Compiling autocfg v1.4.0 |
421 | 2024-12-21T02:28:26.043Z | Compiling pretty-hex v0.4.1 |
422 | 2024-12-21T02:28:26.252Z | Compiling anstyle v1.0.10 |
423 | 2024-12-21T02:28:26.279Z | Compiling is_terminal_polyfill v1.70.1 |
424 | 2024-12-21T02:28:26.435Z | Compiling indexmap v2.6.0 |
425 | 2024-12-21T02:28:26.438Z | Compiling winnow v0.6.20 |
426 | 2024-12-21T02:28:26.716Z | Compiling colorchoice v1.0.2 |
427 | 2024-12-21T02:28:26.873Z | Compiling unicode-width v0.1.14 |
428 | 2024-12-21T02:28:27.124Z | Compiling anstyle-query v1.1.1 |
429 | 2024-12-21T02:28:27.283Z | Compiling semver v1.0.23 |
430 | 2024-12-21T02:28:27.309Z | Compiling anstream v0.6.15 |
431 | 2024-12-21T02:28:27.414Z | Compiling fs-err v2.11.0 |
432 | 2024-12-21T02:28:27.845Z | Compiling anyhow v1.0.93 |
433 | 2024-12-21T02:28:27.870Z | Compiling clap_lex v0.7.2 |
434 | 2024-12-21T02:28:27.934Z | Compiling terminal_size v0.4.0 |
435 | 2024-12-21T02:28:28.149Z | Compiling cfg-if v1.0.0 |
436 | 2024-12-21T02:28:28.261Z | Compiling fnv v1.0.7 |
437 | 2024-12-21T02:28:28.386Z | Compiling fastrand v2.1.1 |
438 | 2024-12-21T02:28:28.406Z | Compiling heck v0.5.0 |
439 | 2024-12-21T02:28:28.476Z | Compiling heck v0.4.1 |
440 | 2024-12-21T02:28:28.545Z | Compiling bytecount v0.6.8 |
441 | 2024-12-21T02:28:28.763Z | Compiling strsim v0.11.1 |
442 | 2024-12-21T02:28:28.939Z | Compiling tempfile v3.13.0 |
443 | 2024-12-21T02:28:28.963Z | Compiling papergrid v0.11.0 |
444 | 2024-12-21T02:28:29.395Z | Compiling clap_builder v4.5.21 |
445 | 2024-12-21T02:28:29.568Z | Compiling memmap v0.7.0 |
446 | 2024-12-21T02:28:29.700Z | Compiling unicode-linebreak v0.1.5 |
447 | 2024-12-21T02:28:29.891Z | Compiling smawk v0.3.2 |
448 | 2024-12-21T02:28:30.129Z | Compiling textwrap v0.16.1 |
449 | 2024-12-21T02:28:30.341Z | Compiling swrite v0.1.0 |
450 | 2024-12-21T02:28:31.496Z | Compiling tabled_derive v0.7.0 |
451 | 2024-12-21T02:28:33.031Z | Compiling tabled v0.15.0 |
452 | 2024-12-21T02:28:34.737Z | Compiling serde_derive v1.0.215 |
453 | 2024-12-21T02:28:34.737Z | Compiling thiserror-impl v1.0.69 |
454 | 2024-12-21T02:28:34.740Z | Compiling zerocopy-derive v0.7.35 |
455 | 2024-12-21T02:28:34.740Z | Compiling scroll_derive v0.12.0 |
456 | 2024-12-21T02:28:34.857Z | Compiling clap_derive v4.5.18 |
457 | 2024-12-21T02:28:36.015Z | Compiling scroll v0.12.0 |
458 | 2024-12-21T02:28:36.482Z | Compiling zerocopy v0.7.35 |
459 | 2024-12-21T02:28:36.508Z | Compiling goblin v0.8.2 |
460 | 2024-12-21T02:28:37.537Z | Compiling pest v2.7.14 |
461 | 2024-12-21T02:28:38.804Z | Compiling clap v4.5.21 |
462 | 2024-12-21T02:28:39.792Z | Compiling pest_meta v2.7.14 |
463 | 2024-12-21T02:28:40.632Z | Compiling pest_generator v2.7.14 |
464 | 2024-12-21T02:28:42.577Z | Compiling pest_derive v2.7.14 |
465 | 2024-12-21T02:28:43.325Z | Compiling dtrace-parser v0.2.0 |
466 | 2024-12-21T02:28:44.928Z | Compiling serde_tokenstream v0.2.2 |
467 | 2024-12-21T02:28:44.949Z | Compiling serde_spanned v0.6.8 |
468 | 2024-12-21T02:28:44.951Z | Compiling toml_datetime v0.6.8 |
469 | 2024-12-21T02:28:45.303Z | Compiling toml_edit v0.22.22 |
470 | 2024-12-21T02:28:45.330Z | Compiling cargo-platform v0.1.8 |
471 | 2024-12-21T02:28:45.513Z | Compiling macaddr v1.0.1 |
472 | 2024-12-21T02:28:45.655Z | Compiling camino-tempfile v1.1.1 |
473 | 2024-12-21T02:28:46.422Z | Compiling dof v0.3.0 |
474 | 2024-12-21T02:28:46.481Z | Compiling cargo_metadata v0.18.1 |
475 | 2024-12-21T02:28:48.086Z | Compiling usdt-attr-macro v0.5.0 |
476 | 2024-12-21T02:28:48.086Z | Compiling usdt-macro v0.5.0 |
477 | 2024-12-21T02:28:48.167Z | Compiling toml v0.8.19 |
478 | 2024-12-21T02:28:49.073Z | Compiling cargo_toml v0.20.5 |
479 | 2024-12-21T02:28:49.427Z | Compiling usdt v0.5.0 |
480 | 2024-12-21T02:28:52.595Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
481 | 2024-12-21T02:28:56.800Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.47s |
482 | 2024-12-21T02:28:57.070Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
483 | 2024-12-21T02:28:57.606Z | Downloading crates ... |
484 | 2024-12-21T02:28:57.723Z | Downloaded addr2line v0.24.2 |
485 | 2024-12-21T02:28:57.732Z | Downloaded adler2 v2.0.0 |
486 | 2024-12-21T02:28:57.740Z | Downloaded cfg_aliases v0.2.1 |
487 | 2024-12-21T02:28:57.743Z | Downloaded cfg_aliases v0.1.1 |
488 | 2024-12-21T02:28:57.752Z | Downloaded crucible-workspace-hack v0.1.0 |
489 | 2024-12-21T02:28:57.755Z | Downloaded async-stream-impl v0.3.6 |
490 | 2024-12-21T02:28:57.755Z | Downloaded hostname v0.3.1 |
491 | 2024-12-21T02:28:57.757Z | Downloaded http-body v1.0.1 |
492 | 2024-12-21T02:28:57.760Z | Downloaded atomicwrites v0.4.4 |
493 | 2024-12-21T02:28:57.760Z | Downloaded home v0.5.9 |
494 | 2024-12-21T02:28:57.762Z | Downloaded hex v0.4.3 |
495 | 2024-12-21T02:28:57.767Z | Downloaded highway v1.2.0 |
496 | 2024-12-21T02:28:57.770Z | Downloaded crunchy v0.2.2 |
497 | 2024-12-21T02:28:57.773Z | Downloaded cstr-argument v0.1.2 |
498 | 2024-12-21T02:28:57.773Z | Downloaded ciborium-io v0.2.2 |
499 | 2024-12-21T02:28:57.775Z | Downloaded atty v0.2.14 |
500 | 2024-12-21T02:28:57.778Z | Downloaded async-stream v0.3.6 |
501 | 2024-12-21T02:28:57.781Z | Downloaded ident_case v1.0.1 |
502 | 2024-12-21T02:28:57.781Z | Downloaded ascii-canvas v3.0.0 |
503 | 2024-12-21T02:28:57.783Z | Downloaded hubpack_derive v0.1.1 |
504 | 2024-12-21T02:28:57.786Z | Downloaded headers-core v0.3.0 |
505 | 2024-12-21T02:28:57.786Z | Downloaded async-recursion v1.1.1 |
506 | 2024-12-21T02:28:57.789Z | Downloaded icu_provider_macros v1.5.0 |
507 | 2024-12-21T02:28:57.792Z | Downloaded http-range v0.1.5 |
508 | 2024-12-21T02:28:57.793Z | Downloaded bb8 v0.8.5 |
509 | 2024-12-21T02:28:57.797Z | Downloaded assert_matches v1.5.0 |
510 | 2024-12-21T02:28:57.797Z | Downloaded array-init v0.0.4 |
511 | 2024-12-21T02:28:57.797Z | Downloaded is_ci v1.2.0 |
512 | 2024-12-21T02:28:57.800Z | Downloaded matches v0.1.10 |
513 | 2024-12-21T02:28:57.800Z | Downloaded chrono-tz-build v0.4.0 |
514 | 2024-12-21T02:28:57.802Z | Downloaded blowfish v0.9.1 |
515 | 2024-12-21T02:28:57.805Z | Downloaded bit-set v0.5.3 |
516 | 2024-12-21T02:28:57.807Z | Downloaded md5 v0.7.0 |
517 | 2024-12-21T02:28:57.807Z | Downloaded cipher v0.4.4 |
518 | 2024-12-21T02:28:57.810Z | Downloaded bit-vec v0.6.3 |
519 | 2024-12-21T02:28:57.812Z | Downloaded mirai-annotations v1.12.0 |
520 | 2024-12-21T02:28:57.812Z | Downloaded crc-catalog v2.4.0 |
521 | 2024-12-21T02:28:57.813Z | Downloaded cexpr v0.6.0 |
522 | 2024-12-21T02:28:57.816Z | Downloaded buf-list v1.0.3 |
523 | 2024-12-21T02:28:57.821Z | Downloaded instant v0.1.13 |
524 | 2024-12-21T02:28:57.825Z | Downloaded darling v0.20.10 |
525 | 2024-12-21T02:28:57.828Z | Downloaded ref-cast-impl v1.0.23 |
526 | 2024-12-21T02:28:57.828Z | Downloaded lazycell v1.3.0 |
527 | 2024-12-21T02:28:57.828Z | Downloaded keccak v0.1.5 |
528 | 2024-12-21T02:28:57.830Z | Downloaded convert_case v0.4.0 |
529 | 2024-12-21T02:28:57.830Z | Downloaded linear-map v1.2.0 |
530 | 2024-12-21T02:28:57.832Z | Downloaded bitfield v0.14.0 |
531 | 2024-12-21T02:28:57.834Z | Downloaded managed v0.8.0 |
532 | 2024-12-21T02:28:57.837Z | Downloaded ipnetwork v0.20.0 |
533 | 2024-12-21T02:28:57.839Z | Downloaded indoc v1.0.9 |
534 | 2024-12-21T02:28:57.841Z | Downloaded ctr v0.9.2 |
535 | 2024-12-21T02:28:57.844Z | Downloaded maplit v1.0.2 |
536 | 2024-12-21T02:28:57.847Z | Downloaded libefi-sys v0.1.0 |
537 | 2024-12-21T02:28:57.847Z | Downloaded cobs v0.2.3 |
538 | 2024-12-21T02:28:57.850Z | Downloaded lru v0.12.5 |
539 | 2024-12-21T02:28:57.851Z | Downloaded libsw v3.3.1 |
540 | 2024-12-21T02:28:57.853Z | Downloaded is-terminal v0.4.13 |
541 | 2024-12-21T02:28:57.853Z | Downloaded arrayref v0.3.9 |
542 | 2024-12-21T02:28:57.855Z | Downloaded ciborium-ll v0.2.2 |
543 | 2024-12-21T02:28:57.858Z | Downloaded curve25519-dalek-derive v0.1.1 |
544 | 2024-12-21T02:28:57.858Z | Downloaded inout v0.1.3 |
545 | 2024-12-21T02:28:57.862Z | Downloaded crossbeam-deque v0.8.5 |
546 | 2024-12-21T02:28:57.862Z | Downloaded instability v0.3.2 |
547 | 2024-12-21T02:28:57.866Z | Downloaded httpdate v1.0.3 |
548 | 2024-12-21T02:28:57.866Z | Downloaded crc v3.2.1 |
549 | 2024-12-21T02:28:57.869Z | Downloaded lazy_static v1.5.0 |
550 | 2024-12-21T02:28:57.869Z | Downloaded humantime v2.1.0 |
551 | 2024-12-21T02:28:57.871Z | Downloaded internet-checksum v0.2.1 |
552 | 2024-12-21T02:28:57.873Z | Downloaded maybe-uninit v2.0.0 |
553 | 2024-12-21T02:28:57.873Z | Downloaded ciborium v0.2.2 |
554 | 2024-12-21T02:28:57.876Z | Downloaded linked-hash-map v0.5.6 |
555 | 2024-12-21T02:28:57.878Z | Downloaded mime v0.3.17 |
556 | 2024-12-21T02:28:57.881Z | Downloaded const_format_proc_macros v0.2.33 |
557 | 2024-12-21T02:28:57.884Z | Downloaded md-5 v0.10.6 |
558 | 2024-12-21T02:28:57.886Z | Downloaded http-body-util v0.1.2 |
559 | 2024-12-21T02:28:57.888Z | Downloaded cancel-safe-futures v0.1.5 |
560 | 2024-12-21T02:28:57.890Z | Downloaded block-padding v0.3.3 |
561 | 2024-12-21T02:28:57.893Z | Downloaded want v0.3.1 |
562 | 2024-12-21T02:28:57.893Z | Downloaded async-trait v0.1.83 |
563 | 2024-12-21T02:28:57.897Z | Downloaded ahash v0.8.11 |
564 | 2024-12-21T02:28:57.900Z | Downloaded sigpipe v0.1.3 |
565 | 2024-12-21T02:28:57.903Z | Downloaded take_mut v0.2.2 |
566 | 2024-12-21T02:28:57.903Z | Downloaded ref-cast v1.0.23 |
567 | 2024-12-21T02:28:57.905Z | Downloaded jobserver v0.1.32 |
568 | 2024-12-21T02:28:57.907Z | Downloaded httparse v1.9.5 |
569 | 2024-12-21T02:28:57.912Z | Downloaded quinn-udp v0.5.5 |
570 | 2024-12-21T02:28:57.917Z | Downloaded lru-cache v0.1.2 |
571 | 2024-12-21T02:28:57.917Z | Downloaded rand_chacha v0.3.1 |
572 | 2024-12-21T02:28:57.919Z | Downloaded hyper-rustls v0.27.3 |
573 | 2024-12-21T02:28:57.919Z | Downloaded time-core v0.1.2 |
574 | 2024-12-21T02:28:57.923Z | Downloaded mockall v0.13.0 |
575 | 2024-12-21T02:28:57.923Z | Downloaded sec1 v0.7.3 |
576 | 2024-12-21T02:28:57.926Z | Downloaded mime_guess v2.0.5 |
577 | 2024-12-21T02:28:57.926Z | Downloaded scrypt v0.11.0 |
578 | 2024-12-21T02:28:57.929Z | Downloaded zone_cfg_derive v0.3.0 |
579 | 2024-12-21T02:28:57.929Z | Downloaded lockfree-object-pool v0.1.6 |
580 | 2024-12-21T02:28:57.931Z | Downloaded hyper-tls v0.6.0 |
581 | 2024-12-21T02:28:57.934Z | Downloaded icu_locid_transform v1.5.0 |
582 | 2024-12-21T02:28:57.936Z | Downloaded csv-core v0.1.11 |
583 | 2024-12-21T02:28:57.940Z | Downloaded memmap2 v0.9.5 |
584 | 2024-12-21T02:28:57.942Z | Downloaded ipnet v2.10.1 |
585 | 2024-12-21T02:28:57.942Z | Downloaded memoffset v0.9.1 |
586 | 2024-12-21T02:28:57.945Z | Downloaded hmac v0.12.1 |
587 | 2024-12-21T02:28:57.947Z | Downloaded hyper-staticfile v0.10.1 |
588 | 2024-12-21T02:28:57.950Z | Downloaded rustfmt-wrapper v0.2.1 |
589 | 2024-12-21T02:28:57.953Z | Downloaded signal-hook-mio v0.2.4 |
590 | 2024-12-21T02:28:57.953Z | Downloaded cookie v0.18.1 |
591 | 2024-12-21T02:28:57.957Z | Downloaded openssl-macros v0.1.1 |
592 | 2024-12-21T02:28:57.959Z | Downloaded blake2 v0.10.6 |
593 | 2024-12-21T02:28:57.959Z | Downloaded argon2 v0.5.3 |
594 | 2024-12-21T02:28:57.961Z | Downloaded rusty-fork v0.3.0 |
595 | 2024-12-21T02:28:57.965Z | Downloaded litemap v0.7.3 |
596 | 2024-12-21T02:28:57.968Z | Downloaded tokio-native-tls v0.3.1 |
597 | 2024-12-21T02:28:57.968Z | Downloaded typify-macro v0.2.0 |
598 | 2024-12-21T02:28:57.970Z | Downloaded thiserror-impl v2.0.3 |
599 | 2024-12-21T02:28:57.972Z | Downloaded structmeta-derive v0.3.0 |
600 | 2024-12-21T02:28:57.972Z | Downloaded simd-adler32 v0.3.7 |
601 | 2024-12-21T02:28:57.975Z | Downloaded arrayvec v0.7.6 |
602 | 2024-12-21T02:28:57.979Z | Downloaded tabwriter v1.4.0 |
603 | 2024-12-21T02:28:57.983Z | Downloaded subtle v2.6.1 |
604 | 2024-12-21T02:28:57.983Z | Downloaded ssh-cipher v0.2.0 |
605 | 2024-12-21T02:28:57.983Z | Downloaded waitgroup v0.1.2 |
606 | 2024-12-21T02:28:57.989Z | Downloaded rustversion v1.0.17 |
607 | 2024-12-21T02:28:57.989Z | Downloaded tokio-macros v2.4.0 |
608 | 2024-12-21T02:28:57.992Z | Downloaded indexmap v1.9.3 |
609 | 2024-12-21T02:28:57.992Z | Downloaded iana-time-zone v0.1.61 |
610 | 2024-12-21T02:28:57.994Z | Downloaded peg-runtime v0.8.3 |
611 | 2024-12-21T02:28:57.996Z | Downloaded lock_api v0.4.12 |
612 | 2024-12-21T02:28:57.999Z | Downloaded icu_normalizer v1.5.0 |
613 | 2024-12-21T02:28:58.002Z | Downloaded icu_locid_transform_data v1.5.0 |
614 | 2024-12-21T02:28:58.004Z | Downloaded miniz_oxide v0.8.0 |
615 | 2024-12-21T02:28:58.007Z | Downloaded rustls-pemfile v2.2.0 |
616 | 2024-12-21T02:28:58.012Z | Downloaded either v1.13.0 |
617 | 2024-12-21T02:28:58.016Z | Downloaded dirs-sys-next v0.1.2 |
618 | 2024-12-21T02:28:58.016Z | Downloaded crossbeam-utils v0.8.20 |
619 | 2024-12-21T02:28:58.016Z | Downloaded smallvec v1.13.2 |
620 | 2024-12-21T02:28:58.019Z | Downloaded embedded-io v0.4.0 |
621 | 2024-12-21T02:28:58.021Z | Downloaded display-error-chain v0.2.2 |
622 | 2024-12-21T02:28:58.021Z | Downloaded foldhash v0.1.3 |
623 | 2024-12-21T02:28:58.024Z | Downloaded fallible-streaming-iterator v0.1.9 |
624 | 2024-12-21T02:28:58.024Z | Downloaded fallible-iterator v0.3.0 |
625 | 2024-12-21T02:28:58.027Z | Downloaded chacha20poly1305 v0.10.1 |
626 | 2024-12-21T02:28:58.030Z | Downloaded allocator-api2 v0.2.18 |
627 | 2024-12-21T02:28:58.034Z | Downloaded smallvec v0.6.14 |
628 | 2024-12-21T02:28:58.034Z | Downloaded base64 v0.13.1 |
629 | 2024-12-21T02:28:58.036Z | Downloaded icu_locid v1.5.0 |
630 | 2024-12-21T02:28:58.042Z | Downloaded vte_generate_state_changes v0.1.2 |
631 | 2024-12-21T02:28:58.045Z | Downloaded packed_struct_codegen v0.10.1 |
632 | 2024-12-21T02:28:58.045Z | Downloaded predicates-tree v1.0.11 |
633 | 2024-12-21T02:28:58.047Z | Downloaded predicates-core v1.0.8 |
634 | 2024-12-21T02:28:58.047Z | Downloaded packed_struct v0.10.1 |
635 | 2024-12-21T02:28:58.053Z | Downloaded walkdir v2.5.0 |
636 | 2024-12-21T02:28:58.056Z | Downloaded sct v0.7.1 |
637 | 2024-12-21T02:28:58.059Z | Downloaded twox-hash v1.6.3 |
638 | 2024-12-21T02:28:58.059Z | Downloaded tokio-tungstenite v0.24.0 |
639 | 2024-12-21T02:28:58.061Z | Downloaded pkg-config v0.3.31 |
640 | 2024-12-21T02:28:58.064Z | Downloaded indicatif v0.17.9 |
641 | 2024-12-21T02:28:58.068Z | Downloaded icu_provider v1.5.0 |
642 | 2024-12-21T02:28:58.071Z | Downloaded icu_properties v1.5.1 |
643 | 2024-12-21T02:28:58.076Z | Downloaded icu_normalizer_data v1.5.0 |
644 | 2024-12-21T02:28:58.080Z | Downloaded peg-macros v0.8.4 |
645 | 2024-12-21T02:28:58.080Z | Downloaded yoke-derive v0.7.4 |
646 | 2024-12-21T02:28:58.083Z | Downloaded typify v0.2.0 |
647 | 2024-12-21T02:28:58.085Z | Downloaded base64 v0.21.7 |
648 | 2024-12-21T02:28:58.089Z | Downloaded difflib v0.4.0 |
649 | 2024-12-21T02:28:58.091Z | Downloaded same-file v1.0.6 |
650 | 2024-12-21T02:28:58.091Z | Downloaded const_format v0.2.33 |
651 | 2024-12-21T02:28:58.097Z | Downloaded supports-color v3.0.1 |
652 | 2024-12-21T02:28:58.100Z | Downloaded compact_str v0.8.0 |
653 | 2024-12-21T02:28:58.103Z | Downloaded newtype-uuid v1.1.3 |
654 | 2024-12-21T02:28:58.105Z | Downloaded ghash v0.5.1 |
655 | 2024-12-21T02:28:58.108Z | Downloaded phf_shared v0.10.0 |
656 | 2024-12-21T02:28:58.108Z | Downloaded hickory-client v0.24.1 |
657 | 2024-12-21T02:28:58.110Z | Downloaded unarray v0.1.4 |
658 | 2024-12-21T02:28:58.113Z | Downloaded bumpalo v3.16.0 |
659 | 2024-12-21T02:28:58.115Z | Downloaded which v4.4.2 |
660 | 2024-12-21T02:28:58.118Z | Downloaded similar v2.6.0 |
661 | 2024-12-21T02:28:58.124Z | Downloaded num-rational v0.4.2 |
662 | 2024-12-21T02:28:58.126Z | Downloaded ron v0.8.1 |
663 | 2024-12-21T02:28:58.131Z | Downloaded resolv-conf v0.7.0 |
664 | 2024-12-21T02:28:58.143Z | Downloaded dunce v1.0.5 |
665 | 2024-12-21T02:28:58.147Z | Downloaded zopfli v0.8.1 |
666 | 2024-12-21T02:28:58.150Z | Downloaded crypto-bigint v0.5.5 |
667 | 2024-12-21T02:28:58.155Z | Downloaded rustc-demangle v0.1.24 |
668 | 2024-12-21T02:28:58.158Z | Downloaded dsl_auto_type v0.1.2 |
669 | 2024-12-21T02:28:58.161Z | Downloaded crossbeam-channel v0.5.13 |
670 | 2024-12-21T02:28:58.164Z | Downloaded icu_collections v1.5.0 |
671 | 2024-12-21T02:28:58.170Z | Downloaded strum v0.26.3 |
672 | 2024-12-21T02:28:58.173Z | Downloaded enum-as-inner v0.6.1 |
673 | 2024-12-21T02:28:58.175Z | Downloaded term v0.7.0 |
674 | 2024-12-21T02:28:58.178Z | Downloaded olpc-cjson v0.1.4 |
675 | 2024-12-21T02:28:58.180Z | Downloaded derive_builder_macro v0.20.2 |
676 | 2024-12-21T02:28:58.183Z | Downloaded write16 v1.0.0 |
677 | 2024-12-21T02:28:58.183Z | Downloaded form_urlencoded v1.2.1 |
678 | 2024-12-21T02:28:58.183Z | Downloaded http v1.1.0 |
679 | 2024-12-21T02:28:58.187Z | Downloaded snafu-derive v0.8.5 |
680 | 2024-12-21T02:28:58.189Z | Downloaded num_enum v0.5.11 |
681 | 2024-12-21T02:28:58.194Z | Downloaded psl-types v2.0.11 |
682 | 2024-12-21T02:28:58.197Z | Downloaded phf_shared v0.11.2 |
683 | 2024-12-21T02:28:58.197Z | Downloaded num-traits v0.2.19 |
684 | 2024-12-21T02:28:58.200Z | Downloaded pkcs5 v0.7.1 |
685 | 2024-12-21T02:28:58.204Z | Downloaded fxhash v0.2.1 |
686 | 2024-12-21T02:28:58.207Z | Downloaded hickory-server v0.24.1 |
687 | 2024-12-21T02:28:58.212Z | Downloaded openssl-probe v0.1.5 |
688 | 2024-12-21T02:28:58.214Z | Downloaded number_prefix v0.4.0 |
689 | 2024-12-21T02:28:58.217Z | Downloaded env_logger v0.10.2 |
690 | 2024-12-21T02:28:58.220Z | Downloaded polyval v0.6.2 |
691 | 2024-12-21T02:28:58.220Z | Downloaded hyper-util v0.1.10 |
692 | 2024-12-21T02:28:58.225Z | Downloaded elliptic-curve v0.13.8 |
693 | 2024-12-21T02:28:58.231Z | Downloaded strum_macros v0.24.3 |
694 | 2024-12-21T02:28:58.233Z | Downloaded progenitor-macro v0.8.0 |
695 | 2024-12-21T02:28:58.234Z | Downloaded diesel_derives v2.2.3 |
696 | 2024-12-21T02:28:58.237Z | Downloaded spki v0.7.3 |
697 | 2024-12-21T02:28:58.240Z | Downloaded strum_macros v0.25.3 |
698 | 2024-12-21T02:28:58.242Z | Downloaded flume v0.11.1 |
699 | 2024-12-21T02:28:58.247Z | Downloaded multer v3.1.0 |
700 | 2024-12-21T02:28:58.250Z | Downloaded tui-tree-widget v0.22.0 |
701 | 2024-12-21T02:28:58.252Z | Downloaded zone v0.3.0 |
702 | 2024-12-21T02:28:58.255Z | Downloaded parking_lot_core v0.8.6 |
703 | 2024-12-21T02:28:58.257Z | Downloaded zeroize v1.8.1 |
704 | 2024-12-21T02:28:58.257Z | Downloaded qorb v0.2.1 |
705 | 2024-12-21T02:28:58.262Z | Downloaded float-ord v0.3.2 |
706 | 2024-12-21T02:28:58.266Z | Downloaded deranged v0.3.11 |
707 | 2024-12-21T02:28:58.269Z | Downloaded quinn v0.11.5 |
708 | 2024-12-21T02:28:58.272Z | Downloaded tinyvec_macros v0.1.1 |
709 | 2024-12-21T02:28:58.272Z | Downloaded uuid v1.11.0 |
710 | 2024-12-21T02:28:58.274Z | Downloaded float-cmp v0.9.0 |
711 | 2024-12-21T02:28:58.277Z | Downloaded fd-lock v4.0.2 |
712 | 2024-12-21T02:28:58.279Z | Downloaded futures-task v0.3.31 |
713 | 2024-12-21T02:28:58.282Z | Downloaded zerocopy-derive v0.8.10 |
714 | 2024-12-21T02:28:58.289Z | Downloaded parking_lot_core v0.9.10 |
715 | 2024-12-21T02:28:58.291Z | Downloaded rayon-core v1.12.1 |
716 | 2024-12-21T02:28:58.293Z | Downloaded glob v0.3.1 |
717 | 2024-12-21T02:28:58.296Z | Downloaded downcast v0.11.0 |
718 | 2024-12-21T02:28:58.298Z | Downloaded pin-utils v0.1.0 |
719 | 2024-12-21T02:28:58.298Z | Downloaded aes v0.8.4 |
720 | 2024-12-21T02:28:58.302Z | Downloaded samael v0.0.17 |
721 | 2024-12-21T02:28:58.309Z | Downloaded num-conv v0.1.0 |
722 | 2024-12-21T02:28:58.311Z | Downloaded semver v0.1.20 |
723 | 2024-12-21T02:28:58.313Z | Downloaded scopeguard v1.2.0 |
724 | 2024-12-21T02:28:58.313Z | Downloaded pbkdf2 v0.11.0 |
725 | 2024-12-21T02:28:58.316Z | Downloaded static_assertions v1.1.0 |
726 | 2024-12-21T02:28:58.333Z | Downloaded des v0.8.1 |
727 | 2024-12-21T02:28:58.333Z | Downloaded snafu v0.8.5 |
728 | 2024-12-21T02:28:58.333Z | Downloaded rustls-pemfile v1.0.4 |
729 | 2024-12-21T02:28:58.336Z | Downloaded rfc6979 v0.4.0 |
730 | 2024-12-21T02:28:58.337Z | Downloaded headers v0.4.0 |
731 | 2024-12-21T02:28:58.345Z | Downloaded serde-big-array v0.5.1 |
732 | 2024-12-21T02:28:58.345Z | Downloaded precomputed-hash v0.1.1 |
733 | 2024-12-21T02:28:58.347Z | Downloaded der_derive v0.7.3 |
734 | 2024-12-21T02:28:58.347Z | Downloaded unicode-truncate v1.1.0 |
735 | 2024-12-21T02:28:58.347Z | Downloaded libm v0.2.8 |
736 | 2024-12-21T02:28:58.352Z | Downloaded parking_lot v0.12.3 |
737 | 2024-12-21T02:28:58.355Z | Downloaded rsa v0.9.6 |
738 | 2024-12-21T02:28:58.361Z | Downloaded sqlparser_derive v0.2.2 |
739 | 2024-12-21T02:28:58.365Z | Downloaded tls_codec_derive v0.4.1 |
740 | 2024-12-21T02:28:58.367Z | Downloaded signal-hook v0.3.17 |
741 | 2024-12-21T02:28:58.370Z | Downloaded xattr v1.3.1 |
742 | 2024-12-21T02:28:58.370Z | Downloaded utf8_iter v1.0.4 |
743 | 2024-12-21T02:28:58.372Z | Downloaded pkcs1 v0.7.5 |
744 | 2024-12-21T02:28:58.375Z | Downloaded xz2 v0.1.7 |
745 | 2024-12-21T02:28:58.378Z | Downloaded oso-derive v0.27.3 |
746 | 2024-12-21T02:28:58.381Z | Downloaded futures-core v0.3.31 |
747 | 2024-12-21T02:28:58.381Z | Downloaded universal-hash v0.5.1 |
748 | 2024-12-21T02:28:58.381Z | Downloaded new_debug_unreachable v1.0.6 |
749 | 2024-12-21T02:28:58.387Z | Downloaded fallible-iterator v0.2.0 |
750 | 2024-12-21T02:28:58.387Z | Downloaded foreign-types v0.5.0 |
751 | 2024-12-21T02:28:58.387Z | Downloaded flagset v0.4.6 |
752 | 2024-12-21T02:28:58.391Z | Downloaded ena v0.14.3 |
753 | 2024-12-21T02:28:58.391Z | Downloaded dirs-next v2.0.0 |
754 | 2024-12-21T02:28:58.391Z | Downloaded derive-where v1.2.7 |
755 | 2024-12-21T02:28:58.394Z | Downloaded dhcproto v0.12.0 |
756 | 2024-12-21T02:28:58.397Z | Downloaded tungstenite v0.21.0 |
757 | 2024-12-21T02:28:58.401Z | Downloaded typed-path v0.9.3 |
758 | 2024-12-21T02:28:58.408Z | Downloaded omicron-zone-package v0.12.0 |
759 | 2024-12-21T02:28:58.412Z | Downloaded normalize-line-endings v0.3.0 |
760 | 2024-12-21T02:28:58.414Z | Downloaded slog-bunyan v2.5.0 |
761 | 2024-12-21T02:28:58.416Z | Downloaded idna v1.0.3 |
762 | 2024-12-21T02:28:58.419Z | Downloaded rand_xorshift v0.3.0 |
763 | 2024-12-21T02:28:58.422Z | Downloaded rand_seeder v0.3.0 |
764 | 2024-12-21T02:28:58.424Z | Downloaded slog-json v2.6.1 |
765 | 2024-12-21T02:28:58.426Z | Downloaded aes-gcm v0.10.3 |
766 | 2024-12-21T02:28:58.428Z | Downloaded sync_wrapper v1.0.1 |
767 | 2024-12-21T02:28:58.430Z | Downloaded sync-ptr v0.1.1 |
768 | 2024-12-21T02:28:58.434Z | Downloaded russh-cryptovec v0.7.3 |
769 | 2024-12-21T02:28:58.434Z | Downloaded rand_core v0.6.4 |
770 | 2024-12-21T02:28:58.437Z | Downloaded ppv-lite86 v0.2.20 |
771 | 2024-12-21T02:28:58.437Z | Downloaded oso v0.27.3 |
772 | 2024-12-21T02:28:58.439Z | Downloaded smf v0.2.3 |
773 | 2024-12-21T02:28:58.441Z | Downloaded slog-stdlog v4.1.1 |
774 | 2024-12-21T02:28:58.443Z | Downloaded futures-io v0.3.31 |
775 | 2024-12-21T02:28:58.445Z | Downloaded poly1305 v0.8.0 |
776 | 2024-12-21T02:28:58.448Z | Downloaded zeroize_derive v1.4.2 |
777 | 2024-12-21T02:28:58.448Z | Downloaded yoke v0.7.4 |
778 | 2024-12-21T02:28:58.451Z | Downloaded num_threads v0.1.7 |
779 | 2024-12-21T02:28:58.454Z | Downloaded unicode-xid v0.2.6 |
780 | 2024-12-21T02:28:58.454Z | Downloaded futures-executor v0.3.31 |
781 | 2024-12-21T02:28:58.456Z | Downloaded futures-channel v0.3.31 |
782 | 2024-12-21T02:28:58.459Z | Downloaded hash32 v0.3.1 |
783 | 2024-12-21T02:28:58.460Z | Downloaded primeorder v0.13.6 |
784 | 2024-12-21T02:28:58.462Z | Downloaded owo-colors v4.1.0 |
785 | 2024-12-21T02:28:58.465Z | Downloaded password-hash v0.5.0 |
786 | 2024-12-21T02:28:58.467Z | Downloaded password-hash v0.4.2 |
787 | 2024-12-21T02:28:58.470Z | Downloaded itertools v0.12.1 |
788 | 2024-12-21T02:28:58.476Z | Downloaded darling_macro v0.20.10 |
789 | 2024-12-21T02:28:58.479Z | Downloaded tokio-util v0.7.12 |
790 | 2024-12-21T02:28:58.485Z | Downloaded string_cache v0.8.7 |
791 | 2024-12-21T02:28:58.488Z | Downloaded hyper v1.5.0 |
792 | 2024-12-21T02:28:58.494Z | Downloaded progenitor v0.8.0 |
793 | 2024-12-21T02:28:58.496Z | Downloaded termtree v0.4.1 |
794 | 2024-12-21T02:28:58.499Z | Downloaded uzers v0.12.1 |
795 | 2024-12-21T02:28:58.501Z | Downloaded proc-macro-crate v1.3.1 |
796 | 2024-12-21T02:28:58.503Z | Downloaded tokio-rustls v0.26.0 |
797 | 2024-12-21T02:28:58.503Z | Downloaded tls_codec v0.4.1 |
798 | 2024-12-21T02:28:58.506Z | Downloaded tiny-keccak v2.0.2 |
799 | 2024-12-21T02:28:58.509Z | Downloaded zerofrom-derive v0.1.4 |
800 | 2024-12-21T02:28:58.512Z | Downloaded progenitor-client v0.8.0 |
801 | 2024-12-21T02:28:58.512Z | Downloaded try-lock v0.2.5 |
802 | 2024-12-21T02:28:58.514Z | Downloaded tinystr v0.7.6 |
803 | 2024-12-21T02:28:58.517Z | Downloaded slog v2.7.0 |
804 | 2024-12-21T02:28:58.519Z | Downloaded utf16_iter v1.0.5 |
805 | 2024-12-21T02:28:58.522Z | Downloaded diesel_table_macro_syntax v0.2.0 |
806 | 2024-12-21T02:28:58.522Z | Downloaded dhcproto-macros v0.1.0 |
807 | 2024-12-21T02:28:58.522Z | Downloaded futures-sink v0.3.31 |
808 | 2024-12-21T02:28:58.524Z | Downloaded ecdsa v0.16.9 |
809 | 2024-12-21T02:28:58.526Z | Downloaded futures-macro v0.3.31 |
810 | 2024-12-21T02:28:58.526Z | Downloaded zerovec-derive v0.10.3 |
811 | 2024-12-21T02:28:58.529Z | Downloaded publicsuffix v2.2.3 |
812 | 2024-12-21T02:28:58.531Z | Downloaded toolchain_find v0.4.0 |
813 | 2024-12-21T02:28:58.533Z | Downloaded serde_path_to_error v0.1.16 |
814 | 2024-12-21T02:28:58.536Z | Downloaded zerocopy v0.6.6 |
815 | 2024-12-21T02:28:58.538Z | Downloaded num_enum_derive v0.5.11 |
816 | 2024-12-21T02:28:58.542Z | Downloaded num-bigint-dig v0.8.4 |
817 | 2024-12-21T02:28:58.544Z | Downloaded nu-ansi-term v0.50.1 |
818 | 2024-12-21T02:28:58.547Z | Downloaded time v0.3.36 |
819 | 2024-12-21T02:28:58.555Z | Downloaded parse-size v1.1.0 |
820 | 2024-12-21T02:28:58.557Z | Downloaded hkdf v0.12.4 |
821 | 2024-12-21T02:28:58.559Z | Downloaded heck v0.3.3 |
822 | 2024-12-21T02:28:58.563Z | Downloaded openssl-sys v0.9.103 |
823 | 2024-12-21T02:28:58.566Z | Downloaded termios v0.3.3 |
824 | 2024-12-21T02:28:58.569Z | Downloaded termcolor v1.4.1 |
825 | 2024-12-21T02:28:58.575Z | Downloaded blake3 v1.5.4 |
826 | 2024-12-21T02:28:58.579Z | Downloaded endian-type v0.1.2 |
827 | 2024-12-21T02:28:58.581Z | Downloaded path-slash v0.1.5 |
828 | 2024-12-21T02:28:58.581Z | Downloaded newtype_derive v0.1.6 |
829 | 2024-12-21T02:28:58.584Z | Downloaded rcgen v0.12.1 |
830 | 2024-12-21T02:28:58.588Z | Downloaded tracing-attributes v0.1.27 |
831 | 2024-12-21T02:28:58.590Z | Downloaded rustc_version v0.4.1 |
832 | 2024-12-21T02:28:58.590Z | Downloaded ssh-encoding v0.2.0 |
833 | 2024-12-21T02:28:58.593Z | Downloaded opaque-debug v0.3.1 |
834 | 2024-12-21T02:28:58.593Z | Downloaded nanorand v0.7.0 |
835 | 2024-12-21T02:28:58.595Z | Downloaded tokio-rustls v0.25.0 |
836 | 2024-12-21T02:28:58.598Z | Downloaded phf_generator v0.11.2 |
837 | 2024-12-21T02:28:58.601Z | Downloaded num-bigint v0.4.6 |
838 | 2024-12-21T02:28:58.604Z | Downloaded nibble_vec v0.1.0 |
839 | 2024-12-21T02:28:58.606Z | Downloaded pin-project-internal v1.1.6 |
840 | 2024-12-21T02:28:58.608Z | Downloaded structmeta v0.3.0 |
841 | 2024-12-21T02:28:58.610Z | Downloaded diff v0.1.13 |
842 | 2024-12-21T02:28:58.612Z | Downloaded phf_codegen v0.11.2 |
843 | 2024-12-21T02:28:58.615Z | Downloaded dyn-clone v1.0.17 |
844 | 2024-12-21T02:28:58.615Z | Downloaded tough v0.19.0 |
845 | 2024-12-21T02:28:58.624Z | Downloaded tower-service v0.3.3 |
846 | 2024-12-21T02:28:58.626Z | Downloaded tokio-postgres v0.7.12 |
847 | 2024-12-21T02:28:58.630Z | Downloaded foreign-types v0.3.2 |
848 | 2024-12-21T02:28:58.633Z | Downloaded aho-corasick v1.1.3 |
849 | 2024-12-21T02:28:58.638Z | Downloaded pretty-hex v0.2.1 |
850 | 2024-12-21T02:28:58.640Z | Downloaded aws-lc-rs v1.10.0 |
851 | 2024-12-21T02:28:58.649Z | Downloaded tinyvec v1.8.0 |
852 | 2024-12-21T02:28:58.652Z | Downloaded peg v0.8.4 |
853 | 2024-12-21T02:28:58.656Z | Downloaded zone_cfg_derive v0.1.2 |
854 | 2024-12-21T02:28:58.659Z | Downloaded tokio-rustls v0.24.1 |
855 | 2024-12-21T02:28:58.662Z | Downloaded phf v0.11.2 |
856 | 2024-12-21T02:28:58.662Z | Downloaded structmeta v0.2.0 |
857 | 2024-12-21T02:28:58.664Z | Downloaded signature v2.2.0 |
858 | 2024-12-21T02:28:58.664Z | Downloaded postgres-types v0.2.8 |
859 | 2024-12-21T02:28:58.667Z | Downloaded native-tls v0.2.12 |
860 | 2024-12-21T02:28:58.669Z | Downloaded wyz v0.5.1 |
861 | 2024-12-21T02:28:58.672Z | Downloaded zerofrom v0.1.4 |
862 | 2024-12-21T02:28:58.672Z | Downloaded num-integer v0.1.46 |
863 | 2024-12-21T02:28:58.675Z | Downloaded num-derive v0.4.2 |
864 | 2024-12-21T02:28:58.677Z | Downloaded value-bag v1.9.0 |
865 | 2024-12-21T02:28:58.680Z | Downloaded itertools v0.13.0 |
866 | 2024-12-21T02:28:58.686Z | Downloaded p256 v0.13.2 |
867 | 2024-12-21T02:28:58.690Z | Downloaded vte v0.11.1 |
868 | 2024-12-21T02:28:58.692Z | Downloaded pin-project v1.1.6 |
869 | 2024-12-21T02:28:58.705Z | Downloaded parse-display v0.10.0 |
870 | 2024-12-21T02:28:58.707Z | Downloaded powerfmt v0.2.0 |
871 | 2024-12-21T02:28:58.707Z | Downloaded fixedbitset v0.4.2 |
872 | 2024-12-21T02:28:58.710Z | Downloaded ff v0.13.0 |
873 | 2024-12-21T02:28:58.713Z | Downloaded percent-encoding v2.3.1 |
874 | 2024-12-21T02:28:58.713Z | Downloaded zerovec v0.10.4 |
875 | 2024-12-21T02:28:58.717Z | Downloaded parse-display-derive v0.10.0 |
876 | 2024-12-21T02:28:58.720Z | Downloaded dropshot_endpoint v0.12.0 |
877 | 2024-12-21T02:28:58.722Z | Downloaded schemars v0.8.21 |
878 | 2024-12-21T02:28:58.734Z | Downloaded quick-error v1.2.3 |
879 | 2024-12-21T02:28:58.737Z | Downloaded stringprep v0.1.5 |
880 | 2024-12-21T02:28:58.740Z | Downloaded zone v0.1.8 |
881 | 2024-12-21T02:28:58.740Z | Downloaded num v0.4.3 |
882 | 2024-12-21T02:28:58.740Z | Downloaded foreign-types-macros v0.2.3 |
883 | 2024-12-21T02:28:58.740Z | Downloaded num-complex v0.4.6 |
884 | 2024-12-21T02:28:58.744Z | Downloaded thiserror v2.0.3 |
885 | 2024-12-21T02:28:58.748Z | Downloaded serde-hex v0.1.0 |
886 | 2024-12-21T02:28:58.754Z | Downloaded time-macros v0.2.18 |
887 | 2024-12-21T02:28:58.756Z | Downloaded radium v0.7.0 |
888 | 2024-12-21T02:28:58.756Z | Downloaded env_logger v0.11.5 |
889 | 2024-12-21T02:28:58.756Z | Downloaded flate2 v1.0.34 |
890 | 2024-12-21T02:28:58.761Z | Downloaded rustc_version v0.1.7 |
891 | 2024-12-21T02:28:58.763Z | Downloaded russh-keys v0.45.0 |
892 | 2024-12-21T02:28:58.766Z | Downloaded salty v0.3.0 |
893 | 2024-12-21T02:28:58.773Z | Downloaded slog-async v2.8.0 |
894 | 2024-12-21T02:28:58.776Z | Downloaded whoami v1.5.2 |
895 | 2024-12-21T02:28:58.776Z | Downloaded unicode-properties v0.1.3 |
896 | 2024-12-21T02:28:58.778Z | Downloaded tar v0.4.42 |
897 | 2024-12-21T02:28:58.781Z | Downloaded unicode-normalization v0.1.24 |
898 | 2024-12-21T02:28:58.785Z | Downloaded structmeta-derive v0.2.0 |
899 | 2024-12-21T02:28:58.787Z | Downloaded mockall_derive v0.13.0 |
900 | 2024-12-21T02:28:58.790Z | Downloaded hashbrown v0.12.3 |
901 | 2024-12-21T02:28:58.794Z | Downloaded r2d2 v0.8.10 |
902 | 2024-12-21T02:28:58.798Z | Downloaded parse-zoneinfo v0.3.1 |
903 | 2024-12-21T02:28:58.800Z | Downloaded ron v0.7.1 |
904 | 2024-12-21T02:28:58.803Z | Downloaded rayon v1.10.0 |
905 | 2024-12-21T02:28:58.813Z | Downloaded fatfs v0.3.6 |
906 | 2024-12-21T02:28:58.816Z | Downloaded chrono v0.4.38 |
907 | 2024-12-21T02:28:58.824Z | Downloaded unsafe-libyaml v0.2.11 |
908 | 2024-12-21T02:28:58.827Z | Downloaded zip v2.1.3 |
909 | 2024-12-21T02:28:58.832Z | Downloaded unicode-segmentation v1.12.0 |
910 | 2024-12-21T02:28:58.836Z | Downloaded rustls-pki-types v1.10.0 |
911 | 2024-12-21T02:28:58.839Z | Downloaded der v0.7.9 |
912 | 2024-12-21T02:28:58.845Z | Downloaded nom v7.1.3 |
913 | 2024-12-21T02:28:58.851Z | Downloaded icu_properties_data v1.5.0 |
914 | 2024-12-21T02:28:58.863Z | Downloaded heapless v0.8.0 |
915 | 2024-12-21T02:28:58.867Z | Downloaded reqwest v0.12.9 |
916 | 2024-12-21T02:28:58.875Z | Downloaded prettyplease v0.2.25 |
917 | 2024-12-21T02:28:58.879Z | Downloaded portable-atomic v1.9.0 |
918 | 2024-12-21T02:28:58.887Z | Downloaded tracing v0.1.40 |
919 | 2024-12-21T02:28:58.891Z | Downloaded hashbrown v0.13.2 |
920 | 2024-12-21T02:28:58.896Z | Downloaded rustls-webpki v0.101.7 |
921 | 2024-12-21T02:28:58.913Z | Downloaded futures-util v0.3.31 |
922 | 2024-12-21T02:28:58.924Z | Downloaded url v2.5.3 |
923 | 2024-12-21T02:28:58.927Z | Downloaded idna v0.3.0 |
924 | 2024-12-21T02:28:58.934Z | Downloaded expectorate v1.1.0 |
925 | 2024-12-21T02:28:58.938Z | Downloaded steno v0.4.1 |
926 | 2024-12-21T02:28:58.942Z | Downloaded reedline v0.35.0 |
927 | 2024-12-21T02:28:58.948Z | Downloaded webpki-roots v0.26.6 |
928 | 2024-12-21T02:28:58.952Z | Downloaded idna v0.4.0 |
929 | 2024-12-21T02:28:58.960Z | Downloaded rusqlite v0.32.1 |
930 | 2024-12-21T02:28:58.966Z | Downloaded idna v0.2.3 |
931 | 2024-12-21T02:28:58.973Z | Downloaded sqlparser v0.45.0 |
932 | 2024-12-21T02:28:58.980Z | Downloaded x509-cert v0.2.5 |
933 | 2024-12-21T02:28:58.987Z | Downloaded ssh-key v0.6.6 |
934 | 2024-12-21T02:28:58.995Z | Downloaded vcpkg v0.2.15 |
935 | 2024-12-21T02:28:59.033Z | Downloaded quinn-proto v0.11.8 |
936 | 2024-12-21T02:28:59.040Z | Downloaded petname v2.0.2 |
937 | 2024-12-21T02:28:59.046Z | Downloaded rustls-webpki v0.102.8 |
938 | 2024-12-21T02:28:59.066Z | Downloaded git2 v0.19.0 |
939 | 2024-12-21T02:28:59.074Z | Downloaded smoltcp v0.9.1 |
940 | 2024-12-21T02:28:59.083Z | Downloaded p384 v0.13.0 |
941 | 2024-12-21T02:28:59.090Z | Downloaded hashbrown v0.14.5 |
942 | 2024-12-21T02:28:59.096Z | Downloaded rustls v0.21.12 |
943 | 2024-12-21T02:28:59.108Z | Downloaded hickory-proto v0.24.1 |
944 | 2024-12-21T02:28:59.124Z | Downloaded curve25519-dalek v4.1.3 |
945 | 2024-12-21T02:28:59.134Z | Downloaded nix v0.28.0 |
946 | 2024-12-21T02:28:59.145Z | Downloaded winnow v0.5.40 |
947 | 2024-12-21T02:28:59.153Z | Downloaded polar-core v0.27.3 |
948 | 2024-12-21T02:28:59.162Z | Downloaded openssl v0.10.66 |
949 | 2024-12-21T02:28:59.172Z | Downloaded unicode-width v0.2.0 |
950 | 2024-12-21T02:28:59.180Z | Downloaded chrono-tz v0.10.0 |
951 | 2024-12-21T02:28:59.188Z | Downloaded object v0.30.4 |
952 | 2024-12-21T02:28:59.203Z | Downloaded gimli v0.31.1 |
953 | 2024-12-21T02:28:59.215Z | Downloaded smoltcp v0.11.0 |
954 | 2024-12-21T02:28:59.235Z | Downloaded bstr v1.10.0 |
955 | 2024-12-21T02:28:59.248Z | Downloaded trust-dns-proto v0.22.0 |
956 | 2024-12-21T02:28:59.262Z | Downloaded regress v0.9.1 |
957 | 2024-12-21T02:28:59.271Z | Downloaded radix_trie v0.2.1 |
958 | 2024-12-21T02:28:59.276Z | Downloaded regex-syntax v0.6.29 |
959 | 2024-12-21T02:28:59.282Z | Downloaded dropshot v0.13.0 |
960 | 2024-12-21T02:28:59.303Z | Downloaded rustls v0.22.4 |
961 | 2024-12-21T02:28:59.317Z | Downloaded regex-syntax v0.8.5 |
962 | 2024-12-21T02:28:59.325Z | Downloaded diesel v2.2.6 |
963 | 2024-12-21T02:28:59.344Z | Downloaded openapiv3 v2.0.0 |
964 | 2024-12-21T02:28:59.355Z | Downloaded ratatui v0.28.1 |
965 | 2024-12-21T02:28:59.373Z | Downloaded zerocopy-derive v0.6.6 |
966 | 2024-12-21T02:28:59.383Z | Downloaded typify-impl v0.2.0 |
967 | 2024-12-21T02:28:59.397Z | Downloaded sled v0.34.7 |
968 | 2024-12-21T02:28:59.407Z | Downloaded nix v0.29.0 |
969 | 2024-12-21T02:28:59.418Z | Downloaded dropshot v0.12.0 |
970 | 2024-12-21T02:28:59.438Z | Downloaded rustls v0.23.19 |
971 | 2024-12-21T02:28:59.449Z | Downloaded object v0.36.5 |
972 | 2024-12-21T02:28:59.461Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
973 | 2024-12-21T02:28:59.473Z | Downloaded regex-automata v0.4.8 |
974 | 2024-12-21T02:28:59.490Z | Downloaded regress v0.10.1 |
975 | 2024-12-21T02:28:59.498Z | Downloaded nix v0.27.1 |
976 | 2024-12-21T02:28:59.509Z | Downloaded quick-xml v0.33.0 |
977 | 2024-12-21T02:28:59.514Z | Downloaded zerocopy v0.8.10 |
978 | 2024-12-21T02:28:59.538Z | Downloaded idna v0.5.0 |
979 | 2024-12-21T02:28:59.544Z | Downloaded proptest v1.5.0 |
980 | 2024-12-21T02:28:59.554Z | Downloaded lzma-sys v0.1.20 |
981 | 2024-12-21T02:28:59.583Z | Downloaded regex v1.11.1 |
982 | 2024-12-21T02:28:59.595Z | Downloaded libz-sys v1.1.20 |
983 | 2024-12-21T02:28:59.615Z | Downloaded h2 v0.4.6 |
984 | 2024-12-21T02:28:59.621Z | Downloaded lalrpop v0.19.12 |
985 | 2024-12-21T02:28:59.631Z | Downloaded petgraph v0.6.5 |
986 | 2024-12-21T02:28:59.647Z | Downloaded tokio v1.40.0 |
987 | 2024-12-21T02:28:59.683Z | Downloaded bitvec v1.0.1 |
988 | 2024-12-21T02:28:59.697Z | Downloaded bindgen v0.69.5 |
989 | 2024-12-21T02:28:59.705Z | Downloaded csv v1.3.0 |
990 | 2024-12-21T02:28:59.722Z | Downloaded tracing-core v0.1.32 |
991 | 2024-12-21T02:28:59.725Z | Downloaded rand v0.8.5 |
992 | 2024-12-21T02:28:59.728Z | Downloaded toml_edit v0.19.15 |
993 | 2024-12-21T02:28:59.744Z | Downloaded ed25519-dalek v2.1.1 |
994 | 2024-12-21T02:28:59.747Z | Downloaded sha3 v0.10.8 |
995 | 2024-12-21T02:28:59.751Z | Downloaded unicode_categories v0.1.1 |
996 | 2024-12-21T02:28:59.753Z | Downloaded serde_with v3.11.0 |
997 | 2024-12-21T02:28:59.761Z | Downloaded zip v0.6.6 |
998 | 2024-12-21T02:28:59.764Z | Downloaded embedded-io v0.6.1 |
999 | 2024-12-21T02:28:59.767Z | Downloaded schemars_derive v0.8.21 |
1000 | 2024-12-21T02:28:59.772Z | Downloaded scheduled-thread-pool v0.2.7 |
1001 | 2024-12-21T02:28:59.772Z | Downloaded pbkdf2 v0.12.2 |
1002 | 2024-12-21T02:28:59.772Z | Downloaded dropshot_endpoint v0.13.0 |
1003 | 2024-12-21T02:28:59.774Z | Downloaded fragile v2.0.0 |
1004 | 2024-12-21T02:28:59.774Z | Downloaded rustyline v14.0.0 |
1005 | 2024-12-21T02:28:59.779Z | Downloaded untrusted v0.7.1 |
1006 | 2024-12-21T02:28:59.781Z | Downloaded tap v1.0.1 |
1007 | 2024-12-21T02:28:59.782Z | Downloaded rtoolbox v0.0.2 |
1008 | 2024-12-21T02:28:59.784Z | Downloaded rpassword v7.3.1 |
1009 | 2024-12-21T02:28:59.785Z | Downloaded siphasher v0.3.11 |
1010 | 2024-12-21T02:28:59.787Z | Downloaded data-encoding v2.6.0 |
1011 | 2024-12-21T02:28:59.787Z | Downloaded vsss-rs v3.3.4 |
1012 | 2024-12-21T02:28:59.790Z | Downloaded serde_derive_internals v0.29.1 |
1013 | 2024-12-21T02:28:59.790Z | Downloaded p521 v0.13.3 |
1014 | 2024-12-21T02:28:59.794Z | Downloaded diesel-dtrace v0.4.2 |
1015 | 2024-12-21T02:28:59.796Z | Downloaded multimap v0.10.0 |
1016 | 2024-12-21T02:28:59.799Z | Downloaded filetime v0.2.25 |
1017 | 2024-12-21T02:28:59.799Z | Downloaded signal-hook-tokio v0.3.1 |
1018 | 2024-12-21T02:28:59.799Z | Downloaded unicode-bidi v0.3.17 |
1019 | 2024-12-21T02:28:59.801Z | Downloaded serde_plain v1.0.2 |
1020 | 2024-12-21T02:28:59.804Z | Downloaded slog-envlogger v2.2.0 |
1021 | 2024-12-21T02:28:59.807Z | Downloaded test-strategy v0.3.1 |
1022 | 2024-12-21T02:28:59.810Z | Downloaded russh v0.45.0 |
1023 | 2024-12-21T02:28:59.813Z | Downloaded ed25519 v2.2.3 |
1024 | 2024-12-21T02:28:59.817Z | Downloaded fs_extra v1.3.0 |
1025 | 2024-12-21T02:28:59.821Z | Downloaded derive_more v0.99.18 |
1026 | 2024-12-21T02:28:59.823Z | Downloaded nodrop v0.1.14 |
1027 | 2024-12-21T02:28:59.823Z | Downloaded yasna v0.5.2 |
1028 | 2024-12-21T02:28:59.826Z | Downloaded pin-project-lite v0.2.14 |
1029 | 2024-12-21T02:28:59.829Z | Downloaded slog-scope v4.4.0 |
1030 | 2024-12-21T02:28:59.831Z | Downloaded sha1 v0.10.6 |
1031 | 2024-12-21T02:28:59.834Z | Downloaded subprocess v0.2.9 |
1032 | 2024-12-21T02:28:59.834Z | Downloaded libxml v0.3.3 |
1033 | 2024-12-21T02:28:59.840Z | Downloaded postgres-protocol v0.6.7 |
1034 | 2024-12-21T02:28:59.842Z | Downloaded crossterm v0.28.1 |
1035 | 2024-12-21T02:28:59.848Z | Downloaded hash32 v0.2.1 |
1036 | 2024-12-21T02:28:59.850Z | Downloaded globset v0.4.15 |
1037 | 2024-12-21T02:28:59.853Z | Downloaded itertools v0.10.5 |
1038 | 2024-12-21T02:28:59.857Z | Downloaded synstructure v0.13.1 |
1039 | 2024-12-21T02:28:59.861Z | Downloaded heapless v0.7.17 |
1040 | 2024-12-21T02:28:59.865Z | Downloaded stable_deref_trait v1.2.0 |
1041 | 2024-12-21T02:28:59.865Z | Downloaded slab v0.4.9 |
1042 | 2024-12-21T02:28:59.880Z | Downloaded secrecy v0.8.0 |
1043 | 2024-12-21T02:28:59.880Z | Downloaded tokio-tungstenite v0.23.1 |
1044 | 2024-12-21T02:28:59.880Z | Downloaded tokio-tungstenite v0.21.0 |
1045 | 2024-12-21T02:28:59.880Z | Downloaded sqlformat v0.2.6 |
1046 | 2024-12-21T02:28:59.880Z | Downloaded serde_yaml v0.9.34+deprecated |
1047 | 2024-12-21T02:28:59.883Z | Downloaded encoding_rs v0.8.34 |
1048 | 2024-12-21T02:28:59.896Z | Downloaded half v2.4.1 |
1049 | 2024-12-21T02:28:59.900Z | Downloaded strum_macros v0.26.4 |
1050 | 2024-12-21T02:28:59.902Z | Downloaded postcard v1.0.10 |
1051 | 2024-12-21T02:28:59.904Z | Downloaded mio v1.0.2 |
1052 | 2024-12-21T02:28:59.908Z | Downloaded writeable v0.5.5 |
1053 | 2024-12-21T02:28:59.910Z | Downloaded utf-8 v0.7.6 |
1054 | 2024-12-21T02:28:59.913Z | Downloaded parking_lot v0.11.2 |
1055 | 2024-12-21T02:28:59.913Z | Downloaded group v0.13.0 |
1056 | 2024-12-21T02:28:59.915Z | Downloaded thiserror-no-std v2.0.2 |
1057 | 2024-12-21T02:28:59.917Z | Downloaded socket2 v0.5.7 |
1058 | 2024-12-21T02:28:59.920Z | Downloaded signal-hook-registry v1.4.2 |
1059 | 2024-12-21T02:28:59.923Z | Downloaded shlex v1.3.0 |
1060 | 2024-12-21T02:28:59.923Z | Downloaded shell-words v1.1.0 |
1061 | 2024-12-21T02:28:59.925Z | Downloaded salsa20 v0.10.2 |
1062 | 2024-12-21T02:28:59.926Z | Downloaded defmt-macros v0.3.9 |
1063 | 2024-12-21T02:28:59.928Z | Downloaded defmt v0.3.8 |
1064 | 2024-12-21T02:28:59.931Z | Downloaded minimal-lexical v0.2.1 |
1065 | 2024-12-21T02:28:59.935Z | Downloaded hickory-resolver v0.24.1 |
1066 | 2024-12-21T02:28:59.939Z | Downloaded cc v1.1.30 |
1067 | 2024-12-21T02:28:59.942Z | Downloaded darling_core v0.20.10 |
1068 | 2024-12-21T02:28:59.947Z | Downloaded tokio-stream v0.1.16 |
1069 | 2024-12-21T02:28:59.951Z | Downloaded tungstenite v0.24.0 |
1070 | 2024-12-21T02:28:59.955Z | Downloaded tungstenite v0.23.0 |
1071 | 2024-12-21T02:28:59.958Z | Downloaded env_filter v0.1.2 |
1072 | 2024-12-21T02:28:59.961Z | Downloaded enum-as-inner v0.5.1 |
1073 | 2024-12-21T02:28:59.963Z | Downloaded slog-dtrace v0.3.0 |
1074 | 2024-12-21T02:28:59.963Z | Downloaded spin v0.9.8 |
1075 | 2024-12-21T02:28:59.966Z | Downloaded hashlink v0.9.1 |
1076 | 2024-12-21T02:28:59.968Z | Downloaded defmt-parser v0.3.4 |
1077 | 2024-12-21T02:28:59.968Z | Downloaded debug-ignore v1.0.5 |
1078 | 2024-12-21T02:28:59.971Z | Downloaded futures v0.3.31 |
1079 | 2024-12-21T02:28:59.974Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1080 | 2024-12-21T02:29:00.032Z | Downloaded predicates v3.1.2 |
1081 | 2024-12-21T02:29:00.036Z | Downloaded pkcs8 v0.10.2 |
1082 | 2024-12-21T02:29:00.038Z | Downloaded vergen v8.3.2 |
1083 | 2024-12-21T02:29:00.041Z | Downloaded toml v0.7.8 |
1084 | 2024-12-21T02:29:00.043Z | Downloaded wait-timeout v0.2.0 |
1085 | 2024-12-21T02:29:00.046Z | Downloaded untrusted v0.9.0 |
1086 | 2024-12-21T02:29:00.049Z | Downloaded unicase v2.7.0 |
1087 | 2024-12-21T02:29:00.049Z | Downloaded topological-sort v0.2.2 |
1088 | 2024-12-21T02:29:00.052Z | Downloaded thiserror-impl-no-std v2.0.2 |
1089 | 2024-12-21T02:29:00.052Z | Downloaded base64 v0.22.1 |
1090 | 2024-12-21T02:29:00.054Z | Downloaded newline-converter v0.3.0 |
1091 | 2024-12-21T02:29:00.056Z | Downloaded foreign-types-shared v0.3.1 |
1092 | 2024-12-21T02:29:00.056Z | Downloaded foreign-types-shared v0.1.1 |
1093 | 2024-12-21T02:29:00.058Z | Downloaded thread_local v1.1.8 |
1094 | 2024-12-21T02:29:00.058Z | Downloaded serde_urlencoded v0.7.1 |
1095 | 2024-12-21T02:29:00.060Z | Downloaded serde_repr v0.1.19 |
1096 | 2024-12-21T02:29:00.063Z | Downloaded getrandom v0.2.15 |
1097 | 2024-12-21T02:29:00.066Z | Downloaded backtrace v0.3.74 |
1098 | 2024-12-21T02:29:00.073Z | Downloaded rustc-hash v2.0.0 |
1099 | 2024-12-21T02:29:00.076Z | Downloaded rustc-hash v1.1.0 |
1100 | 2024-12-21T02:29:00.076Z | Downloaded displaydoc v0.2.5 |
1101 | 2024-12-21T02:29:00.076Z | Downloaded derive_builder_core v0.20.2 |
1102 | 2024-12-21T02:29:00.078Z | Downloaded derive_builder v0.20.2 |
1103 | 2024-12-21T02:29:00.087Z | Downloaded slog-term v2.9.1 |
1104 | 2024-12-21T02:29:00.091Z | Downloaded progenitor-impl v0.8.0 |
1105 | 2024-12-21T02:29:00.093Z | Downloaded crossbeam-epoch v0.9.18 |
1106 | 2024-12-21T02:29:00.096Z | Downloaded pem v3.0.4 |
1107 | 2024-12-21T02:29:00.098Z | Downloaded gethostname v0.5.0 |
1108 | 2024-12-21T02:29:00.098Z | Downloaded funty v2.0.0 |
1109 | 2024-12-21T02:29:00.101Z | Downloaded crc-any v2.5.0 |
1110 | 2024-12-21T02:29:00.104Z | Downloaded pem-rfc7468 v0.7.0 |
1111 | 2024-12-21T02:29:00.104Z | Downloaded paste v1.0.15 |
1112 | 2024-12-21T02:29:00.106Z | Downloaded num-iter v0.1.45 |
1113 | 2024-12-21T02:29:00.110Z | Downloaded serde_with_macros v3.11.0 |
1114 | 2024-12-21T02:29:00.110Z | Downloaded crc32fast v1.4.2 |
1115 | 2024-12-21T02:29:00.112Z | Downloaded const-oid v0.9.6 |
1116 | 2024-12-21T02:29:00.112Z | Downloaded bytes v1.8.0 |
1117 | 2024-12-21T02:29:00.116Z | Downloaded arc-swap v1.7.1 |
1118 | 2024-12-21T02:29:00.120Z | Downloaded clang-sys v1.8.1 |
1119 | 2024-12-21T02:29:00.123Z | Downloaded strip-ansi-escapes v0.2.0 |
1120 | 2024-12-21T02:29:00.129Z | Downloaded libloading v0.8.5 |
1121 | 2024-12-21T02:29:00.132Z | Downloaded bzip2 v0.4.4 |
1122 | 2024-12-21T02:29:00.132Z | Downloaded cookie_store v0.21.0 |
1123 | 2024-12-21T02:29:00.132Z | Downloaded hubpack v0.1.2 |
1124 | 2024-12-21T02:29:00.132Z | Downloaded colored v2.1.0 |
1125 | 2024-12-21T02:29:00.135Z | Downloaded base64ct v1.6.0 |
1126 | 2024-12-21T02:29:00.135Z | Downloaded aead v0.5.2 |
1127 | 2024-12-21T02:29:00.138Z | Downloaded kstat-rs v0.2.4 |
1128 | 2024-12-21T02:29:00.138Z | Downloaded console v0.15.8 |
1129 | 2024-12-21T02:29:00.140Z | Downloaded cassowary v0.3.0 |
1130 | 2024-12-21T02:29:00.142Z | Downloaded bcs v0.1.6 |
1131 | 2024-12-21T02:29:00.145Z | Downloaded backoff v0.4.0 |
1132 | 2024-12-21T02:29:00.147Z | Downloaded cbc v0.1.2 |
1133 | 2024-12-21T02:29:00.149Z | Downloaded indent_write v2.2.0 |
1134 | 2024-12-21T02:29:00.149Z | Downloaded impl-trait-for-tuples v0.2.2 |
1135 | 2024-12-21T02:29:00.152Z | Downloaded async-bb8-diesel v0.2.1 |
1136 | 2024-12-21T02:29:00.154Z | Downloaded lalrpop-util v0.19.12 |
1137 | 2024-12-21T02:29:00.156Z | Downloaded constant_time_eq v0.3.1 |
1138 | 2024-12-21T02:29:00.156Z | Downloaded cmake v0.1.51 |
1139 | 2024-12-21T02:29:00.158Z | Downloaded hostname v0.4.0 |
1140 | 2024-12-21T02:29:00.161Z | Downloaded match_cfg v0.1.0 |
1141 | 2024-12-21T02:29:00.161Z | Downloaded idna_adapter v1.2.0 |
1142 | 2024-12-21T02:29:00.161Z | Downloaded atomic-waker v1.1.2 |
1143 | 2024-12-21T02:29:00.163Z | Downloaded hex-literal v0.4.1 |
1144 | 2024-12-21T02:29:00.163Z | Downloaded chacha20 v0.9.1 |
1145 | 2024-12-21T02:29:00.166Z | Downloaded castaway v0.2.3 |
1146 | 2024-12-21T02:29:00.166Z | Downloaded bitflags v1.3.2 |
1147 | 2024-12-21T02:29:00.169Z | Downloaded bitfield-struct v0.6.2 |
1148 | 2024-12-21T02:29:00.171Z | Downloaded base16ct v0.2.0 |
1149 | 2024-12-21T02:29:00.171Z | Downloaded bcrypt-pbkdf v0.10.0 |
1150 | 2024-12-21T02:29:00.381Z | Downloaded ring v0.17.8 |
1151 | 2024-12-21T02:29:00.506Z | Downloaded libsqlite3-sys v0.30.1 |
1152 | 2024-12-21T02:29:00.645Z | Downloaded aws-lc-sys v0.22.0 |
1153 | 2024-12-21T02:29:00.956Z | Compiling serde v1.0.215 |
1154 | 2024-12-21T02:29:00.958Z | Compiling lock_api v0.4.12 |
1155 | 2024-12-21T02:29:00.959Z | Compiling scopeguard v1.2.0 |
1156 | 2024-12-21T02:29:00.959Z | Compiling value-bag v1.9.0 |
1157 | 2024-12-21T02:29:00.959Z | Compiling typenum v1.17.0 |
1158 | 2024-12-21T02:29:00.959Z | Compiling generic-array v0.14.7 |
1159 | 2024-12-21T02:29:01.108Z | Compiling syn v2.0.87 |
1160 | 2024-12-21T02:29:01.111Z | Compiling getrandom v0.2.15 |
1161 | 2024-12-21T02:29:01.229Z | Compiling shlex v1.3.0 |
1162 | 2024-12-21T02:29:01.462Z | Compiling rand_core v0.6.4 |
1163 | 2024-12-21T02:29:01.598Z | Compiling log v0.4.22 |
1164 | 2024-12-21T02:29:01.621Z | Compiling subtle v2.6.1 |
1165 | 2024-12-21T02:29:01.645Z | Compiling jobserver v0.1.32 |
1166 | 2024-12-21T02:29:01.698Z | Compiling smallvec v1.13.2 |
1167 | 2024-12-21T02:29:01.958Z | Compiling const-oid v0.9.6 |
1168 | 2024-12-21T02:29:01.979Z | Compiling spin v0.9.8 |
1169 | 2024-12-21T02:29:01.998Z | Compiling cc v1.1.30 |
1170 | 2024-12-21T02:29:02.084Z | Compiling pin-project-lite v0.2.14 |
1171 | 2024-12-21T02:29:02.222Z | Compiling rustix v0.38.37 |
1172 | 2024-12-21T02:29:02.364Z | Compiling parking_lot_core v0.9.10 |
1173 | 2024-12-21T02:29:02.450Z | Compiling futures-core v0.3.31 |
1174 | 2024-12-21T02:29:02.556Z | Compiling signal-hook-registry v1.4.2 |
1175 | 2024-12-21T02:29:02.702Z | Compiling mio v1.0.2 |
1176 | 2024-12-21T02:29:03.090Z | Compiling aho-corasick v1.1.3 |
1177 | 2024-12-21T02:29:03.349Z | Compiling parking_lot v0.12.3 |
1178 | 2024-12-21T02:29:03.489Z | Compiling either v1.13.0 |
1179 | 2024-12-21T02:29:03.862Z | Compiling cpufeatures v0.2.14 |
1180 | 2024-12-21T02:29:03.884Z | Compiling regex-syntax v0.8.5 |
1181 | 2024-12-21T02:29:03.913Z | Compiling lazy_static v1.5.0 |
1182 | 2024-12-21T02:29:03.913Z | Compiling stable_deref_trait v1.2.0 |
1183 | 2024-12-21T02:29:03.962Z | Compiling glob v0.3.1 |
1184 | 2024-12-21T02:29:04.036Z | Compiling futures-sink v0.3.31 |
1185 | 2024-12-21T02:29:04.038Z | Compiling socket2 v0.5.7 |
1186 | 2024-12-21T02:29:04.193Z | Compiling slab v0.4.9 |
1187 | 2024-12-21T02:29:04.350Z | Compiling prettyplease v0.2.25 |
1188 | 2024-12-21T02:29:04.723Z | Compiling minimal-lexical v0.2.1 |
1189 | 2024-12-21T02:29:05.031Z | Compiling libloading v0.8.5 |
1190 | 2024-12-21T02:29:05.048Z | Compiling clang-sys v1.8.1 |
1191 | 2024-12-21T02:29:05.118Z | Compiling home v0.5.9 |
1192 | 2024-12-21T02:29:05.248Z | Compiling nom v7.1.3 |
1193 | 2024-12-21T02:29:05.400Z | Compiling serde_json v1.0.132 |
1194 | 2024-12-21T02:29:05.464Z | Compiling bindgen v0.69.5 |
1195 | 2024-12-21T02:29:05.743Z | Compiling futures-channel v0.3.31 |
1196 | 2024-12-21T02:29:06.162Z | Compiling itertools v0.12.1 |
1197 | 2024-12-21T02:29:06.271Z | Compiling pin-utils v0.1.0 |
1198 | 2024-12-21T02:29:06.374Z | Compiling allocator-api2 v0.2.18 |
1199 | 2024-12-21T02:29:06.492Z | Compiling futures-io v0.3.31 |
1200 | 2024-12-21T02:29:06.839Z | Compiling foldhash v0.1.3 |
1201 | 2024-12-21T02:29:07.172Z | Compiling rustc-hash v1.1.0 |
1202 | 2024-12-21T02:29:07.227Z | Compiling futures-task v0.3.31 |
1203 | 2024-12-21T02:29:07.323Z | Compiling lazycell v1.3.0 |
1204 | 2024-12-21T02:29:07.489Z | Compiling hashbrown v0.15.1 |
1205 | 2024-12-21T02:29:07.527Z | Compiling cmake v0.1.51 |
1206 | 2024-12-21T02:29:08.595Z | Compiling regex-automata v0.4.8 |
1207 | 2024-12-21T02:29:08.820Z | Compiling synstructure v0.13.1 |
1208 | 2024-12-21T02:29:09.121Z | Compiling cexpr v0.6.0 |
1209 | 2024-12-21T02:29:09.388Z | Compiling pkg-config v0.3.31 |
1210 | 2024-12-21T02:29:10.604Z | Compiling fs_extra v1.3.0 |
1211 | 2024-12-21T02:29:10.893Z | Compiling libm v0.2.8 |
1212 | 2024-12-21T02:29:10.971Z | Compiling tinyvec_macros v0.1.1 |
1213 | 2024-12-21T02:29:10.990Z | Compiling dunce v1.0.5 |
1214 | 2024-12-21T02:29:11.069Z | Compiling tinyvec v1.8.0 |
1215 | 2024-12-21T02:29:11.133Z | Compiling num-traits v0.2.19 |
1216 | 2024-12-21T02:29:11.170Z | Compiling ring v0.17.8 |
1217 | 2024-12-21T02:29:11.646Z | Compiling paste v1.0.15 |
1218 | 2024-12-21T02:29:12.151Z | Compiling unicode-bidi v0.3.17 |
1219 | 2024-12-21T02:29:12.292Z | Compiling base64ct v1.6.0 |
1220 | 2024-12-21T02:29:12.311Z | Compiling litemap v0.7.3 |
1221 | 2024-12-21T02:29:12.617Z | Compiling unicode-normalization v0.1.24 |
1222 | 2024-12-21T02:29:12.648Z | Compiling writeable v0.5.5 |
1223 | 2024-12-21T02:29:12.891Z | Compiling pem-rfc7468 v0.7.0 |
1224 | 2024-12-21T02:29:13.613Z | Compiling httparse v1.9.5 |
1225 | 2024-12-21T02:29:13.634Z | Compiling aws-lc-rs v1.10.0 |
1226 | 2024-12-21T02:29:13.721Z | Compiling flagset v0.4.6 |
1227 | 2024-12-21T02:29:13.939Z | Compiling regex v1.11.1 |
1228 | 2024-12-21T02:29:14.373Z | Compiling tracing-core v0.1.32 |
1229 | 2024-12-21T02:29:15.058Z | Compiling rustls-pki-types v1.10.0 |
1230 | 2024-12-21T02:29:15.094Z | Compiling crossbeam-utils v0.8.20 |
1231 | 2024-12-21T02:29:15.263Z | Compiling icu_locid_transform_data v1.5.0 |
1232 | 2024-12-21T02:29:15.367Z | Compiling percent-encoding v2.3.1 |
1233 | 2024-12-21T02:29:15.694Z | Compiling powerfmt v0.2.0 |
1234 | 2024-12-21T02:29:15.710Z | Compiling num-conv v0.1.0 |
1235 | 2024-12-21T02:29:15.747Z | Compiling serde_derive v1.0.215 |
1236 | 2024-12-21T02:29:16.002Z | Compiling zeroize_derive v1.4.2 |
1237 | 2024-12-21T02:29:16.077Z | Compiling zerocopy-derive v0.7.35 |
1238 | 2024-12-21T02:29:16.179Z | Compiling tokio-macros v2.4.0 |
1239 | 2024-12-21T02:29:16.334Z | Compiling zerofrom-derive v0.1.4 |
1240 | 2024-12-21T02:29:17.546Z | Compiling zeroize v1.8.1 |
1241 | 2024-12-21T02:29:17.778Z | Compiling thiserror-impl v1.0.69 |
1242 | 2024-12-21T02:29:17.951Z | Compiling yoke-derive v0.7.4 |
1243 | 2024-12-21T02:29:18.273Z | Compiling zerocopy v0.7.35 |
1244 | 2024-12-21T02:29:19.270Z | Compiling crypto-common v0.1.6 |
1245 | 2024-12-21T02:29:19.517Z | Compiling block-buffer v0.10.4 |
1246 | 2024-12-21T02:29:19.786Z | Compiling digest v0.10.7 |
1247 | 2024-12-21T02:29:19.880Z | Compiling futures-macro v0.3.31 |
1248 | 2024-12-21T02:29:20.245Z | Compiling hmac v0.12.1 |
1249 | 2024-12-21T02:29:20.460Z | Compiling zerofrom v0.1.4 |
1250 | 2024-12-21T02:29:20.496Z | Compiling zerovec-derive v0.10.3 |
1251 | 2024-12-21T02:29:20.693Z | Compiling block-padding v0.3.3 |
1252 | 2024-12-21T02:29:20.920Z | Compiling displaydoc v0.2.5 |
1253 | 2024-12-21T02:29:21.080Z | Compiling yoke v0.7.4 |
1254 | 2024-12-21T02:29:21.214Z | Compiling thiserror v1.0.69 |
1255 | 2024-12-21T02:29:21.259Z | Compiling inout v0.1.3 |
1256 | 2024-12-21T02:29:21.342Z | Compiling sha2 v0.10.8 |
1257 | 2024-12-21T02:29:21.445Z | Compiling ppv-lite86 v0.2.20 |
1258 | 2024-12-21T02:29:21.524Z | Compiling cipher v0.4.4 |
1259 | 2024-12-21T02:29:21.842Z | Compiling futures-util v0.3.31 |
1260 | 2024-12-21T02:29:22.024Z | Compiling icu_provider_macros v1.5.0 |
1261 | 2024-12-21T02:29:22.275Z | Compiling der_derive v0.7.3 |
1262 | 2024-12-21T02:29:22.565Z | Compiling rand_chacha v0.3.1 |
1263 | 2024-12-21T02:29:22.795Z | Compiling tracing-attributes v0.1.27 |
1264 | 2024-12-21T02:29:23.131Z | Compiling zerovec v0.10.4 |
1265 | 2024-12-21T02:29:23.151Z | Compiling rand v0.8.5 |
1266 | 2024-12-21T02:29:24.877Z | Compiling der v0.7.9 |
1267 | 2024-12-21T02:29:24.922Z | Compiling salsa20 v0.10.2 |
1268 | 2024-12-21T02:29:25.024Z | Compiling tinystr v0.7.6 |
1269 | 2024-12-21T02:29:25.191Z | Compiling icu_collections v1.5.0 |
1270 | 2024-12-21T02:29:25.381Z | Compiling pest v2.7.14 |
1271 | 2024-12-21T02:29:25.431Z | Compiling icu_locid v1.5.0 |
1272 | 2024-12-21T02:29:25.495Z | Compiling pbkdf2 v0.12.2 |
1273 | 2024-12-21T02:29:25.671Z | Compiling mirai-annotations v1.12.0 |
1274 | 2024-12-21T02:29:25.860Z | Compiling vcpkg v0.2.15 |
1275 | 2024-12-21T02:29:26.645Z | Compiling icu_provider v1.5.0 |
1276 | 2024-12-21T02:29:26.737Z | Compiling tracing v0.1.40 |
1277 | 2024-12-21T02:29:27.275Z | Compiling spki v0.7.3 |
1278 | 2024-12-21T02:29:27.660Z | Compiling icu_locid_transform v1.5.0 |
1279 | 2024-12-21T02:29:27.756Z | Compiling untrusted v0.9.0 |
1280 | 2024-12-21T02:29:27.907Z | Compiling untrusted v0.7.1 |
1281 | 2024-12-21T02:29:27.930Z | Compiling time-core v0.1.2 |
1282 | 2024-12-21T02:29:28.076Z | Compiling icu_properties_data v1.5.0 |
1283 | 2024-12-21T02:29:28.095Z | Compiling pest_meta v2.7.14 |
1284 | 2024-12-21T02:29:28.111Z | Compiling time-macros v0.2.18 |
1285 | 2024-12-21T02:29:28.138Z | Compiling openssl-sys v0.9.103 |
1286 | 2024-12-21T02:29:28.381Z | Compiling scrypt v0.11.0 |
1287 | 2024-12-21T02:29:28.447Z | Compiling cbc v0.1.2 |
1288 | 2024-12-21T02:29:28.702Z | Compiling aes v0.8.4 |
1289 | 2024-12-21T02:29:28.903Z | Compiling icu_properties v1.5.1 |
1290 | 2024-12-21T02:29:29.234Z | Compiling deranged v0.3.11 |
1291 | 2024-12-21T02:29:30.171Z | Compiling bitflags v2.6.0 |
1292 | 2024-12-21T02:29:30.430Z | Compiling bytes v1.8.0 |
1293 | 2024-12-21T02:29:31.529Z | Compiling tokio v1.40.0 |
1294 | 2024-12-21T02:29:31.646Z | Compiling indexmap v2.6.0 |
1295 | 2024-12-21T02:29:31.736Z | Compiling http v1.1.0 |
1296 | 2024-12-21T02:29:32.059Z | Compiling semver v1.0.23 |
1297 | 2024-12-21T02:29:32.852Z | Compiling rustc_version v0.4.1 |
1298 | 2024-12-21T02:29:33.133Z | Compiling scroll_derive v0.12.0 |
1299 | 2024-12-21T02:29:33.646Z | Compiling num_threads v0.1.7 |
1300 | 2024-12-21T02:29:33.771Z | Compiling write16 v1.0.0 |
1301 | 2024-12-21T02:29:33.790Z | Compiling utf16_iter v1.0.5 |
1302 | 2024-12-21T02:29:33.898Z | Compiling atomic-waker v1.1.2 |
1303 | 2024-12-21T02:29:33.996Z | Compiling icu_normalizer_data v1.5.0 |
1304 | 2024-12-21T02:29:34.087Z | Compiling utf8_iter v1.0.4 |
1305 | 2024-12-21T02:29:34.107Z | Compiling time v0.3.36 |
1306 | 2024-12-21T02:29:34.317Z | Compiling icu_normalizer v1.5.0 |
1307 | 2024-12-21T02:29:34.345Z | Compiling http-body v1.0.1 |
1308 | 2024-12-21T02:29:34.466Z | Compiling pkcs5 v0.7.1 |
1309 | 2024-12-21T02:29:34.601Z | Compiling which v4.4.2 |
1310 | 2024-12-21T02:29:34.666Z | Compiling pest_generator v2.7.14 |
1311 | 2024-12-21T02:29:34.685Z | Compiling scroll v0.12.0 |
1312 | 2024-12-21T02:29:35.458Z | Compiling form_urlencoded v1.2.1 |
1313 | 2024-12-21T02:29:35.673Z | Compiling try-lock v0.2.5 |
1314 | 2024-12-21T02:29:35.805Z | Compiling slog v2.7.0 |
1315 | 2024-12-21T02:29:35.827Z | Compiling goblin v0.8.2 |
1316 | 2024-12-21T02:29:36.119Z | Compiling want v0.3.1 |
1317 | 2024-12-21T02:29:36.329Z | Compiling idna_adapter v1.2.0 |
1318 | 2024-12-21T02:29:36.434Z | Compiling pkcs8 v0.10.2 |
1319 | 2024-12-21T02:29:36.451Z | Compiling httpdate v1.0.3 |
1320 | 2024-12-21T02:29:36.569Z | Compiling idna v1.0.3 |
1321 | 2024-12-21T02:29:36.713Z | Compiling pest_derive v2.7.14 |
1322 | 2024-12-21T02:29:37.172Z | Compiling uuid v1.11.0 |
1323 | 2024-12-21T02:29:37.494Z | Compiling dtrace-parser v0.2.0 |
1324 | 2024-12-21T02:29:37.758Z | Compiling serde_tokenstream v0.2.2 |
1325 | 2024-12-21T02:29:38.375Z | Compiling toml_datetime v0.6.8 |
1326 | 2024-12-21T02:29:38.393Z | Compiling serde_spanned v0.6.8 |
1327 | 2024-12-21T02:29:38.610Z | Compiling match_cfg v0.1.0 |
1328 | 2024-12-21T02:29:38.631Z | Compiling foreign-types-shared v0.1.1 |
1329 | 2024-12-21T02:29:38.712Z | Compiling openssl v0.10.66 |
1330 | 2024-12-21T02:29:38.739Z | Compiling rustversion v1.0.17 |
1331 | 2024-12-21T02:29:38.892Z | Compiling tower-service v0.3.3 |
1332 | 2024-12-21T02:29:39.016Z | Compiling iana-time-zone v0.1.61 |
1333 | 2024-12-21T02:29:39.117Z | Compiling adler2 v2.0.0 |
1334 | 2024-12-21T02:29:39.356Z | Compiling base64 v0.22.1 |
1335 | 2024-12-21T02:29:39.418Z | Compiling miniz_oxide v0.8.0 |
1336 | 2024-12-21T02:29:39.530Z | Compiling chrono v0.4.38 |
1337 | 2024-12-21T02:29:39.616Z | Compiling foreign-types v0.3.2 |
1338 | 2024-12-21T02:29:39.683Z | Compiling hostname v0.3.1 |
1339 | 2024-12-21T02:29:39.722Z | Compiling url v2.5.3 |
1340 | 2024-12-21T02:29:40.130Z | Compiling tokio-util v0.7.12 |
1341 | 2024-12-21T02:29:40.984Z | Compiling async-trait v0.1.83 |
1342 | 2024-12-21T02:29:41.357Z | Compiling h2 v0.4.6 |
1343 | 2024-12-21T02:29:41.601Z | Compiling dof v0.3.0 |
1344 | 2024-12-21T02:29:41.746Z | Compiling openssl-macros v0.1.1 |
1345 | 2024-12-21T02:29:42.538Z | Compiling usdt-impl v0.5.0 |
1346 | 2024-12-21T02:29:43.511Z | Compiling dirs-sys-next v0.1.2 |
1347 | 2024-12-21T02:29:43.767Z | Compiling data-encoding v2.6.0 |
1348 | 2024-12-21T02:29:43.770Z | Compiling rustls v0.22.4 |
1349 | 2024-12-21T02:29:43.932Z | Compiling rustls v0.23.19 |
1350 | 2024-12-21T02:29:44.053Z | Compiling syn v1.0.109 |
1351 | 2024-12-21T02:29:44.133Z | Compiling native-tls v0.2.12 |
1352 | 2024-12-21T02:29:44.184Z | Compiling siphasher v0.3.11 |
1353 | 2024-12-21T02:29:44.548Z | Compiling dirs-next v2.0.0 |
1354 | 2024-12-21T02:29:44.775Z | Compiling http-body-util v0.1.2 |
1355 | 2024-12-21T02:29:45.387Z | Compiling crossbeam-epoch v0.9.18 |
1356 | 2024-12-21T02:29:46.099Z | Compiling heapless v0.7.17 |
1357 | 2024-12-21T02:29:46.158Z | Compiling sha1 v0.10.6 |
1358 | 2024-12-21T02:29:46.161Z | Compiling signature v2.2.0 |
1359 | 2024-12-21T02:29:46.243Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1360 | 2024-12-21T02:29:46.453Z | Compiling serde_derive_internals v0.29.1 |
1361 | 2024-12-21T02:29:46.503Z | Compiling thread_local v1.1.8 |
1362 | 2024-12-21T02:29:46.602Z | Compiling multer v3.1.0 |
1363 | 2024-12-21T02:29:46.727Z | Compiling encoding_rs v0.8.34 |
1364 | 2024-12-21T02:29:46.890Z | Compiling cookie v0.18.1 |
1365 | 2024-12-21T02:29:47.076Z | Compiling schemars v0.8.21 |
1366 | 2024-12-21T02:29:47.158Z | Compiling unicode-properties v0.1.3 |
1367 | 2024-12-21T02:29:47.280Z | Compiling mime v0.3.17 |
1368 | 2024-12-21T02:29:47.404Z | Compiling signal-hook v0.3.17 |
1369 | 2024-12-21T02:29:47.584Z | Compiling openssl-probe v0.1.5 |
1370 | 2024-12-21T02:29:47.666Z | Compiling slog-async v2.8.0 |
1371 | 2024-12-21T02:29:47.879Z | Compiling rayon-core v1.12.1 |
1372 | 2024-12-21T02:29:47.937Z | Compiling ipnet v2.10.1 |
1373 | 2024-12-21T02:29:48.151Z | Compiling gimli v0.31.1 |
1374 | 2024-12-21T02:29:48.282Z | Compiling toml_edit v0.22.22 |
1375 | 2024-12-21T02:29:49.187Z | Compiling hyper v1.5.0 |
1376 | 2024-12-21T02:29:49.241Z | Compiling schemars_derive v0.8.21 |
1377 | 2024-12-21T02:29:51.910Z | Compiling hyper-util v0.1.10 |
1378 | 2024-12-21T02:29:52.257Z | Compiling stringprep v0.1.5 |
1379 | 2024-12-21T02:29:52.682Z | Compiling addr2line v0.24.2 |
1380 | 2024-12-21T02:29:53.474Z | Compiling usdt-macro v0.5.0 |
1381 | 2024-12-21T02:29:53.493Z | Compiling usdt-attr-macro v0.5.0 |
1382 | 2024-12-21T02:29:53.510Z | Compiling crossbeam-deque v0.8.5 |
1383 | 2024-12-21T02:29:53.837Z | Compiling term v0.7.0 |
1384 | 2024-12-21T02:29:54.871Z | Compiling slog-json v2.6.1 |
1385 | 2024-12-21T02:29:54.923Z | Compiling serde_urlencoded v0.7.1 |
1386 | 2024-12-21T02:29:55.085Z | Compiling crossbeam-channel v0.5.13 |
1387 | 2024-12-21T02:29:55.124Z | Compiling curve25519-dalek v4.1.3 |
1388 | 2024-12-21T02:29:55.274Z | Compiling enum-as-inner v0.6.1 |
1389 | 2024-12-21T02:29:55.359Z | Compiling futures-executor v0.3.31 |
1390 | 2024-12-21T02:29:55.437Z | Compiling md-5 v0.10.6 |
1391 | 2024-12-21T02:29:55.702Z | Compiling async-stream-impl v0.3.6 |
1392 | 2024-12-21T02:29:55.746Z | Compiling rustls-pemfile v2.2.0 |
1393 | 2024-12-21T02:29:55.919Z | Compiling num-integer v0.1.46 |
1394 | 2024-12-21T02:29:56.089Z | Compiling idna v0.4.0 |
1395 | 2024-12-21T02:29:56.190Z | Compiling idna v0.3.0 |
1396 | 2024-12-21T02:29:56.363Z | Compiling hash32 v0.2.1 |
1397 | 2024-12-21T02:29:56.730Z | Compiling ff v0.13.0 |
1398 | 2024-12-21T02:29:56.751Z | Compiling is-terminal v0.4.13 |
1399 | 2024-12-21T02:29:56.803Z | Compiling dropshot v0.12.0 |
1400 | 2024-12-21T02:29:56.890Z | Compiling object v0.36.5 |
1401 | 2024-12-21T02:29:56.949Z | Compiling num-bigint-dig v0.8.4 |
1402 | 2024-12-21T02:29:57.113Z | Compiling dyn-clone v1.0.17 |
1403 | 2024-12-21T02:29:57.185Z | Compiling rustc-demangle v0.1.24 |
1404 | 2024-12-21T02:29:57.230Z | Compiling portable-atomic v1.9.0 |
1405 | 2024-12-21T02:29:57.261Z | Compiling quick-error v1.2.3 |
1406 | 2024-12-21T02:29:57.409Z | Compiling utf-8 v0.7.6 |
1407 | 2024-12-21T02:29:57.759Z | Compiling psl-types v2.0.11 |
1408 | 2024-12-21T02:29:57.792Z | Compiling fallible-iterator v0.2.0 |
1409 | 2024-12-21T02:29:57.896Z | Compiling base16ct v0.2.0 |
1410 | 2024-12-21T02:29:57.939Z | Compiling anyhow v1.0.93 |
1411 | 2024-12-21T02:29:58.085Z | Compiling linked-hash-map v0.5.6 |
1412 | 2024-12-21T02:29:58.206Z | Compiling smoltcp v0.9.1 |
1413 | 2024-12-21T02:29:58.291Z | Compiling take_mut v0.2.2 |
1414 | 2024-12-21T02:29:58.458Z | Compiling lru-cache v0.1.2 |
1415 | 2024-12-21T02:29:58.538Z | Compiling postgres-protocol v0.6.7 |
1416 | 2024-12-21T02:29:58.735Z | Compiling sec1 v0.7.3 |
1417 | 2024-12-21T02:29:58.917Z | Compiling publicsuffix v2.2.3 |
1418 | 2024-12-21T02:29:58.967Z | Compiling tungstenite v0.24.0 |
1419 | 2024-12-21T02:29:59.189Z | Compiling resolv-conf v0.7.0 |
1420 | 2024-12-21T02:29:59.791Z | Compiling async-stream v0.3.6 |
1421 | 2024-12-21T02:29:59.983Z | Compiling hickory-proto v0.24.1 |
1422 | 2024-12-21T02:30:00.034Z | Compiling group v0.13.0 |
1423 | 2024-12-21T02:30:00.078Z | Compiling slog-term v2.9.1 |
1424 | 2024-12-21T02:30:00.370Z | Compiling usdt v0.5.0 |
1425 | 2024-12-21T02:30:01.406Z | Compiling num-iter v0.1.45 |
1426 | 2024-12-21T02:30:01.524Z | Compiling futures v0.3.31 |
1427 | 2024-12-21T02:30:01.571Z | Compiling slog-bunyan v2.5.0 |
1428 | 2024-12-21T02:30:02.975Z | Compiling camino v1.1.9 |
1429 | 2024-12-21T02:30:03.266Z | Compiling tokio-native-tls v0.3.1 |
1430 | 2024-12-21T02:30:03.597Z | Compiling toml v0.8.19 |
1431 | 2024-12-21T02:30:03.607Z | Compiling phf_shared v0.11.2 |
1432 | 2024-12-21T02:30:04.016Z | Compiling dropshot_endpoint v0.12.0 |
1433 | 2024-12-21T02:30:04.092Z | Compiling terminal_size v0.4.0 |
1434 | 2024-12-21T02:30:04.207Z | Compiling waitgroup v0.1.2 |
1435 | 2024-12-21T02:30:04.231Z | Compiling openapiv3 v2.0.0 |
1436 | 2024-12-21T02:30:04.465Z | Compiling backtrace v0.3.74 |
1437 | 2024-12-21T02:30:05.143Z | Compiling serde_path_to_error v0.1.16 |
1438 | 2024-12-21T02:30:05.388Z | Compiling hkdf v0.12.4 |
1439 | 2024-12-21T02:30:05.792Z | Compiling crypto-bigint v0.5.5 |
1440 | 2024-12-21T02:30:06.133Z | Compiling zerocopy-derive v0.6.6 |
1441 | 2024-12-21T02:30:10.423Z | Compiling hubpack_derive v0.1.1 |
1442 | 2024-12-21T02:30:10.488Z | Compiling curve25519-dalek-derive v0.1.1 |
1443 | 2024-12-21T02:30:10.488Z | Compiling webpki-roots v0.26.6 |
1444 | 2024-12-21T02:30:10.488Z | Compiling idna v0.5.0 |
1445 | 2024-12-21T02:30:10.488Z | Compiling hostname v0.4.0 |
1446 | 2024-12-21T02:30:10.488Z | Compiling crc32fast v1.4.2 |
1447 | 2024-12-21T02:30:10.488Z | Compiling fs-err v2.11.0 |
1448 | 2024-12-21T02:30:10.488Z | Compiling ahash v0.8.11 |
1449 | 2024-12-21T02:30:10.488Z | Compiling winnow v0.5.40 |
1450 | 2024-12-21T02:30:10.488Z | Compiling bitflags v1.3.2 |
1451 | 2024-12-21T02:30:10.488Z | Compiling managed v0.8.0 |
1452 | 2024-12-21T02:30:10.488Z | Compiling debug-ignore v1.0.5 |
1453 | 2024-12-21T02:30:10.488Z | Compiling clap_builder v4.5.21 |
1454 | 2024-12-21T02:30:10.488Z | Compiling console v0.15.8 |
1455 | 2024-12-21T02:30:10.578Z | Compiling cookie_store v0.21.0 |
1456 | 2024-12-21T02:30:11.919Z | Compiling strum_macros v0.25.3 |
1457 | 2024-12-21T02:30:11.943Z | Compiling hubpack v0.1.2 |
1458 | 2024-12-21T02:30:12.081Z | Compiling flate2 v1.0.34 |
1459 | 2024-12-21T02:30:12.219Z | Compiling elliptic-curve v0.13.8 |
1460 | 2024-12-21T02:30:12.436Z | Compiling zerocopy v0.6.6 |
1461 | 2024-12-21T02:30:13.033Z | Compiling toml_edit v0.19.15 |
1462 | 2024-12-21T02:30:13.056Z | Compiling hickory-resolver v0.24.1 |
1463 | 2024-12-21T02:30:13.318Z | Compiling phf v0.11.2 |
1464 | 2024-12-21T02:30:13.628Z | Compiling signal-hook-mio v0.2.4 |
1465 | 2024-12-21T02:30:13.792Z | Compiling hyper-tls v0.6.0 |
1466 | 2024-12-21T02:30:13.967Z | Compiling rayon v1.10.0 |
1467 | 2024-12-21T02:30:14.252Z | Compiling bzip2 v0.4.4 |
1468 | 2024-12-21T02:30:16.104Z | Compiling tokio-tungstenite v0.24.0 |
1469 | 2024-12-21T02:30:16.644Z | Compiling postgres-types v0.2.8 |
1470 | 2024-12-21T02:30:18.173Z | Compiling ed25519 v2.2.3 |
1471 | 2024-12-21T02:30:19.069Z | Compiling phf_shared v0.10.0 |
1472 | 2024-12-21T02:30:19.077Z | Compiling tokio-stream v0.1.16 |
1473 | 2024-12-21T02:30:19.468Z | Compiling pkcs1 v0.7.5 |
1474 | 2024-12-21T02:30:19.512Z | Compiling serde-big-array v0.5.1 |
1475 | 2024-12-21T02:30:19.758Z | Compiling clap_derive v4.5.18 |
1476 | 2024-12-21T02:30:19.854Z | Compiling rfc6979 v0.4.0 |
1477 | 2024-12-21T02:30:20.039Z | Compiling serde_repr v0.1.19 |
1478 | 2024-12-21T02:30:20.127Z | Compiling derive-where v1.2.7 |
1479 | 2024-12-21T02:30:20.178Z | Compiling float-cmp v0.9.0 |
1480 | 2024-12-21T02:30:20.410Z | Compiling bstr v1.10.0 |
1481 | 2024-12-21T02:30:20.513Z | Compiling sync_wrapper v1.0.1 |
1482 | 2024-12-21T02:30:20.669Z | Compiling fixedbitset v0.4.2 |
1483 | 2024-12-21T02:30:21.154Z | Compiling unicode-segmentation v1.12.0 |
1484 | 2024-12-21T02:30:21.158Z | Compiling unicode-width v0.2.0 |
1485 | 2024-12-21T02:30:21.229Z | Compiling bit-vec v0.6.3 |
1486 | 2024-12-21T02:30:21.689Z | Compiling number_prefix v0.4.0 |
1487 | 2024-12-21T02:30:21.720Z | Compiling difflib v0.4.0 |
1488 | 2024-12-21T02:30:21.926Z | Compiling normalize-line-endings v0.3.0 |
1489 | 2024-12-21T02:30:22.052Z | Compiling precomputed-hash v0.1.1 |
1490 | 2024-12-21T02:30:22.073Z | Compiling new_debug_unreachable v1.0.6 |
1491 | 2024-12-21T02:30:22.172Z | Compiling whoami v1.5.2 |
1492 | 2024-12-21T02:30:22.192Z | Compiling static_assertions v1.1.0 |
1493 | 2024-12-21T02:30:22.240Z | Compiling predicates-core v1.0.8 |
1494 | 2024-12-21T02:30:22.295Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1495 | 2024-12-21T02:30:22.603Z | Compiling tokio-postgres v0.7.12 |
1496 | 2024-12-21T02:30:22.843Z | Compiling predicates v3.1.2 |
1497 | 2024-12-21T02:30:23.414Z | Compiling string_cache v0.8.7 |
1498 | 2024-12-21T02:30:23.826Z | Compiling indicatif v0.17.9 |
1499 | 2024-12-21T02:30:23.926Z | Compiling similar v2.6.0 |
1500 | 2024-12-21T02:30:24.677Z | Compiling bit-set v0.5.3 |
1501 | 2024-12-21T02:30:24.966Z | Compiling clap v4.5.21 |
1502 | 2024-12-21T02:30:24.983Z | Compiling petgraph v0.6.5 |
1503 | 2024-12-21T02:30:25.089Z | Compiling ecdsa v0.16.9 |
1504 | 2024-12-21T02:30:25.988Z | Compiling rsa v0.9.6 |
1505 | 2024-12-21T02:30:26.180Z | Compiling ed25519-dalek v2.1.1 |
1506 | 2024-12-21T02:30:26.433Z | Compiling toml v0.7.8 |
1507 | 2024-12-21T02:30:27.531Z | Compiling zip v0.6.6 |
1508 | 2024-12-21T02:30:28.232Z | Compiling crossterm v0.28.1 |
1509 | 2024-12-21T02:30:32.590Z | Compiling hex v0.4.3 |
1510 | 2024-12-21T02:30:32.947Z | Compiling x509-cert v0.2.5 |
1511 | 2024-12-21T02:30:32.948Z | Compiling itertools v0.10.5 |
1512 | 2024-12-21T02:30:32.948Z | Compiling unicode-xid v0.2.6 |
1513 | 2024-12-21T02:30:32.948Z | Compiling lalrpop-util v0.19.12 |
1514 | 2024-12-21T02:30:32.948Z | Compiling peg-runtime v0.8.3 |
1515 | 2024-12-21T02:30:32.948Z | Compiling strum_macros v0.26.4 |
1516 | 2024-12-21T02:30:32.948Z | Compiling xattr v1.3.1 |
1517 | 2024-12-21T02:30:32.948Z | Compiling filetime v0.2.25 |
1518 | 2024-12-21T02:30:33.067Z | Compiling tar v0.4.42 |
1519 | 2024-12-21T02:30:34.990Z | Compiling strum v0.26.3 |
1520 | 2024-12-21T02:30:38.237Z | Compiling aws-lc-sys v0.22.0 |
1521 | 2024-12-21T02:31:10.480Z | Compiling rustls-webpki v0.102.8 |
1522 | 2024-12-21T02:31:13.948Z | Compiling tokio-rustls v0.25.0 |
1523 | 2024-12-21T02:31:15.864Z | Compiling tokio-rustls v0.26.0 |
1524 | 2024-12-21T02:31:16.230Z | Compiling hyper-rustls v0.27.3 |
1525 | 2024-12-21T02:31:16.520Z | Compiling reqwest v0.12.9 |
1526 | 2024-12-21T02:31:17.341Z | Compiling qorb v0.2.1 |
1527 | 2024-12-21T02:31:22.504Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1528 | 2024-12-21T02:31:22.730Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1529 | 2024-12-21T02:31:28.562Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
1530 | 2024-12-21T02:31:28.721Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1531 | 2024-12-21T02:31:28.770Z | Dec 21 02:31:27.723 INFO Starting download, target: Console |
1532 | 2024-12-21T02:31:28.770Z | Dec 21 02:31:27.723 INFO Starting download, target: Cockroach |
1533 | 2024-12-21T02:31:28.770Z | Dec 21 02:31:27.723 INFO Starting download, target: Clickhouse |
1534 | 2024-12-21T02:31:28.770Z | Dec 21 02:31:27.723 INFO Starting download, target: DendriteOpenapi |
1535 | 2024-12-21T02:31:28.770Z | Dec 21 02:31:27.723 INFO Starting download, target: DendriteStub |
1536 | 2024-12-21T02:31:28.774Z | Dec 21 02:31:27.723 INFO Starting download, target: MaghemiteMgd |
1537 | 2024-12-21T02:31:28.775Z | Dec 21 02:31:27.723 INFO Starting download, target: TransceiverControl |
1538 | 2024-12-21T02:31:28.775Z | Dec 21 02:31:27.724 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1539 | 2024-12-21T02:31:28.775Z | Dec 21 02:31:27.724 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1540 | 2024-12-21T02:31:28.775Z | Dec 21 02:31:27.724 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1541 | 2024-12-21T02:31:28.775Z | Dec 21 02:31:27.724 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1542 | 2024-12-21T02:31:28.775Z | Dec 21 02:31:27.724 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1543 | 2024-12-21T02:31:28.775Z | Dec 21 02:31:27.724 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1544 | 2024-12-21T02:31:28.775Z | Dec 21 02:31:27.724 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1545 | 2024-12-21T02:31:29.020Z | Dec 21 02:31:27.923 INFO Download complete, target: DendriteOpenapi |
1546 | 2024-12-21T02:31:29.121Z | Dec 21 02:31:28.047 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1547 | 2024-12-21T02:31:29.328Z | Dec 21 02:31:28.236 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1548 | 2024-12-21T02:31:29.630Z | Dec 21 02:31:28.562 INFO Download complete, target: Console |
1549 | 2024-12-21T02:31:29.743Z | Dec 21 02:31:28.693 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1550 | 2024-12-21T02:31:29.749Z | Dec 21 02:31:28.695 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1551 | 2024-12-21T02:31:29.785Z | Dec 21 02:31:28.735 INFO Download complete, target: TransceiverControl |
1552 | 2024-12-21T02:31:30.475Z | Dec 21 02:31:29.428 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1553 | 2024-12-21T02:31:30.475Z | Dec 21 02:31:29.428 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1554 | 2024-12-21T02:31:30.990Z | Dec 21 02:31:29.943 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1555 | 2024-12-21T02:31:32.777Z | Dec 21 02:31:31.730 INFO Download complete, target: MaghemiteMgd |
1556 | 2024-12-21T02:31:32.780Z | Dec 21 02:31:31.731 INFO Download complete, target: DendriteStub |
1557 | 2024-12-21T02:31:38.136Z | Dec 21 02:31:37.087 INFO Checking that binary works, target: Cockroach |
1558 | 2024-12-21T02:31:38.294Z | Dec 21 02:31:37.246 INFO Download complete, target: Cockroach |
1559 | 2024-12-21T02:31:43.844Z | Dec 21 02:31:42.786 INFO Checking that binary works, target: Clickhouse |
1560 | 2024-12-21T02:31:44.220Z | Dec 21 02:31:43.163 INFO Download complete, target: Clickhouse |
1561 | 2024-12-21T02:31:44.279Z | All prerequisites installed successfully |
1562 | 2024-12-21T02:31:44.279Z | |
1563 | 2024-12-21T02:31:44.279Z | real 6:39.595079880 |
1564 | 2024-12-21T02:31:44.279Z | user 16:37.454627138 |
1565 | 2024-12-21T02:31:44.280Z | sys 3:14.227515275 |
1566 | 2024-12-21T02:31:44.280Z | trap 0.543741059 |
1567 | 2024-12-21T02:31:44.280Z | tflt 5.474567384 |
1568 | 2024-12-21T02:31:44.280Z | dflt 5.167335532 |
1569 | 2024-12-21T02:31:44.280Z | kflt 0.189345848 |
1570 | 2024-12-21T02:31:44.280Z | lock 31:01.076168945 |
1571 | 2024-12-21T02:31:44.280Z | slp 1:05:58.879109897 |
1572 | 2024-12-21T02:31:44.280Z | lat 55.214084049 |
1573 | 2024-12-21T02:31:44.280Z | stop 2:16.874843739 |
1574 | 2024-12-21T02:31:44.280Z | + ptime -m cargo xtask download softnpu |
1575 | 2024-12-21T02:31:44.775Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1576 | 2024-12-21T02:31:44.801Z | Running `target/debug/xtask download softnpu` |
1577 | 2024-12-21T02:31:45.608Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1578 | 2024-12-21T02:31:45.660Z | Running `target/debug/xtask-downloader softnpu` |
1579 | 2024-12-21T02:31:45.701Z | Dec 21 02:31:44.646 INFO Starting download, target: Softnpu |
1580 | 2024-12-21T02:31:45.718Z | Dec 21 02:31:44.646 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1581 | 2024-12-21T02:31:46.781Z | Dec 21 02:31:45.730 INFO Download complete, target: Softnpu |
1582 | 2024-12-21T02:31:46.785Z | |
1583 | 2024-12-21T02:31:46.791Z | real 2.555835747 |
1584 | 2024-12-21T02:31:46.791Z | user 1.306717235 |
1585 | 2024-12-21T02:31:46.791Z | sys 0.539295497 |
1586 | 2024-12-21T02:31:46.791Z | trap 0.000819872 |
1587 | 2024-12-21T02:31:46.791Z | tflt 0.000001918 |
1588 | 2024-12-21T02:31:46.791Z | dflt 0.000018026 |
1589 | 2024-12-21T02:31:46.792Z | kflt 0.000000000 |
1590 | 2024-12-21T02:31:46.792Z | lock 11.235855249 |
1591 | 2024-12-21T02:31:46.792Z | slp 0.870830175 |
1592 | 2024-12-21T02:31:46.792Z | lat 0.076244565 |
1593 | 2024-12-21T02:31:46.792Z | stop 0.000186816 |
1594 | 2024-12-21T02:31:46.792Z | + export CARGO_INCREMENTAL=0 |
1595 | 2024-12-21T02:31:46.792Z | + CARGO_INCREMENTAL=0 |
1596 | 2024-12-21T02:31:46.793Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1597 | 2024-12-21T02:31:47.737Z | Compiling proc-macro2 v1.0.89 |
1598 | 2024-12-21T02:31:47.737Z | Compiling unicode-ident v1.0.13 |
1599 | 2024-12-21T02:31:47.741Z | Compiling libc v0.2.162 |
1600 | 2024-12-21T02:31:47.741Z | Compiling serde v1.0.215 |
1601 | 2024-12-21T02:31:47.741Z | Compiling autocfg v1.4.0 |
1602 | 2024-12-21T02:31:47.741Z | Compiling version_check v0.9.5 |
1603 | 2024-12-21T02:31:47.741Z | Compiling cfg-if v1.0.0 |
1604 | 2024-12-21T02:31:48.008Z | Compiling memchr v2.7.4 |
1605 | 2024-12-21T02:31:48.032Z | Compiling typenum v1.17.0 |
1606 | 2024-12-21T02:31:48.032Z | Compiling shlex v1.3.0 |
1607 | 2024-12-21T02:31:48.431Z | Compiling value-bag v1.9.0 |
1608 | 2024-12-21T02:31:48.626Z | Compiling generic-array v0.14.7 |
1609 | 2024-12-21T02:31:48.756Z | Compiling lock_api v0.4.12 |
1610 | 2024-12-21T02:31:48.899Z | Compiling log v0.4.22 |
1611 | 2024-12-21T02:31:48.938Z | Compiling scopeguard v1.2.0 |
1612 | 2024-12-21T02:31:49.103Z | Compiling parking_lot_core v0.9.10 |
1613 | 2024-12-21T02:31:49.437Z | Compiling serde_json v1.0.132 |
1614 | 2024-12-21T02:31:49.486Z | Compiling once_cell v1.20.2 |
1615 | 2024-12-21T02:31:49.614Z | Compiling quote v1.0.37 |
1616 | 2024-12-21T02:31:49.725Z | Compiling rustix v0.38.37 |
1617 | 2024-12-21T02:31:49.745Z | Compiling jobserver v0.1.32 |
1618 | 2024-12-21T02:31:49.892Z | Compiling getrandom v0.2.15 |
1619 | 2024-12-21T02:31:49.999Z | Compiling syn v2.0.87 |
1620 | 2024-12-21T02:31:50.244Z | Compiling cc v1.1.30 |
1621 | 2024-12-21T02:31:50.255Z | Compiling libm v0.2.8 |
1622 | 2024-12-21T02:31:50.329Z | Compiling thiserror v1.0.69 |
1623 | 2024-12-21T02:31:50.364Z | Compiling aho-corasick v1.1.3 |
1624 | 2024-12-21T02:31:50.512Z | Compiling regex-syntax v0.8.5 |
1625 | 2024-12-21T02:31:50.575Z | Compiling num-traits v0.2.19 |
1626 | 2024-12-21T02:31:50.608Z | Compiling either v1.13.0 |
1627 | 2024-12-21T02:31:50.847Z | Compiling itoa v1.0.11 |
1628 | 2024-12-21T02:31:50.872Z | Compiling spin v0.9.8 |
1629 | 2024-12-21T02:31:51.060Z | Compiling slab v0.4.9 |
1630 | 2024-12-21T02:31:51.365Z | Compiling byteorder v1.5.0 |
1631 | 2024-12-21T02:31:51.572Z | Compiling errno v0.3.9 |
1632 | 2024-12-21T02:31:51.779Z | Compiling rand_core v0.6.4 |
1633 | 2024-12-21T02:31:51.961Z | Compiling lazy_static v1.5.0 |
1634 | 2024-12-21T02:31:52.082Z | Compiling glob v0.3.1 |
1635 | 2024-12-21T02:31:52.495Z | Compiling prettyplease v0.2.25 |
1636 | 2024-12-21T02:31:52.891Z | Compiling clang-sys v1.8.1 |
1637 | 2024-12-21T02:31:53.186Z | Compiling minimal-lexical v0.2.1 |
1638 | 2024-12-21T02:31:53.217Z | Compiling libloading v0.8.5 |
1639 | 2024-12-21T02:31:53.570Z | Compiling nom v7.1.3 |
1640 | 2024-12-21T02:31:53.588Z | Compiling subtle v2.6.1 |
1641 | 2024-12-21T02:31:53.657Z | Compiling allocator-api2 v0.2.18 |
1642 | 2024-12-21T02:31:53.886Z | Compiling bindgen v0.69.5 |
1643 | 2024-12-21T02:31:54.109Z | Compiling regex-automata v0.4.8 |
1644 | 2024-12-21T02:31:54.297Z | Compiling home v0.5.9 |
1645 | 2024-12-21T02:31:54.415Z | Compiling itertools v0.12.1 |
1646 | 2024-12-21T02:31:54.704Z | Compiling smallvec v1.13.2 |
1647 | 2024-12-21T02:31:54.724Z | Compiling lazycell v1.3.0 |
1648 | 2024-12-21T02:31:54.893Z | Compiling rustc-hash v1.1.0 |
1649 | 2024-12-21T02:31:55.052Z | Compiling semver v1.0.23 |
1650 | 2024-12-21T02:31:55.513Z | Compiling cmake v0.1.51 |
1651 | 2024-12-21T02:31:56.487Z | Compiling dunce v1.0.5 |
1652 | 2024-12-21T02:31:56.526Z | Compiling fs_extra v1.3.0 |
1653 | 2024-12-21T02:31:56.701Z | Compiling pkg-config v0.3.31 |
1654 | 2024-12-21T02:31:56.945Z | Compiling cexpr v0.6.0 |
1655 | 2024-12-21T02:31:57.179Z | Compiling ring v0.17.8 |
1656 | 2024-12-21T02:31:57.520Z | Compiling ryu v1.0.18 |
1657 | 2024-12-21T02:31:57.523Z | Compiling pin-project-lite v0.2.14 |
1658 | 2024-12-21T02:31:57.667Z | Compiling synstructure v0.13.1 |
1659 | 2024-12-21T02:31:57.990Z | Compiling paste v1.0.15 |
1660 | 2024-12-21T02:31:58.243Z | Compiling fnv v1.0.7 |
1661 | 2024-12-21T02:31:58.505Z | Compiling const-oid v0.9.6 |
1662 | 2024-12-21T02:31:58.746Z | Compiling foldhash v0.1.3 |
1663 | 2024-12-21T02:31:58.848Z | Compiling aws-lc-rs v1.10.0 |
1664 | 2024-12-21T02:31:59.049Z | Compiling httparse v1.9.5 |
1665 | 2024-12-21T02:31:59.174Z | Compiling equivalent v1.0.1 |
1666 | 2024-12-21T02:31:59.292Z | Compiling hashbrown v0.15.1 |
1667 | 2024-12-21T02:31:59.643Z | Compiling regex v1.11.1 |
1668 | 2024-12-21T02:32:00.318Z | Compiling heck v0.5.0 |
1669 | 2024-12-21T02:32:00.559Z | Compiling schemars v0.8.21 |
1670 | 2024-12-21T02:32:00.634Z | Compiling serde_derive_internals v0.29.1 |
1671 | 2024-12-21T02:32:00.749Z | Compiling signal-hook-registry v1.4.2 |
1672 | 2024-12-21T02:32:00.865Z | Compiling mio v1.0.2 |
1673 | 2024-12-21T02:32:01.411Z | Compiling parking_lot v0.12.3 |
1674 | 2024-12-21T02:32:02.805Z | Compiling crossbeam-utils v0.8.20 |
1675 | 2024-12-21T02:32:02.946Z | Compiling stable_deref_trait v1.2.0 |
1676 | 2024-12-21T02:32:03.066Z | Compiling socket2 v0.5.7 |
1677 | 2024-12-21T02:32:03.121Z | Compiling futures-core v0.3.31 |
1678 | 2024-12-21T02:32:03.174Z | Compiling serde_derive v1.0.215 |
1679 | 2024-12-21T02:32:03.341Z | Compiling zeroize_derive v1.4.2 |
1680 | 2024-12-21T02:32:03.374Z | Compiling zerocopy-derive v0.7.35 |
1681 | 2024-12-21T02:32:03.502Z | Compiling thiserror-impl v1.0.69 |
1682 | 2024-12-21T02:32:04.463Z | Compiling tokio-macros v2.4.0 |
1683 | 2024-12-21T02:32:04.723Z | Compiling zerofrom-derive v0.1.4 |
1684 | 2024-12-21T02:32:04.744Z | Compiling zeroize v1.8.1 |
1685 | 2024-12-21T02:32:05.135Z | Compiling yoke-derive v0.7.4 |
1686 | 2024-12-21T02:32:05.173Z | Compiling futures-macro v0.3.31 |
1687 | 2024-12-21T02:32:05.385Z | Compiling zerovec-derive v0.10.3 |
1688 | 2024-12-21T02:32:05.901Z | Compiling zerocopy v0.7.35 |
1689 | 2024-12-21T02:32:06.330Z | Compiling displaydoc v0.2.5 |
1690 | 2024-12-21T02:32:06.954Z | Compiling crypto-common v0.1.6 |
1691 | 2024-12-21T02:32:07.319Z | Compiling tracing-attributes v0.1.27 |
1692 | 2024-12-21T02:32:07.710Z | Compiling icu_provider_macros v1.5.0 |
1693 | 2024-12-21T02:32:07.839Z | Compiling block-buffer v0.10.4 |
1694 | 2024-12-21T02:32:07.840Z | Compiling schemars_derive v0.8.21 |
1695 | 2024-12-21T02:32:08.010Z | Compiling digest v0.10.7 |
1696 | 2024-12-21T02:32:08.348Z | Compiling der_derive v0.7.3 |
1697 | 2024-12-21T02:32:08.454Z | Compiling time-core v0.1.2 |
1698 | 2024-12-21T02:32:08.640Z | Compiling num-conv v0.1.0 |
1699 | 2024-12-21T02:32:08.930Z | Compiling time-macros v0.2.18 |
1700 | 2024-12-21T02:32:09.599Z | Compiling vcpkg v0.2.15 |
1701 | 2024-12-21T02:32:11.187Z | Compiling openssl-sys v0.9.103 |
1702 | 2024-12-21T02:32:11.695Z | Compiling cpufeatures v0.2.14 |
1703 | 2024-12-21T02:32:11.786Z | Compiling slog v2.7.0 |
1704 | 2024-12-21T02:32:11.804Z | Compiling futures-sink v0.3.31 |
1705 | 2024-12-21T02:32:12.073Z | Compiling ahash v0.8.11 |
1706 | 2024-12-21T02:32:12.137Z | Compiling syn v1.0.109 |
1707 | 2024-12-21T02:32:12.526Z | Compiling zerofrom v0.1.4 |
1708 | 2024-12-21T02:32:12.736Z | Compiling scroll_derive v0.12.0 |
1709 | 2024-12-21T02:32:12.797Z | Compiling iana-time-zone v0.1.61 |
1710 | 2024-12-21T02:32:13.026Z | Compiling ucd-trie v0.1.7 |
1711 | 2024-12-21T02:32:13.417Z | Compiling pest v2.7.14 |
1712 | 2024-12-21T02:32:13.512Z | Compiling yoke v0.7.4 |
1713 | 2024-12-21T02:32:13.533Z | Compiling futures-channel v0.3.31 |
1714 | 2024-12-21T02:32:13.971Z | Compiling hmac v0.12.1 |
1715 | 2024-12-21T02:32:14.190Z | Compiling openssl v0.10.66 |
1716 | 2024-12-21T02:32:14.302Z | Compiling futures-task v0.3.31 |
1717 | 2024-12-21T02:32:14.574Z | Compiling futures-io v0.3.31 |
1718 | 2024-12-21T02:32:14.606Z | Compiling pin-utils v0.1.0 |
1719 | 2024-12-21T02:32:14.825Z | Compiling futures-util v0.3.31 |
1720 | 2024-12-21T02:32:14.940Z | Compiling zerovec v0.10.4 |
1721 | 2024-12-21T02:32:15.151Z | Compiling block-padding v0.3.3 |
1722 | 2024-12-21T02:32:15.864Z | Compiling tinyvec_macros v0.1.1 |
1723 | 2024-12-21T02:32:15.968Z | Compiling pest_meta v2.7.14 |
1724 | 2024-12-21T02:32:16.290Z | Compiling tinyvec v1.8.0 |
1725 | 2024-12-21T02:32:16.832Z | Compiling bitflags v2.6.0 |
1726 | 2024-12-21T02:32:17.060Z | Compiling bytes v1.8.0 |
1727 | 2024-12-21T02:32:18.596Z | Compiling indexmap v2.6.0 |
1728 | 2024-12-21T02:32:20.028Z | Compiling tokio v1.40.0 |
1729 | 2024-12-21T02:32:20.765Z | Compiling serde_tokenstream v0.2.2 |
1730 | 2024-12-21T02:32:21.343Z | Compiling which v4.4.2 |
1731 | 2024-12-21T02:32:21.363Z | Compiling http v1.1.0 |
1732 | 2024-12-21T02:32:21.563Z | Compiling uuid v1.11.0 |
1733 | 2024-12-21T02:32:22.325Z | Compiling rustc_version v0.4.1 |
1734 | 2024-12-21T02:32:22.875Z | Compiling chrono v0.4.38 |
1735 | 2024-12-21T02:32:24.834Z | Compiling pest_generator v2.7.14 |
1736 | 2024-12-21T02:32:25.683Z | Compiling serde_spanned v0.6.8 |
1737 | 2024-12-21T02:32:25.791Z | Compiling toml_datetime v0.6.8 |
1738 | 2024-12-21T02:32:26.251Z | Compiling inout v0.1.3 |
1739 | 2024-12-21T02:32:26.647Z | Compiling openssl-macros v0.1.1 |
1740 | 2024-12-21T02:32:27.381Z | Compiling strsim v0.11.1 |
1741 | 2024-12-21T02:32:28.172Z | Compiling native-tls v0.2.12 |
1742 | 2024-12-21T02:32:28.496Z | Compiling rustls v0.23.19 |
1743 | 2024-12-21T02:32:29.156Z | Compiling pest_derive v2.7.14 |
1744 | 2024-12-21T02:32:29.276Z | Compiling cipher v0.4.4 |
1745 | 2024-12-21T02:32:29.490Z | Compiling unicode-normalization v0.1.24 |
1746 | 2024-12-21T02:32:29.770Z | Compiling tinystr v0.7.6 |
1747 | 2024-12-21T02:32:29.899Z | Compiling sha2 v0.10.8 |
1748 | 2024-12-21T02:32:30.212Z | Compiling tracing-core v0.1.32 |
1749 | 2024-12-21T02:32:30.565Z | Compiling usdt-impl v0.5.0 |
1750 | 2024-12-21T02:32:30.568Z | Compiling litemap v0.7.3 |
1751 | 2024-12-21T02:32:30.676Z | Compiling unicode-bidi v0.3.17 |
1752 | 2024-12-21T02:32:30.892Z | Compiling dyn-clone v1.0.17 |
1753 | 2024-12-21T02:32:30.982Z | Compiling base64ct v1.6.0 |
1754 | 2024-12-21T02:32:31.116Z | Compiling writeable v0.5.5 |
1755 | 2024-12-21T02:32:31.563Z | Compiling icu_locid v1.5.0 |
1756 | 2024-12-21T02:32:31.645Z | Compiling pem-rfc7468 v0.7.0 |
1757 | 2024-12-21T02:32:31.890Z | Compiling tracing v0.1.40 |
1758 | 2024-12-21T02:32:32.753Z | Compiling scroll v0.12.0 |
1759 | 2024-12-21T02:32:33.088Z | Compiling ppv-lite86 v0.2.20 |
1760 | 2024-12-21T02:32:33.369Z | Compiling async-trait v0.1.83 |
1761 | 2024-12-21T02:32:33.735Z | Compiling cookie v0.18.1 |
1762 | 2024-12-21T02:32:33.946Z | Compiling camino v1.1.9 |
1763 | 2024-12-21T02:32:34.031Z | Compiling plain v0.2.3 |
1764 | 2024-12-21T02:32:34.182Z | Compiling flagset v0.4.6 |
1765 | 2024-12-21T02:32:35.528Z | Compiling anyhow v1.0.93 |
1766 | 2024-12-21T02:32:35.591Z | Compiling aws-lc-sys v0.22.0 |
1767 | 2024-12-21T02:32:37.039Z | Compiling der v0.7.9 |
1768 | 2024-12-21T02:32:39.384Z | Compiling goblin v0.8.2 |
1769 | 2024-12-21T02:32:39.997Z | Compiling rand_chacha v0.3.1 |
1770 | 2024-12-21T02:32:41.130Z | Compiling icu_provider v1.5.0 |
1771 | 2024-12-21T02:32:42.085Z | Compiling rayon-core v1.12.1 |
1772 | 2024-12-21T02:32:42.356Z | Compiling rustls-pki-types v1.10.0 |
1773 | 2024-12-21T02:32:43.150Z | Compiling percent-encoding v2.3.1 |
1774 | 2024-12-21T02:32:43.401Z | Compiling rustls v0.22.4 |
1775 | 2024-12-21T02:32:43.440Z | Compiling icu_locid_transform_data v1.5.0 |
1776 | 2024-12-21T02:32:43.626Z | Compiling pretty-hex v0.4.1 |
1777 | 2024-12-21T02:32:43.828Z | Compiling icu_locid_transform v1.5.0 |
1778 | 2024-12-21T02:32:45.117Z | Compiling dof v0.3.0 |
1779 | 2024-12-21T02:32:45.464Z | Compiling rand v0.8.5 |
1780 | 2024-12-21T02:32:46.088Z | Compiling spki v0.7.3 |
1781 | 2024-12-21T02:32:46.463Z | Compiling dtrace-parser v0.2.0 |
1782 | 2024-12-21T02:32:46.527Z | Compiling salsa20 v0.10.2 |
1783 | 2024-12-21T02:32:46.743Z | Compiling tokio-util v0.7.12 |
1784 | 2024-12-21T02:32:47.066Z | Compiling icu_collections v1.5.0 |
1785 | 2024-12-21T02:32:48.053Z | Compiling pbkdf2 v0.12.2 |
1786 | 2024-12-21T02:32:48.331Z | Compiling thread-id v4.2.2 |
1787 | 2024-12-21T02:32:48.389Z | Compiling mirai-annotations v1.12.0 |
1788 | 2024-12-21T02:32:48.443Z | Compiling icu_properties_data v1.5.0 |
1789 | 2024-12-21T02:32:48.509Z | Compiling powerfmt v0.2.0 |
1790 | 2024-12-21T02:32:48.528Z | Compiling winnow v0.5.40 |
1791 | 2024-12-21T02:32:48.702Z | Compiling untrusted v0.9.0 |
1792 | 2024-12-21T02:32:48.790Z | Compiling untrusted v0.7.1 |
1793 | 2024-12-21T02:32:49.146Z | Compiling deranged v0.3.11 |
1794 | 2024-12-21T02:32:50.867Z | Compiling icu_properties v1.5.1 |
1795 | 2024-12-21T02:32:52.337Z | Compiling toml_edit v0.19.15 |
1796 | 2024-12-21T02:32:53.096Z | Compiling scrypt v0.11.0 |
1797 | 2024-12-21T02:32:53.618Z | Compiling aes v0.8.4 |
1798 | 2024-12-21T02:32:53.637Z | Compiling cbc v0.1.2 |
1799 | 2024-12-21T02:32:55.559Z | Compiling multer v3.1.0 |
1800 | 2024-12-21T02:32:55.852Z | Compiling rustversion v1.0.17 |
1801 | 2024-12-21T02:32:56.462Z | Compiling atomic-waker v1.1.2 |
1802 | 2024-12-21T02:32:56.529Z | Compiling num_threads v0.1.7 |
1803 | 2024-12-21T02:32:56.624Z | Compiling write16 v1.0.0 |
1804 | 2024-12-21T02:32:56.651Z | Compiling slog-async v2.8.0 |
1805 | 2024-12-21T02:32:56.808Z | Compiling utf16_iter v1.0.5 |
1806 | 2024-12-21T02:32:56.986Z | Compiling utf8_iter v1.0.4 |
1807 | 2024-12-21T02:32:57.004Z | Compiling icu_normalizer_data v1.5.0 |
1808 | 2024-12-21T02:32:57.217Z | Compiling icu_normalizer v1.5.0 |
1809 | 2024-12-21T02:32:57.275Z | Compiling time v0.3.36 |
1810 | 2024-12-21T02:32:58.024Z | Compiling pkcs5 v0.7.1 |
1811 | 2024-12-21T02:32:59.295Z | Compiling form_urlencoded v1.2.1 |
1812 | 2024-12-21T02:32:59.713Z | Compiling http-body v1.0.1 |
1813 | 2024-12-21T02:32:59.803Z | Compiling heapless v0.7.17 |
1814 | 2024-12-21T02:33:00.257Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1815 | 2024-12-21T02:33:00.659Z | Compiling try-lock v0.2.5 |
1816 | 2024-12-21T02:33:01.040Z | Compiling signal-hook v0.3.17 |
1817 | 2024-12-21T02:33:01.299Z | Compiling want v0.3.1 |
1818 | 2024-12-21T02:33:03.150Z | Compiling pkcs8 v0.10.2 |
1819 | 2024-12-21T02:33:03.352Z | Compiling idna_adapter v1.2.0 |
1820 | 2024-12-21T02:33:03.820Z | Compiling h2 v0.4.6 |
1821 | 2024-12-21T02:33:04.808Z | Compiling usdt-macro v0.5.0 |
1822 | 2024-12-21T02:33:06.129Z | Compiling usdt-attr-macro v0.5.0 |
1823 | 2024-12-21T02:33:06.553Z | Compiling async-stream-impl v0.3.6 |
1824 | 2024-12-21T02:33:06.597Z | Compiling httpdate v1.0.3 |
1825 | 2024-12-21T02:33:07.773Z | Compiling adler2 v2.0.0 |
1826 | 2024-12-21T02:33:08.042Z | Compiling miniz_oxide v0.8.0 |
1827 | 2024-12-21T02:33:08.570Z | Compiling idna v1.0.3 |
1828 | 2024-12-21T02:33:10.274Z | Compiling curve25519-dalek v4.1.3 |
1829 | 2024-12-21T02:33:10.677Z | Compiling hyper v1.5.0 |
1830 | 2024-12-21T02:33:11.187Z | Compiling openapiv3 v2.0.0 |
1831 | 2024-12-21T02:33:13.533Z | Compiling enum-as-inner v0.6.1 |
1832 | 2024-12-21T02:33:14.644Z | Compiling dropshot v0.12.0 |
1833 | 2024-12-21T02:33:14.813Z | Compiling match_cfg v0.1.0 |
1834 | 2024-12-21T02:33:14.936Z | Compiling base64 v0.22.1 |
1835 | 2024-12-21T02:33:15.103Z | Compiling num-bigint-dig v0.8.4 |
1836 | 2024-12-21T02:33:15.239Z | Compiling tower-service v0.3.3 |
1837 | 2024-12-21T02:33:15.380Z | Compiling portable-atomic v1.9.0 |
1838 | 2024-12-21T02:33:15.400Z | Compiling foreign-types-shared v0.1.1 |
1839 | 2024-12-21T02:33:15.516Z | Compiling smoltcp v0.9.1 |
1840 | 2024-12-21T02:33:16.013Z | Compiling hyper-util v0.1.10 |
1841 | 2024-12-21T02:33:16.119Z | Compiling foreign-types v0.3.2 |
1842 | 2024-12-21T02:33:16.310Z | Compiling hostname v0.3.1 |
1843 | 2024-12-21T02:33:22.700Z | Compiling url v2.5.3 |
1844 | 2024-12-21T02:33:24.311Z | Compiling dirs-sys-next v0.1.2 |
1845 | 2024-12-21T02:33:24.446Z | Compiling siphasher v0.3.11 |
1846 | 2024-12-21T02:33:24.484Z | Compiling data-encoding v2.6.0 |
1847 | 2024-12-21T02:33:24.577Z | Compiling heck v0.4.1 |
1848 | 2024-12-21T02:33:24.800Z | Compiling ident_case v1.0.1 |
1849 | 2024-12-21T02:33:24.820Z | Compiling gimli v0.31.1 |
1850 | 2024-12-21T02:33:24.954Z | Compiling darling_core v0.20.10 |
1851 | 2024-12-21T02:33:24.972Z | Compiling dirs-next v2.0.0 |
1852 | 2024-12-21T02:33:27.693Z | Compiling http-body-util v0.1.2 |
1853 | 2024-12-21T02:33:31.225Z | Compiling addr2line v0.24.2 |
1854 | 2024-12-21T02:33:31.462Z | Compiling crossbeam-epoch v0.9.18 |
1855 | 2024-12-21T02:33:31.583Z | Compiling hubpack_derive v0.1.1 |
1856 | 2024-12-21T02:33:31.797Z | Compiling dropshot_endpoint v0.12.0 |
1857 | 2024-12-21T02:33:32.182Z | Compiling sha1 v0.10.6 |
1858 | 2024-12-21T02:33:32.202Z | Compiling signature v2.2.0 |
1859 | 2024-12-21T02:33:32.428Z | Compiling curve25519-dalek-derive v0.1.1 |
1860 | 2024-12-21T02:33:32.428Z | Compiling zerocopy-derive v0.6.6 |
1861 | 2024-12-21T02:33:33.632Z | Compiling object v0.36.5 |
1862 | 2024-12-21T02:33:33.814Z | Compiling thread_local v1.1.8 |
1863 | 2024-12-21T02:33:34.287Z | Compiling fs-err v2.11.0 |
1864 | 2024-12-21T02:33:34.375Z | Compiling encoding_rs v0.8.34 |
1865 | 2024-12-21T02:33:35.837Z | Compiling rustc-demangle v0.1.24 |
1866 | 2024-12-21T02:33:42.957Z | Compiling winnow v0.6.20 |
1867 | 2024-12-21T02:33:43.273Z | Compiling ipnet v2.10.1 |
1868 | 2024-12-21T02:33:44.341Z | Compiling unicode-properties v0.1.3 |
1869 | 2024-12-21T02:33:44.756Z | Compiling anstyle v1.0.10 |
1870 | 2024-12-21T02:33:45.135Z | Compiling openssl-probe v0.1.5 |
1871 | 2024-12-21T02:33:45.196Z | Compiling mime v0.3.17 |
1872 | 2024-12-21T02:33:45.972Z | Compiling utf8parse v0.2.2 |
1873 | 2024-12-21T02:33:46.131Z | Compiling anstyle-parse v0.2.5 |
1874 | 2024-12-21T02:33:46.459Z | Compiling toml_edit v0.22.22 |
1875 | 2024-12-21T02:33:46.657Z | Compiling stringprep v0.1.5 |
1876 | 2024-12-21T02:33:47.382Z | Compiling backtrace v0.3.74 |
1877 | 2024-12-21T02:33:49.933Z | Compiling crossbeam-deque v0.8.5 |
1878 | 2024-12-21T02:33:50.294Z | Compiling rustls-webpki v0.102.8 |
1879 | 2024-12-21T02:33:51.222Z | Compiling darling_macro v0.20.10 |
1880 | 2024-12-21T02:33:56.915Z | Compiling term v0.7.0 |
1881 | 2024-12-21T02:33:58.213Z | Compiling slog-json v2.6.1 |
1882 | 2024-12-21T02:33:58.653Z | Compiling serde_urlencoded v0.7.1 |
1883 | 2024-12-21T02:33:59.829Z | Compiling crossbeam-channel v0.5.13 |
1884 | 2024-12-21T02:33:59.885Z | Compiling rustls-pemfile v2.2.0 |
1885 | 2024-12-21T02:34:00.727Z | Compiling hashbrown v0.14.5 |
1886 | 2024-12-21T02:34:01.036Z | Compiling idna v0.4.0 |
1887 | 2024-12-21T02:34:01.224Z | Compiling idna v0.3.0 |
1888 | 2024-12-21T02:34:02.070Z | Compiling futures-executor v0.3.31 |
1889 | 2024-12-21T02:34:02.669Z | Compiling num-integer v0.1.46 |
1890 | 2024-12-21T02:34:02.740Z | Compiling md-5 v0.10.6 |
1891 | 2024-12-21T02:34:03.006Z | Compiling ff v0.13.0 |
1892 | 2024-12-21T02:34:03.240Z | Compiling hash32 v0.2.1 |
1893 | 2024-12-21T02:34:03.273Z | Compiling is-terminal v0.4.13 |
1894 | 2024-12-21T02:34:03.404Z | Compiling memmap v0.7.0 |
1895 | 2024-12-21T02:34:03.610Z | Compiling anstyle-query v1.1.1 |
1896 | 2024-12-21T02:34:03.727Z | Compiling quick-error v1.2.3 |
1897 | 2024-12-21T02:34:03.770Z | Compiling linked-hash-map v0.5.6 |
1898 | 2024-12-21T02:34:03.885Z | Compiling is_terminal_polyfill v1.70.1 |
1899 | 2024-12-21T02:34:04.088Z | Compiling take_mut v0.2.2 |
1900 | 2024-12-21T02:34:04.140Z | Compiling base16ct v0.2.0 |
1901 | 2024-12-21T02:34:04.433Z | Compiling utf-8 v0.7.6 |
1902 | 2024-12-21T02:34:04.735Z | Compiling psl-types v2.0.11 |
1903 | 2024-12-21T02:34:05.839Z | Compiling colorchoice v1.0.2 |
1904 | 2024-12-21T02:34:05.997Z | Compiling fallible-iterator v0.2.0 |
1905 | 2024-12-21T02:34:06.740Z | Compiling postgres-protocol v0.6.7 |
1906 | 2024-12-21T02:34:07.337Z | Compiling anstream v0.6.15 |
1907 | 2024-12-21T02:34:07.469Z | Compiling publicsuffix v2.2.3 |
1908 | 2024-12-21T02:34:07.732Z | Compiling tungstenite v0.24.0 |
1909 | 2024-12-21T02:34:07.947Z | Compiling sec1 v0.7.3 |
1910 | 2024-12-21T02:34:08.520Z | Compiling lru-cache v0.1.2 |
1911 | 2024-12-21T02:34:08.740Z | Compiling resolv-conf v0.7.0 |
1912 | 2024-12-21T02:34:09.010Z | Compiling usdt v0.5.0 |
1913 | 2024-12-21T02:34:09.488Z | Compiling slog-term v2.9.1 |
1914 | 2024-12-21T02:34:09.826Z | Compiling num-iter v0.1.45 |
1915 | 2024-12-21T02:34:10.020Z | Compiling group v0.13.0 |
1916 | 2024-12-21T02:34:10.337Z | Compiling futures v0.3.31 |
1917 | 2024-12-21T02:34:10.458Z | Compiling regress v0.10.1 |
1918 | 2024-12-21T02:34:10.549Z | Compiling hickory-proto v0.24.1 |
1919 | 2024-12-21T02:34:13.503Z | Compiling tokio-rustls v0.26.0 |
1920 | 2024-12-21T02:34:13.612Z | Compiling slog-bunyan v2.5.0 |
1921 | 2024-12-21T02:34:13.823Z | Compiling tokio-rustls v0.25.0 |
1922 | 2024-12-21T02:34:14.271Z | Compiling darling v0.20.10 |
1923 | 2024-12-21T02:34:14.289Z | Compiling toml v0.8.19 |
1924 | 2024-12-21T02:34:14.390Z | Compiling tokio-native-tls v0.3.1 |
1925 | 2024-12-21T02:34:14.588Z | Compiling strum_macros v0.25.3 |
1926 | 2024-12-21T02:34:14.677Z | Compiling phf_shared v0.11.2 |
1927 | 2024-12-21T02:34:15.272Z | Compiling async-stream v0.3.6 |
1928 | 2024-12-21T02:34:15.342Z | Compiling waitgroup v0.1.2 |
1929 | 2024-12-21T02:34:15.556Z | Compiling webpki-roots v0.26.6 |
1930 | 2024-12-21T02:34:15.933Z | Compiling idna v0.5.0 |
1931 | 2024-12-21T02:34:15.952Z | Compiling terminal_size v0.4.0 |
1932 | 2024-12-21T02:34:16.179Z | Compiling serde_path_to_error v0.1.16 |
1933 | 2024-12-21T02:34:16.355Z | Compiling hkdf v0.12.4 |
1934 | 2024-12-21T02:34:17.164Z | Compiling crypto-bigint v0.5.5 |
1935 | 2024-12-21T02:34:17.217Z | Compiling serde_repr v0.1.19 |
1936 | 2024-12-21T02:34:17.373Z | Compiling clap_derive v4.5.18 |
1937 | 2024-12-21T02:34:18.073Z | Compiling derive-where v1.2.7 |
1938 | 2024-12-21T02:34:18.325Z | Compiling hostname v0.4.0 |
1939 | 2024-12-21T02:34:18.547Z | Compiling crc32fast v1.4.2 |
1940 | 2024-12-21T02:34:18.874Z | Compiling managed v0.8.0 |
1941 | 2024-12-21T02:34:19.339Z | Compiling clap_lex v0.7.2 |
1942 | 2024-12-21T02:34:20.007Z | Compiling bitflags v1.3.2 |
1943 | 2024-12-21T02:34:20.672Z | Compiling debug-ignore v1.0.5 |
1944 | 2024-12-21T02:34:20.812Z | Compiling unicode-width v0.1.14 |
1945 | 2024-12-21T02:34:21.354Z | Compiling console v0.15.8 |
1946 | 2024-12-21T02:34:22.062Z | Compiling elliptic-curve v0.13.8 |
1947 | 2024-12-21T02:34:23.039Z | Compiling clap_builder v4.5.21 |
1948 | 2024-12-21T02:34:23.161Z | Compiling flate2 v1.0.34 |
1949 | 2024-12-21T02:34:24.072Z | Compiling cookie_store v0.21.0 |
1950 | 2024-12-21T02:34:24.092Z | Compiling hickory-resolver v0.24.1 |
1951 | 2024-12-21T02:34:29.382Z | Compiling hyper-rustls v0.27.3 |
1952 | 2024-12-21T02:34:30.267Z | Compiling phf v0.11.2 |
1953 | 2024-12-21T02:34:30.433Z | Compiling hyper-tls v0.6.0 |
1954 | 2024-12-21T02:34:30.452Z | Compiling typify-impl v0.2.0 |
1955 | 2024-12-21T02:34:30.592Z | Compiling signal-hook-mio v0.2.4 |
1956 | 2024-12-21T02:34:30.774Z | Compiling bzip2 v0.4.4 |
1957 | 2024-12-21T02:34:30.825Z | Compiling rayon v1.10.0 |
1958 | 2024-12-21T02:34:31.143Z | Compiling tokio-tungstenite v0.24.0 |
1959 | 2024-12-21T02:34:31.278Z | Compiling postgres-types v0.2.8 |
1960 | 2024-12-21T02:34:32.149Z | Compiling zerocopy v0.6.6 |
1961 | 2024-12-21T02:34:32.169Z | Compiling hubpack v0.1.2 |
1962 | 2024-12-21T02:34:32.616Z | Compiling ed25519 v2.2.3 |
1963 | 2024-12-21T02:34:32.667Z | Compiling phf_shared v0.10.0 |
1964 | 2024-12-21T02:34:32.850Z | Compiling pkcs1 v0.7.5 |
1965 | 2024-12-21T02:34:33.069Z | Compiling tokio-stream v0.1.16 |
1966 | 2024-12-21T02:34:34.063Z | Compiling serde-big-array v0.5.1 |
1967 | 2024-12-21T02:34:34.185Z | Compiling rfc6979 v0.4.0 |
1968 | 2024-12-21T02:34:34.306Z | Compiling float-cmp v0.9.0 |
1969 | 2024-12-21T02:34:34.390Z | Compiling sync_wrapper v1.0.1 |
1970 | 2024-12-21T02:34:34.531Z | Compiling bstr v1.10.0 |
1971 | 2024-12-21T02:34:35.728Z | Compiling precomputed-hash v0.1.1 |
1972 | 2024-12-21T02:34:35.858Z | Compiling normalize-line-endings v0.3.0 |
1973 | 2024-12-21T02:34:36.137Z | Compiling difflib v0.4.0 |
1974 | 2024-12-21T02:34:36.156Z | Compiling number_prefix v0.4.0 |
1975 | 2024-12-21T02:34:36.388Z | Compiling bit-vec v0.6.3 |
1976 | 2024-12-21T02:34:36.584Z | Compiling new_debug_unreachable v1.0.6 |
1977 | 2024-12-21T02:34:36.825Z | Compiling unicode-width v0.2.0 |
1978 | 2024-12-21T02:34:37.178Z | Compiling unicode-segmentation v1.12.0 |
1979 | 2024-12-21T02:34:37.369Z | Compiling whoami v1.5.2 |
1980 | 2024-12-21T02:34:37.406Z | Compiling predicates-core v1.0.8 |
1981 | 2024-12-21T02:34:37.448Z | Compiling static_assertions v1.1.0 |
1982 | 2024-12-21T02:34:37.565Z | Compiling fixedbitset v0.4.2 |
1983 | 2024-12-21T02:34:37.723Z | Compiling tokio-postgres v0.7.12 |
1984 | 2024-12-21T02:34:37.974Z | Compiling similar v2.6.0 |
1985 | 2024-12-21T02:34:37.978Z | Compiling petgraph v0.6.5 |
1986 | 2024-12-21T02:34:38.083Z | Compiling predicates v3.1.2 |
1987 | 2024-12-21T02:34:39.575Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1988 | 2024-12-21T02:34:39.944Z | Compiling indicatif v0.17.9 |
1989 | 2024-12-21T02:34:41.799Z | Compiling bit-set v0.5.3 |
1990 | 2024-12-21T02:34:41.996Z | Compiling string_cache v0.8.7 |
1991 | 2024-12-21T02:34:42.331Z | Compiling typify-macro v0.2.0 |
1992 | 2024-12-21T02:34:42.691Z | Compiling reqwest v0.12.9 |
1993 | 2024-12-21T02:34:43.095Z | Compiling ecdsa v0.16.9 |
1994 | 2024-12-21T02:34:44.004Z | Compiling qorb v0.2.1 |
1995 | 2024-12-21T02:34:46.070Z | Compiling rsa v0.9.6 |
1996 | 2024-12-21T02:34:46.397Z | Compiling ed25519-dalek v2.1.1 |
1997 | 2024-12-21T02:34:47.171Z | Compiling zip v0.6.6 |
1998 | 2024-12-21T02:34:47.250Z | Compiling crossterm v0.28.1 |
1999 | 2024-12-21T02:34:47.409Z | Compiling clap v4.5.21 |
2000 | 2024-12-21T02:34:48.463Z | Compiling toml v0.7.8 |
2001 | 2024-12-21T02:34:49.449Z | Compiling x509-cert v0.2.5 |
2002 | 2024-12-21T02:34:50.046Z | Compiling hex v0.4.3 |
2003 | 2024-12-21T02:34:50.814Z | Compiling itertools v0.10.5 |
2004 | 2024-12-21T02:34:50.964Z | Compiling zerocopy v0.8.10 |
2005 | 2024-12-21T02:34:51.362Z | Compiling lalrpop-util v0.19.12 |
2006 | 2024-12-21T02:34:51.665Z | Compiling unicode-xid v0.2.6 |
2007 | 2024-12-21T02:34:51.704Z | Compiling peg-runtime v0.8.3 |
2008 | 2024-12-21T02:34:53.792Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2009 | 2024-12-21T02:34:58.199Z | Compiling proc-macro-crate v1.3.1 |
2010 | 2024-12-21T02:34:58.721Z | Compiling ipnetwork v0.20.0 |
2011 | 2024-12-21T02:34:59.045Z | Compiling macaddr v1.0.1 |
2012 | 2024-12-21T02:34:59.355Z | Compiling zerocopy-derive v0.8.10 |
2013 | 2024-12-21T02:34:59.677Z | Compiling itertools v0.13.0 |
2014 | 2024-12-21T02:35:02.451Z | Compiling heapless v0.8.0 |
2015 | 2024-12-21T02:35:03.031Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2016 | 2024-12-21T02:35:07.500Z | Compiling num_enum_derive v0.5.11 |
2017 | 2024-12-21T02:35:15.735Z | Compiling hash32 v0.3.1 |
2018 | 2024-12-21T02:35:16.397Z | Compiling smoltcp v0.11.0 |
2019 | 2024-12-21T02:35:16.486Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2020 | 2024-12-21T02:35:21.971Z | Compiling num_enum v0.5.11 |
2021 | 2024-12-21T02:35:22.162Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2022 | 2024-12-21T02:35:23.166Z | Compiling typify v0.2.0 |
2023 | 2024-12-21T02:35:23.684Z | Compiling proc-macro-error-attr v1.0.4 |
2024 | 2024-12-21T02:35:23.989Z | Compiling unsafe-libyaml v0.2.11 |
2025 | 2024-12-21T02:35:24.200Z | Compiling cobs v0.2.3 |
2026 | 2024-12-21T02:35:25.409Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2027 | 2024-12-21T02:35:25.732Z | Compiling serde_yaml v0.9.34+deprecated |
2028 | 2024-12-21T02:35:26.134Z | Compiling postcard v1.0.10 |
2029 | 2024-12-21T02:35:41.519Z | Compiling progenitor-impl v0.8.0 |
2030 | 2024-12-21T02:35:42.635Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2031 | 2024-12-21T02:35:54.381Z | Compiling strum_macros v0.26.4 |
2032 | 2024-12-21T02:35:55.236Z | Compiling foreign-types-macros v0.2.3 |
2033 | 2024-12-21T02:35:55.255Z | Compiling structmeta-derive v0.3.0 |
2034 | 2024-12-21T02:35:55.527Z | Compiling proc-macro-error v1.0.4 |
2035 | 2024-12-21T02:35:55.728Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2036 | 2024-12-21T02:35:56.685Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2037 | 2024-12-21T02:35:57.438Z | Compiling foreign-types-shared v0.3.1 |
2038 | 2024-12-21T02:35:57.563Z | Compiling newtype-uuid v1.1.3 |
2039 | 2024-12-21T02:35:57.926Z | Compiling structmeta v0.3.0 |
2040 | 2024-12-21T02:35:58.428Z | Compiling foreign-types v0.5.0 |
2041 | 2024-12-21T02:35:58.825Z | Compiling strum v0.26.3 |
2042 | 2024-12-21T02:36:02.544Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2043 | 2024-12-21T02:36:06.890Z | Compiling progenitor-macro v0.8.0 |
2044 | 2024-12-21T02:36:10.981Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2045 | 2024-12-21T02:36:11.357Z | Compiling progenitor-client v0.8.0 |
2046 | 2024-12-21T02:36:14.645Z | Compiling tabwriter v1.4.0 |
2047 | 2024-12-21T02:36:16.280Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2048 | 2024-12-21T02:36:16.568Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2049 | 2024-12-21T02:36:16.906Z | Compiling cstr-argument v0.1.2 |
2050 | 2024-12-21T02:36:17.069Z | Compiling dropshot v0.13.0 |
2051 | 2024-12-21T02:36:17.188Z | Compiling thiserror v2.0.3 |
2052 | 2024-12-21T02:36:17.364Z | Compiling fastrand v2.1.1 |
2053 | 2024-12-21T02:36:17.382Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2054 | 2024-12-21T02:36:17.744Z | Compiling crucible-workspace-hack v0.1.0 |
2055 | 2024-12-21T02:36:18.053Z | Compiling pretty-hex v0.2.1 |
2056 | 2024-12-21T02:36:18.280Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2057 | 2024-12-21T02:36:18.601Z | Compiling tempfile v3.13.0 |
2058 | 2024-12-21T02:36:19.042Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2059 | 2024-12-21T02:36:19.334Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2060 | 2024-12-21T02:36:19.733Z | Compiling progenitor v0.8.0 |
2061 | 2024-12-21T02:36:19.923Z | Compiling parse-display-derive v0.10.0 |
2062 | 2024-12-21T02:36:20.199Z | Compiling colored v2.1.0 |
2063 | 2024-12-21T02:36:20.276Z | Compiling serde_with_macros v3.11.0 |
2064 | 2024-12-21T02:36:20.378Z | Compiling dropshot_endpoint v0.13.0 |
2065 | 2024-12-21T02:36:21.456Z | Compiling thiserror-impl v2.0.3 |
2066 | 2024-12-21T02:36:22.905Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2067 | 2024-12-21T02:36:23.671Z | Compiling instant v0.1.13 |
2068 | 2024-12-21T02:36:23.771Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2069 | 2024-12-21T02:36:23.841Z | Compiling backoff v0.4.0 |
2070 | 2024-12-21T02:36:23.949Z | Compiling parse-display v0.10.0 |
2071 | 2024-12-21T02:36:24.145Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2072 | 2024-12-21T02:36:24.224Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2073 | 2024-12-21T02:36:24.450Z | Compiling serde_with v3.11.0 |
2074 | 2024-12-21T02:36:25.872Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2075 | 2024-12-21T02:36:26.414Z | Compiling zone_cfg_derive v0.3.0 |
2076 | 2024-12-21T02:36:26.462Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2077 | 2024-12-21T02:36:27.177Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2078 | 2024-12-21T02:36:27.769Z | Compiling camino-tempfile v1.1.1 |
2079 | 2024-12-21T02:36:28.028Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2080 | 2024-12-21T02:36:28.551Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2081 | 2024-12-21T02:36:28.553Z | Compiling regress v0.9.1 |
2082 | 2024-12-21T02:36:28.753Z | Compiling num-derive v0.4.2 |
2083 | 2024-12-21T02:36:28.892Z | Compiling sigpipe v0.1.3 |
2084 | 2024-12-21T02:36:29.042Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2085 | 2024-12-21T02:36:29.339Z | Compiling libefi-sys v0.1.0 |
2086 | 2024-12-21T02:36:29.698Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2087 | 2024-12-21T02:36:30.981Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2088 | 2024-12-21T02:36:32.562Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2089 | 2024-12-21T02:36:32.975Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2090 | 2024-12-21T02:36:33.540Z | Compiling zone v0.3.0 |
2091 | 2024-12-21T02:36:34.254Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2092 | 2024-12-21T02:36:37.109Z | Compiling smf v0.2.3 |
2093 | 2024-12-21T02:36:37.201Z | Compiling bitfield-struct v0.6.2 |
2094 | 2024-12-21T02:36:38.518Z | Compiling blake3 v1.5.4 |
2095 | 2024-12-21T02:36:38.609Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2096 | 2024-12-21T02:36:39.142Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2097 | 2024-12-21T02:36:39.796Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2098 | 2024-12-21T02:36:39.913Z | Compiling xattr v1.3.1 |
2099 | 2024-12-21T02:36:40.208Z | Compiling filetime v0.2.25 |
2100 | 2024-12-21T02:36:40.242Z | Compiling memmap2 v0.9.5 |
2101 | 2024-12-21T02:36:40.572Z | Compiling arrayvec v0.7.6 |
2102 | 2024-12-21T02:36:40.833Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2103 | 2024-12-21T02:36:40.861Z | Compiling same-file v1.0.6 |
2104 | 2024-12-21T02:36:40.955Z | Compiling arrayref v0.3.9 |
2105 | 2024-12-21T02:36:40.974Z | Compiling constant_time_eq v0.3.1 |
2106 | 2024-12-21T02:36:41.075Z | Compiling walkdir v2.5.0 |
2107 | 2024-12-21T02:36:41.106Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2108 | 2024-12-21T02:36:41.209Z | Compiling tar v0.4.42 |
2109 | 2024-12-21T02:36:42.631Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2110 | 2024-12-21T02:36:43.067Z | Compiling gethostname v0.5.0 |
2111 | 2024-12-21T02:36:43.285Z | Compiling cargo-platform v0.1.8 |
2112 | 2024-12-21T02:36:43.851Z | Compiling topological-sort v0.2.2 |
2113 | 2024-12-21T02:36:43.893Z | Compiling cargo_metadata v0.18.1 |
2114 | 2024-12-21T02:36:44.132Z | Compiling omicron-zone-package v0.12.0 |
2115 | 2024-12-21T02:36:44.372Z | Compiling shell-words v1.1.0 |
2116 | 2024-12-21T02:36:50.980Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2117 | 2024-12-21T02:36:52.711Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2118 | 2024-12-21T02:36:57.101Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2119 | 2024-12-21T02:37:13.087Z | Finished `release` profile [optimized] target(s) in 5m 26s |
2120 | 2024-12-21T02:37:13.252Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2121 | 2024-12-21T02:37:13.300Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2122 | 2024-12-21T02:37:13.302Z | Created new build target 'test' and set it as active |
2123 | 2024-12-21T02:37:13.302Z | |
2124 | 2024-12-21T02:37:13.302Z | real 5:26.450856890 |
2125 | 2024-12-21T02:37:13.302Z | user 36:47.576693300 |
2126 | 2024-12-21T02:37:13.302Z | sys 4:53.013481961 |
2127 | 2024-12-21T02:37:13.303Z | trap 1.085999472 |
2128 | 2024-12-21T02:37:13.303Z | tflt 3.056060490 |
2129 | 2024-12-21T02:37:13.303Z | dflt 0.868916875 |
2130 | 2024-12-21T02:37:13.303Z | kflt 0.000369550 |
2131 | 2024-12-21T02:37:13.303Z | lock 1:17:04.741180664 |
2132 | 2024-12-21T02:37:13.303Z | slp 2:33:25.416529902 |
2133 | 2024-12-21T02:37:13.303Z | lat 2:32.900093373 |
2134 | 2024-12-21T02:37:13.303Z | stop 4:29.982603433 |
2135 | 2024-12-21T02:37:13.303Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2136 | 2024-12-21T02:37:14.270Z | Finished `release` profile [optimized] target(s) in 0.91s |
2137 | 2024-12-21T02:37:14.331Z | Running `target/release/omicron-package -t test package` |
2138 | 2024-12-21T02:37:14.376Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2139 | 2024-12-21T02:37:15.506Z | Compiling convert_case v0.4.0 |
2140 | 2024-12-21T02:37:15.506Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2141 | 2024-12-21T02:37:15.510Z | Compiling newline-converter v0.3.0 |
2142 | 2024-12-21T02:37:15.510Z | Compiling password-hash v0.5.0 |
2143 | 2024-12-21T02:37:15.510Z | Compiling blake2 v0.10.6 |
2144 | 2024-12-21T02:37:15.638Z | Compiling base64 v0.21.7 |
2145 | 2024-12-21T02:37:15.654Z | Compiling atomicwrites v0.4.4 |
2146 | 2024-12-21T02:37:15.665Z | Compiling progenitor-client v0.8.0 |
2147 | 2024-12-21T02:37:15.790Z | Compiling expectorate v1.1.0 |
2148 | 2024-12-21T02:37:15.833Z | Compiling cancel-safe-futures v0.1.5 |
2149 | 2024-12-21T02:37:15.988Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2150 | 2024-12-21T02:37:16.158Z | Compiling owo-colors v4.1.0 |
2151 | 2024-12-21T02:37:16.205Z | Compiling progenitor v0.8.0 |
2152 | 2024-12-21T02:37:16.256Z | Compiling num-rational v0.4.2 |
2153 | 2024-12-21T02:37:16.347Z | Compiling derive_more v0.99.18 |
2154 | 2024-12-21T02:37:16.448Z | Compiling argon2 v0.5.3 |
2155 | 2024-12-21T02:37:16.511Z | Compiling num-complex v0.4.6 |
2156 | 2024-12-21T02:37:17.150Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2157 | 2024-12-21T02:37:17.518Z | Compiling libsw v3.3.1 |
2158 | 2024-12-21T02:37:17.726Z | Compiling num v0.4.3 |
2159 | 2024-12-21T02:37:17.800Z | Compiling float-ord v0.3.2 |
2160 | 2024-12-21T02:37:17.838Z | Compiling indent_write v2.2.0 |
2161 | 2024-12-21T02:37:17.870Z | Compiling linear-map v1.2.0 |
2162 | 2024-12-21T02:37:17.886Z | Compiling swrite v0.1.0 |
2163 | 2024-12-21T02:37:17.982Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2164 | 2024-12-21T02:37:18.022Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2165 | 2024-12-21T02:37:18.096Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2166 | 2024-12-21T02:37:18.313Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2167 | 2024-12-21T02:37:18.530Z | Compiling highway v1.2.0 |
2168 | 2024-12-21T02:37:18.848Z | Compiling semver v0.1.20 |
2169 | 2024-12-21T02:37:19.431Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2170 | 2024-12-21T02:37:19.707Z | Compiling rustc_version v0.1.7 |
2171 | 2024-12-21T02:37:19.930Z | Compiling tungstenite v0.21.0 |
2172 | 2024-12-21T02:37:20.144Z | Compiling newtype_derive v0.1.6 |
2173 | 2024-12-21T02:37:20.532Z | Compiling newtype-uuid v1.1.3 |
2174 | 2024-12-21T02:37:20.564Z | Compiling humantime v2.1.0 |
2175 | 2024-12-21T02:37:21.418Z | Compiling tokio-tungstenite v0.21.0 |
2176 | 2024-12-21T02:37:22.396Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2177 | 2024-12-21T02:37:22.970Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2178 | 2024-12-21T02:37:25.218Z | Compiling dropshot v0.13.0 |
2179 | 2024-12-21T02:37:25.296Z | Compiling ipnetwork v0.20.0 |
2180 | 2024-12-21T02:37:25.984Z | Compiling instant v0.1.13 |
2181 | 2024-12-21T02:37:26.105Z | Compiling backoff v0.4.0 |
2182 | 2024-12-21T02:37:26.141Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2183 | 2024-12-21T02:37:26.832Z | Compiling steno v0.4.1 |
2184 | 2024-12-21T02:37:27.309Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2185 | 2024-12-21T02:37:27.575Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2186 | 2024-12-21T02:37:27.686Z | Compiling parse-display v0.10.0 |
2187 | 2024-12-21T02:37:28.306Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2188 | 2024-12-21T02:37:28.499Z | Compiling strum v0.26.3 |
2189 | 2024-12-21T02:37:28.698Z | Compiling serde_with v3.11.0 |
2190 | 2024-12-21T02:37:32.031Z | Compiling regress v0.9.1 |
2191 | 2024-12-21T02:37:32.817Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2192 | 2024-12-21T02:37:34.829Z | Compiling macaddr v1.0.1 |
2193 | 2024-12-21T02:37:35.288Z | Compiling slog-dtrace v0.3.0 |
2194 | 2024-12-21T02:37:35.673Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2195 | 2024-12-21T02:37:35.758Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2196 | 2024-12-21T02:37:36.009Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2197 | 2024-12-21T02:37:37.497Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2198 | 2024-12-21T02:37:38.313Z | Compiling prettyplease v0.2.25 |
2199 | 2024-12-21T02:37:38.392Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2200 | 2024-12-21T02:37:38.566Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2201 | 2024-12-21T02:37:39.647Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2202 | 2024-12-21T02:37:41.911Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2203 | 2024-12-21T02:37:42.564Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2204 | 2024-12-21T02:37:54.801Z | Compiling half v2.4.1 |
2205 | 2024-12-21T02:37:55.519Z | Compiling ciborium-io v0.2.2 |
2206 | 2024-12-21T02:37:55.673Z | Compiling ciborium-ll v0.2.2 |
2207 | 2024-12-21T02:37:55.939Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2208 | 2024-12-21T02:37:56.161Z | Compiling ciborium v0.2.2 |
2209 | 2024-12-21T02:37:56.179Z | Compiling same-file v1.0.6 |
2210 | 2024-12-21T02:37:56.410Z | Compiling fastrand v2.1.1 |
2211 | 2024-12-21T02:37:56.913Z | Compiling display-error-chain v0.2.2 |
2212 | 2024-12-21T02:37:56.959Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2213 | 2024-12-21T02:37:57.140Z | Compiling tempfile v3.13.0 |
2214 | 2024-12-21T02:37:57.226Z | Compiling walkdir v2.5.0 |
2215 | 2024-12-21T02:37:57.466Z | Compiling blake3 v1.5.4 |
2216 | 2024-12-21T02:37:57.897Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2217 | 2024-12-21T02:37:57.950Z | Compiling xattr v1.3.1 |
2218 | 2024-12-21T02:37:58.115Z | Compiling filetime v0.2.25 |
2219 | 2024-12-21T02:37:58.214Z | Compiling memmap2 v0.9.5 |
2220 | 2024-12-21T02:37:58.331Z | Compiling keccak v0.1.5 |
2221 | 2024-12-21T02:37:58.401Z | Compiling arrayref v0.3.9 |
2222 | 2024-12-21T02:37:58.517Z | Compiling constant_time_eq v0.3.1 |
2223 | 2024-12-21T02:37:58.629Z | Compiling arrayvec v0.7.6 |
2224 | 2024-12-21T02:37:58.677Z | Compiling sha3 v0.10.8 |
2225 | 2024-12-21T02:37:59.267Z | Compiling tar v0.4.42 |
2226 | 2024-12-21T02:37:59.493Z | Compiling camino-tempfile v1.1.1 |
2227 | 2024-12-21T02:37:59.925Z | Compiling toolchain_find v0.4.0 |
2228 | 2024-12-21T02:38:00.175Z | Compiling const_format_proc_macros v0.2.33 |
2229 | 2024-12-21T02:38:00.502Z | Compiling radium v0.7.0 |
2230 | 2024-12-21T02:38:00.959Z | Compiling crunchy v0.2.2 |
2231 | 2024-12-21T02:38:01.404Z | Compiling topological-sort v0.2.2 |
2232 | 2024-12-21T02:38:01.428Z | Compiling maplit v1.0.2 |
2233 | 2024-12-21T02:38:01.605Z | Compiling omicron-zone-package v0.12.0 |
2234 | 2024-12-21T02:38:01.683Z | Compiling rustfmt-wrapper v0.2.1 |
2235 | 2024-12-21T02:38:01.730Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2236 | 2024-12-21T02:38:01.845Z | Compiling maybe-uninit v2.0.0 |
2237 | 2024-12-21T02:38:01.915Z | Compiling tap v1.0.1 |
2238 | 2024-12-21T02:38:01.988Z | Compiling const_format v0.2.33 |
2239 | 2024-12-21T02:38:02.108Z | Compiling tiny-keccak v2.0.2 |
2240 | 2024-12-21T02:38:02.194Z | Compiling wyz v0.5.1 |
2241 | 2024-12-21T02:38:02.437Z | Compiling dsl_auto_type v0.1.2 |
2242 | 2024-12-21T02:38:02.496Z | Compiling phf_generator v0.11.2 |
2243 | 2024-12-21T02:38:02.667Z | Compiling scheduled-thread-pool v0.2.7 |
2244 | 2024-12-21T02:38:02.697Z | Compiling secrecy v0.8.0 |
2245 | 2024-12-21T02:38:02.769Z | Compiling async-recursion v1.1.1 |
2246 | 2024-12-21T02:38:03.026Z | Compiling diesel_table_macro_syntax v0.2.0 |
2247 | 2024-12-21T02:38:03.255Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2248 | 2024-12-21T02:38:03.435Z | Compiling packed_struct v0.10.1 |
2249 | 2024-12-21T02:38:03.554Z | Compiling arc-swap v1.7.1 |
2250 | 2024-12-21T02:38:03.863Z | Compiling crc-catalog v2.4.0 |
2251 | 2024-12-21T02:38:03.882Z | Compiling funty v2.0.0 |
2252 | 2024-12-21T02:38:04.001Z | Compiling diesel_derives v2.2.3 |
2253 | 2024-12-21T02:38:04.032Z | Compiling crc v3.2.1 |
2254 | 2024-12-21T02:38:04.253Z | Compiling slog-scope v4.4.0 |
2255 | 2024-12-21T02:38:04.371Z | Compiling r2d2 v0.8.10 |
2256 | 2024-12-21T02:38:04.839Z | Compiling phf_codegen v0.11.2 |
2257 | 2024-12-21T02:38:05.068Z | Compiling bitvec v1.0.1 |
2258 | 2024-12-21T02:38:05.617Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2259 | 2024-12-21T02:38:05.946Z | Compiling ascii-canvas v3.0.0 |
2260 | 2024-12-21T02:38:06.271Z | Compiling universal-hash v0.5.1 |
2261 | 2024-12-21T02:38:06.436Z | Compiling thiserror-impl-no-std v2.0.2 |
2262 | 2024-12-21T02:38:06.512Z | Compiling packed_struct_codegen v0.10.1 |
2263 | 2024-12-21T02:38:07.519Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2264 | 2024-12-21T02:38:09.017Z | Compiling parse-zoneinfo v0.3.1 |
2265 | 2024-12-21T02:38:09.145Z | Compiling ena v0.14.3 |
2266 | 2024-12-21T02:38:09.570Z | Compiling indexmap v1.9.3 |
2267 | 2024-12-21T02:38:09.624Z | Compiling regex-syntax v0.6.29 |
2268 | 2024-12-21T02:38:09.882Z | Compiling diff v0.1.13 |
2269 | 2024-12-21T02:38:10.432Z | Compiling nodrop v0.1.14 |
2270 | 2024-12-21T02:38:10.577Z | Compiling opaque-debug v0.3.1 |
2271 | 2024-12-21T02:38:10.579Z | Compiling array-init v0.0.4 |
2272 | 2024-12-21T02:38:10.684Z | Compiling poly1305 v0.8.0 |
2273 | 2024-12-21T02:38:11.843Z | Compiling chrono-tz-build v0.4.0 |
2274 | 2024-12-21T02:38:12.995Z | Compiling lalrpop v0.19.12 |
2275 | 2024-12-21T02:38:15.073Z | Compiling thiserror-no-std v2.0.2 |
2276 | 2024-12-21T02:38:15.225Z | Compiling smallvec v0.6.14 |
2277 | 2024-12-21T02:38:15.546Z | Compiling diesel v2.2.6 |
2278 | 2024-12-21T02:38:15.728Z | Compiling slog-stdlog v4.1.1 |
2279 | 2024-12-21T02:38:16.528Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2280 | 2024-12-21T02:38:17.082Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2281 | 2024-12-21T02:38:17.385Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2282 | 2024-12-21T02:38:17.622Z | Compiling chacha20 v0.9.1 |
2283 | 2024-12-21T02:38:17.641Z | Compiling aead v0.5.2 |
2284 | 2024-12-21T02:38:18.031Z | Compiling vte_generate_state_changes v0.1.2 |
2285 | 2024-12-21T02:38:18.133Z | Compiling ref-cast v1.0.23 |
2286 | 2024-12-21T02:38:18.607Z | Compiling termcolor v1.4.1 |
2287 | 2024-12-21T02:38:18.639Z | Compiling hashbrown v0.12.3 |
2288 | 2024-12-21T02:38:19.644Z | Compiling bitfield v0.14.0 |
2289 | 2024-12-21T02:38:19.961Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2290 | 2024-12-21T02:38:21.093Z | Compiling env_logger v0.10.2 |
2291 | 2024-12-21T02:38:24.327Z | Compiling vte v0.11.1 |
2292 | 2024-12-21T02:38:25.839Z | Compiling chacha20poly1305 v0.10.1 |
2293 | 2024-12-21T02:38:26.131Z | Compiling slog-envlogger v2.2.0 |
2294 | 2024-12-21T02:38:28.856Z | Compiling serde-hex v0.1.0 |
2295 | 2024-12-21T02:38:34.009Z | Compiling vsss-rs v3.3.4 |
2296 | 2024-12-21T02:38:38.407Z | Compiling chrono-tz v0.10.0 |
2297 | 2024-12-21T02:38:38.884Z | Compiling polar-core v0.27.3 |
2298 | 2024-12-21T02:38:39.055Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2299 | 2024-12-21T02:38:39.244Z | Compiling ron v0.8.1 |
2300 | 2024-12-21T02:38:39.392Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2301 | 2024-12-21T02:38:39.701Z | Compiling derive_builder_core v0.20.2 |
2302 | 2024-12-21T02:38:40.177Z | Compiling hashbrown v0.13.2 |
2303 | 2024-12-21T02:38:41.599Z | Compiling headers-core v0.3.0 |
2304 | 2024-12-21T02:38:41.795Z | Compiling fxhash v0.2.1 |
2305 | 2024-12-21T02:38:41.904Z | Compiling libxml v0.3.3 |
2306 | 2024-12-21T02:38:42.007Z | Compiling ref-cast-impl v1.0.23 |
2307 | 2024-12-21T02:38:42.275Z | Compiling bumpalo v3.16.0 |
2308 | 2024-12-21T02:38:42.870Z | Compiling simd-adler32 v0.3.7 |
2309 | 2024-12-21T02:38:43.112Z | Compiling zip v2.1.3 |
2310 | 2024-12-21T02:38:43.451Z | Compiling crc-any v2.5.0 |
2311 | 2024-12-21T02:38:44.025Z | Compiling bytecount v0.6.8 |
2312 | 2024-12-21T02:38:44.337Z | Compiling lockfree-object-pool v0.1.6 |
2313 | 2024-12-21T02:38:44.404Z | Compiling papergrid v0.11.0 |
2314 | 2024-12-21T02:38:44.649Z | Compiling zopfli v0.8.1 |
2315 | 2024-12-21T02:38:45.132Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2316 | 2024-12-21T02:38:49.223Z | Compiling derive_builder_macro v0.20.2 |
2317 | 2024-12-21T02:38:50.046Z | Compiling headers v0.4.0 |
2318 | 2024-12-21T02:38:53.839Z | Compiling object v0.30.4 |
2319 | 2024-12-21T02:38:54.092Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2320 | 2024-12-21T02:38:57.874Z | Compiling strip-ansi-escapes v0.2.0 |
2321 | 2024-12-21T02:38:58.563Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2322 | 2024-12-21T02:38:59.990Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2323 | 2024-12-21T02:39:00.296Z | Compiling tabled_derive v0.7.0 |
2324 | 2024-12-21T02:39:01.636Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2325 | 2024-12-21T02:39:01.792Z | Compiling fd-lock v4.0.2 |
2326 | 2024-12-21T02:39:02.022Z | Compiling peg-macros v0.8.4 |
2327 | 2024-12-21T02:39:02.420Z | Compiling strum_macros v0.24.3 |
2328 | 2024-12-21T02:39:02.579Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2329 | 2024-12-21T02:39:03.719Z | Compiling kstat-rs v0.2.4 |
2330 | 2024-12-21T02:39:04.689Z | Compiling samael v0.0.17 |
2331 | 2024-12-21T02:39:05.377Z | Compiling unicase v2.7.0 |
2332 | 2024-12-21T02:39:05.687Z | Compiling path-slash v0.1.5 |
2333 | 2024-12-21T02:39:05.775Z | Compiling indoc v1.0.9 |
2334 | 2024-12-21T02:39:05.902Z | Compiling nu-ansi-term v0.50.1 |
2335 | 2024-12-21T02:39:06.027Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2336 | 2024-12-21T02:39:06.205Z | Compiling peg v0.8.4 |
2337 | 2024-12-21T02:39:06.329Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2338 | 2024-12-21T02:39:06.917Z | Compiling reedline v0.35.0 |
2339 | 2024-12-21T02:39:07.144Z | Compiling tabled v0.15.0 |
2340 | 2024-12-21T02:39:10.294Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2341 | 2024-12-21T02:39:21.813Z | Compiling derive_builder v0.20.2 |
2342 | 2024-12-21T02:39:26.415Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2343 | 2024-12-21T02:39:26.858Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2344 | 2024-12-21T02:39:27.089Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2345 | 2024-12-21T02:39:27.389Z | Compiling pem v3.0.4 |
2346 | 2024-12-21T02:39:28.878Z | Compiling bcs v0.1.6 |
2347 | 2024-12-21T02:39:29.517Z | Compiling oso-derive v0.27.3 |
2348 | 2024-12-21T02:39:29.798Z | Compiling impl-trait-for-tuples v0.2.2 |
2349 | 2024-12-21T02:39:30.477Z | Compiling libz-sys v1.1.20 |
2350 | 2024-12-21T02:39:30.650Z | Compiling quick-xml v0.33.0 |
2351 | 2024-12-21T02:39:31.137Z | Compiling diesel-dtrace v0.4.2 |
2352 | 2024-12-21T02:39:31.451Z | Compiling parking_lot_core v0.8.6 |
2353 | 2024-12-21T02:39:36.606Z | Compiling oso v0.27.3 |
2354 | 2024-12-21T02:39:38.054Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2355 | 2024-12-21T02:39:39.651Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2356 | 2024-12-21T02:39:45.256Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2357 | 2024-12-21T02:39:48.478Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2358 | 2024-12-21T02:39:48.773Z | Compiling bb8 v0.8.5 |
2359 | 2024-12-21T02:39:49.395Z | Compiling buf-list v1.0.3 |
2360 | 2024-12-21T02:39:50.050Z | Compiling async-bb8-diesel v0.2.1 |
2361 | 2024-12-21T02:39:52.406Z | Compiling nibble_vec v0.1.0 |
2362 | 2024-12-21T02:39:52.659Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2363 | 2024-12-21T02:39:53.465Z | Compiling pin-project-internal v1.1.6 |
2364 | 2024-12-21T02:39:54.210Z | Compiling atty v0.2.14 |
2365 | 2024-12-21T02:39:54.387Z | Compiling salty v0.3.0 |
2366 | 2024-12-21T02:39:54.811Z | Compiling endian-type v0.1.2 |
2367 | 2024-12-21T02:39:55.078Z | Compiling radix_trie v0.2.1 |
2368 | 2024-12-21T02:39:56.281Z | Compiling pin-project v1.1.6 |
2369 | 2024-12-21T02:39:56.833Z | Compiling parking_lot v0.11.2 |
2370 | 2024-12-21T02:39:59.824Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2371 | 2024-12-21T02:40:06.419Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2372 | 2024-12-21T02:40:11.035Z | Compiling snafu-derive v0.8.5 |
2373 | 2024-12-21T02:40:13.163Z | Compiling sled v0.34.7 |
2374 | 2024-12-21T02:40:15.844Z | Compiling snafu v0.8.5 |
2375 | 2024-12-21T02:40:17.178Z | Compiling mime_guess v2.0.5 |
2376 | 2024-12-21T02:40:20.338Z | Compiling hickory-client v0.24.1 |
2377 | 2024-12-21T02:40:24.720Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2378 | 2024-12-21T02:40:25.654Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2379 | 2024-12-21T02:40:26.724Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2380 | 2024-12-21T02:40:26.887Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2381 | 2024-12-21T02:40:27.538Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2382 | 2024-12-21T02:40:29.081Z | Compiling hickory-server v0.24.1 |
2383 | 2024-12-21T02:40:31.500Z | Compiling globset v0.4.15 |
2384 | 2024-12-21T02:40:38.925Z | Compiling primeorder v0.13.6 |
2385 | 2024-12-21T02:40:39.500Z | Compiling olpc-cjson v0.1.4 |
2386 | 2024-12-21T02:40:39.863Z | Compiling vergen v8.3.2 |
2387 | 2024-12-21T02:40:40.190Z | Compiling castaway v0.2.3 |
2388 | 2024-12-21T02:40:40.400Z | Compiling env_filter v0.1.2 |
2389 | 2024-12-21T02:40:41.024Z | Compiling serde_plain v1.0.2 |
2390 | 2024-12-21T02:40:41.533Z | Compiling cargo-platform v0.1.8 |
2391 | 2024-12-21T02:40:41.945Z | Compiling nanorand v0.7.0 |
2392 | 2024-12-21T02:40:42.129Z | Compiling memoffset v0.9.1 |
2393 | 2024-12-21T02:40:42.444Z | Compiling typed-path v0.9.3 |
2394 | 2024-12-21T02:40:42.795Z | Compiling flume v0.11.1 |
2395 | 2024-12-21T02:40:43.581Z | Compiling cargo_metadata v0.18.1 |
2396 | 2024-12-21T02:40:46.813Z | Compiling tough v0.19.0 |
2397 | 2024-12-21T02:40:47.071Z | Compiling git2 v0.19.0 |
2398 | 2024-12-21T02:40:47.122Z | Compiling env_logger v0.11.5 |
2399 | 2024-12-21T02:40:47.480Z | Compiling compact_str v0.8.0 |
2400 | 2024-12-21T02:40:48.579Z | Compiling p384 v0.13.0 |
2401 | 2024-12-21T02:40:49.579Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2402 | 2024-12-21T02:40:50.135Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2403 | 2024-12-21T02:40:54.626Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2404 | 2024-12-21T02:40:56.837Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2405 | 2024-12-21T02:40:58.057Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2406 | 2024-12-21T02:41:00.244Z | Compiling unicode-truncate v1.1.0 |
2407 | 2024-12-21T02:41:00.539Z | Compiling lru v0.12.5 |
2408 | 2024-12-21T02:41:00.950Z | Compiling rand_seeder v0.3.0 |
2409 | 2024-12-21T02:41:01.360Z | Compiling libsqlite3-sys v0.30.1 |
2410 | 2024-12-21T02:41:01.893Z | Compiling lzma-sys v0.1.20 |
2411 | 2024-12-21T02:41:02.622Z | Compiling instability v0.3.2 |
2412 | 2024-12-21T02:41:03.680Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2413 | 2024-12-21T02:41:04.002Z | Compiling http-range v0.1.5 |
2414 | 2024-12-21T02:41:04.575Z | Compiling parse-size v1.1.0 |
2415 | 2024-12-21T02:41:04.897Z | Compiling cfg_aliases v0.2.1 |
2416 | 2024-12-21T02:41:05.019Z | Compiling rustls v0.21.12 |
2417 | 2024-12-21T02:41:05.147Z | Compiling cassowary v0.3.0 |
2418 | 2024-12-21T02:41:05.357Z | Compiling nix v0.29.0 |
2419 | 2024-12-21T02:41:05.534Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2420 | 2024-12-21T02:41:06.126Z | Compiling ratatui v0.28.1 |
2421 | 2024-12-21T02:41:06.345Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2422 | 2024-12-21T02:41:08.400Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2423 | 2024-12-21T02:41:10.560Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2424 | 2024-12-21T02:41:13.378Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2425 | 2024-12-21T02:41:14.205Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2426 | 2024-12-21T02:41:14.307Z | Compiling rustls-webpki v0.101.7 |
2427 | 2024-12-21T02:41:14.488Z | Compiling sct v0.7.1 |
2428 | 2024-12-21T02:41:14.964Z | Compiling heck v0.3.3 |
2429 | 2024-12-21T02:41:15.324Z | Compiling csv-core v0.1.11 |
2430 | 2024-12-21T02:41:16.203Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2431 | 2024-12-21T02:41:16.526Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2432 | 2024-12-21T02:41:16.833Z | Compiling glob v0.3.1 |
2433 | 2024-12-21T02:41:18.252Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2434 | 2024-12-21T02:41:18.997Z | Compiling csv v1.3.0 |
2435 | 2024-12-21T02:41:20.388Z | Compiling zone_cfg_derive v0.1.2 |
2436 | 2024-12-21T02:41:21.837Z | Compiling nix v0.27.1 |
2437 | 2024-12-21T02:41:21.913Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2438 | 2024-12-21T02:41:24.836Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2439 | 2024-12-21T02:41:25.245Z | Compiling hyper-staticfile v0.10.1 |
2440 | 2024-12-21T02:41:25.439Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2441 | 2024-12-21T02:41:28.077Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2442 | 2024-12-21T02:41:28.227Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2443 | 2024-12-21T02:41:29.299Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2444 | 2024-12-21T02:41:31.466Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2445 | 2024-12-21T02:41:34.340Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2446 | 2024-12-21T02:41:34.696Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2447 | 2024-12-21T02:41:35.002Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2448 | 2024-12-21T02:41:35.315Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2449 | 2024-12-21T02:41:36.663Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2450 | 2024-12-21T02:41:37.334Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2451 | 2024-12-21T02:41:39.034Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2452 | 2024-12-21T02:41:39.654Z | Compiling hashlink v0.9.1 |
2453 | 2024-12-21T02:41:40.273Z | Compiling tungstenite v0.23.0 |
2454 | 2024-12-21T02:41:40.513Z | Compiling fallible-iterator v0.3.0 |
2455 | 2024-12-21T02:41:41.342Z | Compiling base64 v0.13.1 |
2456 | 2024-12-21T02:41:42.124Z | Compiling fallible-streaming-iterator v0.1.9 |
2457 | 2024-12-21T02:41:42.431Z | Compiling rusqlite v0.32.1 |
2458 | 2024-12-21T02:41:42.546Z | Compiling ron v0.7.1 |
2459 | 2024-12-21T02:41:42.709Z | Compiling tokio-tungstenite v0.23.1 |
2460 | 2024-12-21T02:41:43.375Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2461 | 2024-12-21T02:41:44.073Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2462 | 2024-12-21T02:41:46.997Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2463 | 2024-12-21T02:41:47.583Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2464 | 2024-12-21T02:41:50.272Z | Compiling xz2 v0.1.7 |
2465 | 2024-12-21T02:41:50.619Z | Compiling tokio-rustls v0.24.1 |
2466 | 2024-12-21T02:41:51.099Z | Compiling zone v0.1.8 |
2467 | 2024-12-21T02:41:53.566Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2468 | 2024-12-21T02:41:54.469Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2469 | 2024-12-21T02:42:00.761Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2470 | 2024-12-21T02:42:04.299Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2471 | 2024-12-21T02:42:07.721Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2472 | 2024-12-21T02:42:09.634Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2473 | 2024-12-21T02:42:11.058Z | Compiling rustls-pemfile v1.0.4 |
2474 | 2024-12-21T02:42:11.822Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2475 | 2024-12-21T02:42:12.128Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2476 | 2024-12-21T02:42:13.667Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2477 | 2024-12-21T02:42:13.771Z | Compiling signal-hook-tokio v0.3.1 |
2478 | 2024-12-21T02:42:13.845Z | Compiling twox-hash v1.6.3 |
2479 | 2024-12-21T02:42:13.994Z | Compiling yasna v0.5.2 |
2480 | 2024-12-21T02:42:14.875Z | Compiling smawk v0.3.2 |
2481 | 2024-12-21T02:42:15.137Z | Compiling is_ci v1.2.0 |
2482 | 2024-12-21T02:42:15.452Z | Compiling unicode-linebreak v0.1.5 |
2483 | 2024-12-21T02:42:16.014Z | Compiling textwrap v0.16.1 |
2484 | 2024-12-21T02:42:17.193Z | Compiling supports-color v3.0.1 |
2485 | 2024-12-21T02:42:17.410Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2486 | 2024-12-21T02:42:17.610Z | Compiling rcgen v0.12.1 |
2487 | 2024-12-21T02:42:27.852Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2488 | 2024-12-21T02:42:28.154Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2489 | 2024-12-21T02:42:29.318Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2490 | 2024-12-21T02:42:30.414Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2491 | 2024-12-21T02:42:39.674Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2492 | 2024-12-21T02:42:42.050Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2493 | 2024-12-21T02:42:44.551Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2494 | 2024-12-21T02:42:45.189Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2495 | 2024-12-21T02:42:55.487Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2496 | 2024-12-21T02:42:55.799Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2497 | 2024-12-21T02:43:02.424Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2498 | 2024-12-21T02:43:04.363Z | Compiling fatfs v0.3.6 |
2499 | 2024-12-21T02:43:04.886Z | Compiling subprocess v0.2.9 |
2500 | 2024-12-21T02:43:07.203Z | Compiling rtoolbox v0.0.2 |
2501 | 2024-12-21T02:43:07.664Z | Compiling assert_matches v1.5.0 |
2502 | 2024-12-21T02:43:09.601Z | Compiling rpassword v7.3.1 |
2503 | 2024-12-21T02:43:10.051Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2504 | 2024-12-21T02:43:12.437Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2505 | 2024-12-21T02:43:12.549Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2506 | 2024-12-21T02:43:17.755Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2507 | 2024-12-21T02:43:19.785Z | Compiling tui-tree-widget v0.22.0 |
2508 | 2024-12-21T02:43:20.255Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2509 | 2024-12-21T02:43:27.411Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2510 | 2024-12-21T02:43:27.724Z | Compiling uzers v0.12.1 |
2511 | 2024-12-21T02:43:30.867Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2512 | 2024-12-21T02:43:33.808Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2513 | 2024-12-21T02:43:35.995Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2514 | 2024-12-21T02:44:06.124Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2515 | 2024-12-21T02:44:12.498Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2516 | 2024-12-21T02:44:16.829Z | Compiling multimap v0.10.0 |
2517 | 2024-12-21T02:46:34.181Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2518 | 2024-12-21T02:46:44.056Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2519 | 2024-12-21T02:53:18.247Z | Finished `release` profile [optimized] target(s) in 16m 03s |
2520 | 2024-12-21T02:54:23.024Z | |
2521 | 2024-12-21T02:54:23.024Z | real 17:09.511600768 |
2522 | 2024-12-21T02:54:23.024Z | user 1:56:27.731167760 |
2523 | 2024-12-21T02:54:23.024Z | sys 5:47.069910225 |
2524 | 2024-12-21T02:54:23.026Z | trap 2.857586855 |
2525 | 2024-12-21T02:54:23.027Z | tflt 2.818738111 |
2526 | 2024-12-21T02:54:23.027Z | dflt 4.354761268 |
2527 | 2024-12-21T02:54:23.027Z | kflt 0.019958984 |
2528 | 2024-12-21T02:54:23.027Z | lock 7:10:14.978178757 |
2529 | 2024-12-21T02:54:23.027Z | slp 6:08:05.479280509 |
2530 | 2024-12-21T02:54:23.027Z | lat 2:54.759308820 |
2531 | 2024-12-21T02:54:23.027Z | stop 2:34.343166809 |
2532 | 2024-12-21T02:54:23.027Z | + mapfile -t packages |
2533 | 2024-12-21T02:54:23.027Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2534 | 2024-12-21T02:54:24.068Z | Finished `release` profile [optimized] target(s) in 0.99s |
2535 | 2024-12-21T02:54:24.136Z | Running `target/release/omicron-package -t test list-outputs` |
2536 | 2024-12-21T02:54:24.186Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2537 | 2024-12-21T02:54:24.188Z | + ptime -m cargo build --locked --release -p xtask |
2538 | 2024-12-21T02:54:24.759Z | Compiling serde v1.0.215 |
2539 | 2024-12-21T02:54:24.762Z | Compiling libc v0.2.162 |
2540 | 2024-12-21T02:54:24.762Z | Compiling serde_json v1.0.132 |
2541 | 2024-12-21T02:54:24.762Z | Compiling rustix v0.38.37 |
2542 | 2024-12-21T02:54:24.762Z | Compiling syn v2.0.87 |
2543 | 2024-12-21T02:54:24.861Z | Compiling bitflags v2.6.0 |
2544 | 2024-12-21T02:54:25.207Z | Compiling usdt-impl v0.5.0 |
2545 | 2024-12-21T02:54:25.248Z | Compiling syn v1.0.109 |
2546 | 2024-12-21T02:54:25.357Z | Compiling hashbrown v0.15.1 |
2547 | 2024-12-21T02:54:25.374Z | Compiling log v0.4.22 |
2548 | 2024-12-21T02:54:25.473Z | Compiling fs-err v2.11.0 |
2549 | 2024-12-21T02:54:25.770Z | Compiling anyhow v1.0.93 |
2550 | 2024-12-21T02:54:25.836Z | Compiling once_cell v1.20.2 |
2551 | 2024-12-21T02:54:26.320Z | Compiling thread-id v4.2.2 |
2552 | 2024-12-21T02:54:26.690Z | Compiling indexmap v2.6.0 |
2553 | 2024-12-21T02:54:27.938Z | Compiling terminal_size v0.4.0 |
2554 | 2024-12-21T02:54:27.938Z | Compiling tempfile v3.13.0 |
2555 | 2024-12-21T02:54:28.172Z | Compiling clap_builder v4.5.21 |
2556 | 2024-12-21T02:54:28.695Z | Compiling proc-macro-error v1.0.4 |
2557 | 2024-12-21T02:54:30.053Z | Compiling tabled_derive v0.7.0 |
2558 | 2024-12-21T02:54:31.399Z | Compiling tabled v0.15.0 |
2559 | 2024-12-21T02:54:32.796Z | Compiling serde_derive v1.0.215 |
2560 | 2024-12-21T02:54:33.391Z | Compiling thiserror-impl v1.0.69 |
2561 | 2024-12-21T02:54:33.613Z | Compiling zerocopy-derive v0.7.35 |
2562 | 2024-12-21T02:54:34.269Z | Compiling scroll_derive v0.12.0 |
2563 | 2024-12-21T02:54:35.649Z | Compiling scroll v0.12.0 |
2564 | 2024-12-21T02:54:35.665Z | Compiling zerocopy v0.7.35 |
2565 | 2024-12-21T02:54:36.296Z | Compiling goblin v0.8.2 |
2566 | 2024-12-21T02:54:36.353Z | Compiling thiserror v1.0.69 |
2567 | 2024-12-21T02:54:36.512Z | Compiling pest v2.7.14 |
2568 | 2024-12-21T02:54:37.506Z | Compiling clap_derive v4.5.18 |
2569 | 2024-12-21T02:54:39.597Z | Compiling pest_meta v2.7.14 |
2570 | 2024-12-21T02:54:41.415Z | Compiling pest_generator v2.7.14 |
2571 | 2024-12-21T02:54:43.285Z | Compiling clap v4.5.21 |
2572 | 2024-12-21T02:54:43.813Z | Compiling pest_derive v2.7.14 |
2573 | 2024-12-21T02:54:44.615Z | Compiling dtrace-parser v0.2.0 |
2574 | 2024-12-21T02:54:48.947Z | Compiling serde_tokenstream v0.2.2 |
2575 | 2024-12-21T02:54:49.559Z | Compiling serde_spanned v0.6.8 |
2576 | 2024-12-21T02:54:49.829Z | Compiling toml_datetime v0.6.8 |
2577 | 2024-12-21T02:54:50.582Z | Compiling dof v0.3.0 |
2578 | 2024-12-21T02:54:51.356Z | Compiling toml_edit v0.22.22 |
2579 | 2024-12-21T02:54:52.521Z | Compiling camino v1.1.9 |
2580 | 2024-12-21T02:54:52.791Z | Compiling usdt-macro v0.5.0 |
2581 | 2024-12-21T02:54:53.727Z | Compiling usdt-attr-macro v0.5.0 |
2582 | 2024-12-21T02:54:54.058Z | Compiling semver v1.0.23 |
2583 | 2024-12-21T02:54:55.125Z | Compiling toml v0.8.19 |
2584 | 2024-12-21T02:54:55.518Z | Compiling cargo-platform v0.1.8 |
2585 | 2024-12-21T02:54:56.619Z | Compiling cargo_toml v0.20.5 |
2586 | 2024-12-21T02:54:57.575Z | Compiling cargo_metadata v0.18.1 |
2587 | 2024-12-21T02:54:59.402Z | Compiling usdt v0.5.0 |
2588 | 2024-12-21T02:54:59.612Z | Compiling camino-tempfile v1.1.1 |
2589 | 2024-12-21T02:55:00.412Z | Compiling macaddr v1.0.1 |
2590 | 2024-12-21T02:55:09.112Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2591 | 2024-12-21T02:55:20.266Z | Finished `release` profile [optimized] target(s) in 56.01s |
2592 | 2024-12-21T02:55:20.377Z | |
2593 | 2024-12-21T02:55:20.388Z | real 56.150293411 |
2594 | 2024-12-21T02:55:20.388Z | user 5:46.801128015 |
2595 | 2024-12-21T02:55:20.388Z | sys 31.164138003 |
2596 | 2024-12-21T02:55:20.388Z | trap 0.157489329 |
2597 | 2024-12-21T02:55:20.388Z | tflt 0.310366521 |
2598 | 2024-12-21T02:55:20.388Z | dflt 0.504288822 |
2599 | 2024-12-21T02:55:20.388Z | kflt 0.000000000 |
2600 | 2024-12-21T02:55:20.388Z | lock 11:03.237255271 |
2601 | 2024-12-21T02:55:20.388Z | slp 16:36.627077503 |
2602 | 2024-12-21T02:55:20.389Z | lat 14.159078978 |
2603 | 2024-12-21T02:55:20.389Z | stop 16.784579384 |
2604 | 2024-12-21T02:55:20.389Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2605 | 2024-12-21T02:55:20.389Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2606 | 2024-12-21T02:55:20.389Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2607 | 2024-12-21T02:55:20.389Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2608 | 2024-12-21T02:55:20.389Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2609 | 2024-12-21T02:55:25.493Z | Compiling hashbrown v0.14.5 |
2610 | 2024-12-21T02:55:25.547Z | Compiling ident_case v1.0.1 |
2611 | 2024-12-21T02:55:25.547Z | Compiling unsafe-libyaml v0.2.11 |
2612 | 2024-12-21T02:55:25.547Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2613 | 2024-12-21T02:55:25.547Z | Compiling progenitor-client v0.8.0 |
2614 | 2024-12-21T02:55:25.547Z | Compiling ipnetwork v0.20.0 |
2615 | 2024-12-21T02:55:25.547Z | Compiling macaddr v1.0.1 |
2616 | 2024-12-21T02:55:25.547Z | Compiling instant v0.1.13 |
2617 | 2024-12-21T02:55:25.547Z | Compiling darling_core v0.20.10 |
2618 | 2024-12-21T02:55:25.547Z | Compiling structmeta-derive v0.3.0 |
2619 | 2024-12-21T02:55:25.547Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2620 | 2024-12-21T02:55:25.547Z | Compiling dropshot v0.13.0 |
2621 | 2024-12-21T02:55:25.547Z | Compiling newtype-uuid v1.1.3 |
2622 | 2024-12-21T02:55:25.548Z | Compiling dropshot_endpoint v0.13.0 |
2623 | 2024-12-21T02:55:25.548Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2624 | 2024-12-21T02:55:25.548Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2625 | 2024-12-21T02:55:25.548Z | Compiling regress v0.10.1 |
2626 | 2024-12-21T02:55:25.548Z | Compiling serde_yaml v0.9.34+deprecated |
2627 | 2024-12-21T02:55:25.548Z | Compiling regress v0.9.1 |
2628 | 2024-12-21T02:55:25.548Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2629 | 2024-12-21T02:55:25.548Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2630 | 2024-12-21T02:55:25.548Z | Compiling backoff v0.4.0 |
2631 | 2024-12-21T02:55:25.548Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2632 | 2024-12-21T02:55:25.548Z | Compiling tempfile v3.13.0 |
2633 | 2024-12-21T02:55:25.548Z | Compiling proc-macro-crate v1.3.1 |
2634 | 2024-12-21T02:55:25.548Z | Compiling structmeta v0.3.0 |
2635 | 2024-12-21T02:55:25.548Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2636 | 2024-12-21T02:55:25.548Z | Compiling parse-display-derive v0.10.0 |
2637 | 2024-12-21T02:55:25.548Z | Compiling num_enum_derive v0.5.11 |
2638 | 2024-12-21T02:55:25.548Z | Compiling itertools v0.13.0 |
2639 | 2024-12-21T02:55:27.033Z | Compiling typify-impl v0.2.0 |
2640 | 2024-12-21T02:55:27.842Z | Compiling zerocopy v0.8.10 |
2641 | 2024-12-21T02:55:27.891Z | Compiling num_enum v0.5.11 |
2642 | 2024-12-21T02:55:28.069Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2643 | 2024-12-21T02:55:28.214Z | Compiling foreign-types-macros v0.2.3 |
2644 | 2024-12-21T02:55:28.442Z | Compiling zerocopy-derive v0.8.10 |
2645 | 2024-12-21T02:55:28.728Z | Compiling crucible-workspace-hack v0.1.0 |
2646 | 2024-12-21T02:55:28.748Z | Compiling darling_macro v0.20.10 |
2647 | 2024-12-21T02:55:28.888Z | Compiling heapless v0.8.0 |
2648 | 2024-12-21T02:55:29.010Z | Compiling foreign-types-shared v0.3.1 |
2649 | 2024-12-21T02:55:29.353Z | Compiling proc-macro-error v1.0.4 |
2650 | 2024-12-21T02:55:29.581Z | Compiling foreign-types v0.5.0 |
2651 | 2024-12-21T02:55:29.751Z | Compiling parse-display v0.10.0 |
2652 | 2024-12-21T02:55:29.770Z | Compiling darling v0.20.10 |
2653 | 2024-12-21T02:55:29.789Z | Compiling camino-tempfile v1.1.1 |
2654 | 2024-12-21T02:55:29.867Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2655 | 2024-12-21T02:55:29.897Z | Compiling serde_with_macros v3.11.0 |
2656 | 2024-12-21T02:55:30.107Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2657 | 2024-12-21T02:55:30.256Z | Compiling hash32 v0.3.1 |
2658 | 2024-12-21T02:55:30.456Z | Compiling cstr-argument v0.1.2 |
2659 | 2024-12-21T02:55:30.509Z | Compiling smoltcp v0.11.0 |
2660 | 2024-12-21T02:55:30.733Z | Compiling pretty-hex v0.2.1 |
2661 | 2024-12-21T02:55:30.753Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2662 | 2024-12-21T02:55:30.921Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2663 | 2024-12-21T02:55:30.923Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2664 | 2024-12-21T02:55:31.406Z | Compiling tabwriter v1.4.0 |
2665 | 2024-12-21T02:55:31.546Z | Compiling colored v2.1.0 |
2666 | 2024-12-21T02:55:31.971Z | Compiling cobs v0.2.3 |
2667 | 2024-12-21T02:55:32.334Z | Compiling postcard v1.0.10 |
2668 | 2024-12-21T02:55:32.353Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2669 | 2024-12-21T02:55:32.640Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2670 | 2024-12-21T02:55:32.839Z | Compiling serde_with v3.11.0 |
2671 | 2024-12-21T02:55:32.894Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2672 | 2024-12-21T02:55:32.975Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2673 | 2024-12-21T02:55:33.310Z | Compiling thiserror v2.0.3 |
2674 | 2024-12-21T02:55:33.978Z | Compiling smf v0.2.3 |
2675 | 2024-12-21T02:55:34.320Z | Compiling thiserror-impl v2.0.3 |
2676 | 2024-12-21T02:55:35.200Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2677 | 2024-12-21T02:55:35.541Z | Compiling zone_cfg_derive v0.3.0 |
2678 | 2024-12-21T02:55:36.959Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2679 | 2024-12-21T02:55:37.006Z | Compiling num-derive v0.4.2 |
2680 | 2024-12-21T02:55:37.028Z | Compiling sigpipe v0.1.3 |
2681 | 2024-12-21T02:55:37.154Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2682 | 2024-12-21T02:55:37.426Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2683 | 2024-12-21T02:55:37.447Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2684 | 2024-12-21T02:55:37.492Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2685 | 2024-12-21T02:55:37.535Z | Compiling zone v0.3.0 |
2686 | 2024-12-21T02:55:37.881Z | Compiling universal-hash v0.5.1 |
2687 | 2024-12-21T02:55:38.099Z | Compiling opaque-debug v0.3.1 |
2688 | 2024-12-21T02:55:38.201Z | Compiling tungstenite v0.21.0 |
2689 | 2024-12-21T02:55:38.294Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2690 | 2024-12-21T02:55:38.380Z | Compiling num-rational v0.4.2 |
2691 | 2024-12-21T02:55:38.651Z | Compiling password-hash v0.5.0 |
2692 | 2024-12-21T02:55:39.246Z | Compiling blake2 v0.10.6 |
2693 | 2024-12-21T02:55:39.451Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2694 | 2024-12-21T02:55:39.720Z | Compiling num-complex v0.4.6 |
2695 | 2024-12-21T02:55:39.795Z | Compiling aead v0.5.2 |
2696 | 2024-12-21T02:55:40.206Z | Compiling convert_case v0.4.0 |
2697 | 2024-12-21T02:55:40.226Z | Compiling keccak v0.1.5 |
2698 | 2024-12-21T02:55:40.381Z | Compiling base64 v0.21.7 |
2699 | 2024-12-21T02:55:40.504Z | Compiling argon2 v0.5.3 |
2700 | 2024-12-21T02:55:40.600Z | Compiling sha3 v0.10.8 |
2701 | 2024-12-21T02:55:40.832Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2702 | 2024-12-21T02:55:41.140Z | Compiling num v0.4.3 |
2703 | 2024-12-21T02:55:41.167Z | Compiling tokio-tungstenite v0.21.0 |
2704 | 2024-12-21T02:55:41.195Z | Compiling derive_more v0.99.18 |
2705 | 2024-12-21T02:55:41.253Z | Compiling poly1305 v0.8.0 |
2706 | 2024-12-21T02:55:41.300Z | Compiling chacha20 v0.9.1 |
2707 | 2024-12-21T02:55:41.660Z | Compiling float-ord v0.3.2 |
2708 | 2024-12-21T02:55:41.748Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2709 | 2024-12-21T02:55:41.786Z | Compiling semver v0.1.20 |
2710 | 2024-12-21T02:55:41.848Z | Compiling same-file v1.0.6 |
2711 | 2024-12-21T02:55:42.208Z | Compiling rustc_version v0.1.7 |
2712 | 2024-12-21T02:55:42.433Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2713 | 2024-12-21T02:55:42.488Z | Compiling walkdir v2.5.0 |
2714 | 2024-12-21T02:55:42.763Z | Compiling newline-converter v0.3.0 |
2715 | 2024-12-21T02:55:42.826Z | Compiling primeorder v0.13.6 |
2716 | 2024-12-21T02:55:42.945Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2717 | 2024-12-21T02:55:42.974Z | Compiling secrecy v0.8.0 |
2718 | 2024-12-21T02:55:43.299Z | Compiling cancel-safe-futures v0.1.5 |
2719 | 2024-12-21T02:55:43.321Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2720 | 2024-12-21T02:55:43.345Z | Compiling owo-colors v4.1.0 |
2721 | 2024-12-21T02:55:43.417Z | Compiling expectorate v1.1.0 |
2722 | 2024-12-21T02:55:43.617Z | Compiling newtype_derive v0.1.6 |
2723 | 2024-12-21T02:55:43.637Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2724 | 2024-12-21T02:55:43.700Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2725 | 2024-12-21T02:55:43.721Z | Compiling thiserror-impl-no-std v2.0.2 |
2726 | 2024-12-21T02:55:43.924Z | Compiling blake3 v1.5.4 |
2727 | 2024-12-21T02:55:44.047Z | Compiling unicase v2.7.0 |
2728 | 2024-12-21T02:55:44.202Z | Compiling half v2.4.1 |
2729 | 2024-12-21T02:55:44.348Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2730 | 2024-12-21T02:55:44.612Z | Compiling ciborium-io v0.2.2 |
2731 | 2024-12-21T02:55:44.698Z | Compiling arc-swap v1.7.1 |
2732 | 2024-12-21T02:55:44.756Z | Compiling ciborium-ll v0.2.2 |
2733 | 2024-12-21T02:55:45.020Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2734 | 2024-12-21T02:55:45.181Z | Compiling slog-scope v4.4.0 |
2735 | 2024-12-21T02:55:45.342Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2736 | 2024-12-21T02:55:45.749Z | Compiling polyval v0.6.2 |
2737 | 2024-12-21T02:55:45.844Z | Compiling atomicwrites v0.4.4 |
2738 | 2024-12-21T02:55:45.892Z | Compiling typify-macro v0.2.0 |
2739 | 2024-12-21T02:55:46.160Z | Compiling libsw v3.3.1 |
2740 | 2024-12-21T02:55:46.222Z | Compiling memmap2 v0.9.5 |
2741 | 2024-12-21T02:55:46.224Z | Compiling libefi-sys v0.1.0 |
2742 | 2024-12-21T02:55:46.495Z | Compiling salty v0.3.0 |
2743 | 2024-12-21T02:55:46.534Z | Compiling linear-map v1.2.0 |
2744 | 2024-12-21T02:55:46.732Z | Compiling arrayvec v0.7.6 |
2745 | 2024-12-21T02:55:46.922Z | Compiling constant_time_eq v0.3.1 |
2746 | 2024-12-21T02:55:46.944Z | Compiling indent_write v2.2.0 |
2747 | 2024-12-21T02:55:46.964Z | Compiling thiserror-no-std v2.0.2 |
2748 | 2024-12-21T02:55:47.094Z | Compiling arrayref v0.3.9 |
2749 | 2024-12-21T02:55:47.118Z | Compiling parking_lot_core v0.8.6 |
2750 | 2024-12-21T02:55:47.164Z | Compiling vsss-rs v3.3.4 |
2751 | 2024-12-21T02:55:47.261Z | Compiling ghash v0.5.1 |
2752 | 2024-12-21T02:55:47.627Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2753 | 2024-12-21T02:55:47.646Z | Compiling slog-stdlog v4.1.1 |
2754 | 2024-12-21T02:55:47.951Z | Compiling ciborium v0.2.2 |
2755 | 2024-12-21T02:55:48.488Z | Compiling p384 v0.13.0 |
2756 | 2024-12-21T02:55:48.800Z | Compiling toolchain_find v0.4.0 |
2757 | 2024-12-21T02:55:49.076Z | Compiling chacha20poly1305 v0.10.1 |
2758 | 2024-12-21T02:55:49.333Z | Compiling lzma-sys v0.1.20 |
2759 | 2024-12-21T02:55:49.523Z | Compiling ctr v0.9.2 |
2760 | 2024-12-21T02:55:49.525Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2761 | 2024-12-21T02:55:49.895Z | Compiling bitfield-struct v0.6.2 |
2762 | 2024-12-21T02:55:49.917Z | Compiling slog-dtrace v0.3.0 |
2763 | 2024-12-21T02:55:49.961Z | Compiling highway v1.2.0 |
2764 | 2024-12-21T02:55:50.070Z | Compiling topological-sort v0.2.2 |
2765 | 2024-12-21T02:55:50.817Z | Compiling omicron-zone-package v0.12.0 |
2766 | 2024-12-21T02:55:50.836Z | Compiling aes-gcm v0.10.3 |
2767 | 2024-12-21T02:55:50.836Z | Compiling rustfmt-wrapper v0.2.1 |
2768 | 2024-12-21T02:55:50.836Z | Compiling typify v0.2.0 |
2769 | 2024-12-21T02:55:50.836Z | Compiling progenitor-impl v0.8.0 |
2770 | 2024-12-21T02:55:50.836Z | Compiling mime_guess v2.0.5 |
2771 | 2024-12-21T02:55:50.836Z | Compiling slog-envlogger v2.2.0 |
2772 | 2024-12-21T02:55:51.326Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2773 | 2024-12-21T02:55:51.570Z | Compiling steno v0.4.1 |
2774 | 2024-12-21T02:55:51.762Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2775 | 2024-12-21T02:55:51.957Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2776 | 2024-12-21T02:55:52.066Z | Compiling heck v0.3.3 |
2777 | 2024-12-21T02:55:52.136Z | Compiling ssh-encoding v0.2.0 |
2778 | 2024-12-21T02:55:52.440Z | Compiling blowfish v0.9.1 |
2779 | 2024-12-21T02:55:52.510Z | Compiling nibble_vec v0.1.0 |
2780 | 2024-12-21T02:55:52.629Z | Compiling env_filter v0.1.2 |
2781 | 2024-12-21T02:55:52.664Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2782 | 2024-12-21T02:55:52.736Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2783 | 2024-12-21T02:55:52.865Z | Compiling humantime v2.1.0 |
2784 | 2024-12-21T02:55:52.899Z | Compiling endian-type v0.1.2 |
2785 | 2024-12-21T02:55:52.963Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2786 | 2024-12-21T02:55:53.127Z | Compiling radix_trie v0.2.1 |
2787 | 2024-12-21T02:55:53.155Z | Compiling env_logger v0.11.5 |
2788 | 2024-12-21T02:55:53.329Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2789 | 2024-12-21T02:55:53.384Z | Compiling bcrypt-pbkdf v0.10.0 |
2790 | 2024-12-21T02:55:53.475Z | Compiling zone_cfg_derive v0.1.2 |
2791 | 2024-12-21T02:55:53.880Z | Compiling ssh-cipher v0.2.0 |
2792 | 2024-12-21T02:55:53.963Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2793 | 2024-12-21T02:55:54.358Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2794 | 2024-12-21T02:55:54.620Z | Compiling parking_lot v0.11.2 |
2795 | 2024-12-21T02:55:55.027Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2796 | 2024-12-21T02:55:55.145Z | Compiling password-hash v0.4.2 |
2797 | 2024-12-21T02:55:55.409Z | Compiling gethostname v0.5.0 |
2798 | 2024-12-21T02:55:55.469Z | Compiling fxhash v0.2.1 |
2799 | 2024-12-21T02:55:55.575Z | Compiling simd-adler32 v0.3.7 |
2800 | 2024-12-21T02:55:55.633Z | Compiling base64 v0.13.1 |
2801 | 2024-12-21T02:55:55.673Z | Compiling bumpalo v3.16.0 |
2802 | 2024-12-21T02:55:55.692Z | Compiling zip v2.1.3 |
2803 | 2024-12-21T02:55:56.013Z | Compiling matches v0.1.10 |
2804 | 2024-12-21T02:55:56.085Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2805 | 2024-12-21T02:55:56.128Z | Compiling http-range v0.1.5 |
2806 | 2024-12-21T02:55:56.167Z | Compiling lockfree-object-pool v0.1.6 |
2807 | 2024-12-21T02:55:56.171Z | Compiling idna v0.2.3 |
2808 | 2024-12-21T02:55:56.263Z | Compiling ron v0.7.1 |
2809 | 2024-12-21T02:55:56.414Z | Compiling zopfli v0.8.1 |
2810 | 2024-12-21T02:55:56.476Z | Compiling sled v0.34.7 |
2811 | 2024-12-21T02:55:56.496Z | Compiling pbkdf2 v0.11.0 |
2812 | 2024-12-21T02:55:56.853Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2813 | 2024-12-21T02:55:57.461Z | Compiling xz2 v0.1.7 |
2814 | 2024-12-21T02:55:57.591Z | Compiling zone v0.1.8 |
2815 | 2024-12-21T02:55:57.888Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2816 | 2024-12-21T02:55:58.285Z | Compiling ssh-key v0.6.6 |
2817 | 2024-12-21T02:55:58.738Z | Compiling hickory-client v0.24.1 |
2818 | 2024-12-21T02:55:59.069Z | Compiling progenitor-macro v0.8.0 |
2819 | 2024-12-21T02:55:59.254Z | Compiling p521 v0.13.3 |
2820 | 2024-12-21T02:55:59.402Z | Compiling p256 v0.13.2 |
2821 | 2024-12-21T02:55:59.515Z | Compiling hickory-server v0.24.1 |
2822 | 2024-12-21T02:56:00.258Z | Compiling enum-as-inner v0.5.1 |
2823 | 2024-12-21T02:56:00.285Z | Compiling pem v3.0.4 |
2824 | 2024-12-21T02:56:01.123Z | Compiling yasna v0.5.2 |
2825 | 2024-12-21T02:56:01.343Z | Compiling headers-core v0.3.0 |
2826 | 2024-12-21T02:56:01.523Z | Compiling kstat-rs v0.2.4 |
2827 | 2024-12-21T02:56:01.692Z | Compiling nanorand v0.7.0 |
2828 | 2024-12-21T02:56:02.337Z | Compiling atty v0.2.14 |
2829 | 2024-12-21T02:56:02.344Z | Compiling russh-cryptovec v0.7.3 |
2830 | 2024-12-21T02:56:02.346Z | Compiling md5 v0.7.0 |
2831 | 2024-12-21T02:56:02.628Z | Compiling russh-keys v0.45.0 |
2832 | 2024-12-21T02:56:02.854Z | Compiling rcgen v0.12.1 |
2833 | 2024-12-21T02:56:02.875Z | Compiling flume v0.11.1 |
2834 | 2024-12-21T02:56:03.233Z | Compiling headers v0.4.0 |
2835 | 2024-12-21T02:56:03.523Z | Compiling trust-dns-proto v0.22.0 |
2836 | 2024-12-21T02:56:04.450Z | Compiling hyper-staticfile v0.10.1 |
2837 | 2024-12-21T02:56:05.424Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2838 | 2024-12-21T02:56:05.638Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2839 | 2024-12-21T02:56:06.068Z | Compiling num-bigint v0.4.6 |
2840 | 2024-12-21T02:56:06.133Z | Compiling des v0.8.1 |
2841 | 2024-12-21T02:56:06.186Z | Compiling subprocess v0.2.9 |
2842 | 2024-12-21T02:56:06.510Z | Compiling hex-literal v0.4.1 |
2843 | 2024-12-21T02:56:06.687Z | Compiling display-error-chain v0.2.2 |
2844 | 2024-12-21T02:56:06.900Z | Compiling dhcproto-macros v0.1.0 |
2845 | 2024-12-21T02:56:06.967Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2846 | 2024-12-21T02:56:07.359Z | Compiling internet-checksum v0.2.1 |
2847 | 2024-12-21T02:56:08.027Z | Compiling dhcproto v0.12.0 |
2848 | 2024-12-21T02:56:09.140Z | Compiling russh v0.45.0 |
2849 | 2024-12-21T02:56:11.543Z | Compiling progenitor v0.8.0 |
2850 | 2024-12-21T02:56:11.679Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2851 | 2024-12-21T02:56:11.679Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2852 | 2024-12-21T02:56:11.682Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2853 | 2024-12-21T02:56:11.683Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2854 | 2024-12-21T02:56:11.683Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2855 | 2024-12-21T02:56:11.683Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2856 | 2024-12-21T02:56:11.776Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2857 | 2024-12-21T02:56:13.251Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2858 | 2024-12-21T02:56:13.577Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2859 | 2024-12-21T02:56:14.450Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2860 | 2024-12-21T02:56:17.050Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2861 | 2024-12-21T02:56:17.547Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2862 | 2024-12-21T02:56:27.823Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2863 | 2024-12-21T02:56:27.823Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2864 | 2024-12-21T02:56:27.826Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2865 | 2024-12-21T02:56:27.826Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2866 | 2024-12-21T02:56:31.064Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2867 | 2024-12-21T02:56:32.645Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2868 | 2024-12-21T02:56:33.190Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2869 | 2024-12-21T02:56:33.277Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2870 | 2024-12-21T02:56:33.716Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2871 | 2024-12-21T02:56:36.308Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2872 | 2024-12-21T02:56:37.219Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2873 | 2024-12-21T02:56:37.418Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2874 | 2024-12-21T02:56:38.148Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2875 | 2024-12-21T02:56:38.501Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2876 | 2024-12-21T02:56:38.558Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2877 | 2024-12-21T02:56:39.417Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2878 | 2024-12-21T02:56:39.807Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2879 | 2024-12-21T02:56:41.281Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2880 | 2024-12-21T02:56:41.965Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2881 | 2024-12-21T02:56:43.923Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2882 | 2024-12-21T02:56:44.062Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2883 | 2024-12-21T02:56:44.418Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2884 | 2024-12-21T02:56:46.978Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2885 | 2024-12-21T02:56:47.209Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2886 | 2024-12-21T02:56:49.207Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2887 | 2024-12-21T02:56:51.518Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2888 | 2024-12-21T02:56:52.277Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2889 | 2024-12-21T02:56:53.576Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2890 | 2024-12-21T02:56:56.610Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2891 | 2024-12-21T02:57:05.619Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2892 | 2024-12-21T02:57:06.906Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2893 | 2024-12-21T02:57:26.989Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2894 | 2024-12-21T02:58:03.801Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s |
2895 | 2024-12-21T02:58:04.015Z | |
2896 | 2024-12-21T02:58:04.018Z | real 2:43.563713625 |
2897 | 2024-12-21T02:58:04.018Z | user 12:26.972997853 |
2898 | 2024-12-21T02:58:04.018Z | sys 2:42.486008211 |
2899 | 2024-12-21T02:58:04.018Z | trap 0.336134962 |
2900 | 2024-12-21T02:58:04.018Z | tflt 0.763614063 |
2901 | 2024-12-21T02:58:04.018Z | dflt 1.775901307 |
2902 | 2024-12-21T02:58:04.018Z | kflt 0.000055378 |
2903 | 2024-12-21T02:58:04.018Z | lock 26:06.826616657 |
2904 | 2024-12-21T02:58:04.018Z | slp 45:06.951868019 |
2905 | 2024-12-21T02:58:04.018Z | lat 35.653191602 |
2906 | 2024-12-21T02:58:04.018Z | stop 1:28.353697767 |
2907 | 2024-12-21T02:58:04.018Z | + mkdir tests |
2908 | 2024-12-21T02:58:04.021Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2909 | 2024-12-21T02:58:04.021Z | + xargs -I '{}' -t cp '{}' tests/ |
2910 | 2024-12-21T02:58:04.940Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9ddd5860fc4969b7 tests/ |
2911 | 2024-12-21T02:58:04.961Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a0e216df141f113d tests/ |
2912 | 2024-12-21T02:58:04.981Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-f503c7ad5bae27ea tests/ |
2913 | 2024-12-21T02:58:05.001Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-87844e6e2dac0e28 tests/ |
2914 | 2024-12-21T02:58:05.180Z | + 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/*) |
2915 | 2024-12-21T02:58:05.182Z | + 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-a0e216df141f113d tests/commtest-f503c7ad5bae27ea tests/dhcp_server-9ddd5860fc4969b7 tests/end_to_end_tests-87844e6e2dac0e28 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 |
2916 | 2024-12-21T02:59:16.374Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2917 | 2024-12-21T02:59:16.374Z | a .github/buildomat/ci-env.sh 1K |
2918 | 2024-12-21T02:59:16.374Z | a out/target/test 1K |
2919 | 2024-12-21T02:59:16.375Z | a out/npuzone/npuzone 23144K |
2920 | 2024-12-21T02:59:16.375Z | a package-manifest.toml 33K |
2921 | 2024-12-21T02:59:16.375Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2922 | 2024-12-21T02:59:16.375Z | a target/release/omicron-package 35883K |
2923 | 2024-12-21T02:59:16.376Z | a target/release/xtask 11762K |
2924 | 2024-12-21T02:59:16.376Z | a target/debug/bootstrap 208003K |
2925 | 2024-12-21T02:59:16.376Z | a tests/bootstrap-a0e216df141f113d 24246K |
2926 | 2024-12-21T02:59:16.376Z | a tests/commtest-f503c7ad5bae27ea 25022K |
2927 | 2024-12-21T02:59:16.376Z | a tests/dhcp_server-9ddd5860fc4969b7 24246K |
2928 | 2024-12-21T02:59:16.376Z | a tests/end_to_end_tests-87844e6e2dac0e28 226200K |
2929 | 2024-12-21T02:59:16.376Z | a out/clickhouse.tar.gz 293398K |
2930 | 2024-12-21T02:59:16.376Z | a out/clickhouse_keeper.tar.gz 280511K |
2931 | 2024-12-21T02:59:16.376Z | a out/clickhouse_server.tar.gz 293374K |
2932 | 2024-12-21T02:59:16.376Z | a out/cockroachdb.tar.gz 134594K |
2933 | 2024-12-21T02:59:16.376Z | a out/crucible-dtrace.tar 85K |
2934 | 2024-12-21T02:59:16.376Z | a out/crucible-pantry-zone.tar.gz 28192K |
2935 | 2024-12-21T02:59:16.376Z | a out/crucible-zone.tar.gz 36410K |
2936 | 2024-12-21T02:59:16.376Z | a out/external-dns.tar.gz 35286K |
2937 | 2024-12-21T02:59:16.376Z | a out/internal-dns.tar.gz 35286K |
2938 | 2024-12-21T02:59:16.376Z | a out/mg-ddm-gz.tar 63075K |
2939 | 2024-12-21T02:59:16.376Z | a out/nexus.tar.gz 98077K |
2940 | 2024-12-21T02:59:16.376Z | a out/ntp.tar.gz 10375K |
2941 | 2024-12-21T02:59:16.377Z | a out/omicron-gateway-softnpu.tar.gz 23850K |
2942 | 2024-12-21T02:59:16.377Z | a out/omicron-sled-agent.tar 113110K |
2943 | 2024-12-21T02:59:16.377Z | a out/overlay.tar.gz 3K |
2944 | 2024-12-21T02:59:16.377Z | a out/oximeter.tar.gz 47676K |
2945 | 2024-12-21T02:59:16.377Z | a out/oxlog.tar 3088K |
2946 | 2024-12-21T02:59:16.377Z | a out/probe.tar.gz 2764K |
2947 | 2024-12-21T02:59:16.377Z | a out/propolis-server.tar.gz 66291K |
2948 | 2024-12-21T02:59:16.377Z | a out/pumpkind-gz.tar 26665K |
2949 | 2024-12-21T02:59:16.377Z | a out/switch-softnpu.tar.gz 235083K |
2950 | 2024-12-21T02:59:16.383Z | |
2951 | 2024-12-21T02:59:16.383Z | real 1:11.178578975 |
2952 | 2024-12-21T02:59:16.383Z | user 1:07.976850351 |
2953 | 2024-12-21T02:59:16.383Z | sys 4.526149294 |
2954 | 2024-12-21T02:59:16.383Z | trap 0.016560655 |
2955 | 2024-12-21T02:59:16.383Z | tflt 0.000000000 |
2956 | 2024-12-21T02:59:16.384Z | dflt 0.000000000 |
2957 | 2024-12-21T02:59:16.384Z | kflt 0.000000000 |
2958 | 2024-12-21T02:59:16.384Z | lock 0.000000000 |
2959 | 2024-12-21T02:59:16.384Z | slp 1:07.826172195 |
2960 | 2024-12-21T02:59:16.384Z | lat 2.006243589 |
2961 | 2024-12-21T02:59:16.384Z | stop 0.000373143 |
2962 | 2024-12-21T02:59:16.384Z | process exited: duration 2051571 ms, exit code 0 |
|
2963 | 2024-12-21T02:59:16.402Z | found 1 output files |
2964 | 2024-12-21T02:59:16.402Z | uploading: /work/package.tar.gz (1878002157 bytes) |
2965 | 2024-12-21T02:59:51.723Z | uploaded: /work/package.tar.gz |