|
|
|
1 | 2024-09-25T03:14:53.407Z | job assigned to worker 01J8KJRM3WS94P1DMGGMBEDCRF (queued for 1 m 10 s) |
|
2 | 2024-09-25T03:14:53.654Z | starting task 0: "setup" |
3 | 2024-09-25T03:14:53.678Z | ++ uname -s |
4 | 2024-09-25T03:14:53.678Z | + kern=SunOS |
5 | 2024-09-25T03:14:53.678Z | + case "$kern" in |
6 | 2024-09-25T03:14:53.678Z | + groupadd -g 12345 build |
7 | 2024-09-25T03:14:53.678Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-25T03:14:55.683Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-25T03:14:55.719Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-25T03:14:55.743Z | + home_fs=zfs |
11 | 2024-09-25T03:14:55.743Z | + [[ zfs == autofs ]] |
12 | 2024-09-25T03:14:55.743Z | + mkdir -p /home/build |
13 | 2024-09-25T03:14:55.743Z | + chown build:build /home/build /work |
14 | 2024-09-25T03:14:57.728Z | + chmod 0700 /home/build /work |
15 | 2024-09-25T03:14:57.751Z | process exited: duration 4078 ms, exit code 0 |
|
16 | 2024-09-25T03:14:57.805Z | starting task 1: "rust-toolchain" |
17 | 2024-09-25T03:14:57.830Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-25T03:14:57.830Z | ' 1.80.1 |
19 | 2024-09-25T03:14:57.830Z | + printf ' * toolchain profile = "%s" |
20 | 2024-09-25T03:14:57.830Z | ' default |
21 | 2024-09-25T03:14:57.830Z | * toolchain channel = "1.80.1" |
22 | 2024-09-25T03:14:57.830Z | * toolchain profile = "default" |
23 | 2024-09-25T03:14:57.830Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-25T03:14:57.830Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-25T03:14:57.972Z | info: downloading installer |
26 | 2024-09-25T03:14:58.490Z | info: profile set to 'default' |
27 | 2024-09-25T03:14:58.490Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-25T03:14:58.490Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-25T03:14:58.596Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-25T03:14:58.596Z | info: downloading component 'cargo' |
31 | 2024-09-25T03:14:58.732Z | info: downloading component 'clippy' |
32 | 2024-09-25T03:14:58.799Z | info: downloading component 'rust-docs' |
33 | 2024-09-25T03:14:58.966Z | info: downloading component 'rust-std' |
34 | 2024-09-25T03:14:59.259Z | info: downloading component 'rustc' |
35 | 2024-09-25T03:15:00.012Z | info: downloading component 'rustfmt' |
36 | 2024-09-25T03:15:00.057Z | info: installing component 'cargo' |
37 | 2024-09-25T03:15:01.175Z | info: installing component 'clippy' |
38 | 2024-09-25T03:15:01.622Z | info: installing component 'rust-docs' |
39 | 2024-09-25T03:15:04.353Z | info: installing component 'rust-std' |
40 | 2024-09-25T03:15:06.355Z | info: installing component 'rustc' |
41 | 2024-09-25T03:15:11.472Z | info: installing component 'rustfmt' |
42 | 2024-09-25T03:15:11.851Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-09-25T03:15:11.852Z | |
44 | 2024-09-25T03:15:11.936Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-25T03:15:11.936Z | |
46 | 2024-09-25T03:15:11.936Z | |
47 | 2024-09-25T03:15:11.936Z | Rust is installed now. Great! |
48 | 2024-09-25T03:15:11.936Z | |
49 | 2024-09-25T03:15:11.936Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-25T03:15:11.936Z | environment variable. This has not been done automatically. |
51 | 2024-09-25T03:15:11.936Z | |
52 | 2024-09-25T03:15:11.936Z | To configure your current shell, you need to source |
53 | 2024-09-25T03:15:11.936Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-25T03:15:11.936Z | |
55 | 2024-09-25T03:15:11.936Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-25T03:15:11.936Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-25T03:15:11.936Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-25T03:15:12.000Z | + rustc --version |
59 | 2024-09-25T03:15:12.098Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-25T03:15:12.122Z | process exited: duration 14300 ms, exit code 0 |
|
61 | 2024-09-25T03:15:12.171Z | starting task 2: "authentication" |
62 | 2024-09-25T03:15:12.230Z | process exited: duration 58 ms, exit code 0 |
|
63 | 2024-09-25T03:15:12.287Z | starting task 3: "clone repository" |
64 | 2024-09-25T03:15:12.315Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-25T03:15:12.315Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-25T03:15:12.315Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-25T03:15:18.516Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-25T03:15:18.516Z | + git fetch origin c95cd7ce4177f069310df57ef628e4d742804166 |
69 | 2024-09-25T03:15:18.937Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-25T03:15:18.937Z | * branch c95cd7ce4177f069310df57ef628e4d742804166 -> FETCH_HEAD |
71 | 2024-09-25T03:15:18.975Z | + [[ -n '' ]] |
72 | 2024-09-25T03:15:18.975Z | + git reset --hard c95cd7ce4177f069310df57ef628e4d742804166 |
73 | 2024-09-25T03:15:19.138Z | HEAD is now at c95cd7ce4 Update Rust crate hyper-rustls to 0.27.3 |
74 | 2024-09-25T03:15:19.187Z | process exited: duration 6851 ms, exit code 0 |
|
75 | 2024-09-25T03:15:19.272Z | starting task 4: "build" |
76 | 2024-09-25T03:15:19.340Z | + cargo --version |
77 | 2024-09-25T03:15:19.366Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-09-25T03:15:19.366Z | + rustc --version |
79 | 2024-09-25T03:15:19.431Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-09-25T03:15:19.478Z | + WORK=/work |
81 | 2024-09-25T03:15:19.478Z | + pfexec mkdir -p /work |
82 | 2024-09-25T03:15:19.478Z | + pfexec chown build /work |
83 | 2024-09-25T03:15:19.478Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
84 | 2024-09-25T03:15:38.826Z | Startup: Refreshing catalog 'helios-dev' ... Done |
85 | 2024-09-25T03:15:41.821Z | Startup: Caching catalogs ... Done |
86 | 2024-09-25T03:15:46.032Z | Planning: Solver setup ... Done (3.216s) |
87 | 2024-09-25T03:15:46.089Z | Planning: Running solver ... Done (0.052s) |
88 | 2024-09-25T03:15:46.089Z | Planning: Finding local manifests ... Done (0.003s) |
89 | 2024-09-25T03:15:46.121Z | Planning: Fetching manifests: 0/5 0% complete |
90 | 2024-09-25T03:15:46.735Z | Planning: Fetching manifests: 5/5 100% complete |
91 | 2024-09-25T03:15:46.825Z | Planning: Package planning ... Done (0.119s) |
92 | 2024-09-25T03:15:46.919Z | Planning: Merging actions ... Done (0.067s) |
93 | 2024-09-25T03:15:47.173Z | Planning: Checking for conflicting actions ... Done (0.286s) |
94 | 2024-09-25T03:15:48.252Z | Planning: Consolidating action changes ... Done (1.111s) |
95 | 2024-09-25T03:15:48.647Z | Planning: Evaluating mediators ... Done (0.395s) |
96 | 2024-09-25T03:15:48.741Z | Planning: Planning completed in 6.85 seconds |
97 | 2024-09-25T03:15:48.765Z | Packages to install: 4 |
98 | 2024-09-25T03:15:48.765Z | Packages to update: 1 |
99 | 2024-09-25T03:15:48.765Z | Mediators to change: 2 |
100 | 2024-09-25T03:15:48.765Z | Services to change: 1 |
101 | 2024-09-25T03:15:48.765Z | Estimated space available: 148.81 GB |
102 | 2024-09-25T03:15:48.765Z | Estimated space to be consumed: 1.54 GB |
103 | 2024-09-25T03:15:48.765Z | Create boot environment: No |
104 | 2024-09-25T03:15:48.765Z | Create backup boot environment: Yes |
105 | 2024-09-25T03:15:48.765Z | Rebuild boot archive: No |
106 | 2024-09-25T03:15:48.765Z | |
107 | 2024-09-25T03:15:48.765Z | Changed mediators: |
108 | 2024-09-25T03:15:48.765Z | mediator clang: |
109 | 2024-09-25T03:15:48.765Z | version: None -> 15 (system default) |
110 | 2024-09-25T03:15:48.765Z | |
111 | 2024-09-25T03:15:48.765Z | mediator llvm: |
112 | 2024-09-25T03:15:48.765Z | version: 14 (system default) -> 15 (system default) |
113 | 2024-09-25T03:15:48.765Z | |
114 | 2024-09-25T03:15:48.766Z | Changed packages: |
115 | 2024-09-25T03:15:48.766Z | helios-dev |
116 | 2024-09-25T03:15:48.766Z | developer/build-essential |
117 | 2024-09-25T03:15:48.766Z | None -> 11-2.0 |
118 | 2024-09-25T03:15:48.766Z | library/libxmlsec1 |
119 | 2024-09-25T03:15:48.766Z | None -> 1.2.35-2.0 |
120 | 2024-09-25T03:15:48.766Z | ooce/developer/clang-15 |
121 | 2024-09-25T03:15:48.766Z | None -> 15.0.7-2.0 |
122 | 2024-09-25T03:15:48.766Z | ooce/developer/llvm-15 |
123 | 2024-09-25T03:15:48.766Z | None -> 15.0.7-2.0 |
124 | 2024-09-25T03:15:48.766Z | package/pkg |
125 | 2024-09-25T03:15:48.766Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
126 | 2024-09-25T03:15:48.766Z | |
127 | 2024-09-25T03:15:48.766Z | Services: |
128 | 2024-09-25T03:15:48.766Z | restart_fmri: |
129 | 2024-09-25T03:15:48.766Z | svc:/system/update-man-index:default |
130 | 2024-09-25T03:15:48.766Z | |
131 | 2024-09-25T03:15:48.766Z | Editable files to change: |
132 | 2024-09-25T03:15:48.766Z | Update: |
133 | 2024-09-25T03:15:48.766Z | usr/share/lib/pkg/web/config.shtml |
134 | 2024-09-25T03:15:48.831Z | |
135 | 2024-09-25T03:15:48.831Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
136 | 2024-09-25T03:15:54.918Z | Download: 207/4281 items 1.3/220.6MB 0% complete (307k/s) |
137 | 2024-09-25T03:16:01.329Z | Download: 210/4281 items 1.3/220.6MB 0% complete (292k/s) |
138 | 2024-09-25T03:16:16.844Z | Download: 213/4281 items 1.3/220.6MB 0% complete |
139 | 2024-09-25T03:16:21.885Z | Download: 549/4281 items 17.1/220.6MB 7% complete (3.5M/s) |
140 | 2024-09-25T03:16:26.884Z | Download: 1137/4281 items 34.0/220.6MB 15% complete (3.2M/s) |
141 | 2024-09-25T03:16:31.890Z | Download: 1333/4281 items 116.4/220.6MB 52% complete (9.9M/s) |
142 | 2024-09-25T03:16:36.890Z | Download: 2120/4281 items 118.9/220.6MB 53% complete (8.7M/s) |
143 | 2024-09-25T03:16:41.897Z | Download: 2610/4281 items 120.5/220.6MB 54% complete (712k/s) |
144 | 2024-09-25T03:16:46.953Z | Download: 2913/4281 items 121.2/220.6MB 54% complete (263k/s) |
145 | 2024-09-25T03:16:51.953Z | Download: 3200/4281 items 160.4/220.6MB 72% complete (3.9M/s) |
146 | 2024-09-25T03:16:56.964Z | Download: 3247/4281 items 196.7/220.6MB 89% complete (7.5M/s) |
147 | 2024-09-25T03:17:12.394Z | Download: 3248/4281 items 203.1/220.6MB 92% complete |
148 | 2024-09-25T03:17:16.534Z | Download: Completed 220.60 MB in 87.71 seconds (2.5M/s) |
149 | 2024-09-25T03:17:18.067Z | Actions: 1/5063 actions (Removing old actions) |
150 | 2024-09-25T03:17:18.091Z | Actions: 194/5063 actions (Installing new actions) |
151 | 2024-09-25T03:17:23.755Z | Actions: 3837/5063 actions (Installing new actions) |
152 | 2024-09-25T03:17:24.028Z | Actions: 4226/5063 actions (Updating modified actions) |
153 | 2024-09-25T03:17:24.417Z | Actions: Completed 5063 actions in 6.35 seconds. |
154 | 2024-09-25T03:17:24.856Z | Done (0.431s) |
155 | 2024-09-25T03:17:24.880Z | Done (0.000s) |
156 | 2024-09-25T03:17:25.359Z | Done (0.498s) |
157 | 2024-09-25T03:17:30.298Z | Done (4.795s) |
158 | 2024-09-25T03:17:30.523Z | Done (0.019s) |
159 | 2024-09-25T03:17:30.550Z | Done (0.000s) |
160 | 2024-09-25T03:17:30.576Z | Done (0.000s) |
161 | 2024-09-25T03:17:31.249Z | Planning: Evaluating mediator changes ... Done |
162 | 2024-09-25T03:17:31.452Z | Planning: Checking for conflicting actions ... Done |
163 | 2024-09-25T03:17:31.476Z | Planning: Consolidating action changes ... Done |
164 | 2024-09-25T03:17:31.775Z | Planning: Evaluating mediators ... Done |
165 | 2024-09-25T03:17:31.799Z | Planning: Planning completed in 0.53 seconds |
166 | 2024-09-25T03:17:31.823Z | Mediators to change: 2 |
167 | 2024-09-25T03:17:31.823Z | Create boot environment: No |
168 | 2024-09-25T03:17:31.823Z | Create backup boot environment: No |
169 | 2024-09-25T03:17:31.883Z | Done |
170 | 2024-09-25T03:17:31.883Z | Done |
171 | 2024-09-25T03:17:32.191Z | Done |
172 | 2024-09-25T03:17:36.743Z | Done |
173 | 2024-09-25T03:17:36.831Z | Done |
174 | 2024-09-25T03:17:36.831Z | Done |
175 | 2024-09-25T03:17:36.912Z | Done |
176 | 2024-09-25T03:17:37.666Z | Planning: Evaluating mediator changes ... Done |
177 | 2024-09-25T03:17:37.690Z | Planning: Merging actions ... Done |
178 | 2024-09-25T03:17:37.918Z | Planning: Checking for conflicting actions ... Done |
179 | 2024-09-25T03:17:37.944Z | Planning: Consolidating action changes ... Done |
180 | 2024-09-25T03:17:38.250Z | Planning: Evaluating mediators ... Done |
181 | 2024-09-25T03:17:38.321Z | Planning: Planning completed in 0.96 seconds |
182 | 2024-09-25T03:17:38.368Z | Packages to change: 1 |
183 | 2024-09-25T03:17:38.368Z | Mediators to change: 1 |
184 | 2024-09-25T03:17:38.368Z | Services to change: 1 |
185 | 2024-09-25T03:17:38.368Z | Create boot environment: No |
186 | 2024-09-25T03:17:38.368Z | Create backup boot environment: Yes |
187 | 2024-09-25T03:17:39.918Z | Actions: 1/6 actions (Updating modified actions) |
188 | 2024-09-25T03:17:39.942Z | Actions: Completed 6 actions in 0.00 seconds. |
189 | 2024-09-25T03:17:39.942Z | Done |
190 | 2024-09-25T03:17:39.942Z | Done |
191 | 2024-09-25T03:17:40.024Z | Done |
192 | 2024-09-25T03:17:44.567Z | Done |
193 | 2024-09-25T03:17:44.669Z | Done |
194 | 2024-09-25T03:17:44.693Z | Done |
195 | 2024-09-25T03:17:44.759Z | Done |
196 | 2024-09-25T03:17:45.288Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
197 | 2024-09-25T03:17:45.288Z | clang system 15 system |
198 | 2024-09-25T03:17:45.288Z | csh system system illumos |
199 | 2024-09-25T03:17:45.288Z | ctags system system illumos |
200 | 2024-09-25T03:17:45.288Z | gcc vendor 12 vendor |
201 | 2024-09-25T03:17:45.288Z | gcc system 10 system |
202 | 2024-09-25T03:17:45.288Z | gcc system 7 system |
203 | 2024-09-25T03:17:45.288Z | go system 1.20 system |
204 | 2024-09-25T03:17:45.288Z | go system 1.19 system |
205 | 2024-09-25T03:17:45.288Z | llvm system 15 system |
206 | 2024-09-25T03:17:45.288Z | llvm system 14 system |
207 | 2024-09-25T03:17:45.288Z | mariadb system 10.6 system |
208 | 2024-09-25T03:17:45.288Z | mta vendor vendor dma |
209 | 2024-09-25T03:17:45.288Z | openjdk system 17 system |
210 | 2024-09-25T03:17:45.288Z | openjdk system 11 system |
211 | 2024-09-25T03:17:45.288Z | openjdk system 1.8 system |
212 | 2024-09-25T03:17:45.288Z | openssl vendor 3 vendor |
213 | 2024-09-25T03:17:45.288Z | perl system 5.36 system |
214 | 2024-09-25T03:17:45.288Z | postgresql system 15 system |
215 | 2024-09-25T03:17:45.288Z | postgresql system 13 system |
216 | 2024-09-25T03:17:45.288Z | python vendor 3 vendor |
217 | 2024-09-25T03:17:45.288Z | python system 2 system |
218 | 2024-09-25T03:17:45.288Z | python3 system 3.11 system |
219 | 2024-09-25T03:17:45.288Z | ruby system 3.0 system |
220 | 2024-09-25T03:17:45.288Z | words vendor vendor american-english |
221 | 2024-09-25T03:17:45.288Z | words system system australian-english |
222 | 2024-09-25T03:17:45.288Z | words system system british-english |
223 | 2024-09-25T03:17:45.288Z | words system system canadian-english |
224 | 2024-09-25T03:17:45.288Z | words system system french |
225 | 2024-09-25T03:17:45.288Z | words system system italian |
226 | 2024-09-25T03:17:45.288Z | words system system ngerman |
227 | 2024-09-25T03:17:45.288Z | words system system ogerman |
228 | 2024-09-25T03:17:45.288Z | words system system spanish |
229 | 2024-09-25T03:17:45.694Z | PUBLISHER TYPE STATUS P LOCATION |
230 | 2024-09-25T03:17:45.694Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
231 | 2024-09-25T03:17:48.054Z | FMRI IFO |
232 | 2024-09-25T03:17:48.054Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
233 | 2024-09-25T03:17:48.054Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
234 | 2024-09-25T03:17:48.054Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
235 | 2024-09-25T03:17:48.054Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
236 | 2024-09-25T03:17:48.054Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
237 | 2024-09-25T03:17:48.054Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
238 | 2024-09-25T03:17:48.054Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
239 | 2024-09-25T03:17:48.054Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
240 | 2024-09-25T03:17:48.054Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
241 | 2024-09-25T03:17:48.055Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
242 | 2024-09-25T03:17:48.055Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
243 | 2024-09-25T03:17:48.055Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
244 | 2024-09-25T03:17:48.055Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
245 | 2024-09-25T03:17:48.794Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
246 | 2024-09-25T03:17:49.233Z | Updating crates.io index |
247 | 2024-09-25T03:17:49.258Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
248 | 2024-09-25T03:17:50.118Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
249 | 2024-09-25T03:17:50.956Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
250 | 2024-09-25T03:17:51.347Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
251 | 2024-09-25T03:17:53.104Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
252 | 2024-09-25T03:17:53.456Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
253 | 2024-09-25T03:17:53.926Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
254 | 2024-09-25T03:17:54.912Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
255 | 2024-09-25T03:17:57.558Z | Updating git repository `https://github.com/oxidecomputer/opte` |
256 | 2024-09-25T03:17:58.645Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
257 | 2024-09-25T03:17:59.447Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
258 | 2024-09-25T03:17:59.821Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
259 | 2024-09-25T03:18:00.240Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
260 | 2024-09-25T03:18:00.880Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
261 | 2024-09-25T03:18:01.505Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
262 | 2024-09-25T03:18:01.955Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
263 | 2024-09-25T03:18:02.384Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
264 | 2024-09-25T03:18:03.003Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
265 | 2024-09-25T03:18:03.485Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
266 | 2024-09-25T03:18:03.882Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
267 | 2024-09-25T03:18:04.208Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
268 | 2024-09-25T03:18:04.548Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
269 | 2024-09-25T03:18:05.078Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
270 | 2024-09-25T03:18:05.560Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
271 | 2024-09-25T03:18:05.975Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
272 | 2024-09-25T03:18:06.441Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
273 | 2024-09-25T03:18:06.978Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
274 | 2024-09-25T03:18:07.439Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
275 | 2024-09-25T03:18:07.959Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
276 | 2024-09-25T03:18:08.466Z | Updating git repository `https://github.com/oxidecomputer/typify` |
277 | 2024-09-25T03:18:11.064Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
278 | 2024-09-25T03:18:11.469Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
279 | 2024-09-25T03:18:11.965Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
280 | 2024-09-25T03:18:12.413Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
281 | 2024-09-25T03:18:13.984Z | Downloading crates ... |
282 | 2024-09-25T03:18:14.062Z | Downloaded dtrace-parser v0.2.0 |
283 | 2024-09-25T03:18:14.087Z | Downloaded equivalent v1.0.1 |
284 | 2024-09-25T03:18:14.087Z | Downloaded cpufeatures v0.2.12 |
285 | 2024-09-25T03:18:14.087Z | Downloaded block-buffer v0.10.4 |
286 | 2024-09-25T03:18:14.087Z | Downloaded swrite v0.1.0 |
287 | 2024-09-25T03:18:14.087Z | Downloaded is_terminal_polyfill v1.70.0 |
288 | 2024-09-25T03:18:14.087Z | Downloaded digest v0.10.7 |
289 | 2024-09-25T03:18:14.087Z | Downloaded terminal_size v0.3.0 |
290 | 2024-09-25T03:18:14.087Z | Downloaded usdt v0.5.0 |
291 | 2024-09-25T03:18:14.087Z | Downloaded serde_tokenstream v0.2.2 |
292 | 2024-09-25T03:18:14.087Z | Downloaded unicode-linebreak v0.1.5 |
293 | 2024-09-25T03:18:14.087Z | Downloaded zerocopy-derive v0.7.34 |
294 | 2024-09-25T03:18:14.112Z | Downloaded winnow v0.6.18 |
295 | 2024-09-25T03:18:14.112Z | Downloaded version_check v0.9.5 |
296 | 2024-09-25T03:18:14.112Z | Downloaded serde_spanned v0.6.7 |
297 | 2024-09-25T03:18:14.112Z | Downloaded zerocopy v0.7.34 |
298 | 2024-09-25T03:18:14.136Z | Downloaded tabled v0.15.0 |
299 | 2024-09-25T03:18:14.159Z | Downloaded serde_json v1.0.125 |
300 | 2024-09-25T03:18:14.159Z | Downloaded unicode-width v0.1.13 |
301 | 2024-09-25T03:18:14.182Z | Downloaded libc v0.2.158 |
302 | 2024-09-25T03:18:14.205Z | Downloaded serde v1.0.208 |
303 | 2024-09-25T03:18:14.206Z | Downloaded goblin v0.8.2 |
304 | 2024-09-25T03:18:14.229Z | Downloaded typenum v1.17.0 |
305 | 2024-09-25T03:18:14.229Z | Downloaded pest_meta v2.7.10 |
306 | 2024-09-25T03:18:14.229Z | Downloaded proc-macro-error-attr v1.0.4 |
307 | 2024-09-25T03:18:14.229Z | Downloaded pest v2.7.10 |
308 | 2024-09-25T03:18:14.229Z | Downloaded papergrid v0.11.0 |
309 | 2024-09-25T03:18:14.229Z | Downloaded memmap v0.7.0 |
310 | 2024-09-25T03:18:14.253Z | Downloaded macaddr v1.0.1 |
311 | 2024-09-25T03:18:14.253Z | Downloaded indexmap v2.4.0 |
312 | 2024-09-25T03:18:14.253Z | Downloaded heck v0.5.0 |
313 | 2024-09-25T03:18:14.253Z | Downloaded heck v0.4.1 |
314 | 2024-09-25T03:18:14.253Z | Downloaded fs-err v2.11.0 |
315 | 2024-09-25T03:18:14.253Z | Downloaded fastrand v2.1.0 |
316 | 2024-09-25T03:18:14.253Z | Downloaded usdt-macro v0.5.0 |
317 | 2024-09-25T03:18:14.253Z | Downloaded usdt-attr-macro v0.5.0 |
318 | 2024-09-25T03:18:14.253Z | Downloaded unicode-ident v1.0.12 |
319 | 2024-09-25T03:18:14.253Z | Downloaded thread-id v4.2.1 |
320 | 2024-09-25T03:18:14.253Z | Downloaded thiserror v1.0.63 |
321 | 2024-09-25T03:18:14.253Z | Downloaded tempfile v3.10.1 |
322 | 2024-09-25T03:18:14.276Z | Downloaded syn v2.0.74 |
323 | 2024-09-25T03:18:14.276Z | Downloaded syn v1.0.109 |
324 | 2024-09-25T03:18:14.300Z | Downloaded strsim v0.11.1 |
325 | 2024-09-25T03:18:14.300Z | Downloaded scroll_derive v0.12.0 |
326 | 2024-09-25T03:18:14.300Z | Downloaded ryu v1.0.18 |
327 | 2024-09-25T03:18:14.300Z | Downloaded rustix v0.38.34 |
328 | 2024-09-25T03:18:14.323Z | Downloaded quote v1.0.36 |
329 | 2024-09-25T03:18:14.323Z | Downloaded pest_derive v2.7.10 |
330 | 2024-09-25T03:18:14.323Z | Downloaded utf8parse v0.2.1 |
331 | 2024-09-25T03:18:14.323Z | Downloaded toml_edit v0.22.20 |
332 | 2024-09-25T03:18:14.346Z | Downloaded toml_datetime v0.6.8 |
333 | 2024-09-25T03:18:14.346Z | Downloaded sha2 v0.10.8 |
334 | 2024-09-25T03:18:14.346Z | Downloaded pretty-hex v0.4.1 |
335 | 2024-09-25T03:18:14.346Z | Downloaded memchr v2.7.2 |
336 | 2024-09-25T03:18:14.370Z | Downloaded hashbrown v0.14.5 |
337 | 2024-09-25T03:18:14.370Z | Downloaded clap_builder v4.5.18 |
338 | 2024-09-25T03:18:14.370Z | Downloaded bytecount v0.6.8 |
339 | 2024-09-25T03:18:14.370Z | Downloaded usdt-impl v0.5.0 |
340 | 2024-09-25T03:18:14.370Z | Downloaded ucd-trie v0.1.6 |
341 | 2024-09-25T03:18:14.370Z | Downloaded thiserror-impl v1.0.63 |
342 | 2024-09-25T03:18:14.370Z | Downloaded textwrap v0.16.1 |
343 | 2024-09-25T03:18:14.393Z | Downloaded tabled_derive v0.7.0 |
344 | 2024-09-25T03:18:14.393Z | Downloaded serde_derive v1.0.208 |
345 | 2024-09-25T03:18:14.393Z | Downloaded semver v1.0.23 |
346 | 2024-09-25T03:18:14.393Z | Downloaded scroll v0.12.0 |
347 | 2024-09-25T03:18:14.393Z | Downloaded proc-macro2 v1.0.86 |
348 | 2024-09-25T03:18:14.393Z | Downloaded proc-macro-error v1.0.4 |
349 | 2024-09-25T03:18:14.393Z | Downloaded once_cell v1.19.0 |
350 | 2024-09-25T03:18:14.393Z | Downloaded log v0.4.21 |
351 | 2024-09-25T03:18:14.393Z | Downloaded clap v4.5.18 |
352 | 2024-09-25T03:18:14.416Z | Downloaded bitflags v2.6.0 |
353 | 2024-09-25T03:18:14.416Z | Downloaded toml v0.8.19 |
354 | 2024-09-25T03:18:14.416Z | Downloaded pest_generator v2.7.10 |
355 | 2024-09-25T03:18:14.416Z | Downloaded generic-array v0.14.7 |
356 | 2024-09-25T03:18:14.416Z | Downloaded cargo_toml v0.20.4 |
357 | 2024-09-25T03:18:14.417Z | Downloaded cargo_metadata v0.18.1 |
358 | 2024-09-25T03:18:14.417Z | Downloaded smawk v0.3.2 |
359 | 2024-09-25T03:18:14.440Z | Downloaded plain v0.2.3 |
360 | 2024-09-25T03:18:14.440Z | Downloaded itoa v1.0.11 |
361 | 2024-09-25T03:18:14.440Z | Downloaded fnv v1.0.7 |
362 | 2024-09-25T03:18:14.440Z | Downloaded errno v0.3.9 |
363 | 2024-09-25T03:18:14.440Z | Downloaded dof v0.3.0 |
364 | 2024-09-25T03:18:14.440Z | Downloaded colorchoice v1.0.1 |
365 | 2024-09-25T03:18:14.440Z | Downloaded clap_lex v0.7.0 |
366 | 2024-09-25T03:18:14.440Z | Downloaded cargo-platform v0.1.8 |
367 | 2024-09-25T03:18:14.440Z | Downloaded camino-tempfile v1.1.1 |
368 | 2024-09-25T03:18:14.440Z | Downloaded camino v1.1.9 |
369 | 2024-09-25T03:18:14.440Z | Downloaded byteorder v1.5.0 |
370 | 2024-09-25T03:18:14.440Z | Downloaded anyhow v1.0.89 |
371 | 2024-09-25T03:18:14.440Z | Downloaded anstream v0.6.14 |
372 | 2024-09-25T03:18:14.440Z | Downloaded crypto-common v0.1.6 |
373 | 2024-09-25T03:18:14.440Z | Downloaded cfg-if v1.0.0 |
374 | 2024-09-25T03:18:14.464Z | Downloaded clap_derive v4.5.18 |
375 | 2024-09-25T03:18:14.464Z | Downloaded anstyle-parse v0.2.4 |
376 | 2024-09-25T03:18:14.464Z | Downloaded autocfg v1.3.0 |
377 | 2024-09-25T03:18:14.464Z | Downloaded anstyle-query v1.0.3 |
378 | 2024-09-25T03:18:14.464Z | Downloaded anstyle v1.0.8 |
379 | 2024-09-25T03:18:14.579Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-09-25T03:18:14.603Z | Compiling unicode-ident v1.0.12 |
381 | 2024-09-25T03:18:14.603Z | Compiling version_check v0.9.5 |
382 | 2024-09-25T03:18:14.603Z | Compiling serde v1.0.208 |
383 | 2024-09-25T03:18:14.603Z | Compiling memchr v2.7.2 |
384 | 2024-09-25T03:18:14.603Z | Compiling thiserror v1.0.63 |
385 | 2024-09-25T03:18:14.603Z | Compiling libc v0.2.158 |
386 | 2024-09-25T03:18:14.603Z | Compiling ryu v1.0.18 |
387 | 2024-09-25T03:18:14.886Z | Compiling itoa v1.0.11 |
388 | 2024-09-25T03:18:15.070Z | Compiling ucd-trie v0.1.6 |
389 | 2024-09-25T03:18:15.388Z | Compiling once_cell v1.19.0 |
390 | 2024-09-25T03:18:15.484Z | Compiling byteorder v1.5.0 |
391 | 2024-09-25T03:18:15.514Z | Compiling serde_json v1.0.125 |
392 | 2024-09-25T03:18:15.642Z | Compiling rustix v0.38.34 |
393 | 2024-09-25T03:18:15.853Z | Compiling bitflags v2.6.0 |
394 | 2024-09-25T03:18:15.891Z | Compiling usdt-impl v0.5.0 |
395 | 2024-09-25T03:18:16.096Z | Compiling proc-macro-error-attr v1.0.4 |
396 | 2024-09-25T03:18:16.194Z | Compiling quote v1.0.36 |
397 | 2024-09-25T03:18:16.222Z | Compiling syn v1.0.109 |
398 | 2024-09-25T03:18:16.429Z | Compiling proc-macro-error v1.0.4 |
399 | 2024-09-25T03:18:16.452Z | Compiling plain v0.2.3 |
400 | 2024-09-25T03:18:16.476Z | Compiling utf8parse v0.2.1 |
401 | 2024-09-25T03:18:16.584Z | Compiling syn v2.0.74 |
402 | 2024-09-25T03:18:16.641Z | Compiling errno v0.3.9 |
403 | 2024-09-25T03:18:16.720Z | Compiling equivalent v1.0.1 |
404 | 2024-09-25T03:18:16.871Z | Compiling hashbrown v0.14.5 |
405 | 2024-09-25T03:18:16.894Z | Compiling camino v1.1.9 |
406 | 2024-09-25T03:18:16.894Z | Compiling log v0.4.21 |
407 | 2024-09-25T03:18:17.145Z | Compiling thread-id v4.2.1 |
408 | 2024-09-25T03:18:17.284Z | Compiling anstyle-parse v0.2.4 |
409 | 2024-09-25T03:18:17.679Z | Compiling pretty-hex v0.4.1 |
410 | 2024-09-25T03:18:17.702Z | Compiling anstyle-query v1.0.3 |
411 | 2024-09-25T03:18:17.702Z | Compiling semver v1.0.23 |
412 | 2024-09-25T03:18:17.734Z | Compiling is_terminal_polyfill v1.70.0 |
413 | 2024-09-25T03:18:17.758Z | Compiling autocfg v1.3.0 |
414 | 2024-09-25T03:18:17.758Z | Compiling unicode-width v0.1.13 |
415 | 2024-09-25T03:18:17.868Z | Compiling colorchoice v1.0.1 |
416 | 2024-09-25T03:18:18.022Z | Compiling indexmap v2.4.0 |
417 | 2024-09-25T03:18:18.049Z | Compiling winnow v0.6.18 |
418 | 2024-09-25T03:18:18.072Z | Compiling anstyle v1.0.8 |
419 | 2024-09-25T03:18:18.469Z | Compiling anstream v0.6.14 |
420 | 2024-09-25T03:18:18.496Z | Compiling heck v0.4.1 |
421 | 2024-09-25T03:18:18.595Z | Compiling fs-err v2.11.0 |
422 | 2024-09-25T03:18:18.893Z | Compiling terminal_size v0.3.0 |
423 | 2024-09-25T03:18:18.932Z | Compiling fastrand v2.1.0 |
424 | 2024-09-25T03:18:19.074Z | Compiling fnv v1.0.7 |
425 | 2024-09-25T03:18:19.136Z | Compiling bytecount v0.6.8 |
426 | 2024-09-25T03:18:19.175Z | Compiling strsim v0.11.1 |
427 | 2024-09-25T03:18:19.210Z | Compiling anyhow v1.0.89 |
428 | 2024-09-25T03:18:19.338Z | Compiling clap_lex v0.7.0 |
429 | 2024-09-25T03:18:19.418Z | Compiling heck v0.5.0 |
430 | 2024-09-25T03:18:19.775Z | Compiling cfg-if v1.0.0 |
431 | 2024-09-25T03:18:19.876Z | Compiling tempfile v3.10.1 |
432 | 2024-09-25T03:18:19.943Z | Compiling clap_builder v4.5.18 |
433 | 2024-09-25T03:18:19.967Z | Compiling papergrid v0.11.0 |
434 | 2024-09-25T03:18:20.059Z | Compiling memmap v0.7.0 |
435 | 2024-09-25T03:18:20.183Z | Compiling smawk v0.3.2 |
436 | 2024-09-25T03:18:20.392Z | Compiling unicode-linebreak v0.1.5 |
437 | 2024-09-25T03:18:20.867Z | Compiling textwrap v0.16.1 |
438 | 2024-09-25T03:18:21.011Z | Compiling swrite v0.1.0 |
439 | 2024-09-25T03:18:21.994Z | Compiling tabled_derive v0.7.0 |
440 | 2024-09-25T03:18:23.638Z | Compiling tabled v0.15.0 |
441 | 2024-09-25T03:18:24.556Z | Compiling serde_derive v1.0.208 |
442 | 2024-09-25T03:18:24.556Z | Compiling thiserror-impl v1.0.63 |
443 | 2024-09-25T03:18:24.580Z | Compiling zerocopy-derive v0.7.34 |
444 | 2024-09-25T03:18:24.580Z | Compiling scroll_derive v0.12.0 |
445 | 2024-09-25T03:18:24.750Z | Compiling clap_derive v4.5.18 |
446 | 2024-09-25T03:18:25.779Z | Compiling scroll v0.12.0 |
447 | 2024-09-25T03:18:26.255Z | Compiling goblin v0.8.2 |
448 | 2024-09-25T03:18:26.407Z | Compiling zerocopy v0.7.34 |
449 | 2024-09-25T03:18:27.066Z | Compiling pest v2.7.10 |
450 | 2024-09-25T03:18:28.005Z | Compiling clap v4.5.18 |
451 | 2024-09-25T03:18:29.017Z | Compiling pest_meta v2.7.10 |
452 | 2024-09-25T03:18:30.023Z | Compiling pest_generator v2.7.10 |
453 | 2024-09-25T03:18:31.699Z | Compiling pest_derive v2.7.10 |
454 | 2024-09-25T03:18:32.307Z | Compiling dtrace-parser v0.2.0 |
455 | 2024-09-25T03:18:33.902Z | Compiling serde_spanned v0.6.7 |
456 | 2024-09-25T03:18:33.902Z | Compiling toml_datetime v0.6.8 |
457 | 2024-09-25T03:18:33.926Z | Compiling cargo-platform v0.1.8 |
458 | 2024-09-25T03:18:34.259Z | Compiling serde_tokenstream v0.2.2 |
459 | 2024-09-25T03:18:34.358Z | Compiling toml_edit v0.22.20 |
460 | 2024-09-25T03:18:34.415Z | Compiling macaddr v1.0.1 |
461 | 2024-09-25T03:18:34.565Z | Compiling camino-tempfile v1.1.1 |
462 | 2024-09-25T03:18:35.424Z | Compiling dof v0.3.0 |
463 | 2024-09-25T03:18:35.425Z | Compiling cargo_metadata v0.18.1 |
464 | 2024-09-25T03:18:36.930Z | Compiling toml v0.8.19 |
465 | 2024-09-25T03:18:37.238Z | Compiling usdt-attr-macro v0.5.0 |
466 | 2024-09-25T03:18:37.238Z | Compiling usdt-macro v0.5.0 |
467 | 2024-09-25T03:18:37.745Z | Compiling cargo_toml v0.20.4 |
468 | 2024-09-25T03:18:38.468Z | Compiling usdt v0.5.0 |
469 | 2024-09-25T03:18:41.859Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
470 | 2024-09-25T03:18:46.714Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 58.23s |
471 | 2024-09-25T03:18:46.943Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
472 | 2024-09-25T03:18:47.741Z | Downloading crates ... |
473 | 2024-09-25T03:18:47.884Z | Downloaded cbc v0.1.2 |
474 | 2024-09-25T03:18:47.909Z | Downloaded crucible-workspace-hack v0.1.0 |
475 | 2024-09-25T03:18:47.909Z | Downloaded ident_case v1.0.1 |
476 | 2024-09-25T03:18:47.933Z | Downloaded rand_xorshift v0.3.0 |
477 | 2024-09-25T03:18:47.933Z | Downloaded rcgen v0.12.1 |
478 | 2024-09-25T03:18:47.933Z | Downloaded rustversion v1.0.17 |
479 | 2024-09-25T03:18:47.957Z | Downloaded lru-cache v0.1.2 |
480 | 2024-09-25T03:18:47.957Z | Downloaded string_cache v0.8.7 |
481 | 2024-09-25T03:18:47.957Z | Downloaded bit-vec v0.6.3 |
482 | 2024-09-25T03:18:47.957Z | Downloaded want v0.3.1 |
483 | 2024-09-25T03:18:47.981Z | Downloaded vsss-rs v3.3.4 |
484 | 2024-09-25T03:18:47.981Z | Downloaded which v4.4.2 |
485 | 2024-09-25T03:18:47.981Z | Downloaded endian-type v0.1.2 |
486 | 2024-09-25T03:18:47.982Z | Downloaded ena v0.14.3 |
487 | 2024-09-25T03:18:47.982Z | Downloaded normalize-line-endings v0.3.0 |
488 | 2024-09-25T03:18:48.005Z | Downloaded xattr v1.3.1 |
489 | 2024-09-25T03:18:48.005Z | Downloaded x509-cert v0.2.5 |
490 | 2024-09-25T03:18:48.005Z | Downloaded rpassword v7.3.1 |
491 | 2024-09-25T03:18:48.005Z | Downloaded parking_lot_core v0.9.10 |
492 | 2024-09-25T03:18:48.030Z | Downloaded parking_lot v0.12.2 |
493 | 2024-09-25T03:18:48.030Z | Downloaded embedded-io v0.4.0 |
494 | 2024-09-25T03:18:48.030Z | Downloaded tower-service v0.3.2 |
495 | 2024-09-25T03:18:48.054Z | Downloaded filetime v0.2.25 |
496 | 2024-09-25T03:18:48.077Z | Downloaded sync_wrapper v0.1.2 |
497 | 2024-09-25T03:18:48.077Z | Downloaded siphasher v0.3.11 |
498 | 2024-09-25T03:18:48.077Z | Downloaded supports-color v3.0.1 |
499 | 2024-09-25T03:18:48.078Z | Downloaded rtoolbox v0.0.2 |
500 | 2024-09-25T03:18:48.078Z | Downloaded phf_shared v0.11.2 |
501 | 2024-09-25T03:18:48.078Z | Downloaded float-ord v0.3.2 |
502 | 2024-09-25T03:18:48.102Z | Downloaded erased-serde v0.3.31 |
503 | 2024-09-25T03:18:48.102Z | Downloaded indicatif v0.17.8 |
504 | 2024-09-25T03:18:48.102Z | Downloaded try-lock v0.2.5 |
505 | 2024-09-25T03:18:48.102Z | Downloaded slog-json v2.6.1 |
506 | 2024-09-25T03:18:48.102Z | Downloaded slog-envlogger v2.2.0 |
507 | 2024-09-25T03:18:48.102Z | Downloaded unicase v2.7.0 |
508 | 2024-09-25T03:18:48.102Z | Downloaded slog-dtrace v0.3.0 |
509 | 2024-09-25T03:18:48.102Z | Downloaded slog-bunyan v2.5.0 |
510 | 2024-09-25T03:18:48.126Z | Downloaded slab v0.4.9 |
511 | 2024-09-25T03:18:48.126Z | Downloaded itertools v0.10.5 |
512 | 2024-09-25T03:18:48.126Z | Downloaded bitvec v1.0.1 |
513 | 2024-09-25T03:18:48.150Z | Downloaded toolchain_find v0.4.0 |
514 | 2024-09-25T03:18:48.174Z | Downloaded precomputed-hash v0.1.1 |
515 | 2024-09-25T03:18:48.174Z | Downloaded derive_builder_macro v0.20.0 |
516 | 2024-09-25T03:18:48.174Z | Downloaded tungstenite v0.21.0 |
517 | 2024-09-25T03:18:48.174Z | Downloaded http v0.2.12 |
518 | 2024-09-25T03:18:48.174Z | Downloaded pretty-hex v0.2.1 |
519 | 2024-09-25T03:18:48.174Z | Downloaded take_mut v0.2.2 |
520 | 2024-09-25T03:18:48.174Z | Downloaded signal-hook-mio v0.2.4 |
521 | 2024-09-25T03:18:48.174Z | Downloaded num_enum v0.5.11 |
522 | 2024-09-25T03:18:48.198Z | Downloaded predicates-tree v1.0.9 |
523 | 2024-09-25T03:18:48.198Z | Downloaded futures-task v0.3.30 |
524 | 2024-09-25T03:18:48.198Z | Downloaded pin-utils v0.1.0 |
525 | 2024-09-25T03:18:48.198Z | Downloaded pkg-config v0.3.30 |
526 | 2024-09-25T03:18:48.198Z | Downloaded polyval v0.6.2 |
527 | 2024-09-25T03:18:48.198Z | Downloaded serde_with_macros v3.9.0 |
528 | 2024-09-25T03:18:48.223Z | Downloaded difflib v0.4.0 |
529 | 2024-09-25T03:18:48.223Z | Downloaded opaque-debug v0.3.1 |
530 | 2024-09-25T03:18:48.223Z | Downloaded tinyvec_macros v0.1.1 |
531 | 2024-09-25T03:18:48.223Z | Downloaded openssl-macros v0.1.1 |
532 | 2024-09-25T03:18:48.223Z | Downloaded url v2.5.2 |
533 | 2024-09-25T03:18:48.223Z | Downloaded openssl-probe v0.1.5 |
534 | 2024-09-25T03:18:48.223Z | Downloaded portpicker v0.1.1 |
535 | 2024-09-25T03:18:48.223Z | Downloaded derive_more v0.99.18 |
536 | 2024-09-25T03:18:48.247Z | Downloaded rustc-hash v1.1.0 |
537 | 2024-09-25T03:18:48.247Z | Downloaded dyn-clone v1.0.17 |
538 | 2024-09-25T03:18:48.247Z | Downloaded termtree v0.4.1 |
539 | 2024-09-25T03:18:48.247Z | Downloaded rustc_version v0.1.7 |
540 | 2024-09-25T03:18:48.247Z | Downloaded pin-project-lite v0.2.14 |
541 | 2024-09-25T03:18:48.247Z | Downloaded russh-cryptovec v0.7.2 |
542 | 2024-09-25T03:18:48.247Z | Downloaded thiserror-impl-no-std v2.0.2 |
543 | 2024-09-25T03:18:48.247Z | Downloaded tiny-keccak v2.0.2 |
544 | 2024-09-25T03:18:48.272Z | Downloaded postgres-types v0.2.7 |
545 | 2024-09-25T03:18:48.272Z | Downloaded owo-colors v4.0.0 |
546 | 2024-09-25T03:18:48.272Z | Downloaded des v0.8.1 |
547 | 2024-09-25T03:18:48.272Z | Downloaded idna v0.2.3 |
548 | 2024-09-25T03:18:48.272Z | Downloaded r2d2 v0.8.10 |
549 | 2024-09-25T03:18:48.272Z | Downloaded diff v0.1.13 |
550 | 2024-09-25T03:18:48.297Z | Downloaded test-strategy v0.3.1 |
551 | 2024-09-25T03:18:48.297Z | Downloaded oso v0.27.3 |
552 | 2024-09-25T03:18:48.297Z | Downloaded dhcproto v0.12.0 |
553 | 2024-09-25T03:18:48.297Z | Downloaded tinyvec v1.6.0 |
554 | 2024-09-25T03:18:48.321Z | Downloaded rustc-demangle v0.1.24 |
555 | 2024-09-25T03:18:48.321Z | Downloaded p256 v0.13.2 |
556 | 2024-09-25T03:18:48.321Z | Downloaded proptest v1.5.0 |
557 | 2024-09-25T03:18:48.346Z | Downloaded schemars v0.8.21 |
558 | 2024-09-25T03:18:48.346Z | Downloaded rand v0.8.5 |
559 | 2024-09-25T03:18:48.371Z | Downloaded time v0.3.36 |
560 | 2024-09-25T03:18:48.371Z | Downloaded russh v0.45.0 |
561 | 2024-09-25T03:18:48.371Z | Downloaded p521 v0.13.3 |
562 | 2024-09-25T03:18:48.394Z | Downloaded zerocopy-derive v0.6.6 |
563 | 2024-09-25T03:18:48.394Z | Downloaded h2 v0.4.6 |
564 | 2024-09-25T03:18:48.419Z | Downloaded rusqlite v0.32.1 |
565 | 2024-09-25T03:18:48.419Z | Downloaded quick-xml v0.33.0 |
566 | 2024-09-25T03:18:48.419Z | Downloaded polar-core v0.27.3 |
567 | 2024-09-25T03:18:48.443Z | Downloaded p384 v0.13.0 |
568 | 2024-09-25T03:18:48.443Z | Downloaded radix_trie v0.2.1 |
569 | 2024-09-25T03:18:48.468Z | Downloaded diesel v2.2.4 |
570 | 2024-09-25T03:18:48.492Z | Downloaded sled v0.34.7 |
571 | 2024-09-25T03:18:48.516Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
572 | 2024-09-25T03:18:48.568Z | Downloaded regex-automata v0.4.6 |
573 | 2024-09-25T03:18:48.592Z | Downloaded tokio v1.39.3 |
574 | 2024-09-25T03:18:48.637Z | Downloaded sha3 v0.10.8 |
575 | 2024-09-25T03:18:48.664Z | Downloaded petgraph v0.6.5 |
576 | 2024-09-25T03:18:48.687Z | Downloaded finl_unicode v1.2.0 |
577 | 2024-09-25T03:18:48.687Z | Downloaded encoding_rs v0.8.34 |
578 | 2024-09-25T03:18:48.718Z | Downloaded nix v0.28.0 |
579 | 2024-09-25T03:18:48.743Z | Downloaded ratatui v0.28.0 |
580 | 2024-09-25T03:18:48.767Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
581 | 2024-09-25T03:18:48.791Z | Downloaded nix v0.29.0 |
582 | 2024-09-25T03:18:48.791Z | Downloaded nix v0.27.1 |
583 | 2024-09-25T03:18:48.815Z | Downloaded libz-sys v1.1.16 |
584 | 2024-09-25T03:18:48.886Z | Downloaded trust-dns-proto v0.22.0 |
585 | 2024-09-25T03:18:48.910Z | Downloaded regex-syntax v0.8.4 |
586 | 2024-09-25T03:18:48.934Z | Downloaded git2 v0.19.0 |
587 | 2024-09-25T03:18:48.934Z | Downloaded gimli v0.28.1 |
588 | 2024-09-25T03:18:48.968Z | Downloaded regress v0.9.1 |
589 | 2024-09-25T03:18:48.968Z | Downloaded regex-syntax v0.6.29 |
590 | 2024-09-25T03:18:48.968Z | Downloaded ring v0.17.8 |
591 | 2024-09-25T03:18:49.039Z | Downloaded libsqlite3-sys v0.30.1 |
592 | 2024-09-25T03:18:49.131Z | Downloaded openssl v0.10.66 |
593 | 2024-09-25T03:18:49.154Z | Downloaded openapiv3 v2.0.0 |
594 | 2024-09-25T03:18:49.178Z | Downloaded dropshot v0.10.1 |
595 | 2024-09-25T03:18:49.178Z | Downloaded ring v0.16.20 |
596 | 2024-09-25T03:18:49.268Z | Downloaded object v0.32.2 |
597 | 2024-09-25T03:18:49.294Z | Downloaded object v0.30.4 |
598 | 2024-09-25T03:18:49.294Z | Downloaded curve25519-dalek v4.1.3 |
599 | 2024-09-25T03:18:49.317Z | Downloaded h2 v0.3.26 |
600 | 2024-09-25T03:18:49.317Z | Downloaded russh-keys v0.45.0 |
601 | 2024-09-25T03:18:49.317Z | Downloaded serde_with v3.9.0 |
602 | 2024-09-25T03:18:49.342Z | Downloaded smoltcp v0.11.0 |
603 | 2024-09-25T03:18:49.342Z | Downloaded smoltcp v0.9.1 |
604 | 2024-09-25T03:18:49.366Z | Downloaded vcpkg v0.2.15 |
605 | 2024-09-25T03:18:49.398Z | Downloaded rustls v0.21.12 |
606 | 2024-09-25T03:18:49.421Z | Downloaded tokio-util v0.7.11 |
607 | 2024-09-25T03:18:49.421Z | Downloaded hashbrown v0.13.2 |
608 | 2024-09-25T03:18:49.445Z | Downloaded portable-atomic v1.6.0 |
609 | 2024-09-25T03:18:49.445Z | Downloaded tokio-postgres v0.7.11 |
610 | 2024-09-25T03:18:49.445Z | Downloaded futures-util v0.3.30 |
611 | 2024-09-25T03:18:49.468Z | Downloaded aws-lc-sys v0.21.2 |
612 | 2024-09-25T03:18:49.697Z | Downloaded idna v0.5.0 |
613 | 2024-09-25T03:18:49.729Z | Downloaded idna v0.3.0 |
614 | 2024-09-25T03:18:49.729Z | Downloaded hickory-proto v0.24.1 |
615 | 2024-09-25T03:18:49.753Z | Downloaded openssl-sys v0.9.103 |
616 | 2024-09-25T03:18:49.753Z | Downloaded diesel_derives v2.2.2 |
617 | 2024-09-25T03:18:49.778Z | Downloaded publicsuffix v2.2.3 |
618 | 2024-09-25T03:18:49.778Z | Downloaded time-macros v0.2.18 |
619 | 2024-09-25T03:18:49.778Z | Downloaded webpki-roots v0.25.4 |
620 | 2024-09-25T03:18:49.778Z | Downloaded nom v7.1.3 |
621 | 2024-09-25T03:18:49.778Z | Downloaded unicode-normalization v0.1.23 |
622 | 2024-09-25T03:18:49.803Z | Downloaded reqwest v0.11.27 |
623 | 2024-09-25T03:18:49.803Z | Downloaded idna v0.4.0 |
624 | 2024-09-25T03:18:49.803Z | Downloaded postcard v1.0.8 |
625 | 2024-09-25T03:18:49.803Z | Downloaded rustls v0.23.10 |
626 | 2024-09-25T03:18:49.835Z | Downloaded hyper v0.14.30 |
627 | 2024-09-25T03:18:49.859Z | Downloaded thread_local v1.1.8 |
628 | 2024-09-25T03:18:49.859Z | Downloaded hashbrown v0.12.3 |
629 | 2024-09-25T03:18:49.859Z | Downloaded scopeguard v1.2.0 |
630 | 2024-09-25T03:18:49.859Z | Downloaded schemars_derive v0.8.21 |
631 | 2024-09-25T03:18:49.883Z | Downloaded scheduled-thread-pool v0.2.7 |
632 | 2024-09-25T03:18:49.883Z | Downloaded quick-error v1.2.3 |
633 | 2024-09-25T03:18:49.883Z | Downloaded ecdsa v0.16.9 |
634 | 2024-09-25T03:18:49.883Z | Downloaded tls_codec_derive v0.4.1 |
635 | 2024-09-25T03:18:49.883Z | Downloaded toml_edit v0.19.15 |
636 | 2024-09-25T03:18:49.907Z | Downloaded time-core v0.1.2 |
637 | 2024-09-25T03:18:49.907Z | Downloaded omicron-zone-package v0.11.0 |
638 | 2024-09-25T03:18:49.907Z | Downloaded postgres-protocol v0.6.7 |
639 | 2024-09-25T03:18:49.907Z | Downloaded oso-derive v0.27.3 |
640 | 2024-09-25T03:18:49.907Z | Downloaded der_derive v0.7.2 |
641 | 2024-09-25T03:18:49.907Z | Downloaded tokio-rustls v0.24.1 |
642 | 2024-09-25T03:18:49.907Z | Downloaded itertools v0.12.1 |
643 | 2024-09-25T03:18:49.934Z | Downloaded pin-project-internal v1.1.5 |
644 | 2024-09-25T03:18:49.934Z | Downloaded darling_core v0.20.9 |
645 | 2024-09-25T03:18:49.934Z | Downloaded zip v0.6.6 |
646 | 2024-09-25T03:18:49.958Z | Downloaded tls_codec v0.4.1 |
647 | 2024-09-25T03:18:49.958Z | Downloaded dropshot_endpoint v0.10.1 |
648 | 2024-09-25T03:18:49.958Z | Downloaded signal-hook v0.3.17 |
649 | 2024-09-25T03:18:49.958Z | Downloaded tracing v0.1.40 |
650 | 2024-09-25T03:18:49.958Z | Downloaded lalrpop v0.19.12 |
651 | 2024-09-25T03:18:49.989Z | Downloaded bstr v1.9.1 |
652 | 2024-09-25T03:18:49.989Z | Downloaded radium v0.7.0 |
653 | 2024-09-25T03:18:49.989Z | Downloaded env_logger v0.9.3 |
654 | 2024-09-25T03:18:49.989Z | Downloaded env_filter v0.1.2 |
655 | 2024-09-25T03:18:49.989Z | Downloaded tokio-native-tls v0.3.1 |
656 | 2024-09-25T03:18:49.989Z | Downloaded pkcs5 v0.7.1 |
657 | 2024-09-25T03:18:50.024Z | Downloaded prettyplease v0.2.20 |
658 | 2024-09-25T03:18:50.024Z | Downloaded serde_yaml v0.9.34+deprecated |
659 | 2024-09-25T03:18:50.024Z | Downloaded typed-path v0.7.1 |
660 | 2024-09-25T03:18:50.024Z | Downloaded regex v1.10.6 |
661 | 2024-09-25T03:18:50.062Z | Downloaded olpc-cjson v0.1.3 |
662 | 2024-09-25T03:18:50.062Z | Downloaded futures-macro v0.3.30 |
663 | 2024-09-25T03:18:50.062Z | Downloaded enum-as-inner v0.6.0 |
664 | 2024-09-25T03:18:50.062Z | Downloaded ed25519 v2.2.3 |
665 | 2024-09-25T03:18:50.062Z | Downloaded dunce v1.0.5 |
666 | 2024-09-25T03:18:50.063Z | Downloaded dsl_auto_type v0.1.2 |
667 | 2024-09-25T03:18:50.063Z | Downloaded tokio-macros v2.4.0 |
668 | 2024-09-25T03:18:50.063Z | Downloaded pkcs8 v0.10.2 |
669 | 2024-09-25T03:18:50.063Z | Downloaded flate2 v1.0.33 |
670 | 2024-09-25T03:18:50.063Z | Downloaded dirs-next v2.0.0 |
671 | 2024-09-25T03:18:50.064Z | Downloaded derive_builder v0.20.0 |
672 | 2024-09-25T03:18:50.064Z | Downloaded derive-where v1.2.7 |
673 | 2024-09-25T03:18:50.064Z | Downloaded tar v0.4.41 |
674 | 2024-09-25T03:18:50.120Z | Downloaded unicode-segmentation v1.11.0 |
675 | 2024-09-25T03:18:50.120Z | Downloaded foreign-types-macros v0.2.3 |
676 | 2024-09-25T03:18:50.120Z | Downloaded foreign-types v0.5.0 |
677 | 2024-09-25T03:18:50.120Z | Downloaded pkcs1 v0.7.5 |
678 | 2024-09-25T03:18:50.121Z | Downloaded zerocopy v0.6.6 |
679 | 2024-09-25T03:18:50.121Z | Downloaded vergen v8.3.2 |
680 | 2024-09-25T03:18:50.121Z | Downloaded dhcproto-macros v0.1.0 |
681 | 2024-09-25T03:18:50.121Z | Downloaded thiserror-no-std v2.0.2 |
682 | 2024-09-25T03:18:50.121Z | Downloaded derive_builder_core v0.20.0 |
683 | 2024-09-25T03:18:50.122Z | Downloaded termios v0.3.3 |
684 | 2024-09-25T03:18:50.122Z | Downloaded num-bigint-dig v0.8.4 |
685 | 2024-09-25T03:18:50.122Z | Downloaded foreign-types-shared v0.1.1 |
686 | 2024-09-25T03:18:50.122Z | Downloaded diesel_table_macro_syntax v0.2.0 |
687 | 2024-09-25T03:18:50.122Z | Downloaded term v0.7.0 |
688 | 2024-09-25T03:18:50.122Z | Downloaded poly1305 v0.8.0 |
689 | 2024-09-25T03:18:50.122Z | Downloaded toml v0.7.8 |
690 | 2024-09-25T03:18:50.122Z | Downloaded tokio-rustls v0.26.0 |
691 | 2024-09-25T03:18:50.122Z | Downloaded num_enum_derive v0.5.11 |
692 | 2024-09-25T03:18:50.162Z | Downloaded num-traits v0.2.19 |
693 | 2024-09-25T03:18:50.162Z | Downloaded serde_urlencoded v0.7.1 |
694 | 2024-09-25T03:18:50.163Z | Downloaded serde-hex v0.1.0 |
695 | 2024-09-25T03:18:50.163Z | Downloaded tokio-tungstenite v0.21.0 |
696 | 2024-09-25T03:18:50.163Z | Downloaded half v2.4.1 |
697 | 2024-09-25T03:18:50.163Z | Downloaded minimal-lexical v0.2.1 |
698 | 2024-09-25T03:18:50.163Z | Downloaded libxml v0.3.3 |
699 | 2024-09-25T03:18:50.163Z | Downloaded darling v0.20.9 |
700 | 2024-09-25T03:18:50.163Z | Downloaded curve25519-dalek-derive v0.1.1 |
701 | 2024-09-25T03:18:50.163Z | Downloaded value-bag v1.9.0 |
702 | 2024-09-25T03:18:50.163Z | Downloaded tracing-attributes v0.1.27 |
703 | 2024-09-25T03:18:50.163Z | Downloaded num-rational v0.4.2 |
704 | 2024-09-25T03:18:50.163Z | Downloaded psl-types v2.0.11 |
705 | 2024-09-25T03:18:50.163Z | Downloaded proc-macro-crate v1.3.1 |
706 | 2024-09-25T03:18:50.163Z | Downloaded tap v1.0.1 |
707 | 2024-09-25T03:18:50.164Z | Downloaded signal-hook-tokio v0.3.1 |
708 | 2024-09-25T03:18:50.164Z | Downloaded shlex v1.3.0 |
709 | 2024-09-25T03:18:50.164Z | Downloaded tokio-tungstenite v0.23.1 |
710 | 2024-09-25T03:18:50.164Z | Downloaded tokio-tungstenite v0.20.1 |
711 | 2024-09-25T03:18:50.164Z | Downloaded num-bigint v0.4.5 |
712 | 2024-09-25T03:18:50.164Z | Downloaded futures-sink v0.3.30 |
713 | 2024-09-25T03:18:50.164Z | Downloaded termcolor v1.4.1 |
714 | 2024-09-25T03:18:50.200Z | Downloaded tabwriter v1.4.0 |
715 | 2024-09-25T03:18:50.200Z | Downloaded signal-hook-registry v1.4.2 |
716 | 2024-09-25T03:18:50.200Z | Downloaded sct v0.7.1 |
717 | 2024-09-25T03:18:50.200Z | Downloaded tokio-stream v0.1.15 |
718 | 2024-09-25T03:18:50.201Z | Downloaded tokio-rustls v0.25.0 |
719 | 2024-09-25T03:18:50.201Z | Downloaded rustls-webpki v0.102.4 |
720 | 2024-09-25T03:18:50.201Z | Downloaded deranged v0.3.11 |
721 | 2024-09-25T03:18:50.201Z | Downloaded primeorder v0.13.6 |
722 | 2024-09-25T03:18:50.201Z | Downloaded shell-words v1.1.0 |
723 | 2024-09-25T03:18:50.201Z | Downloaded sha1 v0.10.6 |
724 | 2024-09-25T03:18:50.201Z | Downloaded serde_repr v0.1.19 |
725 | 2024-09-25T03:18:50.226Z | Downloaded semver v0.1.20 |
726 | 2024-09-25T03:18:50.226Z | Downloaded secrecy v0.8.0 |
727 | 2024-09-25T03:18:50.226Z | Downloaded sec1 v0.7.3 |
728 | 2024-09-25T03:18:50.226Z | Downloaded scrypt v0.11.0 |
729 | 2024-09-25T03:18:50.226Z | Downloaded data-encoding v2.6.0 |
730 | 2024-09-25T03:18:50.227Z | Downloaded zone v0.3.0 |
731 | 2024-09-25T03:18:50.227Z | Downloaded uzers v0.11.3 |
732 | 2024-09-25T03:18:50.227Z | Downloaded hashlink v0.9.1 |
733 | 2024-09-25T03:18:50.227Z | Downloaded globset v0.4.14 |
734 | 2024-09-25T03:18:50.227Z | Downloaded uuid v1.10.0 |
735 | 2024-09-25T03:18:50.227Z | Downloaded unicode-bidi v0.3.15 |
736 | 2024-09-25T03:18:50.227Z | Downloaded tungstenite v0.23.0 |
737 | 2024-09-25T03:18:50.228Z | Downloaded der v0.7.9 |
738 | 2024-09-25T03:18:50.228Z | Downloaded chrono v0.4.38 |
739 | 2024-09-25T03:18:50.257Z | Downloaded predicates-core v1.0.6 |
740 | 2024-09-25T03:18:50.257Z | Downloaded predicates v3.1.2 |
741 | 2024-09-25T03:18:50.257Z | Downloaded ppv-lite86 v0.2.17 |
742 | 2024-09-25T03:18:50.257Z | Downloaded powerfmt v0.2.0 |
743 | 2024-09-25T03:18:50.257Z | Downloaded zeroize_derive v1.4.2 |
744 | 2024-09-25T03:18:50.257Z | Downloaded zeroize v1.8.1 |
745 | 2024-09-25T03:18:50.258Z | Downloaded getrandom v0.2.14 |
746 | 2024-09-25T03:18:50.258Z | Downloaded num-iter v0.1.45 |
747 | 2024-09-25T03:18:50.258Z | Downloaded num_threads v0.1.7 |
748 | 2024-09-25T03:18:50.258Z | Downloaded num-integer v0.1.46 |
749 | 2024-09-25T03:18:50.258Z | Downloaded newtype-uuid v1.1.0 |
750 | 2024-09-25T03:18:50.258Z | Downloaded hash32 v0.2.1 |
751 | 2024-09-25T03:18:50.258Z | Downloaded group v0.13.0 |
752 | 2024-09-25T03:18:50.259Z | Downloaded glob v0.3.1 |
753 | 2024-09-25T03:18:50.259Z | Downloaded ghash v0.5.1 |
754 | 2024-09-25T03:18:50.259Z | Downloaded gethostname v0.5.0 |
755 | 2024-09-25T03:18:50.287Z | Downloaded tungstenite v0.20.1 |
756 | 2024-09-25T03:18:50.287Z | Downloaded flume v0.11.0 |
757 | 2024-09-25T03:18:50.288Z | Downloaded serde-big-array v0.5.1 |
758 | 2024-09-25T03:18:50.288Z | Downloaded darling_macro v0.20.9 |
759 | 2024-09-25T03:18:50.288Z | Downloaded zone_cfg_derive v0.3.0 |
760 | 2024-09-25T03:18:50.289Z | Downloaded zone_cfg_derive v0.1.2 |
761 | 2024-09-25T03:18:50.289Z | Downloaded zone v0.1.8 |
762 | 2024-09-25T03:18:50.289Z | Downloaded number_prefix v0.4.0 |
763 | 2024-09-25T03:18:50.289Z | Downloaded nodrop v0.1.14 |
764 | 2024-09-25T03:18:50.289Z | Downloaded unarray v0.1.4 |
765 | 2024-09-25T03:18:50.290Z | Downloaded slog v2.7.0 |
766 | 2024-09-25T03:18:50.290Z | Downloaded pin-project v1.1.5 |
767 | 2024-09-25T03:18:50.335Z | Downloaded expectorate v1.1.0 |
768 | 2024-09-25T03:18:50.336Z | Downloaded tough v0.17.1 |
769 | 2024-09-25T03:18:50.336Z | Downloaded socket2 v0.5.7 |
770 | 2024-09-25T03:18:50.336Z | Downloaded socket2 v0.4.10 |
771 | 2024-09-25T03:18:50.336Z | Downloaded snafu v0.8.2 |
772 | 2024-09-25T03:18:50.336Z | Downloaded mio v1.0.2 |
773 | 2024-09-25T03:18:50.336Z | Downloaded miniz_oxide v0.8.0 |
774 | 2024-09-25T03:18:50.336Z | Downloaded hyper v1.4.1 |
775 | 2024-09-25T03:18:50.381Z | Downloaded nibble_vec v0.1.0 |
776 | 2024-09-25T03:18:50.381Z | Downloaded newtype_derive v0.1.6 |
777 | 2024-09-25T03:18:50.381Z | Downloaded newline-converter v0.3.0 |
778 | 2024-09-25T03:18:50.381Z | Downloaded hash32 v0.3.1 |
779 | 2024-09-25T03:18:50.381Z | Downloaded getopts v0.2.21 |
780 | 2024-09-25T03:18:50.381Z | Downloaded fxhash v0.2.1 |
781 | 2024-09-25T03:18:50.381Z | Downloaded utf-8 v0.7.6 |
782 | 2024-09-25T03:18:50.382Z | Downloaded twox-hash v1.6.3 |
783 | 2024-09-25T03:18:50.382Z | Downloaded tui-tree-widget v0.22.0 |
784 | 2024-09-25T03:18:50.382Z | Downloaded tracing-core v0.1.32 |
785 | 2024-09-25T03:18:50.382Z | Downloaded phf_shared v0.10.0 |
786 | 2024-09-25T03:18:50.382Z | Downloaded unicode_categories v0.1.1 |
787 | 2024-09-25T03:18:50.382Z | Downloaded tower v0.4.13 |
788 | 2024-09-25T03:18:50.383Z | Downloaded subprocess v0.2.9 |
789 | 2024-09-25T03:18:50.383Z | Downloaded reedline v0.33.0 |
790 | 2024-09-25T03:18:50.412Z | Downloaded itertools v0.13.0 |
791 | 2024-09-25T03:18:50.412Z | Downloaded hkdf v0.12.4 |
792 | 2024-09-25T03:18:50.413Z | Downloaded hickory-resolver v0.24.1 |
793 | 2024-09-25T03:18:50.413Z | Downloaded bindgen v0.69.4 |
794 | 2024-09-25T03:18:50.413Z | Downloaded slog-async v2.8.0 |
795 | 2024-09-25T03:18:50.413Z | Downloaded rfc6979 v0.4.0 |
796 | 2024-09-25T03:18:50.413Z | Downloaded resolv-conf v0.7.0 |
797 | 2024-09-25T03:18:50.413Z | Downloaded snafu-derive v0.8.2 |
798 | 2024-09-25T03:18:50.413Z | Downloaded heapless v0.8.0 |
799 | 2024-09-25T03:18:50.414Z | Downloaded slog-scope v4.4.0 |
800 | 2024-09-25T03:18:50.414Z | Downloaded ref-cast v1.0.23 |
801 | 2024-09-25T03:18:50.414Z | Downloaded rand_chacha v0.3.1 |
802 | 2024-09-25T03:18:50.414Z | Downloaded float-cmp v0.9.0 |
803 | 2024-09-25T03:18:50.414Z | Downloaded flagset v0.4.5 |
804 | 2024-09-25T03:18:50.414Z | Downloaded fatfs v0.3.6 |
805 | 2024-09-25T03:18:50.414Z | Downloaded unsafe-libyaml v0.2.11 |
806 | 2024-09-25T03:18:50.451Z | Downloaded ron v0.8.1 |
807 | 2024-09-25T03:18:50.451Z | Downloaded password-hash v0.4.2 |
808 | 2024-09-25T03:18:50.451Z | Downloaded num-complex v0.4.6 |
809 | 2024-09-25T03:18:50.451Z | Downloaded steno v0.4.1 |
810 | 2024-09-25T03:18:50.451Z | Downloaded phf v0.11.2 |
811 | 2024-09-25T03:18:50.451Z | Downloaded percent-encoding v2.3.1 |
812 | 2024-09-25T03:18:50.451Z | Downloaded pem-rfc7468 v0.7.0 |
813 | 2024-09-25T03:18:50.452Z | Downloaded pem v3.0.4 |
814 | 2024-09-25T03:18:50.452Z | Downloaded peg-macros v0.8.4 |
815 | 2024-09-25T03:18:50.452Z | Downloaded packed_struct v0.10.1 |
816 | 2024-09-25T03:18:50.452Z | Downloaded foreign-types v0.3.2 |
817 | 2024-09-25T03:18:50.452Z | Downloaded fixedbitset v0.4.2 |
818 | 2024-09-25T03:18:50.452Z | Downloaded fd-lock v4.0.2 |
819 | 2024-09-25T03:18:50.452Z | Downloaded fallible-streaming-iterator v0.1.9 |
820 | 2024-09-25T03:18:50.452Z | Downloaded fallible-iterator v0.2.0 |
821 | 2024-09-25T03:18:50.480Z | Downloaded env_logger v0.11.5 |
822 | 2024-09-25T03:18:50.480Z | Downloaded env_logger v0.10.2 |
823 | 2024-09-25T03:18:50.480Z | Downloaded defmt-parser v0.3.4 |
824 | 2024-09-25T03:18:50.480Z | Downloaded defmt-macros v0.3.9 |
825 | 2024-09-25T03:18:50.480Z | Downloaded defmt v0.3.8 |
826 | 2024-09-25T03:18:50.480Z | Downloaded subtle v2.5.0 |
827 | 2024-09-25T03:18:50.480Z | Downloaded serde_plain v1.0.2 |
828 | 2024-09-25T03:18:50.480Z | Downloaded peg v0.8.4 |
829 | 2024-09-25T03:18:50.480Z | Downloaded password-hash v0.5.0 |
830 | 2024-09-25T03:18:50.480Z | Downloaded num-derive v0.4.2 |
831 | 2024-09-25T03:18:50.480Z | Downloaded yasna v0.5.2 |
832 | 2024-09-25T03:18:50.480Z | Downloaded rustls v0.22.4 |
833 | 2024-09-25T03:18:50.504Z | Downloaded memmap2 v0.9.4 |
834 | 2024-09-25T03:18:50.504Z | Downloaded libm v0.2.8 |
835 | 2024-09-25T03:18:50.504Z | Downloaded http v1.1.0 |
836 | 2024-09-25T03:18:50.504Z | Downloaded peg-runtime v0.8.3 |
837 | 2024-09-25T03:18:50.504Z | Downloaded debug-ignore v1.0.5 |
838 | 2024-09-25T03:18:50.504Z | Downloaded untrusted v0.9.0 |
839 | 2024-09-25T03:18:50.504Z | Downloaded unicode-truncate v1.0.0 |
840 | 2024-09-25T03:18:50.527Z | Downloaded topological-sort v0.2.2 |
841 | 2024-09-25T03:18:50.527Z | Downloaded serde_arrays v0.1.0 |
842 | 2024-09-25T03:18:50.527Z | Downloaded rsa v0.9.6 |
843 | 2024-09-25T03:18:50.527Z | Downloaded pbkdf2 v0.11.0 |
844 | 2024-09-25T03:18:50.528Z | Downloaded paste v1.0.15 |
845 | 2024-09-25T03:18:50.528Z | Downloaded futures v0.3.30 |
846 | 2024-09-25T03:18:50.528Z | Downloaded fs_extra v1.3.0 |
847 | 2024-09-25T03:18:50.528Z | Downloaded winnow v0.5.40 |
848 | 2024-09-25T03:18:50.551Z | Downloaded rayon-core v1.12.1 |
849 | 2024-09-25T03:18:50.551Z | Downloaded mime v0.3.17 |
850 | 2024-09-25T03:18:50.551Z | Downloaded managed v0.8.0 |
851 | 2024-09-25T03:18:50.551Z | Downloaded lock_api v0.4.12 |
852 | 2024-09-25T03:18:50.551Z | Downloaded linear-map v1.2.0 |
853 | 2024-09-25T03:18:50.551Z | Downloaded libloading v0.8.3 |
854 | 2024-09-25T03:18:50.551Z | Downloaded libefi-sys v0.1.0 |
855 | 2024-09-25T03:18:50.551Z | Downloaded lazycell v1.3.0 |
856 | 2024-09-25T03:18:50.552Z | Downloaded jobserver v0.1.32 |
857 | 2024-09-25T03:18:50.575Z | Downloaded ipnet v2.9.0 |
858 | 2024-09-25T03:18:50.575Z | Downloaded inout v0.1.3 |
859 | 2024-09-25T03:18:50.575Z | Downloaded iana-time-zone v0.1.60 |
860 | 2024-09-25T03:18:50.575Z | Downloaded hyper-rustls v0.24.2 |
861 | 2024-09-25T03:18:50.575Z | Downloaded hmac v0.12.1 |
862 | 2024-09-25T03:18:50.575Z | Downloaded highway v1.2.0 |
863 | 2024-09-25T03:18:50.575Z | Downloaded hickory-client v0.24.1 |
864 | 2024-09-25T03:18:50.575Z | Downloaded heapless v0.7.17 |
865 | 2024-09-25T03:18:50.575Z | Downloaded crossterm v0.28.1 |
866 | 2024-09-25T03:18:50.599Z | Downloaded ff v0.13.0 |
867 | 2024-09-25T03:18:50.599Z | Downloaded fallible-iterator v0.3.0 |
868 | 2024-09-25T03:18:50.599Z | Downloaded downcast v0.11.0 |
869 | 2024-09-25T03:18:50.599Z | Downloaded display-error-chain v0.2.1 |
870 | 2024-09-25T03:18:50.599Z | Downloaded dirs-sys-next v0.1.2 |
871 | 2024-09-25T03:18:50.599Z | Downloaded untrusted v0.7.1 |
872 | 2024-09-25T03:18:50.599Z | Downloaded universal-hash v0.5.1 |
873 | 2024-09-25T03:18:50.599Z | Downloaded unicode-xid v0.2.4 |
874 | 2024-09-25T03:18:50.599Z | Downloaded tower-layer v0.3.2 |
875 | 2024-09-25T03:18:50.599Z | Downloaded smf v0.2.3 |
876 | 2024-09-25T03:18:50.599Z | Downloaded smallvec v1.13.2 |
877 | 2024-09-25T03:18:50.599Z | Downloaded smallvec v0.6.14 |
878 | 2024-09-25T03:18:50.599Z | Downloaded slog-term v2.9.1 |
879 | 2024-09-25T03:18:50.623Z | Downloaded slog-stdlog v4.1.1 |
880 | 2024-09-25T03:18:50.623Z | Downloaded similar v2.6.0 |
881 | 2024-09-25T03:18:50.623Z | Downloaded sigpipe v0.1.3 |
882 | 2024-09-25T03:18:50.623Z | Downloaded serde_path_to_error v0.1.16 |
883 | 2024-09-25T03:18:50.623Z | Downloaded parse-display v0.10.0 |
884 | 2024-09-25T03:18:50.623Z | Downloaded parking_lot_core v0.8.6 |
885 | 2024-09-25T03:18:50.623Z | Downloaded parking_lot v0.11.2 |
886 | 2024-09-25T03:18:50.623Z | Downloaded packed_struct_codegen v0.10.1 |
887 | 2024-09-25T03:18:50.623Z | Downloaded futures-io v0.3.30 |
888 | 2024-09-25T03:18:50.623Z | Downloaded enum-as-inner v0.5.1 |
889 | 2024-09-25T03:18:50.623Z | Downloaded vte v0.11.1 |
890 | 2024-09-25T03:18:50.623Z | Downloaded strum_macros v0.25.3 |
891 | 2024-09-25T03:18:50.647Z | Downloaded structmeta-derive v0.2.0 |
892 | 2024-09-25T03:18:50.647Z | Downloaded sqlparser v0.45.0 |
893 | 2024-09-25T03:18:50.647Z | Downloaded samael v0.0.17 |
894 | 2024-09-25T03:18:50.647Z | Downloaded nanorand v0.7.0 |
895 | 2024-09-25T03:18:50.647Z | Downloaded multer v3.1.0 |
896 | 2024-09-25T03:18:50.647Z | Downloaded mockall v0.13.0 |
897 | 2024-09-25T03:18:50.647Z | Downloaded mio v0.8.11 |
898 | 2024-09-25T03:18:50.670Z | Downloaded headers v0.3.9 |
899 | 2024-09-25T03:18:50.670Z | Downloaded csv v1.3.0 |
900 | 2024-09-25T03:18:50.694Z | Downloaded signature v2.2.0 |
901 | 2024-09-25T03:18:50.694Z | Downloaded serde_derive_internals v0.29.1 |
902 | 2024-09-25T03:18:50.694Z | Downloaded ron v0.7.1 |
903 | 2024-09-25T03:18:50.694Z | Downloaded pbkdf2 v0.12.2 |
904 | 2024-09-25T03:18:50.694Z | Downloaded parse-size v1.0.0 |
905 | 2024-09-25T03:18:50.694Z | Downloaded num v0.4.3 |
906 | 2024-09-25T03:18:50.694Z | Downloaded futures-core v0.3.30 |
907 | 2024-09-25T03:18:50.694Z | Downloaded strum_macros v0.26.4 |
908 | 2024-09-25T03:18:50.717Z | Downloaded strum v0.26.3 |
909 | 2024-09-25T03:18:50.717Z | Downloaded spin v0.5.2 |
910 | 2024-09-25T03:18:50.717Z | Downloaded new_debug_unreachable v1.0.6 |
911 | 2024-09-25T03:18:50.717Z | Downloaded md-5 v0.10.6 |
912 | 2024-09-25T03:18:50.717Z | Downloaded lru v0.12.3 |
913 | 2024-09-25T03:18:50.717Z | Downloaded lalrpop-util v0.19.12 |
914 | 2024-09-25T03:18:50.717Z | Downloaded kstat-rs v0.2.4 |
915 | 2024-09-25T03:18:50.717Z | Downloaded hyper-tls v0.5.0 |
916 | 2024-09-25T03:18:50.717Z | Downloaded either v1.13.0 |
917 | 2024-09-25T03:18:50.717Z | Downloaded wyz v0.5.1 |
918 | 2024-09-25T03:18:50.717Z | Downloaded whoami v1.5.1 |
919 | 2024-09-25T03:18:50.717Z | Downloaded walkdir v2.5.0 |
920 | 2024-09-25T03:18:50.717Z | Downloaded stable_deref_trait v1.2.0 |
921 | 2024-09-25T03:18:50.717Z | Downloaded ssh-encoding v0.2.0 |
922 | 2024-09-25T03:18:50.717Z | Downloaded spki v0.7.3 |
923 | 2024-09-25T03:18:50.717Z | Downloaded rustls-pki-types v1.7.0 |
924 | 2024-09-25T03:18:50.741Z | Downloaded rustc_version v0.4.0 |
925 | 2024-09-25T03:18:50.741Z | Downloaded miniz_oxide v0.7.2 |
926 | 2024-09-25T03:18:50.741Z | Downloaded const_format v0.2.33 |
927 | 2024-09-25T03:18:50.741Z | Downloaded wait-timeout v0.2.0 |
928 | 2024-09-25T03:18:50.741Z | Downloaded structmeta v0.3.0 |
929 | 2024-09-25T03:18:50.741Z | Downloaded strip-ansi-escapes v0.2.0 |
930 | 2024-09-25T03:18:50.741Z | Downloaded stringprep v0.1.4 |
931 | 2024-09-25T03:18:50.741Z | Downloaded rand_seeder v0.3.0 |
932 | 2024-09-25T03:18:50.741Z | Downloaded instant v0.1.12 |
933 | 2024-09-25T03:18:50.741Z | Downloaded indent_write v2.2.0 |
934 | 2024-09-25T03:18:50.742Z | Downloaded httpdate v1.0.3 |
935 | 2024-09-25T03:18:50.742Z | Downloaded crc-any v2.5.0 |
936 | 2024-09-25T03:18:50.742Z | Downloaded futures-executor v0.3.30 |
937 | 2024-09-25T03:18:50.765Z | Downloaded foreign-types-shared v0.3.1 |
938 | 2024-09-25T03:18:50.765Z | Downloaded elliptic-curve v0.13.8 |
939 | 2024-09-25T03:18:50.765Z | Downloaded sqlparser_derive v0.2.2 |
940 | 2024-09-25T03:18:50.765Z | Downloaded salsa20 v0.10.2 |
941 | 2024-09-25T03:18:50.765Z | Downloaded rusty-fork v0.3.0 |
942 | 2024-09-25T03:18:50.766Z | Downloaded rustls-webpki v0.101.7 |
943 | 2024-09-25T03:18:50.789Z | Downloaded rustls-pemfile v1.0.4 |
944 | 2024-09-25T03:18:50.789Z | Downloaded matches v0.1.10 |
945 | 2024-09-25T03:18:50.789Z | Downloaded compact_str v0.8.0 |
946 | 2024-09-25T03:18:50.789Z | Downloaded ref-cast-impl v1.0.23 |
947 | 2024-09-25T03:18:50.789Z | Downloaded path-slash v0.1.5 |
948 | 2024-09-25T03:18:50.789Z | Downloaded parse-display-derive v0.10.0 |
949 | 2024-09-25T03:18:50.789Z | Downloaded num-conv v0.1.0 |
950 | 2024-09-25T03:18:50.789Z | Downloaded nu-ansi-term v0.50.0 |
951 | 2024-09-25T03:18:50.789Z | Downloaded futures-channel v0.3.30 |
952 | 2024-09-25T03:18:50.789Z | Downloaded ed25519-dalek v2.1.1 |
953 | 2024-09-25T03:18:50.789Z | Downloaded ssh-key v0.6.6 |
954 | 2024-09-25T03:18:50.813Z | Downloaded salty v0.3.0 |
955 | 2024-09-25T03:18:50.813Z | Downloaded is_ci v1.2.0 |
956 | 2024-09-25T03:18:50.813Z | Downloaded hostname v0.3.1 |
957 | 2024-09-25T03:18:50.813Z | Downloaded hickory-server v0.24.1 |
958 | 2024-09-25T03:18:50.813Z | Downloaded hex v0.4.3 |
959 | 2024-09-25T03:18:50.836Z | Downloaded crossbeam-utils v0.8.19 |
960 | 2024-09-25T03:18:50.836Z | Downloaded crc32fast v1.4.0 |
961 | 2024-09-25T03:18:50.836Z | Downloaded cookie_store v0.20.0 |
962 | 2024-09-25T03:18:50.836Z | Downloaded blake3 v1.5.1 |
963 | 2024-09-25T03:18:50.836Z | Downloaded backtrace v0.3.71 |
964 | 2024-09-25T03:18:50.836Z | Downloaded csv-core v0.1.11 |
965 | 2024-09-25T03:18:50.860Z | Downloaded clang-sys v1.7.0 |
966 | 2024-09-25T03:18:50.860Z | Downloaded hyper-util v0.1.7 |
967 | 2024-09-25T03:18:50.860Z | Downloaded hubpack_derive v0.1.1 |
968 | 2024-09-25T03:18:50.860Z | Downloaded http-range v0.1.5 |
969 | 2024-09-25T03:18:50.860Z | Downloaded http-body v0.4.6 |
970 | 2024-09-25T03:18:50.860Z | Downloaded funty v2.0.0 |
971 | 2024-09-25T03:18:50.860Z | Downloaded fragile v2.0.0 |
972 | 2024-09-25T03:18:50.860Z | Downloaded form_urlencoded v1.2.1 |
973 | 2024-09-25T03:18:50.860Z | Downloaded strum_macros v0.24.3 |
974 | 2024-09-25T03:18:50.860Z | Downloaded structmeta-derive v0.3.0 |
975 | 2024-09-25T03:18:50.860Z | Downloaded cookie v0.17.0 |
976 | 2024-09-25T03:18:50.860Z | Downloaded cstr-argument v0.1.2 |
977 | 2024-09-25T03:18:50.860Z | Downloaded crossbeam-deque v0.8.5 |
978 | 2024-09-25T03:18:50.860Z | Downloaded console v0.15.8 |
979 | 2024-09-25T03:18:50.884Z | Downloaded cipher v0.4.4 |
980 | 2024-09-25T03:18:50.884Z | Downloaded rustyline v14.0.0 |
981 | 2024-09-25T03:18:50.884Z | Downloaded native-tls v0.2.11 |
982 | 2024-09-25T03:18:50.884Z | Downloaded mockall_derive v0.13.0 |
983 | 2024-09-25T03:18:50.884Z | Downloaded mime_guess v2.0.4 |
984 | 2024-09-25T03:18:50.884Z | Downloaded indexmap v1.9.3 |
985 | 2024-09-25T03:18:50.884Z | Downloaded impl-trait-for-tuples v0.2.2 |
986 | 2024-09-25T03:18:50.907Z | Downloaded constant_time_eq v0.3.0 |
987 | 2024-09-25T03:18:50.907Z | Downloaded cobs v0.2.3 |
988 | 2024-09-25T03:18:50.907Z | Downloaded ciborium-io v0.2.2 |
989 | 2024-09-25T03:18:50.907Z | Downloaded chacha20 v0.9.1 |
990 | 2024-09-25T03:18:50.907Z | Downloaded base64 v0.22.1 |
991 | 2024-09-25T03:18:50.907Z | Downloaded waitgroup v0.1.2 |
992 | 2024-09-25T03:18:50.907Z | Downloaded crunchy v0.2.2 |
993 | 2024-09-25T03:18:50.907Z | Downloaded ctr v0.9.2 |
994 | 2024-09-25T03:18:50.907Z | Downloaded bytes v1.7.2 |
995 | 2024-09-25T03:18:50.907Z | Downloaded bcrypt-pbkdf v0.10.0 |
996 | 2024-09-25T03:18:50.908Z | Downloaded vte_generate_state_changes v0.1.1 |
997 | 2024-09-25T03:18:50.908Z | Downloaded structmeta v0.2.0 |
998 | 2024-09-25T03:18:50.908Z | Downloaded static_assertions v1.1.0 |
999 | 2024-09-25T03:18:50.908Z | Downloaded cfg_aliases v0.1.1 |
1000 | 2024-09-25T03:18:50.932Z | Downloaded bitfield-struct v0.6.1 |
1001 | 2024-09-25T03:18:50.932Z | Downloaded base64 v0.13.1 |
1002 | 2024-09-25T03:18:50.932Z | Downloaded ssh-cipher v0.2.0 |
1003 | 2024-09-25T03:18:50.932Z | Downloaded sqlformat v0.2.4 |
1004 | 2024-09-25T03:18:50.932Z | Downloaded spin v0.9.8 |
1005 | 2024-09-25T03:18:50.932Z | Downloaded same-file v1.0.6 |
1006 | 2024-09-25T03:18:50.932Z | Downloaded rustls-pemfile v2.1.3 |
1007 | 2024-09-25T03:18:50.932Z | Downloaded multimap v0.10.0 |
1008 | 2024-09-25T03:18:50.932Z | Downloaded memoffset v0.9.1 |
1009 | 2024-09-25T03:18:50.932Z | Downloaded maybe-uninit v2.0.0 |
1010 | 2024-09-25T03:18:50.932Z | Downloaded maplit v1.0.2 |
1011 | 2024-09-25T03:18:50.932Z | Downloaded lazy_static v1.5.0 |
1012 | 2024-09-25T03:18:50.932Z | Downloaded indoc v1.0.9 |
1013 | 2024-09-25T03:18:50.932Z | Downloaded humantime v2.1.0 |
1014 | 2024-09-25T03:18:50.956Z | Downloaded httparse v1.8.0 |
1015 | 2024-09-25T03:18:50.956Z | Downloaded bitstruct v0.1.1 |
1016 | 2024-09-25T03:18:50.956Z | Downloaded linked-hash-map v0.5.6 |
1017 | 2024-09-25T03:18:50.956Z | Downloaded libsw v3.3.1 |
1018 | 2024-09-25T03:18:50.956Z | Downloaded keccak v0.1.5 |
1019 | 2024-09-25T03:18:50.956Z | Downloaded instability v0.3.2 |
1020 | 2024-09-25T03:18:50.956Z | Downloaded hubpack v0.1.2 |
1021 | 2024-09-25T03:18:50.956Z | Downloaded cc v1.1.21 |
1022 | 2024-09-25T03:18:50.956Z | Downloaded castaway v0.2.3 |
1023 | 2024-09-25T03:18:50.956Z | Downloaded rustfmt-wrapper v0.2.1 |
1024 | 2024-09-25T03:18:50.956Z | Downloaded rayon v1.10.0 |
1025 | 2024-09-25T03:18:50.980Z | Downloaded ipnetwork v0.20.0 |
1026 | 2024-09-25T03:18:50.980Z | Downloaded internet-checksum v0.2.1 |
1027 | 2024-09-25T03:18:50.980Z | Downloaded chacha20poly1305 v0.10.1 |
1028 | 2024-09-25T03:18:50.980Z | Downloaded cancel-safe-futures v0.1.5 |
1029 | 2024-09-25T03:18:50.980Z | Downloaded aws-lc-rs v1.9.0 |
1030 | 2024-09-25T03:18:51.003Z | Downloaded atty v0.2.14 |
1031 | 2024-09-25T03:18:51.003Z | Downloaded ascii v1.1.0 |
1032 | 2024-09-25T03:18:51.003Z | Downloaded mirai-annotations v1.12.0 |
1033 | 2024-09-25T03:18:51.003Z | Downloaded md5 v0.7.0 |
1034 | 2024-09-25T03:18:51.003Z | Downloaded match_cfg v0.1.0 |
1035 | 2024-09-25T03:18:51.004Z | Downloaded crypto-bigint v0.5.5 |
1036 | 2024-09-25T03:18:51.004Z | Downloaded async-trait v0.1.82 |
1037 | 2024-09-25T03:18:51.027Z | Downloaded aes-gcm v0.10.3 |
1038 | 2024-09-25T03:18:51.027Z | Downloaded aes v0.8.4 |
1039 | 2024-09-25T03:18:51.027Z | Downloaded rand_core v0.6.4 |
1040 | 2024-09-25T03:18:51.027Z | Downloaded is-terminal v0.4.12 |
1041 | 2024-09-25T03:18:51.027Z | Downloaded hyper-staticfile v0.9.5 |
1042 | 2024-09-25T03:18:51.027Z | Downloaded crossterm v0.27.0 |
1043 | 2024-09-25T03:18:51.027Z | Downloaded crossbeam-epoch v0.9.18 |
1044 | 2024-09-25T03:18:51.051Z | Downloaded crossbeam-channel v0.5.12 |
1045 | 2024-09-25T03:18:51.051Z | Downloaded blake2 v0.10.6 |
1046 | 2024-09-25T03:18:51.051Z | Downloaded base64 v0.21.7 |
1047 | 2024-09-25T03:18:51.051Z | Downloaded async-stream v0.3.5 |
1048 | 2024-09-25T03:18:51.051Z | Downloaded async-recursion v1.1.1 |
1049 | 2024-09-25T03:18:51.051Z | Downloaded arrayref v0.3.7 |
1050 | 2024-09-25T03:18:51.051Z | Downloaded argon2 v0.5.3 |
1051 | 2024-09-25T03:18:51.051Z | Downloaded allocator-api2 v0.2.18 |
1052 | 2024-09-25T03:18:51.075Z | Downloaded aho-corasick v1.1.3 |
1053 | 2024-09-25T03:18:51.075Z | Downloaded http-body v1.0.0 |
1054 | 2024-09-25T03:18:51.075Z | Downloaded hostname v0.4.0 |
1055 | 2024-09-25T03:18:51.075Z | Downloaded home v0.5.9 |
1056 | 2024-09-25T03:18:51.075Z | Downloaded hex-literal v0.4.1 |
1057 | 2024-09-25T03:18:51.075Z | Downloaded heck v0.3.3 |
1058 | 2024-09-25T03:18:51.075Z | Downloaded headers-core v0.2.0 |
1059 | 2024-09-25T03:18:51.075Z | Downloaded crc-catalog v2.4.0 |
1060 | 2024-09-25T03:18:51.075Z | Downloaded convert_case v0.4.0 |
1061 | 2024-09-25T03:18:51.075Z | Downloaded const_format_proc_macros v0.2.33 |
1062 | 2024-09-25T03:18:51.075Z | Downloaded colored v2.1.0 |
1063 | 2024-09-25T03:18:51.075Z | Downloaded cmake v0.1.51 |
1064 | 2024-09-25T03:18:51.075Z | Downloaded ciborium-ll v0.2.2 |
1065 | 2024-09-25T03:18:51.075Z | Downloaded ciborium v0.2.2 |
1066 | 2024-09-25T03:18:51.100Z | Downloaded cfg_aliases v0.2.1 |
1067 | 2024-09-25T03:18:51.100Z | Downloaded base16ct v0.2.0 |
1068 | 2024-09-25T03:18:51.100Z | Downloaded backoff v0.4.0 |
1069 | 2024-09-25T03:18:51.100Z | Downloaded atomic-waker v1.1.2 |
1070 | 2024-09-25T03:18:51.101Z | Downloaded assert_matches v1.5.0 |
1071 | 2024-09-25T03:18:51.101Z | Downloaded array-init v0.0.4 |
1072 | 2024-09-25T03:18:51.101Z | Downloaded arc-swap v1.7.1 |
1073 | 2024-09-25T03:18:51.101Z | Downloaded ahash v0.8.11 |
1074 | 2024-09-25T03:18:51.101Z | Downloaded adler2 v2.0.0 |
1075 | 2024-09-25T03:18:51.101Z | Downloaded addr2line v0.21.0 |
1076 | 2024-09-25T03:18:51.101Z | Downloaded crc v3.2.1 |
1077 | 2024-09-25T03:18:51.101Z | Downloaded cookie v0.18.1 |
1078 | 2024-09-25T03:18:51.124Z | Downloaded const-oid v0.9.6 |
1079 | 2024-09-25T03:18:51.124Z | Downloaded cexpr v0.6.0 |
1080 | 2024-09-25T03:18:51.124Z | Downloaded cassowary v0.3.0 |
1081 | 2024-09-25T03:18:51.124Z | Downloaded bzip2 v0.4.4 |
1082 | 2024-09-25T03:18:51.125Z | Downloaded bitstruct_derive v0.1.0 |
1083 | 2024-09-25T03:18:51.125Z | Downloaded bitfield v0.14.0 |
1084 | 2024-09-25T03:18:51.125Z | Downloaded bit-set v0.5.3 |
1085 | 2024-09-25T03:18:51.125Z | Downloaded bcs v0.1.6 |
1086 | 2024-09-25T03:18:51.125Z | Downloaded bb8 v0.8.5 |
1087 | 2024-09-25T03:18:51.125Z | Downloaded base64ct v1.6.0 |
1088 | 2024-09-25T03:18:51.125Z | Downloaded atomicwrites v0.4.4 |
1089 | 2024-09-25T03:18:51.125Z | Downloaded async-stream-impl v0.3.5 |
1090 | 2024-09-25T03:18:51.125Z | Downloaded aead v0.5.2 |
1091 | 2024-09-25T03:18:51.125Z | Downloaded adler v1.0.2 |
1092 | 2024-09-25T03:18:51.125Z | Downloaded buf-list v1.0.3 |
1093 | 2024-09-25T03:18:51.148Z | Downloaded blowfish v0.9.1 |
1094 | 2024-09-25T03:18:51.148Z | Downloaded block-padding v0.3.3 |
1095 | 2024-09-25T03:18:51.148Z | Downloaded bitflags v1.3.2 |
1096 | 2024-09-25T03:18:51.148Z | Downloaded async-bb8-diesel v0.2.1 |
1097 | 2024-09-25T03:18:51.148Z | Downloaded ascii-canvas v3.0.0 |
1098 | 2024-09-25T03:18:51.148Z | Downloaded arrayvec v0.7.4 |
1099 | 2024-09-25T03:18:51.256Z | Compiling serde v1.0.208 |
1100 | 2024-09-25T03:18:51.256Z | Compiling lock_api v0.4.12 |
1101 | 2024-09-25T03:18:51.256Z | Compiling scopeguard v1.2.0 |
1102 | 2024-09-25T03:18:51.256Z | Compiling value-bag v1.9.0 |
1103 | 2024-09-25T03:18:51.256Z | Compiling shlex v1.3.0 |
1104 | 2024-09-25T03:18:51.281Z | Compiling typenum v1.17.0 |
1105 | 2024-09-25T03:18:51.315Z | Compiling syn v2.0.74 |
1106 | 2024-09-25T03:18:51.339Z | Compiling getrandom v0.2.14 |
1107 | 2024-09-25T03:18:51.506Z | Compiling jobserver v0.1.32 |
1108 | 2024-09-25T03:18:51.689Z | Compiling rand_core v0.6.4 |
1109 | 2024-09-25T03:18:51.808Z | Compiling log v0.4.21 |
1110 | 2024-09-25T03:18:51.840Z | Compiling generic-array v0.14.7 |
1111 | 2024-09-25T03:18:51.863Z | Compiling cc v1.1.21 |
1112 | 2024-09-25T03:18:52.142Z | Compiling subtle v2.5.0 |
1113 | 2024-09-25T03:18:52.166Z | Compiling const-oid v0.9.6 |
1114 | 2024-09-25T03:18:52.196Z | Compiling spin v0.9.8 |
1115 | 2024-09-25T03:18:52.304Z | Compiling smallvec v1.13.2 |
1116 | 2024-09-25T03:18:52.455Z | Compiling pin-project-lite v0.2.14 |
1117 | 2024-09-25T03:18:52.544Z | Compiling parking_lot_core v0.9.10 |
1118 | 2024-09-25T03:18:52.571Z | Compiling signal-hook-registry v1.4.2 |
1119 | 2024-09-25T03:18:52.596Z | Compiling mio v1.0.2 |
1120 | 2024-09-25T03:18:52.650Z | Compiling socket2 v0.5.7 |
1121 | 2024-09-25T03:18:53.324Z | Compiling parking_lot v0.12.2 |
1122 | 2024-09-25T03:18:53.478Z | Compiling rustix v0.38.34 |
1123 | 2024-09-25T03:18:53.511Z | Compiling ahash v0.8.11 |
1124 | 2024-09-25T03:18:53.536Z | Compiling futures-sink v0.3.30 |
1125 | 2024-09-25T03:18:53.664Z | Compiling futures-core v0.3.30 |
1126 | 2024-09-25T03:18:53.688Z | Compiling cpufeatures v0.2.12 |
1127 | 2024-09-25T03:18:53.724Z | Compiling slab v0.4.9 |
1128 | 2024-09-25T03:18:53.780Z | Compiling aho-corasick v1.1.3 |
1129 | 2024-09-25T03:18:53.881Z | Compiling regex-syntax v0.8.4 |
1130 | 2024-09-25T03:18:53.905Z | Compiling allocator-api2 v0.2.18 |
1131 | 2024-09-25T03:18:54.113Z | Compiling tinyvec_macros v0.1.1 |
1132 | 2024-09-25T03:18:54.205Z | Compiling glob v0.3.1 |
1133 | 2024-09-25T03:18:54.271Z | Compiling tinyvec v1.6.0 |
1134 | 2024-09-25T03:18:54.386Z | Compiling futures-channel v0.3.30 |
1135 | 2024-09-25T03:18:54.566Z | Compiling lazy_static v1.5.0 |
1136 | 2024-09-25T03:18:54.672Z | Compiling libm v0.2.8 |
1137 | 2024-09-25T03:18:54.755Z | Compiling pin-utils v0.1.0 |
1138 | 2024-09-25T03:18:55.046Z | Compiling futures-io v0.3.30 |
1139 | 2024-09-25T03:18:55.184Z | Compiling either v1.13.0 |
1140 | 2024-09-25T03:18:55.304Z | Compiling clang-sys v1.7.0 |
1141 | 2024-09-25T03:18:55.369Z | Compiling futures-task v0.3.30 |
1142 | 2024-09-25T03:18:55.617Z | Compiling base64ct v1.6.0 |
1143 | 2024-09-25T03:18:55.697Z | Compiling prettyplease v0.2.20 |
1144 | 2024-09-25T03:18:55.733Z | Compiling ring v0.17.8 |
1145 | 2024-09-25T03:18:55.811Z | Compiling serde_json v1.0.125 |
1146 | 2024-09-25T03:18:56.199Z | Compiling unicode-normalization v0.1.23 |
1147 | 2024-09-25T03:18:56.229Z | Compiling pem-rfc7468 v0.7.0 |
1148 | 2024-09-25T03:18:56.376Z | Compiling num-traits v0.2.19 |
1149 | 2024-09-25T03:18:56.399Z | Compiling flagset v0.4.5 |
1150 | 2024-09-25T03:18:56.605Z | Compiling unicode-bidi v0.3.15 |
1151 | 2024-09-25T03:18:56.673Z | Compiling minimal-lexical v0.2.1 |
1152 | 2024-09-25T03:18:57.137Z | Compiling nom v7.1.3 |
1153 | 2024-09-25T03:18:57.180Z | Compiling regex-automata v0.4.6 |
1154 | 2024-09-25T03:18:57.885Z | Compiling libloading v0.8.3 |
1155 | 2024-09-25T03:18:58.262Z | Compiling home v0.5.9 |
1156 | 2024-09-25T03:18:58.391Z | Compiling bindgen v0.69.4 |
1157 | 2024-09-25T03:18:59.733Z | Compiling itertools v0.12.1 |
1158 | 2024-09-25T03:19:00.087Z | Compiling cexpr v0.6.0 |
1159 | 2024-09-25T03:19:00.366Z | Compiling tracing-core v0.1.32 |
1160 | 2024-09-25T03:19:01.547Z | Compiling vcpkg v0.2.15 |
1161 | 2024-09-25T03:19:01.571Z | Compiling lazycell v1.3.0 |
1162 | 2024-09-25T03:19:01.616Z | Compiling pkg-config v0.3.30 |
1163 | 2024-09-25T03:19:01.724Z | Compiling regex v1.10.6 |
1164 | 2024-09-25T03:19:01.848Z | Compiling rustc-hash v1.1.0 |
1165 | 2024-09-25T03:19:01.983Z | Compiling untrusted v0.9.0 |
1166 | 2024-09-25T03:19:02.359Z | Compiling cmake v0.1.51 |
1167 | 2024-09-25T03:19:02.642Z | Compiling dunce v1.0.5 |
1168 | 2024-09-25T03:19:02.765Z | Compiling fs_extra v1.3.0 |
1169 | 2024-09-25T03:19:02.997Z | Compiling ppv-lite86 v0.2.17 |
1170 | 2024-09-25T03:19:03.246Z | Compiling percent-encoding v2.3.1 |
1171 | 2024-09-25T03:19:03.299Z | Compiling httparse v1.8.0 |
1172 | 2024-09-25T03:19:03.402Z | Compiling openssl-sys v0.9.103 |
1173 | 2024-09-25T03:19:03.574Z | Compiling try-lock v0.2.5 |
1174 | 2024-09-25T03:19:03.634Z | Compiling serde_derive v1.0.208 |
1175 | 2024-09-25T03:19:03.671Z | Compiling zeroize_derive v1.4.2 |
1176 | 2024-09-25T03:19:03.695Z | Compiling zerocopy-derive v0.7.34 |
1177 | 2024-09-25T03:19:03.725Z | Compiling tokio-macros v2.4.0 |
1178 | 2024-09-25T03:19:04.301Z | Compiling futures-macro v0.3.30 |
1179 | 2024-09-25T03:19:04.952Z | Compiling zeroize v1.8.1 |
1180 | 2024-09-25T03:19:05.072Z | Compiling der_derive v0.7.2 |
1181 | 2024-09-25T03:19:05.397Z | Compiling thiserror-impl v1.0.63 |
1182 | 2024-09-25T03:19:05.555Z | Compiling zerocopy v0.7.34 |
1183 | 2024-09-25T03:19:05.922Z | Compiling futures-util v0.3.30 |
1184 | 2024-09-25T03:19:06.520Z | Compiling crypto-common v0.1.6 |
1185 | 2024-09-25T03:19:06.722Z | Compiling block-buffer v0.10.4 |
1186 | 2024-09-25T03:19:06.976Z | Compiling digest v0.10.7 |
1187 | 2024-09-25T03:19:07.112Z | Compiling block-padding v0.3.3 |
1188 | 2024-09-25T03:19:07.329Z | Compiling inout v0.1.3 |
1189 | 2024-09-25T03:19:07.410Z | Compiling hmac v0.12.1 |
1190 | 2024-09-25T03:19:07.434Z | Compiling hashbrown v0.14.5 |
1191 | 2024-09-25T03:19:07.574Z | Compiling cipher v0.4.4 |
1192 | 2024-09-25T03:19:07.638Z | Compiling sha2 v0.10.8 |
1193 | 2024-09-25T03:19:07.766Z | Compiling der v0.7.9 |
1194 | 2024-09-25T03:19:08.045Z | Compiling salsa20 v0.10.2 |
1195 | 2024-09-25T03:19:08.102Z | Compiling thiserror v1.0.63 |
1196 | 2024-09-25T03:19:08.230Z | Compiling pbkdf2 v0.12.2 |
1197 | 2024-09-25T03:19:08.256Z | Compiling tracing-attributes v0.1.27 |
1198 | 2024-09-25T03:19:08.388Z | Compiling scrypt v0.11.0 |
1199 | 2024-09-25T03:19:08.599Z | Compiling aes v0.8.4 |
1200 | 2024-09-25T03:19:08.770Z | Compiling cbc v0.1.2 |
1201 | 2024-09-25T03:19:08.865Z | Compiling pest v2.7.10 |
1202 | 2024-09-25T03:19:09.130Z | Compiling scroll_derive v0.12.0 |
1203 | 2024-09-25T03:19:10.296Z | Compiling spki v0.7.3 |
1204 | 2024-09-25T03:19:10.357Z | Compiling rand_chacha v0.3.1 |
1205 | 2024-09-25T03:19:10.619Z | Compiling pkcs5 v0.7.1 |
1206 | 2024-09-25T03:19:10.670Z | Compiling paste v1.0.15 |
1207 | 2024-09-25T03:19:10.734Z | Compiling rand v0.8.5 |
1208 | 2024-09-25T03:19:11.116Z | Compiling pkcs8 v0.10.2 |
1209 | 2024-09-25T03:19:11.170Z | Compiling pest_meta v2.7.10 |
1210 | 2024-09-25T03:19:11.480Z | Compiling tracing v0.1.40 |
1211 | 2024-09-25T03:19:11.525Z | Compiling scroll v0.12.0 |
1212 | 2024-09-25T03:19:11.728Z | Compiling want v0.3.1 |
1213 | 2024-09-25T03:19:11.942Z | Compiling num-conv v0.1.0 |
1214 | 2024-09-25T03:19:11.990Z | Compiling rustversion v1.0.17 |
1215 | 2024-09-25T03:19:12.021Z | Compiling aws-lc-rs v1.9.0 |
1216 | 2024-09-25T03:19:12.182Z | Compiling foreign-types-shared v0.1.1 |
1217 | 2024-09-25T03:19:12.219Z | Compiling pest_generator v2.7.10 |
1218 | 2024-09-25T03:19:12.244Z | Compiling httpdate v1.0.3 |
1219 | 2024-09-25T03:19:12.291Z | Compiling time-core v0.1.2 |
1220 | 2024-09-25T03:19:12.382Z | Compiling openssl v0.10.66 |
1221 | 2024-09-25T03:19:12.443Z | Compiling powerfmt v0.2.0 |
1222 | 2024-09-25T03:19:12.477Z | Compiling tower-service v0.3.2 |
1223 | 2024-09-25T03:19:12.592Z | Compiling time-macros v0.2.18 |
1224 | 2024-09-25T03:19:12.672Z | Compiling goblin v0.8.2 |
1225 | 2024-09-25T03:19:12.703Z | Compiling deranged v0.3.11 |
1226 | 2024-09-25T03:19:12.784Z | Compiling foreign-types v0.3.2 |
1227 | 2024-09-25T03:19:13.851Z | Compiling openssl-macros v0.1.1 |
1228 | 2024-09-25T03:19:13.881Z | Compiling form_urlencoded v1.2.1 |
1229 | 2024-09-25T03:19:14.042Z | Compiling siphasher v0.3.11 |
1230 | 2024-09-25T03:19:14.171Z | Compiling crossbeam-utils v0.8.19 |
1231 | 2024-09-25T03:19:14.289Z | Compiling rustls v0.21.12 |
1232 | 2024-09-25T03:19:14.361Z | Compiling native-tls v0.2.11 |
1233 | 2024-09-25T03:19:14.499Z | Compiling syn v1.0.109 |
1234 | 2024-09-25T03:19:14.531Z | Compiling num_threads v0.1.7 |
1235 | 2024-09-25T03:19:14.800Z | Compiling signature v2.2.0 |
1236 | 2024-09-25T03:19:14.826Z | Compiling rustls-webpki v0.101.7 |
1237 | 2024-09-25T03:19:15.061Z | Compiling sct v0.7.1 |
1238 | 2024-09-25T03:19:15.109Z | Compiling bytes v1.7.2 |
1239 | 2024-09-25T03:19:15.302Z | Compiling bitflags v2.6.0 |
1240 | 2024-09-25T03:19:15.340Z | Compiling indexmap v2.4.0 |
1241 | 2024-09-25T03:19:15.463Z | Compiling semver v1.0.23 |
1242 | 2024-09-25T03:19:15.956Z | Compiling tokio v1.39.3 |
1243 | 2024-09-25T03:19:16.108Z | Compiling rustc_version v0.4.0 |
1244 | 2024-09-25T03:19:16.210Z | Compiling http v0.2.12 |
1245 | 2024-09-25T03:19:16.439Z | Compiling pest_derive v2.7.10 |
1246 | 2024-09-25T03:19:16.558Z | Compiling http v1.1.0 |
1247 | 2024-09-25T03:19:16.766Z | Compiling heapless v0.7.17 |
1248 | 2024-09-25T03:19:17.114Z | Compiling dtrace-parser v0.2.0 |
1249 | 2024-09-25T03:19:17.976Z | Compiling http-body v0.4.6 |
1250 | 2024-09-25T03:19:18.356Z | Compiling dof v0.3.0 |
1251 | 2024-09-25T03:19:18.381Z | Compiling time v0.3.36 |
1252 | 2024-09-25T03:19:18.709Z | Compiling uuid v1.10.0 |
1253 | 2024-09-25T03:19:18.924Z | Compiling which v4.4.2 |
1254 | 2024-09-25T03:19:19.862Z | Compiling idna v0.5.0 |
1255 | 2024-09-25T03:19:20.121Z | Compiling cookie v0.17.0 |
1256 | 2024-09-25T03:19:20.299Z | Compiling iana-time-zone v0.1.60 |
1257 | 2024-09-25T03:19:20.434Z | Compiling finl_unicode v1.2.0 |
1258 | 2024-09-25T03:19:20.767Z | Compiling openssl-probe v0.1.5 |
1259 | 2024-09-25T03:19:21.020Z | Compiling slog v2.7.0 |
1260 | 2024-09-25T03:19:21.128Z | Compiling mirai-annotations v1.12.0 |
1261 | 2024-09-25T03:19:21.194Z | Compiling stringprep v0.1.4 |
1262 | 2024-09-25T03:19:21.330Z | Compiling url v2.5.2 |
1263 | 2024-09-25T03:19:21.354Z | Compiling chrono v0.4.38 |
1264 | 2024-09-25T03:19:21.720Z | Compiling usdt-impl v0.5.0 |
1265 | 2024-09-25T03:19:22.955Z | Compiling tokio-util v0.7.11 |
1266 | 2024-09-25T03:19:23.057Z | Compiling curve25519-dalek v4.1.3 |
1267 | 2024-09-25T03:19:23.574Z | Compiling serde_tokenstream v0.2.2 |
1268 | 2024-09-25T03:19:24.111Z | Compiling h2 v0.3.26 |
1269 | 2024-09-25T03:19:24.135Z | Compiling serde_spanned v0.6.7 |
1270 | 2024-09-25T03:19:24.345Z | Compiling toml_datetime v0.6.8 |
1271 | 2024-09-25T03:19:24.543Z | Compiling md-5 v0.10.6 |
1272 | 2024-09-25T03:19:24.787Z | Compiling pin-project-internal v1.1.5 |
1273 | 2024-09-25T03:19:24.820Z | Compiling num-integer v0.1.46 |
1274 | 2024-09-25T03:19:25.481Z | Compiling idna v0.3.0 |
1275 | 2024-09-25T03:19:25.505Z | Compiling backtrace v0.3.71 |
1276 | 2024-09-25T03:19:25.910Z | Compiling ff v0.13.0 |
1277 | 2024-09-25T03:19:26.106Z | Compiling hash32 v0.2.1 |
1278 | 2024-09-25T03:19:26.423Z | Compiling stable_deref_trait v1.2.0 |
1279 | 2024-09-25T03:19:26.519Z | Compiling smoltcp v0.9.1 |
1280 | 2024-09-25T03:19:26.756Z | Compiling rustls v0.23.10 |
1281 | 2024-09-25T03:19:26.999Z | Compiling signal-hook v0.3.17 |
1282 | 2024-09-25T03:19:27.146Z | Compiling fallible-iterator v0.2.0 |
1283 | 2024-09-25T03:19:27.223Z | Compiling base16ct v0.2.0 |
1284 | 2024-09-25T03:19:27.248Z | Compiling psl-types v2.0.11 |
1285 | 2024-09-25T03:19:27.425Z | Compiling rustls-pki-types v1.7.0 |
1286 | 2024-09-25T03:19:27.506Z | Compiling gimli v0.28.1 |
1287 | 2024-09-25T03:19:27.732Z | Compiling base64 v0.22.1 |
1288 | 2024-09-25T03:19:28.135Z | Compiling atomic-waker v1.1.2 |
1289 | 2024-09-25T03:19:28.305Z | Compiling crc32fast v1.4.0 |
1290 | 2024-09-25T03:19:28.411Z | Compiling adler v1.0.2 |
1291 | 2024-09-25T03:19:28.614Z | Compiling num-bigint-dig v0.8.4 |
1292 | 2024-09-25T03:19:28.781Z | Compiling miniz_oxide v0.7.2 |
1293 | 2024-09-25T03:19:28.828Z | Compiling h2 v0.4.6 |
1294 | 2024-09-25T03:19:28.919Z | Compiling postgres-protocol v0.6.7 |
1295 | 2024-09-25T03:19:29.451Z | Compiling publicsuffix v2.2.3 |
1296 | 2024-09-25T03:19:29.667Z | Compiling hyper v0.14.30 |
1297 | 2024-09-25T03:19:30.105Z | Compiling sec1 v0.7.3 |
1298 | 2024-09-25T03:19:30.383Z | Compiling pin-project v1.1.5 |
1299 | 2024-09-25T03:19:30.612Z | Compiling tokio-rustls v0.24.1 |
1300 | 2024-09-25T03:19:30.936Z | Compiling group v0.13.0 |
1301 | 2024-09-25T03:19:31.217Z | Compiling addr2line v0.21.0 |
1302 | 2024-09-25T03:19:31.540Z | Compiling num-iter v0.1.45 |
1303 | 2024-09-25T03:19:31.685Z | Compiling tokio-native-tls v0.3.1 |
1304 | 2024-09-25T03:19:31.934Z | Compiling terminal_size v0.3.0 |
1305 | 2024-09-25T03:19:32.120Z | Compiling http-body v1.0.0 |
1306 | 2024-09-25T03:19:32.326Z | Compiling phf_shared v0.11.2 |
1307 | 2024-09-25T03:19:32.465Z | Compiling hkdf v0.12.4 |
1308 | 2024-09-25T03:19:32.614Z | Compiling crypto-bigint v0.5.5 |
1309 | 2024-09-25T03:19:32.656Z | Compiling zerocopy-derive v0.6.6 |
1310 | 2024-09-25T03:19:32.680Z | Compiling curve25519-dalek-derive v0.1.1 |
1311 | 2024-09-25T03:19:32.708Z | Compiling async-trait v0.1.82 |
1312 | 2024-09-25T03:19:33.939Z | Compiling serde_derive_internals v0.29.1 |
1313 | 2024-09-25T03:19:34.341Z | Compiling hubpack_derive v0.1.1 |
1314 | 2024-09-25T03:19:34.414Z | Compiling object v0.32.2 |
1315 | 2024-09-25T03:19:35.011Z | Compiling fs-err v2.11.0 |
1316 | 2024-09-25T03:19:35.170Z | Compiling winnow v0.5.40 |
1317 | 2024-09-25T03:19:35.295Z | Compiling adler2 v2.0.0 |
1318 | 2024-09-25T03:19:35.471Z | Compiling ipnet v2.9.0 |
1319 | 2024-09-25T03:19:36.200Z | Compiling base64 v0.21.7 |
1320 | 2024-09-25T03:19:36.518Z | Compiling tower-layer v0.3.2 |
1321 | 2024-09-25T03:19:36.758Z | Compiling schemars v0.8.21 |
1322 | 2024-09-25T03:19:36.846Z | Compiling managed v0.8.0 |
1323 | 2024-09-25T03:19:37.058Z | Compiling rustc-demangle v0.1.24 |
1324 | 2024-09-25T03:19:37.229Z | Compiling anyhow v1.0.89 |
1325 | 2024-09-25T03:19:37.254Z | Compiling bitflags v1.3.2 |
1326 | 2024-09-25T03:19:37.444Z | Compiling clap_builder v4.5.18 |
1327 | 2024-09-25T03:19:37.748Z | Compiling tower v0.4.13 |
1328 | 2024-09-25T03:19:37.915Z | Compiling rustls-pemfile v1.0.4 |
1329 | 2024-09-25T03:19:37.954Z | Compiling toml_edit v0.19.15 |
1330 | 2024-09-25T03:19:38.311Z | Compiling schemars_derive v0.8.21 |
1331 | 2024-09-25T03:19:38.334Z | Compiling miniz_oxide v0.8.0 |
1332 | 2024-09-25T03:19:38.661Z | Compiling hyper-tls v0.5.0 |
1333 | 2024-09-25T03:19:38.958Z | Compiling hyper-rustls v0.24.2 |
1334 | 2024-09-25T03:19:39.124Z | Compiling hubpack v0.1.2 |
1335 | 2024-09-25T03:19:39.276Z | Compiling elliptic-curve v0.13.8 |
1336 | 2024-09-25T03:19:39.522Z | Compiling zerocopy v0.6.6 |
1337 | 2024-09-25T03:19:39.656Z | Compiling hyper v1.4.1 |
1338 | 2024-09-25T03:19:40.415Z | Compiling phf v0.11.2 |
1339 | 2024-09-25T03:19:40.670Z | Compiling cookie_store v0.20.0 |
1340 | 2024-09-25T03:19:42.802Z | Compiling postgres-types v0.2.7 |
1341 | 2024-09-25T03:19:43.191Z | Compiling usdt-attr-macro v0.5.0 |
1342 | 2024-09-25T03:19:43.272Z | Compiling usdt-macro v0.5.0 |
1343 | 2024-09-25T03:19:44.089Z | Compiling strum_macros v0.25.3 |
1344 | 2024-09-25T03:19:44.523Z | Compiling enum-as-inner v0.6.0 |
1345 | 2024-09-25T03:19:44.605Z | Compiling clap_derive v4.5.18 |
1346 | 2024-09-25T03:19:44.649Z | Compiling serde_urlencoded v0.7.1 |
1347 | 2024-09-25T03:19:45.150Z | Compiling serde-big-array v0.5.1 |
1348 | 2024-09-25T03:19:45.242Z | Compiling ed25519 v2.2.3 |
1349 | 2024-09-25T03:19:45.367Z | Compiling phf_shared v0.10.0 |
1350 | 2024-09-25T03:19:45.445Z | Compiling pkcs1 v0.7.5 |
1351 | 2024-09-25T03:19:45.709Z | Compiling futures-executor v0.3.30 |
1352 | 2024-09-25T03:19:46.204Z | Compiling rfc6979 v0.4.0 |
1353 | 2024-09-25T03:19:46.305Z | Compiling serde_repr v0.1.19 |
1354 | 2024-09-25T03:19:46.376Z | Compiling bstr v1.9.1 |
1355 | 2024-09-25T03:19:46.532Z | Compiling float-cmp v0.9.0 |
1356 | 2024-09-25T03:19:46.742Z | Compiling idna v0.4.0 |
1357 | 2024-09-25T03:19:46.916Z | Compiling mio v0.8.11 |
1358 | 2024-09-25T03:19:47.290Z | Compiling encoding_rs v0.8.34 |
1359 | 2024-09-25T03:19:47.439Z | Compiling data-encoding v2.6.0 |
1360 | 2024-09-25T03:19:47.857Z | Compiling whoami v1.5.1 |
1361 | 2024-09-25T03:19:48.028Z | Compiling difflib v0.4.0 |
1362 | 2024-09-25T03:19:48.058Z | Compiling sync_wrapper v0.1.2 |
1363 | 2024-09-25T03:19:48.196Z | Compiling predicates-core v1.0.6 |
1364 | 2024-09-25T03:19:48.457Z | Compiling unicode-segmentation v1.11.0 |
1365 | 2024-09-25T03:19:48.576Z | Compiling dyn-clone v1.0.17 |
1366 | 2024-09-25T03:19:48.637Z | Compiling new_debug_unreachable v1.0.6 |
1367 | 2024-09-25T03:19:48.732Z | Compiling normalize-line-endings v0.3.0 |
1368 | 2024-09-25T03:19:48.780Z | Compiling bit-vec v0.6.3 |
1369 | 2024-09-25T03:19:48.849Z | Compiling webpki-roots v0.25.4 |
1370 | 2024-09-25T03:19:49.008Z | Compiling fixedbitset v0.4.2 |
1371 | 2024-09-25T03:19:49.174Z | Compiling mime v0.3.17 |
1372 | 2024-09-25T03:19:49.200Z | Compiling static_assertions v1.1.0 |
1373 | 2024-09-25T03:19:49.301Z | Compiling precomputed-hash v0.1.1 |
1374 | 2024-09-25T03:19:49.375Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1375 | 2024-09-25T03:19:49.403Z | Compiling petgraph v0.6.5 |
1376 | 2024-09-25T03:19:49.427Z | Compiling string_cache v0.8.7 |
1377 | 2024-09-25T03:19:49.451Z | Compiling console v0.15.8 |
1378 | 2024-09-25T03:19:49.689Z | Compiling reqwest v0.11.27 |
1379 | 2024-09-25T03:19:49.883Z | Compiling bit-set v0.5.3 |
1380 | 2024-09-25T03:19:50.140Z | Compiling similar v2.6.0 |
1381 | 2024-09-25T03:19:50.744Z | Compiling predicates v3.1.2 |
1382 | 2024-09-25T03:19:50.805Z | Compiling toml_edit v0.22.20 |
1383 | 2024-09-25T03:19:52.168Z | Compiling clap v4.5.18 |
1384 | 2024-09-25T03:19:52.279Z | Compiling tokio-postgres v0.7.11 |
1385 | 2024-09-25T03:19:52.631Z | Compiling hickory-proto v0.24.1 |
1386 | 2024-09-25T03:19:52.816Z | Compiling signal-hook-mio v0.2.4 |
1387 | 2024-09-25T03:19:52.983Z | Compiling usdt v0.5.0 |
1388 | 2024-09-25T03:19:53.427Z | Compiling ecdsa v0.16.9 |
1389 | 2024-09-25T03:19:54.135Z | Compiling futures v0.3.30 |
1390 | 2024-09-25T03:19:54.247Z | Compiling rsa v0.9.6 |
1391 | 2024-09-25T03:19:54.906Z | Compiling ed25519-dalek v2.1.1 |
1392 | 2024-09-25T03:19:55.189Z | Compiling flate2 v1.0.33 |
1393 | 2024-09-25T03:19:56.005Z | Compiling hyper-util v0.1.7 |
1394 | 2024-09-25T03:19:56.783Z | Compiling toml v0.7.8 |
1395 | 2024-09-25T03:19:57.618Z | Compiling crossbeam-epoch v0.9.18 |
1396 | 2024-09-25T03:19:57.737Z | Compiling tokio-stream v0.1.15 |
1397 | 2024-09-25T03:19:58.204Z | Compiling openapiv3 v2.0.0 |
1398 | 2024-09-25T03:19:58.321Z | Compiling hex v0.4.3 |
1399 | 2024-09-25T03:19:58.482Z | Compiling x509-cert v0.2.5 |
1400 | 2024-09-25T03:19:58.662Z | Compiling sha1 v0.10.6 |
1401 | 2024-09-25T03:19:58.885Z | Compiling itertools v0.10.5 |
1402 | 2024-09-25T03:19:59.015Z | Compiling dirs-sys-next v0.1.2 |
1403 | 2024-09-25T03:19:59.580Z | Compiling peg-runtime v0.8.3 |
1404 | 2024-09-25T03:20:00.162Z | Compiling unicode-xid v0.2.4 |
1405 | 2024-09-25T03:20:00.322Z | Compiling lalrpop-util v0.19.12 |
1406 | 2024-09-25T03:20:00.629Z | Compiling dirs-next v2.0.0 |
1407 | 2024-09-25T03:20:00.804Z | Compiling thread_local v1.1.8 |
1408 | 2024-09-25T03:20:00.828Z | Compiling slog-async v2.8.0 |
1409 | 2024-09-25T03:20:01.118Z | Compiling term v0.7.0 |
1410 | 2024-09-25T03:20:01.201Z | Compiling crossbeam-channel v0.5.12 |
1411 | 2024-09-25T03:20:01.287Z | Compiling strum_macros v0.26.4 |
1412 | 2024-09-25T03:20:01.341Z | Compiling xattr v1.3.1 |
1413 | 2024-09-25T03:20:01.582Z | Compiling filetime v0.2.25 |
1414 | 2024-09-25T03:20:01.680Z | Compiling is-terminal v0.4.12 |
1415 | 2024-09-25T03:20:01.801Z | Compiling take_mut v0.2.2 |
1416 | 2024-09-25T03:20:01.863Z | Compiling slog-term v2.9.1 |
1417 | 2024-09-25T03:20:02.132Z | Compiling tar v0.4.41 |
1418 | 2024-09-25T03:20:02.156Z | Compiling camino v1.1.9 |
1419 | 2024-09-25T03:20:05.330Z | Compiling strum v0.26.3 |
1420 | 2024-09-25T03:20:07.924Z | Compiling aws-lc-sys v0.21.2 |
1421 | 2024-09-25T03:20:23.493Z | Compiling rustls-webpki v0.102.4 |
1422 | 2024-09-25T03:20:29.026Z | Compiling tokio-rustls v0.26.0 |
1423 | 2024-09-25T03:20:33.103Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1424 | 2024-09-25T03:20:33.438Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1425 | 2024-09-25T03:20:39.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 52s |
1426 | 2024-09-25T03:20:40.085Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1427 | 2024-09-25T03:20:40.163Z | Sep 25 03:20:40.114 INFO Starting download, target: Cockroach |
1428 | 2024-09-25T03:20:40.163Z | Sep 25 03:20:40.114 INFO Starting download, target: Clickhouse |
1429 | 2024-09-25T03:20:40.163Z | Sep 25 03:20:40.114 INFO Starting download, target: DendriteOpenapi |
1430 | 2024-09-25T03:20:40.163Z | Sep 25 03:20:40.114 INFO Starting download, target: Console |
1431 | 2024-09-25T03:20:40.163Z | Sep 25 03:20:40.114 INFO Starting download, target: DendriteStub |
1432 | 2024-09-25T03:20:40.163Z | Sep 25 03:20:40.114 INFO Starting download, target: MaghemiteMgd |
1433 | 2024-09-25T03:20:40.187Z | Sep 25 03:20:40.114 INFO Starting download, target: TransceiverControl |
1434 | 2024-09-25T03:20:40.187Z | Sep 25 03:20:40.116 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1435 | 2024-09-25T03:20:40.188Z | Sep 25 03:20:40.116 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1436 | 2024-09-25T03:20:40.188Z | Sep 25 03:20:40.116 INFO Downloading out/downloads/dpd-8dab641b522375a4b403ae4bd0c9a22d905fae5d.json (attempt 1/3), target: DendriteOpenapi |
1437 | 2024-09-25T03:20:40.188Z | Sep 25 03:20:40.116 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1438 | 2024-09-25T03:20:40.188Z | Sep 25 03:20:40.116 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1439 | 2024-09-25T03:20:40.188Z | Sep 25 03:20:40.116 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1440 | 2024-09-25T03:20:40.188Z | Sep 25 03:20:40.116 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1441 | 2024-09-25T03:20:40.516Z | Sep 25 03:20:40.463 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1442 | 2024-09-25T03:20:40.649Z | Sep 25 03:20:40.597 INFO Download complete, target: DendriteOpenapi |
1443 | 2024-09-25T03:20:40.841Z | Sep 25 03:20:40.788 INFO Download complete, target: Console |
1444 | 2024-09-25T03:20:40.968Z | Sep 25 03:20:40.918 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1445 | 2024-09-25T03:20:41.664Z | Sep 25 03:20:41.614 INFO Download complete, target: TransceiverControl |
1446 | 2024-09-25T03:20:42.279Z | Sep 25 03:20:42.230 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1447 | 2024-09-25T03:20:42.320Z | Sep 25 03:20:42.270 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1448 | 2024-09-25T03:20:45.759Z | Sep 25 03:20:45.710 INFO Download complete, target: DendriteStub |
1449 | 2024-09-25T03:20:45.783Z | Sep 25 03:20:45.734 INFO Download complete, target: MaghemiteMgd |
1450 | 2024-09-25T03:20:54.298Z | Sep 25 03:20:54.250 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1451 | 2024-09-25T03:20:54.298Z | Sep 25 03:20:54.250 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1452 | 2024-09-25T03:20:57.310Z | Sep 25 03:20:57.261 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1453 | 2024-09-25T03:21:03.255Z | Sep 25 03:21:03.208 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1454 | 2024-09-25T03:21:03.925Z | Sep 25 03:21:03.877 INFO Checking that binary works, target: Cockroach |
1455 | 2024-09-25T03:21:04.264Z | Sep 25 03:21:04.217 INFO Download complete, target: Cockroach |
1456 | 2024-09-25T03:21:12.853Z | Sep 25 03:21:12.806 INFO Checking that binary works, target: Clickhouse |
1457 | 2024-09-25T03:21:13.103Z | Sep 25 03:21:13.055 INFO Download complete, target: Clickhouse |
1458 | 2024-09-25T03:21:13.127Z | All prerequisites installed successfully |
1459 | 2024-09-25T03:21:13.127Z | |
1460 | 2024-09-25T03:21:13.127Z | real 5:53.713806022 |
1461 | 2024-09-25T03:21:13.127Z | user 12:53.349547750 |
1462 | 2024-09-25T03:21:13.127Z | sys 2:52.207658246 |
1463 | 2024-09-25T03:21:13.127Z | trap 0.407507317 |
1464 | 2024-09-25T03:21:13.127Z | tflt 0.813068768 |
1465 | 2024-09-25T03:21:13.127Z | dflt 1.867879119 |
1466 | 2024-09-25T03:21:13.127Z | kflt 0.009169770 |
1467 | 2024-09-25T03:21:13.127Z | lock 28:33.511512793 |
1468 | 2024-09-25T03:21:13.127Z | slp 50:42.716187689 |
1469 | 2024-09-25T03:21:13.127Z | lat 55.718207888 |
1470 | 2024-09-25T03:21:13.127Z | stop 2:05.105551605 |
1471 | 2024-09-25T03:21:13.127Z | + ptime -m cargo xtask download softnpu |
1472 | 2024-09-25T03:21:14.030Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s |
1473 | 2024-09-25T03:21:14.054Z | Running `target/debug/xtask download softnpu` |
1474 | 2024-09-25T03:21:15.260Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.17s |
1475 | 2024-09-25T03:21:15.316Z | Running `target/debug/xtask-downloader softnpu` |
1476 | 2024-09-25T03:21:15.369Z | Sep 25 03:21:15.322 INFO Starting download, target: Softnpu |
1477 | 2024-09-25T03:21:15.393Z | Sep 25 03:21:15.323 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1478 | 2024-09-25T03:21:16.850Z | Sep 25 03:21:16.800 INFO Download complete, target: Softnpu |
1479 | 2024-09-25T03:21:16.874Z | |
1480 | 2024-09-25T03:21:16.874Z | real 3.729728676 |
1481 | 2024-09-25T03:21:16.874Z | user 1.691946168 |
1482 | 2024-09-25T03:21:16.874Z | sys 1.108304294 |
1483 | 2024-09-25T03:21:16.874Z | trap 0.000168197 |
1484 | 2024-09-25T03:21:16.874Z | tflt 0.000057936 |
1485 | 2024-09-25T03:21:16.874Z | dflt 0.000003567 |
1486 | 2024-09-25T03:21:16.874Z | kflt 0.000000000 |
1487 | 2024-09-25T03:21:16.874Z | lock 15.274907618 |
1488 | 2024-09-25T03:21:16.874Z | slp 1.523197455 |
1489 | 2024-09-25T03:21:16.874Z | lat 0.143993806 |
1490 | 2024-09-25T03:21:16.874Z | stop 0.000582448 |
1491 | 2024-09-25T03:21:16.874Z | + export CARGO_INCREMENTAL=0 |
1492 | 2024-09-25T03:21:16.874Z | + CARGO_INCREMENTAL=0 |
1493 | 2024-09-25T03:21:16.874Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1494 | 2024-09-25T03:21:18.241Z | Compiling proc-macro2 v1.0.86 |
1495 | 2024-09-25T03:21:18.241Z | Compiling unicode-ident v1.0.12 |
1496 | 2024-09-25T03:21:18.241Z | Compiling libc v0.2.158 |
1497 | 2024-09-25T03:21:18.241Z | Compiling serde v1.0.208 |
1498 | 2024-09-25T03:21:18.241Z | Compiling version_check v0.9.5 |
1499 | 2024-09-25T03:21:18.241Z | Compiling autocfg v1.3.0 |
1500 | 2024-09-25T03:21:18.265Z | Compiling cfg-if v1.0.0 |
1501 | 2024-09-25T03:21:18.425Z | Compiling shlex v1.3.0 |
1502 | 2024-09-25T03:21:18.465Z | Compiling memchr v2.7.2 |
1503 | 2024-09-25T03:21:18.465Z | Compiling typenum v1.17.0 |
1504 | 2024-09-25T03:21:18.782Z | Compiling value-bag v1.9.0 |
1505 | 2024-09-25T03:21:19.001Z | Compiling lock_api v0.4.12 |
1506 | 2024-09-25T03:21:19.319Z | Compiling generic-array v0.14.7 |
1507 | 2024-09-25T03:21:19.385Z | Compiling log v0.4.21 |
1508 | 2024-09-25T03:21:19.410Z | Compiling ahash v0.8.11 |
1509 | 2024-09-25T03:21:19.606Z | Compiling once_cell v1.19.0 |
1510 | 2024-09-25T03:21:19.713Z | Compiling parking_lot_core v0.9.10 |
1511 | 2024-09-25T03:21:19.760Z | Compiling quote v1.0.36 |
1512 | 2024-09-25T03:21:20.068Z | Compiling byteorder v1.5.0 |
1513 | 2024-09-25T03:21:20.092Z | Compiling syn v2.0.74 |
1514 | 2024-09-25T03:21:20.117Z | Compiling jobserver v0.1.32 |
1515 | 2024-09-25T03:21:20.301Z | Compiling getrandom v0.2.14 |
1516 | 2024-09-25T03:21:20.339Z | Compiling scopeguard v1.2.0 |
1517 | 2024-09-25T03:21:20.464Z | Compiling cc v1.1.21 |
1518 | 2024-09-25T03:21:20.585Z | Compiling serde_json v1.0.125 |
1519 | 2024-09-25T03:21:20.652Z | Compiling libm v0.2.8 |
1520 | 2024-09-25T03:21:20.757Z | Compiling num-traits v0.2.19 |
1521 | 2024-09-25T03:21:20.872Z | Compiling thiserror v1.0.63 |
1522 | 2024-09-25T03:21:21.021Z | Compiling itoa v1.0.11 |
1523 | 2024-09-25T03:21:21.178Z | Compiling slab v0.4.9 |
1524 | 2024-09-25T03:21:21.215Z | Compiling rustix v0.38.34 |
1525 | 2024-09-25T03:21:21.450Z | Compiling spin v0.9.8 |
1526 | 2024-09-25T03:21:21.497Z | Compiling rand_core v0.6.4 |
1527 | 2024-09-25T03:21:21.729Z | Compiling allocator-api2 v0.2.18 |
1528 | 2024-09-25T03:21:21.788Z | Compiling semver v1.0.23 |
1529 | 2024-09-25T03:21:21.840Z | Compiling aho-corasick v1.1.3 |
1530 | 2024-09-25T03:21:22.155Z | Compiling regex-syntax v0.8.4 |
1531 | 2024-09-25T03:21:22.220Z | Compiling pin-project-lite v0.2.14 |
1532 | 2024-09-25T03:21:22.379Z | Compiling smallvec v1.13.2 |
1533 | 2024-09-25T03:21:22.403Z | Compiling subtle v2.5.0 |
1534 | 2024-09-25T03:21:22.755Z | Compiling equivalent v1.0.1 |
1535 | 2024-09-25T03:21:22.899Z | Compiling signal-hook-registry v1.4.2 |
1536 | 2024-09-25T03:21:23.007Z | Compiling errno v0.3.9 |
1537 | 2024-09-25T03:21:23.200Z | Compiling const-oid v0.9.6 |
1538 | 2024-09-25T03:21:23.305Z | Compiling ring v0.17.8 |
1539 | 2024-09-25T03:21:23.516Z | Compiling parking_lot v0.12.2 |
1540 | 2024-09-25T03:21:23.739Z | Compiling mio v1.0.2 |
1541 | 2024-09-25T03:21:24.179Z | Compiling glob v0.3.1 |
1542 | 2024-09-25T03:21:24.284Z | Compiling ryu v1.0.18 |
1543 | 2024-09-25T03:21:24.658Z | Compiling lazy_static v1.5.0 |
1544 | 2024-09-25T03:21:24.823Z | Compiling clang-sys v1.7.0 |
1545 | 2024-09-25T03:21:24.963Z | Compiling regex-automata v0.4.6 |
1546 | 2024-09-25T03:21:25.119Z | Compiling socket2 v0.5.7 |
1547 | 2024-09-25T03:21:25.156Z | Compiling either v1.13.0 |
1548 | 2024-09-25T03:21:25.180Z | Compiling prettyplease v0.2.20 |
1549 | 2024-09-25T03:21:25.482Z | Compiling minimal-lexical v0.2.1 |
1550 | 2024-09-25T03:21:25.506Z | Compiling schemars v0.8.21 |
1551 | 2024-09-25T03:21:25.650Z | Compiling vcpkg v0.2.15 |
1552 | 2024-09-25T03:21:25.795Z | Compiling pkg-config v0.3.30 |
1553 | 2024-09-25T03:21:25.900Z | Compiling nom v7.1.3 |
1554 | 2024-09-25T03:21:26.578Z | Compiling serde_derive_internals v0.29.1 |
1555 | 2024-09-25T03:21:26.812Z | Compiling libloading v0.8.3 |
1556 | 2024-09-25T03:21:27.027Z | Compiling openssl-sys v0.9.103 |
1557 | 2024-09-25T03:21:27.133Z | Compiling httparse v1.8.0 |
1558 | 2024-09-25T03:21:27.451Z | Compiling home v0.5.9 |
1559 | 2024-09-25T03:21:27.647Z | Compiling bindgen v0.69.4 |
1560 | 2024-09-25T03:21:28.343Z | Compiling itertools v0.12.1 |
1561 | 2024-09-25T03:21:28.735Z | Compiling cexpr v0.6.0 |
1562 | 2024-09-25T03:21:28.940Z | Compiling fnv v1.0.7 |
1563 | 2024-09-25T03:21:29.059Z | Compiling rustc-hash v1.1.0 |
1564 | 2024-09-25T03:21:29.186Z | Compiling lazycell v1.3.0 |
1565 | 2024-09-25T03:21:29.329Z | Compiling regex v1.10.6 |
1566 | 2024-09-25T03:21:30.225Z | Compiling cmake v0.1.51 |
1567 | 2024-09-25T03:21:30.379Z | Compiling serde_derive v1.0.208 |
1568 | 2024-09-25T03:21:30.515Z | Compiling zeroize_derive v1.4.2 |
1569 | 2024-09-25T03:21:30.561Z | Compiling zerocopy-derive v0.7.34 |
1570 | 2024-09-25T03:21:30.974Z | Compiling tokio-macros v2.4.0 |
1571 | 2024-09-25T03:21:31.007Z | Compiling thiserror-impl v1.0.63 |
1572 | 2024-09-25T03:21:31.130Z | Compiling futures-macro v0.3.30 |
1573 | 2024-09-25T03:21:31.779Z | Compiling zeroize v1.8.1 |
1574 | 2024-09-25T03:21:32.234Z | Compiling zerocopy v0.7.34 |
1575 | 2024-09-25T03:21:32.575Z | Compiling tracing-attributes v0.1.27 |
1576 | 2024-09-25T03:21:33.265Z | Compiling crypto-common v0.1.6 |
1577 | 2024-09-25T03:21:33.661Z | Compiling der_derive v0.7.2 |
1578 | 2024-09-25T03:21:33.703Z | Compiling block-buffer v0.10.4 |
1579 | 2024-09-25T03:21:33.948Z | Compiling hashbrown v0.14.5 |
1580 | 2024-09-25T03:21:33.972Z | Compiling digest v0.10.7 |
1581 | 2024-09-25T03:21:33.999Z | Compiling schemars_derive v0.8.21 |
1582 | 2024-09-25T03:21:34.829Z | Compiling fs_extra v1.3.0 |
1583 | 2024-09-25T03:21:35.091Z | Compiling futures-core v0.3.30 |
1584 | 2024-09-25T03:21:35.215Z | Compiling dunce v1.0.5 |
1585 | 2024-09-25T03:21:35.527Z | Compiling syn v1.0.109 |
1586 | 2024-09-25T03:21:36.347Z | Compiling heck v0.5.0 |
1587 | 2024-09-25T03:21:36.395Z | Compiling futures-sink v0.3.30 |
1588 | 2024-09-25T03:21:36.709Z | Compiling cpufeatures v0.2.12 |
1589 | 2024-09-25T03:21:36.815Z | Compiling num-conv v0.1.0 |
1590 | 2024-09-25T03:21:36.935Z | Compiling time-core v0.1.2 |
1591 | 2024-09-25T03:21:36.959Z | Compiling hmac v0.12.1 |
1592 | 2024-09-25T03:21:37.113Z | Compiling time-macros v0.2.18 |
1593 | 2024-09-25T03:21:37.225Z | Compiling openssl v0.10.66 |
1594 | 2024-09-25T03:21:37.277Z | Compiling paste v1.0.15 |
1595 | 2024-09-25T03:21:37.576Z | Compiling block-padding v0.3.3 |
1596 | 2024-09-25T03:21:37.715Z | Compiling aws-lc-rs v1.9.0 |
1597 | 2024-09-25T03:21:37.739Z | Compiling crossbeam-utils v0.8.19 |
1598 | 2024-09-25T03:21:37.776Z | Compiling inout v0.1.3 |
1599 | 2024-09-25T03:21:38.182Z | Compiling futures-channel v0.3.30 |
1600 | 2024-09-25T03:21:38.238Z | Compiling openssl-macros v0.1.1 |
1601 | 2024-09-25T03:21:38.699Z | Compiling iana-time-zone v0.1.60 |
1602 | 2024-09-25T03:21:38.806Z | Compiling futures-io v0.3.30 |
1603 | 2024-09-25T03:21:38.934Z | Compiling pin-utils v0.1.0 |
1604 | 2024-09-25T03:21:39.026Z | Compiling rustls v0.21.12 |
1605 | 2024-09-25T03:21:39.156Z | Compiling tinyvec_macros v0.1.1 |
1606 | 2024-09-25T03:21:39.239Z | Compiling futures-task v0.3.30 |
1607 | 2024-09-25T03:21:39.263Z | Compiling native-tls v0.2.11 |
1608 | 2024-09-25T03:21:39.304Z | Compiling tinyvec v1.6.0 |
1609 | 2024-09-25T03:21:39.377Z | Compiling cipher v0.4.4 |
1610 | 2024-09-25T03:21:39.506Z | Compiling futures-util v0.3.30 |
1611 | 2024-09-25T03:21:39.760Z | Compiling sha2 v0.10.8 |
1612 | 2024-09-25T03:21:39.905Z | Compiling scroll_derive v0.12.0 |
1613 | 2024-09-25T03:21:40.542Z | Compiling ucd-trie v0.1.6 |
1614 | 2024-09-25T03:21:40.923Z | Compiling bytes v1.7.2 |
1615 | 2024-09-25T03:21:40.970Z | Compiling bitflags v2.6.0 |
1616 | 2024-09-25T03:21:40.994Z | Compiling indexmap v2.4.0 |
1617 | 2024-09-25T03:21:43.305Z | Compiling tokio v1.39.3 |
1618 | 2024-09-25T03:21:44.234Z | Compiling rustc_version v0.4.0 |
1619 | 2024-09-25T03:21:44.743Z | Compiling which v4.4.2 |
1620 | 2024-09-25T03:21:45.537Z | Compiling uuid v1.10.0 |
1621 | 2024-09-25T03:21:46.574Z | Compiling serde_tokenstream v0.2.2 |
1622 | 2024-09-25T03:21:46.630Z | Compiling chrono v0.4.38 |
1623 | 2024-09-25T03:21:47.031Z | Compiling base64ct v1.6.0 |
1624 | 2024-09-25T03:21:47.405Z | Compiling pem-rfc7468 v0.7.0 |
1625 | 2024-09-25T03:21:47.925Z | Compiling pest v2.7.10 |
1626 | 2024-09-25T03:21:48.613Z | Compiling unicode-normalization v0.1.23 |
1627 | 2024-09-25T03:21:50.023Z | Compiling backtrace v0.3.71 |
1628 | 2024-09-25T03:21:50.316Z | Compiling tracing-core v0.1.32 |
1629 | 2024-09-25T03:21:50.411Z | Compiling cookie v0.17.0 |
1630 | 2024-09-25T03:21:50.663Z | Compiling slog v2.7.0 |
1631 | 2024-09-25T03:21:51.038Z | Compiling untrusted v0.9.0 |
1632 | 2024-09-25T03:21:51.203Z | Compiling flagset v0.4.5 |
1633 | 2024-09-25T03:21:51.384Z | Compiling unicode-bidi v0.3.15 |
1634 | 2024-09-25T03:21:52.200Z | Compiling der v0.7.9 |
1635 | 2024-09-25T03:21:52.469Z | Compiling tracing v0.1.40 |
1636 | 2024-09-25T03:21:53.159Z | Compiling pest_meta v2.7.10 |
1637 | 2024-09-25T03:21:53.311Z | Compiling serde_spanned v0.6.7 |
1638 | 2024-09-25T03:21:53.508Z | Compiling toml_datetime v0.6.8 |
1639 | 2024-09-25T03:21:54.005Z | Compiling spki v0.7.3 |
1640 | 2024-09-25T03:21:54.247Z | Compiling pest_generator v2.7.10 |
1641 | 2024-09-25T03:21:54.331Z | Compiling tokio-util v0.7.11 |
1642 | 2024-09-25T03:21:55.421Z | Compiling http v0.2.12 |
1643 | 2024-09-25T03:21:55.607Z | Compiling salsa20 v0.10.2 |
1644 | 2024-09-25T03:21:55.722Z | Compiling aws-lc-sys v0.21.2 |
1645 | 2024-09-25T03:21:55.810Z | Compiling pbkdf2 v0.12.2 |
1646 | 2024-09-25T03:21:56.317Z | Compiling dyn-clone v1.0.17 |
1647 | 2024-09-25T03:21:56.473Z | Compiling winnow v0.5.40 |
1648 | 2024-09-25T03:21:56.557Z | Compiling anyhow v1.0.89 |
1649 | 2024-09-25T03:21:57.293Z | Compiling pest_derive v2.7.10 |
1650 | 2024-09-25T03:21:57.952Z | Compiling scrypt v0.11.0 |
1651 | 2024-09-25T03:21:58.108Z | Compiling aes v0.8.4 |
1652 | 2024-09-25T03:21:58.393Z | Compiling cbc v0.1.2 |
1653 | 2024-09-25T03:21:58.576Z | Compiling usdt-impl v0.5.0 |
1654 | 2024-09-25T03:21:58.682Z | Compiling rustversion v1.0.17 |
1655 | 2024-09-25T03:21:58.922Z | Compiling pkcs5 v0.7.1 |
1656 | 2024-09-25T03:21:59.308Z | Compiling toml_edit v0.19.15 |
1657 | 2024-09-25T03:21:59.544Z | Compiling heapless v0.7.17 |
1658 | 2024-09-25T03:21:59.741Z | Compiling scroll v0.12.0 |
1659 | 2024-09-25T03:21:59.945Z | Compiling heck v0.4.1 |
1660 | 2024-09-25T03:21:59.969Z | Compiling plain v0.2.3 |
1661 | 2024-09-25T03:22:00.104Z | Compiling ppv-lite86 v0.2.17 |
1662 | 2024-09-25T03:22:00.227Z | Compiling percent-encoding v2.3.1 |
1663 | 2024-09-25T03:22:00.491Z | Compiling powerfmt v0.2.0 |
1664 | 2024-09-25T03:22:00.689Z | Compiling rand_chacha v0.3.1 |
1665 | 2024-09-25T03:22:00.737Z | Compiling deranged v0.3.11 |
1666 | 2024-09-25T03:22:00.910Z | Compiling goblin v0.8.2 |
1667 | 2024-09-25T03:22:01.782Z | Compiling pkcs8 v0.10.2 |
1668 | 2024-09-25T03:22:02.860Z | Compiling strsim v0.11.1 |
1669 | 2024-09-25T03:22:02.933Z | Compiling num_threads v0.1.7 |
1670 | 2024-09-25T03:22:03.050Z | Compiling try-lock v0.2.5 |
1671 | 2024-09-25T03:22:03.512Z | Compiling crc32fast v1.4.0 |
1672 | 2024-09-25T03:22:03.616Z | Compiling pretty-hex v0.4.1 |
1673 | 2024-09-25T03:22:03.896Z | Compiling want v0.3.1 |
1674 | 2024-09-25T03:22:04.135Z | Compiling time v0.3.36 |
1675 | 2024-09-25T03:22:04.830Z | Compiling rand v0.8.5 |
1676 | 2024-09-25T03:22:05.288Z | Compiling dtrace-parser v0.2.0 |
1677 | 2024-09-25T03:22:06.074Z | Compiling dof v0.3.0 |
1678 | 2024-09-25T03:22:06.145Z | Compiling curve25519-dalek v4.1.3 |
1679 | 2024-09-25T03:22:06.224Z | Compiling pin-project-internal v1.1.5 |
1680 | 2024-09-25T03:22:06.482Z | Compiling async-trait v0.1.82 |
1681 | 2024-09-25T03:22:06.674Z | Compiling thread-id v4.2.1 |
1682 | 2024-09-25T03:22:06.928Z | Compiling unicode-width v0.1.13 |
1683 | 2024-09-25T03:22:07.140Z | Compiling httpdate v1.0.3 |
1684 | 2024-09-25T03:22:07.516Z | Compiling tower-service v0.3.2 |
1685 | 2024-09-25T03:22:07.631Z | Compiling foreign-types-shared v0.1.1 |
1686 | 2024-09-25T03:22:07.733Z | Compiling num-bigint-dig v0.8.4 |
1687 | 2024-09-25T03:22:07.895Z | Compiling signal-hook v0.3.17 |
1688 | 2024-09-25T03:22:08.159Z | Compiling smoltcp v0.9.1 |
1689 | 2024-09-25T03:22:08.332Z | Compiling rustls v0.23.10 |
1690 | 2024-09-25T03:22:08.447Z | Compiling foreign-types v0.3.2 |
1691 | 2024-09-25T03:22:08.706Z | Compiling form_urlencoded v1.2.1 |
1692 | 2024-09-25T03:22:10.019Z | Compiling siphasher v0.3.11 |
1693 | 2024-09-25T03:22:12.046Z | Compiling http-body v0.4.6 |
1694 | 2024-09-25T03:22:12.476Z | Compiling h2 v0.3.26 |
1695 | 2024-09-25T03:22:13.888Z | Compiling sct v0.7.1 |
1696 | 2024-09-25T03:22:14.057Z | Compiling rustls-webpki v0.101.7 |
1697 | 2024-09-25T03:22:15.331Z | Compiling idna v0.5.0 |
1698 | 2024-09-25T03:22:15.454Z | Compiling hubpack_derive v0.1.1 |
1699 | 2024-09-25T03:22:16.169Z | Compiling openapiv3 v2.0.0 |
1700 | 2024-09-25T03:22:16.400Z | Compiling http v1.1.0 |
1701 | 2024-09-25T03:22:17.045Z | Compiling signature v2.2.0 |
1702 | 2024-09-25T03:22:17.265Z | Compiling zerocopy-derive v0.6.6 |
1703 | 2024-09-25T03:22:17.290Z | Compiling curve25519-dalek-derive v0.1.1 |
1704 | 2024-09-25T03:22:18.435Z | Compiling fs-err v2.11.0 |
1705 | 2024-09-25T03:22:18.868Z | Compiling openssl-probe v0.1.5 |
1706 | 2024-09-25T03:22:19.139Z | Compiling adler v1.0.2 |
1707 | 2024-09-25T03:22:19.440Z | Compiling mirai-annotations v1.12.0 |
1708 | 2024-09-25T03:22:19.527Z | Compiling stable_deref_trait v1.2.0 |
1709 | 2024-09-25T03:22:19.634Z | Compiling anstyle v1.0.8 |
1710 | 2024-09-25T03:22:19.658Z | Compiling utf8parse v0.2.1 |
1711 | 2024-09-25T03:22:19.658Z | Compiling finl_unicode v1.2.0 |
1712 | 2024-09-25T03:22:20.008Z | Compiling gimli v0.28.1 |
1713 | 2024-09-25T03:22:20.168Z | Compiling stringprep v0.1.4 |
1714 | 2024-09-25T03:22:20.974Z | Compiling hyper v0.14.30 |
1715 | 2024-09-25T03:22:22.225Z | Compiling anstyle-parse v0.2.4 |
1716 | 2024-09-25T03:22:25.385Z | Compiling addr2line v0.21.0 |
1717 | 2024-09-25T03:22:27.902Z | Compiling miniz_oxide v0.7.2 |
1718 | 2024-09-25T03:22:29.066Z | Compiling url v2.5.2 |
1719 | 2024-09-25T03:22:32.798Z | Compiling usdt-attr-macro v0.5.0 |
1720 | 2024-09-25T03:22:34.038Z | Compiling usdt-macro v0.5.0 |
1721 | 2024-09-25T03:22:37.719Z | Compiling idna v0.3.0 |
1722 | 2024-09-25T03:22:38.976Z | Compiling num-integer v0.1.46 |
1723 | 2024-09-25T03:22:40.581Z | Compiling md-5 v0.10.6 |
1724 | 2024-09-25T03:22:40.669Z | Compiling ff v0.13.0 |
1725 | 2024-09-25T03:22:40.669Z | Compiling hash32 v0.2.1 |
1726 | 2024-09-25T03:22:40.669Z | Compiling object v0.32.2 |
1727 | 2024-09-25T03:22:40.669Z | Compiling colorchoice v1.0.1 |
1728 | 2024-09-25T03:22:40.669Z | Compiling rustc-demangle v0.1.24 |
1729 | 2024-09-25T03:22:42.151Z | Compiling atomic-waker v1.1.2 |
1730 | 2024-09-25T03:22:42.325Z | Compiling anstyle-query v1.0.3 |
1731 | 2024-09-25T03:22:43.316Z | Compiling rustls-pki-types v1.7.0 |
1732 | 2024-09-25T03:22:44.003Z | Compiling base64 v0.22.1 |
1733 | 2024-09-25T03:22:44.356Z | Compiling is_terminal_polyfill v1.70.0 |
1734 | 2024-09-25T03:22:44.474Z | Compiling psl-types v2.0.11 |
1735 | 2024-09-25T03:22:44.605Z | Compiling base16ct v0.2.0 |
1736 | 2024-09-25T03:22:44.871Z | Compiling fallible-iterator v0.2.0 |
1737 | 2024-09-25T03:22:45.490Z | Compiling postgres-protocol v0.6.7 |
1738 | 2024-09-25T03:22:46.484Z | Compiling sec1 v0.7.3 |
1739 | 2024-09-25T03:22:46.559Z | Compiling publicsuffix v2.2.3 |
1740 | 2024-09-25T03:22:46.766Z | Compiling anstream v0.6.14 |
1741 | 2024-09-25T03:22:46.961Z | Compiling h2 v0.4.6 |
1742 | 2024-09-25T03:22:47.373Z | Compiling group v0.13.0 |
1743 | 2024-09-25T03:22:48.300Z | Compiling num-iter v0.1.45 |
1744 | 2024-09-25T03:22:54.039Z | Compiling tokio-rustls v0.24.1 |
1745 | 2024-09-25T03:22:54.501Z | Compiling tokio-native-tls v0.3.1 |
1746 | 2024-09-25T03:22:54.820Z | Compiling http-body v1.0.0 |
1747 | 2024-09-25T03:22:55.017Z | Compiling phf_shared v0.11.2 |
1748 | 2024-09-25T03:22:55.344Z | Compiling pin-project v1.1.5 |
1749 | 2024-09-25T03:22:55.472Z | Compiling rustls-webpki v0.102.4 |
1750 | 2024-09-25T03:22:56.320Z | Compiling strum_macros v0.25.3 |
1751 | 2024-09-25T03:22:56.375Z | Compiling enum-as-inner v0.6.0 |
1752 | 2024-09-25T03:22:57.051Z | Compiling terminal_size v0.3.0 |
1753 | 2024-09-25T03:22:57.210Z | Compiling hkdf v0.12.4 |
1754 | 2024-09-25T03:22:57.237Z | Compiling clap_derive v4.5.18 |
1755 | 2024-09-25T03:22:57.414Z | Compiling regress v0.9.1 |
1756 | 2024-09-25T03:22:59.133Z | Compiling crypto-bigint v0.5.5 |
1757 | 2024-09-25T03:22:59.189Z | Compiling serde_repr v0.1.19 |
1758 | 2024-09-25T03:23:00.207Z | Compiling encoding_rs v0.8.34 |
1759 | 2024-09-25T03:23:01.152Z | Compiling adler2 v2.0.0 |
1760 | 2024-09-25T03:23:01.185Z | Compiling mime v0.3.17 |
1761 | 2024-09-25T03:23:01.928Z | Compiling bitflags v1.3.2 |
1762 | 2024-09-25T03:23:01.981Z | Compiling tower-layer v0.3.2 |
1763 | 2024-09-25T03:23:02.034Z | Compiling managed v0.8.0 |
1764 | 2024-09-25T03:23:02.603Z | Compiling base64 v0.21.7 |
1765 | 2024-09-25T03:23:02.741Z | Compiling clap_lex v0.7.0 |
1766 | 2024-09-25T03:23:03.110Z | Compiling ipnet v2.9.0 |
1767 | 2024-09-25T03:23:03.154Z | Compiling rustls-pemfile v1.0.4 |
1768 | 2024-09-25T03:23:03.213Z | Compiling clap_builder v4.5.18 |
1769 | 2024-09-25T03:23:04.006Z | Compiling tower v0.4.13 |
1770 | 2024-09-25T03:23:04.735Z | Compiling elliptic-curve v0.13.8 |
1771 | 2024-09-25T03:23:05.199Z | Compiling miniz_oxide v0.8.0 |
1772 | 2024-09-25T03:23:06.022Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1773 | 2024-09-25T03:23:09.533Z | Compiling phf v0.11.2 |
1774 | 2024-09-25T03:23:09.790Z | Compiling hyper v1.4.1 |
1775 | 2024-09-25T03:23:10.051Z | Compiling hyper-tls v0.5.0 |
1776 | 2024-09-25T03:23:10.342Z | Compiling hyper-rustls v0.24.2 |
1777 | 2024-09-25T03:23:10.630Z | Compiling cookie_store v0.20.0 |
1778 | 2024-09-25T03:23:10.720Z | Compiling postgres-types v0.2.7 |
1779 | 2024-09-25T03:23:11.724Z | Compiling zerocopy v0.6.6 |
1780 | 2024-09-25T03:23:11.874Z | Compiling ed25519 v2.2.3 |
1781 | 2024-09-25T03:23:11.979Z | Compiling hubpack v0.1.2 |
1782 | 2024-09-25T03:23:12.256Z | Compiling phf_shared v0.10.0 |
1783 | 2024-09-25T03:23:12.347Z | Compiling crossbeam-epoch v0.9.18 |
1784 | 2024-09-25T03:23:12.462Z | Compiling serde_urlencoded v0.7.1 |
1785 | 2024-09-25T03:23:12.874Z | Compiling pkcs1 v0.7.5 |
1786 | 2024-09-25T03:23:13.115Z | Compiling futures-executor v0.3.30 |
1787 | 2024-09-25T03:23:13.139Z | Compiling idna v0.4.0 |
1788 | 2024-09-25T03:23:13.849Z | Compiling serde-big-array v0.5.1 |
1789 | 2024-09-25T03:23:14.058Z | Compiling rfc6979 v0.4.0 |
1790 | 2024-09-25T03:23:14.081Z | Compiling float-cmp v0.9.0 |
1791 | 2024-09-25T03:23:14.222Z | Compiling bstr v1.9.1 |
1792 | 2024-09-25T03:23:14.247Z | Compiling memmap v0.7.0 |
1793 | 2024-09-25T03:23:14.279Z | Compiling mio v0.8.11 |
1794 | 2024-09-25T03:23:15.196Z | Compiling fixedbitset v0.4.2 |
1795 | 2024-09-25T03:23:15.454Z | Compiling data-encoding v2.6.0 |
1796 | 2024-09-25T03:23:15.512Z | Compiling sync_wrapper v0.1.2 |
1797 | 2024-09-25T03:23:15.543Z | Compiling bit-vec v0.6.3 |
1798 | 2024-09-25T03:23:15.637Z | Compiling predicates-core v1.0.6 |
1799 | 2024-09-25T03:23:15.902Z | Compiling difflib v0.4.0 |
1800 | 2024-09-25T03:23:16.225Z | Compiling new_debug_unreachable v1.0.6 |
1801 | 2024-09-25T03:23:16.322Z | Compiling static_assertions v1.1.0 |
1802 | 2024-09-25T03:23:16.419Z | Compiling normalize-line-endings v0.3.0 |
1803 | 2024-09-25T03:23:16.539Z | Compiling precomputed-hash v0.1.1 |
1804 | 2024-09-25T03:23:16.642Z | Compiling whoami v1.5.1 |
1805 | 2024-09-25T03:23:16.909Z | Compiling unicode-segmentation v1.11.0 |
1806 | 2024-09-25T03:23:17.139Z | Compiling webpki-roots v0.25.4 |
1807 | 2024-09-25T03:23:17.163Z | Compiling winnow v0.6.18 |
1808 | 2024-09-25T03:23:17.228Z | Compiling tokio-postgres v0.7.11 |
1809 | 2024-09-25T03:23:17.279Z | Compiling reqwest v0.11.27 |
1810 | 2024-09-25T03:23:17.303Z | Compiling string_cache v0.8.7 |
1811 | 2024-09-25T03:23:17.564Z | Compiling similar v2.6.0 |
1812 | 2024-09-25T03:23:17.657Z | Compiling predicates v3.1.2 |
1813 | 2024-09-25T03:23:18.032Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1814 | 2024-09-25T03:23:18.908Z | Compiling hickory-proto v0.24.1 |
1815 | 2024-09-25T03:23:19.235Z | Compiling bit-set v0.5.3 |
1816 | 2024-09-25T03:23:20.145Z | Compiling toml_edit v0.22.20 |
1817 | 2024-09-25T03:23:20.201Z | Compiling petgraph v0.6.5 |
1818 | 2024-09-25T03:23:20.249Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1819 | 2024-09-25T03:23:21.431Z | Compiling signal-hook-mio v0.2.4 |
1820 | 2024-09-25T03:23:21.601Z | Compiling tokio-rustls v0.26.0 |
1821 | 2024-09-25T03:23:21.991Z | Compiling usdt v0.5.0 |
1822 | 2024-09-25T03:23:22.383Z | Compiling ecdsa v0.16.9 |
1823 | 2024-09-25T03:23:23.199Z | Compiling futures v0.3.30 |
1824 | 2024-09-25T03:23:23.304Z | Compiling rsa v0.9.6 |
1825 | 2024-09-25T03:23:23.365Z | Compiling ed25519-dalek v2.1.1 |
1826 | 2024-09-25T03:23:24.007Z | Compiling hyper-util v0.1.7 |
1827 | 2024-09-25T03:23:24.481Z | Compiling flate2 v1.0.33 |
1828 | 2024-09-25T03:23:25.257Z | Compiling clap v4.5.18 |
1829 | 2024-09-25T03:23:25.379Z | Compiling console v0.15.8 |
1830 | 2024-09-25T03:23:25.976Z | Compiling toml v0.7.8 |
1831 | 2024-09-25T03:23:26.202Z | Compiling tokio-stream v0.1.15 |
1832 | 2024-09-25T03:23:26.354Z | Compiling x509-cert v0.2.5 |
1833 | 2024-09-25T03:23:26.462Z | Compiling hex v0.4.3 |
1834 | 2024-09-25T03:23:26.959Z | Compiling sha1 v0.10.6 |
1835 | 2024-09-25T03:23:26.986Z | Compiling itertools v0.10.5 |
1836 | 2024-09-25T03:23:27.064Z | Compiling camino v1.1.9 |
1837 | 2024-09-25T03:23:27.222Z | Compiling unicode-xid v0.2.4 |
1838 | 2024-09-25T03:23:27.370Z | Compiling lalrpop-util v0.19.12 |
1839 | 2024-09-25T03:23:27.698Z | Compiling peg-runtime v0.8.3 |
1840 | 2024-09-25T03:23:28.506Z | Compiling proc-macro-crate v1.3.1 |
1841 | 2024-09-25T03:23:29.528Z | Compiling heapless v0.8.0 |
1842 | 2024-09-25T03:23:29.726Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1843 | 2024-09-25T03:23:30.516Z | Compiling num_enum_derive v0.5.11 |
1844 | 2024-09-25T03:23:33.593Z | Compiling ipnetwork v0.20.0 |
1845 | 2024-09-25T03:23:35.020Z | Compiling hash32 v0.3.1 |
1846 | 2024-09-25T03:23:35.360Z | Compiling smoltcp v0.11.0 |
1847 | 2024-09-25T03:23:35.882Z | Compiling ident_case v1.0.1 |
1848 | 2024-09-25T03:23:36.830Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1849 | 2024-09-25T03:23:40.459Z | Compiling darling_core v0.20.9 |
1850 | 2024-09-25T03:23:44.191Z | Compiling num_enum v0.5.11 |
1851 | 2024-09-25T03:23:45.257Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1852 | 2024-09-25T03:23:45.983Z | Compiling getopts v0.2.21 |
1853 | 2024-09-25T03:23:47.536Z | Compiling dirs-sys-next v0.1.2 |
1854 | 2024-09-25T03:23:48.401Z | Compiling proc-macro-error-attr v1.0.4 |
1855 | 2024-09-25T03:23:49.069Z | Compiling rustls v0.22.4 |
1856 | 2024-09-25T03:23:49.263Z | Compiling cobs v0.2.3 |
1857 | 2024-09-25T03:23:49.308Z | Compiling embedded-io v0.4.0 |
1858 | 2024-09-25T03:23:49.506Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1859 | 2024-09-25T03:23:49.753Z | Compiling unsafe-libyaml v0.2.11 |
1860 | 2024-09-25T03:23:51.318Z | Compiling serde_yaml v0.9.34+deprecated |
1861 | 2024-09-25T03:23:54.258Z | Compiling postcard v1.0.8 |
1862 | 2024-09-25T03:23:55.875Z | Compiling dirs-next v2.0.0 |
1863 | 2024-09-25T03:23:57.216Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1864 | 2024-09-25T03:24:02.051Z | Compiling darling_macro v0.20.9 |
1865 | 2024-09-25T03:24:09.844Z | Compiling strum_macros v0.26.4 |
1866 | 2024-09-25T03:24:11.054Z | Compiling structmeta-derive v0.3.0 |
1867 | 2024-09-25T03:24:11.078Z | Compiling foreign-types-macros v0.2.3 |
1868 | 2024-09-25T03:24:12.060Z | Compiling thread_local v1.1.8 |
1869 | 2024-09-25T03:24:12.605Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1870 | 2024-09-25T03:24:12.636Z | Compiling proc-macro-error v1.0.4 |
1871 | 2024-09-25T03:24:12.690Z | Compiling multer v3.1.0 |
1872 | 2024-09-25T03:24:12.887Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1873 | 2024-09-25T03:24:13.154Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1874 | 2024-09-25T03:24:13.346Z | Compiling match_cfg v0.1.0 |
1875 | 2024-09-25T03:24:13.700Z | Compiling slog-async v2.8.0 |
1876 | 2024-09-25T03:24:13.731Z | Compiling foreign-types-shared v0.3.1 |
1877 | 2024-09-25T03:24:14.456Z | Compiling foreign-types v0.5.0 |
1878 | 2024-09-25T03:24:18.513Z | Compiling hostname v0.3.1 |
1879 | 2024-09-25T03:24:18.644Z | Compiling strum v0.26.3 |
1880 | 2024-09-25T03:24:18.668Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1881 | 2024-09-25T03:24:18.838Z | Compiling structmeta v0.3.0 |
1882 | 2024-09-25T03:24:23.803Z | Compiling darling v0.20.9 |
1883 | 2024-09-25T03:24:23.938Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1884 | 2024-09-25T03:24:26.350Z | Compiling term v0.7.0 |
1885 | 2024-09-25T03:24:29.863Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1886 | 2024-09-25T03:24:31.196Z | Compiling slog-json v2.6.1 |
1887 | 2024-09-25T03:24:31.558Z | Compiling tabwriter v1.4.0 |
1888 | 2024-09-25T03:24:32.189Z | Compiling crossbeam-channel v0.5.12 |
1889 | 2024-09-25T03:24:33.474Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1890 | 2024-09-25T03:24:34.103Z | Compiling async-stream-impl v0.3.5 |
1891 | 2024-09-25T03:24:34.425Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1892 | 2024-09-25T03:24:34.467Z | Compiling is-terminal v0.4.12 |
1893 | 2024-09-25T03:24:34.596Z | Compiling cstr-argument v0.1.2 |
1894 | 2024-09-25T03:24:34.815Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1895 | 2024-09-25T03:24:35.085Z | Compiling take_mut v0.2.2 |
1896 | 2024-09-25T03:24:35.118Z | Compiling rayon-core v1.12.1 |
1897 | 2024-09-25T03:24:35.142Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1898 | 2024-09-25T03:24:35.240Z | Compiling fastrand v2.1.0 |
1899 | 2024-09-25T03:24:35.367Z | Compiling pretty-hex v0.2.1 |
1900 | 2024-09-25T03:24:35.658Z | Compiling crucible-workspace-hack v0.1.0 |
1901 | 2024-09-25T03:24:35.741Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1902 | 2024-09-25T03:24:35.924Z | Compiling tempfile v3.10.1 |
1903 | 2024-09-25T03:24:35.948Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1904 | 2024-09-25T03:24:36.453Z | Compiling async-stream v0.3.5 |
1905 | 2024-09-25T03:24:36.543Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1906 | 2024-09-25T03:24:36.724Z | Compiling slog-term v2.9.1 |
1907 | 2024-09-25T03:24:37.298Z | Compiling slog-bunyan v2.5.0 |
1908 | 2024-09-25T03:24:37.452Z | Compiling tokio-rustls v0.25.0 |
1909 | 2024-09-25T03:24:37.852Z | Compiling serde_with_macros v3.9.0 |
1910 | 2024-09-25T03:24:38.127Z | Compiling parse-display-derive v0.10.0 |
1911 | 2024-09-25T03:24:38.418Z | Compiling toml v0.8.19 |
1912 | 2024-09-25T03:24:38.753Z | Compiling rustls-pemfile v2.1.3 |
1913 | 2024-09-25T03:24:39.372Z | Compiling waitgroup v0.1.2 |
1914 | 2024-09-25T03:24:39.582Z | Compiling crossbeam-deque v0.8.5 |
1915 | 2024-09-25T03:24:39.915Z | Compiling colored v2.1.0 |
1916 | 2024-09-25T03:24:39.940Z | Compiling newtype-uuid v1.1.0 |
1917 | 2024-09-25T03:24:40.234Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1918 | 2024-09-25T03:24:40.258Z | Compiling serde_path_to_error v0.1.16 |
1919 | 2024-09-25T03:24:41.026Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1920 | 2024-09-25T03:24:41.140Z | Compiling socket2 v0.4.10 |
1921 | 2024-09-25T03:24:41.255Z | Compiling hostname v0.4.0 |
1922 | 2024-09-25T03:24:41.487Z | Compiling instant v0.1.12 |
1923 | 2024-09-25T03:24:41.639Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1924 | 2024-09-25T03:24:41.664Z | Compiling debug-ignore v1.0.5 |
1925 | 2024-09-25T03:24:41.818Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1926 | 2024-09-25T03:24:41.908Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1927 | 2024-09-25T03:24:41.971Z | Compiling backoff v0.4.0 |
1928 | 2024-09-25T03:24:42.275Z | Compiling parse-display v0.10.0 |
1929 | 2024-09-25T03:24:42.386Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1930 | 2024-09-25T03:24:42.839Z | Compiling serde_with v3.9.0 |
1931 | 2024-09-25T03:24:43.936Z | Compiling zone_cfg_derive v0.3.0 |
1932 | 2024-09-25T03:24:44.208Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1933 | 2024-09-25T03:24:44.777Z | Compiling camino-tempfile v1.1.1 |
1934 | 2024-09-25T03:24:45.090Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1935 | 2024-09-25T03:24:45.393Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1936 | 2024-09-25T03:24:45.825Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1937 | 2024-09-25T03:24:45.992Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1938 | 2024-09-25T03:24:46.356Z | Compiling macaddr v1.0.1 |
1939 | 2024-09-25T03:24:46.729Z | Compiling num-derive v0.4.2 |
1940 | 2024-09-25T03:24:46.835Z | Compiling sigpipe v0.1.3 |
1941 | 2024-09-25T03:24:46.957Z | Compiling libefi-sys v0.1.0 |
1942 | 2024-09-25T03:24:47.202Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1943 | 2024-09-25T03:24:47.484Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1944 | 2024-09-25T03:24:48.357Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a551f245e8a26f52098382903ccf0a982b7c54fa#a551f245) |
1945 | 2024-09-25T03:24:48.794Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1946 | 2024-09-25T03:24:48.914Z | Compiling zone v0.3.0 |
1947 | 2024-09-25T03:24:49.287Z | Compiling rayon v1.10.0 |
1948 | 2024-09-25T03:24:49.651Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1949 | 2024-09-25T03:24:50.138Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1950 | 2024-09-25T03:24:51.532Z | Compiling smf v0.2.3 |
1951 | 2024-09-25T03:24:51.653Z | Compiling bitfield-struct v0.6.1 |
1952 | 2024-09-25T03:24:52.020Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1953 | 2024-09-25T03:24:52.355Z | Compiling blake3 v1.5.1 |
1954 | 2024-09-25T03:24:52.741Z | Compiling ring v0.16.20 |
1955 | 2024-09-25T03:24:52.881Z | Compiling portable-atomic v1.6.0 |
1956 | 2024-09-25T03:24:53.595Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1957 | 2024-09-25T03:24:53.864Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1958 | 2024-09-25T03:24:54.038Z | Compiling xattr v1.3.1 |
1959 | 2024-09-25T03:24:54.232Z | Compiling memmap2 v0.9.4 |
1960 | 2024-09-25T03:24:54.297Z | Compiling filetime v0.2.25 |
1961 | 2024-09-25T03:24:54.326Z | Compiling spin v0.5.2 |
1962 | 2024-09-25T03:24:54.545Z | Compiling untrusted v0.7.1 |
1963 | 2024-09-25T03:24:54.614Z | Compiling constant_time_eq v0.3.0 |
1964 | 2024-09-25T03:24:54.717Z | Compiling same-file v1.0.6 |
1965 | 2024-09-25T03:24:54.747Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1966 | 2024-09-25T03:24:54.784Z | Compiling arrayvec v0.7.4 |
1967 | 2024-09-25T03:24:54.847Z | Compiling arrayref v0.3.7 |
1968 | 2024-09-25T03:24:54.871Z | Compiling walkdir v2.5.0 |
1969 | 2024-09-25T03:24:54.956Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1970 | 2024-09-25T03:24:54.980Z | Compiling tar v0.4.41 |
1971 | 2024-09-25T03:24:56.056Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1972 | 2024-09-25T03:24:57.189Z | Compiling gethostname v0.5.0 |
1973 | 2024-09-25T03:24:57.316Z | Compiling cargo-platform v0.1.8 |
1974 | 2024-09-25T03:24:57.380Z | Compiling topological-sort v0.2.2 |
1975 | 2024-09-25T03:24:57.617Z | Compiling number_prefix v0.4.0 |
1976 | 2024-09-25T03:24:57.845Z | Compiling indicatif v0.17.8 |
1977 | 2024-09-25T03:24:57.993Z | Compiling cargo_metadata v0.18.1 |
1978 | 2024-09-25T03:25:01.961Z | Compiling omicron-zone-package v0.11.0 |
1979 | 2024-09-25T03:25:03.974Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1980 | 2024-09-25T03:25:05.251Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1981 | 2024-09-25T03:25:10.421Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1982 | 2024-09-25T03:25:26.757Z | error: linking with `gcc` failed: exit status: 1 |
1983 | 2024-09-25T03:25:26.757Z | | |
1984 | 2024-09-25T03:25:26.868Z | = 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/rustcwb7clD/symbols.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.omicron_package.70575fb6b22ea136-cgu.00.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.omicron_package.70575fb6b22ea136-cgu.01.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.omicron_package.70575fb6b22ea136-cgu.02.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.omicron_package.70575fb6b22ea136-cgu.03.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.omicron_package.70575fb6b22ea136-cgu.04.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.omicron_package.70575fb6b22ea136-cgu.05.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.omicron_package.70575fb6b22ea136-cgu.06.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.omicron_package.70575fb6b22ea136-cgu.07.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.omicron_package.70575fb6b22ea136-cgu.08.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.omicron_package.70575fb6b22ea136-cgu.09.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.omicron_package.70575fb6b22ea136-cgu.10.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.omicron_package.70575fb6b22ea136-cgu.11.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.omicron_package.70575fb6b22ea136-cgu.12.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.omicron_package.70575fb6b22ea136-cgu.13.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.omicron_package.70575fb6b22ea136-cgu.14.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.omicron_package.70575fb6b22ea136-cgu.15.rcgu.o" "/work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac.2zv0x7ipslrt5q7rune2nn4ux.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/tofino-51c113c6b4963aa5/out" "-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/libsled_hardware-345666ba79725125.rlib" "/work/oxidecomputer/omicron/target/release/deps/libtofino-5b728b33eb8c3872.rlib" "/work/oxidecomputer/omicron/target/release/deps/liblibefi_illumos-33db93c583589b35.rlib" "/work/oxidecomputer/omicron/target/release/deps/liblibefi_sys-1b771826edbfb8ee.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsled_hardware_types-e17770efcc8493e2.rlib" "/work/oxidecomputer/omicron/target/release/deps/liblibnvme-6ce111034f15b51f.rlib" "/work/oxidecomputer/omicron/target/release/deps/libnvme-83a10412fbbb6abf.rlib" "/work/oxidecomputer/omicron/target/release/deps/liblibnvme_sys-3a48e3b7887a6f42.rlib" "/work/oxidecomputer/omicron/target/release/deps/libillumos_devinfo-79258c0c33649933.rlib" "/work/oxidecomputer/omicron/target/release/deps/libgethostname-c4ed60e10980cd53.rlib" "/work/oxidecomputer/omicron/target/release/deps/libomicron_package-ab906785febd03f4.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpetgraph-4b758c17ec25f404.rlib" "/work/oxidecomputer/omicron/target/release/deps/libfixedbitset-37094fc6f57bdf0c.rlib" "/work/oxidecomputer/omicron/target/release/deps/libomicron_zone_package-f5221de0903909ad.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/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/libblake3-8b5481b8a24bf38d.rlib" "/work/oxidecomputer/omicron/target/release/deps/libconstant_time_eq-a7e0fe363ac94af2.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/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/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/libindicatif-28482c9fb2cd6e76.rlib" "/work/oxidecomputer/omicron/target/release/deps/libportable_atomic-96c2cde15908e20d.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/libnumber_prefix-c7583a9a7ef682bb.rlib" "/work/oxidecomputer/omicron/target/release/deps/libconsole-92b74e2a743a2cac.rlib" "/work/oxidecomputer/omicron/target/release/deps/libunicode_width-02721d8824f4d094.rlib" "/work/oxidecomputer/omicron/target/release/deps/libillumos_utils-e25f48acc2245a59.rlib" "/work/oxidecomputer/omicron/target/release/deps/libwhoami-e91fa2716c256397.rlib" "/work/oxidecomputer/omicron/target/release/deps/libbhyve_api-017231c3b0c4bc5a.rlib" "/work/oxidecomputer/omicron/target/release/deps/libbhyve_api_sys-b22fe125675f6092.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsmf-3061f44307b3b2de.rlib" "/work/oxidecomputer/omicron/target/release/deps/libzone-91510d11ff987dfb.rlib" "/work/oxidecomputer/omicron/target/release/deps/libitertools-8b76c8d6b235b356.rlib" "/work/oxidecomputer/omicron/target/release/deps/libeither-ea429e253d5b7f88.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcrucible_smf-de14ea3d4b7be82b.rlib" "/work/oxidecomputer/omicron/target/release/deps/liboxlog-3849391c295518e4.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcamino_tempfile-bb034b21a81933ef.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/libopte_ioctl-8083abba8214a267.rlib" "/work/oxidecomputer/omicron/target/release/deps/liblibnet-da42a1ccc19e504e.rlib" "/work/oxidecomputer/omicron/target/release/deps/libnvpair-5888a461d5f13efe.rlib" "/work/oxidecomputer/omicron/target/release/deps/libnvpair_sys-7bd65f8a11cb0e62.rlib" "/work/oxidecomputer/omicron/target/release/deps/libforeign_types-34f92e99f471fe59.rlib" "/work/oxidecomputer/omicron/target/release/deps/libforeign_types_shared-8af365a962638bd6.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcstr_argument-e5a03b54ee5b85b7.rlib" "/work/oxidecomputer/omicron/target/release/deps/libdlpi-2d9acd006e52ecef.rlib" "/work/oxidecomputer/omicron/target/release/deps/liblibdlpi_sys-aeb3cc496a6c49ce.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsocket2-5d2a938d39876f75.rlib" "/work/oxidecomputer/omicron/target/release/deps/librusty_doors-62817f2d7ef61966.rlib" "/work/oxidecomputer/omicron/target/release/deps/libnum_enum-18da916ad2b05bae.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcolored-41715008e21758c7.rlib" "/work/oxidecomputer/omicron/target/release/deps/liblazy_static-53849e2aa93f205f.rlib" "/work/oxidecomputer/omicron/target/release/deps/liboxide_vpc-baff875f8d60ada8.rlib" "/work/oxidecomputer/omicron/target/release/deps/libopte-fabc8605f0a947aa.rlib" "/work/oxidecomputer/omicron/target/release/deps/libopte_api-d57cf6da7b38ae3a.rlib" "/work/oxidecomputer/omicron/target/release/deps/libpostcard-4ab0b720a64d119e.rlib" "/work/oxidecomputer/omicron/target/release/deps/libembedded_io-8634592d323024a3.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcobs-a9cecbb8f50dbaf6.rlib" "/work/oxidecomputer/omicron/target/release/deps/libsmoltcp-dc7d7bb401bfb3ff.rlib" "/work/oxidecomputer/omicron/target/release/deps/libbitflags-2c136ee168b7caf1.rlib" "/work/oxidecomputer/omicron/target/release/deps/libheapless-070aacf859af7ad0.rlib" "/work/oxidecomputer/omicron/target/release/deps/libhash32-a2e04cc678997bd7.rlib" "/work/oxidecomputer/omicron/target/release/deps/libmanaged-e7c7e77daf300ea8.rlib" "/work/oxidecomputer/omicron/target/release/deps/libillumos_sys_hdrs-f52b8cddd1a7fd8c.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/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/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/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/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/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/libslog-6e3c1d17f2a09bed.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/libbytes-bb9d944c7e9732f2.rlib" "/work/oxidecomputer/omicron/target/release/deps/libcfg_if-b1272534069984e7.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/libpin_project_lite-a7e5d58f27714ee0.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/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/libbitflags-6c8c04620ef09268.rlib" "/work/oxidecomputer/omicron/target/release/deps/liblibc-5ad14446b27803ab.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/libcamino-20818b196bf71ba7.rlib" "/work/oxidecomputer/omicron/target/release/deps/libserde-96aa2cb8f27c0c51.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" "-lefi" "-lnvme" "-ldevinfo" "-lcontract" "-lscf" "-lkstat" "-lnvpair" "-lzfs" "-ldlpi" "-ldoor" "-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_package-64b52c419fe6c0ac" "-nodefaultlibs" "-Wl,-znocompstrtab,-R/usr/platform/oxide/lib/amd64" |
1985 | 2024-09-25T03:25:26.878Z | = note: Undefined first referenced |
1986 | 2024-09-25T03:25:26.878Z | symbol in file |
1987 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_bn_gather5 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1988 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_chacha20_poly1305_seal /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_chacha20poly1305.c.o) |
1989 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_chacha20_poly1305_open /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_chacha20poly1305.c.o) |
1990 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_rsaz_1024_scatter5_avx2 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1991 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_sha256_block_data_order_ssse3 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1992 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_sha1_block_data_order_hw /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1993 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_ChaCha20_ctr32_ssse3_4x /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(chacha.c.o) |
1994 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_aes128gcmsiv_dec /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
1995 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_aes128gcmsiv_kdf /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
1996 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_ChaCha20_ctr32_avx2 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(chacha.c.o) |
1997 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_ChaCha20_ctr32_nohw /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(chacha.c.o) |
1998 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_rsaz_1024_norm2red_avx2 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
1999 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_aes_hw_set_decrypt_key /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2000 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_aes_hw_set_encrypt_key /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2001 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_aesgcmsiv_htable_polyval /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2002 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_aes256gcmsiv_dec /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2003 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_aes256gcmsiv_kdf /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2004 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_gcm_gmult_clmul /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2005 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_gcm_gmult_ssse3 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2006 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_rsaz_1024_gather5_avx2 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2007 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_ecp_nistz256_point_add_affine /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2008 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_bn_power5 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2009 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_gcm_init_clmul /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2010 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_sha1_block_data_order_avx /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2011 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_aes128gcmsiv_aes_ks /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2012 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_aes256gcmsiv_aes_ks /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2013 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_aes_hw_xts_decrypt_avx512 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2014 | 2024-09-25T03:25:26.878Z | aws_lc_0_21_2_sha256_block_data_order_hw /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2015 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_ecp_nistz256_point_add /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2016 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_aes256gcmsiv_enc_msg_x4 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2017 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_aes256gcmsiv_enc_msg_x8 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2018 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_ecp_nistz256_sqr_mont /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2019 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_aes_hw_ctr32_encrypt_blocks /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2020 | 2024-09-25T03:25:26.879Z | 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) |
2021 | 2024-09-25T03:25:26.879Z | 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) |
2022 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_aes_hw_decrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2023 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_md5_block_asm_data_order /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2024 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_aes_hw_encrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2025 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_aes256gcmsiv_ecb_enc_block /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2026 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_aes128gcmsiv_ecb_enc_block /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2027 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_aes_gcm_decrypt_avx512 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2028 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_rsaz_1024_mul_avx2 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2029 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_CRYPTO_rdrand_multiple8_buf /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2030 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_sha512_block_data_order_nohw /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2031 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_sha512_block_data_order_avx /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2032 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_rsaz_1024_sqr_avx2 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2033 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_sha256_block_data_order_avx /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2034 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_bn_mul_mont /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2035 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_gcm_ghash_clmul /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2036 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_gcm_ghash_ssse3 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2037 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_bn_scatter5 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2038 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_sha256_block_data_order_nohw /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2039 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_ecp_nistz256_ord_sqr_mont /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2040 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_ecp_nistz256_mul_mont /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2041 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_sha1_block_data_order_ssse3 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2042 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_aes_gcm_encrypt_avx512 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2043 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_ecp_nistz256_point_double /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2044 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_aesgcmsiv_htable_init /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2045 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_aes_hw_xts_encrypt_avx512 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2046 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_beeu_mod_inverse_vartime /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2047 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_aesni_gcm_decrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2048 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_aesni_gcm_encrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2049 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_aes_hw_xts_decrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2050 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_ecp_nistz256_neg /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2051 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_vpaes_set_decrypt_key /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2052 | 2024-09-25T03:25:26.879Z | aws_lc_0_21_2_vpaes_set_encrypt_key /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2053 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_ecp_nistz256_ord_mul_mont /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2054 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_aesgcmsiv_polyval_horner /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2055 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_vpaes_decrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2056 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_gcm_init_avx512 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2057 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_rsaz_1024_red2norm_avx2 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2058 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_vpaes_cbc_encrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2059 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_gcm_ghash_avx512 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2060 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_gcm_gmult_avx512 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2061 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_aesgcmsiv_htable6_init /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2062 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_vpaes_encrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2063 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_gcm_ghash_avx /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2064 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_gcm_init_avx /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2065 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_gcm_gmult_avx /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2066 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_ecp_nistz256_select_w5 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2067 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_ecp_nistz256_select_w7 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2068 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_aes_hw_cbc_encrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2069 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_aes_hw_ecb_encrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2070 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_aes_hw_xts_encrypt /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2071 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_gcm_setiv_avx512 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2072 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_ChaCha20_ctr32_ssse3 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(chacha.c.o) |
2073 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_vpaes_ctr32_encrypt_blocks /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2074 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_sha1_block_data_order_nohw /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2075 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_aes128gcmsiv_enc_msg_x4 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2076 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_aes128gcmsiv_enc_msg_x8 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(e_aesgcmsiv.c.o) |
2077 | 2024-09-25T03:25:26.880Z | aws_lc_0_21_2_bn_mul_mont_gather5 /work/oxidecomputer/omicron/target/release/deps/libaws_lc_sys-c3aee72d7f721d0d.rlib(bcm.c.o) |
2078 | 2024-09-25T03:25:26.880Z | ld: fatal: symbol referencing errors. No output written to /work/oxidecomputer/omicron/target/release/deps/omicron_package-64b52c419fe6c0ac |
2079 | 2024-09-25T03:25:26.880Z | collect2: error: ld returned 1 exit status |
2080 | 2024-09-25T03:25:26.880Z | |
2081 | 2024-09-25T03:25:26.880Z | |
2082 | 2024-09-25T03:25:26.994Z | error: could not compile `omicron-package` (bin "omicron-package") due to 1 previous error |
2083 | 2024-09-25T03:25:27.181Z | |
2084 | 2024-09-25T03:25:27.181Z | real 4:10.288895135 |
2085 | 2024-09-25T03:25:27.181Z | user 27:20.985729960 |
2086 | 2024-09-25T03:25:27.181Z | sys 3:53.482623767 |
2087 | 2024-09-25T03:25:27.181Z | trap 0.888243791 |
2088 | 2024-09-25T03:25:27.181Z | tflt 1.428869758 |
2089 | 2024-09-25T03:25:27.181Z | dflt 0.642332785 |
2090 | 2024-09-25T03:25:27.181Z | kflt 0.000416265 |
2091 | 2024-09-25T03:25:27.181Z | lock 56:52.741656505 |
2092 | 2024-09-25T03:25:27.181Z | slp 1:54:04.310884983 |
2093 | 2024-09-25T03:25:27.181Z | lat 2:05.698881893 |
2094 | 2024-09-25T03:25:27.181Z | stop 3:40.562877010 |
2095 | 2024-09-25T03:25:27.206Z | process exited: duration 607971 ms, exit code 101 |
|
2096 | 2024-09-25T03:25:27.257Z | found 0 output files |
2097 | 2024-09-25T03:25:27.257Z | upload error: rule "/work/package.tar.gz" required a match, but was not used |