|
|
|
1 | 2024-11-21T18:21:32.530Z | job assigned to worker 01JD7Z8NV38VC1654THPA2Q2SP [factory aws, i-0a24bc3fe905c0a4a] (queued for 1 m 4 s) |
|
2 | 2024-11-21T18:21:41.707Z | starting task 0: "setup" |
3 | 2024-11-21T18:21:41.714Z | ++ uname -s |
4 | 2024-11-21T18:21:41.717Z | + kern=SunOS |
5 | 2024-11-21T18:21:41.717Z | + case "$kern" in |
6 | 2024-11-21T18:21:41.717Z | + groupadd -g 12345 build |
7 | 2024-11-21T18:21:41.719Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-21T18:21:43.724Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-21T18:21:43.836Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-21T18:21:43.838Z | + home_fs=zfs |
11 | 2024-11-21T18:21:43.838Z | + [[ zfs == autofs ]] |
12 | 2024-11-21T18:21:43.838Z | + mkdir -p /home/build |
13 | 2024-11-21T18:21:43.840Z | + chown build:build /home/build /work |
14 | 2024-11-21T18:21:45.841Z | + chmod 0700 /home/build /work |
15 | 2024-11-21T18:21:45.844Z | process exited: duration 4139 ms, exit code 0 |
|
16 | 2024-11-21T18:21:45.849Z | starting task 1: "rust-toolchain" |
17 | 2024-11-21T18:21:45.854Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-21T18:21:45.854Z | ' 1.81.0 |
19 | 2024-11-21T18:21:45.854Z | * toolchain channel = "1.81.0" |
20 | 2024-11-21T18:21:45.854Z | * toolchain profile = "default" |
21 | 2024-11-21T18:21:45.854Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-21T18:21:45.854Z | ' default |
23 | 2024-11-21T18:21:45.857Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-21T18:21:45.857Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-21T18:21:45.975Z | info: downloading installer |
26 | 2024-11-21T18:21:47.503Z | info: profile set to 'default' |
27 | 2024-11-21T18:21:47.503Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-21T18:21:47.506Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-21T18:21:47.647Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-21T18:21:47.647Z | info: downloading component 'cargo' |
31 | 2024-11-21T18:21:48.378Z | info: downloading component 'clippy' |
32 | 2024-11-21T18:21:48.656Z | info: downloading component 'rust-docs' |
33 | 2024-11-21T18:21:49.677Z | info: downloading component 'rust-std' |
34 | 2024-11-21T18:21:51.258Z | info: downloading component 'rustc' |
35 | 2024-11-21T18:21:56.935Z | info: downloading component 'rustfmt' |
36 | 2024-11-21T18:21:57.150Z | info: installing component 'cargo' |
37 | 2024-11-21T18:21:57.932Z | info: installing component 'clippy' |
38 | 2024-11-21T18:21:58.289Z | info: installing component 'rust-docs' |
39 | 2024-11-21T18:21:59.885Z | info: installing component 'rust-std' |
40 | 2024-11-21T18:22:01.540Z | info: installing component 'rustc' |
41 | 2024-11-21T18:22:07.196Z | info: installing component 'rustfmt' |
42 | 2024-11-21T18:22:07.514Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-21T18:22:07.515Z | |
44 | 2024-11-21T18:22:07.906Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-21T18:22:07.906Z | |
46 | 2024-11-21T18:22:07.930Z | |
47 | 2024-11-21T18:22:07.930Z | Rust is installed now. Great! |
48 | 2024-11-21T18:22:07.930Z | |
49 | 2024-11-21T18:22:07.930Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-21T18:22:07.930Z | environment variable. This has not been done automatically. |
51 | 2024-11-21T18:22:07.930Z | |
52 | 2024-11-21T18:22:07.931Z | To configure your current shell, you need to source |
53 | 2024-11-21T18:22:07.931Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-21T18:22:07.931Z | |
55 | 2024-11-21T18:22:07.931Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-21T18:22:07.931Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-21T18:22:07.931Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-21T18:22:07.989Z | + rustc --version |
59 | 2024-11-21T18:22:08.102Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-21T18:22:08.297Z | process exited: duration 22185 ms, exit code 0 |
|
61 | 2024-11-21T18:22:08.646Z | starting task 2: "authentication" |
62 | 2024-11-21T18:22:08.894Z | process exited: duration 292 ms, exit code 0 |
|
63 | 2024-11-21T18:22:09.127Z | starting task 3: "clone repository" |
64 | 2024-11-21T18:22:09.228Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-21T18:22:09.228Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-21T18:22:10.653Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-21T18:22:16.355Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-21T18:22:16.355Z | + git fetch origin f3652ccf91d260d340a0c0d82c357acec69236a8 |
69 | 2024-11-21T18:22:16.652Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-21T18:22:16.652Z | * branch f3652ccf91d260d340a0c0d82c357acec69236a8 -> FETCH_HEAD |
71 | 2024-11-21T18:22:16.661Z | + [[ -n john/reconfigurator-storage-4 ]] |
72 | 2024-11-21T18:22:16.665Z | ++ git branch --show-current |
73 | 2024-11-21T18:22:16.665Z | + current=main |
74 | 2024-11-21T18:22:16.665Z | + [[ main != john/reconfigurator-storage-4 ]] |
75 | 2024-11-21T18:22:16.665Z | + git branch -f john/reconfigurator-storage-4 f3652ccf91d260d340a0c0d82c357acec69236a8 |
76 | 2024-11-21T18:22:16.670Z | + git checkout -f john/reconfigurator-storage-4 |
77 | 2024-11-21T18:22:16.847Z | Switched to branch 'john/reconfigurator-storage-4' |
78 | 2024-11-21T18:22:16.850Z | + git reset --hard f3652ccf91d260d340a0c0d82c357acec69236a8 |
79 | 2024-11-21T18:22:17.029Z | HEAD is now at f3652ccf9 fix sim sled-agent generation check |
80 | 2024-11-21T18:22:17.053Z | process exited: duration 7990 ms, exit code 0 |
|
81 | 2024-11-21T18:22:17.088Z | starting task 4: "build" |
82 | 2024-11-21T18:22:17.110Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-21T18:22:17.110Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-21T18:22:17.111Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-21T18:22:17.111Z | + cargo --version |
86 | 2024-11-21T18:22:17.143Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-21T18:22:17.164Z | + rustc --version |
88 | 2024-11-21T18:22:17.218Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-21T18:22:17.244Z | + WORK=/work |
90 | 2024-11-21T18:22:17.245Z | + pfexec mkdir -p /work |
91 | 2024-11-21T18:22:17.245Z | + pfexec chown build /work |
92 | 2024-11-21T18:22:17.245Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-21T18:22:37.148Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-21T18:22:40.950Z | Startup: Caching catalogs ... Done |
95 | 2024-11-21T18:22:49.801Z | Planning: Solver setup ... Done (8.087s) |
96 | 2024-11-21T18:22:49.913Z | Planning: Running solver ... Done (0.113s) |
97 | 2024-11-21T18:22:50.092Z | Planning: Finding local manifests ... Done (0.087s) |
98 | 2024-11-21T18:22:50.525Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-21T18:22:52.069Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-21T18:22:52.265Z | Planning: Package planning ... Done (0.196s) |
101 | 2024-11-21T18:22:52.320Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-11-21T18:22:52.988Z | Planning: Checking for conflicting actions ... Done (0.668s) |
103 | 2024-11-21T18:22:57.742Z | Planning: Consolidating action changes ... Done (4.751s) |
104 | 2024-11-21T18:22:58.096Z | Planning: Evaluating mediators ... Done (0.357s) |
105 | 2024-11-21T18:22:58.219Z | Planning: Planning completed in 17.18 seconds |
106 | 2024-11-21T18:22:58.234Z | Packages to install: 4 |
107 | 2024-11-21T18:22:58.234Z | Packages to update: 1 |
108 | 2024-11-21T18:22:58.237Z | Mediators to change: 2 |
109 | 2024-11-21T18:22:58.237Z | Services to change: 1 |
110 | 2024-11-21T18:22:58.237Z | Estimated space available: 155.64 GB |
111 | 2024-11-21T18:22:58.237Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-21T18:22:58.237Z | Create boot environment: No |
113 | 2024-11-21T18:22:58.237Z | Create backup boot environment: Yes |
114 | 2024-11-21T18:22:58.237Z | Rebuild boot archive: No |
115 | 2024-11-21T18:22:58.238Z | |
116 | 2024-11-21T18:22:58.238Z | Changed mediators: |
117 | 2024-11-21T18:22:58.238Z | mediator clang: |
118 | 2024-11-21T18:22:58.238Z | version: None -> 15 (system default) |
119 | 2024-11-21T18:22:58.238Z | |
120 | 2024-11-21T18:22:58.238Z | mediator llvm: |
121 | 2024-11-21T18:22:58.238Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-21T18:22:58.238Z | |
123 | 2024-11-21T18:22:58.238Z | Changed packages: |
124 | 2024-11-21T18:22:58.238Z | helios-dev |
125 | 2024-11-21T18:22:58.238Z | developer/build-essential |
126 | 2024-11-21T18:22:58.238Z | None -> 11-2.0 |
127 | 2024-11-21T18:22:58.238Z | library/libxmlsec1 |
128 | 2024-11-21T18:22:58.238Z | None -> 1.2.35-2.0 |
129 | 2024-11-21T18:22:58.238Z | ooce/developer/clang-15 |
130 | 2024-11-21T18:22:58.238Z | None -> 15.0.7-2.0 |
131 | 2024-11-21T18:22:58.238Z | ooce/developer/llvm-15 |
132 | 2024-11-21T18:22:58.238Z | None -> 15.0.7-2.0 |
133 | 2024-11-21T18:22:58.238Z | package/pkg |
134 | 2024-11-21T18:22:58.238Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-21T18:22:58.238Z | |
136 | 2024-11-21T18:22:58.238Z | Services: |
137 | 2024-11-21T18:22:58.238Z | restart_fmri: |
138 | 2024-11-21T18:22:58.238Z | svc:/system/update-man-index:default |
139 | 2024-11-21T18:22:58.238Z | |
140 | 2024-11-21T18:22:58.238Z | Editable files to change: |
141 | 2024-11-21T18:22:58.238Z | Update: |
142 | 2024-11-21T18:22:58.238Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-21T18:22:58.421Z | |
144 | 2024-11-21T18:22:58.421Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-21T18:23:03.439Z | Download: 725/4281 items 18.1/220.6MB 8% complete (3.8M/s) |
146 | 2024-11-21T18:23:08.423Z | Download: 1353/4281 items 109.6/220.6MB 49% complete (10.9M/s) |
147 | 2024-11-21T18:23:13.432Z | Download: 3187/4281 items 170.2/220.6MB 77% complete (15.1M/s) |
148 | 2024-11-21T18:23:18.423Z | Download: 4281/4281 items 220.6/220.6MB 100% complete (11.1M/s) |
149 | 2024-11-21T18:23:18.441Z | Download: Completed 220.60 MB in 20.02 seconds (11.0M/s) |
150 | 2024-11-21T18:23:20.718Z | Actions: 1/5063 actions (Removing old actions) |
151 | 2024-11-21T18:23:20.734Z | Actions: 194/5063 actions (Installing new actions) |
152 | 2024-11-21T18:23:25.738Z | Actions: 4124/5063 actions (Installing new actions) |
153 | 2024-11-21T18:23:25.898Z | Actions: 4226/5063 actions (Updating modified actions) |
154 | 2024-11-21T18:23:26.220Z | Actions: Completed 5063 actions in 5.50 seconds. |
155 | 2024-11-21T18:23:26.441Z | Done (0.213s) |
156 | 2024-11-21T18:23:26.443Z | Done (0.000s) |
157 | 2024-11-21T18:23:26.974Z | Done (0.532s) |
158 | 2024-11-21T18:23:32.677Z | Done (5.487s) |
159 | 2024-11-21T18:23:32.964Z | Done (0.218s) |
160 | 2024-11-21T18:23:32.967Z | Done (0.000s) |
161 | 2024-11-21T18:23:33.150Z | Done (0.000s) |
162 | 2024-11-21T18:23:33.826Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-11-21T18:23:33.990Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-11-21T18:23:33.993Z | Planning: Consolidating action changes ... Done |
165 | 2024-11-21T18:23:34.260Z | Planning: Evaluating mediators ... Done |
166 | 2024-11-21T18:23:34.264Z | Planning: Planning completed in 0.44 seconds |
167 | 2024-11-21T18:23:34.298Z | Mediators to change: 2 |
168 | 2024-11-21T18:23:34.298Z | Create boot environment: No |
169 | 2024-11-21T18:23:34.301Z | Create backup boot environment: No |
170 | 2024-11-21T18:23:34.376Z | Done |
171 | 2024-11-21T18:23:34.376Z | Done |
172 | 2024-11-21T18:23:34.731Z | Done |
173 | 2024-11-21T18:23:38.364Z | Done |
174 | 2024-11-21T18:23:38.455Z | Done |
175 | 2024-11-21T18:23:38.457Z | Done |
176 | 2024-11-21T18:23:38.605Z | Done |
177 | 2024-11-21T18:23:39.230Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-11-21T18:23:39.234Z | Planning: Merging actions ... Done |
179 | 2024-11-21T18:23:39.425Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-11-21T18:23:39.428Z | Planning: Consolidating action changes ... Done |
181 | 2024-11-21T18:23:39.696Z | Planning: Evaluating mediators ... Done |
182 | 2024-11-21T18:23:39.751Z | Planning: Planning completed in 0.77 seconds |
183 | 2024-11-21T18:23:39.791Z | Packages to change: 1 |
184 | 2024-11-21T18:23:39.791Z | Mediators to change: 1 |
185 | 2024-11-21T18:23:39.793Z | Services to change: 1 |
186 | 2024-11-21T18:23:39.793Z | Create boot environment: No |
187 | 2024-11-21T18:23:39.793Z | Create backup boot environment: Yes |
188 | 2024-11-21T18:23:41.893Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-11-21T18:23:41.927Z | Actions: Completed 6 actions in 0.04 seconds. |
190 | 2024-11-21T18:23:41.930Z | Done |
191 | 2024-11-21T18:23:41.930Z | Done |
192 | 2024-11-21T18:23:42.038Z | Done |
193 | 2024-11-21T18:23:45.664Z | Done |
194 | 2024-11-21T18:23:45.757Z | Done |
195 | 2024-11-21T18:23:45.760Z | Done |
196 | 2024-11-21T18:23:45.921Z | Done |
197 | 2024-11-21T18:23:46.358Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-11-21T18:23:46.358Z | clang system 15 system |
199 | 2024-11-21T18:23:46.358Z | csh system system illumos |
200 | 2024-11-21T18:23:46.358Z | ctags system system illumos |
201 | 2024-11-21T18:23:46.358Z | gcc vendor 12 vendor |
202 | 2024-11-21T18:23:46.358Z | gcc system 10 system |
203 | 2024-11-21T18:23:46.358Z | gcc system 7 system |
204 | 2024-11-21T18:23:46.358Z | go system 1.20 system |
205 | 2024-11-21T18:23:46.358Z | go system 1.19 system |
206 | 2024-11-21T18:23:46.359Z | llvm system 15 system |
207 | 2024-11-21T18:23:46.359Z | llvm system 14 system |
208 | 2024-11-21T18:23:46.359Z | mariadb system 10.6 system |
209 | 2024-11-21T18:23:46.359Z | mta vendor vendor dma |
210 | 2024-11-21T18:23:46.359Z | openjdk system 17 system |
211 | 2024-11-21T18:23:46.359Z | openjdk system 11 system |
212 | 2024-11-21T18:23:46.359Z | openjdk system 1.8 system |
213 | 2024-11-21T18:23:46.359Z | openssl vendor 3 vendor |
214 | 2024-11-21T18:23:46.359Z | perl system 5.36 system |
215 | 2024-11-21T18:23:46.359Z | postgresql system 15 system |
216 | 2024-11-21T18:23:46.359Z | postgresql system 13 system |
217 | 2024-11-21T18:23:46.359Z | python vendor 3 vendor |
218 | 2024-11-21T18:23:46.359Z | python system 2 system |
219 | 2024-11-21T18:23:46.359Z | python3 system 3.11 system |
220 | 2024-11-21T18:23:46.359Z | ruby system 3.0 system |
221 | 2024-11-21T18:23:46.359Z | words vendor vendor american-english |
222 | 2024-11-21T18:23:46.359Z | words system system australian-english |
223 | 2024-11-21T18:23:46.359Z | words system system british-english |
224 | 2024-11-21T18:23:46.359Z | words system system canadian-english |
225 | 2024-11-21T18:23:46.360Z | words system system french |
226 | 2024-11-21T18:23:46.360Z | words system system italian |
227 | 2024-11-21T18:23:46.360Z | words system system ngerman |
228 | 2024-11-21T18:23:46.360Z | words system system ogerman |
229 | 2024-11-21T18:23:46.360Z | words system system spanish |
230 | 2024-11-21T18:23:46.689Z | PUBLISHER TYPE STATUS P LOCATION |
231 | 2024-11-21T18:23:46.689Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
232 | 2024-11-21T18:23:49.209Z | FMRI IFO |
233 | 2024-11-21T18:23:49.209Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-11-21T18:23:49.209Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-11-21T18:23:49.209Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-11-21T18:23:49.209Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-11-21T18:23:49.209Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
238 | 2024-11-21T18:23:49.209Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2024-11-21T18:23:49.209Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
240 | 2024-11-21T18:23:49.209Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
241 | 2024-11-21T18:23:49.209Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
242 | 2024-11-21T18:23:49.210Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
243 | 2024-11-21T18:23:49.210Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
244 | 2024-11-21T18:23:49.210Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
245 | 2024-11-21T18:23:49.210Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
246 | 2024-11-21T18:23:49.210Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
247 | 2024-11-21T18:23:49.210Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
248 | 2024-11-21T18:23:50.053Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
249 | 2024-11-21T18:23:50.232Z | Updating crates.io index |
250 | 2024-11-21T18:23:50.296Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
251 | 2024-11-21T18:23:51.155Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
252 | 2024-11-21T18:23:51.407Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
253 | 2024-11-21T18:23:51.658Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
254 | 2024-11-21T18:23:51.933Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
255 | 2024-11-21T18:23:52.826Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
256 | 2024-11-21T18:23:55.281Z | Updating git repository `https://github.com/oxidecomputer/opte` |
257 | 2024-11-21T18:23:56.386Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
258 | 2024-11-21T18:23:57.195Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
259 | 2024-11-21T18:23:57.496Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
260 | 2024-11-21T18:23:57.773Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
261 | 2024-11-21T18:23:58.464Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
262 | 2024-11-21T18:23:58.870Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
263 | 2024-11-21T18:23:59.223Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
264 | 2024-11-21T18:23:59.595Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
265 | 2024-11-21T18:23:59.864Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
266 | 2024-11-21T18:24:00.111Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
267 | 2024-11-21T18:24:00.431Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
268 | 2024-11-21T18:24:00.815Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
269 | 2024-11-21T18:24:01.279Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
270 | 2024-11-21T18:24:01.531Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
271 | 2024-11-21T18:24:02.018Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
272 | 2024-11-21T18:24:02.255Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
273 | 2024-11-21T18:24:03.034Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
274 | 2024-11-21T18:24:03.428Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
275 | 2024-11-21T18:24:03.931Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
276 | 2024-11-21T18:24:04.282Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
277 | 2024-11-21T18:24:04.550Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
278 | 2024-11-21T18:24:04.836Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
279 | 2024-11-21T18:24:06.137Z | Downloading crates ... |
280 | 2024-11-21T18:24:06.199Z | Downloaded dtrace-parser v0.2.0 |
281 | 2024-11-21T18:24:06.202Z | Downloaded anstream v0.6.15 |
282 | 2024-11-21T18:24:06.210Z | Downloaded cargo_toml v0.20.5 |
283 | 2024-11-21T18:24:06.212Z | Downloaded unicode-linebreak v0.1.5 |
284 | 2024-11-21T18:24:06.222Z | Downloaded once_cell v1.20.2 |
285 | 2024-11-21T18:24:06.230Z | Downloaded toml v0.8.19 |
286 | 2024-11-21T18:24:06.243Z | Downloaded hashbrown v0.15.0 |
287 | 2024-11-21T18:24:06.248Z | Downloaded tabled v0.15.0 |
288 | 2024-11-21T18:24:06.262Z | Downloaded cargo_metadata v0.18.1 |
289 | 2024-11-21T18:24:06.264Z | Downloaded cfg-if v1.0.0 |
290 | 2024-11-21T18:24:06.268Z | Downloaded bytecount v0.6.8 |
291 | 2024-11-21T18:24:06.268Z | Downloaded block-buffer v0.10.4 |
292 | 2024-11-21T18:24:06.268Z | Downloaded anyhow v1.0.93 |
293 | 2024-11-21T18:24:06.270Z | Downloaded anstyle-parse v0.2.5 |
294 | 2024-11-21T18:24:06.273Z | Downloaded bitflags v2.6.0 |
295 | 2024-11-21T18:24:06.275Z | Downloaded cargo-platform v0.1.8 |
296 | 2024-11-21T18:24:06.277Z | Downloaded autocfg v1.4.0 |
297 | 2024-11-21T18:24:06.279Z | Downloaded anstyle v1.0.10 |
298 | 2024-11-21T18:24:06.279Z | Downloaded camino-tempfile v1.1.1 |
299 | 2024-11-21T18:24:06.283Z | Downloaded clap_builder v4.5.21 |
300 | 2024-11-21T18:24:06.291Z | Downloaded digest v0.10.7 |
301 | 2024-11-21T18:24:06.293Z | Downloaded camino v1.1.9 |
302 | 2024-11-21T18:24:06.293Z | Downloaded dof v0.3.0 |
303 | 2024-11-21T18:24:06.293Z | Downloaded byteorder v1.5.0 |
304 | 2024-11-21T18:24:06.295Z | Downloaded crypto-common v0.1.6 |
305 | 2024-11-21T18:24:06.295Z | Downloaded cpufeatures v0.2.14 |
306 | 2024-11-21T18:24:06.295Z | Downloaded clap_lex v0.7.2 |
307 | 2024-11-21T18:24:06.298Z | Downloaded clap_derive v4.5.18 |
308 | 2024-11-21T18:24:06.300Z | Downloaded equivalent v1.0.1 |
309 | 2024-11-21T18:24:06.300Z | Downloaded clap v4.5.21 |
310 | 2024-11-21T18:24:06.307Z | Downloaded colorchoice v1.0.2 |
311 | 2024-11-21T18:24:06.311Z | Downloaded anstyle-query v1.1.1 |
312 | 2024-11-21T18:24:06.314Z | Downloaded fastrand v2.1.1 |
313 | 2024-11-21T18:24:06.317Z | Downloaded is_terminal_polyfill v1.70.1 |
314 | 2024-11-21T18:24:06.320Z | Downloaded generic-array v0.14.7 |
315 | 2024-11-21T18:24:06.320Z | Downloaded fnv v1.0.7 |
316 | 2024-11-21T18:24:06.323Z | Downloaded errno v0.3.9 |
317 | 2024-11-21T18:24:06.323Z | Downloaded scroll_derive v0.12.0 |
318 | 2024-11-21T18:24:06.332Z | Downloaded usdt-attr-macro v0.5.0 |
319 | 2024-11-21T18:24:06.334Z | Downloaded pretty-hex v0.4.1 |
320 | 2024-11-21T18:24:06.339Z | Downloaded usdt-macro v0.5.0 |
321 | 2024-11-21T18:24:06.341Z | Downloaded swrite v0.1.0 |
322 | 2024-11-21T18:24:06.341Z | Downloaded proc-macro-error-attr v1.0.4 |
323 | 2024-11-21T18:24:06.344Z | Downloaded memmap v0.7.0 |
324 | 2024-11-21T18:24:06.344Z | Downloaded itoa v1.0.11 |
325 | 2024-11-21T18:24:06.346Z | Downloaded serde_tokenstream v0.2.2 |
326 | 2024-11-21T18:24:06.346Z | Downloaded fs-err v2.11.0 |
327 | 2024-11-21T18:24:06.348Z | Downloaded macaddr v1.0.1 |
328 | 2024-11-21T18:24:06.348Z | Downloaded heck v0.4.1 |
329 | 2024-11-21T18:24:06.353Z | Downloaded indexmap v2.6.0 |
330 | 2024-11-21T18:24:06.359Z | Downloaded terminal_size v0.4.0 |
331 | 2024-11-21T18:24:06.361Z | Downloaded smawk v0.3.2 |
332 | 2024-11-21T18:24:06.363Z | Downloaded toml_datetime v0.6.8 |
333 | 2024-11-21T18:24:06.363Z | Downloaded heck v0.5.0 |
334 | 2024-11-21T18:24:06.368Z | Downloaded thiserror-impl v1.0.69 |
335 | 2024-11-21T18:24:06.370Z | Downloaded plain v0.2.3 |
336 | 2024-11-21T18:24:06.373Z | Downloaded version_check v0.9.5 |
337 | 2024-11-21T18:24:06.373Z | Downloaded usdt v0.5.0 |
338 | 2024-11-21T18:24:06.375Z | Downloaded utf8parse v0.2.2 |
339 | 2024-11-21T18:24:06.377Z | Downloaded quote v1.0.37 |
340 | 2024-11-21T18:24:06.379Z | Downloaded thread-id v4.2.2 |
341 | 2024-11-21T18:24:06.383Z | Downloaded thiserror v1.0.69 |
342 | 2024-11-21T18:24:06.386Z | Downloaded strsim v0.11.1 |
343 | 2024-11-21T18:24:06.388Z | Downloaded pest_generator v2.7.14 |
344 | 2024-11-21T18:24:06.388Z | Downloaded pest_derive v2.7.14 |
345 | 2024-11-21T18:24:06.391Z | Downloaded tabled_derive v0.7.0 |
346 | 2024-11-21T18:24:06.391Z | Downloaded serde_spanned v0.6.8 |
347 | 2024-11-21T18:24:06.393Z | Downloaded semver v1.0.23 |
348 | 2024-11-21T18:24:06.396Z | Downloaded proc-macro-error v1.0.4 |
349 | 2024-11-21T18:24:06.398Z | Downloaded log v0.4.22 |
350 | 2024-11-21T18:24:06.398Z | Downloaded scroll v0.12.0 |
351 | 2024-11-21T18:24:06.401Z | Downloaded sha2 v0.10.8 |
352 | 2024-11-21T18:24:06.405Z | Downloaded zerocopy-derive v0.7.35 |
353 | 2024-11-21T18:24:06.420Z | Downloaded tempfile v3.13.0 |
354 | 2024-11-21T18:24:06.420Z | Downloaded usdt-impl v0.5.0 |
355 | 2024-11-21T18:24:06.421Z | Downloaded pest_meta v2.7.14 |
356 | 2024-11-21T18:24:06.421Z | Downloaded ryu v1.0.18 |
357 | 2024-11-21T18:24:06.423Z | Downloaded proc-macro2 v1.0.89 |
358 | 2024-11-21T18:24:06.425Z | Downloaded typenum v1.17.0 |
359 | 2024-11-21T18:24:06.427Z | Downloaded textwrap v0.16.1 |
360 | 2024-11-21T18:24:06.429Z | Downloaded unicode-ident v1.0.13 |
361 | 2024-11-21T18:24:06.431Z | Downloaded ucd-trie v0.1.7 |
362 | 2024-11-21T18:24:06.436Z | Downloaded papergrid v0.11.0 |
363 | 2024-11-21T18:24:06.454Z | Downloaded serde_derive v1.0.215 |
364 | 2024-11-21T18:24:06.456Z | Downloaded serde v1.0.215 |
365 | 2024-11-21T18:24:06.464Z | Downloaded memchr v2.7.4 |
366 | 2024-11-21T18:24:06.487Z | Downloaded toml_edit v0.22.22 |
367 | 2024-11-21T18:24:06.516Z | Downloaded pest v2.7.14 |
368 | 2024-11-21T18:24:06.525Z | Downloaded serde_json v1.0.132 |
369 | 2024-11-21T18:24:06.531Z | Downloaded zerocopy v0.7.35 |
370 | 2024-11-21T18:24:06.546Z | Downloaded winnow v0.6.20 |
371 | 2024-11-21T18:24:06.553Z | Downloaded goblin v0.8.2 |
372 | 2024-11-21T18:24:06.587Z | Downloaded unicode-width v0.1.14 |
373 | 2024-11-21T18:24:06.593Z | Downloaded syn v2.0.87 |
374 | 2024-11-21T18:24:06.602Z | Downloaded syn v1.0.109 |
375 | 2024-11-21T18:24:06.612Z | Downloaded rustix v0.38.37 |
376 | 2024-11-21T18:24:06.650Z | Downloaded libc v0.2.162 |
377 | 2024-11-21T18:24:06.958Z | Compiling proc-macro2 v1.0.89 |
378 | 2024-11-21T18:24:06.958Z | Compiling unicode-ident v1.0.13 |
379 | 2024-11-21T18:24:06.958Z | Compiling serde v1.0.215 |
380 | 2024-11-21T18:24:06.960Z | Compiling version_check v0.9.5 |
381 | 2024-11-21T18:24:06.960Z | Compiling thiserror v1.0.69 |
382 | 2024-11-21T18:24:06.960Z | Compiling memchr v2.7.4 |
383 | 2024-11-21T18:24:06.960Z | Compiling libc v0.2.162 |
384 | 2024-11-21T18:24:06.960Z | Compiling ryu v1.0.18 |
385 | 2024-11-21T18:24:07.228Z | Compiling itoa v1.0.11 |
386 | 2024-11-21T18:24:07.463Z | Compiling ucd-trie v0.1.7 |
387 | 2024-11-21T18:24:07.486Z | Compiling once_cell v1.20.2 |
388 | 2024-11-21T18:24:07.823Z | Compiling byteorder v1.5.0 |
389 | 2024-11-21T18:24:07.948Z | Compiling serde_json v1.0.132 |
390 | 2024-11-21T18:24:08.208Z | Compiling rustix v0.38.37 |
391 | 2024-11-21T18:24:08.426Z | Compiling bitflags v2.6.0 |
392 | 2024-11-21T18:24:08.453Z | Compiling usdt-impl v0.5.0 |
393 | 2024-11-21T18:24:08.556Z | Compiling proc-macro-error-attr v1.0.4 |
394 | 2024-11-21T18:24:08.784Z | Compiling syn v1.0.109 |
395 | 2024-11-21T18:24:08.841Z | Compiling proc-macro-error v1.0.4 |
396 | 2024-11-21T18:24:08.908Z | Compiling log v0.4.22 |
397 | 2024-11-21T18:24:08.962Z | Compiling plain v0.2.3 |
398 | 2024-11-21T18:24:09.065Z | Compiling hashbrown v0.15.0 |
399 | 2024-11-21T18:24:09.129Z | Compiling equivalent v1.0.1 |
400 | 2024-11-21T18:24:09.155Z | Compiling utf8parse v0.2.2 |
401 | 2024-11-21T18:24:09.258Z | Compiling camino v1.1.9 |
402 | 2024-11-21T18:24:09.324Z | Compiling anstyle-parse v0.2.5 |
403 | 2024-11-21T18:24:09.538Z | Compiling quote v1.0.37 |
404 | 2024-11-21T18:24:09.650Z | Compiling errno v0.3.9 |
405 | 2024-11-21T18:24:09.775Z | Compiling thread-id v4.2.2 |
406 | 2024-11-21T18:24:09.869Z | Compiling colorchoice v1.0.2 |
407 | 2024-11-21T18:24:09.920Z | Compiling syn v2.0.87 |
408 | 2024-11-21T18:24:09.972Z | Compiling autocfg v1.4.0 |
409 | 2024-11-21T18:24:10.033Z | Compiling pretty-hex v0.4.1 |
410 | 2024-11-21T18:24:10.254Z | Compiling indexmap v2.6.0 |
411 | 2024-11-21T18:24:10.281Z | Compiling anstyle-query v1.1.1 |
412 | 2024-11-21T18:24:10.307Z | Compiling winnow v0.6.20 |
413 | 2024-11-21T18:24:10.459Z | Compiling unicode-width v0.1.14 |
414 | 2024-11-21T18:24:11.058Z | Compiling anstyle v1.0.10 |
415 | 2024-11-21T18:24:11.229Z | Compiling is_terminal_polyfill v1.70.1 |
416 | 2024-11-21T18:24:11.374Z | Compiling semver v1.0.23 |
417 | 2024-11-21T18:24:11.534Z | Compiling anstream v0.6.15 |
418 | 2024-11-21T18:24:11.561Z | Compiling fs-err v2.11.0 |
419 | 2024-11-21T18:24:11.860Z | Compiling fnv v1.0.7 |
420 | 2024-11-21T18:24:11.975Z | Compiling clap_lex v0.7.2 |
421 | 2024-11-21T18:24:12.002Z | Compiling cfg-if v1.0.0 |
422 | 2024-11-21T18:24:12.030Z | Compiling terminal_size v0.4.0 |
423 | 2024-11-21T18:24:12.258Z | Compiling fastrand v2.1.1 |
424 | 2024-11-21T18:24:12.307Z | Compiling strsim v0.11.1 |
425 | 2024-11-21T18:24:12.518Z | Compiling anyhow v1.0.93 |
426 | 2024-11-21T18:24:12.554Z | Compiling heck v0.4.1 |
427 | 2024-11-21T18:24:12.849Z | Compiling heck v0.5.0 |
428 | 2024-11-21T18:24:13.057Z | Compiling bytecount v0.6.8 |
429 | 2024-11-21T18:24:13.232Z | Compiling papergrid v0.11.0 |
430 | 2024-11-21T18:24:13.282Z | Compiling clap_builder v4.5.21 |
431 | 2024-11-21T18:24:13.366Z | Compiling tempfile v3.13.0 |
432 | 2024-11-21T18:24:13.563Z | Compiling memmap v0.7.0 |
433 | 2024-11-21T18:24:13.682Z | Compiling smawk v0.3.2 |
434 | 2024-11-21T18:24:13.911Z | Compiling unicode-linebreak v0.1.5 |
435 | 2024-11-21T18:24:14.294Z | Compiling textwrap v0.16.1 |
436 | 2024-11-21T18:24:14.393Z | Compiling swrite v0.1.0 |
437 | 2024-11-21T18:24:15.558Z | Compiling tabled_derive v0.7.0 |
438 | 2024-11-21T18:24:17.029Z | Compiling tabled v0.15.0 |
439 | 2024-11-21T18:24:18.999Z | Compiling serde_derive v1.0.215 |
440 | 2024-11-21T18:24:18.999Z | Compiling thiserror-impl v1.0.69 |
441 | 2024-11-21T18:24:19.002Z | Compiling zerocopy-derive v0.7.35 |
442 | 2024-11-21T18:24:19.002Z | Compiling scroll_derive v0.12.0 |
443 | 2024-11-21T18:24:19.002Z | Compiling clap_derive v4.5.18 |
444 | 2024-11-21T18:24:20.369Z | Compiling scroll v0.12.0 |
445 | 2024-11-21T18:24:20.824Z | Compiling zerocopy v0.7.35 |
446 | 2024-11-21T18:24:20.946Z | Compiling goblin v0.8.2 |
447 | 2024-11-21T18:24:21.761Z | Compiling pest v2.7.14 |
448 | 2024-11-21T18:24:22.965Z | Compiling clap v4.5.21 |
449 | 2024-11-21T18:24:23.830Z | Compiling pest_meta v2.7.14 |
450 | 2024-11-21T18:24:24.691Z | Compiling pest_generator v2.7.14 |
451 | 2024-11-21T18:24:26.567Z | Compiling pest_derive v2.7.14 |
452 | 2024-11-21T18:24:27.265Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-11-21T18:24:29.121Z | Compiling toml_datetime v0.6.8 |
454 | 2024-11-21T18:24:29.121Z | Compiling serde_spanned v0.6.8 |
455 | 2024-11-21T18:24:29.124Z | Compiling cargo-platform v0.1.8 |
456 | 2024-11-21T18:24:29.514Z | Compiling serde_tokenstream v0.2.2 |
457 | 2024-11-21T18:24:29.549Z | Compiling toml_edit v0.22.22 |
458 | 2024-11-21T18:24:29.653Z | Compiling macaddr v1.0.1 |
459 | 2024-11-21T18:24:29.866Z | Compiling camino-tempfile v1.1.1 |
460 | 2024-11-21T18:24:30.625Z | Compiling dof v0.3.0 |
461 | 2024-11-21T18:24:30.625Z | Compiling cargo_metadata v0.18.1 |
462 | 2024-11-21T18:24:32.326Z | Compiling toml v0.8.19 |
463 | 2024-11-21T18:24:32.719Z | Compiling usdt-attr-macro v0.5.0 |
464 | 2024-11-21T18:24:32.884Z | Compiling usdt-macro v0.5.0 |
465 | 2024-11-21T18:24:33.137Z | Compiling cargo_toml v0.20.5 |
466 | 2024-11-21T18:24:34.223Z | Compiling usdt v0.5.0 |
467 | 2024-11-21T18:24:36.770Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
468 | 2024-11-21T18:24:40.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.20s |
469 | 2024-11-21T18:24:41.194Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
470 | 2024-11-21T18:24:41.747Z | Downloading crates ... |
471 | 2024-11-21T18:24:41.881Z | Downloaded aws-lc-rs v1.10.0 |
472 | 2024-11-21T18:24:41.905Z | Downloaded hickory-server v0.24.1 |
473 | 2024-11-21T18:24:41.914Z | Downloaded async-trait v0.1.83 |
474 | 2024-11-21T18:24:41.917Z | Downloaded atomic-waker v1.1.2 |
475 | 2024-11-21T18:24:41.920Z | Downloaded array-init v0.0.4 |
476 | 2024-11-21T18:24:41.920Z | Downloaded allocator-api2 v0.2.18 |
477 | 2024-11-21T18:24:41.923Z | Downloaded addr2line v0.24.2 |
478 | 2024-11-21T18:24:41.925Z | Downloaded async-bb8-diesel v0.2.1 |
479 | 2024-11-21T18:24:41.928Z | Downloaded argon2 v0.5.3 |
480 | 2024-11-21T18:24:41.930Z | Downloaded adler2 v2.0.0 |
481 | 2024-11-21T18:24:41.933Z | Downloaded ascii-canvas v3.0.0 |
482 | 2024-11-21T18:24:41.933Z | Downloaded atty v0.2.14 |
483 | 2024-11-21T18:24:41.936Z | Downloaded ahash v0.8.11 |
484 | 2024-11-21T18:24:41.938Z | Downloaded darling v0.20.10 |
485 | 2024-11-21T18:24:41.942Z | Downloaded heck v0.3.3 |
486 | 2024-11-21T18:24:41.944Z | Downloaded heapless v0.8.0 |
487 | 2024-11-21T18:24:41.951Z | Downloaded aho-corasick v1.1.3 |
488 | 2024-11-21T18:24:41.957Z | Downloaded hex-literal v0.4.1 |
489 | 2024-11-21T18:24:41.960Z | Downloaded hex v0.4.3 |
490 | 2024-11-21T18:24:41.962Z | Downloaded assert_matches v1.5.0 |
491 | 2024-11-21T18:24:41.962Z | Downloaded atomicwrites v0.4.4 |
492 | 2024-11-21T18:24:41.965Z | Downloaded async-stream-impl v0.3.6 |
493 | 2024-11-21T18:24:41.965Z | Downloaded hickory-resolver v0.24.1 |
494 | 2024-11-21T18:24:41.969Z | Downloaded http-body v1.0.1 |
495 | 2024-11-21T18:24:41.972Z | Downloaded arrayref v0.3.9 |
496 | 2024-11-21T18:24:41.972Z | Downloaded arc-swap v1.7.1 |
497 | 2024-11-21T18:24:41.976Z | Downloaded arrayvec v0.7.6 |
498 | 2024-11-21T18:24:41.979Z | Downloaded heapless v0.7.17 |
499 | 2024-11-21T18:24:41.983Z | Downloaded home v0.5.9 |
500 | 2024-11-21T18:24:41.986Z | Downloaded highway v1.2.0 |
501 | 2024-11-21T18:24:41.988Z | Downloaded headers-core v0.3.0 |
502 | 2024-11-21T18:24:41.988Z | Downloaded aes v0.8.4 |
503 | 2024-11-21T18:24:41.999Z | Downloaded crunchy v0.2.2 |
504 | 2024-11-21T18:24:42.005Z | Downloaded async-stream v0.3.6 |
505 | 2024-11-21T18:24:42.008Z | Downloaded hkdf v0.12.4 |
506 | 2024-11-21T18:24:42.014Z | Downloaded crucible-workspace-hack v0.1.0 |
507 | 2024-11-21T18:24:42.016Z | Downloaded http-body-util v0.1.2 |
508 | 2024-11-21T18:24:42.018Z | Downloaded hostname v0.4.0 |
509 | 2024-11-21T18:24:42.022Z | Downloaded hostname v0.3.1 |
510 | 2024-11-21T18:24:42.024Z | Downloaded ciborium-io v0.2.2 |
511 | 2024-11-21T18:24:42.024Z | Downloaded cfg_aliases v0.1.1 |
512 | 2024-11-21T18:24:42.024Z | Downloaded crc v3.2.1 |
513 | 2024-11-21T18:24:42.027Z | Downloaded httparse v1.9.5 |
514 | 2024-11-21T18:24:42.029Z | Downloaded hmac v0.12.1 |
515 | 2024-11-21T18:24:42.032Z | Downloaded hickory-proto v0.24.1 |
516 | 2024-11-21T18:24:42.049Z | Downloaded instant v0.1.13 |
517 | 2024-11-21T18:24:42.052Z | Downloaded hubpack_derive v0.1.1 |
518 | 2024-11-21T18:24:42.054Z | Downloaded cmake v0.1.51 |
519 | 2024-11-21T18:24:42.054Z | Downloaded icu_provider_macros v1.5.0 |
520 | 2024-11-21T18:24:42.059Z | Downloaded cbc v0.1.2 |
521 | 2024-11-21T18:24:42.059Z | Downloaded base16ct v0.2.0 |
522 | 2024-11-21T18:24:42.062Z | Downloaded cassowary v0.3.0 |
523 | 2024-11-21T18:24:42.062Z | Downloaded impl-trait-for-tuples v0.2.2 |
524 | 2024-11-21T18:24:42.065Z | Downloaded buf-list v1.0.3 |
525 | 2024-11-21T18:24:42.067Z | Downloaded blowfish v0.9.1 |
526 | 2024-11-21T18:24:42.067Z | Downloaded block-padding v0.3.3 |
527 | 2024-11-21T18:24:42.069Z | Downloaded bitfield-struct v0.6.2 |
528 | 2024-11-21T18:24:42.069Z | Downloaded bitfield v0.14.0 |
529 | 2024-11-21T18:24:42.074Z | Downloaded is_ci v1.2.0 |
530 | 2024-11-21T18:24:42.074Z | Downloaded http-range v0.1.5 |
531 | 2024-11-21T18:24:42.077Z | Downloaded bit-vec v0.6.3 |
532 | 2024-11-21T18:24:42.077Z | Downloaded constant_time_eq v0.3.1 |
533 | 2024-11-21T18:24:42.079Z | Downloaded ctr v0.9.2 |
534 | 2024-11-21T18:24:42.079Z | Downloaded chrono-tz-build v0.4.0 |
535 | 2024-11-21T18:24:42.083Z | Downloaded castaway v0.2.3 |
536 | 2024-11-21T18:24:42.083Z | Downloaded matches v0.1.10 |
537 | 2024-11-21T18:24:42.086Z | Downloaded hyper-tls v0.6.0 |
538 | 2024-11-21T18:24:42.086Z | Downloaded hubpack v0.1.2 |
539 | 2024-11-21T18:24:42.088Z | Downloaded crc-catalog v2.4.0 |
540 | 2024-11-21T18:24:42.088Z | Downloaded cipher v0.4.4 |
541 | 2024-11-21T18:24:42.092Z | Downloaded cexpr v0.6.0 |
542 | 2024-11-21T18:24:42.096Z | Downloaded cstr-argument v0.1.2 |
543 | 2024-11-21T18:24:42.096Z | Downloaded inout v0.1.3 |
544 | 2024-11-21T18:24:42.096Z | Downloaded crossbeam-deque v0.8.5 |
545 | 2024-11-21T18:24:42.099Z | Downloaded chacha20 v0.9.1 |
546 | 2024-11-21T18:24:42.099Z | Downloaded convert_case v0.4.0 |
547 | 2024-11-21T18:24:42.101Z | Downloaded idna_adapter v1.2.0 |
548 | 2024-11-21T18:24:42.101Z | Downloaded httpdate v1.0.3 |
549 | 2024-11-21T18:24:42.104Z | Downloaded lalrpop-util v0.19.12 |
550 | 2024-11-21T18:24:42.104Z | Downloaded bzip2 v0.4.4 |
551 | 2024-11-21T18:24:42.107Z | Downloaded base64ct v1.6.0 |
552 | 2024-11-21T18:24:42.111Z | Downloaded backoff v0.4.0 |
553 | 2024-11-21T18:24:42.111Z | Downloaded bit-set v0.5.3 |
554 | 2024-11-21T18:24:42.113Z | Downloaded instability v0.3.2 |
555 | 2024-11-21T18:24:42.116Z | Downloaded managed v0.8.0 |
556 | 2024-11-21T18:24:42.116Z | Downloaded blake2 v0.10.6 |
557 | 2024-11-21T18:24:42.118Z | Downloaded console v0.15.8 |
558 | 2024-11-21T18:24:42.121Z | Downloaded indent_write v2.2.0 |
559 | 2024-11-21T18:24:42.124Z | Downloaded time-core v0.1.2 |
560 | 2024-11-21T18:24:42.124Z | Downloaded quinn-udp v0.5.5 |
561 | 2024-11-21T18:24:42.126Z | Downloaded libefi-sys v0.1.0 |
562 | 2024-11-21T18:24:42.129Z | Downloaded lazy_static v1.5.0 |
563 | 2024-11-21T18:24:42.129Z | Downloaded is-terminal v0.4.13 |
564 | 2024-11-21T18:24:42.131Z | Downloaded http v1.1.0 |
565 | 2024-11-21T18:24:42.134Z | Downloaded rustfmt-wrapper v0.2.1 |
566 | 2024-11-21T18:24:42.138Z | Downloaded rustc_version v0.4.1 |
567 | 2024-11-21T18:24:42.141Z | Downloaded ref-cast-impl v1.0.23 |
568 | 2024-11-21T18:24:42.141Z | Downloaded r2d2 v0.8.10 |
569 | 2024-11-21T18:24:42.141Z | Downloaded const_format_proc_macros v0.2.33 |
570 | 2024-11-21T18:24:42.143Z | Downloaded md5 v0.7.0 |
571 | 2024-11-21T18:24:42.145Z | Downloaded linked-hash-map v0.5.6 |
572 | 2024-11-21T18:24:42.148Z | Downloaded lru-cache v0.1.2 |
573 | 2024-11-21T18:24:42.148Z | Downloaded linear-map v1.2.0 |
574 | 2024-11-21T18:24:42.150Z | Downloaded lazycell v1.3.0 |
575 | 2024-11-21T18:24:42.150Z | Downloaded kstat-rs v0.2.4 |
576 | 2024-11-21T18:24:42.153Z | Downloaded ciborium-ll v0.2.2 |
577 | 2024-11-21T18:24:42.153Z | Downloaded keccak v0.1.5 |
578 | 2024-11-21T18:24:42.155Z | Downloaded waitgroup v0.1.2 |
579 | 2024-11-21T18:24:42.158Z | Downloaded write16 v1.0.0 |
580 | 2024-11-21T18:24:42.158Z | Downloaded want v0.3.1 |
581 | 2024-11-21T18:24:42.160Z | Downloaded cookie_store v0.21.0 |
582 | 2024-11-21T18:24:42.160Z | Downloaded mime v0.3.17 |
583 | 2024-11-21T18:24:42.163Z | Downloaded csv-core v0.1.11 |
584 | 2024-11-21T18:24:42.165Z | Downloaded semver v0.1.20 |
585 | 2024-11-21T18:24:42.165Z | Downloaded md-5 v0.10.6 |
586 | 2024-11-21T18:24:42.167Z | Downloaded memoffset v0.9.1 |
587 | 2024-11-21T18:24:42.169Z | Downloaded maybe-uninit v2.0.0 |
588 | 2024-11-21T18:24:42.172Z | Downloaded maplit v1.0.2 |
589 | 2024-11-21T18:24:42.172Z | Downloaded icu_locid_transform v1.5.0 |
590 | 2024-11-21T18:24:42.174Z | Downloaded crossbeam-utils v0.8.20 |
591 | 2024-11-21T18:24:42.177Z | Downloaded subtle v2.6.1 |
592 | 2024-11-21T18:24:42.180Z | Downloaded static_assertions v1.1.0 |
593 | 2024-11-21T18:24:42.183Z | Downloaded sha1 v0.10.6 |
594 | 2024-11-21T18:24:42.183Z | Downloaded serde_path_to_error v0.1.16 |
595 | 2024-11-21T18:24:42.186Z | Downloaded smf v0.2.3 |
596 | 2024-11-21T18:24:42.186Z | Downloaded smallvec v0.6.14 |
597 | 2024-11-21T18:24:42.188Z | Downloaded tabwriter v1.4.0 |
598 | 2024-11-21T18:24:42.191Z | Downloaded structmeta v0.2.0 |
599 | 2024-11-21T18:24:42.191Z | Downloaded slog-async v2.8.0 |
600 | 2024-11-21T18:24:42.193Z | Downloaded scopeguard v1.2.0 |
601 | 2024-11-21T18:24:42.193Z | Downloaded number_prefix v0.4.0 |
602 | 2024-11-21T18:24:42.196Z | Downloaded num_threads v0.1.7 |
603 | 2024-11-21T18:24:42.196Z | Downloaded mirai-annotations v1.12.0 |
604 | 2024-11-21T18:24:42.198Z | Downloaded rustversion v1.0.17 |
605 | 2024-11-21T18:24:42.200Z | Downloaded icu_locid_transform_data v1.5.0 |
606 | 2024-11-21T18:24:42.202Z | Downloaded unarray v0.1.4 |
607 | 2024-11-21T18:24:42.206Z | Downloaded typify-macro v0.2.0 |
608 | 2024-11-21T18:24:42.206Z | Downloaded lru v0.12.5 |
609 | 2024-11-21T18:24:42.210Z | Downloaded hyper-staticfile v0.10.1 |
610 | 2024-11-21T18:24:42.210Z | Downloaded jobserver v0.1.32 |
611 | 2024-11-21T18:24:42.212Z | Downloaded iana-time-zone v0.1.61 |
612 | 2024-11-21T18:24:42.214Z | Downloaded lockfree-object-pool v0.1.6 |
613 | 2024-11-21T18:24:42.217Z | Downloaded ipnetwork v0.20.0 |
614 | 2024-11-21T18:24:42.219Z | Downloaded memmap2 v0.9.5 |
615 | 2024-11-21T18:24:42.222Z | Downloaded precomputed-hash v0.1.1 |
616 | 2024-11-21T18:24:42.222Z | Downloaded lock_api v0.4.12 |
617 | 2024-11-21T18:24:42.224Z | Downloaded litemap v0.7.3 |
618 | 2024-11-21T18:24:42.226Z | Downloaded xattr v1.3.1 |
619 | 2024-11-21T18:24:42.229Z | Downloaded mime_guess v2.0.5 |
620 | 2024-11-21T18:24:42.231Z | Downloaded phf_shared v0.10.0 |
621 | 2024-11-21T18:24:42.232Z | Downloaded dirs-next v2.0.0 |
622 | 2024-11-21T18:24:42.234Z | Downloaded wyz v0.5.1 |
623 | 2024-11-21T18:24:42.237Z | Downloaded smallvec v1.13.2 |
624 | 2024-11-21T18:24:42.239Z | Downloaded writeable v0.5.5 |
625 | 2024-11-21T18:24:42.239Z | Downloaded untrusted v0.9.0 |
626 | 2024-11-21T18:24:42.241Z | Downloaded phf_codegen v0.11.2 |
627 | 2024-11-21T18:24:42.244Z | Downloaded unicode-xid v0.2.6 |
628 | 2024-11-21T18:24:42.244Z | Downloaded which v4.4.2 |
629 | 2024-11-21T18:24:42.246Z | Downloaded libsw v3.3.1 |
630 | 2024-11-21T18:24:42.249Z | Downloaded base64 v0.21.7 |
631 | 2024-11-21T18:24:42.252Z | Downloaded dirs-sys-next v0.1.2 |
632 | 2024-11-21T18:24:42.254Z | Downloaded xz2 v0.1.7 |
633 | 2024-11-21T18:24:42.256Z | Downloaded walkdir v2.5.0 |
634 | 2024-11-21T18:24:42.259Z | Downloaded tokio-native-tls v0.3.1 |
635 | 2024-11-21T18:24:42.271Z | Downloaded sync_wrapper v1.0.1 |
636 | 2024-11-21T18:24:42.273Z | Downloaded termtree v0.4.1 |
637 | 2024-11-21T18:24:42.276Z | Downloaded sync-ptr v0.1.1 |
638 | 2024-11-21T18:24:42.276Z | Downloaded mockall v0.13.0 |
639 | 2024-11-21T18:24:42.278Z | Downloaded ghash v0.5.1 |
640 | 2024-11-21T18:24:42.278Z | Downloaded icu_normalizer v1.5.0 |
641 | 2024-11-21T18:24:42.281Z | Downloaded const-oid v0.9.6 |
642 | 2024-11-21T18:24:42.284Z | Downloaded olpc-cjson v0.1.4 |
643 | 2024-11-21T18:24:42.287Z | Downloaded base64 v0.13.1 |
644 | 2024-11-21T18:24:42.289Z | Downloaded chacha20poly1305 v0.10.1 |
645 | 2024-11-21T18:24:42.292Z | Downloaded darling_macro v0.20.10 |
646 | 2024-11-21T18:24:42.292Z | Downloaded phf v0.11.2 |
647 | 2024-11-21T18:24:42.294Z | Downloaded libloading v0.8.5 |
648 | 2024-11-21T18:24:42.297Z | Downloaded ref-cast v1.0.23 |
649 | 2024-11-21T18:24:42.299Z | Downloaded rand_chacha v0.3.1 |
650 | 2024-11-21T18:24:42.302Z | Downloaded ecdsa v0.16.9 |
651 | 2024-11-21T18:24:42.305Z | Downloaded tinyvec v1.8.0 |
652 | 2024-11-21T18:24:42.307Z | Downloaded compact_str v0.8.0 |
653 | 2024-11-21T18:24:42.311Z | Downloaded icu_properties v1.5.1 |
654 | 2024-11-21T18:24:42.319Z | Downloaded phf_generator v0.11.2 |
655 | 2024-11-21T18:24:42.323Z | Downloaded scrypt v0.11.0 |
656 | 2024-11-21T18:24:42.323Z | Downloaded rfc6979 v0.4.0 |
657 | 2024-11-21T18:24:42.323Z | Downloaded sec1 v0.7.3 |
658 | 2024-11-21T18:24:42.323Z | Downloaded slog v2.7.0 |
659 | 2024-11-21T18:24:42.325Z | Downloaded rand_core v0.6.4 |
660 | 2024-11-21T18:24:42.325Z | Downloaded fallible-streaming-iterator v0.1.9 |
661 | 2024-11-21T18:24:42.328Z | Downloaded tls_codec_derive v0.4.1 |
662 | 2024-11-21T18:24:42.330Z | Downloaded num-iter v0.1.45 |
663 | 2024-11-21T18:24:42.330Z | Downloaded progenitor-impl v0.8.0 |
664 | 2024-11-21T18:24:42.332Z | Downloaded spki v0.7.3 |
665 | 2024-11-21T18:24:42.335Z | Downloaded pretty-hex v0.2.1 |
666 | 2024-11-21T18:24:42.337Z | Downloaded serde_plain v1.0.2 |
667 | 2024-11-21T18:24:42.337Z | Downloaded serde-hex v0.1.0 |
668 | 2024-11-21T18:24:42.340Z | Downloaded fs_extra v1.3.0 |
669 | 2024-11-21T18:24:42.342Z | Downloaded tokio-tungstenite v0.21.0 |
670 | 2024-11-21T18:24:42.345Z | Downloaded opaque-debug v0.3.1 |
671 | 2024-11-21T18:24:42.348Z | Downloaded progenitor-client v0.8.0 |
672 | 2024-11-21T18:24:42.348Z | Downloaded ron v0.8.1 |
673 | 2024-11-21T18:24:42.353Z | Downloaded crypto-bigint v0.5.5 |
674 | 2024-11-21T18:24:42.360Z | Downloaded fallible-iterator v0.3.0 |
675 | 2024-11-21T18:24:42.363Z | Downloaded futures-core v0.3.31 |
676 | 2024-11-21T18:24:42.365Z | Downloaded embedded-io v0.4.0 |
677 | 2024-11-21T18:24:42.368Z | Downloaded indexmap v1.9.3 |
678 | 2024-11-21T18:24:42.370Z | Downloaded tungstenite v0.24.0 |
679 | 2024-11-21T18:24:42.373Z | Downloaded ena v0.14.3 |
680 | 2024-11-21T18:24:42.376Z | Downloaded sct v0.7.1 |
681 | 2024-11-21T18:24:42.379Z | Downloaded wait-timeout v0.2.0 |
682 | 2024-11-21T18:24:42.381Z | Downloaded tokio-rustls v0.26.0 |
683 | 2024-11-21T18:24:42.384Z | Downloaded vte_generate_state_changes v0.1.2 |
684 | 2024-11-21T18:24:42.385Z | Downloaded secrecy v0.8.0 |
685 | 2024-11-21T18:24:42.388Z | Downloaded multimap v0.10.0 |
686 | 2024-11-21T18:24:42.388Z | Downloaded sqlparser_derive v0.2.2 |
687 | 2024-11-21T18:24:42.390Z | Downloaded rustc-demangle v0.1.24 |
688 | 2024-11-21T18:24:42.390Z | Downloaded signal-hook-tokio v0.3.1 |
689 | 2024-11-21T18:24:42.393Z | Downloaded deranged v0.3.11 |
690 | 2024-11-21T18:24:42.393Z | Downloaded defmt-parser v0.3.4 |
691 | 2024-11-21T18:24:42.396Z | Downloaded uuid v1.11.0 |
692 | 2024-11-21T18:24:42.398Z | Downloaded foreign-types v0.3.2 |
693 | 2024-11-21T18:24:42.401Z | Downloaded pin-utils v0.1.0 |
694 | 2024-11-21T18:24:42.401Z | Downloaded num_enum v0.5.11 |
695 | 2024-11-21T18:24:42.405Z | Downloaded rpassword v7.3.1 |
696 | 2024-11-21T18:24:42.407Z | Downloaded primeorder v0.13.6 |
697 | 2024-11-21T18:24:42.410Z | Downloaded nibble_vec v0.1.0 |
698 | 2024-11-21T18:24:42.412Z | Downloaded hash32 v0.2.1 |
699 | 2024-11-21T18:24:42.412Z | Downloaded structmeta v0.3.0 |
700 | 2024-11-21T18:24:42.415Z | Downloaded rustc_version v0.1.7 |
701 | 2024-11-21T18:24:42.415Z | Downloaded toml v0.7.8 |
702 | 2024-11-21T18:24:42.419Z | Downloaded parse-size v1.1.0 |
703 | 2024-11-21T18:24:42.421Z | Downloaded newtype-uuid v1.1.3 |
704 | 2024-11-21T18:24:42.421Z | Downloaded utf-8 v0.7.6 |
705 | 2024-11-21T18:24:42.423Z | Downloaded serde_yaml v0.9.34+deprecated |
706 | 2024-11-21T18:24:42.426Z | Downloaded futures-channel v0.3.31 |
707 | 2024-11-21T18:24:42.429Z | Downloaded progenitor v0.8.0 |
708 | 2024-11-21T18:24:42.431Z | Downloaded tokio-tungstenite v0.24.0 |
709 | 2024-11-21T18:24:42.436Z | Downloaded tokio-tungstenite v0.23.1 |
710 | 2024-11-21T18:24:42.436Z | Downloaded bumpalo v3.16.0 |
711 | 2024-11-21T18:24:42.438Z | Downloaded slog-stdlog v4.1.1 |
712 | 2024-11-21T18:24:42.441Z | Downloaded mockall_derive v0.13.0 |
713 | 2024-11-21T18:24:42.446Z | Downloaded hashlink v0.9.1 |
714 | 2024-11-21T18:24:42.450Z | Downloaded tokio-rustls v0.25.0 |
715 | 2024-11-21T18:24:42.450Z | Downloaded spin v0.9.8 |
716 | 2024-11-21T18:24:42.453Z | Downloaded defmt v0.3.8 |
717 | 2024-11-21T18:24:42.455Z | Downloaded zone_cfg_derive v0.1.2 |
718 | 2024-11-21T18:24:42.456Z | Downloaded zerofrom v0.1.4 |
719 | 2024-11-21T18:24:42.458Z | Downloaded displaydoc v0.2.5 |
720 | 2024-11-21T18:24:42.460Z | Downloaded foreign-types v0.5.0 |
721 | 2024-11-21T18:24:42.464Z | Downloaded flagset v0.4.6 |
722 | 2024-11-21T18:24:42.464Z | Downloaded pin-project-lite v0.2.14 |
723 | 2024-11-21T18:24:42.467Z | Downloaded yoke v0.7.4 |
724 | 2024-11-21T18:24:42.470Z | Downloaded signal-hook-registry v1.4.2 |
725 | 2024-11-21T18:24:42.472Z | Downloaded untrusted v0.7.1 |
726 | 2024-11-21T18:24:42.474Z | Downloaded strum_macros v0.24.3 |
727 | 2024-11-21T18:24:42.478Z | Downloaded structmeta-derive v0.2.0 |
728 | 2024-11-21T18:24:42.478Z | Downloaded strip-ansi-escapes v0.2.0 |
729 | 2024-11-21T18:24:42.480Z | Downloaded stable_deref_trait v1.2.0 |
730 | 2024-11-21T18:24:42.480Z | Downloaded signal-hook-mio v0.2.4 |
731 | 2024-11-21T18:24:42.483Z | Downloaded serde_urlencoded v0.7.1 |
732 | 2024-11-21T18:24:42.484Z | Downloaded utf16_iter v1.0.5 |
733 | 2024-11-21T18:24:42.486Z | Downloaded fxhash v0.2.1 |
734 | 2024-11-21T18:24:42.486Z | Downloaded phf_shared v0.11.2 |
735 | 2024-11-21T18:24:42.486Z | Downloaded num v0.4.3 |
736 | 2024-11-21T18:24:42.489Z | Downloaded futures v0.3.31 |
737 | 2024-11-21T18:24:42.493Z | Downloaded downcast v0.11.0 |
738 | 2024-11-21T18:24:42.496Z | Downloaded enum-as-inner v0.6.1 |
739 | 2024-11-21T18:24:42.498Z | Downloaded psl-types v2.0.11 |
740 | 2024-11-21T18:24:42.498Z | Downloaded progenitor-macro v0.8.0 |
741 | 2024-11-21T18:24:42.501Z | Downloaded enum-as-inner v0.5.1 |
742 | 2024-11-21T18:24:42.501Z | Downloaded diesel-dtrace v0.3.0 |
743 | 2024-11-21T18:24:42.504Z | Downloaded salsa20 v0.10.2 |
744 | 2024-11-21T18:24:42.506Z | Downloaded slab v0.4.9 |
745 | 2024-11-21T18:24:42.506Z | Downloaded schemars_derive v0.8.21 |
746 | 2024-11-21T18:24:42.509Z | Downloaded ssh-cipher v0.2.0 |
747 | 2024-11-21T18:24:42.513Z | Downloaded serde_derive_internals v0.29.1 |
748 | 2024-11-21T18:24:42.513Z | Downloaded universal-hash v0.5.1 |
749 | 2024-11-21T18:24:42.516Z | Downloaded structmeta-derive v0.3.0 |
750 | 2024-11-21T18:24:42.516Z | Downloaded tinyvec_macros v0.1.1 |
751 | 2024-11-21T18:24:42.516Z | Downloaded derive_builder_core v0.20.2 |
752 | 2024-11-21T18:24:42.519Z | Downloaded derive_builder v0.20.2 |
753 | 2024-11-21T18:24:42.522Z | Downloaded zone v0.3.0 |
754 | 2024-11-21T18:24:42.524Z | Downloaded unicode-bidi v0.3.17 |
755 | 2024-11-21T18:24:42.536Z | Downloaded zone v0.1.8 |
756 | 2024-11-21T18:24:42.536Z | Downloaded omicron-zone-package v0.11.1 |
757 | 2024-11-21T18:24:42.536Z | Downloaded vsss-rs v3.3.4 |
758 | 2024-11-21T18:24:42.536Z | Downloaded foldhash v0.1.3 |
759 | 2024-11-21T18:24:42.536Z | Downloaded float-cmp v0.9.0 |
760 | 2024-11-21T18:24:42.555Z | Downloaded newline-converter v0.3.0 |
761 | 2024-11-21T18:24:42.555Z | Downloaded new_debug_unreachable v1.0.6 |
762 | 2024-11-21T18:24:42.555Z | Downloaded x509-cert v0.2.5 |
763 | 2024-11-21T18:24:42.555Z | Downloaded fd-lock v4.0.2 |
764 | 2024-11-21T18:24:42.555Z | Downloaded slog-json v2.6.1 |
765 | 2024-11-21T18:24:42.555Z | Downloaded hash32 v0.3.1 |
766 | 2024-11-21T18:24:42.555Z | Downloaded slog-dtrace v0.3.0 |
767 | 2024-11-21T18:24:42.555Z | Downloaded time-macros v0.2.18 |
768 | 2024-11-21T18:24:42.565Z | Downloaded foreign-types-shared v0.1.1 |
769 | 2024-11-21T18:24:42.565Z | Downloaded normalize-line-endings v0.3.0 |
770 | 2024-11-21T18:24:42.565Z | Downloaded socket2 v0.5.7 |
771 | 2024-11-21T18:24:42.565Z | Downloaded derive-where v1.2.7 |
772 | 2024-11-21T18:24:42.583Z | Downloaded foreign-types-macros v0.2.3 |
773 | 2024-11-21T18:24:42.583Z | Downloaded tiny-keccak v2.0.2 |
774 | 2024-11-21T18:24:42.583Z | Downloaded yoke-derive v0.7.4 |
775 | 2024-11-21T18:24:42.583Z | Downloaded slog-bunyan v2.5.0 |
776 | 2024-11-21T18:24:42.583Z | Downloaded resolv-conf v0.7.0 |
777 | 2024-11-21T18:24:42.583Z | Downloaded utf8_iter v1.0.4 |
778 | 2024-11-21T18:24:42.586Z | Downloaded der_derive v0.7.3 |
779 | 2024-11-21T18:24:42.587Z | Downloaded ed25519 v2.2.3 |
780 | 2024-11-21T18:24:42.587Z | Downloaded take_mut v0.2.2 |
781 | 2024-11-21T18:24:42.587Z | Downloaded dyn-clone v1.0.17 |
782 | 2024-11-21T18:24:42.587Z | Downloaded vte v0.11.1 |
783 | 2024-11-21T18:24:42.587Z | Downloaded percent-encoding v2.3.1 |
784 | 2024-11-21T18:24:42.587Z | Downloaded typify v0.2.0 |
785 | 2024-11-21T18:24:42.602Z | Downloaded minimal-lexical v0.2.1 |
786 | 2024-11-21T18:24:42.602Z | Downloaded filetime v0.2.25 |
787 | 2024-11-21T18:24:42.602Z | Downloaded unicode_categories v0.1.1 |
788 | 2024-11-21T18:24:42.602Z | Downloaded pin-project-internal v1.1.6 |
789 | 2024-11-21T18:24:42.602Z | Downloaded password-hash v0.4.2 |
790 | 2024-11-21T18:24:42.602Z | Downloaded toml_edit v0.19.15 |
791 | 2024-11-21T18:24:42.620Z | Downloaded endian-type v0.1.2 |
792 | 2024-11-21T18:24:42.622Z | Downloaded shlex v1.3.0 |
793 | 2024-11-21T18:24:42.622Z | Downloaded shell-words v1.1.0 |
794 | 2024-11-21T18:24:42.625Z | Downloaded slog-envlogger v2.2.0 |
795 | 2024-11-21T18:24:42.625Z | Downloaded serde_repr v0.1.19 |
796 | 2024-11-21T18:24:42.628Z | Downloaded twox-hash v1.6.3 |
797 | 2024-11-21T18:24:42.633Z | Downloaded aes-gcm v0.10.3 |
798 | 2024-11-21T18:24:42.635Z | Downloaded data-encoding v2.6.0 |
799 | 2024-11-21T18:24:42.635Z | Downloaded tls_codec v0.4.1 |
800 | 2024-11-21T18:24:42.637Z | Downloaded signature v2.2.0 |
801 | 2024-11-21T18:24:42.639Z | Downloaded newtype_derive v0.1.6 |
802 | 2024-11-21T18:24:42.639Z | Downloaded nanorand v0.7.0 |
803 | 2024-11-21T18:24:42.642Z | Downloaded tracing-attributes v0.1.27 |
804 | 2024-11-21T18:24:42.644Z | Downloaded p256 v0.13.2 |
805 | 2024-11-21T18:24:42.648Z | Downloaded paste v1.0.15 |
806 | 2024-11-21T18:24:42.651Z | Downloaded multer v3.1.0 |
807 | 2024-11-21T18:24:42.655Z | Downloaded tap v1.0.1 |
808 | 2024-11-21T18:24:42.657Z | Downloaded dropshot_endpoint v0.13.0 |
809 | 2024-11-21T18:24:42.659Z | Downloaded synstructure v0.13.1 |
810 | 2024-11-21T18:24:42.661Z | Downloaded rustls-pemfile v1.0.4 |
811 | 2024-11-21T18:24:42.664Z | Downloaded derive_builder_macro v0.20.2 |
812 | 2024-11-21T18:24:42.666Z | Downloaded zone_cfg_derive v0.3.0 |
813 | 2024-11-21T18:24:42.666Z | Downloaded fixedbitset v0.4.2 |
814 | 2024-11-21T18:24:42.668Z | Downloaded russh v0.45.0 |
815 | 2024-11-21T18:24:42.673Z | Downloaded num-traits v0.2.19 |
816 | 2024-11-21T18:24:42.676Z | Downloaded num-rational v0.4.2 |
817 | 2024-11-21T18:24:42.678Z | Downloaded debug-ignore v1.0.5 |
818 | 2024-11-21T18:24:42.681Z | Downloaded ssh-encoding v0.2.0 |
819 | 2024-11-21T18:24:42.683Z | Downloaded sqlformat v0.2.6 |
820 | 2024-11-21T18:24:42.685Z | Downloaded spin v0.5.2 |
821 | 2024-11-21T18:24:42.685Z | Downloaded oso-derive v0.27.3 |
822 | 2024-11-21T18:24:42.690Z | Downloaded parking_lot_core v0.9.10 |
823 | 2024-11-21T18:24:42.690Z | Downloaded native-tls v0.2.12 |
824 | 2024-11-21T18:24:42.692Z | Downloaded futures-sink v0.3.31 |
825 | 2024-11-21T18:24:42.692Z | Downloaded crossterm v0.28.1 |
826 | 2024-11-21T18:24:42.699Z | Downloaded der v0.7.9 |
827 | 2024-11-21T18:24:42.705Z | Downloaded zeroize_derive v1.4.2 |
828 | 2024-11-21T18:24:42.707Z | Downloaded pkcs1 v0.7.5 |
829 | 2024-11-21T18:24:42.710Z | Downloaded signal-hook v0.3.17 |
830 | 2024-11-21T18:24:42.712Z | Downloaded libxml v0.3.3 |
831 | 2024-11-21T18:24:42.719Z | Downloaded num-conv v0.1.0 |
832 | 2024-11-21T18:24:42.721Z | Downloaded term v0.7.0 |
833 | 2024-11-21T18:24:42.725Z | Downloaded pin-project v1.1.6 |
834 | 2024-11-21T18:24:42.736Z | Downloaded openssl-probe v0.1.5 |
835 | 2024-11-21T18:24:42.738Z | Downloaded rustls-pemfile v2.2.0 |
836 | 2024-11-21T18:24:42.740Z | Downloaded supports-color v3.0.1 |
837 | 2024-11-21T18:24:42.743Z | Downloaded dropshot_endpoint v0.12.0 |
838 | 2024-11-21T18:24:42.745Z | Downloaded sigpipe v0.1.3 |
839 | 2024-11-21T18:24:42.748Z | Downloaded defmt-macros v0.3.9 |
840 | 2024-11-21T18:24:42.750Z | Downloaded ed25519-dalek v2.1.1 |
841 | 2024-11-21T18:24:42.752Z | Downloaded unsafe-libyaml v0.2.11 |
842 | 2024-11-21T18:24:42.756Z | Downloaded postgres-protocol v0.6.7 |
843 | 2024-11-21T18:24:42.759Z | Downloaded postcard v1.0.10 |
844 | 2024-11-21T18:24:42.761Z | Downloaded futures-task v0.3.31 |
845 | 2024-11-21T18:24:42.764Z | Downloaded futures-macro v0.3.31 |
846 | 2024-11-21T18:24:42.766Z | Downloaded postgres-types v0.2.8 |
847 | 2024-11-21T18:24:42.768Z | Downloaded steno v0.4.1 |
848 | 2024-11-21T18:24:42.772Z | Downloaded packed_struct_codegen v0.10.1 |
849 | 2024-11-21T18:24:42.775Z | Downloaded headers v0.4.0 |
850 | 2024-11-21T18:24:42.782Z | Downloaded packed_struct v0.10.1 |
851 | 2024-11-21T18:24:42.785Z | Downloaded simd-adler32 v0.3.7 |
852 | 2024-11-21T18:24:42.785Z | Downloaded zerovec-derive v0.10.3 |
853 | 2024-11-21T18:24:42.787Z | Downloaded globset v0.4.15 |
854 | 2024-11-21T18:24:42.787Z | Downloaded vergen v8.3.2 |
855 | 2024-11-21T18:24:42.790Z | Downloaded foreign-types-shared v0.3.1 |
856 | 2024-11-21T18:24:42.793Z | Downloaded hyper v1.5.0 |
857 | 2024-11-21T18:24:42.799Z | Downloaded pkcs8 v0.10.2 |
858 | 2024-11-21T18:24:42.802Z | Downloaded openssl-macros v0.1.1 |
859 | 2024-11-21T18:24:42.804Z | Downloaded display-error-chain v0.2.2 |
860 | 2024-11-21T18:24:42.804Z | Downloaded num-complex v0.4.6 |
861 | 2024-11-21T18:24:42.807Z | Downloaded nu-ansi-term v0.50.1 |
862 | 2024-11-21T18:24:42.809Z | Downloaded futures-executor v0.3.31 |
863 | 2024-11-21T18:24:42.811Z | Downloaded form_urlencoded v1.2.1 |
864 | 2024-11-21T18:24:42.812Z | Downloaded env_logger v0.11.5 |
865 | 2024-11-21T18:24:42.814Z | Downloaded url v2.5.3 |
866 | 2024-11-21T18:24:42.817Z | Downloaded zerocopy-derive v0.8.10 |
867 | 2024-11-21T18:24:42.824Z | Downloaded zeroize v1.8.1 |
868 | 2024-11-21T18:24:42.829Z | Downloaded miniz_oxide v0.8.0 |
869 | 2024-11-21T18:24:42.831Z | Downloaded blake3 v1.5.4 |
870 | 2024-11-21T18:24:42.837Z | Downloaded slog-scope v4.4.0 |
871 | 2024-11-21T18:24:42.840Z | Downloaded env_logger v0.10.2 |
872 | 2024-11-21T18:24:42.843Z | Downloaded rayon-core v1.12.1 |
873 | 2024-11-21T18:24:42.846Z | Downloaded dsl_auto_type v0.1.2 |
874 | 2024-11-21T18:24:42.849Z | Downloaded num-integer v0.1.46 |
875 | 2024-11-21T18:24:42.852Z | Downloaded peg-runtime v0.8.3 |
876 | 2024-11-21T18:24:42.852Z | Downloaded tui-tree-widget v0.22.0 |
877 | 2024-11-21T18:24:42.856Z | Downloaded unicode-properties v0.1.3 |
878 | 2024-11-21T18:24:42.858Z | Downloaded idna v1.0.3 |
879 | 2024-11-21T18:24:42.860Z | Downloaded termios v0.3.3 |
880 | 2024-11-21T18:24:42.862Z | Downloaded thiserror-impl-no-std v2.0.2 |
881 | 2024-11-21T18:24:42.863Z | Downloaded owo-colors v4.1.0 |
882 | 2024-11-21T18:24:42.865Z | Downloaded peg v0.8.4 |
883 | 2024-11-21T18:24:42.869Z | Downloaded path-slash v0.1.5 |
884 | 2024-11-21T18:24:42.871Z | Downloaded pkcs5 v0.7.1 |
885 | 2024-11-21T18:24:42.874Z | Downloaded tokio-rustls v0.24.1 |
886 | 2024-11-21T18:24:42.877Z | Downloaded siphasher v0.3.11 |
887 | 2024-11-21T18:24:42.880Z | Downloaded itertools v0.13.0 |
888 | 2024-11-21T18:24:42.886Z | Downloaded difflib v0.4.0 |
889 | 2024-11-21T18:24:42.889Z | Downloaded diesel_table_macro_syntax v0.2.0 |
890 | 2024-11-21T18:24:42.889Z | Downloaded dhcproto-macros v0.1.0 |
891 | 2024-11-21T18:24:42.891Z | Downloaded russh-cryptovec v0.7.3 |
892 | 2024-11-21T18:24:42.892Z | Downloaded unicode-truncate v1.1.0 |
893 | 2024-11-21T18:24:42.892Z | Downloaded unicase v2.7.0 |
894 | 2024-11-21T18:24:42.894Z | Downloaded num-bigint v0.4.6 |
895 | 2024-11-21T18:24:42.898Z | Downloaded tower-service v0.3.3 |
896 | 2024-11-21T18:24:42.900Z | Downloaded darling_core v0.20.10 |
897 | 2024-11-21T18:24:42.904Z | Downloaded zerocopy v0.6.6 |
898 | 2024-11-21T18:24:42.906Z | Downloaded either v1.13.0 |
899 | 2024-11-21T18:24:42.909Z | Downloaded strum_macros v0.26.4 |
900 | 2024-11-21T18:24:42.911Z | Downloaded scheduled-thread-pool v0.2.7 |
901 | 2024-11-21T18:24:42.914Z | Downloaded same-file v1.0.6 |
902 | 2024-11-21T18:24:42.914Z | Downloaded russh-keys v0.45.0 |
903 | 2024-11-21T18:24:42.916Z | Downloaded try-lock v0.2.5 |
904 | 2024-11-21T18:24:42.918Z | Downloaded tar v0.4.42 |
905 | 2024-11-21T18:24:42.921Z | Downloaded flate2 v1.0.34 |
906 | 2024-11-21T18:24:42.926Z | Downloaded toolchain_find v0.4.0 |
907 | 2024-11-21T18:24:42.929Z | Downloaded rand_xorshift v0.3.0 |
908 | 2024-11-21T18:24:42.929Z | Downloaded rand_seeder v0.3.0 |
909 | 2024-11-21T18:24:42.931Z | Downloaded zerofrom-derive v0.1.4 |
910 | 2024-11-21T18:24:42.933Z | Downloaded similar v2.6.0 |
911 | 2024-11-21T18:24:42.937Z | Downloaded peg-macros v0.8.4 |
912 | 2024-11-21T18:24:42.941Z | Downloaded pkg-config v0.3.31 |
913 | 2024-11-21T18:24:42.941Z | Downloaded gethostname v0.5.0 |
914 | 2024-11-21T18:24:42.943Z | Downloaded radium v0.7.0 |
915 | 2024-11-21T18:24:42.943Z | Downloaded polyval v0.6.2 |
916 | 2024-11-21T18:24:42.945Z | Downloaded oso v0.27.3 |
917 | 2024-11-21T18:24:42.948Z | Downloaded zip v0.6.6 |
918 | 2024-11-21T18:24:42.952Z | Downloaded poly1305 v0.8.0 |
919 | 2024-11-21T18:24:42.955Z | Downloaded elliptic-curve v0.13.8 |
920 | 2024-11-21T18:24:42.959Z | Downloaded dunce v1.0.5 |
921 | 2024-11-21T18:24:42.962Z | Downloaded futures-io v0.3.31 |
922 | 2024-11-21T18:24:42.962Z | Downloaded pbkdf2 v0.11.0 |
923 | 2024-11-21T18:24:42.964Z | Downloaded thiserror-no-std v2.0.2 |
924 | 2024-11-21T18:24:42.968Z | Downloaded parking_lot v0.12.3 |
925 | 2024-11-21T18:24:42.971Z | Downloaded termcolor v1.4.1 |
926 | 2024-11-21T18:24:42.973Z | Downloaded rtoolbox v0.0.2 |
927 | 2024-11-21T18:24:42.975Z | Downloaded ssh-key v0.6.6 |
928 | 2024-11-21T18:24:42.981Z | Downloaded value-bag v1.9.0 |
929 | 2024-11-21T18:24:42.984Z | Downloaded quinn-proto v0.11.8 |
930 | 2024-11-21T18:24:42.991Z | Downloaded getrandom v0.2.15 |
931 | 2024-11-21T18:24:42.994Z | Downloaded group v0.13.0 |
932 | 2024-11-21T18:24:42.997Z | Downloaded derive_more v0.99.18 |
933 | 2024-11-21T18:24:43.001Z | Downloaded rustyline v14.0.0 |
934 | 2024-11-21T18:24:43.007Z | Downloaded expectorate v1.1.0 |
935 | 2024-11-21T18:24:43.009Z | Downloaded tungstenite v0.21.0 |
936 | 2024-11-21T18:24:43.013Z | Downloaded snafu v0.8.5 |
937 | 2024-11-21T18:24:43.019Z | Downloaded bindgen v0.69.5 |
938 | 2024-11-21T18:24:43.027Z | Downloaded topological-sort v0.2.2 |
939 | 2024-11-21T18:24:43.029Z | Downloaded des v0.8.1 |
940 | 2024-11-21T18:24:43.032Z | Downloaded half v2.4.1 |
941 | 2024-11-21T18:24:43.036Z | Downloaded openssl-sys v0.9.103 |
942 | 2024-11-21T18:24:43.038Z | Downloaded salty v0.3.0 |
943 | 2024-11-21T18:24:43.045Z | Downloaded env_filter v0.1.2 |
944 | 2024-11-21T18:24:43.047Z | Downloaded tokio-postgres v0.7.12 |
945 | 2024-11-21T18:24:43.052Z | Downloaded pem-rfc7468 v0.7.0 |
946 | 2024-11-21T18:24:43.055Z | Downloaded subprocess v0.2.9 |
947 | 2024-11-21T18:24:43.057Z | Downloaded ron v0.7.1 |
948 | 2024-11-21T18:24:43.062Z | Downloaded bitvec v1.0.1 |
949 | 2024-11-21T18:24:43.078Z | Downloaded dhcproto v0.12.0 |
950 | 2024-11-21T18:24:43.082Z | Downloaded diesel_derives v2.2.3 |
951 | 2024-11-21T18:24:43.085Z | Downloaded mio v1.0.2 |
952 | 2024-11-21T18:24:43.091Z | Downloaded diff v0.1.13 |
953 | 2024-11-21T18:24:43.094Z | Downloaded typed-path v0.9.3 |
954 | 2024-11-21T18:24:43.101Z | Downloaded rsa v0.9.6 |
955 | 2024-11-21T18:24:43.106Z | Downloaded num-bigint-dig v0.8.4 |
956 | 2024-11-21T18:24:43.111Z | Downloaded hashbrown v0.14.5 |
957 | 2024-11-21T18:24:43.117Z | Downloaded rand v0.8.5 |
958 | 2024-11-21T18:24:43.120Z | Downloaded hashbrown v0.13.2 |
959 | 2024-11-21T18:24:43.125Z | Downloaded chrono v0.4.38 |
960 | 2024-11-21T18:24:43.133Z | Downloaded zip v2.1.3 |
961 | 2024-11-21T18:24:43.137Z | Downloaded reedline v0.35.0 |
962 | 2024-11-21T18:24:43.145Z | Downloaded tracing-core v0.1.32 |
963 | 2024-11-21T18:24:43.148Z | Downloaded schemars v0.8.21 |
964 | 2024-11-21T18:24:43.160Z | Downloaded quinn v0.11.5 |
965 | 2024-11-21T18:24:43.163Z | Downloaded sqlparser v0.45.0 |
966 | 2024-11-21T18:24:43.169Z | Downloaded icu_properties_data v1.5.0 |
967 | 2024-11-21T18:24:43.180Z | Downloaded portable-atomic v1.9.0 |
968 | 2024-11-21T18:24:43.188Z | Downloaded hashbrown v0.12.3 |
969 | 2024-11-21T18:24:43.192Z | Downloaded tungstenite v0.23.0 |
970 | 2024-11-21T18:24:43.197Z | Downloaded unicode-normalization v0.1.24 |
971 | 2024-11-21T18:24:43.201Z | Downloaded reqwest v0.12.9 |
972 | 2024-11-21T18:24:43.208Z | Downloaded rustls-pki-types v1.9.0 |
973 | 2024-11-21T18:24:43.211Z | Downloaded publicsuffix v2.2.3 |
974 | 2024-11-21T18:24:43.214Z | Downloaded samael v0.0.17 |
975 | 2024-11-21T18:24:43.220Z | Downloaded zerovec v0.10.4 |
976 | 2024-11-21T18:24:43.227Z | Downloaded serde_with v3.11.0 |
977 | 2024-11-21T18:24:43.235Z | Downloaded proptest v1.5.0 |
978 | 2024-11-21T18:24:43.245Z | Downloaded lalrpop v0.19.12 |
979 | 2024-11-21T18:24:43.257Z | Downloaded p521 v0.13.3 |
980 | 2024-11-21T18:24:43.262Z | Downloaded unicode-segmentation v1.12.0 |
981 | 2024-11-21T18:24:43.267Z | Downloaded petname v2.0.2 |
982 | 2024-11-21T18:24:43.272Z | Downloaded tough v0.19.0 |
983 | 2024-11-21T18:24:43.281Z | Downloaded tokio-util v0.7.12 |
984 | 2024-11-21T18:24:43.287Z | Downloaded idna v0.4.0 |
985 | 2024-11-21T18:24:43.295Z | Downloaded git2 v0.19.0 |
986 | 2024-11-21T18:24:43.304Z | Downloaded trust-dns-proto v0.22.0 |
987 | 2024-11-21T18:24:43.317Z | Downloaded idna v0.3.0 |
988 | 2024-11-21T18:24:43.328Z | Downloaded object v0.30.4 |
989 | 2024-11-21T18:24:43.335Z | Downloaded rayon v1.10.0 |
990 | 2024-11-21T18:24:43.344Z | Downloaded rustls-webpki v0.102.8 |
991 | 2024-11-21T18:24:43.363Z | Downloaded futures-util v0.3.31 |
992 | 2024-11-21T18:24:43.376Z | Downloaded rustls-webpki v0.101.7 |
993 | 2024-11-21T18:24:43.391Z | Downloaded regex v1.11.1 |
994 | 2024-11-21T18:24:43.405Z | Downloaded h2 v0.4.6 |
995 | 2024-11-21T18:24:43.412Z | Downloaded vcpkg v0.2.15 |
996 | 2024-11-21T18:24:43.453Z | Downloaded regex-syntax v0.6.29 |
997 | 2024-11-21T18:24:43.460Z | Downloaded p384 v0.13.0 |
998 | 2024-11-21T18:24:43.467Z | Downloaded rustls v0.21.12 |
999 | 2024-11-21T18:24:43.479Z | Downloaded zerocopy v0.8.10 |
1000 | 2024-11-21T18:24:43.504Z | Downloaded object v0.36.5 |
1001 | 2024-11-21T18:24:43.516Z | Downloaded nix v0.27.1 |
1002 | 2024-11-21T18:24:43.527Z | Downloaded nix v0.28.0 |
1003 | 2024-11-21T18:24:43.539Z | Downloaded radix_trie v0.2.1 |
1004 | 2024-11-21T18:24:43.544Z | Downloaded dropshot v0.13.0 |
1005 | 2024-11-21T18:24:43.566Z | Downloaded unicode-width v0.2.0 |
1006 | 2024-11-21T18:24:43.571Z | Downloaded rustls v0.23.14 |
1007 | 2024-11-21T18:24:43.584Z | Downloaded dropshot v0.12.0 |
1008 | 2024-11-21T18:24:43.604Z | Downloaded smoltcp v0.11.0 |
1009 | 2024-11-21T18:24:43.617Z | Downloaded openapiv3 v2.0.0 |
1010 | 2024-11-21T18:24:43.629Z | Downloaded polar-core v0.27.3 |
1011 | 2024-11-21T18:24:43.638Z | Downloaded sled v0.34.7 |
1012 | 2024-11-21T18:24:43.648Z | Downloaded diesel v2.2.4 |
1013 | 2024-11-21T18:24:43.668Z | Downloaded regress v0.10.1 |
1014 | 2024-11-21T18:24:43.677Z | Downloaded rustls v0.22.4 |
1015 | 2024-11-21T18:24:43.691Z | Downloaded nix v0.29.0 |
1016 | 2024-11-21T18:24:43.702Z | Downloaded ratatui v0.28.1 |
1017 | 2024-11-21T18:24:43.723Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1018 | 2024-11-21T18:24:43.735Z | Downloaded typify-impl v0.2.0 |
1019 | 2024-11-21T18:24:43.750Z | Downloaded regex-syntax v0.8.5 |
1020 | 2024-11-21T18:24:43.758Z | Downloaded openssl v0.10.66 |
1021 | 2024-11-21T18:24:43.768Z | Downloaded chrono-tz v0.10.0 |
1022 | 2024-11-21T18:24:43.776Z | Downloaded gimli v0.31.1 |
1023 | 2024-11-21T18:24:43.784Z | Downloaded zerocopy-derive v0.6.6 |
1024 | 2024-11-21T18:24:43.794Z | Downloaded regex-automata v0.4.8 |
1025 | 2024-11-21T18:24:43.812Z | Downloaded bstr v1.10.0 |
1026 | 2024-11-21T18:24:43.822Z | Downloaded regress v0.9.1 |
1027 | 2024-11-21T18:24:43.831Z | Downloaded rusqlite v0.32.1 |
1028 | 2024-11-21T18:24:43.837Z | Downloaded idna v0.2.3 |
1029 | 2024-11-21T18:24:43.844Z | Downloaded lzma-sys v0.1.20 |
1030 | 2024-11-21T18:24:43.875Z | Downloaded petgraph v0.6.5 |
1031 | 2024-11-21T18:24:43.892Z | Downloaded curve25519-dalek v4.1.3 |
1032 | 2024-11-21T18:24:43.900Z | Downloaded idna v0.5.0 |
1033 | 2024-11-21T18:24:43.907Z | Downloaded smoltcp v0.9.1 |
1034 | 2024-11-21T18:24:43.918Z | Downloaded csv v1.3.0 |
1035 | 2024-11-21T18:24:43.938Z | Downloaded libz-sys v1.1.20 |
1036 | 2024-11-21T18:24:43.958Z | Downloaded sha3 v0.10.8 |
1037 | 2024-11-21T18:24:43.963Z | Downloaded tokio v1.40.0 |
1038 | 2024-11-21T18:24:44.000Z | Downloaded quick-xml v0.33.0 |
1039 | 2024-11-21T18:24:44.006Z | Downloaded webpki-roots v0.26.6 |
1040 | 2024-11-21T18:24:44.009Z | Downloaded time v0.3.36 |
1041 | 2024-11-21T18:24:44.016Z | Downloaded parse-zoneinfo v0.3.1 |
1042 | 2024-11-21T18:24:44.018Z | Downloaded winnow v0.5.40 |
1043 | 2024-11-21T18:24:44.027Z | Downloaded snafu-derive v0.8.5 |
1044 | 2024-11-21T18:24:44.030Z | Downloaded slog-term v2.9.1 |
1045 | 2024-11-21T18:24:44.032Z | Downloaded parking_lot v0.11.2 |
1046 | 2024-11-21T18:24:44.036Z | Downloaded tracing v0.1.40 |
1047 | 2024-11-21T18:24:44.039Z | Downloaded zopfli v0.8.1 |
1048 | 2024-11-21T18:24:44.043Z | Downloaded rcgen v0.12.1 |
1049 | 2024-11-21T18:24:44.045Z | Downloaded nom v7.1.3 |
1050 | 2024-11-21T18:24:44.048Z | Downloaded itertools v0.12.1 |
1051 | 2024-11-21T18:24:44.055Z | Downloaded tokio-macros v2.4.0 |
1052 | 2024-11-21T18:24:44.057Z | Downloaded tinystr v0.7.6 |
1053 | 2024-11-21T18:24:44.060Z | Downloaded thread_local v1.1.8 |
1054 | 2024-11-21T18:24:44.060Z | Downloaded strum_macros v0.25.3 |
1055 | 2024-11-21T18:24:44.063Z | Downloaded rusty-fork v0.3.0 |
1056 | 2024-11-21T18:24:44.065Z | Downloaded num-derive v0.4.2 |
1057 | 2024-11-21T18:24:44.065Z | Downloaded predicates v3.1.2 |
1058 | 2024-11-21T18:24:44.068Z | Downloaded password-hash v0.5.0 |
1059 | 2024-11-21T18:24:44.071Z | Downloaded parking_lot_core v0.8.6 |
1060 | 2024-11-21T18:24:44.073Z | Downloaded fatfs v0.3.6 |
1061 | 2024-11-21T18:24:44.076Z | Downloaded libm v0.2.8 |
1062 | 2024-11-21T18:24:44.082Z | Downloaded itertools v0.10.5 |
1063 | 2024-11-21T18:24:44.088Z | Downloaded flume v0.11.1 |
1064 | 2024-11-21T18:24:44.092Z | Downloaded proc-macro-crate v1.3.1 |
1065 | 2024-11-21T18:24:44.095Z | Downloaded crossbeam-channel v0.5.13 |
1066 | 2024-11-21T18:24:44.099Z | Downloaded string_cache v0.8.7 |
1067 | 2024-11-21T18:24:44.101Z | Downloaded predicates-tree v1.0.11 |
1068 | 2024-11-21T18:24:44.101Z | Downloaded predicates-core v1.0.8 |
1069 | 2024-11-21T18:24:44.104Z | Downloaded qorb v0.2.0 |
1070 | 2024-11-21T18:24:44.106Z | Downloaded strum v0.26.3 |
1071 | 2024-11-21T18:24:44.109Z | Downloaded cc v1.1.30 |
1072 | 2024-11-21T18:24:44.111Z | Downloaded icu_collections v1.5.0 |
1073 | 2024-11-21T18:24:44.116Z | Downloaded const_format v0.2.33 |
1074 | 2024-11-21T18:24:44.125Z | Downloaded stringprep v0.1.5 |
1075 | 2024-11-21T18:24:44.129Z | Downloaded pem v3.0.4 |
1076 | 2024-11-21T18:24:44.129Z | Downloaded encoding_rs v0.8.34 |
1077 | 2024-11-21T18:24:44.147Z | Downloaded rustc-hash v2.0.0 |
1078 | 2024-11-21T18:24:44.149Z | Downloaded rustc-hash v1.1.0 |
1079 | 2024-11-21T18:24:44.150Z | Downloaded yasna v0.5.2 |
1080 | 2024-11-21T18:24:44.152Z | Downloaded uzers v0.12.1 |
1081 | 2024-11-21T18:24:44.155Z | Downloaded test-strategy v0.3.1 |
1082 | 2024-11-21T18:24:44.158Z | Downloaded indicatif v0.17.9 |
1083 | 2024-11-21T18:24:44.161Z | Downloaded prettyplease v0.2.25 |
1084 | 2024-11-21T18:24:44.163Z | Downloaded hyper-util v0.1.10 |
1085 | 2024-11-21T18:24:44.167Z | Downloaded icu_provider v1.5.0 |
1086 | 2024-11-21T18:24:44.170Z | Downloaded icu_normalizer_data v1.5.0 |
1087 | 2024-11-21T18:24:44.173Z | Downloaded backtrace v0.3.74 |
1088 | 2024-11-21T18:24:44.178Z | Downloaded bytes v1.8.0 |
1089 | 2024-11-21T18:24:44.181Z | Downloaded base64 v0.22.1 |
1090 | 2024-11-21T18:24:44.185Z | Downloaded serde_with_macros v3.11.0 |
1091 | 2024-11-21T18:24:44.188Z | Downloaded quick-error v1.2.3 |
1092 | 2024-11-21T18:24:44.191Z | Downloaded ppv-lite86 v0.2.20 |
1093 | 2024-11-21T18:24:44.191Z | Downloaded powerfmt v0.2.0 |
1094 | 2024-11-21T18:24:44.191Z | Downloaded whoami v1.5.2 |
1095 | 2024-11-21T18:24:44.195Z | Downloaded ipnet v2.10.1 |
1096 | 2024-11-21T18:24:44.195Z | Downloaded hyper-rustls v0.27.3 |
1097 | 2024-11-21T18:24:44.197Z | Downloaded serde-big-array v0.5.1 |
1098 | 2024-11-21T18:24:44.201Z | Downloaded pbkdf2 v0.12.2 |
1099 | 2024-11-21T18:24:44.201Z | Downloaded parse-display-derive v0.10.0 |
1100 | 2024-11-21T18:24:44.204Z | Downloaded parse-display v0.10.0 |
1101 | 2024-11-21T18:24:44.204Z | Downloaded num_enum_derive v0.5.11 |
1102 | 2024-11-21T18:24:44.204Z | Downloaded nodrop v0.1.14 |
1103 | 2024-11-21T18:24:44.204Z | Downloaded glob v0.3.1 |
1104 | 2024-11-21T18:24:44.207Z | Downloaded funty v2.0.0 |
1105 | 2024-11-21T18:24:44.207Z | Downloaded fragile v2.0.0 |
1106 | 2024-11-21T18:24:44.209Z | Downloaded float-ord v0.3.2 |
1107 | 2024-11-21T18:24:44.209Z | Downloaded ff v0.13.0 |
1108 | 2024-11-21T18:24:44.210Z | Downloaded fallible-iterator v0.2.0 |
1109 | 2024-11-21T18:24:44.212Z | Downloaded embedded-io v0.6.1 |
1110 | 2024-11-21T18:24:44.212Z | Downloaded tokio-stream v0.1.16 |
1111 | 2024-11-21T18:24:44.216Z | Downloaded icu_locid v1.5.0 |
1112 | 2024-11-21T18:24:44.220Z | Downloaded crc32fast v1.4.2 |
1113 | 2024-11-21T18:24:44.224Z | Downloaded crossbeam-epoch v0.9.18 |
1114 | 2024-11-21T18:24:44.227Z | Downloaded crc-any v2.5.0 |
1115 | 2024-11-21T18:24:44.229Z | Downloaded cookie v0.18.1 |
1116 | 2024-11-21T18:24:44.234Z | Downloaded clang-sys v1.8.1 |
1117 | 2024-11-21T18:24:44.238Z | Downloaded ciborium v0.2.2 |
1118 | 2024-11-21T18:24:44.238Z | Downloaded internet-checksum v0.2.1 |
1119 | 2024-11-21T18:24:44.238Z | Downloaded indoc v1.0.9 |
1120 | 2024-11-21T18:24:44.240Z | Downloaded cancel-safe-futures v0.1.5 |
1121 | 2024-11-21T18:24:44.243Z | Downloaded bitflags v1.3.2 |
1122 | 2024-11-21T18:24:44.245Z | Downloaded curve25519-dalek-derive v0.1.1 |
1123 | 2024-11-21T18:24:44.245Z | Downloaded cobs v0.2.3 |
1124 | 2024-11-21T18:24:44.248Z | Downloaded bcs v0.1.6 |
1125 | 2024-11-21T18:24:44.248Z | Downloaded match_cfg v0.1.0 |
1126 | 2024-11-21T18:24:44.250Z | Downloaded ident_case v1.0.1 |
1127 | 2024-11-21T18:24:44.250Z | Downloaded humantime v2.1.0 |
1128 | 2024-11-21T18:24:44.250Z | Downloaded colored v2.1.0 |
1129 | 2024-11-21T18:24:44.253Z | Downloaded bcrypt-pbkdf v0.10.0 |
1130 | 2024-11-21T18:24:44.255Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1131 | 2024-11-21T18:24:44.312Z | Downloaded bb8 v0.8.5 |
1132 | 2024-11-21T18:24:44.315Z | Downloaded async-recursion v1.1.1 |
1133 | 2024-11-21T18:24:44.317Z | Downloaded aead v0.5.2 |
1134 | 2024-11-21T18:24:44.317Z | Downloaded hickory-client v0.24.1 |
1135 | 2024-11-21T18:24:44.320Z | Downloaded cfg_aliases v0.2.1 |
1136 | 2024-11-21T18:24:44.722Z | Downloaded ring v0.17.8 |
1137 | 2024-11-21T18:24:44.793Z | Downloaded ring v0.16.20 |
1138 | 2024-11-21T18:24:44.927Z | Downloaded libsqlite3-sys v0.30.1 |
1139 | 2024-11-21T18:24:45.114Z | Downloaded aws-lc-sys v0.22.0 |
1140 | 2024-11-21T18:24:45.416Z | Compiling serde v1.0.215 |
1141 | 2024-11-21T18:24:45.418Z | Compiling lock_api v0.4.12 |
1142 | 2024-11-21T18:24:45.418Z | Compiling scopeguard v1.2.0 |
1143 | 2024-11-21T18:24:45.418Z | Compiling value-bag v1.9.0 |
1144 | 2024-11-21T18:24:45.418Z | Compiling typenum v1.17.0 |
1145 | 2024-11-21T18:24:45.418Z | Compiling generic-array v0.14.7 |
1146 | 2024-11-21T18:24:45.615Z | Compiling syn v2.0.87 |
1147 | 2024-11-21T18:24:45.630Z | Compiling getrandom v0.2.15 |
1148 | 2024-11-21T18:24:45.706Z | Compiling shlex v1.3.0 |
1149 | 2024-11-21T18:24:45.990Z | Compiling rand_core v0.6.4 |
1150 | 2024-11-21T18:24:46.203Z | Compiling log v0.4.22 |
1151 | 2024-11-21T18:24:46.226Z | Compiling subtle v2.6.1 |
1152 | 2024-11-21T18:24:46.316Z | Compiling jobserver v0.1.32 |
1153 | 2024-11-21T18:24:46.370Z | Compiling smallvec v1.13.2 |
1154 | 2024-11-21T18:24:46.544Z | Compiling const-oid v0.9.6 |
1155 | 2024-11-21T18:24:46.577Z | Compiling spin v0.9.8 |
1156 | 2024-11-21T18:24:46.610Z | Compiling pin-project-lite v0.2.14 |
1157 | 2024-11-21T18:24:46.747Z | Compiling cc v1.1.30 |
1158 | 2024-11-21T18:24:46.804Z | Compiling rustix v0.38.37 |
1159 | 2024-11-21T18:24:46.982Z | Compiling parking_lot_core v0.9.10 |
1160 | 2024-11-21T18:24:47.158Z | Compiling futures-core v0.3.31 |
1161 | 2024-11-21T18:24:47.299Z | Compiling signal-hook-registry v1.4.2 |
1162 | 2024-11-21T18:24:47.427Z | Compiling mio v1.0.2 |
1163 | 2024-11-21T18:24:47.782Z | Compiling aho-corasick v1.1.3 |
1164 | 2024-11-21T18:24:48.157Z | Compiling parking_lot v0.12.3 |
1165 | 2024-11-21T18:24:48.202Z | Compiling either v1.13.0 |
1166 | 2024-11-21T18:24:48.602Z | Compiling regex-syntax v0.8.5 |
1167 | 2024-11-21T18:24:48.626Z | Compiling cpufeatures v0.2.14 |
1168 | 2024-11-21T18:24:48.662Z | Compiling lazy_static v1.5.0 |
1169 | 2024-11-21T18:24:48.718Z | Compiling stable_deref_trait v1.2.0 |
1170 | 2024-11-21T18:24:48.740Z | Compiling futures-sink v0.3.31 |
1171 | 2024-11-21T18:24:48.788Z | Compiling glob v0.3.1 |
1172 | 2024-11-21T18:24:48.826Z | Compiling socket2 v0.5.7 |
1173 | 2024-11-21T18:24:48.895Z | Compiling slab v0.4.9 |
1174 | 2024-11-21T18:24:49.139Z | Compiling prettyplease v0.2.25 |
1175 | 2024-11-21T18:24:49.371Z | Compiling minimal-lexical v0.2.1 |
1176 | 2024-11-21T18:24:49.789Z | Compiling nom v7.1.3 |
1177 | 2024-11-21T18:24:49.822Z | Compiling clang-sys v1.8.1 |
1178 | 2024-11-21T18:24:49.839Z | Compiling libloading v0.8.5 |
1179 | 2024-11-21T18:24:49.884Z | Compiling home v0.5.9 |
1180 | 2024-11-21T18:24:50.152Z | Compiling serde_json v1.0.132 |
1181 | 2024-11-21T18:24:50.258Z | Compiling bindgen v0.69.5 |
1182 | 2024-11-21T18:24:50.491Z | Compiling futures-channel v0.3.31 |
1183 | 2024-11-21T18:24:50.905Z | Compiling itertools v0.12.1 |
1184 | 2024-11-21T18:24:51.077Z | Compiling foldhash v0.1.3 |
1185 | 2024-11-21T18:24:51.203Z | Compiling allocator-api2 v0.2.18 |
1186 | 2024-11-21T18:24:51.398Z | Compiling futures-task v0.3.31 |
1187 | 2024-11-21T18:24:51.709Z | Compiling lazycell v1.3.0 |
1188 | 2024-11-21T18:24:51.887Z | Compiling pin-utils v0.1.0 |
1189 | 2024-11-21T18:24:51.981Z | Compiling futures-io v0.3.31 |
1190 | 2024-11-21T18:24:52.029Z | Compiling rustc-hash v1.1.0 |
1191 | 2024-11-21T18:24:52.181Z | Compiling hashbrown v0.15.0 |
1192 | 2024-11-21T18:24:52.297Z | Compiling regex-automata v0.4.8 |
1193 | 2024-11-21T18:24:53.518Z | Compiling synstructure v0.13.1 |
1194 | 2024-11-21T18:24:53.588Z | Compiling cexpr v0.6.0 |
1195 | 2024-11-21T18:24:54.074Z | Compiling cmake v0.1.51 |
1196 | 2024-11-21T18:24:55.125Z | Compiling libm v0.2.8 |
1197 | 2024-11-21T18:24:55.222Z | Compiling fs_extra v1.3.0 |
1198 | 2024-11-21T18:24:55.385Z | Compiling dunce v1.0.5 |
1199 | 2024-11-21T18:24:55.430Z | Compiling tinyvec_macros v0.1.1 |
1200 | 2024-11-21T18:24:55.451Z | Compiling pkg-config v0.3.31 |
1201 | 2024-11-21T18:24:55.517Z | Compiling tinyvec v1.8.0 |
1202 | 2024-11-21T18:24:55.565Z | Compiling num-traits v0.2.19 |
1203 | 2024-11-21T18:24:56.127Z | Compiling ring v0.17.8 |
1204 | 2024-11-21T18:24:56.831Z | Compiling paste v1.0.15 |
1205 | 2024-11-21T18:24:57.053Z | Compiling unicode-normalization v0.1.24 |
1206 | 2024-11-21T18:24:57.082Z | Compiling unicode-bidi v0.3.17 |
1207 | 2024-11-21T18:24:57.252Z | Compiling base64ct v1.6.0 |
1208 | 2024-11-21T18:24:57.273Z | Compiling litemap v0.7.3 |
1209 | 2024-11-21T18:24:57.340Z | Compiling writeable v0.5.5 |
1210 | 2024-11-21T18:24:57.744Z | Compiling pem-rfc7468 v0.7.0 |
1211 | 2024-11-21T18:24:57.851Z | Compiling regex v1.11.1 |
1212 | 2024-11-21T18:24:58.405Z | Compiling aws-lc-rs v1.10.0 |
1213 | 2024-11-21T18:24:58.452Z | Compiling httparse v1.9.5 |
1214 | 2024-11-21T18:24:58.840Z | Compiling flagset v0.4.6 |
1215 | 2024-11-21T18:24:59.058Z | Compiling tracing-core v0.1.32 |
1216 | 2024-11-21T18:24:59.241Z | Compiling icu_locid_transform_data v1.5.0 |
1217 | 2024-11-21T18:24:59.349Z | Compiling crossbeam-utils v0.8.20 |
1218 | 2024-11-21T18:24:59.884Z | Compiling rustls-pki-types v1.9.0 |
1219 | 2024-11-21T18:24:59.935Z | Compiling percent-encoding v2.3.1 |
1220 | 2024-11-21T18:25:00.264Z | Compiling serde_derive v1.0.215 |
1221 | 2024-11-21T18:25:00.300Z | Compiling zeroize_derive v1.4.2 |
1222 | 2024-11-21T18:25:00.353Z | Compiling zerocopy-derive v0.7.35 |
1223 | 2024-11-21T18:25:00.706Z | Compiling tokio-macros v2.4.0 |
1224 | 2024-11-21T18:25:00.983Z | Compiling zerofrom-derive v0.1.4 |
1225 | 2024-11-21T18:25:01.911Z | Compiling zeroize v1.8.1 |
1226 | 2024-11-21T18:25:02.320Z | Compiling thiserror-impl v1.0.69 |
1227 | 2024-11-21T18:25:02.604Z | Compiling zerocopy v0.7.35 |
1228 | 2024-11-21T18:25:02.717Z | Compiling yoke-derive v0.7.4 |
1229 | 2024-11-21T18:25:03.676Z | Compiling crypto-common v0.1.6 |
1230 | 2024-11-21T18:25:03.887Z | Compiling block-buffer v0.10.4 |
1231 | 2024-11-21T18:25:04.157Z | Compiling digest v0.10.7 |
1232 | 2024-11-21T18:25:04.192Z | Compiling zerovec-derive v0.10.3 |
1233 | 2024-11-21T18:25:04.623Z | Compiling hmac v0.12.1 |
1234 | 2024-11-21T18:25:04.873Z | Compiling futures-macro v0.3.31 |
1235 | 2024-11-21T18:25:04.954Z | Compiling block-padding v0.3.3 |
1236 | 2024-11-21T18:25:05.062Z | Compiling zerofrom v0.1.4 |
1237 | 2024-11-21T18:25:05.199Z | Compiling displaydoc v0.2.5 |
1238 | 2024-11-21T18:25:05.253Z | Compiling inout v0.1.3 |
1239 | 2024-11-21T18:25:05.512Z | Compiling cipher v0.4.4 |
1240 | 2024-11-21T18:25:05.568Z | Compiling thiserror v1.0.69 |
1241 | 2024-11-21T18:25:05.708Z | Compiling sha2 v0.10.8 |
1242 | 2024-11-21T18:25:05.754Z | Compiling yoke v0.7.4 |
1243 | 2024-11-21T18:25:06.031Z | Compiling ppv-lite86 v0.2.20 |
1244 | 2024-11-21T18:25:06.203Z | Compiling der_derive v0.7.3 |
1245 | 2024-11-21T18:25:06.815Z | Compiling futures-util v0.3.31 |
1246 | 2024-11-21T18:25:06.856Z | Compiling icu_provider_macros v1.5.0 |
1247 | 2024-11-21T18:25:06.879Z | Compiling rand_chacha v0.3.1 |
1248 | 2024-11-21T18:25:06.894Z | Compiling zerovec v0.10.4 |
1249 | 2024-11-21T18:25:07.741Z | Compiling tracing-attributes v0.1.27 |
1250 | 2024-11-21T18:25:08.054Z | Compiling rand v0.8.5 |
1251 | 2024-11-21T18:25:08.632Z | Compiling tinystr v0.7.6 |
1252 | 2024-11-21T18:25:09.057Z | Compiling icu_locid v1.5.0 |
1253 | 2024-11-21T18:25:09.078Z | Compiling der v0.7.9 |
1254 | 2024-11-21T18:25:09.110Z | Compiling icu_collections v1.5.0 |
1255 | 2024-11-21T18:25:09.297Z | Compiling salsa20 v0.10.2 |
1256 | 2024-11-21T18:25:09.540Z | Compiling pest v2.7.14 |
1257 | 2024-11-21T18:25:10.276Z | Compiling icu_provider v1.5.0 |
1258 | 2024-11-21T18:25:10.671Z | Compiling pbkdf2 v0.12.2 |
1259 | 2024-11-21T18:25:10.891Z | Compiling untrusted v0.7.1 |
1260 | 2024-11-21T18:25:11.090Z | Compiling icu_locid_transform v1.5.0 |
1261 | 2024-11-21T18:25:11.410Z | Compiling spki v0.7.3 |
1262 | 2024-11-21T18:25:11.517Z | Compiling tracing v0.1.40 |
1263 | 2024-11-21T18:25:11.546Z | Compiling untrusted v0.9.0 |
1264 | 2024-11-21T18:25:11.724Z | Compiling mirai-annotations v1.12.0 |
1265 | 2024-11-21T18:25:11.800Z | Compiling num-conv v0.1.0 |
1266 | 2024-11-21T18:25:11.919Z | Compiling icu_properties_data v1.5.0 |
1267 | 2024-11-21T18:25:12.028Z | Compiling time-core v0.1.2 |
1268 | 2024-11-21T18:25:12.092Z | Compiling vcpkg v0.2.15 |
1269 | 2024-11-21T18:25:12.184Z | Compiling powerfmt v0.2.0 |
1270 | 2024-11-21T18:25:12.206Z | Compiling time-macros v0.2.18 |
1271 | 2024-11-21T18:25:12.485Z | Compiling deranged v0.3.11 |
1272 | 2024-11-21T18:25:12.595Z | Compiling icu_properties v1.5.1 |
1273 | 2024-11-21T18:25:12.636Z | Compiling pest_meta v2.7.14 |
1274 | 2024-11-21T18:25:13.822Z | Compiling scrypt v0.11.0 |
1275 | 2024-11-21T18:25:14.313Z | Compiling bitflags v2.6.0 |
1276 | 2024-11-21T18:25:14.370Z | Compiling bytes v1.8.0 |
1277 | 2024-11-21T18:25:14.775Z | Compiling indexmap v2.6.0 |
1278 | 2024-11-21T18:25:15.591Z | Compiling tokio v1.40.0 |
1279 | 2024-11-21T18:25:15.669Z | Compiling http v1.1.0 |
1280 | 2024-11-21T18:25:16.312Z | Compiling semver v1.0.23 |
1281 | 2024-11-21T18:25:16.869Z | Compiling rustc_version v0.4.1 |
1282 | 2024-11-21T18:25:17.061Z | Compiling openssl-sys v0.9.103 |
1283 | 2024-11-21T18:25:17.565Z | Compiling aes v0.8.4 |
1284 | 2024-11-21T18:25:17.652Z | Compiling cbc v0.1.2 |
1285 | 2024-11-21T18:25:17.760Z | Compiling scroll_derive v0.12.0 |
1286 | 2024-11-21T18:25:17.891Z | Compiling utf16_iter v1.0.5 |
1287 | 2024-11-21T18:25:18.104Z | Compiling utf8_iter v1.0.4 |
1288 | 2024-11-21T18:25:18.191Z | Compiling write16 v1.0.0 |
1289 | 2024-11-21T18:25:18.242Z | Compiling num_threads v0.1.7 |
1290 | 2024-11-21T18:25:18.326Z | Compiling atomic-waker v1.1.2 |
1291 | 2024-11-21T18:25:18.348Z | Compiling icu_normalizer_data v1.5.0 |
1292 | 2024-11-21T18:25:18.375Z | Compiling time v0.3.36 |
1293 | 2024-11-21T18:25:18.448Z | Compiling icu_normalizer v1.5.0 |
1294 | 2024-11-21T18:25:18.676Z | Compiling pkcs5 v0.7.1 |
1295 | 2024-11-21T18:25:19.103Z | Compiling which v4.4.2 |
1296 | 2024-11-21T18:25:19.228Z | Compiling scroll v0.12.0 |
1297 | 2024-11-21T18:25:19.824Z | Compiling http-body v1.0.1 |
1298 | 2024-11-21T18:25:19.879Z | Compiling pest_generator v2.7.14 |
1299 | 2024-11-21T18:25:20.056Z | Compiling form_urlencoded v1.2.1 |
1300 | 2024-11-21T18:25:20.205Z | Compiling try-lock v0.2.5 |
1301 | 2024-11-21T18:25:20.364Z | Compiling slog v2.7.0 |
1302 | 2024-11-21T18:25:20.398Z | Compiling goblin v0.8.2 |
1303 | 2024-11-21T18:25:20.420Z | Compiling want v0.3.1 |
1304 | 2024-11-21T18:25:20.453Z | Compiling pkcs8 v0.10.2 |
1305 | 2024-11-21T18:25:20.704Z | Compiling idna_adapter v1.2.0 |
1306 | 2024-11-21T18:25:20.941Z | Compiling httpdate v1.0.3 |
1307 | 2024-11-21T18:25:21.168Z | Compiling idna v1.0.3 |
1308 | 2024-11-21T18:25:21.443Z | Compiling toml_datetime v0.6.8 |
1309 | 2024-11-21T18:25:21.834Z | Compiling serde_tokenstream v0.2.2 |
1310 | 2024-11-21T18:25:21.957Z | Compiling serde_spanned v0.6.8 |
1311 | 2024-11-21T18:25:21.979Z | Compiling pest_derive v2.7.14 |
1312 | 2024-11-21T18:25:22.181Z | Compiling uuid v1.11.0 |
1313 | 2024-11-21T18:25:22.425Z | Compiling adler2 v2.0.0 |
1314 | 2024-11-21T18:25:22.651Z | Compiling match_cfg v0.1.0 |
1315 | 2024-11-21T18:25:22.814Z | Compiling rustversion v1.0.17 |
1316 | 2024-11-21T18:25:22.817Z | Compiling dtrace-parser v0.2.0 |
1317 | 2024-11-21T18:25:23.031Z | Compiling iana-time-zone v0.1.61 |
1318 | 2024-11-21T18:25:23.469Z | Compiling base64 v0.22.1 |
1319 | 2024-11-21T18:25:23.521Z | Compiling foreign-types-shared v0.1.1 |
1320 | 2024-11-21T18:25:23.624Z | Compiling openssl v0.10.66 |
1321 | 2024-11-21T18:25:23.642Z | Compiling tower-service v0.3.3 |
1322 | 2024-11-21T18:25:23.684Z | Compiling foreign-types v0.3.2 |
1323 | 2024-11-21T18:25:23.786Z | Compiling chrono v0.4.38 |
1324 | 2024-11-21T18:25:23.839Z | Compiling hostname v0.3.1 |
1325 | 2024-11-21T18:25:24.040Z | Compiling tokio-util v0.7.12 |
1326 | 2024-11-21T18:25:24.125Z | Compiling miniz_oxide v0.8.0 |
1327 | 2024-11-21T18:25:24.426Z | Compiling url v2.5.3 |
1328 | 2024-11-21T18:25:25.458Z | Compiling h2 v0.4.6 |
1329 | 2024-11-21T18:25:25.678Z | Compiling openssl-macros v0.1.1 |
1330 | 2024-11-21T18:25:26.301Z | Compiling dof v0.3.0 |
1331 | 2024-11-21T18:25:26.417Z | Compiling async-trait v0.1.83 |
1332 | 2024-11-21T18:25:26.465Z | Compiling dirs-sys-next v0.1.2 |
1333 | 2024-11-21T18:25:27.135Z | Compiling usdt-impl v0.5.0 |
1334 | 2024-11-21T18:25:27.519Z | Compiling siphasher v0.3.11 |
1335 | 2024-11-21T18:25:27.925Z | Compiling syn v1.0.109 |
1336 | 2024-11-21T18:25:28.522Z | Compiling native-tls v0.2.12 |
1337 | 2024-11-21T18:25:28.564Z | Compiling rustls v0.23.14 |
1338 | 2024-11-21T18:25:28.706Z | Compiling data-encoding v2.6.0 |
1339 | 2024-11-21T18:25:28.838Z | Compiling rustls v0.22.4 |
1340 | 2024-11-21T18:25:28.959Z | Compiling dirs-next v2.0.0 |
1341 | 2024-11-21T18:25:29.230Z | Compiling http-body-util v0.1.2 |
1342 | 2024-11-21T18:25:29.779Z | Compiling crossbeam-epoch v0.9.18 |
1343 | 2024-11-21T18:25:30.535Z | Compiling heapless v0.7.17 |
1344 | 2024-11-21T18:25:30.581Z | Compiling signature v2.2.0 |
1345 | 2024-11-21T18:25:30.870Z | Compiling sha1 v0.10.6 |
1346 | 2024-11-21T18:25:30.896Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1347 | 2024-11-21T18:25:30.991Z | Compiling serde_derive_internals v0.29.1 |
1348 | 2024-11-21T18:25:31.156Z | Compiling thread_local v1.1.8 |
1349 | 2024-11-21T18:25:31.269Z | Compiling multer v3.1.0 |
1350 | 2024-11-21T18:25:31.303Z | Compiling encoding_rs v0.8.34 |
1351 | 2024-11-21T18:25:31.362Z | Compiling cookie v0.18.1 |
1352 | 2024-11-21T18:25:31.538Z | Compiling ipnet v2.10.1 |
1353 | 2024-11-21T18:25:31.631Z | Compiling slog-async v2.8.0 |
1354 | 2024-11-21T18:25:31.704Z | Compiling openssl-probe v0.1.5 |
1355 | 2024-11-21T18:25:32.067Z | Compiling signal-hook v0.3.17 |
1356 | 2024-11-21T18:25:32.134Z | Compiling unicode-properties v0.1.3 |
1357 | 2024-11-21T18:25:32.311Z | Compiling gimli v0.31.1 |
1358 | 2024-11-21T18:25:32.544Z | Compiling hyper v1.5.0 |
1359 | 2024-11-21T18:25:32.792Z | Compiling mime v0.3.17 |
1360 | 2024-11-21T18:25:33.423Z | Compiling schemars v0.8.21 |
1361 | 2024-11-21T18:25:33.776Z | Compiling rayon-core v1.12.1 |
1362 | 2024-11-21T18:25:33.795Z | Compiling schemars_derive v0.8.21 |
1363 | 2024-11-21T18:25:34.109Z | Compiling stringprep v0.1.5 |
1364 | 2024-11-21T18:25:35.385Z | Compiling hyper-util v0.1.10 |
1365 | 2024-11-21T18:25:36.270Z | Compiling toml_edit v0.22.22 |
1366 | 2024-11-21T18:25:36.755Z | Compiling usdt-attr-macro v0.5.0 |
1367 | 2024-11-21T18:25:37.205Z | Compiling addr2line v0.24.2 |
1368 | 2024-11-21T18:25:37.571Z | Compiling usdt-macro v0.5.0 |
1369 | 2024-11-21T18:25:37.910Z | Compiling crossbeam-deque v0.8.5 |
1370 | 2024-11-21T18:25:37.952Z | Compiling term v0.7.0 |
1371 | 2024-11-21T18:25:38.234Z | Compiling slog-json v2.6.1 |
1372 | 2024-11-21T18:25:38.334Z | Compiling serde_urlencoded v0.7.1 |
1373 | 2024-11-21T18:25:38.519Z | Compiling crossbeam-channel v0.5.13 |
1374 | 2024-11-21T18:25:38.597Z | Compiling curve25519-dalek v4.1.3 |
1375 | 2024-11-21T18:25:38.883Z | Compiling futures-executor v0.3.31 |
1376 | 2024-11-21T18:25:39.087Z | Compiling enum-as-inner v0.6.1 |
1377 | 2024-11-21T18:25:39.221Z | Compiling md-5 v0.10.6 |
1378 | 2024-11-21T18:25:39.443Z | Compiling rustls-pemfile v2.2.0 |
1379 | 2024-11-21T18:25:39.476Z | Compiling async-stream-impl v0.3.6 |
1380 | 2024-11-21T18:25:39.496Z | Compiling num-integer v0.1.46 |
1381 | 2024-11-21T18:25:39.634Z | Compiling idna v0.3.0 |
1382 | 2024-11-21T18:25:39.791Z | Compiling idna v0.4.0 |
1383 | 2024-11-21T18:25:40.197Z | Compiling hash32 v0.2.1 |
1384 | 2024-11-21T18:25:40.258Z | Compiling ff v0.13.0 |
1385 | 2024-11-21T18:25:40.494Z | Compiling is-terminal v0.4.13 |
1386 | 2024-11-21T18:25:40.563Z | Compiling object v0.36.5 |
1387 | 2024-11-21T18:25:40.629Z | Compiling dropshot v0.12.0 |
1388 | 2024-11-21T18:25:40.915Z | Compiling portable-atomic v1.9.0 |
1389 | 2024-11-21T18:25:40.982Z | Compiling utf-8 v0.7.6 |
1390 | 2024-11-21T18:25:41.340Z | Compiling base16ct v0.2.0 |
1391 | 2024-11-21T18:25:41.372Z | Compiling smoltcp v0.9.1 |
1392 | 2024-11-21T18:25:41.457Z | Compiling rustc-demangle v0.1.24 |
1393 | 2024-11-21T18:25:41.678Z | Compiling num-bigint-dig v0.8.4 |
1394 | 2024-11-21T18:25:41.967Z | Compiling take_mut v0.2.2 |
1395 | 2024-11-21T18:25:41.987Z | Compiling dyn-clone v1.0.17 |
1396 | 2024-11-21T18:25:42.114Z | Compiling fallible-iterator v0.2.0 |
1397 | 2024-11-21T18:25:42.134Z | Compiling anyhow v1.0.93 |
1398 | 2024-11-21T18:25:42.209Z | Compiling psl-types v2.0.11 |
1399 | 2024-11-21T18:25:42.410Z | Compiling linked-hash-map v0.5.6 |
1400 | 2024-11-21T18:25:42.448Z | Compiling quick-error v1.2.3 |
1401 | 2024-11-21T18:25:42.600Z | Compiling resolv-conf v0.7.0 |
1402 | 2024-11-21T18:25:42.787Z | Compiling lru-cache v0.1.2 |
1403 | 2024-11-21T18:25:42.840Z | Compiling postgres-protocol v0.6.7 |
1404 | 2024-11-21T18:25:42.986Z | Compiling publicsuffix v2.2.3 |
1405 | 2024-11-21T18:25:43.527Z | Compiling sec1 v0.7.3 |
1406 | 2024-11-21T18:25:44.134Z | Compiling tungstenite v0.24.0 |
1407 | 2024-11-21T18:25:44.293Z | Compiling async-stream v0.3.6 |
1408 | 2024-11-21T18:25:44.503Z | Compiling hickory-proto v0.24.1 |
1409 | 2024-11-21T18:25:44.597Z | Compiling slog-term v2.9.1 |
1410 | 2024-11-21T18:25:45.882Z | Compiling usdt v0.5.0 |
1411 | 2024-11-21T18:25:45.942Z | Compiling group v0.13.0 |
1412 | 2024-11-21T18:25:46.285Z | Compiling num-iter v0.1.45 |
1413 | 2024-11-21T18:25:46.437Z | Compiling toml v0.8.19 |
1414 | 2024-11-21T18:25:46.504Z | Compiling futures v0.3.31 |
1415 | 2024-11-21T18:25:46.598Z | Compiling slog-bunyan v2.5.0 |
1416 | 2024-11-21T18:25:48.050Z | Compiling backtrace v0.3.74 |
1417 | 2024-11-21T18:25:48.151Z | Compiling camino v1.1.9 |
1418 | 2024-11-21T18:25:48.420Z | Compiling tokio-native-tls v0.3.1 |
1419 | 2024-11-21T18:25:48.709Z | Compiling phf_shared v0.11.2 |
1420 | 2024-11-21T18:25:48.712Z | Compiling dropshot_endpoint v0.12.0 |
1421 | 2024-11-21T18:25:49.107Z | Compiling terminal_size v0.4.0 |
1422 | 2024-11-21T18:25:49.110Z | Compiling waitgroup v0.1.2 |
1423 | 2024-11-21T18:25:49.253Z | Compiling openapiv3 v2.0.0 |
1424 | 2024-11-21T18:25:49.337Z | Compiling serde_path_to_error v0.1.16 |
1425 | 2024-11-21T18:25:49.357Z | Compiling hkdf v0.12.4 |
1426 | 2024-11-21T18:25:49.614Z | Compiling crypto-bigint v0.5.5 |
1427 | 2024-11-21T18:25:50.190Z | Compiling webpki-roots v0.26.6 |
1428 | 2024-11-21T18:25:50.411Z | Compiling curve25519-dalek-derive v0.1.1 |
1429 | 2024-11-21T18:25:51.816Z | Compiling zerocopy-derive v0.6.6 |
1430 | 2024-11-21T18:25:52.025Z | Compiling idna v0.5.0 |
1431 | 2024-11-21T18:25:52.612Z | Compiling hubpack_derive v0.1.1 |
1432 | 2024-11-21T18:25:53.451Z | Compiling hostname v0.4.0 |
1433 | 2024-11-21T18:25:53.491Z | Compiling fs-err v2.11.0 |
1434 | 2024-11-21T18:25:53.727Z | Compiling ahash v0.8.11 |
1435 | 2024-11-21T18:25:53.747Z | Compiling crc32fast v1.4.2 |
1436 | 2024-11-21T18:25:53.767Z | Compiling winnow v0.5.40 |
1437 | 2024-11-21T18:25:53.769Z | Compiling debug-ignore v1.0.5 |
1438 | 2024-11-21T18:25:53.931Z | Compiling managed v0.8.0 |
1439 | 2024-11-21T18:25:54.054Z | Compiling bitflags v1.3.2 |
1440 | 2024-11-21T18:25:54.079Z | Compiling zerocopy v0.6.6 |
1441 | 2024-11-21T18:25:54.098Z | Compiling console v0.15.8 |
1442 | 2024-11-21T18:25:54.163Z | Compiling strum_macros v0.25.3 |
1443 | 2024-11-21T18:25:54.966Z | Compiling flate2 v1.0.34 |
1444 | 2024-11-21T18:25:55.018Z | Compiling clap_builder v4.5.21 |
1445 | 2024-11-21T18:25:55.760Z | Compiling hubpack v0.1.2 |
1446 | 2024-11-21T18:25:55.856Z | Compiling cookie_store v0.21.0 |
1447 | 2024-11-21T18:25:55.996Z | Compiling elliptic-curve v0.13.8 |
1448 | 2024-11-21T18:25:56.603Z | Compiling hickory-resolver v0.24.1 |
1449 | 2024-11-21T18:25:56.862Z | Compiling phf v0.11.2 |
1450 | 2024-11-21T18:25:57.539Z | Compiling toml_edit v0.19.15 |
1451 | 2024-11-21T18:25:57.659Z | Compiling hyper-tls v0.6.0 |
1452 | 2024-11-21T18:25:58.077Z | Compiling signal-hook-mio v0.2.4 |
1453 | 2024-11-21T18:25:58.099Z | Compiling rayon v1.10.0 |
1454 | 2024-11-21T18:25:58.248Z | Compiling bzip2 v0.4.4 |
1455 | 2024-11-21T18:25:58.671Z | Compiling tokio-tungstenite v0.24.0 |
1456 | 2024-11-21T18:25:59.220Z | Compiling postgres-types v0.2.8 |
1457 | 2024-11-21T18:26:02.171Z | Compiling ed25519 v2.2.3 |
1458 | 2024-11-21T18:26:02.974Z | Compiling phf_shared v0.10.0 |
1459 | 2024-11-21T18:26:03.378Z | Compiling tokio-stream v0.1.16 |
1460 | 2024-11-21T18:26:03.524Z | Compiling pkcs1 v0.7.5 |
1461 | 2024-11-21T18:26:04.069Z | Compiling serde-big-array v0.5.1 |
1462 | 2024-11-21T18:26:04.317Z | Compiling clap_derive v4.5.18 |
1463 | 2024-11-21T18:26:04.413Z | Compiling rfc6979 v0.4.0 |
1464 | 2024-11-21T18:26:04.466Z | Compiling derive-where v1.2.7 |
1465 | 2024-11-21T18:26:04.561Z | Compiling serde_repr v0.1.19 |
1466 | 2024-11-21T18:26:04.605Z | Compiling float-cmp v0.9.0 |
1467 | 2024-11-21T18:26:04.625Z | Compiling bstr v1.10.0 |
1468 | 2024-11-21T18:26:04.840Z | Compiling sync_wrapper v1.0.1 |
1469 | 2024-11-21T18:26:05.003Z | Compiling bit-vec v0.6.3 |
1470 | 2024-11-21T18:26:05.470Z | Compiling unicode-width v0.2.0 |
1471 | 2024-11-21T18:26:05.741Z | Compiling unicode-segmentation v1.12.0 |
1472 | 2024-11-21T18:26:05.760Z | Compiling whoami v1.5.2 |
1473 | 2024-11-21T18:26:06.015Z | Compiling predicates-core v1.0.8 |
1474 | 2024-11-21T18:26:06.387Z | Compiling static_assertions v1.1.0 |
1475 | 2024-11-21T18:26:06.447Z | Compiling fixedbitset v0.4.2 |
1476 | 2024-11-21T18:26:06.467Z | Compiling difflib v0.4.0 |
1477 | 2024-11-21T18:26:06.497Z | Compiling normalize-line-endings v0.3.0 |
1478 | 2024-11-21T18:26:06.626Z | Compiling precomputed-hash v0.1.1 |
1479 | 2024-11-21T18:26:06.661Z | Compiling number_prefix v0.4.0 |
1480 | 2024-11-21T18:26:06.755Z | Compiling new_debug_unreachable v1.0.6 |
1481 | 2024-11-21T18:26:06.864Z | Compiling string_cache v0.8.7 |
1482 | 2024-11-21T18:26:06.889Z | Compiling indicatif v0.17.9 |
1483 | 2024-11-21T18:26:06.917Z | Compiling predicates v3.1.2 |
1484 | 2024-11-21T18:26:07.359Z | Compiling petgraph v0.6.5 |
1485 | 2024-11-21T18:26:08.079Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1486 | 2024-11-21T18:26:08.083Z | Compiling similar v2.6.0 |
1487 | 2024-11-21T18:26:08.712Z | Compiling tokio-postgres v0.7.12 |
1488 | 2024-11-21T18:26:09.165Z | Compiling bit-set v0.5.3 |
1489 | 2024-11-21T18:26:09.470Z | Compiling ecdsa v0.16.9 |
1490 | 2024-11-21T18:26:09.505Z | Compiling clap v4.5.21 |
1491 | 2024-11-21T18:26:09.638Z | Compiling rsa v0.9.6 |
1492 | 2024-11-21T18:26:10.336Z | Compiling ed25519-dalek v2.1.1 |
1493 | 2024-11-21T18:26:10.554Z | Compiling toml v0.7.8 |
1494 | 2024-11-21T18:26:11.627Z | Compiling zip v0.6.6 |
1495 | 2024-11-21T18:26:11.707Z | Compiling crossterm v0.28.1 |
1496 | 2024-11-21T18:26:13.080Z | Compiling hex v0.4.3 |
1497 | 2024-11-21T18:26:13.233Z | Compiling x509-cert v0.2.5 |
1498 | 2024-11-21T18:26:13.574Z | Compiling itertools v0.10.5 |
1499 | 2024-11-21T18:26:13.717Z | Compiling lalrpop-util v0.19.12 |
1500 | 2024-11-21T18:26:14.076Z | Compiling peg-runtime v0.8.3 |
1501 | 2024-11-21T18:26:14.527Z | Compiling unicode-xid v0.2.6 |
1502 | 2024-11-21T18:26:14.718Z | Compiling strum_macros v0.26.4 |
1503 | 2024-11-21T18:26:14.754Z | Compiling xattr v1.3.1 |
1504 | 2024-11-21T18:26:15.025Z | Compiling filetime v0.2.25 |
1505 | 2024-11-21T18:26:15.354Z | Compiling tar v0.4.42 |
1506 | 2024-11-21T18:26:19.608Z | Compiling strum v0.26.3 |
1507 | 2024-11-21T18:26:22.013Z | Compiling aws-lc-sys v0.22.0 |
1508 | 2024-11-21T18:26:53.139Z | Compiling rustls-webpki v0.102.8 |
1509 | 2024-11-21T18:26:56.469Z | Compiling tokio-rustls v0.25.0 |
1510 | 2024-11-21T18:26:58.100Z | Compiling tokio-rustls v0.26.0 |
1511 | 2024-11-21T18:26:58.490Z | Compiling hyper-rustls v0.27.3 |
1512 | 2024-11-21T18:26:58.836Z | Compiling reqwest v0.12.9 |
1513 | 2024-11-21T18:26:59.833Z | Compiling qorb v0.2.0 |
1514 | 2024-11-21T18:27:04.744Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1515 | 2024-11-21T18:27:04.980Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1516 | 2024-11-21T18:27:10.790Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 29s |
1517 | 2024-11-21T18:27:10.964Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1518 | 2024-11-21T18:27:11.020Z | Nov 21 18:27:10.083 INFO Starting download, target: Clickhouse |
1519 | 2024-11-21T18:27:11.020Z | Nov 21 18:27:10.083 INFO Starting download, target: Cockroach |
1520 | 2024-11-21T18:27:11.020Z | Nov 21 18:27:10.083 INFO Starting download, target: Console |
1521 | 2024-11-21T18:27:11.021Z | Nov 21 18:27:10.083 INFO Starting download, target: DendriteOpenapi |
1522 | 2024-11-21T18:27:11.023Z | Nov 21 18:27:10.083 INFO Starting download, target: DendriteStub |
1523 | 2024-11-21T18:27:11.023Z | Nov 21 18:27:10.083 INFO Starting download, target: MaghemiteMgd |
1524 | 2024-11-21T18:27:11.024Z | Nov 21 18:27:10.083 INFO Starting download, target: TransceiverControl |
1525 | 2024-11-21T18:27:11.024Z | Nov 21 18:27:10.084 INFO Downloading out/downloads/dpd-6ff2fa108419df134b869a08021fc64d0a58595a.json (attempt 1/3), target: DendriteOpenapi |
1526 | 2024-11-21T18:27:11.024Z | Nov 21 18:27:10.084 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1527 | 2024-11-21T18:27:11.024Z | Nov 21 18:27:10.084 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1528 | 2024-11-21T18:27:11.024Z | Nov 21 18:27:10.084 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1529 | 2024-11-21T18:27:11.024Z | Nov 21 18:27:10.084 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1530 | 2024-11-21T18:27:11.024Z | Nov 21 18:27:10.084 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1531 | 2024-11-21T18:27:11.024Z | Nov 21 18:27:10.084 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1532 | 2024-11-21T18:27:11.290Z | Nov 21 18:27:10.287 INFO Download complete, target: DendriteOpenapi |
1533 | 2024-11-21T18:27:11.455Z | Nov 21 18:27:10.366 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1534 | 2024-11-21T18:27:11.739Z | Nov 21 18:27:10.698 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1535 | 2024-11-21T18:27:12.173Z | Nov 21 18:27:10.988 INFO Download complete, target: TransceiverControl |
1536 | 2024-11-21T18:27:12.174Z | Nov 21 18:27:10.990 INFO Download complete, target: Console |
1537 | 2024-11-21T18:27:12.336Z | Nov 21 18:27:11.228 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1538 | 2024-11-21T18:27:12.472Z | Nov 21 18:27:11.454 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1539 | 2024-11-21T18:27:13.120Z | Nov 21 18:27:12.181 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1540 | 2024-11-21T18:27:13.120Z | Nov 21 18:27:12.181 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1541 | 2024-11-21T18:27:13.137Z | Nov 21 18:27:12.192 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1542 | 2024-11-21T18:27:14.864Z | Nov 21 18:27:13.927 INFO Download complete, target: DendriteStub |
1543 | 2024-11-21T18:27:15.031Z | Nov 21 18:27:14.093 INFO Download complete, target: MaghemiteMgd |
1544 | 2024-11-21T18:27:20.133Z | Nov 21 18:27:19.196 INFO Checking that binary works, target: Cockroach |
1545 | 2024-11-21T18:27:20.288Z | Nov 21 18:27:19.351 INFO Download complete, target: Cockroach |
1546 | 2024-11-21T18:27:24.959Z | Nov 21 18:27:24.023 INFO Checking that binary works, target: Clickhouse |
1547 | 2024-11-21T18:27:25.312Z | Nov 21 18:27:24.375 INFO Download complete, target: Clickhouse |
1548 | 2024-11-21T18:27:25.319Z | All prerequisites installed successfully |
1549 | 2024-11-21T18:27:25.321Z | |
1550 | 2024-11-21T18:27:25.321Z | real 5:08.129103982 |
1551 | 2024-11-21T18:27:25.321Z | user 16:24.742973152 |
1552 | 2024-11-21T18:27:25.321Z | sys 3:16.222202757 |
1553 | 2024-11-21T18:27:25.321Z | trap 0.541108847 |
1554 | 2024-11-21T18:27:25.321Z | tflt 5.164940495 |
1555 | 2024-11-21T18:27:25.321Z | dflt 4.849126655 |
1556 | 2024-11-21T18:27:25.321Z | kflt 0.456224757 |
1557 | 2024-11-21T18:27:25.321Z | lock 29:39.056941883 |
1558 | 2024-11-21T18:27:25.321Z | slp 1:02:30.855842232 |
1559 | 2024-11-21T18:27:25.321Z | lat 54.845846196 |
1560 | 2024-11-21T18:27:25.321Z | stop 2:21.817354134 |
1561 | 2024-11-21T18:27:25.321Z | + ptime -m cargo xtask download softnpu |
1562 | 2024-11-21T18:27:25.869Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s |
1563 | 2024-11-21T18:27:25.889Z | Running `target/debug/xtask download softnpu` |
1564 | 2024-11-21T18:27:26.739Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s |
1565 | 2024-11-21T18:27:26.795Z | Running `target/debug/xtask-downloader softnpu` |
1566 | 2024-11-21T18:27:26.832Z | Nov 21 18:27:25.896 INFO Starting download, target: Softnpu |
1567 | 2024-11-21T18:27:26.835Z | Nov 21 18:27:25.896 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1568 | 2024-11-21T18:27:27.657Z | Nov 21 18:27:26.721 INFO Download complete, target: Softnpu |
1569 | 2024-11-21T18:27:27.661Z | |
1570 | 2024-11-21T18:27:27.664Z | real 2.335780154 |
1571 | 2024-11-21T18:27:27.664Z | user 1.291851410 |
1572 | 2024-11-21T18:27:27.664Z | sys 0.549791651 |
1573 | 2024-11-21T18:27:27.664Z | trap 0.000899407 |
1574 | 2024-11-21T18:27:27.664Z | tflt 0.000003280 |
1575 | 2024-11-21T18:27:27.664Z | dflt 0.000005050 |
1576 | 2024-11-21T18:27:27.664Z | kflt 0.000000000 |
1577 | 2024-11-21T18:27:27.664Z | lock 8.306535340 |
1578 | 2024-11-21T18:27:27.664Z | slp 0.768709909 |
1579 | 2024-11-21T18:27:27.664Z | lat 0.065814970 |
1580 | 2024-11-21T18:27:27.664Z | stop 0.000159808 |
1581 | 2024-11-21T18:27:27.664Z | + export CARGO_INCREMENTAL=0 |
1582 | 2024-11-21T18:27:27.665Z | + CARGO_INCREMENTAL=0 |
1583 | 2024-11-21T18:27:27.665Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1584 | 2024-11-21T18:27:28.643Z | Compiling proc-macro2 v1.0.89 |
1585 | 2024-11-21T18:27:28.643Z | Compiling unicode-ident v1.0.13 |
1586 | 2024-11-21T18:27:28.646Z | Compiling libc v0.2.162 |
1587 | 2024-11-21T18:27:28.646Z | Compiling serde v1.0.215 |
1588 | 2024-11-21T18:27:28.646Z | Compiling autocfg v1.4.0 |
1589 | 2024-11-21T18:27:28.646Z | Compiling version_check v0.9.5 |
1590 | 2024-11-21T18:27:28.646Z | Compiling cfg-if v1.0.0 |
1591 | 2024-11-21T18:27:28.870Z | Compiling memchr v2.7.4 |
1592 | 2024-11-21T18:27:28.917Z | Compiling shlex v1.3.0 |
1593 | 2024-11-21T18:27:28.943Z | Compiling typenum v1.17.0 |
1594 | 2024-11-21T18:27:29.312Z | Compiling value-bag v1.9.0 |
1595 | 2024-11-21T18:27:29.439Z | Compiling generic-array v0.14.7 |
1596 | 2024-11-21T18:27:29.715Z | Compiling scopeguard v1.2.0 |
1597 | 2024-11-21T18:27:29.742Z | Compiling lock_api v0.4.12 |
1598 | 2024-11-21T18:27:29.874Z | Compiling log v0.4.22 |
1599 | 2024-11-21T18:27:29.896Z | Compiling parking_lot_core v0.9.10 |
1600 | 2024-11-21T18:27:30.302Z | Compiling serde_json v1.0.132 |
1601 | 2024-11-21T18:27:30.319Z | Compiling once_cell v1.20.2 |
1602 | 2024-11-21T18:27:30.610Z | Compiling quote v1.0.37 |
1603 | 2024-11-21T18:27:30.654Z | Compiling rustix v0.38.37 |
1604 | 2024-11-21T18:27:30.696Z | Compiling libm v0.2.8 |
1605 | 2024-11-21T18:27:30.717Z | Compiling jobserver v0.1.32 |
1606 | 2024-11-21T18:27:30.963Z | Compiling getrandom v0.2.15 |
1607 | 2024-11-21T18:27:31.018Z | Compiling syn v2.0.87 |
1608 | 2024-11-21T18:27:31.188Z | Compiling cc v1.1.30 |
1609 | 2024-11-21T18:27:31.294Z | Compiling thiserror v1.0.69 |
1610 | 2024-11-21T18:27:31.322Z | Compiling aho-corasick v1.1.3 |
1611 | 2024-11-21T18:27:31.353Z | Compiling regex-syntax v0.8.5 |
1612 | 2024-11-21T18:27:31.479Z | Compiling num-traits v0.2.19 |
1613 | 2024-11-21T18:27:31.528Z | Compiling either v1.13.0 |
1614 | 2024-11-21T18:27:31.767Z | Compiling itoa v1.0.11 |
1615 | 2024-11-21T18:27:31.789Z | Compiling spin v0.9.8 |
1616 | 2024-11-21T18:27:31.993Z | Compiling slab v0.4.9 |
1617 | 2024-11-21T18:27:32.313Z | Compiling byteorder v1.5.0 |
1618 | 2024-11-21T18:27:32.502Z | Compiling errno v0.3.9 |
1619 | 2024-11-21T18:27:32.736Z | Compiling rand_core v0.6.4 |
1620 | 2024-11-21T18:27:32.781Z | Compiling lazy_static v1.5.0 |
1621 | 2024-11-21T18:27:32.908Z | Compiling glob v0.3.1 |
1622 | 2024-11-21T18:27:33.376Z | Compiling prettyplease v0.2.25 |
1623 | 2024-11-21T18:27:33.719Z | Compiling clang-sys v1.8.1 |
1624 | 2024-11-21T18:27:34.183Z | Compiling minimal-lexical v0.2.1 |
1625 | 2024-11-21T18:27:34.186Z | Compiling libloading v0.8.5 |
1626 | 2024-11-21T18:27:34.429Z | Compiling subtle v2.6.1 |
1627 | 2024-11-21T18:27:34.587Z | Compiling nom v7.1.3 |
1628 | 2024-11-21T18:27:34.720Z | Compiling home v0.5.9 |
1629 | 2024-11-21T18:27:34.723Z | Compiling bindgen v0.69.5 |
1630 | 2024-11-21T18:27:34.970Z | Compiling regex-automata v0.4.8 |
1631 | 2024-11-21T18:27:34.991Z | Compiling allocator-api2 v0.2.18 |
1632 | 2024-11-21T18:27:35.196Z | Compiling itertools v0.12.1 |
1633 | 2024-11-21T18:27:35.719Z | Compiling smallvec v1.13.2 |
1634 | 2024-11-21T18:27:35.760Z | Compiling rustc-hash v1.1.0 |
1635 | 2024-11-21T18:27:35.920Z | Compiling lazycell v1.3.0 |
1636 | 2024-11-21T18:27:36.100Z | Compiling semver v1.0.23 |
1637 | 2024-11-21T18:27:36.220Z | Compiling cmake v0.1.51 |
1638 | 2024-11-21T18:27:36.766Z | Compiling dunce v1.0.5 |
1639 | 2024-11-21T18:27:36.897Z | Compiling fs_extra v1.3.0 |
1640 | 2024-11-21T18:27:37.790Z | Compiling cexpr v0.6.0 |
1641 | 2024-11-21T18:27:37.810Z | Compiling pkg-config v0.3.31 |
1642 | 2024-11-21T18:27:38.033Z | Compiling ring v0.17.8 |
1643 | 2024-11-21T18:27:38.387Z | Compiling ryu v1.0.18 |
1644 | 2024-11-21T18:27:38.498Z | Compiling pin-project-lite v0.2.14 |
1645 | 2024-11-21T18:27:38.638Z | Compiling synstructure v0.13.1 |
1646 | 2024-11-21T18:27:39.024Z | Compiling const-oid v0.9.6 |
1647 | 2024-11-21T18:27:39.368Z | Compiling paste v1.0.15 |
1648 | 2024-11-21T18:27:39.494Z | Compiling fnv v1.0.7 |
1649 | 2024-11-21T18:27:39.740Z | Compiling aws-lc-rs v1.10.0 |
1650 | 2024-11-21T18:27:39.892Z | Compiling foldhash v0.1.3 |
1651 | 2024-11-21T18:27:40.083Z | Compiling equivalent v1.0.1 |
1652 | 2024-11-21T18:27:40.140Z | Compiling httparse v1.9.5 |
1653 | 2024-11-21T18:27:40.176Z | Compiling hashbrown v0.15.0 |
1654 | 2024-11-21T18:27:40.790Z | Compiling regex v1.11.1 |
1655 | 2024-11-21T18:27:41.018Z | Compiling heck v0.5.0 |
1656 | 2024-11-21T18:27:41.393Z | Compiling schemars v0.8.21 |
1657 | 2024-11-21T18:27:41.601Z | Compiling serde_derive_internals v0.29.1 |
1658 | 2024-11-21T18:27:41.713Z | Compiling signal-hook-registry v1.4.2 |
1659 | 2024-11-21T18:27:41.807Z | Compiling mio v1.0.2 |
1660 | 2024-11-21T18:27:41.850Z | Compiling parking_lot v0.12.3 |
1661 | 2024-11-21T18:27:43.667Z | Compiling stable_deref_trait v1.2.0 |
1662 | 2024-11-21T18:27:43.789Z | Compiling crossbeam-utils v0.8.20 |
1663 | 2024-11-21T18:27:43.835Z | Compiling socket2 v0.5.7 |
1664 | 2024-11-21T18:27:43.854Z | Compiling time-core v0.1.2 |
1665 | 2024-11-21T18:27:44.024Z | Compiling futures-core v0.3.31 |
1666 | 2024-11-21T18:27:44.214Z | Compiling serde_derive v1.0.215 |
1667 | 2024-11-21T18:27:44.314Z | Compiling zeroize_derive v1.4.2 |
1668 | 2024-11-21T18:27:44.333Z | Compiling zerocopy-derive v0.7.35 |
1669 | 2024-11-21T18:27:44.705Z | Compiling thiserror-impl v1.0.69 |
1670 | 2024-11-21T18:27:45.445Z | Compiling tokio-macros v2.4.0 |
1671 | 2024-11-21T18:27:45.506Z | Compiling zerofrom-derive v0.1.4 |
1672 | 2024-11-21T18:27:45.633Z | Compiling yoke-derive v0.7.4 |
1673 | 2024-11-21T18:27:45.739Z | Compiling zeroize v1.8.1 |
1674 | 2024-11-21T18:27:46.098Z | Compiling futures-macro v0.3.31 |
1675 | 2024-11-21T18:27:46.374Z | Compiling zerovec-derive v0.10.3 |
1676 | 2024-11-21T18:27:46.896Z | Compiling zerocopy v0.7.35 |
1677 | 2024-11-21T18:27:47.594Z | Compiling displaydoc v0.2.5 |
1678 | 2024-11-21T18:27:48.056Z | Compiling crypto-common v0.1.6 |
1679 | 2024-11-21T18:27:48.250Z | Compiling tracing-attributes v0.1.27 |
1680 | 2024-11-21T18:27:48.268Z | Compiling icu_provider_macros v1.5.0 |
1681 | 2024-11-21T18:27:48.515Z | Compiling block-buffer v0.10.4 |
1682 | 2024-11-21T18:27:48.768Z | Compiling digest v0.10.7 |
1683 | 2024-11-21T18:27:48.787Z | Compiling schemars_derive v0.8.21 |
1684 | 2024-11-21T18:27:49.142Z | Compiling der_derive v0.7.3 |
1685 | 2024-11-21T18:27:49.350Z | Compiling num-conv v0.1.0 |
1686 | 2024-11-21T18:27:49.647Z | Compiling time-macros v0.2.18 |
1687 | 2024-11-21T18:27:50.029Z | Compiling vcpkg v0.2.15 |
1688 | 2024-11-21T18:27:51.667Z | Compiling openssl-sys v0.9.103 |
1689 | 2024-11-21T18:27:52.592Z | Compiling cpufeatures v0.2.14 |
1690 | 2024-11-21T18:27:52.655Z | Compiling futures-sink v0.3.31 |
1691 | 2024-11-21T18:27:52.696Z | Compiling slog v2.7.0 |
1692 | 2024-11-21T18:27:52.952Z | Compiling ahash v0.8.11 |
1693 | 2024-11-21T18:27:52.980Z | Compiling syn v1.0.109 |
1694 | 2024-11-21T18:27:53.518Z | Compiling zerofrom v0.1.4 |
1695 | 2024-11-21T18:27:53.606Z | Compiling scroll_derive v0.12.0 |
1696 | 2024-11-21T18:27:53.680Z | Compiling ucd-trie v0.1.7 |
1697 | 2024-11-21T18:27:53.849Z | Compiling iana-time-zone v0.1.61 |
1698 | 2024-11-21T18:27:54.306Z | Compiling pest v2.7.14 |
1699 | 2024-11-21T18:27:54.462Z | Compiling yoke v0.7.4 |
1700 | 2024-11-21T18:27:54.654Z | Compiling futures-channel v0.3.31 |
1701 | 2024-11-21T18:27:54.939Z | Compiling hmac v0.12.1 |
1702 | 2024-11-21T18:27:55.186Z | Compiling futures-io v0.3.31 |
1703 | 2024-11-21T18:27:55.254Z | Compiling openssl v0.10.66 |
1704 | 2024-11-21T18:27:55.366Z | Compiling futures-task v0.3.31 |
1705 | 2024-11-21T18:27:55.659Z | Compiling pin-utils v0.1.0 |
1706 | 2024-11-21T18:27:55.763Z | Compiling futures-util v0.3.31 |
1707 | 2024-11-21T18:27:55.806Z | Compiling zerovec v0.10.4 |
1708 | 2024-11-21T18:27:56.193Z | Compiling block-padding v0.3.3 |
1709 | 2024-11-21T18:27:56.921Z | Compiling pest_meta v2.7.14 |
1710 | 2024-11-21T18:27:57.203Z | Compiling tinyvec_macros v0.1.1 |
1711 | 2024-11-21T18:27:57.298Z | Compiling tinyvec v1.8.0 |
1712 | 2024-11-21T18:27:57.851Z | Compiling bitflags v2.6.0 |
1713 | 2024-11-21T18:27:57.870Z | Compiling bytes v1.8.0 |
1714 | 2024-11-21T18:27:59.758Z | Compiling indexmap v2.6.0 |
1715 | 2024-11-21T18:28:01.099Z | Compiling tokio v1.40.0 |
1716 | 2024-11-21T18:28:01.799Z | Compiling serde_tokenstream v0.2.2 |
1717 | 2024-11-21T18:28:02.309Z | Compiling which v4.4.2 |
1718 | 2024-11-21T18:28:02.365Z | Compiling http v1.1.0 |
1719 | 2024-11-21T18:28:02.601Z | Compiling uuid v1.11.0 |
1720 | 2024-11-21T18:28:03.410Z | Compiling rustc_version v0.4.1 |
1721 | 2024-11-21T18:28:03.881Z | Compiling chrono v0.4.38 |
1722 | 2024-11-21T18:28:05.885Z | Compiling pest_generator v2.7.14 |
1723 | 2024-11-21T18:28:07.035Z | Compiling toml_datetime v0.6.8 |
1724 | 2024-11-21T18:28:07.510Z | Compiling serde_spanned v0.6.8 |
1725 | 2024-11-21T18:28:07.721Z | Compiling inout v0.1.3 |
1726 | 2024-11-21T18:28:07.989Z | Compiling openssl-macros v0.1.1 |
1727 | 2024-11-21T18:28:08.725Z | Compiling strsim v0.11.1 |
1728 | 2024-11-21T18:28:09.585Z | Compiling rustls v0.23.14 |
1729 | 2024-11-21T18:28:09.868Z | Compiling native-tls v0.2.12 |
1730 | 2024-11-21T18:28:10.134Z | Compiling cipher v0.4.4 |
1731 | 2024-11-21T18:28:10.198Z | Compiling pest_derive v2.7.14 |
1732 | 2024-11-21T18:28:10.619Z | Compiling unicode-normalization v0.1.24 |
1733 | 2024-11-21T18:28:10.777Z | Compiling tinystr v0.7.6 |
1734 | 2024-11-21T18:28:10.938Z | Compiling sha2 v0.10.8 |
1735 | 2024-11-21T18:28:11.270Z | Compiling tracing-core v0.1.32 |
1736 | 2024-11-21T18:28:11.585Z | Compiling usdt-impl v0.5.0 |
1737 | 2024-11-21T18:28:11.702Z | Compiling writeable v0.5.5 |
1738 | 2024-11-21T18:28:11.729Z | Compiling dyn-clone v1.0.17 |
1739 | 2024-11-21T18:28:11.924Z | Compiling unicode-bidi v0.3.17 |
1740 | 2024-11-21T18:28:11.956Z | Compiling base64ct v1.6.0 |
1741 | 2024-11-21T18:28:12.195Z | Compiling litemap v0.7.3 |
1742 | 2024-11-21T18:28:12.237Z | Compiling tracing v0.1.40 |
1743 | 2024-11-21T18:28:12.535Z | Compiling pem-rfc7468 v0.7.0 |
1744 | 2024-11-21T18:28:12.624Z | Compiling icu_locid v1.5.0 |
1745 | 2024-11-21T18:28:13.500Z | Compiling scroll v0.12.0 |
1746 | 2024-11-21T18:28:13.728Z | Compiling ppv-lite86 v0.2.20 |
1747 | 2024-11-21T18:28:14.121Z | Compiling async-trait v0.1.83 |
1748 | 2024-11-21T18:28:14.669Z | Compiling cookie v0.18.1 |
1749 | 2024-11-21T18:28:14.831Z | Compiling flagset v0.4.6 |
1750 | 2024-11-21T18:28:15.145Z | Compiling anyhow v1.0.93 |
1751 | 2024-11-21T18:28:15.694Z | Compiling camino v1.1.9 |
1752 | 2024-11-21T18:28:16.397Z | Compiling aws-lc-sys v0.22.0 |
1753 | 2024-11-21T18:28:16.417Z | Compiling plain v0.2.3 |
1754 | 2024-11-21T18:28:16.583Z | Compiling goblin v0.8.2 |
1755 | 2024-11-21T18:28:21.228Z | Compiling der v0.7.9 |
1756 | 2024-11-21T18:28:23.216Z | Compiling rand_chacha v0.3.1 |
1757 | 2024-11-21T18:28:24.195Z | Compiling icu_provider v1.5.0 |
1758 | 2024-11-21T18:28:24.812Z | Compiling percent-encoding v2.3.1 |
1759 | 2024-11-21T18:28:25.132Z | Compiling rayon-core v1.12.1 |
1760 | 2024-11-21T18:28:25.184Z | Compiling rustls v0.22.4 |
1761 | 2024-11-21T18:28:25.398Z | Compiling rustls-pki-types v1.9.0 |
1762 | 2024-11-21T18:28:25.857Z | Compiling untrusted v0.7.1 |
1763 | 2024-11-21T18:28:25.913Z | Compiling icu_locid_transform_data v1.5.0 |
1764 | 2024-11-21T18:28:26.010Z | Compiling pretty-hex v0.4.1 |
1765 | 2024-11-21T18:28:26.045Z | Compiling icu_locid_transform v1.5.0 |
1766 | 2024-11-21T18:28:26.194Z | Compiling dof v0.3.0 |
1767 | 2024-11-21T18:28:27.191Z | Compiling rand v0.8.5 |
1768 | 2024-11-21T18:28:27.254Z | Compiling spki v0.7.3 |
1769 | 2024-11-21T18:28:27.822Z | Compiling dtrace-parser v0.2.0 |
1770 | 2024-11-21T18:28:27.914Z | Compiling salsa20 v0.10.2 |
1771 | 2024-11-21T18:28:27.933Z | Compiling tokio-util v0.7.12 |
1772 | 2024-11-21T18:28:28.251Z | Compiling icu_collections v1.5.0 |
1773 | 2024-11-21T18:28:28.787Z | Compiling pbkdf2 v0.12.2 |
1774 | 2024-11-21T18:28:29.506Z | Compiling thread-id v4.2.2 |
1775 | 2024-11-21T18:28:29.600Z | Compiling untrusted v0.9.0 |
1776 | 2024-11-21T18:28:29.620Z | Compiling powerfmt v0.2.0 |
1777 | 2024-11-21T18:28:29.729Z | Compiling mirai-annotations v1.12.0 |
1778 | 2024-11-21T18:28:29.784Z | Compiling icu_properties_data v1.5.0 |
1779 | 2024-11-21T18:28:29.930Z | Compiling winnow v0.5.40 |
1780 | 2024-11-21T18:28:30.046Z | Compiling icu_properties v1.5.1 |
1781 | 2024-11-21T18:28:30.226Z | Compiling deranged v0.3.11 |
1782 | 2024-11-21T18:28:33.879Z | Compiling toml_edit v0.19.15 |
1783 | 2024-11-21T18:28:35.615Z | Compiling scrypt v0.11.0 |
1784 | 2024-11-21T18:28:35.656Z | Compiling aes v0.8.4 |
1785 | 2024-11-21T18:28:35.959Z | Compiling cbc v0.1.2 |
1786 | 2024-11-21T18:28:36.107Z | Compiling multer v3.1.0 |
1787 | 2024-11-21T18:28:36.370Z | Compiling utf16_iter v1.0.5 |
1788 | 2024-11-21T18:28:36.393Z | Compiling num_threads v0.1.7 |
1789 | 2024-11-21T18:28:36.840Z | Compiling slog-async v2.8.0 |
1790 | 2024-11-21T18:28:36.842Z | Compiling atomic-waker v1.1.2 |
1791 | 2024-11-21T18:28:37.011Z | Compiling icu_normalizer_data v1.5.0 |
1792 | 2024-11-21T18:28:37.123Z | Compiling rustversion v1.0.17 |
1793 | 2024-11-21T18:28:37.142Z | Compiling utf8_iter v1.0.4 |
1794 | 2024-11-21T18:28:37.299Z | Compiling write16 v1.0.0 |
1795 | 2024-11-21T18:28:37.435Z | Compiling icu_normalizer v1.5.0 |
1796 | 2024-11-21T18:28:37.777Z | Compiling time v0.3.36 |
1797 | 2024-11-21T18:28:38.643Z | Compiling pkcs5 v0.7.1 |
1798 | 2024-11-21T18:28:39.759Z | Compiling form_urlencoded v1.2.1 |
1799 | 2024-11-21T18:28:40.571Z | Compiling http-body v1.0.1 |
1800 | 2024-11-21T18:28:40.758Z | Compiling heapless v0.7.17 |
1801 | 2024-11-21T18:28:41.299Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1802 | 2024-11-21T18:28:42.490Z | Compiling try-lock v0.2.5 |
1803 | 2024-11-21T18:28:42.652Z | Compiling signal-hook v0.3.17 |
1804 | 2024-11-21T18:28:42.671Z | Compiling want v0.3.1 |
1805 | 2024-11-21T18:28:44.242Z | Compiling pkcs8 v0.10.2 |
1806 | 2024-11-21T18:28:44.499Z | Compiling idna_adapter v1.2.0 |
1807 | 2024-11-21T18:28:44.925Z | Compiling h2 v0.4.6 |
1808 | 2024-11-21T18:28:45.922Z | Compiling usdt-macro v0.5.0 |
1809 | 2024-11-21T18:28:47.261Z | Compiling usdt-attr-macro v0.5.0 |
1810 | 2024-11-21T18:28:47.974Z | Compiling async-stream-impl v0.3.6 |
1811 | 2024-11-21T18:28:48.008Z | Compiling httpdate v1.0.3 |
1812 | 2024-11-21T18:28:49.038Z | Compiling adler2 v2.0.0 |
1813 | 2024-11-21T18:28:49.203Z | Compiling miniz_oxide v0.8.0 |
1814 | 2024-11-21T18:28:50.073Z | Compiling idna v1.0.3 |
1815 | 2024-11-21T18:28:51.531Z | Compiling curve25519-dalek v4.1.3 |
1816 | 2024-11-21T18:28:51.931Z | Compiling hyper v1.5.0 |
1817 | 2024-11-21T18:28:52.363Z | Compiling openapiv3 v2.0.0 |
1818 | 2024-11-21T18:28:54.865Z | Compiling enum-as-inner v0.6.1 |
1819 | 2024-11-21T18:28:55.907Z | Compiling dropshot v0.12.0 |
1820 | 2024-11-21T18:28:56.158Z | Compiling base64 v0.22.1 |
1821 | 2024-11-21T18:28:56.204Z | Compiling portable-atomic v1.9.0 |
1822 | 2024-11-21T18:28:56.583Z | Compiling num-bigint-dig v0.8.4 |
1823 | 2024-11-21T18:28:56.697Z | Compiling tower-service v0.3.3 |
1824 | 2024-11-21T18:28:56.842Z | Compiling smoltcp v0.9.1 |
1825 | 2024-11-21T18:28:56.879Z | Compiling foreign-types-shared v0.1.1 |
1826 | 2024-11-21T18:28:56.990Z | Compiling match_cfg v0.1.0 |
1827 | 2024-11-21T18:28:57.074Z | Compiling hostname v0.3.1 |
1828 | 2024-11-21T18:28:57.094Z | Compiling hyper-util v0.1.10 |
1829 | 2024-11-21T18:28:57.285Z | Compiling foreign-types v0.3.2 |
1830 | 2024-11-21T18:29:00.435Z | Compiling url v2.5.3 |
1831 | 2024-11-21T18:29:03.746Z | Compiling dirs-sys-next v0.1.2 |
1832 | 2024-11-21T18:29:04.420Z | Compiling heck v0.4.1 |
1833 | 2024-11-21T18:29:04.528Z | Compiling data-encoding v2.6.0 |
1834 | 2024-11-21T18:29:04.830Z | Compiling gimli v0.31.1 |
1835 | 2024-11-21T18:29:04.833Z | Compiling siphasher v0.3.11 |
1836 | 2024-11-21T18:29:05.238Z | Compiling ident_case v1.0.1 |
1837 | 2024-11-21T18:29:05.430Z | Compiling darling_core v0.20.10 |
1838 | 2024-11-21T18:29:06.377Z | Compiling dirs-next v2.0.0 |
1839 | 2024-11-21T18:29:09.488Z | Compiling http-body-util v0.1.2 |
1840 | 2024-11-21T18:29:10.005Z | Compiling addr2line v0.24.2 |
1841 | 2024-11-21T18:29:11.835Z | Compiling crossbeam-epoch v0.9.18 |
1842 | 2024-11-21T18:29:11.912Z | Compiling hubpack_derive v0.1.1 |
1843 | 2024-11-21T18:29:12.551Z | Compiling dropshot_endpoint v0.12.0 |
1844 | 2024-11-21T18:29:12.827Z | Compiling sha1 v0.10.6 |
1845 | 2024-11-21T18:29:12.975Z | Compiling signature v2.2.0 |
1846 | 2024-11-21T18:29:13.223Z | Compiling curve25519-dalek-derive v0.1.1 |
1847 | 2024-11-21T18:29:13.239Z | Compiling zerocopy-derive v0.6.6 |
1848 | 2024-11-21T18:29:14.006Z | Compiling object v0.36.5 |
1849 | 2024-11-21T18:29:14.890Z | Compiling thread_local v1.1.8 |
1850 | 2024-11-21T18:29:15.140Z | Compiling fs-err v2.11.0 |
1851 | 2024-11-21T18:29:15.376Z | Compiling encoding_rs v0.8.34 |
1852 | 2024-11-21T18:29:18.858Z | Compiling mime v0.3.17 |
1853 | 2024-11-21T18:29:19.407Z | Compiling openssl-probe v0.1.5 |
1854 | 2024-11-21T18:29:19.727Z | Compiling winnow v0.6.20 |
1855 | 2024-11-21T18:29:24.425Z | Compiling utf8parse v0.2.2 |
1856 | 2024-11-21T18:29:24.595Z | Compiling anstyle v1.0.10 |
1857 | 2024-11-21T18:29:25.062Z | Compiling ipnet v2.10.1 |
1858 | 2024-11-21T18:29:26.151Z | Compiling rustc-demangle v0.1.24 |
1859 | 2024-11-21T18:29:26.154Z | Compiling unicode-properties v0.1.3 |
1860 | 2024-11-21T18:29:26.581Z | Compiling stringprep v0.1.5 |
1861 | 2024-11-21T18:29:27.568Z | Compiling backtrace v0.3.74 |
1862 | 2024-11-21T18:29:28.469Z | Compiling anstyle-parse v0.2.5 |
1863 | 2024-11-21T18:29:28.725Z | Compiling toml_edit v0.22.22 |
1864 | 2024-11-21T18:29:31.201Z | Compiling rustls-webpki v0.102.8 |
1865 | 2024-11-21T18:29:36.056Z | Compiling crossbeam-deque v0.8.5 |
1866 | 2024-11-21T18:29:36.403Z | Compiling darling_macro v0.20.10 |
1867 | 2024-11-21T18:29:37.285Z | Compiling term v0.7.0 |
1868 | 2024-11-21T18:29:38.502Z | Compiling slog-json v2.6.1 |
1869 | 2024-11-21T18:29:38.931Z | Compiling serde_urlencoded v0.7.1 |
1870 | 2024-11-21T18:29:40.097Z | Compiling crossbeam-channel v0.5.13 |
1871 | 2024-11-21T18:29:40.149Z | Compiling rustls-pemfile v2.2.0 |
1872 | 2024-11-21T18:29:40.988Z | Compiling hashbrown v0.14.5 |
1873 | 2024-11-21T18:29:41.574Z | Compiling idna v0.4.0 |
1874 | 2024-11-21T18:29:41.598Z | Compiling idna v0.3.0 |
1875 | 2024-11-21T18:29:42.371Z | Compiling futures-executor v0.3.31 |
1876 | 2024-11-21T18:29:43.017Z | Compiling num-integer v0.1.46 |
1877 | 2024-11-21T18:29:43.230Z | Compiling md-5 v0.10.6 |
1878 | 2024-11-21T18:29:43.484Z | Compiling ff v0.13.0 |
1879 | 2024-11-21T18:29:43.535Z | Compiling hash32 v0.2.1 |
1880 | 2024-11-21T18:29:43.715Z | Compiling is-terminal v0.4.13 |
1881 | 2024-11-21T18:29:43.736Z | Compiling memmap v0.7.0 |
1882 | 2024-11-21T18:29:44.059Z | Compiling anstyle-query v1.1.1 |
1883 | 2024-11-21T18:29:44.230Z | Compiling is_terminal_polyfill v1.70.1 |
1884 | 2024-11-21T18:29:44.380Z | Compiling utf-8 v0.7.6 |
1885 | 2024-11-21T18:29:45.187Z | Compiling fallible-iterator v0.2.0 |
1886 | 2024-11-21T18:29:45.940Z | Compiling base16ct v0.2.0 |
1887 | 2024-11-21T18:29:46.248Z | Compiling colorchoice v1.0.2 |
1888 | 2024-11-21T18:29:46.641Z | Compiling take_mut v0.2.2 |
1889 | 2024-11-21T18:29:46.815Z | Compiling psl-types v2.0.11 |
1890 | 2024-11-21T18:29:46.967Z | Compiling quick-error v1.2.3 |
1891 | 2024-11-21T18:29:47.019Z | Compiling linked-hash-map v0.5.6 |
1892 | 2024-11-21T18:29:47.128Z | Compiling resolv-conf v0.7.0 |
1893 | 2024-11-21T18:29:47.314Z | Compiling publicsuffix v2.2.3 |
1894 | 2024-11-21T18:29:47.417Z | Compiling lru-cache v0.1.2 |
1895 | 2024-11-21T18:29:47.634Z | Compiling anstream v0.6.15 |
1896 | 2024-11-21T18:29:47.779Z | Compiling sec1 v0.7.3 |
1897 | 2024-11-21T18:29:48.326Z | Compiling postgres-protocol v0.6.7 |
1898 | 2024-11-21T18:29:48.589Z | Compiling tungstenite v0.24.0 |
1899 | 2024-11-21T18:29:49.468Z | Compiling usdt v0.5.0 |
1900 | 2024-11-21T18:29:49.951Z | Compiling slog-term v2.9.1 |
1901 | 2024-11-21T18:29:50.701Z | Compiling group v0.13.0 |
1902 | 2024-11-21T18:29:50.771Z | Compiling num-iter v0.1.45 |
1903 | 2024-11-21T18:29:50.972Z | Compiling futures v0.3.31 |
1904 | 2024-11-21T18:29:51.022Z | Compiling hickory-proto v0.24.1 |
1905 | 2024-11-21T18:29:51.069Z | Compiling regress v0.10.1 |
1906 | 2024-11-21T18:29:54.615Z | Compiling tokio-rustls v0.26.0 |
1907 | 2024-11-21T18:29:54.747Z | Compiling slog-bunyan v2.5.0 |
1908 | 2024-11-21T18:29:54.826Z | Compiling darling v0.20.10 |
1909 | 2024-11-21T18:29:54.950Z | Compiling tokio-rustls v0.25.0 |
1910 | 2024-11-21T18:29:55.092Z | Compiling toml v0.8.19 |
1911 | 2024-11-21T18:29:55.376Z | Compiling tokio-native-tls v0.3.1 |
1912 | 2024-11-21T18:29:55.628Z | Compiling phf_shared v0.11.2 |
1913 | 2024-11-21T18:29:55.681Z | Compiling strum_macros v0.25.3 |
1914 | 2024-11-21T18:29:55.996Z | Compiling async-stream v0.3.6 |
1915 | 2024-11-21T18:29:56.043Z | Compiling waitgroup v0.1.2 |
1916 | 2024-11-21T18:29:56.260Z | Compiling webpki-roots v0.26.6 |
1917 | 2024-11-21T18:29:56.719Z | Compiling idna v0.5.0 |
1918 | 2024-11-21T18:29:56.930Z | Compiling terminal_size v0.4.0 |
1919 | 2024-11-21T18:29:57.159Z | Compiling serde_path_to_error v0.1.16 |
1920 | 2024-11-21T18:29:57.342Z | Compiling hkdf v0.12.4 |
1921 | 2024-11-21T18:29:58.151Z | Compiling crypto-bigint v0.5.5 |
1922 | 2024-11-21T18:29:58.180Z | Compiling clap_derive v4.5.18 |
1923 | 2024-11-21T18:29:58.229Z | Compiling serde_repr v0.1.19 |
1924 | 2024-11-21T18:29:59.316Z | Compiling derive-where v1.2.7 |
1925 | 2024-11-21T18:29:59.319Z | Compiling hostname v0.4.0 |
1926 | 2024-11-21T18:29:59.544Z | Compiling crc32fast v1.4.2 |
1927 | 2024-11-21T18:29:59.866Z | Compiling debug-ignore v1.0.5 |
1928 | 2024-11-21T18:30:00.009Z | Compiling clap_lex v0.7.2 |
1929 | 2024-11-21T18:30:00.109Z | Compiling managed v0.8.0 |
1930 | 2024-11-21T18:30:00.600Z | Compiling unicode-width v0.1.14 |
1931 | 2024-11-21T18:30:00.619Z | Compiling bitflags v1.3.2 |
1932 | 2024-11-21T18:30:01.774Z | Compiling elliptic-curve v0.13.8 |
1933 | 2024-11-21T18:30:01.850Z | Compiling console v0.15.8 |
1934 | 2024-11-21T18:30:02.729Z | Compiling clap_builder v4.5.21 |
1935 | 2024-11-21T18:30:03.793Z | Compiling flate2 v1.0.34 |
1936 | 2024-11-21T18:30:04.770Z | Compiling cookie_store v0.21.0 |
1937 | 2024-11-21T18:30:06.202Z | Compiling hickory-resolver v0.24.1 |
1938 | 2024-11-21T18:30:10.078Z | Compiling hyper-rustls v0.27.3 |
1939 | 2024-11-21T18:30:11.047Z | Compiling phf v0.11.2 |
1940 | 2024-11-21T18:30:11.356Z | Compiling hyper-tls v0.6.0 |
1941 | 2024-11-21T18:30:11.677Z | Compiling signal-hook-mio v0.2.4 |
1942 | 2024-11-21T18:30:11.742Z | Compiling typify-impl v0.2.0 |
1943 | 2024-11-21T18:30:11.836Z | Compiling bzip2 v0.4.4 |
1944 | 2024-11-21T18:30:11.892Z | Compiling rayon v1.10.0 |
1945 | 2024-11-21T18:30:12.223Z | Compiling tokio-tungstenite v0.24.0 |
1946 | 2024-11-21T18:30:12.502Z | Compiling postgres-types v0.2.8 |
1947 | 2024-11-21T18:30:13.248Z | Compiling zerocopy v0.6.6 |
1948 | 2024-11-21T18:30:13.316Z | Compiling ed25519 v2.2.3 |
1949 | 2024-11-21T18:30:13.785Z | Compiling hubpack v0.1.2 |
1950 | 2024-11-21T18:30:13.919Z | Compiling phf_shared v0.10.0 |
1951 | 2024-11-21T18:30:14.179Z | Compiling pkcs1 v0.7.5 |
1952 | 2024-11-21T18:30:14.318Z | Compiling tokio-stream v0.1.16 |
1953 | 2024-11-21T18:30:15.345Z | Compiling serde-big-array v0.5.1 |
1954 | 2024-11-21T18:30:15.363Z | Compiling rfc6979 v0.4.0 |
1955 | 2024-11-21T18:30:15.568Z | Compiling float-cmp v0.9.0 |
1956 | 2024-11-21T18:30:15.588Z | Compiling sync_wrapper v1.0.1 |
1957 | 2024-11-21T18:30:15.748Z | Compiling bstr v1.10.0 |
1958 | 2024-11-21T18:30:17.174Z | Compiling unicode-width v0.2.0 |
1959 | 2024-11-21T18:30:17.333Z | Compiling static_assertions v1.1.0 |
1960 | 2024-11-21T18:30:17.441Z | Compiling number_prefix v0.4.0 |
1961 | 2024-11-21T18:30:17.650Z | Compiling unicode-segmentation v1.12.0 |
1962 | 2024-11-21T18:30:17.681Z | Compiling difflib v0.4.0 |
1963 | 2024-11-21T18:30:17.709Z | Compiling new_debug_unreachable v1.0.6 |
1964 | 2024-11-21T18:30:17.819Z | Compiling predicates-core v1.0.8 |
1965 | 2024-11-21T18:30:18.127Z | Compiling fixedbitset v0.4.2 |
1966 | 2024-11-21T18:30:18.471Z | Compiling normalize-line-endings v0.3.0 |
1967 | 2024-11-21T18:30:18.491Z | Compiling whoami v1.5.2 |
1968 | 2024-11-21T18:30:18.547Z | Compiling bit-vec v0.6.3 |
1969 | 2024-11-21T18:30:18.613Z | Compiling precomputed-hash v0.1.1 |
1970 | 2024-11-21T18:30:18.749Z | Compiling string_cache v0.8.7 |
1971 | 2024-11-21T18:30:18.965Z | Compiling bit-set v0.5.3 |
1972 | 2024-11-21T18:30:19.013Z | Compiling tokio-postgres v0.7.12 |
1973 | 2024-11-21T18:30:19.052Z | Compiling predicates v3.1.2 |
1974 | 2024-11-21T18:30:19.184Z | Compiling petgraph v0.6.5 |
1975 | 2024-11-21T18:30:19.283Z | Compiling similar v2.6.0 |
1976 | 2024-11-21T18:30:20.639Z | Compiling indicatif v0.17.9 |
1977 | 2024-11-21T18:30:21.275Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1978 | 2024-11-21T18:30:23.001Z | Compiling reqwest v0.12.9 |
1979 | 2024-11-21T18:30:23.240Z | Compiling ecdsa v0.16.9 |
1980 | 2024-11-21T18:30:23.758Z | Compiling typify-macro v0.2.0 |
1981 | 2024-11-21T18:30:24.403Z | Compiling qorb v0.2.0 |
1982 | 2024-11-21T18:30:27.098Z | Compiling rsa v0.9.6 |
1983 | 2024-11-21T18:30:27.446Z | Compiling ed25519-dalek v2.1.1 |
1984 | 2024-11-21T18:30:28.178Z | Compiling zip v0.6.6 |
1985 | 2024-11-21T18:30:28.467Z | Compiling crossterm v0.28.1 |
1986 | 2024-11-21T18:30:28.788Z | Compiling clap v4.5.21 |
1987 | 2024-11-21T18:30:29.441Z | Compiling toml v0.7.8 |
1988 | 2024-11-21T18:30:30.007Z | Compiling x509-cert v0.2.5 |
1989 | 2024-11-21T18:30:30.979Z | Compiling hex v0.4.3 |
1990 | 2024-11-21T18:30:31.841Z | Compiling itertools v0.10.5 |
1991 | 2024-11-21T18:30:32.383Z | Compiling zerocopy v0.8.10 |
1992 | 2024-11-21T18:30:32.847Z | Compiling lalrpop-util v0.19.12 |
1993 | 2024-11-21T18:30:33.099Z | Compiling peg-runtime v0.8.3 |
1994 | 2024-11-21T18:30:33.176Z | Compiling unicode-xid v0.2.6 |
1995 | 2024-11-21T18:30:34.644Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1996 | 2024-11-21T18:30:39.303Z | Compiling proc-macro-crate v1.3.1 |
1997 | 2024-11-21T18:30:39.501Z | Compiling ipnetwork v0.20.0 |
1998 | 2024-11-21T18:30:39.869Z | Compiling macaddr v1.0.1 |
1999 | 2024-11-21T18:30:40.464Z | Compiling zerocopy-derive v0.8.10 |
2000 | 2024-11-21T18:30:40.502Z | Compiling itertools v0.13.0 |
2001 | 2024-11-21T18:30:43.531Z | Compiling heapless v0.8.0 |
2002 | 2024-11-21T18:30:43.806Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2003 | 2024-11-21T18:30:49.064Z | Compiling num_enum_derive v0.5.11 |
2004 | 2024-11-21T18:30:56.312Z | Compiling hash32 v0.3.1 |
2005 | 2024-11-21T18:30:57.002Z | Compiling smoltcp v0.11.0 |
2006 | 2024-11-21T18:30:57.821Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2007 | 2024-11-21T18:31:02.743Z | Compiling num_enum v0.5.11 |
2008 | 2024-11-21T18:31:02.930Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2009 | 2024-11-21T18:31:03.559Z | Compiling typify v0.2.0 |
2010 | 2024-11-21T18:31:04.885Z | Compiling proc-macro-error-attr v1.0.4 |
2011 | 2024-11-21T18:31:04.961Z | Compiling unsafe-libyaml v0.2.11 |
2012 | 2024-11-21T18:31:05.184Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2013 | 2024-11-21T18:31:05.482Z | Compiling cobs v0.2.3 |
2014 | 2024-11-21T18:31:06.678Z | Compiling serde_yaml v0.9.34+deprecated |
2015 | 2024-11-21T18:31:07.148Z | Compiling postcard v1.0.10 |
2016 | 2024-11-21T18:31:22.907Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2017 | 2024-11-21T18:31:24.172Z | Compiling progenitor-impl v0.8.0 |
2018 | 2024-11-21T18:31:35.651Z | Compiling strum_macros v0.26.4 |
2019 | 2024-11-21T18:31:36.706Z | Compiling foreign-types-macros v0.2.3 |
2020 | 2024-11-21T18:31:36.779Z | Compiling structmeta-derive v0.3.0 |
2021 | 2024-11-21T18:31:36.822Z | Compiling proc-macro-error v1.0.4 |
2022 | 2024-11-21T18:31:37.002Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2023 | 2024-11-21T18:31:37.311Z | Compiling newtype-uuid v1.1.3 |
2024 | 2024-11-21T18:31:37.851Z | Compiling foreign-types-shared v0.3.1 |
2025 | 2024-11-21T18:31:38.087Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2026 | 2024-11-21T18:31:39.332Z | Compiling structmeta v0.3.0 |
2027 | 2024-11-21T18:31:40.172Z | Compiling strum v0.26.3 |
2028 | 2024-11-21T18:31:40.367Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2029 | 2024-11-21T18:31:44.145Z | Compiling foreign-types v0.5.0 |
2030 | 2024-11-21T18:31:48.439Z | Compiling progenitor-macro v0.8.0 |
2031 | 2024-11-21T18:31:53.811Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2032 | 2024-11-21T18:31:53.811Z | Compiling progenitor-client v0.8.0 |
2033 | 2024-11-21T18:31:53.811Z | Compiling tabwriter v1.4.0 |
2034 | 2024-11-21T18:31:55.872Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2035 | 2024-11-21T18:31:56.672Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2036 | 2024-11-21T18:31:57.157Z | Compiling cstr-argument v0.1.2 |
2037 | 2024-11-21T18:31:57.409Z | Compiling dropshot v0.13.0 |
2038 | 2024-11-21T18:31:57.704Z | Compiling crucible-workspace-hack v0.1.0 |
2039 | 2024-11-21T18:31:57.941Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2040 | 2024-11-21T18:31:57.999Z | Compiling fastrand v2.1.1 |
2041 | 2024-11-21T18:31:58.242Z | Compiling pretty-hex v0.2.1 |
2042 | 2024-11-21T18:31:58.659Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2043 | 2024-11-21T18:31:58.662Z | Compiling tempfile v3.13.0 |
2044 | 2024-11-21T18:31:59.614Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2045 | 2024-11-21T18:31:59.766Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2046 | 2024-11-21T18:32:00.510Z | Compiling parse-display-derive v0.10.0 |
2047 | 2024-11-21T18:32:00.690Z | Compiling colored v2.1.0 |
2048 | 2024-11-21T18:32:00.761Z | Compiling serde_with_macros v3.11.0 |
2049 | 2024-11-21T18:32:01.227Z | Compiling progenitor v0.8.0 |
2050 | 2024-11-21T18:32:01.517Z | Compiling dropshot_endpoint v0.13.0 |
2051 | 2024-11-21T18:32:01.871Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2052 | 2024-11-21T18:32:02.615Z | Compiling instant v0.1.13 |
2053 | 2024-11-21T18:32:02.796Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2054 | 2024-11-21T18:32:03.182Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2055 | 2024-11-21T18:32:03.361Z | Compiling serde_with v3.11.0 |
2056 | 2024-11-21T18:32:03.425Z | Compiling backoff v0.4.0 |
2057 | 2024-11-21T18:32:03.780Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2058 | 2024-11-21T18:32:04.014Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2059 | 2024-11-21T18:32:04.416Z | Compiling parse-display v0.10.0 |
2060 | 2024-11-21T18:32:06.177Z | Compiling zone_cfg_derive v0.3.0 |
2061 | 2024-11-21T18:32:06.382Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2062 | 2024-11-21T18:32:06.970Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2063 | 2024-11-21T18:32:07.677Z | Compiling camino-tempfile v1.1.1 |
2064 | 2024-11-21T18:32:07.695Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2065 | 2024-11-21T18:32:07.764Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2066 | 2024-11-21T18:32:07.964Z | Compiling regress v0.9.1 |
2067 | 2024-11-21T18:32:08.184Z | Compiling num-derive v0.4.2 |
2068 | 2024-11-21T18:32:08.443Z | Compiling sigpipe v0.1.3 |
2069 | 2024-11-21T18:32:08.594Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2070 | 2024-11-21T18:32:08.894Z | Compiling libefi-sys v0.1.0 |
2071 | 2024-11-21T18:32:09.270Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2072 | 2024-11-21T18:32:10.484Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2073 | 2024-11-21T18:32:12.040Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2074 | 2024-11-21T18:32:12.475Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2075 | 2024-11-21T18:32:13.040Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2076 | 2024-11-21T18:32:15.116Z | Compiling zone v0.3.0 |
2077 | 2024-11-21T18:32:16.568Z | Compiling smf v0.2.3 |
2078 | 2024-11-21T18:32:17.264Z | Compiling bitfield-struct v0.6.2 |
2079 | 2024-11-21T18:32:17.395Z | Compiling blake3 v1.5.4 |
2080 | 2024-11-21T18:32:18.031Z | Compiling ring v0.16.20 |
2081 | 2024-11-21T18:32:18.512Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2082 | 2024-11-21T18:32:18.637Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2083 | 2024-11-21T18:32:19.458Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2084 | 2024-11-21T18:32:19.614Z | Compiling xattr v1.3.1 |
2085 | 2024-11-21T18:32:19.670Z | Compiling memmap2 v0.9.5 |
2086 | 2024-11-21T18:32:19.926Z | Compiling filetime v0.2.25 |
2087 | 2024-11-21T18:32:20.256Z | Compiling arrayvec v0.7.6 |
2088 | 2024-11-21T18:32:20.289Z | Compiling same-file v1.0.6 |
2089 | 2024-11-21T18:32:20.570Z | Compiling constant_time_eq v0.3.1 |
2090 | 2024-11-21T18:32:20.651Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2091 | 2024-11-21T18:32:20.752Z | Compiling spin v0.5.2 |
2092 | 2024-11-21T18:32:20.755Z | Compiling arrayref v0.3.9 |
2093 | 2024-11-21T18:32:20.791Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2094 | 2024-11-21T18:32:21.017Z | Compiling walkdir v2.5.0 |
2095 | 2024-11-21T18:32:22.321Z | Compiling tar v0.4.42 |
2096 | 2024-11-21T18:32:22.712Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2097 | 2024-11-21T18:32:23.134Z | Compiling gethostname v0.5.0 |
2098 | 2024-11-21T18:32:23.349Z | Compiling cargo-platform v0.1.8 |
2099 | 2024-11-21T18:32:23.609Z | Compiling topological-sort v0.2.2 |
2100 | 2024-11-21T18:32:23.770Z | Compiling cargo_metadata v0.18.1 |
2101 | 2024-11-21T18:32:27.518Z | Compiling omicron-zone-package v0.11.1 |
2102 | 2024-11-21T18:32:30.469Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2103 | 2024-11-21T18:32:31.947Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2104 | 2024-11-21T18:32:39.714Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2105 | 2024-11-21T18:32:54.191Z | Finished `release` profile [optimized] target(s) in 5m 26s |
2106 | 2024-11-21T18:32:54.364Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2107 | 2024-11-21T18:32:54.414Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2108 | 2024-11-21T18:32:54.417Z | Created new build target 'test' and set it as active |
2109 | 2024-11-21T18:32:54.417Z | |
2110 | 2024-11-21T18:32:54.417Z | real 5:26.772681044 |
2111 | 2024-11-21T18:32:54.417Z | user 36:41.816007576 |
2112 | 2024-11-21T18:32:54.417Z | sys 4:56.618928981 |
2113 | 2024-11-21T18:32:54.417Z | trap 1.080852238 |
2114 | 2024-11-21T18:32:54.417Z | tflt 3.113993670 |
2115 | 2024-11-21T18:32:54.417Z | dflt 0.923381072 |
2116 | 2024-11-21T18:32:54.417Z | kflt 0.025808317 |
2117 | 2024-11-21T18:32:54.417Z | lock 1:17:18.759367107 |
2118 | 2024-11-21T18:32:54.417Z | slp 2:33:44.939405719 |
2119 | 2024-11-21T18:32:54.417Z | lat 2:35.618417027 |
2120 | 2024-11-21T18:32:54.417Z | stop 4:33.949239368 |
2121 | 2024-11-21T18:32:54.417Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2122 | 2024-11-21T18:32:55.409Z | Finished `release` profile [optimized] target(s) in 0.94s |
2123 | 2024-11-21T18:32:55.469Z | Running `target/release/omicron-package -t test package` |
2124 | 2024-11-21T18:32:55.514Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2125 | 2024-11-21T18:32:56.669Z | Compiling convert_case v0.4.0 |
2126 | 2024-11-21T18:32:56.672Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2127 | 2024-11-21T18:32:56.672Z | Compiling itertools v0.13.0 |
2128 | 2024-11-21T18:32:56.672Z | Compiling newline-converter v0.3.0 |
2129 | 2024-11-21T18:32:56.672Z | Compiling password-hash v0.5.0 |
2130 | 2024-11-21T18:32:56.672Z | Compiling progenitor-client v0.8.0 |
2131 | 2024-11-21T18:32:56.672Z | Compiling blake2 v0.10.6 |
2132 | 2024-11-21T18:32:56.808Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2133 | 2024-11-21T18:32:57.056Z | Compiling expectorate v1.1.0 |
2134 | 2024-11-21T18:32:57.078Z | Compiling owo-colors v4.1.0 |
2135 | 2024-11-21T18:32:57.252Z | Compiling progenitor v0.8.0 |
2136 | 2024-11-21T18:32:57.308Z | Compiling cancel-safe-futures v0.1.5 |
2137 | 2024-11-21T18:32:57.384Z | Compiling num-rational v0.4.2 |
2138 | 2024-11-21T18:32:57.509Z | Compiling argon2 v0.5.3 |
2139 | 2024-11-21T18:32:57.525Z | Compiling derive_more v0.99.18 |
2140 | 2024-11-21T18:32:57.643Z | Compiling num-complex v0.4.6 |
2141 | 2024-11-21T18:32:58.690Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2142 | 2024-11-21T18:32:58.900Z | Compiling num v0.4.3 |
2143 | 2024-11-21T18:32:59.003Z | Compiling atomicwrites v0.4.4 |
2144 | 2024-11-21T18:32:59.027Z | Compiling libsw v3.3.1 |
2145 | 2024-11-21T18:32:59.304Z | Compiling linear-map v1.2.0 |
2146 | 2024-11-21T18:32:59.402Z | Compiling float-ord v0.3.2 |
2147 | 2024-11-21T18:32:59.555Z | Compiling indent_write v2.2.0 |
2148 | 2024-11-21T18:32:59.595Z | Compiling swrite v0.1.0 |
2149 | 2024-11-21T18:32:59.735Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2150 | 2024-11-21T18:32:59.756Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2151 | 2024-11-21T18:32:59.792Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2152 | 2024-11-21T18:32:59.822Z | Compiling base64 v0.21.7 |
2153 | 2024-11-21T18:32:59.942Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2154 | 2024-11-21T18:33:00.508Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2155 | 2024-11-21T18:33:00.973Z | Compiling highway v1.2.0 |
2156 | 2024-11-21T18:33:00.997Z | Compiling semver v0.1.20 |
2157 | 2024-11-21T18:33:01.561Z | Compiling rustc_version v0.1.7 |
2158 | 2024-11-21T18:33:01.996Z | Compiling newtype_derive v0.1.6 |
2159 | 2024-11-21T18:33:02.319Z | Compiling newtype-uuid v1.1.3 |
2160 | 2024-11-21T18:33:02.482Z | Compiling dropshot v0.13.0 |
2161 | 2024-11-21T18:33:02.561Z | Compiling ipnetwork v0.20.0 |
2162 | 2024-11-21T18:33:02.670Z | Compiling instant v0.1.13 |
2163 | 2024-11-21T18:33:02.838Z | Compiling humantime v2.1.0 |
2164 | 2024-11-21T18:33:03.364Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2165 | 2024-11-21T18:33:03.695Z | Compiling backoff v0.4.0 |
2166 | 2024-11-21T18:33:04.070Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2167 | 2024-11-21T18:33:04.140Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2168 | 2024-11-21T18:33:04.236Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2169 | 2024-11-21T18:33:07.598Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2170 | 2024-11-21T18:33:08.380Z | Compiling parse-display v0.10.0 |
2171 | 2024-11-21T18:33:08.958Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2172 | 2024-11-21T18:33:09.170Z | Compiling serde_with v3.11.0 |
2173 | 2024-11-21T18:33:09.190Z | Compiling strum v0.26.3 |
2174 | 2024-11-21T18:33:09.389Z | Compiling regress v0.9.1 |
2175 | 2024-11-21T18:33:12.976Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2176 | 2024-11-21T18:33:13.688Z | Compiling macaddr v1.0.1 |
2177 | 2024-11-21T18:33:14.146Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2178 | 2024-11-21T18:33:14.259Z | Compiling steno v0.4.1 |
2179 | 2024-11-21T18:33:14.829Z | Compiling prettyplease v0.2.25 |
2180 | 2024-11-21T18:33:14.861Z | Compiling slog-dtrace v0.3.0 |
2181 | 2024-11-21T18:33:15.264Z | Compiling tungstenite v0.21.0 |
2182 | 2024-11-21T18:33:15.601Z | Compiling display-error-chain v0.2.2 |
2183 | 2024-11-21T18:33:17.322Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2184 | 2024-11-21T18:33:17.967Z | Compiling tokio-tungstenite v0.21.0 |
2185 | 2024-11-21T18:33:18.678Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2186 | 2024-11-21T18:33:19.242Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2187 | 2024-11-21T18:33:20.295Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2188 | 2024-11-21T18:33:20.406Z | Compiling arc-swap v1.7.1 |
2189 | 2024-11-21T18:33:21.117Z | Compiling slog-scope v4.4.0 |
2190 | 2024-11-21T18:33:21.941Z | Compiling half v2.4.1 |
2191 | 2024-11-21T18:33:22.673Z | Compiling ciborium-io v0.2.2 |
2192 | 2024-11-21T18:33:22.837Z | Compiling ciborium-ll v0.2.2 |
2193 | 2024-11-21T18:33:23.379Z | Compiling slog-stdlog v4.1.1 |
2194 | 2024-11-21T18:33:24.243Z | Compiling slog-envlogger v2.2.0 |
2195 | 2024-11-21T18:33:24.367Z | Compiling ciborium v0.2.2 |
2196 | 2024-11-21T18:33:26.600Z | Compiling nibble_vec v0.1.0 |
2197 | 2024-11-21T18:33:26.973Z | Compiling endian-type v0.1.2 |
2198 | 2024-11-21T18:33:27.239Z | Compiling radix_trie v0.2.1 |
2199 | 2024-11-21T18:33:28.194Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2200 | 2024-11-21T18:33:33.551Z | Compiling same-file v1.0.6 |
2201 | 2024-11-21T18:33:33.809Z | Compiling fastrand v2.1.1 |
2202 | 2024-11-21T18:33:34.167Z | Compiling tempfile v3.13.0 |
2203 | 2024-11-21T18:33:34.288Z | Compiling walkdir v2.5.0 |
2204 | 2024-11-21T18:33:34.322Z | Compiling ring v0.16.20 |
2205 | 2024-11-21T18:33:34.946Z | Compiling blake3 v1.5.4 |
2206 | 2024-11-21T18:33:34.973Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2207 | 2024-11-21T18:33:35.602Z | Compiling xattr v1.3.1 |
2208 | 2024-11-21T18:33:35.873Z | Compiling memmap2 v0.9.5 |
2209 | 2024-11-21T18:33:35.890Z | Compiling filetime v0.2.25 |
2210 | 2024-11-21T18:33:36.201Z | Compiling arrayvec v0.7.6 |
2211 | 2024-11-21T18:33:36.294Z | Compiling spin v0.5.2 |
2212 | 2024-11-21T18:33:36.540Z | Compiling keccak v0.1.5 |
2213 | 2024-11-21T18:33:36.625Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2214 | 2024-11-21T18:33:36.646Z | Compiling constant_time_eq v0.3.1 |
2215 | 2024-11-21T18:33:36.807Z | Compiling arrayref v0.3.9 |
2216 | 2024-11-21T18:33:37.480Z | Compiling sha3 v0.10.8 |
2217 | 2024-11-21T18:33:38.034Z | Compiling tar v0.4.42 |
2218 | 2024-11-21T18:33:38.171Z | Compiling camino-tempfile v1.1.1 |
2219 | 2024-11-21T18:33:38.266Z | Compiling toolchain_find v0.4.0 |
2220 | 2024-11-21T18:33:38.361Z | Compiling const_format_proc_macros v0.2.33 |
2221 | 2024-11-21T18:33:38.628Z | Compiling maplit v1.0.2 |
2222 | 2024-11-21T18:33:38.772Z | Compiling topological-sort v0.2.2 |
2223 | 2024-11-21T18:33:38.864Z | Compiling crunchy v0.2.2 |
2224 | 2024-11-21T18:33:39.010Z | Compiling radium v0.7.0 |
2225 | 2024-11-21T18:33:39.381Z | Compiling omicron-zone-package v0.11.1 |
2226 | 2024-11-21T18:33:39.490Z | Compiling rustfmt-wrapper v0.2.1 |
2227 | 2024-11-21T18:33:40.068Z | Compiling pem v3.0.4 |
2228 | 2024-11-21T18:33:40.069Z | Compiling maybe-uninit v2.0.0 |
2229 | 2024-11-21T18:33:40.144Z | Compiling tiny-keccak v2.0.2 |
2230 | 2024-11-21T18:33:40.177Z | Compiling const_format v0.2.33 |
2231 | 2024-11-21T18:33:40.451Z | Compiling tap v1.0.1 |
2232 | 2024-11-21T18:33:40.639Z | Compiling wyz v0.5.1 |
2233 | 2024-11-21T18:33:41.191Z | Compiling dsl_auto_type v0.1.2 |
2234 | 2024-11-21T18:33:41.212Z | Compiling phf_generator v0.11.2 |
2235 | 2024-11-21T18:33:41.408Z | Compiling scheduled-thread-pool v0.2.7 |
2236 | 2024-11-21T18:33:41.437Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2237 | 2024-11-21T18:33:41.459Z | Compiling secrecy v0.8.0 |
2238 | 2024-11-21T18:33:41.524Z | Compiling diesel_table_macro_syntax v0.2.0 |
2239 | 2024-11-21T18:33:41.741Z | Compiling async-recursion v1.1.1 |
2240 | 2024-11-21T18:33:41.929Z | Compiling packed_struct v0.10.1 |
2241 | 2024-11-21T18:33:41.948Z | Compiling funty v2.0.0 |
2242 | 2024-11-21T18:33:42.362Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2243 | 2024-11-21T18:33:42.541Z | Compiling crc-catalog v2.4.0 |
2244 | 2024-11-21T18:33:42.634Z | Compiling diesel_derives v2.2.3 |
2245 | 2024-11-21T18:33:42.702Z | Compiling crc v3.2.1 |
2246 | 2024-11-21T18:33:42.755Z | Compiling r2d2 v0.8.10 |
2247 | 2024-11-21T18:33:43.183Z | Compiling bitvec v1.0.1 |
2248 | 2024-11-21T18:33:43.218Z | Compiling phf_codegen v0.11.2 |
2249 | 2024-11-21T18:33:43.998Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2250 | 2024-11-21T18:33:44.532Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2251 | 2024-11-21T18:33:44.553Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2252 | 2024-11-21T18:33:44.586Z | Compiling ascii-canvas v3.0.0 |
2253 | 2024-11-21T18:33:45.078Z | Compiling universal-hash v0.5.1 |
2254 | 2024-11-21T18:33:45.338Z | Compiling packed_struct_codegen v0.10.1 |
2255 | 2024-11-21T18:33:47.806Z | Compiling thiserror-impl-no-std v2.0.2 |
2256 | 2024-11-21T18:33:47.836Z | Compiling parse-zoneinfo v0.3.1 |
2257 | 2024-11-21T18:33:49.466Z | Compiling lzma-sys v0.1.20 |
2258 | 2024-11-21T18:33:50.156Z | Compiling ena v0.14.3 |
2259 | 2024-11-21T18:33:50.507Z | Compiling indexmap v1.9.3 |
2260 | 2024-11-21T18:33:50.598Z | Compiling nodrop v0.1.14 |
2261 | 2024-11-21T18:33:50.747Z | Compiling opaque-debug v0.3.1 |
2262 | 2024-11-21T18:33:50.827Z | Compiling regex-syntax v0.6.29 |
2263 | 2024-11-21T18:33:50.865Z | Compiling diff v0.1.13 |
2264 | 2024-11-21T18:33:51.370Z | Compiling cfg_aliases v0.1.1 |
2265 | 2024-11-21T18:33:51.494Z | Compiling nix v0.28.0 |
2266 | 2024-11-21T18:33:52.264Z | Compiling poly1305 v0.8.0 |
2267 | 2024-11-21T18:33:53.783Z | Compiling array-init v0.0.4 |
2268 | 2024-11-21T18:33:54.238Z | Compiling diesel v2.2.4 |
2269 | 2024-11-21T18:33:55.093Z | Compiling lalrpop v0.19.12 |
2270 | 2024-11-21T18:33:56.186Z | Compiling thiserror-no-std v2.0.2 |
2271 | 2024-11-21T18:33:56.382Z | Compiling chrono-tz-build v0.4.0 |
2272 | 2024-11-21T18:34:01.543Z | Compiling smallvec v0.6.14 |
2273 | 2024-11-21T18:34:02.076Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2274 | 2024-11-21T18:34:02.534Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2275 | 2024-11-21T18:34:02.839Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2276 | 2024-11-21T18:34:03.093Z | Compiling chacha20 v0.9.1 |
2277 | 2024-11-21T18:34:03.211Z | Compiling heck v0.3.3 |
2278 | 2024-11-21T18:34:03.597Z | Compiling aead v0.5.2 |
2279 | 2024-11-21T18:34:03.628Z | Compiling vte_generate_state_changes v0.1.2 |
2280 | 2024-11-21T18:34:04.114Z | Compiling bitfield v0.14.0 |
2281 | 2024-11-21T18:34:04.276Z | Compiling ref-cast v1.0.23 |
2282 | 2024-11-21T18:34:04.342Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2283 | 2024-11-21T18:34:04.639Z | Compiling hashbrown v0.12.3 |
2284 | 2024-11-21T18:34:04.766Z | Compiling termcolor v1.4.1 |
2285 | 2024-11-21T18:34:05.829Z | Compiling env_logger v0.10.2 |
2286 | 2024-11-21T18:34:07.273Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2287 | 2024-11-21T18:34:08.930Z | Compiling vte v0.11.1 |
2288 | 2024-11-21T18:34:10.433Z | Compiling chacha20poly1305 v0.10.1 |
2289 | 2024-11-21T18:34:10.691Z | Compiling zone_cfg_derive v0.1.2 |
2290 | 2024-11-21T18:34:12.125Z | Compiling serde-hex v0.1.0 |
2291 | 2024-11-21T18:34:17.313Z | Compiling chrono-tz v0.10.0 |
2292 | 2024-11-21T18:34:17.669Z | Compiling vsss-rs v3.3.4 |
2293 | 2024-11-21T18:34:17.995Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2294 | 2024-11-21T18:34:18.325Z | Compiling ron v0.8.1 |
2295 | 2024-11-21T18:34:21.173Z | Compiling polar-core v0.27.3 |
2296 | 2024-11-21T18:34:22.188Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2297 | 2024-11-21T18:34:22.400Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2298 | 2024-11-21T18:34:22.480Z | Compiling derive_builder_core v0.20.2 |
2299 | 2024-11-21T18:34:23.016Z | Compiling hashbrown v0.13.2 |
2300 | 2024-11-21T18:34:24.121Z | Compiling fd-lock v4.0.2 |
2301 | 2024-11-21T18:34:24.372Z | Compiling headers-core v0.3.0 |
2302 | 2024-11-21T18:34:24.432Z | Compiling fxhash v0.2.1 |
2303 | 2024-11-21T18:34:24.563Z | Compiling libxml v0.3.3 |
2304 | 2024-11-21T18:34:24.675Z | Compiling ref-cast-impl v1.0.23 |
2305 | 2024-11-21T18:34:24.734Z | Compiling base64 v0.13.1 |
2306 | 2024-11-21T18:34:24.923Z | Compiling crc-any v2.5.0 |
2307 | 2024-11-21T18:34:25.488Z | Compiling bytecount v0.6.8 |
2308 | 2024-11-21T18:34:25.785Z | Compiling papergrid v0.11.0 |
2309 | 2024-11-21T18:34:25.876Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2310 | 2024-11-21T18:34:25.963Z | Compiling ron v0.7.1 |
2311 | 2024-11-21T18:34:31.174Z | Compiling derive_builder_macro v0.20.2 |
2312 | 2024-11-21T18:34:31.306Z | Compiling headers v0.4.0 |
2313 | 2024-11-21T18:34:32.015Z | Compiling object v0.30.4 |
2314 | 2024-11-21T18:34:35.044Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2315 | 2024-11-21T18:34:39.183Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2316 | 2024-11-21T18:34:40.751Z | Compiling xz2 v0.1.7 |
2317 | 2024-11-21T18:34:41.393Z | Compiling zone v0.1.8 |
2318 | 2024-11-21T18:34:41.735Z | Compiling strip-ansi-escapes v0.2.0 |
2319 | 2024-11-21T18:34:44.747Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2320 | 2024-11-21T18:34:45.239Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2321 | 2024-11-21T18:34:46.695Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2322 | 2024-11-21T18:34:47.059Z | Compiling tabled_derive v0.7.0 |
2323 | 2024-11-21T18:34:47.237Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2324 | 2024-11-21T18:34:47.317Z | Compiling yasna v0.5.2 |
2325 | 2024-11-21T18:34:47.954Z | Compiling peg-macros v0.8.4 |
2326 | 2024-11-21T18:34:48.896Z | Compiling strum_macros v0.24.3 |
2327 | 2024-11-21T18:34:49.261Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2328 | 2024-11-21T18:34:50.302Z | Compiling kstat-rs v0.2.4 |
2329 | 2024-11-21T18:34:50.820Z | Compiling samael v0.0.17 |
2330 | 2024-11-21T18:34:51.372Z | Compiling sqlparser_derive v0.2.2 |
2331 | 2024-11-21T18:34:51.376Z | Compiling unicase v2.7.0 |
2332 | 2024-11-21T18:34:51.607Z | Compiling path-slash v0.1.5 |
2333 | 2024-11-21T18:34:51.861Z | Compiling unicode_categories v0.1.1 |
2334 | 2024-11-21T18:34:51.953Z | Compiling indoc v1.0.9 |
2335 | 2024-11-21T18:34:52.140Z | Compiling nu-ansi-term v0.50.1 |
2336 | 2024-11-21T18:34:52.182Z | Compiling home v0.5.9 |
2337 | 2024-11-21T18:34:52.242Z | Compiling sqlformat v0.2.6 |
2338 | 2024-11-21T18:34:52.284Z | Compiling sqlparser v0.45.0 |
2339 | 2024-11-21T18:34:52.490Z | Compiling rustyline v14.0.0 |
2340 | 2024-11-21T18:34:53.340Z | Compiling reedline v0.35.0 |
2341 | 2024-11-21T18:34:54.779Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2342 | 2024-11-21T18:34:56.481Z | Compiling peg v0.8.4 |
2343 | 2024-11-21T18:34:56.619Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2344 | 2024-11-21T18:35:03.330Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2345 | 2024-11-21T18:35:03.521Z | Compiling tabled v0.15.0 |
2346 | 2024-11-21T18:35:05.180Z | Compiling rcgen v0.12.1 |
2347 | 2024-11-21T18:35:15.329Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2348 | 2024-11-21T18:35:17.082Z | Compiling derive_builder v0.20.2 |
2349 | 2024-11-21T18:35:22.185Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2350 | 2024-11-21T18:35:23.642Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2351 | 2024-11-21T18:35:23.951Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2352 | 2024-11-21T18:35:24.257Z | Compiling bcs v0.1.6 |
2353 | 2024-11-21T18:35:25.185Z | Compiling impl-trait-for-tuples v0.2.2 |
2354 | 2024-11-21T18:35:28.953Z | Compiling oso-derive v0.27.3 |
2355 | 2024-11-21T18:35:29.953Z | Compiling libz-sys v1.1.20 |
2356 | 2024-11-21T18:35:30.625Z | Compiling quick-xml v0.33.0 |
2357 | 2024-11-21T18:35:31.859Z | Compiling subprocess v0.2.9 |
2358 | 2024-11-21T18:35:34.581Z | Compiling diesel-dtrace v0.3.0 |
2359 | 2024-11-21T18:35:34.902Z | Compiling parking_lot_core v0.8.6 |
2360 | 2024-11-21T18:35:35.433Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2361 | 2024-11-21T18:35:36.485Z | Compiling oso v0.27.3 |
2362 | 2024-11-21T18:35:53.901Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2363 | 2024-11-21T18:35:55.477Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2364 | 2024-11-21T18:36:01.012Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2365 | 2024-11-21T18:36:04.333Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2366 | 2024-11-21T18:36:04.646Z | Compiling bb8 v0.8.5 |
2367 | 2024-11-21T18:36:05.289Z | Compiling buf-list v1.0.3 |
2368 | 2024-11-21T18:36:05.939Z | Compiling async-bb8-diesel v0.2.1 |
2369 | 2024-11-21T18:36:08.395Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2370 | 2024-11-21T18:36:09.173Z | Compiling pin-project-internal v1.1.6 |
2371 | 2024-11-21T18:36:10.079Z | Compiling atty v0.2.14 |
2372 | 2024-11-21T18:36:10.260Z | Compiling salty v0.3.0 |
2373 | 2024-11-21T18:36:11.944Z | Compiling pin-project v1.1.6 |
2374 | 2024-11-21T18:36:12.455Z | Compiling parking_lot v0.11.2 |
2375 | 2024-11-21T18:36:15.528Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2376 | 2024-11-21T18:36:16.675Z | Compiling snafu-derive v0.8.5 |
2377 | 2024-11-21T18:36:17.623Z | Compiling lockfree-object-pool v0.1.6 |
2378 | 2024-11-21T18:36:17.910Z | Compiling bumpalo v3.16.0 |
2379 | 2024-11-21T18:36:18.545Z | Compiling zip v2.1.3 |
2380 | 2024-11-21T18:36:18.879Z | Compiling simd-adler32 v0.3.7 |
2381 | 2024-11-21T18:36:20.041Z | Compiling zopfli v0.8.1 |
2382 | 2024-11-21T18:36:20.205Z | Compiling sled v0.34.7 |
2383 | 2024-11-21T18:36:21.362Z | Compiling snafu v0.8.5 |
2384 | 2024-11-21T18:36:22.665Z | Compiling mime_guess v2.0.5 |
2385 | 2024-11-21T18:36:23.903Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2386 | 2024-11-21T18:36:24.067Z | Compiling hickory-client v0.24.1 |
2387 | 2024-11-21T18:36:25.304Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2388 | 2024-11-21T18:36:26.125Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2389 | 2024-11-21T18:36:26.609Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2390 | 2024-11-21T18:36:29.174Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2391 | 2024-11-21T18:36:30.715Z | Compiling globset v0.4.15 |
2392 | 2024-11-21T18:36:31.135Z | Compiling hickory-server v0.24.1 |
2393 | 2024-11-21T18:36:34.970Z | Compiling primeorder v0.13.6 |
2394 | 2024-11-21T18:36:35.555Z | Compiling olpc-cjson v0.1.4 |
2395 | 2024-11-21T18:36:35.910Z | Compiling vergen v8.3.2 |
2396 | 2024-11-21T18:36:36.279Z | Compiling env_filter v0.1.2 |
2397 | 2024-11-21T18:36:37.786Z | Compiling serde_plain v1.0.2 |
2398 | 2024-11-21T18:36:38.010Z | Compiling cargo-platform v0.1.8 |
2399 | 2024-11-21T18:36:38.298Z | Compiling nanorand v0.7.0 |
2400 | 2024-11-21T18:36:38.489Z | Compiling memoffset v0.9.1 |
2401 | 2024-11-21T18:36:38.781Z | Compiling typed-path v0.9.3 |
2402 | 2024-11-21T18:36:39.160Z | Compiling flume v0.11.1 |
2403 | 2024-11-21T18:36:39.923Z | Compiling cargo_metadata v0.18.1 |
2404 | 2024-11-21T18:36:43.011Z | Compiling tough v0.19.0 |
2405 | 2024-11-21T18:36:45.861Z | Compiling env_logger v0.11.5 |
2406 | 2024-11-21T18:36:46.399Z | Compiling p384 v0.13.0 |
2407 | 2024-11-21T18:36:47.276Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2408 | 2024-11-21T18:36:53.440Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2409 | 2024-11-21T18:37:00.672Z | Compiling git2 v0.19.0 |
2410 | 2024-11-21T18:37:03.214Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2411 | 2024-11-21T18:37:10.432Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2412 | 2024-11-21T18:37:11.616Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2413 | 2024-11-21T18:37:12.508Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2414 | 2024-11-21T18:37:14.722Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2415 | 2024-11-21T18:37:14.868Z | Compiling rand_seeder v0.3.0 |
2416 | 2024-11-21T18:37:15.301Z | Compiling libsqlite3-sys v0.30.1 |
2417 | 2024-11-21T18:37:15.825Z | Compiling rustls v0.21.12 |
2418 | 2024-11-21T18:37:16.136Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2419 | 2024-11-21T18:37:16.485Z | Compiling parse-size v1.1.0 |
2420 | 2024-11-21T18:37:16.821Z | Compiling cfg_aliases v0.2.1 |
2421 | 2024-11-21T18:37:16.950Z | Compiling nix v0.29.0 |
2422 | 2024-11-21T18:37:17.306Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2423 | 2024-11-21T18:37:17.536Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2424 | 2024-11-21T18:37:17.761Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2425 | 2024-11-21T18:37:19.454Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2426 | 2024-11-21T18:37:19.555Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2427 | 2024-11-21T18:37:19.728Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2428 | 2024-11-21T18:37:20.037Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2429 | 2024-11-21T18:37:20.327Z | Compiling sct v0.7.1 |
2430 | 2024-11-21T18:37:20.822Z | Compiling rustls-webpki v0.101.7 |
2431 | 2024-11-21T18:37:23.657Z | Compiling castaway v0.2.3 |
2432 | 2024-11-21T18:37:23.873Z | Compiling csv-core v0.1.11 |
2433 | 2024-11-21T18:37:24.325Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2434 | 2024-11-21T18:37:24.653Z | Compiling glob v0.3.1 |
2435 | 2024-11-21T18:37:24.753Z | Compiling http-range v0.1.5 |
2436 | 2024-11-21T18:37:24.882Z | Compiling csv v1.3.0 |
2437 | 2024-11-21T18:37:25.347Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2438 | 2024-11-21T18:37:26.660Z | Compiling hyper-staticfile v0.10.1 |
2439 | 2024-11-21T18:37:26.953Z | Compiling compact_str v0.8.0 |
2440 | 2024-11-21T18:37:28.756Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2441 | 2024-11-21T18:37:29.667Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2442 | 2024-11-21T18:37:29.687Z | Compiling nix v0.27.1 |
2443 | 2024-11-21T18:37:30.943Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2444 | 2024-11-21T18:37:32.830Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2445 | 2024-11-21T18:37:36.892Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2446 | 2024-11-21T18:37:37.550Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2447 | 2024-11-21T18:37:43.810Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2448 | 2024-11-21T18:37:43.911Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2449 | 2024-11-21T18:37:44.273Z | Compiling unicode-truncate v1.1.0 |
2450 | 2024-11-21T18:37:44.565Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2451 | 2024-11-21T18:37:44.885Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2452 | 2024-11-21T18:37:45.203Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2453 | 2024-11-21T18:37:49.803Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2454 | 2024-11-21T18:37:50.138Z | Compiling hashlink v0.9.1 |
2455 | 2024-11-21T18:37:50.984Z | Compiling tungstenite v0.23.0 |
2456 | 2024-11-21T18:37:51.280Z | Compiling lru v0.12.5 |
2457 | 2024-11-21T18:37:51.700Z | Compiling instability v0.3.2 |
2458 | 2024-11-21T18:37:52.574Z | Compiling fallible-iterator v0.3.0 |
2459 | 2024-11-21T18:37:52.717Z | Compiling fallible-streaming-iterator v0.1.9 |
2460 | 2024-11-21T18:37:52.730Z | Compiling cassowary v0.3.0 |
2461 | 2024-11-21T18:37:52.952Z | Compiling tokio-tungstenite v0.23.1 |
2462 | 2024-11-21T18:37:53.154Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2463 | 2024-11-21T18:37:53.393Z | Compiling rusqlite v0.32.1 |
2464 | 2024-11-21T18:37:53.597Z | Compiling ratatui v0.28.1 |
2465 | 2024-11-21T18:37:56.656Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2466 | 2024-11-21T18:37:58.625Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2467 | 2024-11-21T18:38:00.951Z | Compiling tokio-rustls v0.24.1 |
2468 | 2024-11-21T18:38:01.440Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2469 | 2024-11-21T18:38:02.149Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2470 | 2024-11-21T18:38:12.523Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2471 | 2024-11-21T18:38:12.957Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2472 | 2024-11-21T18:38:15.381Z | Compiling rustls-pemfile v1.0.4 |
2473 | 2024-11-21T18:38:15.626Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2474 | 2024-11-21T18:38:15.957Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2475 | 2024-11-21T18:38:16.099Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2476 | 2024-11-21T18:38:16.248Z | Compiling signal-hook-tokio v0.3.1 |
2477 | 2024-11-21T18:38:16.498Z | Compiling twox-hash v1.6.3 |
2478 | 2024-11-21T18:38:17.447Z | Compiling unicode-linebreak v0.1.5 |
2479 | 2024-11-21T18:38:18.033Z | Compiling smawk v0.3.2 |
2480 | 2024-11-21T18:38:18.321Z | Compiling is_ci v1.2.0 |
2481 | 2024-11-21T18:38:18.631Z | Compiling supports-color v3.0.1 |
2482 | 2024-11-21T18:38:19.198Z | Compiling textwrap v0.16.1 |
2483 | 2024-11-21T18:38:20.780Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2484 | 2024-11-21T18:38:22.894Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2485 | 2024-11-21T18:38:30.962Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2486 | 2024-11-21T18:38:37.261Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2487 | 2024-11-21T18:38:37.703Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2488 | 2024-11-21T18:38:42.303Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2489 | 2024-11-21T18:38:42.539Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2490 | 2024-11-21T18:38:43.177Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2491 | 2024-11-21T18:38:55.659Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2492 | 2024-11-21T18:38:55.968Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2493 | 2024-11-21T18:39:02.309Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2494 | 2024-11-21T18:39:02.726Z | Compiling fatfs v0.3.6 |
2495 | 2024-11-21T18:39:05.588Z | Compiling rtoolbox v0.0.2 |
2496 | 2024-11-21T18:39:05.745Z | Compiling assert_matches v1.5.0 |
2497 | 2024-11-21T18:39:06.035Z | Compiling rpassword v7.3.1 |
2498 | 2024-11-21T18:39:06.527Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2499 | 2024-11-21T18:39:11.284Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2500 | 2024-11-21T18:39:18.395Z | Compiling tui-tree-widget v0.22.0 |
2501 | 2024-11-21T18:39:18.870Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2502 | 2024-11-21T18:39:19.438Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2503 | 2024-11-21T18:39:21.933Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2504 | 2024-11-21T18:39:22.248Z | Compiling uzers v0.12.1 |
2505 | 2024-11-21T18:39:25.404Z | Compiling shell-words v1.1.0 |
2506 | 2024-11-21T18:39:25.849Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2507 | 2024-11-21T18:39:33.103Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2508 | 2024-11-21T18:39:35.201Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2509 | 2024-11-21T18:40:03.961Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2510 | 2024-11-21T18:40:07.537Z | Compiling multimap v0.10.0 |
2511 | 2024-11-21T18:42:27.075Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2512 | 2024-11-21T18:42:28.828Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2513 | 2024-11-21T18:49:12.850Z | Finished `release` profile [optimized] target(s) in 16m 17s |
2514 | 2024-11-21T18:50:17.517Z | |
2515 | 2024-11-21T18:50:17.521Z | real 17:23.160487262 |
2516 | 2024-11-21T18:50:17.521Z | user 1:57:01.213216686 |
2517 | 2024-11-21T18:50:17.521Z | sys 6:05.307020703 |
2518 | 2024-11-21T18:50:17.521Z | trap 2.827832176 |
2519 | 2024-11-21T18:50:17.521Z | tflt 2.988951284 |
2520 | 2024-11-21T18:50:17.521Z | dflt 5.437640420 |
2521 | 2024-11-21T18:50:17.521Z | kflt 0.092991320 |
2522 | 2024-11-21T18:50:17.521Z | lock 7:17:17.484021942 |
2523 | 2024-11-21T18:50:17.521Z | slp 6:11:20.765046688 |
2524 | 2024-11-21T18:50:17.521Z | lat 2:55.942674527 |
2525 | 2024-11-21T18:50:17.521Z | stop 2:40.022943309 |
2526 | 2024-11-21T18:50:17.521Z | + mapfile -t packages |
2527 | 2024-11-21T18:50:17.521Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2528 | 2024-11-21T18:50:18.533Z | Finished `release` profile [optimized] target(s) in 0.96s |
2529 | 2024-11-21T18:50:18.596Z | Running `target/release/omicron-package -t test list-outputs` |
2530 | 2024-11-21T18:50:18.642Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2531 | 2024-11-21T18:50:18.646Z | + ptime -m cargo build --locked --release -p xtask |
2532 | 2024-11-21T18:50:19.221Z | Compiling serde v1.0.215 |
2533 | 2024-11-21T18:50:19.224Z | Compiling serde_json v1.0.132 |
2534 | 2024-11-21T18:50:19.224Z | Compiling libc v0.2.162 |
2535 | 2024-11-21T18:50:19.314Z | Compiling rustix v0.38.37 |
2536 | 2024-11-21T18:50:19.324Z | Compiling syn v2.0.87 |
2537 | 2024-11-21T18:50:19.334Z | Compiling bitflags v2.6.0 |
2538 | 2024-11-21T18:50:19.649Z | Compiling usdt-impl v0.5.0 |
2539 | 2024-11-21T18:50:19.737Z | Compiling syn v1.0.109 |
2540 | 2024-11-21T18:50:19.842Z | Compiling log v0.4.22 |
2541 | 2024-11-21T18:50:19.865Z | Compiling hashbrown v0.15.0 |
2542 | 2024-11-21T18:50:19.909Z | Compiling fs-err v2.11.0 |
2543 | 2024-11-21T18:50:20.212Z | Compiling once_cell v1.20.2 |
2544 | 2024-11-21T18:50:20.308Z | Compiling anyhow v1.0.93 |
2545 | 2024-11-21T18:50:20.824Z | Compiling thread-id v4.2.2 |
2546 | 2024-11-21T18:50:21.116Z | Compiling indexmap v2.6.0 |
2547 | 2024-11-21T18:50:22.310Z | Compiling terminal_size v0.4.0 |
2548 | 2024-11-21T18:50:22.310Z | Compiling tempfile v3.13.0 |
2549 | 2024-11-21T18:50:22.539Z | Compiling clap_builder v4.5.21 |
2550 | 2024-11-21T18:50:23.054Z | Compiling proc-macro-error v1.0.4 |
2551 | 2024-11-21T18:50:24.484Z | Compiling tabled_derive v0.7.0 |
2552 | 2024-11-21T18:50:25.714Z | Compiling tabled v0.15.0 |
2553 | 2024-11-21T18:50:27.487Z | Compiling serde_derive v1.0.215 |
2554 | 2024-11-21T18:50:27.754Z | Compiling thiserror-impl v1.0.69 |
2555 | 2024-11-21T18:50:27.775Z | Compiling zerocopy-derive v0.7.35 |
2556 | 2024-11-21T18:50:28.627Z | Compiling scroll_derive v0.12.0 |
2557 | 2024-11-21T18:50:29.809Z | Compiling zerocopy v0.7.35 |
2558 | 2024-11-21T18:50:30.072Z | Compiling scroll v0.12.0 |
2559 | 2024-11-21T18:50:30.688Z | Compiling thiserror v1.0.69 |
2560 | 2024-11-21T18:50:30.861Z | Compiling pest v2.7.14 |
2561 | 2024-11-21T18:50:31.496Z | Compiling goblin v0.8.2 |
2562 | 2024-11-21T18:50:33.920Z | Compiling pest_meta v2.7.14 |
2563 | 2024-11-21T18:50:36.705Z | Compiling pest_generator v2.7.14 |
2564 | 2024-11-21T18:50:38.308Z | Compiling clap_derive v4.5.18 |
2565 | 2024-11-21T18:50:38.549Z | Compiling pest_derive v2.7.14 |
2566 | 2024-11-21T18:50:39.352Z | Compiling dtrace-parser v0.2.0 |
2567 | 2024-11-21T18:50:43.323Z | Compiling serde_spanned v0.6.8 |
2568 | 2024-11-21T18:50:43.323Z | Compiling toml_datetime v0.6.8 |
2569 | 2024-11-21T18:50:43.323Z | Compiling toml_edit v0.22.22 |
2570 | 2024-11-21T18:50:43.323Z | Compiling camino v1.1.9 |
2571 | 2024-11-21T18:50:44.749Z | Compiling serde_tokenstream v0.2.2 |
2572 | 2024-11-21T18:50:45.336Z | Compiling dof v0.3.0 |
2573 | 2024-11-21T18:50:47.737Z | Compiling toml v0.8.19 |
2574 | 2024-11-21T18:50:49.282Z | Compiling usdt-attr-macro v0.5.0 |
2575 | 2024-11-21T18:50:50.656Z | Compiling usdt-macro v0.5.0 |
2576 | 2024-11-21T18:50:51.292Z | Compiling semver v1.0.23 |
2577 | 2024-11-21T18:50:51.919Z | Compiling cargo-platform v0.1.8 |
2578 | 2024-11-21T18:50:52.756Z | Compiling cargo_metadata v0.18.1 |
2579 | 2024-11-21T18:50:52.998Z | Compiling usdt v0.5.0 |
2580 | 2024-11-21T18:50:54.115Z | Compiling cargo_toml v0.20.5 |
2581 | 2024-11-21T18:50:54.514Z | Compiling camino-tempfile v1.1.1 |
2582 | 2024-11-21T18:50:54.885Z | Compiling clap v4.5.21 |
2583 | 2024-11-21T18:50:55.022Z | Compiling macaddr v1.0.1 |
2584 | 2024-11-21T18:51:04.481Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2585 | 2024-11-21T18:51:15.655Z | Finished `release` profile [optimized] target(s) in 56.96s |
2586 | 2024-11-21T18:51:15.764Z | |
2587 | 2024-11-21T18:51:15.764Z | real 57.096984403 |
2588 | 2024-11-21T18:51:15.765Z | user 5:42.956177065 |
2589 | 2024-11-21T18:51:15.765Z | sys 31.716127401 |
2590 | 2024-11-21T18:51:15.765Z | trap 0.147940152 |
2591 | 2024-11-21T18:51:15.765Z | tflt 0.234378635 |
2592 | 2024-11-21T18:51:15.769Z | dflt 0.603700937 |
2593 | 2024-11-21T18:51:15.769Z | kflt 0.000062164 |
2594 | 2024-11-21T18:51:15.770Z | lock 10:32.354516941 |
2595 | 2024-11-21T18:51:15.770Z | slp 15:52.328457057 |
2596 | 2024-11-21T18:51:15.770Z | lat 13.982314496 |
2597 | 2024-11-21T18:51:15.770Z | stop 17.333009989 |
2598 | 2024-11-21T18:51:15.770Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2599 | 2024-11-21T18:51:15.770Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2600 | 2024-11-21T18:51:15.770Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2601 | 2024-11-21T18:51:15.770Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2602 | 2024-11-21T18:51:15.770Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2603 | 2024-11-21T18:51:16.672Z | Compiling hashbrown v0.14.5 |
2604 | 2024-11-21T18:51:16.802Z | Compiling ident_case v1.0.1 |
2605 | 2024-11-21T18:51:16.814Z | Compiling unsafe-libyaml v0.2.11 |
2606 | 2024-11-21T18:51:16.826Z | Compiling progenitor-client v0.8.0 |
2607 | 2024-11-21T18:51:16.826Z | Compiling ipnetwork v0.20.0 |
2608 | 2024-11-21T18:51:16.829Z | Compiling macaddr v1.0.1 |
2609 | 2024-11-21T18:51:16.829Z | Compiling instant v0.1.13 |
2610 | 2024-11-21T18:51:16.829Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2611 | 2024-11-21T18:51:16.956Z | Compiling darling_core v0.20.10 |
2612 | 2024-11-21T18:51:17.021Z | Compiling structmeta-derive v0.3.0 |
2613 | 2024-11-21T18:51:17.289Z | Compiling newtype-uuid v1.1.3 |
2614 | 2024-11-21T18:51:17.336Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2615 | 2024-11-21T18:51:17.363Z | Compiling dropshot v0.13.0 |
2616 | 2024-11-21T18:51:17.746Z | Compiling dropshot_endpoint v0.13.0 |
2617 | 2024-11-21T18:51:17.863Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2618 | 2024-11-21T18:51:17.958Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2619 | 2024-11-21T18:51:18.068Z | Compiling regress v0.10.1 |
2620 | 2024-11-21T18:51:18.121Z | Compiling serde_yaml v0.9.34+deprecated |
2621 | 2024-11-21T18:51:18.322Z | Compiling regress v0.9.1 |
2622 | 2024-11-21T18:51:18.654Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2623 | 2024-11-21T18:51:18.698Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2624 | 2024-11-21T18:51:18.833Z | Compiling backoff v0.4.0 |
2625 | 2024-11-21T18:51:19.236Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2626 | 2024-11-21T18:51:19.456Z | Compiling tempfile v3.13.0 |
2627 | 2024-11-21T18:51:19.512Z | Compiling proc-macro-crate v1.3.1 |
2628 | 2024-11-21T18:51:20.025Z | Compiling structmeta v0.3.0 |
2629 | 2024-11-21T18:51:20.333Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2630 | 2024-11-21T18:51:20.473Z | Compiling parse-display-derive v0.10.0 |
2631 | 2024-11-21T18:51:20.620Z | Compiling num_enum_derive v0.5.11 |
2632 | 2024-11-21T18:51:20.739Z | Compiling itertools v0.13.0 |
2633 | 2024-11-21T18:51:22.473Z | Compiling typify-impl v0.2.0 |
2634 | 2024-11-21T18:51:23.147Z | Compiling zerocopy v0.8.10 |
2635 | 2024-11-21T18:51:23.349Z | Compiling num_enum v0.5.11 |
2636 | 2024-11-21T18:51:23.489Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2637 | 2024-11-21T18:51:28.014Z | Compiling foreign-types-macros v0.2.3 |
2638 | 2024-11-21T18:51:28.228Z | Compiling zerocopy-derive v0.8.10 |
2639 | 2024-11-21T18:51:28.230Z | Compiling darling_macro v0.20.10 |
2640 | 2024-11-21T18:51:28.230Z | Compiling foreign-types-shared v0.3.1 |
2641 | 2024-11-21T18:51:28.230Z | Compiling heapless v0.8.0 |
2642 | 2024-11-21T18:51:28.230Z | Compiling proc-macro-error v1.0.4 |
2643 | 2024-11-21T18:51:28.230Z | Compiling foreign-types v0.5.0 |
2644 | 2024-11-21T18:51:28.230Z | Compiling darling v0.20.10 |
2645 | 2024-11-21T18:51:28.230Z | Compiling camino-tempfile v1.1.1 |
2646 | 2024-11-21T18:51:28.230Z | Compiling parse-display v0.10.0 |
2647 | 2024-11-21T18:51:28.230Z | Compiling serde_with_macros v3.11.0 |
2648 | 2024-11-21T18:51:28.230Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2649 | 2024-11-21T18:51:28.230Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2650 | 2024-11-21T18:51:28.230Z | Compiling hash32 v0.3.1 |
2651 | 2024-11-21T18:51:28.230Z | Compiling cstr-argument v0.1.2 |
2652 | 2024-11-21T18:51:28.230Z | Compiling smoltcp v0.11.0 |
2653 | 2024-11-21T18:51:28.230Z | Compiling pretty-hex v0.2.1 |
2654 | 2024-11-21T18:51:28.230Z | Compiling crucible-workspace-hack v0.1.0 |
2655 | 2024-11-21T18:51:28.230Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2656 | 2024-11-21T18:51:28.230Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2657 | 2024-11-21T18:51:28.230Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2658 | 2024-11-21T18:51:28.398Z | Compiling tabwriter v1.4.0 |
2659 | 2024-11-21T18:51:28.398Z | Compiling colored v2.1.0 |
2660 | 2024-11-21T18:51:28.398Z | Compiling cobs v0.2.3 |
2661 | 2024-11-21T18:51:28.398Z | Compiling postcard v1.0.10 |
2662 | 2024-11-21T18:51:28.398Z | Compiling serde_with v3.11.0 |
2663 | 2024-11-21T18:51:28.398Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2664 | 2024-11-21T18:51:28.398Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2665 | 2024-11-21T18:51:28.489Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2666 | 2024-11-21T18:51:28.534Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2667 | 2024-11-21T18:51:28.821Z | Compiling smf v0.2.3 |
2668 | 2024-11-21T18:51:29.475Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2669 | 2024-11-21T18:51:30.324Z | Compiling zone_cfg_derive v0.3.0 |
2670 | 2024-11-21T18:51:30.468Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2671 | 2024-11-21T18:51:30.944Z | Compiling num-derive v0.4.2 |
2672 | 2024-11-21T18:51:31.863Z | Compiling sigpipe v0.1.3 |
2673 | 2024-11-21T18:51:32.001Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2674 | 2024-11-21T18:51:32.065Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2675 | 2024-11-21T18:51:32.320Z | Compiling zone v0.3.0 |
2676 | 2024-11-21T18:51:32.618Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2677 | 2024-11-21T18:51:32.639Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2678 | 2024-11-21T18:51:32.725Z | Compiling universal-hash v0.5.1 |
2679 | 2024-11-21T18:51:32.940Z | Compiling opaque-debug v0.3.1 |
2680 | 2024-11-21T18:51:33.052Z | Compiling num-rational v0.4.2 |
2681 | 2024-11-21T18:51:33.092Z | Compiling password-hash v0.5.0 |
2682 | 2024-11-21T18:51:33.196Z | Compiling num-complex v0.4.6 |
2683 | 2024-11-21T18:51:33.320Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2684 | 2024-11-21T18:51:33.452Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2685 | 2024-11-21T18:51:33.984Z | Compiling blake2 v0.10.6 |
2686 | 2024-11-21T18:51:34.100Z | Compiling aead v0.5.2 |
2687 | 2024-11-21T18:51:34.144Z | Compiling keccak v0.1.5 |
2688 | 2024-11-21T18:51:34.330Z | Compiling convert_case v0.4.0 |
2689 | 2024-11-21T18:51:34.332Z | Compiling num v0.4.3 |
2690 | 2024-11-21T18:51:34.457Z | Compiling poly1305 v0.8.0 |
2691 | 2024-11-21T18:51:34.488Z | Compiling argon2 v0.5.3 |
2692 | 2024-11-21T18:51:34.890Z | Compiling sha3 v0.10.8 |
2693 | 2024-11-21T18:51:35.222Z | Compiling tungstenite v0.21.0 |
2694 | 2024-11-21T18:51:35.396Z | Compiling chacha20 v0.9.1 |
2695 | 2024-11-21T18:51:35.424Z | Compiling derive_more v0.99.18 |
2696 | 2024-11-21T18:51:35.908Z | Compiling float-ord v0.3.2 |
2697 | 2024-11-21T18:51:35.930Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2698 | 2024-11-21T18:51:36.095Z | Compiling base64 v0.21.7 |
2699 | 2024-11-21T18:51:36.208Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2700 | 2024-11-21T18:51:36.334Z | Compiling same-file v1.0.6 |
2701 | 2024-11-21T18:51:36.655Z | Compiling tokio-tungstenite v0.21.0 |
2702 | 2024-11-21T18:51:36.658Z | Compiling semver v0.1.20 |
2703 | 2024-11-21T18:51:36.876Z | Compiling walkdir v2.5.0 |
2704 | 2024-11-21T18:51:37.321Z | Compiling rustc_version v0.1.7 |
2705 | 2024-11-21T18:51:37.366Z | Compiling newline-converter v0.3.0 |
2706 | 2024-11-21T18:51:37.451Z | Compiling primeorder v0.13.6 |
2707 | 2024-11-21T18:51:37.536Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2708 | 2024-11-21T18:51:37.539Z | Compiling secrecy v0.8.0 |
2709 | 2024-11-21T18:51:37.691Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2710 | 2024-11-21T18:51:37.842Z | Compiling cancel-safe-futures v0.1.5 |
2711 | 2024-11-21T18:51:37.869Z | Compiling owo-colors v4.1.0 |
2712 | 2024-11-21T18:51:37.980Z | Compiling newtype_derive v0.1.6 |
2713 | 2024-11-21T18:51:38.002Z | Compiling expectorate v1.1.0 |
2714 | 2024-11-21T18:51:38.171Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2715 | 2024-11-21T18:51:38.193Z | Compiling thiserror-impl-no-std v2.0.2 |
2716 | 2024-11-21T18:51:38.241Z | Compiling blake3 v1.5.4 |
2717 | 2024-11-21T18:51:38.261Z | Compiling ring v0.16.20 |
2718 | 2024-11-21T18:51:38.509Z | Compiling half v2.4.1 |
2719 | 2024-11-21T18:51:38.581Z | Compiling unicase v2.7.0 |
2720 | 2024-11-21T18:51:38.875Z | Compiling ciborium-io v0.2.2 |
2721 | 2024-11-21T18:51:38.906Z | Compiling arc-swap v1.7.1 |
2722 | 2024-11-21T18:51:39.031Z | Compiling ciborium-ll v0.2.2 |
2723 | 2024-11-21T18:51:39.413Z | Compiling slog-scope v4.4.0 |
2724 | 2024-11-21T18:51:39.592Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2725 | 2024-11-21T18:51:39.912Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2726 | 2024-11-21T18:51:40.193Z | Compiling polyval v0.6.2 |
2727 | 2024-11-21T18:51:40.661Z | Compiling atomicwrites v0.4.4 |
2728 | 2024-11-21T18:51:40.689Z | Compiling libsw v3.3.1 |
2729 | 2024-11-21T18:51:41.018Z | Compiling typify-macro v0.2.0 |
2730 | 2024-11-21T18:51:41.038Z | Compiling memmap2 v0.9.5 |
2731 | 2024-11-21T18:51:41.057Z | Compiling salty v0.3.0 |
2732 | 2024-11-21T18:51:41.061Z | Compiling linear-map v1.2.0 |
2733 | 2024-11-21T18:51:41.422Z | Compiling thiserror-no-std v2.0.2 |
2734 | 2024-11-21T18:51:41.668Z | Compiling spin v0.5.2 |
2735 | 2024-11-21T18:51:41.673Z | Compiling constant_time_eq v0.3.1 |
2736 | 2024-11-21T18:51:41.673Z | Compiling indent_write v2.2.0 |
2737 | 2024-11-21T18:51:41.673Z | Compiling arrayvec v0.7.6 |
2738 | 2024-11-21T18:51:41.675Z | Compiling parking_lot_core v0.8.6 |
2739 | 2024-11-21T18:51:41.700Z | Compiling libefi-sys v0.1.0 |
2740 | 2024-11-21T18:51:41.737Z | Compiling arrayref v0.3.9 |
2741 | 2024-11-21T18:51:41.850Z | Compiling vsss-rs v3.3.4 |
2742 | 2024-11-21T18:51:42.057Z | Compiling ghash v0.5.1 |
2743 | 2024-11-21T18:51:42.163Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2744 | 2024-11-21T18:51:42.414Z | Compiling slog-stdlog v4.1.1 |
2745 | 2024-11-21T18:51:42.812Z | Compiling ciborium v0.2.2 |
2746 | 2024-11-21T18:51:43.194Z | Compiling p384 v0.13.0 |
2747 | 2024-11-21T18:51:43.217Z | Compiling toolchain_find v0.4.0 |
2748 | 2024-11-21T18:51:43.285Z | Compiling chacha20poly1305 v0.10.1 |
2749 | 2024-11-21T18:51:43.530Z | Compiling lzma-sys v0.1.20 |
2750 | 2024-11-21T18:51:43.958Z | Compiling ctr v0.9.2 |
2751 | 2024-11-21T18:51:44.359Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2752 | 2024-11-21T18:51:44.391Z | Compiling bitfield-struct v0.6.2 |
2753 | 2024-11-21T18:51:44.420Z | Compiling slog-dtrace v0.3.0 |
2754 | 2024-11-21T18:51:44.722Z | Compiling highway v1.2.0 |
2755 | 2024-11-21T18:51:44.778Z | Compiling topological-sort v0.2.2 |
2756 | 2024-11-21T18:51:45.016Z | Compiling omicron-zone-package v0.11.1 |
2757 | 2024-11-21T18:51:45.084Z | Compiling aes-gcm v0.10.3 |
2758 | 2024-11-21T18:51:45.299Z | Compiling typify v0.2.0 |
2759 | 2024-11-21T18:51:45.382Z | Compiling rustfmt-wrapper v0.2.1 |
2760 | 2024-11-21T18:51:45.455Z | Compiling progenitor-impl v0.8.0 |
2761 | 2024-11-21T18:51:45.493Z | Compiling mime_guess v2.0.5 |
2762 | 2024-11-21T18:51:45.795Z | Compiling slog-envlogger v2.2.0 |
2763 | 2024-11-21T18:51:45.816Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2764 | 2024-11-21T18:51:45.970Z | Compiling steno v0.4.1 |
2765 | 2024-11-21T18:51:46.629Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2766 | 2024-11-21T18:51:46.677Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2767 | 2024-11-21T18:51:46.894Z | Compiling heck v0.3.3 |
2768 | 2024-11-21T18:51:47.127Z | Compiling ssh-encoding v0.2.0 |
2769 | 2024-11-21T18:51:47.356Z | Compiling blowfish v0.9.1 |
2770 | 2024-11-21T18:51:47.413Z | Compiling nibble_vec v0.1.0 |
2771 | 2024-11-21T18:51:47.476Z | Compiling env_filter v0.1.2 |
2772 | 2024-11-21T18:51:47.623Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2773 | 2024-11-21T18:51:47.680Z | Compiling humantime v2.1.0 |
2774 | 2024-11-21T18:51:47.828Z | Compiling endian-type v0.1.2 |
2775 | 2024-11-21T18:51:47.914Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2776 | 2024-11-21T18:51:47.936Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2777 | 2024-11-21T18:51:48.058Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2778 | 2024-11-21T18:51:48.079Z | Compiling radix_trie v0.2.1 |
2779 | 2024-11-21T18:51:48.245Z | Compiling env_logger v0.11.5 |
2780 | 2024-11-21T18:51:48.266Z | Compiling bcrypt-pbkdf v0.10.0 |
2781 | 2024-11-21T18:51:48.269Z | Compiling ssh-cipher v0.2.0 |
2782 | 2024-11-21T18:51:48.815Z | Compiling zone_cfg_derive v0.1.2 |
2783 | 2024-11-21T18:51:48.895Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2784 | 2024-11-21T18:51:49.060Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2785 | 2024-11-21T18:51:49.371Z | Compiling parking_lot v0.11.2 |
2786 | 2024-11-21T18:51:50.048Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2787 | 2024-11-21T18:51:50.050Z | Compiling password-hash v0.4.2 |
2788 | 2024-11-21T18:51:50.338Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2789 | 2024-11-21T18:51:50.421Z | Compiling gethostname v0.5.0 |
2790 | 2024-11-21T18:51:50.486Z | Compiling fxhash v0.2.1 |
2791 | 2024-11-21T18:51:50.528Z | Compiling base64 v0.13.1 |
2792 | 2024-11-21T18:51:50.660Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2793 | 2024-11-21T18:51:50.711Z | Compiling matches v0.1.10 |
2794 | 2024-11-21T18:51:50.826Z | Compiling idna v0.2.3 |
2795 | 2024-11-21T18:51:50.958Z | Compiling ron v0.7.1 |
2796 | 2024-11-21T18:51:51.011Z | Compiling sled v0.34.7 |
2797 | 2024-11-21T18:51:51.031Z | Compiling pbkdf2 v0.11.0 |
2798 | 2024-11-21T18:51:51.125Z | Compiling zone v0.1.8 |
2799 | 2024-11-21T18:51:51.398Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2800 | 2024-11-21T18:51:51.468Z | Compiling xz2 v0.1.7 |
2801 | 2024-11-21T18:51:51.973Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2802 | 2024-11-21T18:51:52.517Z | Compiling ssh-key v0.6.6 |
2803 | 2024-11-21T18:51:52.783Z | Compiling hickory-client v0.24.1 |
2804 | 2024-11-21T18:51:53.468Z | Compiling p256 v0.13.2 |
2805 | 2024-11-21T18:51:53.580Z | Compiling p521 v0.13.3 |
2806 | 2024-11-21T18:51:53.603Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2807 | 2024-11-21T18:51:53.871Z | Compiling progenitor-macro v0.8.0 |
2808 | 2024-11-21T18:51:54.317Z | Compiling hickory-server v0.24.1 |
2809 | 2024-11-21T18:51:54.385Z | Compiling enum-as-inner v0.5.1 |
2810 | 2024-11-21T18:51:54.798Z | Compiling pem v3.0.4 |
2811 | 2024-11-21T18:51:55.465Z | Compiling yasna v0.5.2 |
2812 | 2024-11-21T18:51:55.640Z | Compiling headers-core v0.3.0 |
2813 | 2024-11-21T18:51:55.823Z | Compiling kstat-rs v0.2.4 |
2814 | 2024-11-21T18:51:56.065Z | Compiling nanorand v0.7.0 |
2815 | 2024-11-21T18:51:56.506Z | Compiling russh-cryptovec v0.7.3 |
2816 | 2024-11-21T18:51:56.662Z | Compiling atty v0.2.14 |
2817 | 2024-11-21T18:51:56.822Z | Compiling md5 v0.7.0 |
2818 | 2024-11-21T18:51:56.853Z | Compiling http-range v0.1.5 |
2819 | 2024-11-21T18:51:57.183Z | Compiling russh-keys v0.45.0 |
2820 | 2024-11-21T18:51:57.250Z | Compiling hyper-staticfile v0.10.1 |
2821 | 2024-11-21T18:51:57.345Z | Compiling flume v0.11.1 |
2822 | 2024-11-21T18:51:57.438Z | Compiling rcgen v0.12.1 |
2823 | 2024-11-21T18:51:57.464Z | Compiling headers v0.4.0 |
2824 | 2024-11-21T18:51:58.096Z | Compiling trust-dns-proto v0.22.0 |
2825 | 2024-11-21T18:51:58.407Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2826 | 2024-11-21T18:51:59.541Z | Compiling num-bigint v0.4.6 |
2827 | 2024-11-21T18:52:00.011Z | Compiling des v0.8.1 |
2828 | 2024-11-21T18:52:00.392Z | Compiling subprocess v0.2.9 |
2829 | 2024-11-21T18:52:01.501Z | Compiling display-error-chain v0.2.2 |
2830 | 2024-11-21T18:52:01.548Z | Compiling dhcproto-macros v0.1.0 |
2831 | 2024-11-21T18:52:01.723Z | Compiling hex-literal v0.4.1 |
2832 | 2024-11-21T18:52:01.891Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2833 | 2024-11-21T18:52:02.397Z | Compiling internet-checksum v0.2.1 |
2834 | 2024-11-21T18:52:02.608Z | Compiling dhcproto v0.12.0 |
2835 | 2024-11-21T18:52:02.819Z | Compiling russh v0.45.0 |
2836 | 2024-11-21T18:52:06.514Z | Compiling progenitor v0.8.0 |
2837 | 2024-11-21T18:52:06.652Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2838 | 2024-11-21T18:52:06.652Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2839 | 2024-11-21T18:52:06.655Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2840 | 2024-11-21T18:52:06.656Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2841 | 2024-11-21T18:52:06.656Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2842 | 2024-11-21T18:52:06.656Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2843 | 2024-11-21T18:52:06.751Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2844 | 2024-11-21T18:52:08.168Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2845 | 2024-11-21T18:52:08.390Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2846 | 2024-11-21T18:52:09.074Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2847 | 2024-11-21T18:52:11.774Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2848 | 2024-11-21T18:52:13.327Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2849 | 2024-11-21T18:52:22.869Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2850 | 2024-11-21T18:52:22.869Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2851 | 2024-11-21T18:52:22.871Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2852 | 2024-11-21T18:52:22.871Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2853 | 2024-11-21T18:52:26.226Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2854 | 2024-11-21T18:52:26.229Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2855 | 2024-11-21T18:52:27.300Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2856 | 2024-11-21T18:52:27.857Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2857 | 2024-11-21T18:52:27.941Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2858 | 2024-11-21T18:52:31.105Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2859 | 2024-11-21T18:52:32.006Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2860 | 2024-11-21T18:52:32.070Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2861 | 2024-11-21T18:52:32.744Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2862 | 2024-11-21T18:52:33.584Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2863 | 2024-11-21T18:52:33.775Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2864 | 2024-11-21T18:52:33.824Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2865 | 2024-11-21T18:52:34.716Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2866 | 2024-11-21T18:52:36.208Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2867 | 2024-11-21T18:52:36.288Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2868 | 2024-11-21T18:52:38.699Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2869 | 2024-11-21T18:52:38.818Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2870 | 2024-11-21T18:52:39.350Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2871 | 2024-11-21T18:52:41.929Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2872 | 2024-11-21T18:52:43.185Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2873 | 2024-11-21T18:52:44.154Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2874 | 2024-11-21T18:52:46.089Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2875 | 2024-11-21T18:52:46.463Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2876 | 2024-11-21T18:52:48.205Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2877 | 2024-11-21T18:52:51.091Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2878 | 2024-11-21T18:53:00.078Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2879 | 2024-11-21T18:53:01.367Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2880 | 2024-11-21T18:53:19.576Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2881 | 2024-11-21T18:53:51.617Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 35s |
2882 | 2024-11-21T18:53:51.833Z | |
2883 | 2024-11-21T18:53:51.833Z | real 2:36.037049572 |
2884 | 2024-11-21T18:53:51.833Z | user 12:16.592819846 |
2885 | 2024-11-21T18:53:51.833Z | sys 2:38.936734734 |
2886 | 2024-11-21T18:53:51.834Z | trap 0.327687303 |
2887 | 2024-11-21T18:53:51.836Z | tflt 0.807876253 |
2888 | 2024-11-21T18:53:51.836Z | dflt 1.960422340 |
2889 | 2024-11-21T18:53:51.836Z | kflt 0.000042731 |
2890 | 2024-11-21T18:53:51.836Z | lock 25:33.704196849 |
2891 | 2024-11-21T18:53:51.836Z | slp 44:18.697947944 |
2892 | 2024-11-21T18:53:51.836Z | lat 35.250048096 |
2893 | 2024-11-21T18:53:51.836Z | stop 1:29.180178100 |
2894 | 2024-11-21T18:53:51.836Z | + mkdir tests |
2895 | 2024-11-21T18:53:51.839Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2896 | 2024-11-21T18:53:51.840Z | + xargs -I '{}' -t cp '{}' tests/ |
2897 | 2024-11-21T18:53:53.032Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-901a0af671086ead tests/ |
2898 | 2024-11-21T18:53:53.059Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-84053b7b03f68646 tests/ |
2899 | 2024-11-21T18:53:53.085Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-34664e4175f1cac6 tests/ |
2900 | 2024-11-21T18:53:53.113Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b9cd7607b17e8ff tests/ |
2901 | 2024-11-21T18:53:53.336Z | + 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/*) |
2902 | 2024-11-21T18:53:53.338Z | + 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-84053b7b03f68646 tests/commtest-34664e4175f1cac6 tests/dhcp_server-901a0af671086ead tests/end_to_end_tests-8b9cd7607b17e8ff 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 |
2903 | 2024-11-21T18:55:04.602Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2904 | 2024-11-21T18:55:04.602Z | a .github/buildomat/ci-env.sh 1K |
2905 | 2024-11-21T18:55:04.602Z | a out/target/test 1K |
2906 | 2024-11-21T18:55:04.602Z | a out/npuzone/npuzone 23144K |
2907 | 2024-11-21T18:55:04.602Z | a package-manifest.toml 32K |
2908 | 2024-11-21T18:55:04.602Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2909 | 2024-11-21T18:55:04.602Z | a target/release/omicron-package 36350K |
2910 | 2024-11-21T18:55:04.602Z | a target/release/xtask 11750K |
2911 | 2024-11-21T18:55:04.602Z | a target/debug/bootstrap 210015K |
2912 | 2024-11-21T18:55:04.602Z | a tests/bootstrap-84053b7b03f68646 24246K |
2913 | 2024-11-21T18:55:04.602Z | a tests/commtest-34664e4175f1cac6 25022K |
2914 | 2024-11-21T18:55:04.602Z | a tests/dhcp_server-901a0af671086ead 24246K |
2915 | 2024-11-21T18:55:04.602Z | a tests/end_to_end_tests-8b9cd7607b17e8ff 228115K |
2916 | 2024-11-21T18:55:04.602Z | a out/clickhouse.tar.gz 286080K |
2917 | 2024-11-21T18:55:04.602Z | a out/clickhouse_keeper.tar.gz 286061K |
2918 | 2024-11-21T18:55:04.603Z | a out/clickhouse_server.tar.gz 286060K |
2919 | 2024-11-21T18:55:04.603Z | a out/cockroachdb.tar.gz 134564K |
2920 | 2024-11-21T18:55:04.603Z | a out/crucible-dtrace.tar 85K |
2921 | 2024-11-21T18:55:04.603Z | a out/crucible-pantry-zone.tar.gz 28184K |
2922 | 2024-11-21T18:55:04.603Z | a out/crucible-zone.tar.gz 36396K |
2923 | 2024-11-21T18:55:04.603Z | a out/external-dns.tar.gz 35280K |
2924 | 2024-11-21T18:55:04.603Z | a out/internal-dns.tar.gz 35279K |
2925 | 2024-11-21T18:55:04.603Z | a out/mg-ddm-gz.tar 63075K |
2926 | 2024-11-21T18:55:04.603Z | a out/nexus.tar.gz 100406K |
2927 | 2024-11-21T18:55:04.603Z | a out/ntp.tar.gz 10357K |
2928 | 2024-11-21T18:55:04.603Z | a out/omicron-gateway-softnpu.tar.gz 23904K |
2929 | 2024-11-21T18:55:04.603Z | a out/omicron-sled-agent.tar 112936K |
2930 | 2024-11-21T18:55:04.604Z | a out/overlay.tar.gz 3K |
2931 | 2024-11-21T18:55:04.604Z | a out/oximeter.tar.gz 51428K |
2932 | 2024-11-21T18:55:04.604Z | a out/oxlog.tar 3088K |
2933 | 2024-11-21T18:55:04.605Z | a out/probe.tar.gz 2764K |
2934 | 2024-11-21T18:55:04.605Z | a out/propolis-server.tar.gz 66596K |
2935 | 2024-11-21T18:55:04.605Z | a out/pumpkind-gz.tar 26665K |
2936 | 2024-11-21T18:55:04.605Z | a out/switch-softnpu.tar.gz 237470K |
2937 | 2024-11-21T18:55:04.607Z | |
2938 | 2024-11-21T18:55:04.607Z | real 1:11.268415379 |
2939 | 2024-11-21T18:55:04.607Z | user 1:08.188519216 |
2940 | 2024-11-21T18:55:04.607Z | sys 4.366806815 |
2941 | 2024-11-21T18:55:04.607Z | trap 0.017926581 |
2942 | 2024-11-21T18:55:04.607Z | tflt 0.000000000 |
2943 | 2024-11-21T18:55:04.607Z | dflt 0.000000000 |
2944 | 2024-11-21T18:55:04.607Z | kflt 0.000000000 |
2945 | 2024-11-21T18:55:04.607Z | lock 0.000000000 |
2946 | 2024-11-21T18:55:04.607Z | slp 1:08.095584252 |
2947 | 2024-11-21T18:55:04.607Z | lat 1.861789532 |
2948 | 2024-11-21T18:55:04.608Z | stop 0.000644412 |
2949 | 2024-11-21T18:55:04.608Z | process exited: duration 1967666 ms, exit code 0 |
|
2950 | 2024-11-21T18:55:04.622Z | found 1 output files |
2951 | 2024-11-21T18:55:04.622Z | uploading: /work/package.tar.gz (1878905084 bytes) |
2952 | 2024-11-21T18:55:31.806Z | uploaded: /work/package.tar.gz |