|
|
|
1 | 2025-01-17T03:38:14.340Z | job assigned to worker 01JHS5C93SQTQTNYPM98M38MQ5 [factory aws, i-035023dd1d216f225] (queued for 1 m 5 s) |
|
2 | 2025-01-17T03:38:22.469Z | starting task 0: "setup" |
3 | 2025-01-17T03:38:22.478Z | ++ uname -s |
4 | 2025-01-17T03:38:22.482Z | + kern=SunOS |
5 | 2025-01-17T03:38:22.482Z | + case "$kern" in |
6 | 2025-01-17T03:38:22.482Z | + groupadd -g 12345 build |
7 | 2025-01-17T03:38:22.485Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-17T03:38:24.491Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-17T03:38:24.575Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-17T03:38:24.577Z | + home_fs=zfs |
11 | 2025-01-17T03:38:24.577Z | + [[ zfs == autofs ]] |
12 | 2025-01-17T03:38:24.577Z | + mkdir -p /home/build |
13 | 2025-01-17T03:38:24.580Z | + chown build:build /home/build /work |
14 | 2025-01-17T03:38:26.583Z | + chmod 0700 /home/build /work |
15 | 2025-01-17T03:38:26.586Z | process exited: duration 4114 ms, exit code 0 |
|
16 | 2025-01-17T03:38:26.593Z | starting task 1: "rust-toolchain" |
17 | 2025-01-17T03:38:26.597Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-17T03:38:26.597Z | * toolchain channel = "1.84.0" |
19 | 2025-01-17T03:38:26.597Z | ' 1.84.0 |
20 | 2025-01-17T03:38:26.598Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-17T03:38:26.598Z | * toolchain profile = "default" |
22 | 2025-01-17T03:38:26.598Z | ' default |
23 | 2025-01-17T03:38:26.600Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-17T03:38:26.600Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-17T03:38:26.727Z | info: downloading installer |
26 | 2025-01-17T03:38:28.175Z | info: profile set to 'default' |
27 | 2025-01-17T03:38:28.175Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-17T03:38:28.177Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-17T03:38:28.432Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-17T03:38:28.433Z | info: downloading component 'cargo' |
31 | 2025-01-17T03:38:29.327Z | info: downloading component 'clippy' |
32 | 2025-01-17T03:38:29.668Z | info: downloading component 'rust-docs' |
33 | 2025-01-17T03:38:31.004Z | info: downloading component 'rust-std' |
34 | 2025-01-17T03:38:32.802Z | info: downloading component 'rustc' |
35 | 2025-01-17T03:38:40.155Z | info: downloading component 'rustfmt' |
36 | 2025-01-17T03:38:40.421Z | info: installing component 'cargo' |
37 | 2025-01-17T03:38:41.240Z | info: installing component 'clippy' |
38 | 2025-01-17T03:38:41.617Z | info: installing component 'rust-docs' |
39 | 2025-01-17T03:38:43.324Z | info: installing component 'rust-std' |
40 | 2025-01-17T03:38:45.054Z | info: installing component 'rustc' |
41 | 2025-01-17T03:38:50.993Z | info: installing component 'rustfmt' |
42 | 2025-01-17T03:38:51.325Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-17T03:38:51.325Z | |
44 | 2025-01-17T03:38:51.721Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-17T03:38:51.721Z | |
46 | 2025-01-17T03:38:51.726Z | |
47 | 2025-01-17T03:38:51.726Z | Rust is installed now. Great! |
48 | 2025-01-17T03:38:51.726Z | |
49 | 2025-01-17T03:38:51.726Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-17T03:38:51.726Z | environment variable. This has not been done automatically. |
51 | 2025-01-17T03:38:51.726Z | |
52 | 2025-01-17T03:38:51.726Z | To configure your current shell, you need to source |
53 | 2025-01-17T03:38:51.726Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-17T03:38:51.726Z | |
55 | 2025-01-17T03:38:51.726Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-17T03:38:51.726Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-17T03:38:51.726Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-17T03:38:51.805Z | + rustc --version |
59 | 2025-01-17T03:38:51.874Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-17T03:38:51.876Z | process exited: duration 25280 ms, exit code 0 |
|
61 | 2025-01-17T03:38:51.882Z | starting task 2: "authentication" |
62 | 2025-01-17T03:38:51.905Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2025-01-17T03:38:51.911Z | starting task 3: "clone repository" |
64 | 2025-01-17T03:38:51.916Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-17T03:38:51.919Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-17T03:38:53.548Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-17T03:39:01.813Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-17T03:39:01.816Z | + git fetch origin a953ba78a502acc83f0035cfa8ee0dd9be032649 |
69 | 2025-01-17T03:39:02.209Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-17T03:39:02.209Z | * branch a953ba78a502acc83f0035cfa8ee0dd9be032649 -> FETCH_HEAD |
71 | 2025-01-17T03:39:02.219Z | + [[ -n eliza/dropshot-1180 ]] |
72 | 2025-01-17T03:39:02.222Z | ++ git branch --show-current |
73 | 2025-01-17T03:39:02.224Z | + current=main |
74 | 2025-01-17T03:39:02.224Z | + [[ main != eliza/dropshot-1180 ]] |
75 | 2025-01-17T03:39:02.224Z | + git branch -f eliza/dropshot-1180 a953ba78a502acc83f0035cfa8ee0dd9be032649 |
76 | 2025-01-17T03:39:02.227Z | + git checkout -f eliza/dropshot-1180 |
77 | 2025-01-17T03:39:02.319Z | Switched to branch 'eliza/dropshot-1180' |
78 | 2025-01-17T03:39:02.322Z | + git reset --hard a953ba78a502acc83f0035cfa8ee0dd9be032649 |
79 | 2025-01-17T03:39:02.413Z | HEAD is now at a953ba78a Merge remote-tracking branch 'origin/main' into eliza/dropshot-1180 |
80 | 2025-01-17T03:39:02.415Z | process exited: duration 10501 ms, exit code 0 |
|
81 | 2025-01-17T03:39:02.420Z | starting task 4: "build" |
82 | 2025-01-17T03:39:02.426Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-17T03:39:02.429Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-17T03:39:02.429Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-17T03:39:02.429Z | + cargo --version |
86 | 2025-01-17T03:39:02.488Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-17T03:39:02.491Z | + rustc --version |
88 | 2025-01-17T03:39:02.550Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-17T03:39:02.553Z | + WORK=/work |
90 | 2025-01-17T03:39:02.555Z | + pfexec mkdir -p /work |
91 | 2025-01-17T03:39:02.558Z | + pfexec chown build /work |
92 | 2025-01-17T03:39:02.560Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2025-01-17T03:39:08.465Z | pkg list: illegal option -- F |
94 | 2025-01-17T03:39:08.466Z | Usage: |
95 | 2025-01-17T03:39:08.469Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
96 | 2025-01-17T03:39:08.469Z | [pkg_fmri_pattern ...] |
97 | 2025-01-17T03:39:09.311Z | pkg list: illegal option -- F |
98 | 2025-01-17T03:39:09.311Z | Usage: |
99 | 2025-01-17T03:39:09.311Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
100 | 2025-01-17T03:39:09.311Z | [pkg_fmri_pattern ...] |
101 | 2025-01-17T03:39:15.663Z | Startup: Refreshing catalog 'helios-dev' ... Done |
102 | 2025-01-17T03:39:19.878Z | Startup: Caching catalogs ... Done |
103 | 2025-01-17T03:39:31.110Z | Planning: Solver setup ... Done (10.419s) |
104 | 2025-01-17T03:39:31.257Z | Planning: Running solver ... Done (0.147s) |
105 | 2025-01-17T03:39:31.554Z | Planning: Finding local manifests ... Done (0.188s) |
106 | 2025-01-17T03:39:31.586Z | Planning: Fetching manifests: 0/7 0% complete |
107 | 2025-01-17T03:39:33.104Z | Planning: Fetching manifests: 7/7 100% complete |
108 | 2025-01-17T03:39:33.549Z | Planning: Package planning ... Done (0.445s) |
109 | 2025-01-17T03:39:33.606Z | Planning: Merging actions ... Done (0.057s) |
110 | 2025-01-17T03:39:34.225Z | Planning: Checking for conflicting actions ... Done (0.618s) |
111 | 2025-01-17T03:39:38.375Z | Planning: Consolidating action changes ... Done (4.150s) |
112 | 2025-01-17T03:39:38.751Z | Planning: Evaluating mediators ... Done (0.376s) |
113 | 2025-01-17T03:39:38.867Z | Planning: Planning completed in 18.89 seconds |
114 | 2025-01-17T03:39:38.882Z | Packages to install: 4 |
115 | 2025-01-17T03:39:38.882Z | Packages to update: 3 |
116 | 2025-01-17T03:39:38.885Z | Mediators to change: 2 |
117 | 2025-01-17T03:39:38.885Z | Services to change: 1 |
118 | 2025-01-17T03:39:38.885Z | Estimated space available: 155.61 GB |
119 | 2025-01-17T03:39:38.885Z | Estimated space to be consumed: 1.64 GB |
120 | 2025-01-17T03:39:38.885Z | Create boot environment: No |
121 | 2025-01-17T03:39:38.885Z | Create backup boot environment: Yes |
122 | 2025-01-17T03:39:38.885Z | Rebuild boot archive: No |
123 | 2025-01-17T03:39:38.885Z | |
124 | 2025-01-17T03:39:38.885Z | Changed mediators: |
125 | 2025-01-17T03:39:38.885Z | mediator clang: |
126 | 2025-01-17T03:39:38.885Z | version: None -> 15 (system default) |
127 | 2025-01-17T03:39:38.885Z | |
128 | 2025-01-17T03:39:38.885Z | mediator llvm: |
129 | 2025-01-17T03:39:38.885Z | version: 14 (system default) -> 15 (system default) |
130 | 2025-01-17T03:39:38.886Z | |
131 | 2025-01-17T03:39:38.886Z | Changed packages: |
132 | 2025-01-17T03:39:38.886Z | helios-dev |
133 | 2025-01-17T03:39:38.886Z | developer/build-essential |
134 | 2025-01-17T03:39:38.886Z | None -> 11-2.0 |
135 | 2025-01-17T03:39:38.886Z | library/libxmlsec1 |
136 | 2025-01-17T03:39:38.886Z | None -> 1.2.35-2.0 |
137 | 2025-01-17T03:39:38.886Z | ooce/developer/clang-15 |
138 | 2025-01-17T03:39:38.886Z | None -> 15.0.7-2.0 |
139 | 2025-01-17T03:39:38.886Z | ooce/developer/llvm-15 |
140 | 2025-01-17T03:39:38.886Z | None -> 15.0.7-2.0 |
141 | 2025-01-17T03:39:38.886Z | package/pkg |
142 | 2025-01-17T03:39:38.886Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
143 | 2025-01-17T03:39:38.886Z | system/library/g++-runtime |
144 | 2025-01-17T03:39:38.886Z | 13-2.0 -> 14-2.0 |
145 | 2025-01-17T03:39:38.886Z | system/library/gcc-runtime |
146 | 2025-01-17T03:39:38.886Z | 13-2.0 -> 14-2.0 |
147 | 2025-01-17T03:39:38.886Z | |
148 | 2025-01-17T03:39:38.886Z | Services: |
149 | 2025-01-17T03:39:38.886Z | restart_fmri: |
150 | 2025-01-17T03:39:38.886Z | svc:/system/update-man-index:default |
151 | 2025-01-17T03:39:38.886Z | |
152 | 2025-01-17T03:39:38.886Z | Editable files to change: |
153 | 2025-01-17T03:39:38.886Z | Update: |
154 | 2025-01-17T03:39:38.886Z | usr/share/lib/pkg/web/config.shtml |
155 | 2025-01-17T03:39:39.122Z | |
156 | 2025-01-17T03:39:39.123Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
157 | 2025-01-17T03:39:44.126Z | Download: 572/4301 items 17.6/225.4MB 7% complete (3.6M/s) |
158 | 2025-01-17T03:39:49.868Z | Download: 1197/4301 items 83.5/225.4MB 37% complete (9.1M/s) |
159 | 2025-01-17T03:39:54.876Z | Download: 1787/4301 items 109.3/225.4MB 48% complete (9.0M/s) |
160 | 2025-01-17T03:39:59.879Z | Download: 3213/4301 items 187.1/225.4MB 82% complete (11.2M/s) |
161 | 2025-01-17T03:40:04.880Z | Download: 3684/4301 items 216.2/225.4MB 95% complete (10.9M/s) |
162 | 2025-01-17T03:40:10.266Z | Download: 4202/4301 items 220.4/225.4MB 97% complete (7.9M/s) |
163 | 2025-01-17T03:40:15.497Z | Download: 4292/4301 items 224.5/225.4MB 99% complete (756k/s) |
164 | 2025-01-17T03:40:16.326Z | Download: Completed 225.42 MB in 37.20 seconds (6.1M/s) |
165 | 2025-01-17T03:40:18.450Z | Actions: 1/5122 actions (Removing old actions) |
166 | 2025-01-17T03:40:18.468Z | Actions: 194/5122 actions (Installing new actions) |
167 | 2025-01-17T03:40:23.530Z | Actions: 4098/5122 actions (Installing new actions) |
168 | 2025-01-17T03:40:24.441Z | Actions: 4267/5122 actions (Updating modified actions) |
169 | 2025-01-17T03:40:25.071Z | Actions: Completed 5122 actions in 6.62 seconds. |
170 | 2025-01-17T03:40:25.476Z | Done (0.397s) |
171 | 2025-01-17T03:40:25.479Z | Done (0.001s) |
172 | 2025-01-17T03:40:26.070Z | Done (0.590s) |
173 | 2025-01-17T03:40:33.014Z | Done (6.712s) |
174 | 2025-01-17T03:40:33.543Z | Done (0.460s) |
175 | 2025-01-17T03:40:33.546Z | Done (0.000s) |
176 | 2025-01-17T03:40:33.730Z | Done (0.000s) |
177 | 2025-01-17T03:40:34.432Z | Planning: Evaluating mediator changes ... Done |
178 | 2025-01-17T03:40:34.593Z | Planning: Checking for conflicting actions ... Done |
179 | 2025-01-17T03:40:34.597Z | Planning: Consolidating action changes ... Done |
180 | 2025-01-17T03:40:34.863Z | Planning: Evaluating mediators ... Done |
181 | 2025-01-17T03:40:34.866Z | Planning: Planning completed in 0.43 seconds |
182 | 2025-01-17T03:40:34.903Z | Mediators to change: 2 |
183 | 2025-01-17T03:40:34.903Z | Create boot environment: No |
184 | 2025-01-17T03:40:34.906Z | Create backup boot environment: No |
185 | 2025-01-17T03:40:34.972Z | Done |
186 | 2025-01-17T03:40:34.972Z | Done |
187 | 2025-01-17T03:40:35.337Z | Done |
188 | 2025-01-17T03:40:38.948Z | Done |
189 | 2025-01-17T03:40:39.041Z | Done |
190 | 2025-01-17T03:40:39.044Z | Done |
191 | 2025-01-17T03:40:39.140Z | Done |
192 | 2025-01-17T03:40:39.749Z | Planning: Evaluating mediator changes ... Done |
193 | 2025-01-17T03:40:39.752Z | Planning: Merging actions ... Done |
194 | 2025-01-17T03:40:39.941Z | Planning: Checking for conflicting actions ... Done |
195 | 2025-01-17T03:40:39.944Z | Planning: Consolidating action changes ... Done |
196 | 2025-01-17T03:40:40.203Z | Planning: Evaluating mediators ... Done |
197 | 2025-01-17T03:40:40.257Z | Planning: Planning completed in 0.75 seconds |
198 | 2025-01-17T03:40:40.297Z | Packages to change: 1 |
199 | 2025-01-17T03:40:40.297Z | Mediators to change: 1 |
200 | 2025-01-17T03:40:40.300Z | Services to change: 1 |
201 | 2025-01-17T03:40:40.300Z | Create boot environment: No |
202 | 2025-01-17T03:40:40.300Z | Create backup boot environment: Yes |
203 | 2025-01-17T03:40:42.556Z | Actions: 1/6 actions (Updating modified actions) |
204 | 2025-01-17T03:40:42.647Z | Actions: Completed 6 actions in 0.09 seconds. |
205 | 2025-01-17T03:40:42.650Z | Done |
206 | 2025-01-17T03:40:42.650Z | Done |
207 | 2025-01-17T03:40:42.765Z | Done |
208 | 2025-01-17T03:40:46.392Z | Done |
209 | 2025-01-17T03:40:46.487Z | Done |
210 | 2025-01-17T03:40:46.489Z | Done |
211 | 2025-01-17T03:40:46.603Z | Done |
212 | 2025-01-17T03:40:47.034Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
213 | 2025-01-17T03:40:47.034Z | clang system 15 system |
214 | 2025-01-17T03:40:47.034Z | csh system system illumos |
215 | 2025-01-17T03:40:47.034Z | ctags system system illumos |
216 | 2025-01-17T03:40:47.034Z | gcc vendor 12 vendor |
217 | 2025-01-17T03:40:47.034Z | gcc system 10 system |
218 | 2025-01-17T03:40:47.034Z | gcc system 7 system |
219 | 2025-01-17T03:40:47.034Z | go system 1.20 system |
220 | 2025-01-17T03:40:47.035Z | go system 1.19 system |
221 | 2025-01-17T03:40:47.035Z | llvm system 15 system |
222 | 2025-01-17T03:40:47.035Z | llvm system 14 system |
223 | 2025-01-17T03:40:47.035Z | mariadb system 10.6 system |
224 | 2025-01-17T03:40:47.035Z | mta vendor vendor dma |
225 | 2025-01-17T03:40:47.035Z | openjdk system 17 system |
226 | 2025-01-17T03:40:47.035Z | openjdk system 11 system |
227 | 2025-01-17T03:40:47.035Z | openjdk system 1.8 system |
228 | 2025-01-17T03:40:47.035Z | openssl vendor 3 vendor |
229 | 2025-01-17T03:40:47.035Z | perl system 5.36 system |
230 | 2025-01-17T03:40:47.035Z | postgresql system 15 system |
231 | 2025-01-17T03:40:47.035Z | postgresql system 13 system |
232 | 2025-01-17T03:40:47.035Z | python vendor 3 vendor |
233 | 2025-01-17T03:40:47.035Z | python system 2 system |
234 | 2025-01-17T03:40:47.035Z | python3 system 3.11 system |
235 | 2025-01-17T03:40:47.035Z | ruby system 3.0 system |
236 | 2025-01-17T03:40:47.035Z | words vendor vendor american-english |
237 | 2025-01-17T03:40:47.035Z | words system system australian-english |
238 | 2025-01-17T03:40:47.036Z | words system system british-english |
239 | 2025-01-17T03:40:47.036Z | words system system canadian-english |
240 | 2025-01-17T03:40:47.036Z | words system system french |
241 | 2025-01-17T03:40:47.036Z | words system system italian |
242 | 2025-01-17T03:40:47.036Z | words system system ngerman |
243 | 2025-01-17T03:40:47.036Z | words system system ogerman |
244 | 2025-01-17T03:40:47.036Z | words system system spanish |
245 | 2025-01-17T03:40:47.367Z | PUBLISHER TYPE STATUS P LOCATION |
246 | 2025-01-17T03:40:47.367Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
247 | 2025-01-17T03:40:50.157Z | FMRI IFO |
248 | 2025-01-17T03:40:50.157Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
249 | 2025-01-17T03:40:50.158Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
250 | 2025-01-17T03:40:50.158Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
251 | 2025-01-17T03:40:50.158Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
252 | 2025-01-17T03:40:50.158Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
253 | 2025-01-17T03:40:50.158Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
254 | 2025-01-17T03:40:50.158Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
255 | 2025-01-17T03:40:50.158Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
256 | 2025-01-17T03:40:50.158Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
257 | 2025-01-17T03:40:50.158Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
258 | 2025-01-17T03:40:50.158Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
259 | 2025-01-17T03:40:50.159Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
260 | 2025-01-17T03:40:50.159Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
261 | 2025-01-17T03:40:50.159Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
262 | 2025-01-17T03:40:50.159Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
263 | 2025-01-17T03:40:50.910Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
264 | 2025-01-17T03:40:51.210Z | Updating crates.io index |
265 | 2025-01-17T03:40:51.213Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
266 | 2025-01-17T03:40:51.549Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
267 | 2025-01-17T03:40:52.060Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
268 | 2025-01-17T03:40:52.335Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
269 | 2025-01-17T03:40:52.608Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
270 | 2025-01-17T03:40:52.890Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
271 | 2025-01-17T03:40:53.875Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
272 | 2025-01-17T03:40:55.518Z | Updating git repository `https://github.com/oxidecomputer/opte` |
273 | 2025-01-17T03:40:56.113Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
274 | 2025-01-17T03:40:56.928Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
275 | 2025-01-17T03:40:57.196Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
276 | 2025-01-17T03:40:57.502Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
277 | 2025-01-17T03:40:58.062Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
278 | 2025-01-17T03:40:58.434Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
279 | 2025-01-17T03:40:58.844Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
280 | 2025-01-17T03:40:59.106Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
281 | 2025-01-17T03:40:59.362Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
282 | 2025-01-17T03:40:59.596Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
283 | 2025-01-17T03:40:59.859Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
284 | 2025-01-17T03:41:00.240Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
285 | 2025-01-17T03:41:00.494Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
286 | 2025-01-17T03:41:00.853Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
287 | 2025-01-17T03:41:01.393Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
288 | 2025-01-17T03:41:01.669Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
289 | 2025-01-17T03:41:02.066Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
290 | 2025-01-17T03:41:02.474Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
291 | 2025-01-17T03:41:02.759Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
292 | 2025-01-17T03:41:03.017Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
293 | 2025-01-17T03:41:03.337Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
294 | 2025-01-17T03:41:04.629Z | Downloading crates ... |
295 | 2025-01-17T03:41:04.742Z | Downloaded anstream v0.6.15 |
296 | 2025-01-17T03:41:04.765Z | Downloaded anstyle v1.0.10 |
297 | 2025-01-17T03:41:04.832Z | Downloaded anstyle-parse v0.2.5 |
298 | 2025-01-17T03:41:04.856Z | Downloaded serde v1.0.217 |
299 | 2025-01-17T03:41:04.859Z | Downloaded sha2 v0.10.8 |
300 | 2025-01-17T03:41:04.864Z | Downloaded serde_tokenstream v0.2.2 |
301 | 2025-01-17T03:41:04.868Z | Downloaded itoa v1.0.11 |
302 | 2025-01-17T03:41:04.887Z | Downloaded pretty-hex v0.4.1 |
303 | 2025-01-17T03:41:04.889Z | Downloaded usdt v0.5.0 |
304 | 2025-01-17T03:41:04.900Z | Downloaded thiserror v1.0.69 |
305 | 2025-01-17T03:41:04.904Z | Downloaded tabled_derive v0.7.0 |
306 | 2025-01-17T03:41:04.907Z | Downloaded serde_spanned v0.6.8 |
307 | 2025-01-17T03:41:04.910Z | Downloaded smawk v0.3.2 |
308 | 2025-01-17T03:41:04.920Z | Downloaded typenum v1.17.0 |
309 | 2025-01-17T03:41:04.927Z | Downloaded toml_datetime v0.6.8 |
310 | 2025-01-17T03:41:04.929Z | Downloaded terminal_size v0.4.0 |
311 | 2025-01-17T03:41:04.929Z | Downloaded heck v0.5.0 |
312 | 2025-01-17T03:41:04.932Z | Downloaded scroll_derive v0.12.0 |
313 | 2025-01-17T03:41:04.940Z | Downloaded usdt-attr-macro v0.5.0 |
314 | 2025-01-17T03:41:04.943Z | Downloaded heck v0.4.1 |
315 | 2025-01-17T03:41:04.950Z | Downloaded usdt-macro v0.5.0 |
316 | 2025-01-17T03:41:04.955Z | Downloaded equivalent v1.0.1 |
317 | 2025-01-17T03:41:04.961Z | Downloaded serde_json v1.0.135 |
318 | 2025-01-17T03:41:04.967Z | Downloaded thread-id v4.2.2 |
319 | 2025-01-17T03:41:04.970Z | Downloaded thiserror-impl v1.0.69 |
320 | 2025-01-17T03:41:04.970Z | Downloaded strsim v0.11.1 |
321 | 2025-01-17T03:41:04.972Z | Downloaded byteorder v1.5.0 |
322 | 2025-01-17T03:41:04.972Z | Downloaded plain v0.2.3 |
323 | 2025-01-17T03:41:04.977Z | Downloaded log v0.4.22 |
324 | 2025-01-17T03:41:04.981Z | Downloaded bytecount v0.6.8 |
325 | 2025-01-17T03:41:04.988Z | Downloaded swrite v0.1.0 |
326 | 2025-01-17T03:41:04.990Z | Downloaded tempfile v3.13.0 |
327 | 2025-01-17T03:41:04.992Z | Downloaded ucd-trie v0.1.7 |
328 | 2025-01-17T03:41:04.992Z | Downloaded pest_generator v2.7.14 |
329 | 2025-01-17T03:41:04.995Z | Downloaded macaddr v1.0.1 |
330 | 2025-01-17T03:41:04.995Z | Downloaded is_terminal_polyfill v1.70.1 |
331 | 2025-01-17T03:41:04.998Z | Downloaded unicode-linebreak v0.1.5 |
332 | 2025-01-17T03:41:05.001Z | Downloaded fs-err v2.11.0 |
333 | 2025-01-17T03:41:05.001Z | Downloaded dtrace-parser v0.2.0 |
334 | 2025-01-17T03:41:05.004Z | Downloaded crypto-common v0.1.6 |
335 | 2025-01-17T03:41:05.004Z | Downloaded cpufeatures v0.2.14 |
336 | 2025-01-17T03:41:05.008Z | Downloaded utf8parse v0.2.2 |
337 | 2025-01-17T03:41:05.010Z | Downloaded memmap v0.7.0 |
338 | 2025-01-17T03:41:05.010Z | Downloaded fnv v1.0.7 |
339 | 2025-01-17T03:41:05.014Z | Downloaded errno v0.3.9 |
340 | 2025-01-17T03:41:05.014Z | Downloaded proc-macro-error-attr v1.0.4 |
341 | 2025-01-17T03:41:05.014Z | Downloaded generic-array v0.14.7 |
342 | 2025-01-17T03:41:05.017Z | Downloaded cargo-platform v0.1.8 |
343 | 2025-01-17T03:41:05.021Z | Downloaded fastrand v2.1.1 |
344 | 2025-01-17T03:41:05.024Z | Downloaded digest v0.10.7 |
345 | 2025-01-17T03:41:05.028Z | Downloaded anstyle-query v1.1.1 |
346 | 2025-01-17T03:41:05.028Z | Downloaded dof v0.3.0 |
347 | 2025-01-17T03:41:05.033Z | Downloaded proc-macro-error v1.0.4 |
348 | 2025-01-17T03:41:05.036Z | Downloaded pest_derive v2.7.14 |
349 | 2025-01-17T03:41:05.036Z | Downloaded textwrap v0.16.1 |
350 | 2025-01-17T03:41:05.039Z | Downloaded toml v0.8.19 |
351 | 2025-01-17T03:41:05.043Z | Downloaded serde_derive v1.0.217 |
352 | 2025-01-17T03:41:05.046Z | Downloaded ryu v1.0.18 |
353 | 2025-01-17T03:41:05.046Z | Downloaded autocfg v1.4.0 |
354 | 2025-01-17T03:41:05.049Z | Downloaded camino-tempfile v1.1.1 |
355 | 2025-01-17T03:41:05.052Z | Downloaded scroll v0.12.0 |
356 | 2025-01-17T03:41:05.052Z | Downloaded quote v1.0.38 |
357 | 2025-01-17T03:41:05.055Z | Downloaded cfg-if v1.0.0 |
358 | 2025-01-17T03:41:05.055Z | Downloaded block-buffer v0.10.4 |
359 | 2025-01-17T03:41:05.055Z | Downloaded papergrid v0.11.0 |
360 | 2025-01-17T03:41:05.058Z | Downloaded usdt-impl v0.5.0 |
361 | 2025-01-17T03:41:05.061Z | Downloaded camino v1.1.9 |
362 | 2025-01-17T03:41:05.064Z | Downloaded clap_lex v0.7.2 |
363 | 2025-01-17T03:41:05.064Z | Downloaded once_cell v1.20.2 |
364 | 2025-01-17T03:41:05.066Z | Downloaded clap_derive v4.5.18 |
365 | 2025-01-17T03:41:05.066Z | Downloaded cargo_toml v0.20.5 |
366 | 2025-01-17T03:41:05.069Z | Downloaded cargo_metadata v0.18.1 |
367 | 2025-01-17T03:41:05.072Z | Downloaded semver v1.0.24 |
368 | 2025-01-17T03:41:05.072Z | Downloaded clap v4.5.21 |
369 | 2025-01-17T03:41:05.079Z | Downloaded colorchoice v1.0.2 |
370 | 2025-01-17T03:41:05.082Z | Downloaded zerocopy-derive v0.7.35 |
371 | 2025-01-17T03:41:05.086Z | Downloaded pest_meta v2.7.14 |
372 | 2025-01-17T03:41:05.092Z | Downloaded bitflags v2.6.0 |
373 | 2025-01-17T03:41:05.099Z | Downloaded version_check v0.9.5 |
374 | 2025-01-17T03:41:05.102Z | Downloaded anyhow v1.0.93 |
375 | 2025-01-17T03:41:05.108Z | Downloaded proc-macro2 v1.0.92 |
376 | 2025-01-17T03:41:05.116Z | Downloaded unicode-ident v1.0.14 |
377 | 2025-01-17T03:41:05.119Z | Downloaded toml_edit v0.22.22 |
378 | 2025-01-17T03:41:05.138Z | Downloaded indexmap v2.7.0 |
379 | 2025-01-17T03:41:05.141Z | Downloaded memchr v2.7.4 |
380 | 2025-01-17T03:41:05.179Z | Downloaded hashbrown v0.15.1 |
381 | 2025-01-17T03:41:05.184Z | Downloaded pest v2.7.14 |
382 | 2025-01-17T03:41:05.189Z | Downloaded syn v2.0.96 |
383 | 2025-01-17T03:41:05.199Z | Downloaded zerocopy v0.7.35 |
384 | 2025-01-17T03:41:05.213Z | Downloaded winnow v0.6.20 |
385 | 2025-01-17T03:41:05.220Z | Downloaded tabled v0.15.0 |
386 | 2025-01-17T03:41:05.234Z | Downloaded goblin v0.8.2 |
387 | 2025-01-17T03:41:05.240Z | Downloaded syn v1.0.109 |
388 | 2025-01-17T03:41:05.249Z | Downloaded clap_builder v4.5.21 |
389 | 2025-01-17T03:41:05.255Z | Downloaded unicode-width v0.1.14 |
390 | 2025-01-17T03:41:05.266Z | Downloaded rustix v0.38.37 |
391 | 2025-01-17T03:41:05.299Z | Downloaded libc v0.2.169 |
392 | 2025-01-17T03:41:05.607Z | Compiling proc-macro2 v1.0.92 |
393 | 2025-01-17T03:41:05.607Z | Compiling unicode-ident v1.0.14 |
394 | 2025-01-17T03:41:05.610Z | Compiling version_check v0.9.5 |
395 | 2025-01-17T03:41:05.610Z | Compiling serde v1.0.217 |
396 | 2025-01-17T03:41:05.610Z | Compiling thiserror v1.0.69 |
397 | 2025-01-17T03:41:05.610Z | Compiling memchr v2.7.4 |
398 | 2025-01-17T03:41:05.610Z | Compiling libc v0.2.169 |
399 | 2025-01-17T03:41:05.644Z | Compiling ryu v1.0.18 |
400 | 2025-01-17T03:41:05.874Z | Compiling ucd-trie v0.1.7 |
401 | 2025-01-17T03:41:06.098Z | Compiling itoa v1.0.11 |
402 | 2025-01-17T03:41:06.337Z | Compiling once_cell v1.20.2 |
403 | 2025-01-17T03:41:06.340Z | Compiling byteorder v1.5.0 |
404 | 2025-01-17T03:41:06.656Z | Compiling serde_json v1.0.135 |
405 | 2025-01-17T03:41:06.913Z | Compiling rustix v0.38.37 |
406 | 2025-01-17T03:41:07.020Z | Compiling bitflags v2.6.0 |
407 | 2025-01-17T03:41:07.047Z | Compiling proc-macro-error-attr v1.0.4 |
408 | 2025-01-17T03:41:07.188Z | Compiling usdt-impl v0.5.0 |
409 | 2025-01-17T03:41:07.322Z | Compiling syn v1.0.109 |
410 | 2025-01-17T03:41:07.408Z | Compiling proc-macro-error v1.0.4 |
411 | 2025-01-17T03:41:07.433Z | Compiling equivalent v1.0.1 |
412 | 2025-01-17T03:41:07.602Z | Compiling camino v1.1.9 |
413 | 2025-01-17T03:41:07.698Z | Compiling log v0.4.22 |
414 | 2025-01-17T03:41:07.746Z | Compiling hashbrown v0.15.1 |
415 | 2025-01-17T03:41:07.748Z | Compiling utf8parse v0.2.2 |
416 | 2025-01-17T03:41:07.950Z | Compiling plain v0.2.3 |
417 | 2025-01-17T03:41:07.996Z | Compiling anstyle-parse v0.2.5 |
418 | 2025-01-17T03:41:08.066Z | Compiling quote v1.0.38 |
419 | 2025-01-17T03:41:08.120Z | Compiling errno v0.3.9 |
420 | 2025-01-17T03:41:08.182Z | Compiling thread-id v4.2.2 |
421 | 2025-01-17T03:41:08.363Z | Compiling anstyle-query v1.1.1 |
422 | 2025-01-17T03:41:08.365Z | Compiling semver v1.0.24 |
423 | 2025-01-17T03:41:08.413Z | Compiling winnow v0.6.20 |
424 | 2025-01-17T03:41:08.525Z | Compiling syn v2.0.96 |
425 | 2025-01-17T03:41:08.710Z | Compiling anstyle v1.0.10 |
426 | 2025-01-17T03:41:08.873Z | Compiling indexmap v2.7.0 |
427 | 2025-01-17T03:41:08.935Z | Compiling is_terminal_polyfill v1.70.1 |
428 | 2025-01-17T03:41:09.081Z | Compiling autocfg v1.4.0 |
429 | 2025-01-17T03:41:09.106Z | Compiling unicode-width v0.1.14 |
430 | 2025-01-17T03:41:09.660Z | Compiling pretty-hex v0.4.1 |
431 | 2025-01-17T03:41:09.704Z | Compiling colorchoice v1.0.2 |
432 | 2025-01-17T03:41:09.880Z | Compiling anstream v0.6.15 |
433 | 2025-01-17T03:41:10.087Z | Compiling fs-err v2.11.0 |
434 | 2025-01-17T03:41:10.161Z | Compiling clap_lex v0.7.2 |
435 | 2025-01-17T03:41:10.236Z | Compiling terminal_size v0.4.0 |
436 | 2025-01-17T03:41:10.375Z | Compiling bytecount v0.6.8 |
437 | 2025-01-17T03:41:10.462Z | Compiling strsim v0.11.1 |
438 | 2025-01-17T03:41:10.564Z | Compiling heck v0.4.1 |
439 | 2025-01-17T03:41:10.618Z | Compiling heck v0.5.0 |
440 | 2025-01-17T03:41:10.848Z | Compiling cfg-if v1.0.0 |
441 | 2025-01-17T03:41:10.963Z | Compiling fastrand v2.1.1 |
442 | 2025-01-17T03:41:11.000Z | Compiling fnv v1.0.7 |
443 | 2025-01-17T03:41:11.024Z | Compiling anyhow v1.0.93 |
444 | 2025-01-17T03:41:11.104Z | Compiling clap_builder v4.5.21 |
445 | 2025-01-17T03:41:11.155Z | Compiling papergrid v0.11.0 |
446 | 2025-01-17T03:41:11.487Z | Compiling tempfile v3.13.0 |
447 | 2025-01-17T03:41:11.760Z | Compiling memmap v0.7.0 |
448 | 2025-01-17T03:41:12.034Z | Compiling smawk v0.3.2 |
449 | 2025-01-17T03:41:12.061Z | Compiling unicode-linebreak v0.1.5 |
450 | 2025-01-17T03:41:12.357Z | Compiling swrite v0.1.0 |
451 | 2025-01-17T03:41:12.506Z | Compiling textwrap v0.16.1 |
452 | 2025-01-17T03:41:13.346Z | Compiling tabled_derive v0.7.0 |
453 | 2025-01-17T03:41:14.578Z | Compiling tabled v0.15.0 |
454 | 2025-01-17T03:41:15.182Z | Compiling serde_derive v1.0.217 |
455 | 2025-01-17T03:41:15.237Z | Compiling thiserror-impl v1.0.69 |
456 | 2025-01-17T03:41:15.283Z | Compiling zerocopy-derive v0.7.35 |
457 | 2025-01-17T03:41:15.361Z | Compiling scroll_derive v0.12.0 |
458 | 2025-01-17T03:41:15.914Z | Compiling clap_derive v4.5.18 |
459 | 2025-01-17T03:41:16.598Z | Compiling scroll v0.12.0 |
460 | 2025-01-17T03:41:16.967Z | Compiling zerocopy v0.7.35 |
461 | 2025-01-17T03:41:17.049Z | Compiling goblin v0.8.2 |
462 | 2025-01-17T03:41:17.558Z | Compiling pest v2.7.14 |
463 | 2025-01-17T03:41:18.961Z | Compiling clap v4.5.21 |
464 | 2025-01-17T03:41:19.880Z | Compiling pest_meta v2.7.14 |
465 | 2025-01-17T03:41:20.779Z | Compiling pest_generator v2.7.14 |
466 | 2025-01-17T03:41:22.104Z | Compiling pest_derive v2.7.14 |
467 | 2025-01-17T03:41:22.806Z | Compiling dtrace-parser v0.2.0 |
468 | 2025-01-17T03:41:23.870Z | Compiling serde_spanned v0.6.8 |
469 | 2025-01-17T03:41:23.870Z | Compiling toml_datetime v0.6.8 |
470 | 2025-01-17T03:41:23.873Z | Compiling cargo-platform v0.1.8 |
471 | 2025-01-17T03:41:24.208Z | Compiling serde_tokenstream v0.2.2 |
472 | 2025-01-17T03:41:24.295Z | Compiling toml_edit v0.22.22 |
473 | 2025-01-17T03:41:24.350Z | Compiling macaddr v1.0.1 |
474 | 2025-01-17T03:41:24.541Z | Compiling camino-tempfile v1.1.1 |
475 | 2025-01-17T03:41:25.218Z | Compiling dof v0.3.0 |
476 | 2025-01-17T03:41:25.218Z | Compiling cargo_metadata v0.18.1 |
477 | 2025-01-17T03:41:26.867Z | Compiling usdt-attr-macro v0.5.0 |
478 | 2025-01-17T03:41:26.869Z | Compiling usdt-macro v0.5.0 |
479 | 2025-01-17T03:41:26.984Z | Compiling toml v0.8.19 |
480 | 2025-01-17T03:41:27.936Z | Compiling cargo_toml v0.20.5 |
481 | 2025-01-17T03:41:28.085Z | Compiling usdt v0.5.0 |
482 | 2025-01-17T03:41:30.592Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
483 | 2025-01-17T03:41:33.745Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.05s |
484 | 2025-01-17T03:41:34.019Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
485 | 2025-01-17T03:41:34.537Z | Downloading crates ... |
486 | 2025-01-17T03:41:34.654Z | Downloaded adler2 v2.0.0 |
487 | 2025-01-17T03:41:34.657Z | Downloaded arrayref v0.3.9 |
488 | 2025-01-17T03:41:34.660Z | Downloaded array-init v0.0.4 |
489 | 2025-01-17T03:41:34.663Z | Downloaded aead v0.5.2 |
490 | 2025-01-17T03:41:34.666Z | Downloaded bitflags v1.3.2 |
491 | 2025-01-17T03:41:34.670Z | Downloaded cfg_aliases v0.2.1 |
492 | 2025-01-17T03:41:34.674Z | Downloaded ascii-canvas v3.0.0 |
493 | 2025-01-17T03:41:34.680Z | Downloaded argon2 v0.5.3 |
494 | 2025-01-17T03:41:34.685Z | Downloaded atty v0.2.14 |
495 | 2025-01-17T03:41:34.687Z | Downloaded async-stream-impl v0.3.6 |
496 | 2025-01-17T03:41:34.694Z | Downloaded http-range v0.1.5 |
497 | 2025-01-17T03:41:34.697Z | Downloaded ahash v0.8.11 |
498 | 2025-01-17T03:41:34.699Z | Downloaded http-body-util v0.1.2 |
499 | 2025-01-17T03:41:34.702Z | Downloaded crc-catalog v2.4.0 |
500 | 2025-01-17T03:41:34.714Z | Downloaded ciborium-io v0.2.2 |
501 | 2025-01-17T03:41:34.714Z | Downloaded cfg_aliases v0.1.1 |
502 | 2025-01-17T03:41:34.714Z | Downloaded cexpr v0.6.0 |
503 | 2025-01-17T03:41:34.714Z | Downloaded cobs v0.2.3 |
504 | 2025-01-17T03:41:34.717Z | Downloaded atomic-waker v1.1.2 |
505 | 2025-01-17T03:41:34.717Z | Downloaded async-stream v0.3.6 |
506 | 2025-01-17T03:41:34.721Z | Downloaded newtype_derive v0.1.6 |
507 | 2025-01-17T03:41:34.721Z | Downloaded crossbeam-deque v0.8.5 |
508 | 2025-01-17T03:41:34.723Z | Downloaded arc-swap v1.7.1 |
509 | 2025-01-17T03:41:34.728Z | Downloaded newline-converter v0.3.0 |
510 | 2025-01-17T03:41:34.730Z | Downloaded ident_case v1.0.1 |
511 | 2025-01-17T03:41:34.733Z | Downloaded http-body v1.0.1 |
512 | 2025-01-17T03:41:34.733Z | Downloaded instant v0.1.13 |
513 | 2025-01-17T03:41:34.735Z | Downloaded crunchy v0.2.2 |
514 | 2025-01-17T03:41:34.735Z | Downloaded assert_matches v1.5.0 |
515 | 2025-01-17T03:41:34.738Z | Downloaded mirai-annotations v1.12.0 |
516 | 2025-01-17T03:41:34.738Z | Downloaded crucible-workspace-hack v0.1.0 |
517 | 2025-01-17T03:41:34.740Z | Downloaded bb8 v0.8.5 |
518 | 2025-01-17T03:41:34.746Z | Downloaded md5 v0.7.0 |
519 | 2025-01-17T03:41:34.749Z | Downloaded hubpack_derive v0.1.1 |
520 | 2025-01-17T03:41:34.751Z | Downloaded ctr v0.9.2 |
521 | 2025-01-17T03:41:34.753Z | Downloaded new_debug_unreachable v1.0.6 |
522 | 2025-01-17T03:41:34.754Z | Downloaded bitfield-struct v0.6.2 |
523 | 2025-01-17T03:41:34.756Z | Downloaded backoff v0.4.0 |
524 | 2025-01-17T03:41:34.759Z | Downloaded cookie_store v0.21.0 |
525 | 2025-01-17T03:41:34.761Z | Downloaded async-recursion v1.1.1 |
526 | 2025-01-17T03:41:34.764Z | Downloaded is_ci v1.2.0 |
527 | 2025-01-17T03:41:34.767Z | Downloaded atomicwrites v0.4.4 |
528 | 2025-01-17T03:41:34.770Z | Downloaded match_cfg v0.1.0 |
529 | 2025-01-17T03:41:34.772Z | Downloaded hubpack v0.1.2 |
530 | 2025-01-17T03:41:34.775Z | Downloaded chacha20 v0.9.1 |
531 | 2025-01-17T03:41:34.778Z | Downloaded lazy_static v1.5.0 |
532 | 2025-01-17T03:41:34.780Z | Downloaded impl-trait-for-tuples v0.2.2 |
533 | 2025-01-17T03:41:34.783Z | Downloaded inout v0.1.3 |
534 | 2025-01-17T03:41:34.786Z | Downloaded buf-list v1.0.3 |
535 | 2025-01-17T03:41:34.788Z | Downloaded cmake v0.1.51 |
536 | 2025-01-17T03:41:34.791Z | Downloaded cipher v0.4.4 |
537 | 2025-01-17T03:41:34.794Z | Downloaded lalrpop-util v0.19.12 |
538 | 2025-01-17T03:41:34.794Z | Downloaded ipnetwork v0.20.0 |
539 | 2025-01-17T03:41:34.796Z | Downloaded crc v3.2.1 |
540 | 2025-01-17T03:41:34.799Z | Downloaded linear-map v1.2.0 |
541 | 2025-01-17T03:41:34.801Z | Downloaded base16ct v0.2.0 |
542 | 2025-01-17T03:41:34.804Z | Downloaded mockall v0.13.0 |
543 | 2025-01-17T03:41:34.804Z | Downloaded httpdate v1.0.3 |
544 | 2025-01-17T03:41:34.807Z | Downloaded headers-core v0.3.0 |
545 | 2025-01-17T03:41:34.807Z | Downloaded serde-big-array v0.5.1 |
546 | 2025-01-17T03:41:34.810Z | Downloaded linked-hash-map v0.5.6 |
547 | 2025-01-17T03:41:34.810Z | Downloaded md-5 v0.10.6 |
548 | 2025-01-17T03:41:34.812Z | Downloaded crc32fast v1.4.2 |
549 | 2025-01-17T03:41:34.814Z | Downloaded is-terminal v0.4.13 |
550 | 2025-01-17T03:41:34.817Z | Downloaded indoc v1.0.9 |
551 | 2025-01-17T03:41:34.819Z | Downloaded nanorand v0.7.0 |
552 | 2025-01-17T03:41:34.822Z | Downloaded chrono-tz-build v0.4.0 |
553 | 2025-01-17T03:41:34.824Z | Downloaded humantime v2.1.0 |
554 | 2025-01-17T03:41:34.827Z | Downloaded cassowary v0.3.0 |
555 | 2025-01-17T03:41:34.827Z | Downloaded curve25519-dalek-derive v0.1.1 |
556 | 2025-01-17T03:41:34.829Z | Downloaded convert_case v0.4.0 |
557 | 2025-01-17T03:41:34.832Z | Downloaded bit-vec v0.6.3 |
558 | 2025-01-17T03:41:34.832Z | Downloaded bit-set v0.5.3 |
559 | 2025-01-17T03:41:34.834Z | Downloaded mime v0.3.17 |
560 | 2025-01-17T03:41:34.837Z | Downloaded bytes v1.9.0 |
561 | 2025-01-17T03:41:34.840Z | Downloaded libsw v3.3.1 |
562 | 2025-01-17T03:41:34.842Z | Downloaded kstat-rs v0.2.4 |
563 | 2025-01-17T03:41:34.845Z | Downloaded matches v0.1.10 |
564 | 2025-01-17T03:41:34.847Z | Downloaded rand_chacha v0.3.1 |
565 | 2025-01-17T03:41:34.847Z | Downloaded bcrypt-pbkdf v0.10.0 |
566 | 2025-01-17T03:41:34.850Z | Downloaded mime_guess v2.0.5 |
567 | 2025-01-17T03:41:34.853Z | Downloaded iana-time-zone v0.1.61 |
568 | 2025-01-17T03:41:34.856Z | Downloaded hyper-staticfile v0.10.1 |
569 | 2025-01-17T03:41:34.859Z | Downloaded cstr-argument v0.1.2 |
570 | 2025-01-17T03:41:34.859Z | Downloaded colored v2.1.0 |
571 | 2025-01-17T03:41:34.861Z | Downloaded bcs v0.1.6 |
572 | 2025-01-17T03:41:34.864Z | Downloaded lockfree-object-pool v0.1.6 |
573 | 2025-01-17T03:41:34.866Z | Downloaded hyper-tls v0.6.0 |
574 | 2025-01-17T03:41:34.869Z | Downloaded const_format_proc_macros v0.2.33 |
575 | 2025-01-17T03:41:34.872Z | Downloaded addr2line v0.24.2 |
576 | 2025-01-17T03:41:34.874Z | Downloaded time-core v0.1.2 |
577 | 2025-01-17T03:41:34.874Z | Downloaded instability v0.3.2 |
578 | 2025-01-17T03:41:34.877Z | Downloaded tinyvec_macros v0.1.1 |
579 | 2025-01-17T03:41:34.880Z | Downloaded take_mut v0.2.2 |
580 | 2025-01-17T03:41:34.880Z | Downloaded sigpipe v0.1.3 |
581 | 2025-01-17T03:41:34.880Z | Downloaded nibble_vec v0.1.0 |
582 | 2025-01-17T03:41:34.882Z | Downloaded rustc_version v0.4.1 |
583 | 2025-01-17T03:41:34.882Z | Downloaded crossbeam-epoch v0.9.18 |
584 | 2025-01-17T03:41:34.886Z | Downloaded memoffset v0.9.1 |
585 | 2025-01-17T03:41:34.889Z | Downloaded lock_api v0.4.12 |
586 | 2025-01-17T03:41:34.891Z | Downloaded memmap2 v0.9.5 |
587 | 2025-01-17T03:41:34.894Z | Downloaded jobserver v0.1.32 |
588 | 2025-01-17T03:41:34.896Z | Downloaded cancel-safe-futures v0.1.5 |
589 | 2025-01-17T03:41:34.899Z | Downloaded vte_generate_state_changes v0.1.2 |
590 | 2025-01-17T03:41:34.901Z | Downloaded managed v0.8.0 |
591 | 2025-01-17T03:41:34.904Z | Downloaded rustversion v1.0.17 |
592 | 2025-01-17T03:41:34.906Z | Downloaded shell-words v1.1.0 |
593 | 2025-01-17T03:41:34.906Z | Downloaded multer v3.1.0 |
594 | 2025-01-17T03:41:34.909Z | Downloaded smallvec v0.6.14 |
595 | 2025-01-17T03:41:34.912Z | Downloaded zerofrom v0.1.4 |
596 | 2025-01-17T03:41:34.914Z | Downloaded icu_normalizer v1.5.0 |
597 | 2025-01-17T03:41:34.917Z | Downloaded maybe-uninit v2.0.0 |
598 | 2025-01-17T03:41:34.920Z | Downloaded rustls-pemfile v1.0.4 |
599 | 2025-01-17T03:41:34.923Z | Downloaded strum_macros v0.24.3 |
600 | 2025-01-17T03:41:34.925Z | Downloaded icu_provider v1.5.0 |
601 | 2025-01-17T03:41:34.928Z | Downloaded ipnet v2.10.1 |
602 | 2025-01-17T03:41:34.930Z | Downloaded dhcproto-macros v0.1.0 |
603 | 2025-01-17T03:41:34.930Z | Downloaded quick-error v1.2.3 |
604 | 2025-01-17T03:41:34.935Z | Downloaded crc-any v2.5.0 |
605 | 2025-01-17T03:41:34.937Z | Downloaded normalize-line-endings v0.3.0 |
606 | 2025-01-17T03:41:34.937Z | Downloaded miniz_oxide v0.8.0 |
607 | 2025-01-17T03:41:34.940Z | Downloaded ssh-encoding v0.2.0 |
608 | 2025-01-17T03:41:34.943Z | Downloaded hyper-rustls v0.27.3 |
609 | 2025-01-17T03:41:34.946Z | Downloaded downcast v0.11.0 |
610 | 2025-01-17T03:41:34.946Z | Downloaded waitgroup v0.1.2 |
611 | 2025-01-17T03:41:34.946Z | Downloaded base64 v0.22.1 |
612 | 2025-01-17T03:41:34.950Z | Downloaded path-slash v0.1.5 |
613 | 2025-01-17T03:41:34.952Z | Downloaded ciborium v0.2.2 |
614 | 2025-01-17T03:41:34.955Z | Downloaded termios v0.3.3 |
615 | 2025-01-17T03:41:34.957Z | Downloaded tls_codec v0.4.1 |
616 | 2025-01-17T03:41:34.960Z | Downloaded untrusted v0.9.0 |
617 | 2025-01-17T03:41:34.963Z | Downloaded unicode-xid v0.2.6 |
618 | 2025-01-17T03:41:34.966Z | Downloaded blake2 v0.10.6 |
619 | 2025-01-17T03:41:34.968Z | Downloaded sct v0.7.1 |
620 | 2025-01-17T03:41:34.971Z | Downloaded icu_normalizer_data v1.5.0 |
621 | 2025-01-17T03:41:34.973Z | Downloaded libloading v0.8.5 |
622 | 2025-01-17T03:41:34.976Z | Downloaded icu_locid_transform_data v1.5.0 |
623 | 2025-01-17T03:41:34.979Z | Downloaded precomputed-hash v0.1.1 |
624 | 2025-01-17T03:41:34.981Z | Downloaded wait-timeout v0.2.0 |
625 | 2025-01-17T03:41:34.981Z | Downloaded httparse v1.9.5 |
626 | 2025-01-17T03:41:34.985Z | Downloaded zone v0.1.8 |
627 | 2025-01-17T03:41:34.988Z | Downloaded newtype-uuid v1.2.1 |
628 | 2025-01-17T03:41:34.988Z | Downloaded arrayvec v0.7.6 |
629 | 2025-01-17T03:41:34.991Z | Downloaded mockall_derive v0.13.0 |
630 | 2025-01-17T03:41:34.993Z | Downloaded opaque-debug v0.3.1 |
631 | 2025-01-17T03:41:34.996Z | Downloaded hostname v0.3.1 |
632 | 2025-01-17T03:41:34.998Z | Downloaded phf_shared v0.10.0 |
633 | 2025-01-17T03:41:34.998Z | Downloaded enum-as-inner v0.5.1 |
634 | 2025-01-17T03:41:35.001Z | Downloaded ed25519 v2.2.3 |
635 | 2025-01-17T03:41:35.003Z | Downloaded fallible-iterator v0.3.0 |
636 | 2025-01-17T03:41:35.006Z | Downloaded zone v0.3.0 |
637 | 2025-01-17T03:41:35.006Z | Downloaded smf v0.2.3 |
638 | 2025-01-17T03:41:35.009Z | Downloaded sqlparser_derive v0.2.2 |
639 | 2025-01-17T03:41:35.009Z | Downloaded smallvec v1.13.2 |
640 | 2025-01-17T03:41:35.012Z | Downloaded stable_deref_trait v1.2.0 |
641 | 2025-01-17T03:41:35.012Z | Downloaded allocator-api2 v0.2.18 |
642 | 2025-01-17T03:41:35.015Z | Downloaded hash32 v0.3.1 |
643 | 2025-01-17T03:41:35.017Z | Downloaded futures-task v0.3.31 |
644 | 2025-01-17T03:41:35.020Z | Downloaded const_format v0.2.33 |
645 | 2025-01-17T03:41:35.024Z | Downloaded phf_generator v0.11.2 |
646 | 2025-01-17T03:41:35.026Z | Downloaded pbkdf2 v0.11.0 |
647 | 2025-01-17T03:41:35.029Z | Downloaded funty v2.0.0 |
648 | 2025-01-17T03:41:35.031Z | Downloaded hyper-util v0.1.10 |
649 | 2025-01-17T03:41:35.035Z | Downloaded ppv-lite86 v0.2.20 |
650 | 2025-01-17T03:41:35.037Z | Downloaded nu-ansi-term v0.50.1 |
651 | 2025-01-17T03:41:35.040Z | Downloaded backtrace v0.3.74 |
652 | 2025-01-17T03:41:35.046Z | Downloaded write16 v1.0.0 |
653 | 2025-01-17T03:41:35.048Z | Downloaded progenitor v0.9.1 |
654 | 2025-01-17T03:41:35.051Z | Downloaded progenitor v0.8.0 |
655 | 2025-01-17T03:41:35.053Z | Downloaded zone_cfg_derive v0.3.0 |
656 | 2025-01-17T03:41:35.054Z | Downloaded der_derive v0.7.3 |
657 | 2025-01-17T03:41:35.056Z | Downloaded hex v0.4.3 |
658 | 2025-01-17T03:41:35.056Z | Downloaded deranged v0.3.11 |
659 | 2025-01-17T03:41:35.059Z | Downloaded vsss-rs v3.3.4 |
660 | 2025-01-17T03:41:35.061Z | Downloaded ecdsa v0.16.9 |
661 | 2025-01-17T03:41:35.064Z | Downloaded paste v1.0.15 |
662 | 2025-01-17T03:41:35.066Z | Downloaded parse-display-derive v0.10.0 |
663 | 2025-01-17T03:41:35.069Z | Downloaded indicatif v0.17.9 |
664 | 2025-01-17T03:41:35.073Z | Downloaded oso-derive v0.27.3 |
665 | 2025-01-17T03:41:35.075Z | Downloaded endian-type v0.1.2 |
666 | 2025-01-17T03:41:35.075Z | Downloaded scheduled-thread-pool v0.2.7 |
667 | 2025-01-17T03:41:35.078Z | Downloaded fd-lock v4.0.2 |
668 | 2025-01-17T03:41:35.092Z | Downloaded signal-hook-mio v0.2.4 |
669 | 2025-01-17T03:41:35.094Z | Downloaded base64 v0.21.7 |
670 | 2025-01-17T03:41:35.097Z | Downloaded schemars_derive v0.8.21 |
671 | 2025-01-17T03:41:35.099Z | Downloaded rustc-hash v2.0.0 |
672 | 2025-01-17T03:41:35.102Z | Downloaded tokio-macros v2.5.0 |
673 | 2025-01-17T03:41:35.104Z | Downloaded icu_collections v1.5.0 |
674 | 2025-01-17T03:41:35.109Z | Downloaded pkcs8 v0.10.2 |
675 | 2025-01-17T03:41:35.113Z | Downloaded defmt-parser v0.3.4 |
676 | 2025-01-17T03:41:35.115Z | Downloaded utf8_iter v1.0.4 |
677 | 2025-01-17T03:41:35.115Z | Downloaded num-rational v0.4.2 |
678 | 2025-01-17T03:41:35.119Z | Downloaded rand_core v0.6.4 |
679 | 2025-01-17T03:41:35.121Z | Downloaded peg-runtime v0.8.3 |
680 | 2025-01-17T03:41:35.121Z | Downloaded rustc-hash v1.1.0 |
681 | 2025-01-17T03:41:35.123Z | Downloaded vte v0.11.1 |
682 | 2025-01-17T03:41:35.126Z | Downloaded tiny-keccak v2.0.2 |
683 | 2025-01-17T03:41:35.130Z | Downloaded dirs-next v2.0.0 |
684 | 2025-01-17T03:41:35.132Z | Downloaded defmt v0.3.8 |
685 | 2025-01-17T03:41:35.135Z | Downloaded defmt-macros v0.3.9 |
686 | 2025-01-17T03:41:35.137Z | Downloaded float-cmp v0.9.0 |
687 | 2025-01-17T03:41:35.140Z | Downloaded mio v1.0.2 |
688 | 2025-01-17T03:41:35.145Z | Downloaded sqlformat v0.2.6 |
689 | 2025-01-17T03:41:35.148Z | Downloaded hex-literal v0.4.1 |
690 | 2025-01-17T03:41:35.151Z | Downloaded toml v0.7.8 |
691 | 2025-01-17T03:41:35.153Z | Downloaded tower-service v0.3.3 |
692 | 2025-01-17T03:41:35.156Z | Downloaded futures-executor v0.3.31 |
693 | 2025-01-17T03:41:35.156Z | Downloaded glob v0.3.1 |
694 | 2025-01-17T03:41:35.159Z | Downloaded clang-sys v1.8.1 |
695 | 2025-01-17T03:41:35.161Z | Downloaded unicode-truncate v1.1.0 |
696 | 2025-01-17T03:41:35.161Z | Downloaded debug-ignore v1.0.5 |
697 | 2025-01-17T03:41:35.165Z | Downloaded futures-core v0.3.31 |
698 | 2025-01-17T03:41:35.168Z | Downloaded aho-corasick v1.1.3 |
699 | 2025-01-17T03:41:35.171Z | Downloaded float-ord v0.3.2 |
700 | 2025-01-17T03:41:35.174Z | Downloaded zone_cfg_derive v0.1.2 |
701 | 2025-01-17T03:41:35.174Z | Downloaded whoami v1.5.2 |
702 | 2025-01-17T03:41:35.176Z | Downloaded half v2.4.1 |
703 | 2025-01-17T03:41:35.179Z | Downloaded tokio-tungstenite v0.21.0 |
704 | 2025-01-17T03:41:35.181Z | Downloaded tokio-stream v0.1.16 |
705 | 2025-01-17T03:41:35.185Z | Downloaded serde_plain v1.0.2 |
706 | 2025-01-17T03:41:35.187Z | Downloaded foreign-types v0.3.2 |
707 | 2025-01-17T03:41:35.187Z | Downloaded rayon-core v1.12.1 |
708 | 2025-01-17T03:41:35.191Z | Downloaded num-traits v0.2.19 |
709 | 2025-01-17T03:41:35.194Z | Downloaded progenitor-macro v0.8.0 |
710 | 2025-01-17T03:41:35.196Z | Downloaded predicates-tree v1.0.11 |
711 | 2025-01-17T03:41:35.196Z | Downloaded tungstenite v0.24.0 |
712 | 2025-01-17T03:41:35.200Z | Downloaded tracing-core v0.1.32 |
713 | 2025-01-17T03:41:35.203Z | Downloaded aes v0.8.4 |
714 | 2025-01-17T03:41:35.207Z | Downloaded num-conv v0.1.0 |
715 | 2025-01-17T03:41:35.209Z | Downloaded parse-size v1.1.0 |
716 | 2025-01-17T03:41:35.209Z | Downloaded slog-scope v4.4.0 |
717 | 2025-01-17T03:41:35.212Z | Downloaded rustc-demangle v0.1.24 |
718 | 2025-01-17T03:41:35.212Z | Downloaded rand_xorshift v0.3.0 |
719 | 2025-01-17T03:41:35.214Z | Downloaded displaydoc v0.2.5 |
720 | 2025-01-17T03:41:35.217Z | Downloaded psl-types v2.0.11 |
721 | 2025-01-17T03:41:35.219Z | Downloaded foldhash v0.1.3 |
722 | 2025-01-17T03:41:35.220Z | Downloaded dsl_auto_type v0.1.2 |
723 | 2025-01-17T03:41:35.223Z | Downloaded crypto-bigint v0.5.5 |
724 | 2025-01-17T03:41:35.229Z | Downloaded tokio-native-tls v0.3.1 |
725 | 2025-01-17T03:41:35.232Z | Downloaded subtle v2.6.1 |
726 | 2025-01-17T03:41:35.232Z | Downloaded slog-bunyan v2.5.0 |
727 | 2025-01-17T03:41:35.232Z | Downloaded slog-async v2.8.0 |
728 | 2025-01-17T03:41:35.235Z | Downloaded serde_repr v0.1.19 |
729 | 2025-01-17T03:41:35.235Z | Downloaded futures-macro v0.3.31 |
730 | 2025-01-17T03:41:35.237Z | Downloaded hickory-client v0.24.1 |
731 | 2025-01-17T03:41:35.240Z | Downloaded zerofrom-derive v0.1.4 |
732 | 2025-01-17T03:41:35.243Z | Downloaded thread_local v1.1.8 |
733 | 2025-01-17T03:41:35.243Z | Downloaded futures-sink v0.3.31 |
734 | 2025-01-17T03:41:35.245Z | Downloaded samael v0.0.17 |
735 | 2025-01-17T03:41:35.249Z | Downloaded postcard v1.0.10 |
736 | 2025-01-17T03:41:35.252Z | Downloaded try-lock v0.2.5 |
737 | 2025-01-17T03:41:35.254Z | Downloaded minimal-lexical v0.2.1 |
738 | 2025-01-17T03:41:35.257Z | Downloaded pin-project-internal v1.1.6 |
739 | 2025-01-17T03:41:35.260Z | Downloaded http v1.2.0 |
740 | 2025-01-17T03:41:35.264Z | Downloaded aes-gcm v0.10.3 |
741 | 2025-01-17T03:41:35.267Z | Downloaded dunce v1.0.5 |
742 | 2025-01-17T03:41:35.270Z | Downloaded diesel-dtrace v0.4.2 |
743 | 2025-01-17T03:41:35.272Z | Downloaded unicase v2.7.0 |
744 | 2025-01-17T03:41:35.272Z | Downloaded tokio-tungstenite v0.23.1 |
745 | 2025-01-17T03:41:35.276Z | Downloaded uuid v1.11.0 |
746 | 2025-01-17T03:41:35.278Z | Downloaded owo-colors v4.1.0 |
747 | 2025-01-17T03:41:35.281Z | Downloaded num_threads v0.1.7 |
748 | 2025-01-17T03:41:35.284Z | Downloaded rustls-pki-types v1.10.0 |
749 | 2025-01-17T03:41:35.287Z | Downloaded parse-display v0.10.0 |
750 | 2025-01-17T03:41:35.287Z | Downloaded rustls-pemfile v2.2.0 |
751 | 2025-01-17T03:41:35.290Z | Downloaded password-hash v0.4.2 |
752 | 2025-01-17T03:41:35.293Z | Downloaded home v0.5.9 |
753 | 2025-01-17T03:41:35.293Z | Downloaded strum_macros v0.26.4 |
754 | 2025-01-17T03:41:35.297Z | Downloaded tungstenite v0.23.0 |
755 | 2025-01-17T03:41:35.301Z | Downloaded salsa20 v0.10.2 |
756 | 2025-01-17T03:41:35.301Z | Downloaded siphasher v0.3.11 |
757 | 2025-01-17T03:41:35.304Z | Downloaded structmeta-derive v0.3.0 |
758 | 2025-01-17T03:41:35.304Z | Downloaded scopeguard v1.2.0 |
759 | 2025-01-17T03:41:35.304Z | Downloaded pbkdf2 v0.12.2 |
760 | 2025-01-17T03:41:35.307Z | Downloaded fxhash v0.2.1 |
761 | 2025-01-17T03:41:35.307Z | Downloaded structmeta v0.3.0 |
762 | 2025-01-17T03:41:35.311Z | Downloaded structmeta v0.2.0 |
763 | 2025-01-17T03:41:35.311Z | Downloaded omicron-zone-package v0.12.0 |
764 | 2025-01-17T03:41:35.314Z | Downloaded r2d2 v0.8.10 |
765 | 2025-01-17T03:41:35.319Z | Downloaded progenitor-impl v0.9.1 |
766 | 2025-01-17T03:41:35.319Z | Downloaded crossterm v0.28.1 |
767 | 2025-01-17T03:41:35.323Z | Downloaded schemars v0.8.21 |
768 | 2025-01-17T03:41:35.335Z | Downloaded tui-tree-widget v0.22.0 |
769 | 2025-01-17T03:41:35.338Z | Downloaded simd-adler32 v0.3.7 |
770 | 2025-01-17T03:41:35.341Z | Downloaded zeroize v1.8.1 |
771 | 2025-01-17T03:41:35.341Z | Downloaded scrypt v0.11.0 |
772 | 2025-01-17T03:41:35.344Z | Downloaded sec1 v0.7.3 |
773 | 2025-01-17T03:41:35.344Z | Downloaded highway v1.2.0 |
774 | 2025-01-17T03:41:35.347Z | Downloaded parking_lot_core v0.9.10 |
775 | 2025-01-17T03:41:35.350Z | Downloaded peg-macros v0.8.4 |
776 | 2025-01-17T03:41:35.350Z | Downloaded toolchain_find v0.4.0 |
777 | 2025-01-17T03:41:35.353Z | Downloaded zip v2.1.3 |
778 | 2025-01-17T03:41:35.358Z | Downloaded either v1.13.0 |
779 | 2025-01-17T03:41:35.361Z | Downloaded env_filter v0.1.2 |
780 | 2025-01-17T03:41:35.361Z | Downloaded diesel_table_macro_syntax v0.2.0 |
781 | 2025-01-17T03:41:35.361Z | Downloaded ghash v0.5.1 |
782 | 2025-01-17T03:41:35.364Z | Downloaded openssl-macros v0.1.1 |
783 | 2025-01-17T03:41:35.364Z | Downloaded dropshot_endpoint v0.15.1 |
784 | 2025-01-17T03:41:35.368Z | Downloaded password-hash v0.5.0 |
785 | 2025-01-17T03:41:35.371Z | Downloaded structmeta-derive v0.2.0 |
786 | 2025-01-17T03:41:35.371Z | Downloaded zerocopy-derive v0.8.10 |
787 | 2025-01-17T03:41:35.376Z | Downloaded filetime v0.2.25 |
788 | 2025-01-17T03:41:35.379Z | Downloaded tls_codec_derive v0.4.1 |
789 | 2025-01-17T03:41:35.379Z | Downloaded dhcproto v0.12.0 |
790 | 2025-01-17T03:41:35.382Z | Downloaded idna v1.0.3 |
791 | 2025-01-17T03:41:35.388Z | Downloaded zopfli v0.8.1 |
792 | 2025-01-17T03:41:35.390Z | Downloaded sync_wrapper v1.0.1 |
793 | 2025-01-17T03:41:35.390Z | Downloaded derive_builder_macro v0.20.2 |
794 | 2025-01-17T03:41:35.393Z | Downloaded unicode-properties v0.1.3 |
795 | 2025-01-17T03:41:35.393Z | Downloaded oso v0.27.3 |
796 | 2025-01-17T03:41:35.396Z | Downloaded subprocess v0.2.9 |
797 | 2025-01-17T03:41:35.399Z | Downloaded progenitor-macro v0.9.1 |
798 | 2025-01-17T03:41:35.402Z | Downloaded rfc6979 v0.4.0 |
799 | 2025-01-17T03:41:35.402Z | Downloaded foreign-types-macros v0.2.3 |
800 | 2025-01-17T03:41:35.405Z | Downloaded itertools v0.13.0 |
801 | 2025-01-17T03:41:35.413Z | Downloaded progenitor-client v0.8.0 |
802 | 2025-01-17T03:41:35.416Z | Downloaded ed25519-dalek v2.1.1 |
803 | 2025-01-17T03:41:35.416Z | Downloaded zeroize_derive v1.4.2 |
804 | 2025-01-17T03:41:35.416Z | Downloaded packed_struct v0.10.1 |
805 | 2025-01-17T03:41:35.419Z | Downloaded gethostname v0.5.0 |
806 | 2025-01-17T03:41:35.419Z | Downloaded zip v0.6.6 |
807 | 2025-01-17T03:41:35.423Z | Downloaded russh v0.45.0 |
808 | 2025-01-17T03:41:35.429Z | Downloaded which v4.4.2 |
809 | 2025-01-17T03:41:35.431Z | Downloaded hmac v0.12.1 |
810 | 2025-01-17T03:41:35.435Z | Downloaded libm v0.2.8 |
811 | 2025-01-17T03:41:35.441Z | Downloaded number_prefix v0.4.0 |
812 | 2025-01-17T03:41:35.444Z | Downloaded utf-8 v0.7.6 |
813 | 2025-01-17T03:41:35.444Z | Downloaded tracing-attributes v0.1.27 |
814 | 2025-01-17T03:41:35.447Z | Downloaded utf16_iter v1.0.5 |
815 | 2025-01-17T03:41:35.448Z | Downloaded foreign-types-shared v0.1.1 |
816 | 2025-01-17T03:41:35.448Z | Downloaded futures-io v0.3.31 |
817 | 2025-01-17T03:41:35.451Z | Downloaded publicsuffix v2.2.3 |
818 | 2025-01-17T03:41:35.455Z | Downloaded libxml v0.3.3 |
819 | 2025-01-17T03:41:35.460Z | Downloaded unicode-bidi v0.3.17 |
820 | 2025-01-17T03:41:35.463Z | Downloaded russh-cryptovec v0.7.3 |
821 | 2025-01-17T03:41:35.463Z | Downloaded itertools v0.10.5 |
822 | 2025-01-17T03:41:35.467Z | Downloaded radium v0.7.0 |
823 | 2025-01-17T03:41:35.470Z | Downloaded pkcs1 v0.7.5 |
824 | 2025-01-17T03:41:35.473Z | Downloaded tokio-util v0.7.12 |
825 | 2025-01-17T03:41:35.478Z | Downloaded proc-macro-crate v1.3.1 |
826 | 2025-01-17T03:41:35.480Z | Downloaded primeorder v0.13.6 |
827 | 2025-01-17T03:41:35.483Z | Downloaded percent-encoding v2.3.1 |
828 | 2025-01-17T03:41:35.483Z | Downloaded num v0.4.3 |
829 | 2025-01-17T03:41:35.483Z | Downloaded num-complex v0.4.6 |
830 | 2025-01-17T03:41:35.486Z | Downloaded universal-hash v0.5.1 |
831 | 2025-01-17T03:41:35.486Z | Downloaded rand v0.8.5 |
832 | 2025-01-17T03:41:35.489Z | Downloaded tar v0.4.42 |
833 | 2025-01-17T03:41:35.492Z | Downloaded spki v0.7.3 |
834 | 2025-01-17T03:41:35.495Z | Downloaded prettyplease v0.2.25 |
835 | 2025-01-17T03:41:35.498Z | Downloaded openssl-probe v0.1.5 |
836 | 2025-01-17T03:41:35.501Z | Downloaded des v0.8.1 |
837 | 2025-01-17T03:41:35.501Z | Downloaded serde_path_to_error v0.1.16 |
838 | 2025-01-17T03:41:35.503Z | Downloaded slog-term v2.9.1 |
839 | 2025-01-17T03:41:35.506Z | Downloaded rsa v0.9.6 |
840 | 2025-01-17T03:41:35.510Z | Downloaded hyper v1.5.2 |
841 | 2025-01-17T03:41:35.518Z | Downloaded strum v0.26.3 |
842 | 2025-01-17T03:41:35.524Z | Downloaded num_enum_derive v0.5.11 |
843 | 2025-01-17T03:41:35.525Z | Downloaded p256 v0.13.2 |
844 | 2025-01-17T03:41:35.525Z | Downloaded derive_builder_core v0.20.2 |
845 | 2025-01-17T03:41:35.528Z | Downloaded thiserror-impl v2.0.11 |
846 | 2025-01-17T03:41:35.528Z | Downloaded pin-utils v0.1.0 |
847 | 2025-01-17T03:41:35.532Z | Downloaded ena v0.14.3 |
848 | 2025-01-17T03:41:35.533Z | Downloaded snafu-derive v0.8.5 |
849 | 2025-01-17T03:41:35.536Z | Downloaded globset v0.4.15 |
850 | 2025-01-17T03:41:35.536Z | Downloaded unicode-segmentation v1.12.0 |
851 | 2025-01-17T03:41:35.539Z | Downloaded pin-project-lite v0.2.14 |
852 | 2025-01-17T03:41:35.542Z | Downloaded signature v2.2.0 |
853 | 2025-01-17T03:41:35.545Z | Downloaded pkcs5 v0.7.1 |
854 | 2025-01-17T03:41:35.548Z | Downloaded getrandom v0.2.15 |
855 | 2025-01-17T03:41:35.551Z | Downloaded enum-as-inner v0.6.1 |
856 | 2025-01-17T03:41:35.554Z | Downloaded dirs-sys-next v0.1.2 |
857 | 2025-01-17T03:41:35.554Z | Downloaded signal-hook-tokio v0.3.1 |
858 | 2025-01-17T03:41:35.557Z | Downloaded slog-json v2.6.1 |
859 | 2025-01-17T03:41:35.557Z | Downloaded blake3 v1.5.4 |
860 | 2025-01-17T03:41:35.564Z | Downloaded difflib v0.4.0 |
861 | 2025-01-17T03:41:35.567Z | Downloaded slog-envlogger v2.2.0 |
862 | 2025-01-17T03:41:35.571Z | Downloaded peg v0.8.4 |
863 | 2025-01-17T03:41:35.575Z | Downloaded writeable v0.5.5 |
864 | 2025-01-17T03:41:35.575Z | Downloaded static_assertions v1.1.0 |
865 | 2025-01-17T03:41:35.579Z | Downloaded strip-ansi-escapes v0.2.0 |
866 | 2025-01-17T03:41:35.580Z | Downloaded diesel_derives v2.2.3 |
867 | 2025-01-17T03:41:35.582Z | Downloaded shlex v1.3.0 |
868 | 2025-01-17T03:41:35.582Z | Downloaded socket2 v0.5.7 |
869 | 2025-01-17T03:41:35.585Z | Downloaded russh-keys v0.45.0 |
870 | 2025-01-17T03:41:35.588Z | Downloaded num_enum v0.5.11 |
871 | 2025-01-17T03:41:35.591Z | Downloaded powerfmt v0.2.0 |
872 | 2025-01-17T03:41:35.594Z | Downloaded termtree v0.4.1 |
873 | 2025-01-17T03:41:35.594Z | Downloaded xz2 v0.1.7 |
874 | 2025-01-17T03:41:35.597Z | Downloaded synstructure v0.13.1 |
875 | 2025-01-17T03:41:35.597Z | Downloaded supports-color v3.0.1 |
876 | 2025-01-17T03:41:35.600Z | Downloaded zerovec-derive v0.10.3 |
877 | 2025-01-17T03:41:35.600Z | Downloaded want v0.3.1 |
878 | 2025-01-17T03:41:35.603Z | Downloaded fixedbitset v0.4.2 |
879 | 2025-01-17T03:41:35.603Z | Downloaded sync-ptr v0.1.1 |
880 | 2025-01-17T03:41:35.606Z | Downloaded pem v3.0.4 |
881 | 2025-01-17T03:41:35.606Z | Downloaded openssl-sys v0.9.103 |
882 | 2025-01-17T03:41:35.609Z | Downloaded phf_shared v0.11.2 |
883 | 2025-01-17T03:41:35.612Z | Downloaded diff v0.1.13 |
884 | 2025-01-17T03:41:35.615Z | Downloaded topological-sort v0.2.2 |
885 | 2025-01-17T03:41:35.618Z | Downloaded xattr v1.3.1 |
886 | 2025-01-17T03:41:35.618Z | Downloaded signal-hook-registry v1.4.2 |
887 | 2025-01-17T03:41:35.622Z | Downloaded derive_more v0.99.18 |
888 | 2025-01-17T03:41:35.627Z | Downloaded yoke-derive v0.7.4 |
889 | 2025-01-17T03:41:35.627Z | Downloaded futures-channel v0.3.31 |
890 | 2025-01-17T03:41:35.630Z | Downloaded signal-hook v0.3.17 |
891 | 2025-01-17T03:41:35.630Z | Downloaded parse-zoneinfo v0.3.1 |
892 | 2025-01-17T03:41:35.633Z | Downloaded value-bag v1.9.0 |
893 | 2025-01-17T03:41:35.636Z | Downloaded postgres-types v0.2.8 |
894 | 2025-01-17T03:41:35.639Z | Downloaded num-iter v0.1.45 |
895 | 2025-01-17T03:41:35.639Z | Downloaded x509-cert v0.2.5 |
896 | 2025-01-17T03:41:35.644Z | Downloaded uzers v0.12.1 |
897 | 2025-01-17T03:41:35.646Z | Downloaded serde_with_macros v3.11.0 |
898 | 2025-01-17T03:41:35.649Z | Downloaded sha1 v0.10.6 |
899 | 2025-01-17T03:41:35.651Z | Downloaded ref-cast-impl v1.0.23 |
900 | 2025-01-17T03:41:35.652Z | Downloaded ref-cast v1.0.23 |
901 | 2025-01-17T03:41:35.654Z | Downloaded thiserror v2.0.11 |
902 | 2025-01-17T03:41:35.660Z | Downloaded termcolor v1.4.1 |
903 | 2025-01-17T03:41:35.663Z | Downloaded display-error-chain v0.2.2 |
904 | 2025-01-17T03:41:35.663Z | Downloaded spin v0.9.8 |
905 | 2025-01-17T03:41:35.666Z | Downloaded aws-lc-rs v1.10.0 |
906 | 2025-01-17T03:41:35.672Z | Downloaded darling_macro v0.20.10 |
907 | 2025-01-17T03:41:35.675Z | Downloaded bitvec v1.0.1 |
908 | 2025-01-17T03:41:35.688Z | Downloaded pretty-hex v0.2.1 |
909 | 2025-01-17T03:41:35.690Z | Downloaded chrono v0.4.38 |
910 | 2025-01-17T03:41:35.696Z | Downloaded unarray v0.1.4 |
911 | 2025-01-17T03:41:35.699Z | Downloaded serde_yaml v0.9.34+deprecated |
912 | 2025-01-17T03:41:35.702Z | Downloaded flume v0.11.1 |
913 | 2025-01-17T03:41:35.705Z | Downloaded num-integer v0.1.46 |
914 | 2025-01-17T03:41:35.708Z | Downloaded resolv-conf v0.7.0 |
915 | 2025-01-17T03:41:35.711Z | Downloaded packed_struct_codegen v0.10.1 |
916 | 2025-01-17T03:41:35.711Z | Downloaded tokio-rustls v0.25.0 |
917 | 2025-01-17T03:41:35.717Z | Downloaded tokio-tungstenite v0.24.0 |
918 | 2025-01-17T03:41:35.718Z | Downloaded phf v0.11.2 |
919 | 2025-01-17T03:41:35.720Z | Downloaded nodrop v0.1.14 |
920 | 2025-01-17T03:41:35.720Z | Downloaded phf_codegen v0.11.2 |
921 | 2025-01-17T03:41:35.720Z | Downloaded unsafe-libyaml v0.2.11 |
922 | 2025-01-17T03:41:35.720Z | Downloaded ff v0.13.0 |
923 | 2025-01-17T03:41:35.724Z | Downloaded rusty-fork v0.3.0 |
924 | 2025-01-17T03:41:35.724Z | Downloaded rustfmt-wrapper v0.2.1 |
925 | 2025-01-17T03:41:35.728Z | Downloaded term v0.7.0 |
926 | 2025-01-17T03:41:35.731Z | Downloaded icu_properties_data v1.5.0 |
927 | 2025-01-17T03:41:35.738Z | Downloaded tinystr v0.7.6 |
928 | 2025-01-17T03:41:35.742Z | Downloaded polyval v0.6.2 |
929 | 2025-01-17T03:41:35.745Z | Downloaded flagset v0.4.6 |
930 | 2025-01-17T03:41:35.745Z | Downloaded url v2.5.3 |
931 | 2025-01-17T03:41:35.748Z | Downloaded data-encoding v2.6.0 |
932 | 2025-01-17T03:41:35.748Z | Downloaded rustc_version v0.1.7 |
933 | 2025-01-17T03:41:35.751Z | Downloaded parking_lot_core v0.8.6 |
934 | 2025-01-17T03:41:35.754Z | Downloaded derive-where v1.2.7 |
935 | 2025-01-17T03:41:35.758Z | Downloaded p521 v0.13.3 |
936 | 2025-01-17T03:41:35.761Z | Downloaded bindgen v0.69.5 |
937 | 2025-01-17T03:41:35.766Z | Downloaded fragile v2.0.0 |
938 | 2025-01-17T03:41:35.769Z | Downloaded secrecy v0.8.0 |
939 | 2025-01-17T03:41:35.769Z | Downloaded typify-macro v0.3.0 |
940 | 2025-01-17T03:41:35.772Z | Downloaded num-derive v0.4.2 |
941 | 2025-01-17T03:41:35.772Z | Downloaded tough v0.19.0 |
942 | 2025-01-17T03:41:35.780Z | Downloaded embedded-io v0.4.0 |
943 | 2025-01-17T03:41:35.783Z | Downloaded ron v0.8.1 |
944 | 2025-01-17T03:41:35.786Z | Downloaded yasna v0.5.2 |
945 | 2025-01-17T03:41:35.789Z | Downloaded num-bigint-dig v0.8.4 |
946 | 2025-01-17T03:41:35.793Z | Downloaded tokio-rustls v0.24.1 |
947 | 2025-01-17T03:41:35.796Z | Downloaded salty v0.3.0 |
948 | 2025-01-17T03:41:35.801Z | Downloaded semver v0.1.20 |
949 | 2025-01-17T03:41:35.804Z | Downloaded parking_lot v0.11.2 |
950 | 2025-01-17T03:41:35.807Z | Downloaded typify-macro v0.2.0 |
951 | 2025-01-17T03:41:35.807Z | Downloaded walkdir v2.5.0 |
952 | 2025-01-17T03:41:35.810Z | Downloaded progenitor-impl v0.8.0 |
953 | 2025-01-17T03:41:35.813Z | Downloaded h2 v0.4.6 |
954 | 2025-01-17T03:41:35.816Z | Downloaded heapless v0.8.0 |
955 | 2025-01-17T03:41:35.820Z | Downloaded time-macros v0.2.18 |
956 | 2025-01-17T03:41:35.823Z | Downloaded poly1305 v0.8.0 |
957 | 2025-01-17T03:41:35.827Z | Downloaded postgres-protocol v0.6.7 |
958 | 2025-01-17T03:41:35.829Z | Downloaded der v0.7.9 |
959 | 2025-01-17T03:41:35.832Z | Downloaded typify v0.2.0 |
960 | 2025-01-17T03:41:35.835Z | Downloaded yoke v0.7.4 |
961 | 2025-01-17T03:41:35.837Z | Downloaded toml_edit v0.19.15 |
962 | 2025-01-17T03:41:35.853Z | Downloaded headers v0.4.0 |
963 | 2025-01-17T03:41:35.857Z | Downloaded form_urlencoded v1.2.1 |
964 | 2025-01-17T03:41:35.860Z | Downloaded pem-rfc7468 v0.7.0 |
965 | 2025-01-17T03:41:35.863Z | Downloaded winnow v0.5.40 |
966 | 2025-01-17T03:41:35.869Z | Downloaded derive_builder v0.20.2 |
967 | 2025-01-17T03:41:35.874Z | Downloaded futures v0.3.31 |
968 | 2025-01-17T03:41:35.879Z | Downloaded test-strategy v0.3.1 |
969 | 2025-01-17T03:41:35.883Z | Downloaded typify v0.3.0 |
970 | 2025-01-17T03:41:35.886Z | Downloaded sqlparser v0.45.0 |
971 | 2025-01-17T03:41:35.891Z | Downloaded hashbrown v0.14.5 |
972 | 2025-01-17T03:41:35.896Z | Downloaded heapless v0.7.17 |
973 | 2025-01-17T03:41:35.900Z | Downloaded hkdf v0.12.4 |
974 | 2025-01-17T03:41:35.905Z | Downloaded rustls-webpki v0.101.7 |
975 | 2025-01-17T03:41:35.920Z | Downloaded parking_lot v0.12.3 |
976 | 2025-01-17T03:41:35.923Z | Downloaded steno v0.4.1 |
977 | 2025-01-17T03:41:35.923Z | Downloaded num-bigint v0.4.6 |
978 | 2025-01-17T03:41:35.927Z | Downloaded rcgen v0.12.1 |
979 | 2025-01-17T03:41:35.930Z | Downloaded regex v1.11.1 |
980 | 2025-01-17T03:41:35.943Z | Downloaded tokio-postgres v0.7.12 |
981 | 2025-01-17T03:41:35.948Z | Downloaded ron v0.7.1 |
982 | 2025-01-17T03:41:35.955Z | Downloaded idna v0.4.0 |
983 | 2025-01-17T03:41:35.959Z | Downloaded darling_core v0.20.10 |
984 | 2025-01-17T03:41:35.963Z | Downloaded elliptic-curve v0.13.8 |
985 | 2025-01-17T03:41:35.967Z | Downloaded time v0.3.36 |
986 | 2025-01-17T03:41:35.975Z | Downloaded curve25519-dalek v4.1.3 |
987 | 2025-01-17T03:41:35.984Z | Downloaded expectorate v1.1.0 |
988 | 2025-01-17T03:41:35.988Z | Downloaded unicode_categories v0.1.1 |
989 | 2025-01-17T03:41:35.992Z | Downloaded hashbrown v0.13.2 |
990 | 2025-01-17T03:41:35.992Z | Downloaded hickory-resolver v0.24.1 |
991 | 2025-01-17T03:41:35.995Z | Downloaded idna v0.5.0 |
992 | 2025-01-17T03:41:36.002Z | Downloaded quinn-proto v0.11.8 |
993 | 2025-01-17T03:41:36.011Z | Downloaded proptest v1.5.0 |
994 | 2025-01-17T03:41:36.018Z | Downloaded hashbrown v0.12.3 |
995 | 2025-01-17T03:41:36.024Z | Downloaded p384 v0.13.0 |
996 | 2025-01-17T03:41:36.029Z | Downloaded rustyline v14.0.0 |
997 | 2025-01-17T03:41:36.034Z | Downloaded idna v0.3.0 |
998 | 2025-01-17T03:41:36.041Z | Downloaded portable-atomic v1.9.0 |
999 | 2025-01-17T03:41:36.048Z | Downloaded nom v7.1.3 |
1000 | 2025-01-17T03:41:36.054Z | Downloaded nix v0.27.1 |
1001 | 2025-01-17T03:41:36.065Z | Downloaded rayon v1.10.0 |
1002 | 2025-01-17T03:41:36.073Z | Downloaded idna v0.2.3 |
1003 | 2025-01-17T03:41:36.079Z | Downloaded git2 v0.19.0 |
1004 | 2025-01-17T03:41:36.089Z | Downloaded rustls-webpki v0.102.8 |
1005 | 2025-01-17T03:41:36.106Z | Downloaded regress v0.10.1 |
1006 | 2025-01-17T03:41:36.115Z | Downloaded quick-xml v0.33.0 |
1007 | 2025-01-17T03:41:36.121Z | Downloaded reedline v0.35.0 |
1008 | 2025-01-17T03:41:36.130Z | Downloaded bstr v1.10.0 |
1009 | 2025-01-17T03:41:36.141Z | Downloaded reqwest v0.12.9 |
1010 | 2025-01-17T03:41:36.147Z | Downloaded regex-syntax v0.6.29 |
1011 | 2025-01-17T03:41:36.155Z | Downloaded chrono-tz v0.10.0 |
1012 | 2025-01-17T03:41:36.163Z | Downloaded zerocopy v0.8.10 |
1013 | 2025-01-17T03:41:36.186Z | Downloaded unicode-width v0.2.0 |
1014 | 2025-01-17T03:41:36.193Z | Downloaded regress v0.9.1 |
1015 | 2025-01-17T03:41:36.200Z | Downloaded zerovec v0.10.4 |
1016 | 2025-01-17T03:41:36.207Z | Downloaded trust-dns-proto v0.22.0 |
1017 | 2025-01-17T03:41:36.218Z | Downloaded webpki-roots v0.26.6 |
1018 | 2025-01-17T03:41:36.221Z | Downloaded openssl v0.10.66 |
1019 | 2025-01-17T03:41:36.232Z | Downloaded smoltcp v0.9.1 |
1020 | 2025-01-17T03:41:36.243Z | Downloaded vcpkg v0.2.15 |
1021 | 2025-01-17T03:41:36.279Z | Downloaded petname v2.0.2 |
1022 | 2025-01-17T03:41:36.284Z | Downloaded radix_trie v0.2.1 |
1023 | 2025-01-17T03:41:36.290Z | Downloaded rustls v0.21.12 |
1024 | 2025-01-17T03:41:36.302Z | Downloaded diesel v2.2.6 |
1025 | 2025-01-17T03:41:36.321Z | Downloaded object v0.36.5 |
1026 | 2025-01-17T03:41:36.332Z | Downloaded polar-core v0.27.3 |
1027 | 2025-01-17T03:41:36.342Z | Downloaded object v0.30.4 |
1028 | 2025-01-17T03:41:36.349Z | Downloaded dropshot v0.12.0 |
1029 | 2025-01-17T03:41:36.370Z | Downloaded dropshot v0.15.1 |
1030 | 2025-01-17T03:41:36.392Z | Downloaded nix v0.28.0 |
1031 | 2025-01-17T03:41:36.403Z | Downloaded hickory-proto v0.24.1 |
1032 | 2025-01-17T03:41:36.419Z | Downloaded sled v0.34.7 |
1033 | 2025-01-17T03:41:36.429Z | Downloaded typify-impl v0.2.0 |
1034 | 2025-01-17T03:41:36.444Z | Downloaded zerocopy-derive v0.6.6 |
1035 | 2025-01-17T03:41:36.453Z | Downloaded ratatui v0.28.1 |
1036 | 2025-01-17T03:41:36.472Z | Downloaded rustls v0.23.19 |
1037 | 2025-01-17T03:41:36.484Z | Downloaded smoltcp v0.11.0 |
1038 | 2025-01-17T03:41:36.496Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1039 | 2025-01-17T03:41:36.508Z | Downloaded typify-impl v0.3.0 |
1040 | 2025-01-17T03:41:36.524Z | Downloaded rustls v0.22.4 |
1041 | 2025-01-17T03:41:36.560Z | Downloaded regex-syntax v0.8.5 |
1042 | 2025-01-17T03:41:36.570Z | Downloaded gimli v0.31.1 |
1043 | 2025-01-17T03:41:36.581Z | Downloaded nix v0.29.0 |
1044 | 2025-01-17T03:41:36.596Z | Downloaded openapiv3 v2.0.0 |
1045 | 2025-01-17T03:41:36.612Z | Downloaded serde_with v3.11.0 |
1046 | 2025-01-17T03:41:36.621Z | Downloaded futures-util v0.3.31 |
1047 | 2025-01-17T03:41:36.635Z | Downloaded lzma-sys v0.1.20 |
1048 | 2025-01-17T03:41:36.663Z | Downloaded regex-automata v0.4.8 |
1049 | 2025-01-17T03:41:36.678Z | Downloaded petgraph v0.6.5 |
1050 | 2025-01-17T03:41:36.695Z | Downloaded libz-sys v1.1.20 |
1051 | 2025-01-17T03:41:36.713Z | Downloaded lalrpop v0.19.12 |
1052 | 2025-01-17T03:41:36.725Z | Downloaded foreign-types-shared v0.3.1 |
1053 | 2025-01-17T03:41:36.727Z | Downloaded sha3 v0.10.8 |
1054 | 2025-01-17T03:41:36.730Z | Downloaded hashlink v0.9.1 |
1055 | 2025-01-17T03:41:36.733Z | Downloaded env_logger v0.11.5 |
1056 | 2025-01-17T03:41:36.735Z | Downloaded tokio v1.43.0 |
1057 | 2025-01-17T03:41:36.773Z | Downloaded env_logger v0.10.2 |
1058 | 2025-01-17T03:41:36.776Z | Downloaded csv v1.3.0 |
1059 | 2025-01-17T03:41:36.794Z | Downloaded snafu v0.8.5 |
1060 | 2025-01-17T03:41:36.800Z | Downloaded ssh-key v0.6.6 |
1061 | 2025-01-17T03:41:36.806Z | Downloaded rusqlite v0.32.1 |
1062 | 2025-01-17T03:41:36.812Z | Downloaded predicates v3.1.2 |
1063 | 2025-01-17T03:41:36.815Z | Downloaded tracing v0.1.40 |
1064 | 2025-01-17T03:41:36.818Z | Downloaded foreign-types v0.5.0 |
1065 | 2025-01-17T03:41:36.821Z | Downloaded rpassword v7.3.1 |
1066 | 2025-01-17T03:41:36.821Z | Downloaded thiserror-no-std v2.0.2 |
1067 | 2025-01-17T03:41:36.823Z | Downloaded quinn v0.11.5 |
1068 | 2025-01-17T03:41:36.827Z | Downloaded heck v0.3.3 |
1069 | 2025-01-17T03:41:36.829Z | Downloaded progenitor-client v0.9.1 |
1070 | 2025-01-17T03:41:36.829Z | Downloaded string_cache v0.8.7 |
1071 | 2025-01-17T03:41:36.832Z | Downloaded zerocopy v0.6.6 |
1072 | 2025-01-17T03:41:36.834Z | Downloaded embedded-io v0.6.1 |
1073 | 2025-01-17T03:41:36.834Z | Downloaded serde_derive_internals v0.29.1 |
1074 | 2025-01-17T03:41:36.839Z | Downloaded flate2 v1.0.34 |
1075 | 2025-01-17T03:41:36.841Z | Downloaded tinyvec v1.8.0 |
1076 | 2025-01-17T03:41:36.844Z | Downloaded typed-path v0.9.3 |
1077 | 2025-01-17T03:41:36.849Z | Downloaded unicode-normalization v0.1.24 |
1078 | 2025-01-17T03:41:36.852Z | Downloaded dropshot_endpoint v0.12.0 |
1079 | 2025-01-17T03:41:36.855Z | Downloaded olpc-cjson v0.1.4 |
1080 | 2025-01-17T03:41:36.857Z | Downloaded tungstenite v0.21.0 |
1081 | 2025-01-17T03:41:36.860Z | Downloaded qorb v0.2.1 |
1082 | 2025-01-17T03:41:36.864Z | Downloaded dyn-clone v1.0.17 |
1083 | 2025-01-17T03:41:36.866Z | Downloaded stringprep v0.1.5 |
1084 | 2025-01-17T03:41:36.869Z | Downloaded pin-project v1.1.6 |
1085 | 2025-01-17T03:41:36.878Z | Downloaded wyz v0.5.1 |
1086 | 2025-01-17T03:41:36.881Z | Downloaded slog-dtrace v0.3.0 |
1087 | 2025-01-17T03:41:36.881Z | Downloaded rtoolbox v0.0.2 |
1088 | 2025-01-17T03:41:36.883Z | Downloaded slab v0.4.9 |
1089 | 2025-01-17T03:41:36.883Z | Downloaded serde_urlencoded v0.7.1 |
1090 | 2025-01-17T03:41:36.886Z | Downloaded predicates-core v1.0.8 |
1091 | 2025-01-17T03:41:36.886Z | Downloaded similar v2.6.0 |
1092 | 2025-01-17T03:41:36.890Z | Downloaded fatfs v0.3.6 |
1093 | 2025-01-17T03:41:36.892Z | Downloaded crossbeam-channel v0.5.13 |
1094 | 2025-01-17T03:41:36.897Z | Downloaded slog v2.7.0 |
1095 | 2025-01-17T03:41:36.901Z | Downloaded encoding_rs v0.8.34 |
1096 | 2025-01-17T03:41:36.918Z | Downloaded cc v1.1.30 |
1097 | 2025-01-17T03:41:36.921Z | Downloaded tap v1.0.1 |
1098 | 2025-01-17T03:41:36.924Z | Downloaded tabwriter v1.4.0 |
1099 | 2025-01-17T03:41:36.925Z | Downloaded slog-stdlog v4.1.1 |
1100 | 2025-01-17T03:41:36.927Z | Downloaded rand_seeder v0.3.0 |
1101 | 2025-01-17T03:41:36.927Z | Downloaded vergen v8.3.2 |
1102 | 2025-01-17T03:41:36.930Z | Downloaded pkg-config v0.3.31 |
1103 | 2025-01-17T03:41:36.930Z | Downloaded tokio-rustls v0.26.0 |
1104 | 2025-01-17T03:41:36.933Z | Downloaded hickory-server v0.24.1 |
1105 | 2025-01-17T03:41:36.937Z | Downloaded compact_str v0.8.0 |
1106 | 2025-01-17T03:41:36.942Z | Downloaded fs_extra v1.3.0 |
1107 | 2025-01-17T03:41:36.949Z | Downloaded csv-core v0.1.11 |
1108 | 2025-01-17T03:41:36.949Z | Downloaded hash32 v0.2.1 |
1109 | 2025-01-17T03:41:36.949Z | Downloaded icu_locid v1.5.0 |
1110 | 2025-01-17T03:41:36.951Z | Downloaded fallible-iterator v0.2.0 |
1111 | 2025-01-17T03:41:36.951Z | Downloaded fallible-streaming-iterator v0.1.9 |
1112 | 2025-01-17T03:41:36.951Z | Downloaded indexmap v1.9.3 |
1113 | 2025-01-17T03:41:36.954Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1114 | 2025-01-17T03:41:37.010Z | Downloaded icu_properties v1.5.1 |
1115 | 2025-01-17T03:41:37.013Z | Downloaded group v0.13.0 |
1116 | 2025-01-17T03:41:37.017Z | Downloaded bumpalo v3.16.0 |
1117 | 2025-01-17T03:41:37.020Z | Downloaded untrusted v0.7.1 |
1118 | 2025-01-17T03:41:37.020Z | Downloaded twox-hash v1.6.3 |
1119 | 2025-01-17T03:41:37.020Z | Downloaded thiserror-impl-no-std v2.0.2 |
1120 | 2025-01-17T03:41:37.022Z | Downloaded strum_macros v0.25.3 |
1121 | 2025-01-17T03:41:37.022Z | Downloaded ssh-cipher v0.2.0 |
1122 | 2025-01-17T03:41:37.025Z | Downloaded chacha20poly1305 v0.10.1 |
1123 | 2025-01-17T03:41:37.025Z | Downloaded base64ct v1.6.0 |
1124 | 2025-01-17T03:41:37.027Z | Downloaded base64 v0.13.1 |
1125 | 2025-01-17T03:41:37.031Z | Downloaded serde-hex v0.1.0 |
1126 | 2025-01-17T03:41:37.035Z | Downloaded same-file v1.0.6 |
1127 | 2025-01-17T03:41:37.035Z | Downloaded darling v0.20.10 |
1128 | 2025-01-17T03:41:37.037Z | Downloaded multimap v0.10.0 |
1129 | 2025-01-17T03:41:37.039Z | Downloaded quinn-udp v0.5.5 |
1130 | 2025-01-17T03:41:37.040Z | Downloaded native-tls v0.2.12 |
1131 | 2025-01-17T03:41:37.042Z | Downloaded crossbeam-utils v0.8.20 |
1132 | 2025-01-17T03:41:37.045Z | Downloaded constant_time_eq v0.3.1 |
1133 | 2025-01-17T03:41:37.045Z | Downloaded async-bb8-diesel v0.2.1 |
1134 | 2025-01-17T03:41:37.048Z | Downloaded libefi-sys v0.1.0 |
1135 | 2025-01-17T03:41:37.048Z | Downloaded icu_locid_transform v1.5.0 |
1136 | 2025-01-17T03:41:37.050Z | Downloaded console v0.15.8 |
1137 | 2025-01-17T03:41:37.053Z | Downloaded icu_provider_macros v1.5.0 |
1138 | 2025-01-17T03:41:37.056Z | Downloaded litemap v0.7.3 |
1139 | 2025-01-17T03:41:37.056Z | Downloaded itertools v0.12.1 |
1140 | 2025-01-17T03:41:37.063Z | Downloaded bitfield v0.14.0 |
1141 | 2025-01-17T03:41:37.067Z | Downloaded bzip2 v0.4.4 |
1142 | 2025-01-17T03:41:37.067Z | Downloaded indent_write v2.2.0 |
1143 | 2025-01-17T03:41:37.067Z | Downloaded cbc v0.1.2 |
1144 | 2025-01-17T03:41:37.070Z | Downloaded keccak v0.1.5 |
1145 | 2025-01-17T03:41:37.070Z | Downloaded lru v0.12.5 |
1146 | 2025-01-17T03:41:37.070Z | Downloaded lazycell v1.3.0 |
1147 | 2025-01-17T03:41:37.070Z | Downloaded cookie v0.18.1 |
1148 | 2025-01-17T03:41:37.073Z | Downloaded const-oid v0.9.6 |
1149 | 2025-01-17T03:41:37.075Z | Downloaded async-trait v0.1.83 |
1150 | 2025-01-17T03:41:37.078Z | Downloaded maplit v1.0.2 |
1151 | 2025-01-17T03:41:37.080Z | Downloaded lru-cache v0.1.2 |
1152 | 2025-01-17T03:41:37.081Z | Downloaded internet-checksum v0.2.1 |
1153 | 2025-01-17T03:41:37.081Z | Downloaded hostname v0.4.0 |
1154 | 2025-01-17T03:41:37.083Z | Downloaded blowfish v0.9.1 |
1155 | 2025-01-17T03:41:37.083Z | Downloaded idna_adapter v1.2.0 |
1156 | 2025-01-17T03:41:37.087Z | Downloaded ciborium-ll v0.2.2 |
1157 | 2025-01-17T03:41:37.087Z | Downloaded castaway v0.2.3 |
1158 | 2025-01-17T03:41:37.090Z | Downloaded block-padding v0.3.3 |
1159 | 2025-01-17T03:41:37.306Z | Downloaded libsqlite3-sys v0.30.1 |
1160 | 2025-01-17T03:41:37.440Z | Downloaded ring v0.17.8 |
1161 | 2025-01-17T03:41:37.777Z | Downloaded aws-lc-sys v0.22.0 |
1162 | 2025-01-17T03:41:38.084Z | Compiling serde v1.0.217 |
1163 | 2025-01-17T03:41:38.086Z | Compiling lock_api v0.4.12 |
1164 | 2025-01-17T03:41:38.087Z | Compiling scopeguard v1.2.0 |
1165 | 2025-01-17T03:41:38.087Z | Compiling value-bag v1.9.0 |
1166 | 2025-01-17T03:41:38.087Z | Compiling typenum v1.17.0 |
1167 | 2025-01-17T03:41:38.087Z | Compiling generic-array v0.14.7 |
1168 | 2025-01-17T03:41:38.271Z | Compiling syn v2.0.96 |
1169 | 2025-01-17T03:41:38.274Z | Compiling getrandom v0.2.15 |
1170 | 2025-01-17T03:41:38.440Z | Compiling subtle v2.6.1 |
1171 | 2025-01-17T03:41:38.578Z | Compiling rand_core v0.6.4 |
1172 | 2025-01-17T03:41:38.729Z | Compiling log v0.4.22 |
1173 | 2025-01-17T03:41:38.819Z | Compiling shlex v1.3.0 |
1174 | 2025-01-17T03:41:38.837Z | Compiling jobserver v0.1.32 |
1175 | 2025-01-17T03:41:38.856Z | Compiling smallvec v1.13.2 |
1176 | 2025-01-17T03:41:39.087Z | Compiling const-oid v0.9.6 |
1177 | 2025-01-17T03:41:39.117Z | Compiling spin v0.9.8 |
1178 | 2025-01-17T03:41:39.180Z | Compiling pin-project-lite v0.2.14 |
1179 | 2025-01-17T03:41:39.268Z | Compiling cc v1.1.30 |
1180 | 2025-01-17T03:41:39.313Z | Compiling rustix v0.38.37 |
1181 | 2025-01-17T03:41:39.481Z | Compiling parking_lot_core v0.9.10 |
1182 | 2025-01-17T03:41:39.510Z | Compiling futures-core v0.3.31 |
1183 | 2025-01-17T03:41:39.668Z | Compiling signal-hook-registry v1.4.2 |
1184 | 2025-01-17T03:41:39.748Z | Compiling mio v1.0.2 |
1185 | 2025-01-17T03:41:40.115Z | Compiling aho-corasick v1.1.3 |
1186 | 2025-01-17T03:41:40.368Z | Compiling parking_lot v0.12.3 |
1187 | 2025-01-17T03:41:40.495Z | Compiling either v1.13.0 |
1188 | 2025-01-17T03:41:40.680Z | Compiling regex-syntax v0.8.5 |
1189 | 2025-01-17T03:41:40.818Z | Compiling cpufeatures v0.2.14 |
1190 | 2025-01-17T03:41:40.884Z | Compiling lazy_static v1.5.0 |
1191 | 2025-01-17T03:41:40.927Z | Compiling glob v0.3.1 |
1192 | 2025-01-17T03:41:41.019Z | Compiling stable_deref_trait v1.2.0 |
1193 | 2025-01-17T03:41:41.090Z | Compiling futures-sink v0.3.31 |
1194 | 2025-01-17T03:41:41.132Z | Compiling socket2 v0.5.7 |
1195 | 2025-01-17T03:41:41.189Z | Compiling slab v0.4.9 |
1196 | 2025-01-17T03:41:41.257Z | Compiling prettyplease v0.2.25 |
1197 | 2025-01-17T03:41:41.659Z | Compiling minimal-lexical v0.2.1 |
1198 | 2025-01-17T03:41:41.736Z | Compiling serde_json v1.0.135 |
1199 | 2025-01-17T03:41:41.802Z | Compiling clang-sys v1.8.1 |
1200 | 2025-01-17T03:41:42.041Z | Compiling nom v7.1.3 |
1201 | 2025-01-17T03:41:42.146Z | Compiling libloading v0.8.5 |
1202 | 2025-01-17T03:41:42.382Z | Compiling bindgen v0.69.5 |
1203 | 2025-01-17T03:41:42.511Z | Compiling home v0.5.9 |
1204 | 2025-01-17T03:41:42.770Z | Compiling futures-channel v0.3.31 |
1205 | 2025-01-17T03:41:42.970Z | Compiling itertools v0.12.1 |
1206 | 2025-01-17T03:41:43.179Z | Compiling foldhash v0.1.3 |
1207 | 2025-01-17T03:41:43.240Z | Compiling futures-io v0.3.31 |
1208 | 2025-01-17T03:41:43.489Z | Compiling lazycell v1.3.0 |
1209 | 2025-01-17T03:41:43.532Z | Compiling rustc-hash v1.1.0 |
1210 | 2025-01-17T03:41:43.655Z | Compiling pin-utils v0.1.0 |
1211 | 2025-01-17T03:41:43.687Z | Compiling libm v0.2.8 |
1212 | 2025-01-17T03:41:43.766Z | Compiling futures-task v0.3.31 |
1213 | 2025-01-17T03:41:44.013Z | Compiling allocator-api2 v0.2.18 |
1214 | 2025-01-17T03:41:44.092Z | Compiling cmake v0.1.51 |
1215 | 2025-01-17T03:41:44.749Z | Compiling regex-automata v0.4.8 |
1216 | 2025-01-17T03:41:44.902Z | Compiling hashbrown v0.15.1 |
1217 | 2025-01-17T03:41:44.954Z | Compiling num-traits v0.2.19 |
1218 | 2025-01-17T03:41:45.235Z | Compiling cexpr v0.6.0 |
1219 | 2025-01-17T03:41:45.395Z | Compiling dunce v1.0.5 |
1220 | 2025-01-17T03:41:45.537Z | Compiling synstructure v0.13.1 |
1221 | 2025-01-17T03:41:46.127Z | Compiling pkg-config v0.3.31 |
1222 | 2025-01-17T03:41:46.858Z | Compiling tinyvec_macros v0.1.1 |
1223 | 2025-01-17T03:41:46.967Z | Compiling fs_extra v1.3.0 |
1224 | 2025-01-17T03:41:47.023Z | Compiling tinyvec v1.8.0 |
1225 | 2025-01-17T03:41:47.511Z | Compiling ring v0.17.8 |
1226 | 2025-01-17T03:41:47.548Z | Compiling litemap v0.7.3 |
1227 | 2025-01-17T03:41:47.925Z | Compiling base64ct v1.6.0 |
1228 | 2025-01-17T03:41:48.510Z | Compiling unicode-normalization v0.1.24 |
1229 | 2025-01-17T03:41:48.573Z | Compiling paste v1.0.15 |
1230 | 2025-01-17T03:41:48.651Z | Compiling unicode-bidi v0.3.17 |
1231 | 2025-01-17T03:41:48.676Z | Compiling writeable v0.5.5 |
1232 | 2025-01-17T03:41:49.198Z | Compiling pem-rfc7468 v0.7.0 |
1233 | 2025-01-17T03:41:49.508Z | Compiling aws-lc-rs v1.10.0 |
1234 | 2025-01-17T03:41:49.797Z | Compiling flagset v0.4.6 |
1235 | 2025-01-17T03:41:49.893Z | Compiling httparse v1.9.5 |
1236 | 2025-01-17T03:41:49.989Z | Compiling tracing-core v0.1.32 |
1237 | 2025-01-17T03:41:50.165Z | Compiling regex v1.11.1 |
1238 | 2025-01-17T03:41:50.571Z | Compiling crossbeam-utils v0.8.20 |
1239 | 2025-01-17T03:41:50.966Z | Compiling icu_locid_transform_data v1.5.0 |
1240 | 2025-01-17T03:41:51.060Z | Compiling serde_derive v1.0.217 |
1241 | 2025-01-17T03:41:51.081Z | Compiling zeroize_derive v1.4.2 |
1242 | 2025-01-17T03:41:51.084Z | Compiling zerocopy-derive v0.7.35 |
1243 | 2025-01-17T03:41:51.084Z | Compiling tokio-macros v2.5.0 |
1244 | 2025-01-17T03:41:51.084Z | Compiling zerofrom-derive v0.1.4 |
1245 | 2025-01-17T03:41:52.520Z | Compiling zeroize v1.8.1 |
1246 | 2025-01-17T03:41:52.547Z | Compiling yoke-derive v0.7.4 |
1247 | 2025-01-17T03:41:52.885Z | Compiling thiserror-impl v1.0.69 |
1248 | 2025-01-17T03:41:53.046Z | Compiling zerocopy v0.7.35 |
1249 | 2025-01-17T03:41:54.082Z | Compiling crypto-common v0.1.6 |
1250 | 2025-01-17T03:41:54.300Z | Compiling block-buffer v0.10.4 |
1251 | 2025-01-17T03:41:54.395Z | Compiling zerovec-derive v0.10.3 |
1252 | 2025-01-17T03:41:54.541Z | Compiling digest v0.10.7 |
1253 | 2025-01-17T03:41:54.635Z | Compiling zerofrom v0.1.4 |
1254 | 2025-01-17T03:41:54.845Z | Compiling futures-macro v0.3.31 |
1255 | 2025-01-17T03:41:54.937Z | Compiling hmac v0.12.1 |
1256 | 2025-01-17T03:41:55.163Z | Compiling yoke v0.7.4 |
1257 | 2025-01-17T03:41:55.187Z | Compiling block-padding v0.3.3 |
1258 | 2025-01-17T03:41:55.452Z | Compiling displaydoc v0.2.5 |
1259 | 2025-01-17T03:41:55.516Z | Compiling inout v0.1.3 |
1260 | 2025-01-17T03:41:55.645Z | Compiling sha2 v0.10.8 |
1261 | 2025-01-17T03:41:55.782Z | Compiling cipher v0.4.4 |
1262 | 2025-01-17T03:41:55.802Z | Compiling thiserror v1.0.69 |
1263 | 2025-01-17T03:41:55.939Z | Compiling ppv-lite86 v0.2.20 |
1264 | 2025-01-17T03:41:56.260Z | Compiling icu_provider_macros v1.5.0 |
1265 | 2025-01-17T03:41:56.611Z | Compiling futures-util v0.3.31 |
1266 | 2025-01-17T03:41:56.672Z | Compiling zerovec v0.10.4 |
1267 | 2025-01-17T03:41:56.705Z | Compiling der_derive v0.7.3 |
1268 | 2025-01-17T03:41:56.987Z | Compiling rand_chacha v0.3.1 |
1269 | 2025-01-17T03:41:57.376Z | Compiling tracing-attributes v0.1.27 |
1270 | 2025-01-17T03:41:58.591Z | Compiling tinystr v0.7.6 |
1271 | 2025-01-17T03:41:58.913Z | Compiling icu_locid v1.5.0 |
1272 | 2025-01-17T03:41:58.962Z | Compiling der v0.7.9 |
1273 | 2025-01-17T03:41:59.088Z | Compiling percent-encoding v2.3.1 |
1274 | 2025-01-17T03:41:59.109Z | Compiling rustls-pki-types v1.10.0 |
1275 | 2025-01-17T03:41:59.140Z | Compiling pest v2.7.14 |
1276 | 2025-01-17T03:41:59.402Z | Compiling icu_collections v1.5.0 |
1277 | 2025-01-17T03:42:00.103Z | Compiling icu_provider v1.5.0 |
1278 | 2025-01-17T03:42:00.670Z | Compiling rand v0.8.5 |
1279 | 2025-01-17T03:42:00.691Z | Compiling tracing v0.1.40 |
1280 | 2025-01-17T03:42:00.919Z | Compiling spki v0.7.3 |
1281 | 2025-01-17T03:42:01.073Z | Compiling icu_locid_transform v1.5.0 |
1282 | 2025-01-17T03:42:01.187Z | Compiling salsa20 v0.10.2 |
1283 | 2025-01-17T03:42:01.297Z | Compiling pbkdf2 v0.12.2 |
1284 | 2025-01-17T03:42:01.471Z | Compiling vcpkg v0.2.15 |
1285 | 2025-01-17T03:42:01.809Z | Compiling untrusted v0.9.0 |
1286 | 2025-01-17T03:42:01.973Z | Compiling mirai-annotations v1.12.0 |
1287 | 2025-01-17T03:42:02.004Z | Compiling time-core v0.1.2 |
1288 | 2025-01-17T03:42:02.180Z | Compiling icu_properties_data v1.5.0 |
1289 | 2025-01-17T03:42:02.202Z | Compiling untrusted v0.7.1 |
1290 | 2025-01-17T03:42:02.207Z | Compiling num-conv v0.1.0 |
1291 | 2025-01-17T03:42:02.274Z | Compiling powerfmt v0.2.0 |
1292 | 2025-01-17T03:42:02.427Z | Compiling icu_properties v1.5.1 |
1293 | 2025-01-17T03:42:02.492Z | Compiling time-macros v0.2.18 |
1294 | 2025-01-17T03:42:02.638Z | Compiling deranged v0.3.11 |
1295 | 2025-01-17T03:42:02.731Z | Compiling pest_meta v2.7.14 |
1296 | 2025-01-17T03:42:03.302Z | Compiling openssl-sys v0.9.103 |
1297 | 2025-01-17T03:42:03.504Z | Compiling bitflags v2.6.0 |
1298 | 2025-01-17T03:42:03.795Z | Compiling bytes v1.9.0 |
1299 | 2025-01-17T03:42:04.361Z | Compiling indexmap v2.7.0 |
1300 | 2025-01-17T03:42:04.982Z | Compiling tokio v1.43.0 |
1301 | 2025-01-17T03:42:05.579Z | Compiling http v1.2.0 |
1302 | 2025-01-17T03:42:05.692Z | Compiling semver v1.0.24 |
1303 | 2025-01-17T03:42:06.393Z | Compiling rustc_version v0.4.1 |
1304 | 2025-01-17T03:42:06.800Z | Compiling scrypt v0.11.0 |
1305 | 2025-01-17T03:42:07.044Z | Compiling aes v0.8.4 |
1306 | 2025-01-17T03:42:07.086Z | Compiling cbc v0.1.2 |
1307 | 2025-01-17T03:42:07.156Z | Compiling scroll_derive v0.12.0 |
1308 | 2025-01-17T03:42:07.158Z | Compiling write16 v1.0.0 |
1309 | 2025-01-17T03:42:07.322Z | Compiling utf8_iter v1.0.4 |
1310 | 2025-01-17T03:42:07.325Z | Compiling utf16_iter v1.0.5 |
1311 | 2025-01-17T03:42:07.364Z | Compiling num_threads v0.1.7 |
1312 | 2025-01-17T03:42:07.509Z | Compiling which v4.4.2 |
1313 | 2025-01-17T03:42:07.540Z | Compiling atomic-waker v1.1.2 |
1314 | 2025-01-17T03:42:07.598Z | Compiling icu_normalizer_data v1.5.0 |
1315 | 2025-01-17T03:42:07.713Z | Compiling icu_normalizer v1.5.0 |
1316 | 2025-01-17T03:42:07.746Z | Compiling time v0.3.36 |
1317 | 2025-01-17T03:42:08.070Z | Compiling pkcs5 v0.7.1 |
1318 | 2025-01-17T03:42:08.535Z | Compiling scroll v0.12.0 |
1319 | 2025-01-17T03:42:08.606Z | Compiling http-body v1.0.1 |
1320 | 2025-01-17T03:42:09.024Z | Compiling pest_generator v2.7.14 |
1321 | 2025-01-17T03:42:09.085Z | Compiling form_urlencoded v1.2.1 |
1322 | 2025-01-17T03:42:09.136Z | Compiling slog v2.7.0 |
1323 | 2025-01-17T03:42:09.408Z | Compiling try-lock v0.2.5 |
1324 | 2025-01-17T03:42:09.570Z | Compiling goblin v0.8.2 |
1325 | 2025-01-17T03:42:09.591Z | Compiling want v0.3.1 |
1326 | 2025-01-17T03:42:09.722Z | Compiling pkcs8 v0.10.2 |
1327 | 2025-01-17T03:42:09.812Z | Compiling idna_adapter v1.2.0 |
1328 | 2025-01-17T03:42:09.870Z | Compiling uuid v1.11.0 |
1329 | 2025-01-17T03:42:10.049Z | Compiling iana-time-zone v0.1.61 |
1330 | 2025-01-17T03:42:10.374Z | Compiling httpdate v1.0.3 |
1331 | 2025-01-17T03:42:10.443Z | Compiling chrono v0.4.38 |
1332 | 2025-01-17T03:42:10.829Z | Compiling idna v1.0.3 |
1333 | 2025-01-17T03:42:10.920Z | Compiling pest_derive v2.7.14 |
1334 | 2025-01-17T03:42:11.723Z | Compiling dtrace-parser v0.2.0 |
1335 | 2025-01-17T03:42:12.010Z | Compiling serde_spanned v0.6.8 |
1336 | 2025-01-17T03:42:12.263Z | Compiling serde_tokenstream v0.2.2 |
1337 | 2025-01-17T03:42:12.347Z | Compiling toml_datetime v0.6.8 |
1338 | 2025-01-17T03:42:12.500Z | Compiling adler2 v2.0.0 |
1339 | 2025-01-17T03:42:12.727Z | Compiling openssl v0.10.66 |
1340 | 2025-01-17T03:42:12.824Z | Compiling tokio-util v0.7.12 |
1341 | 2025-01-17T03:42:12.844Z | Compiling tower-service v0.3.3 |
1342 | 2025-01-17T03:42:12.983Z | Compiling match_cfg v0.1.0 |
1343 | 2025-01-17T03:42:13.092Z | Compiling base64 v0.22.1 |
1344 | 2025-01-17T03:42:13.140Z | Compiling foreign-types-shared v0.1.1 |
1345 | 2025-01-17T03:42:13.273Z | Compiling rustversion v1.0.17 |
1346 | 2025-01-17T03:42:13.609Z | Compiling foreign-types v0.3.2 |
1347 | 2025-01-17T03:42:13.747Z | Compiling h2 v0.4.6 |
1348 | 2025-01-17T03:42:13.780Z | Compiling hostname v0.3.1 |
1349 | 2025-01-17T03:42:13.801Z | Compiling miniz_oxide v0.8.0 |
1350 | 2025-01-17T03:42:13.985Z | Compiling url v2.5.3 |
1351 | 2025-01-17T03:42:14.083Z | Compiling openssl-macros v0.1.1 |
1352 | 2025-01-17T03:42:14.827Z | Compiling async-trait v0.1.83 |
1353 | 2025-01-17T03:42:15.232Z | Compiling dof v0.3.0 |
1354 | 2025-01-17T03:42:15.264Z | Compiling serde_derive_internals v0.29.1 |
1355 | 2025-01-17T03:42:15.698Z | Compiling dirs-sys-next v0.1.2 |
1356 | 2025-01-17T03:42:16.255Z | Compiling usdt-impl v0.5.0 |
1357 | 2025-01-17T03:42:17.134Z | Compiling siphasher v0.3.11 |
1358 | 2025-01-17T03:42:17.230Z | Compiling rustls v0.23.19 |
1359 | 2025-01-17T03:42:17.512Z | Compiling syn v1.0.109 |
1360 | 2025-01-17T03:42:17.532Z | Compiling data-encoding v2.6.0 |
1361 | 2025-01-17T03:42:17.674Z | Compiling native-tls v0.2.12 |
1362 | 2025-01-17T03:42:17.696Z | Compiling schemars v0.8.21 |
1363 | 2025-01-17T03:42:18.017Z | Compiling rustls v0.22.4 |
1364 | 2025-01-17T03:42:18.110Z | Compiling schemars_derive v0.8.21 |
1365 | 2025-01-17T03:42:18.154Z | Compiling dirs-next v2.0.0 |
1366 | 2025-01-17T03:42:18.395Z | Compiling http-body-util v0.1.2 |
1367 | 2025-01-17T03:42:18.786Z | Compiling heapless v0.7.17 |
1368 | 2025-01-17T03:42:18.863Z | Compiling crossbeam-epoch v0.9.18 |
1369 | 2025-01-17T03:42:19.220Z | Compiling sha1 v0.10.6 |
1370 | 2025-01-17T03:42:19.546Z | Compiling signature v2.2.0 |
1371 | 2025-01-17T03:42:19.564Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1372 | 2025-01-17T03:42:19.619Z | Compiling thread_local v1.1.8 |
1373 | 2025-01-17T03:42:19.647Z | Compiling cookie v0.18.1 |
1374 | 2025-01-17T03:42:19.825Z | Compiling encoding_rs v0.8.34 |
1375 | 2025-01-17T03:42:19.937Z | Compiling multer v3.1.0 |
1376 | 2025-01-17T03:42:20.047Z | Compiling unicode-properties v0.1.3 |
1377 | 2025-01-17T03:42:20.072Z | Compiling openssl-probe v0.1.5 |
1378 | 2025-01-17T03:42:20.227Z | Compiling mime v0.3.17 |
1379 | 2025-01-17T03:42:20.368Z | Compiling rayon-core v1.12.1 |
1380 | 2025-01-17T03:42:20.468Z | Compiling slog-async v2.8.0 |
1381 | 2025-01-17T03:42:20.652Z | Compiling gimli v0.31.1 |
1382 | 2025-01-17T03:42:20.733Z | Compiling hyper v1.5.2 |
1383 | 2025-01-17T03:42:20.933Z | Compiling signal-hook v0.3.17 |
1384 | 2025-01-17T03:42:21.085Z | Compiling ipnet v2.10.1 |
1385 | 2025-01-17T03:42:21.225Z | Compiling dyn-clone v1.0.17 |
1386 | 2025-01-17T03:42:22.404Z | Compiling toml_edit v0.22.22 |
1387 | 2025-01-17T03:42:23.908Z | Compiling hyper-util v0.1.10 |
1388 | 2025-01-17T03:42:24.418Z | Compiling stringprep v0.1.5 |
1389 | 2025-01-17T03:42:24.878Z | Compiling addr2line v0.24.2 |
1390 | 2025-01-17T03:42:25.512Z | Compiling crossbeam-deque v0.8.5 |
1391 | 2025-01-17T03:42:25.575Z | Compiling usdt-macro v0.5.0 |
1392 | 2025-01-17T03:42:25.625Z | Compiling usdt-attr-macro v0.5.0 |
1393 | 2025-01-17T03:42:25.831Z | Compiling term v0.7.0 |
1394 | 2025-01-17T03:42:26.204Z | Compiling slog-json v2.6.1 |
1395 | 2025-01-17T03:42:26.565Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2025-01-17T03:42:26.705Z | Compiling curve25519-dalek v4.1.3 |
1397 | 2025-01-17T03:42:26.943Z | Compiling crossbeam-channel v0.5.13 |
1398 | 2025-01-17T03:42:27.090Z | Compiling enum-as-inner v0.6.1 |
1399 | 2025-01-17T03:42:27.152Z | Compiling futures-executor v0.3.31 |
1400 | 2025-01-17T03:42:27.179Z | Compiling rustls-pemfile v2.2.0 |
1401 | 2025-01-17T03:42:27.400Z | Compiling md-5 v0.10.6 |
1402 | 2025-01-17T03:42:27.524Z | Compiling async-stream-impl v0.3.6 |
1403 | 2025-01-17T03:42:27.673Z | Compiling num-integer v0.1.46 |
1404 | 2025-01-17T03:42:27.694Z | Compiling idna v0.4.0 |
1405 | 2025-01-17T03:42:27.921Z | Compiling idna v0.3.0 |
1406 | 2025-01-17T03:42:28.127Z | Compiling hash32 v0.2.1 |
1407 | 2025-01-17T03:42:28.354Z | Compiling ff v0.13.0 |
1408 | 2025-01-17T03:42:28.499Z | Compiling is-terminal v0.4.13 |
1409 | 2025-01-17T03:42:28.579Z | Compiling dropshot v0.12.0 |
1410 | 2025-01-17T03:42:28.640Z | Compiling object v0.36.5 |
1411 | 2025-01-17T03:42:28.813Z | Compiling take_mut v0.2.2 |
1412 | 2025-01-17T03:42:28.879Z | Compiling portable-atomic v1.9.0 |
1413 | 2025-01-17T03:42:28.971Z | Compiling anyhow v1.0.93 |
1414 | 2025-01-17T03:42:29.237Z | Compiling psl-types v2.0.11 |
1415 | 2025-01-17T03:42:29.450Z | Compiling base16ct v0.2.0 |
1416 | 2025-01-17T03:42:29.514Z | Compiling linked-hash-map v0.5.6 |
1417 | 2025-01-17T03:42:29.576Z | Compiling quick-error v1.2.3 |
1418 | 2025-01-17T03:42:29.740Z | Compiling fallible-iterator v0.2.0 |
1419 | 2025-01-17T03:42:29.766Z | Compiling smoltcp v0.9.1 |
1420 | 2025-01-17T03:42:29.788Z | Compiling utf-8 v0.7.6 |
1421 | 2025-01-17T03:42:29.845Z | Compiling rustc-demangle v0.1.24 |
1422 | 2025-01-17T03:42:29.848Z | Compiling num-bigint-dig v0.8.4 |
1423 | 2025-01-17T03:42:30.109Z | Compiling tungstenite v0.24.0 |
1424 | 2025-01-17T03:42:30.271Z | Compiling lru-cache v0.1.2 |
1425 | 2025-01-17T03:42:30.339Z | Compiling postgres-protocol v0.6.7 |
1426 | 2025-01-17T03:42:30.435Z | Compiling resolv-conf v0.7.0 |
1427 | 2025-01-17T03:42:30.469Z | Compiling sec1 v0.7.3 |
1428 | 2025-01-17T03:42:31.025Z | Compiling publicsuffix v2.2.3 |
1429 | 2025-01-17T03:42:31.292Z | Compiling async-stream v0.3.6 |
1430 | 2025-01-17T03:42:31.294Z | Compiling hickory-proto v0.24.1 |
1431 | 2025-01-17T03:42:31.581Z | Compiling slog-term v2.9.1 |
1432 | 2025-01-17T03:42:31.612Z | Compiling group v0.13.0 |
1433 | 2025-01-17T03:42:31.955Z | Compiling usdt v0.5.0 |
1434 | 2025-01-17T03:42:32.265Z | Compiling num-iter v0.1.45 |
1435 | 2025-01-17T03:42:32.447Z | Compiling futures v0.3.31 |
1436 | 2025-01-17T03:42:32.571Z | Compiling slog-bunyan v2.5.0 |
1437 | 2025-01-17T03:42:32.767Z | Compiling toml v0.8.19 |
1438 | 2025-01-17T03:42:33.234Z | Compiling camino v1.1.9 |
1439 | 2025-01-17T03:42:34.096Z | Compiling tokio-native-tls v0.3.1 |
1440 | 2025-01-17T03:42:34.291Z | Compiling phf_shared v0.11.2 |
1441 | 2025-01-17T03:42:34.379Z | Compiling dropshot_endpoint v0.12.0 |
1442 | 2025-01-17T03:42:34.659Z | Compiling waitgroup v0.1.2 |
1443 | 2025-01-17T03:42:34.791Z | Compiling terminal_size v0.4.0 |
1444 | 2025-01-17T03:42:34.874Z | Compiling openapiv3 v2.0.0 |
1445 | 2025-01-17T03:42:35.022Z | Compiling backtrace v0.3.74 |
1446 | 2025-01-17T03:42:35.141Z | Compiling serde_path_to_error v0.1.16 |
1447 | 2025-01-17T03:42:35.630Z | Compiling webpki-roots v0.26.6 |
1448 | 2025-01-17T03:42:35.852Z | Compiling hkdf v0.12.4 |
1449 | 2025-01-17T03:42:35.905Z | Compiling crypto-bigint v0.5.5 |
1450 | 2025-01-17T03:42:36.135Z | Compiling zerocopy-derive v0.6.6 |
1451 | 2025-01-17T03:42:38.111Z | Compiling curve25519-dalek-derive v0.1.1 |
1452 | 2025-01-17T03:42:38.171Z | Compiling idna v0.5.0 |
1453 | 2025-01-17T03:42:38.602Z | Compiling hostname v0.4.0 |
1454 | 2025-01-17T03:42:38.725Z | Compiling hubpack_derive v0.1.1 |
1455 | 2025-01-17T03:42:38.815Z | Compiling crc32fast v1.4.2 |
1456 | 2025-01-17T03:42:38.837Z | Compiling fs-err v2.11.0 |
1457 | 2025-01-17T03:42:39.135Z | Compiling ahash v0.8.11 |
1458 | 2025-01-17T03:42:39.156Z | Compiling bitflags v1.3.2 |
1459 | 2025-01-17T03:42:39.271Z | Compiling managed v0.8.0 |
1460 | 2025-01-17T03:42:39.457Z | Compiling winnow v0.5.40 |
1461 | 2025-01-17T03:42:39.523Z | Compiling debug-ignore v1.0.5 |
1462 | 2025-01-17T03:42:39.585Z | Compiling newtype-uuid v1.2.1 |
1463 | 2025-01-17T03:42:39.680Z | Compiling clap_builder v4.5.21 |
1464 | 2025-01-17T03:42:39.701Z | Compiling strum_macros v0.25.3 |
1465 | 2025-01-17T03:42:39.891Z | Compiling hubpack v0.1.2 |
1466 | 2025-01-17T03:42:40.542Z | Compiling console v0.15.8 |
1467 | 2025-01-17T03:42:41.743Z | Compiling cookie_store v0.21.0 |
1468 | 2025-01-17T03:42:41.912Z | Compiling flate2 v1.0.34 |
1469 | 2025-01-17T03:42:42.024Z | Compiling elliptic-curve v0.13.8 |
1470 | 2025-01-17T03:42:42.817Z | Compiling toml_edit v0.19.15 |
1471 | 2025-01-17T03:42:42.881Z | Compiling zerocopy v0.6.6 |
1472 | 2025-01-17T03:42:43.007Z | Compiling hickory-resolver v0.24.1 |
1473 | 2025-01-17T03:42:43.517Z | Compiling signal-hook-mio v0.2.4 |
1474 | 2025-01-17T03:42:43.557Z | Compiling phf v0.11.2 |
1475 | 2025-01-17T03:42:43.698Z | Compiling hyper-tls v0.6.0 |
1476 | 2025-01-17T03:42:43.854Z | Compiling rayon v1.10.0 |
1477 | 2025-01-17T03:42:43.962Z | Compiling bzip2 v0.4.4 |
1478 | 2025-01-17T03:42:44.343Z | Compiling tokio-tungstenite v0.24.0 |
1479 | 2025-01-17T03:42:44.882Z | Compiling postgres-types v0.2.8 |
1480 | 2025-01-17T03:42:47.523Z | Compiling ed25519 v2.2.3 |
1481 | 2025-01-17T03:42:48.006Z | Compiling phf_shared v0.10.0 |
1482 | 2025-01-17T03:42:48.181Z | Compiling tokio-stream v0.1.16 |
1483 | 2025-01-17T03:42:48.353Z | Compiling pkcs1 v0.7.5 |
1484 | 2025-01-17T03:42:48.373Z | Compiling serde-big-array v0.5.1 |
1485 | 2025-01-17T03:42:48.616Z | Compiling clap_derive v4.5.18 |
1486 | 2025-01-17T03:42:48.845Z | Compiling rfc6979 v0.4.0 |
1487 | 2025-01-17T03:42:49.047Z | Compiling derive-where v1.2.7 |
1488 | 2025-01-17T03:42:49.112Z | Compiling serde_repr v0.1.19 |
1489 | 2025-01-17T03:42:49.285Z | Compiling float-cmp v0.9.0 |
1490 | 2025-01-17T03:42:49.364Z | Compiling bstr v1.10.0 |
1491 | 2025-01-17T03:42:49.512Z | Compiling sync_wrapper v1.0.1 |
1492 | 2025-01-17T03:42:49.678Z | Compiling new_debug_unreachable v1.0.6 |
1493 | 2025-01-17T03:42:49.787Z | Compiling predicates-core v1.0.8 |
1494 | 2025-01-17T03:42:49.929Z | Compiling static_assertions v1.1.0 |
1495 | 2025-01-17T03:42:50.045Z | Compiling precomputed-hash v0.1.1 |
1496 | 2025-01-17T03:42:50.085Z | Compiling normalize-line-endings v0.3.0 |
1497 | 2025-01-17T03:42:50.184Z | Compiling difflib v0.4.0 |
1498 | 2025-01-17T03:42:50.223Z | Compiling fixedbitset v0.4.2 |
1499 | 2025-01-17T03:42:50.223Z | Compiling number_prefix v0.4.0 |
1500 | 2025-01-17T03:42:50.470Z | Compiling unicode-segmentation v1.12.0 |
1501 | 2025-01-17T03:42:50.659Z | Compiling whoami v1.5.2 |
1502 | 2025-01-17T03:42:50.974Z | Compiling unicode-width v0.2.0 |
1503 | 2025-01-17T03:42:51.228Z | Compiling bit-vec v0.6.3 |
1504 | 2025-01-17T03:42:51.323Z | Compiling similar v2.6.0 |
1505 | 2025-01-17T03:42:51.515Z | Compiling indicatif v0.17.9 |
1506 | 2025-01-17T03:42:51.541Z | Compiling bit-set v0.5.3 |
1507 | 2025-01-17T03:42:51.644Z | Compiling tokio-postgres v0.7.12 |
1508 | 2025-01-17T03:42:51.827Z | Compiling predicates v3.1.2 |
1509 | 2025-01-17T03:42:52.279Z | Compiling petgraph v0.6.5 |
1510 | 2025-01-17T03:42:53.269Z | Compiling clap v4.5.21 |
1511 | 2025-01-17T03:42:53.343Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1512 | 2025-01-17T03:42:53.398Z | Compiling string_cache v0.8.7 |
1513 | 2025-01-17T03:42:53.477Z | Compiling ecdsa v0.16.9 |
1514 | 2025-01-17T03:42:53.498Z | Compiling rsa v0.9.6 |
1515 | 2025-01-17T03:42:53.830Z | Compiling ed25519-dalek v2.1.1 |
1516 | 2025-01-17T03:42:54.299Z | Compiling toml v0.7.8 |
1517 | 2025-01-17T03:42:55.116Z | Compiling zip v0.6.6 |
1518 | 2025-01-17T03:42:55.754Z | Compiling crossterm v0.28.1 |
1519 | 2025-01-17T03:42:56.959Z | Compiling hex v0.4.3 |
1520 | 2025-01-17T03:42:57.047Z | Compiling x509-cert v0.2.5 |
1521 | 2025-01-17T03:42:57.252Z | Compiling itertools v0.10.5 |
1522 | 2025-01-17T03:42:57.524Z | Compiling lalrpop-util v0.19.12 |
1523 | 2025-01-17T03:42:57.879Z | Compiling unicode-xid v0.2.6 |
1524 | 2025-01-17T03:42:57.900Z | Compiling peg-runtime v0.8.3 |
1525 | 2025-01-17T03:42:58.077Z | Compiling strum_macros v0.26.4 |
1526 | 2025-01-17T03:42:58.502Z | Compiling xattr v1.3.1 |
1527 | 2025-01-17T03:42:58.768Z | Compiling filetime v0.2.25 |
1528 | 2025-01-17T03:42:59.085Z | Compiling tar v0.4.42 |
1529 | 2025-01-17T03:43:02.688Z | Compiling strum v0.26.3 |
1530 | 2025-01-17T03:43:06.180Z | Compiling aws-lc-sys v0.22.0 |
1531 | 2025-01-17T03:43:37.494Z | Compiling rustls-webpki v0.102.8 |
1532 | 2025-01-17T03:43:40.588Z | Compiling tokio-rustls v0.25.0 |
1533 | 2025-01-17T03:43:42.351Z | Compiling tokio-rustls v0.26.0 |
1534 | 2025-01-17T03:43:42.642Z | Compiling hyper-rustls v0.27.3 |
1535 | 2025-01-17T03:43:42.975Z | Compiling reqwest v0.12.9 |
1536 | 2025-01-17T03:43:44.339Z | Compiling qorb v0.2.1 |
1537 | 2025-01-17T03:43:47.428Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1538 | 2025-01-17T03:43:47.662Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1539 | 2025-01-17T03:43:52.130Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
1540 | 2025-01-17T03:43:52.295Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1541 | 2025-01-17T03:43:52.345Z | Jan 17 03:43:51.591 INFO Starting download, target: Clickhouse |
1542 | 2025-01-17T03:43:52.345Z | Jan 17 03:43:51.592 INFO Starting download, target: Cockroach |
1543 | 2025-01-17T03:43:52.348Z | Jan 17 03:43:51.592 INFO Starting download, target: Console |
1544 | 2025-01-17T03:43:52.348Z | Jan 17 03:43:51.592 INFO Starting download, target: DendriteOpenapi |
1545 | 2025-01-17T03:43:52.348Z | Jan 17 03:43:51.592 INFO Starting download, target: DendriteStub |
1546 | 2025-01-17T03:43:52.348Z | Jan 17 03:43:51.592 INFO Starting download, target: MaghemiteMgd |
1547 | 2025-01-17T03:43:52.348Z | Jan 17 03:43:51.592 INFO Starting download, target: TransceiverControl |
1548 | 2025-01-17T03:43:52.348Z | Jan 17 03:43:51.592 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1549 | 2025-01-17T03:43:52.348Z | Jan 17 03:43:51.592 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1550 | 2025-01-17T03:43:52.348Z | Jan 17 03:43:51.592 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1551 | 2025-01-17T03:43:52.348Z | Jan 17 03:43:51.592 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1552 | 2025-01-17T03:43:52.348Z | Jan 17 03:43:51.592 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1553 | 2025-01-17T03:43:52.348Z | Jan 17 03:43:51.593 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1554 | 2025-01-17T03:43:52.348Z | Jan 17 03:43:51.593 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1555 | 2025-01-17T03:43:52.555Z | Jan 17 03:43:51.791 INFO Download complete, target: DendriteOpenapi |
1556 | 2025-01-17T03:43:52.708Z | Jan 17 03:43:51.945 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1557 | 2025-01-17T03:43:52.807Z | Jan 17 03:43:52.040 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1558 | 2025-01-17T03:43:53.129Z | Jan 17 03:43:52.370 INFO Download complete, target: Console |
1559 | 2025-01-17T03:43:53.304Z | Jan 17 03:43:52.540 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1560 | 2025-01-17T03:43:53.333Z | Jan 17 03:43:52.573 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1561 | 2025-01-17T03:43:53.383Z | Jan 17 03:43:52.621 INFO Download complete, target: TransceiverControl |
1562 | 2025-01-17T03:43:53.872Z | Jan 17 03:43:53.118 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1563 | 2025-01-17T03:43:53.872Z | Jan 17 03:43:53.118 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1564 | 2025-01-17T03:43:54.325Z | Jan 17 03:43:53.571 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1565 | 2025-01-17T03:43:56.109Z | Jan 17 03:43:55.355 INFO Download complete, target: DendriteStub |
1566 | 2025-01-17T03:43:56.288Z | Jan 17 03:43:55.534 INFO Download complete, target: MaghemiteMgd |
1567 | 2025-01-17T03:44:01.274Z | Jan 17 03:44:00.519 INFO Checking that binary works, target: Cockroach |
1568 | 2025-01-17T03:44:01.449Z | Jan 17 03:44:00.694 INFO Download complete, target: Cockroach |
1569 | 2025-01-17T03:44:06.651Z | Jan 17 03:44:05.893 INFO Checking that binary works, target: Clickhouse |
1570 | 2025-01-17T03:44:07.165Z | Jan 17 03:44:06.409 INFO Download complete, target: Clickhouse |
1571 | 2025-01-17T03:44:07.174Z | All prerequisites installed successfully |
1572 | 2025-01-17T03:44:07.176Z | |
1573 | 2025-01-17T03:44:07.177Z | real 5:04.568992694 |
1574 | 2025-01-17T03:44:07.177Z | user 15:44.116618726 |
1575 | 2025-01-17T03:44:07.177Z | sys 2:04.186327568 |
1576 | 2025-01-17T03:44:07.177Z | trap 0.556697657 |
1577 | 2025-01-17T03:44:07.177Z | tflt 5.289901601 |
1578 | 2025-01-17T03:44:07.177Z | dflt 4.161393779 |
1579 | 2025-01-17T03:44:07.177Z | kflt 0.193244188 |
1580 | 2025-01-17T03:44:07.177Z | lock 25:03.174000271 |
1581 | 2025-01-17T03:44:07.177Z | slp 56:16.376720478 |
1582 | 2025-01-17T03:44:07.177Z | lat 56.787257450 |
1583 | 2025-01-17T03:44:07.177Z | stop 2:24.140163178 |
1584 | 2025-01-17T03:44:07.177Z | + ptime -m cargo xtask download softnpu |
1585 | 2025-01-17T03:44:07.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1586 | 2025-01-17T03:44:07.717Z | Running `target/debug/xtask download softnpu` |
1587 | 2025-01-17T03:44:08.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.80s |
1588 | 2025-01-17T03:44:08.604Z | Running `target/debug/xtask-downloader softnpu` |
1589 | 2025-01-17T03:44:08.643Z | Jan 17 03:44:07.887 INFO Starting download, target: Softnpu |
1590 | 2025-01-17T03:44:08.646Z | Jan 17 03:44:07.888 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1591 | 2025-01-17T03:44:09.251Z | Jan 17 03:44:08.494 INFO Download complete, target: Softnpu |
1592 | 2025-01-17T03:44:09.255Z | |
1593 | 2025-01-17T03:44:09.257Z | real 2.073884261 |
1594 | 2025-01-17T03:44:09.257Z | user 1.279969146 |
1595 | 2025-01-17T03:44:09.257Z | sys 0.545198211 |
1596 | 2025-01-17T03:44:09.257Z | trap 0.000538164 |
1597 | 2025-01-17T03:44:09.258Z | tflt 0.000055571 |
1598 | 2025-01-17T03:44:09.258Z | dflt 0.000101665 |
1599 | 2025-01-17T03:44:09.258Z | kflt 0.000000000 |
1600 | 2025-01-17T03:44:09.258Z | lock 6.276095824 |
1601 | 2025-01-17T03:44:09.258Z | slp 0.403748542 |
1602 | 2025-01-17T03:44:09.258Z | lat 0.071538338 |
1603 | 2025-01-17T03:44:09.258Z | stop 0.000159310 |
1604 | 2025-01-17T03:44:09.258Z | + export CARGO_INCREMENTAL=0 |
1605 | 2025-01-17T03:44:09.258Z | + CARGO_INCREMENTAL=0 |
1606 | 2025-01-17T03:44:09.258Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
1607 | 2025-01-17T03:44:10.205Z | Compiling proc-macro2 v1.0.92 |
1608 | 2025-01-17T03:44:10.205Z | Compiling unicode-ident v1.0.14 |
1609 | 2025-01-17T03:44:10.205Z | Compiling libc v0.2.169 |
1610 | 2025-01-17T03:44:10.208Z | Compiling serde v1.0.217 |
1611 | 2025-01-17T03:44:10.208Z | Compiling autocfg v1.4.0 |
1612 | 2025-01-17T03:44:10.208Z | Compiling version_check v0.9.5 |
1613 | 2025-01-17T03:44:10.208Z | Compiling cfg-if v1.0.0 |
1614 | 2025-01-17T03:44:10.440Z | Compiling memchr v2.7.4 |
1615 | 2025-01-17T03:44:10.464Z | Compiling typenum v1.17.0 |
1616 | 2025-01-17T03:44:10.496Z | Compiling shlex v1.3.0 |
1617 | 2025-01-17T03:44:10.818Z | Compiling value-bag v1.9.0 |
1618 | 2025-01-17T03:44:11.084Z | Compiling generic-array v0.14.7 |
1619 | 2025-01-17T03:44:11.170Z | Compiling lock_api v0.4.12 |
1620 | 2025-01-17T03:44:11.324Z | Compiling log v0.4.22 |
1621 | 2025-01-17T03:44:11.373Z | Compiling scopeguard v1.2.0 |
1622 | 2025-01-17T03:44:11.547Z | Compiling parking_lot_core v0.9.10 |
1623 | 2025-01-17T03:44:11.743Z | Compiling serde_json v1.0.135 |
1624 | 2025-01-17T03:44:11.942Z | Compiling once_cell v1.20.2 |
1625 | 2025-01-17T03:44:12.012Z | Compiling quote v1.0.38 |
1626 | 2025-01-17T03:44:12.048Z | Compiling libm v0.2.8 |
1627 | 2025-01-17T03:44:12.070Z | Compiling jobserver v0.1.32 |
1628 | 2025-01-17T03:44:12.252Z | Compiling getrandom v0.2.15 |
1629 | 2025-01-17T03:44:12.376Z | Compiling rustix v0.38.37 |
1630 | 2025-01-17T03:44:12.548Z | Compiling syn v2.0.96 |
1631 | 2025-01-17T03:44:12.599Z | Compiling cc v1.1.30 |
1632 | 2025-01-17T03:44:12.618Z | Compiling aho-corasick v1.1.3 |
1633 | 2025-01-17T03:44:12.621Z | Compiling num-traits v0.2.19 |
1634 | 2025-01-17T03:44:12.655Z | Compiling regex-syntax v0.8.5 |
1635 | 2025-01-17T03:44:12.749Z | Compiling thiserror v1.0.69 |
1636 | 2025-01-17T03:44:12.932Z | Compiling either v1.13.0 |
1637 | 2025-01-17T03:44:12.975Z | Compiling itoa v1.0.11 |
1638 | 2025-01-17T03:44:13.200Z | Compiling spin v0.9.8 |
1639 | 2025-01-17T03:44:13.506Z | Compiling slab v0.4.9 |
1640 | 2025-01-17T03:44:13.714Z | Compiling errno v0.3.9 |
1641 | 2025-01-17T03:44:13.948Z | Compiling byteorder v1.5.0 |
1642 | 2025-01-17T03:44:14.052Z | Compiling lazy_static v1.5.0 |
1643 | 2025-01-17T03:44:14.157Z | Compiling rand_core v0.6.4 |
1644 | 2025-01-17T03:44:14.562Z | Compiling glob v0.3.1 |
1645 | 2025-01-17T03:44:14.619Z | Compiling prettyplease v0.2.25 |
1646 | 2025-01-17T03:44:14.879Z | Compiling minimal-lexical v0.2.1 |
1647 | 2025-01-17T03:44:15.273Z | Compiling clang-sys v1.8.1 |
1648 | 2025-01-17T03:44:15.351Z | Compiling nom v7.1.3 |
1649 | 2025-01-17T03:44:15.552Z | Compiling libloading v0.8.5 |
1650 | 2025-01-17T03:44:15.643Z | Compiling subtle v2.6.1 |
1651 | 2025-01-17T03:44:15.894Z | Compiling bindgen v0.69.5 |
1652 | 2025-01-17T03:44:15.962Z | Compiling home v0.5.9 |
1653 | 2025-01-17T03:44:16.208Z | Compiling itertools v0.12.1 |
1654 | 2025-01-17T03:44:16.356Z | Compiling regex-automata v0.4.8 |
1655 | 2025-01-17T03:44:16.520Z | Compiling allocator-api2 v0.2.18 |
1656 | 2025-01-17T03:44:16.759Z | Compiling lazycell v1.3.0 |
1657 | 2025-01-17T03:44:16.946Z | Compiling rustc-hash v1.1.0 |
1658 | 2025-01-17T03:44:17.115Z | Compiling smallvec v1.13.2 |
1659 | 2025-01-17T03:44:17.240Z | Compiling cmake v0.1.51 |
1660 | 2025-01-17T03:44:17.762Z | Compiling dunce v1.0.5 |
1661 | 2025-01-17T03:44:17.906Z | Compiling fs_extra v1.3.0 |
1662 | 2025-01-17T03:44:17.989Z | Compiling semver v1.0.24 |
1663 | 2025-01-17T03:44:18.431Z | Compiling cexpr v0.6.0 |
1664 | 2025-01-17T03:44:18.625Z | Compiling pkg-config v0.3.31 |
1665 | 2025-01-17T03:44:18.985Z | Compiling ring v0.17.8 |
1666 | 2025-01-17T03:44:19.423Z | Compiling synstructure v0.13.1 |
1667 | 2025-01-17T03:44:19.725Z | Compiling pin-project-lite v0.2.14 |
1668 | 2025-01-17T03:44:19.850Z | Compiling ryu v1.0.18 |
1669 | 2025-01-17T03:44:19.870Z | Compiling paste v1.0.15 |
1670 | 2025-01-17T03:44:19.967Z | Compiling const-oid v0.9.6 |
1671 | 2025-01-17T03:44:20.131Z | Compiling fnv v1.0.7 |
1672 | 2025-01-17T03:44:20.265Z | Compiling aws-lc-rs v1.10.0 |
1673 | 2025-01-17T03:44:20.346Z | Compiling httparse v1.9.5 |
1674 | 2025-01-17T03:44:20.656Z | Compiling schemars v0.8.21 |
1675 | 2025-01-17T03:44:21.287Z | Compiling serde_derive_internals v0.29.1 |
1676 | 2025-01-17T03:44:21.492Z | Compiling foldhash v0.1.3 |
1677 | 2025-01-17T03:44:21.789Z | Compiling regex v1.11.1 |
1678 | 2025-01-17T03:44:21.913Z | Compiling equivalent v1.0.1 |
1679 | 2025-01-17T03:44:22.005Z | Compiling signal-hook-registry v1.4.2 |
1680 | 2025-01-17T03:44:22.042Z | Compiling hashbrown v0.15.1 |
1681 | 2025-01-17T03:44:22.740Z | Compiling heck v0.5.0 |
1682 | 2025-01-17T03:44:22.743Z | Compiling parking_lot v0.12.3 |
1683 | 2025-01-17T03:44:23.167Z | Compiling mio v1.0.2 |
1684 | 2025-01-17T03:44:23.847Z | Compiling stable_deref_trait v1.2.0 |
1685 | 2025-01-17T03:44:23.917Z | Compiling serde_derive v1.0.217 |
1686 | 2025-01-17T03:44:23.975Z | Compiling zeroize_derive v1.4.2 |
1687 | 2025-01-17T03:44:24.743Z | Compiling zerocopy-derive v0.7.35 |
1688 | 2025-01-17T03:44:24.746Z | Compiling thiserror-impl v1.0.69 |
1689 | 2025-01-17T03:44:25.118Z | Compiling tokio-macros v2.5.0 |
1690 | 2025-01-17T03:44:25.307Z | Compiling zeroize v1.8.1 |
1691 | 2025-01-17T03:44:25.771Z | Compiling zerofrom-derive v0.1.4 |
1692 | 2025-01-17T03:44:25.858Z | Compiling yoke-derive v0.7.4 |
1693 | 2025-01-17T03:44:25.876Z | Compiling futures-macro v0.3.31 |
1694 | 2025-01-17T03:44:26.027Z | Compiling zerovec-derive v0.10.3 |
1695 | 2025-01-17T03:44:26.594Z | Compiling zerocopy v0.7.35 |
1696 | 2025-01-17T03:44:27.417Z | Compiling displaydoc v0.2.5 |
1697 | 2025-01-17T03:44:27.745Z | Compiling crypto-common v0.1.6 |
1698 | 2025-01-17T03:44:27.956Z | Compiling tracing-attributes v0.1.27 |
1699 | 2025-01-17T03:44:28.038Z | Compiling icu_provider_macros v1.5.0 |
1700 | 2025-01-17T03:44:28.205Z | Compiling schemars_derive v0.8.21 |
1701 | 2025-01-17T03:44:28.311Z | Compiling block-buffer v0.10.4 |
1702 | 2025-01-17T03:44:28.580Z | Compiling digest v0.10.7 |
1703 | 2025-01-17T03:44:28.961Z | Compiling socket2 v0.5.7 |
1704 | 2025-01-17T03:44:29.040Z | Compiling futures-core v0.3.31 |
1705 | 2025-01-17T03:44:29.127Z | Compiling crossbeam-utils v0.8.20 |
1706 | 2025-01-17T03:44:29.315Z | Compiling time-core v0.1.2 |
1707 | 2025-01-17T03:44:29.506Z | Compiling num-conv v0.1.0 |
1708 | 2025-01-17T03:44:29.802Z | Compiling time-macros v0.2.18 |
1709 | 2025-01-17T03:44:29.923Z | Compiling der_derive v0.7.3 |
1710 | 2025-01-17T03:44:30.273Z | Compiling vcpkg v0.2.15 |
1711 | 2025-01-17T03:44:31.705Z | Compiling openssl-sys v0.9.103 |
1712 | 2025-01-17T03:44:32.321Z | Compiling syn v1.0.109 |
1713 | 2025-01-17T03:44:32.640Z | Compiling futures-sink v0.3.31 |
1714 | 2025-01-17T03:44:32.661Z | Compiling cpufeatures v0.2.14 |
1715 | 2025-01-17T03:44:32.938Z | Compiling slog v2.7.0 |
1716 | 2025-01-17T03:44:33.103Z | Compiling ahash v0.8.11 |
1717 | 2025-01-17T03:44:33.475Z | Compiling iana-time-zone v0.1.61 |
1718 | 2025-01-17T03:44:33.726Z | Compiling futures-channel v0.3.31 |
1719 | 2025-01-17T03:44:33.993Z | Compiling zerofrom v0.1.4 |
1720 | 2025-01-17T03:44:34.166Z | Compiling scroll_derive v0.12.0 |
1721 | 2025-01-17T03:44:34.191Z | Compiling futures-task v0.3.31 |
1722 | 2025-01-17T03:44:34.223Z | Compiling futures-io v0.3.31 |
1723 | 2025-01-17T03:44:34.253Z | Compiling pin-utils v0.1.0 |
1724 | 2025-01-17T03:44:34.360Z | Compiling ucd-trie v0.1.7 |
1725 | 2025-01-17T03:44:34.498Z | Compiling openssl v0.10.66 |
1726 | 2025-01-17T03:44:34.576Z | Compiling futures-util v0.3.31 |
1727 | 2025-01-17T03:44:34.831Z | Compiling pest v2.7.14 |
1728 | 2025-01-17T03:44:34.914Z | Compiling yoke v0.7.4 |
1729 | 2025-01-17T03:44:35.551Z | Compiling hmac v0.12.1 |
1730 | 2025-01-17T03:44:35.920Z | Compiling bitflags v2.6.0 |
1731 | 2025-01-17T03:44:36.001Z | Compiling bytes v1.9.0 |
1732 | 2025-01-17T03:44:37.696Z | Compiling indexmap v2.7.0 |
1733 | 2025-01-17T03:44:37.853Z | Compiling tokio v1.43.0 |
1734 | 2025-01-17T03:44:38.616Z | Compiling serde_tokenstream v0.2.2 |
1735 | 2025-01-17T03:44:38.972Z | Compiling uuid v1.11.0 |
1736 | 2025-01-17T03:44:39.167Z | Compiling http v1.2.0 |
1737 | 2025-01-17T03:44:40.234Z | Compiling which v4.4.2 |
1738 | 2025-01-17T03:44:40.509Z | Compiling chrono v0.4.38 |
1739 | 2025-01-17T03:44:40.950Z | Compiling rustc_version v0.4.1 |
1740 | 2025-01-17T03:44:43.187Z | Compiling pest_meta v2.7.14 |
1741 | 2025-01-17T03:44:46.927Z | Compiling zerovec v0.10.4 |
1742 | 2025-01-17T03:44:47.355Z | Compiling block-padding v0.3.3 |
1743 | 2025-01-17T03:44:47.595Z | Compiling openssl-macros v0.1.1 |
1744 | 2025-01-17T03:44:47.879Z | Compiling tinyvec_macros v0.1.1 |
1745 | 2025-01-17T03:44:47.982Z | Compiling native-tls v0.2.12 |
1746 | 2025-01-17T03:44:48.342Z | Compiling rustls v0.23.19 |
1747 | 2025-01-17T03:44:48.390Z | Compiling tinyvec v1.8.0 |
1748 | 2025-01-17T03:44:48.833Z | Compiling inout v0.1.3 |
1749 | 2025-01-17T03:44:48.865Z | Compiling pest_generator v2.7.14 |
1750 | 2025-01-17T03:44:49.096Z | Compiling toml_datetime v0.6.8 |
1751 | 2025-01-17T03:44:49.515Z | Compiling serde_spanned v0.6.8 |
1752 | 2025-01-17T03:44:49.805Z | Compiling tracing-core v0.1.32 |
1753 | 2025-01-17T03:44:49.856Z | Compiling strsim v0.11.1 |
1754 | 2025-01-17T03:44:50.187Z | Compiling dyn-clone v1.0.17 |
1755 | 2025-01-17T03:44:50.282Z | Compiling unicode-normalization v0.1.24 |
1756 | 2025-01-17T03:44:50.556Z | Compiling pest_derive v2.7.14 |
1757 | 2025-01-17T03:44:51.134Z | Compiling tracing v0.1.40 |
1758 | 2025-01-17T03:44:51.329Z | Compiling tinystr v0.7.6 |
1759 | 2025-01-17T03:44:51.549Z | Compiling cipher v0.4.4 |
1760 | 2025-01-17T03:44:51.770Z | Compiling sha2 v0.10.8 |
1761 | 2025-01-17T03:44:52.005Z | Compiling usdt-impl v0.5.0 |
1762 | 2025-01-17T03:44:52.024Z | Compiling cookie v0.18.1 |
1763 | 2025-01-17T03:44:52.042Z | Compiling litemap v0.7.3 |
1764 | 2025-01-17T03:44:52.355Z | Compiling writeable v0.5.5 |
1765 | 2025-01-17T03:44:52.486Z | Compiling unicode-bidi v0.3.17 |
1766 | 2025-01-17T03:44:52.827Z | Compiling base64ct v1.6.0 |
1767 | 2025-01-17T03:44:52.938Z | Compiling aws-lc-sys v0.22.0 |
1768 | 2025-01-17T03:44:53.600Z | Compiling pem-rfc7468 v0.7.0 |
1769 | 2025-01-17T03:44:53.628Z | Compiling icu_locid v1.5.0 |
1770 | 2025-01-17T03:44:55.236Z | Compiling scroll v0.12.0 |
1771 | 2025-01-17T03:44:55.838Z | Compiling ppv-lite86 v0.2.20 |
1772 | 2025-01-17T03:44:56.711Z | Compiling async-trait v0.1.83 |
1773 | 2025-01-17T03:44:58.706Z | Compiling camino v1.1.9 |
1774 | 2025-01-17T03:44:59.207Z | Compiling flagset v0.4.6 |
1775 | 2025-01-17T03:44:59.387Z | Compiling percent-encoding v2.3.1 |
1776 | 2025-01-17T03:44:59.855Z | Compiling plain v0.2.3 |
1777 | 2025-01-17T03:45:00.019Z | Compiling rustls-pki-types v1.10.0 |
1778 | 2025-01-17T03:45:00.507Z | Compiling anyhow v1.0.93 |
1779 | 2025-01-17T03:45:00.540Z | Compiling goblin v0.8.2 |
1780 | 2025-01-17T03:45:00.991Z | Compiling der v0.7.9 |
1781 | 2025-01-17T03:45:02.571Z | Compiling rand_chacha v0.3.1 |
1782 | 2025-01-17T03:45:03.435Z | Compiling icu_provider v1.5.0 |
1783 | 2025-01-17T03:45:03.455Z | Compiling tokio-util v0.7.12 |
1784 | 2025-01-17T03:45:04.637Z | Compiling powerfmt v0.2.0 |
1785 | 2025-01-17T03:45:04.657Z | Compiling untrusted v0.7.1 |
1786 | 2025-01-17T03:45:04.862Z | Compiling rustls v0.22.4 |
1787 | 2025-01-17T03:45:05.154Z | Compiling mirai-annotations v1.12.0 |
1788 | 2025-01-17T03:45:05.174Z | Compiling untrusted v0.9.0 |
1789 | 2025-01-17T03:45:05.296Z | Compiling rayon-core v1.12.1 |
1790 | 2025-01-17T03:45:05.357Z | Compiling icu_locid_transform_data v1.5.0 |
1791 | 2025-01-17T03:45:05.477Z | Compiling pretty-hex v0.4.1 |
1792 | 2025-01-17T03:45:05.586Z | Compiling icu_locid_transform v1.5.0 |
1793 | 2025-01-17T03:45:06.288Z | Compiling dof v0.3.0 |
1794 | 2025-01-17T03:45:06.364Z | Compiling deranged v0.3.11 |
1795 | 2025-01-17T03:45:07.857Z | Compiling rand v0.8.5 |
1796 | 2025-01-17T03:45:08.064Z | Compiling spki v0.7.3 |
1797 | 2025-01-17T03:45:08.470Z | Compiling salsa20 v0.10.2 |
1798 | 2025-01-17T03:45:08.608Z | Compiling dtrace-parser v0.2.0 |
1799 | 2025-01-17T03:45:08.710Z | Compiling icu_collections v1.5.0 |
1800 | 2025-01-17T03:45:10.074Z | Compiling pbkdf2 v0.12.2 |
1801 | 2025-01-17T03:45:10.551Z | Compiling thread-id v4.2.2 |
1802 | 2025-01-17T03:45:10.764Z | Compiling icu_properties_data v1.5.0 |
1803 | 2025-01-17T03:45:11.021Z | Compiling num_threads v0.1.7 |
1804 | 2025-01-17T03:45:11.077Z | Compiling atomic-waker v1.1.2 |
1805 | 2025-01-17T03:45:11.259Z | Compiling winnow v0.5.40 |
1806 | 2025-01-17T03:45:11.396Z | Compiling time v0.3.36 |
1807 | 2025-01-17T03:45:11.470Z | Compiling icu_properties v1.5.1 |
1808 | 2025-01-17T03:45:14.357Z | Compiling toml_edit v0.19.15 |
1809 | 2025-01-17T03:45:16.104Z | Compiling scrypt v0.11.0 |
1810 | 2025-01-17T03:45:16.197Z | Compiling form_urlencoded v1.2.1 |
1811 | 2025-01-17T03:45:16.597Z | Compiling cbc v0.1.2 |
1812 | 2025-01-17T03:45:16.736Z | Compiling aes v0.8.4 |
1813 | 2025-01-17T03:45:16.810Z | Compiling http-body v1.0.1 |
1814 | 2025-01-17T03:45:17.076Z | Compiling multer v3.1.0 |
1815 | 2025-01-17T03:45:17.384Z | Compiling utf16_iter v1.0.5 |
1816 | 2025-01-17T03:45:17.547Z | Compiling utf8_iter v1.0.4 |
1817 | 2025-01-17T03:45:17.603Z | Compiling write16 v1.0.0 |
1818 | 2025-01-17T03:45:17.748Z | Compiling icu_normalizer_data v1.5.0 |
1819 | 2025-01-17T03:45:17.989Z | Compiling slog-async v2.8.0 |
1820 | 2025-01-17T03:45:18.008Z | Compiling rustversion v1.0.17 |
1821 | 2025-01-17T03:45:18.244Z | Compiling try-lock v0.2.5 |
1822 | 2025-01-17T03:45:18.632Z | Compiling icu_normalizer v1.5.0 |
1823 | 2025-01-17T03:45:18.662Z | Compiling want v0.3.1 |
1824 | 2025-01-17T03:45:20.129Z | Compiling pkcs5 v0.7.1 |
1825 | 2025-01-17T03:45:20.813Z | Compiling h2 v0.4.6 |
1826 | 2025-01-17T03:45:21.486Z | Compiling heapless v0.7.17 |
1827 | 2025-01-17T03:45:22.354Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1828 | 2025-01-17T03:45:22.947Z | Compiling signal-hook v0.3.17 |
1829 | 2025-01-17T03:45:23.030Z | Compiling httpdate v1.0.3 |
1830 | 2025-01-17T03:45:23.774Z | Compiling pkcs8 v0.10.2 |
1831 | 2025-01-17T03:45:23.924Z | Compiling idna_adapter v1.2.0 |
1832 | 2025-01-17T03:45:25.002Z | Compiling usdt-attr-macro v0.5.0 |
1833 | 2025-01-17T03:45:25.268Z | Compiling usdt-macro v0.5.0 |
1834 | 2025-01-17T03:45:25.611Z | Compiling async-stream-impl v0.3.6 |
1835 | 2025-01-17T03:45:26.399Z | Compiling tower-service v0.3.3 |
1836 | 2025-01-17T03:45:26.715Z | Compiling base64 v0.22.1 |
1837 | 2025-01-17T03:45:26.790Z | Compiling adler2 v2.0.0 |
1838 | 2025-01-17T03:45:26.957Z | Compiling miniz_oxide v0.8.0 |
1839 | 2025-01-17T03:45:27.820Z | Compiling idna v1.0.3 |
1840 | 2025-01-17T03:45:29.113Z | Compiling hyper v1.5.2 |
1841 | 2025-01-17T03:45:32.574Z | Compiling hyper-util v0.1.10 |
1842 | 2025-01-17T03:45:34.052Z | Compiling curve25519-dalek v4.1.3 |
1843 | 2025-01-17T03:45:34.072Z | Compiling openapiv3 v2.0.0 |
1844 | 2025-01-17T03:45:34.548Z | Compiling enum-as-inner v0.6.1 |
1845 | 2025-01-17T03:45:36.022Z | Compiling dropshot v0.12.0 |
1846 | 2025-01-17T03:45:36.339Z | Compiling num-bigint-dig v0.8.4 |
1847 | 2025-01-17T03:45:36.639Z | Compiling match_cfg v0.1.0 |
1848 | 2025-01-17T03:45:36.751Z | Compiling smoltcp v0.9.1 |
1849 | 2025-01-17T03:45:37.233Z | Compiling newtype-uuid v1.2.1 |
1850 | 2025-01-17T03:45:37.328Z | Compiling foreign-types-shared v0.1.1 |
1851 | 2025-01-17T03:45:37.606Z | Compiling portable-atomic v1.9.0 |
1852 | 2025-01-17T03:45:38.290Z | Compiling foreign-types v0.3.2 |
1853 | 2025-01-17T03:45:38.447Z | Compiling hostname v0.3.1 |
1854 | 2025-01-17T03:45:39.655Z | Compiling url v2.5.3 |
1855 | 2025-01-17T03:45:41.844Z | Compiling http-body-util v0.1.2 |
1856 | 2025-01-17T03:45:42.152Z | Compiling dirs-sys-next v0.1.2 |
1857 | 2025-01-17T03:45:42.398Z | Compiling encoding_rs v0.8.34 |
1858 | 2025-01-17T03:45:42.445Z | Compiling siphasher v0.3.11 |
1859 | 2025-01-17T03:45:42.584Z | Compiling data-encoding v2.6.0 |
1860 | 2025-01-17T03:45:42.811Z | Compiling gimli v0.31.1 |
1861 | 2025-01-17T03:45:44.000Z | Compiling mime v0.3.17 |
1862 | 2025-01-17T03:45:45.048Z | Compiling heck v0.4.1 |
1863 | 2025-01-17T03:45:45.329Z | Compiling ident_case v1.0.1 |
1864 | 2025-01-17T03:45:45.431Z | Compiling dirs-next v2.0.0 |
1865 | 2025-01-17T03:45:45.519Z | Compiling darling_core v0.20.10 |
1866 | 2025-01-17T03:45:49.416Z | Compiling addr2line v0.24.2 |
1867 | 2025-01-17T03:45:51.282Z | Compiling crossbeam-epoch v0.9.18 |
1868 | 2025-01-17T03:45:51.943Z | Compiling serde_urlencoded v0.7.1 |
1869 | 2025-01-17T03:45:52.551Z | Compiling rustls-pemfile v2.2.0 |
1870 | 2025-01-17T03:45:52.942Z | Compiling hubpack_derive v0.1.1 |
1871 | 2025-01-17T03:45:53.022Z | Compiling dropshot_endpoint v0.12.0 |
1872 | 2025-01-17T03:45:53.352Z | Compiling sha1 v0.10.6 |
1873 | 2025-01-17T03:45:53.693Z | Compiling signature v2.2.0 |
1874 | 2025-01-17T03:45:53.768Z | Compiling curve25519-dalek-derive v0.1.1 |
1875 | 2025-01-17T03:45:53.788Z | Compiling zerocopy-derive v0.6.6 |
1876 | 2025-01-17T03:45:54.002Z | Compiling object v0.36.5 |
1877 | 2025-01-17T03:45:55.498Z | Compiling thread_local v1.1.8 |
1878 | 2025-01-17T03:45:55.953Z | Compiling fs-err v2.11.0 |
1879 | 2025-01-17T03:45:56.742Z | Compiling utf8parse v0.2.2 |
1880 | 2025-01-17T03:45:59.617Z | Compiling ipnet v2.10.1 |
1881 | 2025-01-17T03:46:00.653Z | Compiling anstyle v1.0.10 |
1882 | 2025-01-17T03:46:01.077Z | Compiling rustc-demangle v0.1.24 |
1883 | 2025-01-17T03:46:01.737Z | Compiling unicode-properties v0.1.3 |
1884 | 2025-01-17T03:46:02.174Z | Compiling winnow v0.6.20 |
1885 | 2025-01-17T03:46:03.403Z | Compiling openssl-probe v0.1.5 |
1886 | 2025-01-17T03:46:05.520Z | Compiling rustls-webpki v0.102.8 |
1887 | 2025-01-17T03:46:07.544Z | Compiling toml_edit v0.22.22 |
1888 | 2025-01-17T03:46:08.646Z | Compiling stringprep v0.1.5 |
1889 | 2025-01-17T03:46:08.823Z | Compiling backtrace v0.3.74 |
1890 | 2025-01-17T03:46:13.554Z | Compiling anstyle-parse v0.2.5 |
1891 | 2025-01-17T03:46:14.891Z | Compiling crossbeam-deque v0.8.5 |
1892 | 2025-01-17T03:46:15.238Z | Compiling darling_macro v0.20.10 |
1893 | 2025-01-17T03:46:15.374Z | Compiling term v0.7.0 |
1894 | 2025-01-17T03:46:16.096Z | Compiling slog-json v2.6.1 |
1895 | 2025-01-17T03:46:17.231Z | Compiling crossbeam-channel v0.5.13 |
1896 | 2025-01-17T03:46:18.094Z | Compiling hashbrown v0.14.5 |
1897 | 2025-01-17T03:46:18.237Z | Compiling idna v0.3.0 |
1898 | 2025-01-17T03:46:18.284Z | Compiling idna v0.4.0 |
1899 | 2025-01-17T03:46:19.412Z | Compiling futures-executor v0.3.31 |
1900 | 2025-01-17T03:46:19.696Z | Compiling num-integer v0.1.46 |
1901 | 2025-01-17T03:46:19.845Z | Compiling md-5 v0.10.6 |
1902 | 2025-01-17T03:46:19.864Z | Compiling ff v0.13.0 |
1903 | 2025-01-17T03:46:20.095Z | Compiling hash32 v0.2.1 |
1904 | 2025-01-17T03:46:20.098Z | Compiling memmap v0.7.0 |
1905 | 2025-01-17T03:46:20.332Z | Compiling is-terminal v0.4.13 |
1906 | 2025-01-17T03:46:20.416Z | Compiling linked-hash-map v0.5.6 |
1907 | 2025-01-17T03:46:20.455Z | Compiling psl-types v2.0.11 |
1908 | 2025-01-17T03:46:20.661Z | Compiling colorchoice v1.0.2 |
1909 | 2025-01-17T03:46:20.715Z | Compiling fallible-iterator v0.2.0 |
1910 | 2025-01-17T03:46:20.735Z | Compiling is_terminal_polyfill v1.70.1 |
1911 | 2025-01-17T03:46:20.879Z | Compiling base16ct v0.2.0 |
1912 | 2025-01-17T03:46:21.309Z | Compiling quick-error v1.2.3 |
1913 | 2025-01-17T03:46:21.432Z | Compiling anstyle-query v1.1.1 |
1914 | 2025-01-17T03:46:21.477Z | Compiling take_mut v0.2.2 |
1915 | 2025-01-17T03:46:21.597Z | Compiling utf-8 v0.7.6 |
1916 | 2025-01-17T03:46:21.884Z | Compiling tungstenite v0.24.0 |
1917 | 2025-01-17T03:46:22.009Z | Compiling anstream v0.6.15 |
1918 | 2025-01-17T03:46:22.128Z | Compiling resolv-conf v0.7.0 |
1919 | 2025-01-17T03:46:22.578Z | Compiling postgres-protocol v0.6.7 |
1920 | 2025-01-17T03:46:22.625Z | Compiling sec1 v0.7.3 |
1921 | 2025-01-17T03:46:22.755Z | Compiling publicsuffix v2.2.3 |
1922 | 2025-01-17T03:46:23.087Z | Compiling lru-cache v0.1.2 |
1923 | 2025-01-17T03:46:23.295Z | Compiling slog-term v2.9.1 |
1924 | 2025-01-17T03:46:23.714Z | Compiling usdt v0.5.0 |
1925 | 2025-01-17T03:46:23.742Z | Compiling num-iter v0.1.45 |
1926 | 2025-01-17T03:46:23.945Z | Compiling group v0.13.0 |
1927 | 2025-01-17T03:46:24.171Z | Compiling futures v0.3.31 |
1928 | 2025-01-17T03:46:24.349Z | Compiling hickory-proto v0.24.1 |
1929 | 2025-01-17T03:46:24.413Z | Compiling regress v0.10.1 |
1930 | 2025-01-17T03:46:28.714Z | Compiling slog-bunyan v2.5.0 |
1931 | 2025-01-17T03:46:28.919Z | Compiling darling v0.20.10 |
1932 | 2025-01-17T03:46:29.018Z | Compiling tokio-rustls v0.26.0 |
1933 | 2025-01-17T03:46:29.045Z | Compiling tokio-rustls v0.25.0 |
1934 | 2025-01-17T03:46:29.456Z | Compiling toml v0.8.19 |
1935 | 2025-01-17T03:46:29.458Z | Compiling tokio-native-tls v0.3.1 |
1936 | 2025-01-17T03:46:29.809Z | Compiling strum_macros v0.25.3 |
1937 | 2025-01-17T03:46:29.850Z | Compiling phf_shared v0.11.2 |
1938 | 2025-01-17T03:46:30.534Z | Compiling async-stream v0.3.6 |
1939 | 2025-01-17T03:46:30.804Z | Compiling waitgroup v0.1.2 |
1940 | 2025-01-17T03:46:30.823Z | Compiling webpki-roots v0.26.6 |
1941 | 2025-01-17T03:46:31.350Z | Compiling idna v0.5.0 |
1942 | 2025-01-17T03:46:31.417Z | Compiling terminal_size v0.4.0 |
1943 | 2025-01-17T03:46:31.644Z | Compiling serde_path_to_error v0.1.16 |
1944 | 2025-01-17T03:46:32.419Z | Compiling hkdf v0.12.4 |
1945 | 2025-01-17T03:46:32.706Z | Compiling crypto-bigint v0.5.5 |
1946 | 2025-01-17T03:46:32.798Z | Compiling serde_repr v0.1.19 |
1947 | 2025-01-17T03:46:33.038Z | Compiling derive-where v1.2.7 |
1948 | 2025-01-17T03:46:33.122Z | Compiling clap_derive v4.5.18 |
1949 | 2025-01-17T03:46:33.280Z | Compiling hostname v0.4.0 |
1950 | 2025-01-17T03:46:33.498Z | Compiling crc32fast v1.4.2 |
1951 | 2025-01-17T03:46:33.811Z | Compiling managed v0.8.0 |
1952 | 2025-01-17T03:46:33.813Z | Compiling clap_lex v0.7.2 |
1953 | 2025-01-17T03:46:34.531Z | Compiling bitflags v1.3.2 |
1954 | 2025-01-17T03:46:34.654Z | Compiling debug-ignore v1.0.5 |
1955 | 2025-01-17T03:46:34.827Z | Compiling unicode-width v0.1.14 |
1956 | 2025-01-17T03:46:36.173Z | Compiling elliptic-curve v0.13.8 |
1957 | 2025-01-17T03:46:36.569Z | Compiling console v0.15.8 |
1958 | 2025-01-17T03:46:37.774Z | Compiling clap_builder v4.5.21 |
1959 | 2025-01-17T03:46:37.795Z | Compiling flate2 v1.0.34 |
1960 | 2025-01-17T03:46:38.466Z | Compiling cookie_store v0.21.0 |
1961 | 2025-01-17T03:46:40.612Z | Compiling hyper-rustls v0.27.3 |
1962 | 2025-01-17T03:46:44.234Z | Compiling phf v0.11.2 |
1963 | 2025-01-17T03:46:44.359Z | Compiling hyper-tls v0.6.0 |
1964 | 2025-01-17T03:46:44.513Z | Compiling hickory-resolver v0.24.1 |
1965 | 2025-01-17T03:46:45.112Z | Compiling signal-hook-mio v0.2.4 |
1966 | 2025-01-17T03:46:45.195Z | Compiling rayon v1.10.0 |
1967 | 2025-01-17T03:46:45.294Z | Compiling typify-impl v0.2.0 |
1968 | 2025-01-17T03:46:45.352Z | Compiling bzip2 v0.4.4 |
1969 | 2025-01-17T03:46:45.712Z | Compiling postgres-types v0.2.8 |
1970 | 2025-01-17T03:46:46.924Z | Compiling tokio-tungstenite v0.24.0 |
1971 | 2025-01-17T03:46:47.419Z | Compiling zerocopy v0.6.6 |
1972 | 2025-01-17T03:46:47.437Z | Compiling ed25519 v2.2.3 |
1973 | 2025-01-17T03:46:47.890Z | Compiling hubpack v0.1.2 |
1974 | 2025-01-17T03:46:48.150Z | Compiling phf_shared v0.10.0 |
1975 | 2025-01-17T03:46:48.527Z | Compiling pkcs1 v0.7.5 |
1976 | 2025-01-17T03:46:49.394Z | Compiling tokio-stream v0.1.16 |
1977 | 2025-01-17T03:46:49.418Z | Compiling ipnetwork v0.20.0 |
1978 | 2025-01-17T03:46:49.571Z | Compiling serde-big-array v0.5.1 |
1979 | 2025-01-17T03:46:49.819Z | Compiling rfc6979 v0.4.0 |
1980 | 2025-01-17T03:46:50.024Z | Compiling float-cmp v0.9.0 |
1981 | 2025-01-17T03:46:50.272Z | Compiling sync_wrapper v1.0.1 |
1982 | 2025-01-17T03:46:50.448Z | Compiling bstr v1.10.0 |
1983 | 2025-01-17T03:46:51.832Z | Compiling unicode-width v0.2.0 |
1984 | 2025-01-17T03:46:51.899Z | Compiling new_debug_unreachable v1.0.6 |
1985 | 2025-01-17T03:46:52.002Z | Compiling fixedbitset v0.4.2 |
1986 | 2025-01-17T03:46:52.359Z | Compiling static_assertions v1.1.0 |
1987 | 2025-01-17T03:46:52.423Z | Compiling whoami v1.5.2 |
1988 | 2025-01-17T03:46:52.470Z | Compiling normalize-line-endings v0.3.0 |
1989 | 2025-01-17T03:46:52.621Z | Compiling unicode-segmentation v1.12.0 |
1990 | 2025-01-17T03:46:52.849Z | Compiling predicates-core v1.0.8 |
1991 | 2025-01-17T03:46:52.923Z | Compiling bit-vec v0.6.3 |
1992 | 2025-01-17T03:46:53.152Z | Compiling precomputed-hash v0.1.1 |
1993 | 2025-01-17T03:46:53.282Z | Compiling difflib v0.4.0 |
1994 | 2025-01-17T03:46:53.300Z | Compiling number_prefix v0.4.0 |
1995 | 2025-01-17T03:46:53.480Z | Compiling indicatif v0.17.9 |
1996 | 2025-01-17T03:46:53.522Z | Compiling similar v2.6.0 |
1997 | 2025-01-17T03:46:53.952Z | Compiling predicates v3.1.2 |
1998 | 2025-01-17T03:46:54.430Z | Compiling string_cache v0.8.7 |
1999 | 2025-01-17T03:46:54.862Z | Compiling bit-set v0.5.3 |
2000 | 2025-01-17T03:46:55.162Z | Compiling tokio-postgres v0.7.12 |
2001 | 2025-01-17T03:46:55.193Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2002 | 2025-01-17T03:46:55.272Z | Compiling petgraph v0.6.5 |
2003 | 2025-01-17T03:46:55.291Z | Compiling reqwest v0.12.9 |
2004 | 2025-01-17T03:46:55.754Z | Compiling typify-macro v0.2.0 |
2005 | 2025-01-17T03:46:59.172Z | Compiling qorb v0.2.1 |
2006 | 2025-01-17T03:47:00.425Z | Compiling ecdsa v0.16.9 |
2007 | 2025-01-17T03:47:00.779Z | Compiling rsa v0.9.6 |
2008 | 2025-01-17T03:47:01.333Z | Compiling ed25519-dalek v2.1.1 |
2009 | 2025-01-17T03:47:01.656Z | Compiling zip v0.6.6 |
2010 | 2025-01-17T03:47:01.878Z | Compiling crossterm v0.28.1 |
2011 | 2025-01-17T03:47:02.293Z | Compiling clap v4.5.21 |
2012 | 2025-01-17T03:47:04.363Z | Compiling toml v0.7.8 |
2013 | 2025-01-17T03:47:04.382Z | Compiling x509-cert v0.2.5 |
2014 | 2025-01-17T03:47:05.128Z | Compiling hex v0.4.3 |
2015 | 2025-01-17T03:47:05.929Z | Compiling itertools v0.10.5 |
2016 | 2025-01-17T03:47:06.555Z | Compiling unicode-xid v0.2.6 |
2017 | 2025-01-17T03:47:06.598Z | Compiling zerocopy v0.8.10 |
2018 | 2025-01-17T03:47:06.752Z | Compiling lalrpop-util v0.19.12 |
2019 | 2025-01-17T03:47:07.763Z | Compiling peg-runtime v0.8.3 |
2020 | 2025-01-17T03:47:08.507Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2021 | 2025-01-17T03:47:12.729Z | Compiling proc-macro-crate v1.3.1 |
2022 | 2025-01-17T03:47:13.552Z | Compiling macaddr v1.0.1 |
2023 | 2025-01-17T03:47:13.786Z | Compiling zerocopy-derive v0.8.10 |
2024 | 2025-01-17T03:47:14.087Z | Compiling itertools v0.13.0 |
2025 | 2025-01-17T03:47:14.984Z | Compiling heapless v0.8.0 |
2026 | 2025-01-17T03:47:16.939Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2027 | 2025-01-17T03:47:22.247Z | Compiling num_enum_derive v0.5.11 |
2028 | 2025-01-17T03:47:30.250Z | Compiling hash32 v0.3.1 |
2029 | 2025-01-17T03:47:31.103Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2030 | 2025-01-17T03:47:31.586Z | Compiling smoltcp v0.11.0 |
2031 | 2025-01-17T03:47:36.415Z | Compiling num_enum v0.5.11 |
2032 | 2025-01-17T03:47:36.609Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2033 | 2025-01-17T03:47:37.477Z | Compiling typify v0.2.0 |
2034 | 2025-01-17T03:47:37.619Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2035 | 2025-01-17T03:47:38.130Z | Compiling proc-macro-error-attr v1.0.4 |
2036 | 2025-01-17T03:47:38.461Z | Compiling thiserror v2.0.11 |
2037 | 2025-01-17T03:47:38.568Z | Compiling unsafe-libyaml v0.2.11 |
2038 | 2025-01-17T03:47:39.019Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2039 | 2025-01-17T03:47:39.326Z | Compiling cobs v0.2.3 |
2040 | 2025-01-17T03:47:39.814Z | Compiling postcard v1.0.10 |
2041 | 2025-01-17T03:47:40.274Z | Compiling serde_yaml v0.9.34+deprecated |
2042 | 2025-01-17T03:47:54.980Z | Compiling progenitor-impl v0.8.0 |
2043 | 2025-01-17T03:47:57.129Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2044 | 2025-01-17T03:48:06.586Z | Compiling strum_macros v0.26.4 |
2045 | 2025-01-17T03:48:07.287Z | Compiling thiserror-impl v2.0.11 |
2046 | 2025-01-17T03:48:07.346Z | Compiling foreign-types-macros v0.2.3 |
2047 | 2025-01-17T03:48:07.386Z | Compiling structmeta-derive v0.3.0 |
2048 | 2025-01-17T03:48:08.061Z | Compiling proc-macro-error v1.0.4 |
2049 | 2025-01-17T03:48:08.397Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2050 | 2025-01-17T03:48:09.373Z | Compiling foreign-types-shared v0.3.1 |
2051 | 2025-01-17T03:48:10.040Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2052 | 2025-01-17T03:48:10.511Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2053 | 2025-01-17T03:48:10.670Z | Compiling strum v0.26.3 |
2054 | 2025-01-17T03:48:13.992Z | Compiling structmeta v0.3.0 |
2055 | 2025-01-17T03:48:14.344Z | Compiling foreign-types v0.5.0 |
2056 | 2025-01-17T03:48:18.357Z | Compiling progenitor-macro v0.8.0 |
2057 | 2025-01-17T03:48:22.862Z | Compiling progenitor-client v0.8.0 |
2058 | 2025-01-17T03:48:23.734Z | Compiling tabwriter v1.4.0 |
2059 | 2025-01-17T03:48:27.294Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2060 | 2025-01-17T03:48:28.337Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2061 | 2025-01-17T03:48:28.444Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2062 | 2025-01-17T03:48:29.008Z | Compiling cstr-argument v0.1.2 |
2063 | 2025-01-17T03:48:29.096Z | Compiling dropshot v0.15.1 |
2064 | 2025-01-17T03:48:29.228Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2065 | 2025-01-17T03:48:29.298Z | Compiling crucible-workspace-hack v0.1.0 |
2066 | 2025-01-17T03:48:29.536Z | Compiling fastrand v2.1.1 |
2067 | 2025-01-17T03:48:29.591Z | Compiling pretty-hex v0.2.1 |
2068 | 2025-01-17T03:48:29.829Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2069 | 2025-01-17T03:48:29.977Z | Compiling tempfile v3.13.0 |
2070 | 2025-01-17T03:48:30.341Z | Compiling progenitor v0.8.0 |
2071 | 2025-01-17T03:48:30.519Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2072 | 2025-01-17T03:48:30.542Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2073 | 2025-01-17T03:48:30.569Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2074 | 2025-01-17T03:48:31.400Z | Compiling parse-display-derive v0.10.0 |
2075 | 2025-01-17T03:48:31.465Z | Compiling colored v2.1.0 |
2076 | 2025-01-17T03:48:31.769Z | Compiling serde_with_macros v3.11.0 |
2077 | 2025-01-17T03:48:32.307Z | Compiling dropshot_endpoint v0.15.1 |
2078 | 2025-01-17T03:48:32.651Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2079 | 2025-01-17T03:48:33.395Z | Compiling instant v0.1.13 |
2080 | 2025-01-17T03:48:33.586Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2081 | 2025-01-17T03:48:33.994Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2082 | 2025-01-17T03:48:34.084Z | Compiling serde_with v3.11.0 |
2083 | 2025-01-17T03:48:34.958Z | Compiling parse-display v0.10.0 |
2084 | 2025-01-17T03:48:35.471Z | Compiling backoff v0.4.0 |
2085 | 2025-01-17T03:48:35.855Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2086 | 2025-01-17T03:48:36.779Z | Compiling zone_cfg_derive v0.3.0 |
2087 | 2025-01-17T03:48:36.894Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2088 | 2025-01-17T03:48:37.458Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2089 | 2025-01-17T03:48:37.579Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2090 | 2025-01-17T03:48:38.064Z | Compiling camino-tempfile v1.1.1 |
2091 | 2025-01-17T03:48:38.181Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2092 | 2025-01-17T03:48:38.244Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2093 | 2025-01-17T03:48:38.453Z | Compiling regress v0.9.1 |
2094 | 2025-01-17T03:48:38.653Z | Compiling progenitor-client v0.9.1 |
2095 | 2025-01-17T03:48:38.803Z | Compiling num-derive v0.4.2 |
2096 | 2025-01-17T03:48:39.570Z | Compiling sigpipe v0.1.3 |
2097 | 2025-01-17T03:48:39.724Z | Compiling libefi-sys v0.1.0 |
2098 | 2025-01-17T03:48:40.038Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2099 | 2025-01-17T03:48:40.407Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2100 | 2025-01-17T03:48:40.935Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2101 | 2025-01-17T03:48:42.535Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2102 | 2025-01-17T03:48:43.087Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2103 | 2025-01-17T03:48:43.645Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2104 | 2025-01-17T03:48:45.540Z | Compiling zone v0.3.0 |
2105 | 2025-01-17T03:48:47.734Z | Compiling smf v0.2.3 |
2106 | 2025-01-17T03:48:48.932Z | Compiling bitfield-struct v0.6.2 |
2107 | 2025-01-17T03:48:49.283Z | Compiling blake3 v1.5.4 |
2108 | 2025-01-17T03:48:49.904Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2109 | 2025-01-17T03:48:50.254Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2110 | 2025-01-17T03:48:50.446Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2111 | 2025-01-17T03:48:50.781Z | Compiling xattr v1.3.1 |
2112 | 2025-01-17T03:48:50.891Z | Compiling filetime v0.2.25 |
2113 | 2025-01-17T03:48:51.019Z | Compiling memmap2 v0.9.5 |
2114 | 2025-01-17T03:48:51.132Z | Compiling same-file v1.0.6 |
2115 | 2025-01-17T03:48:51.256Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2116 | 2025-01-17T03:48:51.407Z | Compiling arrayref v0.3.9 |
2117 | 2025-01-17T03:48:51.430Z | Compiling arrayvec v0.7.6 |
2118 | 2025-01-17T03:48:51.531Z | Compiling constant_time_eq v0.3.1 |
2119 | 2025-01-17T03:48:51.549Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2120 | 2025-01-17T03:48:51.607Z | Compiling walkdir v2.5.0 |
2121 | 2025-01-17T03:48:51.727Z | Compiling tar v0.4.42 |
2122 | 2025-01-17T03:48:53.022Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2123 | 2025-01-17T03:48:53.464Z | Compiling gethostname v0.5.0 |
2124 | 2025-01-17T03:48:53.692Z | Compiling cargo-platform v0.1.8 |
2125 | 2025-01-17T03:48:54.399Z | Compiling topological-sort v0.2.2 |
2126 | 2025-01-17T03:48:54.492Z | Compiling cargo_metadata v0.18.1 |
2127 | 2025-01-17T03:48:54.689Z | Compiling omicron-zone-package v0.12.0 |
2128 | 2025-01-17T03:48:54.798Z | Compiling shell-words v1.1.0 |
2129 | 2025-01-17T03:48:55.656Z | Compiling indent_write v2.2.0 |
2130 | 2025-01-17T03:49:01.452Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2131 | 2025-01-17T03:49:03.028Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2132 | 2025-01-17T03:49:04.925Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2133 | 2025-01-17T03:49:23.820Z | Finished `release` profile [optimized] target(s) in 5m 14s |
2134 | 2025-01-17T03:49:23.988Z | Running `target/release/omicron-package -t test target create -p dev` |
2135 | 2025-01-17T03:49:24.036Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2136 | 2025-01-17T03:49:24.038Z | Created new build target 'test' and set it as active |
2137 | 2025-01-17T03:49:24.039Z | |
2138 | 2025-01-17T03:49:24.039Z | real 5:14.734739397 |
2139 | 2025-01-17T03:49:24.039Z | user 36:46.757445375 |
2140 | 2025-01-17T03:49:24.039Z | sys 3:22.201463489 |
2141 | 2025-01-17T03:49:24.039Z | trap 1.151237781 |
2142 | 2025-01-17T03:49:24.039Z | tflt 2.921902407 |
2143 | 2025-01-17T03:49:24.039Z | dflt 0.729905609 |
2144 | 2025-01-17T03:49:24.039Z | kflt 0.011882179 |
2145 | 2025-01-17T03:49:24.039Z | lock 1:13:50.691308410 |
2146 | 2025-01-17T03:49:24.039Z | slp 2:28:09.197340495 |
2147 | 2025-01-17T03:49:24.039Z | lat 2:45.077432620 |
2148 | 2025-01-17T03:49:24.039Z | stop 4:46.662858779 |
2149 | 2025-01-17T03:49:24.042Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2150 | 2025-01-17T03:49:24.993Z | Finished `release` profile [optimized] target(s) in 0.90s |
2151 | 2025-01-17T03:49:25.052Z | Running `target/release/omicron-package -t test package` |
2152 | 2025-01-17T03:49:25.096Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2153 | 2025-01-17T03:49:26.241Z | Compiling thiserror v2.0.11 |
2154 | 2025-01-17T03:49:26.375Z | Compiling typify-impl v0.3.0 |
2155 | 2025-01-17T03:49:26.389Z | Compiling convert_case v0.4.0 |
2156 | 2025-01-17T03:49:26.391Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2157 | 2025-01-17T03:49:26.391Z | Compiling newline-converter v0.3.0 |
2158 | 2025-01-17T03:49:26.391Z | Compiling password-hash v0.5.0 |
2159 | 2025-01-17T03:49:26.391Z | Compiling blake2 v0.10.6 |
2160 | 2025-01-17T03:49:26.404Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2161 | 2025-01-17T03:49:26.540Z | Compiling expectorate v1.1.0 |
2162 | 2025-01-17T03:49:26.654Z | Compiling base64 v0.21.7 |
2163 | 2025-01-17T03:49:26.844Z | Compiling atomicwrites v0.4.4 |
2164 | 2025-01-17T03:49:27.117Z | Compiling derive_more v0.99.18 |
2165 | 2025-01-17T03:49:27.355Z | Compiling argon2 v0.5.3 |
2166 | 2025-01-17T03:49:27.617Z | Compiling owo-colors v4.1.0 |
2167 | 2025-01-17T03:49:27.732Z | Compiling cancel-safe-futures v0.1.5 |
2168 | 2025-01-17T03:49:27.800Z | Compiling num-rational v0.4.2 |
2169 | 2025-01-17T03:49:27.964Z | Compiling progenitor-client v0.9.1 |
2170 | 2025-01-17T03:49:28.118Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2171 | 2025-01-17T03:49:28.482Z | Compiling num-complex v0.4.6 |
2172 | 2025-01-17T03:49:29.236Z | Compiling libsw v3.3.1 |
2173 | 2025-01-17T03:49:29.582Z | Compiling num v0.4.3 |
2174 | 2025-01-17T03:49:29.602Z | Compiling float-ord v0.3.2 |
2175 | 2025-01-17T03:49:29.623Z | Compiling linear-map v1.2.0 |
2176 | 2025-01-17T03:49:29.710Z | Compiling swrite v0.1.0 |
2177 | 2025-01-17T03:49:29.787Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2178 | 2025-01-17T03:49:29.870Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2179 | 2025-01-17T03:49:30.041Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2180 | 2025-01-17T03:49:30.193Z | Compiling highway v1.2.0 |
2181 | 2025-01-17T03:49:31.067Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2182 | 2025-01-17T03:49:31.681Z | Compiling semver v0.1.20 |
2183 | 2025-01-17T03:49:32.232Z | Compiling rustc_version v0.1.7 |
2184 | 2025-01-17T03:49:32.635Z | Compiling newtype_derive v0.1.6 |
2185 | 2025-01-17T03:49:32.959Z | Compiling tungstenite v0.21.0 |
2186 | 2025-01-17T03:49:33.027Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2187 | 2025-01-17T03:49:37.204Z | Compiling typify-macro v0.3.0 |
2188 | 2025-01-17T03:49:37.568Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2189 | 2025-01-17T03:49:37.896Z | Compiling ipnetwork v0.20.0 |
2190 | 2025-01-17T03:49:38.642Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2191 | 2025-01-17T03:49:38.836Z | Compiling tokio-tungstenite v0.21.0 |
2192 | 2025-01-17T03:49:39.312Z | Compiling progenitor-client v0.8.0 |
2193 | 2025-01-17T03:49:39.369Z | Compiling humantime v2.1.0 |
2194 | 2025-01-17T03:49:39.587Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2195 | 2025-01-17T03:49:39.754Z | Compiling progenitor v0.8.0 |
2196 | 2025-01-17T03:49:39.985Z | Compiling dropshot v0.15.1 |
2197 | 2025-01-17T03:49:40.066Z | Compiling instant v0.1.13 |
2198 | 2025-01-17T03:49:40.211Z | Compiling backoff v0.4.0 |
2199 | 2025-01-17T03:49:40.242Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2200 | 2025-01-17T03:49:40.587Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2201 | 2025-01-17T03:49:40.668Z | Compiling typify v0.3.0 |
2202 | 2025-01-17T03:49:40.823Z | Compiling progenitor-impl v0.9.1 |
2203 | 2025-01-17T03:49:46.875Z | Compiling progenitor-macro v0.9.1 |
2204 | 2025-01-17T03:49:47.751Z | Compiling steno v0.4.1 |
2205 | 2025-01-17T03:49:48.149Z | Compiling parse-display v0.10.0 |
2206 | 2025-01-17T03:49:48.647Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2207 | 2025-01-17T03:49:48.692Z | Compiling serde_with v3.11.0 |
2208 | 2025-01-17T03:49:48.844Z | Compiling strum v0.26.3 |
2209 | 2025-01-17T03:49:49.039Z | Compiling regress v0.9.1 |
2210 | 2025-01-17T03:49:52.197Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2211 | 2025-01-17T03:49:53.380Z | Compiling macaddr v1.0.1 |
2212 | 2025-01-17T03:49:53.728Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2213 | 2025-01-17T03:49:53.795Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2214 | 2025-01-17T03:49:54.035Z | Compiling slog-dtrace v0.3.0 |
2215 | 2025-01-17T03:49:54.449Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2216 | 2025-01-17T03:49:54.515Z | Compiling prettyplease v0.2.25 |
2217 | 2025-01-17T03:49:56.395Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2218 | 2025-01-17T03:49:57.900Z | Compiling progenitor v0.9.1 |
2219 | 2025-01-17T03:49:58.139Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2220 | 2025-01-17T03:50:00.168Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2221 | 2025-01-17T03:50:09.182Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2222 | 2025-01-17T03:50:10.902Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2223 | 2025-01-17T03:50:11.705Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2224 | 2025-01-17T03:50:12.764Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2225 | 2025-01-17T03:50:14.093Z | Compiling half v2.4.1 |
2226 | 2025-01-17T03:50:15.936Z | Compiling ciborium-io v0.2.2 |
2227 | 2025-01-17T03:50:16.113Z | Compiling ciborium-ll v0.2.2 |
2228 | 2025-01-17T03:50:16.642Z | Compiling ciborium v0.2.2 |
2229 | 2025-01-17T03:50:16.969Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2230 | 2025-01-17T03:50:17.936Z | Compiling display-error-chain v0.2.2 |
2231 | 2025-01-17T03:50:17.959Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2232 | 2025-01-17T03:50:18.173Z | Compiling same-file v1.0.6 |
2233 | 2025-01-17T03:50:18.432Z | Compiling fastrand v2.1.1 |
2234 | 2025-01-17T03:50:18.629Z | Compiling walkdir v2.5.0 |
2235 | 2025-01-17T03:50:18.946Z | Compiling tempfile v3.13.0 |
2236 | 2025-01-17T03:50:19.268Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2237 | 2025-01-17T03:50:19.602Z | Compiling blake3 v1.5.4 |
2238 | 2025-01-17T03:50:20.265Z | Compiling const_format_proc_macros v0.2.33 |
2239 | 2025-01-17T03:50:22.056Z | Compiling xattr v1.3.1 |
2240 | 2025-01-17T03:50:22.344Z | Compiling filetime v0.2.25 |
2241 | 2025-01-17T03:50:22.655Z | Compiling memmap2 v0.9.5 |
2242 | 2025-01-17T03:50:22.791Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2243 | 2025-01-17T03:50:22.816Z | Compiling keccak v0.1.5 |
2244 | 2025-01-17T03:50:23.055Z | Compiling maplit v1.0.2 |
2245 | 2025-01-17T03:50:23.198Z | Compiling arrayref v0.3.9 |
2246 | 2025-01-17T03:50:23.218Z | Compiling constant_time_eq v0.3.1 |
2247 | 2025-01-17T03:50:23.320Z | Compiling crunchy v0.2.2 |
2248 | 2025-01-17T03:50:23.391Z | Compiling arrayvec v0.7.6 |
2249 | 2025-01-17T03:50:23.823Z | Compiling sha3 v0.10.8 |
2250 | 2025-01-17T03:50:23.885Z | Compiling tar v0.4.42 |
2251 | 2025-01-17T03:50:24.706Z | Compiling const_format v0.2.33 |
2252 | 2025-01-17T03:50:24.800Z | Compiling camino-tempfile v1.1.1 |
2253 | 2025-01-17T03:50:25.220Z | Compiling toolchain_find v0.4.0 |
2254 | 2025-01-17T03:50:25.239Z | Compiling radium v0.7.0 |
2255 | 2025-01-17T03:50:25.708Z | Compiling topological-sort v0.2.2 |
2256 | 2025-01-17T03:50:25.710Z | Compiling tiny-keccak v2.0.2 |
2257 | 2025-01-17T03:50:25.777Z | Compiling rustfmt-wrapper v0.2.1 |
2258 | 2025-01-17T03:50:25.943Z | Compiling omicron-zone-package v0.12.0 |
2259 | 2025-01-17T03:50:26.127Z | Compiling dsl_auto_type v0.1.2 |
2260 | 2025-01-17T03:50:26.350Z | Compiling scheduled-thread-pool v0.2.7 |
2261 | 2025-01-17T03:50:26.368Z | Compiling diesel_table_macro_syntax v0.2.0 |
2262 | 2025-01-17T03:50:26.731Z | Compiling tap v1.0.1 |
2263 | 2025-01-17T03:50:26.949Z | Compiling maybe-uninit v2.0.0 |
2264 | 2025-01-17T03:50:27.375Z | Compiling diesel_derives v2.2.3 |
2265 | 2025-01-17T03:50:27.504Z | Compiling wyz v0.5.1 |
2266 | 2025-01-17T03:50:27.713Z | Compiling r2d2 v0.8.10 |
2267 | 2025-01-17T03:50:28.396Z | Compiling phf_generator v0.11.2 |
2268 | 2025-01-17T03:50:28.610Z | Compiling ascii-canvas v3.0.0 |
2269 | 2025-01-17T03:50:28.692Z | Compiling secrecy v0.8.0 |
2270 | 2025-01-17T03:50:28.978Z | Compiling ena v0.14.3 |
2271 | 2025-01-17T03:50:29.062Z | Compiling async-recursion v1.1.1 |
2272 | 2025-01-17T03:50:29.382Z | Compiling crc-catalog v2.4.0 |
2273 | 2025-01-17T03:50:29.564Z | Compiling funty v2.0.0 |
2274 | 2025-01-17T03:50:30.134Z | Compiling arc-swap v1.7.1 |
2275 | 2025-01-17T03:50:30.390Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2276 | 2025-01-17T03:50:30.717Z | Compiling regex-syntax v0.6.29 |
2277 | 2025-01-17T03:50:30.747Z | Compiling packed_struct v0.10.1 |
2278 | 2025-01-17T03:50:31.142Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2279 | 2025-01-17T03:50:31.214Z | Compiling diff v0.1.13 |
2280 | 2025-01-17T03:50:31.782Z | Compiling slog-scope v4.4.0 |
2281 | 2025-01-17T03:50:31.993Z | Compiling bitvec v1.0.1 |
2282 | 2025-01-17T03:50:32.363Z | Compiling crc v3.2.1 |
2283 | 2025-01-17T03:50:32.616Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2284 | 2025-01-17T03:50:34.456Z | Compiling lalrpop v0.19.12 |
2285 | 2025-01-17T03:50:35.698Z | Compiling phf_codegen v0.11.2 |
2286 | 2025-01-17T03:50:36.123Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2287 | 2025-01-17T03:50:36.382Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2288 | 2025-01-17T03:50:36.614Z | Compiling universal-hash v0.5.1 |
2289 | 2025-01-17T03:50:36.870Z | Compiling packed_struct_codegen v0.10.1 |
2290 | 2025-01-17T03:50:37.110Z | Compiling thiserror-impl-no-std v2.0.2 |
2291 | 2025-01-17T03:50:37.950Z | Compiling diesel v2.2.6 |
2292 | 2025-01-17T03:50:39.254Z | Compiling parse-zoneinfo v0.3.1 |
2293 | 2025-01-17T03:50:39.494Z | Compiling unicase v2.7.0 |
2294 | 2025-01-17T03:50:39.820Z | Compiling indexmap v1.9.3 |
2295 | 2025-01-17T03:50:40.129Z | Compiling nodrop v0.1.14 |
2296 | 2025-01-17T03:50:40.301Z | Compiling opaque-debug v0.3.1 |
2297 | 2025-01-17T03:50:40.424Z | Compiling ref-cast v1.0.23 |
2298 | 2025-01-17T03:50:40.711Z | Compiling poly1305 v0.8.0 |
2299 | 2025-01-17T03:50:41.046Z | Compiling array-init v0.0.4 |
2300 | 2025-01-17T03:50:42.155Z | Compiling chrono-tz-build v0.4.0 |
2301 | 2025-01-17T03:50:42.261Z | Compiling thiserror-no-std v2.0.2 |
2302 | 2025-01-17T03:50:43.174Z | Compiling smallvec v0.6.14 |
2303 | 2025-01-17T03:50:43.672Z | Compiling slog-stdlog v4.1.1 |
2304 | 2025-01-17T03:50:45.064Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2305 | 2025-01-17T03:50:45.389Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2306 | 2025-01-17T03:50:45.691Z | Compiling derive_builder_core v0.20.2 |
2307 | 2025-01-17T03:50:46.356Z | Compiling chacha20 v0.9.1 |
2308 | 2025-01-17T03:50:46.846Z | Compiling headers-core v0.3.0 |
2309 | 2025-01-17T03:50:47.038Z | Compiling aead v0.5.2 |
2310 | 2025-01-17T03:50:47.400Z | Compiling libxml v0.3.3 |
2311 | 2025-01-17T03:50:47.733Z | Compiling ref-cast-impl v1.0.23 |
2312 | 2025-01-17T03:50:47.799Z | Compiling vte_generate_state_changes v0.1.2 |
2313 | 2025-01-17T03:50:48.398Z | Compiling bitfield v0.14.0 |
2314 | 2025-01-17T03:50:48.714Z | Compiling termcolor v1.4.1 |
2315 | 2025-01-17T03:50:48.825Z | Compiling hashbrown v0.12.3 |
2316 | 2025-01-17T03:50:49.765Z | Compiling env_logger v0.10.2 |
2317 | 2025-01-17T03:50:51.267Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2318 | 2025-01-17T03:50:52.821Z | Compiling vte v0.11.1 |
2319 | 2025-01-17T03:50:54.379Z | Compiling derive_builder_macro v0.20.2 |
2320 | 2025-01-17T03:50:55.231Z | Compiling chacha20poly1305 v0.10.1 |
2321 | 2025-01-17T03:50:55.493Z | Compiling headers v0.4.0 |
2322 | 2025-01-17T03:50:56.940Z | Compiling polar-core v0.27.3 |
2323 | 2025-01-17T03:50:59.009Z | Compiling slog-envlogger v2.2.0 |
2324 | 2025-01-17T03:50:59.436Z | Compiling serde-hex v0.1.0 |
2325 | 2025-01-17T03:51:01.783Z | Compiling chrono-tz v0.10.0 |
2326 | 2025-01-17T03:51:02.395Z | Compiling vsss-rs v3.3.4 |
2327 | 2025-01-17T03:51:04.522Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2328 | 2025-01-17T03:51:06.167Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2329 | 2025-01-17T03:51:06.505Z | Compiling ron v0.8.1 |
2330 | 2025-01-17T03:51:07.552Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2331 | 2025-01-17T03:51:07.872Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2332 | 2025-01-17T03:51:09.333Z | Compiling hashbrown v0.13.2 |
2333 | 2025-01-17T03:51:10.594Z | Compiling strum_macros v0.24.3 |
2334 | 2025-01-17T03:51:12.024Z | Compiling fxhash v0.2.1 |
2335 | 2025-01-17T03:51:12.271Z | Compiling samael v0.0.17 |
2336 | 2025-01-17T03:51:12.274Z | Compiling bumpalo v3.16.0 |
2337 | 2025-01-17T03:51:12.946Z | Compiling crc-any v2.5.0 |
2338 | 2025-01-17T03:51:13.614Z | Compiling indoc v1.0.9 |
2339 | 2025-01-17T03:51:13.815Z | Compiling lockfree-object-pool v0.1.6 |
2340 | 2025-01-17T03:51:13.839Z | Compiling zip v2.1.3 |
2341 | 2025-01-17T03:51:14.111Z | Compiling simd-adler32 v0.3.7 |
2342 | 2025-01-17T03:51:14.171Z | Compiling bytecount v0.6.8 |
2343 | 2025-01-17T03:51:14.495Z | Compiling zopfli v0.8.1 |
2344 | 2025-01-17T03:51:16.339Z | Compiling papergrid v0.11.0 |
2345 | 2025-01-17T03:51:22.195Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2346 | 2025-01-17T03:51:22.385Z | Compiling object v0.30.4 |
2347 | 2025-01-17T03:51:23.288Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2348 | 2025-01-17T03:51:27.806Z | Compiling derive_builder v0.20.2 |
2349 | 2025-01-17T03:51:29.657Z | Compiling strip-ansi-escapes v0.2.0 |
2350 | 2025-01-17T03:51:30.631Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2351 | 2025-01-17T03:51:30.953Z | Compiling tabled_derive v0.7.0 |
2352 | 2025-01-17T03:51:32.349Z | Compiling fd-lock v4.0.2 |
2353 | 2025-01-17T03:51:32.598Z | Compiling peg-macros v0.8.4 |
2354 | 2025-01-17T03:51:33.006Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2355 | 2025-01-17T03:51:33.978Z | Compiling kstat-rs v0.2.4 |
2356 | 2025-01-17T03:51:34.256Z | Compiling oso-derive v0.27.3 |
2357 | 2025-01-17T03:51:34.863Z | Compiling impl-trait-for-tuples v0.2.2 |
2358 | 2025-01-17T03:51:35.196Z | Compiling quick-xml v0.33.0 |
2359 | 2025-01-17T03:51:35.808Z | Compiling diesel-dtrace v0.4.2 |
2360 | 2025-01-17T03:51:36.156Z | Compiling nu-ansi-term v0.50.1 |
2361 | 2025-01-17T03:51:36.934Z | Compiling path-slash v0.1.5 |
2362 | 2025-01-17T03:51:37.210Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2363 | 2025-01-17T03:51:37.432Z | Compiling reedline v0.35.0 |
2364 | 2025-01-17T03:51:40.325Z | Compiling peg v0.8.4 |
2365 | 2025-01-17T03:51:40.332Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2366 | 2025-01-17T03:51:40.899Z | Compiling oso v0.27.3 |
2367 | 2025-01-17T03:51:44.979Z | Compiling tabled v0.15.0 |
2368 | 2025-01-17T03:51:58.055Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2369 | 2025-01-17T03:52:00.918Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2370 | 2025-01-17T03:52:04.254Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2371 | 2025-01-17T03:52:04.787Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2372 | 2025-01-17T03:52:05.805Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2373 | 2025-01-17T03:52:06.148Z | Compiling pem v3.0.4 |
2374 | 2025-01-17T03:52:06.372Z | Compiling bb8 v0.8.5 |
2375 | 2025-01-17T03:52:06.977Z | Compiling bcs v0.1.6 |
2376 | 2025-01-17T03:52:07.608Z | Compiling libz-sys v1.1.20 |
2377 | 2025-01-17T03:52:07.864Z | Compiling parking_lot_core v0.8.6 |
2378 | 2025-01-17T03:52:08.418Z | Compiling async-bb8-diesel v0.2.1 |
2379 | 2025-01-17T03:52:09.201Z | Compiling mime_guess v2.0.5 |
2380 | 2025-01-17T03:52:10.986Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2381 | 2025-01-17T03:52:14.099Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2382 | 2025-01-17T03:52:15.562Z | Compiling buf-list v1.0.3 |
2383 | 2025-01-17T03:52:17.679Z | Compiling nibble_vec v0.1.0 |
2384 | 2025-01-17T03:52:17.943Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2385 | 2025-01-17T03:52:18.715Z | Compiling pin-project-internal v1.1.6 |
2386 | 2025-01-17T03:52:19.117Z | Compiling atty v0.2.14 |
2387 | 2025-01-17T03:52:19.304Z | Compiling salty v0.3.0 |
2388 | 2025-01-17T03:52:19.724Z | Compiling http-range v0.1.5 |
2389 | 2025-01-17T03:52:20.330Z | Compiling endian-type v0.1.2 |
2390 | 2025-01-17T03:52:20.597Z | Compiling radix_trie v0.2.1 |
2391 | 2025-01-17T03:52:21.268Z | Compiling pin-project v1.1.6 |
2392 | 2025-01-17T03:52:21.545Z | Compiling parking_lot v0.11.2 |
2393 | 2025-01-17T03:52:26.419Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2394 | 2025-01-17T03:52:29.260Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2395 | 2025-01-17T03:52:29.965Z | Compiling snafu-derive v0.8.5 |
2396 | 2025-01-17T03:52:30.784Z | Compiling hyper-staticfile v0.10.1 |
2397 | 2025-01-17T03:52:33.843Z | Compiling sled v0.34.7 |
2398 | 2025-01-17T03:52:34.349Z | Compiling snafu v0.8.5 |
2399 | 2025-01-17T03:52:37.877Z | Compiling hickory-client v0.24.1 |
2400 | 2025-01-17T03:52:57.929Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2401 | 2025-01-17T03:52:59.125Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2402 | 2025-01-17T03:53:01.254Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2403 | 2025-01-17T03:53:03.513Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2404 | 2025-01-17T03:53:03.663Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2405 | 2025-01-17T03:53:06.700Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2406 | 2025-01-17T03:53:08.179Z | Compiling globset v0.4.15 |
2407 | 2025-01-17T03:53:09.469Z | Compiling hickory-server v0.24.1 |
2408 | 2025-01-17T03:53:11.846Z | Compiling primeorder v0.13.6 |
2409 | 2025-01-17T03:53:11.951Z | Compiling olpc-cjson v0.1.4 |
2410 | 2025-01-17T03:53:12.315Z | Compiling castaway v0.2.3 |
2411 | 2025-01-17T03:53:12.417Z | Compiling vergen v8.3.2 |
2412 | 2025-01-17T03:53:12.524Z | Compiling env_filter v0.1.2 |
2413 | 2025-01-17T03:53:12.738Z | Compiling cargo-platform v0.1.8 |
2414 | 2025-01-17T03:53:13.228Z | Compiling serde_plain v1.0.2 |
2415 | 2025-01-17T03:53:13.770Z | Compiling nanorand v0.7.0 |
2416 | 2025-01-17T03:53:14.050Z | Compiling memoffset v0.9.1 |
2417 | 2025-01-17T03:53:14.407Z | Compiling typed-path v0.9.3 |
2418 | 2025-01-17T03:53:14.642Z | Compiling flume v0.11.1 |
2419 | 2025-01-17T03:53:15.348Z | Compiling cargo_metadata v0.18.1 |
2420 | 2025-01-17T03:53:15.587Z | Compiling env_logger v0.11.5 |
2421 | 2025-01-17T03:53:17.043Z | Compiling tough v0.19.0 |
2422 | 2025-01-17T03:53:17.522Z | Compiling compact_str v0.8.0 |
2423 | 2025-01-17T03:53:18.392Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2424 | 2025-01-17T03:53:19.947Z | Compiling p384 v0.13.0 |
2425 | 2025-01-17T03:53:20.012Z | Compiling git2 v0.19.0 |
2426 | 2025-01-17T03:53:20.945Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2427 | 2025-01-17T03:53:21.067Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2428 | 2025-01-17T03:53:21.256Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2429 | 2025-01-17T03:53:22.434Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2430 | 2025-01-17T03:53:26.935Z | Compiling unicode-truncate v1.1.0 |
2431 | 2025-01-17T03:53:27.282Z | Compiling lru v0.12.5 |
2432 | 2025-01-17T03:53:27.644Z | Compiling rand_seeder v0.3.0 |
2433 | 2025-01-17T03:53:28.090Z | Compiling libsqlite3-sys v0.30.1 |
2434 | 2025-01-17T03:53:28.226Z | Compiling lzma-sys v0.1.20 |
2435 | 2025-01-17T03:53:28.615Z | Compiling instability v0.3.2 |
2436 | 2025-01-17T03:53:28.924Z | Compiling cassowary v0.3.0 |
2437 | 2025-01-17T03:53:29.047Z | Compiling rustls v0.21.12 |
2438 | 2025-01-17T03:53:29.344Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2439 | 2025-01-17T03:53:29.589Z | Compiling cfg_aliases v0.2.1 |
2440 | 2025-01-17T03:53:29.676Z | Compiling parse-size v1.1.0 |
2441 | 2025-01-17T03:53:29.719Z | Compiling nix v0.29.0 |
2442 | 2025-01-17T03:53:30.016Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2443 | 2025-01-17T03:53:30.597Z | Compiling ratatui v0.28.1 |
2444 | 2025-01-17T03:53:31.524Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2445 | 2025-01-17T03:53:32.251Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2446 | 2025-01-17T03:53:32.630Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2447 | 2025-01-17T03:53:33.267Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2448 | 2025-01-17T03:53:34.003Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2449 | 2025-01-17T03:53:34.328Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2450 | 2025-01-17T03:53:37.957Z | Compiling rustls-webpki v0.101.7 |
2451 | 2025-01-17T03:53:38.655Z | Compiling sct v0.7.1 |
2452 | 2025-01-17T03:53:39.130Z | Compiling heck v0.3.3 |
2453 | 2025-01-17T03:53:39.479Z | Compiling csv-core v0.1.11 |
2454 | 2025-01-17T03:53:40.362Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2455 | 2025-01-17T03:53:40.710Z | Compiling glob v0.3.1 |
2456 | 2025-01-17T03:53:41.301Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2457 | 2025-01-17T03:53:41.654Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2458 | 2025-01-17T03:53:41.805Z | Compiling csv v1.3.0 |
2459 | 2025-01-17T03:53:42.684Z | Compiling zone_cfg_derive v0.1.2 |
2460 | 2025-01-17T03:53:44.041Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2461 | 2025-01-17T03:53:48.431Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2462 | 2025-01-17T03:53:49.267Z | Compiling nix v0.27.1 |
2463 | 2025-01-17T03:53:49.700Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2464 | 2025-01-17T03:53:51.287Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2465 | 2025-01-17T03:53:52.718Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2466 | 2025-01-17T03:53:56.314Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2467 | 2025-01-17T03:54:00.098Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2468 | 2025-01-17T03:54:00.459Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2469 | 2025-01-17T03:54:01.864Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2470 | 2025-01-17T03:54:02.220Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2471 | 2025-01-17T03:54:02.547Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2472 | 2025-01-17T03:54:02.867Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2473 | 2025-01-17T03:54:03.174Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2474 | 2025-01-17T03:54:03.362Z | Compiling tungstenite v0.23.0 |
2475 | 2025-01-17T03:54:03.652Z | Compiling hashlink v0.9.1 |
2476 | 2025-01-17T03:54:03.868Z | Compiling base64 v0.13.1 |
2477 | 2025-01-17T03:54:04.425Z | Compiling fallible-iterator v0.3.0 |
2478 | 2025-01-17T03:54:04.659Z | Compiling fallible-streaming-iterator v0.1.9 |
2479 | 2025-01-17T03:54:04.961Z | Compiling tokio-tungstenite v0.23.1 |
2480 | 2025-01-17T03:54:05.145Z | Compiling rusqlite v0.32.1 |
2481 | 2025-01-17T03:54:05.601Z | Compiling ron v0.7.1 |
2482 | 2025-01-17T03:54:07.661Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2483 | 2025-01-17T03:54:08.339Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2484 | 2025-01-17T03:54:09.994Z | Compiling xz2 v0.1.7 |
2485 | 2025-01-17T03:54:10.532Z | Compiling tokio-rustls v0.24.1 |
2486 | 2025-01-17T03:54:10.795Z | Compiling zone v0.1.8 |
2487 | 2025-01-17T03:54:14.188Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2488 | 2025-01-17T03:54:15.575Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2489 | 2025-01-17T03:54:17.170Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2490 | 2025-01-17T03:54:20.470Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2491 | 2025-01-17T03:54:21.043Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2492 | 2025-01-17T03:54:27.015Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2493 | 2025-01-17T03:54:29.019Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2494 | 2025-01-17T03:54:29.085Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2495 | 2025-01-17T03:54:30.235Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2496 | 2025-01-17T03:54:33.817Z | Compiling rustls-pemfile v1.0.4 |
2497 | 2025-01-17T03:54:33.964Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2498 | 2025-01-17T03:54:34.272Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2499 | 2025-01-17T03:54:34.461Z | Compiling signal-hook-tokio v0.3.1 |
2500 | 2025-01-17T03:54:34.570Z | Compiling twox-hash v1.6.3 |
2501 | 2025-01-17T03:54:34.699Z | Compiling yasna v0.5.2 |
2502 | 2025-01-17T03:54:34.730Z | Compiling is_ci v1.2.0 |
2503 | 2025-01-17T03:54:35.050Z | Compiling unicode-linebreak v0.1.5 |
2504 | 2025-01-17T03:54:35.529Z | Compiling smawk v0.3.2 |
2505 | 2025-01-17T03:54:35.814Z | Compiling rcgen v0.12.1 |
2506 | 2025-01-17T03:54:38.073Z | Compiling textwrap v0.16.1 |
2507 | 2025-01-17T03:54:39.265Z | Compiling supports-color v3.0.1 |
2508 | 2025-01-17T03:54:39.707Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2509 | 2025-01-17T03:54:41.607Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2510 | 2025-01-17T03:54:45.946Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2511 | 2025-01-17T03:54:46.288Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2512 | 2025-01-17T03:54:47.778Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2513 | 2025-01-17T03:55:07.711Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2514 | 2025-01-17T03:55:08.287Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2515 | 2025-01-17T03:55:12.629Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2516 | 2025-01-17T03:55:13.185Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2517 | 2025-01-17T03:55:21.058Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2518 | 2025-01-17T03:55:21.343Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2519 | 2025-01-17T03:55:21.670Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2520 | 2025-01-17T03:55:27.556Z | Compiling fatfs v0.3.6 |
2521 | 2025-01-17T03:55:29.948Z | Compiling rtoolbox v0.0.2 |
2522 | 2025-01-17T03:55:30.384Z | Compiling subprocess v0.2.9 |
2523 | 2025-01-17T03:55:30.429Z | Compiling assert_matches v1.5.0 |
2524 | 2025-01-17T03:55:31.801Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2525 | 2025-01-17T03:55:31.884Z | Compiling rpassword v7.3.1 |
2526 | 2025-01-17T03:55:32.359Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2527 | 2025-01-17T03:55:35.085Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2528 | 2025-01-17T03:55:39.187Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2529 | 2025-01-17T03:55:42.142Z | Compiling tui-tree-widget v0.22.0 |
2530 | 2025-01-17T03:55:42.610Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2531 | 2025-01-17T03:55:42.637Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2532 | 2025-01-17T03:55:42.952Z | Compiling uzers v0.12.1 |
2533 | 2025-01-17T03:55:46.096Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2534 | 2025-01-17T03:55:55.748Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2535 | 2025-01-17T03:55:57.663Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2536 | 2025-01-17T03:56:24.049Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2537 | 2025-01-17T03:56:27.781Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2538 | 2025-01-17T03:56:32.538Z | Compiling multimap v0.10.0 |
2539 | 2025-01-17T03:58:54.774Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2540 | 2025-01-17T03:59:04.657Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2541 | 2025-01-17T04:06:17.954Z | Finished `release` profile [optimized] target(s) in 16m 52s |
2542 | 2025-01-17T04:07:22.286Z | |
2543 | 2025-01-17T04:07:22.290Z | real 17:58.082706890 |
2544 | 2025-01-17T04:07:22.290Z | user 2:04:16.688898574 |
2545 | 2025-01-17T04:07:22.290Z | sys 3:14.440208479 |
2546 | 2025-01-17T04:07:22.290Z | trap 3.079905423 |
2547 | 2025-01-17T04:07:22.290Z | tflt 2.911613248 |
2548 | 2025-01-17T04:07:22.290Z | dflt 5.186846300 |
2549 | 2025-01-17T04:07:22.290Z | kflt 0.045352170 |
2550 | 2025-01-17T04:07:22.290Z | lock 7:32:17.344137487 |
2551 | 2025-01-17T04:07:22.290Z | slp 6:20:56.908066495 |
2552 | 2025-01-17T04:07:22.290Z | lat 3:25.059636311 |
2553 | 2025-01-17T04:07:22.290Z | stop 2:44.523510251 |
2554 | 2025-01-17T04:07:22.290Z | + mapfile -t packages |
2555 | 2025-01-17T04:07:22.290Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2556 | 2025-01-17T04:07:23.323Z | Finished `release` profile [optimized] target(s) in 0.98s |
2557 | 2025-01-17T04:07:23.394Z | Running `target/release/omicron-package -t test list-outputs` |
2558 | 2025-01-17T04:07:23.445Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2559 | 2025-01-17T04:07:23.448Z | + ptime -m cargo build --locked --release -p xtask |
2560 | 2025-01-17T04:07:24.019Z | Compiling serde v1.0.217 |
2561 | 2025-01-17T04:07:24.021Z | Compiling libc v0.2.169 |
2562 | 2025-01-17T04:07:24.021Z | Compiling serde_json v1.0.135 |
2563 | 2025-01-17T04:07:24.021Z | Compiling rustix v0.38.37 |
2564 | 2025-01-17T04:07:24.121Z | Compiling syn v2.0.96 |
2565 | 2025-01-17T04:07:24.124Z | Compiling bitflags v2.6.0 |
2566 | 2025-01-17T04:07:24.494Z | Compiling usdt-impl v0.5.0 |
2567 | 2025-01-17T04:07:24.512Z | Compiling syn v1.0.109 |
2568 | 2025-01-17T04:07:24.612Z | Compiling hashbrown v0.15.1 |
2569 | 2025-01-17T04:07:24.639Z | Compiling log v0.4.22 |
2570 | 2025-01-17T04:07:24.867Z | Compiling fs-err v2.11.0 |
2571 | 2025-01-17T04:07:25.095Z | Compiling once_cell v1.20.2 |
2572 | 2025-01-17T04:07:25.164Z | Compiling anyhow v1.0.93 |
2573 | 2025-01-17T04:07:25.420Z | Compiling thread-id v4.2.2 |
2574 | 2025-01-17T04:07:25.778Z | Compiling indexmap v2.7.0 |
2575 | 2025-01-17T04:07:26.930Z | Compiling terminal_size v0.4.0 |
2576 | 2025-01-17T04:07:26.969Z | Compiling tempfile v3.13.0 |
2577 | 2025-01-17T04:07:27.194Z | Compiling clap_builder v4.5.21 |
2578 | 2025-01-17T04:07:27.745Z | Compiling proc-macro-error v1.0.4 |
2579 | 2025-01-17T04:07:28.731Z | Compiling tabled_derive v0.7.0 |
2580 | 2025-01-17T04:07:29.834Z | Compiling tabled v0.15.0 |
2581 | 2025-01-17T04:07:30.416Z | Compiling serde_derive v1.0.217 |
2582 | 2025-01-17T04:07:30.420Z | Compiling thiserror-impl v1.0.69 |
2583 | 2025-01-17T04:07:30.420Z | Compiling zerocopy-derive v0.7.35 |
2584 | 2025-01-17T04:07:30.420Z | Compiling scroll_derive v0.12.0 |
2585 | 2025-01-17T04:07:30.420Z | Compiling clap_derive v4.5.18 |
2586 | 2025-01-17T04:07:31.791Z | Compiling scroll v0.12.0 |
2587 | 2025-01-17T04:07:32.377Z | Compiling zerocopy v0.7.35 |
2588 | 2025-01-17T04:07:33.048Z | Compiling thiserror v1.0.69 |
2589 | 2025-01-17T04:07:33.223Z | Compiling pest v2.7.14 |
2590 | 2025-01-17T04:07:33.934Z | Compiling goblin v0.8.2 |
2591 | 2025-01-17T04:07:34.692Z | Compiling clap v4.5.21 |
2592 | 2025-01-17T04:07:36.262Z | Compiling pest_meta v2.7.14 |
2593 | 2025-01-17T04:07:37.787Z | Compiling pest_generator v2.7.14 |
2594 | 2025-01-17T04:07:39.820Z | Compiling pest_derive v2.7.14 |
2595 | 2025-01-17T04:07:40.594Z | Compiling dtrace-parser v0.2.0 |
2596 | 2025-01-17T04:07:47.708Z | Compiling dof v0.3.0 |
2597 | 2025-01-17T04:07:48.204Z | Compiling serde_tokenstream v0.2.2 |
2598 | 2025-01-17T04:07:48.793Z | Compiling toml_datetime v0.6.8 |
2599 | 2025-01-17T04:07:49.008Z | Compiling serde_spanned v0.6.8 |
2600 | 2025-01-17T04:07:49.284Z | Compiling toml_edit v0.22.22 |
2601 | 2025-01-17T04:07:49.496Z | Compiling camino v1.1.9 |
2602 | 2025-01-17T04:07:49.797Z | Compiling usdt-macro v0.5.0 |
2603 | 2025-01-17T04:07:50.997Z | Compiling usdt-attr-macro v0.5.0 |
2604 | 2025-01-17T04:07:52.340Z | Compiling semver v1.0.24 |
2605 | 2025-01-17T04:07:52.641Z | Compiling cargo-platform v0.1.8 |
2606 | 2025-01-17T04:07:53.715Z | Compiling toml v0.8.19 |
2607 | 2025-01-17T04:07:53.805Z | Compiling cargo_metadata v0.18.1 |
2608 | 2025-01-17T04:07:55.107Z | Compiling cargo_toml v0.20.5 |
2609 | 2025-01-17T04:07:57.519Z | Compiling usdt v0.5.0 |
2610 | 2025-01-17T04:07:57.644Z | Compiling camino-tempfile v1.1.1 |
2611 | 2025-01-17T04:07:58.419Z | Compiling macaddr v1.0.1 |
2612 | 2025-01-17T04:08:06.840Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2613 | 2025-01-17T04:08:17.575Z | Finished `release` profile [optimized] target(s) in 54.06s |
2614 | 2025-01-17T04:08:17.685Z | |
2615 | 2025-01-17T04:08:17.688Z | real 54.203582034 |
2616 | 2025-01-17T04:08:17.688Z | user 5:41.351606363 |
2617 | 2025-01-17T04:08:17.688Z | sys 18.339638301 |
2618 | 2025-01-17T04:08:17.688Z | trap 0.162772926 |
2619 | 2025-01-17T04:08:17.688Z | tflt 0.243122836 |
2620 | 2025-01-17T04:08:17.688Z | dflt 0.328738708 |
2621 | 2025-01-17T04:08:17.688Z | kflt 0.000001590 |
2622 | 2025-01-17T04:08:17.689Z | lock 10:42.926912376 |
2623 | 2025-01-17T04:08:17.689Z | slp 15:59.409904583 |
2624 | 2025-01-17T04:08:17.689Z | lat 15.333708053 |
2625 | 2025-01-17T04:08:17.689Z | stop 16.551977982 |
2626 | 2025-01-17T04:08:17.689Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2627 | 2025-01-17T04:08:17.689Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2628 | 2025-01-17T04:08:17.689Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2629 | 2025-01-17T04:08:17.689Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2630 | 2025-01-17T04:08:17.689Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2631 | 2025-01-17T04:08:18.581Z | Compiling hashbrown v0.14.5 |
2632 | 2025-01-17T04:08:18.712Z | Compiling thiserror v2.0.11 |
2633 | 2025-01-17T04:08:18.725Z | Compiling thiserror-impl v2.0.11 |
2634 | 2025-01-17T04:08:18.736Z | Compiling ident_case v1.0.1 |
2635 | 2025-01-17T04:08:18.753Z | Compiling unsafe-libyaml v0.2.11 |
2636 | 2025-01-17T04:08:18.767Z | Compiling ipnetwork v0.20.0 |
2637 | 2025-01-17T04:08:18.770Z | Compiling progenitor-client v0.9.1 |
2638 | 2025-01-17T04:08:18.770Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2639 | 2025-01-17T04:08:18.886Z | Compiling darling_core v0.20.10 |
2640 | 2025-01-17T04:08:19.250Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2641 | 2025-01-17T04:08:19.341Z | Compiling macaddr v1.0.1 |
2642 | 2025-01-17T04:08:19.651Z | Compiling progenitor-client v0.8.0 |
2643 | 2025-01-17T04:08:19.664Z | Compiling instant v0.1.13 |
2644 | 2025-01-17T04:08:19.792Z | Compiling regress v0.10.1 |
2645 | 2025-01-17T04:08:19.826Z | Compiling structmeta-derive v0.3.0 |
2646 | 2025-01-17T04:08:19.850Z | Compiling dropshot v0.15.1 |
2647 | 2025-01-17T04:08:19.971Z | Compiling serde_yaml v0.9.34+deprecated |
2648 | 2025-01-17T04:08:20.056Z | Compiling regress v0.9.1 |
2649 | 2025-01-17T04:08:20.242Z | Compiling dropshot_endpoint v0.15.1 |
2650 | 2025-01-17T04:08:20.538Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2651 | 2025-01-17T04:08:21.869Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2652 | 2025-01-17T04:08:22.193Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2653 | 2025-01-17T04:08:22.601Z | Compiling structmeta v0.3.0 |
2654 | 2025-01-17T04:08:22.788Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2655 | 2025-01-17T04:08:22.986Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2656 | 2025-01-17T04:08:23.043Z | Compiling parse-display-derive v0.10.0 |
2657 | 2025-01-17T04:08:23.188Z | Compiling backoff v0.4.0 |
2658 | 2025-01-17T04:08:23.265Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2659 | 2025-01-17T04:08:23.544Z | Compiling typify-impl v0.2.0 |
2660 | 2025-01-17T04:08:23.582Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2661 | 2025-01-17T04:08:23.767Z | Compiling tempfile v3.13.0 |
2662 | 2025-01-17T04:08:24.081Z | Compiling proc-macro-crate v1.3.1 |
2663 | 2025-01-17T04:08:24.576Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2664 | 2025-01-17T04:08:24.614Z | Compiling typify-impl v0.3.0 |
2665 | 2025-01-17T04:08:24.957Z | Compiling darling_macro v0.20.10 |
2666 | 2025-01-17T04:08:24.976Z | Compiling itertools v0.13.0 |
2667 | 2025-01-17T04:08:24.979Z | Compiling num_enum_derive v0.5.11 |
2668 | 2025-01-17T04:08:24.979Z | Compiling zerocopy v0.8.10 |
2669 | 2025-01-17T04:08:25.811Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2670 | 2025-01-17T04:08:25.886Z | Compiling darling v0.20.10 |
2671 | 2025-01-17T04:08:26.023Z | Compiling serde_with_macros v3.11.0 |
2672 | 2025-01-17T04:08:26.294Z | Compiling zerocopy-derive v0.8.10 |
2673 | 2025-01-17T04:08:27.241Z | Compiling parse-display v0.10.0 |
2674 | 2025-01-17T04:08:27.400Z | Compiling num_enum v0.5.11 |
2675 | 2025-01-17T04:08:27.518Z | Compiling foreign-types-macros v0.2.3 |
2676 | 2025-01-17T04:08:27.851Z | Compiling heapless v0.8.0 |
2677 | 2025-01-17T04:08:27.887Z | Compiling crucible-workspace-hack v0.1.0 |
2678 | 2025-01-17T04:08:28.180Z | Compiling foreign-types-shared v0.3.1 |
2679 | 2025-01-17T04:08:28.359Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2680 | 2025-01-17T04:08:28.617Z | Compiling serde_with v3.11.0 |
2681 | 2025-01-17T04:08:28.698Z | Compiling proc-macro-error v1.0.4 |
2682 | 2025-01-17T04:08:28.752Z | Compiling foreign-types v0.5.0 |
2683 | 2025-01-17T04:08:29.256Z | Compiling camino-tempfile v1.1.1 |
2684 | 2025-01-17T04:08:29.328Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2685 | 2025-01-17T04:08:29.743Z | Compiling hash32 v0.3.1 |
2686 | 2025-01-17T04:08:30.032Z | Compiling cstr-argument v0.1.2 |
2687 | 2025-01-17T04:08:30.166Z | Compiling smoltcp v0.11.0 |
2688 | 2025-01-17T04:08:30.306Z | Compiling pretty-hex v0.2.1 |
2689 | 2025-01-17T04:08:30.517Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2690 | 2025-01-17T04:08:30.870Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2691 | 2025-01-17T04:08:30.890Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2692 | 2025-01-17T04:08:31.501Z | Compiling tabwriter v1.4.0 |
2693 | 2025-01-17T04:08:32.032Z | Compiling colored v2.1.0 |
2694 | 2025-01-17T04:08:32.057Z | Compiling cobs v0.2.3 |
2695 | 2025-01-17T04:08:32.132Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2696 | 2025-01-17T04:08:32.378Z | Compiling postcard v1.0.10 |
2697 | 2025-01-17T04:08:32.507Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2698 | 2025-01-17T04:08:32.713Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2699 | 2025-01-17T04:08:32.773Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2700 | 2025-01-17T04:08:33.024Z | Compiling smf v0.2.3 |
2701 | 2025-01-17T04:08:33.125Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2702 | 2025-01-17T04:08:33.563Z | Compiling zone_cfg_derive v0.3.0 |
2703 | 2025-01-17T04:08:34.044Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2704 | 2025-01-17T04:08:34.239Z | Compiling num-derive v0.4.2 |
2705 | 2025-01-17T04:08:34.362Z | Compiling sigpipe v0.1.3 |
2706 | 2025-01-17T04:08:34.513Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2707 | 2025-01-17T04:08:34.842Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2708 | 2025-01-17T04:08:34.999Z | Compiling zone v0.3.0 |
2709 | 2025-01-17T04:08:35.058Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2710 | 2025-01-17T04:08:35.810Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2711 | 2025-01-17T04:08:35.846Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2712 | 2025-01-17T04:08:36.275Z | Compiling universal-hash v0.5.1 |
2713 | 2025-01-17T04:08:36.457Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2714 | 2025-01-17T04:08:36.491Z | Compiling opaque-debug v0.3.1 |
2715 | 2025-01-17T04:08:36.511Z | Compiling tungstenite v0.21.0 |
2716 | 2025-01-17T04:08:36.607Z | Compiling num-rational v0.4.2 |
2717 | 2025-01-17T04:08:36.653Z | Compiling password-hash v0.5.0 |
2718 | 2025-01-17T04:08:37.366Z | Compiling blake2 v0.10.6 |
2719 | 2025-01-17T04:08:37.369Z | Compiling num-complex v0.4.6 |
2720 | 2025-01-17T04:08:37.615Z | Compiling aead v0.5.2 |
2721 | 2025-01-17T04:08:38.013Z | Compiling convert_case v0.4.0 |
2722 | 2025-01-17T04:08:38.222Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2723 | 2025-01-17T04:08:38.313Z | Compiling keccak v0.1.5 |
2724 | 2025-01-17T04:08:38.474Z | Compiling base64 v0.21.7 |
2725 | 2025-01-17T04:08:38.507Z | Compiling num v0.4.3 |
2726 | 2025-01-17T04:08:38.638Z | Compiling sha3 v0.10.8 |
2727 | 2025-01-17T04:08:38.671Z | Compiling argon2 v0.5.3 |
2728 | 2025-01-17T04:08:38.871Z | Compiling derive_more v0.99.18 |
2729 | 2025-01-17T04:08:38.905Z | Compiling typify-macro v0.2.0 |
2730 | 2025-01-17T04:08:39.099Z | Compiling tokio-tungstenite v0.21.0 |
2731 | 2025-01-17T04:08:39.399Z | Compiling poly1305 v0.8.0 |
2732 | 2025-01-17T04:08:39.714Z | Compiling chacha20 v0.9.1 |
2733 | 2025-01-17T04:08:39.971Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2734 | 2025-01-17T04:08:40.057Z | Compiling float-ord v0.3.2 |
2735 | 2025-01-17T04:08:40.080Z | Compiling typify-macro v0.3.0 |
2736 | 2025-01-17T04:08:40.208Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2737 | 2025-01-17T04:08:40.256Z | Compiling semver v0.1.20 |
2738 | 2025-01-17T04:08:40.691Z | Compiling same-file v1.0.6 |
2739 | 2025-01-17T04:08:40.883Z | Compiling walkdir v2.5.0 |
2740 | 2025-01-17T04:08:40.938Z | Compiling rustc_version v0.1.7 |
2741 | 2025-01-17T04:08:41.123Z | Compiling newline-converter v0.3.0 |
2742 | 2025-01-17T04:08:41.323Z | Compiling primeorder v0.13.6 |
2743 | 2025-01-17T04:08:41.423Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2744 | 2025-01-17T04:08:41.441Z | Compiling secrecy v0.8.0 |
2745 | 2025-01-17T04:08:41.604Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2746 | 2025-01-17T04:08:41.707Z | Compiling owo-colors v4.1.0 |
2747 | 2025-01-17T04:08:41.875Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2748 | 2025-01-17T04:08:41.991Z | Compiling cancel-safe-futures v0.1.5 |
2749 | 2025-01-17T04:08:42.060Z | Compiling newtype_derive v0.1.6 |
2750 | 2025-01-17T04:08:42.079Z | Compiling expectorate v1.1.0 |
2751 | 2025-01-17T04:08:42.279Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2752 | 2025-01-17T04:08:42.358Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2753 | 2025-01-17T04:08:42.394Z | Compiling thiserror-impl-no-std v2.0.2 |
2754 | 2025-01-17T04:08:42.421Z | Compiling blake3 v1.5.4 |
2755 | 2025-01-17T04:08:42.650Z | Compiling half v2.4.1 |
2756 | 2025-01-17T04:08:42.743Z | Compiling typify v0.2.0 |
2757 | 2025-01-17T04:08:42.904Z | Compiling progenitor-impl v0.8.0 |
2758 | 2025-01-17T04:08:43.079Z | Compiling unicase v2.7.0 |
2759 | 2025-01-17T04:08:43.099Z | Compiling arc-swap v1.7.1 |
2760 | 2025-01-17T04:08:43.218Z | Compiling ciborium-io v0.2.2 |
2761 | 2025-01-17T04:08:43.345Z | Compiling ciborium-ll v0.2.2 |
2762 | 2025-01-17T04:08:43.621Z | Compiling slog-scope v4.4.0 |
2763 | 2025-01-17T04:08:43.677Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2764 | 2025-01-17T04:08:43.741Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2765 | 2025-01-17T04:08:44.017Z | Compiling typify v0.3.0 |
2766 | 2025-01-17T04:08:44.085Z | Compiling progenitor-impl v0.9.1 |
2767 | 2025-01-17T04:08:44.144Z | Compiling polyval v0.6.2 |
2768 | 2025-01-17T04:08:44.569Z | Compiling atomicwrites v0.4.4 |
2769 | 2025-01-17T04:08:44.588Z | Compiling libsw v3.3.1 |
2770 | 2025-01-17T04:08:44.916Z | Compiling memmap2 v0.9.5 |
2771 | 2025-01-17T04:08:44.937Z | Compiling arrayvec v0.7.6 |
2772 | 2025-01-17T04:08:45.179Z | Compiling thiserror-no-std v2.0.2 |
2773 | 2025-01-17T04:08:45.332Z | Compiling parking_lot_core v0.8.6 |
2774 | 2025-01-17T04:08:45.352Z | Compiling constant_time_eq v0.3.1 |
2775 | 2025-01-17T04:08:45.371Z | Compiling indent_write v2.2.0 |
2776 | 2025-01-17T04:08:45.560Z | Compiling arrayref v0.3.9 |
2777 | 2025-01-17T04:08:45.604Z | Compiling linear-map v1.2.0 |
2778 | 2025-01-17T04:08:45.681Z | Compiling salty v0.3.0 |
2779 | 2025-01-17T04:08:45.762Z | Compiling libefi-sys v0.1.0 |
2780 | 2025-01-17T04:08:45.950Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2781 | 2025-01-17T04:08:46.033Z | Compiling vsss-rs v3.3.4 |
2782 | 2025-01-17T04:08:46.102Z | Compiling ghash v0.5.1 |
2783 | 2025-01-17T04:08:46.317Z | Compiling slog-stdlog v4.1.1 |
2784 | 2025-01-17T04:08:46.337Z | Compiling ciborium v0.2.2 |
2785 | 2025-01-17T04:08:47.189Z | Compiling p384 v0.13.0 |
2786 | 2025-01-17T04:08:47.337Z | Compiling toolchain_find v0.4.0 |
2787 | 2025-01-17T04:08:47.779Z | Compiling chacha20poly1305 v0.10.1 |
2788 | 2025-01-17T04:08:47.923Z | Compiling ctr v0.9.2 |
2789 | 2025-01-17T04:08:47.943Z | Compiling lzma-sys v0.1.20 |
2790 | 2025-01-17T04:08:48.035Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2791 | 2025-01-17T04:08:48.303Z | Compiling bitfield-struct v0.6.2 |
2792 | 2025-01-17T04:08:48.474Z | Compiling slog-dtrace v0.3.0 |
2793 | 2025-01-17T04:08:48.686Z | Compiling highway v1.2.0 |
2794 | 2025-01-17T04:08:48.721Z | Compiling topological-sort v0.2.2 |
2795 | 2025-01-17T04:08:48.934Z | Compiling omicron-zone-package v0.12.0 |
2796 | 2025-01-17T04:08:49.096Z | Compiling aes-gcm v0.10.3 |
2797 | 2025-01-17T04:08:49.416Z | Compiling rustfmt-wrapper v0.2.1 |
2798 | 2025-01-17T04:08:49.435Z | Compiling mime_guess v2.0.5 |
2799 | 2025-01-17T04:08:49.716Z | Compiling slog-envlogger v2.2.0 |
2800 | 2025-01-17T04:08:49.740Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2801 | 2025-01-17T04:08:49.966Z | Compiling steno v0.4.1 |
2802 | 2025-01-17T04:08:49.969Z | Compiling progenitor-macro v0.8.0 |
2803 | 2025-01-17T04:08:50.664Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2804 | 2025-01-17T04:08:50.839Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2805 | 2025-01-17T04:08:51.072Z | Compiling heck v0.3.3 |
2806 | 2025-01-17T04:08:51.092Z | Compiling progenitor-macro v0.9.1 |
2807 | 2025-01-17T04:08:51.154Z | Compiling ssh-encoding v0.2.0 |
2808 | 2025-01-17T04:08:51.254Z | Compiling blowfish v0.9.1 |
2809 | 2025-01-17T04:08:51.450Z | Compiling nibble_vec v0.1.0 |
2810 | 2025-01-17T04:08:51.660Z | Compiling env_filter v0.1.2 |
2811 | 2025-01-17T04:08:51.771Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2812 | 2025-01-17T04:08:51.774Z | Compiling humantime v2.1.0 |
2813 | 2025-01-17T04:08:51.954Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2814 | 2025-01-17T04:08:52.041Z | Compiling endian-type v0.1.2 |
2815 | 2025-01-17T04:08:52.103Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2816 | 2025-01-17T04:08:52.304Z | Compiling radix_trie v0.2.1 |
2817 | 2025-01-17T04:08:52.306Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2818 | 2025-01-17T04:08:52.372Z | Compiling env_logger v0.11.5 |
2819 | 2025-01-17T04:08:52.443Z | Compiling ssh-cipher v0.2.0 |
2820 | 2025-01-17T04:08:52.946Z | Compiling bcrypt-pbkdf v0.10.0 |
2821 | 2025-01-17T04:08:53.051Z | Compiling zone_cfg_derive v0.1.2 |
2822 | 2025-01-17T04:08:53.580Z | Compiling parking_lot v0.11.2 |
2823 | 2025-01-17T04:08:53.665Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2824 | 2025-01-17T04:08:53.994Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2825 | 2025-01-17T04:08:54.391Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2826 | 2025-01-17T04:08:54.493Z | Compiling password-hash v0.4.2 |
2827 | 2025-01-17T04:08:54.720Z | Compiling gethostname v0.5.0 |
2828 | 2025-01-17T04:08:54.748Z | Compiling fxhash v0.2.1 |
2829 | 2025-01-17T04:08:54.782Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2830 | 2025-01-17T04:08:54.901Z | Compiling bumpalo v3.16.0 |
2831 | 2025-01-17T04:08:54.936Z | Compiling matches v0.1.10 |
2832 | 2025-01-17T04:08:54.959Z | Compiling zip v2.1.3 |
2833 | 2025-01-17T04:08:55.101Z | Compiling base64 v0.13.1 |
2834 | 2025-01-17T04:08:55.105Z | Compiling simd-adler32 v0.3.7 |
2835 | 2025-01-17T04:08:55.292Z | Compiling lockfree-object-pool v0.1.6 |
2836 | 2025-01-17T04:08:55.355Z | Compiling http-range v0.1.5 |
2837 | 2025-01-17T04:08:55.441Z | Compiling idna v0.2.3 |
2838 | 2025-01-17T04:08:55.583Z | Compiling zopfli v0.8.1 |
2839 | 2025-01-17T04:08:55.631Z | Compiling ron v0.7.1 |
2840 | 2025-01-17T04:08:55.657Z | Compiling pbkdf2 v0.11.0 |
2841 | 2025-01-17T04:08:55.708Z | Compiling sled v0.34.7 |
2842 | 2025-01-17T04:08:56.047Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2843 | 2025-01-17T04:08:56.472Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2844 | 2025-01-17T04:08:56.739Z | Compiling zone v0.1.8 |
2845 | 2025-01-17T04:08:57.057Z | Compiling xz2 v0.1.7 |
2846 | 2025-01-17T04:08:57.524Z | Compiling ssh-key v0.6.6 |
2847 | 2025-01-17T04:08:57.564Z | Compiling hickory-client v0.24.1 |
2848 | 2025-01-17T04:08:58.431Z | Compiling p256 v0.13.2 |
2849 | 2025-01-17T04:08:58.575Z | Compiling p521 v0.13.3 |
2850 | 2025-01-17T04:08:58.979Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2851 | 2025-01-17T04:08:59.196Z | Compiling hickory-server v0.24.1 |
2852 | 2025-01-17T04:08:59.982Z | Compiling enum-as-inner v0.5.1 |
2853 | 2025-01-17T04:09:00.921Z | Compiling pem v3.0.4 |
2854 | 2025-01-17T04:09:01.021Z | Compiling yasna v0.5.2 |
2855 | 2025-01-17T04:09:01.760Z | Compiling headers-core v0.3.0 |
2856 | 2025-01-17T04:09:01.775Z | Compiling kstat-rs v0.2.4 |
2857 | 2025-01-17T04:09:01.778Z | Compiling nanorand v0.7.0 |
2858 | 2025-01-17T04:09:01.886Z | Compiling russh-cryptovec v0.7.3 |
2859 | 2025-01-17T04:09:02.235Z | Compiling atty v0.2.14 |
2860 | 2025-01-17T04:09:02.303Z | Compiling md5 v0.7.0 |
2861 | 2025-01-17T04:09:02.346Z | Compiling flume v0.11.1 |
2862 | 2025-01-17T04:09:02.397Z | Compiling rcgen v0.12.1 |
2863 | 2025-01-17T04:09:02.612Z | Compiling russh-keys v0.45.0 |
2864 | 2025-01-17T04:09:02.639Z | Compiling progenitor v0.8.0 |
2865 | 2025-01-17T04:09:02.867Z | Compiling headers v0.4.0 |
2866 | 2025-01-17T04:09:02.880Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2867 | 2025-01-17T04:09:03.004Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2868 | 2025-01-17T04:09:03.582Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2869 | 2025-01-17T04:09:03.819Z | Compiling progenitor v0.9.1 |
2870 | 2025-01-17T04:09:04.070Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2871 | 2025-01-17T04:09:04.497Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2872 | 2025-01-17T04:09:04.539Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2873 | 2025-01-17T04:09:05.085Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2874 | 2025-01-17T04:09:05.645Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2875 | 2025-01-17T04:09:05.843Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2876 | 2025-01-17T04:09:06.418Z | Compiling trust-dns-proto v0.22.0 |
2877 | 2025-01-17T04:09:09.514Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2878 | 2025-01-17T04:09:09.610Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2879 | 2025-01-17T04:09:09.935Z | Compiling hyper-staticfile v0.10.1 |
2880 | 2025-01-17T04:09:10.842Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2881 | 2025-01-17T04:09:10.963Z | Compiling num-bigint v0.4.6 |
2882 | 2025-01-17T04:09:11.450Z | Compiling des v0.8.1 |
2883 | 2025-01-17T04:09:11.851Z | Compiling subprocess v0.2.9 |
2884 | 2025-01-17T04:09:12.375Z | Compiling dhcproto-macros v0.1.0 |
2885 | 2025-01-17T04:09:13.274Z | Compiling display-error-chain v0.2.2 |
2886 | 2025-01-17T04:09:13.520Z | Compiling hex-literal v0.4.1 |
2887 | 2025-01-17T04:09:13.567Z | Compiling dhcproto v0.12.0 |
2888 | 2025-01-17T04:09:13.707Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2889 | 2025-01-17T04:09:14.007Z | Compiling russh v0.45.0 |
2890 | 2025-01-17T04:09:15.215Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2891 | 2025-01-17T04:09:15.689Z | Compiling internet-checksum v0.2.1 |
2892 | 2025-01-17T04:09:20.626Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2893 | 2025-01-17T04:09:20.626Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2894 | 2025-01-17T04:09:20.630Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2895 | 2025-01-17T04:09:20.630Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2896 | 2025-01-17T04:09:23.414Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2897 | 2025-01-17T04:09:23.779Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2898 | 2025-01-17T04:09:24.860Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2899 | 2025-01-17T04:09:25.275Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2900 | 2025-01-17T04:09:25.439Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2901 | 2025-01-17T04:09:25.901Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2902 | 2025-01-17T04:09:28.274Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2903 | 2025-01-17T04:09:28.394Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2904 | 2025-01-17T04:09:28.896Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2905 | 2025-01-17T04:09:29.500Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2906 | 2025-01-17T04:09:29.505Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2907 | 2025-01-17T04:09:29.971Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2908 | 2025-01-17T04:09:30.208Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2909 | 2025-01-17T04:09:31.726Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2910 | 2025-01-17T04:09:33.715Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2911 | 2025-01-17T04:09:33.748Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2912 | 2025-01-17T04:09:34.400Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2913 | 2025-01-17T04:09:34.814Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2914 | 2025-01-17T04:09:35.081Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2915 | 2025-01-17T04:09:36.170Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2916 | 2025-01-17T04:09:38.069Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2917 | 2025-01-17T04:09:40.288Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2918 | 2025-01-17T04:09:40.671Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2919 | 2025-01-17T04:09:42.132Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2920 | 2025-01-17T04:09:46.676Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2921 | 2025-01-17T04:09:54.289Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2922 | 2025-01-17T04:09:55.929Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2923 | 2025-01-17T04:10:17.782Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2924 | 2025-01-17T04:10:41.061Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 23s |
2925 | 2025-01-17T04:10:41.276Z | |
2926 | 2025-01-17T04:10:41.279Z | real 2:23.527966023 |
2927 | 2025-01-17T04:10:41.279Z | user 12:18.477287866 |
2928 | 2025-01-17T04:10:41.279Z | sys 1:35.783273691 |
2929 | 2025-01-17T04:10:41.279Z | trap 0.371059769 |
2930 | 2025-01-17T04:10:41.279Z | tflt 0.740116043 |
2931 | 2025-01-17T04:10:41.279Z | dflt 1.172375112 |
2932 | 2025-01-17T04:10:41.279Z | kflt 0.000079786 |
2933 | 2025-01-17T04:10:41.279Z | lock 22:44.944934326 |
2934 | 2025-01-17T04:10:41.279Z | slp 42:30.932559859 |
2935 | 2025-01-17T04:10:41.279Z | lat 38.799329327 |
2936 | 2025-01-17T04:10:41.279Z | stop 1:38.409840082 |
2937 | 2025-01-17T04:10:41.279Z | + mkdir tests |
2938 | 2025-01-17T04:10:41.283Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2939 | 2025-01-17T04:10:41.283Z | + xargs -I '{}' -t cp '{}' tests/ |
2940 | 2025-01-17T04:10:42.327Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-d7045afdd2275236 tests/ |
2941 | 2025-01-17T04:10:42.348Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ce4078b3cba0aa19 tests/ |
2942 | 2025-01-17T04:10:42.368Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-003022a48aaaa3da tests/ |
2943 | 2025-01-17T04:10:42.388Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-874eb028fd35d84d tests/ |
2944 | 2025-01-17T04:10:42.604Z | + 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/*) |
2945 | 2025-01-17T04:10:42.607Z | + 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-ce4078b3cba0aa19 tests/commtest-003022a48aaaa3da tests/dhcp_server-d7045afdd2275236 tests/end_to_end_tests-874eb028fd35d84d 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 |
2946 | 2025-01-17T04:11:56.527Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2947 | 2025-01-17T04:11:56.527Z | a .github/buildomat/ci-env.sh 1K |
2948 | 2025-01-17T04:11:56.527Z | a out/target/test 1K |
2949 | 2025-01-17T04:11:56.527Z | a out/npuzone/npuzone 23144K |
2950 | 2025-01-17T04:11:56.527Z | a package-manifest.toml 34K |
2951 | 2025-01-17T04:11:56.527Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2952 | 2025-01-17T04:11:56.527Z | a target/release/omicron-package 36370K |
2953 | 2025-01-17T04:11:56.528Z | a target/release/xtask 11911K |
2954 | 2025-01-17T04:11:56.528Z | a target/debug/bootstrap 221450K |
2955 | 2025-01-17T04:11:56.528Z | a tests/bootstrap-ce4078b3cba0aa19 24276K |
2956 | 2025-01-17T04:11:56.528Z | a tests/commtest-003022a48aaaa3da 24769K |
2957 | 2025-01-17T04:11:56.528Z | a tests/dhcp_server-d7045afdd2275236 24276K |
2958 | 2025-01-17T04:11:56.528Z | a tests/end_to_end_tests-874eb028fd35d84d 282813K |
2959 | 2025-01-17T04:11:56.528Z | a out/clickhouse.tar.gz 294787K |
2960 | 2025-01-17T04:11:56.528Z | a out/clickhouse_keeper.tar.gz 281742K |
2961 | 2025-01-17T04:11:56.528Z | a out/clickhouse_server.tar.gz 294771K |
2962 | 2025-01-17T04:11:56.528Z | a out/cockroachdb.tar.gz 135122K |
2963 | 2025-01-17T04:11:56.528Z | a out/crucible-dtrace.tar 96K |
2964 | 2025-01-17T04:11:56.528Z | a out/crucible-pantry-zone.tar.gz 28542K |
2965 | 2025-01-17T04:11:56.528Z | a out/crucible-zone.tar.gz 36818K |
2966 | 2025-01-17T04:11:56.528Z | a out/external-dns.tar.gz 35749K |
2967 | 2025-01-17T04:11:56.528Z | a out/internal-dns.tar.gz 35749K |
2968 | 2025-01-17T04:11:56.528Z | a out/mg-ddm-gz.tar 63075K |
2969 | 2025-01-17T04:11:56.528Z | a out/nexus.tar.gz 100013K |
2970 | 2025-01-17T04:11:56.528Z | a out/ntp.tar.gz 10506K |
2971 | 2025-01-17T04:11:56.528Z | a out/omicron-gateway-softnpu.tar.gz 24312K |
2972 | 2025-01-17T04:11:56.529Z | a out/omicron-sled-agent.tar 114842K |
2973 | 2025-01-17T04:11:56.529Z | a out/overlay.tar.gz 3K |
2974 | 2025-01-17T04:11:56.529Z | a out/oximeter.tar.gz 48517K |
2975 | 2025-01-17T04:11:56.529Z | a out/oxlog.tar 3150K |
2976 | 2025-01-17T04:11:56.529Z | a out/probe.tar.gz 2764K |
2977 | 2025-01-17T04:11:56.529Z | a out/propolis-server.tar.gz 66467K |
2978 | 2025-01-17T04:11:56.529Z | a out/pumpkind-gz.tar 26665K |
2979 | 2025-01-17T04:11:56.529Z | a out/switch-softnpu.tar.gz 236694K |
2980 | 2025-01-17T04:11:56.532Z | |
2981 | 2025-01-17T04:11:56.532Z | real 1:13.911173510 |
2982 | 2025-01-17T04:11:56.532Z | user 1:10.491972346 |
2983 | 2025-01-17T04:11:56.532Z | sys 4.791519509 |
2984 | 2025-01-17T04:11:56.532Z | trap 0.018153601 |
2985 | 2025-01-17T04:11:56.532Z | tflt 0.000000000 |
2986 | 2025-01-17T04:11:56.532Z | dflt 0.000000000 |
2987 | 2025-01-17T04:11:56.532Z | kflt 0.000000000 |
2988 | 2025-01-17T04:11:56.532Z | lock 0.000000000 |
2989 | 2025-01-17T04:11:56.532Z | slp 1:10.338453821 |
2990 | 2025-01-17T04:11:56.532Z | lat 2.177839893 |
2991 | 2025-01-17T04:11:56.532Z | stop 0.000198465 |
2992 | 2025-01-17T04:11:56.532Z | process exited: duration 1973832 ms, exit code 0 |
|
2993 | 2025-01-17T04:11:56.547Z | found 1 output files |
2994 | 2025-01-17T04:11:56.547Z | uploading: /work/package.tar.gz (1906664283 bytes) |
2995 | 2025-01-17T04:12:41.479Z | uploaded: /work/package.tar.gz |