|
|
|
1 | 2024-11-13T19:01:01.774Z | job assigned to worker 01JCKE9V5NP6DYCCBYGF83K1GB (queued for 1 m 37 s) |
|
2 | 2024-11-13T19:01:16.518Z | starting task 0: "setup" |
3 | 2024-11-13T19:01:16.525Z | ++ uname -s |
4 | 2024-11-13T19:01:16.528Z | + kern=SunOS |
5 | 2024-11-13T19:01:16.528Z | + case "$kern" in |
6 | 2024-11-13T19:01:16.528Z | + groupadd -g 12345 build |
7 | 2024-11-13T19:01:16.530Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-13T19:01:18.551Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-13T19:01:19.581Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-13T19:01:19.583Z | + home_fs=zfs |
11 | 2024-11-13T19:01:19.584Z | + [[ zfs == autofs ]] |
12 | 2024-11-13T19:01:19.584Z | + mkdir -p /home/build |
13 | 2024-11-13T19:01:19.586Z | + chown build:build /home/build /work |
14 | 2024-11-13T19:01:19.589Z | + chmod 0700 /home/build /work |
15 | 2024-11-13T19:01:19.591Z | process exited: duration 3073 ms, exit code 0 |
|
16 | 2024-11-13T19:01:19.599Z | starting task 1: "rust-toolchain" |
17 | 2024-11-13T19:01:19.605Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-13T19:01:19.605Z | ' 1.81.0 |
19 | 2024-11-13T19:01:19.605Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-13T19:01:19.605Z | ' default |
21 | 2024-11-13T19:01:19.605Z | * toolchain channel = "1.81.0" |
22 | 2024-11-13T19:01:19.605Z | * toolchain profile = "default" |
23 | 2024-11-13T19:01:19.607Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-13T19:01:19.607Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-13T19:01:19.722Z | info: downloading installer |
26 | 2024-11-13T19:01:22.437Z | info: profile set to 'default' |
27 | 2024-11-13T19:01:22.438Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-13T19:01:22.441Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-13T19:01:22.575Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-13T19:01:22.575Z | info: downloading component 'cargo' |
31 | 2024-11-13T19:01:23.325Z | info: downloading component 'clippy' |
32 | 2024-11-13T19:01:23.576Z | info: downloading component 'rust-docs' |
33 | 2024-11-13T19:01:24.610Z | info: downloading component 'rust-std' |
34 | 2024-11-13T19:01:26.133Z | info: downloading component 'rustc' |
35 | 2024-11-13T19:01:31.643Z | info: downloading component 'rustfmt' |
36 | 2024-11-13T19:01:31.854Z | info: installing component 'cargo' |
37 | 2024-11-13T19:01:32.704Z | info: installing component 'clippy' |
38 | 2024-11-13T19:01:33.096Z | info: installing component 'rust-docs' |
39 | 2024-11-13T19:01:34.668Z | info: installing component 'rust-std' |
40 | 2024-11-13T19:01:36.427Z | info: installing component 'rustc' |
41 | 2024-11-13T19:01:42.551Z | info: installing component 'rustfmt' |
42 | 2024-11-13T19:01:42.942Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-13T19:01:42.942Z | |
44 | 2024-11-13T19:01:43.287Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-13T19:01:43.287Z | |
46 | 2024-11-13T19:01:43.303Z | |
47 | 2024-11-13T19:01:43.303Z | Rust is installed now. Great! |
48 | 2024-11-13T19:01:43.303Z | |
49 | 2024-11-13T19:01:43.303Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-13T19:01:43.303Z | environment variable. This has not been done automatically. |
51 | 2024-11-13T19:01:43.304Z | |
52 | 2024-11-13T19:01:43.304Z | To configure your current shell, you need to source |
53 | 2024-11-13T19:01:43.304Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-13T19:01:43.304Z | |
55 | 2024-11-13T19:01:43.304Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-13T19:01:43.304Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-13T19:01:43.304Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-13T19:01:43.366Z | + rustc --version |
59 | 2024-11-13T19:01:43.428Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-13T19:01:43.433Z | process exited: duration 23828 ms, exit code 0 |
|
61 | 2024-11-13T19:01:43.445Z | starting task 2: "authentication" |
62 | 2024-11-13T19:01:43.468Z | process exited: duration 26 ms, exit code 0 |
|
63 | 2024-11-13T19:01:43.479Z | starting task 3: "clone repository" |
64 | 2024-11-13T19:01:43.485Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-13T19:01:43.491Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-13T19:01:45.370Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-13T19:02:23.376Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-13T19:02:23.376Z | + git fetch origin 49a43bbf6eb2e023fffbb8c6819c9ea637778a79 |
69 | 2024-11-13T19:02:24.202Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-13T19:02:24.202Z | * branch 49a43bbf6eb2e023fffbb8c6819c9ea637778a79 -> FETCH_HEAD |
71 | 2024-11-13T19:02:24.213Z | + [[ -n system-oxql-endpoints ]] |
72 | 2024-11-13T19:02:24.215Z | ++ git branch --show-current |
73 | 2024-11-13T19:02:24.218Z | + current=main |
74 | 2024-11-13T19:02:24.218Z | + [[ main != system-oxql-endpoints ]] |
75 | 2024-11-13T19:02:24.218Z | + git branch -f system-oxql-endpoints 49a43bbf6eb2e023fffbb8c6819c9ea637778a79 |
76 | 2024-11-13T19:02:24.220Z | + git checkout -f system-oxql-endpoints |
77 | 2024-11-13T19:02:24.391Z | Switched to branch 'system-oxql-endpoints' |
78 | 2024-11-13T19:02:24.393Z | + git reset --hard 49a43bbf6eb2e023fffbb8c6819c9ea637778a79 |
79 | 2024-11-13T19:02:24.419Z | HEAD is now at 49a43bbf6 /schema -> /schemas |
80 | 2024-11-13T19:02:24.421Z | process exited: duration 40935 ms, exit code 0 |
|
81 | 2024-11-13T19:02:24.427Z | starting task 4: "build" |
82 | 2024-11-13T19:02:24.432Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-13T19:02:24.432Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-13T19:02:24.432Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-13T19:02:24.432Z | + cargo --version |
86 | 2024-11-13T19:02:24.488Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-13T19:02:24.492Z | + rustc --version |
88 | 2024-11-13T19:02:24.551Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-13T19:02:24.554Z | + WORK=/work |
90 | 2024-11-13T19:02:24.554Z | + pfexec mkdir -p /work |
91 | 2024-11-13T19:02:24.557Z | + pfexec chown build /work |
92 | 2024-11-13T19:02:24.564Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-13T19:02:50.974Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-13T19:02:54.741Z | Startup: Caching catalogs ... Done |
95 | 2024-11-13T19:03:02.736Z | Planning: Solver setup ... Done (7.282s) |
96 | 2024-11-13T19:03:02.839Z | Planning: Running solver ... Done (0.103s) |
97 | 2024-11-13T19:03:03.085Z | Planning: Finding local manifests ... Done (0.158s) |
98 | 2024-11-13T19:03:03.123Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-13T19:03:04.585Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-13T19:03:04.910Z | Planning: Package planning ... Done (0.333s) |
101 | 2024-11-13T19:03:04.966Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-11-13T19:03:06.440Z | Planning: Checking for conflicting actions ... Done (1.474s) |
103 | 2024-11-13T19:03:16.873Z | Planning: Consolidating action changes ... Done (10.431s) |
104 | 2024-11-13T19:03:17.252Z | Planning: Evaluating mediators ... Done (0.377s) |
105 | 2024-11-13T19:03:17.506Z | Planning: Planning completed in 22.67 seconds |
106 | 2024-11-13T19:03:18.633Z | Packages to install: 4 |
107 | 2024-11-13T19:03:18.633Z | Packages to update: 1 |
108 | 2024-11-13T19:03:18.633Z | Mediators to change: 2 |
109 | 2024-11-13T19:03:18.636Z | Services to change: 1 |
110 | 2024-11-13T19:03:18.636Z | Estimated space available: 155.64 GB |
111 | 2024-11-13T19:03:18.636Z | Estimated space to be consumed: 1.59 GB |
112 | 2024-11-13T19:03:18.636Z | Create boot environment: No |
113 | 2024-11-13T19:03:18.636Z | Create backup boot environment: Yes |
114 | 2024-11-13T19:03:18.636Z | Rebuild boot archive: No |
115 | 2024-11-13T19:03:18.636Z | |
116 | 2024-11-13T19:03:18.636Z | Changed mediators: |
117 | 2024-11-13T19:03:18.636Z | mediator clang: |
118 | 2024-11-13T19:03:18.636Z | version: None -> 15 (system default) |
119 | 2024-11-13T19:03:18.636Z | |
120 | 2024-11-13T19:03:18.636Z | mediator llvm: |
121 | 2024-11-13T19:03:18.636Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-13T19:03:18.636Z | |
123 | 2024-11-13T19:03:18.636Z | Changed packages: |
124 | 2024-11-13T19:03:18.636Z | helios-dev |
125 | 2024-11-13T19:03:18.636Z | developer/build-essential |
126 | 2024-11-13T19:03:18.636Z | None -> 11-2.0 |
127 | 2024-11-13T19:03:18.636Z | library/libxmlsec1 |
128 | 2024-11-13T19:03:18.636Z | None -> 1.2.35-2.0 |
129 | 2024-11-13T19:03:18.636Z | ooce/developer/clang-15 |
130 | 2024-11-13T19:03:18.636Z | None -> 15.0.7-2.0 |
131 | 2024-11-13T19:03:18.636Z | ooce/developer/llvm-15 |
132 | 2024-11-13T19:03:18.636Z | None -> 15.0.7-2.0 |
133 | 2024-11-13T19:03:18.636Z | package/pkg |
134 | 2024-11-13T19:03:18.636Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-13T19:03:18.636Z | |
136 | 2024-11-13T19:03:18.636Z | Services: |
137 | 2024-11-13T19:03:18.637Z | restart_fmri: |
138 | 2024-11-13T19:03:18.637Z | svc:/system/update-man-index:default |
139 | 2024-11-13T19:03:18.637Z | |
140 | 2024-11-13T19:03:18.637Z | Editable files to change: |
141 | 2024-11-13T19:03:18.637Z | Update: |
142 | 2024-11-13T19:03:18.637Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-13T19:03:19.172Z | |
144 | 2024-11-13T19:03:19.172Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-13T19:03:24.173Z | Download: 957/4281 items 19.4/220.6MB 8% complete (4.0M/s) |
146 | 2024-11-13T19:03:29.175Z | Download: 1378/4281 items 111.0/220.6MB 50% complete (11.1M/s) |
147 | 2024-11-13T19:03:34.178Z | Download: 2351/4281 items 119.9/220.6MB 54% complete (10.1M/s) |
148 | 2024-11-13T19:03:39.777Z | Download: 3286/4281 items 211.0/220.6MB 95% complete (10.7M/s) |
149 | 2024-11-13T19:03:44.380Z | Download: Completed 220.60 MB in 25.20 seconds (8.8M/s) |
150 | 2024-11-13T19:03:46.323Z | Actions: 1/5063 actions (Removing old actions) |
151 | 2024-11-13T19:03:46.338Z | Actions: 194/5063 actions (Installing new actions) |
152 | 2024-11-13T19:03:51.349Z | Actions: 4129/5063 actions (Installing new actions) |
153 | 2024-11-13T19:03:51.792Z | Actions: 4226/5063 actions (Updating modified actions) |
154 | 2024-11-13T19:03:52.146Z | Actions: Completed 5063 actions in 5.82 seconds. |
155 | 2024-11-13T19:03:52.520Z | Done (0.366s) |
156 | 2024-11-13T19:03:52.523Z | Done (0.000s) |
157 | 2024-11-13T19:03:53.029Z | Done (0.508s) |
158 | 2024-11-13T19:03:58.907Z | Done (5.665s) |
159 | 2024-11-13T19:03:59.158Z | Done (0.187s) |
160 | 2024-11-13T19:03:59.160Z | Done (0.000s) |
161 | 2024-11-13T19:03:59.353Z | Done (0.000s) |
162 | 2024-11-13T19:04:00.011Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-11-13T19:04:00.172Z | Planning: Checking for conflicting actions ... Done |
164 | 2024-11-13T19:04:00.175Z | Planning: Consolidating action changes ... Done |
165 | 2024-11-13T19:04:00.439Z | Planning: Evaluating mediators ... Done |
166 | 2024-11-13T19:04:00.441Z | Planning: Planning completed in 0.43 seconds |
167 | 2024-11-13T19:04:00.479Z | Mediators to change: 2 |
168 | 2024-11-13T19:04:00.479Z | Create boot environment: No |
169 | 2024-11-13T19:04:00.479Z | Create backup boot environment: No |
170 | 2024-11-13T19:04:00.555Z | Done |
171 | 2024-11-13T19:04:00.555Z | Done |
172 | 2024-11-13T19:04:00.896Z | Done |
173 | 2024-11-13T19:04:04.512Z | Done |
174 | 2024-11-13T19:04:04.600Z | Done |
175 | 2024-11-13T19:04:04.600Z | Done |
176 | 2024-11-13T19:04:04.784Z | Done |
177 | 2024-11-13T19:04:05.401Z | Planning: Evaluating mediator changes ... Done |
178 | 2024-11-13T19:04:05.404Z | Planning: Merging actions ... Done |
179 | 2024-11-13T19:04:05.591Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-11-13T19:04:05.594Z | Planning: Consolidating action changes ... Done |
181 | 2024-11-13T19:04:05.858Z | Planning: Evaluating mediators ... Done |
182 | 2024-11-13T19:04:05.913Z | Planning: Planning completed in 0.76 seconds |
183 | 2024-11-13T19:04:05.953Z | Packages to change: 1 |
184 | 2024-11-13T19:04:05.953Z | Mediators to change: 1 |
185 | 2024-11-13T19:04:05.953Z | Services to change: 1 |
186 | 2024-11-13T19:04:05.955Z | Create boot environment: No |
187 | 2024-11-13T19:04:05.955Z | Create backup boot environment: Yes |
188 | 2024-11-13T19:04:08.144Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2024-11-13T19:04:08.208Z | Actions: Completed 6 actions in 0.06 seconds. |
190 | 2024-11-13T19:04:08.210Z | Done |
191 | 2024-11-13T19:04:08.211Z | Done |
192 | 2024-11-13T19:04:08.314Z | Done |
193 | 2024-11-13T19:04:12.022Z | Done |
194 | 2024-11-13T19:04:12.113Z | Done |
195 | 2024-11-13T19:04:12.116Z | Done |
196 | 2024-11-13T19:04:12.313Z | Done |
197 | 2024-11-13T19:04:12.749Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2024-11-13T19:04:12.749Z | clang system 15 system |
199 | 2024-11-13T19:04:12.749Z | csh system system illumos |
200 | 2024-11-13T19:04:12.749Z | ctags system system illumos |
201 | 2024-11-13T19:04:12.749Z | gcc vendor 12 vendor |
202 | 2024-11-13T19:04:12.749Z | gcc system 10 system |
203 | 2024-11-13T19:04:12.749Z | gcc system 7 system |
204 | 2024-11-13T19:04:12.749Z | go system 1.20 system |
205 | 2024-11-13T19:04:12.749Z | go system 1.19 system |
206 | 2024-11-13T19:04:12.749Z | llvm system 15 system |
207 | 2024-11-13T19:04:12.749Z | llvm system 14 system |
208 | 2024-11-13T19:04:12.749Z | mariadb system 10.6 system |
209 | 2024-11-13T19:04:12.749Z | mta vendor vendor dma |
210 | 2024-11-13T19:04:12.749Z | openjdk system 17 system |
211 | 2024-11-13T19:04:12.749Z | openjdk system 11 system |
212 | 2024-11-13T19:04:12.749Z | openjdk system 1.8 system |
213 | 2024-11-13T19:04:12.749Z | openssl vendor 3 vendor |
214 | 2024-11-13T19:04:12.749Z | perl system 5.36 system |
215 | 2024-11-13T19:04:12.749Z | postgresql system 15 system |
216 | 2024-11-13T19:04:12.749Z | postgresql system 13 system |
217 | 2024-11-13T19:04:12.750Z | python vendor 3 vendor |
218 | 2024-11-13T19:04:12.750Z | python system 2 system |
219 | 2024-11-13T19:04:12.750Z | python3 system 3.11 system |
220 | 2024-11-13T19:04:12.750Z | ruby system 3.0 system |
221 | 2024-11-13T19:04:12.750Z | words vendor vendor american-english |
222 | 2024-11-13T19:04:12.750Z | words system system australian-english |
223 | 2024-11-13T19:04:12.750Z | words system system british-english |
224 | 2024-11-13T19:04:12.750Z | words system system canadian-english |
225 | 2024-11-13T19:04:12.750Z | words system system french |
226 | 2024-11-13T19:04:12.750Z | words system system italian |
227 | 2024-11-13T19:04:12.750Z | words system system ngerman |
228 | 2024-11-13T19:04:12.750Z | words system system ogerman |
229 | 2024-11-13T19:04:12.750Z | words system system spanish |
230 | 2024-11-13T19:04:13.083Z | PUBLISHER TYPE STATUS P LOCATION |
231 | 2024-11-13T19:04:13.083Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
232 | 2024-11-13T19:04:15.574Z | FMRI IFO |
233 | 2024-11-13T19:04:15.574Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
234 | 2024-11-13T19:04:15.574Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
235 | 2024-11-13T19:04:15.575Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
236 | 2024-11-13T19:04:15.575Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
237 | 2024-11-13T19:04:15.575Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
238 | 2024-11-13T19:04:15.575Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
239 | 2024-11-13T19:04:15.575Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
240 | 2024-11-13T19:04:15.575Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
241 | 2024-11-13T19:04:15.575Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
242 | 2024-11-13T19:04:15.575Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
243 | 2024-11-13T19:04:15.575Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
244 | 2024-11-13T19:04:15.575Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
245 | 2024-11-13T19:04:15.575Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
246 | 2024-11-13T19:04:15.575Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
247 | 2024-11-13T19:04:15.575Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
248 | 2024-11-13T19:04:16.292Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
249 | 2024-11-13T19:04:17.031Z | Updating crates.io index |
250 | 2024-11-13T19:04:17.033Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
251 | 2024-11-13T19:04:19.115Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
252 | 2024-11-13T19:04:19.805Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
253 | 2024-11-13T19:04:20.440Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
254 | 2024-11-13T19:04:21.036Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
255 | 2024-11-13T19:04:24.227Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
256 | 2024-11-13T19:04:30.211Z | Updating git repository `https://github.com/oxidecomputer/opte` |
257 | 2024-11-13T19:04:32.893Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
258 | 2024-11-13T19:04:36.955Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
259 | 2024-11-13T19:04:37.656Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
260 | 2024-11-13T19:04:38.390Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
261 | 2024-11-13T19:04:39.815Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
262 | 2024-11-13T19:04:40.407Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
263 | 2024-11-13T19:04:41.205Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
264 | 2024-11-13T19:04:41.819Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
265 | 2024-11-13T19:04:42.430Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
266 | 2024-11-13T19:04:43.033Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
267 | 2024-11-13T19:04:43.814Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
268 | 2024-11-13T19:04:44.541Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
269 | 2024-11-13T19:04:45.228Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
270 | 2024-11-13T19:04:45.931Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
271 | 2024-11-13T19:04:46.913Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
272 | 2024-11-13T19:04:47.526Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
273 | 2024-11-13T19:04:48.380Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
274 | 2024-11-13T19:04:49.233Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
275 | 2024-11-13T19:04:49.868Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
276 | 2024-11-13T19:04:50.649Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
277 | 2024-11-13T19:04:52.129Z | Downloading crates ... |
278 | 2024-11-13T19:04:52.217Z | Downloaded cargo_toml v0.20.5 |
279 | 2024-11-13T19:04:52.222Z | Downloaded autocfg v1.4.0 |
280 | 2024-11-13T19:04:52.224Z | Downloaded cargo-platform v0.1.8 |
281 | 2024-11-13T19:04:52.226Z | Downloaded block-buffer v0.10.4 |
282 | 2024-11-13T19:04:52.229Z | Downloaded proc-macro-error v1.0.4 |
283 | 2024-11-13T19:04:52.231Z | Downloaded usdt-attr-macro v0.5.0 |
284 | 2024-11-13T19:04:52.234Z | Downloaded generic-array v0.14.7 |
285 | 2024-11-13T19:04:52.236Z | Downloaded anstyle-parse v0.2.5 |
286 | 2024-11-13T19:04:52.239Z | Downloaded usdt-macro v0.5.0 |
287 | 2024-11-13T19:04:52.242Z | Downloaded unicode-linebreak v0.1.5 |
288 | 2024-11-13T19:04:52.244Z | Downloaded dtrace-parser v0.2.0 |
289 | 2024-11-13T19:04:52.246Z | Downloaded smawk v0.3.2 |
290 | 2024-11-13T19:04:52.248Z | Downloaded plain v0.2.3 |
291 | 2024-11-13T19:04:52.248Z | Downloaded fastrand v2.1.1 |
292 | 2024-11-13T19:04:52.251Z | Downloaded clap_lex v0.7.2 |
293 | 2024-11-13T19:04:52.251Z | Downloaded serde_spanned v0.6.8 |
294 | 2024-11-13T19:04:52.253Z | Downloaded crypto-common v0.1.6 |
295 | 2024-11-13T19:04:52.253Z | Downloaded pest_generator v2.7.14 |
296 | 2024-11-13T19:04:52.259Z | Downloaded scroll v0.12.0 |
297 | 2024-11-13T19:04:52.265Z | Downloaded bytecount v0.6.8 |
298 | 2024-11-13T19:04:52.267Z | Downloaded tempfile v3.13.0 |
299 | 2024-11-13T19:04:52.272Z | Downloaded thiserror v1.0.64 |
300 | 2024-11-13T19:04:52.277Z | Downloaded typenum v1.17.0 |
301 | 2024-11-13T19:04:52.280Z | Downloaded anstyle v1.0.10 |
302 | 2024-11-13T19:04:52.283Z | Downloaded toml v0.8.19 |
303 | 2024-11-13T19:04:52.285Z | Downloaded papergrid v0.11.0 |
304 | 2024-11-13T19:04:52.289Z | Downloaded quote v1.0.37 |
305 | 2024-11-13T19:04:52.292Z | Downloaded anstyle-query v1.1.1 |
306 | 2024-11-13T19:04:52.295Z | Downloaded clap v4.5.20 |
307 | 2024-11-13T19:04:52.303Z | Downloaded serde v1.0.215 |
308 | 2024-11-13T19:04:52.306Z | Downloaded byteorder v1.5.0 |
309 | 2024-11-13T19:04:52.308Z | Downloaded scroll_derive v0.12.0 |
310 | 2024-11-13T19:04:52.311Z | Downloaded equivalent v1.0.1 |
311 | 2024-11-13T19:04:52.311Z | Downloaded anstream v0.6.15 |
312 | 2024-11-13T19:04:52.314Z | Downloaded fnv v1.0.7 |
313 | 2024-11-13T19:04:52.314Z | Downloaded cpufeatures v0.2.14 |
314 | 2024-11-13T19:04:52.316Z | Downloaded memchr v2.7.4 |
315 | 2024-11-13T19:04:52.319Z | Downloaded camino v1.1.9 |
316 | 2024-11-13T19:04:52.322Z | Downloaded swrite v0.1.0 |
317 | 2024-11-13T19:04:52.324Z | Downloaded pretty-hex v0.4.1 |
318 | 2024-11-13T19:04:52.324Z | Downloaded colorchoice v1.0.2 |
319 | 2024-11-13T19:04:52.327Z | Downloaded indexmap v2.6.0 |
320 | 2024-11-13T19:04:52.329Z | Downloaded tabled_derive v0.7.0 |
321 | 2024-11-13T19:04:52.332Z | Downloaded heck v0.4.1 |
322 | 2024-11-13T19:04:52.332Z | Downloaded cargo_metadata v0.18.1 |
323 | 2024-11-13T19:04:52.334Z | Downloaded terminal_size v0.4.0 |
324 | 2024-11-13T19:04:52.334Z | Downloaded macaddr v1.0.1 |
325 | 2024-11-13T19:04:52.337Z | Downloaded is_terminal_polyfill v1.70.1 |
326 | 2024-11-13T19:04:52.337Z | Downloaded dof v0.3.0 |
327 | 2024-11-13T19:04:52.339Z | Downloaded digest v0.10.7 |
328 | 2024-11-13T19:04:52.342Z | Downloaded proc-macro-error-attr v1.0.4 |
329 | 2024-11-13T19:04:52.342Z | Downloaded anyhow v1.0.93 |
330 | 2024-11-13T19:04:52.345Z | Downloaded strsim v0.11.1 |
331 | 2024-11-13T19:04:52.348Z | Downloaded memmap v0.7.0 |
332 | 2024-11-13T19:04:52.348Z | Downloaded itoa v1.0.11 |
333 | 2024-11-13T19:04:52.350Z | Downloaded cfg-if v1.0.0 |
334 | 2024-11-13T19:04:52.350Z | Downloaded utf8parse v0.2.2 |
335 | 2024-11-13T19:04:52.350Z | Downloaded thiserror-impl v1.0.64 |
336 | 2024-11-13T19:04:52.353Z | Downloaded serde_tokenstream v0.2.2 |
337 | 2024-11-13T19:04:52.355Z | Downloaded toml_datetime v0.6.8 |
338 | 2024-11-13T19:04:52.355Z | Downloaded version_check v0.9.5 |
339 | 2024-11-13T19:04:52.358Z | Downloaded usdt-impl v0.5.0 |
340 | 2024-11-13T19:04:52.358Z | Downloaded thread-id v4.2.2 |
341 | 2024-11-13T19:04:52.360Z | Downloaded fs-err v2.11.0 |
342 | 2024-11-13T19:04:52.360Z | Downloaded usdt v0.5.0 |
343 | 2024-11-13T19:04:52.363Z | Downloaded pest_derive v2.7.14 |
344 | 2024-11-13T19:04:52.365Z | Downloaded pest_meta v2.7.14 |
345 | 2024-11-13T19:04:52.369Z | Downloaded clap_derive v4.5.18 |
346 | 2024-11-13T19:04:52.369Z | Downloaded zerocopy-derive v0.7.35 |
347 | 2024-11-13T19:04:52.372Z | Downloaded semver v1.0.23 |
348 | 2024-11-13T19:04:52.374Z | Downloaded sha2 v0.10.8 |
349 | 2024-11-13T19:04:52.377Z | Downloaded heck v0.5.0 |
350 | 2024-11-13T19:04:52.379Z | Downloaded errno v0.3.9 |
351 | 2024-11-13T19:04:52.381Z | Downloaded camino-tempfile v1.1.1 |
352 | 2024-11-13T19:04:52.381Z | Downloaded once_cell v1.20.2 |
353 | 2024-11-13T19:04:52.384Z | Downloaded hashbrown v0.15.0 |
354 | 2024-11-13T19:04:52.389Z | Downloaded unicode-ident v1.0.13 |
355 | 2024-11-13T19:04:52.392Z | Downloaded bitflags v2.6.0 |
356 | 2024-11-13T19:04:52.395Z | Downloaded ucd-trie v0.1.7 |
357 | 2024-11-13T19:04:52.397Z | Downloaded serde_derive v1.0.215 |
358 | 2024-11-13T19:04:52.400Z | Downloaded log v0.4.22 |
359 | 2024-11-13T19:04:52.403Z | Downloaded textwrap v0.16.1 |
360 | 2024-11-13T19:04:52.405Z | Downloaded ryu v1.0.18 |
361 | 2024-11-13T19:04:52.408Z | Downloaded proc-macro2 v1.0.89 |
362 | 2024-11-13T19:04:52.430Z | Downloaded winnow v0.6.20 |
363 | 2024-11-13T19:04:52.438Z | Downloaded toml_edit v0.22.22 |
364 | 2024-11-13T19:04:52.461Z | Downloaded pest v2.7.14 |
365 | 2024-11-13T19:04:52.468Z | Downloaded clap_builder v4.5.20 |
366 | 2024-11-13T19:04:52.475Z | Downloaded goblin v0.8.2 |
367 | 2024-11-13T19:04:52.483Z | Downloaded serde_json v1.0.132 |
368 | 2024-11-13T19:04:52.491Z | Downloaded zerocopy v0.7.35 |
369 | 2024-11-13T19:04:52.506Z | Downloaded tabled v0.15.0 |
370 | 2024-11-13T19:04:52.520Z | Downloaded syn v2.0.87 |
371 | 2024-11-13T19:04:52.530Z | Downloaded syn v1.0.109 |
372 | 2024-11-13T19:04:52.550Z | Downloaded unicode-width v0.1.14 |
373 | 2024-11-13T19:04:52.558Z | Downloaded rustix v0.38.37 |
374 | 2024-11-13T19:04:52.587Z | Downloaded libc v0.2.162 |
375 | 2024-11-13T19:04:52.881Z | Compiling proc-macro2 v1.0.89 |
376 | 2024-11-13T19:04:52.881Z | Compiling unicode-ident v1.0.13 |
377 | 2024-11-13T19:04:52.881Z | Compiling serde v1.0.215 |
378 | 2024-11-13T19:04:52.884Z | Compiling version_check v0.9.5 |
379 | 2024-11-13T19:04:52.884Z | Compiling memchr v2.7.4 |
380 | 2024-11-13T19:04:52.884Z | Compiling thiserror v1.0.64 |
381 | 2024-11-13T19:04:52.884Z | Compiling libc v0.2.162 |
382 | 2024-11-13T19:04:52.884Z | Compiling ucd-trie v0.1.7 |
383 | 2024-11-13T19:04:53.139Z | Compiling ryu v1.0.18 |
384 | 2024-11-13T19:04:53.483Z | Compiling itoa v1.0.11 |
385 | 2024-11-13T19:04:53.652Z | Compiling once_cell v1.20.2 |
386 | 2024-11-13T19:04:53.784Z | Compiling byteorder v1.5.0 |
387 | 2024-11-13T19:04:53.952Z | Compiling rustix v0.38.37 |
388 | 2024-11-13T19:04:54.216Z | Compiling serde_json v1.0.132 |
389 | 2024-11-13T19:04:54.489Z | Compiling bitflags v2.6.0 |
390 | 2024-11-13T19:04:54.564Z | Compiling proc-macro-error-attr v1.0.4 |
391 | 2024-11-13T19:04:54.662Z | Compiling usdt-impl v0.5.0 |
392 | 2024-11-13T19:04:54.707Z | Compiling syn v1.0.109 |
393 | 2024-11-13T19:04:54.804Z | Compiling proc-macro-error v1.0.4 |
394 | 2024-11-13T19:04:54.873Z | Compiling equivalent v1.0.1 |
395 | 2024-11-13T19:04:54.930Z | Compiling camino v1.1.9 |
396 | 2024-11-13T19:04:54.998Z | Compiling plain v0.2.3 |
397 | 2024-11-13T19:04:55.103Z | Compiling log v0.4.22 |
398 | 2024-11-13T19:04:55.128Z | Compiling hashbrown v0.15.0 |
399 | 2024-11-13T19:04:55.157Z | Compiling utf8parse v0.2.2 |
400 | 2024-11-13T19:04:55.327Z | Compiling anstyle-parse v0.2.5 |
401 | 2024-11-13T19:04:55.524Z | Compiling autocfg v1.4.0 |
402 | 2024-11-13T19:04:55.575Z | Compiling quote v1.0.37 |
403 | 2024-11-13T19:04:55.653Z | Compiling thread-id v4.2.2 |
404 | 2024-11-13T19:04:55.750Z | Compiling errno v0.3.9 |
405 | 2024-11-13T19:04:55.776Z | Compiling is_terminal_polyfill v1.70.1 |
406 | 2024-11-13T19:04:55.812Z | Compiling pretty-hex v0.4.1 |
407 | 2024-11-13T19:04:55.906Z | Compiling winnow v0.6.20 |
408 | 2024-11-13T19:04:55.994Z | Compiling syn v2.0.87 |
409 | 2024-11-13T19:04:56.294Z | Compiling anstyle v1.0.10 |
410 | 2024-11-13T19:04:56.408Z | Compiling indexmap v2.6.0 |
411 | 2024-11-13T19:04:56.658Z | Compiling semver v1.0.23 |
412 | 2024-11-13T19:04:56.770Z | Compiling anstyle-query v1.1.1 |
413 | 2024-11-13T19:04:56.936Z | Compiling unicode-width v0.1.14 |
414 | 2024-11-13T19:04:57.250Z | Compiling colorchoice v1.0.2 |
415 | 2024-11-13T19:04:57.427Z | Compiling anstream v0.6.15 |
416 | 2024-11-13T19:04:57.562Z | Compiling fs-err v2.11.0 |
417 | 2024-11-13T19:04:57.862Z | Compiling heck v0.4.1 |
418 | 2024-11-13T19:04:57.865Z | Compiling cfg-if v1.0.0 |
419 | 2024-11-13T19:04:57.965Z | Compiling clap_lex v0.7.2 |
420 | 2024-11-13T19:04:57.988Z | Compiling bytecount v0.6.8 |
421 | 2024-11-13T19:04:58.207Z | Compiling fnv v1.0.7 |
422 | 2024-11-13T19:04:58.240Z | Compiling terminal_size v0.4.0 |
423 | 2024-11-13T19:04:58.355Z | Compiling anyhow v1.0.93 |
424 | 2024-11-13T19:04:58.379Z | Compiling strsim v0.11.1 |
425 | 2024-11-13T19:04:58.456Z | Compiling fastrand v2.1.1 |
426 | 2024-11-13T19:04:58.499Z | Compiling heck v0.5.0 |
427 | 2024-11-13T19:04:59.081Z | Compiling clap_builder v4.5.20 |
428 | 2024-11-13T19:04:59.375Z | Compiling tempfile v3.13.0 |
429 | 2024-11-13T19:04:59.444Z | Compiling papergrid v0.11.0 |
430 | 2024-11-13T19:04:59.635Z | Compiling memmap v0.7.0 |
431 | 2024-11-13T19:04:59.716Z | Compiling unicode-linebreak v0.1.5 |
432 | 2024-11-13T19:04:59.786Z | Compiling smawk v0.3.2 |
433 | 2024-11-13T19:05:00.220Z | Compiling textwrap v0.16.1 |
434 | 2024-11-13T19:05:00.305Z | Compiling swrite v0.1.0 |
435 | 2024-11-13T19:05:01.598Z | Compiling tabled_derive v0.7.0 |
436 | 2024-11-13T19:05:03.187Z | Compiling tabled v0.15.0 |
437 | 2024-11-13T19:05:05.147Z | Compiling serde_derive v1.0.215 |
438 | 2024-11-13T19:05:05.150Z | Compiling thiserror-impl v1.0.64 |
439 | 2024-11-13T19:05:05.150Z | Compiling zerocopy-derive v0.7.35 |
440 | 2024-11-13T19:05:05.151Z | Compiling scroll_derive v0.12.0 |
441 | 2024-11-13T19:05:05.151Z | Compiling clap_derive v4.5.18 |
442 | 2024-11-13T19:05:06.420Z | Compiling scroll v0.12.0 |
443 | 2024-11-13T19:05:06.995Z | Compiling goblin v0.8.2 |
444 | 2024-11-13T19:05:07.246Z | Compiling zerocopy v0.7.35 |
445 | 2024-11-13T19:05:07.696Z | Compiling pest v2.7.14 |
446 | 2024-11-13T19:05:08.915Z | Compiling clap v4.5.20 |
447 | 2024-11-13T19:05:09.945Z | Compiling pest_meta v2.7.14 |
448 | 2024-11-13T19:05:10.765Z | Compiling pest_generator v2.7.14 |
449 | 2024-11-13T19:05:12.497Z | Compiling pest_derive v2.7.14 |
450 | 2024-11-13T19:05:13.181Z | Compiling dtrace-parser v0.2.0 |
451 | 2024-11-13T19:05:15.192Z | Compiling toml_datetime v0.6.8 |
452 | 2024-11-13T19:05:15.192Z | Compiling serde_spanned v0.6.8 |
453 | 2024-11-13T19:05:15.195Z | Compiling cargo-platform v0.1.8 |
454 | 2024-11-13T19:05:15.575Z | Compiling serde_tokenstream v0.2.2 |
455 | 2024-11-13T19:05:15.646Z | Compiling toml_edit v0.22.22 |
456 | 2024-11-13T19:05:15.773Z | Compiling macaddr v1.0.1 |
457 | 2024-11-13T19:05:15.860Z | Compiling camino-tempfile v1.1.1 |
458 | 2024-11-13T19:05:16.646Z | Compiling dof v0.3.0 |
459 | 2024-11-13T19:05:16.646Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-11-13T19:05:18.447Z | Compiling toml v0.8.19 |
461 | 2024-11-13T19:05:18.745Z | Compiling usdt-macro v0.5.0 |
462 | 2024-11-13T19:05:18.904Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-11-13T19:05:19.316Z | Compiling cargo_toml v0.20.5 |
464 | 2024-11-13T19:05:20.254Z | Compiling usdt v0.5.0 |
465 | 2024-11-13T19:05:22.863Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-11-13T19:05:26.952Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 10s |
467 | 2024-11-13T19:05:27.219Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-11-13T19:05:27.731Z | Downloading crates ... |
469 | 2024-11-13T19:05:27.843Z | Downloaded atomic-waker v1.1.2 |
470 | 2024-11-13T19:05:27.846Z | Downloaded async-stream v0.3.6 |
471 | 2024-11-13T19:05:27.849Z | Downloaded assert_matches v1.5.0 |
472 | 2024-11-13T19:05:27.852Z | Downloaded backtrace v0.3.74 |
473 | 2024-11-13T19:05:27.857Z | Downloaded arrayref v0.3.9 |
474 | 2024-11-13T19:05:27.859Z | Downloaded cfg_aliases v0.1.1 |
475 | 2024-11-13T19:05:27.863Z | Downloaded http-body v1.0.1 |
476 | 2024-11-13T19:05:27.866Z | Downloaded heck v0.3.3 |
477 | 2024-11-13T19:05:27.868Z | Downloaded block-padding v0.3.3 |
478 | 2024-11-13T19:05:27.868Z | Downloaded chrono-tz-build v0.4.0 |
479 | 2024-11-13T19:05:27.872Z | Downloaded hostname v0.3.1 |
480 | 2024-11-13T19:05:27.875Z | Downloaded hickory-client v0.24.1 |
481 | 2024-11-13T19:05:27.877Z | Downloaded matches v0.1.10 |
482 | 2024-11-13T19:05:27.877Z | Downloaded ident_case v1.0.1 |
483 | 2024-11-13T19:05:27.880Z | Downloaded cbc v0.1.2 |
484 | 2024-11-13T19:05:27.883Z | Downloaded hubpack_derive v0.1.1 |
485 | 2024-11-13T19:05:27.883Z | Downloaded md5 v0.7.0 |
486 | 2024-11-13T19:05:27.883Z | Downloaded constant_time_eq v0.3.1 |
487 | 2024-11-13T19:05:27.886Z | Downloaded ciborium-ll v0.2.2 |
488 | 2024-11-13T19:05:27.886Z | Downloaded bb8 v0.8.5 |
489 | 2024-11-13T19:05:27.888Z | Downloaded hmac v0.12.1 |
490 | 2024-11-13T19:05:27.891Z | Downloaded newline-converter v0.3.0 |
491 | 2024-11-13T19:05:27.893Z | Downloaded lru v0.12.5 |
492 | 2024-11-13T19:05:27.893Z | Downloaded addr2line v0.24.2 |
493 | 2024-11-13T19:05:27.896Z | Downloaded lazycell v1.3.0 |
494 | 2024-11-13T19:05:27.899Z | Downloaded is-terminal v0.4.13 |
495 | 2024-11-13T19:05:27.899Z | Downloaded hickory-server v0.24.1 |
496 | 2024-11-13T19:05:27.904Z | Downloaded nanorand v0.7.0 |
497 | 2024-11-13T19:05:27.907Z | Downloaded nibble_vec v0.1.0 |
498 | 2024-11-13T19:05:27.910Z | Downloaded managed v0.8.0 |
499 | 2024-11-13T19:05:27.912Z | Downloaded httparse v1.9.5 |
500 | 2024-11-13T19:05:27.916Z | Downloaded lock_api v0.4.12 |
501 | 2024-11-13T19:05:27.918Z | Downloaded home v0.5.9 |
502 | 2024-11-13T19:05:27.918Z | Downloaded atomicwrites v0.4.4 |
503 | 2024-11-13T19:05:27.921Z | Downloaded hyper-rustls v0.27.3 |
504 | 2024-11-13T19:05:27.923Z | Downloaded rand_chacha v0.3.1 |
505 | 2024-11-13T19:05:27.926Z | Downloaded indexmap v1.9.3 |
506 | 2024-11-13T19:05:27.929Z | Downloaded ascii-canvas v3.0.0 |
507 | 2024-11-13T19:05:27.931Z | Downloaded bytes v1.7.2 |
508 | 2024-11-13T19:05:27.936Z | Downloaded rtoolbox v0.0.2 |
509 | 2024-11-13T19:05:27.939Z | Downloaded darling v0.20.10 |
510 | 2024-11-13T19:05:27.942Z | Downloaded is_ci v1.2.0 |
511 | 2024-11-13T19:05:27.945Z | Downloaded http-range v0.1.5 |
512 | 2024-11-13T19:05:27.948Z | Downloaded ciborium-io v0.2.2 |
513 | 2024-11-13T19:05:27.948Z | Downloaded cfg_aliases v0.2.1 |
514 | 2024-11-13T19:05:27.948Z | Downloaded instant v0.1.13 |
515 | 2024-11-13T19:05:27.952Z | Downloaded hostname v0.4.0 |
516 | 2024-11-13T19:05:27.955Z | Downloaded serde_urlencoded v0.7.1 |
517 | 2024-11-13T19:05:27.956Z | Downloaded mockall_derive v0.13.0 |
518 | 2024-11-13T19:05:27.960Z | Downloaded arrayvec v0.7.6 |
519 | 2024-11-13T19:05:27.962Z | Downloaded adler2 v2.0.0 |
520 | 2024-11-13T19:05:27.962Z | Downloaded secrecy v0.8.0 |
521 | 2024-11-13T19:05:27.962Z | Downloaded hyper-util v0.1.10 |
522 | 2024-11-13T19:05:27.967Z | Downloaded async-bb8-diesel v0.2.1 |
523 | 2024-11-13T19:05:27.970Z | Downloaded take_mut v0.2.2 |
524 | 2024-11-13T19:05:27.974Z | Downloaded new_debug_unreachable v1.0.6 |
525 | 2024-11-13T19:05:27.974Z | Downloaded chacha20poly1305 v0.10.1 |
526 | 2024-11-13T19:05:27.977Z | Downloaded indoc v1.0.9 |
527 | 2024-11-13T19:05:27.980Z | Downloaded mirai-annotations v1.12.0 |
528 | 2024-11-13T19:05:27.980Z | Downloaded bitflags v1.3.2 |
529 | 2024-11-13T19:05:27.983Z | Downloaded hyper-tls v0.6.0 |
530 | 2024-11-13T19:05:27.985Z | Downloaded md-5 v0.10.6 |
531 | 2024-11-13T19:05:27.990Z | Downloaded chacha20 v0.9.1 |
532 | 2024-11-13T19:05:27.993Z | Downloaded maplit v1.0.2 |
533 | 2024-11-13T19:05:27.993Z | Downloaded heapless v0.8.0 |
534 | 2024-11-13T19:05:27.996Z | Downloaded strum v0.26.3 |
535 | 2024-11-13T19:05:28.000Z | Downloaded cipher v0.4.4 |
536 | 2024-11-13T19:05:28.002Z | Downloaded derive_builder_macro v0.20.2 |
537 | 2024-11-13T19:05:28.002Z | Downloaded cassowary v0.3.0 |
538 | 2024-11-13T19:05:28.002Z | Downloaded zone_cfg_derive v0.3.0 |
539 | 2024-11-13T19:05:28.005Z | Downloaded memoffset v0.9.1 |
540 | 2024-11-13T19:05:28.005Z | Downloaded lazy_static v1.5.0 |
541 | 2024-11-13T19:05:28.009Z | Downloaded ctr v0.9.2 |
542 | 2024-11-13T19:05:28.014Z | Downloaded newtype-uuid v1.1.3 |
543 | 2024-11-13T19:05:28.014Z | Downloaded cstr-argument v0.1.2 |
544 | 2024-11-13T19:05:28.018Z | Downloaded blowfish v0.9.1 |
545 | 2024-11-13T19:05:28.018Z | Downloaded slog-async v2.8.0 |
546 | 2024-11-13T19:05:28.018Z | Downloaded iana-time-zone v0.1.61 |
547 | 2024-11-13T19:05:28.020Z | Downloaded rustls-pemfile v1.0.4 |
548 | 2024-11-13T19:05:28.023Z | Downloaded rustc_version v0.4.1 |
549 | 2024-11-13T19:05:28.028Z | Downloaded headers-core v0.3.0 |
550 | 2024-11-13T19:05:28.028Z | Downloaded fxhash v0.2.1 |
551 | 2024-11-13T19:05:28.031Z | Downloaded libefi-sys v0.1.0 |
552 | 2024-11-13T19:05:28.031Z | Downloaded structmeta-derive v0.3.0 |
553 | 2024-11-13T19:05:28.031Z | Downloaded slog-bunyan v2.5.0 |
554 | 2024-11-13T19:05:28.033Z | Downloaded serde_repr v0.1.19 |
555 | 2024-11-13T19:05:28.037Z | Downloaded mio v1.0.2 |
556 | 2024-11-13T19:05:28.042Z | Downloaded wyz v0.5.1 |
557 | 2024-11-13T19:05:28.045Z | Downloaded tls_codec_derive v0.4.1 |
558 | 2024-11-13T19:05:28.045Z | Downloaded parse-size v1.1.0 |
559 | 2024-11-13T19:05:28.047Z | Downloaded untrusted v0.9.0 |
560 | 2024-11-13T19:05:28.050Z | Downloaded twox-hash v1.6.3 |
561 | 2024-11-13T19:05:28.056Z | Downloaded crc32fast v1.4.2 |
562 | 2024-11-13T19:05:28.056Z | Downloaded kstat-rs v0.2.4 |
563 | 2024-11-13T19:05:28.067Z | Downloaded untrusted v0.7.1 |
564 | 2024-11-13T19:05:28.067Z | Downloaded term v0.7.0 |
565 | 2024-11-13T19:05:28.067Z | Downloaded debug-ignore v1.0.5 |
566 | 2024-11-13T19:05:28.067Z | Downloaded ff v0.13.0 |
567 | 2024-11-13T19:05:28.067Z | Downloaded foreign-types-macros v0.2.3 |
568 | 2024-11-13T19:05:28.070Z | Downloaded serde-big-array v0.5.1 |
569 | 2024-11-13T19:05:28.070Z | Downloaded simd-adler32 v0.3.7 |
570 | 2024-11-13T19:05:28.072Z | Downloaded funty v2.0.0 |
571 | 2024-11-13T19:05:28.072Z | Downloaded rustc-demangle v0.1.24 |
572 | 2024-11-13T19:05:28.074Z | Downloaded fd-lock v4.0.2 |
573 | 2024-11-13T19:05:28.077Z | Downloaded futures-task v0.3.31 |
574 | 2024-11-13T19:05:28.079Z | Downloaded either v1.13.0 |
575 | 2024-11-13T19:05:28.082Z | Downloaded ed25519 v2.2.3 |
576 | 2024-11-13T19:05:28.084Z | Downloaded crossbeam-channel v0.5.13 |
577 | 2024-11-13T19:05:28.087Z | Downloaded tokio-tungstenite v0.21.0 |
578 | 2024-11-13T19:05:28.089Z | Downloaded tokio-rustls v0.26.0 |
579 | 2024-11-13T19:05:28.092Z | Downloaded tokio-rustls v0.25.0 |
580 | 2024-11-13T19:05:28.095Z | Downloaded indicatif v0.17.8 |
581 | 2024-11-13T19:05:28.099Z | Downloaded phf_codegen v0.11.2 |
582 | 2024-11-13T19:05:28.102Z | Downloaded phf v0.11.2 |
583 | 2024-11-13T19:05:28.105Z | Downloaded sync_wrapper v1.0.1 |
584 | 2024-11-13T19:05:28.105Z | Downloaded parse-display-derive v0.10.0 |
585 | 2024-11-13T19:05:28.109Z | Downloaded dropshot_endpoint v0.12.0 |
586 | 2024-11-13T19:05:28.112Z | Downloaded zone_cfg_derive v0.1.2 |
587 | 2024-11-13T19:05:28.112Z | Downloaded num-conv v0.1.0 |
588 | 2024-11-13T19:05:28.112Z | Downloaded foreign-types-shared v0.3.1 |
589 | 2024-11-13T19:05:28.117Z | Downloaded foreign-types-shared v0.1.1 |
590 | 2024-11-13T19:05:28.117Z | Downloaded ref-cast-impl v1.0.23 |
591 | 2024-11-13T19:05:28.117Z | Downloaded parse-display v0.10.0 |
592 | 2024-11-13T19:05:28.117Z | Downloaded rpassword v7.3.1 |
593 | 2024-11-13T19:05:28.121Z | Downloaded primeorder v0.13.6 |
594 | 2024-11-13T19:05:28.121Z | Downloaded foreign-types v0.3.2 |
595 | 2024-11-13T19:05:28.126Z | Downloaded itertools v0.12.1 |
596 | 2024-11-13T19:05:28.129Z | Downloaded openssl-probe v0.1.5 |
597 | 2024-11-13T19:05:28.131Z | Downloaded siphasher v0.3.11 |
598 | 2024-11-13T19:05:28.131Z | Downloaded shell-words v1.1.0 |
599 | 2024-11-13T19:05:28.134Z | Downloaded blake2 v0.10.6 |
600 | 2024-11-13T19:05:28.136Z | Downloaded psl-types v2.0.11 |
601 | 2024-11-13T19:05:28.138Z | Downloaded number_prefix v0.4.0 |
602 | 2024-11-13T19:05:28.144Z | Downloaded num_threads v0.1.7 |
603 | 2024-11-13T19:05:28.144Z | Downloaded static_assertions v1.1.0 |
604 | 2024-11-13T19:05:28.146Z | Downloaded stable_deref_trait v1.2.0 |
605 | 2024-11-13T19:05:28.146Z | Downloaded hashlink v0.9.1 |
606 | 2024-11-13T19:05:28.146Z | Downloaded aes v0.8.4 |
607 | 2024-11-13T19:05:28.150Z | Downloaded nodrop v0.1.14 |
608 | 2024-11-13T19:05:28.153Z | Downloaded signal-hook-tokio v0.3.1 |
609 | 2024-11-13T19:05:28.153Z | Downloaded termcolor v1.4.1 |
610 | 2024-11-13T19:05:28.155Z | Downloaded tokio-native-tls v0.3.1 |
611 | 2024-11-13T19:05:28.158Z | Downloaded tabwriter v1.4.0 |
612 | 2024-11-13T19:05:28.160Z | Downloaded derive_builder_core v0.20.2 |
613 | 2024-11-13T19:05:28.162Z | Downloaded miniz_oxide v0.8.0 |
614 | 2024-11-13T19:05:28.164Z | Downloaded fs_extra v1.3.0 |
615 | 2024-11-13T19:05:28.166Z | Downloaded env_filter v0.1.2 |
616 | 2024-11-13T19:05:28.170Z | Downloaded enum-as-inner v0.6.1 |
617 | 2024-11-13T19:05:28.173Z | Downloaded dsl_auto_type v0.1.2 |
618 | 2024-11-13T19:05:28.173Z | Downloaded poly1305 v0.8.0 |
619 | 2024-11-13T19:05:28.177Z | Downloaded zone v0.3.0 |
620 | 2024-11-13T19:05:28.180Z | Downloaded enum-as-inner v0.5.1 |
621 | 2024-11-13T19:05:28.180Z | Downloaded want v0.3.1 |
622 | 2024-11-13T19:05:28.180Z | Downloaded olpc-cjson v0.1.4 |
623 | 2024-11-13T19:05:28.184Z | Downloaded allocator-api2 v0.2.18 |
624 | 2024-11-13T19:05:28.188Z | Downloaded float-ord v0.3.2 |
625 | 2024-11-13T19:05:28.188Z | Downloaded diesel_table_macro_syntax v0.2.0 |
626 | 2024-11-13T19:05:28.191Z | Downloaded bumpalo v3.16.0 |
627 | 2024-11-13T19:05:28.191Z | Downloaded downcast v0.11.0 |
628 | 2024-11-13T19:05:28.193Z | Downloaded powerfmt v0.2.0 |
629 | 2024-11-13T19:05:28.196Z | Downloaded num_enum_derive v0.5.11 |
630 | 2024-11-13T19:05:28.196Z | Downloaded tokio-tungstenite v0.24.0 |
631 | 2024-11-13T19:05:28.199Z | Downloaded tokio-tungstenite v0.23.1 |
632 | 2024-11-13T19:05:28.202Z | Downloaded rand_xorshift v0.3.0 |
633 | 2024-11-13T19:05:28.204Z | Downloaded pretty-hex v0.2.1 |
634 | 2024-11-13T19:05:28.204Z | Downloaded tungstenite v0.24.0 |
635 | 2024-11-13T19:05:28.208Z | Downloaded slab v0.4.9 |
636 | 2024-11-13T19:05:28.211Z | Downloaded structmeta v0.2.0 |
637 | 2024-11-13T19:05:28.214Z | Downloaded stringprep v0.1.5 |
638 | 2024-11-13T19:05:28.214Z | Downloaded phf_shared v0.10.0 |
639 | 2024-11-13T19:05:28.217Z | Downloaded strip-ansi-escapes v0.2.0 |
640 | 2024-11-13T19:05:28.217Z | Downloaded string_cache v0.8.7 |
641 | 2024-11-13T19:05:28.219Z | Downloaded compact_str v0.8.0 |
642 | 2024-11-13T19:05:28.222Z | Downloaded tls_codec v0.4.1 |
643 | 2024-11-13T19:05:28.225Z | Downloaded schemars v0.8.21 |
644 | 2024-11-13T19:05:28.238Z | Downloaded time-core v0.1.2 |
645 | 2024-11-13T19:05:28.241Z | Downloaded zeroize v1.8.1 |
646 | 2024-11-13T19:05:28.241Z | Downloaded unarray v0.1.4 |
647 | 2024-11-13T19:05:28.244Z | Downloaded ron v0.7.1 |
648 | 2024-11-13T19:05:28.248Z | Downloaded dyn-clone v1.0.17 |
649 | 2024-11-13T19:05:28.250Z | Downloaded ppv-lite86 v0.2.20 |
650 | 2024-11-13T19:05:28.253Z | Downloaded futures-core v0.3.31 |
651 | 2024-11-13T19:05:28.255Z | Downloaded endian-type v0.1.2 |
652 | 2024-11-13T19:05:28.255Z | Downloaded displaydoc v0.2.5 |
653 | 2024-11-13T19:05:28.258Z | Downloaded unsafe-libyaml v0.2.11 |
654 | 2024-11-13T19:05:28.261Z | Downloaded predicates-tree v1.0.11 |
655 | 2024-11-13T19:05:28.264Z | Downloaded num-iter v0.1.45 |
656 | 2024-11-13T19:05:28.266Z | Downloaded unicode-properties v0.1.3 |
657 | 2024-11-13T19:05:28.269Z | Downloaded glob v0.3.1 |
658 | 2024-11-13T19:05:28.269Z | Downloaded ghash v0.5.1 |
659 | 2024-11-13T19:05:28.271Z | Downloaded vergen v8.3.2 |
660 | 2024-11-13T19:05:28.274Z | Downloaded slog-stdlog v4.1.1 |
661 | 2024-11-13T19:05:28.277Z | Downloaded sec1 v0.7.3 |
662 | 2024-11-13T19:05:28.282Z | Downloaded typify v0.2.0 |
663 | 2024-11-13T19:05:28.291Z | Downloaded thiserror-no-std v2.0.2 |
664 | 2024-11-13T19:05:28.294Z | Downloaded strum_macros v0.24.3 |
665 | 2024-11-13T19:05:28.297Z | Downloaded ref-cast v1.0.23 |
666 | 2024-11-13T19:05:28.300Z | Downloaded display-error-chain v0.2.2 |
667 | 2024-11-13T19:05:28.316Z | Downloaded omicron-zone-package v0.11.1 |
668 | 2024-11-13T19:05:28.316Z | Downloaded thread_local v1.1.8 |
669 | 2024-11-13T19:05:28.316Z | Downloaded normalize-line-endings v0.3.0 |
670 | 2024-11-13T19:05:28.316Z | Downloaded float-cmp v0.9.0 |
671 | 2024-11-13T19:05:28.316Z | Downloaded difflib v0.4.0 |
672 | 2024-11-13T19:05:28.336Z | Downloaded defmt-parser v0.3.4 |
673 | 2024-11-13T19:05:28.336Z | Downloaded ecdsa v0.16.9 |
674 | 2024-11-13T19:05:28.337Z | Downloaded ena v0.14.3 |
675 | 2024-11-13T19:05:28.337Z | Downloaded diesel-dtrace v0.3.0 |
676 | 2024-11-13T19:05:28.337Z | Downloaded universal-hash v0.5.1 |
677 | 2024-11-13T19:05:28.337Z | Downloaded unicode-xid v0.2.6 |
678 | 2024-11-13T19:05:28.337Z | Downloaded globset v0.4.15 |
679 | 2024-11-13T19:05:28.337Z | Downloaded typify-macro v0.2.0 |
680 | 2024-11-13T19:05:28.337Z | Downloaded zip v0.6.6 |
681 | 2024-11-13T19:05:28.350Z | Downloaded percent-encoding v2.3.1 |
682 | 2024-11-13T19:05:28.350Z | Downloaded peg v0.8.4 |
683 | 2024-11-13T19:05:28.350Z | Downloaded num-integer v0.1.46 |
684 | 2024-11-13T19:05:28.350Z | Downloaded spin v0.5.2 |
685 | 2024-11-13T19:05:28.350Z | Downloaded rustc-hash v2.0.0 |
686 | 2024-11-13T19:05:28.350Z | Downloaded signal-hook-mio v0.2.4 |
687 | 2024-11-13T19:05:28.350Z | Downloaded tokio-macros v2.4.0 |
688 | 2024-11-13T19:05:28.350Z | Downloaded zerocopy v0.6.6 |
689 | 2024-11-13T19:05:28.350Z | Downloaded darling_core v0.20.10 |
690 | 2024-11-13T19:05:28.352Z | Downloaded toolchain_find v0.4.0 |
691 | 2024-11-13T19:05:28.352Z | Downloaded libm v0.2.8 |
692 | 2024-11-13T19:05:28.361Z | Downloaded xattr v1.3.1 |
693 | 2024-11-13T19:05:28.364Z | Downloaded thiserror-impl-no-std v2.0.2 |
694 | 2024-11-13T19:05:28.366Z | Downloaded rustc_version v0.1.7 |
695 | 2024-11-13T19:05:28.366Z | Downloaded num-rational v0.4.2 |
696 | 2024-11-13T19:05:28.369Z | Downloaded http v1.1.0 |
697 | 2024-11-13T19:05:28.373Z | Downloaded futures-sink v0.3.31 |
698 | 2024-11-13T19:05:28.375Z | Downloaded parse-zoneinfo v0.3.1 |
699 | 2024-11-13T19:05:28.377Z | Downloaded futures-io v0.3.31 |
700 | 2024-11-13T19:05:28.380Z | Downloaded xz2 v0.1.7 |
701 | 2024-11-13T19:05:28.382Z | Downloaded env_logger v0.10.2 |
702 | 2024-11-13T19:05:28.385Z | Downloaded predicates v3.1.2 |
703 | 2024-11-13T19:05:28.388Z | Downloaded phf_shared v0.11.2 |
704 | 2024-11-13T19:05:28.390Z | Downloaded gethostname v0.5.0 |
705 | 2024-11-13T19:05:28.390Z | Downloaded waitgroup v0.1.2 |
706 | 2024-11-13T19:05:28.393Z | Downloaded termtree v0.4.1 |
707 | 2024-11-13T19:05:28.393Z | Downloaded russh-cryptovec v0.7.3 |
708 | 2024-11-13T19:05:28.396Z | Downloaded quinn-udp v0.5.5 |
709 | 2024-11-13T19:05:28.396Z | Downloaded slog-json v2.6.1 |
710 | 2024-11-13T19:05:28.398Z | Downloaded shlex v1.3.0 |
711 | 2024-11-13T19:05:28.401Z | Downloaded aws-lc-rs v1.10.0 |
712 | 2024-11-13T19:05:28.409Z | Downloaded slog-envlogger v2.2.0 |
713 | 2024-11-13T19:05:28.411Z | Downloaded uzers v0.12.1 |
714 | 2024-11-13T19:05:28.414Z | Downloaded openssl-sys v0.9.104 |
715 | 2024-11-13T19:05:28.420Z | Downloaded futures-executor v0.3.31 |
716 | 2024-11-13T19:05:28.422Z | Downloaded flagset v0.4.6 |
717 | 2024-11-13T19:05:28.425Z | Downloaded try-lock v0.2.5 |
718 | 2024-11-13T19:05:28.425Z | Downloaded defmt-macros v0.3.9 |
719 | 2024-11-13T19:05:28.428Z | Downloaded peg-runtime v0.8.3 |
720 | 2024-11-13T19:05:28.430Z | Downloaded tower-service v0.3.3 |
721 | 2024-11-13T19:05:28.430Z | Downloaded zip v2.1.3 |
722 | 2024-11-13T19:05:28.435Z | Downloaded dhcproto-macros v0.1.0 |
723 | 2024-11-13T19:05:28.437Z | Downloaded defmt v0.3.8 |
724 | 2024-11-13T19:05:28.440Z | Downloaded data-encoding v2.6.0 |
725 | 2024-11-13T19:05:28.444Z | Downloaded slog-scope v4.4.0 |
726 | 2024-11-13T19:05:28.446Z | Downloaded peg-macros v0.8.4 |
727 | 2024-11-13T19:05:28.446Z | Downloaded snafu-derive v0.8.5 |
728 | 2024-11-13T19:05:28.449Z | Downloaded supports-color v3.0.1 |
729 | 2024-11-13T19:05:28.449Z | Downloaded quick-error v1.2.3 |
730 | 2024-11-13T19:05:28.453Z | Downloaded russh-keys v0.45.0 |
731 | 2024-11-13T19:05:28.456Z | Downloaded resolv-conf v0.7.0 |
732 | 2024-11-13T19:05:28.457Z | Downloaded nu-ansi-term v0.50.1 |
733 | 2024-11-13T19:05:28.459Z | Downloaded postcard v1.0.10 |
734 | 2024-11-13T19:05:28.461Z | Downloaded filetime v0.2.25 |
735 | 2024-11-13T19:05:28.463Z | Downloaded fallible-streaming-iterator v0.1.9 |
736 | 2024-11-13T19:05:28.467Z | Downloaded fallible-iterator v0.3.0 |
737 | 2024-11-13T19:05:28.467Z | Downloaded embedded-io v0.6.1 |
738 | 2024-11-13T19:05:28.467Z | Downloaded unicase v2.7.0 |
739 | 2024-11-13T19:05:28.469Z | Downloaded sha1 v0.10.6 |
740 | 2024-11-13T19:05:28.472Z | Downloaded pkg-config v0.3.31 |
741 | 2024-11-13T19:05:28.472Z | Downloaded slog-term v2.9.1 |
742 | 2024-11-13T19:05:28.475Z | Downloaded pin-utils v0.1.0 |
743 | 2024-11-13T19:05:28.477Z | Downloaded pbkdf2 v0.12.2 |
744 | 2024-11-13T19:05:28.480Z | Downloaded fixedbitset v0.4.2 |
745 | 2024-11-13T19:05:28.480Z | Downloaded futures-macro v0.3.31 |
746 | 2024-11-13T19:05:28.483Z | Downloaded path-slash v0.1.5 |
747 | 2024-11-13T19:05:28.483Z | Downloaded password-hash v0.5.0 |
748 | 2024-11-13T19:05:28.485Z | Downloaded topological-sort v0.2.2 |
749 | 2024-11-13T19:05:28.485Z | Downloaded salsa20 v0.10.2 |
750 | 2024-11-13T19:05:28.488Z | Downloaded dirs-next v2.0.0 |
751 | 2024-11-13T19:05:28.491Z | Downloaded utf-8 v0.7.6 |
752 | 2024-11-13T19:05:28.491Z | Downloaded password-hash v0.4.2 |
753 | 2024-11-13T19:05:28.494Z | Downloaded parking_lot_core v0.9.10 |
754 | 2024-11-13T19:05:28.496Z | Downloaded libxml v0.3.3 |
755 | 2024-11-13T19:05:28.500Z | Downloaded packed_struct v0.10.1 |
756 | 2024-11-13T19:05:28.503Z | Downloaded structmeta v0.3.0 |
757 | 2024-11-13T19:05:28.505Z | Downloaded pem v3.0.4 |
758 | 2024-11-13T19:05:28.505Z | Downloaded parking_lot_core v0.8.6 |
759 | 2024-11-13T19:05:28.508Z | Downloaded precomputed-hash v0.1.1 |
760 | 2024-11-13T19:05:28.510Z | Downloaded bitvec v1.0.1 |
761 | 2024-11-13T19:05:28.525Z | Downloaded darling_macro v0.20.10 |
762 | 2024-11-13T19:05:28.527Z | Downloaded vte_generate_state_changes v0.1.2 |
763 | 2024-11-13T19:05:28.527Z | Downloaded group v0.13.0 |
764 | 2024-11-13T19:05:28.530Z | Downloaded spki v0.7.3 |
765 | 2024-11-13T19:05:28.530Z | Downloaded pin-project-lite v0.2.14 |
766 | 2024-11-13T19:05:28.535Z | Downloaded hash32 v0.2.1 |
767 | 2024-11-13T19:05:28.539Z | Downloaded rustversion v1.0.17 |
768 | 2024-11-13T19:05:28.542Z | Downloaded tiny-keccak v2.0.2 |
769 | 2024-11-13T19:05:28.542Z | Downloaded form_urlencoded v1.2.1 |
770 | 2024-11-13T19:05:28.548Z | Downloaded embedded-io v0.4.0 |
771 | 2024-11-13T19:05:28.548Z | Downloaded bindgen v0.69.5 |
772 | 2024-11-13T19:05:28.552Z | Downloaded fragile v2.0.0 |
773 | 2024-11-13T19:05:28.555Z | Downloaded predicates-core v1.0.8 |
774 | 2024-11-13T19:05:28.558Z | Downloaded blake3 v1.5.4 |
775 | 2024-11-13T19:05:28.564Z | Downloaded wait-timeout v0.2.0 |
776 | 2024-11-13T19:05:28.567Z | Downloaded strum_macros v0.26.4 |
777 | 2024-11-13T19:05:28.570Z | Downloaded subtle v2.6.1 |
778 | 2024-11-13T19:05:28.570Z | Downloaded smf v0.2.3 |
779 | 2024-11-13T19:05:28.574Z | Downloaded dirs-sys-next v0.1.2 |
780 | 2024-11-13T19:05:28.574Z | Downloaded strum_macros v0.25.3 |
781 | 2024-11-13T19:05:28.574Z | Downloaded smallvec v0.6.14 |
782 | 2024-11-13T19:05:28.578Z | Downloaded pin-project v1.1.6 |
783 | 2024-11-13T19:05:28.589Z | Downloaded postgres-types v0.2.8 |
784 | 2024-11-13T19:05:28.592Z | Downloaded phf_generator v0.11.2 |
785 | 2024-11-13T19:05:28.592Z | Downloaded pbkdf2 v0.11.0 |
786 | 2024-11-13T19:05:28.595Z | Downloaded serde_with_macros v3.11.0 |
787 | 2024-11-13T19:05:28.601Z | Downloaded sct v0.7.1 |
788 | 2024-11-13T19:05:28.606Z | Downloaded value-bag v1.9.0 |
789 | 2024-11-13T19:05:28.606Z | Downloaded unicode_categories v0.1.1 |
790 | 2024-11-13T19:05:28.606Z | Downloaded tinyvec v1.8.0 |
791 | 2024-11-13T19:05:28.609Z | Downloaded num-derive v0.4.2 |
792 | 2024-11-13T19:05:28.613Z | Downloaded sqlformat v0.2.6 |
793 | 2024-11-13T19:05:28.617Z | Downloaded smallvec v1.13.2 |
794 | 2024-11-13T19:05:28.617Z | Downloaded spin v0.9.8 |
795 | 2024-11-13T19:05:28.621Z | Downloaded num-complex v0.4.6 |
796 | 2024-11-13T19:05:28.621Z | Downloaded futures-channel v0.3.31 |
797 | 2024-11-13T19:05:28.624Z | Downloaded vte v0.11.1 |
798 | 2024-11-13T19:05:28.624Z | Downloaded der_derive v0.7.3 |
799 | 2024-11-13T19:05:28.627Z | Downloaded postgres-protocol v0.6.7 |
800 | 2024-11-13T19:05:28.629Z | Downloaded time v0.3.36 |
801 | 2024-11-13T19:05:28.635Z | Downloaded rusqlite v0.32.1 |
802 | 2024-11-13T19:05:28.642Z | Downloaded rustls-pki-types v1.9.0 |
803 | 2024-11-13T19:05:28.647Z | Downloaded half v2.4.1 |
804 | 2024-11-13T19:05:28.652Z | Downloaded futures v0.3.31 |
805 | 2024-11-13T19:05:28.657Z | Downloaded des v0.8.1 |
806 | 2024-11-13T19:05:28.659Z | Downloaded russh v0.45.0 |
807 | 2024-11-13T19:05:28.663Z | Downloaded progenitor-impl v0.8.0 |
808 | 2024-11-13T19:05:28.666Z | Downloaded tracing v0.1.40 |
809 | 2024-11-13T19:05:28.671Z | Downloaded unicode-bidi v0.3.17 |
810 | 2024-11-13T19:05:28.674Z | Downloaded dhcproto v0.12.0 |
811 | 2024-11-13T19:05:28.677Z | Downloaded tungstenite v0.21.0 |
812 | 2024-11-13T19:05:28.682Z | Downloaded salty v0.3.0 |
813 | 2024-11-13T19:05:28.689Z | Downloaded chrono v0.4.38 |
814 | 2024-11-13T19:05:28.697Z | Downloaded elliptic-curve v0.13.8 |
815 | 2024-11-13T19:05:28.704Z | Downloaded nom v7.1.3 |
816 | 2024-11-13T19:05:28.708Z | Downloaded sqlparser v0.45.0 |
817 | 2024-11-13T19:05:28.714Z | Downloaded proptest v1.5.0 |
818 | 2024-11-13T19:05:28.724Z | Downloaded steno v0.4.1 |
819 | 2024-11-13T19:05:28.729Z | Downloaded rustyline v14.0.0 |
820 | 2024-11-13T19:05:28.735Z | Downloaded hashbrown v0.12.3 |
821 | 2024-11-13T19:05:28.740Z | Downloaded reedline v0.35.0 |
822 | 2024-11-13T19:05:28.748Z | Downloaded tough v0.19.0 |
823 | 2024-11-13T19:05:28.758Z | Downloaded vcpkg v0.2.15 |
824 | 2024-11-13T19:05:28.799Z | Downloaded hashbrown v0.13.2 |
825 | 2024-11-13T19:05:28.803Z | Downloaded idna v0.5.0 |
826 | 2024-11-13T19:05:28.811Z | Downloaded quick-xml v0.33.0 |
827 | 2024-11-13T19:05:28.818Z | Downloaded serde_with v3.11.0 |
828 | 2024-11-13T19:05:28.827Z | Downloaded quinn-proto v0.11.8 |
829 | 2024-11-13T19:05:28.836Z | Downloaded h2 v0.4.6 |
830 | 2024-11-13T19:05:28.842Z | Downloaded num-bigint-dig v0.8.4 |
831 | 2024-11-13T19:05:28.848Z | Downloaded reqwest v0.12.9 |
832 | 2024-11-13T19:05:28.857Z | Downloaded object v0.30.4 |
833 | 2024-11-13T19:05:28.868Z | Downloaded regex-syntax v0.8.5 |
834 | 2024-11-13T19:05:28.877Z | Downloaded rayon v1.10.0 |
835 | 2024-11-13T19:05:28.888Z | Downloaded object v0.36.5 |
836 | 2024-11-13T19:05:28.900Z | Downloaded rustls-webpki v0.101.7 |
837 | 2024-11-13T19:05:28.915Z | Downloaded regex v1.11.1 |
838 | 2024-11-13T19:05:28.929Z | Downloaded openapiv3 v2.0.0 |
839 | 2024-11-13T19:05:28.943Z | Downloaded bstr v1.10.0 |
840 | 2024-11-13T19:05:28.954Z | Downloaded regress v0.10.1 |
841 | 2024-11-13T19:05:28.963Z | Downloaded git2 v0.19.0 |
842 | 2024-11-13T19:05:28.972Z | Downloaded openssl v0.10.68 |
843 | 2024-11-13T19:05:28.984Z | Downloaded rustls-webpki v0.102.8 |
844 | 2024-11-13T19:05:29.004Z | Downloaded gimli v0.31.1 |
845 | 2024-11-13T19:05:29.011Z | Downloaded regex-syntax v0.6.29 |
846 | 2024-11-13T19:05:29.019Z | Downloaded webpki-roots v0.26.6 |
847 | 2024-11-13T19:05:29.022Z | Downloaded polar-core v0.27.3 |
848 | 2024-11-13T19:05:29.031Z | Downloaded typify-impl v0.2.0 |
849 | 2024-11-13T19:05:29.048Z | Downloaded rustls v0.21.12 |
850 | 2024-11-13T19:05:29.060Z | Downloaded regress v0.9.1 |
851 | 2024-11-13T19:05:29.069Z | Downloaded zerocopy-derive v0.6.6 |
852 | 2024-11-13T19:05:29.080Z | Downloaded smoltcp v0.11.0 |
853 | 2024-11-13T19:05:29.093Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
854 | 2024-11-13T19:05:29.106Z | Downloaded diesel v2.2.4 |
855 | 2024-11-13T19:05:29.127Z | Downloaded dropshot v0.12.0 |
856 | 2024-11-13T19:05:29.144Z | Downloaded sled v0.34.7 |
857 | 2024-11-13T19:05:29.156Z | Downloaded rustls v0.23.14 |
858 | 2024-11-13T19:05:29.168Z | Downloaded rustls v0.22.4 |
859 | 2024-11-13T19:05:29.181Z | Downloaded nix v0.29.0 |
860 | 2024-11-13T19:05:29.192Z | Downloaded hickory-proto v0.24.1 |
861 | 2024-11-13T19:05:29.208Z | Downloaded p384 v0.13.0 |
862 | 2024-11-13T19:05:29.214Z | Downloaded ratatui v0.28.1 |
863 | 2024-11-13T19:05:29.234Z | Downloaded petgraph v0.6.5 |
864 | 2024-11-13T19:05:29.251Z | Downloaded smoltcp v0.9.1 |
865 | 2024-11-13T19:05:29.263Z | Downloaded nix v0.28.0 |
866 | 2024-11-13T19:05:29.274Z | Downloaded trust-dns-proto v0.22.0 |
867 | 2024-11-13T19:05:29.286Z | Downloaded chrono-tz v0.10.0 |
868 | 2024-11-13T19:05:29.294Z | Downloaded regex-automata v0.4.8 |
869 | 2024-11-13T19:05:29.312Z | Downloaded csv v1.3.0 |
870 | 2024-11-13T19:05:29.331Z | Downloaded nix v0.27.1 |
871 | 2024-11-13T19:05:29.341Z | Downloaded idna v0.4.0 |
872 | 2024-11-13T19:05:29.348Z | Downloaded lzma-sys v0.1.20 |
873 | 2024-11-13T19:05:29.377Z | Downloaded libz-sys v1.1.20 |
874 | 2024-11-13T19:05:29.398Z | Downloaded idna v0.2.3 |
875 | 2024-11-13T19:05:29.407Z | Downloaded p521 v0.13.3 |
876 | 2024-11-13T19:05:29.410Z | Downloaded radix_trie v0.2.1 |
877 | 2024-11-13T19:05:29.414Z | Downloaded idna v0.3.0 |
878 | 2024-11-13T19:05:29.421Z | Downloaded curve25519-dalek v4.1.3 |
879 | 2024-11-13T19:05:29.431Z | Downloaded tokio v1.40.0 |
880 | 2024-11-13T19:05:29.469Z | Downloaded unicode-normalization v0.1.24 |
881 | 2024-11-13T19:05:29.471Z | Downloaded portable-atomic v1.9.0 |
882 | 2024-11-13T19:05:29.479Z | Downloaded num-bigint v0.4.6 |
883 | 2024-11-13T19:05:29.483Z | Downloaded flate2 v1.0.34 |
884 | 2024-11-13T19:05:29.491Z | Downloaded x509-cert v0.2.5 |
885 | 2024-11-13T19:05:29.494Z | Downloaded derive_more v0.99.18 |
886 | 2024-11-13T19:05:29.500Z | Downloaded der v0.7.9 |
887 | 2024-11-13T19:05:29.503Z | Downloaded expectorate v1.1.0 |
888 | 2024-11-13T19:05:29.506Z | Downloaded serde_yaml v0.9.34+deprecated |
889 | 2024-11-13T19:05:29.511Z | Downloaded sha3 v0.10.8 |
890 | 2024-11-13T19:05:29.515Z | Downloaded toml_edit v0.19.15 |
891 | 2024-11-13T19:05:29.531Z | Downloaded futures-util v0.3.31 |
892 | 2024-11-13T19:05:29.543Z | Downloaded scrypt v0.11.0 |
893 | 2024-11-13T19:05:29.545Z | Downloaded parking_lot v0.11.2 |
894 | 2024-11-13T19:05:29.545Z | Downloaded getrandom v0.2.15 |
895 | 2024-11-13T19:05:29.548Z | Downloaded test-strategy v0.3.1 |
896 | 2024-11-13T19:05:29.551Z | Downloaded diesel_derives v2.2.3 |
897 | 2024-11-13T19:05:29.555Z | Downloaded tokio-util v0.7.12 |
898 | 2024-11-13T19:05:29.562Z | Downloaded pem-rfc7468 v0.7.0 |
899 | 2024-11-13T19:05:29.566Z | Downloaded tracing-attributes v0.1.27 |
900 | 2024-11-13T19:05:29.568Z | Downloaded diff v0.1.13 |
901 | 2024-11-13T19:05:29.571Z | Downloaded qorb v0.2.0 |
902 | 2024-11-13T19:05:29.576Z | Downloaded publicsuffix v2.2.3 |
903 | 2024-11-13T19:05:29.579Z | Downloaded ssh-key v0.6.6 |
904 | 2024-11-13T19:05:29.584Z | Downloaded parking_lot v0.12.3 |
905 | 2024-11-13T19:05:29.587Z | Downloaded winnow v0.5.40 |
906 | 2024-11-13T19:05:29.595Z | Downloaded unicode-segmentation v1.12.0 |
907 | 2024-11-13T19:05:29.598Z | Downloaded lalrpop v0.19.12 |
908 | 2024-11-13T19:05:29.610Z | Downloaded pin-project-internal v1.1.6 |
909 | 2024-11-13T19:05:29.614Z | Downloaded encoding_rs v0.8.34 |
910 | 2024-11-13T19:05:29.634Z | Downloaded walkdir v2.5.0 |
911 | 2024-11-13T19:05:29.637Z | Downloaded time-macros v0.2.18 |
912 | 2024-11-13T19:05:29.637Z | Downloaded rustls-pemfile v2.2.0 |
913 | 2024-11-13T19:05:29.639Z | Downloaded rcgen v0.12.1 |
914 | 2024-11-13T19:05:29.642Z | Downloaded quinn v0.11.5 |
915 | 2024-11-13T19:05:29.645Z | Downloaded hashbrown v0.14.5 |
916 | 2024-11-13T19:05:29.651Z | Downloaded itertools v0.13.0 |
917 | 2024-11-13T19:05:29.658Z | Downloaded progenitor-client v0.8.0 |
918 | 2024-11-13T19:05:29.660Z | Downloaded paste v1.0.15 |
919 | 2024-11-13T19:05:29.662Z | Downloaded p256 v0.13.2 |
920 | 2024-11-13T19:05:29.665Z | Downloaded hyper v1.4.1 |
921 | 2024-11-13T19:05:29.671Z | Downloaded rayon-core v1.12.1 |
922 | 2024-11-13T19:05:29.675Z | Downloaded subprocess v0.2.9 |
923 | 2024-11-13T19:05:29.677Z | Downloaded uuid v1.10.0 |
924 | 2024-11-13T19:05:29.680Z | Downloaded signal-hook v0.3.17 |
925 | 2024-11-13T19:05:29.683Z | Downloaded hkdf v0.12.4 |
926 | 2024-11-13T19:05:29.686Z | Downloaded aho-corasick v1.1.3 |
927 | 2024-11-13T19:05:29.691Z | Downloaded tui-tree-widget v0.22.0 |
928 | 2024-11-13T19:05:29.694Z | Downloaded typed-path v0.9.3 |
929 | 2024-11-13T19:05:29.699Z | Downloaded tracing-core v0.1.32 |
930 | 2024-11-13T19:05:29.702Z | Downloaded progenitor-macro v0.8.0 |
931 | 2024-11-13T19:05:29.704Z | Downloaded pkcs5 v0.7.1 |
932 | 2024-11-13T19:05:29.707Z | Downloaded tokio-postgres v0.7.12 |
933 | 2024-11-13T19:05:29.712Z | Downloaded aes-gcm v0.10.3 |
934 | 2024-11-13T19:05:29.716Z | Downloaded tinyvec_macros v0.1.1 |
935 | 2024-11-13T19:05:29.718Z | Downloaded rsa v0.9.6 |
936 | 2024-11-13T19:05:29.722Z | Downloaded flume v0.11.1 |
937 | 2024-11-13T19:05:29.726Z | Downloaded rustfmt-wrapper v0.2.1 |
938 | 2024-11-13T19:05:29.728Z | Downloaded serde_derive_internals v0.29.1 |
939 | 2024-11-13T19:05:29.732Z | Downloaded rustc-hash v1.1.0 |
940 | 2024-11-13T19:05:29.732Z | Downloaded structmeta-derive v0.2.0 |
941 | 2024-11-13T19:05:29.732Z | Downloaded pkcs8 v0.10.2 |
942 | 2024-11-13T19:05:29.734Z | Downloaded num v0.4.3 |
943 | 2024-11-13T19:05:29.734Z | Downloaded hash32 v0.3.1 |
944 | 2024-11-13T19:05:29.737Z | Downloaded fallible-iterator v0.2.0 |
945 | 2024-11-13T19:05:29.739Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
946 | 2024-11-13T19:05:29.795Z | Downloaded owo-colors v4.1.0 |
947 | 2024-11-13T19:05:29.798Z | Downloaded slog v2.7.0 |
948 | 2024-11-13T19:05:29.800Z | Downloaded rand v0.8.5 |
949 | 2024-11-13T19:05:29.804Z | Downloaded minimal-lexical v0.2.1 |
950 | 2024-11-13T19:05:29.808Z | Downloaded itertools v0.10.5 |
951 | 2024-11-13T19:05:29.814Z | Downloaded unicode-truncate v1.1.0 |
952 | 2024-11-13T19:05:29.816Z | Downloaded serde-hex v0.1.0 |
953 | 2024-11-13T19:05:29.818Z | Downloaded headers v0.4.0 |
954 | 2024-11-13T19:05:29.822Z | Downloaded num-traits v0.2.19 |
955 | 2024-11-13T19:05:29.825Z | Downloaded snafu v0.8.5 |
956 | 2024-11-13T19:05:29.831Z | Downloaded zopfli v0.8.1 |
957 | 2024-11-13T19:05:29.834Z | Downloaded ron v0.8.1 |
958 | 2024-11-13T19:05:29.842Z | Downloaded heapless v0.7.17 |
959 | 2024-11-13T19:05:29.845Z | Downloaded ed25519-dalek v2.1.1 |
960 | 2024-11-13T19:05:29.847Z | Downloaded foldhash v0.1.3 |
961 | 2024-11-13T19:05:29.847Z | Downloaded prettyplease v0.2.25 |
962 | 2024-11-13T19:05:29.850Z | Downloaded rfc6979 v0.4.0 |
963 | 2024-11-13T19:05:29.852Z | Downloaded toml v0.7.8 |
964 | 2024-11-13T19:05:29.854Z | Downloaded similar v2.6.0 |
965 | 2024-11-13T19:05:29.859Z | Downloaded oso v0.27.3 |
966 | 2024-11-13T19:05:29.862Z | Downloaded cc v1.1.30 |
967 | 2024-11-13T19:05:29.867Z | Downloaded url v2.5.2 |
968 | 2024-11-13T19:05:29.869Z | Downloaded crossterm v0.28.1 |
969 | 2024-11-13T19:05:29.876Z | Downloaded signal-hook-registry v1.4.2 |
970 | 2024-11-13T19:05:29.878Z | Downloaded scopeguard v1.2.0 |
971 | 2024-11-13T19:05:29.878Z | Downloaded oso-derive v0.27.3 |
972 | 2024-11-13T19:05:29.880Z | Downloaded vsss-rs v3.3.4 |
973 | 2024-11-13T19:05:29.883Z | Downloaded yasna v0.5.2 |
974 | 2024-11-13T19:05:29.885Z | Downloaded fatfs v0.3.6 |
975 | 2024-11-13T19:05:29.889Z | Downloaded schemars_derive v0.8.21 |
976 | 2024-11-13T19:05:29.889Z | Downloaded scheduled-thread-pool v0.2.7 |
977 | 2024-11-13T19:05:29.892Z | Downloaded tungstenite v0.23.0 |
978 | 2024-11-13T19:05:29.892Z | Downloaded radium v0.7.0 |
979 | 2024-11-13T19:05:29.894Z | Downloaded num_enum v0.5.11 |
980 | 2024-11-13T19:05:29.897Z | Downloaded dunce v1.0.5 |
981 | 2024-11-13T19:05:29.900Z | Downloaded zeroize_derive v1.4.2 |
982 | 2024-11-13T19:05:29.900Z | Downloaded termios v0.3.3 |
983 | 2024-11-13T19:05:29.902Z | Downloaded signature v2.2.0 |
984 | 2024-11-13T19:05:29.902Z | Downloaded const_format v0.2.33 |
985 | 2024-11-13T19:05:29.907Z | Downloaded base64 v0.22.1 |
986 | 2024-11-13T19:05:29.911Z | Downloaded base64 v0.13.1 |
987 | 2024-11-13T19:05:29.914Z | Downloaded tar v0.4.43 |
988 | 2024-11-13T19:05:29.917Z | Downloaded samael v0.0.17 |
989 | 2024-11-13T19:05:29.923Z | Downloaded foreign-types v0.5.0 |
990 | 2024-11-13T19:05:29.925Z | Downloaded zone v0.1.8 |
991 | 2024-11-13T19:05:29.925Z | Downloaded pkcs1 v0.7.5 |
992 | 2024-11-13T19:05:29.928Z | Downloaded derive-where v1.2.7 |
993 | 2024-11-13T19:05:29.931Z | Downloaded socket2 v0.5.7 |
994 | 2024-11-13T19:05:29.933Z | Downloaded openssl-macros v0.1.1 |
995 | 2024-11-13T19:05:29.937Z | Downloaded opaque-debug v0.3.1 |
996 | 2024-11-13T19:05:29.937Z | Downloaded semver v0.1.20 |
997 | 2024-11-13T19:05:29.937Z | Downloaded tokio-stream v0.1.16 |
998 | 2024-11-13T19:05:29.941Z | Downloaded hickory-resolver v0.24.1 |
999 | 2024-11-13T19:05:29.946Z | Downloaded env_logger v0.11.5 |
1000 | 2024-11-13T19:05:29.949Z | Downloaded packed_struct_codegen v0.10.1 |
1001 | 2024-11-13T19:05:29.951Z | Downloaded derive_builder v0.20.2 |
1002 | 2024-11-13T19:05:29.955Z | Downloaded sigpipe v0.1.3 |
1003 | 2024-11-13T19:05:29.959Z | Downloaded progenitor v0.8.0 |
1004 | 2024-11-13T19:05:29.959Z | Downloaded proc-macro-crate v1.3.1 |
1005 | 2024-11-13T19:05:29.961Z | Downloaded polyval v0.6.2 |
1006 | 2024-11-13T19:05:29.961Z | Downloaded multer v3.1.0 |
1007 | 2024-11-13T19:05:29.963Z | Downloaded crossbeam-utils v0.8.20 |
1008 | 2024-11-13T19:05:29.966Z | Downloaded tokio-rustls v0.24.1 |
1009 | 2024-11-13T19:05:29.968Z | Downloaded crossbeam-epoch v0.9.18 |
1010 | 2024-11-13T19:05:29.971Z | Downloaded rand_core v0.6.4 |
1011 | 2024-11-13T19:05:29.973Z | Downloaded arc-swap v1.7.1 |
1012 | 2024-11-13T19:05:29.976Z | Downloaded deranged v0.3.11 |
1013 | 2024-11-13T19:05:29.978Z | Downloaded memmap2 v0.9.5 |
1014 | 2024-11-13T19:05:29.980Z | Downloaded libloading v0.8.5 |
1015 | 2024-11-13T19:05:29.983Z | Downloaded ipnet v2.10.1 |
1016 | 2024-11-13T19:05:29.983Z | Downloaded whoami v1.5.2 |
1017 | 2024-11-13T19:05:29.985Z | Downloaded which v4.4.2 |
1018 | 2024-11-13T19:05:29.988Z | Downloaded crypto-bigint v0.5.5 |
1019 | 2024-11-13T19:05:29.993Z | Downloaded mime_guess v2.0.5 |
1020 | 2024-11-13T19:05:29.995Z | Downloaded curve25519-dalek-derive v0.1.1 |
1021 | 2024-11-13T19:05:29.998Z | Downloaded cookie_store v0.21.0 |
1022 | 2024-11-13T19:05:29.998Z | Downloaded native-tls v0.2.12 |
1023 | 2024-11-13T19:05:30.001Z | Downloaded tap v1.0.1 |
1024 | 2024-11-13T19:05:30.003Z | Downloaded ssh-encoding v0.2.0 |
1025 | 2024-11-13T19:05:30.003Z | Downloaded ssh-cipher v0.2.0 |
1026 | 2024-11-13T19:05:30.003Z | Downloaded slog-dtrace v0.3.0 |
1027 | 2024-11-13T19:05:30.006Z | Downloaded convert_case v0.4.0 |
1028 | 2024-11-13T19:05:30.006Z | Downloaded console v0.15.8 |
1029 | 2024-11-13T19:05:30.008Z | Downloaded ciborium v0.2.2 |
1030 | 2024-11-13T19:05:30.011Z | Downloaded castaway v0.2.3 |
1031 | 2024-11-13T19:05:30.013Z | Downloaded bzip2 v0.4.4 |
1032 | 2024-11-13T19:05:30.016Z | Downloaded bcs v0.1.6 |
1033 | 2024-11-13T19:05:30.016Z | Downloaded serde_plain v1.0.2 |
1034 | 2024-11-13T19:05:30.018Z | Downloaded serde_path_to_error v0.1.16 |
1035 | 2024-11-13T19:05:30.020Z | Downloaded same-file v1.0.6 |
1036 | 2024-11-13T19:05:30.021Z | Downloaded rusty-fork v0.3.0 |
1037 | 2024-11-13T19:05:30.023Z | Downloaded mockall v0.13.0 |
1038 | 2024-11-13T19:05:30.023Z | Downloaded base64ct v1.6.0 |
1039 | 2024-11-13T19:05:30.026Z | Downloaded hyper-staticfile v0.10.1 |
1040 | 2024-11-13T19:05:30.028Z | Downloaded base64 v0.21.7 |
1041 | 2024-11-13T19:05:30.031Z | Downloaded rand_seeder v0.3.0 |
1042 | 2024-11-13T19:05:30.034Z | Downloaded r2d2 v0.8.10 |
1043 | 2024-11-13T19:05:30.036Z | Downloaded multimap v0.10.0 |
1044 | 2024-11-13T19:05:30.036Z | Downloaded maybe-uninit v2.0.0 |
1045 | 2024-11-13T19:05:30.039Z | Downloaded http-body-util v0.1.2 |
1046 | 2024-11-13T19:05:30.039Z | Downloaded const_format_proc_macros v0.2.33 |
1047 | 2024-11-13T19:05:30.042Z | Downloaded ahash v0.8.11 |
1048 | 2024-11-13T19:05:30.045Z | Downloaded lru-cache v0.1.2 |
1049 | 2024-11-13T19:05:30.045Z | Downloaded lockfree-object-pool v0.1.6 |
1050 | 2024-11-13T19:05:30.048Z | Downloaded libsw v3.3.1 |
1051 | 2024-11-13T19:05:30.050Z | Downloaded backoff v0.4.0 |
1052 | 2024-11-13T19:05:30.050Z | Downloaded async-trait v0.1.83 |
1053 | 2024-11-13T19:05:30.053Z | Downloaded crc-catalog v2.4.0 |
1054 | 2024-11-13T19:05:30.056Z | Downloaded crc v3.2.1 |
1055 | 2024-11-13T19:05:30.058Z | Downloaded linked-hash-map v0.5.6 |
1056 | 2024-11-13T19:05:30.058Z | Downloaded keccak v0.1.5 |
1057 | 2024-11-13T19:05:30.062Z | Downloaded indent_write v2.2.0 |
1058 | 2024-11-13T19:05:30.062Z | Downloaded ipnetwork v0.20.0 |
1059 | 2024-11-13T19:05:30.064Z | Downloaded cmake v0.1.51 |
1060 | 2024-11-13T19:05:30.064Z | Downloaded linear-map v1.2.0 |
1061 | 2024-11-13T19:05:30.066Z | Downloaded lalrpop-util v0.19.12 |
1062 | 2024-11-13T19:05:30.067Z | Downloaded cobs v0.2.3 |
1063 | 2024-11-13T19:05:30.067Z | Downloaded cexpr v0.6.0 |
1064 | 2024-11-13T19:05:30.069Z | Downloaded hubpack v0.1.2 |
1065 | 2024-11-13T19:05:30.074Z | Downloaded bcrypt-pbkdf v0.10.0 |
1066 | 2024-11-13T19:05:30.075Z | Downloaded humantime v2.1.0 |
1067 | 2024-11-13T19:05:30.083Z | Downloaded bitfield-struct v0.6.2 |
1068 | 2024-11-13T19:05:30.083Z | Downloaded bit-vec v0.6.3 |
1069 | 2024-11-13T19:05:30.083Z | Downloaded httpdate v1.0.3 |
1070 | 2024-11-13T19:05:30.083Z | Downloaded bit-set v0.5.3 |
1071 | 2024-11-13T19:05:30.083Z | Downloaded instability v0.3.2 |
1072 | 2024-11-13T19:05:30.085Z | Downloaded sqlparser_derive v0.2.2 |
1073 | 2024-11-13T19:05:30.085Z | Downloaded newtype_derive v0.1.6 |
1074 | 2024-11-13T19:05:30.085Z | Downloaded match_cfg v0.1.0 |
1075 | 2024-11-13T19:05:30.085Z | Downloaded hex-literal v0.4.1 |
1076 | 2024-11-13T19:05:30.085Z | Downloaded crunchy v0.2.2 |
1077 | 2024-11-13T19:05:30.085Z | Downloaded crucible-workspace-hack v0.1.0 |
1078 | 2024-11-13T19:05:30.085Z | Downloaded hex v0.4.3 |
1079 | 2024-11-13T19:05:30.085Z | Downloaded array-init v0.0.4 |
1080 | 2024-11-13T19:05:30.088Z | Downloaded aead v0.5.2 |
1081 | 2024-11-13T19:05:30.088Z | Downloaded jobserver v0.1.32 |
1082 | 2024-11-13T19:05:30.090Z | Downloaded highway v1.2.0 |
1083 | 2024-11-13T19:05:30.093Z | Downloaded buf-list v1.0.3 |
1084 | 2024-11-13T19:05:30.095Z | Downloaded async-recursion v1.1.1 |
1085 | 2024-11-13T19:05:30.098Z | Downloaded crc-any v2.5.0 |
1086 | 2024-11-13T19:05:30.101Z | Downloaded cookie v0.18.1 |
1087 | 2024-11-13T19:05:30.104Z | Downloaded const-oid v0.9.6 |
1088 | 2024-11-13T19:05:30.106Z | Downloaded clang-sys v1.8.1 |
1089 | 2024-11-13T19:05:30.109Z | Downloaded cancel-safe-futures v0.1.5 |
1090 | 2024-11-13T19:05:30.112Z | Downloaded bitfield v0.14.0 |
1091 | 2024-11-13T19:05:30.115Z | Downloaded atty v0.2.14 |
1092 | 2024-11-13T19:05:30.115Z | Downloaded mime v0.3.17 |
1093 | 2024-11-13T19:05:30.118Z | Downloaded csv-core v0.1.11 |
1094 | 2024-11-13T19:05:30.118Z | Downloaded async-stream-impl v0.3.6 |
1095 | 2024-11-13T19:05:30.120Z | Downloaded argon2 v0.5.3 |
1096 | 2024-11-13T19:05:30.120Z | Downloaded internet-checksum v0.2.1 |
1097 | 2024-11-13T19:05:30.122Z | Downloaded impl-trait-for-tuples v0.2.2 |
1098 | 2024-11-13T19:05:30.124Z | Downloaded inout v0.1.3 |
1099 | 2024-11-13T19:05:30.124Z | Downloaded base16ct v0.2.0 |
1100 | 2024-11-13T19:05:30.126Z | Downloaded crossbeam-deque v0.8.5 |
1101 | 2024-11-13T19:05:30.126Z | Downloaded colored v2.1.0 |
1102 | 2024-11-13T19:05:30.160Z | Downloaded ring v0.17.8 |
1103 | 2024-11-13T19:05:30.239Z | Downloaded libsqlite3-sys v0.30.1 |
1104 | 2024-11-13T19:05:30.390Z | Downloaded ring v0.16.20 |
1105 | 2024-11-13T19:05:30.620Z | Downloaded aws-lc-sys v0.22.0 |
1106 | 2024-11-13T19:05:30.941Z | Compiling serde v1.0.215 |
1107 | 2024-11-13T19:05:30.943Z | Compiling lock_api v0.4.12 |
1108 | 2024-11-13T19:05:30.943Z | Compiling scopeguard v1.2.0 |
1109 | 2024-11-13T19:05:30.943Z | Compiling value-bag v1.9.0 |
1110 | 2024-11-13T19:05:30.943Z | Compiling typenum v1.17.0 |
1111 | 2024-11-13T19:05:30.943Z | Compiling generic-array v0.14.7 |
1112 | 2024-11-13T19:05:31.130Z | Compiling syn v2.0.87 |
1113 | 2024-11-13T19:05:31.144Z | Compiling getrandom v0.2.15 |
1114 | 2024-11-13T19:05:31.223Z | Compiling shlex v1.3.0 |
1115 | 2024-11-13T19:05:31.431Z | Compiling rand_core v0.6.4 |
1116 | 2024-11-13T19:05:31.561Z | Compiling log v0.4.22 |
1117 | 2024-11-13T19:05:31.663Z | Compiling subtle v2.6.1 |
1118 | 2024-11-13T19:05:31.683Z | Compiling jobserver v0.1.32 |
1119 | 2024-11-13T19:05:31.712Z | Compiling const-oid v0.9.6 |
1120 | 2024-11-13T19:05:31.960Z | Compiling spin v0.9.8 |
1121 | 2024-11-13T19:05:31.984Z | Compiling pin-project-lite v0.2.14 |
1122 | 2024-11-13T19:05:32.005Z | Compiling rustix v0.38.37 |
1123 | 2024-11-13T19:05:32.099Z | Compiling cc v1.1.30 |
1124 | 2024-11-13T19:05:32.506Z | Compiling smallvec v1.13.2 |
1125 | 2024-11-13T19:05:32.543Z | Compiling parking_lot_core v0.9.10 |
1126 | 2024-11-13T19:05:32.741Z | Compiling futures-core v0.3.31 |
1127 | 2024-11-13T19:05:32.929Z | Compiling signal-hook-registry v1.4.2 |
1128 | 2024-11-13T19:05:32.978Z | Compiling mio v1.0.2 |
1129 | 2024-11-13T19:05:33.068Z | Compiling aho-corasick v1.1.3 |
1130 | 2024-11-13T19:05:33.731Z | Compiling parking_lot v0.12.3 |
1131 | 2024-11-13T19:05:33.815Z | Compiling cpufeatures v0.2.14 |
1132 | 2024-11-13T19:05:33.881Z | Compiling regex-syntax v0.8.5 |
1133 | 2024-11-13T19:05:33.896Z | Compiling either v1.13.0 |
1134 | 2024-11-13T19:05:33.919Z | Compiling lazy_static v1.5.0 |
1135 | 2024-11-13T19:05:34.043Z | Compiling futures-sink v0.3.31 |
1136 | 2024-11-13T19:05:34.207Z | Compiling glob v0.3.1 |
1137 | 2024-11-13T19:05:34.318Z | Compiling socket2 v0.5.7 |
1138 | 2024-11-13T19:05:34.357Z | Compiling slab v0.4.9 |
1139 | 2024-11-13T19:05:34.664Z | Compiling prettyplease v0.2.25 |
1140 | 2024-11-13T19:05:34.870Z | Compiling minimal-lexical v0.2.1 |
1141 | 2024-11-13T19:05:35.302Z | Compiling nom v7.1.3 |
1142 | 2024-11-13T19:05:35.321Z | Compiling clang-sys v1.8.1 |
1143 | 2024-11-13T19:05:35.338Z | Compiling libloading v0.8.5 |
1144 | 2024-11-13T19:05:35.400Z | Compiling home v0.5.9 |
1145 | 2024-11-13T19:05:35.684Z | Compiling bindgen v0.69.5 |
1146 | 2024-11-13T19:05:35.779Z | Compiling serde_json v1.0.132 |
1147 | 2024-11-13T19:05:36.124Z | Compiling itertools v0.12.1 |
1148 | 2024-11-13T19:05:36.513Z | Compiling futures-channel v0.3.31 |
1149 | 2024-11-13T19:05:36.697Z | Compiling pin-utils v0.1.0 |
1150 | 2024-11-13T19:05:36.795Z | Compiling allocator-api2 v0.2.18 |
1151 | 2024-11-13T19:05:36.917Z | Compiling futures-task v0.3.31 |
1152 | 2024-11-13T19:05:37.257Z | Compiling tinyvec_macros v0.1.1 |
1153 | 2024-11-13T19:05:37.357Z | Compiling futures-io v0.3.31 |
1154 | 2024-11-13T19:05:37.917Z | Compiling regex-automata v0.4.8 |
1155 | 2024-11-13T19:05:37.927Z | Compiling foldhash v0.1.3 |
1156 | 2024-11-13T19:05:37.990Z | Compiling rustc-hash v1.1.0 |
1157 | 2024-11-13T19:05:38.142Z | Compiling lazycell v1.3.0 |
1158 | 2024-11-13T19:05:38.317Z | Compiling hashbrown v0.15.0 |
1159 | 2024-11-13T19:05:39.069Z | Compiling cexpr v0.6.0 |
1160 | 2024-11-13T19:05:39.297Z | Compiling tinyvec v1.8.0 |
1161 | 2024-11-13T19:05:39.677Z | Compiling cmake v0.1.51 |
1162 | 2024-11-13T19:05:40.700Z | Compiling pkg-config v0.3.31 |
1163 | 2024-11-13T19:05:40.818Z | Compiling libm v0.2.8 |
1164 | 2024-11-13T19:05:40.837Z | Compiling dunce v1.0.5 |
1165 | 2024-11-13T19:05:40.867Z | Compiling fs_extra v1.3.0 |
1166 | 2024-11-13T19:05:40.959Z | Compiling unicode-normalization v0.1.24 |
1167 | 2024-11-13T19:05:41.163Z | Compiling num-traits v0.2.19 |
1168 | 2024-11-13T19:05:41.444Z | Compiling unicode-bidi v0.3.17 |
1169 | 2024-11-13T19:05:42.061Z | Compiling ring v0.17.8 |
1170 | 2024-11-13T19:05:42.064Z | Compiling paste v1.0.15 |
1171 | 2024-11-13T19:05:42.254Z | Compiling base64ct v1.6.0 |
1172 | 2024-11-13T19:05:42.876Z | Compiling pem-rfc7468 v0.7.0 |
1173 | 2024-11-13T19:05:42.890Z | Compiling aws-lc-rs v1.10.0 |
1174 | 2024-11-13T19:05:43.140Z | Compiling flagset v0.4.6 |
1175 | 2024-11-13T19:05:43.264Z | Compiling regex v1.11.1 |
1176 | 2024-11-13T19:05:43.357Z | Compiling httparse v1.9.5 |
1177 | 2024-11-13T19:05:44.193Z | Compiling tracing-core v0.1.32 |
1178 | 2024-11-13T19:05:44.273Z | Compiling crossbeam-utils v0.8.20 |
1179 | 2024-11-13T19:05:44.702Z | Compiling percent-encoding v2.3.1 |
1180 | 2024-11-13T19:05:44.748Z | Compiling rustls-pki-types v1.9.0 |
1181 | 2024-11-13T19:05:45.057Z | Compiling time-core v0.1.2 |
1182 | 2024-11-13T19:05:45.232Z | Compiling powerfmt v0.2.0 |
1183 | 2024-11-13T19:05:45.522Z | Compiling mirai-annotations v1.12.0 |
1184 | 2024-11-13T19:05:45.541Z | Compiling num-conv v0.1.0 |
1185 | 2024-11-13T19:05:45.629Z | Compiling untrusted v0.7.1 |
1186 | 2024-11-13T19:05:45.716Z | Compiling vcpkg v0.2.15 |
1187 | 2024-11-13T19:05:45.795Z | Compiling untrusted v0.9.0 |
1188 | 2024-11-13T19:05:45.795Z | Compiling time-macros v0.2.18 |
1189 | 2024-11-13T19:05:45.829Z | Compiling deranged v0.3.11 |
1190 | 2024-11-13T19:05:45.895Z | Compiling serde_derive v1.0.215 |
1191 | 2024-11-13T19:05:45.980Z | Compiling zeroize_derive v1.4.2 |
1192 | 2024-11-13T19:05:47.589Z | Compiling zeroize v1.8.1 |
1193 | 2024-11-13T19:05:47.671Z | Compiling zerocopy-derive v0.7.35 |
1194 | 2024-11-13T19:05:47.877Z | Compiling tokio-macros v2.4.0 |
1195 | 2024-11-13T19:05:47.969Z | Compiling thiserror-impl v1.0.64 |
1196 | 2024-11-13T19:05:49.004Z | Compiling futures-macro v0.3.31 |
1197 | 2024-11-13T19:05:49.177Z | Compiling crypto-common v0.1.6 |
1198 | 2024-11-13T19:05:49.400Z | Compiling block-buffer v0.10.4 |
1199 | 2024-11-13T19:05:49.495Z | Compiling block-padding v0.3.3 |
1200 | 2024-11-13T19:05:49.666Z | Compiling digest v0.10.7 |
1201 | 2024-11-13T19:05:49.735Z | Compiling inout v0.1.3 |
1202 | 2024-11-13T19:05:49.902Z | Compiling zerocopy v0.7.35 |
1203 | 2024-11-13T19:05:49.997Z | Compiling cipher v0.4.4 |
1204 | 2024-11-13T19:05:50.128Z | Compiling hmac v0.12.1 |
1205 | 2024-11-13T19:05:50.334Z | Compiling sha2 v0.10.8 |
1206 | 2024-11-13T19:05:50.492Z | Compiling der_derive v0.7.3 |
1207 | 2024-11-13T19:05:50.516Z | Compiling tracing-attributes v0.1.27 |
1208 | 2024-11-13T19:05:50.844Z | Compiling futures-util v0.3.31 |
1209 | 2024-11-13T19:05:51.196Z | Compiling thiserror v1.0.64 |
1210 | 2024-11-13T19:05:51.336Z | Compiling pest v2.7.14 |
1211 | 2024-11-13T19:05:51.489Z | Compiling ppv-lite86 v0.2.20 |
1212 | 2024-11-13T19:05:52.348Z | Compiling rand_chacha v0.3.1 |
1213 | 2024-11-13T19:05:53.012Z | Compiling der v0.7.9 |
1214 | 2024-11-13T19:05:53.759Z | Compiling rand v0.8.5 |
1215 | 2024-11-13T19:05:54.166Z | Compiling tracing v0.1.40 |
1216 | 2024-11-13T19:05:54.324Z | Compiling salsa20 v0.10.2 |
1217 | 2024-11-13T19:05:54.420Z | Compiling pbkdf2 v0.12.2 |
1218 | 2024-11-13T19:05:54.556Z | Compiling scrypt v0.11.0 |
1219 | 2024-11-13T19:05:54.672Z | Compiling pest_meta v2.7.14 |
1220 | 2024-11-13T19:05:54.717Z | Compiling cbc v0.1.2 |
1221 | 2024-11-13T19:05:54.959Z | Compiling aes v0.8.4 |
1222 | 2024-11-13T19:05:55.103Z | Compiling spki v0.7.3 |
1223 | 2024-11-13T19:05:55.477Z | Compiling openssl-sys v0.9.104 |
1224 | 2024-11-13T19:05:55.887Z | Compiling scroll_derive v0.12.0 |
1225 | 2024-11-13T19:05:56.579Z | Compiling num_threads v0.1.7 |
1226 | 2024-11-13T19:05:56.715Z | Compiling atomic-waker v1.1.2 |
1227 | 2024-11-13T19:05:56.904Z | Compiling time v0.3.36 |
1228 | 2024-11-13T19:05:57.299Z | Compiling pkcs5 v0.7.1 |
1229 | 2024-11-13T19:05:57.434Z | Compiling scroll v0.12.0 |
1230 | 2024-11-13T19:05:57.673Z | Compiling pest_generator v2.7.14 |
1231 | 2024-11-13T19:05:57.826Z | Compiling form_urlencoded v1.2.1 |
1232 | 2024-11-13T19:05:58.009Z | Compiling slog v2.7.0 |
1233 | 2024-11-13T19:05:58.139Z | Compiling try-lock v0.2.5 |
1234 | 2024-11-13T19:05:58.296Z | Compiling want v0.3.1 |
1235 | 2024-11-13T19:05:58.507Z | Compiling goblin v0.8.2 |
1236 | 2024-11-13T19:05:58.550Z | Compiling pkcs8 v0.10.2 |
1237 | 2024-11-13T19:05:58.592Z | Compiling httpdate v1.0.3 |
1238 | 2024-11-13T19:05:59.072Z | Compiling idna v0.5.0 |
1239 | 2024-11-13T19:05:59.271Z | Compiling tower-service v0.3.3 |
1240 | 2024-11-13T19:05:59.395Z | Compiling openssl v0.10.68 |
1241 | 2024-11-13T19:05:59.447Z | Compiling rustversion v1.0.17 |
1242 | 2024-11-13T19:05:59.626Z | Compiling base64 v0.22.1 |
1243 | 2024-11-13T19:05:59.795Z | Compiling bitflags v2.6.0 |
1244 | 2024-11-13T19:05:59.899Z | Compiling bytes v1.7.2 |
1245 | 2024-11-13T19:06:00.250Z | Compiling indexmap v2.6.0 |
1246 | 2024-11-13T19:06:00.370Z | Compiling semver v1.0.23 |
1247 | 2024-11-13T19:06:00.759Z | Compiling pest_derive v2.7.14 |
1248 | 2024-11-13T19:06:01.145Z | Compiling tokio v1.40.0 |
1249 | 2024-11-13T19:06:01.229Z | Compiling http v1.1.0 |
1250 | 2024-11-13T19:06:01.551Z | Compiling rustc_version v0.4.1 |
1251 | 2024-11-13T19:06:01.755Z | Compiling dtrace-parser v0.2.0 |
1252 | 2024-11-13T19:06:02.359Z | Compiling toml_datetime v0.6.8 |
1253 | 2024-11-13T19:06:02.378Z | Compiling serde_tokenstream v0.2.2 |
1254 | 2024-11-13T19:06:02.896Z | Compiling http-body v1.0.1 |
1255 | 2024-11-13T19:06:02.997Z | Compiling serde_spanned v0.6.8 |
1256 | 2024-11-13T19:06:03.126Z | Compiling uuid v1.10.0 |
1257 | 2024-11-13T19:06:03.239Z | Compiling match_cfg v0.1.0 |
1258 | 2024-11-13T19:06:03.334Z | Compiling adler2 v2.0.0 |
1259 | 2024-11-13T19:06:03.353Z | Compiling foreign-types-shared v0.1.1 |
1260 | 2024-11-13T19:06:03.467Z | Compiling iana-time-zone v0.1.61 |
1261 | 2024-11-13T19:06:03.535Z | Compiling miniz_oxide v0.8.0 |
1262 | 2024-11-13T19:06:03.772Z | Compiling chrono v0.4.38 |
1263 | 2024-11-13T19:06:03.912Z | Compiling foreign-types v0.3.2 |
1264 | 2024-11-13T19:06:03.956Z | Compiling hostname v0.3.1 |
1265 | 2024-11-13T19:06:04.076Z | Compiling url v2.5.2 |
1266 | 2024-11-13T19:06:04.205Z | Compiling which v4.4.2 |
1267 | 2024-11-13T19:06:04.849Z | Compiling dof v0.3.0 |
1268 | 2024-11-13T19:06:05.697Z | Compiling usdt-impl v0.5.0 |
1269 | 2024-11-13T19:06:06.054Z | Compiling async-trait v0.1.83 |
1270 | 2024-11-13T19:06:06.566Z | Compiling openssl-macros v0.1.1 |
1271 | 2024-11-13T19:06:07.068Z | Compiling dirs-sys-next v0.1.2 |
1272 | 2024-11-13T19:06:07.324Z | Compiling siphasher v0.3.11 |
1273 | 2024-11-13T19:06:07.350Z | Compiling syn v1.0.109 |
1274 | 2024-11-13T19:06:07.515Z | Compiling data-encoding v2.6.0 |
1275 | 2024-11-13T19:06:07.729Z | Compiling rustls v0.22.4 |
1276 | 2024-11-13T19:06:07.749Z | Compiling rustls v0.23.14 |
1277 | 2024-11-13T19:06:07.966Z | Compiling native-tls v0.2.12 |
1278 | 2024-11-13T19:06:08.057Z | Compiling dirs-next v2.0.0 |
1279 | 2024-11-13T19:06:08.309Z | Compiling http-body-util v0.1.2 |
1280 | 2024-11-13T19:06:08.861Z | Compiling heapless v0.7.17 |
1281 | 2024-11-13T19:06:08.887Z | Compiling crossbeam-epoch v0.9.18 |
1282 | 2024-11-13T19:06:09.094Z | Compiling signature v2.2.0 |
1283 | 2024-11-13T19:06:09.278Z | Compiling sha1 v0.10.6 |
1284 | 2024-11-13T19:06:09.380Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1285 | 2024-11-13T19:06:09.648Z | Compiling tokio-util v0.7.12 |
1286 | 2024-11-13T19:06:09.668Z | Compiling serde_derive_internals v0.29.1 |
1287 | 2024-11-13T19:06:09.685Z | Compiling thread_local v1.1.8 |
1288 | 2024-11-13T19:06:09.845Z | Compiling cookie v0.18.1 |
1289 | 2024-11-13T19:06:09.911Z | Compiling multer v3.1.0 |
1290 | 2024-11-13T19:06:10.132Z | Compiling encoding_rs v0.8.34 |
1291 | 2024-11-13T19:06:10.191Z | Compiling rayon-core v1.12.1 |
1292 | 2024-11-13T19:06:10.191Z | Compiling schemars v0.8.21 |
1293 | 2024-11-13T19:06:10.453Z | Compiling signal-hook v0.3.17 |
1294 | 2024-11-13T19:06:10.521Z | Compiling openssl-probe v0.1.5 |
1295 | 2024-11-13T19:06:10.703Z | Compiling h2 v0.4.6 |
1296 | 2024-11-13T19:06:10.888Z | Compiling ipnet v2.10.1 |
1297 | 2024-11-13T19:06:11.017Z | Compiling slog-async v2.8.0 |
1298 | 2024-11-13T19:06:11.550Z | Compiling gimli v0.31.1 |
1299 | 2024-11-13T19:06:12.161Z | Compiling unicode-properties v0.1.3 |
1300 | 2024-11-13T19:06:12.440Z | Compiling mime v0.3.17 |
1301 | 2024-11-13T19:06:12.585Z | Compiling stringprep v0.1.5 |
1302 | 2024-11-13T19:06:13.086Z | Compiling schemars_derive v0.8.21 |
1303 | 2024-11-13T19:06:13.960Z | Compiling toml_edit v0.22.22 |
1304 | 2024-11-13T19:06:16.482Z | Compiling addr2line v0.24.2 |
1305 | 2024-11-13T19:06:16.724Z | Compiling crossbeam-deque v0.8.5 |
1306 | 2024-11-13T19:06:16.891Z | Compiling usdt-attr-macro v0.5.0 |
1307 | 2024-11-13T19:06:16.918Z | Compiling usdt-macro v0.5.0 |
1308 | 2024-11-13T19:06:17.041Z | Compiling term v0.7.0 |
1309 | 2024-11-13T19:06:17.140Z | Compiling curve25519-dalek v4.1.3 |
1310 | 2024-11-13T19:06:17.783Z | Compiling hyper v1.4.1 |
1311 | 2024-11-13T19:06:18.421Z | Compiling slog-json v2.6.1 |
1312 | 2024-11-13T19:06:18.556Z | Compiling serde_urlencoded v0.7.1 |
1313 | 2024-11-13T19:06:18.592Z | Compiling crossbeam-channel v0.5.13 |
1314 | 2024-11-13T19:06:18.807Z | Compiling futures-executor v0.3.31 |
1315 | 2024-11-13T19:06:19.086Z | Compiling md-5 v0.10.6 |
1316 | 2024-11-13T19:06:19.356Z | Compiling async-stream-impl v0.3.6 |
1317 | 2024-11-13T19:06:19.386Z | Compiling enum-as-inner v0.6.1 |
1318 | 2024-11-13T19:06:19.716Z | Compiling rustls-pemfile v2.2.0 |
1319 | 2024-11-13T19:06:20.063Z | Compiling num-integer v0.1.46 |
1320 | 2024-11-13T19:06:20.473Z | Compiling hyper-util v0.1.10 |
1321 | 2024-11-13T19:06:20.758Z | Compiling idna v0.3.0 |
1322 | 2024-11-13T19:06:20.851Z | Compiling idna v0.4.0 |
1323 | 2024-11-13T19:06:21.302Z | Compiling hash32 v0.2.1 |
1324 | 2024-11-13T19:06:21.668Z | Compiling ff v0.13.0 |
1325 | 2024-11-13T19:06:21.900Z | Compiling is-terminal v0.4.13 |
1326 | 2024-11-13T19:06:21.958Z | Compiling dropshot v0.12.0 |
1327 | 2024-11-13T19:06:22.032Z | Compiling object v0.36.5 |
1328 | 2024-11-13T19:06:22.246Z | Compiling rustc-demangle v0.1.24 |
1329 | 2024-11-13T19:06:22.482Z | Compiling utf-8 v0.7.6 |
1330 | 2024-11-13T19:06:22.502Z | Compiling linked-hash-map v0.5.6 |
1331 | 2024-11-13T19:06:22.560Z | Compiling dyn-clone v1.0.17 |
1332 | 2024-11-13T19:06:22.779Z | Compiling stable_deref_trait v1.2.0 |
1333 | 2024-11-13T19:06:22.815Z | Compiling quick-error v1.2.3 |
1334 | 2024-11-13T19:06:22.862Z | Compiling smoltcp v0.9.1 |
1335 | 2024-11-13T19:06:22.880Z | Compiling portable-atomic v1.9.0 |
1336 | 2024-11-13T19:06:22.952Z | Compiling num-bigint-dig v0.8.4 |
1337 | 2024-11-13T19:06:23.239Z | Compiling base16ct v0.2.0 |
1338 | 2024-11-13T19:06:23.257Z | Compiling fallible-iterator v0.2.0 |
1339 | 2024-11-13T19:06:23.561Z | Compiling psl-types v2.0.11 |
1340 | 2024-11-13T19:06:23.580Z | Compiling take_mut v0.2.2 |
1341 | 2024-11-13T19:06:23.607Z | Compiling anyhow v1.0.93 |
1342 | 2024-11-13T19:06:23.730Z | Compiling publicsuffix v2.2.3 |
1343 | 2024-11-13T19:06:23.993Z | Compiling postgres-protocol v0.6.7 |
1344 | 2024-11-13T19:06:24.032Z | Compiling sec1 v0.7.3 |
1345 | 2024-11-13T19:06:24.085Z | Compiling resolv-conf v0.7.0 |
1346 | 2024-11-13T19:06:24.637Z | Compiling lru-cache v0.1.2 |
1347 | 2024-11-13T19:06:24.896Z | Compiling tungstenite v0.24.0 |
1348 | 2024-11-13T19:06:25.232Z | Compiling slog-term v2.9.1 |
1349 | 2024-11-13T19:06:25.361Z | Compiling usdt v0.5.0 |
1350 | 2024-11-13T19:06:25.789Z | Compiling group v0.13.0 |
1351 | 2024-11-13T19:06:25.874Z | Compiling hickory-proto v0.24.1 |
1352 | 2024-11-13T19:06:26.128Z | Compiling async-stream v0.3.6 |
1353 | 2024-11-13T19:06:26.309Z | Compiling num-iter v0.1.45 |
1354 | 2024-11-13T19:06:26.430Z | Compiling futures v0.3.31 |
1355 | 2024-11-13T19:06:26.491Z | Compiling slog-bunyan v2.5.0 |
1356 | 2024-11-13T19:06:26.657Z | Compiling toml v0.8.19 |
1357 | 2024-11-13T19:06:28.698Z | Compiling tokio-native-tls v0.3.1 |
1358 | 2024-11-13T19:06:28.760Z | Compiling camino v1.1.9 |
1359 | 2024-11-13T19:06:28.981Z | Compiling phf_shared v0.11.2 |
1360 | 2024-11-13T19:06:29.382Z | Compiling terminal_size v0.4.0 |
1361 | 2024-11-13T19:06:29.450Z | Compiling dropshot_endpoint v0.12.0 |
1362 | 2024-11-13T19:06:29.539Z | Compiling backtrace v0.3.74 |
1363 | 2024-11-13T19:06:29.606Z | Compiling openapiv3 v2.0.0 |
1364 | 2024-11-13T19:06:29.741Z | Compiling serde_path_to_error v0.1.16 |
1365 | 2024-11-13T19:06:30.295Z | Compiling waitgroup v0.1.2 |
1366 | 2024-11-13T19:06:30.521Z | Compiling hkdf v0.12.4 |
1367 | 2024-11-13T19:06:30.567Z | Compiling crypto-bigint v0.5.5 |
1368 | 2024-11-13T19:06:30.770Z | Compiling curve25519-dalek-derive v0.1.1 |
1369 | 2024-11-13T19:06:31.634Z | Compiling hubpack_derive v0.1.1 |
1370 | 2024-11-13T19:06:32.373Z | Compiling zerocopy-derive v0.6.6 |
1371 | 2024-11-13T19:06:32.568Z | Compiling webpki-roots v0.26.6 |
1372 | 2024-11-13T19:06:32.792Z | Compiling hostname v0.4.0 |
1373 | 2024-11-13T19:06:33.051Z | Compiling fs-err v2.11.0 |
1374 | 2024-11-13T19:06:33.334Z | Compiling crc32fast v1.4.2 |
1375 | 2024-11-13T19:06:33.382Z | Compiling ahash v0.8.11 |
1376 | 2024-11-13T19:06:33.665Z | Compiling managed v0.8.0 |
1377 | 2024-11-13T19:06:33.705Z | Compiling bitflags v1.3.2 |
1378 | 2024-11-13T19:06:33.816Z | Compiling winnow v0.5.40 |
1379 | 2024-11-13T19:06:34.103Z | Compiling debug-ignore v1.0.5 |
1380 | 2024-11-13T19:06:34.168Z | Compiling strum_macros v0.25.3 |
1381 | 2024-11-13T19:06:34.245Z | Compiling clap_builder v4.5.20 |
1382 | 2024-11-13T19:06:34.641Z | Compiling zerocopy v0.6.6 |
1383 | 2024-11-13T19:06:35.540Z | Compiling console v0.15.8 |
1384 | 2024-11-13T19:06:36.428Z | Compiling elliptic-curve v0.13.8 |
1385 | 2024-11-13T19:06:36.448Z | Compiling flate2 v1.0.34 |
1386 | 2024-11-13T19:06:36.940Z | Compiling hubpack v0.1.2 |
1387 | 2024-11-13T19:06:37.315Z | Compiling toml_edit v0.19.15 |
1388 | 2024-11-13T19:06:37.396Z | Compiling hickory-resolver v0.24.1 |
1389 | 2024-11-13T19:06:37.696Z | Compiling phf v0.11.2 |
1390 | 2024-11-13T19:06:37.999Z | Compiling hyper-tls v0.6.0 |
1391 | 2024-11-13T19:06:38.371Z | Compiling signal-hook-mio v0.2.4 |
1392 | 2024-11-13T19:06:38.400Z | Compiling cookie_store v0.21.0 |
1393 | 2024-11-13T19:06:38.436Z | Compiling rayon v1.10.0 |
1394 | 2024-11-13T19:06:38.534Z | Compiling bzip2 v0.4.4 |
1395 | 2024-11-13T19:06:40.027Z | Compiling tokio-tungstenite v0.24.0 |
1396 | 2024-11-13T19:06:40.583Z | Compiling postgres-types v0.2.8 |
1397 | 2024-11-13T19:06:43.385Z | Compiling tokio-stream v0.1.16 |
1398 | 2024-11-13T19:06:43.535Z | Compiling ed25519 v2.2.3 |
1399 | 2024-11-13T19:06:43.874Z | Compiling phf_shared v0.10.0 |
1400 | 2024-11-13T19:06:44.266Z | Compiling serde-big-array v0.5.1 |
1401 | 2024-11-13T19:06:44.286Z | Compiling pkcs1 v0.7.5 |
1402 | 2024-11-13T19:06:44.443Z | Compiling rfc6979 v0.4.0 |
1403 | 2024-11-13T19:06:44.506Z | Compiling derive-where v1.2.7 |
1404 | 2024-11-13T19:06:44.636Z | Compiling serde_repr v0.1.19 |
1405 | 2024-11-13T19:06:45.305Z | Compiling clap_derive v4.5.18 |
1406 | 2024-11-13T19:06:45.387Z | Compiling float-cmp v0.9.0 |
1407 | 2024-11-13T19:06:45.390Z | Compiling bstr v1.10.0 |
1408 | 2024-11-13T19:06:45.471Z | Compiling sync_wrapper v1.0.1 |
1409 | 2024-11-13T19:06:45.650Z | Compiling static_assertions v1.1.0 |
1410 | 2024-11-13T19:06:45.737Z | Compiling fixedbitset v0.4.2 |
1411 | 2024-11-13T19:06:45.811Z | Compiling predicates-core v1.0.8 |
1412 | 2024-11-13T19:06:45.898Z | Compiling number_prefix v0.4.0 |
1413 | 2024-11-13T19:06:46.076Z | Compiling bit-vec v0.6.3 |
1414 | 2024-11-13T19:06:46.096Z | Compiling unicode-segmentation v1.12.0 |
1415 | 2024-11-13T19:06:46.101Z | Compiling difflib v0.4.0 |
1416 | 2024-11-13T19:06:46.521Z | Compiling normalize-line-endings v0.3.0 |
1417 | 2024-11-13T19:06:46.650Z | Compiling whoami v1.5.2 |
1418 | 2024-11-13T19:06:46.992Z | Compiling new_debug_unreachable v1.0.6 |
1419 | 2024-11-13T19:06:47.091Z | Compiling precomputed-hash v0.1.1 |
1420 | 2024-11-13T19:06:47.240Z | Compiling string_cache v0.8.7 |
1421 | 2024-11-13T19:06:47.281Z | Compiling tokio-postgres v0.7.12 |
1422 | 2024-11-13T19:06:47.301Z | Compiling similar v2.6.0 |
1423 | 2024-11-13T19:06:47.727Z | Compiling predicates v3.1.2 |
1424 | 2024-11-13T19:06:47.797Z | Compiling bit-set v0.5.3 |
1425 | 2024-11-13T19:06:48.085Z | Compiling indicatif v0.17.8 |
1426 | 2024-11-13T19:06:48.119Z | Compiling petgraph v0.6.5 |
1427 | 2024-11-13T19:06:49.505Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1428 | 2024-11-13T19:06:49.779Z | Compiling rsa v0.9.6 |
1429 | 2024-11-13T19:06:50.328Z | Compiling ecdsa v0.16.9 |
1430 | 2024-11-13T19:06:50.553Z | Compiling clap v4.5.20 |
1431 | 2024-11-13T19:06:50.683Z | Compiling ed25519-dalek v2.1.1 |
1432 | 2024-11-13T19:06:51.205Z | Compiling toml v0.7.8 |
1433 | 2024-11-13T19:06:52.033Z | Compiling zip v0.6.6 |
1434 | 2024-11-13T19:06:52.414Z | Compiling crossterm v0.28.1 |
1435 | 2024-11-13T19:06:53.520Z | Compiling hex v0.4.3 |
1436 | 2024-11-13T19:06:53.617Z | Compiling x509-cert v0.2.5 |
1437 | 2024-11-13T19:06:53.822Z | Compiling itertools v0.10.5 |
1438 | 2024-11-13T19:06:53.917Z | Compiling peg-runtime v0.8.3 |
1439 | 2024-11-13T19:06:54.149Z | Compiling unicode-xid v0.2.6 |
1440 | 2024-11-13T19:06:54.337Z | Compiling lalrpop-util v0.19.12 |
1441 | 2024-11-13T19:06:54.595Z | Compiling strum_macros v0.26.4 |
1442 | 2024-11-13T19:06:54.686Z | Compiling xattr v1.3.1 |
1443 | 2024-11-13T19:06:54.953Z | Compiling filetime v0.2.25 |
1444 | 2024-11-13T19:06:55.255Z | Compiling tar v0.4.43 |
1445 | 2024-11-13T19:06:59.317Z | Compiling strum v0.26.3 |
1446 | 2024-11-13T19:07:03.330Z | Compiling aws-lc-sys v0.22.0 |
1447 | 2024-11-13T19:07:36.154Z | Compiling rustls-webpki v0.102.8 |
1448 | 2024-11-13T19:07:39.489Z | Compiling tokio-rustls v0.25.0 |
1449 | 2024-11-13T19:07:41.232Z | Compiling tokio-rustls v0.26.0 |
1450 | 2024-11-13T19:07:41.621Z | Compiling hyper-rustls v0.27.3 |
1451 | 2024-11-13T19:07:41.946Z | Compiling reqwest v0.12.9 |
1452 | 2024-11-13T19:07:42.946Z | Compiling qorb v0.2.0 |
1453 | 2024-11-13T19:07:47.974Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1454 | 2024-11-13T19:07:48.204Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1455 | 2024-11-13T19:07:53.724Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
1456 | 2024-11-13T19:07:53.876Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1457 | 2024-11-13T19:07:53.925Z | Nov 13 19:07:53.315 INFO Starting download, target: Clickhouse |
1458 | 2024-11-13T19:07:53.925Z | Nov 13 19:07:53.316 INFO Starting download, target: Cockroach |
1459 | 2024-11-13T19:07:53.925Z | Nov 13 19:07:53.316 INFO Starting download, target: Console |
1460 | 2024-11-13T19:07:53.925Z | Nov 13 19:07:53.316 INFO Starting download, target: DendriteOpenapi |
1461 | 2024-11-13T19:07:53.927Z | Nov 13 19:07:53.316 INFO Starting download, target: DendriteStub |
1462 | 2024-11-13T19:07:53.927Z | Nov 13 19:07:53.316 INFO Starting download, target: MaghemiteMgd |
1463 | 2024-11-13T19:07:53.927Z | Nov 13 19:07:53.316 INFO Starting download, target: TransceiverControl |
1464 | 2024-11-13T19:07:53.927Z | Nov 13 19:07:53.316 INFO Downloading out/downloads/dpd-5b1d590426971e481d927d3978e918ec25f3ad21.json (attempt 1/3), target: DendriteOpenapi |
1465 | 2024-11-13T19:07:53.927Z | Nov 13 19:07:53.316 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1466 | 2024-11-13T19:07:53.927Z | Nov 13 19:07:53.316 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1467 | 2024-11-13T19:07:53.927Z | Nov 13 19:07:53.316 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1468 | 2024-11-13T19:07:53.928Z | Nov 13 19:07:53.317 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1469 | 2024-11-13T19:07:53.928Z | Nov 13 19:07:53.317 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1470 | 2024-11-13T19:07:53.928Z | Nov 13 19:07:53.317 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1471 | 2024-11-13T19:07:54.189Z | Nov 13 19:07:53.571 INFO Download complete, target: DendriteOpenapi |
1472 | 2024-11-13T19:07:54.309Z | Nov 13 19:07:53.669 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1473 | 2024-11-13T19:07:54.521Z | Nov 13 19:07:53.835 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1474 | 2024-11-13T19:07:54.822Z | Nov 13 19:07:54.184 INFO Download complete, target: Console |
1475 | 2024-11-13T19:07:54.896Z | Nov 13 19:07:54.269 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1476 | 2024-11-13T19:07:54.949Z | Nov 13 19:07:54.324 INFO Download complete, target: TransceiverControl |
1477 | 2024-11-13T19:07:55.020Z | Nov 13 19:07:54.407 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1478 | 2024-11-13T19:07:55.385Z | Nov 13 19:07:54.775 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1479 | 2024-11-13T19:07:55.385Z | Nov 13 19:07:54.775 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1480 | 2024-11-13T19:07:55.899Z | Nov 13 19:07:55.273 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1481 | 2024-11-13T19:07:57.590Z | Nov 13 19:07:56.980 INFO Download complete, target: DendriteStub |
1482 | 2024-11-13T19:07:57.917Z | Nov 13 19:07:57.307 INFO Download complete, target: MaghemiteMgd |
1483 | 2024-11-13T19:08:02.616Z | Nov 13 19:08:02.006 INFO Checking that binary works, target: Cockroach |
1484 | 2024-11-13T19:08:02.774Z | Nov 13 19:08:02.163 INFO Download complete, target: Cockroach |
1485 | 2024-11-13T19:08:07.961Z | Nov 13 19:08:07.349 INFO Checking that binary works, target: Clickhouse |
1486 | 2024-11-13T19:08:08.617Z | Nov 13 19:08:08.005 INFO Download complete, target: Clickhouse |
1487 | 2024-11-13T19:08:08.623Z | All prerequisites installed successfully |
1488 | 2024-11-13T19:08:08.626Z | |
1489 | 2024-11-13T19:08:08.626Z | real 5:43.998449859 |
1490 | 2024-11-13T19:08:08.626Z | user 16:01.083594394 |
1491 | 2024-11-13T19:08:08.626Z | sys 3:06.419780726 |
1492 | 2024-11-13T19:08:08.626Z | trap 0.547332459 |
1493 | 2024-11-13T19:08:08.626Z | tflt 5.962207792 |
1494 | 2024-11-13T19:08:08.626Z | dflt 5.944872268 |
1495 | 2024-11-13T19:08:08.626Z | kflt 0.536451314 |
1496 | 2024-11-13T19:08:08.626Z | lock 28:40.552139578 |
1497 | 2024-11-13T19:08:08.626Z | slp 1:01:54.572844821 |
1498 | 2024-11-13T19:08:08.626Z | lat 54.101049455 |
1499 | 2024-11-13T19:08:08.626Z | stop 2:00.857983930 |
1500 | 2024-11-13T19:08:08.626Z | + ptime -m cargo xtask download softnpu |
1501 | 2024-11-13T19:08:09.122Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
1502 | 2024-11-13T19:08:09.138Z | Running `target/debug/xtask download softnpu` |
1503 | 2024-11-13T19:08:09.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.75s |
1504 | 2024-11-13T19:08:09.970Z | Running `target/debug/xtask-downloader softnpu` |
1505 | 2024-11-13T19:08:10.006Z | Nov 13 19:08:09.394 INFO Starting download, target: Softnpu |
1506 | 2024-11-13T19:08:10.009Z | Nov 13 19:08:09.395 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1507 | 2024-11-13T19:08:10.841Z | Nov 13 19:08:10.222 INFO Download complete, target: Softnpu |
1508 | 2024-11-13T19:08:10.848Z | |
1509 | 2024-11-13T19:08:10.848Z | real 2.207971738 |
1510 | 2024-11-13T19:08:10.848Z | user 1.199233292 |
1511 | 2024-11-13T19:08:10.848Z | sys 0.519121891 |
1512 | 2024-11-13T19:08:10.848Z | trap 0.000413485 |
1513 | 2024-11-13T19:08:10.848Z | tflt 0.000005597 |
1514 | 2024-11-13T19:08:10.848Z | dflt 0.000001090 |
1515 | 2024-11-13T19:08:10.848Z | kflt 0.000000000 |
1516 | 2024-11-13T19:08:10.848Z | lock 8.598703357 |
1517 | 2024-11-13T19:08:10.848Z | slp 0.686316121 |
1518 | 2024-11-13T19:08:10.848Z | lat 0.071315084 |
1519 | 2024-11-13T19:08:10.848Z | stop 0.000165222 |
1520 | 2024-11-13T19:08:10.848Z | + export CARGO_INCREMENTAL=0 |
1521 | 2024-11-13T19:08:10.848Z | + CARGO_INCREMENTAL=0 |
1522 | 2024-11-13T19:08:10.848Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1523 | 2024-11-13T19:08:11.759Z | Compiling proc-macro2 v1.0.89 |
1524 | 2024-11-13T19:08:11.759Z | Compiling unicode-ident v1.0.13 |
1525 | 2024-11-13T19:08:11.759Z | Compiling libc v0.2.162 |
1526 | 2024-11-13T19:08:11.762Z | Compiling serde v1.0.215 |
1527 | 2024-11-13T19:08:11.762Z | Compiling autocfg v1.4.0 |
1528 | 2024-11-13T19:08:11.762Z | Compiling version_check v0.9.5 |
1529 | 2024-11-13T19:08:11.762Z | Compiling cfg-if v1.0.0 |
1530 | 2024-11-13T19:08:12.022Z | Compiling memchr v2.7.4 |
1531 | 2024-11-13T19:08:12.051Z | Compiling shlex v1.3.0 |
1532 | 2024-11-13T19:08:12.426Z | Compiling typenum v1.17.0 |
1533 | 2024-11-13T19:08:12.446Z | Compiling value-bag v1.9.0 |
1534 | 2024-11-13T19:08:12.464Z | Compiling scopeguard v1.2.0 |
1535 | 2024-11-13T19:08:12.480Z | Compiling generic-array v0.14.7 |
1536 | 2024-11-13T19:08:12.743Z | Compiling lock_api v0.4.12 |
1537 | 2024-11-13T19:08:12.993Z | Compiling log v0.4.22 |
1538 | 2024-11-13T19:08:13.285Z | Compiling parking_lot_core v0.9.10 |
1539 | 2024-11-13T19:08:13.357Z | Compiling once_cell v1.20.2 |
1540 | 2024-11-13T19:08:13.663Z | Compiling quote v1.0.37 |
1541 | 2024-11-13T19:08:13.665Z | Compiling serde_json v1.0.132 |
1542 | 2024-11-13T19:08:13.733Z | Compiling rustix v0.38.37 |
1543 | 2024-11-13T19:08:13.826Z | Compiling jobserver v0.1.32 |
1544 | 2024-11-13T19:08:13.968Z | Compiling getrandom v0.2.15 |
1545 | 2024-11-13T19:08:14.060Z | Compiling syn v2.0.87 |
1546 | 2024-11-13T19:08:14.288Z | Compiling cc v1.1.30 |
1547 | 2024-11-13T19:08:14.317Z | Compiling thiserror v1.0.64 |
1548 | 2024-11-13T19:08:14.366Z | Compiling libm v0.2.8 |
1549 | 2024-11-13T19:08:14.454Z | Compiling num-traits v0.2.19 |
1550 | 2024-11-13T19:08:14.494Z | Compiling itoa v1.0.11 |
1551 | 2024-11-13T19:08:14.574Z | Compiling spin v0.9.8 |
1552 | 2024-11-13T19:08:14.677Z | Compiling aho-corasick v1.1.3 |
1553 | 2024-11-13T19:08:14.718Z | Compiling regex-syntax v0.8.5 |
1554 | 2024-11-13T19:08:14.805Z | Compiling slab v0.4.9 |
1555 | 2024-11-13T19:08:15.102Z | Compiling byteorder v1.5.0 |
1556 | 2024-11-13T19:08:15.310Z | Compiling rand_core v0.6.4 |
1557 | 2024-11-13T19:08:15.491Z | Compiling errno v0.3.9 |
1558 | 2024-11-13T19:08:15.579Z | Compiling either v1.13.0 |
1559 | 2024-11-13T19:08:15.719Z | Compiling lazy_static v1.5.0 |
1560 | 2024-11-13T19:08:16.005Z | Compiling glob v0.3.1 |
1561 | 2024-11-13T19:08:16.812Z | Compiling clang-sys v1.8.1 |
1562 | 2024-11-13T19:08:17.015Z | Compiling prettyplease v0.2.25 |
1563 | 2024-11-13T19:08:17.096Z | Compiling minimal-lexical v0.2.1 |
1564 | 2024-11-13T19:08:17.360Z | Compiling allocator-api2 v0.2.18 |
1565 | 2024-11-13T19:08:17.491Z | Compiling subtle v2.6.1 |
1566 | 2024-11-13T19:08:17.586Z | Compiling nom v7.1.3 |
1567 | 2024-11-13T19:08:17.731Z | Compiling libloading v0.8.5 |
1568 | 2024-11-13T19:08:17.797Z | Compiling bindgen v0.69.5 |
1569 | 2024-11-13T19:08:18.079Z | Compiling home v0.5.9 |
1570 | 2024-11-13T19:08:18.154Z | Compiling itertools v0.12.1 |
1571 | 2024-11-13T19:08:18.230Z | Compiling lazycell v1.3.0 |
1572 | 2024-11-13T19:08:18.304Z | Compiling regex-automata v0.4.8 |
1573 | 2024-11-13T19:08:18.393Z | Compiling rustc-hash v1.1.0 |
1574 | 2024-11-13T19:08:18.553Z | Compiling cmake v0.1.51 |
1575 | 2024-11-13T19:08:19.306Z | Compiling fs_extra v1.3.0 |
1576 | 2024-11-13T19:08:19.424Z | Compiling semver v1.0.23 |
1577 | 2024-11-13T19:08:19.863Z | Compiling dunce v1.0.5 |
1578 | 2024-11-13T19:08:20.545Z | Compiling pkg-config v0.3.31 |
1579 | 2024-11-13T19:08:21.039Z | Compiling cexpr v0.6.0 |
1580 | 2024-11-13T19:08:21.239Z | Compiling ring v0.17.8 |
1581 | 2024-11-13T19:08:21.317Z | Compiling const-oid v0.9.6 |
1582 | 2024-11-13T19:08:21.377Z | Compiling ryu v1.0.18 |
1583 | 2024-11-13T19:08:21.706Z | Compiling pin-project-lite v0.2.14 |
1584 | 2024-11-13T19:08:21.839Z | Compiling paste v1.0.15 |
1585 | 2024-11-13T19:08:22.246Z | Compiling equivalent v1.0.1 |
1586 | 2024-11-13T19:08:22.309Z | Compiling foldhash v0.1.3 |
1587 | 2024-11-13T19:08:22.359Z | Compiling smallvec v1.13.2 |
1588 | 2024-11-13T19:08:22.598Z | Compiling hashbrown v0.15.0 |
1589 | 2024-11-13T19:08:22.712Z | Compiling httparse v1.9.5 |
1590 | 2024-11-13T19:08:22.837Z | Compiling aws-lc-rs v1.10.0 |
1591 | 2024-11-13T19:08:23.353Z | Compiling schemars v0.8.21 |
1592 | 2024-11-13T19:08:23.678Z | Compiling regex v1.11.1 |
1593 | 2024-11-13T19:08:24.018Z | Compiling serde_derive_internals v0.29.1 |
1594 | 2024-11-13T19:08:24.201Z | Compiling signal-hook-registry v1.4.2 |
1595 | 2024-11-13T19:08:24.340Z | Compiling heck v0.5.0 |
1596 | 2024-11-13T19:08:24.699Z | Compiling parking_lot v0.12.3 |
1597 | 2024-11-13T19:08:24.778Z | Compiling mio v1.0.2 |
1598 | 2024-11-13T19:08:26.463Z | Compiling crossbeam-utils v0.8.20 |
1599 | 2024-11-13T19:08:26.598Z | Compiling socket2 v0.5.7 |
1600 | 2024-11-13T19:08:27.006Z | Compiling futures-core v0.3.31 |
1601 | 2024-11-13T19:08:27.265Z | Compiling time-core v0.1.2 |
1602 | 2024-11-13T19:08:27.308Z | Compiling serde_derive v1.0.215 |
1603 | 2024-11-13T19:08:27.445Z | Compiling zeroize_derive v1.4.2 |
1604 | 2024-11-13T19:08:27.501Z | Compiling zerocopy-derive v0.7.35 |
1605 | 2024-11-13T19:08:28.269Z | Compiling thiserror-impl v1.0.64 |
1606 | 2024-11-13T19:08:28.432Z | Compiling tokio-macros v2.4.0 |
1607 | 2024-11-13T19:08:28.599Z | Compiling futures-macro v0.3.31 |
1608 | 2024-11-13T19:08:28.870Z | Compiling zeroize v1.8.1 |
1609 | 2024-11-13T19:08:29.244Z | Compiling tracing-attributes v0.1.27 |
1610 | 2024-11-13T19:08:29.470Z | Compiling zerocopy v0.7.35 |
1611 | 2024-11-13T19:08:30.458Z | Compiling schemars_derive v0.8.21 |
1612 | 2024-11-13T19:08:30.574Z | Compiling crypto-common v0.1.6 |
1613 | 2024-11-13T19:08:30.761Z | Compiling block-buffer v0.10.4 |
1614 | 2024-11-13T19:08:31.011Z | Compiling digest v0.10.7 |
1615 | 2024-11-13T19:08:31.091Z | Compiling der_derive v0.7.3 |
1616 | 2024-11-13T19:08:31.181Z | Compiling fnv v1.0.7 |
1617 | 2024-11-13T19:08:31.199Z | Compiling num-conv v0.1.0 |
1618 | 2024-11-13T19:08:31.314Z | Compiling vcpkg v0.2.15 |
1619 | 2024-11-13T19:08:31.475Z | Compiling time-macros v0.2.18 |
1620 | 2024-11-13T19:08:32.924Z | Compiling openssl-sys v0.9.104 |
1621 | 2024-11-13T19:08:33.689Z | Compiling cpufeatures v0.2.14 |
1622 | 2024-11-13T19:08:33.762Z | Compiling futures-sink v0.3.31 |
1623 | 2024-11-13T19:08:33.847Z | Compiling ahash v0.8.11 |
1624 | 2024-11-13T19:08:34.063Z | Compiling slog v2.7.0 |
1625 | 2024-11-13T19:08:34.144Z | Compiling syn v1.0.109 |
1626 | 2024-11-13T19:08:34.509Z | Compiling futures-channel v0.3.31 |
1627 | 2024-11-13T19:08:34.592Z | Compiling hmac v0.12.1 |
1628 | 2024-11-13T19:08:34.595Z | Compiling scroll_derive v0.12.0 |
1629 | 2024-11-13T19:08:34.762Z | Compiling tinyvec_macros v0.1.1 |
1630 | 2024-11-13T19:08:34.850Z | Compiling futures-io v0.3.31 |
1631 | 2024-11-13T19:08:34.894Z | Compiling iana-time-zone v0.1.61 |
1632 | 2024-11-13T19:08:34.914Z | Compiling pin-utils v0.1.0 |
1633 | 2024-11-13T19:08:35.009Z | Compiling ucd-trie v0.1.7 |
1634 | 2024-11-13T19:08:35.107Z | Compiling futures-task v0.3.31 |
1635 | 2024-11-13T19:08:35.186Z | Compiling openssl v0.10.68 |
1636 | 2024-11-13T19:08:35.490Z | Compiling futures-util v0.3.31 |
1637 | 2024-11-13T19:08:35.568Z | Compiling pest v2.7.14 |
1638 | 2024-11-13T19:08:35.616Z | Compiling tinyvec v1.8.0 |
1639 | 2024-11-13T19:08:36.442Z | Compiling block-padding v0.3.3 |
1640 | 2024-11-13T19:08:37.434Z | Compiling unicode-normalization v0.1.24 |
1641 | 2024-11-13T19:08:38.491Z | Compiling pest_meta v2.7.14 |
1642 | 2024-11-13T19:08:38.618Z | Compiling inout v0.1.3 |
1643 | 2024-11-13T19:08:38.879Z | Compiling openssl-macros v0.1.1 |
1644 | 2024-11-13T19:08:38.897Z | Compiling native-tls v0.2.12 |
1645 | 2024-11-13T19:08:39.208Z | Compiling unicode-bidi v0.3.17 |
1646 | 2024-11-13T19:08:39.619Z | Compiling rustls v0.23.14 |
1647 | 2024-11-13T19:08:40.046Z | Compiling pest_generator v2.7.14 |
1648 | 2024-11-13T19:08:40.456Z | Compiling bitflags v2.6.0 |
1649 | 2024-11-13T19:08:40.841Z | Compiling bytes v1.7.2 |
1650 | 2024-11-13T19:08:41.789Z | Compiling indexmap v2.6.0 |
1651 | 2024-11-13T19:08:42.686Z | Compiling tokio v1.40.0 |
1652 | 2024-11-13T19:08:43.407Z | Compiling http v1.1.0 |
1653 | 2024-11-13T19:08:44.338Z | Compiling serde_tokenstream v0.2.2 |
1654 | 2024-11-13T19:08:44.502Z | Compiling rustc_version v0.4.1 |
1655 | 2024-11-13T19:08:44.905Z | Compiling which v4.4.2 |
1656 | 2024-11-13T19:08:45.125Z | Compiling uuid v1.10.0 |
1657 | 2024-11-13T19:08:45.920Z | Compiling chrono v0.4.38 |
1658 | 2024-11-13T19:08:47.137Z | Compiling serde_spanned v0.6.8 |
1659 | 2024-11-13T19:08:47.622Z | Compiling toml_datetime v0.6.8 |
1660 | 2024-11-13T19:08:48.270Z | Compiling cipher v0.4.4 |
1661 | 2024-11-13T19:08:49.674Z | Compiling sha2 v0.10.8 |
1662 | 2024-11-13T19:08:50.452Z | Compiling base64ct v1.6.0 |
1663 | 2024-11-13T19:08:50.811Z | Compiling pest_derive v2.7.14 |
1664 | 2024-11-13T19:08:51.011Z | Compiling pem-rfc7468 v0.7.0 |
1665 | 2024-11-13T19:08:51.631Z | Compiling ppv-lite86 v0.2.20 |
1666 | 2024-11-13T19:08:52.542Z | Compiling tracing-core v0.1.32 |
1667 | 2024-11-13T19:08:52.674Z | Compiling cookie v0.18.1 |
1668 | 2024-11-13T19:08:52.811Z | Compiling usdt-impl v0.5.0 |
1669 | 2024-11-13T19:08:52.948Z | Compiling dyn-clone v1.0.17 |
1670 | 2024-11-13T19:08:53.135Z | Compiling flagset v0.4.6 |
1671 | 2024-11-13T19:08:53.177Z | Compiling anyhow v1.0.93 |
1672 | 2024-11-13T19:08:53.706Z | Compiling der v0.7.9 |
1673 | 2024-11-13T19:08:54.129Z | Compiling tracing v0.1.40 |
1674 | 2024-11-13T19:08:54.987Z | Compiling rand_chacha v0.3.1 |
1675 | 2024-11-13T19:08:55.960Z | Compiling scroll v0.12.0 |
1676 | 2024-11-13T19:08:56.502Z | Compiling async-trait v0.1.83 |
1677 | 2024-11-13T19:08:56.917Z | Compiling plain v0.2.3 |
1678 | 2024-11-13T19:08:57.097Z | Compiling percent-encoding v2.3.1 |
1679 | 2024-11-13T19:08:57.377Z | Compiling rayon-core v1.12.1 |
1680 | 2024-11-13T19:08:57.444Z | Compiling rustls-pki-types v1.9.0 |
1681 | 2024-11-13T19:08:57.640Z | Compiling camino v1.1.9 |
1682 | 2024-11-13T19:08:58.164Z | Compiling goblin v0.8.2 |
1683 | 2024-11-13T19:08:58.477Z | Compiling spki v0.7.3 |
1684 | 2024-11-13T19:08:58.768Z | Compiling rand v0.8.5 |
1685 | 2024-11-13T19:08:58.852Z | Compiling tokio-util v0.7.12 |
1686 | 2024-11-13T19:08:58.932Z | Compiling aws-lc-sys v0.22.0 |
1687 | 2024-11-13T19:08:59.110Z | Compiling salsa20 v0.10.2 |
1688 | 2024-11-13T19:08:59.342Z | Compiling pbkdf2 v0.12.2 |
1689 | 2024-11-13T19:09:00.977Z | Compiling powerfmt v0.2.0 |
1690 | 2024-11-13T19:09:01.025Z | Compiling mirai-annotations v1.12.0 |
1691 | 2024-11-13T19:09:01.025Z | Compiling winnow v0.5.40 |
1692 | 2024-11-13T19:09:01.025Z | Compiling untrusted v0.7.1 |
1693 | 2024-11-13T19:09:01.025Z | Compiling untrusted v0.9.0 |
1694 | 2024-11-13T19:09:01.026Z | Compiling rustls v0.22.4 |
1695 | 2024-11-13T19:09:01.480Z | Compiling pretty-hex v0.4.1 |
1696 | 2024-11-13T19:09:07.264Z | Compiling toml_edit v0.19.15 |
1697 | 2024-11-13T19:09:07.308Z | Compiling dof v0.3.0 |
1698 | 2024-11-13T19:09:07.308Z | Compiling deranged v0.3.11 |
1699 | 2024-11-13T19:09:08.430Z | Compiling scrypt v0.11.0 |
1700 | 2024-11-13T19:09:08.755Z | Compiling dtrace-parser v0.2.0 |
1701 | 2024-11-13T19:09:08.913Z | Compiling cbc v0.1.2 |
1702 | 2024-11-13T19:09:09.126Z | Compiling aes v0.8.4 |
1703 | 2024-11-13T19:09:09.341Z | Compiling thread-id v4.2.2 |
1704 | 2024-11-13T19:09:09.459Z | Compiling num_threads v0.1.7 |
1705 | 2024-11-13T19:09:09.780Z | Compiling atomic-waker v1.1.2 |
1706 | 2024-11-13T19:09:09.959Z | Compiling rustversion v1.0.17 |
1707 | 2024-11-13T19:09:10.196Z | Compiling pkcs5 v0.7.1 |
1708 | 2024-11-13T19:09:10.642Z | Compiling time v0.3.36 |
1709 | 2024-11-13T19:09:11.563Z | Compiling form_urlencoded v1.2.1 |
1710 | 2024-11-13T19:09:11.856Z | Compiling heapless v0.7.17 |
1711 | 2024-11-13T19:09:12.265Z | Compiling http-body v1.0.1 |
1712 | 2024-11-13T19:09:12.599Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1713 | 2024-11-13T19:09:12.651Z | Compiling multer v3.1.0 |
1714 | 2024-11-13T19:09:13.189Z | Compiling try-lock v0.2.5 |
1715 | 2024-11-13T19:09:13.366Z | Compiling slog-async v2.8.0 |
1716 | 2024-11-13T19:09:13.587Z | Compiling signal-hook v0.3.17 |
1717 | 2024-11-13T19:09:13.863Z | Compiling want v0.3.1 |
1718 | 2024-11-13T19:09:14.138Z | Compiling pkcs8 v0.10.2 |
1719 | 2024-11-13T19:09:15.276Z | Compiling h2 v0.4.6 |
1720 | 2024-11-13T19:09:15.941Z | Compiling adler2 v2.0.0 |
1721 | 2024-11-13T19:09:16.261Z | Compiling httpdate v1.0.3 |
1722 | 2024-11-13T19:09:16.307Z | Compiling strsim v0.11.1 |
1723 | 2024-11-13T19:09:17.045Z | Compiling miniz_oxide v0.8.0 |
1724 | 2024-11-13T19:09:20.542Z | Compiling usdt-macro v0.5.0 |
1725 | 2024-11-13T19:09:21.664Z | Compiling usdt-attr-macro v0.5.0 |
1726 | 2024-11-13T19:09:21.888Z | Compiling curve25519-dalek v4.1.3 |
1727 | 2024-11-13T19:09:22.278Z | Compiling hyper v1.4.1 |
1728 | 2024-11-13T19:09:23.143Z | Compiling openapiv3 v2.0.0 |
1729 | 2024-11-13T19:09:24.154Z | Compiling idna v0.5.0 |
1730 | 2024-11-13T19:09:24.965Z | Compiling async-stream-impl v0.3.6 |
1731 | 2024-11-13T19:09:25.624Z | Compiling enum-as-inner v0.6.1 |
1732 | 2024-11-13T19:09:26.245Z | Compiling dropshot v0.12.0 |
1733 | 2024-11-13T19:09:26.475Z | Compiling base64 v0.22.1 |
1734 | 2024-11-13T19:09:26.518Z | Compiling portable-atomic v1.9.0 |
1735 | 2024-11-13T19:09:26.588Z | Compiling tower-service v0.3.3 |
1736 | 2024-11-13T19:09:26.674Z | Compiling match_cfg v0.1.0 |
1737 | 2024-11-13T19:09:26.711Z | Compiling foreign-types-shared v0.1.1 |
1738 | 2024-11-13T19:09:26.770Z | Compiling smoltcp v0.9.1 |
1739 | 2024-11-13T19:09:26.822Z | Compiling num-bigint-dig v0.8.4 |
1740 | 2024-11-13T19:09:27.368Z | Compiling foreign-types v0.3.2 |
1741 | 2024-11-13T19:09:27.402Z | Compiling hostname v0.3.1 |
1742 | 2024-11-13T19:09:27.417Z | Compiling hyper-util v0.1.10 |
1743 | 2024-11-13T19:09:27.592Z | Compiling url v2.5.2 |
1744 | 2024-11-13T19:09:30.845Z | Compiling dirs-sys-next v0.1.2 |
1745 | 2024-11-13T19:09:31.025Z | Compiling heck v0.4.1 |
1746 | 2024-11-13T19:09:31.337Z | Compiling gimli v0.31.1 |
1747 | 2024-11-13T19:09:31.454Z | Compiling data-encoding v2.6.0 |
1748 | 2024-11-13T19:09:34.514Z | Compiling siphasher v0.3.11 |
1749 | 2024-11-13T19:09:35.556Z | Compiling dirs-next v2.0.0 |
1750 | 2024-11-13T19:09:36.846Z | Compiling addr2line v0.24.2 |
1751 | 2024-11-13T19:09:40.371Z | Compiling http-body-util v0.1.2 |
1752 | 2024-11-13T19:09:40.614Z | Compiling crossbeam-epoch v0.9.18 |
1753 | 2024-11-13T19:09:40.661Z | Compiling hubpack_derive v0.1.1 |
1754 | 2024-11-13T19:09:40.905Z | Compiling dropshot_endpoint v0.12.0 |
1755 | 2024-11-13T19:09:41.400Z | Compiling sha1 v0.10.6 |
1756 | 2024-11-13T19:09:41.494Z | Compiling signature v2.2.0 |
1757 | 2024-11-13T19:09:41.711Z | Compiling curve25519-dalek-derive v0.1.1 |
1758 | 2024-11-13T19:09:41.779Z | Compiling zerocopy-derive v0.6.6 |
1759 | 2024-11-13T19:09:43.027Z | Compiling object v0.36.5 |
1760 | 2024-11-13T19:09:43.656Z | Compiling thread_local v1.1.8 |
1761 | 2024-11-13T19:09:44.126Z | Compiling fs-err v2.11.0 |
1762 | 2024-11-13T19:09:44.413Z | Compiling encoding_rs v0.8.34 |
1763 | 2024-11-13T19:09:44.961Z | Compiling mime v0.3.17 |
1764 | 2024-11-13T19:09:45.467Z | Compiling unicode-properties v0.1.3 |
1765 | 2024-11-13T19:09:45.892Z | Compiling winnow v0.6.20 |
1766 | 2024-11-13T19:09:46.843Z | Compiling anstyle v1.0.10 |
1767 | 2024-11-13T19:09:47.288Z | Compiling rustc-demangle v0.1.24 |
1768 | 2024-11-13T19:09:49.578Z | Compiling utf8parse v0.2.2 |
1769 | 2024-11-13T19:09:49.694Z | Compiling openssl-probe v0.1.5 |
1770 | 2024-11-13T19:09:49.996Z | Compiling stable_deref_trait v1.2.0 |
1771 | 2024-11-13T19:09:50.107Z | Compiling ipnet v2.10.1 |
1772 | 2024-11-13T19:09:51.202Z | Compiling backtrace v0.3.74 |
1773 | 2024-11-13T19:09:56.137Z | Compiling anstyle-parse v0.2.5 |
1774 | 2024-11-13T19:09:56.471Z | Compiling toml_edit v0.22.22 |
1775 | 2024-11-13T19:09:57.252Z | Compiling stringprep v0.1.5 |
1776 | 2024-11-13T19:10:02.180Z | Compiling crossbeam-deque v0.8.5 |
1777 | 2024-11-13T19:10:02.509Z | Compiling term v0.7.0 |
1778 | 2024-11-13T19:10:03.738Z | Compiling slog-json v2.6.1 |
1779 | 2024-11-13T19:10:04.539Z | Compiling serde_urlencoded v0.7.1 |
1780 | 2024-11-13T19:10:04.554Z | Compiling crossbeam-channel v0.5.13 |
1781 | 2024-11-13T19:10:05.080Z | Compiling rustls-pemfile v2.2.0 |
1782 | 2024-11-13T19:10:05.407Z | Compiling hashbrown v0.14.5 |
1783 | 2024-11-13T19:10:05.913Z | Compiling futures-executor v0.3.31 |
1784 | 2024-11-13T19:10:05.915Z | Compiling idna v0.4.0 |
1785 | 2024-11-13T19:10:06.376Z | Compiling idna v0.3.0 |
1786 | 2024-11-13T19:10:06.785Z | Compiling num-integer v0.1.46 |
1787 | 2024-11-13T19:10:07.359Z | Compiling md-5 v0.10.6 |
1788 | 2024-11-13T19:10:07.550Z | Compiling ff v0.13.0 |
1789 | 2024-11-13T19:10:07.600Z | Compiling hash32 v0.2.1 |
1790 | 2024-11-13T19:10:07.784Z | Compiling is-terminal v0.4.13 |
1791 | 2024-11-13T19:10:07.832Z | Compiling memmap v0.7.0 |
1792 | 2024-11-13T19:10:08.159Z | Compiling fallible-iterator v0.2.0 |
1793 | 2024-11-13T19:10:08.846Z | Compiling anstyle-query v1.1.1 |
1794 | 2024-11-13T19:10:09.012Z | Compiling linked-hash-map v0.5.6 |
1795 | 2024-11-13T19:10:09.410Z | Compiling utf-8 v0.7.6 |
1796 | 2024-11-13T19:10:09.708Z | Compiling colorchoice v1.0.2 |
1797 | 2024-11-13T19:10:12.969Z | Compiling rustls-webpki v0.102.8 |
1798 | 2024-11-13T19:10:16.255Z | Compiling is_terminal_polyfill v1.70.1 |
1799 | 2024-11-13T19:10:16.388Z | Compiling quick-error v1.2.3 |
1800 | 2024-11-13T19:10:16.545Z | Compiling base16ct v0.2.0 |
1801 | 2024-11-13T19:10:17.714Z | Compiling psl-types v2.0.11 |
1802 | 2024-11-13T19:10:17.971Z | Compiling take_mut v0.2.2 |
1803 | 2024-11-13T19:10:18.843Z | Compiling tokio-rustls v0.25.0 |
1804 | 2024-11-13T19:10:19.146Z | Compiling publicsuffix v2.2.3 |
1805 | 2024-11-13T19:10:19.405Z | Compiling sec1 v0.7.3 |
1806 | 2024-11-13T19:10:19.476Z | Compiling resolv-conf v0.7.0 |
1807 | 2024-11-13T19:10:19.973Z | Compiling anstream v0.6.15 |
1808 | 2024-11-13T19:10:20.648Z | Compiling tungstenite v0.24.0 |
1809 | 2024-11-13T19:10:21.384Z | Compiling lru-cache v0.1.2 |
1810 | 2024-11-13T19:10:21.759Z | Compiling postgres-protocol v0.6.7 |
1811 | 2024-11-13T19:10:22.140Z | Compiling tokio-rustls v0.26.0 |
1812 | 2024-11-13T19:10:22.602Z | Compiling usdt v0.5.0 |
1813 | 2024-11-13T19:10:22.676Z | Compiling slog-term v2.9.1 |
1814 | 2024-11-13T19:10:22.771Z | Compiling group v0.13.0 |
1815 | 2024-11-13T19:10:23.083Z | Compiling num-iter v0.1.45 |
1816 | 2024-11-13T19:10:23.265Z | Compiling hickory-proto v0.24.1 |
1817 | 2024-11-13T19:10:23.292Z | Compiling regress v0.10.1 |
1818 | 2024-11-13T19:10:23.754Z | Compiling futures v0.3.31 |
1819 | 2024-11-13T19:10:27.418Z | Compiling slog-bunyan v2.5.0 |
1820 | 2024-11-13T19:10:27.629Z | Compiling toml v0.8.19 |
1821 | 2024-11-13T19:10:28.057Z | Compiling tokio-native-tls v0.3.1 |
1822 | 2024-11-13T19:10:28.346Z | Compiling phf_shared v0.11.2 |
1823 | 2024-11-13T19:10:28.484Z | Compiling strum_macros v0.25.3 |
1824 | 2024-11-13T19:10:28.914Z | Compiling async-stream v0.3.6 |
1825 | 2024-11-13T19:10:29.264Z | Compiling waitgroup v0.1.2 |
1826 | 2024-11-13T19:10:29.807Z | Compiling webpki-roots v0.26.6 |
1827 | 2024-11-13T19:10:30.269Z | Compiling terminal_size v0.4.0 |
1828 | 2024-11-13T19:10:30.558Z | Compiling serde_path_to_error v0.1.16 |
1829 | 2024-11-13T19:10:31.226Z | Compiling hkdf v0.12.4 |
1830 | 2024-11-13T19:10:31.465Z | Compiling crypto-bigint v0.5.5 |
1831 | 2024-11-13T19:10:31.563Z | Compiling serde_repr v0.1.19 |
1832 | 2024-11-13T19:10:32.122Z | Compiling derive-where v1.2.7 |
1833 | 2024-11-13T19:10:32.473Z | Compiling clap_derive v4.5.18 |
1834 | 2024-11-13T19:10:32.657Z | Compiling hostname v0.4.0 |
1835 | 2024-11-13T19:10:32.889Z | Compiling crc32fast v1.4.2 |
1836 | 2024-11-13T19:10:33.204Z | Compiling managed v0.8.0 |
1837 | 2024-11-13T19:10:33.651Z | Compiling bitflags v1.3.2 |
1838 | 2024-11-13T19:10:33.858Z | Compiling debug-ignore v1.0.5 |
1839 | 2024-11-13T19:10:34.012Z | Compiling unicode-width v0.1.14 |
1840 | 2024-11-13T19:10:34.103Z | Compiling clap_lex v0.7.2 |
1841 | 2024-11-13T19:10:34.366Z | Compiling clap_builder v4.5.20 |
1842 | 2024-11-13T19:10:34.535Z | Compiling console v0.15.8 |
1843 | 2024-11-13T19:10:34.553Z | Compiling elliptic-curve v0.13.8 |
1844 | 2024-11-13T19:10:35.627Z | Compiling flate2 v1.0.34 |
1845 | 2024-11-13T19:10:36.576Z | Compiling hyper-rustls v0.27.3 |
1846 | 2024-11-13T19:10:37.200Z | Compiling hickory-resolver v0.24.1 |
1847 | 2024-11-13T19:10:38.525Z | Compiling phf v0.11.2 |
1848 | 2024-11-13T19:10:38.670Z | Compiling hyper-tls v0.6.0 |
1849 | 2024-11-13T19:10:38.833Z | Compiling signal-hook-mio v0.2.4 |
1850 | 2024-11-13T19:10:39.000Z | Compiling typify-impl v0.2.0 |
1851 | 2024-11-13T19:10:39.048Z | Compiling rayon v1.10.0 |
1852 | 2024-11-13T19:10:39.287Z | Compiling bzip2 v0.4.4 |
1853 | 2024-11-13T19:10:39.675Z | Compiling cookie_store v0.21.0 |
1854 | 2024-11-13T19:10:40.319Z | Compiling postgres-types v0.2.8 |
1855 | 2024-11-13T19:10:41.076Z | Compiling tokio-tungstenite v0.24.0 |
1856 | 2024-11-13T19:10:41.735Z | Compiling zerocopy v0.6.6 |
1857 | 2024-11-13T19:10:41.795Z | Compiling ed25519 v2.2.3 |
1858 | 2024-11-13T19:10:41.953Z | Compiling hubpack v0.1.2 |
1859 | 2024-11-13T19:10:42.249Z | Compiling phf_shared v0.10.0 |
1860 | 2024-11-13T19:10:42.531Z | Compiling pkcs1 v0.7.5 |
1861 | 2024-11-13T19:10:42.638Z | Compiling tokio-stream v0.1.16 |
1862 | 2024-11-13T19:10:42.882Z | Compiling serde-big-array v0.5.1 |
1863 | 2024-11-13T19:10:43.238Z | Compiling rfc6979 v0.4.0 |
1864 | 2024-11-13T19:10:43.431Z | Compiling float-cmp v0.9.0 |
1865 | 2024-11-13T19:10:43.469Z | Compiling sync_wrapper v1.0.1 |
1866 | 2024-11-13T19:10:43.499Z | Compiling bstr v1.10.0 |
1867 | 2024-11-13T19:10:43.616Z | Compiling normalize-line-endings v0.3.0 |
1868 | 2024-11-13T19:10:43.742Z | Compiling fixedbitset v0.4.2 |
1869 | 2024-11-13T19:10:43.760Z | Compiling predicates-core v1.0.8 |
1870 | 2024-11-13T19:10:43.760Z | Compiling whoami v1.5.2 |
1871 | 2024-11-13T19:10:44.067Z | Compiling precomputed-hash v0.1.1 |
1872 | 2024-11-13T19:10:44.137Z | Compiling difflib v0.4.0 |
1873 | 2024-11-13T19:10:44.183Z | Compiling bit-vec v0.6.3 |
1874 | 2024-11-13T19:10:44.607Z | Compiling static_assertions v1.1.0 |
1875 | 2024-11-13T19:10:44.720Z | Compiling number_prefix v0.4.0 |
1876 | 2024-11-13T19:10:44.835Z | Compiling unicode-segmentation v1.12.0 |
1877 | 2024-11-13T19:10:44.981Z | Compiling new_debug_unreachable v1.0.6 |
1878 | 2024-11-13T19:10:45.062Z | Compiling string_cache v0.8.7 |
1879 | 2024-11-13T19:10:45.081Z | Compiling indicatif v0.17.8 |
1880 | 2024-11-13T19:10:45.477Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1881 | 2024-11-13T19:10:45.694Z | Compiling similar v2.6.0 |
1882 | 2024-11-13T19:10:46.934Z | Compiling predicates v3.1.2 |
1883 | 2024-11-13T19:10:47.713Z | Compiling bit-set v0.5.3 |
1884 | 2024-11-13T19:10:48.013Z | Compiling tokio-postgres v0.7.12 |
1885 | 2024-11-13T19:10:48.030Z | Compiling petgraph v0.6.5 |
1886 | 2024-11-13T19:10:48.691Z | Compiling reqwest v0.12.9 |
1887 | 2024-11-13T19:10:49.458Z | Compiling qorb v0.2.0 |
1888 | 2024-11-13T19:10:51.924Z | Compiling typify-macro v0.2.0 |
1889 | 2024-11-13T19:10:53.372Z | Compiling ecdsa v0.16.9 |
1890 | 2024-11-13T19:10:53.597Z | Compiling rsa v0.9.6 |
1891 | 2024-11-13T19:10:55.078Z | Compiling ed25519-dalek v2.1.1 |
1892 | 2024-11-13T19:10:55.673Z | Compiling zip v0.6.6 |
1893 | 2024-11-13T19:10:55.690Z | Compiling crossterm v0.28.1 |
1894 | 2024-11-13T19:10:55.771Z | Compiling clap v4.5.20 |
1895 | 2024-11-13T19:10:56.953Z | Compiling toml v0.7.8 |
1896 | 2024-11-13T19:10:57.663Z | Compiling x509-cert v0.2.5 |
1897 | 2024-11-13T19:10:58.967Z | Compiling hex v0.4.3 |
1898 | 2024-11-13T19:10:59.282Z | Compiling itertools v0.10.5 |
1899 | 2024-11-13T19:11:00.387Z | Compiling peg-runtime v0.8.3 |
1900 | 2024-11-13T19:11:01.410Z | Compiling lalrpop-util v0.19.12 |
1901 | 2024-11-13T19:11:01.777Z | Compiling unicode-xid v0.2.6 |
1902 | 2024-11-13T19:11:02.194Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1903 | 2024-11-13T19:11:04.636Z | Compiling proc-macro-crate v1.3.1 |
1904 | 2024-11-13T19:11:05.492Z | Compiling ipnetwork v0.20.0 |
1905 | 2024-11-13T19:11:08.237Z | Compiling heapless v0.8.0 |
1906 | 2024-11-13T19:11:09.037Z | Compiling num_enum_derive v0.5.11 |
1907 | 2024-11-13T19:11:18.803Z | Compiling hash32 v0.3.1 |
1908 | 2024-11-13T19:11:19.633Z | Compiling ident_case v1.0.1 |
1909 | 2024-11-13T19:11:19.674Z | Compiling smoltcp v0.11.0 |
1910 | 2024-11-13T19:11:19.808Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1911 | 2024-11-13T19:11:27.098Z | Compiling darling_core v0.20.10 |
1912 | 2024-11-13T19:11:39.164Z | Compiling num_enum v0.5.11 |
1913 | 2024-11-13T19:11:39.448Z | Compiling typify v0.2.0 |
1914 | 2024-11-13T19:11:41.207Z | Compiling proc-macro-error-attr v1.0.4 |
1915 | 2024-11-13T19:11:41.225Z | Compiling cobs v0.2.3 |
1916 | 2024-11-13T19:11:42.232Z | Compiling unsafe-libyaml v0.2.11 |
1917 | 2024-11-13T19:11:42.511Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1918 | 2024-11-13T19:11:43.571Z | Compiling serde_yaml v0.9.34+deprecated |
1919 | 2024-11-13T19:11:46.109Z | Compiling postcard v1.0.10 |
1920 | 2024-11-13T19:11:52.796Z | Compiling progenitor-impl v0.8.0 |
1921 | 2024-11-13T19:11:58.567Z | Compiling darling_macro v0.20.10 |
1922 | 2024-11-13T19:12:08.592Z | Compiling strum_macros v0.26.4 |
1923 | 2024-11-13T19:12:09.357Z | Compiling foreign-types-macros v0.2.3 |
1924 | 2024-11-13T19:12:09.375Z | Compiling structmeta-derive v0.3.0 |
1925 | 2024-11-13T19:12:10.127Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1926 | 2024-11-13T19:12:10.442Z | Compiling proc-macro-error v1.0.4 |
1927 | 2024-11-13T19:12:11.651Z | Compiling newtype-uuid v1.1.3 |
1928 | 2024-11-13T19:12:11.911Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1929 | 2024-11-13T19:12:11.967Z | Compiling foreign-types-shared v0.3.1 |
1930 | 2024-11-13T19:12:12.082Z | Compiling foreign-types v0.5.0 |
1931 | 2024-11-13T19:12:12.100Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1932 | 2024-11-13T19:12:12.372Z | Compiling structmeta v0.3.0 |
1933 | 2024-11-13T19:12:13.094Z | Compiling strum v0.26.3 |
1934 | 2024-11-13T19:12:22.226Z | Compiling progenitor-macro v0.8.0 |
1935 | 2024-11-13T19:12:23.272Z | Compiling darling v0.20.10 |
1936 | 2024-11-13T19:12:25.196Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1937 | 2024-11-13T19:12:25.514Z | Compiling progenitor-client v0.8.0 |
1938 | 2024-11-13T19:12:27.077Z | Compiling tabwriter v1.4.0 |
1939 | 2024-11-13T19:12:29.065Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1940 | 2024-11-13T19:12:29.150Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1941 | 2024-11-13T19:12:29.878Z | Compiling cstr-argument v0.1.2 |
1942 | 2024-11-13T19:12:29.989Z | Compiling crucible-workspace-hack v0.1.0 |
1943 | 2024-11-13T19:12:30.284Z | Compiling fastrand v2.1.1 |
1944 | 2024-11-13T19:12:30.359Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1945 | 2024-11-13T19:12:31.008Z | Compiling pretty-hex v0.2.1 |
1946 | 2024-11-13T19:12:31.229Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1947 | 2024-11-13T19:12:31.247Z | Compiling tempfile v3.13.0 |
1948 | 2024-11-13T19:12:31.517Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1949 | 2024-11-13T19:12:31.866Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1950 | 2024-11-13T19:12:32.282Z | Compiling serde_with_macros v3.11.0 |
1951 | 2024-11-13T19:12:32.786Z | Compiling parse-display-derive v0.10.0 |
1952 | 2024-11-13T19:12:32.789Z | Compiling colored v2.1.0 |
1953 | 2024-11-13T19:12:32.985Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1954 | 2024-11-13T19:12:33.736Z | Compiling instant v0.1.13 |
1955 | 2024-11-13T19:12:33.928Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1956 | 2024-11-13T19:12:34.056Z | Compiling backoff v0.4.0 |
1957 | 2024-11-13T19:12:34.333Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1958 | 2024-11-13T19:12:34.445Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1959 | 2024-11-13T19:12:34.930Z | Compiling serde_with v3.11.0 |
1960 | 2024-11-13T19:12:35.296Z | Compiling progenitor v0.8.0 |
1961 | 2024-11-13T19:12:35.551Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
1962 | 2024-11-13T19:12:36.692Z | Compiling parse-display v0.10.0 |
1963 | 2024-11-13T19:12:37.326Z | Compiling zone_cfg_derive v0.3.0 |
1964 | 2024-11-13T19:12:38.624Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1965 | 2024-11-13T19:12:38.685Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1966 | 2024-11-13T19:12:39.056Z | Compiling camino-tempfile v1.1.1 |
1967 | 2024-11-13T19:12:39.295Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1968 | 2024-11-13T19:12:39.370Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1969 | 2024-11-13T19:12:39.387Z | Compiling regress v0.9.1 |
1970 | 2024-11-13T19:12:39.560Z | Compiling macaddr v1.0.1 |
1971 | 2024-11-13T19:12:39.815Z | Compiling num-derive v0.4.2 |
1972 | 2024-11-13T19:12:39.834Z | Compiling sigpipe v0.1.3 |
1973 | 2024-11-13T19:12:39.977Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1974 | 2024-11-13T19:12:40.206Z | Compiling libefi-sys v0.1.0 |
1975 | 2024-11-13T19:12:40.286Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1976 | 2024-11-13T19:12:40.549Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1977 | 2024-11-13T19:12:41.153Z | Compiling zone v0.3.0 |
1978 | 2024-11-13T19:12:42.016Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1979 | 2024-11-13T19:12:43.601Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1980 | 2024-11-13T19:12:43.614Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1981 | 2024-11-13T19:12:44.466Z | Compiling smf v0.2.3 |
1982 | 2024-11-13T19:12:44.511Z | Compiling bitfield-struct v0.6.2 |
1983 | 2024-11-13T19:12:45.879Z | Compiling blake3 v1.5.4 |
1984 | 2024-11-13T19:12:46.477Z | Compiling ring v0.16.20 |
1985 | 2024-11-13T19:12:47.086Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1986 | 2024-11-13T19:12:47.809Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1987 | 2024-11-13T19:12:48.281Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1988 | 2024-11-13T19:12:48.550Z | Compiling xattr v1.3.1 |
1989 | 2024-11-13T19:12:48.553Z | Compiling filetime v0.2.25 |
1990 | 2024-11-13T19:12:48.873Z | Compiling memmap2 v0.9.5 |
1991 | 2024-11-13T19:12:48.901Z | Compiling arrayvec v0.7.6 |
1992 | 2024-11-13T19:12:49.380Z | Compiling same-file v1.0.6 |
1993 | 2024-11-13T19:12:49.442Z | Compiling spin v0.5.2 |
1994 | 2024-11-13T19:12:49.479Z | Compiling arrayref v0.3.9 |
1995 | 2024-11-13T19:12:49.600Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1996 | 2024-11-13T19:12:49.665Z | Compiling constant_time_eq v0.3.1 |
1997 | 2024-11-13T19:12:49.700Z | Compiling walkdir v2.5.0 |
1998 | 2024-11-13T19:12:49.740Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1999 | 2024-11-13T19:12:51.258Z | Compiling tar v0.4.43 |
2000 | 2024-11-13T19:12:51.378Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2001 | 2024-11-13T19:12:51.809Z | Compiling gethostname v0.5.0 |
2002 | 2024-11-13T19:12:52.025Z | Compiling cargo-platform v0.1.8 |
2003 | 2024-11-13T19:12:52.465Z | Compiling topological-sort v0.2.2 |
2004 | 2024-11-13T19:12:52.611Z | Compiling cargo_metadata v0.18.1 |
2005 | 2024-11-13T19:12:55.716Z | Compiling omicron-zone-package v0.11.1 |
2006 | 2024-11-13T19:12:59.972Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2007 | 2024-11-13T19:13:02.330Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2008 | 2024-11-13T19:13:06.632Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2009 | 2024-11-13T19:13:22.328Z | Finished `release` profile [optimized] target(s) in 5m 11s |
2010 | 2024-11-13T19:13:22.481Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2011 | 2024-11-13T19:13:22.528Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2012 | 2024-11-13T19:13:22.531Z | Created new build target 'test' and set it as active |
2013 | 2024-11-13T19:13:22.531Z | |
2014 | 2024-11-13T19:13:22.531Z | real 5:11.631181818 |
2015 | 2024-11-13T19:13:22.531Z | user 35:09.112546309 |
2016 | 2024-11-13T19:13:22.531Z | sys 4:35.916814781 |
2017 | 2024-11-13T19:13:22.531Z | trap 1.044049610 |
2018 | 2024-11-13T19:13:22.531Z | tflt 2.711501631 |
2019 | 2024-11-13T19:13:22.531Z | dflt 0.807153212 |
2020 | 2024-11-13T19:13:22.531Z | kflt 0.008672880 |
2021 | 2024-11-13T19:13:22.531Z | lock 1:13:39.316739244 |
2022 | 2024-11-13T19:13:22.532Z | slp 2:26:40.667024346 |
2023 | 2024-11-13T19:13:22.532Z | lat 2:22.877876707 |
2024 | 2024-11-13T19:13:22.532Z | stop 4:00.394930624 |
2025 | 2024-11-13T19:13:22.532Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2026 | 2024-11-13T19:13:23.470Z | Finished `release` profile [optimized] target(s) in 0.88s |
2027 | 2024-11-13T19:13:23.525Z | Running `target/release/omicron-package -t test package` |
2028 | 2024-11-13T19:13:23.571Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2029 | 2024-11-13T19:13:24.689Z | Compiling convert_case v0.4.0 |
2030 | 2024-11-13T19:13:24.700Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2031 | 2024-11-13T19:13:24.700Z | Compiling itertools v0.13.0 |
2032 | 2024-11-13T19:13:24.700Z | Compiling password-hash v0.5.0 |
2033 | 2024-11-13T19:13:24.700Z | Compiling blake2 v0.10.6 |
2034 | 2024-11-13T19:13:24.700Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2035 | 2024-11-13T19:13:24.819Z | Compiling newline-converter v0.3.0 |
2036 | 2024-11-13T19:13:24.835Z | Compiling owo-colors v4.1.0 |
2037 | 2024-11-13T19:13:25.030Z | Compiling cancel-safe-futures v0.1.5 |
2038 | 2024-11-13T19:13:25.060Z | Compiling expectorate v1.1.0 |
2039 | 2024-11-13T19:13:25.257Z | Compiling libsw v3.3.1 |
2040 | 2024-11-13T19:13:25.512Z | Compiling derive_more v0.99.18 |
2041 | 2024-11-13T19:13:25.571Z | Compiling argon2 v0.5.3 |
2042 | 2024-11-13T19:13:26.016Z | Compiling linear-map v1.2.0 |
2043 | 2024-11-13T19:13:26.098Z | Compiling swrite v0.1.0 |
2044 | 2024-11-13T19:13:26.233Z | Compiling indent_write v2.2.0 |
2045 | 2024-11-13T19:13:26.394Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2046 | 2024-11-13T19:13:26.425Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2047 | 2024-11-13T19:13:26.466Z | Compiling progenitor-client v0.8.0 |
2048 | 2024-11-13T19:13:26.911Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2049 | 2024-11-13T19:13:26.965Z | Compiling base64 v0.21.7 |
2050 | 2024-11-13T19:13:27.088Z | Compiling progenitor v0.8.0 |
2051 | 2024-11-13T19:13:27.319Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2052 | 2024-11-13T19:13:27.946Z | Compiling atomicwrites v0.4.4 |
2053 | 2024-11-13T19:13:27.970Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2054 | 2024-11-13T19:13:28.074Z | Compiling num-rational v0.4.2 |
2055 | 2024-11-13T19:13:28.428Z | Compiling num-complex v0.4.6 |
2056 | 2024-11-13T19:13:28.462Z | Compiling float-ord v0.3.2 |
2057 | 2024-11-13T19:13:28.648Z | Compiling semver v0.1.20 |
2058 | 2024-11-13T19:13:29.231Z | Compiling rustc_version v0.1.7 |
2059 | 2024-11-13T19:13:29.647Z | Compiling num v0.4.3 |
2060 | 2024-11-13T19:13:29.770Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2061 | 2024-11-13T19:13:29.790Z | Compiling newtype_derive v0.1.6 |
2062 | 2024-11-13T19:13:30.167Z | Compiling highway v1.2.0 |
2063 | 2024-11-13T19:13:30.575Z | Compiling humantime v2.1.0 |
2064 | 2024-11-13T19:13:31.562Z | Compiling steno v0.4.1 |
2065 | 2024-11-13T19:13:31.954Z | Compiling newtype-uuid v1.1.3 |
2066 | 2024-11-13T19:13:32.093Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2067 | 2024-11-13T19:13:32.311Z | Compiling tungstenite v0.21.0 |
2068 | 2024-11-13T19:13:34.834Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2069 | 2024-11-13T19:13:35.422Z | Compiling ipnetwork v0.20.0 |
2070 | 2024-11-13T19:13:35.739Z | Compiling instant v0.1.13 |
2071 | 2024-11-13T19:13:35.913Z | Compiling slog-dtrace v0.3.0 |
2072 | 2024-11-13T19:13:36.258Z | Compiling backoff v0.4.0 |
2073 | 2024-11-13T19:13:36.299Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2074 | 2024-11-13T19:13:36.618Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2075 | 2024-11-13T19:13:37.003Z | Compiling tokio-tungstenite v0.21.0 |
2076 | 2024-11-13T19:13:37.529Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2077 | 2024-11-13T19:13:37.626Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2078 | 2024-11-13T19:13:37.891Z | Compiling parse-display v0.10.0 |
2079 | 2024-11-13T19:13:38.474Z | Compiling serde_with v3.11.0 |
2080 | 2024-11-13T19:13:42.002Z | Compiling strum v0.26.3 |
2081 | 2024-11-13T19:13:42.209Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2082 | 2024-11-13T19:13:42.399Z | Compiling regress v0.9.1 |
2083 | 2024-11-13T19:13:42.722Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2084 | 2024-11-13T19:13:45.101Z | Compiling macaddr v1.0.1 |
2085 | 2024-11-13T19:13:45.973Z | Compiling prettyplease v0.2.25 |
2086 | 2024-11-13T19:13:46.070Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2087 | 2024-11-13T19:13:47.069Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2088 | 2024-11-13T19:13:47.318Z | Compiling arc-swap v1.7.1 |
2089 | 2024-11-13T19:13:48.013Z | Compiling display-error-chain v0.2.2 |
2090 | 2024-11-13T19:13:48.248Z | Compiling slog-scope v4.4.0 |
2091 | 2024-11-13T19:13:49.080Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2092 | 2024-11-13T19:13:50.098Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2093 | 2024-11-13T19:13:51.183Z | Compiling half v2.4.1 |
2094 | 2024-11-13T19:13:51.893Z | Compiling ciborium-io v0.2.2 |
2095 | 2024-11-13T19:13:52.045Z | Compiling ciborium-ll v0.2.2 |
2096 | 2024-11-13T19:13:52.569Z | Compiling slog-stdlog v4.1.1 |
2097 | 2024-11-13T19:13:53.387Z | Compiling slog-envlogger v2.2.0 |
2098 | 2024-11-13T19:13:53.503Z | Compiling ciborium v0.2.2 |
2099 | 2024-11-13T19:13:54.938Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2100 | 2024-11-13T19:13:55.707Z | Compiling same-file v1.0.6 |
2101 | 2024-11-13T19:13:55.980Z | Compiling fastrand v2.1.1 |
2102 | 2024-11-13T19:13:56.210Z | Compiling walkdir v2.5.0 |
2103 | 2024-11-13T19:13:56.499Z | Compiling tempfile v3.13.0 |
2104 | 2024-11-13T19:13:56.871Z | Compiling ring v0.16.20 |
2105 | 2024-11-13T19:13:57.306Z | Compiling blake3 v1.5.4 |
2106 | 2024-11-13T19:13:57.974Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2107 | 2024-11-13T19:14:00.933Z | Compiling xattr v1.3.1 |
2108 | 2024-11-13T19:14:01.214Z | Compiling filetime v0.2.25 |
2109 | 2024-11-13T19:14:01.517Z | Compiling memmap2 v0.9.5 |
2110 | 2024-11-13T19:14:01.964Z | Compiling keccak v0.1.5 |
2111 | 2024-11-13T19:14:03.021Z | Compiling spin v0.5.2 |
2112 | 2024-11-13T19:14:03.277Z | Compiling arrayref v0.3.9 |
2113 | 2024-11-13T19:14:03.394Z | Compiling constant_time_eq v0.3.1 |
2114 | 2024-11-13T19:14:03.556Z | Compiling arrayvec v0.7.6 |
2115 | 2024-11-13T19:14:05.203Z | Compiling sha3 v0.10.8 |
2116 | 2024-11-13T19:14:05.836Z | Compiling tar v0.4.43 |
2117 | 2024-11-13T19:14:06.054Z | Compiling camino-tempfile v1.1.1 |
2118 | 2024-11-13T19:14:06.523Z | Compiling toolchain_find v0.4.0 |
2119 | 2024-11-13T19:14:07.062Z | Compiling nibble_vec v0.1.0 |
2120 | 2024-11-13T19:14:07.115Z | Compiling endian-type v0.1.2 |
2121 | 2024-11-13T19:14:07.134Z | Compiling crunchy v0.2.2 |
2122 | 2024-11-13T19:14:07.297Z | Compiling radium v0.7.0 |
2123 | 2024-11-13T19:14:07.351Z | Compiling maplit v1.0.2 |
2124 | 2024-11-13T19:14:07.480Z | Compiling topological-sort v0.2.2 |
2125 | 2024-11-13T19:14:07.520Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2126 | 2024-11-13T19:14:07.607Z | Compiling radix_trie v0.2.1 |
2127 | 2024-11-13T19:14:07.705Z | Compiling omicron-zone-package v0.11.1 |
2128 | 2024-11-13T19:14:07.760Z | Compiling rustfmt-wrapper v0.2.1 |
2129 | 2024-11-13T19:14:07.814Z | Compiling pem v3.0.4 |
2130 | 2024-11-13T19:14:08.321Z | Compiling tiny-keccak v2.0.2 |
2131 | 2024-11-13T19:14:08.530Z | Compiling maybe-uninit v2.0.0 |
2132 | 2024-11-13T19:14:08.609Z | Compiling tap v1.0.1 |
2133 | 2024-11-13T19:14:08.810Z | Compiling wyz v0.5.1 |
2134 | 2024-11-13T19:14:09.313Z | Compiling dsl_auto_type v0.1.2 |
2135 | 2024-11-13T19:14:09.333Z | Compiling scheduled-thread-pool v0.2.7 |
2136 | 2024-11-13T19:14:09.652Z | Compiling secrecy v0.8.0 |
2137 | 2024-11-13T19:14:09.655Z | Compiling diesel_table_macro_syntax v0.2.0 |
2138 | 2024-11-13T19:14:09.934Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2139 | 2024-11-13T19:14:10.080Z | Compiling packed_struct v0.10.1 |
2140 | 2024-11-13T19:14:10.242Z | Compiling crc-catalog v2.4.0 |
2141 | 2024-11-13T19:14:10.403Z | Compiling funty v2.0.0 |
2142 | 2024-11-13T19:14:10.521Z | Compiling crc v3.2.1 |
2143 | 2024-11-13T19:14:10.569Z | Compiling r2d2 v0.8.10 |
2144 | 2024-11-13T19:14:10.649Z | Compiling diesel_derives v2.2.3 |
2145 | 2024-11-13T19:14:11.532Z | Compiling bitvec v1.0.1 |
2146 | 2024-11-13T19:14:12.155Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2147 | 2024-11-13T19:14:12.575Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2148 | 2024-11-13T19:14:12.578Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2149 | 2024-11-13T19:14:12.778Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2150 | 2024-11-13T19:14:12.819Z | Compiling ascii-canvas v3.0.0 |
2151 | 2024-11-13T19:14:13.292Z | Compiling universal-hash v0.5.1 |
2152 | 2024-11-13T19:14:13.531Z | Compiling thiserror-impl-no-std v2.0.2 |
2153 | 2024-11-13T19:14:16.219Z | Compiling packed_struct_codegen v0.10.1 |
2154 | 2024-11-13T19:14:16.382Z | Compiling lzma-sys v0.1.20 |
2155 | 2024-11-13T19:14:17.066Z | Compiling ena v0.14.3 |
2156 | 2024-11-13T19:14:17.501Z | Compiling indexmap v1.9.3 |
2157 | 2024-11-13T19:14:17.811Z | Compiling diff v0.1.13 |
2158 | 2024-11-13T19:14:18.375Z | Compiling regex-syntax v0.6.29 |
2159 | 2024-11-13T19:14:18.707Z | Compiling opaque-debug v0.3.1 |
2160 | 2024-11-13T19:14:18.827Z | Compiling nodrop v0.1.14 |
2161 | 2024-11-13T19:14:18.980Z | Compiling array-init v0.0.4 |
2162 | 2024-11-13T19:14:20.233Z | Compiling poly1305 v0.8.0 |
2163 | 2024-11-13T19:14:21.818Z | Compiling lalrpop v0.19.12 |
2164 | 2024-11-13T19:14:22.172Z | Compiling diesel v2.2.4 |
2165 | 2024-11-13T19:14:28.418Z | Compiling thiserror-no-std v2.0.2 |
2166 | 2024-11-13T19:14:28.560Z | Compiling smallvec v0.6.14 |
2167 | 2024-11-13T19:14:29.685Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2168 | 2024-11-13T19:14:30.757Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2169 | 2024-11-13T19:14:31.047Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2170 | 2024-11-13T19:14:31.291Z | Compiling chacha20 v0.9.1 |
2171 | 2024-11-13T19:14:31.771Z | Compiling heck v0.3.3 |
2172 | 2024-11-13T19:14:32.147Z | Compiling const_format_proc_macros v0.2.33 |
2173 | 2024-11-13T19:14:33.886Z | Compiling aead v0.5.2 |
2174 | 2024-11-13T19:14:34.165Z | Compiling termcolor v1.4.1 |
2175 | 2024-11-13T19:14:35.236Z | Compiling bitfield v0.14.0 |
2176 | 2024-11-13T19:14:35.564Z | Compiling ref-cast v1.0.23 |
2177 | 2024-11-13T19:14:36.039Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2178 | 2024-11-13T19:14:36.332Z | Compiling hashbrown v0.12.3 |
2179 | 2024-11-13T19:14:38.707Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2180 | 2024-11-13T19:14:39.957Z | Compiling env_logger v0.10.2 |
2181 | 2024-11-13T19:14:42.933Z | Compiling chacha20poly1305 v0.10.1 |
2182 | 2024-11-13T19:14:43.101Z | Compiling const_format v0.2.33 |
2183 | 2024-11-13T19:14:44.332Z | Compiling zone_cfg_derive v0.1.2 |
2184 | 2024-11-13T19:14:45.759Z | Compiling serde-hex v0.1.0 |
2185 | 2024-11-13T19:14:45.845Z | Compiling polar-core v0.27.3 |
2186 | 2024-11-13T19:14:47.088Z | Compiling vsss-rs v3.3.4 |
2187 | 2024-11-13T19:14:50.645Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2188 | 2024-11-13T19:14:50.976Z | Compiling ron v0.8.1 |
2189 | 2024-11-13T19:14:51.312Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2190 | 2024-11-13T19:14:51.619Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2191 | 2024-11-13T19:14:52.204Z | Compiling derive_builder_core v0.20.2 |
2192 | 2024-11-13T19:14:54.412Z | Compiling hashbrown v0.13.2 |
2193 | 2024-11-13T19:14:55.640Z | Compiling headers-core v0.3.0 |
2194 | 2024-11-13T19:14:55.811Z | Compiling fxhash v0.2.1 |
2195 | 2024-11-13T19:14:56.059Z | Compiling libxml v0.3.3 |
2196 | 2024-11-13T19:14:56.416Z | Compiling ref-cast-impl v1.0.23 |
2197 | 2024-11-13T19:14:56.690Z | Compiling crc-any v2.5.0 |
2198 | 2024-11-13T19:14:57.396Z | Compiling base64 v0.13.1 |
2199 | 2024-11-13T19:14:57.743Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2200 | 2024-11-13T19:14:58.133Z | Compiling ron v0.7.1 |
2201 | 2024-11-13T19:14:58.391Z | Compiling headers v0.4.0 |
2202 | 2024-11-13T19:15:01.829Z | Compiling object v0.30.4 |
2203 | 2024-11-13T19:15:03.321Z | Compiling derive_builder_macro v0.20.2 |
2204 | 2024-11-13T19:15:03.463Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2205 | 2024-11-13T19:15:04.086Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2206 | 2024-11-13T19:15:04.976Z | Compiling xz2 v0.1.7 |
2207 | 2024-11-13T19:15:05.516Z | Compiling zone v0.1.8 |
2208 | 2024-11-13T19:15:08.671Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2209 | 2024-11-13T19:15:09.094Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2210 | 2024-11-13T19:15:11.285Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2211 | 2024-11-13T19:15:11.580Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2212 | 2024-11-13T19:15:11.811Z | Compiling yasna v0.5.2 |
2213 | 2024-11-13T19:15:12.319Z | Compiling phf_generator v0.11.2 |
2214 | 2024-11-13T19:15:12.515Z | Compiling strum_macros v0.24.3 |
2215 | 2024-11-13T19:15:14.876Z | Compiling kstat-rs v0.2.4 |
2216 | 2024-11-13T19:15:15.176Z | Compiling samael v0.0.17 |
2217 | 2024-11-13T19:15:15.326Z | Compiling async-recursion v1.1.1 |
2218 | 2024-11-13T19:15:15.799Z | Compiling unicase v2.7.0 |
2219 | 2024-11-13T19:15:15.869Z | Compiling indoc v1.0.9 |
2220 | 2024-11-13T19:15:16.124Z | Compiling path-slash v0.1.5 |
2221 | 2024-11-13T19:15:16.214Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2222 | 2024-11-13T19:15:16.357Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2223 | 2024-11-13T19:15:16.461Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2224 | 2024-11-13T19:15:16.802Z | Compiling rcgen v0.12.1 |
2225 | 2024-11-13T19:15:20.374Z | Compiling phf_codegen v0.11.2 |
2226 | 2024-11-13T19:15:20.625Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2227 | 2024-11-13T19:15:27.242Z | Compiling derive_builder v0.20.2 |
2228 | 2024-11-13T19:15:27.537Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2229 | 2024-11-13T19:15:32.141Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2230 | 2024-11-13T19:15:32.461Z | Compiling oso-derive v0.27.3 |
2231 | 2024-11-13T19:15:32.470Z | Compiling impl-trait-for-tuples v0.2.2 |
2232 | 2024-11-13T19:15:33.447Z | Compiling libz-sys v1.1.20 |
2233 | 2024-11-13T19:15:34.133Z | Compiling parse-zoneinfo v0.3.1 |
2234 | 2024-11-13T19:15:40.151Z | Compiling quick-xml v0.33.0 |
2235 | 2024-11-13T19:15:40.318Z | Compiling subprocess v0.2.9 |
2236 | 2024-11-13T19:15:40.318Z | Compiling diesel-dtrace v0.3.0 |
2237 | 2024-11-13T19:15:40.320Z | Compiling parking_lot_core v0.8.6 |
2238 | 2024-11-13T19:15:40.320Z | Compiling cfg_aliases v0.1.1 |
2239 | 2024-11-13T19:15:40.320Z | Compiling nix v0.28.0 |
2240 | 2024-11-13T19:15:40.320Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2241 | 2024-11-13T19:15:40.320Z | Compiling oso v0.27.3 |
2242 | 2024-11-13T19:15:40.868Z | Compiling chrono-tz-build v0.4.0 |
2243 | 2024-11-13T19:15:42.211Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2244 | 2024-11-13T19:15:43.754Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2245 | 2024-11-13T19:15:46.853Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2246 | 2024-11-13T19:15:49.240Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2247 | 2024-11-13T19:15:49.542Z | Compiling bb8 v0.8.5 |
2248 | 2024-11-13T19:15:50.114Z | Compiling vte_generate_state_changes v0.1.2 |
2249 | 2024-11-13T19:15:50.186Z | Compiling buf-list v1.0.3 |
2250 | 2024-11-13T19:15:50.755Z | Compiling vte v0.11.1 |
2251 | 2024-11-13T19:15:50.871Z | Compiling async-bb8-diesel v0.2.1 |
2252 | 2024-11-13T19:15:51.763Z | Compiling chrono-tz v0.10.0 |
2253 | 2024-11-13T19:15:53.031Z | Compiling fd-lock v4.0.2 |
2254 | 2024-11-13T19:15:53.287Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2255 | 2024-11-13T19:15:53.304Z | Compiling pin-project-internal v1.1.6 |
2256 | 2024-11-13T19:15:54.078Z | Compiling atty v0.2.14 |
2257 | 2024-11-13T19:15:54.252Z | Compiling bytecount v0.6.8 |
2258 | 2024-11-13T19:15:54.585Z | Compiling salty v0.3.0 |
2259 | 2024-11-13T19:15:55.042Z | Compiling papergrid v0.11.0 |
2260 | 2024-11-13T19:15:56.106Z | Compiling pin-project v1.1.6 |
2261 | 2024-11-13T19:15:56.970Z | Compiling parking_lot v0.11.2 |
2262 | 2024-11-13T19:16:05.820Z | Compiling strip-ansi-escapes v0.2.0 |
2263 | 2024-11-13T19:16:07.637Z | Compiling tabled_derive v0.7.0 |
2264 | 2024-11-13T19:16:08.425Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2265 | 2024-11-13T19:16:09.826Z | Compiling peg-macros v0.8.4 |
2266 | 2024-11-13T19:16:13.095Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2267 | 2024-11-13T19:16:13.146Z | Compiling snafu-derive v0.8.5 |
2268 | 2024-11-13T19:16:14.116Z | Compiling sqlparser_derive v0.2.2 |
2269 | 2024-11-13T19:16:15.121Z | Compiling simd-adler32 v0.3.7 |
2270 | 2024-11-13T19:16:16.300Z | Compiling home v0.5.9 |
2271 | 2024-11-13T19:16:16.619Z | Compiling lockfree-object-pool v0.1.6 |
2272 | 2024-11-13T19:16:16.951Z | Compiling bumpalo v3.16.0 |
2273 | 2024-11-13T19:16:17.511Z | Compiling nu-ansi-term v0.50.1 |
2274 | 2024-11-13T19:16:17.933Z | Compiling unicode_categories v0.1.1 |
2275 | 2024-11-13T19:16:18.289Z | Compiling zip v2.1.3 |
2276 | 2024-11-13T19:16:18.650Z | Compiling sqlformat v0.2.6 |
2277 | 2024-11-13T19:16:18.672Z | Compiling snafu v0.8.5 |
2278 | 2024-11-13T19:16:20.007Z | Compiling reedline v0.35.0 |
2279 | 2024-11-13T19:16:21.531Z | Compiling zopfli v0.8.1 |
2280 | 2024-11-13T19:16:25.852Z | Compiling rustyline v14.0.0 |
2281 | 2024-11-13T19:16:28.542Z | Compiling sqlparser v0.45.0 |
2282 | 2024-11-13T19:16:29.653Z | Compiling peg v0.8.4 |
2283 | 2024-11-13T19:16:29.656Z | Compiling tabled v0.15.0 |
2284 | 2024-11-13T19:16:33.910Z | Compiling sled v0.34.7 |
2285 | 2024-11-13T19:16:38.402Z | Compiling mime_guess v2.0.5 |
2286 | 2024-11-13T19:16:41.681Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2287 | 2024-11-13T19:16:43.227Z | Compiling hickory-client v0.24.1 |
2288 | 2024-11-13T19:16:43.783Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2289 | 2024-11-13T19:16:43.950Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2290 | 2024-11-13T19:16:46.582Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2291 | 2024-11-13T19:16:48.556Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2292 | 2024-11-13T19:16:49.451Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2293 | 2024-11-13T19:16:50.039Z | Compiling globset v0.4.15 |
2294 | 2024-11-13T19:16:50.979Z | Compiling hickory-server v0.24.1 |
2295 | 2024-11-13T19:16:57.305Z | Compiling primeorder v0.13.6 |
2296 | 2024-11-13T19:16:57.764Z | Compiling olpc-cjson v0.1.4 |
2297 | 2024-11-13T19:16:57.931Z | Compiling vergen v8.3.2 |
2298 | 2024-11-13T19:16:58.119Z | Compiling bcs v0.1.6 |
2299 | 2024-11-13T19:16:58.247Z | Compiling env_filter v0.1.2 |
2300 | 2024-11-13T19:16:59.045Z | Compiling serde_plain v1.0.2 |
2301 | 2024-11-13T19:16:59.597Z | Compiling cargo-platform v0.1.8 |
2302 | 2024-11-13T19:16:59.794Z | Compiling displaydoc v0.2.5 |
2303 | 2024-11-13T19:17:00.120Z | Compiling nanorand v0.7.0 |
2304 | 2024-11-13T19:17:00.848Z | Compiling memoffset v0.9.1 |
2305 | 2024-11-13T19:17:01.345Z | Compiling typed-path v0.9.3 |
2306 | 2024-11-13T19:17:07.178Z | Compiling tough v0.19.0 |
2307 | 2024-11-13T19:17:07.747Z | Compiling flume v0.11.1 |
2308 | 2024-11-13T19:17:08.575Z | Compiling cargo_metadata v0.18.1 |
2309 | 2024-11-13T19:17:08.758Z | Compiling env_logger v0.11.5 |
2310 | 2024-11-13T19:17:10.216Z | Compiling p384 v0.13.0 |
2311 | 2024-11-13T19:17:11.959Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2312 | 2024-11-13T19:17:16.362Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2313 | 2024-11-13T19:17:24.947Z | Compiling git2 v0.19.0 |
2314 | 2024-11-13T19:17:26.462Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2315 | 2024-11-13T19:17:35.022Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2316 | 2024-11-13T19:17:35.829Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2317 | 2024-11-13T19:17:36.277Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2318 | 2024-11-13T19:17:37.975Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2319 | 2024-11-13T19:17:40.818Z | Compiling rand_seeder v0.3.0 |
2320 | 2024-11-13T19:17:41.247Z | Compiling libsqlite3-sys v0.30.1 |
2321 | 2024-11-13T19:17:41.784Z | Compiling cfg_aliases v0.2.1 |
2322 | 2024-11-13T19:17:41.934Z | Compiling rustls v0.21.12 |
2323 | 2024-11-13T19:17:42.006Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2324 | 2024-11-13T19:17:42.065Z | Compiling parse-size v1.1.0 |
2325 | 2024-11-13T19:17:42.262Z | Compiling nix v0.29.0 |
2326 | 2024-11-13T19:17:42.365Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2327 | 2024-11-13T19:17:42.429Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2328 | 2024-11-13T19:17:42.654Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2329 | 2024-11-13T19:17:43.242Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2330 | 2024-11-13T19:17:44.258Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2331 | 2024-11-13T19:17:44.294Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2332 | 2024-11-13T19:17:44.600Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2333 | 2024-11-13T19:17:45.037Z | Compiling rustls-webpki v0.101.7 |
2334 | 2024-11-13T19:17:48.559Z | Compiling sct v0.7.1 |
2335 | 2024-11-13T19:17:48.908Z | Compiling castaway v0.2.3 |
2336 | 2024-11-13T19:17:49.049Z | Compiling csv-core v0.1.11 |
2337 | 2024-11-13T19:17:49.052Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2338 | 2024-11-13T19:17:49.108Z | Compiling glob v0.3.1 |
2339 | 2024-11-13T19:17:49.384Z | Compiling http-range v0.1.5 |
2340 | 2024-11-13T19:17:49.930Z | Compiling hyper-staticfile v0.10.1 |
2341 | 2024-11-13T19:17:49.964Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2342 | 2024-11-13T19:17:51.150Z | Compiling csv v1.3.0 |
2343 | 2024-11-13T19:17:53.079Z | Compiling compact_str v0.8.0 |
2344 | 2024-11-13T19:17:55.136Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2345 | 2024-11-13T19:17:55.760Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2346 | 2024-11-13T19:17:57.019Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2347 | 2024-11-13T19:17:58.102Z | Compiling nix v0.27.1 |
2348 | 2024-11-13T19:18:01.158Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2349 | 2024-11-13T19:18:03.128Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2350 | 2024-11-13T19:18:11.227Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2351 | 2024-11-13T19:18:11.718Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2352 | 2024-11-13T19:18:15.920Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2353 | 2024-11-13T19:18:16.274Z | Compiling unicode-truncate v1.1.0 |
2354 | 2024-11-13T19:18:16.580Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2355 | 2024-11-13T19:18:16.899Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2356 | 2024-11-13T19:18:17.208Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2357 | 2024-11-13T19:18:18.123Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2358 | 2024-11-13T19:18:18.762Z | Compiling hashlink v0.9.1 |
2359 | 2024-11-13T19:18:19.611Z | Compiling tungstenite v0.23.0 |
2360 | 2024-11-13T19:18:19.732Z | Compiling lru v0.12.5 |
2361 | 2024-11-13T19:18:20.137Z | Compiling instability v0.3.2 |
2362 | 2024-11-13T19:18:21.006Z | Compiling fallible-iterator v0.3.0 |
2363 | 2024-11-13T19:18:21.179Z | Compiling cassowary v0.3.0 |
2364 | 2024-11-13T19:18:21.846Z | Compiling fallible-streaming-iterator v0.1.9 |
2365 | 2024-11-13T19:18:22.151Z | Compiling rusqlite v0.32.1 |
2366 | 2024-11-13T19:18:24.637Z | Compiling ratatui v0.28.1 |
2367 | 2024-11-13T19:18:24.909Z | Compiling tokio-tungstenite v0.23.1 |
2368 | 2024-11-13T19:18:25.422Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2369 | 2024-11-13T19:18:29.369Z | Compiling tokio-rustls v0.24.1 |
2370 | 2024-11-13T19:18:35.250Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2371 | 2024-11-13T19:18:39.383Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2372 | 2024-11-13T19:18:41.015Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2373 | 2024-11-13T19:18:42.880Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2374 | 2024-11-13T19:18:43.080Z | Compiling rustls-pemfile v1.0.4 |
2375 | 2024-11-13T19:18:43.842Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2376 | 2024-11-13T19:18:44.142Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2377 | 2024-11-13T19:18:45.182Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2378 | 2024-11-13T19:18:45.201Z | Compiling signal-hook-tokio v0.3.1 |
2379 | 2024-11-13T19:18:45.327Z | Compiling twox-hash v1.6.3 |
2380 | 2024-11-13T19:18:45.426Z | Compiling smawk v0.3.2 |
2381 | 2024-11-13T19:18:45.711Z | Compiling unicode-linebreak v0.1.5 |
2382 | 2024-11-13T19:18:46.252Z | Compiling is_ci v1.2.0 |
2383 | 2024-11-13T19:18:46.271Z | Compiling textwrap v0.16.1 |
2384 | 2024-11-13T19:18:46.560Z | Compiling supports-color v3.0.1 |
2385 | 2024-11-13T19:18:46.956Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2386 | 2024-11-13T19:18:48.610Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2387 | 2024-11-13T19:18:56.779Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2388 | 2024-11-13T19:19:09.250Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2389 | 2024-11-13T19:19:14.313Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2390 | 2024-11-13T19:19:15.506Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2391 | 2024-11-13T19:19:17.716Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2392 | 2024-11-13T19:19:18.293Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2393 | 2024-11-13T19:19:25.661Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2394 | 2024-11-13T19:19:26.059Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2395 | 2024-11-13T19:19:27.908Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2396 | 2024-11-13T19:19:32.597Z | Compiling fatfs v0.3.6 |
2397 | 2024-11-13T19:19:34.884Z | Compiling rtoolbox v0.0.2 |
2398 | 2024-11-13T19:19:35.324Z | Compiling assert_matches v1.5.0 |
2399 | 2024-11-13T19:19:35.396Z | Compiling rpassword v7.3.1 |
2400 | 2024-11-13T19:19:35.878Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2401 | 2024-11-13T19:19:37.344Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2402 | 2024-11-13T19:19:43.740Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2403 | 2024-11-13T19:19:48.234Z | Compiling tui-tree-widget v0.22.0 |
2404 | 2024-11-13T19:19:48.724Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2405 | 2024-11-13T19:19:51.139Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2406 | 2024-11-13T19:20:04.772Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2407 | 2024-11-13T19:20:04.882Z | Compiling uzers v0.12.1 |
2408 | 2024-11-13T19:20:05.087Z | Compiling shell-words v1.1.0 |
2409 | 2024-11-13T19:20:05.560Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2410 | 2024-11-13T19:20:07.626Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2411 | 2024-11-13T19:20:08.069Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2412 | 2024-11-13T19:20:33.431Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2413 | 2024-11-13T19:20:38.304Z | Compiling multimap v0.10.0 |
2414 | 2024-11-13T19:22:42.055Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2415 | 2024-11-13T19:22:58.616Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2416 | 2024-11-13T19:29:52.361Z | Finished `release` profile [optimized] target(s) in 16m 28s |
2417 | 2024-11-13T19:30:53.275Z | |
2418 | 2024-11-13T19:30:53.275Z | real 17:30.539777132 |
2419 | 2024-11-13T19:30:53.280Z | user 1:56:26.099169173 |
2420 | 2024-11-13T19:30:53.280Z | sys 5:48.103490109 |
2421 | 2024-11-13T19:30:53.280Z | trap 2.848950011 |
2422 | 2024-11-13T19:30:53.280Z | tflt 3.088939341 |
2423 | 2024-11-13T19:30:53.280Z | dflt 5.082017153 |
2424 | 2024-11-13T19:30:53.280Z | kflt 0.001284589 |
2425 | 2024-11-13T19:30:53.280Z | lock 7:35:31.524116494 |
2426 | 2024-11-13T19:30:53.280Z | slp 6:11:49.842335457 |
2427 | 2024-11-13T19:30:53.280Z | lat 2:40.854848302 |
2428 | 2024-11-13T19:30:53.280Z | stop 2:28.377004477 |
2429 | 2024-11-13T19:30:53.280Z | + mapfile -t packages |
2430 | 2024-11-13T19:30:53.280Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2431 | 2024-11-13T19:30:54.281Z | Finished `release` profile [optimized] target(s) in 0.95s |
2432 | 2024-11-13T19:30:54.337Z | Running `target/release/omicron-package -t test list-outputs` |
2433 | 2024-11-13T19:30:54.384Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2434 | 2024-11-13T19:30:54.388Z | + ptime -m cargo build --locked --release -p xtask |
2435 | 2024-11-13T19:30:54.929Z | Compiling serde v1.0.215 |
2436 | 2024-11-13T19:30:54.933Z | Compiling rustix v0.38.37 |
2437 | 2024-11-13T19:30:54.933Z | Compiling serde_json v1.0.132 |
2438 | 2024-11-13T19:30:54.933Z | Compiling libc v0.2.162 |
2439 | 2024-11-13T19:30:54.933Z | Compiling syn v2.0.87 |
2440 | 2024-11-13T19:30:55.023Z | Compiling bitflags v2.6.0 |
2441 | 2024-11-13T19:30:55.344Z | Compiling usdt-impl v0.5.0 |
2442 | 2024-11-13T19:30:55.387Z | Compiling syn v1.0.109 |
2443 | 2024-11-13T19:30:55.537Z | Compiling log v0.4.22 |
2444 | 2024-11-13T19:30:55.591Z | Compiling hashbrown v0.15.0 |
2445 | 2024-11-13T19:30:55.624Z | Compiling fs-err v2.11.0 |
2446 | 2024-11-13T19:30:55.938Z | Compiling anyhow v1.0.93 |
2447 | 2024-11-13T19:30:56.102Z | Compiling once_cell v1.20.2 |
2448 | 2024-11-13T19:30:56.515Z | Compiling thread-id v4.2.2 |
2449 | 2024-11-13T19:30:56.952Z | Compiling indexmap v2.6.0 |
2450 | 2024-11-13T19:30:58.049Z | Compiling terminal_size v0.4.0 |
2451 | 2024-11-13T19:30:58.049Z | Compiling tempfile v3.13.0 |
2452 | 2024-11-13T19:30:58.292Z | Compiling clap_builder v4.5.20 |
2453 | 2024-11-13T19:30:58.835Z | Compiling proc-macro-error v1.0.4 |
2454 | 2024-11-13T19:31:00.231Z | Compiling tabled_derive v0.7.0 |
2455 | 2024-11-13T19:31:01.552Z | Compiling tabled v0.15.0 |
2456 | 2024-11-13T19:31:03.136Z | Compiling serde_derive v1.0.215 |
2457 | 2024-11-13T19:31:03.777Z | Compiling thiserror-impl v1.0.64 |
2458 | 2024-11-13T19:31:04.232Z | Compiling zerocopy-derive v0.7.35 |
2459 | 2024-11-13T19:31:04.567Z | Compiling scroll_derive v0.12.0 |
2460 | 2024-11-13T19:31:05.970Z | Compiling scroll v0.12.0 |
2461 | 2024-11-13T19:31:06.316Z | Compiling zerocopy v0.7.35 |
2462 | 2024-11-13T19:31:06.593Z | Compiling thiserror v1.0.64 |
2463 | 2024-11-13T19:31:06.762Z | Compiling pest v2.7.14 |
2464 | 2024-11-13T19:31:07.999Z | Compiling goblin v0.8.2 |
2465 | 2024-11-13T19:31:09.811Z | Compiling pest_meta v2.7.14 |
2466 | 2024-11-13T19:31:12.571Z | Compiling pest_generator v2.7.14 |
2467 | 2024-11-13T19:31:14.116Z | Compiling clap_derive v4.5.18 |
2468 | 2024-11-13T19:31:14.347Z | Compiling pest_derive v2.7.14 |
2469 | 2024-11-13T19:31:15.141Z | Compiling dtrace-parser v0.2.0 |
2470 | 2024-11-13T19:31:18.884Z | Compiling toml_datetime v0.6.8 |
2471 | 2024-11-13T19:31:19.613Z | Compiling serde_tokenstream v0.2.2 |
2472 | 2024-11-13T19:31:20.209Z | Compiling serde_spanned v0.6.8 |
2473 | 2024-11-13T19:31:20.482Z | Compiling toml_edit v0.22.22 |
2474 | 2024-11-13T19:31:22.055Z | Compiling dof v0.3.0 |
2475 | 2024-11-13T19:31:23.236Z | Compiling camino v1.1.9 |
2476 | 2024-11-13T19:31:24.208Z | Compiling toml v0.8.19 |
2477 | 2024-11-13T19:31:24.448Z | Compiling usdt-attr-macro v0.5.0 |
2478 | 2024-11-13T19:31:24.641Z | Compiling usdt-macro v0.5.0 |
2479 | 2024-11-13T19:31:25.939Z | Compiling cargo-platform v0.1.8 |
2480 | 2024-11-13T19:31:27.046Z | Compiling semver v1.0.23 |
2481 | 2024-11-13T19:31:31.658Z | Compiling cargo_metadata v0.18.1 |
2482 | 2024-11-13T19:31:31.692Z | Compiling usdt v0.5.0 |
2483 | 2024-11-13T19:31:31.692Z | Compiling cargo_toml v0.20.5 |
2484 | 2024-11-13T19:31:31.692Z | Compiling camino-tempfile v1.1.1 |
2485 | 2024-11-13T19:31:31.692Z | Compiling clap v4.5.20 |
2486 | 2024-11-13T19:31:31.692Z | Compiling macaddr v1.0.1 |
2487 | 2024-11-13T19:31:40.372Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2488 | 2024-11-13T19:31:51.758Z | Finished `release` profile [optimized] target(s) in 57.31s |
2489 | 2024-11-13T19:31:51.883Z | |
2490 | 2024-11-13T19:31:51.883Z | real 57.459546499 |
2491 | 2024-11-13T19:31:51.883Z | user 5:47.345249959 |
2492 | 2024-11-13T19:31:51.883Z | sys 32.249403127 |
2493 | 2024-11-13T19:31:51.883Z | trap 0.157523297 |
2494 | 2024-11-13T19:31:51.883Z | tflt 0.341225245 |
2495 | 2024-11-13T19:31:51.883Z | dflt 0.636189927 |
2496 | 2024-11-13T19:31:51.885Z | kflt 0.002819923 |
2497 | 2024-11-13T19:31:51.885Z | lock 10:26.949145540 |
2498 | 2024-11-13T19:31:51.885Z | slp 15:55.179610516 |
2499 | 2024-11-13T19:31:51.885Z | lat 13.586891400 |
2500 | 2024-11-13T19:31:51.885Z | stop 16.473448494 |
2501 | 2024-11-13T19:31:51.885Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2502 | 2024-11-13T19:31:51.885Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2503 | 2024-11-13T19:31:51.886Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2504 | 2024-11-13T19:31:51.886Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2505 | 2024-11-13T19:31:51.886Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2506 | 2024-11-13T19:31:52.733Z | Compiling hashbrown v0.14.5 |
2507 | 2024-11-13T19:31:52.856Z | Compiling unsafe-libyaml v0.2.11 |
2508 | 2024-11-13T19:31:52.868Z | Compiling progenitor-client v0.8.0 |
2509 | 2024-11-13T19:31:52.868Z | Compiling ident_case v1.0.1 |
2510 | 2024-11-13T19:31:52.871Z | Compiling ipnetwork v0.20.0 |
2511 | 2024-11-13T19:31:52.871Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2512 | 2024-11-13T19:31:52.871Z | Compiling instant v0.1.13 |
2513 | 2024-11-13T19:31:52.871Z | Compiling structmeta-derive v0.3.0 |
2514 | 2024-11-13T19:31:53.033Z | Compiling newtype-uuid v1.1.3 |
2515 | 2024-11-13T19:31:53.083Z | Compiling darling_core v0.20.10 |
2516 | 2024-11-13T19:31:53.296Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2517 | 2024-11-13T19:31:53.377Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2518 | 2024-11-13T19:31:53.671Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2519 | 2024-11-13T19:31:53.860Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2520 | 2024-11-13T19:31:54.026Z | Compiling backoff v0.4.0 |
2521 | 2024-11-13T19:31:54.087Z | Compiling regress v0.10.1 |
2522 | 2024-11-13T19:31:54.159Z | Compiling serde_yaml v0.9.34+deprecated |
2523 | 2024-11-13T19:31:54.178Z | Compiling regress v0.9.1 |
2524 | 2024-11-13T19:31:54.372Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2525 | 2024-11-13T19:31:54.553Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2526 | 2024-11-13T19:31:54.620Z | Compiling macaddr v1.0.1 |
2527 | 2024-11-13T19:31:54.724Z | Compiling tempfile v3.13.0 |
2528 | 2024-11-13T19:31:54.810Z | Compiling proc-macro-crate v1.3.1 |
2529 | 2024-11-13T19:31:55.090Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2530 | 2024-11-13T19:31:55.488Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2531 | 2024-11-13T19:31:55.641Z | Compiling foreign-types-macros v0.2.3 |
2532 | 2024-11-13T19:31:55.829Z | Compiling foreign-types-shared v0.3.1 |
2533 | 2024-11-13T19:31:55.946Z | Compiling num_enum_derive v0.5.11 |
2534 | 2024-11-13T19:31:55.965Z | Compiling heapless v0.8.0 |
2535 | 2024-11-13T19:31:55.967Z | Compiling structmeta v0.3.0 |
2536 | 2024-11-13T19:31:56.472Z | Compiling parse-display-derive v0.10.0 |
2537 | 2024-11-13T19:31:57.037Z | Compiling foreign-types v0.5.0 |
2538 | 2024-11-13T19:31:57.063Z | Compiling proc-macro-error v1.0.4 |
2539 | 2024-11-13T19:31:57.363Z | Compiling camino-tempfile v1.1.1 |
2540 | 2024-11-13T19:31:57.809Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2541 | 2024-11-13T19:31:57.854Z | Compiling typify-impl v0.2.0 |
2542 | 2024-11-13T19:31:58.480Z | Compiling hash32 v0.3.1 |
2543 | 2024-11-13T19:31:58.654Z | Compiling num_enum v0.5.11 |
2544 | 2024-11-13T19:31:58.700Z | Compiling cstr-argument v0.1.2 |
2545 | 2024-11-13T19:31:58.749Z | Compiling pretty-hex v0.2.1 |
2546 | 2024-11-13T19:31:58.819Z | Compiling smoltcp v0.11.0 |
2547 | 2024-11-13T19:31:58.945Z | Compiling crucible-workspace-hack v0.1.0 |
2548 | 2024-11-13T19:31:58.973Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2549 | 2024-11-13T19:31:59.247Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2550 | 2024-11-13T19:31:59.274Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2551 | 2024-11-13T19:31:59.344Z | Compiling tabwriter v1.4.0 |
2552 | 2024-11-13T19:31:59.471Z | Compiling colored v2.1.0 |
2553 | 2024-11-13T19:31:59.566Z | Compiling cobs v0.2.3 |
2554 | 2024-11-13T19:31:59.865Z | Compiling postcard v1.0.10 |
2555 | 2024-11-13T19:31:59.887Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2556 | 2024-11-13T19:32:00.001Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2557 | 2024-11-13T19:32:00.179Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2558 | 2024-11-13T19:32:00.273Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2559 | 2024-11-13T19:32:00.323Z | Compiling darling_macro v0.20.10 |
2560 | 2024-11-13T19:32:00.367Z | Compiling smf v0.2.3 |
2561 | 2024-11-13T19:32:00.534Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2562 | 2024-11-13T19:32:00.959Z | Compiling zone_cfg_derive v0.3.0 |
2563 | 2024-11-13T19:32:01.123Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2564 | 2024-11-13T19:32:01.196Z | Compiling parse-display v0.10.0 |
2565 | 2024-11-13T19:32:01.333Z | Compiling darling v0.20.10 |
2566 | 2024-11-13T19:32:01.478Z | Compiling serde_with_macros v3.11.0 |
2567 | 2024-11-13T19:32:01.629Z | Compiling num-derive v0.4.2 |
2568 | 2024-11-13T19:32:01.883Z | Compiling sigpipe v0.1.3 |
2569 | 2024-11-13T19:32:01.925Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2570 | 2024-11-13T19:32:02.023Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2571 | 2024-11-13T19:32:02.239Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2572 | 2024-11-13T19:32:02.489Z | Compiling zone v0.3.0 |
2573 | 2024-11-13T19:32:02.728Z | Compiling universal-hash v0.5.1 |
2574 | 2024-11-13T19:32:02.955Z | Compiling opaque-debug v0.3.1 |
2575 | 2024-11-13T19:32:03.065Z | Compiling num-rational v0.4.2 |
2576 | 2024-11-13T19:32:03.166Z | Compiling password-hash v0.5.0 |
2577 | 2024-11-13T19:32:04.113Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2578 | 2024-11-13T19:32:04.134Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2579 | 2024-11-13T19:32:04.184Z | Compiling num-complex v0.4.6 |
2580 | 2024-11-13T19:32:04.398Z | Compiling serde_with v3.11.0 |
2581 | 2024-11-13T19:32:04.896Z | Compiling blake2 v0.10.6 |
2582 | 2024-11-13T19:32:05.035Z | Compiling aead v0.5.2 |
2583 | 2024-11-13T19:32:05.099Z | Compiling convert_case v0.4.0 |
2584 | 2024-11-13T19:32:05.309Z | Compiling keccak v0.1.5 |
2585 | 2024-11-13T19:32:05.413Z | Compiling argon2 v0.5.3 |
2586 | 2024-11-13T19:32:05.702Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2587 | 2024-11-13T19:32:06.185Z | Compiling derive_more v0.99.18 |
2588 | 2024-11-13T19:32:06.276Z | Compiling sha3 v0.10.8 |
2589 | 2024-11-13T19:32:06.344Z | Compiling num v0.4.3 |
2590 | 2024-11-13T19:32:06.448Z | Compiling poly1305 v0.8.0 |
2591 | 2024-11-13T19:32:06.468Z | Compiling tungstenite v0.21.0 |
2592 | 2024-11-13T19:32:07.369Z | Compiling chacha20 v0.9.1 |
2593 | 2024-11-13T19:32:07.853Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2594 | 2024-11-13T19:32:08.058Z | Compiling base64 v0.21.7 |
2595 | 2024-11-13T19:32:08.184Z | Compiling float-ord v0.3.2 |
2596 | 2024-11-13T19:32:08.374Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2597 | 2024-11-13T19:32:08.378Z | Compiling tokio-tungstenite v0.21.0 |
2598 | 2024-11-13T19:32:08.448Z | Compiling same-file v1.0.6 |
2599 | 2024-11-13T19:32:08.742Z | Compiling semver v0.1.20 |
2600 | 2024-11-13T19:32:08.773Z | Compiling walkdir v2.5.0 |
2601 | 2024-11-13T19:32:08.797Z | Compiling newline-converter v0.3.0 |
2602 | 2024-11-13T19:32:08.851Z | Compiling primeorder v0.13.6 |
2603 | 2024-11-13T19:32:08.955Z | Compiling secrecy v0.8.0 |
2604 | 2024-11-13T19:32:08.974Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2605 | 2024-11-13T19:32:09.240Z | Compiling rustc_version v0.1.7 |
2606 | 2024-11-13T19:32:09.347Z | Compiling cancel-safe-futures v0.1.5 |
2607 | 2024-11-13T19:32:09.405Z | Compiling owo-colors v4.1.0 |
2608 | 2024-11-13T19:32:09.433Z | Compiling expectorate v1.1.0 |
2609 | 2024-11-13T19:32:09.569Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2610 | 2024-11-13T19:32:09.629Z | Compiling thiserror-impl-no-std v2.0.2 |
2611 | 2024-11-13T19:32:09.774Z | Compiling blake3 v1.5.4 |
2612 | 2024-11-13T19:32:09.823Z | Compiling ring v0.16.20 |
2613 | 2024-11-13T19:32:09.823Z | Compiling newtype_derive v0.1.6 |
2614 | 2024-11-13T19:32:09.851Z | Compiling unicase v2.7.0 |
2615 | 2024-11-13T19:32:09.896Z | Compiling half v2.4.1 |
2616 | 2024-11-13T19:32:10.074Z | Compiling ciborium-io v0.2.2 |
2617 | 2024-11-13T19:32:10.155Z | Compiling arc-swap v1.7.1 |
2618 | 2024-11-13T19:32:10.446Z | Compiling ciborium-ll v0.2.2 |
2619 | 2024-11-13T19:32:10.571Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2620 | 2024-11-13T19:32:10.839Z | Compiling slog-scope v4.4.0 |
2621 | 2024-11-13T19:32:11.048Z | Compiling polyval v0.6.2 |
2622 | 2024-11-13T19:32:11.432Z | Compiling atomicwrites v0.4.4 |
2623 | 2024-11-13T19:32:11.478Z | Compiling libsw v3.3.1 |
2624 | 2024-11-13T19:32:11.504Z | Compiling memmap2 v0.9.5 |
2625 | 2024-11-13T19:32:11.805Z | Compiling constant_time_eq v0.3.1 |
2626 | 2024-11-13T19:32:11.823Z | Compiling linear-map v1.2.0 |
2627 | 2024-11-13T19:32:11.995Z | Compiling arrayvec v0.7.6 |
2628 | 2024-11-13T19:32:11.998Z | Compiling spin v0.5.2 |
2629 | 2024-11-13T19:32:12.225Z | Compiling arrayref v0.3.9 |
2630 | 2024-11-13T19:32:12.254Z | Compiling libefi-sys v0.1.0 |
2631 | 2024-11-13T19:32:12.339Z | Compiling salty v0.3.0 |
2632 | 2024-11-13T19:32:12.413Z | Compiling indent_write v2.2.0 |
2633 | 2024-11-13T19:32:12.530Z | Compiling parking_lot_core v0.8.6 |
2634 | 2024-11-13T19:32:12.803Z | Compiling ghash v0.5.1 |
2635 | 2024-11-13T19:32:12.849Z | Compiling thiserror-no-std v2.0.2 |
2636 | 2024-11-13T19:32:12.980Z | Compiling vsss-rs v3.3.4 |
2637 | 2024-11-13T19:32:12.998Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2638 | 2024-11-13T19:32:13.048Z | Compiling slog-stdlog v4.1.1 |
2639 | 2024-11-13T19:32:13.280Z | Compiling ciborium v0.2.2 |
2640 | 2024-11-13T19:32:13.968Z | Compiling p384 v0.13.0 |
2641 | 2024-11-13T19:32:13.988Z | Compiling toolchain_find v0.4.0 |
2642 | 2024-11-13T19:32:14.175Z | Compiling chacha20poly1305 v0.10.1 |
2643 | 2024-11-13T19:32:14.438Z | Compiling lzma-sys v0.1.20 |
2644 | 2024-11-13T19:32:14.705Z | Compiling ctr v0.9.2 |
2645 | 2024-11-13T19:32:14.861Z | Compiling itertools v0.13.0 |
2646 | 2024-11-13T19:32:15.093Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2647 | 2024-11-13T19:32:15.253Z | Compiling bitfield-struct v0.6.2 |
2648 | 2024-11-13T19:32:15.503Z | Compiling slog-dtrace v0.3.0 |
2649 | 2024-11-13T19:32:15.523Z | Compiling topological-sort v0.2.2 |
2650 | 2024-11-13T19:32:15.795Z | Compiling highway v1.2.0 |
2651 | 2024-11-13T19:32:15.952Z | Compiling omicron-zone-package v0.11.1 |
2652 | 2024-11-13T19:32:16.728Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2653 | 2024-11-13T19:32:16.812Z | Compiling aes-gcm v0.10.3 |
2654 | 2024-11-13T19:32:16.935Z | Compiling typify-macro v0.2.0 |
2655 | 2024-11-13T19:32:17.033Z | Compiling rustfmt-wrapper v0.2.1 |
2656 | 2024-11-13T19:32:17.126Z | Compiling mime_guess v2.0.5 |
2657 | 2024-11-13T19:32:17.456Z | Compiling steno v0.4.1 |
2658 | 2024-11-13T19:32:17.508Z | Compiling slog-envlogger v2.2.0 |
2659 | 2024-11-13T19:32:18.324Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2660 | 2024-11-13T19:32:18.341Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2661 | 2024-11-13T19:32:18.499Z | Compiling heck v0.3.3 |
2662 | 2024-11-13T19:32:18.747Z | Compiling ssh-encoding v0.2.0 |
2663 | 2024-11-13T19:32:18.789Z | Compiling blowfish v0.9.1 |
2664 | 2024-11-13T19:32:18.976Z | Compiling nibble_vec v0.1.0 |
2665 | 2024-11-13T19:32:19.022Z | Compiling env_filter v0.1.2 |
2666 | 2024-11-13T19:32:19.211Z | Compiling endian-type v0.1.2 |
2667 | 2024-11-13T19:32:19.267Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2668 | 2024-11-13T19:32:19.311Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2669 | 2024-11-13T19:32:19.448Z | Compiling humantime v2.1.0 |
2670 | 2024-11-13T19:32:19.501Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2671 | 2024-11-13T19:32:19.601Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2672 | 2024-11-13T19:32:19.642Z | Compiling radix_trie v0.2.1 |
2673 | 2024-11-13T19:32:19.670Z | Compiling env_logger v0.11.5 |
2674 | 2024-11-13T19:32:19.774Z | Compiling ssh-cipher v0.2.0 |
2675 | 2024-11-13T19:32:20.008Z | Compiling bcrypt-pbkdf v0.10.0 |
2676 | 2024-11-13T19:32:20.370Z | Compiling zone_cfg_derive v0.1.2 |
2677 | 2024-11-13T19:32:20.441Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2678 | 2024-11-13T19:32:20.732Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2679 | 2024-11-13T19:32:20.879Z | Compiling parking_lot v0.11.2 |
2680 | 2024-11-13T19:32:21.418Z | Compiling typify v0.2.0 |
2681 | 2024-11-13T19:32:21.542Z | Compiling progenitor-impl v0.8.0 |
2682 | 2024-11-13T19:32:21.570Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2683 | 2024-11-13T19:32:21.737Z | Compiling password-hash v0.4.2 |
2684 | 2024-11-13T19:32:21.884Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2685 | 2024-11-13T19:32:21.935Z | Compiling gethostname v0.5.0 |
2686 | 2024-11-13T19:32:22.021Z | Compiling fxhash v0.2.1 |
2687 | 2024-11-13T19:32:22.040Z | Compiling base64 v0.13.1 |
2688 | 2024-11-13T19:32:22.173Z | Compiling matches v0.1.10 |
2689 | 2024-11-13T19:32:22.232Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2690 | 2024-11-13T19:32:22.284Z | Compiling idna v0.2.3 |
2691 | 2024-11-13T19:32:22.304Z | Compiling pbkdf2 v0.11.0 |
2692 | 2024-11-13T19:32:22.494Z | Compiling ron v0.7.1 |
2693 | 2024-11-13T19:32:22.561Z | Compiling sled v0.34.7 |
2694 | 2024-11-13T19:32:22.622Z | Compiling zone v0.1.8 |
2695 | 2024-11-13T19:32:22.687Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2696 | 2024-11-13T19:32:22.721Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2697 | 2024-11-13T19:32:23.414Z | Compiling xz2 v0.1.7 |
2698 | 2024-11-13T19:32:23.937Z | Compiling ssh-key v0.6.6 |
2699 | 2024-11-13T19:32:24.031Z | Compiling hickory-client v0.24.1 |
2700 | 2024-11-13T19:32:24.975Z | Compiling p521 v0.13.3 |
2701 | 2024-11-13T19:32:25.269Z | Compiling p256 v0.13.2 |
2702 | 2024-11-13T19:32:25.351Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2703 | 2024-11-13T19:32:25.511Z | Compiling hickory-server v0.24.1 |
2704 | 2024-11-13T19:32:26.199Z | Compiling enum-as-inner v0.5.1 |
2705 | 2024-11-13T19:32:26.605Z | Compiling pem v3.0.4 |
2706 | 2024-11-13T19:32:27.272Z | Compiling yasna v0.5.2 |
2707 | 2024-11-13T19:32:27.408Z | Compiling headers-core v0.3.0 |
2708 | 2024-11-13T19:32:27.455Z | Compiling kstat-rs v0.2.4 |
2709 | 2024-11-13T19:32:27.581Z | Compiling nanorand v0.7.0 |
2710 | 2024-11-13T19:32:28.146Z | Compiling russh-cryptovec v0.7.3 |
2711 | 2024-11-13T19:32:28.186Z | Compiling atty v0.2.14 |
2712 | 2024-11-13T19:32:28.345Z | Compiling md5 v0.7.0 |
2713 | 2024-11-13T19:32:28.487Z | Compiling http-range v0.1.5 |
2714 | 2024-11-13T19:32:28.696Z | Compiling hyper-staticfile v0.10.1 |
2715 | 2024-11-13T19:32:28.872Z | Compiling russh-keys v0.45.0 |
2716 | 2024-11-13T19:32:28.875Z | Compiling rcgen v0.12.1 |
2717 | 2024-11-13T19:32:28.904Z | Compiling flume v0.11.1 |
2718 | 2024-11-13T19:32:29.013Z | Compiling headers v0.4.0 |
2719 | 2024-11-13T19:32:29.640Z | Compiling trust-dns-proto v0.22.0 |
2720 | 2024-11-13T19:32:29.896Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2721 | 2024-11-13T19:32:30.031Z | Compiling progenitor-macro v0.8.0 |
2722 | 2024-11-13T19:32:31.098Z | Compiling num-bigint v0.4.6 |
2723 | 2024-11-13T19:32:31.452Z | Compiling des v0.8.1 |
2724 | 2024-11-13T19:32:31.832Z | Compiling subprocess v0.2.9 |
2725 | 2024-11-13T19:32:32.788Z | Compiling hex-literal v0.4.1 |
2726 | 2024-11-13T19:32:32.964Z | Compiling dhcproto-macros v0.1.0 |
2727 | 2024-11-13T19:32:33.284Z | Compiling display-error-chain v0.2.2 |
2728 | 2024-11-13T19:32:33.515Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2729 | 2024-11-13T19:32:33.894Z | Compiling internet-checksum v0.2.1 |
2730 | 2024-11-13T19:32:34.149Z | Compiling dhcproto v0.12.0 |
2731 | 2024-11-13T19:32:34.345Z | Compiling russh v0.45.0 |
2732 | 2024-11-13T19:32:39.913Z | Compiling progenitor v0.8.0 |
2733 | 2024-11-13T19:32:40.025Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2734 | 2024-11-13T19:32:40.025Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2735 | 2024-11-13T19:32:40.028Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2736 | 2024-11-13T19:32:40.028Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2737 | 2024-11-13T19:32:40.028Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2738 | 2024-11-13T19:32:40.028Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2739 | 2024-11-13T19:32:40.028Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2740 | 2024-11-13T19:32:40.110Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2741 | 2024-11-13T19:32:40.858Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2742 | 2024-11-13T19:32:41.526Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2743 | 2024-11-13T19:32:45.903Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2744 | 2024-11-13T19:32:46.597Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2745 | 2024-11-13T19:32:55.120Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2746 | 2024-11-13T19:32:55.120Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2747 | 2024-11-13T19:32:55.120Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2748 | 2024-11-13T19:32:55.123Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2749 | 2024-11-13T19:32:55.967Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2750 | 2024-11-13T19:32:58.412Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2751 | 2024-11-13T19:32:59.328Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2752 | 2024-11-13T19:32:59.433Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2753 | 2024-11-13T19:33:00.096Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2754 | 2024-11-13T19:33:03.261Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2755 | 2024-11-13T19:33:03.649Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2756 | 2024-11-13T19:33:04.108Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2757 | 2024-11-13T19:33:04.855Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2758 | 2024-11-13T19:33:05.650Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2759 | 2024-11-13T19:33:05.669Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2760 | 2024-11-13T19:33:07.172Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2761 | 2024-11-13T19:33:07.313Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2762 | 2024-11-13T19:33:07.674Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2763 | 2024-11-13T19:33:08.229Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2764 | 2024-11-13T19:33:10.658Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2765 | 2024-11-13T19:33:11.140Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2766 | 2024-11-13T19:33:11.344Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2767 | 2024-11-13T19:33:13.461Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2768 | 2024-11-13T19:33:14.084Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2769 | 2024-11-13T19:33:16.902Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2770 | 2024-11-13T19:33:17.844Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2771 | 2024-11-13T19:33:18.204Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2772 | 2024-11-13T19:33:19.843Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2773 | 2024-11-13T19:33:23.416Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2774 | 2024-11-13T19:33:32.402Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2775 | 2024-11-13T19:33:33.741Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2776 | 2024-11-13T19:33:51.872Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2777 | 2024-11-13T19:34:25.573Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s |
2778 | 2024-11-13T19:34:25.814Z | |
2779 | 2024-11-13T19:34:25.822Z | real 2:33.849276576 |
2780 | 2024-11-13T19:34:25.822Z | user 11:44.286333880 |
2781 | 2024-11-13T19:34:25.822Z | sys 2:33.932675358 |
2782 | 2024-11-13T19:34:25.822Z | trap 0.326723255 |
2783 | 2024-11-13T19:34:25.822Z | tflt 0.693612227 |
2784 | 2024-11-13T19:34:25.822Z | dflt 1.945777073 |
2785 | 2024-11-13T19:34:25.822Z | kflt 0.000005588 |
2786 | 2024-11-13T19:34:25.822Z | lock 24:27.793981939 |
2787 | 2024-11-13T19:34:25.823Z | slp 41:48.049206623 |
2788 | 2024-11-13T19:34:25.823Z | lat 34.733553944 |
2789 | 2024-11-13T19:34:25.823Z | stop 1:26.913659978 |
2790 | 2024-11-13T19:34:25.823Z | + mkdir tests |
2791 | 2024-11-13T19:34:25.823Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2792 | 2024-11-13T19:34:25.823Z | + xargs -I '{}' -t cp '{}' tests/ |
2793 | 2024-11-13T19:34:27.159Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-afdcececf174cdbd tests/ |
2794 | 2024-11-13T19:34:27.171Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-363d520194bef1d5 tests/ |
2795 | 2024-11-13T19:34:27.190Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-d95b970db2af6742 tests/ |
2796 | 2024-11-13T19:34:27.210Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-f83d00bc98824bc5 tests/ |
2797 | 2024-11-13T19:34:27.391Z | + files=(.github/buildomat/ci-env.sh out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2798 | 2024-11-13T19:34:27.394Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-363d520194bef1d5 tests/commtest-d95b970db2af6742 tests/dhcp_server-afdcececf174cdbd tests/end_to_end_tests-f83d00bc98824bc5 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2799 | 2024-11-13T19:35:34.935Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2800 | 2024-11-13T19:35:34.935Z | a .github/buildomat/ci-env.sh 1K |
2801 | 2024-11-13T19:35:34.935Z | a out/target/test 1K |
2802 | 2024-11-13T19:35:34.935Z | a out/npuzone/npuzone 23144K |
2803 | 2024-11-13T19:35:34.935Z | a package-manifest.toml 32K |
2804 | 2024-11-13T19:35:34.935Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2805 | 2024-11-13T19:35:34.935Z | a target/release/omicron-package 35646K |
2806 | 2024-11-13T19:35:34.935Z | a target/release/xtask 11723K |
2807 | 2024-11-13T19:35:34.935Z | a target/debug/bootstrap 202579K |
2808 | 2024-11-13T19:35:34.935Z | a tests/bootstrap-363d520194bef1d5 24246K |
2809 | 2024-11-13T19:35:34.935Z | a tests/commtest-d95b970db2af6742 25022K |
2810 | 2024-11-13T19:35:34.935Z | a tests/dhcp_server-afdcececf174cdbd 24246K |
2811 | 2024-11-13T19:35:34.935Z | a tests/end_to_end_tests-f83d00bc98824bc5 220685K |
2812 | 2024-11-13T19:35:34.935Z | a out/clickhouse.tar.gz 249697K |
2813 | 2024-11-13T19:35:34.935Z | a out/clickhouse_keeper.tar.gz 249670K |
2814 | 2024-11-13T19:35:34.935Z | a out/clickhouse_server.tar.gz 249670K |
2815 | 2024-11-13T19:35:34.935Z | a out/cockroachdb.tar.gz 133945K |
2816 | 2024-11-13T19:35:34.935Z | a out/crucible-dtrace.tar 83K |
2817 | 2024-11-13T19:35:34.936Z | a out/crucible-pantry-zone.tar.gz 28155K |
2818 | 2024-11-13T19:35:34.936Z | a out/crucible-zone.tar.gz 36365K |
2819 | 2024-11-13T19:35:34.936Z | a out/external-dns.tar.gz 34720K |
2820 | 2024-11-13T19:35:34.936Z | a out/internal-dns.tar.gz 34719K |
2821 | 2024-11-13T19:35:34.936Z | a out/mg-ddm-gz.tar 62661K |
2822 | 2024-11-13T19:35:34.936Z | a out/nexus.tar.gz 99062K |
2823 | 2024-11-13T19:35:34.936Z | a out/ntp.tar.gz 10339K |
2824 | 2024-11-13T19:35:34.936Z | a out/omicron-gateway-softnpu.tar.gz 23208K |
2825 | 2024-11-13T19:35:34.936Z | a out/omicron-sled-agent.tar 110522K |
2826 | 2024-11-13T19:35:34.936Z | a out/overlay.tar.gz 3K |
2827 | 2024-11-13T19:35:34.936Z | a out/oximeter.tar.gz 50312K |
2828 | 2024-11-13T19:35:34.936Z | a out/oxlog.tar 3091K |
2829 | 2024-11-13T19:35:34.936Z | a out/probe.tar.gz 2764K |
2830 | 2024-11-13T19:35:34.936Z | a out/propolis-server.tar.gz 66584K |
2831 | 2024-11-13T19:35:34.936Z | a out/pumpkind-gz.tar 26665K |
2832 | 2024-11-13T19:35:34.936Z | a out/switch-softnpu.tar.gz 232163K |
2833 | 2024-11-13T19:35:34.939Z | |
2834 | 2024-11-13T19:35:34.939Z | real 1:07.530221263 |
2835 | 2024-11-13T19:35:34.939Z | user 1:04.468057864 |
2836 | 2024-11-13T19:35:34.939Z | sys 4.157610589 |
2837 | 2024-11-13T19:35:34.939Z | trap 0.015758715 |
2838 | 2024-11-13T19:35:34.939Z | tflt 0.000000000 |
2839 | 2024-11-13T19:35:34.939Z | dflt 0.000000000 |
2840 | 2024-11-13T19:35:34.939Z | kflt 0.000000000 |
2841 | 2024-11-13T19:35:34.939Z | lock 0.000000000 |
2842 | 2024-11-13T19:35:34.939Z | slp 1:04.571715142 |
2843 | 2024-11-13T19:35:34.939Z | lat 1.842112654 |
2844 | 2024-11-13T19:35:34.939Z | stop 0.000233119 |
2845 | 2024-11-13T19:35:34.939Z | process exited: duration 1990148 ms, exit code 0 |
|
2846 | 2024-11-13T19:35:34.953Z | found 1 output files |
2847 | 2024-11-13T19:35:34.953Z | uploading: /work/package.tar.gz (1751941357 bytes) |
2848 | 2024-11-13T19:36:17.615Z | uploaded: /work/package.tar.gz |