|
|
|
1 | 2024-11-19T05:05:31.733Z | job assigned to worker 01JD1CY96QET94S6YSK9SRFFCC [factory aws, i-0a2ee81111146a287] (queued for 40 s) |
|
2 | 2024-11-19T05:05:38.890Z | starting task 0: "setup" |
3 | 2024-11-19T05:05:38.901Z | ++ uname -s |
4 | 2024-11-19T05:05:38.903Z | + kern=SunOS |
5 | 2024-11-19T05:05:38.903Z | + case "$kern" in |
6 | 2024-11-19T05:05:38.903Z | + groupadd -g 12345 build |
7 | 2024-11-19T05:05:38.905Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-19T05:05:39.916Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-19T05:05:40.015Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-19T05:05:40.018Z | + home_fs=zfs |
11 | 2024-11-19T05:05:40.018Z | + [[ zfs == autofs ]] |
12 | 2024-11-19T05:05:40.018Z | + mkdir -p /home/build |
13 | 2024-11-19T05:05:40.023Z | + chown build:build /home/build /work |
14 | 2024-11-19T05:05:42.021Z | + chmod 0700 /home/build /work |
15 | 2024-11-19T05:05:42.023Z | process exited: duration 3133 ms, exit code 0 |
|
16 | 2024-11-19T05:05:42.028Z | starting task 1: "rust-toolchain" |
17 | 2024-11-19T05:05:42.033Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-19T05:05:42.033Z | ' 1.81.0 |
19 | 2024-11-19T05:05:42.033Z | * toolchain channel = "1.81.0" |
20 | 2024-11-19T05:05:42.033Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-19T05:05:42.033Z | ' default |
22 | 2024-11-19T05:05:42.036Z | * toolchain profile = "default" |
23 | 2024-11-19T05:05:42.036Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-19T05:05:42.036Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-19T05:05:42.152Z | info: downloading installer |
26 | 2024-11-19T05:05:43.249Z | info: profile set to 'default' |
27 | 2024-11-19T05:05:43.249Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-19T05:05:43.249Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-19T05:05:43.399Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-19T05:05:43.399Z | info: downloading component 'cargo' |
31 | 2024-11-19T05:05:44.191Z | info: downloading component 'clippy' |
32 | 2024-11-19T05:05:44.490Z | info: downloading component 'rust-docs' |
33 | 2024-11-19T05:05:45.593Z | info: downloading component 'rust-std' |
34 | 2024-11-19T05:05:47.355Z | info: downloading component 'rustc' |
35 | 2024-11-19T05:05:53.575Z | info: downloading component 'rustfmt' |
36 | 2024-11-19T05:05:53.810Z | info: installing component 'cargo' |
37 | 2024-11-19T05:05:54.624Z | info: installing component 'clippy' |
38 | 2024-11-19T05:05:54.996Z | info: installing component 'rust-docs' |
39 | 2024-11-19T05:05:56.632Z | info: installing component 'rust-std' |
40 | 2024-11-19T05:05:58.439Z | info: installing component 'rustc' |
41 | 2024-11-19T05:06:04.117Z | info: installing component 'rustfmt' |
42 | 2024-11-19T05:06:04.432Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-19T05:06:04.432Z | |
44 | 2024-11-19T05:06:04.797Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-19T05:06:04.797Z | |
46 | 2024-11-19T05:06:04.799Z | |
47 | 2024-11-19T05:06:04.799Z | Rust is installed now. Great! |
48 | 2024-11-19T05:06:04.799Z | |
49 | 2024-11-19T05:06:04.799Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-19T05:06:04.799Z | environment variable. This has not been done automatically. |
51 | 2024-11-19T05:06:04.799Z | |
52 | 2024-11-19T05:06:04.799Z | To configure your current shell, you need to source |
53 | 2024-11-19T05:06:04.799Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-19T05:06:04.800Z | |
55 | 2024-11-19T05:06:04.800Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-19T05:06:04.800Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-19T05:06:04.800Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-19T05:06:04.870Z | + rustc --version |
59 | 2024-11-19T05:06:04.933Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-19T05:06:04.937Z | process exited: duration 22907 ms, exit code 0 |
|
61 | 2024-11-19T05:06:04.942Z | starting task 2: "authentication" |
62 | 2024-11-19T05:06:04.961Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-19T05:06:04.969Z | starting task 3: "clone repository" |
64 | 2024-11-19T05:06:04.972Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-19T05:06:04.974Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-19T05:06:05.013Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-19T05:06:12.866Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-19T05:06:12.866Z | + git fetch origin 11c6e1d293de65f5b0bcf861ac6dd0bab13c04a6 |
69 | 2024-11-19T05:06:13.334Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-19T05:06:13.334Z | * branch 11c6e1d293de65f5b0bcf861ac6dd0bab13c04a6 -> FETCH_HEAD |
71 | 2024-11-19T05:06:13.342Z | + [[ -n '' ]] |
72 | 2024-11-19T05:06:13.342Z | + git reset --hard 11c6e1d293de65f5b0bcf861ac6dd0bab13c04a6 |
73 | 2024-11-19T05:06:13.511Z | HEAD is now at 11c6e1d29 clean up |
74 | 2024-11-19T05:06:13.514Z | process exited: duration 8545 ms, exit code 0 |
|
75 | 2024-11-19T05:06:13.518Z | starting task 4: "build" |
76 | 2024-11-19T05:06:13.523Z | + source .github/buildomat/ci-env.sh |
77 | 2024-11-19T05:06:13.523Z | ++ export CARGO_TERM_COLOR=always |
78 | 2024-11-19T05:06:13.523Z | ++ CARGO_TERM_COLOR=always |
79 | 2024-11-19T05:06:13.526Z | + cargo --version |
80 | 2024-11-19T05:06:13.579Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2024-11-19T05:06:13.583Z | + rustc --version |
82 | 2024-11-19T05:06:13.641Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2024-11-19T05:06:13.643Z | + WORK=/work |
84 | 2024-11-19T05:06:13.643Z | + pfexec mkdir -p /work |
85 | 2024-11-19T05:06:13.647Z | + pfexec chown build /work |
86 | 2024-11-19T05:06:13.650Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
87 | 2024-11-19T05:06:20.372Z | Startup: Refreshing catalog 'helios-dev' ... Done |
88 | 2024-11-19T05:06:23.953Z | Startup: Caching catalogs ... Done |
89 | 2024-11-19T05:06:32.604Z | Planning: Solver setup ... Done (7.913s) |
90 | 2024-11-19T05:06:32.713Z | Planning: Running solver ... Done (0.109s) |
91 | 2024-11-19T05:06:32.801Z | Planning: Finding local manifests ... Done (0.004s) |
92 | 2024-11-19T05:06:32.874Z | Planning: Fetching manifests: 0/5 0% complete |
93 | 2024-11-19T05:06:33.147Z | Planning: Fetching manifests: 5/5 100% complete |
94 | 2024-11-19T05:06:33.242Z | Planning: Package planning ... Done (0.095s) |
95 | 2024-11-19T05:06:33.298Z | Planning: Merging actions ... Done (0.056s) |
96 | 2024-11-19T05:06:33.483Z | Planning: Checking for conflicting actions ... Done (0.184s) |
97 | 2024-11-19T05:06:35.265Z | Planning: Consolidating action changes ... Done (1.782s) |
98 | 2024-11-19T05:06:35.664Z | Planning: Evaluating mediators ... Done (0.398s) |
99 | 2024-11-19T05:06:35.740Z | Planning: Planning completed in 11.70 seconds |
100 | 2024-11-19T05:06:35.755Z | Packages to install: 4 |
101 | 2024-11-19T05:06:35.755Z | Packages to update: 1 |
102 | 2024-11-19T05:06:35.758Z | Mediators to change: 2 |
103 | 2024-11-19T05:06:35.758Z | Services to change: 1 |
104 | 2024-11-19T05:06:35.758Z | Estimated space available: 155.64 GB |
105 | 2024-11-19T05:06:35.758Z | Estimated space to be consumed: 1.60 GB |
106 | 2024-11-19T05:06:35.758Z | Create boot environment: No |
107 | 2024-11-19T05:06:35.758Z | Create backup boot environment: Yes |
108 | 2024-11-19T05:06:35.758Z | Rebuild boot archive: No |
109 | 2024-11-19T05:06:35.758Z | |
110 | 2024-11-19T05:06:35.758Z | Changed mediators: |
111 | 2024-11-19T05:06:35.758Z | mediator clang: |
112 | 2024-11-19T05:06:35.758Z | version: None -> 15 (system default) |
113 | 2024-11-19T05:06:35.758Z | |
114 | 2024-11-19T05:06:35.758Z | mediator llvm: |
115 | 2024-11-19T05:06:35.758Z | version: 14 (system default) -> 15 (system default) |
116 | 2024-11-19T05:06:35.758Z | |
117 | 2024-11-19T05:06:35.758Z | Changed packages: |
118 | 2024-11-19T05:06:35.758Z | helios-dev |
119 | 2024-11-19T05:06:35.758Z | developer/build-essential |
120 | 2024-11-19T05:06:35.760Z | None -> 11-2.0 |
121 | 2024-11-19T05:06:35.760Z | library/libxmlsec1 |
122 | 2024-11-19T05:06:35.760Z | None -> 1.2.35-2.0 |
123 | 2024-11-19T05:06:35.760Z | ooce/developer/clang-15 |
124 | 2024-11-19T05:06:35.760Z | None -> 15.0.7-2.0 |
125 | 2024-11-19T05:06:35.760Z | ooce/developer/llvm-15 |
126 | 2024-11-19T05:06:35.760Z | None -> 15.0.7-2.0 |
127 | 2024-11-19T05:06:35.760Z | package/pkg |
128 | 2024-11-19T05:06:35.760Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
129 | 2024-11-19T05:06:35.760Z | |
130 | 2024-11-19T05:06:35.760Z | Services: |
131 | 2024-11-19T05:06:35.760Z | restart_fmri: |
132 | 2024-11-19T05:06:35.760Z | svc:/system/update-man-index:default |
133 | 2024-11-19T05:06:35.760Z | |
134 | 2024-11-19T05:06:35.760Z | Editable files to change: |
135 | 2024-11-19T05:06:35.760Z | Update: |
136 | 2024-11-19T05:06:35.760Z | usr/share/lib/pkg/web/config.shtml |
137 | 2024-11-19T05:06:35.831Z | |
138 | 2024-11-19T05:06:35.831Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
139 | 2024-11-19T05:06:41.974Z | Download: 206/4281 items 1.3/220.6MB 0% complete (517k/s) |
140 | 2024-11-19T05:06:48.382Z | Download: 209/4281 items 1.3/220.6MB 0% complete (479k/s) |
141 | 2024-11-19T05:06:53.384Z | Download: 822/4281 items 18.5/220.6MB 8% complete (3.5M/s) |
142 | 2024-11-19T05:06:58.392Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (8.3M/s) |
143 | 2024-11-19T05:07:04.554Z | Download: 2220/4281 items 118.0/220.6MB 53% complete (10.1M/s) |
144 | 2024-11-19T05:07:10.969Z | Download: 2221/4281 items 118.0/220.6MB 53% complete (9.8M/s) |
145 | 2024-11-19T05:07:23.760Z | Download: 2223/4281 items 118.6/220.6MB 53% complete |
146 | 2024-11-19T05:07:28.869Z | Download: 3278/4281 items 209.4/220.6MB 94% complete (18.8M/s) |
147 | 2024-11-19T05:07:32.500Z | Download: Completed 220.60 MB in 56.67 seconds (3.9M/s) |
148 | 2024-11-19T05:07:34.494Z | Actions: 1/5063 actions (Removing old actions) |
149 | 2024-11-19T05:07:34.563Z | Actions: 194/5063 actions (Installing new actions) |
150 | 2024-11-19T05:07:39.083Z | Actions: 4226/5063 actions (Updating modified actions) |
151 | 2024-11-19T05:07:39.385Z | Actions: Completed 5063 actions in 4.93 seconds. |
152 | 2024-11-19T05:07:39.598Z | Done (0.206s) |
153 | 2024-11-19T05:07:39.607Z | Done (0.000s) |
154 | 2024-11-19T05:07:40.179Z | Done (0.524s) |
155 | 2024-11-19T05:07:44.504Z | Done (4.153s) |
156 | 2024-11-19T05:07:44.596Z | Done (0.019s) |
157 | 2024-11-19T05:07:44.628Z | Done (0.000s) |
158 | 2024-11-19T05:07:44.739Z | Done (0.000s) |
159 | 2024-11-19T05:07:45.395Z | Planning: Evaluating mediator changes ... Done |
160 | 2024-11-19T05:07:45.550Z | Planning: Checking for conflicting actions ... Done |
161 | 2024-11-19T05:07:45.553Z | Planning: Consolidating action changes ... Done |
162 | 2024-11-19T05:07:45.814Z | Planning: Evaluating mediators ... Done |
163 | 2024-11-19T05:07:45.817Z | Planning: Planning completed in 0.42 seconds |
164 | 2024-11-19T05:07:45.853Z | Mediators to change: 2 |
165 | 2024-11-19T05:07:45.853Z | Create boot environment: No |
166 | 2024-11-19T05:07:45.853Z | Create backup boot environment: No |
167 | 2024-11-19T05:07:45.933Z | Done |
168 | 2024-11-19T05:07:45.933Z | Done |
169 | 2024-11-19T05:07:46.268Z | Done |
170 | 2024-11-19T05:07:49.791Z | Done |
171 | 2024-11-19T05:07:49.883Z | Done |
172 | 2024-11-19T05:07:49.883Z | Done |
173 | 2024-11-19T05:07:49.999Z | Done |
174 | 2024-11-19T05:07:50.588Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-11-19T05:07:50.591Z | Planning: Merging actions ... Done |
176 | 2024-11-19T05:07:50.774Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-11-19T05:07:50.777Z | Planning: Consolidating action changes ... Done |
178 | 2024-11-19T05:07:51.034Z | Planning: Evaluating mediators ... Done |
179 | 2024-11-19T05:07:51.088Z | Planning: Planning completed in 0.73 seconds |
180 | 2024-11-19T05:07:51.132Z | Packages to change: 1 |
181 | 2024-11-19T05:07:51.137Z | Mediators to change: 1 |
182 | 2024-11-19T05:07:51.137Z | Services to change: 1 |
183 | 2024-11-19T05:07:51.137Z | Create boot environment: No |
184 | 2024-11-19T05:07:51.137Z | Create backup boot environment: Yes |
185 | 2024-11-19T05:07:53.244Z | Actions: 1/6 actions (Updating modified actions) |
186 | 2024-11-19T05:07:53.247Z | Actions: Completed 6 actions in 0.00 seconds. |
187 | 2024-11-19T05:07:53.247Z | Done |
188 | 2024-11-19T05:07:53.247Z | Done |
189 | 2024-11-19T05:07:53.355Z | Done |
190 | 2024-11-19T05:07:56.929Z | Done |
191 | 2024-11-19T05:07:57.019Z | Done |
192 | 2024-11-19T05:07:57.019Z | Done |
193 | 2024-11-19T05:07:57.148Z | Done |
194 | 2024-11-19T05:07:57.569Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
195 | 2024-11-19T05:07:57.569Z | clang system 15 system |
196 | 2024-11-19T05:07:57.569Z | csh system system illumos |
197 | 2024-11-19T05:07:57.569Z | ctags system system illumos |
198 | 2024-11-19T05:07:57.569Z | gcc vendor 12 vendor |
199 | 2024-11-19T05:07:57.569Z | gcc system 10 system |
200 | 2024-11-19T05:07:57.569Z | gcc system 7 system |
201 | 2024-11-19T05:07:57.569Z | go system 1.20 system |
202 | 2024-11-19T05:07:57.569Z | go system 1.19 system |
203 | 2024-11-19T05:07:57.569Z | llvm system 15 system |
204 | 2024-11-19T05:07:57.569Z | llvm system 14 system |
205 | 2024-11-19T05:07:57.569Z | mariadb system 10.6 system |
206 | 2024-11-19T05:07:57.569Z | mta vendor vendor dma |
207 | 2024-11-19T05:07:57.569Z | openjdk system 17 system |
208 | 2024-11-19T05:07:57.569Z | openjdk system 11 system |
209 | 2024-11-19T05:07:57.569Z | openjdk system 1.8 system |
210 | 2024-11-19T05:07:57.569Z | openssl vendor 3 vendor |
211 | 2024-11-19T05:07:57.569Z | perl system 5.36 system |
212 | 2024-11-19T05:07:57.569Z | postgresql system 15 system |
213 | 2024-11-19T05:07:57.569Z | postgresql system 13 system |
214 | 2024-11-19T05:07:57.570Z | python vendor 3 vendor |
215 | 2024-11-19T05:07:57.570Z | python system 2 system |
216 | 2024-11-19T05:07:57.570Z | python3 system 3.11 system |
217 | 2024-11-19T05:07:57.570Z | ruby system 3.0 system |
218 | 2024-11-19T05:07:57.570Z | words vendor vendor american-english |
219 | 2024-11-19T05:07:57.570Z | words system system australian-english |
220 | 2024-11-19T05:07:57.570Z | words system system british-english |
221 | 2024-11-19T05:07:57.570Z | words system system canadian-english |
222 | 2024-11-19T05:07:57.570Z | words system system french |
223 | 2024-11-19T05:07:57.570Z | words system system italian |
224 | 2024-11-19T05:07:57.570Z | words system system ngerman |
225 | 2024-11-19T05:07:57.570Z | words system system ogerman |
226 | 2024-11-19T05:07:57.570Z | words system system spanish |
227 | 2024-11-19T05:07:57.893Z | PUBLISHER TYPE STATUS P LOCATION |
228 | 2024-11-19T05:07:57.893Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
229 | 2024-11-19T05:08:00.448Z | FMRI IFO |
230 | 2024-11-19T05:08:00.448Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
231 | 2024-11-19T05:08:00.448Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
232 | 2024-11-19T05:08:00.448Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
233 | 2024-11-19T05:08:00.448Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
234 | 2024-11-19T05:08:00.448Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
235 | 2024-11-19T05:08:00.448Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2024-11-19T05:08:00.448Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
237 | 2024-11-19T05:08:00.448Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
238 | 2024-11-19T05:08:00.448Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
239 | 2024-11-19T05:08:00.448Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
240 | 2024-11-19T05:08:00.448Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
241 | 2024-11-19T05:08:00.448Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
242 | 2024-11-19T05:08:00.448Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
243 | 2024-11-19T05:08:00.448Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
244 | 2024-11-19T05:08:00.448Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
245 | 2024-11-19T05:08:01.161Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
246 | 2024-11-19T05:08:01.411Z | Updating crates.io index |
247 | 2024-11-19T05:08:01.413Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
248 | 2024-11-19T05:08:02.196Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
249 | 2024-11-19T05:08:02.436Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
250 | 2024-11-19T05:08:02.677Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
251 | 2024-11-19T05:08:02.944Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
252 | 2024-11-19T05:08:03.788Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
253 | 2024-11-19T05:08:06.606Z | Updating git repository `https://github.com/oxidecomputer/opte` |
254 | 2024-11-19T05:08:07.600Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
255 | 2024-11-19T05:08:08.279Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
256 | 2024-11-19T05:08:08.499Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
257 | 2024-11-19T05:08:08.787Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
258 | 2024-11-19T05:08:09.282Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
259 | 2024-11-19T05:08:09.615Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
260 | 2024-11-19T05:08:09.994Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
261 | 2024-11-19T05:08:10.239Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
262 | 2024-11-19T05:08:10.440Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
263 | 2024-11-19T05:08:10.666Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
264 | 2024-11-19T05:08:10.902Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
265 | 2024-11-19T05:08:11.192Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
266 | 2024-11-19T05:08:11.438Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
267 | 2024-11-19T05:08:11.833Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
268 | 2024-11-19T05:08:12.384Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
269 | 2024-11-19T05:08:12.675Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
270 | 2024-11-19T05:08:13.063Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
271 | 2024-11-19T05:08:13.537Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
272 | 2024-11-19T05:08:13.794Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
273 | 2024-11-19T05:08:14.060Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
274 | 2024-11-19T05:08:15.349Z | Downloading crates ... |
275 | 2024-11-19T05:08:15.408Z | Downloaded heck v0.4.1 |
276 | 2024-11-19T05:08:15.411Z | Downloaded cargo-platform v0.1.8 |
277 | 2024-11-19T05:08:15.436Z | Downloaded pest_generator v2.7.14 |
278 | 2024-11-19T05:08:15.438Z | Downloaded itoa v1.0.11 |
279 | 2024-11-19T05:08:15.438Z | Downloaded serde_tokenstream v0.2.2 |
280 | 2024-11-19T05:08:15.441Z | Downloaded dof v0.3.0 |
281 | 2024-11-19T05:08:15.441Z | Downloaded block-buffer v0.10.4 |
282 | 2024-11-19T05:08:15.443Z | Downloaded tempfile v3.13.0 |
283 | 2024-11-19T05:08:15.446Z | Downloaded generic-array v0.14.7 |
284 | 2024-11-19T05:08:15.448Z | Downloaded usdt-impl v0.5.0 |
285 | 2024-11-19T05:08:15.451Z | Downloaded typenum v1.17.0 |
286 | 2024-11-19T05:08:15.453Z | Downloaded unicode-linebreak v0.1.5 |
287 | 2024-11-19T05:08:15.456Z | Downloaded semver v1.0.23 |
288 | 2024-11-19T05:08:15.458Z | Downloaded ryu v1.0.18 |
289 | 2024-11-19T05:08:15.463Z | Downloaded papergrid v0.11.0 |
290 | 2024-11-19T05:08:15.467Z | Downloaded clap_builder v4.5.21 |
291 | 2024-11-19T05:08:15.473Z | Downloaded proc-macro2 v1.0.89 |
292 | 2024-11-19T05:08:15.475Z | Downloaded colorchoice v1.0.2 |
293 | 2024-11-19T05:08:15.479Z | Downloaded winnow v0.6.20 |
294 | 2024-11-19T05:08:15.487Z | Downloaded syn v2.0.87 |
295 | 2024-11-19T05:08:15.497Z | Downloaded digest v0.10.7 |
296 | 2024-11-19T05:08:15.500Z | Downloaded cfg-if v1.0.0 |
297 | 2024-11-19T05:08:15.500Z | Downloaded camino-tempfile v1.1.1 |
298 | 2024-11-19T05:08:15.502Z | Downloaded camino v1.1.9 |
299 | 2024-11-19T05:08:15.505Z | Downloaded fastrand v2.1.1 |
300 | 2024-11-19T05:08:15.505Z | Downloaded errno v0.3.9 |
301 | 2024-11-19T05:08:15.505Z | Downloaded cpufeatures v0.2.14 |
302 | 2024-11-19T05:08:15.508Z | Downloaded bytecount v0.6.8 |
303 | 2024-11-19T05:08:15.511Z | Downloaded bitflags v2.6.0 |
304 | 2024-11-19T05:08:15.513Z | Downloaded anstyle-query v1.1.1 |
305 | 2024-11-19T05:08:15.513Z | Downloaded autocfg v1.4.0 |
306 | 2024-11-19T05:08:15.515Z | Downloaded anstyle-parse v0.2.5 |
307 | 2024-11-19T05:08:15.517Z | Downloaded equivalent v1.0.1 |
308 | 2024-11-19T05:08:15.517Z | Downloaded dtrace-parser v0.2.0 |
309 | 2024-11-19T05:08:15.517Z | Downloaded anstyle v1.0.10 |
310 | 2024-11-19T05:08:15.520Z | Downloaded heck v0.5.0 |
311 | 2024-11-19T05:08:15.520Z | Downloaded fnv v1.0.7 |
312 | 2024-11-19T05:08:15.522Z | Downloaded clap_lex v0.7.2 |
313 | 2024-11-19T05:08:15.522Z | Downloaded byteorder v1.5.0 |
314 | 2024-11-19T05:08:15.524Z | Downloaded strsim v0.11.1 |
315 | 2024-11-19T05:08:15.526Z | Downloaded fs-err v2.11.0 |
316 | 2024-11-19T05:08:15.528Z | Downloaded crypto-common v0.1.6 |
317 | 2024-11-19T05:08:15.530Z | Downloaded cargo_metadata v0.18.1 |
318 | 2024-11-19T05:08:15.533Z | Downloaded cargo_toml v0.20.5 |
319 | 2024-11-19T05:08:15.539Z | Downloaded pretty-hex v0.4.1 |
320 | 2024-11-19T05:08:15.541Z | Downloaded swrite v0.1.0 |
321 | 2024-11-19T05:08:15.543Z | Downloaded scroll_derive v0.12.0 |
322 | 2024-11-19T05:08:15.547Z | Downloaded anyhow v1.0.93 |
323 | 2024-11-19T05:08:15.550Z | Downloaded clap v4.5.21 |
324 | 2024-11-19T05:08:15.558Z | Downloaded plain v0.2.3 |
325 | 2024-11-19T05:08:15.561Z | Downloaded usdt-macro v0.5.0 |
326 | 2024-11-19T05:08:15.564Z | Downloaded is_terminal_polyfill v1.70.1 |
327 | 2024-11-19T05:08:15.566Z | Downloaded proc-macro-error-attr v1.0.4 |
328 | 2024-11-19T05:08:15.569Z | Downloaded memmap v0.7.0 |
329 | 2024-11-19T05:08:15.569Z | Downloaded usdt-attr-macro v0.5.0 |
330 | 2024-11-19T05:08:15.572Z | Downloaded clap_derive v4.5.18 |
331 | 2024-11-19T05:08:15.577Z | Downloaded tabled_derive v0.7.0 |
332 | 2024-11-19T05:08:15.579Z | Downloaded macaddr v1.0.1 |
333 | 2024-11-19T05:08:15.581Z | Downloaded anstream v0.6.15 |
334 | 2024-11-19T05:08:15.586Z | Downloaded smawk v0.3.2 |
335 | 2024-11-19T05:08:15.588Z | Downloaded serde_spanned v0.6.8 |
336 | 2024-11-19T05:08:15.588Z | Downloaded quote v1.0.37 |
337 | 2024-11-19T05:08:15.590Z | Downloaded toml_datetime v0.6.8 |
338 | 2024-11-19T05:08:15.593Z | Downloaded thiserror v1.0.69 |
339 | 2024-11-19T05:08:15.595Z | Downloaded usdt v0.5.0 |
340 | 2024-11-19T05:08:15.597Z | Downloaded utf8parse v0.2.2 |
341 | 2024-11-19T05:08:15.597Z | Downloaded thread-id v4.2.2 |
342 | 2024-11-19T05:08:15.599Z | Downloaded terminal_size v0.4.0 |
343 | 2024-11-19T05:08:15.602Z | Downloaded thiserror-impl v1.0.69 |
344 | 2024-11-19T05:08:15.610Z | Downloaded version_check v0.9.5 |
345 | 2024-11-19T05:08:15.612Z | Downloaded sha2 v0.10.8 |
346 | 2024-11-19T05:08:15.615Z | Downloaded scroll v0.12.0 |
347 | 2024-11-19T05:08:15.615Z | Downloaded hashbrown v0.15.0 |
348 | 2024-11-19T05:08:15.619Z | Downloaded zerocopy-derive v0.7.35 |
349 | 2024-11-19T05:08:15.622Z | Downloaded proc-macro-error v1.0.4 |
350 | 2024-11-19T05:08:15.625Z | Downloaded indexmap v2.6.0 |
351 | 2024-11-19T05:08:15.629Z | Downloaded unicode-ident v1.0.13 |
352 | 2024-11-19T05:08:15.631Z | Downloaded ucd-trie v0.1.7 |
353 | 2024-11-19T05:08:15.635Z | Downloaded pest_derive v2.7.14 |
354 | 2024-11-19T05:08:15.637Z | Downloaded textwrap v0.16.1 |
355 | 2024-11-19T05:08:15.637Z | Downloaded pest_meta v2.7.14 |
356 | 2024-11-19T05:08:15.639Z | Downloaded once_cell v1.20.2 |
357 | 2024-11-19T05:08:15.641Z | Downloaded log v0.4.22 |
358 | 2024-11-19T05:08:15.644Z | Downloaded serde_derive v1.0.215 |
359 | 2024-11-19T05:08:15.646Z | Downloaded toml v0.8.19 |
360 | 2024-11-19T05:08:15.663Z | Downloaded serde v1.0.215 |
361 | 2024-11-19T05:08:15.677Z | Downloaded toml_edit v0.22.22 |
362 | 2024-11-19T05:08:15.695Z | Downloaded memchr v2.7.4 |
363 | 2024-11-19T05:08:15.700Z | Downloaded pest v2.7.14 |
364 | 2024-11-19T05:08:15.704Z | Downloaded goblin v0.8.2 |
365 | 2024-11-19T05:08:15.717Z | Downloaded serde_json v1.0.132 |
366 | 2024-11-19T05:08:15.723Z | Downloaded zerocopy v0.7.35 |
367 | 2024-11-19T05:08:15.736Z | Downloaded tabled v0.15.0 |
368 | 2024-11-19T05:08:15.750Z | Downloaded syn v1.0.109 |
369 | 2024-11-19T05:08:15.762Z | Downloaded unicode-width v0.1.14 |
370 | 2024-11-19T05:08:15.773Z | Downloaded rustix v0.38.37 |
371 | 2024-11-19T05:08:15.809Z | Downloaded libc v0.2.162 |
372 | 2024-11-19T05:08:16.109Z | Compiling proc-macro2 v1.0.89 |
373 | 2024-11-19T05:08:16.111Z | Compiling unicode-ident v1.0.13 |
374 | 2024-11-19T05:08:16.111Z | Compiling version_check v0.9.5 |
375 | 2024-11-19T05:08:16.111Z | Compiling serde v1.0.215 |
376 | 2024-11-19T05:08:16.111Z | Compiling memchr v2.7.4 |
377 | 2024-11-19T05:08:16.111Z | Compiling thiserror v1.0.69 |
378 | 2024-11-19T05:08:16.111Z | Compiling libc v0.2.162 |
379 | 2024-11-19T05:08:16.111Z | Compiling ucd-trie v0.1.7 |
380 | 2024-11-19T05:08:16.361Z | Compiling itoa v1.0.11 |
381 | 2024-11-19T05:08:16.596Z | Compiling ryu v1.0.18 |
382 | 2024-11-19T05:08:16.772Z | Compiling once_cell v1.20.2 |
383 | 2024-11-19T05:08:16.926Z | Compiling byteorder v1.5.0 |
384 | 2024-11-19T05:08:16.949Z | Compiling serde_json v1.0.132 |
385 | 2024-11-19T05:08:17.222Z | Compiling rustix v0.38.37 |
386 | 2024-11-19T05:08:17.321Z | Compiling bitflags v2.6.0 |
387 | 2024-11-19T05:08:17.554Z | Compiling usdt-impl v0.5.0 |
388 | 2024-11-19T05:08:17.797Z | Compiling proc-macro-error-attr v1.0.4 |
389 | 2024-11-19T05:08:17.821Z | Compiling syn v1.0.109 |
390 | 2024-11-19T05:08:17.953Z | Compiling proc-macro-error v1.0.4 |
391 | 2024-11-19T05:08:18.054Z | Compiling quote v1.0.37 |
392 | 2024-11-19T05:08:18.143Z | Compiling plain v0.2.3 |
393 | 2024-11-19T05:08:18.220Z | Compiling camino v1.1.9 |
394 | 2024-11-19T05:08:18.223Z | Compiling log v0.4.22 |
395 | 2024-11-19T05:08:18.288Z | Compiling hashbrown v0.15.0 |
396 | 2024-11-19T05:08:18.417Z | Compiling syn v2.0.87 |
397 | 2024-11-19T05:08:18.643Z | Compiling errno v0.3.9 |
398 | 2024-11-19T05:08:18.769Z | Compiling utf8parse v0.2.2 |
399 | 2024-11-19T05:08:18.857Z | Compiling equivalent v1.0.1 |
400 | 2024-11-19T05:08:18.884Z | Compiling thread-id v4.2.2 |
401 | 2024-11-19T05:08:18.944Z | Compiling anstyle-parse v0.2.5 |
402 | 2024-11-19T05:08:19.163Z | Compiling semver v1.0.23 |
403 | 2024-11-19T05:08:19.261Z | Compiling colorchoice v1.0.2 |
404 | 2024-11-19T05:08:19.374Z | Compiling anstyle-query v1.1.1 |
405 | 2024-11-19T05:08:19.422Z | Compiling autocfg v1.4.0 |
406 | 2024-11-19T05:08:19.523Z | Compiling indexmap v2.6.0 |
407 | 2024-11-19T05:08:19.546Z | Compiling pretty-hex v0.4.1 |
408 | 2024-11-19T05:08:19.686Z | Compiling unicode-width v0.1.14 |
409 | 2024-11-19T05:08:19.743Z | Compiling anstyle v1.0.10 |
410 | 2024-11-19T05:08:19.768Z | Compiling winnow v0.6.20 |
411 | 2024-11-19T05:08:20.210Z | Compiling is_terminal_polyfill v1.70.1 |
412 | 2024-11-19T05:08:20.359Z | Compiling anstream v0.6.15 |
413 | 2024-11-19T05:08:20.580Z | Compiling fs-err v2.11.0 |
414 | 2024-11-19T05:08:20.603Z | Compiling clap_lex v0.7.2 |
415 | 2024-11-19T05:08:20.861Z | Compiling heck v0.4.1 |
416 | 2024-11-19T05:08:21.123Z | Compiling terminal_size v0.4.0 |
417 | 2024-11-19T05:08:21.125Z | Compiling cfg-if v1.0.0 |
418 | 2024-11-19T05:08:21.251Z | Compiling strsim v0.11.1 |
419 | 2024-11-19T05:08:21.331Z | Compiling fnv v1.0.7 |
420 | 2024-11-19T05:08:21.369Z | Compiling fastrand v2.1.1 |
421 | 2024-11-19T05:08:21.371Z | Compiling heck v0.5.0 |
422 | 2024-11-19T05:08:21.465Z | Compiling anyhow v1.0.93 |
423 | 2024-11-19T05:08:21.937Z | Compiling bytecount v0.6.8 |
424 | 2024-11-19T05:08:21.940Z | Compiling tempfile v3.13.0 |
425 | 2024-11-19T05:08:22.173Z | Compiling papergrid v0.11.0 |
426 | 2024-11-19T05:08:22.210Z | Compiling clap_builder v4.5.21 |
427 | 2024-11-19T05:08:22.539Z | Compiling memmap v0.7.0 |
428 | 2024-11-19T05:08:22.637Z | Compiling unicode-linebreak v0.1.5 |
429 | 2024-11-19T05:08:22.878Z | Compiling smawk v0.3.2 |
430 | 2024-11-19T05:08:23.096Z | Compiling textwrap v0.16.1 |
431 | 2024-11-19T05:08:23.510Z | Compiling swrite v0.1.0 |
432 | 2024-11-19T05:08:24.598Z | Compiling tabled_derive v0.7.0 |
433 | 2024-11-19T05:08:26.133Z | Compiling tabled v0.15.0 |
434 | 2024-11-19T05:08:27.432Z | Compiling serde_derive v1.0.215 |
435 | 2024-11-19T05:08:27.435Z | Compiling thiserror-impl v1.0.69 |
436 | 2024-11-19T05:08:27.435Z | Compiling zerocopy-derive v0.7.35 |
437 | 2024-11-19T05:08:27.554Z | Compiling scroll_derive v0.12.0 |
438 | 2024-11-19T05:08:27.825Z | Compiling clap_derive v4.5.18 |
439 | 2024-11-19T05:08:28.888Z | Compiling scroll v0.12.0 |
440 | 2024-11-19T05:08:29.345Z | Compiling zerocopy v0.7.35 |
441 | 2024-11-19T05:08:29.375Z | Compiling goblin v0.8.2 |
442 | 2024-11-19T05:08:30.023Z | Compiling pest v2.7.14 |
443 | 2024-11-19T05:08:31.701Z | Compiling clap v4.5.21 |
444 | 2024-11-19T05:08:32.314Z | Compiling pest_meta v2.7.14 |
445 | 2024-11-19T05:08:33.132Z | Compiling pest_generator v2.7.14 |
446 | 2024-11-19T05:08:35.064Z | Compiling pest_derive v2.7.14 |
447 | 2024-11-19T05:08:35.801Z | Compiling dtrace-parser v0.2.0 |
448 | 2024-11-19T05:08:37.539Z | Compiling serde_spanned v0.6.8 |
449 | 2024-11-19T05:08:37.539Z | Compiling toml_datetime v0.6.8 |
450 | 2024-11-19T05:08:37.542Z | Compiling cargo-platform v0.1.8 |
451 | 2024-11-19T05:08:37.901Z | Compiling serde_tokenstream v0.2.2 |
452 | 2024-11-19T05:08:38.033Z | Compiling toml_edit v0.22.22 |
453 | 2024-11-19T05:08:38.108Z | Compiling macaddr v1.0.1 |
454 | 2024-11-19T05:08:38.225Z | Compiling camino-tempfile v1.1.1 |
455 | 2024-11-19T05:08:38.992Z | Compiling dof v0.3.0 |
456 | 2024-11-19T05:08:38.992Z | Compiling cargo_metadata v0.18.1 |
457 | 2024-11-19T05:08:40.711Z | Compiling toml v0.8.19 |
458 | 2024-11-19T05:08:41.017Z | Compiling usdt-attr-macro v0.5.0 |
459 | 2024-11-19T05:08:41.020Z | Compiling usdt-macro v0.5.0 |
460 | 2024-11-19T05:08:41.569Z | Compiling cargo_toml v0.20.5 |
461 | 2024-11-19T05:08:42.416Z | Compiling usdt v0.5.0 |
462 | 2024-11-19T05:08:44.984Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
463 | 2024-11-19T05:08:48.998Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.07s |
464 | 2024-11-19T05:08:49.264Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
465 | 2024-11-19T05:08:49.761Z | Downloading crates ... |
466 | 2024-11-19T05:08:49.911Z | Downloaded ahash v0.8.11 |
467 | 2024-11-19T05:08:49.917Z | Downloaded ident_case v1.0.1 |
468 | 2024-11-19T05:08:49.920Z | Downloaded linked-hash-map v0.5.6 |
469 | 2024-11-19T05:08:49.922Z | Downloaded addr2line v0.24.2 |
470 | 2024-11-19T05:08:49.929Z | Downloaded aead v0.5.2 |
471 | 2024-11-19T05:08:49.933Z | Downloaded array-init v0.0.4 |
472 | 2024-11-19T05:08:49.935Z | Downloaded aes v0.8.4 |
473 | 2024-11-19T05:08:49.938Z | Downloaded libefi-sys v0.1.0 |
474 | 2024-11-19T05:08:49.941Z | Downloaded argon2 v0.5.3 |
475 | 2024-11-19T05:08:49.943Z | Downloaded mime_guess v2.0.5 |
476 | 2024-11-19T05:08:49.946Z | Downloaded darling v0.20.10 |
477 | 2024-11-19T05:08:49.950Z | Downloaded libm v0.2.8 |
478 | 2024-11-19T05:08:49.959Z | Downloaded indent_write v2.2.0 |
479 | 2024-11-19T05:08:49.962Z | Downloaded hyper-util v0.1.10 |
480 | 2024-11-19T05:08:49.965Z | Downloaded bcrypt-pbkdf v0.10.0 |
481 | 2024-11-19T05:08:49.968Z | Downloaded aws-lc-rs v1.10.0 |
482 | 2024-11-19T05:08:49.976Z | Downloaded hkdf v0.12.4 |
483 | 2024-11-19T05:08:49.979Z | Downloaded hickory-resolver v0.24.1 |
484 | 2024-11-19T05:08:49.985Z | Downloaded async-stream-impl v0.3.6 |
485 | 2024-11-19T05:08:49.987Z | Downloaded async-stream v0.3.6 |
486 | 2024-11-19T05:08:49.989Z | Downloaded hex v0.4.3 |
487 | 2024-11-19T05:08:49.989Z | Downloaded heapless v0.8.0 |
488 | 2024-11-19T05:08:49.994Z | Downloaded highway v1.2.0 |
489 | 2024-11-19T05:08:49.996Z | Downloaded bindgen v0.69.5 |
490 | 2024-11-19T05:08:50.005Z | Downloaded rustls-pki-types v1.9.0 |
491 | 2024-11-19T05:08:50.010Z | Downloaded hickory-client v0.24.1 |
492 | 2024-11-19T05:08:50.014Z | Downloaded block-padding v0.3.3 |
493 | 2024-11-19T05:08:50.016Z | Downloaded crucible-workspace-hack v0.1.0 |
494 | 2024-11-19T05:08:50.016Z | Downloaded constant_time_eq v0.3.1 |
495 | 2024-11-19T05:08:50.018Z | Downloaded bit-vec v0.6.3 |
496 | 2024-11-19T05:08:50.020Z | Downloaded atty v0.2.14 |
497 | 2024-11-19T05:08:50.023Z | Downloaded blowfish v0.9.1 |
498 | 2024-11-19T05:08:50.023Z | Downloaded crunchy v0.2.2 |
499 | 2024-11-19T05:08:50.025Z | Downloaded crossbeam-deque v0.8.5 |
500 | 2024-11-19T05:08:50.025Z | Downloaded cassowary v0.3.0 |
501 | 2024-11-19T05:08:50.028Z | Downloaded hickory-server v0.24.1 |
502 | 2024-11-19T05:08:50.033Z | Downloaded bb8 v0.8.5 |
503 | 2024-11-19T05:08:50.037Z | Downloaded hickory-proto v0.24.1 |
504 | 2024-11-19T05:08:50.052Z | Downloaded itertools v0.10.5 |
505 | 2024-11-19T05:08:50.060Z | Downloaded http-body v1.0.1 |
506 | 2024-11-19T05:08:50.064Z | Downloaded curve25519-dalek-derive v0.1.1 |
507 | 2024-11-19T05:08:50.064Z | Downloaded crc-catalog v2.4.0 |
508 | 2024-11-19T05:08:50.065Z | Downloaded hubpack_derive v0.1.1 |
509 | 2024-11-19T05:08:50.068Z | Downloaded icu_provider_macros v1.5.0 |
510 | 2024-11-19T05:08:50.068Z | Downloaded cancel-safe-futures v0.1.5 |
511 | 2024-11-19T05:08:50.073Z | Downloaded http-range v0.1.5 |
512 | 2024-11-19T05:08:50.073Z | Downloaded chrono-tz-build v0.4.0 |
513 | 2024-11-19T05:08:50.075Z | Downloaded lazy_static v1.5.0 |
514 | 2024-11-19T05:08:50.075Z | Downloaded keccak v0.1.5 |
515 | 2024-11-19T05:08:50.077Z | Downloaded cmake v0.1.51 |
516 | 2024-11-19T05:08:50.077Z | Downloaded bitflags v1.3.2 |
517 | 2024-11-19T05:08:50.081Z | Downloaded termtree v0.4.1 |
518 | 2024-11-19T05:08:50.084Z | Downloaded bitfield-struct v0.6.2 |
519 | 2024-11-19T05:08:50.086Z | Downloaded lalrpop-util v0.19.12 |
520 | 2024-11-19T05:08:50.086Z | Downloaded kstat-rs v0.2.4 |
521 | 2024-11-19T05:08:50.088Z | Downloaded chacha20 v0.9.1 |
522 | 2024-11-19T05:08:50.090Z | Downloaded castaway v0.2.3 |
523 | 2024-11-19T05:08:50.091Z | Downloaded instant v0.1.13 |
524 | 2024-11-19T05:08:50.093Z | Downloaded lazycell v1.3.0 |
525 | 2024-11-19T05:08:50.095Z | Downloaded humantime v2.1.0 |
526 | 2024-11-19T05:08:50.097Z | Downloaded ctr v0.9.2 |
527 | 2024-11-19T05:08:50.100Z | Downloaded csv-core v0.1.11 |
528 | 2024-11-19T05:08:50.102Z | Downloaded crc32fast v1.4.2 |
529 | 2024-11-19T05:08:50.104Z | Downloaded inout v0.1.3 |
530 | 2024-11-19T05:08:50.106Z | Downloaded ciborium-ll v0.2.2 |
531 | 2024-11-19T05:08:50.106Z | Downloaded crc v3.2.1 |
532 | 2024-11-19T05:08:50.108Z | Downloaded crossbeam-epoch v0.9.18 |
533 | 2024-11-19T05:08:50.111Z | Downloaded is_ci v1.2.0 |
534 | 2024-11-19T05:08:50.114Z | Downloaded tower-service v0.3.3 |
535 | 2024-11-19T05:08:50.116Z | Downloaded ciborium v0.2.2 |
536 | 2024-11-19T05:08:50.116Z | Downloaded colored v2.1.0 |
537 | 2024-11-19T05:08:50.120Z | Downloaded quinn-udp v0.5.5 |
538 | 2024-11-19T05:08:50.123Z | Downloaded diesel_table_macro_syntax v0.2.0 |
539 | 2024-11-19T05:08:50.123Z | Downloaded md5 v0.7.0 |
540 | 2024-11-19T05:08:50.125Z | Downloaded matches v0.1.10 |
541 | 2024-11-19T05:08:50.125Z | Downloaded match_cfg v0.1.0 |
542 | 2024-11-19T05:08:50.128Z | Downloaded zerofrom v0.1.4 |
543 | 2024-11-19T05:08:50.128Z | Downloaded zone v0.1.8 |
544 | 2024-11-19T05:08:50.128Z | Downloaded smallvec v0.6.14 |
545 | 2024-11-19T05:08:50.131Z | Downloaded lru-cache v0.1.2 |
546 | 2024-11-19T05:08:50.133Z | Downloaded sha1 v0.10.6 |
547 | 2024-11-19T05:08:50.135Z | Downloaded string_cache v0.8.7 |
548 | 2024-11-19T05:08:50.137Z | Downloaded console v0.15.8 |
549 | 2024-11-19T05:08:50.140Z | Downloaded stable_deref_trait v1.2.0 |
550 | 2024-11-19T05:08:50.143Z | Downloaded libsw v3.3.1 |
551 | 2024-11-19T05:08:50.146Z | Downloaded icu_locid_transform v1.5.0 |
552 | 2024-11-19T05:08:50.146Z | Downloaded blake2 v0.10.6 |
553 | 2024-11-19T05:08:50.149Z | Downloaded endian-type v0.1.2 |
554 | 2024-11-19T05:08:50.152Z | Downloaded bzip2 v0.4.4 |
555 | 2024-11-19T05:08:50.152Z | Downloaded hyper-rustls v0.27.3 |
556 | 2024-11-19T05:08:50.155Z | Downloaded termios v0.3.3 |
557 | 2024-11-19T05:08:50.157Z | Downloaded termcolor v1.4.1 |
558 | 2024-11-19T05:08:50.159Z | Downloaded static_assertions v1.1.0 |
559 | 2024-11-19T05:08:50.162Z | Downloaded num-conv v0.1.0 |
560 | 2024-11-19T05:08:50.164Z | Downloaded crossbeam-channel v0.5.13 |
561 | 2024-11-19T05:08:50.167Z | Downloaded rand_chacha v0.3.1 |
562 | 2024-11-19T05:08:50.170Z | Downloaded lru v0.12.5 |
563 | 2024-11-19T05:08:50.172Z | Downloaded impl-trait-for-tuples v0.2.2 |
564 | 2024-11-19T05:08:50.175Z | Downloaded is-terminal v0.4.13 |
565 | 2024-11-19T05:08:50.175Z | Downloaded debug-ignore v1.0.5 |
566 | 2024-11-19T05:08:50.177Z | Downloaded precomputed-hash v0.1.1 |
567 | 2024-11-19T05:08:50.177Z | Downloaded peg-runtime v0.8.3 |
568 | 2024-11-19T05:08:50.180Z | Downloaded managed v0.8.0 |
569 | 2024-11-19T05:08:50.182Z | Downloaded internet-checksum v0.2.1 |
570 | 2024-11-19T05:08:50.182Z | Downloaded tokio-stream v0.1.16 |
571 | 2024-11-19T05:08:50.186Z | Downloaded ena v0.14.3 |
572 | 2024-11-19T05:08:50.188Z | Downloaded futures-sink v0.3.31 |
573 | 2024-11-19T05:08:50.190Z | Downloaded const-oid v0.9.6 |
574 | 2024-11-19T05:08:50.192Z | Downloaded term v0.7.0 |
575 | 2024-11-19T05:08:50.196Z | Downloaded memoffset v0.9.1 |
576 | 2024-11-19T05:08:50.198Z | Downloaded futures-macro v0.3.31 |
577 | 2024-11-19T05:08:50.200Z | Downloaded futures-executor v0.3.31 |
578 | 2024-11-19T05:08:50.203Z | Downloaded iana-time-zone v0.1.61 |
579 | 2024-11-19T05:08:50.205Z | Downloaded bumpalo v3.16.0 |
580 | 2024-11-19T05:08:50.208Z | Downloaded futures-core v0.3.31 |
581 | 2024-11-19T05:08:50.210Z | Downloaded mime v0.3.17 |
582 | 2024-11-19T05:08:50.213Z | Downloaded defmt-macros v0.3.9 |
583 | 2024-11-19T05:08:50.216Z | Downloaded rustls-pemfile v2.2.0 |
584 | 2024-11-19T05:08:50.218Z | Downloaded defmt v0.3.8 |
585 | 2024-11-19T05:08:50.221Z | Downloaded pretty-hex v0.2.1 |
586 | 2024-11-19T05:08:50.223Z | Downloaded tinyvec_macros v0.1.1 |
587 | 2024-11-19T05:08:50.227Z | Downloaded pem v3.0.4 |
588 | 2024-11-19T05:08:50.227Z | Downloaded libloading v0.8.5 |
589 | 2024-11-19T05:08:50.229Z | Downloaded predicates-tree v1.0.11 |
590 | 2024-11-19T05:08:50.231Z | Downloaded predicates-core v1.0.8 |
591 | 2024-11-19T05:08:50.233Z | Downloaded stringprep v0.1.5 |
592 | 2024-11-19T05:08:50.233Z | Downloaded defmt-parser v0.3.4 |
593 | 2024-11-19T05:08:50.235Z | Downloaded wait-timeout v0.2.0 |
594 | 2024-11-19T05:08:50.237Z | Downloaded unicode-truncate v1.1.0 |
595 | 2024-11-19T05:08:50.239Z | Downloaded env_filter v0.1.2 |
596 | 2024-11-19T05:08:50.242Z | Downloaded linear-map v1.2.0 |
597 | 2024-11-19T05:08:50.242Z | Downloaded httparse v1.9.5 |
598 | 2024-11-19T05:08:50.245Z | Downloaded want v0.3.1 |
599 | 2024-11-19T05:08:50.247Z | Downloaded jobserver v0.1.32 |
600 | 2024-11-19T05:08:50.250Z | Downloaded base64 v0.21.7 |
601 | 2024-11-19T05:08:50.254Z | Downloaded darling_macro v0.20.10 |
602 | 2024-11-19T05:08:50.256Z | Downloaded yoke-derive v0.7.4 |
603 | 2024-11-19T05:08:50.256Z | Downloaded strum v0.26.3 |
604 | 2024-11-19T05:08:50.258Z | Downloaded rustc-hash v1.1.0 |
605 | 2024-11-19T05:08:50.258Z | Downloaded packed_struct v0.10.1 |
606 | 2024-11-19T05:08:50.261Z | Downloaded num-integer v0.1.46 |
607 | 2024-11-19T05:08:50.263Z | Downloaded num-derive v0.4.2 |
608 | 2024-11-19T05:08:50.265Z | Downloaded nibble_vec v0.1.0 |
609 | 2024-11-19T05:08:50.267Z | Downloaded secrecy v0.8.0 |
610 | 2024-11-19T05:08:50.270Z | Downloaded icu_locid_transform_data v1.5.0 |
611 | 2024-11-19T05:08:50.272Z | Downloaded rayon-core v1.12.1 |
612 | 2024-11-19T05:08:50.275Z | Downloaded predicates v3.1.2 |
613 | 2024-11-19T05:08:50.278Z | Downloaded cc v1.1.30 |
614 | 2024-11-19T05:08:50.282Z | Downloaded compact_str v0.8.0 |
615 | 2024-11-19T05:08:50.287Z | Downloaded opaque-debug v0.3.1 |
616 | 2024-11-19T05:08:50.289Z | Downloaded icu_normalizer_data v1.5.0 |
617 | 2024-11-19T05:08:50.291Z | Downloaded futures v0.3.31 |
618 | 2024-11-19T05:08:50.296Z | Downloaded tracing-attributes v0.1.27 |
619 | 2024-11-19T05:08:50.299Z | Downloaded fragile v2.0.0 |
620 | 2024-11-19T05:08:50.301Z | Downloaded foreign-types v0.5.0 |
621 | 2024-11-19T05:08:50.303Z | Downloaded sct v0.7.1 |
622 | 2024-11-19T05:08:50.306Z | Downloaded mirai-annotations v1.12.0 |
623 | 2024-11-19T05:08:50.309Z | Downloaded tokio-rustls v0.24.1 |
624 | 2024-11-19T05:08:50.311Z | Downloaded semver v0.1.20 |
625 | 2024-11-19T05:08:50.311Z | Downloaded oso-derive v0.27.3 |
626 | 2024-11-19T05:08:50.314Z | Downloaded path-slash v0.1.5 |
627 | 2024-11-19T05:08:50.314Z | Downloaded number_prefix v0.4.0 |
628 | 2024-11-19T05:08:50.316Z | Downloaded pin-project v1.1.6 |
629 | 2024-11-19T05:08:50.337Z | Downloaded serde-big-array v0.5.1 |
630 | 2024-11-19T05:08:50.339Z | Downloaded r2d2 v0.8.10 |
631 | 2024-11-19T05:08:50.342Z | Downloaded synstructure v0.13.1 |
632 | 2024-11-19T05:08:50.342Z | Downloaded slab v0.4.9 |
633 | 2024-11-19T05:08:50.345Z | Downloaded siphasher v0.3.11 |
634 | 2024-11-19T05:08:50.347Z | Downloaded take_mut v0.2.2 |
635 | 2024-11-19T05:08:50.348Z | Downloaded yoke v0.7.4 |
636 | 2024-11-19T05:08:50.350Z | Downloaded owo-colors v4.1.0 |
637 | 2024-11-19T05:08:50.350Z | Downloaded samael v0.0.17 |
638 | 2024-11-19T05:08:50.356Z | Downloaded foreign-types-shared v0.1.1 |
639 | 2024-11-19T05:08:50.359Z | Downloaded downcast v0.11.0 |
640 | 2024-11-19T05:08:50.361Z | Downloaded diesel_derives v2.2.3 |
641 | 2024-11-19T05:08:50.363Z | Downloaded difflib v0.4.0 |
642 | 2024-11-19T05:08:50.365Z | Downloaded new_debug_unreachable v1.0.6 |
643 | 2024-11-19T05:08:50.368Z | Downloaded waitgroup v0.1.2 |
644 | 2024-11-19T05:08:50.368Z | Downloaded dirs-sys-next v0.1.2 |
645 | 2024-11-19T05:08:50.370Z | Downloaded foreign-types-shared v0.3.1 |
646 | 2024-11-19T05:08:50.370Z | Downloaded socket2 v0.5.7 |
647 | 2024-11-19T05:08:50.373Z | Downloaded progenitor v0.8.0 |
648 | 2024-11-19T05:08:50.375Z | Downloaded paste v1.0.15 |
649 | 2024-11-19T05:08:50.377Z | Downloaded env_logger v0.11.5 |
650 | 2024-11-19T05:08:50.381Z | Downloaded rustc_version v0.1.7 |
651 | 2024-11-19T05:08:50.383Z | Downloaded rustc-hash v2.0.0 |
652 | 2024-11-19T05:08:50.385Z | Downloaded ref-cast-impl v1.0.23 |
653 | 2024-11-19T05:08:50.386Z | Downloaded radium v0.7.0 |
654 | 2024-11-19T05:08:50.388Z | Downloaded parse-size v1.1.0 |
655 | 2024-11-19T05:08:50.388Z | Downloaded serde-hex v0.1.0 |
656 | 2024-11-19T05:08:50.390Z | Downloaded glob v0.3.1 |
657 | 2024-11-19T05:08:50.390Z | Downloaded fallible-iterator v0.2.0 |
658 | 2024-11-19T05:08:50.393Z | Downloaded unicase v2.7.0 |
659 | 2024-11-19T05:08:50.395Z | Downloaded progenitor-client v0.8.0 |
660 | 2024-11-19T05:08:50.397Z | Downloaded normalize-line-endings v0.3.0 |
661 | 2024-11-19T05:08:50.397Z | Downloaded psl-types v2.0.11 |
662 | 2024-11-19T05:08:50.399Z | Downloaded newline-converter v0.3.0 |
663 | 2024-11-19T05:08:50.402Z | Downloaded filetime v0.2.25 |
664 | 2024-11-19T05:08:50.402Z | Downloaded dirs-next v2.0.0 |
665 | 2024-11-19T05:08:50.405Z | Downloaded peg v0.8.4 |
666 | 2024-11-19T05:08:50.408Z | Downloaded serde_repr v0.1.19 |
667 | 2024-11-19T05:08:50.410Z | Downloaded serde_plain v1.0.2 |
668 | 2024-11-19T05:08:50.413Z | Downloaded serde_path_to_error v0.1.16 |
669 | 2024-11-19T05:08:50.415Z | Downloaded nanorand v0.7.0 |
670 | 2024-11-19T05:08:50.417Z | Downloaded hashlink v0.9.1 |
671 | 2024-11-19T05:08:50.419Z | Downloaded password-hash v0.5.0 |
672 | 2024-11-19T05:08:50.422Z | Downloaded password-hash v0.4.2 |
673 | 2024-11-19T05:08:50.424Z | Downloaded des v0.8.1 |
674 | 2024-11-19T05:08:50.426Z | Downloaded spin v0.5.2 |
675 | 2024-11-19T05:08:50.429Z | Downloaded tokio-tungstenite v0.23.1 |
676 | 2024-11-19T05:08:50.432Z | Downloaded tap v1.0.1 |
677 | 2024-11-19T05:08:50.432Z | Downloaded schemars v0.8.21 |
678 | 2024-11-19T05:08:50.443Z | Downloaded dhcproto-macros v0.1.0 |
679 | 2024-11-19T05:08:50.446Z | Downloaded time-core v0.1.2 |
680 | 2024-11-19T05:08:50.446Z | Downloaded signal-hook v0.3.17 |
681 | 2024-11-19T05:08:50.448Z | Downloaded zone_cfg_derive v0.1.2 |
682 | 2024-11-19T05:08:50.451Z | Downloaded rustversion v1.0.17 |
683 | 2024-11-19T05:08:50.453Z | Downloaded unicode-segmentation v1.12.0 |
684 | 2024-11-19T05:08:50.457Z | Downloaded native-tls v0.2.12 |
685 | 2024-11-19T05:08:50.460Z | Downloaded group v0.13.0 |
686 | 2024-11-19T05:08:50.463Z | Downloaded fixedbitset v0.4.2 |
687 | 2024-11-19T05:08:50.465Z | Downloaded thiserror-no-std v2.0.2 |
688 | 2024-11-19T05:08:50.468Z | Downloaded thread_local v1.1.8 |
689 | 2024-11-19T05:08:50.471Z | Downloaded poly1305 v0.8.0 |
690 | 2024-11-19T05:08:50.473Z | Downloaded typify-macro v0.2.0 |
691 | 2024-11-19T05:08:50.475Z | Downloaded quick-error v1.2.3 |
692 | 2024-11-19T05:08:50.478Z | Downloaded snafu-derive v0.8.5 |
693 | 2024-11-19T05:08:50.480Z | Downloaded zone v0.3.0 |
694 | 2024-11-19T05:08:50.481Z | Downloaded writeable v0.5.5 |
695 | 2024-11-19T05:08:50.484Z | Downloaded tokio-tungstenite v0.24.0 |
696 | 2024-11-19T05:08:50.486Z | Downloaded diesel-dtrace v0.3.0 |
697 | 2024-11-19T05:08:50.486Z | Downloaded untrusted v0.7.1 |
698 | 2024-11-19T05:08:50.489Z | Downloaded postgres-types v0.2.8 |
699 | 2024-11-19T05:08:50.491Z | Downloaded peg-macros v0.8.4 |
700 | 2024-11-19T05:08:50.493Z | Downloaded num-iter v0.1.45 |
701 | 2024-11-19T05:08:50.495Z | Downloaded ghash v0.5.1 |
702 | 2024-11-19T05:08:50.495Z | Downloaded dropshot_endpoint v0.13.0 |
703 | 2024-11-19T05:08:50.499Z | Downloaded salsa20 v0.10.2 |
704 | 2024-11-19T05:08:50.501Z | Downloaded rusty-fork v0.3.0 |
705 | 2024-11-19T05:08:50.503Z | Downloaded tokio-postgres v0.7.12 |
706 | 2024-11-19T05:08:50.508Z | Downloaded openssl-probe v0.1.5 |
707 | 2024-11-19T05:08:50.510Z | Downloaded openssl-macros v0.1.1 |
708 | 2024-11-19T05:08:50.510Z | Downloaded phf_generator v0.11.2 |
709 | 2024-11-19T05:08:50.513Z | Downloaded derive_builder_macro v0.20.2 |
710 | 2024-11-19T05:08:50.515Z | Downloaded num_threads v0.1.7 |
711 | 2024-11-19T05:08:50.515Z | Downloaded utf16_iter v1.0.5 |
712 | 2024-11-19T05:08:50.517Z | Downloaded phf_codegen v0.11.2 |
713 | 2024-11-19T05:08:50.517Z | Downloaded phf v0.11.2 |
714 | 2024-11-19T05:08:50.520Z | Downloaded phf_shared v0.10.0 |
715 | 2024-11-19T05:08:50.520Z | Downloaded structmeta v0.3.0 |
716 | 2024-11-19T05:08:50.522Z | Downloaded structmeta v0.2.0 |
717 | 2024-11-19T05:08:50.522Z | Downloaded unicode-xid v0.2.6 |
718 | 2024-11-19T05:08:50.524Z | Downloaded rand_xorshift v0.3.0 |
719 | 2024-11-19T05:08:50.527Z | Downloaded dsl_auto_type v0.1.2 |
720 | 2024-11-19T05:08:50.527Z | Downloaded russh-keys v0.45.0 |
721 | 2024-11-19T05:08:50.529Z | Downloaded ssh-key v0.6.6 |
722 | 2024-11-19T05:08:50.537Z | Downloaded futures-task v0.3.31 |
723 | 2024-11-19T05:08:50.539Z | Downloaded parse-zoneinfo v0.3.1 |
724 | 2024-11-19T05:08:50.543Z | Downloaded dunce v1.0.5 |
725 | 2024-11-19T05:08:50.548Z | Downloaded zone_cfg_derive v0.3.0 |
726 | 2024-11-19T05:08:50.548Z | Downloaded icu_collections v1.5.0 |
727 | 2024-11-19T05:08:50.551Z | Downloaded dyn-clone v1.0.17 |
728 | 2024-11-19T05:08:50.553Z | Downloaded flagset v0.4.6 |
729 | 2024-11-19T05:08:50.555Z | Downloaded blake3 v1.5.4 |
730 | 2024-11-19T05:08:50.563Z | Downloaded ssh-cipher v0.2.0 |
731 | 2024-11-19T05:08:50.566Z | Downloaded ref-cast v1.0.23 |
732 | 2024-11-19T05:08:50.568Z | Downloaded powerfmt v0.2.0 |
733 | 2024-11-19T05:08:50.570Z | Downloaded slog-envlogger v2.2.0 |
734 | 2024-11-19T05:08:50.574Z | Downloaded typed-path v0.9.3 |
735 | 2024-11-19T05:08:50.577Z | Downloaded serde_urlencoded v0.7.1 |
736 | 2024-11-19T05:08:50.580Z | Downloaded strum_macros v0.24.3 |
737 | 2024-11-19T05:08:50.582Z | Downloaded fxhash v0.2.1 |
738 | 2024-11-19T05:08:50.584Z | Downloaded funty v2.0.0 |
739 | 2024-11-19T05:08:50.584Z | Downloaded utf-8 v0.7.6 |
740 | 2024-11-19T05:08:50.587Z | Downloaded signal-hook-mio v0.2.4 |
741 | 2024-11-19T05:08:50.589Z | Downloaded russh-cryptovec v0.7.3 |
742 | 2024-11-19T05:08:50.589Z | Downloaded derive_builder_core v0.20.2 |
743 | 2024-11-19T05:08:50.591Z | Downloaded derive-where v1.2.7 |
744 | 2024-11-19T05:08:50.594Z | Downloaded zerovec-derive v0.10.3 |
745 | 2024-11-19T05:08:50.597Z | Downloaded zerofrom-derive v0.1.4 |
746 | 2024-11-19T05:08:50.600Z | Downloaded gethostname v0.5.0 |
747 | 2024-11-19T05:08:50.600Z | Downloaded write16 v1.0.0 |
748 | 2024-11-19T05:08:50.602Z | Downloaded phf_shared v0.11.2 |
749 | 2024-11-19T05:08:50.602Z | Downloaded tungstenite v0.23.0 |
750 | 2024-11-19T05:08:50.605Z | Downloaded nom v7.1.3 |
751 | 2024-11-19T05:08:50.611Z | Downloaded tui-tree-widget v0.22.0 |
752 | 2024-11-19T05:08:50.614Z | Downloaded proc-macro-crate v1.3.1 |
753 | 2024-11-19T05:08:50.616Z | Downloaded strum_macros v0.26.4 |
754 | 2024-11-19T05:08:50.618Z | Downloaded polyval v0.6.2 |
755 | 2024-11-19T05:08:50.621Z | Downloaded pkg-config v0.3.31 |
756 | 2024-11-19T05:08:50.623Z | Downloaded fallible-streaming-iterator v0.1.9 |
757 | 2024-11-19T05:08:50.623Z | Downloaded ssh-encoding v0.2.0 |
758 | 2024-11-19T05:08:50.626Z | Downloaded tough v0.19.0 |
759 | 2024-11-19T05:08:50.634Z | Downloaded slog-scope v4.4.0 |
760 | 2024-11-19T05:08:50.636Z | Downloaded fd-lock v4.0.2 |
761 | 2024-11-19T05:08:50.639Z | Downloaded uzers v0.12.1 |
762 | 2024-11-19T05:08:50.641Z | Downloaded tokio-native-tls v0.3.1 |
763 | 2024-11-19T05:08:50.644Z | Downloaded smf v0.2.3 |
764 | 2024-11-19T05:08:50.644Z | Downloaded serde_with_macros v3.11.0 |
765 | 2024-11-19T05:08:50.646Z | Downloaded data-encoding v2.6.0 |
766 | 2024-11-19T05:08:50.648Z | Downloaded postgres-protocol v0.6.7 |
767 | 2024-11-19T05:08:50.651Z | Downloaded sigpipe v0.1.3 |
768 | 2024-11-19T05:08:50.651Z | Downloaded snafu v0.8.5 |
769 | 2024-11-19T05:08:50.659Z | Downloaded hash32 v0.2.1 |
770 | 2024-11-19T05:08:50.663Z | Downloaded vergen v8.3.2 |
771 | 2024-11-19T05:08:50.663Z | Downloaded foreign-types v0.3.2 |
772 | 2024-11-19T05:08:50.663Z | Downloaded slog v2.7.0 |
773 | 2024-11-19T05:08:50.665Z | Downloaded dhcproto v0.12.0 |
774 | 2024-11-19T05:08:50.669Z | Downloaded diff v0.1.13 |
775 | 2024-11-19T05:08:50.672Z | Downloaded parking_lot_core v0.8.6 |
776 | 2024-11-19T05:08:50.676Z | Downloaded percent-encoding v2.3.1 |
777 | 2024-11-19T05:08:50.679Z | Downloaded parse-display v0.10.0 |
778 | 2024-11-19T05:08:50.679Z | Downloaded itertools v0.12.1 |
779 | 2024-11-19T05:08:50.685Z | Downloaded num v0.4.3 |
780 | 2024-11-19T05:08:50.687Z | Downloaded tokio-macros v2.4.0 |
781 | 2024-11-19T05:08:50.689Z | Downloaded universal-hash v0.5.1 |
782 | 2024-11-19T05:08:50.689Z | Downloaded rayon v1.10.0 |
783 | 2024-11-19T05:08:50.698Z | Downloaded tinystr v0.7.6 |
784 | 2024-11-19T05:08:50.700Z | Downloaded hyper v1.5.0 |
785 | 2024-11-19T05:08:50.709Z | Downloaded num_enum v0.5.11 |
786 | 2024-11-19T05:08:50.712Z | Downloaded bitvec v1.0.1 |
787 | 2024-11-19T05:08:50.728Z | Downloaded signature v2.2.0 |
788 | 2024-11-19T05:08:50.730Z | Downloaded primeorder v0.13.6 |
789 | 2024-11-19T05:08:50.734Z | Downloaded foreign-types-macros v0.2.3 |
790 | 2024-11-19T05:08:50.734Z | Downloaded slog-async v2.8.0 |
791 | 2024-11-19T05:08:50.734Z | Downloaded embedded-io v0.4.0 |
792 | 2024-11-19T05:08:50.737Z | Downloaded signal-hook-tokio v0.3.1 |
793 | 2024-11-19T05:08:50.737Z | Downloaded fatfs v0.3.6 |
794 | 2024-11-19T05:08:50.739Z | Downloaded slog-dtrace v0.3.0 |
795 | 2024-11-19T05:08:50.741Z | Downloaded ecdsa v0.16.9 |
796 | 2024-11-19T05:08:50.744Z | Downloaded toml v0.7.8 |
797 | 2024-11-19T05:08:50.746Z | Downloaded spin v0.9.8 |
798 | 2024-11-19T05:08:50.749Z | Downloaded derive_builder v0.20.2 |
799 | 2024-11-19T05:08:50.754Z | Downloaded toolchain_find v0.4.0 |
800 | 2024-11-19T05:08:50.756Z | Downloaded time-macros v0.2.18 |
801 | 2024-11-19T05:08:50.758Z | Downloaded foldhash v0.1.3 |
802 | 2024-11-19T05:08:50.761Z | Downloaded zip v0.6.6 |
803 | 2024-11-19T05:08:50.764Z | Downloaded rand_core v0.6.4 |
804 | 2024-11-19T05:08:50.766Z | Downloaded mio v1.0.2 |
805 | 2024-11-19T05:08:50.771Z | Downloaded topological-sort v0.2.2 |
806 | 2024-11-19T05:08:50.773Z | Downloaded form_urlencoded v1.2.1 |
807 | 2024-11-19T05:08:50.773Z | Downloaded xattr v1.3.1 |
808 | 2024-11-19T05:08:50.776Z | Downloaded scopeguard v1.2.0 |
809 | 2024-11-19T05:08:50.779Z | Downloaded half v2.4.1 |
810 | 2024-11-19T05:08:50.781Z | Downloaded libxml v0.3.3 |
811 | 2024-11-19T05:08:50.785Z | Downloaded wyz v0.5.1 |
812 | 2024-11-19T05:08:50.787Z | Downloaded signal-hook-registry v1.4.2 |
813 | 2024-11-19T05:08:50.790Z | Downloaded tungstenite v0.21.0 |
814 | 2024-11-19T05:08:50.792Z | Downloaded tls_codec_derive v0.4.1 |
815 | 2024-11-19T05:08:50.795Z | Downloaded ron v0.7.1 |
816 | 2024-11-19T05:08:50.799Z | Downloaded hash32 v0.3.1 |
817 | 2024-11-19T05:08:50.801Z | Downloaded tinyvec v1.8.0 |
818 | 2024-11-19T05:08:50.804Z | Downloaded getrandom v0.2.15 |
819 | 2024-11-19T05:08:50.806Z | Downloaded time v0.3.36 |
820 | 2024-11-19T05:08:50.815Z | Downloaded float-ord v0.3.2 |
821 | 2024-11-19T05:08:50.817Z | Downloaded float-cmp v0.9.0 |
822 | 2024-11-19T05:08:50.817Z | Downloaded oso v0.27.3 |
823 | 2024-11-19T05:08:50.821Z | Downloaded openssl-sys v0.9.104 |
824 | 2024-11-19T05:08:50.826Z | Downloaded num_enum_derive v0.5.11 |
825 | 2024-11-19T05:08:50.828Z | Downloaded rand_seeder v0.3.0 |
826 | 2024-11-19T05:08:50.830Z | Downloaded walkdir v2.5.0 |
827 | 2024-11-19T05:08:50.833Z | Downloaded parking_lot_core v0.9.10 |
828 | 2024-11-19T05:08:50.835Z | Downloaded parking_lot v0.12.3 |
829 | 2024-11-19T05:08:50.838Z | Downloaded omicron-zone-package v0.11.1 |
830 | 2024-11-19T05:08:50.840Z | Downloaded utf8_iter v1.0.4 |
831 | 2024-11-19T05:08:50.840Z | Downloaded der v0.7.9 |
832 | 2024-11-19T05:08:50.845Z | Downloaded pkcs5 v0.7.1 |
833 | 2024-11-19T05:08:50.849Z | Downloaded miniz_oxide v0.8.0 |
834 | 2024-11-19T05:08:50.852Z | Downloaded p521 v0.13.3 |
835 | 2024-11-19T05:08:50.856Z | Downloaded publicsuffix v2.2.3 |
836 | 2024-11-19T05:08:50.859Z | Downloaded either v1.13.0 |
837 | 2024-11-19T05:08:50.902Z | Downloaded subtle v2.6.1 |
838 | 2024-11-19T05:08:50.902Z | Downloaded der_derive v0.7.3 |
839 | 2024-11-19T05:08:50.905Z | Downloaded serde_yaml v0.9.34+deprecated |
840 | 2024-11-19T05:08:50.905Z | Downloaded postcard v1.0.10 |
841 | 2024-11-19T05:08:50.906Z | Downloaded nu-ansi-term v0.50.1 |
842 | 2024-11-19T05:08:50.906Z | Downloaded flate2 v1.0.34 |
843 | 2024-11-19T05:08:50.906Z | Downloaded subprocess v0.2.9 |
844 | 2024-11-19T05:08:50.906Z | Downloaded zip v2.1.3 |
845 | 2024-11-19T05:08:50.906Z | Downloaded toml_edit v0.19.15 |
846 | 2024-11-19T05:08:50.906Z | Downloaded url v2.5.3 |
847 | 2024-11-19T05:08:50.906Z | Downloaded reedline v0.35.0 |
848 | 2024-11-19T05:08:50.912Z | Downloaded ron v0.8.1 |
849 | 2024-11-19T05:08:50.918Z | Downloaded x509-cert v0.2.5 |
850 | 2024-11-19T05:08:50.924Z | Downloaded headers v0.4.0 |
851 | 2024-11-19T05:08:50.929Z | Downloaded rsa v0.9.6 |
852 | 2024-11-19T05:08:50.934Z | Downloaded xz2 v0.1.7 |
853 | 2024-11-19T05:08:50.937Z | Downloaded hashbrown v0.12.3 |
854 | 2024-11-19T05:08:50.941Z | Downloaded elliptic-curve v0.13.8 |
855 | 2024-11-19T05:08:50.945Z | Downloaded proptest v1.5.0 |
856 | 2024-11-19T05:08:50.955Z | Downloaded tracing-core v0.1.32 |
857 | 2024-11-19T05:08:50.958Z | Downloaded h2 v0.4.6 |
858 | 2024-11-19T05:08:50.965Z | Downloaded num-bigint-dig v0.8.4 |
859 | 2024-11-19T05:08:50.971Z | Downloaded webpki-roots v0.26.6 |
860 | 2024-11-19T05:08:50.975Z | Downloaded openssl v0.10.68 |
861 | 2024-11-19T05:08:50.985Z | Downloaded flume v0.11.1 |
862 | 2024-11-19T05:08:50.989Z | Downloaded dropshot v0.12.0 |
863 | 2024-11-19T05:08:51.010Z | Downloaded rand v0.8.5 |
864 | 2024-11-19T05:08:51.013Z | Downloaded rusqlite v0.32.1 |
865 | 2024-11-19T05:08:51.020Z | Downloaded zerovec v0.10.4 |
866 | 2024-11-19T05:08:51.026Z | Downloaded winnow v0.5.40 |
867 | 2024-11-19T05:08:51.035Z | Downloaded ed25519-dalek v2.1.1 |
868 | 2024-11-19T05:08:51.039Z | Downloaded icu_properties_data v1.5.0 |
869 | 2024-11-19T05:08:51.050Z | Downloaded quick-xml v0.33.0 |
870 | 2024-11-19T05:08:51.056Z | Downloaded chrono-tz v0.10.0 |
871 | 2024-11-19T05:08:51.064Z | Downloaded nix v0.27.1 |
872 | 2024-11-19T05:08:51.075Z | Downloaded quinn-proto v0.11.8 |
873 | 2024-11-19T05:08:51.083Z | Downloaded regex v1.11.1 |
874 | 2024-11-19T05:08:51.096Z | Downloaded nix v0.28.0 |
875 | 2024-11-19T05:08:51.108Z | Downloaded num-bigint v0.4.6 |
876 | 2024-11-19T05:08:51.113Z | Downloaded nix v0.29.0 |
877 | 2024-11-19T05:08:51.125Z | Downloaded serde_with v3.11.0 |
878 | 2024-11-19T05:08:51.133Z | Downloaded russh v0.45.0 |
879 | 2024-11-19T05:08:51.139Z | Downloaded salty v0.3.0 |
880 | 2024-11-19T05:08:51.147Z | Downloaded petname v2.0.2 |
881 | 2024-11-19T05:08:51.153Z | Downloaded reqwest v0.12.9 |
882 | 2024-11-19T05:08:51.161Z | Downloaded object v0.30.4 |
883 | 2024-11-19T05:08:51.172Z | Downloaded hashbrown v0.14.5 |
884 | 2024-11-19T05:08:51.177Z | Downloaded diesel v2.2.4 |
885 | 2024-11-19T05:08:51.196Z | Downloaded regress v0.10.1 |
886 | 2024-11-19T05:08:51.205Z | Downloaded trust-dns-proto v0.22.0 |
887 | 2024-11-19T05:08:51.217Z | Downloaded p384 v0.13.0 |
888 | 2024-11-19T05:08:51.223Z | Downloaded object v0.36.5 |
889 | 2024-11-19T05:08:51.235Z | Downloaded idna v0.5.0 |
890 | 2024-11-19T05:08:51.242Z | Downloaded idna v0.3.0 |
891 | 2024-11-19T05:08:51.249Z | Downloaded regex-syntax v0.6.29 |
892 | 2024-11-19T05:08:51.257Z | Downloaded openapiv3 v2.0.0 |
893 | 2024-11-19T05:08:51.269Z | Downloaded sled v0.34.7 |
894 | 2024-11-19T05:08:51.280Z | Downloaded rustls-webpki v0.102.8 |
895 | 2024-11-19T05:08:51.297Z | Downloaded gimli v0.31.1 |
896 | 2024-11-19T05:08:51.306Z | Downloaded zerocopy-derive v0.6.6 |
897 | 2024-11-19T05:08:51.315Z | Downloaded smoltcp v0.9.1 |
898 | 2024-11-19T05:08:51.326Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
899 | 2024-11-19T05:08:51.338Z | Downloaded unicode-width v0.2.0 |
900 | 2024-11-19T05:08:51.344Z | Downloaded vcpkg v0.2.15 |
901 | 2024-11-19T05:08:51.380Z | Downloaded rustls v0.21.12 |
902 | 2024-11-19T05:08:51.391Z | Downloaded polar-core v0.27.3 |
903 | 2024-11-19T05:08:51.401Z | Downloaded radix_trie v0.2.1 |
904 | 2024-11-19T05:08:51.405Z | Downloaded git2 v0.19.0 |
905 | 2024-11-19T05:08:51.414Z | Downloaded smoltcp v0.11.0 |
906 | 2024-11-19T05:08:51.426Z | Downloaded csv v1.3.0 |
907 | 2024-11-19T05:08:51.446Z | Downloaded idna v0.4.0 |
908 | 2024-11-19T05:08:51.453Z | Downloaded regex-automata v0.4.8 |
909 | 2024-11-19T05:08:51.470Z | Downloaded idna v0.2.3 |
910 | 2024-11-19T05:08:51.476Z | Downloaded rustls v0.22.4 |
911 | 2024-11-19T05:08:51.489Z | Downloaded rustls v0.23.14 |
912 | 2024-11-19T05:08:51.500Z | Downloaded portable-atomic v1.9.0 |
913 | 2024-11-19T05:08:51.507Z | Downloaded futures-util v0.3.31 |
914 | 2024-11-19T05:08:51.518Z | Downloaded regex-syntax v0.8.5 |
915 | 2024-11-19T05:08:51.526Z | Downloaded typify-impl v0.2.0 |
916 | 2024-11-19T05:08:51.541Z | Downloaded hashbrown v0.13.2 |
917 | 2024-11-19T05:08:51.545Z | Downloaded ratatui v0.28.1 |
918 | 2024-11-19T05:08:51.565Z | Downloaded tokio-util v0.7.12 |
919 | 2024-11-19T05:08:51.571Z | Downloaded rustls-webpki v0.101.7 |
920 | 2024-11-19T05:08:51.585Z | Downloaded regress v0.9.1 |
921 | 2024-11-19T05:08:51.594Z | Downloaded bstr v1.10.0 |
922 | 2024-11-19T05:08:51.604Z | Downloaded dropshot v0.13.0 |
923 | 2024-11-19T05:08:51.624Z | Downloaded lalrpop v0.19.12 |
924 | 2024-11-19T05:08:51.635Z | Downloaded quinn v0.11.5 |
925 | 2024-11-19T05:08:51.638Z | Downloaded curve25519-dalek v4.1.3 |
926 | 2024-11-19T05:08:51.647Z | Downloaded unicode_categories v0.1.1 |
927 | 2024-11-19T05:08:51.650Z | Downloaded rustyline v14.0.0 |
928 | 2024-11-19T05:08:51.653Z | Downloaded sqlparser v0.45.0 |
929 | 2024-11-19T05:08:51.659Z | Downloaded chrono v0.4.38 |
930 | 2024-11-19T05:08:51.667Z | Downloaded tls_codec v0.4.1 |
931 | 2024-11-19T05:08:51.669Z | Downloaded lzma-sys v0.1.20 |
932 | 2024-11-19T05:08:51.697Z | Downloaded olpc-cjson v0.1.4 |
933 | 2024-11-19T05:08:51.699Z | Downloaded parking_lot v0.11.2 |
934 | 2024-11-19T05:08:51.701Z | Downloaded ppv-lite86 v0.2.20 |
935 | 2024-11-19T05:08:51.701Z | Downloaded expectorate v1.1.0 |
936 | 2024-11-19T05:08:51.704Z | Downloaded whoami v1.5.2 |
937 | 2024-11-19T05:08:51.707Z | Downloaded which v4.4.2 |
938 | 2024-11-19T05:08:51.707Z | Downloaded tiny-keccak v2.0.2 |
939 | 2024-11-19T05:08:51.709Z | Downloaded simd-adler32 v0.3.7 |
940 | 2024-11-19T05:08:51.712Z | Downloaded multimap v0.10.0 |
941 | 2024-11-19T05:08:51.712Z | Downloaded ff v0.13.0 |
942 | 2024-11-19T05:08:51.714Z | Downloaded ed25519 v2.2.3 |
943 | 2024-11-19T05:08:51.716Z | Downloaded zopfli v0.8.1 |
944 | 2024-11-19T05:08:51.716Z | Downloaded num-traits v0.2.19 |
945 | 2024-11-19T05:08:51.719Z | Downloaded sqlformat v0.2.6 |
946 | 2024-11-19T05:08:51.722Z | Downloaded slog-json v2.6.1 |
947 | 2024-11-19T05:08:51.724Z | Downloaded slog-bunyan v2.5.0 |
948 | 2024-11-19T05:08:51.724Z | Downloaded encoding_rs v0.8.34 |
949 | 2024-11-19T05:08:51.745Z | Downloaded uuid v1.11.0 |
950 | 2024-11-19T05:08:51.748Z | Downloaded pkcs8 v0.10.2 |
951 | 2024-11-19T05:08:51.751Z | Downloaded pkcs1 v0.7.5 |
952 | 2024-11-19T05:08:51.754Z | Downloaded unsafe-libyaml v0.2.11 |
953 | 2024-11-19T05:08:51.756Z | Downloaded idna v1.0.3 |
954 | 2024-11-19T05:08:51.760Z | Downloaded qorb v0.2.0 |
955 | 2024-11-19T05:08:51.764Z | Downloaded minimal-lexical v0.2.1 |
956 | 2024-11-19T05:08:51.768Z | Downloaded mockall v0.13.0 |
957 | 2024-11-19T05:08:51.770Z | Downloaded unicode-normalization v0.1.24 |
958 | 2024-11-19T05:08:51.773Z | Downloaded untrusted v0.9.0 |
959 | 2024-11-19T05:08:51.775Z | Downloaded strum_macros v0.25.3 |
960 | 2024-11-19T05:08:51.778Z | Downloaded structmeta-derive v0.3.0 |
961 | 2024-11-19T05:08:51.780Z | Downloaded structmeta-derive v0.2.0 |
962 | 2024-11-19T05:08:51.780Z | Downloaded strip-ansi-escapes v0.2.0 |
963 | 2024-11-19T05:08:51.780Z | Downloaded num-rational v0.4.2 |
964 | 2024-11-19T05:08:51.784Z | Downloaded num-complex v0.4.6 |
965 | 2024-11-19T05:08:51.786Z | Downloaded crossterm v0.28.1 |
966 | 2024-11-19T05:08:51.789Z | Downloaded tar v0.4.43 |
967 | 2024-11-19T05:08:51.792Z | Downloaded p256 v0.13.2 |
968 | 2024-11-19T05:08:51.795Z | Downloaded petgraph v0.6.5 |
969 | 2024-11-19T05:08:51.813Z | Downloaded libz-sys v1.1.20 |
970 | 2024-11-19T05:08:51.833Z | Downloaded nodrop v0.1.14 |
971 | 2024-11-19T05:08:51.836Z | Downloaded sha3 v0.10.8 |
972 | 2024-11-19T05:08:51.839Z | Downloaded newtype-uuid v1.1.3 |
973 | 2024-11-19T05:08:51.842Z | Downloaded tokio-tungstenite v0.21.0 |
974 | 2024-11-19T05:08:51.842Z | Downloaded similar v2.6.0 |
975 | 2024-11-19T05:08:51.846Z | Downloaded pem-rfc7468 v0.7.0 |
976 | 2024-11-19T05:08:51.848Z | Downloaded serde_derive_internals v0.29.1 |
977 | 2024-11-19T05:08:51.850Z | Downloaded http v1.1.0 |
978 | 2024-11-19T05:08:51.853Z | Downloaded tokio v1.40.0 |
979 | 2024-11-19T05:08:51.889Z | Downloaded tabwriter v1.4.0 |
980 | 2024-11-19T05:08:51.891Z | Downloaded pbkdf2 v0.11.0 |
981 | 2024-11-19T05:08:51.893Z | Downloaded deranged v0.3.11 |
982 | 2024-11-19T05:08:51.893Z | Downloaded zeroize_derive v1.4.2 |
983 | 2024-11-19T05:08:51.896Z | Downloaded globset v0.4.15 |
984 | 2024-11-19T05:08:51.896Z | Downloaded indicatif v0.17.9 |
985 | 2024-11-19T05:08:51.899Z | Downloaded itertools v0.13.0 |
986 | 2024-11-19T05:08:51.906Z | Downloaded zeroize v1.8.1 |
987 | 2024-11-19T05:08:51.908Z | Downloaded spki v0.7.3 |
988 | 2024-11-19T05:08:51.910Z | Downloaded rustc_version v0.4.1 |
989 | 2024-11-19T05:08:51.910Z | Downloaded rpassword v7.3.1 |
990 | 2024-11-19T05:08:51.912Z | Downloaded progenitor-macro v0.8.0 |
991 | 2024-11-19T05:08:51.912Z | Downloaded parse-display-derive v0.10.0 |
992 | 2024-11-19T05:08:51.914Z | Downloaded fallible-iterator v0.3.0 |
993 | 2024-11-19T05:08:51.916Z | Downloaded displaydoc v0.2.5 |
994 | 2024-11-19T05:08:51.919Z | Downloaded derive_more v0.99.18 |
995 | 2024-11-19T05:08:51.923Z | Downloaded darling_core v0.20.10 |
996 | 2024-11-19T05:08:51.927Z | Downloaded progenitor-impl v0.8.0 |
997 | 2024-11-19T05:08:51.929Z | Downloaded typify v0.2.0 |
998 | 2024-11-19T05:08:51.932Z | Downloaded tokio-rustls v0.25.0 |
999 | 2024-11-19T05:08:51.934Z | Downloaded multer v3.1.0 |
1000 | 2024-11-19T05:08:51.938Z | Downloaded mockall_derive v0.13.0 |
1001 | 2024-11-19T05:08:51.940Z | Downloaded icu_provider v1.5.0 |
1002 | 2024-11-19T05:08:51.942Z | Downloaded pbkdf2 v0.12.2 |
1003 | 2024-11-19T05:08:51.942Z | Downloaded packed_struct_codegen v0.10.1 |
1004 | 2024-11-19T05:08:51.944Z | Downloaded zerocopy v0.6.6 |
1005 | 2024-11-19T05:08:51.946Z | Downloaded unarray v0.1.4 |
1006 | 2024-11-19T05:08:51.946Z | Downloaded thiserror-impl-no-std v2.0.2 |
1007 | 2024-11-19T05:08:51.950Z | Downloaded tungstenite v0.24.0 |
1008 | 2024-11-19T05:08:51.953Z | Downloaded rtoolbox v0.0.2 |
1009 | 2024-11-19T05:08:51.953Z | Downloaded value-bag v1.9.0 |
1010 | 2024-11-19T05:08:51.956Z | Downloaded tracing v0.1.40 |
1011 | 2024-11-19T05:08:51.958Z | Downloaded display-error-chain v0.2.2 |
1012 | 2024-11-19T05:08:51.962Z | Downloaded dropshot_endpoint v0.12.0 |
1013 | 2024-11-19T05:08:51.964Z | Downloaded test-strategy v0.3.1 |
1014 | 2024-11-19T05:08:51.967Z | Downloaded lock_api v0.4.12 |
1015 | 2024-11-19T05:08:51.969Z | Downloaded fs_extra v1.3.0 |
1016 | 2024-11-19T05:08:51.971Z | Downloaded steno v0.4.1 |
1017 | 2024-11-19T05:08:51.974Z | Downloaded try-lock v0.2.5 |
1018 | 2024-11-19T05:08:51.976Z | Downloaded const_format v0.2.33 |
1019 | 2024-11-19T05:08:51.979Z | Downloaded env_logger v0.10.2 |
1020 | 2024-11-19T05:08:51.981Z | Downloaded unicode-bidi v0.3.17 |
1021 | 2024-11-19T05:08:51.984Z | Downloaded indexmap v1.9.3 |
1022 | 2024-11-19T05:08:51.987Z | Downloaded tokio-rustls v0.26.0 |
1023 | 2024-11-19T05:08:51.989Z | Downloaded newtype_derive v0.1.6 |
1024 | 2024-11-19T05:08:51.989Z | Downloaded twox-hash v1.6.3 |
1025 | 2024-11-19T05:08:51.992Z | Downloaded supports-color v3.0.1 |
1026 | 2024-11-19T05:08:51.994Z | Downloaded pin-utils v0.1.0 |
1027 | 2024-11-19T05:08:51.994Z | Downloaded pin-project-lite v0.2.14 |
1028 | 2024-11-19T05:08:51.998Z | Downloaded pin-project-internal v1.1.6 |
1029 | 2024-11-19T05:08:52.001Z | Downloaded icu_properties v1.5.1 |
1030 | 2024-11-19T05:08:52.003Z | Downloaded icu_locid v1.5.0 |
1031 | 2024-11-19T05:08:52.007Z | Downloaded sec1 v0.7.3 |
1032 | 2024-11-19T05:08:52.010Z | Downloaded scrypt v0.11.0 |
1033 | 2024-11-19T05:08:52.012Z | Downloaded rustls-pemfile v1.0.4 |
1034 | 2024-11-19T05:08:52.015Z | Downloaded vte v0.11.1 |
1035 | 2024-11-19T05:08:52.015Z | Downloaded unicode-properties v0.1.3 |
1036 | 2024-11-19T05:08:52.017Z | Downloaded rcgen v0.12.1 |
1037 | 2024-11-19T05:08:52.020Z | Downloaded memmap2 v0.9.5 |
1038 | 2024-11-19T05:08:52.022Z | Downloaded futures-channel v0.3.31 |
1039 | 2024-11-19T05:08:52.024Z | Downloaded prettyplease v0.2.25 |
1040 | 2024-11-19T05:08:52.027Z | Downloaded crypto-bigint v0.5.5 |
1041 | 2024-11-19T05:08:52.032Z | Downloaded litemap v0.7.3 |
1042 | 2024-11-19T05:08:52.035Z | Downloaded ipnet v2.10.1 |
1043 | 2024-11-19T05:08:52.039Z | Downloaded base64 v0.13.1 |
1044 | 2024-11-19T05:08:52.041Z | Downloaded sync_wrapper v1.0.1 |
1045 | 2024-11-19T05:08:52.041Z | Downloaded sync-ptr v0.1.1 |
1046 | 2024-11-19T05:08:52.041Z | Downloaded sqlparser_derive v0.2.2 |
1047 | 2024-11-19T05:08:52.041Z | Downloaded shlex v1.3.0 |
1048 | 2024-11-19T05:08:52.043Z | Downloaded shell-words v1.1.0 |
1049 | 2024-11-19T05:08:52.043Z | Downloaded schemars_derive v0.8.21 |
1050 | 2024-11-19T05:08:52.043Z | Downloaded scheduled-thread-pool v0.2.7 |
1051 | 2024-11-19T05:08:52.046Z | Downloaded yasna v0.5.2 |
1052 | 2024-11-19T05:08:52.048Z | Downloaded vsss-rs v3.3.4 |
1053 | 2024-11-19T05:08:52.051Z | Downloaded rustfmt-wrapper v0.2.1 |
1054 | 2024-11-19T05:08:52.053Z | Downloaded rfc6979 v0.4.0 |
1055 | 2024-11-19T05:08:52.053Z | Downloaded resolv-conf v0.7.0 |
1056 | 2024-11-19T05:08:52.072Z | Downloaded cookie v0.18.1 |
1057 | 2024-11-19T05:08:52.072Z | Downloaded hmac v0.12.1 |
1058 | 2024-11-19T05:08:52.072Z | Downloaded backtrace v0.3.74 |
1059 | 2024-11-19T05:08:52.072Z | Downloaded futures-io v0.3.31 |
1060 | 2024-11-19T05:08:52.072Z | Downloaded enum-as-inner v0.6.1 |
1061 | 2024-11-19T05:08:52.081Z | Downloaded enum-as-inner v0.5.1 |
1062 | 2024-11-19T05:08:52.081Z | Downloaded embedded-io v0.6.1 |
1063 | 2024-11-19T05:08:52.083Z | Downloaded md-5 v0.10.6 |
1064 | 2024-11-19T05:08:52.083Z | Downloaded maybe-uninit v2.0.0 |
1065 | 2024-11-19T05:08:52.086Z | Downloaded maplit v1.0.2 |
1066 | 2024-11-19T05:08:52.089Z | Downloaded chacha20poly1305 v0.10.1 |
1067 | 2024-11-19T05:08:52.092Z | Downloaded smallvec v1.13.2 |
1068 | 2024-11-19T05:08:52.094Z | Downloaded slog-term v2.9.1 |
1069 | 2024-11-19T05:08:52.096Z | Downloaded httpdate v1.0.3 |
1070 | 2024-11-19T05:08:52.099Z | Downloaded hyper-tls v0.6.0 |
1071 | 2024-11-19T05:08:52.101Z | Downloaded instability v0.3.2 |
1072 | 2024-11-19T05:08:52.103Z | Downloaded indoc v1.0.9 |
1073 | 2024-11-19T05:08:52.105Z | Downloaded idna_adapter v1.2.0 |
1074 | 2024-11-19T05:08:52.108Z | Downloaded hostname v0.3.1 |
1075 | 2024-11-19T05:08:52.111Z | Downloaded base64 v0.22.1 |
1076 | 2024-11-19T05:08:52.114Z | Downloaded crc-any v2.5.0 |
1077 | 2024-11-19T05:08:52.118Z | Downloaded const_format_proc_macros v0.2.33 |
1078 | 2024-11-19T05:08:52.120Z | Downloaded clang-sys v1.8.1 |
1079 | 2024-11-19T05:08:52.122Z | Downloaded ipnetwork v0.20.0 |
1080 | 2024-11-19T05:08:52.124Z | Downloaded crossbeam-utils v0.8.20 |
1081 | 2024-11-19T05:08:52.127Z | Downloaded cookie_store v0.21.0 |
1082 | 2024-11-19T05:08:52.130Z | Downloaded slog-stdlog v4.1.1 |
1083 | 2024-11-19T05:08:52.130Z | Downloaded lockfree-object-pool v0.1.6 |
1084 | 2024-11-19T05:08:52.132Z | Downloaded vte_generate_state_changes v0.1.2 |
1085 | 2024-11-19T05:08:52.135Z | Downloaded same-file v1.0.6 |
1086 | 2024-11-19T05:08:52.137Z | Downloaded rustc-demangle v0.1.24 |
1087 | 2024-11-19T05:08:52.137Z | Downloaded home v0.5.9 |
1088 | 2024-11-19T05:08:52.140Z | Downloaded cbc v0.1.2 |
1089 | 2024-11-19T05:08:52.142Z | Downloaded hubpack v0.1.2 |
1090 | 2024-11-19T05:08:52.142Z | Downloaded hostname v0.4.0 |
1091 | 2024-11-19T05:08:52.144Z | Downloaded atomic-waker v1.1.2 |
1092 | 2024-11-19T05:08:52.145Z | Downloaded icu_normalizer v1.5.0 |
1093 | 2024-11-19T05:08:52.149Z | Downloaded cstr-argument v0.1.2 |
1094 | 2024-11-19T05:08:52.151Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1095 | 2024-11-19T05:08:52.209Z | Downloaded convert_case v0.4.0 |
1096 | 2024-11-19T05:08:52.212Z | Downloaded cipher v0.4.4 |
1097 | 2024-11-19T05:08:52.214Z | Downloaded ciborium-io v0.2.2 |
1098 | 2024-11-19T05:08:52.214Z | Downloaded cexpr v0.6.0 |
1099 | 2024-11-19T05:08:52.221Z | Downloaded buf-list v1.0.3 |
1100 | 2024-11-19T05:08:52.221Z | Downloaded cfg_aliases v0.2.1 |
1101 | 2024-11-19T05:08:52.225Z | Downloaded cfg_aliases v0.1.1 |
1102 | 2024-11-19T05:08:52.225Z | Downloaded arrayref v0.3.9 |
1103 | 2024-11-19T05:08:52.225Z | Downloaded cobs v0.2.3 |
1104 | 2024-11-19T05:08:52.225Z | Downloaded bit-set v0.5.3 |
1105 | 2024-11-19T05:08:52.225Z | Downloaded async-recursion v1.1.1 |
1106 | 2024-11-19T05:08:52.225Z | Downloaded base64ct v1.6.0 |
1107 | 2024-11-19T05:08:52.228Z | Downloaded bcs v0.1.6 |
1108 | 2024-11-19T05:08:52.228Z | Downloaded backoff v0.4.0 |
1109 | 2024-11-19T05:08:52.234Z | Downloaded async-bb8-diesel v0.2.1 |
1110 | 2024-11-19T05:08:52.236Z | Downloaded ascii-canvas v3.0.0 |
1111 | 2024-11-19T05:08:52.237Z | Downloaded bytes v1.8.0 |
1112 | 2024-11-19T05:08:52.237Z | Downloaded bitfield v0.14.0 |
1113 | 2024-11-19T05:08:52.239Z | Downloaded base16ct v0.2.0 |
1114 | 2024-11-19T05:08:52.239Z | Downloaded atomicwrites v0.4.4 |
1115 | 2024-11-19T05:08:52.239Z | Downloaded async-trait v0.1.83 |
1116 | 2024-11-19T05:08:52.242Z | Downloaded assert_matches v1.5.0 |
1117 | 2024-11-19T05:08:52.245Z | Downloaded arrayvec v0.7.6 |
1118 | 2024-11-19T05:08:52.248Z | Downloaded hyper-staticfile v0.10.1 |
1119 | 2024-11-19T05:08:52.248Z | Downloaded hex-literal v0.4.1 |
1120 | 2024-11-19T05:08:52.250Z | Downloaded aho-corasick v1.1.3 |
1121 | 2024-11-19T05:08:52.253Z | Downloaded heck v0.3.3 |
1122 | 2024-11-19T05:08:52.256Z | Downloaded headers-core v0.3.0 |
1123 | 2024-11-19T05:08:52.256Z | Downloaded allocator-api2 v0.2.18 |
1124 | 2024-11-19T05:08:52.258Z | Downloaded aes-gcm v0.10.3 |
1125 | 2024-11-19T05:08:52.261Z | Downloaded arc-swap v1.7.1 |
1126 | 2024-11-19T05:08:52.264Z | Downloaded http-body-util v0.1.2 |
1127 | 2024-11-19T05:08:52.267Z | Downloaded heapless v0.7.17 |
1128 | 2024-11-19T05:08:52.270Z | Downloaded adler2 v2.0.0 |
1129 | 2024-11-19T05:08:52.483Z | Downloaded aws-lc-sys v0.22.0 |
1130 | 2024-11-19T05:08:52.923Z | Downloaded ring v0.17.8 |
1131 | 2024-11-19T05:08:53.108Z | Downloaded ring v0.16.20 |
1132 | 2024-11-19T05:08:53.188Z | Downloaded libsqlite3-sys v0.30.1 |
1133 | 2024-11-19T05:08:53.368Z | Compiling serde v1.0.215 |
1134 | 2024-11-19T05:08:53.371Z | Compiling lock_api v0.4.12 |
1135 | 2024-11-19T05:08:53.371Z | Compiling scopeguard v1.2.0 |
1136 | 2024-11-19T05:08:53.371Z | Compiling value-bag v1.9.0 |
1137 | 2024-11-19T05:08:53.371Z | Compiling typenum v1.17.0 |
1138 | 2024-11-19T05:08:53.525Z | Compiling generic-array v0.14.7 |
1139 | 2024-11-19T05:08:53.581Z | Compiling syn v2.0.87 |
1140 | 2024-11-19T05:08:53.598Z | Compiling getrandom v0.2.15 |
1141 | 2024-11-19T05:08:53.672Z | Compiling shlex v1.3.0 |
1142 | 2024-11-19T05:08:53.904Z | Compiling rand_core v0.6.4 |
1143 | 2024-11-19T05:08:54.028Z | Compiling log v0.4.22 |
1144 | 2024-11-19T05:08:54.109Z | Compiling subtle v2.6.1 |
1145 | 2024-11-19T05:08:54.151Z | Compiling jobserver v0.1.32 |
1146 | 2024-11-19T05:08:54.170Z | Compiling smallvec v1.13.2 |
1147 | 2024-11-19T05:08:54.420Z | Compiling const-oid v0.9.6 |
1148 | 2024-11-19T05:08:54.464Z | Compiling spin v0.9.8 |
1149 | 2024-11-19T05:08:54.484Z | Compiling pin-project-lite v0.2.14 |
1150 | 2024-11-19T05:08:54.560Z | Compiling cc v1.1.30 |
1151 | 2024-11-19T05:08:54.612Z | Compiling rustix v0.38.37 |
1152 | 2024-11-19T05:08:54.890Z | Compiling parking_lot_core v0.9.10 |
1153 | 2024-11-19T05:08:54.997Z | Compiling futures-core v0.3.31 |
1154 | 2024-11-19T05:08:55.108Z | Compiling signal-hook-registry v1.4.2 |
1155 | 2024-11-19T05:08:55.233Z | Compiling mio v1.0.2 |
1156 | 2024-11-19T05:08:55.506Z | Compiling aho-corasick v1.1.3 |
1157 | 2024-11-19T05:08:55.903Z | Compiling parking_lot v0.12.3 |
1158 | 2024-11-19T05:08:56.062Z | Compiling cpufeatures v0.2.14 |
1159 | 2024-11-19T05:08:56.166Z | Compiling either v1.13.0 |
1160 | 2024-11-19T05:08:56.230Z | Compiling regex-syntax v0.8.5 |
1161 | 2024-11-19T05:08:56.372Z | Compiling lazy_static v1.5.0 |
1162 | 2024-11-19T05:08:56.432Z | Compiling stable_deref_trait v1.2.0 |
1163 | 2024-11-19T05:08:56.490Z | Compiling futures-sink v0.3.31 |
1164 | 2024-11-19T05:08:56.547Z | Compiling glob v0.3.1 |
1165 | 2024-11-19T05:08:56.598Z | Compiling socket2 v0.5.7 |
1166 | 2024-11-19T05:08:56.642Z | Compiling slab v0.4.9 |
1167 | 2024-11-19T05:08:56.831Z | Compiling prettyplease v0.2.25 |
1168 | 2024-11-19T05:08:57.104Z | Compiling minimal-lexical v0.2.1 |
1169 | 2024-11-19T05:08:57.536Z | Compiling libloading v0.8.5 |
1170 | 2024-11-19T05:08:57.577Z | Compiling clang-sys v1.8.1 |
1171 | 2024-11-19T05:08:57.640Z | Compiling nom v7.1.3 |
1172 | 2024-11-19T05:08:57.672Z | Compiling serde_json v1.0.132 |
1173 | 2024-11-19T05:08:57.973Z | Compiling home v0.5.9 |
1174 | 2024-11-19T05:08:58.004Z | Compiling bindgen v0.69.5 |
1175 | 2024-11-19T05:08:58.296Z | Compiling futures-channel v0.3.31 |
1176 | 2024-11-19T05:08:58.735Z | Compiling itertools v0.12.1 |
1177 | 2024-11-19T05:08:58.826Z | Compiling lazycell v1.3.0 |
1178 | 2024-11-19T05:08:58.905Z | Compiling foldhash v0.1.3 |
1179 | 2024-11-19T05:08:58.999Z | Compiling allocator-api2 v0.2.18 |
1180 | 2024-11-19T05:08:59.204Z | Compiling futures-io v0.3.31 |
1181 | 2024-11-19T05:08:59.560Z | Compiling rustc-hash v1.1.0 |
1182 | 2024-11-19T05:08:59.710Z | Compiling futures-task v0.3.31 |
1183 | 2024-11-19T05:08:59.785Z | Compiling pin-utils v0.1.0 |
1184 | 2024-11-19T05:08:59.880Z | Compiling regex-automata v0.4.8 |
1185 | 2024-11-19T05:09:00.022Z | Compiling hashbrown v0.15.0 |
1186 | 2024-11-19T05:09:01.196Z | Compiling synstructure v0.13.1 |
1187 | 2024-11-19T05:09:01.394Z | Compiling cexpr v0.6.0 |
1188 | 2024-11-19T05:09:01.853Z | Compiling cmake v0.1.51 |
1189 | 2024-11-19T05:09:02.890Z | Compiling fs_extra v1.3.0 |
1190 | 2024-11-19T05:09:02.935Z | Compiling tinyvec_macros v0.1.1 |
1191 | 2024-11-19T05:09:03.033Z | Compiling libm v0.2.8 |
1192 | 2024-11-19T05:09:03.087Z | Compiling dunce v1.0.5 |
1193 | 2024-11-19T05:09:03.197Z | Compiling pkg-config v0.3.31 |
1194 | 2024-11-19T05:09:03.217Z | Compiling tinyvec v1.8.0 |
1195 | 2024-11-19T05:09:03.393Z | Compiling num-traits v0.2.19 |
1196 | 2024-11-19T05:09:03.904Z | Compiling ring v0.17.8 |
1197 | 2024-11-19T05:09:04.560Z | Compiling base64ct v1.6.0 |
1198 | 2024-11-19T05:09:04.712Z | Compiling unicode-normalization v0.1.24 |
1199 | 2024-11-19T05:09:04.745Z | Compiling litemap v0.7.3 |
1200 | 2024-11-19T05:09:04.866Z | Compiling writeable v0.5.5 |
1201 | 2024-11-19T05:09:05.034Z | Compiling unicode-bidi v0.3.17 |
1202 | 2024-11-19T05:09:05.112Z | Compiling paste v1.0.15 |
1203 | 2024-11-19T05:09:05.435Z | Compiling regex v1.11.1 |
1204 | 2024-11-19T05:09:05.676Z | Compiling pem-rfc7468 v0.7.0 |
1205 | 2024-11-19T05:09:06.383Z | Compiling aws-lc-rs v1.10.0 |
1206 | 2024-11-19T05:09:06.447Z | Compiling flagset v0.4.6 |
1207 | 2024-11-19T05:09:06.449Z | Compiling httparse v1.9.5 |
1208 | 2024-11-19T05:09:06.840Z | Compiling tracing-core v0.1.32 |
1209 | 2024-11-19T05:09:07.306Z | Compiling icu_locid_transform_data v1.5.0 |
1210 | 2024-11-19T05:09:07.411Z | Compiling crossbeam-utils v0.8.20 |
1211 | 2024-11-19T05:09:07.846Z | Compiling percent-encoding v2.3.1 |
1212 | 2024-11-19T05:09:07.865Z | Compiling rustls-pki-types v1.9.0 |
1213 | 2024-11-19T05:09:08.193Z | Compiling powerfmt v0.2.0 |
1214 | 2024-11-19T05:09:08.237Z | Compiling untrusted v0.7.1 |
1215 | 2024-11-19T05:09:08.257Z | Compiling serde_derive v1.0.215 |
1216 | 2024-11-19T05:09:08.420Z | Compiling zeroize_derive v1.4.2 |
1217 | 2024-11-19T05:09:08.552Z | Compiling zerocopy-derive v0.7.35 |
1218 | 2024-11-19T05:09:08.660Z | Compiling tokio-macros v2.4.0 |
1219 | 2024-11-19T05:09:08.946Z | Compiling zerofrom-derive v0.1.4 |
1220 | 2024-11-19T05:09:10.037Z | Compiling zeroize v1.8.1 |
1221 | 2024-11-19T05:09:10.281Z | Compiling yoke-derive v0.7.4 |
1222 | 2024-11-19T05:09:10.429Z | Compiling thiserror-impl v1.0.69 |
1223 | 2024-11-19T05:09:10.799Z | Compiling zerocopy v0.7.35 |
1224 | 2024-11-19T05:09:10.905Z | Compiling futures-macro v0.3.31 |
1225 | 2024-11-19T05:09:11.820Z | Compiling crypto-common v0.1.6 |
1226 | 2024-11-19T05:09:12.066Z | Compiling block-buffer v0.10.4 |
1227 | 2024-11-19T05:09:12.373Z | Compiling digest v0.10.7 |
1228 | 2024-11-19T05:09:12.494Z | Compiling zerovec-derive v0.10.3 |
1229 | 2024-11-19T05:09:12.723Z | Compiling block-padding v0.3.3 |
1230 | 2024-11-19T05:09:12.862Z | Compiling hmac v0.12.1 |
1231 | 2024-11-19T05:09:13.014Z | Compiling futures-util v0.3.31 |
1232 | 2024-11-19T05:09:13.016Z | Compiling displaydoc v0.2.5 |
1233 | 2024-11-19T05:09:13.028Z | Compiling zerofrom v0.1.4 |
1234 | 2024-11-19T05:09:13.100Z | Compiling inout v0.1.3 |
1235 | 2024-11-19T05:09:13.268Z | Compiling sha2 v0.10.8 |
1236 | 2024-11-19T05:09:13.379Z | Compiling yoke v0.7.4 |
1237 | 2024-11-19T05:09:13.397Z | Compiling cipher v0.4.4 |
1238 | 2024-11-19T05:09:13.738Z | Compiling ppv-lite86 v0.2.20 |
1239 | 2024-11-19T05:09:13.919Z | Compiling der_derive v0.7.3 |
1240 | 2024-11-19T05:09:13.938Z | Compiling thiserror v1.0.69 |
1241 | 2024-11-19T05:09:14.076Z | Compiling icu_provider_macros v1.5.0 |
1242 | 2024-11-19T05:09:14.633Z | Compiling rand_chacha v0.3.1 |
1243 | 2024-11-19T05:09:14.692Z | Compiling tracing-attributes v0.1.27 |
1244 | 2024-11-19T05:09:15.221Z | Compiling zerovec v0.10.4 |
1245 | 2024-11-19T05:09:15.289Z | Compiling rand v0.8.5 |
1246 | 2024-11-19T05:09:16.423Z | Compiling der v0.7.9 |
1247 | 2024-11-19T05:09:16.869Z | Compiling pest v2.7.14 |
1248 | 2024-11-19T05:09:17.075Z | Compiling tinystr v0.7.6 |
1249 | 2024-11-19T05:09:17.425Z | Compiling icu_collections v1.5.0 |
1250 | 2024-11-19T05:09:17.500Z | Compiling icu_locid v1.5.0 |
1251 | 2024-11-19T05:09:17.556Z | Compiling salsa20 v0.10.2 |
1252 | 2024-11-19T05:09:17.784Z | Compiling pbkdf2 v0.12.2 |
1253 | 2024-11-19T05:09:17.964Z | Compiling time-core v0.1.2 |
1254 | 2024-11-19T05:09:18.149Z | Compiling vcpkg v0.2.15 |
1255 | 2024-11-19T05:09:18.490Z | Compiling tracing v0.1.40 |
1256 | 2024-11-19T05:09:18.880Z | Compiling icu_provider v1.5.0 |
1257 | 2024-11-19T05:09:19.013Z | Compiling spki v0.7.3 |
1258 | 2024-11-19T05:09:19.148Z | Compiling untrusted v0.9.0 |
1259 | 2024-11-19T05:09:19.335Z | Compiling mirai-annotations v1.12.0 |
1260 | 2024-11-19T05:09:19.387Z | Compiling icu_properties_data v1.5.0 |
1261 | 2024-11-19T05:09:19.519Z | Compiling num-conv v0.1.0 |
1262 | 2024-11-19T05:09:19.645Z | Compiling icu_locid_transform v1.5.0 |
1263 | 2024-11-19T05:09:19.820Z | Compiling time-macros v0.2.18 |
1264 | 2024-11-19T05:09:19.923Z | Compiling pest_meta v2.7.14 |
1265 | 2024-11-19T05:09:19.997Z | Compiling scrypt v0.11.0 |
1266 | 2024-11-19T05:09:20.025Z | Compiling cbc v0.1.2 |
1267 | 2024-11-19T05:09:20.264Z | Compiling aes v0.8.4 |
1268 | 2024-11-19T05:09:20.385Z | Compiling openssl-sys v0.9.104 |
1269 | 2024-11-19T05:09:20.585Z | Compiling deranged v0.3.11 |
1270 | 2024-11-19T05:09:21.504Z | Compiling icu_properties v1.5.1 |
1271 | 2024-11-19T05:09:22.394Z | Compiling bitflags v2.6.0 |
1272 | 2024-11-19T05:09:22.599Z | Compiling bytes v1.8.0 |
1273 | 2024-11-19T05:09:23.131Z | Compiling indexmap v2.6.0 |
1274 | 2024-11-19T05:09:23.190Z | Compiling semver v1.0.23 |
1275 | 2024-11-19T05:09:23.737Z | Compiling tokio v1.40.0 |
1276 | 2024-11-19T05:09:23.930Z | Compiling http v1.1.0 |
1277 | 2024-11-19T05:09:23.960Z | Compiling rustc_version v0.4.1 |
1278 | 2024-11-19T05:09:24.607Z | Compiling scroll_derive v0.12.0 |
1279 | 2024-11-19T05:09:25.066Z | Compiling utf16_iter v1.0.5 |
1280 | 2024-11-19T05:09:25.268Z | Compiling icu_normalizer_data v1.5.0 |
1281 | 2024-11-19T05:09:25.375Z | Compiling atomic-waker v1.1.2 |
1282 | 2024-11-19T05:09:25.562Z | Compiling num_threads v0.1.7 |
1283 | 2024-11-19T05:09:25.695Z | Compiling utf8_iter v1.0.4 |
1284 | 2024-11-19T05:09:25.937Z | Compiling write16 v1.0.0 |
1285 | 2024-11-19T05:09:25.984Z | Compiling time v0.3.36 |
1286 | 2024-11-19T05:09:26.061Z | Compiling icu_normalizer v1.5.0 |
1287 | 2024-11-19T05:09:26.063Z | Compiling scroll v0.12.0 |
1288 | 2024-11-19T05:09:26.122Z | Compiling http-body v1.0.1 |
1289 | 2024-11-19T05:09:26.440Z | Compiling pkcs5 v0.7.1 |
1290 | 2024-11-19T05:09:26.458Z | Compiling pest_generator v2.7.14 |
1291 | 2024-11-19T05:09:26.478Z | Compiling form_urlencoded v1.2.1 |
1292 | 2024-11-19T05:09:26.591Z | Compiling try-lock v0.2.5 |
1293 | 2024-11-19T05:09:26.747Z | Compiling which v4.4.2 |
1294 | 2024-11-19T05:09:26.807Z | Compiling slog v2.7.0 |
1295 | 2024-11-19T05:09:27.411Z | Compiling goblin v0.8.2 |
1296 | 2024-11-19T05:09:27.744Z | Compiling pkcs8 v0.10.2 |
1297 | 2024-11-19T05:09:28.134Z | Compiling idna_adapter v1.2.0 |
1298 | 2024-11-19T05:09:28.215Z | Compiling want v0.3.1 |
1299 | 2024-11-19T05:09:28.349Z | Compiling httpdate v1.0.3 |
1300 | 2024-11-19T05:09:28.455Z | Compiling idna v1.0.3 |
1301 | 2024-11-19T05:09:28.535Z | Compiling pest_derive v2.7.14 |
1302 | 2024-11-19T05:09:28.823Z | Compiling uuid v1.11.0 |
1303 | 2024-11-19T05:09:29.307Z | Compiling serde_tokenstream v0.2.2 |
1304 | 2024-11-19T05:09:29.330Z | Compiling dtrace-parser v0.2.0 |
1305 | 2024-11-19T05:09:29.925Z | Compiling toml_datetime v0.6.8 |
1306 | 2024-11-19T05:09:30.290Z | Compiling serde_spanned v0.6.8 |
1307 | 2024-11-19T05:09:30.292Z | Compiling base64 v0.22.1 |
1308 | 2024-11-19T05:09:30.450Z | Compiling tower-service v0.3.3 |
1309 | 2024-11-19T05:09:30.534Z | Compiling adler2 v2.0.0 |
1310 | 2024-11-19T05:09:30.583Z | Compiling rustversion v1.0.17 |
1311 | 2024-11-19T05:09:30.737Z | Compiling match_cfg v0.1.0 |
1312 | 2024-11-19T05:09:30.834Z | Compiling foreign-types-shared v0.1.1 |
1313 | 2024-11-19T05:09:30.950Z | Compiling iana-time-zone v0.1.61 |
1314 | 2024-11-19T05:09:31.055Z | Compiling openssl v0.10.68 |
1315 | 2024-11-19T05:09:31.258Z | Compiling chrono v0.4.38 |
1316 | 2024-11-19T05:09:31.362Z | Compiling foreign-types v0.3.2 |
1317 | 2024-11-19T05:09:31.387Z | Compiling hostname v0.3.1 |
1318 | 2024-11-19T05:09:31.460Z | Compiling miniz_oxide v0.8.0 |
1319 | 2024-11-19T05:09:31.509Z | Compiling url v2.5.3 |
1320 | 2024-11-19T05:09:31.620Z | Compiling async-trait v0.1.83 |
1321 | 2024-11-19T05:09:32.947Z | Compiling tokio-util v0.7.12 |
1322 | 2024-11-19T05:09:33.040Z | Compiling openssl-macros v0.1.1 |
1323 | 2024-11-19T05:09:33.548Z | Compiling dof v0.3.0 |
1324 | 2024-11-19T05:09:33.805Z | Compiling dirs-sys-next v0.1.2 |
1325 | 2024-11-19T05:09:34.358Z | Compiling h2 v0.4.6 |
1326 | 2024-11-19T05:09:34.377Z | Compiling usdt-impl v0.5.0 |
1327 | 2024-11-19T05:09:34.449Z | Compiling native-tls v0.2.12 |
1328 | 2024-11-19T05:09:34.778Z | Compiling siphasher v0.3.11 |
1329 | 2024-11-19T05:09:35.096Z | Compiling rustls v0.22.4 |
1330 | 2024-11-19T05:09:35.167Z | Compiling data-encoding v2.6.0 |
1331 | 2024-11-19T05:09:35.358Z | Compiling rustls v0.23.14 |
1332 | 2024-11-19T05:09:35.629Z | Compiling syn v1.0.109 |
1333 | 2024-11-19T05:09:35.765Z | Compiling dirs-next v2.0.0 |
1334 | 2024-11-19T05:09:36.323Z | Compiling http-body-util v0.1.2 |
1335 | 2024-11-19T05:09:36.875Z | Compiling crossbeam-epoch v0.9.18 |
1336 | 2024-11-19T05:09:37.412Z | Compiling heapless v0.7.17 |
1337 | 2024-11-19T05:09:37.585Z | Compiling signature v2.2.0 |
1338 | 2024-11-19T05:09:37.707Z | Compiling sha1 v0.10.6 |
1339 | 2024-11-19T05:09:37.844Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1340 | 2024-11-19T05:09:37.866Z | Compiling serde_derive_internals v0.29.1 |
1341 | 2024-11-19T05:09:37.896Z | Compiling thread_local v1.1.8 |
1342 | 2024-11-19T05:09:38.136Z | Compiling multer v3.1.0 |
1343 | 2024-11-19T05:09:38.335Z | Compiling encoding_rs v0.8.34 |
1344 | 2024-11-19T05:09:38.416Z | Compiling cookie v0.18.1 |
1345 | 2024-11-19T05:09:38.419Z | Compiling mime v0.3.17 |
1346 | 2024-11-19T05:09:38.678Z | Compiling openssl-probe v0.1.5 |
1347 | 2024-11-19T05:09:39.043Z | Compiling rayon-core v1.12.1 |
1348 | 2024-11-19T05:09:39.059Z | Compiling schemars v0.8.21 |
1349 | 2024-11-19T05:09:39.298Z | Compiling ipnet v2.10.1 |
1350 | 2024-11-19T05:09:39.322Z | Compiling signal-hook v0.3.17 |
1351 | 2024-11-19T05:09:39.362Z | Compiling gimli v0.31.1 |
1352 | 2024-11-19T05:09:39.576Z | Compiling slog-async v2.8.0 |
1353 | 2024-11-19T05:09:40.094Z | Compiling unicode-properties v0.1.3 |
1354 | 2024-11-19T05:09:40.508Z | Compiling stringprep v0.1.5 |
1355 | 2024-11-19T05:09:40.648Z | Compiling schemars_derive v0.8.21 |
1356 | 2024-11-19T05:09:40.805Z | Compiling toml_edit v0.22.22 |
1357 | 2024-11-19T05:09:41.799Z | Compiling hyper v1.5.0 |
1358 | 2024-11-19T05:09:43.958Z | Compiling addr2line v0.24.2 |
1359 | 2024-11-19T05:09:44.564Z | Compiling hyper-util v0.1.10 |
1360 | 2024-11-19T05:09:44.625Z | Compiling usdt-attr-macro v0.5.0 |
1361 | 2024-11-19T05:09:44.755Z | Compiling usdt-macro v0.5.0 |
1362 | 2024-11-19T05:09:45.114Z | Compiling crossbeam-deque v0.8.5 |
1363 | 2024-11-19T05:09:45.463Z | Compiling term v0.7.0 |
1364 | 2024-11-19T05:09:45.876Z | Compiling slog-json v2.6.1 |
1365 | 2024-11-19T05:09:46.204Z | Compiling serde_urlencoded v0.7.1 |
1366 | 2024-11-19T05:09:46.234Z | Compiling crossbeam-channel v0.5.13 |
1367 | 2024-11-19T05:09:46.275Z | Compiling curve25519-dalek v4.1.3 |
1368 | 2024-11-19T05:09:46.741Z | Compiling futures-executor v0.3.31 |
1369 | 2024-11-19T05:09:46.894Z | Compiling md-5 v0.10.6 |
1370 | 2024-11-19T05:09:46.941Z | Compiling rustls-pemfile v2.2.0 |
1371 | 2024-11-19T05:09:47.200Z | Compiling enum-as-inner v0.6.1 |
1372 | 2024-11-19T05:09:47.332Z | Compiling async-stream-impl v0.3.6 |
1373 | 2024-11-19T05:09:47.383Z | Compiling num-integer v0.1.46 |
1374 | 2024-11-19T05:09:47.437Z | Compiling idna v0.3.0 |
1375 | 2024-11-19T05:09:47.698Z | Compiling idna v0.4.0 |
1376 | 2024-11-19T05:09:48.206Z | Compiling hash32 v0.2.1 |
1377 | 2024-11-19T05:09:48.290Z | Compiling ff v0.13.0 |
1378 | 2024-11-19T05:09:48.504Z | Compiling is-terminal v0.4.13 |
1379 | 2024-11-19T05:09:48.588Z | Compiling object v0.36.5 |
1380 | 2024-11-19T05:09:48.632Z | Compiling dropshot v0.12.0 |
1381 | 2024-11-19T05:09:48.696Z | Compiling psl-types v2.0.11 |
1382 | 2024-11-19T05:09:48.881Z | Compiling fallible-iterator v0.2.0 |
1383 | 2024-11-19T05:09:48.902Z | Compiling num-bigint-dig v0.8.4 |
1384 | 2024-11-19T05:09:49.137Z | Compiling take_mut v0.2.2 |
1385 | 2024-11-19T05:09:49.183Z | Compiling base16ct v0.2.0 |
1386 | 2024-11-19T05:09:49.261Z | Compiling portable-atomic v1.9.0 |
1387 | 2024-11-19T05:09:49.293Z | Compiling rustc-demangle v0.1.24 |
1388 | 2024-11-19T05:09:49.295Z | Compiling dyn-clone v1.0.17 |
1389 | 2024-11-19T05:09:49.494Z | Compiling quick-error v1.2.3 |
1390 | 2024-11-19T05:09:49.524Z | Compiling anyhow v1.0.93 |
1391 | 2024-11-19T05:09:49.600Z | Compiling utf-8 v0.7.6 |
1392 | 2024-11-19T05:09:49.652Z | Compiling linked-hash-map v0.5.6 |
1393 | 2024-11-19T05:09:49.939Z | Compiling smoltcp v0.9.1 |
1394 | 2024-11-19T05:09:50.032Z | Compiling lru-cache v0.1.2 |
1395 | 2024-11-19T05:09:50.234Z | Compiling tungstenite v0.24.0 |
1396 | 2024-11-19T05:09:50.274Z | Compiling resolv-conf v0.7.0 |
1397 | 2024-11-19T05:09:50.365Z | Compiling postgres-protocol v0.6.7 |
1398 | 2024-11-19T05:09:50.663Z | Compiling sec1 v0.7.3 |
1399 | 2024-11-19T05:09:51.329Z | Compiling publicsuffix v2.2.3 |
1400 | 2024-11-19T05:09:51.602Z | Compiling async-stream v0.3.6 |
1401 | 2024-11-19T05:09:51.771Z | Compiling slog-term v2.9.1 |
1402 | 2024-11-19T05:09:51.916Z | Compiling usdt v0.5.0 |
1403 | 2024-11-19T05:09:52.478Z | Compiling hickory-proto v0.24.1 |
1404 | 2024-11-19T05:09:52.586Z | Compiling group v0.13.0 |
1405 | 2024-11-19T05:09:52.901Z | Compiling num-iter v0.1.45 |
1406 | 2024-11-19T05:09:53.098Z | Compiling futures v0.3.31 |
1407 | 2024-11-19T05:09:53.222Z | Compiling slog-bunyan v2.5.0 |
1408 | 2024-11-19T05:09:53.591Z | Compiling toml v0.8.19 |
1409 | 2024-11-19T05:09:54.393Z | Compiling tokio-native-tls v0.3.1 |
1410 | 2024-11-19T05:09:55.020Z | Compiling camino v1.1.9 |
1411 | 2024-11-19T05:09:55.404Z | Compiling phf_shared v0.11.2 |
1412 | 2024-11-19T05:09:55.727Z | Compiling dropshot_endpoint v0.12.0 |
1413 | 2024-11-19T05:09:55.780Z | Compiling terminal_size v0.4.0 |
1414 | 2024-11-19T05:09:55.799Z | Compiling waitgroup v0.1.2 |
1415 | 2024-11-19T05:09:55.986Z | Compiling backtrace v0.3.74 |
1416 | 2024-11-19T05:09:56.007Z | Compiling openapiv3 v2.0.0 |
1417 | 2024-11-19T05:09:56.025Z | Compiling serde_path_to_error v0.1.16 |
1418 | 2024-11-19T05:09:56.641Z | Compiling hkdf v0.12.4 |
1419 | 2024-11-19T05:09:56.908Z | Compiling crypto-bigint v0.5.5 |
1420 | 2024-11-19T05:09:56.911Z | Compiling webpki-roots v0.26.6 |
1421 | 2024-11-19T05:09:57.146Z | Compiling zerocopy-derive v0.6.6 |
1422 | 2024-11-19T05:09:59.419Z | Compiling curve25519-dalek-derive v0.1.1 |
1423 | 2024-11-19T05:09:59.515Z | Compiling hubpack_derive v0.1.1 |
1424 | 2024-11-19T05:09:59.734Z | Compiling idna v0.5.0 |
1425 | 2024-11-19T05:10:00.387Z | Compiling hostname v0.4.0 |
1426 | 2024-11-19T05:10:00.481Z | Compiling crc32fast v1.4.2 |
1427 | 2024-11-19T05:10:00.500Z | Compiling fs-err v2.11.0 |
1428 | 2024-11-19T05:10:00.645Z | Compiling ahash v0.8.11 |
1429 | 2024-11-19T05:10:00.786Z | Compiling winnow v0.5.40 |
1430 | 2024-11-19T05:10:00.823Z | Compiling managed v0.8.0 |
1431 | 2024-11-19T05:10:00.972Z | Compiling bitflags v1.3.2 |
1432 | 2024-11-19T05:10:00.991Z | Compiling debug-ignore v1.0.5 |
1433 | 2024-11-19T05:10:01.079Z | Compiling clap_builder v4.5.21 |
1434 | 2024-11-19T05:10:01.329Z | Compiling console v0.15.8 |
1435 | 2024-11-19T05:10:03.017Z | Compiling strum_macros v0.25.3 |
1436 | 2024-11-19T05:10:03.201Z | Compiling flate2 v1.0.34 |
1437 | 2024-11-19T05:10:03.232Z | Compiling cookie_store v0.21.0 |
1438 | 2024-11-19T05:10:03.433Z | Compiling hubpack v0.1.2 |
1439 | 2024-11-19T05:10:03.873Z | Compiling elliptic-curve v0.13.8 |
1440 | 2024-11-19T05:10:04.204Z | Compiling zerocopy v0.6.6 |
1441 | 2024-11-19T05:10:04.610Z | Compiling toml_edit v0.19.15 |
1442 | 2024-11-19T05:10:04.723Z | Compiling hickory-resolver v0.24.1 |
1443 | 2024-11-19T05:10:05.074Z | Compiling phf v0.11.2 |
1444 | 2024-11-19T05:10:05.383Z | Compiling signal-hook-mio v0.2.4 |
1445 | 2024-11-19T05:10:05.558Z | Compiling hyper-tls v0.6.0 |
1446 | 2024-11-19T05:10:05.746Z | Compiling rayon v1.10.0 |
1447 | 2024-11-19T05:10:05.980Z | Compiling bzip2 v0.4.4 |
1448 | 2024-11-19T05:10:07.218Z | Compiling tokio-tungstenite v0.24.0 |
1449 | 2024-11-19T05:10:07.741Z | Compiling postgres-types v0.2.8 |
1450 | 2024-11-19T05:10:09.479Z | Compiling ed25519 v2.2.3 |
1451 | 2024-11-19T05:10:10.581Z | Compiling phf_shared v0.10.0 |
1452 | 2024-11-19T05:10:10.700Z | Compiling tokio-stream v0.1.16 |
1453 | 2024-11-19T05:10:10.720Z | Compiling pkcs1 v0.7.5 |
1454 | 2024-11-19T05:10:10.981Z | Compiling serde-big-array v0.5.1 |
1455 | 2024-11-19T05:10:11.225Z | Compiling rfc6979 v0.4.0 |
1456 | 2024-11-19T05:10:11.369Z | Compiling derive-where v1.2.7 |
1457 | 2024-11-19T05:10:11.417Z | Compiling serde_repr v0.1.19 |
1458 | 2024-11-19T05:10:11.438Z | Compiling clap_derive v4.5.18 |
1459 | 2024-11-19T05:10:11.756Z | Compiling float-cmp v0.9.0 |
1460 | 2024-11-19T05:10:11.776Z | Compiling bstr v1.10.0 |
1461 | 2024-11-19T05:10:11.971Z | Compiling sync_wrapper v1.0.1 |
1462 | 2024-11-19T05:10:12.166Z | Compiling fixedbitset v0.4.2 |
1463 | 2024-11-19T05:10:12.659Z | Compiling static_assertions v1.1.0 |
1464 | 2024-11-19T05:10:12.688Z | Compiling number_prefix v0.4.0 |
1465 | 2024-11-19T05:10:12.752Z | Compiling normalize-line-endings v0.3.0 |
1466 | 2024-11-19T05:10:12.772Z | Compiling precomputed-hash v0.1.1 |
1467 | 2024-11-19T05:10:12.884Z | Compiling new_debug_unreachable v1.0.6 |
1468 | 2024-11-19T05:10:12.905Z | Compiling unicode-segmentation v1.12.0 |
1469 | 2024-11-19T05:10:12.924Z | Compiling predicates-core v1.0.8 |
1470 | 2024-11-19T05:10:12.990Z | Compiling difflib v0.4.0 |
1471 | 2024-11-19T05:10:13.275Z | Compiling bit-vec v0.6.3 |
1472 | 2024-11-19T05:10:13.602Z | Compiling whoami v1.5.2 |
1473 | 2024-11-19T05:10:13.728Z | Compiling unicode-width v0.2.0 |
1474 | 2024-11-19T05:10:13.791Z | Compiling bit-set v0.5.3 |
1475 | 2024-11-19T05:10:14.096Z | Compiling tokio-postgres v0.7.12 |
1476 | 2024-11-19T05:10:14.258Z | Compiling indicatif v0.17.9 |
1477 | 2024-11-19T05:10:14.278Z | Compiling similar v2.6.0 |
1478 | 2024-11-19T05:10:14.630Z | Compiling predicates v3.1.2 |
1479 | 2024-11-19T05:10:15.032Z | Compiling string_cache v0.8.7 |
1480 | 2024-11-19T05:10:15.511Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1481 | 2024-11-19T05:10:16.430Z | Compiling petgraph v0.6.5 |
1482 | 2024-11-19T05:10:16.516Z | Compiling ecdsa v0.16.9 |
1483 | 2024-11-19T05:10:16.642Z | Compiling clap v4.5.21 |
1484 | 2024-11-19T05:10:16.669Z | Compiling rsa v0.9.6 |
1485 | 2024-11-19T05:10:16.767Z | Compiling ed25519-dalek v2.1.1 |
1486 | 2024-11-19T05:10:17.448Z | Compiling toml v0.7.8 |
1487 | 2024-11-19T05:10:18.113Z | Compiling zip v0.6.6 |
1488 | 2024-11-19T05:10:19.220Z | Compiling crossterm v0.28.1 |
1489 | 2024-11-19T05:10:20.446Z | Compiling hex v0.4.3 |
1490 | 2024-11-19T05:10:20.679Z | Compiling x509-cert v0.2.5 |
1491 | 2024-11-19T05:10:20.766Z | Compiling itertools v0.10.5 |
1492 | 2024-11-19T05:10:21.038Z | Compiling unicode-xid v0.2.6 |
1493 | 2024-11-19T05:10:21.068Z | Compiling peg-runtime v0.8.3 |
1494 | 2024-11-19T05:10:21.212Z | Compiling lalrpop-util v0.19.12 |
1495 | 2024-11-19T05:10:21.548Z | Compiling strum_macros v0.26.4 |
1496 | 2024-11-19T05:10:21.734Z | Compiling xattr v1.3.1 |
1497 | 2024-11-19T05:10:21.995Z | Compiling filetime v0.2.25 |
1498 | 2024-11-19T05:10:22.352Z | Compiling tar v0.4.43 |
1499 | 2024-11-19T05:10:26.759Z | Compiling strum v0.26.3 |
1500 | 2024-11-19T05:10:29.272Z | Compiling aws-lc-sys v0.22.0 |
1501 | 2024-11-19T05:10:56.736Z | Compiling rustls-webpki v0.102.8 |
1502 | 2024-11-19T05:11:00.175Z | Compiling tokio-rustls v0.25.0 |
1503 | 2024-11-19T05:11:01.777Z | Compiling tokio-rustls v0.26.0 |
1504 | 2024-11-19T05:11:02.130Z | Compiling hyper-rustls v0.27.3 |
1505 | 2024-11-19T05:11:02.458Z | Compiling reqwest v0.12.9 |
1506 | 2024-11-19T05:11:03.791Z | Compiling qorb v0.2.0 |
1507 | 2024-11-19T05:11:08.394Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1508 | 2024-11-19T05:11:08.623Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1509 | 2024-11-19T05:11:14.263Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
1510 | 2024-11-19T05:11:14.419Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1511 | 2024-11-19T05:11:14.466Z | Nov 19 05:11:13.545 INFO Starting download, target: Clickhouse |
1512 | 2024-11-19T05:11:14.466Z | Nov 19 05:11:13.545 INFO Starting download, target: Console |
1513 | 2024-11-19T05:11:14.469Z | Nov 19 05:11:13.545 INFO Starting download, target: Cockroach |
1514 | 2024-11-19T05:11:14.469Z | Nov 19 05:11:13.545 INFO Starting download, target: DendriteOpenapi |
1515 | 2024-11-19T05:11:14.469Z | Nov 19 05:11:13.545 INFO Starting download, target: DendriteStub |
1516 | 2024-11-19T05:11:14.469Z | Nov 19 05:11:13.545 INFO Starting download, target: MaghemiteMgd |
1517 | 2024-11-19T05:11:14.469Z | Nov 19 05:11:13.545 INFO Starting download, target: TransceiverControl |
1518 | 2024-11-19T05:11:14.469Z | Nov 19 05:11:13.546 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi |
1519 | 2024-11-19T05:11:14.469Z | Nov 19 05:11:13.546 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1520 | 2024-11-19T05:11:14.469Z | Nov 19 05:11:13.546 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1521 | 2024-11-19T05:11:14.469Z | Nov 19 05:11:13.546 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1522 | 2024-11-19T05:11:14.469Z | Nov 19 05:11:13.546 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1523 | 2024-11-19T05:11:14.469Z | Nov 19 05:11:13.546 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1524 | 2024-11-19T05:11:14.469Z | Nov 19 05:11:13.546 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1525 | 2024-11-19T05:11:14.705Z | Nov 19 05:11:13.775 INFO Download complete, target: DendriteOpenapi |
1526 | 2024-11-19T05:11:14.854Z | Nov 19 05:11:13.907 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1527 | 2024-11-19T05:11:15.053Z | Nov 19 05:11:14.130 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1528 | 2024-11-19T05:11:15.395Z | Nov 19 05:11:14.460 INFO Download complete, target: Console |
1529 | 2024-11-19T05:11:15.445Z | Nov 19 05:11:14.515 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1530 | 2024-11-19T05:11:15.517Z | Nov 19 05:11:14.584 INFO Download complete, target: TransceiverControl |
1531 | 2024-11-19T05:11:15.668Z | Nov 19 05:11:14.747 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1532 | 2024-11-19T05:11:16.035Z | Nov 19 05:11:15.114 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1533 | 2024-11-19T05:11:16.038Z | Nov 19 05:11:15.114 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1534 | 2024-11-19T05:11:16.310Z | Nov 19 05:11:15.389 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1535 | 2024-11-19T05:11:18.158Z | Nov 19 05:11:17.237 INFO Download complete, target: DendriteStub |
1536 | 2024-11-19T05:11:18.462Z | Nov 19 05:11:17.541 INFO Download complete, target: MaghemiteMgd |
1537 | 2024-11-19T05:11:23.256Z | Nov 19 05:11:22.333 INFO Checking that binary works, target: Cockroach |
1538 | 2024-11-19T05:11:23.410Z | Nov 19 05:11:22.489 INFO Download complete, target: Cockroach |
1539 | 2024-11-19T05:11:28.380Z | Nov 19 05:11:27.459 INFO Checking that binary works, target: Clickhouse |
1540 | 2024-11-19T05:11:28.523Z | Nov 19 05:11:27.601 INFO Download complete, target: Clickhouse |
1541 | 2024-11-19T05:11:28.530Z | All prerequisites installed successfully |
1542 | 2024-11-19T05:11:28.532Z | |
1543 | 2024-11-19T05:11:28.532Z | real 5:14.868450740 |
1544 | 2024-11-19T05:11:28.532Z | user 16:23.097227082 |
1545 | 2024-11-19T05:11:28.532Z | sys 3:13.039788641 |
1546 | 2024-11-19T05:11:28.532Z | trap 0.531306130 |
1547 | 2024-11-19T05:11:28.532Z | tflt 1.520872378 |
1548 | 2024-11-19T05:11:28.532Z | dflt 2.182206974 |
1549 | 2024-11-19T05:11:28.533Z | kflt 0.021259117 |
1550 | 2024-11-19T05:11:28.533Z | lock 30:14.349785643 |
1551 | 2024-11-19T05:11:28.533Z | slp 1:02:13.648277447 |
1552 | 2024-11-19T05:11:28.533Z | lat 57.716170123 |
1553 | 2024-11-19T05:11:28.533Z | stop 2:15.266515999 |
1554 | 2024-11-19T05:11:28.533Z | + ptime -m cargo xtask download softnpu |
1555 | 2024-11-19T05:11:29.025Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1556 | 2024-11-19T05:11:29.041Z | Running `target/debug/xtask download softnpu` |
1557 | 2024-11-19T05:11:29.816Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1558 | 2024-11-19T05:11:29.868Z | Running `target/debug/xtask-downloader softnpu` |
1559 | 2024-11-19T05:11:29.902Z | Nov 19 05:11:28.980 INFO Starting download, target: Softnpu |
1560 | 2024-11-19T05:11:29.904Z | Nov 19 05:11:28.981 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1561 | 2024-11-19T05:11:30.611Z | Nov 19 05:11:29.689 INFO Download complete, target: Softnpu |
1562 | 2024-11-19T05:11:30.614Z | |
1563 | 2024-11-19T05:11:30.617Z | real 2.077861465 |
1564 | 2024-11-19T05:11:30.617Z | user 1.202297321 |
1565 | 2024-11-19T05:11:30.617Z | sys 0.492537635 |
1566 | 2024-11-19T05:11:30.617Z | trap 0.000249243 |
1567 | 2024-11-19T05:11:30.617Z | tflt 0.000003209 |
1568 | 2024-11-19T05:11:30.617Z | dflt 0.000001510 |
1569 | 2024-11-19T05:11:30.617Z | kflt 0.000000000 |
1570 | 2024-11-19T05:11:30.617Z | lock 7.412686711 |
1571 | 2024-11-19T05:11:30.617Z | slp 0.531551654 |
1572 | 2024-11-19T05:11:30.617Z | lat 0.062503797 |
1573 | 2024-11-19T05:11:30.617Z | stop 0.000161526 |
1574 | 2024-11-19T05:11:30.617Z | + export CARGO_INCREMENTAL=0 |
1575 | 2024-11-19T05:11:30.617Z | + CARGO_INCREMENTAL=0 |
1576 | 2024-11-19T05:11:30.617Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1577 | 2024-11-19T05:11:31.572Z | Compiling proc-macro2 v1.0.89 |
1578 | 2024-11-19T05:11:31.572Z | Compiling unicode-ident v1.0.13 |
1579 | 2024-11-19T05:11:31.572Z | Compiling libc v0.2.162 |
1580 | 2024-11-19T05:11:31.572Z | Compiling serde v1.0.215 |
1581 | 2024-11-19T05:11:31.575Z | Compiling autocfg v1.4.0 |
1582 | 2024-11-19T05:11:31.575Z | Compiling version_check v0.9.5 |
1583 | 2024-11-19T05:11:31.706Z | Compiling cfg-if v1.0.0 |
1584 | 2024-11-19T05:11:31.849Z | Compiling memchr v2.7.4 |
1585 | 2024-11-19T05:11:31.892Z | Compiling typenum v1.17.0 |
1586 | 2024-11-19T05:11:31.999Z | Compiling shlex v1.3.0 |
1587 | 2024-11-19T05:11:32.225Z | Compiling value-bag v1.9.0 |
1588 | 2024-11-19T05:11:32.372Z | Compiling scopeguard v1.2.0 |
1589 | 2024-11-19T05:11:32.524Z | Compiling generic-array v0.14.7 |
1590 | 2024-11-19T05:11:32.556Z | Compiling lock_api v0.4.12 |
1591 | 2024-11-19T05:11:32.761Z | Compiling log v0.4.22 |
1592 | 2024-11-19T05:11:32.806Z | Compiling parking_lot_core v0.9.10 |
1593 | 2024-11-19T05:11:33.199Z | Compiling serde_json v1.0.132 |
1594 | 2024-11-19T05:11:33.216Z | Compiling once_cell v1.20.2 |
1595 | 2024-11-19T05:11:33.446Z | Compiling quote v1.0.37 |
1596 | 2024-11-19T05:11:33.495Z | Compiling rustix v0.38.37 |
1597 | 2024-11-19T05:11:33.585Z | Compiling thiserror v1.0.69 |
1598 | 2024-11-19T05:11:33.602Z | Compiling libm v0.2.8 |
1599 | 2024-11-19T05:11:33.920Z | Compiling syn v2.0.87 |
1600 | 2024-11-19T05:11:33.923Z | Compiling jobserver v0.1.32 |
1601 | 2024-11-19T05:11:33.998Z | Compiling getrandom v0.2.15 |
1602 | 2024-11-19T05:11:34.091Z | Compiling num-traits v0.2.19 |
1603 | 2024-11-19T05:11:34.136Z | Compiling itoa v1.0.11 |
1604 | 2024-11-19T05:11:34.207Z | Compiling spin v0.9.8 |
1605 | 2024-11-19T05:11:34.340Z | Compiling cc v1.1.30 |
1606 | 2024-11-19T05:11:34.359Z | Compiling aho-corasick v1.1.3 |
1607 | 2024-11-19T05:11:34.359Z | Compiling regex-syntax v0.8.5 |
1608 | 2024-11-19T05:11:34.533Z | Compiling slab v0.4.9 |
1609 | 2024-11-19T05:11:34.840Z | Compiling byteorder v1.5.0 |
1610 | 2024-11-19T05:11:34.976Z | Compiling errno v0.3.9 |
1611 | 2024-11-19T05:11:35.283Z | Compiling rand_core v0.6.4 |
1612 | 2024-11-19T05:11:35.320Z | Compiling either v1.13.0 |
1613 | 2024-11-19T05:11:35.506Z | Compiling lazy_static v1.5.0 |
1614 | 2024-11-19T05:11:35.679Z | Compiling glob v0.3.1 |
1615 | 2024-11-19T05:11:36.139Z | Compiling prettyplease v0.2.25 |
1616 | 2024-11-19T05:11:36.537Z | Compiling clang-sys v1.8.1 |
1617 | 2024-11-19T05:11:36.804Z | Compiling minimal-lexical v0.2.1 |
1618 | 2024-11-19T05:11:36.871Z | Compiling libloading v0.8.5 |
1619 | 2024-11-19T05:11:37.213Z | Compiling nom v7.1.3 |
1620 | 2024-11-19T05:11:37.252Z | Compiling subtle v2.6.1 |
1621 | 2024-11-19T05:11:37.298Z | Compiling home v0.5.9 |
1622 | 2024-11-19T05:11:37.577Z | Compiling allocator-api2 v0.2.18 |
1623 | 2024-11-19T05:11:37.786Z | Compiling bindgen v0.69.5 |
1624 | 2024-11-19T05:11:37.960Z | Compiling itertools v0.12.1 |
1625 | 2024-11-19T05:11:38.209Z | Compiling regex-automata v0.4.8 |
1626 | 2024-11-19T05:11:38.376Z | Compiling rustc-hash v1.1.0 |
1627 | 2024-11-19T05:11:38.526Z | Compiling smallvec v1.13.2 |
1628 | 2024-11-19T05:11:38.714Z | Compiling semver v1.0.23 |
1629 | 2024-11-19T05:11:39.032Z | Compiling lazycell v1.3.0 |
1630 | 2024-11-19T05:11:39.163Z | Compiling cmake v0.1.51 |
1631 | 2024-11-19T05:11:39.393Z | Compiling dunce v1.0.5 |
1632 | 2024-11-19T05:11:39.531Z | Compiling fs_extra v1.3.0 |
1633 | 2024-11-19T05:11:40.635Z | Compiling cexpr v0.6.0 |
1634 | 2024-11-19T05:11:40.708Z | Compiling pkg-config v0.3.31 |
1635 | 2024-11-19T05:11:40.828Z | Compiling ring v0.17.8 |
1636 | 2024-11-19T05:11:41.171Z | Compiling pin-project-lite v0.2.14 |
1637 | 2024-11-19T05:11:41.311Z | Compiling ryu v1.0.18 |
1638 | 2024-11-19T05:11:41.473Z | Compiling const-oid v0.9.6 |
1639 | 2024-11-19T05:11:41.861Z | Compiling synstructure v0.13.1 |
1640 | 2024-11-19T05:11:42.041Z | Compiling paste v1.0.15 |
1641 | 2024-11-19T05:11:42.264Z | Compiling foldhash v0.1.3 |
1642 | 2024-11-19T05:11:42.560Z | Compiling equivalent v1.0.1 |
1643 | 2024-11-19T05:11:42.578Z | Compiling aws-lc-rs v1.10.0 |
1644 | 2024-11-19T05:11:42.679Z | Compiling httparse v1.9.5 |
1645 | 2024-11-19T05:11:42.995Z | Compiling hashbrown v0.15.0 |
1646 | 2024-11-19T05:11:43.347Z | Compiling heck v0.5.0 |
1647 | 2024-11-19T05:11:43.804Z | Compiling regex v1.11.1 |
1648 | 2024-11-19T05:11:43.986Z | Compiling schemars v0.8.21 |
1649 | 2024-11-19T05:11:44.342Z | Compiling serde_derive_internals v0.29.1 |
1650 | 2024-11-19T05:11:44.417Z | Compiling signal-hook-registry v1.4.2 |
1651 | 2024-11-19T05:11:44.702Z | Compiling parking_lot v0.12.3 |
1652 | 2024-11-19T05:11:44.822Z | Compiling mio v1.0.2 |
1653 | 2024-11-19T05:11:46.732Z | Compiling stable_deref_trait v1.2.0 |
1654 | 2024-11-19T05:11:46.782Z | Compiling crossbeam-utils v0.8.20 |
1655 | 2024-11-19T05:11:46.814Z | Compiling socket2 v0.5.7 |
1656 | 2024-11-19T05:11:46.847Z | Compiling futures-core v0.3.31 |
1657 | 2024-11-19T05:11:47.315Z | Compiling num-conv v0.1.0 |
1658 | 2024-11-19T05:11:47.438Z | Compiling serde_derive v1.0.215 |
1659 | 2024-11-19T05:11:47.576Z | Compiling zeroize_derive v1.4.2 |
1660 | 2024-11-19T05:11:47.608Z | Compiling zerocopy-derive v0.7.35 |
1661 | 2024-11-19T05:11:48.215Z | Compiling thiserror-impl v1.0.69 |
1662 | 2024-11-19T05:11:48.463Z | Compiling tokio-macros v2.4.0 |
1663 | 2024-11-19T05:11:48.805Z | Compiling zerofrom-derive v0.1.4 |
1664 | 2024-11-19T05:11:49.025Z | Compiling zeroize v1.8.1 |
1665 | 2024-11-19T05:11:49.386Z | Compiling yoke-derive v0.7.4 |
1666 | 2024-11-19T05:11:49.515Z | Compiling futures-macro v0.3.31 |
1667 | 2024-11-19T05:11:49.616Z | Compiling zerovec-derive v0.10.3 |
1668 | 2024-11-19T05:11:49.915Z | Compiling zerocopy v0.7.35 |
1669 | 2024-11-19T05:11:50.944Z | Compiling displaydoc v0.2.5 |
1670 | 2024-11-19T05:11:51.557Z | Compiling crypto-common v0.1.6 |
1671 | 2024-11-19T05:11:51.658Z | Compiling tracing-attributes v0.1.27 |
1672 | 2024-11-19T05:11:51.767Z | Compiling icu_provider_macros v1.5.0 |
1673 | 2024-11-19T05:11:52.067Z | Compiling block-buffer v0.10.4 |
1674 | 2024-11-19T05:11:52.307Z | Compiling digest v0.10.7 |
1675 | 2024-11-19T05:11:52.370Z | Compiling schemars_derive v0.8.21 |
1676 | 2024-11-19T05:11:52.426Z | Compiling der_derive v0.7.3 |
1677 | 2024-11-19T05:11:52.752Z | Compiling time-core v0.1.2 |
1678 | 2024-11-19T05:11:52.936Z | Compiling time-macros v0.2.18 |
1679 | 2024-11-19T05:11:53.078Z | Compiling vcpkg v0.2.15 |
1680 | 2024-11-19T05:11:53.415Z | Compiling fnv v1.0.7 |
1681 | 2024-11-19T05:11:54.776Z | Compiling openssl-sys v0.9.104 |
1682 | 2024-11-19T05:11:55.764Z | Compiling cpufeatures v0.2.14 |
1683 | 2024-11-19T05:11:55.855Z | Compiling futures-sink v0.3.31 |
1684 | 2024-11-19T05:11:55.938Z | Compiling slog v2.7.0 |
1685 | 2024-11-19T05:11:56.140Z | Compiling ahash v0.8.11 |
1686 | 2024-11-19T05:11:56.155Z | Compiling syn v1.0.109 |
1687 | 2024-11-19T05:11:56.565Z | Compiling zerofrom v0.1.4 |
1688 | 2024-11-19T05:11:56.831Z | Compiling scroll_derive v0.12.0 |
1689 | 2024-11-19T05:11:56.959Z | Compiling ucd-trie v0.1.7 |
1690 | 2024-11-19T05:11:56.995Z | Compiling iana-time-zone v0.1.61 |
1691 | 2024-11-19T05:11:57.294Z | Compiling pest v2.7.14 |
1692 | 2024-11-19T05:11:57.483Z | Compiling yoke v0.7.4 |
1693 | 2024-11-19T05:11:57.739Z | Compiling futures-channel v0.3.31 |
1694 | 2024-11-19T05:11:58.158Z | Compiling hmac v0.12.1 |
1695 | 2024-11-19T05:11:58.361Z | Compiling pin-utils v0.1.0 |
1696 | 2024-11-19T05:11:58.454Z | Compiling futures-io v0.3.31 |
1697 | 2024-11-19T05:11:58.473Z | Compiling openssl v0.10.68 |
1698 | 2024-11-19T05:11:58.491Z | Compiling futures-task v0.3.31 |
1699 | 2024-11-19T05:11:59.010Z | Compiling futures-util v0.3.31 |
1700 | 2024-11-19T05:11:59.173Z | Compiling zerovec v0.10.4 |
1701 | 2024-11-19T05:11:59.271Z | Compiling block-padding v0.3.3 |
1702 | 2024-11-19T05:11:59.505Z | Compiling tinyvec_macros v0.1.1 |
1703 | 2024-11-19T05:12:00.091Z | Compiling pest_meta v2.7.14 |
1704 | 2024-11-19T05:12:00.254Z | Compiling tinyvec v1.8.0 |
1705 | 2024-11-19T05:12:01.281Z | Compiling bitflags v2.6.0 |
1706 | 2024-11-19T05:12:01.386Z | Compiling bytes v1.8.0 |
1707 | 2024-11-19T05:12:03.413Z | Compiling indexmap v2.6.0 |
1708 | 2024-11-19T05:12:04.362Z | Compiling tokio v1.40.0 |
1709 | 2024-11-19T05:12:04.942Z | Compiling serde_tokenstream v0.2.2 |
1710 | 2024-11-19T05:12:05.379Z | Compiling http v1.1.0 |
1711 | 2024-11-19T05:12:05.538Z | Compiling uuid v1.11.0 |
1712 | 2024-11-19T05:12:06.140Z | Compiling which v4.4.2 |
1713 | 2024-11-19T05:12:06.955Z | Compiling rustc_version v0.4.1 |
1714 | 2024-11-19T05:12:07.230Z | Compiling chrono v0.4.38 |
1715 | 2024-11-19T05:12:09.901Z | Compiling pest_generator v2.7.14 |
1716 | 2024-11-19T05:12:10.179Z | Compiling serde_spanned v0.6.8 |
1717 | 2024-11-19T05:12:10.896Z | Compiling toml_datetime v0.6.8 |
1718 | 2024-11-19T05:12:11.398Z | Compiling inout v0.1.3 |
1719 | 2024-11-19T05:12:11.817Z | Compiling openssl-macros v0.1.1 |
1720 | 2024-11-19T05:12:12.666Z | Compiling rustls v0.23.14 |
1721 | 2024-11-19T05:12:12.945Z | Compiling native-tls v0.2.12 |
1722 | 2024-11-19T05:12:13.965Z | Compiling pest_derive v2.7.14 |
1723 | 2024-11-19T05:12:14.048Z | Compiling cipher v0.4.4 |
1724 | 2024-11-19T05:12:14.558Z | Compiling unicode-normalization v0.1.24 |
1725 | 2024-11-19T05:12:14.726Z | Compiling tinystr v0.7.6 |
1726 | 2024-11-19T05:12:14.872Z | Compiling sha2 v0.10.8 |
1727 | 2024-11-19T05:12:15.061Z | Compiling tracing-core v0.1.32 |
1728 | 2024-11-19T05:12:15.163Z | Compiling usdt-impl v0.5.0 |
1729 | 2024-11-19T05:12:15.508Z | Compiling litemap v0.7.3 |
1730 | 2024-11-19T05:12:15.679Z | Compiling unicode-bidi v0.3.17 |
1731 | 2024-11-19T05:12:15.696Z | Compiling dyn-clone v1.0.17 |
1732 | 2024-11-19T05:12:15.920Z | Compiling base64ct v1.6.0 |
1733 | 2024-11-19T05:12:15.951Z | Compiling writeable v0.5.5 |
1734 | 2024-11-19T05:12:15.971Z | Compiling tracing v0.1.40 |
1735 | 2024-11-19T05:12:16.486Z | Compiling pem-rfc7468 v0.7.0 |
1736 | 2024-11-19T05:12:16.507Z | Compiling icu_locid v1.5.0 |
1737 | 2024-11-19T05:12:17.423Z | Compiling scroll v0.12.0 |
1738 | 2024-11-19T05:12:17.706Z | Compiling ppv-lite86 v0.2.20 |
1739 | 2024-11-19T05:12:18.014Z | Compiling async-trait v0.1.83 |
1740 | 2024-11-19T05:12:18.613Z | Compiling cookie v0.18.1 |
1741 | 2024-11-19T05:12:18.925Z | Compiling camino v1.1.9 |
1742 | 2024-11-19T05:12:20.159Z | Compiling anyhow v1.0.93 |
1743 | 2024-11-19T05:12:20.396Z | Compiling flagset v0.4.6 |
1744 | 2024-11-19T05:12:20.611Z | Compiling plain v0.2.3 |
1745 | 2024-11-19T05:12:20.702Z | Compiling der v0.7.9 |
1746 | 2024-11-19T05:12:20.777Z | Compiling goblin v0.8.2 |
1747 | 2024-11-19T05:12:20.867Z | Compiling aws-lc-sys v0.22.0 |
1748 | 2024-11-19T05:12:27.192Z | Compiling rand_chacha v0.3.1 |
1749 | 2024-11-19T05:12:27.707Z | Compiling icu_provider v1.5.0 |
1750 | 2024-11-19T05:12:29.053Z | Compiling rayon-core v1.12.1 |
1751 | 2024-11-19T05:12:29.315Z | Compiling rustls v0.22.4 |
1752 | 2024-11-19T05:12:29.451Z | Compiling untrusted v0.7.1 |
1753 | 2024-11-19T05:12:29.591Z | Compiling icu_locid_transform_data v1.5.0 |
1754 | 2024-11-19T05:12:29.656Z | Compiling percent-encoding v2.3.1 |
1755 | 2024-11-19T05:12:29.697Z | Compiling pretty-hex v0.4.1 |
1756 | 2024-11-19T05:12:29.927Z | Compiling rustls-pki-types v1.9.0 |
1757 | 2024-11-19T05:12:30.236Z | Compiling dof v0.3.0 |
1758 | 2024-11-19T05:12:30.876Z | Compiling icu_locid_transform v1.5.0 |
1759 | 2024-11-19T05:12:31.335Z | Compiling rand v0.8.5 |
1760 | 2024-11-19T05:12:31.987Z | Compiling spki v0.7.3 |
1761 | 2024-11-19T05:12:32.168Z | Compiling dtrace-parser v0.2.0 |
1762 | 2024-11-19T05:12:32.374Z | Compiling salsa20 v0.10.2 |
1763 | 2024-11-19T05:12:32.377Z | Compiling tokio-util v0.7.12 |
1764 | 2024-11-19T05:12:32.953Z | Compiling icu_collections v1.5.0 |
1765 | 2024-11-19T05:12:33.240Z | Compiling pbkdf2 v0.12.2 |
1766 | 2024-11-19T05:12:33.950Z | Compiling thread-id v4.2.2 |
1767 | 2024-11-19T05:12:33.983Z | Compiling mirai-annotations v1.12.0 |
1768 | 2024-11-19T05:12:34.001Z | Compiling untrusted v0.9.0 |
1769 | 2024-11-19T05:12:34.178Z | Compiling icu_properties_data v1.5.0 |
1770 | 2024-11-19T05:12:34.197Z | Compiling powerfmt v0.2.0 |
1771 | 2024-11-19T05:12:34.200Z | Compiling winnow v0.5.40 |
1772 | 2024-11-19T05:12:34.469Z | Compiling deranged v0.3.11 |
1773 | 2024-11-19T05:12:34.691Z | Compiling icu_properties v1.5.1 |
1774 | 2024-11-19T05:12:38.163Z | Compiling toml_edit v0.19.15 |
1775 | 2024-11-19T05:12:40.078Z | Compiling scrypt v0.11.0 |
1776 | 2024-11-19T05:12:40.432Z | Compiling aes v0.8.4 |
1777 | 2024-11-19T05:12:40.615Z | Compiling cbc v0.1.2 |
1778 | 2024-11-19T05:12:40.843Z | Compiling multer v3.1.0 |
1779 | 2024-11-19T05:12:40.878Z | Compiling icu_normalizer_data v1.5.0 |
1780 | 2024-11-19T05:12:41.167Z | Compiling utf8_iter v1.0.4 |
1781 | 2024-11-19T05:12:41.279Z | Compiling write16 v1.0.0 |
1782 | 2024-11-19T05:12:41.436Z | Compiling num_threads v0.1.7 |
1783 | 2024-11-19T05:12:41.620Z | Compiling atomic-waker v1.1.2 |
1784 | 2024-11-19T05:12:41.754Z | Compiling slog-async v2.8.0 |
1785 | 2024-11-19T05:12:41.865Z | Compiling utf16_iter v1.0.5 |
1786 | 2024-11-19T05:12:42.075Z | Compiling rustversion v1.0.17 |
1787 | 2024-11-19T05:12:42.168Z | Compiling time v0.3.36 |
1788 | 2024-11-19T05:12:42.236Z | Compiling icu_normalizer v1.5.0 |
1789 | 2024-11-19T05:12:43.563Z | Compiling pkcs5 v0.7.1 |
1790 | 2024-11-19T05:12:44.709Z | Compiling form_urlencoded v1.2.1 |
1791 | 2024-11-19T05:12:45.347Z | Compiling http-body v1.0.1 |
1792 | 2024-11-19T05:12:45.531Z | Compiling heapless v0.7.17 |
1793 | 2024-11-19T05:12:46.146Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1794 | 2024-11-19T05:12:46.955Z | Compiling try-lock v0.2.5 |
1795 | 2024-11-19T05:12:47.387Z | Compiling signal-hook v0.3.17 |
1796 | 2024-11-19T05:12:47.645Z | Compiling want v0.3.1 |
1797 | 2024-11-19T05:12:49.108Z | Compiling pkcs8 v0.10.2 |
1798 | 2024-11-19T05:12:49.484Z | Compiling idna_adapter v1.2.0 |
1799 | 2024-11-19T05:12:49.798Z | Compiling h2 v0.4.6 |
1800 | 2024-11-19T05:12:51.008Z | Compiling usdt-macro v0.5.0 |
1801 | 2024-11-19T05:12:52.405Z | Compiling usdt-attr-macro v0.5.0 |
1802 | 2024-11-19T05:12:52.922Z | Compiling async-stream-impl v0.3.6 |
1803 | 2024-11-19T05:12:52.972Z | Compiling httpdate v1.0.3 |
1804 | 2024-11-19T05:12:53.979Z | Compiling strsim v0.11.1 |
1805 | 2024-11-19T05:12:54.227Z | Compiling adler2 v2.0.0 |
1806 | 2024-11-19T05:12:54.512Z | Compiling miniz_oxide v0.8.0 |
1807 | 2024-11-19T05:12:55.547Z | Compiling idna v1.0.3 |
1808 | 2024-11-19T05:12:57.261Z | Compiling curve25519-dalek v4.1.3 |
1809 | 2024-11-19T05:12:57.642Z | Compiling openapiv3 v2.0.0 |
1810 | 2024-11-19T05:12:57.875Z | Compiling enum-as-inner v0.6.1 |
1811 | 2024-11-19T05:12:58.475Z | Compiling hyper v1.5.0 |
1812 | 2024-11-19T05:13:01.122Z | Compiling dropshot v0.12.0 |
1813 | 2024-11-19T05:13:01.400Z | Compiling base64 v0.22.1 |
1814 | 2024-11-19T05:13:01.828Z | Compiling tower-service v0.3.3 |
1815 | 2024-11-19T05:13:01.964Z | Compiling foreign-types-shared v0.1.1 |
1816 | 2024-11-19T05:13:01.983Z | Compiling match_cfg v0.1.0 |
1817 | 2024-11-19T05:13:02.078Z | Compiling num-bigint-dig v0.8.4 |
1818 | 2024-11-19T05:13:02.110Z | Compiling portable-atomic v1.9.0 |
1819 | 2024-11-19T05:13:02.657Z | Compiling smoltcp v0.9.1 |
1820 | 2024-11-19T05:13:02.992Z | Compiling hyper-util v0.1.10 |
1821 | 2024-11-19T05:13:03.217Z | Compiling hostname v0.3.1 |
1822 | 2024-11-19T05:13:03.252Z | Compiling foreign-types v0.3.2 |
1823 | 2024-11-19T05:13:09.021Z | Compiling url v2.5.3 |
1824 | 2024-11-19T05:13:10.736Z | Compiling dirs-sys-next v0.1.2 |
1825 | 2024-11-19T05:13:10.755Z | Compiling gimli v0.31.1 |
1826 | 2024-11-19T05:13:10.775Z | Compiling siphasher v0.3.11 |
1827 | 2024-11-19T05:13:10.966Z | Compiling data-encoding v2.6.0 |
1828 | 2024-11-19T05:13:11.136Z | Compiling heck v0.4.1 |
1829 | 2024-11-19T05:13:11.250Z | Compiling dirs-next v2.0.0 |
1830 | 2024-11-19T05:13:12.710Z | Compiling http-body-util v0.1.2 |
1831 | 2024-11-19T05:13:14.044Z | Compiling crossbeam-epoch v0.9.18 |
1832 | 2024-11-19T05:13:14.762Z | Compiling hubpack_derive v0.1.1 |
1833 | 2024-11-19T05:13:15.579Z | Compiling dropshot_endpoint v0.12.0 |
1834 | 2024-11-19T05:13:16.346Z | Compiling addr2line v0.24.2 |
1835 | 2024-11-19T05:13:17.262Z | Compiling sha1 v0.10.6 |
1836 | 2024-11-19T05:13:17.279Z | Compiling signature v2.2.0 |
1837 | 2024-11-19T05:13:17.500Z | Compiling zerocopy-derive v0.6.6 |
1838 | 2024-11-19T05:13:17.622Z | Compiling curve25519-dalek-derive v0.1.1 |
1839 | 2024-11-19T05:13:17.715Z | Compiling object v0.36.5 |
1840 | 2024-11-19T05:13:19.352Z | Compiling thread_local v1.1.8 |
1841 | 2024-11-19T05:13:19.663Z | Compiling fs-err v2.11.0 |
1842 | 2024-11-19T05:13:19.836Z | Compiling encoding_rs v0.8.34 |
1843 | 2024-11-19T05:13:20.001Z | Compiling rustc-demangle v0.1.24 |
1844 | 2024-11-19T05:13:22.298Z | Compiling utf8parse v0.2.2 |
1845 | 2024-11-19T05:13:22.462Z | Compiling mime v0.3.17 |
1846 | 2024-11-19T05:13:23.550Z | Compiling ipnet v2.10.1 |
1847 | 2024-11-19T05:13:24.638Z | Compiling winnow v0.6.20 |
1848 | 2024-11-19T05:13:27.031Z | Compiling openssl-probe v0.1.5 |
1849 | 2024-11-19T05:13:28.304Z | Compiling anstyle v1.0.10 |
1850 | 2024-11-19T05:13:28.748Z | Compiling unicode-properties v0.1.3 |
1851 | 2024-11-19T05:13:28.942Z | Compiling toml_edit v0.22.22 |
1852 | 2024-11-19T05:13:29.146Z | Compiling stringprep v0.1.5 |
1853 | 2024-11-19T05:13:30.835Z | Compiling backtrace v0.3.74 |
1854 | 2024-11-19T05:13:33.040Z | Compiling anstyle-parse v0.2.5 |
1855 | 2024-11-19T05:13:35.542Z | Compiling rustls-webpki v0.102.8 |
1856 | 2024-11-19T05:13:36.279Z | Compiling crossbeam-deque v0.8.5 |
1857 | 2024-11-19T05:13:41.888Z | Compiling term v0.7.0 |
1858 | 2024-11-19T05:13:43.187Z | Compiling slog-json v2.6.1 |
1859 | 2024-11-19T05:13:43.842Z | Compiling serde_urlencoded v0.7.1 |
1860 | 2024-11-19T05:13:45.046Z | Compiling crossbeam-channel v0.5.13 |
1861 | 2024-11-19T05:13:45.209Z | Compiling rustls-pemfile v2.2.0 |
1862 | 2024-11-19T05:13:45.551Z | Compiling hashbrown v0.14.5 |
1863 | 2024-11-19T05:13:46.152Z | Compiling idna v0.3.0 |
1864 | 2024-11-19T05:13:46.193Z | Compiling idna v0.4.0 |
1865 | 2024-11-19T05:13:46.950Z | Compiling futures-executor v0.3.31 |
1866 | 2024-11-19T05:13:47.625Z | Compiling num-integer v0.1.46 |
1867 | 2024-11-19T05:13:47.685Z | Compiling md-5 v0.10.6 |
1868 | 2024-11-19T05:13:47.929Z | Compiling ff v0.13.0 |
1869 | 2024-11-19T05:13:48.167Z | Compiling hash32 v0.2.1 |
1870 | 2024-11-19T05:13:48.293Z | Compiling memmap v0.7.0 |
1871 | 2024-11-19T05:13:48.344Z | Compiling is-terminal v0.4.13 |
1872 | 2024-11-19T05:13:49.038Z | Compiling colorchoice v1.0.2 |
1873 | 2024-11-19T05:13:49.199Z | Compiling is_terminal_polyfill v1.70.1 |
1874 | 2024-11-19T05:13:49.335Z | Compiling anstyle-query v1.1.1 |
1875 | 2024-11-19T05:13:49.440Z | Compiling base16ct v0.2.0 |
1876 | 2024-11-19T05:13:49.739Z | Compiling psl-types v2.0.11 |
1877 | 2024-11-19T05:13:49.943Z | Compiling quick-error v1.2.3 |
1878 | 2024-11-19T05:13:50.090Z | Compiling fallible-iterator v0.2.0 |
1879 | 2024-11-19T05:13:50.856Z | Compiling linked-hash-map v0.5.6 |
1880 | 2024-11-19T05:13:50.961Z | Compiling take_mut v0.2.2 |
1881 | 2024-11-19T05:13:51.127Z | Compiling utf-8 v0.7.6 |
1882 | 2024-11-19T05:13:51.247Z | Compiling lru-cache v0.1.2 |
1883 | 2024-11-19T05:13:51.436Z | Compiling tungstenite v0.24.0 |
1884 | 2024-11-19T05:13:52.482Z | Compiling postgres-protocol v0.6.7 |
1885 | 2024-11-19T05:13:52.504Z | Compiling resolv-conf v0.7.0 |
1886 | 2024-11-19T05:13:53.195Z | Compiling publicsuffix v2.2.3 |
1887 | 2024-11-19T05:13:53.448Z | Compiling sec1 v0.7.3 |
1888 | 2024-11-19T05:13:53.466Z | Compiling anstream v0.6.15 |
1889 | 2024-11-19T05:13:54.024Z | Compiling usdt v0.5.0 |
1890 | 2024-11-19T05:13:54.463Z | Compiling slog-term v2.9.1 |
1891 | 2024-11-19T05:13:54.754Z | Compiling num-iter v0.1.45 |
1892 | 2024-11-19T05:13:54.949Z | Compiling group v0.13.0 |
1893 | 2024-11-19T05:13:55.034Z | Compiling futures v0.3.31 |
1894 | 2024-11-19T05:13:55.155Z | Compiling hickory-proto v0.24.1 |
1895 | 2024-11-19T05:13:55.249Z | Compiling regress v0.10.1 |
1896 | 2024-11-19T05:13:58.146Z | Compiling tokio-rustls v0.26.0 |
1897 | 2024-11-19T05:13:58.957Z | Compiling slog-bunyan v2.5.0 |
1898 | 2024-11-19T05:13:59.081Z | Compiling tokio-rustls v0.25.0 |
1899 | 2024-11-19T05:13:59.378Z | Compiling toml v0.8.19 |
1900 | 2024-11-19T05:13:59.495Z | Compiling tokio-native-tls v0.3.1 |
1901 | 2024-11-19T05:13:59.774Z | Compiling strum_macros v0.25.3 |
1902 | 2024-11-19T05:13:59.950Z | Compiling phf_shared v0.11.2 |
1903 | 2024-11-19T05:14:00.641Z | Compiling async-stream v0.3.6 |
1904 | 2024-11-19T05:14:00.858Z | Compiling waitgroup v0.1.2 |
1905 | 2024-11-19T05:14:00.887Z | Compiling webpki-roots v0.26.6 |
1906 | 2024-11-19T05:14:01.241Z | Compiling idna v0.5.0 |
1907 | 2024-11-19T05:14:01.317Z | Compiling terminal_size v0.4.0 |
1908 | 2024-11-19T05:14:01.546Z | Compiling serde_path_to_error v0.1.16 |
1909 | 2024-11-19T05:14:01.666Z | Compiling hkdf v0.12.4 |
1910 | 2024-11-19T05:14:02.509Z | Compiling crypto-bigint v0.5.5 |
1911 | 2024-11-19T05:14:02.536Z | Compiling clap_derive v4.5.18 |
1912 | 2024-11-19T05:14:02.651Z | Compiling derive-where v1.2.7 |
1913 | 2024-11-19T05:14:03.276Z | Compiling serde_repr v0.1.19 |
1914 | 2024-11-19T05:14:04.203Z | Compiling hostname v0.4.0 |
1915 | 2024-11-19T05:14:04.366Z | Compiling crc32fast v1.4.2 |
1916 | 2024-11-19T05:14:04.423Z | Compiling debug-ignore v1.0.5 |
1917 | 2024-11-19T05:14:04.571Z | Compiling unicode-width v0.1.14 |
1918 | 2024-11-19T05:14:04.663Z | Compiling clap_lex v0.7.2 |
1919 | 2024-11-19T05:14:05.100Z | Compiling managed v0.8.0 |
1920 | 2024-11-19T05:14:05.103Z | Compiling bitflags v1.3.2 |
1921 | 2024-11-19T05:14:06.315Z | Compiling elliptic-curve v0.13.8 |
1922 | 2024-11-19T05:14:07.009Z | Compiling console v0.15.8 |
1923 | 2024-11-19T05:14:07.336Z | Compiling clap_builder v4.5.21 |
1924 | 2024-11-19T05:14:07.863Z | Compiling flate2 v1.0.34 |
1925 | 2024-11-19T05:14:08.774Z | Compiling cookie_store v0.21.0 |
1926 | 2024-11-19T05:14:10.597Z | Compiling hyper-rustls v0.27.3 |
1927 | 2024-11-19T05:14:11.193Z | Compiling hickory-resolver v0.24.1 |
1928 | 2024-11-19T05:14:14.931Z | Compiling phf v0.11.2 |
1929 | 2024-11-19T05:14:15.262Z | Compiling hyper-tls v0.6.0 |
1930 | 2024-11-19T05:14:15.665Z | Compiling signal-hook-mio v0.2.4 |
1931 | 2024-11-19T05:14:15.833Z | Compiling typify-impl v0.2.0 |
1932 | 2024-11-19T05:14:16.095Z | Compiling bzip2 v0.4.4 |
1933 | 2024-11-19T05:14:16.556Z | Compiling rayon v1.10.0 |
1934 | 2024-11-19T05:14:16.865Z | Compiling postgres-types v0.2.8 |
1935 | 2024-11-19T05:14:16.955Z | Compiling tokio-tungstenite v0.24.0 |
1936 | 2024-11-19T05:14:17.412Z | Compiling zerocopy v0.6.6 |
1937 | 2024-11-19T05:14:17.521Z | Compiling ed25519 v2.2.3 |
1938 | 2024-11-19T05:14:17.624Z | Compiling hubpack v0.1.2 |
1939 | 2024-11-19T05:14:17.962Z | Compiling phf_shared v0.10.0 |
1940 | 2024-11-19T05:14:18.240Z | Compiling pkcs1 v0.7.5 |
1941 | 2024-11-19T05:14:18.305Z | Compiling tokio-stream v0.1.16 |
1942 | 2024-11-19T05:14:19.221Z | Compiling serde-big-array v0.5.1 |
1943 | 2024-11-19T05:14:19.286Z | Compiling rfc6979 v0.4.0 |
1944 | 2024-11-19T05:14:19.448Z | Compiling float-cmp v0.9.0 |
1945 | 2024-11-19T05:14:19.473Z | Compiling sync_wrapper v1.0.1 |
1946 | 2024-11-19T05:14:19.622Z | Compiling bstr v1.10.0 |
1947 | 2024-11-19T05:14:20.707Z | Compiling static_assertions v1.1.0 |
1948 | 2024-11-19T05:14:20.815Z | Compiling unicode-width v0.2.0 |
1949 | 2024-11-19T05:14:21.165Z | Compiling fixedbitset v0.4.2 |
1950 | 2024-11-19T05:14:21.565Z | Compiling new_debug_unreachable v1.0.6 |
1951 | 2024-11-19T05:14:21.661Z | Compiling precomputed-hash v0.1.1 |
1952 | 2024-11-19T05:14:21.785Z | Compiling predicates-core v1.0.8 |
1953 | 2024-11-19T05:14:21.932Z | Compiling difflib v0.4.0 |
1954 | 2024-11-19T05:14:22.096Z | Compiling number_prefix v0.4.0 |
1955 | 2024-11-19T05:14:22.099Z | Compiling whoami v1.5.2 |
1956 | 2024-11-19T05:14:22.422Z | Compiling normalize-line-endings v0.3.0 |
1957 | 2024-11-19T05:14:22.555Z | Compiling unicode-segmentation v1.12.0 |
1958 | 2024-11-19T05:14:22.572Z | Compiling bit-vec v0.6.3 |
1959 | 2024-11-19T05:14:22.673Z | Compiling predicates v3.1.2 |
1960 | 2024-11-19T05:14:22.982Z | Compiling bit-set v0.5.3 |
1961 | 2024-11-19T05:14:23.235Z | Compiling similar v2.6.0 |
1962 | 2024-11-19T05:14:23.365Z | Compiling tokio-postgres v0.7.12 |
1963 | 2024-11-19T05:14:24.151Z | Compiling indicatif v0.17.9 |
1964 | 2024-11-19T05:14:25.283Z | Compiling string_cache v0.8.7 |
1965 | 2024-11-19T05:14:25.709Z | Compiling petgraph v0.6.5 |
1966 | 2024-11-19T05:14:26.056Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1967 | 2024-11-19T05:14:26.867Z | Compiling reqwest v0.12.9 |
1968 | 2024-11-19T05:14:28.091Z | Compiling typify-macro v0.2.0 |
1969 | 2024-11-19T05:14:29.493Z | Compiling ecdsa v0.16.9 |
1970 | 2024-11-19T05:14:29.760Z | Compiling qorb v0.2.0 |
1971 | 2024-11-19T05:14:30.390Z | Compiling rsa v0.9.6 |
1972 | 2024-11-19T05:14:31.202Z | Compiling ed25519-dalek v2.1.1 |
1973 | 2024-11-19T05:14:32.099Z | Compiling zip v0.6.6 |
1974 | 2024-11-19T05:14:32.255Z | Compiling crossterm v0.28.1 |
1975 | 2024-11-19T05:14:32.551Z | Compiling clap v4.5.21 |
1976 | 2024-11-19T05:14:33.307Z | Compiling toml v0.7.8 |
1977 | 2024-11-19T05:14:34.630Z | Compiling x509-cert v0.2.5 |
1978 | 2024-11-19T05:14:35.377Z | Compiling hex v0.4.3 |
1979 | 2024-11-19T05:14:36.020Z | Compiling itertools v0.10.5 |
1980 | 2024-11-19T05:14:36.189Z | Compiling lalrpop-util v0.19.12 |
1981 | 2024-11-19T05:14:36.523Z | Compiling peg-runtime v0.8.3 |
1982 | 2024-11-19T05:14:37.039Z | Compiling unicode-xid v0.2.6 |
1983 | 2024-11-19T05:14:39.043Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1984 | 2024-11-19T05:14:43.308Z | Compiling proc-macro-crate v1.3.1 |
1985 | 2024-11-19T05:14:43.721Z | Compiling ipnetwork v0.20.0 |
1986 | 2024-11-19T05:14:44.751Z | Compiling heapless v0.8.0 |
1987 | 2024-11-19T05:14:48.008Z | Compiling num_enum_derive v0.5.11 |
1988 | 2024-11-19T05:14:57.474Z | Compiling hash32 v0.3.1 |
1989 | 2024-11-19T05:14:57.861Z | Compiling smoltcp v0.11.0 |
1990 | 2024-11-19T05:14:58.416Z | Compiling ident_case v1.0.1 |
1991 | 2024-11-19T05:14:58.918Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1992 | 2024-11-19T05:15:00.658Z | Compiling darling_core v0.20.10 |
1993 | 2024-11-19T05:15:06.666Z | Compiling num_enum v0.5.11 |
1994 | 2024-11-19T05:15:06.842Z | Compiling typify v0.2.0 |
1995 | 2024-11-19T05:15:07.439Z | Compiling proc-macro-error-attr v1.0.4 |
1996 | 2024-11-19T05:15:07.985Z | Compiling cobs v0.2.3 |
1997 | 2024-11-19T05:15:08.439Z | Compiling unsafe-libyaml v0.2.11 |
1998 | 2024-11-19T05:15:08.860Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1999 | 2024-11-19T05:15:09.619Z | Compiling postcard v1.0.10 |
2000 | 2024-11-19T05:15:10.210Z | Compiling serde_yaml v0.9.34+deprecated |
2001 | 2024-11-19T05:15:26.010Z | Compiling progenitor-impl v0.8.0 |
2002 | 2024-11-19T05:15:26.626Z | Compiling darling_macro v0.20.10 |
2003 | 2024-11-19T05:15:38.071Z | Compiling strum_macros v0.26.4 |
2004 | 2024-11-19T05:15:38.959Z | Compiling structmeta-derive v0.3.0 |
2005 | 2024-11-19T05:15:39.139Z | Compiling foreign-types-macros v0.2.3 |
2006 | 2024-11-19T05:15:39.158Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2007 | 2024-11-19T05:15:39.459Z | Compiling proc-macro-error v1.0.4 |
2008 | 2024-11-19T05:15:39.764Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2009 | 2024-11-19T05:15:40.235Z | Compiling foreign-types-shared v0.3.1 |
2010 | 2024-11-19T05:15:40.490Z | Compiling newtype-uuid v1.1.3 |
2011 | 2024-11-19T05:15:41.513Z | Compiling structmeta v0.3.0 |
2012 | 2024-11-19T05:15:42.451Z | Compiling strum v0.26.3 |
2013 | 2024-11-19T05:15:47.366Z | Compiling foreign-types v0.5.0 |
2014 | 2024-11-19T05:15:47.796Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2015 | 2024-11-19T05:15:50.619Z | Compiling progenitor-macro v0.8.0 |
2016 | 2024-11-19T05:15:54.009Z | Compiling darling v0.20.10 |
2017 | 2024-11-19T05:15:55.374Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2018 | 2024-11-19T05:15:55.396Z | Compiling progenitor-client v0.8.0 |
2019 | 2024-11-19T05:15:56.621Z | Compiling tabwriter v1.4.0 |
2020 | 2024-11-19T05:15:59.061Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2021 | 2024-11-19T05:15:59.839Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2022 | 2024-11-19T05:16:00.317Z | Compiling cstr-argument v0.1.2 |
2023 | 2024-11-19T05:16:00.581Z | Compiling dropshot v0.13.0 |
2024 | 2024-11-19T05:16:00.663Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2025 | 2024-11-19T05:16:00.979Z | Compiling fastrand v2.1.1 |
2026 | 2024-11-19T05:16:01.660Z | Compiling crucible-workspace-hack v0.1.0 |
2027 | 2024-11-19T05:16:01.938Z | Compiling pretty-hex v0.2.1 |
2028 | 2024-11-19T05:16:02.157Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2029 | 2024-11-19T05:16:02.211Z | Compiling tempfile v3.13.0 |
2030 | 2024-11-19T05:16:02.541Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2031 | 2024-11-19T05:16:02.691Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2032 | 2024-11-19T05:16:03.418Z | Compiling serde_with_macros v3.11.0 |
2033 | 2024-11-19T05:16:03.567Z | Compiling progenitor v0.8.0 |
2034 | 2024-11-19T05:16:03.846Z | Compiling parse-display-derive v0.10.0 |
2035 | 2024-11-19T05:16:03.865Z | Compiling colored v2.1.0 |
2036 | 2024-11-19T05:16:04.013Z | Compiling dropshot_endpoint v0.13.0 |
2037 | 2024-11-19T05:16:05.119Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2038 | 2024-11-19T05:16:05.692Z | Compiling instant v0.1.13 |
2039 | 2024-11-19T05:16:05.837Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2040 | 2024-11-19T05:16:05.858Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2041 | 2024-11-19T05:16:06.041Z | Compiling serde_with v3.11.0 |
2042 | 2024-11-19T05:16:06.077Z | Compiling backoff v0.4.0 |
2043 | 2024-11-19T05:16:06.309Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2044 | 2024-11-19T05:16:07.773Z | Compiling parse-display v0.10.0 |
2045 | 2024-11-19T05:16:08.449Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2046 | 2024-11-19T05:16:09.051Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2047 | 2024-11-19T05:16:09.284Z | Compiling zone_cfg_derive v0.3.0 |
2048 | 2024-11-19T05:16:09.724Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2049 | 2024-11-19T05:16:10.379Z | Compiling camino-tempfile v1.1.1 |
2050 | 2024-11-19T05:16:10.583Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2051 | 2024-11-19T05:16:10.659Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2052 | 2024-11-19T05:16:10.852Z | Compiling regress v0.9.1 |
2053 | 2024-11-19T05:16:11.110Z | Compiling macaddr v1.0.1 |
2054 | 2024-11-19T05:16:11.200Z | Compiling num-derive v0.4.2 |
2055 | 2024-11-19T05:16:11.764Z | Compiling sigpipe v0.1.3 |
2056 | 2024-11-19T05:16:11.907Z | Compiling libefi-sys v0.1.0 |
2057 | 2024-11-19T05:16:12.192Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2058 | 2024-11-19T05:16:12.542Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2059 | 2024-11-19T05:16:13.477Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2060 | 2024-11-19T05:16:15.035Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2061 | 2024-11-19T05:16:15.748Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2062 | 2024-11-19T05:16:16.203Z | Compiling zone v0.3.0 |
2063 | 2024-11-19T05:16:16.333Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2064 | 2024-11-19T05:16:19.468Z | Compiling smf v0.2.3 |
2065 | 2024-11-19T05:16:19.555Z | Compiling bitfield-struct v0.6.2 |
2066 | 2024-11-19T05:16:20.520Z | Compiling blake3 v1.5.4 |
2067 | 2024-11-19T05:16:20.891Z | Compiling ring v0.16.20 |
2068 | 2024-11-19T05:16:21.090Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2069 | 2024-11-19T05:16:21.605Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2070 | 2024-11-19T05:16:21.993Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2071 | 2024-11-19T05:16:22.197Z | Compiling xattr v1.3.1 |
2072 | 2024-11-19T05:16:22.374Z | Compiling memmap2 v0.9.5 |
2073 | 2024-11-19T05:16:22.521Z | Compiling filetime v0.2.25 |
2074 | 2024-11-19T05:16:22.874Z | Compiling same-file v1.0.6 |
2075 | 2024-11-19T05:16:22.936Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2076 | 2024-11-19T05:16:23.069Z | Compiling arrayref v0.3.9 |
2077 | 2024-11-19T05:16:23.128Z | Compiling constant_time_eq v0.3.1 |
2078 | 2024-11-19T05:16:23.152Z | Compiling arrayvec v0.7.6 |
2079 | 2024-11-19T05:16:23.176Z | Compiling spin v0.5.2 |
2080 | 2024-11-19T05:16:23.307Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2081 | 2024-11-19T05:16:23.440Z | Compiling walkdir v2.5.0 |
2082 | 2024-11-19T05:16:24.819Z | Compiling tar v0.4.43 |
2083 | 2024-11-19T05:16:26.289Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2084 | 2024-11-19T05:16:26.292Z | Compiling gethostname v0.5.0 |
2085 | 2024-11-19T05:16:26.495Z | Compiling cargo-platform v0.1.8 |
2086 | 2024-11-19T05:16:26.699Z | Compiling topological-sort v0.2.2 |
2087 | 2024-11-19T05:16:26.974Z | Compiling cargo_metadata v0.18.1 |
2088 | 2024-11-19T05:16:30.161Z | Compiling omicron-zone-package v0.11.1 |
2089 | 2024-11-19T05:16:32.806Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2090 | 2024-11-19T05:16:34.665Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2091 | 2024-11-19T05:16:38.551Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2092 | 2024-11-19T05:16:56.406Z | Finished `release` profile [optimized] target(s) in 5m 25s |
2093 | 2024-11-19T05:16:56.565Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2094 | 2024-11-19T05:16:56.609Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2095 | 2024-11-19T05:16:56.611Z | Created new build target 'test' and set it as active |
2096 | 2024-11-19T05:16:56.611Z | |
2097 | 2024-11-19T05:16:56.611Z | real 5:25.983190237 |
2098 | 2024-11-19T05:16:56.611Z | user 36:47.616814202 |
2099 | 2024-11-19T05:16:56.611Z | sys 4:50.157579433 |
2100 | 2024-11-19T05:16:56.611Z | trap 1.077879472 |
2101 | 2024-11-19T05:16:56.611Z | tflt 2.985801722 |
2102 | 2024-11-19T05:16:56.611Z | dflt 0.827313928 |
2103 | 2024-11-19T05:16:56.611Z | kflt 0.009898186 |
2104 | 2024-11-19T05:16:56.611Z | lock 1:17:30.718507763 |
2105 | 2024-11-19T05:16:56.611Z | slp 2:33:50.770302438 |
2106 | 2024-11-19T05:16:56.612Z | lat 2:33.631409920 |
2107 | 2024-11-19T05:16:56.612Z | stop 4:25.048885138 |
2108 | 2024-11-19T05:16:56.612Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2109 | 2024-11-19T05:16:57.529Z | Finished `release` profile [optimized] target(s) in 0.87s |
2110 | 2024-11-19T05:16:57.585Z | Running `target/release/omicron-package -t test package` |
2111 | 2024-11-19T05:16:57.627Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2112 | 2024-11-19T05:16:58.729Z | Compiling convert_case v0.4.0 |
2113 | 2024-11-19T05:16:58.729Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2114 | 2024-11-19T05:16:58.729Z | Compiling itertools v0.13.0 |
2115 | 2024-11-19T05:16:58.730Z | Compiling password-hash v0.5.0 |
2116 | 2024-11-19T05:16:58.732Z | Compiling blake2 v0.10.6 |
2117 | 2024-11-19T05:16:58.732Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2118 | 2024-11-19T05:16:58.732Z | Compiling newline-converter v0.3.0 |
2119 | 2024-11-19T05:16:58.864Z | Compiling cancel-safe-futures v0.1.5 |
2120 | 2024-11-19T05:16:59.053Z | Compiling owo-colors v4.1.0 |
2121 | 2024-11-19T05:16:59.077Z | Compiling expectorate v1.1.0 |
2122 | 2024-11-19T05:16:59.257Z | Compiling libsw v3.3.1 |
2123 | 2024-11-19T05:16:59.595Z | Compiling argon2 v0.5.3 |
2124 | 2024-11-19T05:16:59.628Z | Compiling linear-map v1.2.0 |
2125 | 2024-11-19T05:16:59.707Z | Compiling derive_more v0.99.18 |
2126 | 2024-11-19T05:16:59.893Z | Compiling indent_write v2.2.0 |
2127 | 2024-11-19T05:17:00.065Z | Compiling swrite v0.1.0 |
2128 | 2024-11-19T05:17:00.137Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2129 | 2024-11-19T05:17:00.157Z | Compiling progenitor-client v0.8.0 |
2130 | 2024-11-19T05:17:00.200Z | Compiling base64 v0.21.7 |
2131 | 2024-11-19T05:17:00.604Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2132 | 2024-11-19T05:17:01.060Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2133 | 2024-11-19T05:17:01.202Z | Compiling progenitor v0.8.0 |
2134 | 2024-11-19T05:17:01.338Z | Compiling atomicwrites v0.4.4 |
2135 | 2024-11-19T05:17:01.460Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2136 | 2024-11-19T05:17:01.842Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2137 | 2024-11-19T05:17:02.057Z | Compiling num-rational v0.4.2 |
2138 | 2024-11-19T05:17:02.271Z | Compiling num-complex v0.4.6 |
2139 | 2024-11-19T05:17:02.488Z | Compiling float-ord v0.3.2 |
2140 | 2024-11-19T05:17:02.668Z | Compiling semver v0.1.20 |
2141 | 2024-11-19T05:17:03.245Z | Compiling rustc_version v0.1.7 |
2142 | 2024-11-19T05:17:03.565Z | Compiling num v0.4.3 |
2143 | 2024-11-19T05:17:03.673Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2144 | 2024-11-19T05:17:03.689Z | Compiling newtype_derive v0.1.6 |
2145 | 2024-11-19T05:17:04.061Z | Compiling humantime v2.1.0 |
2146 | 2024-11-19T05:17:04.525Z | Compiling highway v1.2.0 |
2147 | 2024-11-19T05:17:05.062Z | Compiling steno v0.4.1 |
2148 | 2024-11-19T05:17:06.250Z | Compiling newtype-uuid v1.1.3 |
2149 | 2024-11-19T05:17:06.252Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2150 | 2024-11-19T05:17:06.593Z | Compiling dropshot v0.13.0 |
2151 | 2024-11-19T05:17:06.667Z | Compiling tungstenite v0.21.0 |
2152 | 2024-11-19T05:17:08.996Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2153 | 2024-11-19T05:17:09.575Z | Compiling ipnetwork v0.20.0 |
2154 | 2024-11-19T05:17:09.752Z | Compiling slog-dtrace v0.3.0 |
2155 | 2024-11-19T05:17:10.068Z | Compiling instant v0.1.13 |
2156 | 2024-11-19T05:17:10.229Z | Compiling backoff v0.4.0 |
2157 | 2024-11-19T05:17:10.464Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2158 | 2024-11-19T05:17:10.583Z | Compiling tokio-tungstenite v0.21.0 |
2159 | 2024-11-19T05:17:11.190Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2160 | 2024-11-19T05:17:11.803Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2161 | 2024-11-19T05:17:12.170Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2162 | 2024-11-19T05:17:15.176Z | Compiling parse-display v0.10.0 |
2163 | 2024-11-19T05:17:15.763Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2164 | 2024-11-19T05:17:15.951Z | Compiling serde_with v3.11.0 |
2165 | 2024-11-19T05:17:19.747Z | Compiling strum v0.26.3 |
2166 | 2024-11-19T05:17:19.817Z | Compiling regress v0.9.1 |
2167 | 2024-11-19T05:17:19.921Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2168 | 2024-11-19T05:17:20.335Z | Compiling macaddr v1.0.1 |
2169 | 2024-11-19T05:17:21.579Z | Compiling prettyplease v0.2.25 |
2170 | 2024-11-19T05:17:21.720Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2171 | 2024-11-19T05:17:22.299Z | Compiling display-error-chain v0.2.2 |
2172 | 2024-11-19T05:17:22.517Z | Compiling arc-swap v1.7.1 |
2173 | 2024-11-19T05:17:23.194Z | Compiling slog-scope v4.4.0 |
2174 | 2024-11-19T05:17:23.964Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2175 | 2024-11-19T05:17:24.026Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2176 | 2024-11-19T05:17:24.638Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2177 | 2024-11-19T05:17:25.699Z | Compiling half v2.4.1 |
2178 | 2024-11-19T05:17:26.419Z | Compiling ciborium-io v0.2.2 |
2179 | 2024-11-19T05:17:26.568Z | Compiling ciborium-ll v0.2.2 |
2180 | 2024-11-19T05:17:26.668Z | Compiling slog-stdlog v4.1.1 |
2181 | 2024-11-19T05:17:27.092Z | Compiling ciborium v0.2.2 |
2182 | 2024-11-19T05:17:27.463Z | Compiling slog-envlogger v2.2.0 |
2183 | 2024-11-19T05:17:28.623Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2184 | 2024-11-19T05:17:29.207Z | Compiling fastrand v2.1.1 |
2185 | 2024-11-19T05:17:29.730Z | Compiling same-file v1.0.6 |
2186 | 2024-11-19T05:17:29.985Z | Compiling walkdir v2.5.0 |
2187 | 2024-11-19T05:17:30.205Z | Compiling tempfile v3.13.0 |
2188 | 2024-11-19T05:17:30.656Z | Compiling blake3 v1.5.4 |
2189 | 2024-11-19T05:17:31.002Z | Compiling ring v0.16.20 |
2190 | 2024-11-19T05:17:31.292Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2191 | 2024-11-19T05:17:33.759Z | Compiling xattr v1.3.1 |
2192 | 2024-11-19T05:17:34.035Z | Compiling filetime v0.2.25 |
2193 | 2024-11-19T05:17:34.330Z | Compiling memmap2 v0.9.5 |
2194 | 2024-11-19T05:17:34.518Z | Compiling arrayref v0.3.9 |
2195 | 2024-11-19T05:17:34.634Z | Compiling constant_time_eq v0.3.1 |
2196 | 2024-11-19T05:17:34.758Z | Compiling arrayvec v0.7.6 |
2197 | 2024-11-19T05:17:34.798Z | Compiling spin v0.5.2 |
2198 | 2024-11-19T05:17:35.056Z | Compiling keccak v0.1.5 |
2199 | 2024-11-19T05:17:36.084Z | Compiling sha3 v0.10.8 |
2200 | 2024-11-19T05:17:38.731Z | Compiling tar v0.4.43 |
2201 | 2024-11-19T05:17:39.537Z | Compiling camino-tempfile v1.1.1 |
2202 | 2024-11-19T05:17:39.659Z | Compiling toolchain_find v0.4.0 |
2203 | 2024-11-19T05:17:39.981Z | Compiling nibble_vec v0.1.0 |
2204 | 2024-11-19T05:17:40.221Z | Compiling topological-sort v0.2.2 |
2205 | 2024-11-19T05:17:40.247Z | Compiling crunchy v0.2.2 |
2206 | 2024-11-19T05:17:40.460Z | Compiling maplit v1.0.2 |
2207 | 2024-11-19T05:17:40.596Z | Compiling endian-type v0.1.2 |
2208 | 2024-11-19T05:17:40.695Z | Compiling radium v0.7.0 |
2209 | 2024-11-19T05:17:40.744Z | Compiling omicron-zone-package v0.11.1 |
2210 | 2024-11-19T05:17:40.847Z | Compiling radix_trie v0.2.1 |
2211 | 2024-11-19T05:17:41.791Z | Compiling rustfmt-wrapper v0.2.1 |
2212 | 2024-11-19T05:17:42.370Z | Compiling pem v3.0.4 |
2213 | 2024-11-19T05:17:42.795Z | Compiling maybe-uninit v2.0.0 |
2214 | 2024-11-19T05:17:43.258Z | Compiling tiny-keccak v2.0.2 |
2215 | 2024-11-19T05:17:43.545Z | Compiling tap v1.0.1 |
2216 | 2024-11-19T05:17:43.752Z | Compiling wyz v0.5.1 |
2217 | 2024-11-19T05:17:44.251Z | Compiling dsl_auto_type v0.1.2 |
2218 | 2024-11-19T05:17:44.270Z | Compiling scheduled-thread-pool v0.2.7 |
2219 | 2024-11-19T05:17:44.433Z | Compiling secrecy v0.8.0 |
2220 | 2024-11-19T05:17:44.710Z | Compiling diesel_table_macro_syntax v0.2.0 |
2221 | 2024-11-19T05:17:44.767Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2222 | 2024-11-19T05:17:44.962Z | Compiling crc-catalog v2.4.0 |
2223 | 2024-11-19T05:17:45.104Z | Compiling packed_struct v0.10.1 |
2224 | 2024-11-19T05:17:45.126Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2225 | 2024-11-19T05:17:45.430Z | Compiling funty v2.0.0 |
2226 | 2024-11-19T05:17:45.497Z | Compiling crc v3.2.1 |
2227 | 2024-11-19T05:17:45.562Z | Compiling r2d2 v0.8.10 |
2228 | 2024-11-19T05:17:45.644Z | Compiling diesel_derives v2.2.3 |
2229 | 2024-11-19T05:17:45.930Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2230 | 2024-11-19T05:17:46.555Z | Compiling bitvec v1.0.1 |
2231 | 2024-11-19T05:17:47.450Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2232 | 2024-11-19T05:17:47.845Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2233 | 2024-11-19T05:17:49.566Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2234 | 2024-11-19T05:17:50.043Z | Compiling ascii-canvas v3.0.0 |
2235 | 2024-11-19T05:17:50.553Z | Compiling universal-hash v0.5.1 |
2236 | 2024-11-19T05:17:50.804Z | Compiling packed_struct_codegen v0.10.1 |
2237 | 2024-11-19T05:17:51.299Z | Compiling thiserror-impl-no-std v2.0.2 |
2238 | 2024-11-19T05:17:53.341Z | Compiling lzma-sys v0.1.20 |
2239 | 2024-11-19T05:17:53.964Z | Compiling ena v0.14.3 |
2240 | 2024-11-19T05:17:54.021Z | Compiling indexmap v1.9.3 |
2241 | 2024-11-19T05:17:54.356Z | Compiling opaque-debug v0.3.1 |
2242 | 2024-11-19T05:17:54.374Z | Compiling regex-syntax v0.6.29 |
2243 | 2024-11-19T05:17:54.480Z | Compiling nodrop v0.1.14 |
2244 | 2024-11-19T05:17:54.641Z | Compiling diff v0.1.13 |
2245 | 2024-11-19T05:17:55.195Z | Compiling array-init v0.0.4 |
2246 | 2024-11-19T05:17:56.606Z | Compiling poly1305 v0.8.0 |
2247 | 2024-11-19T05:17:57.112Z | Compiling diesel v2.2.4 |
2248 | 2024-11-19T05:17:58.152Z | Compiling lalrpop v0.19.12 |
2249 | 2024-11-19T05:17:59.792Z | Compiling thiserror-no-std v2.0.2 |
2250 | 2024-11-19T05:18:03.954Z | Compiling smallvec v0.6.14 |
2251 | 2024-11-19T05:18:04.825Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2252 | 2024-11-19T05:18:05.049Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2253 | 2024-11-19T05:18:05.346Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2254 | 2024-11-19T05:18:05.601Z | Compiling chacha20 v0.9.1 |
2255 | 2024-11-19T05:18:05.952Z | Compiling heck v0.3.3 |
2256 | 2024-11-19T05:18:06.107Z | Compiling const_format_proc_macros v0.2.33 |
2257 | 2024-11-19T05:18:06.346Z | Compiling aead v0.5.2 |
2258 | 2024-11-19T05:18:06.702Z | Compiling ref-cast v1.0.23 |
2259 | 2024-11-19T05:18:07.169Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2260 | 2024-11-19T05:18:07.467Z | Compiling bitfield v0.14.0 |
2261 | 2024-11-19T05:18:07.788Z | Compiling termcolor v1.4.1 |
2262 | 2024-11-19T05:18:07.985Z | Compiling hashbrown v0.12.3 |
2263 | 2024-11-19T05:18:08.821Z | Compiling env_logger v0.10.2 |
2264 | 2024-11-19T05:18:10.515Z | Compiling const_format v0.2.33 |
2265 | 2024-11-19T05:18:11.791Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2266 | 2024-11-19T05:18:12.003Z | Compiling chacha20poly1305 v0.10.1 |
2267 | 2024-11-19T05:18:12.243Z | Compiling zone_cfg_derive v0.1.2 |
2268 | 2024-11-19T05:18:13.543Z | Compiling serde-hex v0.1.0 |
2269 | 2024-11-19T05:18:13.645Z | Compiling vsss-rs v3.3.4 |
2270 | 2024-11-19T05:18:18.311Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2271 | 2024-11-19T05:18:18.677Z | Compiling ron v0.8.1 |
2272 | 2024-11-19T05:18:18.845Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2273 | 2024-11-19T05:18:19.147Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2274 | 2024-11-19T05:18:19.765Z | Compiling derive_builder_core v0.20.2 |
2275 | 2024-11-19T05:18:21.947Z | Compiling hashbrown v0.13.2 |
2276 | 2024-11-19T05:18:23.395Z | Compiling headers-core v0.3.0 |
2277 | 2024-11-19T05:18:23.592Z | Compiling fxhash v0.2.1 |
2278 | 2024-11-19T05:18:23.845Z | Compiling libxml v0.3.3 |
2279 | 2024-11-19T05:18:24.124Z | Compiling polar-core v0.27.3 |
2280 | 2024-11-19T05:18:24.216Z | Compiling ref-cast-impl v1.0.23 |
2281 | 2024-11-19T05:18:24.618Z | Compiling base64 v0.13.1 |
2282 | 2024-11-19T05:18:25.326Z | Compiling crc-any v2.5.0 |
2283 | 2024-11-19T05:18:25.530Z | Compiling ron v0.7.1 |
2284 | 2024-11-19T05:18:26.504Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2285 | 2024-11-19T05:18:31.005Z | Compiling headers v0.4.0 |
2286 | 2024-11-19T05:18:32.609Z | Compiling object v0.30.4 |
2287 | 2024-11-19T05:18:34.648Z | Compiling derive_builder_macro v0.20.2 |
2288 | 2024-11-19T05:18:35.446Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2289 | 2024-11-19T05:18:36.679Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2290 | 2024-11-19T05:18:37.049Z | Compiling xz2 v0.1.7 |
2291 | 2024-11-19T05:18:37.653Z | Compiling zone v0.1.8 |
2292 | 2024-11-19T05:18:41.026Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2293 | 2024-11-19T05:18:41.515Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2294 | 2024-11-19T05:18:43.212Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2295 | 2024-11-19T05:18:43.516Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2296 | 2024-11-19T05:18:44.197Z | Compiling yasna v0.5.2 |
2297 | 2024-11-19T05:18:45.351Z | Compiling phf_generator v0.11.2 |
2298 | 2024-11-19T05:18:45.529Z | Compiling strum_macros v0.24.3 |
2299 | 2024-11-19T05:18:45.553Z | Compiling kstat-rs v0.2.4 |
2300 | 2024-11-19T05:18:46.553Z | Compiling samael v0.0.17 |
2301 | 2024-11-19T05:18:47.579Z | Compiling async-recursion v1.1.1 |
2302 | 2024-11-19T05:18:48.132Z | Compiling unicase v2.7.0 |
2303 | 2024-11-19T05:18:48.253Z | Compiling path-slash v0.1.5 |
2304 | 2024-11-19T05:18:48.513Z | Compiling indoc v1.0.9 |
2305 | 2024-11-19T05:18:48.535Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2306 | 2024-11-19T05:18:49.065Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2307 | 2024-11-19T05:18:49.442Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2308 | 2024-11-19T05:18:50.139Z | Compiling phf_codegen v0.11.2 |
2309 | 2024-11-19T05:18:50.361Z | Compiling rcgen v0.12.1 |
2310 | 2024-11-19T05:18:53.119Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2311 | 2024-11-19T05:19:00.060Z | Compiling derive_builder v0.20.2 |
2312 | 2024-11-19T05:19:00.645Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2313 | 2024-11-19T05:19:03.887Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2314 | 2024-11-19T05:19:04.188Z | Compiling impl-trait-for-tuples v0.2.2 |
2315 | 2024-11-19T05:19:05.180Z | Compiling oso-derive v0.27.3 |
2316 | 2024-11-19T05:19:06.173Z | Compiling libz-sys v1.1.20 |
2317 | 2024-11-19T05:19:06.847Z | Compiling parse-zoneinfo v0.3.1 |
2318 | 2024-11-19T05:19:08.479Z | Compiling quick-xml v0.33.0 |
2319 | 2024-11-19T05:19:09.403Z | Compiling subprocess v0.2.9 |
2320 | 2024-11-19T05:19:09.693Z | Compiling diesel-dtrace v0.3.0 |
2321 | 2024-11-19T05:19:10.006Z | Compiling cfg_aliases v0.1.1 |
2322 | 2024-11-19T05:19:10.131Z | Compiling parking_lot_core v0.8.6 |
2323 | 2024-11-19T05:19:10.593Z | Compiling nix v0.28.0 |
2324 | 2024-11-19T05:19:10.912Z | Compiling oso v0.27.3 |
2325 | 2024-11-19T05:19:11.390Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2326 | 2024-11-19T05:19:14.206Z | Compiling chrono-tz-build v0.4.0 |
2327 | 2024-11-19T05:19:15.526Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2328 | 2024-11-19T05:19:17.081Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2329 | 2024-11-19T05:19:19.137Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2330 | 2024-11-19T05:19:22.366Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2331 | 2024-11-19T05:19:22.389Z | Compiling bb8 v0.8.5 |
2332 | 2024-11-19T05:19:22.672Z | Compiling vte_generate_state_changes v0.1.2 |
2333 | 2024-11-19T05:19:22.999Z | Compiling buf-list v1.0.3 |
2334 | 2024-11-19T05:19:23.288Z | Compiling vte v0.11.1 |
2335 | 2024-11-19T05:19:23.645Z | Compiling async-bb8-diesel v0.2.1 |
2336 | 2024-11-19T05:19:24.500Z | Compiling chrono-tz v0.10.0 |
2337 | 2024-11-19T05:19:25.514Z | Compiling fd-lock v4.0.2 |
2338 | 2024-11-19T05:19:25.755Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2339 | 2024-11-19T05:19:26.098Z | Compiling pin-project-internal v1.1.6 |
2340 | 2024-11-19T05:19:26.536Z | Compiling atty v0.2.14 |
2341 | 2024-11-19T05:19:26.712Z | Compiling salty v0.3.0 |
2342 | 2024-11-19T05:19:27.128Z | Compiling bytecount v0.6.8 |
2343 | 2024-11-19T05:19:27.451Z | Compiling papergrid v0.11.0 |
2344 | 2024-11-19T05:19:28.824Z | Compiling pin-project v1.1.6 |
2345 | 2024-11-19T05:19:28.981Z | Compiling parking_lot v0.11.2 |
2346 | 2024-11-19T05:19:37.787Z | Compiling strip-ansi-escapes v0.2.0 |
2347 | 2024-11-19T05:19:39.376Z | Compiling tabled_derive v0.7.0 |
2348 | 2024-11-19T05:19:40.316Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2349 | 2024-11-19T05:19:41.582Z | Compiling peg-macros v0.8.4 |
2350 | 2024-11-19T05:19:44.844Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2351 | 2024-11-19T05:19:45.083Z | Compiling snafu-derive v0.8.5 |
2352 | 2024-11-19T05:19:45.892Z | Compiling sqlparser_derive v0.2.2 |
2353 | 2024-11-19T05:19:46.903Z | Compiling bumpalo v3.16.0 |
2354 | 2024-11-19T05:19:47.511Z | Compiling nu-ansi-term v0.50.1 |
2355 | 2024-11-19T05:19:48.698Z | Compiling home v0.5.9 |
2356 | 2024-11-19T05:19:49.023Z | Compiling lockfree-object-pool v0.1.6 |
2357 | 2024-11-19T05:19:49.329Z | Compiling simd-adler32 v0.3.7 |
2358 | 2024-11-19T05:19:49.846Z | Compiling zip v2.1.3 |
2359 | 2024-11-19T05:19:50.169Z | Compiling unicode_categories v0.1.1 |
2360 | 2024-11-19T05:19:50.470Z | Compiling sqlformat v0.2.6 |
2361 | 2024-11-19T05:19:50.567Z | Compiling snafu v0.8.5 |
2362 | 2024-11-19T05:19:51.858Z | Compiling zopfli v0.8.1 |
2363 | 2024-11-19T05:19:54.671Z | Compiling rustyline v14.0.0 |
2364 | 2024-11-19T05:19:55.755Z | Compiling reedline v0.35.0 |
2365 | 2024-11-19T05:20:00.855Z | Compiling sqlparser v0.45.0 |
2366 | 2024-11-19T05:20:01.418Z | Compiling peg v0.8.4 |
2367 | 2024-11-19T05:20:01.557Z | Compiling tabled v0.15.0 |
2368 | 2024-11-19T05:20:05.328Z | Compiling mime_guess v2.0.5 |
2369 | 2024-11-19T05:20:06.413Z | Compiling sled v0.34.7 |
2370 | 2024-11-19T05:20:09.044Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2371 | 2024-11-19T05:20:11.264Z | Compiling hickory-client v0.24.1 |
2372 | 2024-11-19T05:20:15.454Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2373 | 2024-11-19T05:20:16.118Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2374 | 2024-11-19T05:20:18.216Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2375 | 2024-11-19T05:20:19.674Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2376 | 2024-11-19T05:20:21.350Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2377 | 2024-11-19T05:20:23.664Z | Compiling globset v0.4.15 |
2378 | 2024-11-19T05:20:26.070Z | Compiling hickory-server v0.24.1 |
2379 | 2024-11-19T05:20:31.354Z | Compiling primeorder v0.13.6 |
2380 | 2024-11-19T05:20:31.971Z | Compiling olpc-cjson v0.1.4 |
2381 | 2024-11-19T05:20:32.332Z | Compiling vergen v8.3.2 |
2382 | 2024-11-19T05:20:32.648Z | Compiling bcs v0.1.6 |
2383 | 2024-11-19T05:20:33.569Z | Compiling env_filter v0.1.2 |
2384 | 2024-11-19T05:20:35.114Z | Compiling serde_plain v1.0.2 |
2385 | 2024-11-19T05:20:35.672Z | Compiling cargo-platform v0.1.8 |
2386 | 2024-11-19T05:20:36.243Z | Compiling nanorand v0.7.0 |
2387 | 2024-11-19T05:20:37.075Z | Compiling memoffset v0.9.1 |
2388 | 2024-11-19T05:20:37.440Z | Compiling typed-path v0.9.3 |
2389 | 2024-11-19T05:20:38.327Z | Compiling flume v0.11.1 |
2390 | 2024-11-19T05:20:39.155Z | Compiling cargo_metadata v0.18.1 |
2391 | 2024-11-19T05:20:39.553Z | Compiling env_logger v0.11.5 |
2392 | 2024-11-19T05:20:40.597Z | Compiling tough v0.19.0 |
2393 | 2024-11-19T05:20:42.711Z | Compiling p384 v0.13.0 |
2394 | 2024-11-19T05:20:45.119Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2395 | 2024-11-19T05:20:48.861Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2396 | 2024-11-19T05:20:50.942Z | Compiling git2 v0.19.0 |
2397 | 2024-11-19T05:20:58.839Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2398 | 2024-11-19T05:21:00.940Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2399 | 2024-11-19T05:21:06.080Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2400 | 2024-11-19T05:21:08.652Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2401 | 2024-11-19T05:21:09.530Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2402 | 2024-11-19T05:21:10.253Z | Compiling rand_seeder v0.3.0 |
2403 | 2024-11-19T05:21:10.690Z | Compiling libsqlite3-sys v0.30.1 |
2404 | 2024-11-19T05:21:11.248Z | Compiling rustls v0.21.12 |
2405 | 2024-11-19T05:21:11.554Z | Compiling parse-size v1.1.0 |
2406 | 2024-11-19T05:21:11.883Z | Compiling cfg_aliases v0.2.1 |
2407 | 2024-11-19T05:21:12.012Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2408 | 2024-11-19T05:21:12.243Z | Compiling nix v0.29.0 |
2409 | 2024-11-19T05:21:12.372Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2410 | 2024-11-19T05:21:12.924Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2411 | 2024-11-19T05:21:13.154Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2412 | 2024-11-19T05:21:14.969Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2413 | 2024-11-19T05:21:15.239Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2414 | 2024-11-19T05:21:16.036Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2415 | 2024-11-19T05:21:16.341Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2416 | 2024-11-19T05:21:16.425Z | Compiling sct v0.7.1 |
2417 | 2024-11-19T05:21:16.895Z | Compiling rustls-webpki v0.101.7 |
2418 | 2024-11-19T05:21:19.066Z | Compiling castaway v0.2.3 |
2419 | 2024-11-19T05:21:19.273Z | Compiling csv-core v0.1.11 |
2420 | 2024-11-19T05:21:20.159Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2421 | 2024-11-19T05:21:20.482Z | Compiling http-range v0.1.5 |
2422 | 2024-11-19T05:21:20.607Z | Compiling glob v0.3.1 |
2423 | 2024-11-19T05:21:20.769Z | Compiling hyper-staticfile v0.10.1 |
2424 | 2024-11-19T05:21:21.062Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2425 | 2024-11-19T05:21:22.734Z | Compiling csv v1.3.0 |
2426 | 2024-11-19T05:21:23.780Z | Compiling compact_str v0.8.0 |
2427 | 2024-11-19T05:21:25.878Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2428 | 2024-11-19T05:21:26.346Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2429 | 2024-11-19T05:21:27.642Z | Compiling nix v0.27.1 |
2430 | 2024-11-19T05:21:28.371Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2431 | 2024-11-19T05:21:31.778Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2432 | 2024-11-19T05:21:35.692Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2433 | 2024-11-19T05:21:41.555Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2434 | 2024-11-19T05:21:41.984Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2435 | 2024-11-19T05:21:45.515Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2436 | 2024-11-19T05:21:45.868Z | Compiling unicode-truncate v1.1.0 |
2437 | 2024-11-19T05:21:46.156Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2438 | 2024-11-19T05:21:46.452Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2439 | 2024-11-19T05:21:46.762Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2440 | 2024-11-19T05:21:48.687Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2441 | 2024-11-19T05:21:49.187Z | Compiling hashlink v0.9.1 |
2442 | 2024-11-19T05:21:50.055Z | Compiling tungstenite v0.23.0 |
2443 | 2024-11-19T05:21:50.824Z | Compiling lru v0.12.5 |
2444 | 2024-11-19T05:21:51.224Z | Compiling instability v0.3.2 |
2445 | 2024-11-19T05:21:51.633Z | Compiling fallible-iterator v0.3.0 |
2446 | 2024-11-19T05:21:52.212Z | Compiling fallible-streaming-iterator v0.1.9 |
2447 | 2024-11-19T05:21:52.472Z | Compiling cassowary v0.3.0 |
2448 | 2024-11-19T05:21:52.518Z | Compiling rusqlite v0.32.1 |
2449 | 2024-11-19T05:21:54.025Z | Compiling ratatui v0.28.1 |
2450 | 2024-11-19T05:21:55.824Z | Compiling tokio-tungstenite v0.23.1 |
2451 | 2024-11-19T05:21:56.076Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2452 | 2024-11-19T05:21:58.731Z | Compiling tokio-rustls v0.24.1 |
2453 | 2024-11-19T05:22:04.966Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2454 | 2024-11-19T05:22:11.301Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2455 | 2024-11-19T05:22:12.704Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2456 | 2024-11-19T05:22:14.303Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2457 | 2024-11-19T05:22:14.323Z | Compiling rustls-pemfile v1.0.4 |
2458 | 2024-11-19T05:22:15.098Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2459 | 2024-11-19T05:22:15.418Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2460 | 2024-11-19T05:22:15.554Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2461 | 2024-11-19T05:22:15.742Z | Compiling signal-hook-tokio v0.3.1 |
2462 | 2024-11-19T05:22:16.096Z | Compiling twox-hash v1.6.3 |
2463 | 2024-11-19T05:22:17.129Z | Compiling smawk v0.3.2 |
2464 | 2024-11-19T05:22:17.433Z | Compiling is_ci v1.2.0 |
2465 | 2024-11-19T05:22:17.767Z | Compiling unicode-linebreak v0.1.5 |
2466 | 2024-11-19T05:22:18.348Z | Compiling textwrap v0.16.1 |
2467 | 2024-11-19T05:22:20.672Z | Compiling supports-color v3.0.1 |
2468 | 2024-11-19T05:22:21.968Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2469 | 2024-11-19T05:22:27.539Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2470 | 2024-11-19T05:22:30.218Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2471 | 2024-11-19T05:22:40.004Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2472 | 2024-11-19T05:22:41.777Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2473 | 2024-11-19T05:22:41.924Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2474 | 2024-11-19T05:22:42.514Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2475 | 2024-11-19T05:22:44.824Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2476 | 2024-11-19T05:22:52.057Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2477 | 2024-11-19T05:22:52.365Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2478 | 2024-11-19T05:22:55.269Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2479 | 2024-11-19T05:22:58.991Z | Compiling fatfs v0.3.6 |
2480 | 2024-11-19T05:23:01.766Z | Compiling rtoolbox v0.0.2 |
2481 | 2024-11-19T05:23:01.836Z | Compiling assert_matches v1.5.0 |
2482 | 2024-11-19T05:23:02.210Z | Compiling rpassword v7.3.1 |
2483 | 2024-11-19T05:23:02.670Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2484 | 2024-11-19T05:23:04.355Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2485 | 2024-11-19T05:23:15.261Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2486 | 2024-11-19T05:23:22.413Z | Compiling tui-tree-widget v0.22.0 |
2487 | 2024-11-19T05:23:22.897Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2488 | 2024-11-19T05:23:26.928Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2489 | 2024-11-19T05:23:30.689Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2490 | 2024-11-19T05:23:31.042Z | Compiling uzers v0.12.1 |
2491 | 2024-11-19T05:23:34.170Z | Compiling shell-words v1.1.0 |
2492 | 2024-11-19T05:23:34.629Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2493 | 2024-11-19T05:23:40.458Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2494 | 2024-11-19T05:23:42.515Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2495 | 2024-11-19T05:24:05.882Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2496 | 2024-11-19T05:24:11.680Z | Compiling multimap v0.10.0 |
2497 | 2024-11-19T05:26:10.501Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2498 | 2024-11-19T05:26:21.848Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2499 | 2024-11-19T05:33:03.937Z | Finished `release` profile [optimized] target(s) in 16m 06s |
2500 | 2024-11-19T05:34:04.056Z | |
2501 | 2024-11-19T05:34:04.059Z | real 17:07.404776088 |
2502 | 2024-11-19T05:34:04.059Z | user 1:56:32.507086307 |
2503 | 2024-11-19T05:34:04.059Z | sys 5:48.439441811 |
2504 | 2024-11-19T05:34:04.059Z | trap 2.746256901 |
2505 | 2024-11-19T05:34:04.059Z | tflt 2.850666594 |
2506 | 2024-11-19T05:34:04.059Z | dflt 3.646059196 |
2507 | 2024-11-19T05:34:04.059Z | kflt 0.456557115 |
2508 | 2024-11-19T05:34:04.059Z | lock 7:10:43.946355936 |
2509 | 2024-11-19T05:34:04.059Z | slp 6:10:35.087889066 |
2510 | 2024-11-19T05:34:04.059Z | lat 2:57.908929952 |
2511 | 2024-11-19T05:34:04.059Z | stop 2:31.947453388 |
2512 | 2024-11-19T05:34:04.059Z | + mapfile -t packages |
2513 | 2024-11-19T05:34:04.059Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2514 | 2024-11-19T05:34:05.015Z | Finished `release` profile [optimized] target(s) in 0.91s |
2515 | 2024-11-19T05:34:05.070Z | Running `target/release/omicron-package -t test list-outputs` |
2516 | 2024-11-19T05:34:05.113Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2517 | 2024-11-19T05:34:05.116Z | + ptime -m cargo build --locked --release -p xtask |
2518 | 2024-11-19T05:34:05.644Z | Compiling serde v1.0.215 |
2519 | 2024-11-19T05:34:05.647Z | Compiling libc v0.2.162 |
2520 | 2024-11-19T05:34:05.647Z | Compiling serde_json v1.0.132 |
2521 | 2024-11-19T05:34:05.647Z | Compiling rustix v0.38.37 |
2522 | 2024-11-19T05:34:05.647Z | Compiling bitflags v2.6.0 |
2523 | 2024-11-19T05:34:05.734Z | Compiling syn v2.0.87 |
2524 | 2024-11-19T05:34:06.056Z | Compiling usdt-impl v0.5.0 |
2525 | 2024-11-19T05:34:06.236Z | Compiling syn v1.0.109 |
2526 | 2024-11-19T05:34:06.251Z | Compiling hashbrown v0.15.0 |
2527 | 2024-11-19T05:34:06.269Z | Compiling log v0.4.22 |
2528 | 2024-11-19T05:34:06.520Z | Compiling fs-err v2.11.0 |
2529 | 2024-11-19T05:34:06.784Z | Compiling anyhow v1.0.93 |
2530 | 2024-11-19T05:34:07.100Z | Compiling thread-id v4.2.2 |
2531 | 2024-11-19T05:34:07.217Z | Compiling once_cell v1.20.2 |
2532 | 2024-11-19T05:34:07.602Z | Compiling indexmap v2.6.0 |
2533 | 2024-11-19T05:34:08.986Z | Compiling terminal_size v0.4.0 |
2534 | 2024-11-19T05:34:09.076Z | Compiling tempfile v3.13.0 |
2535 | 2024-11-19T05:34:09.214Z | Compiling clap_builder v4.5.21 |
2536 | 2024-11-19T05:34:09.228Z | Compiling proc-macro-error v1.0.4 |
2537 | 2024-11-19T05:34:10.988Z | Compiling tabled_derive v0.7.0 |
2538 | 2024-11-19T05:34:12.377Z | Compiling tabled v0.15.0 |
2539 | 2024-11-19T05:34:13.599Z | Compiling serde_derive v1.0.215 |
2540 | 2024-11-19T05:34:13.645Z | Compiling thiserror-impl v1.0.69 |
2541 | 2024-11-19T05:34:14.464Z | Compiling zerocopy-derive v0.7.35 |
2542 | 2024-11-19T05:34:15.055Z | Compiling scroll_derive v0.12.0 |
2543 | 2024-11-19T05:34:16.460Z | Compiling scroll v0.12.0 |
2544 | 2024-11-19T05:34:16.555Z | Compiling zerocopy v0.7.35 |
2545 | 2024-11-19T05:34:16.611Z | Compiling thiserror v1.0.69 |
2546 | 2024-11-19T05:34:16.772Z | Compiling pest v2.7.14 |
2547 | 2024-11-19T05:34:18.214Z | Compiling goblin v0.8.2 |
2548 | 2024-11-19T05:34:19.773Z | Compiling pest_meta v2.7.14 |
2549 | 2024-11-19T05:34:21.105Z | Compiling pest_generator v2.7.14 |
2550 | 2024-11-19T05:34:23.926Z | Compiling pest_derive v2.7.14 |
2551 | 2024-11-19T05:34:24.695Z | Compiling dtrace-parser v0.2.0 |
2552 | 2024-11-19T05:34:26.564Z | Compiling clap_derive v4.5.18 |
2553 | 2024-11-19T05:34:27.989Z | Compiling toml_datetime v0.6.8 |
2554 | 2024-11-19T05:34:28.704Z | Compiling serde_spanned v0.6.8 |
2555 | 2024-11-19T05:34:29.227Z | Compiling serde_tokenstream v0.2.2 |
2556 | 2024-11-19T05:34:29.825Z | Compiling dof v0.3.0 |
2557 | 2024-11-19T05:34:30.785Z | Compiling toml_edit v0.22.22 |
2558 | 2024-11-19T05:34:31.653Z | Compiling camino v1.1.9 |
2559 | 2024-11-19T05:34:33.521Z | Compiling usdt-macro v0.5.0 |
2560 | 2024-11-19T05:34:33.653Z | Compiling usdt-attr-macro v0.5.0 |
2561 | 2024-11-19T05:34:34.750Z | Compiling toml v0.8.19 |
2562 | 2024-11-19T05:34:35.018Z | Compiling semver v1.0.23 |
2563 | 2024-11-19T05:34:35.776Z | Compiling cargo-platform v0.1.8 |
2564 | 2024-11-19T05:34:36.497Z | Compiling cargo_metadata v0.18.1 |
2565 | 2024-11-19T05:34:36.876Z | Compiling cargo_toml v0.20.5 |
2566 | 2024-11-19T05:34:41.507Z | Compiling usdt v0.5.0 |
2567 | 2024-11-19T05:34:42.511Z | Compiling camino-tempfile v1.1.1 |
2568 | 2024-11-19T05:34:42.558Z | Compiling clap v4.5.21 |
2569 | 2024-11-19T05:34:42.671Z | Compiling macaddr v1.0.1 |
2570 | 2024-11-19T05:34:50.091Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2571 | 2024-11-19T05:35:01.137Z | Finished `release` profile [optimized] target(s) in 55.97s |
2572 | 2024-11-19T05:35:01.237Z | |
2573 | 2024-11-19T05:35:01.237Z | real 56.096244874 |
2574 | 2024-11-19T05:35:01.237Z | user 5:40.639937484 |
2575 | 2024-11-19T05:35:01.237Z | sys 30.165578983 |
2576 | 2024-11-19T05:35:01.237Z | trap 0.139671453 |
2577 | 2024-11-19T05:35:01.237Z | tflt 0.405575497 |
2578 | 2024-11-19T05:35:01.237Z | dflt 0.412602741 |
2579 | 2024-11-19T05:35:01.240Z | kflt 0.000011979 |
2580 | 2024-11-19T05:35:01.240Z | lock 10:48.944143444 |
2581 | 2024-11-19T05:35:01.240Z | slp 16:30.176507975 |
2582 | 2024-11-19T05:35:01.240Z | lat 11.685928156 |
2583 | 2024-11-19T05:35:01.240Z | stop 14.585556961 |
2584 | 2024-11-19T05:35:01.240Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2585 | 2024-11-19T05:35:01.240Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2586 | 2024-11-19T05:35:01.240Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2587 | 2024-11-19T05:35:01.240Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2588 | 2024-11-19T05:35:01.240Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2589 | 2024-11-19T05:35:02.071Z | Compiling hashbrown v0.14.5 |
2590 | 2024-11-19T05:35:02.196Z | Compiling unsafe-libyaml v0.2.11 |
2591 | 2024-11-19T05:35:02.209Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2592 | 2024-11-19T05:35:02.209Z | Compiling progenitor-client v0.8.0 |
2593 | 2024-11-19T05:35:02.212Z | Compiling ident_case v1.0.1 |
2594 | 2024-11-19T05:35:02.212Z | Compiling ipnetwork v0.20.0 |
2595 | 2024-11-19T05:35:02.212Z | Compiling instant v0.1.13 |
2596 | 2024-11-19T05:35:02.212Z | Compiling structmeta-derive v0.3.0 |
2597 | 2024-11-19T05:35:02.354Z | Compiling newtype-uuid v1.1.3 |
2598 | 2024-11-19T05:35:02.439Z | Compiling darling_core v0.20.10 |
2599 | 2024-11-19T05:35:02.650Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2600 | 2024-11-19T05:35:02.701Z | Compiling dropshot v0.13.0 |
2601 | 2024-11-19T05:35:03.056Z | Compiling dropshot_endpoint v0.13.0 |
2602 | 2024-11-19T05:35:03.075Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2603 | 2024-11-19T05:35:03.126Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2604 | 2024-11-19T05:35:03.443Z | Compiling regress v0.10.1 |
2605 | 2024-11-19T05:35:03.475Z | Compiling serde_yaml v0.9.34+deprecated |
2606 | 2024-11-19T05:35:03.498Z | Compiling regress v0.9.1 |
2607 | 2024-11-19T05:35:03.834Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2608 | 2024-11-19T05:35:04.030Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2609 | 2024-11-19T05:35:04.082Z | Compiling backoff v0.4.0 |
2610 | 2024-11-19T05:35:04.450Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2611 | 2024-11-19T05:35:04.621Z | Compiling macaddr v1.0.1 |
2612 | 2024-11-19T05:35:04.812Z | Compiling tempfile v3.13.0 |
2613 | 2024-11-19T05:35:05.087Z | Compiling proc-macro-crate v1.3.1 |
2614 | 2024-11-19T05:35:05.211Z | Compiling structmeta v0.3.0 |
2615 | 2024-11-19T05:35:05.657Z | Compiling parse-display-derive v0.10.0 |
2616 | 2024-11-19T05:35:05.713Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2617 | 2024-11-19T05:35:06.167Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2618 | 2024-11-19T05:35:06.353Z | Compiling num_enum_derive v0.5.11 |
2619 | 2024-11-19T05:35:06.579Z | Compiling foreign-types-macros v0.2.3 |
2620 | 2024-11-19T05:35:07.879Z | Compiling typify-impl v0.2.0 |
2621 | 2024-11-19T05:35:07.895Z | Compiling foreign-types-shared v0.3.1 |
2622 | 2024-11-19T05:35:08.028Z | Compiling heapless v0.8.0 |
2623 | 2024-11-19T05:35:08.694Z | Compiling foreign-types v0.5.0 |
2624 | 2024-11-19T05:35:08.788Z | Compiling proc-macro-error v1.0.4 |
2625 | 2024-11-19T05:35:08.992Z | Compiling camino-tempfile v1.1.1 |
2626 | 2024-11-19T05:35:09.010Z | Compiling num_enum v0.5.11 |
2627 | 2024-11-19T05:35:09.107Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2628 | 2024-11-19T05:35:09.167Z | Compiling hash32 v0.3.1 |
2629 | 2024-11-19T05:35:09.425Z | Compiling cstr-argument v0.1.2 |
2630 | 2024-11-19T05:35:09.479Z | Compiling crucible-workspace-hack v0.1.0 |
2631 | 2024-11-19T05:35:09.512Z | Compiling smoltcp v0.11.0 |
2632 | 2024-11-19T05:35:09.676Z | Compiling pretty-hex v0.2.1 |
2633 | 2024-11-19T05:35:09.709Z | Compiling darling_macro v0.20.10 |
2634 | 2024-11-19T05:35:09.787Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2635 | 2024-11-19T05:35:09.857Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2636 | 2024-11-19T05:35:09.946Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2637 | 2024-11-19T05:35:10.215Z | Compiling tabwriter v1.4.0 |
2638 | 2024-11-19T05:35:10.242Z | Compiling colored v2.1.0 |
2639 | 2024-11-19T05:35:10.361Z | Compiling cobs v0.2.3 |
2640 | 2024-11-19T05:35:10.475Z | Compiling parse-display v0.10.0 |
2641 | 2024-11-19T05:35:10.669Z | Compiling darling v0.20.10 |
2642 | 2024-11-19T05:35:10.685Z | Compiling postcard v1.0.10 |
2643 | 2024-11-19T05:35:10.793Z | Compiling serde_with_macros v3.11.0 |
2644 | 2024-11-19T05:35:10.838Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2645 | 2024-11-19T05:35:11.084Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2646 | 2024-11-19T05:35:11.226Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2647 | 2024-11-19T05:35:11.265Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2648 | 2024-11-19T05:35:11.298Z | Compiling smf v0.2.3 |
2649 | 2024-11-19T05:35:11.369Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2650 | 2024-11-19T05:35:11.723Z | Compiling zone_cfg_derive v0.3.0 |
2651 | 2024-11-19T05:35:12.145Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2652 | 2024-11-19T05:35:12.624Z | Compiling num-derive v0.4.2 |
2653 | 2024-11-19T05:35:12.769Z | Compiling sigpipe v0.1.3 |
2654 | 2024-11-19T05:35:12.900Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2655 | 2024-11-19T05:35:13.215Z | Compiling zone v0.3.0 |
2656 | 2024-11-19T05:35:13.241Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2657 | 2024-11-19T05:35:13.768Z | Compiling serde_with v3.11.0 |
2658 | 2024-11-19T05:35:14.435Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2659 | 2024-11-19T05:35:14.758Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2660 | 2024-11-19T05:35:14.913Z | Compiling universal-hash v0.5.1 |
2661 | 2024-11-19T05:35:15.014Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2662 | 2024-11-19T05:35:15.110Z | Compiling opaque-debug v0.3.1 |
2663 | 2024-11-19T05:35:15.219Z | Compiling num-rational v0.4.2 |
2664 | 2024-11-19T05:35:15.830Z | Compiling password-hash v0.5.0 |
2665 | 2024-11-19T05:35:15.971Z | Compiling num-complex v0.4.6 |
2666 | 2024-11-19T05:35:16.584Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2667 | 2024-11-19T05:35:16.866Z | Compiling blake2 v0.10.6 |
2668 | 2024-11-19T05:35:16.953Z | Compiling aead v0.5.2 |
2669 | 2024-11-19T05:35:17.110Z | Compiling convert_case v0.4.0 |
2670 | 2024-11-19T05:35:17.113Z | Compiling keccak v0.1.5 |
2671 | 2024-11-19T05:35:17.345Z | Compiling num v0.4.3 |
2672 | 2024-11-19T05:35:17.464Z | Compiling argon2 v0.5.3 |
2673 | 2024-11-19T05:35:17.873Z | Compiling poly1305 v0.8.0 |
2674 | 2024-11-19T05:35:17.977Z | Compiling tungstenite v0.21.0 |
2675 | 2024-11-19T05:35:18.109Z | Compiling derive_more v0.99.18 |
2676 | 2024-11-19T05:35:18.153Z | Compiling sha3 v0.10.8 |
2677 | 2024-11-19T05:35:18.224Z | Compiling chacha20 v0.9.1 |
2678 | 2024-11-19T05:35:18.712Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2679 | 2024-11-19T05:35:18.906Z | Compiling base64 v0.21.7 |
2680 | 2024-11-19T05:35:19.217Z | Compiling float-ord v0.3.2 |
2681 | 2024-11-19T05:35:19.407Z | Compiling tokio-tungstenite v0.21.0 |
2682 | 2024-11-19T05:35:19.545Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2683 | 2024-11-19T05:35:19.689Z | Compiling semver v0.1.20 |
2684 | 2024-11-19T05:35:19.992Z | Compiling same-file v1.0.6 |
2685 | 2024-11-19T05:35:20.010Z | Compiling newline-converter v0.3.0 |
2686 | 2024-11-19T05:35:20.173Z | Compiling walkdir v2.5.0 |
2687 | 2024-11-19T05:35:20.192Z | Compiling rustc_version v0.1.7 |
2688 | 2024-11-19T05:35:20.216Z | Compiling primeorder v0.13.6 |
2689 | 2024-11-19T05:35:20.272Z | Compiling secrecy v0.8.0 |
2690 | 2024-11-19T05:35:20.292Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2691 | 2024-11-19T05:35:20.376Z | Compiling cancel-safe-futures v0.1.5 |
2692 | 2024-11-19T05:35:20.557Z | Compiling owo-colors v4.1.0 |
2693 | 2024-11-19T05:35:20.724Z | Compiling newtype_derive v0.1.6 |
2694 | 2024-11-19T05:35:20.743Z | Compiling expectorate v1.1.0 |
2695 | 2024-11-19T05:35:20.796Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2696 | 2024-11-19T05:35:20.890Z | Compiling thiserror-impl-no-std v2.0.2 |
2697 | 2024-11-19T05:35:20.934Z | Compiling blake3 v1.5.4 |
2698 | 2024-11-19T05:35:20.934Z | Compiling ring v0.16.20 |
2699 | 2024-11-19T05:35:21.039Z | Compiling unicase v2.7.0 |
2700 | 2024-11-19T05:35:21.168Z | Compiling half v2.4.1 |
2701 | 2024-11-19T05:35:21.196Z | Compiling ciborium-io v0.2.2 |
2702 | 2024-11-19T05:35:21.346Z | Compiling arc-swap v1.7.1 |
2703 | 2024-11-19T05:35:21.593Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2704 | 2024-11-19T05:35:21.742Z | Compiling ciborium-ll v0.2.2 |
2705 | 2024-11-19T05:35:21.892Z | Compiling slog-scope v4.4.0 |
2706 | 2024-11-19T05:35:22.346Z | Compiling polyval v0.6.2 |
2707 | 2024-11-19T05:35:22.415Z | Compiling atomicwrites v0.4.4 |
2708 | 2024-11-19T05:35:22.780Z | Compiling libsw v3.3.1 |
2709 | 2024-11-19T05:35:22.800Z | Compiling memmap2 v0.9.5 |
2710 | 2024-11-19T05:35:22.803Z | Compiling indent_write v2.2.0 |
2711 | 2024-11-19T05:35:23.037Z | Compiling libefi-sys v0.1.0 |
2712 | 2024-11-19T05:35:23.114Z | Compiling spin v0.5.2 |
2713 | 2024-11-19T05:35:23.257Z | Compiling arrayref v0.3.9 |
2714 | 2024-11-19T05:35:23.339Z | Compiling constant_time_eq v0.3.1 |
2715 | 2024-11-19T05:35:23.358Z | Compiling arrayvec v0.7.6 |
2716 | 2024-11-19T05:35:23.376Z | Compiling salty v0.3.0 |
2717 | 2024-11-19T05:35:23.525Z | Compiling linear-map v1.2.0 |
2718 | 2024-11-19T05:35:23.804Z | Compiling parking_lot_core v0.8.6 |
2719 | 2024-11-19T05:35:23.939Z | Compiling ghash v0.5.1 |
2720 | 2024-11-19T05:35:24.160Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2721 | 2024-11-19T05:35:24.179Z | Compiling thiserror-no-std v2.0.2 |
2722 | 2024-11-19T05:35:24.306Z | Compiling vsss-rs v3.3.4 |
2723 | 2024-11-19T05:35:24.353Z | Compiling slog-stdlog v4.1.1 |
2724 | 2024-11-19T05:35:24.424Z | Compiling ciborium v0.2.2 |
2725 | 2024-11-19T05:35:25.354Z | Compiling p384 v0.13.0 |
2726 | 2024-11-19T05:35:25.431Z | Compiling toolchain_find v0.4.0 |
2727 | 2024-11-19T05:35:25.895Z | Compiling chacha20poly1305 v0.10.1 |
2728 | 2024-11-19T05:35:25.996Z | Compiling lzma-sys v0.1.20 |
2729 | 2024-11-19T05:35:26.173Z | Compiling ctr v0.9.2 |
2730 | 2024-11-19T05:35:26.234Z | Compiling itertools v0.13.0 |
2731 | 2024-11-19T05:35:26.547Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2732 | 2024-11-19T05:35:26.657Z | Compiling typify-macro v0.2.0 |
2733 | 2024-11-19T05:35:26.813Z | Compiling bitfield-struct v0.6.2 |
2734 | 2024-11-19T05:35:26.949Z | Compiling slog-dtrace v0.3.0 |
2735 | 2024-11-19T05:35:26.952Z | Compiling topological-sort v0.2.2 |
2736 | 2024-11-19T05:35:27.201Z | Compiling highway v1.2.0 |
2737 | 2024-11-19T05:35:27.325Z | Compiling omicron-zone-package v0.11.1 |
2738 | 2024-11-19T05:35:28.093Z | Compiling aes-gcm v0.10.3 |
2739 | 2024-11-19T05:35:28.143Z | Compiling rustfmt-wrapper v0.2.1 |
2740 | 2024-11-19T05:35:28.299Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2741 | 2024-11-19T05:35:28.320Z | Compiling mime_guess v2.0.5 |
2742 | 2024-11-19T05:35:28.394Z | Compiling steno v0.4.1 |
2743 | 2024-11-19T05:35:28.718Z | Compiling slog-envlogger v2.2.0 |
2744 | 2024-11-19T05:35:29.556Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2745 | 2024-11-19T05:35:29.583Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2746 | 2024-11-19T05:35:29.635Z | Compiling heck v0.3.3 |
2747 | 2024-11-19T05:35:29.675Z | Compiling ssh-encoding v0.2.0 |
2748 | 2024-11-19T05:35:30.099Z | Compiling blowfish v0.9.1 |
2749 | 2024-11-19T05:35:30.224Z | Compiling nibble_vec v0.1.0 |
2750 | 2024-11-19T05:35:30.244Z | Compiling env_filter v0.1.2 |
2751 | 2024-11-19T05:35:30.444Z | Compiling endian-type v0.1.2 |
2752 | 2024-11-19T05:35:30.554Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2753 | 2024-11-19T05:35:30.574Z | Compiling humantime v2.1.0 |
2754 | 2024-11-19T05:35:30.696Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2755 | 2024-11-19T05:35:30.726Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2756 | 2024-11-19T05:35:30.828Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2757 | 2024-11-19T05:35:30.876Z | Compiling radix_trie v0.2.1 |
2758 | 2024-11-19T05:35:30.946Z | Compiling typify v0.2.0 |
2759 | 2024-11-19T05:35:31.057Z | Compiling env_logger v0.11.5 |
2760 | 2024-11-19T05:35:31.096Z | Compiling bcrypt-pbkdf v0.10.0 |
2761 | 2024-11-19T05:35:31.136Z | Compiling progenitor-impl v0.8.0 |
2762 | 2024-11-19T05:35:31.157Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2763 | 2024-11-19T05:35:31.593Z | Compiling zone_cfg_derive v0.1.2 |
2764 | 2024-11-19T05:35:31.770Z | Compiling ssh-cipher v0.2.0 |
2765 | 2024-11-19T05:35:31.938Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2766 | 2024-11-19T05:35:32.174Z | Compiling parking_lot v0.11.2 |
2767 | 2024-11-19T05:35:32.485Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2768 | 2024-11-19T05:35:32.891Z | Compiling password-hash v0.4.2 |
2769 | 2024-11-19T05:35:32.948Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2770 | 2024-11-19T05:35:33.106Z | Compiling gethostname v0.5.0 |
2771 | 2024-11-19T05:35:33.123Z | Compiling fxhash v0.2.1 |
2772 | 2024-11-19T05:35:33.329Z | Compiling base64 v0.13.1 |
2773 | 2024-11-19T05:35:33.331Z | Compiling matches v0.1.10 |
2774 | 2024-11-19T05:35:33.451Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2775 | 2024-11-19T05:35:33.481Z | Compiling idna v0.2.3 |
2776 | 2024-11-19T05:35:33.588Z | Compiling pbkdf2 v0.11.0 |
2777 | 2024-11-19T05:35:33.691Z | Compiling sled v0.34.7 |
2778 | 2024-11-19T05:35:33.770Z | Compiling ron v0.7.1 |
2779 | 2024-11-19T05:35:33.793Z | Compiling zone v0.1.8 |
2780 | 2024-11-19T05:35:33.941Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2781 | 2024-11-19T05:35:33.961Z | Compiling xz2 v0.1.7 |
2782 | 2024-11-19T05:35:34.449Z | Compiling ssh-key v0.6.6 |
2783 | 2024-11-19T05:35:35.115Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2784 | 2024-11-19T05:35:35.431Z | Compiling hickory-client v0.24.1 |
2785 | 2024-11-19T05:35:36.280Z | Compiling p521 v0.13.3 |
2786 | 2024-11-19T05:35:36.308Z | Compiling p256 v0.13.2 |
2787 | 2024-11-19T05:35:36.684Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2788 | 2024-11-19T05:35:36.999Z | Compiling hickory-server v0.24.1 |
2789 | 2024-11-19T05:35:37.175Z | Compiling enum-as-inner v0.5.1 |
2790 | 2024-11-19T05:35:37.868Z | Compiling pem v3.0.4 |
2791 | 2024-11-19T05:35:38.210Z | Compiling yasna v0.5.2 |
2792 | 2024-11-19T05:35:38.696Z | Compiling headers-core v0.3.0 |
2793 | 2024-11-19T05:35:38.714Z | Compiling kstat-rs v0.2.4 |
2794 | 2024-11-19T05:35:38.867Z | Compiling nanorand v0.7.0 |
2795 | 2024-11-19T05:35:39.232Z | Compiling atty v0.2.14 |
2796 | 2024-11-19T05:35:39.373Z | Compiling russh-cryptovec v0.7.3 |
2797 | 2024-11-19T05:35:39.393Z | Compiling md5 v0.7.0 |
2798 | 2024-11-19T05:35:39.432Z | Compiling http-range v0.1.5 |
2799 | 2024-11-19T05:35:39.459Z | Compiling progenitor-macro v0.8.0 |
2800 | 2024-11-19T05:35:39.685Z | Compiling russh-keys v0.45.0 |
2801 | 2024-11-19T05:35:39.825Z | Compiling hyper-staticfile v0.10.1 |
2802 | 2024-11-19T05:35:39.887Z | Compiling flume v0.11.1 |
2803 | 2024-11-19T05:35:39.922Z | Compiling rcgen v0.12.1 |
2804 | 2024-11-19T05:35:40.035Z | Compiling headers v0.4.0 |
2805 | 2024-11-19T05:35:40.632Z | Compiling trust-dns-proto v0.22.0 |
2806 | 2024-11-19T05:35:41.060Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2807 | 2024-11-19T05:35:42.079Z | Compiling num-bigint v0.4.6 |
2808 | 2024-11-19T05:35:42.489Z | Compiling des v0.8.1 |
2809 | 2024-11-19T05:35:42.861Z | Compiling subprocess v0.2.9 |
2810 | 2024-11-19T05:35:44.028Z | Compiling dhcproto-macros v0.1.0 |
2811 | 2024-11-19T05:35:44.252Z | Compiling hex-literal v0.4.1 |
2812 | 2024-11-19T05:35:44.420Z | Compiling display-error-chain v0.2.2 |
2813 | 2024-11-19T05:35:44.633Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2814 | 2024-11-19T05:35:44.870Z | Compiling internet-checksum v0.2.1 |
2815 | 2024-11-19T05:35:45.084Z | Compiling dhcproto v0.12.0 |
2816 | 2024-11-19T05:35:45.249Z | Compiling russh v0.45.0 |
2817 | 2024-11-19T05:35:50.221Z | Compiling progenitor v0.8.0 |
2818 | 2024-11-19T05:35:50.377Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2819 | 2024-11-19T05:35:50.377Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2820 | 2024-11-19T05:35:50.380Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2821 | 2024-11-19T05:35:50.380Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2822 | 2024-11-19T05:35:50.434Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2823 | 2024-11-19T05:35:50.464Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2824 | 2024-11-19T05:35:50.621Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2825 | 2024-11-19T05:35:50.743Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2826 | 2024-11-19T05:35:51.593Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2827 | 2024-11-19T05:35:51.948Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2828 | 2024-11-19T05:35:57.213Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2829 | 2024-11-19T05:35:57.244Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2830 | 2024-11-19T05:36:06.455Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2831 | 2024-11-19T05:36:06.455Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2832 | 2024-11-19T05:36:06.458Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2833 | 2024-11-19T05:36:06.459Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2834 | 2024-11-19T05:36:07.354Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2835 | 2024-11-19T05:36:09.739Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2836 | 2024-11-19T05:36:10.637Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2837 | 2024-11-19T05:36:11.442Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2838 | 2024-11-19T05:36:11.513Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2839 | 2024-11-19T05:36:14.077Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2840 | 2024-11-19T05:36:14.603Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2841 | 2024-11-19T05:36:15.469Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2842 | 2024-11-19T05:36:15.626Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2843 | 2024-11-19T05:36:16.681Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2844 | 2024-11-19T05:36:17.412Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2845 | 2024-11-19T05:36:17.844Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2846 | 2024-11-19T05:36:18.707Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2847 | 2024-11-19T05:36:18.905Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2848 | 2024-11-19T05:36:19.540Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2849 | 2024-11-19T05:36:22.544Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2850 | 2024-11-19T05:36:22.915Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2851 | 2024-11-19T05:36:23.042Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2852 | 2024-11-19T05:36:24.374Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2853 | 2024-11-19T05:36:25.091Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2854 | 2024-11-19T05:36:27.967Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2855 | 2024-11-19T05:36:28.817Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2856 | 2024-11-19T05:36:30.145Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2857 | 2024-11-19T05:36:30.871Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2858 | 2024-11-19T05:36:35.627Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2859 | 2024-11-19T05:36:44.169Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2860 | 2024-11-19T05:36:45.391Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2861 | 2024-11-19T05:37:02.712Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2862 | 2024-11-19T05:37:32.704Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
2863 | 2024-11-19T05:37:32.903Z | |
2864 | 2024-11-19T05:37:32.903Z | real 2:31.623598233 |
2865 | 2024-11-19T05:37:32.903Z | user 11:53.190635555 |
2866 | 2024-11-19T05:37:32.903Z | sys 2:33.289967930 |
2867 | 2024-11-19T05:37:32.903Z | trap 0.314289046 |
2868 | 2024-11-19T05:37:32.903Z | tflt 0.687531962 |
2869 | 2024-11-19T05:37:32.903Z | dflt 2.188961701 |
2870 | 2024-11-19T05:37:32.903Z | kflt 0.000011358 |
2871 | 2024-11-19T05:37:32.904Z | lock 24:32.120809929 |
2872 | 2024-11-19T05:37:32.904Z | slp 42:26.654138236 |
2873 | 2024-11-19T05:37:32.904Z | lat 35.781703772 |
2874 | 2024-11-19T05:37:32.904Z | stop 1:24.873074390 |
2875 | 2024-11-19T05:37:32.906Z | + mkdir tests |
2876 | 2024-11-19T05:37:32.908Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2877 | 2024-11-19T05:37:32.909Z | + xargs -I '{}' -t cp '{}' tests/ |
2878 | 2024-11-19T05:37:32.946Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-f25fc174fad7a7b4 tests/ |
2879 | 2024-11-19T05:37:32.972Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-246df57fa2cbf807 tests/ |
2880 | 2024-11-19T05:37:32.997Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-47185152e52e4d85 tests/ |
2881 | 2024-11-19T05:37:33.023Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-113dd4db321a5b88 tests/ |
2882 | 2024-11-19T05:37:33.251Z | + 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/*) |
2883 | 2024-11-19T05:37:33.253Z | + 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-246df57fa2cbf807 tests/commtest-47185152e52e4d85 tests/dhcp_server-f25fc174fad7a7b4 tests/end_to_end_tests-113dd4db321a5b88 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 |
2884 | 2024-11-19T05:38:41.551Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2885 | 2024-11-19T05:38:41.551Z | a .github/buildomat/ci-env.sh 1K |
2886 | 2024-11-19T05:38:41.551Z | a out/target/test 1K |
2887 | 2024-11-19T05:38:41.551Z | a out/npuzone/npuzone 23144K |
2888 | 2024-11-19T05:38:41.551Z | a package-manifest.toml 32K |
2889 | 2024-11-19T05:38:41.551Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2890 | 2024-11-19T05:38:41.551Z | a target/release/omicron-package 36276K |
2891 | 2024-11-19T05:38:41.551Z | a target/release/xtask 11750K |
2892 | 2024-11-19T05:38:41.551Z | a target/debug/bootstrap 209775K |
2893 | 2024-11-19T05:38:41.551Z | a tests/bootstrap-246df57fa2cbf807 24246K |
2894 | 2024-11-19T05:38:41.551Z | a tests/commtest-47185152e52e4d85 25022K |
2895 | 2024-11-19T05:38:41.551Z | a tests/dhcp_server-f25fc174fad7a7b4 24246K |
2896 | 2024-11-19T05:38:41.551Z | a tests/end_to_end_tests-113dd4db321a5b88 227882K |
2897 | 2024-11-19T05:38:41.551Z | a out/clickhouse.tar.gz 250296K |
2898 | 2024-11-19T05:38:41.552Z | a out/clickhouse_keeper.tar.gz 250284K |
2899 | 2024-11-19T05:38:41.552Z | a out/clickhouse_server.tar.gz 250283K |
2900 | 2024-11-19T05:38:41.552Z | a out/cockroachdb.tar.gz 134539K |
2901 | 2024-11-19T05:38:41.552Z | a out/crucible-dtrace.tar 83K |
2902 | 2024-11-19T05:38:41.552Z | a out/crucible-pantry-zone.tar.gz 28154K |
2903 | 2024-11-19T05:38:41.552Z | a out/crucible-zone.tar.gz 36365K |
2904 | 2024-11-19T05:38:41.552Z | a out/external-dns.tar.gz 35250K |
2905 | 2024-11-19T05:38:41.552Z | a out/internal-dns.tar.gz 35250K |
2906 | 2024-11-19T05:38:41.552Z | a out/mg-ddm-gz.tar 62661K |
2907 | 2024-11-19T05:38:41.552Z | a out/nexus.tar.gz 100646K |
2908 | 2024-11-19T05:38:41.552Z | a out/ntp.tar.gz 10342K |
2909 | 2024-11-19T05:38:41.552Z | a out/omicron-gateway-softnpu.tar.gz 23851K |
2910 | 2024-11-19T05:38:41.552Z | a out/omicron-sled-agent.tar 112559K |
2911 | 2024-11-19T05:38:41.552Z | a out/overlay.tar.gz 3K |
2912 | 2024-11-19T05:38:41.553Z | a out/oximeter.tar.gz 51619K |
2913 | 2024-11-19T05:38:41.553Z | a out/oxlog.tar 3088K |
2914 | 2024-11-19T05:38:41.553Z | a out/probe.tar.gz 2764K |
2915 | 2024-11-19T05:38:41.553Z | a out/propolis-server.tar.gz 66584K |
2916 | 2024-11-19T05:38:41.553Z | a out/pumpkind-gz.tar 26665K |
2917 | 2024-11-19T05:38:41.553Z | a out/switch-softnpu.tar.gz 237184K |
2918 | 2024-11-19T05:38:41.555Z | |
2919 | 2024-11-19T05:38:41.555Z | real 1:08.296779906 |
2920 | 2024-11-19T05:38:41.555Z | user 1:05.407801978 |
2921 | 2024-11-19T05:38:41.555Z | sys 4.009439569 |
2922 | 2024-11-19T05:38:41.555Z | trap 0.015535068 |
2923 | 2024-11-19T05:38:41.555Z | tflt 0.000000000 |
2924 | 2024-11-19T05:38:41.555Z | dflt 0.000000000 |
2925 | 2024-11-19T05:38:41.555Z | kflt 0.000000000 |
2926 | 2024-11-19T05:38:41.555Z | lock 0.000000000 |
2927 | 2024-11-19T05:38:41.555Z | slp 1:05.317376973 |
2928 | 2024-11-19T05:38:41.555Z | lat 1.839060048 |
2929 | 2024-11-19T05:38:41.556Z | stop 0.000191816 |
2930 | 2024-11-19T05:38:41.556Z | process exited: duration 1947979 ms, exit code 0 |
|
2931 | 2024-11-19T05:38:41.569Z | found 1 output files |
2932 | 2024-11-19T05:38:41.569Z | uploading: /work/package.tar.gz (1769441891 bytes) |
2933 | 2024-11-19T05:39:14.033Z | uploaded: /work/package.tar.gz |