|
|
|
1 | 2024-12-13T23:52:06.336Z | job assigned to worker 01JF16XS3E2CMXG9AJ1TC734ZZ [factory aws, i-01b5a6a997da045ee] (queued for 1 m 5 s) |
|
2 | 2024-12-13T23:52:14.051Z | starting task 0: "setup" |
3 | 2024-12-13T23:52:14.059Z | ++ uname -s |
4 | 2024-12-13T23:52:14.062Z | + kern=SunOS |
5 | 2024-12-13T23:52:14.062Z | + case "$kern" in |
6 | 2024-12-13T23:52:14.062Z | + groupadd -g 12345 build |
7 | 2024-12-13T23:52:14.065Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T23:52:16.070Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T23:52:16.154Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T23:52:16.157Z | + home_fs=zfs |
11 | 2024-12-13T23:52:16.157Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T23:52:16.157Z | + mkdir -p /home/build |
13 | 2024-12-13T23:52:16.159Z | + chown build:build /home/build /work |
14 | 2024-12-13T23:52:18.161Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T23:52:18.165Z | process exited: duration 4113 ms, exit code 0 |
|
16 | 2024-12-13T23:52:18.171Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T23:52:18.177Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T23:52:18.177Z | ' 1.81.0 |
19 | 2024-12-13T23:52:18.177Z | * toolchain channel = "1.81.0" |
20 | 2024-12-13T23:52:18.177Z | * toolchain profile = "default" |
21 | 2024-12-13T23:52:18.177Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-13T23:52:18.177Z | ' default |
23 | 2024-12-13T23:52:18.179Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T23:52:18.179Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-13T23:52:18.294Z | info: downloading installer |
26 | 2024-12-13T23:52:19.719Z | info: profile set to 'default' |
27 | 2024-12-13T23:52:19.719Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T23:52:19.722Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-13T23:52:19.894Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-13T23:52:19.894Z | info: downloading component 'cargo' |
31 | 2024-12-13T23:52:20.861Z | info: downloading component 'clippy' |
32 | 2024-12-13T23:52:21.223Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T23:52:22.565Z | info: downloading component 'rust-std' |
34 | 2024-12-13T23:52:24.661Z | info: downloading component 'rustc' |
35 | 2024-12-13T23:52:32.137Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T23:52:32.423Z | info: installing component 'cargo' |
37 | 2024-12-13T23:52:33.206Z | info: installing component 'clippy' |
38 | 2024-12-13T23:52:33.562Z | info: installing component 'rust-docs' |
39 | 2024-12-13T23:52:35.164Z | info: installing component 'rust-std' |
40 | 2024-12-13T23:52:36.875Z | info: installing component 'rustc' |
41 | 2024-12-13T23:52:42.445Z | info: installing component 'rustfmt' |
42 | 2024-12-13T23:52:42.771Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-13T23:52:42.771Z | |
44 | 2024-12-13T23:52:43.140Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-13T23:52:43.140Z | |
46 | 2024-12-13T23:52:43.142Z | |
47 | 2024-12-13T23:52:43.142Z | Rust is installed now. Great! |
48 | 2024-12-13T23:52:43.142Z | |
49 | 2024-12-13T23:52:43.142Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T23:52:43.142Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T23:52:43.142Z | |
52 | 2024-12-13T23:52:43.142Z | To configure your current shell, you need to source |
53 | 2024-12-13T23:52:43.142Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T23:52:43.142Z | |
55 | 2024-12-13T23:52:43.143Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T23:52:43.143Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T23:52:43.143Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T23:52:43.216Z | + rustc --version |
59 | 2024-12-13T23:52:43.284Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-13T23:52:43.287Z | process exited: duration 25113 ms, exit code 0 |
|
61 | 2024-12-13T23:52:43.291Z | starting task 2: "authentication" |
62 | 2024-12-13T23:52:43.312Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-13T23:52:43.319Z | starting task 3: "clone repository" |
64 | 2024-12-13T23:52:43.323Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-13T23:52:43.325Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-13T23:52:44.778Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-13T23:52:52.477Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-13T23:52:52.477Z | + git fetch origin 2d0edd7fe91c7e13881879dccf13399351d475d3 |
69 | 2024-12-13T23:52:52.826Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-13T23:52:52.826Z | * branch 2d0edd7fe91c7e13881879dccf13399351d475d3 -> FETCH_HEAD |
71 | 2024-12-13T23:52:52.833Z | + [[ -n dtrace-sql-transactions ]] |
72 | 2024-12-13T23:52:52.837Z | ++ git branch --show-current |
73 | 2024-12-13T23:52:52.840Z | + current=main |
74 | 2024-12-13T23:52:52.840Z | + [[ main != dtrace-sql-transactions ]] |
75 | 2024-12-13T23:52:52.840Z | + git branch -f dtrace-sql-transactions 2d0edd7fe91c7e13881879dccf13399351d475d3 |
76 | 2024-12-13T23:52:52.846Z | + git checkout -f dtrace-sql-transactions |
77 | 2024-12-13T23:52:53.015Z | Switched to branch 'dtrace-sql-transactions' |
78 | 2024-12-13T23:52:53.021Z | + git reset --hard 2d0edd7fe91c7e13881879dccf13399351d475d3 |
79 | 2024-12-13T23:52:53.035Z | HEAD is now at 2d0edd7fe Alan has spoken |
80 | 2024-12-13T23:52:53.039Z | process exited: duration 9714 ms, exit code 0 |
|
81 | 2024-12-13T23:52:53.046Z | starting task 4: "build" |
82 | 2024-12-13T23:52:53.051Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-13T23:52:53.054Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-13T23:52:53.054Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-13T23:52:53.054Z | + cargo --version |
86 | 2024-12-13T23:52:53.107Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-13T23:52:53.111Z | + rustc --version |
88 | 2024-12-13T23:52:53.169Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-13T23:52:53.172Z | + WORK=/work |
90 | 2024-12-13T23:52:53.172Z | + pfexec mkdir -p /work |
91 | 2024-12-13T23:52:53.176Z | + pfexec chown build /work |
92 | 2024-12-13T23:52:53.180Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-13T23:53:10.726Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-13T23:53:14.797Z | Startup: Caching catalogs ... Done |
95 | 2024-12-13T23:53:27.669Z | Planning: Solver setup ... Done (9.081s) |
96 | 2024-12-13T23:53:27.720Z | Planning: Running solver ... Done (0.125s) |
97 | 2024-12-13T23:53:27.720Z | Planning: Finding local manifests ... Done (0.225s) |
98 | 2024-12-13T23:53:27.720Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-13T23:53:28.340Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-13T23:53:28.597Z | Planning: Package planning ... Done (0.256s) |
101 | 2024-12-13T23:53:28.655Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-12-13T23:53:30.024Z | Planning: Checking for conflicting actions ... Done (1.370s) |
103 | 2024-12-13T23:53:39.064Z | Planning: Consolidating action changes ... Done (9.037s) |
104 | 2024-12-13T23:53:39.443Z | Planning: Evaluating mediators ... Done (0.379s) |
105 | 2024-12-13T23:53:39.562Z | Planning: Planning completed in 24.67 seconds |
106 | 2024-12-13T23:53:39.800Z | Packages to install: 4 |
107 | 2024-12-13T23:53:39.800Z | Packages to update: 1 |
108 | 2024-12-13T23:53:39.803Z | Mediators to change: 2 |
109 | 2024-12-13T23:53:39.803Z | Services to change: 1 |
110 | 2024-12-13T23:53:39.803Z | Estimated space available: 155.63 GB |
111 | 2024-12-13T23:53:39.804Z | Estimated space to be consumed: 1.61 GB |
112 | 2024-12-13T23:53:39.804Z | Create boot environment: No |
113 | 2024-12-13T23:53:39.804Z | Create backup boot environment: Yes |
114 | 2024-12-13T23:53:39.804Z | Rebuild boot archive: No |
115 | 2024-12-13T23:53:39.804Z | |
116 | 2024-12-13T23:53:39.804Z | Changed mediators: |
117 | 2024-12-13T23:53:39.804Z | mediator clang: |
118 | 2024-12-13T23:53:39.804Z | version: None -> 15 (system default) |
119 | 2024-12-13T23:53:39.804Z | |
120 | 2024-12-13T23:53:39.804Z | mediator llvm: |
121 | 2024-12-13T23:53:39.804Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-13T23:53:39.804Z | |
123 | 2024-12-13T23:53:39.804Z | Changed packages: |
124 | 2024-12-13T23:53:39.804Z | helios-dev |
125 | 2024-12-13T23:53:39.804Z | developer/build-essential |
126 | 2024-12-13T23:53:39.804Z | None -> 11-2.0 |
127 | 2024-12-13T23:53:39.804Z | library/libxmlsec1 |
128 | 2024-12-13T23:53:39.804Z | None -> 1.2.35-2.0 |
129 | 2024-12-13T23:53:39.804Z | ooce/developer/clang-15 |
130 | 2024-12-13T23:53:39.804Z | None -> 15.0.7-2.0 |
131 | 2024-12-13T23:53:39.804Z | ooce/developer/llvm-15 |
132 | 2024-12-13T23:53:39.804Z | None -> 15.0.7-2.0 |
133 | 2024-12-13T23:53:39.804Z | package/pkg |
134 | 2024-12-13T23:53:39.804Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-13T23:53:39.805Z | |
136 | 2024-12-13T23:53:39.805Z | Services: |
137 | 2024-12-13T23:53:39.805Z | restart_fmri: |
138 | 2024-12-13T23:53:39.805Z | svc:/system/update-man-index:default |
139 | 2024-12-13T23:53:39.805Z | |
140 | 2024-12-13T23:53:39.805Z | Editable files to change: |
141 | 2024-12-13T23:53:39.805Z | Update: |
142 | 2024-12-13T23:53:39.805Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-13T23:53:40.229Z | |
144 | 2024-12-13T23:53:40.229Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-13T23:53:45.247Z | Download: 560/4281 items 17.5/220.6MB 7% complete (3.5M/s) |
146 | 2024-12-13T23:53:50.232Z | Download: 1317/4281 items 109.8/220.6MB 49% complete (11.0M/s) |
147 | 2024-12-13T23:53:55.236Z | Download: 2313/4281 items 119.8/220.6MB 54% complete (10.2M/s) |
148 | 2024-12-13T23:54:00.369Z | Download: 3240/4281 items 176.5/220.6MB 80% complete (6.6M/s) |
149 | 2024-12-13T23:54:08.342Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.5M/s) |
150 | 2024-12-13T23:54:13.346Z | Download: 3714/4281 items 216.6/220.6MB 98% complete (2.8M/s) |
151 | 2024-12-13T23:54:17.197Z | Download: Completed 220.60 MB in 36.96 seconds (6.0M/s) |
152 | 2024-12-13T23:54:19.431Z | Actions: 1/5063 actions (Removing old actions) |
153 | 2024-12-13T23:54:19.448Z | Actions: 194/5063 actions (Installing new actions) |
154 | 2024-12-13T23:54:24.510Z | Actions: 4105/5063 actions (Installing new actions) |
155 | 2024-12-13T23:54:25.640Z | Actions: 4226/5063 actions (Updating modified actions) |
156 | 2024-12-13T23:54:26.090Z | Actions: Completed 5063 actions in 6.66 seconds. |
157 | 2024-12-13T23:54:26.311Z | Done (0.213s) |
158 | 2024-12-13T23:54:26.315Z | Done (0.000s) |
159 | 2024-12-13T23:54:26.865Z | Done (0.553s) |
160 | 2024-12-13T23:54:33.718Z | Done (6.637s) |
161 | 2024-12-13T23:54:34.149Z | Done (0.361s) |
162 | 2024-12-13T23:54:34.151Z | Done (0.000s) |
163 | 2024-12-13T23:54:34.322Z | Done (0.000s) |
164 | 2024-12-13T23:54:34.994Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-12-13T23:54:35.155Z | Planning: Checking for conflicting actions ... Done |
166 | 2024-12-13T23:54:35.158Z | Planning: Consolidating action changes ... Done |
167 | 2024-12-13T23:54:35.428Z | Planning: Evaluating mediators ... Done |
168 | 2024-12-13T23:54:35.431Z | Planning: Planning completed in 0.44 seconds |
169 | 2024-12-13T23:54:35.467Z | Mediators to change: 2 |
170 | 2024-12-13T23:54:35.467Z | Create boot environment: No |
171 | 2024-12-13T23:54:35.470Z | Create backup boot environment: No |
172 | 2024-12-13T23:54:35.752Z | Done |
173 | 2024-12-13T23:54:35.752Z | Done |
174 | 2024-12-13T23:54:36.105Z | Done |
175 | 2024-12-13T23:54:39.703Z | Done |
176 | 2024-12-13T23:54:39.792Z | Done |
177 | 2024-12-13T23:54:39.794Z | Done |
178 | 2024-12-13T23:54:39.900Z | Done |
179 | 2024-12-13T23:54:40.496Z | Planning: Evaluating mediator changes ... Done |
180 | 2024-12-13T23:54:40.499Z | Planning: Merging actions ... Done |
181 | 2024-12-13T23:54:40.684Z | Planning: Checking for conflicting actions ... Done |
182 | 2024-12-13T23:54:40.687Z | Planning: Consolidating action changes ... Done |
183 | 2024-12-13T23:54:40.945Z | Planning: Evaluating mediators ... Done |
184 | 2024-12-13T23:54:40.999Z | Planning: Planning completed in 0.74 seconds |
185 | 2024-12-13T23:54:41.039Z | Packages to change: 1 |
186 | 2024-12-13T23:54:41.039Z | Mediators to change: 1 |
187 | 2024-12-13T23:54:41.042Z | Services to change: 1 |
188 | 2024-12-13T23:54:41.042Z | Create boot environment: No |
189 | 2024-12-13T23:54:41.042Z | Create backup boot environment: Yes |
190 | 2024-12-13T23:54:43.199Z | Actions: 1/6 actions (Updating modified actions) |
191 | 2024-12-13T23:54:43.280Z | Actions: Completed 6 actions in 0.08 seconds. |
192 | 2024-12-13T23:54:43.283Z | Done |
193 | 2024-12-13T23:54:43.283Z | Done |
194 | 2024-12-13T23:54:43.397Z | Done |
195 | 2024-12-13T23:54:46.973Z | Done |
196 | 2024-12-13T23:54:47.069Z | Done |
197 | 2024-12-13T23:54:47.072Z | Done |
198 | 2024-12-13T23:54:47.201Z | Done |
199 | 2024-12-13T23:54:47.630Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
200 | 2024-12-13T23:54:47.630Z | clang system 15 system |
201 | 2024-12-13T23:54:47.630Z | csh system system illumos |
202 | 2024-12-13T23:54:47.630Z | ctags system system illumos |
203 | 2024-12-13T23:54:47.630Z | gcc vendor 12 vendor |
204 | 2024-12-13T23:54:47.630Z | gcc system 10 system |
205 | 2024-12-13T23:54:47.630Z | gcc system 7 system |
206 | 2024-12-13T23:54:47.630Z | go system 1.20 system |
207 | 2024-12-13T23:54:47.630Z | go system 1.19 system |
208 | 2024-12-13T23:54:47.630Z | llvm system 15 system |
209 | 2024-12-13T23:54:47.630Z | llvm system 14 system |
210 | 2024-12-13T23:54:47.630Z | mariadb system 10.6 system |
211 | 2024-12-13T23:54:47.630Z | mta vendor vendor dma |
212 | 2024-12-13T23:54:47.630Z | openjdk system 17 system |
213 | 2024-12-13T23:54:47.630Z | openjdk system 11 system |
214 | 2024-12-13T23:54:47.630Z | openjdk system 1.8 system |
215 | 2024-12-13T23:54:47.631Z | openssl vendor 3 vendor |
216 | 2024-12-13T23:54:47.631Z | perl system 5.36 system |
217 | 2024-12-13T23:54:47.631Z | postgresql system 15 system |
218 | 2024-12-13T23:54:47.631Z | postgresql system 13 system |
219 | 2024-12-13T23:54:47.631Z | python vendor 3 vendor |
220 | 2024-12-13T23:54:47.631Z | python system 2 system |
221 | 2024-12-13T23:54:47.631Z | python3 system 3.11 system |
222 | 2024-12-13T23:54:47.631Z | ruby system 3.0 system |
223 | 2024-12-13T23:54:47.631Z | words vendor vendor american-english |
224 | 2024-12-13T23:54:47.631Z | words system system australian-english |
225 | 2024-12-13T23:54:47.631Z | words system system british-english |
226 | 2024-12-13T23:54:47.631Z | words system system canadian-english |
227 | 2024-12-13T23:54:47.631Z | words system system french |
228 | 2024-12-13T23:54:47.631Z | words system system italian |
229 | 2024-12-13T23:54:47.631Z | words system system ngerman |
230 | 2024-12-13T23:54:47.631Z | words system system ogerman |
231 | 2024-12-13T23:54:47.631Z | words system system spanish |
232 | 2024-12-13T23:54:47.958Z | PUBLISHER TYPE STATUS P LOCATION |
233 | 2024-12-13T23:54:47.958Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
234 | 2024-12-13T23:54:50.642Z | FMRI IFO |
235 | 2024-12-13T23:54:50.642Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
236 | 2024-12-13T23:54:50.642Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
237 | 2024-12-13T23:54:50.642Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
238 | 2024-12-13T23:54:50.642Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
239 | 2024-12-13T23:54:50.642Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
240 | 2024-12-13T23:54:50.642Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
241 | 2024-12-13T23:54:50.642Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
242 | 2024-12-13T23:54:50.642Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
243 | 2024-12-13T23:54:50.642Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
244 | 2024-12-13T23:54:50.642Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
245 | 2024-12-13T23:54:50.642Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
246 | 2024-12-13T23:54:50.642Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
247 | 2024-12-13T23:54:50.642Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
248 | 2024-12-13T23:54:50.642Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-12-13T23:54:50.642Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-12-13T23:54:51.392Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-12-13T23:54:51.679Z | Updating crates.io index |
252 | 2024-12-13T23:54:51.714Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
253 | 2024-12-13T23:54:52.236Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
254 | 2024-12-13T23:54:52.526Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
255 | 2024-12-13T23:54:52.847Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
256 | 2024-12-13T23:54:53.153Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
257 | 2024-12-13T23:54:53.999Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
258 | 2024-12-13T23:54:55.561Z | Updating git repository `https://github.com/oxidecomputer/opte` |
259 | 2024-12-13T23:54:56.708Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
260 | 2024-12-13T23:54:57.460Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
261 | 2024-12-13T23:54:57.699Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
262 | 2024-12-13T23:54:58.115Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
263 | 2024-12-13T23:54:58.736Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
264 | 2024-12-13T23:54:59.034Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
265 | 2024-12-13T23:54:59.342Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
266 | 2024-12-13T23:54:59.670Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
267 | 2024-12-13T23:54:59.943Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
268 | 2024-12-13T23:55:00.200Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
269 | 2024-12-13T23:55:00.514Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
270 | 2024-12-13T23:55:00.896Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
271 | 2024-12-13T23:55:01.266Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
272 | 2024-12-13T23:55:01.547Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
273 | 2024-12-13T23:55:02.024Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
274 | 2024-12-13T23:55:02.311Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
275 | 2024-12-13T23:55:02.759Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
276 | 2024-12-13T23:55:03.137Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
277 | 2024-12-13T23:55:03.474Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
278 | 2024-12-13T23:55:03.741Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
279 | 2024-12-13T23:55:04.050Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
280 | 2024-12-13T23:55:05.370Z | Downloading crates ... |
281 | 2024-12-13T23:55:05.458Z | Downloaded anstream v0.6.15 |
282 | 2024-12-13T23:55:05.488Z | Downloaded anstyle-parse v0.2.5 |
283 | 2024-12-13T23:55:05.491Z | Downloaded anstyle-query v1.1.1 |
284 | 2024-12-13T23:55:05.496Z | Downloaded anyhow v1.0.93 |
285 | 2024-12-13T23:55:05.500Z | Downloaded block-buffer v0.10.4 |
286 | 2024-12-13T23:55:05.503Z | Downloaded autocfg v1.4.0 |
287 | 2024-12-13T23:55:05.507Z | Downloaded anstyle v1.0.10 |
288 | 2024-12-13T23:55:05.509Z | Downloaded camino-tempfile v1.1.1 |
289 | 2024-12-13T23:55:05.512Z | Downloaded cargo_metadata v0.18.1 |
290 | 2024-12-13T23:55:05.512Z | Downloaded bitflags v2.6.0 |
291 | 2024-12-13T23:55:05.516Z | Downloaded camino v1.1.9 |
292 | 2024-12-13T23:55:05.519Z | Downloaded cfg-if v1.0.0 |
293 | 2024-12-13T23:55:05.520Z | Downloaded clap v4.5.21 |
294 | 2024-12-13T23:55:05.528Z | Downloaded cargo_toml v0.20.5 |
295 | 2024-12-13T23:55:05.530Z | Downloaded byteorder v1.5.0 |
296 | 2024-12-13T23:55:05.530Z | Downloaded cargo-platform v0.1.8 |
297 | 2024-12-13T23:55:05.533Z | Downloaded clap_builder v4.5.21 |
298 | 2024-12-13T23:55:05.537Z | Downloaded equivalent v1.0.1 |
299 | 2024-12-13T23:55:05.540Z | Downloaded clap_derive v4.5.18 |
300 | 2024-12-13T23:55:05.542Z | Downloaded fastrand v2.1.1 |
301 | 2024-12-13T23:55:05.542Z | Downloaded colorchoice v1.0.2 |
302 | 2024-12-13T23:55:05.545Z | Downloaded dof v0.3.0 |
303 | 2024-12-13T23:55:05.545Z | Downloaded log v0.4.22 |
304 | 2024-12-13T23:55:05.547Z | Downloaded fnv v1.0.7 |
305 | 2024-12-13T23:55:05.547Z | Downloaded errno v0.3.9 |
306 | 2024-12-13T23:55:05.550Z | Downloaded is_terminal_polyfill v1.70.1 |
307 | 2024-12-13T23:55:05.550Z | Downloaded fs-err v2.11.0 |
308 | 2024-12-13T23:55:05.552Z | Downloaded crypto-common v0.1.6 |
309 | 2024-12-13T23:55:05.552Z | Downloaded cpufeatures v0.2.14 |
310 | 2024-12-13T23:55:05.554Z | Downloaded generic-array v0.14.7 |
311 | 2024-12-13T23:55:05.556Z | Downloaded dtrace-parser v0.2.0 |
312 | 2024-12-13T23:55:05.556Z | Downloaded digest v0.10.7 |
313 | 2024-12-13T23:55:05.559Z | Downloaded clap_lex v0.7.2 |
314 | 2024-12-13T23:55:05.559Z | Downloaded bytecount v0.6.8 |
315 | 2024-12-13T23:55:05.562Z | Downloaded macaddr v1.0.1 |
316 | 2024-12-13T23:55:05.562Z | Downloaded heck v0.4.1 |
317 | 2024-12-13T23:55:05.570Z | Downloaded scroll_derive v0.12.0 |
318 | 2024-12-13T23:55:05.587Z | Downloaded swrite v0.1.0 |
319 | 2024-12-13T23:55:05.592Z | Downloaded usdt-attr-macro v0.5.0 |
320 | 2024-12-13T23:55:05.594Z | Downloaded usdt-macro v0.5.0 |
321 | 2024-12-13T23:55:05.599Z | Downloaded pest_generator v2.7.14 |
322 | 2024-12-13T23:55:05.602Z | Downloaded serde_spanned v0.6.8 |
323 | 2024-12-13T23:55:05.602Z | Downloaded itoa v1.0.11 |
324 | 2024-12-13T23:55:05.618Z | Downloaded tabled_derive v0.7.0 |
325 | 2024-12-13T23:55:05.621Z | Downloaded pretty-hex v0.4.1 |
326 | 2024-12-13T23:55:05.621Z | Downloaded proc-macro-error-attr v1.0.4 |
327 | 2024-12-13T23:55:05.623Z | Downloaded plain v0.2.3 |
328 | 2024-12-13T23:55:05.623Z | Downloaded toml_datetime v0.6.8 |
329 | 2024-12-13T23:55:05.625Z | Downloaded thread-id v4.2.2 |
330 | 2024-12-13T23:55:05.627Z | Downloaded thiserror-impl v1.0.69 |
331 | 2024-12-13T23:55:05.631Z | Downloaded thiserror v1.0.69 |
332 | 2024-12-13T23:55:05.636Z | Downloaded strsim v0.11.1 |
333 | 2024-12-13T23:55:05.638Z | Downloaded utf8parse v0.2.2 |
334 | 2024-12-13T23:55:05.638Z | Downloaded serde_tokenstream v0.2.2 |
335 | 2024-12-13T23:55:05.642Z | Downloaded memmap v0.7.0 |
336 | 2024-12-13T23:55:05.642Z | Downloaded version_check v0.9.5 |
337 | 2024-12-13T23:55:05.645Z | Downloaded unicode-linebreak v0.1.5 |
338 | 2024-12-13T23:55:05.645Z | Downloaded heck v0.5.0 |
339 | 2024-12-13T23:55:05.645Z | Downloaded smawk v0.3.2 |
340 | 2024-12-13T23:55:05.648Z | Downloaded proc-macro-error v1.0.4 |
341 | 2024-12-13T23:55:05.651Z | Downloaded sha2 v0.10.8 |
342 | 2024-12-13T23:55:05.653Z | Downloaded quote v1.0.37 |
343 | 2024-12-13T23:55:05.658Z | Downloaded tempfile v3.13.0 |
344 | 2024-12-13T23:55:05.661Z | Downloaded usdt v0.5.0 |
345 | 2024-12-13T23:55:05.663Z | Downloaded once_cell v1.20.2 |
346 | 2024-12-13T23:55:05.666Z | Downloaded semver v1.0.23 |
347 | 2024-12-13T23:55:05.669Z | Downloaded terminal_size v0.4.0 |
348 | 2024-12-13T23:55:05.671Z | Downloaded zerocopy-derive v0.7.35 |
349 | 2024-12-13T23:55:05.675Z | Downloaded pest_derive v2.7.14 |
350 | 2024-12-13T23:55:05.678Z | Downloaded usdt-impl v0.5.0 |
351 | 2024-12-13T23:55:05.680Z | Downloaded scroll v0.12.0 |
352 | 2024-12-13T23:55:05.680Z | Downloaded pest_meta v2.7.14 |
353 | 2024-12-13T23:55:05.682Z | Downloaded ryu v1.0.18 |
354 | 2024-12-13T23:55:05.690Z | Downloaded unicode-ident v1.0.13 |
355 | 2024-12-13T23:55:05.693Z | Downloaded papergrid v0.11.0 |
356 | 2024-12-13T23:55:05.696Z | Downloaded ucd-trie v0.1.7 |
357 | 2024-12-13T23:55:05.699Z | Downloaded toml v0.8.19 |
358 | 2024-12-13T23:55:05.701Z | Downloaded textwrap v0.16.1 |
359 | 2024-12-13T23:55:05.703Z | Downloaded typenum v1.17.0 |
360 | 2024-12-13T23:55:05.706Z | Downloaded goblin v0.8.2 |
361 | 2024-12-13T23:55:05.711Z | Downloaded proc-macro2 v1.0.89 |
362 | 2024-12-13T23:55:05.714Z | Downloaded serde v1.0.215 |
363 | 2024-12-13T23:55:05.717Z | Downloaded serde_derive v1.0.215 |
364 | 2024-12-13T23:55:05.719Z | Downloaded indexmap v2.6.0 |
365 | 2024-12-13T23:55:05.732Z | Downloaded memchr v2.7.4 |
366 | 2024-12-13T23:55:05.751Z | Downloaded toml_edit v0.22.22 |
367 | 2024-12-13T23:55:05.772Z | Downloaded pest v2.7.14 |
368 | 2024-12-13T23:55:05.776Z | Downloaded hashbrown v0.15.1 |
369 | 2024-12-13T23:55:05.781Z | Downloaded serde_json v1.0.132 |
370 | 2024-12-13T23:55:05.787Z | Downloaded zerocopy v0.7.35 |
371 | 2024-12-13T23:55:05.802Z | Downloaded winnow v0.6.20 |
372 | 2024-12-13T23:55:05.816Z | Downloaded tabled v0.15.0 |
373 | 2024-12-13T23:55:05.833Z | Downloaded syn v1.0.109 |
374 | 2024-12-13T23:55:05.842Z | Downloaded syn v2.0.87 |
375 | 2024-12-13T23:55:05.853Z | Downloaded unicode-width v0.1.14 |
376 | 2024-12-13T23:55:05.867Z | Downloaded rustix v0.38.37 |
377 | 2024-12-13T23:55:05.897Z | Downloaded libc v0.2.162 |
378 | 2024-12-13T23:55:06.200Z | Compiling proc-macro2 v1.0.89 |
379 | 2024-12-13T23:55:06.200Z | Compiling unicode-ident v1.0.13 |
380 | 2024-12-13T23:55:06.200Z | Compiling version_check v0.9.5 |
381 | 2024-12-13T23:55:06.202Z | Compiling serde v1.0.215 |
382 | 2024-12-13T23:55:06.202Z | Compiling thiserror v1.0.69 |
383 | 2024-12-13T23:55:06.202Z | Compiling memchr v2.7.4 |
384 | 2024-12-13T23:55:06.249Z | Compiling libc v0.2.162 |
385 | 2024-12-13T23:55:06.251Z | Compiling ucd-trie v0.1.7 |
386 | 2024-12-13T23:55:06.453Z | Compiling ryu v1.0.18 |
387 | 2024-12-13T23:55:06.781Z | Compiling itoa v1.0.11 |
388 | 2024-12-13T23:55:06.969Z | Compiling once_cell v1.20.2 |
389 | 2024-12-13T23:55:07.028Z | Compiling byteorder v1.5.0 |
390 | 2024-12-13T23:55:07.411Z | Compiling serde_json v1.0.132 |
391 | 2024-12-13T23:55:07.623Z | Compiling rustix v0.38.37 |
392 | 2024-12-13T23:55:08.322Z | Compiling bitflags v2.6.0 |
393 | 2024-12-13T23:55:08.431Z | Compiling usdt-impl v0.5.0 |
394 | 2024-12-13T23:55:08.473Z | Compiling proc-macro-error-attr v1.0.4 |
395 | 2024-12-13T23:55:08.523Z | Compiling syn v1.0.109 |
396 | 2024-12-13T23:55:08.698Z | Compiling proc-macro-error v1.0.4 |
397 | 2024-12-13T23:55:08.756Z | Compiling hashbrown v0.15.1 |
398 | 2024-12-13T23:55:08.804Z | Compiling utf8parse v0.2.2 |
399 | 2024-12-13T23:55:08.923Z | Compiling plain v0.2.3 |
400 | 2024-12-13T23:55:08.967Z | Compiling equivalent v1.0.1 |
401 | 2024-12-13T23:55:08.992Z | Compiling camino v1.1.9 |
402 | 2024-12-13T23:55:09.068Z | Compiling thread-id v4.2.2 |
403 | 2024-12-13T23:55:09.092Z | Compiling log v0.4.22 |
404 | 2024-12-13T23:55:09.184Z | Compiling anstyle-parse v0.2.5 |
405 | 2024-12-13T23:55:09.309Z | Compiling quote v1.0.37 |
406 | 2024-12-13T23:55:09.471Z | Compiling autocfg v1.4.0 |
407 | 2024-12-13T23:55:09.520Z | Compiling unicode-width v0.1.14 |
408 | 2024-12-13T23:55:09.524Z | Compiling colorchoice v1.0.2 |
409 | 2024-12-13T23:55:09.609Z | Compiling errno v0.3.9 |
410 | 2024-12-13T23:55:09.729Z | Compiling syn v2.0.87 |
411 | 2024-12-13T23:55:09.993Z | Compiling indexmap v2.6.0 |
412 | 2024-12-13T23:55:10.044Z | Compiling is_terminal_polyfill v1.70.1 |
413 | 2024-12-13T23:55:10.088Z | Compiling semver v1.0.23 |
414 | 2024-12-13T23:55:10.168Z | Compiling pretty-hex v0.4.1 |
415 | 2024-12-13T23:55:10.379Z | Compiling anstyle v1.0.10 |
416 | 2024-12-13T23:55:10.584Z | Compiling anstyle-query v1.1.1 |
417 | 2024-12-13T23:55:10.621Z | Compiling winnow v0.6.20 |
418 | 2024-12-13T23:55:10.726Z | Compiling anstream v0.6.15 |
419 | 2024-12-13T23:55:10.832Z | Compiling fs-err v2.11.0 |
420 | 2024-12-13T23:55:11.307Z | Compiling anyhow v1.0.93 |
421 | 2024-12-13T23:55:11.485Z | Compiling strsim v0.11.1 |
422 | 2024-12-13T23:55:11.511Z | Compiling heck v0.4.1 |
423 | 2024-12-13T23:55:11.842Z | Compiling fnv v1.0.7 |
424 | 2024-12-13T23:55:11.926Z | Compiling terminal_size v0.4.0 |
425 | 2024-12-13T23:55:11.971Z | Compiling clap_lex v0.7.2 |
426 | 2024-12-13T23:55:12.014Z | Compiling bytecount v0.6.8 |
427 | 2024-12-13T23:55:12.181Z | Compiling fastrand v2.1.1 |
428 | 2024-12-13T23:55:12.252Z | Compiling heck v0.5.0 |
429 | 2024-12-13T23:55:12.464Z | Compiling cfg-if v1.0.0 |
430 | 2024-12-13T23:55:12.539Z | Compiling clap_builder v4.5.21 |
431 | 2024-12-13T23:55:12.570Z | Compiling tempfile v3.13.0 |
432 | 2024-12-13T23:55:12.767Z | Compiling papergrid v0.11.0 |
433 | 2024-12-13T23:55:13.298Z | Compiling memmap v0.7.0 |
434 | 2024-12-13T23:55:13.410Z | Compiling unicode-linebreak v0.1.5 |
435 | 2024-12-13T23:55:13.486Z | Compiling smawk v0.3.2 |
436 | 2024-12-13T23:55:13.899Z | Compiling textwrap v0.16.1 |
437 | 2024-12-13T23:55:14.244Z | Compiling swrite v0.1.0 |
438 | 2024-12-13T23:55:15.388Z | Compiling tabled_derive v0.7.0 |
439 | 2024-12-13T23:55:16.840Z | Compiling tabled v0.15.0 |
440 | 2024-12-13T23:55:18.620Z | Compiling serde_derive v1.0.215 |
441 | 2024-12-13T23:55:18.620Z | Compiling thiserror-impl v1.0.69 |
442 | 2024-12-13T23:55:18.623Z | Compiling zerocopy-derive v0.7.35 |
443 | 2024-12-13T23:55:18.623Z | Compiling scroll_derive v0.12.0 |
444 | 2024-12-13T23:55:18.623Z | Compiling clap_derive v4.5.18 |
445 | 2024-12-13T23:55:20.119Z | Compiling scroll v0.12.0 |
446 | 2024-12-13T23:55:20.166Z | Compiling goblin v0.8.2 |
447 | 2024-12-13T23:55:20.193Z | Compiling zerocopy v0.7.35 |
448 | 2024-12-13T23:55:21.290Z | Compiling pest v2.7.14 |
449 | 2024-12-13T23:55:22.548Z | Compiling clap v4.5.21 |
450 | 2024-12-13T23:55:23.439Z | Compiling pest_meta v2.7.14 |
451 | 2024-12-13T23:55:24.265Z | Compiling pest_generator v2.7.14 |
452 | 2024-12-13T23:55:26.214Z | Compiling pest_derive v2.7.14 |
453 | 2024-12-13T23:55:26.835Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-12-13T23:55:28.540Z | Compiling serde_spanned v0.6.8 |
455 | 2024-12-13T23:55:28.540Z | Compiling toml_datetime v0.6.8 |
456 | 2024-12-13T23:55:28.544Z | Compiling cargo-platform v0.1.8 |
457 | 2024-12-13T23:55:28.913Z | Compiling serde_tokenstream v0.2.2 |
458 | 2024-12-13T23:55:28.997Z | Compiling toml_edit v0.22.22 |
459 | 2024-12-13T23:55:29.140Z | Compiling camino-tempfile v1.1.1 |
460 | 2024-12-13T23:55:29.171Z | Compiling macaddr v1.0.1 |
461 | 2024-12-13T23:55:30.033Z | Compiling dof v0.3.0 |
462 | 2024-12-13T23:55:30.033Z | Compiling cargo_metadata v0.18.1 |
463 | 2024-12-13T23:55:31.746Z | Compiling toml v0.8.19 |
464 | 2024-12-13T23:55:32.128Z | Compiling usdt-macro v0.5.0 |
465 | 2024-12-13T23:55:32.198Z | Compiling usdt-attr-macro v0.5.0 |
466 | 2024-12-13T23:55:32.705Z | Compiling cargo_toml v0.20.5 |
467 | 2024-12-13T23:55:33.609Z | Compiling usdt v0.5.0 |
468 | 2024-12-13T23:55:36.232Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
469 | 2024-12-13T23:55:40.333Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.18s |
470 | 2024-12-13T23:55:40.604Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
471 | 2024-12-13T23:55:41.127Z | Downloading crates ... |
472 | 2024-12-13T23:55:41.271Z | Downloaded addr2line v0.24.2 |
473 | 2024-12-13T23:55:41.301Z | Downloaded arrayref v0.3.9 |
474 | 2024-12-13T23:55:41.303Z | Downloaded aead v0.5.2 |
475 | 2024-12-13T23:55:41.310Z | Downloaded headers-core v0.3.0 |
476 | 2024-12-13T23:55:41.312Z | Downloaded darling v0.20.10 |
477 | 2024-12-13T23:55:41.314Z | Downloaded atomicwrites v0.4.4 |
478 | 2024-12-13T23:55:41.316Z | Downloaded async-recursion v1.1.1 |
479 | 2024-12-13T23:55:41.319Z | Downloaded async-stream-impl v0.3.6 |
480 | 2024-12-13T23:55:41.322Z | Downloaded heapless v0.8.0 |
481 | 2024-12-13T23:55:41.326Z | Downloaded aes v0.8.4 |
482 | 2024-12-13T23:55:41.330Z | Downloaded heapless v0.7.17 |
483 | 2024-12-13T23:55:41.335Z | Downloaded ascii-canvas v3.0.0 |
484 | 2024-12-13T23:55:41.337Z | Downloaded assert_matches v1.5.0 |
485 | 2024-12-13T23:55:41.340Z | Downloaded array-init v0.0.4 |
486 | 2024-12-13T23:55:41.340Z | Downloaded adler2 v2.0.0 |
487 | 2024-12-13T23:55:41.348Z | Downloaded cfg_aliases v0.2.1 |
488 | 2024-12-13T23:55:41.351Z | Downloaded heck v0.3.3 |
489 | 2024-12-13T23:55:41.353Z | Downloaded hex v0.4.3 |
490 | 2024-12-13T23:55:41.353Z | Downloaded atty v0.2.14 |
491 | 2024-12-13T23:55:41.355Z | Downloaded cfg_aliases v0.1.1 |
492 | 2024-12-13T23:55:41.358Z | Downloaded backoff v0.4.0 |
493 | 2024-12-13T23:55:41.361Z | Downloaded atomic-waker v1.1.2 |
494 | 2024-12-13T23:55:41.363Z | Downloaded async-stream v0.3.6 |
495 | 2024-12-13T23:55:41.366Z | Downloaded bcs v0.1.6 |
496 | 2024-12-13T23:55:41.369Z | Downloaded base64ct v1.6.0 |
497 | 2024-12-13T23:55:41.373Z | Downloaded async-trait v0.1.83 |
498 | 2024-12-13T23:55:41.376Z | Downloaded hmac v0.12.1 |
499 | 2024-12-13T23:55:41.379Z | Downloaded hickory-client v0.24.1 |
500 | 2024-12-13T23:55:41.384Z | Downloaded bb8 v0.8.5 |
501 | 2024-12-13T23:55:41.384Z | Downloaded base16ct v0.2.0 |
502 | 2024-12-13T23:55:41.384Z | Downloaded httparse v1.9.5 |
503 | 2024-12-13T23:55:41.387Z | Downloaded hickory-resolver v0.24.1 |
504 | 2024-12-13T23:55:41.391Z | Downloaded chacha20 v0.9.1 |
505 | 2024-12-13T23:55:41.394Z | Downloaded bitflags v1.3.2 |
506 | 2024-12-13T23:55:41.396Z | Downloaded hubpack_derive v0.1.1 |
507 | 2024-12-13T23:55:41.397Z | Downloaded http-range v0.1.5 |
508 | 2024-12-13T23:55:41.399Z | Downloaded http-body v1.0.1 |
509 | 2024-12-13T23:55:41.399Z | Downloaded cstr-argument v0.1.2 |
510 | 2024-12-13T23:55:41.402Z | Downloaded crunchy v0.2.2 |
511 | 2024-12-13T23:55:41.402Z | Downloaded bitfield v0.14.0 |
512 | 2024-12-13T23:55:41.404Z | Downloaded castaway v0.2.3 |
513 | 2024-12-13T23:55:41.404Z | Downloaded hubpack v0.1.2 |
514 | 2024-12-13T23:55:41.407Z | Downloaded httpdate v1.0.3 |
515 | 2024-12-13T23:55:41.407Z | Downloaded hostname v0.4.0 |
516 | 2024-12-13T23:55:41.411Z | Downloaded home v0.5.9 |
517 | 2024-12-13T23:55:41.411Z | Downloaded hex-literal v0.4.1 |
518 | 2024-12-13T23:55:41.413Z | Downloaded http-body-util v0.1.2 |
519 | 2024-12-13T23:55:41.413Z | Downloaded blowfish v0.9.1 |
520 | 2024-12-13T23:55:41.416Z | Downloaded ident_case v1.0.1 |
521 | 2024-12-13T23:55:41.416Z | Downloaded icu_provider_macros v1.5.0 |
522 | 2024-12-13T23:55:41.419Z | Downloaded bit-set v0.5.3 |
523 | 2024-12-13T23:55:41.419Z | Downloaded constant_time_eq v0.3.1 |
524 | 2024-12-13T23:55:41.421Z | Downloaded ahash v0.8.11 |
525 | 2024-12-13T23:55:41.423Z | Downloaded crucible-workspace-hack v0.1.0 |
526 | 2024-12-13T23:55:41.423Z | Downloaded bcrypt-pbkdf v0.10.0 |
527 | 2024-12-13T23:55:41.425Z | Downloaded hkdf v0.12.4 |
528 | 2024-12-13T23:55:41.427Z | Downloaded humantime v2.1.0 |
529 | 2024-12-13T23:55:41.431Z | Downloaded hostname v0.3.1 |
530 | 2024-12-13T23:55:41.431Z | Downloaded cexpr v0.6.0 |
531 | 2024-12-13T23:55:41.433Z | Downloaded bitfield-struct v0.6.2 |
532 | 2024-12-13T23:55:41.433Z | Downloaded buf-list v1.0.3 |
533 | 2024-12-13T23:55:41.437Z | Downloaded hyper-tls v0.6.0 |
534 | 2024-12-13T23:55:41.439Z | Downloaded is_ci v1.2.0 |
535 | 2024-12-13T23:55:41.439Z | Downloaded cassowary v0.3.0 |
536 | 2024-12-13T23:55:41.441Z | Downloaded hickory-server v0.24.1 |
537 | 2024-12-13T23:55:41.445Z | Downloaded chrono-tz-build v0.4.0 |
538 | 2024-12-13T23:55:41.447Z | Downloaded block-padding v0.3.3 |
539 | 2024-12-13T23:55:41.449Z | Downloaded bit-vec v0.6.3 |
540 | 2024-12-13T23:55:41.449Z | Downloaded async-bb8-diesel v0.2.1 |
541 | 2024-12-13T23:55:41.452Z | Downloaded highway v1.2.0 |
542 | 2024-12-13T23:55:41.454Z | Downloaded colored v2.1.0 |
543 | 2024-12-13T23:55:41.457Z | Downloaded matches v0.1.10 |
544 | 2024-12-13T23:55:41.460Z | Downloaded curve25519-dalek-derive v0.1.1 |
545 | 2024-12-13T23:55:41.460Z | Downloaded ctr v0.9.2 |
546 | 2024-12-13T23:55:41.462Z | Downloaded crossbeam-deque v0.8.5 |
547 | 2024-12-13T23:55:41.462Z | Downloaded crc-catalog v2.4.0 |
548 | 2024-12-13T23:55:41.464Z | Downloaded arc-swap v1.7.1 |
549 | 2024-12-13T23:55:41.467Z | Downloaded convert_case v0.4.0 |
550 | 2024-12-13T23:55:41.469Z | Downloaded cobs v0.2.3 |
551 | 2024-12-13T23:55:41.469Z | Downloaded cmake v0.1.51 |
552 | 2024-12-13T23:55:41.471Z | Downloaded match_cfg v0.1.0 |
553 | 2024-12-13T23:55:41.471Z | Downloaded cipher v0.4.4 |
554 | 2024-12-13T23:55:41.474Z | Downloaded ciborium-ll v0.2.2 |
555 | 2024-12-13T23:55:41.477Z | Downloaded ciborium-io v0.2.2 |
556 | 2024-12-13T23:55:41.477Z | Downloaded arrayvec v0.7.6 |
557 | 2024-12-13T23:55:41.481Z | Downloaded instant v0.1.13 |
558 | 2024-12-13T23:55:41.485Z | Downloaded sigpipe v0.1.3 |
559 | 2024-12-13T23:55:41.489Z | Downloaded inout v0.1.3 |
560 | 2024-12-13T23:55:41.492Z | Downloaded cancel-safe-futures v0.1.5 |
561 | 2024-12-13T23:55:41.498Z | Downloaded rpassword v7.3.1 |
562 | 2024-12-13T23:55:41.500Z | Downloaded hyper-rustls v0.27.3 |
563 | 2024-12-13T23:55:41.502Z | Downloaded tower-service v0.3.3 |
564 | 2024-12-13T23:55:41.505Z | Downloaded tinyvec_macros v0.1.1 |
565 | 2024-12-13T23:55:41.505Z | Downloaded indoc v1.0.9 |
566 | 2024-12-13T23:55:41.507Z | Downloaded impl-trait-for-tuples v0.2.2 |
567 | 2024-12-13T23:55:41.511Z | Downloaded icu_locid_transform v1.5.0 |
568 | 2024-12-13T23:55:41.513Z | Downloaded sync_wrapper v1.0.1 |
569 | 2024-12-13T23:55:41.516Z | Downloaded rustversion v1.0.17 |
570 | 2024-12-13T23:55:41.516Z | Downloaded bzip2 v0.4.4 |
571 | 2024-12-13T23:55:41.518Z | Downloaded scrypt v0.11.0 |
572 | 2024-12-13T23:55:41.521Z | Downloaded write16 v1.0.0 |
573 | 2024-12-13T23:55:41.523Z | Downloaded is-terminal v0.4.13 |
574 | 2024-12-13T23:55:41.523Z | Downloaded lazycell v1.3.0 |
575 | 2024-12-13T23:55:41.523Z | Downloaded indent_write v2.2.0 |
576 | 2024-12-13T23:55:41.527Z | Downloaded blake2 v0.10.6 |
577 | 2024-12-13T23:55:41.527Z | Downloaded console v0.15.8 |
578 | 2024-12-13T23:55:41.531Z | Downloaded managed v0.8.0 |
579 | 2024-12-13T23:55:41.536Z | Downloaded md5 v0.7.0 |
580 | 2024-12-13T23:55:41.536Z | Downloaded maplit v1.0.2 |
581 | 2024-12-13T23:55:41.536Z | Downloaded dhcproto-macros v0.1.0 |
582 | 2024-12-13T23:55:41.538Z | Downloaded shlex v1.3.0 |
583 | 2024-12-13T23:55:41.538Z | Downloaded lazy_static v1.5.0 |
584 | 2024-12-13T23:55:41.538Z | Downloaded keccak v0.1.5 |
585 | 2024-12-13T23:55:41.541Z | Downloaded lru v0.12.5 |
586 | 2024-12-13T23:55:41.541Z | Downloaded memoffset v0.9.1 |
587 | 2024-12-13T23:55:41.543Z | Downloaded lockfree-object-pool v0.1.6 |
588 | 2024-12-13T23:55:41.545Z | Downloaded linear-map v1.2.0 |
589 | 2024-12-13T23:55:41.547Z | Downloaded lru-cache v0.1.2 |
590 | 2024-12-13T23:55:41.550Z | Downloaded darling_macro v0.20.10 |
591 | 2024-12-13T23:55:41.550Z | Downloaded csv-core v0.1.11 |
592 | 2024-12-13T23:55:41.550Z | Downloaded crc32fast v1.4.2 |
593 | 2024-12-13T23:55:41.552Z | Downloaded hyper-staticfile v0.10.1 |
594 | 2024-12-13T23:55:41.554Z | Downloaded libsw v3.3.1 |
595 | 2024-12-13T23:55:41.556Z | Downloaded slog-envlogger v2.2.0 |
596 | 2024-12-13T23:55:41.558Z | Downloaded slab v0.4.9 |
597 | 2024-12-13T23:55:41.561Z | Downloaded allocator-api2 v0.2.18 |
598 | 2024-12-13T23:55:41.563Z | Downloaded smf v0.2.3 |
599 | 2024-12-13T23:55:41.566Z | Downloaded smallvec v0.6.14 |
600 | 2024-12-13T23:55:41.566Z | Downloaded static_assertions v1.1.0 |
601 | 2024-12-13T23:55:41.568Z | Downloaded const_format_proc_macros v0.2.33 |
602 | 2024-12-13T23:55:41.570Z | Downloaded mime v0.3.17 |
603 | 2024-12-13T23:55:41.572Z | Downloaded maybe-uninit v2.0.0 |
604 | 2024-12-13T23:55:41.573Z | Downloaded quinn-udp v0.5.5 |
605 | 2024-12-13T23:55:41.575Z | Downloaded newtype_derive v0.1.6 |
606 | 2024-12-13T23:55:41.578Z | Downloaded newline-converter v0.3.0 |
607 | 2024-12-13T23:55:41.578Z | Downloaded float-ord v0.3.2 |
608 | 2024-12-13T23:55:41.578Z | Downloaded base64 v0.13.1 |
609 | 2024-12-13T23:55:41.580Z | Downloaded new_debug_unreachable v1.0.6 |
610 | 2024-12-13T23:55:41.582Z | Downloaded base64 v0.22.1 |
611 | 2024-12-13T23:55:41.586Z | Downloaded tinystr v0.7.6 |
612 | 2024-12-13T23:55:41.588Z | Downloaded ipnetwork v0.20.0 |
613 | 2024-12-13T23:55:41.590Z | Downloaded typify-macro v0.2.0 |
614 | 2024-12-13T23:55:41.593Z | Downloaded icu_normalizer v1.5.0 |
615 | 2024-12-13T23:55:41.595Z | Downloaded unicase v2.7.0 |
616 | 2024-12-13T23:55:41.597Z | Downloaded unarray v0.1.4 |
617 | 2024-12-13T23:55:41.599Z | Downloaded const-oid v0.9.6 |
618 | 2024-12-13T23:55:41.601Z | Downloaded ipnet v2.10.1 |
619 | 2024-12-13T23:55:41.603Z | Downloaded crossbeam-epoch v0.9.18 |
620 | 2024-12-13T23:55:41.605Z | Downloaded wyz v0.5.1 |
621 | 2024-12-13T23:55:41.607Z | Downloaded lock_api v0.4.12 |
622 | 2024-12-13T23:55:41.609Z | Downloaded litemap v0.7.3 |
623 | 2024-12-13T23:55:41.612Z | Downloaded ena v0.14.3 |
624 | 2024-12-13T23:55:41.614Z | Downloaded embedded-io v0.6.1 |
625 | 2024-12-13T23:55:41.614Z | Downloaded writeable v0.5.5 |
626 | 2024-12-13T23:55:41.617Z | Downloaded crossbeam-utils v0.8.20 |
627 | 2024-12-13T23:55:41.619Z | Downloaded cc v1.1.30 |
628 | 2024-12-13T23:55:41.622Z | Downloaded bytes v1.8.0 |
629 | 2024-12-13T23:55:41.627Z | Downloaded display-error-chain v0.2.2 |
630 | 2024-12-13T23:55:41.629Z | Downloaded futures-macro v0.3.31 |
631 | 2024-12-13T23:55:41.631Z | Downloaded futures-io v0.3.31 |
632 | 2024-12-13T23:55:41.631Z | Downloaded form_urlencoded v1.2.1 |
633 | 2024-12-13T23:55:41.631Z | Downloaded fallible-iterator v0.3.0 |
634 | 2024-12-13T23:55:41.634Z | Downloaded smallvec v1.13.2 |
635 | 2024-12-13T23:55:41.636Z | Downloaded rustc-demangle v0.1.24 |
636 | 2024-12-13T23:55:41.639Z | Downloaded russh-keys v0.45.0 |
637 | 2024-12-13T23:55:41.641Z | Downloaded r2d2 v0.8.10 |
638 | 2024-12-13T23:55:41.641Z | Downloaded progenitor-impl v0.8.0 |
639 | 2024-12-13T23:55:41.644Z | Downloaded glob v0.3.1 |
640 | 2024-12-13T23:55:41.646Z | Downloaded float-cmp v0.9.0 |
641 | 2024-12-13T23:55:41.649Z | Downloaded tls_codec v0.4.1 |
642 | 2024-12-13T23:55:41.649Z | Downloaded fallible-streaming-iterator v0.1.9 |
643 | 2024-12-13T23:55:41.651Z | Downloaded serde_derive_internals v0.29.1 |
644 | 2024-12-13T23:55:41.651Z | Downloaded newtype-uuid v1.1.3 |
645 | 2024-12-13T23:55:41.654Z | Downloaded nanorand v0.7.0 |
646 | 2024-12-13T23:55:41.657Z | Downloaded thread_local v1.1.8 |
647 | 2024-12-13T23:55:41.657Z | Downloaded wait-timeout v0.2.0 |
648 | 2024-12-13T23:55:41.660Z | Downloaded cookie_store v0.21.0 |
649 | 2024-12-13T23:55:41.662Z | Downloaded sync-ptr v0.1.1 |
650 | 2024-12-13T23:55:41.662Z | Downloaded md-5 v0.10.6 |
651 | 2024-12-13T23:55:41.664Z | Downloaded indexmap v1.9.3 |
652 | 2024-12-13T23:55:41.676Z | Downloaded zerofrom v0.1.4 |
653 | 2024-12-13T23:55:41.679Z | Downloaded phf_codegen v0.11.2 |
654 | 2024-12-13T23:55:41.679Z | Downloaded derive_builder_core v0.20.2 |
655 | 2024-12-13T23:55:41.682Z | Downloaded libloading v0.8.5 |
656 | 2024-12-13T23:55:41.685Z | Downloaded backtrace v0.3.74 |
657 | 2024-12-13T23:55:41.689Z | Downloaded endian-type v0.1.2 |
658 | 2024-12-13T23:55:41.691Z | Downloaded pbkdf2 v0.12.2 |
659 | 2024-12-13T23:55:41.694Z | Downloaded displaydoc v0.2.5 |
660 | 2024-12-13T23:55:41.696Z | Downloaded zone v0.3.0 |
661 | 2024-12-13T23:55:41.696Z | Downloaded memmap2 v0.9.5 |
662 | 2024-12-13T23:55:41.700Z | Downloaded signal-hook-tokio v0.3.1 |
663 | 2024-12-13T23:55:41.700Z | Downloaded scheduled-thread-pool v0.2.7 |
664 | 2024-12-13T23:55:41.703Z | Downloaded hyper-util v0.1.10 |
665 | 2024-12-13T23:55:41.705Z | Downloaded signal-hook-registry v1.4.2 |
666 | 2024-12-13T23:55:41.708Z | Downloaded oso-derive v0.27.3 |
667 | 2024-12-13T23:55:41.708Z | Downloaded multimap v0.10.0 |
668 | 2024-12-13T23:55:41.708Z | Downloaded globset v0.4.15 |
669 | 2024-12-13T23:55:41.712Z | Downloaded http v1.1.0 |
670 | 2024-12-13T23:55:41.714Z | Downloaded precomputed-hash v0.1.1 |
671 | 2024-12-13T23:55:41.716Z | Downloaded tiny-keccak v2.0.2 |
672 | 2024-12-13T23:55:41.718Z | Downloaded slog-bunyan v2.5.0 |
673 | 2024-12-13T23:55:41.721Z | Downloaded native-tls v0.2.12 |
674 | 2024-12-13T23:55:41.723Z | Downloaded schemars_derive v0.8.21 |
675 | 2024-12-13T23:55:41.723Z | Downloaded owo-colors v4.1.0 |
676 | 2024-12-13T23:55:41.725Z | Downloaded chacha20poly1305 v0.10.1 |
677 | 2024-12-13T23:55:41.728Z | Downloaded mirai-annotations v1.12.0 |
678 | 2024-12-13T23:55:41.728Z | Downloaded tinyvec v1.8.0 |
679 | 2024-12-13T23:55:41.731Z | Downloaded parse-size v1.1.0 |
680 | 2024-12-13T23:55:41.734Z | Downloaded unicode-xid v0.2.6 |
681 | 2024-12-13T23:55:41.734Z | Downloaded slog-dtrace v0.3.0 |
682 | 2024-12-13T23:55:41.737Z | Downloaded crypto-bigint v0.5.5 |
683 | 2024-12-13T23:55:41.742Z | Downloaded supports-color v3.0.1 |
684 | 2024-12-13T23:55:41.744Z | Downloaded subtle v2.6.1 |
685 | 2024-12-13T23:55:41.746Z | Downloaded slog-stdlog v4.1.1 |
686 | 2024-12-13T23:55:41.746Z | Downloaded slog-scope v4.4.0 |
687 | 2024-12-13T23:55:41.749Z | Downloaded pem-rfc7468 v0.7.0 |
688 | 2024-12-13T23:55:41.752Z | Downloaded universal-hash v0.5.1 |
689 | 2024-12-13T23:55:41.752Z | Downloaded poly1305 v0.8.0 |
690 | 2024-12-13T23:55:41.755Z | Downloaded parking_lot_core v0.8.6 |
691 | 2024-12-13T23:55:41.757Z | Downloaded tui-tree-widget v0.22.0 |
692 | 2024-12-13T23:55:41.759Z | Downloaded hashlink v0.9.1 |
693 | 2024-12-13T23:55:41.761Z | Downloaded compact_str v0.8.0 |
694 | 2024-12-13T23:55:41.763Z | Downloaded serde-big-array v0.5.1 |
695 | 2024-12-13T23:55:41.765Z | Downloaded prettyplease v0.2.25 |
696 | 2024-12-13T23:55:41.768Z | Downloaded hash32 v0.3.1 |
697 | 2024-12-13T23:55:41.771Z | Downloaded data-encoding v2.6.0 |
698 | 2024-12-13T23:55:41.773Z | Downloaded xattr v1.3.1 |
699 | 2024-12-13T23:55:41.773Z | Downloaded pin-project-internal v1.1.6 |
700 | 2024-12-13T23:55:41.775Z | Downloaded derive_builder_macro v0.20.2 |
701 | 2024-12-13T23:55:41.777Z | Downloaded publicsuffix v2.2.3 |
702 | 2024-12-13T23:55:41.780Z | Downloaded predicates-tree v1.0.11 |
703 | 2024-12-13T23:55:41.782Z | Downloaded ppv-lite86 v0.2.20 |
704 | 2024-12-13T23:55:41.782Z | Downloaded time-macros v0.2.18 |
705 | 2024-12-13T23:55:41.785Z | Downloaded predicates-core v1.0.8 |
706 | 2024-12-13T23:55:41.787Z | Downloaded powerfmt v0.2.0 |
707 | 2024-12-13T23:55:41.789Z | Downloaded omicron-zone-package v0.11.1 |
708 | 2024-12-13T23:55:41.791Z | Downloaded postgres-protocol v0.6.7 |
709 | 2024-12-13T23:55:41.793Z | Downloaded postcard v1.0.10 |
710 | 2024-12-13T23:55:41.795Z | Downloaded zone_cfg_derive v0.1.2 |
711 | 2024-12-13T23:55:41.797Z | Downloaded rustls-pemfile v2.2.0 |
712 | 2024-12-13T23:55:41.800Z | Downloaded unicode-bidi v0.3.17 |
713 | 2024-12-13T23:55:41.803Z | Downloaded mockall v0.13.0 |
714 | 2024-12-13T23:55:41.803Z | Downloaded crossbeam-channel v0.5.13 |
715 | 2024-12-13T23:55:41.807Z | Downloaded spin v0.5.2 |
716 | 2024-12-13T23:55:41.810Z | Downloaded rustls-pemfile v1.0.4 |
717 | 2024-12-13T23:55:41.812Z | Downloaded spki v0.7.3 |
718 | 2024-12-13T23:55:41.814Z | Downloaded paste v1.0.15 |
719 | 2024-12-13T23:55:41.816Z | Downloaded openssl-macros v0.1.1 |
720 | 2024-12-13T23:55:41.819Z | Downloaded num_threads v0.1.7 |
721 | 2024-12-13T23:55:41.819Z | Downloaded normalize-line-endings v0.3.0 |
722 | 2024-12-13T23:55:41.821Z | Downloaded fxhash v0.2.1 |
723 | 2024-12-13T23:55:41.822Z | Downloaded pin-project v1.1.6 |
724 | 2024-12-13T23:55:41.831Z | Downloaded thiserror-impl v2.0.3 |
725 | 2024-12-13T23:55:41.833Z | Downloaded russh-cryptovec v0.7.3 |
726 | 2024-12-13T23:55:41.833Z | Downloaded sqlformat v0.2.6 |
727 | 2024-12-13T23:55:41.837Z | Downloaded walkdir v2.5.0 |
728 | 2024-12-13T23:55:41.839Z | Downloaded slog-term v2.9.1 |
729 | 2024-12-13T23:55:41.841Z | Downloaded utf8_iter v1.0.4 |
730 | 2024-12-13T23:55:41.841Z | Downloaded parse-display-derive v0.10.0 |
731 | 2024-12-13T23:55:41.843Z | Downloaded parse-display v0.10.0 |
732 | 2024-12-13T23:55:41.846Z | Downloaded serde_repr v0.1.19 |
733 | 2024-12-13T23:55:41.848Z | Downloaded icu_collections v1.5.0 |
734 | 2024-12-13T23:55:41.852Z | Downloaded salsa20 v0.10.2 |
735 | 2024-12-13T23:55:41.855Z | Downloaded thiserror-no-std v2.0.2 |
736 | 2024-12-13T23:55:41.859Z | Downloaded ed25519 v2.2.3 |
737 | 2024-12-13T23:55:41.864Z | Downloaded tracing v0.1.40 |
738 | 2024-12-13T23:55:41.873Z | Downloaded zeroize_derive v1.4.2 |
739 | 2024-12-13T23:55:41.873Z | Downloaded futures-core v0.3.31 |
740 | 2024-12-13T23:55:41.873Z | Downloaded psl-types v2.0.11 |
741 | 2024-12-13T23:55:41.873Z | Downloaded thiserror-impl-no-std v2.0.2 |
742 | 2024-12-13T23:55:41.873Z | Downloaded strum v0.26.3 |
743 | 2024-12-13T23:55:41.873Z | Downloaded predicates v3.1.2 |
744 | 2024-12-13T23:55:41.876Z | Downloaded futures-channel v0.3.31 |
745 | 2024-12-13T23:55:41.876Z | Downloaded ecdsa v0.16.9 |
746 | 2024-12-13T23:55:41.878Z | Downloaded waitgroup v0.1.2 |
747 | 2024-12-13T23:55:41.878Z | Downloaded aes-gcm v0.10.3 |
748 | 2024-12-13T23:55:41.881Z | Downloaded tar v0.4.42 |
749 | 2024-12-13T23:55:41.884Z | Downloaded spin v0.9.8 |
750 | 2024-12-13T23:55:41.887Z | Downloaded rustls-pki-types v1.10.0 |
751 | 2024-12-13T23:55:41.890Z | Downloaded ref-cast-impl v1.0.23 |
752 | 2024-12-13T23:55:41.893Z | Downloaded multer v3.1.0 |
753 | 2024-12-13T23:55:41.895Z | Downloaded num v0.4.3 |
754 | 2024-12-13T23:55:41.897Z | Downloaded fallible-iterator v0.2.0 |
755 | 2024-12-13T23:55:41.897Z | Downloaded tokio-tungstenite v0.21.0 |
756 | 2024-12-13T23:55:41.901Z | Downloaded foreign-types v0.3.2 |
757 | 2024-12-13T23:55:41.901Z | Downloaded gethostname v0.5.0 |
758 | 2024-12-13T23:55:41.903Z | Downloaded password-hash v0.5.0 |
759 | 2024-12-13T23:55:41.903Z | Downloaded rcgen v0.12.1 |
760 | 2024-12-13T23:55:41.906Z | Downloaded subprocess v0.2.9 |
761 | 2024-12-13T23:55:41.909Z | Downloaded toml v0.7.8 |
762 | 2024-12-13T23:55:41.912Z | Downloaded whoami v1.5.2 |
763 | 2024-12-13T23:55:41.914Z | Downloaded quick-error v1.2.3 |
764 | 2024-12-13T23:55:41.916Z | Downloaded minimal-lexical v0.2.1 |
765 | 2024-12-13T23:55:41.920Z | Downloaded openssl-probe v0.1.5 |
766 | 2024-12-13T23:55:41.922Z | Downloaded progenitor-macro v0.8.0 |
767 | 2024-12-13T23:55:41.923Z | Downloaded vte v0.11.1 |
768 | 2024-12-13T23:55:41.924Z | Downloaded serde_plain v1.0.2 |
769 | 2024-12-13T23:55:41.927Z | Downloaded pin-utils v0.1.0 |
770 | 2024-12-13T23:55:41.929Z | Downloaded serde-hex v0.1.0 |
771 | 2024-12-13T23:55:41.932Z | Downloaded peg-runtime v0.8.3 |
772 | 2024-12-13T23:55:41.932Z | Downloaded structmeta-derive v0.2.0 |
773 | 2024-12-13T23:55:41.932Z | Downloaded slog-async v2.8.0 |
774 | 2024-12-13T23:55:41.934Z | Downloaded shell-words v1.1.0 |
775 | 2024-12-13T23:55:41.934Z | Downloaded derive_builder v0.20.2 |
776 | 2024-12-13T23:55:41.939Z | Downloaded pretty-hex v0.2.1 |
777 | 2024-12-13T23:55:41.942Z | Downloaded secrecy v0.8.0 |
778 | 2024-12-13T23:55:41.946Z | Downloaded rustc-hash v1.1.0 |
779 | 2024-12-13T23:55:41.946Z | Downloaded typify v0.2.0 |
780 | 2024-12-13T23:55:41.948Z | Downloaded twox-hash v1.6.3 |
781 | 2024-12-13T23:55:41.948Z | Downloaded structmeta-derive v0.3.0 |
782 | 2024-12-13T23:55:41.951Z | Downloaded env_logger v0.11.5 |
783 | 2024-12-13T23:55:41.953Z | Downloaded env_logger v0.10.2 |
784 | 2024-12-13T23:55:41.956Z | Downloaded ron v0.7.1 |
785 | 2024-12-13T23:55:41.959Z | Downloaded synstructure v0.13.1 |
786 | 2024-12-13T23:55:41.961Z | Downloaded zerovec-derive v0.10.3 |
787 | 2024-12-13T23:55:41.964Z | Downloaded strum_macros v0.25.3 |
788 | 2024-12-13T23:55:41.967Z | Downloaded strum_macros v0.24.3 |
789 | 2024-12-13T23:55:41.967Z | Downloaded schemars v0.8.21 |
790 | 2024-12-13T23:55:41.978Z | Downloaded toolchain_find v0.4.0 |
791 | 2024-12-13T23:55:41.980Z | Downloaded num-conv v0.1.0 |
792 | 2024-12-13T23:55:41.982Z | Downloaded group v0.13.0 |
793 | 2024-12-13T23:55:41.982Z | Downloaded dyn-clone v1.0.17 |
794 | 2024-12-13T23:55:41.985Z | Downloaded number_prefix v0.4.0 |
795 | 2024-12-13T23:55:41.985Z | Downloaded fragile v2.0.0 |
796 | 2024-12-13T23:55:41.987Z | Downloaded dunce v1.0.5 |
797 | 2024-12-13T23:55:41.989Z | Downloaded pin-project-lite v0.2.14 |
798 | 2024-12-13T23:55:41.993Z | Downloaded flume v0.11.1 |
799 | 2024-12-13T23:55:41.997Z | Downloaded rand_chacha v0.3.1 |
800 | 2024-12-13T23:55:41.999Z | Downloaded darling_core v0.20.10 |
801 | 2024-12-13T23:55:42.003Z | Downloaded p256 v0.13.2 |
802 | 2024-12-13T23:55:42.006Z | Downloaded same-file v1.0.6 |
803 | 2024-12-13T23:55:42.009Z | Downloaded derive-where v1.2.7 |
804 | 2024-12-13T23:55:42.012Z | Downloaded primeorder v0.13.6 |
805 | 2024-12-13T23:55:42.014Z | Downloaded pem v3.0.4 |
806 | 2024-12-13T23:55:42.016Z | Downloaded unicode_categories v0.1.1 |
807 | 2024-12-13T23:55:42.018Z | Downloaded zerocopy v0.6.6 |
808 | 2024-12-13T23:55:42.020Z | Downloaded take_mut v0.2.2 |
809 | 2024-12-13T23:55:42.020Z | Downloaded itertools v0.10.5 |
810 | 2024-12-13T23:55:42.027Z | Downloaded ssh-encoding v0.2.0 |
811 | 2024-12-13T23:55:42.029Z | Downloaded vsss-rs v3.3.4 |
812 | 2024-12-13T23:55:42.032Z | Downloaded unicode-properties v0.1.3 |
813 | 2024-12-13T23:55:42.034Z | Downloaded ron v0.8.1 |
814 | 2024-12-13T23:55:42.039Z | Downloaded nu-ansi-term v0.50.1 |
815 | 2024-12-13T23:55:42.041Z | Downloaded topological-sort v0.2.2 |
816 | 2024-12-13T23:55:42.043Z | Downloaded env_filter v0.1.2 |
817 | 2024-12-13T23:55:42.045Z | Downloaded des v0.8.1 |
818 | 2024-12-13T23:55:42.047Z | Downloaded parking_lot v0.12.3 |
819 | 2024-12-13T23:55:42.049Z | Downloaded fatfs v0.3.6 |
820 | 2024-12-13T23:55:42.052Z | Downloaded fd-lock v4.0.2 |
821 | 2024-12-13T23:55:42.055Z | Downloaded nodrop v0.1.14 |
822 | 2024-12-13T23:55:42.057Z | Downloaded tracing-core v0.1.32 |
823 | 2024-12-13T23:55:42.060Z | Downloaded debug-ignore v1.0.5 |
824 | 2024-12-13T23:55:42.062Z | Downloaded enum-as-inner v0.6.1 |
825 | 2024-12-13T23:55:42.062Z | Downloaded libxml v0.3.3 |
826 | 2024-12-13T23:55:42.068Z | Downloaded phf_shared v0.10.0 |
827 | 2024-12-13T23:55:42.071Z | Downloaded ff v0.13.0 |
828 | 2024-12-13T23:55:42.071Z | Downloaded pkcs1 v0.7.5 |
829 | 2024-12-13T23:55:42.073Z | Downloaded enum-as-inner v0.5.1 |
830 | 2024-12-13T23:55:42.075Z | Downloaded try-lock v0.2.5 |
831 | 2024-12-13T23:55:42.078Z | Downloaded ref-cast v1.0.23 |
832 | 2024-12-13T23:55:42.082Z | Downloaded zone v0.1.8 |
833 | 2024-12-13T23:55:42.082Z | Downloaded num-complex v0.4.6 |
834 | 2024-12-13T23:55:42.082Z | Downloaded parking_lot_core v0.9.10 |
835 | 2024-12-13T23:55:42.085Z | Downloaded resolv-conf v0.7.0 |
836 | 2024-12-13T23:55:42.087Z | Downloaded peg-macros v0.8.4 |
837 | 2024-12-13T23:55:42.087Z | Downloaded rfc6979 v0.4.0 |
838 | 2024-12-13T23:55:42.090Z | Downloaded structmeta v0.2.0 |
839 | 2024-12-13T23:55:42.090Z | Downloaded strip-ansi-escapes v0.2.0 |
840 | 2024-12-13T23:55:42.092Z | Downloaded stable_deref_trait v1.2.0 |
841 | 2024-12-13T23:55:42.092Z | Downloaded sha1 v0.10.6 |
842 | 2024-12-13T23:55:42.094Z | Downloaded x509-cert v0.2.5 |
843 | 2024-12-13T23:55:42.099Z | Downloaded foreign-types-shared v0.3.1 |
844 | 2024-12-13T23:55:42.102Z | Downloaded foreign-types-shared v0.1.1 |
845 | 2024-12-13T23:55:42.102Z | Downloaded tokio-rustls v0.25.0 |
846 | 2024-12-13T23:55:42.104Z | Downloaded foreign-types-macros v0.2.3 |
847 | 2024-12-13T23:55:42.113Z | Downloaded zerocopy-derive v0.8.10 |
848 | 2024-12-13T23:55:42.125Z | Downloaded yoke-derive v0.7.4 |
849 | 2024-12-13T23:55:42.127Z | Downloaded aho-corasick v1.1.3 |
850 | 2024-12-13T23:55:42.135Z | Downloaded downcast v0.11.0 |
851 | 2024-12-13T23:55:42.137Z | Downloaded futures-sink v0.3.31 |
852 | 2024-12-13T23:55:42.140Z | Downloaded futures-executor v0.3.31 |
853 | 2024-12-13T23:55:42.143Z | Downloaded untrusted v0.7.1 |
854 | 2024-12-13T23:55:42.143Z | Downloaded sec1 v0.7.3 |
855 | 2024-12-13T23:55:42.146Z | Downloaded libm v0.2.8 |
856 | 2024-12-13T23:55:42.154Z | Downloaded path-slash v0.1.5 |
857 | 2024-12-13T23:55:42.158Z | Downloaded itertools v0.12.1 |
858 | 2024-12-13T23:55:42.163Z | Downloaded termcolor v1.4.1 |
859 | 2024-12-13T23:55:42.166Z | Downloaded idna v1.0.3 |
860 | 2024-12-13T23:55:42.169Z | Downloaded progenitor v0.8.0 |
861 | 2024-12-13T23:55:42.171Z | Downloaded crossterm v0.28.1 |
862 | 2024-12-13T23:55:42.178Z | Downloaded termtree v0.4.1 |
863 | 2024-12-13T23:55:42.180Z | Downloaded foreign-types v0.5.0 |
864 | 2024-12-13T23:55:42.182Z | Downloaded foldhash v0.1.3 |
865 | 2024-12-13T23:55:42.182Z | Downloaded flagset v0.4.6 |
866 | 2024-12-13T23:55:42.184Z | Downloaded defmt v0.3.8 |
867 | 2024-12-13T23:55:42.188Z | Downloaded opaque-debug v0.3.1 |
868 | 2024-12-13T23:55:42.190Z | Downloaded termios v0.3.3 |
869 | 2024-12-13T23:55:42.193Z | Downloaded tungstenite v0.23.0 |
870 | 2024-12-13T23:55:42.195Z | Downloaded pkg-config v0.3.31 |
871 | 2024-12-13T23:55:42.198Z | Downloaded tough v0.19.0 |
872 | 2024-12-13T23:55:42.205Z | Downloaded progenitor-client v0.8.0 |
873 | 2024-12-13T23:55:42.207Z | Downloaded ghash v0.5.1 |
874 | 2024-12-13T23:55:42.207Z | Downloaded rand_core v0.6.4 |
875 | 2024-12-13T23:55:42.210Z | Downloaded untrusted v0.9.0 |
876 | 2024-12-13T23:55:42.212Z | Downloaded difflib v0.4.0 |
877 | 2024-12-13T23:55:42.212Z | Downloaded tokio-rustls v0.26.0 |
878 | 2024-12-13T23:55:42.214Z | Downloaded phf v0.11.2 |
879 | 2024-12-13T23:55:42.220Z | Downloaded term v0.7.0 |
880 | 2024-12-13T23:55:42.220Z | Downloaded snafu v0.8.5 |
881 | 2024-12-13T23:55:42.224Z | Downloaded tungstenite v0.24.0 |
882 | 2024-12-13T23:55:42.227Z | Downloaded parse-zoneinfo v0.3.1 |
883 | 2024-12-13T23:55:42.230Z | Downloaded num-derive v0.4.2 |
884 | 2024-12-13T23:55:42.232Z | Downloaded blake3 v1.5.4 |
885 | 2024-12-13T23:55:42.240Z | Downloaded utf16_iter v1.0.5 |
886 | 2024-12-13T23:55:42.242Z | Downloaded salty v0.3.0 |
887 | 2024-12-13T23:55:42.247Z | Downloaded structmeta v0.3.0 |
888 | 2024-12-13T23:55:42.249Z | Downloaded signature v2.2.0 |
889 | 2024-12-13T23:55:42.251Z | Downloaded want v0.3.1 |
890 | 2024-12-13T23:55:42.251Z | Downloaded sqlparser_derive v0.2.2 |
891 | 2024-12-13T23:55:42.253Z | Downloaded pkcs8 v0.10.2 |
892 | 2024-12-13T23:55:42.255Z | Downloaded phf_shared v0.11.2 |
893 | 2024-12-13T23:55:42.258Z | Downloaded pbkdf2 v0.11.0 |
894 | 2024-12-13T23:55:42.261Z | Downloaded simd-adler32 v0.3.7 |
895 | 2024-12-13T23:55:42.264Z | Downloaded unicode-truncate v1.1.0 |
896 | 2024-12-13T23:55:42.264Z | Downloaded serde_yaml v0.9.34+deprecated |
897 | 2024-12-13T23:55:42.266Z | Downloaded peg v0.8.4 |
898 | 2024-12-13T23:55:42.270Z | Downloaded yasna v0.5.2 |
899 | 2024-12-13T23:55:42.272Z | Downloaded similar v2.6.0 |
900 | 2024-12-13T23:55:42.277Z | Downloaded proc-macro-crate v1.3.1 |
901 | 2024-12-13T23:55:42.279Z | Downloaded sct v0.7.1 |
902 | 2024-12-13T23:55:42.282Z | Downloaded serde_urlencoded v0.7.1 |
903 | 2024-12-13T23:55:42.284Z | Downloaded olpc-cjson v0.1.4 |
904 | 2024-12-13T23:55:42.287Z | Downloaded elliptic-curve v0.13.8 |
905 | 2024-12-13T23:55:42.290Z | Downloaded rayon v1.10.0 |
906 | 2024-12-13T23:55:42.299Z | Downloaded either v1.13.0 |
907 | 2024-12-13T23:55:42.302Z | Downloaded diesel-dtrace v0.4.2 |
908 | 2024-12-13T23:55:42.304Z | Downloaded fs_extra v1.3.0 |
909 | 2024-12-13T23:55:42.306Z | Downloaded derive_more v0.99.18 |
910 | 2024-12-13T23:55:42.309Z | Downloaded qorb v0.2.1 |
911 | 2024-12-13T23:55:42.313Z | Downloaded tabwriter v1.4.0 |
912 | 2024-12-13T23:55:42.316Z | Downloaded hash32 v0.2.1 |
913 | 2024-12-13T23:55:42.318Z | Downloaded ed25519-dalek v2.1.1 |
914 | 2024-12-13T23:55:42.321Z | Downloaded ssh-cipher v0.2.0 |
915 | 2024-12-13T23:55:42.321Z | Downloaded utf-8 v0.7.6 |
916 | 2024-12-13T23:55:42.324Z | Downloaded zeroize v1.8.1 |
917 | 2024-12-13T23:55:42.324Z | Downloaded signal-hook-mio v0.2.4 |
918 | 2024-12-13T23:55:42.326Z | Downloaded num-rational v0.4.2 |
919 | 2024-12-13T23:55:42.328Z | Downloaded hashbrown v0.14.5 |
920 | 2024-12-13T23:55:42.332Z | Downloaded num_enum_derive v0.5.11 |
921 | 2024-12-13T23:55:42.334Z | Downloaded rand_seeder v0.3.0 |
922 | 2024-12-13T23:55:42.336Z | Downloaded bindgen v0.69.5 |
923 | 2024-12-13T23:55:42.344Z | Downloaded num_enum v0.5.11 |
924 | 2024-12-13T23:55:42.347Z | Downloaded rand_xorshift v0.3.0 |
925 | 2024-12-13T23:55:42.349Z | Downloaded diff v0.1.13 |
926 | 2024-12-13T23:55:42.351Z | Downloaded tokio-rustls v0.24.1 |
927 | 2024-12-13T23:55:42.354Z | Downloaded tokio-tungstenite v0.23.1 |
928 | 2024-12-13T23:55:42.356Z | Downloaded serde_with v3.11.0 |
929 | 2024-12-13T23:55:42.365Z | Downloaded packed_struct_codegen v0.10.1 |
930 | 2024-12-13T23:55:42.367Z | Downloaded slog v2.7.0 |
931 | 2024-12-13T23:55:42.370Z | Downloaded dropshot_endpoint v0.12.0 |
932 | 2024-12-13T23:55:42.373Z | Downloaded miniz_oxide v0.8.0 |
933 | 2024-12-13T23:55:42.376Z | Downloaded tokio-stream v0.1.16 |
934 | 2024-12-13T23:55:42.381Z | Downloaded rustc_version v0.1.7 |
935 | 2024-12-13T23:55:42.384Z | Downloaded rustc-hash v2.0.0 |
936 | 2024-12-13T23:55:42.384Z | Downloaded zerofrom-derive v0.1.4 |
937 | 2024-12-13T23:55:42.386Z | Downloaded rustfmt-wrapper v0.2.1 |
938 | 2024-12-13T23:55:42.386Z | Downloaded num-traits v0.2.19 |
939 | 2024-12-13T23:55:42.389Z | Downloaded tracing-attributes v0.1.27 |
940 | 2024-12-13T23:55:42.391Z | Downloaded thiserror v2.0.3 |
941 | 2024-12-13T23:55:42.397Z | Downloaded snafu-derive v0.8.5 |
942 | 2024-12-13T23:55:42.400Z | Downloaded unsafe-libyaml v0.2.11 |
943 | 2024-12-13T23:55:42.402Z | Downloaded num-bigint v0.4.6 |
944 | 2024-12-13T23:55:42.407Z | Downloaded tokio-util v0.7.12 |
945 | 2024-12-13T23:55:42.416Z | Downloaded rustc_version v0.4.1 |
946 | 2024-12-13T23:55:42.418Z | Downloaded der_derive v0.7.3 |
947 | 2024-12-13T23:55:42.420Z | Downloaded reedline v0.35.0 |
948 | 2024-12-13T23:55:42.426Z | Downloaded url v2.5.3 |
949 | 2024-12-13T23:55:42.429Z | Downloaded postgres-types v0.2.8 |
950 | 2024-12-13T23:55:42.432Z | Downloaded zip v2.1.3 |
951 | 2024-12-13T23:55:42.437Z | Downloaded tokio-postgres v0.7.12 |
952 | 2024-12-13T23:55:42.441Z | Downloaded packed_struct v0.10.1 |
953 | 2024-12-13T23:55:42.444Z | Downloaded bitvec v1.0.1 |
954 | 2024-12-13T23:55:42.459Z | Downloaded uuid v1.11.0 |
955 | 2024-12-13T23:55:42.462Z | Downloaded dropshot_endpoint v0.13.0 |
956 | 2024-12-13T23:55:42.465Z | Downloaded mio v1.0.2 |
957 | 2024-12-13T23:55:42.471Z | Downloaded oso v0.27.3 |
958 | 2024-12-13T23:55:42.475Z | Downloaded half v2.4.1 |
959 | 2024-12-13T23:55:42.477Z | Downloaded rusqlite v0.32.1 |
960 | 2024-12-13T23:55:42.485Z | Downloaded toml_edit v0.19.15 |
961 | 2024-12-13T23:55:42.501Z | Downloaded reqwest v0.12.9 |
962 | 2024-12-13T23:55:42.509Z | Downloaded icu_properties_data v1.5.0 |
963 | 2024-12-13T23:55:42.519Z | Downloaded zip v0.6.6 |
964 | 2024-12-13T23:55:42.523Z | Downloaded portable-atomic v1.9.0 |
965 | 2024-12-13T23:55:42.531Z | Downloaded rayon-core v1.12.1 |
966 | 2024-12-13T23:55:42.534Z | Downloaded ssh-key v0.6.6 |
967 | 2024-12-13T23:55:42.540Z | Downloaded unicode-segmentation v1.12.0 |
968 | 2024-12-13T23:55:42.544Z | Downloaded zerovec v0.10.4 |
969 | 2024-12-13T23:55:42.548Z | Downloaded rustyline v14.0.0 |
970 | 2024-12-13T23:55:42.554Z | Downloaded quinn v0.11.5 |
971 | 2024-12-13T23:55:42.557Z | Downloaded futures-util v0.3.31 |
972 | 2024-12-13T23:55:42.570Z | Downloaded sqlparser v0.45.0 |
973 | 2024-12-13T23:55:42.576Z | Downloaded num-bigint-dig v0.8.4 |
974 | 2024-12-13T23:55:42.580Z | Downloaded headers v0.4.0 |
975 | 2024-12-13T23:55:42.586Z | Downloaded quinn-proto v0.11.8 |
976 | 2024-12-13T23:55:42.593Z | Downloaded nom v7.1.3 |
977 | 2024-12-13T23:55:42.599Z | Downloaded russh v0.45.0 |
978 | 2024-12-13T23:55:42.605Z | Downloaded vergen v8.3.2 |
979 | 2024-12-13T23:55:42.608Z | Downloaded lalrpop v0.19.12 |
980 | 2024-12-13T23:55:42.618Z | Downloaded time v0.3.36 |
981 | 2024-12-13T23:55:42.630Z | Downloaded idna v0.4.0 |
982 | 2024-12-13T23:55:42.641Z | Downloaded idna v0.5.0 |
983 | 2024-12-13T23:55:42.647Z | Downloaded samael v0.0.17 |
984 | 2024-12-13T23:55:42.653Z | Downloaded idna v0.2.3 |
985 | 2024-12-13T23:55:42.660Z | Downloaded unicode-normalization v0.1.24 |
986 | 2024-12-13T23:55:42.664Z | Downloaded winnow v0.5.40 |
987 | 2024-12-13T23:55:42.673Z | Downloaded hashbrown v0.13.2 |
988 | 2024-12-13T23:55:42.678Z | Downloaded idna v0.3.0 |
989 | 2024-12-13T23:55:42.685Z | Downloaded hashbrown v0.12.3 |
990 | 2024-12-13T23:55:42.689Z | Downloaded chrono v0.4.38 |
991 | 2024-12-13T23:55:42.697Z | Downloaded proptest v1.5.0 |
992 | 2024-12-13T23:55:42.707Z | Downloaded smoltcp v0.9.1 |
993 | 2024-12-13T23:55:42.718Z | Downloaded p521 v0.13.3 |
994 | 2024-12-13T23:55:42.723Z | Downloaded git2 v0.19.0 |
995 | 2024-12-13T23:55:42.732Z | Downloaded curve25519-dalek v4.1.3 |
996 | 2024-12-13T23:55:42.742Z | Downloaded rustls-webpki v0.101.7 |
997 | 2024-12-13T23:55:42.757Z | Downloaded h2 v0.4.6 |
998 | 2024-12-13T23:55:42.765Z | Downloaded openssl v0.10.66 |
999 | 2024-12-13T23:55:42.776Z | Downloaded object v0.30.4 |
1000 | 2024-12-13T23:55:42.787Z | Downloaded rustls v0.21.12 |
1001 | 2024-12-13T23:55:42.798Z | Downloaded hickory-proto v0.24.1 |
1002 | 2024-12-13T23:55:42.816Z | Downloaded zerocopy v0.8.10 |
1003 | 2024-12-13T23:55:42.842Z | Downloaded quick-xml v0.33.0 |
1004 | 2024-12-13T23:55:42.849Z | Downloaded bstr v1.10.0 |
1005 | 2024-12-13T23:55:42.861Z | Downloaded smoltcp v0.11.0 |
1006 | 2024-12-13T23:55:42.877Z | Downloaded petname v2.0.2 |
1007 | 2024-12-13T23:55:42.883Z | Downloaded regex-syntax v0.6.29 |
1008 | 2024-12-13T23:55:42.891Z | Downloaded rustls-webpki v0.102.8 |
1009 | 2024-12-13T23:55:42.912Z | Downloaded webpki-roots v0.26.6 |
1010 | 2024-12-13T23:55:42.917Z | Downloaded dropshot v0.12.0 |
1011 | 2024-12-13T23:55:42.937Z | Downloaded radix_trie v0.2.1 |
1012 | 2024-12-13T23:55:42.943Z | Downloaded nix v0.28.0 |
1013 | 2024-12-13T23:55:42.956Z | Downloaded dropshot v0.13.0 |
1014 | 2024-12-13T23:55:42.979Z | Downloaded regress v0.9.1 |
1015 | 2024-12-13T23:55:42.989Z | Downloaded regress v0.10.1 |
1016 | 2024-12-13T23:55:42.998Z | Downloaded trust-dns-proto v0.22.0 |
1017 | 2024-12-13T23:55:43.012Z | Downloaded openapiv3 v2.0.0 |
1018 | 2024-12-13T23:55:43.025Z | Downloaded diesel v2.2.6 |
1019 | 2024-12-13T23:55:43.045Z | Downloaded object v0.36.5 |
1020 | 2024-12-13T23:55:43.058Z | Downloaded typify-impl v0.2.0 |
1021 | 2024-12-13T23:55:43.075Z | Downloaded ratatui v0.28.1 |
1022 | 2024-12-13T23:55:43.095Z | Downloaded nix v0.29.0 |
1023 | 2024-12-13T23:55:43.107Z | Downloaded gimli v0.31.1 |
1024 | 2024-12-13T23:55:43.117Z | Downloaded rustls v0.22.4 |
1025 | 2024-12-13T23:55:43.129Z | Downloaded chrono-tz v0.10.0 |
1026 | 2024-12-13T23:55:43.137Z | Downloaded polar-core v0.27.3 |
1027 | 2024-12-13T23:55:43.147Z | Downloaded zerocopy-derive v0.6.6 |
1028 | 2024-12-13T23:55:43.156Z | Downloaded rustls v0.23.19 |
1029 | 2024-12-13T23:55:43.168Z | Downloaded sled v0.34.7 |
1030 | 2024-12-13T23:55:43.178Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1031 | 2024-12-13T23:55:43.191Z | Downloaded regex-syntax v0.8.5 |
1032 | 2024-12-13T23:55:43.200Z | Downloaded vcpkg v0.2.15 |
1033 | 2024-12-13T23:55:43.238Z | Downloaded regex-automata v0.4.8 |
1034 | 2024-12-13T23:55:43.255Z | Downloaded lzma-sys v0.1.20 |
1035 | 2024-12-13T23:55:43.283Z | Downloaded p384 v0.13.0 |
1036 | 2024-12-13T23:55:43.288Z | Downloaded nix v0.27.1 |
1037 | 2024-12-13T23:55:43.300Z | Downloaded unicode-width v0.2.0 |
1038 | 2024-12-13T23:55:43.306Z | Downloaded regex v1.11.1 |
1039 | 2024-12-13T23:55:43.319Z | Downloaded rand v0.8.5 |
1040 | 2024-12-13T23:55:43.323Z | Downloaded petgraph v0.6.5 |
1041 | 2024-12-13T23:55:43.341Z | Downloaded libz-sys v1.1.20 |
1042 | 2024-12-13T23:55:43.361Z | Downloaded sha3 v0.10.8 |
1043 | 2024-12-13T23:55:43.365Z | Downloaded which v4.4.2 |
1044 | 2024-12-13T23:55:43.368Z | Downloaded typed-path v0.9.3 |
1045 | 2024-12-13T23:55:43.372Z | Downloaded num-integer v0.1.46 |
1046 | 2024-12-13T23:55:43.374Z | Downloaded uzers v0.12.1 |
1047 | 2024-12-13T23:55:43.377Z | Downloaded expectorate v1.1.0 |
1048 | 2024-12-13T23:55:43.379Z | Downloaded itertools v0.13.0 |
1049 | 2024-12-13T23:55:43.385Z | Downloaded csv v1.3.0 |
1050 | 2024-12-13T23:55:43.407Z | Downloaded filetime v0.2.25 |
1051 | 2024-12-13T23:55:43.411Z | Downloaded phf_generator v0.11.2 |
1052 | 2024-12-13T23:55:43.411Z | Downloaded tokio v1.40.0 |
1053 | 2024-12-13T23:55:43.444Z | Downloaded percent-encoding v2.3.1 |
1054 | 2024-12-13T23:55:43.446Z | Downloaded tokio-native-tls v0.3.1 |
1055 | 2024-12-13T23:55:43.448Z | Downloaded tokio-macros v2.4.0 |
1056 | 2024-12-13T23:55:43.448Z | Downloaded pkcs5 v0.7.1 |
1057 | 2024-12-13T23:55:43.450Z | Downloaded num-iter v0.1.45 |
1058 | 2024-12-13T23:55:43.453Z | Downloaded dsl_auto_type v0.1.2 |
1059 | 2024-12-13T23:55:43.453Z | Downloaded openssl-sys v0.9.103 |
1060 | 2024-12-13T23:55:43.457Z | Downloaded aws-lc-rs v1.10.0 |
1061 | 2024-12-13T23:55:43.466Z | Downloaded flate2 v1.0.34 |
1062 | 2024-12-13T23:55:43.471Z | Downloaded signal-hook v0.3.17 |
1063 | 2024-12-13T23:55:43.475Z | Downloaded futures-task v0.3.31 |
1064 | 2024-12-13T23:55:43.477Z | Downloaded hyper v1.5.0 |
1065 | 2024-12-13T23:55:43.482Z | Downloaded semver v0.1.20 |
1066 | 2024-12-13T23:55:43.484Z | Downloaded time-core v0.1.2 |
1067 | 2024-12-13T23:55:43.484Z | Downloaded fixedbitset v0.4.2 |
1068 | 2024-12-13T23:55:43.487Z | Downloaded defmt-parser v0.3.4 |
1069 | 2024-12-13T23:55:43.487Z | Downloaded defmt-macros v0.3.9 |
1070 | 2024-12-13T23:55:43.489Z | Downloaded xz2 v0.1.7 |
1071 | 2024-12-13T23:55:43.491Z | Downloaded tap v1.0.1 |
1072 | 2024-12-13T23:55:43.491Z | Downloaded siphasher v0.3.11 |
1073 | 2024-12-13T23:55:43.493Z | Downloaded rusty-fork v0.3.0 |
1074 | 2024-12-13T23:55:43.493Z | Downloaded yoke v0.7.4 |
1075 | 2024-12-13T23:55:43.495Z | Downloaded value-bag v1.9.0 |
1076 | 2024-12-13T23:55:43.499Z | Downloaded tokio-tungstenite v0.24.0 |
1077 | 2024-12-13T23:55:43.502Z | Downloaded dhcproto v0.12.0 |
1078 | 2024-12-13T23:55:43.504Z | Downloaded strum_macros v0.26.4 |
1079 | 2024-12-13T23:55:43.507Z | Downloaded rsa v0.9.6 |
1080 | 2024-12-13T23:55:43.510Z | Downloaded tungstenite v0.21.0 |
1081 | 2024-12-13T23:55:43.513Z | Downloaded deranged v0.3.11 |
1082 | 2024-12-13T23:55:43.516Z | Downloaded parking_lot v0.11.2 |
1083 | 2024-12-13T23:55:43.519Z | Downloaded getrandom v0.2.15 |
1084 | 2024-12-13T23:55:43.521Z | Downloaded mockall_derive v0.13.0 |
1085 | 2024-12-13T23:55:43.523Z | Downloaded futures v0.3.31 |
1086 | 2024-12-13T23:55:43.526Z | Downloaded diesel_derives v2.2.3 |
1087 | 2024-12-13T23:55:43.530Z | Downloaded socket2 v0.5.7 |
1088 | 2024-12-13T23:55:43.533Z | Downloaded zopfli v0.8.1 |
1089 | 2024-12-13T23:55:43.535Z | Downloaded steno v0.4.1 |
1090 | 2024-12-13T23:55:43.539Z | Downloaded der v0.7.9 |
1091 | 2024-12-13T23:55:43.545Z | Downloaded serde_path_to_error v0.1.16 |
1092 | 2024-12-13T23:55:43.547Z | Downloaded nibble_vec v0.1.0 |
1093 | 2024-12-13T23:55:43.547Z | Downloaded encoding_rs v0.8.34 |
1094 | 2024-12-13T23:55:43.569Z | Downloaded serde_with_macros v3.11.0 |
1095 | 2024-12-13T23:55:43.572Z | Downloaded slog-json v2.6.1 |
1096 | 2024-12-13T23:55:43.574Z | Downloaded funty v2.0.0 |
1097 | 2024-12-13T23:55:43.574Z | Downloaded embedded-io v0.4.0 |
1098 | 2024-12-13T23:55:43.577Z | Downloaded password-hash v0.4.2 |
1099 | 2024-12-13T23:55:43.577Z | Downloaded const_format v0.2.33 |
1100 | 2024-12-13T23:55:43.580Z | Downloaded test-strategy v0.3.1 |
1101 | 2024-12-13T23:55:43.583Z | Downloaded radium v0.7.0 |
1102 | 2024-12-13T23:55:43.593Z | Downloaded indicatif v0.17.9 |
1103 | 2024-12-13T23:55:43.593Z | Downloaded rtoolbox v0.0.2 |
1104 | 2024-12-13T23:55:43.593Z | Downloaded diesel_table_macro_syntax v0.2.0 |
1105 | 2024-12-13T23:55:43.593Z | Downloaded zone_cfg_derive v0.3.0 |
1106 | 2024-12-13T23:55:43.593Z | Downloaded polyval v0.6.2 |
1107 | 2024-12-13T23:55:43.593Z | Downloaded icu_properties v1.5.1 |
1108 | 2024-12-13T23:55:43.597Z | Downloaded icu_provider v1.5.0 |
1109 | 2024-12-13T23:55:43.600Z | Downloaded icu_normalizer_data v1.5.0 |
1110 | 2024-12-13T23:55:43.603Z | Downloaded bumpalo v3.16.0 |
1111 | 2024-12-13T23:55:43.605Z | Downloaded base64 v0.21.7 |
1112 | 2024-12-13T23:55:43.607Z | Downloaded mime_guess v2.0.5 |
1113 | 2024-12-13T23:55:43.609Z | Downloaded dirs-sys-next v0.1.2 |
1114 | 2024-12-13T23:55:43.611Z | Downloaded dirs-next v2.0.0 |
1115 | 2024-12-13T23:55:43.611Z | Downloaded crc-any v2.5.0 |
1116 | 2024-12-13T23:55:43.613Z | Downloaded clang-sys v1.8.1 |
1117 | 2024-12-13T23:55:43.615Z | Downloaded libefi-sys v0.1.0 |
1118 | 2024-12-13T23:55:43.617Z | Downloaded jobserver v0.1.32 |
1119 | 2024-12-13T23:55:43.620Z | Downloaded instability v0.3.2 |
1120 | 2024-12-13T23:55:43.623Z | Downloaded cookie v0.18.1 |
1121 | 2024-12-13T23:55:43.625Z | Downloaded tls_codec_derive v0.4.1 |
1122 | 2024-12-13T23:55:43.625Z | Downloaded stringprep v0.1.5 |
1123 | 2024-12-13T23:55:43.627Z | Downloaded string_cache v0.8.7 |
1124 | 2024-12-13T23:55:43.627Z | Downloaded icu_locid_transform_data v1.5.0 |
1125 | 2024-12-13T23:55:43.630Z | Downloaded icu_locid v1.5.0 |
1126 | 2024-12-13T23:55:43.635Z | Downloaded linked-hash-map v0.5.6 |
1127 | 2024-12-13T23:55:43.637Z | Downloaded lalrpop-util v0.19.12 |
1128 | 2024-12-13T23:55:43.639Z | Downloaded kstat-rs v0.2.4 |
1129 | 2024-12-13T23:55:43.639Z | Downloaded internet-checksum v0.2.1 |
1130 | 2024-12-13T23:55:43.639Z | Downloaded crc v3.2.1 |
1131 | 2024-12-13T23:55:43.643Z | Downloaded ciborium v0.2.2 |
1132 | 2024-12-13T23:55:43.646Z | Downloaded vte_generate_state_changes v0.1.2 |
1133 | 2024-12-13T23:55:43.646Z | Downloaded scopeguard v1.2.0 |
1134 | 2024-12-13T23:55:43.646Z | Downloaded argon2 v0.5.3 |
1135 | 2024-12-13T23:55:43.649Z | Downloaded iana-time-zone v0.1.61 |
1136 | 2024-12-13T23:55:43.649Z | Downloaded idna_adapter v1.2.0 |
1137 | 2024-12-13T23:55:43.652Z | Downloaded cbc v0.1.2 |
1138 | 2024-12-13T23:55:43.658Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1139 | 2024-12-13T23:55:44.045Z | Downloaded ring v0.17.8 |
1140 | 2024-12-13T23:55:44.282Z | Downloaded libsqlite3-sys v0.30.1 |
1141 | 2024-12-13T23:55:44.361Z | Downloaded ring v0.16.20 |
1142 | 2024-12-13T23:55:44.503Z | Downloaded aws-lc-sys v0.22.0 |
1143 | 2024-12-13T23:55:44.807Z | Compiling serde v1.0.215 |
1144 | 2024-12-13T23:55:44.810Z | Compiling lock_api v0.4.12 |
1145 | 2024-12-13T23:55:44.810Z | Compiling scopeguard v1.2.0 |
1146 | 2024-12-13T23:55:44.810Z | Compiling value-bag v1.9.0 |
1147 | 2024-12-13T23:55:44.810Z | Compiling typenum v1.17.0 |
1148 | 2024-12-13T23:55:44.968Z | Compiling generic-array v0.14.7 |
1149 | 2024-12-13T23:55:45.007Z | Compiling syn v2.0.87 |
1150 | 2024-12-13T23:55:45.022Z | Compiling getrandom v0.2.15 |
1151 | 2024-12-13T23:55:45.113Z | Compiling subtle v2.6.1 |
1152 | 2024-12-13T23:55:45.297Z | Compiling rand_core v0.6.4 |
1153 | 2024-12-13T23:55:45.419Z | Compiling log v0.4.22 |
1154 | 2024-12-13T23:55:45.505Z | Compiling shlex v1.3.0 |
1155 | 2024-12-13T23:55:45.524Z | Compiling jobserver v0.1.32 |
1156 | 2024-12-13T23:55:45.527Z | Compiling smallvec v1.13.2 |
1157 | 2024-12-13T23:55:45.797Z | Compiling const-oid v0.9.6 |
1158 | 2024-12-13T23:55:45.856Z | Compiling spin v0.9.8 |
1159 | 2024-12-13T23:55:45.926Z | Compiling cc v1.1.30 |
1160 | 2024-12-13T23:55:45.946Z | Compiling pin-project-lite v0.2.14 |
1161 | 2024-12-13T23:55:46.068Z | Compiling rustix v0.38.37 |
1162 | 2024-12-13T23:55:46.250Z | Compiling parking_lot_core v0.9.10 |
1163 | 2024-12-13T23:55:46.289Z | Compiling futures-core v0.3.31 |
1164 | 2024-12-13T23:55:46.427Z | Compiling signal-hook-registry v1.4.2 |
1165 | 2024-12-13T23:55:46.526Z | Compiling mio v1.0.2 |
1166 | 2024-12-13T23:55:46.954Z | Compiling aho-corasick v1.1.3 |
1167 | 2024-12-13T23:55:47.272Z | Compiling parking_lot v0.12.3 |
1168 | 2024-12-13T23:55:47.489Z | Compiling regex-syntax v0.8.5 |
1169 | 2024-12-13T23:55:47.850Z | Compiling cpufeatures v0.2.14 |
1170 | 2024-12-13T23:55:47.870Z | Compiling lazy_static v1.5.0 |
1171 | 2024-12-13T23:55:47.913Z | Compiling futures-sink v0.3.31 |
1172 | 2024-12-13T23:55:47.952Z | Compiling either v1.13.0 |
1173 | 2024-12-13T23:55:47.987Z | Compiling stable_deref_trait v1.2.0 |
1174 | 2024-12-13T23:55:48.054Z | Compiling glob v0.3.1 |
1175 | 2024-12-13T23:55:48.094Z | Compiling socket2 v0.5.7 |
1176 | 2024-12-13T23:55:48.242Z | Compiling slab v0.4.9 |
1177 | 2024-12-13T23:55:48.375Z | Compiling prettyplease v0.2.25 |
1178 | 2024-12-13T23:55:48.675Z | Compiling minimal-lexical v0.2.1 |
1179 | 2024-12-13T23:55:49.023Z | Compiling libloading v0.8.5 |
1180 | 2024-12-13T23:55:49.071Z | Compiling clang-sys v1.8.1 |
1181 | 2024-12-13T23:55:49.123Z | Compiling nom v7.1.3 |
1182 | 2024-12-13T23:55:49.191Z | Compiling home v0.5.9 |
1183 | 2024-12-13T23:55:49.450Z | Compiling serde_json v1.0.132 |
1184 | 2024-12-13T23:55:49.471Z | Compiling bindgen v0.69.5 |
1185 | 2024-12-13T23:55:49.790Z | Compiling itertools v0.10.5 |
1186 | 2024-12-13T23:55:50.302Z | Compiling futures-channel v0.3.31 |
1187 | 2024-12-13T23:55:50.408Z | Compiling foldhash v0.1.3 |
1188 | 2024-12-13T23:55:50.725Z | Compiling pin-utils v0.1.0 |
1189 | 2024-12-13T23:55:50.744Z | Compiling allocator-api2 v0.2.18 |
1190 | 2024-12-13T23:55:50.826Z | Compiling futures-io v0.3.31 |
1191 | 2024-12-13T23:55:51.166Z | Compiling regex-automata v0.4.8 |
1192 | 2024-12-13T23:55:51.551Z | Compiling futures-task v0.3.31 |
1193 | 2024-12-13T23:55:51.858Z | Compiling rustc-hash v1.1.0 |
1194 | 2024-12-13T23:55:52.010Z | Compiling lazycell v1.3.0 |
1195 | 2024-12-13T23:55:52.197Z | Compiling hashbrown v0.15.1 |
1196 | 2024-12-13T23:55:52.580Z | Compiling cexpr v0.6.0 |
1197 | 2024-12-13T23:55:52.766Z | Compiling synstructure v0.13.1 |
1198 | 2024-12-13T23:55:53.524Z | Compiling cmake v0.1.51 |
1199 | 2024-12-13T23:55:54.391Z | Compiling libm v0.2.8 |
1200 | 2024-12-13T23:55:54.452Z | Compiling fs_extra v1.3.0 |
1201 | 2024-12-13T23:55:54.472Z | Compiling tinyvec_macros v0.1.1 |
1202 | 2024-12-13T23:55:54.553Z | Compiling dunce v1.0.5 |
1203 | 2024-12-13T23:55:54.572Z | Compiling pkg-config v0.3.31 |
1204 | 2024-12-13T23:55:54.674Z | Compiling tinyvec v1.8.0 |
1205 | 2024-12-13T23:55:54.727Z | Compiling num-traits v0.2.19 |
1206 | 2024-12-13T23:55:55.239Z | Compiling ring v0.17.8 |
1207 | 2024-12-13T23:55:56.135Z | Compiling paste v1.0.15 |
1208 | 2024-12-13T23:55:56.154Z | Compiling unicode-bidi v0.3.17 |
1209 | 2024-12-13T23:55:56.230Z | Compiling unicode-normalization v0.1.24 |
1210 | 2024-12-13T23:55:56.365Z | Compiling litemap v0.7.3 |
1211 | 2024-12-13T23:55:56.474Z | Compiling base64ct v1.6.0 |
1212 | 2024-12-13T23:55:56.633Z | Compiling writeable v0.5.5 |
1213 | 2024-12-13T23:55:56.749Z | Compiling regex v1.11.1 |
1214 | 2024-12-13T23:55:57.067Z | Compiling pem-rfc7468 v0.7.0 |
1215 | 2024-12-13T23:55:57.635Z | Compiling aws-lc-rs v1.10.0 |
1216 | 2024-12-13T23:55:57.812Z | Compiling flagset v0.4.6 |
1217 | 2024-12-13T23:55:57.854Z | Compiling httparse v1.9.5 |
1218 | 2024-12-13T23:55:58.045Z | Compiling tracing-core v0.1.32 |
1219 | 2024-12-13T23:55:58.602Z | Compiling crossbeam-utils v0.8.20 |
1220 | 2024-12-13T23:55:59.102Z | Compiling icu_locid_transform_data v1.5.0 |
1221 | 2024-12-13T23:55:59.177Z | Compiling percent-encoding v2.3.1 |
1222 | 2024-12-13T23:55:59.205Z | Compiling rustls-pki-types v1.10.0 |
1223 | 2024-12-13T23:55:59.420Z | Compiling time-core v0.1.2 |
1224 | 2024-12-13T23:55:59.449Z | Compiling serde_derive v1.0.215 |
1225 | 2024-12-13T23:55:59.532Z | Compiling zeroize_derive v1.4.2 |
1226 | 2024-12-13T23:55:59.592Z | Compiling zerocopy-derive v0.7.35 |
1227 | 2024-12-13T23:55:59.959Z | Compiling tokio-macros v2.4.0 |
1228 | 2024-12-13T23:56:00.196Z | Compiling zerofrom-derive v0.1.4 |
1229 | 2024-12-13T23:56:01.064Z | Compiling zeroize v1.8.1 |
1230 | 2024-12-13T23:56:01.517Z | Compiling yoke-derive v0.7.4 |
1231 | 2024-12-13T23:56:01.671Z | Compiling thiserror-impl v1.0.69 |
1232 | 2024-12-13T23:56:01.728Z | Compiling zerocopy v0.7.35 |
1233 | 2024-12-13T23:56:02.767Z | Compiling crypto-common v0.1.6 |
1234 | 2024-12-13T23:56:03.007Z | Compiling block-buffer v0.10.4 |
1235 | 2024-12-13T23:56:03.258Z | Compiling digest v0.10.7 |
1236 | 2024-12-13T23:56:03.261Z | Compiling zerovec-derive v0.10.3 |
1237 | 2024-12-13T23:56:03.736Z | Compiling hmac v0.12.1 |
1238 | 2024-12-13T23:56:03.850Z | Compiling futures-macro v0.3.31 |
1239 | 2024-12-13T23:56:03.972Z | Compiling block-padding v0.3.3 |
1240 | 2024-12-13T23:56:04.208Z | Compiling displaydoc v0.2.5 |
1241 | 2024-12-13T23:56:04.350Z | Compiling zerofrom v0.1.4 |
1242 | 2024-12-13T23:56:04.428Z | Compiling inout v0.1.3 |
1243 | 2024-12-13T23:56:04.580Z | Compiling yoke v0.7.4 |
1244 | 2024-12-13T23:56:04.693Z | Compiling cipher v0.4.4 |
1245 | 2024-12-13T23:56:04.839Z | Compiling thiserror v1.0.69 |
1246 | 2024-12-13T23:56:04.927Z | Compiling sha2 v0.10.8 |
1247 | 2024-12-13T23:56:04.957Z | Compiling ppv-lite86 v0.2.20 |
1248 | 2024-12-13T23:56:05.200Z | Compiling der_derive v0.7.3 |
1249 | 2024-12-13T23:56:05.718Z | Compiling futures-util v0.3.31 |
1250 | 2024-12-13T23:56:05.773Z | Compiling icu_provider_macros v1.5.0 |
1251 | 2024-12-13T23:56:05.796Z | Compiling zerovec v0.10.4 |
1252 | 2024-12-13T23:56:05.833Z | Compiling rand_chacha v0.3.1 |
1253 | 2024-12-13T23:56:06.834Z | Compiling tracing-attributes v0.1.27 |
1254 | 2024-12-13T23:56:07.681Z | Compiling tinystr v0.7.6 |
1255 | 2024-12-13T23:56:07.829Z | Compiling der v0.7.9 |
1256 | 2024-12-13T23:56:08.035Z | Compiling icu_locid v1.5.0 |
1257 | 2024-12-13T23:56:08.101Z | Compiling icu_collections v1.5.0 |
1258 | 2024-12-13T23:56:08.322Z | Compiling rand v0.8.5 |
1259 | 2024-12-13T23:56:09.537Z | Compiling icu_provider v1.5.0 |
1260 | 2024-12-13T23:56:10.277Z | Compiling icu_locid_transform v1.5.0 |
1261 | 2024-12-13T23:56:10.381Z | Compiling spki v0.7.3 |
1262 | 2024-12-13T23:56:10.507Z | Compiling tracing v0.1.40 |
1263 | 2024-12-13T23:56:10.557Z | Compiling salsa20 v0.10.2 |
1264 | 2024-12-13T23:56:10.750Z | Compiling pest v2.7.14 |
1265 | 2024-12-13T23:56:10.753Z | Compiling pbkdf2 v0.12.2 |
1266 | 2024-12-13T23:56:10.907Z | Compiling mirai-annotations v1.12.0 |
1267 | 2024-12-13T23:56:11.004Z | Compiling untrusted v0.7.1 |
1268 | 2024-12-13T23:56:11.094Z | Compiling vcpkg v0.2.15 |
1269 | 2024-12-13T23:56:11.097Z | Compiling icu_properties_data v1.5.0 |
1270 | 2024-12-13T23:56:11.163Z | Compiling powerfmt v0.2.0 |
1271 | 2024-12-13T23:56:11.343Z | Compiling num-conv v0.1.0 |
1272 | 2024-12-13T23:56:11.530Z | Compiling untrusted v0.9.0 |
1273 | 2024-12-13T23:56:11.597Z | Compiling time-macros v0.2.18 |
1274 | 2024-12-13T23:56:11.622Z | Compiling deranged v0.3.11 |
1275 | 2024-12-13T23:56:11.696Z | Compiling icu_properties v1.5.1 |
1276 | 2024-12-13T23:56:12.906Z | Compiling scrypt v0.11.0 |
1277 | 2024-12-13T23:56:13.217Z | Compiling bitflags v2.6.0 |
1278 | 2024-12-13T23:56:13.469Z | Compiling bytes v1.8.0 |
1279 | 2024-12-13T23:56:13.494Z | Compiling indexmap v2.6.0 |
1280 | 2024-12-13T23:56:13.682Z | Compiling semver v1.0.23 |
1281 | 2024-12-13T23:56:14.451Z | Compiling tokio v1.40.0 |
1282 | 2024-12-13T23:56:14.721Z | Compiling http v1.1.0 |
1283 | 2024-12-13T23:56:14.886Z | Compiling rustc_version v0.4.1 |
1284 | 2024-12-13T23:56:14.963Z | Compiling openssl-sys v0.9.103 |
1285 | 2024-12-13T23:56:15.656Z | Compiling pest_meta v2.7.14 |
1286 | 2024-12-13T23:56:16.047Z | Compiling cbc v0.1.2 |
1287 | 2024-12-13T23:56:16.290Z | Compiling aes v0.8.4 |
1288 | 2024-12-13T23:56:16.600Z | Compiling scroll_derive v0.12.0 |
1289 | 2024-12-13T23:56:16.783Z | Compiling utf8_iter v1.0.4 |
1290 | 2024-12-13T23:56:17.030Z | Compiling icu_normalizer_data v1.5.0 |
1291 | 2024-12-13T23:56:17.143Z | Compiling write16 v1.0.0 |
1292 | 2024-12-13T23:56:17.188Z | Compiling utf16_iter v1.0.5 |
1293 | 2024-12-13T23:56:17.274Z | Compiling atomic-waker v1.1.2 |
1294 | 2024-12-13T23:56:17.403Z | Compiling num_threads v0.1.7 |
1295 | 2024-12-13T23:56:17.458Z | Compiling icu_normalizer v1.5.0 |
1296 | 2024-12-13T23:56:17.529Z | Compiling time v0.3.36 |
1297 | 2024-12-13T23:56:18.039Z | Compiling which v4.4.2 |
1298 | 2024-12-13T23:56:18.141Z | Compiling scroll v0.12.0 |
1299 | 2024-12-13T23:56:18.707Z | Compiling pkcs5 v0.7.1 |
1300 | 2024-12-13T23:56:19.039Z | Compiling pest_generator v2.7.14 |
1301 | 2024-12-13T23:56:19.075Z | Compiling http-body v1.0.1 |
1302 | 2024-12-13T23:56:19.533Z | Compiling form_urlencoded v1.2.1 |
1303 | 2024-12-13T23:56:19.669Z | Compiling slog v2.7.0 |
1304 | 2024-12-13T23:56:19.852Z | Compiling try-lock v0.2.5 |
1305 | 2024-12-13T23:56:19.919Z | Compiling goblin v0.8.2 |
1306 | 2024-12-13T23:56:19.999Z | Compiling want v0.3.1 |
1307 | 2024-12-13T23:56:20.253Z | Compiling pkcs8 v0.10.2 |
1308 | 2024-12-13T23:56:20.291Z | Compiling idna_adapter v1.2.0 |
1309 | 2024-12-13T23:56:20.514Z | Compiling httpdate v1.0.3 |
1310 | 2024-12-13T23:56:20.742Z | Compiling idna v1.0.3 |
1311 | 2024-12-13T23:56:20.992Z | Compiling toml_datetime v0.6.8 |
1312 | 2024-12-13T23:56:21.005Z | Compiling pest_derive v2.7.14 |
1313 | 2024-12-13T23:56:21.480Z | Compiling uuid v1.11.0 |
1314 | 2024-12-13T23:56:21.742Z | Compiling serde_spanned v0.6.8 |
1315 | 2024-12-13T23:56:21.801Z | Compiling dtrace-parser v0.2.0 |
1316 | 2024-12-13T23:56:21.969Z | Compiling serde_tokenstream v0.2.2 |
1317 | 2024-12-13T23:56:22.616Z | Compiling adler2 v2.0.0 |
1318 | 2024-12-13T23:56:22.645Z | Compiling foreign-types-shared v0.1.1 |
1319 | 2024-12-13T23:56:22.755Z | Compiling openssl v0.10.66 |
1320 | 2024-12-13T23:56:22.802Z | Compiling tokio-util v0.7.12 |
1321 | 2024-12-13T23:56:22.825Z | Compiling tower-service v0.3.3 |
1322 | 2024-12-13T23:56:22.921Z | Compiling match_cfg v0.1.0 |
1323 | 2024-12-13T23:56:22.955Z | Compiling iana-time-zone v0.1.61 |
1324 | 2024-12-13T23:56:23.020Z | Compiling base64 v0.22.1 |
1325 | 2024-12-13T23:56:23.151Z | Compiling rustversion v1.0.17 |
1326 | 2024-12-13T23:56:23.451Z | Compiling chrono v0.4.38 |
1327 | 2024-12-13T23:56:23.788Z | Compiling h2 v0.4.6 |
1328 | 2024-12-13T23:56:23.927Z | Compiling hostname v0.3.1 |
1329 | 2024-12-13T23:56:24.018Z | Compiling miniz_oxide v0.8.0 |
1330 | 2024-12-13T23:56:24.191Z | Compiling foreign-types v0.3.2 |
1331 | 2024-12-13T23:56:24.211Z | Compiling url v2.5.3 |
1332 | 2024-12-13T23:56:25.499Z | Compiling async-trait v0.1.83 |
1333 | 2024-12-13T23:56:25.710Z | Compiling dof v0.3.0 |
1334 | 2024-12-13T23:56:26.178Z | Compiling openssl-macros v0.1.1 |
1335 | 2024-12-13T23:56:26.938Z | Compiling usdt-impl v0.5.0 |
1336 | 2024-12-13T23:56:27.204Z | Compiling dirs-sys-next v0.1.2 |
1337 | 2024-12-13T23:56:27.882Z | Compiling native-tls v0.2.12 |
1338 | 2024-12-13T23:56:27.953Z | Compiling rustls v0.22.4 |
1339 | 2024-12-13T23:56:28.182Z | Compiling rustls v0.23.19 |
1340 | 2024-12-13T23:56:28.213Z | Compiling data-encoding v2.6.0 |
1341 | 2024-12-13T23:56:28.297Z | Compiling siphasher v0.3.11 |
1342 | 2024-12-13T23:56:28.443Z | Compiling syn v1.0.109 |
1343 | 2024-12-13T23:56:28.587Z | Compiling dirs-next v2.0.0 |
1344 | 2024-12-13T23:56:29.119Z | Compiling http-body-util v0.1.2 |
1345 | 2024-12-13T23:56:29.657Z | Compiling crossbeam-epoch v0.9.18 |
1346 | 2024-12-13T23:56:30.143Z | Compiling heapless v0.7.17 |
1347 | 2024-12-13T23:56:30.161Z | Compiling signature v2.2.0 |
1348 | 2024-12-13T23:56:30.338Z | Compiling sha1 v0.10.6 |
1349 | 2024-12-13T23:56:30.410Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1350 | 2024-12-13T23:56:30.452Z | Compiling serde_derive_internals v0.29.1 |
1351 | 2024-12-13T23:56:30.560Z | Compiling hyper v1.5.0 |
1352 | 2024-12-13T23:56:30.591Z | Compiling thread_local v1.1.8 |
1353 | 2024-12-13T23:56:30.754Z | Compiling encoding_rs v0.8.34 |
1354 | 2024-12-13T23:56:30.882Z | Compiling cookie v0.18.1 |
1355 | 2024-12-13T23:56:31.126Z | Compiling multer v3.1.0 |
1356 | 2024-12-13T23:56:31.154Z | Compiling unicode-properties v0.1.3 |
1357 | 2024-12-13T23:56:31.401Z | Compiling schemars v0.8.21 |
1358 | 2024-12-13T23:56:31.537Z | Compiling mime v0.3.17 |
1359 | 2024-12-13T23:56:31.738Z | Compiling openssl-probe v0.1.5 |
1360 | 2024-12-13T23:56:32.104Z | Compiling slog-async v2.8.0 |
1361 | 2024-12-13T23:56:32.195Z | Compiling rayon-core v1.12.1 |
1362 | 2024-12-13T23:56:32.499Z | Compiling ipnet v2.10.1 |
1363 | 2024-12-13T23:56:32.652Z | Compiling gimli v0.31.1 |
1364 | 2024-12-13T23:56:33.243Z | Compiling hyper-util v0.1.10 |
1365 | 2024-12-13T23:56:33.757Z | Compiling signal-hook v0.3.17 |
1366 | 2024-12-13T23:56:34.065Z | Compiling schemars_derive v0.8.21 |
1367 | 2024-12-13T23:56:34.424Z | Compiling toml_edit v0.22.22 |
1368 | 2024-12-13T23:56:35.355Z | Compiling stringprep v0.1.5 |
1369 | 2024-12-13T23:56:36.438Z | Compiling usdt-macro v0.5.0 |
1370 | 2024-12-13T23:56:36.515Z | Compiling usdt-attr-macro v0.5.0 |
1371 | 2024-12-13T23:56:37.142Z | Compiling addr2line v0.24.2 |
1372 | 2024-12-13T23:56:37.254Z | Compiling crossbeam-deque v0.8.5 |
1373 | 2024-12-13T23:56:37.581Z | Compiling term v0.7.0 |
1374 | 2024-12-13T23:56:37.854Z | Compiling slog-json v2.6.1 |
1375 | 2024-12-13T23:56:37.888Z | Compiling serde_urlencoded v0.7.1 |
1376 | 2024-12-13T23:56:37.969Z | Compiling crossbeam-channel v0.5.13 |
1377 | 2024-12-13T23:56:38.067Z | Compiling curve25519-dalek v4.1.3 |
1378 | 2024-12-13T23:56:38.221Z | Compiling futures-executor v0.3.31 |
1379 | 2024-12-13T23:56:38.392Z | Compiling enum-as-inner v0.6.1 |
1380 | 2024-12-13T23:56:38.675Z | Compiling md-5 v0.10.6 |
1381 | 2024-12-13T23:56:38.775Z | Compiling rustls-pemfile v2.2.0 |
1382 | 2024-12-13T23:56:38.947Z | Compiling async-stream-impl v0.3.6 |
1383 | 2024-12-13T23:56:39.101Z | Compiling num-integer v0.1.46 |
1384 | 2024-12-13T23:56:39.141Z | Compiling idna v0.3.0 |
1385 | 2024-12-13T23:56:39.152Z | Compiling idna v0.4.0 |
1386 | 2024-12-13T23:56:39.517Z | Compiling hash32 v0.2.1 |
1387 | 2024-12-13T23:56:39.820Z | Compiling ff v0.13.0 |
1388 | 2024-12-13T23:56:39.896Z | Compiling is-terminal v0.4.13 |
1389 | 2024-12-13T23:56:40.028Z | Compiling object v0.36.5 |
1390 | 2024-12-13T23:56:40.049Z | Compiling dropshot v0.12.0 |
1391 | 2024-12-13T23:56:40.315Z | Compiling psl-types v2.0.11 |
1392 | 2024-12-13T23:56:40.350Z | Compiling fallible-iterator v0.2.0 |
1393 | 2024-12-13T23:56:40.516Z | Compiling anyhow v1.0.93 |
1394 | 2024-12-13T23:56:40.730Z | Compiling quick-error v1.2.3 |
1395 | 2024-12-13T23:56:40.754Z | Compiling take_mut v0.2.2 |
1396 | 2024-12-13T23:56:40.887Z | Compiling utf-8 v0.7.6 |
1397 | 2024-12-13T23:56:40.920Z | Compiling dyn-clone v1.0.17 |
1398 | 2024-12-13T23:56:41.034Z | Compiling base16ct v0.2.0 |
1399 | 2024-12-13T23:56:41.120Z | Compiling linked-hash-map v0.5.6 |
1400 | 2024-12-13T23:56:41.145Z | Compiling rustc-demangle v0.1.24 |
1401 | 2024-12-13T23:56:41.215Z | Compiling portable-atomic v1.9.0 |
1402 | 2024-12-13T23:56:41.350Z | Compiling smoltcp v0.9.1 |
1403 | 2024-12-13T23:56:41.494Z | Compiling num-bigint-dig v0.8.4 |
1404 | 2024-12-13T23:56:41.807Z | Compiling lru-cache v0.1.2 |
1405 | 2024-12-13T23:56:42.018Z | Compiling sec1 v0.7.3 |
1406 | 2024-12-13T23:56:42.166Z | Compiling tungstenite v0.24.0 |
1407 | 2024-12-13T23:56:42.515Z | Compiling postgres-protocol v0.6.7 |
1408 | 2024-12-13T23:56:42.876Z | Compiling resolv-conf v0.7.0 |
1409 | 2024-12-13T23:56:43.653Z | Compiling publicsuffix v2.2.3 |
1410 | 2024-12-13T23:56:43.869Z | Compiling async-stream v0.3.6 |
1411 | 2024-12-13T23:56:43.930Z | Compiling usdt v0.5.0 |
1412 | 2024-12-13T23:56:43.981Z | Compiling group v0.13.0 |
1413 | 2024-12-13T23:56:44.177Z | Compiling slog-term v2.9.1 |
1414 | 2024-12-13T23:56:44.319Z | Compiling hickory-proto v0.24.1 |
1415 | 2024-12-13T23:56:44.491Z | Compiling num-iter v0.1.45 |
1416 | 2024-12-13T23:56:44.784Z | Compiling futures v0.3.31 |
1417 | 2024-12-13T23:56:44.911Z | Compiling slog-bunyan v2.5.0 |
1418 | 2024-12-13T23:56:45.130Z | Compiling toml v0.8.19 |
1419 | 2024-12-13T23:56:46.893Z | Compiling camino v1.1.9 |
1420 | 2024-12-13T23:56:46.932Z | Compiling tokio-native-tls v0.3.1 |
1421 | 2024-12-13T23:56:47.279Z | Compiling phf_shared v0.11.2 |
1422 | 2024-12-13T23:56:47.339Z | Compiling backtrace v0.3.74 |
1423 | 2024-12-13T23:56:47.676Z | Compiling dropshot_endpoint v0.12.0 |
1424 | 2024-12-13T23:56:47.901Z | Compiling terminal_size v0.4.0 |
1425 | 2024-12-13T23:56:48.120Z | Compiling waitgroup v0.1.2 |
1426 | 2024-12-13T23:56:48.124Z | Compiling openapiv3 v2.0.0 |
1427 | 2024-12-13T23:56:48.238Z | Compiling serde_path_to_error v0.1.16 |
1428 | 2024-12-13T23:56:48.354Z | Compiling hkdf v0.12.4 |
1429 | 2024-12-13T23:56:48.614Z | Compiling crypto-bigint v0.5.5 |
1430 | 2024-12-13T23:56:49.067Z | Compiling webpki-roots v0.26.6 |
1431 | 2024-12-13T23:56:49.296Z | Compiling zerocopy-derive v0.6.6 |
1432 | 2024-12-13T23:56:51.058Z | Compiling curve25519-dalek-derive v0.1.1 |
1433 | 2024-12-13T23:56:51.600Z | Compiling hubpack_derive v0.1.1 |
1434 | 2024-12-13T23:56:51.627Z | Compiling idna v0.5.0 |
1435 | 2024-12-13T23:56:52.431Z | Compiling hostname v0.4.0 |
1436 | 2024-12-13T23:56:52.559Z | Compiling ahash v0.8.11 |
1437 | 2024-12-13T23:56:52.576Z | Compiling fs-err v2.11.0 |
1438 | 2024-12-13T23:56:52.630Z | Compiling crc32fast v1.4.2 |
1439 | 2024-12-13T23:56:52.688Z | Compiling bitflags v1.3.2 |
1440 | 2024-12-13T23:56:52.798Z | Compiling debug-ignore v1.0.5 |
1441 | 2024-12-13T23:56:52.859Z | Compiling winnow v0.5.40 |
1442 | 2024-12-13T23:56:52.889Z | Compiling managed v0.8.0 |
1443 | 2024-12-13T23:56:52.950Z | Compiling console v0.15.8 |
1444 | 2024-12-13T23:56:52.975Z | Compiling clap_builder v4.5.21 |
1445 | 2024-12-13T23:56:53.461Z | Compiling flate2 v1.0.34 |
1446 | 2024-12-13T23:56:54.959Z | Compiling strum_macros v0.25.3 |
1447 | 2024-12-13T23:56:54.967Z | Compiling hubpack v0.1.2 |
1448 | 2024-12-13T23:56:54.967Z | Compiling cookie_store v0.21.0 |
1449 | 2024-12-13T23:56:55.094Z | Compiling elliptic-curve v0.13.8 |
1450 | 2024-12-13T23:56:55.427Z | Compiling zerocopy v0.6.6 |
1451 | 2024-12-13T23:56:55.924Z | Compiling hickory-resolver v0.24.1 |
1452 | 2024-12-13T23:56:56.275Z | Compiling toml_edit v0.19.15 |
1453 | 2024-12-13T23:56:56.633Z | Compiling signal-hook-mio v0.2.4 |
1454 | 2024-12-13T23:56:56.802Z | Compiling phf v0.11.2 |
1455 | 2024-12-13T23:56:57.098Z | Compiling hyper-tls v0.6.0 |
1456 | 2024-12-13T23:56:57.223Z | Compiling rayon v1.10.0 |
1457 | 2024-12-13T23:56:57.553Z | Compiling bzip2 v0.4.4 |
1458 | 2024-12-13T23:56:58.702Z | Compiling postgres-types v0.2.8 |
1459 | 2024-12-13T23:57:00.217Z | Compiling tokio-tungstenite v0.24.0 |
1460 | 2024-12-13T23:57:02.145Z | Compiling ed25519 v2.2.3 |
1461 | 2024-12-13T23:57:02.168Z | Compiling phf_shared v0.10.0 |
1462 | 2024-12-13T23:57:02.424Z | Compiling tokio-stream v0.1.16 |
1463 | 2024-12-13T23:57:02.581Z | Compiling pkcs1 v0.7.5 |
1464 | 2024-12-13T23:57:02.714Z | Compiling serde-big-array v0.5.1 |
1465 | 2024-12-13T23:57:02.781Z | Compiling clap_derive v4.5.18 |
1466 | 2024-12-13T23:57:02.958Z | Compiling rfc6979 v0.4.0 |
1467 | 2024-12-13T23:57:03.149Z | Compiling serde_repr v0.1.19 |
1468 | 2024-12-13T23:57:03.495Z | Compiling derive-where v1.2.7 |
1469 | 2024-12-13T23:57:03.614Z | Compiling float-cmp v0.9.0 |
1470 | 2024-12-13T23:57:03.840Z | Compiling bstr v1.10.0 |
1471 | 2024-12-13T23:57:04.039Z | Compiling sync_wrapper v1.0.1 |
1472 | 2024-12-13T23:57:04.191Z | Compiling unicode-segmentation v1.12.0 |
1473 | 2024-12-13T23:57:04.344Z | Compiling normalize-line-endings v0.3.0 |
1474 | 2024-12-13T23:57:04.425Z | Compiling unicode-width v0.2.0 |
1475 | 2024-12-13T23:57:04.474Z | Compiling bit-vec v0.6.3 |
1476 | 2024-12-13T23:57:04.945Z | Compiling fixedbitset v0.4.2 |
1477 | 2024-12-13T23:57:04.975Z | Compiling precomputed-hash v0.1.1 |
1478 | 2024-12-13T23:57:05.089Z | Compiling static_assertions v1.1.0 |
1479 | 2024-12-13T23:57:05.108Z | Compiling predicates-core v1.0.8 |
1480 | 2024-12-13T23:57:05.194Z | Compiling whoami v1.5.2 |
1481 | 2024-12-13T23:57:05.408Z | Compiling difflib v0.4.0 |
1482 | 2024-12-13T23:57:05.478Z | Compiling number_prefix v0.4.0 |
1483 | 2024-12-13T23:57:05.581Z | Compiling new_debug_unreachable v1.0.6 |
1484 | 2024-12-13T23:57:05.680Z | Compiling string_cache v0.8.7 |
1485 | 2024-12-13T23:57:05.714Z | Compiling indicatif v0.17.9 |
1486 | 2024-12-13T23:57:05.839Z | Compiling predicates v3.1.2 |
1487 | 2024-12-13T23:57:06.145Z | Compiling tokio-postgres v0.7.12 |
1488 | 2024-12-13T23:57:07.068Z | Compiling petgraph v0.6.5 |
1489 | 2024-12-13T23:57:07.088Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1490 | 2024-12-13T23:57:07.602Z | Compiling similar v2.6.0 |
1491 | 2024-12-13T23:57:07.966Z | Compiling clap v4.5.21 |
1492 | 2024-12-13T23:57:08.024Z | Compiling bit-set v0.5.3 |
1493 | 2024-12-13T23:57:08.087Z | Compiling ecdsa v0.16.9 |
1494 | 2024-12-13T23:57:08.318Z | Compiling rsa v0.9.6 |
1495 | 2024-12-13T23:57:08.968Z | Compiling ed25519-dalek v2.1.1 |
1496 | 2024-12-13T23:57:13.031Z | Compiling toml v0.7.8 |
1497 | 2024-12-13T23:57:13.059Z | Compiling zip v0.6.6 |
1498 | 2024-12-13T23:57:13.059Z | Compiling crossterm v0.28.1 |
1499 | 2024-12-13T23:57:13.059Z | Compiling hex v0.4.3 |
1500 | 2024-12-13T23:57:13.059Z | Compiling x509-cert v0.2.5 |
1501 | 2024-12-13T23:57:13.059Z | Compiling peg-runtime v0.8.3 |
1502 | 2024-12-13T23:57:13.059Z | Compiling unicode-xid v0.2.6 |
1503 | 2024-12-13T23:57:13.059Z | Compiling lalrpop-util v0.19.12 |
1504 | 2024-12-13T23:57:13.059Z | Compiling strum_macros v0.26.4 |
1505 | 2024-12-13T23:57:13.059Z | Compiling xattr v1.3.1 |
1506 | 2024-12-13T23:57:13.142Z | Compiling filetime v0.2.25 |
1507 | 2024-12-13T23:57:13.441Z | Compiling tar v0.4.42 |
1508 | 2024-12-13T23:57:17.930Z | Compiling strum v0.26.3 |
1509 | 2024-12-13T23:57:21.093Z | Compiling aws-lc-sys v0.22.0 |
1510 | 2024-12-13T23:57:57.016Z | Compiling rustls-webpki v0.102.8 |
1511 | 2024-12-13T23:58:00.351Z | Compiling tokio-rustls v0.25.0 |
1512 | 2024-12-13T23:58:01.915Z | Compiling tokio-rustls v0.26.0 |
1513 | 2024-12-13T23:58:02.365Z | Compiling hyper-rustls v0.27.3 |
1514 | 2024-12-13T23:58:02.697Z | Compiling reqwest v0.12.9 |
1515 | 2024-12-13T23:58:03.945Z | Compiling qorb v0.2.1 |
1516 | 2024-12-13T23:58:08.694Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1517 | 2024-12-13T23:58:08.927Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1518 | 2024-12-13T23:58:14.681Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
1519 | 2024-12-13T23:58:14.840Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1520 | 2024-12-13T23:58:14.889Z | Dec 13 23:58:14.238 INFO Starting download, target: Cockroach |
1521 | 2024-12-13T23:58:14.889Z | Dec 13 23:58:14.238 INFO Starting download, target: DendriteOpenapi |
1522 | 2024-12-13T23:58:14.889Z | Dec 13 23:58:14.238 INFO Starting download, target: Clickhouse |
1523 | 2024-12-13T23:58:14.889Z | Dec 13 23:58:14.238 INFO Starting download, target: Console |
1524 | 2024-12-13T23:58:14.893Z | Dec 13 23:58:14.238 INFO Starting download, target: DendriteStub |
1525 | 2024-12-13T23:58:14.893Z | Dec 13 23:58:14.238 INFO Starting download, target: MaghemiteMgd |
1526 | 2024-12-13T23:58:14.893Z | Dec 13 23:58:14.238 INFO Starting download, target: TransceiverControl |
1527 | 2024-12-13T23:58:14.894Z | Dec 13 23:58:14.239 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1528 | 2024-12-13T23:58:14.894Z | Dec 13 23:58:14.239 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1529 | 2024-12-13T23:58:14.894Z | Dec 13 23:58:14.239 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1530 | 2024-12-13T23:58:14.894Z | Dec 13 23:58:14.239 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1531 | 2024-12-13T23:58:14.894Z | Dec 13 23:58:14.239 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1532 | 2024-12-13T23:58:14.894Z | Dec 13 23:58:14.239 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1533 | 2024-12-13T23:58:14.894Z | Dec 13 23:58:14.239 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1534 | 2024-12-13T23:58:15.106Z | Dec 13 23:58:14.450 INFO Download complete, target: DendriteOpenapi |
1535 | 2024-12-13T23:58:15.340Z | Dec 13 23:58:14.672 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1536 | 2024-12-13T23:58:15.428Z | Dec 13 23:58:14.767 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1537 | 2024-12-13T23:58:15.789Z | Dec 13 23:58:15.101 INFO Download complete, target: Console |
1538 | 2024-12-13T23:58:15.976Z | Dec 13 23:58:15.314 INFO Download complete, target: TransceiverControl |
1539 | 2024-12-13T23:58:16.038Z | Dec 13 23:58:15.385 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1540 | 2024-12-13T23:58:16.074Z | Dec 13 23:58:15.422 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1541 | 2024-12-13T23:58:16.596Z | Dec 13 23:58:15.945 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1542 | 2024-12-13T23:58:16.596Z | Dec 13 23:58:15.945 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1543 | 2024-12-13T23:58:16.812Z | Dec 13 23:58:16.161 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1544 | 2024-12-13T23:58:18.952Z | Dec 13 23:58:18.301 INFO Download complete, target: DendriteStub |
1545 | 2024-12-13T23:58:19.033Z | Dec 13 23:58:18.382 INFO Download complete, target: MaghemiteMgd |
1546 | 2024-12-13T23:58:24.029Z | Dec 13 23:58:23.377 INFO Checking that binary works, target: Cockroach |
1547 | 2024-12-13T23:58:24.185Z | Dec 13 23:58:23.533 INFO Download complete, target: Cockroach |
1548 | 2024-12-13T23:58:29.185Z | Dec 13 23:58:28.533 INFO Checking that binary works, target: Clickhouse |
1549 | 2024-12-13T23:58:30.099Z | Dec 13 23:58:29.446 INFO Download complete, target: Clickhouse |
1550 | 2024-12-13T23:58:30.106Z | All prerequisites installed successfully |
1551 | 2024-12-13T23:58:30.108Z | |
1552 | 2024-12-13T23:58:30.109Z | real 5:36.884517720 |
1553 | 2024-12-13T23:58:30.109Z | user 16:19.195354374 |
1554 | 2024-12-13T23:58:30.109Z | sys 3:11.763356200 |
1555 | 2024-12-13T23:58:30.109Z | trap 0.522150419 |
1556 | 2024-12-13T23:58:30.109Z | tflt 9.088498543 |
1557 | 2024-12-13T23:58:30.109Z | dflt 8.676879123 |
1558 | 2024-12-13T23:58:30.109Z | kflt 0.478046360 |
1559 | 2024-12-13T23:58:30.109Z | lock 29:23.281802401 |
1560 | 2024-12-13T23:58:30.109Z | slp 1:03:47.226041119 |
1561 | 2024-12-13T23:58:30.109Z | lat 53.148430505 |
1562 | 2024-12-13T23:58:30.109Z | stop 2:12.455584180 |
1563 | 2024-12-13T23:58:30.109Z | + ptime -m cargo xtask download softnpu |
1564 | 2024-12-13T23:58:30.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1565 | 2024-12-13T23:58:30.645Z | Running `target/debug/xtask download softnpu` |
1566 | 2024-12-13T23:58:31.451Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1567 | 2024-12-13T23:58:31.505Z | Running `target/debug/xtask-downloader softnpu` |
1568 | 2024-12-13T23:58:31.538Z | Dec 13 23:58:30.886 INFO Starting download, target: Softnpu |
1569 | 2024-12-13T23:58:31.541Z | Dec 13 23:58:30.886 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1570 | 2024-12-13T23:58:32.206Z | Dec 13 23:58:31.553 INFO Download complete, target: Softnpu |
1571 | 2024-12-13T23:58:32.210Z | |
1572 | 2024-12-13T23:58:32.213Z | real 2.096000865 |
1573 | 2024-12-13T23:58:32.213Z | user 1.247461345 |
1574 | 2024-12-13T23:58:32.213Z | sys 0.525703552 |
1575 | 2024-12-13T23:58:32.213Z | trap 0.000440522 |
1576 | 2024-12-13T23:58:32.213Z | tflt 0.000026317 |
1577 | 2024-12-13T23:58:32.213Z | dflt 0.000004269 |
1578 | 2024-12-13T23:58:32.213Z | kflt 0.000000000 |
1579 | 2024-12-13T23:58:32.213Z | lock 6.864259964 |
1580 | 2024-12-13T23:58:32.213Z | slp 0.486189603 |
1581 | 2024-12-13T23:58:32.213Z | lat 0.066516588 |
1582 | 2024-12-13T23:58:32.213Z | stop 0.000187513 |
1583 | 2024-12-13T23:58:32.213Z | + export CARGO_INCREMENTAL=0 |
1584 | 2024-12-13T23:58:32.213Z | + CARGO_INCREMENTAL=0 |
1585 | 2024-12-13T23:58:32.213Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1586 | 2024-12-13T23:58:33.187Z | Compiling proc-macro2 v1.0.89 |
1587 | 2024-12-13T23:58:33.187Z | Compiling unicode-ident v1.0.13 |
1588 | 2024-12-13T23:58:33.187Z | Compiling libc v0.2.162 |
1589 | 2024-12-13T23:58:33.190Z | Compiling serde v1.0.215 |
1590 | 2024-12-13T23:58:33.190Z | Compiling autocfg v1.4.0 |
1591 | 2024-12-13T23:58:33.190Z | Compiling version_check v0.9.5 |
1592 | 2024-12-13T23:58:33.190Z | Compiling cfg-if v1.0.0 |
1593 | 2024-12-13T23:58:33.452Z | Compiling memchr v2.7.4 |
1594 | 2024-12-13T23:58:33.474Z | Compiling typenum v1.17.0 |
1595 | 2024-12-13T23:58:33.498Z | Compiling shlex v1.3.0 |
1596 | 2024-12-13T23:58:33.913Z | Compiling value-bag v1.9.0 |
1597 | 2024-12-13T23:58:33.934Z | Compiling scopeguard v1.2.0 |
1598 | 2024-12-13T23:58:34.083Z | Compiling generic-array v0.14.7 |
1599 | 2024-12-13T23:58:34.276Z | Compiling lock_api v0.4.12 |
1600 | 2024-12-13T23:58:34.345Z | Compiling log v0.4.22 |
1601 | 2024-12-13T23:58:34.468Z | Compiling parking_lot_core v0.9.10 |
1602 | 2024-12-13T23:58:34.824Z | Compiling once_cell v1.20.2 |
1603 | 2024-12-13T23:58:34.850Z | Compiling serde_json v1.0.132 |
1604 | 2024-12-13T23:58:35.138Z | Compiling quote v1.0.37 |
1605 | 2024-12-13T23:58:35.156Z | Compiling rustix v0.38.37 |
1606 | 2024-12-13T23:58:35.192Z | Compiling libm v0.2.8 |
1607 | 2024-12-13T23:58:35.210Z | Compiling thiserror v1.0.69 |
1608 | 2024-12-13T23:58:35.464Z | Compiling jobserver v0.1.32 |
1609 | 2024-12-13T23:58:35.510Z | Compiling syn v2.0.87 |
1610 | 2024-12-13T23:58:35.610Z | Compiling getrandom v0.2.15 |
1611 | 2024-12-13T23:58:35.771Z | Compiling aho-corasick v1.1.3 |
1612 | 2024-12-13T23:58:35.792Z | Compiling regex-syntax v0.8.5 |
1613 | 2024-12-13T23:58:35.882Z | Compiling cc v1.1.30 |
1614 | 2024-12-13T23:58:35.953Z | Compiling num-traits v0.2.19 |
1615 | 2024-12-13T23:58:35.989Z | Compiling either v1.13.0 |
1616 | 2024-12-13T23:58:36.206Z | Compiling itoa v1.0.11 |
1617 | 2024-12-13T23:58:36.224Z | Compiling spin v0.9.8 |
1618 | 2024-12-13T23:58:36.434Z | Compiling slab v0.4.9 |
1619 | 2024-12-13T23:58:36.724Z | Compiling byteorder v1.5.0 |
1620 | 2024-12-13T23:58:36.908Z | Compiling errno v0.3.9 |
1621 | 2024-12-13T23:58:37.129Z | Compiling rand_core v0.6.4 |
1622 | 2024-12-13T23:58:37.194Z | Compiling lazy_static v1.5.0 |
1623 | 2024-12-13T23:58:37.319Z | Compiling glob v0.3.1 |
1624 | 2024-12-13T23:58:37.938Z | Compiling prettyplease v0.2.25 |
1625 | 2024-12-13T23:58:38.166Z | Compiling clang-sys v1.8.1 |
1626 | 2024-12-13T23:58:38.514Z | Compiling minimal-lexical v0.2.1 |
1627 | 2024-12-13T23:58:38.597Z | Compiling libloading v0.8.5 |
1628 | 2024-12-13T23:58:38.857Z | Compiling subtle v2.6.1 |
1629 | 2024-12-13T23:58:38.963Z | Compiling nom v7.1.3 |
1630 | 2024-12-13T23:58:38.981Z | Compiling home v0.5.9 |
1631 | 2024-12-13T23:58:39.157Z | Compiling bindgen v0.69.5 |
1632 | 2024-12-13T23:58:39.203Z | Compiling allocator-api2 v0.2.18 |
1633 | 2024-12-13T23:58:39.334Z | Compiling regex-automata v0.4.8 |
1634 | 2024-12-13T23:58:39.858Z | Compiling itertools v0.10.5 |
1635 | 2024-12-13T23:58:39.996Z | Compiling lazycell v1.3.0 |
1636 | 2024-12-13T23:58:40.156Z | Compiling semver v1.0.23 |
1637 | 2024-12-13T23:58:40.174Z | Compiling smallvec v1.13.2 |
1638 | 2024-12-13T23:58:40.602Z | Compiling rustc-hash v1.1.0 |
1639 | 2024-12-13T23:58:40.640Z | Compiling cmake v0.1.51 |
1640 | 2024-12-13T23:58:40.934Z | Compiling dunce v1.0.5 |
1641 | 2024-12-13T23:58:41.069Z | Compiling fs_extra v1.3.0 |
1642 | 2024-12-13T23:58:42.042Z | Compiling pkg-config v0.3.31 |
1643 | 2024-12-13T23:58:42.133Z | Compiling ring v0.17.8 |
1644 | 2024-12-13T23:58:42.500Z | Compiling cexpr v0.6.0 |
1645 | 2024-12-13T23:58:42.652Z | Compiling ryu v1.0.18 |
1646 | 2024-12-13T23:58:42.902Z | Compiling pin-project-lite v0.2.14 |
1647 | 2024-12-13T23:58:42.944Z | Compiling paste v1.0.15 |
1648 | 2024-12-13T23:58:43.033Z | Compiling synstructure v0.13.1 |
1649 | 2024-12-13T23:58:43.381Z | Compiling const-oid v0.9.6 |
1650 | 2024-12-13T23:58:43.674Z | Compiling fnv v1.0.7 |
1651 | 2024-12-13T23:58:43.976Z | Compiling foldhash v0.1.3 |
1652 | 2024-12-13T23:58:44.032Z | Compiling equivalent v1.0.1 |
1653 | 2024-12-13T23:58:44.182Z | Compiling httparse v1.9.5 |
1654 | 2024-12-13T23:58:44.271Z | Compiling aws-lc-rs v1.10.0 |
1655 | 2024-12-13T23:58:44.392Z | Compiling hashbrown v0.15.1 |
1656 | 2024-12-13T23:58:44.837Z | Compiling regex v1.11.1 |
1657 | 2024-12-13T23:58:45.348Z | Compiling schemars v0.8.21 |
1658 | 2024-12-13T23:58:45.705Z | Compiling heck v0.5.0 |
1659 | 2024-12-13T23:58:45.821Z | Compiling serde_derive_internals v0.29.1 |
1660 | 2024-12-13T23:58:45.823Z | Compiling signal-hook-registry v1.4.2 |
1661 | 2024-12-13T23:58:46.168Z | Compiling parking_lot v0.12.3 |
1662 | 2024-12-13T23:58:46.226Z | Compiling mio v1.0.2 |
1663 | 2024-12-13T23:58:48.063Z | Compiling crossbeam-utils v0.8.20 |
1664 | 2024-12-13T23:58:48.115Z | Compiling stable_deref_trait v1.2.0 |
1665 | 2024-12-13T23:58:48.230Z | Compiling socket2 v0.5.7 |
1666 | 2024-12-13T23:58:48.249Z | Compiling time-core v0.1.2 |
1667 | 2024-12-13T23:58:48.569Z | Compiling futures-core v0.3.31 |
1668 | 2024-12-13T23:58:48.588Z | Compiling serde_derive v1.0.215 |
1669 | 2024-12-13T23:58:48.830Z | Compiling zeroize_derive v1.4.2 |
1670 | 2024-12-13T23:58:48.937Z | Compiling zerocopy-derive v0.7.35 |
1671 | 2024-12-13T23:58:49.805Z | Compiling thiserror-impl v1.0.69 |
1672 | 2024-12-13T23:58:49.879Z | Compiling tokio-macros v2.4.0 |
1673 | 2024-12-13T23:58:50.021Z | Compiling zerofrom-derive v0.1.4 |
1674 | 2024-12-13T23:58:50.123Z | Compiling yoke-derive v0.7.4 |
1675 | 2024-12-13T23:58:50.273Z | Compiling zeroize v1.8.1 |
1676 | 2024-12-13T23:58:50.764Z | Compiling futures-macro v0.3.31 |
1677 | 2024-12-13T23:58:51.041Z | Compiling zerovec-derive v0.10.3 |
1678 | 2024-12-13T23:58:51.290Z | Compiling zerocopy v0.7.35 |
1679 | 2024-12-13T23:58:52.336Z | Compiling displaydoc v0.2.5 |
1680 | 2024-12-13T23:58:52.706Z | Compiling crypto-common v0.1.6 |
1681 | 2024-12-13T23:58:52.793Z | Compiling tracing-attributes v0.1.27 |
1682 | 2024-12-13T23:58:52.904Z | Compiling icu_provider_macros v1.5.0 |
1683 | 2024-12-13T23:58:52.941Z | Compiling block-buffer v0.10.4 |
1684 | 2024-12-13T23:58:53.187Z | Compiling digest v0.10.7 |
1685 | 2024-12-13T23:58:53.457Z | Compiling schemars_derive v0.8.21 |
1686 | 2024-12-13T23:58:53.606Z | Compiling der_derive v0.7.3 |
1687 | 2024-12-13T23:58:53.869Z | Compiling num-conv v0.1.0 |
1688 | 2024-12-13T23:58:54.152Z | Compiling time-macros v0.2.18 |
1689 | 2024-12-13T23:58:54.485Z | Compiling vcpkg v0.2.15 |
1690 | 2024-12-13T23:58:56.056Z | Compiling openssl-sys v0.9.103 |
1691 | 2024-12-13T23:58:57.019Z | Compiling cpufeatures v0.2.14 |
1692 | 2024-12-13T23:58:57.038Z | Compiling futures-sink v0.3.31 |
1693 | 2024-12-13T23:58:57.078Z | Compiling slog v2.7.0 |
1694 | 2024-12-13T23:58:57.269Z | Compiling ahash v0.8.11 |
1695 | 2024-12-13T23:58:57.287Z | Compiling syn v1.0.109 |
1696 | 2024-12-13T23:58:57.681Z | Compiling zerofrom v0.1.4 |
1697 | 2024-12-13T23:58:57.937Z | Compiling scroll_derive v0.12.0 |
1698 | 2024-12-13T23:58:58.017Z | Compiling iana-time-zone v0.1.61 |
1699 | 2024-12-13T23:58:58.151Z | Compiling ucd-trie v0.1.7 |
1700 | 2024-12-13T23:58:58.374Z | Compiling pest v2.7.14 |
1701 | 2024-12-13T23:58:58.649Z | Compiling yoke v0.7.4 |
1702 | 2024-12-13T23:58:58.719Z | Compiling futures-channel v0.3.31 |
1703 | 2024-12-13T23:58:59.127Z | Compiling hmac v0.12.1 |
1704 | 2024-12-13T23:58:59.348Z | Compiling futures-io v0.3.31 |
1705 | 2024-12-13T23:58:59.497Z | Compiling openssl v0.10.66 |
1706 | 2024-12-13T23:58:59.513Z | Compiling pin-utils v0.1.0 |
1707 | 2024-12-13T23:58:59.606Z | Compiling futures-task v0.3.31 |
1708 | 2024-12-13T23:59:00.054Z | Compiling futures-util v0.3.31 |
1709 | 2024-12-13T23:59:00.101Z | Compiling zerovec v0.10.4 |
1710 | 2024-12-13T23:59:00.297Z | Compiling block-padding v0.3.3 |
1711 | 2024-12-13T23:59:00.524Z | Compiling tinyvec_macros v0.1.1 |
1712 | 2024-12-13T23:59:01.125Z | Compiling pest_meta v2.7.14 |
1713 | 2024-12-13T23:59:01.229Z | Compiling tinyvec v1.8.0 |
1714 | 2024-12-13T23:59:01.979Z | Compiling bitflags v2.6.0 |
1715 | 2024-12-13T23:59:02.164Z | Compiling bytes v1.8.0 |
1716 | 2024-12-13T23:59:03.855Z | Compiling indexmap v2.6.0 |
1717 | 2024-12-13T23:59:05.263Z | Compiling tokio v1.40.0 |
1718 | 2024-12-13T23:59:05.860Z | Compiling serde_tokenstream v0.2.2 |
1719 | 2024-12-13T23:59:06.309Z | Compiling http v1.1.0 |
1720 | 2024-12-13T23:59:06.379Z | Compiling which v4.4.2 |
1721 | 2024-12-13T23:59:07.048Z | Compiling uuid v1.11.0 |
1722 | 2024-12-13T23:59:07.526Z | Compiling rustc_version v0.4.1 |
1723 | 2024-12-13T23:59:08.164Z | Compiling chrono v0.4.38 |
1724 | 2024-12-13T23:59:10.120Z | Compiling pest_generator v2.7.14 |
1725 | 2024-12-13T23:59:10.714Z | Compiling serde_spanned v0.6.8 |
1726 | 2024-12-13T23:59:10.938Z | Compiling toml_datetime v0.6.8 |
1727 | 2024-12-13T23:59:11.377Z | Compiling inout v0.1.3 |
1728 | 2024-12-13T23:59:11.949Z | Compiling openssl-macros v0.1.1 |
1729 | 2024-12-13T23:59:12.701Z | Compiling native-tls v0.2.12 |
1730 | 2024-12-13T23:59:13.028Z | Compiling rustls v0.23.19 |
1731 | 2024-12-13T23:59:13.305Z | Compiling strsim v0.11.1 |
1732 | 2024-12-13T23:59:14.120Z | Compiling pest_derive v2.7.14 |
1733 | 2024-12-13T23:59:14.299Z | Compiling cipher v0.4.4 |
1734 | 2024-12-13T23:59:14.654Z | Compiling unicode-normalization v0.1.24 |
1735 | 2024-12-13T23:59:14.726Z | Compiling tinystr v0.7.6 |
1736 | 2024-12-13T23:59:14.844Z | Compiling sha2 v0.10.8 |
1737 | 2024-12-13T23:59:15.156Z | Compiling tracing-core v0.1.32 |
1738 | 2024-12-13T23:59:15.655Z | Compiling usdt-impl v0.5.0 |
1739 | 2024-12-13T23:59:15.749Z | Compiling dyn-clone v1.0.17 |
1740 | 2024-12-13T23:59:15.829Z | Compiling writeable v0.5.5 |
1741 | 2024-12-13T23:59:15.964Z | Compiling litemap v0.7.3 |
1742 | 2024-12-13T23:59:15.987Z | Compiling unicode-bidi v0.3.17 |
1743 | 2024-12-13T23:59:16.356Z | Compiling base64ct v1.6.0 |
1744 | 2024-12-13T23:59:16.374Z | Compiling icu_locid v1.5.0 |
1745 | 2024-12-13T23:59:16.393Z | Compiling tracing v0.1.40 |
1746 | 2024-12-13T23:59:16.962Z | Compiling pem-rfc7468 v0.7.0 |
1747 | 2024-12-13T23:59:17.544Z | Compiling scroll v0.12.0 |
1748 | 2024-12-13T23:59:18.009Z | Compiling ppv-lite86 v0.2.20 |
1749 | 2024-12-13T23:59:18.154Z | Compiling async-trait v0.1.83 |
1750 | 2024-12-13T23:59:18.626Z | Compiling cookie v0.18.1 |
1751 | 2024-12-13T23:59:18.912Z | Compiling anyhow v1.0.93 |
1752 | 2024-12-13T23:59:19.278Z | Compiling flagset v0.4.6 |
1753 | 2024-12-13T23:59:19.458Z | Compiling camino v1.1.9 |
1754 | 2024-12-13T23:59:20.364Z | Compiling plain v0.2.3 |
1755 | 2024-12-13T23:59:20.497Z | Compiling goblin v0.8.2 |
1756 | 2024-12-13T23:59:20.538Z | Compiling aws-lc-sys v0.22.0 |
1757 | 2024-12-13T23:59:25.865Z | Compiling der v0.7.9 |
1758 | 2024-12-13T23:59:27.117Z | Compiling rand_chacha v0.3.1 |
1759 | 2024-12-13T23:59:28.129Z | Compiling icu_provider v1.5.0 |
1760 | 2024-12-13T23:59:28.861Z | Compiling percent-encoding v2.3.1 |
1761 | 2024-12-13T23:59:29.091Z | Compiling rustls-pki-types v1.10.0 |
1762 | 2024-12-13T23:59:29.306Z | Compiling pretty-hex v0.4.1 |
1763 | 2024-12-13T23:59:29.506Z | Compiling rustls v0.22.4 |
1764 | 2024-12-13T23:59:29.533Z | Compiling untrusted v0.7.1 |
1765 | 2024-12-13T23:59:29.715Z | Compiling icu_locid_transform_data v1.5.0 |
1766 | 2024-12-13T23:59:29.814Z | Compiling rayon-core v1.12.1 |
1767 | 2024-12-13T23:59:30.026Z | Compiling icu_locid_transform v1.5.0 |
1768 | 2024-12-13T23:59:30.070Z | Compiling dof v0.3.0 |
1769 | 2024-12-13T23:59:31.213Z | Compiling spki v0.7.3 |
1770 | 2024-12-13T23:59:31.233Z | Compiling rand v0.8.5 |
1771 | 2024-12-13T23:59:31.750Z | Compiling dtrace-parser v0.2.0 |
1772 | 2024-12-13T23:59:31.769Z | Compiling salsa20 v0.10.2 |
1773 | 2024-12-13T23:59:31.808Z | Compiling tokio-util v0.7.12 |
1774 | 2024-12-13T23:59:32.175Z | Compiling icu_collections v1.5.0 |
1775 | 2024-12-13T23:59:32.842Z | Compiling pbkdf2 v0.12.2 |
1776 | 2024-12-13T23:59:33.381Z | Compiling thread-id v4.2.2 |
1777 | 2024-12-13T23:59:33.491Z | Compiling untrusted v0.9.0 |
1778 | 2024-12-13T23:59:33.615Z | Compiling winnow v0.5.40 |
1779 | 2024-12-13T23:59:33.634Z | Compiling powerfmt v0.2.0 |
1780 | 2024-12-13T23:59:33.652Z | Compiling mirai-annotations v1.12.0 |
1781 | 2024-12-13T23:59:33.870Z | Compiling icu_properties_data v1.5.0 |
1782 | 2024-12-13T23:59:33.975Z | Compiling deranged v0.3.11 |
1783 | 2024-12-13T23:59:34.127Z | Compiling icu_properties v1.5.1 |
1784 | 2024-12-13T23:59:37.380Z | Compiling toml_edit v0.19.15 |
1785 | 2024-12-13T23:59:38.271Z | Compiling scrypt v0.11.0 |
1786 | 2024-12-13T23:59:38.638Z | Compiling cbc v0.1.2 |
1787 | 2024-12-13T23:59:38.769Z | Compiling aes v0.8.4 |
1788 | 2024-12-13T23:59:38.866Z | Compiling multer v3.1.0 |
1789 | 2024-12-13T23:59:39.156Z | Compiling write16 v1.0.0 |
1790 | 2024-12-13T23:59:39.290Z | Compiling slog-async v2.8.0 |
1791 | 2024-12-13T23:59:39.729Z | Compiling num_threads v0.1.7 |
1792 | 2024-12-13T23:59:39.861Z | Compiling atomic-waker v1.1.2 |
1793 | 2024-12-13T23:59:39.952Z | Compiling utf8_iter v1.0.4 |
1794 | 2024-12-13T23:59:40.405Z | Compiling utf16_iter v1.0.5 |
1795 | 2024-12-13T23:59:40.460Z | Compiling rustversion v1.0.17 |
1796 | 2024-12-13T23:59:41.043Z | Compiling icu_normalizer_data v1.5.0 |
1797 | 2024-12-13T23:59:41.145Z | Compiling icu_normalizer v1.5.0 |
1798 | 2024-12-13T23:59:41.165Z | Compiling time v0.3.36 |
1799 | 2024-12-13T23:59:42.794Z | Compiling pkcs5 v0.7.1 |
1800 | 2024-12-13T23:59:43.884Z | Compiling form_urlencoded v1.2.1 |
1801 | 2024-12-13T23:59:44.196Z | Compiling http-body v1.0.1 |
1802 | 2024-12-13T23:59:44.440Z | Compiling heapless v0.7.17 |
1803 | 2024-12-13T23:59:45.037Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1804 | 2024-12-13T23:59:45.710Z | Compiling signal-hook v0.3.17 |
1805 | 2024-12-13T23:59:46.274Z | Compiling try-lock v0.2.5 |
1806 | 2024-12-13T23:59:46.604Z | Compiling want v0.3.1 |
1807 | 2024-12-13T23:59:47.939Z | Compiling pkcs8 v0.10.2 |
1808 | 2024-12-13T23:59:48.054Z | Compiling idna_adapter v1.2.0 |
1809 | 2024-12-13T23:59:48.634Z | Compiling h2 v0.4.6 |
1810 | 2024-12-13T23:59:49.459Z | Compiling usdt-attr-macro v0.5.0 |
1811 | 2024-12-13T23:59:54.676Z | Compiling usdt-macro v0.5.0 |
1812 | 2024-12-13T23:59:54.740Z | Compiling async-stream-impl v0.3.6 |
1813 | 2024-12-13T23:59:54.740Z | Compiling adler2 v2.0.0 |
1814 | 2024-12-13T23:59:54.740Z | Compiling httpdate v1.0.3 |
1815 | 2024-12-13T23:59:54.740Z | Compiling miniz_oxide v0.8.0 |
1816 | 2024-12-13T23:59:54.740Z | Compiling idna v1.0.3 |
1817 | 2024-12-13T23:59:55.048Z | Compiling curve25519-dalek v4.1.3 |
1818 | 2024-12-13T23:59:55.445Z | Compiling hyper v1.5.0 |
1819 | 2024-12-13T23:59:56.048Z | Compiling openapiv3 v2.0.0 |
1820 | 2024-12-13T23:59:56.549Z | Compiling enum-as-inner v0.6.1 |
1821 | 2024-12-13T23:59:58.487Z | Compiling dropshot v0.12.0 |
1822 | 2024-12-13T23:59:58.774Z | Compiling foreign-types-shared v0.1.1 |
1823 | 2024-12-13T23:59:58.882Z | Compiling tower-service v0.3.3 |
1824 | 2024-12-13T23:59:59.013Z | Compiling smoltcp v0.9.1 |
1825 | 2024-12-13T23:59:59.167Z | Compiling base64 v0.22.1 |
1826 | 2024-12-13T23:59:59.710Z | Compiling portable-atomic v1.9.0 |
1827 | 2024-12-14T00:00:00.231Z | Compiling match_cfg v0.1.0 |
1828 | 2024-12-14T00:00:00.288Z | Compiling num-bigint-dig v0.8.4 |
1829 | 2024-12-14T00:00:00.330Z | Compiling hyper-util v0.1.10 |
1830 | 2024-12-14T00:00:00.568Z | Compiling hostname v0.3.1 |
1831 | 2024-12-14T00:00:01.098Z | Compiling foreign-types v0.3.2 |
1832 | 2024-12-14T00:00:03.922Z | Compiling url v2.5.3 |
1833 | 2024-12-14T00:00:08.587Z | Compiling dirs-sys-next v0.1.2 |
1834 | 2024-12-14T00:00:08.631Z | Compiling siphasher v0.3.11 |
1835 | 2024-12-14T00:00:09.076Z | Compiling ident_case v1.0.1 |
1836 | 2024-12-14T00:00:09.145Z | Compiling data-encoding v2.6.0 |
1837 | 2024-12-14T00:00:09.266Z | Compiling heck v0.4.1 |
1838 | 2024-12-14T00:00:09.694Z | Compiling gimli v0.31.1 |
1839 | 2024-12-14T00:00:09.713Z | Compiling darling_core v0.20.10 |
1840 | 2024-12-14T00:00:09.881Z | Compiling dirs-next v2.0.0 |
1841 | 2024-12-14T00:00:13.221Z | Compiling http-body-util v0.1.2 |
1842 | 2024-12-14T00:00:16.128Z | Compiling addr2line v0.24.2 |
1843 | 2024-12-14T00:00:16.910Z | Compiling crossbeam-epoch v0.9.18 |
1844 | 2024-12-14T00:00:17.018Z | Compiling hubpack_derive v0.1.1 |
1845 | 2024-12-14T00:00:17.080Z | Compiling dropshot_endpoint v0.12.0 |
1846 | 2024-12-14T00:00:17.209Z | Compiling sha1 v0.10.6 |
1847 | 2024-12-14T00:00:17.638Z | Compiling signature v2.2.0 |
1848 | 2024-12-14T00:00:17.672Z | Compiling zerocopy-derive v0.6.6 |
1849 | 2024-12-14T00:00:17.891Z | Compiling curve25519-dalek-derive v0.1.1 |
1850 | 2024-12-14T00:00:19.319Z | Compiling object v0.36.5 |
1851 | 2024-12-14T00:00:19.475Z | Compiling thread_local v1.1.8 |
1852 | 2024-12-14T00:00:19.683Z | Compiling fs-err v2.11.0 |
1853 | 2024-12-14T00:00:19.983Z | Compiling encoding_rs v0.8.34 |
1854 | 2024-12-14T00:00:21.359Z | Compiling openssl-probe v0.1.5 |
1855 | 2024-12-14T00:00:21.678Z | Compiling rustc-demangle v0.1.24 |
1856 | 2024-12-14T00:00:23.640Z | Compiling mime v0.3.17 |
1857 | 2024-12-14T00:00:24.159Z | Compiling anstyle v1.0.10 |
1858 | 2024-12-14T00:00:24.651Z | Compiling unicode-properties v0.1.3 |
1859 | 2024-12-14T00:00:25.070Z | Compiling utf8parse v0.2.2 |
1860 | 2024-12-14T00:00:25.253Z | Compiling winnow v0.6.20 |
1861 | 2024-12-14T00:00:29.289Z | Compiling ipnet v2.10.1 |
1862 | 2024-12-14T00:00:30.360Z | Compiling toml_edit v0.22.22 |
1863 | 2024-12-14T00:00:32.694Z | Compiling backtrace v0.3.74 |
1864 | 2024-12-14T00:00:35.633Z | Compiling rustls-webpki v0.102.8 |
1865 | 2024-12-14T00:00:38.812Z | Compiling anstyle-parse v0.2.5 |
1866 | 2024-12-14T00:00:39.176Z | Compiling stringprep v0.1.5 |
1867 | 2024-12-14T00:00:42.219Z | Compiling crossbeam-deque v0.8.5 |
1868 | 2024-12-14T00:00:43.100Z | Compiling darling_macro v0.20.10 |
1869 | 2024-12-14T00:00:44.449Z | Compiling term v0.7.0 |
1870 | 2024-12-14T00:00:45.761Z | Compiling slog-json v2.6.1 |
1871 | 2024-12-14T00:00:46.198Z | Compiling serde_urlencoded v0.7.1 |
1872 | 2024-12-14T00:00:47.238Z | Compiling crossbeam-channel v0.5.13 |
1873 | 2024-12-14T00:00:47.277Z | Compiling rustls-pemfile v2.2.0 |
1874 | 2024-12-14T00:00:47.622Z | Compiling hashbrown v0.14.5 |
1875 | 2024-12-14T00:00:48.453Z | Compiling idna v0.3.0 |
1876 | 2024-12-14T00:00:48.550Z | Compiling idna v0.4.0 |
1877 | 2024-12-14T00:00:49.142Z | Compiling futures-executor v0.3.31 |
1878 | 2024-12-14T00:00:49.994Z | Compiling num-integer v0.1.46 |
1879 | 2024-12-14T00:00:50.121Z | Compiling md-5 v0.10.6 |
1880 | 2024-12-14T00:00:50.381Z | Compiling ff v0.13.0 |
1881 | 2024-12-14T00:00:50.637Z | Compiling hash32 v0.2.1 |
1882 | 2024-12-14T00:00:50.657Z | Compiling is-terminal v0.4.13 |
1883 | 2024-12-14T00:00:50.768Z | Compiling memmap v0.7.0 |
1884 | 2024-12-14T00:00:51.022Z | Compiling quick-error v1.2.3 |
1885 | 2024-12-14T00:00:51.127Z | Compiling anstyle-query v1.1.1 |
1886 | 2024-12-14T00:00:51.187Z | Compiling linked-hash-map v0.5.6 |
1887 | 2024-12-14T00:00:51.219Z | Compiling utf-8 v0.7.6 |
1888 | 2024-12-14T00:00:51.286Z | Compiling colorchoice v1.0.2 |
1889 | 2024-12-14T00:00:51.555Z | Compiling psl-types v2.0.11 |
1890 | 2024-12-14T00:00:51.577Z | Compiling take_mut v0.2.2 |
1891 | 2024-12-14T00:00:52.141Z | Compiling fallible-iterator v0.2.0 |
1892 | 2024-12-14T00:00:52.717Z | Compiling base16ct v0.2.0 |
1893 | 2024-12-14T00:00:52.785Z | Compiling is_terminal_polyfill v1.70.1 |
1894 | 2024-12-14T00:00:52.927Z | Compiling sec1 v0.7.3 |
1895 | 2024-12-14T00:00:53.020Z | Compiling anstream v0.6.15 |
1896 | 2024-12-14T00:00:53.523Z | Compiling postgres-protocol v0.6.7 |
1897 | 2024-12-14T00:00:53.722Z | Compiling publicsuffix v2.2.3 |
1898 | 2024-12-14T00:00:54.914Z | Compiling lru-cache v0.1.2 |
1899 | 2024-12-14T00:00:55.050Z | Compiling tungstenite v0.24.0 |
1900 | 2024-12-14T00:00:55.143Z | Compiling resolv-conf v0.7.0 |
1901 | 2024-12-14T00:00:55.821Z | Compiling usdt v0.5.0 |
1902 | 2024-12-14T00:00:56.306Z | Compiling slog-term v2.9.1 |
1903 | 2024-12-14T00:00:57.082Z | Compiling group v0.13.0 |
1904 | 2024-12-14T00:00:57.186Z | Compiling num-iter v0.1.45 |
1905 | 2024-12-14T00:00:57.382Z | Compiling hickory-proto v0.24.1 |
1906 | 2024-12-14T00:00:57.385Z | Compiling futures v0.3.31 |
1907 | 2024-12-14T00:00:57.471Z | Compiling regress v0.10.1 |
1908 | 2024-12-14T00:01:02.010Z | Compiling slog-bunyan v2.5.0 |
1909 | 2024-12-14T00:01:02.115Z | Compiling darling v0.20.10 |
1910 | 2024-12-14T00:01:02.213Z | Compiling tokio-rustls v0.26.0 |
1911 | 2024-12-14T00:01:02.268Z | Compiling tokio-rustls v0.25.0 |
1912 | 2024-12-14T00:01:02.348Z | Compiling tokio-native-tls v0.3.1 |
1913 | 2024-12-14T00:01:02.632Z | Compiling toml v0.8.19 |
1914 | 2024-12-14T00:01:02.680Z | Compiling strum_macros v0.25.3 |
1915 | 2024-12-14T00:01:02.733Z | Compiling phf_shared v0.11.2 |
1916 | 2024-12-14T00:01:03.166Z | Compiling async-stream v0.3.6 |
1917 | 2024-12-14T00:01:03.233Z | Compiling waitgroup v0.1.2 |
1918 | 2024-12-14T00:01:03.446Z | Compiling webpki-roots v0.26.6 |
1919 | 2024-12-14T00:01:04.178Z | Compiling idna v0.5.0 |
1920 | 2024-12-14T00:01:04.194Z | Compiling terminal_size v0.4.0 |
1921 | 2024-12-14T00:01:04.413Z | Compiling serde_path_to_error v0.1.16 |
1922 | 2024-12-14T00:01:04.735Z | Compiling hkdf v0.12.4 |
1923 | 2024-12-14T00:01:05.363Z | Compiling crypto-bigint v0.5.5 |
1924 | 2024-12-14T00:01:05.599Z | Compiling serde_repr v0.1.19 |
1925 | 2024-12-14T00:01:05.602Z | Compiling clap_derive v4.5.18 |
1926 | 2024-12-14T00:01:06.249Z | Compiling derive-where v1.2.7 |
1927 | 2024-12-14T00:01:06.622Z | Compiling hostname v0.4.0 |
1928 | 2024-12-14T00:01:06.669Z | Compiling crc32fast v1.4.2 |
1929 | 2024-12-14T00:01:06.842Z | Compiling debug-ignore v1.0.5 |
1930 | 2024-12-14T00:01:07.110Z | Compiling managed v0.8.0 |
1931 | 2024-12-14T00:01:07.502Z | Compiling bitflags v1.3.2 |
1932 | 2024-12-14T00:01:08.277Z | Compiling clap_lex v0.7.2 |
1933 | 2024-12-14T00:01:08.724Z | Compiling unicode-width v0.1.14 |
1934 | 2024-12-14T00:01:08.769Z | Compiling clap_builder v4.5.21 |
1935 | 2024-12-14T00:01:08.922Z | Compiling elliptic-curve v0.13.8 |
1936 | 2024-12-14T00:01:09.285Z | Compiling console v0.15.8 |
1937 | 2024-12-14T00:01:11.440Z | Compiling flate2 v1.0.34 |
1938 | 2024-12-14T00:01:11.750Z | Compiling cookie_store v0.21.0 |
1939 | 2024-12-14T00:01:14.801Z | Compiling hyper-rustls v0.27.3 |
1940 | 2024-12-14T00:01:16.208Z | Compiling hickory-resolver v0.24.1 |
1941 | 2024-12-14T00:01:16.810Z | Compiling phf v0.11.2 |
1942 | 2024-12-14T00:01:18.111Z | Compiling hyper-tls v0.6.0 |
1943 | 2024-12-14T00:01:18.508Z | Compiling signal-hook-mio v0.2.4 |
1944 | 2024-12-14T00:01:18.526Z | Compiling rayon v1.10.0 |
1945 | 2024-12-14T00:01:18.676Z | Compiling typify-impl v0.2.0 |
1946 | 2024-12-14T00:01:18.699Z | Compiling bzip2 v0.4.4 |
1947 | 2024-12-14T00:01:19.082Z | Compiling tokio-tungstenite v0.24.0 |
1948 | 2024-12-14T00:01:19.576Z | Compiling postgres-types v0.2.8 |
1949 | 2024-12-14T00:01:19.756Z | Compiling zerocopy v0.6.6 |
1950 | 2024-12-14T00:01:19.781Z | Compiling hubpack v0.1.2 |
1951 | 2024-12-14T00:01:20.218Z | Compiling ed25519 v2.2.3 |
1952 | 2024-12-14T00:01:20.628Z | Compiling phf_shared v0.10.0 |
1953 | 2024-12-14T00:01:20.671Z | Compiling pkcs1 v0.7.5 |
1954 | 2024-12-14T00:01:21.032Z | Compiling tokio-stream v0.1.16 |
1955 | 2024-12-14T00:01:22.066Z | Compiling serde-big-array v0.5.1 |
1956 | 2024-12-14T00:01:22.098Z | Compiling rfc6979 v0.4.0 |
1957 | 2024-12-14T00:01:22.285Z | Compiling float-cmp v0.9.0 |
1958 | 2024-12-14T00:01:22.529Z | Compiling sync_wrapper v1.0.1 |
1959 | 2024-12-14T00:01:22.682Z | Compiling bstr v1.10.0 |
1960 | 2024-12-14T00:01:23.543Z | Compiling number_prefix v0.4.0 |
1961 | 2024-12-14T00:01:23.783Z | Compiling unicode-width v0.2.0 |
1962 | 2024-12-14T00:01:24.329Z | Compiling predicates-core v1.0.8 |
1963 | 2024-12-14T00:01:24.419Z | Compiling difflib v0.4.0 |
1964 | 2024-12-14T00:01:24.557Z | Compiling bit-vec v0.6.3 |
1965 | 2024-12-14T00:01:24.661Z | Compiling precomputed-hash v0.1.1 |
1966 | 2024-12-14T00:01:24.784Z | Compiling static_assertions v1.1.0 |
1967 | 2024-12-14T00:01:24.888Z | Compiling new_debug_unreachable v1.0.6 |
1968 | 2024-12-14T00:01:24.991Z | Compiling fixedbitset v0.4.2 |
1969 | 2024-12-14T00:01:25.010Z | Compiling normalize-line-endings v0.3.0 |
1970 | 2024-12-14T00:01:25.140Z | Compiling whoami v1.5.2 |
1971 | 2024-12-14T00:01:25.391Z | Compiling unicode-segmentation v1.12.0 |
1972 | 2024-12-14T00:01:25.615Z | Compiling tokio-postgres v0.7.12 |
1973 | 2024-12-14T00:01:25.618Z | Compiling petgraph v0.6.5 |
1974 | 2024-12-14T00:01:25.703Z | Compiling predicates v3.1.2 |
1975 | 2024-12-14T00:01:26.246Z | Compiling similar v2.6.0 |
1976 | 2024-12-14T00:01:27.254Z | Compiling string_cache v0.8.7 |
1977 | 2024-12-14T00:01:27.717Z | Compiling bit-set v0.5.3 |
1978 | 2024-12-14T00:01:27.965Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1979 | 2024-12-14T00:01:28.368Z | Compiling indicatif v0.17.9 |
1980 | 2024-12-14T00:01:30.353Z | Compiling reqwest v0.12.9 |
1981 | 2024-12-14T00:01:30.882Z | Compiling typify-macro v0.2.0 |
1982 | 2024-12-14T00:01:31.413Z | Compiling ecdsa v0.16.9 |
1983 | 2024-12-14T00:01:32.335Z | Compiling qorb v0.2.1 |
1984 | 2024-12-14T00:01:34.774Z | Compiling rsa v0.9.6 |
1985 | 2024-12-14T00:01:34.820Z | Compiling ed25519-dalek v2.1.1 |
1986 | 2024-12-14T00:01:35.395Z | Compiling zip v0.6.6 |
1987 | 2024-12-14T00:01:35.415Z | Compiling crossterm v0.28.1 |
1988 | 2024-12-14T00:01:35.752Z | Compiling clap v4.5.21 |
1989 | 2024-12-14T00:01:36.701Z | Compiling toml v0.7.8 |
1990 | 2024-12-14T00:01:37.609Z | Compiling x509-cert v0.2.5 |
1991 | 2024-12-14T00:01:38.495Z | Compiling hex v0.4.3 |
1992 | 2024-12-14T00:01:39.567Z | Compiling peg-runtime v0.8.3 |
1993 | 2024-12-14T00:01:39.849Z | Compiling lalrpop-util v0.19.12 |
1994 | 2024-12-14T00:01:39.973Z | Compiling zerocopy v0.8.10 |
1995 | 2024-12-14T00:01:40.127Z | Compiling unicode-xid v0.2.6 |
1996 | 2024-12-14T00:01:42.243Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1997 | 2024-12-14T00:01:46.747Z | Compiling proc-macro-crate v1.3.1 |
1998 | 2024-12-14T00:01:47.117Z | Compiling ipnetwork v0.20.0 |
1999 | 2024-12-14T00:01:47.494Z | Compiling macaddr v1.0.1 |
2000 | 2024-12-14T00:01:47.988Z | Compiling zerocopy-derive v0.8.10 |
2001 | 2024-12-14T00:01:48.172Z | Compiling itertools v0.13.0 |
2002 | 2024-12-14T00:01:50.428Z | Compiling heapless v0.8.0 |
2003 | 2024-12-14T00:01:51.738Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2004 | 2024-12-14T00:01:56.988Z | Compiling num_enum_derive v0.5.11 |
2005 | 2024-12-14T00:02:05.021Z | Compiling hash32 v0.3.1 |
2006 | 2024-12-14T00:02:05.439Z | Compiling smoltcp v0.11.0 |
2007 | 2024-12-14T00:02:06.456Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2008 | 2024-12-14T00:02:11.915Z | Compiling num_enum v0.5.11 |
2009 | 2024-12-14T00:02:12.037Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2010 | 2024-12-14T00:02:12.617Z | Compiling typify v0.2.0 |
2011 | 2024-12-14T00:02:13.369Z | Compiling proc-macro-error-attr v1.0.4 |
2012 | 2024-12-14T00:02:13.688Z | Compiling unsafe-libyaml v0.2.11 |
2013 | 2024-12-14T00:02:13.810Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2014 | 2024-12-14T00:02:14.611Z | Compiling cobs v0.2.3 |
2015 | 2024-12-14T00:02:15.049Z | Compiling serde_yaml v0.9.34+deprecated |
2016 | 2024-12-14T00:02:15.417Z | Compiling postcard v1.0.10 |
2017 | 2024-12-14T00:02:28.197Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2018 | 2024-12-14T00:02:31.842Z | Compiling progenitor-impl v0.8.0 |
2019 | 2024-12-14T00:02:44.541Z | Compiling strum_macros v0.26.4 |
2020 | 2024-12-14T00:02:46.036Z | Compiling structmeta-derive v0.3.0 |
2021 | 2024-12-14T00:02:46.175Z | Compiling foreign-types-macros v0.2.3 |
2022 | 2024-12-14T00:02:46.329Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2023 | 2024-12-14T00:02:46.364Z | Compiling proc-macro-error v1.0.4 |
2024 | 2024-12-14T00:02:47.042Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2025 | 2024-12-14T00:02:47.333Z | Compiling newtype-uuid v1.1.3 |
2026 | 2024-12-14T00:02:47.397Z | Compiling foreign-types-shared v0.3.1 |
2027 | 2024-12-14T00:02:48.657Z | Compiling structmeta v0.3.0 |
2028 | 2024-12-14T00:02:49.181Z | Compiling strum v0.26.3 |
2029 | 2024-12-14T00:02:49.968Z | Compiling foreign-types v0.5.0 |
2030 | 2024-12-14T00:02:50.613Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2031 | 2024-12-14T00:02:56.707Z | Compiling progenitor-macro v0.8.0 |
2032 | 2024-12-14T00:03:00.738Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2033 | 2024-12-14T00:03:00.904Z | Compiling progenitor-client v0.8.0 |
2034 | 2024-12-14T00:03:01.945Z | Compiling tabwriter v1.4.0 |
2035 | 2024-12-14T00:03:04.370Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2036 | 2024-12-14T00:03:05.175Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2037 | 2024-12-14T00:03:06.048Z | Compiling cstr-argument v0.1.2 |
2038 | 2024-12-14T00:03:06.317Z | Compiling dropshot v0.13.0 |
2039 | 2024-12-14T00:03:06.619Z | Compiling crucible-workspace-hack v0.1.0 |
2040 | 2024-12-14T00:03:07.901Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2041 | 2024-12-14T00:03:08.092Z | Compiling pretty-hex v0.2.1 |
2042 | 2024-12-14T00:03:08.209Z | Compiling thiserror v2.0.3 |
2043 | 2024-12-14T00:03:08.318Z | Compiling fastrand v2.1.1 |
2044 | 2024-12-14T00:03:08.988Z | Compiling tempfile v3.13.0 |
2045 | 2024-12-14T00:03:09.199Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2046 | 2024-12-14T00:03:09.482Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2047 | 2024-12-14T00:03:09.751Z | Compiling progenitor v0.8.0 |
2048 | 2024-12-14T00:03:09.861Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2049 | 2024-12-14T00:03:10.355Z | Compiling parse-display-derive v0.10.0 |
2050 | 2024-12-14T00:03:10.530Z | Compiling colored v2.1.0 |
2051 | 2024-12-14T00:03:10.641Z | Compiling serde_with_macros v3.11.0 |
2052 | 2024-12-14T00:03:10.689Z | Compiling dropshot_endpoint v0.13.0 |
2053 | 2024-12-14T00:03:11.776Z | Compiling thiserror-impl v2.0.3 |
2054 | 2024-12-14T00:03:13.272Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2055 | 2024-12-14T00:03:13.758Z | Compiling instant v0.1.13 |
2056 | 2024-12-14T00:03:13.987Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2057 | 2024-12-14T00:03:14.097Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2058 | 2024-12-14T00:03:14.146Z | Compiling backoff v0.4.0 |
2059 | 2024-12-14T00:03:14.363Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2060 | 2024-12-14T00:03:14.421Z | Compiling parse-display v0.10.0 |
2061 | 2024-12-14T00:03:14.421Z | Compiling serde_with v3.11.0 |
2062 | 2024-12-14T00:03:15.068Z | Compiling zone_cfg_derive v0.3.0 |
2063 | 2024-12-14T00:03:16.137Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2064 | 2024-12-14T00:03:16.416Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2065 | 2024-12-14T00:03:17.463Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2066 | 2024-12-14T00:03:17.463Z | Compiling camino-tempfile v1.1.1 |
2067 | 2024-12-14T00:03:17.463Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2068 | 2024-12-14T00:03:17.909Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2069 | 2024-12-14T00:03:17.963Z | Compiling regress v0.9.1 |
2070 | 2024-12-14T00:03:18.103Z | Compiling num-derive v0.4.2 |
2071 | 2024-12-14T00:03:18.669Z | Compiling sigpipe v0.1.3 |
2072 | 2024-12-14T00:03:18.812Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2073 | 2024-12-14T00:03:19.089Z | Compiling libefi-sys v0.1.0 |
2074 | 2024-12-14T00:03:19.444Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2075 | 2024-12-14T00:03:20.355Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2076 | 2024-12-14T00:03:21.879Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2077 | 2024-12-14T00:03:22.429Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2078 | 2024-12-14T00:03:22.739Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2079 | 2024-12-14T00:03:24.058Z | Compiling zone v0.3.0 |
2080 | 2024-12-14T00:03:26.589Z | Compiling smf v0.2.3 |
2081 | 2024-12-14T00:03:26.659Z | Compiling bitfield-struct v0.6.2 |
2082 | 2024-12-14T00:03:26.677Z | Compiling blake3 v1.5.4 |
2083 | 2024-12-14T00:03:27.315Z | Compiling ring v0.16.20 |
2084 | 2024-12-14T00:03:27.420Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2085 | 2024-12-14T00:03:28.041Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2086 | 2024-12-14T00:03:28.731Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2087 | 2024-12-14T00:03:29.023Z | Compiling xattr v1.3.1 |
2088 | 2024-12-14T00:03:29.142Z | Compiling filetime v0.2.25 |
2089 | 2024-12-14T00:03:29.348Z | Compiling memmap2 v0.9.5 |
2090 | 2024-12-14T00:03:29.504Z | Compiling arrayvec v0.7.6 |
2091 | 2024-12-14T00:03:29.890Z | Compiling arrayref v0.3.9 |
2092 | 2024-12-14T00:03:29.943Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2093 | 2024-12-14T00:03:29.966Z | Compiling same-file v1.0.6 |
2094 | 2024-12-14T00:03:30.001Z | Compiling constant_time_eq v0.3.1 |
2095 | 2024-12-14T00:03:30.079Z | Compiling spin v0.5.2 |
2096 | 2024-12-14T00:03:30.180Z | Compiling walkdir v2.5.0 |
2097 | 2024-12-14T00:03:30.339Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2098 | 2024-12-14T00:03:31.846Z | Compiling tar v0.4.42 |
2099 | 2024-12-14T00:03:32.906Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2100 | 2024-12-14T00:03:33.032Z | Compiling gethostname v0.5.0 |
2101 | 2024-12-14T00:03:33.240Z | Compiling cargo-platform v0.1.8 |
2102 | 2024-12-14T00:03:33.315Z | Compiling topological-sort v0.2.2 |
2103 | 2024-12-14T00:03:33.592Z | Compiling cargo_metadata v0.18.1 |
2104 | 2024-12-14T00:03:41.082Z | Compiling omicron-zone-package v0.11.1 |
2105 | 2024-12-14T00:03:41.119Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2106 | 2024-12-14T00:03:41.499Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2107 | 2024-12-14T00:03:49.136Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2108 | 2024-12-14T00:04:03.796Z | Finished `release` profile [optimized] target(s) in 5m 31s |
2109 | 2024-12-14T00:04:03.963Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2110 | 2024-12-14T00:04:04.011Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2111 | 2024-12-14T00:04:04.014Z | Created new build target 'test' and set it as active |
2112 | 2024-12-14T00:04:04.014Z | |
2113 | 2024-12-14T00:04:04.014Z | real 5:31.757422917 |
2114 | 2024-12-14T00:04:04.014Z | user 37:27.872052409 |
2115 | 2024-12-14T00:04:04.014Z | sys 4:55.748088328 |
2116 | 2024-12-14T00:04:04.014Z | trap 1.143711404 |
2117 | 2024-12-14T00:04:04.014Z | tflt 3.135536107 |
2118 | 2024-12-14T00:04:04.014Z | dflt 0.837995579 |
2119 | 2024-12-14T00:04:04.014Z | kflt 0.017222704 |
2120 | 2024-12-14T00:04:04.014Z | lock 1:19:12.886632805 |
2121 | 2024-12-14T00:04:04.014Z | slp 2:36:50.257268335 |
2122 | 2024-12-14T00:04:04.015Z | lat 2:35.589240656 |
2123 | 2024-12-14T00:04:04.015Z | stop 4:34.939073212 |
2124 | 2024-12-14T00:04:04.017Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2125 | 2024-12-14T00:04:04.968Z | Finished `release` profile [optimized] target(s) in 0.90s |
2126 | 2024-12-14T00:04:05.029Z | Running `target/release/omicron-package -t test package` |
2127 | 2024-12-14T00:04:05.074Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2128 | 2024-12-14T00:04:06.190Z | Compiling convert_case v0.4.0 |
2129 | 2024-12-14T00:04:06.193Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2130 | 2024-12-14T00:04:06.193Z | Compiling itertools v0.13.0 |
2131 | 2024-12-14T00:04:06.193Z | Compiling newline-converter v0.3.0 |
2132 | 2024-12-14T00:04:06.193Z | Compiling password-hash v0.5.0 |
2133 | 2024-12-14T00:04:06.193Z | Compiling progenitor-client v0.8.0 |
2134 | 2024-12-14T00:04:06.193Z | Compiling blake2 v0.10.6 |
2135 | 2024-12-14T00:04:06.333Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2136 | 2024-12-14T00:04:06.547Z | Compiling expectorate v1.1.0 |
2137 | 2024-12-14T00:04:06.566Z | Compiling cancel-safe-futures v0.1.5 |
2138 | 2024-12-14T00:04:06.748Z | Compiling owo-colors v4.1.0 |
2139 | 2024-12-14T00:04:06.862Z | Compiling progenitor v0.8.0 |
2140 | 2024-12-14T00:04:06.916Z | Compiling argon2 v0.5.3 |
2141 | 2024-12-14T00:04:07.004Z | Compiling derive_more v0.99.18 |
2142 | 2024-12-14T00:04:07.062Z | Compiling num-rational v0.4.2 |
2143 | 2024-12-14T00:04:07.116Z | Compiling num-complex v0.4.6 |
2144 | 2024-12-14T00:04:07.610Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2145 | 2024-12-14T00:04:08.197Z | Compiling num v0.4.3 |
2146 | 2024-12-14T00:04:08.335Z | Compiling atomicwrites v0.4.4 |
2147 | 2024-12-14T00:04:08.511Z | Compiling libsw v3.3.1 |
2148 | 2024-12-14T00:04:08.831Z | Compiling linear-map v1.2.0 |
2149 | 2024-12-14T00:04:08.848Z | Compiling float-ord v0.3.2 |
2150 | 2024-12-14T00:04:08.994Z | Compiling swrite v0.1.0 |
2151 | 2024-12-14T00:04:09.022Z | Compiling indent_write v2.2.0 |
2152 | 2024-12-14T00:04:09.125Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2153 | 2024-12-14T00:04:09.237Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2154 | 2024-12-14T00:04:09.253Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2155 | 2024-12-14T00:04:09.305Z | Compiling base64 v0.21.7 |
2156 | 2024-12-14T00:04:09.510Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2157 | 2024-12-14T00:04:09.883Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2158 | 2024-12-14T00:04:10.416Z | Compiling highway v1.2.0 |
2159 | 2024-12-14T00:04:10.607Z | Compiling semver v0.1.20 |
2160 | 2024-12-14T00:04:11.175Z | Compiling rustc_version v0.1.7 |
2161 | 2024-12-14T00:04:11.599Z | Compiling newtype_derive v0.1.6 |
2162 | 2024-12-14T00:04:11.820Z | Compiling newtype-uuid v1.1.3 |
2163 | 2024-12-14T00:04:11.985Z | Compiling dropshot v0.13.0 |
2164 | 2024-12-14T00:04:12.061Z | Compiling ipnetwork v0.20.0 |
2165 | 2024-12-14T00:04:12.174Z | Compiling instant v0.1.13 |
2166 | 2024-12-14T00:04:12.331Z | Compiling humantime v2.1.0 |
2167 | 2024-12-14T00:04:12.868Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2168 | 2024-12-14T00:04:13.192Z | Compiling backoff v0.4.0 |
2169 | 2024-12-14T00:04:13.508Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2170 | 2024-12-14T00:04:13.545Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2171 | 2024-12-14T00:04:13.569Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2172 | 2024-12-14T00:04:17.139Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2173 | 2024-12-14T00:04:17.677Z | Compiling parse-display v0.10.0 |
2174 | 2024-12-14T00:04:18.249Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2175 | 2024-12-14T00:04:18.429Z | Compiling strum v0.26.3 |
2176 | 2024-12-14T00:04:18.625Z | Compiling serde_with v3.11.0 |
2177 | 2024-12-14T00:04:18.657Z | Compiling regress v0.9.1 |
2178 | 2024-12-14T00:04:22.328Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2179 | 2024-12-14T00:04:23.306Z | Compiling macaddr v1.0.1 |
2180 | 2024-12-14T00:04:23.515Z | Compiling steno v0.4.1 |
2181 | 2024-12-14T00:04:23.808Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2182 | 2024-12-14T00:04:24.123Z | Compiling prettyplease v0.2.25 |
2183 | 2024-12-14T00:04:24.151Z | Compiling slog-dtrace v0.3.0 |
2184 | 2024-12-14T00:04:25.133Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2185 | 2024-12-14T00:04:26.029Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2186 | 2024-12-14T00:04:26.210Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2187 | 2024-12-14T00:04:28.531Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2188 | 2024-12-14T00:04:29.169Z | Compiling half v2.4.1 |
2189 | 2024-12-14T00:04:29.891Z | Compiling ciborium-io v0.2.2 |
2190 | 2024-12-14T00:04:30.045Z | Compiling ciborium-ll v0.2.2 |
2191 | 2024-12-14T00:04:30.538Z | Compiling tungstenite v0.21.0 |
2192 | 2024-12-14T00:04:33.623Z | Compiling tokio-tungstenite v0.21.0 |
2193 | 2024-12-14T00:04:34.285Z | Compiling ciborium v0.2.2 |
2194 | 2024-12-14T00:04:35.724Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2195 | 2024-12-14T00:04:41.750Z | Compiling fastrand v2.1.1 |
2196 | 2024-12-14T00:04:42.238Z | Compiling display-error-chain v0.2.2 |
2197 | 2024-12-14T00:04:42.458Z | Compiling same-file v1.0.6 |
2198 | 2024-12-14T00:04:42.477Z | Compiling tempfile v3.13.0 |
2199 | 2024-12-14T00:04:42.706Z | Compiling walkdir v2.5.0 |
2200 | 2024-12-14T00:04:43.263Z | Compiling blake3 v1.5.4 |
2201 | 2024-12-14T00:04:43.365Z | Compiling ring v0.16.20 |
2202 | 2024-12-14T00:04:43.661Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2203 | 2024-12-14T00:04:43.901Z | Compiling xattr v1.3.1 |
2204 | 2024-12-14T00:04:44.163Z | Compiling memmap2 v0.9.5 |
2205 | 2024-12-14T00:04:44.377Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2206 | 2024-12-14T00:04:44.586Z | Compiling filetime v0.2.25 |
2207 | 2024-12-14T00:04:44.896Z | Compiling arrayref v0.3.9 |
2208 | 2024-12-14T00:04:45.011Z | Compiling spin v0.5.2 |
2209 | 2024-12-14T00:04:45.176Z | Compiling arrayvec v0.7.6 |
2210 | 2024-12-14T00:04:45.238Z | Compiling keccak v0.1.5 |
2211 | 2024-12-14T00:04:45.593Z | Compiling constant_time_eq v0.3.1 |
2212 | 2024-12-14T00:04:46.159Z | Compiling sha3 v0.10.8 |
2213 | 2024-12-14T00:04:46.398Z | Compiling tar v0.4.42 |
2214 | 2024-12-14T00:04:46.777Z | Compiling toolchain_find v0.4.0 |
2215 | 2024-12-14T00:04:46.981Z | Compiling camino-tempfile v1.1.1 |
2216 | 2024-12-14T00:04:47.371Z | Compiling const_format_proc_macros v0.2.33 |
2217 | 2024-12-14T00:04:47.407Z | Compiling topological-sort v0.2.2 |
2218 | 2024-12-14T00:04:47.495Z | Compiling maplit v1.0.2 |
2219 | 2024-12-14T00:04:47.631Z | Compiling radium v0.7.0 |
2220 | 2024-12-14T00:04:47.669Z | Compiling crunchy v0.2.2 |
2221 | 2024-12-14T00:04:48.265Z | Compiling omicron-zone-package v0.11.1 |
2222 | 2024-12-14T00:04:48.348Z | Compiling rustfmt-wrapper v0.2.1 |
2223 | 2024-12-14T00:04:48.394Z | Compiling maybe-uninit v2.0.0 |
2224 | 2024-12-14T00:04:49.122Z | Compiling tap v1.0.1 |
2225 | 2024-12-14T00:04:49.128Z | Compiling tiny-keccak v2.0.2 |
2226 | 2024-12-14T00:04:49.128Z | Compiling wyz v0.5.1 |
2227 | 2024-12-14T00:04:49.207Z | Compiling const_format v0.2.33 |
2228 | 2024-12-14T00:04:49.338Z | Compiling dsl_auto_type v0.1.2 |
2229 | 2024-12-14T00:04:49.468Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2230 | 2024-12-14T00:04:49.502Z | Compiling phf_generator v0.11.2 |
2231 | 2024-12-14T00:04:49.688Z | Compiling scheduled-thread-pool v0.2.7 |
2232 | 2024-12-14T00:04:49.732Z | Compiling secrecy v0.8.0 |
2233 | 2024-12-14T00:04:49.954Z | Compiling async-recursion v1.1.1 |
2234 | 2024-12-14T00:04:49.999Z | Compiling diesel_table_macro_syntax v0.2.0 |
2235 | 2024-12-14T00:04:50.396Z | Compiling crc-catalog v2.4.0 |
2236 | 2024-12-14T00:04:50.399Z | Compiling arc-swap v1.7.1 |
2237 | 2024-12-14T00:04:50.558Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2238 | 2024-12-14T00:04:50.729Z | Compiling packed_struct v0.10.1 |
2239 | 2024-12-14T00:04:50.864Z | Compiling funty v2.0.0 |
2240 | 2024-12-14T00:04:50.922Z | Compiling slog-scope v4.4.0 |
2241 | 2024-12-14T00:04:51.054Z | Compiling diesel_derives v2.2.3 |
2242 | 2024-12-14T00:04:51.165Z | Compiling crc v3.2.1 |
2243 | 2024-12-14T00:04:51.369Z | Compiling r2d2 v0.8.10 |
2244 | 2024-12-14T00:04:51.729Z | Compiling phf_codegen v0.11.2 |
2245 | 2024-12-14T00:04:51.946Z | Compiling bitvec v1.0.1 |
2246 | 2024-12-14T00:04:52.382Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2247 | 2024-12-14T00:04:53.199Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2248 | 2024-12-14T00:04:53.294Z | Compiling ascii-canvas v3.0.0 |
2249 | 2024-12-14T00:04:53.518Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2250 | 2024-12-14T00:04:53.797Z | Compiling universal-hash v0.5.1 |
2251 | 2024-12-14T00:04:54.042Z | Compiling thiserror-impl-no-std v2.0.2 |
2252 | 2024-12-14T00:04:56.611Z | Compiling packed_struct_codegen v0.10.1 |
2253 | 2024-12-14T00:04:56.647Z | Compiling parse-zoneinfo v0.3.1 |
2254 | 2024-12-14T00:04:58.281Z | Compiling ena v0.14.3 |
2255 | 2024-12-14T00:04:58.693Z | Compiling indexmap v1.9.3 |
2256 | 2024-12-14T00:04:59.022Z | Compiling diff v0.1.13 |
2257 | 2024-12-14T00:04:59.085Z | Compiling nodrop v0.1.14 |
2258 | 2024-12-14T00:04:59.231Z | Compiling regex-syntax v0.6.29 |
2259 | 2024-12-14T00:04:59.563Z | Compiling opaque-debug v0.3.1 |
2260 | 2024-12-14T00:04:59.679Z | Compiling poly1305 v0.8.0 |
2261 | 2024-12-14T00:05:01.138Z | Compiling array-init v0.0.4 |
2262 | 2024-12-14T00:05:02.483Z | Compiling diesel v2.2.6 |
2263 | 2024-12-14T00:05:04.575Z | Compiling lalrpop v0.19.12 |
2264 | 2024-12-14T00:05:06.710Z | Compiling chrono-tz-build v0.4.0 |
2265 | 2024-12-14T00:05:07.888Z | Compiling thiserror-no-std v2.0.2 |
2266 | 2024-12-14T00:05:08.026Z | Compiling smallvec v0.6.14 |
2267 | 2024-12-14T00:05:08.537Z | Compiling slog-stdlog v4.1.1 |
2268 | 2024-12-14T00:05:09.929Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2269 | 2024-12-14T00:05:10.073Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2270 | 2024-12-14T00:05:10.366Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2271 | 2024-12-14T00:05:10.592Z | Compiling chacha20 v0.9.1 |
2272 | 2024-12-14T00:05:11.005Z | Compiling aead v0.5.2 |
2273 | 2024-12-14T00:05:11.066Z | Compiling vte_generate_state_changes v0.1.2 |
2274 | 2024-12-14T00:05:11.335Z | Compiling ref-cast v1.0.23 |
2275 | 2024-12-14T00:05:11.678Z | Compiling bitfield v0.14.0 |
2276 | 2024-12-14T00:05:11.808Z | Compiling hashbrown v0.12.3 |
2277 | 2024-12-14T00:05:11.989Z | Compiling termcolor v1.4.1 |
2278 | 2024-12-14T00:05:13.186Z | Compiling env_logger v0.10.2 |
2279 | 2024-12-14T00:05:14.295Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2280 | 2024-12-14T00:05:16.372Z | Compiling vte v0.11.1 |
2281 | 2024-12-14T00:05:17.830Z | Compiling chacha20poly1305 v0.10.1 |
2282 | 2024-12-14T00:05:18.106Z | Compiling slog-envlogger v2.2.0 |
2283 | 2024-12-14T00:05:20.914Z | Compiling serde-hex v0.1.0 |
2284 | 2024-12-14T00:05:26.226Z | Compiling vsss-rs v3.3.4 |
2285 | 2024-12-14T00:05:26.462Z | Compiling chrono-tz v0.10.0 |
2286 | 2024-12-14T00:05:27.124Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2287 | 2024-12-14T00:05:27.456Z | Compiling ron v0.8.1 |
2288 | 2024-12-14T00:05:30.405Z | Compiling polar-core v0.27.3 |
2289 | 2024-12-14T00:05:30.741Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2290 | 2024-12-14T00:05:31.054Z | Compiling derive_builder_core v0.20.2 |
2291 | 2024-12-14T00:05:31.646Z | Compiling hashbrown v0.13.2 |
2292 | 2024-12-14T00:05:32.967Z | Compiling headers-core v0.3.0 |
2293 | 2024-12-14T00:05:33.147Z | Compiling fxhash v0.2.1 |
2294 | 2024-12-14T00:05:33.333Z | Compiling libxml v0.3.3 |
2295 | 2024-12-14T00:05:33.369Z | Compiling ref-cast-impl v1.0.23 |
2296 | 2024-12-14T00:05:33.388Z | Compiling zip v2.1.3 |
2297 | 2024-12-14T00:05:33.695Z | Compiling bumpalo v3.16.0 |
2298 | 2024-12-14T00:05:33.715Z | Compiling crc-any v2.5.0 |
2299 | 2024-12-14T00:05:34.279Z | Compiling lockfree-object-pool v0.1.6 |
2300 | 2024-12-14T00:05:34.475Z | Compiling simd-adler32 v0.3.7 |
2301 | 2024-12-14T00:05:34.593Z | Compiling bytecount v0.6.8 |
2302 | 2024-12-14T00:05:34.772Z | Compiling papergrid v0.11.0 |
2303 | 2024-12-14T00:05:34.904Z | Compiling zopfli v0.8.1 |
2304 | 2024-12-14T00:05:35.607Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2305 | 2024-12-14T00:05:39.256Z | Compiling derive_builder_macro v0.20.2 |
2306 | 2024-12-14T00:05:40.103Z | Compiling headers v0.4.0 |
2307 | 2024-12-14T00:05:40.405Z | Compiling object v0.30.4 |
2308 | 2024-12-14T00:05:48.030Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2309 | 2024-12-14T00:05:49.223Z | Compiling strip-ansi-escapes v0.2.0 |
2310 | 2024-12-14T00:05:49.588Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2311 | 2024-12-14T00:05:50.062Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2312 | 2024-12-14T00:05:50.375Z | Compiling tabled_derive v0.7.0 |
2313 | 2024-12-14T00:05:50.738Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2314 | 2024-12-14T00:05:52.555Z | Compiling itertools v0.12.1 |
2315 | 2024-12-14T00:05:52.734Z | Compiling fd-lock v4.0.2 |
2316 | 2024-12-14T00:05:52.965Z | Compiling peg-macros v0.8.4 |
2317 | 2024-12-14T00:05:53.091Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2318 | 2024-12-14T00:05:54.212Z | Compiling strum_macros v0.24.3 |
2319 | 2024-12-14T00:05:54.568Z | Compiling kstat-rs v0.2.4 |
2320 | 2024-12-14T00:05:55.083Z | Compiling samael v0.0.17 |
2321 | 2024-12-14T00:05:55.430Z | Compiling unicase v2.7.0 |
2322 | 2024-12-14T00:05:55.543Z | Compiling indoc v1.0.9 |
2323 | 2024-12-14T00:05:55.737Z | Compiling nu-ansi-term v0.50.1 |
2324 | 2024-12-14T00:05:56.181Z | Compiling path-slash v0.1.5 |
2325 | 2024-12-14T00:05:56.274Z | Compiling peg v0.8.4 |
2326 | 2024-12-14T00:05:56.398Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2327 | 2024-12-14T00:05:56.422Z | Compiling reedline v0.35.0 |
2328 | 2024-12-14T00:05:56.456Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2329 | 2024-12-14T00:05:58.884Z | Compiling tabled v0.15.0 |
2330 | 2024-12-14T00:06:00.487Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2331 | 2024-12-14T00:06:11.944Z | Compiling derive_builder v0.20.2 |
2332 | 2024-12-14T00:06:16.511Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2333 | 2024-12-14T00:06:16.995Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2334 | 2024-12-14T00:06:18.834Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2335 | 2024-12-14T00:06:19.140Z | Compiling pem v3.0.4 |
2336 | 2024-12-14T00:06:19.695Z | Compiling bcs v0.1.6 |
2337 | 2024-12-14T00:06:20.082Z | Compiling oso-derive v0.27.3 |
2338 | 2024-12-14T00:06:20.579Z | Compiling impl-trait-for-tuples v0.2.2 |
2339 | 2024-12-14T00:06:20.608Z | Compiling libz-sys v1.1.20 |
2340 | 2024-12-14T00:06:21.080Z | Compiling quick-xml v0.33.0 |
2341 | 2024-12-14T00:06:21.257Z | Compiling diesel-dtrace v0.4.2 |
2342 | 2024-12-14T00:06:21.570Z | Compiling parking_lot_core v0.8.6 |
2343 | 2024-12-14T00:06:27.504Z | Compiling oso v0.27.3 |
2344 | 2024-12-14T00:06:28.136Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2345 | 2024-12-14T00:06:29.708Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2346 | 2024-12-14T00:06:35.080Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2347 | 2024-12-14T00:06:38.162Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2348 | 2024-12-14T00:06:38.455Z | Compiling bb8 v0.8.5 |
2349 | 2024-12-14T00:06:39.081Z | Compiling buf-list v1.0.3 |
2350 | 2024-12-14T00:06:39.710Z | Compiling async-bb8-diesel v0.2.1 |
2351 | 2024-12-14T00:06:42.084Z | Compiling nibble_vec v0.1.0 |
2352 | 2024-12-14T00:06:42.338Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2353 | 2024-12-14T00:06:43.156Z | Compiling pin-project-internal v1.1.6 |
2354 | 2024-12-14T00:06:44.626Z | Compiling atty v0.2.14 |
2355 | 2024-12-14T00:06:44.801Z | Compiling endian-type v0.1.2 |
2356 | 2024-12-14T00:06:45.069Z | Compiling salty v0.3.0 |
2357 | 2024-12-14T00:06:45.527Z | Compiling radix_trie v0.2.1 |
2358 | 2024-12-14T00:06:45.949Z | Compiling pin-project v1.1.6 |
2359 | 2024-12-14T00:06:46.879Z | Compiling parking_lot v0.11.2 |
2360 | 2024-12-14T00:06:49.760Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2361 | 2024-12-14T00:06:54.371Z | Compiling snafu-derive v0.8.5 |
2362 | 2024-12-14T00:06:58.851Z | Compiling snafu v0.8.5 |
2363 | 2024-12-14T00:07:00.146Z | Compiling sled v0.34.7 |
2364 | 2024-12-14T00:07:01.911Z | Compiling mime_guess v2.0.5 |
2365 | 2024-12-14T00:07:02.962Z | Compiling hickory-client v0.24.1 |
2366 | 2024-12-14T00:07:10.351Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2367 | 2024-12-14T00:07:12.625Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2368 | 2024-12-14T00:07:14.117Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2369 | 2024-12-14T00:07:16.393Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2370 | 2024-12-14T00:07:16.634Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2371 | 2024-12-14T00:07:18.041Z | Compiling hickory-server v0.24.1 |
2372 | 2024-12-14T00:07:18.507Z | Compiling globset v0.4.15 |
2373 | 2024-12-14T00:07:24.940Z | Compiling primeorder v0.13.6 |
2374 | 2024-12-14T00:07:25.548Z | Compiling olpc-cjson v0.1.4 |
2375 | 2024-12-14T00:07:25.871Z | Compiling vergen v8.3.2 |
2376 | 2024-12-14T00:07:25.894Z | Compiling env_filter v0.1.2 |
2377 | 2024-12-14T00:07:26.174Z | Compiling serde_plain v1.0.2 |
2378 | 2024-12-14T00:07:26.712Z | Compiling cargo-platform v0.1.8 |
2379 | 2024-12-14T00:07:27.231Z | Compiling nanorand v0.7.0 |
2380 | 2024-12-14T00:07:27.417Z | Compiling memoffset v0.9.1 |
2381 | 2024-12-14T00:07:27.896Z | Compiling typed-path v0.9.3 |
2382 | 2024-12-14T00:07:29.759Z | Compiling flume v0.11.1 |
2383 | 2024-12-14T00:07:30.486Z | Compiling tough v0.19.0 |
2384 | 2024-12-14T00:07:31.622Z | Compiling cargo_metadata v0.18.1 |
2385 | 2024-12-14T00:07:33.906Z | Compiling env_logger v0.11.5 |
2386 | 2024-12-14T00:07:34.848Z | Compiling p384 v0.13.0 |
2387 | 2024-12-14T00:07:34.935Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2388 | 2024-12-14T00:07:35.268Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2389 | 2024-12-14T00:07:35.958Z | Compiling git2 v0.19.0 |
2390 | 2024-12-14T00:07:41.036Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2391 | 2024-12-14T00:07:45.215Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2392 | 2024-12-14T00:07:45.786Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2393 | 2024-12-14T00:07:46.387Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2394 | 2024-12-14T00:07:52.628Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2395 | 2024-12-14T00:07:52.791Z | Compiling rand_seeder v0.3.0 |
2396 | 2024-12-14T00:07:53.192Z | Compiling libsqlite3-sys v0.30.1 |
2397 | 2024-12-14T00:07:53.575Z | Compiling lzma-sys v0.1.20 |
2398 | 2024-12-14T00:07:53.712Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2399 | 2024-12-14T00:07:54.038Z | Compiling parse-size v1.1.0 |
2400 | 2024-12-14T00:07:54.251Z | Compiling cfg_aliases v0.2.1 |
2401 | 2024-12-14T00:07:54.341Z | Compiling rustls v0.21.12 |
2402 | 2024-12-14T00:07:54.366Z | Compiling http-range v0.1.5 |
2403 | 2024-12-14T00:07:54.662Z | Compiling nix v0.29.0 |
2404 | 2024-12-14T00:07:54.973Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2405 | 2024-12-14T00:07:55.329Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2406 | 2024-12-14T00:07:55.503Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2407 | 2024-12-14T00:07:58.030Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2408 | 2024-12-14T00:07:58.589Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2409 | 2024-12-14T00:07:58.993Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2410 | 2024-12-14T00:07:59.298Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2411 | 2024-12-14T00:07:59.388Z | Compiling sct v0.7.1 |
2412 | 2024-12-14T00:07:59.859Z | Compiling rustls-webpki v0.101.7 |
2413 | 2024-12-14T00:08:01.362Z | Compiling heck v0.3.3 |
2414 | 2024-12-14T00:08:01.742Z | Compiling castaway v0.2.3 |
2415 | 2024-12-14T00:08:01.945Z | Compiling csv-core v0.1.11 |
2416 | 2024-12-14T00:08:02.826Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2417 | 2024-12-14T00:08:03.149Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2418 | 2024-12-14T00:08:03.457Z | Compiling glob v0.3.1 |
2419 | 2024-12-14T00:08:03.775Z | Compiling csv v1.3.0 |
2420 | 2024-12-14T00:08:03.794Z | Compiling compact_str v0.8.0 |
2421 | 2024-12-14T00:08:05.074Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2422 | 2024-12-14T00:08:05.469Z | Compiling zone_cfg_derive v0.1.2 |
2423 | 2024-12-14T00:08:06.401Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2424 | 2024-12-14T00:08:06.901Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2425 | 2024-12-14T00:08:08.205Z | Compiling nix v0.27.1 |
2426 | 2024-12-14T00:08:11.231Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2427 | 2024-12-14T00:08:12.025Z | Compiling hyper-staticfile v0.10.1 |
2428 | 2024-12-14T00:08:15.188Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2429 | 2024-12-14T00:08:16.561Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2430 | 2024-12-14T00:08:17.723Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2431 | 2024-12-14T00:08:17.838Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2432 | 2024-12-14T00:08:22.175Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2433 | 2024-12-14T00:08:25.438Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2434 | 2024-12-14T00:08:25.788Z | Compiling unicode-truncate v1.1.0 |
2435 | 2024-12-14T00:08:26.082Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2436 | 2024-12-14T00:08:26.190Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2437 | 2024-12-14T00:08:26.380Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2438 | 2024-12-14T00:08:26.487Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2439 | 2024-12-14T00:08:27.827Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2440 | 2024-12-14T00:08:28.429Z | Compiling hashlink v0.9.1 |
2441 | 2024-12-14T00:08:29.275Z | Compiling tungstenite v0.23.0 |
2442 | 2024-12-14T00:08:29.392Z | Compiling lru v0.12.5 |
2443 | 2024-12-14T00:08:29.787Z | Compiling instability v0.3.2 |
2444 | 2024-12-14T00:08:30.782Z | Compiling fallible-streaming-iterator v0.1.9 |
2445 | 2024-12-14T00:08:31.077Z | Compiling base64 v0.13.1 |
2446 | 2024-12-14T00:08:31.849Z | Compiling fallible-iterator v0.3.0 |
2447 | 2024-12-14T00:08:32.006Z | Compiling cassowary v0.3.0 |
2448 | 2024-12-14T00:08:32.251Z | Compiling ron v0.7.1 |
2449 | 2024-12-14T00:08:32.721Z | Compiling rusqlite v0.32.1 |
2450 | 2024-12-14T00:08:33.697Z | Compiling ratatui v0.28.1 |
2451 | 2024-12-14T00:08:34.905Z | Compiling tokio-tungstenite v0.23.1 |
2452 | 2024-12-14T00:08:35.510Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2453 | 2024-12-14T00:08:35.625Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2454 | 2024-12-14T00:08:37.611Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2455 | 2024-12-14T00:08:39.353Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2456 | 2024-12-14T00:08:41.998Z | Compiling xz2 v0.1.7 |
2457 | 2024-12-14T00:08:43.616Z | Compiling tokio-rustls v0.24.1 |
2458 | 2024-12-14T00:08:44.036Z | Compiling zone v0.1.8 |
2459 | 2024-12-14T00:08:47.430Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2460 | 2024-12-14T00:08:52.410Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2461 | 2024-12-14T00:08:53.783Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2462 | 2024-12-14T00:08:54.410Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2463 | 2024-12-14T00:09:02.944Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2464 | 2024-12-14T00:09:03.670Z | Compiling rustls-pemfile v1.0.4 |
2465 | 2024-12-14T00:09:04.467Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2466 | 2024-12-14T00:09:04.791Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2467 | 2024-12-14T00:09:05.870Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2468 | 2024-12-14T00:09:06.046Z | Compiling signal-hook-tokio v0.3.1 |
2469 | 2024-12-14T00:09:06.281Z | Compiling twox-hash v1.6.3 |
2470 | 2024-12-14T00:09:06.906Z | Compiling yasna v0.5.2 |
2471 | 2024-12-14T00:09:07.337Z | Compiling is_ci v1.2.0 |
2472 | 2024-12-14T00:09:07.658Z | Compiling unicode-linebreak v0.1.5 |
2473 | 2024-12-14T00:09:08.206Z | Compiling smawk v0.3.2 |
2474 | 2024-12-14T00:09:08.492Z | Compiling textwrap v0.16.1 |
2475 | 2024-12-14T00:09:09.808Z | Compiling rcgen v0.12.1 |
2476 | 2024-12-14T00:09:10.191Z | Compiling supports-color v3.0.1 |
2477 | 2024-12-14T00:09:12.031Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2478 | 2024-12-14T00:09:12.491Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2479 | 2024-12-14T00:09:19.902Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2480 | 2024-12-14T00:09:21.296Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2481 | 2024-12-14T00:09:23.348Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2482 | 2024-12-14T00:09:23.837Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2483 | 2024-12-14T00:09:28.702Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2484 | 2024-12-14T00:09:40.400Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2485 | 2024-12-14T00:09:41.971Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2486 | 2024-12-14T00:09:42.604Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2487 | 2024-12-14T00:09:42.926Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2488 | 2024-12-14T00:09:49.570Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2489 | 2024-12-14T00:09:56.874Z | Compiling fatfs v0.3.6 |
2490 | 2024-12-14T00:09:59.550Z | Compiling rtoolbox v0.0.2 |
2491 | 2024-12-14T00:09:59.769Z | Compiling subprocess v0.2.9 |
2492 | 2024-12-14T00:09:59.903Z | Compiling assert_matches v1.5.0 |
2493 | 2024-12-14T00:10:00.028Z | Compiling rpassword v7.3.1 |
2494 | 2024-12-14T00:10:00.485Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2495 | 2024-12-14T00:10:04.469Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2496 | 2024-12-14T00:10:04.906Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2497 | 2024-12-14T00:10:08.032Z | Compiling tui-tree-widget v0.22.0 |
2498 | 2024-12-14T00:10:08.511Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2499 | 2024-12-14T00:10:10.407Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2500 | 2024-12-14T00:10:11.921Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2501 | 2024-12-14T00:10:12.250Z | Compiling uzers v0.12.1 |
2502 | 2024-12-14T00:10:15.429Z | Compiling shell-words v1.1.0 |
2503 | 2024-12-14T00:10:15.902Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2504 | 2024-12-14T00:10:24.000Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2505 | 2024-12-14T00:10:26.091Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2506 | 2024-12-14T00:10:56.661Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2507 | 2024-12-14T00:10:57.173Z | Compiling multimap v0.10.0 |
2508 | 2024-12-14T00:13:13.521Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2509 | 2024-12-14T00:13:19.174Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2510 | 2024-12-14T00:19:55.813Z | Finished `release` profile [optimized] target(s) in 15m 50s |
2511 | 2024-12-14T00:21:01.200Z | |
2512 | 2024-12-14T00:21:01.204Z | real 16:57.046341856 |
2513 | 2024-12-14T00:21:01.204Z | user 1:55:31.928464347 |
2514 | 2024-12-14T00:21:01.204Z | sys 5:53.569655397 |
2515 | 2024-12-14T00:21:01.204Z | trap 2.797380635 |
2516 | 2024-12-14T00:21:01.204Z | tflt 2.990874238 |
2517 | 2024-12-14T00:21:01.204Z | dflt 4.748422332 |
2518 | 2024-12-14T00:21:01.204Z | kflt 0.065370751 |
2519 | 2024-12-14T00:21:01.204Z | lock 7:07:38.649409716 |
2520 | 2024-12-14T00:21:01.204Z | slp 6:06:24.859709688 |
2521 | 2024-12-14T00:21:01.204Z | lat 2:54.364555195 |
2522 | 2024-12-14T00:21:01.204Z | stop 2:27.856278036 |
2523 | 2024-12-14T00:21:01.204Z | + mapfile -t packages |
2524 | 2024-12-14T00:21:01.204Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2525 | 2024-12-14T00:21:02.290Z | Finished `release` profile [optimized] target(s) in 1.03s |
2526 | 2024-12-14T00:21:02.347Z | Running `target/release/omicron-package -t test list-outputs` |
2527 | 2024-12-14T00:21:02.402Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2528 | 2024-12-14T00:21:02.404Z | + ptime -m cargo build --locked --release -p xtask |
2529 | 2024-12-14T00:21:02.994Z | Compiling serde v1.0.215 |
2530 | 2024-12-14T00:21:02.997Z | Compiling libc v0.2.162 |
2531 | 2024-12-14T00:21:02.997Z | Compiling serde_json v1.0.132 |
2532 | 2024-12-14T00:21:02.997Z | Compiling rustix v0.38.37 |
2533 | 2024-12-14T00:21:02.997Z | Compiling syn v2.0.87 |
2534 | 2024-12-14T00:21:03.107Z | Compiling bitflags v2.6.0 |
2535 | 2024-12-14T00:21:03.463Z | Compiling usdt-impl v0.5.0 |
2536 | 2024-12-14T00:21:03.480Z | Compiling syn v1.0.109 |
2537 | 2024-12-14T00:21:03.584Z | Compiling log v0.4.22 |
2538 | 2024-12-14T00:21:03.607Z | Compiling hashbrown v0.15.1 |
2539 | 2024-12-14T00:21:03.713Z | Compiling fs-err v2.11.0 |
2540 | 2024-12-14T00:21:04.031Z | Compiling once_cell v1.20.2 |
2541 | 2024-12-14T00:21:04.059Z | Compiling anyhow v1.0.93 |
2542 | 2024-12-14T00:21:04.643Z | Compiling thread-id v4.2.2 |
2543 | 2024-12-14T00:21:04.933Z | Compiling indexmap v2.6.0 |
2544 | 2024-12-14T00:21:06.070Z | Compiling terminal_size v0.4.0 |
2545 | 2024-12-14T00:21:06.070Z | Compiling tempfile v3.13.0 |
2546 | 2024-12-14T00:21:06.318Z | Compiling clap_builder v4.5.21 |
2547 | 2024-12-14T00:21:06.808Z | Compiling proc-macro-error v1.0.4 |
2548 | 2024-12-14T00:21:08.281Z | Compiling tabled_derive v0.7.0 |
2549 | 2024-12-14T00:21:09.517Z | Compiling tabled v0.15.0 |
2550 | 2024-12-14T00:21:11.519Z | Compiling serde_derive v1.0.215 |
2551 | 2024-12-14T00:21:11.769Z | Compiling thiserror-impl v1.0.69 |
2552 | 2024-12-14T00:21:11.912Z | Compiling zerocopy-derive v0.7.35 |
2553 | 2024-12-14T00:21:13.219Z | Compiling scroll_derive v0.12.0 |
2554 | 2024-12-14T00:21:13.447Z | Compiling clap_derive v4.5.18 |
2555 | 2024-12-14T00:21:14.041Z | Compiling zerocopy v0.7.35 |
2556 | 2024-12-14T00:21:14.687Z | Compiling scroll v0.12.0 |
2557 | 2024-12-14T00:21:14.797Z | Compiling thiserror v1.0.69 |
2558 | 2024-12-14T00:21:14.972Z | Compiling pest v2.7.14 |
2559 | 2024-12-14T00:21:15.701Z | Compiling goblin v0.8.2 |
2560 | 2024-12-14T00:21:18.126Z | Compiling pest_meta v2.7.14 |
2561 | 2024-12-14T00:21:19.653Z | Compiling pest_generator v2.7.14 |
2562 | 2024-12-14T00:21:21.442Z | Compiling clap v4.5.21 |
2563 | 2024-12-14T00:21:22.393Z | Compiling pest_derive v2.7.14 |
2564 | 2024-12-14T00:21:23.211Z | Compiling dtrace-parser v0.2.0 |
2565 | 2024-12-14T00:21:26.561Z | Compiling serde_tokenstream v0.2.2 |
2566 | 2024-12-14T00:21:26.628Z | Compiling toml_datetime v0.6.8 |
2567 | 2024-12-14T00:21:27.177Z | Compiling serde_spanned v0.6.8 |
2568 | 2024-12-14T00:21:27.385Z | Compiling toml_edit v0.22.22 |
2569 | 2024-12-14T00:21:27.466Z | Compiling camino v1.1.9 |
2570 | 2024-12-14T00:21:28.884Z | Compiling dof v0.3.0 |
2571 | 2024-12-14T00:21:31.262Z | Compiling usdt-attr-macro v0.5.0 |
2572 | 2024-12-14T00:21:31.370Z | Compiling usdt-macro v0.5.0 |
2573 | 2024-12-14T00:21:32.448Z | Compiling toml v0.8.19 |
2574 | 2024-12-14T00:21:32.730Z | Compiling cargo-platform v0.1.8 |
2575 | 2024-12-14T00:21:33.841Z | Compiling semver v1.0.23 |
2576 | 2024-12-14T00:21:35.339Z | Compiling cargo_metadata v0.18.1 |
2577 | 2024-12-14T00:21:35.438Z | Compiling cargo_toml v0.20.5 |
2578 | 2024-12-14T00:21:39.262Z | Compiling usdt v0.5.0 |
2579 | 2024-12-14T00:21:39.887Z | Compiling camino-tempfile v1.1.1 |
2580 | 2024-12-14T00:21:40.539Z | Compiling macaddr v1.0.1 |
2581 | 2024-12-14T00:21:48.749Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2582 | 2024-12-14T00:22:00.052Z | Finished `release` profile [optimized] target(s) in 57.58s |
2583 | 2024-12-14T00:22:00.161Z | |
2584 | 2024-12-14T00:22:00.165Z | real 57.721985587 |
2585 | 2024-12-14T00:22:00.165Z | user 5:50.873624130 |
2586 | 2024-12-14T00:22:00.165Z | sys 31.704417810 |
2587 | 2024-12-14T00:22:00.165Z | trap 0.169948155 |
2588 | 2024-12-14T00:22:00.165Z | tflt 0.391968122 |
2589 | 2024-12-14T00:22:00.165Z | dflt 0.390411605 |
2590 | 2024-12-14T00:22:00.165Z | kflt 0.008929916 |
2591 | 2024-12-14T00:22:00.165Z | lock 11:24.047091903 |
2592 | 2024-12-14T00:22:00.165Z | slp 17:09.329460436 |
2593 | 2024-12-14T00:22:00.165Z | lat 14.705594431 |
2594 | 2024-12-14T00:22:00.165Z | stop 17.341663615 |
2595 | 2024-12-14T00:22:00.165Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2596 | 2024-12-14T00:22:00.165Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2597 | 2024-12-14T00:22:00.165Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2598 | 2024-12-14T00:22:00.165Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2599 | 2024-12-14T00:22:00.165Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2600 | 2024-12-14T00:22:01.056Z | Compiling hashbrown v0.14.5 |
2601 | 2024-12-14T00:22:01.179Z | Compiling ident_case v1.0.1 |
2602 | 2024-12-14T00:22:01.191Z | Compiling unsafe-libyaml v0.2.11 |
2603 | 2024-12-14T00:22:01.196Z | Compiling progenitor-client v0.8.0 |
2604 | 2024-12-14T00:22:01.196Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2605 | 2024-12-14T00:22:01.196Z | Compiling ipnetwork v0.20.0 |
2606 | 2024-12-14T00:22:01.196Z | Compiling macaddr v1.0.1 |
2607 | 2024-12-14T00:22:01.196Z | Compiling instant v0.1.13 |
2608 | 2024-12-14T00:22:01.335Z | Compiling darling_core v0.20.10 |
2609 | 2024-12-14T00:22:01.418Z | Compiling structmeta-derive v0.3.0 |
2610 | 2024-12-14T00:22:01.647Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2611 | 2024-12-14T00:22:01.710Z | Compiling dropshot v0.13.0 |
2612 | 2024-12-14T00:22:01.741Z | Compiling newtype-uuid v1.1.3 |
2613 | 2024-12-14T00:22:02.068Z | Compiling dropshot_endpoint v0.13.0 |
2614 | 2024-12-14T00:22:02.210Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2615 | 2024-12-14T00:22:02.419Z | Compiling regress v0.10.1 |
2616 | 2024-12-14T00:22:02.440Z | Compiling serde_yaml v0.9.34+deprecated |
2617 | 2024-12-14T00:22:02.473Z | Compiling regress v0.9.1 |
2618 | 2024-12-14T00:22:02.992Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2619 | 2024-12-14T00:22:03.065Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2620 | 2024-12-14T00:22:03.190Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2621 | 2024-12-14T00:22:03.439Z | Compiling backoff v0.4.0 |
2622 | 2024-12-14T00:22:03.779Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2623 | 2024-12-14T00:22:03.961Z | Compiling tempfile v3.13.0 |
2624 | 2024-12-14T00:22:03.961Z | Compiling proc-macro-crate v1.3.1 |
2625 | 2024-12-14T00:22:04.467Z | Compiling structmeta v0.3.0 |
2626 | 2024-12-14T00:22:04.843Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2627 | 2024-12-14T00:22:04.929Z | Compiling parse-display-derive v0.10.0 |
2628 | 2024-12-14T00:22:05.045Z | Compiling num_enum_derive v0.5.11 |
2629 | 2024-12-14T00:22:05.238Z | Compiling itertools v0.13.0 |
2630 | 2024-12-14T00:22:06.594Z | Compiling typify-impl v0.2.0 |
2631 | 2024-12-14T00:22:07.448Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2632 | 2024-12-14T00:22:07.716Z | Compiling num_enum v0.5.11 |
2633 | 2024-12-14T00:22:07.736Z | Compiling zerocopy v0.8.10 |
2634 | 2024-12-14T00:22:07.787Z | Compiling zerocopy-derive v0.8.10 |
2635 | 2024-12-14T00:22:07.892Z | Compiling foreign-types-macros v0.2.3 |
2636 | 2024-12-14T00:22:08.529Z | Compiling darling_macro v0.20.10 |
2637 | 2024-12-14T00:22:08.661Z | Compiling foreign-types-shared v0.3.1 |
2638 | 2024-12-14T00:22:08.711Z | Compiling heapless v0.8.0 |
2639 | 2024-12-14T00:22:08.787Z | Compiling proc-macro-error v1.0.4 |
2640 | 2024-12-14T00:22:09.213Z | Compiling foreign-types v0.5.0 |
2641 | 2024-12-14T00:22:09.514Z | Compiling camino-tempfile v1.1.1 |
2642 | 2024-12-14T00:22:09.535Z | Compiling darling v0.20.10 |
2643 | 2024-12-14T00:22:09.554Z | Compiling parse-display v0.10.0 |
2644 | 2024-12-14T00:22:09.602Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2645 | 2024-12-14T00:22:09.635Z | Compiling hash32 v0.3.1 |
2646 | 2024-12-14T00:22:09.660Z | Compiling serde_with_macros v3.11.0 |
2647 | 2024-12-14T00:22:10.067Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2648 | 2024-12-14T00:22:10.086Z | Compiling cstr-argument v0.1.2 |
2649 | 2024-12-14T00:22:10.258Z | Compiling crucible-workspace-hack v0.1.0 |
2650 | 2024-12-14T00:22:10.258Z | Compiling pretty-hex v0.2.1 |
2651 | 2024-12-14T00:22:10.454Z | Compiling smoltcp v0.11.0 |
2652 | 2024-12-14T00:22:10.478Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2653 | 2024-12-14T00:22:10.551Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2654 | 2024-12-14T00:22:10.644Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2655 | 2024-12-14T00:22:11.230Z | Compiling tabwriter v1.4.0 |
2656 | 2024-12-14T00:22:11.250Z | Compiling colored v2.1.0 |
2657 | 2024-12-14T00:22:11.749Z | Compiling cobs v0.2.3 |
2658 | 2024-12-14T00:22:12.017Z | Compiling postcard v1.0.10 |
2659 | 2024-12-14T00:22:12.156Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2660 | 2024-12-14T00:22:12.522Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2661 | 2024-12-14T00:22:12.568Z | Compiling serde_with v3.11.0 |
2662 | 2024-12-14T00:22:12.721Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2663 | 2024-12-14T00:22:12.779Z | Compiling thiserror v2.0.3 |
2664 | 2024-12-14T00:22:13.455Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2665 | 2024-12-14T00:22:13.761Z | Compiling smf v0.2.3 |
2666 | 2024-12-14T00:22:14.074Z | Compiling thiserror-impl v2.0.3 |
2667 | 2024-12-14T00:22:14.329Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2668 | 2024-12-14T00:22:15.203Z | Compiling zone_cfg_derive v0.3.0 |
2669 | 2024-12-14T00:22:16.473Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2670 | 2024-12-14T00:22:16.684Z | Compiling num-derive v0.4.2 |
2671 | 2024-12-14T00:22:16.919Z | Compiling sigpipe v0.1.3 |
2672 | 2024-12-14T00:22:16.984Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2673 | 2024-12-14T00:22:17.058Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2674 | 2024-12-14T00:22:17.184Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2675 | 2024-12-14T00:22:17.269Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2676 | 2024-12-14T00:22:17.346Z | Compiling zone v0.3.0 |
2677 | 2024-12-14T00:22:17.674Z | Compiling universal-hash v0.5.1 |
2678 | 2024-12-14T00:22:17.894Z | Compiling opaque-debug v0.3.1 |
2679 | 2024-12-14T00:22:17.983Z | Compiling num-rational v0.4.2 |
2680 | 2024-12-14T00:22:18.004Z | Compiling password-hash v0.5.0 |
2681 | 2024-12-14T00:22:18.127Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2682 | 2024-12-14T00:22:18.220Z | Compiling num-complex v0.4.6 |
2683 | 2024-12-14T00:22:19.012Z | Compiling blake2 v0.10.6 |
2684 | 2024-12-14T00:22:19.034Z | Compiling aead v0.5.2 |
2685 | 2024-12-14T00:22:19.037Z | Compiling keccak v0.1.5 |
2686 | 2024-12-14T00:22:19.176Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2687 | 2024-12-14T00:22:19.309Z | Compiling convert_case v0.4.0 |
2688 | 2024-12-14T00:22:19.430Z | Compiling sha3 v0.10.8 |
2689 | 2024-12-14T00:22:19.723Z | Compiling argon2 v0.5.3 |
2690 | 2024-12-14T00:22:20.056Z | Compiling num v0.4.3 |
2691 | 2024-12-14T00:22:20.112Z | Compiling poly1305 v0.8.0 |
2692 | 2024-12-14T00:22:20.174Z | Compiling tungstenite v0.21.0 |
2693 | 2024-12-14T00:22:20.327Z | Compiling derive_more v0.99.18 |
2694 | 2024-12-14T00:22:20.367Z | Compiling chacha20 v0.9.1 |
2695 | 2024-12-14T00:22:20.496Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2696 | 2024-12-14T00:22:20.839Z | Compiling base64 v0.21.7 |
2697 | 2024-12-14T00:22:20.860Z | Compiling float-ord v0.3.2 |
2698 | 2024-12-14T00:22:21.043Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2699 | 2024-12-14T00:22:21.495Z | Compiling tokio-tungstenite v0.21.0 |
2700 | 2024-12-14T00:22:21.636Z | Compiling same-file v1.0.6 |
2701 | 2024-12-14T00:22:21.958Z | Compiling semver v0.1.20 |
2702 | 2024-12-14T00:22:22.084Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2703 | 2024-12-14T00:22:22.105Z | Compiling walkdir v2.5.0 |
2704 | 2024-12-14T00:22:22.377Z | Compiling rustc_version v0.1.7 |
2705 | 2024-12-14T00:22:22.551Z | Compiling newline-converter v0.3.0 |
2706 | 2024-12-14T00:22:22.641Z | Compiling primeorder v0.13.6 |
2707 | 2024-12-14T00:22:22.665Z | Compiling secrecy v0.8.0 |
2708 | 2024-12-14T00:22:22.735Z | Compiling cancel-safe-futures v0.1.5 |
2709 | 2024-12-14T00:22:22.929Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2710 | 2024-12-14T00:22:22.929Z | Compiling owo-colors v4.1.0 |
2711 | 2024-12-14T00:22:22.933Z | Compiling newtype_derive v0.1.6 |
2712 | 2024-12-14T00:22:23.109Z | Compiling expectorate v1.1.0 |
2713 | 2024-12-14T00:22:23.167Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2714 | 2024-12-14T00:22:23.225Z | Compiling thiserror-impl-no-std v2.0.2 |
2715 | 2024-12-14T00:22:23.277Z | Compiling ring v0.16.20 |
2716 | 2024-12-14T00:22:23.295Z | Compiling blake3 v1.5.4 |
2717 | 2024-12-14T00:22:23.495Z | Compiling unicase v2.7.0 |
2718 | 2024-12-14T00:22:23.806Z | Compiling half v2.4.1 |
2719 | 2024-12-14T00:22:23.890Z | Compiling ciborium-io v0.2.2 |
2720 | 2024-12-14T00:22:23.968Z | Compiling arc-swap v1.7.1 |
2721 | 2024-12-14T00:22:24.011Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2722 | 2024-12-14T00:22:24.373Z | Compiling ciborium-ll v0.2.2 |
2723 | 2024-12-14T00:22:24.418Z | Compiling slog-scope v4.4.0 |
2724 | 2024-12-14T00:22:24.952Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2725 | 2024-12-14T00:22:25.223Z | Compiling typify-macro v0.2.0 |
2726 | 2024-12-14T00:22:25.331Z | Compiling polyval v0.6.2 |
2727 | 2024-12-14T00:22:25.466Z | Compiling atomicwrites v0.4.4 |
2728 | 2024-12-14T00:22:25.786Z | Compiling libsw v3.3.1 |
2729 | 2024-12-14T00:22:25.838Z | Compiling memmap2 v0.9.5 |
2730 | 2024-12-14T00:22:25.875Z | Compiling constant_time_eq v0.3.1 |
2731 | 2024-12-14T00:22:26.060Z | Compiling linear-map v1.2.0 |
2732 | 2024-12-14T00:22:26.096Z | Compiling parking_lot_core v0.8.6 |
2733 | 2024-12-14T00:22:26.317Z | Compiling salty v0.3.0 |
2734 | 2024-12-14T00:22:26.361Z | Compiling thiserror-no-std v2.0.2 |
2735 | 2024-12-14T00:22:26.409Z | Compiling libefi-sys v0.1.0 |
2736 | 2024-12-14T00:22:26.486Z | Compiling arrayvec v0.7.6 |
2737 | 2024-12-14T00:22:26.581Z | Compiling spin v0.5.2 |
2738 | 2024-12-14T00:22:26.692Z | Compiling arrayref v0.3.9 |
2739 | 2024-12-14T00:22:26.733Z | Compiling indent_write v2.2.0 |
2740 | 2024-12-14T00:22:26.902Z | Compiling vsss-rs v3.3.4 |
2741 | 2024-12-14T00:22:26.927Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2742 | 2024-12-14T00:22:26.965Z | Compiling ghash v0.5.1 |
2743 | 2024-12-14T00:22:27.363Z | Compiling ciborium v0.2.2 |
2744 | 2024-12-14T00:22:27.716Z | Compiling slog-stdlog v4.1.1 |
2745 | 2024-12-14T00:22:28.202Z | Compiling p384 v0.13.0 |
2746 | 2024-12-14T00:22:28.223Z | Compiling toolchain_find v0.4.0 |
2747 | 2024-12-14T00:22:28.378Z | Compiling chacha20poly1305 v0.10.1 |
2748 | 2024-12-14T00:22:28.626Z | Compiling lzma-sys v0.1.20 |
2749 | 2024-12-14T00:22:28.958Z | Compiling ctr v0.9.2 |
2750 | 2024-12-14T00:22:28.983Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2751 | 2024-12-14T00:22:29.303Z | Compiling bitfield-struct v0.6.2 |
2752 | 2024-12-14T00:22:29.392Z | Compiling slog-dtrace v0.3.0 |
2753 | 2024-12-14T00:22:29.412Z | Compiling highway v1.2.0 |
2754 | 2024-12-14T00:22:29.546Z | Compiling typify v0.2.0 |
2755 | 2024-12-14T00:22:29.692Z | Compiling progenitor-impl v0.8.0 |
2756 | 2024-12-14T00:22:29.711Z | Compiling topological-sort v0.2.2 |
2757 | 2024-12-14T00:22:29.932Z | Compiling omicron-zone-package v0.11.1 |
2758 | 2024-12-14T00:22:29.999Z | Compiling aes-gcm v0.10.3 |
2759 | 2024-12-14T00:22:30.177Z | Compiling rustfmt-wrapper v0.2.1 |
2760 | 2024-12-14T00:22:30.295Z | Compiling slog-envlogger v2.2.0 |
2761 | 2024-12-14T00:22:30.730Z | Compiling mime_guess v2.0.5 |
2762 | 2024-12-14T00:22:30.760Z | Compiling steno v0.4.1 |
2763 | 2024-12-14T00:22:30.781Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2764 | 2024-12-14T00:22:31.559Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2765 | 2024-12-14T00:22:31.578Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2766 | 2024-12-14T00:22:31.633Z | Compiling heck v0.3.3 |
2767 | 2024-12-14T00:22:32.079Z | Compiling ssh-encoding v0.2.0 |
2768 | 2024-12-14T00:22:32.111Z | Compiling blowfish v0.9.1 |
2769 | 2024-12-14T00:22:32.316Z | Compiling nibble_vec v0.1.0 |
2770 | 2024-12-14T00:22:32.543Z | Compiling env_filter v0.1.2 |
2771 | 2024-12-14T00:22:32.592Z | Compiling endian-type v0.1.2 |
2772 | 2024-12-14T00:22:32.614Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2773 | 2024-12-14T00:22:32.633Z | Compiling humantime v2.1.0 |
2774 | 2024-12-14T00:22:32.745Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2775 | 2024-12-14T00:22:32.748Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2776 | 2024-12-14T00:22:32.827Z | Compiling env_logger v0.11.5 |
2777 | 2024-12-14T00:22:33.097Z | Compiling radix_trie v0.2.1 |
2778 | 2024-12-14T00:22:33.115Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2779 | 2024-12-14T00:22:33.150Z | Compiling ssh-cipher v0.2.0 |
2780 | 2024-12-14T00:22:33.296Z | Compiling bcrypt-pbkdf v0.10.0 |
2781 | 2024-12-14T00:22:33.602Z | Compiling zone_cfg_derive v0.1.2 |
2782 | 2024-12-14T00:22:33.811Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2783 | 2024-12-14T00:22:34.110Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2784 | 2024-12-14T00:22:34.510Z | Compiling parking_lot v0.11.2 |
2785 | 2024-12-14T00:22:34.802Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2786 | 2024-12-14T00:22:34.883Z | Compiling password-hash v0.4.2 |
2787 | 2024-12-14T00:22:35.148Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2788 | 2024-12-14T00:22:35.238Z | Compiling gethostname v0.5.0 |
2789 | 2024-12-14T00:22:35.346Z | Compiling fxhash v0.2.1 |
2790 | 2024-12-14T00:22:35.429Z | Compiling simd-adler32 v0.3.7 |
2791 | 2024-12-14T00:22:35.473Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2792 | 2024-12-14T00:22:35.552Z | Compiling bumpalo v3.16.0 |
2793 | 2024-12-14T00:22:35.771Z | Compiling matches v0.1.10 |
2794 | 2024-12-14T00:22:35.789Z | Compiling base64 v0.13.1 |
2795 | 2024-12-14T00:22:35.857Z | Compiling zip v2.1.3 |
2796 | 2024-12-14T00:22:35.878Z | Compiling lockfree-object-pool v0.1.6 |
2797 | 2024-12-14T00:22:36.027Z | Compiling http-range v0.1.5 |
2798 | 2024-12-14T00:22:36.057Z | Compiling idna v0.2.3 |
2799 | 2024-12-14T00:22:36.165Z | Compiling zopfli v0.8.1 |
2800 | 2024-12-14T00:22:36.216Z | Compiling ron v0.7.1 |
2801 | 2024-12-14T00:22:36.376Z | Compiling sled v0.34.7 |
2802 | 2024-12-14T00:22:36.397Z | Compiling pbkdf2 v0.11.0 |
2803 | 2024-12-14T00:22:36.400Z | Compiling zone v0.1.8 |
2804 | 2024-12-14T00:22:36.785Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2805 | 2024-12-14T00:22:37.543Z | Compiling xz2 v0.1.7 |
2806 | 2024-12-14T00:22:37.718Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2807 | 2024-12-14T00:22:37.907Z | Compiling progenitor-macro v0.8.0 |
2808 | 2024-12-14T00:22:38.060Z | Compiling ssh-key v0.6.6 |
2809 | 2024-12-14T00:22:38.078Z | Compiling hickory-client v0.24.1 |
2810 | 2024-12-14T00:22:38.846Z | Compiling p521 v0.13.3 |
2811 | 2024-12-14T00:22:39.079Z | Compiling p256 v0.13.2 |
2812 | 2024-12-14T00:22:39.127Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2813 | 2024-12-14T00:22:39.532Z | Compiling hickory-server v0.24.1 |
2814 | 2024-12-14T00:22:39.971Z | Compiling enum-as-inner v0.5.1 |
2815 | 2024-12-14T00:22:40.308Z | Compiling pem v3.0.4 |
2816 | 2024-12-14T00:22:41.039Z | Compiling yasna v0.5.2 |
2817 | 2024-12-14T00:22:41.166Z | Compiling headers-core v0.3.0 |
2818 | 2024-12-14T00:22:41.224Z | Compiling kstat-rs v0.2.4 |
2819 | 2024-12-14T00:22:41.345Z | Compiling nanorand v0.7.0 |
2820 | 2024-12-14T00:22:41.932Z | Compiling atty v0.2.14 |
2821 | 2024-12-14T00:22:41.958Z | Compiling russh-cryptovec v0.7.3 |
2822 | 2024-12-14T00:22:42.079Z | Compiling md5 v0.7.0 |
2823 | 2024-12-14T00:22:42.298Z | Compiling rcgen v0.12.1 |
2824 | 2024-12-14T00:22:42.639Z | Compiling russh-keys v0.45.0 |
2825 | 2024-12-14T00:22:42.663Z | Compiling flume v0.11.1 |
2826 | 2024-12-14T00:22:42.789Z | Compiling headers v0.4.0 |
2827 | 2024-12-14T00:22:42.880Z | Compiling trust-dns-proto v0.22.0 |
2828 | 2024-12-14T00:22:43.426Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2829 | 2024-12-14T00:22:44.791Z | Compiling hyper-staticfile v0.10.1 |
2830 | 2024-12-14T00:22:45.979Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2831 | 2024-12-14T00:22:46.598Z | Compiling num-bigint v0.4.6 |
2832 | 2024-12-14T00:22:46.851Z | Compiling des v0.8.1 |
2833 | 2024-12-14T00:22:46.927Z | Compiling subprocess v0.2.9 |
2834 | 2024-12-14T00:22:46.996Z | Compiling display-error-chain v0.2.2 |
2835 | 2024-12-14T00:22:47.210Z | Compiling dhcproto-macros v0.1.0 |
2836 | 2024-12-14T00:22:47.241Z | Compiling hex-literal v0.4.1 |
2837 | 2024-12-14T00:22:47.407Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2838 | 2024-12-14T00:22:47.924Z | Compiling internet-checksum v0.2.1 |
2839 | 2024-12-14T00:22:48.197Z | Compiling dhcproto v0.12.0 |
2840 | 2024-12-14T00:22:49.665Z | Compiling russh v0.45.0 |
2841 | 2024-12-14T00:22:51.465Z | Compiling progenitor v0.8.0 |
2842 | 2024-12-14T00:22:51.603Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2843 | 2024-12-14T00:22:51.606Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2844 | 2024-12-14T00:22:51.606Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2845 | 2024-12-14T00:22:51.606Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2846 | 2024-12-14T00:22:51.606Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2847 | 2024-12-14T00:22:51.606Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2848 | 2024-12-14T00:22:51.699Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2849 | 2024-12-14T00:22:52.501Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2850 | 2024-12-14T00:22:53.005Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2851 | 2024-12-14T00:22:54.825Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2852 | 2024-12-14T00:22:57.406Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2853 | 2024-12-14T00:22:58.364Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2854 | 2024-12-14T00:23:07.215Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2855 | 2024-12-14T00:23:07.219Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2856 | 2024-12-14T00:23:07.219Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2857 | 2024-12-14T00:23:07.219Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2858 | 2024-12-14T00:23:08.230Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2859 | 2024-12-14T00:23:10.611Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2860 | 2024-12-14T00:23:11.710Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2861 | 2024-12-14T00:23:11.744Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2862 | 2024-12-14T00:23:14.338Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2863 | 2024-12-14T00:23:15.479Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2864 | 2024-12-14T00:23:15.901Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2865 | 2024-12-14T00:23:16.521Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2866 | 2024-12-14T00:23:18.232Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2867 | 2024-12-14T00:23:19.113Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2868 | 2024-12-14T00:23:19.563Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2869 | 2024-12-14T00:23:20.616Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2870 | 2024-12-14T00:23:20.694Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2871 | 2024-12-14T00:23:21.868Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2872 | 2024-12-14T00:23:22.311Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2873 | 2024-12-14T00:23:23.480Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2874 | 2024-12-14T00:23:23.956Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2875 | 2024-12-14T00:23:24.502Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2876 | 2024-12-14T00:23:26.501Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2877 | 2024-12-14T00:23:26.900Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2878 | 2024-12-14T00:23:28.571Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2879 | 2024-12-14T00:23:29.869Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2880 | 2024-12-14T00:23:31.147Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2881 | 2024-12-14T00:23:31.984Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2882 | 2024-12-14T00:23:36.409Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2883 | 2024-12-14T00:23:45.436Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2884 | 2024-12-14T00:23:46.645Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2885 | 2024-12-14T00:24:05.731Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2886 | 2024-12-14T00:24:38.486Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
2887 | 2024-12-14T00:24:38.702Z | |
2888 | 2024-12-14T00:24:38.704Z | real 2:38.476373962 |
2889 | 2024-12-14T00:24:38.704Z | user 12:25.614768886 |
2890 | 2024-12-14T00:24:38.704Z | sys 2:40.275594246 |
2891 | 2024-12-14T00:24:38.704Z | trap 0.340098060 |
2892 | 2024-12-14T00:24:38.704Z | tflt 0.824543274 |
2893 | 2024-12-14T00:24:38.704Z | dflt 1.991321535 |
2894 | 2024-12-14T00:24:38.704Z | kflt 0.000021607 |
2895 | 2024-12-14T00:24:38.704Z | lock 25:48.695094797 |
2896 | 2024-12-14T00:24:38.704Z | slp 44:57.540277767 |
2897 | 2024-12-14T00:24:38.704Z | lat 35.485430608 |
2898 | 2024-12-14T00:24:38.704Z | stop 1:32.906615106 |
2899 | 2024-12-14T00:24:38.704Z | + mkdir tests |
2900 | 2024-12-14T00:24:38.707Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2901 | 2024-12-14T00:24:38.707Z | + xargs -I '{}' -t cp '{}' tests/ |
2902 | 2024-12-14T00:24:39.964Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-e5b3a0e4fc87b604 tests/ |
2903 | 2024-12-14T00:24:39.993Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-7785e96650af2440 tests/ |
2904 | 2024-12-14T00:24:40.017Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-9334f4617588ab74 tests/ |
2905 | 2024-12-14T00:24:40.044Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-619a7dfc42266a8d tests/ |
2906 | 2024-12-14T00:24:40.277Z | + 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/*) |
2907 | 2024-12-14T00:24:40.280Z | + 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-e5b3a0e4fc87b604 tests/commtest-9334f4617588ab74 tests/dhcp_server-7785e96650af2440 tests/end_to_end_tests-619a7dfc42266a8d 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 |
2908 | 2024-12-14T00:25:51.982Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2909 | 2024-12-14T00:25:51.982Z | a .github/buildomat/ci-env.sh 1K |
2910 | 2024-12-14T00:25:51.982Z | a out/target/test 1K |
2911 | 2024-12-14T00:25:51.982Z | a out/npuzone/npuzone 23144K |
2912 | 2024-12-14T00:25:51.982Z | a package-manifest.toml 32K |
2913 | 2024-12-14T00:25:51.982Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2914 | 2024-12-14T00:25:51.982Z | a target/release/omicron-package 36294K |
2915 | 2024-12-14T00:25:51.982Z | a target/release/xtask 11762K |
2916 | 2024-12-14T00:25:51.982Z | a target/debug/bootstrap 210144K |
2917 | 2024-12-14T00:25:51.982Z | a tests/bootstrap-e5b3a0e4fc87b604 24246K |
2918 | 2024-12-14T00:25:51.982Z | a tests/commtest-9334f4617588ab74 25022K |
2919 | 2024-12-14T00:25:51.982Z | a tests/dhcp_server-7785e96650af2440 24246K |
2920 | 2024-12-14T00:25:51.982Z | a tests/end_to_end_tests-619a7dfc42266a8d 228207K |
2921 | 2024-12-14T00:25:51.983Z | a out/clickhouse.tar.gz 280543K |
2922 | 2024-12-14T00:25:51.983Z | a out/clickhouse_keeper.tar.gz 280533K |
2923 | 2024-12-14T00:25:51.983Z | a out/clickhouse_server.tar.gz 280530K |
2924 | 2024-12-14T00:25:51.983Z | a out/cockroachdb.tar.gz 134590K |
2925 | 2024-12-14T00:25:51.983Z | a out/crucible-dtrace.tar 85K |
2926 | 2024-12-14T00:25:51.983Z | a out/crucible-pantry-zone.tar.gz 28189K |
2927 | 2024-12-14T00:25:51.983Z | a out/crucible-zone.tar.gz 36405K |
2928 | 2024-12-14T00:25:51.983Z | a out/external-dns.tar.gz 35283K |
2929 | 2024-12-14T00:25:51.983Z | a out/internal-dns.tar.gz 35282K |
2930 | 2024-12-14T00:25:51.983Z | a out/mg-ddm-gz.tar 63075K |
2931 | 2024-12-14T00:25:51.983Z | a out/nexus.tar.gz 98215K |
2932 | 2024-12-14T00:25:51.983Z | a out/ntp.tar.gz 10372K |
2933 | 2024-12-14T00:25:51.983Z | a out/omicron-gateway-softnpu.tar.gz 23912K |
2934 | 2024-12-14T00:25:51.983Z | a out/omicron-sled-agent.tar 113386K |
2935 | 2024-12-14T00:25:51.983Z | a out/overlay.tar.gz 3K |
2936 | 2024-12-14T00:25:51.983Z | a out/oximeter.tar.gz 47739K |
2937 | 2024-12-14T00:25:51.983Z | a out/oxlog.tar 3088K |
2938 | 2024-12-14T00:25:51.983Z | a out/probe.tar.gz 2764K |
2939 | 2024-12-14T00:25:51.983Z | a out/propolis-server.tar.gz 66730K |
2940 | 2024-12-14T00:25:51.983Z | a out/pumpkind-gz.tar 26665K |
2941 | 2024-12-14T00:25:51.983Z | a out/switch-softnpu.tar.gz 235569K |
2942 | 2024-12-14T00:25:51.986Z | |
2943 | 2024-12-14T00:25:51.986Z | real 1:11.694101035 |
2944 | 2024-12-14T00:25:51.986Z | user 1:08.132295576 |
2945 | 2024-12-14T00:25:51.986Z | sys 5.093101449 |
2946 | 2024-12-14T00:25:51.986Z | trap 0.019214164 |
2947 | 2024-12-14T00:25:51.986Z | tflt 0.000000000 |
2948 | 2024-12-14T00:25:51.986Z | dflt 0.000000000 |
2949 | 2024-12-14T00:25:51.987Z | kflt 0.000000000 |
2950 | 2024-12-14T00:25:51.987Z | lock 0.000000000 |
2951 | 2024-12-14T00:25:51.988Z | slp 1:08.016101086 |
2952 | 2024-12-14T00:25:51.988Z | lat 2.122687303 |
2953 | 2024-12-14T00:25:51.988Z | stop 0.000213338 |
2954 | 2024-12-14T00:25:51.988Z | process exited: duration 1978690 ms, exit code 0 |
|
2955 | 2024-12-14T00:25:52.003Z | found 1 output files |
2956 | 2024-12-14T00:25:52.003Z | uploading: /work/package.tar.gz (1854700130 bytes) |
2957 | 2024-12-14T00:26:31.206Z | uploaded: /work/package.tar.gz |