|
|
|
1 | 2024-09-25T03:15:06.599Z | job assigned to worker 01J8KJQD4C5YCNXX2DEPN8HY9T (queued for 1 m 20 s) |
|
2 | 2024-09-25T03:15:13.814Z | starting task 0: "setup" |
3 | 2024-09-25T03:15:13.825Z | ++ uname -s |
4 | 2024-09-25T03:15:13.828Z | + kern=SunOS |
5 | 2024-09-25T03:15:13.828Z | + case "$kern" in |
6 | 2024-09-25T03:15:13.828Z | + groupadd -g 12345 build |
7 | 2024-09-25T03:15:13.831Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-25T03:15:15.841Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-25T03:15:15.980Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-25T03:15:15.983Z | + home_fs=zfs |
11 | 2024-09-25T03:15:15.983Z | + [[ zfs == autofs ]] |
12 | 2024-09-25T03:15:15.983Z | + mkdir -p /home/build |
13 | 2024-09-25T03:15:15.986Z | + chown build:build /home/build /work |
14 | 2024-09-25T03:15:16.987Z | + chmod 0700 /home/build /work |
15 | 2024-09-25T03:15:16.989Z | process exited: duration 3176 ms, exit code 0 |
|
16 | 2024-09-25T03:15:16.997Z | starting task 1: "rust-toolchain" |
17 | 2024-09-25T03:15:17.010Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-25T03:15:17.010Z | ' 1.80.1 |
19 | 2024-09-25T03:15:17.010Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-25T03:15:17.010Z | ' default |
21 | 2024-09-25T03:15:17.014Z | * toolchain channel = "1.80.1" |
22 | 2024-09-25T03:15:17.014Z | * toolchain profile = "default" |
23 | 2024-09-25T03:15:17.014Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-25T03:15:17.014Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-25T03:15:17.120Z | info: downloading installer |
26 | 2024-09-25T03:15:18.515Z | info: profile set to 'default' |
27 | 2024-09-25T03:15:18.515Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-25T03:15:18.524Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-25T03:15:18.652Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-25T03:15:18.652Z | info: downloading component 'cargo' |
31 | 2024-09-25T03:15:19.486Z | info: downloading component 'clippy' |
32 | 2024-09-25T03:15:19.751Z | info: downloading component 'rust-docs' |
33 | 2024-09-25T03:15:21.277Z | info: downloading component 'rust-std' |
34 | 2024-09-25T03:15:22.497Z | info: downloading component 'rustc' |
35 | 2024-09-25T03:15:26.997Z | info: downloading component 'rustfmt' |
36 | 2024-09-25T03:15:27.245Z | info: installing component 'cargo' |
37 | 2024-09-25T03:15:28.478Z | info: installing component 'clippy' |
38 | 2024-09-25T03:15:28.516Z | info: installing component 'rust-docs' |
39 | 2024-09-25T03:15:30.071Z | info: installing component 'rust-std' |
40 | 2024-09-25T03:15:31.800Z | info: installing component 'rustc' |
41 | 2024-09-25T03:15:36.207Z | info: installing component 'rustfmt' |
42 | 2024-09-25T03:15:36.546Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-25T03:15:36.546Z | |
44 | 2024-09-25T03:15:36.805Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-25T03:15:36.805Z | |
46 | 2024-09-25T03:15:36.809Z | |
47 | 2024-09-25T03:15:36.809Z | Rust is installed now. Great! |
48 | 2024-09-25T03:15:36.809Z | |
49 | 2024-09-25T03:15:36.809Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-25T03:15:36.809Z | environment variable. This has not been done automatically. |
51 | 2024-09-25T03:15:36.809Z | |
52 | 2024-09-25T03:15:36.809Z | To configure your current shell, you need to source |
53 | 2024-09-25T03:15:36.809Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-25T03:15:36.809Z | |
55 | 2024-09-25T03:15:36.809Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-25T03:15:36.809Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-25T03:15:36.809Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-25T03:15:36.856Z | + rustc --version |
59 | 2024-09-25T03:15:36.919Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-25T03:15:36.923Z | process exited: duration 19925 ms, exit code 0 |
|
61 | 2024-09-25T03:15:36.935Z | starting task 2: "authentication" |
62 | 2024-09-25T03:15:36.963Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-09-25T03:15:36.973Z | starting task 3: "clone repository" |
64 | 2024-09-25T03:15:36.980Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-25T03:15:36.994Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-25T03:15:37.022Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-25T03:15:43.925Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-25T03:15:43.936Z | + git fetch origin c95cd7ce4177f069310df57ef628e4d742804166 |
69 | 2024-09-25T03:15:44.240Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-25T03:15:44.240Z | * branch c95cd7ce4177f069310df57ef628e4d742804166 -> FETCH_HEAD |
71 | 2024-09-25T03:15:44.244Z | + [[ -n '' ]] |
72 | 2024-09-25T03:15:44.244Z | + git reset --hard c95cd7ce4177f069310df57ef628e4d742804166 |
73 | 2024-09-25T03:15:44.273Z | HEAD is now at c95cd7ce4 Update Rust crate hyper-rustls to 0.27.3 |
74 | 2024-09-25T03:15:44.276Z | process exited: duration 7298 ms, exit code 0 |
|
75 | 2024-09-25T03:15:44.288Z | starting task 4: "build" |
76 | 2024-09-25T03:15:44.293Z | + cargo --version |
77 | 2024-09-25T03:15:44.349Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-09-25T03:15:44.358Z | + rustc --version |
79 | 2024-09-25T03:15:44.406Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-09-25T03:15:44.410Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
81 | 2024-09-25T03:15:51.013Z | Startup: Refreshing catalog 'helios-dev' ... Done |
82 | 2024-09-25T03:15:53.492Z | Startup: Caching catalogs ... Done |
83 | 2024-09-25T03:15:56.644Z | Planning: Solver setup ... Done (2.517s) |
84 | 2024-09-25T03:15:56.684Z | Planning: Running solver ... Done (0.041s) |
85 | 2024-09-25T03:15:56.736Z | Planning: Finding local manifests ... Done (0.004s) |
86 | 2024-09-25T03:15:56.764Z | Planning: Fetching manifests: 0/5 0% complete |
87 | 2024-09-25T03:15:57.112Z | Planning: Fetching manifests: 5/5 100% complete |
88 | 2024-09-25T03:15:57.208Z | Planning: Package planning ... Done (0.098s) |
89 | 2024-09-25T03:15:57.262Z | Planning: Merging actions ... Done (0.054s) |
90 | 2024-09-25T03:15:57.466Z | Planning: Checking for conflicting actions ... Done (0.205s) |
91 | 2024-09-25T03:15:59.584Z | Planning: Consolidating action changes ... Done (2.117s) |
92 | 2024-09-25T03:16:00.016Z | Planning: Evaluating mediators ... Done (0.432s) |
93 | 2024-09-25T03:16:00.092Z | Planning: Planning completed in 6.52 seconds |
94 | 2024-09-25T03:16:00.108Z | Packages to install: 4 |
95 | 2024-09-25T03:16:00.108Z | Packages to update: 1 |
96 | 2024-09-25T03:16:00.111Z | Mediators to change: 2 |
97 | 2024-09-25T03:16:00.111Z | Services to change: 1 |
98 | 2024-09-25T03:16:00.111Z | Estimated space available: 155.71 GB |
99 | 2024-09-25T03:16:00.111Z | Estimated space to be consumed: 1.54 GB |
100 | 2024-09-25T03:16:00.111Z | Create boot environment: No |
101 | 2024-09-25T03:16:00.111Z | Create backup boot environment: Yes |
102 | 2024-09-25T03:16:00.111Z | Rebuild boot archive: No |
103 | 2024-09-25T03:16:00.111Z | |
104 | 2024-09-25T03:16:00.111Z | Changed mediators: |
105 | 2024-09-25T03:16:00.111Z | mediator clang: |
106 | 2024-09-25T03:16:00.111Z | version: None -> 15 (system default) |
107 | 2024-09-25T03:16:00.112Z | |
108 | 2024-09-25T03:16:00.112Z | mediator llvm: |
109 | 2024-09-25T03:16:00.112Z | version: 14 (system default) -> 15 (system default) |
110 | 2024-09-25T03:16:00.112Z | |
111 | 2024-09-25T03:16:00.112Z | Changed packages: |
112 | 2024-09-25T03:16:00.112Z | helios-dev |
113 | 2024-09-25T03:16:00.112Z | developer/build-essential |
114 | 2024-09-25T03:16:00.112Z | None -> 11-2.0 |
115 | 2024-09-25T03:16:00.112Z | library/libxmlsec1 |
116 | 2024-09-25T03:16:00.112Z | None -> 1.2.35-2.0 |
117 | 2024-09-25T03:16:00.112Z | ooce/developer/clang-15 |
118 | 2024-09-25T03:16:00.112Z | None -> 15.0.7-2.0 |
119 | 2024-09-25T03:16:00.112Z | ooce/developer/llvm-15 |
120 | 2024-09-25T03:16:00.112Z | None -> 15.0.7-2.0 |
121 | 2024-09-25T03:16:00.112Z | package/pkg |
122 | 2024-09-25T03:16:00.112Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
123 | 2024-09-25T03:16:00.112Z | |
124 | 2024-09-25T03:16:00.112Z | Services: |
125 | 2024-09-25T03:16:00.112Z | restart_fmri: |
126 | 2024-09-25T03:16:00.112Z | svc:/system/update-man-index:default |
127 | 2024-09-25T03:16:00.113Z | |
128 | 2024-09-25T03:16:00.113Z | Editable files to change: |
129 | 2024-09-25T03:16:00.113Z | Update: |
130 | 2024-09-25T03:16:00.113Z | usr/share/lib/pkg/web/config.shtml |
131 | 2024-09-25T03:16:00.191Z | |
132 | 2024-09-25T03:16:00.191Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
133 | 2024-09-25T03:16:12.750Z | Download: 212/4281 items 1.3/220.6MB 0% complete |
134 | 2024-09-25T03:16:17.809Z | Download: 581/4281 items 17.6/220.6MB 7% complete (3.5M/s) |
135 | 2024-09-25T03:16:22.814Z | Download: 1034/4281 items 19.6/220.6MB 8% complete (1.9M/s) |
136 | 2024-09-25T03:16:28.133Z | Download: 1193/4281 items 83.5/220.6MB 37% complete (6.6M/s) |
137 | 2024-09-25T03:16:33.132Z | Download: 1697/4281 items 118.0/220.6MB 53% complete (9.8M/s) |
138 | 2024-09-25T03:16:38.135Z | Download: 2239/4281 items 119.3/220.6MB 54% complete (3.6M/s) |
139 | 2024-09-25T03:16:43.138Z | Download: 2807/4281 items 120.8/220.6MB 54% complete (291k/s) |
140 | 2024-09-25T03:16:48.686Z | Download: 3244/4281 items 203.0/220.6MB 92% complete (8.3M/s) |
141 | 2024-09-25T03:16:54.416Z | Download: 3247/4281 items 203.1/220.6MB 92% complete (8.3M/s) |
142 | 2024-09-25T03:17:03.269Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
143 | 2024-09-25T03:17:08.269Z | Download: 4137/4281 items 220.2/220.6MB 99% complete (3.4M/s) |
144 | 2024-09-25T03:17:09.020Z | Download: Completed 220.60 MB in 68.83 seconds (3.2M/s) |
145 | 2024-09-25T03:17:11.083Z | Actions: 1/5063 actions (Removing old actions) |
146 | 2024-09-25T03:17:11.106Z | Actions: 194/5063 actions (Installing new actions) |
147 | 2024-09-25T03:17:15.796Z | Actions: 4226/5063 actions (Updating modified actions) |
148 | 2024-09-25T03:17:16.121Z | Actions: Completed 5063 actions in 5.04 seconds. |
149 | 2024-09-25T03:17:16.430Z | Done (0.301s) |
150 | 2024-09-25T03:17:16.432Z | Done (0.000s) |
151 | 2024-09-25T03:17:16.845Z | Done (0.414s) |
152 | 2024-09-25T03:17:21.170Z | Done (4.142s) |
153 | 2024-09-25T03:17:21.259Z | Done (0.018s) |
154 | 2024-09-25T03:17:21.262Z | Done (0.000s) |
155 | 2024-09-25T03:17:21.468Z | Done (0.000s) |
156 | 2024-09-25T03:17:22.066Z | Planning: Evaluating mediator changes ... Done |
157 | 2024-09-25T03:17:22.225Z | Planning: Checking for conflicting actions ... Done |
158 | 2024-09-25T03:17:22.227Z | Planning: Consolidating action changes ... Done |
159 | 2024-09-25T03:17:22.490Z | Planning: Evaluating mediators ... Done |
160 | 2024-09-25T03:17:22.493Z | Planning: Planning completed in 0.43 seconds |
161 | 2024-09-25T03:17:22.543Z | Mediators to change: 2 |
162 | 2024-09-25T03:17:22.543Z | Create boot environment: No |
163 | 2024-09-25T03:17:22.560Z | Create backup boot environment: No |
164 | 2024-09-25T03:17:22.643Z | Done |
165 | 2024-09-25T03:17:22.644Z | Done |
166 | 2024-09-25T03:17:22.867Z | Done |
167 | 2024-09-25T03:17:26.426Z | Done |
168 | 2024-09-25T03:17:26.515Z | Done |
169 | 2024-09-25T03:17:26.518Z | Done |
170 | 2024-09-25T03:17:26.665Z | Done |
171 | 2024-09-25T03:17:27.268Z | Planning: Evaluating mediator changes ... Done |
172 | 2024-09-25T03:17:27.270Z | Planning: Merging actions ... Done |
173 | 2024-09-25T03:17:27.463Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-09-25T03:17:27.468Z | Planning: Consolidating action changes ... Done |
175 | 2024-09-25T03:17:27.722Z | Planning: Evaluating mediators ... Done |
176 | 2024-09-25T03:17:27.775Z | Planning: Planning completed in 0.75 seconds |
177 | 2024-09-25T03:17:27.818Z | Packages to change: 1 |
178 | 2024-09-25T03:17:27.818Z | Mediators to change: 1 |
179 | 2024-09-25T03:17:27.821Z | Services to change: 1 |
180 | 2024-09-25T03:17:27.821Z | Create boot environment: No |
181 | 2024-09-25T03:17:27.821Z | Create backup boot environment: Yes |
182 | 2024-09-25T03:17:29.891Z | Actions: 1/6 actions (Updating modified actions) |
183 | 2024-09-25T03:17:29.894Z | Actions: Completed 6 actions in 0.00 seconds. |
184 | 2024-09-25T03:17:29.894Z | Done |
185 | 2024-09-25T03:17:29.894Z | Done |
186 | 2024-09-25T03:17:29.980Z | Done |
187 | 2024-09-25T03:17:33.570Z | Done |
188 | 2024-09-25T03:17:33.663Z | Done |
189 | 2024-09-25T03:17:33.666Z | Done |
190 | 2024-09-25T03:17:33.790Z | Done |
191 | 2024-09-25T03:17:34.220Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
192 | 2024-09-25T03:17:34.220Z | clang system 15 system |
193 | 2024-09-25T03:17:34.220Z | csh system system illumos |
194 | 2024-09-25T03:17:34.220Z | ctags system system illumos |
195 | 2024-09-25T03:17:34.220Z | gcc vendor 12 vendor |
196 | 2024-09-25T03:17:34.220Z | gcc system 10 system |
197 | 2024-09-25T03:17:34.220Z | gcc system 7 system |
198 | 2024-09-25T03:17:34.220Z | go system 1.20 system |
199 | 2024-09-25T03:17:34.220Z | go system 1.19 system |
200 | 2024-09-25T03:17:34.220Z | llvm system 15 system |
201 | 2024-09-25T03:17:34.220Z | llvm system 14 system |
202 | 2024-09-25T03:17:34.220Z | mariadb system 10.6 system |
203 | 2024-09-25T03:17:34.220Z | mta vendor vendor dma |
204 | 2024-09-25T03:17:34.221Z | openjdk system 17 system |
205 | 2024-09-25T03:17:34.221Z | openjdk system 11 system |
206 | 2024-09-25T03:17:34.221Z | openjdk system 1.8 system |
207 | 2024-09-25T03:17:34.221Z | openssl vendor 3 vendor |
208 | 2024-09-25T03:17:34.221Z | perl system 5.36 system |
209 | 2024-09-25T03:17:34.221Z | postgresql system 15 system |
210 | 2024-09-25T03:17:34.221Z | postgresql system 13 system |
211 | 2024-09-25T03:17:34.221Z | python vendor 3 vendor |
212 | 2024-09-25T03:17:34.221Z | python system 2 system |
213 | 2024-09-25T03:17:34.221Z | python3 system 3.11 system |
214 | 2024-09-25T03:17:34.221Z | ruby system 3.0 system |
215 | 2024-09-25T03:17:34.221Z | words vendor vendor american-english |
216 | 2024-09-25T03:17:34.221Z | words system system australian-english |
217 | 2024-09-25T03:17:34.221Z | words system system british-english |
218 | 2024-09-25T03:17:34.221Z | words system system canadian-english |
219 | 2024-09-25T03:17:34.221Z | words system system french |
220 | 2024-09-25T03:17:34.221Z | words system system italian |
221 | 2024-09-25T03:17:34.221Z | words system system ngerman |
222 | 2024-09-25T03:17:34.221Z | words system system ogerman |
223 | 2024-09-25T03:17:34.221Z | words system system spanish |
224 | 2024-09-25T03:17:34.549Z | PUBLISHER TYPE STATUS P LOCATION |
225 | 2024-09-25T03:17:34.549Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
226 | 2024-09-25T03:17:36.459Z | FMRI IFO |
227 | 2024-09-25T03:17:36.459Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
228 | 2024-09-25T03:17:36.459Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
229 | 2024-09-25T03:17:36.459Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
230 | 2024-09-25T03:17:36.459Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
231 | 2024-09-25T03:17:36.459Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
232 | 2024-09-25T03:17:36.459Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
233 | 2024-09-25T03:17:36.459Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
234 | 2024-09-25T03:17:36.459Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
235 | 2024-09-25T03:17:36.459Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
236 | 2024-09-25T03:17:36.459Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
237 | 2024-09-25T03:17:36.459Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
238 | 2024-09-25T03:17:36.459Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-09-25T03:17:36.459Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
240 | 2024-09-25T03:17:37.093Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
241 | 2024-09-25T03:17:37.358Z | Updating crates.io index |
242 | 2024-09-25T03:17:37.360Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
243 | 2024-09-25T03:17:38.073Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
244 | 2024-09-25T03:17:38.901Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
245 | 2024-09-25T03:17:39.239Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
246 | 2024-09-25T03:17:40.736Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
247 | 2024-09-25T03:17:41.002Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
248 | 2024-09-25T03:17:41.244Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
249 | 2024-09-25T03:17:42.370Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
250 | 2024-09-25T03:17:44.535Z | Updating git repository `https://github.com/oxidecomputer/opte` |
251 | 2024-09-25T03:17:45.519Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
252 | 2024-09-25T03:17:46.189Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
253 | 2024-09-25T03:17:46.435Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
254 | 2024-09-25T03:17:46.659Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
255 | 2024-09-25T03:17:47.214Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
256 | 2024-09-25T03:17:47.504Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
257 | 2024-09-25T03:17:47.817Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
258 | 2024-09-25T03:17:48.100Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
259 | 2024-09-25T03:17:48.596Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
260 | 2024-09-25T03:17:48.884Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
261 | 2024-09-25T03:17:49.096Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
262 | 2024-09-25T03:17:49.360Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
263 | 2024-09-25T03:17:49.598Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
264 | 2024-09-25T03:17:49.862Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
265 | 2024-09-25T03:17:50.139Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
266 | 2024-09-25T03:17:50.383Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
267 | 2024-09-25T03:17:50.687Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
268 | 2024-09-25T03:17:51.120Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
269 | 2024-09-25T03:17:51.407Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
270 | 2024-09-25T03:17:51.780Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
271 | 2024-09-25T03:17:52.161Z | Updating git repository `https://github.com/oxidecomputer/typify` |
272 | 2024-09-25T03:17:54.427Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
273 | 2024-09-25T03:17:54.626Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
274 | 2024-09-25T03:17:54.868Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
275 | 2024-09-25T03:17:55.243Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
276 | 2024-09-25T03:17:56.346Z | Downloading crates ... |
277 | 2024-09-25T03:17:56.393Z | Downloaded anstream v0.6.14 |
278 | 2024-09-25T03:17:56.400Z | Downloaded anstyle-query v1.0.3 |
279 | 2024-09-25T03:17:56.402Z | Downloaded anstyle-parse v0.2.4 |
280 | 2024-09-25T03:17:56.402Z | Downloaded anyhow v1.0.89 |
281 | 2024-09-25T03:17:56.406Z | Downloaded camino v1.1.9 |
282 | 2024-09-25T03:17:56.408Z | Downloaded bytecount v0.6.8 |
283 | 2024-09-25T03:17:56.410Z | Downloaded cargo_metadata v0.18.1 |
284 | 2024-09-25T03:17:56.413Z | Downloaded cargo-platform v0.1.8 |
285 | 2024-09-25T03:17:56.413Z | Downloaded clap v4.5.18 |
286 | 2024-09-25T03:17:56.420Z | Downloaded clap_derive v4.5.18 |
287 | 2024-09-25T03:17:56.422Z | Downloaded clap_builder v4.5.18 |
288 | 2024-09-25T03:17:56.429Z | Downloaded cargo_toml v0.20.4 |
289 | 2024-09-25T03:17:56.432Z | Downloaded fs-err v2.11.0 |
290 | 2024-09-25T03:17:56.432Z | Downloaded dtrace-parser v0.2.0 |
291 | 2024-09-25T03:17:56.434Z | Downloaded dof v0.3.0 |
292 | 2024-09-25T03:17:56.434Z | Downloaded memmap v0.7.0 |
293 | 2024-09-25T03:17:56.437Z | Downloaded pretty-hex v0.4.1 |
294 | 2024-09-25T03:17:56.437Z | Downloaded papergrid v0.11.0 |
295 | 2024-09-25T03:17:56.440Z | Downloaded macaddr v1.0.1 |
296 | 2024-09-25T03:17:56.442Z | Downloaded is_terminal_polyfill v1.70.0 |
297 | 2024-09-25T03:17:56.445Z | Downloaded indexmap v2.4.0 |
298 | 2024-09-25T03:17:56.447Z | Downloaded heck v0.4.1 |
299 | 2024-09-25T03:17:56.449Z | Downloaded pest_generator v2.7.10 |
300 | 2024-09-25T03:17:56.449Z | Downloaded scroll_derive v0.12.0 |
301 | 2024-09-25T03:17:56.453Z | Downloaded scroll v0.12.0 |
302 | 2024-09-25T03:17:56.453Z | Downloaded pest_derive v2.7.10 |
303 | 2024-09-25T03:17:56.468Z | Downloaded colorchoice v1.0.1 |
304 | 2024-09-25T03:17:56.468Z | Downloaded clap_lex v0.7.0 |
305 | 2024-09-25T03:17:56.468Z | Downloaded pest v2.7.10 |
306 | 2024-09-25T03:17:56.471Z | Downloaded pest_meta v2.7.10 |
307 | 2024-09-25T03:17:56.471Z | Downloaded serde v1.0.208 |
308 | 2024-09-25T03:17:56.499Z | Downloaded cfg-if v1.0.0 |
309 | 2024-09-25T03:17:56.502Z | Downloaded block-buffer v0.10.4 |
310 | 2024-09-25T03:17:56.502Z | Downloaded anstyle v1.0.8 |
311 | 2024-09-25T03:17:56.502Z | Downloaded fnv v1.0.7 |
312 | 2024-09-25T03:17:56.502Z | Downloaded generic-array v0.14.7 |
313 | 2024-09-25T03:17:56.505Z | Downloaded errno v0.3.9 |
314 | 2024-09-25T03:17:56.505Z | Downloaded equivalent v1.0.1 |
315 | 2024-09-25T03:17:56.509Z | Downloaded itoa v1.0.11 |
316 | 2024-09-25T03:17:56.509Z | Downloaded fastrand v2.1.0 |
317 | 2024-09-25T03:17:56.509Z | Downloaded plain v0.2.3 |
318 | 2024-09-25T03:17:56.515Z | Downloaded bitflags v2.6.0 |
319 | 2024-09-25T03:17:56.515Z | Downloaded heck v0.5.0 |
320 | 2024-09-25T03:17:56.518Z | Downloaded strsim v0.11.1 |
321 | 2024-09-25T03:17:56.518Z | Downloaded toml_datetime v0.6.8 |
322 | 2024-09-25T03:17:56.518Z | Downloaded quote v1.0.36 |
323 | 2024-09-25T03:17:56.518Z | Downloaded smawk v0.3.2 |
324 | 2024-09-25T03:17:56.524Z | Downloaded thiserror-impl v1.0.63 |
325 | 2024-09-25T03:17:56.524Z | Downloaded utf8parse v0.2.1 |
326 | 2024-09-25T03:17:56.524Z | Downloaded tempfile v3.10.1 |
327 | 2024-09-25T03:17:56.528Z | Downloaded sha2 v0.10.8 |
328 | 2024-09-25T03:17:56.528Z | Downloaded ryu v1.0.18 |
329 | 2024-09-25T03:17:56.533Z | Downloaded log v0.4.21 |
330 | 2024-09-25T03:17:56.533Z | Downloaded version_check v0.9.5 |
331 | 2024-09-25T03:17:56.533Z | Downloaded thiserror v1.0.63 |
332 | 2024-09-25T03:17:56.537Z | Downloaded unicode-ident v1.0.12 |
333 | 2024-09-25T03:17:56.544Z | Downloaded memchr v2.7.2 |
334 | 2024-09-25T03:17:56.547Z | Downloaded toml v0.8.19 |
335 | 2024-09-25T03:17:56.547Z | Downloaded typenum v1.17.0 |
336 | 2024-09-25T03:17:56.550Z | Downloaded textwrap v0.16.1 |
337 | 2024-09-25T03:17:56.552Z | Downloaded proc-macro2 v1.0.86 |
338 | 2024-09-25T03:17:56.553Z | Downloaded proc-macro-error-attr v1.0.4 |
339 | 2024-09-25T03:17:56.555Z | Downloaded hashbrown v0.14.5 |
340 | 2024-09-25T03:17:56.559Z | Downloaded semver v1.0.23 |
341 | 2024-09-25T03:17:56.562Z | Downloaded proc-macro-error v1.0.4 |
342 | 2024-09-25T03:17:56.564Z | Downloaded syn v1.0.109 |
343 | 2024-09-25T03:17:56.573Z | Downloaded serde_spanned v0.6.7 |
344 | 2024-09-25T03:17:56.575Z | Downloaded once_cell v1.19.0 |
345 | 2024-09-25T03:17:56.579Z | Downloaded byteorder v1.5.0 |
346 | 2024-09-25T03:17:56.579Z | Downloaded autocfg v1.3.0 |
347 | 2024-09-25T03:17:56.582Z | Downloaded digest v0.10.7 |
348 | 2024-09-25T03:17:56.582Z | Downloaded crypto-common v0.1.6 |
349 | 2024-09-25T03:17:56.582Z | Downloaded cpufeatures v0.2.12 |
350 | 2024-09-25T03:17:56.591Z | Downloaded winnow v0.6.18 |
351 | 2024-09-25T03:17:56.595Z | Downloaded zerocopy-derive v0.7.34 |
352 | 2024-09-25T03:17:56.600Z | Downloaded ucd-trie v0.1.6 |
353 | 2024-09-25T03:17:56.603Z | Downloaded zerocopy v0.7.34 |
354 | 2024-09-25T03:17:56.616Z | Downloaded unicode-linebreak v0.1.5 |
355 | 2024-09-25T03:17:56.638Z | Downloaded usdt-impl v0.5.0 |
356 | 2024-09-25T03:17:56.642Z | Downloaded usdt-attr-macro v0.5.0 |
357 | 2024-09-25T03:17:56.642Z | Downloaded usdt v0.5.0 |
358 | 2024-09-25T03:17:56.642Z | Downloaded thread-id v4.2.1 |
359 | 2024-09-25T03:17:56.642Z | Downloaded tabled_derive v0.7.0 |
360 | 2024-09-25T03:17:56.642Z | Downloaded tabled v0.15.0 |
361 | 2024-09-25T03:17:56.650Z | Downloaded serde_tokenstream v0.2.2 |
362 | 2024-09-25T03:17:56.654Z | Downloaded unicode-width v0.1.13 |
363 | 2024-09-25T03:17:56.658Z | Downloaded serde_derive v1.0.208 |
364 | 2024-09-25T03:17:56.675Z | Downloaded swrite v0.1.0 |
365 | 2024-09-25T03:17:56.679Z | Downloaded goblin v0.8.2 |
366 | 2024-09-25T03:17:56.684Z | Downloaded usdt-macro v0.5.0 |
367 | 2024-09-25T03:17:56.684Z | Downloaded rustix v0.38.34 |
368 | 2024-09-25T03:17:56.703Z | Downloaded terminal_size v0.3.0 |
369 | 2024-09-25T03:17:56.706Z | Downloaded syn v2.0.74 |
370 | 2024-09-25T03:17:56.714Z | Downloaded libc v0.2.158 |
371 | 2024-09-25T03:17:56.738Z | Downloaded toml_edit v0.22.20 |
372 | 2024-09-25T03:17:56.757Z | Downloaded serde_json v1.0.125 |
373 | 2024-09-25T03:17:56.765Z | Downloaded camino-tempfile v1.1.1 |
374 | 2024-09-25T03:17:57.053Z | Compiling proc-macro2 v1.0.86 |
375 | 2024-09-25T03:17:57.055Z | Compiling unicode-ident v1.0.12 |
376 | 2024-09-25T03:17:57.055Z | Compiling version_check v0.9.5 |
377 | 2024-09-25T03:17:57.055Z | Compiling serde v1.0.208 |
378 | 2024-09-25T03:17:57.055Z | Compiling thiserror v1.0.63 |
379 | 2024-09-25T03:17:57.055Z | Compiling memchr v2.7.2 |
380 | 2024-09-25T03:17:57.055Z | Compiling libc v0.2.158 |
381 | 2024-09-25T03:17:57.087Z | Compiling ucd-trie v0.1.6 |
382 | 2024-09-25T03:17:57.300Z | Compiling ryu v1.0.18 |
383 | 2024-09-25T03:17:57.643Z | Compiling itoa v1.0.11 |
384 | 2024-09-25T03:17:57.864Z | Compiling once_cell v1.19.0 |
385 | 2024-09-25T03:17:57.912Z | Compiling byteorder v1.5.0 |
386 | 2024-09-25T03:17:57.935Z | Compiling rustix v0.38.34 |
387 | 2024-09-25T03:17:58.304Z | Compiling serde_json v1.0.125 |
388 | 2024-09-25T03:17:58.382Z | Compiling bitflags v2.6.0 |
389 | 2024-09-25T03:17:58.733Z | Compiling quote v1.0.36 |
390 | 2024-09-25T03:17:58.852Z | Compiling usdt-impl v0.5.0 |
391 | 2024-09-25T03:17:58.854Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-09-25T03:17:58.854Z | Compiling syn v1.0.109 |
393 | 2024-09-25T03:17:58.854Z | Compiling proc-macro-error v1.0.4 |
394 | 2024-09-25T03:17:59.179Z | Compiling syn v2.0.74 |
395 | 2024-09-25T03:17:59.228Z | Compiling errno v0.3.9 |
396 | 2024-09-25T03:17:59.468Z | Compiling log v0.4.21 |
397 | 2024-09-25T03:17:59.491Z | Compiling equivalent v1.0.1 |
398 | 2024-09-25T03:17:59.541Z | Compiling plain v0.2.3 |
399 | 2024-09-25T03:17:59.590Z | Compiling camino v1.1.9 |
400 | 2024-09-25T03:17:59.617Z | Compiling thread-id v4.2.1 |
401 | 2024-09-25T03:17:59.688Z | Compiling utf8parse v0.2.1 |
402 | 2024-09-25T03:17:59.714Z | Compiling hashbrown v0.14.5 |
403 | 2024-09-25T03:17:59.823Z | Compiling anstyle-parse v0.2.4 |
404 | 2024-09-25T03:18:00.165Z | Compiling autocfg v1.3.0 |
405 | 2024-09-25T03:18:00.332Z | Compiling unicode-width v0.1.13 |
406 | 2024-09-25T03:18:00.380Z | Compiling semver v1.0.23 |
407 | 2024-09-25T03:18:00.612Z | Compiling anstyle v1.0.8 |
408 | 2024-09-25T03:18:00.736Z | Compiling is_terminal_polyfill v1.70.0 |
409 | 2024-09-25T03:18:00.863Z | Compiling pretty-hex v0.4.1 |
410 | 2024-09-25T03:18:00.912Z | Compiling colorchoice v1.0.1 |
411 | 2024-09-25T03:18:01.068Z | Compiling indexmap v2.4.0 |
412 | 2024-09-25T03:18:01.094Z | Compiling winnow v0.6.18 |
413 | 2024-09-25T03:18:01.097Z | Compiling anstyle-query v1.0.3 |
414 | 2024-09-25T03:18:01.198Z | Compiling fs-err v2.11.0 |
415 | 2024-09-25T03:18:01.226Z | Compiling anstream v0.6.14 |
416 | 2024-09-25T03:18:01.497Z | Compiling terminal_size v0.3.0 |
417 | 2024-09-25T03:18:01.537Z | Compiling anyhow v1.0.89 |
418 | 2024-09-25T03:18:01.706Z | Compiling bytecount v0.6.8 |
419 | 2024-09-25T03:18:01.946Z | Compiling fastrand v2.1.0 |
420 | 2024-09-25T03:18:02.029Z | Compiling fnv v1.0.7 |
421 | 2024-09-25T03:18:02.175Z | Compiling clap_lex v0.7.0 |
422 | 2024-09-25T03:18:02.201Z | Compiling strsim v0.11.1 |
423 | 2024-09-25T03:18:02.258Z | Compiling cfg-if v1.0.0 |
424 | 2024-09-25T03:18:02.360Z | Compiling heck v0.4.1 |
425 | 2024-09-25T03:18:02.386Z | Compiling heck v0.5.0 |
426 | 2024-09-25T03:18:02.475Z | Compiling tempfile v3.10.1 |
427 | 2024-09-25T03:18:02.857Z | Compiling clap_builder v4.5.18 |
428 | 2024-09-25T03:18:03.086Z | Compiling papergrid v0.11.0 |
429 | 2024-09-25T03:18:03.298Z | Compiling memmap v0.7.0 |
430 | 2024-09-25T03:18:03.323Z | Compiling unicode-linebreak v0.1.5 |
431 | 2024-09-25T03:18:03.401Z | Compiling smawk v0.3.2 |
432 | 2024-09-25T03:18:03.823Z | Compiling textwrap v0.16.1 |
433 | 2024-09-25T03:18:04.292Z | Compiling swrite v0.1.0 |
434 | 2024-09-25T03:18:05.507Z | Compiling tabled_derive v0.7.0 |
435 | 2024-09-25T03:18:07.142Z | Compiling tabled v0.15.0 |
436 | 2024-09-25T03:18:07.838Z | Compiling serde_derive v1.0.208 |
437 | 2024-09-25T03:18:07.838Z | Compiling thiserror-impl v1.0.63 |
438 | 2024-09-25T03:18:07.841Z | Compiling zerocopy-derive v0.7.34 |
439 | 2024-09-25T03:18:07.841Z | Compiling scroll_derive v0.12.0 |
440 | 2024-09-25T03:18:07.956Z | Compiling clap_derive v4.5.18 |
441 | 2024-09-25T03:18:09.403Z | Compiling scroll v0.12.0 |
442 | 2024-09-25T03:18:09.950Z | Compiling goblin v0.8.2 |
443 | 2024-09-25T03:18:09.974Z | Compiling zerocopy v0.7.34 |
444 | 2024-09-25T03:18:10.434Z | Compiling pest v2.7.10 |
445 | 2024-09-25T03:18:11.520Z | Compiling clap v4.5.18 |
446 | 2024-09-25T03:18:12.761Z | Compiling pest_meta v2.7.10 |
447 | 2024-09-25T03:18:13.590Z | Compiling pest_generator v2.7.10 |
448 | 2024-09-25T03:18:15.234Z | Compiling pest_derive v2.7.10 |
449 | 2024-09-25T03:18:15.920Z | Compiling dtrace-parser v0.2.0 |
450 | 2024-09-25T03:18:18.014Z | Compiling serde_tokenstream v0.2.2 |
451 | 2024-09-25T03:18:18.052Z | Compiling toml_datetime v0.6.8 |
452 | 2024-09-25T03:18:18.052Z | Compiling serde_spanned v0.6.7 |
453 | 2024-09-25T03:18:18.387Z | Compiling cargo-platform v0.1.8 |
454 | 2024-09-25T03:18:18.440Z | Compiling toml_edit v0.22.20 |
455 | 2024-09-25T03:18:18.611Z | Compiling macaddr v1.0.1 |
456 | 2024-09-25T03:18:18.651Z | Compiling camino-tempfile v1.1.1 |
457 | 2024-09-25T03:18:19.424Z | Compiling dof v0.3.0 |
458 | 2024-09-25T03:18:19.550Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-09-25T03:18:21.125Z | Compiling usdt-attr-macro v0.5.0 |
460 | 2024-09-25T03:18:21.125Z | Compiling usdt-macro v0.5.0 |
461 | 2024-09-25T03:18:21.288Z | Compiling toml v0.8.19 |
462 | 2024-09-25T03:18:22.094Z | Compiling cargo_toml v0.20.4 |
463 | 2024-09-25T03:18:22.569Z | Compiling usdt v0.5.0 |
464 | 2024-09-25T03:18:25.799Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-09-25T03:18:29.997Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.14s |
466 | 2024-09-25T03:18:30.261Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-09-25T03:18:30.859Z | Downloading crates ... |
468 | 2024-09-25T03:18:30.995Z | Downloaded atty v0.2.14 |
469 | 2024-09-25T03:18:31.003Z | Downloaded base64 v0.13.1 |
470 | 2024-09-25T03:18:31.007Z | Downloaded bitflags v1.3.2 |
471 | 2024-09-25T03:18:31.011Z | Downloaded array-init v0.0.4 |
472 | 2024-09-25T03:18:31.011Z | Downloaded argon2 v0.5.3 |
473 | 2024-09-25T03:18:31.015Z | Downloaded aead v0.5.2 |
474 | 2024-09-25T03:18:31.015Z | Downloaded aes v0.8.4 |
475 | 2024-09-25T03:18:31.018Z | Downloaded arrayref v0.3.7 |
476 | 2024-09-25T03:18:31.022Z | Downloaded aes-gcm v0.10.3 |
477 | 2024-09-25T03:18:31.026Z | Downloaded assert_matches v1.5.0 |
478 | 2024-09-25T03:18:31.030Z | Downloaded async-bb8-diesel v0.2.1 |
479 | 2024-09-25T03:18:31.033Z | Downloaded heapless v0.7.17 |
480 | 2024-09-25T03:18:31.038Z | Downloaded atomicwrites v0.4.4 |
481 | 2024-09-25T03:18:31.041Z | Downloaded hickory-client v0.24.1 |
482 | 2024-09-25T03:18:31.044Z | Downloaded backoff v0.4.0 |
483 | 2024-09-25T03:18:31.047Z | Downloaded hickory-resolver v0.24.1 |
484 | 2024-09-25T03:18:31.050Z | Downloaded base16ct v0.2.0 |
485 | 2024-09-25T03:18:31.054Z | Downloaded backtrace v0.3.71 |
486 | 2024-09-25T03:18:31.058Z | Downloaded async-recursion v1.1.1 |
487 | 2024-09-25T03:18:31.061Z | Downloaded bitstruct_derive v0.1.0 |
488 | 2024-09-25T03:18:31.061Z | Downloaded hickory-proto v0.24.1 |
489 | 2024-09-25T03:18:31.077Z | Downloaded bitstruct v0.1.1 |
490 | 2024-09-25T03:18:31.080Z | Downloaded hubpack_derive v0.1.1 |
491 | 2024-09-25T03:18:31.080Z | Downloaded hubpack v0.1.2 |
492 | 2024-09-25T03:18:31.083Z | Downloaded http-body v1.0.0 |
493 | 2024-09-25T03:18:31.083Z | Downloaded highway v1.2.0 |
494 | 2024-09-25T03:18:31.086Z | Downloaded hickory-server v0.24.1 |
495 | 2024-09-25T03:18:31.090Z | Downloaded bitfield-struct v0.6.1 |
496 | 2024-09-25T03:18:31.093Z | Downloaded minimal-lexical v0.2.1 |
497 | 2024-09-25T03:18:31.096Z | Downloaded kstat-rs v0.2.4 |
498 | 2024-09-25T03:18:31.099Z | Downloaded ipnetwork v0.20.0 |
499 | 2024-09-25T03:18:31.102Z | Downloaded internet-checksum v0.2.1 |
500 | 2024-09-25T03:18:31.102Z | Downloaded indoc v1.0.9 |
501 | 2024-09-25T03:18:31.104Z | Downloaded indent_write v2.2.0 |
502 | 2024-09-25T03:18:31.107Z | Downloaded lalrpop v0.19.12 |
503 | 2024-09-25T03:18:31.117Z | Downloaded impl-trait-for-tuples v0.2.2 |
504 | 2024-09-25T03:18:31.121Z | Downloaded atomic-waker v1.1.2 |
505 | 2024-09-25T03:18:31.123Z | Downloaded async-stream-impl v0.3.5 |
506 | 2024-09-25T03:18:31.123Z | Downloaded async-stream v0.3.5 |
507 | 2024-09-25T03:18:31.126Z | Downloaded ascii-canvas v3.0.0 |
508 | 2024-09-25T03:18:31.126Z | Downloaded cfg_aliases v0.2.1 |
509 | 2024-09-25T03:18:31.132Z | Downloaded ahash v0.8.11 |
510 | 2024-09-25T03:18:31.132Z | Downloaded cexpr v0.6.0 |
511 | 2024-09-25T03:18:31.135Z | Downloaded crc-catalog v2.4.0 |
512 | 2024-09-25T03:18:31.135Z | Downloaded arc-swap v1.7.1 |
513 | 2024-09-25T03:18:31.138Z | Downloaded ciborium-io v0.2.2 |
514 | 2024-09-25T03:18:31.138Z | Downloaded allocator-api2 v0.2.18 |
515 | 2024-09-25T03:18:31.140Z | Downloaded ciborium-ll v0.2.2 |
516 | 2024-09-25T03:18:31.144Z | Downloaded convert_case v0.4.0 |
517 | 2024-09-25T03:18:31.150Z | Downloaded arrayvec v0.7.4 |
518 | 2024-09-25T03:18:31.150Z | Downloaded crc v3.2.1 |
519 | 2024-09-25T03:18:31.154Z | Downloaded colored v2.1.0 |
520 | 2024-09-25T03:18:31.154Z | Downloaded ident_case v1.0.1 |
521 | 2024-09-25T03:18:31.154Z | Downloaded inout v0.1.3 |
522 | 2024-09-25T03:18:31.157Z | Downloaded lazycell v1.3.0 |
523 | 2024-09-25T03:18:31.157Z | Downloaded matches v0.1.10 |
524 | 2024-09-25T03:18:31.157Z | Downloaded instant v0.1.12 |
525 | 2024-09-25T03:18:31.161Z | Downloaded blake2 v0.10.6 |
526 | 2024-09-25T03:18:31.170Z | Downloaded md5 v0.7.0 |
527 | 2024-09-25T03:18:31.170Z | Downloaded md-5 v0.10.6 |
528 | 2024-09-25T03:18:31.170Z | Downloaded memoffset v0.9.1 |
529 | 2024-09-25T03:18:31.185Z | Downloaded lazy_static v1.5.0 |
530 | 2024-09-25T03:18:31.185Z | Downloaded cc v1.1.21 |
531 | 2024-09-25T03:18:31.185Z | Downloaded mime v0.3.17 |
532 | 2024-09-25T03:18:31.185Z | Downloaded memmap2 v0.9.4 |
533 | 2024-09-25T03:18:31.185Z | Downloaded indicatif v0.17.8 |
534 | 2024-09-25T03:18:31.190Z | Downloaded http-range v0.1.5 |
535 | 2024-09-25T03:18:31.190Z | Downloaded http v1.1.0 |
536 | 2024-09-25T03:18:31.190Z | Downloaded bindgen v0.69.4 |
537 | 2024-09-25T03:18:31.194Z | Downloaded match_cfg v0.1.0 |
538 | 2024-09-25T03:18:31.194Z | Downloaded miniz_oxide v0.8.0 |
539 | 2024-09-25T03:18:31.198Z | Downloaded aho-corasick v1.1.3 |
540 | 2024-09-25T03:18:31.201Z | Downloaded itertools v0.13.0 |
541 | 2024-09-25T03:18:31.207Z | Downloaded bitvec v1.0.1 |
542 | 2024-09-25T03:18:31.223Z | Downloaded hyper v0.14.30 |
543 | 2024-09-25T03:18:31.230Z | Downloaded indexmap v1.9.3 |
544 | 2024-09-25T03:18:31.234Z | Downloaded itertools v0.12.1 |
545 | 2024-09-25T03:18:31.242Z | Downloaded chrono v0.4.38 |
546 | 2024-09-25T03:18:31.254Z | Downloaded itertools v0.10.5 |
547 | 2024-09-25T03:18:31.257Z | Downloaded libm v0.2.8 |
548 | 2024-09-25T03:18:31.264Z | Downloaded hkdf v0.12.4 |
549 | 2024-09-25T03:18:31.267Z | Downloaded mirai-annotations v1.12.0 |
550 | 2024-09-25T03:18:31.269Z | Downloaded multimap v0.10.0 |
551 | 2024-09-25T03:18:31.269Z | Downloaded miniz_oxide v0.7.2 |
552 | 2024-09-25T03:18:31.272Z | Downloaded libloading v0.8.3 |
553 | 2024-09-25T03:18:31.276Z | Downloaded crypto-bigint v0.5.5 |
554 | 2024-09-25T03:18:31.286Z | Downloaded csv-core v0.1.11 |
555 | 2024-09-25T03:18:31.290Z | Downloaded native-tls v0.2.11 |
556 | 2024-09-25T03:18:31.290Z | Downloaded crossbeam-epoch v0.9.18 |
557 | 2024-09-25T03:18:31.290Z | Downloaded crossbeam-utils v0.8.19 |
558 | 2024-09-25T03:18:31.294Z | Downloaded crossbeam-deque v0.8.5 |
559 | 2024-09-25T03:18:31.294Z | Downloaded crunchy v0.2.2 |
560 | 2024-09-25T03:18:31.299Z | Downloaded crc32fast v1.4.0 |
561 | 2024-09-25T03:18:31.299Z | Downloaded crc-any v2.5.0 |
562 | 2024-09-25T03:18:31.302Z | Downloaded cookie_store v0.20.0 |
563 | 2024-09-25T03:18:31.302Z | Downloaded cookie v0.18.1 |
564 | 2024-09-25T03:18:31.306Z | Downloaded cookie v0.17.0 |
565 | 2024-09-25T03:18:31.306Z | Downloaded constant_time_eq v0.3.0 |
566 | 2024-09-25T03:18:31.310Z | Downloaded const_format_proc_macros v0.2.33 |
567 | 2024-09-25T03:18:31.310Z | Downloaded const_format v0.2.33 |
568 | 2024-09-25T03:18:31.315Z | Downloaded const-oid v0.9.6 |
569 | 2024-09-25T03:18:31.319Z | Downloaded rustc_version v0.4.0 |
570 | 2024-09-25T03:18:31.319Z | Downloaded rand_xorshift v0.3.0 |
571 | 2024-09-25T03:18:31.323Z | Downloaded mio v1.0.2 |
572 | 2024-09-25T03:18:31.336Z | Downloaded linear-map v1.2.0 |
573 | 2024-09-25T03:18:31.340Z | Downloaded semver v0.1.20 |
574 | 2024-09-25T03:18:31.340Z | Downloaded scopeguard v1.2.0 |
575 | 2024-09-25T03:18:31.340Z | Downloaded rustversion v1.0.17 |
576 | 2024-09-25T03:18:31.343Z | Downloaded libxml v0.3.3 |
577 | 2024-09-25T03:18:31.348Z | Downloaded maybe-uninit v2.0.0 |
578 | 2024-09-25T03:18:31.353Z | Downloaded new_debug_unreachable v1.0.6 |
579 | 2024-09-25T03:18:31.353Z | Downloaded managed v0.8.0 |
580 | 2024-09-25T03:18:31.353Z | Downloaded lru-cache v0.1.2 |
581 | 2024-09-25T03:18:31.357Z | Downloaded lru v0.12.3 |
582 | 2024-09-25T03:18:31.357Z | Downloaded libsw v3.3.1 |
583 | 2024-09-25T03:18:31.357Z | Downloaded libefi-sys v0.1.0 |
584 | 2024-09-25T03:18:31.361Z | Downloaded lalrpop-util v0.19.12 |
585 | 2024-09-25T03:18:31.361Z | Downloaded keccak v0.1.5 |
586 | 2024-09-25T03:18:31.361Z | Downloaded is_ci v1.2.0 |
587 | 2024-09-25T03:18:31.365Z | Downloaded cobs v0.2.3 |
588 | 2024-09-25T03:18:31.365Z | Downloaded cmake v0.1.51 |
589 | 2024-09-25T03:18:31.365Z | Downloaded clang-sys v1.7.0 |
590 | 2024-09-25T03:18:31.367Z | Downloaded cipher v0.4.4 |
591 | 2024-09-25T03:18:31.367Z | Downloaded mockall v0.13.0 |
592 | 2024-09-25T03:18:31.372Z | Downloaded idna v0.5.0 |
593 | 2024-09-25T03:18:31.377Z | Downloaded mime_guess v2.0.4 |
594 | 2024-09-25T03:18:31.381Z | Downloaded termtree v0.4.1 |
595 | 2024-09-25T03:18:31.381Z | Downloaded termcolor v1.4.1 |
596 | 2024-09-25T03:18:31.386Z | Downloaded term v0.7.0 |
597 | 2024-09-25T03:18:31.386Z | Downloaded tar v0.4.41 |
598 | 2024-09-25T03:18:31.390Z | Downloaded subtle v2.5.0 |
599 | 2024-09-25T03:18:31.390Z | Downloaded toml v0.7.8 |
600 | 2024-09-25T03:18:31.396Z | Downloaded siphasher v0.3.11 |
601 | 2024-09-25T03:18:31.401Z | Downloaded toml_edit v0.19.15 |
602 | 2024-09-25T03:18:31.411Z | Downloaded shell-words v1.1.0 |
603 | 2024-09-25T03:18:31.417Z | Downloaded url v2.5.2 |
604 | 2024-09-25T03:18:31.417Z | Downloaded unicode-normalization v0.1.23 |
605 | 2024-09-25T03:18:31.420Z | Downloaded tokio-util v0.7.11 |
606 | 2024-09-25T03:18:31.425Z | Downloaded mio v0.8.11 |
607 | 2024-09-25T03:18:31.433Z | Downloaded nanorand v0.7.0 |
608 | 2024-09-25T03:18:31.437Z | Downloaded headers v0.3.9 |
609 | 2024-09-25T03:18:31.444Z | Downloaded multer v3.1.0 |
610 | 2024-09-25T03:18:31.450Z | Downloaded precomputed-hash v0.1.1 |
611 | 2024-09-25T03:18:31.451Z | Downloaded socket2 v0.5.7 |
612 | 2024-09-25T03:18:31.451Z | Downloaded pin-utils v0.1.0 |
613 | 2024-09-25T03:18:31.451Z | Downloaded hashbrown v0.13.2 |
614 | 2024-09-25T03:18:31.455Z | Downloaded spin v0.9.8 |
615 | 2024-09-25T03:18:31.455Z | Downloaded pbkdf2 v0.12.2 |
616 | 2024-09-25T03:18:31.458Z | Downloaded wait-timeout v0.2.0 |
617 | 2024-09-25T03:18:31.458Z | Downloaded darling_macro v0.20.9 |
618 | 2024-09-25T03:18:31.458Z | Downloaded darling_core v0.20.9 |
619 | 2024-09-25T03:18:31.463Z | Downloaded data-encoding v2.6.0 |
620 | 2024-09-25T03:18:31.467Z | Downloaded radium v0.7.0 |
621 | 2024-09-25T03:18:31.467Z | Downloaded p384 v0.13.0 |
622 | 2024-09-25T03:18:31.473Z | Downloaded env_logger v0.10.2 |
623 | 2024-09-25T03:18:31.480Z | Downloaded predicates v3.1.2 |
624 | 2024-09-25T03:18:31.484Z | Downloaded rand_chacha v0.3.1 |
625 | 2024-09-25T03:18:31.484Z | Downloaded hashlink v0.9.1 |
626 | 2024-09-25T03:18:31.484Z | Downloaded fallible-iterator v0.3.0 |
627 | 2024-09-25T03:18:31.484Z | Downloaded rand v0.8.5 |
628 | 2024-09-25T03:18:31.488Z | Downloaded rustls-pemfile v2.1.3 |
629 | 2024-09-25T03:18:31.492Z | Downloaded serde_path_to_error v0.1.16 |
630 | 2024-09-25T03:18:31.492Z | Downloaded futures v0.3.30 |
631 | 2024-09-25T03:18:31.496Z | Downloaded cstr-argument v0.1.2 |
632 | 2024-09-25T03:18:31.500Z | Downloaded rustls-webpki v0.101.7 |
633 | 2024-09-25T03:18:31.514Z | Downloaded newline-converter v0.3.0 |
634 | 2024-09-25T03:18:31.518Z | Downloaded tap v1.0.1 |
635 | 2024-09-25T03:18:31.518Z | Downloaded paste v1.0.15 |
636 | 2024-09-25T03:18:31.518Z | Downloaded strum v0.26.3 |
637 | 2024-09-25T03:18:31.518Z | Downloaded sqlparser_derive v0.2.2 |
638 | 2024-09-25T03:18:31.531Z | Downloaded ppv-lite86 v0.2.17 |
639 | 2024-09-25T03:18:31.531Z | Downloaded crucible-workspace-hack v0.1.0 |
640 | 2024-09-25T03:18:31.531Z | Downloaded crossterm v0.28.1 |
641 | 2024-09-25T03:18:31.540Z | Downloaded crossterm v0.27.0 |
642 | 2024-09-25T03:18:31.541Z | Downloaded bstr v1.9.1 |
643 | 2024-09-25T03:18:31.550Z | Downloaded block-padding v0.3.3 |
644 | 2024-09-25T03:18:31.554Z | Downloaded untrusted v0.7.1 |
645 | 2024-09-25T03:18:31.554Z | Downloaded rustc_version v0.1.7 |
646 | 2024-09-25T03:18:31.554Z | Downloaded hashbrown v0.12.3 |
647 | 2024-09-25T03:18:31.554Z | Downloaded tracing-attributes v0.1.27 |
648 | 2024-09-25T03:18:31.561Z | Downloaded unsafe-libyaml v0.2.11 |
649 | 2024-09-25T03:18:31.568Z | Downloaded tracing v0.1.40 |
650 | 2024-09-25T03:18:31.568Z | Downloaded serde_derive_internals v0.29.1 |
651 | 2024-09-25T03:18:31.568Z | Downloaded serde-big-array v0.5.1 |
652 | 2024-09-25T03:18:31.572Z | Downloaded sct v0.7.1 |
653 | 2024-09-25T03:18:31.572Z | Downloaded regex-syntax v0.6.29 |
654 | 2024-09-25T03:18:31.582Z | Downloaded toolchain_find v0.4.0 |
655 | 2024-09-25T03:18:31.588Z | Downloaded tokio-tungstenite v0.23.1 |
656 | 2024-09-25T03:18:31.588Z | Downloaded tokio-tungstenite v0.21.0 |
657 | 2024-09-25T03:18:31.588Z | Downloaded termios v0.3.3 |
658 | 2024-09-25T03:18:31.595Z | Downloaded serde-hex v0.1.0 |
659 | 2024-09-25T03:18:31.595Z | Downloaded webpki-roots v0.25.4 |
660 | 2024-09-25T03:18:31.603Z | Downloaded samael v0.0.17 |
661 | 2024-09-25T03:18:31.603Z | Downloaded num v0.4.3 |
662 | 2024-09-25T03:18:31.608Z | Downloaded password-hash v0.5.0 |
663 | 2024-09-25T03:18:31.608Z | Downloaded flate2 v1.0.33 |
664 | 2024-09-25T03:18:31.616Z | Downloaded float-cmp v0.9.0 |
665 | 2024-09-25T03:18:31.616Z | Downloaded curve25519-dalek-derive v0.1.1 |
666 | 2024-09-25T03:18:31.616Z | Downloaded radix_trie v0.2.1 |
667 | 2024-09-25T03:18:31.625Z | Downloaded pkcs1 v0.7.5 |
668 | 2024-09-25T03:18:31.625Z | Downloaded ref-cast v1.0.23 |
669 | 2024-09-25T03:18:31.625Z | Downloaded twox-hash v1.6.3 |
670 | 2024-09-25T03:18:31.629Z | Downloaded tokio-rustls v0.24.1 |
671 | 2024-09-25T03:18:31.630Z | Downloaded rayon-core v1.12.1 |
672 | 2024-09-25T03:18:31.630Z | Downloaded pbkdf2 v0.11.0 |
673 | 2024-09-25T03:18:31.635Z | Downloaded rustls v0.23.10 |
674 | 2024-09-25T03:18:31.648Z | Downloaded shlex v1.3.0 |
675 | 2024-09-25T03:18:31.654Z | Downloaded serde_with_macros v3.9.0 |
676 | 2024-09-25T03:18:31.654Z | Downloaded want v0.3.1 |
677 | 2024-09-25T03:18:31.659Z | Downloaded sha1 v0.10.6 |
678 | 2024-09-25T03:18:31.659Z | Downloaded rayon v1.10.0 |
679 | 2024-09-25T03:18:31.665Z | Downloaded ssh-encoding v0.2.0 |
680 | 2024-09-25T03:18:31.672Z | Downloaded sync_wrapper v0.1.2 |
681 | 2024-09-25T03:18:31.672Z | Downloaded signal-hook v0.3.17 |
682 | 2024-09-25T03:18:31.672Z | Downloaded serde_yaml v0.9.34+deprecated |
683 | 2024-09-25T03:18:31.679Z | Downloaded ssh-cipher v0.2.0 |
684 | 2024-09-25T03:18:31.679Z | Downloaded fallible-iterator v0.2.0 |
685 | 2024-09-25T03:18:31.679Z | Downloaded zeroize_derive v1.4.2 |
686 | 2024-09-25T03:18:31.683Z | Downloaded zeroize v1.8.1 |
687 | 2024-09-25T03:18:31.683Z | Downloaded slog-scope v4.4.0 |
688 | 2024-09-25T03:18:31.683Z | Downloaded try-lock v0.2.5 |
689 | 2024-09-25T03:18:31.683Z | Downloaded tower-service v0.3.2 |
690 | 2024-09-25T03:18:31.683Z | Downloaded tower-layer v0.3.2 |
691 | 2024-09-25T03:18:31.683Z | Downloaded serde_arrays v0.1.0 |
692 | 2024-09-25T03:18:31.688Z | Downloaded rustls-pki-types v1.7.0 |
693 | 2024-09-25T03:18:31.688Z | Downloaded tungstenite v0.20.1 |
694 | 2024-09-25T03:18:31.695Z | Downloaded tracing-core v0.1.32 |
695 | 2024-09-25T03:18:31.700Z | Downloaded fallible-streaming-iterator v0.1.9 |
696 | 2024-09-25T03:18:31.700Z | Downloaded tower v0.4.13 |
697 | 2024-09-25T03:18:31.741Z | Downloaded thiserror-no-std v2.0.2 |
698 | 2024-09-25T03:18:31.744Z | Downloaded thiserror-impl-no-std v2.0.2 |
699 | 2024-09-25T03:18:31.744Z | Downloaded test-strategy v0.3.1 |
700 | 2024-09-25T03:18:31.744Z | Downloaded env_logger v0.9.3 |
701 | 2024-09-25T03:18:31.744Z | Downloaded env_filter v0.1.2 |
702 | 2024-09-25T03:18:31.744Z | Downloaded openssl-sys v0.9.103 |
703 | 2024-09-25T03:18:31.744Z | Downloaded zip v0.6.6 |
704 | 2024-09-25T03:18:31.744Z | Downloaded typed-path v0.7.1 |
705 | 2024-09-25T03:18:31.744Z | Downloaded snafu-derive v0.8.2 |
706 | 2024-09-25T03:18:31.744Z | Downloaded snafu v0.8.2 |
707 | 2024-09-25T03:18:31.744Z | Downloaded slog-dtrace v0.3.0 |
708 | 2024-09-25T03:18:31.744Z | Downloaded slog-bunyan v2.5.0 |
709 | 2024-09-25T03:18:31.744Z | Downloaded group v0.13.0 |
710 | 2024-09-25T03:18:31.747Z | Downloaded normalize-line-endings v0.3.0 |
711 | 2024-09-25T03:18:31.747Z | Downloaded postcard v1.0.8 |
712 | 2024-09-25T03:18:31.755Z | Downloaded form_urlencoded v1.2.1 |
713 | 2024-09-25T03:18:31.755Z | Downloaded foreign-types-shared v0.1.1 |
714 | 2024-09-25T03:18:31.761Z | Downloaded topological-sort v0.2.2 |
715 | 2024-09-25T03:18:31.761Z | Downloaded rusqlite v0.32.1 |
716 | 2024-09-25T03:18:31.769Z | Downloaded r2d2 v0.8.10 |
717 | 2024-09-25T03:18:31.769Z | Downloaded path-slash v0.1.5 |
718 | 2024-09-25T03:18:31.769Z | Downloaded packed_struct v0.10.1 |
719 | 2024-09-25T03:18:31.769Z | Downloaded rustls-pemfile v1.0.4 |
720 | 2024-09-25T03:18:31.783Z | Downloaded p521 v0.13.3 |
721 | 2024-09-25T03:18:31.783Z | Downloaded filetime v0.2.25 |
722 | 2024-09-25T03:18:31.784Z | Downloaded rustls-webpki v0.102.4 |
723 | 2024-09-25T03:18:31.796Z | Downloaded rand_seeder v0.3.0 |
724 | 2024-09-25T03:18:31.804Z | Downloaded string_cache v0.8.7 |
725 | 2024-09-25T03:18:31.804Z | Downloaded signal-hook-registry v1.4.2 |
726 | 2024-09-25T03:18:31.804Z | Downloaded phf_shared v0.11.2 |
727 | 2024-09-25T03:18:31.804Z | Downloaded gimli v0.28.1 |
728 | 2024-09-25T03:18:31.810Z | Downloaded tiny-keccak v2.0.2 |
729 | 2024-09-25T03:18:31.810Z | Downloaded csv v1.3.0 |
730 | 2024-09-25T03:18:31.835Z | Downloaded nom v7.1.3 |
731 | 2024-09-25T03:18:31.841Z | Downloaded dirs-sys-next v0.1.2 |
732 | 2024-09-25T03:18:31.841Z | Downloaded tokio-native-tls v0.3.1 |
733 | 2024-09-25T03:18:31.841Z | Downloaded tokio-macros v2.4.0 |
734 | 2024-09-25T03:18:31.841Z | Downloaded rcgen v0.12.1 |
735 | 2024-09-25T03:18:31.850Z | Downloaded structmeta-derive v0.3.0 |
736 | 2024-09-25T03:18:31.850Z | Downloaded smf v0.2.3 |
737 | 2024-09-25T03:18:31.850Z | Downloaded object v0.32.2 |
738 | 2024-09-25T03:18:31.857Z | Downloaded enum-as-inner v0.6.0 |
739 | 2024-09-25T03:18:31.864Z | Downloaded predicates-tree v1.0.9 |
740 | 2024-09-25T03:18:31.864Z | Downloaded phf_shared v0.10.0 |
741 | 2024-09-25T03:18:31.864Z | Downloaded nix v0.27.1 |
742 | 2024-09-25T03:18:31.872Z | Downloaded diesel_derives v2.2.2 |
743 | 2024-09-25T03:18:31.877Z | Downloaded pem v3.0.4 |
744 | 2024-09-25T03:18:31.877Z | Downloaded rusty-fork v0.3.0 |
745 | 2024-09-25T03:18:31.886Z | Downloaded num-rational v0.4.2 |
746 | 2024-09-25T03:18:31.886Z | Downloaded proptest v1.5.0 |
747 | 2024-09-25T03:18:31.893Z | Downloaded num-iter v0.1.45 |
748 | 2024-09-25T03:18:31.903Z | Downloaded ron v0.8.1 |
749 | 2024-09-25T03:18:31.903Z | Downloaded num-integer v0.1.46 |
750 | 2024-09-25T03:18:31.908Z | Downloaded stable_deref_trait v1.2.0 |
751 | 2024-09-25T03:18:31.908Z | Downloaded thread_local v1.1.8 |
752 | 2024-09-25T03:18:31.908Z | Downloaded strum_macros v0.25.3 |
753 | 2024-09-25T03:18:31.908Z | Downloaded structmeta v0.3.0 |
754 | 2024-09-25T03:18:31.908Z | Downloaded tinyvec v1.6.0 |
755 | 2024-09-25T03:18:31.912Z | Downloaded time-macros v0.2.18 |
756 | 2024-09-25T03:18:31.912Z | Downloaded time-core v0.1.2 |
757 | 2024-09-25T03:18:31.912Z | Downloaded strum_macros v0.24.3 |
758 | 2024-09-25T03:18:31.921Z | Downloaded static_assertions v1.1.0 |
759 | 2024-09-25T03:18:31.921Z | Downloaded reqwest v0.11.27 |
760 | 2024-09-25T03:18:31.926Z | Downloaded derive_builder_core v0.20.0 |
761 | 2024-09-25T03:18:31.926Z | Downloaded universal-hash v0.5.1 |
762 | 2024-09-25T03:18:31.933Z | Downloaded defmt-parser v0.3.4 |
763 | 2024-09-25T03:18:31.933Z | Downloaded tui-tree-widget v0.22.0 |
764 | 2024-09-25T03:18:31.933Z | Downloaded tokio-rustls v0.25.0 |
765 | 2024-09-25T03:18:31.938Z | Downloaded which v4.4.2 |
766 | 2024-09-25T03:18:31.938Z | Downloaded either v1.13.0 |
767 | 2024-09-25T03:18:31.939Z | Downloaded walkdir v2.5.0 |
768 | 2024-09-25T03:18:31.939Z | Downloaded strum_macros v0.26.4 |
769 | 2024-09-25T03:18:31.946Z | Downloaded elliptic-curve v0.13.8 |
770 | 2024-09-25T03:18:31.955Z | Downloaded value-bag v1.9.0 |
771 | 2024-09-25T03:18:31.955Z | Downloaded time v0.3.36 |
772 | 2024-09-25T03:18:31.959Z | Downloaded vcpkg v0.2.15 |
773 | 2024-09-25T03:18:31.992Z | Downloaded parking_lot_core v0.8.6 |
774 | 2024-09-25T03:18:31.995Z | Downloaded parking_lot_core v0.9.10 |
775 | 2024-09-25T03:18:32.002Z | Downloaded futures-sink v0.3.30 |
776 | 2024-09-25T03:18:32.003Z | Downloaded zerocopy v0.6.6 |
777 | 2024-09-25T03:18:32.008Z | Downloaded glob v0.3.1 |
778 | 2024-09-25T03:18:32.008Z | Downloaded num-traits v0.2.19 |
779 | 2024-09-25T03:18:32.008Z | Downloaded winnow v0.5.40 |
780 | 2024-09-25T03:18:32.014Z | Downloaded ff v0.13.0 |
781 | 2024-09-25T03:18:32.019Z | Downloaded fd-lock v4.0.2 |
782 | 2024-09-25T03:18:32.019Z | Downloaded fatfs v0.3.6 |
783 | 2024-09-25T03:18:32.034Z | Downloaded expectorate v1.1.0 |
784 | 2024-09-25T03:18:32.049Z | Downloaded smallvec v0.6.14 |
785 | 2024-09-25T03:18:32.049Z | Downloaded slog-async v2.8.0 |
786 | 2024-09-25T03:18:32.049Z | Downloaded rsa v0.9.6 |
787 | 2024-09-25T03:18:32.049Z | Downloaded rpassword v7.3.1 |
788 | 2024-09-25T03:18:32.049Z | Downloaded pin-project-lite v0.2.14 |
789 | 2024-09-25T03:18:32.049Z | Downloaded pkg-config v0.3.30 |
790 | 2024-09-25T03:18:32.053Z | Downloaded pkcs8 v0.10.2 |
791 | 2024-09-25T03:18:32.053Z | Downloaded erased-serde v0.3.31 |
792 | 2024-09-25T03:18:32.053Z | Downloaded env_logger v0.11.5 |
793 | 2024-09-25T03:18:32.053Z | Downloaded zone_cfg_derive v0.3.0 |
794 | 2024-09-25T03:18:32.053Z | Downloaded zone_cfg_derive v0.1.2 |
795 | 2024-09-25T03:18:32.053Z | Downloaded zone v0.3.0 |
796 | 2024-09-25T03:18:32.053Z | Downloaded rand_core v0.6.4 |
797 | 2024-09-25T03:18:32.053Z | Downloaded zone v0.1.8 |
798 | 2024-09-25T03:18:32.053Z | Downloaded quick-error v1.2.3 |
799 | 2024-09-25T03:18:32.057Z | Downloaded regex v1.10.6 |
800 | 2024-09-25T03:18:32.073Z | Downloaded spki v0.7.3 |
801 | 2024-09-25T03:18:32.081Z | Downloaded smallvec v1.13.2 |
802 | 2024-09-25T03:18:32.081Z | Downloaded smoltcp v0.11.0 |
803 | 2024-09-25T03:18:32.085Z | Downloaded password-hash v0.4.2 |
804 | 2024-09-25T03:18:32.089Z | Downloaded regex-syntax v0.8.4 |
805 | 2024-09-25T03:18:32.096Z | Downloaded futures-util v0.3.30 |
806 | 2024-09-25T03:18:32.106Z | Downloaded postgres-protocol v0.6.7 |
807 | 2024-09-25T03:18:32.109Z | Downloaded futures-task v0.3.30 |
808 | 2024-09-25T03:18:32.109Z | Downloaded oso-derive v0.27.3 |
809 | 2024-09-25T03:18:32.113Z | Downloaded oso v0.27.3 |
810 | 2024-09-25T03:18:32.117Z | Downloaded num_threads v0.1.7 |
811 | 2024-09-25T03:18:32.117Z | Downloaded num_enum_derive v0.5.11 |
812 | 2024-09-25T03:18:32.117Z | Downloaded num-bigint-dig v0.8.4 |
813 | 2024-09-25T03:18:32.125Z | Downloaded nu-ansi-term v0.50.0 |
814 | 2024-09-25T03:18:32.128Z | Downloaded fragile v2.0.0 |
815 | 2024-09-25T03:18:32.129Z | Downloaded salsa20 v0.10.2 |
816 | 2024-09-25T03:18:32.129Z | Downloaded parking_lot v0.11.2 |
817 | 2024-09-25T03:18:32.135Z | Downloaded pin-project-internal v1.1.5 |
818 | 2024-09-25T03:18:32.135Z | Downloaded unicode-bidi v0.3.15 |
819 | 2024-09-25T03:18:32.140Z | Downloaded rustls v0.21.12 |
820 | 2024-09-25T03:18:32.149Z | Downloaded rustc-hash v1.1.0 |
821 | 2024-09-25T03:18:32.154Z | Downloaded futures-macro v0.3.30 |
822 | 2024-09-25T03:18:32.154Z | Downloaded signature v2.2.0 |
823 | 2024-09-25T03:18:32.154Z | Downloaded serde_urlencoded v0.7.1 |
824 | 2024-09-25T03:18:32.154Z | Downloaded futures-io v0.3.30 |
825 | 2024-09-25T03:18:32.154Z | Downloaded unicase v2.7.0 |
826 | 2024-09-25T03:18:32.158Z | Downloaded nix v0.29.0 |
827 | 2024-09-25T03:18:32.166Z | Downloaded futures-executor v0.3.30 |
828 | 2024-09-25T03:18:32.172Z | Downloaded hash32 v0.2.1 |
829 | 2024-09-25T03:18:32.172Z | Downloaded globset v0.4.14 |
830 | 2024-09-25T03:18:32.176Z | Downloaded serde_with v3.9.0 |
831 | 2024-09-25T03:18:32.189Z | Downloaded futures-core v0.3.30 |
832 | 2024-09-25T03:18:32.189Z | Downloaded half v2.4.1 |
833 | 2024-09-25T03:18:32.199Z | Downloaded funty v2.0.0 |
834 | 2024-09-25T03:18:32.199Z | Downloaded tungstenite v0.21.0 |
835 | 2024-09-25T03:18:32.199Z | Downloaded h2 v0.4.6 |
836 | 2024-09-25T03:18:32.208Z | Downloaded xattr v1.3.1 |
837 | 2024-09-25T03:18:32.208Z | Downloaded h2 v0.3.26 |
838 | 2024-09-25T03:18:32.208Z | Downloaded slog-json v2.6.1 |
839 | 2024-09-25T03:18:32.218Z | Downloaded slog v2.7.0 |
840 | 2024-09-25T03:18:32.218Z | Downloaded derive_more v0.99.18 |
841 | 2024-09-25T03:18:32.218Z | Downloaded whoami v1.5.1 |
842 | 2024-09-25T03:18:32.223Z | Downloaded deranged v0.3.11 |
843 | 2024-09-25T03:18:32.223Z | Downloaded slab v0.4.9 |
844 | 2024-09-25T03:18:32.223Z | Downloaded take_mut v0.2.2 |
845 | 2024-09-25T03:18:32.223Z | Downloaded structmeta-derive v0.2.0 |
846 | 2024-09-25T03:18:32.223Z | Downloaded structmeta v0.2.0 |
847 | 2024-09-25T03:18:32.223Z | Downloaded strip-ansi-escapes v0.2.0 |
848 | 2024-09-25T03:18:32.223Z | Downloaded stringprep v0.1.4 |
849 | 2024-09-25T03:18:32.223Z | Downloaded slog-term v2.9.1 |
850 | 2024-09-25T03:18:32.229Z | Downloaded rustyline v14.0.0 |
851 | 2024-09-25T03:18:32.241Z | Downloaded steno v0.4.1 |
852 | 2024-09-25T03:18:32.253Z | Downloaded parking_lot v0.12.2 |
853 | 2024-09-25T03:18:32.253Z | Downloaded gethostname v0.5.0 |
854 | 2024-09-25T03:18:32.253Z | Downloaded dropshot v0.10.1 |
855 | 2024-09-25T03:18:32.265Z | Downloaded publicsuffix v2.2.3 |
856 | 2024-09-25T03:18:32.265Z | Downloaded downcast v0.11.0 |
857 | 2024-09-25T03:18:32.265Z | Downloaded serde_repr v0.1.19 |
858 | 2024-09-25T03:18:32.265Z | Downloaded yasna v0.5.2 |
859 | 2024-09-25T03:18:32.265Z | Downloaded powerfmt v0.2.0 |
860 | 2024-09-25T03:18:32.265Z | Downloaded parse-size v1.0.0 |
861 | 2024-09-25T03:18:32.265Z | Downloaded percent-encoding v2.3.1 |
862 | 2024-09-25T03:18:32.274Z | Downloaded owo-colors v4.0.0 |
863 | 2024-09-25T03:18:32.274Z | Downloaded openssl-probe v0.1.5 |
864 | 2024-09-25T03:18:32.274Z | Downloaded utf-8 v0.7.6 |
865 | 2024-09-25T03:18:32.274Z | Downloaded pem-rfc7468 v0.7.0 |
866 | 2024-09-25T03:18:32.274Z | Downloaded untrusted v0.9.0 |
867 | 2024-09-25T03:18:32.274Z | Downloaded unicode_categories v0.1.1 |
868 | 2024-09-25T03:18:32.274Z | Downloaded openssl-macros v0.1.1 |
869 | 2024-09-25T03:18:32.274Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
870 | 2024-09-25T03:18:32.328Z | Downloaded russh v0.45.0 |
871 | 2024-09-25T03:18:32.332Z | Downloaded ena v0.14.3 |
872 | 2024-09-25T03:18:32.336Z | Downloaded russh-cryptovec v0.7.2 |
873 | 2024-09-25T03:18:32.336Z | Downloaded rtoolbox v0.0.2 |
874 | 2024-09-25T03:18:32.337Z | Downloaded flume v0.11.0 |
875 | 2024-09-25T03:18:32.339Z | Downloaded unicode-xid v0.2.4 |
876 | 2024-09-25T03:18:32.343Z | Downloaded unarray v0.1.4 |
877 | 2024-09-25T03:18:32.343Z | Downloaded hash32 v0.3.1 |
878 | 2024-09-25T03:18:32.350Z | Downloaded fs_extra v1.3.0 |
879 | 2024-09-25T03:18:32.350Z | Downloaded foreign-types v0.3.2 |
880 | 2024-09-25T03:18:32.350Z | Downloaded float-ord v0.3.2 |
881 | 2024-09-25T03:18:32.353Z | Downloaded num-conv v0.1.0 |
882 | 2024-09-25T03:18:32.353Z | Downloaded predicates-core v1.0.6 |
883 | 2024-09-25T03:18:32.353Z | Downloaded num-complex v0.4.6 |
884 | 2024-09-25T03:18:32.353Z | Downloaded der_derive v0.7.2 |
885 | 2024-09-25T03:18:32.353Z | Downloaded polyval v0.6.2 |
886 | 2024-09-25T03:18:32.357Z | Downloaded pin-project v1.1.5 |
887 | 2024-09-25T03:18:32.364Z | Downloaded prettyplease v0.2.20 |
888 | 2024-09-25T03:18:32.368Z | Downloaded proc-macro-crate v1.3.1 |
889 | 2024-09-25T03:18:32.370Z | Downloaded portable-atomic v1.6.0 |
890 | 2024-09-25T03:18:32.376Z | Downloaded openssl v0.10.66 |
891 | 2024-09-25T03:18:32.384Z | Downloaded darling v0.20.9 |
892 | 2024-09-25T03:18:32.388Z | Downloaded same-file v1.0.6 |
893 | 2024-09-25T03:18:32.392Z | Downloaded tokio-rustls v0.26.0 |
894 | 2024-09-25T03:18:32.392Z | Downloaded tinyvec_macros v0.1.1 |
895 | 2024-09-25T03:18:32.395Z | Downloaded diff v0.1.13 |
896 | 2024-09-25T03:18:32.395Z | Downloaded uuid v1.10.0 |
897 | 2024-09-25T03:18:32.399Z | Downloaded similar v2.6.0 |
898 | 2024-09-25T03:18:32.406Z | Downloaded sigpipe v0.1.3 |
899 | 2024-09-25T03:18:32.410Z | Downloaded display-error-chain v0.2.1 |
900 | 2024-09-25T03:18:32.410Z | Downloaded x509-cert v0.2.5 |
901 | 2024-09-25T03:18:32.417Z | Downloaded tungstenite v0.23.0 |
902 | 2024-09-25T03:18:32.420Z | Downloaded tough v0.17.1 |
903 | 2024-09-25T03:18:32.424Z | Downloaded psl-types v2.0.11 |
904 | 2024-09-25T03:18:32.427Z | Downloaded object v0.30.4 |
905 | 2024-09-25T03:18:32.433Z | Downloaded derive_builder_macro v0.20.0 |
906 | 2024-09-25T03:18:32.437Z | Downloaded derive_builder v0.20.0 |
907 | 2024-09-25T03:18:32.441Z | Downloaded slog-envlogger v2.2.0 |
908 | 2024-09-25T03:18:32.441Z | Downloaded sha3 v0.10.8 |
909 | 2024-09-25T03:18:32.445Z | Downloaded schemars v0.8.21 |
910 | 2024-09-25T03:18:32.456Z | Downloaded des v0.8.1 |
911 | 2024-09-25T03:18:32.459Z | Downloaded encoding_rs v0.8.34 |
912 | 2024-09-25T03:18:32.478Z | Downloaded defmt v0.3.8 |
913 | 2024-09-25T03:18:32.482Z | Downloaded scrypt v0.11.0 |
914 | 2024-09-25T03:18:32.485Z | Downloaded petgraph v0.6.5 |
915 | 2024-09-25T03:18:32.504Z | Downloaded dhcproto v0.12.0 |
916 | 2024-09-25T03:18:32.508Z | Downloaded tls_codec_derive v0.4.1 |
917 | 2024-09-25T03:18:32.508Z | Downloaded ssh-key v0.6.6 |
918 | 2024-09-25T03:18:32.511Z | Downloaded diesel_table_macro_syntax v0.2.0 |
919 | 2024-09-25T03:18:32.514Z | Downloaded unicode-truncate v1.0.0 |
920 | 2024-09-25T03:18:32.514Z | Downloaded diesel v2.2.4 |
921 | 2024-09-25T03:18:32.535Z | Downloaded sled v0.34.7 |
922 | 2024-09-25T03:18:32.547Z | Downloaded tls_codec v0.4.1 |
923 | 2024-09-25T03:18:32.549Z | Downloaded dunce v1.0.5 |
924 | 2024-09-25T03:18:32.549Z | Downloaded schemars_derive v0.8.21 |
925 | 2024-09-25T03:18:32.553Z | Downloaded openapiv3 v2.0.0 |
926 | 2024-09-25T03:18:32.562Z | Downloaded russh-keys v0.45.0 |
927 | 2024-09-25T03:18:32.565Z | Downloaded serde_plain v1.0.2 |
928 | 2024-09-25T03:18:32.568Z | Downloaded uzers v0.11.3 |
929 | 2024-09-25T03:18:32.568Z | Downloaded tokio-tungstenite v0.20.1 |
930 | 2024-09-25T03:18:32.574Z | Downloaded tokio-stream v0.1.15 |
931 | 2024-09-25T03:18:32.584Z | Downloaded scheduled-thread-pool v0.2.7 |
932 | 2024-09-25T03:18:32.584Z | Downloaded pretty-hex v0.2.1 |
933 | 2024-09-25T03:18:32.584Z | Downloaded peg-runtime v0.8.3 |
934 | 2024-09-25T03:18:32.584Z | Downloaded peg-macros v0.8.4 |
935 | 2024-09-25T03:18:32.588Z | Downloaded sqlparser v0.45.0 |
936 | 2024-09-25T03:18:32.588Z | Downloaded sqlformat v0.2.4 |
937 | 2024-09-25T03:18:32.588Z | Downloaded regress v0.9.1 |
938 | 2024-09-25T03:18:32.597Z | Downloaded polar-core v0.27.3 |
939 | 2024-09-25T03:18:32.605Z | Downloaded tokio v1.39.3 |
940 | 2024-09-25T03:18:32.642Z | Downloaded ghash v0.5.1 |
941 | 2024-09-25T03:18:32.646Z | Downloaded getrandom v0.2.14 |
942 | 2024-09-25T03:18:32.646Z | Downloaded ed25519 v2.2.3 |
943 | 2024-09-25T03:18:32.651Z | Downloaded derive-where v1.2.7 |
944 | 2024-09-25T03:18:32.659Z | Downloaded signal-hook-tokio v0.3.1 |
945 | 2024-09-25T03:18:32.659Z | Downloaded primeorder v0.13.6 |
946 | 2024-09-25T03:18:32.659Z | Downloaded num-derive v0.4.2 |
947 | 2024-09-25T03:18:32.665Z | Downloaded getopts v0.2.21 |
948 | 2024-09-25T03:18:32.665Z | Downloaded rustc-demangle v0.1.24 |
949 | 2024-09-25T03:18:32.665Z | Downloaded regex-automata v0.4.6 |
950 | 2024-09-25T03:18:32.674Z | Downloaded salty v0.3.0 |
951 | 2024-09-25T03:18:32.684Z | Downloaded parse-display-derive v0.10.0 |
952 | 2024-09-25T03:18:32.687Z | Downloaded parse-display v0.10.0 |
953 | 2024-09-25T03:18:32.687Z | Downloaded num_enum v0.5.11 |
954 | 2024-09-25T03:18:32.691Z | Downloaded embedded-io v0.4.0 |
955 | 2024-09-25T03:18:32.691Z | Downloaded rustls v0.22.4 |
956 | 2024-09-25T03:18:32.703Z | Downloaded finl_unicode v1.2.0 |
957 | 2024-09-25T03:18:32.718Z | Downloaded phf v0.11.2 |
958 | 2024-09-25T03:18:32.729Z | Downloaded wyz v0.5.1 |
959 | 2024-09-25T03:18:32.729Z | Downloaded defmt-macros v0.3.9 |
960 | 2024-09-25T03:18:32.729Z | Downloaded slog-stdlog v4.1.1 |
961 | 2024-09-25T03:18:32.735Z | Downloaded pkcs5 v0.7.1 |
962 | 2024-09-25T03:18:32.735Z | Downloaded curve25519-dalek v4.1.3 |
963 | 2024-09-25T03:18:32.739Z | Downloaded opaque-debug v0.3.1 |
964 | 2024-09-25T03:18:32.739Z | Downloaded number_prefix v0.4.0 |
965 | 2024-09-25T03:18:32.739Z | Downloaded packed_struct_codegen v0.10.1 |
966 | 2024-09-25T03:18:32.740Z | Downloaded p256 v0.13.2 |
967 | 2024-09-25T03:18:32.747Z | Downloaded zerocopy-derive v0.6.6 |
968 | 2024-09-25T03:18:32.758Z | Downloaded signal-hook-mio v0.2.4 |
969 | 2024-09-25T03:18:32.766Z | Downloaded ron v0.7.1 |
970 | 2024-09-25T03:18:32.766Z | Downloaded resolv-conf v0.7.0 |
971 | 2024-09-25T03:18:32.766Z | Downloaded ref-cast-impl v1.0.23 |
972 | 2024-09-25T03:18:32.766Z | Downloaded poly1305 v0.8.0 |
973 | 2024-09-25T03:18:32.766Z | Downloaded nix v0.28.0 |
974 | 2024-09-25T03:18:32.774Z | Downloaded unicode-segmentation v1.11.0 |
975 | 2024-09-25T03:18:32.778Z | Downloaded peg v0.8.4 |
976 | 2024-09-25T03:18:32.788Z | Downloaded nodrop v0.1.14 |
977 | 2024-09-25T03:18:32.788Z | Downloaded rustfmt-wrapper v0.2.1 |
978 | 2024-09-25T03:18:32.788Z | Downloaded enum-as-inner v0.5.1 |
979 | 2024-09-25T03:18:32.793Z | Downloaded ed25519-dalek v2.1.1 |
980 | 2024-09-25T03:18:32.793Z | Downloaded tokio-postgres v0.7.11 |
981 | 2024-09-25T03:18:32.794Z | Downloaded trust-dns-proto v0.22.0 |
982 | 2024-09-25T03:18:32.802Z | Downloaded libz-sys v1.1.16 |
983 | 2024-09-25T03:18:32.875Z | Downloaded smoltcp v0.9.1 |
984 | 2024-09-25T03:18:32.881Z | Downloaded ratatui v0.28.0 |
985 | 2024-09-25T03:18:32.916Z | Downloaded der v0.7.9 |
986 | 2024-09-25T03:18:32.930Z | Downloaded foreign-types-shared v0.3.1 |
987 | 2024-09-25T03:18:32.930Z | Downloaded libsqlite3-sys v0.30.1 |
988 | 2024-09-25T03:18:32.991Z | Downloaded foreign-types-macros v0.2.3 |
989 | 2024-09-25T03:18:32.998Z | Downloaded ring v0.17.8 |
990 | 2024-09-25T03:18:33.067Z | Downloaded foreign-types v0.5.0 |
991 | 2024-09-25T03:18:33.076Z | Downloaded dsl_auto_type v0.1.2 |
992 | 2024-09-25T03:18:33.076Z | Downloaded dropshot_endpoint v0.10.1 |
993 | 2024-09-25T03:18:33.076Z | Downloaded tabwriter v1.4.0 |
994 | 2024-09-25T03:18:33.076Z | Downloaded supports-color v3.0.1 |
995 | 2024-09-25T03:18:33.076Z | Downloaded subprocess v0.2.9 |
996 | 2024-09-25T03:18:33.076Z | Downloaded postgres-types v0.2.7 |
997 | 2024-09-25T03:18:33.077Z | Downloaded num-bigint v0.4.5 |
998 | 2024-09-25T03:18:33.077Z | Downloaded quick-xml v0.33.0 |
999 | 2024-09-25T03:18:33.087Z | Downloaded portpicker v0.1.1 |
1000 | 2024-09-25T03:18:33.087Z | Downloaded git2 v0.19.0 |
1001 | 2024-09-25T03:18:33.111Z | Downloaded flagset v0.4.5 |
1002 | 2024-09-25T03:18:33.111Z | Downloaded endian-type v0.1.2 |
1003 | 2024-09-25T03:18:33.111Z | Downloaded ecdsa v0.16.9 |
1004 | 2024-09-25T03:18:33.111Z | Downloaded dhcproto-macros v0.1.0 |
1005 | 2024-09-25T03:18:33.111Z | Downloaded debug-ignore v1.0.5 |
1006 | 2024-09-25T03:18:33.111Z | Downloaded waitgroup v0.1.2 |
1007 | 2024-09-25T03:18:33.111Z | Downloaded vte_generate_state_changes v0.1.1 |
1008 | 2024-09-25T03:18:33.111Z | Downloaded vte v0.11.1 |
1009 | 2024-09-25T03:18:33.118Z | Downloaded vsss-rs v3.3.4 |
1010 | 2024-09-25T03:18:33.119Z | Downloaded vergen v8.3.2 |
1011 | 2024-09-25T03:18:33.119Z | Downloaded omicron-zone-package v0.11.0 |
1012 | 2024-09-25T03:18:33.119Z | Downloaded olpc-cjson v0.1.3 |
1013 | 2024-09-25T03:18:33.119Z | Downloaded ring v0.16.20 |
1014 | 2024-09-25T03:18:33.181Z | Downloaded nibble_vec v0.1.0 |
1015 | 2024-09-25T03:18:33.184Z | Downloaded newtype_derive v0.1.6 |
1016 | 2024-09-25T03:18:33.184Z | Downloaded newtype-uuid v1.1.0 |
1017 | 2024-09-25T03:18:33.184Z | Downloaded rfc6979 v0.4.0 |
1018 | 2024-09-25T03:18:33.188Z | Downloaded reedline v0.33.0 |
1019 | 2024-09-25T03:18:33.196Z | Downloaded secrecy v0.8.0 |
1020 | 2024-09-25T03:18:33.201Z | Downloaded sec1 v0.7.3 |
1021 | 2024-09-25T03:18:33.201Z | Downloaded fxhash v0.2.1 |
1022 | 2024-09-25T03:18:33.201Z | Downloaded futures-channel v0.3.30 |
1023 | 2024-09-25T03:18:33.201Z | Downloaded fixedbitset v0.4.2 |
1024 | 2024-09-25T03:18:33.201Z | Downloaded dyn-clone v1.0.17 |
1025 | 2024-09-25T03:18:33.201Z | Downloaded dirs-next v2.0.0 |
1026 | 2024-09-25T03:18:33.210Z | Downloaded difflib v0.4.0 |
1027 | 2024-09-25T03:18:33.210Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1028 | 2024-09-25T03:18:33.221Z | Downloaded spin v0.5.2 |
1029 | 2024-09-25T03:18:33.227Z | Downloaded socket2 v0.4.10 |
1030 | 2024-09-25T03:18:33.227Z | Downloaded crossbeam-channel v0.5.12 |
1031 | 2024-09-25T03:18:33.228Z | Downloaded aws-lc-rs v1.9.0 |
1032 | 2024-09-25T03:18:33.232Z | Downloaded mockall_derive v0.13.0 |
1033 | 2024-09-25T03:18:33.232Z | Downloaded instability v0.3.2 |
1034 | 2024-09-25T03:18:33.236Z | Downloaded hyper-staticfile v0.9.5 |
1035 | 2024-09-25T03:18:33.236Z | Downloaded idna v0.2.3 |
1036 | 2024-09-25T03:18:33.244Z | Downloaded idna v0.4.0 |
1037 | 2024-09-25T03:18:33.248Z | Downloaded idna v0.3.0 |
1038 | 2024-09-25T03:18:33.254Z | Downloaded chacha20poly1305 v0.10.1 |
1039 | 2024-09-25T03:18:33.258Z | Downloaded chacha20 v0.9.1 |
1040 | 2024-09-25T03:18:33.258Z | Downloaded cbc v0.1.2 |
1041 | 2024-09-25T03:18:33.263Z | Downloaded cassowary v0.3.0 |
1042 | 2024-09-25T03:18:33.263Z | Downloaded cancel-safe-futures v0.1.5 |
1043 | 2024-09-25T03:18:33.268Z | Downloaded buf-list v1.0.3 |
1044 | 2024-09-25T03:18:33.268Z | Downloaded blowfish v0.9.1 |
1045 | 2024-09-25T03:18:33.268Z | Downloaded blake3 v1.5.1 |
1046 | 2024-09-25T03:18:33.274Z | Downloaded heapless v0.8.0 |
1047 | 2024-09-25T03:18:33.278Z | Downloaded hyper v1.4.1 |
1048 | 2024-09-25T03:18:33.285Z | Downloaded humantime v2.1.0 |
1049 | 2024-09-25T03:18:33.288Z | Downloaded hostname v0.3.1 |
1050 | 2024-09-25T03:18:33.288Z | Downloaded home v0.5.9 |
1051 | 2024-09-25T03:18:33.288Z | Downloaded linked-hash-map v0.5.6 |
1052 | 2024-09-25T03:18:33.288Z | Downloaded http v0.2.12 |
1053 | 2024-09-25T03:18:33.292Z | Downloaded hostname v0.4.0 |
1054 | 2024-09-25T03:18:33.295Z | Downloaded hex v0.4.3 |
1055 | 2024-09-25T03:18:33.295Z | Downloaded compact_str v0.8.0 |
1056 | 2024-09-25T03:18:33.297Z | Downloaded lock_api v0.4.12 |
1057 | 2024-09-25T03:18:33.297Z | Downloaded hyper-util v0.1.7 |
1058 | 2024-09-25T03:18:33.300Z | Downloaded jobserver v0.1.32 |
1059 | 2024-09-25T03:18:33.306Z | Downloaded hex-literal v0.4.1 |
1060 | 2024-09-25T03:18:33.310Z | Downloaded headers-core v0.2.0 |
1061 | 2024-09-25T03:18:33.310Z | Downloaded bytes v1.7.2 |
1062 | 2024-09-25T03:18:33.310Z | Downloaded hmac v0.12.1 |
1063 | 2024-09-25T03:18:33.313Z | Downloaded console v0.15.8 |
1064 | 2024-09-25T03:18:33.313Z | Downloaded iana-time-zone v0.1.60 |
1065 | 2024-09-25T03:18:33.316Z | Downloaded maplit v1.0.2 |
1066 | 2024-09-25T03:18:33.316Z | Downloaded ipnet v2.9.0 |
1067 | 2024-09-25T03:18:33.319Z | Downloaded ciborium v0.2.2 |
1068 | 2024-09-25T03:18:33.319Z | Downloaded is-terminal v0.4.12 |
1069 | 2024-09-25T03:18:33.321Z | Downloaded httparse v1.8.0 |
1070 | 2024-09-25T03:18:33.324Z | Downloaded hyper-rustls v0.24.2 |
1071 | 2024-09-25T03:18:33.324Z | Downloaded base64 v0.22.1 |
1072 | 2024-09-25T03:18:33.327Z | Downloaded hyper-tls v0.5.0 |
1073 | 2024-09-25T03:18:33.329Z | Downloaded httpdate v1.0.3 |
1074 | 2024-09-25T03:18:33.329Z | Downloaded http-body v0.4.6 |
1075 | 2024-09-25T03:18:33.332Z | Downloaded heck v0.3.3 |
1076 | 2024-09-25T03:18:33.332Z | Downloaded ctr v0.9.2 |
1077 | 2024-09-25T03:18:33.336Z | Downloaded base64 v0.21.7 |
1078 | 2024-09-25T03:18:33.339Z | Downloaded bzip2 v0.4.4 |
1079 | 2024-09-25T03:18:33.339Z | Downloaded cfg_aliases v0.1.1 |
1080 | 2024-09-25T03:18:33.342Z | Downloaded base64ct v1.6.0 |
1081 | 2024-09-25T03:18:33.342Z | Downloaded ascii v1.1.0 |
1082 | 2024-09-25T03:18:33.345Z | Downloaded async-trait v0.1.82 |
1083 | 2024-09-25T03:18:33.347Z | Downloaded castaway v0.2.3 |
1084 | 2024-09-25T03:18:33.350Z | Downloaded bit-vec v0.6.3 |
1085 | 2024-09-25T03:18:33.350Z | Downloaded bit-set v0.5.3 |
1086 | 2024-09-25T03:18:33.350Z | Downloaded addr2line v0.21.0 |
1087 | 2024-09-25T03:18:33.355Z | Downloaded adler2 v2.0.0 |
1088 | 2024-09-25T03:18:33.357Z | Downloaded adler v1.0.2 |
1089 | 2024-09-25T03:18:33.357Z | Downloaded bitfield v0.14.0 |
1090 | 2024-09-25T03:18:33.357Z | Downloaded bcs v0.1.6 |
1091 | 2024-09-25T03:18:33.361Z | Downloaded bcrypt-pbkdf v0.10.0 |
1092 | 2024-09-25T03:18:33.361Z | Downloaded bb8 v0.8.5 |
1093 | 2024-09-25T03:18:33.424Z | Downloaded aws-lc-sys v0.21.2 |
1094 | 2024-09-25T03:18:33.774Z | Compiling serde v1.0.208 |
1095 | 2024-09-25T03:18:33.779Z | Compiling lock_api v0.4.12 |
1096 | 2024-09-25T03:18:33.779Z | Compiling scopeguard v1.2.0 |
1097 | 2024-09-25T03:18:33.779Z | Compiling value-bag v1.9.0 |
1098 | 2024-09-25T03:18:33.779Z | Compiling typenum v1.17.0 |
1099 | 2024-09-25T03:18:33.779Z | Compiling shlex v1.3.0 |
1100 | 2024-09-25T03:18:33.779Z | Compiling syn v2.0.74 |
1101 | 2024-09-25T03:18:33.779Z | Compiling getrandom v0.2.14 |
1102 | 2024-09-25T03:18:34.048Z | Compiling jobserver v0.1.32 |
1103 | 2024-09-25T03:18:34.455Z | Compiling log v0.4.21 |
1104 | 2024-09-25T03:18:34.475Z | Compiling rand_core v0.6.4 |
1105 | 2024-09-25T03:18:34.544Z | Compiling generic-array v0.14.7 |
1106 | 2024-09-25T03:18:34.580Z | Compiling cc v1.1.21 |
1107 | 2024-09-25T03:18:34.907Z | Compiling subtle v2.5.0 |
1108 | 2024-09-25T03:18:34.939Z | Compiling const-oid v0.9.6 |
1109 | 2024-09-25T03:18:35.037Z | Compiling spin v0.9.8 |
1110 | 2024-09-25T03:18:35.056Z | Compiling smallvec v1.13.2 |
1111 | 2024-09-25T03:18:35.273Z | Compiling pin-project-lite v0.2.14 |
1112 | 2024-09-25T03:18:35.399Z | Compiling parking_lot_core v0.9.10 |
1113 | 2024-09-25T03:18:35.414Z | Compiling signal-hook-registry v1.4.2 |
1114 | 2024-09-25T03:18:35.488Z | Compiling mio v1.0.2 |
1115 | 2024-09-25T03:18:35.507Z | Compiling socket2 v0.5.7 |
1116 | 2024-09-25T03:18:36.275Z | Compiling rustix v0.38.34 |
1117 | 2024-09-25T03:18:36.493Z | Compiling parking_lot v0.12.2 |
1118 | 2024-09-25T03:18:36.585Z | Compiling ahash v0.8.11 |
1119 | 2024-09-25T03:18:36.925Z | Compiling futures-core v0.3.30 |
1120 | 2024-09-25T03:18:36.956Z | Compiling cpufeatures v0.2.12 |
1121 | 2024-09-25T03:18:36.984Z | Compiling futures-sink v0.3.30 |
1122 | 2024-09-25T03:18:37.102Z | Compiling slab v0.4.9 |
1123 | 2024-09-25T03:18:37.121Z | Compiling aho-corasick v1.1.3 |
1124 | 2024-09-25T03:18:37.139Z | Compiling regex-syntax v0.8.4 |
1125 | 2024-09-25T03:18:37.177Z | Compiling allocator-api2 v0.2.18 |
1126 | 2024-09-25T03:18:37.272Z | Compiling tinyvec_macros v0.1.1 |
1127 | 2024-09-25T03:18:37.359Z | Compiling glob v0.3.1 |
1128 | 2024-09-25T03:18:37.489Z | Compiling tinyvec v1.6.0 |
1129 | 2024-09-25T03:18:37.806Z | Compiling futures-channel v0.3.30 |
1130 | 2024-09-25T03:18:37.977Z | Compiling lazy_static v1.5.0 |
1131 | 2024-09-25T03:18:38.098Z | Compiling pin-utils v0.1.0 |
1132 | 2024-09-25T03:18:38.193Z | Compiling base64ct v1.6.0 |
1133 | 2024-09-25T03:18:38.218Z | Compiling either v1.13.0 |
1134 | 2024-09-25T03:18:38.308Z | Compiling clang-sys v1.7.0 |
1135 | 2024-09-25T03:18:38.606Z | Compiling prettyplease v0.2.20 |
1136 | 2024-09-25T03:18:38.805Z | Compiling futures-task v0.3.30 |
1137 | 2024-09-25T03:18:38.902Z | Compiling libm v0.2.8 |
1138 | 2024-09-25T03:18:38.991Z | Compiling futures-io v0.3.30 |
1139 | 2024-09-25T03:18:39.044Z | Compiling serde_json v1.0.125 |
1140 | 2024-09-25T03:18:39.080Z | Compiling ring v0.17.8 |
1141 | 2024-09-25T03:18:39.125Z | Compiling unicode-normalization v0.1.23 |
1142 | 2024-09-25T03:18:39.304Z | Compiling pem-rfc7468 v0.7.0 |
1143 | 2024-09-25T03:18:39.324Z | Compiling num-traits v0.2.19 |
1144 | 2024-09-25T03:18:39.394Z | Compiling unicode-bidi v0.3.15 |
1145 | 2024-09-25T03:18:39.608Z | Compiling minimal-lexical v0.2.1 |
1146 | 2024-09-25T03:18:40.030Z | Compiling flagset v0.4.5 |
1147 | 2024-09-25T03:18:40.112Z | Compiling nom v7.1.3 |
1148 | 2024-09-25T03:18:40.440Z | Compiling libloading v0.8.3 |
1149 | 2024-09-25T03:18:40.821Z | Compiling regex-automata v0.4.6 |
1150 | 2024-09-25T03:18:40.837Z | Compiling bindgen v0.69.4 |
1151 | 2024-09-25T03:18:41.564Z | Compiling home v0.5.9 |
1152 | 2024-09-25T03:18:43.445Z | Compiling cexpr v0.6.0 |
1153 | 2024-09-25T03:18:43.613Z | Compiling itertools v0.12.1 |
1154 | 2024-09-25T03:18:43.863Z | Compiling tracing-core v0.1.32 |
1155 | 2024-09-25T03:18:44.679Z | Compiling untrusted v0.9.0 |
1156 | 2024-09-25T03:18:44.859Z | Compiling rustc-hash v1.1.0 |
1157 | 2024-09-25T03:18:44.986Z | Compiling lazycell v1.3.0 |
1158 | 2024-09-25T03:18:45.125Z | Compiling pkg-config v0.3.30 |
1159 | 2024-09-25T03:18:45.148Z | Compiling vcpkg v0.2.15 |
1160 | 2024-09-25T03:18:45.192Z | Compiling cmake v0.1.51 |
1161 | 2024-09-25T03:18:46.062Z | Compiling regex v1.10.6 |
1162 | 2024-09-25T03:18:46.585Z | Compiling fs_extra v1.3.0 |
1163 | 2024-09-25T03:18:46.638Z | Compiling dunce v1.0.5 |
1164 | 2024-09-25T03:18:46.766Z | Compiling ppv-lite86 v0.2.17 |
1165 | 2024-09-25T03:18:47.123Z | Compiling httparse v1.8.0 |
1166 | 2024-09-25T03:18:47.151Z | Compiling percent-encoding v2.3.1 |
1167 | 2024-09-25T03:18:47.258Z | Compiling openssl-sys v0.9.103 |
1168 | 2024-09-25T03:18:47.520Z | Compiling rand_chacha v0.3.1 |
1169 | 2024-09-25T03:18:47.544Z | Compiling try-lock v0.2.5 |
1170 | 2024-09-25T03:18:47.601Z | Compiling paste v1.0.15 |
1171 | 2024-09-25T03:18:47.690Z | Compiling want v0.3.1 |
1172 | 2024-09-25T03:18:47.971Z | Compiling rand v0.8.5 |
1173 | 2024-09-25T03:18:48.233Z | Compiling serde_derive v1.0.208 |
1174 | 2024-09-25T03:18:48.355Z | Compiling zeroize_derive v1.4.2 |
1175 | 2024-09-25T03:18:48.896Z | Compiling zerocopy-derive v0.7.34 |
1176 | 2024-09-25T03:18:49.881Z | Compiling tokio-macros v2.4.0 |
1177 | 2024-09-25T03:18:49.921Z | Compiling futures-macro v0.3.30 |
1178 | 2024-09-25T03:18:49.984Z | Compiling zeroize v1.8.1 |
1179 | 2024-09-25T03:18:50.005Z | Compiling thiserror-impl v1.0.63 |
1180 | 2024-09-25T03:18:51.160Z | Compiling zerocopy v0.7.34 |
1181 | 2024-09-25T03:18:51.475Z | Compiling der_derive v0.7.2 |
1182 | 2024-09-25T03:18:51.821Z | Compiling crypto-common v0.1.6 |
1183 | 2024-09-25T03:18:51.970Z | Compiling block-buffer v0.10.4 |
1184 | 2024-09-25T03:18:52.070Z | Compiling block-padding v0.3.3 |
1185 | 2024-09-25T03:18:52.241Z | Compiling digest v0.10.7 |
1186 | 2024-09-25T03:18:52.319Z | Compiling inout v0.1.3 |
1187 | 2024-09-25T03:18:52.730Z | Compiling hmac v0.12.1 |
1188 | 2024-09-25T03:18:52.733Z | Compiling sha2 v0.10.8 |
1189 | 2024-09-25T03:18:52.985Z | Compiling cipher v0.4.4 |
1190 | 2024-09-25T03:18:53.203Z | Compiling hashbrown v0.14.5 |
1191 | 2024-09-25T03:18:53.239Z | Compiling futures-util v0.3.30 |
1192 | 2024-09-25T03:18:53.439Z | Compiling thiserror v1.0.63 |
1193 | 2024-09-25T03:18:53.486Z | Compiling salsa20 v0.10.2 |
1194 | 2024-09-25T03:18:53.577Z | Compiling pbkdf2 v0.12.2 |
1195 | 2024-09-25T03:18:53.692Z | Compiling tracing-attributes v0.1.27 |
1196 | 2024-09-25T03:18:53.783Z | Compiling scrypt v0.11.0 |
1197 | 2024-09-25T03:18:53.952Z | Compiling der v0.7.9 |
1198 | 2024-09-25T03:18:54.352Z | Compiling aes v0.8.4 |
1199 | 2024-09-25T03:18:54.412Z | Compiling cbc v0.1.2 |
1200 | 2024-09-25T03:18:54.653Z | Compiling pest v2.7.10 |
1201 | 2024-09-25T03:18:54.810Z | Compiling scroll_derive v0.12.0 |
1202 | 2024-09-25T03:18:56.271Z | Compiling spki v0.7.3 |
1203 | 2024-09-25T03:18:56.424Z | Compiling scroll v0.12.0 |
1204 | 2024-09-25T03:18:56.650Z | Compiling pkcs5 v0.7.1 |
1205 | 2024-09-25T03:18:56.977Z | Compiling time-core v0.1.2 |
1206 | 2024-09-25T03:18:57.067Z | Compiling openssl v0.10.66 |
1207 | 2024-09-25T03:18:57.149Z | Compiling pest_meta v2.7.10 |
1208 | 2024-09-25T03:18:57.245Z | Compiling pkcs8 v0.10.2 |
1209 | 2024-09-25T03:18:57.476Z | Compiling tracing v0.1.40 |
1210 | 2024-09-25T03:18:57.504Z | Compiling powerfmt v0.2.0 |
1211 | 2024-09-25T03:18:57.647Z | Compiling aws-lc-rs v1.9.0 |
1212 | 2024-09-25T03:18:57.862Z | Compiling httpdate v1.0.3 |
1213 | 2024-09-25T03:18:57.897Z | Compiling tower-service v0.3.2 |
1214 | 2024-09-25T03:18:57.962Z | Compiling rustversion v1.0.17 |
1215 | 2024-09-25T03:18:57.964Z | Compiling foreign-types-shared v0.1.1 |
1216 | 2024-09-25T03:18:58.024Z | Compiling num-conv v0.1.0 |
1217 | 2024-09-25T03:18:58.071Z | Compiling foreign-types v0.3.2 |
1218 | 2024-09-25T03:18:58.141Z | Compiling deranged v0.3.11 |
1219 | 2024-09-25T03:18:58.170Z | Compiling goblin v0.8.2 |
1220 | 2024-09-25T03:18:58.310Z | Compiling pest_generator v2.7.10 |
1221 | 2024-09-25T03:18:58.329Z | Compiling time-macros v0.2.18 |
1222 | 2024-09-25T03:18:59.270Z | Compiling openssl-macros v0.1.1 |
1223 | 2024-09-25T03:19:00.156Z | Compiling form_urlencoded v1.2.1 |
1224 | 2024-09-25T03:19:00.198Z | Compiling rustls v0.21.12 |
1225 | 2024-09-25T03:19:00.288Z | Compiling num_threads v0.1.7 |
1226 | 2024-09-25T03:19:00.424Z | Compiling siphasher v0.3.11 |
1227 | 2024-09-25T03:19:00.466Z | Compiling crossbeam-utils v0.8.19 |
1228 | 2024-09-25T03:19:00.496Z | Compiling syn v1.0.109 |
1229 | 2024-09-25T03:19:00.792Z | Compiling native-tls v0.2.11 |
1230 | 2024-09-25T03:19:01.200Z | Compiling signature v2.2.0 |
1231 | 2024-09-25T03:19:01.235Z | Compiling rustls-webpki v0.101.7 |
1232 | 2024-09-25T03:19:01.254Z | Compiling sct v0.7.1 |
1233 | 2024-09-25T03:19:01.490Z | Compiling idna v0.5.0 |
1234 | 2024-09-25T03:19:01.550Z | Compiling cookie v0.17.0 |
1235 | 2024-09-25T03:19:01.639Z | Compiling time v0.3.36 |
1236 | 2024-09-25T03:19:01.850Z | Compiling finl_unicode v1.2.0 |
1237 | 2024-09-25T03:19:02.064Z | Compiling pest_derive v2.7.10 |
1238 | 2024-09-25T03:19:02.452Z | Compiling bytes v1.7.2 |
1239 | 2024-09-25T03:19:02.532Z | Compiling bitflags v2.6.0 |
1240 | 2024-09-25T03:19:02.639Z | Compiling indexmap v2.4.0 |
1241 | 2024-09-25T03:19:03.022Z | Compiling semver v1.0.23 |
1242 | 2024-09-25T03:19:03.079Z | Compiling dtrace-parser v0.2.0 |
1243 | 2024-09-25T03:19:03.672Z | Compiling tokio v1.39.3 |
1244 | 2024-09-25T03:19:03.816Z | Compiling rustc_version v0.4.0 |
1245 | 2024-09-25T03:19:04.145Z | Compiling http v0.2.12 |
1246 | 2024-09-25T03:19:04.610Z | Compiling heapless v0.7.17 |
1247 | 2024-09-25T03:19:05.051Z | Compiling dof v0.3.0 |
1248 | 2024-09-25T03:19:05.285Z | Compiling http v1.1.0 |
1249 | 2024-09-25T03:19:06.157Z | Compiling http-body v0.4.6 |
1250 | 2024-09-25T03:19:06.668Z | Compiling uuid v1.10.0 |
1251 | 2024-09-25T03:19:06.840Z | Compiling which v4.4.2 |
1252 | 2024-09-25T03:19:07.448Z | Compiling mirai-annotations v1.12.0 |
1253 | 2024-09-25T03:19:07.646Z | Compiling iana-time-zone v0.1.60 |
1254 | 2024-09-25T03:19:07.792Z | Compiling openssl-probe v0.1.5 |
1255 | 2024-09-25T03:19:08.091Z | Compiling slog v2.7.0 |
1256 | 2024-09-25T03:19:08.114Z | Compiling chrono v0.4.38 |
1257 | 2024-09-25T03:19:08.133Z | Compiling usdt-impl v0.5.0 |
1258 | 2024-09-25T03:19:08.280Z | Compiling curve25519-dalek v4.1.3 |
1259 | 2024-09-25T03:19:08.407Z | Compiling stringprep v0.1.4 |
1260 | 2024-09-25T03:19:08.690Z | Compiling url v2.5.2 |
1261 | 2024-09-25T03:19:08.931Z | Compiling serde_tokenstream v0.2.2 |
1262 | 2024-09-25T03:19:09.564Z | Compiling toml_datetime v0.6.8 |
1263 | 2024-09-25T03:19:09.640Z | Compiling serde_spanned v0.6.7 |
1264 | 2024-09-25T03:19:10.563Z | Compiling md-5 v0.10.6 |
1265 | 2024-09-25T03:19:10.834Z | Compiling pin-project-internal v1.1.5 |
1266 | 2024-09-25T03:19:11.360Z | Compiling num-integer v0.1.46 |
1267 | 2024-09-25T03:19:11.837Z | Compiling tokio-util v0.7.11 |
1268 | 2024-09-25T03:19:12.157Z | Compiling idna v0.3.0 |
1269 | 2024-09-25T03:19:13.201Z | Compiling h2 v0.3.26 |
1270 | 2024-09-25T03:19:13.977Z | Compiling backtrace v0.3.71 |
1271 | 2024-09-25T03:19:14.393Z | Compiling ff v0.13.0 |
1272 | 2024-09-25T03:19:14.467Z | Compiling hash32 v0.2.1 |
1273 | 2024-09-25T03:19:14.598Z | Compiling base64 v0.22.1 |
1274 | 2024-09-25T03:19:14.862Z | Compiling rustls v0.23.10 |
1275 | 2024-09-25T03:19:15.152Z | Compiling num-bigint-dig v0.8.4 |
1276 | 2024-09-25T03:19:15.193Z | Compiling signal-hook v0.3.17 |
1277 | 2024-09-25T03:19:15.357Z | Compiling fallible-iterator v0.2.0 |
1278 | 2024-09-25T03:19:15.435Z | Compiling rustls-pki-types v1.7.0 |
1279 | 2024-09-25T03:19:15.471Z | Compiling base16ct v0.2.0 |
1280 | 2024-09-25T03:19:15.800Z | Compiling gimli v0.28.1 |
1281 | 2024-09-25T03:19:16.076Z | Compiling adler v1.0.2 |
1282 | 2024-09-25T03:19:16.256Z | Compiling atomic-waker v1.1.2 |
1283 | 2024-09-25T03:19:16.302Z | Compiling stable_deref_trait v1.2.0 |
1284 | 2024-09-25T03:19:16.407Z | Compiling crc32fast v1.4.0 |
1285 | 2024-09-25T03:19:16.446Z | Compiling psl-types v2.0.11 |
1286 | 2024-09-25T03:19:16.639Z | Compiling smoltcp v0.9.1 |
1287 | 2024-09-25T03:19:17.014Z | Compiling publicsuffix v2.2.3 |
1288 | 2024-09-25T03:19:17.427Z | Compiling h2 v0.4.6 |
1289 | 2024-09-25T03:19:18.469Z | Compiling miniz_oxide v0.7.2 |
1290 | 2024-09-25T03:19:18.596Z | Compiling postgres-protocol v0.6.7 |
1291 | 2024-09-25T03:19:18.780Z | Compiling sec1 v0.7.3 |
1292 | 2024-09-25T03:19:19.408Z | Compiling group v0.13.0 |
1293 | 2024-09-25T03:19:19.452Z | Compiling tokio-native-tls v0.3.1 |
1294 | 2024-09-25T03:19:19.712Z | Compiling pin-project v1.1.5 |
1295 | 2024-09-25T03:19:19.738Z | Compiling tokio-rustls v0.24.1 |
1296 | 2024-09-25T03:19:19.847Z | Compiling num-iter v0.1.45 |
1297 | 2024-09-25T03:19:19.975Z | Compiling hyper v0.14.30 |
1298 | 2024-09-25T03:19:20.133Z | Compiling addr2line v0.21.0 |
1299 | 2024-09-25T03:19:20.912Z | Compiling http-body v1.0.0 |
1300 | 2024-09-25T03:19:21.152Z | Compiling terminal_size v0.3.0 |
1301 | 2024-09-25T03:19:21.182Z | Compiling phf_shared v0.11.2 |
1302 | 2024-09-25T03:19:21.379Z | Compiling hkdf v0.12.4 |
1303 | 2024-09-25T03:19:21.562Z | Compiling crypto-bigint v0.5.5 |
1304 | 2024-09-25T03:19:21.644Z | Compiling async-trait v0.1.82 |
1305 | 2024-09-25T03:19:21.663Z | Compiling zerocopy-derive v0.6.6 |
1306 | 2024-09-25T03:19:23.648Z | Compiling curve25519-dalek-derive v0.1.1 |
1307 | 2024-09-25T03:19:23.877Z | Compiling serde_derive_internals v0.29.1 |
1308 | 2024-09-25T03:19:24.128Z | Compiling hubpack_derive v0.1.1 |
1309 | 2024-09-25T03:19:24.491Z | Compiling object v0.32.2 |
1310 | 2024-09-25T03:19:25.068Z | Compiling fs-err v2.11.0 |
1311 | 2024-09-25T03:19:25.176Z | Compiling managed v0.8.0 |
1312 | 2024-09-25T03:19:25.364Z | Compiling anyhow v1.0.89 |
1313 | 2024-09-25T03:19:25.619Z | Compiling adler2 v2.0.0 |
1314 | 2024-09-25T03:19:25.831Z | Compiling tower-layer v0.3.2 |
1315 | 2024-09-25T03:19:25.990Z | Compiling base64 v0.21.7 |
1316 | 2024-09-25T03:19:26.117Z | Compiling bitflags v1.3.2 |
1317 | 2024-09-25T03:19:26.221Z | Compiling winnow v0.5.40 |
1318 | 2024-09-25T03:19:26.600Z | Compiling ipnet v2.9.0 |
1319 | 2024-09-25T03:19:26.731Z | Compiling schemars v0.8.21 |
1320 | 2024-09-25T03:19:27.092Z | Compiling rustc-demangle v0.1.24 |
1321 | 2024-09-25T03:19:27.597Z | Compiling clap_builder v4.5.18 |
1322 | 2024-09-25T03:19:27.862Z | Compiling hyper-rustls v0.24.2 |
1323 | 2024-09-25T03:19:27.892Z | Compiling hyper-tls v0.5.0 |
1324 | 2024-09-25T03:19:28.069Z | Compiling schemars_derive v0.8.21 |
1325 | 2024-09-25T03:19:28.217Z | Compiling rustls-pemfile v1.0.4 |
1326 | 2024-09-25T03:19:28.661Z | Compiling tower v0.4.13 |
1327 | 2024-09-25T03:19:29.815Z | Compiling toml_edit v0.19.15 |
1328 | 2024-09-25T03:19:29.881Z | Compiling miniz_oxide v0.8.0 |
1329 | 2024-09-25T03:19:30.347Z | Compiling hubpack v0.1.2 |
1330 | 2024-09-25T03:19:30.790Z | Compiling elliptic-curve v0.13.8 |
1331 | 2024-09-25T03:19:31.427Z | Compiling hyper v1.4.1 |
1332 | 2024-09-25T03:19:31.572Z | Compiling zerocopy v0.6.6 |
1333 | 2024-09-25T03:19:31.818Z | Compiling phf v0.11.2 |
1334 | 2024-09-25T03:19:32.114Z | Compiling cookie_store v0.20.0 |
1335 | 2024-09-25T03:19:34.638Z | Compiling postgres-types v0.2.7 |
1336 | 2024-09-25T03:19:35.252Z | Compiling usdt-attr-macro v0.5.0 |
1337 | 2024-09-25T03:19:35.559Z | Compiling usdt-macro v0.5.0 |
1338 | 2024-09-25T03:19:36.156Z | Compiling enum-as-inner v0.6.0 |
1339 | 2024-09-25T03:19:36.897Z | Compiling strum_macros v0.25.3 |
1340 | 2024-09-25T03:19:36.919Z | Compiling clap_derive v4.5.18 |
1341 | 2024-09-25T03:19:37.042Z | Compiling serde-big-array v0.5.1 |
1342 | 2024-09-25T03:19:37.223Z | Compiling serde_urlencoded v0.7.1 |
1343 | 2024-09-25T03:19:37.267Z | Compiling ed25519 v2.2.3 |
1344 | 2024-09-25T03:19:37.666Z | Compiling phf_shared v0.10.0 |
1345 | 2024-09-25T03:19:37.754Z | Compiling futures-executor v0.3.30 |
1346 | 2024-09-25T03:19:38.074Z | Compiling pkcs1 v0.7.5 |
1347 | 2024-09-25T03:19:38.144Z | Compiling rfc6979 v0.4.0 |
1348 | 2024-09-25T03:19:38.321Z | Compiling serde_repr v0.1.19 |
1349 | 2024-09-25T03:19:38.341Z | Compiling bstr v1.9.1 |
1350 | 2024-09-25T03:19:39.090Z | Compiling float-cmp v0.9.0 |
1351 | 2024-09-25T03:19:39.329Z | Compiling idna v0.4.0 |
1352 | 2024-09-25T03:19:39.350Z | Compiling mio v0.8.11 |
1353 | 2024-09-25T03:19:39.553Z | Compiling encoding_rs v0.8.34 |
1354 | 2024-09-25T03:19:40.139Z | Compiling new_debug_unreachable v1.0.6 |
1355 | 2024-09-25T03:19:40.236Z | Compiling whoami v1.5.1 |
1356 | 2024-09-25T03:19:40.647Z | Compiling difflib v0.4.0 |
1357 | 2024-09-25T03:19:40.855Z | Compiling static_assertions v1.1.0 |
1358 | 2024-09-25T03:19:40.873Z | Compiling fixedbitset v0.4.2 |
1359 | 2024-09-25T03:19:40.967Z | Compiling unicode-segmentation v1.11.0 |
1360 | 2024-09-25T03:19:40.973Z | Compiling precomputed-hash v0.1.1 |
1361 | 2024-09-25T03:19:41.092Z | Compiling bit-vec v0.6.3 |
1362 | 2024-09-25T03:19:41.340Z | Compiling normalize-line-endings v0.3.0 |
1363 | 2024-09-25T03:19:41.498Z | Compiling predicates-core v1.0.6 |
1364 | 2024-09-25T03:19:41.556Z | Compiling data-encoding v2.6.0 |
1365 | 2024-09-25T03:19:41.825Z | Compiling webpki-roots v0.25.4 |
1366 | 2024-09-25T03:19:41.841Z | Compiling sync_wrapper v0.1.2 |
1367 | 2024-09-25T03:19:41.928Z | Compiling dyn-clone v1.0.17 |
1368 | 2024-09-25T03:19:41.960Z | Compiling mime v0.3.17 |
1369 | 2024-09-25T03:19:41.981Z | Compiling toml_edit v0.22.20 |
1370 | 2024-09-25T03:19:42.222Z | Compiling hickory-proto v0.24.1 |
1371 | 2024-09-25T03:19:42.551Z | Compiling reqwest v0.11.27 |
1372 | 2024-09-25T03:19:43.942Z | Compiling clap v4.5.18 |
1373 | 2024-09-25T03:19:44.024Z | Compiling predicates v3.1.2 |
1374 | 2024-09-25T03:19:44.064Z | Compiling similar v2.6.0 |
1375 | 2024-09-25T03:19:45.740Z | Compiling bit-set v0.5.3 |
1376 | 2024-09-25T03:19:45.953Z | Compiling petgraph v0.6.5 |
1377 | 2024-09-25T03:19:46.022Z | Compiling string_cache v0.8.7 |
1378 | 2024-09-25T03:19:46.452Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1379 | 2024-09-25T03:19:46.492Z | Compiling console v0.15.8 |
1380 | 2024-09-25T03:19:46.951Z | Compiling tokio-postgres v0.7.11 |
1381 | 2024-09-25T03:19:47.969Z | Compiling signal-hook-mio v0.2.4 |
1382 | 2024-09-25T03:19:48.155Z | Compiling usdt v0.5.0 |
1383 | 2024-09-25T03:19:48.670Z | Compiling rsa v0.9.6 |
1384 | 2024-09-25T03:19:49.981Z | Compiling ecdsa v0.16.9 |
1385 | 2024-09-25T03:19:50.374Z | Compiling futures v0.3.30 |
1386 | 2024-09-25T03:19:50.492Z | Compiling ed25519-dalek v2.1.1 |
1387 | 2024-09-25T03:19:50.837Z | Compiling flate2 v1.0.33 |
1388 | 2024-09-25T03:19:51.783Z | Compiling hyper-util v0.1.7 |
1389 | 2024-09-25T03:19:51.803Z | Compiling toml v0.7.8 |
1390 | 2024-09-25T03:19:53.249Z | Compiling tokio-stream v0.1.15 |
1391 | 2024-09-25T03:19:53.413Z | Compiling crossbeam-epoch v0.9.18 |
1392 | 2024-09-25T03:19:53.490Z | Compiling openapiv3 v2.0.0 |
1393 | 2024-09-25T03:19:53.537Z | Compiling hex v0.4.3 |
1394 | 2024-09-25T03:19:54.192Z | Compiling x509-cert v0.2.5 |
1395 | 2024-09-25T03:19:54.213Z | Compiling sha1 v0.10.6 |
1396 | 2024-09-25T03:19:54.259Z | Compiling itertools v0.10.5 |
1397 | 2024-09-25T03:19:54.624Z | Compiling dirs-sys-next v0.1.2 |
1398 | 2024-09-25T03:19:54.798Z | Compiling lalrpop-util v0.19.12 |
1399 | 2024-09-25T03:19:55.150Z | Compiling unicode-xid v0.2.4 |
1400 | 2024-09-25T03:19:55.300Z | Compiling peg-runtime v0.8.3 |
1401 | 2024-09-25T03:19:55.339Z | Compiling dirs-next v2.0.0 |
1402 | 2024-09-25T03:19:55.537Z | Compiling thread_local v1.1.8 |
1403 | 2024-09-25T03:19:55.943Z | Compiling slog-async v2.8.0 |
1404 | 2024-09-25T03:19:56.091Z | Compiling term v0.7.0 |
1405 | 2024-09-25T03:19:56.592Z | Compiling crossbeam-channel v0.5.12 |
1406 | 2024-09-25T03:19:56.886Z | Compiling strum_macros v0.26.4 |
1407 | 2024-09-25T03:19:57.010Z | Compiling xattr v1.3.1 |
1408 | 2024-09-25T03:19:57.275Z | Compiling filetime v0.2.25 |
1409 | 2024-09-25T03:19:57.501Z | Compiling is-terminal v0.4.12 |
1410 | 2024-09-25T03:19:57.570Z | Compiling take_mut v0.2.2 |
1411 | 2024-09-25T03:19:57.624Z | Compiling slog-term v2.9.1 |
1412 | 2024-09-25T03:19:57.644Z | Compiling tar v0.4.41 |
1413 | 2024-09-25T03:19:57.671Z | Compiling camino v1.1.9 |
1414 | 2024-09-25T03:20:01.978Z | Compiling strum v0.26.3 |
1415 | 2024-09-25T03:20:04.491Z | Compiling aws-lc-sys v0.21.2 |
1416 | 2024-09-25T03:20:18.477Z | Compiling rustls-webpki v0.102.4 |
1417 | 2024-09-25T03:20:22.831Z | Compiling tokio-rustls v0.26.0 |
1418 | 2024-09-25T03:20:25.321Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1419 | 2024-09-25T03:20:25.567Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1420 | 2024-09-25T03:20:30.903Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 00s |
1421 | 2024-09-25T03:20:31.055Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1422 | 2024-09-25T03:20:31.104Z | Sep 25 03:20:30.223 INFO Starting download, target: Cockroach |
1423 | 2024-09-25T03:20:31.104Z | Sep 25 03:20:30.223 INFO Starting download, target: DendriteStub |
1424 | 2024-09-25T03:20:31.104Z | Sep 25 03:20:30.223 INFO Starting download, target: DendriteOpenapi |
1425 | 2024-09-25T03:20:31.104Z | Sep 25 03:20:30.223 INFO Starting download, target: Console |
1426 | 2024-09-25T03:20:31.104Z | Sep 25 03:20:30.223 INFO Starting download, target: Clickhouse |
1427 | 2024-09-25T03:20:31.108Z | Sep 25 03:20:30.223 INFO Starting download, target: MaghemiteMgd |
1428 | 2024-09-25T03:20:31.108Z | Sep 25 03:20:30.223 INFO Starting download, target: TransceiverControl |
1429 | 2024-09-25T03:20:31.108Z | Sep 25 03:20:30.224 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1430 | 2024-09-25T03:20:31.108Z | Sep 25 03:20:30.224 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
1431 | 2024-09-25T03:20:31.108Z | Sep 25 03:20:30.224 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1432 | 2024-09-25T03:20:31.108Z | Sep 25 03:20:30.224 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1433 | 2024-09-25T03:20:31.108Z | Sep 25 03:20:30.224 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1434 | 2024-09-25T03:20:31.108Z | Sep 25 03:20:30.224 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1435 | 2024-09-25T03:20:31.108Z | Sep 25 03:20:30.224 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1436 | 2024-09-25T03:20:31.278Z | Sep 25 03:20:30.389 INFO Download complete, target: DendriteOpenapi |
1437 | 2024-09-25T03:20:31.369Z | Sep 25 03:20:30.488 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1438 | 2024-09-25T03:20:31.863Z | Sep 25 03:20:30.920 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1439 | 2024-09-25T03:20:31.939Z | Sep 25 03:20:31.041 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1440 | 2024-09-25T03:20:32.079Z | Sep 25 03:20:31.194 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1441 | 2024-09-25T03:20:32.141Z | Sep 25 03:20:31.249 INFO Download complete, target: TransceiverControl |
1442 | 2024-09-25T03:20:32.192Z | Sep 25 03:20:31.304 INFO Download complete, target: Console |
1443 | 2024-09-25T03:20:32.350Z | Sep 25 03:20:31.457 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1444 | 2024-09-25T03:20:32.350Z | Sep 25 03:20:31.457 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1445 | 2024-09-25T03:20:32.969Z | Sep 25 03:20:32.088 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1446 | 2024-09-25T03:20:34.864Z | Sep 25 03:20:33.983 INFO Download complete, target: DendriteStub |
1447 | 2024-09-25T03:20:35.127Z | Sep 25 03:20:34.246 INFO Download complete, target: MaghemiteMgd |
1448 | 2024-09-25T03:20:40.401Z | Sep 25 03:20:39.520 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1449 | 2024-09-25T03:20:40.710Z | Sep 25 03:20:39.826 INFO Checking that binary works, target: Cockroach |
1450 | 2024-09-25T03:20:40.870Z | Sep 25 03:20:39.986 INFO Download complete, target: Cockroach |
1451 | 2024-09-25T03:20:46.451Z | Sep 25 03:20:45.570 INFO Checking that binary works, target: Clickhouse |
1452 | 2024-09-25T03:20:46.654Z | Sep 25 03:20:45.771 INFO Download complete, target: Clickhouse |
1453 | 2024-09-25T03:20:46.660Z | All prerequisites installed successfully |
1454 | 2024-09-25T03:20:46.663Z | |
1455 | 2024-09-25T03:20:46.663Z | real 5:02.242039508 |
1456 | 2024-09-25T03:20:46.663Z | user 14:36.055727841 |
1457 | 2024-09-25T03:20:46.663Z | sys 2:51.137575564 |
1458 | 2024-09-25T03:20:46.663Z | trap 0.494698727 |
1459 | 2024-09-25T03:20:46.663Z | tflt 1.812413415 |
1460 | 2024-09-25T03:20:46.663Z | dflt 1.838701399 |
1461 | 2024-09-25T03:20:46.663Z | kflt 0.041221101 |
1462 | 2024-09-25T03:20:46.663Z | lock 28:31.245117135 |
1463 | 2024-09-25T03:20:46.663Z | slp 56:15.513306829 |
1464 | 2024-09-25T03:20:46.663Z | lat 52.823272353 |
1465 | 2024-09-25T03:20:46.663Z | stop 2:05.287543390 |
1466 | 2024-09-25T03:20:46.663Z | + source ./tools/include/force-git-over-https.sh |
1467 | 2024-09-25T03:20:46.663Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1468 | 2024-09-25T03:20:46.663Z | ++ (( i = 0 )) |
1469 | 2024-09-25T03:20:46.663Z | ++ (( i < 5 )) |
1470 | 2024-09-25T03:20:46.663Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1471 | 2024-09-25T03:20:46.666Z | ++ (( i++ )) |
1472 | 2024-09-25T03:20:46.666Z | ++ (( i < 5 )) |
1473 | 2024-09-25T03:20:46.666Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1474 | 2024-09-25T03:20:46.670Z | ++ (( i++ )) |
1475 | 2024-09-25T03:20:46.670Z | ++ (( i < 5 )) |
1476 | 2024-09-25T03:20:46.670Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1477 | 2024-09-25T03:20:46.672Z | ++ (( i++ )) |
1478 | 2024-09-25T03:20:46.672Z | ++ (( i < 5 )) |
1479 | 2024-09-25T03:20:46.672Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1480 | 2024-09-25T03:20:46.675Z | ++ (( i++ )) |
1481 | 2024-09-25T03:20:46.675Z | ++ (( i < 5 )) |
1482 | 2024-09-25T03:20:46.675Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1483 | 2024-09-25T03:20:46.680Z | ++ (( i++ )) |
1484 | 2024-09-25T03:20:46.680Z | ++ (( i < 5 )) |
1485 | 2024-09-25T03:20:46.680Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1486 | 2024-09-25T03:20:46.680Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1487 | 2024-09-25T03:20:46.680Z | + rc=0 |
1488 | 2024-09-25T03:20:46.680Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1489 | 2024-09-25T03:21:08.976Z | + case $rc in |
1490 | 2024-09-25T03:21:08.976Z | + pfexec zfs create -p rpool/images/build/host |
1491 | 2024-09-25T03:21:09.166Z | + pfexec zfs create -p rpool/images/build/recovery |
1492 | 2024-09-25T03:21:09.227Z | + cargo xtask releng --output-dir /work |
1493 | 2024-09-25T03:21:09.835Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
1494 | 2024-09-25T03:21:09.874Z | Running `target/debug/xtask releng --output-dir /work` |
1495 | 2024-09-25T03:21:10.807Z | Compiling proc-macro2 v1.0.86 |
1496 | 2024-09-25T03:21:10.808Z | Compiling unicode-ident v1.0.12 |
1497 | 2024-09-25T03:21:10.810Z | Compiling libc v0.2.158 |
1498 | 2024-09-25T03:21:10.810Z | Compiling serde v1.0.208 |
1499 | 2024-09-25T03:21:10.810Z | Compiling version_check v0.9.5 |
1500 | 2024-09-25T03:21:10.810Z | Compiling autocfg v1.3.0 |
1501 | 2024-09-25T03:21:10.810Z | Compiling cfg-if v1.0.0 |
1502 | 2024-09-25T03:21:11.061Z | Compiling shlex v1.3.0 |
1503 | 2024-09-25T03:21:11.124Z | Compiling memchr v2.7.2 |
1504 | 2024-09-25T03:21:11.145Z | Compiling typenum v1.17.0 |
1505 | 2024-09-25T03:21:11.417Z | Compiling value-bag v1.9.0 |
1506 | 2024-09-25T03:21:11.597Z | Compiling scopeguard v1.2.0 |
1507 | 2024-09-25T03:21:11.660Z | Compiling lock_api v0.4.12 |
1508 | 2024-09-25T03:21:11.745Z | Compiling generic-array v0.14.7 |
1509 | 2024-09-25T03:21:11.936Z | Compiling log v0.4.21 |
1510 | 2024-09-25T03:21:11.962Z | Compiling ahash v0.8.11 |
1511 | 2024-09-25T03:21:12.059Z | Compiling parking_lot_core v0.9.10 |
1512 | 2024-09-25T03:21:12.314Z | Compiling quote v1.0.36 |
1513 | 2024-09-25T03:21:12.553Z | Compiling once_cell v1.19.0 |
1514 | 2024-09-25T03:21:12.642Z | Compiling serde_json v1.0.125 |
1515 | 2024-09-25T03:21:12.700Z | Compiling syn v2.0.74 |
1516 | 2024-09-25T03:21:12.902Z | Compiling jobserver v0.1.32 |
1517 | 2024-09-25T03:21:12.925Z | Compiling getrandom v0.2.14 |
1518 | 2024-09-25T03:21:12.980Z | Compiling libm v0.2.8 |
1519 | 2024-09-25T03:21:13.120Z | Compiling byteorder v1.5.0 |
1520 | 2024-09-25T03:21:13.267Z | Compiling cc v1.1.21 |
1521 | 2024-09-25T03:21:13.356Z | Compiling num-traits v0.2.19 |
1522 | 2024-09-25T03:21:13.636Z | Compiling rustix v0.38.34 |
1523 | 2024-09-25T03:21:13.655Z | Compiling slab v0.4.9 |
1524 | 2024-09-25T03:21:14.080Z | Compiling itoa v1.0.11 |
1525 | 2024-09-25T03:21:14.366Z | Compiling thiserror v1.0.63 |
1526 | 2024-09-25T03:21:14.433Z | Compiling rand_core v0.6.4 |
1527 | 2024-09-25T03:21:14.573Z | Compiling spin v0.9.8 |
1528 | 2024-09-25T03:21:15.021Z | Compiling semver v1.0.23 |
1529 | 2024-09-25T03:21:15.101Z | Compiling aho-corasick v1.1.3 |
1530 | 2024-09-25T03:21:15.231Z | Compiling regex-syntax v0.8.4 |
1531 | 2024-09-25T03:21:15.350Z | Compiling pkg-config v0.3.30 |
1532 | 2024-09-25T03:21:15.504Z | Compiling smallvec v1.13.2 |
1533 | 2024-09-25T03:21:15.980Z | Compiling pin-project-lite v0.2.14 |
1534 | 2024-09-25T03:21:16.143Z | Compiling subtle v2.5.0 |
1535 | 2024-09-25T03:21:16.622Z | Compiling errno v0.3.9 |
1536 | 2024-09-25T03:21:16.640Z | Compiling const-oid v0.9.6 |
1537 | 2024-09-25T03:21:16.722Z | Compiling allocator-api2 v0.2.18 |
1538 | 2024-09-25T03:21:16.755Z | Compiling ring v0.17.8 |
1539 | 2024-09-25T03:21:16.914Z | Compiling ryu v1.0.18 |
1540 | 2024-09-25T03:21:16.944Z | Compiling glob v0.3.1 |
1541 | 2024-09-25T03:21:17.616Z | Compiling lazy_static v1.5.0 |
1542 | 2024-09-25T03:21:17.751Z | Compiling clang-sys v1.7.0 |
1543 | 2024-09-25T03:21:17.789Z | Compiling signal-hook-registry v1.4.2 |
1544 | 2024-09-25T03:21:17.843Z | Compiling prettyplease v0.2.20 |
1545 | 2024-09-25T03:21:18.145Z | Compiling either v1.13.0 |
1546 | 2024-09-25T03:21:18.461Z | Compiling vcpkg v0.2.15 |
1547 | 2024-09-25T03:21:18.645Z | Compiling parking_lot v0.12.2 |
1548 | 2024-09-25T03:21:18.664Z | Compiling mio v1.0.2 |
1549 | 2024-09-25T03:21:19.406Z | Compiling regex-automata v0.4.6 |
1550 | 2024-09-25T03:21:20.189Z | Compiling openssl-sys v0.9.103 |
1551 | 2024-09-25T03:21:20.543Z | Compiling minimal-lexical v0.2.1 |
1552 | 2024-09-25T03:21:20.805Z | Compiling httparse v1.8.0 |
1553 | 2024-09-25T03:21:20.935Z | Compiling socket2 v0.5.7 |
1554 | 2024-09-25T03:21:21.010Z | Compiling nom v7.1.3 |
1555 | 2024-09-25T03:21:21.176Z | Compiling libloading v0.8.3 |
1556 | 2024-09-25T03:21:21.200Z | Compiling futures-core v0.3.30 |
1557 | 2024-09-25T03:21:21.237Z | Compiling bindgen v0.69.4 |
1558 | 2024-09-25T03:21:21.289Z | Compiling home v0.5.9 |
1559 | 2024-09-25T03:21:21.793Z | Compiling itertools v0.12.1 |
1560 | 2024-09-25T03:21:22.603Z | Compiling rustc-hash v1.1.0 |
1561 | 2024-09-25T03:21:22.763Z | Compiling lazycell v1.3.0 |
1562 | 2024-09-25T03:21:22.865Z | Compiling fnv v1.0.7 |
1563 | 2024-09-25T03:21:24.596Z | Compiling cexpr v0.6.0 |
1564 | 2024-09-25T03:21:24.870Z | Compiling cmake v0.1.51 |
1565 | 2024-09-25T03:21:25.207Z | Compiling regex v1.10.6 |
1566 | 2024-09-25T03:21:25.770Z | Compiling fs_extra v1.3.0 |
1567 | 2024-09-25T03:21:25.961Z | Compiling dunce v1.0.5 |
1568 | 2024-09-25T03:21:26.126Z | Compiling serde_derive v1.0.208 |
1569 | 2024-09-25T03:21:26.257Z | Compiling zeroize_derive v1.4.2 |
1570 | 2024-09-25T03:21:26.311Z | Compiling zerocopy-derive v0.7.34 |
1571 | 2024-09-25T03:21:26.649Z | Compiling tokio-macros v2.4.0 |
1572 | 2024-09-25T03:21:27.806Z | Compiling zeroize v1.8.1 |
1573 | 2024-09-25T03:21:28.337Z | Compiling thiserror-impl v1.0.63 |
1574 | 2024-09-25T03:21:28.370Z | Compiling futures-macro v0.3.30 |
1575 | 2024-09-25T03:21:28.487Z | Compiling zerocopy v0.7.34 |
1576 | 2024-09-25T03:21:30.309Z | Compiling crypto-common v0.1.6 |
1577 | 2024-09-25T03:21:30.478Z | Compiling tracing-attributes v0.1.27 |
1578 | 2024-09-25T03:21:30.590Z | Compiling der_derive v0.7.2 |
1579 | 2024-09-25T03:21:31.124Z | Compiling hashbrown v0.14.5 |
1580 | 2024-09-25T03:21:31.179Z | Compiling block-buffer v0.10.4 |
1581 | 2024-09-25T03:21:31.474Z | Compiling digest v0.10.7 |
1582 | 2024-09-25T03:21:32.692Z | Compiling schemars v0.8.21 |
1583 | 2024-09-25T03:21:32.791Z | Compiling futures-sink v0.3.30 |
1584 | 2024-09-25T03:21:32.881Z | Compiling heck v0.5.0 |
1585 | 2024-09-25T03:21:32.998Z | Compiling equivalent v1.0.1 |
1586 | 2024-09-25T03:21:33.088Z | Compiling serde_derive_internals v0.29.1 |
1587 | 2024-09-25T03:21:33.230Z | Compiling time-core v0.1.2 |
1588 | 2024-09-25T03:21:33.451Z | Compiling num-conv v0.1.0 |
1589 | 2024-09-25T03:21:33.777Z | Compiling time-macros v0.2.18 |
1590 | 2024-09-25T03:21:33.953Z | Compiling openssl v0.10.66 |
1591 | 2024-09-25T03:21:33.993Z | Compiling cpufeatures v0.2.12 |
1592 | 2024-09-25T03:21:34.410Z | Compiling hmac v0.12.1 |
1593 | 2024-09-25T03:21:34.451Z | Compiling paste v1.0.15 |
1594 | 2024-09-25T03:21:34.680Z | Compiling futures-channel v0.3.30 |
1595 | 2024-09-25T03:21:34.865Z | Compiling block-padding v0.3.3 |
1596 | 2024-09-25T03:21:35.141Z | Compiling openssl-macros v0.1.1 |
1597 | 2024-09-25T03:21:35.263Z | Compiling rustls v0.21.12 |
1598 | 2024-09-25T03:21:35.338Z | Compiling aws-lc-rs v1.9.0 |
1599 | 2024-09-25T03:21:35.431Z | Compiling schemars_derive v0.8.21 |
1600 | 2024-09-25T03:21:35.649Z | Compiling tinyvec_macros v0.1.1 |
1601 | 2024-09-25T03:21:35.909Z | Compiling futures-task v0.3.30 |
1602 | 2024-09-25T03:21:35.939Z | Compiling futures-io v0.3.30 |
1603 | 2024-09-25T03:21:36.268Z | Compiling pin-utils v0.1.0 |
1604 | 2024-09-25T03:21:36.330Z | Compiling native-tls v0.2.11 |
1605 | 2024-09-25T03:21:36.355Z | Compiling futures-util v0.3.30 |
1606 | 2024-09-25T03:21:36.454Z | Compiling tinyvec v1.6.0 |
1607 | 2024-09-25T03:21:37.091Z | Compiling inout v0.1.3 |
1608 | 2024-09-25T03:21:37.358Z | Compiling crossbeam-utils v0.8.19 |
1609 | 2024-09-25T03:21:38.161Z | Compiling cipher v0.4.4 |
1610 | 2024-09-25T03:21:38.272Z | Compiling unicode-normalization v0.1.23 |
1611 | 2024-09-25T03:21:38.721Z | Compiling sha2 v0.10.8 |
1612 | 2024-09-25T03:21:39.575Z | Compiling scroll_derive v0.12.0 |
1613 | 2024-09-25T03:21:39.599Z | Compiling cookie v0.17.0 |
1614 | 2024-09-25T03:21:39.708Z | Compiling untrusted v0.9.0 |
1615 | 2024-09-25T03:21:39.809Z | Compiling bytes v1.7.2 |
1616 | 2024-09-25T03:21:39.960Z | Compiling bitflags v2.6.0 |
1617 | 2024-09-25T03:21:41.148Z | Compiling indexmap v2.4.0 |
1618 | 2024-09-25T03:21:41.695Z | Compiling tokio v1.39.3 |
1619 | 2024-09-25T03:21:43.313Z | Compiling rustc_version v0.4.0 |
1620 | 2024-09-25T03:21:43.520Z | Compiling serde_tokenstream v0.2.2 |
1621 | 2024-09-25T03:21:43.954Z | Compiling uuid v1.10.0 |
1622 | 2024-09-25T03:21:44.634Z | Compiling ucd-trie v0.1.6 |
1623 | 2024-09-25T03:21:44.731Z | Compiling iana-time-zone v0.1.60 |
1624 | 2024-09-25T03:21:44.842Z | Compiling which v4.4.2 |
1625 | 2024-09-25T03:21:45.137Z | Compiling base64ct v1.6.0 |
1626 | 2024-09-25T03:21:45.417Z | Compiling chrono v0.4.38 |
1627 | 2024-09-25T03:21:45.727Z | Compiling pem-rfc7468 v0.7.0 |
1628 | 2024-09-25T03:21:45.984Z | Compiling pest v2.7.10 |
1629 | 2024-09-25T03:21:49.552Z | Compiling unicode-bidi v0.3.15 |
1630 | 2024-09-25T03:21:49.610Z | Compiling syn v1.0.109 |
1631 | 2024-09-25T03:21:51.561Z | Compiling flagset v0.4.5 |
1632 | 2024-09-25T03:21:51.946Z | Compiling slog v2.7.0 |
1633 | 2024-09-25T03:21:52.443Z | Compiling der v0.7.9 |
1634 | 2024-09-25T03:21:52.662Z | Compiling tokio-util v0.7.11 |
1635 | 2024-09-25T03:21:53.438Z | Compiling pest_meta v2.7.10 |
1636 | 2024-09-25T03:21:54.844Z | Compiling tracing-core v0.1.32 |
1637 | 2024-09-25T03:21:55.025Z | Compiling pest_generator v2.7.10 |
1638 | 2024-09-25T03:21:55.725Z | Compiling tracing v0.1.40 |
1639 | 2024-09-25T03:21:55.812Z | Compiling spki v0.7.3 |
1640 | 2024-09-25T03:21:57.153Z | Compiling http v0.2.12 |
1641 | 2024-09-25T03:21:57.288Z | Compiling salsa20 v0.10.2 |
1642 | 2024-09-25T03:21:57.790Z | Compiling pbkdf2 v0.12.2 |
1643 | 2024-09-25T03:21:58.643Z | Compiling crc32fast v1.4.0 |
1644 | 2024-09-25T03:21:59.556Z | Compiling dyn-clone v1.0.17 |
1645 | 2024-09-25T03:21:59.815Z | Compiling aws-lc-sys v0.21.2 |
1646 | 2024-09-25T03:22:01.604Z | Compiling scrypt v0.11.0 |
1647 | 2024-09-25T03:22:01.755Z | Compiling pest_derive v2.7.10 |
1648 | 2024-09-25T03:22:02.572Z | Compiling cbc v0.1.2 |
1649 | 2024-09-25T03:22:02.718Z | Compiling aes v0.8.4 |
1650 | 2024-09-25T03:22:02.921Z | Compiling usdt-impl v0.5.0 |
1651 | 2024-09-25T03:22:03.384Z | Compiling heck v0.4.1 |
1652 | 2024-09-25T03:22:03.411Z | Compiling percent-encoding v2.3.1 |
1653 | 2024-09-25T03:22:03.568Z | Compiling powerfmt v0.2.0 |
1654 | 2024-09-25T03:22:03.784Z | Compiling pkcs5 v0.7.1 |
1655 | 2024-09-25T03:22:04.062Z | Compiling deranged v0.3.11 |
1656 | 2024-09-25T03:22:04.100Z | Compiling heapless v0.7.17 |
1657 | 2024-09-25T03:22:04.743Z | Compiling scroll v0.12.0 |
1658 | 2024-09-25T03:22:04.987Z | Compiling zerocopy-derive v0.6.6 |
1659 | 2024-09-25T03:22:05.276Z | Compiling pin-project-internal v1.1.5 |
1660 | 2024-09-25T03:22:05.611Z | Compiling backtrace v0.3.71 |
1661 | 2024-09-25T03:22:06.582Z | Compiling ppv-lite86 v0.2.17 |
1662 | 2024-09-25T03:22:06.608Z | Compiling try-lock v0.2.5 |
1663 | 2024-09-25T03:22:06.795Z | Compiling num_threads v0.1.7 |
1664 | 2024-09-25T03:22:06.971Z | Compiling num-bigint-dig v0.8.4 |
1665 | 2024-09-25T03:22:07.442Z | Compiling plain v0.2.3 |
1666 | 2024-09-25T03:22:07.504Z | Compiling time v0.3.36 |
1667 | 2024-09-25T03:22:07.671Z | Compiling goblin v0.8.2 |
1668 | 2024-09-25T03:22:07.736Z | Compiling rand_chacha v0.3.1 |
1669 | 2024-09-25T03:22:08.330Z | Compiling want v0.3.1 |
1670 | 2024-09-25T03:22:09.309Z | Compiling pkcs8 v0.10.2 |
1671 | 2024-09-25T03:22:10.247Z | Compiling async-trait v0.1.82 |
1672 | 2024-09-25T03:22:10.489Z | Compiling strsim v0.11.1 |
1673 | 2024-09-25T03:22:10.860Z | Compiling rustversion v1.0.17 |
1674 | 2024-09-25T03:22:11.522Z | Compiling pretty-hex v0.4.1 |
1675 | 2024-09-25T03:22:11.633Z | Compiling tower-service v0.3.2 |
1676 | 2024-09-25T03:22:11.754Z | Compiling httpdate v1.0.3 |
1677 | 2024-09-25T03:22:12.502Z | Compiling rand v0.8.5 |
1678 | 2024-09-25T03:22:12.786Z | Compiling form_urlencoded v1.2.1 |
1679 | 2024-09-25T03:22:13.037Z | Compiling dtrace-parser v0.2.0 |
1680 | 2024-09-25T03:22:13.456Z | Compiling curve25519-dalek v4.1.3 |
1681 | 2024-09-25T03:22:14.095Z | Compiling dof v0.3.0 |
1682 | 2024-09-25T03:22:14.861Z | Compiling thread-id v4.2.1 |
1683 | 2024-09-25T03:22:15.214Z | Compiling rustls v0.23.10 |
1684 | 2024-09-25T03:22:15.518Z | Compiling smoltcp v0.9.1 |
1685 | 2024-09-25T03:22:15.997Z | Compiling foreign-types-shared v0.1.1 |
1686 | 2024-09-25T03:22:16.143Z | Compiling unicode-width v0.1.13 |
1687 | 2024-09-25T03:22:16.182Z | Compiling signal-hook v0.3.17 |
1688 | 2024-09-25T03:22:16.363Z | Compiling anyhow v1.0.89 |
1689 | 2024-09-25T03:22:17.043Z | Compiling foreign-types v0.3.2 |
1690 | 2024-09-25T03:22:20.856Z | Compiling http-body v0.4.6 |
1691 | 2024-09-25T03:22:20.986Z | Compiling h2 v0.3.26 |
1692 | 2024-09-25T03:22:23.873Z | Compiling clap_derive v4.5.18 |
1693 | 2024-09-25T03:22:28.804Z | Compiling siphasher v0.3.11 |
1694 | 2024-09-25T03:22:28.942Z | Compiling base64 v0.21.7 |
1695 | 2024-09-25T03:22:29.773Z | Compiling hyper v0.14.30 |
1696 | 2024-09-25T03:22:40.611Z | Compiling hubpack_derive v0.1.1 |
1697 | 2024-09-25T03:22:41.841Z | Compiling sct v0.7.1 |
1698 | 2024-09-25T03:22:42.179Z | Compiling rustls-webpki v0.101.7 |
1699 | 2024-09-25T03:22:43.507Z | Compiling idna v0.5.0 |
1700 | 2024-09-25T03:22:47.741Z | Compiling openapiv3 v2.0.0 |
1701 | 2024-09-25T03:22:49.199Z | Compiling http v1.1.0 |
1702 | 2024-09-25T03:22:49.722Z | Compiling signature v2.2.0 |
1703 | 2024-09-25T03:22:49.946Z | Compiling curve25519-dalek-derive v0.1.1 |
1704 | 2024-09-25T03:22:50.663Z | Compiling fs-err v2.11.0 |
1705 | 2024-09-25T03:22:50.969Z | Compiling finl_unicode v1.2.0 |
1706 | 2024-09-25T03:22:51.294Z | Compiling anstyle v1.0.8 |
1707 | 2024-09-25T03:22:51.406Z | Compiling openssl-probe v0.1.5 |
1708 | 2024-09-25T03:22:51.550Z | Compiling mirai-annotations v1.12.0 |
1709 | 2024-09-25T03:22:51.871Z | Compiling utf8parse v0.2.1 |
1710 | 2024-09-25T03:22:52.024Z | Compiling anstyle-parse v0.2.4 |
1711 | 2024-09-25T03:22:52.189Z | Compiling stringprep v0.1.4 |
1712 | 2024-09-25T03:22:53.131Z | Compiling url v2.5.2 |
1713 | 2024-09-25T03:22:58.496Z | Compiling usdt-macro v0.5.0 |
1714 | 2024-09-25T03:22:59.818Z | Compiling usdt-attr-macro v0.5.0 |
1715 | 2024-09-25T03:23:01.393Z | Compiling idna v0.3.0 |
1716 | 2024-09-25T03:23:02.959Z | Compiling serde_spanned v0.6.7 |
1717 | 2024-09-25T03:23:03.184Z | Compiling toml_datetime v0.6.8 |
1718 | 2024-09-25T03:23:03.448Z | Compiling regress v0.9.1 |
1719 | 2024-09-25T03:23:03.619Z | Compiling md-5 v0.10.6 |
1720 | 2024-09-25T03:23:03.867Z | Compiling num-integer v0.1.46 |
1721 | 2024-09-25T03:23:04.593Z | Compiling ff v0.13.0 |
1722 | 2024-09-25T03:23:04.808Z | Compiling hash32 v0.2.1 |
1723 | 2024-09-25T03:23:04.827Z | Compiling encoding_rs v0.8.34 |
1724 | 2024-09-25T03:23:05.153Z | Compiling psl-types v2.0.11 |
1725 | 2024-09-25T03:23:05.363Z | Compiling adler v1.0.2 |
1726 | 2024-09-25T03:23:05.788Z | Compiling atomic-waker v1.1.2 |
1727 | 2024-09-25T03:23:05.973Z | Compiling is_terminal_polyfill v1.70.0 |
1728 | 2024-09-25T03:23:06.105Z | Compiling gimli v0.28.1 |
1729 | 2024-09-25T03:23:06.195Z | Compiling colorchoice v1.0.1 |
1730 | 2024-09-25T03:23:06.362Z | Compiling anstyle-query v1.0.3 |
1731 | 2024-09-25T03:23:06.516Z | Compiling fallible-iterator v0.2.0 |
1732 | 2024-09-25T03:23:07.244Z | Compiling base64 v0.22.1 |
1733 | 2024-09-25T03:23:07.914Z | Compiling stable_deref_trait v1.2.0 |
1734 | 2024-09-25T03:23:08.023Z | Compiling rustls-pki-types v1.7.0 |
1735 | 2024-09-25T03:23:08.172Z | Compiling base16ct v0.2.0 |
1736 | 2024-09-25T03:23:08.471Z | Compiling mime v0.3.17 |
1737 | 2024-09-25T03:23:08.768Z | Compiling sec1 v0.7.3 |
1738 | 2024-09-25T03:23:09.532Z | Compiling postgres-protocol v0.6.7 |
1739 | 2024-09-25T03:23:10.503Z | Compiling addr2line v0.21.0 |
1740 | 2024-09-25T03:23:10.726Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1741 | 2024-09-25T03:23:10.834Z | Compiling anstream v0.6.14 |
1742 | 2024-09-25T03:23:11.149Z | Compiling h2 v0.4.6 |
1743 | 2024-09-25T03:23:11.487Z | Compiling publicsuffix v2.2.3 |
1744 | 2024-09-25T03:23:11.756Z | Compiling miniz_oxide v0.7.2 |
1745 | 2024-09-25T03:23:14.314Z | Compiling group v0.13.0 |
1746 | 2024-09-25T03:23:14.616Z | Compiling num-iter v0.1.45 |
1747 | 2024-09-25T03:23:14.812Z | Compiling rustls-webpki v0.102.4 |
1748 | 2024-09-25T03:23:16.362Z | Compiling tokio-rustls v0.24.1 |
1749 | 2024-09-25T03:23:16.760Z | Compiling tokio-native-tls v0.3.1 |
1750 | 2024-09-25T03:23:17.138Z | Compiling http-body v1.0.0 |
1751 | 2024-09-25T03:23:17.386Z | Compiling phf_shared v0.11.2 |
1752 | 2024-09-25T03:23:17.406Z | Compiling strum_macros v0.25.3 |
1753 | 2024-09-25T03:23:17.997Z | Compiling serde_urlencoded v0.7.1 |
1754 | 2024-09-25T03:23:18.256Z | Compiling pin-project v1.1.5 |
1755 | 2024-09-25T03:23:18.459Z | Compiling enum-as-inner v0.6.0 |
1756 | 2024-09-25T03:23:18.592Z | Compiling terminal_size v0.3.0 |
1757 | 2024-09-25T03:23:18.937Z | Compiling hkdf v0.12.4 |
1758 | 2024-09-25T03:23:19.172Z | Compiling crypto-bigint v0.5.5 |
1759 | 2024-09-25T03:23:19.485Z | Compiling serde_repr v0.1.19 |
1760 | 2024-09-25T03:23:19.504Z | Compiling object v0.32.2 |
1761 | 2024-09-25T03:23:20.579Z | Compiling rustc-demangle v0.1.24 |
1762 | 2024-09-25T03:23:20.846Z | Compiling winnow v0.5.40 |
1763 | 2024-09-25T03:23:21.585Z | Compiling ipnet v2.9.0 |
1764 | 2024-09-25T03:23:21.777Z | Compiling tower-layer v0.3.2 |
1765 | 2024-09-25T03:23:22.546Z | Compiling managed v0.8.0 |
1766 | 2024-09-25T03:23:23.013Z | Compiling adler2 v2.0.0 |
1767 | 2024-09-25T03:23:23.157Z | Compiling bitflags v1.3.2 |
1768 | 2024-09-25T03:23:23.213Z | Compiling clap_lex v0.7.0 |
1769 | 2024-09-25T03:23:23.658Z | Compiling clap_builder v4.5.18 |
1770 | 2024-09-25T03:23:24.348Z | Compiling toml_edit v0.19.15 |
1771 | 2024-09-25T03:23:24.593Z | Compiling miniz_oxide v0.8.0 |
1772 | 2024-09-25T03:23:25.233Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1773 | 2024-09-25T03:23:25.438Z | Compiling tower v0.4.13 |
1774 | 2024-09-25T03:23:25.918Z | Compiling elliptic-curve v0.13.8 |
1775 | 2024-09-25T03:23:26.642Z | Compiling rustls-pemfile v1.0.4 |
1776 | 2024-09-25T03:23:28.106Z | Compiling hyper v1.4.1 |
1777 | 2024-09-25T03:23:29.871Z | Compiling phf v0.11.2 |
1778 | 2024-09-25T03:23:30.181Z | Compiling hyper-tls v0.5.0 |
1779 | 2024-09-25T03:23:30.488Z | Compiling hyper-rustls v0.24.2 |
1780 | 2024-09-25T03:23:30.853Z | Compiling cookie_store v0.20.0 |
1781 | 2024-09-25T03:23:31.182Z | Compiling postgres-types v0.2.7 |
1782 | 2024-09-25T03:23:31.835Z | Compiling ed25519 v2.2.3 |
1783 | 2024-09-25T03:23:31.864Z | Compiling hubpack v0.1.2 |
1784 | 2024-09-25T03:23:32.293Z | Compiling phf_shared v0.10.0 |
1785 | 2024-09-25T03:23:32.693Z | Compiling pkcs1 v0.7.5 |
1786 | 2024-09-25T03:23:32.711Z | Compiling zerocopy v0.6.6 |
1787 | 2024-09-25T03:23:32.913Z | Compiling futures-executor v0.3.30 |
1788 | 2024-09-25T03:23:32.968Z | Compiling idna v0.4.0 |
1789 | 2024-09-25T03:23:33.584Z | Compiling serde-big-array v0.5.1 |
1790 | 2024-09-25T03:23:33.587Z | Compiling rfc6979 v0.4.0 |
1791 | 2024-09-25T03:23:33.821Z | Compiling float-cmp v0.9.0 |
1792 | 2024-09-25T03:23:34.034Z | Compiling bstr v1.9.1 |
1793 | 2024-09-25T03:23:34.080Z | Compiling memmap v0.7.0 |
1794 | 2024-09-25T03:23:34.376Z | Compiling mio v0.8.11 |
1795 | 2024-09-25T03:23:34.976Z | Compiling new_debug_unreachable v1.0.6 |
1796 | 2024-09-25T03:23:35.471Z | Compiling fixedbitset v0.4.2 |
1797 | 2024-09-25T03:23:35.597Z | Compiling data-encoding v2.6.0 |
1798 | 2024-09-25T03:23:35.617Z | Compiling webpki-roots v0.25.4 |
1799 | 2024-09-25T03:23:35.880Z | Compiling sync_wrapper v0.1.2 |
1800 | 2024-09-25T03:23:36.199Z | Compiling whoami v1.5.1 |
1801 | 2024-09-25T03:23:36.260Z | Compiling bit-vec v0.6.3 |
1802 | 2024-09-25T03:23:36.678Z | Compiling normalize-line-endings v0.3.0 |
1803 | 2024-09-25T03:23:36.748Z | Compiling difflib v0.4.0 |
1804 | 2024-09-25T03:23:36.804Z | Compiling winnow v0.6.18 |
1805 | 2024-09-25T03:23:37.243Z | Compiling unicode-segmentation v1.11.0 |
1806 | 2024-09-25T03:23:37.865Z | Compiling precomputed-hash v0.1.1 |
1807 | 2024-09-25T03:23:37.931Z | Compiling predicates-core v1.0.6 |
1808 | 2024-09-25T03:23:38.113Z | Compiling static_assertions v1.1.0 |
1809 | 2024-09-25T03:23:38.208Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1810 | 2024-09-25T03:23:38.228Z | Compiling predicates v3.1.2 |
1811 | 2024-09-25T03:23:38.230Z | Compiling reqwest v0.11.27 |
1812 | 2024-09-25T03:23:39.399Z | Compiling string_cache v0.8.7 |
1813 | 2024-09-25T03:23:39.718Z | Compiling similar v2.6.0 |
1814 | 2024-09-25T03:23:39.821Z | Compiling tokio-rustls v0.26.0 |
1815 | 2024-09-25T03:23:40.296Z | Compiling toml_edit v0.22.20 |
1816 | 2024-09-25T03:23:40.368Z | Compiling bit-set v0.5.3 |
1817 | 2024-09-25T03:23:40.678Z | Compiling tokio-postgres v0.7.11 |
1818 | 2024-09-25T03:23:41.665Z | Compiling hickory-proto v0.24.1 |
1819 | 2024-09-25T03:23:44.879Z | Compiling petgraph v0.6.5 |
1820 | 2024-09-25T03:23:45.932Z | Compiling signal-hook-mio v0.2.4 |
1821 | 2024-09-25T03:23:46.110Z | Compiling usdt v0.5.0 |
1822 | 2024-09-25T03:23:46.589Z | Compiling ecdsa v0.16.9 |
1823 | 2024-09-25T03:23:47.444Z | Compiling rsa v0.9.6 |
1824 | 2024-09-25T03:23:47.447Z | Compiling futures v0.3.30 |
1825 | 2024-09-25T03:23:48.866Z | Compiling ed25519-dalek v2.1.1 |
1826 | 2024-09-25T03:23:49.200Z | Compiling hyper-util v0.1.7 |
1827 | 2024-09-25T03:23:49.436Z | Compiling crossbeam-epoch v0.9.18 |
1828 | 2024-09-25T03:23:49.527Z | Compiling toml v0.7.8 |
1829 | 2024-09-25T03:23:49.772Z | Compiling flate2 v1.0.33 |
1830 | 2024-09-25T03:23:49.862Z | Compiling clap v4.5.18 |
1831 | 2024-09-25T03:23:50.685Z | Compiling console v0.15.8 |
1832 | 2024-09-25T03:23:51.016Z | Compiling tokio-stream v0.1.15 |
1833 | 2024-09-25T03:23:51.097Z | Compiling x509-cert v0.2.5 |
1834 | 2024-09-25T03:23:51.942Z | Compiling hex v0.4.3 |
1835 | 2024-09-25T03:23:52.025Z | Compiling sha1 v0.10.6 |
1836 | 2024-09-25T03:23:52.576Z | Compiling itertools v0.10.5 |
1837 | 2024-09-25T03:23:53.122Z | Compiling camino v1.1.9 |
1838 | 2024-09-25T03:23:53.167Z | Compiling peg-runtime v0.8.3 |
1839 | 2024-09-25T03:23:53.339Z | Compiling radium v0.7.0 |
1840 | 2024-09-25T03:23:53.513Z | Compiling lalrpop-util v0.19.12 |
1841 | 2024-09-25T03:23:53.774Z | Compiling unicode-xid v0.2.4 |
1842 | 2024-09-25T03:23:55.501Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1843 | 2024-09-25T03:24:00.556Z | Compiling is-terminal v0.4.12 |
1844 | 2024-09-25T03:24:03.610Z | Compiling maybe-uninit v2.0.0 |
1845 | 2024-09-25T03:24:03.948Z | Compiling ident_case v1.0.1 |
1846 | 2024-09-25T03:24:05.397Z | Compiling tap v1.0.1 |
1847 | 2024-09-25T03:24:05.608Z | Compiling wyz v0.5.1 |
1848 | 2024-09-25T03:24:11.467Z | Compiling darling_core v0.20.9 |
1849 | 2024-09-25T03:24:20.628Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1850 | 2024-09-25T03:24:21.872Z | Compiling getopts v0.2.21 |
1851 | 2024-09-25T03:24:23.177Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1852 | 2024-09-25T03:24:24.397Z | Compiling dirs-sys-next v0.1.2 |
1853 | 2024-09-25T03:24:24.621Z | Compiling rustls v0.22.4 |
1854 | 2024-09-25T03:24:24.927Z | Compiling packed_struct v0.10.1 |
1855 | 2024-09-25T03:24:25.118Z | Compiling funty v2.0.0 |
1856 | 2024-09-25T03:24:25.442Z | Compiling unsafe-libyaml v0.2.11 |
1857 | 2024-09-25T03:24:27.227Z | Compiling serde_yaml v0.9.34+deprecated |
1858 | 2024-09-25T03:24:27.545Z | Compiling bitvec v1.0.1 |
1859 | 2024-09-25T03:24:30.498Z | Compiling dirs-next v2.0.0 |
1860 | 2024-09-25T03:24:31.133Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1861 | 2024-09-25T03:24:32.124Z | Compiling darling_macro v0.20.9 |
1862 | 2024-09-25T03:24:37.715Z | Compiling packed_struct_codegen v0.10.1 |
1863 | 2024-09-25T03:24:38.496Z | Compiling structmeta-derive v0.3.0 |
1864 | 2024-09-25T03:24:38.568Z | Compiling thread_local v1.1.8 |
1865 | 2024-09-25T03:24:39.690Z | Compiling indexmap v1.9.3 |
1866 | 2024-09-25T03:24:40.024Z | Compiling multer v3.1.0 |
1867 | 2024-09-25T03:24:40.193Z | Compiling match_cfg v0.1.0 |
1868 | 2024-09-25T03:24:40.301Z | Compiling slog-async v2.8.0 |
1869 | 2024-09-25T03:24:40.336Z | Compiling fastrand v2.1.0 |
1870 | 2024-09-25T03:24:41.002Z | Compiling nodrop v0.1.14 |
1871 | 2024-09-25T03:24:41.142Z | Compiling rayon-core v1.12.1 |
1872 | 2024-09-25T03:24:41.150Z | Compiling crc-catalog v2.4.0 |
1873 | 2024-09-25T03:24:42.334Z | Compiling crc v3.2.1 |
1874 | 2024-09-25T03:24:43.985Z | Compiling structmeta v0.3.0 |
1875 | 2024-09-25T03:24:44.270Z | Compiling array-init v0.0.4 |
1876 | 2024-09-25T03:24:44.628Z | Compiling tempfile v3.10.1 |
1877 | 2024-09-25T03:24:45.414Z | Compiling hostname v0.3.1 |
1878 | 2024-09-25T03:24:49.347Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1879 | 2024-09-25T03:24:50.850Z | Compiling darling v0.20.9 |
1880 | 2024-09-25T03:24:50.987Z | Compiling smallvec v0.6.14 |
1881 | 2024-09-25T03:24:51.502Z | Compiling term v0.7.0 |
1882 | 2024-09-25T03:24:54.273Z | Compiling crossbeam-deque v0.8.5 |
1883 | 2024-09-25T03:24:54.679Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1884 | 2024-09-25T03:24:56.175Z | Compiling slog-json v2.6.1 |
1885 | 2024-09-25T03:24:57.222Z | Compiling crossbeam-channel v0.5.12 |
1886 | 2024-09-25T03:24:59.202Z | Compiling async-stream-impl v0.3.5 |
1887 | 2024-09-25T03:25:00.496Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1888 | 2024-09-25T03:25:01.564Z | Compiling same-file v1.0.6 |
1889 | 2024-09-25T03:25:02.370Z | Compiling termcolor v1.4.1 |
1890 | 2024-09-25T03:25:02.393Z | Compiling bitfield v0.14.0 |
1891 | 2024-09-25T03:25:03.383Z | Compiling take_mut v0.2.2 |
1892 | 2024-09-25T03:25:04.243Z | Compiling hashbrown v0.12.3 |
1893 | 2024-09-25T03:25:07.796Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1894 | 2024-09-25T03:25:11.959Z | Compiling env_logger v0.10.2 |
1895 | 2024-09-25T03:25:13.140Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1896 | 2024-09-25T03:25:14.844Z | Compiling walkdir v2.5.0 |
1897 | 2024-09-25T03:25:16.313Z | Compiling async-stream v0.3.5 |
1898 | 2024-09-25T03:25:18.717Z | Compiling slog-bunyan v2.5.0 |
1899 | 2024-09-25T03:25:19.008Z | Compiling tokio-rustls v0.25.0 |
1900 | 2024-09-25T03:25:20.778Z | Compiling slog-term v2.9.1 |
1901 | 2024-09-25T03:25:21.664Z | Compiling serde-hex v0.1.0 |
1902 | 2024-09-25T03:25:23.225Z | Compiling serde_with_macros v3.9.0 |
1903 | 2024-09-25T03:25:23.416Z | Compiling bzip2 v0.4.4 |
1904 | 2024-09-25T03:25:26.540Z | Compiling parse-display-derive v0.10.0 |
1905 | 2024-09-25T03:25:26.768Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1906 | 2024-09-25T03:25:27.095Z | Compiling toml v0.8.19 |
1907 | 2024-09-25T03:25:27.378Z | Compiling waitgroup v0.1.2 |
1908 | 2024-09-25T03:25:30.455Z | Compiling rustls-pemfile v2.1.3 |
1909 | 2024-09-25T03:25:31.214Z | Compiling ron v0.8.1 |
1910 | 2024-09-25T03:25:31.395Z | Compiling newtype-uuid v1.1.0 |
1911 | 2024-09-25T03:25:31.760Z | Compiling ipnetwork v0.20.0 |
1912 | 2024-09-25T03:25:33.427Z | Compiling strum_macros v0.26.4 |
1913 | 2024-09-25T03:25:33.506Z | Compiling xattr v1.3.1 |
1914 | 2024-09-25T03:25:33.828Z | Compiling snafu-derive v0.8.2 |
1915 | 2024-09-25T03:25:35.235Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1916 | 2024-09-25T03:25:35.616Z | Compiling serde_path_to_error v0.1.16 |
1917 | 2024-09-25T03:25:35.854Z | Compiling hashbrown v0.13.2 |
1918 | 2024-09-25T03:25:36.631Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1919 | 2024-09-25T03:25:37.056Z | Compiling ring v0.16.20 |
1920 | 2024-09-25T03:25:37.220Z | Compiling blake3 v1.5.1 |
1921 | 2024-09-25T03:25:37.369Z | Compiling filetime v0.2.25 |
1922 | 2024-09-25T03:25:37.709Z | Compiling hostname v0.4.0 |
1923 | 2024-09-25T03:25:37.830Z | Compiling instant v0.1.12 |
1924 | 2024-09-25T03:25:37.896Z | Compiling buf-list v1.0.3 |
1925 | 2024-09-25T03:25:38.006Z | Compiling debug-ignore v1.0.5 |
1926 | 2024-09-25T03:25:38.168Z | Compiling crc-any v2.5.0 |
1927 | 2024-09-25T03:25:38.534Z | Compiling backoff v0.4.0 |
1928 | 2024-09-25T03:25:38.673Z | Compiling snafu v0.8.2 |
1929 | 2024-09-25T03:25:38.882Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1930 | 2024-09-25T03:25:39.023Z | Compiling strum v0.26.3 |
1931 | 2024-09-25T03:25:39.241Z | Compiling tar v0.4.41 |
1932 | 2024-09-25T03:25:39.410Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1933 | 2024-09-25T03:25:39.616Z | Compiling object v0.30.4 |
1934 | 2024-09-25T03:25:39.726Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1935 | 2024-09-25T03:25:39.947Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1936 | 2024-09-25T03:25:41.406Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1937 | 2024-09-25T03:25:41.944Z | Compiling parse-display v0.10.0 |
1938 | 2024-09-25T03:25:43.420Z | Compiling serde_with v3.9.0 |
1939 | 2024-09-25T03:25:43.839Z | Compiling zip v0.6.6 |
1940 | 2024-09-25T03:25:44.342Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1941 | 2024-09-25T03:25:44.428Z | Compiling rayon v1.10.0 |
1942 | 2024-09-25T03:25:45.072Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1943 | 2024-09-25T03:25:46.584Z | Compiling camino-tempfile v1.1.1 |
1944 | 2024-09-25T03:25:47.360Z | Compiling globset v0.4.14 |
1945 | 2024-09-25T03:25:47.685Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1946 | 2024-09-25T03:25:47.887Z | Compiling pem v3.0.4 |
1947 | 2024-09-25T03:25:49.402Z | Compiling olpc-cjson v0.1.3 |
1948 | 2024-09-25T03:25:49.723Z | Compiling macaddr v1.0.1 |
1949 | 2024-09-25T03:25:50.158Z | Compiling serde_plain v1.0.2 |
1950 | 2024-09-25T03:25:50.354Z | Compiling async-recursion v1.1.1 |
1951 | 2024-09-25T03:25:50.680Z | Compiling memmap2 v0.9.4 |
1952 | 2024-09-25T03:25:51.273Z | Compiling arrayref v0.3.7 |
1953 | 2024-09-25T03:25:51.386Z | Compiling arrayvec v0.7.4 |
1954 | 2024-09-25T03:25:51.764Z | Compiling untrusted v0.7.1 |
1955 | 2024-09-25T03:25:51.855Z | Compiling path-slash v0.1.5 |
1956 | 2024-09-25T03:25:51.956Z | Compiling spin v0.5.2 |
1957 | 2024-09-25T03:25:52.094Z | Compiling typed-path v0.7.1 |
1958 | 2024-09-25T03:25:52.235Z | Compiling constant_time_eq v0.3.0 |
1959 | 2024-09-25T03:25:55.008Z | Compiling tough v0.17.1 |
1960 | 2024-09-25T03:25:55.029Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1961 | 2024-09-25T03:25:55.085Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1962 | 2024-09-25T03:25:57.124Z | Compiling itertools v0.13.0 |
1963 | 2024-09-25T03:25:58.889Z | Compiling cargo-platform v0.1.8 |
1964 | 2024-09-25T03:25:59.744Z | Compiling parse-size v1.0.0 |
1965 | 2024-09-25T03:26:00.024Z | Compiling topological-sort v0.2.2 |
1966 | 2024-09-25T03:26:00.048Z | Compiling cargo_metadata v0.18.1 |
1967 | 2024-09-25T03:26:00.289Z | Compiling omicron-zone-package v0.11.0 |
1968 | 2024-09-25T03:26:00.826Z | Compiling shell-words v1.1.0 |
1969 | 2024-09-25T03:26:07.840Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1970 | 2024-09-25T03:26:21.034Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
1971 | 2024-09-25T03:26:34.221Z | error: linking with `gcc` failed: exit status: 1 |
1972 | 2024-09-25T03:26:34.221Z | | |
1973 | 2024-09-25T03:26:34.227Z | = note: LC_ALL="C" PATH="/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/bin:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/bin:/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin" VSLANG="1033" "gcc" "-m64" "-std=c99" "/tmp/rustcmPBhX6/symbols.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.omicron_releng.3a3305324fdb5865-cgu.00.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.omicron_releng.3a3305324fdb5865-cgu.01.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.omicron_releng.3a3305324fdb5865-cgu.02.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.omicron_releng.3a3305324fdb5865-cgu.03.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.omicron_releng.3a3305324fdb5865-cgu.04.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.omicron_releng.3a3305324fdb5865-cgu.05.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.omicron_releng.3a3305324fdb5865-cgu.06.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.omicron_releng.3a3305324fdb5865-cgu.07.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.omicron_releng.3a3305324fdb5865-cgu.08.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.omicron_releng.3a3305324fdb5865-cgu.09.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.omicron_releng.3a3305324fdb5865-cgu.10.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.omicron_releng.3a3305324fdb5865-cgu.11.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.omicron_releng.3a3305324fdb5865-cgu.12.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.omicron_releng.3a3305324fdb5865-cgu.13.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.omicron_releng.3a3305324fdb5865-cgu.14.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.omicron_releng.3a3305324fdb5865-cgu.15.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8.1dnqyxelfrsxmhhkw8ackmsur.rcgu.o" "-Wl,-z,ignore" "-L" "/work/oxidecomputer/omicron/target/release/deps" "-L" "/work/oxidecomputer/omicron/target/release/build/ring-11298470d7cb0908/out" "-L" "/work/oxidecomputer/omicron/target/release/build/aws-lc-sys-78ceaac344cfb0e0/out/build/artifacts/" "-L" "/usr/ssl-3/lib/amd64" "-L" "/work/oxidecomputer/omicron/target/release/build/blake3-3dea8f030d8b49b9/out" "-L" "/work/oxidecomputer/omicron/target/release/build/blake3-3dea8f030d8b49b9/out" "-L" "/work/oxidecomputer/omicron/target/release/build/ring-99ce59b4131b0970/out" "-L" "/work/oxidecomputer/omicron/target/release/build/bzip2-sys-33feb6fa1ba79e93/out/lib" "-L" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib" "-Wl,-Bstatic" "/work/oxidecomputer/omicron/target/release/deps/libcargo_metadata-5b715b0107db1b55.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcargo_platform-0f28ac68ac1ec6d7.rlib" "/work/oxidecomputer/omicron/target/release/deps/libshell_words-0fc4e29057ad43c8.rlib" "/work/oxidecomputer/omicron/target/release/deps/libomicron_zone_package-f5221de0903909ad.rlib" "/work/oxidecomputer/omicron/target/release/deps/libblake3-8b5481b8a24bf38d.rlib" "/work/oxidecomputer/omicron/target/release/deps/libconstant_time_eq-a7e0fe363ac94af2.rlib" "/work/oxidecomputer/omicron/target/release/deps/librayon-cd56558349d201f7.rlib" "/work/oxidecomputer/omicron/target/release/deps/librayon_core-313c2f0d37efa61c.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcrossbeam_deque-29a61deb9f05390d.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcrossbeam_epoch-1bf0a3ebe182d83b.rlib" "/work/oxidecomputer/omicron/target/release/deps/libmemmap2-126ece3602cef8e8.rlib" "/work/oxidecomputer/omicron/target/release/deps/libarrayvec-4360a3d1bb5de61a.rlib" "/work/oxidecomputer/omicron/target/release/deps/libarrayref-09c8b7b263541b8c.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtopological_sort-d86cd35b4cc140b9.rlib" "/work/oxidecomputer/omicron/target/release/deps/libring-6f9266fe7fdbd23c.rlib" "/work/oxidecomputer/omicron/target/release/deps/libspin-ee3846fec1909cc5.rlib" "/work/oxidecomputer/omicron/target/release/deps/libuntrusted-a44f3017b7cbe51b.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtufaceous_lib-fb492ace228b63ce.rlib" "/work/oxidecomputer/omicron/target/release/deps/libitertools-7d89ac9c49938e77.rlib" "/work/oxidecomputer/omicron/target/release/deps/libeither-ea429e253d5b7f88.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtar-d56ec1ba7f64c521.rlib" "/work/oxidecomputer/omicron/target/release/deps/libxattr-3e8d60372f0a4f0f.rlib" "/work/oxidecomputer/omicron/target/release/deps/libfiletime-a7655192c78f080a.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcamino_tempfile-bb034b21a81933ef.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtough-abc8ec38cc47dbe0.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpem-998596b6d57bed84.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtyped_path-a5c32c48fcb2dfeb.rlib" "/work/oxidecomputer/omicron/target/release/deps/libglobset-d7672242541f0393.rlib" "/work/oxidecomputer/omicron/target/release/deps/libbstr-dbcb0a7672492fcf.rlib" "/work/oxidecomputer/omicron/target/release/deps/libwalkdir-be7083eb1221c06d.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsame_file-1566de92be0247ca.rlib" "/work/oxidecomputer/omicron/target/release/deps/libserde_plain-0956a6e6acc75a62.rlib" "/work/oxidecomputer/omicron/target/release/deps/libolpc_cjson-3f9b60228a440f5e.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtempfile-ce881bed73d19c9d.rlib" "/work/oxidecomputer/omicron/target/release/deps/libfastrand-241f02a20e0002cc.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsnafu-750243765d7348d7.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpin_project-94d040d845abac40.rlib" "/work/oxidecomputer/omicron/target/release/deps/libhubtools-ef673ab41f352214.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtoml-1c35a7d7b2fb1caa.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtoml_edit-1fed3c053773168c.rlib" "/work/oxidecomputer/omicron/target/release/deps/libwinnow-7457f1602a38940a.rlib" "/work/oxidecomputer/omicron/target/release/deps/liblpc55_sign-38d539a0f02cb8f8.rlib" "/work/oxidecomputer/omicron/target/release/deps/libenv_logger-ee1f276790029cf1.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtermcolor-eec3c20b17a695cb.rlib" "/work/oxidecomputer/omicron/target/release/deps/libserde_hex-d8afa2fadd110469.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsmallvec-b9152cdc9aa2d21e.rlib" "/work/oxidecomputer/omicron/target/release/deps/libmaybe_uninit-cba421cb709b92d1.rlib" "/work/oxidecomputer/omicron/target/release/deps/libarray_init-d0d70a6c13a759c7.rlib" "/work/oxidecomputer/omicron/target/release/deps/libnodrop-ff34e614a00cd903.rlib" "/work/oxidecomputer/omicron/target/release/deps/liblpc55_areas-0f5c83aae0ce1b15.rlib" "/work/oxidecomputer/omicron/target/release/deps/libbitfield-5051fc48a8f3a4a6.rlib" "/work/oxidecomputer/omicron/target/release/deps/libclap-d83a44064b0fe834.rlib" "/work/oxidecomputer/omicron/target/release/deps/libclap_builder-76d6d4bc5fd8e12b.rlib" "/work/oxidecomputer/omicron/target/release/deps/libterminal_size-af20e5a028e842a0.rlib" "/work/oxidecomputer/omicron/target/release/deps/librustix-ff7a29e186723301.rlib" "/work/oxidecomputer/omicron/target/release/deps/liberrno-09f4bfbeb925cb05.rlib" "/work/oxidecomputer/omicron/target/release/deps/libstrsim-147a9e03a6a389bb.rlib" "/work/oxidecomputer/omicron/target/release/deps/libanstream-add5771a591df686.rlib" "/work/oxidecomputer/omicron/target/release/deps/libanstyle_query-78753544f0d5ec3c.rlib" "/work/oxidecomputer/omicron/target/release/deps/libis_terminal_polyfill-eadccef62014e3f6.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcolorchoice-575124b7aef7e835.rlib" "/work/oxidecomputer/omicron/target/release/deps/libanstyle_parse-8db87f62fb1c59b5.rlib" "/work/oxidecomputer/omicron/target/release/deps/libutf8parse-eeebf1e10d49d558.rlib" "/work/oxidecomputer/omicron/target/release/deps/libclap_lex-e3a332acd1707510.rlib" "/work/oxidecomputer/omicron/target/release/deps/libanstyle-1ba7f17c3bd63bfc.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpacked_struct-c6f272a2591ab397.rlib" "/work/oxidecomputer/omicron/target/release/deps/libbitvec-85dc2c4a26997148.rlib" "/work/oxidecomputer/omicron/target/release/deps/libwyz-3181b6930e05bb4b.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtap-839a8587e46921db.rlib" "/work/oxidecomputer/omicron/target/release/deps/libradium-636d31657bd65840.rlib" "/work/oxidecomputer/omicron/target/release/deps/libfunty-f5d4e6a3392514e4.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcrc_any-e608c497cc51a7e7.rlib" "/work/oxidecomputer/omicron/target/release/deps/librsa-558c9048322c270c.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpkcs1-bc7eca74188e6270.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpkcs8-8f0ac6fc4d4eb9d2.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpkcs5-a63d58f72c5cc7b6.rlib" "/work/oxidecomputer/omicron/target/release/deps/libaes-a0f1c6ea4f2d850f.rlib" "/work/oxidecomputer/omicron/target/release/deps/libscrypt-b2236442ab68e910.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsalsa20-2af49521c8c52189.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsha2-0ebcca673222a728.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpbkdf2-e374d33ebf25cc42.rlib" "/work/oxidecomputer/omicron/target/release/deps/libhmac-0a9c7f5dc053344d.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcbc-9cd9019408044260.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcipher-0103909f02b5ed0a.rlib" "/work/oxidecomputer/omicron/target/release/deps/libinout-4b9d4335a1e35d11.rlib" "/work/oxidecomputer/omicron/target/release/deps/libblock_padding-7cb7c08f0077b1cb.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsignature-4c80d93512c7ac0a.rlib" "/work/oxidecomputer/omicron/target/release/deps/libnum_bigint_dig-f06cb3ff26053bd1.rlib" "/work/oxidecomputer/omicron/target/release/deps/liblibm-ef8fffd4f33b7bee.rlib" "/work/oxidecomputer/omicron/target/release/deps/libnum_iter-8be9a22086f5a128.rlib" "/work/oxidecomputer/omicron/target/release/deps/libnum_integer-831fd37ed595da67.rlib" "/work/oxidecomputer/omicron/target/release/deps/liblazy_static-53849e2aa93f205f.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtlvc_text-303af977d4ca3fab.rlib" "/work/oxidecomputer/omicron/target/release/deps/libron-5aaf8562fb4973fe.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtlvc-315dc91daf02ffcd.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcrc-c6d2895530135698.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcrc_catalog-bfe936ecac49e972.rlib" "/work/oxidecomputer/omicron/target/release/deps/libzerocopy-6a65269493f22bc5.rlib" "/work/oxidecomputer/omicron/target/release/deps/libx509_cert-a265ab8ce6049c52.rlib" "/work/oxidecomputer/omicron/target/release/deps/libspki-7a6482e474803b09.rlib" "/work/oxidecomputer/omicron/target/release/deps/libder-723789c6dda20028.rlib" "/work/oxidecomputer/omicron/target/release/deps/libflagset-722a97a8074107f5.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpem_rfc7468-dd43a363040a2c9e.rlib" "/work/oxidecomputer/omicron/target/release/deps/libbase64ct-c90845cff0c8d6e0.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpath_slash-70de3b1e2052afa7.rlib" "/work/oxidecomputer/omicron/target/release/deps/libobject-8fb768fb34905954.rlib" "/work/oxidecomputer/omicron/target/release/deps/libindexmap-fca90fbcb3b29782.rlib" "/work/oxidecomputer/omicron/target/release/deps/libhashbrown-3da904e1d6c07d23.rlib" "/work/oxidecomputer/omicron/target/release/deps/libparse_size-38d10c0df6cf11e6.rlib" "/work/oxidecomputer/omicron/target/release/deps/libzip-40474c6d9898cb28.rlib" "/work/oxidecomputer/omicron/target/release/deps/libbzip2-fd7ac5da2fa1a2ee.rlib" "/work/oxidecomputer/omicron/target/release/deps/libbzip2_sys-3de3d789fe66e139.rlib" "/work/oxidecomputer/omicron/target/release/deps/libflate2-e8bf9c026c76364a.rlib" "/work/oxidecomputer/omicron/target/release/deps/libminiz_oxide-91ec87cb831b754f.rlib" "/work/oxidecomputer/omicron/target/release/deps/libadler2-406f73dec7790cdd.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcrc32fast-1f129b4f1dcf08a7.rlib" "/work/oxidecomputer/omicron/target/release/deps/libbuf_list-211f74594c11b9f2.rlib" "/work/oxidecomputer/omicron/target/release/deps/libomicron_common-7d2e6e35839beaca.rlib" "/work/oxidecomputer/omicron/target/release/deps/libserde_human_bytes-9da85c955d917511.rlib" "/work/oxidecomputer/omicron/target/release/deps/libmacaddr-e44ad2e698b7b48d.rlib" "/work/oxidecomputer/omicron/target/release/deps/libhex-85feb70f32f7f321.rlib" "/work/oxidecomputer/omicron/target/release/deps/libbackoff-ed4456972097754c.rlib" "/work/oxidecomputer/omicron/target/release/deps/libinstant-55463d7c3b148c07.rlib" "/work/oxidecomputer/omicron/target/release/deps/libstrum-57aa0b8cc5367838.rlib" "/work/oxidecomputer/omicron/target/release/deps/libmg_admin_client-c48fdac818bf5cf3.rlib" "/work/oxidecomputer/omicron/target/release/deps/libprogenitor-dfd36d3a821cc1ab.rlib" "/work/oxidecomputer/omicron/target/release/deps/libprogenitor_impl-8a46be11eccfeaf2.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtypify-db7ab01ddcbbcbef.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtypify_impl-bab7828e039dc41a.rlib" "/work/oxidecomputer/omicron/target/release/deps/libregress-ec2e882e6e3597b3.rlib" "/work/oxidecomputer/omicron/target/release/deps/libheck-b01577c73f84c47d.rlib" "/work/oxidecomputer/omicron/target/release/deps/libprogenitor_client-bce1228a7dbb3295.rlib" "/work/oxidecomputer/omicron/target/release/deps/libreqwest-daeab174126380d9.rlib" "/work/oxidecomputer/omicron/target/release/deps/librustls_pemfile-fb9312aebf5a9826.rlib" "/work/oxidecomputer/omicron/target/release/deps/libhyper_rustls-79f80e6c9f9fe9dd.rlib" "/work/oxidecomputer/omicron/target/release/deps/libhyper_tls-419628318cbd8c23.rlib" "/work/oxidecomputer/omicron/target/release/deps/libwebpki_roots-9df692f3517e74a4.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcookie_store-e19a2e5465abf949.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpublicsuffix-811c470e0981bff3.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpsl_types-3687ee8da9ba4e28.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcookie-02a43c959448578d.rlib" "/work/oxidecomputer/omicron/target/release/deps/libidna-75676fbbecac18c3.rlib" "/work/oxidecomputer/omicron/target/release/deps/libbase64-bc80d89ff4f1920c.rlib" "/work/oxidecomputer/omicron/target/release/deps/libipnet-fd234843ab453662.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtokio_native_tls-68e0982111107165.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtokio_rustls-2712b1d127409491.rlib" "/work/oxidecomputer/omicron/target/release/deps/librustls-54e7fc26dd290f91.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsct-2fa045a8a0c367b8.rlib" "/work/oxidecomputer/omicron/target/release/deps/libwebpki-689b349dac9843eb.rlib" "/work/oxidecomputer/omicron/target/release/deps/libnative_tls-eca1c5597770281d.rlib" "/work/oxidecomputer/omicron/target/release/deps/libopenssl_probe-e0cb57bd9e6dde19.rlib" "/work/oxidecomputer/omicron/target/release/deps/libopenssl-293d3cde6d7ed401.rlib" "/work/oxidecomputer/omicron/target/release/deps/libbitflags-6c8c04620ef09268.rlib" "/work/oxidecomputer/omicron/target/release/deps/libforeign_types-5f7993046ef255e2.rlib" "/work/oxidecomputer/omicron/target/release/deps/libforeign_types_shared-14888409fa82d450.rlib" "/work/oxidecomputer/omicron/target/release/deps/libopenssl_sys-c27fd426256aede7.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsync_wrapper-a8a9d71191b71a41.rlib" "/work/oxidecomputer/omicron/target/release/deps/liburl-306cecc26335bbf4.rlib" "/work/oxidecomputer/omicron/target/release/deps/libidna-c25af0e9b2325521.rlib" "/work/oxidecomputer/omicron/target/release/deps/libunicode_normalization-61c6b25e1a7e5c6a.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtinyvec-cda4b994abb72736.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtinyvec_macros-01fd14660fb1c84b.rlib" "/work/oxidecomputer/omicron/target/release/deps/libunicode_bidi-53ff3b664b1c12c6.rlib" "/work/oxidecomputer/omicron/target/release/deps/libserde_with-31018f24a30fc82f.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsemver-180e69641d5adc4d.rlib" "/work/oxidecomputer/omicron/target/release/deps/librand-585096dd498f834a.rlib" "/work/oxidecomputer/omicron/target/release/deps/librand_chacha-47c1df311821b5cb.rlib" "/work/oxidecomputer/omicron/target/release/deps/libppv_lite86-eabaeeb796bcc1f5.rlib" "/work/oxidecomputer/omicron/target/release/deps/libparse_display-635cefa689b8d4ef.rlib" "/work/oxidecomputer/omicron/target/release/deps/libregex-f3566b7d1b643a93.rlib" "/work/oxidecomputer/omicron/target/release/deps/libregex_automata-40b9b1bd25323c90.rlib" "/work/oxidecomputer/omicron/target/release/deps/libaho_corasick-540deaba918dabda.rlib" "/work/oxidecomputer/omicron/target/release/deps/libregex_syntax-f614ee95a01f8d8f.rlib" "/work/oxidecomputer/omicron/target/release/deps/libslog_error_chain-e33cf95475dd6d2f.rlib" "/work/oxidecomputer/omicron/target/release/deps/libomicron_uuid_kinds-04023d4786f96b4d.rlib" "/work/oxidecomputer/omicron/target/release/deps/libnewtype_uuid-d2e2cfc86c71a635.rlib" "/work/oxidecomputer/omicron/target/release/deps/libdropshot-329582b5f7e5979d.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtoml-a87edc158413292b.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtoml_edit-63cffc1549403640.rlib" "/work/oxidecomputer/omicron/target/release/deps/libserde_spanned-5f082516fbeee773.rlib" "/work/oxidecomputer/omicron/target/release/deps/libwinnow-a487757eb692306f.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtoml_datetime-a3837f7e88237767.rlib" "/work/oxidecomputer/omicron/target/release/deps/librustls_pemfile-4f434f7fbe2de961.rlib" "/work/oxidecomputer/omicron/target/release/deps/libslog_bunyan-dd4c6520be017db1.rlib" "/work/oxidecomputer/omicron/target/release/deps/libhostname-35e5ed142ebf5d7d.rlib" "/work/oxidecomputer/omicron/target/release/deps/libmatch_cfg-2d476976de2ccd7f.rlib" "/work/oxidecomputer/omicron/target/release/deps/libslog_json-0e5d673e0d0e91d5.rlib" "/work/oxidecomputer/omicron/target/release/deps/libslog_async-224823f1062923b3.rlib" "/work/oxidecomputer/omicron/target/release/deps/libthread_local-cc01c47d26b3c611.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtake_mut-cd45b8ece8675529.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcrossbeam_channel-b6dade4c79fbe792.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcrossbeam_utils-659feaf47352e345.rlib" "/work/oxidecomputer/omicron/target/release/deps/libslog_term-c834a581eb773864.rlib" "/work/oxidecomputer/omicron/target/release/deps/libterm-fab0ef91ac22922a.rlib" "/work/oxidecomputer/omicron/target/release/deps/libdirs_next-3c4a8ac017619f07.rlib" "/work/oxidecomputer/omicron/target/release/deps/libdirs_sys_next-2c6ef0e1c9a2317c.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtime-63968dfbff6f7df6.rlib" "/work/oxidecomputer/omicron/target/release/deps/libnum_threads-8a09c42bc624e14b.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtime_core-14f6b10202563738.rlib" "/work/oxidecomputer/omicron/target/release/deps/libnum_conv-8ce6aaacf1fad160.rlib" "/work/oxidecomputer/omicron/target/release/deps/libderanged-2f7dfa2e509a830c.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpowerfmt-23514fd87f2b4a0b.rlib" "/work/oxidecomputer/omicron/target/release/deps/libis_terminal-5e80529d6368ffd6.rlib" "/work/oxidecomputer/omicron/target/release/deps/libserde_urlencoded-455a34738e7ea0ac.rlib" "/work/oxidecomputer/omicron/target/release/deps/libform_urlencoded-9b6edd6c0b1ea983.rlib" "/work/oxidecomputer/omicron/target/release/deps/libserde_path_to_error-1b7c3ba978d7e37a.rlib" "/work/oxidecomputer/omicron/target/release/deps/libmulter-db99b9fe85897355.rlib" "/work/oxidecomputer/omicron/target/release/deps/libmime-0b0fa0d3beb0652b.rlib" "/work/oxidecomputer/omicron/target/release/deps/libencoding_rs-2d892a2b3acad09f.rlib" "/work/oxidecomputer/omicron/target/release/deps/libhttp-f5ea8db3bdb15c0d.rlib" "/work/oxidecomputer/omicron/target/release/deps/libopenapiv3-d2cf7c27c82deb01.rlib" "/work/oxidecomputer/omicron/target/release/deps/libusdt-47dc08055b7fd196.rlib" "/work/oxidecomputer/omicron/target/release/deps/libusdt_impl-c047a1bf43ce1aa3.rlib" "/work/oxidecomputer/omicron/target/release/deps/libthread_id-2d6b081b1c23044b.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsyn-68e557e6be1a9193.rlib" "/work/oxidecomputer/omicron/target/release/deps/libdtrace_parser-ca2ed3b1435e19ff.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpest-3356bcc32d22a63b.rlib" "/work/oxidecomputer/omicron/target/release/deps/libucd_trie-0c12962fc90f621f.rlib" "/work/oxidecomputer/omicron/target/release/deps/libquote-d8e1493f9a10ad87.rlib" "/work/oxidecomputer/omicron/target/release/deps/libproc_macro2-c05f6d703b861318.rlib" "/work/oxidecomputer/omicron/target/release/deps/libunicode_ident-17269cb6085af0b2.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libproc_macro-3543631d810186c9.rlib" "/work/oxidecomputer/omicron/target/release/deps/libmemmap-c41b606a45272ba7.rlib" "/work/oxidecomputer/omicron/target/release/deps/libdof-28f50e8737946201.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpretty_hex-3280ab9d26e03ebe.rlib" "/work/oxidecomputer/omicron/target/release/deps/libthiserror-6cc3c25e5a28eb23.rlib" "/work/oxidecomputer/omicron/target/release/deps/libgoblin-3c82c7f237fbc396.rlib" "/work/oxidecomputer/omicron/target/release/deps/libplain-56034ddfe3caf7b2.rlib" "/work/oxidecomputer/omicron/target/release/deps/libscroll-8283be364227a7c5.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsha1-910e4269c5bb4a9a.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcpufeatures-b55f79808f3c39b7.rlib" "/work/oxidecomputer/omicron/target/release/deps/libdigest-e160fc46e18c4c25.rlib" "/work/oxidecomputer/omicron/target/release/deps/libconst_oid-fed1aaff62ca96a2.rlib" "/work/oxidecomputer/omicron/target/release/deps/libblock_buffer-b2c265b185029616.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcrypto_common-19f4d885b1e43b05.rlib" "/work/oxidecomputer/omicron/target/release/deps/libgeneric_array-f4ec13d8fcdc212a.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtypenum-7cef6ffa298b3336.rlib" "/work/oxidecomputer/omicron/target/release/deps/librand_core-3d60526dadf39f4f.rlib" "/work/oxidecomputer/omicron/target/release/deps/libwaitgroup-0964d883687066b0.rlib" "/work/oxidecomputer/omicron/target/release/deps/libatomic_waker-f0071f3ee798ab23.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtokio_rustls-65ad3db7e30d325c.rlib" "/work/oxidecomputer/omicron/target/release/deps/librustls-3b37e61edf5be393.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsubtle-ef78906826c08089.rlib" "/work/oxidecomputer/omicron/target/release/deps/libwebpki-9c4984043c5c171b.rlib" "/work/oxidecomputer/omicron/target/release/deps/libring-5c208fd2ba651c32.rlib" "/work/oxidecomputer/omicron/target/release/deps/libspin-19bce29572760fa7.rlib" "/work/oxidecomputer/omicron/target/release/deps/libuntrusted-638a81c28a10f9eb.rlib" "/work/oxidecomputer/omicron/target/release/deps/libaws_lc_rs-3dd885834ff98bb2.rlib" "/work/oxidecomputer/omicron/target/release/deps/libmirai_annotations-09455a34f98a0af7.rlib" "/work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib" "/work/oxidecomputer/omicron/target/release/deps/libzeroize-f150f119f87e04ed.rlib" "/work/oxidecomputer/omicron/target/release/deps/librustls_pki_types-f423a7d131433a1c.rlib" "/work/oxidecomputer/omicron/target/release/deps/libdebug_ignore-799f0664bab7cea8.rlib" "/work/oxidecomputer/omicron/target/release/deps/libasync_stream-465f57be6184d173.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpercent_encoding-894f4d03cadeca29.rlib" "/work/oxidecomputer/omicron/target/release/deps/libbase64-61b34e1668f4a68b.rlib" "/work/oxidecomputer/omicron/target/release/deps/libhyper-eb0ab7f0b66ca9fa.rlib" "/work/oxidecomputer/omicron/target/release/deps/libwant-3fa89db9c9ca5607.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtry_lock-bd8c77daaf5a5af6.rlib" "/work/oxidecomputer/omicron/target/release/deps/libhttparse-a7fe8cd4d92b8c1c.rlib" "/work/oxidecomputer/omicron/target/release/deps/libh2-ed714a00c838e7e9.rlib" "/work/oxidecomputer/omicron/target/release/deps/libindexmap-7c763bbb525da7fd.rlib" "/work/oxidecomputer/omicron/target/release/deps/libequivalent-b15277cc1e996e7e.rlib" "/work/oxidecomputer/omicron/target/release/deps/libhashbrown-4a05cc1fa0622db4.rlib" "/work/oxidecomputer/omicron/target/release/deps/libahash-444fb80f994120bd.rlib" "/work/oxidecomputer/omicron/target/release/deps/libzerocopy-00e07cae75e13fc5.rlib" "/work/oxidecomputer/omicron/target/release/deps/libbyteorder-b8ca983e5fb8fa92.rlib" "/work/oxidecomputer/omicron/target/release/deps/liballocator_api2-4686804195d607cb.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtokio_util-f67096b114cb5e5a.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtower_service-a4736927dba0e147.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtracing-5dedf3264d3be979.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtracing_core-b2c46c9428d9b06f.rlib" "/work/oxidecomputer/omicron/target/release/deps/libhttp_body-445b325611c4b8bd.rlib" "/work/oxidecomputer/omicron/target/release/deps/libhttpdate-3adc42444a05c865.rlib" "/work/oxidecomputer/omicron/target/release/deps/libhttp-27c41dde6aec61bd.rlib" "/work/oxidecomputer/omicron/target/release/deps/libfnv-7c899abdb420145d.rlib" "/work/oxidecomputer/omicron/target/release/deps/liboxnet-043f47be902cb466.rlib" "/work/oxidecomputer/omicron/target/release/deps/libonce_cell-82e3feb40ebaeaa3.rlib" "/work/oxidecomputer/omicron/target/release/deps/libipnetwork-650fb902e85e4315.rlib" "/work/oxidecomputer/omicron/target/release/deps/libschemars-887e6cb00c13b5c3.rlib" "/work/oxidecomputer/omicron/target/release/deps/libdyn_clone-e0bf2420a3822069.rlib" "/work/oxidecomputer/omicron/target/release/deps/libuuid-1c10904bc39efc86.rlib" "/work/oxidecomputer/omicron/target/release/deps/libgetrandom-4d8e1a48771faae0.rlib" "/work/oxidecomputer/omicron/target/release/deps/libserde_json-d9972844869b7db7.rlib" "/work/oxidecomputer/omicron/target/release/deps/libitoa-c7e1424473ef75dc.rlib" "/work/oxidecomputer/omicron/target/release/deps/libryu-49215a5996e07b8a.rlib" "/work/oxidecomputer/omicron/target/release/deps/libchrono-211d6b798b08a674.rlib" "/work/oxidecomputer/omicron/target/release/deps/libnum_traits-65ef388f8ea0b593.rlib" "/work/oxidecomputer/omicron/target/release/deps/libiana_time_zone-8e755e9b93604552.rlib" "/work/oxidecomputer/omicron/target/release/deps/libfutures-0f030774c15c2af4.rlib" "/work/oxidecomputer/omicron/target/release/deps/libfutures_executor-4c6d166dd2b0a708.rlib" "/work/oxidecomputer/omicron/target/release/deps/libfutures_util-f3d846d8cccc3345.rlib" "/work/oxidecomputer/omicron/target/release/deps/libmemchr-19262fcd68316c11.rlib" "/work/oxidecomputer/omicron/target/release/deps/libfutures_io-8308e1a716855d3b.rlib" "/work/oxidecomputer/omicron/target/release/deps/libslab-7f21c691dbb1c632.rlib" "/work/oxidecomputer/omicron/target/release/deps/libfutures_channel-da8ab19d8f4abcec.rlib" "/work/oxidecomputer/omicron/target/release/deps/libfutures_sink-c99e31d8827580f9.rlib" "/work/oxidecomputer/omicron/target/release/deps/libfutures_task-65c40c207e9d8070.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpin_utils-b23792cc64253ea8.rlib" "/work/oxidecomputer/omicron/target/release/deps/libfutures_core-f4d54b2bab80d054.rlib" "/work/oxidecomputer/omicron/target/release/deps/libfs_err-a54860e69abef550.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtokio-62e4b5cc14de0ddb.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsignal_hook_registry-1ca5f61c6e86dd1b.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsocket2-e2c70b40a85e48eb.rlib" "/work/oxidecomputer/omicron/target/release/deps/libbytes-bb9d944c7e9732f2.rlib" "/work/oxidecomputer/omicron/target/release/deps/libmio-a67012c1ae6f8651.rlib" "/work/oxidecomputer/omicron/target/release/deps/liblog-6eb06604a4e36fe8.rlib" "/work/oxidecomputer/omicron/target/release/deps/libvalue_bag-71e984dff386924e.rlib" "/work/oxidecomputer/omicron/target/release/deps/libparking_lot-7bfc6ccbcafae7b5.rlib" "/work/oxidecomputer/omicron/target/release/deps/libparking_lot_core-7c0b59be4cfc0c62.rlib" "/work/oxidecomputer/omicron/target/release/deps/liblibc-5ad14446b27803ab.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcfg_if-b1272534069984e7.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsmallvec-3f827fb54b9ffcbd.rlib" "/work/oxidecomputer/omicron/target/release/deps/liblock_api-5f603cf3d2cdfcc2.rlib" "/work/oxidecomputer/omicron/target/release/deps/libscopeguard-be9d936cbbf4be3a.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpin_project_lite-a7e5d58f27714ee0.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcamino-20818b196bf71ba7.rlib" "/work/oxidecomputer/omicron/target/release/deps/libserde-96aa2cb8f27c0c51.rlib" "/work/oxidecomputer/omicron/target/release/deps/libslog-6e3c1d17f2a09bed.rlib" "/work/oxidecomputer/omicron/target/release/deps/libanyhow-4b793b3f8669c10e.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libstd-b8058201029856fe.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libpanic_abort-4dd78ec3231061af.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libobject-f01dd05ee134177a.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libmemchr-663b730393e9fc16.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libaddr2line-8bd17b7c1dfa5fcf.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libgimli-f16ef6a42b0b7b6d.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/librustc_demangle-3c899463811bed2b.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libstd_detect-921ec80db7644e6d.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libhashbrown-b5d9de3e4bbf726e.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/librustc_std_workspace_alloc-731d928f43355efb.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libminiz_oxide-aeeb93f1aabc8d3e.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libadler-18bda744872cd9df.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libunwind-9ba93e349ead61bd.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libcfg_if-d5db65d705d058e2.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/liblibc-0b59013f4202313c.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/liballoc-2e4c5213789f200e.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/librustc_std_workspace_core-fe45c9a87867128f.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libcore-827c568fc8a7c7fc.rlib" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib/libcompiler_builtins-ef1084d7ac54bc0d.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lsendfile" "-llgrp" "-lsocket" "-lposix4" "-lpthread" "-lresolv" "-lnsl" "-lumem" "-lgcc_s" "-lm" "-lrt" "-lpthread" "-lsendfile" "-llgrp" "-lc" "-lssp" "-L" "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib" "-o" "/work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8" "-nodefaultlibs" "-Wl,-znocompstrtab,-R/usr/platform/oxide/lib/amd64" |
1974 | 2024-09-25T03:26:34.227Z | = note: Undefined first referenced |
1975 | 2024-09-25T03:26:34.227Z | symbol in file |
1976 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_bn_gather5 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1977 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_chacha20_poly1305_seal /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_chacha20poly1305.c.o) |
1978 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_chacha20_poly1305_open /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_chacha20poly1305.c.o) |
1979 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_rsaz_1024_scatter5_avx2 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1980 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_sha256_block_data_order_ssse3 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1981 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_sha1_block_data_order_hw /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1982 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_ChaCha20_ctr32_ssse3_4x /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(chacha.c.o) |
1983 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_aes128gcmsiv_dec /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
1984 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_aes128gcmsiv_kdf /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
1985 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_ChaCha20_ctr32_avx2 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(chacha.c.o) |
1986 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_ChaCha20_ctr32_nohw /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(chacha.c.o) |
1987 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_rsaz_1024_norm2red_avx2 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1988 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_aes_hw_set_decrypt_key /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1989 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_aes_hw_set_encrypt_key /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1990 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_aesgcmsiv_htable_polyval /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
1991 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_aes256gcmsiv_dec /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
1992 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_aes256gcmsiv_kdf /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
1993 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_gcm_gmult_clmul /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1994 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_gcm_gmult_ssse3 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1995 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_rsaz_1024_gather5_avx2 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1996 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_ecp_nistz256_point_add_affine /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1997 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_bn_power5 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1998 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_gcm_init_clmul /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1999 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_sha1_block_data_order_avx /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2000 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_aes128gcmsiv_aes_ks /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2001 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_aes256gcmsiv_aes_ks /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2002 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_aes_hw_xts_decrypt_avx512 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2003 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_sha256_block_data_order_hw /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2004 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_ecp_nistz256_point_add /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2005 | 2024-09-25T03:26:34.227Z | aws_lc_0_21_2_aes256gcmsiv_enc_msg_x4 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2006 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_aes256gcmsiv_enc_msg_x8 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2007 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_ecp_nistz256_sqr_mont /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2008 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_aes_hw_ctr32_encrypt_blocks /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2009 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_aes128gcmsiv_aes_ks_enc_x1 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2010 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_aes256gcmsiv_aes_ks_enc_x1 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2011 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_aes_hw_decrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2012 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_md5_block_asm_data_order /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2013 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_aes_hw_encrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2014 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_aes256gcmsiv_ecb_enc_block /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2015 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_aes128gcmsiv_ecb_enc_block /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2016 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_aes_gcm_decrypt_avx512 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2017 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_rsaz_1024_mul_avx2 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2018 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_CRYPTO_rdrand_multiple8_buf /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2019 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_sha512_block_data_order_nohw /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2020 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_sha512_block_data_order_avx /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2021 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_rsaz_1024_sqr_avx2 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2022 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_sha256_block_data_order_avx /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2023 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_bn_mul_mont /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2024 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_gcm_ghash_clmul /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2025 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_gcm_ghash_ssse3 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2026 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_bn_scatter5 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2027 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_sha256_block_data_order_nohw /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2028 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_ecp_nistz256_ord_sqr_mont /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2029 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_ecp_nistz256_mul_mont /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2030 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_sha1_block_data_order_ssse3 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2031 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_aes_gcm_encrypt_avx512 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2032 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_ecp_nistz256_point_double /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2033 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_aesgcmsiv_htable_init /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2034 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_aes_hw_xts_encrypt_avx512 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2035 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_beeu_mod_inverse_vartime /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2036 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_aesni_gcm_decrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2037 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_aesni_gcm_encrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2038 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_aes_hw_xts_decrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2039 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_ecp_nistz256_neg /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2040 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_vpaes_set_decrypt_key /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2041 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_vpaes_set_encrypt_key /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2042 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_ecp_nistz256_ord_mul_mont /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2043 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_aesgcmsiv_polyval_horner /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2044 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_vpaes_decrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2045 | 2024-09-25T03:26:34.228Z | aws_lc_0_21_2_gcm_init_avx512 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2046 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_rsaz_1024_red2norm_avx2 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2047 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_vpaes_cbc_encrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2048 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_gcm_ghash_avx512 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2049 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_gcm_gmult_avx512 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2050 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_aesgcmsiv_htable6_init /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2051 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_vpaes_encrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2052 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_gcm_ghash_avx /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2053 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_gcm_init_avx /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2054 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_gcm_gmult_avx /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2055 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_ecp_nistz256_select_w5 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2056 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_ecp_nistz256_select_w7 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2057 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_aes_hw_cbc_encrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2058 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_aes_hw_ecb_encrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2059 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_aes_hw_xts_encrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2060 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_gcm_setiv_avx512 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2061 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_ChaCha20_ctr32_ssse3 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(chacha.c.o) |
2062 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_vpaes_ctr32_encrypt_blocks /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2063 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_sha1_block_data_order_nohw /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2064 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_aes128gcmsiv_enc_msg_x4 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2065 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_aes128gcmsiv_enc_msg_x8 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2066 | 2024-09-25T03:26:34.229Z | aws_lc_0_21_2_bn_mul_mont_gather5 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2067 | 2024-09-25T03:26:34.229Z | ld: fatal: symbol referencing errors. No output written to /work/oxidecomputer/omicron/target/release/deps/omicron_releng-e9c43b5020952cd8 |
2068 | 2024-09-25T03:26:34.229Z | collect2: error: ld returned 1 exit status |
2069 | 2024-09-25T03:26:34.229Z | |
2070 | 2024-09-25T03:26:34.229Z | |
2071 | 2024-09-25T03:26:34.415Z | error: could not compile `omicron-releng` (bin "omicron-releng") due to 1 previous error |
2072 | 2024-09-25T03:26:34.626Z | process exited: duration 650324 ms, exit code 101 |
|
2073 | 2024-09-25T03:26:34.633Z | found 0 output files |
2074 | 2024-09-25T03:26:34.633Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
2075 | 2024-09-25T03:26:34.633Z | upload error: rule "/work/repo.zip" required a match, but was not used |
2076 | 2024-09-25T03:26:34.633Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |