|
|
|
1 | 2024-12-21T04:19:19.007Z | job assigned to worker 01JFKQ02X4BPQQ3XZB9518H8V0 [factory aws, i-0ede614cf7280743d] (queued for 1 m 0 s) |
|
2 | 2024-12-21T04:19:26.983Z | starting task 0: "setup" |
3 | 2024-12-21T04:19:26.993Z | ++ uname -s |
4 | 2024-12-21T04:19:26.995Z | + kern=SunOS |
5 | 2024-12-21T04:19:26.995Z | + case "$kern" in |
6 | 2024-12-21T04:19:26.995Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:19:26.999Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:19:29.006Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:19:29.103Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:19:29.106Z | + home_fs=zfs |
11 | 2024-12-21T04:19:29.106Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:19:29.106Z | + mkdir -p /home/build |
13 | 2024-12-21T04:19:29.109Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:19:31.111Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:19:31.114Z | process exited: duration 4130 ms, exit code 0 |
|
16 | 2024-12-21T04:19:31.120Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:19:31.129Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:19:31.129Z | ' 1.81.0 |
19 | 2024-12-21T04:19:31.129Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-21T04:19:31.130Z | ' default |
21 | 2024-12-21T04:19:31.130Z | * toolchain channel = "1.81.0" |
22 | 2024-12-21T04:19:31.130Z | * toolchain profile = "default" |
23 | 2024-12-21T04:19:31.130Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:19:31.133Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:19:31.245Z | info: downloading installer |
26 | 2024-12-21T04:19:32.575Z | info: profile set to 'default' |
27 | 2024-12-21T04:19:32.575Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:19:32.578Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:19:32.729Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:19:32.729Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:19:33.588Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:19:33.906Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:19:35.092Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:19:36.933Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:19:43.600Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:19:43.849Z | info: installing component 'cargo' |
37 | 2024-12-21T04:19:44.663Z | info: installing component 'clippy' |
38 | 2024-12-21T04:19:45.019Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:19:46.663Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:19:48.407Z | info: installing component 'rustc' |
41 | 2024-12-21T04:19:54.003Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:19:54.323Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:19:54.323Z | |
44 | 2024-12-21T04:19:54.689Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:19:54.689Z | |
46 | 2024-12-21T04:19:54.693Z | |
47 | 2024-12-21T04:19:54.693Z | Rust is installed now. Great! |
48 | 2024-12-21T04:19:54.694Z | |
49 | 2024-12-21T04:19:54.694Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:19:54.694Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:19:54.694Z | |
52 | 2024-12-21T04:19:54.694Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:19:54.694Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:19:54.694Z | |
55 | 2024-12-21T04:19:54.694Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:19:54.694Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:19:54.694Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:19:54.763Z | + rustc --version |
59 | 2024-12-21T04:19:54.832Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:19:54.836Z | process exited: duration 23715 ms, exit code 0 |
|
61 | 2024-12-21T04:19:54.841Z | starting task 2: "authentication" |
62 | 2024-12-21T04:19:54.864Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-12-21T04:19:54.871Z | starting task 3: "clone repository" |
64 | 2024-12-21T04:19:54.876Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-21T04:19:54.878Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-21T04:19:55.489Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-21T04:20:02.287Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-21T04:20:02.288Z | + git fetch origin 3c83ce0d399ef2b772bdc55c585c74fe917acf16 |
69 | 2024-12-21T04:20:02.642Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-21T04:20:02.642Z | * branch 3c83ce0d399ef2b772bdc55c585c74fe917acf16 -> FETCH_HEAD |
71 | 2024-12-21T04:20:02.653Z | + [[ -n renovate/csv-1.x ]] |
72 | 2024-12-21T04:20:02.656Z | ++ git branch --show-current |
73 | 2024-12-21T04:20:02.658Z | + current=main |
74 | 2024-12-21T04:20:02.658Z | + [[ main != renovate/csv-1.x ]] |
75 | 2024-12-21T04:20:02.658Z | + git branch -f renovate/csv-1.x 3c83ce0d399ef2b772bdc55c585c74fe917acf16 |
76 | 2024-12-21T04:20:02.661Z | + git checkout -f renovate/csv-1.x |
77 | 2024-12-21T04:20:02.839Z | Switched to branch 'renovate/csv-1.x' |
78 | 2024-12-21T04:20:02.842Z | + git reset --hard 3c83ce0d399ef2b772bdc55c585c74fe917acf16 |
79 | 2024-12-21T04:20:03.008Z | HEAD is now at 3c83ce0d3 Update Rust crate csv to 1.3.1 |
80 | 2024-12-21T04:20:03.013Z | process exited: duration 7987 ms, exit code 0 |
|
81 | 2024-12-21T04:20:03.024Z | starting task 4: "build" |
82 | 2024-12-21T04:20:03.029Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-21T04:20:03.029Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-21T04:20:03.029Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:20:03.029Z | + cargo --version |
86 | 2024-12-21T04:20:03.089Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-21T04:20:03.092Z | + rustc --version |
88 | 2024-12-21T04:20:03.153Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-21T04:20:03.156Z | + WORK=/work |
90 | 2024-12-21T04:20:03.156Z | + pfexec mkdir -p /work |
91 | 2024-12-21T04:20:03.163Z | + pfexec chown build /work |
92 | 2024-12-21T04:20:03.163Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-21T04:20:16.581Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-21T04:20:20.630Z | Startup: Caching catalogs ... Done |
95 | 2024-12-21T04:20:31.525Z | Planning: Solver setup ... Done (9.893s) |
96 | 2024-12-21T04:20:31.664Z | Planning: Running solver ... Done (0.135s) |
97 | 2024-12-21T04:20:31.848Z | Planning: Finding local manifests ... Done (0.086s) |
98 | 2024-12-21T04:20:31.883Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-21T04:20:32.133Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-21T04:20:32.316Z | Planning: Package planning ... Done (0.187s) |
101 | 2024-12-21T04:20:32.373Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-12-21T04:20:33.140Z | Planning: Checking for conflicting actions ... Done (0.768s) |
103 | 2024-12-21T04:20:37.473Z | Planning: Consolidating action changes ... Done (4.330s) |
104 | 2024-12-21T04:20:37.837Z | Planning: Evaluating mediators ... Done (0.365s) |
105 | 2024-12-21T04:20:37.993Z | Planning: Planning completed in 17.22 seconds |
106 | 2024-12-21T04:20:38.028Z | Packages to install: 4 |
107 | 2024-12-21T04:20:38.028Z | Packages to update: 1 |
108 | 2024-12-21T04:20:38.028Z | Mediators to change: 2 |
109 | 2024-12-21T04:20:38.028Z | Services to change: 1 |
110 | 2024-12-21T04:20:38.028Z | Estimated space available: 155.63 GB |
111 | 2024-12-21T04:20:38.028Z | Estimated space to be consumed: 1.62 GB |
112 | 2024-12-21T04:20:38.028Z | Create boot environment: No |
113 | 2024-12-21T04:20:38.028Z | Create backup boot environment: Yes |
114 | 2024-12-21T04:20:38.029Z | Rebuild boot archive: No |
115 | 2024-12-21T04:20:38.029Z | |
116 | 2024-12-21T04:20:38.029Z | Changed mediators: |
117 | 2024-12-21T04:20:38.029Z | mediator clang: |
118 | 2024-12-21T04:20:38.029Z | version: None -> 15 (system default) |
119 | 2024-12-21T04:20:38.029Z | |
120 | 2024-12-21T04:20:38.029Z | mediator llvm: |
121 | 2024-12-21T04:20:38.029Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-21T04:20:38.029Z | |
123 | 2024-12-21T04:20:38.030Z | Changed packages: |
124 | 2024-12-21T04:20:38.030Z | helios-dev |
125 | 2024-12-21T04:20:38.030Z | developer/build-essential |
126 | 2024-12-21T04:20:38.030Z | None -> 11-2.0 |
127 | 2024-12-21T04:20:38.030Z | library/libxmlsec1 |
128 | 2024-12-21T04:20:38.030Z | None -> 1.2.35-2.0 |
129 | 2024-12-21T04:20:38.030Z | ooce/developer/clang-15 |
130 | 2024-12-21T04:20:38.030Z | None -> 15.0.7-2.0 |
131 | 2024-12-21T04:20:38.030Z | ooce/developer/llvm-15 |
132 | 2024-12-21T04:20:38.030Z | None -> 15.0.7-2.0 |
133 | 2024-12-21T04:20:38.030Z | package/pkg |
134 | 2024-12-21T04:20:38.030Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-21T04:20:38.031Z | |
136 | 2024-12-21T04:20:38.031Z | Services: |
137 | 2024-12-21T04:20:38.031Z | restart_fmri: |
138 | 2024-12-21T04:20:38.031Z | svc:/system/update-man-index:default |
139 | 2024-12-21T04:20:38.031Z | |
140 | 2024-12-21T04:20:38.031Z | Editable files to change: |
141 | 2024-12-21T04:20:38.031Z | Update: |
142 | 2024-12-21T04:20:38.031Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-21T04:20:38.266Z | |
144 | 2024-12-21T04:20:38.267Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-21T04:20:45.640Z | Download: 207/4281 items 1.3/220.6MB 0% complete (397k/s) |
146 | 2024-12-21T04:20:51.097Z | Download: 209/4281 items 1.3/220.6MB 0% complete (376k/s) |
147 | 2024-12-21T04:21:04.066Z | Download: 213/4281 items 1.3/220.6MB 0% complete |
148 | 2024-12-21T04:21:09.086Z | Download: 1122/4281 items 31.7/220.6MB 14% complete (6.0M/s) |
149 | 2024-12-21T04:21:14.285Z | Download: 1861/4281 items 118.5/220.6MB 53% complete (11.8M/s) |
150 | 2024-12-21T04:21:25.305Z | Download: 2221/4281 items 119.2/220.6MB 54% complete (9.9M/s) |
151 | 2024-12-21T04:21:38.153Z | Download: 2223/4281 items 119.2/220.6MB 54% complete |
152 | 2024-12-21T04:21:43.127Z | Download: 2969/4281 items 121.0/220.6MB 54% complete (373k/s) |
153 | 2024-12-21T04:21:51.412Z | Download: 3276/4281 items 209.5/220.6MB 94% complete (11.9M/s) |
154 | 2024-12-21T04:22:10.696Z | Download: 3279/4281 items 209.8/220.6MB 95% complete |
155 | 2024-12-21T04:22:15.822Z | Download: 3280/4281 items 210.4/220.6MB 95% complete (16.1M/s) |
156 | 2024-12-21T04:22:21.472Z | Download: 3289/4281 items 212.6/220.6MB 96% complete (1.3M/s) |
157 | 2024-12-21T04:22:26.475Z | Download: 3781/4281 items 217.0/220.6MB 98% complete (478k/s) |
158 | 2024-12-21T04:22:31.681Z | Download: 4203/4281 items 220.6/220.6MB 99% complete (865k/s) |
159 | 2024-12-21T04:22:42.606Z | Download: 4208/4281 items 220.6/220.6MB 99% complete |
160 | 2024-12-21T04:22:42.709Z | Download: Completed 220.60 MB in 124.54 seconds (1.8M/s) |
161 | 2024-12-21T04:22:44.700Z | Actions: 1/5063 actions (Removing old actions) |
162 | 2024-12-21T04:22:44.713Z | Actions: 194/5063 actions (Installing new actions) |
163 | 2024-12-21T04:22:49.860Z | Actions: 4128/5063 actions (Installing new actions) |
164 | 2024-12-21T04:22:49.868Z | Actions: 4226/5063 actions (Updating modified actions) |
165 | 2024-12-21T04:22:50.203Z | Actions: Completed 5063 actions in 5.50 seconds. |
166 | 2024-12-21T04:22:50.620Z | Done (0.409s) |
167 | 2024-12-21T04:22:50.622Z | Done (0.000s) |
168 | 2024-12-21T04:22:51.196Z | Done (0.573s) |
169 | 2024-12-21T04:22:56.634Z | Done (5.215s) |
170 | 2024-12-21T04:22:56.881Z | Done (0.176s) |
171 | 2024-12-21T04:22:56.884Z | Done (0.000s) |
172 | 2024-12-21T04:22:57.049Z | Done (0.000s) |
173 | 2024-12-21T04:22:57.757Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-12-21T04:22:57.916Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-12-21T04:22:57.919Z | Planning: Consolidating action changes ... Done |
176 | 2024-12-21T04:22:58.193Z | Planning: Evaluating mediators ... Done |
177 | 2024-12-21T04:22:58.196Z | Planning: Planning completed in 0.44 seconds |
178 | 2024-12-21T04:22:58.233Z | Mediators to change: 2 |
179 | 2024-12-21T04:22:58.233Z | Create boot environment: No |
180 | 2024-12-21T04:22:58.235Z | Create backup boot environment: No |
181 | 2024-12-21T04:22:58.469Z | Done |
182 | 2024-12-21T04:22:58.469Z | Done |
183 | 2024-12-21T04:22:58.840Z | Done |
184 | 2024-12-21T04:23:02.554Z | Done |
185 | 2024-12-21T04:23:02.652Z | Done |
186 | 2024-12-21T04:23:02.655Z | Done |
187 | 2024-12-21T04:23:02.763Z | Done |
188 | 2024-12-21T04:23:03.379Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-12-21T04:23:03.382Z | Planning: Merging actions ... Done |
190 | 2024-12-21T04:23:03.569Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-12-21T04:23:03.573Z | Planning: Consolidating action changes ... Done |
192 | 2024-12-21T04:23:03.844Z | Planning: Evaluating mediators ... Done |
193 | 2024-12-21T04:23:03.900Z | Planning: Planning completed in 0.77 seconds |
194 | 2024-12-21T04:23:03.940Z | Packages to change: 1 |
195 | 2024-12-21T04:23:03.940Z | Mediators to change: 1 |
196 | 2024-12-21T04:23:03.942Z | Services to change: 1 |
197 | 2024-12-21T04:23:03.943Z | Create boot environment: No |
198 | 2024-12-21T04:23:03.943Z | Create backup boot environment: Yes |
199 | 2024-12-21T04:23:06.412Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2024-12-21T04:23:06.450Z | Actions: Completed 6 actions in 0.04 seconds. |
201 | 2024-12-21T04:23:06.452Z | Done |
202 | 2024-12-21T04:23:06.453Z | Done |
203 | 2024-12-21T04:23:06.565Z | Done |
204 | 2024-12-21T04:23:10.236Z | Done |
205 | 2024-12-21T04:23:10.328Z | Done |
206 | 2024-12-21T04:23:10.331Z | Done |
207 | 2024-12-21T04:23:10.475Z | Done |
208 | 2024-12-21T04:23:10.917Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2024-12-21T04:23:10.917Z | clang system 15 system |
210 | 2024-12-21T04:23:10.917Z | csh system system illumos |
211 | 2024-12-21T04:23:10.917Z | ctags system system illumos |
212 | 2024-12-21T04:23:10.917Z | gcc vendor 12 vendor |
213 | 2024-12-21T04:23:10.917Z | gcc system 10 system |
214 | 2024-12-21T04:23:10.917Z | gcc system 7 system |
215 | 2024-12-21T04:23:10.917Z | go system 1.20 system |
216 | 2024-12-21T04:23:10.917Z | go system 1.19 system |
217 | 2024-12-21T04:23:10.917Z | llvm system 15 system |
218 | 2024-12-21T04:23:10.917Z | llvm system 14 system |
219 | 2024-12-21T04:23:10.917Z | mariadb system 10.6 system |
220 | 2024-12-21T04:23:10.917Z | mta vendor vendor dma |
221 | 2024-12-21T04:23:10.917Z | openjdk system 17 system |
222 | 2024-12-21T04:23:10.917Z | openjdk system 11 system |
223 | 2024-12-21T04:23:10.917Z | openjdk system 1.8 system |
224 | 2024-12-21T04:23:10.917Z | openssl vendor 3 vendor |
225 | 2024-12-21T04:23:10.917Z | perl system 5.36 system |
226 | 2024-12-21T04:23:10.917Z | postgresql system 15 system |
227 | 2024-12-21T04:23:10.917Z | postgresql system 13 system |
228 | 2024-12-21T04:23:10.917Z | python vendor 3 vendor |
229 | 2024-12-21T04:23:10.917Z | python system 2 system |
230 | 2024-12-21T04:23:10.917Z | python3 system 3.11 system |
231 | 2024-12-21T04:23:10.917Z | ruby system 3.0 system |
232 | 2024-12-21T04:23:10.917Z | words vendor vendor american-english |
233 | 2024-12-21T04:23:10.917Z | words system system australian-english |
234 | 2024-12-21T04:23:10.917Z | words system system british-english |
235 | 2024-12-21T04:23:10.917Z | words system system canadian-english |
236 | 2024-12-21T04:23:10.917Z | words system system french |
237 | 2024-12-21T04:23:10.917Z | words system system italian |
238 | 2024-12-21T04:23:10.918Z | words system system ngerman |
239 | 2024-12-21T04:23:10.918Z | words system system ogerman |
240 | 2024-12-21T04:23:10.918Z | words system system spanish |
241 | 2024-12-21T04:23:11.253Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2024-12-21T04:23:11.253Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2024-12-21T04:23:13.992Z | FMRI IFO |
244 | 2024-12-21T04:23:13.992Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2024-12-21T04:23:13.992Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2024-12-21T04:23:13.992Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2024-12-21T04:23:13.992Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2024-12-21T04:23:13.992Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2024-12-21T04:23:13.992Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2024-12-21T04:23:13.992Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
251 | 2024-12-21T04:23:13.992Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
252 | 2024-12-21T04:23:13.992Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2024-12-21T04:23:13.992Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
254 | 2024-12-21T04:23:13.993Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-12-21T04:23:13.993Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-12-21T04:23:13.993Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
257 | 2024-12-21T04:23:13.993Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
258 | 2024-12-21T04:23:13.993Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
259 | 2024-12-21T04:23:14.775Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
260 | 2024-12-21T04:23:15.061Z | Updating crates.io index |
261 | 2024-12-21T04:23:15.120Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
262 | 2024-12-21T04:23:15.376Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2024-12-21T04:23:15.888Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2024-12-21T04:23:16.136Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2024-12-21T04:23:16.388Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2024-12-21T04:23:16.672Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2024-12-21T04:23:17.604Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2024-12-21T04:23:19.138Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2024-12-21T04:23:19.737Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2024-12-21T04:23:20.510Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
271 | 2024-12-21T04:23:20.747Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
272 | 2024-12-21T04:23:21.059Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
273 | 2024-12-21T04:23:21.554Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
274 | 2024-12-21T04:23:21.871Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
275 | 2024-12-21T04:23:22.124Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2024-12-21T04:23:22.380Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-12-21T04:23:22.640Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-12-21T04:23:22.895Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-12-21T04:23:23.169Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-12-21T04:23:23.443Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-12-21T04:23:23.816Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-12-21T04:23:24.096Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-12-21T04:23:24.554Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-12-21T04:23:24.892Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
285 | 2024-12-21T04:23:25.239Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2024-12-21T04:23:25.716Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
287 | 2024-12-21T04:23:25.982Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2024-12-21T04:23:26.256Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2024-12-21T04:23:26.520Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2024-12-21T04:23:27.732Z | Downloading crates ... |
291 | 2024-12-21T04:23:27.802Z | Downloaded autocfg v1.4.0 |
292 | 2024-12-21T04:23:27.807Z | Downloaded anstream v0.6.15 |
293 | 2024-12-21T04:23:27.862Z | Downloaded clap_derive v4.5.18 |
294 | 2024-12-21T04:23:27.871Z | Downloaded camino v1.1.9 |
295 | 2024-12-21T04:23:27.873Z | Downloaded cargo_toml v0.20.5 |
296 | 2024-12-21T04:23:27.876Z | Downloaded block-buffer v0.10.4 |
297 | 2024-12-21T04:23:27.879Z | Downloaded camino-tempfile v1.1.1 |
298 | 2024-12-21T04:23:27.881Z | Downloaded cfg-if v1.0.0 |
299 | 2024-12-21T04:23:27.884Z | Downloaded bitflags v2.6.0 |
300 | 2024-12-21T04:23:27.887Z | Downloaded equivalent v1.0.1 |
301 | 2024-12-21T04:23:27.887Z | Downloaded dof v0.3.0 |
302 | 2024-12-21T04:23:27.891Z | Downloaded clap_lex v0.7.2 |
303 | 2024-12-21T04:23:27.891Z | Downloaded fastrand v2.1.1 |
304 | 2024-12-21T04:23:27.894Z | Downloaded cargo_metadata v0.18.1 |
305 | 2024-12-21T04:23:27.894Z | Downloaded dtrace-parser v0.2.0 |
306 | 2024-12-21T04:23:27.894Z | Downloaded cargo-platform v0.1.8 |
307 | 2024-12-21T04:23:27.896Z | Downloaded byteorder v1.5.0 |
308 | 2024-12-21T04:23:27.896Z | Downloaded bytecount v0.6.8 |
309 | 2024-12-21T04:23:27.899Z | Downloaded heck v0.5.0 |
310 | 2024-12-21T04:23:27.901Z | Downloaded digest v0.10.7 |
311 | 2024-12-21T04:23:27.901Z | Downloaded heck v0.4.1 |
312 | 2024-12-21T04:23:27.904Z | Downloaded crypto-common v0.1.6 |
313 | 2024-12-21T04:23:27.904Z | Downloaded cpufeatures v0.2.14 |
314 | 2024-12-21T04:23:27.906Z | Downloaded fs-err v2.11.0 |
315 | 2024-12-21T04:23:27.906Z | Downloaded colorchoice v1.0.2 |
316 | 2024-12-21T04:23:27.909Z | Downloaded clap v4.5.21 |
317 | 2024-12-21T04:23:27.916Z | Downloaded is_terminal_polyfill v1.70.1 |
318 | 2024-12-21T04:23:27.918Z | Downloaded errno v0.3.9 |
319 | 2024-12-21T04:23:27.933Z | Downloaded pretty-hex v0.4.1 |
320 | 2024-12-21T04:23:27.936Z | Downloaded swrite v0.1.0 |
321 | 2024-12-21T04:23:27.939Z | Downloaded once_cell v1.20.2 |
322 | 2024-12-21T04:23:27.943Z | Downloaded pest_generator v2.7.14 |
323 | 2024-12-21T04:23:27.946Z | Downloaded itoa v1.0.11 |
324 | 2024-12-21T04:23:27.948Z | Downloaded anstyle-query v1.1.1 |
325 | 2024-12-21T04:23:27.955Z | Downloaded scroll_derive v0.12.0 |
326 | 2024-12-21T04:23:27.961Z | Downloaded usdt-macro v0.5.0 |
327 | 2024-12-21T04:23:27.964Z | Downloaded usdt-attr-macro v0.5.0 |
328 | 2024-12-21T04:23:27.971Z | Downloaded serde_spanned v0.6.8 |
329 | 2024-12-21T04:23:27.973Z | Downloaded fnv v1.0.7 |
330 | 2024-12-21T04:23:27.973Z | Downloaded anstyle v1.0.10 |
331 | 2024-12-21T04:23:27.977Z | Downloaded strsim v0.11.1 |
332 | 2024-12-21T04:23:27.977Z | Downloaded plain v0.2.3 |
333 | 2024-12-21T04:23:27.979Z | Downloaded pest_meta v2.7.14 |
334 | 2024-12-21T04:23:27.979Z | Downloaded log v0.4.22 |
335 | 2024-12-21T04:23:27.982Z | Downloaded smawk v0.3.2 |
336 | 2024-12-21T04:23:27.984Z | Downloaded proc-macro-error-attr v1.0.4 |
337 | 2024-12-21T04:23:27.984Z | Downloaded thiserror-impl v1.0.69 |
338 | 2024-12-21T04:23:27.987Z | Downloaded terminal_size v0.4.0 |
339 | 2024-12-21T04:23:27.987Z | Downloaded anstyle-parse v0.2.5 |
340 | 2024-12-21T04:23:27.989Z | Downloaded generic-array v0.14.7 |
341 | 2024-12-21T04:23:27.989Z | Downloaded unicode-linebreak v0.1.5 |
342 | 2024-12-21T04:23:27.992Z | Downloaded thiserror v1.0.69 |
343 | 2024-12-21T04:23:27.995Z | Downloaded toml_datetime v0.6.8 |
344 | 2024-12-21T04:23:27.997Z | Downloaded tabled_derive v0.7.0 |
345 | 2024-12-21T04:23:27.997Z | Downloaded memmap v0.7.0 |
346 | 2024-12-21T04:23:28.000Z | Downloaded macaddr v1.0.1 |
347 | 2024-12-21T04:23:28.003Z | Downloaded serde_tokenstream v0.2.2 |
348 | 2024-12-21T04:23:28.003Z | Downloaded version_check v0.9.5 |
349 | 2024-12-21T04:23:28.006Z | Downloaded thread-id v4.2.2 |
350 | 2024-12-21T04:23:28.008Z | Downloaded indexmap v2.6.0 |
351 | 2024-12-21T04:23:28.013Z | Downloaded utf8parse v0.2.2 |
352 | 2024-12-21T04:23:28.019Z | Downloaded proc-macro-error v1.0.4 |
353 | 2024-12-21T04:23:28.023Z | Downloaded hashbrown v0.15.1 |
354 | 2024-12-21T04:23:28.028Z | Downloaded tempfile v3.13.0 |
355 | 2024-12-21T04:23:28.030Z | Downloaded quote v1.0.37 |
356 | 2024-12-21T04:23:28.047Z | Downloaded usdt v0.5.0 |
357 | 2024-12-21T04:23:28.054Z | Downloaded zerocopy-derive v0.7.35 |
358 | 2024-12-21T04:23:28.054Z | Downloaded scroll v0.12.0 |
359 | 2024-12-21T04:23:28.054Z | Downloaded pest_derive v2.7.14 |
360 | 2024-12-21T04:23:28.054Z | Downloaded usdt-impl v0.5.0 |
361 | 2024-12-21T04:23:28.054Z | Downloaded sha2 v0.10.8 |
362 | 2024-12-21T04:23:28.057Z | Downloaded proc-macro2 v1.0.89 |
363 | 2024-12-21T04:23:28.057Z | Downloaded typenum v1.17.0 |
364 | 2024-12-21T04:23:28.059Z | Downloaded ryu v1.0.18 |
365 | 2024-12-21T04:23:28.062Z | Downloaded unicode-ident v1.0.13 |
366 | 2024-12-21T04:23:28.064Z | Downloaded toml v0.8.19 |
367 | 2024-12-21T04:23:28.068Z | Downloaded semver v1.0.23 |
368 | 2024-12-21T04:23:28.073Z | Downloaded anyhow v1.0.93 |
369 | 2024-12-21T04:23:28.075Z | Downloaded serde_derive v1.0.215 |
370 | 2024-12-21T04:23:28.077Z | Downloaded papergrid v0.11.0 |
371 | 2024-12-21T04:23:28.080Z | Downloaded ucd-trie v0.1.7 |
372 | 2024-12-21T04:23:28.084Z | Downloaded textwrap v0.16.1 |
373 | 2024-12-21T04:23:28.093Z | Downloaded memchr v2.7.4 |
374 | 2024-12-21T04:23:28.102Z | Downloaded serde v1.0.215 |
375 | 2024-12-21T04:23:28.125Z | Downloaded toml_edit v0.22.22 |
376 | 2024-12-21T04:23:28.146Z | Downloaded pest v2.7.14 |
377 | 2024-12-21T04:23:28.165Z | Downloaded serde_json v1.0.133 |
378 | 2024-12-21T04:23:28.181Z | Downloaded zerocopy v0.7.35 |
379 | 2024-12-21T04:23:28.189Z | Downloaded clap_builder v4.5.21 |
380 | 2024-12-21T04:23:28.206Z | Downloaded winnow v0.6.20 |
381 | 2024-12-21T04:23:28.210Z | Downloaded goblin v0.8.2 |
382 | 2024-12-21T04:23:28.210Z | Downloaded tabled v0.15.0 |
383 | 2024-12-21T04:23:28.223Z | Downloaded syn v1.0.109 |
384 | 2024-12-21T04:23:28.232Z | Downloaded unicode-width v0.1.14 |
385 | 2024-12-21T04:23:28.237Z | Downloaded syn v2.0.87 |
386 | 2024-12-21T04:23:28.247Z | Downloaded rustix v0.38.37 |
387 | 2024-12-21T04:23:28.284Z | Downloaded libc v0.2.162 |
388 | 2024-12-21T04:23:28.590Z | Compiling proc-macro2 v1.0.89 |
389 | 2024-12-21T04:23:28.590Z | Compiling unicode-ident v1.0.13 |
390 | 2024-12-21T04:23:28.590Z | Compiling version_check v0.9.5 |
391 | 2024-12-21T04:23:28.593Z | Compiling serde v1.0.215 |
392 | 2024-12-21T04:23:28.593Z | Compiling memchr v2.7.4 |
393 | 2024-12-21T04:23:28.593Z | Compiling thiserror v1.0.69 |
394 | 2024-12-21T04:23:28.626Z | Compiling libc v0.2.162 |
395 | 2024-12-21T04:23:28.629Z | Compiling itoa v1.0.11 |
396 | 2024-12-21T04:23:28.846Z | Compiling ryu v1.0.18 |
397 | 2024-12-21T04:23:28.977Z | Compiling ucd-trie v0.1.7 |
398 | 2024-12-21T04:23:29.412Z | Compiling once_cell v1.20.2 |
399 | 2024-12-21T04:23:29.502Z | Compiling byteorder v1.5.0 |
400 | 2024-12-21T04:23:29.765Z | Compiling serde_json v1.0.133 |
401 | 2024-12-21T04:23:29.925Z | Compiling rustix v0.38.37 |
402 | 2024-12-21T04:23:30.078Z | Compiling bitflags v2.6.0 |
403 | 2024-12-21T04:23:30.110Z | Compiling usdt-impl v0.5.0 |
404 | 2024-12-21T04:23:30.148Z | Compiling proc-macro-error-attr v1.0.4 |
405 | 2024-12-21T04:23:30.325Z | Compiling syn v1.0.109 |
406 | 2024-12-21T04:23:30.541Z | Compiling proc-macro-error v1.0.4 |
407 | 2024-12-21T04:23:30.567Z | Compiling plain v0.2.3 |
408 | 2024-12-21T04:23:30.590Z | Compiling log v0.4.22 |
409 | 2024-12-21T04:23:30.723Z | Compiling utf8parse v0.2.2 |
410 | 2024-12-21T04:23:30.831Z | Compiling hashbrown v0.15.1 |
411 | 2024-12-21T04:23:30.910Z | Compiling camino v1.1.9 |
412 | 2024-12-21T04:23:30.935Z | Compiling equivalent v1.0.1 |
413 | 2024-12-21T04:23:30.980Z | Compiling quote v1.0.37 |
414 | 2024-12-21T04:23:31.060Z | Compiling anstyle-parse v0.2.5 |
415 | 2024-12-21T04:23:31.246Z | Compiling errno v0.3.9 |
416 | 2024-12-21T04:23:31.450Z | Compiling syn v2.0.87 |
417 | 2024-12-21T04:23:31.571Z | Compiling thread-id v4.2.2 |
418 | 2024-12-21T04:23:31.695Z | Compiling colorchoice v1.0.2 |
419 | 2024-12-21T04:23:31.729Z | Compiling autocfg v1.4.0 |
420 | 2024-12-21T04:23:31.862Z | Compiling pretty-hex v0.4.1 |
421 | 2024-12-21T04:23:32.009Z | Compiling anstyle-query v1.1.1 |
422 | 2024-12-21T04:23:32.074Z | Compiling indexmap v2.6.0 |
423 | 2024-12-21T04:23:32.120Z | Compiling is_terminal_polyfill v1.70.1 |
424 | 2024-12-21T04:23:32.159Z | Compiling winnow v0.6.20 |
425 | 2024-12-21T04:23:32.255Z | Compiling anstyle v1.0.10 |
426 | 2024-12-21T04:23:32.750Z | Compiling unicode-width v0.1.14 |
427 | 2024-12-21T04:23:32.836Z | Compiling semver v1.0.23 |
428 | 2024-12-21T04:23:32.974Z | Compiling fs-err v2.11.0 |
429 | 2024-12-21T04:23:33.256Z | Compiling anstream v0.6.15 |
430 | 2024-12-21T04:23:33.491Z | Compiling bytecount v0.6.8 |
431 | 2024-12-21T04:23:33.547Z | Compiling clap_lex v0.7.2 |
432 | 2024-12-21T04:23:33.721Z | Compiling terminal_size v0.4.0 |
433 | 2024-12-21T04:23:33.884Z | Compiling heck v0.4.1 |
434 | 2024-12-21T04:23:33.942Z | Compiling fastrand v2.1.1 |
435 | 2024-12-21T04:23:34.028Z | Compiling cfg-if v1.0.0 |
436 | 2024-12-21T04:23:34.074Z | Compiling strsim v0.11.1 |
437 | 2024-12-21T04:23:34.138Z | Compiling heck v0.5.0 |
438 | 2024-12-21T04:23:34.376Z | Compiling anyhow v1.0.93 |
439 | 2024-12-21T04:23:34.401Z | Compiling fnv v1.0.7 |
440 | 2024-12-21T04:23:34.505Z | Compiling clap_builder v4.5.21 |
441 | 2024-12-21T04:23:34.706Z | Compiling papergrid v0.11.0 |
442 | 2024-12-21T04:23:35.000Z | Compiling tempfile v3.13.0 |
443 | 2024-12-21T04:23:35.419Z | Compiling memmap v0.7.0 |
444 | 2024-12-21T04:23:35.421Z | Compiling unicode-linebreak v0.1.5 |
445 | 2024-12-21T04:23:35.814Z | Compiling smawk v0.3.2 |
446 | 2024-12-21T04:23:36.006Z | Compiling swrite v0.1.0 |
447 | 2024-12-21T04:23:36.034Z | Compiling textwrap v0.16.1 |
448 | 2024-12-21T04:23:37.406Z | Compiling tabled_derive v0.7.0 |
449 | 2024-12-21T04:23:38.966Z | Compiling tabled v0.15.0 |
450 | 2024-12-21T04:23:40.482Z | Compiling serde_derive v1.0.215 |
451 | 2024-12-21T04:23:40.483Z | Compiling thiserror-impl v1.0.69 |
452 | 2024-12-21T04:23:40.486Z | Compiling zerocopy-derive v0.7.35 |
453 | 2024-12-21T04:23:40.486Z | Compiling scroll_derive v0.12.0 |
454 | 2024-12-21T04:23:40.486Z | Compiling clap_derive v4.5.18 |
455 | 2024-12-21T04:23:41.709Z | Compiling scroll v0.12.0 |
456 | 2024-12-21T04:23:42.243Z | Compiling goblin v0.8.2 |
457 | 2024-12-21T04:23:42.388Z | Compiling zerocopy v0.7.35 |
458 | 2024-12-21T04:23:43.008Z | Compiling pest v2.7.14 |
459 | 2024-12-21T04:23:44.208Z | Compiling clap v4.5.21 |
460 | 2024-12-21T04:23:45.303Z | Compiling pest_meta v2.7.14 |
461 | 2024-12-21T04:23:46.206Z | Compiling pest_generator v2.7.14 |
462 | 2024-12-21T04:23:48.173Z | Compiling pest_derive v2.7.14 |
463 | 2024-12-21T04:23:48.875Z | Compiling dtrace-parser v0.2.0 |
464 | 2024-12-21T04:23:50.454Z | Compiling serde_tokenstream v0.2.2 |
465 | 2024-12-21T04:23:50.839Z | Compiling toml_datetime v0.6.8 |
466 | 2024-12-21T04:23:50.839Z | Compiling serde_spanned v0.6.8 |
467 | 2024-12-21T04:23:50.842Z | Compiling cargo-platform v0.1.8 |
468 | 2024-12-21T04:23:51.229Z | Compiling toml_edit v0.22.22 |
469 | 2024-12-21T04:23:51.354Z | Compiling macaddr v1.0.1 |
470 | 2024-12-21T04:23:51.476Z | Compiling camino-tempfile v1.1.1 |
471 | 2024-12-21T04:23:51.903Z | Compiling dof v0.3.0 |
472 | 2024-12-21T04:23:52.438Z | Compiling cargo_metadata v0.18.1 |
473 | 2024-12-21T04:23:53.499Z | Compiling usdt-macro v0.5.0 |
474 | 2024-12-21T04:23:53.499Z | Compiling usdt-attr-macro v0.5.0 |
475 | 2024-12-21T04:23:54.206Z | Compiling toml v0.8.19 |
476 | 2024-12-21T04:23:54.765Z | Compiling usdt v0.5.0 |
477 | 2024-12-21T04:23:55.090Z | Compiling cargo_toml v0.20.5 |
478 | 2024-12-21T04:23:58.589Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
479 | 2024-12-21T04:24:02.817Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.29s |
480 | 2024-12-21T04:24:03.092Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
481 | 2024-12-21T04:24:03.638Z | Downloading crates ... |
482 | 2024-12-21T04:24:03.806Z | Downloaded adler2 v2.0.0 |
483 | 2024-12-21T04:24:03.810Z | Downloaded ascii-canvas v3.0.0 |
484 | 2024-12-21T04:24:03.816Z | Downloaded aead v0.5.2 |
485 | 2024-12-21T04:24:03.820Z | Downloaded arrayref v0.3.9 |
486 | 2024-12-21T04:24:03.820Z | Downloaded atomic-waker v1.1.2 |
487 | 2024-12-21T04:24:03.820Z | Downloaded atty v0.2.14 |
488 | 2024-12-21T04:24:03.822Z | Downloaded addr2line v0.24.2 |
489 | 2024-12-21T04:24:03.823Z | Downloaded atomicwrites v0.4.4 |
490 | 2024-12-21T04:24:03.825Z | Downloaded arrayvec v0.7.6 |
491 | 2024-12-21T04:24:03.828Z | Downloaded bb8 v0.8.5 |
492 | 2024-12-21T04:24:03.830Z | Downloaded hickory-client v0.24.1 |
493 | 2024-12-21T04:24:03.833Z | Downloaded arc-swap v1.7.1 |
494 | 2024-12-21T04:24:03.836Z | Downloaded base16ct v0.2.0 |
495 | 2024-12-21T04:24:03.839Z | Downloaded async-trait v0.1.83 |
496 | 2024-12-21T04:24:03.842Z | Downloaded highway v1.2.0 |
497 | 2024-12-21T04:24:03.845Z | Downloaded http-body-util v0.1.2 |
498 | 2024-12-21T04:24:03.848Z | Downloaded httpdate v1.0.3 |
499 | 2024-12-21T04:24:03.852Z | Downloaded darling v0.20.10 |
500 | 2024-12-21T04:24:03.855Z | Downloaded humantime v2.1.0 |
501 | 2024-12-21T04:24:03.855Z | Downloaded hyper-tls v0.6.0 |
502 | 2024-12-21T04:24:03.860Z | Downloaded httparse v1.9.5 |
503 | 2024-12-21T04:24:03.864Z | Downloaded block-padding v0.3.3 |
504 | 2024-12-21T04:24:03.864Z | Downloaded ident_case v1.0.1 |
505 | 2024-12-21T04:24:03.864Z | Downloaded hmac v0.12.1 |
506 | 2024-12-21T04:24:03.866Z | Downloaded bitflags v1.3.2 |
507 | 2024-12-21T04:24:03.869Z | Downloaded hyper-rustls v0.27.3 |
508 | 2024-12-21T04:24:03.871Z | Downloaded http v1.1.0 |
509 | 2024-12-21T04:24:03.874Z | Downloaded hyper-util v0.1.10 |
510 | 2024-12-21T04:24:03.879Z | Downloaded icu_locid_transform_data v1.5.0 |
511 | 2024-12-21T04:24:03.882Z | Downloaded icu_locid_transform v1.5.0 |
512 | 2024-12-21T04:24:03.885Z | Downloaded icu_collections v1.5.0 |
513 | 2024-12-21T04:24:03.892Z | Downloaded instant v0.1.13 |
514 | 2024-12-21T04:24:03.895Z | Downloaded icu_locid v1.5.0 |
515 | 2024-12-21T04:24:03.900Z | Downloaded lazy_static v1.5.0 |
516 | 2024-12-21T04:24:03.903Z | Downloaded icu_properties v1.5.1 |
517 | 2024-12-21T04:24:03.907Z | Downloaded icu_normalizer v1.5.0 |
518 | 2024-12-21T04:24:03.912Z | Downloaded jobserver v0.1.32 |
519 | 2024-12-21T04:24:03.914Z | Downloaded is-terminal v0.4.13 |
520 | 2024-12-21T04:24:03.916Z | Downloaded bumpalo v3.16.0 |
521 | 2024-12-21T04:24:03.919Z | Downloaded convert_case v0.4.0 |
522 | 2024-12-21T04:24:03.922Z | Downloaded hkdf v0.12.4 |
523 | 2024-12-21T04:24:03.928Z | Downloaded lockfree-object-pool v0.1.6 |
524 | 2024-12-21T04:24:03.928Z | Downloaded lru v0.12.5 |
525 | 2024-12-21T04:24:03.947Z | Downloaded lock_api v0.4.12 |
526 | 2024-12-21T04:24:03.947Z | Downloaded console v0.15.8 |
527 | 2024-12-21T04:24:03.947Z | Downloaded linked-hash-map v0.5.6 |
528 | 2024-12-21T04:24:03.947Z | Downloaded ipnet v2.10.1 |
529 | 2024-12-21T04:24:03.947Z | Downloaded constant_time_eq v0.3.1 |
530 | 2024-12-21T04:24:03.966Z | Downloaded cmake v0.1.51 |
531 | 2024-12-21T04:24:03.966Z | Downloaded cfg_aliases v0.1.1 |
532 | 2024-12-21T04:24:03.966Z | Downloaded crc-catalog v2.4.0 |
533 | 2024-12-21T04:24:03.966Z | Downloaded bytes v1.8.0 |
534 | 2024-12-21T04:24:03.966Z | Downloaded itertools v0.13.0 |
535 | 2024-12-21T04:24:03.966Z | Downloaded idna v1.0.3 |
536 | 2024-12-21T04:24:03.969Z | Downloaded const_format_proc_macros v0.2.33 |
537 | 2024-12-21T04:24:03.969Z | Downloaded const-oid v0.9.6 |
538 | 2024-12-21T04:24:03.969Z | Downloaded ciborium-ll v0.2.2 |
539 | 2024-12-21T04:24:03.969Z | Downloaded icu_properties_data v1.5.0 |
540 | 2024-12-21T04:24:03.976Z | Downloaded itertools v0.12.1 |
541 | 2024-12-21T04:24:03.984Z | Downloaded itertools v0.10.5 |
542 | 2024-12-21T04:24:03.992Z | Downloaded keccak v0.1.5 |
543 | 2024-12-21T04:24:03.994Z | Downloaded bstr v1.10.0 |
544 | 2024-12-21T04:24:04.005Z | Downloaded idna v0.5.0 |
545 | 2024-12-21T04:24:04.015Z | Downloaded chrono v0.4.38 |
546 | 2024-12-21T04:24:04.020Z | Downloaded inout v0.1.3 |
547 | 2024-12-21T04:24:04.023Z | Downloaded indexmap v1.9.3 |
548 | 2024-12-21T04:24:04.026Z | Downloaded const_format v0.2.33 |
549 | 2024-12-21T04:24:04.030Z | Downloaded libloading v0.8.5 |
550 | 2024-12-21T04:24:04.032Z | Downloaded clang-sys v1.8.1 |
551 | 2024-12-21T04:24:04.039Z | Downloaded ciborium v0.2.2 |
552 | 2024-12-21T04:24:04.039Z | Downloaded cipher v0.4.4 |
553 | 2024-12-21T04:24:04.041Z | Downloaded cexpr v0.6.0 |
554 | 2024-12-21T04:24:04.045Z | Downloaded bzip2 v0.4.4 |
555 | 2024-12-21T04:24:04.047Z | Downloaded base64 v0.13.1 |
556 | 2024-12-21T04:24:04.050Z | Downloaded crossbeam-channel v0.5.13 |
557 | 2024-12-21T04:24:04.054Z | Downloaded chrono-tz-build v0.4.0 |
558 | 2024-12-21T04:24:04.057Z | Downloaded cbc v0.1.2 |
559 | 2024-12-21T04:24:04.059Z | Downloaded backoff v0.4.0 |
560 | 2024-12-21T04:24:04.063Z | Downloaded async-recursion v1.1.1 |
561 | 2024-12-21T04:24:04.066Z | Downloaded icu_provider v1.5.0 |
562 | 2024-12-21T04:24:04.068Z | Downloaded bitvec v1.0.1 |
563 | 2024-12-21T04:24:04.083Z | Downloaded blake2 v0.10.6 |
564 | 2024-12-21T04:24:04.086Z | Downloaded cobs v0.2.3 |
565 | 2024-12-21T04:24:04.090Z | Downloaded ciborium-io v0.2.2 |
566 | 2024-12-21T04:24:04.090Z | Downloaded base64 v0.21.7 |
567 | 2024-12-21T04:24:04.093Z | Downloaded idna_adapter v1.2.0 |
568 | 2024-12-21T04:24:04.096Z | Downloaded icu_provider_macros v1.5.0 |
569 | 2024-12-21T04:24:04.096Z | Downloaded icu_normalizer_data v1.5.0 |
570 | 2024-12-21T04:24:04.099Z | Downloaded base64 v0.22.1 |
571 | 2024-12-21T04:24:04.102Z | Downloaded backtrace v0.3.74 |
572 | 2024-12-21T04:24:04.107Z | Downloaded crc v3.2.1 |
573 | 2024-12-21T04:24:04.110Z | Downloaded colored v2.1.0 |
574 | 2024-12-21T04:24:04.113Z | Downloaded chrono-tz v0.10.0 |
575 | 2024-12-21T04:24:04.121Z | Downloaded crc32fast v1.4.2 |
576 | 2024-12-21T04:24:04.123Z | Downloaded aes-gcm v0.10.3 |
577 | 2024-12-21T04:24:04.127Z | Downloaded hostname v0.4.0 |
578 | 2024-12-21T04:24:04.129Z | Downloaded heapless v0.8.0 |
579 | 2024-12-21T04:24:04.133Z | Downloaded chacha20 v0.9.1 |
580 | 2024-12-21T04:24:04.136Z | Downloaded iana-time-zone v0.1.61 |
581 | 2024-12-21T04:24:04.140Z | Downloaded indoc v1.0.9 |
582 | 2024-12-21T04:24:04.143Z | Downloaded lazycell v1.3.0 |
583 | 2024-12-21T04:24:04.143Z | Downloaded curve25519-dalek-derive v0.1.1 |
584 | 2024-12-21T04:24:04.148Z | Downloaded csv-core v0.1.11 |
585 | 2024-12-21T04:24:04.148Z | Downloaded crunchy v0.2.2 |
586 | 2024-12-21T04:24:04.152Z | Downloaded libm v0.2.8 |
587 | 2024-12-21T04:24:04.166Z | Downloaded hex-literal v0.4.1 |
588 | 2024-12-21T04:24:04.168Z | Downloaded indicatif v0.17.9 |
589 | 2024-12-21T04:24:04.171Z | Downloaded cstr-argument v0.1.2 |
590 | 2024-12-21T04:24:04.174Z | Downloaded hyper v1.5.0 |
591 | 2024-12-21T04:24:04.179Z | Downloaded mime_guess v2.0.5 |
592 | 2024-12-21T04:24:04.181Z | Downloaded crossbeam-epoch v0.9.18 |
593 | 2024-12-21T04:24:04.184Z | Downloaded miniz_oxide v0.8.0 |
594 | 2024-12-21T04:24:04.187Z | Downloaded mime v0.3.17 |
595 | 2024-12-21T04:24:04.189Z | Downloaded crossterm v0.28.1 |
596 | 2024-12-21T04:24:04.196Z | Downloaded crossbeam-utils v0.8.20 |
597 | 2024-12-21T04:24:04.199Z | Downloaded bcs v0.1.6 |
598 | 2024-12-21T04:24:04.202Z | Downloaded bitfield-struct v0.6.2 |
599 | 2024-12-21T04:24:04.205Z | Downloaded bitfield v0.14.0 |
600 | 2024-12-21T04:24:04.208Z | Downloaded memoffset v0.9.1 |
601 | 2024-12-21T04:24:04.208Z | Downloaded md5 v0.7.0 |
602 | 2024-12-21T04:24:04.208Z | Downloaded md-5 v0.10.6 |
603 | 2024-12-21T04:24:04.211Z | Downloaded matches v0.1.10 |
604 | 2024-12-21T04:24:04.211Z | Downloaded match_cfg v0.1.0 |
605 | 2024-12-21T04:24:04.211Z | Downloaded aws-lc-rs v1.10.0 |
606 | 2024-12-21T04:24:04.220Z | Downloaded minimal-lexical v0.2.1 |
607 | 2024-12-21T04:24:04.226Z | Downloaded linear-map v1.2.0 |
608 | 2024-12-21T04:24:04.228Z | Downloaded managed v0.8.0 |
609 | 2024-12-21T04:24:04.230Z | Downloaded litemap v0.7.3 |
610 | 2024-12-21T04:24:04.233Z | Downloaded idna v0.2.3 |
611 | 2024-12-21T04:24:04.239Z | Downloaded compact_str v0.8.0 |
612 | 2024-12-21T04:24:04.243Z | Downloaded blake3 v1.5.4 |
613 | 2024-12-21T04:24:04.252Z | Downloaded bindgen v0.69.5 |
614 | 2024-12-21T04:24:04.260Z | Downloaded radium v0.7.0 |
615 | 2024-12-21T04:24:04.263Z | Downloaded proc-macro-crate v1.3.1 |
616 | 2024-12-21T04:24:04.263Z | Downloaded cassowary v0.3.0 |
617 | 2024-12-21T04:24:04.266Z | Downloaded sha1 v0.10.6 |
618 | 2024-12-21T04:24:04.269Z | Downloaded scopeguard v1.2.0 |
619 | 2024-12-21T04:24:04.269Z | Downloaded bcrypt-pbkdf v0.10.0 |
620 | 2024-12-21T04:24:04.271Z | Downloaded rustc-demangle v0.1.24 |
621 | 2024-12-21T04:24:04.273Z | Downloaded sct v0.7.1 |
622 | 2024-12-21T04:24:04.276Z | Downloaded serde_yaml v0.9.34+deprecated |
623 | 2024-12-21T04:24:04.280Z | Downloaded slog-term v2.9.1 |
624 | 2024-12-21T04:24:04.282Z | Downloaded proptest v1.5.0 |
625 | 2024-12-21T04:24:04.293Z | Downloaded string_cache v0.8.7 |
626 | 2024-12-21T04:24:04.297Z | Downloaded spin v0.9.8 |
627 | 2024-12-21T04:24:04.300Z | Downloaded shell-words v1.1.0 |
628 | 2024-12-21T04:24:04.300Z | Downloaded is_ci v1.2.0 |
629 | 2024-12-21T04:24:04.300Z | Downloaded ipnetwork v0.20.0 |
630 | 2024-12-21T04:24:04.303Z | Downloaded impl-trait-for-tuples v0.2.2 |
631 | 2024-12-21T04:24:04.306Z | Downloaded http-range v0.1.5 |
632 | 2024-12-21T04:24:04.313Z | Downloaded memmap2 v0.9.5 |
633 | 2024-12-21T04:24:04.319Z | Downloaded tokio-native-tls v0.3.1 |
634 | 2024-12-21T04:24:04.319Z | Downloaded time-macros v0.2.18 |
635 | 2024-12-21T04:24:04.319Z | Downloaded tower-service v0.3.3 |
636 | 2024-12-21T04:24:04.319Z | Downloaded toml v0.7.8 |
637 | 2024-12-21T04:24:04.323Z | Downloaded time-core v0.1.2 |
638 | 2024-12-21T04:24:04.323Z | Downloaded static_assertions v1.1.0 |
639 | 2024-12-21T04:24:04.323Z | Downloaded tungstenite v0.24.0 |
640 | 2024-12-21T04:24:04.326Z | Downloaded unsafe-libyaml v0.2.11 |
641 | 2024-12-21T04:24:04.329Z | Downloaded idna v0.4.0 |
642 | 2024-12-21T04:24:04.337Z | Downloaded crc-any v2.5.0 |
643 | 2024-12-21T04:24:04.342Z | Downloaded maplit v1.0.2 |
644 | 2024-12-21T04:24:04.346Z | Downloaded curve25519-dalek v4.1.3 |
645 | 2024-12-21T04:24:04.351Z | Downloaded want v0.3.1 |
646 | 2024-12-21T04:24:04.355Z | Downloaded rayon-core v1.12.1 |
647 | 2024-12-21T04:24:04.357Z | Downloaded crypto-bigint v0.5.5 |
648 | 2024-12-21T04:24:04.364Z | Downloaded derive_builder_core v0.20.2 |
649 | 2024-12-21T04:24:04.367Z | Downloaded hubpack v0.1.2 |
650 | 2024-12-21T04:24:04.369Z | Downloaded dsl_auto_type v0.1.2 |
651 | 2024-12-21T04:24:04.371Z | Downloaded futures-macro v0.3.31 |
652 | 2024-12-21T04:24:04.371Z | Downloaded foreign-types-shared v0.1.1 |
653 | 2024-12-21T04:24:04.374Z | Downloaded float-cmp v0.9.0 |
654 | 2024-12-21T04:24:04.374Z | Downloaded walkdir v2.5.0 |
655 | 2024-12-21T04:24:04.376Z | Downloaded getrandom v0.2.15 |
656 | 2024-12-21T04:24:04.379Z | Downloaded libefi-sys v0.1.0 |
657 | 2024-12-21T04:24:04.382Z | Downloaded ron v0.7.1 |
658 | 2024-12-21T04:24:04.386Z | Downloaded lalrpop-util v0.19.12 |
659 | 2024-12-21T04:24:04.388Z | Downloaded lalrpop v0.19.12 |
660 | 2024-12-21T04:24:04.401Z | Downloaded headers-core v0.3.0 |
661 | 2024-12-21T04:24:04.406Z | Downloaded headers v0.4.0 |
662 | 2024-12-21T04:24:04.408Z | Downloaded rustls-pemfile v2.2.0 |
663 | 2024-12-21T04:24:04.411Z | Downloaded hashbrown v0.14.5 |
664 | 2024-12-21T04:24:04.415Z | Downloaded utf16_iter v1.0.5 |
665 | 2024-12-21T04:24:04.418Z | Downloaded argon2 v0.5.3 |
666 | 2024-12-21T04:24:04.420Z | Downloaded tungstenite v0.21.0 |
667 | 2024-12-21T04:24:04.423Z | Downloaded try-lock v0.2.5 |
668 | 2024-12-21T04:24:04.426Z | Downloaded zip v0.6.6 |
669 | 2024-12-21T04:24:04.428Z | Downloaded tokio-macros v2.4.0 |
670 | 2024-12-21T04:24:04.431Z | Downloaded synstructure v0.13.1 |
671 | 2024-12-21T04:24:04.434Z | Downloaded spin v0.5.2 |
672 | 2024-12-21T04:24:04.434Z | Downloaded zerovec v0.10.4 |
673 | 2024-12-21T04:24:04.445Z | Downloaded zerovec-derive v0.10.3 |
674 | 2024-12-21T04:24:04.447Z | Downloaded cookie_store v0.21.0 |
675 | 2024-12-21T04:24:04.447Z | Downloaded cookie v0.18.1 |
676 | 2024-12-21T04:24:04.447Z | Downloaded chacha20poly1305 v0.10.1 |
677 | 2024-12-21T04:24:04.450Z | Downloaded cc v1.1.30 |
678 | 2024-12-21T04:24:04.453Z | Downloaded castaway v0.2.3 |
679 | 2024-12-21T04:24:04.455Z | Downloaded phf_shared v0.11.2 |
680 | 2024-12-21T04:24:04.457Z | Downloaded lru-cache v0.1.2 |
681 | 2024-12-21T04:24:04.457Z | Downloaded libxml v0.3.3 |
682 | 2024-12-21T04:24:04.464Z | Downloaded polyval v0.6.2 |
683 | 2024-12-21T04:24:04.466Z | Downloaded hubpack_derive v0.1.1 |
684 | 2024-12-21T04:24:04.470Z | Downloaded hickory-server v0.24.1 |
685 | 2024-12-21T04:24:04.473Z | Downloaded maybe-uninit v2.0.0 |
686 | 2024-12-21T04:24:04.476Z | Downloaded cancel-safe-futures v0.1.5 |
687 | 2024-12-21T04:24:04.479Z | Downloaded fallible-streaming-iterator v0.1.9 |
688 | 2024-12-21T04:24:04.483Z | Downloaded scrypt v0.11.0 |
689 | 2024-12-21T04:24:04.483Z | Downloaded foreign-types v0.5.0 |
690 | 2024-12-21T04:24:04.486Z | Downloaded fallible-iterator v0.3.0 |
691 | 2024-12-21T04:24:04.487Z | Downloaded half v2.4.1 |
692 | 2024-12-21T04:24:04.489Z | Downloaded env_filter v0.1.2 |
693 | 2024-12-21T04:24:04.489Z | Downloaded buf-list v1.0.3 |
694 | 2024-12-21T04:24:04.493Z | Downloaded libz-sys v1.1.20 |
695 | 2024-12-21T04:24:04.514Z | Downloaded nix v0.28.0 |
696 | 2024-12-21T04:24:04.525Z | Downloaded blowfish v0.9.1 |
697 | 2024-12-21T04:24:04.527Z | Downloaded async-bb8-diesel v0.2.1 |
698 | 2024-12-21T04:24:04.530Z | Downloaded assert_matches v1.5.0 |
699 | 2024-12-21T04:24:04.532Z | Downloaded array-init v0.0.4 |
700 | 2024-12-21T04:24:04.532Z | Downloaded sync_wrapper v1.0.1 |
701 | 2024-12-21T04:24:04.535Z | Downloaded stable_deref_trait v1.2.0 |
702 | 2024-12-21T04:24:04.535Z | Downloaded rustls-pki-types v1.10.0 |
703 | 2024-12-21T04:24:04.538Z | Downloaded nix v0.27.1 |
704 | 2024-12-21T04:24:04.550Z | Downloaded stringprep v0.1.5 |
705 | 2024-12-21T04:24:04.553Z | Downloaded crucible-workspace-hack v0.1.0 |
706 | 2024-12-21T04:24:04.557Z | Downloaded powerfmt v0.2.0 |
707 | 2024-12-21T04:24:04.557Z | Downloaded smoltcp v0.11.0 |
708 | 2024-12-21T04:24:04.569Z | Downloaded time v0.3.36 |
709 | 2024-12-21T04:24:04.576Z | Downloaded quick-error v1.2.3 |
710 | 2024-12-21T04:24:04.579Z | Downloaded path-slash v0.1.5 |
711 | 2024-12-21T04:24:04.594Z | Downloaded p256 v0.13.2 |
712 | 2024-12-21T04:24:04.594Z | Downloaded tabwriter v1.4.0 |
713 | 2024-12-21T04:24:04.594Z | Downloaded steno v0.4.1 |
714 | 2024-12-21T04:24:04.594Z | Downloaded slog-stdlog v4.1.1 |
715 | 2024-12-21T04:24:04.594Z | Downloaded quinn-proto v0.11.8 |
716 | 2024-12-21T04:24:04.598Z | Downloaded tracing-core v0.1.32 |
717 | 2024-12-21T04:24:04.601Z | Downloaded openssl-probe v0.1.5 |
718 | 2024-12-21T04:24:04.604Z | Downloaded tokio-util v0.7.12 |
719 | 2024-12-21T04:24:04.610Z | Downloaded tracing v0.1.40 |
720 | 2024-12-21T04:24:04.615Z | Downloaded tracing-attributes v0.1.27 |
721 | 2024-12-21T04:24:04.618Z | Downloaded ed25519 v2.2.3 |
722 | 2024-12-21T04:24:04.621Z | Downloaded yoke v0.7.4 |
723 | 2024-12-21T04:24:04.623Z | Downloaded diesel-dtrace v0.4.2 |
724 | 2024-12-21T04:24:04.626Z | Downloaded ed25519-dalek v2.1.1 |
725 | 2024-12-21T04:24:04.628Z | Downloaded zone v0.1.8 |
726 | 2024-12-21T04:24:04.631Z | Downloaded zip v2.1.3 |
727 | 2024-12-21T04:24:04.634Z | Downloaded env_logger v0.11.5 |
728 | 2024-12-21T04:24:04.637Z | Downloaded fallible-iterator v0.2.0 |
729 | 2024-12-21T04:24:04.644Z | Downloaded fd-lock v4.0.2 |
730 | 2024-12-21T04:24:04.646Z | Downloaded glob v0.3.1 |
731 | 2024-12-21T04:24:04.646Z | Downloaded futures-executor v0.3.31 |
732 | 2024-12-21T04:24:04.646Z | Downloaded rusty-fork v0.3.0 |
733 | 2024-12-21T04:24:04.647Z | Downloaded zerocopy-derive v0.8.10 |
734 | 2024-12-21T04:24:04.654Z | Downloaded git2 v0.19.0 |
735 | 2024-12-21T04:24:04.664Z | Downloaded dropshot_endpoint v0.13.0 |
736 | 2024-12-21T04:24:04.668Z | Downloaded idna v0.3.0 |
737 | 2024-12-21T04:24:04.676Z | Downloaded opaque-debug v0.3.1 |
738 | 2024-12-21T04:24:04.679Z | Downloaded nix v0.29.0 |
739 | 2024-12-21T04:24:04.690Z | Downloaded pkcs1 v0.7.5 |
740 | 2024-12-21T04:24:04.693Z | Downloaded pin-utils v0.1.0 |
741 | 2024-12-21T04:24:04.696Z | Downloaded wyz v0.5.1 |
742 | 2024-12-21T04:24:04.698Z | Downloaded zerofrom-derive v0.1.4 |
743 | 2024-12-21T04:24:04.698Z | Downloaded tokio-tungstenite v0.21.0 |
744 | 2024-12-21T04:24:04.701Z | Downloaded pin-project-lite v0.2.14 |
745 | 2024-12-21T04:24:04.705Z | Downloaded rayon v1.10.0 |
746 | 2024-12-21T04:24:04.716Z | Downloaded rustc_version v0.4.1 |
747 | 2024-12-21T04:24:04.719Z | Downloaded hickory-proto v0.24.1 |
748 | 2024-12-21T04:24:04.736Z | Downloaded term v0.7.0 |
749 | 2024-12-21T04:24:04.739Z | Downloaded strip-ansi-escapes v0.2.0 |
750 | 2024-12-21T04:24:04.741Z | Downloaded serde_urlencoded v0.7.1 |
751 | 2024-12-21T04:24:04.744Z | Downloaded serde_repr v0.1.19 |
752 | 2024-12-21T04:24:04.747Z | Downloaded serde_path_to_error v0.1.16 |
753 | 2024-12-21T04:24:04.747Z | Downloaded rtoolbox v0.0.2 |
754 | 2024-12-21T04:24:04.749Z | Downloaded progenitor-macro v0.8.0 |
755 | 2024-12-21T04:24:04.749Z | Downloaded serde_derive_internals v0.29.1 |
756 | 2024-12-21T04:24:04.752Z | Downloaded zopfli v0.8.1 |
757 | 2024-12-21T04:24:04.758Z | Downloaded rustls-webpki v0.101.7 |
758 | 2024-12-21T04:24:04.770Z | Downloaded native-tls v0.2.12 |
759 | 2024-12-21T04:24:04.772Z | Downloaded sync-ptr v0.1.1 |
760 | 2024-12-21T04:24:04.776Z | Downloaded serde_with_macros v3.11.0 |
761 | 2024-12-21T04:24:04.781Z | Downloaded serde_with v3.11.0 |
762 | 2024-12-21T04:24:04.785Z | Downloaded samael v0.0.17 |
763 | 2024-12-21T04:24:04.791Z | Downloaded tinyvec_macros v0.1.1 |
764 | 2024-12-21T04:24:04.793Z | Downloaded tinyvec v1.8.0 |
765 | 2024-12-21T04:24:04.796Z | Downloaded unicode-xid v0.2.6 |
766 | 2024-12-21T04:24:04.799Z | Downloaded unicode-bidi v0.3.17 |
767 | 2024-12-21T04:24:04.801Z | Downloaded nom v7.1.3 |
768 | 2024-12-21T04:24:04.806Z | Downloaded unicode-segmentation v1.12.0 |
769 | 2024-12-21T04:24:04.810Z | Downloaded gethostname v0.5.0 |
770 | 2024-12-21T04:24:04.815Z | Downloaded unicode-normalization v0.1.24 |
771 | 2024-12-21T04:24:04.818Z | Downloaded strum_macros v0.26.4 |
772 | 2024-12-21T04:24:04.822Z | Downloaded quick-xml v0.33.0 |
773 | 2024-12-21T04:24:04.825Z | Downloaded pkcs5 v0.7.1 |
774 | 2024-12-21T04:24:04.830Z | Downloaded serde-big-array v0.5.1 |
775 | 2024-12-21T04:24:04.832Z | Downloaded unicode-properties v0.1.3 |
776 | 2024-12-21T04:24:04.836Z | Downloaded dirs-sys-next v0.1.2 |
777 | 2024-12-21T04:24:04.839Z | Downloaded either v1.13.0 |
778 | 2024-12-21T04:24:04.839Z | Downloaded defmt-macros v0.3.9 |
779 | 2024-12-21T04:24:04.841Z | Downloaded elliptic-curve v0.13.8 |
780 | 2024-12-21T04:24:04.846Z | Downloaded dyn-clone v1.0.17 |
781 | 2024-12-21T04:24:04.848Z | Downloaded ssh-key v0.6.6 |
782 | 2024-12-21T04:24:04.856Z | Downloaded rand_chacha v0.3.1 |
783 | 2024-12-21T04:24:04.858Z | Downloaded tls_codec v0.4.1 |
784 | 2024-12-21T04:24:04.861Z | Downloaded rand v0.8.5 |
785 | 2024-12-21T04:24:04.864Z | Downloaded futures v0.3.31 |
786 | 2024-12-21T04:24:04.869Z | Downloaded futures-channel v0.3.31 |
787 | 2024-12-21T04:24:04.872Z | Downloaded fxhash v0.2.1 |
788 | 2024-12-21T04:24:04.874Z | Downloaded futures-task v0.3.31 |
789 | 2024-12-21T04:24:04.877Z | Downloaded rpassword v7.3.1 |
790 | 2024-12-21T04:24:04.877Z | Downloaded radix_trie v0.2.1 |
791 | 2024-12-21T04:24:04.881Z | Downloaded rsa v0.9.6 |
792 | 2024-12-21T04:24:04.888Z | Downloaded signal-hook-registry v1.4.2 |
793 | 2024-12-21T04:24:04.892Z | Downloaded snafu-derive v0.8.5 |
794 | 2024-12-21T04:24:04.895Z | Downloaded salty v0.3.0 |
795 | 2024-12-21T04:24:04.899Z | Downloaded rustyline v14.0.0 |
796 | 2024-12-21T04:24:04.905Z | Downloaded rustls v0.23.19 |
797 | 2024-12-21T04:24:04.919Z | Downloaded tokio-rustls v0.26.0 |
798 | 2024-12-21T04:24:04.922Z | Downloaded csv v1.3.1 |
799 | 2024-12-21T04:24:04.944Z | Downloaded universal-hash v0.5.1 |
800 | 2024-12-21T04:24:04.946Z | Downloaded unarray v0.1.4 |
801 | 2024-12-21T04:24:04.946Z | Downloaded rustls v0.22.4 |
802 | 2024-12-21T04:24:04.961Z | Downloaded endian-type v0.1.2 |
803 | 2024-12-21T04:24:04.963Z | Downloaded omicron-zone-package v0.11.1 |
804 | 2024-12-21T04:24:04.966Z | Downloaded diesel_derives v2.2.3 |
805 | 2024-12-21T04:24:04.969Z | Downloaded untrusted v0.9.0 |
806 | 2024-12-21T04:24:04.972Z | Downloaded untrusted v0.7.1 |
807 | 2024-12-21T04:24:04.975Z | Downloaded resolv-conf v0.7.0 |
808 | 2024-12-21T04:24:04.977Z | Downloaded rcgen v0.12.1 |
809 | 2024-12-21T04:24:04.980Z | Downloaded psl-types v2.0.11 |
810 | 2024-12-21T04:24:04.981Z | Downloaded progenitor-impl v0.8.0 |
811 | 2024-12-21T04:24:04.983Z | Downloaded progenitor-client v0.8.0 |
812 | 2024-12-21T04:24:04.983Z | Downloaded peg-macros v0.8.4 |
813 | 2024-12-21T04:24:04.986Z | Downloaded parse-size v1.1.0 |
814 | 2024-12-21T04:24:04.992Z | Downloaded packed_struct_codegen v0.10.1 |
815 | 2024-12-21T04:24:04.992Z | Downloaded fatfs v0.3.6 |
816 | 2024-12-21T04:24:04.995Z | Downloaded expectorate v1.1.0 |
817 | 2024-12-21T04:24:04.995Z | Downloaded mockall v0.13.0 |
818 | 2024-12-21T04:24:04.998Z | Downloaded regress v0.10.1 |
819 | 2024-12-21T04:24:05.008Z | Downloaded schemars_derive v0.8.21 |
820 | 2024-12-21T04:24:05.011Z | Downloaded semver v0.1.20 |
821 | 2024-12-21T04:24:05.011Z | Downloaded parse-display-derive v0.10.0 |
822 | 2024-12-21T04:24:05.011Z | Downloaded mirai-annotations v1.12.0 |
823 | 2024-12-21T04:24:05.014Z | Downloaded dropshot v0.13.0 |
824 | 2024-12-21T04:24:05.035Z | Downloaded zeroize_derive v1.4.2 |
825 | 2024-12-21T04:24:05.038Z | Downloaded zeroize v1.8.1 |
826 | 2024-12-21T04:24:05.038Z | Downloaded twox-hash v1.6.3 |
827 | 2024-12-21T04:24:05.041Z | Downloaded diesel v2.2.6 |
828 | 2024-12-21T04:24:05.060Z | Downloaded derive_more v0.99.18 |
829 | 2024-12-21T04:24:05.065Z | Downloaded num-bigint-dig v0.8.4 |
830 | 2024-12-21T04:24:05.070Z | Downloaded number_prefix v0.4.0 |
831 | 2024-12-21T04:24:05.073Z | Downloaded signal-hook-tokio v0.3.1 |
832 | 2024-12-21T04:24:05.073Z | Downloaded pin-project v1.1.6 |
833 | 2024-12-21T04:24:05.085Z | Downloaded flume v0.11.1 |
834 | 2024-12-21T04:24:05.089Z | Downloaded num-bigint v0.4.6 |
835 | 2024-12-21T04:24:05.094Z | Downloaded object v0.36.5 |
836 | 2024-12-21T04:24:05.106Z | Downloaded regex-syntax v0.6.29 |
837 | 2024-12-21T04:24:05.115Z | Downloaded percent-encoding v2.3.1 |
838 | 2024-12-21T04:24:05.119Z | Downloaded pem v3.0.4 |
839 | 2024-12-21T04:24:05.119Z | Downloaded dhcproto v0.12.0 |
840 | 2024-12-21T04:24:05.121Z | Downloaded der_derive v0.7.3 |
841 | 2024-12-21T04:24:05.121Z | Downloaded zone v0.3.0 |
842 | 2024-12-21T04:24:05.124Z | Downloaded unicode_categories v0.1.1 |
843 | 2024-12-21T04:24:05.124Z | Downloaded typify-macro v0.2.0 |
844 | 2024-12-21T04:24:05.127Z | Downloaded pbkdf2 v0.12.2 |
845 | 2024-12-21T04:24:05.127Z | Downloaded pbkdf2 v0.11.0 |
846 | 2024-12-21T04:24:05.130Z | Downloaded tap v1.0.1 |
847 | 2024-12-21T04:24:05.130Z | Downloaded password-hash v0.4.2 |
848 | 2024-12-21T04:24:05.132Z | Downloaded strum_macros v0.24.3 |
849 | 2024-12-21T04:24:05.135Z | Downloaded rustls-pemfile v1.0.4 |
850 | 2024-12-21T04:24:05.138Z | Downloaded strum_macros v0.25.3 |
851 | 2024-12-21T04:24:05.141Z | Downloaded rustversion v1.0.17 |
852 | 2024-12-21T04:24:05.141Z | Downloaded rustc-hash v2.0.0 |
853 | 2024-12-21T04:24:05.146Z | Downloaded parse-zoneinfo v0.3.1 |
854 | 2024-12-21T04:24:05.149Z | Downloaded typify v0.2.0 |
855 | 2024-12-21T04:24:05.149Z | Downloaded structmeta v0.2.0 |
856 | 2024-12-21T04:24:05.149Z | Downloaded rustc-hash v1.1.0 |
857 | 2024-12-21T04:24:05.151Z | Downloaded ssh-cipher v0.2.0 |
858 | 2024-12-21T04:24:05.151Z | Downloaded hash32 v0.2.1 |
859 | 2024-12-21T04:24:05.154Z | Downloaded thiserror-impl-no-std v2.0.2 |
860 | 2024-12-21T04:24:05.157Z | Downloaded serde_plain v1.0.2 |
861 | 2024-12-21T04:24:05.157Z | Downloaded which v4.4.2 |
862 | 2024-12-21T04:24:05.160Z | Downloaded serde-hex v0.1.0 |
863 | 2024-12-21T04:24:05.163Z | Downloaded whoami v1.5.2 |
864 | 2024-12-21T04:24:05.166Z | Downloaded rustls-webpki v0.102.8 |
865 | 2024-12-21T04:24:05.185Z | Downloaded pretty-hex v0.2.1 |
866 | 2024-12-21T04:24:05.188Z | Downloaded unicase v2.7.0 |
867 | 2024-12-21T04:24:05.188Z | Downloaded tls_codec_derive v0.4.1 |
868 | 2024-12-21T04:24:05.191Z | Downloaded sled v0.34.7 |
869 | 2024-12-21T04:24:05.201Z | Downloaded prettyplease v0.2.25 |
870 | 2024-12-21T04:24:05.205Z | Downloaded utf-8 v0.7.6 |
871 | 2024-12-21T04:24:05.207Z | Downloaded thiserror-impl v2.0.3 |
872 | 2024-12-21T04:24:05.211Z | Downloaded strum v0.26.3 |
873 | 2024-12-21T04:24:05.211Z | Downloaded unicode-width v0.2.0 |
874 | 2024-12-21T04:24:05.216Z | Downloaded downcast v0.11.0 |
875 | 2024-12-21T04:24:05.218Z | Downloaded ff v0.13.0 |
876 | 2024-12-21T04:24:05.221Z | Downloaded fixedbitset v0.4.2 |
877 | 2024-12-21T04:24:05.222Z | Downloaded filetime v0.2.25 |
878 | 2024-12-21T04:24:05.225Z | Downloaded enum-as-inner v0.6.1 |
879 | 2024-12-21T04:24:05.225Z | Downloaded flagset v0.4.6 |
880 | 2024-12-21T04:24:05.228Z | Downloaded openssl-macros v0.1.1 |
881 | 2024-12-21T04:24:05.228Z | Downloaded num_threads v0.1.7 |
882 | 2024-12-21T04:24:05.230Z | Downloaded num-complex v0.4.6 |
883 | 2024-12-21T04:24:05.233Z | Downloaded env_logger v0.10.2 |
884 | 2024-12-21T04:24:05.235Z | Downloaded structmeta v0.3.0 |
885 | 2024-12-21T04:24:05.238Z | Downloaded signature v2.2.0 |
886 | 2024-12-21T04:24:05.240Z | Downloaded openssl-sys v0.9.103 |
887 | 2024-12-21T04:24:05.246Z | Downloaded uuid v1.11.0 |
888 | 2024-12-21T04:24:05.251Z | Downloaded openssl v0.10.66 |
889 | 2024-12-21T04:24:05.261Z | Downloaded darling_macro v0.20.10 |
890 | 2024-12-21T04:24:05.264Z | Downloaded zerofrom v0.1.4 |
891 | 2024-12-21T04:24:05.264Z | Downloaded webpki-roots v0.26.6 |
892 | 2024-12-21T04:24:05.267Z | Downloaded embedded-io v0.4.0 |
893 | 2024-12-21T04:24:05.271Z | Downloaded der v0.7.9 |
894 | 2024-12-21T04:24:05.275Z | Downloaded diff v0.1.13 |
895 | 2024-12-21T04:24:05.278Z | Downloaded derive-where v1.2.7 |
896 | 2024-12-21T04:24:05.282Z | Downloaded spki v0.7.3 |
897 | 2024-12-21T04:24:05.285Z | Downloaded mio v1.0.2 |
898 | 2024-12-21T04:24:05.291Z | Downloaded socket2 v0.5.7 |
899 | 2024-12-21T04:24:05.294Z | Downloaded slab v0.4.9 |
900 | 2024-12-21T04:24:05.298Z | Downloaded ref-cast-impl v1.0.23 |
901 | 2024-12-21T04:24:05.298Z | Downloaded diesel_table_macro_syntax v0.2.0 |
902 | 2024-12-21T04:24:05.298Z | Downloaded defmt-parser v0.3.4 |
903 | 2024-12-21T04:24:05.301Z | Downloaded hash32 v0.3.1 |
904 | 2024-12-21T04:24:05.301Z | Downloaded group v0.13.0 |
905 | 2024-12-21T04:24:05.308Z | Downloaded ena v0.14.3 |
906 | 2024-12-21T04:24:05.308Z | Downloaded hashbrown v0.12.3 |
907 | 2024-12-21T04:24:05.311Z | Downloaded deranged v0.3.11 |
908 | 2024-12-21T04:24:05.311Z | Downloaded simd-adler32 v0.3.7 |
909 | 2024-12-21T04:24:05.314Z | Downloaded siphasher v0.3.11 |
910 | 2024-12-21T04:24:05.318Z | Downloaded similar v2.6.0 |
911 | 2024-12-21T04:24:05.320Z | Downloaded h2 v0.4.6 |
912 | 2024-12-21T04:24:05.327Z | Downloaded multer v3.1.0 |
913 | 2024-12-21T04:24:05.333Z | Downloaded enum-as-inner v0.5.1 |
914 | 2024-12-21T04:24:05.336Z | Downloaded hashbrown v0.13.2 |
915 | 2024-12-21T04:24:05.338Z | Downloaded progenitor v0.8.0 |
916 | 2024-12-21T04:24:05.340Z | Downloaded zerocopy-derive v0.6.6 |
917 | 2024-12-21T04:24:05.350Z | Downloaded postcard v1.0.10 |
918 | 2024-12-21T04:24:05.353Z | Downloaded termtree v0.4.1 |
919 | 2024-12-21T04:24:05.356Z | Downloaded slog-async v2.8.0 |
920 | 2024-12-21T04:24:05.356Z | Downloaded smallvec v1.13.2 |
921 | 2024-12-21T04:24:05.359Z | Downloaded sqlparser_derive v0.2.2 |
922 | 2024-12-21T04:24:05.359Z | Downloaded num_enum v0.5.11 |
923 | 2024-12-21T04:24:05.384Z | Downloaded tokio-rustls v0.24.1 |
924 | 2024-12-21T04:24:05.388Z | Downloaded flate2 v1.0.34 |
925 | 2024-12-21T04:24:05.395Z | Downloaded yoke-derive v0.7.4 |
926 | 2024-12-21T04:24:05.399Z | Downloaded pkcs8 v0.10.2 |
927 | 2024-12-21T04:24:05.402Z | Downloaded regex-syntax v0.8.5 |
928 | 2024-12-21T04:24:05.412Z | Downloaded poly1305 v0.8.0 |
929 | 2024-12-21T04:24:05.415Z | Downloaded ppv-lite86 v0.2.20 |
930 | 2024-12-21T04:24:05.418Z | Downloaded portable-atomic v1.9.0 |
931 | 2024-12-21T04:24:05.424Z | Downloaded postgres-types v0.2.8 |
932 | 2024-12-21T04:24:05.427Z | Downloaded same-file v1.0.6 |
933 | 2024-12-21T04:24:05.429Z | Downloaded olpc-cjson v0.1.4 |
934 | 2024-12-21T04:24:05.432Z | Downloaded object v0.30.4 |
935 | 2024-12-21T04:24:05.443Z | Downloaded parking_lot v0.11.2 |
936 | 2024-12-21T04:24:05.450Z | Downloaded peg v0.8.4 |
937 | 2024-12-21T04:24:05.456Z | Downloaded password-hash v0.5.0 |
938 | 2024-12-21T04:24:05.456Z | Downloaded reedline v0.35.0 |
939 | 2024-12-21T04:24:05.461Z | Downloaded phf_generator v0.11.2 |
940 | 2024-12-21T04:24:05.464Z | Downloaded phf_codegen v0.11.2 |
941 | 2024-12-21T04:24:05.464Z | Downloaded newline-converter v0.3.0 |
942 | 2024-12-21T04:24:05.464Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
943 | 2024-12-21T04:24:05.521Z | Downloaded thread_local v1.1.8 |
944 | 2024-12-21T04:24:05.524Z | Downloaded newtype-uuid v1.1.3 |
945 | 2024-12-21T04:24:05.524Z | Downloaded xz2 v0.1.7 |
946 | 2024-12-21T04:24:05.527Z | Downloaded yasna v0.5.2 |
947 | 2024-12-21T04:24:05.529Z | Downloaded owo-colors v4.1.0 |
948 | 2024-12-21T04:24:05.533Z | Downloaded tiny-keccak v2.0.2 |
949 | 2024-12-21T04:24:05.537Z | Downloaded thiserror v2.0.3 |
950 | 2024-12-21T04:24:05.540Z | Downloaded schemars v0.8.21 |
951 | 2024-12-21T04:24:05.552Z | Downloaded shlex v1.3.0 |
952 | 2024-12-21T04:24:05.554Z | Downloaded dirs-next v2.0.0 |
953 | 2024-12-21T04:24:05.556Z | Downloaded difflib v0.4.0 |
954 | 2024-12-21T04:24:05.557Z | Downloaded termcolor v1.4.1 |
955 | 2024-12-21T04:24:05.557Z | Downloaded take_mut v0.2.2 |
956 | 2024-12-21T04:24:05.562Z | Downloaded structmeta-derive v0.2.0 |
957 | 2024-12-21T04:24:05.562Z | Downloaded rustls v0.21.12 |
958 | 2024-12-21T04:24:05.570Z | Downloaded rand_xorshift v0.3.0 |
959 | 2024-12-21T04:24:05.572Z | Downloaded tokio-rustls v0.25.0 |
960 | 2024-12-21T04:24:05.575Z | Downloaded des v0.8.1 |
961 | 2024-12-21T04:24:05.575Z | Downloaded derive_builder_macro v0.20.2 |
962 | 2024-12-21T04:24:05.577Z | Downloaded zone_cfg_derive v0.1.2 |
963 | 2024-12-21T04:24:05.577Z | Downloaded tokio-postgres v0.7.12 |
964 | 2024-12-21T04:24:05.581Z | Downloaded precomputed-hash v0.1.1 |
965 | 2024-12-21T04:24:05.583Z | Downloaded tokio-stream v0.1.16 |
966 | 2024-12-21T04:24:05.586Z | Downloaded parking_lot_core v0.9.10 |
967 | 2024-12-21T04:24:05.589Z | Downloaded multimap v0.10.0 |
968 | 2024-12-21T04:24:05.589Z | Downloaded num-traits v0.2.19 |
969 | 2024-12-21T04:24:05.592Z | Downloaded pin-project-internal v1.1.6 |
970 | 2024-12-21T04:24:05.595Z | Downloaded thiserror-no-std v2.0.2 |
971 | 2024-12-21T04:24:05.598Z | Downloaded structmeta-derive v0.3.0 |
972 | 2024-12-21T04:24:05.598Z | Downloaded nanorand v0.7.0 |
973 | 2024-12-21T04:24:05.600Z | Downloaded smf v0.2.3 |
974 | 2024-12-21T04:24:05.604Z | Downloaded secrecy v0.8.0 |
975 | 2024-12-21T04:24:05.604Z | Downloaded sec1 v0.7.3 |
976 | 2024-12-21T04:24:05.606Z | Downloaded slog v2.7.0 |
977 | 2024-12-21T04:24:05.609Z | Downloaded ref-cast v1.0.23 |
978 | 2024-12-21T04:24:05.611Z | Downloaded zerocopy v0.6.6 |
979 | 2024-12-21T04:24:05.614Z | Downloaded vergen v8.3.2 |
980 | 2024-12-21T04:24:05.616Z | Downloaded float-ord v0.3.2 |
981 | 2024-12-21T04:24:05.616Z | Downloaded embedded-io v0.6.1 |
982 | 2024-12-21T04:24:05.618Z | Downloaded nu-ansi-term v0.50.1 |
983 | 2024-12-21T04:24:05.621Z | Downloaded smallvec v0.6.14 |
984 | 2024-12-21T04:24:05.621Z | Downloaded slog-dtrace v0.3.0 |
985 | 2024-12-21T04:24:05.623Z | Downloaded gimli v0.31.1 |
986 | 2024-12-21T04:24:05.630Z | Downloaded tinystr v0.7.6 |
987 | 2024-12-21T04:24:05.633Z | Downloaded slog-bunyan v2.5.0 |
988 | 2024-12-21T04:24:05.637Z | Downloaded qorb v0.2.1 |
989 | 2024-12-21T04:24:05.641Z | Downloaded publicsuffix v2.2.3 |
990 | 2024-12-21T04:24:05.644Z | Downloaded num-conv v0.1.0 |
991 | 2024-12-21T04:24:05.644Z | Downloaded num v0.4.3 |
992 | 2024-12-21T04:24:05.644Z | Downloaded dunce v1.0.5 |
993 | 2024-12-21T04:24:05.647Z | Downloaded oso v0.27.3 |
994 | 2024-12-21T04:24:05.650Z | Downloaded num_enum_derive v0.5.11 |
995 | 2024-12-21T04:24:05.650Z | Downloaded url v2.5.3 |
996 | 2024-12-21T04:24:05.653Z | Downloaded typed-path v0.9.3 |
997 | 2024-12-21T04:24:05.660Z | Downloaded num-derive v0.4.2 |
998 | 2024-12-21T04:24:05.662Z | Downloaded rand_seeder v0.3.0 |
999 | 2024-12-21T04:24:05.665Z | Downloaded petgraph v0.6.5 |
1000 | 2024-12-21T04:24:05.682Z | Downloaded rusqlite v0.32.1 |
1001 | 2024-12-21T04:24:05.688Z | Downloaded oso-derive v0.27.3 |
1002 | 2024-12-21T04:24:05.691Z | Downloaded x509-cert v0.2.5 |
1003 | 2024-12-21T04:24:05.695Z | Downloaded zerocopy v0.8.10 |
1004 | 2024-12-21T04:24:05.720Z | Downloaded sqlparser v0.45.0 |
1005 | 2024-12-21T04:24:05.725Z | Downloaded sqlformat v0.2.6 |
1006 | 2024-12-21T04:24:05.728Z | Downloaded r2d2 v0.8.10 |
1007 | 2024-12-21T04:24:05.731Z | Downloaded packed_struct v0.10.1 |
1008 | 2024-12-21T04:24:05.731Z | Downloaded p521 v0.13.3 |
1009 | 2024-12-21T04:24:05.735Z | Downloaded display-error-chain v0.2.2 |
1010 | 2024-12-21T04:24:05.738Z | Downloaded vcpkg v0.2.15 |
1011 | 2024-12-21T04:24:05.772Z | Downloaded scheduled-thread-pool v0.2.7 |
1012 | 2024-12-21T04:24:05.789Z | Downloaded sha3 v0.10.8 |
1013 | 2024-12-21T04:24:05.789Z | Downloaded trust-dns-proto v0.22.0 |
1014 | 2024-12-21T04:24:05.792Z | Downloaded value-bag v1.9.0 |
1015 | 2024-12-21T04:24:05.795Z | Downloaded newtype_derive v0.1.6 |
1016 | 2024-12-21T04:24:05.795Z | Downloaded quinn-udp v0.5.5 |
1017 | 2024-12-21T04:24:05.797Z | Downloaded smoltcp v0.9.1 |
1018 | 2024-12-21T04:24:05.807Z | Downloaded predicates v3.1.2 |
1019 | 2024-12-21T04:24:05.810Z | Downloaded reqwest v0.12.9 |
1020 | 2024-12-21T04:24:05.819Z | Downloaded mockall_derive v0.13.0 |
1021 | 2024-12-21T04:24:05.821Z | Downloaded vte v0.11.1 |
1022 | 2024-12-21T04:24:05.823Z | Downloaded vsss-rs v3.3.4 |
1023 | 2024-12-21T04:24:05.826Z | Downloaded rustc_version v0.1.7 |
1024 | 2024-12-21T04:24:05.826Z | Downloaded russh-keys v0.45.0 |
1025 | 2024-12-21T04:24:05.829Z | Downloaded russh v0.45.0 |
1026 | 2024-12-21T04:24:05.834Z | Downloaded uzers v0.12.1 |
1027 | 2024-12-21T04:24:05.837Z | Downloaded phf_shared v0.10.0 |
1028 | 2024-12-21T04:24:05.837Z | Downloaded ratatui v0.28.1 |
1029 | 2024-12-21T04:24:05.858Z | Downloaded polar-core v0.27.3 |
1030 | 2024-12-21T04:24:05.866Z | Downloaded openapiv3 v2.0.0 |
1031 | 2024-12-21T04:24:05.877Z | Downloaded encoding_rs v0.8.34 |
1032 | 2024-12-21T04:24:05.898Z | Downloaded typify-impl v0.2.0 |
1033 | 2024-12-21T04:24:05.912Z | Downloaded regress v0.9.1 |
1034 | 2024-12-21T04:24:05.919Z | Downloaded tar v0.4.42 |
1035 | 2024-12-21T04:24:05.922Z | Downloaded slog-json v2.6.1 |
1036 | 2024-12-21T04:24:05.924Z | Downloaded primeorder v0.13.6 |
1037 | 2024-12-21T04:24:05.926Z | Downloaded globset v0.4.15 |
1038 | 2024-12-21T04:24:05.926Z | Downloaded xattr v1.3.1 |
1039 | 2024-12-21T04:24:05.929Z | Downloaded writeable v0.5.5 |
1040 | 2024-12-21T04:24:05.933Z | Downloaded subprocess v0.2.9 |
1041 | 2024-12-21T04:24:05.933Z | Downloaded slog-scope v4.4.0 |
1042 | 2024-12-21T04:24:05.936Z | Downloaded unicode-truncate v1.1.0 |
1043 | 2024-12-21T04:24:05.936Z | Downloaded predicates-tree v1.0.11 |
1044 | 2024-12-21T04:24:05.936Z | Downloaded pkg-config v0.3.31 |
1045 | 2024-12-21T04:24:05.939Z | Downloaded parking_lot_core v0.8.6 |
1046 | 2024-12-21T04:24:05.939Z | Downloaded parking_lot v0.12.3 |
1047 | 2024-12-21T04:24:05.942Z | Downloaded new_debug_unreachable v1.0.6 |
1048 | 2024-12-21T04:24:05.942Z | Downloaded write16 v1.0.0 |
1049 | 2024-12-21T04:24:05.944Z | Downloaded winnow v0.5.40 |
1050 | 2024-12-21T04:24:05.951Z | Downloaded dropshot v0.12.0 |
1051 | 2024-12-21T04:24:05.972Z | Downloaded derive_builder v0.20.2 |
1052 | 2024-12-21T04:24:05.975Z | Downloaded zone_cfg_derive v0.3.0 |
1053 | 2024-12-21T04:24:05.977Z | Downloaded termios v0.3.3 |
1054 | 2024-12-21T04:24:05.981Z | Downloaded tokio-tungstenite v0.24.0 |
1055 | 2024-12-21T04:24:05.981Z | Downloaded tokio-tungstenite v0.23.1 |
1056 | 2024-12-21T04:24:05.984Z | Downloaded test-strategy v0.3.1 |
1057 | 2024-12-21T04:24:05.986Z | Downloaded supports-color v3.0.1 |
1058 | 2024-12-21T04:24:05.986Z | Downloaded ssh-encoding v0.2.0 |
1059 | 2024-12-21T04:24:05.990Z | Downloaded sigpipe v0.1.3 |
1060 | 2024-12-21T04:24:05.990Z | Downloaded signal-hook-mio v0.2.4 |
1061 | 2024-12-21T04:24:05.992Z | Downloaded predicates-core v1.0.8 |
1062 | 2024-12-21T04:24:05.992Z | Downloaded postgres-protocol v0.6.7 |
1063 | 2024-12-21T04:24:05.992Z | Downloaded salsa20 v0.10.2 |
1064 | 2024-12-21T04:24:05.995Z | Downloaded russh-cryptovec v0.7.3 |
1065 | 2024-12-21T04:24:05.995Z | Downloaded quinn v0.11.5 |
1066 | 2024-12-21T04:24:05.998Z | Downloaded pem-rfc7468 v0.7.0 |
1067 | 2024-12-21T04:24:06.002Z | Downloaded paste v1.0.15 |
1068 | 2024-12-21T04:24:06.005Z | Downloaded ghash v0.5.1 |
1069 | 2024-12-21T04:24:06.005Z | Downloaded futures-util v0.3.31 |
1070 | 2024-12-21T04:24:06.015Z | Downloaded futures-sink v0.3.31 |
1071 | 2024-12-21T04:24:06.019Z | Downloaded futures-io v0.3.31 |
1072 | 2024-12-21T04:24:06.019Z | Downloaded funty v2.0.0 |
1073 | 2024-12-21T04:24:06.019Z | Downloaded fs_extra v1.3.0 |
1074 | 2024-12-21T04:24:06.022Z | Downloaded fragile v2.0.0 |
1075 | 2024-12-21T04:24:06.022Z | Downloaded form_urlencoded v1.2.1 |
1076 | 2024-12-21T04:24:06.025Z | Downloaded foreign-types-shared v0.3.1 |
1077 | 2024-12-21T04:24:06.025Z | Downloaded foreign-types v0.3.2 |
1078 | 2024-12-21T04:24:06.025Z | Downloaded foldhash v0.1.3 |
1079 | 2024-12-21T04:24:06.025Z | Downloaded tough v0.19.0 |
1080 | 2024-12-21T04:24:06.034Z | Downloaded toolchain_find v0.4.0 |
1081 | 2024-12-21T04:24:06.037Z | Downloaded defmt v0.3.8 |
1082 | 2024-12-21T04:24:06.040Z | Downloaded debug-ignore v1.0.5 |
1083 | 2024-12-21T04:24:06.042Z | Downloaded data-encoding v2.6.0 |
1084 | 2024-12-21T04:24:06.045Z | Downloaded dropshot_endpoint v0.12.0 |
1085 | 2024-12-21T04:24:06.045Z | Downloaded dhcproto-macros v0.1.0 |
1086 | 2024-12-21T04:24:06.048Z | Downloaded normalize-line-endings v0.3.0 |
1087 | 2024-12-21T04:24:06.048Z | Downloaded tokio v1.40.0 |
1088 | 2024-12-21T04:24:06.084Z | Downloaded nodrop v0.1.14 |
1089 | 2024-12-21T04:24:06.087Z | Downloaded nibble_vec v0.1.0 |
1090 | 2024-12-21T04:24:06.087Z | Downloaded snafu v0.8.5 |
1091 | 2024-12-21T04:24:06.091Z | Downloaded slog-envlogger v2.2.0 |
1092 | 2024-12-21T04:24:06.094Z | Downloaded regex-automata v0.4.8 |
1093 | 2024-12-21T04:24:06.109Z | Downloaded rustfmt-wrapper v0.2.1 |
1094 | 2024-12-21T04:24:06.113Z | Downloaded futures-core v0.3.31 |
1095 | 2024-12-21T04:24:06.113Z | Downloaded ecdsa v0.16.9 |
1096 | 2024-12-21T04:24:06.114Z | Downloaded displaydoc v0.2.5 |
1097 | 2024-12-21T04:24:06.116Z | Downloaded darling_core v0.20.10 |
1098 | 2024-12-21T04:24:06.122Z | Downloaded vte_generate_state_changes v0.1.2 |
1099 | 2024-12-21T04:24:06.125Z | Downloaded tui-tree-widget v0.22.0 |
1100 | 2024-12-21T04:24:06.125Z | Downloaded rfc6979 v0.4.0 |
1101 | 2024-12-21T04:24:06.128Z | Downloaded petname v2.0.2 |
1102 | 2024-12-21T04:24:06.131Z | Downloaded peg-runtime v0.8.3 |
1103 | 2024-12-21T04:24:06.134Z | Downloaded parse-display v0.10.0 |
1104 | 2024-12-21T04:24:06.134Z | Downloaded p384 v0.13.0 |
1105 | 2024-12-21T04:24:06.139Z | Downloaded phf v0.11.2 |
1106 | 2024-12-21T04:24:06.142Z | Downloaded subtle v2.6.1 |
1107 | 2024-12-21T04:24:06.142Z | Downloaded signal-hook v0.3.17 |
1108 | 2024-12-21T04:24:06.144Z | Downloaded foreign-types-macros v0.2.3 |
1109 | 2024-12-21T04:24:06.144Z | Downloaded waitgroup v0.1.2 |
1110 | 2024-12-21T04:24:06.149Z | Downloaded tungstenite v0.23.0 |
1111 | 2024-12-21T04:24:06.149Z | Downloaded topological-sort v0.2.2 |
1112 | 2024-12-21T04:24:06.152Z | Downloaded toml_edit v0.19.15 |
1113 | 2024-12-21T04:24:06.166Z | Downloaded ron v0.8.1 |
1114 | 2024-12-21T04:24:06.172Z | Downloaded regex v1.11.1 |
1115 | 2024-12-21T04:24:06.184Z | Downloaded num-rational v0.4.2 |
1116 | 2024-12-21T04:24:06.186Z | Downloaded num-iter v0.1.45 |
1117 | 2024-12-21T04:24:06.186Z | Downloaded num-integer v0.1.46 |
1118 | 2024-12-21T04:24:06.189Z | Downloaded hashlink v0.9.1 |
1119 | 2024-12-21T04:24:06.189Z | Downloaded libsw v3.3.1 |
1120 | 2024-12-21T04:24:06.192Z | Downloaded kstat-rs v0.2.4 |
1121 | 2024-12-21T04:24:06.192Z | Downloaded internet-checksum v0.2.1 |
1122 | 2024-12-21T04:24:06.192Z | Downloaded instability v0.3.2 |
1123 | 2024-12-21T04:24:06.195Z | Downloaded indent_write v2.2.0 |
1124 | 2024-12-21T04:24:06.195Z | Downloaded wait-timeout v0.2.0 |
1125 | 2024-12-21T04:24:06.198Z | Downloaded utf8_iter v1.0.4 |
1126 | 2024-12-21T04:24:06.198Z | Downloaded rand_core v0.6.4 |
1127 | 2024-12-21T04:24:06.202Z | Downloaded lzma-sys v0.1.20 |
1128 | 2024-12-21T04:24:06.230Z | Downloaded hyper-staticfile v0.10.1 |
1129 | 2024-12-21T04:24:06.233Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1130 | 2024-12-21T04:24:06.244Z | Downloaded ctr v0.9.2 |
1131 | 2024-12-21T04:24:06.248Z | Downloaded crossbeam-deque v0.8.5 |
1132 | 2024-12-21T04:24:06.248Z | Downloaded cfg_aliases v0.2.1 |
1133 | 2024-12-21T04:24:06.251Z | Downloaded bit-set v0.5.3 |
1134 | 2024-12-21T04:24:06.251Z | Downloaded aho-corasick v1.1.3 |
1135 | 2024-12-21T04:24:06.255Z | Downloaded bit-vec v0.6.3 |
1136 | 2024-12-21T04:24:06.259Z | Downloaded base64ct v1.6.0 |
1137 | 2024-12-21T04:24:06.262Z | Downloaded hex v0.4.3 |
1138 | 2024-12-21T04:24:06.262Z | Downloaded heapless v0.7.17 |
1139 | 2024-12-21T04:24:06.264Z | Downloaded aes v0.8.4 |
1140 | 2024-12-21T04:24:06.267Z | Downloaded async-stream v0.3.6 |
1141 | 2024-12-21T04:24:06.271Z | Downloaded http-body v1.0.1 |
1142 | 2024-12-21T04:24:06.273Z | Downloaded hostname v0.3.1 |
1143 | 2024-12-21T04:24:06.273Z | Downloaded home v0.5.9 |
1144 | 2024-12-21T04:24:06.274Z | Downloaded async-stream-impl v0.3.6 |
1145 | 2024-12-21T04:24:06.274Z | Downloaded ahash v0.8.11 |
1146 | 2024-12-21T04:24:06.278Z | Downloaded hickory-resolver v0.24.1 |
1147 | 2024-12-21T04:24:06.281Z | Downloaded heck v0.3.3 |
1148 | 2024-12-21T04:24:06.284Z | Downloaded allocator-api2 v0.2.18 |
1149 | 2024-12-21T04:24:06.496Z | Downloaded aws-lc-sys v0.22.0 |
1150 | 2024-12-21T04:24:06.847Z | Downloaded ring v0.16.20 |
1151 | 2024-12-21T04:24:06.934Z | Downloaded ring v0.17.8 |
1152 | 2024-12-21T04:24:07.046Z | Downloaded libsqlite3-sys v0.30.1 |
1153 | 2024-12-21T04:24:07.233Z | Compiling serde v1.0.215 |
1154 | 2024-12-21T04:24:07.236Z | Compiling lock_api v0.4.12 |
1155 | 2024-12-21T04:24:07.236Z | Compiling scopeguard v1.2.0 |
1156 | 2024-12-21T04:24:07.236Z | Compiling value-bag v1.9.0 |
1157 | 2024-12-21T04:24:07.236Z | Compiling typenum v1.17.0 |
1158 | 2024-12-21T04:24:07.382Z | Compiling generic-array v0.14.7 |
1159 | 2024-12-21T04:24:07.422Z | Compiling syn v2.0.87 |
1160 | 2024-12-21T04:24:07.436Z | Compiling getrandom v0.2.15 |
1161 | 2024-12-21T04:24:07.585Z | Compiling subtle v2.6.1 |
1162 | 2024-12-21T04:24:07.736Z | Compiling rand_core v0.6.4 |
1163 | 2024-12-21T04:24:07.820Z | Compiling log v0.4.22 |
1164 | 2024-12-21T04:24:07.930Z | Compiling shlex v1.3.0 |
1165 | 2024-12-21T04:24:07.957Z | Compiling jobserver v0.1.32 |
1166 | 2024-12-21T04:24:07.976Z | Compiling const-oid v0.9.6 |
1167 | 2024-12-21T04:24:08.279Z | Compiling smallvec v1.13.2 |
1168 | 2024-12-21T04:24:08.298Z | Compiling spin v0.9.8 |
1169 | 2024-12-21T04:24:08.356Z | Compiling cc v1.1.30 |
1170 | 2024-12-21T04:24:08.702Z | Compiling pin-project-lite v0.2.14 |
1171 | 2024-12-21T04:24:08.722Z | Compiling rustix v0.38.37 |
1172 | 2024-12-21T04:24:08.724Z | Compiling parking_lot_core v0.9.10 |
1173 | 2024-12-21T04:24:08.823Z | Compiling futures-core v0.3.31 |
1174 | 2024-12-21T04:24:08.904Z | Compiling signal-hook-registry v1.4.2 |
1175 | 2024-12-21T04:24:09.069Z | Compiling mio v1.0.2 |
1176 | 2024-12-21T04:24:09.646Z | Compiling parking_lot v0.12.3 |
1177 | 2024-12-21T04:24:09.746Z | Compiling aho-corasick v1.1.3 |
1178 | 2024-12-21T04:24:09.850Z | Compiling cpufeatures v0.2.14 |
1179 | 2024-12-21T04:24:09.941Z | Compiling regex-syntax v0.8.5 |
1180 | 2024-12-21T04:24:09.959Z | Compiling either v1.13.0 |
1181 | 2024-12-21T04:24:10.045Z | Compiling lazy_static v1.5.0 |
1182 | 2024-12-21T04:24:10.177Z | Compiling futures-sink v0.3.31 |
1183 | 2024-12-21T04:24:10.256Z | Compiling stable_deref_trait v1.2.0 |
1184 | 2024-12-21T04:24:10.333Z | Compiling glob v0.3.1 |
1185 | 2024-12-21T04:24:10.396Z | Compiling socket2 v0.5.7 |
1186 | 2024-12-21T04:24:10.485Z | Compiling slab v0.4.9 |
1187 | 2024-12-21T04:24:10.664Z | Compiling prettyplease v0.2.25 |
1188 | 2024-12-21T04:24:10.939Z | Compiling minimal-lexical v0.2.1 |
1189 | 2024-12-21T04:24:11.021Z | Compiling serde_json v1.0.133 |
1190 | 2024-12-21T04:24:11.384Z | Compiling nom v7.1.3 |
1191 | 2024-12-21T04:24:11.471Z | Compiling clang-sys v1.8.1 |
1192 | 2024-12-21T04:24:11.491Z | Compiling libloading v0.8.5 |
1193 | 2024-12-21T04:24:11.748Z | Compiling bindgen v0.69.5 |
1194 | 2024-12-21T04:24:11.907Z | Compiling home v0.5.9 |
1195 | 2024-12-21T04:24:12.197Z | Compiling itertools v0.12.1 |
1196 | 2024-12-21T04:24:12.584Z | Compiling futures-channel v0.3.31 |
1197 | 2024-12-21T04:24:12.730Z | Compiling foldhash v0.1.3 |
1198 | 2024-12-21T04:24:13.022Z | Compiling lazycell v1.3.0 |
1199 | 2024-12-21T04:24:13.066Z | Compiling futures-io v0.3.31 |
1200 | 2024-12-21T04:24:13.198Z | Compiling futures-task v0.3.31 |
1201 | 2024-12-21T04:24:13.401Z | Compiling libm v0.2.8 |
1202 | 2024-12-21T04:24:13.518Z | Compiling pin-utils v0.1.0 |
1203 | 2024-12-21T04:24:13.610Z | Compiling rustc-hash v1.1.0 |
1204 | 2024-12-21T04:24:13.714Z | Compiling allocator-api2 v0.2.18 |
1205 | 2024-12-21T04:24:13.765Z | Compiling regex-automata v0.4.8 |
1206 | 2024-12-21T04:24:14.559Z | Compiling hashbrown v0.15.1 |
1207 | 2024-12-21T04:24:15.136Z | Compiling synstructure v0.13.1 |
1208 | 2024-12-21T04:24:15.619Z | Compiling cexpr v0.6.0 |
1209 | 2024-12-21T04:24:15.986Z | Compiling cmake v0.1.51 |
1210 | 2024-12-21T04:24:16.883Z | Compiling num-traits v0.2.19 |
1211 | 2024-12-21T04:24:17.023Z | Compiling pkg-config v0.3.31 |
1212 | 2024-12-21T04:24:17.057Z | Compiling tinyvec_macros v0.1.1 |
1213 | 2024-12-21T04:24:17.149Z | Compiling dunce v1.0.5 |
1214 | 2024-12-21T04:24:17.168Z | Compiling fs_extra v1.3.0 |
1215 | 2024-12-21T04:24:17.389Z | Compiling tinyvec v1.8.0 |
1216 | 2024-12-21T04:24:17.773Z | Compiling ring v0.17.8 |
1217 | 2024-12-21T04:24:18.579Z | Compiling litemap v0.7.3 |
1218 | 2024-12-21T04:24:18.922Z | Compiling unicode-normalization v0.1.24 |
1219 | 2024-12-21T04:24:18.943Z | Compiling base64ct v1.6.0 |
1220 | 2024-12-21T04:24:18.959Z | Compiling unicode-bidi v0.3.17 |
1221 | 2024-12-21T04:24:18.962Z | Compiling writeable v0.5.5 |
1222 | 2024-12-21T04:24:19.538Z | Compiling regex v1.11.1 |
1223 | 2024-12-21T04:24:19.557Z | Compiling paste v1.0.15 |
1224 | 2024-12-21T04:24:20.042Z | Compiling pem-rfc7468 v0.7.0 |
1225 | 2024-12-21T04:24:20.387Z | Compiling aws-lc-rs v1.10.0 |
1226 | 2024-12-21T04:24:20.629Z | Compiling httparse v1.9.5 |
1227 | 2024-12-21T04:24:20.649Z | Compiling flagset v0.4.6 |
1228 | 2024-12-21T04:24:20.833Z | Compiling tracing-core v0.1.32 |
1229 | 2024-12-21T04:24:20.853Z | Compiling percent-encoding v2.3.1 |
1230 | 2024-12-21T04:24:21.212Z | Compiling rustls-pki-types v1.10.0 |
1231 | 2024-12-21T04:24:21.371Z | Compiling icu_locid_transform_data v1.5.0 |
1232 | 2024-12-21T04:24:21.473Z | Compiling crossbeam-utils v0.8.20 |
1233 | 2024-12-21T04:24:22.064Z | Compiling untrusted v0.9.0 |
1234 | 2024-12-21T04:24:22.086Z | Compiling mirai-annotations v1.12.0 |
1235 | 2024-12-21T04:24:22.105Z | Compiling serde_derive v1.0.215 |
1236 | 2024-12-21T04:24:22.232Z | Compiling zeroize_derive v1.4.2 |
1237 | 2024-12-21T04:24:22.279Z | Compiling zerocopy-derive v0.7.35 |
1238 | 2024-12-21T04:24:22.282Z | Compiling tokio-macros v2.4.0 |
1239 | 2024-12-21T04:24:22.477Z | Compiling zerofrom-derive v0.1.4 |
1240 | 2024-12-21T04:24:23.750Z | Compiling zeroize v1.8.1 |
1241 | 2024-12-21T04:24:23.855Z | Compiling thiserror-impl v1.0.69 |
1242 | 2024-12-21T04:24:24.461Z | Compiling yoke-derive v0.7.4 |
1243 | 2024-12-21T04:24:24.504Z | Compiling zerocopy v0.7.35 |
1244 | 2024-12-21T04:24:25.539Z | Compiling crypto-common v0.1.6 |
1245 | 2024-12-21T04:24:25.784Z | Compiling block-buffer v0.10.4 |
1246 | 2024-12-21T04:24:26.065Z | Compiling digest v0.10.7 |
1247 | 2024-12-21T04:24:26.098Z | Compiling zerovec-derive v0.10.3 |
1248 | 2024-12-21T04:24:26.552Z | Compiling hmac v0.12.1 |
1249 | 2024-12-21T04:24:26.580Z | Compiling futures-macro v0.3.31 |
1250 | 2024-12-21T04:24:26.622Z | Compiling zerofrom v0.1.4 |
1251 | 2024-12-21T04:24:26.799Z | Compiling block-padding v0.3.3 |
1252 | 2024-12-21T04:24:26.834Z | Compiling displaydoc v0.2.5 |
1253 | 2024-12-21T04:24:27.055Z | Compiling inout v0.1.3 |
1254 | 2024-12-21T04:24:27.157Z | Compiling thiserror v1.0.69 |
1255 | 2024-12-21T04:24:27.297Z | Compiling cipher v0.4.4 |
1256 | 2024-12-21T04:24:27.323Z | Compiling sha2 v0.10.8 |
1257 | 2024-12-21T04:24:27.561Z | Compiling yoke v0.7.4 |
1258 | 2024-12-21T04:24:27.819Z | Compiling ppv-lite86 v0.2.20 |
1259 | 2024-12-21T04:24:27.958Z | Compiling icu_provider_macros v1.5.0 |
1260 | 2024-12-21T04:24:28.488Z | Compiling der_derive v0.7.3 |
1261 | 2024-12-21T04:24:28.491Z | Compiling futures-util v0.3.31 |
1262 | 2024-12-21T04:24:28.680Z | Compiling rand_chacha v0.3.1 |
1263 | 2024-12-21T04:24:28.711Z | Compiling zerovec v0.10.4 |
1264 | 2024-12-21T04:24:29.121Z | Compiling tracing-attributes v0.1.27 |
1265 | 2024-12-21T04:24:30.184Z | Compiling rand v0.8.5 |
1266 | 2024-12-21T04:24:30.832Z | Compiling tinystr v0.7.6 |
1267 | 2024-12-21T04:24:30.969Z | Compiling der v0.7.9 |
1268 | 2024-12-21T04:24:31.026Z | Compiling icu_collections v1.5.0 |
1269 | 2024-12-21T04:24:31.046Z | Compiling salsa20 v0.10.2 |
1270 | 2024-12-21T04:24:31.269Z | Compiling icu_locid v1.5.0 |
1271 | 2024-12-21T04:24:31.288Z | Compiling pest v2.7.14 |
1272 | 2024-12-21T04:24:32.479Z | Compiling pbkdf2 v0.12.2 |
1273 | 2024-12-21T04:24:32.558Z | Compiling icu_provider v1.5.0 |
1274 | 2024-12-21T04:24:32.663Z | Compiling num-conv v0.1.0 |
1275 | 2024-12-21T04:24:32.821Z | Compiling tracing v0.1.40 |
1276 | 2024-12-21T04:24:32.959Z | Compiling powerfmt v0.2.0 |
1277 | 2024-12-21T04:24:33.341Z | Compiling icu_locid_transform v1.5.0 |
1278 | 2024-12-21T04:24:33.362Z | Compiling spki v0.7.3 |
1279 | 2024-12-21T04:24:33.644Z | Compiling time-core v0.1.2 |
1280 | 2024-12-21T04:24:33.728Z | Compiling vcpkg v0.2.15 |
1281 | 2024-12-21T04:24:33.747Z | Compiling untrusted v0.7.1 |
1282 | 2024-12-21T04:24:33.812Z | Compiling icu_properties_data v1.5.0 |
1283 | 2024-12-21T04:24:33.932Z | Compiling pest_meta v2.7.14 |
1284 | 2024-12-21T04:24:34.075Z | Compiling time-macros v0.2.18 |
1285 | 2024-12-21T04:24:34.325Z | Compiling deranged v0.3.11 |
1286 | 2024-12-21T04:24:34.378Z | Compiling scrypt v0.11.0 |
1287 | 2024-12-21T04:24:34.679Z | Compiling icu_properties v1.5.1 |
1288 | 2024-12-21T04:24:36.017Z | Compiling openssl-sys v0.9.103 |
1289 | 2024-12-21T04:24:36.098Z | Compiling aes v0.8.4 |
1290 | 2024-12-21T04:24:36.332Z | Compiling cbc v0.1.2 |
1291 | 2024-12-21T04:24:36.582Z | Compiling bitflags v2.6.0 |
1292 | 2024-12-21T04:24:36.777Z | Compiling bytes v1.8.0 |
1293 | 2024-12-21T04:24:37.429Z | Compiling indexmap v2.6.0 |
1294 | 2024-12-21T04:24:38.087Z | Compiling tokio v1.40.0 |
1295 | 2024-12-21T04:24:38.786Z | Compiling http v1.1.0 |
1296 | 2024-12-21T04:24:38.955Z | Compiling semver v1.0.23 |
1297 | 2024-12-21T04:24:39.002Z | Compiling scroll_derive v0.12.0 |
1298 | 2024-12-21T04:24:39.617Z | Compiling rustc_version v0.4.1 |
1299 | 2024-12-21T04:24:39.739Z | Compiling utf16_iter v1.0.5 |
1300 | 2024-12-21T04:24:39.949Z | Compiling num_threads v0.1.7 |
1301 | 2024-12-21T04:24:40.086Z | Compiling utf8_iter v1.0.4 |
1302 | 2024-12-21T04:24:40.341Z | Compiling write16 v1.0.0 |
1303 | 2024-12-21T04:24:40.382Z | Compiling icu_normalizer_data v1.5.0 |
1304 | 2024-12-21T04:24:40.468Z | Compiling atomic-waker v1.1.2 |
1305 | 2024-12-21T04:24:40.499Z | Compiling icu_normalizer v1.5.0 |
1306 | 2024-12-21T04:24:40.501Z | Compiling http-body v1.0.1 |
1307 | 2024-12-21T04:24:40.537Z | Compiling time v0.3.36 |
1308 | 2024-12-21T04:24:40.557Z | Compiling scroll v0.12.0 |
1309 | 2024-12-21T04:24:40.752Z | Compiling pkcs5 v0.7.1 |
1310 | 2024-12-21T04:24:40.828Z | Compiling pest_generator v2.7.14 |
1311 | 2024-12-21T04:24:41.107Z | Compiling which v4.4.2 |
1312 | 2024-12-21T04:24:41.276Z | Compiling form_urlencoded v1.2.1 |
1313 | 2024-12-21T04:24:41.707Z | Compiling try-lock v0.2.5 |
1314 | 2024-12-21T04:24:41.864Z | Compiling slog v2.7.0 |
1315 | 2024-12-21T04:24:41.960Z | Compiling goblin v0.8.2 |
1316 | 2024-12-21T04:24:42.469Z | Compiling want v0.3.1 |
1317 | 2024-12-21T04:24:42.489Z | Compiling idna_adapter v1.2.0 |
1318 | 2024-12-21T04:24:42.574Z | Compiling pkcs8 v0.10.2 |
1319 | 2024-12-21T04:24:42.706Z | Compiling uuid v1.11.0 |
1320 | 2024-12-21T04:24:42.773Z | Compiling httpdate v1.0.3 |
1321 | 2024-12-21T04:24:42.809Z | Compiling pest_derive v2.7.14 |
1322 | 2024-12-21T04:24:43.238Z | Compiling iana-time-zone v0.1.61 |
1323 | 2024-12-21T04:24:43.316Z | Compiling idna v1.0.3 |
1324 | 2024-12-21T04:24:43.638Z | Compiling dtrace-parser v0.2.0 |
1325 | 2024-12-21T04:24:43.708Z | Compiling chrono v0.4.38 |
1326 | 2024-12-21T04:24:44.982Z | Compiling serde_spanned v0.6.8 |
1327 | 2024-12-21T04:24:45.209Z | Compiling serde_tokenstream v0.2.2 |
1328 | 2024-12-21T04:24:45.228Z | Compiling toml_datetime v0.6.8 |
1329 | 2024-12-21T04:24:45.784Z | Compiling adler2 v2.0.0 |
1330 | 2024-12-21T04:24:45.863Z | Compiling tower-service v0.3.3 |
1331 | 2024-12-21T04:24:45.883Z | Compiling base64 v0.22.1 |
1332 | 2024-12-21T04:24:45.998Z | Compiling foreign-types-shared v0.1.1 |
1333 | 2024-12-21T04:24:46.002Z | Compiling match_cfg v0.1.0 |
1334 | 2024-12-21T04:24:46.030Z | Compiling rustversion v1.0.17 |
1335 | 2024-12-21T04:24:46.103Z | Compiling openssl v0.10.66 |
1336 | 2024-12-21T04:24:46.103Z | Compiling hostname v0.3.1 |
1337 | 2024-12-21T04:24:46.364Z | Compiling foreign-types v0.3.2 |
1338 | 2024-12-21T04:24:46.642Z | Compiling tokio-util v0.7.12 |
1339 | 2024-12-21T04:24:46.657Z | Compiling miniz_oxide v0.8.0 |
1340 | 2024-12-21T04:24:46.657Z | Compiling url v2.5.3 |
1341 | 2024-12-21T04:24:47.566Z | Compiling h2 v0.4.6 |
1342 | 2024-12-21T04:24:47.917Z | Compiling dof v0.3.0 |
1343 | 2024-12-21T04:24:48.119Z | Compiling openssl-macros v0.1.1 |
1344 | 2024-12-21T04:24:48.179Z | Compiling async-trait v0.1.83 |
1345 | 2024-12-21T04:24:48.666Z | Compiling usdt-impl v0.5.0 |
1346 | 2024-12-21T04:24:48.912Z | Compiling serde_derive_internals v0.29.1 |
1347 | 2024-12-21T04:24:50.161Z | Compiling dirs-sys-next v0.1.2 |
1348 | 2024-12-21T04:24:50.228Z | Compiling siphasher v0.3.11 |
1349 | 2024-12-21T04:24:50.626Z | Compiling schemars v0.8.21 |
1350 | 2024-12-21T04:24:50.907Z | Compiling native-tls v0.2.12 |
1351 | 2024-12-21T04:24:50.942Z | Compiling rustls v0.22.4 |
1352 | 2024-12-21T04:24:50.969Z | Compiling syn v1.0.109 |
1353 | 2024-12-21T04:24:51.204Z | Compiling data-encoding v2.6.0 |
1354 | 2024-12-21T04:24:51.251Z | Compiling rustls v0.23.19 |
1355 | 2024-12-21T04:24:51.611Z | Compiling dirs-next v2.0.0 |
1356 | 2024-12-21T04:24:51.785Z | Compiling schemars_derive v0.8.21 |
1357 | 2024-12-21T04:24:52.492Z | Compiling http-body-util v0.1.2 |
1358 | 2024-12-21T04:24:53.048Z | Compiling heapless v0.7.17 |
1359 | 2024-12-21T04:24:53.242Z | Compiling crossbeam-epoch v0.9.18 |
1360 | 2024-12-21T04:24:53.489Z | Compiling signature v2.2.0 |
1361 | 2024-12-21T04:24:53.605Z | Compiling sha1 v0.10.6 |
1362 | 2024-12-21T04:24:53.757Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1363 | 2024-12-21T04:24:53.774Z | Compiling thread_local v1.1.8 |
1364 | 2024-12-21T04:24:54.007Z | Compiling multer v3.1.0 |
1365 | 2024-12-21T04:24:54.062Z | Compiling cookie v0.18.1 |
1366 | 2024-12-21T04:24:54.248Z | Compiling encoding_rs v0.8.34 |
1367 | 2024-12-21T04:24:54.283Z | Compiling rayon-core v1.12.1 |
1368 | 2024-12-21T04:24:54.310Z | Compiling openssl-probe v0.1.5 |
1369 | 2024-12-21T04:24:54.341Z | Compiling dyn-clone v1.0.17 |
1370 | 2024-12-21T04:24:54.561Z | Compiling hyper v1.5.0 |
1371 | 2024-12-21T04:24:54.581Z | Compiling mime v0.3.17 |
1372 | 2024-12-21T04:24:54.644Z | Compiling unicode-properties v0.1.3 |
1373 | 2024-12-21T04:24:55.047Z | Compiling slog-async v2.8.0 |
1374 | 2024-12-21T04:24:55.091Z | Compiling gimli v0.31.1 |
1375 | 2024-12-21T04:24:55.209Z | Compiling signal-hook v0.3.17 |
1376 | 2024-12-21T04:24:55.488Z | Compiling ipnet v2.10.1 |
1377 | 2024-12-21T04:24:55.691Z | Compiling toml_edit v0.22.22 |
1378 | 2024-12-21T04:24:58.270Z | Compiling hyper-util v0.1.10 |
1379 | 2024-12-21T04:24:58.854Z | Compiling stringprep v0.1.5 |
1380 | 2024-12-21T04:24:59.592Z | Compiling addr2line v0.24.2 |
1381 | 2024-12-21T04:25:00.299Z | Compiling crossbeam-deque v0.8.5 |
1382 | 2024-12-21T04:25:00.460Z | Compiling usdt-macro v0.5.0 |
1383 | 2024-12-21T04:25:00.590Z | Compiling usdt-attr-macro v0.5.0 |
1384 | 2024-12-21T04:25:00.635Z | Compiling term v0.7.0 |
1385 | 2024-12-21T04:25:01.463Z | Compiling slog-json v2.6.1 |
1386 | 2024-12-21T04:25:01.771Z | Compiling serde_urlencoded v0.7.1 |
1387 | 2024-12-21T04:25:01.831Z | Compiling curve25519-dalek v4.1.3 |
1388 | 2024-12-21T04:25:01.833Z | Compiling crossbeam-channel v0.5.13 |
1389 | 2024-12-21T04:25:02.157Z | Compiling futures-executor v0.3.31 |
1390 | 2024-12-21T04:25:02.238Z | Compiling enum-as-inner v0.6.1 |
1391 | 2024-12-21T04:25:02.319Z | Compiling md-5 v0.10.6 |
1392 | 2024-12-21T04:25:02.463Z | Compiling async-stream-impl v0.3.6 |
1393 | 2024-12-21T04:25:02.593Z | Compiling rustls-pemfile v2.2.0 |
1394 | 2024-12-21T04:25:02.720Z | Compiling num-integer v0.1.46 |
1395 | 2024-12-21T04:25:02.941Z | Compiling idna v0.3.0 |
1396 | 2024-12-21T04:25:02.964Z | Compiling idna v0.4.0 |
1397 | 2024-12-21T04:25:03.358Z | Compiling hash32 v0.2.1 |
1398 | 2024-12-21T04:25:03.511Z | Compiling ff v0.13.0 |
1399 | 2024-12-21T04:25:03.726Z | Compiling is-terminal v0.4.13 |
1400 | 2024-12-21T04:25:03.750Z | Compiling object v0.36.5 |
1401 | 2024-12-21T04:25:03.859Z | Compiling dropshot v0.12.0 |
1402 | 2024-12-21T04:25:03.874Z | Compiling smoltcp v0.9.1 |
1403 | 2024-12-21T04:25:04.105Z | Compiling take_mut v0.2.2 |
1404 | 2024-12-21T04:25:04.131Z | Compiling linked-hash-map v0.5.6 |
1405 | 2024-12-21T04:25:04.268Z | Compiling fallible-iterator v0.2.0 |
1406 | 2024-12-21T04:25:04.527Z | Compiling num-bigint-dig v0.8.4 |
1407 | 2024-12-21T04:25:04.586Z | Compiling portable-atomic v1.9.0 |
1408 | 2024-12-21T04:25:04.672Z | Compiling rustc-demangle v0.1.24 |
1409 | 2024-12-21T04:25:04.692Z | Compiling utf-8 v0.7.6 |
1410 | 2024-12-21T04:25:04.811Z | Compiling base16ct v0.2.0 |
1411 | 2024-12-21T04:25:04.965Z | Compiling psl-types v2.0.11 |
1412 | 2024-12-21T04:25:05.022Z | Compiling quick-error v1.2.3 |
1413 | 2024-12-21T04:25:05.140Z | Compiling anyhow v1.0.93 |
1414 | 2024-12-21T04:25:05.158Z | Compiling resolv-conf v0.7.0 |
1415 | 2024-12-21T04:25:05.176Z | Compiling publicsuffix v2.2.3 |
1416 | 2024-12-21T04:25:05.474Z | Compiling sec1 v0.7.3 |
1417 | 2024-12-21T04:25:05.671Z | Compiling postgres-protocol v0.6.7 |
1418 | 2024-12-21T04:25:05.769Z | Compiling tungstenite v0.24.0 |
1419 | 2024-12-21T04:25:06.091Z | Compiling lru-cache v0.1.2 |
1420 | 2024-12-21T04:25:06.252Z | Compiling hickory-proto v0.24.1 |
1421 | 2024-12-21T04:25:06.284Z | Compiling async-stream v0.3.6 |
1422 | 2024-12-21T04:25:06.612Z | Compiling slog-term v2.9.1 |
1423 | 2024-12-21T04:25:07.047Z | Compiling usdt v0.5.0 |
1424 | 2024-12-21T04:25:07.372Z | Compiling group v0.13.0 |
1425 | 2024-12-21T04:25:07.705Z | Compiling num-iter v0.1.45 |
1426 | 2024-12-21T04:25:07.927Z | Compiling futures v0.3.31 |
1427 | 2024-12-21T04:25:08.056Z | Compiling slog-bunyan v2.5.0 |
1428 | 2024-12-21T04:25:08.871Z | Compiling camino v1.1.9 |
1429 | 2024-12-21T04:25:09.307Z | Compiling tokio-native-tls v0.3.1 |
1430 | 2024-12-21T04:25:09.482Z | Compiling toml v0.8.19 |
1431 | 2024-12-21T04:25:09.864Z | Compiling phf_shared v0.11.2 |
1432 | 2024-12-21T04:25:09.948Z | Compiling dropshot_endpoint v0.12.0 |
1433 | 2024-12-21T04:25:10.268Z | Compiling terminal_size v0.4.0 |
1434 | 2024-12-21T04:25:10.509Z | Compiling waitgroup v0.1.2 |
1435 | 2024-12-21T04:25:10.594Z | Compiling openapiv3 v2.0.0 |
1436 | 2024-12-21T04:25:10.738Z | Compiling serde_path_to_error v0.1.16 |
1437 | 2024-12-21T04:25:11.305Z | Compiling backtrace v0.3.74 |
1438 | 2024-12-21T04:25:11.588Z | Compiling hkdf v0.12.4 |
1439 | 2024-12-21T04:25:11.856Z | Compiling crypto-bigint v0.5.5 |
1440 | 2024-12-21T04:25:12.006Z | Compiling curve25519-dalek-derive v0.1.1 |
1441 | 2024-12-21T04:25:13.612Z | Compiling zerocopy-derive v0.6.6 |
1442 | 2024-12-21T04:25:14.754Z | Compiling webpki-roots v0.26.6 |
1443 | 2024-12-21T04:25:14.981Z | Compiling idna v0.5.0 |
1444 | 2024-12-21T04:25:15.100Z | Compiling hostname v0.4.0 |
1445 | 2024-12-21T04:25:15.225Z | Compiling hubpack_derive v0.1.1 |
1446 | 2024-12-21T04:25:15.287Z | Compiling fs-err v2.11.0 |
1447 | 2024-12-21T04:25:15.373Z | Compiling crc32fast v1.4.2 |
1448 | 2024-12-21T04:25:15.586Z | Compiling ahash v0.8.11 |
1449 | 2024-12-21T04:25:15.738Z | Compiling bitflags v1.3.2 |
1450 | 2024-12-21T04:25:15.850Z | Compiling debug-ignore v1.0.5 |
1451 | 2024-12-21T04:25:15.884Z | Compiling winnow v0.5.40 |
1452 | 2024-12-21T04:25:15.929Z | Compiling managed v0.8.0 |
1453 | 2024-12-21T04:25:16.006Z | Compiling newtype-uuid v1.1.3 |
1454 | 2024-12-21T04:25:16.150Z | Compiling console v0.15.8 |
1455 | 2024-12-21T04:25:16.311Z | Compiling hubpack v0.1.2 |
1456 | 2024-12-21T04:25:16.693Z | Compiling strum_macros v0.25.3 |
1457 | 2024-12-21T04:25:16.792Z | Compiling clap_builder v4.5.21 |
1458 | 2024-12-21T04:25:17.030Z | Compiling zerocopy v0.6.6 |
1459 | 2024-12-21T04:25:17.869Z | Compiling cookie_store v0.21.0 |
1460 | 2024-12-21T04:25:17.989Z | Compiling flate2 v1.0.34 |
1461 | 2024-12-21T04:25:18.311Z | Compiling elliptic-curve v0.13.8 |
1462 | 2024-12-21T04:25:19.192Z | Compiling hickory-resolver v0.24.1 |
1463 | 2024-12-21T04:25:19.460Z | Compiling toml_edit v0.19.15 |
1464 | 2024-12-21T04:25:19.820Z | Compiling phf v0.11.2 |
1465 | 2024-12-21T04:25:19.825Z | Compiling signal-hook-mio v0.2.4 |
1466 | 2024-12-21T04:25:20.008Z | Compiling hyper-tls v0.6.0 |
1467 | 2024-12-21T04:25:20.122Z | Compiling rayon v1.10.0 |
1468 | 2024-12-21T04:25:20.486Z | Compiling bzip2 v0.4.4 |
1469 | 2024-12-21T04:25:20.992Z | Compiling tokio-tungstenite v0.24.0 |
1470 | 2024-12-21T04:25:21.540Z | Compiling postgres-types v0.2.8 |
1471 | 2024-12-21T04:25:24.605Z | Compiling ed25519 v2.2.3 |
1472 | 2024-12-21T04:25:25.102Z | Compiling phf_shared v0.10.0 |
1473 | 2024-12-21T04:25:25.549Z | Compiling tokio-stream v0.1.16 |
1474 | 2024-12-21T04:25:26.241Z | Compiling pkcs1 v0.7.5 |
1475 | 2024-12-21T04:25:26.424Z | Compiling serde-big-array v0.5.1 |
1476 | 2024-12-21T04:25:26.536Z | Compiling clap_derive v4.5.18 |
1477 | 2024-12-21T04:25:26.645Z | Compiling rfc6979 v0.4.0 |
1478 | 2024-12-21T04:25:26.661Z | Compiling serde_repr v0.1.19 |
1479 | 2024-12-21T04:25:26.724Z | Compiling derive-where v1.2.7 |
1480 | 2024-12-21T04:25:26.843Z | Compiling float-cmp v0.9.0 |
1481 | 2024-12-21T04:25:27.063Z | Compiling bstr v1.10.0 |
1482 | 2024-12-21T04:25:27.236Z | Compiling sync_wrapper v1.0.1 |
1483 | 2024-12-21T04:25:27.400Z | Compiling unicode-segmentation v1.12.0 |
1484 | 2024-12-21T04:25:27.705Z | Compiling number_prefix v0.4.0 |
1485 | 2024-12-21T04:25:27.879Z | Compiling predicates-core v1.0.8 |
1486 | 2024-12-21T04:25:27.942Z | Compiling static_assertions v1.1.0 |
1487 | 2024-12-21T04:25:28.051Z | Compiling difflib v0.4.0 |
1488 | 2024-12-21T04:25:28.237Z | Compiling bit-vec v0.6.3 |
1489 | 2024-12-21T04:25:28.285Z | Compiling new_debug_unreachable v1.0.6 |
1490 | 2024-12-21T04:25:28.385Z | Compiling unicode-width v0.2.0 |
1491 | 2024-12-21T04:25:28.715Z | Compiling normalize-line-endings v0.3.0 |
1492 | 2024-12-21T04:25:28.848Z | Compiling whoami v1.5.2 |
1493 | 2024-12-21T04:25:28.920Z | Compiling precomputed-hash v0.1.1 |
1494 | 2024-12-21T04:25:28.923Z | Compiling fixedbitset v0.4.2 |
1495 | 2024-12-21T04:25:29.043Z | Compiling string_cache v0.8.7 |
1496 | 2024-12-21T04:25:29.407Z | Compiling petgraph v0.6.5 |
1497 | 2024-12-21T04:25:29.500Z | Compiling tokio-postgres v0.7.12 |
1498 | 2024-12-21T04:25:29.534Z | Compiling indicatif v0.17.9 |
1499 | 2024-12-21T04:25:29.677Z | Compiling predicates v3.1.2 |
1500 | 2024-12-21T04:25:30.340Z | Compiling bit-set v0.5.3 |
1501 | 2024-12-21T04:25:30.650Z | Compiling similar v2.6.0 |
1502 | 2024-12-21T04:25:31.511Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1503 | 2024-12-21T04:25:31.657Z | Compiling clap v4.5.21 |
1504 | 2024-12-21T04:25:31.788Z | Compiling ecdsa v0.16.9 |
1505 | 2024-12-21T04:25:31.808Z | Compiling rsa v0.9.6 |
1506 | 2024-12-21T04:25:32.665Z | Compiling ed25519-dalek v2.1.1 |
1507 | 2024-12-21T04:25:33.090Z | Compiling toml v0.7.8 |
1508 | 2024-12-21T04:25:33.927Z | Compiling zip v0.6.6 |
1509 | 2024-12-21T04:25:34.024Z | Compiling crossterm v0.28.1 |
1510 | 2024-12-21T04:25:35.559Z | Compiling hex v0.4.3 |
1511 | 2024-12-21T04:25:35.725Z | Compiling x509-cert v0.2.5 |
1512 | 2024-12-21T04:25:35.747Z | Compiling itertools v0.10.5 |
1513 | 2024-12-21T04:25:35.840Z | Compiling lalrpop-util v0.19.12 |
1514 | 2024-12-21T04:25:36.183Z | Compiling unicode-xid v0.2.6 |
1515 | 2024-12-21T04:25:36.207Z | Compiling peg-runtime v0.8.3 |
1516 | 2024-12-21T04:25:36.351Z | Compiling strum_macros v0.26.4 |
1517 | 2024-12-21T04:25:36.914Z | Compiling xattr v1.3.1 |
1518 | 2024-12-21T04:25:37.190Z | Compiling filetime v0.2.25 |
1519 | 2024-12-21T04:25:37.509Z | Compiling tar v0.4.42 |
1520 | 2024-12-21T04:25:41.467Z | Compiling strum v0.26.3 |
1521 | 2024-12-21T04:25:44.507Z | Compiling aws-lc-sys v0.22.0 |
1522 | 2024-12-21T04:26:16.648Z | Compiling rustls-webpki v0.102.8 |
1523 | 2024-12-21T04:26:20.149Z | Compiling tokio-rustls v0.25.0 |
1524 | 2024-12-21T04:26:21.805Z | Compiling tokio-rustls v0.26.0 |
1525 | 2024-12-21T04:26:22.227Z | Compiling hyper-rustls v0.27.3 |
1526 | 2024-12-21T04:26:22.550Z | Compiling reqwest v0.12.9 |
1527 | 2024-12-21T04:26:23.631Z | Compiling qorb v0.2.1 |
1528 | 2024-12-21T04:26:28.547Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1529 | 2024-12-21T04:26:28.760Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1530 | 2024-12-21T04:26:34.607Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
1531 | 2024-12-21T04:26:34.769Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1532 | 2024-12-21T04:26:34.816Z | Dec 21 04:26:33.456 INFO Starting download, target: Console |
1533 | 2024-12-21T04:26:34.816Z | Dec 21 04:26:33.456 INFO Starting download, target: Cockroach |
1534 | 2024-12-21T04:26:34.816Z | Dec 21 04:26:33.456 INFO Starting download, target: Clickhouse |
1535 | 2024-12-21T04:26:34.816Z | Dec 21 04:26:33.456 INFO Starting download, target: DendriteOpenapi |
1536 | 2024-12-21T04:26:34.816Z | Dec 21 04:26:33.456 INFO Starting download, target: DendriteStub |
1537 | 2024-12-21T04:26:34.818Z | Dec 21 04:26:33.456 INFO Starting download, target: MaghemiteMgd |
1538 | 2024-12-21T04:26:34.818Z | Dec 21 04:26:33.456 INFO Starting download, target: TransceiverControl |
1539 | 2024-12-21T04:26:34.818Z | Dec 21 04:26:33.457 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1540 | 2024-12-21T04:26:34.818Z | Dec 21 04:26:33.457 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1541 | 2024-12-21T04:26:34.818Z | Dec 21 04:26:33.457 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1542 | 2024-12-21T04:26:34.818Z | Dec 21 04:26:33.457 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1543 | 2024-12-21T04:26:34.818Z | Dec 21 04:26:33.457 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1544 | 2024-12-21T04:26:34.818Z | Dec 21 04:26:33.457 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1545 | 2024-12-21T04:26:34.818Z | Dec 21 04:26:33.457 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1546 | 2024-12-21T04:26:35.051Z | Dec 21 04:26:33.677 INFO Download complete, target: DendriteOpenapi |
1547 | 2024-12-21T04:26:35.260Z | Dec 21 04:26:33.860 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1548 | 2024-12-21T04:26:35.319Z | Dec 21 04:26:33.923 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1549 | 2024-12-21T04:26:35.649Z | Dec 21 04:26:34.261 INFO Download complete, target: Console |
1550 | 2024-12-21T04:26:35.790Z | Dec 21 04:26:34.429 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1551 | 2024-12-21T04:26:35.880Z | Dec 21 04:26:34.517 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1552 | 2024-12-21T04:26:35.895Z | Dec 21 04:26:34.535 INFO Download complete, target: TransceiverControl |
1553 | 2024-12-21T04:26:36.450Z | Dec 21 04:26:35.091 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1554 | 2024-12-21T04:26:36.450Z | Dec 21 04:26:35.091 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1555 | 2024-12-21T04:26:37.105Z | Dec 21 04:26:35.744 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1556 | 2024-12-21T04:26:38.700Z | Dec 21 04:26:37.339 INFO Download complete, target: DendriteStub |
1557 | 2024-12-21T04:26:38.814Z | Dec 21 04:26:37.454 INFO Download complete, target: MaghemiteMgd |
1558 | 2024-12-21T04:26:43.892Z | Dec 21 04:26:42.533 INFO Checking that binary works, target: Cockroach |
1559 | 2024-12-21T04:26:44.092Z | Dec 21 04:26:42.732 INFO Download complete, target: Cockroach |
1560 | 2024-12-21T04:26:49.432Z | Dec 21 04:26:48.072 INFO Checking that binary works, target: Clickhouse |
1561 | 2024-12-21T04:26:49.840Z | Dec 21 04:26:48.480 INFO Download complete, target: Clickhouse |
1562 | 2024-12-21T04:26:49.847Z | All prerequisites installed successfully |
1563 | 2024-12-21T04:26:49.852Z | |
1564 | 2024-12-21T04:26:49.852Z | real 6:46.675703600 |
1565 | 2024-12-21T04:26:49.852Z | user 16:38.855962092 |
1566 | 2024-12-21T04:26:49.852Z | sys 3:16.602995839 |
1567 | 2024-12-21T04:26:49.852Z | trap 0.553645963 |
1568 | 2024-12-21T04:26:49.852Z | tflt 4.838103239 |
1569 | 2024-12-21T04:26:49.852Z | dflt 4.985253356 |
1570 | 2024-12-21T04:26:49.852Z | kflt 0.182418670 |
1571 | 2024-12-21T04:26:49.852Z | lock 29:49.360529120 |
1572 | 2024-12-21T04:26:49.852Z | slp 1:06:16.052635706 |
1573 | 2024-12-21T04:26:49.852Z | lat 54.773056127 |
1574 | 2024-12-21T04:26:49.852Z | stop 2:14.425741122 |
1575 | 2024-12-21T04:26:49.852Z | + ptime -m cargo xtask download softnpu |
1576 | 2024-12-21T04:26:50.386Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1577 | 2024-12-21T04:26:50.404Z | Running `target/debug/xtask download softnpu` |
1578 | 2024-12-21T04:26:51.241Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1579 | 2024-12-21T04:26:51.301Z | Running `target/debug/xtask-downloader softnpu` |
1580 | 2024-12-21T04:26:51.341Z | Dec 21 04:26:49.981 INFO Starting download, target: Softnpu |
1581 | 2024-12-21T04:26:51.344Z | Dec 21 04:26:49.981 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1582 | 2024-12-21T04:26:51.799Z | Dec 21 04:26:50.438 INFO Download complete, target: Softnpu |
1583 | 2024-12-21T04:26:51.805Z | |
1584 | 2024-12-21T04:26:51.808Z | real 1.947525335 |
1585 | 2024-12-21T04:26:51.808Z | user 1.275639125 |
1586 | 2024-12-21T04:26:51.808Z | sys 0.540860029 |
1587 | 2024-12-21T04:26:51.808Z | trap 0.000485237 |
1588 | 2024-12-21T04:26:51.808Z | tflt 0.000039930 |
1589 | 2024-12-21T04:26:51.808Z | dflt 0.000036660 |
1590 | 2024-12-21T04:26:51.808Z | kflt 0.000000000 |
1591 | 2024-12-21T04:26:51.808Z | lock 4.583904815 |
1592 | 2024-12-21T04:26:51.808Z | slp 0.321992959 |
1593 | 2024-12-21T04:26:51.808Z | lat 0.067637484 |
1594 | 2024-12-21T04:26:51.808Z | stop 0.000164346 |
1595 | 2024-12-21T04:26:51.808Z | + export CARGO_INCREMENTAL=0 |
1596 | 2024-12-21T04:26:51.808Z | + CARGO_INCREMENTAL=0 |
1597 | 2024-12-21T04:26:51.808Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1598 | 2024-12-21T04:26:52.767Z | Compiling proc-macro2 v1.0.89 |
1599 | 2024-12-21T04:26:52.767Z | Compiling unicode-ident v1.0.13 |
1600 | 2024-12-21T04:26:52.767Z | Compiling libc v0.2.162 |
1601 | 2024-12-21T04:26:52.769Z | Compiling serde v1.0.215 |
1602 | 2024-12-21T04:26:52.769Z | Compiling autocfg v1.4.0 |
1603 | 2024-12-21T04:26:52.769Z | Compiling version_check v0.9.5 |
1604 | 2024-12-21T04:26:52.769Z | Compiling cfg-if v1.0.0 |
1605 | 2024-12-21T04:26:53.019Z | Compiling memchr v2.7.4 |
1606 | 2024-12-21T04:26:53.078Z | Compiling shlex v1.3.0 |
1607 | 2024-12-21T04:26:53.145Z | Compiling typenum v1.17.0 |
1608 | 2024-12-21T04:26:53.469Z | Compiling value-bag v1.9.0 |
1609 | 2024-12-21T04:26:53.555Z | Compiling generic-array v0.14.7 |
1610 | 2024-12-21T04:26:53.766Z | Compiling lock_api v0.4.12 |
1611 | 2024-12-21T04:26:53.875Z | Compiling scopeguard v1.2.0 |
1612 | 2024-12-21T04:26:54.028Z | Compiling log v0.4.22 |
1613 | 2024-12-21T04:26:54.091Z | Compiling parking_lot_core v0.9.10 |
1614 | 2024-12-21T04:26:54.466Z | Compiling serde_json v1.0.133 |
1615 | 2024-12-21T04:26:54.492Z | Compiling once_cell v1.20.2 |
1616 | 2024-12-21T04:26:54.657Z | Compiling libm v0.2.8 |
1617 | 2024-12-21T04:26:54.766Z | Compiling quote v1.0.37 |
1618 | 2024-12-21T04:26:54.866Z | Compiling jobserver v0.1.32 |
1619 | 2024-12-21T04:26:54.886Z | Compiling getrandom v0.2.15 |
1620 | 2024-12-21T04:26:55.088Z | Compiling rustix v0.38.37 |
1621 | 2024-12-21T04:26:55.169Z | Compiling syn v2.0.87 |
1622 | 2024-12-21T04:26:55.339Z | Compiling cc v1.1.30 |
1623 | 2024-12-21T04:26:55.377Z | Compiling num-traits v0.2.19 |
1624 | 2024-12-21T04:26:55.403Z | Compiling thiserror v1.0.69 |
1625 | 2024-12-21T04:26:55.524Z | Compiling aho-corasick v1.1.3 |
1626 | 2024-12-21T04:26:55.616Z | Compiling regex-syntax v0.8.5 |
1627 | 2024-12-21T04:26:55.655Z | Compiling either v1.13.0 |
1628 | 2024-12-21T04:26:55.730Z | Compiling itoa v1.0.11 |
1629 | 2024-12-21T04:26:55.903Z | Compiling spin v0.9.8 |
1630 | 2024-12-21T04:26:56.193Z | Compiling slab v0.4.9 |
1631 | 2024-12-21T04:26:56.282Z | Compiling byteorder v1.5.0 |
1632 | 2024-12-21T04:26:56.629Z | Compiling errno v0.3.9 |
1633 | 2024-12-21T04:26:56.853Z | Compiling rand_core v0.6.4 |
1634 | 2024-12-21T04:26:56.856Z | Compiling lazy_static v1.5.0 |
1635 | 2024-12-21T04:26:56.999Z | Compiling glob v0.3.1 |
1636 | 2024-12-21T04:26:57.541Z | Compiling prettyplease v0.2.25 |
1637 | 2024-12-21T04:26:57.773Z | Compiling clang-sys v1.8.1 |
1638 | 2024-12-21T04:26:58.200Z | Compiling minimal-lexical v0.2.1 |
1639 | 2024-12-21T04:26:58.282Z | Compiling libloading v0.8.5 |
1640 | 2024-12-21T04:26:58.449Z | Compiling home v0.5.9 |
1641 | 2024-12-21T04:26:58.671Z | Compiling nom v7.1.3 |
1642 | 2024-12-21T04:26:58.700Z | Compiling subtle v2.6.1 |
1643 | 2024-12-21T04:26:58.804Z | Compiling bindgen v0.69.5 |
1644 | 2024-12-21T04:26:59.021Z | Compiling allocator-api2 v0.2.18 |
1645 | 2024-12-21T04:26:59.221Z | Compiling regex-automata v0.4.8 |
1646 | 2024-12-21T04:26:59.448Z | Compiling itertools v0.12.1 |
1647 | 2024-12-21T04:26:59.838Z | Compiling rustc-hash v1.1.0 |
1648 | 2024-12-21T04:26:59.879Z | Compiling smallvec v1.13.2 |
1649 | 2024-12-21T04:26:59.980Z | Compiling semver v1.0.23 |
1650 | 2024-12-21T04:27:00.369Z | Compiling lazycell v1.3.0 |
1651 | 2024-12-21T04:27:00.449Z | Compiling cmake v0.1.51 |
1652 | 2024-12-21T04:27:00.742Z | Compiling fs_extra v1.3.0 |
1653 | 2024-12-21T04:27:01.295Z | Compiling dunce v1.0.5 |
1654 | 2024-12-21T04:27:01.915Z | Compiling pkg-config v0.3.31 |
1655 | 2024-12-21T04:27:01.967Z | Compiling ryu v1.0.18 |
1656 | 2024-12-21T04:27:02.261Z | Compiling cexpr v0.6.0 |
1657 | 2024-12-21T04:27:02.367Z | Compiling ring v0.17.8 |
1658 | 2024-12-21T04:27:02.674Z | Compiling pin-project-lite v0.2.14 |
1659 | 2024-12-21T04:27:02.794Z | Compiling fnv v1.0.7 |
1660 | 2024-12-21T04:27:02.813Z | Compiling synstructure v0.13.1 |
1661 | 2024-12-21T04:27:03.154Z | Compiling paste v1.0.15 |
1662 | 2024-12-21T04:27:03.368Z | Compiling schemars v0.8.21 |
1663 | 2024-12-21T04:27:03.590Z | Compiling const-oid v0.9.6 |
1664 | 2024-12-21T04:27:03.913Z | Compiling serde_derive_internals v0.29.1 |
1665 | 2024-12-21T04:27:04.236Z | Compiling equivalent v1.0.1 |
1666 | 2024-12-21T04:27:04.293Z | Compiling httparse v1.9.5 |
1667 | 2024-12-21T04:27:04.372Z | Compiling aws-lc-rs v1.10.0 |
1668 | 2024-12-21T04:27:04.792Z | Compiling regex v1.11.1 |
1669 | 2024-12-21T04:27:04.929Z | Compiling foldhash v0.1.3 |
1670 | 2024-12-21T04:27:05.579Z | Compiling hashbrown v0.15.1 |
1671 | 2024-12-21T04:27:05.821Z | Compiling heck v0.5.0 |
1672 | 2024-12-21T04:27:06.161Z | Compiling signal-hook-registry v1.4.2 |
1673 | 2024-12-21T04:27:06.259Z | Compiling parking_lot v0.12.3 |
1674 | 2024-12-21T04:27:06.717Z | Compiling mio v1.0.2 |
1675 | 2024-12-21T04:27:07.623Z | Compiling crossbeam-utils v0.8.20 |
1676 | 2024-12-21T04:27:08.257Z | Compiling stable_deref_trait v1.2.0 |
1677 | 2024-12-21T04:27:08.590Z | Compiling socket2 v0.5.7 |
1678 | 2024-12-21T04:27:08.606Z | Compiling time-core v0.1.2 |
1679 | 2024-12-21T04:27:08.606Z | Compiling serde_derive v1.0.215 |
1680 | 2024-12-21T04:27:08.606Z | Compiling zeroize_derive v1.4.2 |
1681 | 2024-12-21T04:27:09.276Z | Compiling zerocopy-derive v0.7.35 |
1682 | 2024-12-21T04:27:09.364Z | Compiling thiserror-impl v1.0.69 |
1683 | 2024-12-21T04:27:09.543Z | Compiling tokio-macros v2.4.0 |
1684 | 2024-12-21T04:27:09.904Z | Compiling zerofrom-derive v0.1.4 |
1685 | 2024-12-21T04:27:10.019Z | Compiling yoke-derive v0.7.4 |
1686 | 2024-12-21T04:27:10.066Z | Compiling zeroize v1.8.1 |
1687 | 2024-12-21T04:27:10.651Z | Compiling futures-macro v0.3.31 |
1688 | 2024-12-21T04:27:11.003Z | Compiling zerovec-derive v0.10.3 |
1689 | 2024-12-21T04:27:11.246Z | Compiling zerocopy v0.7.35 |
1690 | 2024-12-21T04:27:12.189Z | Compiling displaydoc v0.2.5 |
1691 | 2024-12-21T04:27:12.578Z | Compiling crypto-common v0.1.6 |
1692 | 2024-12-21T04:27:12.682Z | Compiling tracing-attributes v0.1.27 |
1693 | 2024-12-21T04:27:12.777Z | Compiling schemars_derive v0.8.21 |
1694 | 2024-12-21T04:27:12.901Z | Compiling icu_provider_macros v1.5.0 |
1695 | 2024-12-21T04:27:13.369Z | Compiling block-buffer v0.10.4 |
1696 | 2024-12-21T04:27:13.706Z | Compiling digest v0.10.7 |
1697 | 2024-12-21T04:27:13.706Z | Compiling der_derive v0.7.3 |
1698 | 2024-12-21T04:27:13.856Z | Compiling futures-core v0.3.31 |
1699 | 2024-12-21T04:27:14.028Z | Compiling num-conv v0.1.0 |
1700 | 2024-12-21T04:27:14.336Z | Compiling time-macros v0.2.18 |
1701 | 2024-12-21T04:27:14.999Z | Compiling vcpkg v0.2.15 |
1702 | 2024-12-21T04:27:16.325Z | Compiling syn v1.0.109 |
1703 | 2024-12-21T04:27:16.626Z | Compiling openssl-sys v0.9.103 |
1704 | 2024-12-21T04:27:17.135Z | Compiling cpufeatures v0.2.14 |
1705 | 2024-12-21T04:27:17.238Z | Compiling slog v2.7.0 |
1706 | 2024-12-21T04:27:17.303Z | Compiling futures-sink v0.3.31 |
1707 | 2024-12-21T04:27:17.538Z | Compiling ahash v0.8.11 |
1708 | 2024-12-21T04:27:17.769Z | Compiling iana-time-zone v0.1.61 |
1709 | 2024-12-21T04:27:17.892Z | Compiling zerofrom v0.1.4 |
1710 | 2024-12-21T04:27:18.138Z | Compiling scroll_derive v0.12.0 |
1711 | 2024-12-21T04:27:18.376Z | Compiling ucd-trie v0.1.7 |
1712 | 2024-12-21T04:27:18.496Z | Compiling yoke v0.7.4 |
1713 | 2024-12-21T04:27:18.543Z | Compiling futures-channel v0.3.31 |
1714 | 2024-12-21T04:27:18.890Z | Compiling pest v2.7.14 |
1715 | 2024-12-21T04:27:19.012Z | Compiling hmac v0.12.1 |
1716 | 2024-12-21T04:27:19.392Z | Compiling futures-task v0.3.31 |
1717 | 2024-12-21T04:27:19.511Z | Compiling pin-utils v0.1.0 |
1718 | 2024-12-21T04:27:19.677Z | Compiling openssl v0.10.66 |
1719 | 2024-12-21T04:27:19.947Z | Compiling futures-io v0.3.31 |
1720 | 2024-12-21T04:27:20.081Z | Compiling zerovec v0.10.4 |
1721 | 2024-12-21T04:27:20.218Z | Compiling futures-util v0.3.31 |
1722 | 2024-12-21T04:27:20.394Z | Compiling block-padding v0.3.3 |
1723 | 2024-12-21T04:27:20.783Z | Compiling tinyvec_macros v0.1.1 |
1724 | 2024-12-21T04:27:20.887Z | Compiling tinyvec v1.8.0 |
1725 | 2024-12-21T04:27:21.810Z | Compiling pest_meta v2.7.14 |
1726 | 2024-12-21T04:27:22.147Z | Compiling bitflags v2.6.0 |
1727 | 2024-12-21T04:27:22.165Z | Compiling bytes v1.8.0 |
1728 | 2024-12-21T04:27:24.347Z | Compiling indexmap v2.6.0 |
1729 | 2024-12-21T04:27:25.730Z | Compiling tokio v1.40.0 |
1730 | 2024-12-21T04:27:25.902Z | Compiling serde_tokenstream v0.2.2 |
1731 | 2024-12-21T04:27:26.427Z | Compiling uuid v1.11.0 |
1732 | 2024-12-21T04:27:26.472Z | Compiling which v4.4.2 |
1733 | 2024-12-21T04:27:27.148Z | Compiling http v1.1.0 |
1734 | 2024-12-21T04:27:27.643Z | Compiling chrono v0.4.38 |
1735 | 2024-12-21T04:27:27.675Z | Compiling rustc_version v0.4.1 |
1736 | 2024-12-21T04:27:30.628Z | Compiling pest_generator v2.7.14 |
1737 | 2024-12-21T04:27:30.950Z | Compiling serde_spanned v0.6.8 |
1738 | 2024-12-21T04:27:31.183Z | Compiling toml_datetime v0.6.8 |
1739 | 2024-12-21T04:27:31.619Z | Compiling inout v0.1.3 |
1740 | 2024-12-21T04:27:32.421Z | Compiling openssl-macros v0.1.1 |
1741 | 2024-12-21T04:27:32.912Z | Compiling dyn-clone v1.0.17 |
1742 | 2024-12-21T04:27:33.185Z | Compiling rustls v0.23.19 |
1743 | 2024-12-21T04:27:33.247Z | Compiling strsim v0.11.1 |
1744 | 2024-12-21T04:27:33.460Z | Compiling native-tls v0.2.12 |
1745 | 2024-12-21T04:27:34.691Z | Compiling pest_derive v2.7.14 |
1746 | 2024-12-21T04:27:34.986Z | Compiling cipher v0.4.4 |
1747 | 2024-12-21T04:27:35.442Z | Compiling unicode-normalization v0.1.24 |
1748 | 2024-12-21T04:27:35.479Z | Compiling tinystr v0.7.6 |
1749 | 2024-12-21T04:27:35.509Z | Compiling sha2 v0.10.8 |
1750 | 2024-12-21T04:27:35.951Z | Compiling tracing-core v0.1.32 |
1751 | 2024-12-21T04:27:36.036Z | Compiling usdt-impl v0.5.0 |
1752 | 2024-12-21T04:27:36.296Z | Compiling litemap v0.7.3 |
1753 | 2024-12-21T04:27:36.370Z | Compiling writeable v0.5.5 |
1754 | 2024-12-21T04:27:36.541Z | Compiling unicode-bidi v0.3.17 |
1755 | 2024-12-21T04:27:36.694Z | Compiling base64ct v1.6.0 |
1756 | 2024-12-21T04:27:37.269Z | Compiling pem-rfc7468 v0.7.0 |
1757 | 2024-12-21T04:27:37.792Z | Compiling icu_locid v1.5.0 |
1758 | 2024-12-21T04:27:37.891Z | Compiling tracing v0.1.40 |
1759 | 2024-12-21T04:27:39.126Z | Compiling scroll v0.12.0 |
1760 | 2024-12-21T04:27:39.363Z | Compiling ppv-lite86 v0.2.20 |
1761 | 2024-12-21T04:27:39.617Z | Compiling async-trait v0.1.83 |
1762 | 2024-12-21T04:27:40.248Z | Compiling cookie v0.18.1 |
1763 | 2024-12-21T04:27:40.511Z | Compiling plain v0.2.3 |
1764 | 2024-12-21T04:27:40.619Z | Compiling aws-lc-sys v0.22.0 |
1765 | 2024-12-21T04:27:40.668Z | Compiling flagset v0.4.6 |
1766 | 2024-12-21T04:27:40.861Z | Compiling anyhow v1.0.93 |
1767 | 2024-12-21T04:27:41.861Z | Compiling camino v1.1.9 |
1768 | 2024-12-21T04:27:42.902Z | Compiling der v0.7.9 |
1769 | 2024-12-21T04:27:44.361Z | Compiling goblin v0.8.2 |
1770 | 2024-12-21T04:27:45.475Z | Compiling rand_chacha v0.3.1 |
1771 | 2024-12-21T04:27:46.430Z | Compiling icu_provider v1.5.0 |
1772 | 2024-12-21T04:27:47.347Z | Compiling icu_locid_transform_data v1.5.0 |
1773 | 2024-12-21T04:27:47.453Z | Compiling percent-encoding v2.3.1 |
1774 | 2024-12-21T04:27:47.800Z | Compiling rustls-pki-types v1.10.0 |
1775 | 2024-12-21T04:27:48.160Z | Compiling rustls v0.22.4 |
1776 | 2024-12-21T04:27:49.324Z | Compiling untrusted v0.7.1 |
1777 | 2024-12-21T04:27:49.400Z | Compiling rayon-core v1.12.1 |
1778 | 2024-12-21T04:27:49.573Z | Compiling pretty-hex v0.4.1 |
1779 | 2024-12-21T04:27:49.792Z | Compiling dof v0.3.0 |
1780 | 2024-12-21T04:27:49.942Z | Compiling icu_locid_transform v1.5.0 |
1781 | 2024-12-21T04:27:51.505Z | Compiling rand v0.8.5 |
1782 | 2024-12-21T04:27:51.527Z | Compiling spki v0.7.3 |
1783 | 2024-12-21T04:27:52.037Z | Compiling dtrace-parser v0.2.0 |
1784 | 2024-12-21T04:27:52.086Z | Compiling salsa20 v0.10.2 |
1785 | 2024-12-21T04:27:52.311Z | Compiling tokio-util v0.7.12 |
1786 | 2024-12-21T04:27:52.978Z | Compiling icu_collections v1.5.0 |
1787 | 2024-12-21T04:27:53.087Z | Compiling pbkdf2 v0.12.2 |
1788 | 2024-12-21T04:27:53.815Z | Compiling thread-id v4.2.2 |
1789 | 2024-12-21T04:27:53.923Z | Compiling icu_properties_data v1.5.0 |
1790 | 2024-12-21T04:27:53.942Z | Compiling untrusted v0.9.0 |
1791 | 2024-12-21T04:27:53.974Z | Compiling winnow v0.5.40 |
1792 | 2024-12-21T04:27:54.138Z | Compiling mirai-annotations v1.12.0 |
1793 | 2024-12-21T04:27:54.307Z | Compiling powerfmt v0.2.0 |
1794 | 2024-12-21T04:27:54.571Z | Compiling deranged v0.3.11 |
1795 | 2024-12-21T04:27:56.234Z | Compiling icu_properties v1.5.1 |
1796 | 2024-12-21T04:27:57.945Z | Compiling toml_edit v0.19.15 |
1797 | 2024-12-21T04:27:59.776Z | Compiling scrypt v0.11.0 |
1798 | 2024-12-21T04:27:59.962Z | Compiling aes v0.8.4 |
1799 | 2024-12-21T04:28:00.275Z | Compiling cbc v0.1.2 |
1800 | 2024-12-21T04:28:00.499Z | Compiling multer v3.1.0 |
1801 | 2024-12-21T04:28:00.786Z | Compiling atomic-waker v1.1.2 |
1802 | 2024-12-21T04:28:00.947Z | Compiling icu_normalizer_data v1.5.0 |
1803 | 2024-12-21T04:28:01.206Z | Compiling num_threads v0.1.7 |
1804 | 2024-12-21T04:28:01.240Z | Compiling utf16_iter v1.0.5 |
1805 | 2024-12-21T04:28:01.353Z | Compiling rustversion v1.0.17 |
1806 | 2024-12-21T04:28:01.429Z | Compiling slog-async v2.8.0 |
1807 | 2024-12-21T04:28:01.676Z | Compiling utf8_iter v1.0.4 |
1808 | 2024-12-21T04:28:01.921Z | Compiling write16 v1.0.0 |
1809 | 2024-12-21T04:28:02.015Z | Compiling time v0.3.36 |
1810 | 2024-12-21T04:28:02.061Z | Compiling icu_normalizer v1.5.0 |
1811 | 2024-12-21T04:28:03.158Z | Compiling pkcs5 v0.7.1 |
1812 | 2024-12-21T04:28:04.288Z | Compiling form_urlencoded v1.2.1 |
1813 | 2024-12-21T04:28:04.927Z | Compiling http-body v1.0.1 |
1814 | 2024-12-21T04:28:05.186Z | Compiling heapless v0.7.17 |
1815 | 2024-12-21T04:28:05.724Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1816 | 2024-12-21T04:28:06.199Z | Compiling try-lock v0.2.5 |
1817 | 2024-12-21T04:28:06.386Z | Compiling signal-hook v0.3.17 |
1818 | 2024-12-21T04:28:07.049Z | Compiling want v0.3.1 |
1819 | 2024-12-21T04:28:08.602Z | Compiling pkcs8 v0.10.2 |
1820 | 2024-12-21T04:28:08.806Z | Compiling idna_adapter v1.2.0 |
1821 | 2024-12-21T04:28:09.293Z | Compiling h2 v0.4.6 |
1822 | 2024-12-21T04:28:10.281Z | Compiling usdt-macro v0.5.0 |
1823 | 2024-12-21T04:28:11.626Z | Compiling usdt-attr-macro v0.5.0 |
1824 | 2024-12-21T04:28:12.392Z | Compiling async-stream-impl v0.3.6 |
1825 | 2024-12-21T04:28:12.464Z | Compiling httpdate v1.0.3 |
1826 | 2024-12-21T04:28:13.138Z | Compiling adler2 v2.0.0 |
1827 | 2024-12-21T04:28:13.617Z | Compiling miniz_oxide v0.8.0 |
1828 | 2024-12-21T04:28:14.486Z | Compiling idna v1.0.3 |
1829 | 2024-12-21T04:28:16.203Z | Compiling curve25519-dalek v4.1.3 |
1830 | 2024-12-21T04:28:16.598Z | Compiling openapiv3 v2.0.0 |
1831 | 2024-12-21T04:28:16.907Z | Compiling hyper v1.5.0 |
1832 | 2024-12-21T04:28:19.779Z | Compiling enum-as-inner v0.6.1 |
1833 | 2024-12-21T04:28:20.779Z | Compiling dropshot v0.12.0 |
1834 | 2024-12-21T04:28:20.846Z | Compiling foreign-types-shared v0.1.1 |
1835 | 2024-12-21T04:28:20.963Z | Compiling smoltcp v0.9.1 |
1836 | 2024-12-21T04:28:20.982Z | Compiling base64 v0.22.1 |
1837 | 2024-12-21T04:28:21.065Z | Compiling portable-atomic v1.9.0 |
1838 | 2024-12-21T04:28:21.081Z | Compiling newtype-uuid v1.1.3 |
1839 | 2024-12-21T04:28:21.362Z | Compiling tower-service v0.3.3 |
1840 | 2024-12-21T04:28:21.499Z | Compiling match_cfg v0.1.0 |
1841 | 2024-12-21T04:28:21.577Z | Compiling num-bigint-dig v0.8.4 |
1842 | 2024-12-21T04:28:21.927Z | Compiling hyper-util v0.1.10 |
1843 | 2024-12-21T04:28:21.947Z | Compiling hostname v0.3.1 |
1844 | 2024-12-21T04:28:22.809Z | Compiling foreign-types v0.3.2 |
1845 | 2024-12-21T04:28:27.633Z | Compiling url v2.5.3 |
1846 | 2024-12-21T04:28:29.428Z | Compiling dirs-sys-next v0.1.2 |
1847 | 2024-12-21T04:28:29.605Z | Compiling siphasher v0.3.11 |
1848 | 2024-12-21T04:28:29.651Z | Compiling gimli v0.31.1 |
1849 | 2024-12-21T04:28:29.925Z | Compiling data-encoding v2.6.0 |
1850 | 2024-12-21T04:28:29.978Z | Compiling ident_case v1.0.1 |
1851 | 2024-12-21T04:28:30.078Z | Compiling heck v0.4.1 |
1852 | 2024-12-21T04:28:30.164Z | Compiling darling_core v0.20.10 |
1853 | 2024-12-21T04:28:30.635Z | Compiling dirs-next v2.0.0 |
1854 | 2024-12-21T04:28:33.171Z | Compiling http-body-util v0.1.2 |
1855 | 2024-12-21T04:28:36.344Z | Compiling addr2line v0.24.2 |
1856 | 2024-12-21T04:28:36.756Z | Compiling crossbeam-epoch v0.9.18 |
1857 | 2024-12-21T04:28:36.893Z | Compiling hubpack_derive v0.1.1 |
1858 | 2024-12-21T04:28:37.230Z | Compiling dropshot_endpoint v0.12.0 |
1859 | 2024-12-21T04:28:37.448Z | Compiling sha1 v0.10.6 |
1860 | 2024-12-21T04:28:37.477Z | Compiling signature v2.2.0 |
1861 | 2024-12-21T04:28:37.713Z | Compiling zerocopy-derive v0.6.6 |
1862 | 2024-12-21T04:28:37.730Z | Compiling curve25519-dalek-derive v0.1.1 |
1863 | 2024-12-21T04:28:37.923Z | Compiling object v0.36.5 |
1864 | 2024-12-21T04:28:39.414Z | Compiling thread_local v1.1.8 |
1865 | 2024-12-21T04:28:39.651Z | Compiling fs-err v2.11.0 |
1866 | 2024-12-21T04:28:39.881Z | Compiling encoding_rs v0.8.34 |
1867 | 2024-12-21T04:28:41.307Z | Compiling winnow v0.6.20 |
1868 | 2024-12-21T04:28:43.323Z | Compiling mime v0.3.17 |
1869 | 2024-12-21T04:28:43.853Z | Compiling anstyle v1.0.10 |
1870 | 2024-12-21T04:28:44.308Z | Compiling unicode-properties v0.1.3 |
1871 | 2024-12-21T04:28:44.702Z | Compiling rustc-demangle v0.1.24 |
1872 | 2024-12-21T04:28:45.126Z | Compiling utf8parse v0.2.2 |
1873 | 2024-12-21T04:28:46.989Z | Compiling openssl-probe v0.1.5 |
1874 | 2024-12-21T04:28:47.303Z | Compiling ipnet v2.10.1 |
1875 | 2024-12-21T04:28:49.033Z | Compiling backtrace v0.3.74 |
1876 | 2024-12-21T04:28:50.587Z | Compiling anstyle-parse v0.2.5 |
1877 | 2024-12-21T04:28:50.920Z | Compiling toml_edit v0.22.22 |
1878 | 2024-12-21T04:28:51.125Z | Compiling stringprep v0.1.5 |
1879 | 2024-12-21T04:28:54.549Z | Compiling rustls-webpki v0.102.8 |
1880 | 2024-12-21T04:28:55.317Z | Compiling crossbeam-deque v0.8.5 |
1881 | 2024-12-21T04:28:59.927Z | Compiling darling_macro v0.20.10 |
1882 | 2024-12-21T04:29:01.346Z | Compiling term v0.7.0 |
1883 | 2024-12-21T04:29:02.638Z | Compiling slog-json v2.6.1 |
1884 | 2024-12-21T04:29:04.500Z | Compiling serde_urlencoded v0.7.1 |
1885 | 2024-12-21T04:29:05.189Z | Compiling crossbeam-channel v0.5.13 |
1886 | 2024-12-21T04:29:05.238Z | Compiling rustls-pemfile v2.2.0 |
1887 | 2024-12-21T04:29:05.556Z | Compiling hashbrown v0.14.5 |
1888 | 2024-12-21T04:29:06.206Z | Compiling idna v0.3.0 |
1889 | 2024-12-21T04:29:06.234Z | Compiling idna v0.4.0 |
1890 | 2024-12-21T04:29:06.932Z | Compiling futures-executor v0.3.31 |
1891 | 2024-12-21T04:29:07.666Z | Compiling num-integer v0.1.46 |
1892 | 2024-12-21T04:29:07.901Z | Compiling md-5 v0.10.6 |
1893 | 2024-12-21T04:29:08.103Z | Compiling ff v0.13.0 |
1894 | 2024-12-21T04:29:08.154Z | Compiling hash32 v0.2.1 |
1895 | 2024-12-21T04:29:08.342Z | Compiling memmap v0.7.0 |
1896 | 2024-12-21T04:29:08.385Z | Compiling is-terminal v0.4.13 |
1897 | 2024-12-21T04:29:08.524Z | Compiling is_terminal_polyfill v1.70.1 |
1898 | 2024-12-21T04:29:08.682Z | Compiling colorchoice v1.0.2 |
1899 | 2024-12-21T04:29:08.682Z | Compiling utf-8 v0.7.6 |
1900 | 2024-12-21T04:29:08.841Z | Compiling psl-types v2.0.11 |
1901 | 2024-12-21T04:29:09.048Z | Compiling fallible-iterator v0.2.0 |
1902 | 2024-12-21T04:29:09.524Z | Compiling take_mut v0.2.2 |
1903 | 2024-12-21T04:29:09.688Z | Compiling quick-error v1.2.3 |
1904 | 2024-12-21T04:29:10.246Z | Compiling base16ct v0.2.0 |
1905 | 2024-12-21T04:29:10.279Z | Compiling anstyle-query v1.1.1 |
1906 | 2024-12-21T04:29:10.433Z | Compiling linked-hash-map v0.5.6 |
1907 | 2024-12-21T04:29:10.825Z | Compiling lru-cache v0.1.2 |
1908 | 2024-12-21T04:29:11.030Z | Compiling sec1 v0.7.3 |
1909 | 2024-12-21T04:29:11.429Z | Compiling anstream v0.6.15 |
1910 | 2024-12-21T04:29:11.608Z | Compiling resolv-conf v0.7.0 |
1911 | 2024-12-21T04:29:12.095Z | Compiling postgres-protocol v0.6.7 |
1912 | 2024-12-21T04:29:13.299Z | Compiling publicsuffix v2.2.3 |
1913 | 2024-12-21T04:29:13.358Z | Compiling tungstenite v0.24.0 |
1914 | 2024-12-21T04:29:13.562Z | Compiling usdt v0.5.0 |
1915 | 2024-12-21T04:29:13.913Z | Compiling slog-term v2.9.1 |
1916 | 2024-12-21T04:29:15.016Z | Compiling group v0.13.0 |
1917 | 2024-12-21T04:29:15.311Z | Compiling num-iter v0.1.45 |
1918 | 2024-12-21T04:29:15.314Z | Compiling futures v0.3.31 |
1919 | 2024-12-21T04:29:15.370Z | Compiling hickory-proto v0.24.1 |
1920 | 2024-12-21T04:29:15.457Z | Compiling regress v0.10.1 |
1921 | 2024-12-21T04:29:19.062Z | Compiling tokio-rustls v0.26.0 |
1922 | 2024-12-21T04:29:19.309Z | Compiling slog-bunyan v2.5.0 |
1923 | 2024-12-21T04:29:19.528Z | Compiling darling v0.20.10 |
1924 | 2024-12-21T04:29:19.546Z | Compiling tokio-rustls v0.25.0 |
1925 | 2024-12-21T04:29:19.919Z | Compiling toml v0.8.19 |
1926 | 2024-12-21T04:29:19.993Z | Compiling tokio-native-tls v0.3.1 |
1927 | 2024-12-21T04:29:20.214Z | Compiling strum_macros v0.25.3 |
1928 | 2024-12-21T04:29:20.280Z | Compiling phf_shared v0.11.2 |
1929 | 2024-12-21T04:29:20.799Z | Compiling async-stream v0.3.6 |
1930 | 2024-12-21T04:29:20.862Z | Compiling waitgroup v0.1.2 |
1931 | 2024-12-21T04:29:21.066Z | Compiling webpki-roots v0.26.6 |
1932 | 2024-12-21T04:29:21.468Z | Compiling idna v0.5.0 |
1933 | 2024-12-21T04:29:21.511Z | Compiling terminal_size v0.4.0 |
1934 | 2024-12-21T04:29:21.779Z | Compiling serde_path_to_error v0.1.16 |
1935 | 2024-12-21T04:29:22.563Z | Compiling hkdf v0.12.4 |
1936 | 2024-12-21T04:29:22.809Z | Compiling crypto-bigint v0.5.5 |
1937 | 2024-12-21T04:29:22.906Z | Compiling clap_derive v4.5.18 |
1938 | 2024-12-21T04:29:22.926Z | Compiling derive-where v1.2.7 |
1939 | 2024-12-21T04:29:23.779Z | Compiling serde_repr v0.1.19 |
1940 | 2024-12-21T04:29:24.541Z | Compiling hostname v0.4.0 |
1941 | 2024-12-21T04:29:24.753Z | Compiling crc32fast v1.4.2 |
1942 | 2024-12-21T04:29:25.070Z | Compiling clap_lex v0.7.2 |
1943 | 2024-12-21T04:29:25.392Z | Compiling unicode-width v0.1.14 |
1944 | 2024-12-21T04:29:25.536Z | Compiling managed v0.8.0 |
1945 | 2024-12-21T04:29:25.943Z | Compiling bitflags v1.3.2 |
1946 | 2024-12-21T04:29:25.976Z | Compiling debug-ignore v1.0.5 |
1947 | 2024-12-21T04:29:26.489Z | Compiling console v0.15.8 |
1948 | 2024-12-21T04:29:26.693Z | Compiling elliptic-curve v0.13.8 |
1949 | 2024-12-21T04:29:27.570Z | Compiling clap_builder v4.5.21 |
1950 | 2024-12-21T04:29:28.700Z | Compiling flate2 v1.0.34 |
1951 | 2024-12-21T04:29:29.688Z | Compiling cookie_store v0.21.0 |
1952 | 2024-12-21T04:29:31.616Z | Compiling hyper-rustls v0.27.3 |
1953 | 2024-12-21T04:29:34.202Z | Compiling hickory-resolver v0.24.1 |
1954 | 2024-12-21T04:29:35.428Z | Compiling phf v0.11.2 |
1955 | 2024-12-21T04:29:35.680Z | Compiling hyper-tls v0.6.0 |
1956 | 2024-12-21T04:29:35.751Z | Compiling signal-hook-mio v0.2.4 |
1957 | 2024-12-21T04:29:35.920Z | Compiling typify-impl v0.2.0 |
1958 | 2024-12-21T04:29:36.072Z | Compiling bzip2 v0.4.4 |
1959 | 2024-12-21T04:29:36.453Z | Compiling rayon v1.10.0 |
1960 | 2024-12-21T04:29:36.607Z | Compiling tokio-tungstenite v0.24.0 |
1961 | 2024-12-21T04:29:37.179Z | Compiling postgres-types v0.2.8 |
1962 | 2024-12-21T04:29:37.591Z | Compiling zerocopy v0.6.6 |
1963 | 2024-12-21T04:29:37.909Z | Compiling hubpack v0.1.2 |
1964 | 2024-12-21T04:29:38.351Z | Compiling ed25519 v2.2.3 |
1965 | 2024-12-21T04:29:38.471Z | Compiling phf_shared v0.10.0 |
1966 | 2024-12-21T04:29:38.814Z | Compiling pkcs1 v0.7.5 |
1967 | 2024-12-21T04:29:38.897Z | Compiling tokio-stream v0.1.16 |
1968 | 2024-12-21T04:29:39.844Z | Compiling ipnetwork v0.20.0 |
1969 | 2024-12-21T04:29:40.275Z | Compiling serde-big-array v0.5.1 |
1970 | 2024-12-21T04:29:40.523Z | Compiling rfc6979 v0.4.0 |
1971 | 2024-12-21T04:29:40.718Z | Compiling float-cmp v0.9.0 |
1972 | 2024-12-21T04:29:40.935Z | Compiling sync_wrapper v1.0.1 |
1973 | 2024-12-21T04:29:41.096Z | Compiling bstr v1.10.0 |
1974 | 2024-12-21T04:29:42.473Z | Compiling fixedbitset v0.4.2 |
1975 | 2024-12-21T04:29:42.694Z | Compiling unicode-segmentation v1.12.0 |
1976 | 2024-12-21T04:29:43.155Z | Compiling number_prefix v0.4.0 |
1977 | 2024-12-21T04:29:43.395Z | Compiling predicates-core v1.0.8 |
1978 | 2024-12-21T04:29:43.557Z | Compiling normalize-line-endings v0.3.0 |
1979 | 2024-12-21T04:29:43.697Z | Compiling difflib v0.4.0 |
1980 | 2024-12-21T04:29:43.719Z | Compiling whoami v1.5.2 |
1981 | 2024-12-21T04:29:43.737Z | Compiling bit-vec v0.6.3 |
1982 | 2024-12-21T04:29:44.002Z | Compiling static_assertions v1.1.0 |
1983 | 2024-12-21T04:29:44.185Z | Compiling unicode-width v0.2.0 |
1984 | 2024-12-21T04:29:44.273Z | Compiling precomputed-hash v0.1.1 |
1985 | 2024-12-21T04:29:44.399Z | Compiling new_debug_unreachable v1.0.6 |
1986 | 2024-12-21T04:29:44.506Z | Compiling string_cache v0.8.7 |
1987 | 2024-12-21T04:29:44.694Z | Compiling indicatif v0.17.9 |
1988 | 2024-12-21T04:29:44.697Z | Compiling predicates v3.1.2 |
1989 | 2024-12-21T04:29:44.923Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1990 | 2024-12-21T04:29:44.969Z | Compiling bit-set v0.5.3 |
1991 | 2024-12-21T04:29:45.325Z | Compiling tokio-postgres v0.7.12 |
1992 | 2024-12-21T04:29:45.907Z | Compiling similar v2.6.0 |
1993 | 2024-12-21T04:29:46.514Z | Compiling petgraph v0.6.5 |
1994 | 2024-12-21T04:29:47.874Z | Compiling typify-macro v0.2.0 |
1995 | 2024-12-21T04:29:48.227Z | Compiling reqwest v0.12.9 |
1996 | 2024-12-21T04:29:50.515Z | Compiling ecdsa v0.16.9 |
1997 | 2024-12-21T04:29:51.569Z | Compiling qorb v0.2.1 |
1998 | 2024-12-21T04:29:51.803Z | Compiling rsa v0.9.6 |
1999 | 2024-12-21T04:29:52.231Z | Compiling ed25519-dalek v2.1.1 |
2000 | 2024-12-21T04:29:52.795Z | Compiling zip v0.6.6 |
2001 | 2024-12-21T04:29:53.177Z | Compiling crossterm v0.28.1 |
2002 | 2024-12-21T04:29:53.541Z | Compiling clap v4.5.21 |
2003 | 2024-12-21T04:29:54.878Z | Compiling toml v0.7.8 |
2004 | 2024-12-21T04:29:55.760Z | Compiling x509-cert v0.2.5 |
2005 | 2024-12-21T04:29:56.559Z | Compiling hex v0.4.3 |
2006 | 2024-12-21T04:29:57.357Z | Compiling itertools v0.10.5 |
2007 | 2024-12-21T04:29:57.914Z | Compiling unicode-xid v0.2.6 |
2008 | 2024-12-21T04:29:58.003Z | Compiling peg-runtime v0.8.3 |
2009 | 2024-12-21T04:29:58.100Z | Compiling lalrpop-util v0.19.12 |
2010 | 2024-12-21T04:29:58.471Z | Compiling zerocopy v0.8.10 |
2011 | 2024-12-21T04:30:00.279Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2012 | 2024-12-21T04:30:04.629Z | Compiling proc-macro-crate v1.3.1 |
2013 | 2024-12-21T04:30:04.728Z | Compiling macaddr v1.0.1 |
2014 | 2024-12-21T04:30:05.362Z | Compiling zerocopy-derive v0.8.10 |
2015 | 2024-12-21T04:30:05.387Z | Compiling itertools v0.13.0 |
2016 | 2024-12-21T04:30:06.080Z | Compiling heapless v0.8.0 |
2017 | 2024-12-21T04:30:08.756Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2018 | 2024-12-21T04:30:13.190Z | Compiling num_enum_derive v0.5.11 |
2019 | 2024-12-21T04:30:22.157Z | Compiling hash32 v0.3.1 |
2020 | 2024-12-21T04:30:22.676Z | Compiling smoltcp v0.11.0 |
2021 | 2024-12-21T04:30:23.081Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2022 | 2024-12-21T04:30:28.511Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2023 | 2024-12-21T04:30:29.417Z | Compiling num_enum v0.5.11 |
2024 | 2024-12-21T04:30:29.619Z | Compiling typify v0.2.0 |
2025 | 2024-12-21T04:30:29.796Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2026 | 2024-12-21T04:30:30.924Z | Compiling proc-macro-error-attr v1.0.4 |
2027 | 2024-12-21T04:30:31.232Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2028 | 2024-12-21T04:30:31.528Z | Compiling unsafe-libyaml v0.2.11 |
2029 | 2024-12-21T04:30:31.902Z | Compiling cobs v0.2.3 |
2030 | 2024-12-21T04:30:33.325Z | Compiling serde_yaml v0.9.34+deprecated |
2031 | 2024-12-21T04:30:37.190Z | Compiling postcard v1.0.10 |
2032 | 2024-12-21T04:30:47.355Z | Compiling progenitor-impl v0.8.0 |
2033 | 2024-12-21T04:30:49.311Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2034 | 2024-12-21T04:31:00.469Z | Compiling strum_macros v0.26.4 |
2035 | 2024-12-21T04:31:01.711Z | Compiling structmeta-derive v0.3.0 |
2036 | 2024-12-21T04:31:01.879Z | Compiling foreign-types-macros v0.2.3 |
2037 | 2024-12-21T04:31:02.026Z | Compiling proc-macro-error v1.0.4 |
2038 | 2024-12-21T04:31:02.060Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2039 | 2024-12-21T04:31:02.774Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2040 | 2024-12-21T04:31:03.599Z | Compiling foreign-types-shared v0.3.1 |
2041 | 2024-12-21T04:31:04.345Z | Compiling structmeta v0.3.0 |
2042 | 2024-12-21T04:31:05.266Z | Compiling strum v0.26.3 |
2043 | 2024-12-21T04:31:05.307Z | Compiling foreign-types v0.5.0 |
2044 | 2024-12-21T04:31:09.816Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2045 | 2024-12-21T04:31:13.736Z | Compiling progenitor-macro v0.8.0 |
2046 | 2024-12-21T04:31:18.028Z | Compiling progenitor-client v0.8.0 |
2047 | 2024-12-21T04:31:19.120Z | Compiling tabwriter v1.4.0 |
2048 | 2024-12-21T04:31:23.220Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2049 | 2024-12-21T04:31:23.689Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2050 | 2024-12-21T04:31:24.065Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2051 | 2024-12-21T04:31:24.443Z | Compiling cstr-argument v0.1.2 |
2052 | 2024-12-21T04:31:24.505Z | Compiling dropshot v0.13.0 |
2053 | 2024-12-21T04:31:24.698Z | Compiling fastrand v2.1.1 |
2054 | 2024-12-21T04:31:24.930Z | Compiling thiserror v2.0.3 |
2055 | 2024-12-21T04:31:25.369Z | Compiling crucible-workspace-hack v0.1.0 |
2056 | 2024-12-21T04:31:25.513Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2057 | 2024-12-21T04:31:25.806Z | Compiling pretty-hex v0.2.1 |
2058 | 2024-12-21T04:31:26.073Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2059 | 2024-12-21T04:31:26.189Z | Compiling tempfile v3.13.0 |
2060 | 2024-12-21T04:31:26.586Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2061 | 2024-12-21T04:31:26.739Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2062 | 2024-12-21T04:31:26.758Z | Compiling progenitor v0.8.0 |
2063 | 2024-12-21T04:31:26.937Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2064 | 2024-12-21T04:31:27.473Z | Compiling parse-display-derive v0.10.0 |
2065 | 2024-12-21T04:31:27.791Z | Compiling colored v2.1.0 |
2066 | 2024-12-21T04:31:27.846Z | Compiling serde_with_macros v3.11.0 |
2067 | 2024-12-21T04:31:28.715Z | Compiling dropshot_endpoint v0.13.0 |
2068 | 2024-12-21T04:31:29.058Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2069 | 2024-12-21T04:31:29.816Z | Compiling thiserror-impl v2.0.3 |
2070 | 2024-12-21T04:31:30.476Z | Compiling instant v0.1.13 |
2071 | 2024-12-21T04:31:30.496Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2072 | 2024-12-21T04:31:30.644Z | Compiling backoff v0.4.0 |
2073 | 2024-12-21T04:31:30.897Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2074 | 2024-12-21T04:31:31.031Z | Compiling serde_with v3.11.0 |
2075 | 2024-12-21T04:31:31.051Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2076 | 2024-12-21T04:31:31.452Z | Compiling parse-display v0.10.0 |
2077 | 2024-12-21T04:31:33.012Z | Compiling zone_cfg_derive v0.3.0 |
2078 | 2024-12-21T04:31:33.538Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2079 | 2024-12-21T04:31:33.998Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2080 | 2024-12-21T04:31:34.253Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2081 | 2024-12-21T04:31:34.400Z | Compiling camino-tempfile v1.1.1 |
2082 | 2024-12-21T04:31:34.837Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2083 | 2024-12-21T04:31:35.201Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2084 | 2024-12-21T04:31:35.317Z | Compiling regress v0.9.1 |
2085 | 2024-12-21T04:31:35.400Z | Compiling num-derive v0.4.2 |
2086 | 2024-12-21T04:31:35.495Z | Compiling sigpipe v0.1.3 |
2087 | 2024-12-21T04:31:35.643Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2088 | 2024-12-21T04:31:35.953Z | Compiling libefi-sys v0.1.0 |
2089 | 2024-12-21T04:31:36.299Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2090 | 2024-12-21T04:31:37.559Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2091 | 2024-12-21T04:31:39.131Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2092 | 2024-12-21T04:31:39.641Z | Compiling zone v0.3.0 |
2093 | 2024-12-21T04:31:39.701Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2094 | 2024-12-21T04:31:41.065Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2095 | 2024-12-21T04:31:43.918Z | Compiling smf v0.2.3 |
2096 | 2024-12-21T04:31:44.011Z | Compiling bitfield-struct v0.6.2 |
2097 | 2024-12-21T04:31:44.054Z | Compiling ring v0.16.20 |
2098 | 2024-12-21T04:31:45.077Z | Compiling blake3 v1.5.4 |
2099 | 2024-12-21T04:31:45.439Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2100 | 2024-12-21T04:31:45.978Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2101 | 2024-12-21T04:31:46.778Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2102 | 2024-12-21T04:31:46.958Z | Compiling xattr v1.3.1 |
2103 | 2024-12-21T04:31:46.983Z | Compiling filetime v0.2.25 |
2104 | 2024-12-21T04:31:47.290Z | Compiling memmap2 v0.9.5 |
2105 | 2024-12-21T04:31:47.349Z | Compiling arrayvec v0.7.6 |
2106 | 2024-12-21T04:31:47.849Z | Compiling arrayref v0.3.9 |
2107 | 2024-12-21T04:31:47.898Z | Compiling constant_time_eq v0.3.1 |
2108 | 2024-12-21T04:31:47.925Z | Compiling same-file v1.0.6 |
2109 | 2024-12-21T04:31:47.962Z | Compiling spin v0.5.2 |
2110 | 2024-12-21T04:31:48.090Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2111 | 2024-12-21T04:31:48.220Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2112 | 2024-12-21T04:31:48.240Z | Compiling walkdir v2.5.0 |
2113 | 2024-12-21T04:31:49.828Z | Compiling tar v0.4.42 |
2114 | 2024-12-21T04:31:51.000Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2115 | 2024-12-21T04:31:51.074Z | Compiling gethostname v0.5.0 |
2116 | 2024-12-21T04:31:51.278Z | Compiling cargo-platform v0.1.8 |
2117 | 2024-12-21T04:31:51.419Z | Compiling topological-sort v0.2.2 |
2118 | 2024-12-21T04:31:51.715Z | Compiling cargo_metadata v0.18.1 |
2119 | 2024-12-21T04:31:52.658Z | Compiling shell-words v1.1.0 |
2120 | 2024-12-21T04:31:54.314Z | Compiling omicron-zone-package v0.11.1 |
2121 | 2024-12-21T04:31:58.584Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2122 | 2024-12-21T04:32:00.892Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2123 | 2024-12-21T04:32:04.198Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2124 | 2024-12-21T04:32:21.775Z | Finished `release` profile [optimized] target(s) in 5m 29s |
2125 | 2024-12-21T04:32:21.944Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2126 | 2024-12-21T04:32:21.994Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2127 | 2024-12-21T04:32:21.997Z | Created new build target 'test' and set it as active |
2128 | 2024-12-21T04:32:21.997Z | |
2129 | 2024-12-21T04:32:21.997Z | real 5:30.183631620 |
2130 | 2024-12-21T04:32:21.997Z | user 37:16.616885418 |
2131 | 2024-12-21T04:32:21.997Z | sys 4:58.477508846 |
2132 | 2024-12-21T04:32:21.997Z | trap 1.112370600 |
2133 | 2024-12-21T04:32:21.997Z | tflt 3.480238813 |
2134 | 2024-12-21T04:32:21.997Z | dflt 0.768796274 |
2135 | 2024-12-21T04:32:21.997Z | kflt 0.009157393 |
2136 | 2024-12-21T04:32:21.997Z | lock 1:18:20.703681555 |
2137 | 2024-12-21T04:32:21.997Z | slp 2:35:53.092294167 |
2138 | 2024-12-21T04:32:22.003Z | lat 2:32.482582101 |
2139 | 2024-12-21T04:32:22.003Z | stop 4:36.694125760 |
2140 | 2024-12-21T04:32:22.003Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2141 | 2024-12-21T04:32:22.971Z | Finished `release` profile [optimized] target(s) in 0.92s |
2142 | 2024-12-21T04:32:23.031Z | Running `target/release/omicron-package -t test package` |
2143 | 2024-12-21T04:32:23.078Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2144 | 2024-12-21T04:32:24.242Z | Compiling convert_case v0.4.0 |
2145 | 2024-12-21T04:32:24.242Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2146 | 2024-12-21T04:32:24.242Z | Compiling newline-converter v0.3.0 |
2147 | 2024-12-21T04:32:24.247Z | Compiling password-hash v0.5.0 |
2148 | 2024-12-21T04:32:24.247Z | Compiling blake2 v0.10.6 |
2149 | 2024-12-21T04:32:24.247Z | Compiling base64 v0.21.7 |
2150 | 2024-12-21T04:32:24.247Z | Compiling atomicwrites v0.4.4 |
2151 | 2024-12-21T04:32:24.390Z | Compiling progenitor-client v0.8.0 |
2152 | 2024-12-21T04:32:24.581Z | Compiling owo-colors v4.1.0 |
2153 | 2024-12-21T04:32:24.618Z | Compiling expectorate v1.1.0 |
2154 | 2024-12-21T04:32:24.808Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2155 | 2024-12-21T04:32:24.861Z | Compiling cancel-safe-futures v0.1.5 |
2156 | 2024-12-21T04:32:24.923Z | Compiling progenitor v0.8.0 |
2157 | 2024-12-21T04:32:25.004Z | Compiling argon2 v0.5.3 |
2158 | 2024-12-21T04:32:25.088Z | Compiling derive_more v0.99.18 |
2159 | 2024-12-21T04:32:25.180Z | Compiling num-rational v0.4.2 |
2160 | 2024-12-21T04:32:25.227Z | Compiling num-complex v0.4.6 |
2161 | 2024-12-21T04:32:25.957Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2162 | 2024-12-21T04:32:26.208Z | Compiling libsw v3.3.1 |
2163 | 2024-12-21T04:32:26.515Z | Compiling num v0.4.3 |
2164 | 2024-12-21T04:32:26.534Z | Compiling float-ord v0.3.2 |
2165 | 2024-12-21T04:32:26.552Z | Compiling swrite v0.1.0 |
2166 | 2024-12-21T04:32:26.567Z | Compiling indent_write v2.2.0 |
2167 | 2024-12-21T04:32:26.638Z | Compiling linear-map v1.2.0 |
2168 | 2024-12-21T04:32:26.677Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2169 | 2024-12-21T04:32:26.713Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2170 | 2024-12-21T04:32:26.787Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2171 | 2024-12-21T04:32:27.077Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2172 | 2024-12-21T04:32:27.316Z | Compiling highway v1.2.0 |
2173 | 2024-12-21T04:32:27.547Z | Compiling semver v0.1.20 |
2174 | 2024-12-21T04:32:28.102Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2175 | 2024-12-21T04:32:28.458Z | Compiling rustc_version v0.1.7 |
2176 | 2024-12-21T04:32:28.724Z | Compiling tungstenite v0.21.0 |
2177 | 2024-12-21T04:32:28.892Z | Compiling newtype_derive v0.1.6 |
2178 | 2024-12-21T04:32:29.199Z | Compiling ipnetwork v0.20.0 |
2179 | 2024-12-21T04:32:30.008Z | Compiling tokio-tungstenite v0.21.0 |
2180 | 2024-12-21T04:32:30.659Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2181 | 2024-12-21T04:32:31.341Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2182 | 2024-12-21T04:32:31.829Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2183 | 2024-12-21T04:32:34.018Z | Compiling humantime v2.1.0 |
2184 | 2024-12-21T04:32:34.835Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2185 | 2024-12-21T04:32:34.863Z | Compiling dropshot v0.13.0 |
2186 | 2024-12-21T04:32:34.940Z | Compiling instant v0.1.13 |
2187 | 2024-12-21T04:32:35.108Z | Compiling backoff v0.4.0 |
2188 | 2024-12-21T04:32:35.483Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2189 | 2024-12-21T04:32:35.953Z | Compiling steno v0.4.1 |
2190 | 2024-12-21T04:32:36.196Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2191 | 2024-12-21T04:32:36.226Z | Compiling parse-display v0.10.0 |
2192 | 2024-12-21T04:32:36.796Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2193 | 2024-12-21T04:32:36.987Z | Compiling serde_with v3.11.0 |
2194 | 2024-12-21T04:32:41.077Z | Compiling strum v0.26.3 |
2195 | 2024-12-21T04:32:41.132Z | Compiling regress v0.9.1 |
2196 | 2024-12-21T04:32:41.268Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2197 | 2024-12-21T04:32:44.208Z | Compiling macaddr v1.0.1 |
2198 | 2024-12-21T04:32:44.227Z | Compiling slog-dtrace v0.3.0 |
2199 | 2024-12-21T04:32:44.397Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2200 | 2024-12-21T04:32:44.651Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2201 | 2024-12-21T04:32:45.104Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2202 | 2024-12-21T04:32:46.487Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2203 | 2024-12-21T04:32:47.039Z | Compiling prettyplease v0.2.25 |
2204 | 2024-12-21T04:32:47.407Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2205 | 2024-12-21T04:32:47.596Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2206 | 2024-12-21T04:32:48.649Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2207 | 2024-12-21T04:32:50.845Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2208 | 2024-12-21T04:32:51.447Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2209 | 2024-12-21T04:33:03.639Z | Compiling half v2.4.1 |
2210 | 2024-12-21T04:33:04.294Z | Compiling ciborium-io v0.2.2 |
2211 | 2024-12-21T04:33:04.362Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2212 | 2024-12-21T04:33:04.445Z | Compiling ciborium-ll v0.2.2 |
2213 | 2024-12-21T04:33:04.987Z | Compiling ciborium v0.2.2 |
2214 | 2024-12-21T04:33:05.044Z | Compiling display-error-chain v0.2.2 |
2215 | 2024-12-21T04:33:05.280Z | Compiling fastrand v2.1.1 |
2216 | 2024-12-21T04:33:05.579Z | Compiling same-file v1.0.6 |
2217 | 2024-12-21T04:33:05.828Z | Compiling walkdir v2.5.0 |
2218 | 2024-12-21T04:33:05.847Z | Compiling tempfile v3.13.0 |
2219 | 2024-12-21T04:33:06.228Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2220 | 2024-12-21T04:33:06.515Z | Compiling ring v0.16.20 |
2221 | 2024-12-21T04:33:06.664Z | Compiling blake3 v1.5.4 |
2222 | 2024-12-21T04:33:07.113Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2223 | 2024-12-21T04:33:07.318Z | Compiling xattr v1.3.1 |
2224 | 2024-12-21T04:33:07.600Z | Compiling memmap2 v0.9.5 |
2225 | 2024-12-21T04:33:08.035Z | Compiling filetime v0.2.25 |
2226 | 2024-12-21T04:33:08.351Z | Compiling spin v0.5.2 |
2227 | 2024-12-21T04:33:08.628Z | Compiling keccak v0.1.5 |
2228 | 2024-12-21T04:33:09.159Z | Compiling arrayref v0.3.9 |
2229 | 2024-12-21T04:33:09.282Z | Compiling constant_time_eq v0.3.1 |
2230 | 2024-12-21T04:33:09.401Z | Compiling arrayvec v0.7.6 |
2231 | 2024-12-21T04:33:09.668Z | Compiling sha3 v0.10.8 |
2232 | 2024-12-21T04:33:10.333Z | Compiling tar v0.4.42 |
2233 | 2024-12-21T04:33:10.335Z | Compiling camino-tempfile v1.1.1 |
2234 | 2024-12-21T04:33:10.580Z | Compiling toolchain_find v0.4.0 |
2235 | 2024-12-21T04:33:10.795Z | Compiling const_format_proc_macros v0.2.33 |
2236 | 2024-12-21T04:33:10.845Z | Compiling topological-sort v0.2.2 |
2237 | 2024-12-21T04:33:11.078Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2238 | 2024-12-21T04:33:11.097Z | Compiling crunchy v0.2.2 |
2239 | 2024-12-21T04:33:11.181Z | Compiling radium v0.7.0 |
2240 | 2024-12-21T04:33:11.549Z | Compiling maplit v1.0.2 |
2241 | 2024-12-21T04:33:11.620Z | Compiling omicron-zone-package v0.11.1 |
2242 | 2024-12-21T04:33:11.668Z | Compiling rustfmt-wrapper v0.2.1 |
2243 | 2024-12-21T04:33:11.688Z | Compiling tiny-keccak v2.0.2 |
2244 | 2024-12-21T04:33:11.975Z | Compiling maybe-uninit v2.0.0 |
2245 | 2024-12-21T04:33:12.236Z | Compiling tap v1.0.1 |
2246 | 2024-12-21T04:33:12.422Z | Compiling wyz v0.5.1 |
2247 | 2024-12-21T04:33:12.606Z | Compiling const_format v0.2.33 |
2248 | 2024-12-21T04:33:12.632Z | Compiling dsl_auto_type v0.1.2 |
2249 | 2024-12-21T04:33:12.657Z | Compiling phf_generator v0.11.2 |
2250 | 2024-12-21T04:33:12.849Z | Compiling scheduled-thread-pool v0.2.7 |
2251 | 2024-12-21T04:33:12.874Z | Compiling secrecy v0.8.0 |
2252 | 2024-12-21T04:33:12.891Z | Compiling async-recursion v1.1.1 |
2253 | 2024-12-21T04:33:13.159Z | Compiling diesel_table_macro_syntax v0.2.0 |
2254 | 2024-12-21T04:33:13.572Z | Compiling funty v2.0.0 |
2255 | 2024-12-21T04:33:13.927Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2256 | 2024-12-21T04:33:14.063Z | Compiling arc-swap v1.7.1 |
2257 | 2024-12-21T04:33:14.103Z | Compiling crc-catalog v2.4.0 |
2258 | 2024-12-21T04:33:14.232Z | Compiling packed_struct v0.10.1 |
2259 | 2024-12-21T04:33:14.299Z | Compiling crc v3.2.1 |
2260 | 2024-12-21T04:33:14.407Z | Compiling diesel_derives v2.2.3 |
2261 | 2024-12-21T04:33:14.671Z | Compiling slog-scope v4.4.0 |
2262 | 2024-12-21T04:33:14.749Z | Compiling bitvec v1.0.1 |
2263 | 2024-12-21T04:33:15.506Z | Compiling r2d2 v0.8.10 |
2264 | 2024-12-21T04:33:15.986Z | Compiling phf_codegen v0.11.2 |
2265 | 2024-12-21T04:33:16.282Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2266 | 2024-12-21T04:33:16.313Z | Compiling ascii-canvas v3.0.0 |
2267 | 2024-12-21T04:33:16.519Z | Compiling universal-hash v0.5.1 |
2268 | 2024-12-21T04:33:16.768Z | Compiling packed_struct_codegen v0.10.1 |
2269 | 2024-12-21T04:33:16.802Z | Compiling thiserror-impl-no-std v2.0.2 |
2270 | 2024-12-21T04:33:16.988Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2271 | 2024-12-21T04:33:19.244Z | Compiling parse-zoneinfo v0.3.1 |
2272 | 2024-12-21T04:33:19.375Z | Compiling ena v0.14.3 |
2273 | 2024-12-21T04:33:19.414Z | Compiling indexmap v1.9.3 |
2274 | 2024-12-21T04:33:19.734Z | Compiling opaque-debug v0.3.1 |
2275 | 2024-12-21T04:33:19.802Z | Compiling regex-syntax v0.6.29 |
2276 | 2024-12-21T04:33:19.853Z | Compiling nodrop v0.1.14 |
2277 | 2024-12-21T04:33:20.000Z | Compiling diff v0.1.13 |
2278 | 2024-12-21T04:33:20.570Z | Compiling array-init v0.0.4 |
2279 | 2024-12-21T04:33:20.815Z | Compiling chrono-tz-build v0.4.0 |
2280 | 2024-12-21T04:33:21.894Z | Compiling poly1305 v0.8.0 |
2281 | 2024-12-21T04:33:22.007Z | Compiling thiserror-no-std v2.0.2 |
2282 | 2024-12-21T04:33:23.452Z | Compiling lalrpop v0.19.12 |
2283 | 2024-12-21T04:33:25.243Z | Compiling smallvec v0.6.14 |
2284 | 2024-12-21T04:33:25.717Z | Compiling slog-stdlog v4.1.1 |
2285 | 2024-12-21T04:33:25.905Z | Compiling diesel v2.2.6 |
2286 | 2024-12-21T04:33:26.601Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2287 | 2024-12-21T04:33:26.912Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2288 | 2024-12-21T04:33:27.513Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2289 | 2024-12-21T04:33:27.532Z | Compiling chacha20 v0.9.1 |
2290 | 2024-12-21T04:33:27.724Z | Compiling aead v0.5.2 |
2291 | 2024-12-21T04:33:27.935Z | Compiling vte_generate_state_changes v0.1.2 |
2292 | 2024-12-21T04:33:28.080Z | Compiling bitfield v0.14.0 |
2293 | 2024-12-21T04:33:28.409Z | Compiling hashbrown v0.12.3 |
2294 | 2024-12-21T04:33:28.529Z | Compiling ref-cast v1.0.23 |
2295 | 2024-12-21T04:33:29.071Z | Compiling termcolor v1.4.1 |
2296 | 2024-12-21T04:33:30.185Z | Compiling env_logger v0.10.2 |
2297 | 2024-12-21T04:33:31.011Z | Compiling vte v0.11.1 |
2298 | 2024-12-21T04:33:32.501Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2299 | 2024-12-21T04:33:33.276Z | Compiling chacha20poly1305 v0.10.1 |
2300 | 2024-12-21T04:33:33.494Z | Compiling slog-envlogger v2.2.0 |
2301 | 2024-12-21T04:33:36.315Z | Compiling serde-hex v0.1.0 |
2302 | 2024-12-21T04:33:41.563Z | Compiling vsss-rs v3.3.4 |
2303 | 2024-12-21T04:33:45.885Z | Compiling chrono-tz v0.10.0 |
2304 | 2024-12-21T04:33:46.518Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2305 | 2024-12-21T04:33:46.871Z | Compiling ron v0.8.1 |
2306 | 2024-12-21T04:33:49.537Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2307 | 2024-12-21T04:33:49.626Z | Compiling polar-core v0.27.3 |
2308 | 2024-12-21T04:33:49.838Z | Compiling derive_builder_core v0.20.2 |
2309 | 2024-12-21T04:33:50.875Z | Compiling hashbrown v0.13.2 |
2310 | 2024-12-21T04:33:52.078Z | Compiling headers-core v0.3.0 |
2311 | 2024-12-21T04:33:52.253Z | Compiling fxhash v0.2.1 |
2312 | 2024-12-21T04:33:52.326Z | Compiling libxml v0.3.3 |
2313 | 2024-12-21T04:33:52.483Z | Compiling ref-cast-impl v1.0.23 |
2314 | 2024-12-21T04:33:52.692Z | Compiling zip v2.1.3 |
2315 | 2024-12-21T04:33:52.885Z | Compiling lockfree-object-pool v0.1.6 |
2316 | 2024-12-21T04:33:53.028Z | Compiling bumpalo v3.16.0 |
2317 | 2024-12-21T04:33:53.216Z | Compiling simd-adler32 v0.3.7 |
2318 | 2024-12-21T04:33:53.607Z | Compiling bytecount v0.6.8 |
2319 | 2024-12-21T04:33:53.646Z | Compiling crc-any v2.5.0 |
2320 | 2024-12-21T04:33:53.955Z | Compiling papergrid v0.11.0 |
2321 | 2024-12-21T04:33:54.379Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2322 | 2024-12-21T04:33:54.822Z | Compiling zopfli v0.8.1 |
2323 | 2024-12-21T04:33:59.204Z | Compiling object v0.30.4 |
2324 | 2024-12-21T04:34:04.286Z | Compiling headers v0.4.0 |
2325 | 2024-12-21T04:34:06.576Z | Compiling derive_builder_macro v0.20.2 |
2326 | 2024-12-21T04:34:07.451Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2327 | 2024-12-21T04:34:09.066Z | Compiling strip-ansi-escapes v0.2.0 |
2328 | 2024-12-21T04:34:09.483Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2329 | 2024-12-21T04:34:09.805Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2330 | 2024-12-21T04:34:10.102Z | Compiling tabled_derive v0.7.0 |
2331 | 2024-12-21T04:34:12.271Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2332 | 2024-12-21T04:34:12.514Z | Compiling fd-lock v4.0.2 |
2333 | 2024-12-21T04:34:12.570Z | Compiling peg-macros v0.8.4 |
2334 | 2024-12-21T04:34:12.644Z | Compiling strum_macros v0.24.3 |
2335 | 2024-12-21T04:34:12.763Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2336 | 2024-12-21T04:34:13.817Z | Compiling kstat-rs v0.2.4 |
2337 | 2024-12-21T04:34:14.955Z | Compiling samael v0.0.17 |
2338 | 2024-12-21T04:34:15.859Z | Compiling unicase v2.7.0 |
2339 | 2024-12-21T04:34:15.917Z | Compiling nu-ansi-term v0.50.1 |
2340 | 2024-12-21T04:34:16.163Z | Compiling indoc v1.0.9 |
2341 | 2024-12-21T04:34:16.465Z | Compiling path-slash v0.1.5 |
2342 | 2024-12-21T04:34:16.735Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2343 | 2024-12-21T04:34:17.029Z | Compiling reedline v0.35.0 |
2344 | 2024-12-21T04:34:17.087Z | Compiling peg v0.8.4 |
2345 | 2024-12-21T04:34:17.205Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2346 | 2024-12-21T04:34:20.582Z | Compiling tabled v0.15.0 |
2347 | 2024-12-21T04:34:22.998Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2348 | 2024-12-21T04:34:32.431Z | Compiling derive_builder v0.20.2 |
2349 | 2024-12-21T04:34:37.674Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2350 | 2024-12-21T04:34:38.002Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2351 | 2024-12-21T04:34:40.961Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2352 | 2024-12-21T04:34:41.082Z | Compiling pem v3.0.4 |
2353 | 2024-12-21T04:34:41.265Z | Compiling bcs v0.1.6 |
2354 | 2024-12-21T04:34:41.393Z | Compiling oso-derive v0.27.3 |
2355 | 2024-12-21T04:34:42.146Z | Compiling impl-trait-for-tuples v0.2.2 |
2356 | 2024-12-21T04:34:42.381Z | Compiling libz-sys v1.1.20 |
2357 | 2024-12-21T04:34:42.562Z | Compiling quick-xml v0.33.0 |
2358 | 2024-12-21T04:34:43.057Z | Compiling diesel-dtrace v0.4.2 |
2359 | 2024-12-21T04:34:43.384Z | Compiling parking_lot_core v0.8.6 |
2360 | 2024-12-21T04:34:49.059Z | Compiling oso v0.27.3 |
2361 | 2024-12-21T04:34:49.319Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2362 | 2024-12-21T04:34:50.885Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2363 | 2024-12-21T04:34:56.342Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2364 | 2024-12-21T04:34:59.525Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2365 | 2024-12-21T04:34:59.832Z | Compiling bb8 v0.8.5 |
2366 | 2024-12-21T04:35:00.479Z | Compiling buf-list v1.0.3 |
2367 | 2024-12-21T04:35:01.156Z | Compiling async-bb8-diesel v0.2.1 |
2368 | 2024-12-21T04:35:03.602Z | Compiling nibble_vec v0.1.0 |
2369 | 2024-12-21T04:35:03.869Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2370 | 2024-12-21T04:35:04.682Z | Compiling pin-project-internal v1.1.6 |
2371 | 2024-12-21T04:35:06.587Z | Compiling atty v0.2.14 |
2372 | 2024-12-21T04:35:06.774Z | Compiling endian-type v0.1.2 |
2373 | 2024-12-21T04:35:07.053Z | Compiling salty v0.3.0 |
2374 | 2024-12-21T04:35:07.520Z | Compiling pin-project v1.1.6 |
2375 | 2024-12-21T04:35:07.545Z | Compiling radix_trie v0.2.1 |
2376 | 2024-12-21T04:35:08.826Z | Compiling parking_lot v0.11.2 |
2377 | 2024-12-21T04:35:11.924Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2378 | 2024-12-21T04:35:18.525Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2379 | 2024-12-21T04:35:23.346Z | Compiling snafu-derive v0.8.5 |
2380 | 2024-12-21T04:35:25.951Z | Compiling sled v0.34.7 |
2381 | 2024-12-21T04:35:28.017Z | Compiling snafu v0.8.5 |
2382 | 2024-12-21T04:35:29.233Z | Compiling mime_guess v2.0.5 |
2383 | 2024-12-21T04:35:30.391Z | Compiling hickory-client v0.24.1 |
2384 | 2024-12-21T04:35:37.342Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2385 | 2024-12-21T04:35:37.771Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2386 | 2024-12-21T04:35:38.421Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2387 | 2024-12-21T04:35:38.798Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2388 | 2024-12-21T04:35:39.487Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2389 | 2024-12-21T04:35:41.026Z | Compiling globset v0.4.15 |
2390 | 2024-12-21T04:35:43.582Z | Compiling hickory-server v0.24.1 |
2391 | 2024-12-21T04:35:47.589Z | Compiling primeorder v0.13.6 |
2392 | 2024-12-21T04:35:48.197Z | Compiling olpc-cjson v0.1.4 |
2393 | 2024-12-21T04:35:48.549Z | Compiling castaway v0.2.3 |
2394 | 2024-12-21T04:35:48.565Z | Compiling vergen v8.3.2 |
2395 | 2024-12-21T04:35:48.758Z | Compiling env_filter v0.1.2 |
2396 | 2024-12-21T04:35:48.876Z | Compiling cargo-platform v0.1.8 |
2397 | 2024-12-21T04:35:49.825Z | Compiling serde_plain v1.0.2 |
2398 | 2024-12-21T04:35:49.958Z | Compiling nanorand v0.7.0 |
2399 | 2024-12-21T04:35:50.256Z | Compiling memoffset v0.9.1 |
2400 | 2024-12-21T04:35:50.555Z | Compiling typed-path v0.9.3 |
2401 | 2024-12-21T04:35:50.818Z | Compiling flume v0.11.1 |
2402 | 2024-12-21T04:35:51.571Z | Compiling cargo_metadata v0.18.1 |
2403 | 2024-12-21T04:35:54.978Z | Compiling tough v0.19.0 |
2404 | 2024-12-21T04:35:56.461Z | Compiling env_logger v0.11.5 |
2405 | 2024-12-21T04:35:57.694Z | Compiling compact_str v0.8.0 |
2406 | 2024-12-21T04:35:57.871Z | Compiling p384 v0.13.0 |
2407 | 2024-12-21T04:35:58.241Z | Compiling git2 v0.19.0 |
2408 | 2024-12-21T04:35:59.001Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2409 | 2024-12-21T04:36:00.712Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2410 | 2024-12-21T04:36:03.914Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2411 | 2024-12-21T04:36:08.185Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2412 | 2024-12-21T04:36:09.414Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2413 | 2024-12-21T04:36:10.889Z | Compiling unicode-truncate v1.1.0 |
2414 | 2024-12-21T04:36:11.193Z | Compiling lru v0.12.5 |
2415 | 2024-12-21T04:36:11.575Z | Compiling rand_seeder v0.3.0 |
2416 | 2024-12-21T04:36:12.128Z | Compiling libsqlite3-sys v0.30.1 |
2417 | 2024-12-21T04:36:12.668Z | Compiling lzma-sys v0.1.20 |
2418 | 2024-12-21T04:36:13.400Z | Compiling instability v0.3.2 |
2419 | 2024-12-21T04:36:14.397Z | Compiling cassowary v0.3.0 |
2420 | 2024-12-21T04:36:15.381Z | Compiling parse-size v1.1.0 |
2421 | 2024-12-21T04:36:15.703Z | Compiling http-range v0.1.5 |
2422 | 2024-12-21T04:36:16.281Z | Compiling rustls v0.21.12 |
2423 | 2024-12-21T04:36:16.353Z | Compiling cfg_aliases v0.2.1 |
2424 | 2024-12-21T04:36:16.480Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2425 | 2024-12-21T04:36:16.612Z | Compiling nix v0.29.0 |
2426 | 2024-12-21T04:36:16.833Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2427 | 2024-12-21T04:36:17.481Z | Compiling ratatui v0.28.1 |
2428 | 2024-12-21T04:36:18.112Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2429 | 2024-12-21T04:36:20.176Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2430 | 2024-12-21T04:36:24.382Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2431 | 2024-12-21T04:36:24.696Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2432 | 2024-12-21T04:36:25.543Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2433 | 2024-12-21T04:36:25.860Z | Compiling sct v0.7.1 |
2434 | 2024-12-21T04:36:26.100Z | Compiling rustls-webpki v0.101.7 |
2435 | 2024-12-21T04:36:26.345Z | Compiling heck v0.3.3 |
2436 | 2024-12-21T04:36:26.744Z | Compiling csv-core v0.1.11 |
2437 | 2024-12-21T04:36:27.631Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2438 | 2024-12-21T04:36:27.952Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2439 | 2024-12-21T04:36:28.259Z | Compiling glob v0.3.1 |
2440 | 2024-12-21T04:36:30.041Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2441 | 2024-12-21T04:36:30.192Z | Compiling csv v1.3.1 |
2442 | 2024-12-21T04:36:32.311Z | Compiling zone_cfg_derive v0.1.2 |
2443 | 2024-12-21T04:36:33.807Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2444 | 2024-12-21T04:36:35.099Z | Compiling nix v0.27.1 |
2445 | 2024-12-21T04:36:37.339Z | Compiling hyper-staticfile v0.10.1 |
2446 | 2024-12-21T04:36:38.108Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2447 | 2024-12-21T04:36:40.410Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2448 | 2024-12-21T04:36:41.511Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2449 | 2024-12-21T04:36:41.536Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2450 | 2024-12-21T04:36:42.711Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2451 | 2024-12-21T04:36:44.977Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2452 | 2024-12-21T04:36:47.803Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2453 | 2024-12-21T04:36:48.163Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2454 | 2024-12-21T04:36:48.469Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2455 | 2024-12-21T04:36:48.775Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2456 | 2024-12-21T04:36:50.543Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2457 | 2024-12-21T04:36:52.481Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2458 | 2024-12-21T04:36:53.150Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2459 | 2024-12-21T04:36:53.518Z | Compiling hashlink v0.9.1 |
2460 | 2024-12-21T04:36:53.769Z | Compiling tungstenite v0.23.0 |
2461 | 2024-12-21T04:36:54.397Z | Compiling fallible-streaming-iterator v0.1.9 |
2462 | 2024-12-21T04:36:54.695Z | Compiling fallible-iterator v0.3.0 |
2463 | 2024-12-21T04:36:55.557Z | Compiling base64 v0.13.1 |
2464 | 2024-12-21T04:36:56.054Z | Compiling ron v0.7.1 |
2465 | 2024-12-21T04:36:56.329Z | Compiling rusqlite v0.32.1 |
2466 | 2024-12-21T04:36:56.480Z | Compiling tokio-tungstenite v0.23.1 |
2467 | 2024-12-21T04:36:57.108Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2468 | 2024-12-21T04:36:57.299Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2469 | 2024-12-21T04:36:57.784Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2470 | 2024-12-21T04:36:59.568Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2471 | 2024-12-21T04:37:02.577Z | Compiling xz2 v0.1.7 |
2472 | 2024-12-21T04:37:03.203Z | Compiling tokio-rustls v0.24.1 |
2473 | 2024-12-21T04:37:03.671Z | Compiling zone v0.1.8 |
2474 | 2024-12-21T04:37:05.611Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2475 | 2024-12-21T04:37:07.093Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2476 | 2024-12-21T04:37:13.573Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2477 | 2024-12-21T04:37:20.012Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2478 | 2024-12-21T04:37:20.150Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2479 | 2024-12-21T04:37:20.745Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2480 | 2024-12-21T04:37:23.534Z | Compiling rustls-pemfile v1.0.4 |
2481 | 2024-12-21T04:37:24.726Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2482 | 2024-12-21T04:37:24.769Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2483 | 2024-12-21T04:37:26.619Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2484 | 2024-12-21T04:37:26.785Z | Compiling signal-hook-tokio v0.3.1 |
2485 | 2024-12-21T04:37:27.025Z | Compiling twox-hash v1.6.3 |
2486 | 2024-12-21T04:37:28.056Z | Compiling yasna v0.5.2 |
2487 | 2024-12-21T04:37:29.394Z | Compiling unicode-linebreak v0.1.5 |
2488 | 2024-12-21T04:37:29.483Z | Compiling is_ci v1.2.0 |
2489 | 2024-12-21T04:37:29.789Z | Compiling smawk v0.3.2 |
2490 | 2024-12-21T04:37:29.969Z | Compiling supports-color v3.0.1 |
2491 | 2024-12-21T04:37:30.075Z | Compiling textwrap v0.16.1 |
2492 | 2024-12-21T04:37:30.375Z | Compiling rcgen v0.12.1 |
2493 | 2024-12-21T04:37:33.625Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2494 | 2024-12-21T04:37:39.461Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2495 | 2024-12-21T04:37:40.820Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2496 | 2024-12-21T04:37:42.333Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2497 | 2024-12-21T04:37:48.045Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2498 | 2024-12-21T04:37:57.333Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2499 | 2024-12-21T04:38:02.062Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2500 | 2024-12-21T04:38:02.164Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2501 | 2024-12-21T04:38:02.809Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2502 | 2024-12-21T04:38:15.469Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2503 | 2024-12-21T04:38:15.791Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2504 | 2024-12-21T04:38:18.042Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2505 | 2024-12-21T04:38:22.097Z | Compiling fatfs v0.3.6 |
2506 | 2024-12-21T04:38:22.463Z | Compiling rtoolbox v0.0.2 |
2507 | 2024-12-21T04:38:22.949Z | Compiling subprocess v0.2.9 |
2508 | 2024-12-21T04:38:24.977Z | Compiling assert_matches v1.5.0 |
2509 | 2024-12-21T04:38:27.751Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2510 | 2024-12-21T04:38:28.523Z | Compiling rpassword v7.3.1 |
2511 | 2024-12-21T04:38:29.003Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2512 | 2024-12-21T04:38:30.493Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2513 | 2024-12-21T04:38:35.568Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2514 | 2024-12-21T04:38:37.779Z | Compiling tui-tree-widget v0.22.0 |
2515 | 2024-12-21T04:38:38.163Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2516 | 2024-12-21T04:38:38.271Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2517 | 2024-12-21T04:38:38.594Z | Compiling uzers v0.12.1 |
2518 | 2024-12-21T04:38:41.718Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2519 | 2024-12-21T04:38:51.682Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2520 | 2024-12-21T04:38:53.815Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2521 | 2024-12-21T04:39:18.230Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2522 | 2024-12-21T04:39:25.300Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2523 | 2024-12-21T04:39:29.016Z | Compiling multimap v0.10.0 |
2524 | 2024-12-21T04:41:45.581Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2525 | 2024-12-21T04:41:59.225Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2526 | 2024-12-21T04:48:39.762Z | Finished `release` profile [optimized] target(s) in 16m 16s |
2527 | 2024-12-21T04:49:43.782Z | |
2528 | 2024-12-21T04:49:43.786Z | real 17:21.753040782 |
2529 | 2024-12-21T04:49:43.786Z | user 1:57:26.557623773 |
2530 | 2024-12-21T04:49:43.786Z | sys 5:54.739063823 |
2531 | 2024-12-21T04:49:43.786Z | trap 2.868591963 |
2532 | 2024-12-21T04:49:43.786Z | tflt 3.129819738 |
2533 | 2024-12-21T04:49:43.786Z | dflt 5.010510807 |
2534 | 2024-12-21T04:49:43.786Z | kflt 0.004151099 |
2535 | 2024-12-21T04:49:43.786Z | lock 7:18:21.848812334 |
2536 | 2024-12-21T04:49:43.786Z | slp 6:14:39.638776027 |
2537 | 2024-12-21T04:49:43.786Z | lat 2:54.598298047 |
2538 | 2024-12-21T04:49:43.786Z | stop 2:27.976434236 |
2539 | 2024-12-21T04:49:43.786Z | + mapfile -t packages |
2540 | 2024-12-21T04:49:43.787Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2541 | 2024-12-21T04:49:44.842Z | Finished `release` profile [optimized] target(s) in 1.00s |
2542 | 2024-12-21T04:49:44.903Z | Running `target/release/omicron-package -t test list-outputs` |
2543 | 2024-12-21T04:49:44.953Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2544 | 2024-12-21T04:49:44.956Z | + ptime -m cargo build --locked --release -p xtask |
2545 | 2024-12-21T04:49:45.529Z | Compiling serde v1.0.215 |
2546 | 2024-12-21T04:49:45.532Z | Compiling serde_json v1.0.133 |
2547 | 2024-12-21T04:49:45.532Z | Compiling libc v0.2.162 |
2548 | 2024-12-21T04:49:45.532Z | Compiling rustix v0.38.37 |
2549 | 2024-12-21T04:49:45.630Z | Compiling syn v2.0.87 |
2550 | 2024-12-21T04:49:45.650Z | Compiling bitflags v2.6.0 |
2551 | 2024-12-21T04:49:45.952Z | Compiling usdt-impl v0.5.0 |
2552 | 2024-12-21T04:49:46.059Z | Compiling syn v1.0.109 |
2553 | 2024-12-21T04:49:46.110Z | Compiling log v0.4.22 |
2554 | 2024-12-21T04:49:46.152Z | Compiling hashbrown v0.15.1 |
2555 | 2024-12-21T04:49:46.201Z | Compiling fs-err v2.11.0 |
2556 | 2024-12-21T04:49:46.501Z | Compiling once_cell v1.20.2 |
2557 | 2024-12-21T04:49:46.597Z | Compiling anyhow v1.0.93 |
2558 | 2024-12-21T04:49:47.139Z | Compiling thread-id v4.2.2 |
2559 | 2024-12-21T04:49:47.427Z | Compiling indexmap v2.6.0 |
2560 | 2024-12-21T04:49:48.571Z | Compiling terminal_size v0.4.0 |
2561 | 2024-12-21T04:49:48.571Z | Compiling tempfile v3.13.0 |
2562 | 2024-12-21T04:49:48.809Z | Compiling clap_builder v4.5.21 |
2563 | 2024-12-21T04:49:49.443Z | Compiling proc-macro-error v1.0.4 |
2564 | 2024-12-21T04:49:50.769Z | Compiling tabled_derive v0.7.0 |
2565 | 2024-12-21T04:49:52.043Z | Compiling tabled v0.15.0 |
2566 | 2024-12-21T04:49:53.746Z | Compiling serde_derive v1.0.215 |
2567 | 2024-12-21T04:49:54.305Z | Compiling thiserror-impl v1.0.69 |
2568 | 2024-12-21T04:49:55.492Z | Compiling zerocopy-derive v0.7.35 |
2569 | 2024-12-21T04:49:57.272Z | Compiling thiserror v1.0.69 |
2570 | 2024-12-21T04:49:57.434Z | Compiling pest v2.7.14 |
2571 | 2024-12-21T04:49:57.524Z | Compiling zerocopy v0.7.35 |
2572 | 2024-12-21T04:49:57.542Z | Compiling scroll_derive v0.12.0 |
2573 | 2024-12-21T04:49:58.976Z | Compiling scroll v0.12.0 |
2574 | 2024-12-21T04:49:59.643Z | Compiling goblin v0.8.2 |
2575 | 2024-12-21T04:49:59.863Z | Compiling clap_derive v4.5.18 |
2576 | 2024-12-21T04:50:00.505Z | Compiling pest_meta v2.7.14 |
2577 | 2024-12-21T04:50:03.077Z | Compiling pest_generator v2.7.14 |
2578 | 2024-12-21T04:50:04.755Z | Compiling clap v4.5.21 |
2579 | 2024-12-21T04:50:04.946Z | Compiling pest_derive v2.7.14 |
2580 | 2024-12-21T04:50:05.763Z | Compiling dtrace-parser v0.2.0 |
2581 | 2024-12-21T04:50:08.691Z | Compiling serde_spanned v0.6.8 |
2582 | 2024-12-21T04:50:08.710Z | Compiling toml_datetime v0.6.8 |
2583 | 2024-12-21T04:50:08.988Z | Compiling camino v1.1.9 |
2584 | 2024-12-21T04:50:09.461Z | Compiling toml_edit v0.22.22 |
2585 | 2024-12-21T04:50:10.419Z | Compiling semver v1.0.23 |
2586 | 2024-12-21T04:50:11.923Z | Compiling serde_tokenstream v0.2.2 |
2587 | 2024-12-21T04:50:12.552Z | Compiling dof v0.3.0 |
2588 | 2024-12-21T04:50:14.799Z | Compiling toml v0.8.19 |
2589 | 2024-12-21T04:50:15.926Z | Compiling usdt-macro v0.5.0 |
2590 | 2024-12-21T04:50:17.213Z | Compiling usdt-attr-macro v0.5.0 |
2591 | 2024-12-21T04:50:18.619Z | Compiling cargo-platform v0.1.8 |
2592 | 2024-12-21T04:50:18.663Z | Compiling usdt v0.5.0 |
2593 | 2024-12-21T04:50:19.752Z | Compiling cargo_metadata v0.18.1 |
2594 | 2024-12-21T04:50:20.187Z | Compiling cargo_toml v0.20.5 |
2595 | 2024-12-21T04:50:21.025Z | Compiling camino-tempfile v1.1.1 |
2596 | 2024-12-21T04:50:21.554Z | Compiling macaddr v1.0.1 |
2597 | 2024-12-21T04:50:31.257Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2598 | 2024-12-21T04:50:42.677Z | Finished `release` profile [optimized] target(s) in 57.66s |
2599 | 2024-12-21T04:50:42.783Z | |
2600 | 2024-12-21T04:50:42.784Z | real 57.800168369 |
2601 | 2024-12-21T04:50:42.784Z | user 5:48.299557505 |
2602 | 2024-12-21T04:50:42.784Z | sys 32.227645699 |
2603 | 2024-12-21T04:50:42.784Z | trap 0.160500481 |
2604 | 2024-12-21T04:50:42.788Z | tflt 0.343412976 |
2605 | 2024-12-21T04:50:42.788Z | dflt 0.679580210 |
2606 | 2024-12-21T04:50:42.788Z | kflt 0.000001610 |
2607 | 2024-12-21T04:50:42.788Z | lock 11:10.969728976 |
2608 | 2024-12-21T04:50:42.788Z | slp 16:19.542407344 |
2609 | 2024-12-21T04:50:42.789Z | lat 13.941314741 |
2610 | 2024-12-21T04:50:42.789Z | stop 18.314718505 |
2611 | 2024-12-21T04:50:42.789Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2612 | 2024-12-21T04:50:42.789Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2613 | 2024-12-21T04:50:42.789Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2614 | 2024-12-21T04:50:42.789Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2615 | 2024-12-21T04:50:42.789Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2616 | 2024-12-21T04:50:43.694Z | Compiling hashbrown v0.14.5 |
2617 | 2024-12-21T04:50:43.822Z | Compiling ident_case v1.0.1 |
2618 | 2024-12-21T04:50:43.835Z | Compiling unsafe-libyaml v0.2.11 |
2619 | 2024-12-21T04:50:43.835Z | Compiling progenitor-client v0.8.0 |
2620 | 2024-12-21T04:50:43.837Z | Compiling ipnetwork v0.20.0 |
2621 | 2024-12-21T04:50:43.837Z | Compiling macaddr v1.0.1 |
2622 | 2024-12-21T04:50:43.837Z | Compiling instant v0.1.13 |
2623 | 2024-12-21T04:50:43.837Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2624 | 2024-12-21T04:50:43.974Z | Compiling darling_core v0.20.10 |
2625 | 2024-12-21T04:50:44.005Z | Compiling structmeta-derive v0.3.0 |
2626 | 2024-12-21T04:50:44.297Z | Compiling dropshot v0.13.0 |
2627 | 2024-12-21T04:50:44.375Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2628 | 2024-12-21T04:50:44.419Z | Compiling dropshot_endpoint v0.13.0 |
2629 | 2024-12-21T04:50:44.682Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2630 | 2024-12-21T04:50:44.874Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2631 | 2024-12-21T04:50:45.173Z | Compiling regress v0.10.1 |
2632 | 2024-12-21T04:50:45.176Z | Compiling regress v0.9.1 |
2633 | 2024-12-21T04:50:45.668Z | Compiling serde_yaml v0.9.34+deprecated |
2634 | 2024-12-21T04:50:45.872Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2635 | 2024-12-21T04:50:45.974Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2636 | 2024-12-21T04:50:46.071Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2637 | 2024-12-21T04:50:46.878Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2638 | 2024-12-21T04:50:47.037Z | Compiling structmeta v0.3.0 |
2639 | 2024-12-21T04:50:47.043Z | Compiling backoff v0.4.0 |
2640 | 2024-12-21T04:50:47.342Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2641 | 2024-12-21T04:50:47.429Z | Compiling tempfile v3.13.0 |
2642 | 2024-12-21T04:50:47.507Z | Compiling parse-display-derive v0.10.0 |
2643 | 2024-12-21T04:50:47.528Z | Compiling proc-macro-crate v1.3.1 |
2644 | 2024-12-21T04:50:48.373Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2645 | 2024-12-21T04:50:48.649Z | Compiling num_enum_derive v0.5.11 |
2646 | 2024-12-21T04:50:48.763Z | Compiling itertools v0.13.0 |
2647 | 2024-12-21T04:50:49.310Z | Compiling typify-impl v0.2.0 |
2648 | 2024-12-21T04:50:50.388Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2649 | 2024-12-21T04:50:50.462Z | Compiling zerocopy v0.8.10 |
2650 | 2024-12-21T04:50:50.719Z | Compiling foreign-types-macros v0.2.3 |
2651 | 2024-12-21T04:50:51.487Z | Compiling darling_macro v0.20.10 |
2652 | 2024-12-21T04:50:51.496Z | Compiling num_enum v0.5.11 |
2653 | 2024-12-21T04:50:51.497Z | Compiling zerocopy-derive v0.8.10 |
2654 | 2024-12-21T04:50:51.555Z | Compiling foreign-types-shared v0.3.1 |
2655 | 2024-12-21T04:50:51.683Z | Compiling heapless v0.8.0 |
2656 | 2024-12-21T04:50:52.128Z | Compiling crucible-workspace-hack v0.1.0 |
2657 | 2024-12-21T04:50:52.178Z | Compiling darling v0.20.10 |
2658 | 2024-12-21T04:50:52.195Z | Compiling foreign-types v0.5.0 |
2659 | 2024-12-21T04:50:52.255Z | Compiling parse-display v0.10.0 |
2660 | 2024-12-21T04:50:52.307Z | Compiling serde_with_macros v3.11.0 |
2661 | 2024-12-21T04:50:52.329Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2662 | 2024-12-21T04:50:52.432Z | Compiling proc-macro-error v1.0.4 |
2663 | 2024-12-21T04:50:52.929Z | Compiling camino-tempfile v1.1.1 |
2664 | 2024-12-21T04:50:52.952Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2665 | 2024-12-21T04:50:53.167Z | Compiling hash32 v0.3.1 |
2666 | 2024-12-21T04:50:53.392Z | Compiling cstr-argument v0.1.2 |
2667 | 2024-12-21T04:50:53.436Z | Compiling pretty-hex v0.2.1 |
2668 | 2024-12-21T04:50:53.643Z | Compiling smoltcp v0.11.0 |
2669 | 2024-12-21T04:50:53.676Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2670 | 2024-12-21T04:50:53.801Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2671 | 2024-12-21T04:50:54.048Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2672 | 2024-12-21T04:50:54.656Z | Compiling tabwriter v1.4.0 |
2673 | 2024-12-21T04:50:54.686Z | Compiling colored v2.1.0 |
2674 | 2024-12-21T04:50:55.203Z | Compiling cobs v0.2.3 |
2675 | 2024-12-21T04:50:55.266Z | Compiling serde_with v3.11.0 |
2676 | 2024-12-21T04:50:55.494Z | Compiling postcard v1.0.10 |
2677 | 2024-12-21T04:50:55.535Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2678 | 2024-12-21T04:50:55.842Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2679 | 2024-12-21T04:50:56.114Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2680 | 2024-12-21T04:50:56.169Z | Compiling thiserror v2.0.3 |
2681 | 2024-12-21T04:50:56.869Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2682 | 2024-12-21T04:50:57.193Z | Compiling smf v0.2.3 |
2683 | 2024-12-21T04:50:57.442Z | Compiling thiserror-impl v2.0.3 |
2684 | 2024-12-21T04:50:58.047Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2685 | 2024-12-21T04:50:58.674Z | Compiling zone_cfg_derive v0.3.0 |
2686 | 2024-12-21T04:50:59.325Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2687 | 2024-12-21T04:50:59.499Z | Compiling num-derive v0.4.2 |
2688 | 2024-12-21T04:50:59.843Z | Compiling sigpipe v0.1.3 |
2689 | 2024-12-21T04:50:59.846Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2690 | 2024-12-21T04:50:59.980Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2691 | 2024-12-21T04:51:00.281Z | Compiling zone v0.3.0 |
2692 | 2024-12-21T04:51:00.339Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2693 | 2024-12-21T04:51:00.517Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2694 | 2024-12-21T04:51:00.711Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2695 | 2024-12-21T04:51:00.967Z | Compiling universal-hash v0.5.1 |
2696 | 2024-12-21T04:51:01.184Z | Compiling opaque-debug v0.3.1 |
2697 | 2024-12-21T04:51:01.300Z | Compiling tungstenite v0.21.0 |
2698 | 2024-12-21T04:51:01.405Z | Compiling num-rational v0.4.2 |
2699 | 2024-12-21T04:51:01.506Z | Compiling password-hash v0.5.0 |
2700 | 2024-12-21T04:51:01.922Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2701 | 2024-12-21T04:51:01.953Z | Compiling num-complex v0.4.6 |
2702 | 2024-12-21T04:51:02.579Z | Compiling blake2 v0.10.6 |
2703 | 2024-12-21T04:51:02.747Z | Compiling aead v0.5.2 |
2704 | 2024-12-21T04:51:02.896Z | Compiling convert_case v0.4.0 |
2705 | 2024-12-21T04:51:03.086Z | Compiling keccak v0.1.5 |
2706 | 2024-12-21T04:51:03.134Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2707 | 2024-12-21T04:51:03.269Z | Compiling base64 v0.21.7 |
2708 | 2024-12-21T04:51:03.488Z | Compiling sha3 v0.10.8 |
2709 | 2024-12-21T04:51:03.559Z | Compiling argon2 v0.5.3 |
2710 | 2024-12-21T04:51:03.922Z | Compiling derive_more v0.99.18 |
2711 | 2024-12-21T04:51:04.010Z | Compiling num v0.4.3 |
2712 | 2024-12-21T04:51:04.099Z | Compiling tokio-tungstenite v0.21.0 |
2713 | 2024-12-21T04:51:04.138Z | Compiling poly1305 v0.8.0 |
2714 | 2024-12-21T04:51:04.220Z | Compiling chacha20 v0.9.1 |
2715 | 2024-12-21T04:51:04.718Z | Compiling float-ord v0.3.2 |
2716 | 2024-12-21T04:51:04.741Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2717 | 2024-12-21T04:51:04.881Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2718 | 2024-12-21T04:51:04.905Z | Compiling same-file v1.0.6 |
2719 | 2024-12-21T04:51:05.205Z | Compiling semver v0.1.20 |
2720 | 2024-12-21T04:51:05.233Z | Compiling walkdir v2.5.0 |
2721 | 2024-12-21T04:51:05.276Z | Compiling newline-converter v0.3.0 |
2722 | 2024-12-21T04:51:05.474Z | Compiling primeorder v0.13.6 |
2723 | 2024-12-21T04:51:05.872Z | Compiling rustc_version v0.1.7 |
2724 | 2024-12-21T04:51:05.946Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2725 | 2024-12-21T04:51:06.013Z | Compiling secrecy v0.8.0 |
2726 | 2024-12-21T04:51:06.071Z | Compiling owo-colors v4.1.0 |
2727 | 2024-12-21T04:51:06.309Z | Compiling cancel-safe-futures v0.1.5 |
2728 | 2024-12-21T04:51:06.366Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2729 | 2024-12-21T04:51:06.411Z | Compiling newtype_derive v0.1.6 |
2730 | 2024-12-21T04:51:06.484Z | Compiling expectorate v1.1.0 |
2731 | 2024-12-21T04:51:06.604Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2732 | 2024-12-21T04:51:06.684Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2733 | 2024-12-21T04:51:06.704Z | Compiling thiserror-impl-no-std v2.0.2 |
2734 | 2024-12-21T04:51:06.722Z | Compiling blake3 v1.5.4 |
2735 | 2024-12-21T04:51:07.030Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2736 | 2024-12-21T04:51:07.235Z | Compiling ring v0.16.20 |
2737 | 2024-12-21T04:51:07.257Z | Compiling unicase v2.7.0 |
2738 | 2024-12-21T04:51:07.413Z | Compiling half v2.4.1 |
2739 | 2024-12-21T04:51:07.572Z | Compiling arc-swap v1.7.1 |
2740 | 2024-12-21T04:51:07.768Z | Compiling ciborium-io v0.2.2 |
2741 | 2024-12-21T04:51:07.920Z | Compiling ciborium-ll v0.2.2 |
2742 | 2024-12-21T04:51:08.226Z | Compiling typify-macro v0.2.0 |
2743 | 2024-12-21T04:51:08.248Z | Compiling slog-scope v4.4.0 |
2744 | 2024-12-21T04:51:08.329Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2745 | 2024-12-21T04:51:08.484Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2746 | 2024-12-21T04:51:08.971Z | Compiling polyval v0.6.2 |
2747 | 2024-12-21T04:51:09.466Z | Compiling atomicwrites v0.4.4 |
2748 | 2024-12-21T04:51:09.468Z | Compiling libsw v3.3.1 |
2749 | 2024-12-21T04:51:09.816Z | Compiling memmap2 v0.9.5 |
2750 | 2024-12-21T04:51:09.852Z | Compiling libefi-sys v0.1.0 |
2751 | 2024-12-21T04:51:09.996Z | Compiling thiserror-no-std v2.0.2 |
2752 | 2024-12-21T04:51:10.137Z | Compiling arrayref v0.3.9 |
2753 | 2024-12-21T04:51:10.159Z | Compiling arrayvec v0.7.6 |
2754 | 2024-12-21T04:51:10.258Z | Compiling linear-map v1.2.0 |
2755 | 2024-12-21T04:51:10.318Z | Compiling salty v0.3.0 |
2756 | 2024-12-21T04:51:10.602Z | Compiling constant_time_eq v0.3.1 |
2757 | 2024-12-21T04:51:10.658Z | Compiling parking_lot_core v0.8.6 |
2758 | 2024-12-21T04:51:10.750Z | Compiling indent_write v2.2.0 |
2759 | 2024-12-21T04:51:10.796Z | Compiling spin v0.5.2 |
2760 | 2024-12-21T04:51:10.986Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2761 | 2024-12-21T04:51:11.192Z | Compiling vsss-rs v3.3.4 |
2762 | 2024-12-21T04:51:11.236Z | Compiling ghash v0.5.1 |
2763 | 2024-12-21T04:51:11.632Z | Compiling slog-stdlog v4.1.1 |
2764 | 2024-12-21T04:51:12.047Z | Compiling ciborium v0.2.2 |
2765 | 2024-12-21T04:51:12.308Z | Compiling p384 v0.13.0 |
2766 | 2024-12-21T04:51:12.592Z | Compiling toolchain_find v0.4.0 |
2767 | 2024-12-21T04:51:12.638Z | Compiling typify v0.2.0 |
2768 | 2024-12-21T04:51:12.806Z | Compiling progenitor-impl v0.8.0 |
2769 | 2024-12-21T04:51:13.031Z | Compiling chacha20poly1305 v0.10.1 |
2770 | 2024-12-21T04:51:13.290Z | Compiling ctr v0.9.2 |
2771 | 2024-12-21T04:51:13.314Z | Compiling lzma-sys v0.1.20 |
2772 | 2024-12-21T04:51:13.542Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2773 | 2024-12-21T04:51:13.678Z | Compiling bitfield-struct v0.6.2 |
2774 | 2024-12-21T04:51:13.898Z | Compiling slog-dtrace v0.3.0 |
2775 | 2024-12-21T04:51:14.019Z | Compiling topological-sort v0.2.2 |
2776 | 2024-12-21T04:51:14.150Z | Compiling highway v1.2.0 |
2777 | 2024-12-21T04:51:14.255Z | Compiling omicron-zone-package v0.11.1 |
2778 | 2024-12-21T04:51:14.490Z | Compiling aes-gcm v0.10.3 |
2779 | 2024-12-21T04:51:14.684Z | Compiling rustfmt-wrapper v0.2.1 |
2780 | 2024-12-21T04:51:14.827Z | Compiling mime_guess v2.0.5 |
2781 | 2024-12-21T04:51:14.970Z | Compiling slog-envlogger v2.2.0 |
2782 | 2024-12-21T04:51:14.987Z | Compiling steno v0.4.1 |
2783 | 2024-12-21T04:51:15.234Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2784 | 2024-12-21T04:51:15.838Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2785 | 2024-12-21T04:51:16.057Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2786 | 2024-12-21T04:51:16.174Z | Compiling heck v0.3.3 |
2787 | 2024-12-21T04:51:16.405Z | Compiling ssh-encoding v0.2.0 |
2788 | 2024-12-21T04:51:16.559Z | Compiling blowfish v0.9.1 |
2789 | 2024-12-21T04:51:16.634Z | Compiling nibble_vec v0.1.0 |
2790 | 2024-12-21T04:51:16.788Z | Compiling env_filter v0.1.2 |
2791 | 2024-12-21T04:51:16.855Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2792 | 2024-12-21T04:51:16.936Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2793 | 2024-12-21T04:51:16.995Z | Compiling humantime v2.1.0 |
2794 | 2024-12-21T04:51:17.037Z | Compiling endian-type v0.1.2 |
2795 | 2024-12-21T04:51:17.228Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2796 | 2024-12-21T04:51:17.251Z | Compiling radix_trie v0.2.1 |
2797 | 2024-12-21T04:51:17.330Z | Compiling env_logger v0.11.5 |
2798 | 2024-12-21T04:51:17.541Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2799 | 2024-12-21T04:51:17.543Z | Compiling bcrypt-pbkdf v0.10.0 |
2800 | 2024-12-21T04:51:17.585Z | Compiling ssh-cipher v0.2.0 |
2801 | 2024-12-21T04:51:17.980Z | Compiling zone_cfg_derive v0.1.2 |
2802 | 2024-12-21T04:51:18.083Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2803 | 2024-12-21T04:51:18.570Z | Compiling parking_lot v0.11.2 |
2804 | 2024-12-21T04:51:18.789Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2805 | 2024-12-21T04:51:19.329Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2806 | 2024-12-21T04:51:19.364Z | Compiling password-hash v0.4.2 |
2807 | 2024-12-21T04:51:19.568Z | Compiling gethostname v0.5.0 |
2808 | 2024-12-21T04:51:19.589Z | Compiling fxhash v0.2.1 |
2809 | 2024-12-21T04:51:19.782Z | Compiling http-range v0.1.5 |
2810 | 2024-12-21T04:51:19.811Z | Compiling lockfree-object-pool v0.1.6 |
2811 | 2024-12-21T04:51:19.831Z | Compiling simd-adler32 v0.3.7 |
2812 | 2024-12-21T04:51:19.909Z | Compiling base64 v0.13.1 |
2813 | 2024-12-21T04:51:20.116Z | Compiling zip v2.1.3 |
2814 | 2024-12-21T04:51:20.178Z | Compiling bumpalo v3.16.0 |
2815 | 2024-12-21T04:51:20.334Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2816 | 2024-12-21T04:51:20.433Z | Compiling matches v0.1.10 |
2817 | 2024-12-21T04:51:20.488Z | Compiling ron v0.7.1 |
2818 | 2024-12-21T04:51:20.541Z | Compiling idna v0.2.3 |
2819 | 2024-12-21T04:51:20.562Z | Compiling zopfli v0.8.1 |
2820 | 2024-12-21T04:51:20.663Z | Compiling pbkdf2 v0.11.0 |
2821 | 2024-12-21T04:51:20.691Z | Compiling sled v0.34.7 |
2822 | 2024-12-21T04:51:20.732Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2823 | 2024-12-21T04:51:21.047Z | Compiling zone v0.1.8 |
2824 | 2024-12-21T04:51:21.284Z | Compiling progenitor-macro v0.8.0 |
2825 | 2024-12-21T04:51:21.454Z | Compiling xz2 v0.1.7 |
2826 | 2024-12-21T04:51:21.978Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2827 | 2024-12-21T04:51:22.382Z | Compiling ssh-key v0.6.6 |
2828 | 2024-12-21T04:51:22.736Z | Compiling hickory-client v0.24.1 |
2829 | 2024-12-21T04:51:23.191Z | Compiling p521 v0.13.3 |
2830 | 2024-12-21T04:51:23.211Z | Compiling p256 v0.13.2 |
2831 | 2024-12-21T04:51:23.253Z | Compiling hickory-server v0.24.1 |
2832 | 2024-12-21T04:51:24.147Z | Compiling enum-as-inner v0.5.1 |
2833 | 2024-12-21T04:51:24.308Z | Compiling pem v3.0.4 |
2834 | 2024-12-21T04:51:25.171Z | Compiling yasna v0.5.2 |
2835 | 2024-12-21T04:51:25.227Z | Compiling headers-core v0.3.0 |
2836 | 2024-12-21T04:51:25.422Z | Compiling kstat-rs v0.2.4 |
2837 | 2024-12-21T04:51:25.570Z | Compiling nanorand v0.7.0 |
2838 | 2024-12-21T04:51:26.127Z | Compiling russh-cryptovec v0.7.3 |
2839 | 2024-12-21T04:51:26.180Z | Compiling atty v0.2.14 |
2840 | 2024-12-21T04:51:26.343Z | Compiling md5 v0.7.0 |
2841 | 2024-12-21T04:51:26.473Z | Compiling rcgen v0.12.1 |
2842 | 2024-12-21T04:51:26.896Z | Compiling russh-keys v0.45.0 |
2843 | 2024-12-21T04:51:26.916Z | Compiling flume v0.11.1 |
2844 | 2024-12-21T04:51:27.215Z | Compiling headers v0.4.0 |
2845 | 2024-12-21T04:51:27.399Z | Compiling trust-dns-proto v0.22.0 |
2846 | 2024-12-21T04:51:28.175Z | Compiling hyper-staticfile v0.10.1 |
2847 | 2024-12-21T04:51:29.337Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2848 | 2024-12-21T04:51:29.382Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2849 | 2024-12-21T04:51:29.907Z | Compiling num-bigint v0.4.6 |
2850 | 2024-12-21T04:51:29.979Z | Compiling des v0.8.1 |
2851 | 2024-12-21T04:51:30.182Z | Compiling subprocess v0.2.9 |
2852 | 2024-12-21T04:51:30.358Z | Compiling hex-literal v0.4.1 |
2853 | 2024-12-21T04:51:30.535Z | Compiling display-error-chain v0.2.2 |
2854 | 2024-12-21T04:51:30.767Z | Compiling dhcproto-macros v0.1.0 |
2855 | 2024-12-21T04:51:31.068Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2856 | 2024-12-21T04:51:31.223Z | Compiling internet-checksum v0.2.1 |
2857 | 2024-12-21T04:51:31.986Z | Compiling dhcproto v0.12.0 |
2858 | 2024-12-21T04:51:33.044Z | Compiling russh v0.45.0 |
2859 | 2024-12-21T04:51:35.109Z | Compiling progenitor v0.8.0 |
2860 | 2024-12-21T04:51:35.265Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2861 | 2024-12-21T04:51:35.265Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2862 | 2024-12-21T04:51:35.268Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2863 | 2024-12-21T04:51:35.268Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2864 | 2024-12-21T04:51:35.268Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2865 | 2024-12-21T04:51:35.345Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2866 | 2024-12-21T04:51:35.365Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2867 | 2024-12-21T04:51:36.770Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2868 | 2024-12-21T04:51:37.138Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2869 | 2024-12-21T04:51:37.649Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2870 | 2024-12-21T04:51:41.124Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2871 | 2024-12-21T04:51:41.147Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2872 | 2024-12-21T04:51:51.644Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2873 | 2024-12-21T04:51:51.644Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2874 | 2024-12-21T04:51:51.647Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2875 | 2024-12-21T04:51:51.647Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2876 | 2024-12-21T04:51:54.833Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2877 | 2024-12-21T04:51:55.069Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2878 | 2024-12-21T04:51:56.217Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2879 | 2024-12-21T04:51:56.503Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2880 | 2024-12-21T04:51:58.823Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2881 | 2024-12-21T04:51:59.938Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2882 | 2024-12-21T04:52:00.845Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2883 | 2024-12-21T04:52:01.156Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2884 | 2024-12-21T04:52:02.659Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2885 | 2024-12-21T04:52:03.506Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2886 | 2024-12-21T04:52:04.139Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2887 | 2024-12-21T04:52:05.226Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2888 | 2024-12-21T04:52:05.282Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2889 | 2024-12-21T04:52:05.733Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2890 | 2024-12-21T04:52:06.142Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2891 | 2024-12-21T04:52:07.978Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2892 | 2024-12-21T04:52:08.462Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2893 | 2024-12-21T04:52:08.510Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2894 | 2024-12-21T04:52:11.122Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2895 | 2024-12-21T04:52:13.691Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2896 | 2024-12-21T04:52:15.406Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2897 | 2024-12-21T04:52:15.639Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2898 | 2024-12-21T04:52:16.682Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2899 | 2024-12-21T04:52:17.792Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2900 | 2024-12-21T04:52:21.078Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2901 | 2024-12-21T04:52:30.042Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2902 | 2024-12-21T04:52:31.357Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2903 | 2024-12-21T04:52:51.196Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2904 | 2024-12-21T04:53:27.948Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 45s |
2905 | 2024-12-21T04:53:28.169Z | |
2906 | 2024-12-21T04:53:28.172Z | real 2:45.333697639 |
2907 | 2024-12-21T04:53:28.172Z | user 12:39.606476169 |
2908 | 2024-12-21T04:53:28.172Z | sys 2:48.060329199 |
2909 | 2024-12-21T04:53:28.172Z | trap 0.329479444 |
2910 | 2024-12-21T04:53:28.172Z | tflt 0.787511202 |
2911 | 2024-12-21T04:53:28.172Z | dflt 2.109903977 |
2912 | 2024-12-21T04:53:28.172Z | kflt 0.000033830 |
2913 | 2024-12-21T04:53:28.172Z | lock 26:28.163910292 |
2914 | 2024-12-21T04:53:28.172Z | slp 45:45.861739802 |
2915 | 2024-12-21T04:53:28.172Z | lat 36.062261260 |
2916 | 2024-12-21T04:53:28.172Z | stop 1:35.046525723 |
2917 | 2024-12-21T04:53:28.172Z | + mkdir tests |
2918 | 2024-12-21T04:53:28.175Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2919 | 2024-12-21T04:53:28.175Z | + xargs -I '{}' -t cp '{}' tests/ |
2920 | 2024-12-21T04:53:28.583Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a3351aa7b9f33912 tests/ |
2921 | 2024-12-21T04:53:28.610Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-3c1b12837a0afffa tests/ |
2922 | 2024-12-21T04:53:28.638Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-981ed8e4d83eb856 tests/ |
2923 | 2024-12-21T04:53:28.665Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0995620af4334fd6 tests/ |
2924 | 2024-12-21T04:53:28.898Z | + 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/*) |
2925 | 2024-12-21T04:53:28.901Z | + 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-3c1b12837a0afffa tests/commtest-981ed8e4d83eb856 tests/dhcp_server-a3351aa7b9f33912 tests/end_to_end_tests-0995620af4334fd6 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 |
2926 | 2024-12-21T04:54:41.617Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2927 | 2024-12-21T04:54:41.617Z | a .github/buildomat/ci-env.sh 1K |
2928 | 2024-12-21T04:54:41.617Z | a out/target/test 1K |
2929 | 2024-12-21T04:54:41.617Z | a out/npuzone/npuzone 23144K |
2930 | 2024-12-21T04:54:41.617Z | a package-manifest.toml 33K |
2931 | 2024-12-21T04:54:41.617Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2932 | 2024-12-21T04:54:41.618Z | a target/release/omicron-package 36392K |
2933 | 2024-12-21T04:54:41.618Z | a target/release/xtask 11721K |
2934 | 2024-12-21T04:54:41.618Z | a target/debug/bootstrap 208836K |
2935 | 2024-12-21T04:54:41.618Z | a tests/bootstrap-3c1b12837a0afffa 24243K |
2936 | 2024-12-21T04:54:41.618Z | a tests/commtest-981ed8e4d83eb856 25019K |
2937 | 2024-12-21T04:54:41.618Z | a tests/dhcp_server-a3351aa7b9f33912 24243K |
2938 | 2024-12-21T04:54:41.618Z | a tests/end_to_end_tests-0995620af4334fd6 227029K |
2939 | 2024-12-21T04:54:41.618Z | a out/clickhouse.tar.gz 293516K |
2940 | 2024-12-21T04:54:41.618Z | a out/clickhouse_keeper.tar.gz 280611K |
2941 | 2024-12-21T04:54:41.618Z | a out/clickhouse_server.tar.gz 293494K |
2942 | 2024-12-21T04:54:41.618Z | a out/cockroachdb.tar.gz 134633K |
2943 | 2024-12-21T04:54:41.618Z | a out/crucible-dtrace.tar 85K |
2944 | 2024-12-21T04:54:41.618Z | a out/crucible-pantry-zone.tar.gz 28211K |
2945 | 2024-12-21T04:54:41.618Z | a out/crucible-zone.tar.gz 36433K |
2946 | 2024-12-21T04:54:41.618Z | a out/external-dns.tar.gz 35342K |
2947 | 2024-12-21T04:54:41.618Z | a out/internal-dns.tar.gz 35342K |
2948 | 2024-12-21T04:54:41.618Z | a out/mg-ddm-gz.tar 63075K |
2949 | 2024-12-21T04:54:41.618Z | a out/nexus.tar.gz 98310K |
2950 | 2024-12-21T04:54:41.618Z | a out/ntp.tar.gz 10388K |
2951 | 2024-12-21T04:54:41.618Z | a out/omicron-gateway-softnpu.tar.gz 23956K |
2952 | 2024-12-21T04:54:41.618Z | a out/omicron-sled-agent.tar 113438K |
2953 | 2024-12-21T04:54:41.618Z | a out/overlay.tar.gz 3K |
2954 | 2024-12-21T04:54:41.618Z | a out/oximeter.tar.gz 47818K |
2955 | 2024-12-21T04:54:41.618Z | a out/oxlog.tar 3088K |
2956 | 2024-12-21T04:54:41.618Z | a out/probe.tar.gz 2764K |
2957 | 2024-12-21T04:54:41.618Z | a out/propolis-server.tar.gz 66291K |
2958 | 2024-12-21T04:54:41.618Z | a out/pumpkind-gz.tar 26665K |
2959 | 2024-12-21T04:54:41.618Z | a out/switch-softnpu.tar.gz 235372K |
2960 | 2024-12-21T04:54:41.690Z | |
2961 | 2024-12-21T04:54:41.690Z | real 1:11.569228471 |
2962 | 2024-12-21T04:54:41.690Z | user 1:08.272052201 |
2963 | 2024-12-21T04:54:41.690Z | sys 4.710524551 |
2964 | 2024-12-21T04:54:41.690Z | trap 0.020233781 |
2965 | 2024-12-21T04:54:41.690Z | tflt 0.000000000 |
2966 | 2024-12-21T04:54:41.690Z | dflt 0.000000000 |
2967 | 2024-12-21T04:54:41.690Z | kflt 0.000000000 |
2968 | 2024-12-21T04:54:41.690Z | lock 0.000000000 |
2969 | 2024-12-21T04:54:41.690Z | slp 1:08.013461340 |
2970 | 2024-12-21T04:54:41.690Z | lat 2.116092642 |
2971 | 2024-12-21T04:54:41.690Z | stop 0.000540981 |
2972 | 2024-12-21T04:54:41.690Z | process exited: duration 2077410 ms, exit code 0 |
|
2973 | 2024-12-21T04:54:41.718Z | found 1 output files |
2974 | 2024-12-21T04:54:41.718Z | uploading: /work/package.tar.gz (1880239361 bytes) |
2975 | 2024-12-21T04:55:25.727Z | uploaded: /work/package.tar.gz |